1 2007-12-19 Dan Bernstein <mitz@apple.com>
3 - remove passing tests following the change to font fallback
5 * platform/win/Skipped: Removed tests that failed only because they
6 specified as primary font family a font family that was not available
7 on Windows and therefore were rendered using the platform last resort
8 font, Times New Roman. Now they are rendered using the 'standard'
9 font family, which is set to Times on both Mac and Windows when running
12 2007-12-19 Alice Liu <alice.liu@apple.com>
16 Fixed <rdar://problem/5592485> Safari crashed trying to get a motorcycle insurance quote
17 on Geico.com WebCore::Document::inPageCache()
19 * fast/events/nested-event-remove-node-crash-expected.txt: Added.
20 * fast/events/nested-event-remove-node-crash.html: Added.
22 2007-12-19 Andre Boule <aboule@apple.com>
24 Reviewed by Dan Bernstein.
26 Adding tests for canvas compositing modes to make sure the results don't change after:
27 <rdar://problem/5640059> GraphicsContext::setCompositeOperation should use CGContextSetBlendMode
29 The following compositing modes don't pass however that is covered by another bug:
35 <rdar://problem/5651783> Some canvas tag compositing modes don't render correctly
37 * fast/canvas/canvas-composite.html: Added.
38 * platform/mac/fast/canvas/canvas-composite-expected.checksum: Added.
39 * platform/mac/fast/canvas/canvas-composite-expected.png: Added.
40 * platform/mac/fast/canvas/canvas-composite-expected.txt: Added.
42 2007-12-19 Dan Bernstein <mitz@apple.com>
44 Reviewed by Dave Hyatt.
46 - test for <rdar://problem/5650045> REGRESSION: major layout problems in svn r28754 WebKit on Vox.com page
48 * fast/dynamic/subtree-boundary-percent-height.html: Added.
49 * platform/mac/fast/dynamic/subtree-boundary-percent-height-expected.checksum: Added.
50 * platform/mac/fast/dynamic/subtree-boundary-percent-height-expected.png: Added.
51 * platform/mac/fast/dynamic/subtree-boundary-percent-height-expected.txt: Added.
53 2007-12-18 Beth Dakin <bdakin@apple.com>
57 Test for <rdar://problem/5616982> SVGs with width and height 100%
58 fail to render when used as <img> or CSS image (16167)
60 * fast/images/resources/green-relative-size-rect.svg: Added.
61 * fast/images/svg-as-relative-image.html: Added.
62 * platform/mac/fast/images/svg-as-relative-image-expected.checksum: Added.
63 * platform/mac/fast/images/svg-as-relative-image-expected.png: Added.
64 * platform/mac/fast/images/svg-as-relative-image-expected.txt: Added.
66 2007-12-18 Dan Bernstein <mitz@apple.com>
68 Reviewed by John Sullivan.
70 - remove passing test and reclassify one failing test
72 * platform/win/Skipped: Removed fast/text/international/002.html.
74 2007-12-18 Sam Weinig <sam@webkit.org>
78 - Temporarily remove calls that are causing subsequent tests in DRT to fail.
79 Filled http://bugs.webkit.org/show_bug.cgi?id=16510 to track the issue.
81 * http/tests/security/cross-frame-access-history-expected.txt:
82 * http/tests/security/cross-frame-access-history.html:
84 2007-12-18 Darin Adler <darin@apple.com>
86 - fix failing regression test
88 * fast/regex/resources/TEMPLATE.html: Updated this template -- I accidentally landed
89 the one that was copied without updating the paths.
90 * fast/regex/slow.html: Regenerated.
92 2007-12-18 Alice Liu <alice.liu@apple.com>
96 Fixed <rdar://problem/5646454> REGRESSION: dom/xhtml/level2/html/HTMLDocument12 fails on Leopard
98 * fast/cookies/local-file-can-set-cookies.html:
99 cookies are matched by domain and path, and since layout tests are file URLs,
100 they all match on domain. setting a cookie without specifying the path will
101 make CFNetwork pick up the path from the URL automatically. Since
102 fast/cookies/local-file-can-set-cookies.html set a specific path of /, that
103 cookie will be set for EVERY local file loaded in Safari. removing that
104 component from the cookie string will fix the problem.
106 2007-12-18 Darin Adler <darin@apple.com>
110 - test for http://bugs.webkit.org/show_bug.cgi?id=16458
111 REGRESSION (r28164): regular expressions can now hang due to lack of a match limit
113 * fast/regex/resources: Added.
114 * fast/regex/resources/TEMPLATE.html: Copied from fast/js/resources/TEMPLATE.html.
115 * fast/regex/resources/slow.js: Added.
116 * fast/regex/slow-expected.txt: Added.
117 * fast/regex/slow.html: Added.
119 2007-12-18 Dan Bernstein <mitz@apple.com>
121 Reviewed by John Sullivan.
123 - remove passing test
125 * platform/win/Skipped: Removed fast/text/international/wrap-CJK-001.html
127 2007-12-17 Alice Liu <alice.liu@apple.com>
131 Test for <rdar://problem/5566435> window with no scrollbars can still be scrolled with wheelevent
133 * fast/events/attempt-scroll-with-no-scrollbars-expected.txt: Added.
134 * fast/events/attempt-scroll-with-no-scrollbars.html: Added.
135 * platform/mac/Skipped:
136 Adding to mac Skipped list because of <rdar://problem/5643675> window.scrollTo scrolls a window with no scrollbars
137 * platform/win/Skipped:
138 Adding to win Skipped list because of <rdar://problem/5132009> Windows DRT does not support multiple windows
140 2007-12-17 Darin Adler <darin@apple.com>
142 - disabling this test until we can find a way to make it pass on diverse machines
144 * fast/css/css2-system-color.html: Removed.
145 * fast/css/css2-system-color.html-disabled: Copied from fast/css/css2-system-color.html.
147 2007-12-17 Anders Carlsson <andersca@apple.com>
149 Fix argument to window.open.
151 * http/tests/misc/window-open-then-write.html:
153 2007-12-17 Mark Rowe <mrowe@apple.com>
155 Update test results after r28812.
157 * platform/mac-tiger/fast/css/css2-system-color-expected.txt:
158 * platform/mac/fast/css/css2-system-color-expected.txt:
160 2007-12-17 Alexey Proskuryakov <ap@webkit.org>
164 Live to the promise of never making AppKit special character codes visible via DOM.
166 * fast/events/arrow-keys-on-body-expected.txt: Added.
167 * fast/events/arrow-keys-on-body.html: Added.
169 2007-12-16 Darin Adler <darin@apple.com>
171 * fast/js/regexp-overflow-expected.txt: Updated. I accidentally checked in an
172 out-of-date file last time.
174 2007-12-16 Darin Adler <darin@apple.com>
178 - test for http://bugs.webkit.org/show_bug.cgi?id=16459
179 REGRESSION: assertion failure with regexp with \B in a case-ignoring character range
180 <rdar://problem/5646361>
182 * fast/js/regexp-overflow-expected.txt: Updated.
183 * fast/js/resources/regexp-overflow.js: Added test cases.
185 2007-12-16 Darin Adler <darin@apple.com>
189 - tests for the argument handling of the executeSql function
191 * storage/execute-sql-args-expected.txt: Added.
192 * storage/execute-sql-args.html: Added.
194 2007-12-16 Darin Adler <darin@apple.com>
196 - try to get the system color test passing on the buildbot
198 I fear this test may be vulnerable to slight platform differences.
200 * platform/mac-tiger/fast: Added.
201 * platform/mac-tiger/fast/css: Added.
202 * platform/mac-tiger/fast/css/css2-system-color-expected.checksum: Copied from platform/mac/fast/css/css2-system-color-expected.checksum.
203 * platform/mac-tiger/fast/css/css2-system-color-expected.png: Copied from platform/mac/fast/css/css2-system-color-expected.png.
204 * platform/mac-tiger/fast/css/css2-system-color-expected.txt: Copied from platform/mac/fast/css/css2-system-color-expected.txt.
205 Then updated to match what the buildbot says.
207 * platform/mac/fast/css/css2-system-color-expected.txt: Updated to match
208 results I'm getting locally on my Leopard machine.
210 2007-12-16 Beth Dakin <bdakin@apple.com>
214 Tests for SVG as border-image.
216 * fast/borders/resources/green-fixed-size-rect.svg: Added.
217 * fast/borders/resources/green-relative-size-rect.svg: Added.
218 * fast/borders/svg-as-border-image-2.html: Added.
219 * fast/borders/svg-as-border-image.html: Added.
220 * platform/mac/fast/borders/svg-as-border-image-2-expected.checksum: Added.
221 * platform/mac/fast/borders/svg-as-border-image-2-expected.png: Added.
222 * platform/mac/fast/borders/svg-as-border-image-2-expected.txt: Added.
223 * platform/mac/fast/borders/svg-as-border-image-expected.checksum: Added.
224 * platform/mac/fast/borders/svg-as-border-image-expected.png: Added.
225 * platform/mac/fast/borders/svg-as-border-image-expected.txt: Added.
227 2007-12-16 Andrew Wellington <proton@wiretapped.net>
231 http://bugs.webkit.org/show_bug.cgi?id=6129
232 Incomplete implementation of CSS 2.1 system colors
234 Add layout test for this bug and update tests for new system-derived colors
236 * fast/css/css2-system-color.html: Added.
237 * platform/mac/fast/css/css2-system-color-expected.checksum: Added.
238 * platform/mac/fast/css/css2-system-color-expected.png: Added.
239 * platform/mac/fast/css/css2-system-color-expected.txt: Added.
240 * platform/mac/fast/css/css2-system-fonts-expected.checksum:
241 * platform/mac/tables/mozilla/bugs/bug103533-expected.txt:
243 2007-12-16 Dan Bernstein <mitz@apple.com>
245 Reviewed by Darin Adler.
247 - test for http://bugs.webkit.org/show_bug.cgi?id=16426
248 Divs with overflow:auto: scrollbars not correctly updated when contents change
250 * fast/overflow/scrollbar-position-update.html: Added.
251 * platform/mac-leopard/fast/overflow: Added.
252 * platform/mac-leopard/fast/overflow/scrollbar-position-update-expected.checksum: Added.
253 * platform/mac-leopard/fast/overflow/scrollbar-position-update-expected.png: Added.
254 * platform/mac/fast/overflow/scrollbar-position-update-expected.txt: Added.
256 2007-12-15 Darin Adler <darin@apple.com>
258 Disabled the smallFonts.svg test, which has been failing for weeks. I heard that Niko
259 is going to fix this soon. He should rename it back at that time.
261 Removed the svn:executable flag from many .svg, .png, and .css files that had it set
264 * svg/batik/text/smallFonts.svg: Removed.
265 * svg/batik/text/smallFonts.svg-disabled: Copied from svg/batik/text/smallFonts.svg.
267 2007-12-15 Eric Seidel <eric@webkit.org>
271 Width of SVG elements not applied to container elements
272 http://bugs.webkit.org/show_bug.cgi?id=16305
274 * platform/mac/svg/css/css-box-min-width-expected.checksum: Added.
275 * platform/mac/svg/css/css-box-min-width-expected.png: Added.
276 * platform/mac/svg/css/css-box-min-width-expected.txt: Added.
277 * svg/css/css-box-min-width.html: Added.
279 2007-12-15 Alp Toker <alp@atoker.com>
281 http://bugs.webkit.org/show_bug.cgi?id=16449
282 cairo_arc() functions hang or crash when passed inf as radius or start/end angle
284 Fixed in r28751. Remove these tests from the skip list:
285 fast/canvas/arc-crash.html
286 fast/canvas/canvas-with-incorrect-args.html
288 * platform/gtk/Skipped:
290 2007-12-05 Mark Rowe <mrowe@apple.com>
292 Reviewed by Alp Toker.
294 Add a skeleton Gtk skipped list containing only tests that hang run-webkit-tests.
296 * platform/gtk/Skipped: Added.
298 2007-12-15 Alexey Proskuryakov <ap@webkit.org>
302 http://bugs.webkit.org/show_bug.cgi?id=16436
303 Alt+Space works incorrectly
305 * platform/win/fast/events/alt-space-scroll-expected.txt: Added.
306 * platform/win/fast/events/alt-space-scroll.html: Added.
308 2007-12-14 Dan Bernstein <mitz@apple.com>
310 - share the results of this test between Tiger and Leopard
312 * platform/mac-leopard/fast/text/international/bidi-control-chars-treated-as-ZWS-expected.txt: Removed.
313 * 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.
315 2007-12-14 Anders Carlsson <andersca@apple.com>
319 Add test that calls window.open and then immediately writes into the document
320 of the newly opened window.
322 * http/tests/misc/resources/compass.jpg: Added.
323 * http/tests/misc/window-open-then-write-expected.txt: Added.
324 * http/tests/misc/window-open-then-write.html: Added.
325 * platform/win/Skipped:
327 2007-12-14 David Smith <catfish.man@gmail.com>
331 - test for http://bugs.webkit.org/show_bug.cgi?id=14955
332 Implement getElementsByClassName
334 Tests added from http://tc.labs.opera.com/apis/getElementsByClassName/
336 * fast/dom/Window/window-properties-expected.txt:
337 * fast/dom/getElementsByClassName: Added.
338 * fast/dom/getElementsByClassName/001-expected.txt: Added.
339 * fast/dom/getElementsByClassName/001.html: Added.
340 * fast/dom/getElementsByClassName/002-expected.txt: Added.
341 * fast/dom/getElementsByClassName/002.html: Added.
342 * fast/dom/getElementsByClassName/003-expected.txt: Added.
343 * fast/dom/getElementsByClassName/003.html: Added.
344 * fast/dom/getElementsByClassName/004-expected.txt: Added.
345 * fast/dom/getElementsByClassName/004.html: Added.
346 * fast/dom/getElementsByClassName/005-expected.txt: Added.
347 * fast/dom/getElementsByClassName/005.html: Added.
348 * fast/dom/getElementsByClassName/006-expected.txt: Added.
349 * fast/dom/getElementsByClassName/006.html: Added.
350 * fast/dom/getElementsByClassName/007-expected.txt: Added.
351 * fast/dom/getElementsByClassName/007.html: Added.
352 * fast/dom/getElementsByClassName/008-expected.txt: Added.
353 * fast/dom/getElementsByClassName/008.html: Added.
354 * fast/dom/getElementsByClassName/009-expected.txt: Added.
355 * fast/dom/getElementsByClassName/009.html: Added.
356 * fast/dom/getElementsByClassName/010-expected.txt: Added.
357 * fast/dom/getElementsByClassName/010.xml: Added.
358 * fast/dom/getElementsByClassName/011-expected.txt: Added.
359 * fast/dom/getElementsByClassName/011.xml: Added.
360 * fast/dom/getElementsByClassName/012-expected.txt: Added.
361 * fast/dom/getElementsByClassName/012.html: Added.
362 * fast/dom/getElementsByClassName/013-expected.txt: Added.
363 * fast/dom/getElementsByClassName/013.html: Added.
364 * fast/dom/getElementsByClassName/014-expected.txt: Added.
365 * fast/dom/getElementsByClassName/014.html: Added.
366 * fast/dom/getElementsByClassName/array: Added.
367 * fast/dom/getElementsByClassName/array/001-expected.txt: Added.
368 * fast/dom/getElementsByClassName/array/001.html: Added.
369 * fast/dom/getElementsByClassName/array/002-expected.txt: Added.
370 * fast/dom/getElementsByClassName/array/002.html: Added.
371 * fast/dom/getElementsByClassName/array/003-expected.txt: Added.
372 * fast/dom/getElementsByClassName/array/003.html: Added.
373 * fast/dom/getElementsByClassName/array/004-expected.txt: Added.
374 * fast/dom/getElementsByClassName/array/004.html: Added.
375 * fast/dom/getElementsByClassName/dumpNodeList-expected.txt: Added.
376 * fast/dom/getElementsByClassName/dumpNodeList.html: Added.
377 * fast/dom/getElementsByClassName/resources: Added.
378 * fast/dom/getElementsByClassName/resources/common.js: Added.
380 2007-12-14 Darin Adler <darin@apple.com>
384 - http://bugs.webkit.org/show_bug.cgi?id=16420
385 change regression tests to use document.execCommand instead of textInputController.doCommand
387 To avoid changing results at this time, I didn't correct the many tests that now have
388 misleading "this test cannot be run manually" text or references to "NSResponder" or
389 uneeded instructions for running the test manually. We can do that on a later pass.
391 * editing/deleting/5300379.html: Use execCommand instead of doCommand.
392 * editing/deleting/delete-to-end-of-paragraph.html: Ditto.
393 * editing/deleting/smart-delete-003.html: Ditto.
394 * editing/deleting/smart-delete-004.html: Ditto.
395 * editing/execCommand/nsresponder-indent.html: Ditto.
396 * editing/execCommand/nsresponder-outdent.html: Ditto.
397 * editing/selection/4947387.html: Ditto.
398 * editing/selection/5195166-1.html: Ditto.
399 * editing/selection/5195166-2.html: Ditto.
400 * editing/selection/select-line.html: Ditto.
401 * editing/selection/selection-actions.html: Ditto.
403 2007-12-14 Justin Garcia <justin.garcia@apple.com>
405 Reviewed by Darin Adler.
407 <rdar://problem/5575101> Hang in SplitElementCommand::doApply when outdenting a list item in a particular list
409 * editing/execCommand/5575101-1-expected.txt: Added.
410 * editing/execCommand/5575101-1.html: Added.
411 * editing/execCommand/5575101-2-expected.txt: Added.
412 * editing/execCommand/5575101-2.html: Added.
413 * editing/execCommand/5575101-3-expected.txt: Added.
414 * editing/execCommand/5575101-3.html: Added.
416 2007-12-14 Anders Carlsson <andersca@apple.com>
418 Reviewed by Darin and Geoff.
420 <rdar://problem/5619295>
421 REGRESSION: 303-304: Embedded YouTube video fails to render- JS errors (16150) (Flash 9)
423 Add cross frame plug/in test where a plug/in inside an iframe tries to access properties of the
426 * http/tests/plugins/cross-frame-object-access-expected.txt: Added.
427 * http/tests/plugins/cross-frame-object-access.html: Added.
428 * http/tests/plugins/resources/cross-frame-object-access.html: Added.
430 2007-12-14 Oliver Hunt <oliver@apple.com>
434 Fix test output, and move test to mac skipped lists until
435 <rdar://problem/5647952> fast/events/mouseout-on-window.html
438 * fast/events/mouseout-on-window-expected.txt:
439 * platform/mac/Skipped:
441 2007-12-13 Justin Garcia <justin.garcia@apple.com>
443 Reviewed by Oliver Hunt.
445 <rdar://problem/5607069> In Mail, a crash occurs at WebCore::AppendNodeCommand() after dragging image into a <FORM> element
447 * editing/inserting/5607069-1-expected.checksum: Added.
448 * editing/inserting/5607069-1-expected.png: Added.
449 * editing/inserting/5607069-1-expected.txt: Added.
450 * editing/inserting/5607069-1.html: Added.
451 * editing/inserting/5607069-2.html: Added.
452 * editing/inserting/5607069-3.html: Added.
453 * platform/mac/editing/inserting/5607069-2-expected.checksum: Added.
454 * platform/mac/editing/inserting/5607069-2-expected.png: Added.
455 * platform/mac/editing/inserting/5607069-2-expected.txt: Added.
456 * platform/mac/editing/inserting/5607069-3-expected.checksum: Added.
457 * platform/mac/editing/inserting/5607069-3-expected.png: Added.
458 * platform/mac/editing/inserting/5607069-3-expected.txt: Added.
460 2007-12-13 Dan Bernstein <mitz@apple.com>
462 Reviewed by Dave Hyatt.
464 - test for <rdar://problem/5642426> explicit cubic-bezier curves all treated as "default" for transition-timing-function
466 * fast/css/transition-timing-function-expected.txt: Added.
467 * fast/css/transition-timing-function.html: Added.
469 2007-12-13 Kevin McCullough <kmccullough@apple.com>
473 - Layout tests fix. Removed machine dependant results and generated new
474 results without machine specific information.
476 * fast/dom/frame-loading-via-document-write-expected.txt: Added.
477 * http/tests/security/frame-loading-via-document-write-expected.txt: Added.
478 * http/tests/security/local-CSS-from-remote-expected.txt:
479 * http/tests/security/local-JavaScript-from-remote-expected.txt:
480 * http/tests/security/local-iFrame-from-remote-expected.txt:
481 * http/tests/security/local-image-from-remote-expected.txt:
482 * platform/mac/fast/dom/frame-loading-via-document-write-expected.checksum: Removed.
483 * platform/mac/fast/dom/frame-loading-via-document-write-expected.png: Removed.
484 * platform/mac/fast/dom/frame-loading-via-document-write-expected.txt: Removed.
485 * platform/mac/http/tests/security: Removed.
486 * platform/mac/http/tests/security/frame-loading-via-document-write-expected.checksum: Removed.
487 * platform/mac/http/tests/security/frame-loading-via-document-write-expected.png: Removed.
488 * platform/mac/http/tests/security/frame-loading-via-document-write-expected.txt: Removed.
489 * platform/win/Skipped:
490 * platform/win/http: Removed.
491 * platform/win/http/tests: Removed.
492 * platform/win/http/tests/security: Removed.
493 * platform/win/http/tests/security/frame-loading-via-document-write-expected.txt: Removed.
495 2007-12-13 Alexey Proskuryakov <ap@webkit.org>
499 http://bugs.webkit.org/show_bug.cgi?id=16421
500 REGRESSION(r28669): Page scrolls down when you hit space key in text area
502 * fast/events/space-scroll-event-expected.txt: Added.
503 * fast/events/space-scroll-event.html: Added.
505 2007-12-13 Justin Garcia <justin.garcia@apple.com>
507 Reviewed by Darin Adler.
509 <rdar://problem/5601583> GMail Editor: Copied link doesn't paste as a link, just colored text
511 * editing/pasteboard/5601583-1.html: Added.
512 * platform/mac/editing/pasteboard/5601583-1-expected.checksum: Added.
513 * platform/mac/editing/pasteboard/5601583-1-expected.png: Added.
514 * platform/mac/editing/pasteboard/5601583-1-expected.txt: Added.
516 2007-12-13 Kevin McCullough <kmccullough@apple.com>
518 Reviewed by Alice and Sam.
520 - <rdar://5621435> Need a way to specify local resources (being loaded
521 from HTTP tests) on Windows.
522 - Updated the following tests to use the new layoutTestController
523 function, pathToLocalResource to get a Windows viable path (when on
524 Windows) to the local resources they are attempting to access.
525 - Also clarified and updated some results.
527 * fast/dom/frame-loading-via-document-write.html:
528 * fast/loader/local-CSS-from-local-expected.txt:
529 * fast/loader/local-CSS-from-local.html:
530 * fast/loader/local-JavaScript-from-local-expected.txt:
531 * fast/loader/local-JavaScript-from-local.html:
532 * fast/loader/local-iFrame-source-from-local-expected.txt:
533 * fast/loader/local-iFrame-source-from-local.html:
534 * fast/loader/local-image-from-local-expected.txt:
535 * fast/loader/local-image-from-local.html:
536 * http/tests/security/frame-loading-via-document-write.html:
537 * http/tests/security/local-CSS-from-remote-expected.txt:
538 * http/tests/security/local-CSS-from-remote.html:
539 * http/tests/security/local-JavaScript-from-remote-expected.txt:
540 * http/tests/security/local-JavaScript-from-remote.html:
541 * http/tests/security/local-iFrame-from-remote-expected.txt:
542 * http/tests/security/local-iFrame-from-remote.html:
543 * http/tests/security/local-image-from-remote-expected.txt:
544 * http/tests/security/local-image-from-remote.html:
545 * http/tests/security/local-user-CSS-from-remote.html:
546 * platform/mac/fast/dom/frame-loading-via-document-write-expected.txt:
547 * platform/win/Skipped:
548 * platform/win/http: Added.
549 * platform/win/http/tests: Added.
550 * platform/win/http/tests/security: Added.
551 * platform/win/http/tests/security/frame-loading-via-document-write-expected.txt: Added.
553 2007-12-13 Dan Bernstein <mitz@apple.com>
555 Reviewed by Adam Roben.
557 - test that Unicode bidi control characters are rendered as zero width
560 * fast/text/international/bidi-control-chars-treated-as-ZWS.html: Added.
561 * platform/mac-leopard/fast/text/international/bidi-control-chars-treated-as-ZWS-expected.checksum: Added.
562 * platform/mac-leopard/fast/text/international/bidi-control-chars-treated-as-ZWS-expected.png: Added.
563 * platform/mac-leopard/fast/text/international/bidi-control-chars-treated-as-ZWS-expected.txt: Added.
565 2007-12-12 Dan Bernstein <mitz@apple.com>
567 Reviewed by Oliver Hunt.
569 - updated results and skipped tests file for
570 <rdar://problem/5074620> text with font:initial; fails to appear (causes fast/text/font-initial.html to fail)
572 * platform/mac-leopard/fast/text/font-initial-expected.checksum: Copied from LayoutTests/platform/mac/fast/text/font-initial-expected.checksum.
573 * platform/mac-leopard/fast/text/font-initial-expected.png: Copied from LayoutTests/platform/mac/fast/text/font-initial-expected.png.
574 * platform/mac/fast/text/font-initial-expected.checksum: Removed.
575 * platform/mac/fast/text/font-initial-expected.png: Removed.
576 * platform/mac/fast/text/font-initial-expected.txt:
577 * platform/win/Skipped:
579 2007-12-12 Justin Garcia <justin.garcia@apple.com>
581 Reviewed by Darin Adler.
583 <rdar://problem/5433862> Mail crashes at WebCore::highestAncestor() when deleting a particular selection
585 * editing/deleting/5433862-1-expected.txt: Added.
586 * editing/deleting/5433862-1.html: Added.
587 * editing/deleting/5433862-2.html: Added.
588 * platform/mac/editing/deleting/5433862-2-expected.checksum: Added.
589 * platform/mac/editing/deleting/5433862-2-expected.txt: Added.
591 2007-12-12 Dan Bernstein <mitz@apple.com>
593 Reviewed by John Sullivan.
595 - test for a bug in debug builds only where selecting an earlier item in
596 a popup selects the first item
598 * fast/forms/menulist-selection-reset-expected.txt: Added.
599 * fast/forms/menulist-selection-reset.html: Added.
601 2007-12-12 Beth Dakin <bdakin@apple.com>
605 Updated pixel results from my recent SVG change.
607 * svg/custom/inline-svg-in-xhtml-expected.checksum: Added.
608 * svg/custom/inline-svg-in-xhtml-expected.png: Added.
610 2007-12-12 Anders Carlsson <andersca@apple.com>
614 <rdar://problem/5132003>
615 dumpResourceLoadCallbacks is not implemented in DRT on Windows.
617 Remove now passing tests.
619 * platform/win/Skipped:
621 2007-12-12 Alexey Proskuryakov <ap@webkit.org>
623 Reviewed by Adam Roben.
625 Results corrected by a fix to EventSender.
627 * platform/win/fast/events/keyLocation-numpad-expected.txt:
629 2007-12-12 Alexey Proskuryakov <ap@webkit.org>
633 http://bugs.webkit.org/show_bug.cgi?id=16410
634 Implement isKeypadEvent() on Windows
636 * platform/win/fast/events/keyLocation-numpad-expected.txt: Added.
637 * platform/win/fast/events/keyLocation-numpad.html: Added.
639 2007-12-12 Alexey Proskuryakov <ap@webkit.org>
643 http://bugs.webkit.org/show_bug.cgi?id=15248
644 Can not enter accented characters using alt-numeric keypad
646 * platform/win/fast/events/alt-numpad-expected.txt: Added.
647 * platform/win/fast/events/alt-numpad.html: Added.
649 2007-12-12 Oliver Hunt <oliver@apple.com>
653 <rdar://problem/5071781> window.mouseout events are not
654 sent to window when mouse moves out of window
656 Layout tests to make sure we correctly handle mouse out
657 on the window object.
659 * fast/events/mouseout-on-window-expected.txt: Added.
660 * fast/events/mouseout-on-window.html: Added.
662 2007-12-11 Dan Bernstein <mitz@apple.com>
664 Reviewed by Maciej Stachowiak.
666 - removed now-passing tests
668 * platform/win/Skipped:
670 2007-12-11 Dan Bernstein <mitz@apple.com>
672 Reviewed by Mark Rowe and Sam Weinig too!
674 - removed tests that pass when Helvetica Oblique and Helvetica
675 Bold Oblique are available.
677 * platform/win/Skipped:
679 2007-12-11 Beth Dakin <bdakin@apple.com>
683 Tests for <rdar://problem/5641255> SVGs with width and height 100%
684 fail to render when used as background images
686 * fast/backgrounds/resources/balloon.svg: Added.
687 * fast/backgrounds/resources/eyes.svg: Added.
688 * fast/backgrounds/resources/hearts.svg: Added.
689 * fast/backgrounds/resources/linguistics.svg: Added.
690 * fast/backgrounds/resources/map.svg: Added.
691 * fast/backgrounds/resources/mouse-repel.svg: Added.
692 * fast/backgrounds/svg-as-background-1.html: Added.
693 * fast/backgrounds/svg-as-background-2.html: Added.
694 * fast/backgrounds/svg-as-background-3.html: Added.
695 * fast/backgrounds/svg-as-background-4.html: Added.
696 * fast/backgrounds/svg-as-background-5.html: Added.
697 * fast/backgrounds/svg-as-background-6.html: Added.
698 * platform/mac/fast/backgrounds/svg-as-background-1-expected.checksum: Added.
699 * platform/mac/fast/backgrounds/svg-as-background-1-expected.png: Added.
700 * platform/mac/fast/backgrounds/svg-as-background-1-expected.txt: Added.
701 * platform/mac/fast/backgrounds/svg-as-background-2-expected.checksum: Added.
702 * platform/mac/fast/backgrounds/svg-as-background-2-expected.png: Added.
703 * platform/mac/fast/backgrounds/svg-as-background-2-expected.txt: Added.
704 * platform/mac/fast/backgrounds/svg-as-background-3-expected.checksum: Added.
705 * platform/mac/fast/backgrounds/svg-as-background-3-expected.png: Added.
706 * platform/mac/fast/backgrounds/svg-as-background-3-expected.txt: Added.
707 * platform/mac/fast/backgrounds/svg-as-background-4-expected.checksum: Added.
708 * platform/mac/fast/backgrounds/svg-as-background-4-expected.png: Added.
709 * platform/mac/fast/backgrounds/svg-as-background-4-expected.txt: Added.
710 * platform/mac/fast/backgrounds/svg-as-background-5-expected.checksum: Added.
711 * platform/mac/fast/backgrounds/svg-as-background-5-expected.png: Added.
712 * platform/mac/fast/backgrounds/svg-as-background-5-expected.txt: Added.
713 * platform/mac/fast/backgrounds/svg-as-background-6-expected.checksum: Added.
714 * platform/mac/fast/backgrounds/svg-as-background-6-expected.png: Added.
715 * platform/mac/fast/backgrounds/svg-as-background-6-expected.txt: Added.
717 2007-12-11 Nikolas Zimmermann <zimmermann@kde.org>
719 Rubberstamped by Mark.
721 Add missing tests - their results have already been checked in over a month ago - I forgot to commit the tests itself.
723 * svg/custom/alignment-baseline-modes.svg: Added.
724 * svg/custom/dominant-baseline-hanging.svg: Added.
725 * svg/custom/dominant-baseline-modes.svg: Added.
727 2007-12-11 Nikolas Zimmermann <zimmermann@kde.org>
729 Rubberstamped by Mark.
731 Update pixel test results now that filters are disabled.
733 * platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.checksum:
734 * platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.png:
735 * platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.checksum:
736 * platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
737 * platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.checksum:
738 * platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.png:
739 * platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.checksum:
740 * platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
741 * platform/mac/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.checksum:
742 * platform/mac/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.png:
743 * platform/mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.checksum:
744 * platform/mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png:
745 * platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.checksum:
746 * platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.png:
747 * platform/mac/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.checksum:
748 * platform/mac/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.png:
749 * platform/mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.checksum:
750 * platform/mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.png:
751 * platform/mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.checksum:
752 * platform/mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.png:
753 * platform/mac/svg/W3C-SVG-1.1/filters-offset-01-b-expected.checksum:
754 * platform/mac/svg/W3C-SVG-1.1/filters-offset-01-b-expected.png:
755 * platform/mac/svg/W3C-SVG-1.1/filters-specular-01-f-expected.checksum:
756 * platform/mac/svg/W3C-SVG-1.1/filters-specular-01-f-expected.png:
757 * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.checksum:
758 * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.png:
759 * platform/mac/svg/custom/empty-merge-expected.checksum:
760 * platform/mac/svg/custom/empty-merge-expected.png:
761 * platform/mac/svg/custom/feComponentTransfer-Discrete-expected.checksum:
762 * platform/mac/svg/custom/feComponentTransfer-Discrete-expected.png:
763 * platform/mac/svg/custom/feComponentTransfer-Gamma-expected.checksum:
764 * platform/mac/svg/custom/feComponentTransfer-Gamma-expected.png:
765 * platform/mac/svg/custom/feComponentTransfer-Linear-expected.checksum:
766 * platform/mac/svg/custom/feComponentTransfer-Linear-expected.png:
767 * platform/mac/svg/custom/feComponentTransfer-Table-expected.checksum:
768 * platform/mac/svg/custom/feComponentTransfer-Table-expected.png:
769 * platform/mac/svg/custom/feDisplacementMap-01-expected.checksum:
770 * platform/mac/svg/custom/feDisplacementMap-01-expected.png:
771 * platform/mac/svg/custom/image-with-transform-clip-filter-expected.checksum:
772 * platform/mac/svg/custom/image-with-transform-clip-filter-expected.png:
773 * platform/mac/svg/custom/non-opaque-filters-expected.checksum:
774 * platform/mac/svg/custom/non-opaque-filters-expected.png:
775 * platform/mac/svg/custom/text-filter-expected.checksum:
776 * platform/mac/svg/custom/text-filter-expected.png:
777 * platform/mac/svg/custom/visibility-override-filter-expected.checksum:
778 * platform/mac/svg/custom/visibility-override-filter-expected.png:
779 * svg/batik/filters/filterRegions-expected.checksum:
780 * svg/batik/filters/filterRegions-expected.png:
781 * svg/batik/text/textFeatures-expected.checksum:
782 * svg/batik/text/textFeatures-expected.png:
783 * svg/custom/js-svg-constructors-expected.checksum:
784 * svg/custom/js-svg-constructors-expected.png:
786 2007-12-11 Dan Bernstein <mitz@apple.com>
788 Reviewed by Darin Adler.
790 - test for <rdar://problem/5631507> Text doesn't wrap properly at Tamil version of Wikipedia
792 * fast/text/international/complex-character-based-fallback.html: Added.
793 * platform/mac-leopard/fast/text/international/complex-character-based-fallback-expected.checksum: Added.
794 * platform/mac-leopard/fast/text/international/complex-character-based-fallback-expected.png: Added.
795 * platform/mac/fast/text/international/complex-character-based-fallback-expected.txt: Added.
796 * platform/win/fast/text: Added.
797 * platform/win/fast/text/international: Added.
798 * platform/win/fast/text/international/complex-character-based-fallback-expected.checksum: Added.
799 * platform/win/fast/text/international/complex-character-based-fallback-expected.png: Added.
800 * platform/win/fast/text/international/complex-character-based-fallback-expected.txt: Added.
802 2007-12-07 Alexey Proskuryakov <ap@webkit.org>
806 <rdar://problem/5535636>
807 Have to press 4 times instead of 2 times to get the expected result of ^^ with german keyboard.
809 http://bugs.webkit.org/show_bug.cgi?id=13916
810 JavaScript detects Tab as a character input on a textfield validation
812 * platform/win/fast/events: Added.
813 * platform/win/fast/events/double-dead-char-expected.txt: Added.
814 * platform/win/fast/events/double-dead-char.html: Added.
815 * fast/events/key-events-in-input-button.html: Added
816 * fast/events/key-events-in-input-button-expected.txt: Added
817 * fast/events/key-events-in-input-text.html: Added
818 * fast/events/key-events-in-input-text-expected.txt: Added
820 * fast/events/access-key-self-destruct.html:
821 * fast/forms/listbox-onchange.html:
822 * fast/forms/listbox-selection.html:
823 * fast/forms/access-key.html:
824 * fast/forms/legend-access-key.html:
825 * fast/forms/enter-clicks-buttons.html:
826 * fast/forms/check-box-enter-key.html:
827 * fast/forms/button-enter-click.html:
828 * fast/events/onsearch-enter.html:
829 * fast/events/onchange-passwordfield.html:
830 * fast/events/onchange-searchfield.html:
831 * fast/events/onchange-textfield.html:
832 Use eventSender instead of DOM events, because it emulates the real user action much better,
833 and we weren't getting cross-browser compatibility for the tests anyway.
835 * fast/events/frame-tab-focus.html:
836 * fast/html/tab-order.html:
837 * fast/forms/select-enter-key.html:
838 * fast/forms/focus2-expected.txt:
839 * fast/forms/focus2.html:
840 * fast/events/option-tab.html:
841 Dispatch a keydown instead of keypress, as this is when default processing is now done.
842 Possibly, it would be better stiull to use eventSender here, as well.
844 * fast/forms/onchange-enter-submit.html:
845 * fast/forms/select-double-onchange.html:
846 * fast/forms/textfield-onchange-deletion.html:
847 The correct code is '\r', not '\n' - previously, the difference was lost while converting
848 events back and forth.
850 * fast/forms/search-event-delay.html: Use a new named key to dispatch backspace - the
851 character code for it is cross-platform, but key code is not.
852 Also changed the test to call notifyDone() from a timer - otherwise, DRT would hang as
853 WM_KEYUP was dispatched after WM_QUIT. I tried and couldn't make DRT work, but I'm
854 fairly confident that this issue doesn't affect Safari.
856 * fast/events/keydown-keypress-preventDefault-expected.txt:
857 * fast/events/keydown-keypress-preventDefault.html:
858 This test claimed that its expacted behavior matched both IE and Firefox, but it did not.
861 * fast/events/js-keyboard-event-creation-expected.txt:
862 * fast/events/js-keyboard-event-creation.html:
863 This test was problematic, because it was tabbing out to chrome, and that doesn't work
864 well in DRT. I have added another input for it to have a nicer target.
866 * platform/mac/fast/events/objc-event-api-expected.txt:
867 Updated for new behavior:
868 - eventSender.keyDown() now dispatches a keyUp, too;
869 - raw events do not have charCode;
870 - keypresses do not have keyIdentifiers.
872 2007-12-10 Oliver Hunt <oliver@apple.com>
874 Reviewed by Weinig, Dan and Alexey.
876 Layout test to confirm correct character encoding is used to
877 load dynamically loaded scripts.
879 * fast/encoding/no-charset-on-dynamic-script-load.html: Added.
880 * fast/encoding/resources/dynamic-load-target.js: Added.
882 2007-12-10 Justin Garcia <justin.garcia@apple.com>
884 Reviewed by Oliver Hunt.
886 <rdar://problem/5482023> GoogleDocs: After performing FormatBlock in an empty document, certain functions are disabled
888 * editing/execCommand/5482023.html: Added.
889 * platform/mac/editing/execCommand/5482023-expected.checksum: Added.
890 * platform/mac/editing/execCommand/5482023-expected.png: Added.
891 * platform/mac/editing/execCommand/5482023-expected.txt: Added.
893 2007-12-10 Darin Adler <darin@apple.com>
895 Reviewed by Sam Weinig.
897 - test for http://bugs.webkit.org/show_bug.cgi?id=16379
898 REGRESSION(r28525): Failures in http/tests/xmlhttprequest/response-encoding.html and
899 fast/dom/xmlhttprequest-html-response-encoding.html
900 and <rdar://problem/5640230> REGRESSION (306A4-ToT): Access violation in PCRE function
901 find_firstassertedchar
903 * fast/js/regexp-find-first-asserted-expected.txt: Added.
904 * fast/js/regexp-find-first-asserted.html: Added.
905 * fast/js/resources/regexp-find-first-asserted.js: Added.
907 2007-12-10 Antti Koivisto <antti@apple.com>
911 The load events could fire before the event listener was registered making these tests fail occasionally.
913 No changes to test results.
915 * media/video-source-media.html:
916 * media/video-source-type.html:
917 * media/video-source.html:
918 * media/video-src-remove.html:
919 * media/video-src-source.html:
920 * media/video-src.html:
921 * media/video-test.js:
923 2007-12-10 Stephanie <slewis@apple.com>
925 Rubber-stamped by Sam.
927 Check in correct results
929 * svg/custom/resource-client-removal-expected.txt:
931 2007-12-10 Rob Buis <buis@kde.org>
936 http://bugs.webkit.org/show_bug.cgi?id=16182
937 SVG should disable antialiasing for shape-rendering="crispEdges"
939 * svg/custom/shape-rendering-expected.checksum: Added.
940 * svg/custom/shape-rendering-expected.png: Added.
941 * svg/custom/shape-rendering-expected.txt: Added.
942 * svg/custom/shape-rendering.svg: Added.
944 2007-12-09 Rob Buis <buis@kde.org>
949 http://bugs.webkit.org/show_bug.cgi?id=16163
950 SVG crash in Node::setChanged() on Debug builds only (trashed parent)
952 * svg/custom/resource-client-removal-expected.checksum: Added.
953 * svg/custom/resource-client-removal-expected.png: Added.
954 * svg/custom/resource-client-removal-expected.txt: Added.
955 * svg/custom/resource-client-removal.svg: Added.
957 2007-12-10 David D. Kilzer <ddkilzer@webkit.org>
959 Bug 9683: Implement select.options.remove() method
960 <http://bugs.webkit.org/show_bug.cgi?id=9683>
964 * fast/js/resources/select-options-remove.js: Added.
965 * fast/js/select-options-remove-expected.txt: Added.
966 * fast/js/select-options-remove-gc-expected.txt: Added.
967 * fast/js/select-options-remove-gc.html: Added.
968 * fast/js/select-options-remove.html: Added.
970 2007-12-10 Alexey Proskuryakov <ap@webkit.org>
972 Removed fast/events/objc-keyboard-event-creation.html from skipped list, as this test has
973 been moved to platform/mac long ago.
975 * platform/win/Skipped:
977 2007-12-09 Oliver Hunt <oliver@apple.com>
981 Somehow I managed to not check in new expected results
984 * svg/dom/path-parser-expected.txt:
986 2007-12-09 Oliver Hunt <oliver@apple.com>
990 Prevent unlimited iteration in the case of invalid path data.
992 The only path commands that can leave numbers trailing the command processing
993 are 'm' and 'M', in which trailing numbers are parsed as arguments to an
994 implicit lineto command. In any case we should just terminate as an invalid
997 * svg/dom/path-parser-expected.txt:
998 * svg/dom/path-parser.html:
1000 2007-12-08 Sam Weinig <sam@webkit.org>
1002 Rubber-stamped by Adam Roben.
1004 * fast/dom/Window/window-resize-and-move-arguments.html: Make the window small enough
1005 that this test won't fail on systems with lower resolutions.
1007 2007-12-08 Oliver Hunt <oliver@apple.com>
1011 Split the ENABLE_SVG_EXPERIMENTAL_FEATURES flag into separate flags.
1013 Fixes <rdar://problem/5620249> Must disable SVG animation
1014 <rdar://problem/5612772> Disable SVG filters on Mac to match Windows behavior
1016 These layout test changes are caused by some of the experimental
1017 features no longer being enabled by default.
1019 * fast/dom/Window/window-properties-expected.txt:
1020 * platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt:
1021 * platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.txt:
1022 * platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt:
1023 * platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt:
1024 * platform/mac/svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt:
1025 * platform/mac/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.txt:
1026 * platform/mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt:
1027 * platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt:
1028 * platform/mac/svg/W3C-SVG-1.1/filters-felem-01-b-expected.txt:
1029 * platform/mac/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.txt:
1030 * platform/mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt:
1031 * platform/mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.txt:
1032 * platform/mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt:
1033 * platform/mac/svg/W3C-SVG-1.1/filters-offset-01-b-expected.txt:
1034 * platform/mac/svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt:
1035 * platform/mac/svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt:
1036 * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt:
1037 * platform/mac/svg/custom/empty-merge-expected.txt:
1038 * platform/mac/svg/custom/feComponentTransfer-Discrete-expected.txt:
1039 * platform/mac/svg/custom/feComponentTransfer-Gamma-expected.txt:
1040 * platform/mac/svg/custom/feComponentTransfer-Linear-expected.txt:
1041 * platform/mac/svg/custom/feComponentTransfer-Table-expected.txt:
1042 * platform/mac/svg/custom/feDisplacementMap-01-expected.txt:
1043 * platform/mac/svg/custom/filter-source-alpha-expected.txt:
1044 * platform/mac/svg/custom/image-with-transform-clip-filter-expected.txt:
1045 * platform/mac/svg/custom/invalid-css-expected.txt:
1046 * platform/mac/svg/custom/non-opaque-filters-expected.txt:
1047 * platform/mac/svg/custom/text-filter-expected.txt:
1048 * platform/mac/svg/custom/visibility-override-filter-expected.txt:
1049 * svg/batik/filters/filterRegions-expected.txt:
1050 * svg/batik/text/textEffect-expected.txt:
1051 * svg/batik/text/textEffect3-expected.txt:
1052 * svg/batik/text/textFeatures-expected.txt:
1053 * svg/batik/text/textProperties-expected.txt:
1054 * svg/custom/js-svg-constructors-expected.txt:
1055 * svg/dom/font-face-elements-expected.txt:
1056 * svg/webarchive/svg-feimage-subresources-expected.txt:
1058 2007-12-08 Sam Weinig <sam@webkit.org>
1062 Test that calling window scrolling, moving and resizing methods with
1063 less than 2 arguments is not allowed and that calling them with more
1066 * fast/dom/Window/window-resize-and-move-arguments-expected.txt: Added.
1067 * fast/dom/Window/window-resize-and-move-arguments.html: Added.
1068 * fast/dom/Window/window-scroll-arguments-expected.txt: Added.
1069 * fast/dom/Window/window-scroll-arguments.html: Added.
1070 * http/tests/security/cross-frame-access-get-expected.txt:
1072 2007-12-08 Dan Bernstein <mitz@apple.com>
1074 Reviewed by Adele Peterson.
1076 - test that re-inserting a parser-generated <style> element applies its
1079 * fast/dom/HTMLStyleElement: Added.
1080 * fast/dom/HTMLStyleElement/insert-parser-generated.html: Added.
1081 * platform/mac/fast/dom/HTMLStyleElement: Added.
1082 * platform/mac/fast/dom/HTMLStyleElement/insert-parser-generated-expected.checksum: Added.
1083 * platform/mac/fast/dom/HTMLStyleElement/insert-parser-generated-expected.png: Added.
1084 * platform/mac/fast/dom/HTMLStyleElement/insert-parser-generated-expected.txt: Added.
1086 2007-12-08 Rob Buis <buis@kde.org>
1091 http://bugs.webkit.org/show_bug.cgi?id=15464
1092 SVGLengthList allows bad values
1094 * svg/custom/invalid-lengthlist-expected.checksum: Added.
1095 * svg/custom/invalid-lengthlist-expected.png: Added.
1096 * svg/custom/invalid-lengthlist-expected.txt: Added.
1097 * svg/custom/invalid-lengthlist.svg: Added.
1098 * svg/dom/length-list-parser-expected.txt:
1100 2007-12-07 Antti Koivisto <antti@apple.com>
1104 Test video painting when transform is applied.
1106 * media/video-paint-test.js: Added.
1107 * media/video-transformed.html: Added.
1108 * platform/mac/media/video-transformed-expected.checksum: Added.
1109 * platform/mac/media/video-transformed-expected.png: Added.
1110 * platform/mac/media/video-transformed-expected.txt: Added.
1112 2007-12-07 Dan Bernstein <mitz@apple.com>
1114 Reviewed by Sam Weinig.
1116 - test for http://bugs.webkit.org/show_bug.cgi?id=16348
1117 @font-face does not affect the default style
1119 * fast/css/font-face-default-font.html: Added.
1120 * platform/mac-leopard/fast/css: Added.
1121 * platform/mac-leopard/fast/css/font-face-default-font-expected.checksum: Added.
1122 * platform/mac-leopard/fast/css/font-face-default-font-expected.png: Added.
1123 * platform/mac/fast/css/font-face-default-font-expected.txt: Added.
1125 2007-12-07 Darin Adler <darin@apple.com>
1129 - test for <rdar://problem/5608795> CrashTracer: 481 crashes in Safari
1130 at WebCore::HTMLSelectElement::saveState const + 152
1132 * fast/forms/select-set-inner-expected.txt: Added.
1133 * fast/forms/select-set-inner.html: Added.
1135 2007-12-07 Dan Bernstein <mitz@apple.com>
1137 Reviewed by Darin Adler.
1139 - repaint test for <rdar://problem/5499918> REGRESSION: insertion point in input field with custom border cuts holes in focus ring interior edges
1141 * fast/repaint/focus-ring.html: Added.
1142 * platform/mac/fast/repaint/focus-ring-expected.checksum: Added.
1143 * platform/mac/fast/repaint/focus-ring-expected.png: Added.
1144 * platform/mac/fast/repaint/focus-ring-expected.txt: Added.
1146 2007-12-07 Dan Bernstein <mitz@apple.com>
1148 Reviewed by Darin Adler.
1150 - test for http://bugs.webkit.org/show_bug.cgi?id=16334
1151 <rdar://problem/5634923> REGRESSION (r28299): Homepage of any DotMac Web Gallery won't load completely
1153 * fast/dynamic/subtree-no-common-root-static-y.html: Added.
1154 * platform/mac/fast/dynamic/subtree-no-common-root-static-y-expected.checksum: Added.
1155 * platform/mac/fast/dynamic/subtree-no-common-root-static-y-expected.png: Added.
1156 * platform/mac/fast/dynamic/subtree-no-common-root-static-y-expected.txt: Added.
1158 2007-12-07 Alexey Proskuryakov <ap@webkit.org>
1162 http://bugs.webkit.org/show_bug.cgi?id=16325
1163 <rdar://problem/5632997> REGRESSION: www.xerox.ru doesn't work
1165 * http/tests/misc/empty-cookie-expected.txt: Added.
1166 * http/tests/misc/empty-cookie.html: Added.
1168 2007-12-06 Alexey Proskuryakov <ap@webkit.org>
1172 http://bugs.webkit.org/show_bug.cgi?id=16091
1173 JSCRE needs to import the PCRE test suite
1175 We can use two files from PCRE test suite, as others either test for features not supported
1176 in JS, or use internal debugging facilities of PCRE.
1178 The files are checked in almost unmodified, I have only converted them to UTF-8 and removed two
1179 huge test cases that were completely incompatible with JSC, and were polluting the output.
1181 Many of the failures in results are just legitimate differences in behavior or possibly
1182 problems with the test runner, but some may be genuine bugs and even regressions in JSC.
1184 * fast/regex: Added.
1185 * fast/regex/pcre-test-runner.js: Added.
1186 * fast/regex/test1-expected.txt: Added.
1187 * fast/regex/test1.html: Added.
1188 * fast/regex/test4-expected.txt: Added.
1189 * fast/regex/test4.html: Added.
1190 * fast/regex/testinput1: Added.
1191 * fast/regex/testinput4: Added.
1192 * fast/regex/testoutput1: Added.
1193 * fast/regex/testoutput4: Added.
1195 2007-12-06 Dan Bernstein <mitz@apple.com>
1197 - updated render tree results for r28483
1199 * svg/batik/text/textEffect2-expected.txt:
1200 * svg/batik/text/textProperties-expected.txt:
1202 2007-12-06 Geoffrey Garen <ggaren@apple.com>
1204 Reviewed by Sam Weinig.
1206 Test for http://bugs.webkit.org/show_bug.cgi?id=16328
1207 REGRESSION (r28470): Crash expanding a GMail conversation
1209 * fast/frames/location-put-after-removal.html: Added.
1210 * fast/frames/resources/location-put-after-removal-frame.html: Added.
1211 * fast/frames/resources/location-put-after-removal-frame-expected.txt: Updated.
1213 2007-12-06 Darin Adler <darin@apple.com>
1215 Reviewed by Eric Seidel.
1217 - fix http://bugs.webkit.org/show_bug.cgi?id=16321
1218 new RegExp("[\u0097]{4,6}", "gmy") crashes in DEBUG builds
1219 <rdar://problem/5632992>
1221 * fast/js/regexp-overflow-expected.txt: Updated.
1222 * fast/js/resources/regexp-overflow.js: Added test.
1224 2007-12-06 Adele Peterson <adele@apple.com>
1228 Fix <rdar://problem/5631356> Toggling display property on video causes controls to get lost
1230 * media/video-display-toggle.html: Added.
1231 * platform/mac/media/video-display-toggle-expected.checksum: Added.
1232 * platform/mac/media/video-display-toggle-expected.png: Added.
1233 * platform/mac/media/video-display-toggle-expected.txt: Added.
1235 2007-12-05 Rob Buis <buis@kde.org>
1240 http://bugs.webkit.org/show_bug.cgi?id=15289
1241 WebKit does not respect clip paths of a 0x0 rect
1243 * platform/mac/svg/W3C-SVG-1.1/masking-path-04-b-expected.png:
1244 * platform/mac/svg/W3C-SVG-1.1/masking-path-04-b-expected.txt:
1245 * platform/mac/svg/batik/text/textEffect2-expected.checksum:
1246 * platform/mac/svg/batik/text/textEffect2-expected.png:
1247 * platform/mac/svg/batik/text/textProperties-expected.checksum:
1248 * platform/mac/svg/batik/text/textProperties-expected.png:
1249 * svg/custom/empty-clip-path-expected.checksum: Added.
1250 * svg/custom/empty-clip-path-expected.png: Added.
1251 * svg/custom/empty-clip-path-expected.txt: Added.
1252 * svg/custom/empty-clip-path.svg: Added.
1254 2007-12-05 Alice Liu <alice.liu@apple.com>
1258 Addressed <rdar://problem/5137284> fast/events/mouseout-dead-node.html fails on boomer
1260 * fast/events/mouseout-dead-node.html:
1261 Changed the questionable calls to mouseUp() to mouseMoveTo() to better simulate mouseovers
1262 * platform/win/Skipped:
1263 removed this test from skipped file
1265 2007-12-05 Adam Roben <aroben@apple.com>
1267 * platform/win/Skipped: Add a crashing test.
1269 2007-12-05 Adam Roben <aroben@apple.com>
1271 * platform/win/Skipped: Add another test failing due to fonts.
1273 2007-12-05 Dan Bernstein <mitz@apple.com>
1275 Reviewed by Adam Roben.
1277 - adding a test for http://bugs.webkit.org/show_bug.cgi?id=16097
1279 * fast/dom/ImageDocument-image-deletion-expected.txt: Added.
1280 * fast/dom/ImageDocument-image-deletion.html: Added.
1282 2007-12-04 Adele Peterson <adele@apple.com>
1286 Test for <rdar://problem/5499918> REGRESSION: insertion point in input field with custom border cuts holes in focus ring interior edges
1288 * fast/forms/textfield-outline.html: Added.
1289 * platform/mac/fast/forms/textfield-outline-expected.checksum: Added.
1290 * platform/mac/fast/forms/textfield-outline-expected.png: Added.
1291 * platform/mac/fast/forms/textfield-outline-expected.txt: Added.
1293 2007-12-04 Sam Weinig <sam@webkit.org>
1295 Reviewed by Adam Roben.
1297 Remove http/tests/incremental/frame-focus-before-load.html from the skipped list
1298 as it is no longer crashing. <rdar://problem/5507278>
1300 * platform/win/Skipped:
1302 2007-12-04 Adele Peterson <adele@apple.com>
1306 Test for <rdar://problem/5622464> controls should show up for audio element
1308 * media/audio-controls-rendering.html: Added.
1309 * platform/mac/media/audio-controls-rendering-expected.checksum: Added.
1310 * platform/mac/media/audio-controls-rendering-expected.png: Added.
1311 * platform/mac/media/audio-controls-rendering-expected.txt: Added.
1313 2007-11-27 Adam Roben <aroben@apple.com>
1315 Remove a now-passing test from the Windows Skipped file
1319 * platform/win/Skipped:
1321 2007-12-03 Antti Koivisto <antti@apple.com>
1325 Test for <rdar://problem/5624802>
1326 Controller displays outside of <video> element when width and height aren't specified
1328 * media/remove-from-document.html: Improve coverage by doing relayout before finishing.
1329 * media/video-controls-rendering.html: Added.
1330 * platform/mac/media/video-controls-rendering-expected.checksum: Added.
1331 * platform/mac/media/video-controls-rendering-expected.png: Added.
1332 * platform/mac/media/video-controls-rendering-expected.txt: Added.
1334 2007-12-04 Darin Adler <darin@apple.com>
1338 - test for first part of http://bugs.webkit.org/show_bug.cgi?id=16220
1339 <rdar://problem/5625221> Crash opening www.news.com (CNet)
1341 * fast/js/regexp-overflow-expected.txt: Updated.
1342 * fast/js/resources/regexp-overflow.js: Added test cases.
1344 2007-12-03 Dan Bernstein <mitz@apple.com>
1346 Reviewed by Darin Adler.
1348 - remove passing test
1350 * platform/win/Skipped:
1352 2007-12-03 Dan Bernstein <mitz@apple.com>
1354 Reviewed by Dave Hyatt.
1356 - test for <rdar://problem/5346452> Resize event doesn't fire on body element inside a frame
1358 * fast/events/resize-subframe-expected.txt: Added.
1359 * fast/events/resize-subframe.html: Added.
1361 2007-12-03 Darin Adler <darin@apple.com>
1365 - test for http://bugs.webkit.org/show_bug.cgi?id=15618
1366 <rdar://problem/5619353> REGRESSION: Stack overflow/crash in KJS::equal (15618)
1368 * fast/js/recursion-limit-equal-expected.txt: Added.
1369 * fast/js/recursion-limit-equal.html: Added.
1370 * fast/js/resources/recursion-limit-equal.js: Added.
1372 2007-12-03 Dan Bernstein <mitz@apple.com>
1374 Reviewed by Darin Adler.
1376 - added a test of the behavior of getIntIdentifier with the integers
1379 * plugins/getintidentifier-special-values-expected.txt: Added.
1380 * plugins/getintidentifier-special-values.html: Added.
1382 2007-12-03 Rob Buis <buis@kde.org>
1387 http://bugs.webkit.org/show_bug.cgi?id=15767
1388 Text decorations do not respect "visibility" property
1390 * svg/custom/text-decoration-visibility-expected.checksum: Added.
1391 * svg/custom/text-decoration-visibility-expected.png: Added.
1392 * svg/custom/text-decoration-visibility-expected.txt: Added.
1393 * svg/custom/text-decoration-visibility.svg: Added.
1395 2007-12-03 Alice Liu <alice.liu@apple.com>
1397 Removing passing tests
1399 * platform/win/Skipped:
1401 2007-12-03 Nikolas Zimmermann <zimmermann@kde.org>
1405 Add new testcase verifying that CSS selectors don't affect the non-exposed SVG shadow tree.
1407 * platform/mac/svg/custom/use-css-no-effect-on-shadow-tree-expected.checksum: Added.
1408 * platform/mac/svg/custom/use-css-no-effect-on-shadow-tree-expected.png: Added.
1409 * platform/mac/svg/custom/use-css-no-effect-on-shadow-tree-expected.txt: Added.
1410 * svg/custom/use-css-no-effect-on-shadow-tree.svg: Added.
1412 2007-12-03 Nikolas Zimmermann <zimmermann@kde.org>
1414 Rubber stamped by Mark.
1416 Commit missing layout test results from my last commit (fix for bug 15403)
1418 * platform/mac/svg/custom/deep-dynamic-updates-expected.checksum:
1419 * platform/mac/svg/custom/deep-dynamic-updates-expected.png:
1420 * platform/mac/svg/custom/deep-dynamic-updates-expected.txt:
1421 * platform/mac/svg/custom/image-clipped-hit-expected.checksum:
1422 * platform/mac/svg/custom/image-clipped-hit-expected.png:
1423 * platform/mac/svg/custom/image-clipped-hit-expected.txt:
1424 * platform/mac/svg/custom/use-clipped-hit-expected.checksum:
1425 * platform/mac/svg/custom/use-clipped-hit-expected.png:
1426 * platform/mac/svg/custom/use-clipped-hit-expected.txt:
1427 * platform/mac/svg/custom/use-css-events-expected.checksum:
1428 * platform/mac/svg/custom/use-css-events-expected.png:
1430 2007-12-03 Dan Bernstein <mitz@apple.com>
1432 Reviewed by Adam Roben.
1434 - test for <rdar://problem/5538651> REGRESSSION: domfuzz: null deref in WebCore::Document::canReplaceChild
1436 * fast/dom/Document/replaceChild-null-oldChild-expected.txt: Added.
1437 * fast/dom/Document/replaceChild-null-oldChild.html: Added.
1438 * fast/dom/Document/resources/replaceChild-null-oldChild.js: Added.
1440 2007-12-02 Darin Adler <darin@apple.com>
1444 - test for http://bugs.webkit.org/show_bug.cgi?id=15848
1445 <rdar://problem/5619330> REGRESSION: Assertion failure viewing comments page on digg.com
1447 * fast/js/resources/sparse-array.js: Added.
1448 * fast/js/sparse-array-expected.txt: Added.
1449 * fast/js/sparse-array.html: Added.
1451 2007-12-02 Darin Adler <darin@apple.com>
1455 - tests for table-related HTMLCollection classes for misnested
1456 tables and for <rdar://problem/5601995> Hang/crash on http://ebay-uk.custhelp.com/
1458 * fast/dom/HTMLTableElement/resources: Added.
1459 * fast/dom/HTMLTableElement/resources/TEMPLATE.html: Added.
1460 * fast/dom/HTMLTableElement/resources/rows.js: Added.
1461 * fast/dom/HTMLTableElement/resources/tBodies.js: Added.
1462 * fast/dom/HTMLTableElement/rows-expected.txt: Added.
1463 * fast/dom/HTMLTableElement/rows.html: Added.
1464 * fast/dom/HTMLTableElement/tBodies-expected.txt: Added.
1465 * fast/dom/HTMLTableElement/tBodies.html: Added.
1466 * fast/dom/HTMLTableRowElement: Added.
1467 * fast/dom/HTMLTableRowElement/cells-expected.txt: Added.
1468 * fast/dom/HTMLTableRowElement/cells.html: Added.
1469 * fast/dom/HTMLTableRowElement/insertCell-expected.txt: Added.
1470 * fast/dom/HTMLTableRowElement/insertCell.html: Added.
1471 * fast/dom/HTMLTableRowElement/resources: Added.
1472 * fast/dom/HTMLTableRowElement/resources/TEMPLATE.html: Added.
1473 * fast/dom/HTMLTableRowElement/resources/cells.js: Added.
1474 * fast/dom/HTMLTableSectionElement: Added.
1475 * fast/dom/HTMLTableSectionElement/resources: Added.
1476 * fast/dom/HTMLTableSectionElement/resources/TEMPLATE.html: Added.
1477 * fast/dom/HTMLTableSectionElement/resources/rows.js: Added.
1478 * fast/dom/HTMLTableSectionElement/rows-expected.txt: Added.
1479 * fast/dom/HTMLTableSectionElement/rows.html: Added.
1481 2007-12-01 Antti Koivisto <antti@apple.com>
1485 Test that removing a media element when it is loading does not crash.
1486 Test that media is paused when it is removed from the tree.
1488 * http/tests/media/remove-while-loading-expected.txt: Added.
1489 * http/tests/media/remove-while-loading.html: Added.
1490 * media/remove-from-document-expected.txt: Added.
1491 * media/remove-from-document.html: Added.
1493 2007-12-01 Julien Chaffraix <julien.chaffraix@gmail.com>
1495 Bug 16189: XMLHttpRequest::setRequestHeader() should not set certain headers
1497 Reviewed by Darin Adler.
1499 * http/tests/xmlhttprequest/set-dangerous-headers-expected.txt:
1500 * http/tests/xmlhttprequest/set-dangerous-headers.html: Added tests for new headers
1502 2007-12-01 Dan Bernstein <mitz@apple.com>
1504 Reviewed by Darin Adler.
1506 - test for <rdar://problem/5619240> REGRESSION (Leopard-r28069): Reproducible crash with a Mootools-based calendar picker (jump to null in FrameView::layout)
1508 * fast/dynamic/subtree-common-root-expected.txt: Added.
1509 * fast/dynamic/subtree-common-root.html: Added.
1511 2007-11-30 Eric Seidel <eric@webkit.org>
1516 http://bugs.webkit.org/show_bug.cgi?id=16127
1518 * fast/js/regexp-compile-crash-expected.txt: Added.
1519 * fast/js/regexp-compile-crash.html: Added.
1521 2007-11-30 Adam Roben <aroben@apple.com>
1523 Copy some cross-platform results into platform/win to avoid picking up the platform/mac versions
1525 * platform/win/fast/dom/Window/window-resize-expected.txt: Copied from LayoutTests/fast/dom/Window/window-resize-expected.txt.
1526 * platform/win/fast/dom/wrapper-classes-expected.txt: Copied from LayoutTests/fast/dom/wrapper-classes-expected.txt.
1528 2007-11-30 Darin Adler <darin@apple.com>
1530 Reviewed by Adam Roben.
1532 - test for http://bugs.webkit.org/show_bug.cgi?id=16207
1533 JavaScript regular expressions should match UTF-16 code units rather than characters
1535 * fast/js/regexp-non-bmp-expected.txt: Added.
1536 * fast/js/regexp-non-bmp.html: Added.
1537 * fast/js/resources/regexp-non-bmp.js: Added.
1539 2007-11-30 Adele Peterson <adele@apple.com>
1543 Test for http://bugs.webkit.org/show_bug.cgi?id=16072
1544 <rdar://problem/5463821> REGRESSION: Mousemove event isn't fired when mouse moves over scrollbar with pressed button
1546 * fast/events/mousemove-after-drag-over-scrollbar-expected.txt: Added.
1547 * fast/events/mousemove-after-drag-over-scrollbar.html: Added.
1549 2007-11-30 Alexey Proskuryakov <ap@webkit.org>
1551 * platform/win/Skipped: Added editing/selection/5241148.html, which crashes for me.
1553 2007-11-29 Holger Hans Peter Freyther <holger.freyther@trolltech.com>
1557 * Fix fast/events/mousedown_in_scrollbar.html
1558 * This test used to crash in PlatformScrollbarQt::mouse*Event due parent() returning 0.
1559 * Extend the current check that the scrollbar in the mev can be go away.
1560 This happens if we destroy a RenderLayer as the result of a click. In the
1561 case of Qt we can have this scrollbar in m_lastScrollbarUnderMouse. The RenderLayer
1562 is the ScrollbarClient, m_lastScrollbarUnderMouse is a RefPtr and keeps the
1563 last reference. When calling into this scrollbar the m_client pointer is a dangling pointer.
1564 We extend the check to set m_lastScrollbarUnderMouse back to zero when it was the
1565 scrollbar in the old mev and is gone in the new one.
1566 * This happens only on the Qt port because we send more/different move events.
1568 * platform/qt/Skipped:
1570 2007-11-29 Antti Koivisto <antti@apple.com>
1574 Test for video aspect ratio calculation.
1576 * media/video-aspect-ratio.html: Added.
1577 * platform/mac/media: Added.
1578 * platform/mac/media/video-aspect-ratio-expected.checksum: Added.
1579 * platform/mac/media/video-aspect-ratio-expected.png: Added.
1580 * platform/mac/media/video-aspect-ratio-expected.txt: Added.
1582 2007-11-29 Anders Carlsson <andersca@apple.com>
1586 <rdar://problem/5230478>
1587 FrameLoadDelegate callbacks are not dumped in DRT.
1589 Remove now passing tests.
1591 * platform/win/Skipped:
1593 2007-11-29 Alice Liu <alice.liu@apple.com>
1597 * platform/win/Skipped: Removed two Mac-specific tests.
1599 2007-11-29 Alice Liu <alice.liu@apple.com>
1601 Move incorrect, Mac-specific results of fast/dom/Window/window-resize.html into platform/mac and replace them with non-Mac results
1603 The incorrect results are tracked by <rdar://5563578>.
1607 * fast/dom/Window/window-resize-expected.txt: Replaced.
1608 * platform/mac/fast/dom/Window/window-resize-expected.txt: Copied from fast/dom/Window/window-resize-expected.txt.
1609 * platform/win/Skipped: Removed window-resize tests.
1611 2007-11-29 Sam Weinig <sam@webkit.org>
1615 Revert r28213 which added an error callback that was not needed and changed
1618 * storage/transaction_callback_exception_crash.html:
1620 2007-11-29 Alice Liu <alice.liu@apple.com>
1624 * platform/win/Skipped: Removed a passing test.
1626 2007-11-29 Alice Liu <alice.liu@apple.com>
1628 Group failures related to dumpResourceLoadCallbacks being unimplemented
1632 * platform/win/Skipped:
1634 2007-11-29 Alice Liu <alice.liu@apple.com>
1636 Group failures related to using Cygwin paths
1640 * platform/win/Skipped:
1642 2007-11-29 Brady Eidson <beidson@apple.com>
1646 Fixed a hang in the layout tests.
1647 My checkin earlier today broke things such that the transaction call errors out instead of succeeds.
1648 Therefore LayoutTestController is never notified that the test is done.
1650 This changes modifies the test such that the controller is notified of completion even if
1651 there's a transaction error.
1653 The net effect of this fix is to transform the hang to a single layout test failure, so people
1654 and the bots don't have their run-webkit-tests hang while I try to fix the real regression.
1656 * storage/transaction_callback_exception_crash.html:
1658 2007-11-29 Darin Adler <darin@apple.com>
1662 - test for http://bugs.webkit.org/show_bug.cgi?id=16191
1663 REGRESSION: cannot tab to radio input after setting checked to false
1665 * fast/forms/input-radio-checked-tab-expected.txt: Added.
1666 * fast/forms/input-radio-checked-tab.html: Added.
1668 2007-11-29 Alice Liu <alice.liu@apple.com>
1670 Move Mac-specific results of fast/dom/wrapper-classes.html into platform/mac and replace them with non-Mac results
1674 * fast/dom/wrapper-classes-expected.txt: Replaced.
1675 * platform/mac/fast/dom/wrapper-classes-expected.txt: Copied from fast/dom/wrapper-classes-expected.txt.
1677 2007-11-29 Alice Liu <alice.liu@apple.com>
1679 Group drag-n-drop related failures under one bug
1681 We don't know the specific causes of these failures, but we believe
1682 they're due to bugs in DRT's drag-n-drop implementation.
1686 * platform/win/Skipped:
1688 2007-11-29 Alice Liu <alice.liu@apple.com>
1692 * platform/win/Skipped: Removed another passing test.
1694 2007-11-29 Alice Liu <alice.liu@apple.com>
1698 * platform/win/Skipped: Recategorized one failing test and removed a
1701 2007-11-29 Alice Liu <alice.liu@apple.com>
1703 Removing <rdar://5507350> from skipped list because it's not failing.
1705 * platform/win/Skipped:
1707 2007-11-29 Anders Carlsson <andersca@apple.com>
1711 Move Mac-specific tests to platform/mac.
1713 * fast/events/objc-event-api-expected.txt: Removed.
1714 * fast/events/objc-event-api.html: Removed.
1715 * fast/events/objc-keyboard-event-creation-expected.txt: Removed.
1716 * fast/events/objc-keyboard-event-creation.html: Removed.
1717 * platform/mac/fast/events/objc-event-api-expected.txt: Copied from fast/events/objc-event-api-expected.txt.
1718 * platform/mac/fast/events/objc-event-api.html: Copied from fast/events/objc-event-api.html.
1719 * platform/mac/fast/events/objc-keyboard-event-creation-expected.txt: Copied from fast/events/objc-keyboard-event-creation-expected.txt.
1720 * platform/mac/fast/events/objc-keyboard-event-creation.html: Copied from fast/events/objc-keyboard-event-creation.html.
1722 2007-11-29 Alice Liu <alice.liu@apple.com>
1724 Removing some fixed tests
1726 * platform/win/Skipped:
1728 2007-11-29 Anders Carlsson <andersca@apple.com>
1732 <rdar://problem/5132005>
1733 setUserStyleSheetEnabled is not fully implemented in Windows DRT.
1735 * platform/win/Skipped:
1737 2007-11-28 Mark Rowe <mrowe@apple.com>
1739 Unreviewed layout test fix. Fix typos in the name of four files used by HTTP layout tests.
1741 In r28120 and r28128 the references to these files had the typo fixed, but the files themselves did not.
1742 This caused four layout tests to fail.
1744 * http/tests/security/javascriptURL/resources/foreign-domain-javascipt-url-accessee-iframe.html: Removed.
1745 * http/tests/security/javascriptURL/resources/foreign-domain-javascipt-url-accessee-opened-frame.html: Removed.
1746 * http/tests/security/javascriptURL/resources/foreign-domain-javascipt-url-accessor-iframe.html: Removed.
1747 * http/tests/security/javascriptURL/resources/foreign-domain-javascipt-url-accessor-opened-frame.html: Removed.
1748 * 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.
1749 * 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.
1750 * 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.
1751 * 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.
1753 2007-11-28 Antti Koivisto <antti@apple.com>
1757 Test that fallback content inside media elements is not be rendered.
1759 * media/fallback-expected.txt: Added.
1760 * media/fallback.html: Added.
1762 2007-11-28 Alice Liu <alice.liu@apple.com>
1764 just some more typo fixes
1766 * http/tests/security/javascriptURL/xss-ALLOWED-from-javascript-url-sub-frame-2-level-expected.txt:
1767 * http/tests/security/javascriptURL/xss-ALLOWED-from-javascript-url-sub-frame-2-level.html:
1768 * http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-url-from-javscript-url-expected.txt:
1769 * http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-url-from-javscript-url.html:
1770 * http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-url-sub-frame-2-level-expected.txt:
1771 * http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-url-sub-frame-2-level.html:
1772 * http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-url-sub-frame-expected.txt:
1773 * http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-url-sub-frame.html:
1774 * http/tests/security/javascriptURL/xss-DENIED-from-javascript-url-in-foreign-domain-subframe-expected.txt:
1775 * http/tests/security/javascriptURL/xss-DENIED-from-javascript-url-in-foreign-domain-subframe.html:
1776 * http/tests/security/javascriptURL/xss-DENIED-from-javascript-url-in-foreign-domain-window-open-expected.txt:
1777 * http/tests/security/javascriptURL/xss-DENIED-from-javascript-url-in-foreign-domain-window-open.html:
1778 * http/tests/security/javascriptURL/xss-DENIED-to-javascript-url-in-foreign-domain-subframe-expected.txt:
1779 * http/tests/security/javascriptURL/xss-DENIED-to-javascript-url-in-foreign-domain-subframe.html:
1780 * http/tests/security/javascriptURL/xss-DENIED-to-javascript-url-in-foreign-domain-window-open-expected.txt:
1781 * http/tests/security/javascriptURL/xss-DENIED-to-javascript-url-in-foreign-domain-window-open.html:
1783 2007-11-28 Antti Koivisto <antti@apple.com>
1787 <rdar://problem/5605668>
1788 Implement controls attribute for video element
1790 - A new test for the controls attribute.
1791 - Add the controls attibute to all existing video tests. This will give the code
1792 some additional exercise without affecting test results.
1794 * media/progress-event.html:
1795 * media/video-append-source.html:
1796 * media/video-autoplay.html:
1797 * media/video-buffered.html:
1798 * media/video-controls-expected.txt: Added.
1799 * media/video-controls.html: Added.
1800 * media/video-currentTime-set.html:
1801 * media/video-currentTime-set2.html:
1802 * media/video-currentTime.html:
1803 * media/video-dom-autoplay.html:
1804 * media/video-dom-end.html:
1805 * media/video-dom-loopcount.html:
1806 * media/video-dom-loopend.html:
1807 * media/video-dom-loopstart.html:
1808 * media/video-dom-src.html:
1809 * media/video-dom-start.html:
1810 * media/video-end.html:
1811 * media/video-error-abort.html:
1812 * media/video-error-does-not-exist.html:
1813 * media/video-load-networkState.html:
1814 * media/video-load-readyState.html:
1815 * media/video-loopcount.html:
1816 * media/video-loopend.html:
1817 * media/video-loopstart.html:
1818 * media/video-muted.html:
1819 * media/video-no-autoplay.html:
1820 * media/video-pause-empty-events.html:
1821 * media/video-play-empty-events.html:
1822 * media/video-play-pause-events.html:
1823 * media/video-play-pause-exception.html:
1824 * media/video-poster.html:
1825 * media/video-seek-past-end-paused.html:
1826 * media/video-seek-past-end-playing.html:
1827 * media/video-seekable.html:
1828 * media/video-seeking.html:
1829 * media/video-size.html:
1830 * media/video-source-media.html:
1831 * media/video-source-type.html:
1832 * media/video-source.html:
1833 * media/video-src-change.html:
1834 * media/video-src-remove.html:
1835 * media/video-src-set.html:
1836 * media/video-src-source.html:
1837 * media/video-src.html:
1838 * media/video-start.html:
1839 * media/video-volume.html:
1840 * media/video-width-height.html:
1842 2007-11-28 Justin Garcia <justin.garcia@apple.com>
1844 Reviewed by Darin Adler.
1846 <rdar://problem/5573879> GMail Beta: Crash in when undoing Remove Formating
1848 Added to demonstrate fixes:
1849 * editing/execCommand/5573879.html: Added.
1850 * platform/mac/editing/execCommand/5573879-expected.checksum: Added.
1851 * platform/mac/editing/execCommand/5573879-expected.png: Added.
1852 * platform/mac/editing/execCommand/5573879-expected.txt: Added.
1854 Fixes (RemoveFormat now preserves the selection correctly):
1855 * platform/mac/editing/execCommand/4920742-1-expected.checksum:
1856 * platform/mac/editing/execCommand/4920742-1-expected.png:
1857 * platform/mac/editing/execCommand/4920742-1-expected.txt:
1858 * platform/mac/editing/execCommand/remove-formatting-2-expected.checksum:
1859 * platform/mac/editing/execCommand/remove-formatting-2-expected.png:
1860 * platform/mac/editing/execCommand/remove-formatting-2-expected.txt:
1861 * platform/mac/editing/execCommand/remove-formatting-expected.checksum:
1862 * platform/mac/editing/execCommand/remove-formatting-expected.png:
1863 * platform/mac/editing/execCommand/remove-formatting-expected.txt:
1865 2007-11-28 Timothy Hatcher <timothy@apple.com>
1867 Make this test not depend on the screen size.
1869 * fast/dom/Window/window-resize-expected.txt:
1870 * fast/dom/Window/window-resize.html:
1872 2007-11-28 Anders Carlsson <andersca@apple.com>
1876 <rdar://problem/5132001>
1877 contextClick is not implemented in DRT on Windows.
1879 Remove tests that pass now that we have contextClick.
1881 * platform/win/Skipped:
1883 2007-11-28 Alice Liu <alice.liu@apple.com>
1885 Removing some tests tracked by <rdar://5130762> because they don't fail.
1887 * platform/win/Skipped:
1889 2007-11-28 Alice Liu <alice.liu@apple.com>
1891 Removing fixed tests tracked by <rdar://5128229>
1893 * platform/win/Skipped:
1895 2007-11-28 Alice Liu <alice.liu@apple.com>
1897 Rubberstamped by Sam.
1899 Fixing a typo in some filenames
1901 * http/tests/security/javascriptURL/xss-DENIED-from-javascipt-url-in-foreign-domain-subframe-expected.txt: Removed.
1902 * http/tests/security/javascriptURL/xss-DENIED-from-javascipt-url-in-foreign-domain-subframe.html: Removed.
1903 * http/tests/security/javascriptURL/xss-DENIED-from-javascipt-url-in-foreign-domain-window-open-expected.txt: Removed.
1904 * http/tests/security/javascriptURL/xss-DENIED-from-javascipt-url-in-foreign-domain-window-open.html: Removed.
1905 * 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.
1906 * 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.
1907 * 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.
1908 * 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.
1909 * http/tests/security/javascriptURL/xss-DENIED-to-javascipt-url-in-foreign-domain-subframe-expected.txt: Removed.
1910 * http/tests/security/javascriptURL/xss-DENIED-to-javascipt-url-in-foreign-domain-subframe.html: Removed.
1911 * http/tests/security/javascriptURL/xss-DENIED-to-javascipt-url-in-foreign-domain-window-open-expected.txt: Removed.
1912 * http/tests/security/javascriptURL/xss-DENIED-to-javascipt-url-in-foreign-domain-window-open.html: Removed.
1913 * 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.
1914 * 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.
1915 * 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.
1916 * 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.
1917 * platform/win/Skipped:
1919 2007-11-28 Dan Bernstein <mitz@apple.com>
1921 Reviewed by Dave Hyatt.
1923 - test for <rdar://problem/5612459> CrashTracer: [REGRESSION] 61 crashes in Safari at com.apple.WebCore: WebCore::AutoTableLayout::layout + 2046
1925 * fast/table/empty-auto-column-zero-divide-expected.txt: Added.
1926 * fast/table/empty-auto-column-zero-divide.html: Added.
1928 2007-11-28 Jon Honeycutt <jhoneycutt@apple.com>
1932 <rdar://problem/5507360> plugins/return-error-from-new-stream-callback-
1933 in-full-frame-plugin.html is crashing
1935 Alice fixed this in r28046
1937 * platform/win/Skipped:
1939 2007-11-27 Beth Dakin <bdakin@apple.com>
1943 Test for <rdar://problem/5616052> SVGs with width or height of 100%
1944 hang when used as a background-image (16164)
1946 * fast/images/resources/width-100-percent.svg: Added.
1947 * fast/images/svg-width-100p-as-background.html: Added.
1948 * platform/mac/fast/images/svg-width-100p-as-background-expected.checksum: Added.
1949 * platform/mac/fast/images/svg-width-100p-as-background-expected.png: Added.
1950 * platform/mac/fast/images/svg-width-100p-as-background-expected.txt: Added.
1952 2007-11-27 Timothy Hatcher <timothy@apple.com>
1954 Reviewed by Kevin McCullough.
1956 Bug 16161: window.moveBy(0, 0) moves the window by -22px vertically
1957 http://bugs.webkit.org/show_bug.cgi?id=16161
1959 Added test cases for moveBy(0, 0), moveBy(0, 1) and moveBy(1, 0).
1961 * fast/dom/Window/window-resize.html:
1962 * fast/dom/Window/window-resize-expected.txt:
1964 2007-11-26 Timothy Hatcher <timothy@apple.com>
1966 Reviewed by Dave Hyatt.
1968 Test for: <rdar://problem/5569233> Add the ability to disable author and user CSS styles
1970 * fast/css/disabled-author-styles.html: Added.
1971 * platform/mac/fast/css/disabled-author-styles-expected.txt: Added.
1973 2007-11-26 Feng Qian <ian.eng.webkit@gmail.com>
1975 Reviewed by Sam Weinig.
1977 Tests for http://bugs.webkit.org/show_bug.cgi?id=16073
1979 * http/tests/security/resources/iframe-invalid-domain-change.html: Added.
1980 * http/tests/security/xss-DENIED-invalid-domain-change-expected.txt: Added.
1981 * http/tests/security/xss-DENIED-invalid-domain-change.html: Added.
1983 2007-11-26 Darin Adler <darin@apple.com>
1987 - test for http://bugs.webkit.org/show_bug.cgi?id=16096
1988 REGRESSION (r26653-r26699): Plaxo.com addressbook does not load in webkit nightlies
1990 * fast/js/regexp-overflow-expected.txt: Added.
1991 * fast/js/regexp-overflow.html: Added.
1992 * fast/js/resources/regexp-overflow.js: Added.
1994 2007-11-26 Sam Weinig <sam@webkit.org>
1998 Tests for <rdar://problem/5592988>
2000 - Update and add tests for new tighter restrictions on what frames in other domains
2003 * http/tests/security/cross-frame-access-location-expected.txt:
2004 * http/tests/security/frameNavigation: Added.
2005 * http/tests/security/frameNavigation/resources: Added.
2006 * http/tests/security/frameNavigation/resources/iframe-that-performs-parent-navigation.html: Added.
2007 * http/tests/security/frameNavigation/resources/iframe-with-inner-frame-on-foreign-domain.html: Added.
2008 * http/tests/security/frameNavigation/resources/navigation-changed-iframe.html: Added.
2009 * http/tests/security/frameNavigation/xss-ALLOWED-parent-navigation-change-expected.txt: Added.
2010 * http/tests/security/frameNavigation/xss-ALLOWED-parent-navigation-change.html: Added.
2011 * http/tests/security/frameNavigation/xss-ALLOWED-targeted-subframe-navigation-change-expected.txt: Added.
2012 * http/tests/security/frameNavigation/xss-ALLOWED-targeted-subframe-navigation-change.html: Added.
2014 2007-11-26 Dan Bernstein <mitz@apple.com>
2016 Reviewed by Dave Hyatt.
2018 - 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
2020 * fast/dynamic/float-withdrawal-2.html: Added.
2021 * platform/mac/fast/dynamic/float-withdrawal-2-expected.checksum: Added.
2022 * platform/mac/fast/dynamic/float-withdrawal-2-expected.png: Added.
2023 * platform/mac/fast/dynamic/float-withdrawal-2-expected.txt: Added.
2025 2007-11-25 Adam Roben <aroben@apple.com>
2027 * platform/win/Skipped: Add a known failure.
2029 2007-11-25 Adam Roben <aroben@apple.com>
2031 * platform/win/Skipped: Remove an unnecessary entry.
2033 2007-11-25 Mark Rowe <mrowe@apple.com>
2035 Reviewed by Dan Bernstein.
2037 Test for http://bugs.webkit.org/show_bug.cgi?id=16129
2038 Bug 16129: REGRESSION (r27761-r27811): malloc error while visiting http://mysit.es (crashes release build)
2040 * fast/js/regexp-range-out-of-order-expected.txt: Added.
2041 * fast/js/regexp-range-out-of-order.html: Added.
2042 * fast/js/resources/regexp-range-out-of-order.js: Added.
2044 2007-11-25 Nikolas Zimmermann <zimmermann@kde.org>
2046 Reviewed by Adam Roben.
2048 Update layout test results after fixing text path boundaries if text-anchor is not set to 'start'.
2050 * platform/mac/svg/W3C-SVG-1.1/text-align-04-b-expected.txt:
2051 * platform/mac/svg/text/textPathBoundsBug-expected.checksum: Added.
2052 * platform/mac/svg/text/textPathBoundsBug-expected.png: Added.
2053 * platform/mac/svg/text/textPathBoundsBug-expected.txt: Added.
2054 * svg/batik/text/textGlyphOrientationHorizontal-expected.txt:
2055 * svg/batik/text/textOnPath-expected.txt:
2056 * svg/batik/text/textOnPath3-expected.txt:
2057 * svg/batik/text/verticalTextOnPath-expected.txt:
2058 * svg/text/text-align-04-b-expected.checksum:
2059 * svg/text/text-align-04-b-expected.png:
2060 * svg/text/text-align-04-b-expected.txt:
2061 * svg/text/textPathBoundsBug.svg: Added.
2063 2007-11-25 Alexey Proskuryakov <ap@webkit.org>
2067 http://bugs.webkit.org/show_bug.cgi?id=15919
2068 XSLTProcessor.transformToFragment creates an extra not defined TEXT_NODE at the end
2070 * fast/xsl/extra-lf-at-end-expected.txt: Added.
2071 * fast/xsl/extra-lf-at-end.html: Added.
2072 * fast/xsl/xslt-processor-expected.txt:
2073 * platform/mac/fast/xsl/xslt-enc-cyr-expected.txt:
2074 * platform/mac/fast/xsl/xslt-enc-expected.txt:
2075 * platform/mac/fast/xsl/xslt-enc16-expected.txt:
2076 * platform/mac/fast/xsl/xslt-enc16to16-expected.txt:
2077 * platform/mac/fast/xsl/xslt-text-expected.txt:
2079 2007-11-24 David D. Kilzer <ddkilzer@webkit.org>
2081 Added tests for select.options.remove(boolean).
2085 * fast/js/resources/select-options-add.js: Added two tests.
2086 * fast/js/select-options-add-expected.txt: Updated results.
2088 2007-11-23 Antti Koivisto <antti@apple.com>
2090 Set video src from script, not from the element attribute. This
2091 guarantees load events do not fire before event listeners are registered.
2092 This change does not affect test results.
2094 * media/progress-event.html:
2095 * media/video-autoplay.html:
2096 * media/video-buffered.html:
2097 * media/video-currentTime-set.html:
2098 * media/video-currentTime-set2.html:
2099 * media/video-currentTime.html:
2100 * media/video-dom-autoplay.html:
2101 * media/video-error-abort.html:
2102 * media/video-error-does-not-exist.html:
2103 * media/video-load-networkState.html:
2104 * media/video-load-readyState.html:
2105 * media/video-no-autoplay.html:
2106 * media/video-seekable.html:
2107 * media/video-seeking.html:
2108 * media/video-size.html:
2109 * media/video-src.html:
2110 * media/video-start.html:
2112 2007-11-23 Alexey Proskuryakov <ap@webkit.org>
2116 <rdar://problem/5539306> REGRESSION: redirect fails when subframe's document is opened but
2117 not closed (affects digg.com)
2119 * fast/loader/meta-refresh-vs-open-expected.txt: Added.
2120 * fast/loader/meta-refresh-vs-open.html: Added.
2121 Test that HTTP refresh never fires if the document stays open indefinitely.
2123 * fast/loader/redirect-with-open-subframe-expected.txt: Added.
2124 * fast/loader/redirect-with-open-subframe.html: Added.
2125 * fast/loader/redirect-with-open-subframe-2-expected.txt: Added.
2126 * fast/loader/redirect-with-open-subframe-2.html: Added.
2127 Test that setting window.location has effect even if the document is open.
2129 * http/tests/loading/onload-vs-immediate-refresh-expected.txt: Added.
2130 * http/tests/loading/onload-vs-immediate-refresh.pl: Added.
2131 Test for <rdar://3829452> - HTTP redirect should only happen after onload fires.
2133 * platform/mac/http/tests/loading/simple-subframe-expected.txt:
2134 It seems that there was a line spilled from the previous test that is now in
2135 onload-vs-immediate-refresh-expected.txt - despite my efforts, I couldn't get rid of it.
2137 2007-11-23 Dan Bernstein <mitz@apple.com>
2139 Reviewed by Alexey Proskuryakov.
2141 - test the matrix transforms are applied on the correct side
2143 * fast/transforms/matrix-02.html: Added.
2144 * platform/mac/fast/transforms/matrix-02-expected.checksum: Added.
2145 * platform/mac/fast/transforms/matrix-02-expected.png: Added.
2146 * platform/mac/fast/transforms/matrix-02-expected.txt: Added.
2148 2007-11-23 Alexey Proskuryakov <ap@webkit.org>
2152 http://bugs.webkit.org/show_bug.cgi?id=16077
2153 <rdar://problem/5609785> XSLT processor <xsl:sort> algorithm is incompatible with other
2154 browser implementations
2156 * fast/xsl/sort-unicode-expected.txt: Added.
2157 * fast/xsl/sort-unicode.xml: Added.
2158 * fast/xsl/sort-unicode.xsl: Added.
2160 2007-11-22 Dan Bernstein <mitz@apple.com>
2162 Reviewed by Maciej Stachowiak.
2164 - pixel test for http://bugs.webkit.org/show_bug.cgi?id=15943
2165 -webkit-transform matrix does not work
2167 * fast/transforms/matrix-01.html: Added.
2168 * platform/mac/fast/transforms/matrix-01-expected.checksum: Added.
2169 * platform/mac/fast/transforms/matrix-01-expected.png: Added.
2170 * platform/mac/fast/transforms/matrix-01-expected.txt: Added.
2172 2007-11-22 Julien Chaffraix <julien.chaffraix@gmail.com>
2176 Bug 15530: XMLHttpRequest should not support certain methods
2178 * http/tests/xmlhttprequest/xmlhttprequest-forbidden-methods-exception-expected.txt: Added.
2179 * http/tests/xmlhttprequest/xmlhttprequest-forbidden-methods-exception.html: Added.
2181 2007-11-21 Dan Bernstein <mitz@apple.com>
2183 Reviewed by Eric Seidel.
2185 - repaint test for <rdar://problem/5607037> REGRESSION (r27351): Departure date does not repaint when changed on Google Maps public transit planner (16034)
2187 * fast/repaint/subtree-root-skipped.html: Added.
2188 * platform/mac-leopard/fast/repaint/subtree-root-skipped-expected.checksum: Added.
2189 * platform/mac-leopard/fast/repaint/subtree-root-skipped-expected.png: Added.
2190 * platform/mac/fast/repaint/subtree-root-skipped-expected.txt: Added.
2192 2007-11-21 Alexey Proskuryakov <ap@webkit.org>
2196 <rdar://problem/5230233> dom/xhtml/level2/html/frame.xhtml is failing on Windows
2198 This isn't actually a test, but an unused resource - we should re-work the W3C test rig to
2199 support subresource loading from (X)HTML.
2200 Anyway, it doesn't fail for me, I suppose this problem was fixed since the bug was filed.
2202 * platform/win/Skipped:
2204 2007-11-21 Alexey Proskuryakov <ap@webkit.org>
2208 Fix a copy/paste error in the test (introduced in bug 12194).
2210 * http/tests/xmlhttprequest/zero-length-response-sync-expected.txt:
2211 * http/tests/xmlhttprequest/zero-length-response-sync.html:
2213 2007-11-20 Mark Rowe <mrowe@apple.com>
2215 Reviewed by Sam Weinig.
2217 Tests for http://bugs.webkit.org/show_bug.cgi?id=16074
2218 Bug 16074: execCommand("InsertHorizontalRule", false, "") results in id="" being inserted
2220 * editing/execCommand/arguments-combinations-expected.txt:
2221 * editing/execCommand/arguments-combinations.html:
2223 2007-11-20 Lars Knoll <lars@trolltech.com>
2227 Adjust some test result after fixing a bug related to computation
2228 of QFont::xHeight() in Qt.
2230 * platform/qt/css2.1/t040302-c61-ex-len-00-b-a-expected.txt:
2231 * platform/qt/css2.1/t1008-c44-ln-box-02-d-ag-expected.txt:
2232 * platform/qt/css2.1/t100801-c544-valgn-01-d-ag-expected.txt:
2233 * platform/qt/css2.1/t100801-c548-ln-ht-02-b-ag-expected.txt:
2234 * platform/qt/css2.1/t1507-c526-font-sz-02-b-a-expected.txt:
2236 2007-11-20 Lars Knoll <lars@trolltech.com>
2240 Fix text break interators.
2242 The break iterators where trying to be smart about the input
2243 string and caching their results. Unfortunately a pointer/string length
2244 comparison is not good enough in all cases (since some input is stack based
2245 temp strings). Removed the caching but at the same time started to use a more
2246 efficient constructor of QTextBoundaryFinder that doesn't need to malloc for
2249 Fixes two test cases that test "text-transform: capitalize".
2251 * platform/qt/css1/text_properties/text-transCapitalize-expected.txt:
2252 * platform/qt/fast/css/textCapitalizeEdgeCases-expected.txt:
2254 2007-11-19 Antti Koivisto <antti@apple.com>
2256 Rubber-stamped by bdash.
2258 Improve coverage of these tests.
2260 * media/video-muted-expected.txt:
2261 * media/video-muted.html:
2262 * media/video-volume-expected.txt:
2263 * media/video-volume.html:
2265 2007-11-19 Julien Chaffraix <julien.chaffraix@gmail.com>
2269 http://bugs.webkit.org/show_bug.cgi?id=12194
2270 Bug 12194: Trying to access XMLHttpRequest.responseText or responseXML when they are not
2271 available should raise an exception
2273 * http/tests/xmlhttprequest/xmlhttprequest-responseText-exception-expected.txt: Added.
2274 * http/tests/xmlhttprequest/xmlhttprequest-responseText-exception.html: Added.
2275 * http/tests/xmlhttprequest/xmlhttprequest-responseXML-exception-expected.txt: Added.
2276 * http/tests/xmlhttprequest/xmlhttprequest-responseXML-exception.html: Added.
2277 * http/tests/xmlhttprequest/zero-length-response-expected.txt: Updated result
2278 * http/tests/xmlhttprequest/zero-length-response-sync-expected.txt: Updated result
2279 * http/tests/xmlhttprequest/zero-length-response-sync.html: Corrected URL & added
2280 exception handling to test case
2282 2007-11-18 Alexey Proskuryakov <ap@webkit.org>
2286 <rdar://problem/5546393> Whitespace handling doesn't match HTML5.
2288 * fast/parser/html-whitespace-expected.txt: Added.
2289 * fast/parser/html-whitespace.html: Added.
2291 2007-11-16 Dan Bernstein <mitz@apple.com>
2293 Reviewed by Darin Adler.
2295 - repaint test for <http://bugs.webkit.org/show_bug.cgi?id=15994>
2296 REGRESSION: Incomplete repaint of CSS image substitution
2298 * fast/repaint/clip-with-layout-delta.html: Added.
2299 * platform/mac/fast/repaint/clip-with-layout-delta-expected.checksum: Added.
2300 * platform/mac/fast/repaint/clip-with-layout-delta-expected.png: Added.
2301 * platform/mac/fast/repaint/clip-with-layout-delta-expected.txt: Added.
2303 2007-11-16 Antti Koivisto <antti@apple.com>
2307 Seeking related test updates
2308 - update to match specificiation
2309 - rename loopCount to playCount everywhere
2310 - timeupdate events during seek
2311 - fix that some tests (like audio ones) depended on timing sensitive ordering of play and load events
2312 - add text about what is being tested
2314 Add new tests for seeking past end, seeking past loaded position and 'seeking' DOM attribute.
2316 * http/tests/media/video-seekable-stall-expected.txt: Added.
2317 * http/tests/media/video-seekable-stall.html: Added.
2318 * media/audio-constructor-expected.txt:
2319 * media/audio-constructor-src-expected.txt:
2320 * media/audio-constructor-src.html:
2321 * media/audio-constructor.html:
2322 * media/video-dom-loopcount-expected.txt:
2323 * media/video-dom-loopcount.html:
2324 * media/video-dom-loopend-expected.txt:
2325 * media/video-dom-loopend.html:
2326 * media/video-dom-loopstart-expected.txt:
2327 * media/video-dom-loopstart.html:
2328 * media/video-dom-start-expected.txt:
2329 * media/video-dom-start.html:
2330 * media/video-loopcount-expected.txt:
2331 * media/video-loopcount.html:
2332 * media/video-loopend-expected.txt:
2333 * media/video-loopend.html:
2334 * media/video-loopstart-expected.txt:
2335 * media/video-loopstart.html:
2336 * media/video-seek-past-end-paused-expected.txt: Added.
2337 * media/video-seek-past-end-paused.html: Added.
2338 * media/video-seek-past-end-playing-expected.txt: Added.
2339 * media/video-seek-past-end-playing.html: Added.
2340 * media/video-seeking-expected.txt: Added.
2341 * media/video-seeking.html: Added.
2342 * media/video-test.js:
2344 2007-11-16 Anders Carlsson <andersca@apple.com>
2348 <rdar://problem/5603832>
2349 XMLHttpRequest readyState 3 & responseText buffer issues.
2351 Remove http/tests/xmlhttprequest/small-chunks-response-text.html from the Skipped list.
2353 * platform/win/Skipped:
2355 2007-11-16 Dan Bernstein <mitz@apple.com>
2357 Reviewed by Darin Adler and Sam Weinig.
2359 - remove fast/forms/select-type-ahead-non-latin.html after fixing <rdar://problem/5134075>
2361 * platform/win/Skipped:
2363 2007-11-16 Nikolas Zimmermann <zimmermann@kde.org>
2365 Rubberstamped by Eric.
2367 Full update of the SVG pixel tests - all files containing text show rendering improvments.
2368 Text looks more 'bold' as it's supposed to be according to the W3C reference rendering, not
2369 sure what commit actually caused it - but it's better now.
2371 * platform/mac/svg/W3C-SVG-1.1/animate-elem-02-t-expected.checksum:
2372 * platform/mac/svg/W3C-SVG-1.1/animate-elem-02-t-expected.png:
2373 * platform/mac/svg/W3C-SVG-1.1/animate-elem-03-t-expected.checksum:
2374 * platform/mac/svg/W3C-SVG-1.1/animate-elem-03-t-expected.png:
2375 * platform/mac/svg/W3C-SVG-1.1/animate-elem-04-t-expected.checksum:
2376 * platform/mac/svg/W3C-SVG-1.1/animate-elem-04-t-expected.png:
2377 * platform/mac/svg/W3C-SVG-1.1/animate-elem-05-t-expected.checksum:
2378 * platform/mac/svg/W3C-SVG-1.1/animate-elem-05-t-expected.png:
2379 * platform/mac/svg/W3C-SVG-1.1/animate-elem-06-t-expected.checksum:
2380 * platform/mac/svg/W3C-SVG-1.1/animate-elem-06-t-expected.png:
2381 * platform/mac/svg/W3C-SVG-1.1/animate-elem-07-t-expected.checksum:
2382 * platform/mac/svg/W3C-SVG-1.1/animate-elem-07-t-expected.png:
2383 * platform/mac/svg/W3C-SVG-1.1/animate-elem-08-t-expected.checksum:
2384 * platform/mac/svg/W3C-SVG-1.1/animate-elem-08-t-expected.png:
2385 * platform/mac/svg/W3C-SVG-1.1/animate-elem-09-t-expected.checksum:
2386 * platform/mac/svg/W3C-SVG-1.1/animate-elem-09-t-expected.png:
2387 * platform/mac/svg/W3C-SVG-1.1/animate-elem-10-t-expected.checksum:
2388 * platform/mac/svg/W3C-SVG-1.1/animate-elem-10-t-expected.png:
2389 * platform/mac/svg/W3C-SVG-1.1/animate-elem-11-t-expected.checksum:
2390 * platform/mac/svg/W3C-SVG-1.1/animate-elem-11-t-expected.png:
2391 * platform/mac/svg/W3C-SVG-1.1/animate-elem-12-t-expected.checksum:
2392 * platform/mac/svg/W3C-SVG-1.1/animate-elem-12-t-expected.png:
2393 * platform/mac/svg/W3C-SVG-1.1/animate-elem-13-t-expected.checksum:
2394 * platform/mac/svg/W3C-SVG-1.1/animate-elem-13-t-expected.png:
2395 * platform/mac/svg/W3C-SVG-1.1/animate-elem-14-t-expected.checksum:
2396 * platform/mac/svg/W3C-SVG-1.1/animate-elem-14-t-expected.png:
2397 * platform/mac/svg/W3C-SVG-1.1/animate-elem-15-t-expected.checksum:
2398 * platform/mac/svg/W3C-SVG-1.1/animate-elem-15-t-expected.png:
2399 * platform/mac/svg/W3C-SVG-1.1/animate-elem-16-t-expected.checksum:
2400 * platform/mac/svg/W3C-SVG-1.1/animate-elem-16-t-expected.png:
2401 * platform/mac/svg/W3C-SVG-1.1/animate-elem-17-t-expected.checksum:
2402 * platform/mac/svg/W3C-SVG-1.1/animate-elem-17-t-expected.png:
2403 * platform/mac/svg/W3C-SVG-1.1/animate-elem-18-t-expected.checksum:
2404 * platform/mac/svg/W3C-SVG-1.1/animate-elem-18-t-expected.png:
2405 * platform/mac/svg/W3C-SVG-1.1/animate-elem-19-t-expected.checksum:
2406 * platform/mac/svg/W3C-SVG-1.1/animate-elem-19-t-expected.png:
2407 * platform/mac/svg/W3C-SVG-1.1/animate-elem-20-t-expected.checksum:
2408 * platform/mac/svg/W3C-SVG-1.1/animate-elem-20-t-expected.png:
2409 * platform/mac/svg/W3C-SVG-1.1/animate-elem-21-t-expected.checksum:
2410 * platform/mac/svg/W3C-SVG-1.1/animate-elem-21-t-expected.png:
2411 * platform/mac/svg/W3C-SVG-1.1/animate-elem-22-b-expected.checksum:
2412 * platform/mac/svg/W3C-SVG-1.1/animate-elem-22-b-expected.png:
2413 * platform/mac/svg/W3C-SVG-1.1/animate-elem-23-t-expected.checksum:
2414 * platform/mac/svg/W3C-SVG-1.1/animate-elem-23-t-expected.png:
2415 * platform/mac/svg/W3C-SVG-1.1/animate-elem-24-t-expected.checksum:
2416 * platform/mac/svg/W3C-SVG-1.1/animate-elem-24-t-expected.png:
2417 * platform/mac/svg/W3C-SVG-1.1/animate-elem-25-t-expected.checksum:
2418 * platform/mac/svg/W3C-SVG-1.1/animate-elem-25-t-expected.png:
2419 * platform/mac/svg/W3C-SVG-1.1/animate-elem-26-t-expected.checksum:
2420 * platform/mac/svg/W3C-SVG-1.1/animate-elem-26-t-expected.png:
2421 * platform/mac/svg/W3C-SVG-1.1/animate-elem-27-t-expected.checksum:
2422 * platform/mac/svg/W3C-SVG-1.1/animate-elem-27-t-expected.png:
2423 * platform/mac/svg/W3C-SVG-1.1/animate-elem-28-t-expected.checksum:
2424 * platform/mac/svg/W3C-SVG-1.1/animate-elem-28-t-expected.png:
2425 * platform/mac/svg/W3C-SVG-1.1/animate-elem-29-b-expected.checksum:
2426 * platform/mac/svg/W3C-SVG-1.1/animate-elem-29-b-expected.png:
2427 * platform/mac/svg/W3C-SVG-1.1/animate-elem-30-t-expected.checksum:
2428 * platform/mac/svg/W3C-SVG-1.1/animate-elem-30-t-expected.png:
2429 * platform/mac/svg/W3C-SVG-1.1/animate-elem-31-t-expected.checksum:
2430 * platform/mac/svg/W3C-SVG-1.1/animate-elem-31-t-expected.png:
2431 * platform/mac/svg/W3C-SVG-1.1/animate-elem-32-t-expected.checksum:
2432 * platform/mac/svg/W3C-SVG-1.1/animate-elem-32-t-expected.png:
2433 * platform/mac/svg/W3C-SVG-1.1/animate-elem-33-t-expected.checksum:
2434 * platform/mac/svg/W3C-SVG-1.1/animate-elem-33-t-expected.png:
2435 * platform/mac/svg/W3C-SVG-1.1/animate-elem-34-t-expected.checksum:
2436 * platform/mac/svg/W3C-SVG-1.1/animate-elem-34-t-expected.png:
2437 * platform/mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.checksum:
2438 * platform/mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.png:
2439 * platform/mac/svg/W3C-SVG-1.1/animate-elem-37-t-expected.checksum:
2440 * platform/mac/svg/W3C-SVG-1.1/animate-elem-37-t-expected.png:
2441 * platform/mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.checksum:
2442 * platform/mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png:
2443 * platform/mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.checksum:
2444 * platform/mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.png:
2445 * platform/mac/svg/W3C-SVG-1.1/animate-elem-41-t-expected.checksum:
2446 * platform/mac/svg/W3C-SVG-1.1/animate-elem-41-t-expected.png:
2447 * platform/mac/svg/W3C-SVG-1.1/animate-elem-44-t-expected.checksum:
2448 * platform/mac/svg/W3C-SVG-1.1/animate-elem-44-t-expected.png:
2449 * platform/mac/svg/W3C-SVG-1.1/animate-elem-46-t-expected.checksum:
2450 * platform/mac/svg/W3C-SVG-1.1/animate-elem-46-t-expected.png:
2451 * platform/mac/svg/W3C-SVG-1.1/animate-elem-52-t-expected.checksum:
2452 * platform/mac/svg/W3C-SVG-1.1/animate-elem-52-t-expected.png:
2453 * platform/mac/svg/W3C-SVG-1.1/animate-elem-60-t-expected.checksum:
2454 * platform/mac/svg/W3C-SVG-1.1/animate-elem-60-t-expected.png:
2455 * platform/mac/svg/W3C-SVG-1.1/animate-elem-61-t-expected.checksum:
2456 * platform/mac/svg/W3C-SVG-1.1/animate-elem-61-t-expected.png:
2457 * platform/mac/svg/W3C-SVG-1.1/animate-elem-62-t-expected.checksum:
2458 * platform/mac/svg/W3C-SVG-1.1/animate-elem-62-t-expected.png:
2459 * platform/mac/svg/W3C-SVG-1.1/animate-elem-63-t-expected.checksum:
2460 * platform/mac/svg/W3C-SVG-1.1/animate-elem-63-t-expected.png:
2461 * platform/mac/svg/W3C-SVG-1.1/animate-elem-64-t-expected.checksum:
2462 * platform/mac/svg/W3C-SVG-1.1/animate-elem-64-t-expected.png:
2463 * platform/mac/svg/W3C-SVG-1.1/animate-elem-65-t-expected.checksum:
2464 * platform/mac/svg/W3C-SVG-1.1/animate-elem-65-t-expected.png:
2465 * platform/mac/svg/W3C-SVG-1.1/animate-elem-66-t-expected.checksum:
2466 * platform/mac/svg/W3C-SVG-1.1/animate-elem-66-t-expected.png:
2467 * platform/mac/svg/W3C-SVG-1.1/animate-elem-67-t-expected.checksum:
2468 * platform/mac/svg/W3C-SVG-1.1/animate-elem-67-t-expected.png:
2469 * platform/mac/svg/W3C-SVG-1.1/animate-elem-68-t-expected.checksum:
2470 * platform/mac/svg/W3C-SVG-1.1/animate-elem-68-t-expected.png:
2471 * platform/mac/svg/W3C-SVG-1.1/animate-elem-69-t-expected.checksum:
2472 * platform/mac/svg/W3C-SVG-1.1/animate-elem-69-t-expected.png:
2473 * platform/mac/svg/W3C-SVG-1.1/animate-elem-70-t-expected.checksum:
2474 * platform/mac/svg/W3C-SVG-1.1/animate-elem-70-t-expected.png:
2475 * platform/mac/svg/W3C-SVG-1.1/animate-elem-77-t-expected.checksum:
2476 * platform/mac/svg/W3C-SVG-1.1/animate-elem-77-t-expected.png:
2477 * platform/mac/svg/W3C-SVG-1.1/animate-elem-78-t-expected.checksum:
2478 * platform/mac/svg/W3C-SVG-1.1/animate-elem-78-t-expected.png:
2479 * platform/mac/svg/W3C-SVG-1.1/animate-elem-80-t-expected.checksum:
2480 * platform/mac/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png:
2481 * platform/mac/svg/W3C-SVG-1.1/animate-elem-81-t-expected.checksum:
2482 * platform/mac/svg/W3C-SVG-1.1/animate-elem-81-t-expected.png:
2483 * platform/mac/svg/W3C-SVG-1.1/animate-elem-82-t-expected.checksum:
2484 * platform/mac/svg/W3C-SVG-1.1/animate-elem-82-t-expected.png:
2485 * platform/mac/svg/W3C-SVG-1.1/animate-elem-83-t-expected.checksum:
2486 * platform/mac/svg/W3C-SVG-1.1/animate-elem-83-t-expected.png:
2487 * platform/mac/svg/W3C-SVG-1.1/animate-elem-84-t-expected.checksum:
2488 * platform/mac/svg/W3C-SVG-1.1/animate-elem-84-t-expected.png:
2489 * platform/mac/svg/W3C-SVG-1.1/animate-elem-85-t-expected.checksum:
2490 * platform/mac/svg/W3C-SVG-1.1/animate-elem-85-t-expected.png:
2491 * platform/mac/svg/W3C-SVG-1.1/color-prof-01-f-expected.checksum:
2492 * platform/mac/svg/W3C-SVG-1.1/color-prof-01-f-expected.png:
2493 * platform/mac/svg/W3C-SVG-1.1/color-prop-01-b-expected.checksum:
2494 * platform/mac/svg/W3C-SVG-1.1/color-prop-01-b-expected.png:
2495 * platform/mac/svg/W3C-SVG-1.1/color-prop-02-f-expected.checksum:
2496 * platform/mac/svg/W3C-SVG-1.1/color-prop-02-f-expected.png:
2497 * platform/mac/svg/W3C-SVG-1.1/color-prop-03-t-expected.checksum:
2498 * platform/mac/svg/W3C-SVG-1.1/color-prop-03-t-expected.png:
2499 * platform/mac/svg/W3C-SVG-1.1/coords-coord-01-t-expected.checksum:
2500 * platform/mac/svg/W3C-SVG-1.1/coords-coord-01-t-expected.png:
2501 * platform/mac/svg/W3C-SVG-1.1/coords-coord-02-t-expected.checksum:
2502 * platform/mac/svg/W3C-SVG-1.1/coords-coord-02-t-expected.png:
2503 * platform/mac/svg/W3C-SVG-1.1/coords-trans-01-b-expected.checksum:
2504 * platform/mac/svg/W3C-SVG-1.1/coords-trans-01-b-expected.png:
2505 * platform/mac/svg/W3C-SVG-1.1/coords-trans-02-t-expected.checksum:
2506 * platform/mac/svg/W3C-SVG-1.1/coords-trans-02-t-expected.png:
2507 * platform/mac/svg/W3C-SVG-1.1/coords-trans-03-t-expected.checksum:
2508 * platform/mac/svg/W3C-SVG-1.1/coords-trans-03-t-expected.png:
2509 * platform/mac/svg/W3C-SVG-1.1/coords-trans-04-t-expected.checksum:
2510 * platform/mac/svg/W3C-SVG-1.1/coords-trans-04-t-expected.png:
2511 * platform/mac/svg/W3C-SVG-1.1/coords-trans-05-t-expected.checksum:
2512 * platform/mac/svg/W3C-SVG-1.1/coords-trans-05-t-expected.png:
2513 * platform/mac/svg/W3C-SVG-1.1/coords-trans-06-t-expected.checksum:
2514 * platform/mac/svg/W3C-SVG-1.1/coords-trans-06-t-expected.png:
2515 * platform/mac/svg/W3C-SVG-1.1/coords-units-01-b-expected.checksum:
2516 * platform/mac/svg/W3C-SVG-1.1/coords-units-01-b-expected.png:
2517 * platform/mac/svg/W3C-SVG-1.1/coords-units-02-b-expected.checksum:
2518 * platform/mac/svg/W3C-SVG-1.1/coords-units-02-b-expected.png:
2519 * platform/mac/svg/W3C-SVG-1.1/coords-units-03-b-expected.checksum:
2520 * platform/mac/svg/W3C-SVG-1.1/coords-units-03-b-expected.png:
2521 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.checksum:
2522 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.png:
2523 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.checksum:
2524 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.png:
2525 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.checksum:
2526 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.png:
2527 * platform/mac/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.checksum:
2528 * platform/mac/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.png:
2529 * platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.checksum:
2530 * platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.png:
2531 * platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.checksum:
2532 * platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
2533 * platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.checksum:
2534 * platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.png:
2535 * platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.checksum:
2536 * platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
2537 * platform/mac/svg/W3C-SVG-1.1/filters-conv-01-f-expected.checksum:
2538 * platform/mac/svg/W3C-SVG-1.1/filters-conv-01-f-expected.png:
2539 * platform/mac/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.checksum:
2540 * platform/mac/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.png:
2541 * platform/mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.checksum:
2542 * platform/mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png:
2543 * platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.checksum:
2544 * platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.png:
2545 * platform/mac/svg/W3C-SVG-1.1/filters-felem-01-b-expected.checksum:
2546 * platform/mac/svg/W3C-SVG-1.1/filters-felem-01-b-expected.png:
2547 * platform/mac/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.checksum:
2548 * platform/mac/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.png:
2549 * platform/mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.checksum:
2550 * platform/mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.png:
2551 * platform/mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.checksum:
2552 * platform/mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.png:
2553 * platform/mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.checksum:
2554 * platform/mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.png:
2555 * platform/mac/svg/W3C-SVG-1.1/filters-offset-01-b-expected.checksum:
2556 * platform/mac/svg/W3C-SVG-1.1/filters-offset-01-b-expected.png:
2557 * platform/mac/svg/W3C-SVG-1.1/filters-specular-01-f-expected.checksum:
2558 * platform/mac/svg/W3C-SVG-1.1/filters-specular-01-f-expected.png:
2559 * platform/mac/svg/W3C-SVG-1.1/filters-tile-01-b-expected.checksum:
2560 * platform/mac/svg/W3C-SVG-1.1/filters-tile-01-b-expected.png:
2561 * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.checksum:
2562 * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.png:
2563 * platform/mac/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.checksum:
2564 * platform/mac/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.png:
2565 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.checksum:
2566 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.png:
2567 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.checksum:
2568 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.png:
2569 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.checksum:
2570 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.png:
2571 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.checksum:
2572 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.png:
2573 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.checksum:
2574 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.png:
2575 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.checksum:
2576 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.png:
2577 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.checksum:
2578 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.png:
2579 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.checksum:
2580 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.png:
2581 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.checksum:
2582 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.png:
2583 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.checksum:
2584 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.png:
2585 * platform/mac/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.checksum:
2586 * platform/mac/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.png:
2587 * platform/mac/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.checksum:
2588 * platform/mac/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.png:
2589 * platform/mac/svg/W3C-SVG-1.1/interact-dom-01-b-expected.checksum:
2590 * platform/mac/svg/W3C-SVG-1.1/interact-dom-01-b-expected.png:
2591 * platform/mac/svg/W3C-SVG-1.1/interact-events-01-b-expected.checksum:
2592 * platform/mac/svg/W3C-SVG-1.1/interact-events-01-b-expected.png:
2593 * platform/mac/svg/W3C-SVG-1.1/interact-order-01-b-expected.checksum:
2594 * platform/mac/svg/W3C-SVG-1.1/interact-order-01-b-expected.png:
2595 * platform/mac/svg/W3C-SVG-1.1/interact-order-02-b-expected.checksum:
2596 * platform/mac/svg/W3C-SVG-1.1/interact-order-02-b-expected.png:
2597 * platform/mac/svg/W3C-SVG-1.1/interact-order-03-b-expected.checksum:
2598 * platform/mac/svg/W3C-SVG-1.1/interact-order-03-b-expected.png:
2599 * platform/mac/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.checksum:
2600 * platform/mac/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.png:
2601 * platform/mac/svg/W3C-SVG-1.1/linking-a-01-b-expected.checksum:
2602 * platform/mac/svg/W3C-SVG-1.1/linking-a-01-b-expected.png:
2603 * platform/mac/svg/W3C-SVG-1.1/linking-a-02-b-expected.checksum:
2604 * platform/mac/svg/W3C-SVG-1.1/linking-a-02-b-expected.png:
2605 * platform/mac/svg/W3C-SVG-1.1/linking-a-03-b-expected.checksum:
2606 * platform/mac/svg/W3C-SVG-1.1/linking-a-03-b-expected.png:
2607 * platform/mac/svg/W3C-SVG-1.1/linking-a-04-t-expected.checksum:
2608 * platform/mac/svg/W3C-SVG-1.1/linking-a-04-t-expected.png:
2609 * platform/mac/svg/W3C-SVG-1.1/linking-a-05-t-expected.checksum:
2610 * platform/mac/svg/W3C-SVG-1.1/linking-a-05-t-expected.png:
2611 * platform/mac/svg/W3C-SVG-1.1/linking-a-07-t-expected.checksum:
2612 * platform/mac/svg/W3C-SVG-1.1/linking-a-07-t-expected.png:
2613 * platform/mac/svg/W3C-SVG-1.1/linking-uri-01-b-expected.checksum:
2614 * platform/mac/svg/W3C-SVG-1.1/linking-uri-01-b-expected.png:
2615 * platform/mac/svg/W3C-SVG-1.1/linking-uri-02-b-expected.checksum:
2616 * platform/mac/svg/W3C-SVG-1.1/linking-uri-02-b-expected.png:
2617 * platform/mac/svg/W3C-SVG-1.1/linking-uri-03-t-expected.checksum:
2618 * platform/mac/svg/W3C-SVG-1.1/linking-uri-03-t-expected.png:
2619 * platform/mac/svg/W3C-SVG-1.1/masking-intro-01-f-expected.checksum:
2620 * platform/mac/svg/W3C-SVG-1.1/masking-intro-01-f-expected.png:
2621 * platform/mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.checksum:
2622 * platform/mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.png:
2623 * platform/mac/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.checksum:
2624 * platform/mac/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.png:
2625 * platform/mac/svg/W3C-SVG-1.1/masking-path-01-b-expected.checksum:
2626 * platform/mac/svg/W3C-SVG-1.1/masking-path-01-b-expected.png:
2627 * platform/mac/svg/W3C-SVG-1.1/masking-path-02-b-expected.checksum:
2628 * platform/mac/svg/W3C-SVG-1.1/masking-path-02-b-expected.png:
2629 * platform/mac/svg/W3C-SVG-1.1/masking-path-03-b-expected.checksum:
2630 * platform/mac/svg/W3C-SVG-1.1/masking-path-03-b-expected.png:
2631 * platform/mac/svg/W3C-SVG-1.1/masking-path-04-b-expected.checksum:
2632 * platform/mac/svg/W3C-SVG-1.1/masking-path-04-b-expected.png:
2633 * platform/mac/svg/W3C-SVG-1.1/masking-path-05-f-expected.checksum:
2634 * platform/mac/svg/W3C-SVG-1.1/masking-path-05-f-expected.png:
2635 * platform/mac/svg/W3C-SVG-1.1/metadata-example-01-b-expected.checksum:
2636 * platform/mac/svg/W3C-SVG-1.1/metadata-example-01-b-expected.png:
2637 * platform/mac/svg/W3C-SVG-1.1/painting-fill-01-t-expected.checksum:
2638 * platform/mac/svg/W3C-SVG-1.1/painting-fill-01-t-expected.png:
2639 * platform/mac/svg/W3C-SVG-1.1/painting-fill-02-t-expected.checksum:
2640 * platform/mac/svg/W3C-SVG-1.1/painting-fill-02-t-expected.png:
2641 * platform/mac/svg/W3C-SVG-1.1/painting-fill-03-t-expected.checksum:
2642 * platform/mac/svg/W3C-SVG-1.1/painting-fill-03-t-expected.png:
2643 * platform/mac/svg/W3C-SVG-1.1/painting-fill-04-t-expected.checksum:
2644 * platform/mac/svg/W3C-SVG-1.1/painting-fill-04-t-expected.png:
2645 * platform/mac/svg/W3C-SVG-1.1/painting-fill-05-b-expected.checksum:
2646 * platform/mac/svg/W3C-SVG-1.1/painting-fill-05-b-expected.png:
2647 * platform/mac/svg/W3C-SVG-1.1/painting-marker-01-f-expected.checksum:
2648 * platform/mac/svg/W3C-SVG-1.1/painting-marker-01-f-expected.png:
2649 * platform/mac/svg/W3C-SVG-1.1/painting-marker-02-f-expected.checksum:
2650 * platform/mac/svg/W3C-SVG-1.1/painting-marker-02-f-expected.png:
2651 * platform/mac/svg/W3C-SVG-1.1/painting-marker-03-f-expected.checksum:
2652 * platform/mac/svg/W3C-SVG-1.1/painting-marker-03-f-expected.png:
2653 * platform/mac/svg/W3C-SVG-1.1/painting-render-01-b-expected.checksum:
2654 * platform/mac/svg/W3C-SVG-1.1/painting-render-01-b-expected.png:
2655 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.checksum:
2656 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.png:
2657 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.checksum:
2658 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.png:
2659 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.checksum:
2660 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.png:
2661 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.checksum:
2662 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.png:
2663 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-07-t-expected.checksum:
2664 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-07-t-expected.png:
2665 * platform/mac/svg/W3C-SVG-1.1/paths-data-01-t-expected.checksum:
2666 * platform/mac/svg/W3C-SVG-1.1/paths-data-01-t-expected.png:
2667 * platform/mac/svg/W3C-SVG-1.1/paths-data-02-t-expected.checksum:
2668 * platform/mac/svg/W3C-SVG-1.1/paths-data-02-t-expected.png:
2669 * platform/mac/svg/W3C-SVG-1.1/paths-data-03-f-expected.checksum:
2670 * platform/mac/svg/W3C-SVG-1.1/paths-data-03-f-expected.png:
2671 * platform/mac/svg/W3C-SVG-1.1/paths-data-04-t-expected.checksum:
2672 * platform/mac/svg/W3C-SVG-1.1/paths-data-04-t-expected.png:
2673 * platform/mac/svg/W3C-SVG-1.1/paths-data-05-t-expected.checksum:
2674 * platform/mac/svg/W3C-SVG-1.1/paths-data-05-t-expected.png:
2675 * platform/mac/svg/W3C-SVG-1.1/paths-data-06-t-expected.checksum:
2676 * platform/mac/svg/W3C-SVG-1.1/paths-data-06-t-expected.png:
2677 * platform/mac/svg/W3C-SVG-1.1/paths-data-07-t-expected.checksum:
2678 * platform/mac/svg/W3C-SVG-1.1/paths-data-07-t-expected.png:
2679 * platform/mac/svg/W3C-SVG-1.1/paths-data-08-t-expected.checksum:
2680 * platform/mac/svg/W3C-SVG-1.1/paths-data-08-t-expected.png:
2681 * platform/mac/svg/W3C-SVG-1.1/paths-data-09-t-expected.checksum:
2682 * platform/mac/svg/W3C-SVG-1.1/paths-data-09-t-expected.png:
2683 * platform/mac/svg/W3C-SVG-1.1/paths-data-10-t-expected.checksum:
2684 * platform/mac/svg/W3C-SVG-1.1/paths-data-10-t-expected.png:
2685 * platform/mac/svg/W3C-SVG-1.1/paths-data-12-t-expected.checksum:
2686 * platform/mac/svg/W3C-SVG-1.1/paths-data-12-t-expected.png:
2687 * platform/mac/svg/W3C-SVG-1.1/paths-data-13-t-expected.checksum:
2688 * platform/mac/svg/W3C-SVG-1.1/paths-data-13-t-expected.png:
2689 * platform/mac/svg/W3C-SVG-1.1/paths-data-14-t-expected.checksum:
2690 * platform/mac/svg/W3C-SVG-1.1/paths-data-14-t-expected.png:
2691 * platform/mac/svg/W3C-SVG-1.1/paths-data-15-t-expected.checksum:
2692 * platform/mac/svg/W3C-SVG-1.1/paths-data-15-t-expected.png:
2693 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.checksum:
2694 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.png:
2695 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.checksum:
2696 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.png:
2697 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.checksum:
2698 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.png:
2699 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.checksum:
2700 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.png:
2701 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.checksum:
2702 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.png:
2703 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.checksum:
2704 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png:
2705 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.checksum:
2706 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.png:
2707 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.checksum:
2708 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png:
2709 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.checksum:
2710 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.png:
2711 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.checksum:
2712 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.png:
2713 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.checksum:
2714 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.png:
2715 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.checksum:
2716 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.png:
2717 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.checksum:
2718 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.png:
2719 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.checksum:
2720 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.png:
2721 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.checksum:
2722 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.png:
2723 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.checksum:
2724 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.png:
2725 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.checksum:
2726 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.png:
2727 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.checksum:
2728 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.png:
2729 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.checksum:
2730 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.png:
2731 * platform/mac/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.checksum:
2732 * platform/mac/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.png:
2733 * platform/mac/svg/W3C-SVG-1.1/render-elems-01-t-expected.checksum:
2734 * platform/mac/svg/W3C-SVG-1.1/render-elems-01-t-expected.png:
2735 * platform/mac/svg/W3C-SVG-1.1/render-elems-02-t-expected.checksum:
2736 * platform/mac/svg/W3C-SVG-1.1/render-elems-02-t-expected.png:
2737 * platform/mac/svg/W3C-SVG-1.1/render-elems-03-t-expected.checksum:
2738 * platform/mac/svg/W3C-SVG-1.1/render-elems-03-t-expected.png:
2739 * platform/mac/svg/W3C-SVG-1.1/render-elems-06-t-expected.checksum:
2740 * platform/mac/svg/W3C-SVG-1.1/render-elems-06-t-expected.png:
2741 * platform/mac/svg/W3C-SVG-1.1/render-elems-07-t-expected.checksum:
2742 * platform/mac/svg/W3C-SVG-1.1/render-elems-07-t-expected.png:
2743 * platform/mac/svg/W3C-SVG-1.1/render-elems-08-t-expected.checksum:
2744 * platform/mac/svg/W3C-SVG-1.1/render-elems-08-t-expected.png:
2745 * platform/mac/svg/W3C-SVG-1.1/render-groups-01-b-expected.checksum:
2746 * platform/mac/svg/W3C-SVG-1.1/render-groups-01-b-expected.png:
2747 * platform/mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.checksum:
2748 * platform/mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.png:
2749 * platform/mac/svg/W3C-SVG-1.1/script-handle-01-b-expected.checksum:
2750 * platform/mac/svg/W3C-SVG-1.1/script-handle-01-b-expected.png:
2751 * platform/mac/svg/W3C-SVG-1.1/script-handle-02-b-expected.checksum:
2752 * platform/mac/svg/W3C-SVG-1.1/script-handle-02-b-expected.png:
2753 * platform/mac/svg/W3C-SVG-1.1/script-handle-03-b-expected.checksum:
2754 * platform/mac/svg/W3C-SVG-1.1/script-handle-03-b-expected.png:
2755 * platform/mac/svg/W3C-SVG-1.1/script-handle-04-b-expected.checksum:
2756 * platform/mac/svg/W3C-SVG-1.1/script-handle-04-b-expected.png:
2757 * platform/mac/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.checksum:
2758 * platform/mac/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.png:
2759 * platform/mac/svg/W3C-SVG-1.1/shapes-circle-02-t-expected.checksum:
2760 * platform/mac/svg/W3C-SVG-1.1/shapes-circle-02-t-expected.png:
2761 * platform/mac/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.checksum:
2762 * platform/mac/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.png:
2763 * platform/mac/svg/W3C-SVG-1.1/shapes-ellipse-02-t-expected.checksum:
2764 * platform/mac/svg/W3C-SVG-1.1/shapes-ellipse-02-t-expected.png:
2765 * platform/mac/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.checksum:
2766 * platform/mac/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.png:
2767 * platform/mac/svg/W3C-SVG-1.1/shapes-line-01-t-expected.checksum:
2768 * platform/mac/svg/W3C-SVG-1.1/shapes-line-01-t-expected.png:
2769 * platform/mac/svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.checksum:
2770 * platform/mac/svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.png:
2771 * platform/mac/svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.checksum:
2772 * platform/mac/svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.png:
2773 * platform/mac/svg/W3C-SVG-1.1/shapes-rect-01-t-expected.checksum:
2774 * platform/mac/svg/W3C-SVG-1.1/shapes-rect-01-t-expected.png:
2775 * platform/mac/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.checksum:
2776 * platform/mac/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.png:
2777 * platform/mac/svg/W3C-SVG-1.1/struct-cond-01-t-expected.checksum:
2778 * platform/mac/svg/W3C-SVG-1.1/struct-cond-01-t-expected.png:
2779 * platform/mac/svg/W3C-SVG-1.1/struct-cond-02-t-expected.checksum:
2780 * platform/mac/svg/W3C-SVG-1.1/struct-cond-02-t-expected.png:
2781 * platform/mac/svg/W3C-SVG-1.1/struct-cond-03-t-expected.checksum:
2782 * platform/mac/svg/W3C-SVG-1.1/struct-cond-03-t-expected.png:
2783 * platform/mac/svg/W3C-SVG-1.1/struct-defs-01-t-expected.checksum:
2784 * platform/mac/svg/W3C-SVG-1.1/struct-defs-01-t-expected.png:
2785 * platform/mac/svg/W3C-SVG-1.1/struct-dom-01-b-expected.checksum:
2786 * platform/mac/svg/W3C-SVG-1.1/struct-dom-01-b-expected.png:
2787 * platform/mac/svg/W3C-SVG-1.1/struct-dom-02-b-expected.checksum:
2788 * platform/mac/svg/W3C-SVG-1.1/struct-dom-02-b-expected.png:
2789 * platform/mac/svg/W3C-SVG-1.1/struct-dom-03-b-expected.checksum:
2790 * platform/mac/svg/W3C-SVG-1.1/struct-dom-03-b-expected.png:
2791 * platform/mac/svg/W3C-SVG-1.1/struct-dom-04-b-expected.checksum:
2792 * platform/mac/svg/W3C-SVG-1.1/struct-dom-04-b-expected.png:
2793 * platform/mac/svg/W3C-SVG-1.1/struct-dom-05-b-expected.checksum:
2794 * platform/mac/svg/W3C-SVG-1.1/struct-dom-05-b-expected.png:
2795 * platform/mac/svg/W3C-SVG-1.1/struct-dom-06-b-expected.checksum:
2796 * platform/mac/svg/W3C-SVG-1.1/struct-dom-06-b-expected.png:
2797 * platform/mac/svg/W3C-SVG-1.1/struct-frag-02-t-expected.checksum:
2798 * platform/mac/svg/W3C-SVG-1.1/struct-frag-02-t-expected.png:
2799 * platform/mac/svg/W3C-SVG-1.1/struct-frag-03-t-expected.checksum:
2800 * platform/mac/svg/W3C-SVG-1.1/struct-frag-03-t-expected.png:
2801 * platform/mac/svg/W3C-SVG-1.1/struct-frag-04-t-expected.checksum:
2802 * platform/mac/svg/W3C-SVG-1.1/struct-frag-04-t-expected.png:
2803 * platform/mac/svg/W3C-SVG-1.1/struct-frag-05-t-expected.checksum:
2804 * platform/mac/svg/W3C-SVG-1.1/struct-frag-05-t-expected.png:
2805 * platform/mac/svg/W3C-SVG-1.1/struct-frag-06-t-expected.checksum:
2806 * platform/mac/svg/W3C-SVG-1.1/struct-frag-06-t-expected.png:
2807 * platform/mac/svg/W3C-SVG-1.1/struct-group-01-t-expected.checksum:
2808 * platform/mac/svg/W3C-SVG-1.1/struct-group-01-t-expected.png:
2809 * platform/mac/svg/W3C-SVG-1.1/struct-group-02-b-expected.checksum:
2810 * platform/mac/svg/W3C-SVG-1.1/struct-group-02-b-expected.png:
2811 * platform/mac/svg/W3C-SVG-1.1/struct-group-03-t-expected.checksum:
2812 * platform/mac/svg/W3C-SVG-1.1/struct-group-03-t-expected.png:
2813 * platform/mac/svg/W3C-SVG-1.1/struct-image-01-t-expected.checksum:
2814 * platform/mac/svg/W3C-SVG-1.1/struct-image-01-t-expected.png:
2815 * platform/mac/svg/W3C-SVG-1.1/struct-image-02-b-expected.checksum:
2816 * platform/mac/svg/W3C-SVG-1.1/struct-image-02-b-expected.png:
2817 * platform/mac/svg/W3C-SVG-1.1/struct-image-03-t-expected.checksum:
2818 * platform/mac/svg/W3C-SVG-1.1/struct-image-03-t-expected.png:
2819 * platform/mac/svg/W3C-SVG-1.1/struct-image-04-t-expected.checksum:
2820 * platform/mac/svg/W3C-SVG-1.1/struct-image-04-t-expected.png:
2821 * platform/mac/svg/W3C-SVG-1.1/struct-image-05-b-expected.checksum:
2822 * platform/mac/svg/W3C-SVG-1.1/struct-image-05-b-expected.png:
2823 * platform/mac/svg/W3C-SVG-1.1/struct-image-06-t-expected.checksum:
2824 * platform/mac/svg/W3C-SVG-1.1/struct-image-06-t-expected.png:
2825 * platform/mac/svg/W3C-SVG-1.1/struct-image-07-t-expected.checksum:
2826 * platform/mac/svg/W3C-SVG-1.1/struct-image-07-t-expected.png:
2827 * platform/mac/svg/W3C-SVG-1.1/struct-image-08-t-expected.checksum:
2828 * platform/mac/svg/W3C-SVG-1.1/struct-image-08-t-expected.png:
2829 * platform/mac/svg/W3C-SVG-1.1/struct-image-09-t-expected.checksum:
2830 * platform/mac/svg/W3C-SVG-1.1/struct-image-09-t-expected.png:
2831 * platform/mac/svg/W3C-SVG-1.1/struct-image-10-t-expected.checksum:
2832 * platform/mac/svg/W3C-SVG-1.1/struct-image-10-t-expected.png:
2833 * platform/mac/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.checksum:
2834 * platform/mac/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.png:
2835 * platform/mac/svg/W3C-SVG-1.1/struct-use-01-t-expected.checksum:
2836 * platform/mac/svg/W3C-SVG-1.1/struct-use-01-t-expected.png:
2837 * platform/mac/svg/W3C-SVG-1.1/struct-use-03-t-expected.checksum:
2838 * platform/mac/svg/W3C-SVG-1.1/struct-use-03-t-expected.png:
2839 * platform/mac/svg/W3C-SVG-1.1/struct-use-05-b-expected.checksum:
2840 * platform/mac/svg/W3C-SVG-1.1/struct-use-05-b-expected.png:
2841 * platform/mac/svg/W3C-SVG-1.1/styling-css-01-b-expected.checksum:
2842 * platform/mac/svg/W3C-SVG-1.1/styling-css-01-b-expected.png:
2843 * platform/mac/svg/W3C-SVG-1.1/styling-css-02-b-expected.checksum:
2844 * platform/mac/svg/W3C-SVG-1.1/styling-css-02-b-expected.png:
2845 * platform/mac/svg/W3C-SVG-1.1/styling-css-03-b-expected.checksum:
2846 * platform/mac/svg/W3C-SVG-1.1/styling-css-03-b-expected.png:
2847 * platform/mac/svg/W3C-SVG-1.1/styling-css-04-f-expected.checksum:
2848 * platform/mac/svg/W3C-SVG-1.1/styling-css-04-f-expected.png:
2849 * platform/mac/svg/W3C-SVG-1.1/styling-css-05-b-expected.checksum:
2850 * platform/mac/svg/W3C-SVG-1.1/styling-css-05-b-expected.png:
2851 * platform/mac/svg/W3C-SVG-1.1/styling-css-06-b-expected.checksum:
2852 * platform/mac/svg/W3C-SVG-1.1/styling-css-06-b-expected.png:
2853 * platform/mac/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.checksum:
2854 * platform/mac/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.png:
2855 * platform/mac/svg/W3C-SVG-1.1/styling-pres-01-t-expected.checksum:
2856 * platform/mac/svg/W3C-SVG-1.1/styling-pres-01-t-expected.png:
2857 * platform/mac/svg/W3C-SVG-1.1/text-align-01-b-expected.checksum:
2858 * platform/mac/svg/W3C-SVG-1.1/text-align-01-b-expected.png:
2859 * platform/mac/svg/W3C-SVG-1.1/text-align-02-b-expected.checksum:
2860 * platform/mac/svg/W3C-SVG-1.1/text-align-02-b-expected.png:
2861 * platform/mac/svg/W3C-SVG-1.1/text-align-03-b-expected.checksum:
2862 * platform/mac/svg/W3C-SVG-1.1/text-align-03-b-expected.png:
2863 * platform/mac/svg/W3C-SVG-1.1/text-align-04-b-expected.checksum:
2864 * platform/mac/svg/W3C-SVG-1.1/text-align-04-b-expected.png:
2865 * platform/mac/svg/W3C-SVG-1.1/text-align-05-b-expected.checksum:
2866 * platform/mac/svg/W3C-SVG-1.1/text-align-05-b-expected.png:
2867 * platform/mac/svg/W3C-SVG-1.1/text-align-06-b-expected.checksum:
2868 * platform/mac/svg/W3C-SVG-1.1/text-align-06-b-expected.png:
2869 * platform/mac/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.checksum:
2870 * platform/mac/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.png:
2871 * platform/mac/svg/W3C-SVG-1.1/text-deco-01-b-expected.checksum:
2872 * platform/mac/svg/W3C-SVG-1.1/text-deco-01-b-expected.png:
2873 * platform/mac/svg/W3C-SVG-1.1/text-fonts-01-t-expected.checksum:
2874 * platform/mac/svg/W3C-SVG-1.1/text-fonts-01-t-expected.png:
2875 * platform/mac/svg/W3C-SVG-1.1/text-fonts-02-t-expected.checksum:
2876 * platform/mac/svg/W3C-SVG-1.1/text-fonts-02-t-expected.png:
2877 * platform/mac/svg/W3C-SVG-1.1/text-intro-05-t-expected.checksum:
2878 * platform/mac/svg/W3C-SVG-1.1/text-intro-05-t-expected.png:
2879 * platform/mac/svg/W3C-SVG-1.1/text-path-01-b-expected.checksum:
2880 * platform/mac/svg/W3C-SVG-1.1/text-path-01-b-expected.png:
2881 * platform/mac/svg/W3C-SVG-1.1/text-spacing-01-b-expected.checksum:
2882 * platform/mac/svg/W3C-SVG-1.1/text-spacing-01-b-expected.png:
2883 * platform/mac/svg/W3C-SVG-1.1/text-text-01-b-expected.checksum:
2884 * platform/mac/svg/W3C-SVG-1.1/text-text-01-b-expected.png:
2885 * platform/mac/svg/W3C-SVG-1.1/text-text-03-b-expected.checksum:
2886 * platform/mac/svg/W3C-SVG-1.1/text-text-03-b-expected.png:
2887 * platform/mac/svg/W3C-SVG-1.1/text-text-04-t-expected.checksum:
2888 * platform/mac/svg/W3C-SVG-1.1/text-text-04-t-expected.png:
2889 * platform/mac/svg/W3C-SVG-1.1/text-text-05-t-expected.checksum:
2890 * platform/mac/svg/W3C-SVG-1.1/text-text-05-t-expected.png:
2891 * platform/mac/svg/W3C-SVG-1.1/text-text-06-t-expected.checksum:
2892 * platform/mac/svg/W3C-SVG-1.1/text-text-06-t-expected.png:
2893 * platform/mac/svg/W3C-SVG-1.1/text-text-07-t-expected.checksum:
2894 * platform/mac/svg/W3C-SVG-1.1/text-text-07-t-expected.png:
2895 * platform/mac/svg/W3C-SVG-1.1/text-text-08-b-expected.checksum:
2896 * platform/mac/svg/W3C-SVG-1.1/text-text-08-b-expected.png:
2897 * platform/mac/svg/W3C-SVG-1.1/text-tref-01-b-expected.checksum:
2898 * platform/mac/svg/W3C-SVG-1.1/text-tref-01-b-expected.png:
2899 * platform/mac/svg/W3C-SVG-1.1/text-tselect-01-b-expected.checksum:
2900 * platform/mac/svg/W3C-SVG-1.1/text-tselect-01-b-expected.png:
2901 * platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.checksum:
2902 * platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.png:
2903 * platform/mac/svg/W3C-SVG-1.1/text-tspan-01-b-expected.checksum:
2904 * platform/mac/svg/W3C-SVG-1.1/text-tspan-01-b-expected.png:
2905 * platform/mac/svg/W3C-SVG-1.1/text-ws-01-t-expected.checksum:
2906 * platform/mac/svg/W3C-SVG-1.1/text-ws-01-t-expected.png:
2907 * platform/mac/svg/W3C-SVG-1.1/text-ws-02-t-expected.checksum:
2908 * platform/mac/svg/W3C-SVG-1.1/text-ws-02-t-expected.png:
2909 * platform/mac/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.checksum:
2910 * platform/mac/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.png:
2911 * platform/mac/svg/carto.net/button-expected.checksum:
2912 * platform/mac/svg/carto.net/button-expected.png:
2913 * platform/mac/svg/carto.net/colourpicker-expected.checksum:
2914 * platform/mac/svg/carto.net/colourpicker-expected.png:
2915 * platform/mac/svg/carto.net/combobox-expected.checksum:
2916 * platform/mac/svg/carto.net/combobox-expected.png:
2917 * platform/mac/svg/carto.net/scrollbar-expected.checksum:
2918 * platform/mac/svg/carto.net/scrollbar-expected.png:
2919 * platform/mac/svg/carto.net/selectionlist-expected.checksum:
2920 * platform/mac/svg/carto.net/selectionlist-expected.png:
2921 * platform/mac/svg/carto.net/slider-expected.checksum:
2922 * platform/mac/svg/carto.net/slider-expected.png:
2923 * platform/mac/svg/carto.net/textbox-expected.checksum:
2924 * platform/mac/svg/carto.net/textbox-expected.png:
2925 * platform/mac/svg/carto.net/window-expected.checksum:
2926 * platform/mac/svg/carto.net/window-expected.png:
2927 * platform/mac/svg/custom/SVGPoint-matrixTransform-expected.checksum:
2928 * platform/mac/svg/custom/SVGPoint-matrixTransform-expected.png:
2929 * platform/mac/svg/custom/alignment-baseline-modes-expected.checksum:
2930 * platform/mac/svg/custom/alignment-baseline-modes-expected.png:
2931 * platform/mac/svg/custom/baseval-animval-equality-expected.checksum:
2932 * platform/mac/svg/custom/baseval-animval-equality-expected.png:
2933 * platform/mac/svg/custom/control-points-for-S-and-T-expected.checksum:
2934 * platform/mac/svg/custom/control-points-for-S-and-T-expected.png:
2935 * platform/mac/svg/custom/coords-relative-units-transforms-expected.checksum:
2936 * platform/mac/svg/custom/coords-relative-units-transforms-expected.png:
2937 * platform/mac/svg/custom/dasharrayOrigin-expected.checksum:
2938 * platform/mac/svg/custom/dasharrayOrigin-expected.png:
2939 * platform/mac/svg/custom/deep-dynamic-updates-expected.checksum:
2940 * platform/mac/svg/custom/deep-dynamic-updates-expected.png:
2941 * platform/mac/svg/custom/dominant-baseline-hanging-expected.checksum:
2942 * platform/mac/svg/custom/dominant-baseline-hanging-expected.png:
2943 * platform/mac/svg/custom/dominant-baseline-modes-expected.checksum:
2944 * platform/mac/svg/custom/dominant-baseline-modes-expected.png:
2945 * platform/mac/svg/custom/dynamic-empty-path-expected.checksum:
2946 * platform/mac/svg/custom/dynamic-empty-path-expected.png:
2947 * platform/mac/svg/custom/dynamic-svg-document-creation-expected.checksum:
2948 * platform/mac/svg/custom/dynamic-svg-document-creation-expected.png:
2949 * platform/mac/svg/custom/feComponentTransfer-Discrete-expected.checksum:
2950 * platform/mac/svg/custom/feComponentTransfer-Discrete-expected.png:
2951 * platform/mac/svg/custom/feComponentTransfer-Gamma-expected.checksum:
2952 * platform/mac/svg/custom/feComponentTransfer-Gamma-expected.png:
2953 * platform/mac/svg/custom/feComponentTransfer-Linear-expected.checksum:
2954 * platform/mac/svg/custom/feComponentTransfer-Linear-expected.png:
2955 * platform/mac/svg/custom/feComponentTransfer-Table-expected.checksum:
2956 * platform/mac/svg/custom/feComponentTransfer-Table-expected.png:
2957 * platform/mac/svg/custom/focus-ring-expected.checksum:
2958 * platform/mac/svg/custom/focus-ring-expected.png:
2959 * platform/mac/svg/custom/font-face-cascade-order-expected.checksum:
2960 * platform/mac/svg/custom/font-face-cascade-order-expected.png:
2961 * platform/mac/svg/custom/font-face-simple-expected.checksum:
2962 * platform/mac/svg/custom/font-face-simple-expected.png:
2963 * platform/mac/svg/custom/foreign-object-skew-expected.checksum:
2964 * platform/mac/svg/custom/foreign-object-skew-expected.png:
2965 * platform/mac/svg/custom/getTransformToElement-expected.checksum:
2966 * platform/mac/svg/custom/getTransformToElement-expected.png:
2967 * platform/mac/svg/custom/getscreenctm-in-mixed-content-expected.checksum:
2968 * platform/mac/svg/custom/getscreenctm-in-mixed-content-expected.png:
2969 * platform/mac/svg/custom/getsvgdocument-expected.checksum:
2970 * platform/mac/svg/custom/getsvgdocument-expected.png:
2971 * platform/mac/svg/custom/gradient-cycle-detection-expected.checksum:
2972 * platform/mac/svg/custom/gradient-cycle-detection-expected.png:
2973 * platform/mac/svg/custom/gradient-deep-referencing-expected.checksum:
2974 * platform/mac/svg/custom/gradient-deep-referencing-expected.png:
2975 * platform/mac/svg/custom/gradient-stop-corner-cases-expected.checksum:
2976 * platform/mac/svg/custom/gradient-stop-corner-cases-expected.png:
2977 * platform/mac/svg/custom/grayscale-gradient-mask-expected.checksum:
2978 * platform/mac/svg/custom/grayscale-gradient-mask-expected.png:
2979 * platform/mac/svg/custom/hit-test-path-expected.checksum:
2980 * platform/mac/svg/custom/hit-test-path-expected.png:
2981 * platform/mac/svg/custom/hit-test-path-stroke-expected.checksum:
2982 * platform/mac/svg/custom/hit-test-path-stroke-expected.png:
2983 * platform/mac/svg/custom/image-clipped-hit-expected.checksum:
2984 * platform/mac/svg/custom/image-clipped-hit-expected.png:
2985 * platform/mac/svg/custom/image-with-transform-clip-filter-expected.checksum:
2986 * platform/mac/svg/custom/image-with-transform-clip-filter-expected.png:
2987 * platform/mac/svg/custom/invalid-css-expected.checksum:
2988 * platform/mac/svg/custom/invalid-css-expected.png:
2989 * platform/mac/svg/custom/invalid-fill-expected.checksum:
2990 * platform/mac/svg/custom/invalid-fill-expected.png:
2991 * platform/mac/svg/custom/invalid-fill-hex-expected.checksum:
2992 * platform/mac/svg/custom/invalid-fill-hex-expected.png:
2993 * platform/mac/svg/custom/invisible-text-after-scrolling-expected.checksum:
2994 * platform/mac/svg/custom/invisible-text-after-scrolling-expected.png:
2995 * platform/mac/svg/custom/js-late-clipPath-and-object-creation-expected.checksum:
2996 * platform/mac/svg/custom/js-late-clipPath-and-object-creation-expected.png:
2997 * platform/mac/svg/custom/js-late-clipPath-creation-expected.checksum:
2998 * platform/mac/svg/custom/js-late-clipPath-creation-expected.png:
2999 * platform/mac/svg/custom/js-late-marker-and-object-creation-expected.checksum:
3000 * platform/mac/svg/custom/js-late-marker-and-object-creation-expected.png:
3001 * platform/mac/svg/custom/js-late-marker-creation-expected.checksum:
3002 * platform/mac/svg/custom/js-late-marker-creation-expected.png:
3003 * platform/mac/svg/custom/js-update-bounce-expected.checksum:
3004 * platform/mac/svg/custom/js-update-bounce-expected.png:
3005 * platform/mac/svg/custom/js-update-container-expected.checksum:
3006 * platform/mac/svg/custom/js-update-container-expected.png:
3007 * platform/mac/svg/custom/js-update-container2-expected.checksum:
3008 * platform/mac/svg/custom/js-update-container2-expected.png:
3009 * platform/mac/svg/custom/js-update-path-changes-expected.checksum:
3010 * platform/mac/svg/custom/js-update-path-changes-expected.png:
3011 * platform/mac/svg/custom/js-update-path-removal-expected.checksum:
3012 * platform/mac/svg/custom/js-update-path-removal-expected.png:
3013 * platform/mac/svg/custom/junk-data-expected.checksum:
3014 * platform/mac/svg/custom/junk-data-expected.png:
3015 * platform/mac/svg/custom/marker-changes-expected.checksum:
3016 * platform/mac/svg/custom/marker-changes-expected.png:
3017 * platform/mac/svg/custom/marker-child-changes-expected.checksum:
3018 * platform/mac/svg/custom/marker-child-changes-expected.png:
3019 * platform/mac/svg/custom/marker-default-width-height-expected.checksum:
3020 * platform/mac/svg/custom/marker-default-width-height-expected.png:
3021 * platform/mac/svg/custom/marker-overflow-clip-expected.checksum:
3022 * platform/mac/svg/custom/marker-overflow-clip-expected.png:
3023 * platform/mac/svg/custom/marker-viewBox-changes-expected.checksum:
3024 * platform/mac/svg/custom/marker-viewBox-changes-expected.png:
3025 * platform/mac/svg/custom/missing-xlink-expected.checksum:
3026 * platform/mac/svg/custom/missing-xlink-expected.png:
3027 * platform/mac/svg/custom/non-opaque-filters-expected.checksum:
3028 * platform/mac/svg/custom/non-opaque-filters-expected.png:
3029 * platform/mac/svg/custom/path-textPath-simulation-expected.checksum:
3030 * platform/mac/svg/custom/path-textPath-simulation-expected.png:
3031 * platform/mac/svg/custom/pattern-cycle-detection-expected.checksum:
3032 * platform/mac/svg/custom/pattern-cycle-detection-expected.png:
3033 * platform/mac/svg/custom/pattern-deep-referencing-expected.checksum:
3034 * platform/mac/svg/custom/pattern-deep-referencing-expected.png:
3035 * platform/mac/svg/custom/pointer-events-image-expected.checksum:
3036 * platform/mac/svg/custom/pointer-events-image-expected.png:
3037 * platform/mac/svg/custom/pointer-events-path-expected.checksum:
3038 * platform/mac/svg/custom/pointer-events-path-expected.png:
3039 * platform/mac/svg/custom/pointer-events-text-expected.checksum:
3040 * platform/mac/svg/custom/pointer-events-text-expected.png:
3041 * platform/mac/svg/custom/preserve-aspect-ratio-syntax-expected.checksum:
3042 * platform/mac/svg/custom/preserve-aspect-ratio-syntax-expected.png:
3043 * platform/mac/svg/custom/rootmost-svg-xy-attrs-expected.checksum:
3044 * platform/mac/svg/custom/rootmost-svg-xy-attrs-expected.png:
3045 * platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.checksum:
3046 * platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png:
3047 * platform/mac/svg/custom/second-inline-text-expected.checksum:
3048 * platform/mac/svg/custom/second-inline-text-expected.png:
3049 * platform/mac/svg/custom/shapes-supporting-markers-expected.checksum:
3050 * platform/mac/svg/custom/shapes-supporting-markers-expected.png:
3051 * platform/mac/svg/custom/simpleCDF-expected.checksum:
3052 * platform/mac/svg/custom/simpleCDF-expected.png:
3053 * platform/mac/svg/custom/struct-use-09-b-expected.checksum:
3054 * platform/mac/svg/custom/struct-use-09-b-expected.png:
3055 * platform/mac/svg/custom/svg-float-border-padding-expected.checksum:
3056 * platform/mac/svg/custom/svg-float-border-padding-expected.png:
3057 * platform/mac/svg/custom/svg-overflow-types-expected.checksum:
3058 * platform/mac/svg/custom/svg-overflow-types-expected.png:
3059 * platform/mac/svg/custom/text-clip-expected.checksum:
3060 * platform/mac/svg/custom/text-clip-expected.png:
3061 * platform/mac/svg/custom/text-ctm-expected.checksum:
3062 * platform/mac/svg/custom/text-ctm-expected.png:
3063 * platform/mac/svg/custom/text-dom-01-f-expected.checksum:
3064 * platform/mac/svg/custom/text-dom-01-f-expected.png:
3065 * platform/mac/svg/custom/text-hit-test-expected.checksum:
3066 * platform/mac/svg/custom/text-hit-test-expected.png:
3067 * platform/mac/svg/custom/text-image-opacity-expected.checksum:
3068 * platform/mac/svg/custom/text-image-opacity-expected.png:
3069 * platform/mac/svg/custom/text-repaint-including-stroke-expected.checksum:
3070 * platform/mac/svg/custom/text-repaint-including-stroke-expected.png:
3071 * platform/mac/svg/custom/text-whitespace-handling-expected.checksum:
3072 * platform/mac/svg/custom/text-whitespace-handling-expected.png:
3073 * platform/mac/svg/custom/tref-update-expected.checksum:
3074 * platform/mac/svg/custom/tref-update-expected.png:
3075 * platform/mac/svg/custom/use-clipped-hit-expected.checksum:
3076 * platform/mac/svg/custom/use-clipped-hit-expected.png:
3077 * platform/mac/svg/custom/use-css-events-expected.checksum:
3078 * platform/mac/svg/custom/use-css-events-expected.png:
3079 * platform/mac/svg/custom/use-elementInstance-event-target-expected.checksum:
3080 * platform/mac/svg/custom/use-elementInstance-event-target-expected.png:
3081 * platform/mac/svg/custom/use-elementInstance-methods-expected.checksum:
3082 * platform/mac/svg/custom/use-elementInstance-methods-expected.png:
3083 * platform/mac/svg/custom/use-event-handler-on-referenced-element-expected.checksum:
3084 * platform/mac/svg/custom/use-event-handler-on-referenced-element-expected.png:
3085 * platform/mac/svg/custom/use-event-handler-on-use-element-expected.checksum:
3086 * platform/mac/svg/custom/use-event-handler-on-use-element-expected.png:
3087 * platform/mac/svg/custom/use-events-crash-expected.checksum:
3088 * platform/mac/svg/custom/use-events-crash-expected.png:
3089 * platform/mac/svg/custom/use-forward-refs-expected.checksum:
3090 * platform/mac/svg/custom/use-forward-refs-expected.png:
3091 * platform/mac/svg/custom/use-instanceRoot-modifications-expected.checksum:
3092 * platform/mac/svg/custom/use-instanceRoot-modifications-expected.png:
3093 * platform/mac/svg/custom/use-modify-container-in-target-expected.checksum:
3094 * platform/mac/svg/custom/use-modify-container-in-target-expected.png:
3095 * platform/mac/svg/custom/use-modify-target-container-expected.checksum:
3096 * platform/mac/svg/custom/use-modify-target-container-expected.png:
3097 * platform/mac/svg/custom/use-modify-target-symbol-expected.checksum:
3098 * platform/mac/svg/custom/use-modify-target-symbol-expected.png:
3099 * platform/mac/svg/custom/use-nested-transform-expected.checksum:
3100 * platform/mac/svg/custom/use-nested-transform-expected.png:
3101 * platform/mac/svg/custom/use-on-g-containing-use-expected.checksum:
3102 * platform/mac/svg/custom/use-on-g-containing-use-expected.png:
3103 * platform/mac/svg/custom/use-on-g-expected.checksum:
3104 * platform/mac/svg/custom/use-on-g-expected.png:
3105 * platform/mac/svg/custom/use-on-rect-expected.checksum:
3106 * platform/mac/svg/custom/use-on-rect-expected.png:
3107 * platform/mac/svg/custom/use-on-symbol-expected.checksum:
3108 * platform/mac/svg/custom/use-on-symbol-expected.png:
3109 * platform/mac/svg/custom/use-on-symbol-inside-pattern-expected.checksum:
3110 * platform/mac/svg/custom/use-on-symbol-inside-pattern-expected.png:
3111 * platform/mac/svg/custom/use-on-text-expected.checksum:
3112 * platform/mac/svg/custom/use-on-text-expected.png:
3113 * platform/mac/svg/custom/use-on-use-expected.checksum:
3114 * platform/mac/svg/custom/use-on-use-expected.png:
3115 * platform/mac/svg/custom/use-property-changes-through-dom-expected.checksum:
3116 * platform/mac/svg/custom/use-property-changes-through-dom-expected.png:
3117 * platform/mac/svg/custom/use-property-changes-through-svg-dom-expected.checksum:
3118 * platform/mac/svg/custom/use-property-changes-through-svg-dom-expected.png:
3119 * platform/mac/svg/custom/use-recursion-1-expected.checksum:
3120 * platform/mac/svg/custom/use-recursion-1-expected.png:
3121 * platform/mac/svg/custom/use-recursion-2-expected.checksum:
3122 * platform/mac/svg/custom/use-recursion-2-expected.png:
3123 * platform/mac/svg/custom/use-recursion-3-expected.checksum:
3124 * platform/mac/svg/custom/use-recursion-3-expected.png:
3125 * platform/mac/svg/custom/use-recursion-4-expected.checksum:
3126 * platform/mac/svg/custom/use-recursion-4-expected.png:
3127 * platform/mac/svg/custom/use-referencing-nonexisting-symbol-expected.checksum:
3128 * platform/mac/svg/custom/use-referencing-nonexisting-symbol-expected.png:
3129 * platform/mac/svg/custom/use-transform-expected.checksum:
3130 * platform/mac/svg/custom/use-transform-expected.png:
3131 * platform/mac/svg/custom/viewBox-hit-expected.checksum:
3132 * platform/mac/svg/custom/viewBox-hit-expected.png:
3133 * platform/mac/svg/custom/viewbox-syntax-expected.checksum:
3134 * platform/mac/svg/custom/viewbox-syntax-expected.png:
3135 * platform/mac/svg/custom/viewport-em-expected.checksum:
3136 * platform/mac/svg/custom/viewport-em-expected.png:
3137 * platform/mac/svg/hixie/cascade/002-expected.checksum:
3138 * platform/mac/svg/hixie/cascade/002-expected.png:
3139 * platform/mac/svg/hixie/data-types/001-expected.checksum:
3140 * platform/mac/svg/hixie/data-types/001-expected.png:
3141 * platform/mac/svg/hixie/data-types/002-expected.checksum:
3142 * platform/mac/svg/hixie/data-types/002-expected.png:
3143 * platform/mac/svg/hixie/dynamic/002-expected.checksum:
3144 * platform/mac/svg/hixie/dynamic/002-expected.png:
3145 * platform/mac/svg/hixie/error/002-expected.checksum:
3146 * platform/mac/svg/hixie/error/002-expected.png:
3147 * platform/mac/svg/hixie/error/003-expected.checksum:
3148 * platform/mac/svg/hixie/error/003-expected.png:
3149 * platform/mac/svg/hixie/error/004-expected.checksum:
3150 * platform/mac/svg/hixie/error/004-expected.png:
3151 * platform/mac/svg/hixie/error/005-expected.checksum:
3152 * platform/mac/svg/hixie/error/005-expected.png:
3153 * platform/mac/svg/hixie/error/010-expected.checksum:
3154 * platform/mac/svg/hixie/error/010-expected.png:
3155 * platform/mac/svg/hixie/error/011-expected.checksum:
3156 * platform/mac/svg/hixie/error/011-expected.png:
3157 * platform/mac/svg/hixie/error/012-expected.checksum:
3158 * platform/mac/svg/hixie/error/012-expected.png:
3159 * platform/mac/svg/hixie/error/017-expected.checksum:
3160 * platform/mac/svg/hixie/error/017-expected.png:
3161 * platform/mac/svg/hixie/links/002-expected.checksum:
3162 * platform/mac/svg/hixie/links/002-expected.png:
3163 * platform/mac/svg/hixie/links/003-broken-expected.checksum:
3164 * platform/mac/svg/hixie/links/003-broken-expected.png:
3165 * platform/mac/svg/hixie/mixed/003-expected.checksum:
3166 * platform/mac/svg/hixie/mixed/003-expected.png:
3167 * platform/mac/svg/hixie/mixed/004-expected.checksum:
3168 * platform/mac/svg/hixie/mixed/004-expected.png:
3169 * platform/mac/svg/hixie/mixed/005-expected.checksum:
3170 * platform/mac/svg/hixie/mixed/005-expected.png:
3171 * platform/mac/svg/hixie/mixed/006-expected.checksum:
3172 * platform/mac/svg/hixie/mixed/006-expected.png:
3173 * platform/mac/svg/hixie/mixed/007-expected.checksum:
3174 * platform/mac/svg/hixie/mixed/007-expected.png:
3175 * platform/mac/svg/hixie/mixed/008-expected.checksum:
3176 * platform/mac/svg/hixie/mixed/008-expected.png:
3177 * platform/mac/svg/hixie/mixed/009-expected.checksum:
3178 * platform/mac/svg/hixie/mixed/009-expected.png:
3179 * platform/mac/svg/hixie/mixed/010-expected.checksum:
3180 * platform/mac/svg/hixie/mixed/010-expected.png:
3181 * platform/mac/svg/hixie/mixed/011-expected.checksum:
3182 * platform/mac/svg/hixie/mixed/011-expected.png:
3183 * platform/mac/svg/hixie/perf/001-expected.checksum:
3184 * platform/mac/svg/hixie/perf/001-expected.png:
3185 * platform/mac/svg/hixie/perf/002-expected.checksum:
3186 * platform/mac/svg/hixie/perf/002-expected.png:
3187 * platform/mac/svg/hixie/perf/003-expected.checksum:
3188 * platform/mac/svg/hixie/perf/003-expected.png:
3189 * platform/mac/svg/hixie/perf/004-expected.checksum:
3190 * platform/mac/svg/hixie/perf/004-expected.png:
3191 * platform/mac/svg/hixie/perf/005-expected.checksum:
3192 * platform/mac/svg/hixie/perf/005-expected.png:
3193 * platform/mac/svg/hixie/perf/006-expected.checksum:
3194 * platform/mac/svg/hixie/perf/006-expected.png:
3195 * platform/mac/svg/hixie/perf/007-expected.checksum:
3196 * platform/mac/svg/hixie/perf/007-expected.png:
3197 * platform/mac/svg/hixie/processing-model/003-expected.checksum:
3198 * platform/mac/svg/hixie/processing-model/003-expected.png:
3199 * platform/mac/svg/hixie/processing-model/004-expected.checksum:
3200 * platform/mac/svg/hixie/processing-model/004-expected.png:
3201 * platform/mac/svg/hixie/rendering-model/001-expected.checksum:
3202 * platform/mac/svg/hixie/rendering-model/001-expected.png:
3203 * platform/mac/svg/hixie/rendering-model/002-expected.checksum:
3204 * platform/mac/svg/hixie/rendering-model/002-expected.png:
3205 * platform/mac/svg/hixie/rendering-model/003-expected.checksum:
3206 * platform/mac/svg/hixie/rendering-model/003-expected.png:
3207 * platform/mac/svg/hixie/rendering-model/004-expected.checksum:
3208 * platform/mac/svg/hixie/rendering-model/004-expected.png:
3209 * platform/mac/svg/hixie/shapes/path/001-expected.checksum:
3210 * platform/mac/svg/hixie/shapes/path/001-expected.png:
3211 * platform/mac/svg/hixie/text/002-expected.checksum:
3212 * platform/mac/svg/hixie/text/002-expected.png:
3213 * platform/mac/svg/hixie/text/003-expected.checksum:
3214 * platform/mac/svg/hixie/text/003-expected.png:
3215 * platform/mac/svg/hixie/text/003b-expected.checksum:
3216 * platform/mac/svg/hixie/text/003b-expected.png:
3217 * platform/mac/svg/hixie/transform/001-expected.checksum:
3218 * platform/mac/svg/hixie/transform/001-expected.png:
3219 * platform/mac/svg/hixie/viewbox/preserveAspectRatio/001-expected.checksum:
3220 * platform/mac/svg/hixie/viewbox/preserveAspectRatio/001-expected.png:
3221 * platform/mac/svg/hixie/viewbox/preserveAspectRatio/002-expected.checksum:
3222 * platform/mac/svg/hixie/viewbox/preserveAspectRatio/002-expected.png:
3223 * svg/batik/filters/filterRegions-expected.checksum:
3224 * svg/batik/filters/filterRegions-expected.png:
3225 * svg/batik/paints/patternPreserveAspectRatioA-expected.checksum:
3226 * svg/batik/paints/patternPreserveAspectRatioA-expected.png:
3227 * svg/batik/text/smallFonts-expected.checksum:
3228 * svg/batik/text/smallFonts-expected.png:
3229 * svg/batik/text/textAnchor-expected.checksum:
3230 * svg/batik/text/textAnchor-expected.png:
3231 * svg/batik/text/textAnchor2-expected.checksum:
3232 * svg/batik/text/textAnchor2-expected.png:
3233 * svg/batik/text/textAnchor3-expected.checksum:
3234 * svg/batik/text/textAnchor3-expected.png:
3235 * svg/batik/text/textDecoration2-expected.checksum:
3236 * svg/batik/text/textDecoration2-expected.png:
3237 * svg/batik/text/textFeatures-expected.checksum:
3238 * svg/batik/text/textFeatures-expected.png:
3239 * svg/batik/text/textLayout-expected.checksum:
3240 * svg/batik/text/textLayout-expected.png:
3241 * svg/batik/text/textLength-expected.checksum:
3242 * svg/batik/text/textLength-expected.png:
3243 * svg/batik/text/textOnPath-expected.checksum:
3244 * svg/batik/text/textOnPath-expected.png:
3245 * svg/batik/text/textOnPath2-expected.checksum:
3246 * svg/batik/text/textOnPath2-expected.png:
3247 * svg/batik/text/textOnPathSpaces-expected.checksum:
3248 * svg/batik/text/textOnPathSpaces-expected.png:
3249 * svg/batik/text/textProperties2-expected.checksum:
3250 * svg/batik/text/textProperties2-expected.png:
3251 * svg/batik/text/verticalText-expected.checksum:
3252 * svg/batik/text/verticalText-expected.png:
3253 * svg/batik/text/verticalTextOnPath-expected.checksum:
3254 * svg/batik/text/verticalTextOnPath-expected.png:
3255 * svg/custom/SVGMatrix-interface-expected.checksum:
3256 * svg/custom/SVGMatrix-interface-expected.png:
3257 * svg/custom/absolute-sized-svg-in-xhtml-expected.checksum:
3258 * svg/custom/absolute-sized-svg-in-xhtml-expected.png:
3259 * svg/custom/container-opacity-clip-viewBox-expected.checksum:
3260 * svg/custom/container-opacity-clip-viewBox-expected.png:
3261 * svg/custom/fill-SVGPaint-interface-expected.checksum:
3262 * svg/custom/fill-SVGPaint-interface-expected.png:
3263 * svg/custom/fill-fallback-expected.checksum:
3264 * svg/custom/fill-fallback-expected.png:
3265 * svg/custom/getPresentationAttribute-expected.checksum:
3266 * svg/custom/getPresentationAttribute-expected.png:
3267 * svg/custom/group-opacity-expected.checksum:
3268 * svg/custom/group-opacity-expected.png:
3269 * svg/custom/hit-test-unclosed-subpaths-expected.checksum:
3270 * svg/custom/hit-test-unclosed-subpaths-expected.png:
3271 * svg/custom/hit-test-with-br-expected.checksum:
3272 * svg/custom/hit-test-with-br-expected.png:
3273 * svg/custom/image-parent-translation-expected.checksum:
3274 * svg/custom/image-parent-translation-expected.png:
3275 * svg/custom/percentage-of-html-parent-expected.checksum:
3276 * svg/custom/percentage-of-html-parent-expected.png:
3277 * svg/custom/root-container-opacity-clip-viewBox-expected.checksum:
3278 * svg/custom/root-container-opacity-clip-viewBox-expected.png:
3279 * svg/custom/scroll-hit-test-expected.checksum:
3280 * svg/custom/scroll-hit-test-expected.png:
3281 * svg/custom/stroke-fallback-expected.checksum:
3282 * svg/custom/stroke-fallback-expected.png:
3283 * svg/custom/stroked-pattern-expected.checksum:
3284 * svg/custom/stroked-pattern-expected.png:
3285 * svg/custom/style-attribute-font-size-expected.checksum:
3286 * svg/custom/style-attribute-font-size-expected.png:
3287 * svg/custom/text-letter-spacing-expected.checksum:
3288 * svg/custom/text-letter-spacing-expected.png:
3289 * svg/custom/text-x-dx-lists-expected.checksum:
3290 * svg/custom/text-x-dx-lists-expected.png:
3291 * svg/custom/text-x-override-in-tspan-child-expected.checksum:
3292 * svg/custom/text-x-override-in-tspan-child-expected.png:
3293 * svg/custom/use-detach-expected.checksum:
3294 * svg/custom/use-detach-expected.png:
3295 * svg/custom/use-dynamic-append-expected.png:
3296 * svg/custom/use-on-disallowed-foreign-object-1-expected.checksum:
3297 * svg/custom/use-on-disallowed-foreign-object-1-expected.png:
3298 * svg/custom/use-on-disallowed-foreign-object-2-expected.checksum:
3299 * svg/custom/use-on-disallowed-foreign-object-2-expected.png:
3300 * svg/custom/use-on-disallowed-foreign-object-3-expected.checksum:
3301 * svg/custom/use-on-disallowed-foreign-object-3-expected.png:
3302 * svg/custom/use-on-disallowed-foreign-object-4-expected.checksum:
3303 * svg/custom/use-on-disallowed-foreign-object-4-expected.png:
3304 * svg/custom/use-on-disallowed-foreign-object-5-expected.checksum:
3305 * svg/custom/use-on-disallowed-foreign-object-5-expected.png:
3306 * svg/custom/use-on-disallowed-foreign-object-6-expected.checksum:
3307 * svg/custom/use-on-disallowed-foreign-object-6-expected.png:
3308 * svg/custom/use-on-g-containing-symbol-expected.checksum:
3309 * svg/custom/use-on-g-containing-symbol-expected.png:
3310 * svg/custom/use-on-non-svg-namespaced-element-expected.checksum:
3311 * svg/custom/use-on-non-svg-namespaced-element-expected.png:
3312 * svg/hixie/error/013-expected.checksum:
3313 * svg/hixie/error/013-expected.png:
3314 * svg/text/text-align-03-b-expected.checksum:
3315 * svg/text/text-align-03-b-expected.png:
3316 * svg/text/text-align-04-b-expected.checksum:
3317 * svg/text/text-align-04-b-expected.png:
3318 * svg/text/text-altglyph-01-b-expected.checksum:
3319 * svg/text/text-altglyph-01-b-expected.png:
3320 * svg/text/text-deco-01-b-expected.checksum:
3321 * svg/text/text-deco-01-b-expected.png:
3322 * svg/text/text-fonts-02-t-expected.checksum:
3323 * svg/text/text-fonts-02-t-expected.png:
3324 * svg/text/text-path-01-b-expected.checksum:
3325 * svg/text/text-path-01-b-expected.png:
3326 * svg/text/text-spacing-01-b-expected.checksum:
3327 * svg/text/text-spacing-01-b-expected.png:
3328 * svg/text/text-text-01-b-expected.checksum:
3329 * svg/text/text-text-01-b-expected.png:
3330 * svg/text/text-text-03-b-expected.checksum:
3331 * svg/text/text-text-03-b-expected.png:
3332 * svg/text/text-text-04-t-expected.checksum:
3333 * svg/text/text-text-04-t-expected.png:
3334 * svg/text/text-text-05-t-expected.checksum:
3335 * svg/text/text-text-05-t-expected.png:
3336 * svg/text/text-text-06-t-expected.checksum:
3337 * svg/text/text-text-06-t-expected.png:
3338 * svg/text/text-text-08-b-expected.checksum:
3339 * svg/text/text-text-08-b-expected.png:
3340 * svg/text/text-tref-01-b-expected.checksum:
3341 * svg/text/text-tref-01-b-expected.png:
3342 * svg/text/text-tselect-02-f-expected.checksum:
3343 * svg/text/text-tselect-02-f-expected.png:
3344 * svg/text/text-tspan-01-b-expected.checksum:
3345 * svg/text/text-tspan-01-b-expected.png:
3346 * svg/text/text-ws-01-t-expected.checksum:
3347 * svg/text/text-ws-01-t-expected.png:
3348 * svg/text/text-ws-02-t-expected.checksum:
3349 * svg/text/text-ws-02-t-expected.png:
3351 2007-11-16 Nikolas Zimmermann <zimmermann@kde.org>
3355 Update layout test results after the addition of the SVGTextContentElement DOM methods.
3357 * platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.checksum:
3358 * platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.png:
3359 * platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt:
3360 * platform/mac/svg/custom/text-dom-01-f-expected.checksum: Added.
3361 * platform/mac/svg/custom/text-dom-01-f-expected.png: Added.
3362 * platform/mac/svg/custom/text-dom-01-f-expected.txt: Added.
3363 * svg/custom/text-dom-01-f.svg: Added.
3364 * svg/text/text-tselect-02-f-expected.checksum:
3365 * svg/text/text-tselect-02-f-expected.png:
3366 * svg/text/text-tselect-02-f-expected.txt:
3368 2007-11-15 Adele Peterson <adele@apple.com>
3372 Test for <rdar://problem/5566652> CrashTracer: [USER] 3 crashes in Safari at HTMLSelectElement::menuListDefaultEventHandler (reproducible on mactc30.com)
3374 * fast/forms/menulist-no-renderer-onmousedown-expected.txt: Added.
3375 * fast/forms/menulist-no-renderer-onmousedown.html: Added.
3377 2007-11-15 Khoo Yit Phang <khooyp@cs.umd.edu>
3381 http://bugs.webkit.org/show_bug.cgi?id=15989
3382 XPath queries with predicates incorrectly retains the current node across unions
3384 * fast/xpath/union-context-node-expected.txt: Added.
3385 * fast/xpath/union-context-node.xhtml: Added.
3387 2007-11-15 Alexey Proskuryakov <ap@webkit.org>
3391 http://bugs.webkit.org/show_bug.cgi?id=15448
3392 Import XPath test suite from amachang.art-code.org
3394 Test by Hitoshi Amano <seijro@gmail.com>.
3396 * fast/xpath/xpath-functional-test-expected.txt: Added.
3397 * fast/xpath/xpath-functional-test.html: Added.
3399 2007-11-15 Khoo Yit Phang <khooyp@cs.umd.edu>
3403 http://bugs.webkit.org/show_bug.cgi?id=15988
3404 REGRESSION: XPath preceding-axis query misses nested elements
3406 * fast/xpath/preceding-axis-expected.txt: Added.
3407 * fast/xpath/preceding-axis.xhtml: Added.
3409 2007-11-15 Justin Garcia <justin.garcia@apple.com>
3411 Reviewed by Adele Peterson.
3413 <rdar://problem/5497643> Crash at Node::isDescendantOf when switching out of Edit HTML Source mode
3415 * editing/selection/5497643-expected.txt: Added.
3416 * editing/selection/5497643.html: Added.
3418 2007-11-14 Anders Carlsson <andersca@apple.com>
3422 <rdar://problem/5562470>
3423 openDatabase does not work when the version string is empty
3425 * storage/open-database-empty-version-expected.txt: Added.
3426 * storage/open-database-empty-version.html: Added.
3428 2007-11-14 Alexey Proskuryakov <ap@webkit.org>
3430 Reviewed by Justin Garcia.
3432 http://bugs.webkit.org/show_bug.cgi?id=15781
3433 REGRESSION: Ligatures fail to form when typing in Devanagari (because WebKit can't handle
3434 a marked range that covers half of a composed character sequence)
3436 * platform/mac/editing/input/devanagari-ligature-expected.checksum: Added.
3437 * platform/mac/editing/input/devanagari-ligature-expected.png: Added.
3438 * platform/mac/editing/input/devanagari-ligature-expected.txt: Added.
3439 * platform/mac/editing/input/devanagari-ligature.html: Added.
3441 2007-11-14 Antti Koivisto <antti@apple.com>
3443 Try to make this test less timing dependent.
3445 * http/tests/media/video-play-stall.html:
3447 2007-11-14 Beth Dakin <bdakin@apple.com>
3451 Tests for <rdar://problem/5540855> REGRESSION: Combination of
3452 client-side image map and <a> tag is not working properly (15522)
3455 * fast/images/image-map-anchor-children.html: Added.
3456 * fast/images/resources/boston.gif: Added.
3457 * platform/mac/fast/images/image-map-anchor-children-
3458 expected.checksum: Added.
3459 * platform/mac/fast/images/image-map-anchor-children-expected.png:
3461 * platform/mac/fast/images/image-map-anchor-children-expected.txt:
3464 This test was broken and is fixed now! I had to edit the test
3465 itself because it was written in the html that the two <map>
3466 examples were failing, but now they succeed.
3467 * fast/invalid/residual-style.html:
3468 * platform/mac/fast/invalid/residual-style-expected.checksum:
3469 * platform/mac/fast/invalid/residual-style-expected.png:
3470 * platform/mac/fast/invalid/residual-style-expected.txt:
3472 2007-11-14 Justin Garcia <justin.garcia@apple.com>
3474 Reviewed by Alexey Proskuryakov.
3476 <rdar://problem/5546763> CrashTracer: [USER] 362 crashes at WebCore::DeleteSelectionCommand::mergeParagraphs
3478 * editing/deleting/5546763-expected.txt: Added.
3479 * editing/deleting/5546763.html: Added.
3481 2007-11-14 Anders Carlsson <andersca@apple.com>
3485 <rdar://problem/5309081>
3486 In DRT, "plugin.logDestroy = true" not working on Windows.
3488 Remove now succeeding test from the skipped list.
3490 * platform/win/Skipped:
3492 2007-11-14 Antti Koivisto <antti@apple.com>
3494 Try to make this test less timing dependent.
3496 * media/video-currentTime-set-expected.txt:
3497 * media/video-currentTime-set.html:
3499 2007-11-14 Anders Carlsson <andersca@apple.com>
3503 * platform/win/Skipped:
3504 Remove fast/dom/Window/window-onFocus.html since it succeeds now.
3506 2007-11-13 Brady Eidson <beidson@apple.com>
3510 Fix for http://bugs.webkit.org/show_bug.cgi?id=15976
3512 * storage: Added - There will soon be an entire suite in here!
3513 * storage/transaction_callback_exception_crash-expected.txt: Added.
3514 * storage/transaction_callback_exception_crash.html: Added.
3516 2007-11-13 Adam Roben <aroben@apple.com>
3518 Add the http/tests/media directory to the Windows Skipped file
3520 * platform/win/Skipped:
3522 2007-11-13 Sam Weinig <sam@webkit.org>
3524 Reviewed by Adam Roben.
3526 Fix for <rdar://problem/5382579>
3527 http/tests/security/cross-frame-access-put.html reports large
3528 negative numbers for screenLeft and screenTop (Mac reports "0")
3530 * platform/win/Skipped: remove http/tests/security/cross-frame-access-put.html
3532 2007-11-13 Anders Carlsson <andersca@apple.com>
3536 Make this a text-only test.
3538 * fast/dom/Window/window-onFocus-expected.txt: Added.
3539 * fast/dom/Window/window-onFocus.html:
3540 * platform/mac/fast/dom/Window/window-onFocus-expected.checksum: Removed.
3541 * platform/mac/fast/dom/Window/window-onFocus-expected.png: Removed.
3542 * platform/mac/fast/dom/Window/window-onFocus-expected.txt: Removed.
3544 2007-11-12 Antti Koivisto <antti@apple.com>
3548 - add HTTP media test for stalling load
3549 - update tests that don't specifically test autoplay feature to not use autoplay
3550 attribute since playback may start before event listeners are registered
3552 * http/tests/media: Added.
3553 * http/tests/media/video-load-and-stall.cgi: Added.
3554 * http/tests/media/video-play-stall-expected.txt: Added.
3555 * http/tests/media/video-play-stall.html: Added.
3556 * media/video-autoplay.html:
3557 * media/video-dom-loopstart.html:
3558 * media/video-end.html:
3559 * media/video-loopcount.html:
3560 * media/video-loopend.html:
3561 * media/video-loopstart.html:
3563 2007-11-13 Darin Adler <darin@apple.com>
3567 - test for http://bugs.webkit.org/show_bug.cgi?id=11231
3568 RegExp bug when handling newline characters and other regular expression
3569 behavior that is different for JavaScript and PCRE
3571 * fast/js/regexp-no-extensions-expected.txt: Added.
3572 * fast/js/regexp-no-extensions.html: Added.
3573 * fast/js/resources/regexp-no-extensions.js: Added.
3575 2007-11-12 Dan Bernstein <mitz@apple.com>
3577 Reviewed by Darin Adler.
3579 - no-repaint test for <http://bugs.webkit.org/show_bug.cgi?id=15890>
3580 Most of www.aol.com still redraws unnecessarily when headline/photo section changes
3582 * fast/repaint/invisible-objects.html: Added.
3583 * platform/mac/fast/repaint/invisible-objects-expected.checksum: Added.
3584 * platform/mac/fast/repaint/invisible-objects-expected.png: Added.
3585 * platform/mac/fast/repaint/invisible-objects-expected.txt: Added.
3587 2007-11-12 Sam Weinig <sam@webkit.org>
3589 Reviewed by Adam Roben.
3591 * platform/win/Skipped: Remove http/tests/security/cross-frame-acdcess-private-browsing.html
3592 from the windows skipped list now that LayoutTestController.setPrivateBrowsingEnabled has
3595 2007-11-12 Darin Adler <darin@apple.com>
3599 - test for http://bugs.webkit.org/show_bug.cgi?id=15951
3600 REGRESSION: assertion failure in regexp match() when running JS tests
3602 * fast/js/regexp-many-brackets-expected.txt: Added.
3603 * fast/js/regexp-many-brackets.html: Added.
3604 * fast/js/resources/regexp-many-brackets.js: Added.
3606 2007-11-12 Geoffrey Garen <ggaren@apple.com>
3608 Rubber-stamped by Oliver Hunt.
3610 Landing a few layout tests from http://bugs.webkit.org/show_bug.cgi?id=14868
3611 Import variable lookup optimizations from KJS
3613 * fast/js/kde/completion-expected.txt:
3614 * fast/js/kde/resources/completion.js:
3616 2007-11-12 Geoffrey Garen <ggaren@apple.com>
3618 Rubber-stamped by Oliver Hunt.
3620 Landing a few layout tests from http://bugs.webkit.org/show_bug.cgi?id=14868
3621 Import variable lookup optimizations from KJS
3623 * fast/js/kde/completion-expected.txt:
3624 * fast/js/kde/iteration-expected.txt:
3625 * fast/js/kde/resources/completion.js:
3626 * fast/js/kde/resources/iteration.js:
3628 2007-11-12 Geoffrey Garen <ggaren@apple.com>
3630 Rubber-stamped by Oliver Hunt.
3632 Landing a few layout tests from http://bugs.webkit.org/show_bug.cgi?id=14868
3633 Import variable lookup optimizations from KJS
3635 * fast/js/kde/lval-exceptions-expected.txt: Added.
3636 * fast/js/kde/lval-exceptions.html: Added.
3637 * fast/js/kde/operators-expected.txt:
3638 * fast/js/kde/resources/lval-exceptions.js: Added.
3639 * fast/js/kde/resources/operators.js:
3641 2007-11-12 Geoffrey Garen <ggaren@apple.com>
3643 Rubber-stamped by Oliver Hunt.
3645 Landing a few layout tests from http://bugs.webkit.org/show_bug.cgi?id=14868
3646 Import variable lookup optimizations from KJS
3648 * fast/js/kde/func-decl-expected.txt: Added.
3649 * fast/js/kde/func-decl.html: Added.
3650 * fast/js/kde/resources/func-decl.js: Added.
3652 2007-11-12 Geoffrey Garen <ggaren@apple.com>
3654 Rubber-stamped by Oliver Hunt.
3656 Landing a few layout tests from http://bugs.webkit.org/show_bug.cgi?id=14868
3657 Import variable lookup optimizations from KJS
3659 * fast/js/rehash-assign-expected.txt: Added.
3660 * fast/js/rehash-assign.html: Added.
3661 * fast/js/resize-array-assign-expected.txt: Added.
3662 * fast/js/resize-array-assign.html: Added.
3663 * fast/js/resources/rehash-assign.js: Added.
3664 * fast/js/resources/resize-array-assign.js: Added.
3666 2007-11-12 Geoffrey Garen <ggaren@apple.com>
3668 Rubber-stamped by Oliver Hunt.
3670 Landing a few layout tests from http://bugs.webkit.org/show_bug.cgi?id=14868
3671 Import variable lookup optimizations from KJS
3673 * fast/js/kde/arguments-scope-expected.txt: Added.
3674 * fast/js/kde/arguments-scope.html: Added.
3675 * fast/js/kde/resources/arguments-scope.js: Added.
3676 * fast/js/kde/resources/scope.js:
3677 * fast/js/kde/scope-expected.txt:
3679 2007-11-11 Dan Bernstein <mitz@apple.com>
3681 Reviewed by Adam Roben.
3683 - test for http://bugs.webkit.org/show_bug.cgi?id=15942
3684 REGRESSION: Selecting "Edit Html" tab in Blogger causes crash (Assertion failed: isRange())
3686 * editing/selection/cleared-by-relayout-expected.txt: Added.
3687 * editing/selection/cleared-by-relayout.html: Added.
3689 2007-11-11 Antti Koivisto <antti@apple.com>
3693 Add tests for play() and pause() events.
3694 Update one test to match new behavior.
3696 * media/video-currentTime-expected.txt:
3697 * media/video-currentTime.html:
3698 * media/video-pause-empty-events-expected.txt: Added.
3699 * media/video-pause-empty-events.html: Added.
3700 * media/video-play-empty-events-expected.txt: Added.
3701 * media/video-play-empty-events.html: Added.
3702 * media/video-play-pause-events-expected.txt: Added.
3703 * media/video-play-pause-events.html: Added.
3704 * media/video-play-pause-exception-expected.txt: Added
3705 * media/video-play-pause-exception.html: Added
3706 * media/video-test.js:
3708 2007-11-11 Nikolas Zimmermann <zimmermann@kde.org>
3712 Add some basic tests to check alignment-baseline / dominant-baseline functionality.
3714 * platform/mac/svg/custom/alignment-baseline-modes-expected.checksum: Added.
3715 * platform/mac/svg/custom/alignment-baseline-modes-expected.png: Added.
3716 * platform/mac/svg/custom/alignment-baseline-modes-expected.txt: Added.
3717 * platform/mac/svg/custom/dominant-baseline-hanging-expected.checksum: Added.
3718 * platform/mac/svg/custom/dominant-baseline-hanging-expected.png: Added.
3719 * platform/mac/svg/custom/dominant-baseline-hanging-expected.txt: Added.
3720 * platform/mac/svg/custom/dominant-baseline-modes-expected.checksum: Added.
3721 * platform/mac/svg/custom/dominant-baseline-modes-expected.png: Added.
3722 * platform/mac/svg/custom/dominant-baseline-modes-expected.txt: Added.
3724 2007-11-11 Adam Roben <aroben@apple.com>
3726 Remove a now-passing test from the Windows Skipped file
3730 * platform/win/Skipped:
3732 2007-11-10 Darin Adler <darin@apple.com>
3734 * platform/win/fast/dom/Window/window-properties-expected.txt: Update for
3735 fix for http://bugs.webkit.org/show_bug.cgi?id=15922.
3737 2007-11-10 Nikolas Zimmermann <zimmermann@kde.org>
3741 Update SVG layout test results after landing the vertical text support fixes.
3743 * platform/mac/svg/W3C-SVG-1.1/text-align-05-b-expected.checksum:
3744 * platform/mac/svg/W3C-SVG-1.1/text-align-05-b-expected.png:
3745 * platform/mac/svg/W3C-SVG-1.1/text-align-05-b-expected.txt:
3746 * platform/mac/svg/W3C-SVG-1.1/text-align-06-b-expected.checksum:
3747 * platform/mac/svg/W3C-SVG-1.1/text-align-06-b-expected.png:
3748 * platform/mac/svg/W3C-SVG-1.1/text-align-06-b-expected.txt:
3749 * svg/batik/text/textGlyphOrientationHorizontal-expected.txt:
3750 * svg/batik/text/verticalText-expected.checksum:
3751 * svg/batik/text/verticalText-expected.png:
3752 * svg/batik/text/verticalText-expected.txt:
3753 * svg/batik/text/verticalTextOnPath-expected.checksum:
3754 * svg/batik/text/verticalTextOnPath-expected.png:
3755 * svg/batik/text/verticalTextOnPath-expected.txt:
3756 * svg/text/text-align-05-b-expected.txt:
3757 * svg/text/text-align-06-b-expected.txt:
3758 * svg/text/text-path-01-b-expected.checksum:
3759 * svg/text/text-path-01-b-expected.png:
3761 2007-11-10 Nikolas Zimmermann <zimmermann@kde.org>
3763 Rubberstamped by Eric.
3765 Update some SVG pixel test results - which show changes lately -> repainting fixes.
3767 * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.checksum:
3768 * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.png:
3769 * platform/mac/svg/custom/junk-data-expected.checksum:
3770 * platform/mac/svg/custom/junk-data-expected.png:
3771 * platform/mac/svg/custom/missing-xlink-expected.checksum:
3772 * platform/mac/svg/custom/missing-xlink-expected.png:
3773 * platform/mac/svg/hixie/error/012-expected.checksum:
3774 * platform/mac/svg/hixie/error/012-expected.png:
3776 2007-11-10 Darin Adler <darin@apple.com>
3780 - test for http://bugs.webkit.org/show_bug.cgi?id=15927
3781 delete a.c followed by __defineGetter__("c", ...) incorrectly deletes another property
3783 * fast/js/delete-then-put-expected.txt: Added.
3784 * fast/js/delete-then-put.html: Added.
3785 * fast/js/resources/delete-then-put.js: Added.
3787 2007-11-10 Sam Weinig <sam@webkit.org>
3789 Reviewed by Tim Hatcher.
3791 Follow up to <rdar://problem/5394877> Safari should not log unsafe JavaScript
3792 attempts when in private browsing mode (only an issue if Log JavaScript Exceptions
3795 Test using the new LayoutTestController.setPrivateBrowsingEnabled(bool)
3797 * http/tests/security/cross-frame-access-private-browsing-expected.txt: Added.
3798 * http/tests/security/cross-frame-access-private-browsing.html: Added.
3799 * platform/win/Skipped: Add new test to windows skip list until we have an
3800 implementation of LayoutTestController.setPrivateBrowsingEnabled(bool) for it.
3802 2007-11-10 Alexey Proskuryakov <ap@webkit.org>
3806 http://bugs.webkit.org/show_bug.cgi?id=15922
3807 Implement more of Mozilla Selection API
3809 * editing/selection/containsNode-expected.txt: Added.
3810 * editing/selection/containsNode.html: Added.
3811 * editing/selection/deleteFromDocument-expected.txt: Added.
3812 * editing/selection/deleteFromDocument.html: Added.
3813 * editing/selection/extend-expected.txt: Added.
3814 * editing/selection/extend.html: Added.
3815 * editing/selection/selectAllChildren-expected.txt: Added.
3816 * editing/selection/selectAllChildren.html: Added.
3817 * fast/dom/Window/window-properties-expected.txt:
3819 2007-11-10 Alexey Proskuryakov <ap@webkit.org>
3823 http://bugs.webkit.org/show_bug.cgi?id=15892
3824 DOM Range operations are not implemented for ProcessingInstruction nodes
3826 * fast/dom/Range/range-processing-instructions-expected.txt: Added.
3827 * fast/dom/Range/range-processing-instructions.html: Added.
3829 2007-11-09 Tristan O'Tierney <tristan@apple.com>
3831 Reviewed by Sam Weinig.
3833 * fast/dom/Window/window-resize-nan.html: Removed.
3834 * fast/dom/Window/window-resize-nan.html-disabled: Copied from fast/dom/Window/window-resize-nan.html.
3836 Disabled nan test until window resize issues can be resolved.
3838 2007-11-08 Adam Roben <aroben@apple.com>
3840 Add a test for <rdar://5483519> Pressing Enter on selected buttons should fire onclick
3844 * fast/forms/enter-clicks-buttons-expected.txt: Added.
3845 * fast/forms/enter-clicks-buttons.html: Added.
3847 2007-11-09 Dan Bernstein <mitz@apple.com>
3849 Reviewed by Antti Koivisto.
3851 - test that dynamically changing a descendant of an invisible layer to
3854 * fast/layers/layer-content-visibility-change.html: Added.
3855 * platform/mac/fast/layers/layer-content-visibility-change-expected.checksum: Added.
3856 * platform/mac/fast/layers/layer-content-visibility-change-expected.png: Added.
3857 * platform/mac/fast/layers/layer-content-visibility-change-expected.txt: Added.
3859 2007-11-09 Beth Dakin <bdakin@apple.com>
3863 Test for <rdar://problem/5586370> CSS Transform - incorrect matrix
3864 math leads to crazy problems
3866 * fast/transforms/identity-matrix.html: Added.
3867 * platform/mac/fast/transforms/identity-matrix-expected.checksum: Added.
3868 * platform/mac/fast/transforms/identity-matrix-expected.png: Added.
3869 * platform/mac/fast/transforms/identity-matrix-expected.txt: Added.
3871 2007-11-08 Oliver Hunt <oliver@apple.com>
3875 Layout test to guard against bit operation regressions.
3877 * fast/js/bitwise-and-on-undefined-expected.txt: Added.
3878 * fast/js/bitwise-and-on-undefined.html: Added.
3880 2007-11-08 Dan Bernstein <mitz@apple.com>
3882 Reviewed by Beth Dakin.
3884 - test for <rdar://problem/5491922> REGRESSION (Safari 2-3): Flash-based "Cash Optimizer" on etrade.com does not draw completely
3886 * fast/dom/length-attribute-mapping-expected.txt: Added.
3887 * fast/dom/length-attribute-mapping.html: Added.
3889 2007-11-08 Darin Adler <darin@apple.com>
3893 - test changes for <rdar://problem/5552943> accesskey does not focus <button> elements
3895 * fast/forms/access-key.html: Check for both focus and click events on all elements, but
3896 resisted the urge to switch to the American spelling for "focused".
3898 * fast/forms/access-key-expected.txt: Updated to reflect the bug fix ("1 button focussed"),
3899 the fact that <input type=button>, <input type=checkbox>, <input type=submit>, and
3900 <input type=reset> are all both focused and clicked ("2 input type button clicked",
3901 "3 input type checkbox clicked", "5 input type submit focussed", and
3902 "6 input type reset focussed"). Unfortunately this now also demonstrates that we don't
3903 send a click to <input type=text> and Gecko does. And there are still quite a few types
3904 that are not covered.
3906 2007-11-07 David Kilzer <ddkilzer@apple.com>
3908 WebKit confuses width/height for Media Queries device-aspect-ratio evaluation
3909 <http://bugs.webkit.org/show_bug.cgi?id=14893>
3910 <rdar://problem/5380295>
3914 Each of the following tests creates a <link> element and dynamically sets its
3915 media query based on the aspect ratio (width/height) of the current screen.
3916 When the <link> element is attached to the <head> node, the test expects the
3917 stylesheet to be loaded for the test to pass.
3919 * fast/css/device-aspect-ratio-expected.txt: Added.
3920 * fast/css/device-aspect-ratio.html: Added.
3922 This test sets the device-aspect-ratio to the current size of the screen.
3923 NOTE: This test passed before the fix.
3925 * fast/css/max-device-aspect-ratio-expected.txt: Added.
3926 * fast/css/max-device-aspect-ratio.html: Added.
3928 This test sets the max-device-aspect ratio to 100/1 for landscape monitors or
3929 1/1 for portrait (or square) monitors.
3930 NOTE: This test failed before the fix.
3932 * fast/css/min-device-aspect-ratio-expected.txt: Added.
3933 * fast/css/min-device-aspect-ratio.html: Added.
3935 This test sets the min-device-aspect ratio to 1/1 for landscape monitors or
3936 1/100 for portrait (or square) monitors.
3937 NOTE: This test failed before the fix.
3939 * fast/css/resources/device-aspect-ratio.css: Added.
3941 2007-11-07 Dan Bernstein <mitz@apple.com>
3943 Reviewed by Dave Hyatt.
3945 - test for http://bugs.webkit.org/show_bug.cgi?id=15887
3946 REGRESSION (r27576): Crash in RenderStyle::affectedByHoverRules clicking link on Digg
3948 * fast/css/display-none-inline-style-change-crash-expected.txt: Added.
3949 * fast/css/display-none-inline-style-change-crash.html: Added.
3951 2007-11-07 Dan Bernstein <mitz@apple.com>
3953 Reviewed by Darin Adler.
3955 - test that CSS rules with :hover in the ancestor chain continue to work
3956 after changing the inline style declaration of the ancestor
3958 * fast/css/affected-by-hover-after-style-change.html: Added.
3959 * platform/mac/fast/css/affected-by-hover-after-style-change-expected.checksum: Added.
3960 * platform/mac/fast/css/affected-by-hover-after-style-change-expected.png: Added.
3961 * platform/mac/fast/css/affected-by-hover-after-style-change-expected.txt: Added.
3963 2007-11-06 Geoffrey Garen <ggaren@apple.com>
3965 Reviewed by Darin Adler.
3967 Beefed up the RegExp.compile testcase to cover a mistake in the
3968 original check-in and a mistake I made while developing my new patch.
3970 * fast/js/resources/regexp-compile.js:
3972 2007-11-07 Lars Knoll <lars@trolltech.com>
3976 don't put nbsp's into the plan text paste
3978 Fix both ClipboardQt and PasteboardQt to replace
3979 nbsp's with spaces before putting the text onto the
3980 native clipboard. This is consistent with Mac and Win
3981 and fixes at least editing/pasteboard/4076267-3.html
3983 * platform/qt/Skipped:
3984 * platform/qt/editing/pasteboard/4076267-3-expected.txt: Added.
3986 2007-11-07 Lars Knoll <lars@trolltech.com>
3990 update test results after the last commit.
3992 * platform/qt/css1/box_properties/acid_test-expected.txt:
3993 * platform/qt/css2.1/t09-c5526c-display-00-e-expected.txt:
3994 * platform/qt/fast/block/basic/011-expected.txt:
3995 * platform/qt/fast/block/margin-collapse/103-expected.txt:
3996 * platform/qt/fast/dom/HTMLInputElement/input-image-alt-text-expected.txt:
3997 * platform/qt/fast/forms/002-expected.txt:
3998 * platform/qt/fast/forms/005-expected.txt:
3999 * platform/qt/fast/forms/checkbox-radio-onchange-expected.txt:
4000 * platform/qt/fast/forms/formmove-expected.txt:
4001 * platform/qt/fast/forms/formmove2-expected.txt:
4002 * platform/qt/fast/forms/input-align-image-expected.txt:
4003 * platform/qt/fast/forms/input-appearance-height-expected.txt:
4004 * platform/qt/fast/forms/input-type-change-expected.txt:
4005 * platform/qt/fast/forms/preserveFormDuringResidualStyle-expected.txt:
4006 * platform/qt/fast/forms/radio-attr-order-expected.txt:
4007 * platform/qt/fast/forms/radio-nested-labels-expected.txt:
4008 * platform/qt/fast/forms/radio_checked-expected.txt:
4009 * platform/qt/fast/forms/radio_checked_dynamic-expected.txt:
4010 * platform/qt/fast/forms/search-cancel-button-style-sharing-expected.txt:
4011 * platform/qt/fast/forms/searchfield-heights-expected.txt:
4012 * platform/qt/fast/forms/slider-thumb-shared-style-expected.txt:
4013 * platform/qt/fast/forms/slider-thumb-stylability-expected.txt:
4014 * platform/qt/fast/inline/positionedLifetime-expected.txt:
4015 * platform/qt/fast/replaced/width100percent-radio-expected.txt:
4016 * platform/qt/fast/replaced/width100percent-searchfield-expected.txt:
4017 * platform/qt/tables/mozilla/bugs/bug1318-expected.txt:
4018 * platform/qt/tables/mozilla/bugs/bug19599-expected.txt:
4019 * platform/qt/tables/mozilla/bugs/bug24200-expected.txt:
4020 * platform/qt/tables/mozilla/bugs/bug4527-expected.txt:
4021 * platform/qt/tables/mozilla_expected_failures/core/captions1-expected.txt:
4022 * platform/qt/tables/mozilla_expected_failures/core/captions2-expected.txt:
4024 2007-11-07 Lars Knoll <lars@trolltech.com>
4028 Update the list of skipped tests.
4030 Three more tests are passing.
4032 * platform/qt/Skipped:
4034 2007-11-07 Lars Knoll <lars@trolltech.com>
4038 add more passing test cases.
4040 * platform/qt/Skipped:
4041 * platform/qt/editing/inserting/insert-3907422-fix-expected.txt: Added.
4042 * platform/qt/editing/pasteboard/3976872-expected.txt: Added.
4043 * platform/qt/editing/pasteboard/4242293-1-expected.txt: Added.
4044 * platform/qt/editing/pasteboard/4242293-expected.txt: Added.
4045 * platform/qt/editing/pasteboard/4631972-expected.txt: Added.
4046 * platform/qt/editing/pasteboard/4641033-expected.txt: Added.
4047 * platform/qt/editing/pasteboard/4700297-expected.txt: Added.
4048 * platform/qt/editing/pasteboard/4806874-expected.txt: Added.
4049 * platform/qt/editing/pasteboard/4840662-expected.txt: Added.
4050 * platform/qt/editing/pasteboard/4944770-1-expected.txt: Added.
4051 * platform/qt/editing/pasteboard/4989774-expected.txt: Added.
4052 * platform/qt/editing/pasteboard/5006779-expected.txt: Added.
4053 * platform/qt/editing/pasteboard/5027857-expected.txt: Added.
4054 * platform/qt/editing/pasteboard/5032095-expected.txt: Added.