1 2007-12-22 Nikolas Zimmermann <zimmermann@kde.org>
5 Fixes: http://bugs.webkit.org/show_bug.cgi?id=15966 (Crash in SVGRootInlineBox::walkTextChunks() on mouse hover)
7 Add new layout test foreignObject-crash-on-hover.xml verifying debug builds don't hit an assertion anymore.
9 * platform/mac/svg/custom/foreignObject-crash-on-hover-expected.checksum: Added.
10 * platform/mac/svg/custom/foreignObject-crash-on-hover-expected.png: Added.
11 * platform/mac/svg/custom/foreignObject-crash-on-hover-expected.txt: Added.
12 * svg/custom/foreignObject-crash-on-hover.xml: Added.
14 2007-12-21 Sam Weinig <sam@webkit.org>
18 Fix another mistaken duplication, this time in cross-frame-access-parent-explicit-domain.html,
19 that was causing intermittent failures.
21 * http/tests/security/cross-frame-access-parent-explicit-domain-expected.txt:
22 * http/tests/security/cross-frame-access-parent-explicit-domain.html:
23 * http/tests/security/cross-frame-access-port-explicit-domain-expected.txt:
25 2007-12-21 Sam Weinig <sam@webkit.org>
27 Reviewed by Dan Bernstein.
29 Fix mistaken duplication in cross-frame-access-child-explicit-domain.html that was causing
30 intermittent failures.
32 * http/tests/security/cross-frame-access-child-explicit-domain-expected.txt:
33 * http/tests/security/cross-frame-access-child-explicit-domain.html:
34 * http/tests/security/cross-frame-access-custom-expected.txt:
36 2007-12-21 Alexey Proskuryakov <ap@webkit.org>
40 <rdar://problem/5629995> Incorrect display of Danish characters on web site.
42 * http/tests/xmlhttprequest/resources/utf-8-no-charset.html: Added.
43 * http/tests/xmlhttprequest/response-encoding-expected.txt:
44 * http/tests/xmlhttprequest/response-encoding.html:
46 2007-12-20 Justin Garcia <justin.garcia@apple.com>
48 Reviewed by Oliver Hunt.
50 <rdar://problem/5543472> GoogleDocs: Safari hangs when creating a list from a particular selection
52 * editing/execCommand/5543472-1-expected.txt: Added.
53 * editing/execCommand/5543472-1.html: Added.
54 * editing/execCommand/5543472-2-expected.txt: Added.
55 * editing/execCommand/5543472-2.html: Added.
56 * editing/execCommand/5543472-3-expected.txt: Added.
57 * editing/execCommand/5543472-3.html: Added.
59 2007-12-20 Dan Bernstein <mitz@apple.com>
61 Reviewed by John Sullivan.
63 - reorganize skipped test list
65 * platform/win/Skipped:
67 2007-12-20 Adam Barth <hk9565@gmail.com>
69 Reviewed and landed by Sam Weinig.
71 Update LayoutTests for http://bugs.webkit.org/show_bug.cgi?id=15313
73 * http/tests/security/cross-frame-access-child-explicit-domain-expected.txt: Added.
74 * http/tests/security/cross-frame-access-child-explicit-domain.html: Added.
75 * http/tests/security/cross-frame-access-custom-expected.txt:
76 * http/tests/security/cross-frame-access-parent-explicit-domain-expected.txt: Added.
77 * http/tests/security/cross-frame-access-parent-explicit-domain.html: Added.
78 * http/tests/security/cross-frame-access-port-explicit-domain-expected.txt:
79 * http/tests/security/cross-frame-access-protocol-explicit-domain-expected.txt:
80 * http/tests/security/cross-frame-access-protocol-explicit-domain.html:
82 2007-12-20 johnnyding.webkit <johnnyding.webkit@gmail.com>
84 Reviewed by Alexey. Landed by Stephanie.
86 - bug http://bugs.webkit.org/show_bug.cgi?id=16179 | <rdar://problem/5619399>
87 Test for unicode characters which is great than 255 are in HTML attribute name
89 * fast/parser/test-unicode-characters-in-attribute-name-expected.txt: Added.
90 * fast/parser/test-unicode-characters-in-attribute-name.html: Added.
92 2007-12-20 Eric Seidel <eric@webkit.org>
94 Reviewed by Nikolas Zimmermann.
96 WebKit claims to support SVG feature strings it shouldn't
97 http://bugs.webkit.org/show_bug.cgi?id=15480
99 * platform/mac/svg/W3C-SVG-1.1/struct-cond-03-t-expected.checksum:
100 * platform/mac/svg/W3C-SVG-1.1/struct-cond-03-t-expected.png:
101 * platform/mac/svg/W3C-SVG-1.1/struct-cond-03-t-expected.txt:
102 * platform/mac/svg/W3C-SVG-1.1/struct-image-02-b-expected.checksum:
103 * platform/mac/svg/W3C-SVG-1.1/struct-image-02-b-expected.png:
104 * platform/mac/svg/W3C-SVG-1.1/struct-image-02-b-expected.txt:
105 * svg/custom/svg-features-expected.txt:
106 * svg/custom/svg-features.html:
108 2007-12-17 Tony Chang <idealisms@gmail.com>
112 Test for http://bugs.webkit.org/show_bug.cgi?id=16479
113 Reset the drag state on non-mac platforms.
115 * fast/text/reset-drag-on-mouse-down.html: Added.
116 * platform/mac/fast/text/reset-drag-on-mouse-down-expected.txt: Added.
118 2007-12-19 Geoffrey Garen <ggaren@apple.com>
120 Reviewed by Oliver Hunt.
122 Added some tests to verify some of the changes I made while optimizing
123 global access to global variables.
125 * fast/dom/Window/resources/window-property-clearing-iframe0.html: Added.
126 * fast/dom/Window/resources/window-property-clearing-iframe1.html: Added.
127 * fast/dom/Window/window-property-clearing-expected.txt: Added.
128 * fast/dom/Window/window-property-clearing.html: Added.
129 * fast/dom/getter-on-window-object2-expected.txt: Added.
130 * fast/dom/getter-on-window-object2.html: Added.
132 Checked in failing results for these const tests. The symbol table
133 optimization broke const. (We didn't know this before because our only
134 tests used global variables.)
136 * fast/js/const-expected.txt:
137 * fast/js/kde/const-expected.txt:
139 * fast/js/resources/for-in-avoid-duplicates.js: Fixed a typo I noticed.
140 Not related to this patch.
142 * fast/dom/Window/window-property-shadowing.html: Changed this test to
143 use "this" instead of "window". The fact that "window" worked before,
144 despite an overriding / shadowing var declaration, was a bug.
146 2007-12-19 Dan Bernstein <mitz@apple.com>
148 - remove two more tests that pass now due to changed font fallback
150 * platform/win/Skipped:
152 2007-12-19 Dan Bernstein <mitz@apple.com>
154 - remove passing tests following the change to font fallback
156 * platform/win/Skipped: Removed tests that failed only because they
157 specified as primary font family a font family that was not available
158 on Windows and therefore were rendered using the platform last resort
159 font, Times New Roman. Now they are rendered using the 'standard'
160 font family, which is set to Times on both Mac and Windows when running
163 2007-12-19 Alice Liu <alice.liu@apple.com>
167 Fixed <rdar://problem/5592485> Safari crashed trying to get a motorcycle insurance quote
168 on Geico.com WebCore::Document::inPageCache()
170 * fast/events/nested-event-remove-node-crash-expected.txt: Added.
171 * fast/events/nested-event-remove-node-crash.html: Added.
173 2007-12-19 Andre Boule <aboule@apple.com>
175 Reviewed by Dan Bernstein.
177 Adding tests for canvas compositing modes to make sure the results don't change after:
178 <rdar://problem/5640059> GraphicsContext::setCompositeOperation should use CGContextSetBlendMode
180 The following compositing modes don't pass however that is covered by another bug:
186 <rdar://problem/5651783> Some canvas tag compositing modes don't render correctly
188 * fast/canvas/canvas-composite.html: Added.
189 * platform/mac/fast/canvas/canvas-composite-expected.checksum: Added.
190 * platform/mac/fast/canvas/canvas-composite-expected.png: Added.
191 * platform/mac/fast/canvas/canvas-composite-expected.txt: Added.
193 2007-12-19 Dan Bernstein <mitz@apple.com>
195 Reviewed by Dave Hyatt.
197 - test for <rdar://problem/5650045> REGRESSION: major layout problems in svn r28754 WebKit on Vox.com page
199 * fast/dynamic/subtree-boundary-percent-height.html: Added.
200 * platform/mac/fast/dynamic/subtree-boundary-percent-height-expected.checksum: Added.
201 * platform/mac/fast/dynamic/subtree-boundary-percent-height-expected.png: Added.
202 * platform/mac/fast/dynamic/subtree-boundary-percent-height-expected.txt: Added.
204 2007-12-18 Beth Dakin <bdakin@apple.com>
208 Test for <rdar://problem/5616982> SVGs with width and height 100%
209 fail to render when used as <img> or CSS image (16167)
211 * fast/images/resources/green-relative-size-rect.svg: Added.
212 * fast/images/svg-as-relative-image.html: Added.
213 * platform/mac/fast/images/svg-as-relative-image-expected.checksum: Added.
214 * platform/mac/fast/images/svg-as-relative-image-expected.png: Added.
215 * platform/mac/fast/images/svg-as-relative-image-expected.txt: Added.
217 2007-12-18 Dan Bernstein <mitz@apple.com>
219 Reviewed by John Sullivan.
221 - remove passing test and reclassify one failing test
223 * platform/win/Skipped: Removed fast/text/international/002.html.
225 2007-12-18 Sam Weinig <sam@webkit.org>
227 Reviewed by Geoffrey.
229 - Temporarily remove calls that are causing subsequent tests in DRT to fail.
230 Filled http://bugs.webkit.org/show_bug.cgi?id=16510 to track the issue.
232 * http/tests/security/cross-frame-access-history-expected.txt:
233 * http/tests/security/cross-frame-access-history.html:
235 2007-12-18 Darin Adler <darin@apple.com>
237 - fix failing regression test
239 * fast/regex/resources/TEMPLATE.html: Updated this template -- I accidentally landed
240 the one that was copied without updating the paths.
241 * fast/regex/slow.html: Regenerated.
243 2007-12-18 Alice Liu <alice.liu@apple.com>
247 Fixed <rdar://problem/5646454> REGRESSION: dom/xhtml/level2/html/HTMLDocument12 fails on Leopard
249 * fast/cookies/local-file-can-set-cookies.html:
250 cookies are matched by domain and path, and since layout tests are file URLs,
251 they all match on domain. setting a cookie without specifying the path will
252 make CFNetwork pick up the path from the URL automatically. Since
253 fast/cookies/local-file-can-set-cookies.html set a specific path of /, that
254 cookie will be set for EVERY local file loaded in Safari. removing that
255 component from the cookie string will fix the problem.
257 2007-12-18 Darin Adler <darin@apple.com>
261 - test for http://bugs.webkit.org/show_bug.cgi?id=16458
262 REGRESSION (r28164): regular expressions can now hang due to lack of a match limit
264 * fast/regex/resources: Added.
265 * fast/regex/resources/TEMPLATE.html: Copied from fast/js/resources/TEMPLATE.html.
266 * fast/regex/resources/slow.js: Added.
267 * fast/regex/slow-expected.txt: Added.
268 * fast/regex/slow.html: Added.
270 2007-12-18 Dan Bernstein <mitz@apple.com>
272 Reviewed by John Sullivan.
274 - remove passing test
276 * platform/win/Skipped: Removed fast/text/international/wrap-CJK-001.html
278 2007-12-17 Alice Liu <alice.liu@apple.com>
282 Test for <rdar://problem/5566435> window with no scrollbars can still be scrolled with wheelevent
284 * fast/events/attempt-scroll-with-no-scrollbars-expected.txt: Added.
285 * fast/events/attempt-scroll-with-no-scrollbars.html: Added.
286 * platform/mac/Skipped:
287 Adding to mac Skipped list because of <rdar://problem/5643675> window.scrollTo scrolls a window with no scrollbars
288 * platform/win/Skipped:
289 Adding to win Skipped list because of <rdar://problem/5132009> Windows DRT does not support multiple windows
291 2007-12-17 Darin Adler <darin@apple.com>
293 - disabling this test until we can find a way to make it pass on diverse machines
295 * fast/css/css2-system-color.html: Removed.
296 * fast/css/css2-system-color.html-disabled: Copied from fast/css/css2-system-color.html.
298 2007-12-17 Anders Carlsson <andersca@apple.com>
300 Fix argument to window.open.
302 * http/tests/misc/window-open-then-write.html:
304 2007-12-17 Mark Rowe <mrowe@apple.com>
306 Update test results after r28812.
308 * platform/mac-tiger/fast/css/css2-system-color-expected.txt:
309 * platform/mac/fast/css/css2-system-color-expected.txt:
311 2007-12-17 Alexey Proskuryakov <ap@webkit.org>
315 Live to the promise of never making AppKit special character codes visible via DOM.
317 * fast/events/arrow-keys-on-body-expected.txt: Added.
318 * fast/events/arrow-keys-on-body.html: Added.
320 2007-12-16 Darin Adler <darin@apple.com>
322 * fast/js/regexp-overflow-expected.txt: Updated. I accidentally checked in an
323 out-of-date file last time.
325 2007-12-16 Darin Adler <darin@apple.com>
329 - test for http://bugs.webkit.org/show_bug.cgi?id=16459
330 REGRESSION: assertion failure with regexp with \B in a case-ignoring character range
331 <rdar://problem/5646361>
333 * fast/js/regexp-overflow-expected.txt: Updated.
334 * fast/js/resources/regexp-overflow.js: Added test cases.
336 2007-12-16 Darin Adler <darin@apple.com>
340 - tests for the argument handling of the executeSql function
342 * storage/execute-sql-args-expected.txt: Added.
343 * storage/execute-sql-args.html: Added.
345 2007-12-16 Darin Adler <darin@apple.com>
347 - try to get the system color test passing on the buildbot
349 I fear this test may be vulnerable to slight platform differences.
351 * platform/mac-tiger/fast: Added.
352 * platform/mac-tiger/fast/css: Added.
353 * platform/mac-tiger/fast/css/css2-system-color-expected.checksum: Copied from platform/mac/fast/css/css2-system-color-expected.checksum.
354 * platform/mac-tiger/fast/css/css2-system-color-expected.png: Copied from platform/mac/fast/css/css2-system-color-expected.png.
355 * platform/mac-tiger/fast/css/css2-system-color-expected.txt: Copied from platform/mac/fast/css/css2-system-color-expected.txt.
356 Then updated to match what the buildbot says.
358 * platform/mac/fast/css/css2-system-color-expected.txt: Updated to match
359 results I'm getting locally on my Leopard machine.
361 2007-12-16 Beth Dakin <bdakin@apple.com>
365 Tests for SVG as border-image.
367 * fast/borders/resources/green-fixed-size-rect.svg: Added.
368 * fast/borders/resources/green-relative-size-rect.svg: Added.
369 * fast/borders/svg-as-border-image-2.html: Added.
370 * fast/borders/svg-as-border-image.html: Added.
371 * platform/mac/fast/borders/svg-as-border-image-2-expected.checksum: Added.
372 * platform/mac/fast/borders/svg-as-border-image-2-expected.png: Added.
373 * platform/mac/fast/borders/svg-as-border-image-2-expected.txt: Added.
374 * platform/mac/fast/borders/svg-as-border-image-expected.checksum: Added.
375 * platform/mac/fast/borders/svg-as-border-image-expected.png: Added.
376 * platform/mac/fast/borders/svg-as-border-image-expected.txt: Added.
378 2007-12-16 Andrew Wellington <proton@wiretapped.net>
382 http://bugs.webkit.org/show_bug.cgi?id=6129
383 Incomplete implementation of CSS 2.1 system colors
385 Add layout test for this bug and update tests for new system-derived colors
387 * fast/css/css2-system-color.html: Added.
388 * platform/mac/fast/css/css2-system-color-expected.checksum: Added.
389 * platform/mac/fast/css/css2-system-color-expected.png: Added.
390 * platform/mac/fast/css/css2-system-color-expected.txt: Added.
391 * platform/mac/fast/css/css2-system-fonts-expected.checksum:
392 * platform/mac/tables/mozilla/bugs/bug103533-expected.txt:
394 2007-12-16 Dan Bernstein <mitz@apple.com>
396 Reviewed by Darin Adler.
398 - test for http://bugs.webkit.org/show_bug.cgi?id=16426
399 Divs with overflow:auto: scrollbars not correctly updated when contents change
401 * fast/overflow/scrollbar-position-update.html: Added.
402 * platform/mac-leopard/fast/overflow: Added.
403 * platform/mac-leopard/fast/overflow/scrollbar-position-update-expected.checksum: Added.
404 * platform/mac-leopard/fast/overflow/scrollbar-position-update-expected.png: Added.
405 * platform/mac/fast/overflow/scrollbar-position-update-expected.txt: Added.
407 2007-12-15 Darin Adler <darin@apple.com>
409 Disabled the smallFonts.svg test, which has been failing for weeks. I heard that Niko
410 is going to fix this soon. He should rename it back at that time.
412 Removed the svn:executable flag from many .svg, .png, and .css files that had it set
415 * svg/batik/text/smallFonts.svg: Removed.
416 * svg/batik/text/smallFonts.svg-disabled: Copied from svg/batik/text/smallFonts.svg.
418 2007-12-15 Eric Seidel <eric@webkit.org>
422 Width of SVG elements not applied to container elements
423 http://bugs.webkit.org/show_bug.cgi?id=16305
425 * platform/mac/svg/css/css-box-min-width-expected.checksum: Added.
426 * platform/mac/svg/css/css-box-min-width-expected.png: Added.
427 * platform/mac/svg/css/css-box-min-width-expected.txt: Added.
428 * svg/css/css-box-min-width.html: Added.
430 2007-12-15 Alp Toker <alp@atoker.com>
432 http://bugs.webkit.org/show_bug.cgi?id=16449
433 cairo_arc() functions hang or crash when passed inf as radius or start/end angle
435 Fixed in r28751. Remove these tests from the skip list:
436 fast/canvas/arc-crash.html
437 fast/canvas/canvas-with-incorrect-args.html
439 * platform/gtk/Skipped:
441 2007-12-05 Mark Rowe <mrowe@apple.com>
443 Reviewed by Alp Toker.
445 Add a skeleton Gtk skipped list containing only tests that hang run-webkit-tests.
447 * platform/gtk/Skipped: Added.
449 2007-12-15 Alexey Proskuryakov <ap@webkit.org>
453 http://bugs.webkit.org/show_bug.cgi?id=16436
454 Alt+Space works incorrectly
456 * platform/win/fast/events/alt-space-scroll-expected.txt: Added.
457 * platform/win/fast/events/alt-space-scroll.html: Added.
459 2007-12-14 Dan Bernstein <mitz@apple.com>
461 - share the results of this test between Tiger and Leopard
463 * platform/mac-leopard/fast/text/international/bidi-control-chars-treated-as-ZWS-expected.txt: Removed.
464 * 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.
466 2007-12-14 Anders Carlsson <andersca@apple.com>
470 Add test that calls window.open and then immediately writes into the document
471 of the newly opened window.
473 * http/tests/misc/resources/compass.jpg: Added.
474 * http/tests/misc/window-open-then-write-expected.txt: Added.
475 * http/tests/misc/window-open-then-write.html: Added.
476 * platform/win/Skipped:
478 2007-12-14 David Smith <catfish.man@gmail.com>
482 - test for http://bugs.webkit.org/show_bug.cgi?id=14955
483 Implement getElementsByClassName
485 Tests added from http://tc.labs.opera.com/apis/getElementsByClassName/
487 * fast/dom/Window/window-properties-expected.txt:
488 * fast/dom/getElementsByClassName: Added.
489 * fast/dom/getElementsByClassName/001-expected.txt: Added.
490 * fast/dom/getElementsByClassName/001.html: Added.
491 * fast/dom/getElementsByClassName/002-expected.txt: Added.
492 * fast/dom/getElementsByClassName/002.html: Added.
493 * fast/dom/getElementsByClassName/003-expected.txt: Added.
494 * fast/dom/getElementsByClassName/003.html: Added.
495 * fast/dom/getElementsByClassName/004-expected.txt: Added.
496 * fast/dom/getElementsByClassName/004.html: Added.
497 * fast/dom/getElementsByClassName/005-expected.txt: Added.
498 * fast/dom/getElementsByClassName/005.html: Added.
499 * fast/dom/getElementsByClassName/006-expected.txt: Added.
500 * fast/dom/getElementsByClassName/006.html: Added.
501 * fast/dom/getElementsByClassName/007-expected.txt: Added.
502 * fast/dom/getElementsByClassName/007.html: Added.
503 * fast/dom/getElementsByClassName/008-expected.txt: Added.
504 * fast/dom/getElementsByClassName/008.html: Added.
505 * fast/dom/getElementsByClassName/009-expected.txt: Added.
506 * fast/dom/getElementsByClassName/009.html: Added.
507 * fast/dom/getElementsByClassName/010-expected.txt: Added.
508 * fast/dom/getElementsByClassName/010.xml: Added.
509 * fast/dom/getElementsByClassName/011-expected.txt: Added.
510 * fast/dom/getElementsByClassName/011.xml: Added.
511 * fast/dom/getElementsByClassName/012-expected.txt: Added.
512 * fast/dom/getElementsByClassName/012.html: Added.
513 * fast/dom/getElementsByClassName/013-expected.txt: Added.
514 * fast/dom/getElementsByClassName/013.html: Added.
515 * fast/dom/getElementsByClassName/014-expected.txt: Added.
516 * fast/dom/getElementsByClassName/014.html: Added.
517 * fast/dom/getElementsByClassName/array: Added.
518 * fast/dom/getElementsByClassName/array/001-expected.txt: Added.
519 * fast/dom/getElementsByClassName/array/001.html: Added.
520 * fast/dom/getElementsByClassName/array/002-expected.txt: Added.
521 * fast/dom/getElementsByClassName/array/002.html: Added.
522 * fast/dom/getElementsByClassName/array/003-expected.txt: Added.
523 * fast/dom/getElementsByClassName/array/003.html: Added.
524 * fast/dom/getElementsByClassName/array/004-expected.txt: Added.
525 * fast/dom/getElementsByClassName/array/004.html: Added.
526 * fast/dom/getElementsByClassName/dumpNodeList-expected.txt: Added.
527 * fast/dom/getElementsByClassName/dumpNodeList.html: Added.
528 * fast/dom/getElementsByClassName/resources: Added.
529 * fast/dom/getElementsByClassName/resources/common.js: Added.
531 2007-12-14 Darin Adler <darin@apple.com>
535 - http://bugs.webkit.org/show_bug.cgi?id=16420
536 change regression tests to use document.execCommand instead of textInputController.doCommand
538 To avoid changing results at this time, I didn't correct the many tests that now have
539 misleading "this test cannot be run manually" text or references to "NSResponder" or
540 uneeded instructions for running the test manually. We can do that on a later pass.
542 * editing/deleting/5300379.html: Use execCommand instead of doCommand.
543 * editing/deleting/delete-to-end-of-paragraph.html: Ditto.
544 * editing/deleting/smart-delete-003.html: Ditto.
545 * editing/deleting/smart-delete-004.html: Ditto.
546 * editing/execCommand/nsresponder-indent.html: Ditto.
547 * editing/execCommand/nsresponder-outdent.html: Ditto.
548 * editing/selection/4947387.html: Ditto.
549 * editing/selection/5195166-1.html: Ditto.
550 * editing/selection/5195166-2.html: Ditto.
551 * editing/selection/select-line.html: Ditto.
552 * editing/selection/selection-actions.html: Ditto.
554 2007-12-14 Justin Garcia <justin.garcia@apple.com>
556 Reviewed by Darin Adler.
558 <rdar://problem/5575101> Hang in SplitElementCommand::doApply when outdenting a list item in a particular list
560 * editing/execCommand/5575101-1-expected.txt: Added.
561 * editing/execCommand/5575101-1.html: Added.
562 * editing/execCommand/5575101-2-expected.txt: Added.
563 * editing/execCommand/5575101-2.html: Added.
564 * editing/execCommand/5575101-3-expected.txt: Added.
565 * editing/execCommand/5575101-3.html: Added.
567 2007-12-14 Anders Carlsson <andersca@apple.com>
569 Reviewed by Darin and Geoff.
571 <rdar://problem/5619295>
572 REGRESSION: 303-304: Embedded YouTube video fails to render- JS errors (16150) (Flash 9)
574 Add cross frame plug/in test where a plug/in inside an iframe tries to access properties of the
577 * http/tests/plugins/cross-frame-object-access-expected.txt: Added.
578 * http/tests/plugins/cross-frame-object-access.html: Added.
579 * http/tests/plugins/resources/cross-frame-object-access.html: Added.
581 2007-12-14 Oliver Hunt <oliver@apple.com>
585 Fix test output, and move test to mac skipped lists until
586 <rdar://problem/5647952> fast/events/mouseout-on-window.html
589 * fast/events/mouseout-on-window-expected.txt:
590 * platform/mac/Skipped:
592 2007-12-13 Justin Garcia <justin.garcia@apple.com>
594 Reviewed by Oliver Hunt.
596 <rdar://problem/5607069> In Mail, a crash occurs at WebCore::AppendNodeCommand() after dragging image into a <FORM> element
598 * editing/inserting/5607069-1-expected.checksum: Added.
599 * editing/inserting/5607069-1-expected.png: Added.
600 * editing/inserting/5607069-1-expected.txt: Added.
601 * editing/inserting/5607069-1.html: Added.
602 * editing/inserting/5607069-2.html: Added.
603 * editing/inserting/5607069-3.html: Added.
604 * platform/mac/editing/inserting/5607069-2-expected.checksum: Added.
605 * platform/mac/editing/inserting/5607069-2-expected.png: Added.
606 * platform/mac/editing/inserting/5607069-2-expected.txt: Added.
607 * platform/mac/editing/inserting/5607069-3-expected.checksum: Added.
608 * platform/mac/editing/inserting/5607069-3-expected.png: Added.
609 * platform/mac/editing/inserting/5607069-3-expected.txt: Added.
611 2007-12-13 Dan Bernstein <mitz@apple.com>
613 Reviewed by Dave Hyatt.
615 - test for <rdar://problem/5642426> explicit cubic-bezier curves all treated as "default" for transition-timing-function
617 * fast/css/transition-timing-function-expected.txt: Added.
618 * fast/css/transition-timing-function.html: Added.
620 2007-12-13 Kevin McCullough <kmccullough@apple.com>
624 - Layout tests fix. Removed machine dependant results and generated new
625 results without machine specific information.
627 * fast/dom/frame-loading-via-document-write-expected.txt: Added.
628 * http/tests/security/frame-loading-via-document-write-expected.txt: Added.
629 * http/tests/security/local-CSS-from-remote-expected.txt:
630 * http/tests/security/local-JavaScript-from-remote-expected.txt:
631 * http/tests/security/local-iFrame-from-remote-expected.txt:
632 * http/tests/security/local-image-from-remote-expected.txt:
633 * platform/mac/fast/dom/frame-loading-via-document-write-expected.checksum: Removed.
634 * platform/mac/fast/dom/frame-loading-via-document-write-expected.png: Removed.
635 * platform/mac/fast/dom/frame-loading-via-document-write-expected.txt: Removed.
636 * platform/mac/http/tests/security: Removed.
637 * platform/mac/http/tests/security/frame-loading-via-document-write-expected.checksum: Removed.
638 * platform/mac/http/tests/security/frame-loading-via-document-write-expected.png: Removed.
639 * platform/mac/http/tests/security/frame-loading-via-document-write-expected.txt: Removed.
640 * platform/win/Skipped:
641 * platform/win/http: Removed.
642 * platform/win/http/tests: Removed.
643 * platform/win/http/tests/security: Removed.
644 * platform/win/http/tests/security/frame-loading-via-document-write-expected.txt: Removed.
646 2007-12-13 Alexey Proskuryakov <ap@webkit.org>
650 http://bugs.webkit.org/show_bug.cgi?id=16421
651 REGRESSION(r28669): Page scrolls down when you hit space key in text area
653 * fast/events/space-scroll-event-expected.txt: Added.
654 * fast/events/space-scroll-event.html: Added.
656 2007-12-13 Justin Garcia <justin.garcia@apple.com>
658 Reviewed by Darin Adler.
660 <rdar://problem/5601583> GMail Editor: Copied link doesn't paste as a link, just colored text
662 * editing/pasteboard/5601583-1.html: Added.
663 * platform/mac/editing/pasteboard/5601583-1-expected.checksum: Added.
664 * platform/mac/editing/pasteboard/5601583-1-expected.png: Added.
665 * platform/mac/editing/pasteboard/5601583-1-expected.txt: Added.
667 2007-12-13 Kevin McCullough <kmccullough@apple.com>
669 Reviewed by Alice and Sam.
671 - <rdar://5621435> Need a way to specify local resources (being loaded
672 from HTTP tests) on Windows.
673 - Updated the following tests to use the new layoutTestController
674 function, pathToLocalResource to get a Windows viable path (when on
675 Windows) to the local resources they are attempting to access.
676 - Also clarified and updated some results.
678 * fast/dom/frame-loading-via-document-write.html:
679 * fast/loader/local-CSS-from-local-expected.txt:
680 * fast/loader/local-CSS-from-local.html:
681 * fast/loader/local-JavaScript-from-local-expected.txt:
682 * fast/loader/local-JavaScript-from-local.html:
683 * fast/loader/local-iFrame-source-from-local-expected.txt:
684 * fast/loader/local-iFrame-source-from-local.html:
685 * fast/loader/local-image-from-local-expected.txt:
686 * fast/loader/local-image-from-local.html:
687 * http/tests/security/frame-loading-via-document-write.html:
688 * http/tests/security/local-CSS-from-remote-expected.txt:
689 * http/tests/security/local-CSS-from-remote.html:
690 * http/tests/security/local-JavaScript-from-remote-expected.txt:
691 * http/tests/security/local-JavaScript-from-remote.html:
692 * http/tests/security/local-iFrame-from-remote-expected.txt:
693 * http/tests/security/local-iFrame-from-remote.html:
694 * http/tests/security/local-image-from-remote-expected.txt:
695 * http/tests/security/local-image-from-remote.html:
696 * http/tests/security/local-user-CSS-from-remote.html:
697 * platform/mac/fast/dom/frame-loading-via-document-write-expected.txt:
698 * platform/win/Skipped:
699 * platform/win/http: Added.
700 * platform/win/http/tests: Added.
701 * platform/win/http/tests/security: Added.
702 * platform/win/http/tests/security/frame-loading-via-document-write-expected.txt: Added.
704 2007-12-13 Dan Bernstein <mitz@apple.com>
706 Reviewed by Adam Roben.
708 - test that Unicode bidi control characters are rendered as zero width
711 * fast/text/international/bidi-control-chars-treated-as-ZWS.html: Added.
712 * platform/mac-leopard/fast/text/international/bidi-control-chars-treated-as-ZWS-expected.checksum: Added.
713 * platform/mac-leopard/fast/text/international/bidi-control-chars-treated-as-ZWS-expected.png: Added.
714 * platform/mac-leopard/fast/text/international/bidi-control-chars-treated-as-ZWS-expected.txt: Added.
716 2007-12-12 Dan Bernstein <mitz@apple.com>
718 Reviewed by Oliver Hunt.
720 - updated results and skipped tests file for
721 <rdar://problem/5074620> text with font:initial; fails to appear (causes fast/text/font-initial.html to fail)
723 * platform/mac-leopard/fast/text/font-initial-expected.checksum: Copied from LayoutTests/platform/mac/fast/text/font-initial-expected.checksum.
724 * platform/mac-leopard/fast/text/font-initial-expected.png: Copied from LayoutTests/platform/mac/fast/text/font-initial-expected.png.
725 * platform/mac/fast/text/font-initial-expected.checksum: Removed.
726 * platform/mac/fast/text/font-initial-expected.png: Removed.
727 * platform/mac/fast/text/font-initial-expected.txt:
728 * platform/win/Skipped:
730 2007-12-12 Justin Garcia <justin.garcia@apple.com>
732 Reviewed by Darin Adler.
734 <rdar://problem/5433862> Mail crashes at WebCore::highestAncestor() when deleting a particular selection
736 * editing/deleting/5433862-1-expected.txt: Added.
737 * editing/deleting/5433862-1.html: Added.
738 * editing/deleting/5433862-2.html: Added.
739 * platform/mac/editing/deleting/5433862-2-expected.checksum: Added.
740 * platform/mac/editing/deleting/5433862-2-expected.txt: Added.
742 2007-12-12 Dan Bernstein <mitz@apple.com>
744 Reviewed by John Sullivan.
746 - test for a bug in debug builds only where selecting an earlier item in
747 a popup selects the first item
749 * fast/forms/menulist-selection-reset-expected.txt: Added.
750 * fast/forms/menulist-selection-reset.html: Added.
752 2007-12-12 Beth Dakin <bdakin@apple.com>
756 Updated pixel results from my recent SVG change.
758 * svg/custom/inline-svg-in-xhtml-expected.checksum: Added.
759 * svg/custom/inline-svg-in-xhtml-expected.png: Added.
761 2007-12-12 Anders Carlsson <andersca@apple.com>
765 <rdar://problem/5132003>
766 dumpResourceLoadCallbacks is not implemented in DRT on Windows.
768 Remove now passing tests.
770 * platform/win/Skipped:
772 2007-12-12 Alexey Proskuryakov <ap@webkit.org>
774 Reviewed by Adam Roben.
776 Results corrected by a fix to EventSender.
778 * platform/win/fast/events/keyLocation-numpad-expected.txt:
780 2007-12-12 Alexey Proskuryakov <ap@webkit.org>
784 http://bugs.webkit.org/show_bug.cgi?id=16410
785 Implement isKeypadEvent() on Windows
787 * platform/win/fast/events/keyLocation-numpad-expected.txt: Added.
788 * platform/win/fast/events/keyLocation-numpad.html: Added.
790 2007-12-12 Alexey Proskuryakov <ap@webkit.org>
794 http://bugs.webkit.org/show_bug.cgi?id=15248
795 Can not enter accented characters using alt-numeric keypad
797 * platform/win/fast/events/alt-numpad-expected.txt: Added.
798 * platform/win/fast/events/alt-numpad.html: Added.
800 2007-12-12 Oliver Hunt <oliver@apple.com>
804 <rdar://problem/5071781> window.mouseout events are not
805 sent to window when mouse moves out of window
807 Layout tests to make sure we correctly handle mouse out
808 on the window object.
810 * fast/events/mouseout-on-window-expected.txt: Added.
811 * fast/events/mouseout-on-window.html: Added.
813 2007-12-11 Dan Bernstein <mitz@apple.com>
815 Reviewed by Maciej Stachowiak.
817 - removed now-passing tests
819 * platform/win/Skipped:
821 2007-12-11 Dan Bernstein <mitz@apple.com>
823 Reviewed by Mark Rowe and Sam Weinig too!
825 - removed tests that pass when Helvetica Oblique and Helvetica
826 Bold Oblique are available.
828 * platform/win/Skipped:
830 2007-12-11 Beth Dakin <bdakin@apple.com>
834 Tests for <rdar://problem/5641255> SVGs with width and height 100%
835 fail to render when used as background images
837 * fast/backgrounds/resources/balloon.svg: Added.
838 * fast/backgrounds/resources/eyes.svg: Added.
839 * fast/backgrounds/resources/hearts.svg: Added.
840 * fast/backgrounds/resources/linguistics.svg: Added.
841 * fast/backgrounds/resources/map.svg: Added.
842 * fast/backgrounds/resources/mouse-repel.svg: Added.
843 * fast/backgrounds/svg-as-background-1.html: Added.
844 * fast/backgrounds/svg-as-background-2.html: Added.
845 * fast/backgrounds/svg-as-background-3.html: Added.
846 * fast/backgrounds/svg-as-background-4.html: Added.
847 * fast/backgrounds/svg-as-background-5.html: Added.
848 * fast/backgrounds/svg-as-background-6.html: Added.
849 * platform/mac/fast/backgrounds/svg-as-background-1-expected.checksum: Added.
850 * platform/mac/fast/backgrounds/svg-as-background-1-expected.png: Added.
851 * platform/mac/fast/backgrounds/svg-as-background-1-expected.txt: Added.
852 * platform/mac/fast/backgrounds/svg-as-background-2-expected.checksum: Added.
853 * platform/mac/fast/backgrounds/svg-as-background-2-expected.png: Added.
854 * platform/mac/fast/backgrounds/svg-as-background-2-expected.txt: Added.
855 * platform/mac/fast/backgrounds/svg-as-background-3-expected.checksum: Added.
856 * platform/mac/fast/backgrounds/svg-as-background-3-expected.png: Added.
857 * platform/mac/fast/backgrounds/svg-as-background-3-expected.txt: Added.
858 * platform/mac/fast/backgrounds/svg-as-background-4-expected.checksum: Added.
859 * platform/mac/fast/backgrounds/svg-as-background-4-expected.png: Added.
860 * platform/mac/fast/backgrounds/svg-as-background-4-expected.txt: Added.
861 * platform/mac/fast/backgrounds/svg-as-background-5-expected.checksum: Added.
862 * platform/mac/fast/backgrounds/svg-as-background-5-expected.png: Added.
863 * platform/mac/fast/backgrounds/svg-as-background-5-expected.txt: Added.
864 * platform/mac/fast/backgrounds/svg-as-background-6-expected.checksum: Added.
865 * platform/mac/fast/backgrounds/svg-as-background-6-expected.png: Added.
866 * platform/mac/fast/backgrounds/svg-as-background-6-expected.txt: Added.
868 2007-12-11 Nikolas Zimmermann <zimmermann@kde.org>
870 Rubberstamped by Mark.
872 Add missing tests - their results have already been checked in over a month ago - I forgot to commit the tests itself.
874 * svg/custom/alignment-baseline-modes.svg: Added.
875 * svg/custom/dominant-baseline-hanging.svg: Added.
876 * svg/custom/dominant-baseline-modes.svg: Added.
878 2007-12-11 Nikolas Zimmermann <zimmermann@kde.org>
880 Rubberstamped by Mark.
882 Update pixel test results now that filters are disabled.
884 * platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.checksum:
885 * platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.png:
886 * platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.checksum:
887 * platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
888 * platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.checksum:
889 * platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.png:
890 * platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.checksum:
891 * platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
892 * platform/mac/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.checksum:
893 * platform/mac/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.png:
894 * platform/mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.checksum:
895 * platform/mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png:
896 * platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.checksum:
897 * platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.png:
898 * platform/mac/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.checksum:
899 * platform/mac/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.png:
900 * platform/mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.checksum:
901 * platform/mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.png:
902 * platform/mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.checksum:
903 * platform/mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.png:
904 * platform/mac/svg/W3C-SVG-1.1/filters-offset-01-b-expected.checksum:
905 * platform/mac/svg/W3C-SVG-1.1/filters-offset-01-b-expected.png:
906 * platform/mac/svg/W3C-SVG-1.1/filters-specular-01-f-expected.checksum:
907 * platform/mac/svg/W3C-SVG-1.1/filters-specular-01-f-expected.png:
908 * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.checksum:
909 * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.png:
910 * platform/mac/svg/custom/empty-merge-expected.checksum:
911 * platform/mac/svg/custom/empty-merge-expected.png:
912 * platform/mac/svg/custom/feComponentTransfer-Discrete-expected.checksum:
913 * platform/mac/svg/custom/feComponentTransfer-Discrete-expected.png:
914 * platform/mac/svg/custom/feComponentTransfer-Gamma-expected.checksum:
915 * platform/mac/svg/custom/feComponentTransfer-Gamma-expected.png:
916 * platform/mac/svg/custom/feComponentTransfer-Linear-expected.checksum:
917 * platform/mac/svg/custom/feComponentTransfer-Linear-expected.png:
918 * platform/mac/svg/custom/feComponentTransfer-Table-expected.checksum:
919 * platform/mac/svg/custom/feComponentTransfer-Table-expected.png:
920 * platform/mac/svg/custom/feDisplacementMap-01-expected.checksum:
921 * platform/mac/svg/custom/feDisplacementMap-01-expected.png:
922 * platform/mac/svg/custom/image-with-transform-clip-filter-expected.checksum:
923 * platform/mac/svg/custom/image-with-transform-clip-filter-expected.png:
924 * platform/mac/svg/custom/non-opaque-filters-expected.checksum:
925 * platform/mac/svg/custom/non-opaque-filters-expected.png:
926 * platform/mac/svg/custom/text-filter-expected.checksum:
927 * platform/mac/svg/custom/text-filter-expected.png:
928 * platform/mac/svg/custom/visibility-override-filter-expected.checksum:
929 * platform/mac/svg/custom/visibility-override-filter-expected.png:
930 * svg/batik/filters/filterRegions-expected.checksum:
931 * svg/batik/filters/filterRegions-expected.png:
932 * svg/batik/text/textFeatures-expected.checksum:
933 * svg/batik/text/textFeatures-expected.png:
934 * svg/custom/js-svg-constructors-expected.checksum:
935 * svg/custom/js-svg-constructors-expected.png:
937 2007-12-11 Dan Bernstein <mitz@apple.com>
939 Reviewed by Darin Adler.
941 - test for <rdar://problem/5631507> Text doesn't wrap properly at Tamil version of Wikipedia
943 * fast/text/international/complex-character-based-fallback.html: Added.
944 * platform/mac-leopard/fast/text/international/complex-character-based-fallback-expected.checksum: Added.
945 * platform/mac-leopard/fast/text/international/complex-character-based-fallback-expected.png: Added.
946 * platform/mac/fast/text/international/complex-character-based-fallback-expected.txt: Added.
947 * platform/win/fast/text: Added.
948 * platform/win/fast/text/international: Added.
949 * platform/win/fast/text/international/complex-character-based-fallback-expected.checksum: Added.
950 * platform/win/fast/text/international/complex-character-based-fallback-expected.png: Added.
951 * platform/win/fast/text/international/complex-character-based-fallback-expected.txt: Added.
953 2007-12-07 Alexey Proskuryakov <ap@webkit.org>
957 <rdar://problem/5535636>
958 Have to press 4 times instead of 2 times to get the expected result of ^^ with german keyboard.
960 http://bugs.webkit.org/show_bug.cgi?id=13916
961 JavaScript detects Tab as a character input on a textfield validation
963 * platform/win/fast/events: Added.
964 * platform/win/fast/events/double-dead-char-expected.txt: Added.
965 * platform/win/fast/events/double-dead-char.html: Added.
966 * fast/events/key-events-in-input-button.html: Added
967 * fast/events/key-events-in-input-button-expected.txt: Added
968 * fast/events/key-events-in-input-text.html: Added
969 * fast/events/key-events-in-input-text-expected.txt: Added
971 * fast/events/access-key-self-destruct.html:
972 * fast/forms/listbox-onchange.html:
973 * fast/forms/listbox-selection.html:
974 * fast/forms/access-key.html:
975 * fast/forms/legend-access-key.html:
976 * fast/forms/enter-clicks-buttons.html:
977 * fast/forms/check-box-enter-key.html:
978 * fast/forms/button-enter-click.html:
979 * fast/events/onsearch-enter.html:
980 * fast/events/onchange-passwordfield.html:
981 * fast/events/onchange-searchfield.html:
982 * fast/events/onchange-textfield.html:
983 Use eventSender instead of DOM events, because it emulates the real user action much better,
984 and we weren't getting cross-browser compatibility for the tests anyway.
986 * fast/events/frame-tab-focus.html:
987 * fast/html/tab-order.html:
988 * fast/forms/select-enter-key.html:
989 * fast/forms/focus2-expected.txt:
990 * fast/forms/focus2.html:
991 * fast/events/option-tab.html:
992 Dispatch a keydown instead of keypress, as this is when default processing is now done.
993 Possibly, it would be better stiull to use eventSender here, as well.
995 * fast/forms/onchange-enter-submit.html:
996 * fast/forms/select-double-onchange.html:
997 * fast/forms/textfield-onchange-deletion.html:
998 The correct code is '\r', not '\n' - previously, the difference was lost while converting
999 events back and forth.
1001 * fast/forms/search-event-delay.html: Use a new named key to dispatch backspace - the
1002 character code for it is cross-platform, but key code is not.
1003 Also changed the test to call notifyDone() from a timer - otherwise, DRT would hang as
1004 WM_KEYUP was dispatched after WM_QUIT. I tried and couldn't make DRT work, but I'm
1005 fairly confident that this issue doesn't affect Safari.
1007 * fast/events/keydown-keypress-preventDefault-expected.txt:
1008 * fast/events/keydown-keypress-preventDefault.html:
1009 This test claimed that its expacted behavior matched both IE and Firefox, but it did not.
1012 * fast/events/js-keyboard-event-creation-expected.txt:
1013 * fast/events/js-keyboard-event-creation.html:
1014 This test was problematic, because it was tabbing out to chrome, and that doesn't work
1015 well in DRT. I have added another input for it to have a nicer target.
1017 * platform/mac/fast/events/objc-event-api-expected.txt:
1018 Updated for new behavior:
1019 - eventSender.keyDown() now dispatches a keyUp, too;
1020 - raw events do not have charCode;
1021 - keypresses do not have keyIdentifiers.
1023 2007-12-10 Oliver Hunt <oliver@apple.com>
1025 Reviewed by Weinig, Dan and Alexey.
1027 Layout test to confirm correct character encoding is used to
1028 load dynamically loaded scripts.
1030 * fast/encoding/no-charset-on-dynamic-script-load.html: Added.
1031 * fast/encoding/resources/dynamic-load-target.js: Added.
1033 2007-12-10 Justin Garcia <justin.garcia@apple.com>
1035 Reviewed by Oliver Hunt.
1037 <rdar://problem/5482023> GoogleDocs: After performing FormatBlock in an empty document, certain functions are disabled
1039 * editing/execCommand/5482023.html: Added.
1040 * platform/mac/editing/execCommand/5482023-expected.checksum: Added.
1041 * platform/mac/editing/execCommand/5482023-expected.png: Added.
1042 * platform/mac/editing/execCommand/5482023-expected.txt: Added.
1044 2007-12-10 Darin Adler <darin@apple.com>
1046 Reviewed by Sam Weinig.
1048 - test for http://bugs.webkit.org/show_bug.cgi?id=16379
1049 REGRESSION(r28525): Failures in http/tests/xmlhttprequest/response-encoding.html and
1050 fast/dom/xmlhttprequest-html-response-encoding.html
1051 and <rdar://problem/5640230> REGRESSION (306A4-ToT): Access violation in PCRE function
1052 find_firstassertedchar
1054 * fast/js/regexp-find-first-asserted-expected.txt: Added.
1055 * fast/js/regexp-find-first-asserted.html: Added.
1056 * fast/js/resources/regexp-find-first-asserted.js: Added.
1058 2007-12-10 Antti Koivisto <antti@apple.com>
1062 The load events could fire before the event listener was registered making these tests fail occasionally.
1064 No changes to test results.
1066 * media/video-source-media.html:
1067 * media/video-source-type.html:
1068 * media/video-source.html:
1069 * media/video-src-remove.html:
1070 * media/video-src-source.html:
1071 * media/video-src.html:
1072 * media/video-test.js:
1074 2007-12-10 Stephanie <slewis@apple.com>
1076 Rubber-stamped by Sam.
1078 Check in correct results
1080 * svg/custom/resource-client-removal-expected.txt:
1082 2007-12-10 Rob Buis <buis@kde.org>
1087 http://bugs.webkit.org/show_bug.cgi?id=16182
1088 SVG should disable antialiasing for shape-rendering="crispEdges"
1090 * svg/custom/shape-rendering-expected.checksum: Added.
1091 * svg/custom/shape-rendering-expected.png: Added.
1092 * svg/custom/shape-rendering-expected.txt: Added.
1093 * svg/custom/shape-rendering.svg: Added.
1095 2007-12-09 Rob Buis <buis@kde.org>
1100 http://bugs.webkit.org/show_bug.cgi?id=16163
1101 SVG crash in Node::setChanged() on Debug builds only (trashed parent)
1103 * svg/custom/resource-client-removal-expected.checksum: Added.
1104 * svg/custom/resource-client-removal-expected.png: Added.
1105 * svg/custom/resource-client-removal-expected.txt: Added.
1106 * svg/custom/resource-client-removal.svg: Added.
1108 2007-12-10 David D. Kilzer <ddkilzer@webkit.org>
1110 Bug 9683: Implement select.options.remove() method
1111 <http://bugs.webkit.org/show_bug.cgi?id=9683>
1115 * fast/js/resources/select-options-remove.js: Added.
1116 * fast/js/select-options-remove-expected.txt: Added.
1117 * fast/js/select-options-remove-gc-expected.txt: Added.
1118 * fast/js/select-options-remove-gc.html: Added.
1119 * fast/js/select-options-remove.html: Added.
1121 2007-12-10 Alexey Proskuryakov <ap@webkit.org>
1123 Removed fast/events/objc-keyboard-event-creation.html from skipped list, as this test has
1124 been moved to platform/mac long ago.
1126 * platform/win/Skipped:
1128 2007-12-09 Oliver Hunt <oliver@apple.com>
1132 Somehow I managed to not check in new expected results
1135 * svg/dom/path-parser-expected.txt:
1137 2007-12-09 Oliver Hunt <oliver@apple.com>
1141 Prevent unlimited iteration in the case of invalid path data.
1143 The only path commands that can leave numbers trailing the command processing
1144 are 'm' and 'M', in which trailing numbers are parsed as arguments to an
1145 implicit lineto command. In any case we should just terminate as an invalid
1148 * svg/dom/path-parser-expected.txt:
1149 * svg/dom/path-parser.html:
1151 2007-12-08 Sam Weinig <sam@webkit.org>
1153 Rubber-stamped by Adam Roben.
1155 * fast/dom/Window/window-resize-and-move-arguments.html: Make the window small enough
1156 that this test won't fail on systems with lower resolutions.
1158 2007-12-08 Oliver Hunt <oliver@apple.com>
1162 Split the ENABLE_SVG_EXPERIMENTAL_FEATURES flag into separate flags.
1164 Fixes <rdar://problem/5620249> Must disable SVG animation
1165 <rdar://problem/5612772> Disable SVG filters on Mac to match Windows behavior
1167 These layout test changes are caused by some of the experimental
1168 features no longer being enabled by default.
1170 * fast/dom/Window/window-properties-expected.txt:
1171 * platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt:
1172 * platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.txt:
1173 * platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt:
1174 * platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt:
1175 * platform/mac/svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt:
1176 * platform/mac/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.txt:
1177 * platform/mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt:
1178 * platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt:
1179 * platform/mac/svg/W3C-SVG-1.1/filters-felem-01-b-expected.txt:
1180 * platform/mac/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.txt:
1181 * platform/mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt:
1182 * platform/mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.txt:
1183 * platform/mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt:
1184 * platform/mac/svg/W3C-SVG-1.1/filters-offset-01-b-expected.txt:
1185 * platform/mac/svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt:
1186 * platform/mac/svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt:
1187 * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt:
1188 * platform/mac/svg/custom/empty-merge-expected.txt:
1189 * platform/mac/svg/custom/feComponentTransfer-Discrete-expected.txt:
1190 * platform/mac/svg/custom/feComponentTransfer-Gamma-expected.txt:
1191 * platform/mac/svg/custom/feComponentTransfer-Linear-expected.txt:
1192 * platform/mac/svg/custom/feComponentTransfer-Table-expected.txt:
1193 * platform/mac/svg/custom/feDisplacementMap-01-expected.txt:
1194 * platform/mac/svg/custom/filter-source-alpha-expected.txt:
1195 * platform/mac/svg/custom/image-with-transform-clip-filter-expected.txt:
1196 * platform/mac/svg/custom/invalid-css-expected.txt:
1197 * platform/mac/svg/custom/non-opaque-filters-expected.txt:
1198 * platform/mac/svg/custom/text-filter-expected.txt:
1199 * platform/mac/svg/custom/visibility-override-filter-expected.txt:
1200 * svg/batik/filters/filterRegions-expected.txt:
1201 * svg/batik/text/textEffect-expected.txt:
1202 * svg/batik/text/textEffect3-expected.txt:
1203 * svg/batik/text/textFeatures-expected.txt:
1204 * svg/batik/text/textProperties-expected.txt:
1205 * svg/custom/js-svg-constructors-expected.txt:
1206 * svg/dom/font-face-elements-expected.txt:
1207 * svg/webarchive/svg-feimage-subresources-expected.txt:
1209 2007-12-08 Sam Weinig <sam@webkit.org>
1213 Test that calling window scrolling, moving and resizing methods with
1214 less than 2 arguments is not allowed and that calling them with more
1217 * fast/dom/Window/window-resize-and-move-arguments-expected.txt: Added.
1218 * fast/dom/Window/window-resize-and-move-arguments.html: Added.
1219 * fast/dom/Window/window-scroll-arguments-expected.txt: Added.
1220 * fast/dom/Window/window-scroll-arguments.html: Added.
1221 * http/tests/security/cross-frame-access-get-expected.txt:
1223 2007-12-08 Dan Bernstein <mitz@apple.com>
1225 Reviewed by Adele Peterson.
1227 - test that re-inserting a parser-generated <style> element applies its
1230 * fast/dom/HTMLStyleElement: Added.
1231 * fast/dom/HTMLStyleElement/insert-parser-generated.html: Added.
1232 * platform/mac/fast/dom/HTMLStyleElement: Added.
1233 * platform/mac/fast/dom/HTMLStyleElement/insert-parser-generated-expected.checksum: Added.
1234 * platform/mac/fast/dom/HTMLStyleElement/insert-parser-generated-expected.png: Added.
1235 * platform/mac/fast/dom/HTMLStyleElement/insert-parser-generated-expected.txt: Added.
1237 2007-12-08 Rob Buis <buis@kde.org>
1242 http://bugs.webkit.org/show_bug.cgi?id=15464
1243 SVGLengthList allows bad values
1245 * svg/custom/invalid-lengthlist-expected.checksum: Added.
1246 * svg/custom/invalid-lengthlist-expected.png: Added.
1247 * svg/custom/invalid-lengthlist-expected.txt: Added.
1248 * svg/custom/invalid-lengthlist.svg: Added.
1249 * svg/dom/length-list-parser-expected.txt:
1251 2007-12-07 Antti Koivisto <antti@apple.com>
1255 Test video painting when transform is applied.
1257 * media/video-paint-test.js: Added.
1258 * media/video-transformed.html: Added.
1259 * platform/mac/media/video-transformed-expected.checksum: Added.
1260 * platform/mac/media/video-transformed-expected.png: Added.
1261 * platform/mac/media/video-transformed-expected.txt: Added.
1263 2007-12-07 Dan Bernstein <mitz@apple.com>
1265 Reviewed by Sam Weinig.
1267 - test for http://bugs.webkit.org/show_bug.cgi?id=16348
1268 @font-face does not affect the default style
1270 * fast/css/font-face-default-font.html: Added.
1271 * platform/mac-leopard/fast/css: Added.
1272 * platform/mac-leopard/fast/css/font-face-default-font-expected.checksum: Added.
1273 * platform/mac-leopard/fast/css/font-face-default-font-expected.png: Added.
1274 * platform/mac/fast/css/font-face-default-font-expected.txt: Added.
1276 2007-12-07 Darin Adler <darin@apple.com>
1280 - test for <rdar://problem/5608795> CrashTracer: 481 crashes in Safari
1281 at WebCore::HTMLSelectElement::saveState const + 152
1283 * fast/forms/select-set-inner-expected.txt: Added.
1284 * fast/forms/select-set-inner.html: Added.
1286 2007-12-07 Dan Bernstein <mitz@apple.com>
1288 Reviewed by Darin Adler.
1290 - repaint test for <rdar://problem/5499918> REGRESSION: insertion point in input field with custom border cuts holes in focus ring interior edges
1292 * fast/repaint/focus-ring.html: Added.
1293 * platform/mac/fast/repaint/focus-ring-expected.checksum: Added.
1294 * platform/mac/fast/repaint/focus-ring-expected.png: Added.
1295 * platform/mac/fast/repaint/focus-ring-expected.txt: Added.
1297 2007-12-07 Dan Bernstein <mitz@apple.com>
1299 Reviewed by Darin Adler.
1301 - test for http://bugs.webkit.org/show_bug.cgi?id=16334
1302 <rdar://problem/5634923> REGRESSION (r28299): Homepage of any DotMac Web Gallery won't load completely
1304 * fast/dynamic/subtree-no-common-root-static-y.html: Added.
1305 * platform/mac/fast/dynamic/subtree-no-common-root-static-y-expected.checksum: Added.
1306 * platform/mac/fast/dynamic/subtree-no-common-root-static-y-expected.png: Added.
1307 * platform/mac/fast/dynamic/subtree-no-common-root-static-y-expected.txt: Added.
1309 2007-12-07 Alexey Proskuryakov <ap@webkit.org>
1313 http://bugs.webkit.org/show_bug.cgi?id=16325
1314 <rdar://problem/5632997> REGRESSION: www.xerox.ru doesn't work
1316 * http/tests/misc/empty-cookie-expected.txt: Added.
1317 * http/tests/misc/empty-cookie.html: Added.
1319 2007-12-06 Alexey Proskuryakov <ap@webkit.org>
1323 http://bugs.webkit.org/show_bug.cgi?id=16091
1324 JSCRE needs to import the PCRE test suite
1326 We can use two files from PCRE test suite, as others either test for features not supported
1327 in JS, or use internal debugging facilities of PCRE.
1329 The files are checked in almost unmodified, I have only converted them to UTF-8 and removed two
1330 huge test cases that were completely incompatible with JSC, and were polluting the output.
1332 Many of the failures in results are just legitimate differences in behavior or possibly
1333 problems with the test runner, but some may be genuine bugs and even regressions in JSC.
1335 * fast/regex: Added.
1336 * fast/regex/pcre-test-runner.js: Added.
1337 * fast/regex/test1-expected.txt: Added.
1338 * fast/regex/test1.html: Added.
1339 * fast/regex/test4-expected.txt: Added.
1340 * fast/regex/test4.html: Added.
1341 * fast/regex/testinput1: Added.
1342 * fast/regex/testinput4: Added.
1343 * fast/regex/testoutput1: Added.
1344 * fast/regex/testoutput4: Added.
1346 2007-12-06 Dan Bernstein <mitz@apple.com>
1348 - updated render tree results for r28483
1350 * svg/batik/text/textEffect2-expected.txt:
1351 * svg/batik/text/textProperties-expected.txt:
1353 2007-12-06 Geoffrey Garen <ggaren@apple.com>
1355 Reviewed by Sam Weinig.
1357 Test for http://bugs.webkit.org/show_bug.cgi?id=16328
1358 REGRESSION (r28470): Crash expanding a GMail conversation
1360 * fast/frames/location-put-after-removal.html: Added.
1361 * fast/frames/resources/location-put-after-removal-frame.html: Added.
1362 * fast/frames/resources/location-put-after-removal-frame-expected.txt: Updated.
1364 2007-12-06 Darin Adler <darin@apple.com>
1366 Reviewed by Eric Seidel.
1368 - fix http://bugs.webkit.org/show_bug.cgi?id=16321
1369 new RegExp("[\u0097]{4,6}", "gmy") crashes in DEBUG builds
1370 <rdar://problem/5632992>
1372 * fast/js/regexp-overflow-expected.txt: Updated.
1373 * fast/js/resources/regexp-overflow.js: Added test.
1375 2007-12-06 Adele Peterson <adele@apple.com>
1379 Fix <rdar://problem/5631356> Toggling display property on video causes controls to get lost
1381 * media/video-display-toggle.html: Added.
1382 * platform/mac/media/video-display-toggle-expected.checksum: Added.
1383 * platform/mac/media/video-display-toggle-expected.png: Added.
1384 * platform/mac/media/video-display-toggle-expected.txt: Added.
1386 2007-12-05 Rob Buis <buis@kde.org>
1391 http://bugs.webkit.org/show_bug.cgi?id=15289
1392 WebKit does not respect clip paths of a 0x0 rect
1394 * platform/mac/svg/W3C-SVG-1.1/masking-path-04-b-expected.png:
1395 * platform/mac/svg/W3C-SVG-1.1/masking-path-04-b-expected.txt:
1396 * platform/mac/svg/batik/text/textEffect2-expected.checksum:
1397 * platform/mac/svg/batik/text/textEffect2-expected.png:
1398 * platform/mac/svg/batik/text/textProperties-expected.checksum:
1399 * platform/mac/svg/batik/text/textProperties-expected.png:
1400 * svg/custom/empty-clip-path-expected.checksum: Added.
1401 * svg/custom/empty-clip-path-expected.png: Added.
1402 * svg/custom/empty-clip-path-expected.txt: Added.
1403 * svg/custom/empty-clip-path.svg: Added.
1405 2007-12-05 Alice Liu <alice.liu@apple.com>
1409 Addressed <rdar://problem/5137284> fast/events/mouseout-dead-node.html fails on boomer
1411 * fast/events/mouseout-dead-node.html:
1412 Changed the questionable calls to mouseUp() to mouseMoveTo() to better simulate mouseovers
1413 * platform/win/Skipped:
1414 removed this test from skipped file
1416 2007-12-05 Adam Roben <aroben@apple.com>
1418 * platform/win/Skipped: Add a crashing test.
1420 2007-12-05 Adam Roben <aroben@apple.com>
1422 * platform/win/Skipped: Add another test failing due to fonts.
1424 2007-12-05 Dan Bernstein <mitz@apple.com>
1426 Reviewed by Adam Roben.
1428 - adding a test for http://bugs.webkit.org/show_bug.cgi?id=16097
1430 * fast/dom/ImageDocument-image-deletion-expected.txt: Added.
1431 * fast/dom/ImageDocument-image-deletion.html: Added.
1433 2007-12-04 Adele Peterson <adele@apple.com>
1437 Test for <rdar://problem/5499918> REGRESSION: insertion point in input field with custom border cuts holes in focus ring interior edges
1439 * fast/forms/textfield-outline.html: Added.
1440 * platform/mac/fast/forms/textfield-outline-expected.checksum: Added.
1441 * platform/mac/fast/forms/textfield-outline-expected.png: Added.
1442 * platform/mac/fast/forms/textfield-outline-expected.txt: Added.
1444 2007-12-04 Sam Weinig <sam@webkit.org>
1446 Reviewed by Adam Roben.
1448 Remove http/tests/incremental/frame-focus-before-load.html from the skipped list
1449 as it is no longer crashing. <rdar://problem/5507278>
1451 * platform/win/Skipped:
1453 2007-12-04 Adele Peterson <adele@apple.com>
1457 Test for <rdar://problem/5622464> controls should show up for audio element
1459 * media/audio-controls-rendering.html: Added.
1460 * platform/mac/media/audio-controls-rendering-expected.checksum: Added.
1461 * platform/mac/media/audio-controls-rendering-expected.png: Added.
1462 * platform/mac/media/audio-controls-rendering-expected.txt: Added.
1464 2007-11-27 Adam Roben <aroben@apple.com>
1466 Remove a now-passing test from the Windows Skipped file
1470 * platform/win/Skipped:
1472 2007-12-03 Antti Koivisto <antti@apple.com>
1476 Test for <rdar://problem/5624802>
1477 Controller displays outside of <video> element when width and height aren't specified
1479 * media/remove-from-document.html: Improve coverage by doing relayout before finishing.
1480 * media/video-controls-rendering.html: Added.
1481 * platform/mac/media/video-controls-rendering-expected.checksum: Added.
1482 * platform/mac/media/video-controls-rendering-expected.png: Added.
1483 * platform/mac/media/video-controls-rendering-expected.txt: Added.
1485 2007-12-04 Darin Adler <darin@apple.com>
1489 - test for first part of http://bugs.webkit.org/show_bug.cgi?id=16220
1490 <rdar://problem/5625221> Crash opening www.news.com (CNet)
1492 * fast/js/regexp-overflow-expected.txt: Updated.
1493 * fast/js/resources/regexp-overflow.js: Added test cases.
1495 2007-12-03 Dan Bernstein <mitz@apple.com>
1497 Reviewed by Darin Adler.
1499 - remove passing test
1501 * platform/win/Skipped:
1503 2007-12-03 Dan Bernstein <mitz@apple.com>
1505 Reviewed by Dave Hyatt.
1507 - test for <rdar://problem/5346452> Resize event doesn't fire on body element inside a frame
1509 * fast/events/resize-subframe-expected.txt: Added.
1510 * fast/events/resize-subframe.html: Added.
1512 2007-12-03 Darin Adler <darin@apple.com>
1516 - test for http://bugs.webkit.org/show_bug.cgi?id=15618
1517 <rdar://problem/5619353> REGRESSION: Stack overflow/crash in KJS::equal (15618)
1519 * fast/js/recursion-limit-equal-expected.txt: Added.
1520 * fast/js/recursion-limit-equal.html: Added.
1521 * fast/js/resources/recursion-limit-equal.js: Added.
1523 2007-12-03 Dan Bernstein <mitz@apple.com>
1525 Reviewed by Darin Adler.
1527 - added a test of the behavior of getIntIdentifier with the integers
1530 * plugins/getintidentifier-special-values-expected.txt: Added.
1531 * plugins/getintidentifier-special-values.html: Added.
1533 2007-12-03 Rob Buis <buis@kde.org>
1538 http://bugs.webkit.org/show_bug.cgi?id=15767
1539 Text decorations do not respect "visibility" property
1541 * svg/custom/text-decoration-visibility-expected.checksum: Added.
1542 * svg/custom/text-decoration-visibility-expected.png: Added.
1543 * svg/custom/text-decoration-visibility-expected.txt: Added.
1544 * svg/custom/text-decoration-visibility.svg: Added.
1546 2007-12-03 Alice Liu <alice.liu@apple.com>
1548 Removing passing tests
1550 * platform/win/Skipped:
1552 2007-12-03 Nikolas Zimmermann <zimmermann@kde.org>
1556 Add new testcase verifying that CSS selectors don't affect the non-exposed SVG shadow tree.
1558 * platform/mac/svg/custom/use-css-no-effect-on-shadow-tree-expected.checksum: Added.
1559 * platform/mac/svg/custom/use-css-no-effect-on-shadow-tree-expected.png: Added.
1560 * platform/mac/svg/custom/use-css-no-effect-on-shadow-tree-expected.txt: Added.
1561 * svg/custom/use-css-no-effect-on-shadow-tree.svg: Added.
1563 2007-12-03 Nikolas Zimmermann <zimmermann@kde.org>
1565 Rubber stamped by Mark.
1567 Commit missing layout test results from my last commit (fix for bug 15403)
1569 * platform/mac/svg/custom/deep-dynamic-updates-expected.checksum:
1570 * platform/mac/svg/custom/deep-dynamic-updates-expected.png:
1571 * platform/mac/svg/custom/deep-dynamic-updates-expected.txt:
1572 * platform/mac/svg/custom/image-clipped-hit-expected.checksum:
1573 * platform/mac/svg/custom/image-clipped-hit-expected.png:
1574 * platform/mac/svg/custom/image-clipped-hit-expected.txt:
1575 * platform/mac/svg/custom/use-clipped-hit-expected.checksum:
1576 * platform/mac/svg/custom/use-clipped-hit-expected.png:
1577 * platform/mac/svg/custom/use-clipped-hit-expected.txt:
1578 * platform/mac/svg/custom/use-css-events-expected.checksum:
1579 * platform/mac/svg/custom/use-css-events-expected.png:
1581 2007-12-03 Dan Bernstein <mitz@apple.com>
1583 Reviewed by Adam Roben.
1585 - test for <rdar://problem/5538651> REGRESSSION: domfuzz: null deref in WebCore::Document::canReplaceChild
1587 * fast/dom/Document/replaceChild-null-oldChild-expected.txt: Added.
1588 * fast/dom/Document/replaceChild-null-oldChild.html: Added.
1589 * fast/dom/Document/resources/replaceChild-null-oldChild.js: Added.
1591 2007-12-02 Darin Adler <darin@apple.com>
1595 - test for http://bugs.webkit.org/show_bug.cgi?id=15848
1596 <rdar://problem/5619330> REGRESSION: Assertion failure viewing comments page on digg.com
1598 * fast/js/resources/sparse-array.js: Added.
1599 * fast/js/sparse-array-expected.txt: Added.
1600 * fast/js/sparse-array.html: Added.
1602 2007-12-02 Darin Adler <darin@apple.com>
1606 - tests for table-related HTMLCollection classes for misnested
1607 tables and for <rdar://problem/5601995> Hang/crash on http://ebay-uk.custhelp.com/
1609 * fast/dom/HTMLTableElement/resources: Added.
1610 * fast/dom/HTMLTableElement/resources/TEMPLATE.html: Added.
1611 * fast/dom/HTMLTableElement/resources/rows.js: Added.
1612 * fast/dom/HTMLTableElement/resources/tBodies.js: Added.
1613 * fast/dom/HTMLTableElement/rows-expected.txt: Added.
1614 * fast/dom/HTMLTableElement/rows.html: Added.
1615 * fast/dom/HTMLTableElement/tBodies-expected.txt: Added.
1616 * fast/dom/HTMLTableElement/tBodies.html: Added.
1617 * fast/dom/HTMLTableRowElement: Added.
1618 * fast/dom/HTMLTableRowElement/cells-expected.txt: Added.
1619 * fast/dom/HTMLTableRowElement/cells.html: Added.
1620 * fast/dom/HTMLTableRowElement/insertCell-expected.txt: Added.
1621 * fast/dom/HTMLTableRowElement/insertCell.html: Added.
1622 * fast/dom/HTMLTableRowElement/resources: Added.
1623 * fast/dom/HTMLTableRowElement/resources/TEMPLATE.html: Added.
1624 * fast/dom/HTMLTableRowElement/resources/cells.js: Added.
1625 * fast/dom/HTMLTableSectionElement: Added.
1626 * fast/dom/HTMLTableSectionElement/resources: Added.
1627 * fast/dom/HTMLTableSectionElement/resources/TEMPLATE.html: Added.
1628 * fast/dom/HTMLTableSectionElement/resources/rows.js: Added.
1629 * fast/dom/HTMLTableSectionElement/rows-expected.txt: Added.
1630 * fast/dom/HTMLTableSectionElement/rows.html: Added.
1632 2007-12-01 Antti Koivisto <antti@apple.com>
1636 Test that removing a media element when it is loading does not crash.
1637 Test that media is paused when it is removed from the tree.
1639 * http/tests/media/remove-while-loading-expected.txt: Added.
1640 * http/tests/media/remove-while-loading.html: Added.
1641 * media/remove-from-document-expected.txt: Added.
1642 * media/remove-from-document.html: Added.
1644 2007-12-01 Julien Chaffraix <julien.chaffraix@gmail.com>
1646 Bug 16189: XMLHttpRequest::setRequestHeader() should not set certain headers
1648 Reviewed by Darin Adler.
1650 * http/tests/xmlhttprequest/set-dangerous-headers-expected.txt:
1651 * http/tests/xmlhttprequest/set-dangerous-headers.html: Added tests for new headers
1653 2007-12-01 Dan Bernstein <mitz@apple.com>
1655 Reviewed by Darin Adler.
1657 - test for <rdar://problem/5619240> REGRESSION (Leopard-r28069): Reproducible crash with a Mootools-based calendar picker (jump to null in FrameView::layout)
1659 * fast/dynamic/subtree-common-root-expected.txt: Added.
1660 * fast/dynamic/subtree-common-root.html: Added.
1662 2007-11-30 Eric Seidel <eric@webkit.org>
1667 http://bugs.webkit.org/show_bug.cgi?id=16127
1669 * fast/js/regexp-compile-crash-expected.txt: Added.
1670 * fast/js/regexp-compile-crash.html: Added.
1672 2007-11-30 Adam Roben <aroben@apple.com>
1674 Copy some cross-platform results into platform/win to avoid picking up the platform/mac versions
1676 * platform/win/fast/dom/Window/window-resize-expected.txt: Copied from LayoutTests/fast/dom/Window/window-resize-expected.txt.
1677 * platform/win/fast/dom/wrapper-classes-expected.txt: Copied from LayoutTests/fast/dom/wrapper-classes-expected.txt.
1679 2007-11-30 Darin Adler <darin@apple.com>
1681 Reviewed by Adam Roben.
1683 - test for http://bugs.webkit.org/show_bug.cgi?id=16207
1684 JavaScript regular expressions should match UTF-16 code units rather than characters
1686 * fast/js/regexp-non-bmp-expected.txt: Added.
1687 * fast/js/regexp-non-bmp.html: Added.
1688 * fast/js/resources/regexp-non-bmp.js: Added.
1690 2007-11-30 Adele Peterson <adele@apple.com>
1694 Test for http://bugs.webkit.org/show_bug.cgi?id=16072
1695 <rdar://problem/5463821> REGRESSION: Mousemove event isn't fired when mouse moves over scrollbar with pressed button
1697 * fast/events/mousemove-after-drag-over-scrollbar-expected.txt: Added.
1698 * fast/events/mousemove-after-drag-over-scrollbar.html: Added.
1700 2007-11-30 Alexey Proskuryakov <ap@webkit.org>
1702 * platform/win/Skipped: Added editing/selection/5241148.html, which crashes for me.
1704 2007-11-29 Holger Hans Peter Freyther <holger.freyther@trolltech.com>
1708 * Fix fast/events/mousedown_in_scrollbar.html
1709 * This test used to crash in PlatformScrollbarQt::mouse*Event due parent() returning 0.
1710 * Extend the current check that the scrollbar in the mev can be go away.
1711 This happens if we destroy a RenderLayer as the result of a click. In the
1712 case of Qt we can have this scrollbar in m_lastScrollbarUnderMouse. The RenderLayer
1713 is the ScrollbarClient, m_lastScrollbarUnderMouse is a RefPtr and keeps the
1714 last reference. When calling into this scrollbar the m_client pointer is a dangling pointer.
1715 We extend the check to set m_lastScrollbarUnderMouse back to zero when it was the
1716 scrollbar in the old mev and is gone in the new one.
1717 * This happens only on the Qt port because we send more/different move events.
1719 * platform/qt/Skipped:
1721 2007-11-29 Antti Koivisto <antti@apple.com>
1725 Test for video aspect ratio calculation.
1727 * media/video-aspect-ratio.html: Added.
1728 * platform/mac/media: Added.
1729 * platform/mac/media/video-aspect-ratio-expected.checksum: Added.
1730 * platform/mac/media/video-aspect-ratio-expected.png: Added.
1731 * platform/mac/media/video-aspect-ratio-expected.txt: Added.
1733 2007-11-29 Anders Carlsson <andersca@apple.com>
1737 <rdar://problem/5230478>
1738 FrameLoadDelegate callbacks are not dumped in DRT.
1740 Remove now passing tests.
1742 * platform/win/Skipped:
1744 2007-11-29 Alice Liu <alice.liu@apple.com>
1748 * platform/win/Skipped: Removed two Mac-specific tests.
1750 2007-11-29 Alice Liu <alice.liu@apple.com>
1752 Move incorrect, Mac-specific results of fast/dom/Window/window-resize.html into platform/mac and replace them with non-Mac results
1754 The incorrect results are tracked by <rdar://5563578>.
1758 * fast/dom/Window/window-resize-expected.txt: Replaced.
1759 * platform/mac/fast/dom/Window/window-resize-expected.txt: Copied from fast/dom/Window/window-resize-expected.txt.
1760 * platform/win/Skipped: Removed window-resize tests.
1762 2007-11-29 Sam Weinig <sam@webkit.org>
1766 Revert r28213 which added an error callback that was not needed and changed
1769 * storage/transaction_callback_exception_crash.html:
1771 2007-11-29 Alice Liu <alice.liu@apple.com>
1775 * platform/win/Skipped: Removed a passing test.
1777 2007-11-29 Alice Liu <alice.liu@apple.com>
1779 Group failures related to dumpResourceLoadCallbacks being unimplemented
1783 * platform/win/Skipped:
1785 2007-11-29 Alice Liu <alice.liu@apple.com>
1787 Group failures related to using Cygwin paths
1791 * platform/win/Skipped:
1793 2007-11-29 Brady Eidson <beidson@apple.com>
1797 Fixed a hang in the layout tests.
1798 My checkin earlier today broke things such that the transaction call errors out instead of succeeds.
1799 Therefore LayoutTestController is never notified that the test is done.
1801 This changes modifies the test such that the controller is notified of completion even if
1802 there's a transaction error.
1804 The net effect of this fix is to transform the hang to a single layout test failure, so people
1805 and the bots don't have their run-webkit-tests hang while I try to fix the real regression.
1807 * storage/transaction_callback_exception_crash.html:
1809 2007-11-29 Darin Adler <darin@apple.com>
1813 - test for http://bugs.webkit.org/show_bug.cgi?id=16191
1814 REGRESSION: cannot tab to radio input after setting checked to false
1816 * fast/forms/input-radio-checked-tab-expected.txt: Added.
1817 * fast/forms/input-radio-checked-tab.html: Added.
1819 2007-11-29 Alice Liu <alice.liu@apple.com>
1821 Move Mac-specific results of fast/dom/wrapper-classes.html into platform/mac and replace them with non-Mac results
1825 * fast/dom/wrapper-classes-expected.txt: Replaced.
1826 * platform/mac/fast/dom/wrapper-classes-expected.txt: Copied from fast/dom/wrapper-classes-expected.txt.
1828 2007-11-29 Alice Liu <alice.liu@apple.com>
1830 Group drag-n-drop related failures under one bug
1832 We don't know the specific causes of these failures, but we believe
1833 they're due to bugs in DRT's drag-n-drop implementation.
1837 * platform/win/Skipped:
1839 2007-11-29 Alice Liu <alice.liu@apple.com>
1843 * platform/win/Skipped: Removed another passing test.
1845 2007-11-29 Alice Liu <alice.liu@apple.com>
1849 * platform/win/Skipped: Recategorized one failing test and removed a
1852 2007-11-29 Alice Liu <alice.liu@apple.com>
1854 Removing <rdar://5507350> from skipped list because it's not failing.
1856 * platform/win/Skipped:
1858 2007-11-29 Anders Carlsson <andersca@apple.com>
1862 Move Mac-specific tests to platform/mac.
1864 * fast/events/objc-event-api-expected.txt: Removed.
1865 * fast/events/objc-event-api.html: Removed.
1866 * fast/events/objc-keyboard-event-creation-expected.txt: Removed.
1867 * fast/events/objc-keyboard-event-creation.html: Removed.
1868 * platform/mac/fast/events/objc-event-api-expected.txt: Copied from fast/events/objc-event-api-expected.txt.
1869 * platform/mac/fast/events/objc-event-api.html: Copied from fast/events/objc-event-api.html.
1870 * platform/mac/fast/events/objc-keyboard-event-creation-expected.txt: Copied from fast/events/objc-keyboard-event-creation-expected.txt.
1871 * platform/mac/fast/events/objc-keyboard-event-creation.html: Copied from fast/events/objc-keyboard-event-creation.html.
1873 2007-11-29 Alice Liu <alice.liu@apple.com>
1875 Removing some fixed tests
1877 * platform/win/Skipped:
1879 2007-11-29 Anders Carlsson <andersca@apple.com>
1883 <rdar://problem/5132005>
1884 setUserStyleSheetEnabled is not fully implemented in Windows DRT.
1886 * platform/win/Skipped:
1888 2007-11-28 Mark Rowe <mrowe@apple.com>
1890 Unreviewed layout test fix. Fix typos in the name of four files used by HTTP layout tests.
1892 In r28120 and r28128 the references to these files had the typo fixed, but the files themselves did not.
1893 This caused four layout tests to fail.
1895 * http/tests/security/javascriptURL/resources/foreign-domain-javascipt-url-accessee-iframe.html: Removed.
1896 * http/tests/security/javascriptURL/resources/foreign-domain-javascipt-url-accessee-opened-frame.html: Removed.
1897 * http/tests/security/javascriptURL/resources/foreign-domain-javascipt-url-accessor-iframe.html: Removed.
1898 * http/tests/security/javascriptURL/resources/foreign-domain-javascipt-url-accessor-opened-frame.html: Removed.
1899 * 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.
1900 * 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.
1901 * 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.
1902 * 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.
1904 2007-11-28 Antti Koivisto <antti@apple.com>
1908 Test that fallback content inside media elements is not be rendered.
1910 * media/fallback-expected.txt: Added.
1911 * media/fallback.html: Added.
1913 2007-11-28 Alice Liu <alice.liu@apple.com>
1915 just some more typo fixes
1917 * http/tests/security/javascriptURL/xss-ALLOWED-from-javascript-url-sub-frame-2-level-expected.txt:
1918 * http/tests/security/javascriptURL/xss-ALLOWED-from-javascript-url-sub-frame-2-level.html:
1919 * http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-url-from-javscript-url-expected.txt:
1920 * http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-url-from-javscript-url.html:
1921 * http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-url-sub-frame-2-level-expected.txt:
1922 * http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-url-sub-frame-2-level.html:
1923 * http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-url-sub-frame-expected.txt:
1924 * http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-url-sub-frame.html:
1925 * http/tests/security/javascriptURL/xss-DENIED-from-javascript-url-in-foreign-domain-subframe-expected.txt:
1926 * http/tests/security/javascriptURL/xss-DENIED-from-javascript-url-in-foreign-domain-subframe.html:
1927 * http/tests/security/javascriptURL/xss-DENIED-from-javascript-url-in-foreign-domain-window-open-expected.txt:
1928 * http/tests/security/javascriptURL/xss-DENIED-from-javascript-url-in-foreign-domain-window-open.html:
1929 * http/tests/security/javascriptURL/xss-DENIED-to-javascript-url-in-foreign-domain-subframe-expected.txt:
1930 * http/tests/security/javascriptURL/xss-DENIED-to-javascript-url-in-foreign-domain-subframe.html:
1931 * http/tests/security/javascriptURL/xss-DENIED-to-javascript-url-in-foreign-domain-window-open-expected.txt:
1932 * http/tests/security/javascriptURL/xss-DENIED-to-javascript-url-in-foreign-domain-window-open.html:
1934 2007-11-28 Antti Koivisto <antti@apple.com>
1938 <rdar://problem/5605668>
1939 Implement controls attribute for video element
1941 - A new test for the controls attribute.
1942 - Add the controls attibute to all existing video tests. This will give the code
1943 some additional exercise without affecting test results.
1945 * media/progress-event.html:
1946 * media/video-append-source.html:
1947 * media/video-autoplay.html:
1948 * media/video-buffered.html:
1949 * media/video-controls-expected.txt: Added.
1950 * media/video-controls.html: Added.
1951 * media/video-currentTime-set.html:
1952 * media/video-currentTime-set2.html:
1953 * media/video-currentTime.html:
1954 * media/video-dom-autoplay.html:
1955 * media/video-dom-end.html:
1956 * media/video-dom-loopcount.html:
1957 * media/video-dom-loopend.html:
1958 * media/video-dom-loopstart.html:
1959 * media/video-dom-src.html:
1960 * media/video-dom-start.html:
1961 * media/video-end.html:
1962 * media/video-error-abort.html:
1963 * media/video-error-does-not-exist.html:
1964 * media/video-load-networkState.html:
1965 * media/video-load-readyState.html:
1966 * media/video-loopcount.html:
1967 * media/video-loopend.html:
1968 * media/video-loopstart.html:
1969 * media/video-muted.html:
1970 * media/video-no-autoplay.html:
1971 * media/video-pause-empty-events.html:
1972 * media/video-play-empty-events.html:
1973 * media/video-play-pause-events.html:
1974 * media/video-play-pause-exception.html:
1975 * media/video-poster.html:
1976 * media/video-seek-past-end-paused.html:
1977 * media/video-seek-past-end-playing.html:
1978 * media/video-seekable.html:
1979 * media/video-seeking.html:
1980 * media/video-size.html:
1981 * media/video-source-media.html:
1982 * media/video-source-type.html:
1983 * media/video-source.html:
1984 * media/video-src-change.html:
1985 * media/video-src-remove.html:
1986 * media/video-src-set.html:
1987 * media/video-src-source.html:
1988 * media/video-src.html:
1989 * media/video-start.html:
1990 * media/video-volume.html:
1991 * media/video-width-height.html:
1993 2007-11-28 Justin Garcia <justin.garcia@apple.com>
1995 Reviewed by Darin Adler.
1997 <rdar://problem/5573879> GMail Beta: Crash in when undoing Remove Formating
1999 Added to demonstrate fixes:
2000 * editing/execCommand/5573879.html: Added.
2001 * platform/mac/editing/execCommand/5573879-expected.checksum: Added.
2002 * platform/mac/editing/execCommand/5573879-expected.png: Added.
2003 * platform/mac/editing/execCommand/5573879-expected.txt: Added.
2005 Fixes (RemoveFormat now preserves the selection correctly):
2006 * platform/mac/editing/execCommand/4920742-1-expected.checksum:
2007 * platform/mac/editing/execCommand/4920742-1-expected.png:
2008 * platform/mac/editing/execCommand/4920742-1-expected.txt:
2009 * platform/mac/editing/execCommand/remove-formatting-2-expected.checksum:
2010 * platform/mac/editing/execCommand/remove-formatting-2-expected.png:
2011 * platform/mac/editing/execCommand/remove-formatting-2-expected.txt:
2012 * platform/mac/editing/execCommand/remove-formatting-expected.checksum:
2013 * platform/mac/editing/execCommand/remove-formatting-expected.png:
2014 * platform/mac/editing/execCommand/remove-formatting-expected.txt:
2016 2007-11-28 Timothy Hatcher <timothy@apple.com>
2018 Make this test not depend on the screen size.
2020 * fast/dom/Window/window-resize-expected.txt:
2021 * fast/dom/Window/window-resize.html:
2023 2007-11-28 Anders Carlsson <andersca@apple.com>
2027 <rdar://problem/5132001>
2028 contextClick is not implemented in DRT on Windows.
2030 Remove tests that pass now that we have contextClick.
2032 * platform/win/Skipped:
2034 2007-11-28 Alice Liu <alice.liu@apple.com>
2036 Removing some tests tracked by <rdar://5130762> because they don't fail.
2038 * platform/win/Skipped:
2040 2007-11-28 Alice Liu <alice.liu@apple.com>
2042 Removing fixed tests tracked by <rdar://5128229>
2044 * platform/win/Skipped:
2046 2007-11-28 Alice Liu <alice.liu@apple.com>
2048 Rubberstamped by Sam.
2050 Fixing a typo in some filenames
2052 * http/tests/security/javascriptURL/xss-DENIED-from-javascipt-url-in-foreign-domain-subframe-expected.txt: Removed.
2053 * http/tests/security/javascriptURL/xss-DENIED-from-javascipt-url-in-foreign-domain-subframe.html: Removed.
2054 * http/tests/security/javascriptURL/xss-DENIED-from-javascipt-url-in-foreign-domain-window-open-expected.txt: Removed.
2055 * http/tests/security/javascriptURL/xss-DENIED-from-javascipt-url-in-foreign-domain-window-open.html: Removed.
2056 * 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.
2057 * 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.
2058 * 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.
2059 * 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.
2060 * http/tests/security/javascriptURL/xss-DENIED-to-javascipt-url-in-foreign-domain-subframe-expected.txt: Removed.
2061 * http/tests/security/javascriptURL/xss-DENIED-to-javascipt-url-in-foreign-domain-subframe.html: Removed.
2062 * http/tests/security/javascriptURL/xss-DENIED-to-javascipt-url-in-foreign-domain-window-open-expected.txt: Removed.
2063 * http/tests/security/javascriptURL/xss-DENIED-to-javascipt-url-in-foreign-domain-window-open.html: Removed.
2064 * 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.
2065 * 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.
2066 * 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.
2067 * 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.
2068 * platform/win/Skipped:
2070 2007-11-28 Dan Bernstein <mitz@apple.com>
2072 Reviewed by Dave Hyatt.
2074 - test for <rdar://problem/5612459> CrashTracer: [REGRESSION] 61 crashes in Safari at com.apple.WebCore: WebCore::AutoTableLayout::layout + 2046
2076 * fast/table/empty-auto-column-zero-divide-expected.txt: Added.
2077 * fast/table/empty-auto-column-zero-divide.html: Added.
2079 2007-11-28 Jon Honeycutt <jhoneycutt@apple.com>
2083 <rdar://problem/5507360> plugins/return-error-from-new-stream-callback-
2084 in-full-frame-plugin.html is crashing
2086 Alice fixed this in r28046
2088 * platform/win/Skipped:
2090 2007-11-27 Beth Dakin <bdakin@apple.com>
2094 Test for <rdar://problem/5616052> SVGs with width or height of 100%
2095 hang when used as a background-image (16164)
2097 * fast/images/resources/width-100-percent.svg: Added.
2098 * fast/images/svg-width-100p-as-background.html: Added.
2099 * platform/mac/fast/images/svg-width-100p-as-background-expected.checksum: Added.
2100 * platform/mac/fast/images/svg-width-100p-as-background-expected.png: Added.
2101 * platform/mac/fast/images/svg-width-100p-as-background-expected.txt: Added.
2103 2007-11-27 Timothy Hatcher <timothy@apple.com>
2105 Reviewed by Kevin McCullough.
2107 Bug 16161: window.moveBy(0, 0) moves the window by -22px vertically
2108 http://bugs.webkit.org/show_bug.cgi?id=16161
2110 Added test cases for moveBy(0, 0), moveBy(0, 1) and moveBy(1, 0).
2112 * fast/dom/Window/window-resize.html:
2113 * fast/dom/Window/window-resize-expected.txt:
2115 2007-11-26 Timothy Hatcher <timothy@apple.com>
2117 Reviewed by Dave Hyatt.
2119 Test for: <rdar://problem/5569233> Add the ability to disable author and user CSS styles
2121 * fast/css/disabled-author-styles.html: Added.
2122 * platform/mac/fast/css/disabled-author-styles-expected.txt: Added.
2124 2007-11-26 Feng Qian <ian.eng.webkit@gmail.com>
2126 Reviewed by Sam Weinig.
2128 Tests for http://bugs.webkit.org/show_bug.cgi?id=16073
2130 * http/tests/security/resources/iframe-invalid-domain-change.html: Added.
2131 * http/tests/security/xss-DENIED-invalid-domain-change-expected.txt: Added.
2132 * http/tests/security/xss-DENIED-invalid-domain-change.html: Added.
2134 2007-11-26 Darin Adler <darin@apple.com>
2138 - test for http://bugs.webkit.org/show_bug.cgi?id=16096
2139 REGRESSION (r26653-r26699): Plaxo.com addressbook does not load in webkit nightlies
2141 * fast/js/regexp-overflow-expected.txt: Added.
2142 * fast/js/regexp-overflow.html: Added.
2143 * fast/js/resources/regexp-overflow.js: Added.
2145 2007-11-26 Sam Weinig <sam@webkit.org>
2149 Tests for <rdar://problem/5592988>
2151 - Update and add tests for new tighter restrictions on what frames in other domains
2154 * http/tests/security/cross-frame-access-location-expected.txt:
2155 * http/tests/security/frameNavigation: Added.
2156 * http/tests/security/frameNavigation/resources: Added.
2157 * http/tests/security/frameNavigation/resources/iframe-that-performs-parent-navigation.html: Added.
2158 * http/tests/security/frameNavigation/resources/iframe-with-inner-frame-on-foreign-domain.html: Added.
2159 * http/tests/security/frameNavigation/resources/navigation-changed-iframe.html: Added.
2160 * http/tests/security/frameNavigation/xss-ALLOWED-parent-navigation-change-expected.txt: Added.
2161 * http/tests/security/frameNavigation/xss-ALLOWED-parent-navigation-change.html: Added.
2162 * http/tests/security/frameNavigation/xss-ALLOWED-targeted-subframe-navigation-change-expected.txt: Added.
2163 * http/tests/security/frameNavigation/xss-ALLOWED-targeted-subframe-navigation-change.html: Added.
2165 2007-11-26 Dan Bernstein <mitz@apple.com>
2167 Reviewed by Dave Hyatt.
2169 - 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
2171 * fast/dynamic/float-withdrawal-2.html: Added.
2172 * platform/mac/fast/dynamic/float-withdrawal-2-expected.checksum: Added.
2173 * platform/mac/fast/dynamic/float-withdrawal-2-expected.png: Added.
2174 * platform/mac/fast/dynamic/float-withdrawal-2-expected.txt: Added.
2176 2007-11-25 Adam Roben <aroben@apple.com>
2178 * platform/win/Skipped: Add a known failure.
2180 2007-11-25 Adam Roben <aroben@apple.com>
2182 * platform/win/Skipped: Remove an unnecessary entry.
2184 2007-11-25 Mark Rowe <mrowe@apple.com>
2186 Reviewed by Dan Bernstein.
2188 Test for http://bugs.webkit.org/show_bug.cgi?id=16129
2189 Bug 16129: REGRESSION (r27761-r27811): malloc error while visiting http://mysit.es (crashes release build)
2191 * fast/js/regexp-range-out-of-order-expected.txt: Added.
2192 * fast/js/regexp-range-out-of-order.html: Added.
2193 * fast/js/resources/regexp-range-out-of-order.js: Added.
2195 2007-11-25 Nikolas Zimmermann <zimmermann@kde.org>
2197 Reviewed by Adam Roben.
2199 Update layout test results after fixing text path boundaries if text-anchor is not set to 'start'.
2201 * platform/mac/svg/W3C-SVG-1.1/text-align-04-b-expected.txt:
2202 * platform/mac/svg/text/textPathBoundsBug-expected.checksum: Added.
2203 * platform/mac/svg/text/textPathBoundsBug-expected.png: Added.
2204 * platform/mac/svg/text/textPathBoundsBug-expected.txt: Added.
2205 * svg/batik/text/textGlyphOrientationHorizontal-expected.txt:
2206 * svg/batik/text/textOnPath-expected.txt:
2207 * svg/batik/text/textOnPath3-expected.txt:
2208 * svg/batik/text/verticalTextOnPath-expected.txt:
2209 * svg/text/text-align-04-b-expected.checksum:
2210 * svg/text/text-align-04-b-expected.png:
2211 * svg/text/text-align-04-b-expected.txt:
2212 * svg/text/textPathBoundsBug.svg: Added.
2214 2007-11-25 Alexey Proskuryakov <ap@webkit.org>
2218 http://bugs.webkit.org/show_bug.cgi?id=15919
2219 XSLTProcessor.transformToFragment creates an extra not defined TEXT_NODE at the end
2221 * fast/xsl/extra-lf-at-end-expected.txt: Added.
2222 * fast/xsl/extra-lf-at-end.html: Added.
2223 * fast/xsl/xslt-processor-expected.txt:
2224 * platform/mac/fast/xsl/xslt-enc-cyr-expected.txt:
2225 * platform/mac/fast/xsl/xslt-enc-expected.txt:
2226 * platform/mac/fast/xsl/xslt-enc16-expected.txt:
2227 * platform/mac/fast/xsl/xslt-enc16to16-expected.txt:
2228 * platform/mac/fast/xsl/xslt-text-expected.txt:
2230 2007-11-24 David D. Kilzer <ddkilzer@webkit.org>
2232 Added tests for select.options.remove(boolean).
2236 * fast/js/resources/select-options-add.js: Added two tests.
2237 * fast/js/select-options-add-expected.txt: Updated results.
2239 2007-11-23 Antti Koivisto <antti@apple.com>
2241 Set video src from script, not from the element attribute. This
2242 guarantees load events do not fire before event listeners are registered.
2243 This change does not affect test results.
2245 * media/progress-event.html:
2246 * media/video-autoplay.html:
2247 * media/video-buffered.html:
2248 * media/video-currentTime-set.html:
2249 * media/video-currentTime-set2.html:
2250 * media/video-currentTime.html:
2251 * media/video-dom-autoplay.html:
2252 * media/video-error-abort.html:
2253 * media/video-error-does-not-exist.html:
2254 * media/video-load-networkState.html:
2255 * media/video-load-readyState.html:
2256 * media/video-no-autoplay.html:
2257 * media/video-seekable.html:
2258 * media/video-seeking.html:
2259 * media/video-size.html:
2260 * media/video-src.html:
2261 * media/video-start.html:
2263 2007-11-23 Alexey Proskuryakov <ap@webkit.org>
2267 <rdar://problem/5539306> REGRESSION: redirect fails when subframe's document is opened but
2268 not closed (affects digg.com)
2270 * fast/loader/meta-refresh-vs-open-expected.txt: Added.
2271 * fast/loader/meta-refresh-vs-open.html: Added.
2272 Test that HTTP refresh never fires if the document stays open indefinitely.
2274 * fast/loader/redirect-with-open-subframe-expected.txt: Added.
2275 * fast/loader/redirect-with-open-subframe.html: Added.
2276 * fast/loader/redirect-with-open-subframe-2-expected.txt: Added.
2277 * fast/loader/redirect-with-open-subframe-2.html: Added.
2278 Test that setting window.location has effect even if the document is open.
2280 * http/tests/loading/onload-vs-immediate-refresh-expected.txt: Added.
2281 * http/tests/loading/onload-vs-immediate-refresh.pl: Added.
2282 Test for <rdar://3829452> - HTTP redirect should only happen after onload fires.
2284 * platform/mac/http/tests/loading/simple-subframe-expected.txt:
2285 It seems that there was a line spilled from the previous test that is now in
2286 onload-vs-immediate-refresh-expected.txt - despite my efforts, I couldn't get rid of it.
2288 2007-11-23 Dan Bernstein <mitz@apple.com>
2290 Reviewed by Alexey Proskuryakov.
2292 - test the matrix transforms are applied on the correct side
2294 * fast/transforms/matrix-02.html: Added.
2295 * platform/mac/fast/transforms/matrix-02-expected.checksum: Added.
2296 * platform/mac/fast/transforms/matrix-02-expected.png: Added.
2297 * platform/mac/fast/transforms/matrix-02-expected.txt: Added.
2299 2007-11-23 Alexey Proskuryakov <ap@webkit.org>
2303 http://bugs.webkit.org/show_bug.cgi?id=16077
2304 <rdar://problem/5609785> XSLT processor <xsl:sort> algorithm is incompatible with other
2305 browser implementations
2307 * fast/xsl/sort-unicode-expected.txt: Added.
2308 * fast/xsl/sort-unicode.xml: Added.
2309 * fast/xsl/sort-unicode.xsl: Added.
2311 2007-11-22 Dan Bernstein <mitz@apple.com>
2313 Reviewed by Maciej Stachowiak.
2315 - pixel test for http://bugs.webkit.org/show_bug.cgi?id=15943
2316 -webkit-transform matrix does not work
2318 * fast/transforms/matrix-01.html: Added.
2319 * platform/mac/fast/transforms/matrix-01-expected.checksum: Added.
2320 * platform/mac/fast/transforms/matrix-01-expected.png: Added.
2321 * platform/mac/fast/transforms/matrix-01-expected.txt: Added.
2323 2007-11-22 Julien Chaffraix <julien.chaffraix@gmail.com>
2327 Bug 15530: XMLHttpRequest should not support certain methods
2329 * http/tests/xmlhttprequest/xmlhttprequest-forbidden-methods-exception-expected.txt: Added.
2330 * http/tests/xmlhttprequest/xmlhttprequest-forbidden-methods-exception.html: Added.
2332 2007-11-21 Dan Bernstein <mitz@apple.com>
2334 Reviewed by Eric Seidel.
2336 - repaint test for <rdar://problem/5607037> REGRESSION (r27351): Departure date does not repaint when changed on Google Maps public transit planner (16034)
2338 * fast/repaint/subtree-root-skipped.html: Added.
2339 * platform/mac-leopard/fast/repaint/subtree-root-skipped-expected.checksum: Added.
2340 * platform/mac-leopard/fast/repaint/subtree-root-skipped-expected.png: Added.
2341 * platform/mac/fast/repaint/subtree-root-skipped-expected.txt: Added.
2343 2007-11-21 Alexey Proskuryakov <ap@webkit.org>
2347 <rdar://problem/5230233> dom/xhtml/level2/html/frame.xhtml is failing on Windows
2349 This isn't actually a test, but an unused resource - we should re-work the W3C test rig to
2350 support subresource loading from (X)HTML.
2351 Anyway, it doesn't fail for me, I suppose this problem was fixed since the bug was filed.
2353 * platform/win/Skipped:
2355 2007-11-21 Alexey Proskuryakov <ap@webkit.org>
2359 Fix a copy/paste error in the test (introduced in bug 12194).
2361 * http/tests/xmlhttprequest/zero-length-response-sync-expected.txt:
2362 * http/tests/xmlhttprequest/zero-length-response-sync.html:
2364 2007-11-20 Mark Rowe <mrowe@apple.com>
2366 Reviewed by Sam Weinig.
2368 Tests for http://bugs.webkit.org/show_bug.cgi?id=16074
2369 Bug 16074: execCommand("InsertHorizontalRule", false, "") results in id="" being inserted
2371 * editing/execCommand/arguments-combinations-expected.txt:
2372 * editing/execCommand/arguments-combinations.html:
2374 2007-11-20 Lars Knoll <lars@trolltech.com>
2378 Adjust some test result after fixing a bug related to computation
2379 of QFont::xHeight() in Qt.
2381 * platform/qt/css2.1/t040302-c61-ex-len-00-b-a-expected.txt:
2382 * platform/qt/css2.1/t1008-c44-ln-box-02-d-ag-expected.txt:
2383 * platform/qt/css2.1/t100801-c544-valgn-01-d-ag-expected.txt:
2384 * platform/qt/css2.1/t100801-c548-ln-ht-02-b-ag-expected.txt:
2385 * platform/qt/css2.1/t1507-c526-font-sz-02-b-a-expected.txt:
2387 2007-11-20 Lars Knoll <lars@trolltech.com>
2391 Fix text break interators.
2393 The break iterators where trying to be smart about the input
2394 string and caching their results. Unfortunately a pointer/string length
2395 comparison is not good enough in all cases (since some input is stack based
2396 temp strings). Removed the caching but at the same time started to use a more
2397 efficient constructor of QTextBoundaryFinder that doesn't need to malloc for
2400 Fixes two test cases that test "text-transform: capitalize".
2402 * platform/qt/css1/text_properties/text-transCapitalize-expected.txt:
2403 * platform/qt/fast/css/textCapitalizeEdgeCases-expected.txt:
2405 2007-11-19 Antti Koivisto <antti@apple.com>
2407 Rubber-stamped by bdash.
2409 Improve coverage of these tests.
2411 * media/video-muted-expected.txt:
2412 * media/video-muted.html:
2413 * media/video-volume-expected.txt:
2414 * media/video-volume.html:
2416 2007-11-19 Julien Chaffraix <julien.chaffraix@gmail.com>
2420 http://bugs.webkit.org/show_bug.cgi?id=12194
2421 Bug 12194: Trying to access XMLHttpRequest.responseText or responseXML when they are not
2422 available should raise an exception
2424 * http/tests/xmlhttprequest/xmlhttprequest-responseText-exception-expected.txt: Added.
2425 * http/tests/xmlhttprequest/xmlhttprequest-responseText-exception.html: Added.
2426 * http/tests/xmlhttprequest/xmlhttprequest-responseXML-exception-expected.txt: Added.
2427 * http/tests/xmlhttprequest/xmlhttprequest-responseXML-exception.html: Added.
2428 * http/tests/xmlhttprequest/zero-length-response-expected.txt: Updated result
2429 * http/tests/xmlhttprequest/zero-length-response-sync-expected.txt: Updated result
2430 * http/tests/xmlhttprequest/zero-length-response-sync.html: Corrected URL & added
2431 exception handling to test case
2433 2007-11-18 Alexey Proskuryakov <ap@webkit.org>
2437 <rdar://problem/5546393> Whitespace handling doesn't match HTML5.
2439 * fast/parser/html-whitespace-expected.txt: Added.
2440 * fast/parser/html-whitespace.html: Added.
2442 2007-11-16 Dan Bernstein <mitz@apple.com>
2444 Reviewed by Darin Adler.
2446 - repaint test for <http://bugs.webkit.org/show_bug.cgi?id=15994>
2447 REGRESSION: Incomplete repaint of CSS image substitution
2449 * fast/repaint/clip-with-layout-delta.html: Added.
2450 * platform/mac/fast/repaint/clip-with-layout-delta-expected.checksum: Added.
2451 * platform/mac/fast/repaint/clip-with-layout-delta-expected.png: Added.
2452 * platform/mac/fast/repaint/clip-with-layout-delta-expected.txt: Added.
2454 2007-11-16 Antti Koivisto <antti@apple.com>
2458 Seeking related test updates
2459 - update to match specificiation
2460 - rename loopCount to playCount everywhere
2461 - timeupdate events during seek
2462 - fix that some tests (like audio ones) depended on timing sensitive ordering of play and load events
2463 - add text about what is being tested
2465 Add new tests for seeking past end, seeking past loaded position and 'seeking' DOM attribute.
2467 * http/tests/media/video-seekable-stall-expected.txt: Added.
2468 * http/tests/media/video-seekable-stall.html: Added.
2469 * media/audio-constructor-expected.txt:
2470 * media/audio-constructor-src-expected.txt:
2471 * media/audio-constructor-src.html:
2472 * media/audio-constructor.html:
2473 * media/video-dom-loopcount-expected.txt:
2474 * media/video-dom-loopcount.html:
2475 * media/video-dom-loopend-expected.txt:
2476 * media/video-dom-loopend.html:
2477 * media/video-dom-loopstart-expected.txt:
2478 * media/video-dom-loopstart.html:
2479 * media/video-dom-start-expected.txt:
2480 * media/video-dom-start.html:
2481 * media/video-loopcount-expected.txt:
2482 * media/video-loopcount.html:
2483 * media/video-loopend-expected.txt:
2484 * media/video-loopend.html:
2485 * media/video-loopstart-expected.txt:
2486 * media/video-loopstart.html:
2487 * media/video-seek-past-end-paused-expected.txt: Added.
2488 * media/video-seek-past-end-paused.html: Added.
2489 * media/video-seek-past-end-playing-expected.txt: Added.
2490 * media/video-seek-past-end-playing.html: Added.
2491 * media/video-seeking-expected.txt: Added.
2492 * media/video-seeking.html: Added.
2493 * media/video-test.js:
2495 2007-11-16 Anders Carlsson <andersca@apple.com>
2499 <rdar://problem/5603832>
2500 XMLHttpRequest readyState 3 & responseText buffer issues.
2502 Remove http/tests/xmlhttprequest/small-chunks-response-text.html from the Skipped list.
2504 * platform/win/Skipped:
2506 2007-11-16 Dan Bernstein <mitz@apple.com>
2508 Reviewed by Darin Adler and Sam Weinig.
2510 - remove fast/forms/select-type-ahead-non-latin.html after fixing <rdar://problem/5134075>
2512 * platform/win/Skipped:
2514 2007-11-16 Nikolas Zimmermann <zimmermann@kde.org>
2516 Rubberstamped by Eric.
2518 Full update of the SVG pixel tests - all files containing text show rendering improvments.
2519 Text looks more 'bold' as it's supposed to be according to the W3C reference rendering, not
2520 sure what commit actually caused it - but it's better now.
2522 * platform/mac/svg/W3C-SVG-1.1/animate-elem-02-t-expected.checksum:
2523 * platform/mac/svg/W3C-SVG-1.1/animate-elem-02-t-expected.png:
2524 * platform/mac/svg/W3C-SVG-1.1/animate-elem-03-t-expected.checksum:
2525 * platform/mac/svg/W3C-SVG-1.1/animate-elem-03-t-expected.png:
2526 * platform/mac/svg/W3C-SVG-1.1/animate-elem-04-t-expected.checksum:
2527 * platform/mac/svg/W3C-SVG-1.1/animate-elem-04-t-expected.png:
2528 * platform/mac/svg/W3C-SVG-1.1/animate-elem-05-t-expected.checksum:
2529 * platform/mac/svg/W3C-SVG-1.1/animate-elem-05-t-expected.png:
2530 * platform/mac/svg/W3C-SVG-1.1/animate-elem-06-t-expected.checksum:
2531 * platform/mac/svg/W3C-SVG-1.1/animate-elem-06-t-expected.png:
2532 * platform/mac/svg/W3C-SVG-1.1/animate-elem-07-t-expected.checksum:
2533 * platform/mac/svg/W3C-SVG-1.1/animate-elem-07-t-expected.png:
2534 * platform/mac/svg/W3C-SVG-1.1/animate-elem-08-t-expected.checksum:
2535 * platform/mac/svg/W3C-SVG-1.1/animate-elem-08-t-expected.png:
2536 * platform/mac/svg/W3C-SVG-1.1/animate-elem-09-t-expected.checksum:
2537 * platform/mac/svg/W3C-SVG-1.1/animate-elem-09-t-expected.png:
2538 * platform/mac/svg/W3C-SVG-1.1/animate-elem-10-t-expected.checksum:
2539 * platform/mac/svg/W3C-SVG-1.1/animate-elem-10-t-expected.png:
2540 * platform/mac/svg/W3C-SVG-1.1/animate-elem-11-t-expected.checksum:
2541 * platform/mac/svg/W3C-SVG-1.1/animate-elem-11-t-expected.png:
2542 * platform/mac/svg/W3C-SVG-1.1/animate-elem-12-t-expected.checksum:
2543 * platform/mac/svg/W3C-SVG-1.1/animate-elem-12-t-expected.png:
2544 * platform/mac/svg/W3C-SVG-1.1/animate-elem-13-t-expected.checksum:
2545 * platform/mac/svg/W3C-SVG-1.1/animate-elem-13-t-expected.png:
2546 * platform/mac/svg/W3C-SVG-1.1/animate-elem-14-t-expected.checksum:
2547 * platform/mac/svg/W3C-SVG-1.1/animate-elem-14-t-expected.png:
2548 * platform/mac/svg/W3C-SVG-1.1/animate-elem-15-t-expected.checksum:
2549 * platform/mac/svg/W3C-SVG-1.1/animate-elem-15-t-expected.png:
2550 * platform/mac/svg/W3C-SVG-1.1/animate-elem-16-t-expected.checksum:
2551 * platform/mac/svg/W3C-SVG-1.1/animate-elem-16-t-expected.png:
2552 * platform/mac/svg/W3C-SVG-1.1/animate-elem-17-t-expected.checksum:
2553 * platform/mac/svg/W3C-SVG-1.1/animate-elem-17-t-expected.png:
2554 * platform/mac/svg/W3C-SVG-1.1/animate-elem-18-t-expected.checksum:
2555 * platform/mac/svg/W3C-SVG-1.1/animate-elem-18-t-expected.png:
2556 * platform/mac/svg/W3C-SVG-1.1/animate-elem-19-t-expected.checksum:
2557 * platform/mac/svg/W3C-SVG-1.1/animate-elem-19-t-expected.png:
2558 * platform/mac/svg/W3C-SVG-1.1/animate-elem-20-t-expected.checksum:
2559 * platform/mac/svg/W3C-SVG-1.1/animate-elem-20-t-expected.png:
2560 * platform/mac/svg/W3C-SVG-1.1/animate-elem-21-t-expected.checksum:
2561 * platform/mac/svg/W3C-SVG-1.1/animate-elem-21-t-expected.png:
2562 * platform/mac/svg/W3C-SVG-1.1/animate-elem-22-b-expected.checksum:
2563 * platform/mac/svg/W3C-SVG-1.1/animate-elem-22-b-expected.png:
2564 * platform/mac/svg/W3C-SVG-1.1/animate-elem-23-t-expected.checksum:
2565 * platform/mac/svg/W3C-SVG-1.1/animate-elem-23-t-expected.png:
2566 * platform/mac/svg/W3C-SVG-1.1/animate-elem-24-t-expected.checksum:
2567 * platform/mac/svg/W3C-SVG-1.1/animate-elem-24-t-expected.png:
2568 * platform/mac/svg/W3C-SVG-1.1/animate-elem-25-t-expected.checksum:
2569 * platform/mac/svg/W3C-SVG-1.1/animate-elem-25-t-expected.png:
2570 * platform/mac/svg/W3C-SVG-1.1/animate-elem-26-t-expected.checksum:
2571 * platform/mac/svg/W3C-SVG-1.1/animate-elem-26-t-expected.png:
2572 * platform/mac/svg/W3C-SVG-1.1/animate-elem-27-t-expected.checksum:
2573 * platform/mac/svg/W3C-SVG-1.1/animate-elem-27-t-expected.png:
2574 * platform/mac/svg/W3C-SVG-1.1/animate-elem-28-t-expected.checksum:
2575 * platform/mac/svg/W3C-SVG-1.1/animate-elem-28-t-expected.png:
2576 * platform/mac/svg/W3C-SVG-1.1/animate-elem-29-b-expected.checksum:
2577 * platform/mac/svg/W3C-SVG-1.1/animate-elem-29-b-expected.png:
2578 * platform/mac/svg/W3C-SVG-1.1/animate-elem-30-t-expected.checksum:
2579 * platform/mac/svg/W3C-SVG-1.1/animate-elem-30-t-expected.png:
2580 * platform/mac/svg/W3C-SVG-1.1/animate-elem-31-t-expected.checksum:
2581 * platform/mac/svg/W3C-SVG-1.1/animate-elem-31-t-expected.png:
2582 * platform/mac/svg/W3C-SVG-1.1/animate-elem-32-t-expected.checksum:
2583 * platform/mac/svg/W3C-SVG-1.1/animate-elem-32-t-expected.png:
2584 * platform/mac/svg/W3C-SVG-1.1/animate-elem-33-t-expected.checksum:
2585 * platform/mac/svg/W3C-SVG-1.1/animate-elem-33-t-expected.png:
2586 * platform/mac/svg/W3C-SVG-1.1/animate-elem-34-t-expected.checksum:
2587 * platform/mac/svg/W3C-SVG-1.1/animate-elem-34-t-expected.png:
2588 * platform/mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.checksum:
2589 * platform/mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.png:
2590 * platform/mac/svg/W3C-SVG-1.1/animate-elem-37-t-expected.checksum:
2591 * platform/mac/svg/W3C-SVG-1.1/animate-elem-37-t-expected.png:
2592 * platform/mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.checksum:
2593 * platform/mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png:
2594 * platform/mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.checksum:
2595 * platform/mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.png:
2596 * platform/mac/svg/W3C-SVG-1.1/animate-elem-41-t-expected.checksum:
2597 * platform/mac/svg/W3C-SVG-1.1/animate-elem-41-t-expected.png:
2598 * platform/mac/svg/W3C-SVG-1.1/animate-elem-44-t-expected.checksum:
2599 * platform/mac/svg/W3C-SVG-1.1/animate-elem-44-t-expected.png:
2600 * platform/mac/svg/W3C-SVG-1.1/animate-elem-46-t-expected.checksum:
2601 * platform/mac/svg/W3C-SVG-1.1/animate-elem-46-t-expected.png:
2602 * platform/mac/svg/W3C-SVG-1.1/animate-elem-52-t-expected.checksum:
2603 * platform/mac/svg/W3C-SVG-1.1/animate-elem-52-t-expected.png:
2604 * platform/mac/svg/W3C-SVG-1.1/animate-elem-60-t-expected.checksum:
2605 * platform/mac/svg/W3C-SVG-1.1/animate-elem-60-t-expected.png:
2606 * platform/mac/svg/W3C-SVG-1.1/animate-elem-61-t-expected.checksum:
2607 * platform/mac/svg/W3C-SVG-1.1/animate-elem-61-t-expected.png:
2608 * platform/mac/svg/W3C-SVG-1.1/animate-elem-62-t-expected.checksum:
2609 * platform/mac/svg/W3C-SVG-1.1/animate-elem-62-t-expected.png:
2610 * platform/mac/svg/W3C-SVG-1.1/animate-elem-63-t-expected.checksum:
2611 * platform/mac/svg/W3C-SVG-1.1/animate-elem-63-t-expected.png:
2612 * platform/mac/svg/W3C-SVG-1.1/animate-elem-64-t-expected.checksum:
2613 * platform/mac/svg/W3C-SVG-1.1/animate-elem-64-t-expected.png:
2614 * platform/mac/svg/W3C-SVG-1.1/animate-elem-65-t-expected.checksum:
2615 * platform/mac/svg/W3C-SVG-1.1/animate-elem-65-t-expected.png:
2616 * platform/mac/svg/W3C-SVG-1.1/animate-elem-66-t-expected.checksum:
2617 * platform/mac/svg/W3C-SVG-1.1/animate-elem-66-t-expected.png:
2618 * platform/mac/svg/W3C-SVG-1.1/animate-elem-67-t-expected.checksum:
2619 * platform/mac/svg/W3C-SVG-1.1/animate-elem-67-t-expected.png:
2620 * platform/mac/svg/W3C-SVG-1.1/animate-elem-68-t-expected.checksum:
2621 * platform/mac/svg/W3C-SVG-1.1/animate-elem-68-t-expected.png:
2622 * platform/mac/svg/W3C-SVG-1.1/animate-elem-69-t-expected.checksum:
2623 * platform/mac/svg/W3C-SVG-1.1/animate-elem-69-t-expected.png:
2624 * platform/mac/svg/W3C-SVG-1.1/animate-elem-70-t-expected.checksum:
2625 * platform/mac/svg/W3C-SVG-1.1/animate-elem-70-t-expected.png:
2626 * platform/mac/svg/W3C-SVG-1.1/animate-elem-77-t-expected.checksum:
2627 * platform/mac/svg/W3C-SVG-1.1/animate-elem-77-t-expected.png:
2628 * platform/mac/svg/W3C-SVG-1.1/animate-elem-78-t-expected.checksum:
2629 * platform/mac/svg/W3C-SVG-1.1/animate-elem-78-t-expected.png:
2630 * platform/mac/svg/W3C-SVG-1.1/animate-elem-80-t-expected.checksum:
2631 * platform/mac/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png:
2632 * platform/mac/svg/W3C-SVG-1.1/animate-elem-81-t-expected.checksum:
2633 * platform/mac/svg/W3C-SVG-1.1/animate-elem-81-t-expected.png:
2634 * platform/mac/svg/W3C-SVG-1.1/animate-elem-82-t-expected.checksum:
2635 * platform/mac/svg/W3C-SVG-1.1/animate-elem-82-t-expected.png:
2636 * platform/mac/svg/W3C-SVG-1.1/animate-elem-83-t-expected.checksum:
2637 * platform/mac/svg/W3C-SVG-1.1/animate-elem-83-t-expected.png:
2638 * platform/mac/svg/W3C-SVG-1.1/animate-elem-84-t-expected.checksum:
2639 * platform/mac/svg/W3C-SVG-1.1/animate-elem-84-t-expected.png:
2640 * platform/mac/svg/W3C-SVG-1.1/animate-elem-85-t-expected.checksum:
2641 * platform/mac/svg/W3C-SVG-1.1/animate-elem-85-t-expected.png:
2642 * platform/mac/svg/W3C-SVG-1.1/color-prof-01-f-expected.checksum:
2643 * platform/mac/svg/W3C-SVG-1.1/color-prof-01-f-expected.png:
2644 * platform/mac/svg/W3C-SVG-1.1/color-prop-01-b-expected.checksum:
2645 * platform/mac/svg/W3C-SVG-1.1/color-prop-01-b-expected.png:
2646 * platform/mac/svg/W3C-SVG-1.1/color-prop-02-f-expected.checksum:
2647 * platform/mac/svg/W3C-SVG-1.1/color-prop-02-f-expected.png:
2648 * platform/mac/svg/W3C-SVG-1.1/color-prop-03-t-expected.checksum:
2649 * platform/mac/svg/W3C-SVG-1.1/color-prop-03-t-expected.png:
2650 * platform/mac/svg/W3C-SVG-1.1/coords-coord-01-t-expected.checksum:
2651 * platform/mac/svg/W3C-SVG-1.1/coords-coord-01-t-expected.png:
2652 * platform/mac/svg/W3C-SVG-1.1/coords-coord-02-t-expected.checksum:
2653 * platform/mac/svg/W3C-SVG-1.1/coords-coord-02-t-expected.png:
2654 * platform/mac/svg/W3C-SVG-1.1/coords-trans-01-b-expected.checksum:
2655 * platform/mac/svg/W3C-SVG-1.1/coords-trans-01-b-expected.png:
2656 * platform/mac/svg/W3C-SVG-1.1/coords-trans-02-t-expected.checksum:
2657 * platform/mac/svg/W3C-SVG-1.1/coords-trans-02-t-expected.png:
2658 * platform/mac/svg/W3C-SVG-1.1/coords-trans-03-t-expected.checksum:
2659 * platform/mac/svg/W3C-SVG-1.1/coords-trans-03-t-expected.png:
2660 * platform/mac/svg/W3C-SVG-1.1/coords-trans-04-t-expected.checksum:
2661 * platform/mac/svg/W3C-SVG-1.1/coords-trans-04-t-expected.png:
2662 * platform/mac/svg/W3C-SVG-1.1/coords-trans-05-t-expected.checksum:
2663 * platform/mac/svg/W3C-SVG-1.1/coords-trans-05-t-expected.png:
2664 * platform/mac/svg/W3C-SVG-1.1/coords-trans-06-t-expected.checksum:
2665 * platform/mac/svg/W3C-SVG-1.1/coords-trans-06-t-expected.png:
2666 * platform/mac/svg/W3C-SVG-1.1/coords-units-01-b-expected.checksum:
2667 * platform/mac/svg/W3C-SVG-1.1/coords-units-01-b-expected.png:
2668 * platform/mac/svg/W3C-SVG-1.1/coords-units-02-b-expected.checksum:
2669 * platform/mac/svg/W3C-SVG-1.1/coords-units-02-b-expected.png:
2670 * platform/mac/svg/W3C-SVG-1.1/coords-units-03-b-expected.checksum:
2671 * platform/mac/svg/W3C-SVG-1.1/coords-units-03-b-expected.png:
2672 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.checksum:
2673 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.png:
2674 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.checksum:
2675 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.png:
2676 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.checksum:
2677 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.png:
2678 * platform/mac/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.checksum:
2679 * platform/mac/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.png:
2680 * platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.checksum:
2681 * platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.png:
2682 * platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.checksum:
2683 * platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
2684 * platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.checksum:
2685 * platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.png:
2686 * platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.checksum:
2687 * platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
2688 * platform/mac/svg/W3C-SVG-1.1/filters-conv-01-f-expected.checksum:
2689 * platform/mac/svg/W3C-SVG-1.1/filters-conv-01-f-expected.png:
2690 * platform/mac/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.checksum:
2691 * platform/mac/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.png:
2692 * platform/mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.checksum:
2693 * platform/mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png:
2694 * platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.checksum:
2695 * platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.png:
2696 * platform/mac/svg/W3C-SVG-1.1/filters-felem-01-b-expected.checksum:
2697 * platform/mac/svg/W3C-SVG-1.1/filters-felem-01-b-expected.png:
2698 * platform/mac/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.checksum:
2699 * platform/mac/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.png:
2700 * platform/mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.checksum:
2701 * platform/mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.png:
2702 * platform/mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.checksum:
2703 * platform/mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.png:
2704 * platform/mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.checksum:
2705 * platform/mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.png:
2706 * platform/mac/svg/W3C-SVG-1.1/filters-offset-01-b-expected.checksum:
2707 * platform/mac/svg/W3C-SVG-1.1/filters-offset-01-b-expected.png:
2708 * platform/mac/svg/W3C-SVG-1.1/filters-specular-01-f-expected.checksum:
2709 * platform/mac/svg/W3C-SVG-1.1/filters-specular-01-f-expected.png:
2710 * platform/mac/svg/W3C-SVG-1.1/filters-tile-01-b-expected.checksum:
2711 * platform/mac/svg/W3C-SVG-1.1/filters-tile-01-b-expected.png:
2712 * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.checksum:
2713 * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.png:
2714 * platform/mac/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.checksum:
2715 * platform/mac/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.png:
2716 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.checksum:
2717 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.png:
2718 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.checksum:
2719 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.png:
2720 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.checksum:
2721 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.png:
2722 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.checksum:
2723 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.png:
2724 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.checksum:
2725 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.png:
2726 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.checksum:
2727 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.png:
2728 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.checksum:
2729 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.png:
2730 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.checksum:
2731 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.png:
2732 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.checksum:
2733 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.png:
2734 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.checksum:
2735 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.png:
2736 * platform/mac/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.checksum:
2737 * platform/mac/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.png:
2738 * platform/mac/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.checksum:
2739 * platform/mac/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.png:
2740 * platform/mac/svg/W3C-SVG-1.1/interact-dom-01-b-expected.checksum:
2741 * platform/mac/svg/W3C-SVG-1.1/interact-dom-01-b-expected.png:
2742 * platform/mac/svg/W3C-SVG-1.1/interact-events-01-b-expected.checksum:
2743 * platform/mac/svg/W3C-SVG-1.1/interact-events-01-b-expected.png:
2744 * platform/mac/svg/W3C-SVG-1.1/interact-order-01-b-expected.checksum:
2745 * platform/mac/svg/W3C-SVG-1.1/interact-order-01-b-expected.png:
2746 * platform/mac/svg/W3C-SVG-1.1/interact-order-02-b-expected.checksum:
2747 * platform/mac/svg/W3C-SVG-1.1/interact-order-02-b-expected.png:
2748 * platform/mac/svg/W3C-SVG-1.1/interact-order-03-b-expected.checksum:
2749 * platform/mac/svg/W3C-SVG-1.1/interact-order-03-b-expected.png:
2750 * platform/mac/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.checksum:
2751 * platform/mac/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.png:
2752 * platform/mac/svg/W3C-SVG-1.1/linking-a-01-b-expected.checksum:
2753 * platform/mac/svg/W3C-SVG-1.1/linking-a-01-b-expected.png:
2754 * platform/mac/svg/W3C-SVG-1.1/linking-a-02-b-expected.checksum:
2755 * platform/mac/svg/W3C-SVG-1.1/linking-a-02-b-expected.png:
2756 * platform/mac/svg/W3C-SVG-1.1/linking-a-03-b-expected.checksum:
2757 * platform/mac/svg/W3C-SVG-1.1/linking-a-03-b-expected.png:
2758 * platform/mac/svg/W3C-SVG-1.1/linking-a-04-t-expected.checksum:
2759 * platform/mac/svg/W3C-SVG-1.1/linking-a-04-t-expected.png:
2760 * platform/mac/svg/W3C-SVG-1.1/linking-a-05-t-expected.checksum:
2761 * platform/mac/svg/W3C-SVG-1.1/linking-a-05-t-expected.png:
2762 * platform/mac/svg/W3C-SVG-1.1/linking-a-07-t-expected.checksum:
2763 * platform/mac/svg/W3C-SVG-1.1/linking-a-07-t-expected.png:
2764 * platform/mac/svg/W3C-SVG-1.1/linking-uri-01-b-expected.checksum:
2765 * platform/mac/svg/W3C-SVG-1.1/linking-uri-01-b-expected.png:
2766 * platform/mac/svg/W3C-SVG-1.1/linking-uri-02-b-expected.checksum:
2767 * platform/mac/svg/W3C-SVG-1.1/linking-uri-02-b-expected.png:
2768 * platform/mac/svg/W3C-SVG-1.1/linking-uri-03-t-expected.checksum:
2769 * platform/mac/svg/W3C-SVG-1.1/linking-uri-03-t-expected.png:
2770 * platform/mac/svg/W3C-SVG-1.1/masking-intro-01-f-expected.checksum:
2771 * platform/mac/svg/W3C-SVG-1.1/masking-intro-01-f-expected.png:
2772 * platform/mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.checksum:
2773 * platform/mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.png:
2774 * platform/mac/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.checksum:
2775 * platform/mac/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.png:
2776 * platform/mac/svg/W3C-SVG-1.1/masking-path-01-b-expected.checksum:
2777 * platform/mac/svg/W3C-SVG-1.1/masking-path-01-b-expected.png:
2778 * platform/mac/svg/W3C-SVG-1.1/masking-path-02-b-expected.checksum:
2779 * platform/mac/svg/W3C-SVG-1.1/masking-path-02-b-expected.png:
2780 * platform/mac/svg/W3C-SVG-1.1/masking-path-03-b-expected.checksum:
2781 * platform/mac/svg/W3C-SVG-1.1/masking-path-03-b-expected.png:
2782 * platform/mac/svg/W3C-SVG-1.1/masking-path-04-b-expected.checksum:
2783 * platform/mac/svg/W3C-SVG-1.1/masking-path-04-b-expected.png:
2784 * platform/mac/svg/W3C-SVG-1.1/masking-path-05-f-expected.checksum:
2785 * platform/mac/svg/W3C-SVG-1.1/masking-path-05-f-expected.png:
2786 * platform/mac/svg/W3C-SVG-1.1/metadata-example-01-b-expected.checksum:
2787 * platform/mac/svg/W3C-SVG-1.1/metadata-example-01-b-expected.png:
2788 * platform/mac/svg/W3C-SVG-1.1/painting-fill-01-t-expected.checksum:
2789 * platform/mac/svg/W3C-SVG-1.1/painting-fill-01-t-expected.png:
2790 * platform/mac/svg/W3C-SVG-1.1/painting-fill-02-t-expected.checksum:
2791 * platform/mac/svg/W3C-SVG-1.1/painting-fill-02-t-expected.png:
2792 * platform/mac/svg/W3C-SVG-1.1/painting-fill-03-t-expected.checksum:
2793 * platform/mac/svg/W3C-SVG-1.1/painting-fill-03-t-expected.png:
2794 * platform/mac/svg/W3C-SVG-1.1/painting-fill-04-t-expected.checksum:
2795 * platform/mac/svg/W3C-SVG-1.1/painting-fill-04-t-expected.png:
2796 * platform/mac/svg/W3C-SVG-1.1/painting-fill-05-b-expected.checksum:
2797 * platform/mac/svg/W3C-SVG-1.1/painting-fill-05-b-expected.png:
2798 * platform/mac/svg/W3C-SVG-1.1/painting-marker-01-f-expected.checksum:
2799 * platform/mac/svg/W3C-SVG-1.1/painting-marker-01-f-expected.png:
2800 * platform/mac/svg/W3C-SVG-1.1/painting-marker-02-f-expected.checksum:
2801 * platform/mac/svg/W3C-SVG-1.1/painting-marker-02-f-expected.png:
2802 * platform/mac/svg/W3C-SVG-1.1/painting-marker-03-f-expected.checksum:
2803 * platform/mac/svg/W3C-SVG-1.1/painting-marker-03-f-expected.png:
2804 * platform/mac/svg/W3C-SVG-1.1/painting-render-01-b-expected.checksum:
2805 * platform/mac/svg/W3C-SVG-1.1/painting-render-01-b-expected.png:
2806 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.checksum:
2807 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.png:
2808 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.checksum:
2809 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.png:
2810 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.checksum:
2811 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.png:
2812 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.checksum:
2813 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.png:
2814 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-07-t-expected.checksum:
2815 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-07-t-expected.png:
2816 * platform/mac/svg/W3C-SVG-1.1/paths-data-01-t-expected.checksum:
2817 * platform/mac/svg/W3C-SVG-1.1/paths-data-01-t-expected.png:
2818 * platform/mac/svg/W3C-SVG-1.1/paths-data-02-t-expected.checksum:
2819 * platform/mac/svg/W3C-SVG-1.1/paths-data-02-t-expected.png:
2820 * platform/mac/svg/W3C-SVG-1.1/paths-data-03-f-expected.checksum:
2821 * platform/mac/svg/W3C-SVG-1.1/paths-data-03-f-expected.png:
2822 * platform/mac/svg/W3C-SVG-1.1/paths-data-04-t-expected.checksum:
2823 * platform/mac/svg/W3C-SVG-1.1/paths-data-04-t-expected.png:
2824 * platform/mac/svg/W3C-SVG-1.1/paths-data-05-t-expected.checksum:
2825 * platform/mac/svg/W3C-SVG-1.1/paths-data-05-t-expected.png:
2826 * platform/mac/svg/W3C-SVG-1.1/paths-data-06-t-expected.checksum:
2827 * platform/mac/svg/W3C-SVG-1.1/paths-data-06-t-expected.png:
2828 * platform/mac/svg/W3C-SVG-1.1/paths-data-07-t-expected.checksum:
2829 * platform/mac/svg/W3C-SVG-1.1/paths-data-07-t-expected.png:
2830 * platform/mac/svg/W3C-SVG-1.1/paths-data-08-t-expected.checksum:
2831 * platform/mac/svg/W3C-SVG-1.1/paths-data-08-t-expected.png:
2832 * platform/mac/svg/W3C-SVG-1.1/paths-data-09-t-expected.checksum:
2833 * platform/mac/svg/W3C-SVG-1.1/paths-data-09-t-expected.png:
2834 * platform/mac/svg/W3C-SVG-1.1/paths-data-10-t-expected.checksum:
2835 * platform/mac/svg/W3C-SVG-1.1/paths-data-10-t-expected.png:
2836 * platform/mac/svg/W3C-SVG-1.1/paths-data-12-t-expected.checksum:
2837 * platform/mac/svg/W3C-SVG-1.1/paths-data-12-t-expected.png:
2838 * platform/mac/svg/W3C-SVG-1.1/paths-data-13-t-expected.checksum:
2839 * platform/mac/svg/W3C-SVG-1.1/paths-data-13-t-expected.png:
2840 * platform/mac/svg/W3C-SVG-1.1/paths-data-14-t-expected.checksum:
2841 * platform/mac/svg/W3C-SVG-1.1/paths-data-14-t-expected.png:
2842 * platform/mac/svg/W3C-SVG-1.1/paths-data-15-t-expected.checksum:
2843 * platform/mac/svg/W3C-SVG-1.1/paths-data-15-t-expected.png:
2844 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.checksum:
2845 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.png:
2846 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.checksum:
2847 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.png:
2848 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.checksum:
2849 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.png:
2850 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.checksum:
2851 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.png:
2852 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.checksum:
2853 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.png:
2854 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.checksum:
2855 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png:
2856 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.checksum:
2857 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.png:
2858 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.checksum:
2859 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png:
2860 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.checksum:
2861 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.png:
2862 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.checksum:
2863 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.png:
2864 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.checksum:
2865 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.png:
2866 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.checksum:
2867 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.png:
2868 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.checksum:
2869 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.png:
2870 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.checksum:
2871 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.png:
2872 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.checksum:
2873 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.png:
2874 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.checksum:
2875 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.png:
2876 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.checksum:
2877 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.png:
2878 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.checksum:
2879 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.png:
2880 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.checksum:
2881 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.png:
2882 * platform/mac/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.checksum:
2883 * platform/mac/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.png:
2884 * platform/mac/svg/W3C-SVG-1.1/render-elems-01-t-expected.checksum:
2885 * platform/mac/svg/W3C-SVG-1.1/render-elems-01-t-expected.png:
2886 * platform/mac/svg/W3C-SVG-1.1/render-elems-02-t-expected.checksum:
2887 * platform/mac/svg/W3C-SVG-1.1/render-elems-02-t-expected.png:
2888 * platform/mac/svg/W3C-SVG-1.1/render-elems-03-t-expected.checksum:
2889 * platform/mac/svg/W3C-SVG-1.1/render-elems-03-t-expected.png:
2890 * platform/mac/svg/W3C-SVG-1.1/render-elems-06-t-expected.checksum:
2891 * platform/mac/svg/W3C-SVG-1.1/render-elems-06-t-expected.png:
2892 * platform/mac/svg/W3C-SVG-1.1/render-elems-07-t-expected.checksum:
2893 * platform/mac/svg/W3C-SVG-1.1/render-elems-07-t-expected.png:
2894 * platform/mac/svg/W3C-SVG-1.1/render-elems-08-t-expected.checksum:
2895 * platform/mac/svg/W3C-SVG-1.1/render-elems-08-t-expected.png:
2896 * platform/mac/svg/W3C-SVG-1.1/render-groups-01-b-expected.checksum:
2897 * platform/mac/svg/W3C-SVG-1.1/render-groups-01-b-expected.png:
2898 * platform/mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.checksum:
2899 * platform/mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.png:
2900 * platform/mac/svg/W3C-SVG-1.1/script-handle-01-b-expected.checksum:
2901 * platform/mac/svg/W3C-SVG-1.1/script-handle-01-b-expected.png:
2902 * platform/mac/svg/W3C-SVG-1.1/script-handle-02-b-expected.checksum:
2903 * platform/mac/svg/W3C-SVG-1.1/script-handle-02-b-expected.png:
2904 * platform/mac/svg/W3C-SVG-1.1/script-handle-03-b-expected.checksum:
2905 * platform/mac/svg/W3C-SVG-1.1/script-handle-03-b-expected.png:
2906 * platform/mac/svg/W3C-SVG-1.1/script-handle-04-b-expected.checksum:
2907 * platform/mac/svg/W3C-SVG-1.1/script-handle-04-b-expected.png:
2908 * platform/mac/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.checksum:
2909 * platform/mac/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.png:
2910 * platform/mac/svg/W3C-SVG-1.1/shapes-circle-02-t-expected.checksum:
2911 * platform/mac/svg/W3C-SVG-1.1/shapes-circle-02-t-expected.png:
2912 * platform/mac/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.checksum:
2913 * platform/mac/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.png:
2914 * platform/mac/svg/W3C-SVG-1.1/shapes-ellipse-02-t-expected.checksum:
2915 * platform/mac/svg/W3C-SVG-1.1/shapes-ellipse-02-t-expected.png:
2916 * platform/mac/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.checksum:
2917 * platform/mac/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.png:
2918 * platform/mac/svg/W3C-SVG-1.1/shapes-line-01-t-expected.checksum:
2919 * platform/mac/svg/W3C-SVG-1.1/shapes-line-01-t-expected.png:
2920 * platform/mac/svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.checksum:
2921 * platform/mac/svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.png:
2922 * platform/mac/svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.checksum:
2923 * platform/mac/svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.png:
2924 * platform/mac/svg/W3C-SVG-1.1/shapes-rect-01-t-expected.checksum:
2925 * platform/mac/svg/W3C-SVG-1.1/shapes-rect-01-t-expected.png:
2926 * platform/mac/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.checksum:
2927 * platform/mac/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.png:
2928 * platform/mac/svg/W3C-SVG-1.1/struct-cond-01-t-expected.checksum:
2929 * platform/mac/svg/W3C-SVG-1.1/struct-cond-01-t-expected.png:
2930 * platform/mac/svg/W3C-SVG-1.1/struct-cond-02-t-expected.checksum:
2931 * platform/mac/svg/W3C-SVG-1.1/struct-cond-02-t-expected.png:
2932 * platform/mac/svg/W3C-SVG-1.1/struct-cond-03-t-expected.checksum:
2933 * platform/mac/svg/W3C-SVG-1.1/struct-cond-03-t-expected.png:
2934 * platform/mac/svg/W3C-SVG-1.1/struct-defs-01-t-expected.checksum:
2935 * platform/mac/svg/W3C-SVG-1.1/struct-defs-01-t-expected.png:
2936 * platform/mac/svg/W3C-SVG-1.1/struct-dom-01-b-expected.checksum:
2937 * platform/mac/svg/W3C-SVG-1.1/struct-dom-01-b-expected.png:
2938 * platform/mac/svg/W3C-SVG-1.1/struct-dom-02-b-expected.checksum:
2939 * platform/mac/svg/W3C-SVG-1.1/struct-dom-02-b-expected.png:
2940 * platform/mac/svg/W3C-SVG-1.1/struct-dom-03-b-expected.checksum:
2941 * platform/mac/svg/W3C-SVG-1.1/struct-dom-03-b-expected.png:
2942 * platform/mac/svg/W3C-SVG-1.1/struct-dom-04-b-expected.checksum:
2943 * platform/mac/svg/W3C-SVG-1.1/struct-dom-04-b-expected.png:
2944 * platform/mac/svg/W3C-SVG-1.1/struct-dom-05-b-expected.checksum:
2945 * platform/mac/svg/W3C-SVG-1.1/struct-dom-05-b-expected.png:
2946 * platform/mac/svg/W3C-SVG-1.1/struct-dom-06-b-expected.checksum:
2947 * platform/mac/svg/W3C-SVG-1.1/struct-dom-06-b-expected.png:
2948 * platform/mac/svg/W3C-SVG-1.1/struct-frag-02-t-expected.checksum:
2949 * platform/mac/svg/W3C-SVG-1.1/struct-frag-02-t-expected.png:
2950 * platform/mac/svg/W3C-SVG-1.1/struct-frag-03-t-expected.checksum:
2951 * platform/mac/svg/W3C-SVG-1.1/struct-frag-03-t-expected.png:
2952 * platform/mac/svg/W3C-SVG-1.1/struct-frag-04-t-expected.checksum:
2953 * platform/mac/svg/W3C-SVG-1.1/struct-frag-04-t-expected.png:
2954 * platform/mac/svg/W3C-SVG-1.1/struct-frag-05-t-expected.checksum:
2955 * platform/mac/svg/W3C-SVG-1.1/struct-frag-05-t-expected.png:
2956 * platform/mac/svg/W3C-SVG-1.1/struct-frag-06-t-expected.checksum:
2957 * platform/mac/svg/W3C-SVG-1.1/struct-frag-06-t-expected.png:
2958 * platform/mac/svg/W3C-SVG-1.1/struct-group-01-t-expected.checksum:
2959 * platform/mac/svg/W3C-SVG-1.1/struct-group-01-t-expected.png:
2960 * platform/mac/svg/W3C-SVG-1.1/struct-group-02-b-expected.checksum:
2961 * platform/mac/svg/W3C-SVG-1.1/struct-group-02-b-expected.png:
2962 * platform/mac/svg/W3C-SVG-1.1/struct-group-03-t-expected.checksum:
2963 * platform/mac/svg/W3C-SVG-1.1/struct-group-03-t-expected.png:
2964 * platform/mac/svg/W3C-SVG-1.1/struct-image-01-t-expected.checksum:
2965 * platform/mac/svg/W3C-SVG-1.1/struct-image-01-t-expected.png:
2966 * platform/mac/svg/W3C-SVG-1.1/struct-image-02-b-expected.checksum:
2967 * platform/mac/svg/W3C-SVG-1.1/struct-image-02-b-expected.png:
2968 * platform/mac/svg/W3C-SVG-1.1/struct-image-03-t-expected.checksum:
2969 * platform/mac/svg/W3C-SVG-1.1/struct-image-03-t-expected.png:
2970 * platform/mac/svg/W3C-SVG-1.1/struct-image-04-t-expected.checksum:
2971 * platform/mac/svg/W3C-SVG-1.1/struct-image-04-t-expected.png:
2972 * platform/mac/svg/W3C-SVG-1.1/struct-image-05-b-expected.checksum:
2973 * platform/mac/svg/W3C-SVG-1.1/struct-image-05-b-expected.png:
2974 * platform/mac/svg/W3C-SVG-1.1/struct-image-06-t-expected.checksum:
2975 * platform/mac/svg/W3C-SVG-1.1/struct-image-06-t-expected.png:
2976 * platform/mac/svg/W3C-SVG-1.1/struct-image-07-t-expected.checksum:
2977 * platform/mac/svg/W3C-SVG-1.1/struct-image-07-t-expected.png:
2978 * platform/mac/svg/W3C-SVG-1.1/struct-image-08-t-expected.checksum:
2979 * platform/mac/svg/W3C-SVG-1.1/struct-image-08-t-expected.png:
2980 * platform/mac/svg/W3C-SVG-1.1/struct-image-09-t-expected.checksum:
2981 * platform/mac/svg/W3C-SVG-1.1/struct-image-09-t-expected.png:
2982 * platform/mac/svg/W3C-SVG-1.1/struct-image-10-t-expected.checksum:
2983 * platform/mac/svg/W3C-SVG-1.1/struct-image-10-t-expected.png:
2984 * platform/mac/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.checksum:
2985 * platform/mac/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.png:
2986 * platform/mac/svg/W3C-SVG-1.1/struct-use-01-t-expected.checksum:
2987 * platform/mac/svg/W3C-SVG-1.1/struct-use-01-t-expected.png:
2988 * platform/mac/svg/W3C-SVG-1.1/struct-use-03-t-expected.checksum:
2989 * platform/mac/svg/W3C-SVG-1.1/struct-use-03-t-expected.png:
2990 * platform/mac/svg/W3C-SVG-1.1/struct-use-05-b-expected.checksum:
2991 * platform/mac/svg/W3C-SVG-1.1/struct-use-05-b-expected.png:
2992 * platform/mac/svg/W3C-SVG-1.1/styling-css-01-b-expected.checksum:
2993 * platform/mac/svg/W3C-SVG-1.1/styling-css-01-b-expected.png:
2994 * platform/mac/svg/W3C-SVG-1.1/styling-css-02-b-expected.checksum:
2995 * platform/mac/svg/W3C-SVG-1.1/styling-css-02-b-expected.png:
2996 * platform/mac/svg/W3C-SVG-1.1/styling-css-03-b-expected.checksum:
2997 * platform/mac/svg/W3C-SVG-1.1/styling-css-03-b-expected.png:
2998 * platform/mac/svg/W3C-SVG-1.1/styling-css-04-f-expected.checksum:
2999 * platform/mac/svg/W3C-SVG-1.1/styling-css-04-f-expected.png:
3000 * platform/mac/svg/W3C-SVG-1.1/styling-css-05-b-expected.checksum:
3001 * platform/mac/svg/W3C-SVG-1.1/styling-css-05-b-expected.png:
3002 * platform/mac/svg/W3C-SVG-1.1/styling-css-06-b-expected.checksum:
3003 * platform/mac/svg/W3C-SVG-1.1/styling-css-06-b-expected.png:
3004 * platform/mac/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.checksum:
3005 * platform/mac/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.png:
3006 * platform/mac/svg/W3C-SVG-1.1/styling-pres-01-t-expected.checksum:
3007 * platform/mac/svg/W3C-SVG-1.1/styling-pres-01-t-expected.png:
3008 * platform/mac/svg/W3C-SVG-1.1/text-align-01-b-expected.checksum:
3009 * platform/mac/svg/W3C-SVG-1.1/text-align-01-b-expected.png:
3010 * platform/mac/svg/W3C-SVG-1.1/text-align-02-b-expected.checksum:
3011 * platform/mac/svg/W3C-SVG-1.1/text-align-02-b-expected.png:
3012 * platform/mac/svg/W3C-SVG-1.1/text-align-03-b-expected.checksum:
3013 * platform/mac/svg/W3C-SVG-1.1/text-align-03-b-expected.png:
3014 * platform/mac/svg/W3C-SVG-1.1/text-align-04-b-expected.checksum:
3015 * platform/mac/svg/W3C-SVG-1.1/text-align-04-b-expected.png:
3016 * platform/mac/svg/W3C-SVG-1.1/text-align-05-b-expected.checksum:
3017 * platform/mac/svg/W3C-SVG-1.1/text-align-05-b-expected.png:
3018 * platform/mac/svg/W3C-SVG-1.1/text-align-06-b-expected.checksum:
3019 * platform/mac/svg/W3C-SVG-1.1/text-align-06-b-expected.png:
3020 * platform/mac/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.checksum:
3021 * platform/mac/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.png:
3022 * platform/mac/svg/W3C-SVG-1.1/text-deco-01-b-expected.checksum:
3023 * platform/mac/svg/W3C-SVG-1.1/text-deco-01-b-expected.png:
3024 * platform/mac/svg/W3C-SVG-1.1/text-fonts-01-t-expected.checksum:
3025 * platform/mac/svg/W3C-SVG-1.1/text-fonts-01-t-expected.png:
3026 * platform/mac/svg/W3C-SVG-1.1/text-fonts-02-t-expected.checksum:
3027 * platform/mac/svg/W3C-SVG-1.1/text-fonts-02-t-expected.png:
3028 * platform/mac/svg/W3C-SVG-1.1/text-intro-05-t-expected.checksum:
3029 * platform/mac/svg/W3C-SVG-1.1/text-intro-05-t-expected.png:
3030 * platform/mac/svg/W3C-SVG-1.1/text-path-01-b-expected.checksum:
3031 * platform/mac/svg/W3C-SVG-1.1/text-path-01-b-expected.png:
3032 * platform/mac/svg/W3C-SVG-1.1/text-spacing-01-b-expected.checksum:
3033 * platform/mac/svg/W3C-SVG-1.1/text-spacing-01-b-expected.png:
3034 * platform/mac/svg/W3C-SVG-1.1/text-text-01-b-expected.checksum:
3035 * platform/mac/svg/W3C-SVG-1.1/text-text-01-b-expected.png:
3036 * platform/mac/svg/W3C-SVG-1.1/text-text-03-b-expected.checksum:
3037 * platform/mac/svg/W3C-SVG-1.1/text-text-03-b-expected.png:
3038 * platform/mac/svg/W3C-SVG-1.1/text-text-04-t-expected.checksum:
3039 * platform/mac/svg/W3C-SVG-1.1/text-text-04-t-expected.png:
3040 * platform/mac/svg/W3C-SVG-1.1/text-text-05-t-expected.checksum:
3041 * platform/mac/svg/W3C-SVG-1.1/text-text-05-t-expected.png:
3042 * platform/mac/svg/W3C-SVG-1.1/text-text-06-t-expected.checksum:
3043 * platform/mac/svg/W3C-SVG-1.1/text-text-06-t-expected.png:
3044 * platform/mac/svg/W3C-SVG-1.1/text-text-07-t-expected.checksum:
3045 * platform/mac/svg/W3C-SVG-1.1/text-text-07-t-expected.png:
3046 * platform/mac/svg/W3C-SVG-1.1/text-text-08-b-expected.checksum:
3047 * platform/mac/svg/W3C-SVG-1.1/text-text-08-b-expected.png:
3048 * platform/mac/svg/W3C-SVG-1.1/text-tref-01-b-expected.checksum:
3049 * platform/mac/svg/W3C-SVG-1.1/text-tref-01-b-expected.png:
3050 * platform/mac/svg/W3C-SVG-1.1/text-tselect-01-b-expected.checksum:
3051 * platform/mac/svg/W3C-SVG-1.1/text-tselect-01-b-expected.png:
3052 * platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.checksum:
3053 * platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.png:
3054 * platform/mac/svg/W3C-SVG-1.1/text-tspan-01-b-expected.checksum:
3055 * platform/mac/svg/W3C-SVG-1.1/text-tspan-01-b-expected.png:
3056 * platform/mac/svg/W3C-SVG-1.1/text-ws-01-t-expected.checksum:
3057 * platform/mac/svg/W3C-SVG-1.1/text-ws-01-t-expected.png:
3058 * platform/mac/svg/W3C-SVG-1.1/text-ws-02-t-expected.checksum:
3059 * platform/mac/svg/W3C-SVG-1.1/text-ws-02-t-expected.png:
3060 * platform/mac/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.checksum:
3061 * platform/mac/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.png:
3062 * platform/mac/svg/carto.net/button-expected.checksum:
3063 * platform/mac/svg/carto.net/button-expected.png:
3064 * platform/mac/svg/carto.net/colourpicker-expected.checksum:
3065 * platform/mac/svg/carto.net/colourpicker-expected.png:
3066 * platform/mac/svg/carto.net/combobox-expected.checksum:
3067 * platform/mac/svg/carto.net/combobox-expected.png:
3068 * platform/mac/svg/carto.net/scrollbar-expected.checksum:
3069 * platform/mac/svg/carto.net/scrollbar-expected.png:
3070 * platform/mac/svg/carto.net/selectionlist-expected.checksum:
3071 * platform/mac/svg/carto.net/selectionlist-expected.png:
3072 * platform/mac/svg/carto.net/slider-expected.checksum:
3073 * platform/mac/svg/carto.net/slider-expected.png:
3074 * platform/mac/svg/carto.net/textbox-expected.checksum:
3075 * platform/mac/svg/carto.net/textbox-expected.png:
3076 * platform/mac/svg/carto.net/window-expected.checksum:
3077 * platform/mac/svg/carto.net/window-expected.png:
3078 * platform/mac/svg/custom/SVGPoint-matrixTransform-expected.checksum:
3079 * platform/mac/svg/custom/SVGPoint-matrixTransform-expected.png:
3080 * platform/mac/svg/custom/alignment-baseline-modes-expected.checksum:
3081 * platform/mac/svg/custom/alignment-baseline-modes-expected.png:
3082 * platform/mac/svg/custom/baseval-animval-equality-expected.checksum:
3083 * platform/mac/svg/custom/baseval-animval-equality-expected.png:
3084 * platform/mac/svg/custom/control-points-for-S-and-T-expected.checksum:
3085 * platform/mac/svg/custom/control-points-for-S-and-T-expected.png:
3086 * platform/mac/svg/custom/coords-relative-units-transforms-expected.checksum:
3087 * platform/mac/svg/custom/coords-relative-units-transforms-expected.png:
3088 * platform/mac/svg/custom/dasharrayOrigin-expected.checksum:
3089 * platform/mac/svg/custom/dasharrayOrigin-expected.png:
3090 * platform/mac/svg/custom/deep-dynamic-updates-expected.checksum:
3091 * platform/mac/svg/custom/deep-dynamic-updates-expected.png:
3092 * platform/mac/svg/custom/dominant-baseline-hanging-expected.checksum:
3093 * platform/mac/svg/custom/dominant-baseline-hanging-expected.png:
3094 * platform/mac/svg/custom/dominant-baseline-modes-expected.checksum:
3095 * platform/mac/svg/custom/dominant-baseline-modes-expected.png:
3096 * platform/mac/svg/custom/dynamic-empty-path-expected.checksum:
3097 * platform/mac/svg/custom/dynamic-empty-path-expected.png:
3098 * platform/mac/svg/custom/dynamic-svg-document-creation-expected.checksum:
3099 * platform/mac/svg/custom/dynamic-svg-document-creation-expected.png:
3100 * platform/mac/svg/custom/feComponentTransfer-Discrete-expected.checksum:
3101 * platform/mac/svg/custom/feComponentTransfer-Discrete-expected.png:
3102 * platform/mac/svg/custom/feComponentTransfer-Gamma-expected.checksum:
3103 * platform/mac/svg/custom/feComponentTransfer-Gamma-expected.png:
3104 * platform/mac/svg/custom/feComponentTransfer-Linear-expected.checksum:
3105 * platform/mac/svg/custom/feComponentTransfer-Linear-expected.png:
3106 * platform/mac/svg/custom/feComponentTransfer-Table-expected.checksum:
3107 * platform/mac/svg/custom/feComponentTransfer-Table-expected.png:
3108 * platform/mac/svg/custom/focus-ring-expected.checksum:
3109 * platform/mac/svg/custom/focus-ring-expected.png:
3110 * platform/mac/svg/custom/font-face-cascade-order-expected.checksum:
3111 * platform/mac/svg/custom/font-face-cascade-order-expected.png:
3112 * platform/mac/svg/custom/font-face-simple-expected.checksum:
3113 * platform/mac/svg/custom/font-face-simple-expected.png:
3114 * platform/mac/svg/custom/foreign-object-skew-expected.checksum:
3115 * platform/mac/svg/custom/foreign-object-skew-expected.png:
3116 * platform/mac/svg/custom/getTransformToElement-expected.checksum:
3117 * platform/mac/svg/custom/getTransformToElement-expected.png:
3118 * platform/mac/svg/custom/getscreenctm-in-mixed-content-expected.checksum:
3119 * platform/mac/svg/custom/getscreenctm-in-mixed-content-expected.png:
3120 * platform/mac/svg/custom/getsvgdocument-expected.checksum:
3121 * platform/mac/svg/custom/getsvgdocument-expected.png:
3122 * platform/mac/svg/custom/gradient-cycle-detection-expected.checksum:
3123 * platform/mac/svg/custom/gradient-cycle-detection-expected.png:
3124 * platform/mac/svg/custom/gradient-deep-referencing-expected.checksum:
3125 * platform/mac/svg/custom/gradient-deep-referencing-expected.png:
3126 * platform/mac/svg/custom/gradient-stop-corner-cases-expected.checksum:
3127 * platform/mac/svg/custom/gradient-stop-corner-cases-expected.png:
3128 * platform/mac/svg/custom/grayscale-gradient-mask-expected.checksum:
3129 * platform/mac/svg/custom/grayscale-gradient-mask-expected.png:
3130 * platform/mac/svg/custom/hit-test-path-expected.checksum:
3131 * platform/mac/svg/custom/hit-test-path-expected.png:
3132 * platform/mac/svg/custom/hit-test-path-stroke-expected.checksum:
3133 * platform/mac/svg/custom/hit-test-path-stroke-expected.png:
3134 * platform/mac/svg/custom/image-clipped-hit-expected.checksum:
3135 * platform/mac/svg/custom/image-clipped-hit-expected.png:
3136 * platform/mac/svg/custom/image-with-transform-clip-filter-expected.checksum:
3137 * platform/mac/svg/custom/image-with-transform-clip-filter-expected.png:
3138 * platform/mac/svg/custom/invalid-css-expected.checksum:
3139 * platform/mac/svg/custom/invalid-css-expected.png:
3140 * platform/mac/svg/custom/invalid-fill-expected.checksum:
3141 * platform/mac/svg/custom/invalid-fill-expected.png:
3142 * platform/mac/svg/custom/invalid-fill-hex-expected.checksum:
3143 * platform/mac/svg/custom/invalid-fill-hex-expected.png:
3144 * platform/mac/svg/custom/invisible-text-after-scrolling-expected.checksum:
3145 * platform/mac/svg/custom/invisible-text-after-scrolling-expected.png:
3146 * platform/mac/svg/custom/js-late-clipPath-and-object-creation-expected.checksum:
3147 * platform/mac/svg/custom/js-late-clipPath-and-object-creation-expected.png:
3148 * platform/mac/svg/custom/js-late-clipPath-creation-expected.checksum:
3149 * platform/mac/svg/custom/js-late-clipPath-creation-expected.png:
3150 * platform/mac/svg/custom/js-late-marker-and-object-creation-expected.checksum:
3151 * platform/mac/svg/custom/js-late-marker-and-object-creation-expected.png:
3152 * platform/mac/svg/custom/js-late-marker-creation-expected.checksum:
3153 * platform/mac/svg/custom/js-late-marker-creation-expected.png:
3154 * platform/mac/svg/custom/js-update-bounce-expected.checksum:
3155 * platform/mac/svg/custom/js-update-bounce-expected.png:
3156 * platform/mac/svg/custom/js-update-container-expected.checksum:
3157 * platform/mac/svg/custom/js-update-container-expected.png:
3158 * platform/mac/svg/custom/js-update-container2-expected.checksum:
3159 * platform/mac/svg/custom/js-update-container2-expected.png:
3160 * platform/mac/svg/custom/js-update-path-changes-expected.checksum:
3161 * platform/mac/svg/custom/js-update-path-changes-expected.png:
3162 * platform/mac/svg/custom/js-update-path-removal-expected.checksum:
3163 * platform/mac/svg/custom/js-update-path-removal-expected.png:
3164 * platform/mac/svg/custom/junk-data-expected.checksum:
3165 * platform/mac/svg/custom/junk-data-expected.png:
3166 * platform/mac/svg/custom/marker-changes-expected.checksum:
3167 * platform/mac/svg/custom/marker-changes-expected.png:
3168 * platform/mac/svg/custom/marker-child-changes-expected.checksum:
3169 * platform/mac/svg/custom/marker-child-changes-expected.png:
3170 * platform/mac/svg/custom/marker-default-width-height-expected.checksum:
3171 * platform/mac/svg/custom/marker-default-width-height-expected.png:
3172 * platform/mac/svg/custom/marker-overflow-clip-expected.checksum:
3173 * platform/mac/svg/custom/marker-overflow-clip-expected.png:
3174 * platform/mac/svg/custom/marker-viewBox-changes-expected.checksum:
3175 * platform/mac/svg/custom/marker-viewBox-changes-expected.png:
3176 * platform/mac/svg/custom/missing-xlink-expected.checksum:
3177 * platform/mac/svg/custom/missing-xlink-expected.png:
3178 * platform/mac/svg/custom/non-opaque-filters-expected.checksum:
3179 * platform/mac/svg/custom/non-opaque-filters-expected.png:
3180 * platform/mac/svg/custom/path-textPath-simulation-expected.checksum:
3181 * platform/mac/svg/custom/path-textPath-simulation-expected.png:
3182 * platform/mac/svg/custom/pattern-cycle-detection-expected.checksum:
3183 * platform/mac/svg/custom/pattern-cycle-detection-expected.png:
3184 * platform/mac/svg/custom/pattern-deep-referencing-expected.checksum:
3185 * platform/mac/svg/custom/pattern-deep-referencing-expected.png:
3186 * platform/mac/svg/custom/pointer-events-image-expected.checksum:
3187 * platform/mac/svg/custom/pointer-events-image-expected.png:
3188 * platform/mac/svg/custom/pointer-events-path-expected.checksum:
3189 * platform/mac/svg/custom/pointer-events-path-expected.png:
3190 * platform/mac/svg/custom/pointer-events-text-expected.checksum:
3191 * platform/mac/svg/custom/pointer-events-text-expected.png:
3192 * platform/mac/svg/custom/preserve-aspect-ratio-syntax-expected.checksum:
3193 * platform/mac/svg/custom/preserve-aspect-ratio-syntax-expected.png:
3194 * platform/mac/svg/custom/rootmost-svg-xy-attrs-expected.checksum:
3195 * platform/mac/svg/custom/rootmost-svg-xy-attrs-expected.png:
3196 * platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.checksum:
3197 * platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png:
3198 * platform/mac/svg/custom/second-inline-text-expected.checksum:
3199 * platform/mac/svg/custom/second-inline-text-expected.png:
3200 * platform/mac/svg/custom/shapes-supporting-markers-expected.checksum:
3201 * platform/mac/svg/custom/shapes-supporting-markers-expected.png:
3202 * platform/mac/svg/custom/simpleCDF-expected.checksum:
3203 * platform/mac/svg/custom/simpleCDF-expected.png:
3204 * platform/mac/svg/custom/struct-use-09-b-expected.checksum:
3205 * platform/mac/svg/custom/struct-use-09-b-expected.png:
3206 * platform/mac/svg/custom/svg-float-border-padding-expected.checksum:
3207 * platform/mac/svg/custom/svg-float-border-padding-expected.png:
3208 * platform/mac/svg/custom/svg-overflow-types-expected.checksum:
3209 * platform/mac/svg/custom/svg-overflow-types-expected.png:
3210 * platform/mac/svg/custom/text-clip-expected.checksum:
3211 * platform/mac/svg/custom/text-clip-expected.png:
3212 * platform/mac/svg/custom/text-ctm-expected.checksum:
3213 * platform/mac/svg/custom/text-ctm-expected.png:
3214 * platform/mac/svg/custom/text-dom-01-f-expected.checksum:
3215 * platform/mac/svg/custom/text-dom-01-f-expected.png:
3216 * platform/mac/svg/custom/text-hit-test-expected.checksum:
3217 * platform/mac/svg/custom/text-hit-test-expected.png:
3218 * platform/mac/svg/custom/text-image-opacity-expected.checksum:
3219 * platform/mac/svg/custom/text-image-opacity-expected.png:
3220 * platform/mac/svg/custom/text-repaint-including-stroke-expected.checksum:
3221 * platform/mac/svg/custom/text-repaint-including-stroke-expected.png:
3222 * platform/mac/svg/custom/text-whitespace-handling-expected.checksum:
3223 * platform/mac/svg/custom/text-whitespace-handling-expected.png:
3224 * platform/mac/svg/custom/tref-update-expected.checksum:
3225 * platform/mac/svg/custom/tref-update-expected.png:
3226 * platform/mac/svg/custom/use-clipped-hit-expected.checksum:
3227 * platform/mac/svg/custom/use-clipped-hit-expected.png:
3228 * platform/mac/svg/custom/use-css-events-expected.checksum:
3229 * platform/mac/svg/custom/use-css-events-expected.png:
3230 * platform/mac/svg/custom/use-elementInstance-event-target-expected.checksum:
3231 * platform/mac/svg/custom/use-elementInstance-event-target-expected.png:
3232 * platform/mac/svg/custom/use-elementInstance-methods-expected.checksum:
3233 * platform/mac/svg/custom/use-elementInstance-methods-expected.png:
3234 * platform/mac/svg/custom/use-event-handler-on-referenced-element-expected.checksum:
3235 * platform/mac/svg/custom/use-event-handler-on-referenced-element-expected.png:
3236 * platform/mac/svg/custom/use-event-handler-on-use-element-expected.checksum:
3237 * platform/mac/svg/custom/use-event-handler-on-use-element-expected.png:
3238 * platform/mac/svg/custom/use-events-crash-expected.checksum:
3239 * platform/mac/svg/custom/use-events-crash-expected.png:
3240 * platform/mac/svg/custom/use-forward-refs-expected.checksum:
3241 * platform/mac/svg/custom/use-forward-refs-expected.png:
3242 * platform/mac/svg/custom/use-instanceRoot-modifications-expected.checksum:
3243 * platform/mac/svg/custom/use-instanceRoot-modifications-expected.png:
3244 * platform/mac/svg/custom/use-modify-container-in-target-expected.checksum:
3245 * platform/mac/svg/custom/use-modify-container-in-target-expected.png:
3246 * platform/mac/svg/custom/use-modify-target-container-expected.checksum:
3247 * platform/mac/svg/custom/use-modify-target-container-expected.png:
3248 * platform/mac/svg/custom/use-modify-target-symbol-expected.checksum:
3249 * platform/mac/svg/custom/use-modify-target-symbol-expected.png:
3250 * platform/mac/svg/custom/use-nested-transform-expected.checksum:
3251 * platform/mac/svg/custom/use-nested-transform-expected.png:
3252 * platform/mac/svg/custom/use-on-g-containing-use-expected.checksum:
3253 * platform/mac/svg/custom/use-on-g-containing-use-expected.png:
3254 * platform/mac/svg/custom/use-on-g-expected.checksum:
3255 * platform/mac/svg/custom/use-on-g-expected.png:
3256 * platform/mac/svg/custom/use-on-rect-expected.checksum:
3257 * platform/mac/svg/custom/use-on-rect-expected.png:
3258 * platform/mac/svg/custom/use-on-symbol-expected.checksum:
3259 * platform/mac/svg/custom/use-on-symbol-expected.png:
3260 * platform/mac/svg/custom/use-on-symbol-inside-pattern-expected.checksum:
3261 * platform/mac/svg/custom/use-on-symbol-inside-pattern-expected.png:
3262 * platform/mac/svg/custom/use-on-text-expected.checksum:
3263 * platform/mac/svg/custom/use-on-text-expected.png:
3264 * platform/mac/svg/custom/use-on-use-expected.checksum:
3265 * platform/mac/svg/custom/use-on-use-expected.png:
3266 * platform/mac/svg/custom/use-property-changes-through-dom-expected.checksum:
3267 * platform/mac/svg/custom/use-property-changes-through-dom-expected.png:
3268 * platform/mac/svg/custom/use-property-changes-through-svg-dom-expected.checksum:
3269 * platform/mac/svg/custom/use-property-changes-through-svg-dom-expected.png:
3270 * platform/mac/svg/custom/use-recursion-1-expected.checksum:
3271 * platform/mac/svg/custom/use-recursion-1-expected.png:
3272 * platform/mac/svg/custom/use-recursion-2-expected.checksum:
3273 * platform/mac/svg/custom/use-recursion-2-expected.png:
3274 * platform/mac/svg/custom/use-recursion-3-expected.checksum:
3275 * platform/mac/svg/custom/use-recursion-3-expected.png:
3276 * platform/mac/svg/custom/use-recursion-4-expected.checksum:
3277 * platform/mac/svg/custom/use-recursion-4-expected.png:
3278 * platform/mac/svg/custom/use-referencing-nonexisting-symbol-expected.checksum:
3279 * platform/mac/svg/custom/use-referencing-nonexisting-symbol-expected.png:
3280 * platform/mac/svg/custom/use-transform-expected.checksum:
3281 * platform/mac/svg/custom/use-transform-expected.png:
3282 * platform/mac/svg/custom/viewBox-hit-expected.checksum:
3283 * platform/mac/svg/custom/viewBox-hit-expected.png:
3284 * platform/mac/svg/custom/viewbox-syntax-expected.checksum:
3285 * platform/mac/svg/custom/viewbox-syntax-expected.png:
3286 * platform/mac/svg/custom/viewport-em-expected.checksum:
3287 * platform/mac/svg/custom/viewport-em-expected.png:
3288 * platform/mac/svg/hixie/cascade/002-expected.checksum:
3289 * platform/mac/svg/hixie/cascade/002-expected.png:
3290 * platform/mac/svg/hixie/data-types/001-expected.checksum:
3291 * platform/mac/svg/hixie/data-types/001-expected.png:
3292 * platform/mac/svg/hixie/data-types/002-expected.checksum:
3293 * platform/mac/svg/hixie/data-types/002-expected.png:
3294 * platform/mac/svg/hixie/dynamic/002-expected.checksum:
3295 * platform/mac/svg/hixie/dynamic/002-expected.png:
3296 * platform/mac/svg/hixie/error/002-expected.checksum:
3297 * platform/mac/svg/hixie/error/002-expected.png:
3298 * platform/mac/svg/hixie/error/003-expected.checksum:
3299 * platform/mac/svg/hixie/error/003-expected.png:
3300 * platform/mac/svg/hixie/error/004-expected.checksum:
3301 * platform/mac/svg/hixie/error/004-expected.png:
3302 * platform/mac/svg/hixie/error/005-expected.checksum:
3303 * platform/mac/svg/hixie/error/005-expected.png:
3304 * platform/mac/svg/hixie/error/010-expected.checksum:
3305 * platform/mac/svg/hixie/error/010-expected.png:
3306 * platform/mac/svg/hixie/error/011-expected.checksum:
3307 * platform/mac/svg/hixie/error/011-expected.png:
3308 * platform/mac/svg/hixie/error/012-expected.checksum:
3309 * platform/mac/svg/hixie/error/012-expected.png:
3310 * platform/mac/svg/hixie/error/017-expected.checksum:
3311 * platform/mac/svg/hixie/error/017-expected.png:
3312 * platform/mac/svg/hixie/links/002-expected.checksum:
3313 * platform/mac/svg/hixie/links/002-expected.png:
3314 * platform/mac/svg/hixie/links/003-broken-expected.checksum:
3315 * platform/mac/svg/hixie/links/003-broken-expected.png:
3316 * platform/mac/svg/hixie/mixed/003-expected.checksum:
3317 * platform/mac/svg/hixie/mixed/003-expected.png:
3318 * platform/mac/svg/hixie/mixed/004-expected.checksum:
3319 * platform/mac/svg/hixie/mixed/004-expected.png:
3320 * platform/mac/svg/hixie/mixed/005-expected.checksum:
3321 * platform/mac/svg/hixie/mixed/005-expected.png:
3322 * platform/mac/svg/hixie/mixed/006-expected.checksum:
3323 * platform/mac/svg/hixie/mixed/006-expected.png:
3324 * platform/mac/svg/hixie/mixed/007-expected.checksum:
3325 * platform/mac/svg/hixie/mixed/007-expected.png:
3326 * platform/mac/svg/hixie/mixed/008-expected.checksum:
3327 * platform/mac/svg/hixie/mixed/008-expected.png:
3328 * platform/mac/svg/hixie/mixed/009-expected.checksum:
3329 * platform/mac/svg/hixie/mixed/009-expected.png:
3330 * platform/mac/svg/hixie/mixed/010-expected.checksum:
3331 * platform/mac/svg/hixie/mixed/010-expected.png:
3332 * platform/mac/svg/hixie/mixed/011-expected.checksum:
3333 * platform/mac/svg/hixie/mixed/011-expected.png:
3334 * platform/mac/svg/hixie/perf/001-expected.checksum:
3335 * platform/mac/svg/hixie/perf/001-expected.png:
3336 * platform/mac/svg/hixie/perf/002-expected.checksum:
3337 * platform/mac/svg/hixie/perf/002-expected.png:
3338 * platform/mac/svg/hixie/perf/003-expected.checksum:
3339 * platform/mac/svg/hixie/perf/003-expected.png:
3340 * platform/mac/svg/hixie/perf/004-expected.checksum:
3341 * platform/mac/svg/hixie/perf/004-expected.png:
3342 * platform/mac/svg/hixie/perf/005-expected.checksum:
3343 * platform/mac/svg/hixie/perf/005-expected.png:
3344 * platform/mac/svg/hixie/perf/006-expected.checksum:
3345 * platform/mac/svg/hixie/perf/006-expected.png:
3346 * platform/mac/svg/hixie/perf/007-expected.checksum:
3347 * platform/mac/svg/hixie/perf/007-expected.png:
3348 * platform/mac/svg/hixie/processing-model/003-expected.checksum:
3349 * platform/mac/svg/hixie/processing-model/003-expected.png:
3350 * platform/mac/svg/hixie/processing-model/004-expected.checksum:
3351 * platform/mac/svg/hixie/processing-model/004-expected.png:
3352 * platform/mac/svg/hixie/rendering-model/001-expected.checksum:
3353 * platform/mac/svg/hixie/rendering-model/001-expected.png:
3354 * platform/mac/svg/hixie/rendering-model/002-expected.checksum:
3355 * platform/mac/svg/hixie/rendering-model/002-expected.png:
3356 * platform/mac/svg/hixie/rendering-model/003-expected.checksum:
3357 * platform/mac/svg/hixie/rendering-model/003-expected.png:
3358 * platform/mac/svg/hixie/rendering-model/004-expected.checksum:
3359 * platform/mac/svg/hixie/rendering-model/004-expected.png:
3360 * platform/mac/svg/hixie/shapes/path/001-expected.checksum:
3361 * platform/mac/svg/hixie/shapes/path/001-expected.png:
3362 * platform/mac/svg/hixie/text/002-expected.checksum:
3363 * platform/mac/svg/hixie/text/002-expected.png:
3364 * platform/mac/svg/hixie/text/003-expected.checksum:
3365 * platform/mac/svg/hixie/text/003-expected.png:
3366 * platform/mac/svg/hixie/text/003b-expected.checksum:
3367 * platform/mac/svg/hixie/text/003b-expected.png:
3368 * platform/mac/svg/hixie/transform/001-expected.checksum:
3369 * platform/mac/svg/hixie/transform/001-expected.png:
3370 * platform/mac/svg/hixie/viewbox/preserveAspectRatio/001-expected.checksum:
3371 * platform/mac/svg/hixie/viewbox/preserveAspectRatio/001-expected.png:
3372 * platform/mac/svg/hixie/viewbox/preserveAspectRatio/002-expected.checksum:
3373 * platform/mac/svg/hixie/viewbox/preserveAspectRatio/002-expected.png:
3374 * svg/batik/filters/filterRegions-expected.checksum:
3375 * svg/batik/filters/filterRegions-expected.png:
3376 * svg/batik/paints/patternPreserveAspectRatioA-expected.checksum:
3377 * svg/batik/paints/patternPreserveAspectRatioA-expected.png:
3378 * svg/batik/text/smallFonts-expected.checksum:
3379 * svg/batik/text/smallFonts-expected.png:
3380 * svg/batik/text/textAnchor-expected.checksum:
3381 * svg/batik/text/textAnchor-expected.png:
3382 * svg/batik/text/textAnchor2-expected.checksum:
3383 * svg/batik/text/textAnchor2-expected.png:
3384 * svg/batik/text/textAnchor3-expected.checksum:
3385 * svg/batik/text/textAnchor3-expected.png:
3386 * svg/batik/text/textDecoration2-expected.checksum:
3387 * svg/batik/text/textDecoration2-expected.png:
3388 * svg/batik/text/textFeatures-expected.checksum:
3389 * svg/batik/text/textFeatures-expected.png:
3390 * svg/batik/text/textLayout-expected.checksum:
3391 * svg/batik/text/textLayout-expected.png:
3392 * svg/batik/text/textLength-expected.checksum:
3393 * svg/batik/text/textLength-expected.png:
3394 * svg/batik/text/textOnPath-expected.checksum:
3395 * svg/batik/text/textOnPath-expected.png:
3396 * svg/batik/text/textOnPath2-expected.checksum:
3397 * svg/batik/text/textOnPath2-expected.png:
3398 * svg/batik/text/textOnPathSpaces-expected.checksum:
3399 * svg/batik/text/textOnPathSpaces-expected.png:
3400 * svg/batik/text/textProperties2-expected.checksum:
3401 * svg/batik/text/textProperties2-expected.png:
3402 * svg/batik/text/verticalText-expected.checksum:
3403 * svg/batik/text/verticalText-expected.png:
3404 * svg/batik/text/verticalTextOnPath-expected.checksum:
3405 * svg/batik/text/verticalTextOnPath-expected.png:
3406 * svg/custom/SVGMatrix-interface-expected.checksum:
3407 * svg/custom/SVGMatrix-interface-expected.png:
3408 * svg/custom/absolute-sized-svg-in-xhtml-expected.checksum:
3409 * svg/custom/absolute-sized-svg-in-xhtml-expected.png:
3410 * svg/custom/container-opacity-clip-viewBox-expected.checksum:
3411 * svg/custom/container-opacity-clip-viewBox-expected.png:
3412 * svg/custom/fill-SVGPaint-interface-expected.checksum:
3413 * svg/custom/fill-SVGPaint-interface-expected.png:
3414 * svg/custom/fill-fallback-expected.checksum:
3415 * svg/custom/fill-fallback-expected.png:
3416 * svg/custom/getPresentationAttribute-expected.checksum:
3417 * svg/custom/getPresentationAttribute-expected.png:
3418 * svg/custom/group-opacity-expected.checksum:
3419 * svg/custom/group-opacity-expected.png:
3420 * svg/custom/hit-test-unclosed-subpaths-expected.checksum:
3421 * svg/custom/hit-test-unclosed-subpaths-expected.png:
3422 * svg/custom/hit-test-with-br-expected.checksum:
3423 * svg/custom/hit-test-with-br-expected.png:
3424 * svg/custom/image-parent-translation-expected.checksum:
3425 * svg/custom/image-parent-translation-expected.png:
3426 * svg/custom/percentage-of-html-parent-expected.checksum:
3427 * svg/custom/percentage-of-html-parent-expected.png:
3428 * svg/custom/root-container-opacity-clip-viewBox-expected.checksum:
3429 * svg/custom/root-container-opacity-clip-viewBox-expected.png:
3430 * svg/custom/scroll-hit-test-expected.checksum:
3431 * svg/custom/scroll-hit-test-expected.png:
3432 * svg/custom/stroke-fallback-expected.checksum:
3433 * svg/custom/stroke-fallback-expected.png:
3434 * svg/custom/stroked-pattern-expected.checksum:
3435 * svg/custom/stroked-pattern-expected.png:
3436 * svg/custom/style-attribute-font-size-expected.checksum:
3437 * svg/custom/style-attribute-font-size-expected.png:
3438 * svg/custom/text-letter-spacing-expected.checksum:
3439 * svg/custom/text-letter-spacing-expected.png:
3440 * svg/custom/text-x-dx-lists-expected.checksum:
3441 * svg/custom/text-x-dx-lists-expected.png:
3442 * svg/custom/text-x-override-in-tspan-child-expected.checksum:
3443 * svg/custom/text-x-override-in-tspan-child-expected.png:
3444 * svg/custom/use-detach-expected.checksum:
3445 * svg/custom/use-detach-expected.png:
3446 * svg/custom/use-dynamic-append-expected.png:
3447 * svg/custom/use-on-disallowed-foreign-object-1-expected.checksum:
3448 * svg/custom/use-on-disallowed-foreign-object-1-expected.png:
3449 * svg/custom/use-on-disallowed-foreign-object-2-expected.checksum:
3450 * svg/custom/use-on-disallowed-foreign-object-2-expected.png:
3451 * svg/custom/use-on-disallowed-foreign-object-3-expected.checksum:
3452 * svg/custom/use-on-disallowed-foreign-object-3-expected.png:
3453 * svg/custom/use-on-disallowed-foreign-object-4-expected.checksum:
3454 * svg/custom/use-on-disallowed-foreign-object-4-expected.png:
3455 * svg/custom/use-on-disallowed-foreign-object-5-expected.checksum:
3456 * svg/custom/use-on-disallowed-foreign-object-5-expected.png:
3457 * svg/custom/use-on-disallowed-foreign-object-6-expected.checksum:
3458 * svg/custom/use-on-disallowed-foreign-object-6-expected.png:
3459 * svg/custom/use-on-g-containing-symbol-expected.checksum:
3460 * svg/custom/use-on-g-containing-symbol-expected.png:
3461 * svg/custom/use-on-non-svg-namespaced-element-expected.checksum:
3462 * svg/custom/use-on-non-svg-namespaced-element-expected.png:
3463 * svg/hixie/error/013-expected.checksum:
3464 * svg/hixie/error/013-expected.png:
3465 * svg/text/text-align-03-b-expected.checksum:
3466 * svg/text/text-align-03-b-expected.png:
3467 * svg/text/text-align-04-b-expected.checksum:
3468 * svg/text/text-align-04-b-expected.png:
3469 * svg/text/text-altglyph-01-b-expected.checksum:
3470 * svg/text/text-altglyph-01-b-expected.png:
3471 * svg/text/text-deco-01-b-expected.checksum:
3472 * svg/text/text-deco-01-b-expected.png:
3473 * svg/text/text-fonts-02-t-expected.checksum:
3474 * svg/text/text-fonts-02-t-expected.png:
3475 * svg/text/text-path-01-b-expected.checksum:
3476 * svg/text/text-path-01-b-expected.png:
3477 * svg/text/text-spacing-01-b-expected.checksum:
3478 * svg/text/text-spacing-01-b-expected.png:
3479 * svg/text/text-text-01-b-expected.checksum:
3480 * svg/text/text-text-01-b-expected.png:
3481 * svg/text/text-text-03-b-expected.checksum:
3482 * svg/text/text-text-03-b-expected.png:
3483 * svg/text/text-text-04-t-expected.checksum:
3484 * svg/text/text-text-04-t-expected.png:
3485 * svg/text/text-text-05-t-expected.checksum:
3486 * svg/text/text-text-05-t-expected.png:
3487 * svg/text/text-text-06-t-expected.checksum:
3488 * svg/text/text-text-06-t-expected.png:
3489 * svg/text/text-text-08-b-expected.checksum:
3490 * svg/text/text-text-08-b-expected.png:
3491 * svg/text/text-tref-01-b-expected.checksum:
3492 * svg/text/text-tref-01-b-expected.png:
3493 * svg/text/text-tselect-02-f-expected.checksum:
3494 * svg/text/text-tselect-02-f-expected.png:
3495 * svg/text/text-tspan-01-b-expected.checksum:
3496 * svg/text/text-tspan-01-b-expected.png:
3497 * svg/text/text-ws-01-t-expected.checksum:
3498 * svg/text/text-ws-01-t-expected.png:
3499 * svg/text/text-ws-02-t-expected.checksum:
3500 * svg/text/text-ws-02-t-expected.png:
3502 2007-11-16 Nikolas Zimmermann <zimmermann@kde.org>
3506 Update layout test results after the addition of the SVGTextContentElement DOM methods.
3508 * platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.checksum:
3509 * platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.png:
3510 * platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt:
3511 * platform/mac/svg/custom/text-dom-01-f-expected.checksum: Added.
3512 * platform/mac/svg/custom/text-dom-01-f-expected.png: Added.
3513 * platform/mac/svg/custom/text-dom-01-f-expected.txt: Added.
3514 * svg/custom/text-dom-01-f.svg: Added.
3515 * svg/text/text-tselect-02-f-expected.checksum:
3516 * svg/text/text-tselect-02-f-expected.png:
3517 * svg/text/text-tselect-02-f-expected.txt:
3519 2007-11-15 Adele Peterson <adele@apple.com>
3523 Test for <rdar://problem/5566652> CrashTracer: [USER] 3 crashes in Safari at HTMLSelectElement::menuListDefaultEventHandler (reproducible on mactc30.com)
3525 * fast/forms/menulist-no-renderer-onmousedown-expected.txt: Added.
3526 * fast/forms/menulist-no-renderer-onmousedown.html: Added.
3528 2007-11-15 Khoo Yit Phang <khooyp@cs.umd.edu>
3532 http://bugs.webkit.org/show_bug.cgi?id=15989
3533 XPath queries with predicates incorrectly retains the current node across unions
3535 * fast/xpath/union-context-node-expected.txt: Added.
3536 * fast/xpath/union-context-node.xhtml: Added.
3538 2007-11-15 Alexey Proskuryakov <ap@webkit.org>
3542 http://bugs.webkit.org/show_bug.cgi?id=15448
3543 Import XPath test suite from amachang.art-code.org
3545 Test by Hitoshi Amano <seijro@gmail.com>.
3547 * fast/xpath/xpath-functional-test-expected.txt: Added.
3548 * fast/xpath/xpath-functional-test.html: Added.
3550 2007-11-15 Khoo Yit Phang <khooyp@cs.umd.edu>
3554 http://bugs.webkit.org/show_bug.cgi?id=15988
3555 REGRESSION: XPath preceding-axis query misses nested elements
3557 * fast/xpath/preceding-axis-expected.txt: Added.
3558 * fast/xpath/preceding-axis.xhtml: Added.
3560 2007-11-15 Justin Garcia <justin.garcia@apple.com>
3562 Reviewed by Adele Peterson.
3564 <rdar://problem/5497643> Crash at Node::isDescendantOf when switching out of Edit HTML Source mode
3566 * editing/selection/5497643-expected.txt: Added.
3567 * editing/selection/5497643.html: Added.
3569 2007-11-14 Anders Carlsson <andersca@apple.com>
3573 <rdar://problem/5562470>
3574 openDatabase does not work when the version string is empty
3576 * storage/open-database-empty-version-expected.txt: Added.
3577 * storage/open-database-empty-version.html: Added.
3579 2007-11-14 Alexey Proskuryakov <ap@webkit.org>
3581 Reviewed by Justin Garcia.
3583 http://bugs.webkit.org/show_bug.cgi?id=15781
3584 REGRESSION: Ligatures fail to form when typing in Devanagari (because WebKit can't handle
3585 a marked range that covers half of a composed character sequence)
3587 * platform/mac/editing/input/devanagari-ligature-expected.checksum: Added.
3588 * platform/mac/editing/input/devanagari-ligature-expected.png: Added.
3589 * platform/mac/editing/input/devanagari-ligature-expected.txt: Added.
3590 * platform/mac/editing/input/devanagari-ligature.html: Added.
3592 2007-11-14 Antti Koivisto <antti@apple.com>
3594 Try to make this test less timing dependent.
3596 * http/tests/media/video-play-stall.html:
3598 2007-11-14 Beth Dakin <bdakin@apple.com>
3602 Tests for <rdar://problem/5540855> REGRESSION: Combination of
3603 client-side image map and <a> tag is not working properly (15522)
3606 * fast/images/image-map-anchor-children.html: Added.
3607 * fast/images/resources/boston.gif: Added.
3608 * platform/mac/fast/images/image-map-anchor-children-
3609 expected.checksum: Added.
3610 * platform/mac/fast/images/image-map-anchor-children-expected.png:
3612 * platform/mac/fast/images/image-map-anchor-children-expected.txt:
3615 This test was broken and is fixed now! I had to edit the test
3616 itself because it was written in the html that the two <map>
3617 examples were failing, but now they succeed.
3618 * fast/invalid/residual-style.html:
3619 * platform/mac/fast/invalid/residual-style-expected.checksum:
3620 * platform/mac/fast/invalid/residual-style-expected.png:
3621 * platform/mac/fast/invalid/residual-style-expected.txt:
3623 2007-11-14 Justin Garcia <justin.garcia@apple.com>
3625 Reviewed by Alexey Proskuryakov.
3627 <rdar://problem/5546763> CrashTracer: [USER] 362 crashes at WebCore::DeleteSelectionCommand::mergeParagraphs
3629 * editing/deleting/5546763-expected.txt: Added.
3630 * editing/deleting/5546763.html: Added.
3632 2007-11-14 Anders Carlsson <andersca@apple.com>
3636 <rdar://problem/5309081>
3637 In DRT, "plugin.logDestroy = true" not working on Windows.
3639 Remove now succeeding test from the skipped list.
3641 * platform/win/Skipped:
3643 2007-11-14 Antti Koivisto <antti@apple.com>
3645 Try to make this test less timing dependent.
3647 * media/video-currentTime-set-expected.txt:
3648 * media/video-currentTime-set.html:
3650 2007-11-14 Anders Carlsson <andersca@apple.com>
3654 * platform/win/Skipped:
3655 Remove fast/dom/Window/window-onFocus.html since it succeeds now.
3657 2007-11-13 Brady Eidson <beidson@apple.com>
3661 Fix for http://bugs.webkit.org/show_bug.cgi?id=15976
3663 * storage: Added - There will soon be an entire suite in here!
3664 * storage/transaction_callback_exception_crash-expected.txt: Added.
3665 * storage/transaction_callback_exception_crash.html: Added.
3667 2007-11-13 Adam Roben <aroben@apple.com>
3669 Add the http/tests/media directory to the Windows Skipped file
3671 * platform/win/Skipped:
3673 2007-11-13 Sam Weinig <sam@webkit.org>
3675 Reviewed by Adam Roben.
3677 Fix for <rdar://problem/5382579>
3678 http/tests/security/cross-frame-access-put.html reports large
3679 negative numbers for screenLeft and screenTop (Mac reports "0")
3681 * platform/win/Skipped: remove http/tests/security/cross-frame-access-put.html
3683 2007-11-13 Anders Carlsson <andersca@apple.com>
3687 Make this a text-only test.
3689 * fast/dom/Window/window-onFocus-expected.txt: Added.
3690 * fast/dom/Window/window-onFocus.html:
3691 * platform/mac/fast/dom/Window/window-onFocus-expected.checksum: Removed.
3692 * platform/mac/fast/dom/Window/window-onFocus-expected.png: Removed.
3693 * platform/mac/fast/dom/Window/window-onFocus-expected.txt: Removed.
3695 2007-11-12 Antti Koivisto <antti@apple.com>
3699 - add HTTP media test for stalling load
3700 - update tests that don't specifically test autoplay feature to not use autoplay
3701 attribute since playback may start before event listeners are registered
3703 * http/tests/media: Added.
3704 * http/tests/media/video-load-and-stall.cgi: Added.
3705 * http/tests/media/video-play-stall-expected.txt: Added.
3706 * http/tests/media/video-play-stall.html: Added.
3707 * media/video-autoplay.html:
3708 * media/video-dom-loopstart.html:
3709 * media/video-end.html:
3710 * media/video-loopcount.html:
3711 * media/video-loopend.html:
3712 * media/video-loopstart.html:
3714 2007-11-13 Darin Adler <darin@apple.com>
3718 - test for http://bugs.webkit.org/show_bug.cgi?id=11231
3719 RegExp bug when handling newline characters and other regular expression
3720 behavior that is different for JavaScript and PCRE
3722 * fast/js/regexp-no-extensions-expected.txt: Added.
3723 * fast/js/regexp-no-extensions.html: Added.
3724 * fast/js/resources/regexp-no-extensions.js: Added.
3726 2007-11-12 Dan Bernstein <mitz@apple.com>
3728 Reviewed by Darin Adler.
3730 - no-repaint test for <http://bugs.webkit.org/show_bug.cgi?id=15890>
3731 Most of www.aol.com still redraws unnecessarily when headline/photo section changes
3733 * fast/repaint/invisible-objects.html: Added.
3734 * platform/mac/fast/repaint/invisible-objects-expected.checksum: Added.
3735 * platform/mac/fast/repaint/invisible-objects-expected.png: Added.
3736 * platform/mac/fast/repaint/invisible-objects-expected.txt: Added.
3738 2007-11-12 Sam Weinig <sam@webkit.org>
3740 Reviewed by Adam Roben.
3742 * platform/win/Skipped: Remove http/tests/security/cross-frame-acdcess-private-browsing.html
3743 from the windows skipped list now that LayoutTestController.setPrivateBrowsingEnabled has
3746 2007-11-12 Darin Adler <darin@apple.com>
3750 - test for http://bugs.webkit.org/show_bug.cgi?id=15951
3751 REGRESSION: assertion failure in regexp match() when running JS tests
3753 * fast/js/regexp-many-brackets-expected.txt: Added.
3754 * fast/js/regexp-many-brackets.html: Added.
3755 * fast/js/resources/regexp-many-brackets.js: Added.
3757 2007-11-12 Geoffrey Garen <ggaren@apple.com>
3759 Rubber-stamped by Oliver Hunt.
3761 Landing a few layout tests from http://bugs.webkit.org/show_bug.cgi?id=14868
3762 Import variable lookup optimizations from KJS
3764 * fast/js/kde/completion-expected.txt:
3765 * fast/js/kde/resources/completion.js:
3767 2007-11-12 Geoffrey Garen <ggaren@apple.com>
3769 Rubber-stamped by Oliver Hunt.
3771 Landing a few layout tests from http://bugs.webkit.org/show_bug.cgi?id=14868
3772 Import variable lookup optimizations from KJS
3774 * fast/js/kde/completion-expected.txt:
3775 * fast/js/kde/iteration-expected.txt:
3776 * fast/js/kde/resources/completion.js:
3777 * fast/js/kde/resources/iteration.js:
3779 2007-11-12 Geoffrey Garen <ggaren@apple.com>
3781 Rubber-stamped by Oliver Hunt.
3783 Landing a few layout tests from http://bugs.webkit.org/show_bug.cgi?id=14868
3784 Import variable lookup optimizations from KJS
3786 * fast/js/kde/lval-exceptions-expected.txt: Added.
3787 * fast/js/kde/lval-exceptions.html: Added.
3788 * fast/js/kde/operators-expected.txt:
3789 * fast/js/kde/resources/lval-exceptions.js: Added.
3790 * fast/js/kde/resources/operators.js:
3792 2007-11-12 Geoffrey Garen <ggaren@apple.com>
3794 Rubber-stamped by Oliver Hunt.
3796 Landing a few layout tests from http://bugs.webkit.org/show_bug.cgi?id=14868
3797 Import variable lookup optimizations from KJS
3799 * fast/js/kde/func-decl-expected.txt: Added.
3800 * fast/js/kde/func-decl.html: Added.
3801 * fast/js/kde/resources/func-decl.js: Added.
3803 2007-11-12 Geoffrey Garen <ggaren@apple.com>
3805 Rubber-stamped by Oliver Hunt.
3807 Landing a few layout tests from http://bugs.webkit.org/show_bug.cgi?id=14868
3808 Import variable lookup optimizations from KJS
3810 * fast/js/rehash-assign-expected.txt: Added.
3811 * fast/js/rehash-assign.html: Added.
3812 * fast/js/resize-array-assign-expected.txt: Added.
3813 * fast/js/resize-array-assign.html: Added.
3814 * fast/js/resources/rehash-assign.js: Added.
3815 * fast/js/resources/resize-array-assign.js: Added.
3817 2007-11-12 Geoffrey Garen <ggaren@apple.com>
3819 Rubber-stamped by Oliver Hunt.
3821 Landing a few layout tests from http://bugs.webkit.org/show_bug.cgi?id=14868
3822 Import variable lookup optimizations from KJS
3824 * fast/js/kde/arguments-scope-expected.txt: Added.
3825 * fast/js/kde/arguments-scope.html: Added.
3826 * fast/js/kde/resources/arguments-scope.js: Added.
3827 * fast/js/kde/resources/scope.js:
3828 * fast/js/kde/scope-expected.txt:
3830 2007-11-11 Dan Bernstein <mitz@apple.com>
3832 Reviewed by Adam Roben.
3834 - test for http://bugs.webkit.org/show_bug.cgi?id=15942
3835 REGRESSION: Selecting "Edit Html" tab in Blogger causes crash (Assertion failed: isRange())
3837 * editing/selection/cleared-by-relayout-expected.txt: Added.
3838 * editing/selection/cleared-by-relayout.html: Added.
3840 2007-11-11 Antti Koivisto <antti@apple.com>
3844 Add tests for play() and pause() events.
3845 Update one test to match new behavior.
3847 * media/video-currentTime-expected.txt:
3848 * media/video-currentTime.html:
3849 * media/video-pause-empty-events-expected.txt: Added.
3850 * media/video-pause-empty-events.html: Added.
3851 * media/video-play-empty-events-expected.txt: Added.
3852 * media/video-play-empty-events.html: Added.
3853 * media/video-play-pause-events-expected.txt: Added.
3854 * media/video-play-pause-events.html: Added.
3855 * media/video-play-pause-exception-expected.txt: Added
3856 * media/video-play-pause-exception.html: Added
3857 * media/video-test.js:
3859 2007-11-11 Nikolas Zimmermann <zimmermann@kde.org>
3863 Add some basic tests to check alignment-baseline / dominant-baseline functionality.
3865 * platform/mac/svg/custom/alignment-baseline-modes-expected.checksum: Added.
3866 * platform/mac/svg/custom/alignment-baseline-modes-expected.png: Added.
3867 * platform/mac/svg/custom/alignment-baseline-modes-expected.txt: Added.
3868 * platform/mac/svg/custom/dominant-baseline-hanging-expected.checksum: Added.
3869 * platform/mac/svg/custom/dominant-baseline-hanging-expected.png: Added.
3870 * platform/mac/svg/custom/dominant-baseline-hanging-expected.txt: Added.
3871 * platform/mac/svg/custom/dominant-baseline-modes-expected.checksum: Added.
3872 * platform/mac/svg/custom/dominant-baseline-modes-expected.png: Added.
3873 * platform/mac/svg/custom/dominant-baseline-modes-expected.txt: Added.
3875 2007-11-11 Adam Roben <aroben@apple.com>
3877 Remove a now-passing test from the Windows Skipped file
3881 * platform/win/Skipped:
3883 2007-11-10 Darin Adler <darin@apple.com>
3885 * platform/win/fast/dom/Window/window-properties-expected.txt: Update for
3886 fix for http://bugs.webkit.org/show_bug.cgi?id=15922.
3888 2007-11-10 Nikolas Zimmermann <zimmermann@kde.org>
3892 Update SVG layout test results after landing the vertical text support fixes.
3894 * platform/mac/svg/W3C-SVG-1.1/text-align-05-b-expected.checksum:
3895 * platform/mac/svg/W3C-SVG-1.1/text-align-05-b-expected.png:
3896 * platform/mac/svg/W3C-SVG-1.1/text-align-05-b-expected.txt:
3897 * platform/mac/svg/W3C-SVG-1.1/text-align-06-b-expected.checksum:
3898 * platform/mac/svg/W3C-SVG-1.1/text-align-06-b-expected.png:
3899 * platform/mac/svg/W3C-SVG-1.1/text-align-06-b-expected.txt:
3900 * svg/batik/text/textGlyphOrientationHorizontal-expected.txt:
3901 * svg/batik/text/verticalText-expected.checksum:
3902 * svg/batik/text/verticalText-expected.png:
3903 * svg/batik/text/verticalText-expected.txt:
3904 * svg/batik/text/verticalTextOnPath-expected.checksum:
3905 * svg/batik/text/verticalTextOnPath-expected.png:
3906 * svg/batik/text/verticalTextOnPath-expected.txt:
3907 * svg/text/text-align-05-b-expected.txt:
3908 * svg/text/text-align-06-b-expected.txt:
3909 * svg/text/text-path-01-b-expected.checksum:
3910 * svg/text/text-path-01-b-expected.png:
3912 2007-11-10 Nikolas Zimmermann <zimmermann@kde.org>
3914 Rubberstamped by Eric.
3916 Update some SVG pixel test results - which show changes lately -> repainting fixes.
3918 * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.checksum:
3919 * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.png:
3920 * platform/mac/svg/custom/junk-data-expected.checksum:
3921 * platform/mac/svg/custom/junk-data-expected.png:
3922 * platform/mac/svg/custom/missing-xlink-expected.checksum:
3923 * platform/mac/svg/custom/missing-xlink-expected.png:
3924 * platform/mac/svg/hixie/error/012-expected.checksum:
3925 * platform/mac/svg/hixie/error/012-expected.png:
3927 2007-11-10 Darin Adler <darin@apple.com>
3931 - test for http://bugs.webkit.org/show_bug.cgi?id=15927
3932 delete a.c followed by __defineGetter__("c", ...) incorrectly deletes another property
3934 * fast/js/delete-then-put-expected.txt: Added.
3935 * fast/js/delete-then-put.html: Added.
3936 * fast/js/resources/delete-then-put.js: Added.
3938 2007-11-10 Sam Weinig <sam@webkit.org>
3940 Reviewed by Tim Hatcher.
3942 Follow up to <rdar://problem/5394877> Safari should not log unsafe JavaScript
3943 attempts when in private browsing mode (only an issue if Log JavaScript Exceptions
3946 Test using the new LayoutTestController.setPrivateBrowsingEnabled(bool)
3948 * http/tests/security/cross-frame-access-private-browsing-expected.txt: Added.
3949 * http/tests/security/cross-frame-access-private-browsing.html: Added.
3950 * platform/win/Skipped: Add new test to windows skip list until we have an
3951 implementation of LayoutTestController.setPrivateBrowsingEnabled(bool) for it.
3953 2007-11-10 Alexey Proskuryakov <ap@webkit.org>
3957 http://bugs.webkit.org/show_bug.cgi?id=15922
3958 Implement more of Mozilla Selection API
3960 * editing/selection/containsNode-expected.txt: Added.
3961 * editing/selection/containsNode.html: Added.
3962 * editing/selection/deleteFromDocument-expected.txt: Added.
3963 * editing/selection/deleteFromDocument.html: Added.
3964 * editing/selection/extend-expected.txt: Added.
3965 * editing/selection/extend.html: Added.
3966 * editing/selection/selectAllChildren-expected.txt: Added.
3967 * editing/selection/selectAllChildren.html: Added.
3968 * fast/dom/Window/window-properties-expected.txt:
3970 2007-11-10 Alexey Proskuryakov <ap@webkit.org>
3974 http://bugs.webkit.org/show_bug.cgi?id=15892
3975 DOM Range operations are not implemented for ProcessingInstruction nodes
3977 * fast/dom/Range/range-processing-instructions-expected.txt: Added.
3978 * fast/dom/Range/range-processing-instructions.html: Added.
3980 2007-11-09 Tristan O'Tierney <tristan@apple.com>
3982 Reviewed by Sam Weinig.
3984 * fast/dom/Window/window-resize-nan.html: Removed.
3985 * fast/dom/Window/window-resize-nan.html-disabled: Copied from fast/dom/Window/window-resize-nan.html.
3987 Disabled nan test until window resize issues can be resolved.
3989 2007-11-08 Adam Roben <aroben@apple.com>
3991 Add a test for <rdar://5483519> Pressing Enter on selected buttons should fire onclick
3995 * fast/forms/enter-clicks-buttons-expected.txt: Added.
3996 * fast/forms/enter-clicks-buttons.html: Added.
3998 2007-11-09 Dan Bernstein <mitz@apple.com>
4000 Reviewed by Antti Koivisto.
4002 - test that dynamically changing a descendant of an invisible layer to
4005 * fast/layers/layer-content-visibility-change.html: Added.
4006 * platform/mac/fast/layers/layer-content-visibility-change-expected.checksum: Added.
4007 * platform/mac/fast/layers/layer-content-visibility-change-expected.png: Added.
4008 * platform/mac/fast/layers/layer-content-visibility-change-expected.txt: Added.
4010 2007-11-09 Beth Dakin <bdakin@apple.com>
4014 Test for <rdar://problem/5586370> CSS Transform - incorrect matrix
4015 math leads to crazy problems
4017 * fast/transforms/identity-matrix.html: Added.
4018 * platform/mac/fast/transforms/identity-matrix-expected.checksum: Added.
4019 * platform/mac/fast/transforms/identity-matrix-expected.png: Added.
4020 * platform/mac/fast/transforms/identity-matrix-expected.txt: Added.
4022 2007-11-08 Oliver Hunt <oliver@apple.com>
4026 Layout test to guard against bit operation regressions.
4028 * fast/js/bitwise-and-on-undefined-expected.txt: Added.
4029 * fast/js/bitwise-and-on-undefined.html: Added.
4031 2007-11-08 Dan Bernstein <mitz@apple.com>
4033 Reviewed by Beth Dakin.
4035 - test for <rdar://problem/5491922> REGRESSION (Safari 2-3): Flash-based "Cash Optimizer" on etrade.com does not draw completely
4037 * fast/dom/length-attribute-mapping-expected.txt: Added.
4038 * fast/dom/length-attribute-mapping.html: Added.
4040 2007-11-08 Darin Adler <darin@apple.com>
4044 - test changes for <rdar://problem/5552943> accesskey does not focus <button> elements
4046 * fast/forms/access-key.html: Check for both focus and click events on all elements, but
4047 resisted the urge to switch to the American spelling for "focused".
4049 * fast/forms/access-key-expected.txt: Updated to reflect the bug fix ("1 button focussed"),
4050 the fact that <input type=button>, <input type=checkbox>, <input type=submit>, and
4051 <input type=reset> are all both focused and clicked ("2 input type button clicked",
4052 "3 input type checkbox clicked", "5 input type submit focussed", and
4053 "6 input type reset focussed"). Unfortunately this now also demonstrates that we don't
4054 send a click to <input type=text> and Gecko does. And there are still quite a few types
4055 that are not covered.
4057 2007-11-07 David Kilzer <ddkilzer@apple.com>
4059 WebKit confuses width/height for Media Queries device-aspect-ratio evaluation