1 2008-01-02 Alice Liu <alice.liu@apple.com>
5 Added test for <rdar://5283861> (problems scrolling in gmail message content area)
7 * fast/frames/iframe-scroll-page-up-down-expected.txt: Added.
8 * fast/frames/iframe-scroll-page-up-down.html: Added.
9 * fast/frames/resources/iframe-scroll-page-up-down-1.html: Added.
10 * fast/frames/resources/iframe-scroll-page-up-down-2.html: Added.
12 2008-01-02 Adam Roben <aroben@apple.com>
14 * platform/win/Skipped: Added some more failures.
16 2008-01-02 Adam Roben <aroben@apple.com>
18 Get the Windows bots closer to green
20 * platform/win/Skipped: Added some new failures.
21 * platform/win/fast/dom/Window/window-properties-expected.txt: Updated
24 2008-01-02 Alexey Proskuryakov <ap@webkit.org>
28 Changed tests that were recently modified to use non-standard execCommand identifiers back to
29 textInputController.doCommand, re-added them to Windows skip list.
31 Added several tests for commands that have different behavior when invoked manually rather
34 * editing/deleting/5300379.html:
35 * editing/deleting/delete-to-end-of-paragraph.html:
36 * editing/deleting/smart-delete-003.html:
37 * editing/deleting/smart-delete-004.html:
38 * editing/execCommand/delete-no-scroll-expected.txt: Added.
39 * editing/execCommand/delete-no-scroll.html: Added.
40 * editing/execCommand/forward-delete-no-scroll-expected.txt: Added.
41 * editing/execCommand/forward-delete-no-scroll.html: Added.
42 * editing/execCommand/insert-line-break-no-scroll-expected.txt: Added.
43 * editing/execCommand/insert-line-break-no-scroll.html: Added.
44 * editing/selection/4947387.html:
45 * editing/selection/5195166-1.html:
46 * editing/selection/5195166-2.html:
47 * editing/selection/select-line.html:
48 * editing/selection/selection-actions.html:
49 * platform/win/Skipped:
51 2008-01-02 Alexey Proskuryakov <ap@webkit.org>
55 http://bugs.webkit.org/show_bug.cgi?id=14555
56 action=mailto + method=get - The generated mailto URI is incorrect and the hvalues are encoded twice
58 http://bugs.webkit.org/show_bug.cgi?id=14774
59 Submitted data only includes first input item
61 * fast/forms/mailto: Added.
62 * fast/forms/mailto/advanced-get-expected.txt: Added.
63 * fast/forms/mailto/advanced-get.html: Added.
64 * fast/forms/mailto/advanced-put-expected.txt: Added.
65 * fast/forms/mailto/advanced-put.html: Added.
66 * fast/forms/mailto/get-multiple-items-expected.txt: Added.
67 * fast/forms/mailto/get-multiple-items-text-plain-expected.txt: Added.
68 * fast/forms/mailto/get-multiple-items-text-plain.html: Added.
69 * fast/forms/mailto/get-multiple-items-x-www-form-urlencoded-expected.txt: Added.
70 * fast/forms/mailto/get-multiple-items-x-www-form-urlencoded.html: Added.
71 * fast/forms/mailto/get-multiple-items.html: Added.
72 * fast/forms/mailto/get-non-ascii-expected.txt: Added.
73 * fast/forms/mailto/get-non-ascii.html: Added.
74 * fast/forms/mailto/get-non-ascii-text-plain.html: Added.
75 * fast/forms/mailto/get-non-ascii-text-plain-expected.txt: Added.
76 * fast/forms/mailto/get-overwrite-query-expected.txt: Added.
77 * fast/forms/mailto/get-overwrite-query.html: Added.
78 * fast/forms/mailto/post-append-query-expected.txt: Added.
79 * fast/forms/mailto/post-append-query.html: Added.
80 * fast/forms/mailto/post-multiple-items-expected.txt: Added.
81 * fast/forms/mailto/post-multiple-items-multipart-form-data-expected.txt: Added.
82 * fast/forms/mailto/post-multiple-items-multipart-form-data.html: Added.
83 * fast/forms/mailto/post-multiple-items-text-plain-expected.txt: Added.
84 * fast/forms/mailto/post-multiple-items-text-plain.html: Added.
85 * fast/forms/mailto/post-multiple-items-x-www-form-urlencoded-expected.txt: Added.
86 * fast/forms/mailto/post-multiple-items-x-www-form-urlencoded.html: Added.
87 * fast/forms/mailto/post-multiple-items.html: Added.
89 2008-01-01 Darin Adler <darin@apple.com>
93 - test for http://bugs.webkit.org/show_bug.cgi?id=16695
94 JSC allows non-identifier codepoints in identifiers (affects Acid3)
96 * fast/js/kde/parse-expected.txt: Updated.
97 * fast/js/kde/resources/parse.js: Added tests that cover both the
98 non-ASCII characters themselves and the same characters parsed as
101 2008-01-01 Sam Weinig <sam@webkit.org>
105 Tests for http://bugs.webkit.org/show_bug.cgi?id=16691
106 Use real JS objects for the rest of the DOMExceptions (EventException, RangeException, etc)
108 * fast/dom/DOMException/EventException-expected.txt: Added.
109 * fast/dom/DOMException/EventException.html: Copied from LayoutTests/fast/dom/DOMException/prototype-object.html.
110 * fast/dom/DOMException/RangeException-expected.txt: Added.
111 * fast/dom/DOMException/RangeException.html: Copied from LayoutTests/fast/dom/DOMException/prototype-object.html.
112 * fast/dom/DOMException/XPathException-expected.txt: Added.
113 * fast/dom/DOMException/XPathException.html: Copied from LayoutTests/fast/dom/DOMException/prototype-object.html.
114 * fast/dom/DOMException/resources/EventException.js: Copied from LayoutTests/fast/dom/DOMException/resources/prototype-object.js.
115 * fast/dom/DOMException/resources/RangeException.js: Copied from LayoutTests/fast/dom/DOMException/resources/prototype-object.js.
116 * fast/dom/DOMException/resources/XPathException.js: Copied from LayoutTests/fast/dom/DOMException/resources/prototype-object.js.
117 * fast/dom/Window/window-properties-expected.txt:
118 * http/tests/xmlhttprequest/XMLHttpRequestException-expected.txt: Added.
119 * http/tests/xmlhttprequest/XMLHttpRequestException.html: Added.
120 * svg/custom/SVGException-expected.txt: Added.
121 * svg/custom/SVGException.html: Copied from LayoutTests/fast/dom/DOMException/prototype-object.html.
122 * svg/custom/resources/SVGException.js: Copied from LayoutTests/fast/dom/DOMException/resources/prototype-object.js.
124 2008-01-01 Darin Adler <darin@apple.com>
128 - updated test results for https://bugs.webkit.org/show_bug.cgi?id=16648
130 * fast/regex/test1-expected.txt: Update results changed by restoring the logic to
131 avoid failing on infinite repeats of brackets that match the empty string.
133 2008-01-01 Eric Seidel <eric@webkit.org>
137 Don't replace \ with / in data: urls
138 http://bugs.webkit.org/show_bug.cgi?id=16692
140 * fast/loader/url-data-replace-backslash-expected.txt: Added.
141 * fast/loader/url-data-replace-backslash.html: Added.
143 2007-12-31 Sam Weinig <sam@webkit.org>
147 Test for http://bugs.webkit.org/show_bug.cgi?id=16637
148 Acid3 expects ExeceptionCode constants to be defined on DOMException objects
150 * fast/dom/DOMException: Added.
151 * fast/dom/DOMException/prototype-object-expected.txt: Added.
152 * fast/dom/DOMException/prototype-object.html: Added.
153 * fast/dom/DOMException/resources: Added.
154 * fast/dom/DOMException/resources/prototype-object.js: Added.
155 * fast/dom/Window/window-properties-expected.txt:
156 * http/tests/xmlhttprequest/connection-error-sync-expected.txt:
158 2007-12-31 Darin Adler <darin@apple.com>
160 * fast/dom/HTMLFormElement/elements-not-in-document-expected.txt: Updated results to expect success.
161 I accdidentally landed an expected failure instead!
163 2007-12-31 Dan Bernstein <mitz@apple.com>
165 Reviewed by Darin Adler.
167 - test and updated results for http://bugs.webkit.org/show_bug.cgi?id=14134
168 <rdar://problem/5655160> REGRESSION (r25353): Whitespace nodes ignored between inline list items
170 * fast/dynamic/create-renderer-for-whitespace-only-text.html: Added.
171 * fast/dynamic/style-access-late-stylesheet-load-expected.txt:
172 * platform/mac-leopard/fast/dynamic: Added.
173 * platform/mac-leopard/fast/dynamic/create-renderer-for-whitespace-only-text-expected.checksum: Added.
174 * platform/mac-leopard/fast/dynamic/create-renderer-for-whitespace-only-text-expected.png: Added.
175 * platform/mac/editing/deleting/delete-block-merge-contents-001-expected.txt:
176 * platform/mac/editing/deleting/delete-block-merge-contents-019-expected.txt:
177 * platform/mac/editing/deleting/delete-block-merge-contents-020-expected.txt:
178 * platform/mac/editing/inserting/editable-html-element-expected.txt:
179 * platform/mac/editing/inserting/editing-empty-divs-expected.txt:
180 * platform/mac/editing/pasteboard/paste-TIFF-expected.txt:
181 * platform/mac/editing/selection/4983858-expected.txt:
182 * platform/mac/editing/selection/5136696-expected.txt:
183 * platform/mac/editing/selection/drag-to-contenteditable-iframe-expected.txt:
184 * platform/mac/editing/style/remove-underline-across-paragraph-expected.txt:
185 * platform/mac/editing/style/remove-underline-across-paragraph-in-bold-expected.txt:
186 * platform/mac/editing/style/remove-underline-after-paragraph-expected.txt:
187 * platform/mac/editing/style/remove-underline-after-paragraph-in-bold-expected.txt:
188 * platform/mac/editing/style/remove-underline-from-stylesheet-expected.txt:
189 * platform/mac/fast/dynamic/create-renderer-for-whitespace-only-text-expected.txt: Added.
190 * platform/mac/fast/dynamic/move-node-with-selection-expected.txt:
191 * platform/mac/fast/forms/input-align-expected.txt:
192 * platform/mac/fast/inline/positionedLifetime-expected.txt:
194 2007-12-31 Darin Adler <darin@apple.com>
198 - test for http://bugs.webkit.org/show_bug.cgi?id=16641
199 Acid3 reveals HTMLFormElement.elements fails to update when element name changes
201 * fast/dom/HTMLFormElement: Added.
202 * fast/dom/HTMLFormElement/elements-not-in-document-expected.txt: Added.
203 * fast/dom/HTMLFormElement/elements-not-in-document.html: Added.
204 * fast/dom/HTMLFormElement/resources: Added.
205 * fast/dom/HTMLFormElement/resources/TEMPLATE.html: Added.
206 * fast/dom/HTMLFormElement/resources/elements-not-in-document.js: Added.
208 2007-12-31 Henry Mason <hmason@mac.com>
212 Test for http://bugs.webkit.org/show_bug.cgi?id=14994
213 Support for MessageEvent and cross-domain messaging
215 * fast/dom/Window/window-properties-expected.txt:
216 * http/tests/messaging: Added.
217 * http/tests/messaging/cross-domain-message-send-expected.txt: Added.
218 * http/tests/messaging/cross-domain-message-send.html: Added.
219 * http/tests/messaging/resources: Added.
220 * http/tests/messaging/resources/cross-domain-message-receive.html: Added.
222 2007-12-30 Sam Weinig <sam@webkit.org>
224 Reviewed by Oliver Hunt.
226 Test for http://bugs.webkit.org/show_bug.cgi?id=16387
228 * http/tests/security/cross-frame-access-enumeration-expected.txt: Added.
229 * http/tests/security/cross-frame-access-enumeration.html: Added.
230 * http/tests/security/resources/cross-frame-iframe-for-enumeration-test.html: Added.
232 2007-12-30 Darin Adler <darin@apple.com>
234 - added missing results file
236 * fast/events/event-instanceof-expected.txt: Added.
238 2007-12-30 Sam Weinig <sam@webkit.org>
240 Reviewed by Oliver Hunt.
242 Test for http://bugs.webkit.org/show_bug.cgi?id=10686
243 event instanceof MouseEvent throws exception
245 * fast/dom/Window/window-properties-expected.txt:
246 * fast/events/event-instanceof.html: Added.
247 * fast/events/resources/event-instanceof.js: Added.
249 2007-12-30 David Kilzer <ddkilzer@webkit.org>
253 - test for http://bugs.webkit.org/show_bug.cgi?id=15359
254 JPEG image not shown when height is specified as percentage inside a table
256 This test was added specifically for this bug. It tests the height of
257 replaced elements (canvas, embed, img, object, button, input, isindex,
258 select, textarea ) within table cells.
260 * fast/replaced/table-percent-height-expected.txt: Added.
261 * fast/replaced/table-percent-height.html: Added.
263 These test results were updated because they are more correct.
265 * platform/mac/fast/replaced/width100percent-image-expected.checksum: Updated.
266 * platform/mac/fast/replaced/width100percent-image-expected.png: Updated.
267 * platform/mac/fast/replaced/width100percent-image-expected.txt: Updated.
269 Moved tests and results for these two tests from tables/mozilla_expected_failures/bugs
270 to tables/mozilla/bugs since these results have been fixed.
272 * platform/mac/tables/mozilla/bugs/bug137388-1-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug137388-1-expected.checksum.
273 * platform/mac/tables/mozilla/bugs/bug137388-1-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug137388-1-expected.png.
274 * platform/mac/tables/mozilla/bugs/bug137388-1-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug137388-1-expected.txt.
275 * platform/mac/tables/mozilla/bugs/bug137388-2-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug137388-2-expected.checksum.
276 * platform/mac/tables/mozilla/bugs/bug137388-2-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug137388-2-expected.png.
277 * platform/mac/tables/mozilla/bugs/bug137388-2-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug137388-2-expected.txt.
278 * platform/mac/tables/mozilla_expected_failures/bugs/bug137388-1-expected.checksum: Removed.
279 * platform/mac/tables/mozilla_expected_failures/bugs/bug137388-1-expected.png: Removed.
280 * platform/mac/tables/mozilla_expected_failures/bugs/bug137388-1-expected.txt: Removed.
281 * platform/mac/tables/mozilla_expected_failures/bugs/bug137388-2-expected.checksum: Removed.
282 * platform/mac/tables/mozilla_expected_failures/bugs/bug137388-2-expected.png: Removed.
283 * platform/mac/tables/mozilla_expected_failures/bugs/bug137388-2-expected.txt: Removed.
284 * tables/mozilla/bugs/bug137388-1.html: Copied from LayoutTests/tables/mozilla_expected_failures/bugs/bug137388-1.html.
285 * tables/mozilla/bugs/bug137388-2.html: Copied from LayoutTests/tables/mozilla_expected_failures/bugs/bug137388-2.html.
286 * tables/mozilla_expected_failures/bugs/bug137388-1.html: Removed.
287 * tables/mozilla_expected_failures/bugs/bug137388-2.html: Removed.
289 2007-12-30 Eric Seidel <eric@webkit.org>
293 Add missing fast/js/number-toExponential.html file and correct results.
294 Add missing number.toString(2) test which also was missing.
295 Update toString results now that we're properly throwing exceptions.
297 * fast/js/number-toExponential-expected.txt:
298 * fast/js/number-toExponential.html: Added.
299 * fast/js/number-toString-expected.txt:
300 * fast/js/resources/number-toString.js:
302 2007-12-29 Alexey Proskuryakov <ap@webkit.org>
306 http://bugs.webkit.org/show_bug.cgi?id=14428
307 FCKEditor: Images disappear on drag/drop and copy/paste
309 * editing/pasteboard/drag-image-in-about-blank-frame-expected.txt: Added.
310 * editing/pasteboard/drag-image-in-about-blank-frame.html: Added.
312 2007-12-28 Alexey Proskuryakov <ap@webkit.org>
316 http://bugs.webkit.org/show_bug.cgi?id=15734
317 fast/xpath/namespace-vs-predicate.xhtml fails unexpectedly in no-SVG build
319 * fast/xpath/namespace-vs-predicate.xhtml: Use (hopefully) correct code to remove an SVG element.
321 2007-12-28 Darin Adler <darin@apple.com>
323 - checked in these files that were supposed to be part of
324 the previous check-in, but somehow weren't
326 * fast/js/number-tofixed-expected.txt: Updated.
327 * fast/js/number-toprecision-expected.txt: Ditto.
329 2007-12-28 Eric Seidel <eric@webkit.org>
333 Add more tests for toFixed, toPrecision and toExponential
334 Add tests for toString to match Firefox's behavior
336 All tests pass in Firefox, but some fail in WebKit
337 I've chosen to land failing tests as I expect we'll move closer
338 towards Firefox's behavior in the future, and it's better to have
339 the tests now thus to notice any behavior changes in the future.
341 * fast/js/number-toExponential-expected.txt: Added.
342 * fast/js/number-toString-expected.txt: Added.
343 * fast/js/number-toString.html: Added.
344 * fast/js/number-tofixed-expected.txt:
345 * fast/js/number-toprecision-expected.txt:
346 * fast/js/resources/number-toExponential.js: Added.
347 * fast/js/resources/number-toString.js: Added.
348 * fast/js/resources/number-tofixed.js:
349 * fast/js/resources/number-toprecision.js:
351 2007-12-29 Nikolas Zimmermann <zimmermann@kde.org>
355 Update layout test results after the SVG Fonts addition.
356 <font-face> is now also disabled by default wrapped in ENABLE(SVG_FONTS) block.
358 Fix two misplaced layout test results (results added in the wrong place.)
360 * platform/mac/svg/css/css-box-min-width-expected.checksum:
361 * platform/mac/svg/css/css-box-min-width-expected.png:
362 * platform/mac/svg/custom/font-face-simple-expected.checksum:
363 * platform/mac/svg/custom/font-face-simple-expected.png:
364 * platform/mac/svg/custom/font-face-simple-expected.txt:
365 * platform/mac/svg/custom/inline-svg-in-xhtml-expected.checksum:
366 * platform/mac/svg/custom/inline-svg-in-xhtml-expected.png:
367 * platform/mac/svg/custom/use-infinite-recursion-expected.png: Added.
368 * svg/custom/inline-svg-in-xhtml-expected.checksum: Removed.
369 * svg/custom/inline-svg-in-xhtml-expected.png: Removed.
370 * svg/custom/use-infinite-recursion-expected.checksum: Removed.
371 * svg/custom/use-infinite-recursion-expected.png: Removed.
373 2007-12-27 Dan Bernstein <mitz@apple.com>
375 Reviewed by Oliver Hunt.
377 - test for http://bugs.webkit.org/show_bug.cgi?id=16603
378 <rdar://problem/5664199> Crash when resizing text field
380 * fast/layers/resize-layer-deletion-crash-expected.txt: Added.
381 * fast/layers/resize-layer-deletion-crash.html: Added.
383 2007-12-27 Sam Weinig <sam@webkit.org>
385 Reviewed by Alice Liu.
387 * platform/win/Skipped: Remove xss-DENIED-from-data-url-sub-frame-to-data-url-sub-frame.html
388 since it is now passing.
390 2007-12-27 Collin Jackson <webkit@collinjackson.com>
392 Reviewed by Sam Weinig.
394 Tests for http://bugs.webkit.org/show_bug.cgi?id=16539
395 <rdar://problem/5659269>
397 * http/tests/security/cross-frame-access-call-expected.txt: Added.
398 * http/tests/security/cross-frame-access-call.html: Added.
400 2007-12-27 Dan Bernstein <mitz@apple.com>
402 Reviewed by Dave Hyatt and Sam Weinig.
404 - pixel tests for <rdar://problem/5605937> Inspector: Disclosure triangle not drawn in node's properties panel until click
406 * fast/layers/add-layer-with-nested-stacking.html: Added.
407 * fast/layers/remove-layer-with-nested-stacking.html: Added.
408 * platform/mac/fast/layers/add-layer-with-nested-stacking-expected.checksum: Added.
409 * platform/mac/fast/layers/add-layer-with-nested-stacking-expected.png: Added.
410 * platform/mac/fast/layers/add-layer-with-nested-stacking-expected.txt: Added.
411 * platform/mac/fast/layers/remove-layer-with-nested-stacking-expected.checksum: Added.
412 * platform/mac/fast/layers/remove-layer-with-nested-stacking-expected.png: Added.
413 * platform/mac/fast/layers/remove-layer-with-nested-stacking-expected.txt: Added.
415 2007-12-27 Eric Seidel <eric@webkit.org>
419 ASSERT in JavaScriptCore while viewing WICD test case
420 http://bugs.webkit.org/show_bug.cgi?id=16626
422 * fast/js/for-in-exeception-expected.txt: Added.
423 * fast/js/for-in-exeception.html: Added.
424 * fast/js/resources/for-in-exception.js: Added.
426 2007-12-27 Sam Weinig <sam@webkit.org>
428 Reviewed by Alice Liu.
430 * platform/mac-leopard/Skipped: Remove dom/html/level2/html/HTMLDocument12.html
431 from the Skipped list because it is now passing.
433 2007-12-27 Dan Bernstein <mitz@apple.com>
435 Reviewed by Eric Seidel.
437 - test for http://bugs.webkit.org/show_bug.cgi?id=16490
438 ASSERT in ~FrameView while viewing/reloading WICD test case
440 * fast/dynamic/paused-event-dispatch-expected.txt: Added.
441 * fast/dynamic/paused-event-dispatch.html: Added.
442 * fast/dynamic/resources/paused-event-dispatch-iframe.html: Added.
444 2007-12-27 Sam Weinig <sam@webkit.org>
448 * platform/win/Skipped: Move cross-frame-access-protocol* tests to show that they
449 are failing because of a lack of ssl on windows.
451 2007-12-27 Sam Weinig <sam@webkit.org>
453 Rubber-stamped by Maciej.
455 - Change more tests to use the new layoutTestController.globalFlag style polling instead
456 of the "flag frame hack".
458 * http/tests/security/cross-frame-access-parent-explicit-domain-expected.txt:
459 * http/tests/security/cross-frame-access-port-expected.txt:
460 * http/tests/security/cross-frame-access-private-browsing-expected.txt:
461 * http/tests/security/cross-frame-access-protocol-expected.txt:
462 * http/tests/security/dataURL/xss-DENIED-to-data-url-from-data-url.html:
463 * http/tests/security/host-compare-case-insensitive-expected.txt:
464 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-location-htmldom-expected.txt:
465 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-location-htmldom.html:
466 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-getAttribute-value-expected.txt:
467 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-getAttribute-value.html:
468 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-htmldom-expected.txt:
469 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-htmldom.html:
470 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttribute-expected.txt:
471 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttribute.html:
472 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNS-expected.txt:
473 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNS.html:
474 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNode-expected.txt:
475 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNode.html:
476 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNodeNS-expected.txt:
477 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNodeNS.html:
478 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-getAttribute-value-expected.txt:
479 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-getAttribute-value.html:
480 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-htmldom-expected.txt:
481 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-htmldom.html:
482 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttribute-expected.txt:
483 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttribute.html:
484 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNS-expected.txt:
485 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNS.html:
486 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNode-expected.txt:
487 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNode.html:
488 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNodeNS-expected.txt:
489 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNodeNS.html:
490 * http/tests/security/javascriptURL/resources/foreign-domain-javascript-url-accessee-iframe.html:
491 * http/tests/security/javascriptURL/resources/foreign-domain-javascript-url-accessee-opened-frame.html:
492 * http/tests/security/javascriptURL/resources/foreign-domain-javascript-url-accessor-iframe.html:
493 * http/tests/security/javascriptURL/resources/foreign-domain-javascript-url-accessor-opened-frame.html:
494 * http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-url-sub-frame-2-level.html:
495 * http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-url-window-open.html:
496 * http/tests/security/javascriptURL/xss-DENIED-from-javascript-url-in-foreign-domain-subframe-expected.txt:
497 * http/tests/security/javascriptURL/xss-DENIED-from-javascript-url-in-foreign-domain-subframe.html:
498 * http/tests/security/javascriptURL/xss-DENIED-from-javascript-url-in-foreign-domain-window-open-expected.txt:
499 * http/tests/security/javascriptURL/xss-DENIED-from-javascript-url-in-foreign-domain-window-open.html:
500 * http/tests/security/javascriptURL/xss-DENIED-to-javascript-url-in-foreign-domain-subframe-expected.txt:
501 * http/tests/security/javascriptURL/xss-DENIED-to-javascript-url-in-foreign-domain-subframe.html:
502 * http/tests/security/javascriptURL/xss-DENIED-to-javascript-url-in-foreign-domain-window-open.html:
503 * http/tests/security/protocol-compare-case-insensitive-expected.txt:
504 * http/tests/security/resources/cross-frame-iframe.html:
506 2007-12-27 Alexey Proskuryakov <ap@webkit.org>
510 http://bugs.webkit.org/show_bug.cgi?id=14500
511 need to be more generous about charset declaration with meta tag
513 http://bugs.webkit.org/show_bug.cgi?id=12526
514 <rdar://problem/4867183> Safari ignores encoding description "charset=Shift_JIS" in invalid html
516 <rdar://problem/4892428> Unlike other browsers, WebKit ignores <meta> charset definitions outside the head
518 <rdar://problem/5643774> REGRESSION: Text is garbled when clicking a link inside an Arabic website
520 * fast/encoding/ahram-org-eg-expected.txt: Added.
521 * fast/encoding/ahram-org-eg.html: Added.
522 * fast/encoding/bandai-co-jp-releases-expected.txt: Added.
523 * fast/encoding/bandai-co-jp-releases.html: Added.
524 * fast/encoding/floraexpres-ru-expected.txt: Added.
525 * fast/encoding/floraexpres-ru.html: Added.
526 * fast/encoding/hanarei-blog32-fc2-com-expected.txt: Added.
527 * fast/encoding/hanarei-blog32-fc2-com.html: Added.
528 * fast/encoding/yahoo-mail-expected.txt: Added.
529 * fast/encoding/yahoo-mail.html: Added.
531 2007-12-26 Dan Bernstein <mitz@apple.com>
533 Rubber-stamped by Anders Carlsson.
535 - re-categorize some SVG tests the are failing on Windows
537 * platform/win/Skipped:
539 2007-12-26 Sam Weinig <sam@webkit.org>
541 Reviewed by Alice Liu.
543 Re-enable disabled tests with new polling logic using layoutTestController.globalFlag.
545 * http/tests/security/dataURL/resources/foreign-domain-data-url-accessee-iframe.html:
546 * http/tests/security/dataURL/resources/foreign-domain-data-url-accessee-opened-frame.html:
547 * http/tests/security/dataURL/resources/foreign-domain-data-url-accessor-iframe.html:
548 * http/tests/security/dataURL/resources/foreign-domain-data-url-accessor-opened-frame.html:
549 * http/tests/security/dataURL/resources/foreign-domain-data-url-window-location.html:
550 * http/tests/security/dataURL/xss-DENIED-from-data-url-in-foreign-domain-subframe-expected.txt:
551 * http/tests/security/dataURL/xss-DENIED-from-data-url-in-foreign-domain-subframe.html: Copied from http/tests/security/dataURL/xss-DENIED-from-data-url-in-foreign-domain-subframe.html-disabled.
552 * http/tests/security/dataURL/xss-DENIED-from-data-url-in-foreign-domain-subframe.html-disabled: Removed.
553 * http/tests/security/dataURL/xss-DENIED-from-data-url-in-foreign-domain-window-open-expected.txt:
554 * http/tests/security/dataURL/xss-DENIED-from-data-url-in-foreign-domain-window-open.html: Copied from http/tests/security/dataURL/xss-DENIED-from-data-url-in-foreign-domain-window-open.html-disabled.
555 * http/tests/security/dataURL/xss-DENIED-from-data-url-in-foreign-domain-window-open.html-disabled: Removed.
556 * http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-subframe-expected.txt:
557 * http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-subframe-location-change-expected.txt:
558 * http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-subframe-location-change.html: Copied from http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-subframe-location-change.html-disabled.
559 * http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-subframe-location-change.html-disabled: Removed.
560 * http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-subframe.html: Copied from http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-subframe.html-disabled.
561 * http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-subframe.html-disabled: Removed.
562 * http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-window-open-expected.txt:
563 * http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-window-open.html: Copied from http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-window-open.html-disabled.
564 * http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-window-open.html-disabled: Removed.
565 * platform/win/Skipped:
567 2007-12-26 Alice Liu <alice.liu@apple.com>
569 removing tests tracked by <rdar://5463489> A number of layout tests should be using
570 execCommand instead of textInputController
572 * platform/win/Skipped:
573 removing tests fixed by http://trac.webkit.org/projects/webkit/changeset/28626
575 2007-12-26 Alexey Proskuryakov <ap@webkit.org>
577 Reviewed by Sam Weinig.
579 http://bugs.webkit.org/show_bug.cgi?id=16609
580 Make manual-tests/xmlhttprequest-contenttype-empty.html test automatic
582 * http/tests/xmlhttprequest/xmlhttprequest-contenttype-empty-expected.txt: Added.
583 * http/tests/xmlhttprequest/resources/empty-content-type.php: Added.
584 * http/tests/xmlhttprequest/xmlhttprequest-contenttype-empty.html: Copied from WebCore/manual-tests/xmlhttprequest-contenttype-empty.html.
586 2007-12-25 Rob Buis <buis@kde.org>
591 http://bugs.webkit.org/show_bug.cgi?id=15514
592 <clipPath> with <use> not respected
593 http://bugs.webkit.org/show_bug.cgi?id=16557
594 SVG circle elements have been clipped away completely, instead of partially.
596 * svg/custom/clip-path-referencing-use-expected.checksum: Added.
597 * svg/custom/clip-path-referencing-use-expected.png: Added.
598 * svg/custom/clip-path-referencing-use-expected.txt: Added.
599 * svg/custom/clip-path-referencing-use.svg: Added.
600 * svg/custom/clip-path-referencing-use2-expected.checksum: Added.
601 * svg/custom/clip-path-referencing-use2-expected.png: Added.
602 * svg/custom/clip-path-referencing-use2-expected.txt: Added.
603 * svg/custom/clip-path-referencing-use2.svg: Added.
605 2007-12-25 David Smith <catfish.man@gmail.com> and Sam Weinig <sam@webkit.org>
609 - http://bugs.webkit.org/show_bug.cgi?id=16587
610 Implement the most useful part of the W3C Selectors API.
612 * fast/dom/SelectorAPI: Copied from LayoutTests/fast/dom/getElementsByClassName.
613 * fast/dom/SelectorAPI/dumpNodeList-expected.txt:
614 * fast/dom/SelectorAPI/dumpNodeList.html: Modified to test querySelector and querySelectorAll instead of getElementsByClassName
615 * fast/dom/Window/window-properties-expected.txt: Added querySelector and querySelectorAll
617 2007-12-23 Darin Adler <darin@apple.com>
619 - updated results (character used for controls changed in r28945)
621 * platform/mac/media/audio-controls-rendering-expected.txt: Regenerated.
622 * platform/mac/media/video-controls-rendering-expected.txt: Regenerated.
623 * platform/mac/media/video-display-toggle-expected.txt: Regenerated.
625 2007-12-22 Nikolas Zimmermann <zimmermann@kde.org>
629 Fixes: http://bugs.webkit.org/show_bug.cgi?id=15966 (Crash in SVGRootInlineBox::walkTextChunks() on mouse hover)
631 Add new layout test foreignObject-crash-on-hover.xml verifying debug builds don't hit an assertion anymore.
633 * platform/mac/svg/custom/foreignObject-crash-on-hover-expected.checksum: Added.
634 * platform/mac/svg/custom/foreignObject-crash-on-hover-expected.png: Added.
635 * platform/mac/svg/custom/foreignObject-crash-on-hover-expected.txt: Added.
636 * svg/custom/foreignObject-crash-on-hover.xml: Added.
638 2007-12-21 Sam Weinig <sam@webkit.org>
642 Fix another mistaken duplication, this time in cross-frame-access-parent-explicit-domain.html,
643 that was causing intermittent failures.
645 * http/tests/security/cross-frame-access-parent-explicit-domain-expected.txt:
646 * http/tests/security/cross-frame-access-parent-explicit-domain.html:
647 * http/tests/security/cross-frame-access-port-explicit-domain-expected.txt:
649 2007-12-21 Sam Weinig <sam@webkit.org>
651 Reviewed by Dan Bernstein.
653 Fix mistaken duplication in cross-frame-access-child-explicit-domain.html that was causing
654 intermittent failures.
656 * http/tests/security/cross-frame-access-child-explicit-domain-expected.txt:
657 * http/tests/security/cross-frame-access-child-explicit-domain.html:
658 * http/tests/security/cross-frame-access-custom-expected.txt:
660 2007-12-21 Alexey Proskuryakov <ap@webkit.org>
664 <rdar://problem/5629995> Incorrect display of Danish characters on web site.
666 * http/tests/xmlhttprequest/resources/utf-8-no-charset.html: Added.
667 * http/tests/xmlhttprequest/response-encoding-expected.txt:
668 * http/tests/xmlhttprequest/response-encoding.html:
670 2007-12-20 Justin Garcia <justin.garcia@apple.com>
672 Reviewed by Oliver Hunt.
674 <rdar://problem/5543472> GoogleDocs: Safari hangs when creating a list from a particular selection
676 * editing/execCommand/5543472-1-expected.txt: Added.
677 * editing/execCommand/5543472-1.html: Added.
678 * editing/execCommand/5543472-2-expected.txt: Added.
679 * editing/execCommand/5543472-2.html: Added.
680 * editing/execCommand/5543472-3-expected.txt: Added.
681 * editing/execCommand/5543472-3.html: Added.
683 2007-12-20 Dan Bernstein <mitz@apple.com>
685 Reviewed by John Sullivan.
687 - reorganize skipped test list
689 * platform/win/Skipped:
691 2007-12-20 Adam Barth <hk9565@gmail.com>
693 Reviewed and landed by Sam Weinig.
695 Update LayoutTests for http://bugs.webkit.org/show_bug.cgi?id=15313
697 * http/tests/security/cross-frame-access-child-explicit-domain-expected.txt: Added.
698 * http/tests/security/cross-frame-access-child-explicit-domain.html: Added.
699 * http/tests/security/cross-frame-access-custom-expected.txt:
700 * http/tests/security/cross-frame-access-parent-explicit-domain-expected.txt: Added.
701 * http/tests/security/cross-frame-access-parent-explicit-domain.html: Added.
702 * http/tests/security/cross-frame-access-port-explicit-domain-expected.txt:
703 * http/tests/security/cross-frame-access-protocol-explicit-domain-expected.txt:
704 * http/tests/security/cross-frame-access-protocol-explicit-domain.html:
706 2007-12-20 johnnyding.webkit <johnnyding.webkit@gmail.com>
708 Reviewed by Alexey. Landed by Stephanie.
710 - bug http://bugs.webkit.org/show_bug.cgi?id=16179 | <rdar://problem/5619399>
711 Test for unicode characters which is great than 255 are in HTML attribute name
713 * fast/parser/test-unicode-characters-in-attribute-name-expected.txt: Added.
714 * fast/parser/test-unicode-characters-in-attribute-name.html: Added.
716 2007-12-20 Eric Seidel <eric@webkit.org>
718 Reviewed by Nikolas Zimmermann.
720 WebKit claims to support SVG feature strings it shouldn't
721 http://bugs.webkit.org/show_bug.cgi?id=15480
723 * platform/mac/svg/W3C-SVG-1.1/struct-cond-03-t-expected.checksum:
724 * platform/mac/svg/W3C-SVG-1.1/struct-cond-03-t-expected.png:
725 * platform/mac/svg/W3C-SVG-1.1/struct-cond-03-t-expected.txt:
726 * platform/mac/svg/W3C-SVG-1.1/struct-image-02-b-expected.checksum:
727 * platform/mac/svg/W3C-SVG-1.1/struct-image-02-b-expected.png:
728 * platform/mac/svg/W3C-SVG-1.1/struct-image-02-b-expected.txt:
729 * svg/custom/svg-features-expected.txt:
730 * svg/custom/svg-features.html:
732 2007-12-17 Tony Chang <idealisms@gmail.com>
736 Test for http://bugs.webkit.org/show_bug.cgi?id=16479
737 Reset the drag state on non-mac platforms.
739 * fast/text/reset-drag-on-mouse-down.html: Added.
740 * platform/mac/fast/text/reset-drag-on-mouse-down-expected.txt: Added.
742 2007-12-19 Geoffrey Garen <ggaren@apple.com>
744 Reviewed by Oliver Hunt.
746 Added some tests to verify some of the changes I made while optimizing
747 global access to global variables.
749 * fast/dom/Window/resources/window-property-clearing-iframe0.html: Added.
750 * fast/dom/Window/resources/window-property-clearing-iframe1.html: Added.
751 * fast/dom/Window/window-property-clearing-expected.txt: Added.
752 * fast/dom/Window/window-property-clearing.html: Added.
753 * fast/dom/getter-on-window-object2-expected.txt: Added.
754 * fast/dom/getter-on-window-object2.html: Added.
756 Checked in failing results for these const tests. The symbol table
757 optimization broke const. (We didn't know this before because our only
758 tests used global variables.)
760 * fast/js/const-expected.txt:
761 * fast/js/kde/const-expected.txt:
763 * fast/js/resources/for-in-avoid-duplicates.js: Fixed a typo I noticed.
764 Not related to this patch.
766 * fast/dom/Window/window-property-shadowing.html: Changed this test to
767 use "this" instead of "window". The fact that "window" worked before,
768 despite an overriding / shadowing var declaration, was a bug.
770 2007-12-19 Dan Bernstein <mitz@apple.com>
772 - remove two more tests that pass now due to changed font fallback
774 * platform/win/Skipped:
776 2007-12-19 Dan Bernstein <mitz@apple.com>
778 - remove passing tests following the change to font fallback
780 * platform/win/Skipped: Removed tests that failed only because they
781 specified as primary font family a font family that was not available
782 on Windows and therefore were rendered using the platform last resort
783 font, Times New Roman. Now they are rendered using the 'standard'
784 font family, which is set to Times on both Mac and Windows when running
787 2007-12-19 Alice Liu <alice.liu@apple.com>
791 Fixed <rdar://problem/5592485> Safari crashed trying to get a motorcycle insurance quote
792 on Geico.com WebCore::Document::inPageCache()
794 * fast/events/nested-event-remove-node-crash-expected.txt: Added.
795 * fast/events/nested-event-remove-node-crash.html: Added.
797 2007-12-19 Andre Boule <aboule@apple.com>
799 Reviewed by Dan Bernstein.
801 Adding tests for canvas compositing modes to make sure the results don't change after:
802 <rdar://problem/5640059> GraphicsContext::setCompositeOperation should use CGContextSetBlendMode
804 The following compositing modes don't pass however that is covered by another bug:
810 <rdar://problem/5651783> Some canvas tag compositing modes don't render correctly
812 * fast/canvas/canvas-composite.html: Added.
813 * platform/mac/fast/canvas/canvas-composite-expected.checksum: Added.
814 * platform/mac/fast/canvas/canvas-composite-expected.png: Added.
815 * platform/mac/fast/canvas/canvas-composite-expected.txt: Added.
817 2007-12-19 Dan Bernstein <mitz@apple.com>
819 Reviewed by Dave Hyatt.
821 - test for <rdar://problem/5650045> REGRESSION: major layout problems in svn r28754 WebKit on Vox.com page
823 * fast/dynamic/subtree-boundary-percent-height.html: Added.
824 * platform/mac/fast/dynamic/subtree-boundary-percent-height-expected.checksum: Added.
825 * platform/mac/fast/dynamic/subtree-boundary-percent-height-expected.png: Added.
826 * platform/mac/fast/dynamic/subtree-boundary-percent-height-expected.txt: Added.
828 2007-12-18 Beth Dakin <bdakin@apple.com>
832 Test for <rdar://problem/5616982> SVGs with width and height 100%
833 fail to render when used as <img> or CSS image (16167)
835 * fast/images/resources/green-relative-size-rect.svg: Added.
836 * fast/images/svg-as-relative-image.html: Added.
837 * platform/mac/fast/images/svg-as-relative-image-expected.checksum: Added.
838 * platform/mac/fast/images/svg-as-relative-image-expected.png: Added.
839 * platform/mac/fast/images/svg-as-relative-image-expected.txt: Added.
841 2007-12-18 Dan Bernstein <mitz@apple.com>
843 Reviewed by John Sullivan.
845 - remove passing test and reclassify one failing test
847 * platform/win/Skipped: Removed fast/text/international/002.html.
849 2007-12-18 Sam Weinig <sam@webkit.org>
851 Reviewed by Geoffrey.
853 - Temporarily remove calls that are causing subsequent tests in DRT to fail.
854 Filled http://bugs.webkit.org/show_bug.cgi?id=16510 to track the issue.
856 * http/tests/security/cross-frame-access-history-expected.txt:
857 * http/tests/security/cross-frame-access-history.html:
859 2007-12-18 Darin Adler <darin@apple.com>
861 - fix failing regression test
863 * fast/regex/resources/TEMPLATE.html: Updated this template -- I accidentally landed
864 the one that was copied without updating the paths.
865 * fast/regex/slow.html: Regenerated.
867 2007-12-18 Alice Liu <alice.liu@apple.com>
871 Fixed <rdar://problem/5646454> REGRESSION: dom/xhtml/level2/html/HTMLDocument12 fails on Leopard
873 * fast/cookies/local-file-can-set-cookies.html:
874 cookies are matched by domain and path, and since layout tests are file URLs,
875 they all match on domain. setting a cookie without specifying the path will
876 make CFNetwork pick up the path from the URL automatically. Since
877 fast/cookies/local-file-can-set-cookies.html set a specific path of /, that
878 cookie will be set for EVERY local file loaded in Safari. removing that
879 component from the cookie string will fix the problem.
881 2007-12-18 Darin Adler <darin@apple.com>
885 - test for http://bugs.webkit.org/show_bug.cgi?id=16458
886 REGRESSION (r28164): regular expressions can now hang due to lack of a match limit
888 * fast/regex/resources: Added.
889 * fast/regex/resources/TEMPLATE.html: Copied from fast/js/resources/TEMPLATE.html.
890 * fast/regex/resources/slow.js: Added.
891 * fast/regex/slow-expected.txt: Added.
892 * fast/regex/slow.html: Added.
894 2007-12-18 Dan Bernstein <mitz@apple.com>
896 Reviewed by John Sullivan.
898 - remove passing test
900 * platform/win/Skipped: Removed fast/text/international/wrap-CJK-001.html
902 2007-12-17 Alice Liu <alice.liu@apple.com>
906 Test for <rdar://problem/5566435> window with no scrollbars can still be scrolled with wheelevent
908 * fast/events/attempt-scroll-with-no-scrollbars-expected.txt: Added.
909 * fast/events/attempt-scroll-with-no-scrollbars.html: Added.
910 * platform/mac/Skipped:
911 Adding to mac Skipped list because of <rdar://problem/5643675> window.scrollTo scrolls a window with no scrollbars
912 * platform/win/Skipped:
913 Adding to win Skipped list because of <rdar://problem/5132009> Windows DRT does not support multiple windows
915 2007-12-17 Darin Adler <darin@apple.com>
917 - disabling this test until we can find a way to make it pass on diverse machines
919 * fast/css/css2-system-color.html: Removed.
920 * fast/css/css2-system-color.html-disabled: Copied from fast/css/css2-system-color.html.
922 2007-12-17 Anders Carlsson <andersca@apple.com>
924 Fix argument to window.open.
926 * http/tests/misc/window-open-then-write.html:
928 2007-12-17 Mark Rowe <mrowe@apple.com>
930 Update test results after r28812.
932 * platform/mac-tiger/fast/css/css2-system-color-expected.txt:
933 * platform/mac/fast/css/css2-system-color-expected.txt:
935 2007-12-17 Alexey Proskuryakov <ap@webkit.org>
939 Live to the promise of never making AppKit special character codes visible via DOM.
941 * fast/events/arrow-keys-on-body-expected.txt: Added.
942 * fast/events/arrow-keys-on-body.html: Added.
944 2007-12-16 Darin Adler <darin@apple.com>
946 * fast/js/regexp-overflow-expected.txt: Updated. I accidentally checked in an
947 out-of-date file last time.
949 2007-12-16 Darin Adler <darin@apple.com>
953 - test for http://bugs.webkit.org/show_bug.cgi?id=16459
954 REGRESSION: assertion failure with regexp with \B in a case-ignoring character range
955 <rdar://problem/5646361>
957 * fast/js/regexp-overflow-expected.txt: Updated.
958 * fast/js/resources/regexp-overflow.js: Added test cases.
960 2007-12-16 Darin Adler <darin@apple.com>
964 - tests for the argument handling of the executeSql function
966 * storage/execute-sql-args-expected.txt: Added.
967 * storage/execute-sql-args.html: Added.
969 2007-12-16 Darin Adler <darin@apple.com>
971 - try to get the system color test passing on the buildbot
973 I fear this test may be vulnerable to slight platform differences.
975 * platform/mac-tiger/fast: Added.
976 * platform/mac-tiger/fast/css: Added.
977 * platform/mac-tiger/fast/css/css2-system-color-expected.checksum: Copied from platform/mac/fast/css/css2-system-color-expected.checksum.
978 * platform/mac-tiger/fast/css/css2-system-color-expected.png: Copied from platform/mac/fast/css/css2-system-color-expected.png.
979 * platform/mac-tiger/fast/css/css2-system-color-expected.txt: Copied from platform/mac/fast/css/css2-system-color-expected.txt.
980 Then updated to match what the buildbot says.
982 * platform/mac/fast/css/css2-system-color-expected.txt: Updated to match
983 results I'm getting locally on my Leopard machine.
985 2007-12-16 Beth Dakin <bdakin@apple.com>
989 Tests for SVG as border-image.
991 * fast/borders/resources/green-fixed-size-rect.svg: Added.
992 * fast/borders/resources/green-relative-size-rect.svg: Added.
993 * fast/borders/svg-as-border-image-2.html: Added.
994 * fast/borders/svg-as-border-image.html: Added.
995 * platform/mac/fast/borders/svg-as-border-image-2-expected.checksum: Added.
996 * platform/mac/fast/borders/svg-as-border-image-2-expected.png: Added.
997 * platform/mac/fast/borders/svg-as-border-image-2-expected.txt: Added.
998 * platform/mac/fast/borders/svg-as-border-image-expected.checksum: Added.
999 * platform/mac/fast/borders/svg-as-border-image-expected.png: Added.
1000 * platform/mac/fast/borders/svg-as-border-image-expected.txt: Added.
1002 2007-12-16 Andrew Wellington <proton@wiretapped.net>
1006 http://bugs.webkit.org/show_bug.cgi?id=6129
1007 Incomplete implementation of CSS 2.1 system colors
1009 Add layout test for this bug and update tests for new system-derived colors
1011 * fast/css/css2-system-color.html: Added.
1012 * platform/mac/fast/css/css2-system-color-expected.checksum: Added.
1013 * platform/mac/fast/css/css2-system-color-expected.png: Added.
1014 * platform/mac/fast/css/css2-system-color-expected.txt: Added.
1015 * platform/mac/fast/css/css2-system-fonts-expected.checksum:
1016 * platform/mac/tables/mozilla/bugs/bug103533-expected.txt:
1018 2007-12-16 Dan Bernstein <mitz@apple.com>
1020 Reviewed by Darin Adler.
1022 - test for http://bugs.webkit.org/show_bug.cgi?id=16426
1023 Divs with overflow:auto: scrollbars not correctly updated when contents change
1025 * fast/overflow/scrollbar-position-update.html: Added.
1026 * platform/mac-leopard/fast/overflow: Added.
1027 * platform/mac-leopard/fast/overflow/scrollbar-position-update-expected.checksum: Added.
1028 * platform/mac-leopard/fast/overflow/scrollbar-position-update-expected.png: Added.
1029 * platform/mac/fast/overflow/scrollbar-position-update-expected.txt: Added.
1031 2007-12-15 Darin Adler <darin@apple.com>
1033 Disabled the smallFonts.svg test, which has been failing for weeks. I heard that Niko
1034 is going to fix this soon. He should rename it back at that time.
1036 Removed the svn:executable flag from many .svg, .png, and .css files that had it set
1039 * svg/batik/text/smallFonts.svg: Removed.
1040 * svg/batik/text/smallFonts.svg-disabled: Copied from svg/batik/text/smallFonts.svg.
1042 2007-12-15 Eric Seidel <eric@webkit.org>
1046 Width of SVG elements not applied to container elements
1047 http://bugs.webkit.org/show_bug.cgi?id=16305
1049 * platform/mac/svg/css/css-box-min-width-expected.checksum: Added.
1050 * platform/mac/svg/css/css-box-min-width-expected.png: Added.
1051 * platform/mac/svg/css/css-box-min-width-expected.txt: Added.
1052 * svg/css/css-box-min-width.html: Added.
1054 2007-12-15 Alp Toker <alp@atoker.com>
1056 http://bugs.webkit.org/show_bug.cgi?id=16449
1057 cairo_arc() functions hang or crash when passed inf as radius or start/end angle
1059 Fixed in r28751. Remove these tests from the skip list:
1060 fast/canvas/arc-crash.html
1061 fast/canvas/canvas-with-incorrect-args.html
1063 * platform/gtk/Skipped:
1065 2007-12-05 Mark Rowe <mrowe@apple.com>
1067 Reviewed by Alp Toker.
1069 Add a skeleton Gtk skipped list containing only tests that hang run-webkit-tests.
1071 * platform/gtk/Skipped: Added.
1073 2007-12-15 Alexey Proskuryakov <ap@webkit.org>
1077 http://bugs.webkit.org/show_bug.cgi?id=16436
1078 Alt+Space works incorrectly
1080 * platform/win/fast/events/alt-space-scroll-expected.txt: Added.
1081 * platform/win/fast/events/alt-space-scroll.html: Added.
1083 2007-12-14 Dan Bernstein <mitz@apple.com>
1085 - share the results of this test between Tiger and Leopard
1087 * platform/mac-leopard/fast/text/international/bidi-control-chars-treated-as-ZWS-expected.txt: Removed.
1088 * 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.
1090 2007-12-14 Anders Carlsson <andersca@apple.com>
1094 Add test that calls window.open and then immediately writes into the document
1095 of the newly opened window.
1097 * http/tests/misc/resources/compass.jpg: Added.
1098 * http/tests/misc/window-open-then-write-expected.txt: Added.
1099 * http/tests/misc/window-open-then-write.html: Added.
1100 * platform/win/Skipped:
1102 2007-12-14 David Smith <catfish.man@gmail.com>
1106 - test for http://bugs.webkit.org/show_bug.cgi?id=14955
1107 Implement getElementsByClassName
1109 Tests added from http://tc.labs.opera.com/apis/getElementsByClassName/
1111 * fast/dom/Window/window-properties-expected.txt:
1112 * fast/dom/getElementsByClassName: Added.
1113 * fast/dom/getElementsByClassName/001-expected.txt: Added.
1114 * fast/dom/getElementsByClassName/001.html: Added.
1115 * fast/dom/getElementsByClassName/002-expected.txt: Added.
1116 * fast/dom/getElementsByClassName/002.html: Added.
1117 * fast/dom/getElementsByClassName/003-expected.txt: Added.
1118 * fast/dom/getElementsByClassName/003.html: Added.
1119 * fast/dom/getElementsByClassName/004-expected.txt: Added.
1120 * fast/dom/getElementsByClassName/004.html: Added.
1121 * fast/dom/getElementsByClassName/005-expected.txt: Added.
1122 * fast/dom/getElementsByClassName/005.html: Added.
1123 * fast/dom/getElementsByClassName/006-expected.txt: Added.
1124 * fast/dom/getElementsByClassName/006.html: Added.
1125 * fast/dom/getElementsByClassName/007-expected.txt: Added.
1126 * fast/dom/getElementsByClassName/007.html: Added.
1127 * fast/dom/getElementsByClassName/008-expected.txt: Added.
1128 * fast/dom/getElementsByClassName/008.html: Added.
1129 * fast/dom/getElementsByClassName/009-expected.txt: Added.
1130 * fast/dom/getElementsByClassName/009.html: Added.
1131 * fast/dom/getElementsByClassName/010-expected.txt: Added.
1132 * fast/dom/getElementsByClassName/010.xml: Added.
1133 * fast/dom/getElementsByClassName/011-expected.txt: Added.
1134 * fast/dom/getElementsByClassName/011.xml: Added.
1135 * fast/dom/getElementsByClassName/012-expected.txt: Added.
1136 * fast/dom/getElementsByClassName/012.html: Added.
1137 * fast/dom/getElementsByClassName/013-expected.txt: Added.
1138 * fast/dom/getElementsByClassName/013.html: Added.
1139 * fast/dom/getElementsByClassName/014-expected.txt: Added.
1140 * fast/dom/getElementsByClassName/014.html: Added.
1141 * fast/dom/getElementsByClassName/array: Added.
1142 * fast/dom/getElementsByClassName/array/001-expected.txt: Added.
1143 * fast/dom/getElementsByClassName/array/001.html: Added.
1144 * fast/dom/getElementsByClassName/array/002-expected.txt: Added.
1145 * fast/dom/getElementsByClassName/array/002.html: Added.
1146 * fast/dom/getElementsByClassName/array/003-expected.txt: Added.
1147 * fast/dom/getElementsByClassName/array/003.html: Added.
1148 * fast/dom/getElementsByClassName/array/004-expected.txt: Added.
1149 * fast/dom/getElementsByClassName/array/004.html: Added.
1150 * fast/dom/getElementsByClassName/dumpNodeList-expected.txt: Added.
1151 * fast/dom/getElementsByClassName/dumpNodeList.html: Added.
1152 * fast/dom/getElementsByClassName/resources: Added.
1153 * fast/dom/getElementsByClassName/resources/common.js: Added.
1155 2007-12-14 Darin Adler <darin@apple.com>
1159 - http://bugs.webkit.org/show_bug.cgi?id=16420
1160 change regression tests to use document.execCommand instead of textInputController.doCommand
1162 To avoid changing results at this time, I didn't correct the many tests that now have
1163 misleading "this test cannot be run manually" text or references to "NSResponder" or
1164 uneeded instructions for running the test manually. We can do that on a later pass.
1166 * editing/deleting/5300379.html: Use execCommand instead of doCommand.
1167 * editing/deleting/delete-to-end-of-paragraph.html: Ditto.
1168 * editing/deleting/smart-delete-003.html: Ditto.
1169 * editing/deleting/smart-delete-004.html: Ditto.
1170 * editing/execCommand/nsresponder-indent.html: Ditto.
1171 * editing/execCommand/nsresponder-outdent.html: Ditto.
1172 * editing/selection/4947387.html: Ditto.
1173 * editing/selection/5195166-1.html: Ditto.
1174 * editing/selection/5195166-2.html: Ditto.
1175 * editing/selection/select-line.html: Ditto.
1176 * editing/selection/selection-actions.html: Ditto.
1178 2007-12-14 Justin Garcia <justin.garcia@apple.com>
1180 Reviewed by Darin Adler.
1182 <rdar://problem/5575101> Hang in SplitElementCommand::doApply when outdenting a list item in a particular list
1184 * editing/execCommand/5575101-1-expected.txt: Added.
1185 * editing/execCommand/5575101-1.html: Added.
1186 * editing/execCommand/5575101-2-expected.txt: Added.
1187 * editing/execCommand/5575101-2.html: Added.
1188 * editing/execCommand/5575101-3-expected.txt: Added.
1189 * editing/execCommand/5575101-3.html: Added.
1191 2007-12-14 Anders Carlsson <andersca@apple.com>
1193 Reviewed by Darin and Geoff.
1195 <rdar://problem/5619295>
1196 REGRESSION: 303-304: Embedded YouTube video fails to render- JS errors (16150) (Flash 9)
1198 Add cross frame plug/in test where a plug/in inside an iframe tries to access properties of the
1201 * http/tests/plugins/cross-frame-object-access-expected.txt: Added.
1202 * http/tests/plugins/cross-frame-object-access.html: Added.
1203 * http/tests/plugins/resources/cross-frame-object-access.html: Added.
1205 2007-12-14 Oliver Hunt <oliver@apple.com>
1209 Fix test output, and move test to mac skipped lists until
1210 <rdar://problem/5647952> fast/events/mouseout-on-window.html
1213 * fast/events/mouseout-on-window-expected.txt:
1214 * platform/mac/Skipped:
1216 2007-12-13 Justin Garcia <justin.garcia@apple.com>
1218 Reviewed by Oliver Hunt.
1220 <rdar://problem/5607069> In Mail, a crash occurs at WebCore::AppendNodeCommand() after dragging image into a <FORM> element
1222 * editing/inserting/5607069-1-expected.checksum: Added.
1223 * editing/inserting/5607069-1-expected.png: Added.
1224 * editing/inserting/5607069-1-expected.txt: Added.
1225 * editing/inserting/5607069-1.html: Added.
1226 * editing/inserting/5607069-2.html: Added.
1227 * editing/inserting/5607069-3.html: Added.
1228 * platform/mac/editing/inserting/5607069-2-expected.checksum: Added.
1229 * platform/mac/editing/inserting/5607069-2-expected.png: Added.
1230 * platform/mac/editing/inserting/5607069-2-expected.txt: Added.
1231 * platform/mac/editing/inserting/5607069-3-expected.checksum: Added.
1232 * platform/mac/editing/inserting/5607069-3-expected.png: Added.
1233 * platform/mac/editing/inserting/5607069-3-expected.txt: Added.
1235 2007-12-13 Dan Bernstein <mitz@apple.com>
1237 Reviewed by Dave Hyatt.
1239 - test for <rdar://problem/5642426> explicit cubic-bezier curves all treated as "default" for transition-timing-function
1241 * fast/css/transition-timing-function-expected.txt: Added.
1242 * fast/css/transition-timing-function.html: Added.
1244 2007-12-13 Kevin McCullough <kmccullough@apple.com>
1248 - Layout tests fix. Removed machine dependant results and generated new
1249 results without machine specific information.
1251 * fast/dom/frame-loading-via-document-write-expected.txt: Added.
1252 * http/tests/security/frame-loading-via-document-write-expected.txt: Added.
1253 * http/tests/security/local-CSS-from-remote-expected.txt:
1254 * http/tests/security/local-JavaScript-from-remote-expected.txt:
1255 * http/tests/security/local-iFrame-from-remote-expected.txt:
1256 * http/tests/security/local-image-from-remote-expected.txt:
1257 * platform/mac/fast/dom/frame-loading-via-document-write-expected.checksum: Removed.
1258 * platform/mac/fast/dom/frame-loading-via-document-write-expected.png: Removed.
1259 * platform/mac/fast/dom/frame-loading-via-document-write-expected.txt: Removed.
1260 * platform/mac/http/tests/security: Removed.
1261 * platform/mac/http/tests/security/frame-loading-via-document-write-expected.checksum: Removed.
1262 * platform/mac/http/tests/security/frame-loading-via-document-write-expected.png: Removed.
1263 * platform/mac/http/tests/security/frame-loading-via-document-write-expected.txt: Removed.
1264 * platform/win/Skipped:
1265 * platform/win/http: Removed.
1266 * platform/win/http/tests: Removed.
1267 * platform/win/http/tests/security: Removed.
1268 * platform/win/http/tests/security/frame-loading-via-document-write-expected.txt: Removed.
1270 2007-12-13 Alexey Proskuryakov <ap@webkit.org>
1274 http://bugs.webkit.org/show_bug.cgi?id=16421
1275 REGRESSION(r28669): Page scrolls down when you hit space key in text area
1277 * fast/events/space-scroll-event-expected.txt: Added.
1278 * fast/events/space-scroll-event.html: Added.
1280 2007-12-13 Justin Garcia <justin.garcia@apple.com>
1282 Reviewed by Darin Adler.
1284 <rdar://problem/5601583> GMail Editor: Copied link doesn't paste as a link, just colored text
1286 * editing/pasteboard/5601583-1.html: Added.
1287 * platform/mac/editing/pasteboard/5601583-1-expected.checksum: Added.
1288 * platform/mac/editing/pasteboard/5601583-1-expected.png: Added.
1289 * platform/mac/editing/pasteboard/5601583-1-expected.txt: Added.
1291 2007-12-13 Kevin McCullough <kmccullough@apple.com>
1293 Reviewed by Alice and Sam.
1295 - <rdar://5621435> Need a way to specify local resources (being loaded
1296 from HTTP tests) on Windows.
1297 - Updated the following tests to use the new layoutTestController
1298 function, pathToLocalResource to get a Windows viable path (when on
1299 Windows) to the local resources they are attempting to access.
1300 - Also clarified and updated some results.
1302 * fast/dom/frame-loading-via-document-write.html:
1303 * fast/loader/local-CSS-from-local-expected.txt:
1304 * fast/loader/local-CSS-from-local.html:
1305 * fast/loader/local-JavaScript-from-local-expected.txt:
1306 * fast/loader/local-JavaScript-from-local.html:
1307 * fast/loader/local-iFrame-source-from-local-expected.txt:
1308 * fast/loader/local-iFrame-source-from-local.html:
1309 * fast/loader/local-image-from-local-expected.txt:
1310 * fast/loader/local-image-from-local.html:
1311 * http/tests/security/frame-loading-via-document-write.html:
1312 * http/tests/security/local-CSS-from-remote-expected.txt:
1313 * http/tests/security/local-CSS-from-remote.html:
1314 * http/tests/security/local-JavaScript-from-remote-expected.txt:
1315 * http/tests/security/local-JavaScript-from-remote.html:
1316 * http/tests/security/local-iFrame-from-remote-expected.txt:
1317 * http/tests/security/local-iFrame-from-remote.html:
1318 * http/tests/security/local-image-from-remote-expected.txt:
1319 * http/tests/security/local-image-from-remote.html:
1320 * http/tests/security/local-user-CSS-from-remote.html:
1321 * platform/mac/fast/dom/frame-loading-via-document-write-expected.txt:
1322 * platform/win/Skipped:
1323 * platform/win/http: Added.
1324 * platform/win/http/tests: Added.
1325 * platform/win/http/tests/security: Added.
1326 * platform/win/http/tests/security/frame-loading-via-document-write-expected.txt: Added.
1328 2007-12-13 Dan Bernstein <mitz@apple.com>
1330 Reviewed by Adam Roben.
1332 - test that Unicode bidi control characters are rendered as zero width
1335 * fast/text/international/bidi-control-chars-treated-as-ZWS.html: Added.
1336 * platform/mac-leopard/fast/text/international/bidi-control-chars-treated-as-ZWS-expected.checksum: Added.
1337 * platform/mac-leopard/fast/text/international/bidi-control-chars-treated-as-ZWS-expected.png: Added.
1338 * platform/mac-leopard/fast/text/international/bidi-control-chars-treated-as-ZWS-expected.txt: Added.
1340 2007-12-12 Dan Bernstein <mitz@apple.com>
1342 Reviewed by Oliver Hunt.
1344 - updated results and skipped tests file for
1345 <rdar://problem/5074620> text with font:initial; fails to appear (causes fast/text/font-initial.html to fail)
1347 * platform/mac-leopard/fast/text/font-initial-expected.checksum: Copied from LayoutTests/platform/mac/fast/text/font-initial-expected.checksum.
1348 * platform/mac-leopard/fast/text/font-initial-expected.png: Copied from LayoutTests/platform/mac/fast/text/font-initial-expected.png.
1349 * platform/mac/fast/text/font-initial-expected.checksum: Removed.
1350 * platform/mac/fast/text/font-initial-expected.png: Removed.
1351 * platform/mac/fast/text/font-initial-expected.txt:
1352 * platform/win/Skipped:
1354 2007-12-12 Justin Garcia <justin.garcia@apple.com>
1356 Reviewed by Darin Adler.
1358 <rdar://problem/5433862> Mail crashes at WebCore::highestAncestor() when deleting a particular selection
1360 * editing/deleting/5433862-1-expected.txt: Added.
1361 * editing/deleting/5433862-1.html: Added.
1362 * editing/deleting/5433862-2.html: Added.
1363 * platform/mac/editing/deleting/5433862-2-expected.checksum: Added.
1364 * platform/mac/editing/deleting/5433862-2-expected.txt: Added.
1366 2007-12-12 Dan Bernstein <mitz@apple.com>
1368 Reviewed by John Sullivan.
1370 - test for a bug in debug builds only where selecting an earlier item in
1371 a popup selects the first item
1373 * fast/forms/menulist-selection-reset-expected.txt: Added.
1374 * fast/forms/menulist-selection-reset.html: Added.
1376 2007-12-12 Beth Dakin <bdakin@apple.com>
1380 Updated pixel results from my recent SVG change.
1382 * svg/custom/inline-svg-in-xhtml-expected.checksum: Added.
1383 * svg/custom/inline-svg-in-xhtml-expected.png: Added.
1385 2007-12-12 Anders Carlsson <andersca@apple.com>
1389 <rdar://problem/5132003>
1390 dumpResourceLoadCallbacks is not implemented in DRT on Windows.
1392 Remove now passing tests.
1394 * platform/win/Skipped:
1396 2007-12-12 Alexey Proskuryakov <ap@webkit.org>
1398 Reviewed by Adam Roben.
1400 Results corrected by a fix to EventSender.
1402 * platform/win/fast/events/keyLocation-numpad-expected.txt:
1404 2007-12-12 Alexey Proskuryakov <ap@webkit.org>
1408 http://bugs.webkit.org/show_bug.cgi?id=16410
1409 Implement isKeypadEvent() on Windows
1411 * platform/win/fast/events/keyLocation-numpad-expected.txt: Added.
1412 * platform/win/fast/events/keyLocation-numpad.html: Added.
1414 2007-12-12 Alexey Proskuryakov <ap@webkit.org>
1418 http://bugs.webkit.org/show_bug.cgi?id=15248
1419 Can not enter accented characters using alt-numeric keypad
1421 * platform/win/fast/events/alt-numpad-expected.txt: Added.
1422 * platform/win/fast/events/alt-numpad.html: Added.
1424 2007-12-12 Oliver Hunt <oliver@apple.com>
1428 <rdar://problem/5071781> window.mouseout events are not
1429 sent to window when mouse moves out of window
1431 Layout tests to make sure we correctly handle mouse out
1432 on the window object.
1434 * fast/events/mouseout-on-window-expected.txt: Added.
1435 * fast/events/mouseout-on-window.html: Added.
1437 2007-12-11 Dan Bernstein <mitz@apple.com>
1439 Reviewed by Maciej Stachowiak.
1441 - removed now-passing tests
1443 * platform/win/Skipped:
1445 2007-12-11 Dan Bernstein <mitz@apple.com>
1447 Reviewed by Mark Rowe and Sam Weinig too!
1449 - removed tests that pass when Helvetica Oblique and Helvetica
1450 Bold Oblique are available.
1452 * platform/win/Skipped:
1454 2007-12-11 Beth Dakin <bdakin@apple.com>
1458 Tests for <rdar://problem/5641255> SVGs with width and height 100%
1459 fail to render when used as background images
1461 * fast/backgrounds/resources/balloon.svg: Added.
1462 * fast/backgrounds/resources/eyes.svg: Added.
1463 * fast/backgrounds/resources/hearts.svg: Added.
1464 * fast/backgrounds/resources/linguistics.svg: Added.
1465 * fast/backgrounds/resources/map.svg: Added.
1466 * fast/backgrounds/resources/mouse-repel.svg: Added.
1467 * fast/backgrounds/svg-as-background-1.html: Added.
1468 * fast/backgrounds/svg-as-background-2.html: Added.
1469 * fast/backgrounds/svg-as-background-3.html: Added.
1470 * fast/backgrounds/svg-as-background-4.html: Added.
1471 * fast/backgrounds/svg-as-background-5.html: Added.
1472 * fast/backgrounds/svg-as-background-6.html: Added.
1473 * platform/mac/fast/backgrounds/svg-as-background-1-expected.checksum: Added.
1474 * platform/mac/fast/backgrounds/svg-as-background-1-expected.png: Added.
1475 * platform/mac/fast/backgrounds/svg-as-background-1-expected.txt: Added.
1476 * platform/mac/fast/backgrounds/svg-as-background-2-expected.checksum: Added.
1477 * platform/mac/fast/backgrounds/svg-as-background-2-expected.png: Added.
1478 * platform/mac/fast/backgrounds/svg-as-background-2-expected.txt: Added.
1479 * platform/mac/fast/backgrounds/svg-as-background-3-expected.checksum: Added.
1480 * platform/mac/fast/backgrounds/svg-as-background-3-expected.png: Added.
1481 * platform/mac/fast/backgrounds/svg-as-background-3-expected.txt: Added.
1482 * platform/mac/fast/backgrounds/svg-as-background-4-expected.checksum: Added.
1483 * platform/mac/fast/backgrounds/svg-as-background-4-expected.png: Added.
1484 * platform/mac/fast/backgrounds/svg-as-background-4-expected.txt: Added.
1485 * platform/mac/fast/backgrounds/svg-as-background-5-expected.checksum: Added.
1486 * platform/mac/fast/backgrounds/svg-as-background-5-expected.png: Added.
1487 * platform/mac/fast/backgrounds/svg-as-background-5-expected.txt: Added.
1488 * platform/mac/fast/backgrounds/svg-as-background-6-expected.checksum: Added.
1489 * platform/mac/fast/backgrounds/svg-as-background-6-expected.png: Added.
1490 * platform/mac/fast/backgrounds/svg-as-background-6-expected.txt: Added.
1492 2007-12-11 Nikolas Zimmermann <zimmermann@kde.org>
1494 Rubberstamped by Mark.
1496 Add missing tests - their results have already been checked in over a month ago - I forgot to commit the tests itself.
1498 * svg/custom/alignment-baseline-modes.svg: Added.
1499 * svg/custom/dominant-baseline-hanging.svg: Added.
1500 * svg/custom/dominant-baseline-modes.svg: Added.
1502 2007-12-11 Nikolas Zimmermann <zimmermann@kde.org>
1504 Rubberstamped by Mark.
1506 Update pixel test results now that filters are disabled.
1508 * platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.checksum:
1509 * platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.png:
1510 * platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.checksum:
1511 * platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
1512 * platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.checksum:
1513 * platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.png:
1514 * platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.checksum:
1515 * platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
1516 * platform/mac/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.checksum:
1517 * platform/mac/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.png:
1518 * platform/mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.checksum:
1519 * platform/mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png:
1520 * platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.checksum:
1521 * platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.png:
1522 * platform/mac/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.checksum:
1523 * platform/mac/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.png:
1524 * platform/mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.checksum:
1525 * platform/mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.png:
1526 * platform/mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.checksum:
1527 * platform/mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.png:
1528 * platform/mac/svg/W3C-SVG-1.1/filters-offset-01-b-expected.checksum:
1529 * platform/mac/svg/W3C-SVG-1.1/filters-offset-01-b-expected.png:
1530 * platform/mac/svg/W3C-SVG-1.1/filters-specular-01-f-expected.checksum:
1531 * platform/mac/svg/W3C-SVG-1.1/filters-specular-01-f-expected.png:
1532 * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.checksum:
1533 * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.png:
1534 * platform/mac/svg/custom/empty-merge-expected.checksum:
1535 * platform/mac/svg/custom/empty-merge-expected.png:
1536 * platform/mac/svg/custom/feComponentTransfer-Discrete-expected.checksum:
1537 * platform/mac/svg/custom/feComponentTransfer-Discrete-expected.png:
1538 * platform/mac/svg/custom/feComponentTransfer-Gamma-expected.checksum:
1539 * platform/mac/svg/custom/feComponentTransfer-Gamma-expected.png:
1540 * platform/mac/svg/custom/feComponentTransfer-Linear-expected.checksum:
1541 * platform/mac/svg/custom/feComponentTransfer-Linear-expected.png:
1542 * platform/mac/svg/custom/feComponentTransfer-Table-expected.checksum:
1543 * platform/mac/svg/custom/feComponentTransfer-Table-expected.png:
1544 * platform/mac/svg/custom/feDisplacementMap-01-expected.checksum:
1545 * platform/mac/svg/custom/feDisplacementMap-01-expected.png:
1546 * platform/mac/svg/custom/image-with-transform-clip-filter-expected.checksum:
1547 * platform/mac/svg/custom/image-with-transform-clip-filter-expected.png:
1548 * platform/mac/svg/custom/non-opaque-filters-expected.checksum:
1549 * platform/mac/svg/custom/non-opaque-filters-expected.png:
1550 * platform/mac/svg/custom/text-filter-expected.checksum:
1551 * platform/mac/svg/custom/text-filter-expected.png:
1552 * platform/mac/svg/custom/visibility-override-filter-expected.checksum:
1553 * platform/mac/svg/custom/visibility-override-filter-expected.png:
1554 * svg/batik/filters/filterRegions-expected.checksum:
1555 * svg/batik/filters/filterRegions-expected.png:
1556 * svg/batik/text/textFeatures-expected.checksum:
1557 * svg/batik/text/textFeatures-expected.png:
1558 * svg/custom/js-svg-constructors-expected.checksum:
1559 * svg/custom/js-svg-constructors-expected.png:
1561 2007-12-11 Dan Bernstein <mitz@apple.com>
1563 Reviewed by Darin Adler.
1565 - test for <rdar://problem/5631507> Text doesn't wrap properly at Tamil version of Wikipedia
1567 * fast/text/international/complex-character-based-fallback.html: Added.
1568 * platform/mac-leopard/fast/text/international/complex-character-based-fallback-expected.checksum: Added.
1569 * platform/mac-leopard/fast/text/international/complex-character-based-fallback-expected.png: Added.
1570 * platform/mac/fast/text/international/complex-character-based-fallback-expected.txt: Added.
1571 * platform/win/fast/text: Added.
1572 * platform/win/fast/text/international: Added.
1573 * platform/win/fast/text/international/complex-character-based-fallback-expected.checksum: Added.
1574 * platform/win/fast/text/international/complex-character-based-fallback-expected.png: Added.
1575 * platform/win/fast/text/international/complex-character-based-fallback-expected.txt: Added.
1577 2007-12-07 Alexey Proskuryakov <ap@webkit.org>
1581 <rdar://problem/5535636>
1582 Have to press 4 times instead of 2 times to get the expected result of ^^ with german keyboard.
1584 http://bugs.webkit.org/show_bug.cgi?id=13916
1585 JavaScript detects Tab as a character input on a textfield validation
1587 * platform/win/fast/events: Added.
1588 * platform/win/fast/events/double-dead-char-expected.txt: Added.
1589 * platform/win/fast/events/double-dead-char.html: Added.
1590 * fast/events/key-events-in-input-button.html: Added
1591 * fast/events/key-events-in-input-button-expected.txt: Added
1592 * fast/events/key-events-in-input-text.html: Added
1593 * fast/events/key-events-in-input-text-expected.txt: Added
1595 * fast/events/access-key-self-destruct.html:
1596 * fast/forms/listbox-onchange.html:
1597 * fast/forms/listbox-selection.html:
1598 * fast/forms/access-key.html:
1599 * fast/forms/legend-access-key.html:
1600 * fast/forms/enter-clicks-buttons.html:
1601 * fast/forms/check-box-enter-key.html:
1602 * fast/forms/button-enter-click.html:
1603 * fast/events/onsearch-enter.html:
1604 * fast/events/onchange-passwordfield.html:
1605 * fast/events/onchange-searchfield.html:
1606 * fast/events/onchange-textfield.html:
1607 Use eventSender instead of DOM events, because it emulates the real user action much better,
1608 and we weren't getting cross-browser compatibility for the tests anyway.
1610 * fast/events/frame-tab-focus.html:
1611 * fast/html/tab-order.html:
1612 * fast/forms/select-enter-key.html:
1613 * fast/forms/focus2-expected.txt:
1614 * fast/forms/focus2.html:
1615 * fast/events/option-tab.html:
1616 Dispatch a keydown instead of keypress, as this is when default processing is now done.
1617 Possibly, it would be better stiull to use eventSender here, as well.
1619 * fast/forms/onchange-enter-submit.html:
1620 * fast/forms/select-double-onchange.html:
1621 * fast/forms/textfield-onchange-deletion.html:
1622 The correct code is '\r', not '\n' - previously, the difference was lost while converting
1623 events back and forth.
1625 * fast/forms/search-event-delay.html: Use a new named key to dispatch backspace - the
1626 character code for it is cross-platform, but key code is not.
1627 Also changed the test to call notifyDone() from a timer - otherwise, DRT would hang as
1628 WM_KEYUP was dispatched after WM_QUIT. I tried and couldn't make DRT work, but I'm
1629 fairly confident that this issue doesn't affect Safari.
1631 * fast/events/keydown-keypress-preventDefault-expected.txt:
1632 * fast/events/keydown-keypress-preventDefault.html:
1633 This test claimed that its expacted behavior matched both IE and Firefox, but it did not.
1636 * fast/events/js-keyboard-event-creation-expected.txt:
1637 * fast/events/js-keyboard-event-creation.html:
1638 This test was problematic, because it was tabbing out to chrome, and that doesn't work
1639 well in DRT. I have added another input for it to have a nicer target.
1641 * platform/mac/fast/events/objc-event-api-expected.txt:
1642 Updated for new behavior:
1643 - eventSender.keyDown() now dispatches a keyUp, too;
1644 - raw events do not have charCode;
1645 - keypresses do not have keyIdentifiers.
1647 2007-12-10 Oliver Hunt <oliver@apple.com>
1649 Reviewed by Weinig, Dan and Alexey.
1651 Layout test to confirm correct character encoding is used to
1652 load dynamically loaded scripts.
1654 * fast/encoding/no-charset-on-dynamic-script-load.html: Added.
1655 * fast/encoding/resources/dynamic-load-target.js: Added.
1657 2007-12-10 Justin Garcia <justin.garcia@apple.com>
1659 Reviewed by Oliver Hunt.
1661 <rdar://problem/5482023> GoogleDocs: After performing FormatBlock in an empty document, certain functions are disabled
1663 * editing/execCommand/5482023.html: Added.
1664 * platform/mac/editing/execCommand/5482023-expected.checksum: Added.
1665 * platform/mac/editing/execCommand/5482023-expected.png: Added.
1666 * platform/mac/editing/execCommand/5482023-expected.txt: Added.
1668 2007-12-10 Darin Adler <darin@apple.com>
1670 Reviewed by Sam Weinig.
1672 - test for http://bugs.webkit.org/show_bug.cgi?id=16379
1673 REGRESSION(r28525): Failures in http/tests/xmlhttprequest/response-encoding.html and
1674 fast/dom/xmlhttprequest-html-response-encoding.html
1675 and <rdar://problem/5640230> REGRESSION (306A4-ToT): Access violation in PCRE function
1676 find_firstassertedchar
1678 * fast/js/regexp-find-first-asserted-expected.txt: Added.
1679 * fast/js/regexp-find-first-asserted.html: Added.
1680 * fast/js/resources/regexp-find-first-asserted.js: Added.
1682 2007-12-10 Antti Koivisto <antti@apple.com>
1686 The load events could fire before the event listener was registered making these tests fail occasionally.
1688 No changes to test results.
1690 * media/video-source-media.html:
1691 * media/video-source-type.html:
1692 * media/video-source.html:
1693 * media/video-src-remove.html:
1694 * media/video-src-source.html:
1695 * media/video-src.html:
1696 * media/video-test.js:
1698 2007-12-10 Stephanie <slewis@apple.com>
1700 Rubber-stamped by Sam.
1702 Check in correct results
1704 * svg/custom/resource-client-removal-expected.txt:
1706 2007-12-10 Rob Buis <buis@kde.org>
1711 http://bugs.webkit.org/show_bug.cgi?id=16182
1712 SVG should disable antialiasing for shape-rendering="crispEdges"
1714 * svg/custom/shape-rendering-expected.checksum: Added.
1715 * svg/custom/shape-rendering-expected.png: Added.
1716 * svg/custom/shape-rendering-expected.txt: Added.
1717 * svg/custom/shape-rendering.svg: Added.
1719 2007-12-09 Rob Buis <buis@kde.org>
1724 http://bugs.webkit.org/show_bug.cgi?id=16163
1725 SVG crash in Node::setChanged() on Debug builds only (trashed parent)
1727 * svg/custom/resource-client-removal-expected.checksum: Added.
1728 * svg/custom/resource-client-removal-expected.png: Added.
1729 * svg/custom/resource-client-removal-expected.txt: Added.
1730 * svg/custom/resource-client-removal.svg: Added.
1732 2007-12-10 David D. Kilzer <ddkilzer@webkit.org>
1734 Bug 9683: Implement select.options.remove() method
1735 <http://bugs.webkit.org/show_bug.cgi?id=9683>
1739 * fast/js/resources/select-options-remove.js: Added.
1740 * fast/js/select-options-remove-expected.txt: Added.
1741 * fast/js/select-options-remove-gc-expected.txt: Added.
1742 * fast/js/select-options-remove-gc.html: Added.
1743 * fast/js/select-options-remove.html: Added.
1745 2007-12-10 Alexey Proskuryakov <ap@webkit.org>
1747 Removed fast/events/objc-keyboard-event-creation.html from skipped list, as this test has
1748 been moved to platform/mac long ago.
1750 * platform/win/Skipped:
1752 2007-12-09 Oliver Hunt <oliver@apple.com>
1756 Somehow I managed to not check in new expected results
1759 * svg/dom/path-parser-expected.txt:
1761 2007-12-09 Oliver Hunt <oliver@apple.com>
1765 Prevent unlimited iteration in the case of invalid path data.
1767 The only path commands that can leave numbers trailing the command processing
1768 are 'm' and 'M', in which trailing numbers are parsed as arguments to an
1769 implicit lineto command. In any case we should just terminate as an invalid
1772 * svg/dom/path-parser-expected.txt:
1773 * svg/dom/path-parser.html:
1775 2007-12-08 Sam Weinig <sam@webkit.org>
1777 Rubber-stamped by Adam Roben.
1779 * fast/dom/Window/window-resize-and-move-arguments.html: Make the window small enough
1780 that this test won't fail on systems with lower resolutions.
1782 2007-12-08 Oliver Hunt <oliver@apple.com>
1786 Split the ENABLE_SVG_EXPERIMENTAL_FEATURES flag into separate flags.
1788 Fixes <rdar://problem/5620249> Must disable SVG animation
1789 <rdar://problem/5612772> Disable SVG filters on Mac to match Windows behavior
1791 These layout test changes are caused by some of the experimental
1792 features no longer being enabled by default.
1794 * fast/dom/Window/window-properties-expected.txt:
1795 * platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt:
1796 * platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.txt:
1797 * platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt:
1798 * platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt:
1799 * platform/mac/svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt:
1800 * platform/mac/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.txt:
1801 * platform/mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt:
1802 * platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt:
1803 * platform/mac/svg/W3C-SVG-1.1/filters-felem-01-b-expected.txt:
1804 * platform/mac/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.txt:
1805 * platform/mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt:
1806 * platform/mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.txt:
1807 * platform/mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt:
1808 * platform/mac/svg/W3C-SVG-1.1/filters-offset-01-b-expected.txt:
1809 * platform/mac/svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt:
1810 * platform/mac/svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt:
1811 * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt:
1812 * platform/mac/svg/custom/empty-merge-expected.txt:
1813 * platform/mac/svg/custom/feComponentTransfer-Discrete-expected.txt:
1814 * platform/mac/svg/custom/feComponentTransfer-Gamma-expected.txt:
1815 * platform/mac/svg/custom/feComponentTransfer-Linear-expected.txt:
1816 * platform/mac/svg/custom/feComponentTransfer-Table-expected.txt:
1817 * platform/mac/svg/custom/feDisplacementMap-01-expected.txt:
1818 * platform/mac/svg/custom/filter-source-alpha-expected.txt:
1819 * platform/mac/svg/custom/image-with-transform-clip-filter-expected.txt:
1820 * platform/mac/svg/custom/invalid-css-expected.txt:
1821 * platform/mac/svg/custom/non-opaque-filters-expected.txt:
1822 * platform/mac/svg/custom/text-filter-expected.txt:
1823 * platform/mac/svg/custom/visibility-override-filter-expected.txt:
1824 * svg/batik/filters/filterRegions-expected.txt:
1825 * svg/batik/text/textEffect-expected.txt:
1826 * svg/batik/text/textEffect3-expected.txt:
1827 * svg/batik/text/textFeatures-expected.txt:
1828 * svg/batik/text/textProperties-expected.txt:
1829 * svg/custom/js-svg-constructors-expected.txt:
1830 * svg/dom/font-face-elements-expected.txt:
1831 * svg/webarchive/svg-feimage-subresources-expected.txt:
1833 2007-12-08 Sam Weinig <sam@webkit.org>
1837 Test that calling window scrolling, moving and resizing methods with
1838 less than 2 arguments is not allowed and that calling them with more
1841 * fast/dom/Window/window-resize-and-move-arguments-expected.txt: Added.
1842 * fast/dom/Window/window-resize-and-move-arguments.html: Added.
1843 * fast/dom/Window/window-scroll-arguments-expected.txt: Added.
1844 * fast/dom/Window/window-scroll-arguments.html: Added.
1845 * http/tests/security/cross-frame-access-get-expected.txt:
1847 2007-12-08 Dan Bernstein <mitz@apple.com>
1849 Reviewed by Adele Peterson.
1851 - test that re-inserting a parser-generated <style> element applies its
1854 * fast/dom/HTMLStyleElement: Added.
1855 * fast/dom/HTMLStyleElement/insert-parser-generated.html: Added.
1856 * platform/mac/fast/dom/HTMLStyleElement: Added.
1857 * platform/mac/fast/dom/HTMLStyleElement/insert-parser-generated-expected.checksum: Added.
1858 * platform/mac/fast/dom/HTMLStyleElement/insert-parser-generated-expected.png: Added.
1859 * platform/mac/fast/dom/HTMLStyleElement/insert-parser-generated-expected.txt: Added.
1861 2007-12-08 Rob Buis <buis@kde.org>
1866 http://bugs.webkit.org/show_bug.cgi?id=15464
1867 SVGLengthList allows bad values
1869 * svg/custom/invalid-lengthlist-expected.checksum: Added.
1870 * svg/custom/invalid-lengthlist-expected.png: Added.
1871 * svg/custom/invalid-lengthlist-expected.txt: Added.
1872 * svg/custom/invalid-lengthlist.svg: Added.
1873 * svg/dom/length-list-parser-expected.txt:
1875 2007-12-07 Antti Koivisto <antti@apple.com>
1879 Test video painting when transform is applied.
1881 * media/video-paint-test.js: Added.
1882 * media/video-transformed.html: Added.
1883 * platform/mac/media/video-transformed-expected.checksum: Added.
1884 * platform/mac/media/video-transformed-expected.png: Added.
1885 * platform/mac/media/video-transformed-expected.txt: Added.
1887 2007-12-07 Dan Bernstein <mitz@apple.com>
1889 Reviewed by Sam Weinig.
1891 - test for http://bugs.webkit.org/show_bug.cgi?id=16348
1892 @font-face does not affect the default style
1894 * fast/css/font-face-default-font.html: Added.
1895 * platform/mac-leopard/fast/css: Added.
1896 * platform/mac-leopard/fast/css/font-face-default-font-expected.checksum: Added.
1897 * platform/mac-leopard/fast/css/font-face-default-font-expected.png: Added.
1898 * platform/mac/fast/css/font-face-default-font-expected.txt: Added.
1900 2007-12-07 Darin Adler <darin@apple.com>
1904 - test for <rdar://problem/5608795> CrashTracer: 481 crashes in Safari
1905 at WebCore::HTMLSelectElement::saveState const + 152
1907 * fast/forms/select-set-inner-expected.txt: Added.
1908 * fast/forms/select-set-inner.html: Added.
1910 2007-12-07 Dan Bernstein <mitz@apple.com>
1912 Reviewed by Darin Adler.
1914 - repaint test for <rdar://problem/5499918> REGRESSION: insertion point in input field with custom border cuts holes in focus ring interior edges
1916 * fast/repaint/focus-ring.html: Added.
1917 * platform/mac/fast/repaint/focus-ring-expected.checksum: Added.
1918 * platform/mac/fast/repaint/focus-ring-expected.png: Added.
1919 * platform/mac/fast/repaint/focus-ring-expected.txt: Added.
1921 2007-12-07 Dan Bernstein <mitz@apple.com>
1923 Reviewed by Darin Adler.
1925 - test for http://bugs.webkit.org/show_bug.cgi?id=16334
1926 <rdar://problem/5634923> REGRESSION (r28299): Homepage of any DotMac Web Gallery won't load completely
1928 * fast/dynamic/subtree-no-common-root-static-y.html: Added.
1929 * platform/mac/fast/dynamic/subtree-no-common-root-static-y-expected.checksum: Added.
1930 * platform/mac/fast/dynamic/subtree-no-common-root-static-y-expected.png: Added.
1931 * platform/mac/fast/dynamic/subtree-no-common-root-static-y-expected.txt: Added.
1933 2007-12-07 Alexey Proskuryakov <ap@webkit.org>
1937 http://bugs.webkit.org/show_bug.cgi?id=16325
1938 <rdar://problem/5632997> REGRESSION: www.xerox.ru doesn't work
1940 * http/tests/misc/empty-cookie-expected.txt: Added.
1941 * http/tests/misc/empty-cookie.html: Added.
1943 2007-12-06 Alexey Proskuryakov <ap@webkit.org>
1947 http://bugs.webkit.org/show_bug.cgi?id=16091
1948 JSCRE needs to import the PCRE test suite
1950 We can use two files from PCRE test suite, as others either test for features not supported
1951 in JS, or use internal debugging facilities of PCRE.
1953 The files are checked in almost unmodified, I have only converted them to UTF-8 and removed two
1954 huge test cases that were completely incompatible with JSC, and were polluting the output.
1956 Many of the failures in results are just legitimate differences in behavior or possibly
1957 problems with the test runner, but some may be genuine bugs and even regressions in JSC.
1959 * fast/regex: Added.
1960 * fast/regex/pcre-test-runner.js: Added.
1961 * fast/regex/test1-expected.txt: Added.
1962 * fast/regex/test1.html: Added.
1963 * fast/regex/test4-expected.txt: Added.
1964 * fast/regex/test4.html: Added.
1965 * fast/regex/testinput1: Added.
1966 * fast/regex/testinput4: Added.
1967 * fast/regex/testoutput1: Added.
1968 * fast/regex/testoutput4: Added.
1970 2007-12-06 Dan Bernstein <mitz@apple.com>
1972 - updated render tree results for r28483
1974 * svg/batik/text/textEffect2-expected.txt:
1975 * svg/batik/text/textProperties-expected.txt:
1977 2007-12-06 Geoffrey Garen <ggaren@apple.com>
1979 Reviewed by Sam Weinig.
1981 Test for http://bugs.webkit.org/show_bug.cgi?id=16328
1982 REGRESSION (r28470): Crash expanding a GMail conversation
1984 * fast/frames/location-put-after-removal.html: Added.
1985 * fast/frames/resources/location-put-after-removal-frame.html: Added.
1986 * fast/frames/resources/location-put-after-removal-frame-expected.txt: Updated.
1988 2007-12-06 Darin Adler <darin@apple.com>
1990 Reviewed by Eric Seidel.
1992 - fix http://bugs.webkit.org/show_bug.cgi?id=16321
1993 new RegExp("[\u0097]{4,6}", "gmy") crashes in DEBUG builds
1994 <rdar://problem/5632992>
1996 * fast/js/regexp-overflow-expected.txt: Updated.
1997 * fast/js/resources/regexp-overflow.js: Added test.
1999 2007-12-06 Adele Peterson <adele@apple.com>
2003 Fix <rdar://problem/5631356> Toggling display property on video causes controls to get lost
2005 * media/video-display-toggle.html: Added.
2006 * platform/mac/media/video-display-toggle-expected.checksum: Added.
2007 * platform/mac/media/video-display-toggle-expected.png: Added.
2008 * platform/mac/media/video-display-toggle-expected.txt: Added.
2010 2007-12-05 Rob Buis <buis@kde.org>
2015 http://bugs.webkit.org/show_bug.cgi?id=15289
2016 WebKit does not respect clip paths of a 0x0 rect
2018 * platform/mac/svg/W3C-SVG-1.1/masking-path-04-b-expected.png:
2019 * platform/mac/svg/W3C-SVG-1.1/masking-path-04-b-expected.txt:
2020 * platform/mac/svg/batik/text/textEffect2-expected.checksum:
2021 * platform/mac/svg/batik/text/textEffect2-expected.png:
2022 * platform/mac/svg/batik/text/textProperties-expected.checksum:
2023 * platform/mac/svg/batik/text/textProperties-expected.png:
2024 * svg/custom/empty-clip-path-expected.checksum: Added.
2025 * svg/custom/empty-clip-path-expected.png: Added.
2026 * svg/custom/empty-clip-path-expected.txt: Added.
2027 * svg/custom/empty-clip-path.svg: Added.
2029 2007-12-05 Alice Liu <alice.liu@apple.com>
2033 Addressed <rdar://problem/5137284> fast/events/mouseout-dead-node.html fails on boomer
2035 * fast/events/mouseout-dead-node.html:
2036 Changed the questionable calls to mouseUp() to mouseMoveTo() to better simulate mouseovers
2037 * platform/win/Skipped:
2038 removed this test from skipped file
2040 2007-12-05 Adam Roben <aroben@apple.com>
2042 * platform/win/Skipped: Add a crashing test.
2044 2007-12-05 Adam Roben <aroben@apple.com>
2046 * platform/win/Skipped: Add another test failing due to fonts.
2048 2007-12-05 Dan Bernstein <mitz@apple.com>
2050 Reviewed by Adam Roben.
2052 - adding a test for http://bugs.webkit.org/show_bug.cgi?id=16097
2054 * fast/dom/ImageDocument-image-deletion-expected.txt: Added.
2055 * fast/dom/ImageDocument-image-deletion.html: Added.
2057 2007-12-04 Adele Peterson <adele@apple.com>
2061 Test for <rdar://problem/5499918> REGRESSION: insertion point in input field with custom border cuts holes in focus ring interior edges
2063 * fast/forms/textfield-outline.html: Added.
2064 * platform/mac/fast/forms/textfield-outline-expected.checksum: Added.
2065 * platform/mac/fast/forms/textfield-outline-expected.png: Added.
2066 * platform/mac/fast/forms/textfield-outline-expected.txt: Added.
2068 2007-12-04 Sam Weinig <sam@webkit.org>
2070 Reviewed by Adam Roben.
2072 Remove http/tests/incremental/frame-focus-before-load.html from the skipped list
2073 as it is no longer crashing. <rdar://problem/5507278>
2075 * platform/win/Skipped:
2077 2007-12-04 Adele Peterson <adele@apple.com>
2081 Test for <rdar://problem/5622464> controls should show up for audio element
2083 * media/audio-controls-rendering.html: Added.
2084 * platform/mac/media/audio-controls-rendering-expected.checksum: Added.
2085 * platform/mac/media/audio-controls-rendering-expected.png: Added.
2086 * platform/mac/media/audio-controls-rendering-expected.txt: Added.
2088 2007-11-27 Adam Roben <aroben@apple.com>
2090 Remove a now-passing test from the Windows Skipped file
2094 * platform/win/Skipped:
2096 2007-12-03 Antti Koivisto <antti@apple.com>
2100 Test for <rdar://problem/5624802>
2101 Controller displays outside of <video> element when width and height aren't specified
2103 * media/remove-from-document.html: Improve coverage by doing relayout before finishing.
2104 * media/video-controls-rendering.html: Added.
2105 * platform/mac/media/video-controls-rendering-expected.checksum: Added.
2106 * platform/mac/media/video-controls-rendering-expected.png: Added.
2107 * platform/mac/media/video-controls-rendering-expected.txt: Added.
2109 2007-12-04 Darin Adler <darin@apple.com>
2113 - test for first part of http://bugs.webkit.org/show_bug.cgi?id=16220
2114 <rdar://problem/5625221> Crash opening www.news.com (CNet)
2116 * fast/js/regexp-overflow-expected.txt: Updated.
2117 * fast/js/resources/regexp-overflow.js: Added test cases.
2119 2007-12-03 Dan Bernstein <mitz@apple.com>
2121 Reviewed by Darin Adler.
2123 - remove passing test
2125 * platform/win/Skipped:
2127 2007-12-03 Dan Bernstein <mitz@apple.com>
2129 Reviewed by Dave Hyatt.
2131 - test for <rdar://problem/5346452> Resize event doesn't fire on body element inside a frame
2133 * fast/events/resize-subframe-expected.txt: Added.
2134 * fast/events/resize-subframe.html: Added.
2136 2007-12-03 Darin Adler <darin@apple.com>
2140 - test for http://bugs.webkit.org/show_bug.cgi?id=15618
2141 <rdar://problem/5619353> REGRESSION: Stack overflow/crash in KJS::equal (15618)
2143 * fast/js/recursion-limit-equal-expected.txt: Added.
2144 * fast/js/recursion-limit-equal.html: Added.
2145 * fast/js/resources/recursion-limit-equal.js: Added.
2147 2007-12-03 Dan Bernstein <mitz@apple.com>
2149 Reviewed by Darin Adler.
2151 - added a test of the behavior of getIntIdentifier with the integers
2154 * plugins/getintidentifier-special-values-expected.txt: Added.
2155 * plugins/getintidentifier-special-values.html: Added.
2157 2007-12-03 Rob Buis <buis@kde.org>
2162 http://bugs.webkit.org/show_bug.cgi?id=15767
2163 Text decorations do not respect "visibility" property
2165 * svg/custom/text-decoration-visibility-expected.checksum: Added.
2166 * svg/custom/text-decoration-visibility-expected.png: Added.
2167 * svg/custom/text-decoration-visibility-expected.txt: Added.
2168 * svg/custom/text-decoration-visibility.svg: Added.
2170 2007-12-03 Alice Liu <alice.liu@apple.com>
2172 Removing passing tests
2174 * platform/win/Skipped:
2176 2007-12-03 Nikolas Zimmermann <zimmermann@kde.org>
2180 Add new testcase verifying that CSS selectors don't affect the non-exposed SVG shadow tree.
2182 * platform/mac/svg/custom/use-css-no-effect-on-shadow-tree-expected.checksum: Added.
2183 * platform/mac/svg/custom/use-css-no-effect-on-shadow-tree-expected.png: Added.
2184 * platform/mac/svg/custom/use-css-no-effect-on-shadow-tree-expected.txt: Added.
2185 * svg/custom/use-css-no-effect-on-shadow-tree.svg: Added.
2187 2007-12-03 Nikolas Zimmermann <zimmermann@kde.org>
2189 Rubber stamped by Mark.
2191 Commit missing layout test results from my last commit (fix for bug 15403)
2193 * platform/mac/svg/custom/deep-dynamic-updates-expected.checksum:
2194 * platform/mac/svg/custom/deep-dynamic-updates-expected.png:
2195 * platform/mac/svg/custom/deep-dynamic-updates-expected.txt:
2196 * platform/mac/svg/custom/image-clipped-hit-expected.checksum:
2197 * platform/mac/svg/custom/image-clipped-hit-expected.png:
2198 * platform/mac/svg/custom/image-clipped-hit-expected.txt:
2199 * platform/mac/svg/custom/use-clipped-hit-expected.checksum:
2200 * platform/mac/svg/custom/use-clipped-hit-expected.png:
2201 * platform/mac/svg/custom/use-clipped-hit-expected.txt:
2202 * platform/mac/svg/custom/use-css-events-expected.checksum:
2203 * platform/mac/svg/custom/use-css-events-expected.png:
2205 2007-12-03 Dan Bernstein <mitz@apple.com>
2207 Reviewed by Adam Roben.
2209 - test for <rdar://problem/5538651> REGRESSSION: domfuzz: null deref in WebCore::Document::canReplaceChild
2211 * fast/dom/Document/replaceChild-null-oldChild-expected.txt: Added.
2212 * fast/dom/Document/replaceChild-null-oldChild.html: Added.
2213 * fast/dom/Document/resources/replaceChild-null-oldChild.js: Added.
2215 2007-12-02 Darin Adler <darin@apple.com>
2219 - test for http://bugs.webkit.org/show_bug.cgi?id=15848
2220 <rdar://problem/5619330> REGRESSION: Assertion failure viewing comments page on digg.com
2222 * fast/js/resources/sparse-array.js: Added.
2223 * fast/js/sparse-array-expected.txt: Added.
2224 * fast/js/sparse-array.html: Added.
2226 2007-12-02 Darin Adler <darin@apple.com>
2230 - tests for table-related HTMLCollection classes for misnested
2231 tables and for <rdar://problem/5601995> Hang/crash on http://ebay-uk.custhelp.com/
2233 * fast/dom/HTMLTableElement/resources: Added.
2234 * fast/dom/HTMLTableElement/resources/TEMPLATE.html: Added.
2235 * fast/dom/HTMLTableElement/resources/rows.js: Added.
2236 * fast/dom/HTMLTableElement/resources/tBodies.js: Added.
2237 * fast/dom/HTMLTableElement/rows-expected.txt: Added.
2238 * fast/dom/HTMLTableElement/rows.html: Added.
2239 * fast/dom/HTMLTableElement/tBodies-expected.txt: Added.
2240 * fast/dom/HTMLTableElement/tBodies.html: Added.
2241 * fast/dom/HTMLTableRowElement: Added.
2242 * fast/dom/HTMLTableRowElement/cells-expected.txt: Added.
2243 * fast/dom/HTMLTableRowElement/cells.html: Added.
2244 * fast/dom/HTMLTableRowElement/insertCell-expected.txt: Added.
2245 * fast/dom/HTMLTableRowElement/insertCell.html: Added.
2246 * fast/dom/HTMLTableRowElement/resources: Added.
2247 * fast/dom/HTMLTableRowElement/resources/TEMPLATE.html: Added.
2248 * fast/dom/HTMLTableRowElement/resources/cells.js: Added.
2249 * fast/dom/HTMLTableSectionElement: Added.
2250 * fast/dom/HTMLTableSectionElement/resources: Added.
2251 * fast/dom/HTMLTableSectionElement/resources/TEMPLATE.html: Added.
2252 * fast/dom/HTMLTableSectionElement/resources/rows.js: Added.
2253 * fast/dom/HTMLTableSectionElement/rows-expected.txt: Added.
2254 * fast/dom/HTMLTableSectionElement/rows.html: Added.
2256 2007-12-01 Antti Koivisto <antti@apple.com>
2260 Test that removing a media element when it is loading does not crash.
2261 Test that media is paused when it is removed from the tree.
2263 * http/tests/media/remove-while-loading-expected.txt: Added.
2264 * http/tests/media/remove-while-loading.html: Added.
2265 * media/remove-from-document-expected.txt: Added.
2266 * media/remove-from-document.html: Added.
2268 2007-12-01 Julien Chaffraix <julien.chaffraix@gmail.com>
2270 Bug 16189: XMLHttpRequest::setRequestHeader() should not set certain headers
2272 Reviewed by Darin Adler.
2274 * http/tests/xmlhttprequest/set-dangerous-headers-expected.txt:
2275 * http/tests/xmlhttprequest/set-dangerous-headers.html: Added tests for new headers
2277 2007-12-01 Dan Bernstein <mitz@apple.com>
2279 Reviewed by Darin Adler.
2281 - test for <rdar://problem/5619240> REGRESSION (Leopard-r28069): Reproducible crash with a Mootools-based calendar picker (jump to null in FrameView::layout)
2283 * fast/dynamic/subtree-common-root-expected.txt: Added.
2284 * fast/dynamic/subtree-common-root.html: Added.
2286 2007-11-30 Eric Seidel <eric@webkit.org>
2291 http://bugs.webkit.org/show_bug.cgi?id=16127
2293 * fast/js/regexp-compile-crash-expected.txt: Added.
2294 * fast/js/regexp-compile-crash.html: Added.
2296 2007-11-30 Adam Roben <aroben@apple.com>
2298 Copy some cross-platform results into platform/win to avoid picking up the platform/mac versions
2300 * platform/win/fast/dom/Window/window-resize-expected.txt: Copied from LayoutTests/fast/dom/Window/window-resize-expected.txt.
2301 * platform/win/fast/dom/wrapper-classes-expected.txt: Copied from LayoutTests/fast/dom/wrapper-classes-expected.txt.
2303 2007-11-30 Darin Adler <darin@apple.com>
2305 Reviewed by Adam Roben.
2307 - test for http://bugs.webkit.org/show_bug.cgi?id=16207
2308 JavaScript regular expressions should match UTF-16 code units rather than characters
2310 * fast/js/regexp-non-bmp-expected.txt: Added.
2311 * fast/js/regexp-non-bmp.html: Added.
2312 * fast/js/resources/regexp-non-bmp.js: Added.
2314 2007-11-30 Adele Peterson <adele@apple.com>
2318 Test for http://bugs.webkit.org/show_bug.cgi?id=16072
2319 <rdar://problem/5463821> REGRESSION: Mousemove event isn't fired when mouse moves over scrollbar with pressed button
2321 * fast/events/mousemove-after-drag-over-scrollbar-expected.txt: Added.
2322 * fast/events/mousemove-after-drag-over-scrollbar.html: Added.
2324 2007-11-30 Alexey Proskuryakov <ap@webkit.org>
2326 * platform/win/Skipped: Added editing/selection/5241148.html, which crashes for me.
2328 2007-11-29 Holger Hans Peter Freyther <holger.freyther@trolltech.com>
2332 * Fix fast/events/mousedown_in_scrollbar.html
2333 * This test used to crash in PlatformScrollbarQt::mouse*Event due parent() returning 0.
2334 * Extend the current check that the scrollbar in the mev can be go away.
2335 This happens if we destroy a RenderLayer as the result of a click. In the
2336 case of Qt we can have this scrollbar in m_lastScrollbarUnderMouse. The RenderLayer
2337 is the ScrollbarClient, m_lastScrollbarUnderMouse is a RefPtr and keeps the
2338 last reference. When calling into this scrollbar the m_client pointer is a dangling pointer.
2339 We extend the check to set m_lastScrollbarUnderMouse back to zero when it was the
2340 scrollbar in the old mev and is gone in the new one.
2341 * This happens only on the Qt port because we send more/different move events.
2343 * platform/qt/Skipped:
2345 2007-11-29 Antti Koivisto <antti@apple.com>
2349 Test for video aspect ratio calculation.
2351 * media/video-aspect-ratio.html: Added.
2352 * platform/mac/media: Added.
2353 * platform/mac/media/video-aspect-ratio-expected.checksum: Added.
2354 * platform/mac/media/video-aspect-ratio-expected.png: Added.
2355 * platform/mac/media/video-aspect-ratio-expected.txt: Added.
2357 2007-11-29 Anders Carlsson <andersca@apple.com>
2361 <rdar://problem/5230478>
2362 FrameLoadDelegate callbacks are not dumped in DRT.
2364 Remove now passing tests.
2366 * platform/win/Skipped:
2368 2007-11-29 Alice Liu <alice.liu@apple.com>
2372 * platform/win/Skipped: Removed two Mac-specific tests.
2374 2007-11-29 Alice Liu <alice.liu@apple.com>
2376 Move incorrect, Mac-specific results of fast/dom/Window/window-resize.html into platform/mac and replace them with non-Mac results
2378 The incorrect results are tracked by <rdar://5563578>.
2382 * fast/dom/Window/window-resize-expected.txt: Replaced.
2383 * platform/mac/fast/dom/Window/window-resize-expected.txt: Copied from fast/dom/Window/window-resize-expected.txt.
2384 * platform/win/Skipped: Removed window-resize tests.
2386 2007-11-29 Sam Weinig <sam@webkit.org>
2390 Revert r28213 which added an error callback that was not needed and changed
2393 * storage/transaction_callback_exception_crash.html:
2395 2007-11-29 Alice Liu <alice.liu@apple.com>
2399 * platform/win/Skipped: Removed a passing test.
2401 2007-11-29 Alice Liu <alice.liu@apple.com>
2403 Group failures related to dumpResourceLoadCallbacks being unimplemented
2407 * platform/win/Skipped:
2409 2007-11-29 Alice Liu <alice.liu@apple.com>
2411 Group failures related to using Cygwin paths
2415 * platform/win/Skipped:
2417 2007-11-29 Brady Eidson <beidson@apple.com>
2421 Fixed a hang in the layout tests.
2422 My checkin earlier today broke things such that the transaction call errors out instead of succeeds.
2423 Therefore LayoutTestController is never notified that the test is done.
2425 This changes modifies the test such that the controller is notified of completion even if
2426 there's a transaction error.
2428 The net effect of this fix is to transform the hang to a single layout test failure, so people
2429 and the bots don't have their run-webkit-tests hang while I try to fix the real regression.
2431 * storage/transaction_callback_exception_crash.html:
2433 2007-11-29 Darin Adler <darin@apple.com>
2437 - test for http://bugs.webkit.org/show_bug.cgi?id=16191
2438 REGRESSION: cannot tab to radio input after setting checked to false
2440 * fast/forms/input-radio-checked-tab-expected.txt: Added.
2441 * fast/forms/input-radio-checked-tab.html: Added.
2443 2007-11-29 Alice Liu <alice.liu@apple.com>
2445 Move Mac-specific results of fast/dom/wrapper-classes.html into platform/mac and replace them with non-Mac results
2449 * fast/dom/wrapper-classes-expected.txt: Replaced.
2450 * platform/mac/fast/dom/wrapper-classes-expected.txt: Copied from fast/dom/wrapper-classes-expected.txt.
2452 2007-11-29 Alice Liu <alice.liu@apple.com>
2454 Group drag-n-drop related failures under one bug
2456 We don't know the specific causes of these failures, but we believe
2457 they're due to bugs in DRT's drag-n-drop implementation.
2461 * platform/win/Skipped:
2463 2007-11-29 Alice Liu <alice.liu@apple.com>
2467 * platform/win/Skipped: Removed another passing test.
2469 2007-11-29 Alice Liu <alice.liu@apple.com>
2473 * platform/win/Skipped: Recategorized one failing test and removed a
2476 2007-11-29 Alice Liu <alice.liu@apple.com>
2478 Removing <rdar://5507350> from skipped list because it's not failing.
2480 * platform/win/Skipped:
2482 2007-11-29 Anders Carlsson <andersca@apple.com>
2486 Move Mac-specific tests to platform/mac.
2488 * fast/events/objc-event-api-expected.txt: Removed.
2489 * fast/events/objc-event-api.html: Removed.
2490 * fast/events/objc-keyboard-event-creation-expected.txt: Removed.
2491 * fast/events/objc-keyboard-event-creation.html: Removed.
2492 * platform/mac/fast/events/objc-event-api-expected.txt: Copied from fast/events/objc-event-api-expected.txt.
2493 * platform/mac/fast/events/objc-event-api.html: Copied from fast/events/objc-event-api.html.
2494 * platform/mac/fast/events/objc-keyboard-event-creation-expected.txt: Copied from fast/events/objc-keyboard-event-creation-expected.txt.
2495 * platform/mac/fast/events/objc-keyboard-event-creation.html: Copied from fast/events/objc-keyboard-event-creation.html.
2497 2007-11-29 Alice Liu <alice.liu@apple.com>
2499 Removing some fixed tests
2501 * platform/win/Skipped:
2503 2007-11-29 Anders Carlsson <andersca@apple.com>
2507 <rdar://problem/5132005>
2508 setUserStyleSheetEnabled is not fully implemented in Windows DRT.
2510 * platform/win/Skipped:
2512 2007-11-28 Mark Rowe <mrowe@apple.com>
2514 Unreviewed layout test fix. Fix typos in the name of four files used by HTTP layout tests.
2516 In r28120 and r28128 the references to these files had the typo fixed, but the files themselves did not.
2517 This caused four layout tests to fail.
2519 * http/tests/security/javascriptURL/resources/foreign-domain-javascipt-url-accessee-iframe.html: Removed.
2520 * http/tests/security/javascriptURL/resources/foreign-domain-javascipt-url-accessee-opened-frame.html: Removed.
2521 * http/tests/security/javascriptURL/resources/foreign-domain-javascipt-url-accessor-iframe.html: Removed.
2522 * http/tests/security/javascriptURL/resources/foreign-domain-javascipt-url-accessor-opened-frame.html: Removed.
2523 * 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.
2524 * 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.
2525 * 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.
2526 * 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.
2528 2007-11-28 Antti Koivisto <antti@apple.com>
2532 Test that fallback content inside media elements is not be rendered.
2534 * media/fallback-expected.txt: Added.
2535 * media/fallback.html: Added.
2537 2007-11-28 Alice Liu <alice.liu@apple.com>
2539 just some more typo fixes
2541 * http/tests/security/javascriptURL/xss-ALLOWED-from-javascript-url-sub-frame-2-level-expected.txt:
2542 * http/tests/security/javascriptURL/xss-ALLOWED-from-javascript-url-sub-frame-2-level.html:
2543 * http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-url-from-javscript-url-expected.txt:
2544 * http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-url-from-javscript-url.html:
2545 * http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-url-sub-frame-2-level-expected.txt:
2546 * http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-url-sub-frame-2-level.html:
2547 * http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-url-sub-frame-expected.txt:
2548 * http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-url-sub-frame.html:
2549 * http/tests/security/javascriptURL/xss-DENIED-from-javascript-url-in-foreign-domain-subframe-expected.txt:
2550 * http/tests/security/javascriptURL/xss-DENIED-from-javascript-url-in-foreign-domain-subframe.html:
2551 * http/tests/security/javascriptURL/xss-DENIED-from-javascript-url-in-foreign-domain-window-open-expected.txt:
2552 * http/tests/security/javascriptURL/xss-DENIED-from-javascript-url-in-foreign-domain-window-open.html:
2553 * http/tests/security/javascriptURL/xss-DENIED-to-javascript-url-in-foreign-domain-subframe-expected.txt:
2554 * http/tests/security/javascriptURL/xss-DENIED-to-javascript-url-in-foreign-domain-subframe.html:
2555 * http/tests/security/javascriptURL/xss-DENIED-to-javascript-url-in-foreign-domain-window-open-expected.txt:
2556 * http/tests/security/javascriptURL/xss-DENIED-to-javascript-url-in-foreign-domain-window-open.html:
2558 2007-11-28 Antti Koivisto <antti@apple.com>
2562 <rdar://problem/5605668>
2563 Implement controls attribute for video element
2565 - A new test for the controls attribute.
2566 - Add the controls attibute to all existing video tests. This will give the code
2567 some additional exercise without affecting test results.
2569 * media/progress-event.html:
2570 * media/video-append-source.html:
2571 * media/video-autoplay.html:
2572 * media/video-buffered.html:
2573 * media/video-controls-expected.txt: Added.
2574 * media/video-controls.html: Added.
2575 * media/video-currentTime-set.html:
2576 * media/video-currentTime-set2.html:
2577 * media/video-currentTime.html:
2578 * media/video-dom-autoplay.html:
2579 * media/video-dom-end.html:
2580 * media/video-dom-loopcount.html:
2581 * media/video-dom-loopend.html:
2582 * media/video-dom-loopstart.html:
2583 * media/video-dom-src.html:
2584 * media/video-dom-start.html:
2585 * media/video-end.html:
2586 * media/video-error-abort.html:
2587 * media/video-error-does-not-exist.html:
2588 * media/video-load-networkState.html:
2589 * media/video-load-readyState.html:
2590 * media/video-loopcount.html:
2591 * media/video-loopend.html:
2592 * media/video-loopstart.html:
2593 * media/video-muted.html:
2594 * media/video-no-autoplay.html:
2595 * media/video-pause-empty-events.html:
2596 * media/video-play-empty-events.html:
2597 * media/video-play-pause-events.html:
2598 * media/video-play-pause-exception.html:
2599 * media/video-poster.html:
2600 * media/video-seek-past-end-paused.html:
2601 * media/video-seek-past-end-playing.html:
2602 * media/video-seekable.html:
2603 * media/video-seeking.html:
2604 * media/video-size.html:
2605 * media/video-source-media.html:
2606 * media/video-source-type.html:
2607 * media/video-source.html:
2608 * media/video-src-change.html:
2609 * media/video-src-remove.html:
2610 * media/video-src-set.html:
2611 * media/video-src-source.html:
2612 * media/video-src.html:
2613 * media/video-start.html:
2614 * media/video-volume.html:
2615 * media/video-width-height.html:
2617 2007-11-28 Justin Garcia <justin.garcia@apple.com>
2619 Reviewed by Darin Adler.
2621 <rdar://problem/5573879> GMail Beta: Crash in when undoing Remove Formating
2623 Added to demonstrate fixes:
2624 * editing/execCommand/5573879.html: Added.
2625 * platform/mac/editing/execCommand/5573879-expected.checksum: Added.
2626 * platform/mac/editing/execCommand/5573879-expected.png: Added.
2627 * platform/mac/editing/execCommand/5573879-expected.txt: Added.
2629 Fixes (RemoveFormat now preserves the selection correctly):
2630 * platform/mac/editing/execCommand/4920742-1-expected.checksum:
2631 * platform/mac/editing/execCommand/4920742-1-expected.png:
2632 * platform/mac/editing/execCommand/4920742-1-expected.txt:
2633 * platform/mac/editing/execCommand/remove-formatting-2-expected.checksum:
2634 * platform/mac/editing/execCommand/remove-formatting-2-expected.png:
2635 * platform/mac/editing/execCommand/remove-formatting-2-expected.txt:
2636 * platform/mac/editing/execCommand/remove-formatting-expected.checksum:
2637 * platform/mac/editing/execCommand/remove-formatting-expected.png:
2638 * platform/mac/editing/execCommand/remove-formatting-expected.txt:
2640 2007-11-28 Timothy Hatcher <timothy@apple.com>
2642 Make this test not depend on the screen size.
2644 * fast/dom/Window/window-resize-expected.txt:
2645 * fast/dom/Window/window-resize.html:
2647 2007-11-28 Anders Carlsson <andersca@apple.com>
2651 <rdar://problem/5132001>
2652 contextClick is not implemented in DRT on Windows.
2654 Remove tests that pass now that we have contextClick.
2656 * platform/win/Skipped:
2658 2007-11-28 Alice Liu <alice.liu@apple.com>
2660 Removing some tests tracked by <rdar://5130762> because they don't fail.
2662 * platform/win/Skipped:
2664 2007-11-28 Alice Liu <alice.liu@apple.com>
2666 Removing fixed tests tracked by <rdar://5128229>
2668 * platform/win/Skipped:
2670 2007-11-28 Alice Liu <alice.liu@apple.com>
2672 Rubberstamped by Sam.
2674 Fixing a typo in some filenames
2676 * http/tests/security/javascriptURL/xss-DENIED-from-javascipt-url-in-foreign-domain-subframe-expected.txt: Removed.
2677 * http/tests/security/javascriptURL/xss-DENIED-from-javascipt-url-in-foreign-domain-subframe.html: Removed.
2678 * http/tests/security/javascriptURL/xss-DENIED-from-javascipt-url-in-foreign-domain-window-open-expected.txt: Removed.
2679 * http/tests/security/javascriptURL/xss-DENIED-from-javascipt-url-in-foreign-domain-window-open.html: Removed.
2680 * 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.
2681 * 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.
2682 * 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.
2683 * 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.
2684 * http/tests/security/javascriptURL/xss-DENIED-to-javascipt-url-in-foreign-domain-subframe-expected.txt: Removed.
2685 * http/tests/security/javascriptURL/xss-DENIED-to-javascipt-url-in-foreign-domain-subframe.html: Removed.
2686 * http/tests/security/javascriptURL/xss-DENIED-to-javascipt-url-in-foreign-domain-window-open-expected.txt: Removed.
2687 * http/tests/security/javascriptURL/xss-DENIED-to-javascipt-url-in-foreign-domain-window-open.html: Removed.
2688 * 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.
2689 * 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.
2690 * 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.
2691 * 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.
2692 * platform/win/Skipped:
2694 2007-11-28 Dan Bernstein <mitz@apple.com>
2696 Reviewed by Dave Hyatt.
2698 - test for <rdar://problem/5612459> CrashTracer: [REGRESSION] 61 crashes in Safari at com.apple.WebCore: WebCore::AutoTableLayout::layout + 2046
2700 * fast/table/empty-auto-column-zero-divide-expected.txt: Added.
2701 * fast/table/empty-auto-column-zero-divide.html: Added.
2703 2007-11-28 Jon Honeycutt <jhoneycutt@apple.com>
2707 <rdar://problem/5507360> plugins/return-error-from-new-stream-callback-
2708 in-full-frame-plugin.html is crashing
2710 Alice fixed this in r28046
2712 * platform/win/Skipped:
2714 2007-11-27 Beth Dakin <bdakin@apple.com>
2718 Test for <rdar://problem/5616052> SVGs with width or height of 100%
2719 hang when used as a background-image (16164)
2721 * fast/images/resources/width-100-percent.svg: Added.
2722 * fast/images/svg-width-100p-as-background.html: Added.
2723 * platform/mac/fast/images/svg-width-100p-as-background-expected.checksum: Added.
2724 * platform/mac/fast/images/svg-width-100p-as-background-expected.png: Added.
2725 * platform/mac/fast/images/svg-width-100p-as-background-expected.txt: Added.
2727 2007-11-27 Timothy Hatcher <timothy@apple.com>
2729 Reviewed by Kevin McCullough.
2731 Bug 16161: window.moveBy(0, 0) moves the window by -22px vertically
2732 http://bugs.webkit.org/show_bug.cgi?id=16161
2734 Added test cases for moveBy(0, 0), moveBy(0, 1) and moveBy(1, 0).
2736 * fast/dom/Window/window-resize.html:
2737 * fast/dom/Window/window-resize-expected.txt:
2739 2007-11-26 Timothy Hatcher <timothy@apple.com>
2741 Reviewed by Dave Hyatt.
2743 Test for: <rdar://problem/5569233> Add the ability to disable author and user CSS styles
2745 * fast/css/disabled-author-styles.html: Added.
2746 * platform/mac/fast/css/disabled-author-styles-expected.txt: Added.
2748 2007-11-26 Feng Qian <ian.eng.webkit@gmail.com>
2750 Reviewed by Sam Weinig.
2752 Tests for http://bugs.webkit.org/show_bug.cgi?id=16073
2754 * http/tests/security/resources/iframe-invalid-domain-change.html: Added.
2755 * http/tests/security/xss-DENIED-invalid-domain-change-expected.txt: Added.
2756 * http/tests/security/xss-DENIED-invalid-domain-change.html: Added.
2758 2007-11-26 Darin Adler <darin@apple.com>
2762 - test for http://bugs.webkit.org/show_bug.cgi?id=16096
2763 REGRESSION (r26653-r26699): Plaxo.com addressbook does not load in webkit nightlies
2765 * fast/js/regexp-overflow-expected.txt: Added.
2766 * fast/js/regexp-overflow.html: Added.
2767 * fast/js/resources/regexp-overflow.js: Added.
2769 2007-11-26 Sam Weinig <sam@webkit.org>
2773 Tests for <rdar://problem/5592988>
2775 - Update and add tests for new tighter restrictions on what frames in other domains
2778 * http/tests/security/cross-frame-access-location-expected.txt:
2779 * http/tests/security/frameNavigation: Added.
2780 * http/tests/security/frameNavigation/resources: Added.
2781 * http/tests/security/frameNavigation/resources/iframe-that-performs-parent-navigation.html: Added.
2782 * http/tests/security/frameNavigation/resources/iframe-with-inner-frame-on-foreign-domain.html: Added.
2783 * http/tests/security/frameNavigation/resources/navigation-changed-iframe.html: Added.
2784 * http/tests/security/frameNavigation/xss-ALLOWED-parent-navigation-change-expected.txt: Added.
2785 * http/tests/security/frameNavigation/xss-ALLOWED-parent-navigation-change.html: Added.
2786 * http/tests/security/frameNavigation/xss-ALLOWED-targeted-subframe-navigation-change-expected.txt: Added.
2787 * http/tests/security/frameNavigation/xss-ALLOWED-targeted-subframe-navigation-change.html: Added.
2789 2007-11-26 Dan Bernstein <mitz@apple.com>
2791 Reviewed by Dave Hyatt.
2793 - 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
2795 * fast/dynamic/float-withdrawal-2.html: Added.
2796 * platform/mac/fast/dynamic/float-withdrawal-2-expected.checksum: Added.
2797 * platform/mac/fast/dynamic/float-withdrawal-2-expected.png: Added.
2798 * platform/mac/fast/dynamic/float-withdrawal-2-expected.txt: Added.
2800 2007-11-25 Adam Roben <aroben@apple.com>
2802 * platform/win/Skipped: Add a known failure.
2804 2007-11-25 Adam Roben <aroben@apple.com>
2806 * platform/win/Skipped: Remove an unnecessary entry.
2808 2007-11-25 Mark Rowe <mrowe@apple.com>
2810 Reviewed by Dan Bernstein.
2812 Test for http://bugs.webkit.org/show_bug.cgi?id=16129
2813 Bug 16129: REGRESSION (r27761-r27811): malloc error while visiting http://mysit.es (crashes release build)
2815 * fast/js/regexp-range-out-of-order-expected.txt: Added.
2816 * fast/js/regexp-range-out-of-order.html: Added.
2817 * fast/js/resources/regexp-range-out-of-order.js: Added.
2819 2007-11-25 Nikolas Zimmermann <zimmermann@kde.org>
2821 Reviewed by Adam Roben.
2823 Update layout test results after fixing text path boundaries if text-anchor is not set to 'start'.
2825 * platform/mac/svg/W3C-SVG-1.1/text-align-04-b-expected.txt:
2826 * platform/mac/svg/text/textPathBoundsBug-expected.checksum: Added.
2827 * platform/mac/svg/text/textPathBoundsBug-expected.png: Added.
2828 * platform/mac/svg/text/textPathBoundsBug-expected.txt: Added.
2829 * svg/batik/text/textGlyphOrientationHorizontal-expected.txt:
2830 * svg/batik/text/textOnPath-expected.txt:
2831 * svg/batik/text/textOnPath3-expected.txt:
2832 * svg/batik/text/verticalTextOnPath-expected.txt:
2833 * svg/text/text-align-04-b-expected.checksum:
2834 * svg/text/text-align-04-b-expected.png:
2835 * svg/text/text-align-04-b-expected.txt:
2836 * svg/text/textPathBoundsBug.svg: Added.
2838 2007-11-25 Alexey Proskuryakov <ap@webkit.org>
2842 http://bugs.webkit.org/show_bug.cgi?id=15919
2843 XSLTProcessor.transformToFragment creates an extra not defined TEXT_NODE at the end
2845 * fast/xsl/extra-lf-at-end-expected.txt: Added.
2846 * fast/xsl/extra-lf-at-end.html: Added.
2847 * fast/xsl/xslt-processor-expected.txt:
2848 * platform/mac/fast/xsl/xslt-enc-cyr-expected.txt:
2849 * platform/mac/fast/xsl/xslt-enc-expected.txt:
2850 * platform/mac/fast/xsl/xslt-enc16-expected.txt:
2851 * platform/mac/fast/xsl/xslt-enc16to16-expected.txt:
2852 * platform/mac/fast/xsl/xslt-text-expected.txt:
2854 2007-11-24 David D. Kilzer <ddkilzer@webkit.org>
2856 Added tests for select.options.remove(boolean).
2860 * fast/js/resources/select-options-add.js: Added two tests.
2861 * fast/js/select-options-add-expected.txt: Updated results.
2863 2007-11-23 Antti Koivisto <antti@apple.com>
2865 Set video src from script, not from the element attribute. This
2866 guarantees load events do not fire before event listeners are registered.
2867 This change does not affect test results.
2869 * media/progress-event.html:
2870 * media/video-autoplay.html:
2871 * media/video-buffered.html:
2872 * media/video-currentTime-set.html:
2873 * media/video-currentTime-set2.html:
2874 * media/video-currentTime.html:
2875 * media/video-dom-autoplay.html:
2876 * media/video-error-abort.html:
2877 * media/video-error-does-not-exist.html:
2878 * media/video-load-networkState.html:
2879 * media/video-load-readyState.html:
2880 * media/video-no-autoplay.html:
2881 * media/video-seekable.html:
2882 * media/video-seeking.html:
2883 * media/video-size.html:
2884 * media/video-src.html:
2885 * media/video-start.html:
2887 2007-11-23 Alexey Proskuryakov <ap@webkit.org>
2891 <rdar://problem/5539306> REGRESSION: redirect fails when subframe's document is opened but
2892 not closed (affects digg.com)
2894 * fast/loader/meta-refresh-vs-open-expected.txt: Added.
2895 * fast/loader/meta-refresh-vs-open.html: Added.
2896 Test that HTTP refresh never fires if the document stays open indefinitely.
2898 * fast/loader/redirect-with-open-subframe-expected.txt: Added.
2899 * fast/loader/redirect-with-open-subframe.html: Added.
2900 * fast/loader/redirect-with-open-subframe-2-expected.txt: Added.
2901 * fast/loader/redirect-with-open-subframe-2.html: Added.
2902 Test that setting window.location has effect even if the document is open.
2904 * http/tests/loading/onload-vs-immediate-refresh-expected.txt: Added.
2905 * http/tests/loading/onload-vs-immediate-refresh.pl: Added.
2906 Test for <rdar://3829452> - HTTP redirect should only happen after onload fires.
2908 * platform/mac/http/tests/loading/simple-subframe-expected.txt:
2909 It seems that there was a line spilled from the previous test that is now in
2910 onload-vs-immediate-refresh-expected.txt - despite my efforts, I couldn't get rid of it.
2912 2007-11-23 Dan Bernstein <mitz@apple.com>
2914 Reviewed by Alexey Proskuryakov.
2916 - test the matrix transforms are applied on the correct side
2918 * fast/transforms/matrix-02.html: Added.
2919 * platform/mac/fast/transforms/matrix-02-expected.checksum: Added.
2920 * platform/mac/fast/transforms/matrix-02-expected.png: Added.
2921 * platform/mac/fast/transforms/matrix-02-expected.txt: Added.
2923 2007-11-23 Alexey Proskuryakov <ap@webkit.org>
2927 http://bugs.webkit.org/show_bug.cgi?id=16077
2928 <rdar://problem/5609785> XSLT processor <xsl:sort> algorithm is incompatible with other
2929 browser implementations
2931 * fast/xsl/sort-unicode-expected.txt: Added.
2932 * fast/xsl/sort-unicode.xml: Added.
2933 * fast/xsl/sort-unicode.xsl: Added.
2935 2007-11-22 Dan Bernstein <mitz@apple.com>
2937 Reviewed by Maciej Stachowiak.
2939 - pixel test for http://bugs.webkit.org/show_bug.cgi?id=15943
2940 -webkit-transform matrix does not work
2942 * fast/transforms/matrix-01.html: Added.
2943 * platform/mac/fast/transforms/matrix-01-expected.checksum: Added.
2944 * platform/mac/fast/transforms/matrix-01-expected.png: Added.
2945 * platform/mac/fast/transforms/matrix-01-expected.txt: Added.
2947 2007-11-22 Julien Chaffraix <julien.chaffraix@gmail.com>
2951 Bug 15530: XMLHttpRequest should not support certain methods
2953 * http/tests/xmlhttprequest/xmlhttprequest-forbidden-methods-exception-expected.txt: Added.
2954 * http/tests/xmlhttprequest/xmlhttprequest-forbidden-methods-exception.html: Added.
2956 2007-11-21 Dan Bernstein <mitz@apple.com>
2958 Reviewed by Eric Seidel.
2960 - repaint test for <rdar://problem/5607037> REGRESSION (r27351): Departure date does not repaint when changed on Google Maps public transit planner (16034)
2962 * fast/repaint/subtree-root-skipped.html: Added.
2963 * platform/mac-leopard/fast/repaint/subtree-root-skipped-expected.checksum: Added.
2964 * platform/mac-leopard/fast/repaint/subtree-root-skipped-expected.png: Added.
2965 * platform/mac/fast/repaint/subtree-root-skipped-expected.txt: Added.
2967 2007-11-21 Alexey Proskuryakov <ap@webkit.org>
2971 <rdar://problem/5230233> dom/xhtml/level2/html/frame.xhtml is failing on Windows
2973 This isn't actually a test, but an unused resource - we should re-work the W3C test rig to
2974 support subresource loading from (X)HTML.
2975 Anyway, it doesn't fail for me, I suppose this problem was fixed since the bug was filed.
2977 * platform/win/Skipped:
2979 2007-11-21 Alexey Proskuryakov <ap@webkit.org>
2983 Fix a copy/paste error in the test (introduced in bug 12194).
2985 * http/tests/xmlhttprequest/zero-length-response-sync-expected.txt:
2986 * http/tests/xmlhttprequest/zero-length-response-sync.html:
2988 2007-11-20 Mark Rowe <mrowe@apple.com>
2990 Reviewed by Sam Weinig.
2992 Tests for http://bugs.webkit.org/show_bug.cgi?id=16074
2993 Bug 16074: execCommand("InsertHorizontalRule", false, "") results in id="" being inserted
2995 * editing/execCommand/arguments-combinations-expected.txt:
2996 * editing/execCommand/arguments-combinations.html:
2998 2007-11-20 Lars Knoll <lars@trolltech.com>
3002 Adjust some test result after fixing a bug related to computation
3003 of QFont::xHeight() in Qt.
3005 * platform/qt/css2.1/t040302-c61-ex-len-00-b-a-expected.txt:
3006 * platform/qt/css2.1/t1008-c44-ln-box-02-d-ag-expected.txt:
3007 * platform/qt/css2.1/t100801-c544-valgn-01-d-ag-expected.txt:
3008 * platform/qt/css2.1/t100801-c548-ln-ht-02-b-ag-expected.txt:
3009 * platform/qt/css2.1/t1507-c526-font-sz-02-b-a-expected.txt:
3011 2007-11-20 Lars Knoll <lars@trolltech.com>
3015 Fix text break interators.
3017 The break iterators where trying to be smart about the input
3018 string and caching their results. Unfortunately a pointer/string length
3019 comparison is not good enough in all cases (since some input is stack based
3020 temp strings). Removed the caching but at the same time started to use a more
3021 efficient constructor of QTextBoundaryFinder that doesn't need to malloc for
3024 Fixes two test cases that test "text-transform: capitalize".
3026 * platform/qt/css1/text_properties/text-transCapitalize-expected.txt:
3027 * platform/qt/fast/css/textCapitalizeEdgeCases-expected.txt:
3029 2007-11-19 Antti Koivisto <antti@apple.com>
3031 Rubber-stamped by bdash.
3033 Improve coverage of these tests.
3035 * media/video-muted-expected.txt:
3036 * media/video-muted.html:
3037 * media/video-volume-expected.txt:
3038 * media/video-volume.html:
3040 2007-11-19 Julien Chaffraix <julien.chaffraix@gmail.com>
3044 http://bugs.webkit.org/show_bug.cgi?id=12194
3045 Bug 12194: Trying to access XMLHttpRequest.responseText or responseXML when they are not
3046 available should raise an exception
3048 * http/tests/xmlhttprequest/xmlhttprequest-responseText-exception-expected.txt: Added.
3049 * http/tests/xmlhttprequest/xmlhttprequest-responseText-exception.html: Added.
3050 * http/tests/xmlhttprequest/xmlhttprequest-responseXML-exception-expected.txt: Added.
3051 * http/tests/xmlhttprequest/xmlhttprequest-responseXML-exception.html: Added.
3052 * http/tests/xmlhttprequest/zero-length-response-expected.txt: Updated result
3053 * http/tests/xmlhttprequest/zero-length-response-sync-expected.txt: Updated result
3054 * http/tests/xmlhttprequest/zero-length-response-sync.html: Corrected URL & added
3055 exception handling to test case
3057 2007-11-18 Alexey Proskuryakov <ap@webkit.org>
3061 <rdar://problem/5546393> Whitespace handling doesn't match HTML5.
3063 * fast/parser/html-whitespace-expected.txt: Added.
3064 * fast/parser/html-whitespace.html: Added.
3066 2007-11-16 Dan Bernstein <mitz@apple.com>
3068 Reviewed by Darin Adler.
3070 - repaint test for <http://bugs.webkit.org/show_bug.cgi?id=15994>
3071 REGRESSION: Incomplete repaint of CSS image substitution
3073 * fast/repaint/clip-with-layout-delta.html: Added.
3074 * platform/mac/fast/repaint/clip-with-layout-delta-expected.checksum: Added.
3075 * platform/mac/fast/repaint/clip-with-layout-delta-expected.png: Added.
3076 * platform/mac/fast/repaint/clip-with-layout-delta-expected.txt: Added.
3078 2007-11-16 Antti Koivisto <antti@apple.com>
3082 Seeking related test updates
3083 - update to match specificiation
3084 - rename loopCount to playCount everywhere
3085 - timeupdate events during seek
3086 - fix that some tests (like audio ones) depended on timing sensitive ordering of play and load events
3087 - add text about what is being tested
3089 Add new tests for seeking past end, seeking past loaded position and 'seeking' DOM attribute.
3091 * http/tests/media/video-seekable-stall-expected.txt: Added.
3092 * http/tests/media/video-seekable-stall.html: Added.
3093 * media/audio-constructor-expected.txt:
3094 * media/audio-constructor-src-expected.txt:
3095 * media/audio-constructor-src.html:
3096 * media/audio-constructor.html:
3097 * media/video-dom-loopcount-expected.txt:
3098 * media/video-dom-loopcount.html:
3099 * media/video-dom-loopend-expected.txt:
3100 * media/video-dom-loopend.html:
3101 * media/video-dom-loopstart-expected.txt:
3102 * media/video-dom-loopstart.html:
3103 * media/video-dom-start-expected.txt:
3104 * media/video-dom-start.html:
3105 * media/video-loopcount-expected.txt:
3106 * media/video-loopcount.html:
3107 * media/video-loopend-expected.txt:
3108 * media/video-loopend.html:
3109 * media/video-loopstart-expected.txt:
3110 * media/video-loopstart.html:
3111 * media/video-seek-past-end-paused-expected.txt: Added.
3112 * media/video-seek-past-end-paused.html: Added.
3113 * media/video-seek-past-end-playing-expected.txt: Added.
3114 * media/video-seek-past-end-playing.html: Added.
3115 * media/video-seeking-expected.txt: Added.
3116 * media/video-seeking.html: Added.
3117 * media/video-test.js:
3119 2007-11-16 Anders Carlsson <andersca@apple.com>
3123 <rdar://problem/5603832>
3124 XMLHttpRequest readyState 3 & responseText buffer issues.
3126 Remove http/tests/xmlhttprequest/small-chunks-response-text.html from the Skipped list.
3128 * platform/win/Skipped:
3130 2007-11-16 Dan Bernstein <mitz@apple.com>
3132 Reviewed by Darin Adler and Sam Weinig.
3134 - remove fast/forms/select-type-ahead-non-latin.html after fixing <rdar://problem/5134075>
3136 * platform/win/Skipped:
3138 2007-11-16 Nikolas Zimmermann <zimmermann@kde.org>
3140 Rubberstamped by Eric.
3142 Full update of the SVG pixel tests - all files containing text show rendering improvments.
3143 Text looks more 'bold' as it's supposed to be according to the W3C reference rendering, not
3144 sure what commit actually caused it - but it's better now.
3146 * platform/mac/svg/W3C-SVG-1.1/animate-elem-02-t-expected.checksum:
3147 * platform/mac/svg/W3C-SVG-1.1/animate-elem-02-t-expected.png:
3148 * platform/mac/svg/W3C-SVG-1.1/animate-elem-03-t-expected.checksum:
3149 * platform/mac/svg/W3C-SVG-1.1/animate-elem-03-t-expected.png:
3150 * platform/mac/svg/W3C-SVG-1.1/animate-elem-04-t-expected.checksum:
3151 * platform/mac/svg/W3C-SVG-1.1/animate-elem-04-t-expected.png:
3152 * platform/mac/svg/W3C-SVG-1.1/animate-elem-05-t-expected.checksum:
3153 * platform/mac/svg/W3C-SVG-1.1/animate-elem-05-t-expected.png:
3154 * platform/mac/svg/W3C-SVG-1.1/animate-elem-06-t-expected.checksum:
3155 * platform/mac/svg/W3C-SVG-1.1/animate-elem-06-t-expected.png:
3156 * platform/mac/svg/W3C-SVG-1.1/animate-elem-07-t-expected.checksum:
3157 * platform/mac/svg/W3C-SVG-1.1/animate-elem-07-t-expected.png:
3158 * platform/mac/svg/W3C-SVG-1.1/animate-elem-08-t-expected.checksum:
3159 * platform/mac/svg/W3C-SVG-1.1/animate-elem-08-t-expected.png:
3160 * platform/mac/svg/W3C-SVG-1.1/animate-elem-09-t-expected.checksum:
3161 * platform/mac/svg/W3C-SVG-1.1/animate-elem-09-t-expected.png:
3162 * platform/mac/svg/W3C-SVG-1.1/animate-elem-10-t-expected.checksum:
3163 * platform/mac/svg/W3C-SVG-1.1/animate-elem-10-t-expected.png:
3164 * platform/mac/svg/W3C-SVG-1.1/animate-elem-11-t-expected.checksum:
3165 * platform/mac/svg/W3C-SVG-1.1/animate-elem-11-t-expected.png:
3166 * platform/mac/svg/W3C-SVG-1.1/animate-elem-12-t-expected.checksum:
3167 * platform/mac/svg/W3C-SVG-1.1/animate-elem-12-t-expected.png:
3168 * platform/mac/svg/W3C-SVG-1.1/animate-elem-13-t-expected.checksum:
3169 * platform/mac/svg/W3C-SVG-1.1/animate-elem-13-t-expected.png:
3170 * platform/mac/svg/W3C-SVG-1.1/animate-elem-14-t-expected.checksum:
3171 * platform/mac/svg/W3C-SVG-1.1/animate-elem-14-t-expected.png:
3172 * platform/mac/svg/W3C-SVG-1.1/animate-elem-15-t-expected.checksum:
3173 * platform/mac/svg/W3C-SVG-1.1/animate-elem-15-t-expected.png:
3174 * platform/mac/svg/W3C-SVG-1.1/animate-elem-16-t-expected.checksum:
3175 * platform/mac/svg/W3C-SVG-1.1/animate-elem-16-t-expected.png:
3176 * platform/mac/svg/W3C-SVG-1.1/animate-elem-17-t-expected.checksum:
3177 * platform/mac/svg/W3C-SVG-1.1/animate-elem-17-t-expected.png:
3178 * platform/mac/svg/W3C-SVG-1.1/animate-elem-18-t-expected.checksum:
3179 * platform/mac/svg/W3C-SVG-1.1/animate-elem-18-t-expected.png:
3180 * platform/mac/svg/W3C-SVG-1.1/animate-elem-19-t-expected.checksum:
3181 * platform/mac/svg/W3C-SVG-1.1/animate-elem-19-t-expected.png:
3182 * platform/mac/svg/W3C-SVG-1.1/animate-elem-20-t-expected.checksum:
3183 * platform/mac/svg/W3C-SVG-1.1/animate-elem-20-t-expected.png:
3184 * platform/mac/svg/W3C-SVG-1.1/animate-elem-21-t-expected.checksum:
3185 * platform/mac/svg/W3C-SVG-1.1/animate-elem-21-t-expected.png:
3186 * platform/mac/svg/W3C-SVG-1.1/animate-elem-22-b-expected.checksum:
3187 * platform/mac/svg/W3C-SVG-1.1/animate-elem-22-b-expected.png:
3188 * platform/mac/svg/W3C-SVG-1.1/animate-elem-23-t-expected.checksum:
3189 * platform/mac/svg/W3C-SVG-1.1/animate-elem-23-t-expected.png:
3190 * platform/mac/svg/W3C-SVG-1.1/animate-elem-24-t-expected.checksum:
3191 * platform/mac/svg/W3C-SVG-1.1/animate-elem-24-t-expected.png:
3192 * platform/mac/svg/W3C-SVG-1.1/animate-elem-25-t-expected.checksum:
3193 * platform/mac/svg/W3C-SVG-1.1/animate-elem-25-t-expected.png:
3194 * platform/mac/svg/W3C-SVG-1.1/animate-elem-26-t-expected.checksum:
3195 * platform/mac/svg/W3C-SVG-1.1/animate-elem-26-t-expected.png:
3196 * platform/mac/svg/W3C-SVG-1.1/animate-elem-27-t-expected.checksum:
3197 * platform/mac/svg/W3C-SVG-1.1/animate-elem-27-t-expected.png:
3198 * platform/mac/svg/W3C-SVG-1.1/animate-elem-28-t-expected.checksum:
3199 * platform/mac/svg/W3C-SVG-1.1/animate-elem-28-t-expected.png:
3200 * platform/mac/svg/W3C-SVG-1.1/animate-elem-29-b-expected.checksum:
3201 * platform/mac/svg/W3C-SVG-1.1/animate-elem-29-b-expected.png:
3202 * platform/mac/svg/W3C-SVG-1.1/animate-elem-30-t-expected.checksum:
3203 * platform/mac/svg/W3C-SVG-1.1/animate-elem-30-t-expected.png:
3204 * platform/mac/svg/W3C-SVG-1.1/animate-elem-31-t-expected.checksum:
3205 * platform/mac/svg/W3C-SVG-1.1/animate-elem-31-t-expected.png:
3206 * platform/mac/svg/W3C-SVG-1.1/animate-elem-32-t-expected.checksum:
3207 * platform/mac/svg/W3C-SVG-1.1/animate-elem-32-t-expected.png:
3208 * platform/mac/svg/W3C-SVG-1.1/animate-elem-33-t-expected.checksum:
3209 * platform/mac/svg/W3C-SVG-1.1/animate-elem-33-t-expected.png:
3210 * platform/mac/svg/W3C-SVG-1.1/animate-elem-34-t-expected.checksum:
3211 * platform/mac/svg/W3C-SVG-1.1/animate-elem-34-t-expected.png:
3212 * platform/mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.checksum:
3213 * platform/mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.png:
3214 * platform/mac/svg/W3C-SVG-1.1/animate-elem-37-t-expected.checksum:
3215 * platform/mac/svg/W3C-SVG-1.1/animate-elem-37-t-expected.png:
3216 * platform/mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.checksum:
3217 * platform/mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png:
3218 * platform/mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.checksum:
3219 * platform/mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.png:
3220 * platform/mac/svg/W3C-SVG-1.1/animate-elem-41-t-expected.checksum:
3221 * platform/mac/svg/W3C-SVG-1.1/animate-elem-41-t-expected.png:
3222 * platform/mac/svg/W3C-SVG-1.1/animate-elem-44-t-expected.checksum:
3223 * platform/mac/svg/W3C-SVG-1.1/animate-elem-44-t-expected.png:
3224 * platform/mac/svg/W3C-SVG-1.1/animate-elem-46-t-expected.checksum:
3225 * platform/mac/svg/W3C-SVG-1.1/animate-elem-46-t-expected.png:
3226 * platform/mac/svg/W3C-SVG-1.1/animate-elem-52-t-expected.checksum:
3227 * platform/mac/svg/W3C-SVG-1.1/animate-elem-52-t-expected.png:
3228 * platform/mac/svg/W3C-SVG-1.1/animate-elem-60-t-expected.checksum:
3229 * platform/mac/svg/W3C-SVG-1.1/animate-elem-60-t-expected.png:
3230 * platform/mac/svg/W3C-SVG-1.1/animate-elem-61-t-expected.checksum:
3231 * platform/mac/svg/W3C-SVG-1.1/animate-elem-61-t-expected.png:
3232 * platform/mac/svg/W3C-SVG-1.1/animate-elem-62-t-expected.checksum:
3233 * platform/mac/svg/W3C-SVG-1.1/animate-elem-62-t-expected.png:
3234 * platform/mac/svg/W3C-SVG-1.1/animate-elem-63-t-expected.checksum:
3235 * platform/mac/svg/W3C-SVG-1.1/animate-elem-63-t-expected.png:
3236 * platform/mac/svg/W3C-SVG-1.1/animate-elem-64-t-expected.checksum:
3237 * platform/mac/svg/W3C-SVG-1.1/animate-elem-64-t-expected.png:
3238 * platform/mac/svg/W3C-SVG-1.1/animate-elem-65-t-expected.checksum:
3239 * platform/mac/svg/W3C-SVG-1.1/animate-elem-65-t-expected.png:
3240 * platform/mac/svg/W3C-SVG-1.1/animate-elem-66-t-expected.checksum:
3241 * platform/mac/svg/W3C-SVG-1.1/animate-elem-66-t-expected.png:
3242 * platform/mac/svg/W3C-SVG-1.1/animate-elem-67-t-expected.checksum:
3243 * platform/mac/svg/W3C-SVG-1.1/animate-elem-67-t-expected.png:
3244 * platform/mac/svg/W3C-SVG-1.1/animate-elem-68-t-expected.checksum:
3245 * platform/mac/svg/W3C-SVG-1.1/animate-elem-68-t-expected.png:
3246 * platform/mac/svg/W3C-SVG-1.1/animate-elem-69-t-expected.checksum:
3247 * platform/mac/svg/W3C-SVG-1.1/animate-elem-69-t-expected.png:
3248 * platform/mac/svg/W3C-SVG-1.1/animate-elem-70-t-expected.checksum:
3249 * platform/mac/svg/W3C-SVG-1.1/animate-elem-70-t-expected.png:
3250 * platform/mac/svg/W3C-SVG-1.1/animate-elem-77-t-expected.checksum:
3251 * platform/mac/svg/W3C-SVG-1.1/animate-elem-77-t-expected.png:
3252 * platform/mac/svg/W3C-SVG-1.1/animate-elem-78-t-expected.checksum:
3253 * platform/mac/svg/W3C-SVG-1.1/animate-elem-78-t-expected.png:
3254 * platform/mac/svg/W3C-SVG-1.1/animate-elem-80-t-expected.checksum:
3255 * platform/mac/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png:
3256 * platform/mac/svg/W3C-SVG-1.1/animate-elem-81-t-expected.checksum:
3257 * platform/mac/svg/W3C-SVG-1.1/animate-elem-81-t-expected.png:
3258 * platform/mac/svg/W3C-SVG-1.1/animate-elem-82-t-expected.checksum:
3259 * platform/mac/svg/W3C-SVG-1.1/animate-elem-82-t-expected.png:
3260 * platform/mac/svg/W3C-SVG-1.1/animate-elem-83-t-expected.checksum:
3261 * platform/mac/svg/W3C-SVG-1.1/animate-elem-83-t-expected.png:
3262 * platform/mac/svg/W3C-SVG-1.1/animate-elem-84-t-expected.checksum:
3263 * platform/mac/svg/W3C-SVG-1.1/animate-elem-84-t-expected.png:
3264 * platform/mac/svg/W3C-SVG-1.1/animate-elem-85-t-expected.checksum:
3265 * platform/mac/svg/W3C-SVG-1.1/animate-elem-85-t-expected.png:
3266 * platform/mac/svg/W3C-SVG-1.1/color-prof-01-f-expected.checksum:
3267 * platform/mac/svg/W3C-SVG-1.1/color-prof-01-f-expected.png:
3268 * platform/mac/svg/W3C-SVG-1.1/color-prop-01-b-expected.checksum:
3269 * platform/mac/svg/W3C-SVG-1.1/color-prop-01-b-expected.png:
3270 * platform/mac/svg/W3C-SVG-1.1/color-prop-02-f-expected.checksum:
3271 * platform/mac/svg/W3C-SVG-1.1/color-prop-02-f-expected.png:
3272 * platform/mac/svg/W3C-SVG-1.1/color-prop-03-t-expected.checksum:
3273 * platform/mac/svg/W3C-SVG-1.1/color-prop-03-t-expected.png:
3274 * platform/mac/svg/W3C-SVG-1.1/coords-coord-01-t-expected.checksum:
3275 * platform/mac/svg/W3C-SVG-1.1/coords-coord-01-t-expected.png:
3276 * platform/mac/svg/W3C-SVG-1.1/coords-coord-02-t-expected.checksum:
3277 * platform/mac/svg/W3C-SVG-1.1/coords-coord-02-t-expected.png:
3278 * platform/mac/svg/W3C-SVG-1.1/coords-trans-01-b-expected.checksum:
3279 * platform/mac/svg/W3C-SVG-1.1/coords-trans-01-b-expected.png:
3280 * platform/mac/svg/W3C-SVG-1.1/coords-trans-02-t-expected.checksum:
3281 * platform/mac/svg/W3C-SVG-1.1/coords-trans-02-t-expected.png:
3282 * platform/mac/svg/W3C-SVG-1.1/coords-trans-03-t-expected.checksum:
3283 * platform/mac/svg/W3C-SVG-1.1/coords-trans-03-t-expected.png:
3284 * platform/mac/svg/W3C-SVG-1.1/coords-trans-04-t-expected.checksum:
3285 * platform/mac/svg/W3C-SVG-1.1/coords-trans-04-t-expected.png:
3286 * platform/mac/svg/W3C-SVG-1.1/coords-trans-05-t-expected.checksum:
3287 * platform/mac/svg/W3C-SVG-1.1/coords-trans-05-t-expected.png:
3288 * platform/mac/svg/W3C-SVG-1.1/coords-trans-06-t-expected.checksum:
3289 * platform/mac/svg/W3C-SVG-1.1/coords-trans-06-t-expected.png:
3290 * platform/mac/svg/W3C-SVG-1.1/coords-units-01-b-expected.checksum:
3291 * platform/mac/svg/W3C-SVG-1.1/coords-units-01-b-expected.png:
3292 * platform/mac/svg/W3C-SVG-1.1/coords-units-02-b-expected.checksum:
3293 * platform/mac/svg/W3C-SVG-1.1/coords-units-02-b-expected.png:
3294 * platform/mac/svg/W3C-SVG-1.1/coords-units-03-b-expected.checksum:
3295 * platform/mac/svg/W3C-SVG-1.1/coords-units-03-b-expected.png:
3296 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.checksum:
3297 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.png:
3298 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.checksum:
3299 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.png:
3300 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.checksum:
3301 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.png:
3302 * platform/mac/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.checksum:
3303 * platform/mac/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.png:
3304 * platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.checksum:
3305 * platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.png:
3306 * platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.checksum:
3307 * platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
3308 * platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.checksum:
3309 * platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.png:
3310 * platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.checksum:
3311 * platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
3312 * platform/mac/svg/W3C-SVG-1.1/filters-conv-01-f-expected.checksum:
3313 * platform/mac/svg/W3C-SVG-1.1/filters-conv-01-f-expected.png:
3314 * platform/mac/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.checksum:
3315 * platform/mac/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.png:
3316 * platform/mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.checksum:
3317 * platform/mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png:
3318 * platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.checksum:
3319 * platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.png:
3320 * platform/mac/svg/W3C-SVG-1.1/filters-felem-01-b-expected.checksum:
3321 * platform/mac/svg/W3C-SVG-1.1/filters-felem-01-b-expected.png:
3322 * platform/mac/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.checksum:
3323 * platform/mac/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.png:
3324 * platform/mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.checksum:
3325 * platform/mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.png:
3326 * platform/mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.checksum:
3327 * platform/mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.png:
3328 * platform/mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.checksum:
3329 * platform/mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.png:
3330 * platform/mac/svg/W3C-SVG-1.1/filters-offset-01-b-expected.checksum:
3331 * platform/mac/svg/W3C-SVG-1.1/filters-offset-01-b-expected.png:
3332 * platform/mac/svg/W3C-SVG-1.1/filters-specular-01-f-expected.checksum:
3333 * platform/mac/svg/W3C-SVG-1.1/filters-specular-01-f-expected.png:
3334 * platform/mac/svg/W3C-SVG-1.1/filters-tile-01-b-expected.checksum:
3335 * platform/mac/svg/W3C-SVG-1.1/filters-tile-01-b-expected.png:
3336 * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.checksum:
3337 * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.png:
3338 * platform/mac/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.checksum:
3339 * platform/mac/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.png:
3340 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.checksum:
3341 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.png:
3342 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.checksum:
3343 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.png:
3344 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.checksum:
3345 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.png:
3346 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.checksum:
3347 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.png:
3348 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.checksum:
3349 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.png:
3350 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.checksum:
3351 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.png:
3352 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.checksum:
3353 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.png:
3354 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.checksum:
3355 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.png:
3356 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.checksum:
3357 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.png:
3358 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.checksum:
3359 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.png:
3360 * platform/mac/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.checksum:
3361 * platform/mac/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.png:
3362 * platform/mac/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.checksum:
3363 * platform/mac/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.png:
3364 * platform/mac/svg/W3C-SVG-1.1/interact-dom-01-b-expected.checksum:
3365 * platform/mac/svg/W3C-SVG-1.1/interact-dom-01-b-expected.png:
3366 * platform/mac/svg/W3C-SVG-1.1/interact-events-01-b-expected.checksum:
3367 * platform/mac/svg/W3C-SVG-1.1/interact-events-01-b-expected.png:
3368 * platform/mac/svg/W3C-SVG-1.1/interact-order-01-b-expected.checksum:
3369 * platform/mac/svg/W3C-SVG-1.1/interact-order-01-b-expected.png:
3370 * platform/mac/svg/W3C-SVG-1.1/interact-order-02-b-expected.checksum:
3371 * platform/mac/svg/W3C-SVG-1.1/interact-order-02-b-expected.png:
3372 * platform/mac/svg/W3C-SVG-1.1/interact-order-03-b-expected.checksum:
3373 * platform/mac/svg/W3C-SVG-1.1/interact-order-03-b-expected.png:
3374 * platform/mac/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.checksum:
3375 * platform/mac/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.png:
3376 * platform/mac/svg/W3C-SVG-1.1/linking-a-01-b-expected.checksum:
3377 * platform/mac/svg/W3C-SVG-1.1/linking-a-01-b-expected.png:
3378 * platform/mac/svg/W3C-SVG-1.1/linking-a-02-b-expected.checksum:
3379 * platform/mac/svg/W3C-SVG-1.1/linking-a-02-b-expected.png:
3380 * platform/mac/svg/W3C-SVG-1.1/linking-a-03-b-expected.checksum:
3381 * platform/mac/svg/W3C-SVG-1.1/linking-a-03-b-expected.png:
3382 * platform/mac/svg/W3C-SVG-1.1/linking-a-04-t-expected.checksum:
3383 * platform/mac/svg/W3C-SVG-1.1/linking-a-04-t-expected.png:
3384 * platform/mac/svg/W3C-SVG-1.1/linking-a-05-t-expected.checksum:
3385 * platform/mac/svg/W3C-SVG-1.1/linking-a-05-t-expected.png:
3386 * platform/mac/svg/W3C-SVG-1.1/linking-a-07-t-expected.checksum:
3387 * platform/mac/svg/W3C-SVG-1.1/linking-a-07-t-expected.png:
3388 * platform/mac/svg/W3C-SVG-1.1/linking-uri-01-b-expected.checksum:
3389 * platform/mac/svg/W3C-SVG-1.1/linking-uri-01-b-expected.png:
3390 * platform/mac/svg/W3C-SVG-1.1/linking-uri-02-b-expected.checksum:
3391 * platform/mac/svg/W3C-SVG-1.1/linking-uri-02-b-expected.png:
3392 * platform/mac/svg/W3C-SVG-1.1/linking-uri-03-t-expected.checksum:
3393 * platform/mac/svg/W3C-SVG-1.1/linking-uri-03-t-expected.png:
3394 * platform/mac/svg/W3C-SVG-1.1/masking-intro-01-f-expected.checksum:
3395 * platform/mac/svg/W3C-SVG-1.1/masking-intro-01-f-expected.png:
3396 * platform/mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.checksum:
3397 * platform/mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.png:
3398 * platform/mac/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.checksum:
3399 * platform/mac/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.png:
3400 * platform/mac/svg/W3C-SVG-1.1/masking-path-01-b-expected.checksum:
3401 * platform/mac/svg/W3C-SVG-1.1/masking-path-01-b-expected.png:
3402 * platform/mac/svg/W3C-SVG-1.1/masking-path-02-b-expected.checksum:
3403 * platform/mac/svg/W3C-SVG-1.1/masking-path-02-b-expected.png:
3404 * platform/mac/svg/W3C-SVG-1.1/masking-path-03-b-expected.checksum:
3405 * platform/mac/svg/W3C-SVG-1.1/masking-path-03-b-expected.png:
3406 * platform/mac/svg/W3C-SVG-1.1/masking-path-04-b-expected.checksum:
3407 * platform/mac/svg/W3C-SVG-1.1/masking-path-04-b-expected.png:
3408 * platform/mac/svg/W3C-SVG-1.1/masking-path-05-f-expected.checksum:
3409 * platform/mac/svg/W3C-SVG-1.1/masking-path-05-f-expected.png:
3410 * platform/mac/svg/W3C-SVG-1.1/metadata-example-01-b-expected.checksum:
3411 * platform/mac/svg/W3C-SVG-1.1/metadata-example-01-b-expected.png:
3412 * platform/mac/svg/W3C-SVG-1.1/painting-fill-01-t-expected.checksum:
3413 * platform/mac/svg/W3C-SVG-1.1/painting-fill-01-t-expected.png:
3414 * platform/mac/svg/W3C-SVG-1.1/painting-fill-02-t-expected.checksum:
3415 * platform/mac/svg/W3C-SVG-1.1/painting-fill-02-t-expected.png:
3416 * platform/mac/svg/W3C-SVG-1.1/painting-fill-03-t-expected.checksum:
3417 * platform/mac/svg/W3C-SVG-1.1/painting-fill-03-t-expected.png:
3418 * platform/mac/svg/W3C-SVG-1.1/painting-fill-04-t-expected.checksum:
3419 * platform/mac/svg/W3C-SVG-1.1/painting-fill-04-t-expected.png:
3420 * platform/mac/svg/W3C-SVG-1.1/painting-fill-05-b-expected.checksum:
3421 * platform/mac/svg/W3C-SVG-1.1/painting-fill-05-b-expected.png:
3422 * platform/mac/svg/W3C-SVG-1.1/painting-marker-01-f-expected.checksum:
3423 * platform/mac/svg/W3C-SVG-1.1/painting-marker-01-f-expected.png:
3424 * platform/mac/svg/W3C-SVG-1.1/painting-marker-02-f-expected.checksum:
3425 * platform/mac/svg/W3C-SVG-1.1/painting-marker-02-f-expected.png:
3426 * platform/mac/svg/W3C-SVG-1.1/painting-marker-03-f-expected.checksum:
3427 * platform/mac/svg/W3C-SVG-1.1/painting-marker-03-f-expected.png:
3428 * platform/mac/svg/W3C-SVG-1.1/painting-render-01-b-expected.checksum:
3429 * platform/mac/svg/W3C-SVG-1.1/painting-render-01-b-expected.png:
3430 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.checksum:
3431 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.png:
3432 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.checksum:
3433 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.png:
3434 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.checksum:
3435 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.png:
3436 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.checksum:
3437 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.png:
3438 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-07-t-expected.checksum:
3439 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-07-t-expected.png:
3440 * platform/mac/svg/W3C-SVG-1.1/paths-data-01-t-expected.checksum:
3441 * platform/mac/svg/W3C-SVG-1.1/paths-data-01-t-expected.png:
3442 * platform/mac/svg/W3C-SVG-1.1/paths-data-02-t-expected.checksum:
3443 * platform/mac/svg/W3C-SVG-1.1/paths-data-02-t-expected.png:
3444 * platform/mac/svg/W3C-SVG-1.1/paths-data-03-f-expected.checksum:
3445 * platform/mac/svg/W3C-SVG-1.1/paths-data-03-f-expected.png:
3446 * platform/mac/svg/W3C-SVG-1.1/paths-data-04-t-expected.checksum:
3447 * platform/mac/svg/W3C-SVG-1.1/paths-data-04-t-expected.png:
3448 * platform/mac/svg/W3C-SVG-1.1/paths-data-05-t-expected.checksum:
3449 * platform/mac/svg/W3C-SVG-1.1/paths-data-05-t-expected.png:
3450 * platform/mac/svg/W3C-SVG-1.1/paths-data-06-t-expected.checksum:
3451 * platform/mac/svg/W3C-SVG-1.1/paths-data-06-t-expected.png:
3452 * platform/mac/svg/W3C-SVG-1.1/paths-data-07-t-expected.checksum:
3453 * platform/mac/svg/W3C-SVG-1.1/paths-data-07-t-expected.png:
3454 * platform/mac/svg/W3C-SVG-1.1/paths-data-08-t-expected.checksum:
3455 * platform/mac/svg/W3C-SVG-1.1/paths-data-08-t-expected.png:
3456 * platform/mac/svg/W3C-SVG-1.1/paths-data-09-t-expected.checksum:
3457 * platform/mac/svg/W3C-SVG-1.1/paths-data-09-t-expected.png:
3458 * platform/mac/svg/W3C-SVG-1.1/paths-data-10-t-expected.checksum:
3459 * platform/mac/svg/W3C-SVG-1.1/paths-data-10-t-expected.png:
3460 * platform/mac/svg/W3C-SVG-1.1/paths-data-12-t-expected.checksum:
3461 * platform/mac/svg/W3C-SVG-1.1/paths-data-12-t-expected.png:
3462 * platform/mac/svg/W3C-SVG-1.1/paths-data-13-t-expected.checksum:
3463 * platform/mac/svg/W3C-SVG-1.1/paths-data-13-t-expected.png:
3464 * platform/mac/svg/W3C-SVG-1.1/paths-data-14-t-expected.checksum:
3465 * platform/mac/svg/W3C-SVG-1.1/paths-data-14-t-expected.png:
3466 * platform/mac/svg/W3C-SVG-1.1/paths-data-15-t-expected.checksum:
3467 * platform/mac/svg/W3C-SVG-1.1/paths-data-15-t-expected.png:
3468 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.checksum:
3469 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.png:
3470 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.checksum:
3471 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.png:
3472 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.checksum:
3473 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.png:
3474 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.checksum:
3475 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.png:
3476 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.checksum:
3477 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.png:
3478 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.checksum:
3479 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png:
3480 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.checksum:
3481 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.png:
3482 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.checksum:
3483 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png:
3484 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.checksum:
3485 * platform/mac/svg/W3C-SVG-1.1/ps