1 2007-12-14 Dan Bernstein <mitz@apple.com>
3 - share the results of this test between Tiger and Leopard
5 * platform/mac-leopard/fast/text/international/bidi-control-chars-treated-as-ZWS-expected.txt: Removed.
6 * platform/mac/fast/text/international/bidi-control-chars-treated-as-ZWS-expected.txt: Copied from LayoutTests/platform/mac-leopard/fast/text/international/bidi-control-chars-treated-as-ZWS-expected.txt.
8 2007-12-14 Anders Carlsson <andersca@apple.com>
12 Add test that calls window.open and then immediately writes into the document
13 of the newly opened window.
15 * http/tests/misc/resources/compass.jpg: Added.
16 * http/tests/misc/window-open-then-write-expected.txt: Added.
17 * http/tests/misc/window-open-then-write.html: Added.
18 * platform/win/Skipped:
20 2007-12-14 David Smith <catfish.man@gmail.com>
24 - test for http://bugs.webkit.org/show_bug.cgi?id=14955
25 Implement getElementsByClassName
27 Tests added from http://tc.labs.opera.com/apis/getElementsByClassName/
29 * fast/dom/Window/window-properties-expected.txt:
30 * fast/dom/getElementsByClassName: Added.
31 * fast/dom/getElementsByClassName/001-expected.txt: Added.
32 * fast/dom/getElementsByClassName/001.html: Added.
33 * fast/dom/getElementsByClassName/002-expected.txt: Added.
34 * fast/dom/getElementsByClassName/002.html: Added.
35 * fast/dom/getElementsByClassName/003-expected.txt: Added.
36 * fast/dom/getElementsByClassName/003.html: Added.
37 * fast/dom/getElementsByClassName/004-expected.txt: Added.
38 * fast/dom/getElementsByClassName/004.html: Added.
39 * fast/dom/getElementsByClassName/005-expected.txt: Added.
40 * fast/dom/getElementsByClassName/005.html: Added.
41 * fast/dom/getElementsByClassName/006-expected.txt: Added.
42 * fast/dom/getElementsByClassName/006.html: Added.
43 * fast/dom/getElementsByClassName/007-expected.txt: Added.
44 * fast/dom/getElementsByClassName/007.html: Added.
45 * fast/dom/getElementsByClassName/008-expected.txt: Added.
46 * fast/dom/getElementsByClassName/008.html: Added.
47 * fast/dom/getElementsByClassName/009-expected.txt: Added.
48 * fast/dom/getElementsByClassName/009.html: Added.
49 * fast/dom/getElementsByClassName/010-expected.txt: Added.
50 * fast/dom/getElementsByClassName/010.xml: Added.
51 * fast/dom/getElementsByClassName/011-expected.txt: Added.
52 * fast/dom/getElementsByClassName/011.xml: Added.
53 * fast/dom/getElementsByClassName/012-expected.txt: Added.
54 * fast/dom/getElementsByClassName/012.html: Added.
55 * fast/dom/getElementsByClassName/013-expected.txt: Added.
56 * fast/dom/getElementsByClassName/013.html: Added.
57 * fast/dom/getElementsByClassName/014-expected.txt: Added.
58 * fast/dom/getElementsByClassName/014.html: Added.
59 * fast/dom/getElementsByClassName/array: Added.
60 * fast/dom/getElementsByClassName/array/001-expected.txt: Added.
61 * fast/dom/getElementsByClassName/array/001.html: Added.
62 * fast/dom/getElementsByClassName/array/002-expected.txt: Added.
63 * fast/dom/getElementsByClassName/array/002.html: Added.
64 * fast/dom/getElementsByClassName/array/003-expected.txt: Added.
65 * fast/dom/getElementsByClassName/array/003.html: Added.
66 * fast/dom/getElementsByClassName/array/004-expected.txt: Added.
67 * fast/dom/getElementsByClassName/array/004.html: Added.
68 * fast/dom/getElementsByClassName/dumpNodeList-expected.txt: Added.
69 * fast/dom/getElementsByClassName/dumpNodeList.html: Added.
70 * fast/dom/getElementsByClassName/resources: Added.
71 * fast/dom/getElementsByClassName/resources/common.js: Added.
73 2007-12-14 Darin Adler <darin@apple.com>
77 - http://bugs.webkit.org/show_bug.cgi?id=16420
78 change regression tests to use document.execCommand instead of textInputController.doCommand
80 To avoid changing results at this time, I didn't correct the many tests that now have
81 misleading "this test cannot be run manually" text or references to "NSResponder" or
82 uneeded instructions for running the test manually. We can do that on a later pass.
84 * editing/deleting/5300379.html: Use execCommand instead of doCommand.
85 * editing/deleting/delete-to-end-of-paragraph.html: Ditto.
86 * editing/deleting/smart-delete-003.html: Ditto.
87 * editing/deleting/smart-delete-004.html: Ditto.
88 * editing/execCommand/nsresponder-indent.html: Ditto.
89 * editing/execCommand/nsresponder-outdent.html: Ditto.
90 * editing/selection/4947387.html: Ditto.
91 * editing/selection/5195166-1.html: Ditto.
92 * editing/selection/5195166-2.html: Ditto.
93 * editing/selection/select-line.html: Ditto.
94 * editing/selection/selection-actions.html: Ditto.
96 2007-12-14 Justin Garcia <justin.garcia@apple.com>
98 Reviewed by Darin Adler.
100 <rdar://problem/5575101> Hang in SplitElementCommand::doApply when outdenting a list item in a particular list
102 * editing/execCommand/5575101-1-expected.txt: Added.
103 * editing/execCommand/5575101-1.html: Added.
104 * editing/execCommand/5575101-2-expected.txt: Added.
105 * editing/execCommand/5575101-2.html: Added.
106 * editing/execCommand/5575101-3-expected.txt: Added.
107 * editing/execCommand/5575101-3.html: Added.
109 2007-12-14 Anders Carlsson <andersca@apple.com>
111 Reviewed by Darin and Geoff.
113 <rdar://problem/5619295>
114 REGRESSION: 303-304: Embedded YouTube video fails to render- JS errors (16150) (Flash 9)
116 Add cross frame plug/in test where a plug/in inside an iframe tries to access properties of the
119 * http/tests/plugins/cross-frame-object-access-expected.txt: Added.
120 * http/tests/plugins/cross-frame-object-access.html: Added.
121 * http/tests/plugins/resources/cross-frame-object-access.html: Added.
123 2007-12-14 Oliver Hunt <oliver@apple.com>
127 Fix test output, and move test to mac skipped lists until
128 <rdar://problem/5647952> fast/events/mouseout-on-window.html
131 * fast/events/mouseout-on-window-expected.txt:
132 * platform/mac/Skipped:
134 2007-12-13 Justin Garcia <justin.garcia@apple.com>
136 Reviewed by Oliver Hunt.
138 <rdar://problem/5607069> In Mail, a crash occurs at WebCore::AppendNodeCommand() after dragging image into a <FORM> element
140 * editing/inserting/5607069-1-expected.checksum: Added.
141 * editing/inserting/5607069-1-expected.png: Added.
142 * editing/inserting/5607069-1-expected.txt: Added.
143 * editing/inserting/5607069-1.html: Added.
144 * editing/inserting/5607069-2.html: Added.
145 * editing/inserting/5607069-3.html: Added.
146 * platform/mac/editing/inserting/5607069-2-expected.checksum: Added.
147 * platform/mac/editing/inserting/5607069-2-expected.png: Added.
148 * platform/mac/editing/inserting/5607069-2-expected.txt: Added.
149 * platform/mac/editing/inserting/5607069-3-expected.checksum: Added.
150 * platform/mac/editing/inserting/5607069-3-expected.png: Added.
151 * platform/mac/editing/inserting/5607069-3-expected.txt: Added.
153 2007-12-13 Dan Bernstein <mitz@apple.com>
155 Reviewed by Dave Hyatt.
157 - test for <rdar://problem/5642426> explicit cubic-bezier curves all treated as "default" for transition-timing-function
159 * fast/css/transition-timing-function-expected.txt: Added.
160 * fast/css/transition-timing-function.html: Added.
162 2007-12-13 Kevin McCullough <kmccullough@apple.com>
166 - Layout tests fix. Removed machine dependant results and generated new
167 results without machine specific information.
169 * fast/dom/frame-loading-via-document-write-expected.txt: Added.
170 * http/tests/security/frame-loading-via-document-write-expected.txt: Added.
171 * http/tests/security/local-CSS-from-remote-expected.txt:
172 * http/tests/security/local-JavaScript-from-remote-expected.txt:
173 * http/tests/security/local-iFrame-from-remote-expected.txt:
174 * http/tests/security/local-image-from-remote-expected.txt:
175 * platform/mac/fast/dom/frame-loading-via-document-write-expected.checksum: Removed.
176 * platform/mac/fast/dom/frame-loading-via-document-write-expected.png: Removed.
177 * platform/mac/fast/dom/frame-loading-via-document-write-expected.txt: Removed.
178 * platform/mac/http/tests/security: Removed.
179 * platform/mac/http/tests/security/frame-loading-via-document-write-expected.checksum: Removed.
180 * platform/mac/http/tests/security/frame-loading-via-document-write-expected.png: Removed.
181 * platform/mac/http/tests/security/frame-loading-via-document-write-expected.txt: Removed.
182 * platform/win/Skipped:
183 * platform/win/http: Removed.
184 * platform/win/http/tests: Removed.
185 * platform/win/http/tests/security: Removed.
186 * platform/win/http/tests/security/frame-loading-via-document-write-expected.txt: Removed.
188 2007-12-13 Alexey Proskuryakov <ap@webkit.org>
192 http://bugs.webkit.org/show_bug.cgi?id=16421
193 REGRESSION(r28669): Page scrolls down when you hit space key in text area
195 * fast/events/space-scroll-event-expected.txt: Added.
196 * fast/events/space-scroll-event.html: Added.
198 2007-12-13 Justin Garcia <justin.garcia@apple.com>
200 Reviewed by Darin Adler.
202 <rdar://problem/5601583> GMail Editor: Copied link doesn't paste as a link, just colored text
204 * editing/pasteboard/5601583-1.html: Added.
205 * platform/mac/editing/pasteboard/5601583-1-expected.checksum: Added.
206 * platform/mac/editing/pasteboard/5601583-1-expected.png: Added.
207 * platform/mac/editing/pasteboard/5601583-1-expected.txt: Added.
209 2007-12-13 Kevin McCullough <kmccullough@apple.com>
211 Reviewed by Alice and Sam.
213 - <rdar://5621435> Need a way to specify local resources (being loaded
214 from HTTP tests) on Windows.
215 - Updated the following tests to use the new layoutTestController
216 function, pathToLocalResource to get a Windows viable path (when on
217 Windows) to the local resources they are attempting to access.
218 - Also clarified and updated some results.
220 * fast/dom/frame-loading-via-document-write.html:
221 * fast/loader/local-CSS-from-local-expected.txt:
222 * fast/loader/local-CSS-from-local.html:
223 * fast/loader/local-JavaScript-from-local-expected.txt:
224 * fast/loader/local-JavaScript-from-local.html:
225 * fast/loader/local-iFrame-source-from-local-expected.txt:
226 * fast/loader/local-iFrame-source-from-local.html:
227 * fast/loader/local-image-from-local-expected.txt:
228 * fast/loader/local-image-from-local.html:
229 * http/tests/security/frame-loading-via-document-write.html:
230 * http/tests/security/local-CSS-from-remote-expected.txt:
231 * http/tests/security/local-CSS-from-remote.html:
232 * http/tests/security/local-JavaScript-from-remote-expected.txt:
233 * http/tests/security/local-JavaScript-from-remote.html:
234 * http/tests/security/local-iFrame-from-remote-expected.txt:
235 * http/tests/security/local-iFrame-from-remote.html:
236 * http/tests/security/local-image-from-remote-expected.txt:
237 * http/tests/security/local-image-from-remote.html:
238 * http/tests/security/local-user-CSS-from-remote.html:
239 * platform/mac/fast/dom/frame-loading-via-document-write-expected.txt:
240 * platform/win/Skipped:
241 * platform/win/http: Added.
242 * platform/win/http/tests: Added.
243 * platform/win/http/tests/security: Added.
244 * platform/win/http/tests/security/frame-loading-via-document-write-expected.txt: Added.
246 2007-12-13 Dan Bernstein <mitz@apple.com>
248 Reviewed by Adam Roben.
250 - test that Unicode bidi control characters are rendered as zero width
253 * fast/text/international/bidi-control-chars-treated-as-ZWS.html: Added.
254 * platform/mac-leopard/fast/text/international/bidi-control-chars-treated-as-ZWS-expected.checksum: Added.
255 * platform/mac-leopard/fast/text/international/bidi-control-chars-treated-as-ZWS-expected.png: Added.
256 * platform/mac-leopard/fast/text/international/bidi-control-chars-treated-as-ZWS-expected.txt: Added.
258 2007-12-12 Dan Bernstein <mitz@apple.com>
260 Reviewed by Oliver Hunt.
262 - updated results and skipped tests file for
263 <rdar://problem/5074620> text with font:initial; fails to appear (causes fast/text/font-initial.html to fail)
265 * platform/mac-leopard/fast/text/font-initial-expected.checksum: Copied from LayoutTests/platform/mac/fast/text/font-initial-expected.checksum.
266 * platform/mac-leopard/fast/text/font-initial-expected.png: Copied from LayoutTests/platform/mac/fast/text/font-initial-expected.png.
267 * platform/mac/fast/text/font-initial-expected.checksum: Removed.
268 * platform/mac/fast/text/font-initial-expected.png: Removed.
269 * platform/mac/fast/text/font-initial-expected.txt:
270 * platform/win/Skipped:
272 2007-12-12 Justin Garcia <justin.garcia@apple.com>
274 Reviewed by Darin Adler.
276 <rdar://problem/5433862> Mail crashes at WebCore::highestAncestor() when deleting a particular selection
278 * editing/deleting/5433862-1-expected.txt: Added.
279 * editing/deleting/5433862-1.html: Added.
280 * editing/deleting/5433862-2.html: Added.
281 * platform/mac/editing/deleting/5433862-2-expected.checksum: Added.
282 * platform/mac/editing/deleting/5433862-2-expected.txt: Added.
284 2007-12-12 Dan Bernstein <mitz@apple.com>
286 Reviewed by John Sullivan.
288 - test for a bug in debug builds only where selecting an earlier item in
289 a popup selects the first item
291 * fast/forms/menulist-selection-reset-expected.txt: Added.
292 * fast/forms/menulist-selection-reset.html: Added.
294 2007-12-12 Beth Dakin <bdakin@apple.com>
298 Updated pixel results from my recent SVG change.
300 * svg/custom/inline-svg-in-xhtml-expected.checksum: Added.
301 * svg/custom/inline-svg-in-xhtml-expected.png: Added.
303 2007-12-12 Anders Carlsson <andersca@apple.com>
307 <rdar://problem/5132003>
308 dumpResourceLoadCallbacks is not implemented in DRT on Windows.
310 Remove now passing tests.
312 * platform/win/Skipped:
314 2007-12-12 Alexey Proskuryakov <ap@webkit.org>
316 Reviewed by Adam Roben.
318 Results corrected by a fix to EventSender.
320 * platform/win/fast/events/keyLocation-numpad-expected.txt:
322 2007-12-12 Alexey Proskuryakov <ap@webkit.org>
326 http://bugs.webkit.org/show_bug.cgi?id=16410
327 Implement isKeypadEvent() on Windows
329 * platform/win/fast/events/keyLocation-numpad-expected.txt: Added.
330 * platform/win/fast/events/keyLocation-numpad.html: Added.
332 2007-12-12 Alexey Proskuryakov <ap@webkit.org>
336 http://bugs.webkit.org/show_bug.cgi?id=15248
337 Can not enter accented characters using alt-numeric keypad
339 * platform/win/fast/events/alt-numpad-expected.txt: Added.
340 * platform/win/fast/events/alt-numpad.html: Added.
342 2007-12-12 Oliver Hunt <oliver@apple.com>
346 <rdar://problem/5071781> window.mouseout events are not
347 sent to window when mouse moves out of window
349 Layout tests to make sure we correctly handle mouse out
350 on the window object.
352 * fast/events/mouseout-on-window-expected.txt: Added.
353 * fast/events/mouseout-on-window.html: Added.
355 2007-12-11 Dan Bernstein <mitz@apple.com>
357 Reviewed by Maciej Stachowiak.
359 - removed now-passing tests
361 * platform/win/Skipped:
363 2007-12-11 Dan Bernstein <mitz@apple.com>
365 Reviewed by Mark Rowe and Sam Weinig too!
367 - removed tests that pass when Helvetica Oblique and Helvetica
368 Bold Oblique are available.
370 * platform/win/Skipped:
372 2007-12-11 Beth Dakin <bdakin@apple.com>
376 Tests for <rdar://problem/5641255> SVGs with width and height 100%
377 fail to render when used as background images
379 * fast/backgrounds/resources/balloon.svg: Added.
380 * fast/backgrounds/resources/eyes.svg: Added.
381 * fast/backgrounds/resources/hearts.svg: Added.
382 * fast/backgrounds/resources/linguistics.svg: Added.
383 * fast/backgrounds/resources/map.svg: Added.
384 * fast/backgrounds/resources/mouse-repel.svg: Added.
385 * fast/backgrounds/svg-as-background-1.html: Added.
386 * fast/backgrounds/svg-as-background-2.html: Added.
387 * fast/backgrounds/svg-as-background-3.html: Added.
388 * fast/backgrounds/svg-as-background-4.html: Added.
389 * fast/backgrounds/svg-as-background-5.html: Added.
390 * fast/backgrounds/svg-as-background-6.html: Added.
391 * platform/mac/fast/backgrounds/svg-as-background-1-expected.checksum: Added.
392 * platform/mac/fast/backgrounds/svg-as-background-1-expected.png: Added.
393 * platform/mac/fast/backgrounds/svg-as-background-1-expected.txt: Added.
394 * platform/mac/fast/backgrounds/svg-as-background-2-expected.checksum: Added.
395 * platform/mac/fast/backgrounds/svg-as-background-2-expected.png: Added.
396 * platform/mac/fast/backgrounds/svg-as-background-2-expected.txt: Added.
397 * platform/mac/fast/backgrounds/svg-as-background-3-expected.checksum: Added.
398 * platform/mac/fast/backgrounds/svg-as-background-3-expected.png: Added.
399 * platform/mac/fast/backgrounds/svg-as-background-3-expected.txt: Added.
400 * platform/mac/fast/backgrounds/svg-as-background-4-expected.checksum: Added.
401 * platform/mac/fast/backgrounds/svg-as-background-4-expected.png: Added.
402 * platform/mac/fast/backgrounds/svg-as-background-4-expected.txt: Added.
403 * platform/mac/fast/backgrounds/svg-as-background-5-expected.checksum: Added.
404 * platform/mac/fast/backgrounds/svg-as-background-5-expected.png: Added.
405 * platform/mac/fast/backgrounds/svg-as-background-5-expected.txt: Added.
406 * platform/mac/fast/backgrounds/svg-as-background-6-expected.checksum: Added.
407 * platform/mac/fast/backgrounds/svg-as-background-6-expected.png: Added.
408 * platform/mac/fast/backgrounds/svg-as-background-6-expected.txt: Added.
410 2007-12-11 Nikolas Zimmermann <zimmermann@kde.org>
412 Rubberstamped by Mark.
414 Add missing tests - their results have already been checked in over a month ago - I forgot to commit the tests itself.
416 * svg/custom/alignment-baseline-modes.svg: Added.
417 * svg/custom/dominant-baseline-hanging.svg: Added.
418 * svg/custom/dominant-baseline-modes.svg: Added.
420 2007-12-11 Nikolas Zimmermann <zimmermann@kde.org>
422 Rubberstamped by Mark.
424 Update pixel test results now that filters are disabled.
426 * platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.checksum:
427 * platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.png:
428 * platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.checksum:
429 * platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
430 * platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.checksum:
431 * platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.png:
432 * platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.checksum:
433 * platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
434 * platform/mac/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.checksum:
435 * platform/mac/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.png:
436 * platform/mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.checksum:
437 * platform/mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png:
438 * platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.checksum:
439 * platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.png:
440 * platform/mac/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.checksum:
441 * platform/mac/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.png:
442 * platform/mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.checksum:
443 * platform/mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.png:
444 * platform/mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.checksum:
445 * platform/mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.png:
446 * platform/mac/svg/W3C-SVG-1.1/filters-offset-01-b-expected.checksum:
447 * platform/mac/svg/W3C-SVG-1.1/filters-offset-01-b-expected.png:
448 * platform/mac/svg/W3C-SVG-1.1/filters-specular-01-f-expected.checksum:
449 * platform/mac/svg/W3C-SVG-1.1/filters-specular-01-f-expected.png:
450 * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.checksum:
451 * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.png:
452 * platform/mac/svg/custom/empty-merge-expected.checksum:
453 * platform/mac/svg/custom/empty-merge-expected.png:
454 * platform/mac/svg/custom/feComponentTransfer-Discrete-expected.checksum:
455 * platform/mac/svg/custom/feComponentTransfer-Discrete-expected.png:
456 * platform/mac/svg/custom/feComponentTransfer-Gamma-expected.checksum:
457 * platform/mac/svg/custom/feComponentTransfer-Gamma-expected.png:
458 * platform/mac/svg/custom/feComponentTransfer-Linear-expected.checksum:
459 * platform/mac/svg/custom/feComponentTransfer-Linear-expected.png:
460 * platform/mac/svg/custom/feComponentTransfer-Table-expected.checksum:
461 * platform/mac/svg/custom/feComponentTransfer-Table-expected.png:
462 * platform/mac/svg/custom/feDisplacementMap-01-expected.checksum:
463 * platform/mac/svg/custom/feDisplacementMap-01-expected.png:
464 * platform/mac/svg/custom/image-with-transform-clip-filter-expected.checksum:
465 * platform/mac/svg/custom/image-with-transform-clip-filter-expected.png:
466 * platform/mac/svg/custom/non-opaque-filters-expected.checksum:
467 * platform/mac/svg/custom/non-opaque-filters-expected.png:
468 * platform/mac/svg/custom/text-filter-expected.checksum:
469 * platform/mac/svg/custom/text-filter-expected.png:
470 * platform/mac/svg/custom/visibility-override-filter-expected.checksum:
471 * platform/mac/svg/custom/visibility-override-filter-expected.png:
472 * svg/batik/filters/filterRegions-expected.checksum:
473 * svg/batik/filters/filterRegions-expected.png:
474 * svg/batik/text/textFeatures-expected.checksum:
475 * svg/batik/text/textFeatures-expected.png:
476 * svg/custom/js-svg-constructors-expected.checksum:
477 * svg/custom/js-svg-constructors-expected.png:
479 2007-12-11 Dan Bernstein <mitz@apple.com>
481 Reviewed by Darin Adler.
483 - test for <rdar://problem/5631507> Text doesn't wrap properly at Tamil version of Wikipedia
485 * fast/text/international/complex-character-based-fallback.html: Added.
486 * platform/mac-leopard/fast/text/international/complex-character-based-fallback-expected.checksum: Added.
487 * platform/mac-leopard/fast/text/international/complex-character-based-fallback-expected.png: Added.
488 * platform/mac/fast/text/international/complex-character-based-fallback-expected.txt: Added.
489 * platform/win/fast/text: Added.
490 * platform/win/fast/text/international: Added.
491 * platform/win/fast/text/international/complex-character-based-fallback-expected.checksum: Added.
492 * platform/win/fast/text/international/complex-character-based-fallback-expected.png: Added.
493 * platform/win/fast/text/international/complex-character-based-fallback-expected.txt: Added.
495 2007-12-07 Alexey Proskuryakov <ap@webkit.org>
499 <rdar://problem/5535636>
500 Have to press 4 times instead of 2 times to get the expected result of ^^ with german keyboard.
502 http://bugs.webkit.org/show_bug.cgi?id=13916
503 JavaScript detects Tab as a character input on a textfield validation
505 * platform/win/fast/events: Added.
506 * platform/win/fast/events/double-dead-char-expected.txt: Added.
507 * platform/win/fast/events/double-dead-char.html: Added.
508 * fast/events/key-events-in-input-button.html: Added
509 * fast/events/key-events-in-input-button-expected.txt: Added
510 * fast/events/key-events-in-input-text.html: Added
511 * fast/events/key-events-in-input-text-expected.txt: Added
513 * fast/events/access-key-self-destruct.html:
514 * fast/forms/listbox-onchange.html:
515 * fast/forms/listbox-selection.html:
516 * fast/forms/access-key.html:
517 * fast/forms/legend-access-key.html:
518 * fast/forms/enter-clicks-buttons.html:
519 * fast/forms/check-box-enter-key.html:
520 * fast/forms/button-enter-click.html:
521 * fast/events/onsearch-enter.html:
522 * fast/events/onchange-passwordfield.html:
523 * fast/events/onchange-searchfield.html:
524 * fast/events/onchange-textfield.html:
525 Use eventSender instead of DOM events, because it emulates the real user action much better,
526 and we weren't getting cross-browser compatibility for the tests anyway.
528 * fast/events/frame-tab-focus.html:
529 * fast/html/tab-order.html:
530 * fast/forms/select-enter-key.html:
531 * fast/forms/focus2-expected.txt:
532 * fast/forms/focus2.html:
533 * fast/events/option-tab.html:
534 Dispatch a keydown instead of keypress, as this is when default processing is now done.
535 Possibly, it would be better stiull to use eventSender here, as well.
537 * fast/forms/onchange-enter-submit.html:
538 * fast/forms/select-double-onchange.html:
539 * fast/forms/textfield-onchange-deletion.html:
540 The correct code is '\r', not '\n' - previously, the difference was lost while converting
541 events back and forth.
543 * fast/forms/search-event-delay.html: Use a new named key to dispatch backspace - the
544 character code for it is cross-platform, but key code is not.
545 Also changed the test to call notifyDone() from a timer - otherwise, DRT would hang as
546 WM_KEYUP was dispatched after WM_QUIT. I tried and couldn't make DRT work, but I'm
547 fairly confident that this issue doesn't affect Safari.
549 * fast/events/keydown-keypress-preventDefault-expected.txt:
550 * fast/events/keydown-keypress-preventDefault.html:
551 This test claimed that its expacted behavior matched both IE and Firefox, but it did not.
554 * fast/events/js-keyboard-event-creation-expected.txt:
555 * fast/events/js-keyboard-event-creation.html:
556 This test was problematic, because it was tabbing out to chrome, and that doesn't work
557 well in DRT. I have added another input for it to have a nicer target.
559 * platform/mac/fast/events/objc-event-api-expected.txt:
560 Updated for new behavior:
561 - eventSender.keyDown() now dispatches a keyUp, too;
562 - raw events do not have charCode;
563 - keypresses do not have keyIdentifiers.
565 2007-12-10 Oliver Hunt <oliver@apple.com>
567 Reviewed by Weinig, Dan and Alexey.
569 Layout test to confirm correct character encoding is used to
570 load dynamically loaded scripts.
572 * fast/encoding/no-charset-on-dynamic-script-load.html: Added.
573 * fast/encoding/resources/dynamic-load-target.js: Added.
575 2007-12-10 Justin Garcia <justin.garcia@apple.com>
577 Reviewed by Oliver Hunt.
579 <rdar://problem/5482023> GoogleDocs: After performing FormatBlock in an empty document, certain functions are disabled
581 * editing/execCommand/5482023.html: Added.
582 * platform/mac/editing/execCommand/5482023-expected.checksum: Added.
583 * platform/mac/editing/execCommand/5482023-expected.png: Added.
584 * platform/mac/editing/execCommand/5482023-expected.txt: Added.
586 2007-12-10 Darin Adler <darin@apple.com>
588 Reviewed by Sam Weinig.
590 - test for http://bugs.webkit.org/show_bug.cgi?id=16379
591 REGRESSION(r28525): Failures in http/tests/xmlhttprequest/response-encoding.html and
592 fast/dom/xmlhttprequest-html-response-encoding.html
593 and <rdar://problem/5640230> REGRESSION (306A4-ToT): Access violation in PCRE function
594 find_firstassertedchar
596 * fast/js/regexp-find-first-asserted-expected.txt: Added.
597 * fast/js/regexp-find-first-asserted.html: Added.
598 * fast/js/resources/regexp-find-first-asserted.js: Added.
600 2007-12-10 Antti Koivisto <antti@apple.com>
604 The load events could fire before the event listener was registered making these tests fail occasionally.
606 No changes to test results.
608 * media/video-source-media.html:
609 * media/video-source-type.html:
610 * media/video-source.html:
611 * media/video-src-remove.html:
612 * media/video-src-source.html:
613 * media/video-src.html:
614 * media/video-test.js:
616 2007-12-10 Stephanie <slewis@apple.com>
618 Rubber-stamped by Sam.
620 Check in correct results
622 * svg/custom/resource-client-removal-expected.txt:
624 2007-12-10 Rob Buis <buis@kde.org>
629 http://bugs.webkit.org/show_bug.cgi?id=16182
630 SVG should disable antialiasing for shape-rendering="crispEdges"
632 * svg/custom/shape-rendering-expected.checksum: Added.
633 * svg/custom/shape-rendering-expected.png: Added.
634 * svg/custom/shape-rendering-expected.txt: Added.
635 * svg/custom/shape-rendering.svg: Added.
637 2007-12-09 Rob Buis <buis@kde.org>
642 http://bugs.webkit.org/show_bug.cgi?id=16163
643 SVG crash in Node::setChanged() on Debug builds only (trashed parent)
645 * svg/custom/resource-client-removal-expected.checksum: Added.
646 * svg/custom/resource-client-removal-expected.png: Added.
647 * svg/custom/resource-client-removal-expected.txt: Added.
648 * svg/custom/resource-client-removal.svg: Added.
650 2007-12-10 David D. Kilzer <ddkilzer@webkit.org>
652 Bug 9683: Implement select.options.remove() method
653 <http://bugs.webkit.org/show_bug.cgi?id=9683>
657 * fast/js/resources/select-options-remove.js: Added.
658 * fast/js/select-options-remove-expected.txt: Added.
659 * fast/js/select-options-remove-gc-expected.txt: Added.
660 * fast/js/select-options-remove-gc.html: Added.
661 * fast/js/select-options-remove.html: Added.
663 2007-12-10 Alexey Proskuryakov <ap@webkit.org>
665 Removed fast/events/objc-keyboard-event-creation.html from skipped list, as this test has
666 been moved to platform/mac long ago.
668 * platform/win/Skipped:
670 2007-12-09 Oliver Hunt <oliver@apple.com>
674 Somehow I managed to not check in new expected results
677 * svg/dom/path-parser-expected.txt:
679 2007-12-09 Oliver Hunt <oliver@apple.com>
683 Prevent unlimited iteration in the case of invalid path data.
685 The only path commands that can leave numbers trailing the command processing
686 are 'm' and 'M', in which trailing numbers are parsed as arguments to an
687 implicit lineto command. In any case we should just terminate as an invalid
690 * svg/dom/path-parser-expected.txt:
691 * svg/dom/path-parser.html:
693 2007-12-08 Sam Weinig <sam@webkit.org>
695 Rubber-stamped by Adam Roben.
697 * fast/dom/Window/window-resize-and-move-arguments.html: Make the window small enough
698 that this test won't fail on systems with lower resolutions.
700 2007-12-08 Oliver Hunt <oliver@apple.com>
704 Split the ENABLE_SVG_EXPERIMENTAL_FEATURES flag into separate flags.
706 Fixes <rdar://problem/5620249> Must disable SVG animation
707 <rdar://problem/5612772> Disable SVG filters on Mac to match Windows behavior
709 These layout test changes are caused by some of the experimental
710 features no longer being enabled by default.
712 * fast/dom/Window/window-properties-expected.txt:
713 * platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt:
714 * platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.txt:
715 * platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt:
716 * platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt:
717 * platform/mac/svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt:
718 * platform/mac/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.txt:
719 * platform/mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt:
720 * platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt:
721 * platform/mac/svg/W3C-SVG-1.1/filters-felem-01-b-expected.txt:
722 * platform/mac/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.txt:
723 * platform/mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt:
724 * platform/mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.txt:
725 * platform/mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt:
726 * platform/mac/svg/W3C-SVG-1.1/filters-offset-01-b-expected.txt:
727 * platform/mac/svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt:
728 * platform/mac/svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt:
729 * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt:
730 * platform/mac/svg/custom/empty-merge-expected.txt:
731 * platform/mac/svg/custom/feComponentTransfer-Discrete-expected.txt:
732 * platform/mac/svg/custom/feComponentTransfer-Gamma-expected.txt:
733 * platform/mac/svg/custom/feComponentTransfer-Linear-expected.txt:
734 * platform/mac/svg/custom/feComponentTransfer-Table-expected.txt:
735 * platform/mac/svg/custom/feDisplacementMap-01-expected.txt:
736 * platform/mac/svg/custom/filter-source-alpha-expected.txt:
737 * platform/mac/svg/custom/image-with-transform-clip-filter-expected.txt:
738 * platform/mac/svg/custom/invalid-css-expected.txt:
739 * platform/mac/svg/custom/non-opaque-filters-expected.txt:
740 * platform/mac/svg/custom/text-filter-expected.txt:
741 * platform/mac/svg/custom/visibility-override-filter-expected.txt:
742 * svg/batik/filters/filterRegions-expected.txt:
743 * svg/batik/text/textEffect-expected.txt:
744 * svg/batik/text/textEffect3-expected.txt:
745 * svg/batik/text/textFeatures-expected.txt:
746 * svg/batik/text/textProperties-expected.txt:
747 * svg/custom/js-svg-constructors-expected.txt:
748 * svg/dom/font-face-elements-expected.txt:
749 * svg/webarchive/svg-feimage-subresources-expected.txt:
751 2007-12-08 Sam Weinig <sam@webkit.org>
755 Test that calling window scrolling, moving and resizing methods with
756 less than 2 arguments is not allowed and that calling them with more
759 * fast/dom/Window/window-resize-and-move-arguments-expected.txt: Added.
760 * fast/dom/Window/window-resize-and-move-arguments.html: Added.
761 * fast/dom/Window/window-scroll-arguments-expected.txt: Added.
762 * fast/dom/Window/window-scroll-arguments.html: Added.
763 * http/tests/security/cross-frame-access-get-expected.txt:
765 2007-12-08 Dan Bernstein <mitz@apple.com>
767 Reviewed by Adele Peterson.
769 - test that re-inserting a parser-generated <style> element applies its
772 * fast/dom/HTMLStyleElement: Added.
773 * fast/dom/HTMLStyleElement/insert-parser-generated.html: Added.
774 * platform/mac/fast/dom/HTMLStyleElement: Added.
775 * platform/mac/fast/dom/HTMLStyleElement/insert-parser-generated-expected.checksum: Added.
776 * platform/mac/fast/dom/HTMLStyleElement/insert-parser-generated-expected.png: Added.
777 * platform/mac/fast/dom/HTMLStyleElement/insert-parser-generated-expected.txt: Added.
779 2007-12-08 Rob Buis <buis@kde.org>
784 http://bugs.webkit.org/show_bug.cgi?id=15464
785 SVGLengthList allows bad values
787 * svg/custom/invalid-lengthlist-expected.checksum: Added.
788 * svg/custom/invalid-lengthlist-expected.png: Added.
789 * svg/custom/invalid-lengthlist-expected.txt: Added.
790 * svg/custom/invalid-lengthlist.svg: Added.
791 * svg/dom/length-list-parser-expected.txt:
793 2007-12-07 Antti Koivisto <antti@apple.com>
797 Test video painting when transform is applied.
799 * media/video-paint-test.js: Added.
800 * media/video-transformed.html: Added.
801 * platform/mac/media/video-transformed-expected.checksum: Added.
802 * platform/mac/media/video-transformed-expected.png: Added.
803 * platform/mac/media/video-transformed-expected.txt: Added.
805 2007-12-07 Dan Bernstein <mitz@apple.com>
807 Reviewed by Sam Weinig.
809 - test for http://bugs.webkit.org/show_bug.cgi?id=16348
810 @font-face does not affect the default style
812 * fast/css/font-face-default-font.html: Added.
813 * platform/mac-leopard/fast/css: Added.
814 * platform/mac-leopard/fast/css/font-face-default-font-expected.checksum: Added.
815 * platform/mac-leopard/fast/css/font-face-default-font-expected.png: Added.
816 * platform/mac/fast/css/font-face-default-font-expected.txt: Added.
818 2007-12-07 Darin Adler <darin@apple.com>
822 - test for <rdar://problem/5608795> CrashTracer: 481 crashes in Safari
823 at WebCore::HTMLSelectElement::saveState const + 152
825 * fast/forms/select-set-inner-expected.txt: Added.
826 * fast/forms/select-set-inner.html: Added.
828 2007-12-07 Dan Bernstein <mitz@apple.com>
830 Reviewed by Darin Adler.
832 - repaint test for <rdar://problem/5499918> REGRESSION: insertion point in input field with custom border cuts holes in focus ring interior edges
834 * fast/repaint/focus-ring.html: Added.
835 * platform/mac/fast/repaint/focus-ring-expected.checksum: Added.
836 * platform/mac/fast/repaint/focus-ring-expected.png: Added.
837 * platform/mac/fast/repaint/focus-ring-expected.txt: Added.
839 2007-12-07 Dan Bernstein <mitz@apple.com>
841 Reviewed by Darin Adler.
843 - test for http://bugs.webkit.org/show_bug.cgi?id=16334
844 <rdar://problem/5634923> REGRESSION (r28299): Homepage of any DotMac Web Gallery won't load completely
846 * fast/dynamic/subtree-no-common-root-static-y.html: Added.
847 * platform/mac/fast/dynamic/subtree-no-common-root-static-y-expected.checksum: Added.
848 * platform/mac/fast/dynamic/subtree-no-common-root-static-y-expected.png: Added.
849 * platform/mac/fast/dynamic/subtree-no-common-root-static-y-expected.txt: Added.
851 2007-12-07 Alexey Proskuryakov <ap@webkit.org>
855 http://bugs.webkit.org/show_bug.cgi?id=16325
856 <rdar://problem/5632997> REGRESSION: www.xerox.ru doesn't work
858 * http/tests/misc/empty-cookie-expected.txt: Added.
859 * http/tests/misc/empty-cookie.html: Added.
861 2007-12-06 Alexey Proskuryakov <ap@webkit.org>
865 http://bugs.webkit.org/show_bug.cgi?id=16091
866 JSCRE needs to import the PCRE test suite
868 We can use two files from PCRE test suite, as others either test for features not supported
869 in JS, or use internal debugging facilities of PCRE.
871 The files are checked in almost unmodified, I have only converted them to UTF-8 and removed two
872 huge test cases that were completely incompatible with JSC, and were polluting the output.
874 Many of the failures in results are just legitimate differences in behavior or possibly
875 problems with the test runner, but some may be genuine bugs and even regressions in JSC.
878 * fast/regex/pcre-test-runner.js: Added.
879 * fast/regex/test1-expected.txt: Added.
880 * fast/regex/test1.html: Added.
881 * fast/regex/test4-expected.txt: Added.
882 * fast/regex/test4.html: Added.
883 * fast/regex/testinput1: Added.
884 * fast/regex/testinput4: Added.
885 * fast/regex/testoutput1: Added.
886 * fast/regex/testoutput4: Added.
888 2007-12-06 Dan Bernstein <mitz@apple.com>
890 - updated render tree results for r28483
892 * svg/batik/text/textEffect2-expected.txt:
893 * svg/batik/text/textProperties-expected.txt:
895 2007-12-06 Geoffrey Garen <ggaren@apple.com>
897 Reviewed by Sam Weinig.
899 Test for http://bugs.webkit.org/show_bug.cgi?id=16328
900 REGRESSION (r28470): Crash expanding a GMail conversation
902 * fast/frames/location-put-after-removal.html: Added.
903 * fast/frames/resources/location-put-after-removal-frame.html: Added.
904 * fast/frames/resources/location-put-after-removal-frame-expected.txt: Updated.
906 2007-12-06 Darin Adler <darin@apple.com>
908 Reviewed by Eric Seidel.
910 - fix http://bugs.webkit.org/show_bug.cgi?id=16321
911 new RegExp("[\u0097]{4,6}", "gmy") crashes in DEBUG builds
912 <rdar://problem/5632992>
914 * fast/js/regexp-overflow-expected.txt: Updated.
915 * fast/js/resources/regexp-overflow.js: Added test.
917 2007-12-06 Adele Peterson <adele@apple.com>
921 Fix <rdar://problem/5631356> Toggling display property on video causes controls to get lost
923 * media/video-display-toggle.html: Added.
924 * platform/mac/media/video-display-toggle-expected.checksum: Added.
925 * platform/mac/media/video-display-toggle-expected.png: Added.
926 * platform/mac/media/video-display-toggle-expected.txt: Added.
928 2007-12-05 Rob Buis <buis@kde.org>
933 http://bugs.webkit.org/show_bug.cgi?id=15289
934 WebKit does not respect clip paths of a 0x0 rect
936 * platform/mac/svg/W3C-SVG-1.1/masking-path-04-b-expected.png:
937 * platform/mac/svg/W3C-SVG-1.1/masking-path-04-b-expected.txt:
938 * platform/mac/svg/batik/text/textEffect2-expected.checksum:
939 * platform/mac/svg/batik/text/textEffect2-expected.png:
940 * platform/mac/svg/batik/text/textProperties-expected.checksum:
941 * platform/mac/svg/batik/text/textProperties-expected.png:
942 * svg/custom/empty-clip-path-expected.checksum: Added.
943 * svg/custom/empty-clip-path-expected.png: Added.
944 * svg/custom/empty-clip-path-expected.txt: Added.
945 * svg/custom/empty-clip-path.svg: Added.
947 2007-12-05 Alice Liu <alice.liu@apple.com>
951 Addressed <rdar://problem/5137284> fast/events/mouseout-dead-node.html fails on boomer
953 * fast/events/mouseout-dead-node.html:
954 Changed the questionable calls to mouseUp() to mouseMoveTo() to better simulate mouseovers
955 * platform/win/Skipped:
956 removed this test from skipped file
958 2007-12-05 Adam Roben <aroben@apple.com>
960 * platform/win/Skipped: Add a crashing test.
962 2007-12-05 Adam Roben <aroben@apple.com>
964 * platform/win/Skipped: Add another test failing due to fonts.
966 2007-12-05 Dan Bernstein <mitz@apple.com>
968 Reviewed by Adam Roben.
970 - adding a test for http://bugs.webkit.org/show_bug.cgi?id=16097
972 * fast/dom/ImageDocument-image-deletion-expected.txt: Added.
973 * fast/dom/ImageDocument-image-deletion.html: Added.
975 2007-12-04 Adele Peterson <adele@apple.com>
979 Test for <rdar://problem/5499918> REGRESSION: insertion point in input field with custom border cuts holes in focus ring interior edges
981 * fast/forms/textfield-outline.html: Added.
982 * platform/mac/fast/forms/textfield-outline-expected.checksum: Added.
983 * platform/mac/fast/forms/textfield-outline-expected.png: Added.
984 * platform/mac/fast/forms/textfield-outline-expected.txt: Added.
986 2007-12-04 Sam Weinig <sam@webkit.org>
988 Reviewed by Adam Roben.
990 Remove http/tests/incremental/frame-focus-before-load.html from the skipped list
991 as it is no longer crashing. <rdar://problem/5507278>
993 * platform/win/Skipped:
995 2007-12-04 Adele Peterson <adele@apple.com>
999 Test for <rdar://problem/5622464> controls should show up for audio element
1001 * media/audio-controls-rendering.html: Added.
1002 * platform/mac/media/audio-controls-rendering-expected.checksum: Added.
1003 * platform/mac/media/audio-controls-rendering-expected.png: Added.
1004 * platform/mac/media/audio-controls-rendering-expected.txt: Added.
1006 2007-11-27 Adam Roben <aroben@apple.com>
1008 Remove a now-passing test from the Windows Skipped file
1012 * platform/win/Skipped:
1014 2007-12-03 Antti Koivisto <antti@apple.com>
1018 Test for <rdar://problem/5624802>
1019 Controller displays outside of <video> element when width and height aren't specified
1021 * media/remove-from-document.html: Improve coverage by doing relayout before finishing.
1022 * media/video-controls-rendering.html: Added.
1023 * platform/mac/media/video-controls-rendering-expected.checksum: Added.
1024 * platform/mac/media/video-controls-rendering-expected.png: Added.
1025 * platform/mac/media/video-controls-rendering-expected.txt: Added.
1027 2007-12-04 Darin Adler <darin@apple.com>
1031 - test for first part of http://bugs.webkit.org/show_bug.cgi?id=16220
1032 <rdar://problem/5625221> Crash opening www.news.com (CNet)
1034 * fast/js/regexp-overflow-expected.txt: Updated.
1035 * fast/js/resources/regexp-overflow.js: Added test cases.
1037 2007-12-03 Dan Bernstein <mitz@apple.com>
1039 Reviewed by Darin Adler.
1041 - remove passing test
1043 * platform/win/Skipped:
1045 2007-12-03 Dan Bernstein <mitz@apple.com>
1047 Reviewed by Dave Hyatt.
1049 - test for <rdar://problem/5346452> Resize event doesn't fire on body element inside a frame
1051 * fast/events/resize-subframe-expected.txt: Added.
1052 * fast/events/resize-subframe.html: Added.
1054 2007-12-03 Darin Adler <darin@apple.com>
1058 - test for http://bugs.webkit.org/show_bug.cgi?id=15618
1059 <rdar://problem/5619353> REGRESSION: Stack overflow/crash in KJS::equal (15618)
1061 * fast/js/recursion-limit-equal-expected.txt: Added.
1062 * fast/js/recursion-limit-equal.html: Added.
1063 * fast/js/resources/recursion-limit-equal.js: Added.
1065 2007-12-03 Dan Bernstein <mitz@apple.com>
1067 Reviewed by Darin Adler.
1069 - added a test of the behavior of getIntIdentifier with the integers
1072 * plugins/getintidentifier-special-values-expected.txt: Added.
1073 * plugins/getintidentifier-special-values.html: Added.
1075 2007-12-03 Rob Buis <buis@kde.org>
1080 http://bugs.webkit.org/show_bug.cgi?id=15767
1081 Text decorations do not respect "visibility" property
1083 * svg/custom/text-decoration-visibility-expected.checksum: Added.
1084 * svg/custom/text-decoration-visibility-expected.png: Added.
1085 * svg/custom/text-decoration-visibility-expected.txt: Added.
1086 * svg/custom/text-decoration-visibility.svg: Added.
1088 2007-12-03 Alice Liu <alice.liu@apple.com>
1090 Removing passing tests
1092 * platform/win/Skipped:
1094 2007-12-03 Nikolas Zimmermann <zimmermann@kde.org>
1098 Add new testcase verifying that CSS selectors don't affect the non-exposed SVG shadow tree.
1100 * platform/mac/svg/custom/use-css-no-effect-on-shadow-tree-expected.checksum: Added.
1101 * platform/mac/svg/custom/use-css-no-effect-on-shadow-tree-expected.png: Added.
1102 * platform/mac/svg/custom/use-css-no-effect-on-shadow-tree-expected.txt: Added.
1103 * svg/custom/use-css-no-effect-on-shadow-tree.svg: Added.
1105 2007-12-03 Nikolas Zimmermann <zimmermann@kde.org>
1107 Rubber stamped by Mark.
1109 Commit missing layout test results from my last commit (fix for bug 15403)
1111 * platform/mac/svg/custom/deep-dynamic-updates-expected.checksum:
1112 * platform/mac/svg/custom/deep-dynamic-updates-expected.png:
1113 * platform/mac/svg/custom/deep-dynamic-updates-expected.txt:
1114 * platform/mac/svg/custom/image-clipped-hit-expected.checksum:
1115 * platform/mac/svg/custom/image-clipped-hit-expected.png:
1116 * platform/mac/svg/custom/image-clipped-hit-expected.txt:
1117 * platform/mac/svg/custom/use-clipped-hit-expected.checksum:
1118 * platform/mac/svg/custom/use-clipped-hit-expected.png:
1119 * platform/mac/svg/custom/use-clipped-hit-expected.txt:
1120 * platform/mac/svg/custom/use-css-events-expected.checksum:
1121 * platform/mac/svg/custom/use-css-events-expected.png:
1123 2007-12-03 Dan Bernstein <mitz@apple.com>
1125 Reviewed by Adam Roben.
1127 - test for <rdar://problem/5538651> REGRESSSION: domfuzz: null deref in WebCore::Document::canReplaceChild
1129 * fast/dom/Document/replaceChild-null-oldChild-expected.txt: Added.
1130 * fast/dom/Document/replaceChild-null-oldChild.html: Added.
1131 * fast/dom/Document/resources/replaceChild-null-oldChild.js: Added.
1133 2007-12-02 Darin Adler <darin@apple.com>
1137 - test for http://bugs.webkit.org/show_bug.cgi?id=15848
1138 <rdar://problem/5619330> REGRESSION: Assertion failure viewing comments page on digg.com
1140 * fast/js/resources/sparse-array.js: Added.
1141 * fast/js/sparse-array-expected.txt: Added.
1142 * fast/js/sparse-array.html: Added.
1144 2007-12-02 Darin Adler <darin@apple.com>
1148 - tests for table-related HTMLCollection classes for misnested
1149 tables and for <rdar://problem/5601995> Hang/crash on http://ebay-uk.custhelp.com/
1151 * fast/dom/HTMLTableElement/resources: Added.
1152 * fast/dom/HTMLTableElement/resources/TEMPLATE.html: Added.
1153 * fast/dom/HTMLTableElement/resources/rows.js: Added.
1154 * fast/dom/HTMLTableElement/resources/tBodies.js: Added.
1155 * fast/dom/HTMLTableElement/rows-expected.txt: Added.
1156 * fast/dom/HTMLTableElement/rows.html: Added.
1157 * fast/dom/HTMLTableElement/tBodies-expected.txt: Added.
1158 * fast/dom/HTMLTableElement/tBodies.html: Added.
1159 * fast/dom/HTMLTableRowElement: Added.
1160 * fast/dom/HTMLTableRowElement/cells-expected.txt: Added.
1161 * fast/dom/HTMLTableRowElement/cells.html: Added.
1162 * fast/dom/HTMLTableRowElement/insertCell-expected.txt: Added.
1163 * fast/dom/HTMLTableRowElement/insertCell.html: Added.
1164 * fast/dom/HTMLTableRowElement/resources: Added.
1165 * fast/dom/HTMLTableRowElement/resources/TEMPLATE.html: Added.
1166 * fast/dom/HTMLTableRowElement/resources/cells.js: Added.
1167 * fast/dom/HTMLTableSectionElement: Added.
1168 * fast/dom/HTMLTableSectionElement/resources: Added.
1169 * fast/dom/HTMLTableSectionElement/resources/TEMPLATE.html: Added.
1170 * fast/dom/HTMLTableSectionElement/resources/rows.js: Added.
1171 * fast/dom/HTMLTableSectionElement/rows-expected.txt: Added.
1172 * fast/dom/HTMLTableSectionElement/rows.html: Added.
1174 2007-12-01 Antti Koivisto <antti@apple.com>
1178 Test that removing a media element when it is loading does not crash.
1179 Test that media is paused when it is removed from the tree.
1181 * http/tests/media/remove-while-loading-expected.txt: Added.
1182 * http/tests/media/remove-while-loading.html: Added.
1183 * media/remove-from-document-expected.txt: Added.
1184 * media/remove-from-document.html: Added.
1186 2007-12-01 Julien Chaffraix <julien.chaffraix@gmail.com>
1188 Bug 16189: XMLHttpRequest::setRequestHeader() should not set certain headers
1190 Reviewed by Darin Adler.
1192 * http/tests/xmlhttprequest/set-dangerous-headers-expected.txt:
1193 * http/tests/xmlhttprequest/set-dangerous-headers.html: Added tests for new headers
1195 2007-12-01 Dan Bernstein <mitz@apple.com>
1197 Reviewed by Darin Adler.
1199 - test for <rdar://problem/5619240> REGRESSION (Leopard-r28069): Reproducible crash with a Mootools-based calendar picker (jump to null in FrameView::layout)
1201 * fast/dynamic/subtree-common-root-expected.txt: Added.
1202 * fast/dynamic/subtree-common-root.html: Added.
1204 2007-11-30 Eric Seidel <eric@webkit.org>
1209 http://bugs.webkit.org/show_bug.cgi?id=16127
1211 * fast/js/regexp-compile-crash-expected.txt: Added.
1212 * fast/js/regexp-compile-crash.html: Added.
1214 2007-11-30 Adam Roben <aroben@apple.com>
1216 Copy some cross-platform results into platform/win to avoid picking up the platform/mac versions
1218 * platform/win/fast/dom/Window/window-resize-expected.txt: Copied from LayoutTests/fast/dom/Window/window-resize-expected.txt.
1219 * platform/win/fast/dom/wrapper-classes-expected.txt: Copied from LayoutTests/fast/dom/wrapper-classes-expected.txt.
1221 2007-11-30 Darin Adler <darin@apple.com>
1223 Reviewed by Adam Roben.
1225 - test for http://bugs.webkit.org/show_bug.cgi?id=16207
1226 JavaScript regular expressions should match UTF-16 code units rather than characters
1228 * fast/js/regexp-non-bmp-expected.txt: Added.
1229 * fast/js/regexp-non-bmp.html: Added.
1230 * fast/js/resources/regexp-non-bmp.js: Added.
1232 2007-11-30 Adele Peterson <adele@apple.com>
1236 Test for http://bugs.webkit.org/show_bug.cgi?id=16072
1237 <rdar://problem/5463821> REGRESSION: Mousemove event isn't fired when mouse moves over scrollbar with pressed button
1239 * fast/events/mousemove-after-drag-over-scrollbar-expected.txt: Added.
1240 * fast/events/mousemove-after-drag-over-scrollbar.html: Added.
1242 2007-11-30 Alexey Proskuryakov <ap@webkit.org>
1244 * platform/win/Skipped: Added editing/selection/5241148.html, which crashes for me.
1246 2007-11-29 Holger Hans Peter Freyther <holger.freyther@trolltech.com>
1250 * Fix fast/events/mousedown_in_scrollbar.html
1251 * This test used to crash in PlatformScrollbarQt::mouse*Event due parent() returning 0.
1252 * Extend the current check that the scrollbar in the mev can be go away.
1253 This happens if we destroy a RenderLayer as the result of a click. In the
1254 case of Qt we can have this scrollbar in m_lastScrollbarUnderMouse. The RenderLayer
1255 is the ScrollbarClient, m_lastScrollbarUnderMouse is a RefPtr and keeps the
1256 last reference. When calling into this scrollbar the m_client pointer is a dangling pointer.
1257 We extend the check to set m_lastScrollbarUnderMouse back to zero when it was the
1258 scrollbar in the old mev and is gone in the new one.
1259 * This happens only on the Qt port because we send more/different move events.
1261 * platform/qt/Skipped:
1263 2007-11-29 Antti Koivisto <antti@apple.com>
1267 Test for video aspect ratio calculation.
1269 * media/video-aspect-ratio.html: Added.
1270 * platform/mac/media: Added.
1271 * platform/mac/media/video-aspect-ratio-expected.checksum: Added.
1272 * platform/mac/media/video-aspect-ratio-expected.png: Added.
1273 * platform/mac/media/video-aspect-ratio-expected.txt: Added.
1275 2007-11-29 Anders Carlsson <andersca@apple.com>
1279 <rdar://problem/5230478>
1280 FrameLoadDelegate callbacks are not dumped in DRT.
1282 Remove now passing tests.
1284 * platform/win/Skipped:
1286 2007-11-29 Alice Liu <alice.liu@apple.com>
1290 * platform/win/Skipped: Removed two Mac-specific tests.
1292 2007-11-29 Alice Liu <alice.liu@apple.com>
1294 Move incorrect, Mac-specific results of fast/dom/Window/window-resize.html into platform/mac and replace them with non-Mac results
1296 The incorrect results are tracked by <rdar://5563578>.
1300 * fast/dom/Window/window-resize-expected.txt: Replaced.
1301 * platform/mac/fast/dom/Window/window-resize-expected.txt: Copied from fast/dom/Window/window-resize-expected.txt.
1302 * platform/win/Skipped: Removed window-resize tests.
1304 2007-11-29 Sam Weinig <sam@webkit.org>
1308 Revert r28213 which added an error callback that was not needed and changed
1311 * storage/transaction_callback_exception_crash.html:
1313 2007-11-29 Alice Liu <alice.liu@apple.com>
1317 * platform/win/Skipped: Removed a passing test.
1319 2007-11-29 Alice Liu <alice.liu@apple.com>
1321 Group failures related to dumpResourceLoadCallbacks being unimplemented
1325 * platform/win/Skipped:
1327 2007-11-29 Alice Liu <alice.liu@apple.com>
1329 Group failures related to using Cygwin paths
1333 * platform/win/Skipped:
1335 2007-11-29 Brady Eidson <beidson@apple.com>
1339 Fixed a hang in the layout tests.
1340 My checkin earlier today broke things such that the transaction call errors out instead of succeeds.
1341 Therefore LayoutTestController is never notified that the test is done.
1343 This changes modifies the test such that the controller is notified of completion even if
1344 there's a transaction error.
1346 The net effect of this fix is to transform the hang to a single layout test failure, so people
1347 and the bots don't have their run-webkit-tests hang while I try to fix the real regression.
1349 * storage/transaction_callback_exception_crash.html:
1351 2007-11-29 Darin Adler <darin@apple.com>
1355 - test for http://bugs.webkit.org/show_bug.cgi?id=16191
1356 REGRESSION: cannot tab to radio input after setting checked to false
1358 * fast/forms/input-radio-checked-tab-expected.txt: Added.
1359 * fast/forms/input-radio-checked-tab.html: Added.
1361 2007-11-29 Alice Liu <alice.liu@apple.com>
1363 Move Mac-specific results of fast/dom/wrapper-classes.html into platform/mac and replace them with non-Mac results
1367 * fast/dom/wrapper-classes-expected.txt: Replaced.
1368 * platform/mac/fast/dom/wrapper-classes-expected.txt: Copied from fast/dom/wrapper-classes-expected.txt.
1370 2007-11-29 Alice Liu <alice.liu@apple.com>
1372 Group drag-n-drop related failures under one bug
1374 We don't know the specific causes of these failures, but we believe
1375 they're due to bugs in DRT's drag-n-drop implementation.
1379 * platform/win/Skipped:
1381 2007-11-29 Alice Liu <alice.liu@apple.com>
1385 * platform/win/Skipped: Removed another passing test.
1387 2007-11-29 Alice Liu <alice.liu@apple.com>
1391 * platform/win/Skipped: Recategorized one failing test and removed a
1394 2007-11-29 Alice Liu <alice.liu@apple.com>
1396 Removing <rdar://5507350> from skipped list because it's not failing.
1398 * platform/win/Skipped:
1400 2007-11-29 Anders Carlsson <andersca@apple.com>
1404 Move Mac-specific tests to platform/mac.
1406 * fast/events/objc-event-api-expected.txt: Removed.
1407 * fast/events/objc-event-api.html: Removed.
1408 * fast/events/objc-keyboard-event-creation-expected.txt: Removed.
1409 * fast/events/objc-keyboard-event-creation.html: Removed.
1410 * platform/mac/fast/events/objc-event-api-expected.txt: Copied from fast/events/objc-event-api-expected.txt.
1411 * platform/mac/fast/events/objc-event-api.html: Copied from fast/events/objc-event-api.html.
1412 * platform/mac/fast/events/objc-keyboard-event-creation-expected.txt: Copied from fast/events/objc-keyboard-event-creation-expected.txt.
1413 * platform/mac/fast/events/objc-keyboard-event-creation.html: Copied from fast/events/objc-keyboard-event-creation.html.
1415 2007-11-29 Alice Liu <alice.liu@apple.com>
1417 Removing some fixed tests
1419 * platform/win/Skipped:
1421 2007-11-29 Anders Carlsson <andersca@apple.com>
1425 <rdar://problem/5132005>
1426 setUserStyleSheetEnabled is not fully implemented in Windows DRT.
1428 * platform/win/Skipped:
1430 2007-11-28 Mark Rowe <mrowe@apple.com>
1432 Unreviewed layout test fix. Fix typos in the name of four files used by HTTP layout tests.
1434 In r28120 and r28128 the references to these files had the typo fixed, but the files themselves did not.
1435 This caused four layout tests to fail.
1437 * http/tests/security/javascriptURL/resources/foreign-domain-javascipt-url-accessee-iframe.html: Removed.
1438 * http/tests/security/javascriptURL/resources/foreign-domain-javascipt-url-accessee-opened-frame.html: Removed.
1439 * http/tests/security/javascriptURL/resources/foreign-domain-javascipt-url-accessor-iframe.html: Removed.
1440 * http/tests/security/javascriptURL/resources/foreign-domain-javascipt-url-accessor-opened-frame.html: Removed.
1441 * 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.
1442 * 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.
1443 * 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.
1444 * 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.
1446 2007-11-28 Antti Koivisto <antti@apple.com>
1450 Test that fallback content inside media elements is not be rendered.
1452 * media/fallback-expected.txt: Added.
1453 * media/fallback.html: Added.
1455 2007-11-28 Alice Liu <alice.liu@apple.com>
1457 just some more typo fixes
1459 * http/tests/security/javascriptURL/xss-ALLOWED-from-javascript-url-sub-frame-2-level-expected.txt:
1460 * http/tests/security/javascriptURL/xss-ALLOWED-from-javascript-url-sub-frame-2-level.html:
1461 * http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-url-from-javscript-url-expected.txt:
1462 * http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-url-from-javscript-url.html:
1463 * http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-url-sub-frame-2-level-expected.txt:
1464 * http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-url-sub-frame-2-level.html:
1465 * http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-url-sub-frame-expected.txt:
1466 * http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-url-sub-frame.html:
1467 * http/tests/security/javascriptURL/xss-DENIED-from-javascript-url-in-foreign-domain-subframe-expected.txt:
1468 * http/tests/security/javascriptURL/xss-DENIED-from-javascript-url-in-foreign-domain-subframe.html:
1469 * http/tests/security/javascriptURL/xss-DENIED-from-javascript-url-in-foreign-domain-window-open-expected.txt:
1470 * http/tests/security/javascriptURL/xss-DENIED-from-javascript-url-in-foreign-domain-window-open.html:
1471 * http/tests/security/javascriptURL/xss-DENIED-to-javascript-url-in-foreign-domain-subframe-expected.txt:
1472 * http/tests/security/javascriptURL/xss-DENIED-to-javascript-url-in-foreign-domain-subframe.html:
1473 * http/tests/security/javascriptURL/xss-DENIED-to-javascript-url-in-foreign-domain-window-open-expected.txt:
1474 * http/tests/security/javascriptURL/xss-DENIED-to-javascript-url-in-foreign-domain-window-open.html:
1476 2007-11-28 Antti Koivisto <antti@apple.com>
1480 <rdar://problem/5605668>
1481 Implement controls attribute for video element
1483 - A new test for the controls attribute.
1484 - Add the controls attibute to all existing video tests. This will give the code
1485 some additional exercise without affecting test results.
1487 * media/progress-event.html:
1488 * media/video-append-source.html:
1489 * media/video-autoplay.html:
1490 * media/video-buffered.html:
1491 * media/video-controls-expected.txt: Added.
1492 * media/video-controls.html: Added.
1493 * media/video-currentTime-set.html:
1494 * media/video-currentTime-set2.html:
1495 * media/video-currentTime.html:
1496 * media/video-dom-autoplay.html:
1497 * media/video-dom-end.html:
1498 * media/video-dom-loopcount.html:
1499 * media/video-dom-loopend.html:
1500 * media/video-dom-loopstart.html:
1501 * media/video-dom-src.html:
1502 * media/video-dom-start.html:
1503 * media/video-end.html:
1504 * media/video-error-abort.html:
1505 * media/video-error-does-not-exist.html:
1506 * media/video-load-networkState.html:
1507 * media/video-load-readyState.html:
1508 * media/video-loopcount.html:
1509 * media/video-loopend.html:
1510 * media/video-loopstart.html:
1511 * media/video-muted.html:
1512 * media/video-no-autoplay.html:
1513 * media/video-pause-empty-events.html:
1514 * media/video-play-empty-events.html:
1515 * media/video-play-pause-events.html:
1516 * media/video-play-pause-exception.html:
1517 * media/video-poster.html:
1518 * media/video-seek-past-end-paused.html:
1519 * media/video-seek-past-end-playing.html:
1520 * media/video-seekable.html:
1521 * media/video-seeking.html:
1522 * media/video-size.html:
1523 * media/video-source-media.html:
1524 * media/video-source-type.html:
1525 * media/video-source.html:
1526 * media/video-src-change.html:
1527 * media/video-src-remove.html:
1528 * media/video-src-set.html:
1529 * media/video-src-source.html:
1530 * media/video-src.html:
1531 * media/video-start.html:
1532 * media/video-volume.html:
1533 * media/video-width-height.html:
1535 2007-11-28 Justin Garcia <justin.garcia@apple.com>
1537 Reviewed by Darin Adler.
1539 <rdar://problem/5573879> GMail Beta: Crash in when undoing Remove Formating
1541 Added to demonstrate fixes:
1542 * editing/execCommand/5573879.html: Added.
1543 * platform/mac/editing/execCommand/5573879-expected.checksum: Added.
1544 * platform/mac/editing/execCommand/5573879-expected.png: Added.
1545 * platform/mac/editing/execCommand/5573879-expected.txt: Added.
1547 Fixes (RemoveFormat now preserves the selection correctly):
1548 * platform/mac/editing/execCommand/4920742-1-expected.checksum:
1549 * platform/mac/editing/execCommand/4920742-1-expected.png:
1550 * platform/mac/editing/execCommand/4920742-1-expected.txt:
1551 * platform/mac/editing/execCommand/remove-formatting-2-expected.checksum:
1552 * platform/mac/editing/execCommand/remove-formatting-2-expected.png:
1553 * platform/mac/editing/execCommand/remove-formatting-2-expected.txt:
1554 * platform/mac/editing/execCommand/remove-formatting-expected.checksum:
1555 * platform/mac/editing/execCommand/remove-formatting-expected.png:
1556 * platform/mac/editing/execCommand/remove-formatting-expected.txt:
1558 2007-11-28 Timothy Hatcher <timothy@apple.com>
1560 Make this test not depend on the screen size.
1562 * fast/dom/Window/window-resize-expected.txt:
1563 * fast/dom/Window/window-resize.html:
1565 2007-11-28 Anders Carlsson <andersca@apple.com>
1569 <rdar://problem/5132001>
1570 contextClick is not implemented in DRT on Windows.
1572 Remove tests that pass now that we have contextClick.
1574 * platform/win/Skipped:
1576 2007-11-28 Alice Liu <alice.liu@apple.com>
1578 Removing some tests tracked by <rdar://5130762> because they don't fail.
1580 * platform/win/Skipped:
1582 2007-11-28 Alice Liu <alice.liu@apple.com>
1584 Removing fixed tests tracked by <rdar://5128229>
1586 * platform/win/Skipped:
1588 2007-11-28 Alice Liu <alice.liu@apple.com>
1590 Rubberstamped by Sam.
1592 Fixing a typo in some filenames
1594 * http/tests/security/javascriptURL/xss-DENIED-from-javascipt-url-in-foreign-domain-subframe-expected.txt: Removed.
1595 * http/tests/security/javascriptURL/xss-DENIED-from-javascipt-url-in-foreign-domain-subframe.html: Removed.
1596 * http/tests/security/javascriptURL/xss-DENIED-from-javascipt-url-in-foreign-domain-window-open-expected.txt: Removed.
1597 * http/tests/security/javascriptURL/xss-DENIED-from-javascipt-url-in-foreign-domain-window-open.html: Removed.
1598 * 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.
1599 * 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.
1600 * 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.
1601 * 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.
1602 * http/tests/security/javascriptURL/xss-DENIED-to-javascipt-url-in-foreign-domain-subframe-expected.txt: Removed.
1603 * http/tests/security/javascriptURL/xss-DENIED-to-javascipt-url-in-foreign-domain-subframe.html: Removed.
1604 * http/tests/security/javascriptURL/xss-DENIED-to-javascipt-url-in-foreign-domain-window-open-expected.txt: Removed.
1605 * http/tests/security/javascriptURL/xss-DENIED-to-javascipt-url-in-foreign-domain-window-open.html: Removed.
1606 * 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.
1607 * 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.
1608 * 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.
1609 * 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.
1610 * platform/win/Skipped:
1612 2007-11-28 Dan Bernstein <mitz@apple.com>
1614 Reviewed by Dave Hyatt.
1616 - test for <rdar://problem/5612459> CrashTracer: [REGRESSION] 61 crashes in Safari at com.apple.WebCore: WebCore::AutoTableLayout::layout + 2046
1618 * fast/table/empty-auto-column-zero-divide-expected.txt: Added.
1619 * fast/table/empty-auto-column-zero-divide.html: Added.
1621 2007-11-28 Jon Honeycutt <jhoneycutt@apple.com>
1625 <rdar://problem/5507360> plugins/return-error-from-new-stream-callback-
1626 in-full-frame-plugin.html is crashing
1628 Alice fixed this in r28046
1630 * platform/win/Skipped:
1632 2007-11-27 Beth Dakin <bdakin@apple.com>
1636 Test for <rdar://problem/5616052> SVGs with width or height of 100%
1637 hang when used as a background-image (16164)
1639 * fast/images/resources/width-100-percent.svg: Added.
1640 * fast/images/svg-width-100p-as-background.html: Added.
1641 * platform/mac/fast/images/svg-width-100p-as-background-expected.checksum: Added.
1642 * platform/mac/fast/images/svg-width-100p-as-background-expected.png: Added.
1643 * platform/mac/fast/images/svg-width-100p-as-background-expected.txt: Added.
1645 2007-11-27 Timothy Hatcher <timothy@apple.com>
1647 Reviewed by Kevin McCullough.
1649 Bug 16161: window.moveBy(0, 0) moves the window by -22px vertically
1650 http://bugs.webkit.org/show_bug.cgi?id=16161
1652 Added test cases for moveBy(0, 0), moveBy(0, 1) and moveBy(1, 0).
1654 * fast/dom/Window/window-resize.html:
1655 * fast/dom/Window/window-resize-expected.txt:
1657 2007-11-26 Timothy Hatcher <timothy@apple.com>
1659 Reviewed by Dave Hyatt.
1661 Test for: <rdar://problem/5569233> Add the ability to disable author and user CSS styles
1663 * fast/css/disabled-author-styles.html: Added.
1664 * platform/mac/fast/css/disabled-author-styles-expected.txt: Added.
1666 2007-11-26 Feng Qian <ian.eng.webkit@gmail.com>
1668 Reviewed by Sam Weinig.
1670 Tests for http://bugs.webkit.org/show_bug.cgi?id=16073
1672 * http/tests/security/resources/iframe-invalid-domain-change.html: Added.
1673 * http/tests/security/xss-DENIED-invalid-domain-change-expected.txt: Added.
1674 * http/tests/security/xss-DENIED-invalid-domain-change.html: Added.
1676 2007-11-26 Darin Adler <darin@apple.com>
1680 - test for http://bugs.webkit.org/show_bug.cgi?id=16096
1681 REGRESSION (r26653-r26699): Plaxo.com addressbook does not load in webkit nightlies
1683 * fast/js/regexp-overflow-expected.txt: Added.
1684 * fast/js/regexp-overflow.html: Added.
1685 * fast/js/resources/regexp-overflow.js: Added.
1687 2007-11-26 Sam Weinig <sam@webkit.org>
1691 Tests for <rdar://problem/5592988>
1693 - Update and add tests for new tighter restrictions on what frames in other domains
1696 * http/tests/security/cross-frame-access-location-expected.txt:
1697 * http/tests/security/frameNavigation: Added.
1698 * http/tests/security/frameNavigation/resources: Added.
1699 * http/tests/security/frameNavigation/resources/iframe-that-performs-parent-navigation.html: Added.
1700 * http/tests/security/frameNavigation/resources/iframe-with-inner-frame-on-foreign-domain.html: Added.
1701 * http/tests/security/frameNavigation/resources/navigation-changed-iframe.html: Added.
1702 * http/tests/security/frameNavigation/xss-ALLOWED-parent-navigation-change-expected.txt: Added.
1703 * http/tests/security/frameNavigation/xss-ALLOWED-parent-navigation-change.html: Added.
1704 * http/tests/security/frameNavigation/xss-ALLOWED-targeted-subframe-navigation-change-expected.txt: Added.
1705 * http/tests/security/frameNavigation/xss-ALLOWED-targeted-subframe-navigation-change.html: Added.
1707 2007-11-26 Dan Bernstein <mitz@apple.com>
1709 Reviewed by Dave Hyatt.
1711 - 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
1713 * fast/dynamic/float-withdrawal-2.html: Added.
1714 * platform/mac/fast/dynamic/float-withdrawal-2-expected.checksum: Added.
1715 * platform/mac/fast/dynamic/float-withdrawal-2-expected.png: Added.
1716 * platform/mac/fast/dynamic/float-withdrawal-2-expected.txt: Added.
1718 2007-11-25 Adam Roben <aroben@apple.com>
1720 * platform/win/Skipped: Add a known failure.
1722 2007-11-25 Adam Roben <aroben@apple.com>
1724 * platform/win/Skipped: Remove an unnecessary entry.
1726 2007-11-25 Mark Rowe <mrowe@apple.com>
1728 Reviewed by Dan Bernstein.
1730 Test for http://bugs.webkit.org/show_bug.cgi?id=16129
1731 Bug 16129: REGRESSION (r27761-r27811): malloc error while visiting http://mysit.es (crashes release build)
1733 * fast/js/regexp-range-out-of-order-expected.txt: Added.
1734 * fast/js/regexp-range-out-of-order.html: Added.
1735 * fast/js/resources/regexp-range-out-of-order.js: Added.
1737 2007-11-25 Nikolas Zimmermann <zimmermann@kde.org>
1739 Reviewed by Adam Roben.
1741 Update layout test results after fixing text path boundaries if text-anchor is not set to 'start'.
1743 * platform/mac/svg/W3C-SVG-1.1/text-align-04-b-expected.txt:
1744 * platform/mac/svg/text/textPathBoundsBug-expected.checksum: Added.
1745 * platform/mac/svg/text/textPathBoundsBug-expected.png: Added.
1746 * platform/mac/svg/text/textPathBoundsBug-expected.txt: Added.
1747 * svg/batik/text/textGlyphOrientationHorizontal-expected.txt:
1748 * svg/batik/text/textOnPath-expected.txt:
1749 * svg/batik/text/textOnPath3-expected.txt:
1750 * svg/batik/text/verticalTextOnPath-expected.txt:
1751 * svg/text/text-align-04-b-expected.checksum:
1752 * svg/text/text-align-04-b-expected.png:
1753 * svg/text/text-align-04-b-expected.txt:
1754 * svg/text/textPathBoundsBug.svg: Added.
1756 2007-11-25 Alexey Proskuryakov <ap@webkit.org>
1760 http://bugs.webkit.org/show_bug.cgi?id=15919
1761 XSLTProcessor.transformToFragment creates an extra not defined TEXT_NODE at the end
1763 * fast/xsl/extra-lf-at-end-expected.txt: Added.
1764 * fast/xsl/extra-lf-at-end.html: Added.
1765 * fast/xsl/xslt-processor-expected.txt:
1766 * platform/mac/fast/xsl/xslt-enc-cyr-expected.txt:
1767 * platform/mac/fast/xsl/xslt-enc-expected.txt:
1768 * platform/mac/fast/xsl/xslt-enc16-expected.txt:
1769 * platform/mac/fast/xsl/xslt-enc16to16-expected.txt:
1770 * platform/mac/fast/xsl/xslt-text-expected.txt:
1772 2007-11-24 David D. Kilzer <ddkilzer@webkit.org>
1774 Added tests for select.options.remove(boolean).
1778 * fast/js/resources/select-options-add.js: Added two tests.
1779 * fast/js/select-options-add-expected.txt: Updated results.
1781 2007-11-23 Antti Koivisto <antti@apple.com>
1783 Set video src from script, not from the element attribute. This
1784 guarantees load events do not fire before event listeners are registered.
1785 This change does not affect test results.
1787 * media/progress-event.html:
1788 * media/video-autoplay.html:
1789 * media/video-buffered.html:
1790 * media/video-currentTime-set.html:
1791 * media/video-currentTime-set2.html:
1792 * media/video-currentTime.html:
1793 * media/video-dom-autoplay.html:
1794 * media/video-error-abort.html:
1795 * media/video-error-does-not-exist.html:
1796 * media/video-load-networkState.html:
1797 * media/video-load-readyState.html:
1798 * media/video-no-autoplay.html:
1799 * media/video-seekable.html:
1800 * media/video-seeking.html:
1801 * media/video-size.html:
1802 * media/video-src.html:
1803 * media/video-start.html:
1805 2007-11-23 Alexey Proskuryakov <ap@webkit.org>
1809 <rdar://problem/5539306> REGRESSION: redirect fails when subframe's document is opened but
1810 not closed (affects digg.com)
1812 * fast/loader/meta-refresh-vs-open-expected.txt: Added.
1813 * fast/loader/meta-refresh-vs-open.html: Added.
1814 Test that HTTP refresh never fires if the document stays open indefinitely.
1816 * fast/loader/redirect-with-open-subframe-expected.txt: Added.
1817 * fast/loader/redirect-with-open-subframe.html: Added.
1818 * fast/loader/redirect-with-open-subframe-2-expected.txt: Added.
1819 * fast/loader/redirect-with-open-subframe-2.html: Added.
1820 Test that setting window.location has effect even if the document is open.
1822 * http/tests/loading/onload-vs-immediate-refresh-expected.txt: Added.
1823 * http/tests/loading/onload-vs-immediate-refresh.pl: Added.
1824 Test for <rdar://3829452> - HTTP redirect should only happen after onload fires.
1826 * platform/mac/http/tests/loading/simple-subframe-expected.txt:
1827 It seems that there was a line spilled from the previous test that is now in
1828 onload-vs-immediate-refresh-expected.txt - despite my efforts, I couldn't get rid of it.
1830 2007-11-23 Dan Bernstein <mitz@apple.com>
1832 Reviewed by Alexey Proskuryakov.
1834 - test the matrix transforms are applied on the correct side
1836 * fast/transforms/matrix-02.html: Added.
1837 * platform/mac/fast/transforms/matrix-02-expected.checksum: Added.
1838 * platform/mac/fast/transforms/matrix-02-expected.png: Added.
1839 * platform/mac/fast/transforms/matrix-02-expected.txt: Added.
1841 2007-11-23 Alexey Proskuryakov <ap@webkit.org>
1845 http://bugs.webkit.org/show_bug.cgi?id=16077
1846 <rdar://problem/5609785> XSLT processor <xsl:sort> algorithm is incompatible with other
1847 browser implementations
1849 * fast/xsl/sort-unicode-expected.txt: Added.
1850 * fast/xsl/sort-unicode.xml: Added.
1851 * fast/xsl/sort-unicode.xsl: Added.
1853 2007-11-22 Dan Bernstein <mitz@apple.com>
1855 Reviewed by Maciej Stachowiak.
1857 - pixel test for http://bugs.webkit.org/show_bug.cgi?id=15943
1858 -webkit-transform matrix does not work
1860 * fast/transforms/matrix-01.html: Added.
1861 * platform/mac/fast/transforms/matrix-01-expected.checksum: Added.
1862 * platform/mac/fast/transforms/matrix-01-expected.png: Added.
1863 * platform/mac/fast/transforms/matrix-01-expected.txt: Added.
1865 2007-11-22 Julien Chaffraix <julien.chaffraix@gmail.com>
1869 Bug 15530: XMLHttpRequest should not support certain methods
1871 * http/tests/xmlhttprequest/xmlhttprequest-forbidden-methods-exception-expected.txt: Added.
1872 * http/tests/xmlhttprequest/xmlhttprequest-forbidden-methods-exception.html: Added.
1874 2007-11-21 Dan Bernstein <mitz@apple.com>
1876 Reviewed by Eric Seidel.
1878 - repaint test for <rdar://problem/5607037> REGRESSION (r27351): Departure date does not repaint when changed on Google Maps public transit planner (16034)
1880 * fast/repaint/subtree-root-skipped.html: Added.
1881 * platform/mac-leopard/fast/repaint/subtree-root-skipped-expected.checksum: Added.
1882 * platform/mac-leopard/fast/repaint/subtree-root-skipped-expected.png: Added.
1883 * platform/mac/fast/repaint/subtree-root-skipped-expected.txt: Added.
1885 2007-11-21 Alexey Proskuryakov <ap@webkit.org>
1889 <rdar://problem/5230233> dom/xhtml/level2/html/frame.xhtml is failing on Windows
1891 This isn't actually a test, but an unused resource - we should re-work the W3C test rig to
1892 support subresource loading from (X)HTML.
1893 Anyway, it doesn't fail for me, I suppose this problem was fixed since the bug was filed.
1895 * platform/win/Skipped:
1897 2007-11-21 Alexey Proskuryakov <ap@webkit.org>
1901 Fix a copy/paste error in the test (introduced in bug 12194).
1903 * http/tests/xmlhttprequest/zero-length-response-sync-expected.txt:
1904 * http/tests/xmlhttprequest/zero-length-response-sync.html:
1906 2007-11-20 Mark Rowe <mrowe@apple.com>
1908 Reviewed by Sam Weinig.
1910 Tests for http://bugs.webkit.org/show_bug.cgi?id=16074
1911 Bug 16074: execCommand("InsertHorizontalRule", false, "") results in id="" being inserted
1913 * editing/execCommand/arguments-combinations-expected.txt:
1914 * editing/execCommand/arguments-combinations.html:
1916 2007-11-20 Lars Knoll <lars@trolltech.com>
1920 Adjust some test result after fixing a bug related to computation
1921 of QFont::xHeight() in Qt.
1923 * platform/qt/css2.1/t040302-c61-ex-len-00-b-a-expected.txt:
1924 * platform/qt/css2.1/t1008-c44-ln-box-02-d-ag-expected.txt:
1925 * platform/qt/css2.1/t100801-c544-valgn-01-d-ag-expected.txt:
1926 * platform/qt/css2.1/t100801-c548-ln-ht-02-b-ag-expected.txt:
1927 * platform/qt/css2.1/t1507-c526-font-sz-02-b-a-expected.txt:
1929 2007-11-20 Lars Knoll <lars@trolltech.com>
1933 Fix text break interators.
1935 The break iterators where trying to be smart about the input
1936 string and caching their results. Unfortunately a pointer/string length
1937 comparison is not good enough in all cases (since some input is stack based
1938 temp strings). Removed the caching but at the same time started to use a more
1939 efficient constructor of QTextBoundaryFinder that doesn't need to malloc for
1942 Fixes two test cases that test "text-transform: capitalize".
1944 * platform/qt/css1/text_properties/text-transCapitalize-expected.txt:
1945 * platform/qt/fast/css/textCapitalizeEdgeCases-expected.txt:
1947 2007-11-19 Antti Koivisto <antti@apple.com>
1949 Rubber-stamped by bdash.
1951 Improve coverage of these tests.
1953 * media/video-muted-expected.txt:
1954 * media/video-muted.html:
1955 * media/video-volume-expected.txt:
1956 * media/video-volume.html:
1958 2007-11-19 Julien Chaffraix <julien.chaffraix@gmail.com>
1962 http://bugs.webkit.org/show_bug.cgi?id=12194
1963 Bug 12194: Trying to access XMLHttpRequest.responseText or responseXML when they are not
1964 available should raise an exception
1966 * http/tests/xmlhttprequest/xmlhttprequest-responseText-exception-expected.txt: Added.
1967 * http/tests/xmlhttprequest/xmlhttprequest-responseText-exception.html: Added.
1968 * http/tests/xmlhttprequest/xmlhttprequest-responseXML-exception-expected.txt: Added.
1969 * http/tests/xmlhttprequest/xmlhttprequest-responseXML-exception.html: Added.
1970 * http/tests/xmlhttprequest/zero-length-response-expected.txt: Updated result
1971 * http/tests/xmlhttprequest/zero-length-response-sync-expected.txt: Updated result
1972 * http/tests/xmlhttprequest/zero-length-response-sync.html: Corrected URL & added
1973 exception handling to test case
1975 2007-11-18 Alexey Proskuryakov <ap@webkit.org>
1979 <rdar://problem/5546393> Whitespace handling doesn't match HTML5.
1981 * fast/parser/html-whitespace-expected.txt: Added.
1982 * fast/parser/html-whitespace.html: Added.
1984 2007-11-16 Dan Bernstein <mitz@apple.com>
1986 Reviewed by Darin Adler.
1988 - repaint test for <http://bugs.webkit.org/show_bug.cgi?id=15994>
1989 REGRESSION: Incomplete repaint of CSS image substitution
1991 * fast/repaint/clip-with-layout-delta.html: Added.
1992 * platform/mac/fast/repaint/clip-with-layout-delta-expected.checksum: Added.
1993 * platform/mac/fast/repaint/clip-with-layout-delta-expected.png: Added.
1994 * platform/mac/fast/repaint/clip-with-layout-delta-expected.txt: Added.
1996 2007-11-16 Antti Koivisto <antti@apple.com>
2000 Seeking related test updates
2001 - update to match specificiation
2002 - rename loopCount to playCount everywhere
2003 - timeupdate events during seek
2004 - fix that some tests (like audio ones) depended on timing sensitive ordering of play and load events
2005 - add text about what is being tested
2007 Add new tests for seeking past end, seeking past loaded position and 'seeking' DOM attribute.
2009 * http/tests/media/video-seekable-stall-expected.txt: Added.
2010 * http/tests/media/video-seekable-stall.html: Added.
2011 * media/audio-constructor-expected.txt:
2012 * media/audio-constructor-src-expected.txt:
2013 * media/audio-constructor-src.html:
2014 * media/audio-constructor.html:
2015 * media/video-dom-loopcount-expected.txt:
2016 * media/video-dom-loopcount.html:
2017 * media/video-dom-loopend-expected.txt:
2018 * media/video-dom-loopend.html:
2019 * media/video-dom-loopstart-expected.txt:
2020 * media/video-dom-loopstart.html:
2021 * media/video-dom-start-expected.txt:
2022 * media/video-dom-start.html:
2023 * media/video-loopcount-expected.txt:
2024 * media/video-loopcount.html:
2025 * media/video-loopend-expected.txt:
2026 * media/video-loopend.html:
2027 * media/video-loopstart-expected.txt:
2028 * media/video-loopstart.html:
2029 * media/video-seek-past-end-paused-expected.txt: Added.
2030 * media/video-seek-past-end-paused.html: Added.
2031 * media/video-seek-past-end-playing-expected.txt: Added.
2032 * media/video-seek-past-end-playing.html: Added.
2033 * media/video-seeking-expected.txt: Added.
2034 * media/video-seeking.html: Added.
2035 * media/video-test.js:
2037 2007-11-16 Anders Carlsson <andersca@apple.com>
2041 <rdar://problem/5603832>
2042 XMLHttpRequest readyState 3 & responseText buffer issues.
2044 Remove http/tests/xmlhttprequest/small-chunks-response-text.html from the Skipped list.
2046 * platform/win/Skipped:
2048 2007-11-16 Dan Bernstein <mitz@apple.com>
2050 Reviewed by Darin Adler and Sam Weinig.
2052 - remove fast/forms/select-type-ahead-non-latin.html after fixing <rdar://problem/5134075>
2054 * platform/win/Skipped:
2056 2007-11-16 Nikolas Zimmermann <zimmermann@kde.org>
2058 Rubberstamped by Eric.
2060 Full update of the SVG pixel tests - all files containing text show rendering improvments.
2061 Text looks more 'bold' as it's supposed to be according to the W3C reference rendering, not
2062 sure what commit actually caused it - but it's better now.
2064 * platform/mac/svg/W3C-SVG-1.1/animate-elem-02-t-expected.checksum:
2065 * platform/mac/svg/W3C-SVG-1.1/animate-elem-02-t-expected.png:
2066 * platform/mac/svg/W3C-SVG-1.1/animate-elem-03-t-expected.checksum:
2067 * platform/mac/svg/W3C-SVG-1.1/animate-elem-03-t-expected.png:
2068 * platform/mac/svg/W3C-SVG-1.1/animate-elem-04-t-expected.checksum:
2069 * platform/mac/svg/W3C-SVG-1.1/animate-elem-04-t-expected.png:
2070 * platform/mac/svg/W3C-SVG-1.1/animate-elem-05-t-expected.checksum:
2071 * platform/mac/svg/W3C-SVG-1.1/animate-elem-05-t-expected.png:
2072 * platform/mac/svg/W3C-SVG-1.1/animate-elem-06-t-expected.checksum:
2073 * platform/mac/svg/W3C-SVG-1.1/animate-elem-06-t-expected.png:
2074 * platform/mac/svg/W3C-SVG-1.1/animate-elem-07-t-expected.checksum:
2075 * platform/mac/svg/W3C-SVG-1.1/animate-elem-07-t-expected.png:
2076 * platform/mac/svg/W3C-SVG-1.1/animate-elem-08-t-expected.checksum:
2077 * platform/mac/svg/W3C-SVG-1.1/animate-elem-08-t-expected.png:
2078 * platform/mac/svg/W3C-SVG-1.1/animate-elem-09-t-expected.checksum:
2079 * platform/mac/svg/W3C-SVG-1.1/animate-elem-09-t-expected.png:
2080 * platform/mac/svg/W3C-SVG-1.1/animate-elem-10-t-expected.checksum:
2081 * platform/mac/svg/W3C-SVG-1.1/animate-elem-10-t-expected.png:
2082 * platform/mac/svg/W3C-SVG-1.1/animate-elem-11-t-expected.checksum:
2083 * platform/mac/svg/W3C-SVG-1.1/animate-elem-11-t-expected.png:
2084 * platform/mac/svg/W3C-SVG-1.1/animate-elem-12-t-expected.checksum:
2085 * platform/mac/svg/W3C-SVG-1.1/animate-elem-12-t-expected.png:
2086 * platform/mac/svg/W3C-SVG-1.1/animate-elem-13-t-expected.checksum:
2087 * platform/mac/svg/W3C-SVG-1.1/animate-elem-13-t-expected.png:
2088 * platform/mac/svg/W3C-SVG-1.1/animate-elem-14-t-expected.checksum:
2089 * platform/mac/svg/W3C-SVG-1.1/animate-elem-14-t-expected.png:
2090 * platform/mac/svg/W3C-SVG-1.1/animate-elem-15-t-expected.checksum:
2091 * platform/mac/svg/W3C-SVG-1.1/animate-elem-15-t-expected.png:
2092 * platform/mac/svg/W3C-SVG-1.1/animate-elem-16-t-expected.checksum:
2093 * platform/mac/svg/W3C-SVG-1.1/animate-elem-16-t-expected.png:
2094 * platform/mac/svg/W3C-SVG-1.1/animate-elem-17-t-expected.checksum:
2095 * platform/mac/svg/W3C-SVG-1.1/animate-elem-17-t-expected.png:
2096 * platform/mac/svg/W3C-SVG-1.1/animate-elem-18-t-expected.checksum:
2097 * platform/mac/svg/W3C-SVG-1.1/animate-elem-18-t-expected.png:
2098 * platform/mac/svg/W3C-SVG-1.1/animate-elem-19-t-expected.checksum:
2099 * platform/mac/svg/W3C-SVG-1.1/animate-elem-19-t-expected.png:
2100 * platform/mac/svg/W3C-SVG-1.1/animate-elem-20-t-expected.checksum:
2101 * platform/mac/svg/W3C-SVG-1.1/animate-elem-20-t-expected.png:
2102 * platform/mac/svg/W3C-SVG-1.1/animate-elem-21-t-expected.checksum:
2103 * platform/mac/svg/W3C-SVG-1.1/animate-elem-21-t-expected.png:
2104 * platform/mac/svg/W3C-SVG-1.1/animate-elem-22-b-expected.checksum:
2105 * platform/mac/svg/W3C-SVG-1.1/animate-elem-22-b-expected.png:
2106 * platform/mac/svg/W3C-SVG-1.1/animate-elem-23-t-expected.checksum:
2107 * platform/mac/svg/W3C-SVG-1.1/animate-elem-23-t-expected.png:
2108 * platform/mac/svg/W3C-SVG-1.1/animate-elem-24-t-expected.checksum:
2109 * platform/mac/svg/W3C-SVG-1.1/animate-elem-24-t-expected.png:
2110 * platform/mac/svg/W3C-SVG-1.1/animate-elem-25-t-expected.checksum:
2111 * platform/mac/svg/W3C-SVG-1.1/animate-elem-25-t-expected.png:
2112 * platform/mac/svg/W3C-SVG-1.1/animate-elem-26-t-expected.checksum:
2113 * platform/mac/svg/W3C-SVG-1.1/animate-elem-26-t-expected.png:
2114 * platform/mac/svg/W3C-SVG-1.1/animate-elem-27-t-expected.checksum:
2115 * platform/mac/svg/W3C-SVG-1.1/animate-elem-27-t-expected.png:
2116 * platform/mac/svg/W3C-SVG-1.1/animate-elem-28-t-expected.checksum:
2117 * platform/mac/svg/W3C-SVG-1.1/animate-elem-28-t-expected.png:
2118 * platform/mac/svg/W3C-SVG-1.1/animate-elem-29-b-expected.checksum:
2119 * platform/mac/svg/W3C-SVG-1.1/animate-elem-29-b-expected.png:
2120 * platform/mac/svg/W3C-SVG-1.1/animate-elem-30-t-expected.checksum:
2121 * platform/mac/svg/W3C-SVG-1.1/animate-elem-30-t-expected.png:
2122 * platform/mac/svg/W3C-SVG-1.1/animate-elem-31-t-expected.checksum:
2123 * platform/mac/svg/W3C-SVG-1.1/animate-elem-31-t-expected.png:
2124 * platform/mac/svg/W3C-SVG-1.1/animate-elem-32-t-expected.checksum:
2125 * platform/mac/svg/W3C-SVG-1.1/animate-elem-32-t-expected.png:
2126 * platform/mac/svg/W3C-SVG-1.1/animate-elem-33-t-expected.checksum:
2127 * platform/mac/svg/W3C-SVG-1.1/animate-elem-33-t-expected.png:
2128 * platform/mac/svg/W3C-SVG-1.1/animate-elem-34-t-expected.checksum:
2129 * platform/mac/svg/W3C-SVG-1.1/animate-elem-34-t-expected.png:
2130 * platform/mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.checksum:
2131 * platform/mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.png:
2132 * platform/mac/svg/W3C-SVG-1.1/animate-elem-37-t-expected.checksum:
2133 * platform/mac/svg/W3C-SVG-1.1/animate-elem-37-t-expected.png:
2134 * platform/mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.checksum:
2135 * platform/mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png:
2136 * platform/mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.checksum:
2137 * platform/mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.png:
2138 * platform/mac/svg/W3C-SVG-1.1/animate-elem-41-t-expected.checksum:
2139 * platform/mac/svg/W3C-SVG-1.1/animate-elem-41-t-expected.png:
2140 * platform/mac/svg/W3C-SVG-1.1/animate-elem-44-t-expected.checksum:
2141 * platform/mac/svg/W3C-SVG-1.1/animate-elem-44-t-expected.png:
2142 * platform/mac/svg/W3C-SVG-1.1/animate-elem-46-t-expected.checksum:
2143 * platform/mac/svg/W3C-SVG-1.1/animate-elem-46-t-expected.png:
2144 * platform/mac/svg/W3C-SVG-1.1/animate-elem-52-t-expected.checksum:
2145 * platform/mac/svg/W3C-SVG-1.1/animate-elem-52-t-expected.png:
2146 * platform/mac/svg/W3C-SVG-1.1/animate-elem-60-t-expected.checksum:
2147 * platform/mac/svg/W3C-SVG-1.1/animate-elem-60-t-expected.png:
2148 * platform/mac/svg/W3C-SVG-1.1/animate-elem-61-t-expected.checksum:
2149 * platform/mac/svg/W3C-SVG-1.1/animate-elem-61-t-expected.png:
2150 * platform/mac/svg/W3C-SVG-1.1/animate-elem-62-t-expected.checksum:
2151 * platform/mac/svg/W3C-SVG-1.1/animate-elem-62-t-expected.png:
2152 * platform/mac/svg/W3C-SVG-1.1/animate-elem-63-t-expected.checksum:
2153 * platform/mac/svg/W3C-SVG-1.1/animate-elem-63-t-expected.png:
2154 * platform/mac/svg/W3C-SVG-1.1/animate-elem-64-t-expected.checksum:
2155 * platform/mac/svg/W3C-SVG-1.1/animate-elem-64-t-expected.png:
2156 * platform/mac/svg/W3C-SVG-1.1/animate-elem-65-t-expected.checksum:
2157 * platform/mac/svg/W3C-SVG-1.1/animate-elem-65-t-expected.png:
2158 * platform/mac/svg/W3C-SVG-1.1/animate-elem-66-t-expected.checksum:
2159 * platform/mac/svg/W3C-SVG-1.1/animate-elem-66-t-expected.png:
2160 * platform/mac/svg/W3C-SVG-1.1/animate-elem-67-t-expected.checksum:
2161 * platform/mac/svg/W3C-SVG-1.1/animate-elem-67-t-expected.png:
2162 * platform/mac/svg/W3C-SVG-1.1/animate-elem-68-t-expected.checksum:
2163 * platform/mac/svg/W3C-SVG-1.1/animate-elem-68-t-expected.png:
2164 * platform/mac/svg/W3C-SVG-1.1/animate-elem-69-t-expected.checksum:
2165 * platform/mac/svg/W3C-SVG-1.1/animate-elem-69-t-expected.png:
2166 * platform/mac/svg/W3C-SVG-1.1/animate-elem-70-t-expected.checksum:
2167 * platform/mac/svg/W3C-SVG-1.1/animate-elem-70-t-expected.png:
2168 * platform/mac/svg/W3C-SVG-1.1/animate-elem-77-t-expected.checksum:
2169 * platform/mac/svg/W3C-SVG-1.1/animate-elem-77-t-expected.png:
2170 * platform/mac/svg/W3C-SVG-1.1/animate-elem-78-t-expected.checksum:
2171 * platform/mac/svg/W3C-SVG-1.1/animate-elem-78-t-expected.png:
2172 * platform/mac/svg/W3C-SVG-1.1/animate-elem-80-t-expected.checksum:
2173 * platform/mac/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png:
2174 * platform/mac/svg/W3C-SVG-1.1/animate-elem-81-t-expected.checksum:
2175 * platform/mac/svg/W3C-SVG-1.1/animate-elem-81-t-expected.png:
2176 * platform/mac/svg/W3C-SVG-1.1/animate-elem-82-t-expected.checksum:
2177 * platform/mac/svg/W3C-SVG-1.1/animate-elem-82-t-expected.png:
2178 * platform/mac/svg/W3C-SVG-1.1/animate-elem-83-t-expected.checksum:
2179 * platform/mac/svg/W3C-SVG-1.1/animate-elem-83-t-expected.png:
2180 * platform/mac/svg/W3C-SVG-1.1/animate-elem-84-t-expected.checksum:
2181 * platform/mac/svg/W3C-SVG-1.1/animate-elem-84-t-expected.png:
2182 * platform/mac/svg/W3C-SVG-1.1/animate-elem-85-t-expected.checksum:
2183 * platform/mac/svg/W3C-SVG-1.1/animate-elem-85-t-expected.png:
2184 * platform/mac/svg/W3C-SVG-1.1/color-prof-01-f-expected.checksum:
2185 * platform/mac/svg/W3C-SVG-1.1/color-prof-01-f-expected.png:
2186 * platform/mac/svg/W3C-SVG-1.1/color-prop-01-b-expected.checksum:
2187 * platform/mac/svg/W3C-SVG-1.1/color-prop-01-b-expected.png:
2188 * platform/mac/svg/W3C-SVG-1.1/color-prop-02-f-expected.checksum:
2189 * platform/mac/svg/W3C-SVG-1.1/color-prop-02-f-expected.png:
2190 * platform/mac/svg/W3C-SVG-1.1/color-prop-03-t-expected.checksum:
2191 * platform/mac/svg/W3C-SVG-1.1/color-prop-03-t-expected.png:
2192 * platform/mac/svg/W3C-SVG-1.1/coords-coord-01-t-expected.checksum:
2193 * platform/mac/svg/W3C-SVG-1.1/coords-coord-01-t-expected.png:
2194 * platform/mac/svg/W3C-SVG-1.1/coords-coord-02-t-expected.checksum:
2195 * platform/mac/svg/W3C-SVG-1.1/coords-coord-02-t-expected.png:
2196 * platform/mac/svg/W3C-SVG-1.1/coords-trans-01-b-expected.checksum:
2197 * platform/mac/svg/W3C-SVG-1.1/coords-trans-01-b-expected.png:
2198 * platform/mac/svg/W3C-SVG-1.1/coords-trans-02-t-expected.checksum:
2199 * platform/mac/svg/W3C-SVG-1.1/coords-trans-02-t-expected.png:
2200 * platform/mac/svg/W3C-SVG-1.1/coords-trans-03-t-expected.checksum:
2201 * platform/mac/svg/W3C-SVG-1.1/coords-trans-03-t-expected.png:
2202 * platform/mac/svg/W3C-SVG-1.1/coords-trans-04-t-expected.checksum:
2203 * platform/mac/svg/W3C-SVG-1.1/coords-trans-04-t-expected.png:
2204 * platform/mac/svg/W3C-SVG-1.1/coords-trans-05-t-expected.checksum:
2205 * platform/mac/svg/W3C-SVG-1.1/coords-trans-05-t-expected.png:
2206 * platform/mac/svg/W3C-SVG-1.1/coords-trans-06-t-expected.checksum:
2207 * platform/mac/svg/W3C-SVG-1.1/coords-trans-06-t-expected.png:
2208 * platform/mac/svg/W3C-SVG-1.1/coords-units-01-b-expected.checksum:
2209 * platform/mac/svg/W3C-SVG-1.1/coords-units-01-b-expected.png:
2210 * platform/mac/svg/W3C-SVG-1.1/coords-units-02-b-expected.checksum:
2211 * platform/mac/svg/W3C-SVG-1.1/coords-units-02-b-expected.png:
2212 * platform/mac/svg/W3C-SVG-1.1/coords-units-03-b-expected.checksum:
2213 * platform/mac/svg/W3C-SVG-1.1/coords-units-03-b-expected.png:
2214 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.checksum:
2215 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.png:
2216 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.checksum:
2217 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.png:
2218 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.checksum:
2219 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.png:
2220 * platform/mac/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.checksum:
2221 * platform/mac/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.png:
2222 * platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.checksum:
2223 * platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.png:
2224 * platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.checksum:
2225 * platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
2226 * platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.checksum:
2227 * platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.png:
2228 * platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.checksum:
2229 * platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
2230 * platform/mac/svg/W3C-SVG-1.1/filters-conv-01-f-expected.checksum:
2231 * platform/mac/svg/W3C-SVG-1.1/filters-conv-01-f-expected.png:
2232 * platform/mac/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.checksum:
2233 * platform/mac/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.png:
2234 * platform/mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.checksum:
2235 * platform/mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png:
2236 * platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.checksum:
2237 * platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.png:
2238 * platform/mac/svg/W3C-SVG-1.1/filters-felem-01-b-expected.checksum:
2239 * platform/mac/svg/W3C-SVG-1.1/filters-felem-01-b-expected.png:
2240 * platform/mac/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.checksum:
2241 * platform/mac/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.png:
2242 * platform/mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.checksum:
2243 * platform/mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.png:
2244 * platform/mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.checksum:
2245 * platform/mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.png:
2246 * platform/mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.checksum:
2247 * platform/mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.png:
2248 * platform/mac/svg/W3C-SVG-1.1/filters-offset-01-b-expected.checksum:
2249 * platform/mac/svg/W3C-SVG-1.1/filters-offset-01-b-expected.png:
2250 * platform/mac/svg/W3C-SVG-1.1/filters-specular-01-f-expected.checksum:
2251 * platform/mac/svg/W3C-SVG-1.1/filters-specular-01-f-expected.png:
2252 * platform/mac/svg/W3C-SVG-1.1/filters-tile-01-b-expected.checksum:
2253 * platform/mac/svg/W3C-SVG-1.1/filters-tile-01-b-expected.png:
2254 * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.checksum:
2255 * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.png:
2256 * platform/mac/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.checksum:
2257 * platform/mac/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.png:
2258 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.checksum:
2259 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.png:
2260 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.checksum:
2261 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.png:
2262 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.checksum:
2263 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.png:
2264 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.checksum:
2265 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.png:
2266 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.checksum:
2267 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.png:
2268 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.checksum:
2269 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.png:
2270 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.checksum:
2271 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.png:
2272 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.checksum:
2273 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.png:
2274 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.checksum:
2275 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.png:
2276 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.checksum:
2277 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.png:
2278 * platform/mac/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.checksum:
2279 * platform/mac/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.png:
2280 * platform/mac/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.checksum:
2281 * platform/mac/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.png:
2282 * platform/mac/svg/W3C-SVG-1.1/interact-dom-01-b-expected.checksum:
2283 * platform/mac/svg/W3C-SVG-1.1/interact-dom-01-b-expected.png:
2284 * platform/mac/svg/W3C-SVG-1.1/interact-events-01-b-expected.checksum:
2285 * platform/mac/svg/W3C-SVG-1.1/interact-events-01-b-expected.png:
2286 * platform/mac/svg/W3C-SVG-1.1/interact-order-01-b-expected.checksum:
2287 * platform/mac/svg/W3C-SVG-1.1/interact-order-01-b-expected.png:
2288 * platform/mac/svg/W3C-SVG-1.1/interact-order-02-b-expected.checksum:
2289 * platform/mac/svg/W3C-SVG-1.1/interact-order-02-b-expected.png:
2290 * platform/mac/svg/W3C-SVG-1.1/interact-order-03-b-expected.checksum:
2291 * platform/mac/svg/W3C-SVG-1.1/interact-order-03-b-expected.png:
2292 * platform/mac/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.checksum:
2293 * platform/mac/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.png:
2294 * platform/mac/svg/W3C-SVG-1.1/linking-a-01-b-expected.checksum:
2295 * platform/mac/svg/W3C-SVG-1.1/linking-a-01-b-expected.png:
2296 * platform/mac/svg/W3C-SVG-1.1/linking-a-02-b-expected.checksum:
2297 * platform/mac/svg/W3C-SVG-1.1/linking-a-02-b-expected.png:
2298 * platform/mac/svg/W3C-SVG-1.1/linking-a-03-b-expected.checksum:
2299 * platform/mac/svg/W3C-SVG-1.1/linking-a-03-b-expected.png:
2300 * platform/mac/svg/W3C-SVG-1.1/linking-a-04-t-expected.checksum:
2301 * platform/mac/svg/W3C-SVG-1.1/linking-a-04-t-expected.png:
2302 * platform/mac/svg/W3C-SVG-1.1/linking-a-05-t-expected.checksum:
2303 * platform/mac/svg/W3C-SVG-1.1/linking-a-05-t-expected.png:
2304 * platform/mac/svg/W3C-SVG-1.1/linking-a-07-t-expected.checksum:
2305 * platform/mac/svg/W3C-SVG-1.1/linking-a-07-t-expected.png:
2306 * platform/mac/svg/W3C-SVG-1.1/linking-uri-01-b-expected.checksum:
2307 * platform/mac/svg/W3C-SVG-1.1/linking-uri-01-b-expected.png:
2308 * platform/mac/svg/W3C-SVG-1.1/linking-uri-02-b-expected.checksum:
2309 * platform/mac/svg/W3C-SVG-1.1/linking-uri-02-b-expected.png:
2310 * platform/mac/svg/W3C-SVG-1.1/linking-uri-03-t-expected.checksum:
2311 * platform/mac/svg/W3C-SVG-1.1/linking-uri-03-t-expected.png:
2312 * platform/mac/svg/W3C-SVG-1.1/masking-intro-01-f-expected.checksum:
2313 * platform/mac/svg/W3C-SVG-1.1/masking-intro-01-f-expected.png:
2314 * platform/mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.checksum:
2315 * platform/mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.png:
2316 * platform/mac/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.checksum:
2317 * platform/mac/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.png:
2318 * platform/mac/svg/W3C-SVG-1.1/masking-path-01-b-expected.checksum:
2319 * platform/mac/svg/W3C-SVG-1.1/masking-path-01-b-expected.png:
2320 * platform/mac/svg/W3C-SVG-1.1/masking-path-02-b-expected.checksum:
2321 * platform/mac/svg/W3C-SVG-1.1/masking-path-02-b-expected.png:
2322 * platform/mac/svg/W3C-SVG-1.1/masking-path-03-b-expected.checksum:
2323 * platform/mac/svg/W3C-SVG-1.1/masking-path-03-b-expected.png:
2324 * platform/mac/svg/W3C-SVG-1.1/masking-path-04-b-expected.checksum:
2325 * platform/mac/svg/W3C-SVG-1.1/masking-path-04-b-expected.png:
2326 * platform/mac/svg/W3C-SVG-1.1/masking-path-05-f-expected.checksum:
2327 * platform/mac/svg/W3C-SVG-1.1/masking-path-05-f-expected.png:
2328 * platform/mac/svg/W3C-SVG-1.1/metadata-example-01-b-expected.checksum:
2329 * platform/mac/svg/W3C-SVG-1.1/metadata-example-01-b-expected.png:
2330 * platform/mac/svg/W3C-SVG-1.1/painting-fill-01-t-expected.checksum:
2331 * platform/mac/svg/W3C-SVG-1.1/painting-fill-01-t-expected.png:
2332 * platform/mac/svg/W3C-SVG-1.1/painting-fill-02-t-expected.checksum:
2333 * platform/mac/svg/W3C-SVG-1.1/painting-fill-02-t-expected.png:
2334 * platform/mac/svg/W3C-SVG-1.1/painting-fill-03-t-expected.checksum:
2335 * platform/mac/svg/W3C-SVG-1.1/painting-fill-03-t-expected.png:
2336 * platform/mac/svg/W3C-SVG-1.1/painting-fill-04-t-expected.checksum:
2337 * platform/mac/svg/W3C-SVG-1.1/painting-fill-04-t-expected.png:
2338 * platform/mac/svg/W3C-SVG-1.1/painting-fill-05-b-expected.checksum:
2339 * platform/mac/svg/W3C-SVG-1.1/painting-fill-05-b-expected.png:
2340 * platform/mac/svg/W3C-SVG-1.1/painting-marker-01-f-expected.checksum:
2341 * platform/mac/svg/W3C-SVG-1.1/painting-marker-01-f-expected.png:
2342 * platform/mac/svg/W3C-SVG-1.1/painting-marker-02-f-expected.checksum:
2343 * platform/mac/svg/W3C-SVG-1.1/painting-marker-02-f-expected.png:
2344 * platform/mac/svg/W3C-SVG-1.1/painting-marker-03-f-expected.checksum:
2345 * platform/mac/svg/W3C-SVG-1.1/painting-marker-03-f-expected.png:
2346 * platform/mac/svg/W3C-SVG-1.1/painting-render-01-b-expected.checksum:
2347 * platform/mac/svg/W3C-SVG-1.1/painting-render-01-b-expected.png:
2348 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.checksum:
2349 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.png:
2350 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.checksum:
2351 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.png:
2352 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.checksum:
2353 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.png:
2354 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.checksum:
2355 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.png:
2356 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-07-t-expected.checksum:
2357 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-07-t-expected.png:
2358 * platform/mac/svg/W3C-SVG-1.1/paths-data-01-t-expected.checksum:
2359 * platform/mac/svg/W3C-SVG-1.1/paths-data-01-t-expected.png:
2360 * platform/mac/svg/W3C-SVG-1.1/paths-data-02-t-expected.checksum:
2361 * platform/mac/svg/W3C-SVG-1.1/paths-data-02-t-expected.png:
2362 * platform/mac/svg/W3C-SVG-1.1/paths-data-03-f-expected.checksum:
2363 * platform/mac/svg/W3C-SVG-1.1/paths-data-03-f-expected.png:
2364 * platform/mac/svg/W3C-SVG-1.1/paths-data-04-t-expected.checksum:
2365 * platform/mac/svg/W3C-SVG-1.1/paths-data-04-t-expected.png:
2366 * platform/mac/svg/W3C-SVG-1.1/paths-data-05-t-expected.checksum:
2367 * platform/mac/svg/W3C-SVG-1.1/paths-data-05-t-expected.png:
2368 * platform/mac/svg/W3C-SVG-1.1/paths-data-06-t-expected.checksum:
2369 * platform/mac/svg/W3C-SVG-1.1/paths-data-06-t-expected.png:
2370 * platform/mac/svg/W3C-SVG-1.1/paths-data-07-t-expected.checksum:
2371 * platform/mac/svg/W3C-SVG-1.1/paths-data-07-t-expected.png:
2372 * platform/mac/svg/W3C-SVG-1.1/paths-data-08-t-expected.checksum:
2373 * platform/mac/svg/W3C-SVG-1.1/paths-data-08-t-expected.png:
2374 * platform/mac/svg/W3C-SVG-1.1/paths-data-09-t-expected.checksum:
2375 * platform/mac/svg/W3C-SVG-1.1/paths-data-09-t-expected.png:
2376 * platform/mac/svg/W3C-SVG-1.1/paths-data-10-t-expected.checksum:
2377 * platform/mac/svg/W3C-SVG-1.1/paths-data-10-t-expected.png:
2378 * platform/mac/svg/W3C-SVG-1.1/paths-data-12-t-expected.checksum:
2379 * platform/mac/svg/W3C-SVG-1.1/paths-data-12-t-expected.png:
2380 * platform/mac/svg/W3C-SVG-1.1/paths-data-13-t-expected.checksum:
2381 * platform/mac/svg/W3C-SVG-1.1/paths-data-13-t-expected.png:
2382 * platform/mac/svg/W3C-SVG-1.1/paths-data-14-t-expected.checksum:
2383 * platform/mac/svg/W3C-SVG-1.1/paths-data-14-t-expected.png:
2384 * platform/mac/svg/W3C-SVG-1.1/paths-data-15-t-expected.checksum:
2385 * platform/mac/svg/W3C-SVG-1.1/paths-data-15-t-expected.png:
2386 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.checksum:
2387 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.png:
2388 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.checksum:
2389 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.png:
2390 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.checksum:
2391 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.png:
2392 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.checksum:
2393 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.png:
2394 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.checksum:
2395 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.png:
2396 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.checksum:
2397 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png:
2398 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.checksum:
2399 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.png:
2400 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.checksum:
2401 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png:
2402 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.checksum:
2403 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.png:
2404 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.checksum:
2405 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.png:
2406 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.checksum:
2407 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.png:
2408 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.checksum:
2409 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.png:
2410 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.checksum:
2411 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.png:
2412 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.checksum:
2413 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.png:
2414 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.checksum:
2415 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.png:
2416 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.checksum:
2417 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.png:
2418 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.checksum:
2419 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.png:
2420 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.checksum:
2421 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.png:
2422 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.checksum:
2423 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.png:
2424 * platform/mac/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.checksum:
2425 * platform/mac/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.png:
2426 * platform/mac/svg/W3C-SVG-1.1/render-elems-01-t-expected.checksum:
2427 * platform/mac/svg/W3C-SVG-1.1/render-elems-01-t-expected.png:
2428 * platform/mac/svg/W3C-SVG-1.1/render-elems-02-t-expected.checksum:
2429 * platform/mac/svg/W3C-SVG-1.1/render-elems-02-t-expected.png:
2430 * platform/mac/svg/W3C-SVG-1.1/render-elems-03-t-expected.checksum:
2431 * platform/mac/svg/W3C-SVG-1.1/render-elems-03-t-expected.png:
2432 * platform/mac/svg/W3C-SVG-1.1/render-elems-06-t-expected.checksum:
2433 * platform/mac/svg/W3C-SVG-1.1/render-elems-06-t-expected.png:
2434 * platform/mac/svg/W3C-SVG-1.1/render-elems-07-t-expected.checksum:
2435 * platform/mac/svg/W3C-SVG-1.1/render-elems-07-t-expected.png:
2436 * platform/mac/svg/W3C-SVG-1.1/render-elems-08-t-expected.checksum:
2437 * platform/mac/svg/W3C-SVG-1.1/render-elems-08-t-expected.png:
2438 * platform/mac/svg/W3C-SVG-1.1/render-groups-01-b-expected.checksum:
2439 * platform/mac/svg/W3C-SVG-1.1/render-groups-01-b-expected.png:
2440 * platform/mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.checksum:
2441 * platform/mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.png:
2442 * platform/mac/svg/W3C-SVG-1.1/script-handle-01-b-expected.checksum:
2443 * platform/mac/svg/W3C-SVG-1.1/script-handle-01-b-expected.png:
2444 * platform/mac/svg/W3C-SVG-1.1/script-handle-02-b-expected.checksum:
2445 * platform/mac/svg/W3C-SVG-1.1/script-handle-02-b-expected.png:
2446 * platform/mac/svg/W3C-SVG-1.1/script-handle-03-b-expected.checksum:
2447 * platform/mac/svg/W3C-SVG-1.1/script-handle-03-b-expected.png:
2448 * platform/mac/svg/W3C-SVG-1.1/script-handle-04-b-expected.checksum:
2449 * platform/mac/svg/W3C-SVG-1.1/script-handle-04-b-expected.png:
2450 * platform/mac/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.checksum:
2451 * platform/mac/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.png:
2452 * platform/mac/svg/W3C-SVG-1.1/shapes-circle-02-t-expected.checksum:
2453 * platform/mac/svg/W3C-SVG-1.1/shapes-circle-02-t-expected.png:
2454 * platform/mac/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.checksum:
2455 * platform/mac/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.png:
2456 * platform/mac/svg/W3C-SVG-1.1/shapes-ellipse-02-t-expected.checksum:
2457 * platform/mac/svg/W3C-SVG-1.1/shapes-ellipse-02-t-expected.png:
2458 * platform/mac/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.checksum:
2459 * platform/mac/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.png:
2460 * platform/mac/svg/W3C-SVG-1.1/shapes-line-01-t-expected.checksum:
2461 * platform/mac/svg/W3C-SVG-1.1/shapes-line-01-t-expected.png:
2462 * platform/mac/svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.checksum:
2463 * platform/mac/svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.png:
2464 * platform/mac/svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.checksum:
2465 * platform/mac/svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.png:
2466 * platform/mac/svg/W3C-SVG-1.1/shapes-rect-01-t-expected.checksum:
2467 * platform/mac/svg/W3C-SVG-1.1/shapes-rect-01-t-expected.png:
2468 * platform/mac/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.checksum:
2469 * platform/mac/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.png:
2470 * platform/mac/svg/W3C-SVG-1.1/struct-cond-01-t-expected.checksum:
2471 * platform/mac/svg/W3C-SVG-1.1/struct-cond-01-t-expected.png:
2472 * platform/mac/svg/W3C-SVG-1.1/struct-cond-02-t-expected.checksum:
2473 * platform/mac/svg/W3C-SVG-1.1/struct-cond-02-t-expected.png:
2474 * platform/mac/svg/W3C-SVG-1.1/struct-cond-03-t-expected.checksum:
2475 * platform/mac/svg/W3C-SVG-1.1/struct-cond-03-t-expected.png:
2476 * platform/mac/svg/W3C-SVG-1.1/struct-defs-01-t-expected.checksum:
2477 * platform/mac/svg/W3C-SVG-1.1/struct-defs-01-t-expected.png:
2478 * platform/mac/svg/W3C-SVG-1.1/struct-dom-01-b-expected.checksum:
2479 * platform/mac/svg/W3C-SVG-1.1/struct-dom-01-b-expected.png:
2480 * platform/mac/svg/W3C-SVG-1.1/struct-dom-02-b-expected.checksum:
2481 * platform/mac/svg/W3C-SVG-1.1/struct-dom-02-b-expected.png:
2482 * platform/mac/svg/W3C-SVG-1.1/struct-dom-03-b-expected.checksum:
2483 * platform/mac/svg/W3C-SVG-1.1/struct-dom-03-b-expected.png:
2484 * platform/mac/svg/W3C-SVG-1.1/struct-dom-04-b-expected.checksum:
2485 * platform/mac/svg/W3C-SVG-1.1/struct-dom-04-b-expected.png:
2486 * platform/mac/svg/W3C-SVG-1.1/struct-dom-05-b-expected.checksum:
2487 * platform/mac/svg/W3C-SVG-1.1/struct-dom-05-b-expected.png:
2488 * platform/mac/svg/W3C-SVG-1.1/struct-dom-06-b-expected.checksum:
2489 * platform/mac/svg/W3C-SVG-1.1/struct-dom-06-b-expected.png:
2490 * platform/mac/svg/W3C-SVG-1.1/struct-frag-02-t-expected.checksum:
2491 * platform/mac/svg/W3C-SVG-1.1/struct-frag-02-t-expected.png:
2492 * platform/mac/svg/W3C-SVG-1.1/struct-frag-03-t-expected.checksum:
2493 * platform/mac/svg/W3C-SVG-1.1/struct-frag-03-t-expected.png:
2494 * platform/mac/svg/W3C-SVG-1.1/struct-frag-04-t-expected.checksum:
2495 * platform/mac/svg/W3C-SVG-1.1/struct-frag-04-t-expected.png:
2496 * platform/mac/svg/W3C-SVG-1.1/struct-frag-05-t-expected.checksum:
2497 * platform/mac/svg/W3C-SVG-1.1/struct-frag-05-t-expected.png:
2498 * platform/mac/svg/W3C-SVG-1.1/struct-frag-06-t-expected.checksum:
2499 * platform/mac/svg/W3C-SVG-1.1/struct-frag-06-t-expected.png:
2500 * platform/mac/svg/W3C-SVG-1.1/struct-group-01-t-expected.checksum:
2501 * platform/mac/svg/W3C-SVG-1.1/struct-group-01-t-expected.png:
2502 * platform/mac/svg/W3C-SVG-1.1/struct-group-02-b-expected.checksum:
2503 * platform/mac/svg/W3C-SVG-1.1/struct-group-02-b-expected.png:
2504 * platform/mac/svg/W3C-SVG-1.1/struct-group-03-t-expected.checksum:
2505 * platform/mac/svg/W3C-SVG-1.1/struct-group-03-t-expected.png:
2506 * platform/mac/svg/W3C-SVG-1.1/struct-image-01-t-expected.checksum:
2507 * platform/mac/svg/W3C-SVG-1.1/struct-image-01-t-expected.png:
2508 * platform/mac/svg/W3C-SVG-1.1/struct-image-02-b-expected.checksum:
2509 * platform/mac/svg/W3C-SVG-1.1/struct-image-02-b-expected.png:
2510 * platform/mac/svg/W3C-SVG-1.1/struct-image-03-t-expected.checksum:
2511 * platform/mac/svg/W3C-SVG-1.1/struct-image-03-t-expected.png:
2512 * platform/mac/svg/W3C-SVG-1.1/struct-image-04-t-expected.checksum:
2513 * platform/mac/svg/W3C-SVG-1.1/struct-image-04-t-expected.png:
2514 * platform/mac/svg/W3C-SVG-1.1/struct-image-05-b-expected.checksum:
2515 * platform/mac/svg/W3C-SVG-1.1/struct-image-05-b-expected.png:
2516 * platform/mac/svg/W3C-SVG-1.1/struct-image-06-t-expected.checksum:
2517 * platform/mac/svg/W3C-SVG-1.1/struct-image-06-t-expected.png:
2518 * platform/mac/svg/W3C-SVG-1.1/struct-image-07-t-expected.checksum:
2519 * platform/mac/svg/W3C-SVG-1.1/struct-image-07-t-expected.png:
2520 * platform/mac/svg/W3C-SVG-1.1/struct-image-08-t-expected.checksum:
2521 * platform/mac/svg/W3C-SVG-1.1/struct-image-08-t-expected.png:
2522 * platform/mac/svg/W3C-SVG-1.1/struct-image-09-t-expected.checksum:
2523 * platform/mac/svg/W3C-SVG-1.1/struct-image-09-t-expected.png:
2524 * platform/mac/svg/W3C-SVG-1.1/struct-image-10-t-expected.checksum:
2525 * platform/mac/svg/W3C-SVG-1.1/struct-image-10-t-expected.png:
2526 * platform/mac/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.checksum:
2527 * platform/mac/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.png:
2528 * platform/mac/svg/W3C-SVG-1.1/struct-use-01-t-expected.checksum:
2529 * platform/mac/svg/W3C-SVG-1.1/struct-use-01-t-expected.png:
2530 * platform/mac/svg/W3C-SVG-1.1/struct-use-03-t-expected.checksum:
2531 * platform/mac/svg/W3C-SVG-1.1/struct-use-03-t-expected.png:
2532 * platform/mac/svg/W3C-SVG-1.1/struct-use-05-b-expected.checksum:
2533 * platform/mac/svg/W3C-SVG-1.1/struct-use-05-b-expected.png:
2534 * platform/mac/svg/W3C-SVG-1.1/styling-css-01-b-expected.checksum:
2535 * platform/mac/svg/W3C-SVG-1.1/styling-css-01-b-expected.png:
2536 * platform/mac/svg/W3C-SVG-1.1/styling-css-02-b-expected.checksum:
2537 * platform/mac/svg/W3C-SVG-1.1/styling-css-02-b-expected.png:
2538 * platform/mac/svg/W3C-SVG-1.1/styling-css-03-b-expected.checksum:
2539 * platform/mac/svg/W3C-SVG-1.1/styling-css-03-b-expected.png:
2540 * platform/mac/svg/W3C-SVG-1.1/styling-css-04-f-expected.checksum:
2541 * platform/mac/svg/W3C-SVG-1.1/styling-css-04-f-expected.png:
2542 * platform/mac/svg/W3C-SVG-1.1/styling-css-05-b-expected.checksum:
2543 * platform/mac/svg/W3C-SVG-1.1/styling-css-05-b-expected.png:
2544 * platform/mac/svg/W3C-SVG-1.1/styling-css-06-b-expected.checksum:
2545 * platform/mac/svg/W3C-SVG-1.1/styling-css-06-b-expected.png:
2546 * platform/mac/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.checksum:
2547 * platform/mac/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.png:
2548 * platform/mac/svg/W3C-SVG-1.1/styling-pres-01-t-expected.checksum:
2549 * platform/mac/svg/W3C-SVG-1.1/styling-pres-01-t-expected.png:
2550 * platform/mac/svg/W3C-SVG-1.1/text-align-01-b-expected.checksum:
2551 * platform/mac/svg/W3C-SVG-1.1/text-align-01-b-expected.png:
2552 * platform/mac/svg/W3C-SVG-1.1/text-align-02-b-expected.checksum:
2553 * platform/mac/svg/W3C-SVG-1.1/text-align-02-b-expected.png:
2554 * platform/mac/svg/W3C-SVG-1.1/text-align-03-b-expected.checksum:
2555 * platform/mac/svg/W3C-SVG-1.1/text-align-03-b-expected.png:
2556 * platform/mac/svg/W3C-SVG-1.1/text-align-04-b-expected.checksum:
2557 * platform/mac/svg/W3C-SVG-1.1/text-align-04-b-expected.png:
2558 * platform/mac/svg/W3C-SVG-1.1/text-align-05-b-expected.checksum:
2559 * platform/mac/svg/W3C-SVG-1.1/text-align-05-b-expected.png:
2560 * platform/mac/svg/W3C-SVG-1.1/text-align-06-b-expected.checksum:
2561 * platform/mac/svg/W3C-SVG-1.1/text-align-06-b-expected.png:
2562 * platform/mac/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.checksum:
2563 * platform/mac/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.png:
2564 * platform/mac/svg/W3C-SVG-1.1/text-deco-01-b-expected.checksum:
2565 * platform/mac/svg/W3C-SVG-1.1/text-deco-01-b-expected.png:
2566 * platform/mac/svg/W3C-SVG-1.1/text-fonts-01-t-expected.checksum:
2567 * platform/mac/svg/W3C-SVG-1.1/text-fonts-01-t-expected.png:
2568 * platform/mac/svg/W3C-SVG-1.1/text-fonts-02-t-expected.checksum:
2569 * platform/mac/svg/W3C-SVG-1.1/text-fonts-02-t-expected.png:
2570 * platform/mac/svg/W3C-SVG-1.1/text-intro-05-t-expected.checksum:
2571 * platform/mac/svg/W3C-SVG-1.1/text-intro-05-t-expected.png:
2572 * platform/mac/svg/W3C-SVG-1.1/text-path-01-b-expected.checksum:
2573 * platform/mac/svg/W3C-SVG-1.1/text-path-01-b-expected.png:
2574 * platform/mac/svg/W3C-SVG-1.1/text-spacing-01-b-expected.checksum:
2575 * platform/mac/svg/W3C-SVG-1.1/text-spacing-01-b-expected.png:
2576 * platform/mac/svg/W3C-SVG-1.1/text-text-01-b-expected.checksum:
2577 * platform/mac/svg/W3C-SVG-1.1/text-text-01-b-expected.png:
2578 * platform/mac/svg/W3C-SVG-1.1/text-text-03-b-expected.checksum:
2579 * platform/mac/svg/W3C-SVG-1.1/text-text-03-b-expected.png:
2580 * platform/mac/svg/W3C-SVG-1.1/text-text-04-t-expected.checksum:
2581 * platform/mac/svg/W3C-SVG-1.1/text-text-04-t-expected.png:
2582 * platform/mac/svg/W3C-SVG-1.1/text-text-05-t-expected.checksum:
2583 * platform/mac/svg/W3C-SVG-1.1/text-text-05-t-expected.png:
2584 * platform/mac/svg/W3C-SVG-1.1/text-text-06-t-expected.checksum:
2585 * platform/mac/svg/W3C-SVG-1.1/text-text-06-t-expected.png:
2586 * platform/mac/svg/W3C-SVG-1.1/text-text-07-t-expected.checksum:
2587 * platform/mac/svg/W3C-SVG-1.1/text-text-07-t-expected.png:
2588 * platform/mac/svg/W3C-SVG-1.1/text-text-08-b-expected.checksum:
2589 * platform/mac/svg/W3C-SVG-1.1/text-text-08-b-expected.png:
2590 * platform/mac/svg/W3C-SVG-1.1/text-tref-01-b-expected.checksum:
2591 * platform/mac/svg/W3C-SVG-1.1/text-tref-01-b-expected.png:
2592 * platform/mac/svg/W3C-SVG-1.1/text-tselect-01-b-expected.checksum:
2593 * platform/mac/svg/W3C-SVG-1.1/text-tselect-01-b-expected.png:
2594 * platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.checksum:
2595 * platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.png:
2596 * platform/mac/svg/W3C-SVG-1.1/text-tspan-01-b-expected.checksum:
2597 * platform/mac/svg/W3C-SVG-1.1/text-tspan-01-b-expected.png:
2598 * platform/mac/svg/W3C-SVG-1.1/text-ws-01-t-expected.checksum:
2599 * platform/mac/svg/W3C-SVG-1.1/text-ws-01-t-expected.png:
2600 * platform/mac/svg/W3C-SVG-1.1/text-ws-02-t-expected.checksum:
2601 * platform/mac/svg/W3C-SVG-1.1/text-ws-02-t-expected.png:
2602 * platform/mac/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.checksum:
2603 * platform/mac/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.png:
2604 * platform/mac/svg/carto.net/button-expected.checksum:
2605 * platform/mac/svg/carto.net/button-expected.png:
2606 * platform/mac/svg/carto.net/colourpicker-expected.checksum:
2607 * platform/mac/svg/carto.net/colourpicker-expected.png:
2608 * platform/mac/svg/carto.net/combobox-expected.checksum:
2609 * platform/mac/svg/carto.net/combobox-expected.png:
2610 * platform/mac/svg/carto.net/scrollbar-expected.checksum:
2611 * platform/mac/svg/carto.net/scrollbar-expected.png:
2612 * platform/mac/svg/carto.net/selectionlist-expected.checksum:
2613 * platform/mac/svg/carto.net/selectionlist-expected.png:
2614 * platform/mac/svg/carto.net/slider-expected.checksum:
2615 * platform/mac/svg/carto.net/slider-expected.png:
2616 * platform/mac/svg/carto.net/textbox-expected.checksum:
2617 * platform/mac/svg/carto.net/textbox-expected.png:
2618 * platform/mac/svg/carto.net/window-expected.checksum:
2619 * platform/mac/svg/carto.net/window-expected.png:
2620 * platform/mac/svg/custom/SVGPoint-matrixTransform-expected.checksum:
2621 * platform/mac/svg/custom/SVGPoint-matrixTransform-expected.png:
2622 * platform/mac/svg/custom/alignment-baseline-modes-expected.checksum:
2623 * platform/mac/svg/custom/alignment-baseline-modes-expected.png:
2624 * platform/mac/svg/custom/baseval-animval-equality-expected.checksum:
2625 * platform/mac/svg/custom/baseval-animval-equality-expected.png:
2626 * platform/mac/svg/custom/control-points-for-S-and-T-expected.checksum:
2627 * platform/mac/svg/custom/control-points-for-S-and-T-expected.png:
2628 * platform/mac/svg/custom/coords-relative-units-transforms-expected.checksum:
2629 * platform/mac/svg/custom/coords-relative-units-transforms-expected.png:
2630 * platform/mac/svg/custom/dasharrayOrigin-expected.checksum:
2631 * platform/mac/svg/custom/dasharrayOrigin-expected.png:
2632 * platform/mac/svg/custom/deep-dynamic-updates-expected.checksum:
2633 * platform/mac/svg/custom/deep-dynamic-updates-expected.png:
2634 * platform/mac/svg/custom/dominant-baseline-hanging-expected.checksum:
2635 * platform/mac/svg/custom/dominant-baseline-hanging-expected.png:
2636 * platform/mac/svg/custom/dominant-baseline-modes-expected.checksum:
2637 * platform/mac/svg/custom/dominant-baseline-modes-expected.png:
2638 * platform/mac/svg/custom/dynamic-empty-path-expected.checksum:
2639 * platform/mac/svg/custom/dynamic-empty-path-expected.png:
2640 * platform/mac/svg/custom/dynamic-svg-document-creation-expected.checksum:
2641 * platform/mac/svg/custom/dynamic-svg-document-creation-expected.png:
2642 * platform/mac/svg/custom/feComponentTransfer-Discrete-expected.checksum:
2643 * platform/mac/svg/custom/feComponentTransfer-Discrete-expected.png:
2644 * platform/mac/svg/custom/feComponentTransfer-Gamma-expected.checksum:
2645 * platform/mac/svg/custom/feComponentTransfer-Gamma-expected.png:
2646 * platform/mac/svg/custom/feComponentTransfer-Linear-expected.checksum:
2647 * platform/mac/svg/custom/feComponentTransfer-Linear-expected.png:
2648 * platform/mac/svg/custom/feComponentTransfer-Table-expected.checksum:
2649 * platform/mac/svg/custom/feComponentTransfer-Table-expected.png:
2650 * platform/mac/svg/custom/focus-ring-expected.checksum:
2651 * platform/mac/svg/custom/focus-ring-expected.png:
2652 * platform/mac/svg/custom/font-face-cascade-order-expected.checksum:
2653 * platform/mac/svg/custom/font-face-cascade-order-expected.png:
2654 * platform/mac/svg/custom/font-face-simple-expected.checksum:
2655 * platform/mac/svg/custom/font-face-simple-expected.png:
2656 * platform/mac/svg/custom/foreign-object-skew-expected.checksum:
2657 * platform/mac/svg/custom/foreign-object-skew-expected.png:
2658 * platform/mac/svg/custom/getTransformToElement-expected.checksum:
2659 * platform/mac/svg/custom/getTransformToElement-expected.png:
2660 * platform/mac/svg/custom/getscreenctm-in-mixed-content-expected.checksum:
2661 * platform/mac/svg/custom/getscreenctm-in-mixed-content-expected.png:
2662 * platform/mac/svg/custom/getsvgdocument-expected.checksum:
2663 * platform/mac/svg/custom/getsvgdocument-expected.png:
2664 * platform/mac/svg/custom/gradient-cycle-detection-expected.checksum:
2665 * platform/mac/svg/custom/gradient-cycle-detection-expected.png:
2666 * platform/mac/svg/custom/gradient-deep-referencing-expected.checksum:
2667 * platform/mac/svg/custom/gradient-deep-referencing-expected.png:
2668 * platform/mac/svg/custom/gradient-stop-corner-cases-expected.checksum:
2669 * platform/mac/svg/custom/gradient-stop-corner-cases-expected.png:
2670 * platform/mac/svg/custom/grayscale-gradient-mask-expected.checksum:
2671 * platform/mac/svg/custom/grayscale-gradient-mask-expected.png:
2672 * platform/mac/svg/custom/hit-test-path-expected.checksum:
2673 * platform/mac/svg/custom/hit-test-path-expected.png:
2674 * platform/mac/svg/custom/hit-test-path-stroke-expected.checksum:
2675 * platform/mac/svg/custom/hit-test-path-stroke-expected.png:
2676 * platform/mac/svg/custom/image-clipped-hit-expected.checksum:
2677 * platform/mac/svg/custom/image-clipped-hit-expected.png:
2678 * platform/mac/svg/custom/image-with-transform-clip-filter-expected.checksum:
2679 * platform/mac/svg/custom/image-with-transform-clip-filter-expected.png:
2680 * platform/mac/svg/custom/invalid-css-expected.checksum:
2681 * platform/mac/svg/custom/invalid-css-expected.png:
2682 * platform/mac/svg/custom/invalid-fill-expected.checksum:
2683 * platform/mac/svg/custom/invalid-fill-expected.png:
2684 * platform/mac/svg/custom/invalid-fill-hex-expected.checksum:
2685 * platform/mac/svg/custom/invalid-fill-hex-expected.png:
2686 * platform/mac/svg/custom/invisible-text-after-scrolling-expected.checksum:
2687 * platform/mac/svg/custom/invisible-text-after-scrolling-expected.png:
2688 * platform/mac/svg/custom/js-late-clipPath-and-object-creation-expected.checksum:
2689 * platform/mac/svg/custom/js-late-clipPath-and-object-creation-expected.png:
2690 * platform/mac/svg/custom/js-late-clipPath-creation-expected.checksum:
2691 * platform/mac/svg/custom/js-late-clipPath-creation-expected.png:
2692 * platform/mac/svg/custom/js-late-marker-and-object-creation-expected.checksum:
2693 * platform/mac/svg/custom/js-late-marker-and-object-creation-expected.png:
2694 * platform/mac/svg/custom/js-late-marker-creation-expected.checksum:
2695 * platform/mac/svg/custom/js-late-marker-creation-expected.png:
2696 * platform/mac/svg/custom/js-update-bounce-expected.checksum:
2697 * platform/mac/svg/custom/js-update-bounce-expected.png:
2698 * platform/mac/svg/custom/js-update-container-expected.checksum:
2699 * platform/mac/svg/custom/js-update-container-expected.png:
2700 * platform/mac/svg/custom/js-update-container2-expected.checksum:
2701 * platform/mac/svg/custom/js-update-container2-expected.png:
2702 * platform/mac/svg/custom/js-update-path-changes-expected.checksum:
2703 * platform/mac/svg/custom/js-update-path-changes-expected.png:
2704 * platform/mac/svg/custom/js-update-path-removal-expected.checksum:
2705 * platform/mac/svg/custom/js-update-path-removal-expected.png:
2706 * platform/mac/svg/custom/junk-data-expected.checksum:
2707 * platform/mac/svg/custom/junk-data-expected.png:
2708 * platform/mac/svg/custom/marker-changes-expected.checksum:
2709 * platform/mac/svg/custom/marker-changes-expected.png:
2710 * platform/mac/svg/custom/marker-child-changes-expected.checksum:
2711 * platform/mac/svg/custom/marker-child-changes-expected.png:
2712 * platform/mac/svg/custom/marker-default-width-height-expected.checksum:
2713 * platform/mac/svg/custom/marker-default-width-height-expected.png:
2714 * platform/mac/svg/custom/marker-overflow-clip-expected.checksum:
2715 * platform/mac/svg/custom/marker-overflow-clip-expected.png:
2716 * platform/mac/svg/custom/marker-viewBox-changes-expected.checksum:
2717 * platform/mac/svg/custom/marker-viewBox-changes-expected.png:
2718 * platform/mac/svg/custom/missing-xlink-expected.checksum:
2719 * platform/mac/svg/custom/missing-xlink-expected.png:
2720 * platform/mac/svg/custom/non-opaque-filters-expected.checksum:
2721 * platform/mac/svg/custom/non-opaque-filters-expected.png:
2722 * platform/mac/svg/custom/path-textPath-simulation-expected.checksum:
2723 * platform/mac/svg/custom/path-textPath-simulation-expected.png:
2724 * platform/mac/svg/custom/pattern-cycle-detection-expected.checksum:
2725 * platform/mac/svg/custom/pattern-cycle-detection-expected.png:
2726 * platform/mac/svg/custom/pattern-deep-referencing-expected.checksum:
2727 * platform/mac/svg/custom/pattern-deep-referencing-expected.png:
2728 * platform/mac/svg/custom/pointer-events-image-expected.checksum:
2729 * platform/mac/svg/custom/pointer-events-image-expected.png:
2730 * platform/mac/svg/custom/pointer-events-path-expected.checksum:
2731 * platform/mac/svg/custom/pointer-events-path-expected.png:
2732 * platform/mac/svg/custom/pointer-events-text-expected.checksum:
2733 * platform/mac/svg/custom/pointer-events-text-expected.png:
2734 * platform/mac/svg/custom/preserve-aspect-ratio-syntax-expected.checksum:
2735 * platform/mac/svg/custom/preserve-aspect-ratio-syntax-expected.png:
2736 * platform/mac/svg/custom/rootmost-svg-xy-attrs-expected.checksum:
2737 * platform/mac/svg/custom/rootmost-svg-xy-attrs-expected.png:
2738 * platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.checksum:
2739 * platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png:
2740 * platform/mac/svg/custom/second-inline-text-expected.checksum:
2741 * platform/mac/svg/custom/second-inline-text-expected.png:
2742 * platform/mac/svg/custom/shapes-supporting-markers-expected.checksum:
2743 * platform/mac/svg/custom/shapes-supporting-markers-expected.png:
2744 * platform/mac/svg/custom/simpleCDF-expected.checksum:
2745 * platform/mac/svg/custom/simpleCDF-expected.png:
2746 * platform/mac/svg/custom/struct-use-09-b-expected.checksum:
2747 * platform/mac/svg/custom/struct-use-09-b-expected.png:
2748 * platform/mac/svg/custom/svg-float-border-padding-expected.checksum:
2749 * platform/mac/svg/custom/svg-float-border-padding-expected.png:
2750 * platform/mac/svg/custom/svg-overflow-types-expected.checksum:
2751 * platform/mac/svg/custom/svg-overflow-types-expected.png:
2752 * platform/mac/svg/custom/text-clip-expected.checksum:
2753 * platform/mac/svg/custom/text-clip-expected.png:
2754 * platform/mac/svg/custom/text-ctm-expected.checksum:
2755 * platform/mac/svg/custom/text-ctm-expected.png:
2756 * platform/mac/svg/custom/text-dom-01-f-expected.checksum:
2757 * platform/mac/svg/custom/text-dom-01-f-expected.png:
2758 * platform/mac/svg/custom/text-hit-test-expected.checksum:
2759 * platform/mac/svg/custom/text-hit-test-expected.png:
2760 * platform/mac/svg/custom/text-image-opacity-expected.checksum:
2761 * platform/mac/svg/custom/text-image-opacity-expected.png:
2762 * platform/mac/svg/custom/text-repaint-including-stroke-expected.checksum:
2763 * platform/mac/svg/custom/text-repaint-including-stroke-expected.png:
2764 * platform/mac/svg/custom/text-whitespace-handling-expected.checksum:
2765 * platform/mac/svg/custom/text-whitespace-handling-expected.png:
2766 * platform/mac/svg/custom/tref-update-expected.checksum:
2767 * platform/mac/svg/custom/tref-update-expected.png:
2768 * platform/mac/svg/custom/use-clipped-hit-expected.checksum:
2769 * platform/mac/svg/custom/use-clipped-hit-expected.png:
2770 * platform/mac/svg/custom/use-css-events-expected.checksum:
2771 * platform/mac/svg/custom/use-css-events-expected.png:
2772 * platform/mac/svg/custom/use-elementInstance-event-target-expected.checksum:
2773 * platform/mac/svg/custom/use-elementInstance-event-target-expected.png:
2774 * platform/mac/svg/custom/use-elementInstance-methods-expected.checksum:
2775 * platform/mac/svg/custom/use-elementInstance-methods-expected.png:
2776 * platform/mac/svg/custom/use-event-handler-on-referenced-element-expected.checksum:
2777 * platform/mac/svg/custom/use-event-handler-on-referenced-element-expected.png:
2778 * platform/mac/svg/custom/use-event-handler-on-use-element-expected.checksum:
2779 * platform/mac/svg/custom/use-event-handler-on-use-element-expected.png:
2780 * platform/mac/svg/custom/use-events-crash-expected.checksum:
2781 * platform/mac/svg/custom/use-events-crash-expected.png:
2782 * platform/mac/svg/custom/use-forward-refs-expected.checksum:
2783 * platform/mac/svg/custom/use-forward-refs-expected.png:
2784 * platform/mac/svg/custom/use-instanceRoot-modifications-expected.checksum:
2785 * platform/mac/svg/custom/use-instanceRoot-modifications-expected.png:
2786 * platform/mac/svg/custom/use-modify-container-in-target-expected.checksum:
2787 * platform/mac/svg/custom/use-modify-container-in-target-expected.png:
2788 * platform/mac/svg/custom/use-modify-target-container-expected.checksum:
2789 * platform/mac/svg/custom/use-modify-target-container-expected.png:
2790 * platform/mac/svg/custom/use-modify-target-symbol-expected.checksum:
2791 * platform/mac/svg/custom/use-modify-target-symbol-expected.png:
2792 * platform/mac/svg/custom/use-nested-transform-expected.checksum:
2793 * platform/mac/svg/custom/use-nested-transform-expected.png:
2794 * platform/mac/svg/custom/use-on-g-containing-use-expected.checksum:
2795 * platform/mac/svg/custom/use-on-g-containing-use-expected.png:
2796 * platform/mac/svg/custom/use-on-g-expected.checksum:
2797 * platform/mac/svg/custom/use-on-g-expected.png:
2798 * platform/mac/svg/custom/use-on-rect-expected.checksum:
2799 * platform/mac/svg/custom/use-on-rect-expected.png:
2800 * platform/mac/svg/custom/use-on-symbol-expected.checksum:
2801 * platform/mac/svg/custom/use-on-symbol-expected.png:
2802 * platform/mac/svg/custom/use-on-symbol-inside-pattern-expected.checksum:
2803 * platform/mac/svg/custom/use-on-symbol-inside-pattern-expected.png:
2804 * platform/mac/svg/custom/use-on-text-expected.checksum:
2805 * platform/mac/svg/custom/use-on-text-expected.png:
2806 * platform/mac/svg/custom/use-on-use-expected.checksum:
2807 * platform/mac/svg/custom/use-on-use-expected.png:
2808 * platform/mac/svg/custom/use-property-changes-through-dom-expected.checksum:
2809 * platform/mac/svg/custom/use-property-changes-through-dom-expected.png:
2810 * platform/mac/svg/custom/use-property-changes-through-svg-dom-expected.checksum:
2811 * platform/mac/svg/custom/use-property-changes-through-svg-dom-expected.png:
2812 * platform/mac/svg/custom/use-recursion-1-expected.checksum:
2813 * platform/mac/svg/custom/use-recursion-1-expected.png:
2814 * platform/mac/svg/custom/use-recursion-2-expected.checksum:
2815 * platform/mac/svg/custom/use-recursion-2-expected.png:
2816 * platform/mac/svg/custom/use-recursion-3-expected.checksum:
2817 * platform/mac/svg/custom/use-recursion-3-expected.png:
2818 * platform/mac/svg/custom/use-recursion-4-expected.checksum:
2819 * platform/mac/svg/custom/use-recursion-4-expected.png:
2820 * platform/mac/svg/custom/use-referencing-nonexisting-symbol-expected.checksum:
2821 * platform/mac/svg/custom/use-referencing-nonexisting-symbol-expected.png:
2822 * platform/mac/svg/custom/use-transform-expected.checksum:
2823 * platform/mac/svg/custom/use-transform-expected.png:
2824 * platform/mac/svg/custom/viewBox-hit-expected.checksum:
2825 * platform/mac/svg/custom/viewBox-hit-expected.png:
2826 * platform/mac/svg/custom/viewbox-syntax-expected.checksum:
2827 * platform/mac/svg/custom/viewbox-syntax-expected.png:
2828 * platform/mac/svg/custom/viewport-em-expected.checksum:
2829 * platform/mac/svg/custom/viewport-em-expected.png:
2830 * platform/mac/svg/hixie/cascade/002-expected.checksum:
2831 * platform/mac/svg/hixie/cascade/002-expected.png:
2832 * platform/mac/svg/hixie/data-types/001-expected.checksum:
2833 * platform/mac/svg/hixie/data-types/001-expected.png:
2834 * platform/mac/svg/hixie/data-types/002-expected.checksum:
2835 * platform/mac/svg/hixie/data-types/002-expected.png:
2836 * platform/mac/svg/hixie/dynamic/002-expected.checksum:
2837 * platform/mac/svg/hixie/dynamic/002-expected.png:
2838 * platform/mac/svg/hixie/error/002-expected.checksum:
2839 * platform/mac/svg/hixie/error/002-expected.png:
2840 * platform/mac/svg/hixie/error/003-expected.checksum:
2841 * platform/mac/svg/hixie/error/003-expected.png:
2842 * platform/mac/svg/hixie/error/004-expected.checksum:
2843 * platform/mac/svg/hixie/error/004-expected.png:
2844 * platform/mac/svg/hixie/error/005-expected.checksum:
2845 * platform/mac/svg/hixie/error/005-expected.png:
2846 * platform/mac/svg/hixie/error/010-expected.checksum:
2847 * platform/mac/svg/hixie/error/010-expected.png:
2848 * platform/mac/svg/hixie/error/011-expected.checksum:
2849 * platform/mac/svg/hixie/error/011-expected.png:
2850 * platform/mac/svg/hixie/error/012-expected.checksum:
2851 * platform/mac/svg/hixie/error/012-expected.png:
2852 * platform/mac/svg/hixie/error/017-expected.checksum:
2853 * platform/mac/svg/hixie/error/017-expected.png:
2854 * platform/mac/svg/hixie/links/002-expected.checksum:
2855 * platform/mac/svg/hixie/links/002-expected.png:
2856 * platform/mac/svg/hixie/links/003-broken-expected.checksum:
2857 * platform/mac/svg/hixie/links/003-broken-expected.png:
2858 * platform/mac/svg/hixie/mixed/003-expected.checksum:
2859 * platform/mac/svg/hixie/mixed/003-expected.png:
2860 * platform/mac/svg/hixie/mixed/004-expected.checksum:
2861 * platform/mac/svg/hixie/mixed/004-expected.png:
2862 * platform/mac/svg/hixie/mixed/005-expected.checksum:
2863 * platform/mac/svg/hixie/mixed/005-expected.png:
2864 * platform/mac/svg/hixie/mixed/006-expected.checksum:
2865 * platform/mac/svg/hixie/mixed/006-expected.png:
2866 * platform/mac/svg/hixie/mixed/007-expected.checksum:
2867 * platform/mac/svg/hixie/mixed/007-expected.png:
2868 * platform/mac/svg/hixie/mixed/008-expected.checksum:
2869 * platform/mac/svg/hixie/mixed/008-expected.png:
2870 * platform/mac/svg/hixie/mixed/009-expected.checksum:
2871 * platform/mac/svg/hixie/mixed/009-expected.png:
2872 * platform/mac/svg/hixie/mixed/010-expected.checksum:
2873 * platform/mac/svg/hixie/mixed/010-expected.png:
2874 * platform/mac/svg/hixie/mixed/011-expected.checksum:
2875 * platform/mac/svg/hixie/mixed/011-expected.png:
2876 * platform/mac/svg/hixie/perf/001-expected.checksum:
2877 * platform/mac/svg/hixie/perf/001-expected.png:
2878 * platform/mac/svg/hixie/perf/002-expected.checksum:
2879 * platform/mac/svg/hixie/perf/002-expected.png:
2880 * platform/mac/svg/hixie/perf/003-expected.checksum:
2881 * platform/mac/svg/hixie/perf/003-expected.png:
2882 * platform/mac/svg/hixie/perf/004-expected.checksum:
2883 * platform/mac/svg/hixie/perf/004-expected.png:
2884 * platform/mac/svg/hixie/perf/005-expected.checksum:
2885 * platform/mac/svg/hixie/perf/005-expected.png:
2886 * platform/mac/svg/hixie/perf/006-expected.checksum:
2887 * platform/mac/svg/hixie/perf/006-expected.png:
2888 * platform/mac/svg/hixie/perf/007-expected.checksum:
2889 * platform/mac/svg/hixie/perf/007-expected.png:
2890 * platform/mac/svg/hixie/processing-model/003-expected.checksum:
2891 * platform/mac/svg/hixie/processing-model/003-expected.png:
2892 * platform/mac/svg/hixie/processing-model/004-expected.checksum:
2893 * platform/mac/svg/hixie/processing-model/004-expected.png:
2894 * platform/mac/svg/hixie/rendering-model/001-expected.checksum:
2895 * platform/mac/svg/hixie/rendering-model/001-expected.png:
2896 * platform/mac/svg/hixie/rendering-model/002-expected.checksum:
2897 * platform/mac/svg/hixie/rendering-model/002-expected.png:
2898 * platform/mac/svg/hixie/rendering-model/003-expected.checksum:
2899 * platform/mac/svg/hixie/rendering-model/003-expected.png:
2900 * platform/mac/svg/hixie/rendering-model/004-expected.checksum:
2901 * platform/mac/svg/hixie/rendering-model/004-expected.png:
2902 * platform/mac/svg/hixie/shapes/path/001-expected.checksum:
2903 * platform/mac/svg/hixie/shapes/path/001-expected.png:
2904 * platform/mac/svg/hixie/text/002-expected.checksum:
2905 * platform/mac/svg/hixie/text/002-expected.png:
2906 * platform/mac/svg/hixie/text/003-expected.checksum:
2907 * platform/mac/svg/hixie/text/003-expected.png:
2908 * platform/mac/svg/hixie/text/003b-expected.checksum:
2909 * platform/mac/svg/hixie/text/003b-expected.png:
2910 * platform/mac/svg/hixie/transform/001-expected.checksum:
2911 * platform/mac/svg/hixie/transform/001-expected.png:
2912 * platform/mac/svg/hixie/viewbox/preserveAspectRatio/001-expected.checksum:
2913 * platform/mac/svg/hixie/viewbox/preserveAspectRatio/001-expected.png:
2914 * platform/mac/svg/hixie/viewbox/preserveAspectRatio/002-expected.checksum:
2915 * platform/mac/svg/hixie/viewbox/preserveAspectRatio/002-expected.png:
2916 * svg/batik/filters/filterRegions-expected.checksum:
2917 * svg/batik/filters/filterRegions-expected.png:
2918 * svg/batik/paints/patternPreserveAspectRatioA-expected.checksum:
2919 * svg/batik/paints/patternPreserveAspectRatioA-expected.png:
2920 * svg/batik/text/smallFonts-expected.checksum:
2921 * svg/batik/text/smallFonts-expected.png:
2922 * svg/batik/text/textAnchor-expected.checksum:
2923 * svg/batik/text/textAnchor-expected.png:
2924 * svg/batik/text/textAnchor2-expected.checksum:
2925 * svg/batik/text/textAnchor2-expected.png:
2926 * svg/batik/text/textAnchor3-expected.checksum:
2927 * svg/batik/text/textAnchor3-expected.png:
2928 * svg/batik/text/textDecoration2-expected.checksum:
2929 * svg/batik/text/textDecoration2-expected.png:
2930 * svg/batik/text/textFeatures-expected.checksum:
2931 * svg/batik/text/textFeatures-expected.png:
2932 * svg/batik/text/textLayout-expected.checksum:
2933 * svg/batik/text/textLayout-expected.png:
2934 * svg/batik/text/textLength-expected.checksum:
2935 * svg/batik/text/textLength-expected.png:
2936 * svg/batik/text/textOnPath-expected.checksum:
2937 * svg/batik/text/textOnPath-expected.png:
2938 * svg/batik/text/textOnPath2-expected.checksum:
2939 * svg/batik/text/textOnPath2-expected.png:
2940 * svg/batik/text/textOnPathSpaces-expected.checksum:
2941 * svg/batik/text/textOnPathSpaces-expected.png:
2942 * svg/batik/text/textProperties2-expected.checksum:
2943 * svg/batik/text/textProperties2-expected.png:
2944 * svg/batik/text/verticalText-expected.checksum:
2945 * svg/batik/text/verticalText-expected.png:
2946 * svg/batik/text/verticalTextOnPath-expected.checksum:
2947 * svg/batik/text/verticalTextOnPath-expected.png:
2948 * svg/custom/SVGMatrix-interface-expected.checksum:
2949 * svg/custom/SVGMatrix-interface-expected.png:
2950 * svg/custom/absolute-sized-svg-in-xhtml-expected.checksum:
2951 * svg/custom/absolute-sized-svg-in-xhtml-expected.png:
2952 * svg/custom/container-opacity-clip-viewBox-expected.checksum:
2953 * svg/custom/container-opacity-clip-viewBox-expected.png:
2954 * svg/custom/fill-SVGPaint-interface-expected.checksum:
2955 * svg/custom/fill-SVGPaint-interface-expected.png:
2956 * svg/custom/fill-fallback-expected.checksum:
2957 * svg/custom/fill-fallback-expected.png:
2958 * svg/custom/getPresentationAttribute-expected.checksum:
2959 * svg/custom/getPresentationAttribute-expected.png:
2960 * svg/custom/group-opacity-expected.checksum:
2961 * svg/custom/group-opacity-expected.png:
2962 * svg/custom/hit-test-unclosed-subpaths-expected.checksum:
2963 * svg/custom/hit-test-unclosed-subpaths-expected.png:
2964 * svg/custom/hit-test-with-br-expected.checksum:
2965 * svg/custom/hit-test-with-br-expected.png:
2966 * svg/custom/image-parent-translation-expected.checksum:
2967 * svg/custom/image-parent-translation-expected.png:
2968 * svg/custom/percentage-of-html-parent-expected.checksum:
2969 * svg/custom/percentage-of-html-parent-expected.png:
2970 * svg/custom/root-container-opacity-clip-viewBox-expected.checksum:
2971 * svg/custom/root-container-opacity-clip-viewBox-expected.png:
2972 * svg/custom/scroll-hit-test-expected.checksum:
2973 * svg/custom/scroll-hit-test-expected.png:
2974 * svg/custom/stroke-fallback-expected.checksum:
2975 * svg/custom/stroke-fallback-expected.png:
2976 * svg/custom/stroked-pattern-expected.checksum:
2977 * svg/custom/stroked-pattern-expected.png:
2978 * svg/custom/style-attribute-font-size-expected.checksum:
2979 * svg/custom/style-attribute-font-size-expected.png:
2980 * svg/custom/text-letter-spacing-expected.checksum:
2981 * svg/custom/text-letter-spacing-expected.png:
2982 * svg/custom/text-x-dx-lists-expected.checksum:
2983 * svg/custom/text-x-dx-lists-expected.png:
2984 * svg/custom/text-x-override-in-tspan-child-expected.checksum:
2985 * svg/custom/text-x-override-in-tspan-child-expected.png:
2986 * svg/custom/use-detach-expected.checksum:
2987 * svg/custom/use-detach-expected.png:
2988 * svg/custom/use-dynamic-append-expected.png:
2989 * svg/custom/use-on-disallowed-foreign-object-1-expected.checksum:
2990 * svg/custom/use-on-disallowed-foreign-object-1-expected.png:
2991 * svg/custom/use-on-disallowed-foreign-object-2-expected.checksum:
2992 * svg/custom/use-on-disallowed-foreign-object-2-expected.png:
2993 * svg/custom/use-on-disallowed-foreign-object-3-expected.checksum:
2994 * svg/custom/use-on-disallowed-foreign-object-3-expected.png:
2995 * svg/custom/use-on-disallowed-foreign-object-4-expected.checksum:
2996 * svg/custom/use-on-disallowed-foreign-object-4-expected.png:
2997 * svg/custom/use-on-disallowed-foreign-object-5-expected.checksum:
2998 * svg/custom/use-on-disallowed-foreign-object-5-expected.png:
2999 * svg/custom/use-on-disallowed-foreign-object-6-expected.checksum:
3000 * svg/custom/use-on-disallowed-foreign-object-6-expected.png:
3001 * svg/custom/use-on-g-containing-symbol-expected.checksum:
3002 * svg/custom/use-on-g-containing-symbol-expected.png:
3003 * svg/custom/use-on-non-svg-namespaced-element-expected.checksum:
3004 * svg/custom/use-on-non-svg-namespaced-element-expected.png:
3005 * svg/hixie/error/013-expected.checksum:
3006 * svg/hixie/error/013-expected.png:
3007 * svg/text/text-align-03-b-expected.checksum:
3008 * svg/text/text-align-03-b-expected.png:
3009 * svg/text/text-align-04-b-expected.checksum:
3010 * svg/text/text-align-04-b-expected.png:
3011 * svg/text/text-altglyph-01-b-expected.checksum:
3012 * svg/text/text-altglyph-01-b-expected.png:
3013 * svg/text/text-deco-01-b-expected.checksum:
3014 * svg/text/text-deco-01-b-expected.png:
3015 * svg/text/text-fonts-02-t-expected.checksum:
3016 * svg/text/text-fonts-02-t-expected.png:
3017 * svg/text/text-path-01-b-expected.checksum:
3018 * svg/text/text-path-01-b-expected.png:
3019 * svg/text/text-spacing-01-b-expected.checksum:
3020 * svg/text/text-spacing-01-b-expected.png:
3021 * svg/text/text-text-01-b-expected.checksum:
3022 * svg/text/text-text-01-b-expected.png:
3023 * svg/text/text-text-03-b-expected.checksum:
3024 * svg/text/text-text-03-b-expected.png:
3025 * svg/text/text-text-04-t-expected.checksum:
3026 * svg/text/text-text-04-t-expected.png:
3027 * svg/text/text-text-05-t-expected.checksum:
3028 * svg/text/text-text-05-t-expected.png:
3029 * svg/text/text-text-06-t-expected.checksum:
3030 * svg/text/text-text-06-t-expected.png:
3031 * svg/text/text-text-08-b-expected.checksum:
3032 * svg/text/text-text-08-b-expected.png:
3033 * svg/text/text-tref-01-b-expected.checksum:
3034 * svg/text/text-tref-01-b-expected.png:
3035 * svg/text/text-tselect-02-f-expected.checksum:
3036 * svg/text/text-tselect-02-f-expected.png:
3037 * svg/text/text-tspan-01-b-expected.checksum:
3038 * svg/text/text-tspan-01-b-expected.png:
3039 * svg/text/text-ws-01-t-expected.checksum:
3040 * svg/text/text-ws-01-t-expected.png:
3041 * svg/text/text-ws-02-t-expected.checksum:
3042 * svg/text/text-ws-02-t-expected.png:
3044 2007-11-16 Nikolas Zimmermann <zimmermann@kde.org>
3048 Update layout test results after the addition of the SVGTextContentElement DOM methods.
3050 * platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.checksum:
3051 * platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.png:
3052 * platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt:
3053 * platform/mac/svg/custom/text-dom-01-f-expected.checksum: Added.
3054 * platform/mac/svg/custom/text-dom-01-f-expected.png: Added.
3055 * platform/mac/svg/custom/text-dom-01-f-expected.txt: Added.
3056 * svg/custom/text-dom-01-f.svg: Added.
3057 * svg/text/text-tselect-02-f-expected.checksum:
3058 * svg/text/text-tselect-02-f-expected.png:
3059 * svg/text/text-tselect-02-f-expected.txt:
3061 2007-11-15 Adele Peterson <adele@apple.com>
3065 Test for <rdar://problem/5566652> CrashTracer: [USER] 3 crashes in Safari at HTMLSelectElement::menuListDefaultEventHandler (reproducible on mactc30.com)
3067 * fast/forms/menulist-no-renderer-onmousedown-expected.txt: Added.
3068 * fast/forms/menulist-no-renderer-onmousedown.html: Added.
3070 2007-11-15 Khoo Yit Phang <khooyp@cs.umd.edu>
3074 http://bugs.webkit.org/show_bug.cgi?id=15989
3075 XPath queries with predicates incorrectly retains the current node across unions
3077 * fast/xpath/union-context-node-expected.txt: Added.
3078 * fast/xpath/union-context-node.xhtml: Added.
3080 2007-11-15 Alexey Proskuryakov <ap@webkit.org>
3084 http://bugs.webkit.org/show_bug.cgi?id=15448
3085 Import XPath test suite from amachang.art-code.org
3087 Test by Hitoshi Amano <seijro@gmail.com>.
3089 * fast/xpath/xpath-functional-test-expected.txt: Added.
3090 * fast/xpath/xpath-functional-test.html: Added.
3092 2007-11-15 Khoo Yit Phang <khooyp@cs.umd.edu>
3096 http://bugs.webkit.org/show_bug.cgi?id=15988
3097 REGRESSION: XPath preceding-axis query misses nested elements
3099 * fast/xpath/preceding-axis-expected.txt: Added.
3100 * fast/xpath/preceding-axis.xhtml: Added.
3102 2007-11-15 Justin Garcia <justin.garcia@apple.com>
3104 Reviewed by Adele Peterson.
3106 <rdar://problem/5497643> Crash at Node::isDescendantOf when switching out of Edit HTML Source mode
3108 * editing/selection/5497643-expected.txt: Added.
3109 * editing/selection/5497643.html: Added.
3111 2007-11-14 Anders Carlsson <andersca@apple.com>
3115 <rdar://problem/5562470>
3116 openDatabase does not work when the version string is empty
3118 * storage/open-database-empty-version-expected.txt: Added.
3119 * storage/open-database-empty-version.html: Added.
3121 2007-11-14 Alexey Proskuryakov <ap@webkit.org>
3123 Reviewed by Justin Garcia.
3125 http://bugs.webkit.org/show_bug.cgi?id=15781
3126 REGRESSION: Ligatures fail to form when typing in Devanagari (because WebKit can't handle
3127 a marked range that covers half of a composed character sequence)
3129 * platform/mac/editing/input/devanagari-ligature-expected.checksum: Added.
3130 * platform/mac/editing/input/devanagari-ligature-expected.png: Added.
3131 * platform/mac/editing/input/devanagari-ligature-expected.txt: Added.
3132 * platform/mac/editing/input/devanagari-ligature.html: Added.
3134 2007-11-14 Antti Koivisto <antti@apple.com>
3136 Try to make this test less timing dependent.
3138 * http/tests/media/video-play-stall.html:
3140 2007-11-14 Beth Dakin <bdakin@apple.com>
3144 Tests for <rdar://problem/5540855> REGRESSION: Combination of
3145 client-side image map and <a> tag is not working properly (15522)
3148 * fast/images/image-map-anchor-children.html: Added.
3149 * fast/images/resources/boston.gif: Added.
3150 * platform/mac/fast/images/image-map-anchor-children-
3151 expected.checksum: Added.
3152 * platform/mac/fast/images/image-map-anchor-children-expected.png:
3154 * platform/mac/fast/images/image-map-anchor-children-expected.txt:
3157 This test was broken and is fixed now! I had to edit the test
3158 itself because it was written in the html that the two <map>
3159 examples were failing, but now they succeed.
3160 * fast/invalid/residual-style.html:
3161 * platform/mac/fast/invalid/residual-style-expected.checksum:
3162 * platform/mac/fast/invalid/residual-style-expected.png:
3163 * platform/mac/fast/invalid/residual-style-expected.txt:
3165 2007-11-14 Justin Garcia <justin.garcia@apple.com>
3167 Reviewed by Alexey Proskuryakov.
3169 <rdar://problem/5546763> CrashTracer: [USER] 362 crashes at WebCore::DeleteSelectionCommand::mergeParagraphs
3171 * editing/deleting/5546763-expected.txt: Added.
3172 * editing/deleting/5546763.html: Added.
3174 2007-11-14 Anders Carlsson <andersca@apple.com>
3178 <rdar://problem/5309081>
3179 In DRT, "plugin.logDestroy = true" not working on Windows.
3181 Remove now succeeding test from the skipped list.
3183 * platform/win/Skipped:
3185 2007-11-14 Antti Koivisto <antti@apple.com>
3187 Try to make this test less timing dependent.
3189 * media/video-currentTime-set-expected.txt:
3190 * media/video-currentTime-set.html:
3192 2007-11-14 Anders Carlsson <andersca@apple.com>
3196 * platform/win/Skipped:
3197 Remove fast/dom/Window/window-onFocus.html since it succeeds now.
3199 2007-11-13 Brady Eidson <beidson@apple.com>
3203 Fix for http://bugs.webkit.org/show_bug.cgi?id=15976
3205 * storage: Added - There will soon be an entire suite in here!
3206 * storage/transaction_callback_exception_crash-expected.txt: Added.
3207 * storage/transaction_callback_exception_crash.html: Added.
3209 2007-11-13 Adam Roben <aroben@apple.com>
3211 Add the http/tests/media directory to the Windows Skipped file
3213 * platform/win/Skipped:
3215 2007-11-13 Sam Weinig <sam@webkit.org>
3217 Reviewed by Adam Roben.
3219 Fix for <rdar://problem/5382579>
3220 http/tests/security/cross-frame-access-put.html reports large
3221 negative numbers for screenLeft and screenTop (Mac reports "0")
3223 * platform/win/Skipped: remove http/tests/security/cross-frame-access-put.html
3225 2007-11-13 Anders Carlsson <andersca@apple.com>
3229 Make this a text-only test.
3231 * fast/dom/Window/window-onFocus-expected.txt: Added.
3232 * fast/dom/Window/window-onFocus.html:
3233 * platform/mac/fast/dom/Window/window-onFocus-expected.checksum: Removed.
3234 * platform/mac/fast/dom/Window/window-onFocus-expected.png: Removed.
3235 * platform/mac/fast/dom/Window/window-onFocus-expected.txt: Removed.
3237 2007-11-12 Antti Koivisto <antti@apple.com>
3241 - add HTTP media test for stalling load
3242 - update tests that don't specifically test autoplay feature to not use autoplay
3243 attribute since playback may start before event listeners are registered
3245 * http/tests/media: Added.
3246 * http/tests/media/video-load-and-stall.cgi: Added.
3247 * http/tests/media/video-play-stall-expected.txt: Added.
3248 * http/tests/media/video-play-stall.html: Added.
3249 * media/video-autoplay.html:
3250 * media/video-dom-loopstart.html:
3251 * media/video-end.html:
3252 * media/video-loopcount.html:
3253 * media/video-loopend.html:
3254 * media/video-loopstart.html:
3256 2007-11-13 Darin Adler <darin@apple.com>
3260 - test for http://bugs.webkit.org/show_bug.cgi?id=11231
3261 RegExp bug when handling newline characters and other regular expression
3262 behavior that is different for JavaScript and PCRE
3264 * fast/js/regexp-no-extensions-expected.txt: Added.
3265 * fast/js/regexp-no-extensions.html: Added.
3266 * fast/js/resources/regexp-no-extensions.js: Added.
3268 2007-11-12 Dan Bernstein <mitz@apple.com>
3270 Reviewed by Darin Adler.
3272 - no-repaint test for <http://bugs.webkit.org/show_bug.cgi?id=15890>
3273 Most of www.aol.com still redraws unnecessarily when headline/photo section changes
3275 * fast/repaint/invisible-objects.html: Added.
3276 * platform/mac/fast/repaint/invisible-objects-expected.checksum: Added.
3277 * platform/mac/fast/repaint/invisible-objects-expected.png: Added.
3278 * platform/mac/fast/repaint/invisible-objects-expected.txt: Added.
3280 2007-11-12 Sam Weinig <sam@webkit.org>
3282 Reviewed by Adam Roben.
3284 * platform/win/Skipped: Remove http/tests/security/cross-frame-acdcess-private-browsing.html
3285 from the windows skipped list now that LayoutTestController.setPrivateBrowsingEnabled has
3288 2007-11-12 Darin Adler <darin@apple.com>
3292 - test for http://bugs.webkit.org/show_bug.cgi?id=15951
3293 REGRESSION: assertion failure in regexp match() when running JS tests
3295 * fast/js/regexp-many-brackets-expected.txt: Added.
3296 * fast/js/regexp-many-brackets.html: Added.
3297 * fast/js/resources/regexp-many-brackets.js: Added.
3299 2007-11-12 Geoffrey Garen <ggaren@apple.com>
3301 Rubber-stamped by Oliver Hunt.
3303 Landing a few layout tests from http://bugs.webkit.org/show_bug.cgi?id=14868
3304 Import variable lookup optimizations from KJS
3306 * fast/js/kde/completion-expected.txt:
3307 * fast/js/kde/resources/completion.js:
3309 2007-11-12 Geoffrey Garen <ggaren@apple.com>
3311 Rubber-stamped by Oliver Hunt.
3313 Landing a few layout tests from http://bugs.webkit.org/show_bug.cgi?id=14868
3314 Import variable lookup optimizations from KJS
3316 * fast/js/kde/completion-expected.txt:
3317 * fast/js/kde/iteration-expected.txt:
3318 * fast/js/kde/resources/completion.js:
3319 * fast/js/kde/resources/iteration.js:
3321 2007-11-12 Geoffrey Garen <ggaren@apple.com>
3323 Rubber-stamped by Oliver Hunt.
3325 Landing a few layout tests from http://bugs.webkit.org/show_bug.cgi?id=14868
3326 Import variable lookup optimizations from KJS
3328 * fast/js/kde/lval-exceptions-expected.txt: Added.
3329 * fast/js/kde/lval-exceptions.html: Added.
3330 * fast/js/kde/operators-expected.txt:
3331 * fast/js/kde/resources/lval-exceptions.js: Added.
3332 * fast/js/kde/resources/operators.js:
3334 2007-11-12 Geoffrey Garen <ggaren@apple.com>
3336 Rubber-stamped by Oliver Hunt.
3338 Landing a few layout tests from http://bugs.webkit.org/show_bug.cgi?id=14868
3339 Import variable lookup optimizations from KJS
3341 * fast/js/kde/func-decl-expected.txt: Added.
3342 * fast/js/kde/func-decl.html: Added.
3343 * fast/js/kde/resources/func-decl.js: Added.
3345 2007-11-12 Geoffrey Garen <ggaren@apple.com>
3347 Rubber-stamped by Oliver Hunt.
3349 Landing a few layout tests from http://bugs.webkit.org/show_bug.cgi?id=14868
3350 Import variable lookup optimizations from KJS
3352 * fast/js/rehash-assign-expected.txt: Added.
3353 * fast/js/rehash-assign.html: Added.
3354 * fast/js/resize-array-assign-expected.txt: Added.
3355 * fast/js/resize-array-assign.html: Added.
3356 * fast/js/resources/rehash-assign.js: Added.
3357 * fast/js/resources/resize-array-assign.js: Added.
3359 2007-11-12 Geoffrey Garen <ggaren@apple.com>
3361 Rubber-stamped by Oliver Hunt.
3363 Landing a few layout tests from http://bugs.webkit.org/show_bug.cgi?id=14868
3364 Import variable lookup optimizations from KJS
3366 * fast/js/kde/arguments-scope-expected.txt: Added.
3367 * fast/js/kde/arguments-scope.html: Added.
3368 * fast/js/kde/resources/arguments-scope.js: Added.
3369 * fast/js/kde/resources/scope.js:
3370 * fast/js/kde/scope-expected.txt:
3372 2007-11-11 Dan Bernstein <mitz@apple.com>
3374 Reviewed by Adam Roben.
3376 - test for http://bugs.webkit.org/show_bug.cgi?id=15942
3377 REGRESSION: Selecting "Edit Html" tab in Blogger causes crash (Assertion failed: isRange())
3379 * editing/selection/cleared-by-relayout-expected.txt: Added.
3380 * editing/selection/cleared-by-relayout.html: Added.
3382 2007-11-11 Antti Koivisto <antti@apple.com>
3386 Add tests for play() and pause() events.
3387 Update one test to match new behavior.
3389 * media/video-currentTime-expected.txt:
3390 * media/video-currentTime.html:
3391 * media/video-pause-empty-events-expected.txt: Added.
3392 * media/video-pause-empty-events.html: Added.
3393 * media/video-play-empty-events-expected.txt: Added.
3394 * media/video-play-empty-events.html: Added.
3395 * media/video-play-pause-events-expected.txt: Added.
3396 * media/video-play-pause-events.html: Added.
3397 * media/video-play-pause-exception-expected.txt: Added
3398 * media/video-play-pause-exception.html: Added
3399 * media/video-test.js:
3401 2007-11-11 Nikolas Zimmermann <zimmermann@kde.org>
3405 Add some basic tests to check alignment-baseline / dominant-baseline functionality.
3407 * platform/mac/svg/custom/alignment-baseline-modes-expected.checksum: Added.
3408 * platform/mac/svg/custom/alignment-baseline-modes-expected.png: Added.
3409 * platform/mac/svg/custom/alignment-baseline-modes-expected.txt: Added.
3410 * platform/mac/svg/custom/dominant-baseline-hanging-expected.checksum: Added.
3411 * platform/mac/svg/custom/dominant-baseline-hanging-expected.png: Added.
3412 * platform/mac/svg/custom/dominant-baseline-hanging-expected.txt: Added.
3413 * platform/mac/svg/custom/dominant-baseline-modes-expected.checksum: Added.
3414 * platform/mac/svg/custom/dominant-baseline-modes-expected.png: Added.
3415 * platform/mac/svg/custom/dominant-baseline-modes-expected.txt: Added.
3417 2007-11-11 Adam Roben <aroben@apple.com>
3419 Remove a now-passing test from the Windows Skipped file
3423 * platform/win/Skipped:
3425 2007-11-10 Darin Adler <darin@apple.com>
3427 * platform/win/fast/dom/Window/window-properties-expected.txt: Update for
3428 fix for http://bugs.webkit.org/show_bug.cgi?id=15922.
3430 2007-11-10 Nikolas Zimmermann <zimmermann@kde.org>
3434 Update SVG layout test results after landing the vertical text support fixes.
3436 * platform/mac/svg/W3C-SVG-1.1/text-align-05-b-expected.checksum:
3437 * platform/mac/svg/W3C-SVG-1.1/text-align-05-b-expected.png:
3438 * platform/mac/svg/W3C-SVG-1.1/text-align-05-b-expected.txt:
3439 * platform/mac/svg/W3C-SVG-1.1/text-align-06-b-expected.checksum:
3440 * platform/mac/svg/W3C-SVG-1.1/text-align-06-b-expected.png:
3441 * platform/mac/svg/W3C-SVG-1.1/text-align-06-b-expected.txt:
3442 * svg/batik/text/textGlyphOrientationHorizontal-expected.txt:
3443 * svg/batik/text/verticalText-expected.checksum:
3444 * svg/batik/text/verticalText-expected.png:
3445 * svg/batik/text/verticalText-expected.txt:
3446 * svg/batik/text/verticalTextOnPath-expected.checksum:
3447 * svg/batik/text/verticalTextOnPath-expected.png:
3448 * svg/batik/text/verticalTextOnPath-expected.txt:
3449 * svg/text/text-align-05-b-expected.txt:
3450 * svg/text/text-align-06-b-expected.txt:
3451 * svg/text/text-path-01-b-expected.checksum:
3452 * svg/text/text-path-01-b-expected.png:
3454 2007-11-10 Nikolas Zimmermann <zimmermann@kde.org>
3456 Rubberstamped by Eric.
3458 Update some SVG pixel test results - which show changes lately -> repainting fixes.
3460 * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.checksum:
3461 * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.png:
3462 * platform/mac/svg/custom/junk-data-expected.checksum:
3463 * platform/mac/svg/custom/junk-data-expected.png:
3464 * platform/mac/svg/custom/missing-xlink-expected.checksum:
3465 * platform/mac/svg/custom/missing-xlink-expected.png:
3466 * platform/mac/svg/hixie/error/012-expected.checksum:
3467 * platform/mac/svg/hixie/error/012-expected.png:
3469 2007-11-10 Darin Adler <darin@apple.com>
3473 - test for http://bugs.webkit.org/show_bug.cgi?id=15927
3474 delete a.c followed by __defineGetter__("c", ...) incorrectly deletes another property
3476 * fast/js/delete-then-put-expected.txt: Added.
3477 * fast/js/delete-then-put.html: Added.
3478 * fast/js/resources/delete-then-put.js: Added.
3480 2007-11-10 Sam Weinig <sam@webkit.org>
3482 Reviewed by Tim Hatcher.
3484 Follow up to <rdar://problem/5394877> Safari should not log unsafe JavaScript
3485 attempts when in private browsing mode (only an issue if Log JavaScript Exceptions
3488 Test using the new LayoutTestController.setPrivateBrowsingEnabled(bool)
3490 * http/tests/security/cross-frame-access-private-browsing-expected.txt: Added.
3491 * http/tests/security/cross-frame-access-private-browsing.html: Added.
3492 * platform/win/Skipped: Add new test to windows skip list until we have an
3493 implementation of LayoutTestController.setPrivateBrowsingEnabled(bool) for it.
3495 2007-11-10 Alexey Proskuryakov <ap@webkit.org>
3499 http://bugs.webkit.org/show_bug.cgi?id=15922
3500 Implement more of Mozilla Selection API
3502 * editing/selection/containsNode-expected.txt: Added.
3503 * editing/selection/containsNode.html: Added.
3504 * editing/selection/deleteFromDocument-expected.txt: Added.
3505 * editing/selection/deleteFromDocument.html: Added.
3506 * editing/selection/extend-expected.txt: Added.
3507 * editing/selection/extend.html: Added.
3508 * editing/selection/selectAllChildren-expected.txt: Added.
3509 * editing/selection/selectAllChildren.html: Added.
3510 * fast/dom/Window/window-properties-expected.txt:
3512 2007-11-10 Alexey Proskuryakov <ap@webkit.org>
3516 http://bugs.webkit.org/show_bug.cgi?id=15892
3517 DOM Range operations are not implemented for ProcessingInstruction nodes
3519 * fast/dom/Range/range-processing-instructions-expected.txt: Added.
3520 * fast/dom/Range/range-processing-instructions.html: Added.
3522 2007-11-09 Tristan O'Tierney <tristan@apple.com>
3524 Reviewed by Sam Weinig.
3526 * fast/dom/Window/window-resize-nan.html: Removed.
3527 * fast/dom/Window/window-resize-nan.html-disabled: Copied from fast/dom/Window/window-resize-nan.html.
3529 Disabled nan test until window resize issues can be resolved.
3531 2007-11-08 Adam Roben <aroben@apple.com>
3533 Add a test for <rdar://5483519> Pressing Enter on selected buttons should fire onclick
3537 * fast/forms/enter-clicks-buttons-expected.txt: Added.
3538 * fast/forms/enter-clicks-buttons.html: Added.
3540 2007-11-09 Dan Bernstein <mitz@apple.com>
3542 Reviewed by Antti Koivisto.
3544 - test that dynamically changing a descendant of an invisible layer to
3547 * fast/layers/layer-content-visibility-change.html: Added.
3548 * platform/mac/fast/layers/layer-content-visibility-change-expected.checksum: Added.
3549 * platform/mac/fast/layers/layer-content-visibility-change-expected.png: Added.
3550 * platform/mac/fast/layers/layer-content-visibility-change-expected.txt: Added.
3552 2007-11-09 Beth Dakin <bdakin@apple.com>
3556 Test for <rdar://problem/5586370> CSS Transform - incorrect matrix
3557 math leads to crazy problems
3559 * fast/transforms/identity-matrix.html: Added.
3560 * platform/mac/fast/transforms/identity-matrix-expected.checksum: Added.
3561 * platform/mac/fast/transforms/identity-matrix-expected.png: Added.
3562 * platform/mac/fast/transforms/identity-matrix-expected.txt: Added.
3564 2007-11-08 Oliver Hunt <oliver@apple.com>
3568 Layout test to guard against bit operation regressions.
3570 * fast/js/bitwise-and-on-undefined-expected.txt: Added.
3571 * fast/js/bitwise-and-on-undefined.html: Added.
3573 2007-11-08 Dan Bernstein <mitz@apple.com>
3575 Reviewed by Beth Dakin.
3577 - test for <rdar://problem/5491922> REGRESSION (Safari 2-3): Flash-based "Cash Optimizer" on etrade.com does not draw completely
3579 * fast/dom/length-attribute-mapping-expected.txt: Added.
3580 * fast/dom/length-attribute-mapping.html: Added.
3582 2007-11-08 Darin Adler <darin@apple.com>
3586 - test changes for <rdar://problem/5552943> accesskey does not focus <button> elements
3588 * fast/forms/access-key.html: Check for both focus and click events on all elements, but
3589 resisted the urge to switch to the American spelling for "focused".
3591 * fast/forms/access-key-expected.txt: Updated to reflect the bug fix ("1 button focussed"),
3592 the fact that <input type=button>, <input type=checkbox>, <input type=submit>, and
3593 <input type=reset> are all both focused and clicked ("2 input type button clicked",
3594 "3 input type checkbox clicked", "5 input type submit focussed", and
3595 "6 input type reset focussed"). Unfortunately this now also demonstrates that we don't
3596 send a click to <input type=text> and Gecko does. And there are still quite a few types
3597 that are not covered.
3599 2007-11-07 David Kilzer <ddkilzer@apple.com>
3601 WebKit confuses width/height for Media Queries device-aspect-ratio evaluation
3602 <http://bugs.webkit.org/show_bug.cgi?id=14893>
3603 <rdar://problem/5380295>
3607 Each of the following tests creates a <link> element and dynamically sets its
3608 media query based on the aspect ratio (width/height) of the current screen.
3609 When the <link> element is attached to the <head> node, the test expects the
3610 stylesheet to be loaded for the test to pass.
3612 * fast/css/device-aspect-ratio-expected.txt: Added.
3613 * fast/css/device-aspect-ratio.html: Added.
3615 This test sets the device-aspect-ratio to the current size of the screen.
3616 NOTE: This test passed before the fix.
3618 * fast/css/max-device-aspect-ratio-expected.txt: Added.
3619 * fast/css/max-device-aspect-ratio.html: Added.
3621 This test sets the max-device-aspect ratio to 100/1 for landscape monitors or
3622 1/1 for portrait (or square) monitors.
3623 NOTE: This test failed before the fix.
3625 * fast/css/min-device-aspect-ratio-expected.txt: Added.
3626 * fast/css/min-device-aspect-ratio.html: Added.
3628 This test sets the min-device-aspect ratio to 1/1 for landscape monitors or
3629 1/100 for portrait (or square) monitors.
3630 NOTE: This test failed before the fix.
3632 * fast/css/resources/device-aspect-ratio.css: Added.
3634 2007-11-07 Dan Bernstein <mitz@apple.com>
3636 Reviewed by Dave Hyatt.
3638 - test for http://bugs.webkit.org/show_bug.cgi?id=15887
3639 REGRESSION (r27576): Crash in RenderStyle::affectedByHoverRules clicking link on Digg
3641 * fast/css/display-none-inline-style-change-crash-expected.txt: Added.
3642 * fast/css/display-none-inline-style-change-crash.html: Added.
3644 2007-11-07 Dan Bernstein <mitz@apple.com>
3646 Reviewed by Darin Adler.
3648 - test that CSS rules with :hover in the ancestor chain continue to work
3649 after changing the inline style declaration of the ancestor
3651 * fast/css/affected-by-hover-after-style-change.html: Added.
3652 * platform/mac/fast/css/affected-by-hover-after-style-change-expected.checksum: Added.
3653 * platform/mac/fast/css/affected-by-hover-after-style-change-expected.png: Added.
3654 * platform/mac/fast/css/affected-by-hover-after-style-change-expected.txt: Added.
3656 2007-11-06 Geoffrey Garen <ggaren@apple.com>
3658 Reviewed by Darin Adler.
3660 Beefed up the RegExp.compile testcase to cover a mistake in the
3661 original check-in and a mistake I made while developing my new patch.
3663 * fast/js/resources/regexp-compile.js:
3665 2007-11-07 Lars Knoll <lars@trolltech.com>
3669 don't put nbsp's into the plan text paste
3671 Fix both ClipboardQt and PasteboardQt to replace
3672 nbsp's with spaces before putting the text onto the
3673 native clipboard. This is consistent with Mac and Win
3674 and fixes at least editing/pasteboard/4076267-3.html
3676 * platform/qt/Skipped:
3677 * platform/qt/editing/pasteboard/4076267-3-expected.txt: Added.
3679 2007-11-07 Lars Knoll <lars@trolltech.com>
3683 update test results after the last commit.
3685 * platform/qt/css1/box_properties/acid_test-expected.txt:
3686 * platform/qt/css2.1/t09-c5526c-display-00-e-expected.txt:
3687 * platform/qt/fast/block/basic/011-expected.txt:
3688 * platform/qt/fast/block/margin-collapse/103-expected.txt:
3689 * platform/qt/fast/dom/HTMLInputElement/input-image-alt-text-expected.txt:
3690 * platform/qt/fast/forms/002-expected.txt:
3691 * platform/qt/fast/forms/005-expected.txt:
3692 * platform/qt/fast/forms/checkbox-radio-onchange-expected.txt:
3693 * platform/qt/fast/forms/formmove-expected.txt:
3694 * platform/qt/fast/forms/formmove2-expected.txt:
3695 * platform/qt/fast/forms/input-align-image-expected.txt:
3696 * platform/qt/fast/forms/input-appearance-height-expected.txt:
3697 * platform/qt/fast/forms/input-type-change-expected.txt:
3698 * platform/qt/fast/forms/preserveFormDuringResidualStyle-expected.txt:
3699 * platform/qt/fast/forms/radio-attr-order-expected.txt:
3700 * platform/qt/fast/forms/radio-nested-labels-expected.txt:
3701 * platform/qt/fast/forms/radio_checked-expected.txt:
3702 * platform/qt/fast/forms/radio_checked_dynamic-expected.txt:
3703 * platform/qt/fast/forms/search-cancel-button-style-sharing-expected.txt:
3704 * platform/qt/fast/forms/searchfield-heights-expected.txt:
3705 * platform/qt/fast/forms/slider-thumb-shared-style-expected.txt:
3706 * platform/qt/fast/forms/slider-thumb-stylability-expected.txt:
3707 * platform/qt/fast/inline/positionedLifetime-expected.txt:
3708 * platform/qt/fast/replaced/width100percent-radio-expected.txt:
3709 * platform/qt/fast/replaced/width100percent-searchfield-expected.txt:
3710 * platform/qt/tables/mozilla/bugs/bug1318-expected.txt:
3711 * platform/qt/tables/mozilla/bugs/bug19599-expected.txt:
3712 * platform/qt/tables/mozilla/bugs/bug24200-expected.txt:
3713 * platform/qt/tables/mozilla/bugs/bug4527-expected.txt:
3714 * platform/qt/tables/mozilla_expected_failures/core/captions1-expected.txt:
3715 * platform/qt/tables/mozilla_expected_failures/core/captions2-expected.txt:
3717 2007-11-07 Lars Knoll <lars@trolltech.com>
3721 Update the list of skipped tests.
3723 Three more tests are passing.
3725 * platform/qt/Skipped:
3727 2007-11-07 Lars Knoll <lars@trolltech.com>
3731 add more passing test cases.
3733 * platform/qt/Skipped:
3734 * platform/qt/editing/inserting/insert-3907422-fix-expected.txt: Added.
3735 * platform/qt/editing/pasteboard/3976872-expected.txt: Added.
3736 * platform/qt/editing/pasteboard/4242293-1-expected.txt: Added.
3737 * platform/qt/editing/pasteboard/4242293-expected.txt: Added.
3738 * platform/qt/editing/pasteboard/4631972-expected.txt: Added.
3739 * platform/qt/editing/pasteboard/4641033-expected.txt: Added.
3740 * platform/qt/editing/pasteboard/4700297-expected.txt: Added.
3741 * platform/qt/editing/pasteboard/4806874-expected.txt: Added.
3742 * platform/qt/editing/pasteboard/4840662-expected.txt: Added.
3743 * platform/qt/editing/pasteboard/4944770-1-expected.txt: Added.
3744 * platform/qt/editing/pasteboard/4989774-expected.txt: Added.
3745 * platform/qt/editing/pasteboard/5006779-expected.txt: Added.
3746 * platform/qt/editing/pasteboard/5027857-expected.txt: Added.
3747 * platform/qt/editing/pasteboard/5032095-expected.txt: Added.
3748 * platform/qt/editing/pasteboard/5065605-expected.txt: Added.
3749 * platform/qt/editing/pasteboard/5071074-2-expected.txt: Added.
3750 * platform/qt/editing/pasteboard/5071074-expected.txt: Added.
3751 * platform/qt/editing/pasteboard/5075944-2-expected.txt: Added.
3752 * platform/qt/editing/pasteboard/5075944-3-expected.txt: Added.
3753 * platform/qt/editing/pasteboard/5075944-expected.txt: Added.
3754 * platform/qt/editing/pasteboard/5134759-expected.txt: Added.
3755 * platform/qt/editing/pasteboard/5156401-1-expected.txt: Added.
3756 * platform/qt/editing/pasteboard/5245519-expected.txt: Added.
3757 * platform/qt/editing/pasteboard/5247341-expected.txt: Added.
3758 * platform/qt/editing/pasteboard/5368833-expected.txt: Added.
3759 * platform/qt/editing/pasteboard/5387578-expected.txt: Added.
3760 * platform/qt/editing/pasteboard/5478250-expected.txt: Added.
3761 * platform/qt/editing/pasteboard/5483567-expected.txt: Added.
3762 * platform/qt/editing/pasteboard/7955-expected.txt: Added.
3763 * platform/qt/editing/pasteboard/8145-1-expected.txt: Added.
3764 * platform/qt/editing/pasteboard/8145-2-expected.txt: Added.
3765 * platform/qt/editing/pasteboard/8145-3-expected.txt: Added.
3766 * platform/qt/editing/pasteboard/bad-placeholder-expected.txt: Added.
3767 * platform/qt/editing/pasteboard/copy-paste-bidi-expected.txt: Added.
3768 * platform/qt/editing/pasteboard/cut-text-001-expected.txt: Added.
3769 * platform/qt/editing/pasteboard/displaced-generic-placeholder-expected.txt: Added.
3770 * platform/qt/editing/pasteboard/displaced-placeholder-expected.txt: Added.
3771 * platform/qt/editing/pasteboard/display-block-on-spans-expected.txt: Added.
3772 * platform/qt/editing/pasteboard/emacs-cntl-y-001-expected.txt: Added.
3773 * platform/qt/editing/pasteboard/innerText-inline-table-expected.txt: Added.
3774 * platform/qt/editing/pasteboard/interchange-newline-1-expected.txt: Added.
3775 * platform/qt/editing/pasteboard/interchange-newline-3-expected.txt: Added.
3776 * platform/qt/editing/pasteboard/interchange-newline-4-expected.txt: Added.
3777 * platform/qt/editing/pasteboard/merge-after-delete-1-expected.txt: Added.
3778 * platform/qt/editing/pasteboard/merge-after-delete-2-expected.txt: Added.
3779 * platform/qt/editing/pasteboard/merge-after-delete-expected.txt: Added.
3780 * platform/qt/editing/pasteboard/merge-end-1-expected.txt: Added.
3781 * platform/qt/editing/pasteboard/merge-end-2-expected.txt: Added.
3782 * platform/qt/editing/pasteboard/merge-end-3-expected.txt: Added.
3783 * platform/qt/editing/pasteboard/merge-end-4-expected.txt: Added.
3784 * platform/qt/editing/pasteboard/merge-end-5-expected.txt: Added.
3785 * platform/qt/editing/pasteboard/merge-end-blockquote-expected.txt: Added.
3786 * platform/qt/editing/pasteboard/merge-end-borders-expected.txt: Added.
3787 * platform/qt/editing/pasteboard/merge-end-list-expected.txt: Added.
3788 * platform/qt/editing/pasteboard/merge-end-table-expected.txt: Added.
3789 * platform/qt/editing/pasteboard/merge-start-blockquote-expected.txt: Added.
3790 * platform/qt/editing/pasteboard/merge-start-list-expected.txt: Added.
3791 * platform/qt/editing/pasteboard/nested-blocks-with-text-area-expected.txt: Added.
3792 * platform/qt/editing/pasteboard/nested-blocks-with-text-field-expected.txt: Added.
3793 * platform/qt/editing/pasteboard/paste-4035648-fix-expected.txt: Added.
3794 * platform/qt/editing/pasteboard/paste-4038267-fix-expected.txt: Added.
3795 * platform/qt/editing/pasteboard/paste-4039777-fix-expected.txt: Added.
3796 * platform/qt/editing/pasteboard/paste-blockquote-1-expected.txt: Added.
3797 * platform/qt/editing/pasteboard/paste-blockquote-2-expected.txt: Added.
3798 * platform/qt/editing/pasteboard/paste-blockquote-3-expected.txt: Added.
3799 * platform/qt/editing/pasteboard/paste-line-endings-001-expected.txt: Added.
3800 * platform/qt/editing/pasteboard/paste-line-endings-002-expected.txt: Added.
3801 * platform/qt/editing/pasteboard/paste-line-endings-003-expected.txt: Added.
3802 * platform/qt/editing/pasteboard/paste-line-endings-004-expected.txt: Added.
3803 * platform/qt/editing/pasteboard/paste-line-endings-005-expected.txt: Added.
3804 * platform/qt/editing/pasteboard/paste-line-endings-006-expected.txt: Added.
3805 * platform/qt/editing/pasteboard/paste-line-endings-007-expected.txt: Added.
3806 * platform/qt/editing/pasteboard/paste-line-endings-008-expected.txt: Added.
3807 * platform/qt/editing/pasteboard/paste-line-endings-009-expected.txt: Added.
3808 * platform/qt/editing/pasteboard/paste-line-endings-010-expected.txt: Added.
3809 * platform/qt/editing/pasteboard/paste-list-001-expected.txt: Added.
3810 * platform/qt/editing/pasteboard/paste-match-style-001-expected.txt: Added.
3811 * platform/qt/editing/pasteboard/paste-match-style-002-expected.txt: Added.
3812 * platform/qt/editing/pasteboard/paste-pre-001-expected.txt: Added.
3813 * platform/qt/editing/pasteboard/paste-pre-002-expected.txt: Added.
3814 * platform/qt/editing/pasteboard/paste-table-001-expected.txt: Added.
3815 * platform/qt/editing/pasteboard/paste-table-003-expected.txt: Added.
3816 * platform/qt/editing/pasteboard/paste-table-cells-expected.txt: Added.
3817 * platform/qt/editing/pasteboard/paste-text-002-expected.txt: Added.
3818 * platform/qt/editing/pasteboard/paste-text-003-expected.txt: Added.
3819 * platform/qt/editing/pasteboard/paste-text-004-expected.txt: Added.
3820 * platform/qt/editing/pasteboard/paste-text-005-expected.txt: Added.
3821 * platform/qt/editing/pasteboard/paste-text-006-expected.txt: Added.
3822 * platform/qt/editing/pasteboard/paste-text-007-expected.txt: Added.
3823 * platform/qt/editing/pasteboard/paste-text-009-expected.txt: Added.
3824 * platform/qt/editing/pasteboard/paste-text-010-expected.txt: Added.
3825 * platform/qt/editing/pasteboard/paste-text-011-expected.txt: Added.
3826 * platform/qt/editing/pasteboard/paste-text-012-expected.txt: Added.
3827 * platform/qt/editing/pasteboard/paste-text-014-expected.txt: Added.
3828 * platform/qt/editing/pasteboard/paste-text-015-expected.txt: Added.
3829 * platform/qt/editing/pasteboard/paste-text-016-expected.txt: Added.
3830 * platform/qt/editing/pasteboard/paste-text-017-expected.txt: Added.
3831 * platform/qt/editing/pasteboard/paste-text-018-expected.txt: Added.
3832 * platform/qt/editing/pasteboard/paste-text-019-expected.txt: Added.
3833 * platform/qt/editing/pasteboard/paste-text-at-tabspan-001-expected.txt: Added.
3834 * platform/qt/editing/pasteboard/paste-text-at-tabspan-002-expected.txt: Added.
3835 * platform/qt/editing/pasteboard/paste-text-at-tabspan-003-expected.txt: Added.
3836 * platform/qt/editing/pasteboard/paste-unrendered-select-expected.txt: Added.
3837 * platform/qt/editing/pasteboard/pasting-object-expected.txt: Added.
3838 * platform/qt/editing/pasteboard/pasting-tabs-expected.txt: Added.
3839 * platform/qt/editing/pasteboard/prevent-block-nesting-01-expected.txt: Added.
3840 * platform/qt/editing/pasteboard/quirks-mode-br-1-expected.txt: Added.
3841 * platform/qt/editing/pasteboard/smart-paste-006-expected.txt: Added.
3842 * platform/qt/editing/pasteboard/styled-element-markup-expected.txt: Added.
3843 * platform/qt/editing/selection/4932260-1-expected.txt: Added.
3844 * platform/qt/editing/selection/5234383-1-expected.txt: Added.
3845 * platform/qt/editing/selection/extend-by-word-002-expected.txt: Added.
3846 * platform/qt/editing/selection/move-by-sentence-linebreak-expected.txt: Added.
3847 * platform/qt/editing/selection/select-box-expected.txt: Added.
3848 * platform/qt/editing/selection/select-element-paragraph-boundary-expected.txt: Added.
3849 * platform/qt/editing/style/font-family-with-space-expected.txt: Added.
3850 * platform/qt/editing/style/non-inheritable-styles-expected.txt: Added.
3851 * platform/qt/editing/style/relative-font-size-change-002-expected.txt: Added.
3852 * platform/qt/editing/undo/undo-misspellings-expected.txt: Added.
3853 * platform/qt/editing/undo/undo-typing-001-expected.txt: Added.
3854 * platform/qt/editing/unsupported-content/list-delete-001-expected.txt: Added.
3855 * platform/qt/editing/unsupported-content/list-delete-003-expected.txt: Added.
3856 * platform/qt/editing/unsupported-content/list-type-after-expected.txt: Added.
3857 * platform/qt/editing/unsupported-content/list-type-before-expected.txt: Added.
3858 * platform/qt/editing/unsupported-content/table-delete-001-expected.txt: Added.
3859 * platform/qt/editing/unsupported-content/table-delete-002-expected.txt: Added.
3860 * platform/qt/editing/unsupported-content/table-delete-003-expected.txt: Added.
3861 * platform/qt/editing/unsupported-content/table-type-after-expected.txt: Added.
3862 * platform/qt/editing/unsupported-content/table-type-before-expected.txt: Added.
3864 2007-11-07 Alexey Proskuryakov <ap@nypop.com>
3866 Finished moving editing/pasteboard/5583362.html to platform/mac (this test was crashing in ObjC test plugin,
3867 because it couldn't find its resources).
3869 * editing/resources/plaintext-pasteboard-data.dat: Removed.
3870 * platform/mac/editing/resources: Added.
3871 * platform/mac/editing/resources/plaintext-pasteboard-data.dat: Copied from editing/resources/plaintext-pasteboard-data.dat.
3873 2007-11-07 Dan Bernstein <mitz@apple.com>
3875 Reviewed by Brady Eidson.
3877 - test for http://bugs.webkit.org/show_bug.cgi?id=15877
3878 REGRESSION: r27486 caused a layout regression at my bank's website
3880 * fast/block/float/overhanging-after-height-decrease-offsets.html: Added.
3881 * platform/mac-leopard/fast/block/float/overhanging-after-height-decrease-offsets-expected.checksum: Added.
3882 * platform/mac-leopard/fast/block/float/overhanging-after-height-decrease-offsets-expected.png: Added.
3883 * platform/mac/fast/block/float/overhanging-after-height-decrease-offsets-expected.txt: Added.
3885 2007-11-06 Adam Roben <aroben@apple.com>
3887 Move a Mac-specific test to platform/mac
3889 * editing/pasteboard/5583362.html: Removed.
3890 * platform/mac/editing/pasteboard/5583362.html: Added.
3892 2007-11-06 Beth Dakin <bdakin@apple.com>
3896 New test for <rdar://problem/5575812> REGRESSION:When using
3897 absolute positioning with overflow:auto div, WebKit seems to add an
3899 * fast/overflow/overflow-auto-position-absolute.html: Added.
3900 * platform/mac/fast/overflow/overflow-auto-position-absolute-expected.checksum: Added.
3901 * platform/mac/fast/overflow/overflow-auto-position-absolute-expected.png: Added.
3902 * platform/mac/fast/overflow/overflow-auto-position-absolute-expected.txt: Added.
3904 Test with changed results. The measurements in the rtl example now
3905 more closely mirror the ltr example.
3906 * platform/mac/fast/overflow/unreachable-overflow-rtl-bug-expected.txt:
3908 2007-11-06 Justin Garcia <justin.garcia@apple.com>
3910 Reviewed by Dan Bernstein.
3912 <rdar://problem/5583387> ASSERTION FAILED: !refChild->hasTagName(bodyTag) when pasting newline in plain text into rich text Mail
3913 <rdar://problem/5583362> REGRESSION (5523.10.3-TOT): Newlines stripped when pasting plain text in Mail
3915 * editing/pasteboard/5583362.html: Added.
3916 * editing/resources/plaintext-pasteboard-data.dat: Added.
3917 * platform/mac/editing/pasteboard/5583362-expected.checksum: Added.
3918 * platform/mac/editing/pasteboard/5583362-expected.png: Added.
3919 * platform/mac/editing/pasteboard/5583362-expected.txt: Added.
3921 2007-11-06 Antti Koivisto <antti@apple.com>
3923 Correct test results.
3925 * platform/mac/fast/layers/layer-visibility-expected.txt:
3927 2007-11-06 Antti Koivisto <antti@apple.com>
3931 Update test to cover
3932 <rdar://problem/5521068>
3933 Visibility not propagated correctly for children of a layer with z-index
3935 The fix for this was (accidentally) already checked in with r27277,
3936 with retroactive r=hyatt.
3938 * fast/layers/layer-visibility.html:
3939 * platform/mac/fast/layers/layer-visibility-expected.checksum:
3940 * platform/mac/fast/layers/layer-visibility-expected.png:
3941 * platform/mac/fast/layers/layer-visibility-expected.txt:
3943 2007-11-06 Justin Garcia <justin.garcia@apple.com>
3945 Reviewed by Darin Adler.
3947 <rdar://problem/5576619> REGRESSION: Caret disappears after deleting the last character in inline hole (15714)
3949 * platform/mac/editing/input/5576619-expected.checksum: Added.
3950 * platform/mac/editing/input/5576619-expected.png: Added.
3951 * platform/mac/editing/input/5576619-expected.txt: Added.
3952 * platform/mac/editing/input/5576619.html: Added.
3953 * platform/mac/editing/input/text-input-controller-expected.txt:
3955 2007-11-06 Dan Bernstein <mitz@apple.com>
3957 Reviewed by Antti Koivisto and Dave Hyatt.
3959 - test for <rdar://problem/5582961> Incorrect layout and floating object list corruption when CSS decreases a block's height
3961 * fast/block/float/overhanging-after-height-decrease.html: Added.
3962 * platform/mac-leopard/fast/block: Added.
3963 * platform/mac-leopard/fast/block/float: Added.
3964 * platform/mac-leopard/fast/block/float/overhanging-after-height-decrease-expected.checksum: Added.
3965 * platform/mac-leopard/fast/block/float/overhanging-after-height-decrease-expected.png: Added.
3966 * platform/mac/fast/block/float/overhanging-after-height-decrease-expected.txt: Added.
3968 2007-11-05 Adele Peterson <adele@apple.com>
3972 Added test for poster attribute.
3974 * media/content/abe.png: Added.
3975 * media/content/greenbox.png: Added.
3976 * media/video-poster-expected.txt: Added.
3977 * media/video-poster.html: Added.
3979 2007-11-06 Antti Koivisto <antti@apple.com>
3983 Tests for media src attribute changes.
3985 * media/video-src-change-expected.txt: Added.
3986 * media/video-src-change.html: Added.
3987 * media/video-src-remove-expected.txt: Added.
3988 * media/video-src-remove.html: Added.
3989 * media/video-src-set-expected.txt: Added.
3990 * media/video-src-set.html: Added.
3991 * media/video-test.js:
3993 2007-11-06 Dan Bernstein <mitz@apple.com>
3995 Reviewed by Darin Adler.
3997 - repaint test for http://bugs.webkit.org/show_bug.cgi?id=15838
3998 Incomplete repaint toggling "How you know this person" on Facebook
4000 * fast/repaint/make-children-non-inline.html: Added.
4001 * platform/mac/fast/repaint/make-children-non-inline-expected.txt: Added.
4002 * platform/mac-leopard/fast/repaint: Added.
4003 * platform/mac-leopard/fast/repaint/make-children-non-inline-expected.checksum: Added.
4004 * platform/mac-leopard/fast/repaint/make-children-non-inline-expected.png: Added.
4006 2007-11-05 Adam Roben <aroben@apple.com>
4008 Remove a now-passing test from the Windows Skipped file
4012 * platform/win/Skipped:
4014 2007-11-05 Dan Bernstein <mitz@apple.com>
4016 Reviewed by Oliver Hunt.
4018 - test that an all-whitespace class attribute does not cause an assertion failure
4020 * fast/dom/class-all-whitespace-expected.txt: Added.
4021 * fast/dom/class-all-whitespace.html: Added.
4023 2007-11-05 Alexey Proskuryakov <ap@webkit.org>
4027 http://bugs.webkit.org/show_bug.cgi?id=15841
4028 fast/dom/Document/early-document-access.html crashes under GuardMalloc
4030 * fast/dom/Document/early-document-access.html: Don't check for open() timeout;
4031 wait for popup window to close as long as it takes.