1 2008-01-02 Adam Roben <aroben@apple.com>
3 * platform/win/Skipped: Added some more failures.
5 2008-01-02 Adam Roben <aroben@apple.com>
7 Get the Windows bots closer to green
9 * platform/win/Skipped: Added some new failures.
10 * platform/win/fast/dom/Window/window-properties-expected.txt: Updated
13 2008-01-02 Alexey Proskuryakov <ap@webkit.org>
17 Changed tests that were recently modified to use non-standard execCommand identifiers back to
18 textInputController.doCommand, re-added them to Windows skip list.
20 Added several tests for commands that have different behavior when invoked manually rather
23 * editing/deleting/5300379.html:
24 * editing/deleting/delete-to-end-of-paragraph.html:
25 * editing/deleting/smart-delete-003.html:
26 * editing/deleting/smart-delete-004.html:
27 * editing/execCommand/delete-no-scroll-expected.txt: Added.
28 * editing/execCommand/delete-no-scroll.html: Added.
29 * editing/execCommand/forward-delete-no-scroll-expected.txt: Added.
30 * editing/execCommand/forward-delete-no-scroll.html: Added.
31 * editing/execCommand/insert-line-break-no-scroll-expected.txt: Added.
32 * editing/execCommand/insert-line-break-no-scroll.html: Added.
33 * editing/selection/4947387.html:
34 * editing/selection/5195166-1.html:
35 * editing/selection/5195166-2.html:
36 * editing/selection/select-line.html:
37 * editing/selection/selection-actions.html:
38 * platform/win/Skipped:
40 2008-01-02 Alexey Proskuryakov <ap@webkit.org>
44 http://bugs.webkit.org/show_bug.cgi?id=14555
45 action=mailto + method=get - The generated mailto URI is incorrect and the hvalues are encoded twice
47 http://bugs.webkit.org/show_bug.cgi?id=14774
48 Submitted data only includes first input item
50 * fast/forms/mailto: Added.
51 * fast/forms/mailto/advanced-get-expected.txt: Added.
52 * fast/forms/mailto/advanced-get.html: Added.
53 * fast/forms/mailto/advanced-put-expected.txt: Added.
54 * fast/forms/mailto/advanced-put.html: Added.
55 * fast/forms/mailto/get-multiple-items-expected.txt: Added.
56 * fast/forms/mailto/get-multiple-items-text-plain-expected.txt: Added.
57 * fast/forms/mailto/get-multiple-items-text-plain.html: Added.
58 * fast/forms/mailto/get-multiple-items-x-www-form-urlencoded-expected.txt: Added.
59 * fast/forms/mailto/get-multiple-items-x-www-form-urlencoded.html: Added.
60 * fast/forms/mailto/get-multiple-items.html: Added.
61 * fast/forms/mailto/get-non-ascii-expected.txt: Added.
62 * fast/forms/mailto/get-non-ascii.html: Added.
63 * fast/forms/mailto/get-non-ascii-text-plain.html: Added.
64 * fast/forms/mailto/get-non-ascii-text-plain-expected.txt: Added.
65 * fast/forms/mailto/get-overwrite-query-expected.txt: Added.
66 * fast/forms/mailto/get-overwrite-query.html: Added.
67 * fast/forms/mailto/post-append-query-expected.txt: Added.
68 * fast/forms/mailto/post-append-query.html: Added.
69 * fast/forms/mailto/post-multiple-items-expected.txt: Added.
70 * fast/forms/mailto/post-multiple-items-multipart-form-data-expected.txt: Added.
71 * fast/forms/mailto/post-multiple-items-multipart-form-data.html: Added.
72 * fast/forms/mailto/post-multiple-items-text-plain-expected.txt: Added.
73 * fast/forms/mailto/post-multiple-items-text-plain.html: Added.
74 * fast/forms/mailto/post-multiple-items-x-www-form-urlencoded-expected.txt: Added.
75 * fast/forms/mailto/post-multiple-items-x-www-form-urlencoded.html: Added.
76 * fast/forms/mailto/post-multiple-items.html: Added.
78 2008-01-01 Darin Adler <darin@apple.com>
82 - test for http://bugs.webkit.org/show_bug.cgi?id=16695
83 JSC allows non-identifier codepoints in identifiers (affects Acid3)
85 * fast/js/kde/parse-expected.txt: Updated.
86 * fast/js/kde/resources/parse.js: Added tests that cover both the
87 non-ASCII characters themselves and the same characters parsed as
90 2008-01-01 Sam Weinig <sam@webkit.org>
94 Tests for http://bugs.webkit.org/show_bug.cgi?id=16691
95 Use real JS objects for the rest of the DOMExceptions (EventException, RangeException, etc)
97 * fast/dom/DOMException/EventException-expected.txt: Added.
98 * fast/dom/DOMException/EventException.html: Copied from LayoutTests/fast/dom/DOMException/prototype-object.html.
99 * fast/dom/DOMException/RangeException-expected.txt: Added.
100 * fast/dom/DOMException/RangeException.html: Copied from LayoutTests/fast/dom/DOMException/prototype-object.html.
101 * fast/dom/DOMException/XPathException-expected.txt: Added.
102 * fast/dom/DOMException/XPathException.html: Copied from LayoutTests/fast/dom/DOMException/prototype-object.html.
103 * fast/dom/DOMException/resources/EventException.js: Copied from LayoutTests/fast/dom/DOMException/resources/prototype-object.js.
104 * fast/dom/DOMException/resources/RangeException.js: Copied from LayoutTests/fast/dom/DOMException/resources/prototype-object.js.
105 * fast/dom/DOMException/resources/XPathException.js: Copied from LayoutTests/fast/dom/DOMException/resources/prototype-object.js.
106 * fast/dom/Window/window-properties-expected.txt:
107 * http/tests/xmlhttprequest/XMLHttpRequestException-expected.txt: Added.
108 * http/tests/xmlhttprequest/XMLHttpRequestException.html: Added.
109 * svg/custom/SVGException-expected.txt: Added.
110 * svg/custom/SVGException.html: Copied from LayoutTests/fast/dom/DOMException/prototype-object.html.
111 * svg/custom/resources/SVGException.js: Copied from LayoutTests/fast/dom/DOMException/resources/prototype-object.js.
113 2008-01-01 Darin Adler <darin@apple.com>
117 - updated test results for https://bugs.webkit.org/show_bug.cgi?id=16648
119 * fast/regex/test1-expected.txt: Update results changed by restoring the logic to
120 avoid failing on infinite repeats of brackets that match the empty string.
122 2008-01-01 Eric Seidel <eric@webkit.org>
126 Don't replace \ with / in data: urls
127 http://bugs.webkit.org/show_bug.cgi?id=16692
129 * fast/loader/url-data-replace-backslash-expected.txt: Added.
130 * fast/loader/url-data-replace-backslash.html: Added.
132 2007-12-31 Sam Weinig <sam@webkit.org>
136 Test for http://bugs.webkit.org/show_bug.cgi?id=16637
137 Acid3 expects ExeceptionCode constants to be defined on DOMException objects
139 * fast/dom/DOMException: Added.
140 * fast/dom/DOMException/prototype-object-expected.txt: Added.
141 * fast/dom/DOMException/prototype-object.html: Added.
142 * fast/dom/DOMException/resources: Added.
143 * fast/dom/DOMException/resources/prototype-object.js: Added.
144 * fast/dom/Window/window-properties-expected.txt:
145 * http/tests/xmlhttprequest/connection-error-sync-expected.txt:
147 2007-12-31 Darin Adler <darin@apple.com>
149 * fast/dom/HTMLFormElement/elements-not-in-document-expected.txt: Updated results to expect success.
150 I accdidentally landed an expected failure instead!
152 2007-12-31 Dan Bernstein <mitz@apple.com>
154 Reviewed by Darin Adler.
156 - test and updated results for http://bugs.webkit.org/show_bug.cgi?id=14134
157 <rdar://problem/5655160> REGRESSION (r25353): Whitespace nodes ignored between inline list items
159 * fast/dynamic/create-renderer-for-whitespace-only-text.html: Added.
160 * fast/dynamic/style-access-late-stylesheet-load-expected.txt:
161 * platform/mac-leopard/fast/dynamic: Added.
162 * platform/mac-leopard/fast/dynamic/create-renderer-for-whitespace-only-text-expected.checksum: Added.
163 * platform/mac-leopard/fast/dynamic/create-renderer-for-whitespace-only-text-expected.png: Added.
164 * platform/mac/editing/deleting/delete-block-merge-contents-001-expected.txt:
165 * platform/mac/editing/deleting/delete-block-merge-contents-019-expected.txt:
166 * platform/mac/editing/deleting/delete-block-merge-contents-020-expected.txt:
167 * platform/mac/editing/inserting/editable-html-element-expected.txt:
168 * platform/mac/editing/inserting/editing-empty-divs-expected.txt:
169 * platform/mac/editing/pasteboard/paste-TIFF-expected.txt:
170 * platform/mac/editing/selection/4983858-expected.txt:
171 * platform/mac/editing/selection/5136696-expected.txt:
172 * platform/mac/editing/selection/drag-to-contenteditable-iframe-expected.txt:
173 * platform/mac/editing/style/remove-underline-across-paragraph-expected.txt:
174 * platform/mac/editing/style/remove-underline-across-paragraph-in-bold-expected.txt:
175 * platform/mac/editing/style/remove-underline-after-paragraph-expected.txt:
176 * platform/mac/editing/style/remove-underline-after-paragraph-in-bold-expected.txt:
177 * platform/mac/editing/style/remove-underline-from-stylesheet-expected.txt:
178 * platform/mac/fast/dynamic/create-renderer-for-whitespace-only-text-expected.txt: Added.
179 * platform/mac/fast/dynamic/move-node-with-selection-expected.txt:
180 * platform/mac/fast/forms/input-align-expected.txt:
181 * platform/mac/fast/inline/positionedLifetime-expected.txt:
183 2007-12-31 Darin Adler <darin@apple.com>
187 - test for http://bugs.webkit.org/show_bug.cgi?id=16641
188 Acid3 reveals HTMLFormElement.elements fails to update when element name changes
190 * fast/dom/HTMLFormElement: Added.
191 * fast/dom/HTMLFormElement/elements-not-in-document-expected.txt: Added.
192 * fast/dom/HTMLFormElement/elements-not-in-document.html: Added.
193 * fast/dom/HTMLFormElement/resources: Added.
194 * fast/dom/HTMLFormElement/resources/TEMPLATE.html: Added.
195 * fast/dom/HTMLFormElement/resources/elements-not-in-document.js: Added.
197 2007-12-31 Henry Mason <hmason@mac.com>
201 Test for http://bugs.webkit.org/show_bug.cgi?id=14994
202 Support for MessageEvent and cross-domain messaging
204 * fast/dom/Window/window-properties-expected.txt:
205 * http/tests/messaging: Added.
206 * http/tests/messaging/cross-domain-message-send-expected.txt: Added.
207 * http/tests/messaging/cross-domain-message-send.html: Added.
208 * http/tests/messaging/resources: Added.
209 * http/tests/messaging/resources/cross-domain-message-receive.html: Added.
211 2007-12-30 Sam Weinig <sam@webkit.org>
213 Reviewed by Oliver Hunt.
215 Test for http://bugs.webkit.org/show_bug.cgi?id=16387
217 * http/tests/security/cross-frame-access-enumeration-expected.txt: Added.
218 * http/tests/security/cross-frame-access-enumeration.html: Added.
219 * http/tests/security/resources/cross-frame-iframe-for-enumeration-test.html: Added.
221 2007-12-30 Darin Adler <darin@apple.com>
223 - added missing results file
225 * fast/events/event-instanceof-expected.txt: Added.
227 2007-12-30 Sam Weinig <sam@webkit.org>
229 Reviewed by Oliver Hunt.
231 Test for http://bugs.webkit.org/show_bug.cgi?id=10686
232 event instanceof MouseEvent throws exception
234 * fast/dom/Window/window-properties-expected.txt:
235 * fast/events/event-instanceof.html: Added.
236 * fast/events/resources/event-instanceof.js: Added.
238 2007-12-30 David Kilzer <ddkilzer@webkit.org>
242 - test for http://bugs.webkit.org/show_bug.cgi?id=15359
243 JPEG image not shown when height is specified as percentage inside a table
245 This test was added specifically for this bug. It tests the height of
246 replaced elements (canvas, embed, img, object, button, input, isindex,
247 select, textarea ) within table cells.
249 * fast/replaced/table-percent-height-expected.txt: Added.
250 * fast/replaced/table-percent-height.html: Added.
252 These test results were updated because they are more correct.
254 * platform/mac/fast/replaced/width100percent-image-expected.checksum: Updated.
255 * platform/mac/fast/replaced/width100percent-image-expected.png: Updated.
256 * platform/mac/fast/replaced/width100percent-image-expected.txt: Updated.
258 Moved tests and results for these two tests from tables/mozilla_expected_failures/bugs
259 to tables/mozilla/bugs since these results have been fixed.
261 * platform/mac/tables/mozilla/bugs/bug137388-1-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug137388-1-expected.checksum.
262 * platform/mac/tables/mozilla/bugs/bug137388-1-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug137388-1-expected.png.
263 * platform/mac/tables/mozilla/bugs/bug137388-1-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug137388-1-expected.txt.
264 * platform/mac/tables/mozilla/bugs/bug137388-2-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug137388-2-expected.checksum.
265 * platform/mac/tables/mozilla/bugs/bug137388-2-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug137388-2-expected.png.
266 * platform/mac/tables/mozilla/bugs/bug137388-2-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug137388-2-expected.txt.
267 * platform/mac/tables/mozilla_expected_failures/bugs/bug137388-1-expected.checksum: Removed.
268 * platform/mac/tables/mozilla_expected_failures/bugs/bug137388-1-expected.png: Removed.
269 * platform/mac/tables/mozilla_expected_failures/bugs/bug137388-1-expected.txt: Removed.
270 * platform/mac/tables/mozilla_expected_failures/bugs/bug137388-2-expected.checksum: Removed.
271 * platform/mac/tables/mozilla_expected_failures/bugs/bug137388-2-expected.png: Removed.
272 * platform/mac/tables/mozilla_expected_failures/bugs/bug137388-2-expected.txt: Removed.
273 * tables/mozilla/bugs/bug137388-1.html: Copied from LayoutTests/tables/mozilla_expected_failures/bugs/bug137388-1.html.
274 * tables/mozilla/bugs/bug137388-2.html: Copied from LayoutTests/tables/mozilla_expected_failures/bugs/bug137388-2.html.
275 * tables/mozilla_expected_failures/bugs/bug137388-1.html: Removed.
276 * tables/mozilla_expected_failures/bugs/bug137388-2.html: Removed.
278 2007-12-30 Eric Seidel <eric@webkit.org>
282 Add missing fast/js/number-toExponential.html file and correct results.
283 Add missing number.toString(2) test which also was missing.
284 Update toString results now that we're properly throwing exceptions.
286 * fast/js/number-toExponential-expected.txt:
287 * fast/js/number-toExponential.html: Added.
288 * fast/js/number-toString-expected.txt:
289 * fast/js/resources/number-toString.js:
291 2007-12-29 Alexey Proskuryakov <ap@webkit.org>
295 http://bugs.webkit.org/show_bug.cgi?id=14428
296 FCKEditor: Images disappear on drag/drop and copy/paste
298 * editing/pasteboard/drag-image-in-about-blank-frame-expected.txt: Added.
299 * editing/pasteboard/drag-image-in-about-blank-frame.html: Added.
301 2007-12-28 Alexey Proskuryakov <ap@webkit.org>
305 http://bugs.webkit.org/show_bug.cgi?id=15734
306 fast/xpath/namespace-vs-predicate.xhtml fails unexpectedly in no-SVG build
308 * fast/xpath/namespace-vs-predicate.xhtml: Use (hopefully) correct code to remove an SVG element.
310 2007-12-28 Darin Adler <darin@apple.com>
312 - checked in these files that were supposed to be part of
313 the previous check-in, but somehow weren't
315 * fast/js/number-tofixed-expected.txt: Updated.
316 * fast/js/number-toprecision-expected.txt: Ditto.
318 2007-12-28 Eric Seidel <eric@webkit.org>
322 Add more tests for toFixed, toPrecision and toExponential
323 Add tests for toString to match Firefox's behavior
325 All tests pass in Firefox, but some fail in WebKit
326 I've chosen to land failing tests as I expect we'll move closer
327 towards Firefox's behavior in the future, and it's better to have
328 the tests now thus to notice any behavior changes in the future.
330 * fast/js/number-toExponential-expected.txt: Added.
331 * fast/js/number-toString-expected.txt: Added.
332 * fast/js/number-toString.html: Added.
333 * fast/js/number-tofixed-expected.txt:
334 * fast/js/number-toprecision-expected.txt:
335 * fast/js/resources/number-toExponential.js: Added.
336 * fast/js/resources/number-toString.js: Added.
337 * fast/js/resources/number-tofixed.js:
338 * fast/js/resources/number-toprecision.js:
340 2007-12-29 Nikolas Zimmermann <zimmermann@kde.org>
344 Update layout test results after the SVG Fonts addition.
345 <font-face> is now also disabled by default wrapped in ENABLE(SVG_FONTS) block.
347 Fix two misplaced layout test results (results added in the wrong place.)
349 * platform/mac/svg/css/css-box-min-width-expected.checksum:
350 * platform/mac/svg/css/css-box-min-width-expected.png:
351 * platform/mac/svg/custom/font-face-simple-expected.checksum:
352 * platform/mac/svg/custom/font-face-simple-expected.png:
353 * platform/mac/svg/custom/font-face-simple-expected.txt:
354 * platform/mac/svg/custom/inline-svg-in-xhtml-expected.checksum:
355 * platform/mac/svg/custom/inline-svg-in-xhtml-expected.png:
356 * platform/mac/svg/custom/use-infinite-recursion-expected.png: Added.
357 * svg/custom/inline-svg-in-xhtml-expected.checksum: Removed.
358 * svg/custom/inline-svg-in-xhtml-expected.png: Removed.
359 * svg/custom/use-infinite-recursion-expected.checksum: Removed.
360 * svg/custom/use-infinite-recursion-expected.png: Removed.
362 2007-12-27 Dan Bernstein <mitz@apple.com>
364 Reviewed by Oliver Hunt.
366 - test for http://bugs.webkit.org/show_bug.cgi?id=16603
367 <rdar://problem/5664199> Crash when resizing text field
369 * fast/layers/resize-layer-deletion-crash-expected.txt: Added.
370 * fast/layers/resize-layer-deletion-crash.html: Added.
372 2007-12-27 Sam Weinig <sam@webkit.org>
374 Reviewed by Alice Liu.
376 * platform/win/Skipped: Remove xss-DENIED-from-data-url-sub-frame-to-data-url-sub-frame.html
377 since it is now passing.
379 2007-12-27 Collin Jackson <webkit@collinjackson.com>
381 Reviewed by Sam Weinig.
383 Tests for http://bugs.webkit.org/show_bug.cgi?id=16539
384 <rdar://problem/5659269>
386 * http/tests/security/cross-frame-access-call-expected.txt: Added.
387 * http/tests/security/cross-frame-access-call.html: Added.
389 2007-12-27 Dan Bernstein <mitz@apple.com>
391 Reviewed by Dave Hyatt and Sam Weinig.
393 - pixel tests for <rdar://problem/5605937> Inspector: Disclosure triangle not drawn in node's properties panel until click
395 * fast/layers/add-layer-with-nested-stacking.html: Added.
396 * fast/layers/remove-layer-with-nested-stacking.html: Added.
397 * platform/mac/fast/layers/add-layer-with-nested-stacking-expected.checksum: Added.
398 * platform/mac/fast/layers/add-layer-with-nested-stacking-expected.png: Added.
399 * platform/mac/fast/layers/add-layer-with-nested-stacking-expected.txt: Added.
400 * platform/mac/fast/layers/remove-layer-with-nested-stacking-expected.checksum: Added.
401 * platform/mac/fast/layers/remove-layer-with-nested-stacking-expected.png: Added.
402 * platform/mac/fast/layers/remove-layer-with-nested-stacking-expected.txt: Added.
404 2007-12-27 Eric Seidel <eric@webkit.org>
408 ASSERT in JavaScriptCore while viewing WICD test case
409 http://bugs.webkit.org/show_bug.cgi?id=16626
411 * fast/js/for-in-exeception-expected.txt: Added.
412 * fast/js/for-in-exeception.html: Added.
413 * fast/js/resources/for-in-exception.js: Added.
415 2007-12-27 Sam Weinig <sam@webkit.org>
417 Reviewed by Alice Liu.
419 * platform/mac-leopard/Skipped: Remove dom/html/level2/html/HTMLDocument12.html
420 from the Skipped list because it is now passing.
422 2007-12-27 Dan Bernstein <mitz@apple.com>
424 Reviewed by Eric Seidel.
426 - test for http://bugs.webkit.org/show_bug.cgi?id=16490
427 ASSERT in ~FrameView while viewing/reloading WICD test case
429 * fast/dynamic/paused-event-dispatch-expected.txt: Added.
430 * fast/dynamic/paused-event-dispatch.html: Added.
431 * fast/dynamic/resources/paused-event-dispatch-iframe.html: Added.
433 2007-12-27 Sam Weinig <sam@webkit.org>
437 * platform/win/Skipped: Move cross-frame-access-protocol* tests to show that they
438 are failing because of a lack of ssl on windows.
440 2007-12-27 Sam Weinig <sam@webkit.org>
442 Rubber-stamped by Maciej.
444 - Change more tests to use the new layoutTestController.globalFlag style polling instead
445 of the "flag frame hack".
447 * http/tests/security/cross-frame-access-parent-explicit-domain-expected.txt:
448 * http/tests/security/cross-frame-access-port-expected.txt:
449 * http/tests/security/cross-frame-access-private-browsing-expected.txt:
450 * http/tests/security/cross-frame-access-protocol-expected.txt:
451 * http/tests/security/dataURL/xss-DENIED-to-data-url-from-data-url.html:
452 * http/tests/security/host-compare-case-insensitive-expected.txt:
453 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-location-htmldom-expected.txt:
454 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-location-htmldom.html:
455 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-getAttribute-value-expected.txt:
456 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-getAttribute-value.html:
457 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-htmldom-expected.txt:
458 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-htmldom.html:
459 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttribute-expected.txt:
460 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttribute.html:
461 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNS-expected.txt:
462 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNS.html:
463 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNode-expected.txt:
464 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNode.html:
465 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNodeNS-expected.txt:
466 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNodeNS.html:
467 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-getAttribute-value-expected.txt:
468 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-getAttribute-value.html:
469 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-htmldom-expected.txt:
470 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-htmldom.html:
471 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttribute-expected.txt:
472 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttribute.html:
473 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNS-expected.txt:
474 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNS.html:
475 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNode-expected.txt:
476 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNode.html:
477 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNodeNS-expected.txt:
478 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNodeNS.html:
479 * http/tests/security/javascriptURL/resources/foreign-domain-javascript-url-accessee-iframe.html:
480 * http/tests/security/javascriptURL/resources/foreign-domain-javascript-url-accessee-opened-frame.html:
481 * http/tests/security/javascriptURL/resources/foreign-domain-javascript-url-accessor-iframe.html:
482 * http/tests/security/javascriptURL/resources/foreign-domain-javascript-url-accessor-opened-frame.html:
483 * http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-url-sub-frame-2-level.html:
484 * http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-url-window-open.html:
485 * http/tests/security/javascriptURL/xss-DENIED-from-javascript-url-in-foreign-domain-subframe-expected.txt:
486 * http/tests/security/javascriptURL/xss-DENIED-from-javascript-url-in-foreign-domain-subframe.html:
487 * http/tests/security/javascriptURL/xss-DENIED-from-javascript-url-in-foreign-domain-window-open-expected.txt:
488 * http/tests/security/javascriptURL/xss-DENIED-from-javascript-url-in-foreign-domain-window-open.html:
489 * http/tests/security/javascriptURL/xss-DENIED-to-javascript-url-in-foreign-domain-subframe-expected.txt:
490 * http/tests/security/javascriptURL/xss-DENIED-to-javascript-url-in-foreign-domain-subframe.html:
491 * http/tests/security/javascriptURL/xss-DENIED-to-javascript-url-in-foreign-domain-window-open.html:
492 * http/tests/security/protocol-compare-case-insensitive-expected.txt:
493 * http/tests/security/resources/cross-frame-iframe.html:
495 2007-12-27 Alexey Proskuryakov <ap@webkit.org>
499 http://bugs.webkit.org/show_bug.cgi?id=14500
500 need to be more generous about charset declaration with meta tag
502 http://bugs.webkit.org/show_bug.cgi?id=12526
503 <rdar://problem/4867183> Safari ignores encoding description "charset=Shift_JIS" in invalid html
505 <rdar://problem/4892428> Unlike other browsers, WebKit ignores <meta> charset definitions outside the head
507 <rdar://problem/5643774> REGRESSION: Text is garbled when clicking a link inside an Arabic website
509 * fast/encoding/ahram-org-eg-expected.txt: Added.
510 * fast/encoding/ahram-org-eg.html: Added.
511 * fast/encoding/bandai-co-jp-releases-expected.txt: Added.
512 * fast/encoding/bandai-co-jp-releases.html: Added.
513 * fast/encoding/floraexpres-ru-expected.txt: Added.
514 * fast/encoding/floraexpres-ru.html: Added.
515 * fast/encoding/hanarei-blog32-fc2-com-expected.txt: Added.
516 * fast/encoding/hanarei-blog32-fc2-com.html: Added.
517 * fast/encoding/yahoo-mail-expected.txt: Added.
518 * fast/encoding/yahoo-mail.html: Added.
520 2007-12-26 Dan Bernstein <mitz@apple.com>
522 Rubber-stamped by Anders Carlsson.
524 - re-categorize some SVG tests the are failing on Windows
526 * platform/win/Skipped:
528 2007-12-26 Sam Weinig <sam@webkit.org>
530 Reviewed by Alice Liu.
532 Re-enable disabled tests with new polling logic using layoutTestController.globalFlag.
534 * http/tests/security/dataURL/resources/foreign-domain-data-url-accessee-iframe.html:
535 * http/tests/security/dataURL/resources/foreign-domain-data-url-accessee-opened-frame.html:
536 * http/tests/security/dataURL/resources/foreign-domain-data-url-accessor-iframe.html:
537 * http/tests/security/dataURL/resources/foreign-domain-data-url-accessor-opened-frame.html:
538 * http/tests/security/dataURL/resources/foreign-domain-data-url-window-location.html:
539 * http/tests/security/dataURL/xss-DENIED-from-data-url-in-foreign-domain-subframe-expected.txt:
540 * 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.
541 * http/tests/security/dataURL/xss-DENIED-from-data-url-in-foreign-domain-subframe.html-disabled: Removed.
542 * http/tests/security/dataURL/xss-DENIED-from-data-url-in-foreign-domain-window-open-expected.txt:
543 * 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.
544 * http/tests/security/dataURL/xss-DENIED-from-data-url-in-foreign-domain-window-open.html-disabled: Removed.
545 * http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-subframe-expected.txt:
546 * http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-subframe-location-change-expected.txt:
547 * 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.
548 * http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-subframe-location-change.html-disabled: Removed.
549 * 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.
550 * http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-subframe.html-disabled: Removed.
551 * http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-window-open-expected.txt:
552 * 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.
553 * http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-window-open.html-disabled: Removed.
554 * platform/win/Skipped:
556 2007-12-26 Alice Liu <alice.liu@apple.com>
558 removing tests tracked by <rdar://5463489> A number of layout tests should be using
559 execCommand instead of textInputController
561 * platform/win/Skipped:
562 removing tests fixed by http://trac.webkit.org/projects/webkit/changeset/28626
564 2007-12-26 Alexey Proskuryakov <ap@webkit.org>
566 Reviewed by Sam Weinig.
568 http://bugs.webkit.org/show_bug.cgi?id=16609
569 Make manual-tests/xmlhttprequest-contenttype-empty.html test automatic
571 * http/tests/xmlhttprequest/xmlhttprequest-contenttype-empty-expected.txt: Added.
572 * http/tests/xmlhttprequest/resources/empty-content-type.php: Added.
573 * http/tests/xmlhttprequest/xmlhttprequest-contenttype-empty.html: Copied from WebCore/manual-tests/xmlhttprequest-contenttype-empty.html.
575 2007-12-25 Rob Buis <buis@kde.org>
580 http://bugs.webkit.org/show_bug.cgi?id=15514
581 <clipPath> with <use> not respected
582 http://bugs.webkit.org/show_bug.cgi?id=16557
583 SVG circle elements have been clipped away completely, instead of partially.
585 * svg/custom/clip-path-referencing-use-expected.checksum: Added.
586 * svg/custom/clip-path-referencing-use-expected.png: Added.
587 * svg/custom/clip-path-referencing-use-expected.txt: Added.
588 * svg/custom/clip-path-referencing-use.svg: Added.
589 * svg/custom/clip-path-referencing-use2-expected.checksum: Added.
590 * svg/custom/clip-path-referencing-use2-expected.png: Added.
591 * svg/custom/clip-path-referencing-use2-expected.txt: Added.
592 * svg/custom/clip-path-referencing-use2.svg: Added.
594 2007-12-25 David Smith <catfish.man@gmail.com> and Sam Weinig <sam@webkit.org>
598 - http://bugs.webkit.org/show_bug.cgi?id=16587
599 Implement the most useful part of the W3C Selectors API.
601 * fast/dom/SelectorAPI: Copied from LayoutTests/fast/dom/getElementsByClassName.
602 * fast/dom/SelectorAPI/dumpNodeList-expected.txt:
603 * fast/dom/SelectorAPI/dumpNodeList.html: Modified to test querySelector and querySelectorAll instead of getElementsByClassName
604 * fast/dom/Window/window-properties-expected.txt: Added querySelector and querySelectorAll
606 2007-12-23 Darin Adler <darin@apple.com>
608 - updated results (character used for controls changed in r28945)
610 * platform/mac/media/audio-controls-rendering-expected.txt: Regenerated.
611 * platform/mac/media/video-controls-rendering-expected.txt: Regenerated.
612 * platform/mac/media/video-display-toggle-expected.txt: Regenerated.
614 2007-12-22 Nikolas Zimmermann <zimmermann@kde.org>
618 Fixes: http://bugs.webkit.org/show_bug.cgi?id=15966 (Crash in SVGRootInlineBox::walkTextChunks() on mouse hover)
620 Add new layout test foreignObject-crash-on-hover.xml verifying debug builds don't hit an assertion anymore.
622 * platform/mac/svg/custom/foreignObject-crash-on-hover-expected.checksum: Added.
623 * platform/mac/svg/custom/foreignObject-crash-on-hover-expected.png: Added.
624 * platform/mac/svg/custom/foreignObject-crash-on-hover-expected.txt: Added.
625 * svg/custom/foreignObject-crash-on-hover.xml: Added.
627 2007-12-21 Sam Weinig <sam@webkit.org>
631 Fix another mistaken duplication, this time in cross-frame-access-parent-explicit-domain.html,
632 that was causing intermittent failures.
634 * http/tests/security/cross-frame-access-parent-explicit-domain-expected.txt:
635 * http/tests/security/cross-frame-access-parent-explicit-domain.html:
636 * http/tests/security/cross-frame-access-port-explicit-domain-expected.txt:
638 2007-12-21 Sam Weinig <sam@webkit.org>
640 Reviewed by Dan Bernstein.
642 Fix mistaken duplication in cross-frame-access-child-explicit-domain.html that was causing
643 intermittent failures.
645 * http/tests/security/cross-frame-access-child-explicit-domain-expected.txt:
646 * http/tests/security/cross-frame-access-child-explicit-domain.html:
647 * http/tests/security/cross-frame-access-custom-expected.txt:
649 2007-12-21 Alexey Proskuryakov <ap@webkit.org>
653 <rdar://problem/5629995> Incorrect display of Danish characters on web site.
655 * http/tests/xmlhttprequest/resources/utf-8-no-charset.html: Added.
656 * http/tests/xmlhttprequest/response-encoding-expected.txt:
657 * http/tests/xmlhttprequest/response-encoding.html:
659 2007-12-20 Justin Garcia <justin.garcia@apple.com>
661 Reviewed by Oliver Hunt.
663 <rdar://problem/5543472> GoogleDocs: Safari hangs when creating a list from a particular selection
665 * editing/execCommand/5543472-1-expected.txt: Added.
666 * editing/execCommand/5543472-1.html: Added.
667 * editing/execCommand/5543472-2-expected.txt: Added.
668 * editing/execCommand/5543472-2.html: Added.
669 * editing/execCommand/5543472-3-expected.txt: Added.
670 * editing/execCommand/5543472-3.html: Added.
672 2007-12-20 Dan Bernstein <mitz@apple.com>
674 Reviewed by John Sullivan.
676 - reorganize skipped test list
678 * platform/win/Skipped:
680 2007-12-20 Adam Barth <hk9565@gmail.com>
682 Reviewed and landed by Sam Weinig.
684 Update LayoutTests for http://bugs.webkit.org/show_bug.cgi?id=15313
686 * http/tests/security/cross-frame-access-child-explicit-domain-expected.txt: Added.
687 * http/tests/security/cross-frame-access-child-explicit-domain.html: Added.
688 * http/tests/security/cross-frame-access-custom-expected.txt:
689 * http/tests/security/cross-frame-access-parent-explicit-domain-expected.txt: Added.
690 * http/tests/security/cross-frame-access-parent-explicit-domain.html: Added.
691 * http/tests/security/cross-frame-access-port-explicit-domain-expected.txt:
692 * http/tests/security/cross-frame-access-protocol-explicit-domain-expected.txt:
693 * http/tests/security/cross-frame-access-protocol-explicit-domain.html:
695 2007-12-20 johnnyding.webkit <johnnyding.webkit@gmail.com>
697 Reviewed by Alexey. Landed by Stephanie.
699 - bug http://bugs.webkit.org/show_bug.cgi?id=16179 | <rdar://problem/5619399>
700 Test for unicode characters which is great than 255 are in HTML attribute name
702 * fast/parser/test-unicode-characters-in-attribute-name-expected.txt: Added.
703 * fast/parser/test-unicode-characters-in-attribute-name.html: Added.
705 2007-12-20 Eric Seidel <eric@webkit.org>
707 Reviewed by Nikolas Zimmermann.
709 WebKit claims to support SVG feature strings it shouldn't
710 http://bugs.webkit.org/show_bug.cgi?id=15480
712 * platform/mac/svg/W3C-SVG-1.1/struct-cond-03-t-expected.checksum:
713 * platform/mac/svg/W3C-SVG-1.1/struct-cond-03-t-expected.png:
714 * platform/mac/svg/W3C-SVG-1.1/struct-cond-03-t-expected.txt:
715 * platform/mac/svg/W3C-SVG-1.1/struct-image-02-b-expected.checksum:
716 * platform/mac/svg/W3C-SVG-1.1/struct-image-02-b-expected.png:
717 * platform/mac/svg/W3C-SVG-1.1/struct-image-02-b-expected.txt:
718 * svg/custom/svg-features-expected.txt:
719 * svg/custom/svg-features.html:
721 2007-12-17 Tony Chang <idealisms@gmail.com>
725 Test for http://bugs.webkit.org/show_bug.cgi?id=16479
726 Reset the drag state on non-mac platforms.
728 * fast/text/reset-drag-on-mouse-down.html: Added.
729 * platform/mac/fast/text/reset-drag-on-mouse-down-expected.txt: Added.
731 2007-12-19 Geoffrey Garen <ggaren@apple.com>
733 Reviewed by Oliver Hunt.
735 Added some tests to verify some of the changes I made while optimizing
736 global access to global variables.
738 * fast/dom/Window/resources/window-property-clearing-iframe0.html: Added.
739 * fast/dom/Window/resources/window-property-clearing-iframe1.html: Added.
740 * fast/dom/Window/window-property-clearing-expected.txt: Added.
741 * fast/dom/Window/window-property-clearing.html: Added.
742 * fast/dom/getter-on-window-object2-expected.txt: Added.
743 * fast/dom/getter-on-window-object2.html: Added.
745 Checked in failing results for these const tests. The symbol table
746 optimization broke const. (We didn't know this before because our only
747 tests used global variables.)
749 * fast/js/const-expected.txt:
750 * fast/js/kde/const-expected.txt:
752 * fast/js/resources/for-in-avoid-duplicates.js: Fixed a typo I noticed.
753 Not related to this patch.
755 * fast/dom/Window/window-property-shadowing.html: Changed this test to
756 use "this" instead of "window". The fact that "window" worked before,
757 despite an overriding / shadowing var declaration, was a bug.
759 2007-12-19 Dan Bernstein <mitz@apple.com>
761 - remove two more tests that pass now due to changed font fallback
763 * platform/win/Skipped:
765 2007-12-19 Dan Bernstein <mitz@apple.com>
767 - remove passing tests following the change to font fallback
769 * platform/win/Skipped: Removed tests that failed only because they
770 specified as primary font family a font family that was not available
771 on Windows and therefore were rendered using the platform last resort
772 font, Times New Roman. Now they are rendered using the 'standard'
773 font family, which is set to Times on both Mac and Windows when running
776 2007-12-19 Alice Liu <alice.liu@apple.com>
780 Fixed <rdar://problem/5592485> Safari crashed trying to get a motorcycle insurance quote
781 on Geico.com WebCore::Document::inPageCache()
783 * fast/events/nested-event-remove-node-crash-expected.txt: Added.
784 * fast/events/nested-event-remove-node-crash.html: Added.
786 2007-12-19 Andre Boule <aboule@apple.com>
788 Reviewed by Dan Bernstein.
790 Adding tests for canvas compositing modes to make sure the results don't change after:
791 <rdar://problem/5640059> GraphicsContext::setCompositeOperation should use CGContextSetBlendMode
793 The following compositing modes don't pass however that is covered by another bug:
799 <rdar://problem/5651783> Some canvas tag compositing modes don't render correctly
801 * fast/canvas/canvas-composite.html: Added.
802 * platform/mac/fast/canvas/canvas-composite-expected.checksum: Added.
803 * platform/mac/fast/canvas/canvas-composite-expected.png: Added.
804 * platform/mac/fast/canvas/canvas-composite-expected.txt: Added.
806 2007-12-19 Dan Bernstein <mitz@apple.com>
808 Reviewed by Dave Hyatt.
810 - test for <rdar://problem/5650045> REGRESSION: major layout problems in svn r28754 WebKit on Vox.com page
812 * fast/dynamic/subtree-boundary-percent-height.html: Added.
813 * platform/mac/fast/dynamic/subtree-boundary-percent-height-expected.checksum: Added.
814 * platform/mac/fast/dynamic/subtree-boundary-percent-height-expected.png: Added.
815 * platform/mac/fast/dynamic/subtree-boundary-percent-height-expected.txt: Added.
817 2007-12-18 Beth Dakin <bdakin@apple.com>
821 Test for <rdar://problem/5616982> SVGs with width and height 100%
822 fail to render when used as <img> or CSS image (16167)
824 * fast/images/resources/green-relative-size-rect.svg: Added.
825 * fast/images/svg-as-relative-image.html: Added.
826 * platform/mac/fast/images/svg-as-relative-image-expected.checksum: Added.
827 * platform/mac/fast/images/svg-as-relative-image-expected.png: Added.
828 * platform/mac/fast/images/svg-as-relative-image-expected.txt: Added.
830 2007-12-18 Dan Bernstein <mitz@apple.com>
832 Reviewed by John Sullivan.
834 - remove passing test and reclassify one failing test
836 * platform/win/Skipped: Removed fast/text/international/002.html.
838 2007-12-18 Sam Weinig <sam@webkit.org>
840 Reviewed by Geoffrey.
842 - Temporarily remove calls that are causing subsequent tests in DRT to fail.
843 Filled http://bugs.webkit.org/show_bug.cgi?id=16510 to track the issue.
845 * http/tests/security/cross-frame-access-history-expected.txt:
846 * http/tests/security/cross-frame-access-history.html:
848 2007-12-18 Darin Adler <darin@apple.com>
850 - fix failing regression test
852 * fast/regex/resources/TEMPLATE.html: Updated this template -- I accidentally landed
853 the one that was copied without updating the paths.
854 * fast/regex/slow.html: Regenerated.
856 2007-12-18 Alice Liu <alice.liu@apple.com>
860 Fixed <rdar://problem/5646454> REGRESSION: dom/xhtml/level2/html/HTMLDocument12 fails on Leopard
862 * fast/cookies/local-file-can-set-cookies.html:
863 cookies are matched by domain and path, and since layout tests are file URLs,
864 they all match on domain. setting a cookie without specifying the path will
865 make CFNetwork pick up the path from the URL automatically. Since
866 fast/cookies/local-file-can-set-cookies.html set a specific path of /, that
867 cookie will be set for EVERY local file loaded in Safari. removing that
868 component from the cookie string will fix the problem.
870 2007-12-18 Darin Adler <darin@apple.com>
874 - test for http://bugs.webkit.org/show_bug.cgi?id=16458
875 REGRESSION (r28164): regular expressions can now hang due to lack of a match limit
877 * fast/regex/resources: Added.
878 * fast/regex/resources/TEMPLATE.html: Copied from fast/js/resources/TEMPLATE.html.
879 * fast/regex/resources/slow.js: Added.
880 * fast/regex/slow-expected.txt: Added.
881 * fast/regex/slow.html: Added.
883 2007-12-18 Dan Bernstein <mitz@apple.com>
885 Reviewed by John Sullivan.
887 - remove passing test
889 * platform/win/Skipped: Removed fast/text/international/wrap-CJK-001.html
891 2007-12-17 Alice Liu <alice.liu@apple.com>
895 Test for <rdar://problem/5566435> window with no scrollbars can still be scrolled with wheelevent
897 * fast/events/attempt-scroll-with-no-scrollbars-expected.txt: Added.
898 * fast/events/attempt-scroll-with-no-scrollbars.html: Added.
899 * platform/mac/Skipped:
900 Adding to mac Skipped list because of <rdar://problem/5643675> window.scrollTo scrolls a window with no scrollbars
901 * platform/win/Skipped:
902 Adding to win Skipped list because of <rdar://problem/5132009> Windows DRT does not support multiple windows
904 2007-12-17 Darin Adler <darin@apple.com>
906 - disabling this test until we can find a way to make it pass on diverse machines
908 * fast/css/css2-system-color.html: Removed.
909 * fast/css/css2-system-color.html-disabled: Copied from fast/css/css2-system-color.html.
911 2007-12-17 Anders Carlsson <andersca@apple.com>
913 Fix argument to window.open.
915 * http/tests/misc/window-open-then-write.html:
917 2007-12-17 Mark Rowe <mrowe@apple.com>
919 Update test results after r28812.
921 * platform/mac-tiger/fast/css/css2-system-color-expected.txt:
922 * platform/mac/fast/css/css2-system-color-expected.txt:
924 2007-12-17 Alexey Proskuryakov <ap@webkit.org>
928 Live to the promise of never making AppKit special character codes visible via DOM.
930 * fast/events/arrow-keys-on-body-expected.txt: Added.
931 * fast/events/arrow-keys-on-body.html: Added.
933 2007-12-16 Darin Adler <darin@apple.com>
935 * fast/js/regexp-overflow-expected.txt: Updated. I accidentally checked in an
936 out-of-date file last time.
938 2007-12-16 Darin Adler <darin@apple.com>
942 - test for http://bugs.webkit.org/show_bug.cgi?id=16459
943 REGRESSION: assertion failure with regexp with \B in a case-ignoring character range
944 <rdar://problem/5646361>
946 * fast/js/regexp-overflow-expected.txt: Updated.
947 * fast/js/resources/regexp-overflow.js: Added test cases.
949 2007-12-16 Darin Adler <darin@apple.com>
953 - tests for the argument handling of the executeSql function
955 * storage/execute-sql-args-expected.txt: Added.
956 * storage/execute-sql-args.html: Added.
958 2007-12-16 Darin Adler <darin@apple.com>
960 - try to get the system color test passing on the buildbot
962 I fear this test may be vulnerable to slight platform differences.
964 * platform/mac-tiger/fast: Added.
965 * platform/mac-tiger/fast/css: Added.
966 * platform/mac-tiger/fast/css/css2-system-color-expected.checksum: Copied from platform/mac/fast/css/css2-system-color-expected.checksum.
967 * platform/mac-tiger/fast/css/css2-system-color-expected.png: Copied from platform/mac/fast/css/css2-system-color-expected.png.
968 * platform/mac-tiger/fast/css/css2-system-color-expected.txt: Copied from platform/mac/fast/css/css2-system-color-expected.txt.
969 Then updated to match what the buildbot says.
971 * platform/mac/fast/css/css2-system-color-expected.txt: Updated to match
972 results I'm getting locally on my Leopard machine.
974 2007-12-16 Beth Dakin <bdakin@apple.com>
978 Tests for SVG as border-image.
980 * fast/borders/resources/green-fixed-size-rect.svg: Added.
981 * fast/borders/resources/green-relative-size-rect.svg: Added.
982 * fast/borders/svg-as-border-image-2.html: Added.
983 * fast/borders/svg-as-border-image.html: Added.
984 * platform/mac/fast/borders/svg-as-border-image-2-expected.checksum: Added.
985 * platform/mac/fast/borders/svg-as-border-image-2-expected.png: Added.
986 * platform/mac/fast/borders/svg-as-border-image-2-expected.txt: Added.
987 * platform/mac/fast/borders/svg-as-border-image-expected.checksum: Added.
988 * platform/mac/fast/borders/svg-as-border-image-expected.png: Added.
989 * platform/mac/fast/borders/svg-as-border-image-expected.txt: Added.
991 2007-12-16 Andrew Wellington <proton@wiretapped.net>
995 http://bugs.webkit.org/show_bug.cgi?id=6129
996 Incomplete implementation of CSS 2.1 system colors
998 Add layout test for this bug and update tests for new system-derived colors
1000 * fast/css/css2-system-color.html: Added.
1001 * platform/mac/fast/css/css2-system-color-expected.checksum: Added.
1002 * platform/mac/fast/css/css2-system-color-expected.png: Added.
1003 * platform/mac/fast/css/css2-system-color-expected.txt: Added.
1004 * platform/mac/fast/css/css2-system-fonts-expected.checksum:
1005 * platform/mac/tables/mozilla/bugs/bug103533-expected.txt:
1007 2007-12-16 Dan Bernstein <mitz@apple.com>
1009 Reviewed by Darin Adler.
1011 - test for http://bugs.webkit.org/show_bug.cgi?id=16426
1012 Divs with overflow:auto: scrollbars not correctly updated when contents change
1014 * fast/overflow/scrollbar-position-update.html: Added.
1015 * platform/mac-leopard/fast/overflow: Added.
1016 * platform/mac-leopard/fast/overflow/scrollbar-position-update-expected.checksum: Added.
1017 * platform/mac-leopard/fast/overflow/scrollbar-position-update-expected.png: Added.
1018 * platform/mac/fast/overflow/scrollbar-position-update-expected.txt: Added.
1020 2007-12-15 Darin Adler <darin@apple.com>
1022 Disabled the smallFonts.svg test, which has been failing for weeks. I heard that Niko
1023 is going to fix this soon. He should rename it back at that time.
1025 Removed the svn:executable flag from many .svg, .png, and .css files that had it set
1028 * svg/batik/text/smallFonts.svg: Removed.
1029 * svg/batik/text/smallFonts.svg-disabled: Copied from svg/batik/text/smallFonts.svg.
1031 2007-12-15 Eric Seidel <eric@webkit.org>
1035 Width of SVG elements not applied to container elements
1036 http://bugs.webkit.org/show_bug.cgi?id=16305
1038 * platform/mac/svg/css/css-box-min-width-expected.checksum: Added.
1039 * platform/mac/svg/css/css-box-min-width-expected.png: Added.
1040 * platform/mac/svg/css/css-box-min-width-expected.txt: Added.
1041 * svg/css/css-box-min-width.html: Added.
1043 2007-12-15 Alp Toker <alp@atoker.com>
1045 http://bugs.webkit.org/show_bug.cgi?id=16449
1046 cairo_arc() functions hang or crash when passed inf as radius or start/end angle
1048 Fixed in r28751. Remove these tests from the skip list:
1049 fast/canvas/arc-crash.html
1050 fast/canvas/canvas-with-incorrect-args.html
1052 * platform/gtk/Skipped:
1054 2007-12-05 Mark Rowe <mrowe@apple.com>
1056 Reviewed by Alp Toker.
1058 Add a skeleton Gtk skipped list containing only tests that hang run-webkit-tests.
1060 * platform/gtk/Skipped: Added.
1062 2007-12-15 Alexey Proskuryakov <ap@webkit.org>
1066 http://bugs.webkit.org/show_bug.cgi?id=16436
1067 Alt+Space works incorrectly
1069 * platform/win/fast/events/alt-space-scroll-expected.txt: Added.
1070 * platform/win/fast/events/alt-space-scroll.html: Added.
1072 2007-12-14 Dan Bernstein <mitz@apple.com>
1074 - share the results of this test between Tiger and Leopard
1076 * platform/mac-leopard/fast/text/international/bidi-control-chars-treated-as-ZWS-expected.txt: Removed.
1077 * 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.
1079 2007-12-14 Anders Carlsson <andersca@apple.com>
1083 Add test that calls window.open and then immediately writes into the document
1084 of the newly opened window.
1086 * http/tests/misc/resources/compass.jpg: Added.
1087 * http/tests/misc/window-open-then-write-expected.txt: Added.
1088 * http/tests/misc/window-open-then-write.html: Added.
1089 * platform/win/Skipped:
1091 2007-12-14 David Smith <catfish.man@gmail.com>
1095 - test for http://bugs.webkit.org/show_bug.cgi?id=14955
1096 Implement getElementsByClassName
1098 Tests added from http://tc.labs.opera.com/apis/getElementsByClassName/
1100 * fast/dom/Window/window-properties-expected.txt:
1101 * fast/dom/getElementsByClassName: Added.
1102 * fast/dom/getElementsByClassName/001-expected.txt: Added.
1103 * fast/dom/getElementsByClassName/001.html: Added.
1104 * fast/dom/getElementsByClassName/002-expected.txt: Added.
1105 * fast/dom/getElementsByClassName/002.html: Added.
1106 * fast/dom/getElementsByClassName/003-expected.txt: Added.
1107 * fast/dom/getElementsByClassName/003.html: Added.
1108 * fast/dom/getElementsByClassName/004-expected.txt: Added.
1109 * fast/dom/getElementsByClassName/004.html: Added.
1110 * fast/dom/getElementsByClassName/005-expected.txt: Added.
1111 * fast/dom/getElementsByClassName/005.html: Added.
1112 * fast/dom/getElementsByClassName/006-expected.txt: Added.
1113 * fast/dom/getElementsByClassName/006.html: Added.
1114 * fast/dom/getElementsByClassName/007-expected.txt: Added.
1115 * fast/dom/getElementsByClassName/007.html: Added.
1116 * fast/dom/getElementsByClassName/008-expected.txt: Added.
1117 * fast/dom/getElementsByClassName/008.html: Added.
1118 * fast/dom/getElementsByClassName/009-expected.txt: Added.
1119 * fast/dom/getElementsByClassName/009.html: Added.
1120 * fast/dom/getElementsByClassName/010-expected.txt: Added.
1121 * fast/dom/getElementsByClassName/010.xml: Added.
1122 * fast/dom/getElementsByClassName/011-expected.txt: Added.
1123 * fast/dom/getElementsByClassName/011.xml: Added.
1124 * fast/dom/getElementsByClassName/012-expected.txt: Added.
1125 * fast/dom/getElementsByClassName/012.html: Added.
1126 * fast/dom/getElementsByClassName/013-expected.txt: Added.
1127 * fast/dom/getElementsByClassName/013.html: Added.
1128 * fast/dom/getElementsByClassName/014-expected.txt: Added.
1129 * fast/dom/getElementsByClassName/014.html: Added.
1130 * fast/dom/getElementsByClassName/array: Added.
1131 * fast/dom/getElementsByClassName/array/001-expected.txt: Added.
1132 * fast/dom/getElementsByClassName/array/001.html: Added.
1133 * fast/dom/getElementsByClassName/array/002-expected.txt: Added.
1134 * fast/dom/getElementsByClassName/array/002.html: Added.
1135 * fast/dom/getElementsByClassName/array/003-expected.txt: Added.
1136 * fast/dom/getElementsByClassName/array/003.html: Added.
1137 * fast/dom/getElementsByClassName/array/004-expected.txt: Added.
1138 * fast/dom/getElementsByClassName/array/004.html: Added.
1139 * fast/dom/getElementsByClassName/dumpNodeList-expected.txt: Added.
1140 * fast/dom/getElementsByClassName/dumpNodeList.html: Added.
1141 * fast/dom/getElementsByClassName/resources: Added.
1142 * fast/dom/getElementsByClassName/resources/common.js: Added.
1144 2007-12-14 Darin Adler <darin@apple.com>
1148 - http://bugs.webkit.org/show_bug.cgi?id=16420
1149 change regression tests to use document.execCommand instead of textInputController.doCommand
1151 To avoid changing results at this time, I didn't correct the many tests that now have
1152 misleading "this test cannot be run manually" text or references to "NSResponder" or
1153 uneeded instructions for running the test manually. We can do that on a later pass.
1155 * editing/deleting/5300379.html: Use execCommand instead of doCommand.
1156 * editing/deleting/delete-to-end-of-paragraph.html: Ditto.
1157 * editing/deleting/smart-delete-003.html: Ditto.
1158 * editing/deleting/smart-delete-004.html: Ditto.
1159 * editing/execCommand/nsresponder-indent.html: Ditto.
1160 * editing/execCommand/nsresponder-outdent.html: Ditto.
1161 * editing/selection/4947387.html: Ditto.
1162 * editing/selection/5195166-1.html: Ditto.
1163 * editing/selection/5195166-2.html: Ditto.
1164 * editing/selection/select-line.html: Ditto.
1165 * editing/selection/selection-actions.html: Ditto.
1167 2007-12-14 Justin Garcia <justin.garcia@apple.com>
1169 Reviewed by Darin Adler.
1171 <rdar://problem/5575101> Hang in SplitElementCommand::doApply when outdenting a list item in a particular list
1173 * editing/execCommand/5575101-1-expected.txt: Added.
1174 * editing/execCommand/5575101-1.html: Added.
1175 * editing/execCommand/5575101-2-expected.txt: Added.
1176 * editing/execCommand/5575101-2.html: Added.
1177 * editing/execCommand/5575101-3-expected.txt: Added.
1178 * editing/execCommand/5575101-3.html: Added.
1180 2007-12-14 Anders Carlsson <andersca@apple.com>
1182 Reviewed by Darin and Geoff.
1184 <rdar://problem/5619295>
1185 REGRESSION: 303-304: Embedded YouTube video fails to render- JS errors (16150) (Flash 9)
1187 Add cross frame plug/in test where a plug/in inside an iframe tries to access properties of the
1190 * http/tests/plugins/cross-frame-object-access-expected.txt: Added.
1191 * http/tests/plugins/cross-frame-object-access.html: Added.
1192 * http/tests/plugins/resources/cross-frame-object-access.html: Added.
1194 2007-12-14 Oliver Hunt <oliver@apple.com>
1198 Fix test output, and move test to mac skipped lists until
1199 <rdar://problem/5647952> fast/events/mouseout-on-window.html
1202 * fast/events/mouseout-on-window-expected.txt:
1203 * platform/mac/Skipped:
1205 2007-12-13 Justin Garcia <justin.garcia@apple.com>
1207 Reviewed by Oliver Hunt.
1209 <rdar://problem/5607069> In Mail, a crash occurs at WebCore::AppendNodeCommand() after dragging image into a <FORM> element
1211 * editing/inserting/5607069-1-expected.checksum: Added.
1212 * editing/inserting/5607069-1-expected.png: Added.
1213 * editing/inserting/5607069-1-expected.txt: Added.
1214 * editing/inserting/5607069-1.html: Added.
1215 * editing/inserting/5607069-2.html: Added.
1216 * editing/inserting/5607069-3.html: Added.
1217 * platform/mac/editing/inserting/5607069-2-expected.checksum: Added.
1218 * platform/mac/editing/inserting/5607069-2-expected.png: Added.
1219 * platform/mac/editing/inserting/5607069-2-expected.txt: Added.
1220 * platform/mac/editing/inserting/5607069-3-expected.checksum: Added.
1221 * platform/mac/editing/inserting/5607069-3-expected.png: Added.
1222 * platform/mac/editing/inserting/5607069-3-expected.txt: Added.
1224 2007-12-13 Dan Bernstein <mitz@apple.com>
1226 Reviewed by Dave Hyatt.
1228 - test for <rdar://problem/5642426> explicit cubic-bezier curves all treated as "default" for transition-timing-function
1230 * fast/css/transition-timing-function-expected.txt: Added.
1231 * fast/css/transition-timing-function.html: Added.
1233 2007-12-13 Kevin McCullough <kmccullough@apple.com>
1237 - Layout tests fix. Removed machine dependant results and generated new
1238 results without machine specific information.
1240 * fast/dom/frame-loading-via-document-write-expected.txt: Added.
1241 * http/tests/security/frame-loading-via-document-write-expected.txt: Added.
1242 * http/tests/security/local-CSS-from-remote-expected.txt:
1243 * http/tests/security/local-JavaScript-from-remote-expected.txt:
1244 * http/tests/security/local-iFrame-from-remote-expected.txt:
1245 * http/tests/security/local-image-from-remote-expected.txt:
1246 * platform/mac/fast/dom/frame-loading-via-document-write-expected.checksum: Removed.
1247 * platform/mac/fast/dom/frame-loading-via-document-write-expected.png: Removed.
1248 * platform/mac/fast/dom/frame-loading-via-document-write-expected.txt: Removed.
1249 * platform/mac/http/tests/security: Removed.
1250 * platform/mac/http/tests/security/frame-loading-via-document-write-expected.checksum: Removed.
1251 * platform/mac/http/tests/security/frame-loading-via-document-write-expected.png: Removed.
1252 * platform/mac/http/tests/security/frame-loading-via-document-write-expected.txt: Removed.
1253 * platform/win/Skipped:
1254 * platform/win/http: Removed.
1255 * platform/win/http/tests: Removed.
1256 * platform/win/http/tests/security: Removed.
1257 * platform/win/http/tests/security/frame-loading-via-document-write-expected.txt: Removed.
1259 2007-12-13 Alexey Proskuryakov <ap@webkit.org>
1263 http://bugs.webkit.org/show_bug.cgi?id=16421
1264 REGRESSION(r28669): Page scrolls down when you hit space key in text area
1266 * fast/events/space-scroll-event-expected.txt: Added.
1267 * fast/events/space-scroll-event.html: Added.
1269 2007-12-13 Justin Garcia <justin.garcia@apple.com>
1271 Reviewed by Darin Adler.
1273 <rdar://problem/5601583> GMail Editor: Copied link doesn't paste as a link, just colored text
1275 * editing/pasteboard/5601583-1.html: Added.
1276 * platform/mac/editing/pasteboard/5601583-1-expected.checksum: Added.
1277 * platform/mac/editing/pasteboard/5601583-1-expected.png: Added.
1278 * platform/mac/editing/pasteboard/5601583-1-expected.txt: Added.
1280 2007-12-13 Kevin McCullough <kmccullough@apple.com>
1282 Reviewed by Alice and Sam.
1284 - <rdar://5621435> Need a way to specify local resources (being loaded
1285 from HTTP tests) on Windows.
1286 - Updated the following tests to use the new layoutTestController
1287 function, pathToLocalResource to get a Windows viable path (when on
1288 Windows) to the local resources they are attempting to access.
1289 - Also clarified and updated some results.
1291 * fast/dom/frame-loading-via-document-write.html:
1292 * fast/loader/local-CSS-from-local-expected.txt:
1293 * fast/loader/local-CSS-from-local.html:
1294 * fast/loader/local-JavaScript-from-local-expected.txt:
1295 * fast/loader/local-JavaScript-from-local.html:
1296 * fast/loader/local-iFrame-source-from-local-expected.txt:
1297 * fast/loader/local-iFrame-source-from-local.html:
1298 * fast/loader/local-image-from-local-expected.txt:
1299 * fast/loader/local-image-from-local.html:
1300 * http/tests/security/frame-loading-via-document-write.html:
1301 * http/tests/security/local-CSS-from-remote-expected.txt:
1302 * http/tests/security/local-CSS-from-remote.html:
1303 * http/tests/security/local-JavaScript-from-remote-expected.txt:
1304 * http/tests/security/local-JavaScript-from-remote.html:
1305 * http/tests/security/local-iFrame-from-remote-expected.txt:
1306 * http/tests/security/local-iFrame-from-remote.html:
1307 * http/tests/security/local-image-from-remote-expected.txt:
1308 * http/tests/security/local-image-from-remote.html:
1309 * http/tests/security/local-user-CSS-from-remote.html:
1310 * platform/mac/fast/dom/frame-loading-via-document-write-expected.txt:
1311 * platform/win/Skipped:
1312 * platform/win/http: Added.
1313 * platform/win/http/tests: Added.
1314 * platform/win/http/tests/security: Added.
1315 * platform/win/http/tests/security/frame-loading-via-document-write-expected.txt: Added.
1317 2007-12-13 Dan Bernstein <mitz@apple.com>
1319 Reviewed by Adam Roben.
1321 - test that Unicode bidi control characters are rendered as zero width
1324 * fast/text/international/bidi-control-chars-treated-as-ZWS.html: Added.
1325 * platform/mac-leopard/fast/text/international/bidi-control-chars-treated-as-ZWS-expected.checksum: Added.
1326 * platform/mac-leopard/fast/text/international/bidi-control-chars-treated-as-ZWS-expected.png: Added.
1327 * platform/mac-leopard/fast/text/international/bidi-control-chars-treated-as-ZWS-expected.txt: Added.
1329 2007-12-12 Dan Bernstein <mitz@apple.com>
1331 Reviewed by Oliver Hunt.
1333 - updated results and skipped tests file for
1334 <rdar://problem/5074620> text with font:initial; fails to appear (causes fast/text/font-initial.html to fail)
1336 * platform/mac-leopard/fast/text/font-initial-expected.checksum: Copied from LayoutTests/platform/mac/fast/text/font-initial-expected.checksum.
1337 * platform/mac-leopard/fast/text/font-initial-expected.png: Copied from LayoutTests/platform/mac/fast/text/font-initial-expected.png.
1338 * platform/mac/fast/text/font-initial-expected.checksum: Removed.
1339 * platform/mac/fast/text/font-initial-expected.png: Removed.
1340 * platform/mac/fast/text/font-initial-expected.txt:
1341 * platform/win/Skipped:
1343 2007-12-12 Justin Garcia <justin.garcia@apple.com>
1345 Reviewed by Darin Adler.
1347 <rdar://problem/5433862> Mail crashes at WebCore::highestAncestor() when deleting a particular selection
1349 * editing/deleting/5433862-1-expected.txt: Added.
1350 * editing/deleting/5433862-1.html: Added.
1351 * editing/deleting/5433862-2.html: Added.
1352 * platform/mac/editing/deleting/5433862-2-expected.checksum: Added.
1353 * platform/mac/editing/deleting/5433862-2-expected.txt: Added.
1355 2007-12-12 Dan Bernstein <mitz@apple.com>
1357 Reviewed by John Sullivan.
1359 - test for a bug in debug builds only where selecting an earlier item in
1360 a popup selects the first item
1362 * fast/forms/menulist-selection-reset-expected.txt: Added.
1363 * fast/forms/menulist-selection-reset.html: Added.
1365 2007-12-12 Beth Dakin <bdakin@apple.com>
1369 Updated pixel results from my recent SVG change.
1371 * svg/custom/inline-svg-in-xhtml-expected.checksum: Added.
1372 * svg/custom/inline-svg-in-xhtml-expected.png: Added.
1374 2007-12-12 Anders Carlsson <andersca@apple.com>
1378 <rdar://problem/5132003>
1379 dumpResourceLoadCallbacks is not implemented in DRT on Windows.
1381 Remove now passing tests.
1383 * platform/win/Skipped:
1385 2007-12-12 Alexey Proskuryakov <ap@webkit.org>
1387 Reviewed by Adam Roben.
1389 Results corrected by a fix to EventSender.
1391 * platform/win/fast/events/keyLocation-numpad-expected.txt:
1393 2007-12-12 Alexey Proskuryakov <ap@webkit.org>
1397 http://bugs.webkit.org/show_bug.cgi?id=16410
1398 Implement isKeypadEvent() on Windows
1400 * platform/win/fast/events/keyLocation-numpad-expected.txt: Added.
1401 * platform/win/fast/events/keyLocation-numpad.html: Added.
1403 2007-12-12 Alexey Proskuryakov <ap@webkit.org>
1407 http://bugs.webkit.org/show_bug.cgi?id=15248
1408 Can not enter accented characters using alt-numeric keypad
1410 * platform/win/fast/events/alt-numpad-expected.txt: Added.
1411 * platform/win/fast/events/alt-numpad.html: Added.
1413 2007-12-12 Oliver Hunt <oliver@apple.com>
1417 <rdar://problem/5071781> window.mouseout events are not
1418 sent to window when mouse moves out of window
1420 Layout tests to make sure we correctly handle mouse out
1421 on the window object.
1423 * fast/events/mouseout-on-window-expected.txt: Added.
1424 * fast/events/mouseout-on-window.html: Added.
1426 2007-12-11 Dan Bernstein <mitz@apple.com>
1428 Reviewed by Maciej Stachowiak.
1430 - removed now-passing tests
1432 * platform/win/Skipped:
1434 2007-12-11 Dan Bernstein <mitz@apple.com>
1436 Reviewed by Mark Rowe and Sam Weinig too!
1438 - removed tests that pass when Helvetica Oblique and Helvetica
1439 Bold Oblique are available.
1441 * platform/win/Skipped:
1443 2007-12-11 Beth Dakin <bdakin@apple.com>
1447 Tests for <rdar://problem/5641255> SVGs with width and height 100%
1448 fail to render when used as background images
1450 * fast/backgrounds/resources/balloon.svg: Added.
1451 * fast/backgrounds/resources/eyes.svg: Added.
1452 * fast/backgrounds/resources/hearts.svg: Added.
1453 * fast/backgrounds/resources/linguistics.svg: Added.
1454 * fast/backgrounds/resources/map.svg: Added.
1455 * fast/backgrounds/resources/mouse-repel.svg: Added.
1456 * fast/backgrounds/svg-as-background-1.html: Added.
1457 * fast/backgrounds/svg-as-background-2.html: Added.
1458 * fast/backgrounds/svg-as-background-3.html: Added.
1459 * fast/backgrounds/svg-as-background-4.html: Added.
1460 * fast/backgrounds/svg-as-background-5.html: Added.
1461 * fast/backgrounds/svg-as-background-6.html: Added.
1462 * platform/mac/fast/backgrounds/svg-as-background-1-expected.checksum: Added.
1463 * platform/mac/fast/backgrounds/svg-as-background-1-expected.png: Added.
1464 * platform/mac/fast/backgrounds/svg-as-background-1-expected.txt: Added.
1465 * platform/mac/fast/backgrounds/svg-as-background-2-expected.checksum: Added.
1466 * platform/mac/fast/backgrounds/svg-as-background-2-expected.png: Added.
1467 * platform/mac/fast/backgrounds/svg-as-background-2-expected.txt: Added.
1468 * platform/mac/fast/backgrounds/svg-as-background-3-expected.checksum: Added.
1469 * platform/mac/fast/backgrounds/svg-as-background-3-expected.png: Added.
1470 * platform/mac/fast/backgrounds/svg-as-background-3-expected.txt: Added.
1471 * platform/mac/fast/backgrounds/svg-as-background-4-expected.checksum: Added.
1472 * platform/mac/fast/backgrounds/svg-as-background-4-expected.png: Added.
1473 * platform/mac/fast/backgrounds/svg-as-background-4-expected.txt: Added.
1474 * platform/mac/fast/backgrounds/svg-as-background-5-expected.checksum: Added.
1475 * platform/mac/fast/backgrounds/svg-as-background-5-expected.png: Added.
1476 * platform/mac/fast/backgrounds/svg-as-background-5-expected.txt: Added.
1477 * platform/mac/fast/backgrounds/svg-as-background-6-expected.checksum: Added.
1478 * platform/mac/fast/backgrounds/svg-as-background-6-expected.png: Added.
1479 * platform/mac/fast/backgrounds/svg-as-background-6-expected.txt: Added.
1481 2007-12-11 Nikolas Zimmermann <zimmermann@kde.org>
1483 Rubberstamped by Mark.
1485 Add missing tests - their results have already been checked in over a month ago - I forgot to commit the tests itself.
1487 * svg/custom/alignment-baseline-modes.svg: Added.
1488 * svg/custom/dominant-baseline-hanging.svg: Added.
1489 * svg/custom/dominant-baseline-modes.svg: Added.
1491 2007-12-11 Nikolas Zimmermann <zimmermann@kde.org>
1493 Rubberstamped by Mark.
1495 Update pixel test results now that filters are disabled.
1497 * platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.checksum:
1498 * platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.png:
1499 * platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.checksum:
1500 * platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
1501 * platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.checksum:
1502 * platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.png:
1503 * platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.checksum:
1504 * platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
1505 * platform/mac/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.checksum:
1506 * platform/mac/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.png:
1507 * platform/mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.checksum:
1508 * platform/mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png:
1509 * platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.checksum:
1510 * platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.png:
1511 * platform/mac/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.checksum:
1512 * platform/mac/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.png:
1513 * platform/mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.checksum:
1514 * platform/mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.png:
1515 * platform/mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.checksum:
1516 * platform/mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.png:
1517 * platform/mac/svg/W3C-SVG-1.1/filters-offset-01-b-expected.checksum:
1518 * platform/mac/svg/W3C-SVG-1.1/filters-offset-01-b-expected.png:
1519 * platform/mac/svg/W3C-SVG-1.1/filters-specular-01-f-expected.checksum:
1520 * platform/mac/svg/W3C-SVG-1.1/filters-specular-01-f-expected.png:
1521 * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.checksum:
1522 * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.png:
1523 * platform/mac/svg/custom/empty-merge-expected.checksum:
1524 * platform/mac/svg/custom/empty-merge-expected.png:
1525 * platform/mac/svg/custom/feComponentTransfer-Discrete-expected.checksum:
1526 * platform/mac/svg/custom/feComponentTransfer-Discrete-expected.png:
1527 * platform/mac/svg/custom/feComponentTransfer-Gamma-expected.checksum:
1528 * platform/mac/svg/custom/feComponentTransfer-Gamma-expected.png:
1529 * platform/mac/svg/custom/feComponentTransfer-Linear-expected.checksum:
1530 * platform/mac/svg/custom/feComponentTransfer-Linear-expected.png:
1531 * platform/mac/svg/custom/feComponentTransfer-Table-expected.checksum:
1532 * platform/mac/svg/custom/feComponentTransfer-Table-expected.png:
1533 * platform/mac/svg/custom/feDisplacementMap-01-expected.checksum:
1534 * platform/mac/svg/custom/feDisplacementMap-01-expected.png:
1535 * platform/mac/svg/custom/image-with-transform-clip-filter-expected.checksum:
1536 * platform/mac/svg/custom/image-with-transform-clip-filter-expected.png:
1537 * platform/mac/svg/custom/non-opaque-filters-expected.checksum:
1538 * platform/mac/svg/custom/non-opaque-filters-expected.png:
1539 * platform/mac/svg/custom/text-filter-expected.checksum:
1540 * platform/mac/svg/custom/text-filter-expected.png:
1541 * platform/mac/svg/custom/visibility-override-filter-expected.checksum:
1542 * platform/mac/svg/custom/visibility-override-filter-expected.png:
1543 * svg/batik/filters/filterRegions-expected.checksum:
1544 * svg/batik/filters/filterRegions-expected.png:
1545 * svg/batik/text/textFeatures-expected.checksum:
1546 * svg/batik/text/textFeatures-expected.png:
1547 * svg/custom/js-svg-constructors-expected.checksum:
1548 * svg/custom/js-svg-constructors-expected.png:
1550 2007-12-11 Dan Bernstein <mitz@apple.com>
1552 Reviewed by Darin Adler.
1554 - test for <rdar://problem/5631507> Text doesn't wrap properly at Tamil version of Wikipedia
1556 * fast/text/international/complex-character-based-fallback.html: Added.
1557 * platform/mac-leopard/fast/text/international/complex-character-based-fallback-expected.checksum: Added.
1558 * platform/mac-leopard/fast/text/international/complex-character-based-fallback-expected.png: Added.
1559 * platform/mac/fast/text/international/complex-character-based-fallback-expected.txt: Added.
1560 * platform/win/fast/text: Added.
1561 * platform/win/fast/text/international: Added.
1562 * platform/win/fast/text/international/complex-character-based-fallback-expected.checksum: Added.
1563 * platform/win/fast/text/international/complex-character-based-fallback-expected.png: Added.
1564 * platform/win/fast/text/international/complex-character-based-fallback-expected.txt: Added.
1566 2007-12-07 Alexey Proskuryakov <ap@webkit.org>
1570 <rdar://problem/5535636>
1571 Have to press 4 times instead of 2 times to get the expected result of ^^ with german keyboard.
1573 http://bugs.webkit.org/show_bug.cgi?id=13916
1574 JavaScript detects Tab as a character input on a textfield validation
1576 * platform/win/fast/events: Added.
1577 * platform/win/fast/events/double-dead-char-expected.txt: Added.
1578 * platform/win/fast/events/double-dead-char.html: Added.
1579 * fast/events/key-events-in-input-button.html: Added
1580 * fast/events/key-events-in-input-button-expected.txt: Added
1581 * fast/events/key-events-in-input-text.html: Added
1582 * fast/events/key-events-in-input-text-expected.txt: Added
1584 * fast/events/access-key-self-destruct.html:
1585 * fast/forms/listbox-onchange.html:
1586 * fast/forms/listbox-selection.html:
1587 * fast/forms/access-key.html:
1588 * fast/forms/legend-access-key.html:
1589 * fast/forms/enter-clicks-buttons.html:
1590 * fast/forms/check-box-enter-key.html:
1591 * fast/forms/button-enter-click.html:
1592 * fast/events/onsearch-enter.html:
1593 * fast/events/onchange-passwordfield.html:
1594 * fast/events/onchange-searchfield.html:
1595 * fast/events/onchange-textfield.html:
1596 Use eventSender instead of DOM events, because it emulates the real user action much better,
1597 and we weren't getting cross-browser compatibility for the tests anyway.
1599 * fast/events/frame-tab-focus.html:
1600 * fast/html/tab-order.html:
1601 * fast/forms/select-enter-key.html:
1602 * fast/forms/focus2-expected.txt:
1603 * fast/forms/focus2.html:
1604 * fast/events/option-tab.html:
1605 Dispatch a keydown instead of keypress, as this is when default processing is now done.
1606 Possibly, it would be better stiull to use eventSender here, as well.
1608 * fast/forms/onchange-enter-submit.html:
1609 * fast/forms/select-double-onchange.html:
1610 * fast/forms/textfield-onchange-deletion.html:
1611 The correct code is '\r', not '\n' - previously, the difference was lost while converting
1612 events back and forth.
1614 * fast/forms/search-event-delay.html: Use a new named key to dispatch backspace - the
1615 character code for it is cross-platform, but key code is not.
1616 Also changed the test to call notifyDone() from a timer - otherwise, DRT would hang as
1617 WM_KEYUP was dispatched after WM_QUIT. I tried and couldn't make DRT work, but I'm
1618 fairly confident that this issue doesn't affect Safari.
1620 * fast/events/keydown-keypress-preventDefault-expected.txt:
1621 * fast/events/keydown-keypress-preventDefault.html:
1622 This test claimed that its expacted behavior matched both IE and Firefox, but it did not.
1625 * fast/events/js-keyboard-event-creation-expected.txt:
1626 * fast/events/js-keyboard-event-creation.html:
1627 This test was problematic, because it was tabbing out to chrome, and that doesn't work
1628 well in DRT. I have added another input for it to have a nicer target.
1630 * platform/mac/fast/events/objc-event-api-expected.txt:
1631 Updated for new behavior:
1632 - eventSender.keyDown() now dispatches a keyUp, too;
1633 - raw events do not have charCode;
1634 - keypresses do not have keyIdentifiers.
1636 2007-12-10 Oliver Hunt <oliver@apple.com>
1638 Reviewed by Weinig, Dan and Alexey.
1640 Layout test to confirm correct character encoding is used to
1641 load dynamically loaded scripts.
1643 * fast/encoding/no-charset-on-dynamic-script-load.html: Added.
1644 * fast/encoding/resources/dynamic-load-target.js: Added.
1646 2007-12-10 Justin Garcia <justin.garcia@apple.com>
1648 Reviewed by Oliver Hunt.
1650 <rdar://problem/5482023> GoogleDocs: After performing FormatBlock in an empty document, certain functions are disabled
1652 * editing/execCommand/5482023.html: Added.
1653 * platform/mac/editing/execCommand/5482023-expected.checksum: Added.
1654 * platform/mac/editing/execCommand/5482023-expected.png: Added.
1655 * platform/mac/editing/execCommand/5482023-expected.txt: Added.
1657 2007-12-10 Darin Adler <darin@apple.com>
1659 Reviewed by Sam Weinig.
1661 - test for http://bugs.webkit.org/show_bug.cgi?id=16379
1662 REGRESSION(r28525): Failures in http/tests/xmlhttprequest/response-encoding.html and
1663 fast/dom/xmlhttprequest-html-response-encoding.html
1664 and <rdar://problem/5640230> REGRESSION (306A4-ToT): Access violation in PCRE function
1665 find_firstassertedchar
1667 * fast/js/regexp-find-first-asserted-expected.txt: Added.
1668 * fast/js/regexp-find-first-asserted.html: Added.
1669 * fast/js/resources/regexp-find-first-asserted.js: Added.
1671 2007-12-10 Antti Koivisto <antti@apple.com>
1675 The load events could fire before the event listener was registered making these tests fail occasionally.
1677 No changes to test results.
1679 * media/video-source-media.html:
1680 * media/video-source-type.html:
1681 * media/video-source.html:
1682 * media/video-src-remove.html:
1683 * media/video-src-source.html:
1684 * media/video-src.html:
1685 * media/video-test.js:
1687 2007-12-10 Stephanie <slewis@apple.com>
1689 Rubber-stamped by Sam.
1691 Check in correct results
1693 * svg/custom/resource-client-removal-expected.txt:
1695 2007-12-10 Rob Buis <buis@kde.org>
1700 http://bugs.webkit.org/show_bug.cgi?id=16182
1701 SVG should disable antialiasing for shape-rendering="crispEdges"
1703 * svg/custom/shape-rendering-expected.checksum: Added.
1704 * svg/custom/shape-rendering-expected.png: Added.
1705 * svg/custom/shape-rendering-expected.txt: Added.
1706 * svg/custom/shape-rendering.svg: Added.
1708 2007-12-09 Rob Buis <buis@kde.org>
1713 http://bugs.webkit.org/show_bug.cgi?id=16163
1714 SVG crash in Node::setChanged() on Debug builds only (trashed parent)
1716 * svg/custom/resource-client-removal-expected.checksum: Added.
1717 * svg/custom/resource-client-removal-expected.png: Added.
1718 * svg/custom/resource-client-removal-expected.txt: Added.
1719 * svg/custom/resource-client-removal.svg: Added.
1721 2007-12-10 David D. Kilzer <ddkilzer@webkit.org>
1723 Bug 9683: Implement select.options.remove() method
1724 <http://bugs.webkit.org/show_bug.cgi?id=9683>
1728 * fast/js/resources/select-options-remove.js: Added.
1729 * fast/js/select-options-remove-expected.txt: Added.
1730 * fast/js/select-options-remove-gc-expected.txt: Added.
1731 * fast/js/select-options-remove-gc.html: Added.
1732 * fast/js/select-options-remove.html: Added.
1734 2007-12-10 Alexey Proskuryakov <ap@webkit.org>
1736 Removed fast/events/objc-keyboard-event-creation.html from skipped list, as this test has
1737 been moved to platform/mac long ago.
1739 * platform/win/Skipped:
1741 2007-12-09 Oliver Hunt <oliver@apple.com>
1745 Somehow I managed to not check in new expected results
1748 * svg/dom/path-parser-expected.txt:
1750 2007-12-09 Oliver Hunt <oliver@apple.com>
1754 Prevent unlimited iteration in the case of invalid path data.
1756 The only path commands that can leave numbers trailing the command processing
1757 are 'm' and 'M', in which trailing numbers are parsed as arguments to an
1758 implicit lineto command. In any case we should just terminate as an invalid
1761 * svg/dom/path-parser-expected.txt:
1762 * svg/dom/path-parser.html:
1764 2007-12-08 Sam Weinig <sam@webkit.org>
1766 Rubber-stamped by Adam Roben.
1768 * fast/dom/Window/window-resize-and-move-arguments.html: Make the window small enough
1769 that this test won't fail on systems with lower resolutions.
1771 2007-12-08 Oliver Hunt <oliver@apple.com>
1775 Split the ENABLE_SVG_EXPERIMENTAL_FEATURES flag into separate flags.
1777 Fixes <rdar://problem/5620249> Must disable SVG animation
1778 <rdar://problem/5612772> Disable SVG filters on Mac to match Windows behavior
1780 These layout test changes are caused by some of the experimental
1781 features no longer being enabled by default.
1783 * fast/dom/Window/window-properties-expected.txt:
1784 * platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt:
1785 * platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.txt:
1786 * platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt:
1787 * platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt:
1788 * platform/mac/svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt:
1789 * platform/mac/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.txt:
1790 * platform/mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt:
1791 * platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt:
1792 * platform/mac/svg/W3C-SVG-1.1/filters-felem-01-b-expected.txt:
1793 * platform/mac/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.txt:
1794 * platform/mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt:
1795 * platform/mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.txt:
1796 * platform/mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt:
1797 * platform/mac/svg/W3C-SVG-1.1/filters-offset-01-b-expected.txt:
1798 * platform/mac/svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt:
1799 * platform/mac/svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt:
1800 * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt:
1801 * platform/mac/svg/custom/empty-merge-expected.txt:
1802 * platform/mac/svg/custom/feComponentTransfer-Discrete-expected.txt:
1803 * platform/mac/svg/custom/feComponentTransfer-Gamma-expected.txt:
1804 * platform/mac/svg/custom/feComponentTransfer-Linear-expected.txt:
1805 * platform/mac/svg/custom/feComponentTransfer-Table-expected.txt:
1806 * platform/mac/svg/custom/feDisplacementMap-01-expected.txt:
1807 * platform/mac/svg/custom/filter-source-alpha-expected.txt:
1808 * platform/mac/svg/custom/image-with-transform-clip-filter-expected.txt:
1809 * platform/mac/svg/custom/invalid-css-expected.txt:
1810 * platform/mac/svg/custom/non-opaque-filters-expected.txt:
1811 * platform/mac/svg/custom/text-filter-expected.txt:
1812 * platform/mac/svg/custom/visibility-override-filter-expected.txt:
1813 * svg/batik/filters/filterRegions-expected.txt:
1814 * svg/batik/text/textEffect-expected.txt:
1815 * svg/batik/text/textEffect3-expected.txt:
1816 * svg/batik/text/textFeatures-expected.txt:
1817 * svg/batik/text/textProperties-expected.txt:
1818 * svg/custom/js-svg-constructors-expected.txt:
1819 * svg/dom/font-face-elements-expected.txt:
1820 * svg/webarchive/svg-feimage-subresources-expected.txt:
1822 2007-12-08 Sam Weinig <sam@webkit.org>
1826 Test that calling window scrolling, moving and resizing methods with
1827 less than 2 arguments is not allowed and that calling them with more
1830 * fast/dom/Window/window-resize-and-move-arguments-expected.txt: Added.
1831 * fast/dom/Window/window-resize-and-move-arguments.html: Added.
1832 * fast/dom/Window/window-scroll-arguments-expected.txt: Added.
1833 * fast/dom/Window/window-scroll-arguments.html: Added.
1834 * http/tests/security/cross-frame-access-get-expected.txt:
1836 2007-12-08 Dan Bernstein <mitz@apple.com>
1838 Reviewed by Adele Peterson.
1840 - test that re-inserting a parser-generated <style> element applies its
1843 * fast/dom/HTMLStyleElement: Added.
1844 * fast/dom/HTMLStyleElement/insert-parser-generated.html: Added.
1845 * platform/mac/fast/dom/HTMLStyleElement: Added.
1846 * platform/mac/fast/dom/HTMLStyleElement/insert-parser-generated-expected.checksum: Added.
1847 * platform/mac/fast/dom/HTMLStyleElement/insert-parser-generated-expected.png: Added.
1848 * platform/mac/fast/dom/HTMLStyleElement/insert-parser-generated-expected.txt: Added.
1850 2007-12-08 Rob Buis <buis@kde.org>
1855 http://bugs.webkit.org/show_bug.cgi?id=15464
1856 SVGLengthList allows bad values
1858 * svg/custom/invalid-lengthlist-expected.checksum: Added.
1859 * svg/custom/invalid-lengthlist-expected.png: Added.
1860 * svg/custom/invalid-lengthlist-expected.txt: Added.
1861 * svg/custom/invalid-lengthlist.svg: Added.
1862 * svg/dom/length-list-parser-expected.txt:
1864 2007-12-07 Antti Koivisto <antti@apple.com>
1868 Test video painting when transform is applied.
1870 * media/video-paint-test.js: Added.
1871 * media/video-transformed.html: Added.
1872 * platform/mac/media/video-transformed-expected.checksum: Added.
1873 * platform/mac/media/video-transformed-expected.png: Added.
1874 * platform/mac/media/video-transformed-expected.txt: Added.
1876 2007-12-07 Dan Bernstein <mitz@apple.com>
1878 Reviewed by Sam Weinig.
1880 - test for http://bugs.webkit.org/show_bug.cgi?id=16348
1881 @font-face does not affect the default style
1883 * fast/css/font-face-default-font.html: Added.
1884 * platform/mac-leopard/fast/css: Added.
1885 * platform/mac-leopard/fast/css/font-face-default-font-expected.checksum: Added.
1886 * platform/mac-leopard/fast/css/font-face-default-font-expected.png: Added.
1887 * platform/mac/fast/css/font-face-default-font-expected.txt: Added.
1889 2007-12-07 Darin Adler <darin@apple.com>
1893 - test for <rdar://problem/5608795> CrashTracer: 481 crashes in Safari
1894 at WebCore::HTMLSelectElement::saveState const + 152
1896 * fast/forms/select-set-inner-expected.txt: Added.
1897 * fast/forms/select-set-inner.html: Added.
1899 2007-12-07 Dan Bernstein <mitz@apple.com>
1901 Reviewed by Darin Adler.
1903 - repaint test for <rdar://problem/5499918> REGRESSION: insertion point in input field with custom border cuts holes in focus ring interior edges
1905 * fast/repaint/focus-ring.html: Added.
1906 * platform/mac/fast/repaint/focus-ring-expected.checksum: Added.
1907 * platform/mac/fast/repaint/focus-ring-expected.png: Added.
1908 * platform/mac/fast/repaint/focus-ring-expected.txt: Added.
1910 2007-12-07 Dan Bernstein <mitz@apple.com>
1912 Reviewed by Darin Adler.
1914 - test for http://bugs.webkit.org/show_bug.cgi?id=16334
1915 <rdar://problem/5634923> REGRESSION (r28299): Homepage of any DotMac Web Gallery won't load completely
1917 * fast/dynamic/subtree-no-common-root-static-y.html: Added.
1918 * platform/mac/fast/dynamic/subtree-no-common-root-static-y-expected.checksum: Added.
1919 * platform/mac/fast/dynamic/subtree-no-common-root-static-y-expected.png: Added.
1920 * platform/mac/fast/dynamic/subtree-no-common-root-static-y-expected.txt: Added.
1922 2007-12-07 Alexey Proskuryakov <ap@webkit.org>
1926 http://bugs.webkit.org/show_bug.cgi?id=16325
1927 <rdar://problem/5632997> REGRESSION: www.xerox.ru doesn't work
1929 * http/tests/misc/empty-cookie-expected.txt: Added.
1930 * http/tests/misc/empty-cookie.html: Added.
1932 2007-12-06 Alexey Proskuryakov <ap@webkit.org>
1936 http://bugs.webkit.org/show_bug.cgi?id=16091
1937 JSCRE needs to import the PCRE test suite
1939 We can use two files from PCRE test suite, as others either test for features not supported
1940 in JS, or use internal debugging facilities of PCRE.
1942 The files are checked in almost unmodified, I have only converted them to UTF-8 and removed two
1943 huge test cases that were completely incompatible with JSC, and were polluting the output.
1945 Many of the failures in results are just legitimate differences in behavior or possibly
1946 problems with the test runner, but some may be genuine bugs and even regressions in JSC.
1948 * fast/regex: Added.
1949 * fast/regex/pcre-test-runner.js: Added.
1950 * fast/regex/test1-expected.txt: Added.
1951 * fast/regex/test1.html: Added.
1952 * fast/regex/test4-expected.txt: Added.
1953 * fast/regex/test4.html: Added.
1954 * fast/regex/testinput1: Added.
1955 * fast/regex/testinput4: Added.
1956 * fast/regex/testoutput1: Added.
1957 * fast/regex/testoutput4: Added.
1959 2007-12-06 Dan Bernstein <mitz@apple.com>
1961 - updated render tree results for r28483
1963 * svg/batik/text/textEffect2-expected.txt:
1964 * svg/batik/text/textProperties-expected.txt:
1966 2007-12-06 Geoffrey Garen <ggaren@apple.com>
1968 Reviewed by Sam Weinig.
1970 Test for http://bugs.webkit.org/show_bug.cgi?id=16328
1971 REGRESSION (r28470): Crash expanding a GMail conversation
1973 * fast/frames/location-put-after-removal.html: Added.
1974 * fast/frames/resources/location-put-after-removal-frame.html: Added.
1975 * fast/frames/resources/location-put-after-removal-frame-expected.txt: Updated.
1977 2007-12-06 Darin Adler <darin@apple.com>
1979 Reviewed by Eric Seidel.
1981 - fix http://bugs.webkit.org/show_bug.cgi?id=16321
1982 new RegExp("[\u0097]{4,6}", "gmy") crashes in DEBUG builds
1983 <rdar://problem/5632992>
1985 * fast/js/regexp-overflow-expected.txt: Updated.
1986 * fast/js/resources/regexp-overflow.js: Added test.
1988 2007-12-06 Adele Peterson <adele@apple.com>
1992 Fix <rdar://problem/5631356> Toggling display property on video causes controls to get lost
1994 * media/video-display-toggle.html: Added.
1995 * platform/mac/media/video-display-toggle-expected.checksum: Added.
1996 * platform/mac/media/video-display-toggle-expected.png: Added.
1997 * platform/mac/media/video-display-toggle-expected.txt: Added.
1999 2007-12-05 Rob Buis <buis@kde.org>
2004 http://bugs.webkit.org/show_bug.cgi?id=15289
2005 WebKit does not respect clip paths of a 0x0 rect
2007 * platform/mac/svg/W3C-SVG-1.1/masking-path-04-b-expected.png:
2008 * platform/mac/svg/W3C-SVG-1.1/masking-path-04-b-expected.txt:
2009 * platform/mac/svg/batik/text/textEffect2-expected.checksum:
2010 * platform/mac/svg/batik/text/textEffect2-expected.png:
2011 * platform/mac/svg/batik/text/textProperties-expected.checksum:
2012 * platform/mac/svg/batik/text/textProperties-expected.png:
2013 * svg/custom/empty-clip-path-expected.checksum: Added.
2014 * svg/custom/empty-clip-path-expected.png: Added.
2015 * svg/custom/empty-clip-path-expected.txt: Added.
2016 * svg/custom/empty-clip-path.svg: Added.
2018 2007-12-05 Alice Liu <alice.liu@apple.com>
2022 Addressed <rdar://problem/5137284> fast/events/mouseout-dead-node.html fails on boomer
2024 * fast/events/mouseout-dead-node.html:
2025 Changed the questionable calls to mouseUp() to mouseMoveTo() to better simulate mouseovers
2026 * platform/win/Skipped:
2027 removed this test from skipped file
2029 2007-12-05 Adam Roben <aroben@apple.com>
2031 * platform/win/Skipped: Add a crashing test.
2033 2007-12-05 Adam Roben <aroben@apple.com>
2035 * platform/win/Skipped: Add another test failing due to fonts.
2037 2007-12-05 Dan Bernstein <mitz@apple.com>
2039 Reviewed by Adam Roben.
2041 - adding a test for http://bugs.webkit.org/show_bug.cgi?id=16097
2043 * fast/dom/ImageDocument-image-deletion-expected.txt: Added.
2044 * fast/dom/ImageDocument-image-deletion.html: Added.
2046 2007-12-04 Adele Peterson <adele@apple.com>
2050 Test for <rdar://problem/5499918> REGRESSION: insertion point in input field with custom border cuts holes in focus ring interior edges
2052 * fast/forms/textfield-outline.html: Added.
2053 * platform/mac/fast/forms/textfield-outline-expected.checksum: Added.
2054 * platform/mac/fast/forms/textfield-outline-expected.png: Added.
2055 * platform/mac/fast/forms/textfield-outline-expected.txt: Added.
2057 2007-12-04 Sam Weinig <sam@webkit.org>
2059 Reviewed by Adam Roben.
2061 Remove http/tests/incremental/frame-focus-before-load.html from the skipped list
2062 as it is no longer crashing. <rdar://problem/5507278>
2064 * platform/win/Skipped:
2066 2007-12-04 Adele Peterson <adele@apple.com>
2070 Test for <rdar://problem/5622464> controls should show up for audio element
2072 * media/audio-controls-rendering.html: Added.
2073 * platform/mac/media/audio-controls-rendering-expected.checksum: Added.
2074 * platform/mac/media/audio-controls-rendering-expected.png: Added.
2075 * platform/mac/media/audio-controls-rendering-expected.txt: Added.
2077 2007-11-27 Adam Roben <aroben@apple.com>
2079 Remove a now-passing test from the Windows Skipped file
2083 * platform/win/Skipped:
2085 2007-12-03 Antti Koivisto <antti@apple.com>
2089 Test for <rdar://problem/5624802>
2090 Controller displays outside of <video> element when width and height aren't specified
2092 * media/remove-from-document.html: Improve coverage by doing relayout before finishing.
2093 * media/video-controls-rendering.html: Added.
2094 * platform/mac/media/video-controls-rendering-expected.checksum: Added.
2095 * platform/mac/media/video-controls-rendering-expected.png: Added.
2096 * platform/mac/media/video-controls-rendering-expected.txt: Added.
2098 2007-12-04 Darin Adler <darin@apple.com>
2102 - test for first part of http://bugs.webkit.org/show_bug.cgi?id=16220
2103 <rdar://problem/5625221> Crash opening www.news.com (CNet)
2105 * fast/js/regexp-overflow-expected.txt: Updated.
2106 * fast/js/resources/regexp-overflow.js: Added test cases.
2108 2007-12-03 Dan Bernstein <mitz@apple.com>
2110 Reviewed by Darin Adler.
2112 - remove passing test
2114 * platform/win/Skipped:
2116 2007-12-03 Dan Bernstein <mitz@apple.com>
2118 Reviewed by Dave Hyatt.
2120 - test for <rdar://problem/5346452> Resize event doesn't fire on body element inside a frame
2122 * fast/events/resize-subframe-expected.txt: Added.
2123 * fast/events/resize-subframe.html: Added.
2125 2007-12-03 Darin Adler <darin@apple.com>
2129 - test for http://bugs.webkit.org/show_bug.cgi?id=15618
2130 <rdar://problem/5619353> REGRESSION: Stack overflow/crash in KJS::equal (15618)
2132 * fast/js/recursion-limit-equal-expected.txt: Added.
2133 * fast/js/recursion-limit-equal.html: Added.
2134 * fast/js/resources/recursion-limit-equal.js: Added.
2136 2007-12-03 Dan Bernstein <mitz@apple.com>
2138 Reviewed by Darin Adler.
2140 - added a test of the behavior of getIntIdentifier with the integers
2143 * plugins/getintidentifier-special-values-expected.txt: Added.
2144 * plugins/getintidentifier-special-values.html: Added.
2146 2007-12-03 Rob Buis <buis@kde.org>
2151 http://bugs.webkit.org/show_bug.cgi?id=15767
2152 Text decorations do not respect "visibility" property
2154 * svg/custom/text-decoration-visibility-expected.checksum: Added.
2155 * svg/custom/text-decoration-visibility-expected.png: Added.
2156 * svg/custom/text-decoration-visibility-expected.txt: Added.
2157 * svg/custom/text-decoration-visibility.svg: Added.
2159 2007-12-03 Alice Liu <alice.liu@apple.com>
2161 Removing passing tests
2163 * platform/win/Skipped:
2165 2007-12-03 Nikolas Zimmermann <zimmermann@kde.org>
2169 Add new testcase verifying that CSS selectors don't affect the non-exposed SVG shadow tree.
2171 * platform/mac/svg/custom/use-css-no-effect-on-shadow-tree-expected.checksum: Added.
2172 * platform/mac/svg/custom/use-css-no-effect-on-shadow-tree-expected.png: Added.
2173 * platform/mac/svg/custom/use-css-no-effect-on-shadow-tree-expected.txt: Added.
2174 * svg/custom/use-css-no-effect-on-shadow-tree.svg: Added.
2176 2007-12-03 Nikolas Zimmermann <zimmermann@kde.org>
2178 Rubber stamped by Mark.
2180 Commit missing layout test results from my last commit (fix for bug 15403)
2182 * platform/mac/svg/custom/deep-dynamic-updates-expected.checksum:
2183 * platform/mac/svg/custom/deep-dynamic-updates-expected.png:
2184 * platform/mac/svg/custom/deep-dynamic-updates-expected.txt:
2185 * platform/mac/svg/custom/image-clipped-hit-expected.checksum:
2186 * platform/mac/svg/custom/image-clipped-hit-expected.png:
2187 * platform/mac/svg/custom/image-clipped-hit-expected.txt:
2188 * platform/mac/svg/custom/use-clipped-hit-expected.checksum:
2189 * platform/mac/svg/custom/use-clipped-hit-expected.png:
2190 * platform/mac/svg/custom/use-clipped-hit-expected.txt:
2191 * platform/mac/svg/custom/use-css-events-expected.checksum:
2192 * platform/mac/svg/custom/use-css-events-expected.png:
2194 2007-12-03 Dan Bernstein <mitz@apple.com>
2196 Reviewed by Adam Roben.
2198 - test for <rdar://problem/5538651> REGRESSSION: domfuzz: null deref in WebCore::Document::canReplaceChild
2200 * fast/dom/Document/replaceChild-null-oldChild-expected.txt: Added.
2201 * fast/dom/Document/replaceChild-null-oldChild.html: Added.
2202 * fast/dom/Document/resources/replaceChild-null-oldChild.js: Added.
2204 2007-12-02 Darin Adler <darin@apple.com>
2208 - test for http://bugs.webkit.org/show_bug.cgi?id=15848
2209 <rdar://problem/5619330> REGRESSION: Assertion failure viewing comments page on digg.com
2211 * fast/js/resources/sparse-array.js: Added.
2212 * fast/js/sparse-array-expected.txt: Added.
2213 * fast/js/sparse-array.html: Added.
2215 2007-12-02 Darin Adler <darin@apple.com>
2219 - tests for table-related HTMLCollection classes for misnested
2220 tables and for <rdar://problem/5601995> Hang/crash on http://ebay-uk.custhelp.com/
2222 * fast/dom/HTMLTableElement/resources: Added.
2223 * fast/dom/HTMLTableElement/resources/TEMPLATE.html: Added.
2224 * fast/dom/HTMLTableElement/resources/rows.js: Added.
2225 * fast/dom/HTMLTableElement/resources/tBodies.js: Added.
2226 * fast/dom/HTMLTableElement/rows-expected.txt: Added.
2227 * fast/dom/HTMLTableElement/rows.html: Added.
2228 * fast/dom/HTMLTableElement/tBodies-expected.txt: Added.
2229 * fast/dom/HTMLTableElement/tBodies.html: Added.
2230 * fast/dom/HTMLTableRowElement: Added.
2231 * fast/dom/HTMLTableRowElement/cells-expected.txt: Added.
2232 * fast/dom/HTMLTableRowElement/cells.html: Added.
2233 * fast/dom/HTMLTableRowElement/insertCell-expected.txt: Added.
2234 * fast/dom/HTMLTableRowElement/insertCell.html: Added.
2235 * fast/dom/HTMLTableRowElement/resources: Added.
2236 * fast/dom/HTMLTableRowElement/resources/TEMPLATE.html: Added.
2237 * fast/dom/HTMLTableRowElement/resources/cells.js: Added.
2238 * fast/dom/HTMLTableSectionElement: Added.
2239 * fast/dom/HTMLTableSectionElement/resources: Added.
2240 * fast/dom/HTMLTableSectionElement/resources/TEMPLATE.html: Added.
2241 * fast/dom/HTMLTableSectionElement/resources/rows.js: Added.
2242 * fast/dom/HTMLTableSectionElement/rows-expected.txt: Added.
2243 * fast/dom/HTMLTableSectionElement/rows.html: Added.
2245 2007-12-01 Antti Koivisto <antti@apple.com>
2249 Test that removing a media element when it is loading does not crash.
2250 Test that media is paused when it is removed from the tree.
2252 * http/tests/media/remove-while-loading-expected.txt: Added.
2253 * http/tests/media/remove-while-loading.html: Added.
2254 * media/remove-from-document-expected.txt: Added.
2255 * media/remove-from-document.html: Added.
2257 2007-12-01 Julien Chaffraix <julien.chaffraix@gmail.com>
2259 Bug 16189: XMLHttpRequest::setRequestHeader() should not set certain headers
2261 Reviewed by Darin Adler.
2263 * http/tests/xmlhttprequest/set-dangerous-headers-expected.txt:
2264 * http/tests/xmlhttprequest/set-dangerous-headers.html: Added tests for new headers
2266 2007-12-01 Dan Bernstein <mitz@apple.com>
2268 Reviewed by Darin Adler.
2270 - test for <rdar://problem/5619240> REGRESSION (Leopard-r28069): Reproducible crash with a Mootools-based calendar picker (jump to null in FrameView::layout)
2272 * fast/dynamic/subtree-common-root-expected.txt: Added.
2273 * fast/dynamic/subtree-common-root.html: Added.
2275 2007-11-30 Eric Seidel <eric@webkit.org>
2280 http://bugs.webkit.org/show_bug.cgi?id=16127
2282 * fast/js/regexp-compile-crash-expected.txt: Added.
2283 * fast/js/regexp-compile-crash.html: Added.
2285 2007-11-30 Adam Roben <aroben@apple.com>
2287 Copy some cross-platform results into platform/win to avoid picking up the platform/mac versions
2289 * platform/win/fast/dom/Window/window-resize-expected.txt: Copied from LayoutTests/fast/dom/Window/window-resize-expected.txt.
2290 * platform/win/fast/dom/wrapper-classes-expected.txt: Copied from LayoutTests/fast/dom/wrapper-classes-expected.txt.
2292 2007-11-30 Darin Adler <darin@apple.com>
2294 Reviewed by Adam Roben.
2296 - test for http://bugs.webkit.org/show_bug.cgi?id=16207
2297 JavaScript regular expressions should match UTF-16 code units rather than characters
2299 * fast/js/regexp-non-bmp-expected.txt: Added.
2300 * fast/js/regexp-non-bmp.html: Added.
2301 * fast/js/resources/regexp-non-bmp.js: Added.
2303 2007-11-30 Adele Peterson <adele@apple.com>
2307 Test for http://bugs.webkit.org/show_bug.cgi?id=16072
2308 <rdar://problem/5463821> REGRESSION: Mousemove event isn't fired when mouse moves over scrollbar with pressed button
2310 * fast/events/mousemove-after-drag-over-scrollbar-expected.txt: Added.
2311 * fast/events/mousemove-after-drag-over-scrollbar.html: Added.
2313 2007-11-30 Alexey Proskuryakov <ap@webkit.org>
2315 * platform/win/Skipped: Added editing/selection/5241148.html, which crashes for me.
2317 2007-11-29 Holger Hans Peter Freyther <holger.freyther@trolltech.com>
2321 * Fix fast/events/mousedown_in_scrollbar.html
2322 * This test used to crash in PlatformScrollbarQt::mouse*Event due parent() returning 0.
2323 * Extend the current check that the scrollbar in the mev can be go away.
2324 This happens if we destroy a RenderLayer as the result of a click. In the
2325 case of Qt we can have this scrollbar in m_lastScrollbarUnderMouse. The RenderLayer
2326 is the ScrollbarClient, m_lastScrollbarUnderMouse is a RefPtr and keeps the
2327 last reference. When calling into this scrollbar the m_client pointer is a dangling pointer.
2328 We extend the check to set m_lastScrollbarUnderMouse back to zero when it was the
2329 scrollbar in the old mev and is gone in the new one.
2330 * This happens only on the Qt port because we send more/different move events.
2332 * platform/qt/Skipped:
2334 2007-11-29 Antti Koivisto <antti@apple.com>
2338 Test for video aspect ratio calculation.
2340 * media/video-aspect-ratio.html: Added.
2341 * platform/mac/media: Added.
2342 * platform/mac/media/video-aspect-ratio-expected.checksum: Added.
2343 * platform/mac/media/video-aspect-ratio-expected.png: Added.
2344 * platform/mac/media/video-aspect-ratio-expected.txt: Added.
2346 2007-11-29 Anders Carlsson <andersca@apple.com>
2350 <rdar://problem/5230478>
2351 FrameLoadDelegate callbacks are not dumped in DRT.
2353 Remove now passing tests.
2355 * platform/win/Skipped:
2357 2007-11-29 Alice Liu <alice.liu@apple.com>
2361 * platform/win/Skipped: Removed two Mac-specific tests.
2363 2007-11-29 Alice Liu <alice.liu@apple.com>
2365 Move incorrect, Mac-specific results of fast/dom/Window/window-resize.html into platform/mac and replace them with non-Mac results
2367 The incorrect results are tracked by <rdar://5563578>.
2371 * fast/dom/Window/window-resize-expected.txt: Replaced.
2372 * platform/mac/fast/dom/Window/window-resize-expected.txt: Copied from fast/dom/Window/window-resize-expected.txt.
2373 * platform/win/Skipped: Removed window-resize tests.
2375 2007-11-29 Sam Weinig <sam@webkit.org>
2379 Revert r28213 which added an error callback that was not needed and changed
2382 * storage/transaction_callback_exception_crash.html:
2384 2007-11-29 Alice Liu <alice.liu@apple.com>
2388 * platform/win/Skipped: Removed a passing test.
2390 2007-11-29 Alice Liu <alice.liu@apple.com>
2392 Group failures related to dumpResourceLoadCallbacks being unimplemented
2396 * platform/win/Skipped:
2398 2007-11-29 Alice Liu <alice.liu@apple.com>
2400 Group failures related to using Cygwin paths
2404 * platform/win/Skipped:
2406 2007-11-29 Brady Eidson <beidson@apple.com>
2410 Fixed a hang in the layout tests.
2411 My checkin earlier today broke things such that the transaction call errors out instead of succeeds.
2412 Therefore LayoutTestController is never notified that the test is done.
2414 This changes modifies the test such that the controller is notified of completion even if
2415 there's a transaction error.
2417 The net effect of this fix is to transform the hang to a single layout test failure, so people
2418 and the bots don't have their run-webkit-tests hang while I try to fix the real regression.
2420 * storage/transaction_callback_exception_crash.html:
2422 2007-11-29 Darin Adler <darin@apple.com>
2426 - test for http://bugs.webkit.org/show_bug.cgi?id=16191
2427 REGRESSION: cannot tab to radio input after setting checked to false
2429 * fast/forms/input-radio-checked-tab-expected.txt: Added.
2430 * fast/forms/input-radio-checked-tab.html: Added.
2432 2007-11-29 Alice Liu <alice.liu@apple.com>
2434 Move Mac-specific results of fast/dom/wrapper-classes.html into platform/mac and replace them with non-Mac results
2438 * fast/dom/wrapper-classes-expected.txt: Replaced.
2439 * platform/mac/fast/dom/wrapper-classes-expected.txt: Copied from fast/dom/wrapper-classes-expected.txt.
2441 2007-11-29 Alice Liu <alice.liu@apple.com>
2443 Group drag-n-drop related failures under one bug
2445 We don't know the specific causes of these failures, but we believe
2446 they're due to bugs in DRT's drag-n-drop implementation.
2450 * platform/win/Skipped:
2452 2007-11-29 Alice Liu <alice.liu@apple.com>
2456 * platform/win/Skipped: Removed another passing test.
2458 2007-11-29 Alice Liu <alice.liu@apple.com>
2462 * platform/win/Skipped: Recategorized one failing test and removed a
2465 2007-11-29 Alice Liu <alice.liu@apple.com>
2467 Removing <rdar://5507350> from skipped list because it's not failing.
2469 * platform/win/Skipped:
2471 2007-11-29 Anders Carlsson <andersca@apple.com>
2475 Move Mac-specific tests to platform/mac.
2477 * fast/events/objc-event-api-expected.txt: Removed.
2478 * fast/events/objc-event-api.html: Removed.
2479 * fast/events/objc-keyboard-event-creation-expected.txt: Removed.
2480 * fast/events/objc-keyboard-event-creation.html: Removed.
2481 * platform/mac/fast/events/objc-event-api-expected.txt: Copied from fast/events/objc-event-api-expected.txt.
2482 * platform/mac/fast/events/objc-event-api.html: Copied from fast/events/objc-event-api.html.
2483 * platform/mac/fast/events/objc-keyboard-event-creation-expected.txt: Copied from fast/events/objc-keyboard-event-creation-expected.txt.
2484 * platform/mac/fast/events/objc-keyboard-event-creation.html: Copied from fast/events/objc-keyboard-event-creation.html.
2486 2007-11-29 Alice Liu <alice.liu@apple.com>
2488 Removing some fixed tests
2490 * platform/win/Skipped:
2492 2007-11-29 Anders Carlsson <andersca@apple.com>
2496 <rdar://problem/5132005>
2497 setUserStyleSheetEnabled is not fully implemented in Windows DRT.
2499 * platform/win/Skipped:
2501 2007-11-28 Mark Rowe <mrowe@apple.com>
2503 Unreviewed layout test fix. Fix typos in the name of four files used by HTTP layout tests.
2505 In r28120 and r28128 the references to these files had the typo fixed, but the files themselves did not.
2506 This caused four layout tests to fail.
2508 * http/tests/security/javascriptURL/resources/foreign-domain-javascipt-url-accessee-iframe.html: Removed.
2509 * http/tests/security/javascriptURL/resources/foreign-domain-javascipt-url-accessee-opened-frame.html: Removed.
2510 * http/tests/security/javascriptURL/resources/foreign-domain-javascipt-url-accessor-iframe.html: Removed.
2511 * http/tests/security/javascriptURL/resources/foreign-domain-javascipt-url-accessor-opened-frame.html: Removed.
2512 * 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.
2513 * 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.
2514 * 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.
2515 * 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.
2517 2007-11-28 Antti Koivisto <antti@apple.com>
2521 Test that fallback content inside media elements is not be rendered.
2523 * media/fallback-expected.txt: Added.
2524 * media/fallback.html: Added.
2526 2007-11-28 Alice Liu <alice.liu@apple.com>
2528 just some more typo fixes
2530 * http/tests/security/javascriptURL/xss-ALLOWED-from-javascript-url-sub-frame-2-level-expected.txt:
2531 * http/tests/security/javascriptURL/xss-ALLOWED-from-javascript-url-sub-frame-2-level.html:
2532 * http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-url-from-javscript-url-expected.txt:
2533 * http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-url-from-javscript-url.html:
2534 * http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-url-sub-frame-2-level-expected.txt:
2535 * http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-url-sub-frame-2-level.html:
2536 * http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-url-sub-frame-expected.txt:
2537 * http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-url-sub-frame.html:
2538 * http/tests/security/javascriptURL/xss-DENIED-from-javascript-url-in-foreign-domain-subframe-expected.txt:
2539 * http/tests/security/javascriptURL/xss-DENIED-from-javascript-url-in-foreign-domain-subframe.html:
2540 * http/tests/security/javascriptURL/xss-DENIED-from-javascript-url-in-foreign-domain-window-open-expected.txt:
2541 * http/tests/security/javascriptURL/xss-DENIED-from-javascript-url-in-foreign-domain-window-open.html:
2542 * http/tests/security/javascriptURL/xss-DENIED-to-javascript-url-in-foreign-domain-subframe-expected.txt:
2543 * http/tests/security/javascriptURL/xss-DENIED-to-javascript-url-in-foreign-domain-subframe.html:
2544 * http/tests/security/javascriptURL/xss-DENIED-to-javascript-url-in-foreign-domain-window-open-expected.txt:
2545 * http/tests/security/javascriptURL/xss-DENIED-to-javascript-url-in-foreign-domain-window-open.html:
2547 2007-11-28 Antti Koivisto <antti@apple.com>
2551 <rdar://problem/5605668>
2552 Implement controls attribute for video element
2554 - A new test for the controls attribute.
2555 - Add the controls attibute to all existing video tests. This will give the code
2556 some additional exercise without affecting test results.
2558 * media/progress-event.html:
2559 * media/video-append-source.html:
2560 * media/video-autoplay.html:
2561 * media/video-buffered.html:
2562 * media/video-controls-expected.txt: Added.
2563 * media/video-controls.html: Added.
2564 * media/video-currentTime-set.html:
2565 * media/video-currentTime-set2.html:
2566 * media/video-currentTime.html:
2567 * media/video-dom-autoplay.html:
2568 * media/video-dom-end.html:
2569 * media/video-dom-loopcount.html:
2570 * media/video-dom-loopend.html:
2571 * media/video-dom-loopstart.html:
2572 * media/video-dom-src.html:
2573 * media/video-dom-start.html:
2574 * media/video-end.html:
2575 * media/video-error-abort.html:
2576 * media/video-error-does-not-exist.html:
2577 * media/video-load-networkState.html:
2578 * media/video-load-readyState.html:
2579 * media/video-loopcount.html:
2580 * media/video-loopend.html:
2581 * media/video-loopstart.html:
2582 * media/video-muted.html:
2583 * media/video-no-autoplay.html:
2584 * media/video-pause-empty-events.html:
2585 * media/video-play-empty-events.html:
2586 * media/video-play-pause-events.html:
2587 * media/video-play-pause-exception.html:
2588 * media/video-poster.html:
2589 * media/video-seek-past-end-paused.html:
2590 * media/video-seek-past-end-playing.html:
2591 * media/video-seekable.html:
2592 * media/video-seeking.html:
2593 * media/video-size.html:
2594 * media/video-source-media.html:
2595 * media/video-source-type.html:
2596 * media/video-source.html:
2597 * media/video-src-change.html:
2598 * media/video-src-remove.html:
2599 * media/video-src-set.html:
2600 * media/video-src-source.html:
2601 * media/video-src.html:
2602 * media/video-start.html:
2603 * media/video-volume.html:
2604 * media/video-width-height.html:
2606 2007-11-28 Justin Garcia <justin.garcia@apple.com>
2608 Reviewed by Darin Adler.
2610 <rdar://problem/5573879> GMail Beta: Crash in when undoing Remove Formating
2612 Added to demonstrate fixes:
2613 * editing/execCommand/5573879.html: Added.
2614 * platform/mac/editing/execCommand/5573879-expected.checksum: Added.
2615 * platform/mac/editing/execCommand/5573879-expected.png: Added.
2616 * platform/mac/editing/execCommand/5573879-expected.txt: Added.
2618 Fixes (RemoveFormat now preserves the selection correctly):
2619 * platform/mac/editing/execCommand/4920742-1-expected.checksum:
2620 * platform/mac/editing/execCommand/4920742-1-expected.png:
2621 * platform/mac/editing/execCommand/4920742-1-expected.txt:
2622 * platform/mac/editing/execCommand/remove-formatting-2-expected.checksum:
2623 * platform/mac/editing/execCommand/remove-formatting-2-expected.png:
2624 * platform/mac/editing/execCommand/remove-formatting-2-expected.txt:
2625 * platform/mac/editing/execCommand/remove-formatting-expected.checksum:
2626 * platform/mac/editing/execCommand/remove-formatting-expected.png:
2627 * platform/mac/editing/execCommand/remove-formatting-expected.txt:
2629 2007-11-28 Timothy Hatcher <timothy@apple.com>
2631 Make this test not depend on the screen size.
2633 * fast/dom/Window/window-resize-expected.txt:
2634 * fast/dom/Window/window-resize.html:
2636 2007-11-28 Anders Carlsson <andersca@apple.com>
2640 <rdar://problem/5132001>
2641 contextClick is not implemented in DRT on Windows.
2643 Remove tests that pass now that we have contextClick.
2645 * platform/win/Skipped:
2647 2007-11-28 Alice Liu <alice.liu@apple.com>
2649 Removing some tests tracked by <rdar://5130762> because they don't fail.
2651 * platform/win/Skipped:
2653 2007-11-28 Alice Liu <alice.liu@apple.com>
2655 Removing fixed tests tracked by <rdar://5128229>
2657 * platform/win/Skipped:
2659 2007-11-28 Alice Liu <alice.liu@apple.com>
2661 Rubberstamped by Sam.
2663 Fixing a typo in some filenames
2665 * http/tests/security/javascriptURL/xss-DENIED-from-javascipt-url-in-foreign-domain-subframe-expected.txt: Removed.
2666 * http/tests/security/javascriptURL/xss-DENIED-from-javascipt-url-in-foreign-domain-subframe.html: Removed.
2667 * http/tests/security/javascriptURL/xss-DENIED-from-javascipt-url-in-foreign-domain-window-open-expected.txt: Removed.
2668 * http/tests/security/javascriptURL/xss-DENIED-from-javascipt-url-in-foreign-domain-window-open.html: Removed.
2669 * 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.
2670 * 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.
2671 * 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.
2672 * 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.
2673 * http/tests/security/javascriptURL/xss-DENIED-to-javascipt-url-in-foreign-domain-subframe-expected.txt: Removed.
2674 * http/tests/security/javascriptURL/xss-DENIED-to-javascipt-url-in-foreign-domain-subframe.html: Removed.
2675 * http/tests/security/javascriptURL/xss-DENIED-to-javascipt-url-in-foreign-domain-window-open-expected.txt: Removed.
2676 * http/tests/security/javascriptURL/xss-DENIED-to-javascipt-url-in-foreign-domain-window-open.html: Removed.
2677 * 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.
2678 * 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.
2679 * 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.
2680 * 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.
2681 * platform/win/Skipped:
2683 2007-11-28 Dan Bernstein <mitz@apple.com>
2685 Reviewed by Dave Hyatt.
2687 - test for <rdar://problem/5612459> CrashTracer: [REGRESSION] 61 crashes in Safari at com.apple.WebCore: WebCore::AutoTableLayout::layout + 2046
2689 * fast/table/empty-auto-column-zero-divide-expected.txt: Added.
2690 * fast/table/empty-auto-column-zero-divide.html: Added.
2692 2007-11-28 Jon Honeycutt <jhoneycutt@apple.com>
2696 <rdar://problem/5507360> plugins/return-error-from-new-stream-callback-
2697 in-full-frame-plugin.html is crashing
2699 Alice fixed this in r28046
2701 * platform/win/Skipped:
2703 2007-11-27 Beth Dakin <bdakin@apple.com>
2707 Test for <rdar://problem/5616052> SVGs with width or height of 100%
2708 hang when used as a background-image (16164)
2710 * fast/images/resources/width-100-percent.svg: Added.
2711 * fast/images/svg-width-100p-as-background.html: Added.
2712 * platform/mac/fast/images/svg-width-100p-as-background-expected.checksum: Added.
2713 * platform/mac/fast/images/svg-width-100p-as-background-expected.png: Added.
2714 * platform/mac/fast/images/svg-width-100p-as-background-expected.txt: Added.
2716 2007-11-27 Timothy Hatcher <timothy@apple.com>
2718 Reviewed by Kevin McCullough.
2720 Bug 16161: window.moveBy(0, 0) moves the window by -22px vertically
2721 http://bugs.webkit.org/show_bug.cgi?id=16161
2723 Added test cases for moveBy(0, 0), moveBy(0, 1) and moveBy(1, 0).
2725 * fast/dom/Window/window-resize.html:
2726 * fast/dom/Window/window-resize-expected.txt:
2728 2007-11-26 Timothy Hatcher <timothy@apple.com>
2730 Reviewed by Dave Hyatt.
2732 Test for: <rdar://problem/5569233> Add the ability to disable author and user CSS styles
2734 * fast/css/disabled-author-styles.html: Added.
2735 * platform/mac/fast/css/disabled-author-styles-expected.txt: Added.
2737 2007-11-26 Feng Qian <ian.eng.webkit@gmail.com>
2739 Reviewed by Sam Weinig.
2741 Tests for http://bugs.webkit.org/show_bug.cgi?id=16073
2743 * http/tests/security/resources/iframe-invalid-domain-change.html: Added.
2744 * http/tests/security/xss-DENIED-invalid-domain-change-expected.txt: Added.
2745 * http/tests/security/xss-DENIED-invalid-domain-change.html: Added.
2747 2007-11-26 Darin Adler <darin@apple.com>
2751 - test for http://bugs.webkit.org/show_bug.cgi?id=16096
2752 REGRESSION (r26653-r26699): Plaxo.com addressbook does not load in webkit nightlies
2754 * fast/js/regexp-overflow-expected.txt: Added.
2755 * fast/js/regexp-overflow.html: Added.
2756 * fast/js/resources/regexp-overflow.js: Added.
2758 2007-11-26 Sam Weinig <sam@webkit.org>
2762 Tests for <rdar://problem/5592988>
2764 - Update and add tests for new tighter restrictions on what frames in other domains
2767 * http/tests/security/cross-frame-access-location-expected.txt:
2768 * http/tests/security/frameNavigation: Added.
2769 * http/tests/security/frameNavigation/resources: Added.
2770 * http/tests/security/frameNavigation/resources/iframe-that-performs-parent-navigation.html: Added.
2771 * http/tests/security/frameNavigation/resources/iframe-with-inner-frame-on-foreign-domain.html: Added.
2772 * http/tests/security/frameNavigation/resources/navigation-changed-iframe.html: Added.
2773 * http/tests/security/frameNavigation/xss-ALLOWED-parent-navigation-change-expected.txt: Added.
2774 * http/tests/security/frameNavigation/xss-ALLOWED-parent-navigation-change.html: Added.
2775 * http/tests/security/frameNavigation/xss-ALLOWED-targeted-subframe-navigation-change-expected.txt: Added.
2776 * http/tests/security/frameNavigation/xss-ALLOWED-targeted-subframe-navigation-change.html: Added.
2778 2007-11-26 Dan Bernstein <mitz@apple.com>
2780 Reviewed by Dave Hyatt.
2782 - 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
2784 * fast/dynamic/float-withdrawal-2.html: Added.
2785 * platform/mac/fast/dynamic/float-withdrawal-2-expected.checksum: Added.
2786 * platform/mac/fast/dynamic/float-withdrawal-2-expected.png: Added.
2787 * platform/mac/fast/dynamic/float-withdrawal-2-expected.txt: Added.
2789 2007-11-25 Adam Roben <aroben@apple.com>
2791 * platform/win/Skipped: Add a known failure.
2793 2007-11-25 Adam Roben <aroben@apple.com>
2795 * platform/win/Skipped: Remove an unnecessary entry.
2797 2007-11-25 Mark Rowe <mrowe@apple.com>
2799 Reviewed by Dan Bernstein.
2801 Test for http://bugs.webkit.org/show_bug.cgi?id=16129
2802 Bug 16129: REGRESSION (r27761-r27811): malloc error while visiting http://mysit.es (crashes release build)
2804 * fast/js/regexp-range-out-of-order-expected.txt: Added.
2805 * fast/js/regexp-range-out-of-order.html: Added.
2806 * fast/js/resources/regexp-range-out-of-order.js: Added.
2808 2007-11-25 Nikolas Zimmermann <zimmermann@kde.org>
2810 Reviewed by Adam Roben.
2812 Update layout test results after fixing text path boundaries if text-anchor is not set to 'start'.
2814 * platform/mac/svg/W3C-SVG-1.1/text-align-04-b-expected.txt:
2815 * platform/mac/svg/text/textPathBoundsBug-expected.checksum: Added.
2816 * platform/mac/svg/text/textPathBoundsBug-expected.png: Added.
2817 * platform/mac/svg/text/textPathBoundsBug-expected.txt: Added.
2818 * svg/batik/text/textGlyphOrientationHorizontal-expected.txt:
2819 * svg/batik/text/textOnPath-expected.txt:
2820 * svg/batik/text/textOnPath3-expected.txt:
2821 * svg/batik/text/verticalTextOnPath-expected.txt:
2822 * svg/text/text-align-04-b-expected.checksum:
2823 * svg/text/text-align-04-b-expected.png:
2824 * svg/text/text-align-04-b-expected.txt:
2825 * svg/text/textPathBoundsBug.svg: Added.
2827 2007-11-25 Alexey Proskuryakov <ap@webkit.org>
2831 http://bugs.webkit.org/show_bug.cgi?id=15919
2832 XSLTProcessor.transformToFragment creates an extra not defined TEXT_NODE at the end
2834 * fast/xsl/extra-lf-at-end-expected.txt: Added.
2835 * fast/xsl/extra-lf-at-end.html: Added.
2836 * fast/xsl/xslt-processor-expected.txt:
2837 * platform/mac/fast/xsl/xslt-enc-cyr-expected.txt:
2838 * platform/mac/fast/xsl/xslt-enc-expected.txt:
2839 * platform/mac/fast/xsl/xslt-enc16-expected.txt:
2840 * platform/mac/fast/xsl/xslt-enc16to16-expected.txt:
2841 * platform/mac/fast/xsl/xslt-text-expected.txt:
2843 2007-11-24 David D. Kilzer <ddkilzer@webkit.org>
2845 Added tests for select.options.remove(boolean).
2849 * fast/js/resources/select-options-add.js: Added two tests.
2850 * fast/js/select-options-add-expected.txt: Updated results.
2852 2007-11-23 Antti Koivisto <antti@apple.com>
2854 Set video src from script, not from the element attribute. This
2855 guarantees load events do not fire before event listeners are registered.
2856 This change does not affect test results.
2858 * media/progress-event.html:
2859 * media/video-autoplay.html:
2860 * media/video-buffered.html:
2861 * media/video-currentTime-set.html:
2862 * media/video-currentTime-set2.html:
2863 * media/video-currentTime.html:
2864 * media/video-dom-autoplay.html:
2865 * media/video-error-abort.html:
2866 * media/video-error-does-not-exist.html:
2867 * media/video-load-networkState.html:
2868 * media/video-load-readyState.html:
2869 * media/video-no-autoplay.html:
2870 * media/video-seekable.html:
2871 * media/video-seeking.html:
2872 * media/video-size.html:
2873 * media/video-src.html:
2874 * media/video-start.html:
2876 2007-11-23 Alexey Proskuryakov <ap@webkit.org>
2880 <rdar://problem/5539306> REGRESSION: redirect fails when subframe's document is opened but
2881 not closed (affects digg.com)
2883 * fast/loader/meta-refresh-vs-open-expected.txt: Added.
2884 * fast/loader/meta-refresh-vs-open.html: Added.
2885 Test that HTTP refresh never fires if the document stays open indefinitely.
2887 * fast/loader/redirect-with-open-subframe-expected.txt: Added.
2888 * fast/loader/redirect-with-open-subframe.html: Added.
2889 * fast/loader/redirect-with-open-subframe-2-expected.txt: Added.
2890 * fast/loader/redirect-with-open-subframe-2.html: Added.
2891 Test that setting window.location has effect even if the document is open.
2893 * http/tests/loading/onload-vs-immediate-refresh-expected.txt: Added.
2894 * http/tests/loading/onload-vs-immediate-refresh.pl: Added.
2895 Test for <rdar://3829452> - HTTP redirect should only happen after onload fires.
2897 * platform/mac/http/tests/loading/simple-subframe-expected.txt:
2898 It seems that there was a line spilled from the previous test that is now in
2899 onload-vs-immediate-refresh-expected.txt - despite my efforts, I couldn't get rid of it.
2901 2007-11-23 Dan Bernstein <mitz@apple.com>
2903 Reviewed by Alexey Proskuryakov.
2905 - test the matrix transforms are applied on the correct side
2907 * fast/transforms/matrix-02.html: Added.
2908 * platform/mac/fast/transforms/matrix-02-expected.checksum: Added.
2909 * platform/mac/fast/transforms/matrix-02-expected.png: Added.
2910 * platform/mac/fast/transforms/matrix-02-expected.txt: Added.
2912 2007-11-23 Alexey Proskuryakov <ap@webkit.org>
2916 http://bugs.webkit.org/show_bug.cgi?id=16077
2917 <rdar://problem/5609785> XSLT processor <xsl:sort> algorithm is incompatible with other
2918 browser implementations
2920 * fast/xsl/sort-unicode-expected.txt: Added.
2921 * fast/xsl/sort-unicode.xml: Added.
2922 * fast/xsl/sort-unicode.xsl: Added.
2924 2007-11-22 Dan Bernstein <mitz@apple.com>
2926 Reviewed by Maciej Stachowiak.
2928 - pixel test for http://bugs.webkit.org/show_bug.cgi?id=15943
2929 -webkit-transform matrix does not work
2931 * fast/transforms/matrix-01.html: Added.
2932 * platform/mac/fast/transforms/matrix-01-expected.checksum: Added.
2933 * platform/mac/fast/transforms/matrix-01-expected.png: Added.
2934 * platform/mac/fast/transforms/matrix-01-expected.txt: Added.
2936 2007-11-22 Julien Chaffraix <julien.chaffraix@gmail.com>
2940 Bug 15530: XMLHttpRequest should not support certain methods
2942 * http/tests/xmlhttprequest/xmlhttprequest-forbidden-methods-exception-expected.txt: Added.
2943 * http/tests/xmlhttprequest/xmlhttprequest-forbidden-methods-exception.html: Added.
2945 2007-11-21 Dan Bernstein <mitz@apple.com>
2947 Reviewed by Eric Seidel.
2949 - repaint test for <rdar://problem/5607037> REGRESSION (r27351): Departure date does not repaint when changed on Google Maps public transit planner (16034)
2951 * fast/repaint/subtree-root-skipped.html: Added.
2952 * platform/mac-leopard/fast/repaint/subtree-root-skipped-expected.checksum: Added.
2953 * platform/mac-leopard/fast/repaint/subtree-root-skipped-expected.png: Added.
2954 * platform/mac/fast/repaint/subtree-root-skipped-expected.txt: Added.
2956 2007-11-21 Alexey Proskuryakov <ap@webkit.org>
2960 <rdar://problem/5230233> dom/xhtml/level2/html/frame.xhtml is failing on Windows
2962 This isn't actually a test, but an unused resource - we should re-work the W3C test rig to
2963 support subresource loading from (X)HTML.
2964 Anyway, it doesn't fail for me, I suppose this problem was fixed since the bug was filed.
2966 * platform/win/Skipped:
2968 2007-11-21 Alexey Proskuryakov <ap@webkit.org>
2972 Fix a copy/paste error in the test (introduced in bug 12194).
2974 * http/tests/xmlhttprequest/zero-length-response-sync-expected.txt:
2975 * http/tests/xmlhttprequest/zero-length-response-sync.html:
2977 2007-11-20 Mark Rowe <mrowe@apple.com>
2979 Reviewed by Sam Weinig.
2981 Tests for http://bugs.webkit.org/show_bug.cgi?id=16074
2982 Bug 16074: execCommand("InsertHorizontalRule", false, "") results in id="" being inserted
2984 * editing/execCommand/arguments-combinations-expected.txt:
2985 * editing/execCommand/arguments-combinations.html:
2987 2007-11-20 Lars Knoll <lars@trolltech.com>
2991 Adjust some test result after fixing a bug related to computation
2992 of QFont::xHeight() in Qt.
2994 * platform/qt/css2.1/t040302-c61-ex-len-00-b-a-expected.txt:
2995 * platform/qt/css2.1/t1008-c44-ln-box-02-d-ag-expected.txt:
2996 * platform/qt/css2.1/t100801-c544-valgn-01-d-ag-expected.txt:
2997 * platform/qt/css2.1/t100801-c548-ln-ht-02-b-ag-expected.txt:
2998 * platform/qt/css2.1/t1507-c526-font-sz-02-b-a-expected.txt:
3000 2007-11-20 Lars Knoll <lars@trolltech.com>
3004 Fix text break interators.
3006 The break iterators where trying to be smart about the input
3007 string and caching their results. Unfortunately a pointer/string length
3008 comparison is not good enough in all cases (since some input is stack based
3009 temp strings). Removed the caching but at the same time started to use a more
3010 efficient constructor of QTextBoundaryFinder that doesn't need to malloc for
3013 Fixes two test cases that test "text-transform: capitalize".
3015 * platform/qt/css1/text_properties/text-transCapitalize-expected.txt:
3016 * platform/qt/fast/css/textCapitalizeEdgeCases-expected.txt:
3018 2007-11-19 Antti Koivisto <antti@apple.com>
3020 Rubber-stamped by bdash.
3022 Improve coverage of these tests.
3024 * media/video-muted-expected.txt:
3025 * media/video-muted.html:
3026 * media/video-volume-expected.txt:
3027 * media/video-volume.html:
3029 2007-11-19 Julien Chaffraix <julien.chaffraix@gmail.com>
3033 http://bugs.webkit.org/show_bug.cgi?id=12194
3034 Bug 12194: Trying to access XMLHttpRequest.responseText or responseXML when they are not
3035 available should raise an exception
3037 * http/tests/xmlhttprequest/xmlhttprequest-responseText-exception-expected.txt: Added.
3038 * http/tests/xmlhttprequest/xmlhttprequest-responseText-exception.html: Added.
3039 * http/tests/xmlhttprequest/xmlhttprequest-responseXML-exception-expected.txt: Added.
3040 * http/tests/xmlhttprequest/xmlhttprequest-responseXML-exception.html: Added.
3041 * http/tests/xmlhttprequest/zero-length-response-expected.txt: Updated result
3042 * http/tests/xmlhttprequest/zero-length-response-sync-expected.txt: Updated result
3043 * http/tests/xmlhttprequest/zero-length-response-sync.html: Corrected URL & added
3044 exception handling to test case
3046 2007-11-18 Alexey Proskuryakov <ap@webkit.org>
3050 <rdar://problem/5546393> Whitespace handling doesn't match HTML5.
3052 * fast/parser/html-whitespace-expected.txt: Added.
3053 * fast/parser/html-whitespace.html: Added.
3055 2007-11-16 Dan Bernstein <mitz@apple.com>
3057 Reviewed by Darin Adler.
3059 - repaint test for <http://bugs.webkit.org/show_bug.cgi?id=15994>
3060 REGRESSION: Incomplete repaint of CSS image substitution
3062 * fast/repaint/clip-with-layout-delta.html: Added.
3063 * platform/mac/fast/repaint/clip-with-layout-delta-expected.checksum: Added.
3064 * platform/mac/fast/repaint/clip-with-layout-delta-expected.png: Added.
3065 * platform/mac/fast/repaint/clip-with-layout-delta-expected.txt: Added.
3067 2007-11-16 Antti Koivisto <antti@apple.com>
3071 Seeking related test updates
3072 - update to match specificiation
3073 - rename loopCount to playCount everywhere
3074 - timeupdate events during seek
3075 - fix that some tests (like audio ones) depended on timing sensitive ordering of play and load events
3076 - add text about what is being tested
3078 Add new tests for seeking past end, seeking past loaded position and 'seeking' DOM attribute.
3080 * http/tests/media/video-seekable-stall-expected.txt: Added.
3081 * http/tests/media/video-seekable-stall.html: Added.
3082 * media/audio-constructor-expected.txt:
3083 * media/audio-constructor-src-expected.txt:
3084 * media/audio-constructor-src.html:
3085 * media/audio-constructor.html:
3086 * media/video-dom-loopcount-expected.txt:
3087 * media/video-dom-loopcount.html:
3088 * media/video-dom-loopend-expected.txt:
3089 * media/video-dom-loopend.html:
3090 * media/video-dom-loopstart-expected.txt:
3091 * media/video-dom-loopstart.html:
3092 * media/video-dom-start-expected.txt:
3093 * media/video-dom-start.html:
3094 * media/video-loopcount-expected.txt:
3095 * media/video-loopcount.html:
3096 * media/video-loopend-expected.txt:
3097 * media/video-loopend.html:
3098 * media/video-loopstart-expected.txt:
3099 * media/video-loopstart.html:
3100 * media/video-seek-past-end-paused-expected.txt: Added.
3101 * media/video-seek-past-end-paused.html: Added.
3102 * media/video-seek-past-end-playing-expected.txt: Added.
3103 * media/video-seek-past-end-playing.html: Added.
3104 * media/video-seeking-expected.txt: Added.
3105 * media/video-seeking.html: Added.
3106 * media/video-test.js:
3108 2007-11-16 Anders Carlsson <andersca@apple.com>
3112 <rdar://problem/5603832>
3113 XMLHttpRequest readyState 3 & responseText buffer issues.
3115 Remove http/tests/xmlhttprequest/small-chunks-response-text.html from the Skipped list.
3117 * platform/win/Skipped:
3119 2007-11-16 Dan Bernstein <mitz@apple.com>
3121 Reviewed by Darin Adler and Sam Weinig.
3123 - remove fast/forms/select-type-ahead-non-latin.html after fixing <rdar://problem/5134075>
3125 * platform/win/Skipped:
3127 2007-11-16 Nikolas Zimmermann <zimmermann@kde.org>
3129 Rubberstamped by Eric.
3131 Full update of the SVG pixel tests - all files containing text show rendering improvments.
3132 Text looks more 'bold' as it's supposed to be according to the W3C reference rendering, not
3133 sure what commit actually caused it - but it's better now.
3135 * platform/mac/svg/W3C-SVG-1.1/animate-elem-02-t-expected.checksum:
3136 * platform/mac/svg/W3C-SVG-1.1/animate-elem-02-t-expected.png:
3137 * platform/mac/svg/W3C-SVG-1.1/animate-elem-03-t-expected.checksum:
3138 * platform/mac/svg/W3C-SVG-1.1/animate-elem-03-t-expected.png:
3139 * platform/mac/svg/W3C-SVG-1.1/animate-elem-04-t-expected.checksum:
3140 * platform/mac/svg/W3C-SVG-1.1/animate-elem-04-t-expected.png:
3141 * platform/mac/svg/W3C-SVG-1.1/animate-elem-05-t-expected.checksum:
3142 * platform/mac/svg/W3C-SVG-1.1/animate-elem-05-t-expected.png:
3143 * platform/mac/svg/W3C-SVG-1.1/animate-elem-06-t-expected.checksum:
3144 * platform/mac/svg/W3C-SVG-1.1/animate-elem-06-t-expected.png:
3145 * platform/mac/svg/W3C-SVG-1.1/animate-elem-07-t-expected.checksum:
3146 * platform/mac/svg/W3C-SVG-1.1/animate-elem-07-t-expected.png:
3147 * platform/mac/svg/W3C-SVG-1.1/animate-elem-08-t-expected.checksum:
3148 * platform/mac/svg/W3C-SVG-1.1/animate-elem-08-t-expected.png:
3149 * platform/mac/svg/W3C-SVG-1.1/animate-elem-09-t-expected.checksum:
3150 * platform/mac/svg/W3C-SVG-1.1/animate-elem-09-t-expected.png:
3151 * platform/mac/svg/W3C-SVG-1.1/animate-elem-10-t-expected.checksum:
3152 * platform/mac/svg/W3C-SVG-1.1/animate-elem-10-t-expected.png:
3153 * platform/mac/svg/W3C-SVG-1.1/animate-elem-11-t-expected.checksum:
3154 * platform/mac/svg/W3C-SVG-1.1/animate-elem-11-t-expected.png:
3155 * platform/mac/svg/W3C-SVG-1.1/animate-elem-12-t-expected.checksum:
3156 * platform/mac/svg/W3C-SVG-1.1/animate-elem-12-t-expected.png:
3157 * platform/mac/svg/W3C-SVG-1.1/animate-elem-13-t-expected.checksum:
3158 * platform/mac/svg/W3C-SVG-1.1/animate-elem-13-t-expected.png:
3159 * platform/mac/svg/W3C-SVG-1.1/animate-elem-14-t-expected.checksum:
3160 * platform/mac/svg/W3C-SVG-1.1/animate-elem-14-t-expected.png:
3161 * platform/mac/svg/W3C-SVG-1.1/animate-elem-15-t-expected.checksum:
3162 * platform/mac/svg/W3C-SVG-1.1/animate-elem-15-t-expected.png:
3163 * platform/mac/svg/W3C-SVG-1.1/animate-elem-16-t-expected.checksum:
3164 * platform/mac/svg/W3C-SVG-1.1/animate-elem-16-t-expected.png:
3165 * platform/mac/svg/W3C-SVG-1.1/animate-elem-17-t-expected.checksum:
3166 * platform/mac/svg/W3C-SVG-1.1/animate-elem-17-t-expected.png:
3167 * platform/mac/svg/W3C-SVG-1.1/animate-elem-18-t-expected.checksum:
3168 * platform/mac/svg/W3C-SVG-1.1/animate-elem-18-t-expected.png:
3169 * platform/mac/svg/W3C-SVG-1.1/animate-elem-19-t-expected.checksum:
3170 * platform/mac/svg/W3C-SVG-1.1/animate-elem-19-t-expected.png:
3171 * platform/mac/svg/W3C-SVG-1.1/animate-elem-20-t-expected.checksum:
3172 * platform/mac/svg/W3C-SVG-1.1/animate-elem-20-t-expected.png:
3173 * platform/mac/svg/W3C-SVG-1.1/animate-elem-21-t-expected.checksum:
3174 * platform/mac/svg/W3C-SVG-1.1/animate-elem-21-t-expected.png:
3175 * platform/mac/svg/W3C-SVG-1.1/animate-elem-22-b-expected.checksum:
3176 * platform/mac/svg/W3C-SVG-1.1/animate-elem-22-b-expected.png:
3177 * platform/mac/svg/W3C-SVG-1.1/animate-elem-23-t-expected.checksum:
3178 * platform/mac/svg/W3C-SVG-1.1/animate-elem-23-t-expected.png:
3179 * platform/mac/svg/W3C-SVG-1.1/animate-elem-24-t-expected.checksum:
3180 * platform/mac/svg/W3C-SVG-1.1/animate-elem-24-t-expected.png:
3181 * platform/mac/svg/W3C-SVG-1.1/animate-elem-25-t-expected.checksum:
3182 * platform/mac/svg/W3C-SVG-1.1/animate-elem-25-t-expected.png:
3183 * platform/mac/svg/W3C-SVG-1.1/animate-elem-26-t-expected.checksum:
3184 * platform/mac/svg/W3C-SVG-1.1/animate-elem-26-t-expected.png:
3185 * platform/mac/svg/W3C-SVG-1.1/animate-elem-27-t-expected.checksum:
3186 * platform/mac/svg/W3C-SVG-1.1/animate-elem-27-t-expected.png:
3187 * platform/mac/svg/W3C-SVG-1.1/animate-elem-28-t-expected.checksum:
3188 * platform/mac/svg/W3C-SVG-1.1/animate-elem-28-t-expected.png:
3189 * platform/mac/svg/W3C-SVG-1.1/animate-elem-29-b-expected.checksum:
3190 * platform/mac/svg/W3C-SVG-1.1/animate-elem-29-b-expected.png:
3191 * platform/mac/svg/W3C-SVG-1.1/animate-elem-30-t-expected.checksum:
3192 * platform/mac/svg/W3C-SVG-1.1/animate-elem-30-t-expected.png:
3193 * platform/mac/svg/W3C-SVG-1.1/animate-elem-31-t-expected.checksum:
3194 * platform/mac/svg/W3C-SVG-1.1/animate-elem-31-t-expected.png:
3195 * platform/mac/svg/W3C-SVG-1.1/animate-elem-32-t-expected.checksum:
3196 * platform/mac/svg/W3C-SVG-1.1/animate-elem-32-t-expected.png:
3197 * platform/mac/svg/W3C-SVG-1.1/animate-elem-33-t-expected.checksum:
3198 * platform/mac/svg/W3C-SVG-1.1/animate-elem-33-t-expected.png:
3199 * platform/mac/svg/W3C-SVG-1.1/animate-elem-34-t-expected.checksum:
3200 * platform/mac/svg/W3C-SVG-1.1/animate-elem-34-t-expected.png:
3201 * platform/mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.checksum:
3202 * platform/mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.png:
3203 * platform/mac/svg/W3C-SVG-1.1/animate-elem-37-t-expected.checksum:
3204 * platform/mac/svg/W3C-SVG-1.1/animate-elem-37-t-expected.png:
3205 * platform/mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.checksum:
3206 * platform/mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png:
3207 * platform/mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.checksum:
3208 * platform/mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.png:
3209 * platform/mac/svg/W3C-SVG-1.1/animate-elem-41-t-expected.checksum:
3210 * platform/mac/svg/W3C-SVG-1.1/animate-elem-41-t-expected.png:
3211 * platform/mac/svg/W3C-SVG-1.1/animate-elem-44-t-expected.checksum:
3212 * platform/mac/svg/W3C-SVG-1.1/animate-elem-44-t-expected.png:
3213 * platform/mac/svg/W3C-SVG-1.1/animate-elem-46-t-expected.checksum:
3214 * platform/mac/svg/W3C-SVG-1.1/animate-elem-46-t-expected.png:
3215 * platform/mac/svg/W3C-SVG-1.1/animate-elem-52-t-expected.checksum:
3216 * platform/mac/svg/W3C-SVG-1.1/animate-elem-52-t-expected.png:
3217 * platform/mac/svg/W3C-SVG-1.1/animate-elem-60-t-expected.checksum:
3218 * platform/mac/svg/W3C-SVG-1.1/animate-elem-60-t-expected.png:
3219 * platform/mac/svg/W3C-SVG-1.1/animate-elem-61-t-expected.checksum:
3220 * platform/mac/svg/W3C-SVG-1.1/animate-elem-61-t-expected.png:
3221 * platform/mac/svg/W3C-SVG-1.1/animate-elem-62-t-expected.checksum:
3222 * platform/mac/svg/W3C-SVG-1.1/animate-elem-62-t-expected.png:
3223 * platform/mac/svg/W3C-SVG-1.1/animate-elem-63-t-expected.checksum:
3224 * platform/mac/svg/W3C-SVG-1.1/animate-elem-63-t-expected.png:
3225 * platform/mac/svg/W3C-SVG-1.1/animate-elem-64-t-expected.checksum:
3226 * platform/mac/svg/W3C-SVG-1.1/animate-elem-64-t-expected.png:
3227 * platform/mac/svg/W3C-SVG-1.1/animate-elem-65-t-expected.checksum:
3228 * platform/mac/svg/W3C-SVG-1.1/animate-elem-65-t-expected.png:
3229 * platform/mac/svg/W3C-SVG-1.1/animate-elem-66-t-expected.checksum:
3230 * platform/mac/svg/W3C-SVG-1.1/animate-elem-66-t-expected.png:
3231 * platform/mac/svg/W3C-SVG-1.1/animate-elem-67-t-expected.checksum:
3232 * platform/mac/svg/W3C-SVG-1.1/animate-elem-67-t-expected.png:
3233 * platform/mac/svg/W3C-SVG-1.1/animate-elem-68-t-expected.checksum:
3234 * platform/mac/svg/W3C-SVG-1.1/animate-elem-68-t-expected.png:
3235 * platform/mac/svg/W3C-SVG-1.1/animate-elem-69-t-expected.checksum:
3236 * platform/mac/svg/W3C-SVG-1.1/animate-elem-69-t-expected.png:
3237 * platform/mac/svg/W3C-SVG-1.1/animate-elem-70-t-expected.checksum:
3238 * platform/mac/svg/W3C-SVG-1.1/animate-elem-70-t-expected.png:
3239 * platform/mac/svg/W3C-SVG-1.1/animate-elem-77-t-expected.checksum:
3240 * platform/mac/svg/W3C-SVG-1.1/animate-elem-77-t-expected.png:
3241 * platform/mac/svg/W3C-SVG-1.1/animate-elem-78-t-expected.checksum:
3242 * platform/mac/svg/W3C-SVG-1.1/animate-elem-78-t-expected.png:
3243 * platform/mac/svg/W3C-SVG-1.1/animate-elem-80-t-expected.checksum:
3244 * platform/mac/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png:
3245 * platform/mac/svg/W3C-SVG-1.1/animate-elem-81-t-expected.checksum:
3246 * platform/mac/svg/W3C-SVG-1.1/animate-elem-81-t-expected.png:
3247 * platform/mac/svg/W3C-SVG-1.1/animate-elem-82-t-expected.checksum:
3248 * platform/mac/svg/W3C-SVG-1.1/animate-elem-82-t-expected.png:
3249 * platform/mac/svg/W3C-SVG-1.1/animate-elem-83-t-expected.checksum:
3250 * platform/mac/svg/W3C-SVG-1.1/animate-elem-83-t-expected.png:
3251 * platform/mac/svg/W3C-SVG-1.1/animate-elem-84-t-expected.checksum:
3252 * platform/mac/svg/W3C-SVG-1.1/animate-elem-84-t-expected.png:
3253 * platform/mac/svg/W3C-SVG-1.1/animate-elem-85-t-expected.checksum:
3254 * platform/mac/svg/W3C-SVG-1.1/animate-elem-85-t-expected.png:
3255 * platform/mac/svg/W3C-SVG-1.1/color-prof-01-f-expected.checksum:
3256 * platform/mac/svg/W3C-SVG-1.1/color-prof-01-f-expected.png:
3257 * platform/mac/svg/W3C-SVG-1.1/color-prop-01-b-expected.checksum:
3258 * platform/mac/svg/W3C-SVG-1.1/color-prop-01-b-expected.png:
3259 * platform/mac/svg/W3C-SVG-1.1/color-prop-02-f-expected.checksum:
3260 * platform/mac/svg/W3C-SVG-1.1/color-prop-02-f-expected.png:
3261 * platform/mac/svg/W3C-SVG-1.1/color-prop-03-t-expected.checksum:
3262 * platform/mac/svg/W3C-SVG-1.1/color-prop-03-t-expected.png:
3263 * platform/mac/svg/W3C-SVG-1.1/coords-coord-01-t-expected.checksum:
3264 * platform/mac/svg/W3C-SVG-1.1/coords-coord-01-t-expected.png:
3265 * platform/mac/svg/W3C-SVG-1.1/coords-coord-02-t-expected.checksum:
3266 * platform/mac/svg/W3C-SVG-1.1/coords-coord-02-t-expected.png:
3267 * platform/mac/svg/W3C-SVG-1.1/coords-trans-01-b-expected.checksum:
3268 * platform/mac/svg/W3C-SVG-1.1/coords-trans-01-b-expected.png:
3269 * platform/mac/svg/W3C-SVG-1.1/coords-trans-02-t-expected.checksum:
3270 * platform/mac/svg/W3C-SVG-1.1/coords-trans-02-t-expected.png:
3271 * platform/mac/svg/W3C-SVG-1.1/coords-trans-03-t-expected.checksum:
3272 * platform/mac/svg/W3C-SVG-1.1/coords-trans-03-t-expected.png:
3273 * platform/mac/svg/W3C-SVG-1.1/coords-trans-04-t-expected.checksum:
3274 * platform/mac/svg/W3C-SVG-1.1/coords-trans-04-t-expected.png:
3275 * platform/mac/svg/W3C-SVG-1.1/coords-trans-05-t-expected.checksum:
3276 * platform/mac/svg/W3C-SVG-1.1/coords-trans-05-t-expected.png:
3277 * platform/mac/svg/W3C-SVG-1.1/coords-trans-06-t-expected.checksum:
3278 * platform/mac/svg/W3C-SVG-1.1/coords-trans-06-t-expected.png:
3279 * platform/mac/svg/W3C-SVG-1.1/coords-units-01-b-expected.checksum:
3280 * platform/mac/svg/W3C-SVG-1.1/coords-units-01-b-expected.png:
3281 * platform/mac/svg/W3C-SVG-1.1/coords-units-02-b-expected.checksum:
3282 * platform/mac/svg/W3C-SVG-1.1/coords-units-02-b-expected.png:
3283 * platform/mac/svg/W3C-SVG-1.1/coords-units-03-b-expected.checksum:
3284 * platform/mac/svg/W3C-SVG-1.1/coords-units-03-b-expected.png:
3285 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.checksum:
3286 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.png:
3287 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.checksum:
3288 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.png:
3289 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.checksum:
3290 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.png:
3291 * platform/mac/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.checksum:
3292 * platform/mac/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.png:
3293 * platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.checksum:
3294 * platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.png:
3295 * platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.checksum:
3296 * platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
3297 * platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.checksum:
3298 * platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.png:
3299 * platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.checksum:
3300 * platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
3301 * platform/mac/svg/W3C-SVG-1.1/filters-conv-01-f-expected.checksum:
3302 * platform/mac/svg/W3C-SVG-1.1/filters-conv-01-f-expected.png:
3303 * platform/mac/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.checksum:
3304 * platform/mac/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.png:
3305 * platform/mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.checksum:
3306 * platform/mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png:
3307 * platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.checksum:
3308 * platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.png:
3309 * platform/mac/svg/W3C-SVG-1.1/filters-felem-01-b-expected.checksum:
3310 * platform/mac/svg/W3C-SVG-1.1/filters-felem-01-b-expected.png:
3311 * platform/mac/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.checksum:
3312 * platform/mac/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.png:
3313 * platform/mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.checksum:
3314 * platform/mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.png:
3315 * platform/mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.checksum:
3316 * platform/mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.png:
3317 * platform/mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.checksum:
3318 * platform/mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.png:
3319 * platform/mac/svg/W3C-SVG-1.1/filters-offset-01-b-expected.checksum:
3320 * platform/mac/svg/W3C-SVG-1.1/filters-offset-01-b-expected.png:
3321 * platform/mac/svg/W3C-SVG-1.1/filters-specular-01-f-expected.checksum:
3322 * platform/mac/svg/W3C-SVG-1.1/filters-specular-01-f-expected.png:
3323 * platform/mac/svg/W3C-SVG-1.1/filters-tile-01-b-expected.checksum:
3324 * platform/mac/svg/W3C-SVG-1.1/filters-tile-01-b-expected.png:
3325 * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.checksum:
3326 * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.png:
3327 * platform/mac/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.checksum:
3328 * platform/mac/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.png:
3329 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.checksum:
3330 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.png:
3331 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.checksum:
3332 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.png:
3333 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.checksum:
3334 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.png:
3335 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.checksum:
3336 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.png:
3337 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.checksum:
3338 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.png:
3339 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.checksum:
3340 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.png:
3341 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.checksum:
3342 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.png:
3343 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.checksum:
3344 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.png:
3345 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.checksum:
3346 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.png:
3347 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.checksum:
3348 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.png:
3349 * platform/mac/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.checksum:
3350 * platform/mac/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.png:
3351 * platform/mac/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.checksum:
3352 * platform/mac/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.png:
3353 * platform/mac/svg/W3C-SVG-1.1/interact-dom-01-b-expected.checksum:
3354 * platform/mac/svg/W3C-SVG-1.1/interact-dom-01-b-expected.png:
3355 * platform/mac/svg/W3C-SVG-1.1/interact-events-01-b-expected.checksum:
3356 * platform/mac/svg/W3C-SVG-1.1/interact-events-01-b-expected.png:
3357 * platform/mac/svg/W3C-SVG-1.1/interact-order-01-b-expected.checksum:
3358 * platform/mac/svg/W3C-SVG-1.1/interact-order-01-b-expected.png:
3359 * platform/mac/svg/W3C-SVG-1.1/interact-order-02-b-expected.checksum:
3360 * platform/mac/svg/W3C-SVG-1.1/interact-order-02-b-expected.png:
3361 * platform/mac/svg/W3C-SVG-1.1/interact-order-03-b-expected.checksum:
3362 * platform/mac/svg/W3C-SVG-1.1/interact-order-03-b-expected.png:
3363 * platform/mac/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.checksum:
3364 * platform/mac/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.png:
3365 * platform/mac/svg/W3C-SVG-1.1/linking-a-01-b-expected.checksum:
3366 * platform/mac/svg/W3C-SVG-1.1/linking-a-01-b-expected.png:
3367 * platform/mac/svg/W3C-SVG-1.1/linking-a-02-b-expected.checksum:
3368 * platform/mac/svg/W3C-SVG-1.1/linking-a-02-b-expected.png:
3369 * platform/mac/svg/W3C-SVG-1.1/linking-a-03-b-expected.checksum:
3370 * platform/mac/svg/W3C-SVG-1.1/linking-a-03-b-expected.png:
3371 * platform/mac/svg/W3C-SVG-1.1/linking-a-04-t-expected.checksum:
3372 * platform/mac/svg/W3C-SVG-1.1/linking-a-04-t-expected.png:
3373 * platform/mac/svg/W3C-SVG-1.1/linking-a-05-t-expected.checksum:
3374 * platform/mac/svg/W3C-SVG-1.1/linking-a-05-t-expected.png:
3375 * platform/mac/svg/W3C-SVG-1.1/linking-a-07-t-expected.checksum:
3376 * platform/mac/svg/W3C-SVG-1.1/linking-a-07-t-expected.png:
3377 * platform/mac/svg/W3C-SVG-1.1/linking-uri-01-b-expected.checksum:
3378 * platform/mac/svg/W3C-SVG-1.1/linking-uri-01-b-expected.png:
3379 * platform/mac/svg/W3C-SVG-1.1/linking-uri-02-b-expected.checksum:
3380 * platform/mac/svg/W3C-SVG-1.1/linking-uri-02-b-expected.png:
3381 * platform/mac/svg/W3C-SVG-1.1/linking-uri-03-t-expected.checksum:
3382 * platform/mac/svg/W3C-SVG-1.1/linking-uri-03-t-expected.png:
3383 * platform/mac/svg/W3C-SVG-1.1/masking-intro-01-f-expected.checksum:
3384 * platform/mac/svg/W3C-SVG-1.1/masking-intro-01-f-expected.png:
3385 * platform/mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.checksum:
3386 * platform/mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.png:
3387 * platform/mac/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.checksum:
3388 * platform/mac/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.png:
3389 * platform/mac/svg/W3C-SVG-1.1/masking-path-01-b-expected.checksum:
3390 * platform/mac/svg/W3C-SVG-1.1/masking-path-01-b-expected.png:
3391 * platform/mac/svg/W3C-SVG-1.1/masking-path-02-b-expected.checksum:
3392 * platform/mac/svg/W3C-SVG-1.1/masking-path-02-b-expected.png:
3393 * platform/mac/svg/W3C-SVG-1.1/masking-path-03-b-expected.checksum:
3394 * platform/mac/svg/W3C-SVG-1.1/masking-path-03-b-expected.png:
3395 * platform/mac/svg/W3C-SVG-1.1/masking-path-04-b-expected.checksum:
3396 * platform/mac/svg/W3C-SVG-1.1/masking-path-04-b-expected.png:
3397 * platform/mac/svg/W3C-SVG-1.1/masking-path-05-f-expected.checksum:
3398 * platform/mac/svg/W3C-SVG-1.1/masking-path-05-f-expected.png:
3399 * platform/mac/svg/W3C-SVG-1.1/metadata-example-01-b-expected.checksum:
3400 * platform/mac/svg/W3C-SVG-1.1/metadata-example-01-b-expected.png:
3401 * platform/mac/svg/W3C-SVG-1.1/painting-fill-01-t-expected.checksum:
3402 * platform/mac/svg/W3C-SVG-1.1/painting-fill-01-t-expected.png:
3403 * platform/mac/svg/W3C-SVG-1.1/painting-fill-02-t-expected.checksum:
3404 * platform/mac/svg/W3C-SVG-1.1/painting-fill-02-t-expected.png:
3405 * platform/mac/svg/W3C-SVG-1.1/painting-fill-03-t-expected.checksum:
3406 * platform/mac/svg/W3C-SVG-1.1/painting-fill-03-t-expected.png:
3407 * platform/mac/svg/W3C-SVG-1.1/painting-fill-04-t-expected.checksum:
3408 * platform/mac/svg/W3C-SVG-1.1/painting-fill-04-t-expected.png:
3409 * platform/mac/svg/W3C-SVG-1.1/painting-fill-05-b-expected.checksum:
3410 * platform/mac/svg/W3C-SVG-1.1/painting-fill-05-b-expected.png:
3411 * platform/mac/svg/W3C-SVG-1.1/painting-marker-01-f-expected.checksum:
3412 * platform/mac/svg/W3C-SVG-1.1/painting-marker-01-f-expected.png:
3413 * platform/mac/svg/W3C-SVG-1.1/painting-marker-02-f-expected.checksum:
3414 * platform/mac/svg/W3C-SVG-1.1/painting-marker-02-f-expected.png:
3415 * platform/mac/svg/W3C-SVG-1.1/painting-marker-03-f-expected.checksum:
3416 * platform/mac/svg/W3C-SVG-1.1/painting-marker-03-f-expected.png:
3417 * platform/mac/svg/W3C-SVG-1.1/painting-render-01-b-expected.checksum:
3418 * platform/mac/svg/W3C-SVG-1.1/painting-render-01-b-expected.png:
3419 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.checksum:
3420 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.png:
3421 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.checksum:
3422 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.png:
3423 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.checksum:
3424 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.png:
3425 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.checksum:
3426 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.png:
3427 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-07-t-expected.checksum:
3428 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-07-t-expected.png:
3429 * platform/mac/svg/W3C-SVG-1.1/paths-data-01-t-expected.checksum:
3430 * platform/mac/svg/W3C-SVG-1.1/paths-data-01-t-expected.png:
3431 * platform/mac/svg/W3C-SVG-1.1/paths-data-02-t-expected.checksum:
3432 * platform/mac/svg/W3C-SVG-1.1/paths-data-02-t-expected.png:
3433 * platform/mac/svg/W3C-SVG-1.1/paths-data-03-f-expected.checksum:
3434 * platform/mac/svg/W3C-SVG-1.1/paths-data-03-f-expected.png:
3435 * platform/mac/svg/W3C-SVG-1.1/paths-data-04-t-expected.checksum:
3436 * platform/mac/svg/W3C-SVG-1.1/paths-data-04-t-expected.png:
3437 * platform/mac/svg/W3C-SVG-1.1/paths-data-05-t-expected.checksum:
3438 * platform/mac/svg/W3C-SVG-1.1/paths-data-05-t-expected.png:
3439 * platform/mac/svg/W3C-SVG-1.1/paths-data-06-t-expected.checksum:
3440 * platform/mac/svg/W3C-SVG-1.1/paths-data-06-t-expected.png:
3441 * platform/mac/svg/W3C-SVG-1.1/paths-data-07-t-expected.checksum:
3442 * platform/mac/svg/W3C-SVG-1.1/paths-data-07-t-expected.png:
3443 * platform/mac/svg/W3C-SVG-1.1/paths-data-08-t-expected.checksum:
3444 * platform/mac/svg/W3C-SVG-1.1/paths-data-08-t-expected.png:
3445 * platform/mac/svg/W3C-SVG-1.1/paths-data-09-t-expected.checksum:
3446 * platform/mac/svg/W3C-SVG-1.1/paths-data-09-t-expected.png:
3447 * platform/mac/svg/W3C-SVG-1.1/paths-data-10-t-expected.checksum:
3448 * platform/mac/svg/W3C-SVG-1.1/paths-data-10-t-expected.png:
3449 * platform/mac/svg/W3C-SVG-1.1/paths-data-12-t-expected.checksum:
3450 * platform/mac/svg/W3C-SVG-1.1/paths-data-12-t-expected.png:
3451 * platform/mac/svg/W3C-SVG-1.1/paths-data-13-t-expected.checksum:
3452 * platform/mac/svg/W3C-SVG-1.1/paths-data-13-t-expected.png:
3453 * platform/mac/svg/W3C-SVG-1.1/paths-data-14-t-expected.checksum:
3454 * platform/mac/svg/W3C-SVG-1.1/paths-data-14-t-expected.png:
3455 * platform/mac/svg/W3C-SVG-1.1/paths-data-15-t-expected.checksum:
3456 * platform/mac/svg/W3C-SVG-1.1/paths-data-15-t-expected.png:
3457 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.checksum:
3458 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.png:
3459 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.checksum:
3460 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.png:
3461 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.checksum:
3462 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.png:
3463 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.checksum:
3464 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.png:
3465 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.checksum:
3466 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.png:
3467 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.checksum:
3468 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png:
3469 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.checksum:
3470 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.png:
3471 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.checksum:
3472 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png:
3473 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.checksum:
3474 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.png:
3475 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.checksum:
3476 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.png:
3477 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.checksum:
3478 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.png:
3479 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.checksum:
3480 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.png:
3481 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.checksum:
3482 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.png:
3483 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.checksum: