1 2007-12-13 Justin Garcia <justin.garcia@apple.com>
3 Reviewed by Oliver Hunt.
5 <rdar://problem/5607069> In Mail, a crash occurs at WebCore::AppendNodeCommand() after dragging image into a <FORM> element
7 * editing/inserting/5607069-1-expected.checksum: Added.
8 * editing/inserting/5607069-1-expected.png: Added.
9 * editing/inserting/5607069-1-expected.txt: Added.
10 * editing/inserting/5607069-1.html: Added.
11 * editing/inserting/5607069-2.html: Added.
12 * editing/inserting/5607069-3.html: Added.
13 * platform/mac/editing/inserting/5607069-2-expected.checksum: Added.
14 * platform/mac/editing/inserting/5607069-2-expected.png: Added.
15 * platform/mac/editing/inserting/5607069-2-expected.txt: Added.
16 * platform/mac/editing/inserting/5607069-3-expected.checksum: Added.
17 * platform/mac/editing/inserting/5607069-3-expected.png: Added.
18 * platform/mac/editing/inserting/5607069-3-expected.txt: Added.
20 2007-12-13 Dan Bernstein <mitz@apple.com>
22 Reviewed by Dave Hyatt.
24 - test for <rdar://problem/5642426> explicit cubic-bezier curves all treated as "default" for transition-timing-function
26 * fast/css/transition-timing-function-expected.txt: Added.
27 * fast/css/transition-timing-function.html: Added.
29 2007-12-13 Kevin McCullough <kmccullough@apple.com>
33 - Layout tests fix. Removed machine dependant results and generated new
34 results without machine specific information.
36 * fast/dom/frame-loading-via-document-write-expected.txt: Added.
37 * http/tests/security/frame-loading-via-document-write-expected.txt: Added.
38 * http/tests/security/local-CSS-from-remote-expected.txt:
39 * http/tests/security/local-JavaScript-from-remote-expected.txt:
40 * http/tests/security/local-iFrame-from-remote-expected.txt:
41 * http/tests/security/local-image-from-remote-expected.txt:
42 * platform/mac/fast/dom/frame-loading-via-document-write-expected.checksum: Removed.
43 * platform/mac/fast/dom/frame-loading-via-document-write-expected.png: Removed.
44 * platform/mac/fast/dom/frame-loading-via-document-write-expected.txt: Removed.
45 * platform/mac/http/tests/security: Removed.
46 * platform/mac/http/tests/security/frame-loading-via-document-write-expected.checksum: Removed.
47 * platform/mac/http/tests/security/frame-loading-via-document-write-expected.png: Removed.
48 * platform/mac/http/tests/security/frame-loading-via-document-write-expected.txt: Removed.
49 * platform/win/Skipped:
50 * platform/win/http: Removed.
51 * platform/win/http/tests: Removed.
52 * platform/win/http/tests/security: Removed.
53 * platform/win/http/tests/security/frame-loading-via-document-write-expected.txt: Removed.
55 2007-12-13 Alexey Proskuryakov <ap@webkit.org>
59 http://bugs.webkit.org/show_bug.cgi?id=16421
60 REGRESSION(r28669): Page scrolls down when you hit space key in text area
62 * fast/events/space-scroll-event-expected.txt: Added.
63 * fast/events/space-scroll-event.html: Added.
65 2007-12-13 Justin Garcia <justin.garcia@apple.com>
67 Reviewed by Darin Adler.
69 <rdar://problem/5601583> GMail Editor: Copied link doesn't paste as a link, just colored text
71 * editing/pasteboard/5601583-1.html: Added.
72 * platform/mac/editing/pasteboard/5601583-1-expected.checksum: Added.
73 * platform/mac/editing/pasteboard/5601583-1-expected.png: Added.
74 * platform/mac/editing/pasteboard/5601583-1-expected.txt: Added.
76 2007-12-13 Kevin McCullough <kmccullough@apple.com>
78 Reviewed by Alice and Sam.
80 - <rdar://5621435> Need a way to specify local resources (being loaded
81 from HTTP tests) on Windows.
82 - Updated the following tests to use the new layoutTestController
83 function, pathToLocalResource to get a Windows viable path (when on
84 Windows) to the local resources they are attempting to access.
85 - Also clarified and updated some results.
87 * fast/dom/frame-loading-via-document-write.html:
88 * fast/loader/local-CSS-from-local-expected.txt:
89 * fast/loader/local-CSS-from-local.html:
90 * fast/loader/local-JavaScript-from-local-expected.txt:
91 * fast/loader/local-JavaScript-from-local.html:
92 * fast/loader/local-iFrame-source-from-local-expected.txt:
93 * fast/loader/local-iFrame-source-from-local.html:
94 * fast/loader/local-image-from-local-expected.txt:
95 * fast/loader/local-image-from-local.html:
96 * http/tests/security/frame-loading-via-document-write.html:
97 * http/tests/security/local-CSS-from-remote-expected.txt:
98 * http/tests/security/local-CSS-from-remote.html:
99 * http/tests/security/local-JavaScript-from-remote-expected.txt:
100 * http/tests/security/local-JavaScript-from-remote.html:
101 * http/tests/security/local-iFrame-from-remote-expected.txt:
102 * http/tests/security/local-iFrame-from-remote.html:
103 * http/tests/security/local-image-from-remote-expected.txt:
104 * http/tests/security/local-image-from-remote.html:
105 * http/tests/security/local-user-CSS-from-remote.html:
106 * platform/mac/fast/dom/frame-loading-via-document-write-expected.txt:
107 * platform/win/Skipped:
108 * platform/win/http: Added.
109 * platform/win/http/tests: Added.
110 * platform/win/http/tests/security: Added.
111 * platform/win/http/tests/security/frame-loading-via-document-write-expected.txt: Added.
113 2007-12-13 Dan Bernstein <mitz@apple.com>
115 Reviewed by Adam Roben.
117 - test that Unicode bidi control characters are rendered as zero width
120 * fast/text/international/bidi-control-chars-treated-as-ZWS.html: Added.
121 * platform/mac-leopard/fast/text/international/bidi-control-chars-treated-as-ZWS-expected.checksum: Added.
122 * platform/mac-leopard/fast/text/international/bidi-control-chars-treated-as-ZWS-expected.png: Added.
123 * platform/mac-leopard/fast/text/international/bidi-control-chars-treated-as-ZWS-expected.txt: Added.
125 2007-12-12 Dan Bernstein <mitz@apple.com>
127 Reviewed by Oliver Hunt.
129 - updated results and skipped tests file for
130 <rdar://problem/5074620> text with font:initial; fails to appear (causes fast/text/font-initial.html to fail)
132 * platform/mac-leopard/fast/text/font-initial-expected.checksum: Copied from LayoutTests/platform/mac/fast/text/font-initial-expected.checksum.
133 * platform/mac-leopard/fast/text/font-initial-expected.png: Copied from LayoutTests/platform/mac/fast/text/font-initial-expected.png.
134 * platform/mac/fast/text/font-initial-expected.checksum: Removed.
135 * platform/mac/fast/text/font-initial-expected.png: Removed.
136 * platform/mac/fast/text/font-initial-expected.txt:
137 * platform/win/Skipped:
139 2007-12-12 Justin Garcia <justin.garcia@apple.com>
141 Reviewed by Darin Adler.
143 <rdar://problem/5433862> Mail crashes at WebCore::highestAncestor() when deleting a particular selection
145 * editing/deleting/5433862-1-expected.txt: Added.
146 * editing/deleting/5433862-1.html: Added.
147 * editing/deleting/5433862-2.html: Added.
148 * platform/mac/editing/deleting/5433862-2-expected.checksum: Added.
149 * platform/mac/editing/deleting/5433862-2-expected.txt: Added.
151 2007-12-12 Dan Bernstein <mitz@apple.com>
153 Reviewed by John Sullivan.
155 - test for a bug in debug builds only where selecting an earlier item in
156 a popup selects the first item
158 * fast/forms/menulist-selection-reset-expected.txt: Added.
159 * fast/forms/menulist-selection-reset.html: Added.
161 2007-12-12 Beth Dakin <bdakin@apple.com>
165 Updated pixel results from my recent SVG change.
167 * svg/custom/inline-svg-in-xhtml-expected.checksum: Added.
168 * svg/custom/inline-svg-in-xhtml-expected.png: Added.
170 2007-12-11 Anders Carlsson <andersca@apple.com>
174 <rdar://problem/5132003>
175 dumpResourceLoadCallbacks is not implemented in DRT on Windows.
177 Remove now passing tests.
179 * platform/win/Skipped:
181 2007-12-12 Alexey Proskuryakov <ap@webkit.org>
183 Reviewed by Adam Roben.
185 Results corrected by a fix to EventSender.
187 * platform/win/fast/events/keyLocation-numpad-expected.txt:
189 2007-12-12 Alexey Proskuryakov <ap@webkit.org>
193 http://bugs.webkit.org/show_bug.cgi?id=16410
194 Implement isKeypadEvent() on Windows
196 * platform/win/fast/events/keyLocation-numpad-expected.txt: Added.
197 * platform/win/fast/events/keyLocation-numpad.html: Added.
199 2007-12-12 Alexey Proskuryakov <ap@webkit.org>
203 http://bugs.webkit.org/show_bug.cgi?id=15248
204 Can not enter accented characters using alt-numeric keypad
206 * platform/win/fast/events/alt-numpad-expected.txt: Added.
207 * platform/win/fast/events/alt-numpad.html: Added.
209 2007-12-12 Oliver Hunt <oliver@apple.com>
213 <rdar://problem/5071781> window.mouseout events are not
214 sent to window when mouse moves out of window
216 Layout tests to make sure we correctly handle mouse out
217 on the window object.
219 * fast/events/mouseout-on-window-expected.txt: Added.
220 * fast/events/mouseout-on-window.html: Added.
222 2007-12-11 Dan Bernstein <mitz@apple.com>
224 Reviewed by Maciej Stachowiak.
226 - removed now-passing tests
228 * platform/win/Skipped:
230 2007-12-11 Dan Bernstein <mitz@apple.com>
232 Reviewed by Mark Rowe and Sam Weinig too!
234 - removed tests that pass when Helvetica Oblique and Helvetica
235 Bold Oblique are available.
237 * platform/win/Skipped:
239 2007-12-11 Beth Dakin <bdakin@apple.com>
243 Tests for <rdar://problem/5641255> SVGs with width and height 100%
244 fail to render when used as background images
246 * fast/backgrounds/resources/balloon.svg: Added.
247 * fast/backgrounds/resources/eyes.svg: Added.
248 * fast/backgrounds/resources/hearts.svg: Added.
249 * fast/backgrounds/resources/linguistics.svg: Added.
250 * fast/backgrounds/resources/map.svg: Added.
251 * fast/backgrounds/resources/mouse-repel.svg: Added.
252 * fast/backgrounds/svg-as-background-1.html: Added.
253 * fast/backgrounds/svg-as-background-2.html: Added.
254 * fast/backgrounds/svg-as-background-3.html: Added.
255 * fast/backgrounds/svg-as-background-4.html: Added.
256 * fast/backgrounds/svg-as-background-5.html: Added.
257 * fast/backgrounds/svg-as-background-6.html: Added.
258 * platform/mac/fast/backgrounds/svg-as-background-1-expected.checksum: Added.
259 * platform/mac/fast/backgrounds/svg-as-background-1-expected.png: Added.
260 * platform/mac/fast/backgrounds/svg-as-background-1-expected.txt: Added.
261 * platform/mac/fast/backgrounds/svg-as-background-2-expected.checksum: Added.
262 * platform/mac/fast/backgrounds/svg-as-background-2-expected.png: Added.
263 * platform/mac/fast/backgrounds/svg-as-background-2-expected.txt: Added.
264 * platform/mac/fast/backgrounds/svg-as-background-3-expected.checksum: Added.
265 * platform/mac/fast/backgrounds/svg-as-background-3-expected.png: Added.
266 * platform/mac/fast/backgrounds/svg-as-background-3-expected.txt: Added.
267 * platform/mac/fast/backgrounds/svg-as-background-4-expected.checksum: Added.
268 * platform/mac/fast/backgrounds/svg-as-background-4-expected.png: Added.
269 * platform/mac/fast/backgrounds/svg-as-background-4-expected.txt: Added.
270 * platform/mac/fast/backgrounds/svg-as-background-5-expected.checksum: Added.
271 * platform/mac/fast/backgrounds/svg-as-background-5-expected.png: Added.
272 * platform/mac/fast/backgrounds/svg-as-background-5-expected.txt: Added.
273 * platform/mac/fast/backgrounds/svg-as-background-6-expected.checksum: Added.
274 * platform/mac/fast/backgrounds/svg-as-background-6-expected.png: Added.
275 * platform/mac/fast/backgrounds/svg-as-background-6-expected.txt: Added.
277 2007-12-11 Nikolas Zimmermann <zimmermann@kde.org>
279 Rubberstamped by Mark.
281 Add missing tests - their results have already been checked in over a month ago - I forgot to commit the tests itself.
283 * svg/custom/alignment-baseline-modes.svg: Added.
284 * svg/custom/dominant-baseline-hanging.svg: Added.
285 * svg/custom/dominant-baseline-modes.svg: Added.
287 2007-12-11 Nikolas Zimmermann <zimmermann@kde.org>
289 Rubberstamped by Mark.
291 Update pixel test results now that filters are disabled.
293 * platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.checksum:
294 * platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.png:
295 * platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.checksum:
296 * platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
297 * platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.checksum:
298 * platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.png:
299 * platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.checksum:
300 * platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
301 * platform/mac/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.checksum:
302 * platform/mac/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.png:
303 * platform/mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.checksum:
304 * platform/mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png:
305 * platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.checksum:
306 * platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.png:
307 * platform/mac/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.checksum:
308 * platform/mac/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.png:
309 * platform/mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.checksum:
310 * platform/mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.png:
311 * platform/mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.checksum:
312 * platform/mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.png:
313 * platform/mac/svg/W3C-SVG-1.1/filters-offset-01-b-expected.checksum:
314 * platform/mac/svg/W3C-SVG-1.1/filters-offset-01-b-expected.png:
315 * platform/mac/svg/W3C-SVG-1.1/filters-specular-01-f-expected.checksum:
316 * platform/mac/svg/W3C-SVG-1.1/filters-specular-01-f-expected.png:
317 * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.checksum:
318 * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.png:
319 * platform/mac/svg/custom/empty-merge-expected.checksum:
320 * platform/mac/svg/custom/empty-merge-expected.png:
321 * platform/mac/svg/custom/feComponentTransfer-Discrete-expected.checksum:
322 * platform/mac/svg/custom/feComponentTransfer-Discrete-expected.png:
323 * platform/mac/svg/custom/feComponentTransfer-Gamma-expected.checksum:
324 * platform/mac/svg/custom/feComponentTransfer-Gamma-expected.png:
325 * platform/mac/svg/custom/feComponentTransfer-Linear-expected.checksum:
326 * platform/mac/svg/custom/feComponentTransfer-Linear-expected.png:
327 * platform/mac/svg/custom/feComponentTransfer-Table-expected.checksum:
328 * platform/mac/svg/custom/feComponentTransfer-Table-expected.png:
329 * platform/mac/svg/custom/feDisplacementMap-01-expected.checksum:
330 * platform/mac/svg/custom/feDisplacementMap-01-expected.png:
331 * platform/mac/svg/custom/image-with-transform-clip-filter-expected.checksum:
332 * platform/mac/svg/custom/image-with-transform-clip-filter-expected.png:
333 * platform/mac/svg/custom/non-opaque-filters-expected.checksum:
334 * platform/mac/svg/custom/non-opaque-filters-expected.png:
335 * platform/mac/svg/custom/text-filter-expected.checksum:
336 * platform/mac/svg/custom/text-filter-expected.png:
337 * platform/mac/svg/custom/visibility-override-filter-expected.checksum:
338 * platform/mac/svg/custom/visibility-override-filter-expected.png:
339 * svg/batik/filters/filterRegions-expected.checksum:
340 * svg/batik/filters/filterRegions-expected.png:
341 * svg/batik/text/textFeatures-expected.checksum:
342 * svg/batik/text/textFeatures-expected.png:
343 * svg/custom/js-svg-constructors-expected.checksum:
344 * svg/custom/js-svg-constructors-expected.png:
346 2007-12-11 Dan Bernstein <mitz@apple.com>
348 Reviewed by Darin Adler.
350 - test for <rdar://problem/5631507> Text doesn't wrap properly at Tamil version of Wikipedia
352 * fast/text/international/complex-character-based-fallback.html: Added.
353 * platform/mac-leopard/fast/text/international/complex-character-based-fallback-expected.checksum: Added.
354 * platform/mac-leopard/fast/text/international/complex-character-based-fallback-expected.png: Added.
355 * platform/mac/fast/text/international/complex-character-based-fallback-expected.txt: Added.
356 * platform/win/fast/text: Added.
357 * platform/win/fast/text/international: Added.
358 * platform/win/fast/text/international/complex-character-based-fallback-expected.checksum: Added.
359 * platform/win/fast/text/international/complex-character-based-fallback-expected.png: Added.
360 * platform/win/fast/text/international/complex-character-based-fallback-expected.txt: Added.
362 2007-12-07 Alexey Proskuryakov <ap@webkit.org>
366 <rdar://problem/5535636>
367 Have to press 4 times instead of 2 times to get the expected result of ^^ with german keyboard.
369 http://bugs.webkit.org/show_bug.cgi?id=13916
370 JavaScript detects Tab as a character input on a textfield validation
372 * platform/win/fast/events: Added.
373 * platform/win/fast/events/double-dead-char-expected.txt: Added.
374 * platform/win/fast/events/double-dead-char.html: Added.
375 * fast/events/key-events-in-input-button.html: Added
376 * fast/events/key-events-in-input-button-expected.txt: Added
377 * fast/events/key-events-in-input-text.html: Added
378 * fast/events/key-events-in-input-text-expected.txt: Added
380 * fast/events/access-key-self-destruct.html:
381 * fast/forms/listbox-onchange.html:
382 * fast/forms/listbox-selection.html:
383 * fast/forms/access-key.html:
384 * fast/forms/legend-access-key.html:
385 * fast/forms/enter-clicks-buttons.html:
386 * fast/forms/check-box-enter-key.html:
387 * fast/forms/button-enter-click.html:
388 * fast/events/onsearch-enter.html:
389 * fast/events/onchange-passwordfield.html:
390 * fast/events/onchange-searchfield.html:
391 * fast/events/onchange-textfield.html:
392 Use eventSender instead of DOM events, because it emulates the real user action much better,
393 and we weren't getting cross-browser compatibility for the tests anyway.
395 * fast/events/frame-tab-focus.html:
396 * fast/html/tab-order.html:
397 * fast/forms/select-enter-key.html:
398 * fast/forms/focus2-expected.txt:
399 * fast/forms/focus2.html:
400 * fast/events/option-tab.html:
401 Dispatch a keydown instead of keypress, as this is when default processing is now done.
402 Possibly, it would be better stiull to use eventSender here, as well.
404 * fast/forms/onchange-enter-submit.html:
405 * fast/forms/select-double-onchange.html:
406 * fast/forms/textfield-onchange-deletion.html:
407 The correct code is '\r', not '\n' - previously, the difference was lost while converting
408 events back and forth.
410 * fast/forms/search-event-delay.html: Use a new named key to dispatch backspace - the
411 character code for it is cross-platform, but key code is not.
412 Also changed the test to call notifyDone() from a timer - otherwise, DRT would hang as
413 WM_KEYUP was dispatched after WM_QUIT. I tried and couldn't make DRT work, but I'm
414 fairly confident that this issue doesn't affect Safari.
416 * fast/events/keydown-keypress-preventDefault-expected.txt:
417 * fast/events/keydown-keypress-preventDefault.html:
418 This test claimed that its expacted behavior matched both IE and Firefox, but it did not.
421 * fast/events/js-keyboard-event-creation-expected.txt:
422 * fast/events/js-keyboard-event-creation.html:
423 This test was problematic, because it was tabbing out to chrome, and that doesn't work
424 well in DRT. I have added another input for it to have a nicer target.
426 * platform/mac/fast/events/objc-event-api-expected.txt:
427 Updated for new behavior:
428 - eventSender.keyDown() now dispatches a keyUp, too;
429 - raw events do not have charCode;
430 - keypresses do not have keyIdentifiers.
432 2007-12-10 Oliver Hunt <oliver@apple.com>
434 Reviewed by Weinig, Dan and Alexey.
436 Layout test to confirm correct character encoding is used to
437 load dynamically loaded scripts.
439 * fast/encoding/no-charset-on-dynamic-script-load.html: Added.
440 * fast/encoding/resources/dynamic-load-target.js: Added.
442 2007-12-10 Justin Garcia <justin.garcia@apple.com>
444 Reviewed by Oliver Hunt.
446 <rdar://problem/5482023> GoogleDocs: After performing FormatBlock in an empty document, certain functions are disabled
448 * editing/execCommand/5482023.html: Added.
449 * platform/mac/editing/execCommand/5482023-expected.checksum: Added.
450 * platform/mac/editing/execCommand/5482023-expected.png: Added.
451 * platform/mac/editing/execCommand/5482023-expected.txt: Added.
453 2007-12-10 Darin Adler <darin@apple.com>
455 Reviewed by Sam Weinig.
457 - test for http://bugs.webkit.org/show_bug.cgi?id=16379
458 REGRESSION(r28525): Failures in http/tests/xmlhttprequest/response-encoding.html and
459 fast/dom/xmlhttprequest-html-response-encoding.html
460 and <rdar://problem/5640230> REGRESSION (306A4-ToT): Access violation in PCRE function
461 find_firstassertedchar
463 * fast/js/regexp-find-first-asserted-expected.txt: Added.
464 * fast/js/regexp-find-first-asserted.html: Added.
465 * fast/js/resources/regexp-find-first-asserted.js: Added.
467 2007-12-10 Antti Koivisto <antti@apple.com>
471 The load events could fire before the event listener was registered making these tests fail occasionally.
473 No changes to test results.
475 * media/video-source-media.html:
476 * media/video-source-type.html:
477 * media/video-source.html:
478 * media/video-src-remove.html:
479 * media/video-src-source.html:
480 * media/video-src.html:
481 * media/video-test.js:
483 2007-12-10 Stephanie <slewis@apple.com>
485 Rubber-stamped by Sam.
487 Check in correct results
489 * svg/custom/resource-client-removal-expected.txt:
491 2007-12-10 Rob Buis <buis@kde.org>
496 http://bugs.webkit.org/show_bug.cgi?id=16182
497 SVG should disable antialiasing for shape-rendering="crispEdges"
499 * svg/custom/shape-rendering-expected.checksum: Added.
500 * svg/custom/shape-rendering-expected.png: Added.
501 * svg/custom/shape-rendering-expected.txt: Added.
502 * svg/custom/shape-rendering.svg: Added.
504 2007-12-09 Rob Buis <buis@kde.org>
509 http://bugs.webkit.org/show_bug.cgi?id=16163
510 SVG crash in Node::setChanged() on Debug builds only (trashed parent)
512 * svg/custom/resource-client-removal-expected.checksum: Added.
513 * svg/custom/resource-client-removal-expected.png: Added.
514 * svg/custom/resource-client-removal-expected.txt: Added.
515 * svg/custom/resource-client-removal.svg: Added.
517 2007-12-10 David D. Kilzer <ddkilzer@webkit.org>
519 Bug 9683: Implement select.options.remove() method
520 <http://bugs.webkit.org/show_bug.cgi?id=9683>
524 * fast/js/resources/select-options-remove.js: Added.
525 * fast/js/select-options-remove-expected.txt: Added.
526 * fast/js/select-options-remove-gc-expected.txt: Added.
527 * fast/js/select-options-remove-gc.html: Added.
528 * fast/js/select-options-remove.html: Added.
530 2007-12-10 Alexey Proskuryakov <ap@webkit.org>
532 Removed fast/events/objc-keyboard-event-creation.html from skipped list, as this test has
533 been moved to platform/mac long ago.
535 * platform/win/Skipped:
537 2007-12-09 Oliver Hunt <oliver@apple.com>
541 Somehow I managed to not check in new expected results
544 * svg/dom/path-parser-expected.txt:
546 2007-12-09 Oliver Hunt <oliver@apple.com>
550 Prevent unlimited iteration in the case of invalid path data.
552 The only path commands that can leave numbers trailing the command processing
553 are 'm' and 'M', in which trailing numbers are parsed as arguments to an
554 implicit lineto command. In any case we should just terminate as an invalid
557 * svg/dom/path-parser-expected.txt:
558 * svg/dom/path-parser.html:
560 2007-12-08 Sam Weinig <sam@webkit.org>
562 Rubber-stamped by Adam Roben.
564 * fast/dom/Window/window-resize-and-move-arguments.html: Make the window small enough
565 that this test won't fail on systems with lower resolutions.
567 2007-12-08 Oliver Hunt <oliver@apple.com>
571 Split the ENABLE_SVG_EXPERIMENTAL_FEATURES flag into separate flags.
573 Fixes <rdar://problem/5620249> Must disable SVG animation
574 <rdar://problem/5612772> Disable SVG filters on Mac to match Windows behavior
576 These layout test changes are caused by some of the experimental
577 features no longer being enabled by default.
579 * fast/dom/Window/window-properties-expected.txt:
580 * platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt:
581 * platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.txt:
582 * platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt:
583 * platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt:
584 * platform/mac/svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt:
585 * platform/mac/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.txt:
586 * platform/mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt:
587 * platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt:
588 * platform/mac/svg/W3C-SVG-1.1/filters-felem-01-b-expected.txt:
589 * platform/mac/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.txt:
590 * platform/mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt:
591 * platform/mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.txt:
592 * platform/mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt:
593 * platform/mac/svg/W3C-SVG-1.1/filters-offset-01-b-expected.txt:
594 * platform/mac/svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt:
595 * platform/mac/svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt:
596 * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt:
597 * platform/mac/svg/custom/empty-merge-expected.txt:
598 * platform/mac/svg/custom/feComponentTransfer-Discrete-expected.txt:
599 * platform/mac/svg/custom/feComponentTransfer-Gamma-expected.txt:
600 * platform/mac/svg/custom/feComponentTransfer-Linear-expected.txt:
601 * platform/mac/svg/custom/feComponentTransfer-Table-expected.txt:
602 * platform/mac/svg/custom/feDisplacementMap-01-expected.txt:
603 * platform/mac/svg/custom/filter-source-alpha-expected.txt:
604 * platform/mac/svg/custom/image-with-transform-clip-filter-expected.txt:
605 * platform/mac/svg/custom/invalid-css-expected.txt:
606 * platform/mac/svg/custom/non-opaque-filters-expected.txt:
607 * platform/mac/svg/custom/text-filter-expected.txt:
608 * platform/mac/svg/custom/visibility-override-filter-expected.txt:
609 * svg/batik/filters/filterRegions-expected.txt:
610 * svg/batik/text/textEffect-expected.txt:
611 * svg/batik/text/textEffect3-expected.txt:
612 * svg/batik/text/textFeatures-expected.txt:
613 * svg/batik/text/textProperties-expected.txt:
614 * svg/custom/js-svg-constructors-expected.txt:
615 * svg/dom/font-face-elements-expected.txt:
616 * svg/webarchive/svg-feimage-subresources-expected.txt:
618 2007-12-08 Sam Weinig <sam@webkit.org>
622 Test that calling window scrolling, moving and resizing methods with
623 less than 2 arguments is not allowed and that calling them with more
626 * fast/dom/Window/window-resize-and-move-arguments-expected.txt: Added.
627 * fast/dom/Window/window-resize-and-move-arguments.html: Added.
628 * fast/dom/Window/window-scroll-arguments-expected.txt: Added.
629 * fast/dom/Window/window-scroll-arguments.html: Added.
630 * http/tests/security/cross-frame-access-get-expected.txt:
632 2007-12-08 Dan Bernstein <mitz@apple.com>
634 Reviewed by Adele Peterson.
636 - test that re-inserting a parser-generated <style> element applies its
639 * fast/dom/HTMLStyleElement: Added.
640 * fast/dom/HTMLStyleElement/insert-parser-generated.html: Added.
641 * platform/mac/fast/dom/HTMLStyleElement: Added.
642 * platform/mac/fast/dom/HTMLStyleElement/insert-parser-generated-expected.checksum: Added.
643 * platform/mac/fast/dom/HTMLStyleElement/insert-parser-generated-expected.png: Added.
644 * platform/mac/fast/dom/HTMLStyleElement/insert-parser-generated-expected.txt: Added.
646 2007-12-08 Rob Buis <buis@kde.org>
651 http://bugs.webkit.org/show_bug.cgi?id=15464
652 SVGLengthList allows bad values
654 * svg/custom/invalid-lengthlist-expected.checksum: Added.
655 * svg/custom/invalid-lengthlist-expected.png: Added.
656 * svg/custom/invalid-lengthlist-expected.txt: Added.
657 * svg/custom/invalid-lengthlist.svg: Added.
658 * svg/dom/length-list-parser-expected.txt:
660 2007-12-07 Antti Koivisto <antti@apple.com>
664 Test video painting when transform is applied.
666 * media/video-paint-test.js: Added.
667 * media/video-transformed.html: Added.
668 * platform/mac/media/video-transformed-expected.checksum: Added.
669 * platform/mac/media/video-transformed-expected.png: Added.
670 * platform/mac/media/video-transformed-expected.txt: Added.
672 2007-12-07 Dan Bernstein <mitz@apple.com>
674 Reviewed by Sam Weinig.
676 - test for http://bugs.webkit.org/show_bug.cgi?id=16348
677 @font-face does not affect the default style
679 * fast/css/font-face-default-font.html: Added.
680 * platform/mac-leopard/fast/css: Added.
681 * platform/mac-leopard/fast/css/font-face-default-font-expected.checksum: Added.
682 * platform/mac-leopard/fast/css/font-face-default-font-expected.png: Added.
683 * platform/mac/fast/css/font-face-default-font-expected.txt: Added.
685 2007-12-07 Darin Adler <darin@apple.com>
689 - test for <rdar://problem/5608795> CrashTracer: 481 crashes in Safari
690 at WebCore::HTMLSelectElement::saveState const + 152
692 * fast/forms/select-set-inner-expected.txt: Added.
693 * fast/forms/select-set-inner.html: Added.
695 2007-12-07 Dan Bernstein <mitz@apple.com>
697 Reviewed by Darin Adler.
699 - repaint test for <rdar://problem/5499918> REGRESSION: insertion point in input field with custom border cuts holes in focus ring interior edges
701 * fast/repaint/focus-ring.html: Added.
702 * platform/mac/fast/repaint/focus-ring-expected.checksum: Added.
703 * platform/mac/fast/repaint/focus-ring-expected.png: Added.
704 * platform/mac/fast/repaint/focus-ring-expected.txt: Added.
706 2007-12-07 Dan Bernstein <mitz@apple.com>
708 Reviewed by Darin Adler.
710 - test for http://bugs.webkit.org/show_bug.cgi?id=16334
711 <rdar://problem/5634923> REGRESSION (r28299): Homepage of any DotMac Web Gallery won't load completely
713 * fast/dynamic/subtree-no-common-root-static-y.html: Added.
714 * platform/mac/fast/dynamic/subtree-no-common-root-static-y-expected.checksum: Added.
715 * platform/mac/fast/dynamic/subtree-no-common-root-static-y-expected.png: Added.
716 * platform/mac/fast/dynamic/subtree-no-common-root-static-y-expected.txt: Added.
718 2007-12-07 Alexey Proskuryakov <ap@webkit.org>
722 http://bugs.webkit.org/show_bug.cgi?id=16325
723 <rdar://problem/5632997> REGRESSION: www.xerox.ru doesn't work
725 * http/tests/misc/empty-cookie-expected.txt: Added.
726 * http/tests/misc/empty-cookie.html: Added.
728 2007-12-06 Alexey Proskuryakov <ap@webkit.org>
732 http://bugs.webkit.org/show_bug.cgi?id=16091
733 JSCRE needs to import the PCRE test suite
735 We can use two files from PCRE test suite, as others either test for features not supported
736 in JS, or use internal debugging facilities of PCRE.
738 The files are checked in almost unmodified, I have only converted them to UTF-8 and removed two
739 huge test cases that were completely incompatible with JSC, and were polluting the output.
741 Many of the failures in results are just legitimate differences in behavior or possibly
742 problems with the test runner, but some may be genuine bugs and even regressions in JSC.
745 * fast/regex/pcre-test-runner.js: Added.
746 * fast/regex/test1-expected.txt: Added.
747 * fast/regex/test1.html: Added.
748 * fast/regex/test4-expected.txt: Added.
749 * fast/regex/test4.html: Added.
750 * fast/regex/testinput1: Added.
751 * fast/regex/testinput4: Added.
752 * fast/regex/testoutput1: Added.
753 * fast/regex/testoutput4: Added.
755 2007-12-06 Dan Bernstein <mitz@apple.com>
757 - updated render tree results for r28483
759 * svg/batik/text/textEffect2-expected.txt:
760 * svg/batik/text/textProperties-expected.txt:
762 2007-12-06 Geoffrey Garen <ggaren@apple.com>
764 Reviewed by Sam Weinig.
766 Test for http://bugs.webkit.org/show_bug.cgi?id=16328
767 REGRESSION (r28470): Crash expanding a GMail conversation
769 * fast/frames/location-put-after-removal.html: Added.
770 * fast/frames/resources/location-put-after-removal-frame.html: Added.
771 * fast/frames/resources/location-put-after-removal-frame-expected.txt: Updated.
773 2007-12-06 Darin Adler <darin@apple.com>
775 Reviewed by Eric Seidel.
777 - fix http://bugs.webkit.org/show_bug.cgi?id=16321
778 new RegExp("[\u0097]{4,6}", "gmy") crashes in DEBUG builds
779 <rdar://problem/5632992>
781 * fast/js/regexp-overflow-expected.txt: Updated.
782 * fast/js/resources/regexp-overflow.js: Added test.
784 2007-12-06 Adele Peterson <adele@apple.com>
788 Fix <rdar://problem/5631356> Toggling display property on video causes controls to get lost
790 * media/video-display-toggle.html: Added.
791 * platform/mac/media/video-display-toggle-expected.checksum: Added.
792 * platform/mac/media/video-display-toggle-expected.png: Added.
793 * platform/mac/media/video-display-toggle-expected.txt: Added.
795 2007-12-05 Rob Buis <buis@kde.org>
800 http://bugs.webkit.org/show_bug.cgi?id=15289
801 WebKit does not respect clip paths of a 0x0 rect
803 * platform/mac/svg/W3C-SVG-1.1/masking-path-04-b-expected.png:
804 * platform/mac/svg/W3C-SVG-1.1/masking-path-04-b-expected.txt:
805 * platform/mac/svg/batik/text/textEffect2-expected.checksum:
806 * platform/mac/svg/batik/text/textEffect2-expected.png:
807 * platform/mac/svg/batik/text/textProperties-expected.checksum:
808 * platform/mac/svg/batik/text/textProperties-expected.png:
809 * svg/custom/empty-clip-path-expected.checksum: Added.
810 * svg/custom/empty-clip-path-expected.png: Added.
811 * svg/custom/empty-clip-path-expected.txt: Added.
812 * svg/custom/empty-clip-path.svg: Added.
814 2007-12-05 Alice Liu <alice.liu@apple.com>
818 Addressed <rdar://problem/5137284> fast/events/mouseout-dead-node.html fails on boomer
820 * fast/events/mouseout-dead-node.html:
821 Changed the questionable calls to mouseUp() to mouseMoveTo() to better simulate mouseovers
822 * platform/win/Skipped:
823 removed this test from skipped file
825 2007-12-05 Adam Roben <aroben@apple.com>
827 * platform/win/Skipped: Add a crashing test.
829 2007-12-05 Adam Roben <aroben@apple.com>
831 * platform/win/Skipped: Add another test failing due to fonts.
833 2007-12-05 Dan Bernstein <mitz@apple.com>
835 Reviewed by Adam Roben.
837 - adding a test for http://bugs.webkit.org/show_bug.cgi?id=16097
839 * fast/dom/ImageDocument-image-deletion-expected.txt: Added.
840 * fast/dom/ImageDocument-image-deletion.html: Added.
842 2007-12-04 Adele Peterson <adele@apple.com>
846 Test for <rdar://problem/5499918> REGRESSION: insertion point in input field with custom border cuts holes in focus ring interior edges
848 * fast/forms/textfield-outline.html: Added.
849 * platform/mac/fast/forms/textfield-outline-expected.checksum: Added.
850 * platform/mac/fast/forms/textfield-outline-expected.png: Added.
851 * platform/mac/fast/forms/textfield-outline-expected.txt: Added.
853 2007-12-04 Sam Weinig <sam@webkit.org>
855 Reviewed by Adam Roben.
857 Remove http/tests/incremental/frame-focus-before-load.html from the skipped list
858 as it is no longer crashing. <rdar://problem/5507278>
860 * platform/win/Skipped:
862 2007-12-04 Adele Peterson <adele@apple.com>
866 Test for <rdar://problem/5622464> controls should show up for audio element
868 * media/audio-controls-rendering.html: Added.
869 * platform/mac/media/audio-controls-rendering-expected.checksum: Added.
870 * platform/mac/media/audio-controls-rendering-expected.png: Added.
871 * platform/mac/media/audio-controls-rendering-expected.txt: Added.
873 2007-11-27 Adam Roben <aroben@apple.com>
875 Remove a now-passing test from the Windows Skipped file
879 * platform/win/Skipped:
881 2007-12-03 Antti Koivisto <antti@apple.com>
885 Test for <rdar://problem/5624802>
886 Controller displays outside of <video> element when width and height aren't specified
888 * media/remove-from-document.html: Improve coverage by doing relayout before finishing.
889 * media/video-controls-rendering.html: Added.
890 * platform/mac/media/video-controls-rendering-expected.checksum: Added.
891 * platform/mac/media/video-controls-rendering-expected.png: Added.
892 * platform/mac/media/video-controls-rendering-expected.txt: Added.
894 2007-12-04 Darin Adler <darin@apple.com>
898 - test for first part of http://bugs.webkit.org/show_bug.cgi?id=16220
899 <rdar://problem/5625221> Crash opening www.news.com (CNet)
901 * fast/js/regexp-overflow-expected.txt: Updated.
902 * fast/js/resources/regexp-overflow.js: Added test cases.
904 2007-12-03 Dan Bernstein <mitz@apple.com>
906 Reviewed by Darin Adler.
908 - remove passing test
910 * platform/win/Skipped:
912 2007-12-03 Dan Bernstein <mitz@apple.com>
914 Reviewed by Dave Hyatt.
916 - test for <rdar://problem/5346452> Resize event doesn't fire on body element inside a frame
918 * fast/events/resize-subframe-expected.txt: Added.
919 * fast/events/resize-subframe.html: Added.
921 2007-12-03 Darin Adler <darin@apple.com>
925 - test for http://bugs.webkit.org/show_bug.cgi?id=15618
926 <rdar://problem/5619353> REGRESSION: Stack overflow/crash in KJS::equal (15618)
928 * fast/js/recursion-limit-equal-expected.txt: Added.
929 * fast/js/recursion-limit-equal.html: Added.
930 * fast/js/resources/recursion-limit-equal.js: Added.
932 2007-12-03 Dan Bernstein <mitz@apple.com>
934 Reviewed by Darin Adler.
936 - added a test of the behavior of getIntIdentifier with the integers
939 * plugins/getintidentifier-special-values-expected.txt: Added.
940 * plugins/getintidentifier-special-values.html: Added.
942 2007-12-03 Rob Buis <buis@kde.org>
947 http://bugs.webkit.org/show_bug.cgi?id=15767
948 Text decorations do not respect "visibility" property
950 * svg/custom/text-decoration-visibility-expected.checksum: Added.
951 * svg/custom/text-decoration-visibility-expected.png: Added.
952 * svg/custom/text-decoration-visibility-expected.txt: Added.
953 * svg/custom/text-decoration-visibility.svg: Added.
955 2007-12-03 Alice Liu <alice.liu@apple.com>
957 Removing passing tests
959 * platform/win/Skipped:
961 2007-12-03 Nikolas Zimmermann <zimmermann@kde.org>
965 Add new testcase verifying that CSS selectors don't affect the non-exposed SVG shadow tree.
967 * platform/mac/svg/custom/use-css-no-effect-on-shadow-tree-expected.checksum: Added.
968 * platform/mac/svg/custom/use-css-no-effect-on-shadow-tree-expected.png: Added.
969 * platform/mac/svg/custom/use-css-no-effect-on-shadow-tree-expected.txt: Added.
970 * svg/custom/use-css-no-effect-on-shadow-tree.svg: Added.
972 2007-12-03 Nikolas Zimmermann <zimmermann@kde.org>
974 Rubber stamped by Mark.
976 Commit missing layout test results from my last commit (fix for bug 15403)
978 * platform/mac/svg/custom/deep-dynamic-updates-expected.checksum:
979 * platform/mac/svg/custom/deep-dynamic-updates-expected.png:
980 * platform/mac/svg/custom/deep-dynamic-updates-expected.txt:
981 * platform/mac/svg/custom/image-clipped-hit-expected.checksum:
982 * platform/mac/svg/custom/image-clipped-hit-expected.png:
983 * platform/mac/svg/custom/image-clipped-hit-expected.txt:
984 * platform/mac/svg/custom/use-clipped-hit-expected.checksum:
985 * platform/mac/svg/custom/use-clipped-hit-expected.png:
986 * platform/mac/svg/custom/use-clipped-hit-expected.txt:
987 * platform/mac/svg/custom/use-css-events-expected.checksum:
988 * platform/mac/svg/custom/use-css-events-expected.png:
990 2007-12-03 Dan Bernstein <mitz@apple.com>
992 Reviewed by Adam Roben.
994 - test for <rdar://problem/5538651> REGRESSSION: domfuzz: null deref in WebCore::Document::canReplaceChild
996 * fast/dom/Document/replaceChild-null-oldChild-expected.txt: Added.
997 * fast/dom/Document/replaceChild-null-oldChild.html: Added.
998 * fast/dom/Document/resources/replaceChild-null-oldChild.js: Added.
1000 2007-12-02 Darin Adler <darin@apple.com>
1004 - test for http://bugs.webkit.org/show_bug.cgi?id=15848
1005 <rdar://problem/5619330> REGRESSION: Assertion failure viewing comments page on digg.com
1007 * fast/js/resources/sparse-array.js: Added.
1008 * fast/js/sparse-array-expected.txt: Added.
1009 * fast/js/sparse-array.html: Added.
1011 2007-12-02 Darin Adler <darin@apple.com>
1015 - tests for table-related HTMLCollection classes for misnested
1016 tables and for <rdar://problem/5601995> Hang/crash on http://ebay-uk.custhelp.com/
1018 * fast/dom/HTMLTableElement/resources: Added.
1019 * fast/dom/HTMLTableElement/resources/TEMPLATE.html: Added.
1020 * fast/dom/HTMLTableElement/resources/rows.js: Added.
1021 * fast/dom/HTMLTableElement/resources/tBodies.js: Added.
1022 * fast/dom/HTMLTableElement/rows-expected.txt: Added.
1023 * fast/dom/HTMLTableElement/rows.html: Added.
1024 * fast/dom/HTMLTableElement/tBodies-expected.txt: Added.
1025 * fast/dom/HTMLTableElement/tBodies.html: Added.
1026 * fast/dom/HTMLTableRowElement: Added.
1027 * fast/dom/HTMLTableRowElement/cells-expected.txt: Added.
1028 * fast/dom/HTMLTableRowElement/cells.html: Added.
1029 * fast/dom/HTMLTableRowElement/insertCell-expected.txt: Added.
1030 * fast/dom/HTMLTableRowElement/insertCell.html: Added.
1031 * fast/dom/HTMLTableRowElement/resources: Added.
1032 * fast/dom/HTMLTableRowElement/resources/TEMPLATE.html: Added.
1033 * fast/dom/HTMLTableRowElement/resources/cells.js: Added.
1034 * fast/dom/HTMLTableSectionElement: Added.
1035 * fast/dom/HTMLTableSectionElement/resources: Added.
1036 * fast/dom/HTMLTableSectionElement/resources/TEMPLATE.html: Added.
1037 * fast/dom/HTMLTableSectionElement/resources/rows.js: Added.
1038 * fast/dom/HTMLTableSectionElement/rows-expected.txt: Added.
1039 * fast/dom/HTMLTableSectionElement/rows.html: Added.
1041 2007-12-01 Antti Koivisto <antti@apple.com>
1045 Test that removing a media element when it is loading does not crash.
1046 Test that media is paused when it is removed from the tree.
1048 * http/tests/media/remove-while-loading-expected.txt: Added.
1049 * http/tests/media/remove-while-loading.html: Added.
1050 * media/remove-from-document-expected.txt: Added.
1051 * media/remove-from-document.html: Added.
1053 2007-12-01 Julien Chaffraix <julien.chaffraix@gmail.com>
1055 Bug 16189: XMLHttpRequest::setRequestHeader() should not set certain headers
1057 Reviewed by Darin Adler.
1059 * http/tests/xmlhttprequest/set-dangerous-headers-expected.txt:
1060 * http/tests/xmlhttprequest/set-dangerous-headers.html: Added tests for new headers
1062 2007-12-01 Dan Bernstein <mitz@apple.com>
1064 Reviewed by Darin Adler.
1066 - test for <rdar://problem/5619240> REGRESSION (Leopard-r28069): Reproducible crash with a Mootools-based calendar picker (jump to null in FrameView::layout)
1068 * fast/dynamic/subtree-common-root-expected.txt: Added.
1069 * fast/dynamic/subtree-common-root.html: Added.
1071 2007-11-30 Eric Seidel <eric@webkit.org>
1076 http://bugs.webkit.org/show_bug.cgi?id=16127
1078 * fast/js/regexp-compile-crash-expected.txt: Added.
1079 * fast/js/regexp-compile-crash.html: Added.
1081 2007-11-30 Adam Roben <aroben@apple.com>
1083 Copy some cross-platform results into platform/win to avoid picking up the platform/mac versions
1085 * platform/win/fast/dom/Window/window-resize-expected.txt: Copied from LayoutTests/fast/dom/Window/window-resize-expected.txt.
1086 * platform/win/fast/dom/wrapper-classes-expected.txt: Copied from LayoutTests/fast/dom/wrapper-classes-expected.txt.
1088 2007-11-30 Darin Adler <darin@apple.com>
1090 Reviewed by Adam Roben.
1092 - test for http://bugs.webkit.org/show_bug.cgi?id=16207
1093 JavaScript regular expressions should match UTF-16 code units rather than characters
1095 * fast/js/regexp-non-bmp-expected.txt: Added.
1096 * fast/js/regexp-non-bmp.html: Added.
1097 * fast/js/resources/regexp-non-bmp.js: Added.
1099 2007-11-30 Adele Peterson <adele@apple.com>
1103 Test for http://bugs.webkit.org/show_bug.cgi?id=16072
1104 <rdar://problem/5463821> REGRESSION: Mousemove event isn't fired when mouse moves over scrollbar with pressed button
1106 * fast/events/mousemove-after-drag-over-scrollbar-expected.txt: Added.
1107 * fast/events/mousemove-after-drag-over-scrollbar.html: Added.
1109 2007-11-30 Alexey Proskuryakov <ap@webkit.org>
1111 * platform/win/Skipped: Added editing/selection/5241148.html, which crashes for me.
1113 2007-11-29 Holger Hans Peter Freyther <holger.freyther@trolltech.com>
1117 * Fix fast/events/mousedown_in_scrollbar.html
1118 * This test used to crash in PlatformScrollbarQt::mouse*Event due parent() returning 0.
1119 * Extend the current check that the scrollbar in the mev can be go away.
1120 This happens if we destroy a RenderLayer as the result of a click. In the
1121 case of Qt we can have this scrollbar in m_lastScrollbarUnderMouse. The RenderLayer
1122 is the ScrollbarClient, m_lastScrollbarUnderMouse is a RefPtr and keeps the
1123 last reference. When calling into this scrollbar the m_client pointer is a dangling pointer.
1124 We extend the check to set m_lastScrollbarUnderMouse back to zero when it was the
1125 scrollbar in the old mev and is gone in the new one.
1126 * This happens only on the Qt port because we send more/different move events.
1128 * platform/qt/Skipped:
1130 2007-11-29 Antti Koivisto <antti@apple.com>
1134 Test for video aspect ratio calculation.
1136 * media/video-aspect-ratio.html: Added.
1137 * platform/mac/media: Added.
1138 * platform/mac/media/video-aspect-ratio-expected.checksum: Added.
1139 * platform/mac/media/video-aspect-ratio-expected.png: Added.
1140 * platform/mac/media/video-aspect-ratio-expected.txt: Added.
1142 2007-11-29 Anders Carlsson <andersca@apple.com>
1146 <rdar://problem/5230478>
1147 FrameLoadDelegate callbacks are not dumped in DRT.
1149 Remove now passing tests.
1151 * platform/win/Skipped:
1153 2007-11-29 Alice Liu <alice.liu@apple.com>
1157 * platform/win/Skipped: Removed two Mac-specific tests.
1159 2007-11-29 Alice Liu <alice.liu@apple.com>
1161 Move incorrect, Mac-specific results of fast/dom/Window/window-resize.html into platform/mac and replace them with non-Mac results
1163 The incorrect results are tracked by <rdar://5563578>.
1167 * fast/dom/Window/window-resize-expected.txt: Replaced.
1168 * platform/mac/fast/dom/Window/window-resize-expected.txt: Copied from fast/dom/Window/window-resize-expected.txt.
1169 * platform/win/Skipped: Removed window-resize tests.
1171 2007-11-29 Sam Weinig <sam@webkit.org>
1175 Revert r28213 which added an error callback that was not needed and changed
1178 * storage/transaction_callback_exception_crash.html:
1180 2007-11-29 Alice Liu <alice.liu@apple.com>
1184 * platform/win/Skipped: Removed a passing test.
1186 2007-11-29 Alice Liu <alice.liu@apple.com>
1188 Group failures related to dumpResourceLoadCallbacks being unimplemented
1192 * platform/win/Skipped:
1194 2007-11-29 Alice Liu <alice.liu@apple.com>
1196 Group failures related to using Cygwin paths
1200 * platform/win/Skipped:
1202 2007-11-29 Brady Eidson <beidson@apple.com>
1206 Fixed a hang in the layout tests.
1207 My checkin earlier today broke things such that the transaction call errors out instead of succeeds.
1208 Therefore LayoutTestController is never notified that the test is done.
1210 This changes modifies the test such that the controller is notified of completion even if
1211 there's a transaction error.
1213 The net effect of this fix is to transform the hang to a single layout test failure, so people
1214 and the bots don't have their run-webkit-tests hang while I try to fix the real regression.
1216 * storage/transaction_callback_exception_crash.html:
1218 2007-11-29 Darin Adler <darin@apple.com>
1222 - test for http://bugs.webkit.org/show_bug.cgi?id=16191
1223 REGRESSION: cannot tab to radio input after setting checked to false
1225 * fast/forms/input-radio-checked-tab-expected.txt: Added.
1226 * fast/forms/input-radio-checked-tab.html: Added.
1228 2007-11-29 Alice Liu <alice.liu@apple.com>
1230 Move Mac-specific results of fast/dom/wrapper-classes.html into platform/mac and replace them with non-Mac results
1234 * fast/dom/wrapper-classes-expected.txt: Replaced.
1235 * platform/mac/fast/dom/wrapper-classes-expected.txt: Copied from fast/dom/wrapper-classes-expected.txt.
1237 2007-11-29 Alice Liu <alice.liu@apple.com>
1239 Group drag-n-drop related failures under one bug
1241 We don't know the specific causes of these failures, but we believe
1242 they're due to bugs in DRT's drag-n-drop implementation.
1246 * platform/win/Skipped:
1248 2007-11-29 Alice Liu <alice.liu@apple.com>
1252 * platform/win/Skipped: Removed another passing test.
1254 2007-11-29 Alice Liu <alice.liu@apple.com>
1258 * platform/win/Skipped: Recategorized one failing test and removed a
1261 2007-11-29 Alice Liu <alice.liu@apple.com>
1263 Removing <rdar://5507350> from skipped list because it's not failing.
1265 * platform/win/Skipped:
1267 2007-11-29 Anders Carlsson <andersca@apple.com>
1271 Move Mac-specific tests to platform/mac.
1273 * fast/events/objc-event-api-expected.txt: Removed.
1274 * fast/events/objc-event-api.html: Removed.
1275 * fast/events/objc-keyboard-event-creation-expected.txt: Removed.
1276 * fast/events/objc-keyboard-event-creation.html: Removed.
1277 * platform/mac/fast/events/objc-event-api-expected.txt: Copied from fast/events/objc-event-api-expected.txt.
1278 * platform/mac/fast/events/objc-event-api.html: Copied from fast/events/objc-event-api.html.
1279 * platform/mac/fast/events/objc-keyboard-event-creation-expected.txt: Copied from fast/events/objc-keyboard-event-creation-expected.txt.
1280 * platform/mac/fast/events/objc-keyboard-event-creation.html: Copied from fast/events/objc-keyboard-event-creation.html.
1282 2007-11-29 Alice Liu <alice.liu@apple.com>
1284 Removing some fixed tests
1286 * platform/win/Skipped:
1288 2007-11-29 Anders Carlsson <andersca@apple.com>
1292 <rdar://problem/5132005>
1293 setUserStyleSheetEnabled is not fully implemented in Windows DRT.
1295 * platform/win/Skipped:
1297 2007-11-28 Mark Rowe <mrowe@apple.com>
1299 Unreviewed layout test fix. Fix typos in the name of four files used by HTTP layout tests.
1301 In r28120 and r28128 the references to these files had the typo fixed, but the files themselves did not.
1302 This caused four layout tests to fail.
1304 * http/tests/security/javascriptURL/resources/foreign-domain-javascipt-url-accessee-iframe.html: Removed.
1305 * http/tests/security/javascriptURL/resources/foreign-domain-javascipt-url-accessee-opened-frame.html: Removed.
1306 * http/tests/security/javascriptURL/resources/foreign-domain-javascipt-url-accessor-iframe.html: Removed.
1307 * http/tests/security/javascriptURL/resources/foreign-domain-javascipt-url-accessor-opened-frame.html: Removed.
1308 * 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.
1309 * 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.
1310 * 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.
1311 * 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.
1313 2007-11-28 Antti Koivisto <antti@apple.com>
1317 Test that fallback content inside media elements is not be rendered.
1319 * media/fallback-expected.txt: Added.
1320 * media/fallback.html: Added.
1322 2007-11-28 Alice Liu <alice.liu@apple.com>
1324 just some more typo fixes
1326 * http/tests/security/javascriptURL/xss-ALLOWED-from-javascript-url-sub-frame-2-level-expected.txt:
1327 * http/tests/security/javascriptURL/xss-ALLOWED-from-javascript-url-sub-frame-2-level.html:
1328 * http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-url-from-javscript-url-expected.txt:
1329 * http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-url-from-javscript-url.html:
1330 * http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-url-sub-frame-2-level-expected.txt:
1331 * http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-url-sub-frame-2-level.html:
1332 * http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-url-sub-frame-expected.txt:
1333 * http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-url-sub-frame.html:
1334 * http/tests/security/javascriptURL/xss-DENIED-from-javascript-url-in-foreign-domain-subframe-expected.txt:
1335 * http/tests/security/javascriptURL/xss-DENIED-from-javascript-url-in-foreign-domain-subframe.html:
1336 * http/tests/security/javascriptURL/xss-DENIED-from-javascript-url-in-foreign-domain-window-open-expected.txt:
1337 * http/tests/security/javascriptURL/xss-DENIED-from-javascript-url-in-foreign-domain-window-open.html:
1338 * http/tests/security/javascriptURL/xss-DENIED-to-javascript-url-in-foreign-domain-subframe-expected.txt:
1339 * http/tests/security/javascriptURL/xss-DENIED-to-javascript-url-in-foreign-domain-subframe.html:
1340 * http/tests/security/javascriptURL/xss-DENIED-to-javascript-url-in-foreign-domain-window-open-expected.txt:
1341 * http/tests/security/javascriptURL/xss-DENIED-to-javascript-url-in-foreign-domain-window-open.html:
1343 2007-11-28 Antti Koivisto <antti@apple.com>
1347 <rdar://problem/5605668>
1348 Implement controls attribute for video element
1350 - A new test for the controls attribute.
1351 - Add the controls attibute to all existing video tests. This will give the code
1352 some additional exercise without affecting test results.
1354 * media/progress-event.html:
1355 * media/video-append-source.html:
1356 * media/video-autoplay.html:
1357 * media/video-buffered.html:
1358 * media/video-controls-expected.txt: Added.
1359 * media/video-controls.html: Added.
1360 * media/video-currentTime-set.html:
1361 * media/video-currentTime-set2.html:
1362 * media/video-currentTime.html:
1363 * media/video-dom-autoplay.html:
1364 * media/video-dom-end.html:
1365 * media/video-dom-loopcount.html:
1366 * media/video-dom-loopend.html:
1367 * media/video-dom-loopstart.html:
1368 * media/video-dom-src.html:
1369 * media/video-dom-start.html:
1370 * media/video-end.html:
1371 * media/video-error-abort.html:
1372 * media/video-error-does-not-exist.html:
1373 * media/video-load-networkState.html:
1374 * media/video-load-readyState.html:
1375 * media/video-loopcount.html:
1376 * media/video-loopend.html:
1377 * media/video-loopstart.html:
1378 * media/video-muted.html:
1379 * media/video-no-autoplay.html:
1380 * media/video-pause-empty-events.html:
1381 * media/video-play-empty-events.html:
1382 * media/video-play-pause-events.html:
1383 * media/video-play-pause-exception.html:
1384 * media/video-poster.html:
1385 * media/video-seek-past-end-paused.html:
1386 * media/video-seek-past-end-playing.html:
1387 * media/video-seekable.html:
1388 * media/video-seeking.html:
1389 * media/video-size.html:
1390 * media/video-source-media.html:
1391 * media/video-source-type.html:
1392 * media/video-source.html:
1393 * media/video-src-change.html:
1394 * media/video-src-remove.html:
1395 * media/video-src-set.html:
1396 * media/video-src-source.html:
1397 * media/video-src.html:
1398 * media/video-start.html:
1399 * media/video-volume.html:
1400 * media/video-width-height.html:
1402 2007-11-28 Justin Garcia <justin.garcia@apple.com>
1404 Reviewed by Darin Adler.
1406 <rdar://problem/5573879> GMail Beta: Crash in when undoing Remove Formating
1408 Added to demonstrate fixes:
1409 * editing/execCommand/5573879.html: Added.
1410 * platform/mac/editing/execCommand/5573879-expected.checksum: Added.
1411 * platform/mac/editing/execCommand/5573879-expected.png: Added.
1412 * platform/mac/editing/execCommand/5573879-expected.txt: Added.
1414 Fixes (RemoveFormat now preserves the selection correctly):
1415 * platform/mac/editing/execCommand/4920742-1-expected.checksum:
1416 * platform/mac/editing/execCommand/4920742-1-expected.png:
1417 * platform/mac/editing/execCommand/4920742-1-expected.txt:
1418 * platform/mac/editing/execCommand/remove-formatting-2-expected.checksum:
1419 * platform/mac/editing/execCommand/remove-formatting-2-expected.png:
1420 * platform/mac/editing/execCommand/remove-formatting-2-expected.txt:
1421 * platform/mac/editing/execCommand/remove-formatting-expected.checksum:
1422 * platform/mac/editing/execCommand/remove-formatting-expected.png:
1423 * platform/mac/editing/execCommand/remove-formatting-expected.txt:
1425 2007-11-28 Timothy Hatcher <timothy@apple.com>
1427 Make this test not depend on the screen size.
1429 * fast/dom/Window/window-resize-expected.txt:
1430 * fast/dom/Window/window-resize.html:
1432 2007-11-28 Anders Carlsson <andersca@apple.com>
1436 <rdar://problem/5132001>
1437 contextClick is not implemented in DRT on Windows.
1439 Remove tests that pass now that we have contextClick.
1441 * platform/win/Skipped:
1443 2007-11-28 Alice Liu <alice.liu@apple.com>
1445 Removing some tests tracked by <rdar://5130762> because they don't fail.
1447 * platform/win/Skipped:
1449 2007-11-28 Alice Liu <alice.liu@apple.com>
1451 Removing fixed tests tracked by <rdar://5128229>
1453 * platform/win/Skipped:
1455 2007-11-28 Alice Liu <alice.liu@apple.com>
1457 Rubberstamped by Sam.
1459 Fixing a typo in some filenames
1461 * http/tests/security/javascriptURL/xss-DENIED-from-javascipt-url-in-foreign-domain-subframe-expected.txt: Removed.
1462 * http/tests/security/javascriptURL/xss-DENIED-from-javascipt-url-in-foreign-domain-subframe.html: Removed.
1463 * http/tests/security/javascriptURL/xss-DENIED-from-javascipt-url-in-foreign-domain-window-open-expected.txt: Removed.
1464 * http/tests/security/javascriptURL/xss-DENIED-from-javascipt-url-in-foreign-domain-window-open.html: Removed.
1465 * 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.
1466 * 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.
1467 * 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.
1468 * 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.
1469 * http/tests/security/javascriptURL/xss-DENIED-to-javascipt-url-in-foreign-domain-subframe-expected.txt: Removed.
1470 * http/tests/security/javascriptURL/xss-DENIED-to-javascipt-url-in-foreign-domain-subframe.html: Removed.
1471 * http/tests/security/javascriptURL/xss-DENIED-to-javascipt-url-in-foreign-domain-window-open-expected.txt: Removed.
1472 * http/tests/security/javascriptURL/xss-DENIED-to-javascipt-url-in-foreign-domain-window-open.html: Removed.
1473 * 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.
1474 * 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.
1475 * 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.
1476 * 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.
1477 * platform/win/Skipped:
1479 2007-11-28 Dan Bernstein <mitz@apple.com>
1481 Reviewed by Dave Hyatt.
1483 - test for <rdar://problem/5612459> CrashTracer: [REGRESSION] 61 crashes in Safari at com.apple.WebCore: WebCore::AutoTableLayout::layout + 2046
1485 * fast/table/empty-auto-column-zero-divide-expected.txt: Added.
1486 * fast/table/empty-auto-column-zero-divide.html: Added.
1488 2007-11-28 Jon Honeycutt <jhoneycutt@apple.com>
1492 <rdar://problem/5507360> plugins/return-error-from-new-stream-callback-
1493 in-full-frame-plugin.html is crashing
1495 Alice fixed this in r28046
1497 * platform/win/Skipped:
1499 2007-11-27 Beth Dakin <bdakin@apple.com>
1503 Test for <rdar://problem/5616052> SVGs with width or height of 100%
1504 hang when used as a background-image (16164)
1506 * fast/images/resources/width-100-percent.svg: Added.
1507 * fast/images/svg-width-100p-as-background.html: Added.
1508 * platform/mac/fast/images/svg-width-100p-as-background-expected.checksum: Added.
1509 * platform/mac/fast/images/svg-width-100p-as-background-expected.png: Added.
1510 * platform/mac/fast/images/svg-width-100p-as-background-expected.txt: Added.
1512 2007-11-27 Timothy Hatcher <timothy@apple.com>
1514 Reviewed by Kevin McCullough.
1516 Bug 16161: window.moveBy(0, 0) moves the window by -22px vertically
1517 http://bugs.webkit.org/show_bug.cgi?id=16161
1519 Added test cases for moveBy(0, 0), moveBy(0, 1) and moveBy(1, 0).
1521 * fast/dom/Window/window-resize.html:
1522 * fast/dom/Window/window-resize-expected.txt:
1524 2007-11-26 Timothy Hatcher <timothy@apple.com>
1526 Reviewed by Dave Hyatt.
1528 Test for: <rdar://problem/5569233> Add the ability to disable author and user CSS styles
1530 * fast/css/disabled-author-styles.html: Added.
1531 * platform/mac/fast/css/disabled-author-styles-expected.txt: Added.
1533 2007-11-26 Feng Qian <ian.eng.webkit@gmail.com>
1535 Reviewed by Sam Weinig.
1537 Tests for http://bugs.webkit.org/show_bug.cgi?id=16073
1539 * http/tests/security/resources/iframe-invalid-domain-change.html: Added.
1540 * http/tests/security/xss-DENIED-invalid-domain-change-expected.txt: Added.
1541 * http/tests/security/xss-DENIED-invalid-domain-change.html: Added.
1543 2007-11-26 Darin Adler <darin@apple.com>
1547 - test for http://bugs.webkit.org/show_bug.cgi?id=16096
1548 REGRESSION (r26653-r26699): Plaxo.com addressbook does not load in webkit nightlies
1550 * fast/js/regexp-overflow-expected.txt: Added.
1551 * fast/js/regexp-overflow.html: Added.
1552 * fast/js/resources/regexp-overflow.js: Added.
1554 2007-11-26 Sam Weinig <sam@webkit.org>
1558 Tests for <rdar://problem/5592988>
1560 - Update and add tests for new tighter restrictions on what frames in other domains
1563 * http/tests/security/cross-frame-access-location-expected.txt:
1564 * http/tests/security/frameNavigation: Added.
1565 * http/tests/security/frameNavigation/resources: Added.
1566 * http/tests/security/frameNavigation/resources/iframe-that-performs-parent-navigation.html: Added.
1567 * http/tests/security/frameNavigation/resources/iframe-with-inner-frame-on-foreign-domain.html: Added.
1568 * http/tests/security/frameNavigation/resources/navigation-changed-iframe.html: Added.
1569 * http/tests/security/frameNavigation/xss-ALLOWED-parent-navigation-change-expected.txt: Added.
1570 * http/tests/security/frameNavigation/xss-ALLOWED-parent-navigation-change.html: Added.
1571 * http/tests/security/frameNavigation/xss-ALLOWED-targeted-subframe-navigation-change-expected.txt: Added.
1572 * http/tests/security/frameNavigation/xss-ALLOWED-targeted-subframe-navigation-change.html: Added.
1574 2007-11-26 Dan Bernstein <mitz@apple.com>
1576 Reviewed by Dave Hyatt.
1578 - 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
1580 * fast/dynamic/float-withdrawal-2.html: Added.
1581 * platform/mac/fast/dynamic/float-withdrawal-2-expected.checksum: Added.
1582 * platform/mac/fast/dynamic/float-withdrawal-2-expected.png: Added.
1583 * platform/mac/fast/dynamic/float-withdrawal-2-expected.txt: Added.
1585 2007-11-25 Adam Roben <aroben@apple.com>
1587 * platform/win/Skipped: Add a known failure.
1589 2007-11-25 Adam Roben <aroben@apple.com>
1591 * platform/win/Skipped: Remove an unnecessary entry.
1593 2007-11-25 Mark Rowe <mrowe@apple.com>
1595 Reviewed by Dan Bernstein.
1597 Test for http://bugs.webkit.org/show_bug.cgi?id=16129
1598 Bug 16129: REGRESSION (r27761-r27811): malloc error while visiting http://mysit.es (crashes release build)
1600 * fast/js/regexp-range-out-of-order-expected.txt: Added.
1601 * fast/js/regexp-range-out-of-order.html: Added.
1602 * fast/js/resources/regexp-range-out-of-order.js: Added.
1604 2007-11-25 Nikolas Zimmermann <zimmermann@kde.org>
1606 Reviewed by Adam Roben.
1608 Update layout test results after fixing text path boundaries if text-anchor is not set to 'start'.
1610 * platform/mac/svg/W3C-SVG-1.1/text-align-04-b-expected.txt:
1611 * platform/mac/svg/text/textPathBoundsBug-expected.checksum: Added.
1612 * platform/mac/svg/text/textPathBoundsBug-expected.png: Added.
1613 * platform/mac/svg/text/textPathBoundsBug-expected.txt: Added.
1614 * svg/batik/text/textGlyphOrientationHorizontal-expected.txt:
1615 * svg/batik/text/textOnPath-expected.txt:
1616 * svg/batik/text/textOnPath3-expected.txt:
1617 * svg/batik/text/verticalTextOnPath-expected.txt:
1618 * svg/text/text-align-04-b-expected.checksum:
1619 * svg/text/text-align-04-b-expected.png:
1620 * svg/text/text-align-04-b-expected.txt:
1621 * svg/text/textPathBoundsBug.svg: Added.
1623 2007-11-25 Alexey Proskuryakov <ap@webkit.org>
1627 http://bugs.webkit.org/show_bug.cgi?id=15919
1628 XSLTProcessor.transformToFragment creates an extra not defined TEXT_NODE at the end
1630 * fast/xsl/extra-lf-at-end-expected.txt: Added.
1631 * fast/xsl/extra-lf-at-end.html: Added.
1632 * fast/xsl/xslt-processor-expected.txt:
1633 * platform/mac/fast/xsl/xslt-enc-cyr-expected.txt:
1634 * platform/mac/fast/xsl/xslt-enc-expected.txt:
1635 * platform/mac/fast/xsl/xslt-enc16-expected.txt:
1636 * platform/mac/fast/xsl/xslt-enc16to16-expected.txt:
1637 * platform/mac/fast/xsl/xslt-text-expected.txt:
1639 2007-11-24 David D. Kilzer <ddkilzer@webkit.org>
1641 Added tests for select.options.remove(boolean).
1645 * fast/js/resources/select-options-add.js: Added two tests.
1646 * fast/js/select-options-add-expected.txt: Updated results.
1648 2007-11-23 Antti Koivisto <antti@apple.com>
1650 Set video src from script, not from the element attribute. This
1651 guarantees load events do not fire before event listeners are registered.
1652 This change does not affect test results.
1654 * media/progress-event.html:
1655 * media/video-autoplay.html:
1656 * media/video-buffered.html:
1657 * media/video-currentTime-set.html:
1658 * media/video-currentTime-set2.html:
1659 * media/video-currentTime.html:
1660 * media/video-dom-autoplay.html:
1661 * media/video-error-abort.html:
1662 * media/video-error-does-not-exist.html:
1663 * media/video-load-networkState.html:
1664 * media/video-load-readyState.html:
1665 * media/video-no-autoplay.html:
1666 * media/video-seekable.html:
1667 * media/video-seeking.html:
1668 * media/video-size.html:
1669 * media/video-src.html:
1670 * media/video-start.html:
1672 2007-11-23 Alexey Proskuryakov <ap@webkit.org>
1676 <rdar://problem/5539306> REGRESSION: redirect fails when subframe's document is opened but
1677 not closed (affects digg.com)
1679 * fast/loader/meta-refresh-vs-open-expected.txt: Added.
1680 * fast/loader/meta-refresh-vs-open.html: Added.
1681 Test that HTTP refresh never fires if the document stays open indefinitely.
1683 * fast/loader/redirect-with-open-subframe-expected.txt: Added.
1684 * fast/loader/redirect-with-open-subframe.html: Added.
1685 * fast/loader/redirect-with-open-subframe-2-expected.txt: Added.
1686 * fast/loader/redirect-with-open-subframe-2.html: Added.
1687 Test that setting window.location has effect even if the document is open.
1689 * http/tests/loading/onload-vs-immediate-refresh-expected.txt: Added.
1690 * http/tests/loading/onload-vs-immediate-refresh.pl: Added.
1691 Test for <rdar://3829452> - HTTP redirect should only happen after onload fires.
1693 * platform/mac/http/tests/loading/simple-subframe-expected.txt:
1694 It seems that there was a line spilled from the previous test that is now in
1695 onload-vs-immediate-refresh-expected.txt - despite my efforts, I couldn't get rid of it.
1697 2007-11-23 Dan Bernstein <mitz@apple.com>
1699 Reviewed by Alexey Proskuryakov.
1701 - test the matrix transforms are applied on the correct side
1703 * fast/transforms/matrix-02.html: Added.
1704 * platform/mac/fast/transforms/matrix-02-expected.checksum: Added.
1705 * platform/mac/fast/transforms/matrix-02-expected.png: Added.
1706 * platform/mac/fast/transforms/matrix-02-expected.txt: Added.
1708 2007-11-23 Alexey Proskuryakov <ap@webkit.org>
1712 http://bugs.webkit.org/show_bug.cgi?id=16077
1713 <rdar://problem/5609785> XSLT processor <xsl:sort> algorithm is incompatible with other
1714 browser implementations
1716 * fast/xsl/sort-unicode-expected.txt: Added.
1717 * fast/xsl/sort-unicode.xml: Added.
1718 * fast/xsl/sort-unicode.xsl: Added.
1720 2007-11-22 Dan Bernstein <mitz@apple.com>
1722 Reviewed by Maciej Stachowiak.
1724 - pixel test for http://bugs.webkit.org/show_bug.cgi?id=15943
1725 -webkit-transform matrix does not work
1727 * fast/transforms/matrix-01.html: Added.
1728 * platform/mac/fast/transforms/matrix-01-expected.checksum: Added.
1729 * platform/mac/fast/transforms/matrix-01-expected.png: Added.
1730 * platform/mac/fast/transforms/matrix-01-expected.txt: Added.
1732 2007-11-22 Julien Chaffraix <julien.chaffraix@gmail.com>
1736 Bug 15530: XMLHttpRequest should not support certain methods
1738 * http/tests/xmlhttprequest/xmlhttprequest-forbidden-methods-exception-expected.txt: Added.
1739 * http/tests/xmlhttprequest/xmlhttprequest-forbidden-methods-exception.html: Added.
1741 2007-11-21 Dan Bernstein <mitz@apple.com>
1743 Reviewed by Eric Seidel.
1745 - repaint test for <rdar://problem/5607037> REGRESSION (r27351): Departure date does not repaint when changed on Google Maps public transit planner (16034)
1747 * fast/repaint/subtree-root-skipped.html: Added.
1748 * platform/mac-leopard/fast/repaint/subtree-root-skipped-expected.checksum: Added.
1749 * platform/mac-leopard/fast/repaint/subtree-root-skipped-expected.png: Added.
1750 * platform/mac/fast/repaint/subtree-root-skipped-expected.txt: Added.
1752 2007-11-21 Alexey Proskuryakov <ap@webkit.org>
1756 <rdar://problem/5230233> dom/xhtml/level2/html/frame.xhtml is failing on Windows
1758 This isn't actually a test, but an unused resource - we should re-work the W3C test rig to
1759 support subresource loading from (X)HTML.
1760 Anyway, it doesn't fail for me, I suppose this problem was fixed since the bug was filed.
1762 * platform/win/Skipped:
1764 2007-11-21 Alexey Proskuryakov <ap@webkit.org>
1768 Fix a copy/paste error in the test (introduced in bug 12194).
1770 * http/tests/xmlhttprequest/zero-length-response-sync-expected.txt:
1771 * http/tests/xmlhttprequest/zero-length-response-sync.html:
1773 2007-11-20 Mark Rowe <mrowe@apple.com>
1775 Reviewed by Sam Weinig.
1777 Tests for http://bugs.webkit.org/show_bug.cgi?id=16074
1778 Bug 16074: execCommand("InsertHorizontalRule", false, "") results in id="" being inserted
1780 * editing/execCommand/arguments-combinations-expected.txt:
1781 * editing/execCommand/arguments-combinations.html:
1783 2007-11-20 Lars Knoll <lars@trolltech.com>
1787 Adjust some test result after fixing a bug related to computation
1788 of QFont::xHeight() in Qt.
1790 * platform/qt/css2.1/t040302-c61-ex-len-00-b-a-expected.txt:
1791 * platform/qt/css2.1/t1008-c44-ln-box-02-d-ag-expected.txt:
1792 * platform/qt/css2.1/t100801-c544-valgn-01-d-ag-expected.txt:
1793 * platform/qt/css2.1/t100801-c548-ln-ht-02-b-ag-expected.txt:
1794 * platform/qt/css2.1/t1507-c526-font-sz-02-b-a-expected.txt:
1796 2007-11-20 Lars Knoll <lars@trolltech.com>
1800 Fix text break interators.
1802 The break iterators where trying to be smart about the input
1803 string and caching their results. Unfortunately a pointer/string length
1804 comparison is not good enough in all cases (since some input is stack based
1805 temp strings). Removed the caching but at the same time started to use a more
1806 efficient constructor of QTextBoundaryFinder that doesn't need to malloc for
1809 Fixes two test cases that test "text-transform: capitalize".
1811 * platform/qt/css1/text_properties/text-transCapitalize-expected.txt:
1812 * platform/qt/fast/css/textCapitalizeEdgeCases-expected.txt:
1814 2007-11-19 Antti Koivisto <antti@apple.com>
1816 Rubber-stamped by bdash.
1818 Improve coverage of these tests.
1820 * media/video-muted-expected.txt:
1821 * media/video-muted.html:
1822 * media/video-volume-expected.txt:
1823 * media/video-volume.html:
1825 2007-11-19 Julien Chaffraix <julien.chaffraix@gmail.com>
1829 http://bugs.webkit.org/show_bug.cgi?id=12194
1830 Bug 12194: Trying to access XMLHttpRequest.responseText or responseXML when they are not
1831 available should raise an exception
1833 * http/tests/xmlhttprequest/xmlhttprequest-responseText-exception-expected.txt: Added.
1834 * http/tests/xmlhttprequest/xmlhttprequest-responseText-exception.html: Added.
1835 * http/tests/xmlhttprequest/xmlhttprequest-responseXML-exception-expected.txt: Added.
1836 * http/tests/xmlhttprequest/xmlhttprequest-responseXML-exception.html: Added.
1837 * http/tests/xmlhttprequest/zero-length-response-expected.txt: Updated result
1838 * http/tests/xmlhttprequest/zero-length-response-sync-expected.txt: Updated result
1839 * http/tests/xmlhttprequest/zero-length-response-sync.html: Corrected URL & added
1840 exception handling to test case
1842 2007-11-18 Alexey Proskuryakov <ap@webkit.org>
1846 <rdar://problem/5546393> Whitespace handling doesn't match HTML5.
1848 * fast/parser/html-whitespace-expected.txt: Added.
1849 * fast/parser/html-whitespace.html: Added.
1851 2007-11-16 Dan Bernstein <mitz@apple.com>
1853 Reviewed by Darin Adler.
1855 - repaint test for <http://bugs.webkit.org/show_bug.cgi?id=15994>
1856 REGRESSION: Incomplete repaint of CSS image substitution
1858 * fast/repaint/clip-with-layout-delta.html: Added.
1859 * platform/mac/fast/repaint/clip-with-layout-delta-expected.checksum: Added.
1860 * platform/mac/fast/repaint/clip-with-layout-delta-expected.png: Added.
1861 * platform/mac/fast/repaint/clip-with-layout-delta-expected.txt: Added.
1863 2007-11-16 Antti Koivisto <antti@apple.com>
1867 Seeking related test updates
1868 - update to match specificiation
1869 - rename loopCount to playCount everywhere
1870 - timeupdate events during seek
1871 - fix that some tests (like audio ones) depended on timing sensitive ordering of play and load events
1872 - add text about what is being tested
1874 Add new tests for seeking past end, seeking past loaded position and 'seeking' DOM attribute.
1876 * http/tests/media/video-seekable-stall-expected.txt: Added.
1877 * http/tests/media/video-seekable-stall.html: Added.
1878 * media/audio-constructor-expected.txt:
1879 * media/audio-constructor-src-expected.txt:
1880 * media/audio-constructor-src.html:
1881 * media/audio-constructor.html:
1882 * media/video-dom-loopcount-expected.txt:
1883 * media/video-dom-loopcount.html:
1884 * media/video-dom-loopend-expected.txt:
1885 * media/video-dom-loopend.html:
1886 * media/video-dom-loopstart-expected.txt:
1887 * media/video-dom-loopstart.html:
1888 * media/video-dom-start-expected.txt:
1889 * media/video-dom-start.html:
1890 * media/video-loopcount-expected.txt:
1891 * media/video-loopcount.html:
1892 * media/video-loopend-expected.txt:
1893 * media/video-loopend.html:
1894 * media/video-loopstart-expected.txt:
1895 * media/video-loopstart.html:
1896 * media/video-seek-past-end-paused-expected.txt: Added.
1897 * media/video-seek-past-end-paused.html: Added.
1898 * media/video-seek-past-end-playing-expected.txt: Added.
1899 * media/video-seek-past-end-playing.html: Added.
1900 * media/video-seeking-expected.txt: Added.
1901 * media/video-seeking.html: Added.
1902 * media/video-test.js:
1904 2007-11-16 Anders Carlsson <andersca@apple.com>
1908 <rdar://problem/5603832>
1909 XMLHttpRequest readyState 3 & responseText buffer issues.
1911 Remove http/tests/xmlhttprequest/small-chunks-response-text.html from the Skipped list.
1913 * platform/win/Skipped:
1915 2007-11-16 Dan Bernstein <mitz@apple.com>
1917 Reviewed by Darin Adler and Sam Weinig.
1919 - remove fast/forms/select-type-ahead-non-latin.html after fixing <rdar://problem/5134075>
1921 * platform/win/Skipped:
1923 2007-11-16 Nikolas Zimmermann <zimmermann@kde.org>
1925 Rubberstamped by Eric.
1927 Full update of the SVG pixel tests - all files containing text show rendering improvments.
1928 Text looks more 'bold' as it's supposed to be according to the W3C reference rendering, not
1929 sure what commit actually caused it - but it's better now.
1931 * platform/mac/svg/W3C-SVG-1.1/animate-elem-02-t-expected.checksum:
1932 * platform/mac/svg/W3C-SVG-1.1/animate-elem-02-t-expected.png:
1933 * platform/mac/svg/W3C-SVG-1.1/animate-elem-03-t-expected.checksum:
1934 * platform/mac/svg/W3C-SVG-1.1/animate-elem-03-t-expected.png:
1935 * platform/mac/svg/W3C-SVG-1.1/animate-elem-04-t-expected.checksum:
1936 * platform/mac/svg/W3C-SVG-1.1/animate-elem-04-t-expected.png:
1937 * platform/mac/svg/W3C-SVG-1.1/animate-elem-05-t-expected.checksum:
1938 * platform/mac/svg/W3C-SVG-1.1/animate-elem-05-t-expected.png:
1939 * platform/mac/svg/W3C-SVG-1.1/animate-elem-06-t-expected.checksum:
1940 * platform/mac/svg/W3C-SVG-1.1/animate-elem-06-t-expected.png:
1941 * platform/mac/svg/W3C-SVG-1.1/animate-elem-07-t-expected.checksum:
1942 * platform/mac/svg/W3C-SVG-1.1/animate-elem-07-t-expected.png:
1943 * platform/mac/svg/W3C-SVG-1.1/animate-elem-08-t-expected.checksum:
1944 * platform/mac/svg/W3C-SVG-1.1/animate-elem-08-t-expected.png:
1945 * platform/mac/svg/W3C-SVG-1.1/animate-elem-09-t-expected.checksum:
1946 * platform/mac/svg/W3C-SVG-1.1/animate-elem-09-t-expected.png:
1947 * platform/mac/svg/W3C-SVG-1.1/animate-elem-10-t-expected.checksum:
1948 * platform/mac/svg/W3C-SVG-1.1/animate-elem-10-t-expected.png:
1949 * platform/mac/svg/W3C-SVG-1.1/animate-elem-11-t-expected.checksum:
1950 * platform/mac/svg/W3C-SVG-1.1/animate-elem-11-t-expected.png:
1951 * platform/mac/svg/W3C-SVG-1.1/animate-elem-12-t-expected.checksum:
1952 * platform/mac/svg/W3C-SVG-1.1/animate-elem-12-t-expected.png:
1953 * platform/mac/svg/W3C-SVG-1.1/animate-elem-13-t-expected.checksum:
1954 * platform/mac/svg/W3C-SVG-1.1/animate-elem-13-t-expected.png:
1955 * platform/mac/svg/W3C-SVG-1.1/animate-elem-14-t-expected.checksum:
1956 * platform/mac/svg/W3C-SVG-1.1/animate-elem-14-t-expected.png:
1957 * platform/mac/svg/W3C-SVG-1.1/animate-elem-15-t-expected.checksum:
1958 * platform/mac/svg/W3C-SVG-1.1/animate-elem-15-t-expected.png:
1959 * platform/mac/svg/W3C-SVG-1.1/animate-elem-16-t-expected.checksum:
1960 * platform/mac/svg/W3C-SVG-1.1/animate-elem-16-t-expected.png:
1961 * platform/mac/svg/W3C-SVG-1.1/animate-elem-17-t-expected.checksum:
1962 * platform/mac/svg/W3C-SVG-1.1/animate-elem-17-t-expected.png:
1963 * platform/mac/svg/W3C-SVG-1.1/animate-elem-18-t-expected.checksum:
1964 * platform/mac/svg/W3C-SVG-1.1/animate-elem-18-t-expected.png:
1965 * platform/mac/svg/W3C-SVG-1.1/animate-elem-19-t-expected.checksum:
1966 * platform/mac/svg/W3C-SVG-1.1/animate-elem-19-t-expected.png:
1967 * platform/mac/svg/W3C-SVG-1.1/animate-elem-20-t-expected.checksum:
1968 * platform/mac/svg/W3C-SVG-1.1/animate-elem-20-t-expected.png:
1969 * platform/mac/svg/W3C-SVG-1.1/animate-elem-21-t-expected.checksum:
1970 * platform/mac/svg/W3C-SVG-1.1/animate-elem-21-t-expected.png:
1971 * platform/mac/svg/W3C-SVG-1.1/animate-elem-22-b-expected.checksum:
1972 * platform/mac/svg/W3C-SVG-1.1/animate-elem-22-b-expected.png:
1973 * platform/mac/svg/W3C-SVG-1.1/animate-elem-23-t-expected.checksum:
1974 * platform/mac/svg/W3C-SVG-1.1/animate-elem-23-t-expected.png:
1975 * platform/mac/svg/W3C-SVG-1.1/animate-elem-24-t-expected.checksum:
1976 * platform/mac/svg/W3C-SVG-1.1/animate-elem-24-t-expected.png:
1977 * platform/mac/svg/W3C-SVG-1.1/animate-elem-25-t-expected.checksum:
1978 * platform/mac/svg/W3C-SVG-1.1/animate-elem-25-t-expected.png:
1979 * platform/mac/svg/W3C-SVG-1.1/animate-elem-26-t-expected.checksum:
1980 * platform/mac/svg/W3C-SVG-1.1/animate-elem-26-t-expected.png:
1981 * platform/mac/svg/W3C-SVG-1.1/animate-elem-27-t-expected.checksum:
1982 * platform/mac/svg/W3C-SVG-1.1/animate-elem-27-t-expected.png:
1983 * platform/mac/svg/W3C-SVG-1.1/animate-elem-28-t-expected.checksum:
1984 * platform/mac/svg/W3C-SVG-1.1/animate-elem-28-t-expected.png:
1985 * platform/mac/svg/W3C-SVG-1.1/animate-elem-29-b-expected.checksum:
1986 * platform/mac/svg/W3C-SVG-1.1/animate-elem-29-b-expected.png:
1987 * platform/mac/svg/W3C-SVG-1.1/animate-elem-30-t-expected.checksum:
1988 * platform/mac/svg/W3C-SVG-1.1/animate-elem-30-t-expected.png:
1989 * platform/mac/svg/W3C-SVG-1.1/animate-elem-31-t-expected.checksum:
1990 * platform/mac/svg/W3C-SVG-1.1/animate-elem-31-t-expected.png:
1991 * platform/mac/svg/W3C-SVG-1.1/animate-elem-32-t-expected.checksum:
1992 * platform/mac/svg/W3C-SVG-1.1/animate-elem-32-t-expected.png:
1993 * platform/mac/svg/W3C-SVG-1.1/animate-elem-33-t-expected.checksum:
1994 * platform/mac/svg/W3C-SVG-1.1/animate-elem-33-t-expected.png:
1995 * platform/mac/svg/W3C-SVG-1.1/animate-elem-34-t-expected.checksum:
1996 * platform/mac/svg/W3C-SVG-1.1/animate-elem-34-t-expected.png:
1997 * platform/mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.checksum:
1998 * platform/mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.png:
1999 * platform/mac/svg/W3C-SVG-1.1/animate-elem-37-t-expected.checksum:
2000 * platform/mac/svg/W3C-SVG-1.1/animate-elem-37-t-expected.png:
2001 * platform/mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.checksum:
2002 * platform/mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png:
2003 * platform/mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.checksum:
2004 * platform/mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.png:
2005 * platform/mac/svg/W3C-SVG-1.1/animate-elem-41-t-expected.checksum:
2006 * platform/mac/svg/W3C-SVG-1.1/animate-elem-41-t-expected.png:
2007 * platform/mac/svg/W3C-SVG-1.1/animate-elem-44-t-expected.checksum:
2008 * platform/mac/svg/W3C-SVG-1.1/animate-elem-44-t-expected.png:
2009 * platform/mac/svg/W3C-SVG-1.1/animate-elem-46-t-expected.checksum:
2010 * platform/mac/svg/W3C-SVG-1.1/animate-elem-46-t-expected.png:
2011 * platform/mac/svg/W3C-SVG-1.1/animate-elem-52-t-expected.checksum:
2012 * platform/mac/svg/W3C-SVG-1.1/animate-elem-52-t-expected.png:
2013 * platform/mac/svg/W3C-SVG-1.1/animate-elem-60-t-expected.checksum:
2014 * platform/mac/svg/W3C-SVG-1.1/animate-elem-60-t-expected.png:
2015 * platform/mac/svg/W3C-SVG-1.1/animate-elem-61-t-expected.checksum:
2016 * platform/mac/svg/W3C-SVG-1.1/animate-elem-61-t-expected.png:
2017 * platform/mac/svg/W3C-SVG-1.1/animate-elem-62-t-expected.checksum:
2018 * platform/mac/svg/W3C-SVG-1.1/animate-elem-62-t-expected.png:
2019 * platform/mac/svg/W3C-SVG-1.1/animate-elem-63-t-expected.checksum:
2020 * platform/mac/svg/W3C-SVG-1.1/animate-elem-63-t-expected.png:
2021 * platform/mac/svg/W3C-SVG-1.1/animate-elem-64-t-expected.checksum:
2022 * platform/mac/svg/W3C-SVG-1.1/animate-elem-64-t-expected.png:
2023 * platform/mac/svg/W3C-SVG-1.1/animate-elem-65-t-expected.checksum:
2024 * platform/mac/svg/W3C-SVG-1.1/animate-elem-65-t-expected.png:
2025 * platform/mac/svg/W3C-SVG-1.1/animate-elem-66-t-expected.checksum:
2026 * platform/mac/svg/W3C-SVG-1.1/animate-elem-66-t-expected.png:
2027 * platform/mac/svg/W3C-SVG-1.1/animate-elem-67-t-expected.checksum:
2028 * platform/mac/svg/W3C-SVG-1.1/animate-elem-67-t-expected.png:
2029 * platform/mac/svg/W3C-SVG-1.1/animate-elem-68-t-expected.checksum:
2030 * platform/mac/svg/W3C-SVG-1.1/animate-elem-68-t-expected.png:
2031 * platform/mac/svg/W3C-SVG-1.1/animate-elem-69-t-expected.checksum:
2032 * platform/mac/svg/W3C-SVG-1.1/animate-elem-69-t-expected.png:
2033 * platform/mac/svg/W3C-SVG-1.1/animate-elem-70-t-expected.checksum:
2034 * platform/mac/svg/W3C-SVG-1.1/animate-elem-70-t-expected.png:
2035 * platform/mac/svg/W3C-SVG-1.1/animate-elem-77-t-expected.checksum:
2036 * platform/mac/svg/W3C-SVG-1.1/animate-elem-77-t-expected.png:
2037 * platform/mac/svg/W3C-SVG-1.1/animate-elem-78-t-expected.checksum:
2038 * platform/mac/svg/W3C-SVG-1.1/animate-elem-78-t-expected.png:
2039 * platform/mac/svg/W3C-SVG-1.1/animate-elem-80-t-expected.checksum:
2040 * platform/mac/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png:
2041 * platform/mac/svg/W3C-SVG-1.1/animate-elem-81-t-expected.checksum:
2042 * platform/mac/svg/W3C-SVG-1.1/animate-elem-81-t-expected.png:
2043 * platform/mac/svg/W3C-SVG-1.1/animate-elem-82-t-expected.checksum:
2044 * platform/mac/svg/W3C-SVG-1.1/animate-elem-82-t-expected.png:
2045 * platform/mac/svg/W3C-SVG-1.1/animate-elem-83-t-expected.checksum:
2046 * platform/mac/svg/W3C-SVG-1.1/animate-elem-83-t-expected.png:
2047 * platform/mac/svg/W3C-SVG-1.1/animate-elem-84-t-expected.checksum:
2048 * platform/mac/svg/W3C-SVG-1.1/animate-elem-84-t-expected.png:
2049 * platform/mac/svg/W3C-SVG-1.1/animate-elem-85-t-expected.checksum:
2050 * platform/mac/svg/W3C-SVG-1.1/animate-elem-85-t-expected.png:
2051 * platform/mac/svg/W3C-SVG-1.1/color-prof-01-f-expected.checksum:
2052 * platform/mac/svg/W3C-SVG-1.1/color-prof-01-f-expected.png:
2053 * platform/mac/svg/W3C-SVG-1.1/color-prop-01-b-expected.checksum:
2054 * platform/mac/svg/W3C-SVG-1.1/color-prop-01-b-expected.png:
2055 * platform/mac/svg/W3C-SVG-1.1/color-prop-02-f-expected.checksum:
2056 * platform/mac/svg/W3C-SVG-1.1/color-prop-02-f-expected.png:
2057 * platform/mac/svg/W3C-SVG-1.1/color-prop-03-t-expected.checksum:
2058 * platform/mac/svg/W3C-SVG-1.1/color-prop-03-t-expected.png:
2059 * platform/mac/svg/W3C-SVG-1.1/coords-coord-01-t-expected.checksum:
2060 * platform/mac/svg/W3C-SVG-1.1/coords-coord-01-t-expected.png:
2061 * platform/mac/svg/W3C-SVG-1.1/coords-coord-02-t-expected.checksum:
2062 * platform/mac/svg/W3C-SVG-1.1/coords-coord-02-t-expected.png:
2063 * platform/mac/svg/W3C-SVG-1.1/coords-trans-01-b-expected.checksum:
2064 * platform/mac/svg/W3C-SVG-1.1/coords-trans-01-b-expected.png:
2065 * platform/mac/svg/W3C-SVG-1.1/coords-trans-02-t-expected.checksum:
2066 * platform/mac/svg/W3C-SVG-1.1/coords-trans-02-t-expected.png:
2067 * platform/mac/svg/W3C-SVG-1.1/coords-trans-03-t-expected.checksum:
2068 * platform/mac/svg/W3C-SVG-1.1/coords-trans-03-t-expected.png:
2069 * platform/mac/svg/W3C-SVG-1.1/coords-trans-04-t-expected.checksum:
2070 * platform/mac/svg/W3C-SVG-1.1/coords-trans-04-t-expected.png:
2071 * platform/mac/svg/W3C-SVG-1.1/coords-trans-05-t-expected.checksum:
2072 * platform/mac/svg/W3C-SVG-1.1/coords-trans-05-t-expected.png:
2073 * platform/mac/svg/W3C-SVG-1.1/coords-trans-06-t-expected.checksum:
2074 * platform/mac/svg/W3C-SVG-1.1/coords-trans-06-t-expected.png:
2075 * platform/mac/svg/W3C-SVG-1.1/coords-units-01-b-expected.checksum:
2076 * platform/mac/svg/W3C-SVG-1.1/coords-units-01-b-expected.png:
2077 * platform/mac/svg/W3C-SVG-1.1/coords-units-02-b-expected.checksum:
2078 * platform/mac/svg/W3C-SVG-1.1/coords-units-02-b-expected.png:
2079 * platform/mac/svg/W3C-SVG-1.1/coords-units-03-b-expected.checksum:
2080 * platform/mac/svg/W3C-SVG-1.1/coords-units-03-b-expected.png:
2081 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.checksum:
2082 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.png:
2083 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.checksum:
2084 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.png:
2085 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.checksum:
2086 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.png:
2087 * platform/mac/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.checksum:
2088 * platform/mac/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.png:
2089 * platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.checksum:
2090 * platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.png:
2091 * platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.checksum:
2092 * platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
2093 * platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.checksum:
2094 * platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.png:
2095 * platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.checksum:
2096 * platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
2097 * platform/mac/svg/W3C-SVG-1.1/filters-conv-01-f-expected.checksum:
2098 * platform/mac/svg/W3C-SVG-1.1/filters-conv-01-f-expected.png:
2099 * platform/mac/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.checksum:
2100 * platform/mac/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.png:
2101 * platform/mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.checksum:
2102 * platform/mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png:
2103 * platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.checksum:
2104 * platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.png:
2105 * platform/mac/svg/W3C-SVG-1.1/filters-felem-01-b-expected.checksum:
2106 * platform/mac/svg/W3C-SVG-1.1/filters-felem-01-b-expected.png:
2107 * platform/mac/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.checksum:
2108 * platform/mac/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.png:
2109 * platform/mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.checksum:
2110 * platform/mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.png:
2111 * platform/mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.checksum:
2112 * platform/mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.png:
2113 * platform/mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.checksum:
2114 * platform/mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.png:
2115 * platform/mac/svg/W3C-SVG-1.1/filters-offset-01-b-expected.checksum:
2116 * platform/mac/svg/W3C-SVG-1.1/filters-offset-01-b-expected.png:
2117 * platform/mac/svg/W3C-SVG-1.1/filters-specular-01-f-expected.checksum:
2118 * platform/mac/svg/W3C-SVG-1.1/filters-specular-01-f-expected.png:
2119 * platform/mac/svg/W3C-SVG-1.1/filters-tile-01-b-expected.checksum:
2120 * platform/mac/svg/W3C-SVG-1.1/filters-tile-01-b-expected.png:
2121 * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.checksum:
2122 * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.png:
2123 * platform/mac/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.checksum:
2124 * platform/mac/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.png:
2125 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.checksum:
2126 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.png:
2127 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.checksum:
2128 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.png:
2129 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.checksum:
2130 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.png:
2131 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.checksum:
2132 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.png:
2133 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.checksum:
2134 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.png:
2135 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.checksum:
2136 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.png:
2137 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.checksum:
2138 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.png:
2139 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.checksum:
2140 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.png:
2141 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.checksum:
2142 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.png:
2143 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.checksum:
2144 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.png:
2145 * platform/mac/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.checksum:
2146 * platform/mac/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.png:
2147 * platform/mac/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.checksum:
2148 * platform/mac/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.png:
2149 * platform/mac/svg/W3C-SVG-1.1/interact-dom-01-b-expected.checksum:
2150 * platform/mac/svg/W3C-SVG-1.1/interact-dom-01-b-expected.png:
2151 * platform/mac/svg/W3C-SVG-1.1/interact-events-01-b-expected.checksum:
2152 * platform/mac/svg/W3C-SVG-1.1/interact-events-01-b-expected.png:
2153 * platform/mac/svg/W3C-SVG-1.1/interact-order-01-b-expected.checksum:
2154 * platform/mac/svg/W3C-SVG-1.1/interact-order-01-b-expected.png:
2155 * platform/mac/svg/W3C-SVG-1.1/interact-order-02-b-expected.checksum:
2156 * platform/mac/svg/W3C-SVG-1.1/interact-order-02-b-expected.png:
2157 * platform/mac/svg/W3C-SVG-1.1/interact-order-03-b-expected.checksum:
2158 * platform/mac/svg/W3C-SVG-1.1/interact-order-03-b-expected.png:
2159 * platform/mac/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.checksum:
2160 * platform/mac/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.png:
2161 * platform/mac/svg/W3C-SVG-1.1/linking-a-01-b-expected.checksum:
2162 * platform/mac/svg/W3C-SVG-1.1/linking-a-01-b-expected.png:
2163 * platform/mac/svg/W3C-SVG-1.1/linking-a-02-b-expected.checksum:
2164 * platform/mac/svg/W3C-SVG-1.1/linking-a-02-b-expected.png:
2165 * platform/mac/svg/W3C-SVG-1.1/linking-a-03-b-expected.checksum:
2166 * platform/mac/svg/W3C-SVG-1.1/linking-a-03-b-expected.png:
2167 * platform/mac/svg/W3C-SVG-1.1/linking-a-04-t-expected.checksum:
2168 * platform/mac/svg/W3C-SVG-1.1/linking-a-04-t-expected.png:
2169 * platform/mac/svg/W3C-SVG-1.1/linking-a-05-t-expected.checksum:
2170 * platform/mac/svg/W3C-SVG-1.1/linking-a-05-t-expected.png:
2171 * platform/mac/svg/W3C-SVG-1.1/linking-a-07-t-expected.checksum:
2172 * platform/mac/svg/W3C-SVG-1.1/linking-a-07-t-expected.png:
2173 * platform/mac/svg/W3C-SVG-1.1/linking-uri-01-b-expected.checksum:
2174 * platform/mac/svg/W3C-SVG-1.1/linking-uri-01-b-expected.png:
2175 * platform/mac/svg/W3C-SVG-1.1/linking-uri-02-b-expected.checksum:
2176 * platform/mac/svg/W3C-SVG-1.1/linking-uri-02-b-expected.png:
2177 * platform/mac/svg/W3C-SVG-1.1/linking-uri-03-t-expected.checksum:
2178 * platform/mac/svg/W3C-SVG-1.1/linking-uri-03-t-expected.png:
2179 * platform/mac/svg/W3C-SVG-1.1/masking-intro-01-f-expected.checksum:
2180 * platform/mac/svg/W3C-SVG-1.1/masking-intro-01-f-expected.png:
2181 * platform/mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.checksum:
2182 * platform/mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.png:
2183 * platform/mac/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.checksum:
2184 * platform/mac/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.png:
2185 * platform/mac/svg/W3C-SVG-1.1/masking-path-01-b-expected.checksum:
2186 * platform/mac/svg/W3C-SVG-1.1/masking-path-01-b-expected.png:
2187 * platform/mac/svg/W3C-SVG-1.1/masking-path-02-b-expected.checksum:
2188 * platform/mac/svg/W3C-SVG-1.1/masking-path-02-b-expected.png:
2189 * platform/mac/svg/W3C-SVG-1.1/masking-path-03-b-expected.checksum:
2190 * platform/mac/svg/W3C-SVG-1.1/masking-path-03-b-expected.png:
2191 * platform/mac/svg/W3C-SVG-1.1/masking-path-04-b-expected.checksum:
2192 * platform/mac/svg/W3C-SVG-1.1/masking-path-04-b-expected.png:
2193 * platform/mac/svg/W3C-SVG-1.1/masking-path-05-f-expected.checksum:
2194 * platform/mac/svg/W3C-SVG-1.1/masking-path-05-f-expected.png:
2195 * platform/mac/svg/W3C-SVG-1.1/metadata-example-01-b-expected.checksum:
2196 * platform/mac/svg/W3C-SVG-1.1/metadata-example-01-b-expected.png:
2197 * platform/mac/svg/W3C-SVG-1.1/painting-fill-01-t-expected.checksum:
2198 * platform/mac/svg/W3C-SVG-1.1/painting-fill-01-t-expected.png:
2199 * platform/mac/svg/W3C-SVG-1.1/painting-fill-02-t-expected.checksum:
2200 * platform/mac/svg/W3C-SVG-1.1/painting-fill-02-t-expected.png:
2201 * platform/mac/svg/W3C-SVG-1.1/painting-fill-03-t-expected.checksum:
2202 * platform/mac/svg/W3C-SVG-1.1/painting-fill-03-t-expected.png:
2203 * platform/mac/svg/W3C-SVG-1.1/painting-fill-04-t-expected.checksum:
2204 * platform/mac/svg/W3C-SVG-1.1/painting-fill-04-t-expected.png:
2205 * platform/mac/svg/W3C-SVG-1.1/painting-fill-05-b-expected.checksum:
2206 * platform/mac/svg/W3C-SVG-1.1/painting-fill-05-b-expected.png:
2207 * platform/mac/svg/W3C-SVG-1.1/painting-marker-01-f-expected.checksum:
2208 * platform/mac/svg/W3C-SVG-1.1/painting-marker-01-f-expected.png:
2209 * platform/mac/svg/W3C-SVG-1.1/painting-marker-02-f-expected.checksum:
2210 * platform/mac/svg/W3C-SVG-1.1/painting-marker-02-f-expected.png:
2211 * platform/mac/svg/W3C-SVG-1.1/painting-marker-03-f-expected.checksum:
2212 * platform/mac/svg/W3C-SVG-1.1/painting-marker-03-f-expected.png:
2213 * platform/mac/svg/W3C-SVG-1.1/painting-render-01-b-expected.checksum:
2214 * platform/mac/svg/W3C-SVG-1.1/painting-render-01-b-expected.png:
2215 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.checksum:
2216 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.png:
2217 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.checksum:
2218 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.png:
2219 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.checksum:
2220 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.png:
2221 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.checksum:
2222 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.png:
2223 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-07-t-expected.checksum:
2224 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-07-t-expected.png:
2225 * platform/mac/svg/W3C-SVG-1.1/paths-data-01-t-expected.checksum:
2226 * platform/mac/svg/W3C-SVG-1.1/paths-data-01-t-expected.png:
2227 * platform/mac/svg/W3C-SVG-1.1/paths-data-02-t-expected.checksum:
2228 * platform/mac/svg/W3C-SVG-1.1/paths-data-02-t-expected.png:
2229 * platform/mac/svg/W3C-SVG-1.1/paths-data-03-f-expected.checksum:
2230 * platform/mac/svg/W3C-SVG-1.1/paths-data-03-f-expected.png:
2231 * platform/mac/svg/W3C-SVG-1.1/paths-data-04-t-expected.checksum:
2232 * platform/mac/svg/W3C-SVG-1.1/paths-data-04-t-expected.png:
2233 * platform/mac/svg/W3C-SVG-1.1/paths-data-05-t-expected.checksum:
2234 * platform/mac/svg/W3C-SVG-1.1/paths-data-05-t-expected.png:
2235 * platform/mac/svg/W3C-SVG-1.1/paths-data-06-t-expected.checksum:
2236 * platform/mac/svg/W3C-SVG-1.1/paths-data-06-t-expected.png:
2237 * platform/mac/svg/W3C-SVG-1.1/paths-data-07-t-expected.checksum:
2238 * platform/mac/svg/W3C-SVG-1.1/paths-data-07-t-expected.png:
2239 * platform/mac/svg/W3C-SVG-1.1/paths-data-08-t-expected.checksum:
2240 * platform/mac/svg/W3C-SVG-1.1/paths-data-08-t-expected.png:
2241 * platform/mac/svg/W3C-SVG-1.1/paths-data-09-t-expected.checksum:
2242 * platform/mac/svg/W3C-SVG-1.1/paths-data-09-t-expected.png:
2243 * platform/mac/svg/W3C-SVG-1.1/paths-data-10-t-expected.checksum:
2244 * platform/mac/svg/W3C-SVG-1.1/paths-data-10-t-expected.png:
2245 * platform/mac/svg/W3C-SVG-1.1/paths-data-12-t-expected.checksum:
2246 * platform/mac/svg/W3C-SVG-1.1/paths-data-12-t-expected.png:
2247 * platform/mac/svg/W3C-SVG-1.1/paths-data-13-t-expected.checksum:
2248 * platform/mac/svg/W3C-SVG-1.1/paths-data-13-t-expected.png:
2249 * platform/mac/svg/W3C-SVG-1.1/paths-data-14-t-expected.checksum:
2250 * platform/mac/svg/W3C-SVG-1.1/paths-data-14-t-expected.png:
2251 * platform/mac/svg/W3C-SVG-1.1/paths-data-15-t-expected.checksum:
2252 * platform/mac/svg/W3C-SVG-1.1/paths-data-15-t-expected.png:
2253 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.checksum:
2254 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.png:
2255 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.checksum:
2256 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.png:
2257 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.checksum:
2258 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.png:
2259 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.checksum:
2260 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.png:
2261 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.checksum:
2262 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.png:
2263 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.checksum:
2264 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png:
2265 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.checksum:
2266 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.png:
2267 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.checksum:
2268 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png:
2269 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.checksum:
2270 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.png:
2271 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.checksum:
2272 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.png:
2273 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.checksum:
2274 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.png:
2275 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.checksum:
2276 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.png:
2277 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.checksum:
2278 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.png:
2279 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.checksum:
2280 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.png:
2281 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.checksum:
2282 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.png:
2283 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.checksum:
2284 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.png:
2285 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.checksum:
2286 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.png:
2287 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.checksum:
2288 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.png:
2289 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.checksum:
2290 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.png:
2291 * platform/mac/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.checksum:
2292 * platform/mac/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.png:
2293 * platform/mac/svg/W3C-SVG-1.1/render-elems-01-t-expected.checksum:
2294 * platform/mac/svg/W3C-SVG-1.1/render-elems-01-t-expected.png:
2295 * platform/mac/svg/W3C-SVG-1.1/render-elems-02-t-expected.checksum:
2296 * platform/mac/svg/W3C-SVG-1.1/render-elems-02-t-expected.png:
2297 * platform/mac/svg/W3C-SVG-1.1/render-elems-03-t-expected.checksum:
2298 * platform/mac/svg/W3C-SVG-1.1/render-elems-03-t-expected.png:
2299 * platform/mac/svg/W3C-SVG-1.1/render-elems-06-t-expected.checksum:
2300 * platform/mac/svg/W3C-SVG-1.1/render-elems-06-t-expected.png:
2301 * platform/mac/svg/W3C-SVG-1.1/render-elems-07-t-expected.checksum:
2302 * platform/mac/svg/W3C-SVG-1.1/render-elems-07-t-expected.png:
2303 * platform/mac/svg/W3C-SVG-1.1/render-elems-08-t-expected.checksum:
2304 * platform/mac/svg/W3C-SVG-1.1/render-elems-08-t-expected.png:
2305 * platform/mac/svg/W3C-SVG-1.1/render-groups-01-b-expected.checksum:
2306 * platform/mac/svg/W3C-SVG-1.1/render-groups-01-b-expected.png:
2307 * platform/mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.checksum:
2308 * platform/mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.png:
2309 * platform/mac/svg/W3C-SVG-1.1/script-handle-01-b-expected.checksum:
2310 * platform/mac/svg/W3C-SVG-1.1/script-handle-01-b-expected.png:
2311 * platform/mac/svg/W3C-SVG-1.1/script-handle-02-b-expected.checksum:
2312 * platform/mac/svg/W3C-SVG-1.1/script-handle-02-b-expected.png:
2313 * platform/mac/svg/W3C-SVG-1.1/script-handle-03-b-expected.checksum:
2314 * platform/mac/svg/W3C-SVG-1.1/script-handle-03-b-expected.png:
2315 * platform/mac/svg/W3C-SVG-1.1/script-handle-04-b-expected.checksum:
2316 * platform/mac/svg/W3C-SVG-1.1/script-handle-04-b-expected.png:
2317 * platform/mac/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.checksum:
2318 * platform/mac/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.png:
2319 * platform/mac/svg/W3C-SVG-1.1/shapes-circle-02-t-expected.checksum:
2320 * platform/mac/svg/W3C-SVG-1.1/shapes-circle-02-t-expected.png:
2321 * platform/mac/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.checksum:
2322 * platform/mac/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.png:
2323 * platform/mac/svg/W3C-SVG-1.1/shapes-ellipse-02-t-expected.checksum:
2324 * platform/mac/svg/W3C-SVG-1.1/shapes-ellipse-02-t-expected.png:
2325 * platform/mac/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.checksum:
2326 * platform/mac/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.png:
2327 * platform/mac/svg/W3C-SVG-1.1/shapes-line-01-t-expected.checksum:
2328 * platform/mac/svg/W3C-SVG-1.1/shapes-line-01-t-expected.png:
2329 * platform/mac/svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.checksum:
2330 * platform/mac/svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.png:
2331 * platform/mac/svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.checksum:
2332 * platform/mac/svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.png:
2333 * platform/mac/svg/W3C-SVG-1.1/shapes-rect-01-t-expected.checksum:
2334 * platform/mac/svg/W3C-SVG-1.1/shapes-rect-01-t-expected.png:
2335 * platform/mac/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.checksum:
2336 * platform/mac/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.png:
2337 * platform/mac/svg/W3C-SVG-1.1/struct-cond-01-t-expected.checksum:
2338 * platform/mac/svg/W3C-SVG-1.1/struct-cond-01-t-expected.png:
2339 * platform/mac/svg/W3C-SVG-1.1/struct-cond-02-t-expected.checksum:
2340 * platform/mac/svg/W3C-SVG-1.1/struct-cond-02-t-expected.png:
2341 * platform/mac/svg/W3C-SVG-1.1/struct-cond-03-t-expected.checksum:
2342 * platform/mac/svg/W3C-SVG-1.1/struct-cond-03-t-expected.png:
2343 * platform/mac/svg/W3C-SVG-1.1/struct-defs-01-t-expected.checksum:
2344 * platform/mac/svg/W3C-SVG-1.1/struct-defs-01-t-expected.png:
2345 * platform/mac/svg/W3C-SVG-1.1/struct-dom-01-b-expected.checksum:
2346 * platform/mac/svg/W3C-SVG-1.1/struct-dom-01-b-expected.png:
2347 * platform/mac/svg/W3C-SVG-1.1/struct-dom-02-b-expected.checksum:
2348 * platform/mac/svg/W3C-SVG-1.1/struct-dom-02-b-expected.png:
2349 * platform/mac/svg/W3C-SVG-1.1/struct-dom-03-b-expected.checksum:
2350 * platform/mac/svg/W3C-SVG-1.1/struct-dom-03-b-expected.png:
2351 * platform/mac/svg/W3C-SVG-1.1/struct-dom-04-b-expected.checksum:
2352 * platform/mac/svg/W3C-SVG-1.1/struct-dom-04-b-expected.png:
2353 * platform/mac/svg/W3C-SVG-1.1/struct-dom-05-b-expected.checksum:
2354 * platform/mac/svg/W3C-SVG-1.1/struct-dom-05-b-expected.png:
2355 * platform/mac/svg/W3C-SVG-1.1/struct-dom-06-b-expected.checksum:
2356 * platform/mac/svg/W3C-SVG-1.1/struct-dom-06-b-expected.png:
2357 * platform/mac/svg/W3C-SVG-1.1/struct-frag-02-t-expected.checksum:
2358 * platform/mac/svg/W3C-SVG-1.1/struct-frag-02-t-expected.png:
2359 * platform/mac/svg/W3C-SVG-1.1/struct-frag-03-t-expected.checksum:
2360 * platform/mac/svg/W3C-SVG-1.1/struct-frag-03-t-expected.png:
2361 * platform/mac/svg/W3C-SVG-1.1/struct-frag-04-t-expected.checksum:
2362 * platform/mac/svg/W3C-SVG-1.1/struct-frag-04-t-expected.png:
2363 * platform/mac/svg/W3C-SVG-1.1/struct-frag-05-t-expected.checksum:
2364 * platform/mac/svg/W3C-SVG-1.1/struct-frag-05-t-expected.png:
2365 * platform/mac/svg/W3C-SVG-1.1/struct-frag-06-t-expected.checksum:
2366 * platform/mac/svg/W3C-SVG-1.1/struct-frag-06-t-expected.png:
2367 * platform/mac/svg/W3C-SVG-1.1/struct-group-01-t-expected.checksum:
2368 * platform/mac/svg/W3C-SVG-1.1/struct-group-01-t-expected.png:
2369 * platform/mac/svg/W3C-SVG-1.1/struct-group-02-b-expected.checksum:
2370 * platform/mac/svg/W3C-SVG-1.1/struct-group-02-b-expected.png:
2371 * platform/mac/svg/W3C-SVG-1.1/struct-group-03-t-expected.checksum:
2372 * platform/mac/svg/W3C-SVG-1.1/struct-group-03-t-expected.png:
2373 * platform/mac/svg/W3C-SVG-1.1/struct-image-01-t-expected.checksum:
2374 * platform/mac/svg/W3C-SVG-1.1/struct-image-01-t-expected.png:
2375 * platform/mac/svg/W3C-SVG-1.1/struct-image-02-b-expected.checksum:
2376 * platform/mac/svg/W3C-SVG-1.1/struct-image-02-b-expected.png:
2377 * platform/mac/svg/W3C-SVG-1.1/struct-image-03-t-expected.checksum:
2378 * platform/mac/svg/W3C-SVG-1.1/struct-image-03-t-expected.png:
2379 * platform/mac/svg/W3C-SVG-1.1/struct-image-04-t-expected.checksum:
2380 * platform/mac/svg/W3C-SVG-1.1/struct-image-04-t-expected.png:
2381 * platform/mac/svg/W3C-SVG-1.1/struct-image-05-b-expected.checksum:
2382 * platform/mac/svg/W3C-SVG-1.1/struct-image-05-b-expected.png:
2383 * platform/mac/svg/W3C-SVG-1.1/struct-image-06-t-expected.checksum:
2384 * platform/mac/svg/W3C-SVG-1.1/struct-image-06-t-expected.png:
2385 * platform/mac/svg/W3C-SVG-1.1/struct-image-07-t-expected.checksum:
2386 * platform/mac/svg/W3C-SVG-1.1/struct-image-07-t-expected.png:
2387 * platform/mac/svg/W3C-SVG-1.1/struct-image-08-t-expected.checksum:
2388 * platform/mac/svg/W3C-SVG-1.1/struct-image-08-t-expected.png:
2389 * platform/mac/svg/W3C-SVG-1.1/struct-image-09-t-expected.checksum:
2390 * platform/mac/svg/W3C-SVG-1.1/struct-image-09-t-expected.png:
2391 * platform/mac/svg/W3C-SVG-1.1/struct-image-10-t-expected.checksum:
2392 * platform/mac/svg/W3C-SVG-1.1/struct-image-10-t-expected.png:
2393 * platform/mac/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.checksum:
2394 * platform/mac/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.png:
2395 * platform/mac/svg/W3C-SVG-1.1/struct-use-01-t-expected.checksum:
2396 * platform/mac/svg/W3C-SVG-1.1/struct-use-01-t-expected.png:
2397 * platform/mac/svg/W3C-SVG-1.1/struct-use-03-t-expected.checksum:
2398 * platform/mac/svg/W3C-SVG-1.1/struct-use-03-t-expected.png:
2399 * platform/mac/svg/W3C-SVG-1.1/struct-use-05-b-expected.checksum:
2400 * platform/mac/svg/W3C-SVG-1.1/struct-use-05-b-expected.png:
2401 * platform/mac/svg/W3C-SVG-1.1/styling-css-01-b-expected.checksum:
2402 * platform/mac/svg/W3C-SVG-1.1/styling-css-01-b-expected.png:
2403 * platform/mac/svg/W3C-SVG-1.1/styling-css-02-b-expected.checksum:
2404 * platform/mac/svg/W3C-SVG-1.1/styling-css-02-b-expected.png:
2405 * platform/mac/svg/W3C-SVG-1.1/styling-css-03-b-expected.checksum:
2406 * platform/mac/svg/W3C-SVG-1.1/styling-css-03-b-expected.png:
2407 * platform/mac/svg/W3C-SVG-1.1/styling-css-04-f-expected.checksum:
2408 * platform/mac/svg/W3C-SVG-1.1/styling-css-04-f-expected.png:
2409 * platform/mac/svg/W3C-SVG-1.1/styling-css-05-b-expected.checksum:
2410 * platform/mac/svg/W3C-SVG-1.1/styling-css-05-b-expected.png:
2411 * platform/mac/svg/W3C-SVG-1.1/styling-css-06-b-expected.checksum:
2412 * platform/mac/svg/W3C-SVG-1.1/styling-css-06-b-expected.png:
2413 * platform/mac/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.checksum:
2414 * platform/mac/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.png:
2415 * platform/mac/svg/W3C-SVG-1.1/styling-pres-01-t-expected.checksum:
2416 * platform/mac/svg/W3C-SVG-1.1/styling-pres-01-t-expected.png:
2417 * platform/mac/svg/W3C-SVG-1.1/text-align-01-b-expected.checksum:
2418 * platform/mac/svg/W3C-SVG-1.1/text-align-01-b-expected.png:
2419 * platform/mac/svg/W3C-SVG-1.1/text-align-02-b-expected.checksum:
2420 * platform/mac/svg/W3C-SVG-1.1/text-align-02-b-expected.png:
2421 * platform/mac/svg/W3C-SVG-1.1/text-align-03-b-expected.checksum:
2422 * platform/mac/svg/W3C-SVG-1.1/text-align-03-b-expected.png:
2423 * platform/mac/svg/W3C-SVG-1.1/text-align-04-b-expected.checksum:
2424 * platform/mac/svg/W3C-SVG-1.1/text-align-04-b-expected.png:
2425 * platform/mac/svg/W3C-SVG-1.1/text-align-05-b-expected.checksum:
2426 * platform/mac/svg/W3C-SVG-1.1/text-align-05-b-expected.png:
2427 * platform/mac/svg/W3C-SVG-1.1/text-align-06-b-expected.checksum:
2428 * platform/mac/svg/W3C-SVG-1.1/text-align-06-b-expected.png:
2429 * platform/mac/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.checksum:
2430 * platform/mac/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.png:
2431 * platform/mac/svg/W3C-SVG-1.1/text-deco-01-b-expected.checksum:
2432 * platform/mac/svg/W3C-SVG-1.1/text-deco-01-b-expected.png:
2433 * platform/mac/svg/W3C-SVG-1.1/text-fonts-01-t-expected.checksum:
2434 * platform/mac/svg/W3C-SVG-1.1/text-fonts-01-t-expected.png:
2435 * platform/mac/svg/W3C-SVG-1.1/text-fonts-02-t-expected.checksum:
2436 * platform/mac/svg/W3C-SVG-1.1/text-fonts-02-t-expected.png:
2437 * platform/mac/svg/W3C-SVG-1.1/text-intro-05-t-expected.checksum:
2438 * platform/mac/svg/W3C-SVG-1.1/text-intro-05-t-expected.png:
2439 * platform/mac/svg/W3C-SVG-1.1/text-path-01-b-expected.checksum:
2440 * platform/mac/svg/W3C-SVG-1.1/text-path-01-b-expected.png:
2441 * platform/mac/svg/W3C-SVG-1.1/text-spacing-01-b-expected.checksum:
2442 * platform/mac/svg/W3C-SVG-1.1/text-spacing-01-b-expected.png:
2443 * platform/mac/svg/W3C-SVG-1.1/text-text-01-b-expected.checksum:
2444 * platform/mac/svg/W3C-SVG-1.1/text-text-01-b-expected.png:
2445 * platform/mac/svg/W3C-SVG-1.1/text-text-03-b-expected.checksum:
2446 * platform/mac/svg/W3C-SVG-1.1/text-text-03-b-expected.png:
2447 * platform/mac/svg/W3C-SVG-1.1/text-text-04-t-expected.checksum:
2448 * platform/mac/svg/W3C-SVG-1.1/text-text-04-t-expected.png:
2449 * platform/mac/svg/W3C-SVG-1.1/text-text-05-t-expected.checksum:
2450 * platform/mac/svg/W3C-SVG-1.1/text-text-05-t-expected.png:
2451 * platform/mac/svg/W3C-SVG-1.1/text-text-06-t-expected.checksum:
2452 * platform/mac/svg/W3C-SVG-1.1/text-text-06-t-expected.png:
2453 * platform/mac/svg/W3C-SVG-1.1/text-text-07-t-expected.checksum:
2454 * platform/mac/svg/W3C-SVG-1.1/text-text-07-t-expected.png:
2455 * platform/mac/svg/W3C-SVG-1.1/text-text-08-b-expected.checksum:
2456 * platform/mac/svg/W3C-SVG-1.1/text-text-08-b-expected.png:
2457 * platform/mac/svg/W3C-SVG-1.1/text-tref-01-b-expected.checksum:
2458 * platform/mac/svg/W3C-SVG-1.1/text-tref-01-b-expected.png:
2459 * platform/mac/svg/W3C-SVG-1.1/text-tselect-01-b-expected.checksum:
2460 * platform/mac/svg/W3C-SVG-1.1/text-tselect-01-b-expected.png:
2461 * platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.checksum:
2462 * platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.png:
2463 * platform/mac/svg/W3C-SVG-1.1/text-tspan-01-b-expected.checksum:
2464 * platform/mac/svg/W3C-SVG-1.1/text-tspan-01-b-expected.png:
2465 * platform/mac/svg/W3C-SVG-1.1/text-ws-01-t-expected.checksum:
2466 * platform/mac/svg/W3C-SVG-1.1/text-ws-01-t-expected.png:
2467 * platform/mac/svg/W3C-SVG-1.1/text-ws-02-t-expected.checksum:
2468 * platform/mac/svg/W3C-SVG-1.1/text-ws-02-t-expected.png:
2469 * platform/mac/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.checksum:
2470 * platform/mac/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.png:
2471 * platform/mac/svg/carto.net/button-expected.checksum:
2472 * platform/mac/svg/carto.net/button-expected.png:
2473 * platform/mac/svg/carto.net/colourpicker-expected.checksum:
2474 * platform/mac/svg/carto.net/colourpicker-expected.png:
2475 * platform/mac/svg/carto.net/combobox-expected.checksum:
2476 * platform/mac/svg/carto.net/combobox-expected.png:
2477 * platform/mac/svg/carto.net/scrollbar-expected.checksum:
2478 * platform/mac/svg/carto.net/scrollbar-expected.png:
2479 * platform/mac/svg/carto.net/selectionlist-expected.checksum:
2480 * platform/mac/svg/carto.net/selectionlist-expected.png:
2481 * platform/mac/svg/carto.net/slider-expected.checksum:
2482 * platform/mac/svg/carto.net/slider-expected.png:
2483 * platform/mac/svg/carto.net/textbox-expected.checksum:
2484 * platform/mac/svg/carto.net/textbox-expected.png:
2485 * platform/mac/svg/carto.net/window-expected.checksum:
2486 * platform/mac/svg/carto.net/window-expected.png:
2487 * platform/mac/svg/custom/SVGPoint-matrixTransform-expected.checksum:
2488 * platform/mac/svg/custom/SVGPoint-matrixTransform-expected.png:
2489 * platform/mac/svg/custom/alignment-baseline-modes-expected.checksum:
2490 * platform/mac/svg/custom/alignment-baseline-modes-expected.png:
2491 * platform/mac/svg/custom/baseval-animval-equality-expected.checksum:
2492 * platform/mac/svg/custom/baseval-animval-equality-expected.png:
2493 * platform/mac/svg/custom/control-points-for-S-and-T-expected.checksum:
2494 * platform/mac/svg/custom/control-points-for-S-and-T-expected.png:
2495 * platform/mac/svg/custom/coords-relative-units-transforms-expected.checksum:
2496 * platform/mac/svg/custom/coords-relative-units-transforms-expected.png:
2497 * platform/mac/svg/custom/dasharrayOrigin-expected.checksum:
2498 * platform/mac/svg/custom/dasharrayOrigin-expected.png:
2499 * platform/mac/svg/custom/deep-dynamic-updates-expected.checksum:
2500 * platform/mac/svg/custom/deep-dynamic-updates-expected.png:
2501 * platform/mac/svg/custom/dominant-baseline-hanging-expected.checksum:
2502 * platform/mac/svg/custom/dominant-baseline-hanging-expected.png:
2503 * platform/mac/svg/custom/dominant-baseline-modes-expected.checksum:
2504 * platform/mac/svg/custom/dominant-baseline-modes-expected.png:
2505 * platform/mac/svg/custom/dynamic-empty-path-expected.checksum:
2506 * platform/mac/svg/custom/dynamic-empty-path-expected.png:
2507 * platform/mac/svg/custom/dynamic-svg-document-creation-expected.checksum:
2508 * platform/mac/svg/custom/dynamic-svg-document-creation-expected.png:
2509 * platform/mac/svg/custom/feComponentTransfer-Discrete-expected.checksum:
2510 * platform/mac/svg/custom/feComponentTransfer-Discrete-expected.png:
2511 * platform/mac/svg/custom/feComponentTransfer-Gamma-expected.checksum:
2512 * platform/mac/svg/custom/feComponentTransfer-Gamma-expected.png:
2513 * platform/mac/svg/custom/feComponentTransfer-Linear-expected.checksum:
2514 * platform/mac/svg/custom/feComponentTransfer-Linear-expected.png:
2515 * platform/mac/svg/custom/feComponentTransfer-Table-expected.checksum:
2516 * platform/mac/svg/custom/feComponentTransfer-Table-expected.png:
2517 * platform/mac/svg/custom/focus-ring-expected.checksum:
2518 * platform/mac/svg/custom/focus-ring-expected.png:
2519 * platform/mac/svg/custom/font-face-cascade-order-expected.checksum:
2520 * platform/mac/svg/custom/font-face-cascade-order-expected.png:
2521 * platform/mac/svg/custom/font-face-simple-expected.checksum:
2522 * platform/mac/svg/custom/font-face-simple-expected.png:
2523 * platform/mac/svg/custom/foreign-object-skew-expected.checksum:
2524 * platform/mac/svg/custom/foreign-object-skew-expected.png:
2525 * platform/mac/svg/custom/getTransformToElement-expected.checksum:
2526 * platform/mac/svg/custom/getTransformToElement-expected.png:
2527 * platform/mac/svg/custom/getscreenctm-in-mixed-content-expected.checksum:
2528 * platform/mac/svg/custom/getscreenctm-in-mixed-content-expected.png:
2529 * platform/mac/svg/custom/getsvgdocument-expected.checksum:
2530 * platform/mac/svg/custom/getsvgdocument-expected.png:
2531 * platform/mac/svg/custom/gradient-cycle-detection-expected.checksum:
2532 * platform/mac/svg/custom/gradient-cycle-detection-expected.png:
2533 * platform/mac/svg/custom/gradient-deep-referencing-expected.checksum:
2534 * platform/mac/svg/custom/gradient-deep-referencing-expected.png:
2535 * platform/mac/svg/custom/gradient-stop-corner-cases-expected.checksum:
2536 * platform/mac/svg/custom/gradient-stop-corner-cases-expected.png:
2537 * platform/mac/svg/custom/grayscale-gradient-mask-expected.checksum:
2538 * platform/mac/svg/custom/grayscale-gradient-mask-expected.png:
2539 * platform/mac/svg/custom/hit-test-path-expected.checksum:
2540 * platform/mac/svg/custom/hit-test-path-expected.png:
2541 * platform/mac/svg/custom/hit-test-path-stroke-expected.checksum:
2542 * platform/mac/svg/custom/hit-test-path-stroke-expected.png:
2543 * platform/mac/svg/custom/image-clipped-hit-expected.checksum:
2544 * platform/mac/svg/custom/image-clipped-hit-expected.png:
2545 * platform/mac/svg/custom/image-with-transform-clip-filter-expected.checksum:
2546 * platform/mac/svg/custom/image-with-transform-clip-filter-expected.png:
2547 * platform/mac/svg/custom/invalid-css-expected.checksum:
2548 * platform/mac/svg/custom/invalid-css-expected.png:
2549 * platform/mac/svg/custom/invalid-fill-expected.checksum:
2550 * platform/mac/svg/custom/invalid-fill-expected.png:
2551 * platform/mac/svg/custom/invalid-fill-hex-expected.checksum:
2552 * platform/mac/svg/custom/invalid-fill-hex-expected.png:
2553 * platform/mac/svg/custom/invisible-text-after-scrolling-expected.checksum:
2554 * platform/mac/svg/custom/invisible-text-after-scrolling-expected.png:
2555 * platform/mac/svg/custom/js-late-clipPath-and-object-creation-expected.checksum:
2556 * platform/mac/svg/custom/js-late-clipPath-and-object-creation-expected.png:
2557 * platform/mac/svg/custom/js-late-clipPath-creation-expected.checksum:
2558 * platform/mac/svg/custom/js-late-clipPath-creation-expected.png:
2559 * platform/mac/svg/custom/js-late-marker-and-object-creation-expected.checksum:
2560 * platform/mac/svg/custom/js-late-marker-and-object-creation-expected.png:
2561 * platform/mac/svg/custom/js-late-marker-creation-expected.checksum:
2562 * platform/mac/svg/custom/js-late-marker-creation-expected.png:
2563 * platform/mac/svg/custom/js-update-bounce-expected.checksum:
2564 * platform/mac/svg/custom/js-update-bounce-expected.png:
2565 * platform/mac/svg/custom/js-update-container-expected.checksum:
2566 * platform/mac/svg/custom/js-update-container-expected.png:
2567 * platform/mac/svg/custom/js-update-container2-expected.checksum:
2568 * platform/mac/svg/custom/js-update-container2-expected.png:
2569 * platform/mac/svg/custom/js-update-path-changes-expected.checksum:
2570 * platform/mac/svg/custom/js-update-path-changes-expected.png:
2571 * platform/mac/svg/custom/js-update-path-removal-expected.checksum:
2572 * platform/mac/svg/custom/js-update-path-removal-expected.png:
2573 * platform/mac/svg/custom/junk-data-expected.checksum:
2574 * platform/mac/svg/custom/junk-data-expected.png:
2575 * platform/mac/svg/custom/marker-changes-expected.checksum:
2576 * platform/mac/svg/custom/marker-changes-expected.png:
2577 * platform/mac/svg/custom/marker-child-changes-expected.checksum:
2578 * platform/mac/svg/custom/marker-child-changes-expected.png:
2579 * platform/mac/svg/custom/marker-default-width-height-expected.checksum:
2580 * platform/mac/svg/custom/marker-default-width-height-expected.png:
2581 * platform/mac/svg/custom/marker-overflow-clip-expected.checksum:
2582 * platform/mac/svg/custom/marker-overflow-clip-expected.png:
2583 * platform/mac/svg/custom/marker-viewBox-changes-expected.checksum:
2584 * platform/mac/svg/custom/marker-viewBox-changes-expected.png:
2585 * platform/mac/svg/custom/missing-xlink-expected.checksum:
2586 * platform/mac/svg/custom/missing-xlink-expected.png:
2587 * platform/mac/svg/custom/non-opaque-filters-expected.checksum:
2588 * platform/mac/svg/custom/non-opaque-filters-expected.png:
2589 * platform/mac/svg/custom/path-textPath-simulation-expected.checksum:
2590 * platform/mac/svg/custom/path-textPath-simulation-expected.png:
2591 * platform/mac/svg/custom/pattern-cycle-detection-expected.checksum:
2592 * platform/mac/svg/custom/pattern-cycle-detection-expected.png:
2593 * platform/mac/svg/custom/pattern-deep-referencing-expected.checksum:
2594 * platform/mac/svg/custom/pattern-deep-referencing-expected.png:
2595 * platform/mac/svg/custom/pointer-events-image-expected.checksum:
2596 * platform/mac/svg/custom/pointer-events-image-expected.png:
2597 * platform/mac/svg/custom/pointer-events-path-expected.checksum:
2598 * platform/mac/svg/custom/pointer-events-path-expected.png:
2599 * platform/mac/svg/custom/pointer-events-text-expected.checksum:
2600 * platform/mac/svg/custom/pointer-events-text-expected.png:
2601 * platform/mac/svg/custom/preserve-aspect-ratio-syntax-expected.checksum:
2602 * platform/mac/svg/custom/preserve-aspect-ratio-syntax-expected.png:
2603 * platform/mac/svg/custom/rootmost-svg-xy-attrs-expected.checksum:
2604 * platform/mac/svg/custom/rootmost-svg-xy-attrs-expected.png:
2605 * platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.checksum:
2606 * platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png:
2607 * platform/mac/svg/custom/second-inline-text-expected.checksum:
2608 * platform/mac/svg/custom/second-inline-text-expected.png:
2609 * platform/mac/svg/custom/shapes-supporting-markers-expected.checksum:
2610 * platform/mac/svg/custom/shapes-supporting-markers-expected.png:
2611 * platform/mac/svg/custom/simpleCDF-expected.checksum:
2612 * platform/mac/svg/custom/simpleCDF-expected.png:
2613 * platform/mac/svg/custom/struct-use-09-b-expected.checksum:
2614 * platform/mac/svg/custom/struct-use-09-b-expected.png:
2615 * platform/mac/svg/custom/svg-float-border-padding-expected.checksum:
2616 * platform/mac/svg/custom/svg-float-border-padding-expected.png:
2617 * platform/mac/svg/custom/svg-overflow-types-expected.checksum:
2618 * platform/mac/svg/custom/svg-overflow-types-expected.png:
2619 * platform/mac/svg/custom/text-clip-expected.checksum:
2620 * platform/mac/svg/custom/text-clip-expected.png:
2621 * platform/mac/svg/custom/text-ctm-expected.checksum:
2622 * platform/mac/svg/custom/text-ctm-expected.png:
2623 * platform/mac/svg/custom/text-dom-01-f-expected.checksum:
2624 * platform/mac/svg/custom/text-dom-01-f-expected.png:
2625 * platform/mac/svg/custom/text-hit-test-expected.checksum:
2626 * platform/mac/svg/custom/text-hit-test-expected.png:
2627 * platform/mac/svg/custom/text-image-opacity-expected.checksum:
2628 * platform/mac/svg/custom/text-image-opacity-expected.png:
2629 * platform/mac/svg/custom/text-repaint-including-stroke-expected.checksum:
2630 * platform/mac/svg/custom/text-repaint-including-stroke-expected.png:
2631 * platform/mac/svg/custom/text-whitespace-handling-expected.checksum:
2632 * platform/mac/svg/custom/text-whitespace-handling-expected.png:
2633 * platform/mac/svg/custom/tref-update-expected.checksum:
2634 * platform/mac/svg/custom/tref-update-expected.png:
2635 * platform/mac/svg/custom/use-clipped-hit-expected.checksum:
2636 * platform/mac/svg/custom/use-clipped-hit-expected.png:
2637 * platform/mac/svg/custom/use-css-events-expected.checksum:
2638 * platform/mac/svg/custom/use-css-events-expected.png:
2639 * platform/mac/svg/custom/use-elementInstance-event-target-expected.checksum:
2640 * platform/mac/svg/custom/use-elementInstance-event-target-expected.png:
2641 * platform/mac/svg/custom/use-elementInstance-methods-expected.checksum:
2642 * platform/mac/svg/custom/use-elementInstance-methods-expected.png:
2643 * platform/mac/svg/custom/use-event-handler-on-referenced-element-expected.checksum:
2644 * platform/mac/svg/custom/use-event-handler-on-referenced-element-expected.png:
2645 * platform/mac/svg/custom/use-event-handler-on-use-element-expected.checksum:
2646 * platform/mac/svg/custom/use-event-handler-on-use-element-expected.png:
2647 * platform/mac/svg/custom/use-events-crash-expected.checksum:
2648 * platform/mac/svg/custom/use-events-crash-expected.png:
2649 * platform/mac/svg/custom/use-forward-refs-expected.checksum:
2650 * platform/mac/svg/custom/use-forward-refs-expected.png:
2651 * platform/mac/svg/custom/use-instanceRoot-modifications-expected.checksum:
2652 * platform/mac/svg/custom/use-instanceRoot-modifications-expected.png:
2653 * platform/mac/svg/custom/use-modify-container-in-target-expected.checksum:
2654 * platform/mac/svg/custom/use-modify-container-in-target-expected.png:
2655 * platform/mac/svg/custom/use-modify-target-container-expected.checksum:
2656 * platform/mac/svg/custom/use-modify-target-container-expected.png:
2657 * platform/mac/svg/custom/use-modify-target-symbol-expected.checksum:
2658 * platform/mac/svg/custom/use-modify-target-symbol-expected.png:
2659 * platform/mac/svg/custom/use-nested-transform-expected.checksum:
2660 * platform/mac/svg/custom/use-nested-transform-expected.png:
2661 * platform/mac/svg/custom/use-on-g-containing-use-expected.checksum:
2662 * platform/mac/svg/custom/use-on-g-containing-use-expected.png:
2663 * platform/mac/svg/custom/use-on-g-expected.checksum:
2664 * platform/mac/svg/custom/use-on-g-expected.png:
2665 * platform/mac/svg/custom/use-on-rect-expected.checksum:
2666 * platform/mac/svg/custom/use-on-rect-expected.png:
2667 * platform/mac/svg/custom/use-on-symbol-expected.checksum:
2668 * platform/mac/svg/custom/use-on-symbol-expected.png:
2669 * platform/mac/svg/custom/use-on-symbol-inside-pattern-expected.checksum:
2670 * platform/mac/svg/custom/use-on-symbol-inside-pattern-expected.png:
2671 * platform/mac/svg/custom/use-on-text-expected.checksum:
2672 * platform/mac/svg/custom/use-on-text-expected.png:
2673 * platform/mac/svg/custom/use-on-use-expected.checksum:
2674 * platform/mac/svg/custom/use-on-use-expected.png:
2675 * platform/mac/svg/custom/use-property-changes-through-dom-expected.checksum:
2676 * platform/mac/svg/custom/use-property-changes-through-dom-expected.png:
2677 * platform/mac/svg/custom/use-property-changes-through-svg-dom-expected.checksum:
2678 * platform/mac/svg/custom/use-property-changes-through-svg-dom-expected.png:
2679 * platform/mac/svg/custom/use-recursion-1-expected.checksum:
2680 * platform/mac/svg/custom/use-recursion-1-expected.png:
2681 * platform/mac/svg/custom/use-recursion-2-expected.checksum:
2682 * platform/mac/svg/custom/use-recursion-2-expected.png:
2683 * platform/mac/svg/custom/use-recursion-3-expected.checksum:
2684 * platform/mac/svg/custom/use-recursion-3-expected.png:
2685 * platform/mac/svg/custom/use-recursion-4-expected.checksum:
2686 * platform/mac/svg/custom/use-recursion-4-expected.png:
2687 * platform/mac/svg/custom/use-referencing-nonexisting-symbol-expected.checksum:
2688 * platform/mac/svg/custom/use-referencing-nonexisting-symbol-expected.png:
2689 * platform/mac/svg/custom/use-transform-expected.checksum:
2690 * platform/mac/svg/custom/use-transform-expected.png:
2691 * platform/mac/svg/custom/viewBox-hit-expected.checksum:
2692 * platform/mac/svg/custom/viewBox-hit-expected.png:
2693 * platform/mac/svg/custom/viewbox-syntax-expected.checksum:
2694 * platform/mac/svg/custom/viewbox-syntax-expected.png:
2695 * platform/mac/svg/custom/viewport-em-expected.checksum:
2696 * platform/mac/svg/custom/viewport-em-expected.png:
2697 * platform/mac/svg/hixie/cascade/002-expected.checksum:
2698 * platform/mac/svg/hixie/cascade/002-expected.png:
2699 * platform/mac/svg/hixie/data-types/001-expected.checksum:
2700 * platform/mac/svg/hixie/data-types/001-expected.png:
2701 * platform/mac/svg/hixie/data-types/002-expected.checksum:
2702 * platform/mac/svg/hixie/data-types/002-expected.png:
2703 * platform/mac/svg/hixie/dynamic/002-expected.checksum:
2704 * platform/mac/svg/hixie/dynamic/002-expected.png:
2705 * platform/mac/svg/hixie/error/002-expected.checksum:
2706 * platform/mac/svg/hixie/error/002-expected.png:
2707 * platform/mac/svg/hixie/error/003-expected.checksum:
2708 * platform/mac/svg/hixie/error/003-expected.png:
2709 * platform/mac/svg/hixie/error/004-expected.checksum:
2710 * platform/mac/svg/hixie/error/004-expected.png:
2711 * platform/mac/svg/hixie/error/005-expected.checksum:
2712 * platform/mac/svg/hixie/error/005-expected.png:
2713 * platform/mac/svg/hixie/error/010-expected.checksum:
2714 * platform/mac/svg/hixie/error/010-expected.png:
2715 * platform/mac/svg/hixie/error/011-expected.checksum:
2716 * platform/mac/svg/hixie/error/011-expected.png:
2717 * platform/mac/svg/hixie/error/012-expected.checksum:
2718 * platform/mac/svg/hixie/error/012-expected.png:
2719 * platform/mac/svg/hixie/error/017-expected.checksum:
2720 * platform/mac/svg/hixie/error/017-expected.png:
2721 * platform/mac/svg/hixie/links/002-expected.checksum:
2722 * platform/mac/svg/hixie/links/002-expected.png:
2723 * platform/mac/svg/hixie/links/003-broken-expected.checksum:
2724 * platform/mac/svg/hixie/links/003-broken-expected.png:
2725 * platform/mac/svg/hixie/mixed/003-expected.checksum:
2726 * platform/mac/svg/hixie/mixed/003-expected.png:
2727 * platform/mac/svg/hixie/mixed/004-expected.checksum:
2728 * platform/mac/svg/hixie/mixed/004-expected.png:
2729 * platform/mac/svg/hixie/mixed/005-expected.checksum:
2730 * platform/mac/svg/hixie/mixed/005-expected.png:
2731 * platform/mac/svg/hixie/mixed/006-expected.checksum:
2732 * platform/mac/svg/hixie/mixed/006-expected.png:
2733 * platform/mac/svg/hixie/mixed/007-expected.checksum:
2734 * platform/mac/svg/hixie/mixed/007-expected.png:
2735 * platform/mac/svg/hixie/mixed/008-expected.checksum:
2736 * platform/mac/svg/hixie/mixed/008-expected.png:
2737 * platform/mac/svg/hixie/mixed/009-expected.checksum:
2738 * platform/mac/svg/hixie/mixed/009-expected.png:
2739 * platform/mac/svg/hixie/mixed/010-expected.checksum:
2740 * platform/mac/svg/hixie/mixed/010-expected.png:
2741 * platform/mac/svg/hixie/mixed/011-expected.checksum:
2742 * platform/mac/svg/hixie/mixed/011-expected.png:
2743 * platform/mac/svg/hixie/perf/001-expected.checksum:
2744 * platform/mac/svg/hixie/perf/001-expected.png:
2745 * platform/mac/svg/hixie/perf/002-expected.checksum:
2746 * platform/mac/svg/hixie/perf/002-expected.png:
2747 * platform/mac/svg/hixie/perf/003-expected.checksum:
2748 * platform/mac/svg/hixie/perf/003-expected.png:
2749 * platform/mac/svg/hixie/perf/004-expected.checksum:
2750 * platform/mac/svg/hixie/perf/004-expected.png:
2751 * platform/mac/svg/hixie/perf/005-expected.checksum:
2752 * platform/mac/svg/hixie/perf/005-expected.png:
2753 * platform/mac/svg/hixie/perf/006-expected.checksum:
2754 * platform/mac/svg/hixie/perf/006-expected.png:
2755 * platform/mac/svg/hixie/perf/007-expected.checksum:
2756 * platform/mac/svg/hixie/perf/007-expected.png:
2757 * platform/mac/svg/hixie/processing-model/003-expected.checksum:
2758 * platform/mac/svg/hixie/processing-model/003-expected.png:
2759 * platform/mac/svg/hixie/processing-model/004-expected.checksum:
2760 * platform/mac/svg/hixie/processing-model/004-expected.png:
2761 * platform/mac/svg/hixie/rendering-model/001-expected.checksum:
2762 * platform/mac/svg/hixie/rendering-model/001-expected.png:
2763 * platform/mac/svg/hixie/rendering-model/002-expected.checksum:
2764 * platform/mac/svg/hixie/rendering-model/002-expected.png:
2765 * platform/mac/svg/hixie/rendering-model/003-expected.checksum:
2766 * platform/mac/svg/hixie/rendering-model/003-expected.png:
2767 * platform/mac/svg/hixie/rendering-model/004-expected.checksum:
2768 * platform/mac/svg/hixie/rendering-model/004-expected.png:
2769 * platform/mac/svg/hixie/shapes/path/001-expected.checksum:
2770 * platform/mac/svg/hixie/shapes/path/001-expected.png:
2771 * platform/mac/svg/hixie/text/002-expected.checksum:
2772 * platform/mac/svg/hixie/text/002-expected.png:
2773 * platform/mac/svg/hixie/text/003-expected.checksum:
2774 * platform/mac/svg/hixie/text/003-expected.png:
2775 * platform/mac/svg/hixie/text/003b-expected.checksum:
2776 * platform/mac/svg/hixie/text/003b-expected.png:
2777 * platform/mac/svg/hixie/transform/001-expected.checksum:
2778 * platform/mac/svg/hixie/transform/001-expected.png:
2779 * platform/mac/svg/hixie/viewbox/preserveAspectRatio/001-expected.checksum:
2780 * platform/mac/svg/hixie/viewbox/preserveAspectRatio/001-expected.png:
2781 * platform/mac/svg/hixie/viewbox/preserveAspectRatio/002-expected.checksum:
2782 * platform/mac/svg/hixie/viewbox/preserveAspectRatio/002-expected.png:
2783 * svg/batik/filters/filterRegions-expected.checksum:
2784 * svg/batik/filters/filterRegions-expected.png:
2785 * svg/batik/paints/patternPreserveAspectRatioA-expected.checksum:
2786 * svg/batik/paints/patternPreserveAspectRatioA-expected.png:
2787 * svg/batik/text/smallFonts-expected.checksum:
2788 * svg/batik/text/smallFonts-expected.png:
2789 * svg/batik/text/textAnchor-expected.checksum:
2790 * svg/batik/text/textAnchor-expected.png:
2791 * svg/batik/text/textAnchor2-expected.checksum:
2792 * svg/batik/text/textAnchor2-expected.png:
2793 * svg/batik/text/textAnchor3-expected.checksum:
2794 * svg/batik/text/textAnchor3-expected.png:
2795 * svg/batik/text/textDecoration2-expected.checksum:
2796 * svg/batik/text/textDecoration2-expected.png:
2797 * svg/batik/text/textFeatures-expected.checksum:
2798 * svg/batik/text/textFeatures-expected.png:
2799 * svg/batik/text/textLayout-expected.checksum:
2800 * svg/batik/text/textLayout-expected.png:
2801 * svg/batik/text/textLength-expected.checksum:
2802 * svg/batik/text/textLength-expected.png:
2803 * svg/batik/text/textOnPath-expected.checksum:
2804 * svg/batik/text/textOnPath-expected.png:
2805 * svg/batik/text/textOnPath2-expected.checksum:
2806 * svg/batik/text/textOnPath2-expected.png:
2807 * svg/batik/text/textOnPathSpaces-expected.checksum:
2808 * svg/batik/text/textOnPathSpaces-expected.png:
2809 * svg/batik/text/textProperties2-expected.checksum:
2810 * svg/batik/text/textProperties2-expected.png:
2811 * svg/batik/text/verticalText-expected.checksum:
2812 * svg/batik/text/verticalText-expected.png:
2813 * svg/batik/text/verticalTextOnPath-expected.checksum:
2814 * svg/batik/text/verticalTextOnPath-expected.png:
2815 * svg/custom/SVGMatrix-interface-expected.checksum:
2816 * svg/custom/SVGMatrix-interface-expected.png:
2817 * svg/custom/absolute-sized-svg-in-xhtml-expected.checksum:
2818 * svg/custom/absolute-sized-svg-in-xhtml-expected.png:
2819 * svg/custom/container-opacity-clip-viewBox-expected.checksum:
2820 * svg/custom/container-opacity-clip-viewBox-expected.png:
2821 * svg/custom/fill-SVGPaint-interface-expected.checksum:
2822 * svg/custom/fill-SVGPaint-interface-expected.png:
2823 * svg/custom/fill-fallback-expected.checksum:
2824 * svg/custom/fill-fallback-expected.png:
2825 * svg/custom/getPresentationAttribute-expected.checksum:
2826 * svg/custom/getPresentationAttribute-expected.png:
2827 * svg/custom/group-opacity-expected.checksum:
2828 * svg/custom/group-opacity-expected.png:
2829 * svg/custom/hit-test-unclosed-subpaths-expected.checksum:
2830 * svg/custom/hit-test-unclosed-subpaths-expected.png:
2831 * svg/custom/hit-test-with-br-expected.checksum:
2832 * svg/custom/hit-test-with-br-expected.png:
2833 * svg/custom/image-parent-translation-expected.checksum:
2834 * svg/custom/image-parent-translation-expected.png:
2835 * svg/custom/percentage-of-html-parent-expected.checksum:
2836 * svg/custom/percentage-of-html-parent-expected.png:
2837 * svg/custom/root-container-opacity-clip-viewBox-expected.checksum:
2838 * svg/custom/root-container-opacity-clip-viewBox-expected.png:
2839 * svg/custom/scroll-hit-test-expected.checksum:
2840 * svg/custom/scroll-hit-test-expected.png:
2841 * svg/custom/stroke-fallback-expected.checksum:
2842 * svg/custom/stroke-fallback-expected.png:
2843 * svg/custom/stroked-pattern-expected.checksum:
2844 * svg/custom/stroked-pattern-expected.png:
2845 * svg/custom/style-attribute-font-size-expected.checksum:
2846 * svg/custom/style-attribute-font-size-expected.png:
2847 * svg/custom/text-letter-spacing-expected.checksum:
2848 * svg/custom/text-letter-spacing-expected.png:
2849 * svg/custom/text-x-dx-lists-expected.checksum:
2850 * svg/custom/text-x-dx-lists-expected.png:
2851 * svg/custom/text-x-override-in-tspan-child-expected.checksum:
2852 * svg/custom/text-x-override-in-tspan-child-expected.png:
2853 * svg/custom/use-detach-expected.checksum:
2854 * svg/custom/use-detach-expected.png:
2855 * svg/custom/use-dynamic-append-expected.png:
2856 * svg/custom/use-on-disallowed-foreign-object-1-expected.checksum:
2857 * svg/custom/use-on-disallowed-foreign-object-1-expected.png:
2858 * svg/custom/use-on-disallowed-foreign-object-2-expected.checksum:
2859 * svg/custom/use-on-disallowed-foreign-object-2-expected.png:
2860 * svg/custom/use-on-disallowed-foreign-object-3-expected.checksum:
2861 * svg/custom/use-on-disallowed-foreign-object-3-expected.png:
2862 * svg/custom/use-on-disallowed-foreign-object-4-expected.checksum:
2863 * svg/custom/use-on-disallowed-foreign-object-4-expected.png:
2864 * svg/custom/use-on-disallowed-foreign-object-5-expected.checksum:
2865 * svg/custom/use-on-disallowed-foreign-object-5-expected.png:
2866 * svg/custom/use-on-disallowed-foreign-object-6-expected.checksum:
2867 * svg/custom/use-on-disallowed-foreign-object-6-expected.png:
2868 * svg/custom/use-on-g-containing-symbol-expected.checksum:
2869 * svg/custom/use-on-g-containing-symbol-expected.png:
2870 * svg/custom/use-on-non-svg-namespaced-element-expected.checksum:
2871 * svg/custom/use-on-non-svg-namespaced-element-expected.png:
2872 * svg/hixie/error/013-expected.checksum:
2873 * svg/hixie/error/013-expected.png:
2874 * svg/text/text-align-03-b-expected.checksum:
2875 * svg/text/text-align-03-b-expected.png:
2876 * svg/text/text-align-04-b-expected.checksum:
2877 * svg/text/text-align-04-b-expected.png:
2878 * svg/text/text-altglyph-01-b-expected.checksum:
2879 * svg/text/text-altglyph-01-b-expected.png:
2880 * svg/text/text-deco-01-b-expected.checksum:
2881 * svg/text/text-deco-01-b-expected.png:
2882 * svg/text/text-fonts-02-t-expected.checksum:
2883 * svg/text/text-fonts-02-t-expected.png:
2884 * svg/text/text-path-01-b-expected.checksum:
2885 * svg/text/text-path-01-b-expected.png:
2886 * svg/text/text-spacing-01-b-expected.checksum:
2887 * svg/text/text-spacing-01-b-expected.png:
2888 * svg/text/text-text-01-b-expected.checksum:
2889 * svg/text/text-text-01-b-expected.png:
2890 * svg/text/text-text-03-b-expected.checksum:
2891 * svg/text/text-text-03-b-expected.png:
2892 * svg/text/text-text-04-t-expected.checksum:
2893 * svg/text/text-text-04-t-expected.png:
2894 * svg/text/text-text-05-t-expected.checksum:
2895 * svg/text/text-text-05-t-expected.png:
2896 * svg/text/text-text-06-t-expected.checksum:
2897 * svg/text/text-text-06-t-expected.png:
2898 * svg/text/text-text-08-b-expected.checksum:
2899 * svg/text/text-text-08-b-expected.png:
2900 * svg/text/text-tref-01-b-expected.checksum:
2901 * svg/text/text-tref-01-b-expected.png:
2902 * svg/text/text-tselect-02-f-expected.checksum:
2903 * svg/text/text-tselect-02-f-expected.png:
2904 * svg/text/text-tspan-01-b-expected.checksum:
2905 * svg/text/text-tspan-01-b-expected.png:
2906 * svg/text/text-ws-01-t-expected.checksum:
2907 * svg/text/text-ws-01-t-expected.png:
2908 * svg/text/text-ws-02-t-expected.checksum:
2909 * svg/text/text-ws-02-t-expected.png:
2911 2007-11-16 Nikolas Zimmermann <zimmermann@kde.org>
2915 Update layout test results after the addition of the SVGTextContentElement DOM methods.
2917 * platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.checksum:
2918 * platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.png:
2919 * platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt:
2920 * platform/mac/svg/custom/text-dom-01-f-expected.checksum: Added.
2921 * platform/mac/svg/custom/text-dom-01-f-expected.png: Added.
2922 * platform/mac/svg/custom/text-dom-01-f-expected.txt: Added.
2923 * svg/custom/text-dom-01-f.svg: Added.
2924 * svg/text/text-tselect-02-f-expected.checksum:
2925 * svg/text/text-tselect-02-f-expected.png:
2926 * svg/text/text-tselect-02-f-expected.txt:
2928 2007-11-15 Adele Peterson <adele@apple.com>
2932 Test for <rdar://problem/5566652> CrashTracer: [USER] 3 crashes in Safari at HTMLSelectElement::menuListDefaultEventHandler (reproducible on mactc30.com)
2934 * fast/forms/menulist-no-renderer-onmousedown-expected.txt: Added.
2935 * fast/forms/menulist-no-renderer-onmousedown.html: Added.
2937 2007-11-15 Khoo Yit Phang <khooyp@cs.umd.edu>
2941 http://bugs.webkit.org/show_bug.cgi?id=15989
2942 XPath queries with predicates incorrectly retains the current node across unions
2944 * fast/xpath/union-context-node-expected.txt: Added.
2945 * fast/xpath/union-context-node.xhtml: Added.
2947 2007-11-15 Alexey Proskuryakov <ap@webkit.org>
2951 http://bugs.webkit.org/show_bug.cgi?id=15448
2952 Import XPath test suite from amachang.art-code.org
2954 Test by Hitoshi Amano <seijro@gmail.com>.
2956 * fast/xpath/xpath-functional-test-expected.txt: Added.
2957 * fast/xpath/xpath-functional-test.html: Added.
2959 2007-11-15 Khoo Yit Phang <khooyp@cs.umd.edu>
2963 http://bugs.webkit.org/show_bug.cgi?id=15988
2964 REGRESSION: XPath preceding-axis query misses nested elements
2966 * fast/xpath/preceding-axis-expected.txt: Added.
2967 * fast/xpath/preceding-axis.xhtml: Added.
2969 2007-11-15 Justin Garcia <justin.garcia@apple.com>
2971 Reviewed by Adele Peterson.
2973 <rdar://problem/5497643> Crash at Node::isDescendantOf when switching out of Edit HTML Source mode
2975 * editing/selection/5497643-expected.txt: Added.
2976 * editing/selection/5497643.html: Added.
2978 2007-11-14 Anders Carlsson <andersca@apple.com>
2982 <rdar://problem/5562470>
2983 openDatabase does not work when the version string is empty
2985 * storage/open-database-empty-version-expected.txt: Added.
2986 * storage/open-database-empty-version.html: Added.
2988 2007-11-14 Alexey Proskuryakov <ap@webkit.org>
2990 Reviewed by Justin Garcia.
2992 http://bugs.webkit.org/show_bug.cgi?id=15781
2993 REGRESSION: Ligatures fail to form when typing in Devanagari (because WebKit can't handle
2994 a marked range that covers half of a composed character sequence)
2996 * platform/mac/editing/input/devanagari-ligature-expected.checksum: Added.
2997 * platform/mac/editing/input/devanagari-ligature-expected.png: Added.
2998 * platform/mac/editing/input/devanagari-ligature-expected.txt: Added.
2999 * platform/mac/editing/input/devanagari-ligature.html: Added.
3001 2007-11-14 Antti Koivisto <antti@apple.com>
3003 Try to make this test less timing dependent.
3005 * http/tests/media/video-play-stall.html:
3007 2007-11-14 Beth Dakin <bdakin@apple.com>
3011 Tests for <rdar://problem/5540855> REGRESSION: Combination of
3012 client-side image map and <a> tag is not working properly (15522)
3015 * fast/images/image-map-anchor-children.html: Added.
3016 * fast/images/resources/boston.gif: Added.
3017 * platform/mac/fast/images/image-map-anchor-children-
3018 expected.checksum: Added.
3019 * platform/mac/fast/images/image-map-anchor-children-expected.png:
3021 * platform/mac/fast/images/image-map-anchor-children-expected.txt:
3024 This test was broken and is fixed now! I had to edit the test
3025 itself because it was written in the html that the two <map>
3026 examples were failing, but now they succeed.
3027 * fast/invalid/residual-style.html:
3028 * platform/mac/fast/invalid/residual-style-expected.checksum:
3029 * platform/mac/fast/invalid/residual-style-expected.png:
3030 * platform/mac/fast/invalid/residual-style-expected.txt:
3032 2007-11-14 Justin Garcia <justin.garcia@apple.com>
3034 Reviewed by Alexey Proskuryakov.
3036 <rdar://problem/5546763> CrashTracer: [USER] 362 crashes at WebCore::DeleteSelectionCommand::mergeParagraphs
3038 * editing/deleting/5546763-expected.txt: Added.
3039 * editing/deleting/5546763.html: Added.
3041 2007-11-14 Anders Carlsson <andersca@apple.com>
3045 <rdar://problem/5309081>
3046 In DRT, "plugin.logDestroy = true" not working on Windows.
3048 Remove now succeeding test from the skipped list.
3050 * platform/win/Skipped:
3052 2007-11-14 Antti Koivisto <antti@apple.com>
3054 Try to make this test less timing dependent.
3056 * media/video-currentTime-set-expected.txt:
3057 * media/video-currentTime-set.html:
3059 2007-11-14 Anders Carlsson <andersca@apple.com>
3063 * platform/win/Skipped:
3064 Remove fast/dom/Window/window-onFocus.html since it succeeds now.
3066 2007-11-13 Brady Eidson <beidson@apple.com>
3070 Fix for http://bugs.webkit.org/show_bug.cgi?id=15976
3072 * storage: Added - There will soon be an entire suite in here!
3073 * storage/transaction_callback_exception_crash-expected.txt: Added.
3074 * storage/transaction_callback_exception_crash.html: Added.
3076 2007-11-13 Adam Roben <aroben@apple.com>
3078 Add the http/tests/media directory to the Windows Skipped file
3080 * platform/win/Skipped:
3082 2007-11-13 Sam Weinig <sam@webkit.org>
3084 Reviewed by Adam Roben.
3086 Fix for <rdar://problem/5382579>
3087 http/tests/security/cross-frame-access-put.html reports large
3088 negative numbers for screenLeft and screenTop (Mac reports "0")
3090 * platform/win/Skipped: remove http/tests/security/cross-frame-access-put.html
3092 2007-11-13 Anders Carlsson <andersca@apple.com>
3096 Make this a text-only test.
3098 * fast/dom/Window/window-onFocus-expected.txt: Added.
3099 * fast/dom/Window/window-onFocus.html:
3100 * platform/mac/fast/dom/Window/window-onFocus-expected.checksum: Removed.
3101 * platform/mac/fast/dom/Window/window-onFocus-expected.png: Removed.
3102 * platform/mac/fast/dom/Window/window-onFocus-expected.txt: Removed.
3104 2007-11-12 Antti Koivisto <antti@apple.com>
3108 - add HTTP media test for stalling load
3109 - update tests that don't specifically test autoplay feature to not use autoplay
3110 attribute since playback may start before event listeners are registered
3112 * http/tests/media: Added.
3113 * http/tests/media/video-load-and-stall.cgi: Added.
3114 * http/tests/media/video-play-stall-expected.txt: Added.
3115 * http/tests/media/video-play-stall.html: Added.
3116 * media/video-autoplay.html:
3117 * media/video-dom-loopstart.html:
3118 * media/video-end.html:
3119 * media/video-loopcount.html:
3120 * media/video-loopend.html:
3121 * media/video-loopstart.html:
3123 2007-11-13 Darin Adler <darin@apple.com>
3127 - test for http://bugs.webkit.org/show_bug.cgi?id=11231
3128 RegExp bug when handling newline characters and other regular expression
3129 behavior that is different for JavaScript and PCRE
3131 * fast/js/regexp-no-extensions-expected.txt: Added.
3132 * fast/js/regexp-no-extensions.html: Added.
3133 * fast/js/resources/regexp-no-extensions.js: Added.
3135 2007-11-12 Dan Bernstein <mitz@apple.com>
3137 Reviewed by Darin Adler.
3139 - no-repaint test for <http://bugs.webkit.org/show_bug.cgi?id=15890>
3140 Most of www.aol.com still redraws unnecessarily when headline/photo section changes
3142 * fast/repaint/invisible-objects.html: Added.
3143 * platform/mac/fast/repaint/invisible-objects-expected.checksum: Added.
3144 * platform/mac/fast/repaint/invisible-objects-expected.png: Added.
3145 * platform/mac/fast/repaint/invisible-objects-expected.txt: Added.
3147 2007-11-12 Sam Weinig <sam@webkit.org>
3149 Reviewed by Adam Roben.
3151 * platform/win/Skipped: Remove http/tests/security/cross-frame-acdcess-private-browsing.html
3152 from the windows skipped list now that LayoutTestController.setPrivateBrowsingEnabled has
3155 2007-11-12 Darin Adler <darin@apple.com>
3159 - test for http://bugs.webkit.org/show_bug.cgi?id=15951
3160 REGRESSION: assertion failure in regexp match() when running JS tests
3162 * fast/js/regexp-many-brackets-expected.txt: Added.
3163 * fast/js/regexp-many-brackets.html: Added.
3164 * fast/js/resources/regexp-many-brackets.js: Added.
3166 2007-11-12 Geoffrey Garen <ggaren@apple.com>
3168 Rubber-stamped by Oliver Hunt.
3170 Landing a few layout tests from http://bugs.webkit.org/show_bug.cgi?id=14868
3171 Import variable lookup optimizations from KJS
3173 * fast/js/kde/completion-expected.txt:
3174 * fast/js/kde/resources/completion.js:
3176 2007-11-12 Geoffrey Garen <ggaren@apple.com>
3178 Rubber-stamped by Oliver Hunt.
3180 Landing a few layout tests from http://bugs.webkit.org/show_bug.cgi?id=14868
3181 Import variable lookup optimizations from KJS
3183 * fast/js/kde/completion-expected.txt:
3184 * fast/js/kde/iteration-expected.txt:
3185 * fast/js/kde/resources/completion.js:
3186 * fast/js/kde/resources/iteration.js:
3188 2007-11-12 Geoffrey Garen <ggaren@apple.com>
3190 Rubber-stamped by Oliver Hunt.
3192 Landing a few layout tests from http://bugs.webkit.org/show_bug.cgi?id=14868
3193 Import variable lookup optimizations from KJS
3195 * fast/js/kde/lval-exceptions-expected.txt: Added.
3196 * fast/js/kde/lval-exceptions.html: Added.
3197 * fast/js/kde/operators-expected.txt:
3198 * fast/js/kde/resources/lval-exceptions.js: Added.
3199 * fast/js/kde/resources/operators.js:
3201 2007-11-12 Geoffrey Garen <ggaren@apple.com>
3203 Rubber-stamped by Oliver Hunt.
3205 Landing a few layout tests from http://bugs.webkit.org/show_bug.cgi?id=14868
3206 Import variable lookup optimizations from KJS
3208 * fast/js/kde/func-decl-expected.txt: Added.
3209 * fast/js/kde/func-decl.html: Added.
3210 * fast/js/kde/resources/func-decl.js: Added.
3212 2007-11-12 Geoffrey Garen <ggaren@apple.com>
3214 Rubber-stamped by Oliver Hunt.
3216 Landing a few layout tests from http://bugs.webkit.org/show_bug.cgi?id=14868
3217 Import variable lookup optimizations from KJS
3219 * fast/js/rehash-assign-expected.txt: Added.
3220 * fast/js/rehash-assign.html: Added.
3221 * fast/js/resize-array-assign-expected.txt: Added.
3222 * fast/js/resize-array-assign.html: Added.
3223 * fast/js/resources/rehash-assign.js: Added.
3224 * fast/js/resources/resize-array-assign.js: Added.
3226 2007-11-12 Geoffrey Garen <ggaren@apple.com>
3228 Rubber-stamped by Oliver Hunt.
3230 Landing a few layout tests from http://bugs.webkit.org/show_bug.cgi?id=14868
3231 Import variable lookup optimizations from KJS
3233 * fast/js/kde/arguments-scope-expected.txt: Added.
3234 * fast/js/kde/arguments-scope.html: Added.
3235 * fast/js/kde/resources/arguments-scope.js: Added.
3236 * fast/js/kde/resources/scope.js:
3237 * fast/js/kde/scope-expected.txt:
3239 2007-11-11 Dan Bernstein <mitz@apple.com>
3241 Reviewed by Adam Roben.
3243 - test for http://bugs.webkit.org/show_bug.cgi?id=15942
3244 REGRESSION: Selecting "Edit Html" tab in Blogger causes crash (Assertion failed: isRange())
3246 * editing/selection/cleared-by-relayout-expected.txt: Added.
3247 * editing/selection/cleared-by-relayout.html: Added.
3249 2007-11-11 Antti Koivisto <antti@apple.com>
3253 Add tests for play() and pause() events.
3254 Update one test to match new behavior.
3256 * media/video-currentTime-expected.txt:
3257 * media/video-currentTime.html:
3258 * media/video-pause-empty-events-expected.txt: Added.
3259 * media/video-pause-empty-events.html: Added.
3260 * media/video-play-empty-events-expected.txt: Added.
3261 * media/video-play-empty-events.html: Added.
3262 * media/video-play-pause-events-expected.txt: Added.
3263 * media/video-play-pause-events.html: Added.
3264 * media/video-play-pause-exception-expected.txt: Added
3265 * media/video-play-pause-exception.html: Added
3266 * media/video-test.js:
3268 2007-11-11 Nikolas Zimmermann <zimmermann@kde.org>
3272 Add some basic tests to check alignment-baseline / dominant-baseline functionality.
3274 * platform/mac/svg/custom/alignment-baseline-modes-expected.checksum: Added.
3275 * platform/mac/svg/custom/alignment-baseline-modes-expected.png: Added.
3276 * platform/mac/svg/custom/alignment-baseline-modes-expected.txt: Added.
3277 * platform/mac/svg/custom/dominant-baseline-hanging-expected.checksum: Added.
3278 * platform/mac/svg/custom/dominant-baseline-hanging-expected.png: Added.
3279 * platform/mac/svg/custom/dominant-baseline-hanging-expected.txt: Added.
3280 * platform/mac/svg/custom/dominant-baseline-modes-expected.checksum: Added.
3281 * platform/mac/svg/custom/dominant-baseline-modes-expected.png: Added.
3282 * platform/mac/svg/custom/dominant-baseline-modes-expected.txt: Added.
3284 2007-11-11 Adam Roben <aroben@apple.com>
3286 Remove a now-passing test from the Windows Skipped file
3290 * platform/win/Skipped:
3292 2007-11-10 Darin Adler <darin@apple.com>
3294 * platform/win/fast/dom/Window/window-properties-expected.txt: Update for
3295 fix for http://bugs.webkit.org/show_bug.cgi?id=15922.
3297 2007-11-10 Nikolas Zimmermann <zimmermann@kde.org>
3301 Update SVG layout test results after landing the vertical text support fixes.
3303 * platform/mac/svg/W3C-SVG-1.1/text-align-05-b-expected.checksum:
3304 * platform/mac/svg/W3C-SVG-1.1/text-align-05-b-expected.png:
3305 * platform/mac/svg/W3C-SVG-1.1/text-align-05-b-expected.txt:
3306 * platform/mac/svg/W3C-SVG-1.1/text-align-06-b-expected.checksum:
3307 * platform/mac/svg/W3C-SVG-1.1/text-align-06-b-expected.png:
3308 * platform/mac/svg/W3C-SVG-1.1/text-align-06-b-expected.txt:
3309 * svg/batik/text/textGlyphOrientationHorizontal-expected.txt:
3310 * svg/batik/text/verticalText-expected.checksum:
3311 * svg/batik/text/verticalText-expected.png:
3312 * svg/batik/text/verticalText-expected.txt:
3313 * svg/batik/text/verticalTextOnPath-expected.checksum:
3314 * svg/batik/text/verticalTextOnPath-expected.png:
3315 * svg/batik/text/verticalTextOnPath-expected.txt:
3316 * svg/text/text-align-05-b-expected.txt:
3317 * svg/text/text-align-06-b-expected.txt:
3318 * svg/text/text-path-01-b-expected.checksum:
3319 * svg/text/text-path-01-b-expected.png:
3321 2007-11-10 Nikolas Zimmermann <zimmermann@kde.org>
3323 Rubberstamped by Eric.
3325 Update some SVG pixel test results - which show changes lately -> repainting fixes.
3327 * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.checksum:
3328 * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.png:
3329 * platform/mac/svg/custom/junk-data-expected.checksum:
3330 * platform/mac/svg/custom/junk-data-expected.png:
3331 * platform/mac/svg/custom/missing-xlink-expected.checksum:
3332 * platform/mac/svg/custom/missing-xlink-expected.png:
3333 * platform/mac/svg/hixie/error/012-expected.checksum:
3334 * platform/mac/svg/hixie/error/012-expected.png:
3336 2007-11-10 Darin Adler <darin@apple.com>
3340 - test for http://bugs.webkit.org/show_bug.cgi?id=15927
3341 delete a.c followed by __defineGetter__("c", ...) incorrectly deletes another property
3343 * fast/js/delete-then-put-expected.txt: Added.
3344 * fast/js/delete-then-put.html: Added.
3345 * fast/js/resources/delete-then-put.js: Added.
3347 2007-11-10 Sam Weinig <sam@webkit.org>
3349 Reviewed by Tim Hatcher.
3351 Follow up to <rdar://problem/5394877> Safari should not log unsafe JavaScript
3352 attempts when in private browsing mode (only an issue if Log JavaScript Exceptions
3355 Test using the new LayoutTestController.setPrivateBrowsingEnabled(bool)
3357 * http/tests/security/cross-frame-access-private-browsing-expected.txt: Added.
3358 * http/tests/security/cross-frame-access-private-browsing.html: Added.
3359 * platform/win/Skipped: Add new test to windows skip list until we have an
3360 implementation of LayoutTestController.setPrivateBrowsingEnabled(bool) for it.
3362 2007-11-10 Alexey Proskuryakov <ap@webkit.org>
3366 http://bugs.webkit.org/show_bug.cgi?id=15922
3367 Implement more of Mozilla Selection API
3369 * editing/selection/containsNode-expected.txt: Added.
3370 * editing/selection/containsNode.html: Added.
3371 * editing/selection/deleteFromDocument-expected.txt: Added.
3372 * editing/selection/deleteFromDocument.html: Added.
3373 * editing/selection/extend-expected.txt: Added.
3374 * editing/selection/extend.html: Added.
3375 * editing/selection/selectAllChildren-expected.txt: Added.
3376 * editing/selection/selectAllChildren.html: Added.
3377 * fast/dom/Window/window-properties-expected.txt:
3379 2007-11-10 Alexey Proskuryakov <ap@webkit.org>
3383 http://bugs.webkit.org/show_bug.cgi?id=15892
3384 DOM Range operations are not implemented for ProcessingInstruction nodes
3386 * fast/dom/Range/range-processing-instructions-expected.txt: Added.
3387 * fast/dom/Range/range-processing-instructions.html: Added.
3389 2007-11-09 Tristan O'Tierney <tristan@apple.com>
3391 Reviewed by Sam Weinig.
3393 * fast/dom/Window/window-resize-nan.html: Removed.
3394 * fast/dom/Window/window-resize-nan.html-disabled: Copied from fast/dom/Window/window-resize-nan.html.
3396 Disabled nan test until window resize issues can be resolved.
3398 2007-11-08 Adam Roben <aroben@apple.com>
3400 Add a test for <rdar://5483519> Pressing Enter on selected buttons should fire onclick
3404 * fast/forms/enter-clicks-buttons-expected.txt: Added.
3405 * fast/forms/enter-clicks-buttons.html: Added.
3407 2007-11-09 Dan Bernstein <mitz@apple.com>
3409 Reviewed by Antti Koivisto.
3411 - test that dynamically changing a descendant of an invisible layer to
3414 * fast/layers/layer-content-visibility-change.html: Added.
3415 * platform/mac/fast/layers/layer-content-visibility-change-expected.checksum: Added.
3416 * platform/mac/fast/layers/layer-content-visibility-change-expected.png: Added.
3417 * platform/mac/fast/layers/layer-content-visibility-change-expected.txt: Added.
3419 2007-11-09 Beth Dakin <bdakin@apple.com>
3423 Test for <rdar://problem/5586370> CSS Transform - incorrect matrix
3424 math leads to crazy problems
3426 * fast/transforms/identity-matrix.html: Added.
3427 * platform/mac/fast/transforms/identity-matrix-expected.checksum: Added.
3428 * platform/mac/fast/transforms/identity-matrix-expected.png: Added.
3429 * platform/mac/fast/transforms/identity-matrix-expected.txt: Added.
3431 2007-11-08 Oliver Hunt <oliver@apple.com>
3435 Layout test to guard against bit operation regressions.
3437 * fast/js/bitwise-and-on-undefined-expected.txt: Added.
3438 * fast/js/bitwise-and-on-undefined.html: Added.
3440 2007-11-08 Dan Bernstein <mitz@apple.com>
3442 Reviewed by Beth Dakin.
3444 - test for <rdar://problem/5491922> REGRESSION (Safari 2-3): Flash-based "Cash Optimizer" on etrade.com does not draw completely
3446 * fast/dom/length-attribute-mapping-expected.txt: Added.
3447 * fast/dom/length-attribute-mapping.html: Added.
3449 2007-11-08 Darin Adler <darin@apple.com>
3453 - test changes for <rdar://problem/5552943> accesskey does not focus <button> elements
3455 * fast/forms/access-key.html: Check for both focus and click events on all elements, but
3456 resisted the urge to switch to the American spelling for "focused".
3458 * fast/forms/access-key-expected.txt: Updated to reflect the bug fix ("1 button focussed"),
3459 the fact that <input type=button>, <input type=checkbox>, <input type=submit>, and
3460 <input type=reset> are all both focused and clicked ("2 input type button clicked",
3461 "3 input type checkbox clicked", "5 input type submit focussed", and
3462 "6 input type reset focussed"). Unfortunately this now also demonstrates that we don't
3463 send a click to <input type=text> and Gecko does. And there are still quite a few types
3464 that are not covered.
3466 2007-11-07 David Kilzer <ddkilzer@apple.com>
3468 WebKit confuses width/height for Media Queries device-aspect-ratio evaluation
3469 <http://bugs.webkit.org/show_bug.cgi?id=14893>
3470 <rdar://problem/5380295>
3474 Each of the following tests creates a <link> element and dynamically sets its
3475 media query based on the aspect ratio (width/height) of the current screen.
3476 When the <link> element is attached to the <head> node, the test expects the
3477 stylesheet to be loaded for the test to pass.
3479 * fast/css/device-aspect-ratio-expected.txt: Added.
3480 * fast/css/device-aspect-ratio.html: Added.
3482 This test sets the device-aspect-ratio to the current size of the screen.
3483 NOTE: This test passed before the fix.
3485 * fast/css/max-device-aspect-ratio-expected.txt: Added.
3486 * fast/css/max-device-aspect-ratio.html: Added.
3488 This test sets the max-device-aspect ratio to 100/1 for landscape monitors or
3489 1/1 for portrait (or square) monitors.
3490 NOTE: This test failed before the fix.
3492 * fast/css/min-device-aspect-ratio-expected.txt: Added.
3493 * fast/css/min-device-aspect-ratio.html: Added.
3495 This test sets the min-device-aspect ratio to 1/1 for landscape monitors or
3496 1/100 for portrait (or square) monitors.
3497 NOTE: This test failed before the fix.
3499 * fast/css/resources/device-aspect-ratio.css: Added.
3501 2007-11-07 Dan Bernstein <mitz@apple.com>
3503 Reviewed by Dave Hyatt.
3505 - test for http://bugs.webkit.org/show_bug.cgi?id=15887
3506 REGRESSION (r27576): Crash in RenderStyle::affectedByHoverRules clicking link on Digg
3508 * fast/css/display-none-inline-style-change-crash-expected.txt: Added.
3509 * fast/css/display-none-inline-style-change-crash.html: Added.
3511 2007-11-07 Dan Bernstein <mitz@apple.com>
3513 Reviewed by Darin Adler.
3515 - test that CSS rules with :hover in the ancestor chain continue to work
3516 after changing the inline style declaration of the ancestor
3518 * fast/css/affected-by-hover-after-style-change.html: Added.
3519 * platform/mac/fast/css/affected-by-hover-after-style-change-expected.checksum: Added.
3520 * platform/mac/fast/css/affected-by-hover-after-style-change-expected.png: Added.
3521 * platform/mac/fast/css/affected-by-hover-after-style-change-expected.txt: Added.
3523 2007-11-06 Geoffrey Garen <ggaren@apple.com>
3525 Reviewed by Darin Adler.
3527 Beefed up the RegExp.compile testcase to cover a mistake in the
3528 original check-in and a mistake I made while developing my new patch.
3530 * fast/js/resources/regexp-compile.js:
3532 2007-11-07 Lars Knoll <lars@trolltech.com>
3536 don't put nbsp's into the plan text paste
3538 Fix both ClipboardQt and PasteboardQt to replace
3539 nbsp's with spaces before putting the text onto the
3540 native clipboard. This is consistent with Mac and Win
3541 and fixes at least editing/pasteboard/4076267-3.html
3543 * platform/qt/Skipped:
3544 * platform/qt/editing/pasteboard/4076267-3-expected.txt: Added.
3546 2007-11-07 Lars Knoll <lars@trolltech.com>
3550 update test results after the last commit.
3552 * platform/qt/css1/box_properties/acid_test-expected.txt:
3553 * platform/qt/css2.1/t09-c5526c-display-00-e-expected.txt:
3554 * platform/qt/fast/block/basic/011-expected.txt:
3555 * platform/qt/fast/block/margin-collapse/103-expected.txt:
3556 * platform/qt/fast/dom/HTMLInputElement/input-image-alt-text-expected.txt:
3557 * platform/qt/fast/forms/002-expected.txt:
3558 * platform/qt/fast/forms/005-expected.txt:
3559 * platform/qt/fast/forms/checkbox-radio-onchange-expected.txt:
3560 * platform/qt/fast/forms/formmove-expected.txt:
3561 * platform/qt/fast/forms/formmove2-expected.txt:
3562 * platform/qt/fast/forms/input-align-image-expected.txt:
3563 * platform/qt/fast/forms/input-appearance-height-expected.txt:
3564 * platform/qt/fast/forms/input-type-change-expected.txt:
3565 * platform/qt/fast/forms/preserveFormDuringResidualStyle-expected.txt:
3566 * platform/qt/fast/forms/radio-attr-order-expected.txt:
3567 * platform/qt/fast/forms/radio-nested-labels-expected.txt:
3568 * platform/qt/fast/forms/radio_checked-expected.txt:
3569 * platform/qt/fast/forms/radio_checked_dynamic-expected.txt:
3570 * platform/qt/fast/forms/search-cancel-button-style-sharing-expected.txt:
3571 * platform/qt/fast/forms/searchfield-heights-expected.txt:
3572 * platform/qt/fast/forms/slider-thumb-shared-style-expected.txt:
3573 * platform/qt/fast/forms/slider-thumb-stylability-expected.txt:
3574 * platform/qt/fast/inline/positionedLifetime-expected.txt:
3575 * platform/qt/fast/replaced/width100percent-radio-expected.txt:
3576 * platform/qt/fast/replaced/width100percent-searchfield-expected.txt:
3577 * platform/qt/tables/mozilla/bugs/bug1318-expected.txt:
3578 * platform/qt/tables/mozilla/bugs/bug19599-expected.txt:
3579 * platform/qt/tables/mozilla/bugs/bug24200-expected.txt:
3580 * platform/qt/tables/mozilla/bugs/bug4527-expected.txt:
3581 * platform/qt/tables/mozilla_expected_failures/core/captions1-expected.txt:
3582 * platform/qt/tables/mozilla_expected_failures/core/captions2-expected.txt:
3584 2007-11-07 Lars Knoll <lars@trolltech.com>
3588 Update the list of skipped tests.
3590 Three more tests are passing.
3592 * platform/qt/Skipped:
3594 2007-11-07 Lars Knoll <lars@trolltech.com>
3598 add more passing test cases.
3600 * platform/qt/Skipped:
3601 * platform/qt/editing/inserting/insert-3907422-fix-expected.txt: Added.
3602 * platform/qt/editing/pasteboard/3976872-expected.txt: Added.
3603 * platform/qt/editing/pasteboard/4242293-1-expected.txt: Added.
3604 * platform/qt/editing/pasteboard/4242293-expected.txt: Added.
3605 * platform/qt/editing/pasteboard/4631972-expected.txt: Added.
3606 * platform/qt/editing/pasteboard/4641033-expected.txt: Added.
3607 * platform/qt/editing/pasteboard/4700297-expected.txt: Added.
3608 * platform/qt/editing/pasteboard/4806874-expected.txt: Added.
3609 * platform/qt/editing/pasteboard/4840662-expected.txt: Added.
3610 * platform/qt/editing/pasteboard/4944770-1-expected.txt: Added.
3611 * platform/qt/editing/pasteboard/4989774-expected.txt: Added.
3612 * platform/qt/editing/pasteboard/5006779-expected.txt: Added.
3613 * platform/qt/editing/pasteboard/5027857-expected.txt: Added.
3614 * platform/qt/editing/pasteboard/5032095-expected.txt: Added.
3615 * platform/qt/editing/pasteboard/5065605-expected.txt: Added.
3616 * platform/qt/editing/pasteboard/5071074-2-expected.txt: Added.
3617 * platform/qt/editing/pasteboard/5071074-expected.txt: Added.
3618 * platform/qt/editing/pasteboard/5075944-2-expected.txt: Added.
3619 * platform/qt/editing/pasteboard/5075944-3-expected.txt: Added.
3620 * platform/qt/editing/pasteboard/5075944-expected.txt: Added.
3621 * platform/qt/editing/pasteboard/5134759-expected.txt: Added.
3622 * platform/qt/editing/pasteboard/5156401-1-expected.txt: Added.
3623 * platform/qt/editing/pasteboard/5245519-expected.txt: Added.
3624 * platform/qt/editing/pasteboard/5247341-expected.txt: Added.
3625 * platform/qt/editing/pasteboard/5368833-expected.txt: Added.
3626 * platform/qt/editing/pasteboard/5387578-expected.txt: Added.
3627 * platform/qt/editing/pasteboard/5478250-expected.txt: Added.
3628 * platform/qt/editing/pasteboard/5483567-expected.txt: Added.
3629 * platform/qt/editing/pasteboard/7955-expected.txt: Added.
3630 * platform/qt/editing/pasteboard/8145-1-expected.txt: Added.
3631 * platform/qt/editing/pasteboard/8145-2-expected.txt: Added.
3632 * platform/qt/editing/pasteboard/8145-3-expected.txt: Added.
3633 * platform/qt/editing/pasteboard/bad-placeholder-expected.txt: Added.
3634 * platform/qt/editing/pasteboard/copy-paste-bidi-expected.txt: Added.
3635 * platform/qt/editing/pasteboard/cut-text-001-expected.txt: Added.
3636 * platform/qt/editing/pasteboard/displaced-generic-placeholder-expected.txt: Added.
3637 * platform/qt/editing/pasteboard/displaced-placeholder-expected.txt: Added.
3638 * platform/qt/editing/pasteboard/display-block-on-spans-expected.txt: Added.
3639 * platform/qt/editing/pasteboard/emacs-cntl-y-001-expected.txt: Added.
3640 * platform/qt/editing/pasteboard/innerText-inline-table-expected.txt: Added.
3641 * platform/qt/editing/pasteboard/interchange-newline-1-expected.txt: Added.
3642 * platform/qt/editing/pasteboard/interchange-newline-3-expected.txt: Added.
3643 * platform/qt/editing/pasteboard/interchange-newline-4-expected.txt: Added.
3644 * platform/qt/editing/pasteboard/merge-after-delete-1-expected.txt: Added.
3645 * platform/qt/editing/pasteboard/merge-after-delete-2-expected.txt: Added.
3646 * platform/qt/editing/pasteboard/merge-after-delete-expected.txt: Added.
3647 * platform/qt/editing/pasteboard/merge-end-1-expected.txt: Added.
3648 * platform/qt/editing/pasteboard/merge-end-2-expected.txt: Added.
3649 * platform/qt/editing/pasteboard/merge-end-3-expected.txt: Added.
3650 * platform/qt/editing/pasteboard/merge-end-4-expected.txt: Added.
3651 * platform/qt/editing/pasteboard/merge-end-5-expected.txt: Added.
3652 * platform/qt/editing/pasteboard/merge-end-blockquote-expected.txt: Added.
3653 * platform/qt/editing/pasteboard/merge-end-borders-expected.txt: Added.
3654 * platform/qt/editing/pasteboard/merge-end-list-expected.txt: Added.
3655 * platform/qt/editing/pasteboard/merge-end-table-expected.txt: Added.
3656 * platform/qt/editing/pasteboard/merge-start-blockquote-expected.txt: Added.
3657 * platform/qt/editing/pasteboard/merge-start-list-expected.txt: Added.
3658 * platform/qt/editing/pasteboard/nested-blocks-with-text-area-expected.txt: Added.
3659 * platform/qt/editing/pasteboard/nested-blocks-with-text-field-expected.txt: Added.
3660 * platform/qt/editing/pasteboard/paste-4035648-fix-expected.txt: Added.
3661 * platform/qt/editing/pasteboard/paste-4038267-fix-expected.txt: Added.
3662 * platform/qt/editing/pasteboard/paste-4039777-fix-expected.txt: Added.
3663 * platform/qt/editing/pasteboard/paste-blockquote-1-expected.txt: Added.
3664 * platform/qt/editing/pasteboard/paste-blockquote-2-expected.txt: Added.
3665 * platform/qt/editing/pasteboard/paste-blockquote-3-expected.txt: Added.
3666 * platform/qt/editing/pasteboard/paste-line-endings-001-expected.txt: Added.
3667 * platform/qt/editing/pasteboard/paste-line-endings-002-expected.txt: Added.
3668 * platform/qt/editing/pasteboard/paste-line-endings-003-expected.txt: Added.
3669 * platform/qt/editing/pasteboard/paste-line-endings-004-expected.txt: Added.
3670 * platform/qt/editing/pasteboard/paste-line-endings-005-expected.txt: Added.
3671 * platform/qt/editing/pasteboard/paste-line-endings-006-expected.txt: Added.
3672 * platform/qt/editing/pasteboard/paste-line-endings-007-expected.txt: Added.
3673 * platform/qt/editing/pasteboard/paste-line-endings-008-expected.txt: Added.
3674 * platform/qt/editing/pasteboard/paste-line-endings-009-expected.txt: Added.
3675 * platform/qt/editing/pasteboard/paste-line-endings-010-expected.txt: Added.
3676 * platform/qt/editing/pasteboard/paste-list-001-expected.txt: Added.
3677 * platform/qt/editing/pasteboard/paste-match-style-001-expected.txt: Added.
3678 * platform/qt/editing/pasteboard/paste-match-style-002-expected.txt: Added.
3679 * platform/qt/editing/pasteboard/paste-pre-001-expected.txt: Added.
3680 * platform/qt/editing/pasteboard/paste-pre-002-expected.txt: Added.
3681 * platform/qt/editing/pasteboard/paste-table-001-expected.txt: Added.
3682 * platform/qt/editing/pasteboard/paste-table-003-expected.txt: Added.
3683 * platform/qt/editing/pasteboard/paste-table-cells-expected.txt: Added.
3684 * platform/qt/editing/pasteboard/paste-text-002-expected.txt: Added.
3685 * platform/qt/editing/pasteboard/paste-text-003-expected.txt: Added.
3686 * platform/qt/editing/pasteboard/paste-text-004-expected.txt: Added.
3687 * platform/qt/editing/pasteboard/paste-text-005-expected.txt: Added.
3688 * platform/qt/editing/pasteboard/paste-text-006-expected.txt: Added.
3689 * platform/qt/editing/pasteboard/paste-text-007-expected.txt: Added.
3690 * platform/qt/editing/pasteboard/paste-text-009-expected.txt: Added.
3691 * platform/qt/editing/pasteboard/paste-text-010-expected.txt: Added.
3692 * platform/qt/editing/pasteboard/paste-text-011-expected.txt: Added.
3693 * platform/qt/editing/pasteboard/paste-text-012-expected.txt: Added.
3694 * platform/qt/editing/pasteboard/paste-text-014-expected.txt: Added.
3695 * platform/qt/editing/pasteboard/paste-text-015-expected.txt: Added.
3696 * platform/qt/editing/pasteboard/paste-text-016-expected.txt: Added.
3697 * platform/qt/editing/pasteboard/paste-text-017-expected.txt: Added.
3698 * platform/qt/editing/pasteboard/paste-text-018-expected.txt: Added.
3699 * platform/qt/editing/pasteboard/paste-text-019-expected.txt: Added.
3700 * platform/qt/editing/pasteboard/paste-text-at-tabspan-001-expected.txt: Added.
3701 * platform/qt/editing/pasteboard/paste-text-at-tabspan-002-expected.txt: Added.
3702 * platform/qt/editing/pasteboard/paste-text-at-tabspan-003-expected.txt: Added.
3703 * platform/qt/editing/pasteboard/paste-unrendered-select-expected.txt: Added.
3704 * platform/qt/editing/pasteboard/pasting-object-expected.txt: Added.
3705 * platform/qt/editing/pasteboard/pasting-tabs-expected.txt: Added.
3706 * platform/qt/editing/pasteboard/prevent-block-nesting-01-expected.txt: Added.
3707 * platform/qt/editing/pasteboard/quirks-mode-br-1-expected.txt: Added.
3708 * platform/qt/editing/pasteboard/smart-paste-006-expected.txt: Added.
3709 * platform/qt/editing/pasteboard/styled-element-markup-expected.txt: Added.
3710 * platform/qt/editing/selection/4932260-1-expected.txt: Added.
3711 * platform/qt/editing/selection/5234383-1-expected.txt: Added.
3712 * platform/qt/editing/selection/extend-by-word-002-expected.txt: Added.
3713 * platform/qt/editing/selection/move-by-sentence-linebreak-expected.txt: Added.
3714 * platform/qt/editing/selection/select-box-expected.txt: Added.
3715 * platform/qt/editing/selection/select-element-paragraph-boundary-expected.txt: Added.
3716 * platform/qt/editing/style/font-family-with-space-expected.txt: Added.
3717 * platform/qt/editing/style/non-inheritable-styles-expected.txt: Added.
3718 * platform/qt/editing/style/relative-font-size-change-002-expected.txt: Added.
3719 * platform/qt/editing/undo/undo-misspellings-expected.txt: Added.
3720 * platform/qt/editing/undo/undo-typing-001-expected.txt: Added.
3721 * platform/qt/editing/unsupported-content/list-delete-001-expected.txt: Added.
3722 * platform/qt/editing/unsupported-content/list-delete-003-expected.txt: Added.
3723 * platform/qt/editing/unsupported-content/list-type-after-expected.txt: Added.
3724 * platform/qt/editing/unsupported-content/list-type-before-expected.txt: Added.
3725 * platform/qt/editing/unsupported-content/table-delete-001-expected.txt: Added.
3726 * platform/qt/editing/unsupported-content/table-delete-002-expected.txt: Added.
3727 * platform/qt/editing/unsupported-content/table-delete-003-expected.txt: Added.
3728 * platform/qt/editing/unsupported-content/table-type-after-expected.txt: Added.
3729 * platform/qt/editing/unsupported-content/table-type-before-expected.txt: Added.
3731 2007-11-07 Alexey Proskuryakov <ap@nypop.com>
3733 Finished moving editing/pasteboard/5583362.html to platform/mac (this test was crashing in ObjC test plugin,
3734 because it couldn't find its resources).
3736 * editing/resources/plaintext-pasteboard-data.dat: Removed.
3737 * platform/mac/editing/resources: Added.
3738 * platform/mac/editing/resources/plaintext-pasteboard-data.dat: Copied from editing/resources/plaintext-pasteboard-data.dat.
3740 2007-11-07 Dan Bernstein <mitz@apple.com>
3742 Reviewed by Brady Eidson.
3744 - test for http://bugs.webkit.org/show_bug.cgi?id=15877
3745 REGRESSION: r27486 caused a layout regression at my bank's website
3747 * fast/block/float/overhanging-after-height-decrease-offsets.html: Added.
3748 * platform/mac-leopard/fast/block/float/overhanging-after-height-decrease-offsets-expected.checksum: Added.
3749 * platform/mac-leopard/fast/block/float/overhanging-after-height-decrease-offsets-expected.png: Added.
3750 * platform/mac/fast/block/float/overhanging-after-height-decrease-offsets-expected.txt: Added.
3752 2007-11-06 Adam Roben <aroben@apple.com>
3754 Move a Mac-specific test to platform/mac
3756 * editing/pasteboard/5583362.html: Removed.
3757 * platform/mac/editing/pasteboard/5583362.html: Added.
3759 2007-11-06 Beth Dakin <bdakin@apple.com>
3763 New test for <rdar://problem/5575812> REGRESSION:When using
3764 absolute positioning with overflow:auto div, WebKit seems to add an
3766 * fast/overflow/overflow-auto-position-absolute.html: Added.
3767 * platform/mac/fast/overflow/overflow-auto-position-absolute-expected.checksum: Added.
3768 * platform/mac/fast/overflow/overflow-auto-position-absolute-expected.png: Added.
3769 * platform/mac/fast/overflow/overflow-auto-position-absolute-expected.txt: Added.
3771 Test with changed results. The measurements in the rtl example now
3772 more closely mirror the ltr example.
3773 * platform/mac/fast/overflow/unreachable-overflow-rtl-bug-expected.txt:
3775 2007-11-06 Justin Garcia <justin.garcia@apple.com>
3777 Reviewed by Dan Bernstein.
3779 <rdar://problem/5583387> ASSERTION FAILED: !refChild->hasTagName(bodyTag) when pasting newline in plain text into rich text Mail
3780 <rdar://problem/5583362> REGRESSION (5523.10.3-TOT): Newlines stripped when pasting plain text in Mail
3782 * editing/pasteboard/5583362.html: Added.
3783 * editing/resources/plaintext-pasteboard-data.dat: Added.
3784 * platform/mac/editing/pasteboard/5583362-expected.checksum: Added.
3785 * platform/mac/editing/pasteboard/5583362-expected.png: Added.
3786 * platform/mac/editing/pasteboard/5583362-expected.txt: Added.
3788 2007-11-06 Antti Koivisto <antti@apple.com>
3790 Correct test results.
3792 * platform/mac/fast/layers/layer-visibility-expected.txt:
3794 2007-11-06 Antti Koivisto <antti@apple.com>
3798 Update test to cover
3799 <rdar://problem/5521068>
3800 Visibility not propagated correctly for children of a layer with z-index
3802 The fix for this was (accidentally) already checked in with r27277,
3803 with retroactive r=hyatt.
3805 * fast/layers/layer-visibility.html:
3806 * platform/mac/fast/layers/layer-visibility-expected.checksum:
3807 * platform/mac/fast/layers/layer-visibility-expected.png:
3808 * platform/mac/fast/layers/layer-visibility-expected.txt:
3810 2007-11-06 Justin Garcia <justin.garcia@apple.com>
3812 Reviewed by Darin Adler.
3814 <rdar://problem/5576619> REGRESSION: Caret disappears after deleting the last character in inline hole (15714)
3816 * platform/mac/editing/input/5576619-expected.checksum: Added.
3817 * platform/mac/editing/input/5576619-expected.png: Added.
3818 * platform/mac/editing/input/5576619-expected.txt: Added.
3819 * platform/mac/editing/input/5576619.html: Added.
3820 * platform/mac/editing/input/text-input-controller-expected.txt:
3822 2007-11-06 Dan Bernstein <mitz@apple.com>
3824 Reviewed by Antti Koivisto and Dave Hyatt.
3826 - test for <rdar://problem/5582961> Incorrect layout and floating object list corruption when CSS decreases a block's height
3828 * fast/block/float/overhanging-after-height-decrease.html: Added.
3829 * platform/mac-leopard/fast/block: Added.
3830 * platform/mac-leopard/fast/block/float: Added.
3831 * platform/mac-leopard/fast/block/float/overhanging-after-height-decrease-expected.checksum: Added.
3832 * platform/mac-leopard/fast/block/float/overhanging-after-height-decrease-expected.png: Added.
3833 * platform/mac/fast/block/float/overhanging-after-height-decrease-expected.txt: Added.
3835 2007-11-05 Adele Peterson <adele@apple.com>
3839 Added test for poster attribute.
3841 * media/content/abe.png: Added.
3842 * media/content/greenbox.png: Added.
3843 * media/video-poster-expected.txt: Added.
3844 * media/video-poster.html: Added.
3846 2007-11-06 Antti Koivisto <antti@apple.com>
3850 Tests for media src attribute changes.
3852 * media/video-src-change-expected.txt: Added.
3853 * media/video-src-change.html: Added.
3854 * media/video-src-remove-expected.txt: Added.
3855 * media/video-src-remove.html: Added.
3856 * media/video-src-set-expected.txt: Added.
3857 * media/video-src-set.html: Added.
3858 * media/video-test.js:
3860 2007-11-06 Dan Bernstein <mitz@apple.com>
3862 Reviewed by Darin Adler.
3864 - repaint test for http://bugs.webkit.org/show_bug.cgi?id=15838
3865 Incomplete repaint toggling "How you know this person" on Facebook
3867 * fast/repaint/make-children-non-inline.html: Added.
3868 * platform/mac/fast/repaint/make-children-non-inline-expected.txt: Added.
3869 * platform/mac-leopard/fast/repaint: Added.
3870 * platform/mac-leopard/fast/repaint/make-children-non-inline-expected.checksum: Added.
3871 * platform/mac-leopard/fast/repaint/make-children-non-inline-expected.png: Added.
3873 2007-11-05 Adam Roben <aroben@apple.com>
3875 Remove a now-passing test from the Windows Skipped file
3879 * platform/win/Skipped:
3881 2007-11-05 Dan Bernstein <mitz@apple.com>
3883 Reviewed by Oliver Hunt.
3885 - test that an all-whitespace class attribute does not cause an assertion failure
3887 * fast/dom/class-all-whitespace-expected.txt: Added.
3888 * fast/dom/class-all-whitespace.html: Added.
3890 2007-11-05 Alexey Proskuryakov <ap@webkit.org>
3894 http://bugs.webkit.org/show_bug.cgi?id=15841
3895 fast/dom/Document/early-document-access.html crashes under GuardMalloc
3897 * fast/dom/Document/early-document-access.html: Don't check for open() timeout;
3898 wait for popup window to close as long as it takes.
3900 2007-11-03 Darin Adler <darin@apple.com>
3904 - updates for http://bugs.webkit.org/show_bug.cgi?id=15814
3905 <rdar://problem/5536644> fast/js/kde/encode_decode_uri.html fails
3907 * fast/js/kde/resources/encode_decode_uri.js: Rewrote the test to cover edges better,
3908 and use the should functions in a way that makes failures easier to understand.
3909 * fast/js/kde/encode_decode_uri-expected.txt: Updated.
3911 2007-11-02 Antti Koivisto <antti@apple.com>
3915 Test for video width/height DOM and content attributes.
3917 * media/video-width-height-expected.txt: Added.
3918 * media/video-width-height.html: Added.
3920 2007-11-02 Darin Adler <darin@apple.com>
3924 - test for http://bugs.webkit.org/show_bug.cgi?id=15806
3925 <rdar://problem/5561626> ASSERT(element->isRadioButton()) fires destroying form elements
3927 * fast/forms/remove-radio-button-assert-expected.txt: Added.
3928 * fast/forms/remove-radio-button-assert.html: Added.
3930 2007-11-02 Darin Adler <darin@apple.com>
3934 - update tests affected by fix for <rdar://problem/5530185> WebKit does not show
3935 <object> fallback content when both URL and MIME type is omitted
3937 * dom/html/level2/html/AppletsCollection-expected.txt: The text "Nothing here!" renders now.
3938 * fast/dom/HTMLDocument/object-by-name-unknown-child-element-expected.txt: Some blank
3940 * platform/mac/fast/invalid/residual-style-expected.txt: A font element renders now.
3942 2007-11-01 Dan Bernstein <mitz@apple.com>
3944 - fix typo in test name
3946 * fast/repaint/layout-state-only-posiitoned.html: Removed.
3947 * fast/repaint/layout-state-only-positioned.html: Copied from fast/repaint/layout-state-only-posiitoned.html.
3948 * platform/mac/fast/repaint/layout-state-only-posiitoned-expected.checksum: Removed.
3949 * platform/mac/fast/repaint/layout-state-only-posiitoned-expected.png: Removed.
3950 * platform/mac/fast/repaint/layout-state-only-posiitoned-expected.txt: Removed.
3951 * platform/mac/fast/repaint/layout-state-only-positioned-expected.checksum: Copied from platform/mac/fast/repaint/layout-state-only-posiitoned-expected.checksum.
3952 * platform/mac/fast/repaint/layout-state-only-positioned-expected.png: Copied from platform/mac/fast/repaint/layout-state-only-posiitoned-expected.png.
3953 * platform/mac/fast/repaint/layout-state-only-positioned-expected.txt: Copied from platform/mac/fast/repaint/layout-state-only-posiitoned-expected.txt.
3955 2007-11-01 Geoffrey Garen <ggaren@apple.com>
3957 Reviewed by Maciej Stachowiak.
3959 Layout test for http://bugs.webkit.org/show_bug.cgi?id=15785
3960 REGRESSION(r27344): Crash on load at finance.yahoo.com
3962 * fast/js/activation-object-function-lifetime-expected.txt: Added.
3963 * fast/js/activation-object-function-lifetime.html: Added.
3965 2007-11-01 Dan Bernstein <mitz@apple.com>
3967 Reviewed by Dave Hyatt.
3969 - repaint test for http://bugs.webkit.org/show_bug.cgi?id=15015
3970 <rdar://problem/5420308> Most of www.aol.com redraws unnecessarily when headline/photo section changes
3972 * fast/repaint/overflow-clip-subtree-layout.html: Added.
3973 * platform/mac/fast/repaint/overflow-clip-subtree-layout-expected.checksum: Added.
3974 * platform/mac/fast/repaint/overflow-clip-subtree-layout-expected.png: Added.
3975 * platform/mac/fast/repaint/overflow-clip-subtree-layout-expected.txt: Added.
3977 2007-10-31 Adam Roben <aroben@apple.com>
3979 Add Windows-specific results for window-properties
3981 HTML Timed Media elements aren't implemented yet on Windows.
3983 * platform/win/fast/dom/Window/window-properties-expected.txt: Added.
3985 2007-10-31 Adam Roben <aroben@apple.com>
3987 New test for a crash when parsing a cubic-bezier function
3991 * fast/css/parse-timing-function-crash-expected.txt: Added.
3992 * fast/css/parse-timing-function-crash.html: Added.
3994 2007-10-31 Justin Garcia <justin.garcia@apple.com>
3996 Reviewed by Dave Harrison.
3998 * editing/execCommand/5569741.html: Added.
3999 * platform/mac/editing/execCommand/5569741-expected.checksum: Added.
4000 * platform/mac/editing/execCommand/5569741-expected.png: Added.
4001 * platform/mac/editing/execCommand/5569741-expected.txt: Added.
4003 2007-10-31 Antti Koivisto <antti@apple.com>
4005 Remove timing dependent, occasionally failing cue point tests.
4006 Cue points will be replaced with cue ranges soon anyway.
4008 * media/video-cuepoint-pause-expected.txt: Removed.
4009 * media/video-cuepoint-remove-multiple-expected.txt: Removed.
4010 * media/video-cuepoint-multiple-expected.txt: Removed.
4011 * media/video-cuepoint-remove-expected.txt: Removed.
4012 * media/video-cuepoint-pause.html: Removed.
4013 * media/video-cuepoint-remove-multiple.html: Removed.
4014 * media/video-cuepoint-multiple.html: Removed.
4015 * media/video-cuepoint-remove.html: Removed.
4016 * media/video-cuepoint-add-expected.txt: Removed.
4017 * media/video-cuepoint-add.html: Removed.
4019 2007-10-31 Lars Knoll <lars@trolltech.com>
4023 Fixes in the XML tokenizer when using QXmlStream.
4025 Use new functionality of QXmlStream in Qt 4.4 to simplify
4026 the code (but keep the old code for now to still support Qt 4.3).
4028 Add proper support for namespace handling when parsing into
4029 a document fragment.
4031 * platform/qt/Skipped:
4032 * platform/qt/dom/xhtml/level3/core/canonicalform10-expected.txt: Removed.
4033 * platform/qt/dom/xhtml/level3/core/canonicalform11-expected.txt: Removed.
4035 2007-10-31 Alexey Proskuryakov <ap@webkit.org>