1 2007-11-28 Dan Bernstein <mitz@apple.com>
3 Reviewed by Dave Hyatt.
5 - test for <rdar://problem/5612459> CrashTracer: [REGRESSION] 61 crashes in Safari at com.apple.WebCore: WebCore::AutoTableLayout::layout + 2046
7 * fast/table/empty-auto-column-zero-divide-expected.txt: Added.
8 * fast/table/empty-auto-column-zero-divide.html: Added.
10 2007-11-28 Jon Honeycutt <jhoneycutt@apple.com>
14 <rdar://problem/5507360> plugins/return-error-from-new-stream-callback-
15 in-full-frame-plugin.html is crashing
17 Alice fixed this in r28046
19 * platform/win/Skipped:
21 2007-11-27 Beth Dakin <bdakin@apple.com>
25 Test for <rdar://problem/5616052> SVGs with width or height of 100%
26 hang when used as a background-image (16164)
28 * fast/images/resources/width-100-percent.svg: Added.
29 * fast/images/svg-width-100p-as-background.html: Added.
30 * platform/mac/fast/images/svg-width-100p-as-background-expected.checksum: Added.
31 * platform/mac/fast/images/svg-width-100p-as-background-expected.png: Added.
32 * platform/mac/fast/images/svg-width-100p-as-background-expected.txt: Added.
34 2007-11-27 Timothy Hatcher <timothy@apple.com>
36 Reviewed by Kevin McCullough.
38 Bug 16161: window.moveBy(0, 0) moves the window by -22px vertically
39 http://bugs.webkit.org/show_bug.cgi?id=16161
41 Added test cases for moveBy(0, 0), moveBy(0, 1) and moveBy(1, 0).
43 * fast/dom/Window/window-resize.html:
44 * fast/dom/Window/window-resize-expected.txt:
46 2007-11-26 Timothy Hatcher <timothy@apple.com>
48 Reviewed by Dave Hyatt.
50 Test for: <rdar://problem/5569233> Add the ability to disable author and user CSS styles
52 * fast/css/disabled-author-styles.html: Added.
53 * platform/mac/fast/css/disabled-author-styles-expected.txt: Added.
55 2007-11-26 Feng Qian <ian.eng.webkit@gmail.com>
57 Reviewed by Sam Weinig.
59 Tests for http://bugs.webkit.org/show_bug.cgi?id=16073
61 * http/tests/security/resources/iframe-invalid-domain-change.html: Added.
62 * http/tests/security/xss-DENIED-invalid-domain-change-expected.txt: Added.
63 * http/tests/security/xss-DENIED-invalid-domain-change.html: Added.
65 2007-11-26 Darin Adler <darin@apple.com>
69 - test for http://bugs.webkit.org/show_bug.cgi?id=16096
70 REGRESSION (r26653-r26699): Plaxo.com addressbook does not load in webkit nightlies
72 * fast/js/regexp-overflow-expected.txt: Added.
73 * fast/js/regexp-overflow.html: Added.
74 * fast/js/resources/regexp-overflow.js: Added.
76 2007-11-26 Sam Weinig <sam@webkit.org>
80 Tests for <rdar://problem/5592988>
82 - Update and add tests for new tighter restrictions on what frames in other domains
85 * http/tests/security/cross-frame-access-location-expected.txt:
86 * http/tests/security/frameNavigation: Added.
87 * http/tests/security/frameNavigation/resources: Added.
88 * http/tests/security/frameNavigation/resources/iframe-that-performs-parent-navigation.html: Added.
89 * http/tests/security/frameNavigation/resources/iframe-with-inner-frame-on-foreign-domain.html: Added.
90 * http/tests/security/frameNavigation/resources/navigation-changed-iframe.html: Added.
91 * http/tests/security/frameNavigation/xss-ALLOWED-parent-navigation-change-expected.txt: Added.
92 * http/tests/security/frameNavigation/xss-ALLOWED-parent-navigation-change.html: Added.
93 * http/tests/security/frameNavigation/xss-ALLOWED-targeted-subframe-navigation-change-expected.txt: Added.
94 * http/tests/security/frameNavigation/xss-ALLOWED-targeted-subframe-navigation-change.html: Added.
96 2007-11-26 Dan Bernstein <mitz@apple.com>
98 Reviewed by Dave Hyatt.
100 - 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
102 * fast/dynamic/float-withdrawal-2.html: Added.
103 * platform/mac/fast/dynamic/float-withdrawal-2-expected.checksum: Added.
104 * platform/mac/fast/dynamic/float-withdrawal-2-expected.png: Added.
105 * platform/mac/fast/dynamic/float-withdrawal-2-expected.txt: Added.
107 2007-11-25 Adam Roben <aroben@apple.com>
109 * platform/win/Skipped: Add a known failure.
111 2007-11-25 Adam Roben <aroben@apple.com>
113 * platform/win/Skipped: Remove an unnecessary entry.
115 2007-11-25 Mark Rowe <mrowe@apple.com>
117 Reviewed by Dan Bernstein.
119 Test for http://bugs.webkit.org/show_bug.cgi?id=16129
120 Bug 16129: REGRESSION (r27761-r27811): malloc error while visiting http://mysit.es (crashes release build)
122 * fast/js/regexp-range-out-of-order-expected.txt: Added.
123 * fast/js/regexp-range-out-of-order.html: Added.
124 * fast/js/resources/regexp-range-out-of-order.js: Added.
126 2007-11-25 Nikolas Zimmermann <zimmermann@kde.org>
128 Reviewed by Adam Roben.
130 Update layout test results after fixing text path boundaries if text-anchor is not set to 'start'.
132 * platform/mac/svg/W3C-SVG-1.1/text-align-04-b-expected.txt:
133 * platform/mac/svg/text/textPathBoundsBug-expected.checksum: Added.
134 * platform/mac/svg/text/textPathBoundsBug-expected.png: Added.
135 * platform/mac/svg/text/textPathBoundsBug-expected.txt: Added.
136 * svg/batik/text/textGlyphOrientationHorizontal-expected.txt:
137 * svg/batik/text/textOnPath-expected.txt:
138 * svg/batik/text/textOnPath3-expected.txt:
139 * svg/batik/text/verticalTextOnPath-expected.txt:
140 * svg/text/text-align-04-b-expected.checksum:
141 * svg/text/text-align-04-b-expected.png:
142 * svg/text/text-align-04-b-expected.txt:
143 * svg/text/textPathBoundsBug.svg: Added.
145 2007-11-25 Alexey Proskuryakov <ap@webkit.org>
149 http://bugs.webkit.org/show_bug.cgi?id=15919
150 XSLTProcessor.transformToFragment creates an extra not defined TEXT_NODE at the end
152 * fast/xsl/extra-lf-at-end-expected.txt: Added.
153 * fast/xsl/extra-lf-at-end.html: Added.
154 * fast/xsl/xslt-processor-expected.txt:
155 * platform/mac/fast/xsl/xslt-enc-cyr-expected.txt:
156 * platform/mac/fast/xsl/xslt-enc-expected.txt:
157 * platform/mac/fast/xsl/xslt-enc16-expected.txt:
158 * platform/mac/fast/xsl/xslt-enc16to16-expected.txt:
159 * platform/mac/fast/xsl/xslt-text-expected.txt:
161 2007-11-24 David D. Kilzer <ddkilzer@webkit.org>
163 Added tests for select.options.remove(boolean).
167 * fast/js/resources/select-options-add.js: Added two tests.
168 * fast/js/select-options-add-expected.txt: Updated results.
170 2007-11-23 Antti Koivisto <antti@apple.com>
172 Set video src from script, not from the element attribute. This
173 guarantees load events do not fire before event listeners are registered.
174 This change does not affect test results.
176 * media/progress-event.html:
177 * media/video-autoplay.html:
178 * media/video-buffered.html:
179 * media/video-currentTime-set.html:
180 * media/video-currentTime-set2.html:
181 * media/video-currentTime.html:
182 * media/video-dom-autoplay.html:
183 * media/video-error-abort.html:
184 * media/video-error-does-not-exist.html:
185 * media/video-load-networkState.html:
186 * media/video-load-readyState.html:
187 * media/video-no-autoplay.html:
188 * media/video-seekable.html:
189 * media/video-seeking.html:
190 * media/video-size.html:
191 * media/video-src.html:
192 * media/video-start.html:
194 2007-11-23 Alexey Proskuryakov <ap@webkit.org>
198 <rdar://problem/5539306> REGRESSION: redirect fails when subframe's document is opened but
199 not closed (affects digg.com)
201 * fast/loader/meta-refresh-vs-open-expected.txt: Added.
202 * fast/loader/meta-refresh-vs-open.html: Added.
203 Test that HTTP refresh never fires if the document stays open indefinitely.
205 * fast/loader/redirect-with-open-subframe-expected.txt: Added.
206 * fast/loader/redirect-with-open-subframe.html: Added.
207 * fast/loader/redirect-with-open-subframe-2-expected.txt: Added.
208 * fast/loader/redirect-with-open-subframe-2.html: Added.
209 Test that setting window.location has effect even if the document is open.
211 * http/tests/loading/onload-vs-immediate-refresh-expected.txt: Added.
212 * http/tests/loading/onload-vs-immediate-refresh.pl: Added.
213 Test for <rdar://3829452> - HTTP redirect should only happen after onload fires.
215 * platform/mac/http/tests/loading/simple-subframe-expected.txt:
216 It seems that there was a line spilled from the previous test that is now in
217 onload-vs-immediate-refresh-expected.txt - despite my efforts, I couldn't get rid of it.
219 2007-11-23 Dan Bernstein <mitz@apple.com>
221 Reviewed by Alexey Proskuryakov.
223 - test the matrix transforms are applied on the correct side
225 * fast/transforms/matrix-02.html: Added.
226 * platform/mac/fast/transforms/matrix-02-expected.checksum: Added.
227 * platform/mac/fast/transforms/matrix-02-expected.png: Added.
228 * platform/mac/fast/transforms/matrix-02-expected.txt: Added.
230 2007-11-23 Alexey Proskuryakov <ap@webkit.org>
234 http://bugs.webkit.org/show_bug.cgi?id=16077
235 <rdar://problem/5609785> XSLT processor <xsl:sort> algorithm is incompatible with other
236 browser implementations
238 * fast/xsl/sort-unicode-expected.txt: Added.
239 * fast/xsl/sort-unicode.xml: Added.
240 * fast/xsl/sort-unicode.xsl: Added.
242 2007-11-22 Dan Bernstein <mitz@apple.com>
244 Reviewed by Maciej Stachowiak.
246 - pixel test for http://bugs.webkit.org/show_bug.cgi?id=15943
247 -webkit-transform matrix does not work
249 * fast/transforms/matrix-01.html: Added.
250 * platform/mac/fast/transforms/matrix-01-expected.checksum: Added.
251 * platform/mac/fast/transforms/matrix-01-expected.png: Added.
252 * platform/mac/fast/transforms/matrix-01-expected.txt: Added.
254 2007-11-22 Julien Chaffraix <julien.chaffraix@gmail.com>
258 Bug 15530: XMLHttpRequest should not support certain methods
260 * http/tests/xmlhttprequest/xmlhttprequest-forbidden-methods-exception-expected.txt: Added.
261 * http/tests/xmlhttprequest/xmlhttprequest-forbidden-methods-exception.html: Added.
263 2007-11-21 Dan Bernstein <mitz@apple.com>
265 Reviewed by Eric Seidel.
267 - repaint test for <rdar://problem/5607037> REGRESSION (r27351): Departure date does not repaint when changed on Google Maps public transit planner (16034)
269 * fast/repaint/subtree-root-skipped.html: Added.
270 * platform/mac-leopard/fast/repaint/subtree-root-skipped-expected.checksum: Added.
271 * platform/mac-leopard/fast/repaint/subtree-root-skipped-expected.png: Added.
272 * platform/mac/fast/repaint/subtree-root-skipped-expected.txt: Added.
274 2007-11-21 Alexey Proskuryakov <ap@webkit.org>
278 <rdar://problem/5230233> dom/xhtml/level2/html/frame.xhtml is failing on Windows
280 This isn't actually a test, but an unused resource - we should re-work the W3C test rig to
281 support subresource loading from (X)HTML.
282 Anyway, it doesn't fail for me, I suppose this problem was fixed since the bug was filed.
284 * platform/win/Skipped:
286 2007-11-21 Alexey Proskuryakov <ap@webkit.org>
290 Fix a copy/paste error in the test (introduced in bug 12194).
292 * http/tests/xmlhttprequest/zero-length-response-sync-expected.txt:
293 * http/tests/xmlhttprequest/zero-length-response-sync.html:
295 2007-11-20 Mark Rowe <mrowe@apple.com>
297 Reviewed by Sam Weinig.
299 Tests for http://bugs.webkit.org/show_bug.cgi?id=16074
300 Bug 16074: execCommand("InsertHorizontalRule", false, "") results in id="" being inserted
302 * editing/execCommand/arguments-combinations-expected.txt:
303 * editing/execCommand/arguments-combinations.html:
305 2007-11-20 Lars Knoll <lars@trolltech.com>
309 Adjust some test result after fixing a bug related to computation
310 of QFont::xHeight() in Qt.
312 * platform/qt/css2.1/t040302-c61-ex-len-00-b-a-expected.txt:
313 * platform/qt/css2.1/t1008-c44-ln-box-02-d-ag-expected.txt:
314 * platform/qt/css2.1/t100801-c544-valgn-01-d-ag-expected.txt:
315 * platform/qt/css2.1/t100801-c548-ln-ht-02-b-ag-expected.txt:
316 * platform/qt/css2.1/t1507-c526-font-sz-02-b-a-expected.txt:
318 2007-11-20 Lars Knoll <lars@trolltech.com>
322 Fix text break interators.
324 The break iterators where trying to be smart about the input
325 string and caching their results. Unfortunately a pointer/string length
326 comparison is not good enough in all cases (since some input is stack based
327 temp strings). Removed the caching but at the same time started to use a more
328 efficient constructor of QTextBoundaryFinder that doesn't need to malloc for
331 Fixes two test cases that test "text-transform: capitalize".
333 * platform/qt/css1/text_properties/text-transCapitalize-expected.txt:
334 * platform/qt/fast/css/textCapitalizeEdgeCases-expected.txt:
336 2007-11-19 Antti Koivisto <antti@apple.com>
338 Rubber-stamped by bdash.
340 Improve coverage of these tests.
342 * media/video-muted-expected.txt:
343 * media/video-muted.html:
344 * media/video-volume-expected.txt:
345 * media/video-volume.html:
347 2007-11-19 Julien Chaffraix <julien.chaffraix@gmail.com>
351 http://bugs.webkit.org/show_bug.cgi?id=12194
352 Bug 12194: Trying to access XMLHttpRequest.responseText or responseXML when they are not
353 available should raise an exception
355 * http/tests/xmlhttprequest/xmlhttprequest-responseText-exception-expected.txt: Added.
356 * http/tests/xmlhttprequest/xmlhttprequest-responseText-exception.html: Added.
357 * http/tests/xmlhttprequest/xmlhttprequest-responseXML-exception-expected.txt: Added.
358 * http/tests/xmlhttprequest/xmlhttprequest-responseXML-exception.html: Added.
359 * http/tests/xmlhttprequest/zero-length-response-expected.txt: Updated result
360 * http/tests/xmlhttprequest/zero-length-response-sync-expected.txt: Updated result
361 * http/tests/xmlhttprequest/zero-length-response-sync.html: Corrected URL & added
362 exception handling to test case
364 2007-11-18 Alexey Proskuryakov <ap@webkit.org>
368 <rdar://problem/5546393> Whitespace handling doesn't match HTML5.
370 * fast/parser/html-whitespace-expected.txt: Added.
371 * fast/parser/html-whitespace.html: Added.
373 2007-11-16 Dan Bernstein <mitz@apple.com>
375 Reviewed by Darin Adler.
377 - repaint test for <http://bugs.webkit.org/show_bug.cgi?id=15994>
378 REGRESSION: Incomplete repaint of CSS image substitution
380 * fast/repaint/clip-with-layout-delta.html: Added.
381 * platform/mac/fast/repaint/clip-with-layout-delta-expected.checksum: Added.
382 * platform/mac/fast/repaint/clip-with-layout-delta-expected.png: Added.
383 * platform/mac/fast/repaint/clip-with-layout-delta-expected.txt: Added.
385 2007-11-16 Antti Koivisto <antti@apple.com>
389 Seeking related test updates
390 - update to match specificiation
391 - rename loopCount to playCount everywhere
392 - timeupdate events during seek
393 - fix that some tests (like audio ones) depended on timing sensitive ordering of play and load events
394 - add text about what is being tested
396 Add new tests for seeking past end, seeking past loaded position and 'seeking' DOM attribute.
398 * http/tests/media/video-seekable-stall-expected.txt: Added.
399 * http/tests/media/video-seekable-stall.html: Added.
400 * media/audio-constructor-expected.txt:
401 * media/audio-constructor-src-expected.txt:
402 * media/audio-constructor-src.html:
403 * media/audio-constructor.html:
404 * media/video-dom-loopcount-expected.txt:
405 * media/video-dom-loopcount.html:
406 * media/video-dom-loopend-expected.txt:
407 * media/video-dom-loopend.html:
408 * media/video-dom-loopstart-expected.txt:
409 * media/video-dom-loopstart.html:
410 * media/video-dom-start-expected.txt:
411 * media/video-dom-start.html:
412 * media/video-loopcount-expected.txt:
413 * media/video-loopcount.html:
414 * media/video-loopend-expected.txt:
415 * media/video-loopend.html:
416 * media/video-loopstart-expected.txt:
417 * media/video-loopstart.html:
418 * media/video-seek-past-end-paused-expected.txt: Added.
419 * media/video-seek-past-end-paused.html: Added.
420 * media/video-seek-past-end-playing-expected.txt: Added.
421 * media/video-seek-past-end-playing.html: Added.
422 * media/video-seeking-expected.txt: Added.
423 * media/video-seeking.html: Added.
424 * media/video-test.js:
426 2007-11-16 Anders Carlsson <andersca@apple.com>
430 <rdar://problem/5603832>
431 XMLHttpRequest readyState 3 & responseText buffer issues.
433 Remove http/tests/xmlhttprequest/small-chunks-response-text.html from the Skipped list.
435 * platform/win/Skipped:
437 2007-11-16 Dan Bernstein <mitz@apple.com>
439 Reviewed by Darin Adler and Sam Weinig.
441 - remove fast/forms/select-type-ahead-non-latin.html after fixing <rdar://problem/5134075>
443 * platform/win/Skipped:
445 2007-11-16 Nikolas Zimmermann <zimmermann@kde.org>
447 Rubberstamped by Eric.
449 Full update of the SVG pixel tests - all files containing text show rendering improvments.
450 Text looks more 'bold' as it's supposed to be according to the W3C reference rendering, not
451 sure what commit actually caused it - but it's better now.
453 * platform/mac/svg/W3C-SVG-1.1/animate-elem-02-t-expected.checksum:
454 * platform/mac/svg/W3C-SVG-1.1/animate-elem-02-t-expected.png:
455 * platform/mac/svg/W3C-SVG-1.1/animate-elem-03-t-expected.checksum:
456 * platform/mac/svg/W3C-SVG-1.1/animate-elem-03-t-expected.png:
457 * platform/mac/svg/W3C-SVG-1.1/animate-elem-04-t-expected.checksum:
458 * platform/mac/svg/W3C-SVG-1.1/animate-elem-04-t-expected.png:
459 * platform/mac/svg/W3C-SVG-1.1/animate-elem-05-t-expected.checksum:
460 * platform/mac/svg/W3C-SVG-1.1/animate-elem-05-t-expected.png:
461 * platform/mac/svg/W3C-SVG-1.1/animate-elem-06-t-expected.checksum:
462 * platform/mac/svg/W3C-SVG-1.1/animate-elem-06-t-expected.png:
463 * platform/mac/svg/W3C-SVG-1.1/animate-elem-07-t-expected.checksum:
464 * platform/mac/svg/W3C-SVG-1.1/animate-elem-07-t-expected.png:
465 * platform/mac/svg/W3C-SVG-1.1/animate-elem-08-t-expected.checksum:
466 * platform/mac/svg/W3C-SVG-1.1/animate-elem-08-t-expected.png:
467 * platform/mac/svg/W3C-SVG-1.1/animate-elem-09-t-expected.checksum:
468 * platform/mac/svg/W3C-SVG-1.1/animate-elem-09-t-expected.png:
469 * platform/mac/svg/W3C-SVG-1.1/animate-elem-10-t-expected.checksum:
470 * platform/mac/svg/W3C-SVG-1.1/animate-elem-10-t-expected.png:
471 * platform/mac/svg/W3C-SVG-1.1/animate-elem-11-t-expected.checksum:
472 * platform/mac/svg/W3C-SVG-1.1/animate-elem-11-t-expected.png:
473 * platform/mac/svg/W3C-SVG-1.1/animate-elem-12-t-expected.checksum:
474 * platform/mac/svg/W3C-SVG-1.1/animate-elem-12-t-expected.png:
475 * platform/mac/svg/W3C-SVG-1.1/animate-elem-13-t-expected.checksum:
476 * platform/mac/svg/W3C-SVG-1.1/animate-elem-13-t-expected.png:
477 * platform/mac/svg/W3C-SVG-1.1/animate-elem-14-t-expected.checksum:
478 * platform/mac/svg/W3C-SVG-1.1/animate-elem-14-t-expected.png:
479 * platform/mac/svg/W3C-SVG-1.1/animate-elem-15-t-expected.checksum:
480 * platform/mac/svg/W3C-SVG-1.1/animate-elem-15-t-expected.png:
481 * platform/mac/svg/W3C-SVG-1.1/animate-elem-16-t-expected.checksum:
482 * platform/mac/svg/W3C-SVG-1.1/animate-elem-16-t-expected.png:
483 * platform/mac/svg/W3C-SVG-1.1/animate-elem-17-t-expected.checksum:
484 * platform/mac/svg/W3C-SVG-1.1/animate-elem-17-t-expected.png:
485 * platform/mac/svg/W3C-SVG-1.1/animate-elem-18-t-expected.checksum:
486 * platform/mac/svg/W3C-SVG-1.1/animate-elem-18-t-expected.png:
487 * platform/mac/svg/W3C-SVG-1.1/animate-elem-19-t-expected.checksum:
488 * platform/mac/svg/W3C-SVG-1.1/animate-elem-19-t-expected.png:
489 * platform/mac/svg/W3C-SVG-1.1/animate-elem-20-t-expected.checksum:
490 * platform/mac/svg/W3C-SVG-1.1/animate-elem-20-t-expected.png:
491 * platform/mac/svg/W3C-SVG-1.1/animate-elem-21-t-expected.checksum:
492 * platform/mac/svg/W3C-SVG-1.1/animate-elem-21-t-expected.png:
493 * platform/mac/svg/W3C-SVG-1.1/animate-elem-22-b-expected.checksum:
494 * platform/mac/svg/W3C-SVG-1.1/animate-elem-22-b-expected.png:
495 * platform/mac/svg/W3C-SVG-1.1/animate-elem-23-t-expected.checksum:
496 * platform/mac/svg/W3C-SVG-1.1/animate-elem-23-t-expected.png:
497 * platform/mac/svg/W3C-SVG-1.1/animate-elem-24-t-expected.checksum:
498 * platform/mac/svg/W3C-SVG-1.1/animate-elem-24-t-expected.png:
499 * platform/mac/svg/W3C-SVG-1.1/animate-elem-25-t-expected.checksum:
500 * platform/mac/svg/W3C-SVG-1.1/animate-elem-25-t-expected.png:
501 * platform/mac/svg/W3C-SVG-1.1/animate-elem-26-t-expected.checksum:
502 * platform/mac/svg/W3C-SVG-1.1/animate-elem-26-t-expected.png:
503 * platform/mac/svg/W3C-SVG-1.1/animate-elem-27-t-expected.checksum:
504 * platform/mac/svg/W3C-SVG-1.1/animate-elem-27-t-expected.png:
505 * platform/mac/svg/W3C-SVG-1.1/animate-elem-28-t-expected.checksum:
506 * platform/mac/svg/W3C-SVG-1.1/animate-elem-28-t-expected.png:
507 * platform/mac/svg/W3C-SVG-1.1/animate-elem-29-b-expected.checksum:
508 * platform/mac/svg/W3C-SVG-1.1/animate-elem-29-b-expected.png:
509 * platform/mac/svg/W3C-SVG-1.1/animate-elem-30-t-expected.checksum:
510 * platform/mac/svg/W3C-SVG-1.1/animate-elem-30-t-expected.png:
511 * platform/mac/svg/W3C-SVG-1.1/animate-elem-31-t-expected.checksum:
512 * platform/mac/svg/W3C-SVG-1.1/animate-elem-31-t-expected.png:
513 * platform/mac/svg/W3C-SVG-1.1/animate-elem-32-t-expected.checksum:
514 * platform/mac/svg/W3C-SVG-1.1/animate-elem-32-t-expected.png:
515 * platform/mac/svg/W3C-SVG-1.1/animate-elem-33-t-expected.checksum:
516 * platform/mac/svg/W3C-SVG-1.1/animate-elem-33-t-expected.png:
517 * platform/mac/svg/W3C-SVG-1.1/animate-elem-34-t-expected.checksum:
518 * platform/mac/svg/W3C-SVG-1.1/animate-elem-34-t-expected.png:
519 * platform/mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.checksum:
520 * platform/mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.png:
521 * platform/mac/svg/W3C-SVG-1.1/animate-elem-37-t-expected.checksum:
522 * platform/mac/svg/W3C-SVG-1.1/animate-elem-37-t-expected.png:
523 * platform/mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.checksum:
524 * platform/mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png:
525 * platform/mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.checksum:
526 * platform/mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.png:
527 * platform/mac/svg/W3C-SVG-1.1/animate-elem-41-t-expected.checksum:
528 * platform/mac/svg/W3C-SVG-1.1/animate-elem-41-t-expected.png:
529 * platform/mac/svg/W3C-SVG-1.1/animate-elem-44-t-expected.checksum:
530 * platform/mac/svg/W3C-SVG-1.1/animate-elem-44-t-expected.png:
531 * platform/mac/svg/W3C-SVG-1.1/animate-elem-46-t-expected.checksum:
532 * platform/mac/svg/W3C-SVG-1.1/animate-elem-46-t-expected.png:
533 * platform/mac/svg/W3C-SVG-1.1/animate-elem-52-t-expected.checksum:
534 * platform/mac/svg/W3C-SVG-1.1/animate-elem-52-t-expected.png:
535 * platform/mac/svg/W3C-SVG-1.1/animate-elem-60-t-expected.checksum:
536 * platform/mac/svg/W3C-SVG-1.1/animate-elem-60-t-expected.png:
537 * platform/mac/svg/W3C-SVG-1.1/animate-elem-61-t-expected.checksum:
538 * platform/mac/svg/W3C-SVG-1.1/animate-elem-61-t-expected.png:
539 * platform/mac/svg/W3C-SVG-1.1/animate-elem-62-t-expected.checksum:
540 * platform/mac/svg/W3C-SVG-1.1/animate-elem-62-t-expected.png:
541 * platform/mac/svg/W3C-SVG-1.1/animate-elem-63-t-expected.checksum:
542 * platform/mac/svg/W3C-SVG-1.1/animate-elem-63-t-expected.png:
543 * platform/mac/svg/W3C-SVG-1.1/animate-elem-64-t-expected.checksum:
544 * platform/mac/svg/W3C-SVG-1.1/animate-elem-64-t-expected.png:
545 * platform/mac/svg/W3C-SVG-1.1/animate-elem-65-t-expected.checksum:
546 * platform/mac/svg/W3C-SVG-1.1/animate-elem-65-t-expected.png:
547 * platform/mac/svg/W3C-SVG-1.1/animate-elem-66-t-expected.checksum:
548 * platform/mac/svg/W3C-SVG-1.1/animate-elem-66-t-expected.png:
549 * platform/mac/svg/W3C-SVG-1.1/animate-elem-67-t-expected.checksum:
550 * platform/mac/svg/W3C-SVG-1.1/animate-elem-67-t-expected.png:
551 * platform/mac/svg/W3C-SVG-1.1/animate-elem-68-t-expected.checksum:
552 * platform/mac/svg/W3C-SVG-1.1/animate-elem-68-t-expected.png:
553 * platform/mac/svg/W3C-SVG-1.1/animate-elem-69-t-expected.checksum:
554 * platform/mac/svg/W3C-SVG-1.1/animate-elem-69-t-expected.png:
555 * platform/mac/svg/W3C-SVG-1.1/animate-elem-70-t-expected.checksum:
556 * platform/mac/svg/W3C-SVG-1.1/animate-elem-70-t-expected.png:
557 * platform/mac/svg/W3C-SVG-1.1/animate-elem-77-t-expected.checksum:
558 * platform/mac/svg/W3C-SVG-1.1/animate-elem-77-t-expected.png:
559 * platform/mac/svg/W3C-SVG-1.1/animate-elem-78-t-expected.checksum:
560 * platform/mac/svg/W3C-SVG-1.1/animate-elem-78-t-expected.png:
561 * platform/mac/svg/W3C-SVG-1.1/animate-elem-80-t-expected.checksum:
562 * platform/mac/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png:
563 * platform/mac/svg/W3C-SVG-1.1/animate-elem-81-t-expected.checksum:
564 * platform/mac/svg/W3C-SVG-1.1/animate-elem-81-t-expected.png:
565 * platform/mac/svg/W3C-SVG-1.1/animate-elem-82-t-expected.checksum:
566 * platform/mac/svg/W3C-SVG-1.1/animate-elem-82-t-expected.png:
567 * platform/mac/svg/W3C-SVG-1.1/animate-elem-83-t-expected.checksum:
568 * platform/mac/svg/W3C-SVG-1.1/animate-elem-83-t-expected.png:
569 * platform/mac/svg/W3C-SVG-1.1/animate-elem-84-t-expected.checksum:
570 * platform/mac/svg/W3C-SVG-1.1/animate-elem-84-t-expected.png:
571 * platform/mac/svg/W3C-SVG-1.1/animate-elem-85-t-expected.checksum:
572 * platform/mac/svg/W3C-SVG-1.1/animate-elem-85-t-expected.png:
573 * platform/mac/svg/W3C-SVG-1.1/color-prof-01-f-expected.checksum:
574 * platform/mac/svg/W3C-SVG-1.1/color-prof-01-f-expected.png:
575 * platform/mac/svg/W3C-SVG-1.1/color-prop-01-b-expected.checksum:
576 * platform/mac/svg/W3C-SVG-1.1/color-prop-01-b-expected.png:
577 * platform/mac/svg/W3C-SVG-1.1/color-prop-02-f-expected.checksum:
578 * platform/mac/svg/W3C-SVG-1.1/color-prop-02-f-expected.png:
579 * platform/mac/svg/W3C-SVG-1.1/color-prop-03-t-expected.checksum:
580 * platform/mac/svg/W3C-SVG-1.1/color-prop-03-t-expected.png:
581 * platform/mac/svg/W3C-SVG-1.1/coords-coord-01-t-expected.checksum:
582 * platform/mac/svg/W3C-SVG-1.1/coords-coord-01-t-expected.png:
583 * platform/mac/svg/W3C-SVG-1.1/coords-coord-02-t-expected.checksum:
584 * platform/mac/svg/W3C-SVG-1.1/coords-coord-02-t-expected.png:
585 * platform/mac/svg/W3C-SVG-1.1/coords-trans-01-b-expected.checksum:
586 * platform/mac/svg/W3C-SVG-1.1/coords-trans-01-b-expected.png:
587 * platform/mac/svg/W3C-SVG-1.1/coords-trans-02-t-expected.checksum:
588 * platform/mac/svg/W3C-SVG-1.1/coords-trans-02-t-expected.png:
589 * platform/mac/svg/W3C-SVG-1.1/coords-trans-03-t-expected.checksum:
590 * platform/mac/svg/W3C-SVG-1.1/coords-trans-03-t-expected.png:
591 * platform/mac/svg/W3C-SVG-1.1/coords-trans-04-t-expected.checksum:
592 * platform/mac/svg/W3C-SVG-1.1/coords-trans-04-t-expected.png:
593 * platform/mac/svg/W3C-SVG-1.1/coords-trans-05-t-expected.checksum:
594 * platform/mac/svg/W3C-SVG-1.1/coords-trans-05-t-expected.png:
595 * platform/mac/svg/W3C-SVG-1.1/coords-trans-06-t-expected.checksum:
596 * platform/mac/svg/W3C-SVG-1.1/coords-trans-06-t-expected.png:
597 * platform/mac/svg/W3C-SVG-1.1/coords-units-01-b-expected.checksum:
598 * platform/mac/svg/W3C-SVG-1.1/coords-units-01-b-expected.png:
599 * platform/mac/svg/W3C-SVG-1.1/coords-units-02-b-expected.checksum:
600 * platform/mac/svg/W3C-SVG-1.1/coords-units-02-b-expected.png:
601 * platform/mac/svg/W3C-SVG-1.1/coords-units-03-b-expected.checksum:
602 * platform/mac/svg/W3C-SVG-1.1/coords-units-03-b-expected.png:
603 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.checksum:
604 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.png:
605 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.checksum:
606 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.png:
607 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.checksum:
608 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.png:
609 * platform/mac/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.checksum:
610 * platform/mac/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.png:
611 * platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.checksum:
612 * platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.png:
613 * platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.checksum:
614 * platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
615 * platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.checksum:
616 * platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.png:
617 * platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.checksum:
618 * platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
619 * platform/mac/svg/W3C-SVG-1.1/filters-conv-01-f-expected.checksum:
620 * platform/mac/svg/W3C-SVG-1.1/filters-conv-01-f-expected.png:
621 * platform/mac/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.checksum:
622 * platform/mac/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.png:
623 * platform/mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.checksum:
624 * platform/mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png:
625 * platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.checksum:
626 * platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.png:
627 * platform/mac/svg/W3C-SVG-1.1/filters-felem-01-b-expected.checksum:
628 * platform/mac/svg/W3C-SVG-1.1/filters-felem-01-b-expected.png:
629 * platform/mac/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.checksum:
630 * platform/mac/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.png:
631 * platform/mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.checksum:
632 * platform/mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.png:
633 * platform/mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.checksum:
634 * platform/mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.png:
635 * platform/mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.checksum:
636 * platform/mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.png:
637 * platform/mac/svg/W3C-SVG-1.1/filters-offset-01-b-expected.checksum:
638 * platform/mac/svg/W3C-SVG-1.1/filters-offset-01-b-expected.png:
639 * platform/mac/svg/W3C-SVG-1.1/filters-specular-01-f-expected.checksum:
640 * platform/mac/svg/W3C-SVG-1.1/filters-specular-01-f-expected.png:
641 * platform/mac/svg/W3C-SVG-1.1/filters-tile-01-b-expected.checksum:
642 * platform/mac/svg/W3C-SVG-1.1/filters-tile-01-b-expected.png:
643 * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.checksum:
644 * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.png:
645 * platform/mac/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.checksum:
646 * platform/mac/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.png:
647 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.checksum:
648 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.png:
649 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.checksum:
650 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.png:
651 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.checksum:
652 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.png:
653 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.checksum:
654 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.png:
655 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.checksum:
656 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.png:
657 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.checksum:
658 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.png:
659 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.checksum:
660 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.png:
661 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.checksum:
662 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.png:
663 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.checksum:
664 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.png:
665 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.checksum:
666 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.png:
667 * platform/mac/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.checksum:
668 * platform/mac/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.png:
669 * platform/mac/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.checksum:
670 * platform/mac/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.png:
671 * platform/mac/svg/W3C-SVG-1.1/interact-dom-01-b-expected.checksum:
672 * platform/mac/svg/W3C-SVG-1.1/interact-dom-01-b-expected.png:
673 * platform/mac/svg/W3C-SVG-1.1/interact-events-01-b-expected.checksum:
674 * platform/mac/svg/W3C-SVG-1.1/interact-events-01-b-expected.png:
675 * platform/mac/svg/W3C-SVG-1.1/interact-order-01-b-expected.checksum:
676 * platform/mac/svg/W3C-SVG-1.1/interact-order-01-b-expected.png:
677 * platform/mac/svg/W3C-SVG-1.1/interact-order-02-b-expected.checksum:
678 * platform/mac/svg/W3C-SVG-1.1/interact-order-02-b-expected.png:
679 * platform/mac/svg/W3C-SVG-1.1/interact-order-03-b-expected.checksum:
680 * platform/mac/svg/W3C-SVG-1.1/interact-order-03-b-expected.png:
681 * platform/mac/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.checksum:
682 * platform/mac/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.png:
683 * platform/mac/svg/W3C-SVG-1.1/linking-a-01-b-expected.checksum:
684 * platform/mac/svg/W3C-SVG-1.1/linking-a-01-b-expected.png:
685 * platform/mac/svg/W3C-SVG-1.1/linking-a-02-b-expected.checksum:
686 * platform/mac/svg/W3C-SVG-1.1/linking-a-02-b-expected.png:
687 * platform/mac/svg/W3C-SVG-1.1/linking-a-03-b-expected.checksum:
688 * platform/mac/svg/W3C-SVG-1.1/linking-a-03-b-expected.png:
689 * platform/mac/svg/W3C-SVG-1.1/linking-a-04-t-expected.checksum:
690 * platform/mac/svg/W3C-SVG-1.1/linking-a-04-t-expected.png:
691 * platform/mac/svg/W3C-SVG-1.1/linking-a-05-t-expected.checksum:
692 * platform/mac/svg/W3C-SVG-1.1/linking-a-05-t-expected.png:
693 * platform/mac/svg/W3C-SVG-1.1/linking-a-07-t-expected.checksum:
694 * platform/mac/svg/W3C-SVG-1.1/linking-a-07-t-expected.png:
695 * platform/mac/svg/W3C-SVG-1.1/linking-uri-01-b-expected.checksum:
696 * platform/mac/svg/W3C-SVG-1.1/linking-uri-01-b-expected.png:
697 * platform/mac/svg/W3C-SVG-1.1/linking-uri-02-b-expected.checksum:
698 * platform/mac/svg/W3C-SVG-1.1/linking-uri-02-b-expected.png:
699 * platform/mac/svg/W3C-SVG-1.1/linking-uri-03-t-expected.checksum:
700 * platform/mac/svg/W3C-SVG-1.1/linking-uri-03-t-expected.png:
701 * platform/mac/svg/W3C-SVG-1.1/masking-intro-01-f-expected.checksum:
702 * platform/mac/svg/W3C-SVG-1.1/masking-intro-01-f-expected.png:
703 * platform/mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.checksum:
704 * platform/mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.png:
705 * platform/mac/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.checksum:
706 * platform/mac/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.png:
707 * platform/mac/svg/W3C-SVG-1.1/masking-path-01-b-expected.checksum:
708 * platform/mac/svg/W3C-SVG-1.1/masking-path-01-b-expected.png:
709 * platform/mac/svg/W3C-SVG-1.1/masking-path-02-b-expected.checksum:
710 * platform/mac/svg/W3C-SVG-1.1/masking-path-02-b-expected.png:
711 * platform/mac/svg/W3C-SVG-1.1/masking-path-03-b-expected.checksum:
712 * platform/mac/svg/W3C-SVG-1.1/masking-path-03-b-expected.png:
713 * platform/mac/svg/W3C-SVG-1.1/masking-path-04-b-expected.checksum:
714 * platform/mac/svg/W3C-SVG-1.1/masking-path-04-b-expected.png:
715 * platform/mac/svg/W3C-SVG-1.1/masking-path-05-f-expected.checksum:
716 * platform/mac/svg/W3C-SVG-1.1/masking-path-05-f-expected.png:
717 * platform/mac/svg/W3C-SVG-1.1/metadata-example-01-b-expected.checksum:
718 * platform/mac/svg/W3C-SVG-1.1/metadata-example-01-b-expected.png:
719 * platform/mac/svg/W3C-SVG-1.1/painting-fill-01-t-expected.checksum:
720 * platform/mac/svg/W3C-SVG-1.1/painting-fill-01-t-expected.png:
721 * platform/mac/svg/W3C-SVG-1.1/painting-fill-02-t-expected.checksum:
722 * platform/mac/svg/W3C-SVG-1.1/painting-fill-02-t-expected.png:
723 * platform/mac/svg/W3C-SVG-1.1/painting-fill-03-t-expected.checksum:
724 * platform/mac/svg/W3C-SVG-1.1/painting-fill-03-t-expected.png:
725 * platform/mac/svg/W3C-SVG-1.1/painting-fill-04-t-expected.checksum:
726 * platform/mac/svg/W3C-SVG-1.1/painting-fill-04-t-expected.png:
727 * platform/mac/svg/W3C-SVG-1.1/painting-fill-05-b-expected.checksum:
728 * platform/mac/svg/W3C-SVG-1.1/painting-fill-05-b-expected.png:
729 * platform/mac/svg/W3C-SVG-1.1/painting-marker-01-f-expected.checksum:
730 * platform/mac/svg/W3C-SVG-1.1/painting-marker-01-f-expected.png:
731 * platform/mac/svg/W3C-SVG-1.1/painting-marker-02-f-expected.checksum:
732 * platform/mac/svg/W3C-SVG-1.1/painting-marker-02-f-expected.png:
733 * platform/mac/svg/W3C-SVG-1.1/painting-marker-03-f-expected.checksum:
734 * platform/mac/svg/W3C-SVG-1.1/painting-marker-03-f-expected.png:
735 * platform/mac/svg/W3C-SVG-1.1/painting-render-01-b-expected.checksum:
736 * platform/mac/svg/W3C-SVG-1.1/painting-render-01-b-expected.png:
737 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.checksum:
738 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.png:
739 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.checksum:
740 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.png:
741 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.checksum:
742 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.png:
743 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.checksum:
744 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.png:
745 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-07-t-expected.checksum:
746 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-07-t-expected.png:
747 * platform/mac/svg/W3C-SVG-1.1/paths-data-01-t-expected.checksum:
748 * platform/mac/svg/W3C-SVG-1.1/paths-data-01-t-expected.png:
749 * platform/mac/svg/W3C-SVG-1.1/paths-data-02-t-expected.checksum:
750 * platform/mac/svg/W3C-SVG-1.1/paths-data-02-t-expected.png:
751 * platform/mac/svg/W3C-SVG-1.1/paths-data-03-f-expected.checksum:
752 * platform/mac/svg/W3C-SVG-1.1/paths-data-03-f-expected.png:
753 * platform/mac/svg/W3C-SVG-1.1/paths-data-04-t-expected.checksum:
754 * platform/mac/svg/W3C-SVG-1.1/paths-data-04-t-expected.png:
755 * platform/mac/svg/W3C-SVG-1.1/paths-data-05-t-expected.checksum:
756 * platform/mac/svg/W3C-SVG-1.1/paths-data-05-t-expected.png:
757 * platform/mac/svg/W3C-SVG-1.1/paths-data-06-t-expected.checksum:
758 * platform/mac/svg/W3C-SVG-1.1/paths-data-06-t-expected.png:
759 * platform/mac/svg/W3C-SVG-1.1/paths-data-07-t-expected.checksum:
760 * platform/mac/svg/W3C-SVG-1.1/paths-data-07-t-expected.png:
761 * platform/mac/svg/W3C-SVG-1.1/paths-data-08-t-expected.checksum:
762 * platform/mac/svg/W3C-SVG-1.1/paths-data-08-t-expected.png:
763 * platform/mac/svg/W3C-SVG-1.1/paths-data-09-t-expected.checksum:
764 * platform/mac/svg/W3C-SVG-1.1/paths-data-09-t-expected.png:
765 * platform/mac/svg/W3C-SVG-1.1/paths-data-10-t-expected.checksum:
766 * platform/mac/svg/W3C-SVG-1.1/paths-data-10-t-expected.png:
767 * platform/mac/svg/W3C-SVG-1.1/paths-data-12-t-expected.checksum:
768 * platform/mac/svg/W3C-SVG-1.1/paths-data-12-t-expected.png:
769 * platform/mac/svg/W3C-SVG-1.1/paths-data-13-t-expected.checksum:
770 * platform/mac/svg/W3C-SVG-1.1/paths-data-13-t-expected.png:
771 * platform/mac/svg/W3C-SVG-1.1/paths-data-14-t-expected.checksum:
772 * platform/mac/svg/W3C-SVG-1.1/paths-data-14-t-expected.png:
773 * platform/mac/svg/W3C-SVG-1.1/paths-data-15-t-expected.checksum:
774 * platform/mac/svg/W3C-SVG-1.1/paths-data-15-t-expected.png:
775 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.checksum:
776 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.png:
777 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.checksum:
778 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.png:
779 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.checksum:
780 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.png:
781 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.checksum:
782 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.png:
783 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.checksum:
784 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.png:
785 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.checksum:
786 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png:
787 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.checksum:
788 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.png:
789 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.checksum:
790 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png:
791 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.checksum:
792 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.png:
793 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.checksum:
794 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.png:
795 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.checksum:
796 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.png:
797 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.checksum:
798 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.png:
799 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.checksum:
800 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.png:
801 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.checksum:
802 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.png:
803 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.checksum:
804 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.png:
805 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.checksum:
806 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.png:
807 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.checksum:
808 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.png:
809 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.checksum:
810 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.png:
811 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.checksum:
812 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.png:
813 * platform/mac/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.checksum:
814 * platform/mac/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.png:
815 * platform/mac/svg/W3C-SVG-1.1/render-elems-01-t-expected.checksum:
816 * platform/mac/svg/W3C-SVG-1.1/render-elems-01-t-expected.png:
817 * platform/mac/svg/W3C-SVG-1.1/render-elems-02-t-expected.checksum:
818 * platform/mac/svg/W3C-SVG-1.1/render-elems-02-t-expected.png:
819 * platform/mac/svg/W3C-SVG-1.1/render-elems-03-t-expected.checksum:
820 * platform/mac/svg/W3C-SVG-1.1/render-elems-03-t-expected.png:
821 * platform/mac/svg/W3C-SVG-1.1/render-elems-06-t-expected.checksum:
822 * platform/mac/svg/W3C-SVG-1.1/render-elems-06-t-expected.png:
823 * platform/mac/svg/W3C-SVG-1.1/render-elems-07-t-expected.checksum:
824 * platform/mac/svg/W3C-SVG-1.1/render-elems-07-t-expected.png:
825 * platform/mac/svg/W3C-SVG-1.1/render-elems-08-t-expected.checksum:
826 * platform/mac/svg/W3C-SVG-1.1/render-elems-08-t-expected.png:
827 * platform/mac/svg/W3C-SVG-1.1/render-groups-01-b-expected.checksum:
828 * platform/mac/svg/W3C-SVG-1.1/render-groups-01-b-expected.png:
829 * platform/mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.checksum:
830 * platform/mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.png:
831 * platform/mac/svg/W3C-SVG-1.1/script-handle-01-b-expected.checksum:
832 * platform/mac/svg/W3C-SVG-1.1/script-handle-01-b-expected.png:
833 * platform/mac/svg/W3C-SVG-1.1/script-handle-02-b-expected.checksum:
834 * platform/mac/svg/W3C-SVG-1.1/script-handle-02-b-expected.png:
835 * platform/mac/svg/W3C-SVG-1.1/script-handle-03-b-expected.checksum:
836 * platform/mac/svg/W3C-SVG-1.1/script-handle-03-b-expected.png:
837 * platform/mac/svg/W3C-SVG-1.1/script-handle-04-b-expected.checksum:
838 * platform/mac/svg/W3C-SVG-1.1/script-handle-04-b-expected.png:
839 * platform/mac/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.checksum:
840 * platform/mac/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.png:
841 * platform/mac/svg/W3C-SVG-1.1/shapes-circle-02-t-expected.checksum:
842 * platform/mac/svg/W3C-SVG-1.1/shapes-circle-02-t-expected.png:
843 * platform/mac/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.checksum:
844 * platform/mac/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.png:
845 * platform/mac/svg/W3C-SVG-1.1/shapes-ellipse-02-t-expected.checksum:
846 * platform/mac/svg/W3C-SVG-1.1/shapes-ellipse-02-t-expected.png:
847 * platform/mac/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.checksum:
848 * platform/mac/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.png:
849 * platform/mac/svg/W3C-SVG-1.1/shapes-line-01-t-expected.checksum:
850 * platform/mac/svg/W3C-SVG-1.1/shapes-line-01-t-expected.png:
851 * platform/mac/svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.checksum:
852 * platform/mac/svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.png:
853 * platform/mac/svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.checksum:
854 * platform/mac/svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.png:
855 * platform/mac/svg/W3C-SVG-1.1/shapes-rect-01-t-expected.checksum:
856 * platform/mac/svg/W3C-SVG-1.1/shapes-rect-01-t-expected.png:
857 * platform/mac/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.checksum:
858 * platform/mac/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.png:
859 * platform/mac/svg/W3C-SVG-1.1/struct-cond-01-t-expected.checksum:
860 * platform/mac/svg/W3C-SVG-1.1/struct-cond-01-t-expected.png:
861 * platform/mac/svg/W3C-SVG-1.1/struct-cond-02-t-expected.checksum:
862 * platform/mac/svg/W3C-SVG-1.1/struct-cond-02-t-expected.png:
863 * platform/mac/svg/W3C-SVG-1.1/struct-cond-03-t-expected.checksum:
864 * platform/mac/svg/W3C-SVG-1.1/struct-cond-03-t-expected.png:
865 * platform/mac/svg/W3C-SVG-1.1/struct-defs-01-t-expected.checksum:
866 * platform/mac/svg/W3C-SVG-1.1/struct-defs-01-t-expected.png:
867 * platform/mac/svg/W3C-SVG-1.1/struct-dom-01-b-expected.checksum:
868 * platform/mac/svg/W3C-SVG-1.1/struct-dom-01-b-expected.png:
869 * platform/mac/svg/W3C-SVG-1.1/struct-dom-02-b-expected.checksum:
870 * platform/mac/svg/W3C-SVG-1.1/struct-dom-02-b-expected.png:
871 * platform/mac/svg/W3C-SVG-1.1/struct-dom-03-b-expected.checksum:
872 * platform/mac/svg/W3C-SVG-1.1/struct-dom-03-b-expected.png:
873 * platform/mac/svg/W3C-SVG-1.1/struct-dom-04-b-expected.checksum:
874 * platform/mac/svg/W3C-SVG-1.1/struct-dom-04-b-expected.png:
875 * platform/mac/svg/W3C-SVG-1.1/struct-dom-05-b-expected.checksum:
876 * platform/mac/svg/W3C-SVG-1.1/struct-dom-05-b-expected.png:
877 * platform/mac/svg/W3C-SVG-1.1/struct-dom-06-b-expected.checksum:
878 * platform/mac/svg/W3C-SVG-1.1/struct-dom-06-b-expected.png:
879 * platform/mac/svg/W3C-SVG-1.1/struct-frag-02-t-expected.checksum:
880 * platform/mac/svg/W3C-SVG-1.1/struct-frag-02-t-expected.png:
881 * platform/mac/svg/W3C-SVG-1.1/struct-frag-03-t-expected.checksum:
882 * platform/mac/svg/W3C-SVG-1.1/struct-frag-03-t-expected.png:
883 * platform/mac/svg/W3C-SVG-1.1/struct-frag-04-t-expected.checksum:
884 * platform/mac/svg/W3C-SVG-1.1/struct-frag-04-t-expected.png:
885 * platform/mac/svg/W3C-SVG-1.1/struct-frag-05-t-expected.checksum:
886 * platform/mac/svg/W3C-SVG-1.1/struct-frag-05-t-expected.png:
887 * platform/mac/svg/W3C-SVG-1.1/struct-frag-06-t-expected.checksum:
888 * platform/mac/svg/W3C-SVG-1.1/struct-frag-06-t-expected.png:
889 * platform/mac/svg/W3C-SVG-1.1/struct-group-01-t-expected.checksum:
890 * platform/mac/svg/W3C-SVG-1.1/struct-group-01-t-expected.png:
891 * platform/mac/svg/W3C-SVG-1.1/struct-group-02-b-expected.checksum:
892 * platform/mac/svg/W3C-SVG-1.1/struct-group-02-b-expected.png:
893 * platform/mac/svg/W3C-SVG-1.1/struct-group-03-t-expected.checksum:
894 * platform/mac/svg/W3C-SVG-1.1/struct-group-03-t-expected.png:
895 * platform/mac/svg/W3C-SVG-1.1/struct-image-01-t-expected.checksum:
896 * platform/mac/svg/W3C-SVG-1.1/struct-image-01-t-expected.png:
897 * platform/mac/svg/W3C-SVG-1.1/struct-image-02-b-expected.checksum:
898 * platform/mac/svg/W3C-SVG-1.1/struct-image-02-b-expected.png:
899 * platform/mac/svg/W3C-SVG-1.1/struct-image-03-t-expected.checksum:
900 * platform/mac/svg/W3C-SVG-1.1/struct-image-03-t-expected.png:
901 * platform/mac/svg/W3C-SVG-1.1/struct-image-04-t-expected.checksum:
902 * platform/mac/svg/W3C-SVG-1.1/struct-image-04-t-expected.png:
903 * platform/mac/svg/W3C-SVG-1.1/struct-image-05-b-expected.checksum:
904 * platform/mac/svg/W3C-SVG-1.1/struct-image-05-b-expected.png:
905 * platform/mac/svg/W3C-SVG-1.1/struct-image-06-t-expected.checksum:
906 * platform/mac/svg/W3C-SVG-1.1/struct-image-06-t-expected.png:
907 * platform/mac/svg/W3C-SVG-1.1/struct-image-07-t-expected.checksum:
908 * platform/mac/svg/W3C-SVG-1.1/struct-image-07-t-expected.png:
909 * platform/mac/svg/W3C-SVG-1.1/struct-image-08-t-expected.checksum:
910 * platform/mac/svg/W3C-SVG-1.1/struct-image-08-t-expected.png:
911 * platform/mac/svg/W3C-SVG-1.1/struct-image-09-t-expected.checksum:
912 * platform/mac/svg/W3C-SVG-1.1/struct-image-09-t-expected.png:
913 * platform/mac/svg/W3C-SVG-1.1/struct-image-10-t-expected.checksum:
914 * platform/mac/svg/W3C-SVG-1.1/struct-image-10-t-expected.png:
915 * platform/mac/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.checksum:
916 * platform/mac/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.png:
917 * platform/mac/svg/W3C-SVG-1.1/struct-use-01-t-expected.checksum:
918 * platform/mac/svg/W3C-SVG-1.1/struct-use-01-t-expected.png:
919 * platform/mac/svg/W3C-SVG-1.1/struct-use-03-t-expected.checksum:
920 * platform/mac/svg/W3C-SVG-1.1/struct-use-03-t-expected.png:
921 * platform/mac/svg/W3C-SVG-1.1/struct-use-05-b-expected.checksum:
922 * platform/mac/svg/W3C-SVG-1.1/struct-use-05-b-expected.png:
923 * platform/mac/svg/W3C-SVG-1.1/styling-css-01-b-expected.checksum:
924 * platform/mac/svg/W3C-SVG-1.1/styling-css-01-b-expected.png:
925 * platform/mac/svg/W3C-SVG-1.1/styling-css-02-b-expected.checksum:
926 * platform/mac/svg/W3C-SVG-1.1/styling-css-02-b-expected.png:
927 * platform/mac/svg/W3C-SVG-1.1/styling-css-03-b-expected.checksum:
928 * platform/mac/svg/W3C-SVG-1.1/styling-css-03-b-expected.png:
929 * platform/mac/svg/W3C-SVG-1.1/styling-css-04-f-expected.checksum:
930 * platform/mac/svg/W3C-SVG-1.1/styling-css-04-f-expected.png:
931 * platform/mac/svg/W3C-SVG-1.1/styling-css-05-b-expected.checksum:
932 * platform/mac/svg/W3C-SVG-1.1/styling-css-05-b-expected.png:
933 * platform/mac/svg/W3C-SVG-1.1/styling-css-06-b-expected.checksum:
934 * platform/mac/svg/W3C-SVG-1.1/styling-css-06-b-expected.png:
935 * platform/mac/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.checksum:
936 * platform/mac/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.png:
937 * platform/mac/svg/W3C-SVG-1.1/styling-pres-01-t-expected.checksum:
938 * platform/mac/svg/W3C-SVG-1.1/styling-pres-01-t-expected.png:
939 * platform/mac/svg/W3C-SVG-1.1/text-align-01-b-expected.checksum:
940 * platform/mac/svg/W3C-SVG-1.1/text-align-01-b-expected.png:
941 * platform/mac/svg/W3C-SVG-1.1/text-align-02-b-expected.checksum:
942 * platform/mac/svg/W3C-SVG-1.1/text-align-02-b-expected.png:
943 * platform/mac/svg/W3C-SVG-1.1/text-align-03-b-expected.checksum:
944 * platform/mac/svg/W3C-SVG-1.1/text-align-03-b-expected.png:
945 * platform/mac/svg/W3C-SVG-1.1/text-align-04-b-expected.checksum:
946 * platform/mac/svg/W3C-SVG-1.1/text-align-04-b-expected.png:
947 * platform/mac/svg/W3C-SVG-1.1/text-align-05-b-expected.checksum:
948 * platform/mac/svg/W3C-SVG-1.1/text-align-05-b-expected.png:
949 * platform/mac/svg/W3C-SVG-1.1/text-align-06-b-expected.checksum:
950 * platform/mac/svg/W3C-SVG-1.1/text-align-06-b-expected.png:
951 * platform/mac/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.checksum:
952 * platform/mac/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.png:
953 * platform/mac/svg/W3C-SVG-1.1/text-deco-01-b-expected.checksum:
954 * platform/mac/svg/W3C-SVG-1.1/text-deco-01-b-expected.png:
955 * platform/mac/svg/W3C-SVG-1.1/text-fonts-01-t-expected.checksum:
956 * platform/mac/svg/W3C-SVG-1.1/text-fonts-01-t-expected.png:
957 * platform/mac/svg/W3C-SVG-1.1/text-fonts-02-t-expected.checksum:
958 * platform/mac/svg/W3C-SVG-1.1/text-fonts-02-t-expected.png:
959 * platform/mac/svg/W3C-SVG-1.1/text-intro-05-t-expected.checksum:
960 * platform/mac/svg/W3C-SVG-1.1/text-intro-05-t-expected.png:
961 * platform/mac/svg/W3C-SVG-1.1/text-path-01-b-expected.checksum:
962 * platform/mac/svg/W3C-SVG-1.1/text-path-01-b-expected.png:
963 * platform/mac/svg/W3C-SVG-1.1/text-spacing-01-b-expected.checksum:
964 * platform/mac/svg/W3C-SVG-1.1/text-spacing-01-b-expected.png:
965 * platform/mac/svg/W3C-SVG-1.1/text-text-01-b-expected.checksum:
966 * platform/mac/svg/W3C-SVG-1.1/text-text-01-b-expected.png:
967 * platform/mac/svg/W3C-SVG-1.1/text-text-03-b-expected.checksum:
968 * platform/mac/svg/W3C-SVG-1.1/text-text-03-b-expected.png:
969 * platform/mac/svg/W3C-SVG-1.1/text-text-04-t-expected.checksum:
970 * platform/mac/svg/W3C-SVG-1.1/text-text-04-t-expected.png:
971 * platform/mac/svg/W3C-SVG-1.1/text-text-05-t-expected.checksum:
972 * platform/mac/svg/W3C-SVG-1.1/text-text-05-t-expected.png:
973 * platform/mac/svg/W3C-SVG-1.1/text-text-06-t-expected.checksum:
974 * platform/mac/svg/W3C-SVG-1.1/text-text-06-t-expected.png:
975 * platform/mac/svg/W3C-SVG-1.1/text-text-07-t-expected.checksum:
976 * platform/mac/svg/W3C-SVG-1.1/text-text-07-t-expected.png:
977 * platform/mac/svg/W3C-SVG-1.1/text-text-08-b-expected.checksum:
978 * platform/mac/svg/W3C-SVG-1.1/text-text-08-b-expected.png:
979 * platform/mac/svg/W3C-SVG-1.1/text-tref-01-b-expected.checksum:
980 * platform/mac/svg/W3C-SVG-1.1/text-tref-01-b-expected.png:
981 * platform/mac/svg/W3C-SVG-1.1/text-tselect-01-b-expected.checksum:
982 * platform/mac/svg/W3C-SVG-1.1/text-tselect-01-b-expected.png:
983 * platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.checksum:
984 * platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.png:
985 * platform/mac/svg/W3C-SVG-1.1/text-tspan-01-b-expected.checksum:
986 * platform/mac/svg/W3C-SVG-1.1/text-tspan-01-b-expected.png:
987 * platform/mac/svg/W3C-SVG-1.1/text-ws-01-t-expected.checksum:
988 * platform/mac/svg/W3C-SVG-1.1/text-ws-01-t-expected.png:
989 * platform/mac/svg/W3C-SVG-1.1/text-ws-02-t-expected.checksum:
990 * platform/mac/svg/W3C-SVG-1.1/text-ws-02-t-expected.png:
991 * platform/mac/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.checksum:
992 * platform/mac/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.png:
993 * platform/mac/svg/carto.net/button-expected.checksum:
994 * platform/mac/svg/carto.net/button-expected.png:
995 * platform/mac/svg/carto.net/colourpicker-expected.checksum:
996 * platform/mac/svg/carto.net/colourpicker-expected.png:
997 * platform/mac/svg/carto.net/combobox-expected.checksum:
998 * platform/mac/svg/carto.net/combobox-expected.png:
999 * platform/mac/svg/carto.net/scrollbar-expected.checksum:
1000 * platform/mac/svg/carto.net/scrollbar-expected.png:
1001 * platform/mac/svg/carto.net/selectionlist-expected.checksum:
1002 * platform/mac/svg/carto.net/selectionlist-expected.png:
1003 * platform/mac/svg/carto.net/slider-expected.checksum:
1004 * platform/mac/svg/carto.net/slider-expected.png:
1005 * platform/mac/svg/carto.net/textbox-expected.checksum:
1006 * platform/mac/svg/carto.net/textbox-expected.png:
1007 * platform/mac/svg/carto.net/window-expected.checksum:
1008 * platform/mac/svg/carto.net/window-expected.png:
1009 * platform/mac/svg/custom/SVGPoint-matrixTransform-expected.checksum:
1010 * platform/mac/svg/custom/SVGPoint-matrixTransform-expected.png:
1011 * platform/mac/svg/custom/alignment-baseline-modes-expected.checksum:
1012 * platform/mac/svg/custom/alignment-baseline-modes-expected.png:
1013 * platform/mac/svg/custom/baseval-animval-equality-expected.checksum:
1014 * platform/mac/svg/custom/baseval-animval-equality-expected.png:
1015 * platform/mac/svg/custom/control-points-for-S-and-T-expected.checksum:
1016 * platform/mac/svg/custom/control-points-for-S-and-T-expected.png:
1017 * platform/mac/svg/custom/coords-relative-units-transforms-expected.checksum:
1018 * platform/mac/svg/custom/coords-relative-units-transforms-expected.png:
1019 * platform/mac/svg/custom/dasharrayOrigin-expected.checksum:
1020 * platform/mac/svg/custom/dasharrayOrigin-expected.png:
1021 * platform/mac/svg/custom/deep-dynamic-updates-expected.checksum:
1022 * platform/mac/svg/custom/deep-dynamic-updates-expected.png:
1023 * platform/mac/svg/custom/dominant-baseline-hanging-expected.checksum:
1024 * platform/mac/svg/custom/dominant-baseline-hanging-expected.png:
1025 * platform/mac/svg/custom/dominant-baseline-modes-expected.checksum:
1026 * platform/mac/svg/custom/dominant-baseline-modes-expected.png:
1027 * platform/mac/svg/custom/dynamic-empty-path-expected.checksum:
1028 * platform/mac/svg/custom/dynamic-empty-path-expected.png:
1029 * platform/mac/svg/custom/dynamic-svg-document-creation-expected.checksum:
1030 * platform/mac/svg/custom/dynamic-svg-document-creation-expected.png:
1031 * platform/mac/svg/custom/feComponentTransfer-Discrete-expected.checksum:
1032 * platform/mac/svg/custom/feComponentTransfer-Discrete-expected.png:
1033 * platform/mac/svg/custom/feComponentTransfer-Gamma-expected.checksum:
1034 * platform/mac/svg/custom/feComponentTransfer-Gamma-expected.png:
1035 * platform/mac/svg/custom/feComponentTransfer-Linear-expected.checksum:
1036 * platform/mac/svg/custom/feComponentTransfer-Linear-expected.png:
1037 * platform/mac/svg/custom/feComponentTransfer-Table-expected.checksum:
1038 * platform/mac/svg/custom/feComponentTransfer-Table-expected.png:
1039 * platform/mac/svg/custom/focus-ring-expected.checksum:
1040 * platform/mac/svg/custom/focus-ring-expected.png:
1041 * platform/mac/svg/custom/font-face-cascade-order-expected.checksum:
1042 * platform/mac/svg/custom/font-face-cascade-order-expected.png:
1043 * platform/mac/svg/custom/font-face-simple-expected.checksum:
1044 * platform/mac/svg/custom/font-face-simple-expected.png:
1045 * platform/mac/svg/custom/foreign-object-skew-expected.checksum:
1046 * platform/mac/svg/custom/foreign-object-skew-expected.png:
1047 * platform/mac/svg/custom/getTransformToElement-expected.checksum:
1048 * platform/mac/svg/custom/getTransformToElement-expected.png:
1049 * platform/mac/svg/custom/getscreenctm-in-mixed-content-expected.checksum:
1050 * platform/mac/svg/custom/getscreenctm-in-mixed-content-expected.png:
1051 * platform/mac/svg/custom/getsvgdocument-expected.checksum:
1052 * platform/mac/svg/custom/getsvgdocument-expected.png:
1053 * platform/mac/svg/custom/gradient-cycle-detection-expected.checksum:
1054 * platform/mac/svg/custom/gradient-cycle-detection-expected.png:
1055 * platform/mac/svg/custom/gradient-deep-referencing-expected.checksum:
1056 * platform/mac/svg/custom/gradient-deep-referencing-expected.png:
1057 * platform/mac/svg/custom/gradient-stop-corner-cases-expected.checksum:
1058 * platform/mac/svg/custom/gradient-stop-corner-cases-expected.png:
1059 * platform/mac/svg/custom/grayscale-gradient-mask-expected.checksum:
1060 * platform/mac/svg/custom/grayscale-gradient-mask-expected.png:
1061 * platform/mac/svg/custom/hit-test-path-expected.checksum:
1062 * platform/mac/svg/custom/hit-test-path-expected.png:
1063 * platform/mac/svg/custom/hit-test-path-stroke-expected.checksum:
1064 * platform/mac/svg/custom/hit-test-path-stroke-expected.png:
1065 * platform/mac/svg/custom/image-clipped-hit-expected.checksum:
1066 * platform/mac/svg/custom/image-clipped-hit-expected.png:
1067 * platform/mac/svg/custom/image-with-transform-clip-filter-expected.checksum:
1068 * platform/mac/svg/custom/image-with-transform-clip-filter-expected.png:
1069 * platform/mac/svg/custom/invalid-css-expected.checksum:
1070 * platform/mac/svg/custom/invalid-css-expected.png:
1071 * platform/mac/svg/custom/invalid-fill-expected.checksum:
1072 * platform/mac/svg/custom/invalid-fill-expected.png:
1073 * platform/mac/svg/custom/invalid-fill-hex-expected.checksum:
1074 * platform/mac/svg/custom/invalid-fill-hex-expected.png:
1075 * platform/mac/svg/custom/invisible-text-after-scrolling-expected.checksum:
1076 * platform/mac/svg/custom/invisible-text-after-scrolling-expected.png:
1077 * platform/mac/svg/custom/js-late-clipPath-and-object-creation-expected.checksum:
1078 * platform/mac/svg/custom/js-late-clipPath-and-object-creation-expected.png:
1079 * platform/mac/svg/custom/js-late-clipPath-creation-expected.checksum:
1080 * platform/mac/svg/custom/js-late-clipPath-creation-expected.png:
1081 * platform/mac/svg/custom/js-late-marker-and-object-creation-expected.checksum:
1082 * platform/mac/svg/custom/js-late-marker-and-object-creation-expected.png:
1083 * platform/mac/svg/custom/js-late-marker-creation-expected.checksum:
1084 * platform/mac/svg/custom/js-late-marker-creation-expected.png:
1085 * platform/mac/svg/custom/js-update-bounce-expected.checksum:
1086 * platform/mac/svg/custom/js-update-bounce-expected.png:
1087 * platform/mac/svg/custom/js-update-container-expected.checksum:
1088 * platform/mac/svg/custom/js-update-container-expected.png:
1089 * platform/mac/svg/custom/js-update-container2-expected.checksum:
1090 * platform/mac/svg/custom/js-update-container2-expected.png:
1091 * platform/mac/svg/custom/js-update-path-changes-expected.checksum:
1092 * platform/mac/svg/custom/js-update-path-changes-expected.png:
1093 * platform/mac/svg/custom/js-update-path-removal-expected.checksum:
1094 * platform/mac/svg/custom/js-update-path-removal-expected.png:
1095 * platform/mac/svg/custom/junk-data-expected.checksum:
1096 * platform/mac/svg/custom/junk-data-expected.png:
1097 * platform/mac/svg/custom/marker-changes-expected.checksum:
1098 * platform/mac/svg/custom/marker-changes-expected.png:
1099 * platform/mac/svg/custom/marker-child-changes-expected.checksum:
1100 * platform/mac/svg/custom/marker-child-changes-expected.png:
1101 * platform/mac/svg/custom/marker-default-width-height-expected.checksum:
1102 * platform/mac/svg/custom/marker-default-width-height-expected.png:
1103 * platform/mac/svg/custom/marker-overflow-clip-expected.checksum:
1104 * platform/mac/svg/custom/marker-overflow-clip-expected.png:
1105 * platform/mac/svg/custom/marker-viewBox-changes-expected.checksum:
1106 * platform/mac/svg/custom/marker-viewBox-changes-expected.png:
1107 * platform/mac/svg/custom/missing-xlink-expected.checksum:
1108 * platform/mac/svg/custom/missing-xlink-expected.png:
1109 * platform/mac/svg/custom/non-opaque-filters-expected.checksum:
1110 * platform/mac/svg/custom/non-opaque-filters-expected.png:
1111 * platform/mac/svg/custom/path-textPath-simulation-expected.checksum:
1112 * platform/mac/svg/custom/path-textPath-simulation-expected.png:
1113 * platform/mac/svg/custom/pattern-cycle-detection-expected.checksum:
1114 * platform/mac/svg/custom/pattern-cycle-detection-expected.png:
1115 * platform/mac/svg/custom/pattern-deep-referencing-expected.checksum:
1116 * platform/mac/svg/custom/pattern-deep-referencing-expected.png:
1117 * platform/mac/svg/custom/pointer-events-image-expected.checksum:
1118 * platform/mac/svg/custom/pointer-events-image-expected.png:
1119 * platform/mac/svg/custom/pointer-events-path-expected.checksum:
1120 * platform/mac/svg/custom/pointer-events-path-expected.png:
1121 * platform/mac/svg/custom/pointer-events-text-expected.checksum:
1122 * platform/mac/svg/custom/pointer-events-text-expected.png:
1123 * platform/mac/svg/custom/preserve-aspect-ratio-syntax-expected.checksum:
1124 * platform/mac/svg/custom/preserve-aspect-ratio-syntax-expected.png:
1125 * platform/mac/svg/custom/rootmost-svg-xy-attrs-expected.checksum:
1126 * platform/mac/svg/custom/rootmost-svg-xy-attrs-expected.png:
1127 * platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.checksum:
1128 * platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png:
1129 * platform/mac/svg/custom/second-inline-text-expected.checksum:
1130 * platform/mac/svg/custom/second-inline-text-expected.png:
1131 * platform/mac/svg/custom/shapes-supporting-markers-expected.checksum:
1132 * platform/mac/svg/custom/shapes-supporting-markers-expected.png:
1133 * platform/mac/svg/custom/simpleCDF-expected.checksum:
1134 * platform/mac/svg/custom/simpleCDF-expected.png:
1135 * platform/mac/svg/custom/struct-use-09-b-expected.checksum:
1136 * platform/mac/svg/custom/struct-use-09-b-expected.png:
1137 * platform/mac/svg/custom/svg-float-border-padding-expected.checksum:
1138 * platform/mac/svg/custom/svg-float-border-padding-expected.png:
1139 * platform/mac/svg/custom/svg-overflow-types-expected.checksum:
1140 * platform/mac/svg/custom/svg-overflow-types-expected.png:
1141 * platform/mac/svg/custom/text-clip-expected.checksum:
1142 * platform/mac/svg/custom/text-clip-expected.png:
1143 * platform/mac/svg/custom/text-ctm-expected.checksum:
1144 * platform/mac/svg/custom/text-ctm-expected.png:
1145 * platform/mac/svg/custom/text-dom-01-f-expected.checksum:
1146 * platform/mac/svg/custom/text-dom-01-f-expected.png:
1147 * platform/mac/svg/custom/text-hit-test-expected.checksum:
1148 * platform/mac/svg/custom/text-hit-test-expected.png:
1149 * platform/mac/svg/custom/text-image-opacity-expected.checksum:
1150 * platform/mac/svg/custom/text-image-opacity-expected.png:
1151 * platform/mac/svg/custom/text-repaint-including-stroke-expected.checksum:
1152 * platform/mac/svg/custom/text-repaint-including-stroke-expected.png:
1153 * platform/mac/svg/custom/text-whitespace-handling-expected.checksum:
1154 * platform/mac/svg/custom/text-whitespace-handling-expected.png:
1155 * platform/mac/svg/custom/tref-update-expected.checksum:
1156 * platform/mac/svg/custom/tref-update-expected.png:
1157 * platform/mac/svg/custom/use-clipped-hit-expected.checksum:
1158 * platform/mac/svg/custom/use-clipped-hit-expected.png:
1159 * platform/mac/svg/custom/use-css-events-expected.checksum:
1160 * platform/mac/svg/custom/use-css-events-expected.png:
1161 * platform/mac/svg/custom/use-elementInstance-event-target-expected.checksum:
1162 * platform/mac/svg/custom/use-elementInstance-event-target-expected.png:
1163 * platform/mac/svg/custom/use-elementInstance-methods-expected.checksum:
1164 * platform/mac/svg/custom/use-elementInstance-methods-expected.png:
1165 * platform/mac/svg/custom/use-event-handler-on-referenced-element-expected.checksum:
1166 * platform/mac/svg/custom/use-event-handler-on-referenced-element-expected.png:
1167 * platform/mac/svg/custom/use-event-handler-on-use-element-expected.checksum:
1168 * platform/mac/svg/custom/use-event-handler-on-use-element-expected.png:
1169 * platform/mac/svg/custom/use-events-crash-expected.checksum:
1170 * platform/mac/svg/custom/use-events-crash-expected.png:
1171 * platform/mac/svg/custom/use-forward-refs-expected.checksum:
1172 * platform/mac/svg/custom/use-forward-refs-expected.png:
1173 * platform/mac/svg/custom/use-instanceRoot-modifications-expected.checksum:
1174 * platform/mac/svg/custom/use-instanceRoot-modifications-expected.png:
1175 * platform/mac/svg/custom/use-modify-container-in-target-expected.checksum:
1176 * platform/mac/svg/custom/use-modify-container-in-target-expected.png:
1177 * platform/mac/svg/custom/use-modify-target-container-expected.checksum:
1178 * platform/mac/svg/custom/use-modify-target-container-expected.png:
1179 * platform/mac/svg/custom/use-modify-target-symbol-expected.checksum:
1180 * platform/mac/svg/custom/use-modify-target-symbol-expected.png:
1181 * platform/mac/svg/custom/use-nested-transform-expected.checksum:
1182 * platform/mac/svg/custom/use-nested-transform-expected.png:
1183 * platform/mac/svg/custom/use-on-g-containing-use-expected.checksum:
1184 * platform/mac/svg/custom/use-on-g-containing-use-expected.png:
1185 * platform/mac/svg/custom/use-on-g-expected.checksum:
1186 * platform/mac/svg/custom/use-on-g-expected.png:
1187 * platform/mac/svg/custom/use-on-rect-expected.checksum:
1188 * platform/mac/svg/custom/use-on-rect-expected.png:
1189 * platform/mac/svg/custom/use-on-symbol-expected.checksum:
1190 * platform/mac/svg/custom/use-on-symbol-expected.png:
1191 * platform/mac/svg/custom/use-on-symbol-inside-pattern-expected.checksum:
1192 * platform/mac/svg/custom/use-on-symbol-inside-pattern-expected.png:
1193 * platform/mac/svg/custom/use-on-text-expected.checksum:
1194 * platform/mac/svg/custom/use-on-text-expected.png:
1195 * platform/mac/svg/custom/use-on-use-expected.checksum:
1196 * platform/mac/svg/custom/use-on-use-expected.png:
1197 * platform/mac/svg/custom/use-property-changes-through-dom-expected.checksum:
1198 * platform/mac/svg/custom/use-property-changes-through-dom-expected.png:
1199 * platform/mac/svg/custom/use-property-changes-through-svg-dom-expected.checksum:
1200 * platform/mac/svg/custom/use-property-changes-through-svg-dom-expected.png:
1201 * platform/mac/svg/custom/use-recursion-1-expected.checksum:
1202 * platform/mac/svg/custom/use-recursion-1-expected.png:
1203 * platform/mac/svg/custom/use-recursion-2-expected.checksum:
1204 * platform/mac/svg/custom/use-recursion-2-expected.png:
1205 * platform/mac/svg/custom/use-recursion-3-expected.checksum:
1206 * platform/mac/svg/custom/use-recursion-3-expected.png:
1207 * platform/mac/svg/custom/use-recursion-4-expected.checksum:
1208 * platform/mac/svg/custom/use-recursion-4-expected.png:
1209 * platform/mac/svg/custom/use-referencing-nonexisting-symbol-expected.checksum:
1210 * platform/mac/svg/custom/use-referencing-nonexisting-symbol-expected.png:
1211 * platform/mac/svg/custom/use-transform-expected.checksum:
1212 * platform/mac/svg/custom/use-transform-expected.png:
1213 * platform/mac/svg/custom/viewBox-hit-expected.checksum:
1214 * platform/mac/svg/custom/viewBox-hit-expected.png:
1215 * platform/mac/svg/custom/viewbox-syntax-expected.checksum:
1216 * platform/mac/svg/custom/viewbox-syntax-expected.png:
1217 * platform/mac/svg/custom/viewport-em-expected.checksum:
1218 * platform/mac/svg/custom/viewport-em-expected.png:
1219 * platform/mac/svg/hixie/cascade/002-expected.checksum:
1220 * platform/mac/svg/hixie/cascade/002-expected.png:
1221 * platform/mac/svg/hixie/data-types/001-expected.checksum:
1222 * platform/mac/svg/hixie/data-types/001-expected.png:
1223 * platform/mac/svg/hixie/data-types/002-expected.checksum:
1224 * platform/mac/svg/hixie/data-types/002-expected.png:
1225 * platform/mac/svg/hixie/dynamic/002-expected.checksum:
1226 * platform/mac/svg/hixie/dynamic/002-expected.png:
1227 * platform/mac/svg/hixie/error/002-expected.checksum:
1228 * platform/mac/svg/hixie/error/002-expected.png:
1229 * platform/mac/svg/hixie/error/003-expected.checksum:
1230 * platform/mac/svg/hixie/error/003-expected.png:
1231 * platform/mac/svg/hixie/error/004-expected.checksum:
1232 * platform/mac/svg/hixie/error/004-expected.png:
1233 * platform/mac/svg/hixie/error/005-expected.checksum:
1234 * platform/mac/svg/hixie/error/005-expected.png:
1235 * platform/mac/svg/hixie/error/010-expected.checksum:
1236 * platform/mac/svg/hixie/error/010-expected.png:
1237 * platform/mac/svg/hixie/error/011-expected.checksum:
1238 * platform/mac/svg/hixie/error/011-expected.png:
1239 * platform/mac/svg/hixie/error/012-expected.checksum:
1240 * platform/mac/svg/hixie/error/012-expected.png:
1241 * platform/mac/svg/hixie/error/017-expected.checksum:
1242 * platform/mac/svg/hixie/error/017-expected.png:
1243 * platform/mac/svg/hixie/links/002-expected.checksum:
1244 * platform/mac/svg/hixie/links/002-expected.png:
1245 * platform/mac/svg/hixie/links/003-broken-expected.checksum:
1246 * platform/mac/svg/hixie/links/003-broken-expected.png:
1247 * platform/mac/svg/hixie/mixed/003-expected.checksum:
1248 * platform/mac/svg/hixie/mixed/003-expected.png:
1249 * platform/mac/svg/hixie/mixed/004-expected.checksum:
1250 * platform/mac/svg/hixie/mixed/004-expected.png:
1251 * platform/mac/svg/hixie/mixed/005-expected.checksum:
1252 * platform/mac/svg/hixie/mixed/005-expected.png:
1253 * platform/mac/svg/hixie/mixed/006-expected.checksum:
1254 * platform/mac/svg/hixie/mixed/006-expected.png:
1255 * platform/mac/svg/hixie/mixed/007-expected.checksum:
1256 * platform/mac/svg/hixie/mixed/007-expected.png:
1257 * platform/mac/svg/hixie/mixed/008-expected.checksum:
1258 * platform/mac/svg/hixie/mixed/008-expected.png:
1259 * platform/mac/svg/hixie/mixed/009-expected.checksum:
1260 * platform/mac/svg/hixie/mixed/009-expected.png:
1261 * platform/mac/svg/hixie/mixed/010-expected.checksum:
1262 * platform/mac/svg/hixie/mixed/010-expected.png:
1263 * platform/mac/svg/hixie/mixed/011-expected.checksum:
1264 * platform/mac/svg/hixie/mixed/011-expected.png:
1265 * platform/mac/svg/hixie/perf/001-expected.checksum:
1266 * platform/mac/svg/hixie/perf/001-expected.png:
1267 * platform/mac/svg/hixie/perf/002-expected.checksum:
1268 * platform/mac/svg/hixie/perf/002-expected.png:
1269 * platform/mac/svg/hixie/perf/003-expected.checksum:
1270 * platform/mac/svg/hixie/perf/003-expected.png:
1271 * platform/mac/svg/hixie/perf/004-expected.checksum:
1272 * platform/mac/svg/hixie/perf/004-expected.png:
1273 * platform/mac/svg/hixie/perf/005-expected.checksum:
1274 * platform/mac/svg/hixie/perf/005-expected.png:
1275 * platform/mac/svg/hixie/perf/006-expected.checksum:
1276 * platform/mac/svg/hixie/perf/006-expected.png:
1277 * platform/mac/svg/hixie/perf/007-expected.checksum:
1278 * platform/mac/svg/hixie/perf/007-expected.png:
1279 * platform/mac/svg/hixie/processing-model/003-expected.checksum:
1280 * platform/mac/svg/hixie/processing-model/003-expected.png:
1281 * platform/mac/svg/hixie/processing-model/004-expected.checksum:
1282 * platform/mac/svg/hixie/processing-model/004-expected.png:
1283 * platform/mac/svg/hixie/rendering-model/001-expected.checksum:
1284 * platform/mac/svg/hixie/rendering-model/001-expected.png:
1285 * platform/mac/svg/hixie/rendering-model/002-expected.checksum:
1286 * platform/mac/svg/hixie/rendering-model/002-expected.png:
1287 * platform/mac/svg/hixie/rendering-model/003-expected.checksum:
1288 * platform/mac/svg/hixie/rendering-model/003-expected.png:
1289 * platform/mac/svg/hixie/rendering-model/004-expected.checksum:
1290 * platform/mac/svg/hixie/rendering-model/004-expected.png:
1291 * platform/mac/svg/hixie/shapes/path/001-expected.checksum:
1292 * platform/mac/svg/hixie/shapes/path/001-expected.png:
1293 * platform/mac/svg/hixie/text/002-expected.checksum:
1294 * platform/mac/svg/hixie/text/002-expected.png:
1295 * platform/mac/svg/hixie/text/003-expected.checksum:
1296 * platform/mac/svg/hixie/text/003-expected.png:
1297 * platform/mac/svg/hixie/text/003b-expected.checksum:
1298 * platform/mac/svg/hixie/text/003b-expected.png:
1299 * platform/mac/svg/hixie/transform/001-expected.checksum:
1300 * platform/mac/svg/hixie/transform/001-expected.png:
1301 * platform/mac/svg/hixie/viewbox/preserveAspectRatio/001-expected.checksum:
1302 * platform/mac/svg/hixie/viewbox/preserveAspectRatio/001-expected.png:
1303 * platform/mac/svg/hixie/viewbox/preserveAspectRatio/002-expected.checksum:
1304 * platform/mac/svg/hixie/viewbox/preserveAspectRatio/002-expected.png:
1305 * svg/batik/filters/filterRegions-expected.checksum:
1306 * svg/batik/filters/filterRegions-expected.png:
1307 * svg/batik/paints/patternPreserveAspectRatioA-expected.checksum:
1308 * svg/batik/paints/patternPreserveAspectRatioA-expected.png:
1309 * svg/batik/text/smallFonts-expected.checksum:
1310 * svg/batik/text/smallFonts-expected.png:
1311 * svg/batik/text/textAnchor-expected.checksum:
1312 * svg/batik/text/textAnchor-expected.png:
1313 * svg/batik/text/textAnchor2-expected.checksum:
1314 * svg/batik/text/textAnchor2-expected.png:
1315 * svg/batik/text/textAnchor3-expected.checksum:
1316 * svg/batik/text/textAnchor3-expected.png:
1317 * svg/batik/text/textDecoration2-expected.checksum:
1318 * svg/batik/text/textDecoration2-expected.png:
1319 * svg/batik/text/textFeatures-expected.checksum:
1320 * svg/batik/text/textFeatures-expected.png:
1321 * svg/batik/text/textLayout-expected.checksum:
1322 * svg/batik/text/textLayout-expected.png:
1323 * svg/batik/text/textLength-expected.checksum:
1324 * svg/batik/text/textLength-expected.png:
1325 * svg/batik/text/textOnPath-expected.checksum:
1326 * svg/batik/text/textOnPath-expected.png:
1327 * svg/batik/text/textOnPath2-expected.checksum:
1328 * svg/batik/text/textOnPath2-expected.png:
1329 * svg/batik/text/textOnPathSpaces-expected.checksum:
1330 * svg/batik/text/textOnPathSpaces-expected.png:
1331 * svg/batik/text/textProperties2-expected.checksum:
1332 * svg/batik/text/textProperties2-expected.png:
1333 * svg/batik/text/verticalText-expected.checksum:
1334 * svg/batik/text/verticalText-expected.png:
1335 * svg/batik/text/verticalTextOnPath-expected.checksum:
1336 * svg/batik/text/verticalTextOnPath-expected.png:
1337 * svg/custom/SVGMatrix-interface-expected.checksum:
1338 * svg/custom/SVGMatrix-interface-expected.png:
1339 * svg/custom/absolute-sized-svg-in-xhtml-expected.checksum:
1340 * svg/custom/absolute-sized-svg-in-xhtml-expected.png:
1341 * svg/custom/container-opacity-clip-viewBox-expected.checksum:
1342 * svg/custom/container-opacity-clip-viewBox-expected.png:
1343 * svg/custom/fill-SVGPaint-interface-expected.checksum:
1344 * svg/custom/fill-SVGPaint-interface-expected.png:
1345 * svg/custom/fill-fallback-expected.checksum:
1346 * svg/custom/fill-fallback-expected.png:
1347 * svg/custom/getPresentationAttribute-expected.checksum:
1348 * svg/custom/getPresentationAttribute-expected.png:
1349 * svg/custom/group-opacity-expected.checksum:
1350 * svg/custom/group-opacity-expected.png:
1351 * svg/custom/hit-test-unclosed-subpaths-expected.checksum:
1352 * svg/custom/hit-test-unclosed-subpaths-expected.png:
1353 * svg/custom/hit-test-with-br-expected.checksum:
1354 * svg/custom/hit-test-with-br-expected.png:
1355 * svg/custom/image-parent-translation-expected.checksum:
1356 * svg/custom/image-parent-translation-expected.png:
1357 * svg/custom/percentage-of-html-parent-expected.checksum:
1358 * svg/custom/percentage-of-html-parent-expected.png:
1359 * svg/custom/root-container-opacity-clip-viewBox-expected.checksum:
1360 * svg/custom/root-container-opacity-clip-viewBox-expected.png:
1361 * svg/custom/scroll-hit-test-expected.checksum:
1362 * svg/custom/scroll-hit-test-expected.png:
1363 * svg/custom/stroke-fallback-expected.checksum:
1364 * svg/custom/stroke-fallback-expected.png:
1365 * svg/custom/stroked-pattern-expected.checksum:
1366 * svg/custom/stroked-pattern-expected.png:
1367 * svg/custom/style-attribute-font-size-expected.checksum:
1368 * svg/custom/style-attribute-font-size-expected.png:
1369 * svg/custom/text-letter-spacing-expected.checksum:
1370 * svg/custom/text-letter-spacing-expected.png:
1371 * svg/custom/text-x-dx-lists-expected.checksum:
1372 * svg/custom/text-x-dx-lists-expected.png:
1373 * svg/custom/text-x-override-in-tspan-child-expected.checksum:
1374 * svg/custom/text-x-override-in-tspan-child-expected.png:
1375 * svg/custom/use-detach-expected.checksum:
1376 * svg/custom/use-detach-expected.png:
1377 * svg/custom/use-dynamic-append-expected.png:
1378 * svg/custom/use-on-disallowed-foreign-object-1-expected.checksum:
1379 * svg/custom/use-on-disallowed-foreign-object-1-expected.png:
1380 * svg/custom/use-on-disallowed-foreign-object-2-expected.checksum:
1381 * svg/custom/use-on-disallowed-foreign-object-2-expected.png:
1382 * svg/custom/use-on-disallowed-foreign-object-3-expected.checksum:
1383 * svg/custom/use-on-disallowed-foreign-object-3-expected.png:
1384 * svg/custom/use-on-disallowed-foreign-object-4-expected.checksum:
1385 * svg/custom/use-on-disallowed-foreign-object-4-expected.png:
1386 * svg/custom/use-on-disallowed-foreign-object-5-expected.checksum:
1387 * svg/custom/use-on-disallowed-foreign-object-5-expected.png:
1388 * svg/custom/use-on-disallowed-foreign-object-6-expected.checksum:
1389 * svg/custom/use-on-disallowed-foreign-object-6-expected.png:
1390 * svg/custom/use-on-g-containing-symbol-expected.checksum:
1391 * svg/custom/use-on-g-containing-symbol-expected.png:
1392 * svg/custom/use-on-non-svg-namespaced-element-expected.checksum:
1393 * svg/custom/use-on-non-svg-namespaced-element-expected.png:
1394 * svg/hixie/error/013-expected.checksum:
1395 * svg/hixie/error/013-expected.png:
1396 * svg/text/text-align-03-b-expected.checksum:
1397 * svg/text/text-align-03-b-expected.png:
1398 * svg/text/text-align-04-b-expected.checksum:
1399 * svg/text/text-align-04-b-expected.png:
1400 * svg/text/text-altglyph-01-b-expected.checksum:
1401 * svg/text/text-altglyph-01-b-expected.png:
1402 * svg/text/text-deco-01-b-expected.checksum:
1403 * svg/text/text-deco-01-b-expected.png:
1404 * svg/text/text-fonts-02-t-expected.checksum:
1405 * svg/text/text-fonts-02-t-expected.png:
1406 * svg/text/text-path-01-b-expected.checksum:
1407 * svg/text/text-path-01-b-expected.png:
1408 * svg/text/text-spacing-01-b-expected.checksum:
1409 * svg/text/text-spacing-01-b-expected.png:
1410 * svg/text/text-text-01-b-expected.checksum:
1411 * svg/text/text-text-01-b-expected.png:
1412 * svg/text/text-text-03-b-expected.checksum:
1413 * svg/text/text-text-03-b-expected.png:
1414 * svg/text/text-text-04-t-expected.checksum:
1415 * svg/text/text-text-04-t-expected.png:
1416 * svg/text/text-text-05-t-expected.checksum:
1417 * svg/text/text-text-05-t-expected.png:
1418 * svg/text/text-text-06-t-expected.checksum:
1419 * svg/text/text-text-06-t-expected.png:
1420 * svg/text/text-text-08-b-expected.checksum:
1421 * svg/text/text-text-08-b-expected.png:
1422 * svg/text/text-tref-01-b-expected.checksum:
1423 * svg/text/text-tref-01-b-expected.png:
1424 * svg/text/text-tselect-02-f-expected.checksum:
1425 * svg/text/text-tselect-02-f-expected.png:
1426 * svg/text/text-tspan-01-b-expected.checksum:
1427 * svg/text/text-tspan-01-b-expected.png:
1428 * svg/text/text-ws-01-t-expected.checksum:
1429 * svg/text/text-ws-01-t-expected.png:
1430 * svg/text/text-ws-02-t-expected.checksum:
1431 * svg/text/text-ws-02-t-expected.png:
1433 2007-11-16 Nikolas Zimmermann <zimmermann@kde.org>
1437 Update layout test results after the addition of the SVGTextContentElement DOM methods.
1439 * platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.checksum:
1440 * platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.png:
1441 * platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt:
1442 * platform/mac/svg/custom/text-dom-01-f-expected.checksum: Added.
1443 * platform/mac/svg/custom/text-dom-01-f-expected.png: Added.
1444 * platform/mac/svg/custom/text-dom-01-f-expected.txt: Added.
1445 * svg/custom/text-dom-01-f.svg: Added.
1446 * svg/text/text-tselect-02-f-expected.checksum:
1447 * svg/text/text-tselect-02-f-expected.png:
1448 * svg/text/text-tselect-02-f-expected.txt:
1450 2007-11-15 Adele Peterson <adele@apple.com>
1454 Test for <rdar://problem/5566652> CrashTracer: [USER] 3 crashes in Safari at HTMLSelectElement::menuListDefaultEventHandler (reproducible on mactc30.com)
1456 * fast/forms/menulist-no-renderer-onmousedown-expected.txt: Added.
1457 * fast/forms/menulist-no-renderer-onmousedown.html: Added.
1459 2007-11-15 Khoo Yit Phang <khooyp@cs.umd.edu>
1463 http://bugs.webkit.org/show_bug.cgi?id=15989
1464 XPath queries with predicates incorrectly retains the current node across unions
1466 * fast/xpath/union-context-node-expected.txt: Added.
1467 * fast/xpath/union-context-node.xhtml: Added.
1469 2007-11-15 Alexey Proskuryakov <ap@webkit.org>
1473 http://bugs.webkit.org/show_bug.cgi?id=15448
1474 Import XPath test suite from amachang.art-code.org
1476 Test by Hitoshi Amano <seijro@gmail.com>.
1478 * fast/xpath/xpath-functional-test-expected.txt: Added.
1479 * fast/xpath/xpath-functional-test.html: Added.
1481 2007-11-15 Khoo Yit Phang <khooyp@cs.umd.edu>
1485 http://bugs.webkit.org/show_bug.cgi?id=15988
1486 REGRESSION: XPath preceding-axis query misses nested elements
1488 * fast/xpath/preceding-axis-expected.txt: Added.
1489 * fast/xpath/preceding-axis.xhtml: Added.
1491 2007-11-15 Justin Garcia <justin.garcia@apple.com>
1493 Reviewed by Adele Peterson.
1495 <rdar://problem/5497643> Crash at Node::isDescendantOf when switching out of Edit HTML Source mode
1497 * editing/selection/5497643-expected.txt: Added.
1498 * editing/selection/5497643.html: Added.
1500 2007-11-14 Anders Carlsson <andersca@apple.com>
1504 <rdar://problem/5562470>
1505 openDatabase does not work when the version string is empty
1507 * storage/open-database-empty-version-expected.txt: Added.
1508 * storage/open-database-empty-version.html: Added.
1510 2007-11-14 Alexey Proskuryakov <ap@webkit.org>
1512 Reviewed by Justin Garcia.
1514 http://bugs.webkit.org/show_bug.cgi?id=15781
1515 REGRESSION: Ligatures fail to form when typing in Devanagari (because WebKit can't handle
1516 a marked range that covers half of a composed character sequence)
1518 * platform/mac/editing/input/devanagari-ligature-expected.checksum: Added.
1519 * platform/mac/editing/input/devanagari-ligature-expected.png: Added.
1520 * platform/mac/editing/input/devanagari-ligature-expected.txt: Added.
1521 * platform/mac/editing/input/devanagari-ligature.html: Added.
1523 2007-11-14 Antti Koivisto <antti@apple.com>
1525 Try to make this test less timing dependent.
1527 * http/tests/media/video-play-stall.html:
1529 2007-11-14 Beth Dakin <bdakin@apple.com>
1533 Tests for <rdar://problem/5540855> REGRESSION: Combination of
1534 client-side image map and <a> tag is not working properly (15522)
1537 * fast/images/image-map-anchor-children.html: Added.
1538 * fast/images/resources/boston.gif: Added.
1539 * platform/mac/fast/images/image-map-anchor-children-
1540 expected.checksum: Added.
1541 * platform/mac/fast/images/image-map-anchor-children-expected.png:
1543 * platform/mac/fast/images/image-map-anchor-children-expected.txt:
1546 This test was broken and is fixed now! I had to edit the test
1547 itself because it was written in the html that the two <map>
1548 examples were failing, but now they succeed.
1549 * fast/invalid/residual-style.html:
1550 * platform/mac/fast/invalid/residual-style-expected.checksum:
1551 * platform/mac/fast/invalid/residual-style-expected.png:
1552 * platform/mac/fast/invalid/residual-style-expected.txt:
1554 2007-11-14 Justin Garcia <justin.garcia@apple.com>
1556 Reviewed by Alexey Proskuryakov.
1558 <rdar://problem/5546763> CrashTracer: [USER] 362 crashes at WebCore::DeleteSelectionCommand::mergeParagraphs
1560 * editing/deleting/5546763-expected.txt: Added.
1561 * editing/deleting/5546763.html: Added.
1563 2007-11-14 Anders Carlsson <andersca@apple.com>
1567 <rdar://problem/5309081>
1568 In DRT, "plugin.logDestroy = true" not working on Windows.
1570 Remove now succeeding test from the skipped list.
1572 * platform/win/Skipped:
1574 2007-11-14 Antti Koivisto <antti@apple.com>
1576 Try to make this test less timing dependent.
1578 * media/video-currentTime-set-expected.txt:
1579 * media/video-currentTime-set.html:
1581 2007-11-14 Anders Carlsson <andersca@apple.com>
1585 * platform/win/Skipped:
1586 Remove fast/dom/Window/window-onFocus.html since it succeeds now.
1588 2007-11-13 Brady Eidson <beidson@apple.com>
1592 Fix for http://bugs.webkit.org/show_bug.cgi?id=15976
1594 * storage: Added - There will soon be an entire suite in here!
1595 * storage/transaction_callback_exception_crash-expected.txt: Added.
1596 * storage/transaction_callback_exception_crash.html: Added.
1598 2007-11-13 Adam Roben <aroben@apple.com>
1600 Add the http/tests/media directory to the Windows Skipped file
1602 * platform/win/Skipped:
1604 2007-11-13 Sam Weinig <sam@webkit.org>
1606 Reviewed by Adam Roben.
1608 Fix for <rdar://problem/5382579>
1609 http/tests/security/cross-frame-access-put.html reports large
1610 negative numbers for screenLeft and screenTop (Mac reports "0")
1612 * platform/win/Skipped: remove http/tests/security/cross-frame-access-put.html
1614 2007-11-13 Anders Carlsson <andersca@apple.com>
1618 Make this a text-only test.
1620 * fast/dom/Window/window-onFocus-expected.txt: Added.
1621 * fast/dom/Window/window-onFocus.html:
1622 * platform/mac/fast/dom/Window/window-onFocus-expected.checksum: Removed.
1623 * platform/mac/fast/dom/Window/window-onFocus-expected.png: Removed.
1624 * platform/mac/fast/dom/Window/window-onFocus-expected.txt: Removed.
1626 2007-11-12 Antti Koivisto <antti@apple.com>
1630 - add HTTP media test for stalling load
1631 - update tests that don't specifically test autoplay feature to not use autoplay
1632 attribute since playback may start before event listeners are registered
1634 * http/tests/media: Added.
1635 * http/tests/media/video-load-and-stall.cgi: Added.
1636 * http/tests/media/video-play-stall-expected.txt: Added.
1637 * http/tests/media/video-play-stall.html: Added.
1638 * media/video-autoplay.html:
1639 * media/video-dom-loopstart.html:
1640 * media/video-end.html:
1641 * media/video-loopcount.html:
1642 * media/video-loopend.html:
1643 * media/video-loopstart.html:
1645 2007-11-13 Darin Adler <darin@apple.com>
1649 - test for http://bugs.webkit.org/show_bug.cgi?id=11231
1650 RegExp bug when handling newline characters and other regular expression
1651 behavior that is different for JavaScript and PCRE
1653 * fast/js/regexp-no-extensions-expected.txt: Added.
1654 * fast/js/regexp-no-extensions.html: Added.
1655 * fast/js/resources/regexp-no-extensions.js: Added.
1657 2007-11-12 Dan Bernstein <mitz@apple.com>
1659 Reviewed by Darin Adler.
1661 - no-repaint test for <http://bugs.webkit.org/show_bug.cgi?id=15890>
1662 Most of www.aol.com still redraws unnecessarily when headline/photo section changes
1664 * fast/repaint/invisible-objects.html: Added.
1665 * platform/mac/fast/repaint/invisible-objects-expected.checksum: Added.
1666 * platform/mac/fast/repaint/invisible-objects-expected.png: Added.
1667 * platform/mac/fast/repaint/invisible-objects-expected.txt: Added.
1669 2007-11-12 Sam Weinig <sam@webkit.org>
1671 Reviewed by Adam Roben.
1673 * platform/win/Skipped: Remove http/tests/security/cross-frame-acdcess-private-browsing.html
1674 from the windows skipped list now that LayoutTestController.setPrivateBrowsingEnabled has
1677 2007-11-12 Darin Adler <darin@apple.com>
1681 - test for http://bugs.webkit.org/show_bug.cgi?id=15951
1682 REGRESSION: assertion failure in regexp match() when running JS tests
1684 * fast/js/regexp-many-brackets-expected.txt: Added.
1685 * fast/js/regexp-many-brackets.html: Added.
1686 * fast/js/resources/regexp-many-brackets.js: Added.
1688 2007-11-12 Geoffrey Garen <ggaren@apple.com>
1690 Rubber-stamped by Oliver Hunt.
1692 Landing a few layout tests from http://bugs.webkit.org/show_bug.cgi?id=14868
1693 Import variable lookup optimizations from KJS
1695 * fast/js/kde/completion-expected.txt:
1696 * fast/js/kde/resources/completion.js:
1698 2007-11-12 Geoffrey Garen <ggaren@apple.com>
1700 Rubber-stamped by Oliver Hunt.
1702 Landing a few layout tests from http://bugs.webkit.org/show_bug.cgi?id=14868
1703 Import variable lookup optimizations from KJS
1705 * fast/js/kde/completion-expected.txt:
1706 * fast/js/kde/iteration-expected.txt:
1707 * fast/js/kde/resources/completion.js:
1708 * fast/js/kde/resources/iteration.js:
1710 2007-11-12 Geoffrey Garen <ggaren@apple.com>
1712 Rubber-stamped by Oliver Hunt.
1714 Landing a few layout tests from http://bugs.webkit.org/show_bug.cgi?id=14868
1715 Import variable lookup optimizations from KJS
1717 * fast/js/kde/lval-exceptions-expected.txt: Added.
1718 * fast/js/kde/lval-exceptions.html: Added.
1719 * fast/js/kde/operators-expected.txt:
1720 * fast/js/kde/resources/lval-exceptions.js: Added.
1721 * fast/js/kde/resources/operators.js:
1723 2007-11-12 Geoffrey Garen <ggaren@apple.com>
1725 Rubber-stamped by Oliver Hunt.
1727 Landing a few layout tests from http://bugs.webkit.org/show_bug.cgi?id=14868
1728 Import variable lookup optimizations from KJS
1730 * fast/js/kde/func-decl-expected.txt: Added.
1731 * fast/js/kde/func-decl.html: Added.
1732 * fast/js/kde/resources/func-decl.js: Added.
1734 2007-11-12 Geoffrey Garen <ggaren@apple.com>
1736 Rubber-stamped by Oliver Hunt.
1738 Landing a few layout tests from http://bugs.webkit.org/show_bug.cgi?id=14868
1739 Import variable lookup optimizations from KJS
1741 * fast/js/rehash-assign-expected.txt: Added.
1742 * fast/js/rehash-assign.html: Added.
1743 * fast/js/resize-array-assign-expected.txt: Added.
1744 * fast/js/resize-array-assign.html: Added.
1745 * fast/js/resources/rehash-assign.js: Added.
1746 * fast/js/resources/resize-array-assign.js: Added.
1748 2007-11-12 Geoffrey Garen <ggaren@apple.com>
1750 Rubber-stamped by Oliver Hunt.
1752 Landing a few layout tests from http://bugs.webkit.org/show_bug.cgi?id=14868
1753 Import variable lookup optimizations from KJS
1755 * fast/js/kde/arguments-scope-expected.txt: Added.
1756 * fast/js/kde/arguments-scope.html: Added.
1757 * fast/js/kde/resources/arguments-scope.js: Added.
1758 * fast/js/kde/resources/scope.js:
1759 * fast/js/kde/scope-expected.txt:
1761 2007-11-11 Dan Bernstein <mitz@apple.com>
1763 Reviewed by Adam Roben.
1765 - test for http://bugs.webkit.org/show_bug.cgi?id=15942
1766 REGRESSION: Selecting "Edit Html" tab in Blogger causes crash (Assertion failed: isRange())
1768 * editing/selection/cleared-by-relayout-expected.txt: Added.
1769 * editing/selection/cleared-by-relayout.html: Added.
1771 2007-11-11 Antti Koivisto <antti@apple.com>
1775 Add tests for play() and pause() events.
1776 Update one test to match new behavior.
1778 * media/video-currentTime-expected.txt:
1779 * media/video-currentTime.html:
1780 * media/video-pause-empty-events-expected.txt: Added.
1781 * media/video-pause-empty-events.html: Added.
1782 * media/video-play-empty-events-expected.txt: Added.
1783 * media/video-play-empty-events.html: Added.
1784 * media/video-play-pause-events-expected.txt: Added.
1785 * media/video-play-pause-events.html: Added.
1786 * media/video-play-pause-exception-expected.txt: Added
1787 * media/video-play-pause-exception.html: Added
1788 * media/video-test.js:
1790 2007-11-11 Nikolas Zimmermann <zimmermann@kde.org>
1794 Add some basic tests to check alignment-baseline / dominant-baseline functionality.
1796 * platform/mac/svg/custom/alignment-baseline-modes-expected.checksum: Added.
1797 * platform/mac/svg/custom/alignment-baseline-modes-expected.png: Added.
1798 * platform/mac/svg/custom/alignment-baseline-modes-expected.txt: Added.
1799 * platform/mac/svg/custom/dominant-baseline-hanging-expected.checksum: Added.
1800 * platform/mac/svg/custom/dominant-baseline-hanging-expected.png: Added.
1801 * platform/mac/svg/custom/dominant-baseline-hanging-expected.txt: Added.
1802 * platform/mac/svg/custom/dominant-baseline-modes-expected.checksum: Added.
1803 * platform/mac/svg/custom/dominant-baseline-modes-expected.png: Added.
1804 * platform/mac/svg/custom/dominant-baseline-modes-expected.txt: Added.
1806 2007-11-11 Adam Roben <aroben@apple.com>
1808 Remove a now-passing test from the Windows Skipped file
1812 * platform/win/Skipped:
1814 2007-11-10 Darin Adler <darin@apple.com>
1816 * platform/win/fast/dom/Window/window-properties-expected.txt: Update for
1817 fix for http://bugs.webkit.org/show_bug.cgi?id=15922.
1819 2007-11-10 Nikolas Zimmermann <zimmermann@kde.org>
1823 Update SVG layout test results after landing the vertical text support fixes.
1825 * platform/mac/svg/W3C-SVG-1.1/text-align-05-b-expected.checksum:
1826 * platform/mac/svg/W3C-SVG-1.1/text-align-05-b-expected.png:
1827 * platform/mac/svg/W3C-SVG-1.1/text-align-05-b-expected.txt:
1828 * platform/mac/svg/W3C-SVG-1.1/text-align-06-b-expected.checksum:
1829 * platform/mac/svg/W3C-SVG-1.1/text-align-06-b-expected.png:
1830 * platform/mac/svg/W3C-SVG-1.1/text-align-06-b-expected.txt:
1831 * svg/batik/text/textGlyphOrientationHorizontal-expected.txt:
1832 * svg/batik/text/verticalText-expected.checksum:
1833 * svg/batik/text/verticalText-expected.png:
1834 * svg/batik/text/verticalText-expected.txt:
1835 * svg/batik/text/verticalTextOnPath-expected.checksum:
1836 * svg/batik/text/verticalTextOnPath-expected.png:
1837 * svg/batik/text/verticalTextOnPath-expected.txt:
1838 * svg/text/text-align-05-b-expected.txt:
1839 * svg/text/text-align-06-b-expected.txt:
1840 * svg/text/text-path-01-b-expected.checksum:
1841 * svg/text/text-path-01-b-expected.png:
1843 2007-11-10 Nikolas Zimmermann <zimmermann@kde.org>
1845 Rubberstamped by Eric.
1847 Update some SVG pixel test results - which show changes lately -> repainting fixes.
1849 * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.checksum:
1850 * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.png:
1851 * platform/mac/svg/custom/junk-data-expected.checksum:
1852 * platform/mac/svg/custom/junk-data-expected.png:
1853 * platform/mac/svg/custom/missing-xlink-expected.checksum:
1854 * platform/mac/svg/custom/missing-xlink-expected.png:
1855 * platform/mac/svg/hixie/error/012-expected.checksum:
1856 * platform/mac/svg/hixie/error/012-expected.png:
1858 2007-11-10 Darin Adler <darin@apple.com>
1862 - test for http://bugs.webkit.org/show_bug.cgi?id=15927
1863 delete a.c followed by __defineGetter__("c", ...) incorrectly deletes another property
1865 * fast/js/delete-then-put-expected.txt: Added.
1866 * fast/js/delete-then-put.html: Added.
1867 * fast/js/resources/delete-then-put.js: Added.
1869 2007-11-10 Sam Weinig <sam@webkit.org>
1871 Reviewed by Tim Hatcher.
1873 Follow up to <rdar://problem/5394877> Safari should not log unsafe JavaScript
1874 attempts when in private browsing mode (only an issue if Log JavaScript Exceptions
1877 Test using the new LayoutTestController.setPrivateBrowsingEnabled(bool)
1879 * http/tests/security/cross-frame-access-private-browsing-expected.txt: Added.
1880 * http/tests/security/cross-frame-access-private-browsing.html: Added.
1881 * platform/win/Skipped: Add new test to windows skip list until we have an
1882 implementation of LayoutTestController.setPrivateBrowsingEnabled(bool) for it.
1884 2007-11-10 Alexey Proskuryakov <ap@webkit.org>
1888 http://bugs.webkit.org/show_bug.cgi?id=15922
1889 Implement more of Mozilla Selection API
1891 * editing/selection/containsNode-expected.txt: Added.
1892 * editing/selection/containsNode.html: Added.
1893 * editing/selection/deleteFromDocument-expected.txt: Added.
1894 * editing/selection/deleteFromDocument.html: Added.
1895 * editing/selection/extend-expected.txt: Added.
1896 * editing/selection/extend.html: Added.
1897 * editing/selection/selectAllChildren-expected.txt: Added.
1898 * editing/selection/selectAllChildren.html: Added.
1899 * fast/dom/Window/window-properties-expected.txt:
1901 2007-11-10 Alexey Proskuryakov <ap@webkit.org>
1905 http://bugs.webkit.org/show_bug.cgi?id=15892
1906 DOM Range operations are not implemented for ProcessingInstruction nodes
1908 * fast/dom/Range/range-processing-instructions-expected.txt: Added.
1909 * fast/dom/Range/range-processing-instructions.html: Added.
1911 2007-11-09 Tristan O'Tierney <tristan@apple.com>
1913 Reviewed by Sam Weinig.
1915 * fast/dom/Window/window-resize-nan.html: Removed.
1916 * fast/dom/Window/window-resize-nan.html-disabled: Copied from fast/dom/Window/window-resize-nan.html.
1918 Disabled nan test until window resize issues can be resolved.
1920 2007-11-08 Adam Roben <aroben@apple.com>
1922 Add a test for <rdar://5483519> Pressing Enter on selected buttons should fire onclick
1926 * fast/forms/enter-clicks-buttons-expected.txt: Added.
1927 * fast/forms/enter-clicks-buttons.html: Added.
1929 2007-11-09 Dan Bernstein <mitz@apple.com>
1931 Reviewed by Antti Koivisto.
1933 - test that dynamically changing a descendant of an invisible layer to
1936 * fast/layers/layer-content-visibility-change.html: Added.
1937 * platform/mac/fast/layers/layer-content-visibility-change-expected.checksum: Added.
1938 * platform/mac/fast/layers/layer-content-visibility-change-expected.png: Added.
1939 * platform/mac/fast/layers/layer-content-visibility-change-expected.txt: Added.
1941 2007-11-09 Beth Dakin <bdakin@apple.com>
1945 Test for <rdar://problem/5586370> CSS Transform - incorrect matrix
1946 math leads to crazy problems
1948 * fast/transforms/identity-matrix.html: Added.
1949 * platform/mac/fast/transforms/identity-matrix-expected.checksum: Added.
1950 * platform/mac/fast/transforms/identity-matrix-expected.png: Added.
1951 * platform/mac/fast/transforms/identity-matrix-expected.txt: Added.
1953 2007-11-08 Oliver Hunt <oliver@apple.com>
1957 Layout test to guard against bit operation regressions.
1959 * fast/js/bitwise-and-on-undefined-expected.txt: Added.
1960 * fast/js/bitwise-and-on-undefined.html: Added.
1962 2007-11-08 Dan Bernstein <mitz@apple.com>
1964 Reviewed by Beth Dakin.
1966 - test for <rdar://problem/5491922> REGRESSION (Safari 2-3): Flash-based "Cash Optimizer" on etrade.com does not draw completely
1968 * fast/dom/length-attribute-mapping-expected.txt: Added.
1969 * fast/dom/length-attribute-mapping.html: Added.
1971 2007-11-08 Darin Adler <darin@apple.com>
1975 - test changes for <rdar://problem/5552943> accesskey does not focus <button> elements
1977 * fast/forms/access-key.html: Check for both focus and click events on all elements, but
1978 resisted the urge to switch to the American spelling for "focused".
1980 * fast/forms/access-key-expected.txt: Updated to reflect the bug fix ("1 button focussed"),
1981 the fact that <input type=button>, <input type=checkbox>, <input type=submit>, and
1982 <input type=reset> are all both focused and clicked ("2 input type button clicked",
1983 "3 input type checkbox clicked", "5 input type submit focussed", and
1984 "6 input type reset focussed"). Unfortunately this now also demonstrates that we don't
1985 send a click to <input type=text> and Gecko does. And there are still quite a few types
1986 that are not covered.
1988 2007-11-07 David Kilzer <ddkilzer@apple.com>
1990 WebKit confuses width/height for Media Queries device-aspect-ratio evaluation
1991 <http://bugs.webkit.org/show_bug.cgi?id=14893>
1992 <rdar://problem/5380295>
1996 Each of the following tests creates a <link> element and dynamically sets its
1997 media query based on the aspect ratio (width/height) of the current screen.
1998 When the <link> element is attached to the <head> node, the test expects the
1999 stylesheet to be loaded for the test to pass.
2001 * fast/css/device-aspect-ratio-expected.txt: Added.
2002 * fast/css/device-aspect-ratio.html: Added.
2004 This test sets the device-aspect-ratio to the current size of the screen.
2005 NOTE: This test passed before the fix.
2007 * fast/css/max-device-aspect-ratio-expected.txt: Added.
2008 * fast/css/max-device-aspect-ratio.html: Added.
2010 This test sets the max-device-aspect ratio to 100/1 for landscape monitors or
2011 1/1 for portrait (or square) monitors.
2012 NOTE: This test failed before the fix.
2014 * fast/css/min-device-aspect-ratio-expected.txt: Added.
2015 * fast/css/min-device-aspect-ratio.html: Added.
2017 This test sets the min-device-aspect ratio to 1/1 for landscape monitors or
2018 1/100 for portrait (or square) monitors.
2019 NOTE: This test failed before the fix.
2021 * fast/css/resources/device-aspect-ratio.css: Added.
2023 2007-11-07 Dan Bernstein <mitz@apple.com>
2025 Reviewed by Dave Hyatt.
2027 - test for http://bugs.webkit.org/show_bug.cgi?id=15887
2028 REGRESSION (r27576): Crash in RenderStyle::affectedByHoverRules clicking link on Digg
2030 * fast/css/display-none-inline-style-change-crash-expected.txt: Added.
2031 * fast/css/display-none-inline-style-change-crash.html: Added.
2033 2007-11-07 Dan Bernstein <mitz@apple.com>
2035 Reviewed by Darin Adler.
2037 - test that CSS rules with :hover in the ancestor chain continue to work
2038 after changing the inline style declaration of the ancestor
2040 * fast/css/affected-by-hover-after-style-change.html: Added.
2041 * platform/mac/fast/css/affected-by-hover-after-style-change-expected.checksum: Added.
2042 * platform/mac/fast/css/affected-by-hover-after-style-change-expected.png: Added.
2043 * platform/mac/fast/css/affected-by-hover-after-style-change-expected.txt: Added.
2045 2007-11-06 Geoffrey Garen <ggaren@apple.com>
2047 Reviewed by Darin Adler.
2049 Beefed up the RegExp.compile testcase to cover a mistake in the
2050 original check-in and a mistake I made while developing my new patch.
2052 * fast/js/resources/regexp-compile.js:
2054 2007-11-07 Lars Knoll <lars@trolltech.com>
2058 don't put nbsp's into the plan text paste
2060 Fix both ClipboardQt and PasteboardQt to replace
2061 nbsp's with spaces before putting the text onto the
2062 native clipboard. This is consistent with Mac and Win
2063 and fixes at least editing/pasteboard/4076267-3.html
2065 * platform/qt/Skipped:
2066 * platform/qt/editing/pasteboard/4076267-3-expected.txt: Added.
2068 2007-11-07 Lars Knoll <lars@trolltech.com>
2072 update test results after the last commit.
2074 * platform/qt/css1/box_properties/acid_test-expected.txt:
2075 * platform/qt/css2.1/t09-c5526c-display-00-e-expected.txt:
2076 * platform/qt/fast/block/basic/011-expected.txt:
2077 * platform/qt/fast/block/margin-collapse/103-expected.txt:
2078 * platform/qt/fast/dom/HTMLInputElement/input-image-alt-text-expected.txt:
2079 * platform/qt/fast/forms/002-expected.txt:
2080 * platform/qt/fast/forms/005-expected.txt:
2081 * platform/qt/fast/forms/checkbox-radio-onchange-expected.txt:
2082 * platform/qt/fast/forms/formmove-expected.txt:
2083 * platform/qt/fast/forms/formmove2-expected.txt:
2084 * platform/qt/fast/forms/input-align-image-expected.txt:
2085 * platform/qt/fast/forms/input-appearance-height-expected.txt:
2086 * platform/qt/fast/forms/input-type-change-expected.txt:
2087 * platform/qt/fast/forms/preserveFormDuringResidualStyle-expected.txt:
2088 * platform/qt/fast/forms/radio-attr-order-expected.txt:
2089 * platform/qt/fast/forms/radio-nested-labels-expected.txt:
2090 * platform/qt/fast/forms/radio_checked-expected.txt:
2091 * platform/qt/fast/forms/radio_checked_dynamic-expected.txt:
2092 * platform/qt/fast/forms/search-cancel-button-style-sharing-expected.txt:
2093 * platform/qt/fast/forms/searchfield-heights-expected.txt:
2094 * platform/qt/fast/forms/slider-thumb-shared-style-expected.txt:
2095 * platform/qt/fast/forms/slider-thumb-stylability-expected.txt:
2096 * platform/qt/fast/inline/positionedLifetime-expected.txt:
2097 * platform/qt/fast/replaced/width100percent-radio-expected.txt:
2098 * platform/qt/fast/replaced/width100percent-searchfield-expected.txt:
2099 * platform/qt/tables/mozilla/bugs/bug1318-expected.txt:
2100 * platform/qt/tables/mozilla/bugs/bug19599-expected.txt:
2101 * platform/qt/tables/mozilla/bugs/bug24200-expected.txt:
2102 * platform/qt/tables/mozilla/bugs/bug4527-expected.txt:
2103 * platform/qt/tables/mozilla_expected_failures/core/captions1-expected.txt:
2104 * platform/qt/tables/mozilla_expected_failures/core/captions2-expected.txt:
2106 2007-11-07 Lars Knoll <lars@trolltech.com>
2110 Update the list of skipped tests.
2112 Three more tests are passing.
2114 * platform/qt/Skipped:
2116 2007-11-07 Lars Knoll <lars@trolltech.com>
2120 add more passing test cases.
2122 * platform/qt/Skipped:
2123 * platform/qt/editing/inserting/insert-3907422-fix-expected.txt: Added.
2124 * platform/qt/editing/pasteboard/3976872-expected.txt: Added.
2125 * platform/qt/editing/pasteboard/4242293-1-expected.txt: Added.
2126 * platform/qt/editing/pasteboard/4242293-expected.txt: Added.
2127 * platform/qt/editing/pasteboard/4631972-expected.txt: Added.
2128 * platform/qt/editing/pasteboard/4641033-expected.txt: Added.
2129 * platform/qt/editing/pasteboard/4700297-expected.txt: Added.
2130 * platform/qt/editing/pasteboard/4806874-expected.txt: Added.
2131 * platform/qt/editing/pasteboard/4840662-expected.txt: Added.
2132 * platform/qt/editing/pasteboard/4944770-1-expected.txt: Added.
2133 * platform/qt/editing/pasteboard/4989774-expected.txt: Added.
2134 * platform/qt/editing/pasteboard/5006779-expected.txt: Added.
2135 * platform/qt/editing/pasteboard/5027857-expected.txt: Added.
2136 * platform/qt/editing/pasteboard/5032095-expected.txt: Added.
2137 * platform/qt/editing/pasteboard/5065605-expected.txt: Added.
2138 * platform/qt/editing/pasteboard/5071074-2-expected.txt: Added.
2139 * platform/qt/editing/pasteboard/5071074-expected.txt: Added.
2140 * platform/qt/editing/pasteboard/5075944-2-expected.txt: Added.
2141 * platform/qt/editing/pasteboard/5075944-3-expected.txt: Added.
2142 * platform/qt/editing/pasteboard/5075944-expected.txt: Added.
2143 * platform/qt/editing/pasteboard/5134759-expected.txt: Added.
2144 * platform/qt/editing/pasteboard/5156401-1-expected.txt: Added.
2145 * platform/qt/editing/pasteboard/5245519-expected.txt: Added.
2146 * platform/qt/editing/pasteboard/5247341-expected.txt: Added.
2147 * platform/qt/editing/pasteboard/5368833-expected.txt: Added.
2148 * platform/qt/editing/pasteboard/5387578-expected.txt: Added.
2149 * platform/qt/editing/pasteboard/5478250-expected.txt: Added.
2150 * platform/qt/editing/pasteboard/5483567-expected.txt: Added.
2151 * platform/qt/editing/pasteboard/7955-expected.txt: Added.
2152 * platform/qt/editing/pasteboard/8145-1-expected.txt: Added.
2153 * platform/qt/editing/pasteboard/8145-2-expected.txt: Added.
2154 * platform/qt/editing/pasteboard/8145-3-expected.txt: Added.
2155 * platform/qt/editing/pasteboard/bad-placeholder-expected.txt: Added.
2156 * platform/qt/editing/pasteboard/copy-paste-bidi-expected.txt: Added.
2157 * platform/qt/editing/pasteboard/cut-text-001-expected.txt: Added.
2158 * platform/qt/editing/pasteboard/displaced-generic-placeholder-expected.txt: Added.
2159 * platform/qt/editing/pasteboard/displaced-placeholder-expected.txt: Added.
2160 * platform/qt/editing/pasteboard/display-block-on-spans-expected.txt: Added.
2161 * platform/qt/editing/pasteboard/emacs-cntl-y-001-expected.txt: Added.
2162 * platform/qt/editing/pasteboard/innerText-inline-table-expected.txt: Added.
2163 * platform/qt/editing/pasteboard/interchange-newline-1-expected.txt: Added.
2164 * platform/qt/editing/pasteboard/interchange-newline-3-expected.txt: Added.
2165 * platform/qt/editing/pasteboard/interchange-newline-4-expected.txt: Added.
2166 * platform/qt/editing/pasteboard/merge-after-delete-1-expected.txt: Added.
2167 * platform/qt/editing/pasteboard/merge-after-delete-2-expected.txt: Added.
2168 * platform/qt/editing/pasteboard/merge-after-delete-expected.txt: Added.
2169 * platform/qt/editing/pasteboard/merge-end-1-expected.txt: Added.
2170 * platform/qt/editing/pasteboard/merge-end-2-expected.txt: Added.
2171 * platform/qt/editing/pasteboard/merge-end-3-expected.txt: Added.
2172 * platform/qt/editing/pasteboard/merge-end-4-expected.txt: Added.
2173 * platform/qt/editing/pasteboard/merge-end-5-expected.txt: Added.
2174 * platform/qt/editing/pasteboard/merge-end-blockquote-expected.txt: Added.
2175 * platform/qt/editing/pasteboard/merge-end-borders-expected.txt: Added.
2176 * platform/qt/editing/pasteboard/merge-end-list-expected.txt: Added.
2177 * platform/qt/editing/pasteboard/merge-end-table-expected.txt: Added.
2178 * platform/qt/editing/pasteboard/merge-start-blockquote-expected.txt: Added.
2179 * platform/qt/editing/pasteboard/merge-start-list-expected.txt: Added.
2180 * platform/qt/editing/pasteboard/nested-blocks-with-text-area-expected.txt: Added.
2181 * platform/qt/editing/pasteboard/nested-blocks-with-text-field-expected.txt: Added.
2182 * platform/qt/editing/pasteboard/paste-4035648-fix-expected.txt: Added.
2183 * platform/qt/editing/pasteboard/paste-4038267-fix-expected.txt: Added.
2184 * platform/qt/editing/pasteboard/paste-4039777-fix-expected.txt: Added.
2185 * platform/qt/editing/pasteboard/paste-blockquote-1-expected.txt: Added.
2186 * platform/qt/editing/pasteboard/paste-blockquote-2-expected.txt: Added.
2187 * platform/qt/editing/pasteboard/paste-blockquote-3-expected.txt: Added.
2188 * platform/qt/editing/pasteboard/paste-line-endings-001-expected.txt: Added.
2189 * platform/qt/editing/pasteboard/paste-line-endings-002-expected.txt: Added.
2190 * platform/qt/editing/pasteboard/paste-line-endings-003-expected.txt: Added.
2191 * platform/qt/editing/pasteboard/paste-line-endings-004-expected.txt: Added.
2192 * platform/qt/editing/pasteboard/paste-line-endings-005-expected.txt: Added.
2193 * platform/qt/editing/pasteboard/paste-line-endings-006-expected.txt: Added.
2194 * platform/qt/editing/pasteboard/paste-line-endings-007-expected.txt: Added.
2195 * platform/qt/editing/pasteboard/paste-line-endings-008-expected.txt: Added.
2196 * platform/qt/editing/pasteboard/paste-line-endings-009-expected.txt: Added.
2197 * platform/qt/editing/pasteboard/paste-line-endings-010-expected.txt: Added.
2198 * platform/qt/editing/pasteboard/paste-list-001-expected.txt: Added.
2199 * platform/qt/editing/pasteboard/paste-match-style-001-expected.txt: Added.
2200 * platform/qt/editing/pasteboard/paste-match-style-002-expected.txt: Added.
2201 * platform/qt/editing/pasteboard/paste-pre-001-expected.txt: Added.
2202 * platform/qt/editing/pasteboard/paste-pre-002-expected.txt: Added.
2203 * platform/qt/editing/pasteboard/paste-table-001-expected.txt: Added.
2204 * platform/qt/editing/pasteboard/paste-table-003-expected.txt: Added.
2205 * platform/qt/editing/pasteboard/paste-table-cells-expected.txt: Added.
2206 * platform/qt/editing/pasteboard/paste-text-002-expected.txt: Added.
2207 * platform/qt/editing/pasteboard/paste-text-003-expected.txt: Added.
2208 * platform/qt/editing/pasteboard/paste-text-004-expected.txt: Added.
2209 * platform/qt/editing/pasteboard/paste-text-005-expected.txt: Added.
2210 * platform/qt/editing/pasteboard/paste-text-006-expected.txt: Added.
2211 * platform/qt/editing/pasteboard/paste-text-007-expected.txt: Added.
2212 * platform/qt/editing/pasteboard/paste-text-009-expected.txt: Added.
2213 * platform/qt/editing/pasteboard/paste-text-010-expected.txt: Added.
2214 * platform/qt/editing/pasteboard/paste-text-011-expected.txt: Added.
2215 * platform/qt/editing/pasteboard/paste-text-012-expected.txt: Added.
2216 * platform/qt/editing/pasteboard/paste-text-014-expected.txt: Added.
2217 * platform/qt/editing/pasteboard/paste-text-015-expected.txt: Added.
2218 * platform/qt/editing/pasteboard/paste-text-016-expected.txt: Added.
2219 * platform/qt/editing/pasteboard/paste-text-017-expected.txt: Added.
2220 * platform/qt/editing/pasteboard/paste-text-018-expected.txt: Added.
2221 * platform/qt/editing/pasteboard/paste-text-019-expected.txt: Added.
2222 * platform/qt/editing/pasteboard/paste-text-at-tabspan-001-expected.txt: Added.
2223 * platform/qt/editing/pasteboard/paste-text-at-tabspan-002-expected.txt: Added.
2224 * platform/qt/editing/pasteboard/paste-text-at-tabspan-003-expected.txt: Added.
2225 * platform/qt/editing/pasteboard/paste-unrendered-select-expected.txt: Added.
2226 * platform/qt/editing/pasteboard/pasting-object-expected.txt: Added.
2227 * platform/qt/editing/pasteboard/pasting-tabs-expected.txt: Added.
2228 * platform/qt/editing/pasteboard/prevent-block-nesting-01-expected.txt: Added.
2229 * platform/qt/editing/pasteboard/quirks-mode-br-1-expected.txt: Added.
2230 * platform/qt/editing/pasteboard/smart-paste-006-expected.txt: Added.
2231 * platform/qt/editing/pasteboard/styled-element-markup-expected.txt: Added.
2232 * platform/qt/editing/selection/4932260-1-expected.txt: Added.
2233 * platform/qt/editing/selection/5234383-1-expected.txt: Added.
2234 * platform/qt/editing/selection/extend-by-word-002-expected.txt: Added.
2235 * platform/qt/editing/selection/move-by-sentence-linebreak-expected.txt: Added.
2236 * platform/qt/editing/selection/select-box-expected.txt: Added.
2237 * platform/qt/editing/selection/select-element-paragraph-boundary-expected.txt: Added.
2238 * platform/qt/editing/style/font-family-with-space-expected.txt: Added.
2239 * platform/qt/editing/style/non-inheritable-styles-expected.txt: Added.
2240 * platform/qt/editing/style/relative-font-size-change-002-expected.txt: Added.
2241 * platform/qt/editing/undo/undo-misspellings-expected.txt: Added.
2242 * platform/qt/editing/undo/undo-typing-001-expected.txt: Added.
2243 * platform/qt/editing/unsupported-content/list-delete-001-expected.txt: Added.
2244 * platform/qt/editing/unsupported-content/list-delete-003-expected.txt: Added.
2245 * platform/qt/editing/unsupported-content/list-type-after-expected.txt: Added.
2246 * platform/qt/editing/unsupported-content/list-type-before-expected.txt: Added.
2247 * platform/qt/editing/unsupported-content/table-delete-001-expected.txt: Added.
2248 * platform/qt/editing/unsupported-content/table-delete-002-expected.txt: Added.
2249 * platform/qt/editing/unsupported-content/table-delete-003-expected.txt: Added.
2250 * platform/qt/editing/unsupported-content/table-type-after-expected.txt: Added.
2251 * platform/qt/editing/unsupported-content/table-type-before-expected.txt: Added.
2253 2007-11-07 Alexey Proskuryakov <ap@nypop.com>
2255 Finished moving editing/pasteboard/5583362.html to platform/mac (this test was crashing in ObjC test plugin,
2256 because it couldn't find its resources).
2258 * editing/resources/plaintext-pasteboard-data.dat: Removed.
2259 * platform/mac/editing/resources: Added.
2260 * platform/mac/editing/resources/plaintext-pasteboard-data.dat: Copied from editing/resources/plaintext-pasteboard-data.dat.
2262 2007-11-07 Dan Bernstein <mitz@apple.com>
2264 Reviewed by Brady Eidson.
2266 - test for http://bugs.webkit.org/show_bug.cgi?id=15877
2267 REGRESSION: r27486 caused a layout regression at my bank's website
2269 * fast/block/float/overhanging-after-height-decrease-offsets.html: Added.
2270 * platform/mac-leopard/fast/block/float/overhanging-after-height-decrease-offsets-expected.checksum: Added.
2271 * platform/mac-leopard/fast/block/float/overhanging-after-height-decrease-offsets-expected.png: Added.
2272 * platform/mac/fast/block/float/overhanging-after-height-decrease-offsets-expected.txt: Added.
2274 2007-11-06 Adam Roben <aroben@apple.com>
2276 Move a Mac-specific test to platform/mac
2278 * editing/pasteboard/5583362.html: Removed.
2279 * platform/mac/editing/pasteboard/5583362.html: Added.
2281 2007-11-06 Beth Dakin <bdakin@apple.com>
2285 New test for <rdar://problem/5575812> REGRESSION:When using
2286 absolute positioning with overflow:auto div, WebKit seems to add an
2288 * fast/overflow/overflow-auto-position-absolute.html: Added.
2289 * platform/mac/fast/overflow/overflow-auto-position-absolute-expected.checksum: Added.
2290 * platform/mac/fast/overflow/overflow-auto-position-absolute-expected.png: Added.
2291 * platform/mac/fast/overflow/overflow-auto-position-absolute-expected.txt: Added.
2293 Test with changed results. The measurements in the rtl example now
2294 more closely mirror the ltr example.
2295 * platform/mac/fast/overflow/unreachable-overflow-rtl-bug-expected.txt:
2297 2007-11-06 Justin Garcia <justin.garcia@apple.com>
2299 Reviewed by Dan Bernstein.
2301 <rdar://problem/5583387> ASSERTION FAILED: !refChild->hasTagName(bodyTag) when pasting newline in plain text into rich text Mail
2302 <rdar://problem/5583362> REGRESSION (5523.10.3-TOT): Newlines stripped when pasting plain text in Mail
2304 * editing/pasteboard/5583362.html: Added.
2305 * editing/resources/plaintext-pasteboard-data.dat: Added.
2306 * platform/mac/editing/pasteboard/5583362-expected.checksum: Added.
2307 * platform/mac/editing/pasteboard/5583362-expected.png: Added.
2308 * platform/mac/editing/pasteboard/5583362-expected.txt: Added.
2310 2007-11-06 Antti Koivisto <antti@apple.com>
2312 Correct test results.
2314 * platform/mac/fast/layers/layer-visibility-expected.txt:
2316 2007-11-06 Antti Koivisto <antti@apple.com>
2320 Update test to cover
2321 <rdar://problem/5521068>
2322 Visibility not propagated correctly for children of a layer with z-index
2324 The fix for this was (accidentally) already checked in with r27277,
2325 with retroactive r=hyatt.
2327 * fast/layers/layer-visibility.html:
2328 * platform/mac/fast/layers/layer-visibility-expected.checksum:
2329 * platform/mac/fast/layers/layer-visibility-expected.png:
2330 * platform/mac/fast/layers/layer-visibility-expected.txt:
2332 2007-11-06 Justin Garcia <justin.garcia@apple.com>
2334 Reviewed by Darin Adler.
2336 <rdar://problem/5576619> REGRESSION: Caret disappears after deleting the last character in inline hole (15714)
2338 * platform/mac/editing/input/5576619-expected.checksum: Added.
2339 * platform/mac/editing/input/5576619-expected.png: Added.
2340 * platform/mac/editing/input/5576619-expected.txt: Added.
2341 * platform/mac/editing/input/5576619.html: Added.
2342 * platform/mac/editing/input/text-input-controller-expected.txt:
2344 2007-11-06 Dan Bernstein <mitz@apple.com>
2346 Reviewed by Antti Koivisto and Dave Hyatt.
2348 - test for <rdar://problem/5582961> Incorrect layout and floating object list corruption when CSS decreases a block's height
2350 * fast/block/float/overhanging-after-height-decrease.html: Added.
2351 * platform/mac-leopard/fast/block: Added.
2352 * platform/mac-leopard/fast/block/float: Added.
2353 * platform/mac-leopard/fast/block/float/overhanging-after-height-decrease-expected.checksum: Added.
2354 * platform/mac-leopard/fast/block/float/overhanging-after-height-decrease-expected.png: Added.
2355 * platform/mac/fast/block/float/overhanging-after-height-decrease-expected.txt: Added.
2357 2007-11-05 Adele Peterson <adele@apple.com>
2361 Added test for poster attribute.
2363 * media/content/abe.png: Added.
2364 * media/content/greenbox.png: Added.
2365 * media/video-poster-expected.txt: Added.
2366 * media/video-poster.html: Added.
2368 2007-11-06 Antti Koivisto <antti@apple.com>
2372 Tests for media src attribute changes.
2374 * media/video-src-change-expected.txt: Added.
2375 * media/video-src-change.html: Added.
2376 * media/video-src-remove-expected.txt: Added.
2377 * media/video-src-remove.html: Added.
2378 * media/video-src-set-expected.txt: Added.
2379 * media/video-src-set.html: Added.
2380 * media/video-test.js:
2382 2007-11-06 Dan Bernstein <mitz@apple.com>
2384 Reviewed by Darin Adler.
2386 - repaint test for http://bugs.webkit.org/show_bug.cgi?id=15838
2387 Incomplete repaint toggling "How you know this person" on Facebook
2389 * fast/repaint/make-children-non-inline.html: Added.
2390 * platform/mac/fast/repaint/make-children-non-inline-expected.txt: Added.
2391 * platform/mac-leopard/fast/repaint: Added.
2392 * platform/mac-leopard/fast/repaint/make-children-non-inline-expected.checksum: Added.
2393 * platform/mac-leopard/fast/repaint/make-children-non-inline-expected.png: Added.
2395 2007-11-05 Adam Roben <aroben@apple.com>
2397 Remove a now-passing test from the Windows Skipped file
2401 * platform/win/Skipped:
2403 2007-11-05 Dan Bernstein <mitz@apple.com>
2405 Reviewed by Oliver Hunt.
2407 - test that an all-whitespace class attribute does not cause an assertion failure
2409 * fast/dom/class-all-whitespace-expected.txt: Added.
2410 * fast/dom/class-all-whitespace.html: Added.
2412 2007-11-05 Alexey Proskuryakov <ap@webkit.org>
2416 http://bugs.webkit.org/show_bug.cgi?id=15841
2417 fast/dom/Document/early-document-access.html crashes under GuardMalloc
2419 * fast/dom/Document/early-document-access.html: Don't check for open() timeout;
2420 wait for popup window to close as long as it takes.
2422 2007-11-03 Darin Adler <darin@apple.com>
2426 - updates for http://bugs.webkit.org/show_bug.cgi?id=15814
2427 <rdar://problem/5536644> fast/js/kde/encode_decode_uri.html fails
2429 * fast/js/kde/resources/encode_decode_uri.js: Rewrote the test to cover edges better,
2430 and use the should functions in a way that makes failures easier to understand.
2431 * fast/js/kde/encode_decode_uri-expected.txt: Updated.
2433 2007-11-02 Antti Koivisto <antti@apple.com>
2437 Test for video width/height DOM and content attributes.
2439 * media/video-width-height-expected.txt: Added.
2440 * media/video-width-height.html: Added.
2442 2007-11-02 Darin Adler <darin@apple.com>
2446 - test for http://bugs.webkit.org/show_bug.cgi?id=15806
2447 <rdar://problem/5561626> ASSERT(element->isRadioButton()) fires destroying form elements
2449 * fast/forms/remove-radio-button-assert-expected.txt: Added.
2450 * fast/forms/remove-radio-button-assert.html: Added.
2452 2007-11-02 Darin Adler <darin@apple.com>
2456 - update tests affected by fix for <rdar://problem/5530185> WebKit does not show
2457 <object> fallback content when both URL and MIME type is omitted
2459 * dom/html/level2/html/AppletsCollection-expected.txt: The text "Nothing here!" renders now.
2460 * fast/dom/HTMLDocument/object-by-name-unknown-child-element-expected.txt: Some blank
2462 * platform/mac/fast/invalid/residual-style-expected.txt: A font element renders now.
2464 2007-11-01 Dan Bernstein <mitz@apple.com>
2466 - fix typo in test name
2468 * fast/repaint/layout-state-only-posiitoned.html: Removed.
2469 * fast/repaint/layout-state-only-positioned.html: Copied from fast/repaint/layout-state-only-posiitoned.html.
2470 * platform/mac/fast/repaint/layout-state-only-posiitoned-expected.checksum: Removed.
2471 * platform/mac/fast/repaint/layout-state-only-posiitoned-expected.png: Removed.
2472 * platform/mac/fast/repaint/layout-state-only-posiitoned-expected.txt: Removed.
2473 * platform/mac/fast/repaint/layout-state-only-positioned-expected.checksum: Copied from platform/mac/fast/repaint/layout-state-only-posiitoned-expected.checksum.
2474 * platform/mac/fast/repaint/layout-state-only-positioned-expected.png: Copied from platform/mac/fast/repaint/layout-state-only-posiitoned-expected.png.
2475 * platform/mac/fast/repaint/layout-state-only-positioned-expected.txt: Copied from platform/mac/fast/repaint/layout-state-only-posiitoned-expected.txt.
2477 2007-11-01 Geoffrey Garen <ggaren@apple.com>
2479 Reviewed by Maciej Stachowiak.
2481 Layout test for http://bugs.webkit.org/show_bug.cgi?id=15785
2482 REGRESSION(r27344): Crash on load at finance.yahoo.com
2484 * fast/js/activation-object-function-lifetime-expected.txt: Added.
2485 * fast/js/activation-object-function-lifetime.html: Added.
2487 2007-11-01 Dan Bernstein <mitz@apple.com>
2489 Reviewed by Dave Hyatt.
2491 - repaint test for http://bugs.webkit.org/show_bug.cgi?id=15015
2492 <rdar://problem/5420308> Most of www.aol.com redraws unnecessarily when headline/photo section changes
2494 * fast/repaint/overflow-clip-subtree-layout.html: Added.
2495 * platform/mac/fast/repaint/overflow-clip-subtree-layout-expected.checksum: Added.
2496 * platform/mac/fast/repaint/overflow-clip-subtree-layout-expected.png: Added.
2497 * platform/mac/fast/repaint/overflow-clip-subtree-layout-expected.txt: Added.
2499 2007-10-31 Adam Roben <aroben@apple.com>
2501 Add Windows-specific results for window-properties
2503 HTML Timed Media elements aren't implemented yet on Windows.
2505 * platform/win/fast/dom/Window/window-properties-expected.txt: Added.
2507 2007-10-31 Adam Roben <aroben@apple.com>
2509 New test for a crash when parsing a cubic-bezier function
2513 * fast/css/parse-timing-function-crash-expected.txt: Added.
2514 * fast/css/parse-timing-function-crash.html: Added.
2516 2007-10-31 Justin Garcia <justin.garcia@apple.com>
2518 Reviewed by Dave Harrison.
2520 * editing/execCommand/5569741.html: Added.
2521 * platform/mac/editing/execCommand/5569741-expected.checksum: Added.
2522 * platform/mac/editing/execCommand/5569741-expected.png: Added.
2523 * platform/mac/editing/execCommand/5569741-expected.txt: Added.
2525 2007-10-31 Antti Koivisto <antti@apple.com>
2527 Remove timing dependent, occasionally failing cue point tests.
2528 Cue points will be replaced with cue ranges soon anyway.
2530 * media/video-cuepoint-pause-expected.txt: Removed.
2531 * media/video-cuepoint-remove-multiple-expected.txt: Removed.
2532 * media/video-cuepoint-multiple-expected.txt: Removed.
2533 * media/video-cuepoint-remove-expected.txt: Removed.
2534 * media/video-cuepoint-pause.html: Removed.
2535 * media/video-cuepoint-remove-multiple.html: Removed.
2536 * media/video-cuepoint-multiple.html: Removed.
2537 * media/video-cuepoint-remove.html: Removed.
2538 * media/video-cuepoint-add-expected.txt: Removed.
2539 * media/video-cuepoint-add.html: Removed.
2541 2007-10-31 Lars Knoll <lars@trolltech.com>
2545 Fixes in the XML tokenizer when using QXmlStream.
2547 Use new functionality of QXmlStream in Qt 4.4 to simplify
2548 the code (but keep the old code for now to still support Qt 4.3).
2550 Add proper support for namespace handling when parsing into
2551 a document fragment.
2553 * platform/qt/Skipped:
2554 * platform/qt/dom/xhtml/level3/core/canonicalform10-expected.txt: Removed.
2555 * platform/qt/dom/xhtml/level3/core/canonicalform11-expected.txt: Removed.
2557 2007-10-31 Alexey Proskuryakov <ap@webkit.org>
2561 http://bugs.webkit.org/show_bug.cgi?id=11001
2562 WebKit doesn't support RegExp.compile method
2564 * fast/js/regexp-compile-expected.txt: Added.
2565 * fast/js/regexp-compile.html: Added.
2566 * fast/js/resources/regexp-compile.js: Added.
2568 2007-10-31 Alexey Proskuryakov <ap@webkit.org>
2572 http://bugs.webkit.org/show_bug.cgi?id=15762
2573 XSLStylesheet loads subresources from a wrong URL
2575 * fast/xsl/resources/xslt-second-level-import.xsl:
2576 * fast/parser/resources/external-entities.xsl.xsl:
2577 These tests depended on old buggy behavior.
2579 2007-10-30 Antti Koivisto <antti@apple.com>
2583 Media tests from feature branch.
2585 * fast/dom/Window/window-properties-expected.txt: Replaced.
2586 * fast/dom/Window/window-properties.html: Replaced.
2588 * media/audio-constructor-expected.txt: Added.
2589 * media/audio-constructor-src-expected.txt: Added.
2590 * media/audio-constructor-src.html: Added.
2591 * media/audio-constructor.html: Added.
2592 * media/content: Added.
2593 * media/content/test.mp4: Added.
2594 * media/content/test.wav: Added.
2595 * media/progress-event-expected.txt: Added.
2596 * media/progress-event.html: Added.
2597 * media/video-append-source-expected.txt: Added.
2598 * media/video-append-source.html: Added.
2599 * media/video-autoplay-expected.txt: Added.
2600 * media/video-autoplay.html: Added.
2601 * media/video-buffered-expected.txt: Added.
2602 * media/video-buffered.html: Added.
2603 * media/video-cuepoint-add-expected.txt: Added.
2604 * media/video-cuepoint-add.html: Added.
2605 * media/video-cuepoint-multiple-expected.txt: Added.
2606 * media/video-cuepoint-multiple.html: Added.
2607 * media/video-cuepoint-pause-expected.txt: Added.
2608 * media/video-cuepoint-pause.html: Added.
2609 * media/video-cuepoint-remove-expected.txt: Added.
2610 * media/video-cuepoint-remove-multiple-expected.txt: Added.
2611 * media/video-cuepoint-remove-multiple.html: Added.
2612 * media/video-cuepoint-remove.html: Added.
2613 * media/video-currentTime-expected.txt: Added.
2614 * media/video-currentTime-set-expected.txt: Added.
2615 * media/video-currentTime-set.html: Added.
2616 * media/video-currentTime-set2-expected.txt: Added.
2617 * media/video-currentTime-set2.html: Added.
2618 * media/video-currentTime.html: Added.
2619 * media/video-dom-autoplay-expected.txt: Added.
2620 * media/video-dom-autoplay.html: Added.
2621 * media/video-dom-end-expected.txt: Added.
2622 * media/video-dom-end.html: Added.
2623 * media/video-dom-loopcount-expected.txt: Added.
2624 * media/video-dom-loopcount.html: Added.
2625 * media/video-dom-loopend-expected.txt: Added.
2626 * media/video-dom-loopend.html: Added.
2627 * media/video-dom-loopstart-expected.txt: Added.
2628 * media/video-dom-loopstart.html: Added.
2629 * media/video-dom-src-expected.txt: Added.
2630 * media/video-dom-src.html: Added.
2631 * media/video-dom-start-expected.txt: Added.
2632 * media/video-dom-start.html: Added.
2633 * media/video-end-expected.txt: Added.
2634 * media/video-end.html: Added.
2635 * media/video-error-abort-expected.txt: Added.
2636 * media/video-error-abort.html: Added.
2637 * media/video-error-does-not-exist-expected.txt: Added.
2638 * media/video-error-does-not-exist.html: Added.
2639 * media/video-load-networkState-expected.txt: Added.
2640 * media/video-load-networkState.html: Added.
2641 * media/video-load-readyState-expected.txt: Added.
2642 * media/video-load-readyState.html: Added.
2643 * media/video-loopcount-expected.txt: Added.
2644 * media/video-loopcount.html: Added.
2645 * media/video-loopend-expected.txt: Added.
2646 * media/video-loopend.html: Added.
2647 * media/video-loopstart-expected.txt: Added.
2648 * media/video-loopstart.html: Added.
2649 * media/video-muted-expected.txt: Added.
2650 * media/video-muted.html: Added.
2651 * media/video-no-autoplay-expected.txt: Added.
2652 * media/video-no-autoplay.html: Added.
2653 * media/video-seekable-expected.txt: Added.
2654 * media/video-seekable.html: Added.
2655 * media/video-size-expected.txt: Added.
2656 * media/video-size.html: Added.
2657 * media/video-source-expected.txt: Added.
2658 * media/video-source-media-expected.txt: Added.
2659 * media/video-source-media.html: Added.
2660 * media/video-source-type-expected.txt: Added.
2661 * media/video-source-type.html: Added.
2662 * media/video-source.html: Added.
2663 * media/video-src-expected.txt: Added.
2664 * media/video-src-source-expected.txt: Added.
2665 * media/video-src-source.html: Added.
2666 * media/video-src.html: Added.
2667 * media/video-start-expected.txt: Added.
2668 * media/video-start.html: Added.
2669 * media/video-test.js: Added.
2670 * media/video-volume-expected.txt: Added.
2671 * media/video-volume.html: Added.
2672 * platform/qt/Skipped:
2673 * platform/win/Skipped:
2675 2007-10-30 Justin Garcia <set EMAIL_ADDRESS environment variable>
2677 Reviewed by Darin Adler.
2679 <rdar://problem/5549929> CrashTracer: [USER] 35 crashes at WebCore::CharacterData::insertData
2681 * editing/inserting/5549929-1-expected.txt: Added.
2682 * editing/inserting/5549929-1.html: Added.
2683 * editing/inserting/5549929-2.html: Added.
2684 * editing/inserting/5549929-3.html: Added.
2685 * platform/mac/editing/inserting/5549929-2-expected.checksum: Added.
2686 * platform/mac/editing/inserting/5549929-2-expected.png: Added.
2687 * platform/mac/editing/inserting/5549929-2-expected.txt: Added.
2688 * platform/mac/editing/inserting/5549929-3-expected.checksum: Added.
2689 * platform/mac/editing/inserting/5549929-3-expected.png: Added.
2690 * platform/mac/editing/inserting/5549929-3-expected.txt: Added.
2692 2007-10-30 Adam Roben <aroben@apple.com>
2694 Add another failing test to the Windows Skipped file
2696 * platform/win/Skipped:
2698 2007-10-30 Sam Weinig <sam@webkit.org>
2700 Rubber-stamped by Adam Roben.
2702 Update test to not intermittently fail.
2704 * http/tests/security/host-compare-case-insensitive-expected.txt:
2705 * http/tests/security/host-compare-case-insensitive.html:
2706 * http/tests/security/resources/cross-frame-iframe.html:
2707 * http/tests/security/resources/localhost-accesssor.html:
2709 2007-10-30 Beth Dakin <bdakin@apple.com>
2711 Rubber stamped by Geoff.
2713 This test needed updated results from my patch last night. It has
2714 <parsererror> tags, which are now block instead on inline.
2716 * platform/mac/fast/frames/onlyCommentInIFrame-expected.checksum: Replaced.
2717 * platform/mac/fast/frames/onlyCommentInIFrame-expected.png: Replaced.
2718 * platform/mac/fast/frames/onlyCommentInIFrame-expected.txt:
2720 2007-10-30 Beth Dakin <bdakin@apple.com>
2722 Rubber stamped by Geoff.
2724 Fixing two layout test mixups from my patch last night.
2726 I added this test, but checked in old results:
2727 * platform/mac/fast/inline/drawStyledEmptyInlines-expected.txt:
2729 I removed the results of this test by accident:
2730 * platform/mac/fast/xsl/xslt-extra-content-at-end-expected.txt: Added.
2732 2007-10-29 Beth Dakin <bdakin@apple.com>
2736 New tests and new results for old tests for <rdar://problem/
2737 5399614> anchor tag is not rendered without text content, works in
2738 Firefox with CSS background-image (13237)
2741 * fast/inline/drawStyledEmptyInlines.html: Added.
2742 * fast/inline/drawStyledEmptyInlinesWithWS.html: Added.
2743 * fast/inline/emptyInlinesWithinLists.html: Added.
2744 * fast/inline/styledEmptyInlinesWithBRs.html: Added.
2745 * platform/mac/fast/inline/drawStyledEmptyInlines-expected.checksum: Added.
2746 * platform/mac/fast/inline/drawStyledEmptyInlines-expected.png: Added.
2747 * platform/mac/fast/inline/drawStyledEmptyInlines-expected.txt: Added.
2748 * platform/mac/fast/inline/drawStyledEmptyInlinesWithWS-expected.checksum: Added.
2749 * platform/mac/fast/inline/drawStyledEmptyInlinesWithWS-expected.png: Added.
2750 * platform/mac/fast/inline/drawStyledEmptyInlinesWithWS-expected.txt: Added.
2751 * platform/mac/fast/inline/emptyInlinesWithinLists-expected.checksum: Added.
2752 * platform/mac/fast/inline/emptyInlinesWithinLists-expected.png: Added.
2753 * platform/mac/fast/inline/emptyInlinesWithinLists-expected.txt: Added.
2754 * platform/mac/fast/inline/styledEmptyInlinesWithBRs-expected.checksum: Added.
2755 * platform/mac/fast/inline/styledEmptyInlinesWithBRs-expected.png: Added.
2756 * platform/mac/fast/inline/styledEmptyInlinesWithBRs-expected.txt: Added.
2758 New results for tests with <paserererrors> since <parsererror> is
2760 * platform/mac/fast/invalid/junk-data-expected.checksum: Replaced.
2761 * platform/mac/fast/invalid/junk-data-expected.png: Replaced.
2762 * platform/mac/fast/invalid/junk-data-expected.txt:
2763 * platform/mac/fast/invalid/missing-end-tag-expected.checksum: Replaced.
2764 * platform/mac/fast/invalid/missing-end-tag-expected.png: Replaced.
2765 * platform/mac/fast/invalid/missing-end-tag-expected.txt:
2766 * platform/mac/fast/parser/xhtml-alternate-entities-expected.checksum: Replaced.
2767 * platform/mac/fast/parser/xhtml-alternate-entities-expected.png: Replaced.
2768 * platform/mac/fast/parser/xhtml-alternate-entities-expected.txt:
2769 * platform/mac/fast/xsl/xslt-extra-content-at-end-expected.checksum: Replaced.
2770 * platform/mac/fast/xsl/xslt-extra-content-at-end-expected.png: Replaced.
2771 * platform/mac/fast/xsl/xslt-extra-content-at-end-expected.txt: Removed.
2772 * platform/mac/svg/custom/junk-data-expected.checksum: Replaced.
2773 * platform/mac/svg/custom/junk-data-expected.png: Replaced.
2774 * platform/mac/svg/custom/junk-data-expected.txt:
2775 * platform/mac/svg/custom/missing-xlink-expected.checksum: Replaced.
2776 * platform/mac/svg/custom/missing-xlink-expected.png: Replaced.
2777 * platform/mac/svg/custom/missing-xlink-expected.txt:
2778 * platform/mac/svg/hixie/error/012-expected.checksum: Replaced.
2779 * platform/mac/svg/hixie/error/012-expected.png: Replaced.
2780 * platform/mac/svg/hixie/error/012-expected.txt:
2782 2007-10-29 Dan Bernstein <mitz@apple.com>
2784 Reviewed by Adam Roben.
2786 - test for http://bugs.webkit.org/show_bug.cgi?id=15750
2787 REGRESSION(r27173): Web Inspector freezes beneath Image::drawPattern()
2789 * fast/backgrounds/size/zero.html: Added.
2790 * platform/mac/fast/backgrounds/size/zero-expected.checksum: Added.
2791 * platform/mac/fast/backgrounds/size/zero-expected.png: Added.
2792 * platform/mac/fast/backgrounds/size/zero-expected.txt: Added.
2794 2007-10-29 Sam Weinig <sam@webkit.org>
2796 Rubber-stamped by Adam Roben.
2798 Simplify the dataURL xxs tests.
2800 * http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-2-level-expected.txt:
2801 * http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-2-level.html:
2802 * http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-expected.txt:
2803 * http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-to-data-url-sub-frame-expected.txt:
2804 * http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-to-data-url-sub-frame.html:
2805 * http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame.html:
2806 * http/tests/security/dataURL/xss-DENIED-from-data-url-to-data-url-expected.txt:
2807 * http/tests/security/dataURL/xss-DENIED-from-data-url-to-data-url.html:
2808 * http/tests/security/dataURL/xss-DENIED-from-javascript-url-window-open-expected.txt:
2809 * http/tests/security/dataURL/xss-DENIED-from-javascript-url-window-open.html:
2810 * http/tests/security/dataURL/xss-DENIED-to-data-url-from-data-url-expected.txt:
2811 * http/tests/security/dataURL/xss-DENIED-to-data-url-from-data-url.html:
2812 * http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame-2-level-expected.txt:
2813 * http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame-2-level.html:
2814 * http/tests/security/dataURL/xss-DENIED-to-data-url-window-open-expected.txt:
2815 * http/tests/security/dataURL/xss-DENIED-to-data-url-window-open.html:
2817 2007-10-29 Alexey Proskuryakov <ap@webkit.org>
2821 Test for http://bugs.webkit.org/show_bug.cgi?id=10030
2822 Star Alliance site is opened without the main frame
2824 * fast/frames/location-change-expected.txt: Added.
2825 * fast/frames/location-change.html: Added.
2826 * fast/frames/resources/location-change-frame-1.html: Added.
2827 * fast/frames/resources/location-change-frame-2.html: Added.
2829 2007-10-29 Dan Bernstein <mitz@apple.com>
2831 Reviewed by John Sullivan,
2833 - repaint test for <rdar://problem/5424455> REGRESSION (r21168-r21193, Tiger only): Safari scrollbar is clipped at top when loading particular RSS page
2835 * fast/repaint/layout-state-only-posiitoned.html: Added.
2836 * platform/mac/fast/repaint/layout-state-only-posiitoned-expected.checksum: Added.
2837 * platform/mac/fast/repaint/layout-state-only-posiitoned-expected.png: Added.
2838 * platform/mac/fast/repaint/layout-state-only-posiitoned-expected.txt: Added.
2840 2007-10-29 David Kilzer <ddkilzer@webkit.org>
2842 Test for: REGRESSION (r17701): Favicons should be viewable as image documents
2843 <http://bugs.webkit.org/show_bug.cgi?id=15640>
2847 * fast/images/favicon-as-image.html: Added.
2848 * fast/images/resources/favicon.ico: Added.
2849 * platform/mac/fast/images/favicon-as-image-expected.checksum: Added.
2850 * platform/mac/fast/images/favicon-as-image-expected.png: Added.
2851 * platform/mac/fast/images/favicon-as-image-expected.txt: Added.
2853 2007-10-28 Alexey Proskuryakov <ap@webkit.org>
2857 Test for http://bugs.webkit.org/show_bug.cgi?id=10734
2859 * fast/dom/HTMLOptionElement/set-option-index-text-expected.txt: Added.
2860 * fast/dom/HTMLOptionElement/set-option-index-text.html: Added.
2862 2007-10-28 Eric Seidel <eric@webkit.org>
2866 * platform/mac/svg/custom/path-bad-data-expected.txt: updated to better results
2868 2007-10-28 Darin Adler <darin@apple.com>
2872 - test for http://bugs.webkit.org/show_bug.cgi?id=15735
2873 remove GroupNode to simplify AST and possibly get a modest speedup
2875 One test is a start at testing that parentheses are added when needed.
2876 The other test checks some aspects of object literals, since I changed
2877 the way the property names is handled in those. More tests are needed.
2879 * fast/js/function-toString-object-literals-expected.txt: Added.
2880 * fast/js/function-toString-object-literals.html: Added.
2881 * fast/js/function-toString-parentheses-expected.txt: Added.
2882 * fast/js/function-toString-parentheses.html: Added.
2883 * fast/js/resources/function-toString-object-literals.js: Added.
2884 * fast/js/resources/function-toString-parentheses.js: Added.
2886 2007-10-28 Adam Roben <aroben@apple.com>
2888 Re-enable a bunch of passing tests on Windows
2890 * platform/win/Skipped:
2892 2007-10-27 Adam Roben <aroben@apple.com>
2894 Updated Windows Skipped file for currently failing tests
2896 * platform/win/Skipped:
2898 2007-10-27 Adam Roben <aroben@apple.com>
2900 Fix HTMLDocument12.xhtml on Leopard/Windows
2902 <rdar://5313535> and <rdar://5539816>
2904 The test succeeds on Leopard and Windows, but fails on Tiger. For some
2905 reason, failing expected results had been checked in to
2906 platform/mac-leopard. The test seems to be passing now, so I moved the
2907 failing results to platform/mac-tiger.
2909 Reviewed by Maciej and Sam.
2911 * platform/mac-leopard/dom/xhtml/level2/html/HTMLDocument12-expected.txt: Removed.
2912 * platform/mac-tiger/dom/xhtml/level2/html/HTMLDocument12-expected.txt:
2913 Moved from platform/mac-leopard.
2915 2007-10-27 Sam Weinig <sam@webkit.org>
2917 Hit with the rubber-stamp of Timothy Hatcher.
2919 Tests for window.console's functions.
2921 * fast/dom/Window/console-functions-expected.txt: Added.
2922 * fast/dom/Window/console-functions.html: Added.
2924 2007-10-27 Sam Weinig <sam@webkit.org>
2926 Reviewed by Tim Hatcher.
2928 Speculative fix for an intermittently failing test
2930 * fast/dom/Window/resources/opened-window.html: Added.
2931 * fast/dom/Window/window-early-properties.html: Use onload for opened
2932 window and use a local file instead of a data: URL to avoid same origin
2935 2007-10-27 Sam Weinig <sam@webkit.org>
2937 Reviewed by Adam Roben.
2939 Update tests for http://bugs.webkit.org/show_bug.cgi?id=14953
2940 Implement window.console in WebCore
2942 * fast/dom/Window/window-properties-expected.txt:
2943 * http/tests/security/cross-frame-access-put-expected.txt:
2945 2007-10-27 Matt Lilek <webkit@mattlilek.com>
2949 * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt:
2951 2007-10-27 Adam Roben <aroben@apple.com>
2953 Speculative fix for an intermittently failing test
2955 Reviewed by Sam and Eric.
2957 * http/tests/local/style-access-before-stylesheet-loaded.html: Use
2958 waitUntilDone/notifyDone.
2960 2007-10-27 Adam Roben <aroben@apple.com>
2962 Add some more failing tests to the Windows Skipped file
2964 * platform/win/Skipped:
2966 2007-10-27 Dan Bernstein <mitz@apple.com>
2968 Reviewed by Darin Adler.
2970 - test for <rdar://problem/5530657>
2972 * fast/table/colgroup-relative-expected.txt: Added.
2973 * fast/table/colgroup-relative.html: Added.
2975 2007-10-27 Julien <julien.chaffraix@gmail.com>
2979 http://bugs.webkit.org/show_bug.cgi?id=13141
2980 XMLHttpRequest should set readyState to 0 after abort()
2982 * fast/dom/xmlhttprequest-html-response-encoding.html: correct malformed page
2983 * http/tests/xmlhttprequest/xmlhttprequest-abord-readyState-expect.txt: Added.
2984 * http/tests/xmlhttprequest/xmlhttprequest-abort-readyState.html: Added.
2986 2007-10-27 Dan Bernstein <mitz@apple.com>
2988 Reviewed by Dave Hyatt.
2990 - rotated border image test
2992 * fast/borders/border-image-rotate-transform.html: Added.
2993 * platform/mac/fast/borders/border-image-rotate-transform-expected.checksum: Added.
2994 * platform/mac/fast/borders/border-image-rotate-transform-expected.png: Added.
2995 * platform/mac/fast/borders/border-image-rotate-transform-expected.txt: Added.
2997 2007-10-27 Alexey Proskuryakov <ap@webkit.org>
3001 http://bugs.webkit.org/show_bug.cgi?id=15555
3002 XMLHttpRequest does not support charset "x-user-defined", which can
3003 facilitate loading of binary data
3005 * http/tests/xmlhttprequest/binary-x-user-defined-expected.txt: Added.
3006 * http/tests/xmlhttprequest/binary-x-user-defined.html: Added.
3007 * http/tests/xmlhttprequest/resources/256.bin: Added.
3009 2007-10-27 Alexey Proskuryakov <ap@webkit.org>
3013 Test by Christopher Rogers <christorogers@gmail.com>.
3015 http://bugs.webkit.org/show_bug.cgi?id=15467
3016 Setting innerHTML to blank string in application/xhtml+xml mode
3017 throws DOM Exception 7
3019 * fast/dom/blank-innerHTML-expected.txt: Added.
3020 * fast/dom/blank-innerHTML.xhtml: Added.
3022 2007-10-26 Tristan O'Tierney <tristan@apple.com>
3024 Reviewed by Darin Adler.
3026 Added new test cases to handle non-number input to window adjusting
3027 functions like resizeTo, resizeBy, moveTo, and moveBy for
3028 <rdar://problem/5555053>.
3030 * fast/dom/Window/window-resize-nan-expected.txt: Added.
3031 * fast/dom/Window/window-resize-nan.html: Added.
3033 2007-10-26 Darin Adler <darin@apple.com>
3037 - test changes for http://bugs.webkit.org/show_bug.cgi?id=15703
3038 fix numeric functions -- improve correctness and speed
3040 * fast/js/resources/char-at.js: Updated test to expect that we get the first
3041 character if we pass NaN to charAt and charCodeAt; it's what the specification
3042 asks for and matches other browsers too.
3043 * fast/js/char-at-expected.txt: Updated.
3045 2007-10-26 Mark Rowe <mrowe@apple.com>
3047 Update expected results.
3049 * platform/mac/fast/overflow/clip-rects-fixed-ancestor-expected.txt:
3051 2007-10-25 Alexey Proskuryakov <ap@webkit.org>
3055 http://bugs.webkit.org/show_bug.cgi?id=15650
3056 XML attribute nodes are not importable
3058 * fast/dom/import-attribute-node-expected.txt: Added.
3059 * fast/dom/import-attribute-node.html: Added.
3060 * fast/dom/import-document-fragment-expected.txt: Added.
3061 * fast/dom/import-document-fragment.html: Added.
3063 * dom/xhtml/level3/core/nodeisequalnode17-expected.txt: Now passes.
3065 2007-10-25 Dan Bernstein <mitz@apple.com>
3067 Reviewed by Dave Hyatt.
3069 - test for http://bugs.webkit.org/show_bug.cgi?id=15362
3070 <rdar://problem/5558715> Safari Crashes when opening a JS TreeGrid widget
3072 * fast/dynamic/insert-before-table-part-in-continuation.html: Added.
3073 * platform/mac/fast/dynamic/insert-before-table-part-in-continuation-expected.checksum: Added.
3074 * platform/mac/fast/dynamic/insert-before-table-part-in-continuation-expected.png: Added.
3075 * platform/mac/fast/dynamic/insert-before-table-part-in-continuation-expected.txt: Added.
3077 2007-10-25 Holger Freyther <zecke@selfish.org>
3079 Reviewed by Simon Hausmann <hausmann@kde.org>.
3081 * We need to set a != 0 status code for the fast/loader/xmlhttprequest-missing-file-exception.html
3082 * libxml2 has the semantic that when writing an empty string and finishing it will report an error. For QXmlStreamReader this is valid.
3083 * This is causing some regressions...
3086 * platform/qt/Skipped:
3088 2007-10-25 Holger Freyther <zecke@selfish.org>
3090 Reviewed by Simon Hausmann <hausmann@kde.org>.
3092 * Make fast/loader/xmlhttprequest-bad-mimetype.html pass. We use QHttp to download local files but we may not set the HTTP result code on the ResourceResponse.
3093 * We can use the cross-platform result now. QWebNetworkInterface/Manager behaves the same as mac for local files.
3096 * platform/qt/Skipped:
3097 * platform/qt/fast/dom/xmlhttprequest-get-expected.txt: Removed.
3099 2007-10-25 Holger Freyther <zecke@selfish.org>
3101 Reviewed by Simon Hausmann <hausmann@kde.org>.
3103 * Implement our own queuing of network jobs to allow special handling of synchronous jobs. This makes us pass the fast/dom/xmlhttprequest-html-response-encoding.html test without a crash. Sync jobs will get a special treatment over the normals ones and in theory more than one sync job is supported.
3104 * This should be thread-safe besides QWebNetworkJob::{ref,deref}
3107 * platform/qt/Skipped:
3109 2007-10-25 Holger Freyther <zecke@selfish.org>
3111 Reviewed by Simon Hausmann <hausmann@kde.org>.
3113 * Do the percent replacement only when we are not base64. With base64 we should not have any % in it anyway.
3114 * Have a custom decodePercentEncoding method that works without doing any charset conversion. With converting back to latin1() we lost some information.
3115 * We pass the char-decoding.html test now
3118 * platform/qt/Skipped:
3120 2007-10-25 Geoffrey Garen <ggaren@apple.com>
3122 Layout tests for bugs that might result from changes like
3123 http://bugs.webkit.org/show_bug.cgi?id=15683
3125 * fast/js/vardecl-preserve-parameters-expected.txt: Added.
3126 * fast/js/vardecl-preserve-parameters.html: Added.
3127 * fast/js/vardecl-preserve-vardecl-expected.txt: Added.
3128 * fast/js/vardecl-preserve-vardecl.html: Added.
3130 2007-10-24 Justin Garcia <justin.garcia@apple.com>
3134 <rdar://problem/5544856>
3135 REGRESSION: After typing 2-byte text, undo only undoes one keystroke at a time
3137 * platform/mac/editing/input/text-input-controller-expected.txt: The delete
3138 we were using previously to remove the old composition makes fewer calls to
3139 the editing delegate.
3141 2007-10-24 Alice Liu <alice.liu@apple.com>
3145 * platform/win/Skipped:
3147 2007-10-24 Eric Seidel <eric@webkit.org>
3151 Make sure we throw an un-catchable out of memory exception.
3153 * fast/js/out-of-memory.html: Added.
3155 2007-10-24 Dan Bernstein <mitz@apple.com>
3157 Reviewed by Oliver Hunt.
3159 - updated results to reflect which table parts are anonymous
3161 2007-10-24 Mark Rowe <mrowe@apple.com>
3163 Fix incorrect test results landed with r26986.
3165 * http/tests/xmlhttprequest/xmlhttprequest-InvalidStateException-getAllRequestHeaders-expected.txt:
3166 * http/tests/xmlhttprequest/xmlhttprequest-InvalidStateException-getRequestHeader-expected.txt:
3168 2007-10-24 Lars Knoll <lars@trolltech.com>
3172 update test results.
3174 * fast/dom/Window/new-window-opener-expected.txt:
3175 * fast/dom/Window/window-resize-expected.txt:
3176 * fast/dom/open-and-close-by-DOM-expected.txt:
3177 * fast/innerHTML/innerHTML-script-tag-crash-expected.txt:
3178 * fast/js/date-DST-time-cusps-expected.txt:
3179 * fast/js/date-big-setdate-expected.txt:
3180 * fast/js/navigator-mimeTypes-length-expected.txt:
3181 * fast/parser/entities-in-attributes-expected.txt:
3182 * fast/xpath/4XPath/Borrowed/od_20000608-expected.txt:
3183 * platform/qt/css1/text_properties/text-transCapitalize-expected.txt:
3184 * platform/qt/css1/text_properties/text_transform-expected.txt:
3185 * platform/qt/css2.1/t1605-c545-txttrans-00-b-ag-expected.txt:
3186 * platform/qt/editing/selection/4402375-expected.txt: Added.
3187 * platform/qt/editing/selection/4932260-3-expected.txt:
3188 * platform/qt/editing/selection/5234383-2-expected.txt:
3189 * platform/qt/editing/selection/extend-by-sentence-001-expected.txt:
3190 * platform/qt/editing/selection/image-before-linebreak-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/image-before-linebreak-expected.txt.
3191 * platform/qt/editing/selection/replaced-boundaries-1-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/replaced-boundaries-1-expected.txt.
3192 * platform/qt/editing/selection/replaced-boundaries-2-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/replaced-boundaries-2-expected.txt.
3193 * platform/qt/editing/selection/replaced-boundaries-3-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/replaced-boundaries-3-expected.txt.
3194 * platform/qt/fast/css/textCapitalizeEdgeCases-expected.txt:
3195 * platform/qt/fast/dynamic/containing-block-change-expected.txt: Added.
3196 * platform/qt/fast/events/event-listener-on-link-expected.txt: Copied from LayoutTests/platform/mac/fast/events/event-listener-on-link-expected.txt.
3197 * platform/qt/fast/events/event-sender-mouse-moved-expected.txt: Added.
3198 * platform/qt/fast/events/label-focus-expected.txt: Added.
3199 * platform/qt/fast/events/onload-re-entry-expected.txt: Copied from LayoutTests/platform/mac/fast/events/onload-re-entry-expected.txt.
3200 * platform/qt/fast/events/onloadFrameCrash-expected.txt: Copied from LayoutTests/platform/mac/fast/events/onloadFrameCrash-expected.txt.
3201 * platform/qt/fast/repaint/body-background-image-expected.txt: Added.
3202 * platform/qt/fast/repaint/focus-layers-expected.txt: Added.
3203 * platform/qt/fast/repaint/layer-visibility-expected.txt: Copied from LayoutTests/platform/mac/fast/repaint/layer-visibility-expected.txt.
3204 * platform/qt/fast/table/frame-and-rules-expected.txt:
3205 * platform/qt/fast/text/international/003-expected.txt:
3206 * platform/qt/fast/text/international/bidi-listbox-atsui-expected.txt:
3207 * platform/qt/fast/text/international/bidi-listbox-expected.txt:
3208 * platform/qt/fast/text/international/thai-line-breaks-expected.txt:
3209 * platform/qt/plugins/embed-attributes-style-expected.txt: Added.
3211 2007-10-24 Julien Chaffraix <julien.chaffraix@gmail.com>
3215 Tests for http://bugs.webkit.org/show_bug.cgi?id=15356
3216 getResponseHeader and getAllResponseHeaders do not throw exceptions
3218 * http/tests/xmlhttprequest/xmlhttprequest-InvalidStateException-getAllRequestHeaders-expected.txt: Added.
3219 * http/tests/xmlhttprequest/xmlhttprequest-InvalidStateException-getAllRequestHeaders.html: Added.
3220 * http/tests/xmlhttprequest/xmlhttprequest-InvalidStateException-getRequestHeader-expected.txt: Added.
3221 * http/tests/xmlhttprequest/xmlhttprequest-InvalidStateException-getRequestHeader.html: Added.
3222 * http/tests/xmlhttprequest/xmlhttprequest-invalidHeader-getRequestHeader-expected.txt: Added.
3223 * http/tests/xmlhttprequest/xmlhttprequest-invalidHeader-getRequestHeader.html: Added.
3225 2007-10-24 Lars Knoll <lars@trolltech.com>
3229 these tests don't crash anymore :)
3231 * platform/qt/Skipped:
3232 * platform/qt/editing/selection/mixed-editability-8-expected.txt: Added.
3233 * platform/qt/editing/style/remove-underline-across-paragraph-expected.txt: Added.
3234 * platform/qt/editing/style/remove-underline-across-paragraph-in-bold-expected.txt: Added.
3236 2007-10-24 Lars Knoll <lars@trolltech.com>
3240 add a layoutTestController.dumpSelectionRect() dummy. It only has an effect on mac pixel tests anyway. Makes us pass another 5 test cases.
3242 * platform/qt/Skipped:
3244 2007-10-24 Lars Knoll <lars@trolltech.com>
3248 we're passing most editing tests now. Commit them.
3250 * platform/qt/Skipped:
3251 * platform/qt/editing/deleting/4845371-expected.txt: Added.
3252 * platform/qt/editing/deleting/4866671-expected.txt: Added.
3253 * platform/qt/editing/deleting/4875189-expected.txt: Added.
3254 * platform/qt/editing/deleting/4922367-expected.txt: Added.
3255 * platform/qt/editing/deleting/5026848-1-expected.txt: Added.
3256 * platform/qt/editing/deleting/5026848-2-expected.txt: Added.
3257 * platform/qt/editing/deleting/5026848-3-expected.txt: Added.
3258 * platform/qt/editing/deleting/5032066-expected.txt: Added.
3259 * platform/qt/editing/deleting/5091898-expected.txt: Added.
3260 * platform/qt/editing/deleting/5099303-expected.txt: Added.
3261 * platform/qt/editing/deleting/5115601-expected.txt: Added.
3262 * platform/qt/editing/deleting/5126166-expected.txt: Added.
3263 * platform/qt/editing/deleting/5144139-2-expected.txt: Added.
3264 * platform/qt/editing/deleting/5156801-2-expected.txt: Added.
3265 * platform/qt/editing/deleting/5156801-expected.txt: Added.
3266 * platform/qt/editing/deleting/5168598-expected.txt: Added.
3267 * platform/qt/editing/deleting/5206311-1-expected.txt: Added.
3268 * platform/qt/editing/deleting/5206311-2-expected.txt: Added.
3269 * platform/qt/editing/deleting/5272440-expected.txt: Added.
3270 * platform/qt/editing/deleting/5300379-expected.txt: Added.
3271 * platform/qt/editing/deleting/5369009-expected.txt: Added.
3272 * platform/qt/editing/deleting/5390681-2-expected.txt: Added.
3273 * platform/qt/editing/deleting/5390681-expected.txt: Added.
3274 * platform/qt/editing/deleting/5408255-expected.txt: Added.
3275 * platform/qt/editing/deleting/collapse-whitespace-3587601-fix-expected.txt: Added.
3276 * platform/qt/editing/deleting/delete-3608430-fix-expected.txt: Added.
3277 * platform/qt/editing/deleting/delete-3608445-fix-expected.txt: Added.
3278 * platform/qt/editing/deleting/delete-3608462-fix-expected.txt: Added.
3279 * platform/qt/editing/deleting/delete-3775172-fix-expected.txt: Added.
3280 * platform/qt/editing/deleting/delete-3800834-fix-expected.txt: Added.
3281 * platform/qt/editing/deleting/delete-3857753-fix-expected.txt: Added.
3282 * platform/qt/editing/deleting/delete-3865854-fix-expected.txt: Added.
3283 * platform/qt/editing/deleting/delete-3928305-fix-expected.txt: Added.
3284 * platform/qt/editing/deleting/delete-3959464-fix-expected.txt: Added.
3285 * platform/qt/editing/deleting/delete-4038408-fix-expected.txt: Added.
3286 * platform/qt/editing/deleting/delete-4083333-fix-expected.txt: Added.
3287 * platform/qt/editing/deleting/delete-after-span-ws-001-expected.txt: Added.
3288 * platform/qt/editing/deleting/delete-after-span-ws-002-expected.txt: Added.
3289 * platform/qt/editing/deleting/delete-after-span-ws-003-expected.txt: Added.
3290 * platform/qt/editing/deleting/delete-and-undo-expected.txt: Added.
3291 * platform/qt/editing/deleting/delete-at-paragraph-boundaries-001-expected.txt: Added.
3292 * platform/qt/editing/deleting/delete-at-paragraph-boundaries-002-expected.txt: Added.
3293 * platform/qt/editing/deleting/delete-at-paragraph-boundaries-003-expected.txt: Added.
3294 * platform/qt/editing/deleting/delete-at-paragraph-boundaries-004-expected.txt: Added.
3295 * platform/qt/editing/deleting/delete-at-paragraph-boundaries-005-expected.txt: Added.
3296 * platform/qt/editing/deleting/delete-at-paragraph-boundaries-006-expected.txt: Added.
3297 * platform/qt/editing/deleting/delete-at-paragraph-boundaries-007-expected.txt: Added.
3298 * platform/qt/editing/deleting/delete-at-paragraph-boundaries-008-expected.txt: Added.
3299 * platform/qt/editing/deleting/delete-at-paragraph-boundaries-009-expected.txt: Added.
3300 * platform/qt/editing/deleting/delete-at-paragraph-boundaries-010-expected.txt: Added.
3301 * platform/qt/editing/deleting/delete-at-paragraph-boundaries-011-expected.txt: Added.
3302 * platform/qt/editing/deleting/delete-at-start-or-end-expected.txt: Added.
3303 * platform/qt/editing/deleting/delete-block-contents-001-expected.txt: Added.
3304 * platform/qt/editing/deleting/delete-block-contents-002-expected.txt: Added.
3305 * platform/qt/editing/deleting/delete-block-contents-003-expected.txt: Added.
3306 * platform/qt/editing/deleting/delete-block-merge-contents-001-expected.txt: Added.
3307 * platform/qt/editing/deleting/delete-block-merge-contents-002-expected.txt: Added.
3308 * platform/qt/editing/deleting/delete-block-merge-contents-003-expected.txt: Added.
3309 * platform/qt/editing/deleting/delete-block-merge-contents-004-expected.txt: Added.
3310 * platform/qt/editing/deleting/delete-block-merge-contents-005-expected.txt: Added.
3311 * platform/qt/editing/deleting/delete-block-merge-contents-006-expected.txt: Added.
3312 * platform/qt/editing/deleting/delete-block-merge-contents-007-expected.txt: Added.
3313 * platform/qt/editing/deleting/delete-block-merge-contents-008-expected.txt: Added.
3314 * platform/qt/editing/deleting/delete-block-merge-contents-009-expected.txt: Added.
3315 * platform/qt/editing/deleting/delete-block-merge-contents-010-expected.txt: Added.
3316 * platform/qt/editing/deleting/delete-block-merge-contents-011-expected.txt: Added.
3317 * platform/qt/editing/deleting/delete-block-merge-contents-012-expected.txt: Added.
3318 * platform/qt/editing/deleting/delete-block-merge-contents-013-expected.txt: Added.
3319 * platform/qt/editing/deleting/delete-block-merge-contents-014-expected.txt: Added.
3320 * platform/qt/editing/deleting/delete-block-merge-contents-015-expected.txt: Added.
3321 * platform/qt/editing/deleting/delete-block-merge-contents-016-expected.txt: Added.
3322 * platform/qt/editing/deleting/delete-block-merge-contents-017-expected.txt: Added.
3323 * platform/qt/editing/deleting/delete-block-merge-contents-018-expected.txt: Added.
3324 * platform/qt/editing/deleting/delete-block-merge-contents-019-expected.txt: Added.
3325 * platform/qt/editing/deleting/delete-block-merge-contents-020-expected.txt: Added.
3326 * platform/qt/editing/deleting/delete-block-merge-contents-021-expected.txt: Added.
3327 * platform/qt/editing/deleting/delete-block-merge-contents-022-expected.txt: Added.
3328 * platform/qt/editing/deleting/delete-block-merge-contents-023-expected.txt: Added.
3329 * platform/qt/editing/deleting/delete-block-merge-contents-024-expected.txt: Added.
3330 * platform/qt/editing/deleting/delete-block-table-expected.txt: Added.
3331 * platform/qt/editing/deleting/delete-br-001-expected.txt: Added.
3332 * platform/qt/editing/deleting/delete-br-002-expected.txt: Added.
3333 * platform/qt/editing/deleting/delete-br-003-expected.txt: Added.
3334 * platform/qt/editing/deleting/delete-br-004-expected.txt: Added.
3335 * platform/qt/editing/deleting/delete-br-005-expected.txt: Added.
3336 * platform/qt/editing/deleting/delete-br-006-expected.txt: Added.
3337 * platform/qt/editing/deleting/delete-br-007-expected.txt: Added.
3338 * platform/qt/editing/deleting/delete-br-008-expected.txt: Added.
3339 * platform/qt/editing/deleting/delete-br-009-expected.txt: Added.
3340 * platform/qt/editing/deleting/delete-br-010-expected.txt: Added.
3341 * platform/qt/editing/deleting/delete-br-011-expected.txt: Added.
3342 * platform/qt/editing/deleting/delete-br-012-expected.txt: Added.
3343 * platform/qt/editing/deleting/delete-by-word-001-expected.txt: Added.
3344 * platform/qt/editing/deleting/delete-by-word-002-expected.txt: Added.
3345 * platform/qt/editing/deleting/delete-character-001-expected.txt: Added.
3346 * platform/qt/editing/deleting/delete-contiguous-ws-001-expected.txt: Added.
3347 * platform/qt/editing/deleting/delete-first-list-item-expected.txt: Added.
3348 * platform/qt/editing/deleting/delete-hr-expected.txt: Added.
3349 * platform/qt/editing/deleting/delete-image-001-expected.txt: Added.
3350 * platform/qt/editing/deleting/delete-image-002-expected.txt: Added.
3351 * platform/qt/editing/deleting/delete-image-003-expected.txt: Added.
3352 * platform/qt/editing/deleting/delete-image-004-expected.txt: Added.
3353 * platform/qt/editing/deleting/delete-leading-ws-001-expected.txt: Added.
3354 * platform/qt/editing/deleting/delete-line-001-expected.txt: Added.
3355 * platform/qt/editing/deleting/delete-line-002-expected.txt: Added.
3356 * platform/qt/editing/deleting/delete-line-003-expected.txt: Added.
3357 * platform/qt/editing/deleting/delete-line-004-expected.txt: Added.
3358 * platform/qt/editing/deleting/delete-line-005-expected.txt: Added.
3359 * platform/qt/editing/deleting/delete-line-006-expected.txt: Added.
3360 * platform/qt/editing/deleting/delete-line-007-expected.txt: Added.
3361 * platform/qt/editing/deleting/delete-line-008-expected.txt: Added.
3362 * platform/qt/editing/deleting/delete-line-009-expected.txt: Added.
3363 * platform/qt/editing/deleting/delete-line-010-expected.txt: Added.
3364 * platform/qt/editing/deleting/delete-line-011-expected.txt: Added.
3365 * platform/qt/editing/deleting/delete-line-012-expected.txt: Added.
3366 * platform/qt/editing/deleting/delete-line-013-expected.txt: Added.
3367 * platform/qt/editing/deleting/delete-line-014-expected.txt: Added.
3368 * platform/qt/editing/deleting/delete-line-015-expected.txt: Added.
3369 * platform/qt/editing/deleting/delete-line-016-expected.txt: Added.
3370 * platform/qt/editing/deleting/delete-line-017-expected.txt: Added.
3371 * platform/qt/editing/deleting/delete-line-end-ws-001-expected.txt: Added.
3372 * platform/qt/editing/deleting/delete-line-end-ws-002-expected.txt: Added.
3373 * platform/qt/editing/deleting/delete-link-1-expected.txt: Added.
3374 * platform/qt/editing/deleting/delete-listitem-001-expected.txt: Added.
3375 * platform/qt/editing/deleting/delete-listitem-002-expected.txt: Added.
3376 * platform/qt/editing/deleting/delete-mixed-editable-content-001-expected.txt: Added.
3377 * platform/qt/editing/deleting/delete-select-all-002-expected.txt: Added.
3378 * platform/qt/editing/deleting/delete-select-all-003-expected.txt: Added.
3379 * platform/qt/editing/deleting/delete-selection-001-expected.txt: Added.
3380 * platform/qt/editing/deleting/delete-tab-001-expected.txt: Added.
3381 * platform/qt/editing/deleting/delete-tab-002-expected.txt: Added.
3382 * platform/qt/editing/deleting/delete-tab-003-expected.txt: Added.
3383 * platform/qt/editing/deleting/delete-tab-004-expected.txt: Added.
3384 * platform/qt/editing/deleting/delete-to-select-table-expected.txt: Added.
3385 * platform/qt/editing/deleting/delete-trailing-ws-001-expected.txt: Added.
3386 * platform/qt/editing/deleting/delete-trailing-ws-002-expected.txt: Added.
3387 * platform/qt/editing/deleting/delete-ws-fixup-001-expected.txt: Added.
3388 * platform/qt/editing/deleting/delete-ws-fixup-002-expected.txt: Added.
3389 * platform/qt/editing/deleting/delete-ws-fixup-003-expected.txt: Added.
3390 * platform/qt/editing/deleting/delete-ws-fixup-004-expected.txt: Added.
3391 * platform/qt/editing/deleting/deletionUI-single-instance-expected.txt: Added.
3392 * platform/qt/editing/deleting/forward-delete-expected.txt: Added.
3393 * platform/qt/editing/deleting/list-item-1-expected.txt: Added.
3394 * platform/qt/editing/deleting/merge-different-styles-expected.txt: Added.
3395 * platform/qt/editing/deleting/merge-endOfParagraph-expected.txt: Added.
3396 * platform/qt/editing/deleting/merge-into-empty-block-1-expected.txt: Added.
3397 * platform/qt/editing/deleting/merge-into-empty-block-2-expected.txt: Added.
3398 * platform/qt/editing/deleting/merge-no-br-expected.txt: Added.
3399 * platform/qt/editing/deleting/merge-unrendered-space-expected.txt: Added.
3400 * platform/qt/editing/deleting/merge-whitespace-pre-expected.txt: Added.
3401 * platform/qt/editing/deleting/move-nodes-001-expected.txt: Added.
3402 * platform/qt/editing/deleting/paragraph-in-preserveNewline-expected.txt: Added.
3403 * platform/qt/editing/deleting/pruning-after-merge-2-expected.txt: Added.
3404 * platform/qt/editing/deleting/smart-delete-001-expected.txt: Added.
3405 * platform/qt/editing/deleting/smart-delete-002-expected.txt: Added.
3406 * platform/qt/editing/deleting/smart-delete-003-expected.txt: Added.
3407 * platform/qt/editing/deleting/smart-delete-004-expected.txt: Added.
3408 * platform/qt/editing/deleting/table-cells-expected.txt: Added.
3409 * platform/qt/editing/deleting/transpose-empty-expected.t