1 2007-11-29 Alice Liu <alice.liu@apple.com>
3 Removing some fixed tests
5 * platform/win/Skipped:
7 2007-11-29 Anders Carlsson <andersca@apple.com>
11 <rdar://problem/5132005>
12 setUserStyleSheetEnabled is not fully implemented in Windows DRT.
14 * platform/win/Skipped:
16 2007-11-28 Mark Rowe <mrowe@apple.com>
18 Unreviewed layout test fix. Fix typos in the name of four files used by HTTP layout tests.
20 In r28120 and r28128 the references to these files had the typo fixed, but the files themselves did not.
21 This caused four layout tests to fail.
23 * http/tests/security/javascriptURL/resources/foreign-domain-javascipt-url-accessee-iframe.html: Removed.
24 * http/tests/security/javascriptURL/resources/foreign-domain-javascipt-url-accessee-opened-frame.html: Removed.
25 * http/tests/security/javascriptURL/resources/foreign-domain-javascipt-url-accessor-iframe.html: Removed.
26 * http/tests/security/javascriptURL/resources/foreign-domain-javascipt-url-accessor-opened-frame.html: Removed.
27 * http/tests/security/javascriptURL/resources/foreign-domain-javascript-url-accessee-iframe.html: Copied from LayoutTests/http/tests/security/javascriptURL/resources/foreign-domain-javascipt-url-accessee-iframe.html.
28 * http/tests/security/javascriptURL/resources/foreign-domain-javascript-url-accessee-opened-frame.html: Copied from LayoutTests/http/tests/security/javascriptURL/resources/foreign-domain-javascipt-url-accessee-opened-frame.html.
29 * http/tests/security/javascriptURL/resources/foreign-domain-javascript-url-accessor-iframe.html: Copied from LayoutTests/http/tests/security/javascriptURL/resources/foreign-domain-javascipt-url-accessor-iframe.html.
30 * http/tests/security/javascriptURL/resources/foreign-domain-javascript-url-accessor-opened-frame.html: Copied from LayoutTests/http/tests/security/javascriptURL/resources/foreign-domain-javascipt-url-accessor-opened-frame.html.
32 2007-11-28 Antti Koivisto <antti@apple.com>
36 Test that fallback content inside media elements is not be rendered.
38 * media/fallback-expected.txt: Added.
39 * media/fallback.html: Added.
41 2007-11-28 Alice Liu <alice.liu@apple.com>
43 just some more typo fixes
45 * http/tests/security/javascriptURL/xss-ALLOWED-from-javascript-url-sub-frame-2-level-expected.txt:
46 * http/tests/security/javascriptURL/xss-ALLOWED-from-javascript-url-sub-frame-2-level.html:
47 * http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-url-from-javscript-url-expected.txt:
48 * http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-url-from-javscript-url.html:
49 * http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-url-sub-frame-2-level-expected.txt:
50 * http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-url-sub-frame-2-level.html:
51 * http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-url-sub-frame-expected.txt:
52 * http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-url-sub-frame.html:
53 * http/tests/security/javascriptURL/xss-DENIED-from-javascript-url-in-foreign-domain-subframe-expected.txt:
54 * http/tests/security/javascriptURL/xss-DENIED-from-javascript-url-in-foreign-domain-subframe.html:
55 * http/tests/security/javascriptURL/xss-DENIED-from-javascript-url-in-foreign-domain-window-open-expected.txt:
56 * http/tests/security/javascriptURL/xss-DENIED-from-javascript-url-in-foreign-domain-window-open.html:
57 * http/tests/security/javascriptURL/xss-DENIED-to-javascript-url-in-foreign-domain-subframe-expected.txt:
58 * http/tests/security/javascriptURL/xss-DENIED-to-javascript-url-in-foreign-domain-subframe.html:
59 * http/tests/security/javascriptURL/xss-DENIED-to-javascript-url-in-foreign-domain-window-open-expected.txt:
60 * http/tests/security/javascriptURL/xss-DENIED-to-javascript-url-in-foreign-domain-window-open.html:
62 2007-11-28 Antti Koivisto <antti@apple.com>
66 <rdar://problem/5605668>
67 Implement controls attribute for video element
69 - A new test for the controls attribute.
70 - Add the controls attibute to all existing video tests. This will give the code
71 some additional exercise without affecting test results.
73 * media/progress-event.html:
74 * media/video-append-source.html:
75 * media/video-autoplay.html:
76 * media/video-buffered.html:
77 * media/video-controls-expected.txt: Added.
78 * media/video-controls.html: Added.
79 * media/video-currentTime-set.html:
80 * media/video-currentTime-set2.html:
81 * media/video-currentTime.html:
82 * media/video-dom-autoplay.html:
83 * media/video-dom-end.html:
84 * media/video-dom-loopcount.html:
85 * media/video-dom-loopend.html:
86 * media/video-dom-loopstart.html:
87 * media/video-dom-src.html:
88 * media/video-dom-start.html:
89 * media/video-end.html:
90 * media/video-error-abort.html:
91 * media/video-error-does-not-exist.html:
92 * media/video-load-networkState.html:
93 * media/video-load-readyState.html:
94 * media/video-loopcount.html:
95 * media/video-loopend.html:
96 * media/video-loopstart.html:
97 * media/video-muted.html:
98 * media/video-no-autoplay.html:
99 * media/video-pause-empty-events.html:
100 * media/video-play-empty-events.html:
101 * media/video-play-pause-events.html:
102 * media/video-play-pause-exception.html:
103 * media/video-poster.html:
104 * media/video-seek-past-end-paused.html:
105 * media/video-seek-past-end-playing.html:
106 * media/video-seekable.html:
107 * media/video-seeking.html:
108 * media/video-size.html:
109 * media/video-source-media.html:
110 * media/video-source-type.html:
111 * media/video-source.html:
112 * media/video-src-change.html:
113 * media/video-src-remove.html:
114 * media/video-src-set.html:
115 * media/video-src-source.html:
116 * media/video-src.html:
117 * media/video-start.html:
118 * media/video-volume.html:
119 * media/video-width-height.html:
121 2007-11-28 Justin Garcia <justin.garcia@apple.com>
123 Reviewed by Darin Adler.
125 <rdar://problem/5573879> GMail Beta: Crash in when undoing Remove Formating
127 Added to demonstrate fixes:
128 * editing/execCommand/5573879.html: Added.
129 * platform/mac/editing/execCommand/5573879-expected.checksum: Added.
130 * platform/mac/editing/execCommand/5573879-expected.png: Added.
131 * platform/mac/editing/execCommand/5573879-expected.txt: Added.
133 Fixes (RemoveFormat now preserves the selection correctly):
134 * platform/mac/editing/execCommand/4920742-1-expected.checksum:
135 * platform/mac/editing/execCommand/4920742-1-expected.png:
136 * platform/mac/editing/execCommand/4920742-1-expected.txt:
137 * platform/mac/editing/execCommand/remove-formatting-2-expected.checksum:
138 * platform/mac/editing/execCommand/remove-formatting-2-expected.png:
139 * platform/mac/editing/execCommand/remove-formatting-2-expected.txt:
140 * platform/mac/editing/execCommand/remove-formatting-expected.checksum:
141 * platform/mac/editing/execCommand/remove-formatting-expected.png:
142 * platform/mac/editing/execCommand/remove-formatting-expected.txt:
144 2007-11-28 Timothy Hatcher <timothy@apple.com>
146 Make this test not depend on the screen size.
148 * fast/dom/Window/window-resize-expected.txt:
149 * fast/dom/Window/window-resize.html:
151 2007-11-28 Anders Carlsson <andersca@apple.com>
155 <rdar://problem/5132001>
156 contextClick is not implemented in DRT on Windows.
158 Remove tests that pass now that we have contextClick.
160 * platform/win/Skipped:
162 2007-11-28 Alice Liu <alice.liu@apple.com>
164 Removing some tests tracked by <rdar://5130762> because they don't fail.
166 * platform/win/Skipped:
168 2007-11-28 Alice Liu <alice.liu@apple.com>
170 Removing fixed tests tracked by <rdar://5128229>
172 * platform/win/Skipped:
174 2007-11-28 Alice Liu <alice.liu@apple.com>
176 Rubberstamped by Sam.
178 Fixing a typo in some filenames
180 * http/tests/security/javascriptURL/xss-DENIED-from-javascipt-url-in-foreign-domain-subframe-expected.txt: Removed.
181 * http/tests/security/javascriptURL/xss-DENIED-from-javascipt-url-in-foreign-domain-subframe.html: Removed.
182 * http/tests/security/javascriptURL/xss-DENIED-from-javascipt-url-in-foreign-domain-window-open-expected.txt: Removed.
183 * http/tests/security/javascriptURL/xss-DENIED-from-javascipt-url-in-foreign-domain-window-open.html: Removed.
184 * http/tests/security/javascriptURL/xss-DENIED-from-javascript-url-in-foreign-domain-subframe-expected.txt: Copied from http/tests/security/javascriptURL/xss-DENIED-from-javascipt-url-in-foreign-domain-subframe-expected.txt.
185 * http/tests/security/javascriptURL/xss-DENIED-from-javascript-url-in-foreign-domain-subframe.html: Copied from http/tests/security/javascriptURL/xss-DENIED-from-javascipt-url-in-foreign-domain-subframe.html.
186 * http/tests/security/javascriptURL/xss-DENIED-from-javascript-url-in-foreign-domain-window-open-expected.txt: Copied from http/tests/security/javascriptURL/xss-DENIED-from-javascipt-url-in-foreign-domain-window-open-expected.txt.
187 * http/tests/security/javascriptURL/xss-DENIED-from-javascript-url-in-foreign-domain-window-open.html: Copied from http/tests/security/javascriptURL/xss-DENIED-from-javascipt-url-in-foreign-domain-window-open.html.
188 * http/tests/security/javascriptURL/xss-DENIED-to-javascipt-url-in-foreign-domain-subframe-expected.txt: Removed.
189 * http/tests/security/javascriptURL/xss-DENIED-to-javascipt-url-in-foreign-domain-subframe.html: Removed.
190 * http/tests/security/javascriptURL/xss-DENIED-to-javascipt-url-in-foreign-domain-window-open-expected.txt: Removed.
191 * http/tests/security/javascriptURL/xss-DENIED-to-javascipt-url-in-foreign-domain-window-open.html: Removed.
192 * http/tests/security/javascriptURL/xss-DENIED-to-javascript-url-in-foreign-domain-subframe-expected.txt: Copied from http/tests/security/javascriptURL/xss-DENIED-to-javascipt-url-in-foreign-domain-subframe-expected.txt.
193 * http/tests/security/javascriptURL/xss-DENIED-to-javascript-url-in-foreign-domain-subframe.html: Copied from http/tests/security/javascriptURL/xss-DENIED-to-javascipt-url-in-foreign-domain-subframe.html.
194 * http/tests/security/javascriptURL/xss-DENIED-to-javascript-url-in-foreign-domain-window-open-expected.txt: Copied from http/tests/security/javascriptURL/xss-DENIED-to-javascipt-url-in-foreign-domain-window-open-expected.txt.
195 * http/tests/security/javascriptURL/xss-DENIED-to-javascript-url-in-foreign-domain-window-open.html: Copied from http/tests/security/javascriptURL/xss-DENIED-to-javascipt-url-in-foreign-domain-window-open.html.
196 * platform/win/Skipped:
198 2007-11-28 Dan Bernstein <mitz@apple.com>
200 Reviewed by Dave Hyatt.
202 - test for <rdar://problem/5612459> CrashTracer: [REGRESSION] 61 crashes in Safari at com.apple.WebCore: WebCore::AutoTableLayout::layout + 2046
204 * fast/table/empty-auto-column-zero-divide-expected.txt: Added.
205 * fast/table/empty-auto-column-zero-divide.html: Added.
207 2007-11-28 Jon Honeycutt <jhoneycutt@apple.com>
211 <rdar://problem/5507360> plugins/return-error-from-new-stream-callback-
212 in-full-frame-plugin.html is crashing
214 Alice fixed this in r28046
216 * platform/win/Skipped:
218 2007-11-27 Beth Dakin <bdakin@apple.com>
222 Test for <rdar://problem/5616052> SVGs with width or height of 100%
223 hang when used as a background-image (16164)
225 * fast/images/resources/width-100-percent.svg: Added.
226 * fast/images/svg-width-100p-as-background.html: Added.
227 * platform/mac/fast/images/svg-width-100p-as-background-expected.checksum: Added.
228 * platform/mac/fast/images/svg-width-100p-as-background-expected.png: Added.
229 * platform/mac/fast/images/svg-width-100p-as-background-expected.txt: Added.
231 2007-11-27 Timothy Hatcher <timothy@apple.com>
233 Reviewed by Kevin McCullough.
235 Bug 16161: window.moveBy(0, 0) moves the window by -22px vertically
236 http://bugs.webkit.org/show_bug.cgi?id=16161
238 Added test cases for moveBy(0, 0), moveBy(0, 1) and moveBy(1, 0).
240 * fast/dom/Window/window-resize.html:
241 * fast/dom/Window/window-resize-expected.txt:
243 2007-11-26 Timothy Hatcher <timothy@apple.com>
245 Reviewed by Dave Hyatt.
247 Test for: <rdar://problem/5569233> Add the ability to disable author and user CSS styles
249 * fast/css/disabled-author-styles.html: Added.
250 * platform/mac/fast/css/disabled-author-styles-expected.txt: Added.
252 2007-11-26 Feng Qian <ian.eng.webkit@gmail.com>
254 Reviewed by Sam Weinig.
256 Tests for http://bugs.webkit.org/show_bug.cgi?id=16073
258 * http/tests/security/resources/iframe-invalid-domain-change.html: Added.
259 * http/tests/security/xss-DENIED-invalid-domain-change-expected.txt: Added.
260 * http/tests/security/xss-DENIED-invalid-domain-change.html: Added.
262 2007-11-26 Darin Adler <darin@apple.com>
266 - test for http://bugs.webkit.org/show_bug.cgi?id=16096
267 REGRESSION (r26653-r26699): Plaxo.com addressbook does not load in webkit nightlies
269 * fast/js/regexp-overflow-expected.txt: Added.
270 * fast/js/regexp-overflow.html: Added.
271 * fast/js/resources/regexp-overflow.js: Added.
273 2007-11-26 Sam Weinig <sam@webkit.org>
277 Tests for <rdar://problem/5592988>
279 - Update and add tests for new tighter restrictions on what frames in other domains
282 * http/tests/security/cross-frame-access-location-expected.txt:
283 * http/tests/security/frameNavigation: Added.
284 * http/tests/security/frameNavigation/resources: Added.
285 * http/tests/security/frameNavigation/resources/iframe-that-performs-parent-navigation.html: Added.
286 * http/tests/security/frameNavigation/resources/iframe-with-inner-frame-on-foreign-domain.html: Added.
287 * http/tests/security/frameNavigation/resources/navigation-changed-iframe.html: Added.
288 * http/tests/security/frameNavigation/xss-ALLOWED-parent-navigation-change-expected.txt: Added.
289 * http/tests/security/frameNavigation/xss-ALLOWED-parent-navigation-change.html: Added.
290 * http/tests/security/frameNavigation/xss-ALLOWED-targeted-subframe-navigation-change-expected.txt: Added.
291 * http/tests/security/frameNavigation/xss-ALLOWED-targeted-subframe-navigation-change.html: Added.
293 2007-11-26 Dan Bernstein <mitz@apple.com>
295 Reviewed by Dave Hyatt.
297 - 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
299 * fast/dynamic/float-withdrawal-2.html: Added.
300 * platform/mac/fast/dynamic/float-withdrawal-2-expected.checksum: Added.
301 * platform/mac/fast/dynamic/float-withdrawal-2-expected.png: Added.
302 * platform/mac/fast/dynamic/float-withdrawal-2-expected.txt: Added.
304 2007-11-25 Adam Roben <aroben@apple.com>
306 * platform/win/Skipped: Add a known failure.
308 2007-11-25 Adam Roben <aroben@apple.com>
310 * platform/win/Skipped: Remove an unnecessary entry.
312 2007-11-25 Mark Rowe <mrowe@apple.com>
314 Reviewed by Dan Bernstein.
316 Test for http://bugs.webkit.org/show_bug.cgi?id=16129
317 Bug 16129: REGRESSION (r27761-r27811): malloc error while visiting http://mysit.es (crashes release build)
319 * fast/js/regexp-range-out-of-order-expected.txt: Added.
320 * fast/js/regexp-range-out-of-order.html: Added.
321 * fast/js/resources/regexp-range-out-of-order.js: Added.
323 2007-11-25 Nikolas Zimmermann <zimmermann@kde.org>
325 Reviewed by Adam Roben.
327 Update layout test results after fixing text path boundaries if text-anchor is not set to 'start'.
329 * platform/mac/svg/W3C-SVG-1.1/text-align-04-b-expected.txt:
330 * platform/mac/svg/text/textPathBoundsBug-expected.checksum: Added.
331 * platform/mac/svg/text/textPathBoundsBug-expected.png: Added.
332 * platform/mac/svg/text/textPathBoundsBug-expected.txt: Added.
333 * svg/batik/text/textGlyphOrientationHorizontal-expected.txt:
334 * svg/batik/text/textOnPath-expected.txt:
335 * svg/batik/text/textOnPath3-expected.txt:
336 * svg/batik/text/verticalTextOnPath-expected.txt:
337 * svg/text/text-align-04-b-expected.checksum:
338 * svg/text/text-align-04-b-expected.png:
339 * svg/text/text-align-04-b-expected.txt:
340 * svg/text/textPathBoundsBug.svg: Added.
342 2007-11-25 Alexey Proskuryakov <ap@webkit.org>
346 http://bugs.webkit.org/show_bug.cgi?id=15919
347 XSLTProcessor.transformToFragment creates an extra not defined TEXT_NODE at the end
349 * fast/xsl/extra-lf-at-end-expected.txt: Added.
350 * fast/xsl/extra-lf-at-end.html: Added.
351 * fast/xsl/xslt-processor-expected.txt:
352 * platform/mac/fast/xsl/xslt-enc-cyr-expected.txt:
353 * platform/mac/fast/xsl/xslt-enc-expected.txt:
354 * platform/mac/fast/xsl/xslt-enc16-expected.txt:
355 * platform/mac/fast/xsl/xslt-enc16to16-expected.txt:
356 * platform/mac/fast/xsl/xslt-text-expected.txt:
358 2007-11-24 David D. Kilzer <ddkilzer@webkit.org>
360 Added tests for select.options.remove(boolean).
364 * fast/js/resources/select-options-add.js: Added two tests.
365 * fast/js/select-options-add-expected.txt: Updated results.
367 2007-11-23 Antti Koivisto <antti@apple.com>
369 Set video src from script, not from the element attribute. This
370 guarantees load events do not fire before event listeners are registered.
371 This change does not affect test results.
373 * media/progress-event.html:
374 * media/video-autoplay.html:
375 * media/video-buffered.html:
376 * media/video-currentTime-set.html:
377 * media/video-currentTime-set2.html:
378 * media/video-currentTime.html:
379 * media/video-dom-autoplay.html:
380 * media/video-error-abort.html:
381 * media/video-error-does-not-exist.html:
382 * media/video-load-networkState.html:
383 * media/video-load-readyState.html:
384 * media/video-no-autoplay.html:
385 * media/video-seekable.html:
386 * media/video-seeking.html:
387 * media/video-size.html:
388 * media/video-src.html:
389 * media/video-start.html:
391 2007-11-23 Alexey Proskuryakov <ap@webkit.org>
395 <rdar://problem/5539306> REGRESSION: redirect fails when subframe's document is opened but
396 not closed (affects digg.com)
398 * fast/loader/meta-refresh-vs-open-expected.txt: Added.
399 * fast/loader/meta-refresh-vs-open.html: Added.
400 Test that HTTP refresh never fires if the document stays open indefinitely.
402 * fast/loader/redirect-with-open-subframe-expected.txt: Added.
403 * fast/loader/redirect-with-open-subframe.html: Added.
404 * fast/loader/redirect-with-open-subframe-2-expected.txt: Added.
405 * fast/loader/redirect-with-open-subframe-2.html: Added.
406 Test that setting window.location has effect even if the document is open.
408 * http/tests/loading/onload-vs-immediate-refresh-expected.txt: Added.
409 * http/tests/loading/onload-vs-immediate-refresh.pl: Added.
410 Test for <rdar://3829452> - HTTP redirect should only happen after onload fires.
412 * platform/mac/http/tests/loading/simple-subframe-expected.txt:
413 It seems that there was a line spilled from the previous test that is now in
414 onload-vs-immediate-refresh-expected.txt - despite my efforts, I couldn't get rid of it.
416 2007-11-23 Dan Bernstein <mitz@apple.com>
418 Reviewed by Alexey Proskuryakov.
420 - test the matrix transforms are applied on the correct side
422 * fast/transforms/matrix-02.html: Added.
423 * platform/mac/fast/transforms/matrix-02-expected.checksum: Added.
424 * platform/mac/fast/transforms/matrix-02-expected.png: Added.
425 * platform/mac/fast/transforms/matrix-02-expected.txt: Added.
427 2007-11-23 Alexey Proskuryakov <ap@webkit.org>
431 http://bugs.webkit.org/show_bug.cgi?id=16077
432 <rdar://problem/5609785> XSLT processor <xsl:sort> algorithm is incompatible with other
433 browser implementations
435 * fast/xsl/sort-unicode-expected.txt: Added.
436 * fast/xsl/sort-unicode.xml: Added.
437 * fast/xsl/sort-unicode.xsl: Added.
439 2007-11-22 Dan Bernstein <mitz@apple.com>
441 Reviewed by Maciej Stachowiak.
443 - pixel test for http://bugs.webkit.org/show_bug.cgi?id=15943
444 -webkit-transform matrix does not work
446 * fast/transforms/matrix-01.html: Added.
447 * platform/mac/fast/transforms/matrix-01-expected.checksum: Added.
448 * platform/mac/fast/transforms/matrix-01-expected.png: Added.
449 * platform/mac/fast/transforms/matrix-01-expected.txt: Added.
451 2007-11-22 Julien Chaffraix <julien.chaffraix@gmail.com>
455 Bug 15530: XMLHttpRequest should not support certain methods
457 * http/tests/xmlhttprequest/xmlhttprequest-forbidden-methods-exception-expected.txt: Added.
458 * http/tests/xmlhttprequest/xmlhttprequest-forbidden-methods-exception.html: Added.
460 2007-11-21 Dan Bernstein <mitz@apple.com>
462 Reviewed by Eric Seidel.
464 - repaint test for <rdar://problem/5607037> REGRESSION (r27351): Departure date does not repaint when changed on Google Maps public transit planner (16034)
466 * fast/repaint/subtree-root-skipped.html: Added.
467 * platform/mac-leopard/fast/repaint/subtree-root-skipped-expected.checksum: Added.
468 * platform/mac-leopard/fast/repaint/subtree-root-skipped-expected.png: Added.
469 * platform/mac/fast/repaint/subtree-root-skipped-expected.txt: Added.
471 2007-11-21 Alexey Proskuryakov <ap@webkit.org>
475 <rdar://problem/5230233> dom/xhtml/level2/html/frame.xhtml is failing on Windows
477 This isn't actually a test, but an unused resource - we should re-work the W3C test rig to
478 support subresource loading from (X)HTML.
479 Anyway, it doesn't fail for me, I suppose this problem was fixed since the bug was filed.
481 * platform/win/Skipped:
483 2007-11-21 Alexey Proskuryakov <ap@webkit.org>
487 Fix a copy/paste error in the test (introduced in bug 12194).
489 * http/tests/xmlhttprequest/zero-length-response-sync-expected.txt:
490 * http/tests/xmlhttprequest/zero-length-response-sync.html:
492 2007-11-20 Mark Rowe <mrowe@apple.com>
494 Reviewed by Sam Weinig.
496 Tests for http://bugs.webkit.org/show_bug.cgi?id=16074
497 Bug 16074: execCommand("InsertHorizontalRule", false, "") results in id="" being inserted
499 * editing/execCommand/arguments-combinations-expected.txt:
500 * editing/execCommand/arguments-combinations.html:
502 2007-11-20 Lars Knoll <lars@trolltech.com>
506 Adjust some test result after fixing a bug related to computation
507 of QFont::xHeight() in Qt.
509 * platform/qt/css2.1/t040302-c61-ex-len-00-b-a-expected.txt:
510 * platform/qt/css2.1/t1008-c44-ln-box-02-d-ag-expected.txt:
511 * platform/qt/css2.1/t100801-c544-valgn-01-d-ag-expected.txt:
512 * platform/qt/css2.1/t100801-c548-ln-ht-02-b-ag-expected.txt:
513 * platform/qt/css2.1/t1507-c526-font-sz-02-b-a-expected.txt:
515 2007-11-20 Lars Knoll <lars@trolltech.com>
519 Fix text break interators.
521 The break iterators where trying to be smart about the input
522 string and caching their results. Unfortunately a pointer/string length
523 comparison is not good enough in all cases (since some input is stack based
524 temp strings). Removed the caching but at the same time started to use a more
525 efficient constructor of QTextBoundaryFinder that doesn't need to malloc for
528 Fixes two test cases that test "text-transform: capitalize".
530 * platform/qt/css1/text_properties/text-transCapitalize-expected.txt:
531 * platform/qt/fast/css/textCapitalizeEdgeCases-expected.txt:
533 2007-11-19 Antti Koivisto <antti@apple.com>
535 Rubber-stamped by bdash.
537 Improve coverage of these tests.
539 * media/video-muted-expected.txt:
540 * media/video-muted.html:
541 * media/video-volume-expected.txt:
542 * media/video-volume.html:
544 2007-11-19 Julien Chaffraix <julien.chaffraix@gmail.com>
548 http://bugs.webkit.org/show_bug.cgi?id=12194
549 Bug 12194: Trying to access XMLHttpRequest.responseText or responseXML when they are not
550 available should raise an exception
552 * http/tests/xmlhttprequest/xmlhttprequest-responseText-exception-expected.txt: Added.
553 * http/tests/xmlhttprequest/xmlhttprequest-responseText-exception.html: Added.
554 * http/tests/xmlhttprequest/xmlhttprequest-responseXML-exception-expected.txt: Added.
555 * http/tests/xmlhttprequest/xmlhttprequest-responseXML-exception.html: Added.
556 * http/tests/xmlhttprequest/zero-length-response-expected.txt: Updated result
557 * http/tests/xmlhttprequest/zero-length-response-sync-expected.txt: Updated result
558 * http/tests/xmlhttprequest/zero-length-response-sync.html: Corrected URL & added
559 exception handling to test case
561 2007-11-18 Alexey Proskuryakov <ap@webkit.org>
565 <rdar://problem/5546393> Whitespace handling doesn't match HTML5.
567 * fast/parser/html-whitespace-expected.txt: Added.
568 * fast/parser/html-whitespace.html: Added.
570 2007-11-16 Dan Bernstein <mitz@apple.com>
572 Reviewed by Darin Adler.
574 - repaint test for <http://bugs.webkit.org/show_bug.cgi?id=15994>
575 REGRESSION: Incomplete repaint of CSS image substitution
577 * fast/repaint/clip-with-layout-delta.html: Added.
578 * platform/mac/fast/repaint/clip-with-layout-delta-expected.checksum: Added.
579 * platform/mac/fast/repaint/clip-with-layout-delta-expected.png: Added.
580 * platform/mac/fast/repaint/clip-with-layout-delta-expected.txt: Added.
582 2007-11-16 Antti Koivisto <antti@apple.com>
586 Seeking related test updates
587 - update to match specificiation
588 - rename loopCount to playCount everywhere
589 - timeupdate events during seek
590 - fix that some tests (like audio ones) depended on timing sensitive ordering of play and load events
591 - add text about what is being tested
593 Add new tests for seeking past end, seeking past loaded position and 'seeking' DOM attribute.
595 * http/tests/media/video-seekable-stall-expected.txt: Added.
596 * http/tests/media/video-seekable-stall.html: Added.
597 * media/audio-constructor-expected.txt:
598 * media/audio-constructor-src-expected.txt:
599 * media/audio-constructor-src.html:
600 * media/audio-constructor.html:
601 * media/video-dom-loopcount-expected.txt:
602 * media/video-dom-loopcount.html:
603 * media/video-dom-loopend-expected.txt:
604 * media/video-dom-loopend.html:
605 * media/video-dom-loopstart-expected.txt:
606 * media/video-dom-loopstart.html:
607 * media/video-dom-start-expected.txt:
608 * media/video-dom-start.html:
609 * media/video-loopcount-expected.txt:
610 * media/video-loopcount.html:
611 * media/video-loopend-expected.txt:
612 * media/video-loopend.html:
613 * media/video-loopstart-expected.txt:
614 * media/video-loopstart.html:
615 * media/video-seek-past-end-paused-expected.txt: Added.
616 * media/video-seek-past-end-paused.html: Added.
617 * media/video-seek-past-end-playing-expected.txt: Added.
618 * media/video-seek-past-end-playing.html: Added.
619 * media/video-seeking-expected.txt: Added.
620 * media/video-seeking.html: Added.
621 * media/video-test.js:
623 2007-11-16 Anders Carlsson <andersca@apple.com>
627 <rdar://problem/5603832>
628 XMLHttpRequest readyState 3 & responseText buffer issues.
630 Remove http/tests/xmlhttprequest/small-chunks-response-text.html from the Skipped list.
632 * platform/win/Skipped:
634 2007-11-16 Dan Bernstein <mitz@apple.com>
636 Reviewed by Darin Adler and Sam Weinig.
638 - remove fast/forms/select-type-ahead-non-latin.html after fixing <rdar://problem/5134075>
640 * platform/win/Skipped:
642 2007-11-16 Nikolas Zimmermann <zimmermann@kde.org>
644 Rubberstamped by Eric.
646 Full update of the SVG pixel tests - all files containing text show rendering improvments.
647 Text looks more 'bold' as it's supposed to be according to the W3C reference rendering, not
648 sure what commit actually caused it - but it's better now.
650 * platform/mac/svg/W3C-SVG-1.1/animate-elem-02-t-expected.checksum:
651 * platform/mac/svg/W3C-SVG-1.1/animate-elem-02-t-expected.png:
652 * platform/mac/svg/W3C-SVG-1.1/animate-elem-03-t-expected.checksum:
653 * platform/mac/svg/W3C-SVG-1.1/animate-elem-03-t-expected.png:
654 * platform/mac/svg/W3C-SVG-1.1/animate-elem-04-t-expected.checksum:
655 * platform/mac/svg/W3C-SVG-1.1/animate-elem-04-t-expected.png:
656 * platform/mac/svg/W3C-SVG-1.1/animate-elem-05-t-expected.checksum:
657 * platform/mac/svg/W3C-SVG-1.1/animate-elem-05-t-expected.png:
658 * platform/mac/svg/W3C-SVG-1.1/animate-elem-06-t-expected.checksum:
659 * platform/mac/svg/W3C-SVG-1.1/animate-elem-06-t-expected.png:
660 * platform/mac/svg/W3C-SVG-1.1/animate-elem-07-t-expected.checksum:
661 * platform/mac/svg/W3C-SVG-1.1/animate-elem-07-t-expected.png:
662 * platform/mac/svg/W3C-SVG-1.1/animate-elem-08-t-expected.checksum:
663 * platform/mac/svg/W3C-SVG-1.1/animate-elem-08-t-expected.png:
664 * platform/mac/svg/W3C-SVG-1.1/animate-elem-09-t-expected.checksum:
665 * platform/mac/svg/W3C-SVG-1.1/animate-elem-09-t-expected.png:
666 * platform/mac/svg/W3C-SVG-1.1/animate-elem-10-t-expected.checksum:
667 * platform/mac/svg/W3C-SVG-1.1/animate-elem-10-t-expected.png:
668 * platform/mac/svg/W3C-SVG-1.1/animate-elem-11-t-expected.checksum:
669 * platform/mac/svg/W3C-SVG-1.1/animate-elem-11-t-expected.png:
670 * platform/mac/svg/W3C-SVG-1.1/animate-elem-12-t-expected.checksum:
671 * platform/mac/svg/W3C-SVG-1.1/animate-elem-12-t-expected.png:
672 * platform/mac/svg/W3C-SVG-1.1/animate-elem-13-t-expected.checksum:
673 * platform/mac/svg/W3C-SVG-1.1/animate-elem-13-t-expected.png:
674 * platform/mac/svg/W3C-SVG-1.1/animate-elem-14-t-expected.checksum:
675 * platform/mac/svg/W3C-SVG-1.1/animate-elem-14-t-expected.png:
676 * platform/mac/svg/W3C-SVG-1.1/animate-elem-15-t-expected.checksum:
677 * platform/mac/svg/W3C-SVG-1.1/animate-elem-15-t-expected.png:
678 * platform/mac/svg/W3C-SVG-1.1/animate-elem-16-t-expected.checksum:
679 * platform/mac/svg/W3C-SVG-1.1/animate-elem-16-t-expected.png:
680 * platform/mac/svg/W3C-SVG-1.1/animate-elem-17-t-expected.checksum:
681 * platform/mac/svg/W3C-SVG-1.1/animate-elem-17-t-expected.png:
682 * platform/mac/svg/W3C-SVG-1.1/animate-elem-18-t-expected.checksum:
683 * platform/mac/svg/W3C-SVG-1.1/animate-elem-18-t-expected.png:
684 * platform/mac/svg/W3C-SVG-1.1/animate-elem-19-t-expected.checksum:
685 * platform/mac/svg/W3C-SVG-1.1/animate-elem-19-t-expected.png:
686 * platform/mac/svg/W3C-SVG-1.1/animate-elem-20-t-expected.checksum:
687 * platform/mac/svg/W3C-SVG-1.1/animate-elem-20-t-expected.png:
688 * platform/mac/svg/W3C-SVG-1.1/animate-elem-21-t-expected.checksum:
689 * platform/mac/svg/W3C-SVG-1.1/animate-elem-21-t-expected.png:
690 * platform/mac/svg/W3C-SVG-1.1/animate-elem-22-b-expected.checksum:
691 * platform/mac/svg/W3C-SVG-1.1/animate-elem-22-b-expected.png:
692 * platform/mac/svg/W3C-SVG-1.1/animate-elem-23-t-expected.checksum:
693 * platform/mac/svg/W3C-SVG-1.1/animate-elem-23-t-expected.png:
694 * platform/mac/svg/W3C-SVG-1.1/animate-elem-24-t-expected.checksum:
695 * platform/mac/svg/W3C-SVG-1.1/animate-elem-24-t-expected.png:
696 * platform/mac/svg/W3C-SVG-1.1/animate-elem-25-t-expected.checksum:
697 * platform/mac/svg/W3C-SVG-1.1/animate-elem-25-t-expected.png:
698 * platform/mac/svg/W3C-SVG-1.1/animate-elem-26-t-expected.checksum:
699 * platform/mac/svg/W3C-SVG-1.1/animate-elem-26-t-expected.png:
700 * platform/mac/svg/W3C-SVG-1.1/animate-elem-27-t-expected.checksum:
701 * platform/mac/svg/W3C-SVG-1.1/animate-elem-27-t-expected.png:
702 * platform/mac/svg/W3C-SVG-1.1/animate-elem-28-t-expected.checksum:
703 * platform/mac/svg/W3C-SVG-1.1/animate-elem-28-t-expected.png:
704 * platform/mac/svg/W3C-SVG-1.1/animate-elem-29-b-expected.checksum:
705 * platform/mac/svg/W3C-SVG-1.1/animate-elem-29-b-expected.png:
706 * platform/mac/svg/W3C-SVG-1.1/animate-elem-30-t-expected.checksum:
707 * platform/mac/svg/W3C-SVG-1.1/animate-elem-30-t-expected.png:
708 * platform/mac/svg/W3C-SVG-1.1/animate-elem-31-t-expected.checksum:
709 * platform/mac/svg/W3C-SVG-1.1/animate-elem-31-t-expected.png:
710 * platform/mac/svg/W3C-SVG-1.1/animate-elem-32-t-expected.checksum:
711 * platform/mac/svg/W3C-SVG-1.1/animate-elem-32-t-expected.png:
712 * platform/mac/svg/W3C-SVG-1.1/animate-elem-33-t-expected.checksum:
713 * platform/mac/svg/W3C-SVG-1.1/animate-elem-33-t-expected.png:
714 * platform/mac/svg/W3C-SVG-1.1/animate-elem-34-t-expected.checksum:
715 * platform/mac/svg/W3C-SVG-1.1/animate-elem-34-t-expected.png:
716 * platform/mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.checksum:
717 * platform/mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.png:
718 * platform/mac/svg/W3C-SVG-1.1/animate-elem-37-t-expected.checksum:
719 * platform/mac/svg/W3C-SVG-1.1/animate-elem-37-t-expected.png:
720 * platform/mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.checksum:
721 * platform/mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png:
722 * platform/mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.checksum:
723 * platform/mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.png:
724 * platform/mac/svg/W3C-SVG-1.1/animate-elem-41-t-expected.checksum:
725 * platform/mac/svg/W3C-SVG-1.1/animate-elem-41-t-expected.png:
726 * platform/mac/svg/W3C-SVG-1.1/animate-elem-44-t-expected.checksum:
727 * platform/mac/svg/W3C-SVG-1.1/animate-elem-44-t-expected.png:
728 * platform/mac/svg/W3C-SVG-1.1/animate-elem-46-t-expected.checksum:
729 * platform/mac/svg/W3C-SVG-1.1/animate-elem-46-t-expected.png:
730 * platform/mac/svg/W3C-SVG-1.1/animate-elem-52-t-expected.checksum:
731 * platform/mac/svg/W3C-SVG-1.1/animate-elem-52-t-expected.png:
732 * platform/mac/svg/W3C-SVG-1.1/animate-elem-60-t-expected.checksum:
733 * platform/mac/svg/W3C-SVG-1.1/animate-elem-60-t-expected.png:
734 * platform/mac/svg/W3C-SVG-1.1/animate-elem-61-t-expected.checksum:
735 * platform/mac/svg/W3C-SVG-1.1/animate-elem-61-t-expected.png:
736 * platform/mac/svg/W3C-SVG-1.1/animate-elem-62-t-expected.checksum:
737 * platform/mac/svg/W3C-SVG-1.1/animate-elem-62-t-expected.png:
738 * platform/mac/svg/W3C-SVG-1.1/animate-elem-63-t-expected.checksum:
739 * platform/mac/svg/W3C-SVG-1.1/animate-elem-63-t-expected.png:
740 * platform/mac/svg/W3C-SVG-1.1/animate-elem-64-t-expected.checksum:
741 * platform/mac/svg/W3C-SVG-1.1/animate-elem-64-t-expected.png:
742 * platform/mac/svg/W3C-SVG-1.1/animate-elem-65-t-expected.checksum:
743 * platform/mac/svg/W3C-SVG-1.1/animate-elem-65-t-expected.png:
744 * platform/mac/svg/W3C-SVG-1.1/animate-elem-66-t-expected.checksum:
745 * platform/mac/svg/W3C-SVG-1.1/animate-elem-66-t-expected.png:
746 * platform/mac/svg/W3C-SVG-1.1/animate-elem-67-t-expected.checksum:
747 * platform/mac/svg/W3C-SVG-1.1/animate-elem-67-t-expected.png:
748 * platform/mac/svg/W3C-SVG-1.1/animate-elem-68-t-expected.checksum:
749 * platform/mac/svg/W3C-SVG-1.1/animate-elem-68-t-expected.png:
750 * platform/mac/svg/W3C-SVG-1.1/animate-elem-69-t-expected.checksum:
751 * platform/mac/svg/W3C-SVG-1.1/animate-elem-69-t-expected.png:
752 * platform/mac/svg/W3C-SVG-1.1/animate-elem-70-t-expected.checksum:
753 * platform/mac/svg/W3C-SVG-1.1/animate-elem-70-t-expected.png:
754 * platform/mac/svg/W3C-SVG-1.1/animate-elem-77-t-expected.checksum:
755 * platform/mac/svg/W3C-SVG-1.1/animate-elem-77-t-expected.png:
756 * platform/mac/svg/W3C-SVG-1.1/animate-elem-78-t-expected.checksum:
757 * platform/mac/svg/W3C-SVG-1.1/animate-elem-78-t-expected.png:
758 * platform/mac/svg/W3C-SVG-1.1/animate-elem-80-t-expected.checksum:
759 * platform/mac/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png:
760 * platform/mac/svg/W3C-SVG-1.1/animate-elem-81-t-expected.checksum:
761 * platform/mac/svg/W3C-SVG-1.1/animate-elem-81-t-expected.png:
762 * platform/mac/svg/W3C-SVG-1.1/animate-elem-82-t-expected.checksum:
763 * platform/mac/svg/W3C-SVG-1.1/animate-elem-82-t-expected.png:
764 * platform/mac/svg/W3C-SVG-1.1/animate-elem-83-t-expected.checksum:
765 * platform/mac/svg/W3C-SVG-1.1/animate-elem-83-t-expected.png:
766 * platform/mac/svg/W3C-SVG-1.1/animate-elem-84-t-expected.checksum:
767 * platform/mac/svg/W3C-SVG-1.1/animate-elem-84-t-expected.png:
768 * platform/mac/svg/W3C-SVG-1.1/animate-elem-85-t-expected.checksum:
769 * platform/mac/svg/W3C-SVG-1.1/animate-elem-85-t-expected.png:
770 * platform/mac/svg/W3C-SVG-1.1/color-prof-01-f-expected.checksum:
771 * platform/mac/svg/W3C-SVG-1.1/color-prof-01-f-expected.png:
772 * platform/mac/svg/W3C-SVG-1.1/color-prop-01-b-expected.checksum:
773 * platform/mac/svg/W3C-SVG-1.1/color-prop-01-b-expected.png:
774 * platform/mac/svg/W3C-SVG-1.1/color-prop-02-f-expected.checksum:
775 * platform/mac/svg/W3C-SVG-1.1/color-prop-02-f-expected.png:
776 * platform/mac/svg/W3C-SVG-1.1/color-prop-03-t-expected.checksum:
777 * platform/mac/svg/W3C-SVG-1.1/color-prop-03-t-expected.png:
778 * platform/mac/svg/W3C-SVG-1.1/coords-coord-01-t-expected.checksum:
779 * platform/mac/svg/W3C-SVG-1.1/coords-coord-01-t-expected.png:
780 * platform/mac/svg/W3C-SVG-1.1/coords-coord-02-t-expected.checksum:
781 * platform/mac/svg/W3C-SVG-1.1/coords-coord-02-t-expected.png:
782 * platform/mac/svg/W3C-SVG-1.1/coords-trans-01-b-expected.checksum:
783 * platform/mac/svg/W3C-SVG-1.1/coords-trans-01-b-expected.png:
784 * platform/mac/svg/W3C-SVG-1.1/coords-trans-02-t-expected.checksum:
785 * platform/mac/svg/W3C-SVG-1.1/coords-trans-02-t-expected.png:
786 * platform/mac/svg/W3C-SVG-1.1/coords-trans-03-t-expected.checksum:
787 * platform/mac/svg/W3C-SVG-1.1/coords-trans-03-t-expected.png:
788 * platform/mac/svg/W3C-SVG-1.1/coords-trans-04-t-expected.checksum:
789 * platform/mac/svg/W3C-SVG-1.1/coords-trans-04-t-expected.png:
790 * platform/mac/svg/W3C-SVG-1.1/coords-trans-05-t-expected.checksum:
791 * platform/mac/svg/W3C-SVG-1.1/coords-trans-05-t-expected.png:
792 * platform/mac/svg/W3C-SVG-1.1/coords-trans-06-t-expected.checksum:
793 * platform/mac/svg/W3C-SVG-1.1/coords-trans-06-t-expected.png:
794 * platform/mac/svg/W3C-SVG-1.1/coords-units-01-b-expected.checksum:
795 * platform/mac/svg/W3C-SVG-1.1/coords-units-01-b-expected.png:
796 * platform/mac/svg/W3C-SVG-1.1/coords-units-02-b-expected.checksum:
797 * platform/mac/svg/W3C-SVG-1.1/coords-units-02-b-expected.png:
798 * platform/mac/svg/W3C-SVG-1.1/coords-units-03-b-expected.checksum:
799 * platform/mac/svg/W3C-SVG-1.1/coords-units-03-b-expected.png:
800 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.checksum:
801 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.png:
802 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.checksum:
803 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.png:
804 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.checksum:
805 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.png:
806 * platform/mac/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.checksum:
807 * platform/mac/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.png:
808 * platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.checksum:
809 * platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.png:
810 * platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.checksum:
811 * platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
812 * platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.checksum:
813 * platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.png:
814 * platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.checksum:
815 * platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
816 * platform/mac/svg/W3C-SVG-1.1/filters-conv-01-f-expected.checksum:
817 * platform/mac/svg/W3C-SVG-1.1/filters-conv-01-f-expected.png:
818 * platform/mac/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.checksum:
819 * platform/mac/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.png:
820 * platform/mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.checksum:
821 * platform/mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png:
822 * platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.checksum:
823 * platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.png:
824 * platform/mac/svg/W3C-SVG-1.1/filters-felem-01-b-expected.checksum:
825 * platform/mac/svg/W3C-SVG-1.1/filters-felem-01-b-expected.png:
826 * platform/mac/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.checksum:
827 * platform/mac/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.png:
828 * platform/mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.checksum:
829 * platform/mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.png:
830 * platform/mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.checksum:
831 * platform/mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.png:
832 * platform/mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.checksum:
833 * platform/mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.png:
834 * platform/mac/svg/W3C-SVG-1.1/filters-offset-01-b-expected.checksum:
835 * platform/mac/svg/W3C-SVG-1.1/filters-offset-01-b-expected.png:
836 * platform/mac/svg/W3C-SVG-1.1/filters-specular-01-f-expected.checksum:
837 * platform/mac/svg/W3C-SVG-1.1/filters-specular-01-f-expected.png:
838 * platform/mac/svg/W3C-SVG-1.1/filters-tile-01-b-expected.checksum:
839 * platform/mac/svg/W3C-SVG-1.1/filters-tile-01-b-expected.png:
840 * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.checksum:
841 * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.png:
842 * platform/mac/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.checksum:
843 * platform/mac/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.png:
844 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.checksum:
845 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.png:
846 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.checksum:
847 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.png:
848 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.checksum:
849 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.png:
850 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.checksum:
851 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.png:
852 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.checksum:
853 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.png:
854 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.checksum:
855 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.png:
856 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.checksum:
857 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.png:
858 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.checksum:
859 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.png:
860 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.checksum:
861 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.png:
862 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.checksum:
863 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.png:
864 * platform/mac/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.checksum:
865 * platform/mac/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.png:
866 * platform/mac/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.checksum:
867 * platform/mac/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.png:
868 * platform/mac/svg/W3C-SVG-1.1/interact-dom-01-b-expected.checksum:
869 * platform/mac/svg/W3C-SVG-1.1/interact-dom-01-b-expected.png:
870 * platform/mac/svg/W3C-SVG-1.1/interact-events-01-b-expected.checksum:
871 * platform/mac/svg/W3C-SVG-1.1/interact-events-01-b-expected.png:
872 * platform/mac/svg/W3C-SVG-1.1/interact-order-01-b-expected.checksum:
873 * platform/mac/svg/W3C-SVG-1.1/interact-order-01-b-expected.png:
874 * platform/mac/svg/W3C-SVG-1.1/interact-order-02-b-expected.checksum:
875 * platform/mac/svg/W3C-SVG-1.1/interact-order-02-b-expected.png:
876 * platform/mac/svg/W3C-SVG-1.1/interact-order-03-b-expected.checksum:
877 * platform/mac/svg/W3C-SVG-1.1/interact-order-03-b-expected.png:
878 * platform/mac/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.checksum:
879 * platform/mac/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.png:
880 * platform/mac/svg/W3C-SVG-1.1/linking-a-01-b-expected.checksum:
881 * platform/mac/svg/W3C-SVG-1.1/linking-a-01-b-expected.png:
882 * platform/mac/svg/W3C-SVG-1.1/linking-a-02-b-expected.checksum:
883 * platform/mac/svg/W3C-SVG-1.1/linking-a-02-b-expected.png:
884 * platform/mac/svg/W3C-SVG-1.1/linking-a-03-b-expected.checksum:
885 * platform/mac/svg/W3C-SVG-1.1/linking-a-03-b-expected.png:
886 * platform/mac/svg/W3C-SVG-1.1/linking-a-04-t-expected.checksum:
887 * platform/mac/svg/W3C-SVG-1.1/linking-a-04-t-expected.png:
888 * platform/mac/svg/W3C-SVG-1.1/linking-a-05-t-expected.checksum:
889 * platform/mac/svg/W3C-SVG-1.1/linking-a-05-t-expected.png:
890 * platform/mac/svg/W3C-SVG-1.1/linking-a-07-t-expected.checksum:
891 * platform/mac/svg/W3C-SVG-1.1/linking-a-07-t-expected.png:
892 * platform/mac/svg/W3C-SVG-1.1/linking-uri-01-b-expected.checksum:
893 * platform/mac/svg/W3C-SVG-1.1/linking-uri-01-b-expected.png:
894 * platform/mac/svg/W3C-SVG-1.1/linking-uri-02-b-expected.checksum:
895 * platform/mac/svg/W3C-SVG-1.1/linking-uri-02-b-expected.png:
896 * platform/mac/svg/W3C-SVG-1.1/linking-uri-03-t-expected.checksum:
897 * platform/mac/svg/W3C-SVG-1.1/linking-uri-03-t-expected.png:
898 * platform/mac/svg/W3C-SVG-1.1/masking-intro-01-f-expected.checksum:
899 * platform/mac/svg/W3C-SVG-1.1/masking-intro-01-f-expected.png:
900 * platform/mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.checksum:
901 * platform/mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.png:
902 * platform/mac/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.checksum:
903 * platform/mac/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.png:
904 * platform/mac/svg/W3C-SVG-1.1/masking-path-01-b-expected.checksum:
905 * platform/mac/svg/W3C-SVG-1.1/masking-path-01-b-expected.png:
906 * platform/mac/svg/W3C-SVG-1.1/masking-path-02-b-expected.checksum:
907 * platform/mac/svg/W3C-SVG-1.1/masking-path-02-b-expected.png:
908 * platform/mac/svg/W3C-SVG-1.1/masking-path-03-b-expected.checksum:
909 * platform/mac/svg/W3C-SVG-1.1/masking-path-03-b-expected.png:
910 * platform/mac/svg/W3C-SVG-1.1/masking-path-04-b-expected.checksum:
911 * platform/mac/svg/W3C-SVG-1.1/masking-path-04-b-expected.png:
912 * platform/mac/svg/W3C-SVG-1.1/masking-path-05-f-expected.checksum:
913 * platform/mac/svg/W3C-SVG-1.1/masking-path-05-f-expected.png:
914 * platform/mac/svg/W3C-SVG-1.1/metadata-example-01-b-expected.checksum:
915 * platform/mac/svg/W3C-SVG-1.1/metadata-example-01-b-expected.png:
916 * platform/mac/svg/W3C-SVG-1.1/painting-fill-01-t-expected.checksum:
917 * platform/mac/svg/W3C-SVG-1.1/painting-fill-01-t-expected.png:
918 * platform/mac/svg/W3C-SVG-1.1/painting-fill-02-t-expected.checksum:
919 * platform/mac/svg/W3C-SVG-1.1/painting-fill-02-t-expected.png:
920 * platform/mac/svg/W3C-SVG-1.1/painting-fill-03-t-expected.checksum:
921 * platform/mac/svg/W3C-SVG-1.1/painting-fill-03-t-expected.png:
922 * platform/mac/svg/W3C-SVG-1.1/painting-fill-04-t-expected.checksum:
923 * platform/mac/svg/W3C-SVG-1.1/painting-fill-04-t-expected.png:
924 * platform/mac/svg/W3C-SVG-1.1/painting-fill-05-b-expected.checksum:
925 * platform/mac/svg/W3C-SVG-1.1/painting-fill-05-b-expected.png:
926 * platform/mac/svg/W3C-SVG-1.1/painting-marker-01-f-expected.checksum:
927 * platform/mac/svg/W3C-SVG-1.1/painting-marker-01-f-expected.png:
928 * platform/mac/svg/W3C-SVG-1.1/painting-marker-02-f-expected.checksum:
929 * platform/mac/svg/W3C-SVG-1.1/painting-marker-02-f-expected.png:
930 * platform/mac/svg/W3C-SVG-1.1/painting-marker-03-f-expected.checksum:
931 * platform/mac/svg/W3C-SVG-1.1/painting-marker-03-f-expected.png:
932 * platform/mac/svg/W3C-SVG-1.1/painting-render-01-b-expected.checksum:
933 * platform/mac/svg/W3C-SVG-1.1/painting-render-01-b-expected.png:
934 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.checksum:
935 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.png:
936 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.checksum:
937 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.png:
938 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.checksum:
939 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.png:
940 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.checksum:
941 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.png:
942 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-07-t-expected.checksum:
943 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-07-t-expected.png:
944 * platform/mac/svg/W3C-SVG-1.1/paths-data-01-t-expected.checksum:
945 * platform/mac/svg/W3C-SVG-1.1/paths-data-01-t-expected.png:
946 * platform/mac/svg/W3C-SVG-1.1/paths-data-02-t-expected.checksum:
947 * platform/mac/svg/W3C-SVG-1.1/paths-data-02-t-expected.png:
948 * platform/mac/svg/W3C-SVG-1.1/paths-data-03-f-expected.checksum:
949 * platform/mac/svg/W3C-SVG-1.1/paths-data-03-f-expected.png:
950 * platform/mac/svg/W3C-SVG-1.1/paths-data-04-t-expected.checksum:
951 * platform/mac/svg/W3C-SVG-1.1/paths-data-04-t-expected.png:
952 * platform/mac/svg/W3C-SVG-1.1/paths-data-05-t-expected.checksum:
953 * platform/mac/svg/W3C-SVG-1.1/paths-data-05-t-expected.png:
954 * platform/mac/svg/W3C-SVG-1.1/paths-data-06-t-expected.checksum:
955 * platform/mac/svg/W3C-SVG-1.1/paths-data-06-t-expected.png:
956 * platform/mac/svg/W3C-SVG-1.1/paths-data-07-t-expected.checksum:
957 * platform/mac/svg/W3C-SVG-1.1/paths-data-07-t-expected.png:
958 * platform/mac/svg/W3C-SVG-1.1/paths-data-08-t-expected.checksum:
959 * platform/mac/svg/W3C-SVG-1.1/paths-data-08-t-expected.png:
960 * platform/mac/svg/W3C-SVG-1.1/paths-data-09-t-expected.checksum:
961 * platform/mac/svg/W3C-SVG-1.1/paths-data-09-t-expected.png:
962 * platform/mac/svg/W3C-SVG-1.1/paths-data-10-t-expected.checksum:
963 * platform/mac/svg/W3C-SVG-1.1/paths-data-10-t-expected.png:
964 * platform/mac/svg/W3C-SVG-1.1/paths-data-12-t-expected.checksum:
965 * platform/mac/svg/W3C-SVG-1.1/paths-data-12-t-expected.png:
966 * platform/mac/svg/W3C-SVG-1.1/paths-data-13-t-expected.checksum:
967 * platform/mac/svg/W3C-SVG-1.1/paths-data-13-t-expected.png:
968 * platform/mac/svg/W3C-SVG-1.1/paths-data-14-t-expected.checksum:
969 * platform/mac/svg/W3C-SVG-1.1/paths-data-14-t-expected.png:
970 * platform/mac/svg/W3C-SVG-1.1/paths-data-15-t-expected.checksum:
971 * platform/mac/svg/W3C-SVG-1.1/paths-data-15-t-expected.png:
972 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.checksum:
973 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.png:
974 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.checksum:
975 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.png:
976 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.checksum:
977 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.png:
978 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.checksum:
979 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.png:
980 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.checksum:
981 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.png:
982 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.checksum:
983 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png:
984 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.checksum:
985 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.png:
986 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.checksum:
987 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png:
988 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.checksum:
989 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.png:
990 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.checksum:
991 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.png:
992 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.checksum:
993 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.png:
994 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.checksum:
995 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.png:
996 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.checksum:
997 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.png:
998 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.checksum:
999 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.png:
1000 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.checksum:
1001 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.png:
1002 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.checksum:
1003 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.png:
1004 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.checksum:
1005 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.png:
1006 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.checksum:
1007 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.png:
1008 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.checksum:
1009 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.png:
1010 * platform/mac/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.checksum:
1011 * platform/mac/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.png:
1012 * platform/mac/svg/W3C-SVG-1.1/render-elems-01-t-expected.checksum:
1013 * platform/mac/svg/W3C-SVG-1.1/render-elems-01-t-expected.png:
1014 * platform/mac/svg/W3C-SVG-1.1/render-elems-02-t-expected.checksum:
1015 * platform/mac/svg/W3C-SVG-1.1/render-elems-02-t-expected.png:
1016 * platform/mac/svg/W3C-SVG-1.1/render-elems-03-t-expected.checksum:
1017 * platform/mac/svg/W3C-SVG-1.1/render-elems-03-t-expected.png:
1018 * platform/mac/svg/W3C-SVG-1.1/render-elems-06-t-expected.checksum:
1019 * platform/mac/svg/W3C-SVG-1.1/render-elems-06-t-expected.png:
1020 * platform/mac/svg/W3C-SVG-1.1/render-elems-07-t-expected.checksum:
1021 * platform/mac/svg/W3C-SVG-1.1/render-elems-07-t-expected.png:
1022 * platform/mac/svg/W3C-SVG-1.1/render-elems-08-t-expected.checksum:
1023 * platform/mac/svg/W3C-SVG-1.1/render-elems-08-t-expected.png:
1024 * platform/mac/svg/W3C-SVG-1.1/render-groups-01-b-expected.checksum:
1025 * platform/mac/svg/W3C-SVG-1.1/render-groups-01-b-expected.png:
1026 * platform/mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.checksum:
1027 * platform/mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.png:
1028 * platform/mac/svg/W3C-SVG-1.1/script-handle-01-b-expected.checksum:
1029 * platform/mac/svg/W3C-SVG-1.1/script-handle-01-b-expected.png:
1030 * platform/mac/svg/W3C-SVG-1.1/script-handle-02-b-expected.checksum:
1031 * platform/mac/svg/W3C-SVG-1.1/script-handle-02-b-expected.png:
1032 * platform/mac/svg/W3C-SVG-1.1/script-handle-03-b-expected.checksum:
1033 * platform/mac/svg/W3C-SVG-1.1/script-handle-03-b-expected.png:
1034 * platform/mac/svg/W3C-SVG-1.1/script-handle-04-b-expected.checksum:
1035 * platform/mac/svg/W3C-SVG-1.1/script-handle-04-b-expected.png:
1036 * platform/mac/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.checksum:
1037 * platform/mac/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.png:
1038 * platform/mac/svg/W3C-SVG-1.1/shapes-circle-02-t-expected.checksum:
1039 * platform/mac/svg/W3C-SVG-1.1/shapes-circle-02-t-expected.png:
1040 * platform/mac/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.checksum:
1041 * platform/mac/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.png:
1042 * platform/mac/svg/W3C-SVG-1.1/shapes-ellipse-02-t-expected.checksum:
1043 * platform/mac/svg/W3C-SVG-1.1/shapes-ellipse-02-t-expected.png:
1044 * platform/mac/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.checksum:
1045 * platform/mac/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.png:
1046 * platform/mac/svg/W3C-SVG-1.1/shapes-line-01-t-expected.checksum:
1047 * platform/mac/svg/W3C-SVG-1.1/shapes-line-01-t-expected.png:
1048 * platform/mac/svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.checksum:
1049 * platform/mac/svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.png:
1050 * platform/mac/svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.checksum:
1051 * platform/mac/svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.png:
1052 * platform/mac/svg/W3C-SVG-1.1/shapes-rect-01-t-expected.checksum:
1053 * platform/mac/svg/W3C-SVG-1.1/shapes-rect-01-t-expected.png:
1054 * platform/mac/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.checksum:
1055 * platform/mac/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.png:
1056 * platform/mac/svg/W3C-SVG-1.1/struct-cond-01-t-expected.checksum:
1057 * platform/mac/svg/W3C-SVG-1.1/struct-cond-01-t-expected.png:
1058 * platform/mac/svg/W3C-SVG-1.1/struct-cond-02-t-expected.checksum:
1059 * platform/mac/svg/W3C-SVG-1.1/struct-cond-02-t-expected.png:
1060 * platform/mac/svg/W3C-SVG-1.1/struct-cond-03-t-expected.checksum:
1061 * platform/mac/svg/W3C-SVG-1.1/struct-cond-03-t-expected.png:
1062 * platform/mac/svg/W3C-SVG-1.1/struct-defs-01-t-expected.checksum:
1063 * platform/mac/svg/W3C-SVG-1.1/struct-defs-01-t-expected.png:
1064 * platform/mac/svg/W3C-SVG-1.1/struct-dom-01-b-expected.checksum:
1065 * platform/mac/svg/W3C-SVG-1.1/struct-dom-01-b-expected.png:
1066 * platform/mac/svg/W3C-SVG-1.1/struct-dom-02-b-expected.checksum:
1067 * platform/mac/svg/W3C-SVG-1.1/struct-dom-02-b-expected.png:
1068 * platform/mac/svg/W3C-SVG-1.1/struct-dom-03-b-expected.checksum:
1069 * platform/mac/svg/W3C-SVG-1.1/struct-dom-03-b-expected.png:
1070 * platform/mac/svg/W3C-SVG-1.1/struct-dom-04-b-expected.checksum:
1071 * platform/mac/svg/W3C-SVG-1.1/struct-dom-04-b-expected.png:
1072 * platform/mac/svg/W3C-SVG-1.1/struct-dom-05-b-expected.checksum:
1073 * platform/mac/svg/W3C-SVG-1.1/struct-dom-05-b-expected.png:
1074 * platform/mac/svg/W3C-SVG-1.1/struct-dom-06-b-expected.checksum:
1075 * platform/mac/svg/W3C-SVG-1.1/struct-dom-06-b-expected.png:
1076 * platform/mac/svg/W3C-SVG-1.1/struct-frag-02-t-expected.checksum:
1077 * platform/mac/svg/W3C-SVG-1.1/struct-frag-02-t-expected.png:
1078 * platform/mac/svg/W3C-SVG-1.1/struct-frag-03-t-expected.checksum:
1079 * platform/mac/svg/W3C-SVG-1.1/struct-frag-03-t-expected.png:
1080 * platform/mac/svg/W3C-SVG-1.1/struct-frag-04-t-expected.checksum:
1081 * platform/mac/svg/W3C-SVG-1.1/struct-frag-04-t-expected.png:
1082 * platform/mac/svg/W3C-SVG-1.1/struct-frag-05-t-expected.checksum:
1083 * platform/mac/svg/W3C-SVG-1.1/struct-frag-05-t-expected.png:
1084 * platform/mac/svg/W3C-SVG-1.1/struct-frag-06-t-expected.checksum:
1085 * platform/mac/svg/W3C-SVG-1.1/struct-frag-06-t-expected.png:
1086 * platform/mac/svg/W3C-SVG-1.1/struct-group-01-t-expected.checksum:
1087 * platform/mac/svg/W3C-SVG-1.1/struct-group-01-t-expected.png:
1088 * platform/mac/svg/W3C-SVG-1.1/struct-group-02-b-expected.checksum:
1089 * platform/mac/svg/W3C-SVG-1.1/struct-group-02-b-expected.png:
1090 * platform/mac/svg/W3C-SVG-1.1/struct-group-03-t-expected.checksum:
1091 * platform/mac/svg/W3C-SVG-1.1/struct-group-03-t-expected.png:
1092 * platform/mac/svg/W3C-SVG-1.1/struct-image-01-t-expected.checksum:
1093 * platform/mac/svg/W3C-SVG-1.1/struct-image-01-t-expected.png:
1094 * platform/mac/svg/W3C-SVG-1.1/struct-image-02-b-expected.checksum:
1095 * platform/mac/svg/W3C-SVG-1.1/struct-image-02-b-expected.png:
1096 * platform/mac/svg/W3C-SVG-1.1/struct-image-03-t-expected.checksum:
1097 * platform/mac/svg/W3C-SVG-1.1/struct-image-03-t-expected.png:
1098 * platform/mac/svg/W3C-SVG-1.1/struct-image-04-t-expected.checksum:
1099 * platform/mac/svg/W3C-SVG-1.1/struct-image-04-t-expected.png:
1100 * platform/mac/svg/W3C-SVG-1.1/struct-image-05-b-expected.checksum:
1101 * platform/mac/svg/W3C-SVG-1.1/struct-image-05-b-expected.png:
1102 * platform/mac/svg/W3C-SVG-1.1/struct-image-06-t-expected.checksum:
1103 * platform/mac/svg/W3C-SVG-1.1/struct-image-06-t-expected.png:
1104 * platform/mac/svg/W3C-SVG-1.1/struct-image-07-t-expected.checksum:
1105 * platform/mac/svg/W3C-SVG-1.1/struct-image-07-t-expected.png:
1106 * platform/mac/svg/W3C-SVG-1.1/struct-image-08-t-expected.checksum:
1107 * platform/mac/svg/W3C-SVG-1.1/struct-image-08-t-expected.png:
1108 * platform/mac/svg/W3C-SVG-1.1/struct-image-09-t-expected.checksum:
1109 * platform/mac/svg/W3C-SVG-1.1/struct-image-09-t-expected.png:
1110 * platform/mac/svg/W3C-SVG-1.1/struct-image-10-t-expected.checksum:
1111 * platform/mac/svg/W3C-SVG-1.1/struct-image-10-t-expected.png:
1112 * platform/mac/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.checksum:
1113 * platform/mac/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.png:
1114 * platform/mac/svg/W3C-SVG-1.1/struct-use-01-t-expected.checksum:
1115 * platform/mac/svg/W3C-SVG-1.1/struct-use-01-t-expected.png:
1116 * platform/mac/svg/W3C-SVG-1.1/struct-use-03-t-expected.checksum:
1117 * platform/mac/svg/W3C-SVG-1.1/struct-use-03-t-expected.png:
1118 * platform/mac/svg/W3C-SVG-1.1/struct-use-05-b-expected.checksum:
1119 * platform/mac/svg/W3C-SVG-1.1/struct-use-05-b-expected.png:
1120 * platform/mac/svg/W3C-SVG-1.1/styling-css-01-b-expected.checksum:
1121 * platform/mac/svg/W3C-SVG-1.1/styling-css-01-b-expected.png:
1122 * platform/mac/svg/W3C-SVG-1.1/styling-css-02-b-expected.checksum:
1123 * platform/mac/svg/W3C-SVG-1.1/styling-css-02-b-expected.png:
1124 * platform/mac/svg/W3C-SVG-1.1/styling-css-03-b-expected.checksum:
1125 * platform/mac/svg/W3C-SVG-1.1/styling-css-03-b-expected.png:
1126 * platform/mac/svg/W3C-SVG-1.1/styling-css-04-f-expected.checksum:
1127 * platform/mac/svg/W3C-SVG-1.1/styling-css-04-f-expected.png:
1128 * platform/mac/svg/W3C-SVG-1.1/styling-css-05-b-expected.checksum:
1129 * platform/mac/svg/W3C-SVG-1.1/styling-css-05-b-expected.png:
1130 * platform/mac/svg/W3C-SVG-1.1/styling-css-06-b-expected.checksum:
1131 * platform/mac/svg/W3C-SVG-1.1/styling-css-06-b-expected.png:
1132 * platform/mac/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.checksum:
1133 * platform/mac/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.png:
1134 * platform/mac/svg/W3C-SVG-1.1/styling-pres-01-t-expected.checksum:
1135 * platform/mac/svg/W3C-SVG-1.1/styling-pres-01-t-expected.png:
1136 * platform/mac/svg/W3C-SVG-1.1/text-align-01-b-expected.checksum:
1137 * platform/mac/svg/W3C-SVG-1.1/text-align-01-b-expected.png:
1138 * platform/mac/svg/W3C-SVG-1.1/text-align-02-b-expected.checksum:
1139 * platform/mac/svg/W3C-SVG-1.1/text-align-02-b-expected.png:
1140 * platform/mac/svg/W3C-SVG-1.1/text-align-03-b-expected.checksum:
1141 * platform/mac/svg/W3C-SVG-1.1/text-align-03-b-expected.png:
1142 * platform/mac/svg/W3C-SVG-1.1/text-align-04-b-expected.checksum:
1143 * platform/mac/svg/W3C-SVG-1.1/text-align-04-b-expected.png:
1144 * platform/mac/svg/W3C-SVG-1.1/text-align-05-b-expected.checksum:
1145 * platform/mac/svg/W3C-SVG-1.1/text-align-05-b-expected.png:
1146 * platform/mac/svg/W3C-SVG-1.1/text-align-06-b-expected.checksum:
1147 * platform/mac/svg/W3C-SVG-1.1/text-align-06-b-expected.png:
1148 * platform/mac/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.checksum:
1149 * platform/mac/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.png:
1150 * platform/mac/svg/W3C-SVG-1.1/text-deco-01-b-expected.checksum:
1151 * platform/mac/svg/W3C-SVG-1.1/text-deco-01-b-expected.png:
1152 * platform/mac/svg/W3C-SVG-1.1/text-fonts-01-t-expected.checksum:
1153 * platform/mac/svg/W3C-SVG-1.1/text-fonts-01-t-expected.png:
1154 * platform/mac/svg/W3C-SVG-1.1/text-fonts-02-t-expected.checksum:
1155 * platform/mac/svg/W3C-SVG-1.1/text-fonts-02-t-expected.png:
1156 * platform/mac/svg/W3C-SVG-1.1/text-intro-05-t-expected.checksum:
1157 * platform/mac/svg/W3C-SVG-1.1/text-intro-05-t-expected.png:
1158 * platform/mac/svg/W3C-SVG-1.1/text-path-01-b-expected.checksum:
1159 * platform/mac/svg/W3C-SVG-1.1/text-path-01-b-expected.png:
1160 * platform/mac/svg/W3C-SVG-1.1/text-spacing-01-b-expected.checksum:
1161 * platform/mac/svg/W3C-SVG-1.1/text-spacing-01-b-expected.png:
1162 * platform/mac/svg/W3C-SVG-1.1/text-text-01-b-expected.checksum:
1163 * platform/mac/svg/W3C-SVG-1.1/text-text-01-b-expected.png:
1164 * platform/mac/svg/W3C-SVG-1.1/text-text-03-b-expected.checksum:
1165 * platform/mac/svg/W3C-SVG-1.1/text-text-03-b-expected.png:
1166 * platform/mac/svg/W3C-SVG-1.1/text-text-04-t-expected.checksum:
1167 * platform/mac/svg/W3C-SVG-1.1/text-text-04-t-expected.png:
1168 * platform/mac/svg/W3C-SVG-1.1/text-text-05-t-expected.checksum:
1169 * platform/mac/svg/W3C-SVG-1.1/text-text-05-t-expected.png:
1170 * platform/mac/svg/W3C-SVG-1.1/text-text-06-t-expected.checksum:
1171 * platform/mac/svg/W3C-SVG-1.1/text-text-06-t-expected.png:
1172 * platform/mac/svg/W3C-SVG-1.1/text-text-07-t-expected.checksum:
1173 * platform/mac/svg/W3C-SVG-1.1/text-text-07-t-expected.png:
1174 * platform/mac/svg/W3C-SVG-1.1/text-text-08-b-expected.checksum:
1175 * platform/mac/svg/W3C-SVG-1.1/text-text-08-b-expected.png:
1176 * platform/mac/svg/W3C-SVG-1.1/text-tref-01-b-expected.checksum:
1177 * platform/mac/svg/W3C-SVG-1.1/text-tref-01-b-expected.png:
1178 * platform/mac/svg/W3C-SVG-1.1/text-tselect-01-b-expected.checksum:
1179 * platform/mac/svg/W3C-SVG-1.1/text-tselect-01-b-expected.png:
1180 * platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.checksum:
1181 * platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.png:
1182 * platform/mac/svg/W3C-SVG-1.1/text-tspan-01-b-expected.checksum:
1183 * platform/mac/svg/W3C-SVG-1.1/text-tspan-01-b-expected.png:
1184 * platform/mac/svg/W3C-SVG-1.1/text-ws-01-t-expected.checksum:
1185 * platform/mac/svg/W3C-SVG-1.1/text-ws-01-t-expected.png:
1186 * platform/mac/svg/W3C-SVG-1.1/text-ws-02-t-expected.checksum:
1187 * platform/mac/svg/W3C-SVG-1.1/text-ws-02-t-expected.png:
1188 * platform/mac/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.checksum:
1189 * platform/mac/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.png:
1190 * platform/mac/svg/carto.net/button-expected.checksum:
1191 * platform/mac/svg/carto.net/button-expected.png:
1192 * platform/mac/svg/carto.net/colourpicker-expected.checksum:
1193 * platform/mac/svg/carto.net/colourpicker-expected.png:
1194 * platform/mac/svg/carto.net/combobox-expected.checksum:
1195 * platform/mac/svg/carto.net/combobox-expected.png:
1196 * platform/mac/svg/carto.net/scrollbar-expected.checksum:
1197 * platform/mac/svg/carto.net/scrollbar-expected.png:
1198 * platform/mac/svg/carto.net/selectionlist-expected.checksum:
1199 * platform/mac/svg/carto.net/selectionlist-expected.png:
1200 * platform/mac/svg/carto.net/slider-expected.checksum:
1201 * platform/mac/svg/carto.net/slider-expected.png:
1202 * platform/mac/svg/carto.net/textbox-expected.checksum:
1203 * platform/mac/svg/carto.net/textbox-expected.png:
1204 * platform/mac/svg/carto.net/window-expected.checksum:
1205 * platform/mac/svg/carto.net/window-expected.png:
1206 * platform/mac/svg/custom/SVGPoint-matrixTransform-expected.checksum:
1207 * platform/mac/svg/custom/SVGPoint-matrixTransform-expected.png:
1208 * platform/mac/svg/custom/alignment-baseline-modes-expected.checksum:
1209 * platform/mac/svg/custom/alignment-baseline-modes-expected.png:
1210 * platform/mac/svg/custom/baseval-animval-equality-expected.checksum:
1211 * platform/mac/svg/custom/baseval-animval-equality-expected.png:
1212 * platform/mac/svg/custom/control-points-for-S-and-T-expected.checksum:
1213 * platform/mac/svg/custom/control-points-for-S-and-T-expected.png:
1214 * platform/mac/svg/custom/coords-relative-units-transforms-expected.checksum:
1215 * platform/mac/svg/custom/coords-relative-units-transforms-expected.png:
1216 * platform/mac/svg/custom/dasharrayOrigin-expected.checksum:
1217 * platform/mac/svg/custom/dasharrayOrigin-expected.png:
1218 * platform/mac/svg/custom/deep-dynamic-updates-expected.checksum:
1219 * platform/mac/svg/custom/deep-dynamic-updates-expected.png:
1220 * platform/mac/svg/custom/dominant-baseline-hanging-expected.checksum:
1221 * platform/mac/svg/custom/dominant-baseline-hanging-expected.png:
1222 * platform/mac/svg/custom/dominant-baseline-modes-expected.checksum:
1223 * platform/mac/svg/custom/dominant-baseline-modes-expected.png:
1224 * platform/mac/svg/custom/dynamic-empty-path-expected.checksum:
1225 * platform/mac/svg/custom/dynamic-empty-path-expected.png:
1226 * platform/mac/svg/custom/dynamic-svg-document-creation-expected.checksum:
1227 * platform/mac/svg/custom/dynamic-svg-document-creation-expected.png:
1228 * platform/mac/svg/custom/feComponentTransfer-Discrete-expected.checksum:
1229 * platform/mac/svg/custom/feComponentTransfer-Discrete-expected.png:
1230 * platform/mac/svg/custom/feComponentTransfer-Gamma-expected.checksum:
1231 * platform/mac/svg/custom/feComponentTransfer-Gamma-expected.png:
1232 * platform/mac/svg/custom/feComponentTransfer-Linear-expected.checksum:
1233 * platform/mac/svg/custom/feComponentTransfer-Linear-expected.png:
1234 * platform/mac/svg/custom/feComponentTransfer-Table-expected.checksum:
1235 * platform/mac/svg/custom/feComponentTransfer-Table-expected.png:
1236 * platform/mac/svg/custom/focus-ring-expected.checksum:
1237 * platform/mac/svg/custom/focus-ring-expected.png:
1238 * platform/mac/svg/custom/font-face-cascade-order-expected.checksum:
1239 * platform/mac/svg/custom/font-face-cascade-order-expected.png:
1240 * platform/mac/svg/custom/font-face-simple-expected.checksum:
1241 * platform/mac/svg/custom/font-face-simple-expected.png:
1242 * platform/mac/svg/custom/foreign-object-skew-expected.checksum:
1243 * platform/mac/svg/custom/foreign-object-skew-expected.png:
1244 * platform/mac/svg/custom/getTransformToElement-expected.checksum:
1245 * platform/mac/svg/custom/getTransformToElement-expected.png:
1246 * platform/mac/svg/custom/getscreenctm-in-mixed-content-expected.checksum:
1247 * platform/mac/svg/custom/getscreenctm-in-mixed-content-expected.png:
1248 * platform/mac/svg/custom/getsvgdocument-expected.checksum:
1249 * platform/mac/svg/custom/getsvgdocument-expected.png:
1250 * platform/mac/svg/custom/gradient-cycle-detection-expected.checksum:
1251 * platform/mac/svg/custom/gradient-cycle-detection-expected.png:
1252 * platform/mac/svg/custom/gradient-deep-referencing-expected.checksum:
1253 * platform/mac/svg/custom/gradient-deep-referencing-expected.png:
1254 * platform/mac/svg/custom/gradient-stop-corner-cases-expected.checksum:
1255 * platform/mac/svg/custom/gradient-stop-corner-cases-expected.png:
1256 * platform/mac/svg/custom/grayscale-gradient-mask-expected.checksum:
1257 * platform/mac/svg/custom/grayscale-gradient-mask-expected.png:
1258 * platform/mac/svg/custom/hit-test-path-expected.checksum:
1259 * platform/mac/svg/custom/hit-test-path-expected.png:
1260 * platform/mac/svg/custom/hit-test-path-stroke-expected.checksum:
1261 * platform/mac/svg/custom/hit-test-path-stroke-expected.png:
1262 * platform/mac/svg/custom/image-clipped-hit-expected.checksum:
1263 * platform/mac/svg/custom/image-clipped-hit-expected.png:
1264 * platform/mac/svg/custom/image-with-transform-clip-filter-expected.checksum:
1265 * platform/mac/svg/custom/image-with-transform-clip-filter-expected.png:
1266 * platform/mac/svg/custom/invalid-css-expected.checksum:
1267 * platform/mac/svg/custom/invalid-css-expected.png:
1268 * platform/mac/svg/custom/invalid-fill-expected.checksum:
1269 * platform/mac/svg/custom/invalid-fill-expected.png:
1270 * platform/mac/svg/custom/invalid-fill-hex-expected.checksum:
1271 * platform/mac/svg/custom/invalid-fill-hex-expected.png:
1272 * platform/mac/svg/custom/invisible-text-after-scrolling-expected.checksum:
1273 * platform/mac/svg/custom/invisible-text-after-scrolling-expected.png:
1274 * platform/mac/svg/custom/js-late-clipPath-and-object-creation-expected.checksum:
1275 * platform/mac/svg/custom/js-late-clipPath-and-object-creation-expected.png:
1276 * platform/mac/svg/custom/js-late-clipPath-creation-expected.checksum:
1277 * platform/mac/svg/custom/js-late-clipPath-creation-expected.png:
1278 * platform/mac/svg/custom/js-late-marker-and-object-creation-expected.checksum:
1279 * platform/mac/svg/custom/js-late-marker-and-object-creation-expected.png:
1280 * platform/mac/svg/custom/js-late-marker-creation-expected.checksum:
1281 * platform/mac/svg/custom/js-late-marker-creation-expected.png:
1282 * platform/mac/svg/custom/js-update-bounce-expected.checksum:
1283 * platform/mac/svg/custom/js-update-bounce-expected.png:
1284 * platform/mac/svg/custom/js-update-container-expected.checksum:
1285 * platform/mac/svg/custom/js-update-container-expected.png:
1286 * platform/mac/svg/custom/js-update-container2-expected.checksum:
1287 * platform/mac/svg/custom/js-update-container2-expected.png:
1288 * platform/mac/svg/custom/js-update-path-changes-expected.checksum:
1289 * platform/mac/svg/custom/js-update-path-changes-expected.png:
1290 * platform/mac/svg/custom/js-update-path-removal-expected.checksum:
1291 * platform/mac/svg/custom/js-update-path-removal-expected.png:
1292 * platform/mac/svg/custom/junk-data-expected.checksum:
1293 * platform/mac/svg/custom/junk-data-expected.png:
1294 * platform/mac/svg/custom/marker-changes-expected.checksum:
1295 * platform/mac/svg/custom/marker-changes-expected.png:
1296 * platform/mac/svg/custom/marker-child-changes-expected.checksum:
1297 * platform/mac/svg/custom/marker-child-changes-expected.png:
1298 * platform/mac/svg/custom/marker-default-width-height-expected.checksum:
1299 * platform/mac/svg/custom/marker-default-width-height-expected.png:
1300 * platform/mac/svg/custom/marker-overflow-clip-expected.checksum:
1301 * platform/mac/svg/custom/marker-overflow-clip-expected.png:
1302 * platform/mac/svg/custom/marker-viewBox-changes-expected.checksum:
1303 * platform/mac/svg/custom/marker-viewBox-changes-expected.png:
1304 * platform/mac/svg/custom/missing-xlink-expected.checksum:
1305 * platform/mac/svg/custom/missing-xlink-expected.png:
1306 * platform/mac/svg/custom/non-opaque-filters-expected.checksum:
1307 * platform/mac/svg/custom/non-opaque-filters-expected.png:
1308 * platform/mac/svg/custom/path-textPath-simulation-expected.checksum:
1309 * platform/mac/svg/custom/path-textPath-simulation-expected.png:
1310 * platform/mac/svg/custom/pattern-cycle-detection-expected.checksum:
1311 * platform/mac/svg/custom/pattern-cycle-detection-expected.png:
1312 * platform/mac/svg/custom/pattern-deep-referencing-expected.checksum:
1313 * platform/mac/svg/custom/pattern-deep-referencing-expected.png:
1314 * platform/mac/svg/custom/pointer-events-image-expected.checksum:
1315 * platform/mac/svg/custom/pointer-events-image-expected.png:
1316 * platform/mac/svg/custom/pointer-events-path-expected.checksum:
1317 * platform/mac/svg/custom/pointer-events-path-expected.png:
1318 * platform/mac/svg/custom/pointer-events-text-expected.checksum:
1319 * platform/mac/svg/custom/pointer-events-text-expected.png:
1320 * platform/mac/svg/custom/preserve-aspect-ratio-syntax-expected.checksum:
1321 * platform/mac/svg/custom/preserve-aspect-ratio-syntax-expected.png:
1322 * platform/mac/svg/custom/rootmost-svg-xy-attrs-expected.checksum:
1323 * platform/mac/svg/custom/rootmost-svg-xy-attrs-expected.png:
1324 * platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.checksum:
1325 * platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png:
1326 * platform/mac/svg/custom/second-inline-text-expected.checksum:
1327 * platform/mac/svg/custom/second-inline-text-expected.png:
1328 * platform/mac/svg/custom/shapes-supporting-markers-expected.checksum:
1329 * platform/mac/svg/custom/shapes-supporting-markers-expected.png:
1330 * platform/mac/svg/custom/simpleCDF-expected.checksum:
1331 * platform/mac/svg/custom/simpleCDF-expected.png:
1332 * platform/mac/svg/custom/struct-use-09-b-expected.checksum:
1333 * platform/mac/svg/custom/struct-use-09-b-expected.png:
1334 * platform/mac/svg/custom/svg-float-border-padding-expected.checksum:
1335 * platform/mac/svg/custom/svg-float-border-padding-expected.png:
1336 * platform/mac/svg/custom/svg-overflow-types-expected.checksum:
1337 * platform/mac/svg/custom/svg-overflow-types-expected.png:
1338 * platform/mac/svg/custom/text-clip-expected.checksum:
1339 * platform/mac/svg/custom/text-clip-expected.png:
1340 * platform/mac/svg/custom/text-ctm-expected.checksum:
1341 * platform/mac/svg/custom/text-ctm-expected.png:
1342 * platform/mac/svg/custom/text-dom-01-f-expected.checksum:
1343 * platform/mac/svg/custom/text-dom-01-f-expected.png:
1344 * platform/mac/svg/custom/text-hit-test-expected.checksum:
1345 * platform/mac/svg/custom/text-hit-test-expected.png:
1346 * platform/mac/svg/custom/text-image-opacity-expected.checksum:
1347 * platform/mac/svg/custom/text-image-opacity-expected.png:
1348 * platform/mac/svg/custom/text-repaint-including-stroke-expected.checksum:
1349 * platform/mac/svg/custom/text-repaint-including-stroke-expected.png:
1350 * platform/mac/svg/custom/text-whitespace-handling-expected.checksum:
1351 * platform/mac/svg/custom/text-whitespace-handling-expected.png:
1352 * platform/mac/svg/custom/tref-update-expected.checksum:
1353 * platform/mac/svg/custom/tref-update-expected.png:
1354 * platform/mac/svg/custom/use-clipped-hit-expected.checksum:
1355 * platform/mac/svg/custom/use-clipped-hit-expected.png:
1356 * platform/mac/svg/custom/use-css-events-expected.checksum:
1357 * platform/mac/svg/custom/use-css-events-expected.png:
1358 * platform/mac/svg/custom/use-elementInstance-event-target-expected.checksum:
1359 * platform/mac/svg/custom/use-elementInstance-event-target-expected.png:
1360 * platform/mac/svg/custom/use-elementInstance-methods-expected.checksum:
1361 * platform/mac/svg/custom/use-elementInstance-methods-expected.png:
1362 * platform/mac/svg/custom/use-event-handler-on-referenced-element-expected.checksum:
1363 * platform/mac/svg/custom/use-event-handler-on-referenced-element-expected.png:
1364 * platform/mac/svg/custom/use-event-handler-on-use-element-expected.checksum:
1365 * platform/mac/svg/custom/use-event-handler-on-use-element-expected.png:
1366 * platform/mac/svg/custom/use-events-crash-expected.checksum:
1367 * platform/mac/svg/custom/use-events-crash-expected.png:
1368 * platform/mac/svg/custom/use-forward-refs-expected.checksum:
1369 * platform/mac/svg/custom/use-forward-refs-expected.png:
1370 * platform/mac/svg/custom/use-instanceRoot-modifications-expected.checksum:
1371 * platform/mac/svg/custom/use-instanceRoot-modifications-expected.png:
1372 * platform/mac/svg/custom/use-modify-container-in-target-expected.checksum:
1373 * platform/mac/svg/custom/use-modify-container-in-target-expected.png:
1374 * platform/mac/svg/custom/use-modify-target-container-expected.checksum:
1375 * platform/mac/svg/custom/use-modify-target-container-expected.png:
1376 * platform/mac/svg/custom/use-modify-target-symbol-expected.checksum:
1377 * platform/mac/svg/custom/use-modify-target-symbol-expected.png:
1378 * platform/mac/svg/custom/use-nested-transform-expected.checksum:
1379 * platform/mac/svg/custom/use-nested-transform-expected.png:
1380 * platform/mac/svg/custom/use-on-g-containing-use-expected.checksum:
1381 * platform/mac/svg/custom/use-on-g-containing-use-expected.png:
1382 * platform/mac/svg/custom/use-on-g-expected.checksum:
1383 * platform/mac/svg/custom/use-on-g-expected.png:
1384 * platform/mac/svg/custom/use-on-rect-expected.checksum:
1385 * platform/mac/svg/custom/use-on-rect-expected.png:
1386 * platform/mac/svg/custom/use-on-symbol-expected.checksum:
1387 * platform/mac/svg/custom/use-on-symbol-expected.png:
1388 * platform/mac/svg/custom/use-on-symbol-inside-pattern-expected.checksum:
1389 * platform/mac/svg/custom/use-on-symbol-inside-pattern-expected.png:
1390 * platform/mac/svg/custom/use-on-text-expected.checksum:
1391 * platform/mac/svg/custom/use-on-text-expected.png:
1392 * platform/mac/svg/custom/use-on-use-expected.checksum:
1393 * platform/mac/svg/custom/use-on-use-expected.png:
1394 * platform/mac/svg/custom/use-property-changes-through-dom-expected.checksum:
1395 * platform/mac/svg/custom/use-property-changes-through-dom-expected.png:
1396 * platform/mac/svg/custom/use-property-changes-through-svg-dom-expected.checksum:
1397 * platform/mac/svg/custom/use-property-changes-through-svg-dom-expected.png:
1398 * platform/mac/svg/custom/use-recursion-1-expected.checksum:
1399 * platform/mac/svg/custom/use-recursion-1-expected.png:
1400 * platform/mac/svg/custom/use-recursion-2-expected.checksum:
1401 * platform/mac/svg/custom/use-recursion-2-expected.png:
1402 * platform/mac/svg/custom/use-recursion-3-expected.checksum:
1403 * platform/mac/svg/custom/use-recursion-3-expected.png:
1404 * platform/mac/svg/custom/use-recursion-4-expected.checksum:
1405 * platform/mac/svg/custom/use-recursion-4-expected.png:
1406 * platform/mac/svg/custom/use-referencing-nonexisting-symbol-expected.checksum:
1407 * platform/mac/svg/custom/use-referencing-nonexisting-symbol-expected.png:
1408 * platform/mac/svg/custom/use-transform-expected.checksum:
1409 * platform/mac/svg/custom/use-transform-expected.png:
1410 * platform/mac/svg/custom/viewBox-hit-expected.checksum:
1411 * platform/mac/svg/custom/viewBox-hit-expected.png:
1412 * platform/mac/svg/custom/viewbox-syntax-expected.checksum:
1413 * platform/mac/svg/custom/viewbox-syntax-expected.png:
1414 * platform/mac/svg/custom/viewport-em-expected.checksum:
1415 * platform/mac/svg/custom/viewport-em-expected.png:
1416 * platform/mac/svg/hixie/cascade/002-expected.checksum:
1417 * platform/mac/svg/hixie/cascade/002-expected.png:
1418 * platform/mac/svg/hixie/data-types/001-expected.checksum:
1419 * platform/mac/svg/hixie/data-types/001-expected.png:
1420 * platform/mac/svg/hixie/data-types/002-expected.checksum:
1421 * platform/mac/svg/hixie/data-types/002-expected.png:
1422 * platform/mac/svg/hixie/dynamic/002-expected.checksum:
1423 * platform/mac/svg/hixie/dynamic/002-expected.png:
1424 * platform/mac/svg/hixie/error/002-expected.checksum:
1425 * platform/mac/svg/hixie/error/002-expected.png:
1426 * platform/mac/svg/hixie/error/003-expected.checksum:
1427 * platform/mac/svg/hixie/error/003-expected.png:
1428 * platform/mac/svg/hixie/error/004-expected.checksum:
1429 * platform/mac/svg/hixie/error/004-expected.png:
1430 * platform/mac/svg/hixie/error/005-expected.checksum:
1431 * platform/mac/svg/hixie/error/005-expected.png:
1432 * platform/mac/svg/hixie/error/010-expected.checksum:
1433 * platform/mac/svg/hixie/error/010-expected.png:
1434 * platform/mac/svg/hixie/error/011-expected.checksum:
1435 * platform/mac/svg/hixie/error/011-expected.png:
1436 * platform/mac/svg/hixie/error/012-expected.checksum:
1437 * platform/mac/svg/hixie/error/012-expected.png:
1438 * platform/mac/svg/hixie/error/017-expected.checksum:
1439 * platform/mac/svg/hixie/error/017-expected.png:
1440 * platform/mac/svg/hixie/links/002-expected.checksum:
1441 * platform/mac/svg/hixie/links/002-expected.png:
1442 * platform/mac/svg/hixie/links/003-broken-expected.checksum:
1443 * platform/mac/svg/hixie/links/003-broken-expected.png:
1444 * platform/mac/svg/hixie/mixed/003-expected.checksum:
1445 * platform/mac/svg/hixie/mixed/003-expected.png:
1446 * platform/mac/svg/hixie/mixed/004-expected.checksum:
1447 * platform/mac/svg/hixie/mixed/004-expected.png:
1448 * platform/mac/svg/hixie/mixed/005-expected.checksum:
1449 * platform/mac/svg/hixie/mixed/005-expected.png:
1450 * platform/mac/svg/hixie/mixed/006-expected.checksum:
1451 * platform/mac/svg/hixie/mixed/006-expected.png:
1452 * platform/mac/svg/hixie/mixed/007-expected.checksum:
1453 * platform/mac/svg/hixie/mixed/007-expected.png:
1454 * platform/mac/svg/hixie/mixed/008-expected.checksum:
1455 * platform/mac/svg/hixie/mixed/008-expected.png:
1456 * platform/mac/svg/hixie/mixed/009-expected.checksum:
1457 * platform/mac/svg/hixie/mixed/009-expected.png:
1458 * platform/mac/svg/hixie/mixed/010-expected.checksum:
1459 * platform/mac/svg/hixie/mixed/010-expected.png:
1460 * platform/mac/svg/hixie/mixed/011-expected.checksum:
1461 * platform/mac/svg/hixie/mixed/011-expected.png:
1462 * platform/mac/svg/hixie/perf/001-expected.checksum:
1463 * platform/mac/svg/hixie/perf/001-expected.png:
1464 * platform/mac/svg/hixie/perf/002-expected.checksum:
1465 * platform/mac/svg/hixie/perf/002-expected.png:
1466 * platform/mac/svg/hixie/perf/003-expected.checksum:
1467 * platform/mac/svg/hixie/perf/003-expected.png:
1468 * platform/mac/svg/hixie/perf/004-expected.checksum:
1469 * platform/mac/svg/hixie/perf/004-expected.png:
1470 * platform/mac/svg/hixie/perf/005-expected.checksum:
1471 * platform/mac/svg/hixie/perf/005-expected.png:
1472 * platform/mac/svg/hixie/perf/006-expected.checksum:
1473 * platform/mac/svg/hixie/perf/006-expected.png:
1474 * platform/mac/svg/hixie/perf/007-expected.checksum:
1475 * platform/mac/svg/hixie/perf/007-expected.png:
1476 * platform/mac/svg/hixie/processing-model/003-expected.checksum:
1477 * platform/mac/svg/hixie/processing-model/003-expected.png:
1478 * platform/mac/svg/hixie/processing-model/004-expected.checksum:
1479 * platform/mac/svg/hixie/processing-model/004-expected.png:
1480 * platform/mac/svg/hixie/rendering-model/001-expected.checksum:
1481 * platform/mac/svg/hixie/rendering-model/001-expected.png:
1482 * platform/mac/svg/hixie/rendering-model/002-expected.checksum:
1483 * platform/mac/svg/hixie/rendering-model/002-expected.png:
1484 * platform/mac/svg/hixie/rendering-model/003-expected.checksum:
1485 * platform/mac/svg/hixie/rendering-model/003-expected.png:
1486 * platform/mac/svg/hixie/rendering-model/004-expected.checksum:
1487 * platform/mac/svg/hixie/rendering-model/004-expected.png:
1488 * platform/mac/svg/hixie/shapes/path/001-expected.checksum:
1489 * platform/mac/svg/hixie/shapes/path/001-expected.png:
1490 * platform/mac/svg/hixie/text/002-expected.checksum:
1491 * platform/mac/svg/hixie/text/002-expected.png:
1492 * platform/mac/svg/hixie/text/003-expected.checksum:
1493 * platform/mac/svg/hixie/text/003-expected.png:
1494 * platform/mac/svg/hixie/text/003b-expected.checksum:
1495 * platform/mac/svg/hixie/text/003b-expected.png:
1496 * platform/mac/svg/hixie/transform/001-expected.checksum:
1497 * platform/mac/svg/hixie/transform/001-expected.png:
1498 * platform/mac/svg/hixie/viewbox/preserveAspectRatio/001-expected.checksum:
1499 * platform/mac/svg/hixie/viewbox/preserveAspectRatio/001-expected.png:
1500 * platform/mac/svg/hixie/viewbox/preserveAspectRatio/002-expected.checksum:
1501 * platform/mac/svg/hixie/viewbox/preserveAspectRatio/002-expected.png:
1502 * svg/batik/filters/filterRegions-expected.checksum:
1503 * svg/batik/filters/filterRegions-expected.png:
1504 * svg/batik/paints/patternPreserveAspectRatioA-expected.checksum:
1505 * svg/batik/paints/patternPreserveAspectRatioA-expected.png:
1506 * svg/batik/text/smallFonts-expected.checksum:
1507 * svg/batik/text/smallFonts-expected.png:
1508 * svg/batik/text/textAnchor-expected.checksum:
1509 * svg/batik/text/textAnchor-expected.png:
1510 * svg/batik/text/textAnchor2-expected.checksum:
1511 * svg/batik/text/textAnchor2-expected.png:
1512 * svg/batik/text/textAnchor3-expected.checksum:
1513 * svg/batik/text/textAnchor3-expected.png:
1514 * svg/batik/text/textDecoration2-expected.checksum:
1515 * svg/batik/text/textDecoration2-expected.png:
1516 * svg/batik/text/textFeatures-expected.checksum:
1517 * svg/batik/text/textFeatures-expected.png:
1518 * svg/batik/text/textLayout-expected.checksum:
1519 * svg/batik/text/textLayout-expected.png:
1520 * svg/batik/text/textLength-expected.checksum:
1521 * svg/batik/text/textLength-expected.png:
1522 * svg/batik/text/textOnPath-expected.checksum:
1523 * svg/batik/text/textOnPath-expected.png:
1524 * svg/batik/text/textOnPath2-expected.checksum:
1525 * svg/batik/text/textOnPath2-expected.png:
1526 * svg/batik/text/textOnPathSpaces-expected.checksum:
1527 * svg/batik/text/textOnPathSpaces-expected.png:
1528 * svg/batik/text/textProperties2-expected.checksum:
1529 * svg/batik/text/textProperties2-expected.png:
1530 * svg/batik/text/verticalText-expected.checksum:
1531 * svg/batik/text/verticalText-expected.png:
1532 * svg/batik/text/verticalTextOnPath-expected.checksum:
1533 * svg/batik/text/verticalTextOnPath-expected.png:
1534 * svg/custom/SVGMatrix-interface-expected.checksum:
1535 * svg/custom/SVGMatrix-interface-expected.png:
1536 * svg/custom/absolute-sized-svg-in-xhtml-expected.checksum:
1537 * svg/custom/absolute-sized-svg-in-xhtml-expected.png:
1538 * svg/custom/container-opacity-clip-viewBox-expected.checksum:
1539 * svg/custom/container-opacity-clip-viewBox-expected.png:
1540 * svg/custom/fill-SVGPaint-interface-expected.checksum:
1541 * svg/custom/fill-SVGPaint-interface-expected.png:
1542 * svg/custom/fill-fallback-expected.checksum:
1543 * svg/custom/fill-fallback-expected.png:
1544 * svg/custom/getPresentationAttribute-expected.checksum:
1545 * svg/custom/getPresentationAttribute-expected.png:
1546 * svg/custom/group-opacity-expected.checksum:
1547 * svg/custom/group-opacity-expected.png:
1548 * svg/custom/hit-test-unclosed-subpaths-expected.checksum:
1549 * svg/custom/hit-test-unclosed-subpaths-expected.png:
1550 * svg/custom/hit-test-with-br-expected.checksum:
1551 * svg/custom/hit-test-with-br-expected.png:
1552 * svg/custom/image-parent-translation-expected.checksum:
1553 * svg/custom/image-parent-translation-expected.png:
1554 * svg/custom/percentage-of-html-parent-expected.checksum:
1555 * svg/custom/percentage-of-html-parent-expected.png:
1556 * svg/custom/root-container-opacity-clip-viewBox-expected.checksum:
1557 * svg/custom/root-container-opacity-clip-viewBox-expected.png:
1558 * svg/custom/scroll-hit-test-expected.checksum:
1559 * svg/custom/scroll-hit-test-expected.png:
1560 * svg/custom/stroke-fallback-expected.checksum:
1561 * svg/custom/stroke-fallback-expected.png:
1562 * svg/custom/stroked-pattern-expected.checksum:
1563 * svg/custom/stroked-pattern-expected.png:
1564 * svg/custom/style-attribute-font-size-expected.checksum:
1565 * svg/custom/style-attribute-font-size-expected.png:
1566 * svg/custom/text-letter-spacing-expected.checksum:
1567 * svg/custom/text-letter-spacing-expected.png:
1568 * svg/custom/text-x-dx-lists-expected.checksum:
1569 * svg/custom/text-x-dx-lists-expected.png:
1570 * svg/custom/text-x-override-in-tspan-child-expected.checksum:
1571 * svg/custom/text-x-override-in-tspan-child-expected.png:
1572 * svg/custom/use-detach-expected.checksum:
1573 * svg/custom/use-detach-expected.png:
1574 * svg/custom/use-dynamic-append-expected.png:
1575 * svg/custom/use-on-disallowed-foreign-object-1-expected.checksum:
1576 * svg/custom/use-on-disallowed-foreign-object-1-expected.png:
1577 * svg/custom/use-on-disallowed-foreign-object-2-expected.checksum:
1578 * svg/custom/use-on-disallowed-foreign-object-2-expected.png:
1579 * svg/custom/use-on-disallowed-foreign-object-3-expected.checksum:
1580 * svg/custom/use-on-disallowed-foreign-object-3-expected.png:
1581 * svg/custom/use-on-disallowed-foreign-object-4-expected.checksum:
1582 * svg/custom/use-on-disallowed-foreign-object-4-expected.png:
1583 * svg/custom/use-on-disallowed-foreign-object-5-expected.checksum:
1584 * svg/custom/use-on-disallowed-foreign-object-5-expected.png:
1585 * svg/custom/use-on-disallowed-foreign-object-6-expected.checksum:
1586 * svg/custom/use-on-disallowed-foreign-object-6-expected.png:
1587 * svg/custom/use-on-g-containing-symbol-expected.checksum:
1588 * svg/custom/use-on-g-containing-symbol-expected.png:
1589 * svg/custom/use-on-non-svg-namespaced-element-expected.checksum:
1590 * svg/custom/use-on-non-svg-namespaced-element-expected.png:
1591 * svg/hixie/error/013-expected.checksum:
1592 * svg/hixie/error/013-expected.png:
1593 * svg/text/text-align-03-b-expected.checksum:
1594 * svg/text/text-align-03-b-expected.png:
1595 * svg/text/text-align-04-b-expected.checksum:
1596 * svg/text/text-align-04-b-expected.png:
1597 * svg/text/text-altglyph-01-b-expected.checksum:
1598 * svg/text/text-altglyph-01-b-expected.png:
1599 * svg/text/text-deco-01-b-expected.checksum:
1600 * svg/text/text-deco-01-b-expected.png:
1601 * svg/text/text-fonts-02-t-expected.checksum:
1602 * svg/text/text-fonts-02-t-expected.png:
1603 * svg/text/text-path-01-b-expected.checksum:
1604 * svg/text/text-path-01-b-expected.png:
1605 * svg/text/text-spacing-01-b-expected.checksum:
1606 * svg/text/text-spacing-01-b-expected.png:
1607 * svg/text/text-text-01-b-expected.checksum:
1608 * svg/text/text-text-01-b-expected.png:
1609 * svg/text/text-text-03-b-expected.checksum:
1610 * svg/text/text-text-03-b-expected.png:
1611 * svg/text/text-text-04-t-expected.checksum:
1612 * svg/text/text-text-04-t-expected.png:
1613 * svg/text/text-text-05-t-expected.checksum:
1614 * svg/text/text-text-05-t-expected.png:
1615 * svg/text/text-text-06-t-expected.checksum:
1616 * svg/text/text-text-06-t-expected.png:
1617 * svg/text/text-text-08-b-expected.checksum:
1618 * svg/text/text-text-08-b-expected.png:
1619 * svg/text/text-tref-01-b-expected.checksum:
1620 * svg/text/text-tref-01-b-expected.png:
1621 * svg/text/text-tselect-02-f-expected.checksum:
1622 * svg/text/text-tselect-02-f-expected.png:
1623 * svg/text/text-tspan-01-b-expected.checksum:
1624 * svg/text/text-tspan-01-b-expected.png:
1625 * svg/text/text-ws-01-t-expected.checksum:
1626 * svg/text/text-ws-01-t-expected.png:
1627 * svg/text/text-ws-02-t-expected.checksum:
1628 * svg/text/text-ws-02-t-expected.png:
1630 2007-11-16 Nikolas Zimmermann <zimmermann@kde.org>
1634 Update layout test results after the addition of the SVGTextContentElement DOM methods.
1636 * platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.checksum:
1637 * platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.png:
1638 * platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt:
1639 * platform/mac/svg/custom/text-dom-01-f-expected.checksum: Added.
1640 * platform/mac/svg/custom/text-dom-01-f-expected.png: Added.
1641 * platform/mac/svg/custom/text-dom-01-f-expected.txt: Added.
1642 * svg/custom/text-dom-01-f.svg: Added.
1643 * svg/text/text-tselect-02-f-expected.checksum:
1644 * svg/text/text-tselect-02-f-expected.png:
1645 * svg/text/text-tselect-02-f-expected.txt:
1647 2007-11-15 Adele Peterson <adele@apple.com>
1651 Test for <rdar://problem/5566652> CrashTracer: [USER] 3 crashes in Safari at HTMLSelectElement::menuListDefaultEventHandler (reproducible on mactc30.com)
1653 * fast/forms/menulist-no-renderer-onmousedown-expected.txt: Added.
1654 * fast/forms/menulist-no-renderer-onmousedown.html: Added.
1656 2007-11-15 Khoo Yit Phang <khooyp@cs.umd.edu>
1660 http://bugs.webkit.org/show_bug.cgi?id=15989
1661 XPath queries with predicates incorrectly retains the current node across unions
1663 * fast/xpath/union-context-node-expected.txt: Added.
1664 * fast/xpath/union-context-node.xhtml: Added.
1666 2007-11-15 Alexey Proskuryakov <ap@webkit.org>
1670 http://bugs.webkit.org/show_bug.cgi?id=15448
1671 Import XPath test suite from amachang.art-code.org
1673 Test by Hitoshi Amano <seijro@gmail.com>.
1675 * fast/xpath/xpath-functional-test-expected.txt: Added.
1676 * fast/xpath/xpath-functional-test.html: Added.
1678 2007-11-15 Khoo Yit Phang <khooyp@cs.umd.edu>
1682 http://bugs.webkit.org/show_bug.cgi?id=15988
1683 REGRESSION: XPath preceding-axis query misses nested elements
1685 * fast/xpath/preceding-axis-expected.txt: Added.
1686 * fast/xpath/preceding-axis.xhtml: Added.
1688 2007-11-15 Justin Garcia <justin.garcia@apple.com>
1690 Reviewed by Adele Peterson.
1692 <rdar://problem/5497643> Crash at Node::isDescendantOf when switching out of Edit HTML Source mode
1694 * editing/selection/5497643-expected.txt: Added.
1695 * editing/selection/5497643.html: Added.
1697 2007-11-14 Anders Carlsson <andersca@apple.com>
1701 <rdar://problem/5562470>
1702 openDatabase does not work when the version string is empty
1704 * storage/open-database-empty-version-expected.txt: Added.
1705 * storage/open-database-empty-version.html: Added.
1707 2007-11-14 Alexey Proskuryakov <ap@webkit.org>
1709 Reviewed by Justin Garcia.
1711 http://bugs.webkit.org/show_bug.cgi?id=15781
1712 REGRESSION: Ligatures fail to form when typing in Devanagari (because WebKit can't handle
1713 a marked range that covers half of a composed character sequence)
1715 * platform/mac/editing/input/devanagari-ligature-expected.checksum: Added.
1716 * platform/mac/editing/input/devanagari-ligature-expected.png: Added.
1717 * platform/mac/editing/input/devanagari-ligature-expected.txt: Added.
1718 * platform/mac/editing/input/devanagari-ligature.html: Added.
1720 2007-11-14 Antti Koivisto <antti@apple.com>
1722 Try to make this test less timing dependent.
1724 * http/tests/media/video-play-stall.html:
1726 2007-11-14 Beth Dakin <bdakin@apple.com>
1730 Tests for <rdar://problem/5540855> REGRESSION: Combination of
1731 client-side image map and <a> tag is not working properly (15522)
1734 * fast/images/image-map-anchor-children.html: Added.
1735 * fast/images/resources/boston.gif: Added.
1736 * platform/mac/fast/images/image-map-anchor-children-
1737 expected.checksum: Added.
1738 * platform/mac/fast/images/image-map-anchor-children-expected.png:
1740 * platform/mac/fast/images/image-map-anchor-children-expected.txt:
1743 This test was broken and is fixed now! I had to edit the test
1744 itself because it was written in the html that the two <map>
1745 examples were failing, but now they succeed.
1746 * fast/invalid/residual-style.html:
1747 * platform/mac/fast/invalid/residual-style-expected.checksum:
1748 * platform/mac/fast/invalid/residual-style-expected.png:
1749 * platform/mac/fast/invalid/residual-style-expected.txt:
1751 2007-11-14 Justin Garcia <justin.garcia@apple.com>
1753 Reviewed by Alexey Proskuryakov.
1755 <rdar://problem/5546763> CrashTracer: [USER] 362 crashes at WebCore::DeleteSelectionCommand::mergeParagraphs
1757 * editing/deleting/5546763-expected.txt: Added.
1758 * editing/deleting/5546763.html: Added.
1760 2007-11-14 Anders Carlsson <andersca@apple.com>
1764 <rdar://problem/5309081>
1765 In DRT, "plugin.logDestroy = true" not working on Windows.
1767 Remove now succeeding test from the skipped list.
1769 * platform/win/Skipped:
1771 2007-11-14 Antti Koivisto <antti@apple.com>
1773 Try to make this test less timing dependent.
1775 * media/video-currentTime-set-expected.txt:
1776 * media/video-currentTime-set.html:
1778 2007-11-14 Anders Carlsson <andersca@apple.com>
1782 * platform/win/Skipped:
1783 Remove fast/dom/Window/window-onFocus.html since it succeeds now.
1785 2007-11-13 Brady Eidson <beidson@apple.com>
1789 Fix for http://bugs.webkit.org/show_bug.cgi?id=15976
1791 * storage: Added - There will soon be an entire suite in here!
1792 * storage/transaction_callback_exception_crash-expected.txt: Added.
1793 * storage/transaction_callback_exception_crash.html: Added.
1795 2007-11-13 Adam Roben <aroben@apple.com>
1797 Add the http/tests/media directory to the Windows Skipped file
1799 * platform/win/Skipped:
1801 2007-11-13 Sam Weinig <sam@webkit.org>
1803 Reviewed by Adam Roben.
1805 Fix for <rdar://problem/5382579>
1806 http/tests/security/cross-frame-access-put.html reports large
1807 negative numbers for screenLeft and screenTop (Mac reports "0")
1809 * platform/win/Skipped: remove http/tests/security/cross-frame-access-put.html
1811 2007-11-13 Anders Carlsson <andersca@apple.com>
1815 Make this a text-only test.
1817 * fast/dom/Window/window-onFocus-expected.txt: Added.
1818 * fast/dom/Window/window-onFocus.html:
1819 * platform/mac/fast/dom/Window/window-onFocus-expected.checksum: Removed.
1820 * platform/mac/fast/dom/Window/window-onFocus-expected.png: Removed.
1821 * platform/mac/fast/dom/Window/window-onFocus-expected.txt: Removed.
1823 2007-11-12 Antti Koivisto <antti@apple.com>
1827 - add HTTP media test for stalling load
1828 - update tests that don't specifically test autoplay feature to not use autoplay
1829 attribute since playback may start before event listeners are registered
1831 * http/tests/media: Added.
1832 * http/tests/media/video-load-and-stall.cgi: Added.
1833 * http/tests/media/video-play-stall-expected.txt: Added.
1834 * http/tests/media/video-play-stall.html: Added.
1835 * media/video-autoplay.html:
1836 * media/video-dom-loopstart.html:
1837 * media/video-end.html:
1838 * media/video-loopcount.html:
1839 * media/video-loopend.html:
1840 * media/video-loopstart.html:
1842 2007-11-13 Darin Adler <darin@apple.com>
1846 - test for http://bugs.webkit.org/show_bug.cgi?id=11231
1847 RegExp bug when handling newline characters and other regular expression
1848 behavior that is different for JavaScript and PCRE
1850 * fast/js/regexp-no-extensions-expected.txt: Added.
1851 * fast/js/regexp-no-extensions.html: Added.
1852 * fast/js/resources/regexp-no-extensions.js: Added.
1854 2007-11-12 Dan Bernstein <mitz@apple.com>
1856 Reviewed by Darin Adler.
1858 - no-repaint test for <http://bugs.webkit.org/show_bug.cgi?id=15890>
1859 Most of www.aol.com still redraws unnecessarily when headline/photo section changes
1861 * fast/repaint/invisible-objects.html: Added.
1862 * platform/mac/fast/repaint/invisible-objects-expected.checksum: Added.
1863 * platform/mac/fast/repaint/invisible-objects-expected.png: Added.
1864 * platform/mac/fast/repaint/invisible-objects-expected.txt: Added.
1866 2007-11-12 Sam Weinig <sam@webkit.org>
1868 Reviewed by Adam Roben.
1870 * platform/win/Skipped: Remove http/tests/security/cross-frame-acdcess-private-browsing.html
1871 from the windows skipped list now that LayoutTestController.setPrivateBrowsingEnabled has
1874 2007-11-12 Darin Adler <darin@apple.com>
1878 - test for http://bugs.webkit.org/show_bug.cgi?id=15951
1879 REGRESSION: assertion failure in regexp match() when running JS tests
1881 * fast/js/regexp-many-brackets-expected.txt: Added.
1882 * fast/js/regexp-many-brackets.html: Added.
1883 * fast/js/resources/regexp-many-brackets.js: Added.
1885 2007-11-12 Geoffrey Garen <ggaren@apple.com>
1887 Rubber-stamped by Oliver Hunt.
1889 Landing a few layout tests from http://bugs.webkit.org/show_bug.cgi?id=14868
1890 Import variable lookup optimizations from KJS
1892 * fast/js/kde/completion-expected.txt:
1893 * fast/js/kde/resources/completion.js:
1895 2007-11-12 Geoffrey Garen <ggaren@apple.com>
1897 Rubber-stamped by Oliver Hunt.
1899 Landing a few layout tests from http://bugs.webkit.org/show_bug.cgi?id=14868
1900 Import variable lookup optimizations from KJS
1902 * fast/js/kde/completion-expected.txt:
1903 * fast/js/kde/iteration-expected.txt:
1904 * fast/js/kde/resources/completion.js:
1905 * fast/js/kde/resources/iteration.js:
1907 2007-11-12 Geoffrey Garen <ggaren@apple.com>
1909 Rubber-stamped by Oliver Hunt.
1911 Landing a few layout tests from http://bugs.webkit.org/show_bug.cgi?id=14868
1912 Import variable lookup optimizations from KJS
1914 * fast/js/kde/lval-exceptions-expected.txt: Added.
1915 * fast/js/kde/lval-exceptions.html: Added.
1916 * fast/js/kde/operators-expected.txt:
1917 * fast/js/kde/resources/lval-exceptions.js: Added.
1918 * fast/js/kde/resources/operators.js:
1920 2007-11-12 Geoffrey Garen <ggaren@apple.com>
1922 Rubber-stamped by Oliver Hunt.
1924 Landing a few layout tests from http://bugs.webkit.org/show_bug.cgi?id=14868
1925 Import variable lookup optimizations from KJS
1927 * fast/js/kde/func-decl-expected.txt: Added.
1928 * fast/js/kde/func-decl.html: Added.
1929 * fast/js/kde/resources/func-decl.js: Added.
1931 2007-11-12 Geoffrey Garen <ggaren@apple.com>
1933 Rubber-stamped by Oliver Hunt.
1935 Landing a few layout tests from http://bugs.webkit.org/show_bug.cgi?id=14868
1936 Import variable lookup optimizations from KJS
1938 * fast/js/rehash-assign-expected.txt: Added.
1939 * fast/js/rehash-assign.html: Added.
1940 * fast/js/resize-array-assign-expected.txt: Added.
1941 * fast/js/resize-array-assign.html: Added.
1942 * fast/js/resources/rehash-assign.js: Added.
1943 * fast/js/resources/resize-array-assign.js: Added.
1945 2007-11-12 Geoffrey Garen <ggaren@apple.com>
1947 Rubber-stamped by Oliver Hunt.
1949 Landing a few layout tests from http://bugs.webkit.org/show_bug.cgi?id=14868
1950 Import variable lookup optimizations from KJS
1952 * fast/js/kde/arguments-scope-expected.txt: Added.
1953 * fast/js/kde/arguments-scope.html: Added.
1954 * fast/js/kde/resources/arguments-scope.js: Added.
1955 * fast/js/kde/resources/scope.js:
1956 * fast/js/kde/scope-expected.txt:
1958 2007-11-11 Dan Bernstein <mitz@apple.com>
1960 Reviewed by Adam Roben.
1962 - test for http://bugs.webkit.org/show_bug.cgi?id=15942
1963 REGRESSION: Selecting "Edit Html" tab in Blogger causes crash (Assertion failed: isRange())
1965 * editing/selection/cleared-by-relayout-expected.txt: Added.
1966 * editing/selection/cleared-by-relayout.html: Added.
1968 2007-11-11 Antti Koivisto <antti@apple.com>
1972 Add tests for play() and pause() events.
1973 Update one test to match new behavior.
1975 * media/video-currentTime-expected.txt:
1976 * media/video-currentTime.html:
1977 * media/video-pause-empty-events-expected.txt: Added.
1978 * media/video-pause-empty-events.html: Added.
1979 * media/video-play-empty-events-expected.txt: Added.
1980 * media/video-play-empty-events.html: Added.
1981 * media/video-play-pause-events-expected.txt: Added.
1982 * media/video-play-pause-events.html: Added.
1983 * media/video-play-pause-exception-expected.txt: Added
1984 * media/video-play-pause-exception.html: Added
1985 * media/video-test.js:
1987 2007-11-11 Nikolas Zimmermann <zimmermann@kde.org>
1991 Add some basic tests to check alignment-baseline / dominant-baseline functionality.
1993 * platform/mac/svg/custom/alignment-baseline-modes-expected.checksum: Added.
1994 * platform/mac/svg/custom/alignment-baseline-modes-expected.png: Added.
1995 * platform/mac/svg/custom/alignment-baseline-modes-expected.txt: Added.
1996 * platform/mac/svg/custom/dominant-baseline-hanging-expected.checksum: Added.
1997 * platform/mac/svg/custom/dominant-baseline-hanging-expected.png: Added.
1998 * platform/mac/svg/custom/dominant-baseline-hanging-expected.txt: Added.
1999 * platform/mac/svg/custom/dominant-baseline-modes-expected.checksum: Added.
2000 * platform/mac/svg/custom/dominant-baseline-modes-expected.png: Added.
2001 * platform/mac/svg/custom/dominant-baseline-modes-expected.txt: Added.
2003 2007-11-11 Adam Roben <aroben@apple.com>
2005 Remove a now-passing test from the Windows Skipped file
2009 * platform/win/Skipped:
2011 2007-11-10 Darin Adler <darin@apple.com>
2013 * platform/win/fast/dom/Window/window-properties-expected.txt: Update for
2014 fix for http://bugs.webkit.org/show_bug.cgi?id=15922.
2016 2007-11-10 Nikolas Zimmermann <zimmermann@kde.org>
2020 Update SVG layout test results after landing the vertical text support fixes.
2022 * platform/mac/svg/W3C-SVG-1.1/text-align-05-b-expected.checksum:
2023 * platform/mac/svg/W3C-SVG-1.1/text-align-05-b-expected.png:
2024 * platform/mac/svg/W3C-SVG-1.1/text-align-05-b-expected.txt:
2025 * platform/mac/svg/W3C-SVG-1.1/text-align-06-b-expected.checksum:
2026 * platform/mac/svg/W3C-SVG-1.1/text-align-06-b-expected.png:
2027 * platform/mac/svg/W3C-SVG-1.1/text-align-06-b-expected.txt:
2028 * svg/batik/text/textGlyphOrientationHorizontal-expected.txt:
2029 * svg/batik/text/verticalText-expected.checksum:
2030 * svg/batik/text/verticalText-expected.png:
2031 * svg/batik/text/verticalText-expected.txt:
2032 * svg/batik/text/verticalTextOnPath-expected.checksum:
2033 * svg/batik/text/verticalTextOnPath-expected.png:
2034 * svg/batik/text/verticalTextOnPath-expected.txt:
2035 * svg/text/text-align-05-b-expected.txt:
2036 * svg/text/text-align-06-b-expected.txt:
2037 * svg/text/text-path-01-b-expected.checksum:
2038 * svg/text/text-path-01-b-expected.png:
2040 2007-11-10 Nikolas Zimmermann <zimmermann@kde.org>
2042 Rubberstamped by Eric.
2044 Update some SVG pixel test results - which show changes lately -> repainting fixes.
2046 * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.checksum:
2047 * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.png:
2048 * platform/mac/svg/custom/junk-data-expected.checksum:
2049 * platform/mac/svg/custom/junk-data-expected.png:
2050 * platform/mac/svg/custom/missing-xlink-expected.checksum:
2051 * platform/mac/svg/custom/missing-xlink-expected.png:
2052 * platform/mac/svg/hixie/error/012-expected.checksum:
2053 * platform/mac/svg/hixie/error/012-expected.png:
2055 2007-11-10 Darin Adler <darin@apple.com>
2059 - test for http://bugs.webkit.org/show_bug.cgi?id=15927
2060 delete a.c followed by __defineGetter__("c", ...) incorrectly deletes another property
2062 * fast/js/delete-then-put-expected.txt: Added.
2063 * fast/js/delete-then-put.html: Added.
2064 * fast/js/resources/delete-then-put.js: Added.
2066 2007-11-10 Sam Weinig <sam@webkit.org>
2068 Reviewed by Tim Hatcher.
2070 Follow up to <rdar://problem/5394877> Safari should not log unsafe JavaScript
2071 attempts when in private browsing mode (only an issue if Log JavaScript Exceptions
2074 Test using the new LayoutTestController.setPrivateBrowsingEnabled(bool)
2076 * http/tests/security/cross-frame-access-private-browsing-expected.txt: Added.
2077 * http/tests/security/cross-frame-access-private-browsing.html: Added.
2078 * platform/win/Skipped: Add new test to windows skip list until we have an
2079 implementation of LayoutTestController.setPrivateBrowsingEnabled(bool) for it.
2081 2007-11-10 Alexey Proskuryakov <ap@webkit.org>
2085 http://bugs.webkit.org/show_bug.cgi?id=15922
2086 Implement more of Mozilla Selection API
2088 * editing/selection/containsNode-expected.txt: Added.
2089 * editing/selection/containsNode.html: Added.
2090 * editing/selection/deleteFromDocument-expected.txt: Added.
2091 * editing/selection/deleteFromDocument.html: Added.
2092 * editing/selection/extend-expected.txt: Added.
2093 * editing/selection/extend.html: Added.
2094 * editing/selection/selectAllChildren-expected.txt: Added.
2095 * editing/selection/selectAllChildren.html: Added.
2096 * fast/dom/Window/window-properties-expected.txt:
2098 2007-11-10 Alexey Proskuryakov <ap@webkit.org>
2102 http://bugs.webkit.org/show_bug.cgi?id=15892
2103 DOM Range operations are not implemented for ProcessingInstruction nodes
2105 * fast/dom/Range/range-processing-instructions-expected.txt: Added.
2106 * fast/dom/Range/range-processing-instructions.html: Added.
2108 2007-11-09 Tristan O'Tierney <tristan@apple.com>
2110 Reviewed by Sam Weinig.
2112 * fast/dom/Window/window-resize-nan.html: Removed.
2113 * fast/dom/Window/window-resize-nan.html-disabled: Copied from fast/dom/Window/window-resize-nan.html.
2115 Disabled nan test until window resize issues can be resolved.
2117 2007-11-08 Adam Roben <aroben@apple.com>
2119 Add a test for <rdar://5483519> Pressing Enter on selected buttons should fire onclick
2123 * fast/forms/enter-clicks-buttons-expected.txt: Added.
2124 * fast/forms/enter-clicks-buttons.html: Added.
2126 2007-11-09 Dan Bernstein <mitz@apple.com>
2128 Reviewed by Antti Koivisto.
2130 - test that dynamically changing a descendant of an invisible layer to
2133 * fast/layers/layer-content-visibility-change.html: Added.
2134 * platform/mac/fast/layers/layer-content-visibility-change-expected.checksum: Added.
2135 * platform/mac/fast/layers/layer-content-visibility-change-expected.png: Added.
2136 * platform/mac/fast/layers/layer-content-visibility-change-expected.txt: Added.
2138 2007-11-09 Beth Dakin <bdakin@apple.com>
2142 Test for <rdar://problem/5586370> CSS Transform - incorrect matrix
2143 math leads to crazy problems
2145 * fast/transforms/identity-matrix.html: Added.
2146 * platform/mac/fast/transforms/identity-matrix-expected.checksum: Added.
2147 * platform/mac/fast/transforms/identity-matrix-expected.png: Added.
2148 * platform/mac/fast/transforms/identity-matrix-expected.txt: Added.
2150 2007-11-08 Oliver Hunt <oliver@apple.com>
2154 Layout test to guard against bit operation regressions.
2156 * fast/js/bitwise-and-on-undefined-expected.txt: Added.
2157 * fast/js/bitwise-and-on-undefined.html: Added.
2159 2007-11-08 Dan Bernstein <mitz@apple.com>
2161 Reviewed by Beth Dakin.
2163 - test for <rdar://problem/5491922> REGRESSION (Safari 2-3): Flash-based "Cash Optimizer" on etrade.com does not draw completely
2165 * fast/dom/length-attribute-mapping-expected.txt: Added.
2166 * fast/dom/length-attribute-mapping.html: Added.
2168 2007-11-08 Darin Adler <darin@apple.com>
2172 - test changes for <rdar://problem/5552943> accesskey does not focus <button> elements
2174 * fast/forms/access-key.html: Check for both focus and click events on all elements, but
2175 resisted the urge to switch to the American spelling for "focused".
2177 * fast/forms/access-key-expected.txt: Updated to reflect the bug fix ("1 button focussed"),
2178 the fact that <input type=button>, <input type=checkbox>, <input type=submit>, and
2179 <input type=reset> are all both focused and clicked ("2 input type button clicked",
2180 "3 input type checkbox clicked", "5 input type submit focussed", and
2181 "6 input type reset focussed"). Unfortunately this now also demonstrates that we don't
2182 send a click to <input type=text> and Gecko does. And there are still quite a few types
2183 that are not covered.
2185 2007-11-07 David Kilzer <ddkilzer@apple.com>
2187 WebKit confuses width/height for Media Queries device-aspect-ratio evaluation
2188 <http://bugs.webkit.org/show_bug.cgi?id=14893>
2189 <rdar://problem/5380295>
2193 Each of the following tests creates a <link> element and dynamically sets its
2194 media query based on the aspect ratio (width/height) of the current screen.
2195 When the <link> element is attached to the <head> node, the test expects the
2196 stylesheet to be loaded for the test to pass.
2198 * fast/css/device-aspect-ratio-expected.txt: Added.
2199 * fast/css/device-aspect-ratio.html: Added.
2201 This test sets the device-aspect-ratio to the current size of the screen.
2202 NOTE: This test passed before the fix.
2204 * fast/css/max-device-aspect-ratio-expected.txt: Added.
2205 * fast/css/max-device-aspect-ratio.html: Added.
2207 This test sets the max-device-aspect ratio to 100/1 for landscape monitors or
2208 1/1 for portrait (or square) monitors.
2209 NOTE: This test failed before the fix.
2211 * fast/css/min-device-aspect-ratio-expected.txt: Added.
2212 * fast/css/min-device-aspect-ratio.html: Added.
2214 This test sets the min-device-aspect ratio to 1/1 for landscape monitors or
2215 1/100 for portrait (or square) monitors.
2216 NOTE: This test failed before the fix.
2218 * fast/css/resources/device-aspect-ratio.css: Added.
2220 2007-11-07 Dan Bernstein <mitz@apple.com>
2222 Reviewed by Dave Hyatt.
2224 - test for http://bugs.webkit.org/show_bug.cgi?id=15887
2225 REGRESSION (r27576): Crash in RenderStyle::affectedByHoverRules clicking link on Digg
2227 * fast/css/display-none-inline-style-change-crash-expected.txt: Added.
2228 * fast/css/display-none-inline-style-change-crash.html: Added.
2230 2007-11-07 Dan Bernstein <mitz@apple.com>
2232 Reviewed by Darin Adler.
2234 - test that CSS rules with :hover in the ancestor chain continue to work
2235 after changing the inline style declaration of the ancestor
2237 * fast/css/affected-by-hover-after-style-change.html: Added.
2238 * platform/mac/fast/css/affected-by-hover-after-style-change-expected.checksum: Added.
2239 * platform/mac/fast/css/affected-by-hover-after-style-change-expected.png: Added.
2240 * platform/mac/fast/css/affected-by-hover-after-style-change-expected.txt: Added.
2242 2007-11-06 Geoffrey Garen <ggaren@apple.com>
2244 Reviewed by Darin Adler.
2246 Beefed up the RegExp.compile testcase to cover a mistake in the
2247 original check-in and a mistake I made while developing my new patch.
2249 * fast/js/resources/regexp-compile.js:
2251 2007-11-07 Lars Knoll <lars@trolltech.com>
2255 don't put nbsp's into the plan text paste
2257 Fix both ClipboardQt and PasteboardQt to replace
2258 nbsp's with spaces before putting the text onto the
2259 native clipboard. This is consistent with Mac and Win
2260 and fixes at least editing/pasteboard/4076267-3.html
2262 * platform/qt/Skipped:
2263 * platform/qt/editing/pasteboard/4076267-3-expected.txt: Added.
2265 2007-11-07 Lars Knoll <lars@trolltech.com>
2269 update test results after the last commit.
2271 * platform/qt/css1/box_properties/acid_test-expected.txt:
2272 * platform/qt/css2.1/t09-c5526c-display-00-e-expected.txt:
2273 * platform/qt/fast/block/basic/011-expected.txt:
2274 * platform/qt/fast/block/margin-collapse/103-expected.txt:
2275 * platform/qt/fast/dom/HTMLInputElement/input-image-alt-text-expected.txt:
2276 * platform/qt/fast/forms/002-expected.txt:
2277 * platform/qt/fast/forms/005-expected.txt:
2278 * platform/qt/fast/forms/checkbox-radio-onchange-expected.txt:
2279 * platform/qt/fast/forms/formmove-expected.txt:
2280 * platform/qt/fast/forms/formmove2-expected.txt:
2281 * platform/qt/fast/forms/input-align-image-expected.txt:
2282 * platform/qt/fast/forms/input-appearance-height-expected.txt:
2283 * platform/qt/fast/forms/input-type-change-expected.txt:
2284 * platform/qt/fast/forms/preserveFormDuringResidualStyle-expected.txt:
2285 * platform/qt/fast/forms/radio-attr-order-expected.txt:
2286 * platform/qt/fast/forms/radio-nested-labels-expected.txt:
2287 * platform/qt/fast/forms/radio_checked-expected.txt:
2288 * platform/qt/fast/forms/radio_checked_dynamic-expected.txt:
2289 * platform/qt/fast/forms/search-cancel-button-style-sharing-expected.txt:
2290 * platform/qt/fast/forms/searchfield-heights-expected.txt:
2291 * platform/qt/fast/forms/slider-thumb-shared-style-expected.txt:
2292 * platform/qt/fast/forms/slider-thumb-stylability-expected.txt:
2293 * platform/qt/fast/inline/positionedLifetime-expected.txt:
2294 * platform/qt/fast/replaced/width100percent-radio-expected.txt:
2295 * platform/qt/fast/replaced/width100percent-searchfield-expected.txt:
2296 * platform/qt/tables/mozilla/bugs/bug1318-expected.txt:
2297 * platform/qt/tables/mozilla/bugs/bug19599-expected.txt:
2298 * platform/qt/tables/mozilla/bugs/bug24200-expected.txt:
2299 * platform/qt/tables/mozilla/bugs/bug4527-expected.txt:
2300 * platform/qt/tables/mozilla_expected_failures/core/captions1-expected.txt:
2301 * platform/qt/tables/mozilla_expected_failures/core/captions2-expected.txt:
2303 2007-11-07 Lars Knoll <lars@trolltech.com>
2307 Update the list of skipped tests.
2309 Three more tests are passing.
2311 * platform/qt/Skipped:
2313 2007-11-07 Lars Knoll <lars@trolltech.com>
2317 add more passing test cases.
2319 * platform/qt/Skipped:
2320 * platform/qt/editing/inserting/insert-3907422-fix-expected.txt: Added.
2321 * platform/qt/editing/pasteboard/3976872-expected.txt: Added.
2322 * platform/qt/editing/pasteboard/4242293-1-expected.txt: Added.
2323 * platform/qt/editing/pasteboard/4242293-expected.txt: Added.
2324 * platform/qt/editing/pasteboard/4631972-expected.txt: Added.
2325 * platform/qt/editing/pasteboard/4641033-expected.txt: Added.
2326 * platform/qt/editing/pasteboard/4700297-expected.txt: Added.
2327 * platform/qt/editing/pasteboard/4806874-expected.txt: Added.
2328 * platform/qt/editing/pasteboard/4840662-expected.txt: Added.
2329 * platform/qt/editing/pasteboard/4944770-1-expected.txt: Added.
2330 * platform/qt/editing/pasteboard/4989774-expected.txt: Added.
2331 * platform/qt/editing/pasteboard/5006779-expected.txt: Added.
2332 * platform/qt/editing/pasteboard/5027857-expected.txt: Added.
2333 * platform/qt/editing/pasteboard/5032095-expected.txt: Added.
2334 * platform/qt/editing/pasteboard/5065605-expected.txt: Added.
2335 * platform/qt/editing/pasteboard/5071074-2-expected.txt: Added.
2336 * platform/qt/editing/pasteboard/5071074-expected.txt: Added.
2337 * platform/qt/editing/pasteboard/5075944-2-expected.txt: Added.
2338 * platform/qt/editing/pasteboard/5075944-3-expected.txt: Added.
2339 * platform/qt/editing/pasteboard/5075944-expected.txt: Added.
2340 * platform/qt/editing/pasteboard/5134759-expected.txt: Added.
2341 * platform/qt/editing/pasteboard/5156401-1-expected.txt: Added.
2342 * platform/qt/editing/pasteboard/5245519-expected.txt: Added.
2343 * platform/qt/editing/pasteboard/5247341-expected.txt: Added.
2344 * platform/qt/editing/pasteboard/5368833-expected.txt: Added.
2345 * platform/qt/editing/pasteboard/5387578-expected.txt: Added.
2346 * platform/qt/editing/pasteboard/5478250-expected.txt: Added.
2347 * platform/qt/editing/pasteboard/5483567-expected.txt: Added.
2348 * platform/qt/editing/pasteboard/7955-expected.txt: Added.
2349 * platform/qt/editing/pasteboard/8145-1-expected.txt: Added.
2350 * platform/qt/editing/pasteboard/8145-2-expected.txt: Added.
2351 * platform/qt/editing/pasteboard/8145-3-expected.txt: Added.
2352 * platform/qt/editing/pasteboard/bad-placeholder-expected.txt: Added.
2353 * platform/qt/editing/pasteboard/copy-paste-bidi-expected.txt: Added.
2354 * platform/qt/editing/pasteboard/cut-text-001-expected.txt: Added.
2355 * platform/qt/editing/pasteboard/displaced-generic-placeholder-expected.txt: Added.
2356 * platform/qt/editing/pasteboard/displaced-placeholder-expected.txt: Added.
2357 * platform/qt/editing/pasteboard/display-block-on-spans-expected.txt: Added.
2358 * platform/qt/editing/pasteboard/emacs-cntl-y-001-expected.txt: Added.
2359 * platform/qt/editing/pasteboard/innerText-inline-table-expected.txt: Added.
2360 * platform/qt/editing/pasteboard/interchange-newline-1-expected.txt: Added.
2361 * platform/qt/editing/pasteboard/interchange-newline-3-expected.txt: Added.
2362 * platform/qt/editing/pasteboard/interchange-newline-4-expected.txt: Added.
2363 * platform/qt/editing/pasteboard/merge-after-delete-1-expected.txt: Added.
2364 * platform/qt/editing/pasteboard/merge-after-delete-2-expected.txt: Added.
2365 * platform/qt/editing/pasteboard/merge-after-delete-expected.txt: Added.
2366 * platform/qt/editing/pasteboard/merge-end-1-expected.txt: Added.
2367 * platform/qt/editing/pasteboard/merge-end-2-expected.txt: Added.
2368 * platform/qt/editing/pasteboard/merge-end-3-expected.txt: Added.
2369 * platform/qt/editing/pasteboard/merge-end-4-expected.txt: Added.
2370 * platform/qt/editing/pasteboard/merge-end-5-expected.txt: Added.
2371 * platform/qt/editing/pasteboard/merge-end-blockquote-expected.txt: Added.
2372 * platform/qt/editing/pasteboard/merge-end-borders-expected.txt: Added.
2373 * platform/qt/editing/pasteboard/merge-end-list-expected.txt: Added.
2374 * platform/qt/editing/pasteboard/merge-end-table-expected.txt: Added.
2375 * platform/qt/editing/pasteboard/merge-start-blockquote-expected.txt: Added.
2376 * platform/qt/editing/pasteboard/merge-start-list-expected.txt: Added.
2377 * platform/qt/editing/pasteboard/nested-blocks-with-text-area-expected.txt: Added.
2378 * platform/qt/editing/pasteboard/nested-blocks-with-text-field-expected.txt: Added.
2379 * platform/qt/editing/pasteboard/paste-4035648-fix-expected.txt: Added.
2380 * platform/qt/editing/pasteboard/paste-4038267-fix-expected.txt: Added.
2381 * platform/qt/editing/pasteboard/paste-4039777-fix-expected.txt: Added.
2382 * platform/qt/editing/pasteboard/paste-blockquote-1-expected.txt: Added.
2383 * platform/qt/editing/pasteboard/paste-blockquote-2-expected.txt: Added.
2384 * platform/qt/editing/pasteboard/paste-blockquote-3-expected.txt: Added.
2385 * platform/qt/editing/pasteboard/paste-line-endings-001-expected.txt: Added.
2386 * platform/qt/editing/pasteboard/paste-line-endings-002-expected.txt: Added.
2387 * platform/qt/editing/pasteboard/paste-line-endings-003-expected.txt: Added.
2388 * platform/qt/editing/pasteboard/paste-line-endings-004-expected.txt: Added.
2389 * platform/qt/editing/pasteboard/paste-line-endings-005-expected.txt: Added.
2390 * platform/qt/editing/pasteboard/paste-line-endings-006-expected.txt: Added.
2391 * platform/qt/editing/pasteboard/paste-line-endings-007-expected.txt: Added.
2392 * platform/qt/editing/pasteboard/paste-line-endings-008-expected.txt: Added.
2393 * platform/qt/editing/pasteboard/paste-line-endings-009-expected.txt: Added.
2394 * platform/qt/editing/pasteboard/paste-line-endings-010-expected.txt: Added.
2395 * platform/qt/editing/pasteboard/paste-list-001-expected.txt: Added.
2396 * platform/qt/editing/pasteboard/paste-match-style-001-expected.txt: Added.
2397 * platform/qt/editing/pasteboard/paste-match-style-002-expected.txt: Added.
2398 * platform/qt/editing/pasteboard/paste-pre-001-expected.txt: Added.
2399 * platform/qt/editing/pasteboard/paste-pre-002-expected.txt: Added.
2400 * platform/qt/editing/pasteboard/paste-table-001-expected.txt: Added.
2401 * platform/qt/editing/pasteboard/paste-table-003-expected.txt: Added.
2402 * platform/qt/editing/pasteboard/paste-table-cells-expected.txt: Added.
2403 * platform/qt/editing/pasteboard/paste-text-002-expected.txt: Added.
2404 * platform/qt/editing/pasteboard/paste-text-003-expected.txt: Added.
2405 * platform/qt/editing/pasteboard/paste-text-004-expected.txt: Added.
2406 * platform/qt/editing/pasteboard/paste-text-005-expected.txt: Added.
2407 * platform/qt/editing/pasteboard/paste-text-006-expected.txt: Added.
2408 * platform/qt/editing/pasteboard/paste-text-007-expected.txt: Added.
2409 * platform/qt/editing/pasteboard/paste-text-009-expected.txt: Added.
2410 * platform/qt/editing/pasteboard/paste-text-010-expected.txt: Added.
2411 * platform/qt/editing/pasteboard/paste-text-011-expected.txt: Added.
2412 * platform/qt/editing/pasteboard/paste-text-012-expected.txt: Added.
2413 * platform/qt/editing/pasteboard/paste-text-014-expected.txt: Added.
2414 * platform/qt/editing/pasteboard/paste-text-015-expected.txt: Added.
2415 * platform/qt/editing/pasteboard/paste-text-016-expected.txt: Added.
2416 * platform/qt/editing/pasteboard/paste-text-017-expected.txt: Added.
2417 * platform/qt/editing/pasteboard/paste-text-018-expected.txt: Added.
2418 * platform/qt/editing/pasteboard/paste-text-019-expected.txt: Added.
2419 * platform/qt/editing/pasteboard/paste-text-at-tabspan-001-expected.txt: Added.
2420 * platform/qt/editing/pasteboard/paste-text-at-tabspan-002-expected.txt: Added.
2421 * platform/qt/editing/pasteboard/paste-text-at-tabspan-003-expected.txt: Added.
2422 * platform/qt/editing/pasteboard/paste-unrendered-select-expected.txt: Added.
2423 * platform/qt/editing/pasteboard/pasting-object-expected.txt: Added.
2424 * platform/qt/editing/pasteboard/pasting-tabs-expected.txt: Added.
2425 * platform/qt/editing/pasteboard/prevent-block-nesting-01-expected.txt: Added.
2426 * platform/qt/editing/pasteboard/quirks-mode-br-1-expected.txt: Added.
2427 * platform/qt/editing/pasteboard/smart-paste-006-expected.txt: Added.
2428 * platform/qt/editing/pasteboard/styled-element-markup-expected.txt: Added.
2429 * platform/qt/editing/selection/4932260-1-expected.txt: Added.
2430 * platform/qt/editing/selection/5234383-1-expected.txt: Added.
2431 * platform/qt/editing/selection/extend-by-word-002-expected.txt: Added.
2432 * platform/qt/editing/selection/move-by-sentence-linebreak-expected.txt: Added.
2433 * platform/qt/editing/selection/select-box-expected.txt: Added.
2434 * platform/qt/editing/selection/select-element-paragraph-boundary-expected.txt: Added.
2435 * platform/qt/editing/style/font-family-with-space-expected.txt: Added.
2436 * platform/qt/editing/style/non-inheritable-styles-expected.txt: Added.
2437 * platform/qt/editing/style/relative-font-size-change-002-expected.txt: Added.
2438 * platform/qt/editing/undo/undo-misspellings-expected.txt: Added.
2439 * platform/qt/editing/undo/undo-typing-001-expected.txt: Added.
2440 * platform/qt/editing/unsupported-content/list-delete-001-expected.txt: Added.
2441 * platform/qt/editing/unsupported-content/list-delete-003-expected.txt: Added.
2442 * platform/qt/editing/unsupported-content/list-type-after-expected.txt: Added.
2443 * platform/qt/editing/unsupported-content/list-type-before-expected.txt: Added.
2444 * platform/qt/editing/unsupported-content/table-delete-001-expected.txt: Added.
2445 * platform/qt/editing/unsupported-content/table-delete-002-expected.txt: Added.
2446 * platform/qt/editing/unsupported-content/table-delete-003-expected.txt: Added.
2447 * platform/qt/editing/unsupported-content/table-type-after-expected.txt: Added.
2448 * platform/qt/editing/unsupported-content/table-type-before-expected.txt: Added.
2450 2007-11-07 Alexey Proskuryakov <ap@nypop.com>
2452 Finished moving editing/pasteboard/5583362.html to platform/mac (this test was crashing in ObjC test plugin,
2453 because it couldn't find its resources).
2455 * editing/resources/plaintext-pasteboard-data.dat: Removed.
2456 * platform/mac/editing/resources: Added.
2457 * platform/mac/editing/resources/plaintext-pasteboard-data.dat: Copied from editing/resources/plaintext-pasteboard-data.dat.
2459 2007-11-07 Dan Bernstein <mitz@apple.com>
2461 Reviewed by Brady Eidson.
2463 - test for http://bugs.webkit.org/show_bug.cgi?id=15877
2464 REGRESSION: r27486 caused a layout regression at my bank's website
2466 * fast/block/float/overhanging-after-height-decrease-offsets.html: Added.
2467 * platform/mac-leopard/fast/block/float/overhanging-after-height-decrease-offsets-expected.checksum: Added.
2468 * platform/mac-leopard/fast/block/float/overhanging-after-height-decrease-offsets-expected.png: Added.
2469 * platform/mac/fast/block/float/overhanging-after-height-decrease-offsets-expected.txt: Added.
2471 2007-11-06 Adam Roben <aroben@apple.com>
2473 Move a Mac-specific test to platform/mac
2475 * editing/pasteboard/5583362.html: Removed.
2476 * platform/mac/editing/pasteboard/5583362.html: Added.
2478 2007-11-06 Beth Dakin <bdakin@apple.com>
2482 New test for <rdar://problem/5575812> REGRESSION:When using
2483 absolute positioning with overflow:auto div, WebKit seems to add an
2485 * fast/overflow/overflow-auto-position-absolute.html: Added.
2486 * platform/mac/fast/overflow/overflow-auto-position-absolute-expected.checksum: Added.
2487 * platform/mac/fast/overflow/overflow-auto-position-absolute-expected.png: Added.
2488 * platform/mac/fast/overflow/overflow-auto-position-absolute-expected.txt: Added.
2490 Test with changed results. The measurements in the rtl example now
2491 more closely mirror the ltr example.
2492 * platform/mac/fast/overflow/unreachable-overflow-rtl-bug-expected.txt:
2494 2007-11-06 Justin Garcia <justin.garcia@apple.com>
2496 Reviewed by Dan Bernstein.
2498 <rdar://problem/5583387> ASSERTION FAILED: !refChild->hasTagName(bodyTag) when pasting newline in plain text into rich text Mail
2499 <rdar://problem/5583362> REGRESSION (5523.10.3-TOT): Newlines stripped when pasting plain text in Mail
2501 * editing/pasteboard/5583362.html: Added.
2502 * editing/resources/plaintext-pasteboard-data.dat: Added.
2503 * platform/mac/editing/pasteboard/5583362-expected.checksum: Added.
2504 * platform/mac/editing/pasteboard/5583362-expected.png: Added.
2505 * platform/mac/editing/pasteboard/5583362-expected.txt: Added.
2507 2007-11-06 Antti Koivisto <antti@apple.com>
2509 Correct test results.
2511 * platform/mac/fast/layers/layer-visibility-expected.txt:
2513 2007-11-06 Antti Koivisto <antti@apple.com>
2517 Update test to cover
2518 <rdar://problem/5521068>
2519 Visibility not propagated correctly for children of a layer with z-index
2521 The fix for this was (accidentally) already checked in with r27277,
2522 with retroactive r=hyatt.
2524 * fast/layers/layer-visibility.html:
2525 * platform/mac/fast/layers/layer-visibility-expected.checksum:
2526 * platform/mac/fast/layers/layer-visibility-expected.png:
2527 * platform/mac/fast/layers/layer-visibility-expected.txt:
2529 2007-11-06 Justin Garcia <justin.garcia@apple.com>
2531 Reviewed by Darin Adler.
2533 <rdar://problem/5576619> REGRESSION: Caret disappears after deleting the last character in inline hole (15714)
2535 * platform/mac/editing/input/5576619-expected.checksum: Added.
2536 * platform/mac/editing/input/5576619-expected.png: Added.
2537 * platform/mac/editing/input/5576619-expected.txt: Added.
2538 * platform/mac/editing/input/5576619.html: Added.
2539 * platform/mac/editing/input/text-input-controller-expected.txt:
2541 2007-11-06 Dan Bernstein <mitz@apple.com>
2543 Reviewed by Antti Koivisto and Dave Hyatt.
2545 - test for <rdar://problem/5582961> Incorrect layout and floating object list corruption when CSS decreases a block's height
2547 * fast/block/float/overhanging-after-height-decrease.html: Added.
2548 * platform/mac-leopard/fast/block: Added.
2549 * platform/mac-leopard/fast/block/float: Added.
2550 * platform/mac-leopard/fast/block/float/overhanging-after-height-decrease-expected.checksum: Added.
2551 * platform/mac-leopard/fast/block/float/overhanging-after-height-decrease-expected.png: Added.
2552 * platform/mac/fast/block/float/overhanging-after-height-decrease-expected.txt: Added.
2554 2007-11-05 Adele Peterson <adele@apple.com>
2558 Added test for poster attribute.
2560 * media/content/abe.png: Added.
2561 * media/content/greenbox.png: Added.
2562 * media/video-poster-expected.txt: Added.
2563 * media/video-poster.html: Added.
2565 2007-11-06 Antti Koivisto <antti@apple.com>
2569 Tests for media src attribute changes.
2571 * media/video-src-change-expected.txt: Added.
2572 * media/video-src-change.html: Added.
2573 * media/video-src-remove-expected.txt: Added.
2574 * media/video-src-remove.html: Added.
2575 * media/video-src-set-expected.txt: Added.
2576 * media/video-src-set.html: Added.
2577 * media/video-test.js:
2579 2007-11-06 Dan Bernstein <mitz@apple.com>
2581 Reviewed by Darin Adler.
2583 - repaint test for http://bugs.webkit.org/show_bug.cgi?id=15838
2584 Incomplete repaint toggling "How you know this person" on Facebook
2586 * fast/repaint/make-children-non-inline.html: Added.
2587 * platform/mac/fast/repaint/make-children-non-inline-expected.txt: Added.
2588 * platform/mac-leopard/fast/repaint: Added.
2589 * platform/mac-leopard/fast/repaint/make-children-non-inline-expected.checksum: Added.
2590 * platform/mac-leopard/fast/repaint/make-children-non-inline-expected.png: Added.
2592 2007-11-05 Adam Roben <aroben@apple.com>
2594 Remove a now-passing test from the Windows Skipped file
2598 * platform/win/Skipped:
2600 2007-11-05 Dan Bernstein <mitz@apple.com>
2602 Reviewed by Oliver Hunt.
2604 - test that an all-whitespace class attribute does not cause an assertion failure
2606 * fast/dom/class-all-whitespace-expected.txt: Added.
2607 * fast/dom/class-all-whitespace.html: Added.
2609 2007-11-05 Alexey Proskuryakov <ap@webkit.org>
2613 http://bugs.webkit.org/show_bug.cgi?id=15841
2614 fast/dom/Document/early-document-access.html crashes under GuardMalloc
2616 * fast/dom/Document/early-document-access.html: Don't check for open() timeout;
2617 wait for popup window to close as long as it takes.
2619 2007-11-03 Darin Adler <darin@apple.com>
2623 - updates for http://bugs.webkit.org/show_bug.cgi?id=15814
2624 <rdar://problem/5536644> fast/js/kde/encode_decode_uri.html fails
2626 * fast/js/kde/resources/encode_decode_uri.js: Rewrote the test to cover edges better,
2627 and use the should functions in a way that makes failures easier to understand.
2628 * fast/js/kde/encode_decode_uri-expected.txt: Updated.
2630 2007-11-02 Antti Koivisto <antti@apple.com>
2634 Test for video width/height DOM and content attributes.
2636 * media/video-width-height-expected.txt: Added.
2637 * media/video-width-height.html: Added.
2639 2007-11-02 Darin Adler <darin@apple.com>
2643 - test for http://bugs.webkit.org/show_bug.cgi?id=15806
2644 <rdar://problem/5561626> ASSERT(element->isRadioButton()) fires destroying form elements
2646 * fast/forms/remove-radio-button-assert-expected.txt: Added.
2647 * fast/forms/remove-radio-button-assert.html: Added.
2649 2007-11-02 Darin Adler <darin@apple.com>
2653 - update tests affected by fix for <rdar://problem/5530185> WebKit does not show
2654 <object> fallback content when both URL and MIME type is omitted
2656 * dom/html/level2/html/AppletsCollection-expected.txt: The text "Nothing here!" renders now.
2657 * fast/dom/HTMLDocument/object-by-name-unknown-child-element-expected.txt: Some blank
2659 * platform/mac/fast/invalid/residual-style-expected.txt: A font element renders now.
2661 2007-11-01 Dan Bernstein <mitz@apple.com>
2663 - fix typo in test name
2665 * fast/repaint/layout-state-only-posiitoned.html: Removed.
2666 * fast/repaint/layout-state-only-positioned.html: Copied from fast/repaint/layout-state-only-posiitoned.html.
2667 * platform/mac/fast/repaint/layout-state-only-posiitoned-expected.checksum: Removed.
2668 * platform/mac/fast/repaint/layout-state-only-posiitoned-expected.png: Removed.
2669 * platform/mac/fast/repaint/layout-state-only-posiitoned-expected.txt: Removed.
2670 * platform/mac/fast/repaint/layout-state-only-positioned-expected.checksum: Copied from platform/mac/fast/repaint/layout-state-only-posiitoned-expected.checksum.
2671 * platform/mac/fast/repaint/layout-state-only-positioned-expected.png: Copied from platform/mac/fast/repaint/layout-state-only-posiitoned-expected.png.
2672 * platform/mac/fast/repaint/layout-state-only-positioned-expected.txt: Copied from platform/mac/fast/repaint/layout-state-only-posiitoned-expected.txt.
2674 2007-11-01 Geoffrey Garen <ggaren@apple.com>
2676 Reviewed by Maciej Stachowiak.
2678 Layout test for http://bugs.webkit.org/show_bug.cgi?id=15785
2679 REGRESSION(r27344): Crash on load at finance.yahoo.com
2681 * fast/js/activation-object-function-lifetime-expected.txt: Added.
2682 * fast/js/activation-object-function-lifetime.html: Added.
2684 2007-11-01 Dan Bernstein <mitz@apple.com>
2686 Reviewed by Dave Hyatt.
2688 - repaint test for http://bugs.webkit.org/show_bug.cgi?id=15015
2689 <rdar://problem/5420308> Most of www.aol.com redraws unnecessarily when headline/photo section changes
2691 * fast/repaint/overflow-clip-subtree-layout.html: Added.
2692 * platform/mac/fast/repaint/overflow-clip-subtree-layout-expected.checksum: Added.
2693 * platform/mac/fast/repaint/overflow-clip-subtree-layout-expected.png: Added.
2694 * platform/mac/fast/repaint/overflow-clip-subtree-layout-expected.txt: Added.
2696 2007-10-31 Adam Roben <aroben@apple.com>
2698 Add Windows-specific results for window-properties
2700 HTML Timed Media elements aren't implemented yet on Windows.
2702 * platform/win/fast/dom/Window/window-properties-expected.txt: Added.
2704 2007-10-31 Adam Roben <aroben@apple.com>
2706 New test for a crash when parsing a cubic-bezier function
2710 * fast/css/parse-timing-function-crash-expected.txt: Added.
2711 * fast/css/parse-timing-function-crash.html: Added.
2713 2007-10-31 Justin Garcia <justin.garcia@apple.com>
2715 Reviewed by Dave Harrison.
2717 * editing/execCommand/5569741.html: Added.
2718 * platform/mac/editing/execCommand/5569741-expected.checksum: Added.
2719 * platform/mac/editing/execCommand/5569741-expected.png: Added.
2720 * platform/mac/editing/execCommand/5569741-expected.txt: Added.
2722 2007-10-31 Antti Koivisto <antti@apple.com>
2724 Remove timing dependent, occasionally failing cue point tests.
2725 Cue points will be replaced with cue ranges soon anyway.
2727 * media/video-cuepoint-pause-expected.txt: Removed.
2728 * media/video-cuepoint-remove-multiple-expected.txt: Removed.
2729 * media/video-cuepoint-multiple-expected.txt: Removed.
2730 * media/video-cuepoint-remove-expected.txt: Removed.
2731 * media/video-cuepoint-pause.html: Removed.
2732 * media/video-cuepoint-remove-multiple.html: Removed.
2733 * media/video-cuepoint-multiple.html: Removed.
2734 * media/video-cuepoint-remove.html: Removed.
2735 * media/video-cuepoint-add-expected.txt: Removed.
2736 * media/video-cuepoint-add.html: Removed.
2738 2007-10-31 Lars Knoll <lars@trolltech.com>
2742 Fixes in the XML tokenizer when using QXmlStream.
2744 Use new functionality of QXmlStream in Qt 4.4 to simplify
2745 the code (but keep the old code for now to still support Qt 4.3).
2747 Add proper support for namespace handling when parsing into
2748 a document fragment.
2750 * platform/qt/Skipped:
2751 * platform/qt/dom/xhtml/level3/core/canonicalform10-expected.txt: Removed.
2752 * platform/qt/dom/xhtml/level3/core/canonicalform11-expected.txt: Removed.
2754 2007-10-31 Alexey Proskuryakov <ap@webkit.org>
2758 http://bugs.webkit.org/show_bug.cgi?id=11001
2759 WebKit doesn't support RegExp.compile method
2761 * fast/js/regexp-compile-expected.txt: Added.
2762 * fast/js/regexp-compile.html: Added.
2763 * fast/js/resources/regexp-compile.js: Added.
2765 2007-10-31 Alexey Proskuryakov <ap@webkit.org>
2769 http://bugs.webkit.org/show_bug.cgi?id=15762
2770 XSLStylesheet loads subresources from a wrong URL
2772 * fast/xsl/resources/xslt-second-level-import.xsl:
2773 * fast/parser/resources/external-entities.xsl.xsl:
2774 These tests depended on old buggy behavior.
2776 2007-10-30 Antti Koivisto <antti@apple.com>
2780 Media tests from feature branch.
2782 * fast/dom/Window/window-properties-expected.txt: Replaced.
2783 * fast/dom/Window/window-properties.html: Replaced.
2785 * media/audio-constructor-expected.txt: Added.
2786 * media/audio-constructor-src-expected.txt: Added.
2787 * media/audio-constructor-src.html: Added.
2788 * media/audio-constructor.html: Added.
2789 * media/content: Added.
2790 * media/content/test.mp4: Added.
2791 * media/content/test.wav: Added.
2792 * media/progress-event-expected.txt: Added.
2793 * media/progress-event.html: Added.
2794 * media/video-append-source-expected.txt: Added.
2795 * media/video-append-source.html: Added.
2796 * media/video-autoplay-expected.txt: Added.
2797 * media/video-autoplay.html: Added.
2798 * media/video-buffered-expected.txt: Added.
2799 * media/video-buffered.html: Added.
2800 * media/video-cuepoint-add-expected.txt: Added.
2801 * media/video-cuepoint-add.html: Added.
2802 * media/video-cuepoint-multiple-expected.txt: Added.
2803 * media/video-cuepoint-multiple.html: Added.
2804 * media/video-cuepoint-pause-expected.txt: Added.
2805 * media/video-cuepoint-pause.html: Added.
2806 * media/video-cuepoint-remove-expected.txt: Added.
2807 * media/video-cuepoint-remove-multiple-expected.txt: Added.
2808 * media/video-cuepoint-remove-multiple.html: Added.
2809 * media/video-cuepoint-remove.html: Added.
2810 * media/video-currentTime-expected.txt: Added.
2811 * media/video-currentTime-set-expected.txt: Added.
2812 * media/video-currentTime-set.html: Added.
2813 * media/video-currentTime-set2-expected.txt: Added.
2814 * media/video-currentTime-set2.html: Added.
2815 * media/video-currentTime.html: Added.
2816 * media/video-dom-autoplay-expected.txt: Added.
2817 * media/video-dom-autoplay.html: Added.
2818 * media/video-dom-end-expected.txt: Added.
2819 * media/video-dom-end.html: Added.
2820 * media/video-dom-loopcount-expected.txt: Added.
2821 * media/video-dom-loopcount.html: Added.
2822 * media/video-dom-loopend-expected.txt: Added.
2823 * media/video-dom-loopend.html: Added.
2824 * media/video-dom-loopstart-expected.txt: Added.
2825 * media/video-dom-loopstart.html: Added.
2826 * media/video-dom-src-expected.txt: Added.
2827 * media/video-dom-src.html: Added.
2828 * media/video-dom-start-expected.txt: Added.
2829 * media/video-dom-start.html: Added.
2830 * media/video-end-expected.txt: Added.
2831 * media/video-end.html: Added.
2832 * media/video-error-abort-expected.txt: Added.
2833 * media/video-error-abort.html: Added.
2834 * media/video-error-does-not-exist-expected.txt: Added.
2835 * media/video-error-does-not-exist.html: Added.
2836 * media/video-load-networkState-expected.txt: Added.
2837 * media/video-load-networkState.html: Added.
2838 * media/video-load-readyState-expected.txt: Added.
2839 * media/video-load-readyState.html: Added.
2840 * media/video-loopcount-expected.txt: Added.
2841 * media/video-loopcount.html: Added.
2842 * media/video-loopend-expected.txt: Added.
2843 * media/video-loopend.html: Added.
2844 * media/video-loopstart-expected.txt: Added.
2845 * media/video-loopstart.html: Added.
2846 * media/video-muted-expected.txt: Added.
2847 * media/video-muted.html: Added.
2848 * media/video-no-autoplay-expected.txt: Added.
2849 * media/video-no-autoplay.html: Added.
2850 * media/video-seekable-expected.txt: Added.
2851 * media/video-seekable.html: Added.
2852 * media/video-size-expected.txt: Added.
2853 * media/video-size.html: Added.
2854 * media/video-source-expected.txt: Added.
2855 * media/video-source-media-expected.txt: Added.
2856 * media/video-source-media.html: Added.
2857 * media/video-source-type-expected.txt: Added.
2858 * media/video-source-type.html: Added.
2859 * media/video-source.html: Added.
2860 * media/video-src-expected.txt: Added.
2861 * media/video-src-source-expected.txt: Added.
2862 * media/video-src-source.html: Added.
2863 * media/video-src.html: Added.
2864 * media/video-start-expected.txt: Added.
2865 * media/video-start.html: Added.
2866 * media/video-test.js: Added.
2867 * media/video-volume-expected.txt: Added.
2868 * media/video-volume.html: Added.
2869 * platform/qt/Skipped:
2870 * platform/win/Skipped:
2872 2007-10-30 Justin Garcia <set EMAIL_ADDRESS environment variable>
2874 Reviewed by Darin Adler.
2876 <rdar://problem/5549929> CrashTracer: [USER] 35 crashes at WebCore::CharacterData::insertData
2878 * editing/inserting/5549929-1-expected.txt: Added.
2879 * editing/inserting/5549929-1.html: Added.
2880 * editing/inserting/5549929-2.html: Added.
2881 * editing/inserting/5549929-3.html: Added.
2882 * platform/mac/editing/inserting/5549929-2-expected.checksum: Added.
2883 * platform/mac/editing/inserting/5549929-2-expected.png: Added.
2884 * platform/mac/editing/inserting/5549929-2-expected.txt: Added.
2885 * platform/mac/editing/inserting/5549929-3-expected.checksum: Added.
2886 * platform/mac/editing/inserting/5549929-3-expected.png: Added.
2887 * platform/mac/editing/inserting/5549929-3-expected.txt: Added.
2889 2007-10-30 Adam Roben <aroben@apple.com>
2891 Add another failing test to the Windows Skipped file
2893 * platform/win/Skipped:
2895 2007-10-30 Sam Weinig <sam@webkit.org>
2897 Rubber-stamped by Adam Roben.
2899 Update test to not intermittently fail.
2901 * http/tests/security/host-compare-case-insensitive-expected.txt:
2902 * http/tests/security/host-compare-case-insensitive.html:
2903 * http/tests/security/resources/cross-frame-iframe.html:
2904 * http/tests/security/resources/localhost-accesssor.html:
2906 2007-10-30 Beth Dakin <bdakin@apple.com>
2908 Rubber stamped by Geoff.
2910 This test needed updated results from my patch last night. It has
2911 <parsererror> tags, which are now block instead on inline.
2913 * platform/mac/fast/frames/onlyCommentInIFrame-expected.checksum: Replaced.
2914 * platform/mac/fast/frames/onlyCommentInIFrame-expected.png: Replaced.
2915 * platform/mac/fast/frames/onlyCommentInIFrame-expected.txt:
2917 2007-10-30 Beth Dakin <bdakin@apple.com>
2919 Rubber stamped by Geoff.
2921 Fixing two layout test mixups from my patch last night.
2923 I added this test, but checked in old results:
2924 * platform/mac/fast/inline/drawStyledEmptyInlines-expected.txt:
2926 I removed the results of this test by accident:
2927 * platform/mac/fast/xsl/xslt-extra-content-at-end-expected.txt: Added.
2929 2007-10-29 Beth Dakin <bdakin@apple.com>
2933 New tests and new results for old tests for <rdar://problem/
2934 5399614> anchor tag is not rendered without text content, works in
2935 Firefox with CSS background-image (13237)
2938 * fast/inline/drawStyledEmptyInlines.html: Added.
2939 * fast/inline/drawStyledEmptyInlinesWithWS.html: Added.
2940 * fast/inline/emptyInlinesWithinLists.html: Added.
2941 * fast/inline/styledEmptyInlinesWithBRs.html: Added.
2942 * platform/mac/fast/inline/drawStyledEmptyInlines-expected.checksum: Added.
2943 * platform/mac/fast/inline/drawStyledEmptyInlines-expected.png: Added.
2944 * platform/mac/fast/inline/drawStyledEmptyInlines-expected.txt: Added.
2945 * platform/mac/fast/inline/drawStyledEmptyInlinesWithWS-expected.checksum: Added.
2946 * platform/mac/fast/inline/drawStyledEmptyInlinesWithWS-expected.png: Added.
2947 * platform/mac/fast/inline/drawStyledEmptyInlinesWithWS-expected.txt: Added.
2948 * platform/mac/fast/inline/emptyInlinesWithinLists-expected.checksum: Added.
2949 * platform/mac/fast/inline/emptyInlinesWithinLists-expected.png: Added.
2950 * platform/mac/fast/inline/emptyInlinesWithinLists-expected.txt: Added.
2951 * platform/mac/fast/inline/styledEmptyInlinesWithBRs-expected.checksum: Added.
2952 * platform/mac/fast/inline/styledEmptyInlinesWithBRs-expected.png: Added.
2953 * platform/mac/fast/inline/styledEmptyInlinesWithBRs-expected.txt: Added.
2955 New results for tests with <paserererrors> since <parsererror> is
2957 * platform/mac/fast/invalid/junk-data-expected.checksum: Replaced.
2958 * platform/mac/fast/invalid/junk-data-expected.png: Replaced.
2959 * platform/mac/fast/invalid/junk-data-expected.txt:
2960 * platform/mac/fast/invalid/missing-end-tag-expected.checksum: Replaced.
2961 * platform/mac/fast/invalid/missing-end-tag-expected.png: Replaced.
2962 * platform/mac/fast/invalid/missing-end-tag-expected.txt:
2963 * platform/mac/fast/parser/xhtml-alternate-entities-expected.checksum: Replaced.
2964 * platform/mac/fast/parser/xhtml-alternate-entities-expected.png: Replaced.
2965 * platform/mac/fast/parser/xhtml-alternate-entities-expected.txt:
2966 * platform/mac/fast/xsl/xslt-extra-content-at-end-expected.checksum: Replaced.
2967 * platform/mac/fast/xsl/xslt-extra-content-at-end-expected.png: Replaced.
2968 * platform/mac/fast/xsl/xslt-extra-content-at-end-expected.txt: Removed.
2969 * platform/mac/svg/custom/junk-data-expected.checksum: Replaced.
2970 * platform/mac/svg/custom/junk-data-expected.png: Replaced.
2971 * platform/mac/svg/custom/junk-data-expected.txt:
2972 * platform/mac/svg/custom/missing-xlink-expected.checksum: Replaced.
2973 * platform/mac/svg/custom/missing-xlink-expected.png: Replaced.
2974 * platform/mac/svg/custom/missing-xlink-expected.txt:
2975 * platform/mac/svg/hixie/error/012-expected.checksum: Replaced.
2976 * platform/mac/svg/hixie/error/012-expected.png: Replaced.
2977 * platform/mac/svg/hixie/error/012-expected.txt:
2979 2007-10-29 Dan Bernstein <mitz@apple.com>
2981 Reviewed by Adam Roben.
2983 - test for http://bugs.webkit.org/show_bug.cgi?id=15750
2984 REGRESSION(r27173): Web Inspector freezes beneath Image::drawPattern()
2986 * fast/backgrounds/size/zero.html: Added.
2987 * platform/mac/fast/backgrounds/size/zero-expected.checksum: Added.
2988 * platform/mac/fast/backgrounds/size/zero-expected.png: Added.
2989 * platform/mac/fast/backgrounds/size/zero-expected.txt: Added.
2991 2007-10-29 Sam Weinig <sam@webkit.org>
2993 Rubber-stamped by Adam Roben.
2995 Simplify the dataURL xxs tests.
2997 * http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-2-level-expected.txt:
2998 * http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-2-level.html:
2999 * http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-expected.txt:
3000 * http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-to-data-url-sub-frame-expected.txt:
3001 * http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-to-data-url-sub-frame.html:
3002 * http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame.html:
3003 * http/tests/security/dataURL/xss-DENIED-from-data-url-to-data-url-expected.txt:
3004 * http/tests/security/dataURL/xss-DENIED-from-data-url-to-data-url.html:
3005 * http/tests/security/dataURL/xss-DENIED-from-javascript-url-window-open-expected.txt:
3006 * http/tests/security/dataURL/xss-DENIED-from-javascript-url-window-open.html:
3007 * http/tests/security/dataURL/xss-DENIED-to-data-url-from-data-url-expected.txt:
3008 * http/tests/security/dataURL/xss-DENIED-to-data-url-from-data-url.html:
3009 * http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame-2-level-expected.txt:
3010 * http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame-2-level.html:
3011 * http/tests/security/dataURL/xss-DENIED-to-data-url-window-open-expected.txt:
3012 * http/tests/security/dataURL/xss-DENIED-to-data-url-window-open.html:
3014 2007-10-29 Alexey Proskuryakov <ap@webkit.org>
3018 Test for http://bugs.webkit.org/show_bug.cgi?id=10030
3019 Star Alliance site is opened without the main frame
3021 * fast/frames/location-change-expected.txt: Added.
3022 * fast/frames/location-change.html: Added.
3023 * fast/frames/resources/location-change-frame-1.html: Added.
3024 * fast/frames/resources/location-change-frame-2.html: Added.
3026 2007-10-29 Dan Bernstein <mitz@apple.com>
3028 Reviewed by John Sullivan,
3030 - repaint test for <rdar://problem/5424455> REGRESSION (r21168-r21193, Tiger only): Safari scrollbar is clipped at top when loading particular RSS page
3032 * fast/repaint/layout-state-only-posiitoned.html: Added.
3033 * platform/mac/fast/repaint/layout-state-only-posiitoned-expected.checksum: Added.
3034 * platform/mac/fast/repaint/layout-state-only-posiitoned-expected.png: Added.
3035 * platform/mac/fast/repaint/layout-state-only-posiitoned-expected.txt: Added.
3037 2007-10-29 David Kilzer <ddkilzer@webkit.org>
3039 Test for: REGRESSION (r17701): Favicons should be viewable as image documents
3040 <http://bugs.webkit.org/show_bug.cgi?id=15640>
3044 * fast/images/favicon-as-image.html: Added.
3045 * fast/images/resources/favicon.ico: Added.
3046 * platform/mac/fast/images/favicon-as-image-expected.checksum: Added.
3047 * platform/mac/fast/images/favicon-as-image-expected.png: Added.
3048 * platform/mac/fast/images/favicon-as-image-expected.txt: Added.
3050 2007-10-28 Alexey Proskuryakov <ap@webkit.org>
3054 Test for http://bugs.webkit.org/show_bug.cgi?id=10734
3056 * fast/dom/HTMLOptionElement/set-option-index-text-expected.txt: Added.
3057 * fast/dom/HTMLOptionElement/set-option-index-text.html: Added.
3059 2007-10-28 Eric Seidel <eric@webkit.org>
3063 * platform/mac/svg/custom/path-bad-data-expected.txt: updated to better results
3065 2007-10-28 Darin Adler <darin@apple.com>
3069 - test for http://bugs.webkit.org/show_bug.cgi?id=15735
3070 remove GroupNode to simplify AST and possibly get a modest speedup
3072 One test is a start at testing that parentheses are added when needed.
3073 The other test checks some aspects of object literals, since I changed
3074 the way the property names is handled in those. More tests are needed.
3076 * fast/js/function-toString-object-literals-expected.txt: Added.
3077 * fast/js/function-toString-object-literals.html: Added.
3078 * fast/js/function-toString-parentheses-expected.txt: Added.
3079 * fast/js/function-toString-parentheses.html: Added.
3080 * fast/js/resources/function-toString-object-literals.js: Added.
3081 * fast/js/resources/function-toString-parentheses.js: Added.
3083 2007-10-28 Adam Roben <aroben@apple.com>
3085 Re-enable a bunch of passing tests on Windows
3087 * platform/win/Skipped:
3089 2007-10-27 Adam Roben <aroben@apple.com>
3091 Updated Windows Skipped file for currently failing tests
3093 * platform/win/Skipped:
3095 2007-10-27 Adam Roben <aroben@apple.com>
3097 Fix HTMLDocument12.xhtml on Leopard/Windows
3099 <rdar://5313535> and <rdar://5539816>
3101 The test succeeds on Leopard and Windows, but fails on Tiger. For some
3102 reason, failing expected results had been checked in to
3103 platform/mac-leopard. The test seems to be passing now, so I moved the
3104 failing results to platform/mac-tiger.
3106 Reviewed by Maciej and Sam.
3108 * platform/mac-leopard/dom/xhtml/level2/html/HTMLDocument12-expected.txt: Removed.
3109 * platform/mac-tiger/dom/xhtml/level2/html/HTMLDocument12-expected.txt:
3110 Moved from platform/mac-leopard.
3112 2007-10-27 Sam Weinig <sam@webkit.org>
3114 Hit with the rubber-stamp of Timothy Hatcher.
3116 Tests for window.console's functions.
3118 * fast/dom/Window/console-functions-expected.txt: Added.
3119 * fast/dom/Window/console-functions.html: Added.
3121 2007-10-27 Sam Weinig <sam@webkit.org>
3123 Reviewed by Tim Hatcher.
3125 Speculative fix for an intermittently failing test
3127 * fast/dom/Window/resources/opened-window.html: Added.
3128 * fast/dom/Window/window-early-properties.html: Use onload for opened
3129 window and use a local file instead of a data: URL to avoid same origin
3132 2007-10-27 Sam Weinig <sam@webkit.org>
3134 Reviewed by Adam Roben.
3136 Update tests for http://bugs.webkit.org/show_bug.cgi?id=14953
3137 Implement window.console in WebCore
3139 * fast/dom/Window/window-properties-expected.txt:
3140 * http/tests/security/cross-frame-access-put-expected.txt:
3142 2007-10-27 Matt Lilek <webkit@mattlilek.com>
3146 * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt:
3148 2007-10-27 Adam Roben <aroben@apple.com>
3150 Speculative fix for an intermittently failing test
3152 Reviewed by Sam and Eric.
3154 * http/tests/local/style-access-before-stylesheet-loaded.html: Use
3155 waitUntilDone/notifyDone.
3157 2007-10-27 Adam Roben <aroben@apple.com>
3159 Add some more failing tests to the Windows Skipped file
3161 * platform/win/Skipped:
3163 2007-10-27 Dan Bernstein <mitz@apple.com>
3165 Reviewed by Darin Adler.
3167 - test for <rdar://problem/5530657>
3169 * fast/table/colgroup-relative-expected.txt: Added.
3170 * fast/table/colgroup-relative.html: Added.
3172 2007-10-27 Julien <julien.chaffraix@gmail.com>
3176 http://bugs.webkit.org/show_bug.cgi?id=13141
3177 XMLHttpRequest should set readyState to 0 after abort()
3179 * fast/dom/xmlhttprequest-html-response-encoding.html: correct malformed page
3180 * http/tests/xmlhttprequest/xmlhttprequest-abord-readyState-expect.txt: Added.
3181 * http/tests/xmlhttprequest/xmlhttprequest-abort-readyState.html: Added.
3183 2007-10-27 Dan Bernstein <mitz@apple.com>
3185 Reviewed by Dave Hyatt.
3187 - rotated border image test
3189 * fast/borders/border-image-rotate-transform.html: Added.
3190 * platform/mac/fast/borders/border-image-rotate-transform-expected.checksum: Added.
3191 * platform/mac/fast/borders/border-image-rotate-transform-expected.png: Added.
3192 * platform/mac/fast/borders/border-image-rotate-transform-expected.txt: Added.
3194 2007-10-27 Alexey Proskuryakov <ap@webkit.org>
3198 http://bugs.webkit.org/show_bug.cgi?id=15555
3199 XMLHttpRequest does not support charset "x-user-defined", which can
3200 facilitate loading of binary data
3202 * http/tests/xmlhttprequest/binary-x-user-defined-expected.txt: Added.
3203 * http/tests/xmlhttprequest/binary-x-user-defined.html: Added.
3204 * http/tests/xmlhttprequest/resources/256.bin: Added.
3206 2007-10-27 Alexey Proskuryakov <ap@webkit.org>
3210 Test by Christopher Rogers <christorogers@gmail.com>.
3212 http://bugs.webkit.org/show_bug.cgi?id=15467
3213 Setting innerHTML to blank string in application/xhtml+xml mode
3214 throws DOM Exception 7
3216 * fast/dom/blank-innerHTML-expected.txt: Added.
3217 * fast/dom/blank-innerHTML.xhtml: Added.
3219 2007-10-26 Tristan O'Tierney <tristan@apple.com>
3221 Reviewed by Darin Adler.
3223 Added new test cases to handle non-number input to window adjusting
3224 functions like resizeTo, resizeBy, moveTo, and moveBy for
3225 <rdar://problem/5555053>.
3227 * fast/dom/Window/window-resize-nan-expected.txt: Added.
3228 * fast/dom/Window/window-resize-nan.html: Added.
3230 2007-10-26 Darin Adler <darin@apple.com>
3234 - test changes for http://bugs.webkit.org/show_bug.cgi?id=15703
3235 fix numeric functions -- improve correctness and speed
3237 * fast/js/resources/char-at.js: Updated test to expect that we get the first
3238 character if we pass NaN to charAt and charCodeAt; it's what the specification
3239 asks for and matches other browsers too.
3240 * fast/js/char-at-expected.txt: Updated.
3242 2007-10-26 Mark Rowe <mrowe@apple.com>
3244 Update expected results.
3246 * platform/mac/fast/overflow/clip-rects-fixed-ancestor-expected.txt:
3248 2007-10-25 Alexey Proskuryakov <ap@webkit.org>
3252 http://bugs.webkit.org/show_bug.cgi?id=15650
3253 XML attribute nodes are not importable
3255 * fast/dom/import-attribute-node-expected.txt: Added.
3256 * fast/dom/import-attribute-node.html: Added.
3257 * fast/dom/import-document-fragment-expected.txt: Added.
3258 * fast/dom/import-document-fragment.html: Added.
3260 * dom/xhtml/level3/core/nodeisequalnode17-expected.txt: Now passes.
3262 2007-10-25 Dan Bernstein <mitz@apple.com>
3264 Reviewed by Dave Hyatt.
3266 - test for http://bugs.webkit.org/show_bug.cgi?id=15362
3267 <rdar://problem/5558715> Safari Crashes when opening a JS TreeGrid widget
3269 * fast/dynamic/insert-before-table-part-in-continuation.html: Added.
3270 * platform/mac/fast/dynamic/insert-before-table-part-in-continuation-expected.checksum: Added.
3271 * platform/mac/fast/dynamic/insert-before-table-part-in-continuation-expected.png: Added.
3272 * platform/mac/fast/dynamic/insert-before-table-part-in-continuation-expected.txt: Added.
3274 2007-10-25 Holger Freyther <zecke@selfish.org>
3276 Reviewed by Simon Hausmann <hausmann@kde.org>.
3278 * We need to set a != 0 status code for the fast/loader/xmlhttprequest-missing-file-exception.html
3279 * libxml2 has the semantic that when writing an empty string and finishing it will report an error. For QXmlStreamReader this is valid.
3280 * This is causing some regressions...
3283 * platform/qt/Skipped:
3285 2007-10-25 Holger Freyther <zecke@selfish.org>
3287 Reviewed by Simon Hausmann <hausmann@kde.org>.
3289 * 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.
3290 * We can use the cross-platform result now. QWebNetworkInterface/Manager behaves the same as mac for local files.
3293 * platform/qt/Skipped:
3294 * platform/qt/fast/dom/xmlhttprequest-get-expected.txt: Removed.
3296 2007-10-25 Holger Freyther <zecke@selfish.org>
3298 Reviewed by Simon Hausmann <hausmann@kde.org>.
3300 * 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.
3301 * This should be thread-safe besides QWebNetworkJob::{ref,deref}
3304 * platform/qt/Skipped:
3306 2007-10-25 Holger Freyther <zecke@selfish.org>
3308 Reviewed by Simon Hausmann <hausmann@kde.org>.
3310 * Do the percent replacement only when we are not base64. With base64 we should not have any % in it anyway.
3311 * Have a custom decodePercentEncoding method that works without doing any charset conversion. With converting back to latin1() we lost some information.
3312 * We pass the char-decoding.html test now
3315 * platform/qt/Skipped:
3317 2007-10-25 Geoffrey Garen <ggaren@apple.com>
3319 Layout tests for bugs that might result from changes like
3320 http://bugs.webkit.org/show_bug.cgi?id=15683
3322 * fast/js/vardecl-preserve-parameters-expected.txt: Added.
3323 * fast/js/vardecl-preserve-parameters.html: Added.
3324 * fast/js/vardecl-preserve-vardecl-expected.txt: Added.
3325 * fast/js/vardecl-preserve-vardecl.html: Added.
3327 2007-10-24 Justin Garcia <justin.garcia@apple.com>
3331 <rdar://problem/5544856>
3332 REGRESSION: After typing 2-byte text, undo only undoes one keystroke at a time
3334 * platform/mac/editing/input/text-input-controller-expected.txt: The delete
3335 we were using previously to remove the old composition makes fewer calls to
3336 the editing delegate.
3338 2007-10-24 Alice Liu <alice.liu@apple.com>
3342 * platform/win/Skipped:
3344 2007-10-24 Eric Seidel <eric@webkit.org>
3348 Make sure we throw an un-catchable out of memory exception.
3350 * fast/js/out-of-memory.html: Added.
3352 2007-10-24 Dan Bernstein <mitz@apple.com>
3354 Reviewed by Oliver Hunt.
3356 - updated results to reflect which table parts are anonymous
3358 2007-10-24 Mark Rowe <mrowe@apple.com>
3360 Fix incorrect test results landed with r26986.
3362 * http/tests/xmlhttprequest/xmlhttprequest-InvalidStateException-getAllRequestHeaders-expected.txt:
3363 * http/tests/xmlhttprequest/xmlhttprequest-InvalidStateException-getRequestHeader-expected.txt:
3365 2007-10-24 Lars Knoll <lars@trolltech.com>
3369 update test results.
3371 * fast/dom/Window/new-window-opener-expected.txt:
3372 * fast/dom/Window/window-resize-expected.txt:
3373 * fast/dom/open-and-close-by-DOM-expected.txt:
3374 * fast/innerHTML/innerHTML-script-tag-crash-expected.txt:
3375 * fast/js/date-DST-time-cusps-expected.txt:
3376 * fast/js/date-big-setdate-expected.txt:
3377 * fast/js/navigator-mimeTypes-length-expected.txt:
3378 * fast/parser/entities-in-attributes-expected.txt:
3379 * fast/xpath/4XPath/Borrowed/od_20000608-expected.txt:
3380 * platform/qt/css1/text_properties/text-transCapitalize-expected.txt:
3381 * platform/qt/css1/text_properties/text_transform-expected.txt:
3382 * platform/qt/css2.1/t1605-c545-txttrans-00-b-ag-expected.txt:
3383 * platform/qt/editing/selection/4402375-expected.txt: Added.
3384 * platform/qt/editing/selection/4932260-3-expected.txt:
3385 * platform/qt/editing/selection/5234383-2-expected.txt:
3386 * platform/qt/editing/selection/extend-by-sentence-001-expected.txt:
3387 * platform/qt/editing/selection/image-before-linebreak-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/image-before-linebreak-expected.txt.
3388 * platform/qt/editing/selection/replaced-boundaries-1-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/replaced-boundaries-1-expected.txt.
3389 * platform/qt/editing/selection/replaced-boundaries-2-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/replaced-boundaries-2-expected.txt.
3390 * platform/qt/editing/selection/replaced-boundaries-3-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/replaced-boundaries-3-expected.txt.
3391 * platform/qt/fast/css/textCapitalizeEdgeCases-expected.txt:
3392 * platform/qt/fast/dynamic/containing-block-change-expected.txt: Added.
3393 * platform/qt/fast/events/event-listener-on-link-expected.txt: Copied from LayoutTests/platform/mac/fast/events/event-listener-on-link-expected.txt.
3394 * platform/qt/fast/events/event-sender-mouse-moved-expected.txt: Added.
3395 * platform/qt/fast/events/label-focus-expected.txt: Added.
3396 * platform/qt/fast/events/onload-re-entry-expected.txt: Copied from LayoutTests/platform/mac/fast/events/onload-re-entry-expected.txt.
3397 * platform/qt/fast/events/onloadFrameCrash-expected.txt: Copied from LayoutTests/platform/mac/fast/events/onloadFrameCrash-expected.txt.
3398 * platform/qt/fast/repaint/body-background-image-expected.txt: Added.
3399 * platform/qt/fast/repaint/focus-layers-expected.txt: Added.
3400 * platform/qt/fast/repaint/layer-visibility-expected.txt: Copied from LayoutTests/platform/mac/fast/repaint/layer-visibility-expected.txt.
3401 * platform/qt/fast/table/frame-and-rules-expected.txt:
3402 * platform/qt/fast/text/international/003-expected.txt:
3403 * platform/qt/fast/text/international/bidi-listbox-atsui-expected.txt:
3404 * platform/qt/fast/text/international/bidi-listbox-expected.txt:
3405 * platform/qt/fast/text/international/thai-line-breaks-expected.txt:
3406 * platform/qt/plugins/embed-attributes-style-expected.txt: Added.
3408 2007-10-24 Julien Chaffraix <julien.chaffraix@gmail.com>
3412 Tests for http://bugs.webkit.org/show_bug.cgi?id=15356
3413 getResponseHeader and getAllResponseHeaders do not throw exceptions
3415 * http/tests/xmlhttprequest/xmlhttprequest-InvalidStateException-getAllRequestHeaders-expected.txt: Added.
3416 * http/tests/xmlhttprequest/xmlhttprequest-InvalidStateException-getAllRequestHeaders.html: Added.
3417 * http/tests/xmlhttprequest/xmlhttprequest-InvalidStateException-getRequestHeader-expected.txt: Added.
3418 * http/tests/xmlhttprequest/xmlhttprequest-InvalidStateException-getRequestHeader.html: Added.
3419 * http/tests/xmlhttprequest/xmlhttprequest-invalidHeader-getRequestHeader-expected.txt: Added.
3420 * http/tests/xmlhttprequest/xmlhttprequest-invalidHeader-getRequestHeader.html: Added.
3422 2007-10-24 Lars Knoll <lars@trolltech.com>
3426 these tests don't crash anymore :)
3428 * platform/qt/Skipped:
3429 * platform/qt/editing/selection/mixed-editability-8-expected.txt: Added.
3430 * platform/qt/editing/style/remove-underline-across-paragraph-expected.txt: Added.
3431 * platform/qt/editing/style/remove-underline-across-paragraph-in-bold-expected.txt: Added.
3433 2007-10-24 Lars Knoll <lars@trolltech.com>
3437 add a layoutTestController.dumpSelectionRect() dummy. It only has an effect on mac pixel tests anyway. Makes us pass another 5 test cases.
3439 * platform/qt/Skipped:
3441 2007-10-24 Lars Knoll <lars@trolltech.com>
3445 we're passing most editing tests now. Commit them.
3447 * platform/qt/Skipped:
3448 * platform/qt/editing/deleting/4845371-expected.txt: Added.
3449 * platform/qt/editing/deleting/4866671-expected.txt: Added.
3450 * platform/qt/editing/deleting/4875189-expected.txt: Added.
3451 * platform/qt/editing/deleting/4922367-expected.txt: Added.
3452 * platform/qt/editing/deleting/5026848-1-expected.txt: Added.
3453 * platform/qt/editing/deleting/5026848-2-expected.txt: Added.
3454 * platform/qt/editing/deleting/5026848-3-expected.txt: Added.
3455 * platform/qt/editing/deleting/5032066-expected.txt: Added.
3456 * platform/qt/editing/deleting/5091898-expected.txt: Added.
3457 * platform/qt/editing/deleting/5099303-expected.txt: Added.
3458 * platform/qt/editing/deleting/5115601-expected.txt: Added.
3459 * platform/qt/editing/deleting/5126166-expected.txt: Added.
3460 * platform/qt/editing/deleting/5144139-2-expected.txt: Added.
3461 * platform/qt/editing/deleting/5156801-2-expected.txt: Added.
3462 * platform/qt/editing/deleting/5156801-expected.txt: Added.
3463 * platform/qt/editing/deleting/5168598-expected.txt: Added.
3464 * platform/qt/editing/deleting/5206311-1-expected.txt: Added.
3465 * platform/qt/editing/deleting/5206311-2-expected.txt: Added.
3466 * platform/qt/editing/deleting/5272440-expected.txt: Added.
3467 * platform/qt/editing/deleting/5300379-expected.txt: Added.
3468 * platform/qt/editing/deleting/5369009-expected.txt: Added.
3469 * platform/qt/editing/deleting/5390681-2-expected.txt: Added.
3470 * platform/qt/editing/deleting/5390681-expected.txt: Added.
3471 * platform/qt/editing/deleting/5408255-expected.txt: Added.
3472 * platform/qt/editing/deleting/collapse-whitespace-3587601-fix-expected.txt: Added.
3473 * platform/qt/editing/deleting/delete-3608430-fix-expected.txt: Added.
3474 * platform/qt/editing/deleting/delete-3608445-fix-expected.txt: Added.
3475 * platform/qt/editing/deleting/delete-3608462-fix-expected.txt: Added.
3476 * platform/qt/editing/deleting/delete-3775172-fix-expected.txt: Added.
3477 * platform/qt/editing/deleting/delete-3800834-fix-expected.txt: Added.
3478 * platform/qt/editing/deleting/delete-3857753-fix-expected.txt: Added.
3479 * platform/qt/editing/deleting/delete-3865854-fix-expected.txt: Added.
3480 * platform/qt/editing/deleting/delete-3928305-fix-expected.txt: Added.
3481 * platform/qt/editing/deleting/delete-3959464-fix-expected.txt: Added.
3482 * platform/qt/editing/deleting/delete-4038408-fix-expected.txt: Added.
3483 * platform/qt/editing/deleting/delete-4083333-fix-expected.txt: Added.
3484 * platform/qt/editing/deleting/delete-after-span-ws-001-expected.txt: Added.
3485 * platform/qt/editing/deleting/delete-after-span-ws-002-expected.txt: Added.
3486 * platform/qt/editing/deleting/delete-after-span-ws-003-expected.txt: Added.
3487 * platform/qt/editing/deleting/delete-and-undo-expected.txt: Added.
3488 * platform/qt/editing/deleting/delete-at-paragraph-boundaries-001-expected.txt: Added.
3489 * platform/qt/editing/deleting/delete-at-paragraph-boundaries-002-expected.txt: Added.
3490 * platform/qt/editing/deleting/delete-at-paragraph-boundaries-003-expected.txt: Added.
3491 * platform/qt/editing/deleting/delete-at-paragraph-boundaries-004-expected.txt: Added.
3492 * platform/qt/editing/deleting/delete-at-paragraph-boundaries-005-expected.txt: Added.
3493 * platform/qt/editing/deleting/delete-at-paragraph-boundaries-006-expected.txt: Added.
3494 * platform/qt/editing/deleting/delete-at-paragraph-boundaries-007-expected.txt: Added.
3495 * platform/qt/editing/deleting/delete-at-paragraph-boundaries-008-expected.txt: Added.
3496 * platform/qt/editing/deleting/delete-at-paragraph-boundaries-009-expected.txt: Added.
3497 * platform/qt/editing/deleting/delete-at-paragraph-boundaries-010-expected.txt: Added.
3498 * platform/qt/editing/deleting/delete-at-paragraph-boundaries-011-expected.txt: Added.
3499 * platform/qt/editing/deleting/delete-at-start-or-end-expected.txt: Added.
3500 * platform/qt/editing/deleting/delete-block-contents-001-expected.txt: Added.
3501 * platform/qt/editing/deleting/delete-block-contents-002-expected.txt: Added.
3502 * platform/qt/editing/deleting/delete-block-contents-003-expected.txt: Added.
3503 * platform/qt/editing/deleting/delete-block-merge-contents-001-expected.txt: Added.
3504 * platform/qt/editing/deleting/delete-block-merge-contents-002-expected.txt: Added.
3505 * platform/qt/editing/deleting/delete-block-merge-contents-003-expected.txt: Added.
3506 * platform/qt/editing/deleting/delete-block-merge-contents-004-expected.txt: Added.
3507 * platform/qt/editing/deleting/delete-block-merge-contents-005-expected.txt: Added.
3508 * platform/qt/editing/deleting/delete-block-merge-contents-006-expected.txt: Added.
3509 * platform/qt/editing/deleting/delete-block-merge-contents-007-expected.txt: Added.
3510 * platform/qt/editing/deleting/delete-block-merge-contents-008-expected.txt: Added.
3511 * platform/qt/editing/deleting/delete-block-merge-contents-009-expected.txt: Added.
3512 * platform/qt/editing/deleting/delete-block-merge-contents-010-expected.txt: Added.
3513 * platform/qt/editing/deleting/delete-block-merge-contents-011-expected.txt: Added.
3514 * platform/qt/editing/deleting/delete-block-merge-contents-012-expected.txt: Added.
3515 * platform/qt/editing/deleting/delete-block-merge-contents-013-expected.txt: Added.
3516 * platform/qt/editing/deleting/delete-block-merge-contents-014-expected.txt: Added.
3517 * platform/qt/editing/deleting/delete-block-merge-contents-015-expected.txt: Added.
3518 * platform/qt/editing/deleting/delete-block-merge-contents-016-expected.txt: Added.
3519 * platform/qt/editing/deleting/delete-block-merge-contents-017-expected.txt: Added.
3520 * platform/qt/editing/deleting/delete-block-merge-contents-018-expected.txt: Added.
3521 * platform/qt/editing/deleting/delete-block-merge-contents-019-expected.txt: Added.
3522 * platform/qt/editing/deleting/delete-block-merge-contents-020-expected.txt: Added.
3523 * platform/qt/editing/deleting/delete-block-merge-contents-021-expected.txt: Added.
3524 * platform/qt/editing/deleting/delete-block-merge-contents-022-expected.txt: Added.
3525 * platform/qt/editing/deleting/delete-block-merge-contents-023-expected.txt: Added.
3526 * platform/qt/editing/deleting/delete-block-merge-contents-024-expected.txt: Added.
3527 * platform/qt/editing/deleting/delete-block-table-expected.txt: Added.
3528 * platform/qt/editing/deleting/delete-br-001-expected.txt: Added.
3529 * platform/qt/editing/deleting/delete-br-002-expected.txt: Added.
3530 * platform/qt/editing/deleting/delete-br-003-expected.txt: Added.
3531 * platform/qt/editing/deleting/delete-br-004-expected.txt: Added.
3532 * platform/qt/editing/deleting/delete-br-005-expected.txt: Added.
3533 * platform/qt/editing/deleting/delete-br-006-expected.txt: Added.
3534 * platform/qt/editing/deleting/delete-br-007-expected.txt: Added.
3535 * platform/qt/editing/deleting/delete-br-008-expected.txt: Added.
3536 * platform/qt/editing/deleting/delete-br-009-expected.txt: Added.
3537 * platform/qt/editing/deleting/delete-br-010-expected.txt: Added.
3538 * platform/qt/editing/deleting/delete-br-011-expected.txt: Added.
3539 * platform/qt/editing/deleting/delete-br-012-expected.txt: Added.
3540 * platform/qt/editing/deleting/delete-by-word-001-expected.txt: Added.
3541 * platform/qt/editing/deleting/delete-by-word-002-expected.txt: Added.
3542 * platform/qt/editing/deleting/delete-character-001-expected.txt: Added.
3543 * platform/qt/editing/deleting/delete-contiguous-ws-001-expected.txt: Added.
3544 * platform/qt/editing/deleting/delete-first-list-item-expected.txt: Added.
3545 * platform/qt/editing/deleting/delete-hr-expected.txt: Added.
3546 * platform/qt/editing/deleting/delete-image-001-expected.txt: Added.
3547 * platform/qt/editing/deleting/delete-image-002-expected.txt: Added.
3548 * platform/qt/editing/deleting/delete-image-003-expected.txt: Added.
3549 * platform/qt/editing/deleting/delete-image-004-expected.txt: Added.
3550 * platform/qt/editing/deleting/delete-leading-ws-001-expected.txt: Added.
3551 * platform/qt/editing/deleting/delete-line-001-expected.txt: Added.
3552 * platform/qt/editing/deleting/delete-line-002-expected.txt: Added.
3553 * platform/qt/editing/deleting/delete-line-003-expected.txt: Added.
3554 * platform/qt/editing/deleting/delete-line-004-expected.txt: Added.
3555 * platform/qt/editing/deleting/delete-line-005-expected.txt: Added.
3556 * platform/qt/editing/deleting/delete-line-006-expected.txt: Added.
3557 * platform/qt/editing/deleting/delete-line-007-expected.txt: Added.
3558 * platform/qt/editing/deleting/delete-line-008-expected.txt: Added.
3559 * platform/qt/editing/deleting/delete-line-009-expected.txt: Added.
3560 * platform/qt/editing/deleting/delete-line-010-expected.txt: Added.
3561 * platform/qt/editing/deleting/delete-line-011-expected.txt: Added.
3562 * platform/qt/editing/deleting/delete-line-012-expected.txt: Added.
3563 * platform/qt/editing/deleting/delete-line-013-expected.txt: Added.
3564 * platform/qt/editing/deleting/delete-line-014-expected.txt: Added.
3565 * platform/qt/editing/deleting/delete-line-015-expected.txt: Added.
3566 * platform/qt/editing/deleting/delete-line-016-expected.txt: Added.
3567 * platform/qt/editing/deleting/delete-line-017-expected.txt: Added.
3568 * platform/qt/editing/deleting/delete-line-end-ws-001-expected.txt: Added.
3569 * platform/qt/editing/deleting/delete-line-end-ws-002-expected.txt: Added.
3570 * platform/qt/editing/deleting/delete-link-1-expected.txt: Added.
3571 * platform/qt/editing/deleting/delete-listitem-001-expected.txt: Added.
3572 * platform/qt/editing/deleting/delete-listitem-002-expected.txt: Added.
3573 * platform/qt/editing/deleting/delete-mixed-editable-content-001-expected.txt: Added.
3574 * platform/qt/editing/deleting/delete-select-all-002-expected.txt: Added.
3575 * platform/qt/editing/deleting/delete-select-all-003-expected.txt: Added.
3576 * platform/qt/editing/deleting/delete-selection-001-expected.txt: Added.
3577 * platform/qt/editing/deleting/delete-tab-001-expected.txt: Added.
3578 * platform/qt/editing/deleting/delete-tab-002-expected.txt: Added.
3579 * platform/qt/editing/deleting/delete-tab-003-expected.txt: Added.
3580 * platform/qt/editing/deleting/delete-tab-004-expected.txt: Added.
3581 * platform/qt/editing/deleting/delete-to-select-table-expected.txt: Added.
3582 * platform/qt/editing/deleting/delete-trailing-ws-001-expected.txt: Added.
3583 * platform/qt/editing/deleting/delete-trailing-ws-002-expected.txt: Added.
3584 * platform/qt/editing/deleting/delete-ws-fixup-001-expected.txt: Added.
3585 * platform/qt/editing/deleting/delete-ws-fixup-002-expected.txt: Added.
3586 * platform/qt/editing/deleting/delete-ws-fixup-003-expected.txt: Added.
3587 * platform/qt/editing/deleting/delete-ws-fixup-004-expected.txt: Added.
3588 * platform/qt/editing/deleting/deletionUI-single-instance-expected.txt: Added.
3589 * platform/qt/editing/deleting/forward-delete-expected.txt: Added.
3590 * platform/qt/editing/deleting/list-item-1-expected.txt: Added.
3591 * platform/qt/editing/deleting/merge-different-styles-expected.txt: Added.
3592 * platform/qt/editing/deleting/merge-endOfParagraph-expected.txt: Added.
3593 * platform/qt/editing/deleting/merge-into-empty-block-1-expected.txt: Added.
3594 * platform/qt/editing/deleting/merge-into-empty-block-2-expected.txt: Added.
3595 * platform/qt/editing/deleting/merge-no-br-expected.txt: Added.
3596 * platform/qt/editing/deleting/merge-unrendered-space-expected.txt: Added.
3597 * platform/qt/editing/deleting/merge-whitespace-pre-expected.txt: Added.
3598 * platform/qt/editing/deleting/move-nodes-001-expected.txt: Added.
3599 * platform/qt/editing/deleting/paragraph-in-preserveNewline-expected.txt: Added.
3600 * platform/qt/editing/deleting/pruning-after-merge-2-expected.txt: Added.
3601 * platform/qt/editing/deleting/smart-delete-001-expected.txt: Added.
3602 * platform/qt/editing/deleting/smart-delete-002-expected.txt: Added.
3603 * platform/qt/editing/deleting/smart-delete-003-expected.txt: Added.
3604 * platform/qt/editing/deleting/smart-delete-004-expected.txt: Added.
3605 * platform/qt/editing/deleting/table-cells-expected.txt: Added.
3606 * platform/qt/editing/deleting/transpose-empty-expected.txt: Added.
3607 * platform/qt/editing/deleting/whitespace-pre-1-expected.txt: Added.
3608 * platform/qt/editing/execCommand/4580583-1-expected.txt: Added.
3609 * platform/qt/editing/execCommand/4580583-2-expected.txt: Added.
3610 * platform/qt/editing/execCommand/4641880-1-expected.txt: Added.
3611 * platform/qt/editing/execCommand/4641880-2-expected.txt: Added.
3612 * platform/qt/editing/execCommand/4747450-expected.txt: Added.
3613 * platform/qt/editing/execCommand/4786404-1-expected.txt: Added.
3614 * platform/qt/editing/execCommand/4786404-2-expected.txt: Added.
3615 * platform/qt/editing/execCommand/4916402-expected.txt: Added.
3616 * platform/qt/editing/execCommand/4916541-expected.txt: Added.
3617 * platform/qt/editing/execCommand/4916583-expected.txt: Added.
3618 * platform/qt/editing/execCommand/4920488-expected.txt: Added.
3619 * platform/qt/editing/execCommand/4920742-1-expected.txt: Added.
3620 * platform/qt/editing/execCommand/4924441-expected.txt: Added.
3621 * platform/qt/editing/execCommand/5049671-expected.txt: Added.
3622 * platform/qt/editing/execCommand/5062376-expected.txt: Added.
3623 * platform/qt/editing/execCommand/5080333-1-expected.txt: Added.
3624 * platform/qt/editing/execCommand/5080333-2-expected.txt: Added.
3625 * platform/qt/editing/execCommand/5119244-expected.txt: Added.
3626 * platform/qt/editing/execCommand/5120591-expected.txt: Added.
3627 * platform/qt/editing/execCommand/5136770-expected.txt: Added.
3628 * platform/qt/editing/execCommand/5138441-expected.txt: Added.
3629 * platform/qt/editing/execCommand/5142012-1-expected.txt: Added.
3630 * platform/qt/editing/execCommand/5142012-2-expected.txt: Added.
3631 * platform/qt/editing/execCommand/5142012-3-expected.txt: Added.
3632 * platform/qt/editing/execCommand/5144139-1-expected.txt: Added.
3633 * platform/qt/editing/execCommand/5164796-expected.txt: Added.
3634 * platform/qt/editing/execCommand/5190926-expected.txt: Added.
3635 * platform/qt/editing/execCommand/5207369-expected.txt: Added.
3636 * platform/qt/editing/execCommand/5210032-expected.txt: Added.
3637 * platform/qt/editing/execCommand/5432254-1-expected.txt: Added.
3638 * platform/qt/editing/execCommand/5432254-2-expected.txt: Added.
3639 * platform/qt/editing/execCommand/boldSelection-expected.txt: Added.
3640 * platform/qt/editing/execCommand/create-list-from-range-selection-expected.txt: Added.
3641 * platform/qt/editing/execCommand/create-list-with-hr-expected.txt: Added.
3642 * platform/qt/editing/execCommand/find-after-replace-expected.txt: Added.
3643 * platform/qt/editing/execCommand/findString-2-expected.txt: Added.
3644 * platform/qt/editing/execCommand/findString-expected.txt: Added.
3645 * platform/qt/editing/execCommand/format-block-expected.txt: Added.
3646 * platform/qt/editing/execCommand/format-block-from-range-selection-expected.txt: Added.
3647 * platform/qt/editing/execCommand/format-block-with-braces-expected.txt: Added.
3648 * platform/qt/editing/execCommand/format-block-with-trailing-br-expected.txt: Added.
3649 * platform/qt/editing/execCommand/hilitecolor-expected.txt: Added.
3650 * platform/qt/editing/execCommand/indent-empty-root-expected.txt: Added.
3651 * platform/qt/editing/execCommand/indent-list-item-expected.txt: Added.
3652 * platform/qt/editing/execCommand/indent-selection-expected.txt: Added.
3653 * platform/qt/editing/execCommand/insert-list-and-stitch-expected.txt: Added.
3654 * platform/qt/editing/execCommand/insert-list-empty-div-expected.txt: Added.
3655 * platform/qt/editing/execCommand/insert-list-with-id-expected.txt: Added.
3656 * platform/qt/editing/execCommand/insertHTML-expected.txt: Added.
3657 * platform/qt/editing/execCommand/insertHorizontalRule-expected.txt: Added.
3658 * platform/qt/editing/execCommand/insertImage-expected.txt: Added.
3659 * platform/qt/editing/execCommand/modifyForeColorByCharacter-expected.txt: Added.
3660 * platform/qt/editing/execCommand/outdent-selection-expected.txt: Added.
3661 * platform/qt/editing/execCommand/paste-1-expected.txt: Added.
3662 * platform/qt/editing/execCommand/paste-2-expected.txt: Added.
3663 * platform/qt/editing/execCommand/print-expected.txt: Added.
3664 * platform/qt/editing/execCommand/remove-formatting-2-expected.txt: Added.
3665 * platform/qt/editing/execCommand/remove-formatting-expected.txt: Added.
3666 * platform/qt/editing/execCommand/remove-list-1-expected.txt: Added.
3667 * platform/qt/editing/execCommand/remove-list-from-range-selection-expected.txt: Added.
3668 * platform/qt/editing/execCommand/remove-list-item-1-expected.txt: Added.
3669 * platform/qt/editing/execCommand/remove-list-items-expected.txt: Added.
3670 * platform/qt/editing/execCommand/selectAll-expected.txt: Added.
3671 * platform/qt/editing/execCommand/strikethroughSelection-expected.txt: Added.
3672 * platform/qt/editing/execCommand/switch-list-type-expected.txt: Added.
3673 * platform/qt/editing/inserting/12882-expected.txt: Added.
3674 * platform/qt/editing/inserting/4278698-expected.txt: Added.
3675 * platform/qt/editing/inserting/4840662-expected.txt: Added.
3676 * platform/qt/editing/inserting/4875189-1-expected.txt: Added.
3677 * platform/qt/editing/inserting/4875189-2-expected.txt: Added.
3678 * platform/qt/editing/inserting/4959067-expected.txt: Added.
3679 * platform/qt/editing/inserting/4960120-1-expected.txt: Added.
3680 * platform/qt/editing/inserting/4960120-2-expected.txt: Added.
3681 * platform/qt/editing/inserting/5002441-expected.txt: Added.
3682 * platform/qt/editing/inserting/5058163-1-expected.txt: Added.
3683 * platform/qt/editing/inserting/5058163-2-expected.txt: Added.
3684 * platform/qt/editing/inserting/5156401-2-expected.txt: Added.
3685 * platform/qt/editing/inserting/5418891-expected.txt: Added.
3686 * platform/qt/editing/inserting/before-after-input-element-expected.txt: Added.
3687 * platform/qt/editing/inserting/editable-html-element-expected.txt: Added.
3688 * platform/qt/editing/inserting/editable-inline-element-expected.txt: Added.
3689 * platform/qt/editing/inserting/edited-whitespace-1-expected.txt: Added.
3690 * platform/qt/editing/inserting/editing-empty-divs-expected.txt: Added.
3691 * platform/qt/editing/inserting/insert-3654864-fix-expected.txt: Added.
3692 * platform/qt/editing/inserting/insert-3659587-fix-expected.txt: Added.
3693 * platform/qt/editing/inserting/insert-3775316-fix-expected.txt: Added.
3694 * platform/qt/editing/inserting/insert-3778059-fix-expected.txt: Added.
3695 * platform/qt/editing/inserting/insert-3786362-fix-expected.txt: Added.
3696 * platform/qt/editing/inserting/insert-3800346-fix-expected.txt: Added.
3697 * platform/qt/editing/inserting/insert-3851164-fix-expected.txt: Added.
3698 * platform/qt/editing/inserting/insert-after-delete-001-expected.txt: Added.
3699 * platform/qt/editing/inserting/insert-at-end-01-expected.txt: Added.
3700 * platform/qt/editing/inserting/insert-at-end-02-expected.txt: Added.
3701 * platform/qt/editing/inserting/insert-before-link-1-expected.txt: Added.
3702 * platform/qt/editing/inserting/insert-br-001-expected.txt: Added.
3703 * platform/qt/editing/inserting/insert-br-002-expected.txt: Added.
3704 * platform/qt/editing/inserting/insert-br-003-expected.txt: Added.
3705 * platform/qt/editing/inserting/insert-br-004-expected.txt: Added.
3706 * platform/qt/editing/inserting/insert-br-005-expected.txt: Added.
3707 * platform/qt/editing/inserting/insert-br-006-expected.txt: Added.
3708 * platform/qt/editing/inserting/insert-br-007-expected.txt: Added.
3709 * platform/qt/editing/inserting/insert-br-008-expected.txt: Added.
3710 * platform/qt/editing/inserting/insert-br-009-expected.txt: Added.
3711 * platform/qt/editing/inserting/insert-br-at-tabspan-001-expected.txt: Added.
3712 * platform/qt/editing/inserting/insert-br-at-tabspan-002-expected.txt: Added.
3713 * platform/qt/editing/inserting/insert-br-at-tabspan-003-expected.txt: Added.
3714 * platform/qt/editing/inserting/insert-br-quoted-001-expected.txt: Added.
3715 * platform/qt/editing/inserting/insert-br-quoted-002-expected.txt: Added.
3716 * platform/qt/editing/inserting/insert-br-quoted-003-expected.txt: Added.
3717 * platform/qt/editing/inserting/insert-br-quoted-004-expected.txt: Added.
3718 * platform/qt/editing/inserting/insert-br-quoted-005-expected.txt: Added.
3719 * platform/qt/editing/inserting/insert-br-quoted-006-expected.txt: Added.
3720 * platform/qt/editing/inserting/insert-div-001-expected.txt: Added.
3721 * platform/qt/editing/inserting/insert-div-002-expected.txt: Added.
3722 * platform/qt/editing/inserting/insert-div-003-expected.txt: Added.
3723 * platform/qt/editing/inserting/insert-div-004-expected.txt: Added.
3724 * platform/qt/editing/inserting/insert-div-005-expected.txt: Added.
3725 * platform/qt/editing/inserting/insert-div-006-expected.txt: Added.
3726 * platform/qt/editing/inserting/insert-div-007-expected.txt: Added.
3727 * platform/qt/editing/inserting/insert-div-008-expected.txt: Added.
3728 * platform/qt/editing/inserting/insert-div-009-expected.txt: Added.
3729 * platform/qt/editing/inserting/insert-div-010-expected.txt: Added.
3730 * platform/qt/editing/inserting/insert-div-011-expected.txt: Added.
3731 * platform/qt/editing/inserting/insert-div-012-expected.txt: Added.
3732 * platform/qt/editing/inserting/insert-div-013-expected.txt: Added.
3733 * platform/qt/editing/inserting/insert-div-014-expected.txt: Added.
3734 * platform/qt/editing/inserting/insert-div-015-expected.txt: Added.
3735 * platform/qt/editing/inserting/insert-div-016-expected.txt: Added.
3736 * platform/qt/editing/inserting/insert-div-017-expected.txt: Added.
3737 * platform/qt/editing/inserting/insert-div-018-expected.txt: Added.
3738 * platform/qt/editing/inserting/insert-div-019-expected.txt: Added.
3739 * platform/qt/editing/inserting/insert-div-020-expected.txt: Added.
3740 * platform/qt/editing/inserting/insert-div-021-expected.txt: Added.
3741 * platform/qt/editing/inserting/insert-div-022-expected.txt: Added.
3742 * platform/qt/editing/inserting/insert-div-023-expected.txt: Added.
3743 * platform/qt/editing/inserting/insert-div-024-expected.txt: Added.
3744 * platform/qt/editing/inserting/insert-div-025-expected.txt: Added.
3745 * platform/qt/editing/inserting/insert-div-026-expected.txt: Added.
3746 * platform/qt/editing/inserting/insert-div-027-expected.txt: Added.
3747 * platform/qt/editing/inserting/insert-paragraph-01-expected.txt: Added.
3748 * platform/qt/editing/inserting/insert-paragraph-02-expected.txt: Added.
3749 * platform/qt/editing/inserting/insert-paragraph-03-expected.txt: Added.
3750 * platform/qt/editing/inserting/insert-paragraph-04-expected.txt: Added.
3751 * platform/qt/editing/inserting/insert-paragraph-05-expected.txt: Added.
3752 * platform/qt/editing/inserting/insert-space-in-empty-doc-expected.txt: Added.
3753 * platform/qt/editing/inserting/insert-tab-001-expected.txt: Added.
3754 * platform/qt/editing/inserting/insert-tab-002-expected.txt: Added.
3755 * platform/qt/editing/inserting/insert-tab-003-expected.txt: Added.
3756 * platform/qt/editing/inserting/insert-tab-004-expected.txt: Added.
3757 * platform/qt/editing/inserting/insert-text-at-tabspan-001-expected.txt: Added.
3758 * platform/qt/editing/inserting/insert-text-at-tabspan-002-expected.txt: Added.
3759 * platform/qt/editing/inserting/insert-text-at-tabspan-003-expected.txt: Added.
3760 * platform/qt/editing/inserting/insert-text-with-newlines-expected.txt: Added.
3761 * platform/qt/editing/inserting/line-break-expected.txt: Added.
3762 * platform/qt/editing/inserting/paragraph-separator-01-expected.txt: Added.
3763 * platform/qt/editing/inserting/paragraph-separator-02-expected.txt: Added.
3764 * platform/qt/editing/inserting/paragraph-separator-03-expected.txt: Added.
3765 * platform/qt/editing/inserting/paragraph-separator-in-table-1-expected.txt: Added.
3766 * platform/qt/editing/inserting/paragraph-separator-in-table-2-expected.txt: Added.
3767 * platform/qt/editing/inserting/redo-expected.txt: Added.
3768 * platform/qt/editing/inserting/return-key-with-selection-001-expected.txt: Added.
3769 * platform/qt/editing/inserting/return-key-with-selection-002-expected.txt: Added.
3770 * platform/qt/editing/inserting/return-key-with-selection-003-expected.txt: Added.
3771 * platform/qt/editing/inserting/typing-001-expected.txt: Added.
3772 * platform/qt/editing/inserting/typing-002-expected.txt: Added.
3773 * platform/qt/editing/inserting/typing-003-expected.txt: Added.
3774 * platform/qt/editing/inserting/typing-around-br-001-expected.txt: Added.
3775 * platform/qt/editing/inserting/typing-around-image-001-expected.txt: Added.
3776 * platform/qt/editing/selection/13804-expected.txt: Added.
3777 * platform/qt/editing/selection/3690703-2-expected.txt: Added.
3778 * platform/qt/editing/selection/3690703-expected.txt: Added.
3779 * platform/qt/editing/selection/3690719-expected.txt: Added.
3780 * platform/qt/editing/selection/4397952-expected.txt: Added.
3781 * platform/qt/editing/selection/4776665-expected.txt: Added.
3782 * platform/qt/editing/selection/4818145-expected.txt: Added.
3783 * platform/qt/editing/selection/4866671-expected.txt: Added.
3784 * platform/qt/editing/selection/4889598-expected.txt: Added.
3785 * platform/qt/editing/selection/4895428-2-expected.txt: Added.
3786 * platform/qt/editing/selection/4895428-3-expected.txt: Added.
3787 * platform/qt/editing/selection/4932260-2-expected.txt: Added.
3788 * platform/qt/editing/selection/4932260-3-expected.txt: Added.
3789 * platform/qt/editing/selection/4960116-expected.txt: Added.
3790 * platform/qt/editing/selection/4960137-expected.txt: Added.
3791 * platform/qt/editing/selection/4983858-expected.txt: Added.
3792 * platform/qt/editing/selection/5007143-2-expected.txt: Added.
3793 * platform/qt/editing/selection/5007143-expected.txt: Added.
3794 * platform/qt/editing/selection/5076323-1-expected.txt: Added.
3795 * platform/qt/editing/selection/5076323-2-expected.txt: Added.
3796 * platform/qt/editing/selection/5076323-3-expected.txt: Added.
3797 * platform/qt/editing/selection/5081257-1-expected.txt: Added.
3798 * platform/qt/editing/selection/5081257-2-expected.txt: Added.
3799 * platform/qt/editing/selection/5099303-expected.txt: Added.
3800 * platform/qt/editing/selection/5131716-1-expected.txt: Added.
3801 * platform/qt/editing/selection/5131716-2-expected.txt: Added.
3802 * platform/qt/editing/selection/5131716-3-expected.txt: Added.
3803 * platform/qt/editing/selection/5131716-4-expected.txt: Added.
3804 * platform/qt/editing/selection/5136696-expected.txt: Added.
3805 * platform/qt/editing/selection/5195166-1-expected.txt: Added.
3806 * platform/qt/editing/selection/5195166-2-expected.txt: Added.
3807 * platform/qt/editing/selection/5234383-2-expected.txt: Added.
3808 * platform/qt/editing/selection/6476-expected.txt: Added.
3809 * platform/qt/editing/selection/7152-1-expected.txt: Added.
3810 * platform/qt/editing/selection/7152-2-expected.txt: Added.
3811 * platform/qt/editing/selection/addRange-expected.txt: Added.
3812 * platform/qt/editing/selection/after-line-wrap-expected.txt: Added.
3813 * platform/qt/editing/selection/caret-before-select-expected.txt: Added.
3814 * platform/qt/editing/selection/caret-rtl-2-expected.txt: Added.
3815 * platform/qt/editing/selection/caret-rtl-expected.txt: Added.
3816 * platform/qt/editing/selection/clear-selection-expected.txt: Added.
3817 * platform/qt/editing/selection/contenteditable-click-inside-expected.txt: Added.
3818 * platform/qt/editing/selection/contenteditable-click-outside-expected.txt: Added.
3819 * platform/qt/editing/selection/display-table-text-expected.txt: Added.
3820 * platform/qt/editing/selection/drag-in-iframe-expected.txt: Added.
3821 * platform/qt/editing/selection/editable-html-element-expected.txt: Added.
3822 * platform/qt/editing/selection/editable-non-editable-crash-expected.txt: Added.
3823 * platform/qt/editing/selection/end-of-document-expected.txt: Added.
3824 * platform/qt/editing/selection/extend-by-character-001-expected.txt: Added.
3825 * platform/qt/editing/selection/extend-by-character-002-expected.txt: Added.
3826 * platform/qt/editing/selection/extend-by-character-003-expected.txt: Added.
3827 * platform/qt/editing/selection/extend-by-character-004-expected.txt: Added.
3828 * platform/qt/editing/selection/extend-by-character-005-expected.txt: Added.
3829 * platform/qt/editing/selection/extend-by-character-006-expected.txt: Added.
3830 * platform/qt/editing/selection/extend-by-sentence-001-expected.txt: Added.
3831 * platform/qt/editing/selection/extend-by-word-001-expected.txt: Added.
3832 * platform/qt/editing/selection/focus-body-expected.txt: Added.
3833 * platform/qt/editing/selection/focus_editable_html-expected.txt: Added.
3834 * platform/qt/editing/selection/iframe-expected.txt: Added.
3835 * platform/qt/editing/selection/inline-table-expected.txt: Added.
3836 * platform/qt/editing/selection/leave-requested-block-expected.txt: Added.
3837 * platform/qt/editing/selection/line-wrap-1-expected.txt: Added.
3838 * platform/qt/editing/selection/line-wrap-2-expected.txt: Added.
3839 * platform/qt/editing/selection/mixed-editability-2-expected.txt: Added.
3840 * platform/qt/editing/selection/mixed-editability-3-expected.txt: Added.
3841 * platform/qt/editing/selection/mixed-editability-4-expected.txt: Added.
3842 * platform/qt/editing/selection/mixed-editability-5-expected.txt: Added.
3843 * platform/qt/editing/selection/mixed-editability-6-expected.txt: Added.
3844 * platform/qt/editing/selection/mixed-editability-7-expected.txt: Added.
3845 * platform/qt/editing/selection/mixed-editability-9-expected.txt: Added.
3846 * platform/qt/editing/selection/move-3875618-fix-expected.txt: Added.
3847 * platform/qt/editing/selection/move-3875641-fix-expected.txt: Added.
3848 * platform/qt/editing/selection/move-backwords-by-word-001-expected.txt: Added.
3849 * platform/qt/editing/selection/move-between-blocks-no-001-expected.txt: Added.
3850 * platform/qt/editing/selection/move-between-blocks-yes-001-expected.txt: Added.
3851 * platform/qt/editing/selection/move-by-character-001-expected.txt: Added.
3852 * platform/qt/editing/selection/move-by-character-002-expected.txt: Added.
3853 * platform/qt/editing/selection/move-by-character-003-expected.txt: Added.
3854 * platform/qt/editing/selection/move-by-character-004-expected.txt: Added.
3855 * platform/qt/editing/selection/move-by-character-005-expected.txt: Added.
3856 * platform/qt/editing/selection/move-by-character-6-expected.txt: Added.
3857 * platform/qt/editing/selection/move-by-line-001-expected.txt: Added.
3858 * platform/qt/editing/selection/move-by-line-002-expected.txt: Added.
3859 * platform/qt/editing/selection/move-by-sentence-001-expected.txt: Added.
3860 * platform/qt/editing/selection/move-by-word-001-expected.txt: Added.
3861 * platform/qt/editing/selection/node-removal-1-expected.txt: Added.
3862 * platform/qt/editing/selection/node-removal-2-expected.txt: Added.
3863 * platform/qt/editing/selection/previous-line-position-expected.txt: Added.
3864 * platform/qt/editing/selection/replace-selection-1-expected.txt: Added.
3865 * platform/qt/editing/selection/select-all-001-expected.txt: Added.
3866 * platform/qt/editing/selection/select-all-002-expected.txt: Added.
3867 * platform/qt/editing/selection/select-all-003-expected.txt: Added.
3868 * platform/qt/editing/selection/select-all-004-expected.txt: Added.
3869 * platform/qt/editing/selection/select-all-005-expected.txt: Added.
3870 * platform/qt/editing/selection/select-all-006-expected.txt: Added.
3871 * platform/qt/editing/selection/select-all-iframe-expected.txt: Added.
3872 * platform/qt/editing/selection/select-missing-image-expected.txt: Added.
3873 * platform/qt/editing/selection/selectNode-expected.txt: Added.
3874 * platform/qt/editing/selection/selectNodeContents-expected.txt: Added.
3875 * platform/qt/editing/selection/selection-3748164-fix-expected.txt: Added.
3876 * platform/qt/editing/selection/table-caret-1-expected.txt: Added.
3877 * platform/qt/editing/selection/table-caret-2-expected.txt: Added.
3878 * platform/qt/editing/selection/table-caret-3-expected.txt: Added.
3879 * platform/qt/editing/selection/unrendered-001-expected.txt: Added.
3880 * platform/qt/editing/selection/unrendered-002-expected.txt: Added.
3881 * platform/qt/editing/selection/unrendered-003-expected.txt: Added.
3882 * platform/qt/editing/selection/unrendered-004-expected.txt: Added.
3883 * platform/qt/editing/selection/unrendered-005-expected.txt: Added.
3884 * platform/qt/editing/selection/unrendered-space-expected.txt: Added.
3885 * platform/qt/editing/spelling/spelling-expected.txt: Added.
3886 * platform/qt/editing/style/4916887-expected.txt: Added.
3887 * platform/qt/editing/style/5017613-1-expected.txt: Added.
3888 * platform/qt/editing/style/5017613-2-expected.txt: Added.
3889 * platform/qt/editing/style/5046875-1-expected.txt: Added.
3890 * platform/qt/editing/style/5046875-2-expected.txt: Added.
3891 * platform/qt/editing/style/5065910-expected.txt: Added.
3892 * platform/qt/editing/style/5084241-expected.txt: Added.
3893 * platform/qt/editing/style/5228141-expected.txt: Added.
3894 * platform/qt/editing/style/5279521-expected.txt: Added.
3895 * platform/qt/editing/style/apple-style-editable-mix-expected.txt: Added.
3896 * platform/qt/editing/style/block-style-001-expected.txt: Added.
3897 * platform/qt/editing/style/block-style-002-expected.txt: Added.
3898 * platform/qt/editing/style/block-style-003-expected.txt: Added.
3899 * platform/qt/editing/style/block-style-004-expected.txt: Added.
3900 * platform/qt/editing/style/block-style-005-expected.txt: Added.
3901 * platform/qt/editing/style/block-style-006-expected.txt: Added.
3902 * platform/qt/editing/style/block-styles-007-expected.txt: Added.
3903 * platform/qt/editing/style/create-block-for-style-001-expected.txt: Added.
3904 * platform/qt/editing/style/create-block-for-style-002-expected.txt: Added.
3905 * platform/qt/editing/style/create-block-for-style-003-expected.txt: Added.
3906 * platform/qt/editing/style/create-block-for-style-004-expected.txt: Added.
3907 * platform/qt/editing/style/create-block-for-style-005-expected.txt: Added.
3908 * platform/qt/editing/style/create-block-for-style-006-expected.txt: Added.
3909 * platform/qt/editing/style/create-block-for-style-007-expected.txt: Added.
3910 * platform/qt/editing/style/create-block-for-style-008-expected.txt: Added.
3911 * platform/qt/editing/style/create-block-for-style-009-expected.txt: Added.
3912 * platform/qt/editing/style/create-block-for-style-010-expected.txt: Added.
3913 * platform/qt/editing/style/create-block-for-style-011-expected.txt: Added.
3914 * platform/qt/editing/style/create-block-for-style-012-expected.txt: Added.
3915 * platform/qt/editing/style/create-block-for-style-013-expected.txt: Added.
3916 * platform/qt/editing/style/designmode-expected.txt: Added.
3917 * platform/qt/editing/style/fontsize-1-expected.txt: Added.
3918 * platform/qt/editing/style/highlight-expected.txt: Added.
3919 * platform/qt/editing/style/relative-font-size-change-001-expected.txt: Added.
3920 * platform/qt/editing/style/relative-font-size-change-003-expected.txt: Added.
3921 * platform/qt/editing/style/relative-font-size-change-004-expected.txt: Added.
3922 * platform/qt/editing/style/remove-underline-after-paragraph-expected.txt: Added.
3923 * platform/qt/editing/style/remove-underline-after-paragraph-in-bold-expected.txt: Added.
3924 * platform/qt/editing/style/remove-underline-expected.txt: Added.
3925 * platform/qt/editing/style/remove-underline-from-stylesheet-expected.txt: Added.
3926 * platform/qt/editing/style/remove-underline-in-bold-expected.txt: Added.
3927 * platform/qt/editing/style/smoosh-styles-001-expected.txt: Added.
3928 * platform/qt/editing/style/smoosh-styles-002-expected.txt: Added.
3929 * platform/qt/editing/style/smoosh-styles-003-expected.txt: Added.
3930 * platform/qt/editing/style/style-3690704-fix-expected.txt: Added.
3931 * platform/qt/editing/style/style-3998892-fix-expected.txt: Added.
3932 * platform/qt/editing/style/style-boundary-001-expected.txt: Added.
3933 * platform/qt/editing/style/style-boundary-002-expected.txt: Added.
3934 * platform/qt/editing/style/style-boundary-003-expected.txt: Added.
3935 * platform/qt/editing/style/style-boundary-004-expected.txt: Added.
3936 * platform/qt/editing/style/style-boundary-005-expected.txt: Added.
3937 * platform/qt/editing/style/table-selection-expected.txt: Added.
3938 * platform/qt/editing/style/typing-style-001-expected.txt: Added.
3939 * platform/qt/editing/style