1 2008-01-04 Alice Liu <alice.liu@apple.com>
3 Reviewed by Alexey and Darin.
5 * editing/selection/move-begin-end.html:
6 add a codepath that will test the same kind of functionality for home and end keys
7 * platform/win/Skipped:
8 removing section of tests that have been resolved
10 2008-01-04 Oliver Hunt <oliver@apple.com>
14 Update tiger layout test results for svg/batik/text/smallFonts,
15 and move to mac-tiger platform
17 * platform/mac-tiger/svg/batik/text/smallFonts-expected.checksum: Added.
18 * platform/mac-tiger/svg/batik/text/smallFonts-expected.png: Added.
19 * platform/mac/svg/batik/text/smallFonts-expected.txt: Added.
20 * svg/batik/text/smallFonts-expected.checksum: Removed.
21 * svg/batik/text/smallFonts-expected.png: Removed.
22 * svg/batik/text/smallFonts-expected.txt: Removed.
24 2008-01-04 Alexey Proskuryakov <ap@webkit.org>
28 <rdar://problem/5611712> xsl:sort does not use a case folding sort, and the 'case-order' attribute is ignored (16077)
30 * platform/win/Skipped: The fix for this bug is now enabled on Windows, take the test out of Skipped list.
32 2008-01-04 Adam Roben <aroben@apple.com>
34 Added a test for <rdar://4968855> Shift-PageUp/Shift-PageDown only select one line of text
38 * platform/win/editing/selection/shift-page-up-down-expected.txt: Added.
39 * platform/win/editing/selection/shift-page-up-down.html: Added.
41 2008-01-04 Oliver Hunt <oliver@apple.com>
45 <rdar://problem/5646437> REGRESSION (r28015): svg/batik/text/smallFonts fails
47 Regenerated expected output as filter elements are no longer generated in a default
48 build. This wasn't done when filters were turned off earlier due to other (now gone)
49 layout failures i didn't want to put in the expected output.
51 * platform/mac-leopard/svg/batik/text/smallFonts-expected.txt:
52 * svg/batik/text/smallFonts.svg: Added.
53 * svg/batik/text/smallFonts.svg-disabled: Removed.
55 2008-01-04 Adam Roben <aroben@apple.com>
57 * platform/win/Skipped: Added some more failures.
59 2008-01-03 Alexey Proskuryakov <ap@webkit.org>
63 <rdar://problem/5463489> A number of layout tests should be using execCommand instead of textInputController
65 * editing/deleting/5300379.html:
66 * editing/deleting/delete-to-end-of-paragraph.html:
67 * editing/deleting/smart-delete-003.html:
68 * editing/deleting/smart-delete-004.html:
69 * editing/selection/4947387.html:
70 * editing/selection/5195166-1.html:
71 * editing/selection/5195166-2.html:
72 * editing/selection/select-line.html:
73 * editing/selection/selection-actions.html:
74 * platform/win/Skipped:
75 Changed these tests to use layoutTestController.execCommand, so they no longer need to be disabled.
77 2008-01-03 Oliver Hunt <oliver@apple.com>
81 Testcase for <rdar://problem/5668517> REGRESSION: Major under painting issues in SVG
83 * svg/custom/repaint-on-image-bounds-change-expected.checksum: Copied from LayoutTests/svg/custom/resource-client-removal-expected.checksum.
84 * svg/custom/repaint-on-image-bounds-change-expected.png: Copied from LayoutTests/svg/custom/resource-client-removal-expected.png.
85 * svg/custom/repaint-on-image-bounds-change-expected.txt: Added.
86 * svg/custom/repaint-on-image-bounds-change.svg: Added.
88 2008-01-03 Dan Bernstein <mitz@apple.com>
90 Reviewed by Sam Weinig.
92 - skip tests that are failing because font fallback results in a
93 different font being used on Windows than on Mac.
95 * platform/win/Skipped:
97 2008-01-03 Alice Liu <alice.liu@apple.com>
99 Reviewed by Darin, Mitz.
101 updating expected results after fixing clickcount for
102 <rdar://5130762> mousedowns in different locations increase the clickcount incorrectly
104 * fast/forms/focus-selection-input-expected.txt:
105 * fast/forms/focus-selection-textarea-expected.txt:
106 * platform/mac/fast/events/objc-event-api-expected.txt:
107 * platform/mac/fast/inline/dirtyLinesForInline-expected.txt:
108 * platform/mac/fast/text/textIteratorNilRenderer-expected.txt:
109 * platform/mac/svg/custom/pointer-events-image-expected.txt:
110 * platform/mac/svg/custom/pointer-events-path-expected.txt:
111 * platform/mac/svg/custom/pointer-events-text-expected.txt:
112 * platform/mac/svg/custom/text-hit-test-expected.txt:
114 2008-01-03 Darin Adler <darin@apple.com>
118 - test for http://bugs.webkit.org/show_bug.cgi?id=16723
119 tables/mozilla/bugs/bug30418.html test failing due to problems updating dynamic border rules
121 * fast/table/border-changes-expected.txt: Added.
122 * fast/table/border-changes.html: Added.
123 * fast/table/resources: Added.
124 * fast/table/resources/TEMPLATE.html: Added.
125 * fast/table/resources/border-changes.js: Added.
127 2008-01-03 Alexey Proskuryakov <ap@webkit.org>
131 http://bugs.webkit.org/show_bug.cgi?id=10909
132 Hixie's XMLHttpRequest/018.html test fails
134 This was fixed earlier, just adding a test case.
136 * http/tests/xmlhttprequest/web-apps/018-expected.txt: Added.
137 * http/tests/xmlhttprequest/web-apps/018.html: Added.
138 * http/tests/xmlhttprequest/web-apps/resources: Added.
139 * http/tests/xmlhttprequest/web-apps/resources/018-test.xml: Added.
141 2008-01-02 Darin Adler <darin@apple.com>
145 - test for http://bugs.webkit.org/show_bug.cgi?id=16696
146 JSCRE fails fails to match Acid3 regexp
148 * fast/regex/early-acid3-86-expected.txt: Added.
149 * fast/regex/early-acid3-86.html: Added.
150 * fast/regex/resources/early-acid3-86.js: Added.
152 * fast/regex/test1-expected.txt: Updated for a few cases where we now fail.
153 But these "failures" represent us replacing PCRE behavior with semantics
154 that are correct for JavaScript regular expressions.
156 2008-01-02 Alice Liu <alice.liu@apple.com>
158 * platform/win/Skipped: removing a fixed test
159 this was fixed with r28836 but was left behind on the skipped list
161 2008-01-02 Darin Adler <darin@apple.com>
165 - test for http://bugs.webkit.org/show_bug.cgi?id=16696
166 JSCRE fails fails to match Acid3 regexp
168 * fast/regex/early-acid3-86-expected.txt: Added.
169 * fast/regex/early-acid3-86.html: Added.
170 * fast/regex/resources/early-acid3-86.js: Added.
172 * fast/regex/test1-expected.txt: Updated for a few cases where we now fail.
173 But these "failures" represent us replacing PCRE behavior with semantics
174 that are correct for JavaScript regular expressions.
176 2008-01-02 Darin Adler <darin@apple.com>
180 - test for http://bugs.webkit.org/show_bug.cgi?id=16657
181 Acid3 failure since table.caption and table.thead do not work for nodes added by appendChild
182 - test for http://bugs.webkit.org/show_bug.cgi?id=16659
183 Acid3 expects HTMLTableElement.rows to include a <tr> element that is an immediate child of the <table>
185 * fast/dom/HTMLTableElement/early-acid3-65-excerpt-expected.txt: Added.
186 * fast/dom/HTMLTableElement/early-acid3-65-excerpt.html: Added.
187 * fast/dom/HTMLTableElement/early-acid3-66-excerpt-expected.txt: Added.
188 * fast/dom/HTMLTableElement/early-acid3-66-excerpt.html: Added.
189 * fast/dom/HTMLTableElement/resources/early-acid3-65-excerpt.js: Added.
190 * fast/dom/HTMLTableElement/resources/early-acid3-66-excerpt.js: Added.
192 * dom/html/level2/html/HTMLCollection07-expected.txt: Updated to reflect success.
193 * dom/html/level2/html/HTMLCollection08-expected.txt: Updated to reflect success.
194 * dom/xhtml/level2/html/HTMLCollection07-expected.txt: Updated to reflect success.
195 * dom/xhtml/level2/html/HTMLCollection08-expected.txt: Updated to reflect success.
197 * fast/dom/HTMLTableElement/resources/rows.js: Changed to expect HTML 5 behavior for rows outside
199 * fast/dom/HTMLTableElement/rows-expected.txt: Updated.
201 * platform/mac/tables/mozilla/bugs/bug30418-expected.checksum: Updated to reflect better results.
202 * platform/mac/tables/mozilla/bugs/bug30418-expected.png: Ditto.
203 * platform/mac/tables/mozilla/bugs/bug30418-expected.txt: Ditto.
205 2008-01-02 Alice Liu <alice.liu@apple.com>
209 Added test for <rdar://5283861> (problems scrolling in gmail message content area)
211 * fast/frames/iframe-scroll-page-up-down-expected.txt: Added.
212 * fast/frames/iframe-scroll-page-up-down.html: Added.
213 * fast/frames/resources/iframe-scroll-page-up-down-1.html: Added.
214 * fast/frames/resources/iframe-scroll-page-up-down-2.html: Added.
216 2008-01-02 Adam Roben <aroben@apple.com>
218 * platform/win/Skipped: Added some more failures.
220 2008-01-02 Adam Roben <aroben@apple.com>
222 Get the Windows bots closer to green
224 * platform/win/Skipped: Added some new failures.
225 * platform/win/fast/dom/Window/window-properties-expected.txt: Updated
228 2008-01-02 Alexey Proskuryakov <ap@webkit.org>
232 Changed tests that were recently modified to use non-standard execCommand identifiers back to
233 textInputController.doCommand, re-added them to Windows skip list.
235 Added several tests for commands that have different behavior when invoked manually rather
238 * editing/deleting/5300379.html:
239 * editing/deleting/delete-to-end-of-paragraph.html:
240 * editing/deleting/smart-delete-003.html:
241 * editing/deleting/smart-delete-004.html:
242 * editing/execCommand/delete-no-scroll-expected.txt: Added.
243 * editing/execCommand/delete-no-scroll.html: Added.
244 * editing/execCommand/forward-delete-no-scroll-expected.txt: Added.
245 * editing/execCommand/forward-delete-no-scroll.html: Added.
246 * editing/execCommand/insert-line-break-no-scroll-expected.txt: Added.
247 * editing/execCommand/insert-line-break-no-scroll.html: Added.
248 * editing/selection/4947387.html:
249 * editing/selection/5195166-1.html:
250 * editing/selection/5195166-2.html:
251 * editing/selection/select-line.html:
252 * editing/selection/selection-actions.html:
253 * platform/win/Skipped:
255 2008-01-02 Alexey Proskuryakov <ap@webkit.org>
259 http://bugs.webkit.org/show_bug.cgi?id=14555
260 action=mailto + method=get - The generated mailto URI is incorrect and the hvalues are encoded twice
262 http://bugs.webkit.org/show_bug.cgi?id=14774
263 Submitted data only includes first input item
265 * fast/forms/mailto: Added.
266 * fast/forms/mailto/advanced-get-expected.txt: Added.
267 * fast/forms/mailto/advanced-get.html: Added.
268 * fast/forms/mailto/advanced-put-expected.txt: Added.
269 * fast/forms/mailto/advanced-put.html: Added.
270 * fast/forms/mailto/get-multiple-items-expected.txt: Added.
271 * fast/forms/mailto/get-multiple-items-text-plain-expected.txt: Added.
272 * fast/forms/mailto/get-multiple-items-text-plain.html: Added.
273 * fast/forms/mailto/get-multiple-items-x-www-form-urlencoded-expected.txt: Added.
274 * fast/forms/mailto/get-multiple-items-x-www-form-urlencoded.html: Added.
275 * fast/forms/mailto/get-multiple-items.html: Added.
276 * fast/forms/mailto/get-non-ascii-expected.txt: Added.
277 * fast/forms/mailto/get-non-ascii.html: Added.
278 * fast/forms/mailto/get-non-ascii-text-plain.html: Added.
279 * fast/forms/mailto/get-non-ascii-text-plain-expected.txt: Added.
280 * fast/forms/mailto/get-overwrite-query-expected.txt: Added.
281 * fast/forms/mailto/get-overwrite-query.html: Added.
282 * fast/forms/mailto/post-append-query-expected.txt: Added.
283 * fast/forms/mailto/post-append-query.html: Added.
284 * fast/forms/mailto/post-multiple-items-expected.txt: Added.
285 * fast/forms/mailto/post-multiple-items-multipart-form-data-expected.txt: Added.
286 * fast/forms/mailto/post-multiple-items-multipart-form-data.html: Added.
287 * fast/forms/mailto/post-multiple-items-text-plain-expected.txt: Added.
288 * fast/forms/mailto/post-multiple-items-text-plain.html: Added.
289 * fast/forms/mailto/post-multiple-items-x-www-form-urlencoded-expected.txt: Added.
290 * fast/forms/mailto/post-multiple-items-x-www-form-urlencoded.html: Added.
291 * fast/forms/mailto/post-multiple-items.html: Added.
293 2008-01-01 Darin Adler <darin@apple.com>
297 - test for http://bugs.webkit.org/show_bug.cgi?id=16695
298 JSC allows non-identifier codepoints in identifiers (affects Acid3)
300 * fast/js/kde/parse-expected.txt: Updated.
301 * fast/js/kde/resources/parse.js: Added tests that cover both the
302 non-ASCII characters themselves and the same characters parsed as
305 2008-01-01 Sam Weinig <sam@webkit.org>
309 Tests for http://bugs.webkit.org/show_bug.cgi?id=16691
310 Use real JS objects for the rest of the DOMExceptions (EventException, RangeException, etc)
312 * fast/dom/DOMException/EventException-expected.txt: Added.
313 * fast/dom/DOMException/EventException.html: Copied from LayoutTests/fast/dom/DOMException/prototype-object.html.
314 * fast/dom/DOMException/RangeException-expected.txt: Added.
315 * fast/dom/DOMException/RangeException.html: Copied from LayoutTests/fast/dom/DOMException/prototype-object.html.
316 * fast/dom/DOMException/XPathException-expected.txt: Added.
317 * fast/dom/DOMException/XPathException.html: Copied from LayoutTests/fast/dom/DOMException/prototype-object.html.
318 * fast/dom/DOMException/resources/EventException.js: Copied from LayoutTests/fast/dom/DOMException/resources/prototype-object.js.
319 * fast/dom/DOMException/resources/RangeException.js: Copied from LayoutTests/fast/dom/DOMException/resources/prototype-object.js.
320 * fast/dom/DOMException/resources/XPathException.js: Copied from LayoutTests/fast/dom/DOMException/resources/prototype-object.js.
321 * fast/dom/Window/window-properties-expected.txt:
322 * http/tests/xmlhttprequest/XMLHttpRequestException-expected.txt: Added.
323 * http/tests/xmlhttprequest/XMLHttpRequestException.html: Added.
324 * svg/custom/SVGException-expected.txt: Added.
325 * svg/custom/SVGException.html: Copied from LayoutTests/fast/dom/DOMException/prototype-object.html.
326 * svg/custom/resources/SVGException.js: Copied from LayoutTests/fast/dom/DOMException/resources/prototype-object.js.
328 2008-01-01 Darin Adler <darin@apple.com>
332 - updated test results for https://bugs.webkit.org/show_bug.cgi?id=16648
334 * fast/regex/test1-expected.txt: Update results changed by restoring the logic to
335 avoid failing on infinite repeats of brackets that match the empty string.
337 2008-01-01 Eric Seidel <eric@webkit.org>
341 Don't replace \ with / in data: urls
342 http://bugs.webkit.org/show_bug.cgi?id=16692
344 * fast/loader/url-data-replace-backslash-expected.txt: Added.
345 * fast/loader/url-data-replace-backslash.html: Added.
347 2007-12-31 Sam Weinig <sam@webkit.org>
351 Test for http://bugs.webkit.org/show_bug.cgi?id=16637
352 Acid3 expects ExeceptionCode constants to be defined on DOMException objects
354 * fast/dom/DOMException: Added.
355 * fast/dom/DOMException/prototype-object-expected.txt: Added.
356 * fast/dom/DOMException/prototype-object.html: Added.
357 * fast/dom/DOMException/resources: Added.
358 * fast/dom/DOMException/resources/prototype-object.js: Added.
359 * fast/dom/Window/window-properties-expected.txt:
360 * http/tests/xmlhttprequest/connection-error-sync-expected.txt:
362 2007-12-31 Darin Adler <darin@apple.com>
364 * fast/dom/HTMLFormElement/elements-not-in-document-expected.txt: Updated results to expect success.
365 I accdidentally landed an expected failure instead!
367 2007-12-31 Dan Bernstein <mitz@apple.com>
369 Reviewed by Darin Adler.
371 - test and updated results for http://bugs.webkit.org/show_bug.cgi?id=14134
372 <rdar://problem/5655160> REGRESSION (r25353): Whitespace nodes ignored between inline list items
374 * fast/dynamic/create-renderer-for-whitespace-only-text.html: Added.
375 * fast/dynamic/style-access-late-stylesheet-load-expected.txt:
376 * platform/mac-leopard/fast/dynamic: Added.
377 * platform/mac-leopard/fast/dynamic/create-renderer-for-whitespace-only-text-expected.checksum: Added.
378 * platform/mac-leopard/fast/dynamic/create-renderer-for-whitespace-only-text-expected.png: Added.
379 * platform/mac/editing/deleting/delete-block-merge-contents-001-expected.txt:
380 * platform/mac/editing/deleting/delete-block-merge-contents-019-expected.txt:
381 * platform/mac/editing/deleting/delete-block-merge-contents-020-expected.txt:
382 * platform/mac/editing/inserting/editable-html-element-expected.txt:
383 * platform/mac/editing/inserting/editing-empty-divs-expected.txt:
384 * platform/mac/editing/pasteboard/paste-TIFF-expected.txt:
385 * platform/mac/editing/selection/4983858-expected.txt:
386 * platform/mac/editing/selection/5136696-expected.txt:
387 * platform/mac/editing/selection/drag-to-contenteditable-iframe-expected.txt:
388 * platform/mac/editing/style/remove-underline-across-paragraph-expected.txt:
389 * platform/mac/editing/style/remove-underline-across-paragraph-in-bold-expected.txt:
390 * platform/mac/editing/style/remove-underline-after-paragraph-expected.txt:
391 * platform/mac/editing/style/remove-underline-after-paragraph-in-bold-expected.txt:
392 * platform/mac/editing/style/remove-underline-from-stylesheet-expected.txt:
393 * platform/mac/fast/dynamic/create-renderer-for-whitespace-only-text-expected.txt: Added.
394 * platform/mac/fast/dynamic/move-node-with-selection-expected.txt:
395 * platform/mac/fast/forms/input-align-expected.txt:
396 * platform/mac/fast/inline/positionedLifetime-expected.txt:
398 2007-12-31 Darin Adler <darin@apple.com>
402 - test for http://bugs.webkit.org/show_bug.cgi?id=16641
403 Acid3 reveals HTMLFormElement.elements fails to update when element name changes
405 * fast/dom/HTMLFormElement: Added.
406 * fast/dom/HTMLFormElement/elements-not-in-document-expected.txt: Added.
407 * fast/dom/HTMLFormElement/elements-not-in-document.html: Added.
408 * fast/dom/HTMLFormElement/resources: Added.
409 * fast/dom/HTMLFormElement/resources/TEMPLATE.html: Added.
410 * fast/dom/HTMLFormElement/resources/elements-not-in-document.js: Added.
412 2007-12-31 Henry Mason <hmason@mac.com>
416 Test for http://bugs.webkit.org/show_bug.cgi?id=14994
417 Support for MessageEvent and cross-domain messaging
419 * fast/dom/Window/window-properties-expected.txt:
420 * http/tests/messaging: Added.
421 * http/tests/messaging/cross-domain-message-send-expected.txt: Added.
422 * http/tests/messaging/cross-domain-message-send.html: Added.
423 * http/tests/messaging/resources: Added.
424 * http/tests/messaging/resources/cross-domain-message-receive.html: Added.
426 2007-12-30 Sam Weinig <sam@webkit.org>
428 Reviewed by Oliver Hunt.
430 Test for http://bugs.webkit.org/show_bug.cgi?id=16387
432 * http/tests/security/cross-frame-access-enumeration-expected.txt: Added.
433 * http/tests/security/cross-frame-access-enumeration.html: Added.
434 * http/tests/security/resources/cross-frame-iframe-for-enumeration-test.html: Added.
436 2007-12-30 Darin Adler <darin@apple.com>
438 - added missing results file
440 * fast/events/event-instanceof-expected.txt: Added.
442 2007-12-30 Sam Weinig <sam@webkit.org>
444 Reviewed by Oliver Hunt.
446 Test for http://bugs.webkit.org/show_bug.cgi?id=10686
447 event instanceof MouseEvent throws exception
449 * fast/dom/Window/window-properties-expected.txt:
450 * fast/events/event-instanceof.html: Added.
451 * fast/events/resources/event-instanceof.js: Added.
453 2007-12-30 David Kilzer <ddkilzer@webkit.org>
457 - test for http://bugs.webkit.org/show_bug.cgi?id=15359
458 JPEG image not shown when height is specified as percentage inside a table
460 This test was added specifically for this bug. It tests the height of
461 replaced elements (canvas, embed, img, object, button, input, isindex,
462 select, textarea ) within table cells.
464 * fast/replaced/table-percent-height-expected.txt: Added.
465 * fast/replaced/table-percent-height.html: Added.
467 These test results were updated because they are more correct.
469 * platform/mac/fast/replaced/width100percent-image-expected.checksum: Updated.
470 * platform/mac/fast/replaced/width100percent-image-expected.png: Updated.
471 * platform/mac/fast/replaced/width100percent-image-expected.txt: Updated.
473 Moved tests and results for these two tests from tables/mozilla_expected_failures/bugs
474 to tables/mozilla/bugs since these results have been fixed.
476 * platform/mac/tables/mozilla/bugs/bug137388-1-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug137388-1-expected.checksum.
477 * platform/mac/tables/mozilla/bugs/bug137388-1-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug137388-1-expected.png.
478 * platform/mac/tables/mozilla/bugs/bug137388-1-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug137388-1-expected.txt.
479 * platform/mac/tables/mozilla/bugs/bug137388-2-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug137388-2-expected.checksum.
480 * platform/mac/tables/mozilla/bugs/bug137388-2-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug137388-2-expected.png.
481 * platform/mac/tables/mozilla/bugs/bug137388-2-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug137388-2-expected.txt.
482 * platform/mac/tables/mozilla_expected_failures/bugs/bug137388-1-expected.checksum: Removed.
483 * platform/mac/tables/mozilla_expected_failures/bugs/bug137388-1-expected.png: Removed.
484 * platform/mac/tables/mozilla_expected_failures/bugs/bug137388-1-expected.txt: Removed.
485 * platform/mac/tables/mozilla_expected_failures/bugs/bug137388-2-expected.checksum: Removed.
486 * platform/mac/tables/mozilla_expected_failures/bugs/bug137388-2-expected.png: Removed.
487 * platform/mac/tables/mozilla_expected_failures/bugs/bug137388-2-expected.txt: Removed.
488 * tables/mozilla/bugs/bug137388-1.html: Copied from LayoutTests/tables/mozilla_expected_failures/bugs/bug137388-1.html.
489 * tables/mozilla/bugs/bug137388-2.html: Copied from LayoutTests/tables/mozilla_expected_failures/bugs/bug137388-2.html.
490 * tables/mozilla_expected_failures/bugs/bug137388-1.html: Removed.
491 * tables/mozilla_expected_failures/bugs/bug137388-2.html: Removed.
493 2007-12-30 Eric Seidel <eric@webkit.org>
497 Add missing fast/js/number-toExponential.html file and correct results.
498 Add missing number.toString(2) test which also was missing.
499 Update toString results now that we're properly throwing exceptions.
501 * fast/js/number-toExponential-expected.txt:
502 * fast/js/number-toExponential.html: Added.
503 * fast/js/number-toString-expected.txt:
504 * fast/js/resources/number-toString.js:
506 2007-12-29 Alexey Proskuryakov <ap@webkit.org>
510 http://bugs.webkit.org/show_bug.cgi?id=14428
511 FCKEditor: Images disappear on drag/drop and copy/paste
513 * editing/pasteboard/drag-image-in-about-blank-frame-expected.txt: Added.
514 * editing/pasteboard/drag-image-in-about-blank-frame.html: Added.
516 2007-12-28 Alexey Proskuryakov <ap@webkit.org>
520 http://bugs.webkit.org/show_bug.cgi?id=15734
521 fast/xpath/namespace-vs-predicate.xhtml fails unexpectedly in no-SVG build
523 * fast/xpath/namespace-vs-predicate.xhtml: Use (hopefully) correct code to remove an SVG element.
525 2007-12-28 Darin Adler <darin@apple.com>
527 - checked in these files that were supposed to be part of
528 the previous check-in, but somehow weren't
530 * fast/js/number-tofixed-expected.txt: Updated.
531 * fast/js/number-toprecision-expected.txt: Ditto.
533 2007-12-28 Eric Seidel <eric@webkit.org>
537 Add more tests for toFixed, toPrecision and toExponential
538 Add tests for toString to match Firefox's behavior
540 All tests pass in Firefox, but some fail in WebKit
541 I've chosen to land failing tests as I expect we'll move closer
542 towards Firefox's behavior in the future, and it's better to have
543 the tests now thus to notice any behavior changes in the future.
545 * fast/js/number-toExponential-expected.txt: Added.
546 * fast/js/number-toString-expected.txt: Added.
547 * fast/js/number-toString.html: Added.
548 * fast/js/number-tofixed-expected.txt:
549 * fast/js/number-toprecision-expected.txt:
550 * fast/js/resources/number-toExponential.js: Added.
551 * fast/js/resources/number-toString.js: Added.
552 * fast/js/resources/number-tofixed.js:
553 * fast/js/resources/number-toprecision.js:
555 2007-12-29 Nikolas Zimmermann <zimmermann@kde.org>
559 Update layout test results after the SVG Fonts addition.
560 <font-face> is now also disabled by default wrapped in ENABLE(SVG_FONTS) block.
562 Fix two misplaced layout test results (results added in the wrong place.)
564 * platform/mac/svg/css/css-box-min-width-expected.checksum:
565 * platform/mac/svg/css/css-box-min-width-expected.png:
566 * platform/mac/svg/custom/font-face-simple-expected.checksum:
567 * platform/mac/svg/custom/font-face-simple-expected.png:
568 * platform/mac/svg/custom/font-face-simple-expected.txt:
569 * platform/mac/svg/custom/inline-svg-in-xhtml-expected.checksum:
570 * platform/mac/svg/custom/inline-svg-in-xhtml-expected.png:
571 * platform/mac/svg/custom/use-infinite-recursion-expected.png: Added.
572 * svg/custom/inline-svg-in-xhtml-expected.checksum: Removed.
573 * svg/custom/inline-svg-in-xhtml-expected.png: Removed.
574 * svg/custom/use-infinite-recursion-expected.checksum: Removed.
575 * svg/custom/use-infinite-recursion-expected.png: Removed.
577 2007-12-27 Dan Bernstein <mitz@apple.com>
579 Reviewed by Oliver Hunt.
581 - test for http://bugs.webkit.org/show_bug.cgi?id=16603
582 <rdar://problem/5664199> Crash when resizing text field
584 * fast/layers/resize-layer-deletion-crash-expected.txt: Added.
585 * fast/layers/resize-layer-deletion-crash.html: Added.
587 2007-12-27 Sam Weinig <sam@webkit.org>
589 Reviewed by Alice Liu.
591 * platform/win/Skipped: Remove xss-DENIED-from-data-url-sub-frame-to-data-url-sub-frame.html
592 since it is now passing.
594 2007-12-27 Collin Jackson <webkit@collinjackson.com>
596 Reviewed by Sam Weinig.
598 Tests for http://bugs.webkit.org/show_bug.cgi?id=16539
599 <rdar://problem/5659269>
601 * http/tests/security/cross-frame-access-call-expected.txt: Added.
602 * http/tests/security/cross-frame-access-call.html: Added.
604 2007-12-27 Dan Bernstein <mitz@apple.com>
606 Reviewed by Dave Hyatt and Sam Weinig.
608 - pixel tests for <rdar://problem/5605937> Inspector: Disclosure triangle not drawn in node's properties panel until click
610 * fast/layers/add-layer-with-nested-stacking.html: Added.
611 * fast/layers/remove-layer-with-nested-stacking.html: Added.
612 * platform/mac/fast/layers/add-layer-with-nested-stacking-expected.checksum: Added.
613 * platform/mac/fast/layers/add-layer-with-nested-stacking-expected.png: Added.
614 * platform/mac/fast/layers/add-layer-with-nested-stacking-expected.txt: Added.
615 * platform/mac/fast/layers/remove-layer-with-nested-stacking-expected.checksum: Added.
616 * platform/mac/fast/layers/remove-layer-with-nested-stacking-expected.png: Added.
617 * platform/mac/fast/layers/remove-layer-with-nested-stacking-expected.txt: Added.
619 2007-12-27 Eric Seidel <eric@webkit.org>
623 ASSERT in JavaScriptCore while viewing WICD test case
624 http://bugs.webkit.org/show_bug.cgi?id=16626
626 * fast/js/for-in-exeception-expected.txt: Added.
627 * fast/js/for-in-exeception.html: Added.
628 * fast/js/resources/for-in-exception.js: Added.
630 2007-12-27 Sam Weinig <sam@webkit.org>
632 Reviewed by Alice Liu.
634 * platform/mac-leopard/Skipped: Remove dom/html/level2/html/HTMLDocument12.html
635 from the Skipped list because it is now passing.
637 2007-12-27 Dan Bernstein <mitz@apple.com>
639 Reviewed by Eric Seidel.
641 - test for http://bugs.webkit.org/show_bug.cgi?id=16490
642 ASSERT in ~FrameView while viewing/reloading WICD test case
644 * fast/dynamic/paused-event-dispatch-expected.txt: Added.
645 * fast/dynamic/paused-event-dispatch.html: Added.
646 * fast/dynamic/resources/paused-event-dispatch-iframe.html: Added.
648 2007-12-27 Sam Weinig <sam@webkit.org>
652 * platform/win/Skipped: Move cross-frame-access-protocol* tests to show that they
653 are failing because of a lack of ssl on windows.
655 2007-12-27 Sam Weinig <sam@webkit.org>
657 Rubber-stamped by Maciej.
659 - Change more tests to use the new layoutTestController.globalFlag style polling instead
660 of the "flag frame hack".
662 * http/tests/security/cross-frame-access-parent-explicit-domain-expected.txt:
663 * http/tests/security/cross-frame-access-port-expected.txt:
664 * http/tests/security/cross-frame-access-private-browsing-expected.txt:
665 * http/tests/security/cross-frame-access-protocol-expected.txt:
666 * http/tests/security/dataURL/xss-DENIED-to-data-url-from-data-url.html:
667 * http/tests/security/host-compare-case-insensitive-expected.txt:
668 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-location-htmldom-expected.txt:
669 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-location-htmldom.html:
670 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-getAttribute-value-expected.txt:
671 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-getAttribute-value.html:
672 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-htmldom-expected.txt:
673 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-htmldom.html:
674 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttribute-expected.txt:
675 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttribute.html:
676 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNS-expected.txt:
677 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNS.html:
678 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNode-expected.txt:
679 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNode.html:
680 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNodeNS-expected.txt:
681 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNodeNS.html:
682 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-getAttribute-value-expected.txt:
683 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-getAttribute-value.html:
684 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-htmldom-expected.txt:
685 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-htmldom.html:
686 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttribute-expected.txt:
687 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttribute.html:
688 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNS-expected.txt:
689 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNS.html:
690 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNode-expected.txt:
691 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNode.html:
692 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNodeNS-expected.txt:
693 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNodeNS.html:
694 * http/tests/security/javascriptURL/resources/foreign-domain-javascript-url-accessee-iframe.html:
695 * http/tests/security/javascriptURL/resources/foreign-domain-javascript-url-accessee-opened-frame.html:
696 * http/tests/security/javascriptURL/resources/foreign-domain-javascript-url-accessor-iframe.html:
697 * http/tests/security/javascriptURL/resources/foreign-domain-javascript-url-accessor-opened-frame.html:
698 * http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-url-sub-frame-2-level.html:
699 * http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-url-window-open.html:
700 * http/tests/security/javascriptURL/xss-DENIED-from-javascript-url-in-foreign-domain-subframe-expected.txt:
701 * http/tests/security/javascriptURL/xss-DENIED-from-javascript-url-in-foreign-domain-subframe.html:
702 * http/tests/security/javascriptURL/xss-DENIED-from-javascript-url-in-foreign-domain-window-open-expected.txt:
703 * http/tests/security/javascriptURL/xss-DENIED-from-javascript-url-in-foreign-domain-window-open.html:
704 * http/tests/security/javascriptURL/xss-DENIED-to-javascript-url-in-foreign-domain-subframe-expected.txt:
705 * http/tests/security/javascriptURL/xss-DENIED-to-javascript-url-in-foreign-domain-subframe.html:
706 * http/tests/security/javascriptURL/xss-DENIED-to-javascript-url-in-foreign-domain-window-open.html:
707 * http/tests/security/protocol-compare-case-insensitive-expected.txt:
708 * http/tests/security/resources/cross-frame-iframe.html:
710 2007-12-27 Alexey Proskuryakov <ap@webkit.org>
714 http://bugs.webkit.org/show_bug.cgi?id=14500
715 need to be more generous about charset declaration with meta tag
717 http://bugs.webkit.org/show_bug.cgi?id=12526
718 <rdar://problem/4867183> Safari ignores encoding description "charset=Shift_JIS" in invalid html
720 <rdar://problem/4892428> Unlike other browsers, WebKit ignores <meta> charset definitions outside the head
722 <rdar://problem/5643774> REGRESSION: Text is garbled when clicking a link inside an Arabic website
724 * fast/encoding/ahram-org-eg-expected.txt: Added.
725 * fast/encoding/ahram-org-eg.html: Added.
726 * fast/encoding/bandai-co-jp-releases-expected.txt: Added.
727 * fast/encoding/bandai-co-jp-releases.html: Added.
728 * fast/encoding/floraexpres-ru-expected.txt: Added.
729 * fast/encoding/floraexpres-ru.html: Added.
730 * fast/encoding/hanarei-blog32-fc2-com-expected.txt: Added.
731 * fast/encoding/hanarei-blog32-fc2-com.html: Added.
732 * fast/encoding/yahoo-mail-expected.txt: Added.
733 * fast/encoding/yahoo-mail.html: Added.
735 2007-12-26 Dan Bernstein <mitz@apple.com>
737 Rubber-stamped by Anders Carlsson.
739 - re-categorize some SVG tests the are failing on Windows
741 * platform/win/Skipped:
743 2007-12-26 Sam Weinig <sam@webkit.org>
745 Reviewed by Alice Liu.
747 Re-enable disabled tests with new polling logic using layoutTestController.globalFlag.
749 * http/tests/security/dataURL/resources/foreign-domain-data-url-accessee-iframe.html:
750 * http/tests/security/dataURL/resources/foreign-domain-data-url-accessee-opened-frame.html:
751 * http/tests/security/dataURL/resources/foreign-domain-data-url-accessor-iframe.html:
752 * http/tests/security/dataURL/resources/foreign-domain-data-url-accessor-opened-frame.html:
753 * http/tests/security/dataURL/resources/foreign-domain-data-url-window-location.html:
754 * http/tests/security/dataURL/xss-DENIED-from-data-url-in-foreign-domain-subframe-expected.txt:
755 * 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.
756 * http/tests/security/dataURL/xss-DENIED-from-data-url-in-foreign-domain-subframe.html-disabled: Removed.
757 * http/tests/security/dataURL/xss-DENIED-from-data-url-in-foreign-domain-window-open-expected.txt:
758 * 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.
759 * http/tests/security/dataURL/xss-DENIED-from-data-url-in-foreign-domain-window-open.html-disabled: Removed.
760 * http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-subframe-expected.txt:
761 * http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-subframe-location-change-expected.txt:
762 * 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.
763 * http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-subframe-location-change.html-disabled: Removed.
764 * 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.
765 * http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-subframe.html-disabled: Removed.
766 * http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-window-open-expected.txt:
767 * 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.
768 * http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-window-open.html-disabled: Removed.
769 * platform/win/Skipped:
771 2007-12-26 Alice Liu <alice.liu@apple.com>
773 removing tests tracked by <rdar://5463489> A number of layout tests should be using
774 execCommand instead of textInputController
776 * platform/win/Skipped:
777 removing tests fixed by http://trac.webkit.org/projects/webkit/changeset/28626
779 2007-12-26 Alexey Proskuryakov <ap@webkit.org>
781 Reviewed by Sam Weinig.
783 http://bugs.webkit.org/show_bug.cgi?id=16609
784 Make manual-tests/xmlhttprequest-contenttype-empty.html test automatic
786 * http/tests/xmlhttprequest/xmlhttprequest-contenttype-empty-expected.txt: Added.
787 * http/tests/xmlhttprequest/resources/empty-content-type.php: Added.
788 * http/tests/xmlhttprequest/xmlhttprequest-contenttype-empty.html: Copied from WebCore/manual-tests/xmlhttprequest-contenttype-empty.html.
790 2007-12-25 Rob Buis <buis@kde.org>
795 http://bugs.webkit.org/show_bug.cgi?id=15514
796 <clipPath> with <use> not respected
797 http://bugs.webkit.org/show_bug.cgi?id=16557
798 SVG circle elements have been clipped away completely, instead of partially.
800 * svg/custom/clip-path-referencing-use-expected.checksum: Added.
801 * svg/custom/clip-path-referencing-use-expected.png: Added.
802 * svg/custom/clip-path-referencing-use-expected.txt: Added.
803 * svg/custom/clip-path-referencing-use.svg: Added.
804 * svg/custom/clip-path-referencing-use2-expected.checksum: Added.
805 * svg/custom/clip-path-referencing-use2-expected.png: Added.
806 * svg/custom/clip-path-referencing-use2-expected.txt: Added.
807 * svg/custom/clip-path-referencing-use2.svg: Added.
809 2007-12-25 David Smith <catfish.man@gmail.com> and Sam Weinig <sam@webkit.org>
813 - http://bugs.webkit.org/show_bug.cgi?id=16587
814 Implement the most useful part of the W3C Selectors API.
816 * fast/dom/SelectorAPI: Copied from LayoutTests/fast/dom/getElementsByClassName.
817 * fast/dom/SelectorAPI/dumpNodeList-expected.txt:
818 * fast/dom/SelectorAPI/dumpNodeList.html: Modified to test querySelector and querySelectorAll instead of getElementsByClassName
819 * fast/dom/Window/window-properties-expected.txt: Added querySelector and querySelectorAll
821 2007-12-23 Darin Adler <darin@apple.com>
823 - updated results (character used for controls changed in r28945)
825 * platform/mac/media/audio-controls-rendering-expected.txt: Regenerated.
826 * platform/mac/media/video-controls-rendering-expected.txt: Regenerated.
827 * platform/mac/media/video-display-toggle-expected.txt: Regenerated.
829 2007-12-22 Nikolas Zimmermann <zimmermann@kde.org>
833 Fixes: http://bugs.webkit.org/show_bug.cgi?id=15966 (Crash in SVGRootInlineBox::walkTextChunks() on mouse hover)
835 Add new layout test foreignObject-crash-on-hover.xml verifying debug builds don't hit an assertion anymore.
837 * platform/mac/svg/custom/foreignObject-crash-on-hover-expected.checksum: Added.
838 * platform/mac/svg/custom/foreignObject-crash-on-hover-expected.png: Added.
839 * platform/mac/svg/custom/foreignObject-crash-on-hover-expected.txt: Added.
840 * svg/custom/foreignObject-crash-on-hover.xml: Added.
842 2007-12-21 Sam Weinig <sam@webkit.org>
846 Fix another mistaken duplication, this time in cross-frame-access-parent-explicit-domain.html,
847 that was causing intermittent failures.
849 * http/tests/security/cross-frame-access-parent-explicit-domain-expected.txt:
850 * http/tests/security/cross-frame-access-parent-explicit-domain.html:
851 * http/tests/security/cross-frame-access-port-explicit-domain-expected.txt:
853 2007-12-21 Sam Weinig <sam@webkit.org>
855 Reviewed by Dan Bernstein.
857 Fix mistaken duplication in cross-frame-access-child-explicit-domain.html that was causing
858 intermittent failures.
860 * http/tests/security/cross-frame-access-child-explicit-domain-expected.txt:
861 * http/tests/security/cross-frame-access-child-explicit-domain.html:
862 * http/tests/security/cross-frame-access-custom-expected.txt:
864 2007-12-21 Alexey Proskuryakov <ap@webkit.org>
868 <rdar://problem/5629995> Incorrect display of Danish characters on web site.
870 * http/tests/xmlhttprequest/resources/utf-8-no-charset.html: Added.
871 * http/tests/xmlhttprequest/response-encoding-expected.txt:
872 * http/tests/xmlhttprequest/response-encoding.html:
874 2007-12-20 Justin Garcia <justin.garcia@apple.com>
876 Reviewed by Oliver Hunt.
878 <rdar://problem/5543472> GoogleDocs: Safari hangs when creating a list from a particular selection
880 * editing/execCommand/5543472-1-expected.txt: Added.
881 * editing/execCommand/5543472-1.html: Added.
882 * editing/execCommand/5543472-2-expected.txt: Added.
883 * editing/execCommand/5543472-2.html: Added.
884 * editing/execCommand/5543472-3-expected.txt: Added.
885 * editing/execCommand/5543472-3.html: Added.
887 2007-12-20 Dan Bernstein <mitz@apple.com>
889 Reviewed by John Sullivan.
891 - reorganize skipped test list
893 * platform/win/Skipped:
895 2007-12-20 Adam Barth <hk9565@gmail.com>
897 Reviewed and landed by Sam Weinig.
899 Update LayoutTests for http://bugs.webkit.org/show_bug.cgi?id=15313
901 * http/tests/security/cross-frame-access-child-explicit-domain-expected.txt: Added.
902 * http/tests/security/cross-frame-access-child-explicit-domain.html: Added.
903 * http/tests/security/cross-frame-access-custom-expected.txt:
904 * http/tests/security/cross-frame-access-parent-explicit-domain-expected.txt: Added.
905 * http/tests/security/cross-frame-access-parent-explicit-domain.html: Added.
906 * http/tests/security/cross-frame-access-port-explicit-domain-expected.txt:
907 * http/tests/security/cross-frame-access-protocol-explicit-domain-expected.txt:
908 * http/tests/security/cross-frame-access-protocol-explicit-domain.html:
910 2007-12-20 johnnyding.webkit <johnnyding.webkit@gmail.com>
912 Reviewed by Alexey. Landed by Stephanie.
914 - bug http://bugs.webkit.org/show_bug.cgi?id=16179 | <rdar://problem/5619399>
915 Test for unicode characters which is great than 255 are in HTML attribute name
917 * fast/parser/test-unicode-characters-in-attribute-name-expected.txt: Added.
918 * fast/parser/test-unicode-characters-in-attribute-name.html: Added.
920 2007-12-20 Eric Seidel <eric@webkit.org>
922 Reviewed by Nikolas Zimmermann.
924 WebKit claims to support SVG feature strings it shouldn't
925 http://bugs.webkit.org/show_bug.cgi?id=15480
927 * platform/mac/svg/W3C-SVG-1.1/struct-cond-03-t-expected.checksum:
928 * platform/mac/svg/W3C-SVG-1.1/struct-cond-03-t-expected.png:
929 * platform/mac/svg/W3C-SVG-1.1/struct-cond-03-t-expected.txt:
930 * platform/mac/svg/W3C-SVG-1.1/struct-image-02-b-expected.checksum:
931 * platform/mac/svg/W3C-SVG-1.1/struct-image-02-b-expected.png:
932 * platform/mac/svg/W3C-SVG-1.1/struct-image-02-b-expected.txt:
933 * svg/custom/svg-features-expected.txt:
934 * svg/custom/svg-features.html:
936 2007-12-17 Tony Chang <idealisms@gmail.com>
940 Test for http://bugs.webkit.org/show_bug.cgi?id=16479
941 Reset the drag state on non-mac platforms.
943 * fast/text/reset-drag-on-mouse-down.html: Added.
944 * platform/mac/fast/text/reset-drag-on-mouse-down-expected.txt: Added.
946 2007-12-19 Geoffrey Garen <ggaren@apple.com>
948 Reviewed by Oliver Hunt.
950 Added some tests to verify some of the changes I made while optimizing
951 global access to global variables.
953 * fast/dom/Window/resources/window-property-clearing-iframe0.html: Added.
954 * fast/dom/Window/resources/window-property-clearing-iframe1.html: Added.
955 * fast/dom/Window/window-property-clearing-expected.txt: Added.
956 * fast/dom/Window/window-property-clearing.html: Added.
957 * fast/dom/getter-on-window-object2-expected.txt: Added.
958 * fast/dom/getter-on-window-object2.html: Added.
960 Checked in failing results for these const tests. The symbol table
961 optimization broke const. (We didn't know this before because our only
962 tests used global variables.)
964 * fast/js/const-expected.txt:
965 * fast/js/kde/const-expected.txt:
967 * fast/js/resources/for-in-avoid-duplicates.js: Fixed a typo I noticed.
968 Not related to this patch.
970 * fast/dom/Window/window-property-shadowing.html: Changed this test to
971 use "this" instead of "window". The fact that "window" worked before,
972 despite an overriding / shadowing var declaration, was a bug.
974 2007-12-19 Dan Bernstein <mitz@apple.com>
976 - remove two more tests that pass now due to changed font fallback
978 * platform/win/Skipped:
980 2007-12-19 Dan Bernstein <mitz@apple.com>
982 - remove passing tests following the change to font fallback
984 * platform/win/Skipped: Removed tests that failed only because they
985 specified as primary font family a font family that was not available
986 on Windows and therefore were rendered using the platform last resort
987 font, Times New Roman. Now they are rendered using the 'standard'
988 font family, which is set to Times on both Mac and Windows when running
991 2007-12-19 Alice Liu <alice.liu@apple.com>
995 Fixed <rdar://problem/5592485> Safari crashed trying to get a motorcycle insurance quote
996 on Geico.com WebCore::Document::inPageCache()
998 * fast/events/nested-event-remove-node-crash-expected.txt: Added.
999 * fast/events/nested-event-remove-node-crash.html: Added.
1001 2007-12-19 Andre Boule <aboule@apple.com>
1003 Reviewed by Dan Bernstein.
1005 Adding tests for canvas compositing modes to make sure the results don't change after:
1006 <rdar://problem/5640059> GraphicsContext::setCompositeOperation should use CGContextSetBlendMode
1008 The following compositing modes don't pass however that is covered by another bug:
1014 <rdar://problem/5651783> Some canvas tag compositing modes don't render correctly
1016 * fast/canvas/canvas-composite.html: Added.
1017 * platform/mac/fast/canvas/canvas-composite-expected.checksum: Added.
1018 * platform/mac/fast/canvas/canvas-composite-expected.png: Added.
1019 * platform/mac/fast/canvas/canvas-composite-expected.txt: Added.
1021 2007-12-19 Dan Bernstein <mitz@apple.com>
1023 Reviewed by Dave Hyatt.
1025 - test for <rdar://problem/5650045> REGRESSION: major layout problems in svn r28754 WebKit on Vox.com page
1027 * fast/dynamic/subtree-boundary-percent-height.html: Added.
1028 * platform/mac/fast/dynamic/subtree-boundary-percent-height-expected.checksum: Added.
1029 * platform/mac/fast/dynamic/subtree-boundary-percent-height-expected.png: Added.
1030 * platform/mac/fast/dynamic/subtree-boundary-percent-height-expected.txt: Added.
1032 2007-12-18 Beth Dakin <bdakin@apple.com>
1036 Test for <rdar://problem/5616982> SVGs with width and height 100%
1037 fail to render when used as <img> or CSS image (16167)
1039 * fast/images/resources/green-relative-size-rect.svg: Added.
1040 * fast/images/svg-as-relative-image.html: Added.
1041 * platform/mac/fast/images/svg-as-relative-image-expected.checksum: Added.
1042 * platform/mac/fast/images/svg-as-relative-image-expected.png: Added.
1043 * platform/mac/fast/images/svg-as-relative-image-expected.txt: Added.
1045 2007-12-18 Dan Bernstein <mitz@apple.com>
1047 Reviewed by John Sullivan.
1049 - remove passing test and reclassify one failing test
1051 * platform/win/Skipped: Removed fast/text/international/002.html.
1053 2007-12-18 Sam Weinig <sam@webkit.org>
1055 Reviewed by Geoffrey.
1057 - Temporarily remove calls that are causing subsequent tests in DRT to fail.
1058 Filled http://bugs.webkit.org/show_bug.cgi?id=16510 to track the issue.
1060 * http/tests/security/cross-frame-access-history-expected.txt:
1061 * http/tests/security/cross-frame-access-history.html:
1063 2007-12-18 Darin Adler <darin@apple.com>
1065 - fix failing regression test
1067 * fast/regex/resources/TEMPLATE.html: Updated this template -- I accidentally landed
1068 the one that was copied without updating the paths.
1069 * fast/regex/slow.html: Regenerated.
1071 2007-12-18 Alice Liu <alice.liu@apple.com>
1075 Fixed <rdar://problem/5646454> REGRESSION: dom/xhtml/level2/html/HTMLDocument12 fails on Leopard
1077 * fast/cookies/local-file-can-set-cookies.html:
1078 cookies are matched by domain and path, and since layout tests are file URLs,
1079 they all match on domain. setting a cookie without specifying the path will
1080 make CFNetwork pick up the path from the URL automatically. Since
1081 fast/cookies/local-file-can-set-cookies.html set a specific path of /, that
1082 cookie will be set for EVERY local file loaded in Safari. removing that
1083 component from the cookie string will fix the problem.
1085 2007-12-18 Darin Adler <darin@apple.com>
1089 - test for http://bugs.webkit.org/show_bug.cgi?id=16458
1090 REGRESSION (r28164): regular expressions can now hang due to lack of a match limit
1092 * fast/regex/resources: Added.
1093 * fast/regex/resources/TEMPLATE.html: Copied from fast/js/resources/TEMPLATE.html.
1094 * fast/regex/resources/slow.js: Added.
1095 * fast/regex/slow-expected.txt: Added.
1096 * fast/regex/slow.html: Added.
1098 2007-12-18 Dan Bernstein <mitz@apple.com>
1100 Reviewed by John Sullivan.
1102 - remove passing test
1104 * platform/win/Skipped: Removed fast/text/international/wrap-CJK-001.html
1106 2007-12-17 Alice Liu <alice.liu@apple.com>
1110 Test for <rdar://problem/5566435> window with no scrollbars can still be scrolled with wheelevent
1112 * fast/events/attempt-scroll-with-no-scrollbars-expected.txt: Added.
1113 * fast/events/attempt-scroll-with-no-scrollbars.html: Added.
1114 * platform/mac/Skipped:
1115 Adding to mac Skipped list because of <rdar://problem/5643675> window.scrollTo scrolls a window with no scrollbars
1116 * platform/win/Skipped:
1117 Adding to win Skipped list because of <rdar://problem/5132009> Windows DRT does not support multiple windows
1119 2007-12-17 Darin Adler <darin@apple.com>
1121 - disabling this test until we can find a way to make it pass on diverse machines
1123 * fast/css/css2-system-color.html: Removed.
1124 * fast/css/css2-system-color.html-disabled: Copied from fast/css/css2-system-color.html.
1126 2007-12-17 Anders Carlsson <andersca@apple.com>
1128 Fix argument to window.open.
1130 * http/tests/misc/window-open-then-write.html:
1132 2007-12-17 Mark Rowe <mrowe@apple.com>
1134 Update test results after r28812.
1136 * platform/mac-tiger/fast/css/css2-system-color-expected.txt:
1137 * platform/mac/fast/css/css2-system-color-expected.txt:
1139 2007-12-17 Alexey Proskuryakov <ap@webkit.org>
1143 Live to the promise of never making AppKit special character codes visible via DOM.
1145 * fast/events/arrow-keys-on-body-expected.txt: Added.
1146 * fast/events/arrow-keys-on-body.html: Added.
1148 2007-12-16 Darin Adler <darin@apple.com>
1150 * fast/js/regexp-overflow-expected.txt: Updated. I accidentally checked in an
1151 out-of-date file last time.
1153 2007-12-16 Darin Adler <darin@apple.com>
1157 - test for http://bugs.webkit.org/show_bug.cgi?id=16459
1158 REGRESSION: assertion failure with regexp with \B in a case-ignoring character range
1159 <rdar://problem/5646361>
1161 * fast/js/regexp-overflow-expected.txt: Updated.
1162 * fast/js/resources/regexp-overflow.js: Added test cases.
1164 2007-12-16 Darin Adler <darin@apple.com>
1168 - tests for the argument handling of the executeSql function
1170 * storage/execute-sql-args-expected.txt: Added.
1171 * storage/execute-sql-args.html: Added.
1173 2007-12-16 Darin Adler <darin@apple.com>
1175 - try to get the system color test passing on the buildbot
1177 I fear this test may be vulnerable to slight platform differences.
1179 * platform/mac-tiger/fast: Added.
1180 * platform/mac-tiger/fast/css: Added.
1181 * platform/mac-tiger/fast/css/css2-system-color-expected.checksum: Copied from platform/mac/fast/css/css2-system-color-expected.checksum.
1182 * platform/mac-tiger/fast/css/css2-system-color-expected.png: Copied from platform/mac/fast/css/css2-system-color-expected.png.
1183 * platform/mac-tiger/fast/css/css2-system-color-expected.txt: Copied from platform/mac/fast/css/css2-system-color-expected.txt.
1184 Then updated to match what the buildbot says.
1186 * platform/mac/fast/css/css2-system-color-expected.txt: Updated to match
1187 results I'm getting locally on my Leopard machine.
1189 2007-12-16 Beth Dakin <bdakin@apple.com>
1193 Tests for SVG as border-image.
1195 * fast/borders/resources/green-fixed-size-rect.svg: Added.
1196 * fast/borders/resources/green-relative-size-rect.svg: Added.
1197 * fast/borders/svg-as-border-image-2.html: Added.
1198 * fast/borders/svg-as-border-image.html: Added.
1199 * platform/mac/fast/borders/svg-as-border-image-2-expected.checksum: Added.
1200 * platform/mac/fast/borders/svg-as-border-image-2-expected.png: Added.
1201 * platform/mac/fast/borders/svg-as-border-image-2-expected.txt: Added.
1202 * platform/mac/fast/borders/svg-as-border-image-expected.checksum: Added.
1203 * platform/mac/fast/borders/svg-as-border-image-expected.png: Added.
1204 * platform/mac/fast/borders/svg-as-border-image-expected.txt: Added.
1206 2007-12-16 Andrew Wellington <proton@wiretapped.net>
1210 http://bugs.webkit.org/show_bug.cgi?id=6129
1211 Incomplete implementation of CSS 2.1 system colors
1213 Add layout test for this bug and update tests for new system-derived colors
1215 * fast/css/css2-system-color.html: Added.
1216 * platform/mac/fast/css/css2-system-color-expected.checksum: Added.
1217 * platform/mac/fast/css/css2-system-color-expected.png: Added.
1218 * platform/mac/fast/css/css2-system-color-expected.txt: Added.
1219 * platform/mac/fast/css/css2-system-fonts-expected.checksum:
1220 * platform/mac/tables/mozilla/bugs/bug103533-expected.txt:
1222 2007-12-16 Dan Bernstein <mitz@apple.com>
1224 Reviewed by Darin Adler.
1226 - test for http://bugs.webkit.org/show_bug.cgi?id=16426
1227 Divs with overflow:auto: scrollbars not correctly updated when contents change
1229 * fast/overflow/scrollbar-position-update.html: Added.
1230 * platform/mac-leopard/fast/overflow: Added.
1231 * platform/mac-leopard/fast/overflow/scrollbar-position-update-expected.checksum: Added.
1232 * platform/mac-leopard/fast/overflow/scrollbar-position-update-expected.png: Added.
1233 * platform/mac/fast/overflow/scrollbar-position-update-expected.txt: Added.
1235 2007-12-15 Darin Adler <darin@apple.com>
1237 Disabled the smallFonts.svg test, which has been failing for weeks. I heard that Niko
1238 is going to fix this soon. He should rename it back at that time.
1240 Removed the svn:executable flag from many .svg, .png, and .css files that had it set
1243 * svg/batik/text/smallFonts.svg: Removed.
1244 * svg/batik/text/smallFonts.svg-disabled: Copied from svg/batik/text/smallFonts.svg.
1246 2007-12-15 Eric Seidel <eric@webkit.org>
1250 Width of SVG elements not applied to container elements
1251 http://bugs.webkit.org/show_bug.cgi?id=16305
1253 * platform/mac/svg/css/css-box-min-width-expected.checksum: Added.
1254 * platform/mac/svg/css/css-box-min-width-expected.png: Added.
1255 * platform/mac/svg/css/css-box-min-width-expected.txt: Added.
1256 * svg/css/css-box-min-width.html: Added.
1258 2007-12-15 Alp Toker <alp@atoker.com>
1260 http://bugs.webkit.org/show_bug.cgi?id=16449
1261 cairo_arc() functions hang or crash when passed inf as radius or start/end angle
1263 Fixed in r28751. Remove these tests from the skip list:
1264 fast/canvas/arc-crash.html
1265 fast/canvas/canvas-with-incorrect-args.html
1267 * platform/gtk/Skipped:
1269 2007-12-05 Mark Rowe <mrowe@apple.com>
1271 Reviewed by Alp Toker.
1273 Add a skeleton Gtk skipped list containing only tests that hang run-webkit-tests.
1275 * platform/gtk/Skipped: Added.
1277 2007-12-15 Alexey Proskuryakov <ap@webkit.org>
1281 http://bugs.webkit.org/show_bug.cgi?id=16436
1282 Alt+Space works incorrectly
1284 * platform/win/fast/events/alt-space-scroll-expected.txt: Added.
1285 * platform/win/fast/events/alt-space-scroll.html: Added.
1287 2007-12-14 Dan Bernstein <mitz@apple.com>
1289 - share the results of this test between Tiger and Leopard
1291 * platform/mac-leopard/fast/text/international/bidi-control-chars-treated-as-ZWS-expected.txt: Removed.
1292 * 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.
1294 2007-12-14 Anders Carlsson <andersca@apple.com>
1298 Add test that calls window.open and then immediately writes into the document
1299 of the newly opened window.
1301 * http/tests/misc/resources/compass.jpg: Added.
1302 * http/tests/misc/window-open-then-write-expected.txt: Added.
1303 * http/tests/misc/window-open-then-write.html: Added.
1304 * platform/win/Skipped:
1306 2007-12-14 David Smith <catfish.man@gmail.com>
1310 - test for http://bugs.webkit.org/show_bug.cgi?id=14955
1311 Implement getElementsByClassName
1313 Tests added from http://tc.labs.opera.com/apis/getElementsByClassName/
1315 * fast/dom/Window/window-properties-expected.txt:
1316 * fast/dom/getElementsByClassName: Added.
1317 * fast/dom/getElementsByClassName/001-expected.txt: Added.
1318 * fast/dom/getElementsByClassName/001.html: Added.
1319 * fast/dom/getElementsByClassName/002-expected.txt: Added.
1320 * fast/dom/getElementsByClassName/002.html: Added.
1321 * fast/dom/getElementsByClassName/003-expected.txt: Added.
1322 * fast/dom/getElementsByClassName/003.html: Added.
1323 * fast/dom/getElementsByClassName/004-expected.txt: Added.
1324 * fast/dom/getElementsByClassName/004.html: Added.
1325 * fast/dom/getElementsByClassName/005-expected.txt: Added.
1326 * fast/dom/getElementsByClassName/005.html: Added.
1327 * fast/dom/getElementsByClassName/006-expected.txt: Added.
1328 * fast/dom/getElementsByClassName/006.html: Added.
1329 * fast/dom/getElementsByClassName/007-expected.txt: Added.
1330 * fast/dom/getElementsByClassName/007.html: Added.
1331 * fast/dom/getElementsByClassName/008-expected.txt: Added.
1332 * fast/dom/getElementsByClassName/008.html: Added.
1333 * fast/dom/getElementsByClassName/009-expected.txt: Added.
1334 * fast/dom/getElementsByClassName/009.html: Added.
1335 * fast/dom/getElementsByClassName/010-expected.txt: Added.
1336 * fast/dom/getElementsByClassName/010.xml: Added.
1337 * fast/dom/getElementsByClassName/011-expected.txt: Added.
1338 * fast/dom/getElementsByClassName/011.xml: Added.
1339 * fast/dom/getElementsByClassName/012-expected.txt: Added.
1340 * fast/dom/getElementsByClassName/012.html: Added.
1341 * fast/dom/getElementsByClassName/013-expected.txt: Added.
1342 * fast/dom/getElementsByClassName/013.html: Added.
1343 * fast/dom/getElementsByClassName/014-expected.txt: Added.
1344 * fast/dom/getElementsByClassName/014.html: Added.
1345 * fast/dom/getElementsByClassName/array: Added.
1346 * fast/dom/getElementsByClassName/array/001-expected.txt: Added.
1347 * fast/dom/getElementsByClassName/array/001.html: Added.
1348 * fast/dom/getElementsByClassName/array/002-expected.txt: Added.
1349 * fast/dom/getElementsByClassName/array/002.html: Added.
1350 * fast/dom/getElementsByClassName/array/003-expected.txt: Added.
1351 * fast/dom/getElementsByClassName/array/003.html: Added.
1352 * fast/dom/getElementsByClassName/array/004-expected.txt: Added.
1353 * fast/dom/getElementsByClassName/array/004.html: Added.
1354 * fast/dom/getElementsByClassName/dumpNodeList-expected.txt: Added.
1355 * fast/dom/getElementsByClassName/dumpNodeList.html: Added.
1356 * fast/dom/getElementsByClassName/resources: Added.
1357 * fast/dom/getElementsByClassName/resources/common.js: Added.
1359 2007-12-14 Darin Adler <darin@apple.com>
1363 - http://bugs.webkit.org/show_bug.cgi?id=16420
1364 change regression tests to use document.execCommand instead of textInputController.doCommand
1366 To avoid changing results at this time, I didn't correct the many tests that now have
1367 misleading "this test cannot be run manually" text or references to "NSResponder" or
1368 uneeded instructions for running the test manually. We can do that on a later pass.
1370 * editing/deleting/5300379.html: Use execCommand instead of doCommand.
1371 * editing/deleting/delete-to-end-of-paragraph.html: Ditto.
1372 * editing/deleting/smart-delete-003.html: Ditto.
1373 * editing/deleting/smart-delete-004.html: Ditto.
1374 * editing/execCommand/nsresponder-indent.html: Ditto.
1375 * editing/execCommand/nsresponder-outdent.html: Ditto.
1376 * editing/selection/4947387.html: Ditto.
1377 * editing/selection/5195166-1.html: Ditto.
1378 * editing/selection/5195166-2.html: Ditto.
1379 * editing/selection/select-line.html: Ditto.
1380 * editing/selection/selection-actions.html: Ditto.
1382 2007-12-14 Justin Garcia <justin.garcia@apple.com>
1384 Reviewed by Darin Adler.
1386 <rdar://problem/5575101> Hang in SplitElementCommand::doApply when outdenting a list item in a particular list
1388 * editing/execCommand/5575101-1-expected.txt: Added.
1389 * editing/execCommand/5575101-1.html: Added.
1390 * editing/execCommand/5575101-2-expected.txt: Added.
1391 * editing/execCommand/5575101-2.html: Added.
1392 * editing/execCommand/5575101-3-expected.txt: Added.
1393 * editing/execCommand/5575101-3.html: Added.
1395 2007-12-14 Anders Carlsson <andersca@apple.com>
1397 Reviewed by Darin and Geoff.
1399 <rdar://problem/5619295>
1400 REGRESSION: 303-304: Embedded YouTube video fails to render- JS errors (16150) (Flash 9)
1402 Add cross frame plug/in test where a plug/in inside an iframe tries to access properties of the
1405 * http/tests/plugins/cross-frame-object-access-expected.txt: Added.
1406 * http/tests/plugins/cross-frame-object-access.html: Added.
1407 * http/tests/plugins/resources/cross-frame-object-access.html: Added.
1409 2007-12-14 Oliver Hunt <oliver@apple.com>
1413 Fix test output, and move test to mac skipped lists until
1414 <rdar://problem/5647952> fast/events/mouseout-on-window.html
1417 * fast/events/mouseout-on-window-expected.txt:
1418 * platform/mac/Skipped:
1420 2007-12-13 Justin Garcia <justin.garcia@apple.com>
1422 Reviewed by Oliver Hunt.
1424 <rdar://problem/5607069> In Mail, a crash occurs at WebCore::AppendNodeCommand() after dragging image into a <FORM> element
1426 * editing/inserting/5607069-1-expected.checksum: Added.
1427 * editing/inserting/5607069-1-expected.png: Added.
1428 * editing/inserting/5607069-1-expected.txt: Added.
1429 * editing/inserting/5607069-1.html: Added.
1430 * editing/inserting/5607069-2.html: Added.
1431 * editing/inserting/5607069-3.html: Added.
1432 * platform/mac/editing/inserting/5607069-2-expected.checksum: Added.
1433 * platform/mac/editing/inserting/5607069-2-expected.png: Added.
1434 * platform/mac/editing/inserting/5607069-2-expected.txt: Added.
1435 * platform/mac/editing/inserting/5607069-3-expected.checksum: Added.
1436 * platform/mac/editing/inserting/5607069-3-expected.png: Added.
1437 * platform/mac/editing/inserting/5607069-3-expected.txt: Added.
1439 2007-12-13 Dan Bernstein <mitz@apple.com>
1441 Reviewed by Dave Hyatt.
1443 - test for <rdar://problem/5642426> explicit cubic-bezier curves all treated as "default" for transition-timing-function
1445 * fast/css/transition-timing-function-expected.txt: Added.
1446 * fast/css/transition-timing-function.html: Added.
1448 2007-12-13 Kevin McCullough <kmccullough@apple.com>
1452 - Layout tests fix. Removed machine dependant results and generated new
1453 results without machine specific information.
1455 * fast/dom/frame-loading-via-document-write-expected.txt: Added.
1456 * http/tests/security/frame-loading-via-document-write-expected.txt: Added.
1457 * http/tests/security/local-CSS-from-remote-expected.txt:
1458 * http/tests/security/local-JavaScript-from-remote-expected.txt:
1459 * http/tests/security/local-iFrame-from-remote-expected.txt:
1460 * http/tests/security/local-image-from-remote-expected.txt:
1461 * platform/mac/fast/dom/frame-loading-via-document-write-expected.checksum: Removed.
1462 * platform/mac/fast/dom/frame-loading-via-document-write-expected.png: Removed.
1463 * platform/mac/fast/dom/frame-loading-via-document-write-expected.txt: Removed.
1464 * platform/mac/http/tests/security: Removed.
1465 * platform/mac/http/tests/security/frame-loading-via-document-write-expected.checksum: Removed.
1466 * platform/mac/http/tests/security/frame-loading-via-document-write-expected.png: Removed.
1467 * platform/mac/http/tests/security/frame-loading-via-document-write-expected.txt: Removed.
1468 * platform/win/Skipped:
1469 * platform/win/http: Removed.
1470 * platform/win/http/tests: Removed.
1471 * platform/win/http/tests/security: Removed.
1472 * platform/win/http/tests/security/frame-loading-via-document-write-expected.txt: Removed.
1474 2007-12-13 Alexey Proskuryakov <ap@webkit.org>
1478 http://bugs.webkit.org/show_bug.cgi?id=16421
1479 REGRESSION(r28669): Page scrolls down when you hit space key in text area
1481 * fast/events/space-scroll-event-expected.txt: Added.
1482 * fast/events/space-scroll-event.html: Added.
1484 2007-12-13 Justin Garcia <justin.garcia@apple.com>
1486 Reviewed by Darin Adler.
1488 <rdar://problem/5601583> GMail Editor: Copied link doesn't paste as a link, just colored text
1490 * editing/pasteboard/5601583-1.html: Added.
1491 * platform/mac/editing/pasteboard/5601583-1-expected.checksum: Added.
1492 * platform/mac/editing/pasteboard/5601583-1-expected.png: Added.
1493 * platform/mac/editing/pasteboard/5601583-1-expected.txt: Added.
1495 2007-12-13 Kevin McCullough <kmccullough@apple.com>
1497 Reviewed by Alice and Sam.
1499 - <rdar://5621435> Need a way to specify local resources (being loaded
1500 from HTTP tests) on Windows.
1501 - Updated the following tests to use the new layoutTestController
1502 function, pathToLocalResource to get a Windows viable path (when on
1503 Windows) to the local resources they are attempting to access.
1504 - Also clarified and updated some results.
1506 * fast/dom/frame-loading-via-document-write.html:
1507 * fast/loader/local-CSS-from-local-expected.txt:
1508 * fast/loader/local-CSS-from-local.html:
1509 * fast/loader/local-JavaScript-from-local-expected.txt:
1510 * fast/loader/local-JavaScript-from-local.html:
1511 * fast/loader/local-iFrame-source-from-local-expected.txt:
1512 * fast/loader/local-iFrame-source-from-local.html:
1513 * fast/loader/local-image-from-local-expected.txt:
1514 * fast/loader/local-image-from-local.html:
1515 * http/tests/security/frame-loading-via-document-write.html:
1516 * http/tests/security/local-CSS-from-remote-expected.txt:
1517 * http/tests/security/local-CSS-from-remote.html:
1518 * http/tests/security/local-JavaScript-from-remote-expected.txt:
1519 * http/tests/security/local-JavaScript-from-remote.html:
1520 * http/tests/security/local-iFrame-from-remote-expected.txt:
1521 * http/tests/security/local-iFrame-from-remote.html:
1522 * http/tests/security/local-image-from-remote-expected.txt:
1523 * http/tests/security/local-image-from-remote.html:
1524 * http/tests/security/local-user-CSS-from-remote.html:
1525 * platform/mac/fast/dom/frame-loading-via-document-write-expected.txt:
1526 * platform/win/Skipped:
1527 * platform/win/http: Added.
1528 * platform/win/http/tests: Added.
1529 * platform/win/http/tests/security: Added.
1530 * platform/win/http/tests/security/frame-loading-via-document-write-expected.txt: Added.
1532 2007-12-13 Dan Bernstein <mitz@apple.com>
1534 Reviewed by Adam Roben.
1536 - test that Unicode bidi control characters are rendered as zero width
1539 * fast/text/international/bidi-control-chars-treated-as-ZWS.html: Added.
1540 * platform/mac-leopard/fast/text/international/bidi-control-chars-treated-as-ZWS-expected.checksum: Added.
1541 * platform/mac-leopard/fast/text/international/bidi-control-chars-treated-as-ZWS-expected.png: Added.
1542 * platform/mac-leopard/fast/text/international/bidi-control-chars-treated-as-ZWS-expected.txt: Added.
1544 2007-12-12 Dan Bernstein <mitz@apple.com>
1546 Reviewed by Oliver Hunt.
1548 - updated results and skipped tests file for
1549 <rdar://problem/5074620> text with font:initial; fails to appear (causes fast/text/font-initial.html to fail)
1551 * platform/mac-leopard/fast/text/font-initial-expected.checksum: Copied from LayoutTests/platform/mac/fast/text/font-initial-expected.checksum.
1552 * platform/mac-leopard/fast/text/font-initial-expected.png: Copied from LayoutTests/platform/mac/fast/text/font-initial-expected.png.
1553 * platform/mac/fast/text/font-initial-expected.checksum: Removed.
1554 * platform/mac/fast/text/font-initial-expected.png: Removed.
1555 * platform/mac/fast/text/font-initial-expected.txt:
1556 * platform/win/Skipped:
1558 2007-12-12 Justin Garcia <justin.garcia@apple.com>
1560 Reviewed by Darin Adler.
1562 <rdar://problem/5433862> Mail crashes at WebCore::highestAncestor() when deleting a particular selection
1564 * editing/deleting/5433862-1-expected.txt: Added.
1565 * editing/deleting/5433862-1.html: Added.
1566 * editing/deleting/5433862-2.html: Added.
1567 * platform/mac/editing/deleting/5433862-2-expected.checksum: Added.
1568 * platform/mac/editing/deleting/5433862-2-expected.txt: Added.
1570 2007-12-12 Dan Bernstein <mitz@apple.com>
1572 Reviewed by John Sullivan.
1574 - test for a bug in debug builds only where selecting an earlier item in
1575 a popup selects the first item
1577 * fast/forms/menulist-selection-reset-expected.txt: Added.
1578 * fast/forms/menulist-selection-reset.html: Added.
1580 2007-12-12 Beth Dakin <bdakin@apple.com>
1584 Updated pixel results from my recent SVG change.
1586 * svg/custom/inline-svg-in-xhtml-expected.checksum: Added.
1587 * svg/custom/inline-svg-in-xhtml-expected.png: Added.
1589 2007-12-12 Anders Carlsson <andersca@apple.com>
1593 <rdar://problem/5132003>
1594 dumpResourceLoadCallbacks is not implemented in DRT on Windows.
1596 Remove now passing tests.
1598 * platform/win/Skipped:
1600 2007-12-12 Alexey Proskuryakov <ap@webkit.org>
1602 Reviewed by Adam Roben.
1604 Results corrected by a fix to EventSender.
1606 * platform/win/fast/events/keyLocation-numpad-expected.txt:
1608 2007-12-12 Alexey Proskuryakov <ap@webkit.org>
1612 http://bugs.webkit.org/show_bug.cgi?id=16410
1613 Implement isKeypadEvent() on Windows
1615 * platform/win/fast/events/keyLocation-numpad-expected.txt: Added.
1616 * platform/win/fast/events/keyLocation-numpad.html: Added.
1618 2007-12-12 Alexey Proskuryakov <ap@webkit.org>
1622 http://bugs.webkit.org/show_bug.cgi?id=15248
1623 Can not enter accented characters using alt-numeric keypad
1625 * platform/win/fast/events/alt-numpad-expected.txt: Added.
1626 * platform/win/fast/events/alt-numpad.html: Added.
1628 2007-12-12 Oliver Hunt <oliver@apple.com>
1632 <rdar://problem/5071781> window.mouseout events are not
1633 sent to window when mouse moves out of window
1635 Layout tests to make sure we correctly handle mouse out
1636 on the window object.
1638 * fast/events/mouseout-on-window-expected.txt: Added.
1639 * fast/events/mouseout-on-window.html: Added.
1641 2007-12-11 Dan Bernstein <mitz@apple.com>
1643 Reviewed by Maciej Stachowiak.
1645 - removed now-passing tests
1647 * platform/win/Skipped:
1649 2007-12-11 Dan Bernstein <mitz@apple.com>
1651 Reviewed by Mark Rowe and Sam Weinig too!
1653 - removed tests that pass when Helvetica Oblique and Helvetica
1654 Bold Oblique are available.
1656 * platform/win/Skipped:
1658 2007-12-11 Beth Dakin <bdakin@apple.com>
1662 Tests for <rdar://problem/5641255> SVGs with width and height 100%
1663 fail to render when used as background images
1665 * fast/backgrounds/resources/balloon.svg: Added.
1666 * fast/backgrounds/resources/eyes.svg: Added.
1667 * fast/backgrounds/resources/hearts.svg: Added.
1668 * fast/backgrounds/resources/linguistics.svg: Added.
1669 * fast/backgrounds/resources/map.svg: Added.
1670 * fast/backgrounds/resources/mouse-repel.svg: Added.
1671 * fast/backgrounds/svg-as-background-1.html: Added.
1672 * fast/backgrounds/svg-as-background-2.html: Added.
1673 * fast/backgrounds/svg-as-background-3.html: Added.
1674 * fast/backgrounds/svg-as-background-4.html: Added.
1675 * fast/backgrounds/svg-as-background-5.html: Added.
1676 * fast/backgrounds/svg-as-background-6.html: Added.
1677 * platform/mac/fast/backgrounds/svg-as-background-1-expected.checksum: Added.
1678 * platform/mac/fast/backgrounds/svg-as-background-1-expected.png: Added.
1679 * platform/mac/fast/backgrounds/svg-as-background-1-expected.txt: Added.
1680 * platform/mac/fast/backgrounds/svg-as-background-2-expected.checksum: Added.
1681 * platform/mac/fast/backgrounds/svg-as-background-2-expected.png: Added.
1682 * platform/mac/fast/backgrounds/svg-as-background-2-expected.txt: Added.
1683 * platform/mac/fast/backgrounds/svg-as-background-3-expected.checksum: Added.
1684 * platform/mac/fast/backgrounds/svg-as-background-3-expected.png: Added.
1685 * platform/mac/fast/backgrounds/svg-as-background-3-expected.txt: Added.
1686 * platform/mac/fast/backgrounds/svg-as-background-4-expected.checksum: Added.
1687 * platform/mac/fast/backgrounds/svg-as-background-4-expected.png: Added.
1688 * platform/mac/fast/backgrounds/svg-as-background-4-expected.txt: Added.
1689 * platform/mac/fast/backgrounds/svg-as-background-5-expected.checksum: Added.
1690 * platform/mac/fast/backgrounds/svg-as-background-5-expected.png: Added.
1691 * platform/mac/fast/backgrounds/svg-as-background-5-expected.txt: Added.
1692 * platform/mac/fast/backgrounds/svg-as-background-6-expected.checksum: Added.
1693 * platform/mac/fast/backgrounds/svg-as-background-6-expected.png: Added.
1694 * platform/mac/fast/backgrounds/svg-as-background-6-expected.txt: Added.
1696 2007-12-11 Nikolas Zimmermann <zimmermann@kde.org>
1698 Rubberstamped by Mark.
1700 Add missing tests - their results have already been checked in over a month ago - I forgot to commit the tests itself.
1702 * svg/custom/alignment-baseline-modes.svg: Added.
1703 * svg/custom/dominant-baseline-hanging.svg: Added.
1704 * svg/custom/dominant-baseline-modes.svg: Added.
1706 2007-12-11 Nikolas Zimmermann <zimmermann@kde.org>
1708 Rubberstamped by Mark.
1710 Update pixel test results now that filters are disabled.
1712 * platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.checksum:
1713 * platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.png:
1714 * platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.checksum:
1715 * platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
1716 * platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.checksum:
1717 * platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.png:
1718 * platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.checksum:
1719 * platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
1720 * platform/mac/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.checksum:
1721 * platform/mac/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.png:
1722 * platform/mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.checksum:
1723 * platform/mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png:
1724 * platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.checksum:
1725 * platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.png:
1726 * platform/mac/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.checksum:
1727 * platform/mac/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.png:
1728 * platform/mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.checksum:
1729 * platform/mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.png:
1730 * platform/mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.checksum:
1731 * platform/mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.png:
1732 * platform/mac/svg/W3C-SVG-1.1/filters-offset-01-b-expected.checksum:
1733 * platform/mac/svg/W3C-SVG-1.1/filters-offset-01-b-expected.png:
1734 * platform/mac/svg/W3C-SVG-1.1/filters-specular-01-f-expected.checksum:
1735 * platform/mac/svg/W3C-SVG-1.1/filters-specular-01-f-expected.png:
1736 * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.checksum:
1737 * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.png:
1738 * platform/mac/svg/custom/empty-merge-expected.checksum:
1739 * platform/mac/svg/custom/empty-merge-expected.png:
1740 * platform/mac/svg/custom/feComponentTransfer-Discrete-expected.checksum:
1741 * platform/mac/svg/custom/feComponentTransfer-Discrete-expected.png:
1742 * platform/mac/svg/custom/feComponentTransfer-Gamma-expected.checksum:
1743 * platform/mac/svg/custom/feComponentTransfer-Gamma-expected.png:
1744 * platform/mac/svg/custom/feComponentTransfer-Linear-expected.checksum:
1745 * platform/mac/svg/custom/feComponentTransfer-Linear-expected.png:
1746 * platform/mac/svg/custom/feComponentTransfer-Table-expected.checksum:
1747 * platform/mac/svg/custom/feComponentTransfer-Table-expected.png:
1748 * platform/mac/svg/custom/feDisplacementMap-01-expected.checksum:
1749 * platform/mac/svg/custom/feDisplacementMap-01-expected.png:
1750 * platform/mac/svg/custom/image-with-transform-clip-filter-expected.checksum:
1751 * platform/mac/svg/custom/image-with-transform-clip-filter-expected.png:
1752 * platform/mac/svg/custom/non-opaque-filters-expected.checksum:
1753 * platform/mac/svg/custom/non-opaque-filters-expected.png:
1754 * platform/mac/svg/custom/text-filter-expected.checksum:
1755 * platform/mac/svg/custom/text-filter-expected.png:
1756 * platform/mac/svg/custom/visibility-override-filter-expected.checksum:
1757 * platform/mac/svg/custom/visibility-override-filter-expected.png:
1758 * svg/batik/filters/filterRegions-expected.checksum:
1759 * svg/batik/filters/filterRegions-expected.png:
1760 * svg/batik/text/textFeatures-expected.checksum:
1761 * svg/batik/text/textFeatures-expected.png:
1762 * svg/custom/js-svg-constructors-expected.checksum:
1763 * svg/custom/js-svg-constructors-expected.png:
1765 2007-12-11 Dan Bernstein <mitz@apple.com>
1767 Reviewed by Darin Adler.
1769 - test for <rdar://problem/5631507> Text doesn't wrap properly at Tamil version of Wikipedia
1771 * fast/text/international/complex-character-based-fallback.html: Added.
1772 * platform/mac-leopard/fast/text/international/complex-character-based-fallback-expected.checksum: Added.
1773 * platform/mac-leopard/fast/text/international/complex-character-based-fallback-expected.png: Added.
1774 * platform/mac/fast/text/international/complex-character-based-fallback-expected.txt: Added.
1775 * platform/win/fast/text: Added.
1776 * platform/win/fast/text/international: Added.
1777 * platform/win/fast/text/international/complex-character-based-fallback-expected.checksum: Added.
1778 * platform/win/fast/text/international/complex-character-based-fallback-expected.png: Added.
1779 * platform/win/fast/text/international/complex-character-based-fallback-expected.txt: Added.
1781 2007-12-07 Alexey Proskuryakov <ap@webkit.org>
1785 <rdar://problem/5535636>
1786 Have to press 4 times instead of 2 times to get the expected result of ^^ with german keyboard.
1788 http://bugs.webkit.org/show_bug.cgi?id=13916
1789 JavaScript detects Tab as a character input on a textfield validation
1791 * platform/win/fast/events: Added.
1792 * platform/win/fast/events/double-dead-char-expected.txt: Added.
1793 * platform/win/fast/events/double-dead-char.html: Added.
1794 * fast/events/key-events-in-input-button.html: Added
1795 * fast/events/key-events-in-input-button-expected.txt: Added
1796 * fast/events/key-events-in-input-text.html: Added
1797 * fast/events/key-events-in-input-text-expected.txt: Added
1799 * fast/events/access-key-self-destruct.html:
1800 * fast/forms/listbox-onchange.html:
1801 * fast/forms/listbox-selection.html:
1802 * fast/forms/access-key.html:
1803 * fast/forms/legend-access-key.html:
1804 * fast/forms/enter-clicks-buttons.html:
1805 * fast/forms/check-box-enter-key.html:
1806 * fast/forms/button-enter-click.html:
1807 * fast/events/onsearch-enter.html:
1808 * fast/events/onchange-passwordfield.html:
1809 * fast/events/onchange-searchfield.html:
1810 * fast/events/onchange-textfield.html:
1811 Use eventSender instead of DOM events, because it emulates the real user action much better,
1812 and we weren't getting cross-browser compatibility for the tests anyway.
1814 * fast/events/frame-tab-focus.html:
1815 * fast/html/tab-order.html:
1816 * fast/forms/select-enter-key.html:
1817 * fast/forms/focus2-expected.txt:
1818 * fast/forms/focus2.html:
1819 * fast/events/option-tab.html:
1820 Dispatch a keydown instead of keypress, as this is when default processing is now done.
1821 Possibly, it would be better stiull to use eventSender here, as well.
1823 * fast/forms/onchange-enter-submit.html:
1824 * fast/forms/select-double-onchange.html:
1825 * fast/forms/textfield-onchange-deletion.html:
1826 The correct code is '\r', not '\n' - previously, the difference was lost while converting
1827 events back and forth.
1829 * fast/forms/search-event-delay.html: Use a new named key to dispatch backspace - the
1830 character code for it is cross-platform, but key code is not.
1831 Also changed the test to call notifyDone() from a timer - otherwise, DRT would hang as
1832 WM_KEYUP was dispatched after WM_QUIT. I tried and couldn't make DRT work, but I'm
1833 fairly confident that this issue doesn't affect Safari.
1835 * fast/events/keydown-keypress-preventDefault-expected.txt:
1836 * fast/events/keydown-keypress-preventDefault.html:
1837 This test claimed that its expacted behavior matched both IE and Firefox, but it did not.
1840 * fast/events/js-keyboard-event-creation-expected.txt:
1841 * fast/events/js-keyboard-event-creation.html:
1842 This test was problematic, because it was tabbing out to chrome, and that doesn't work
1843 well in DRT. I have added another input for it to have a nicer target.
1845 * platform/mac/fast/events/objc-event-api-expected.txt:
1846 Updated for new behavior:
1847 - eventSender.keyDown() now dispatches a keyUp, too;
1848 - raw events do not have charCode;
1849 - keypresses do not have keyIdentifiers.
1851 2007-12-10 Oliver Hunt <oliver@apple.com>
1853 Reviewed by Weinig, Dan and Alexey.
1855 Layout test to confirm correct character encoding is used to
1856 load dynamically loaded scripts.
1858 * fast/encoding/no-charset-on-dynamic-script-load.html: Added.
1859 * fast/encoding/resources/dynamic-load-target.js: Added.
1861 2007-12-10 Justin Garcia <justin.garcia@apple.com>
1863 Reviewed by Oliver Hunt.
1865 <rdar://problem/5482023> GoogleDocs: After performing FormatBlock in an empty document, certain functions are disabled
1867 * editing/execCommand/5482023.html: Added.
1868 * platform/mac/editing/execCommand/5482023-expected.checksum: Added.
1869 * platform/mac/editing/execCommand/5482023-expected.png: Added.
1870 * platform/mac/editing/execCommand/5482023-expected.txt: Added.
1872 2007-12-10 Darin Adler <darin@apple.com>
1874 Reviewed by Sam Weinig.
1876 - test for http://bugs.webkit.org/show_bug.cgi?id=16379
1877 REGRESSION(r28525): Failures in http/tests/xmlhttprequest/response-encoding.html and
1878 fast/dom/xmlhttprequest-html-response-encoding.html
1879 and <rdar://problem/5640230> REGRESSION (306A4-ToT): Access violation in PCRE function
1880 find_firstassertedchar
1882 * fast/js/regexp-find-first-asserted-expected.txt: Added.
1883 * fast/js/regexp-find-first-asserted.html: Added.
1884 * fast/js/resources/regexp-find-first-asserted.js: Added.
1886 2007-12-10 Antti Koivisto <antti@apple.com>
1890 The load events could fire before the event listener was registered making these tests fail occasionally.
1892 No changes to test results.
1894 * media/video-source-media.html:
1895 * media/video-source-type.html:
1896 * media/video-source.html:
1897 * media/video-src-remove.html:
1898 * media/video-src-source.html:
1899 * media/video-src.html:
1900 * media/video-test.js:
1902 2007-12-10 Stephanie <slewis@apple.com>
1904 Rubber-stamped by Sam.
1906 Check in correct results
1908 * svg/custom/resource-client-removal-expected.txt:
1910 2007-12-10 Rob Buis <buis@kde.org>
1915 http://bugs.webkit.org/show_bug.cgi?id=16182
1916 SVG should disable antialiasing for shape-rendering="crispEdges"
1918 * svg/custom/shape-rendering-expected.checksum: Added.
1919 * svg/custom/shape-rendering-expected.png: Added.
1920 * svg/custom/shape-rendering-expected.txt: Added.
1921 * svg/custom/shape-rendering.svg: Added.
1923 2007-12-09 Rob Buis <buis@kde.org>
1928 http://bugs.webkit.org/show_bug.cgi?id=16163
1929 SVG crash in Node::setChanged() on Debug builds only (trashed parent)
1931 * svg/custom/resource-client-removal-expected.checksum: Added.
1932 * svg/custom/resource-client-removal-expected.png: Added.
1933 * svg/custom/resource-client-removal-expected.txt: Added.
1934 * svg/custom/resource-client-removal.svg: Added.
1936 2007-12-10 David D. Kilzer <ddkilzer@webkit.org>
1938 Bug 9683: Implement select.options.remove() method
1939 <http://bugs.webkit.org/show_bug.cgi?id=9683>
1943 * fast/js/resources/select-options-remove.js: Added.
1944 * fast/js/select-options-remove-expected.txt: Added.
1945 * fast/js/select-options-remove-gc-expected.txt: Added.
1946 * fast/js/select-options-remove-gc.html: Added.
1947 * fast/js/select-options-remove.html: Added.
1949 2007-12-10 Alexey Proskuryakov <ap@webkit.org>
1951 Removed fast/events/objc-keyboard-event-creation.html from skipped list, as this test has
1952 been moved to platform/mac long ago.
1954 * platform/win/Skipped:
1956 2007-12-09 Oliver Hunt <oliver@apple.com>
1960 Somehow I managed to not check in new expected results
1963 * svg/dom/path-parser-expected.txt:
1965 2007-12-09 Oliver Hunt <oliver@apple.com>
1969 Prevent unlimited iteration in the case of invalid path data.
1971 The only path commands that can leave numbers trailing the command processing
1972 are 'm' and 'M', in which trailing numbers are parsed as arguments to an
1973 implicit lineto command. In any case we should just terminate as an invalid
1976 * svg/dom/path-parser-expected.txt:
1977 * svg/dom/path-parser.html:
1979 2007-12-08 Sam Weinig <sam@webkit.org>
1981 Rubber-stamped by Adam Roben.
1983 * fast/dom/Window/window-resize-and-move-arguments.html: Make the window small enough
1984 that this test won't fail on systems with lower resolutions.
1986 2007-12-08 Oliver Hunt <oliver@apple.com>
1990 Split the ENABLE_SVG_EXPERIMENTAL_FEATURES flag into separate flags.
1992 Fixes <rdar://problem/5620249> Must disable SVG animation
1993 <rdar://problem/5612772> Disable SVG filters on Mac to match Windows behavior
1995 These layout test changes are caused by some of the experimental
1996 features no longer being enabled by default.
1998 * fast/dom/Window/window-properties-expected.txt:
1999 * platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt:
2000 * platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.txt:
2001 * platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt:
2002 * platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt:
2003 * platform/mac/svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt:
2004 * platform/mac/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.txt:
2005 * platform/mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt:
2006 * platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt:
2007 * platform/mac/svg/W3C-SVG-1.1/filters-felem-01-b-expected.txt:
2008 * platform/mac/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.txt:
2009 * platform/mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt:
2010 * platform/mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.txt:
2011 * platform/mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt:
2012 * platform/mac/svg/W3C-SVG-1.1/filters-offset-01-b-expected.txt:
2013 * platform/mac/svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt:
2014 * platform/mac/svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt:
2015 * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt:
2016 * platform/mac/svg/custom/empty-merge-expected.txt:
2017 * platform/mac/svg/custom/feComponentTransfer-Discrete-expected.txt:
2018 * platform/mac/svg/custom/feComponentTransfer-Gamma-expected.txt:
2019 * platform/mac/svg/custom/feComponentTransfer-Linear-expected.txt:
2020 * platform/mac/svg/custom/feComponentTransfer-Table-expected.txt:
2021 * platform/mac/svg/custom/feDisplacementMap-01-expected.txt:
2022 * platform/mac/svg/custom/filter-source-alpha-expected.txt:
2023 * platform/mac/svg/custom/image-with-transform-clip-filter-expected.txt:
2024 * platform/mac/svg/custom/invalid-css-expected.txt:
2025 * platform/mac/svg/custom/non-opaque-filters-expected.txt:
2026 * platform/mac/svg/custom/text-filter-expected.txt:
2027 * platform/mac/svg/custom/visibility-override-filter-expected.txt:
2028 * svg/batik/filters/filterRegions-expected.txt:
2029 * svg/batik/text/textEffect-expected.txt:
2030 * svg/batik/text/textEffect3-expected.txt:
2031 * svg/batik/text/textFeatures-expected.txt:
2032 * svg/batik/text/textProperties-expected.txt:
2033 * svg/custom/js-svg-constructors-expected.txt:
2034 * svg/dom/font-face-elements-expected.txt:
2035 * svg/webarchive/svg-feimage-subresources-expected.txt:
2037 2007-12-08 Sam Weinig <sam@webkit.org>
2041 Test that calling window scrolling, moving and resizing methods with
2042 less than 2 arguments is not allowed and that calling them with more
2045 * fast/dom/Window/window-resize-and-move-arguments-expected.txt: Added.
2046 * fast/dom/Window/window-resize-and-move-arguments.html: Added.
2047 * fast/dom/Window/window-scroll-arguments-expected.txt: Added.
2048 * fast/dom/Window/window-scroll-arguments.html: Added.
2049 * http/tests/security/cross-frame-access-get-expected.txt:
2051 2007-12-08 Dan Bernstein <mitz@apple.com>
2053 Reviewed by Adele Peterson.
2055 - test that re-inserting a parser-generated <style> element applies its
2058 * fast/dom/HTMLStyleElement: Added.
2059 * fast/dom/HTMLStyleElement/insert-parser-generated.html: Added.
2060 * platform/mac/fast/dom/HTMLStyleElement: Added.
2061 * platform/mac/fast/dom/HTMLStyleElement/insert-parser-generated-expected.checksum: Added.
2062 * platform/mac/fast/dom/HTMLStyleElement/insert-parser-generated-expected.png: Added.
2063 * platform/mac/fast/dom/HTMLStyleElement/insert-parser-generated-expected.txt: Added.
2065 2007-12-08 Rob Buis <buis@kde.org>
2070 http://bugs.webkit.org/show_bug.cgi?id=15464
2071 SVGLengthList allows bad values
2073 * svg/custom/invalid-lengthlist-expected.checksum: Added.
2074 * svg/custom/invalid-lengthlist-expected.png: Added.
2075 * svg/custom/invalid-lengthlist-expected.txt: Added.
2076 * svg/custom/invalid-lengthlist.svg: Added.
2077 * svg/dom/length-list-parser-expected.txt:
2079 2007-12-07 Antti Koivisto <antti@apple.com>
2083 Test video painting when transform is applied.
2085 * media/video-paint-test.js: Added.
2086 * media/video-transformed.html: Added.
2087 * platform/mac/media/video-transformed-expected.checksum: Added.
2088 * platform/mac/media/video-transformed-expected.png: Added.
2089 * platform/mac/media/video-transformed-expected.txt: Added.
2091 2007-12-07 Dan Bernstein <mitz@apple.com>
2093 Reviewed by Sam Weinig.
2095 - test for http://bugs.webkit.org/show_bug.cgi?id=16348
2096 @font-face does not affect the default style
2098 * fast/css/font-face-default-font.html: Added.
2099 * platform/mac-leopard/fast/css: Added.
2100 * platform/mac-leopard/fast/css/font-face-default-font-expected.checksum: Added.
2101 * platform/mac-leopard/fast/css/font-face-default-font-expected.png: Added.
2102 * platform/mac/fast/css/font-face-default-font-expected.txt: Added.
2104 2007-12-07 Darin Adler <darin@apple.com>
2108 - test for <rdar://problem/5608795> CrashTracer: 481 crashes in Safari
2109 at WebCore::HTMLSelectElement::saveState const + 152
2111 * fast/forms/select-set-inner-expected.txt: Added.
2112 * fast/forms/select-set-inner.html: Added.
2114 2007-12-07 Dan Bernstein <mitz@apple.com>
2116 Reviewed by Darin Adler.
2118 - repaint test for <rdar://problem/5499918> REGRESSION: insertion point in input field with custom border cuts holes in focus ring interior edges
2120 * fast/repaint/focus-ring.html: Added.
2121 * platform/mac/fast/repaint/focus-ring-expected.checksum: Added.
2122 * platform/mac/fast/repaint/focus-ring-expected.png: Added.
2123 * platform/mac/fast/repaint/focus-ring-expected.txt: Added.
2125 2007-12-07 Dan Bernstein <mitz@apple.com>
2127 Reviewed by Darin Adler.
2129 - test for http://bugs.webkit.org/show_bug.cgi?id=16334
2130 <rdar://problem/5634923> REGRESSION (r28299): Homepage of any DotMac Web Gallery won't load completely
2132 * fast/dynamic/subtree-no-common-root-static-y.html: Added.
2133 * platform/mac/fast/dynamic/subtree-no-common-root-static-y-expected.checksum: Added.
2134 * platform/mac/fast/dynamic/subtree-no-common-root-static-y-expected.png: Added.
2135 * platform/mac/fast/dynamic/subtree-no-common-root-static-y-expected.txt: Added.
2137 2007-12-07 Alexey Proskuryakov <ap@webkit.org>
2141 http://bugs.webkit.org/show_bug.cgi?id=16325
2142 <rdar://problem/5632997> REGRESSION: www.xerox.ru doesn't work
2144 * http/tests/misc/empty-cookie-expected.txt: Added.
2145 * http/tests/misc/empty-cookie.html: Added.
2147 2007-12-06 Alexey Proskuryakov <ap@webkit.org>
2151 http://bugs.webkit.org/show_bug.cgi?id=16091
2152 JSCRE needs to import the PCRE test suite
2154 We can use two files from PCRE test suite, as others either test for features not supported
2155 in JS, or use internal debugging facilities of PCRE.
2157 The files are checked in almost unmodified, I have only converted them to UTF-8 and removed two
2158 huge test cases that were completely incompatible with JSC, and were polluting the output.
2160 Many of the failures in results are just legitimate differences in behavior or possibly
2161 problems with the test runner, but some may be genuine bugs and even regressions in JSC.
2163 * fast/regex: Added.
2164 * fast/regex/pcre-test-runner.js: Added.
2165 * fast/regex/test1-expected.txt: Added.
2166 * fast/regex/test1.html: Added.
2167 * fast/regex/test4-expected.txt: Added.
2168 * fast/regex/test4.html: Added.
2169 * fast/regex/testinput1: Added.
2170 * fast/regex/testinput4: Added.
2171 * fast/regex/testoutput1: Added.
2172 * fast/regex/testoutput4: Added.
2174 2007-12-06 Dan Bernstein <mitz@apple.com>
2176 - updated render tree results for r28483
2178 * svg/batik/text/textEffect2-expected.txt:
2179 * svg/batik/text/textProperties-expected.txt:
2181 2007-12-06 Geoffrey Garen <ggaren@apple.com>
2183 Reviewed by Sam Weinig.
2185 Test for http://bugs.webkit.org/show_bug.cgi?id=16328
2186 REGRESSION (r28470): Crash expanding a GMail conversation
2188 * fast/frames/location-put-after-removal.html: Added.
2189 * fast/frames/resources/location-put-after-removal-frame.html: Added.
2190 * fast/frames/resources/location-put-after-removal-frame-expected.txt: Updated.
2192 2007-12-06 Darin Adler <darin@apple.com>
2194 Reviewed by Eric Seidel.
2196 - fix http://bugs.webkit.org/show_bug.cgi?id=16321
2197 new RegExp("[\u0097]{4,6}", "gmy") crashes in DEBUG builds
2198 <rdar://problem/5632992>
2200 * fast/js/regexp-overflow-expected.txt: Updated.
2201 * fast/js/resources/regexp-overflow.js: Added test.
2203 2007-12-06 Adele Peterson <adele@apple.com>
2207 Fix <rdar://problem/5631356> Toggling display property on video causes controls to get lost
2209 * media/video-display-toggle.html: Added.
2210 * platform/mac/media/video-display-toggle-expected.checksum: Added.
2211 * platform/mac/media/video-display-toggle-expected.png: Added.
2212 * platform/mac/media/video-display-toggle-expected.txt: Added.
2214 2007-12-05 Rob Buis <buis@kde.org>
2219 http://bugs.webkit.org/show_bug.cgi?id=15289
2220 WebKit does not respect clip paths of a 0x0 rect
2222 * platform/mac/svg/W3C-SVG-1.1/masking-path-04-b-expected.png:
2223 * platform/mac/svg/W3C-SVG-1.1/masking-path-04-b-expected.txt:
2224 * platform/mac/svg/batik/text/textEffect2-expected.checksum:
2225 * platform/mac/svg/batik/text/textEffect2-expected.png:
2226 * platform/mac/svg/batik/text/textProperties-expected.checksum:
2227 * platform/mac/svg/batik/text/textProperties-expected.png:
2228 * svg/custom/empty-clip-path-expected.checksum: Added.
2229 * svg/custom/empty-clip-path-expected.png: Added.
2230 * svg/custom/empty-clip-path-expected.txt: Added.
2231 * svg/custom/empty-clip-path.svg: Added.
2233 2007-12-05 Alice Liu <alice.liu@apple.com>
2237 Addressed <rdar://problem/5137284> fast/events/mouseout-dead-node.html fails on boomer
2239 * fast/events/mouseout-dead-node.html:
2240 Changed the questionable calls to mouseUp() to mouseMoveTo() to better simulate mouseovers
2241 * platform/win/Skipped:
2242 removed this test from skipped file
2244 2007-12-05 Adam Roben <aroben@apple.com>
2246 * platform/win/Skipped: Add a crashing test.
2248 2007-12-05 Adam Roben <aroben@apple.com>
2250 * platform/win/Skipped: Add another test failing due to fonts.
2252 2007-12-05 Dan Bernstein <mitz@apple.com>
2254 Reviewed by Adam Roben.
2256 - adding a test for http://bugs.webkit.org/show_bug.cgi?id=16097
2258 * fast/dom/ImageDocument-image-deletion-expected.txt: Added.
2259 * fast/dom/ImageDocument-image-deletion.html: Added.
2261 2007-12-04 Adele Peterson <adele@apple.com>
2265 Test for <rdar://problem/5499918> REGRESSION: insertion point in input field with custom border cuts holes in focus ring interior edges
2267 * fast/forms/textfield-outline.html: Added.
2268 * platform/mac/fast/forms/textfield-outline-expected.checksum: Added.
2269 * platform/mac/fast/forms/textfield-outline-expected.png: Added.
2270 * platform/mac/fast/forms/textfield-outline-expected.txt: Added.
2272 2007-12-04 Sam Weinig <sam@webkit.org>
2274 Reviewed by Adam Roben.
2276 Remove http/tests/incremental/frame-focus-before-load.html from the skipped list
2277 as it is no longer crashing. <rdar://problem/5507278>
2279 * platform/win/Skipped:
2281 2007-12-04 Adele Peterson <adele@apple.com>
2285 Test for <rdar://problem/5622464> controls should show up for audio element
2287 * media/audio-controls-rendering.html: Added.
2288 * platform/mac/media/audio-controls-rendering-expected.checksum: Added.
2289 * platform/mac/media/audio-controls-rendering-expected.png: Added.
2290 * platform/mac/media/audio-controls-rendering-expected.txt: Added.
2292 2007-11-27 Adam Roben <aroben@apple.com>
2294 Remove a now-passing test from the Windows Skipped file
2298 * platform/win/Skipped:
2300 2007-12-03 Antti Koivisto <antti@apple.com>
2304 Test for <rdar://problem/5624802>
2305 Controller displays outside of <video> element when width and height aren't specified
2307 * media/remove-from-document.html: Improve coverage by doing relayout before finishing.
2308 * media/video-controls-rendering.html: Added.
2309 * platform/mac/media/video-controls-rendering-expected.checksum: Added.
2310 * platform/mac/media/video-controls-rendering-expected.png: Added.
2311 * platform/mac/media/video-controls-rendering-expected.txt: Added.
2313 2007-12-04 Darin Adler <darin@apple.com>
2317 - test for first part of http://bugs.webkit.org/show_bug.cgi?id=16220
2318 <rdar://problem/5625221> Crash opening www.news.com (CNet)
2320 * fast/js/regexp-overflow-expected.txt: Updated.
2321 * fast/js/resources/regexp-overflow.js: Added test cases.
2323 2007-12-03 Dan Bernstein <mitz@apple.com>
2325 Reviewed by Darin Adler.
2327 - remove passing test
2329 * platform/win/Skipped:
2331 2007-12-03 Dan Bernstein <mitz@apple.com>
2333 Reviewed by Dave Hyatt.
2335 - test for <rdar://problem/5346452> Resize event doesn't fire on body element inside a frame
2337 * fast/events/resize-subframe-expected.txt: Added.
2338 * fast/events/resize-subframe.html: Added.
2340 2007-12-03 Darin Adler <darin@apple.com>
2344 - test for http://bugs.webkit.org/show_bug.cgi?id=15618
2345 <rdar://problem/5619353> REGRESSION: Stack overflow/crash in KJS::equal (15618)
2347 * fast/js/recursion-limit-equal-expected.txt: Added.
2348 * fast/js/recursion-limit-equal.html: Added.
2349 * fast/js/resources/recursion-limit-equal.js: Added.
2351 2007-12-03 Dan Bernstein <mitz@apple.com>
2353 Reviewed by Darin Adler.
2355 - added a test of the behavior of getIntIdentifier with the integers
2358 * plugins/getintidentifier-special-values-expected.txt: Added.
2359 * plugins/getintidentifier-special-values.html: Added.
2361 2007-12-03 Rob Buis <buis@kde.org>
2366 http://bugs.webkit.org/show_bug.cgi?id=15767
2367 Text decorations do not respect "visibility" property
2369 * svg/custom/text-decoration-visibility-expected.checksum: Added.
2370 * svg/custom/text-decoration-visibility-expected.png: Added.
2371 * svg/custom/text-decoration-visibility-expected.txt: Added.
2372 * svg/custom/text-decoration-visibility.svg: Added.
2374 2007-12-03 Alice Liu <alice.liu@apple.com>
2376 Removing passing tests
2378 * platform/win/Skipped:
2380 2007-12-03 Nikolas Zimmermann <zimmermann@kde.org>
2384 Add new testcase verifying that CSS selectors don't affect the non-exposed SVG shadow tree.
2386 * platform/mac/svg/custom/use-css-no-effect-on-shadow-tree-expected.checksum: Added.
2387 * platform/mac/svg/custom/use-css-no-effect-on-shadow-tree-expected.png: Added.
2388 * platform/mac/svg/custom/use-css-no-effect-on-shadow-tree-expected.txt: Added.
2389 * svg/custom/use-css-no-effect-on-shadow-tree.svg: Added.
2391 2007-12-03 Nikolas Zimmermann <zimmermann@kde.org>
2393 Rubber stamped by Mark.
2395 Commit missing layout test results from my last commit (fix for bug 15403)
2397 * platform/mac/svg/custom/deep-dynamic-updates-expected.checksum:
2398 * platform/mac/svg/custom/deep-dynamic-updates-expected.png:
2399 * platform/mac/svg/custom/deep-dynamic-updates-expected.txt:
2400 * platform/mac/svg/custom/image-clipped-hit-expected.checksum:
2401 * platform/mac/svg/custom/image-clipped-hit-expected.png:
2402 * platform/mac/svg/custom/image-clipped-hit-expected.txt:
2403 * platform/mac/svg/custom/use-clipped-hit-expected.checksum:
2404 * platform/mac/svg/custom/use-clipped-hit-expected.png:
2405 * platform/mac/svg/custom/use-clipped-hit-expected.txt:
2406 * platform/mac/svg/custom/use-css-events-expected.checksum:
2407 * platform/mac/svg/custom/use-css-events-expected.png:
2409 2007-12-03 Dan Bernstein <mitz@apple.com>
2411 Reviewed by Adam Roben.
2413 - test for <rdar://problem/5538651> REGRESSSION: domfuzz: null deref in WebCore::Document::canReplaceChild
2415 * fast/dom/Document/replaceChild-null-oldChild-expected.txt: Added.
2416 * fast/dom/Document/replaceChild-null-oldChild.html: Added.
2417 * fast/dom/Document/resources/replaceChild-null-oldChild.js: Added.
2419 2007-12-02 Darin Adler <darin@apple.com>
2423 - test for http://bugs.webkit.org/show_bug.cgi?id=15848
2424 <rdar://problem/5619330> REGRESSION: Assertion failure viewing comments page on digg.com
2426 * fast/js/resources/sparse-array.js: Added.
2427 * fast/js/sparse-array-expected.txt: Added.
2428 * fast/js/sparse-array.html: Added.
2430 2007-12-02 Darin Adler <darin@apple.com>
2434 - tests for table-related HTMLCollection classes for misnested
2435 tables and for <rdar://problem/5601995> Hang/crash on http://ebay-uk.custhelp.com/
2437 * fast/dom/HTMLTableElement/resources: Added.
2438 * fast/dom/HTMLTableElement/resources/TEMPLATE.html: Added.
2439 * fast/dom/HTMLTableElement/resources/rows.js: Added.
2440 * fast/dom/HTMLTableElement/resources/tBodies.js: Added.
2441 * fast/dom/HTMLTableElement/rows-expected.txt: Added.
2442 * fast/dom/HTMLTableElement/rows.html: Added.
2443 * fast/dom/HTMLTableElement/tBodies-expected.txt: Added.
2444 * fast/dom/HTMLTableElement/tBodies.html: Added.
2445 * fast/dom/HTMLTableRowElement: Added.
2446 * fast/dom/HTMLTableRowElement/cells-expected.txt: Added.
2447 * fast/dom/HTMLTableRowElement/cells.html: Added.
2448 * fast/dom/HTMLTableRowElement/insertCell-expected.txt: Added.
2449 * fast/dom/HTMLTableRowElement/insertCell.html: Added.
2450 * fast/dom/HTMLTableRowElement/resources: Added.
2451 * fast/dom/HTMLTableRowElement/resources/TEMPLATE.html: Added.
2452 * fast/dom/HTMLTableRowElement/resources/cells.js: Added.
2453 * fast/dom/HTMLTableSectionElement: Added.
2454 * fast/dom/HTMLTableSectionElement/resources: Added.
2455 * fast/dom/HTMLTableSectionElement/resources/TEMPLATE.html: Added.
2456 * fast/dom/HTMLTableSectionElement/resources/rows.js: Added.
2457 * fast/dom/HTMLTableSectionElement/rows-expected.txt: Added.
2458 * fast/dom/HTMLTableSectionElement/rows.html: Added.
2460 2007-12-01 Antti Koivisto <antti@apple.com>
2464 Test that removing a media element when it is loading does not crash.
2465 Test that media is paused when it is removed from the tree.
2467 * http/tests/media/remove-while-loading-expected.txt: Added.
2468 * http/tests/media/remove-while-loading.html: Added.
2469 * media/remove-from-document-expected.txt: Added.
2470 * media/remove-from-document.html: Added.
2472 2007-12-01 Julien Chaffraix <julien.chaffraix@gmail.com>
2474 Bug 16189: XMLHttpRequest::setRequestHeader() should not set certain headers
2476 Reviewed by Darin Adler.
2478 * http/tests/xmlhttprequest/set-dangerous-headers-expected.txt:
2479 * http/tests/xmlhttprequest/set-dangerous-headers.html: Added tests for new headers
2481 2007-12-01 Dan Bernstein <mitz@apple.com>
2483 Reviewed by Darin Adler.
2485 - test for <rdar://problem/5619240> REGRESSION (Leopard-r28069): Reproducible crash with a Mootools-based calendar picker (jump to null in FrameView::layout)
2487 * fast/dynamic/subtree-common-root-expected.txt: Added.
2488 * fast/dynamic/subtree-common-root.html: Added.
2490 2007-11-30 Eric Seidel <eric@webkit.org>
2495 http://bugs.webkit.org/show_bug.cgi?id=16127
2497 * fast/js/regexp-compile-crash-expected.txt: Added.
2498 * fast/js/regexp-compile-crash.html: Added.
2500 2007-11-30 Adam Roben <aroben@apple.com>
2502 Copy some cross-platform results into platform/win to avoid picking up the platform/mac versions
2504 * platform/win/fast/dom/Window/window-resize-expected.txt: Copied from LayoutTests/fast/dom/Window/window-resize-expected.txt.
2505 * platform/win/fast/dom/wrapper-classes-expected.txt: Copied from LayoutTests/fast/dom/wrapper-classes-expected.txt.
2507 2007-11-30 Darin Adler <darin@apple.com>
2509 Reviewed by Adam Roben.
2511 - test for http://bugs.webkit.org/show_bug.cgi?id=16207
2512 JavaScript regular expressions should match UTF-16 code units rather than characters
2514 * fast/js/regexp-non-bmp-expected.txt: Added.
2515 * fast/js/regexp-non-bmp.html: Added.
2516 * fast/js/resources/regexp-non-bmp.js: Added.
2518 2007-11-30 Adele Peterson <adele@apple.com>
2522 Test for http://bugs.webkit.org/show_bug.cgi?id=16072
2523 <rdar://problem/5463821> REGRESSION: Mousemove event isn't fired when mouse moves over scrollbar with pressed button
2525 * fast/events/mousemove-after-drag-over-scrollbar-expected.txt: Added.
2526 * fast/events/mousemove-after-drag-over-scrollbar.html: Added.
2528 2007-11-30 Alexey Proskuryakov <ap@webkit.org>
2530 * platform/win/Skipped: Added editing/selection/5241148.html, which crashes for me.
2532 2007-11-29 Holger Hans Peter Freyther <holger.freyther@trolltech.com>
2536 * Fix fast/events/mousedown_in_scrollbar.html
2537 * This test used to crash in PlatformScrollbarQt::mouse*Event due parent() returning 0.
2538 * Extend the current check that the scrollbar in the mev can be go away.
2539 This happens if we destroy a RenderLayer as the result of a click. In the
2540 case of Qt we can have this scrollbar in m_lastScrollbarUnderMouse. The RenderLayer
2541 is the ScrollbarClient, m_lastScrollbarUnderMouse is a RefPtr and keeps the
2542 last reference. When calling into this scrollbar the m_client pointer is a dangling pointer.
2543 We extend the check to set m_lastScrollbarUnderMouse back to zero when it was the
2544 scrollbar in the old mev and is gone in the new one.
2545 * This happens only on the Qt port because we send more/different move events.
2547 * platform/qt/Skipped:
2549 2007-11-29 Antti Koivisto <antti@apple.com>
2553 Test for video aspect ratio calculation.
2555 * media/video-aspect-ratio.html: Added.
2556 * platform/mac/media: Added.
2557 * platform/mac/media/video-aspect-ratio-expected.checksum: Added.
2558 * platform/mac/media/video-aspect-ratio-expected.png: Added.
2559 * platform/mac/media/video-aspect-ratio-expected.txt: Added.
2561 2007-11-29 Anders Carlsson <andersca@apple.com>
2565 <rdar://problem/5230478>
2566 FrameLoadDelegate callbacks are not dumped in DRT.
2568 Remove now passing tests.
2570 * platform/win/Skipped:
2572 2007-11-29 Alice Liu <alice.liu@apple.com>
2576 * platform/win/Skipped: Removed two Mac-specific tests.
2578 2007-11-29 Alice Liu <alice.liu@apple.com>
2580 Move incorrect, Mac-specific results of fast/dom/Window/window-resize.html into platform/mac and replace them with non-Mac results
2582 The incorrect results are tracked by <rdar://5563578>.
2586 * fast/dom/Window/window-resize-expected.txt: Replaced.
2587 * platform/mac/fast/dom/Window/window-resize-expected.txt: Copied from fast/dom/Window/window-resize-expected.txt.
2588 * platform/win/Skipped: Removed window-resize tests.
2590 2007-11-29 Sam Weinig <sam@webkit.org>
2594 Revert r28213 which added an error callback that was not needed and changed
2597 * storage/transaction_callback_exception_crash.html:
2599 2007-11-29 Alice Liu <alice.liu@apple.com>
2603 * platform/win/Skipped: Removed a passing test.
2605 2007-11-29 Alice Liu <alice.liu@apple.com>
2607 Group failures related to dumpResourceLoadCallbacks being unimplemented
2611 * platform/win/Skipped:
2613 2007-11-29 Alice Liu <alice.liu@apple.com>
2615 Group failures related to using Cygwin paths
2619 * platform/win/Skipped:
2621 2007-11-29 Brady Eidson <beidson@apple.com>
2625 Fixed a hang in the layout tests.
2626 My checkin earlier today broke things such that the transaction call errors out instead of succeeds.
2627 Therefore LayoutTestController is never notified that the test is done.
2629 This changes modifies the test such that the controller is notified of completion even if
2630 there's a transaction error.
2632 The net effect of this fix is to transform the hang to a single layout test failure, so people
2633 and the bots don't have their run-webkit-tests hang while I try to fix the real regression.
2635 * storage/transaction_callback_exception_crash.html:
2637 2007-11-29 Darin Adler <darin@apple.com>
2641 - test for http://bugs.webkit.org/show_bug.cgi?id=16191
2642 REGRESSION: cannot tab to radio input after setting checked to false
2644 * fast/forms/input-radio-checked-tab-expected.txt: Added.
2645 * fast/forms/input-radio-checked-tab.html: Added.
2647 2007-11-29 Alice Liu <alice.liu@apple.com>
2649 Move Mac-specific results of fast/dom/wrapper-classes.html into platform/mac and replace them with non-Mac results
2653 * fast/dom/wrapper-classes-expected.txt: Replaced.
2654 * platform/mac/fast/dom/wrapper-classes-expected.txt: Copied from fast/dom/wrapper-classes-expected.txt.
2656 2007-11-29 Alice Liu <alice.liu@apple.com>
2658 Group drag-n-drop related failures under one bug
2660 We don't know the specific causes of these failures, but we believe
2661 they're due to bugs in DRT's drag-n-drop implementation.
2665 * platform/win/Skipped:
2667 2007-11-29 Alice Liu <alice.liu@apple.com>
2671 * platform/win/Skipped: Removed another passing test.
2673 2007-11-29 Alice Liu <alice.liu@apple.com>
2677 * platform/win/Skipped: Recategorized one failing test and removed a
2680 2007-11-29 Alice Liu <alice.liu@apple.com>
2682 Removing <rdar://5507350> from skipped list because it's not failing.
2684 * platform/win/Skipped:
2686 2007-11-29 Anders Carlsson <andersca@apple.com>
2690 Move Mac-specific tests to platform/mac.
2692 * fast/events/objc-event-api-expected.txt: Removed.
2693 * fast/events/objc-event-api.html: Removed.
2694 * fast/events/objc-keyboard-event-creation-expected.txt: Removed.
2695 * fast/events/objc-keyboard-event-creation.html: Removed.
2696 * platform/mac/fast/events/objc-event-api-expected.txt: Copied from fast/events/objc-event-api-expected.txt.
2697 * platform/mac/fast/events/objc-event-api.html: Copied from fast/events/objc-event-api.html.
2698 * platform/mac/fast/events/objc-keyboard-event-creation-expected.txt: Copied from fast/events/objc-keyboard-event-creation-expected.txt.
2699 * platform/mac/fast/events/objc-keyboard-event-creation.html: Copied from fast/events/objc-keyboard-event-creation.html.
2701 2007-11-29 Alice Liu <alice.liu@apple.com>
2703 Removing some fixed tests
2705 * platform/win/Skipped:
2707 2007-11-29 Anders Carlsson <andersca@apple.com>
2711 <rdar://problem/5132005>
2712 setUserStyleSheetEnabled is not fully implemented in Windows DRT.
2714 * platform/win/Skipped:
2716 2007-11-28 Mark Rowe <mrowe@apple.com>
2718 Unreviewed layout test fix. Fix typos in the name of four files used by HTTP layout tests.
2720 In r28120 and r28128 the references to these files had the typo fixed, but the files themselves did not.
2721 This caused four layout tests to fail.
2723 * http/tests/security/javascriptURL/resources/foreign-domain-javascipt-url-accessee-iframe.html: Removed.
2724 * http/tests/security/javascriptURL/resources/foreign-domain-javascipt-url-accessee-opened-frame.html: Removed.
2725 * http/tests/security/javascriptURL/resources/foreign-domain-javascipt-url-accessor-iframe.html: Removed.
2726 * http/tests/security/javascriptURL/resources/foreign-domain-javascipt-url-accessor-opened-frame.html: Removed.
2727 * 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.
2728 * 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.
2729 * 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.
2730 * 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.
2732 2007-11-28 Antti Koivisto <antti@apple.com>
2736 Test that fallback content inside media elements is not be rendered.
2738 * media/fallback-expected.txt: Added.
2739 * media/fallback.html: Added.
2741 2007-11-28 Alice Liu <alice.liu@apple.com>
2743 just some more typo fixes
2745 * http/tests/security/javascriptURL/xss-ALLOWED-from-javascript-url-sub-frame-2-level-expected.txt:
2746 * http/tests/security/javascriptURL/xss-ALLOWED-from-javascript-url-sub-frame-2-level.html:
2747 * http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-url-from-javscript-url-expected.txt:
2748 * http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-url-from-javscript-url.html:
2749 * http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-url-sub-frame-2-level-expected.txt:
2750 * http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-url-sub-frame-2-level.html:
2751 * http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-url-sub-frame-expected.txt:
2752 * http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-url-sub-frame.html:
2753 * http/tests/security/javascriptURL/xss-DENIED-from-javascript-url-in-foreign-domain-subframe-expected.txt:
2754 * http/tests/security/javascriptURL/xss-DENIED-from-javascript-url-in-foreign-domain-subframe.html:
2755 * http/tests/security/javascriptURL/xss-DENIED-from-javascript-url-in-foreign-domain-window-open-expected.txt:
2756 * http/tests/security/javascriptURL/xss-DENIED-from-javascript-url-in-foreign-domain-window-open.html:
2757 * http/tests/security/javascriptURL/xss-DENIED-to-javascript-url-in-foreign-domain-subframe-expected.txt:
2758 * http/tests/security/javascriptURL/xss-DENIED-to-javascript-url-in-foreign-domain-subframe.html:
2759 * http/tests/security/javascriptURL/xss-DENIED-to-javascript-url-in-foreign-domain-window-open-expected.txt:
2760 * http/tests/security/javascriptURL/xss-DENIED-to-javascript-url-in-foreign-domain-window-open.html:
2762 2007-11-28 Antti Koivisto <antti@apple.com>
2766 <rdar://problem/5605668>
2767 Implement controls attribute for video element
2769 - A new test for the controls attribute.
2770 - Add the controls attibute to all existing video tests. This will give the code
2771 some additional exercise without affecting test results.
2773 * media/progress-event.html:
2774 * media/video-append-source.html:
2775 * media/video-autoplay.html:
2776 * media/video-buffered.html:
2777 * media/video-controls-expected.txt: Added.
2778 * media/video-controls.html: Added.
2779 * media/video-currentTime-set.html:
2780 * media/video-currentTime-set2.html:
2781 * media/video-currentTime.html:
2782 * media/video-dom-autoplay.html:
2783 * media/video-dom-end.html:
2784 * media/video-dom-loopcount.html:
2785 * media/video-dom-loopend.html:
2786 * media/video-dom-loopstart.html:
2787 * media/video-dom-src.html:
2788 * media/video-dom-start.html:
2789 * media/video-end.html:
2790 * media/video-error-abort.html:
2791 * media/video-error-does-not-exist.html:
2792 * media/video-load-networkState.html:
2793 * media/video-load-readyState.html:
2794 * media/video-loopcount.html:
2795 * media/video-loopend.html:
2796 * media/video-loopstart.html:
2797 * media/video-muted.html:
2798 * media/video-no-autoplay.html:
2799 * media/video-pause-empty-events.html:
2800 * media/video-play-empty-events.html:
2801 * media/video-play-pause-events.html:
2802 * media/video-play-pause-exception.html:
2803 * media/video-poster.html:
2804 * media/video-seek-past-end-paused.html:
2805 * media/video-seek-past-end-playing.html:
2806 * media/video-seekable.html:
2807 * media/video-seeking.html:
2808 * media/video-size.html:
2809 * media/video-source-media.html:
2810 * media/video-source-type.html:
2811 * media/video-source.html:
2812 * media/video-src-change.html:
2813 * media/video-src-remove.html:
2814 * media/video-src-set.html:
2815 * media/video-src-source.html:
2816 * media/video-src.html:
2817 * media/video-start.html:
2818 * media/video-volume.html:
2819 * media/video-width-height.html:
2821 2007-11-28 Justin Garcia <justin.garcia@apple.com>
2823 Reviewed by Darin Adler.
2825 <rdar://problem/5573879> GMail Beta: Crash in when undoing Remove Formating
2827 Added to demonstrate fixes:
2828 * editing/execCommand/5573879.html: Added.
2829 * platform/mac/editing/execCommand/5573879-expected.checksum: Added.
2830 * platform/mac/editing/execCommand/5573879-expected.png: Added.
2831 * platform/mac/editing/execCommand/5573879-expected.txt: Added.
2833 Fixes (RemoveFormat now preserves the selection correctly):
2834 * platform/mac/editing/execCommand/4920742-1-expected.checksum:
2835 * platform/mac/editing/execCommand/4920742-1-expected.png:
2836 * platform/mac/editing/execCommand/4920742-1-expected.txt:
2837 * platform/mac/editing/execCommand/remove-formatting-2-expected.checksum:
2838 * platform/mac/editing/execCommand/remove-formatting-2-expected.png:
2839 * platform/mac/editing/execCommand/remove-formatting-2-expected.txt:
2840 * platform/mac/editing/execCommand/remove-formatting-expected.checksum:
2841 * platform/mac/editing/execCommand/remove-formatting-expected.png:
2842 * platform/mac/editing/execCommand/remove-formatting-expected.txt:
2844 2007-11-28 Timothy Hatcher <timothy@apple.com>
2846 Make this test not depend on the screen size.
2848 * fast/dom/Window/window-resize-expected.txt:
2849 * fast/dom/Window/window-resize.html:
2851 2007-11-28 Anders Carlsson <andersca@apple.com>
2855 <rdar://problem/5132001>
2856 contextClick is not implemented in DRT on Windows.
2858 Remove tests that pass now that we have contextClick.
2860 * platform/win/Skipped:
2862 2007-11-28 Alice Liu <alice.liu@apple.com>
2864 Removing some tests tracked by <rdar://5130762> because they don't fail.
2866 * platform/win/Skipped:
2868 2007-11-28 Alice Liu <alice.liu@apple.com>
2870 Removing fixed tests tracked by <rdar://5128229>
2872 * platform/win/Skipped:
2874 2007-11-28 Alice Liu <alice.liu@apple.com>
2876 Rubberstamped by Sam.
2878 Fixing a typo in some filenames
2880 * http/tests/security/javascriptURL/xss-DENIED-from-javascipt-url-in-foreign-domain-subframe-expected.txt: Removed.
2881 * http/tests/security/javascriptURL/xss-DENIED-from-javascipt-url-in-foreign-domain-subframe.html: Removed.
2882 * http/tests/security/javascriptURL/xss-DENIED-from-javascipt-url-in-foreign-domain-window-open-expected.txt: Removed.
2883 * http/tests/security/javascriptURL/xss-DENIED-from-javascipt-url-in-foreign-domain-window-open.html: Removed.
2884 * 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.
2885 * 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.
2886 * 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.
2887 * 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.
2888 * http/tests/security/javascriptURL/xss-DENIED-to-javascipt-url-in-foreign-domain-subframe-expected.txt: Removed.
2889 * http/tests/security/javascriptURL/xss-DENIED-to-javascipt-url-in-foreign-domain-subframe.html: Removed.
2890 * http/tests/security/javascriptURL/xss-DENIED-to-javascipt-url-in-foreign-domain-window-open-expected.txt: Removed.
2891 * http/tests/security/javascriptURL/xss-DENIED-to-javascipt-url-in-foreign-domain-window-open.html: Removed.
2892 * 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.
2893 * 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.
2894 * 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.
2895 * 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.
2896 * platform/win/Skipped:
2898 2007-11-28 Dan Bernstein <mitz@apple.com>
2900 Reviewed by Dave Hyatt.
2902 - test for <rdar://problem/5612459> CrashTracer: [REGRESSION] 61 crashes in Safari at com.apple.WebCore: WebCore::AutoTableLayout::layout + 2046
2904 * fast/table/empty-auto-column-zero-divide-expected.txt: Added.
2905 * fast/table/empty-auto-column-zero-divide.html: Added.
2907 2007-11-28 Jon Honeycutt <jhoneycutt@apple.com>
2911 <rdar://problem/5507360> plugins/return-error-from-new-stream-callback-
2912 in-full-frame-plugin.html is crashing
2914 Alice fixed this in r28046
2916 * platform/win/Skipped:
2918 2007-11-27 Beth Dakin <bdakin@apple.com>
2922 Test for <rdar://problem/5616052> SVGs with width or height of 100%
2923 hang when used as a background-image (16164)
2925 * fast/images/resources/width-100-percent.svg: Added.
2926 * fast/images/svg-width-100p-as-background.html: Added.
2927 * platform/mac/fast/images/svg-width-100p-as-background-expected.checksum: Added.
2928 * platform/mac/fast/images/svg-width-100p-as-background-expected.png: Added.
2929 * platform/mac/fast/images/svg-width-100p-as-background-expected.txt: Added.
2931 2007-11-27 Timothy Hatcher <timothy@apple.com>
2933 Reviewed by Kevin McCullough.
2935 Bug 16161: window.moveBy(0, 0) moves the window by -22px vertically
2936 http://bugs.webkit.org/show_bug.cgi?id=16161
2938 Added test cases for moveBy(0, 0), moveBy(0, 1) and moveBy(1, 0).
2940 * fast/dom/Window/window-resize.html:
2941 * fast/dom/Window/window-resize-expected.txt:
2943 2007-11-26 Timothy Hatcher <timothy@apple.com>
2945 Reviewed by Dave Hyatt.
2947 Test for: <rdar://problem/5569233> Add the ability to disable author and user CSS styles
2949 * fast/css/disabled-author-styles.html: Added.
2950 * platform/mac/fast/css/disabled-author-styles-expected.txt: Added.
2952 2007-11-26 Feng Qian <ian.eng.webkit@gmail.com>
2954 Reviewed by Sam Weinig.
2956 Tests for http://bugs.webkit.org/show_bug.cgi?id=16073
2958 * http/tests/security/resources/iframe-invalid-domain-change.html: Added.
2959 * http/tests/security/xss-DENIED-invalid-domain-change-expected.txt: Added.
2960 * http/tests/security/xss-DENIED-invalid-domain-change.html: Added.
2962 2007-11-26 Darin Adler <darin@apple.com>
2966 - test for http://bugs.webkit.org/show_bug.cgi?id=16096
2967 REGRESSION (r26653-r26699): Plaxo.com addressbook does not load in webkit nightlies
2969 * fast/js/regexp-overflow-expected.txt: Added.
2970 * fast/js/regexp-overflow.html: Added.
2971 * fast/js/resources/regexp-overflow.js: Added.
2973 2007-11-26 Sam Weinig <sam@webkit.org>
2977 Tests for <rdar://problem/5592988>
2979 - Update and add tests for new tighter restrictions on what frames in other domains
2982 * http/tests/security/cross-frame-access-location-expected.txt:
2983 * http/tests/security/frameNavigation: Added.
2984 * http/tests/security/frameNavigation/resources: Added.
2985 * http/tests/security/frameNavigation/resources/iframe-that-performs-parent-navigation.html: Added.
2986 * http/tests/security/frameNavigation/resources/iframe-with-inner-frame-on-foreign-domain.html: Added.
2987 * http/tests/security/frameNavigation/resources/navigation-changed-iframe.html: Added.
2988 * http/tests/security/frameNavigation/xss-ALLOWED-parent-navigation-change-expected.txt: Added.
2989 * http/tests/security/frameNavigation/xss-ALLOWED-parent-navigation-change.html: Added.
2990 * http/tests/security/frameNavigation/xss-ALLOWED-targeted-subframe-navigation-change-expected.txt: Added.
2991 * http/tests/security/frameNavigation/xss-ALLOWED-targeted-subframe-navigation-change.html: Added.
2993 2007-11-26 Dan Bernstein <mitz@apple.com>
2995 Reviewed by Dave Hyatt.
2997 - 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
2999 * fast/dynamic/float-withdrawal-2.html: Added.
3000 * platform/mac/fast/dynamic/float-withdrawal-2-expected.checksum: Added.
3001 * platform/mac/fast/dynamic/float-withdrawal-2-expected.png: Added.
3002 * platform/mac/fast/dynamic/float-withdrawal-2-expected.txt: Added.
3004 2007-11-25 Adam Roben <aroben@apple.com>
3006 * platform/win/Skipped: Add a known failure.
3008 2007-11-25 Adam Roben <aroben@apple.com>
3010 * platform/win/Skipped: Remove an unnecessary entry.
3012 2007-11-25 Mark Rowe <mrowe@apple.com>
3014 Reviewed by Dan Bernstein.
3016 Test for http://bugs.webkit.org/show_bug.cgi?id=16129
3017 Bug 16129: REGRESSION (r27761-r27811): malloc error while visiting http://mysit.es (crashes release build)
3019 * fast/js/regexp-range-out-of-order-expected.txt: Added.
3020 * fast/js/regexp-range-out-of-order.html: Added.
3021 * fast/js/resources/regexp-range-out-of-order.js: Added.
3023 2007-11-25 Nikolas Zimmermann <zimmermann@kde.org>
3025 Reviewed by Adam Roben.
3027 Update layout test results after fixing text path boundaries if text-anchor is not set to 'start'.
3029 * platform/mac/svg/W3C-SVG-1.1/text-align-04-b-expected.txt:
3030 * platform/mac/svg/text/textPathBoundsBug-expected.checksum: Added.
3031 * platform/mac/svg/text/textPathBoundsBug-expected.png: Added.
3032 * platform/mac/svg/text/textPathBoundsBug-expected.txt: Added.
3033 * svg/batik/text/textGlyphOrientationHorizontal-expected.txt:
3034 * svg/batik/text/textOnPath-expected.txt:
3035 * svg/batik/text/textOnPath3-expected.txt:
3036 * svg/batik/text/verticalTextOnPath-expected.txt:
3037 * svg/text/text-align-04-b-expected.checksum:
3038 * svg/text/text-align-04-b-expected.png:
3039 * svg/text/text-align-04-b-expected.txt:
3040 * svg/text/textPathBoundsBug.svg: Added.
3042 2007-11-25 Alexey Proskuryakov <ap@webkit.org>
3046 http://bugs.webkit.org/show_bug.cgi?id=15919
3047 XSLTProcessor.transformToFragment creates an extra not defined TEXT_NODE at the end
3049 * fast/xsl/extra-lf-at-end-expected.txt: Added.
3050 * fast/xsl/extra-lf-at-end.html: Added.
3051 * fast/xsl/xslt-processor-expected.txt:
3052 * platform/mac/fast/xsl/xslt-enc-cyr-expected.txt:
3053 * platform/mac/fast/xsl/xslt-enc-expected.txt:
3054 * platform/mac/fast/xsl/xslt-enc16-expected.txt:
3055 * platform/mac/fast/xsl/xslt-enc16to16-expected.txt:
3056 * platform/mac/fast/xsl/xslt-text-expected.txt:
3058 2007-11-24 David D. Kilzer <ddkilzer@webkit.org>
3060 Added tests for select.options.remove(boolean).
3064 * fast/js/resources/select-options-add.js: Added two tests.
3065 * fast/js/select-options-add-expected.txt: Updated results.
3067 2007-11-23 Antti Koivisto <antti@apple.com>
3069 Set video src from script, not from the element attribute. This
3070 guarantees load events do not fire before event listeners are registered.
3071 This change does not affect test results.
3073 * media/progress-event.html:
3074 * media/video-autoplay.html:
3075 * media/video-buffered.html:
3076 * media/video-currentTime-set.html:
3077 * media/video-currentTime-set2.html:
3078 * media/video-currentTime.html:
3079 * media/video-dom-autoplay.html:
3080 * media/video-error-abort.html:
3081 * media/video-error-does-not-exist.html:
3082 * media/video-load-networkState.html:
3083 * media/video-load-readyState.html:
3084 * media/video-no-autoplay.html:
3085 * media/video-seekable.html:
3086 * media/video-seeking.html:
3087 * media/video-size.html:
3088 * media/video-src.html:
3089 * media/video-start.html:
3091 2007-11-23 Alexey Proskuryakov <ap@webkit.org>
3095 <rdar://problem/5539306> REGRESSION: redirect fails when subframe's document is opened but
3096 not closed (affects digg.com)
3098 * fast/loader/meta-refresh-vs-open-expected.txt: Added.
3099 * fast/loader/meta-refresh-vs-open.html: Added.
3100 Test that HTTP refresh never fires if the document stays open indefinitely.
3102 * fast/loader/redirect-with-open-subframe-expected.txt: Added.
3103 * fast/loader/redirect-with-open-subframe.html: Added.
3104 * fast/loader/redirect-with-open-subframe-2-expected.txt: Added.
3105 * fast/loader/redirect-with-open-subframe-2.html: Added.
3106 Test that setting window.location has effect even if the document is open.
3108 * http/tests/loading/onload-vs-immediate-refresh-expected.txt: Added.
3109 * http/tests/loading/onload-vs-immediate-refresh.pl: Added.
3110 Test for <rdar://3829452> - HTTP redirect should only happen after onload fires.
3112 * platform/mac/http/tests/loading/simple-subframe-expected.txt:
3113 It seems that there was a line spilled from the previous test that is now in
3114 onload-vs-immediate-refresh-expected.txt - despite my efforts, I couldn't get rid of it.
3116 2007-11-23 Dan Bernstein <mitz@apple.com>
3118 Reviewed by Alexey Proskuryakov.
3120 - test the matrix transforms are applied on the correct side
3122 * fast/transforms/matrix-02.html: Added.
3123 * platform/mac/fast/transforms/matrix-02-expected.checksum: Added.
3124 * platform/mac/fast/transforms/matrix-02-expected.png: Added.
3125 * platform/mac/fast/transforms/matrix-02-expected.txt: Added.
3127 2007-11-23 Alexey Proskuryakov <ap@webkit.org>
3131 http://bugs.webkit.org/show_bug.cgi?id=16077
3132 <rdar://problem/5609785> XSLT processor <xsl:sort> algorithm is incompatible with other
3133 browser implementations
3135 * fast/xsl/sort-unicode-expected.txt: Added.
3136 * fast/xsl/sort-unicode.xml: Added.
3137 * fast/xsl/sort-unicode.xsl: Added.
3139 2007-11-22 Dan Bernstein <mitz@apple.com>
3141 Reviewed by Maciej Stachowiak.
3143 - pixel test for http://bugs.webkit.org/show_bug.cgi?id=15943
3144 -webkit-transform matrix does not work
3146 * fast/transforms/matrix-01.html: Added.
3147 * platform/mac/fast/transforms/matrix-01-expected.checksum: Added.
3148 * platform/mac/fast/transforms/matrix-01-expected.png: Added.
3149 * platform/mac/fast/transforms/matrix-01-expected.txt: Added.
3151 2007-11-22 Julien Chaffraix <julien.chaffraix@gmail.com>
3155 Bug 15530: XMLHttpRequest should not support certain methods
3157 * http/tests/xmlhttprequest/xmlhttprequest-forbidden-methods-exception-expected.txt: Added.
3158 * http/tests/xmlhttprequest/xmlhttprequest-forbidden-methods-exception.html: Added.
3160 2007-11-21 Dan Bernstein <mitz@apple.com>
3162 Reviewed by Eric Seidel.
3164 - repaint test for <rdar://problem/5607037> REGRESSION (r27351): Departure date does not repaint when changed on Google Maps public transit planner (16034)
3166 * fast/repaint/subtree-root-skipped.html: Added.
3167 * platform/mac-leopard/fast/repaint/subtree-root-skipped-expected.checksum: Added.
3168 * platform/mac-leopard/fast/repaint/subtree-root-skipped-expected.png: Added.
3169 * platform/mac/fast/repaint/subtree-root-skipped-expected.txt: Added.
3171 2007-11-21 Alexey Proskuryakov <ap@webkit.org>
3175 <rdar://problem/5230233> dom/xhtml/level2/html/frame.xhtml is failing on Windows
3177 This isn't actually a test, but an unused resource - we should re-work the W3C test rig to
3178 support subresource loading from (X)HTML.
3179 Anyway, it doesn't fail for me, I suppose this problem was fixed since the bug was filed.
3181 * platform/win/Skipped:
3183 2007-11-21 Alexey Proskuryakov <ap@webkit.org>
3187 Fix a copy/paste error in the test (introduced in bug 12194).
3189 * http/tests/xmlhttprequest/zero-length-response-sync-expected.txt:
3190 * http/tests/xmlhttprequest/zero-length-response-sync.html:
3192 2007-11-20 Mark Rowe <mrowe@apple.com>
3194 Reviewed by Sam Weinig.
3196 Tests for http://bugs.webkit.org/show_bug.cgi?id=16074
3197 Bug 16074: execCommand("InsertHorizontalRule", false, "") results in id="" being inserted
3199 * editing/execCommand/arguments-combinations-expected.txt:
3200 * editing/execCommand/arguments-combinations.html:
3202 2007-11-20 Lars Knoll <lars@trolltech.com>
3206 Adjust some test result after fixing a bug related to computation
3207 of QFont::xHeight() in Qt.
3209 * platform/qt/css2.1/t040302-c61-ex-len-00-b-a-expected.txt:
3210 * platform/qt/css2.1/t1008-c44-ln-box-02-d-ag-expected.txt:
3211 * platform/qt/css2.1/t100801-c544-valgn-01-d-ag-expected.txt:
3212 * platform/qt/css2.1/t100801-c548-ln-ht-02-b-ag-expected.txt:
3213 * platform/qt/css2.1/t1507-c526-font-sz-02-b-a-expected.txt:
3215 2007-11-20 Lars Knoll <lars@trolltech.com>
3219 Fix text break interators.
3221 The break iterators where trying to be smart about the input
3222 string and caching their results. Unfortunately a pointer/string length
3223 comparison is not good enough in all cases (since some input is stack based
3224 temp strings). Removed the caching but at the same time started to use a more
3225 efficient constructor of QTextBoundaryFinder that doesn't need to malloc for
3228 Fixes two test cases that test "text-transform: capitalize".
3230 * platform/qt/css1/text_properties/text-transCapitalize-expected.txt:
3231 * platform/qt/fast/css/textCapitalizeEdgeCases-expected.txt:
3233 2007-11-19 Antti Koivisto <antti@apple.com>
3235 Rubber-stamped by bdash.
3237 Improve coverage of these tests.
3239 * media/video-muted-expected.txt:
3240 * media/video-muted.html:
3241 * media/video-volume-expected.txt:
3242 * media/video-volume.html:
3244 2007-11-19 Julien Chaffraix <julien.chaffraix@gmail.com>
3248 http://bugs.webkit.org/show_bug.cgi?id=12194
3249 Bug 12194: Trying to access XMLHttpRequest.responseText or responseXML when they are not
3250 available should raise an exception
3252 * http/tests/xmlhttprequest/xmlhttprequest-responseText-exception-expected.txt: Added.
3253 * http/tests/xmlhttprequest/xmlhttprequest-responseText-exception.html: Added.
3254 * http/tests/xmlhttprequest/xmlhttprequest-responseXML-exception-expected.txt: Added.
3255 * http/tests/xmlhttprequest/xmlhttprequest-responseXML-exception.html: Added.
3256 * http/tests/xmlhttprequest/zero-length-response-expected.txt: Updated result
3257 * http/tests/xmlhttprequest/zero-length-response-sync-expected.txt: Updated result
3258 * http/tests/xmlhttprequest/zero-length-response-sync.html: Corrected URL & added
3259 exception handling to test case
3261 2007-11-18 Alexey Proskuryakov <ap@webkit.org>
3265 <rdar://problem/5546393> Whitespace handling doesn't match HTML5.
3267 * fast/parser/html-whitespace-expected.txt: Added.
3268 * fast/parser/html-whitespace.html: Added.
3270 2007-11-16 Dan Bernstein <mitz@apple.com>
3272 Reviewed by Darin Adler.
3274 - repaint test for <http://bugs.webkit.org/show_bug.cgi?id=15994>
3275 REGRESSION: Incomplete repaint of CSS image substitution
3277 * fast/repaint/clip-with-layout-delta.html: Added.
3278 * platform/mac/fast/repaint/clip-with-layout-delta-expected.checksum: Added.
3279 * platform/mac/fast/repaint/clip-with-layout-delta-expected.png: Added.
3280 * platform/mac/fast/repaint/clip-with-layout-delta-expected.txt: Added.
3282 2007-11-16 Antti Koivisto <antti@apple.com>
3286 Seeking related test updates
3287 - update to match specificiation
3288 - rename loopCount to playCount everywhere
3289 - timeupdate events during seek
3290 - fix that some tests (like audio ones) depended on timing sensitive ordering of play and load events
3291 - add text about what is being tested
3293 Add new tests for seeking past end, seeking past loaded position and 'seeking' DOM attribute.
3295 * http/tests/media/video-seekable-stall-expected.txt: Added.
3296 * http/tests/media/video-seekable-stall.html: Added.
3297 * media/audio-constructor-expected.txt:
3298 * media/audio-constructor-src-expected.txt:
3299 * media/audio-constructor-src.html:
3300 * media/audio-constructor.html:
3301 * media/video-dom-loopcount-expected.txt:
3302 * media/video-dom-loopcount.html:
3303 * media/video-dom-loopend-expected.txt:
3304 * media/video-dom-loopend.html:
3305 * media/video-dom-loopstart-expected.txt:
3306 * media/video-dom-loopstart.html:
3307 * media/video-dom-start-expected.txt:
3308 * media/video-dom-start.html:
3309 * media/video-loopcount-expected.txt:
3310 * media/video-loopcount.html:
3311 * media/video-loopend-expected.txt:
3312 * media/video-loopend.html:
3313 * media/video-loopstart-expected.txt:
3314 * media/video-loopstart.html:
3315 * media/video-seek-past-end-paused-expected.txt: Added.
3316 * media/video-seek-past-end-paused.html: Added.
3317 * media/video-seek-past-end-playing-expected.txt: Added.
3318 * media/video-seek-past-end-playing.html: Added.
3319 * media/video-seeking-expected.txt: Added.
3320 * media/video-seeking.html: Added.
3321 * media/video-test.js:
3323 2007-11-16 Anders Carlsson <andersca@apple.com>
3327 <rdar://problem/5603832>
3328 XMLHttpRequest readyState 3 & responseText buffer issues.
3330 Remove http/tests/xmlhttprequest/small-chunks-response-text.html from the Skipped list.
3332 * platform/win/Skipped:
3334 2007-11-16 Dan Bernstein <mitz@apple.com>
3336 Reviewed by Darin Adler and Sam Weinig.
3338 - remove fast/forms/select-type-ahead-non-latin.html after fixing <rdar://problem/5134075>
3340 * platform/win/Skipped:
3342 2007-11-16 Nikolas Zimmermann <zimmermann@kde.org>
3344 Rubberstamped by Eric.
3346 Full update of the SVG pixel tests - all files containing text show rendering improvments.
3347 Text looks more 'bold' as it's supposed to be according to the W3C reference rendering, not
3348 sure what commit actually caused it - but it's better now.
3350 * platform/mac/svg/W3C-SVG-1.1/animate-elem-02-t-expected.checksum:
3351 * platform/mac/svg/W3C-SVG-1.1/animate-elem-02-t-expected.png:
3352 * platform/mac/svg/W3C-SVG-1.1/animate-elem-03-t-expected.checksum:
3353 * platform/mac/svg/W3C-SVG-1.1/animate-elem-03-t-expected.png:
3354 * platform/mac/svg/W3C-SVG-1.1/animate-elem-04-t-expected.checksum:
3355 * platform/mac/svg/W3C-SVG-1.1/animate-elem-04-t-expected.png:
3356 * platform/mac/svg/W3C-SVG-1.1/animate-elem-05-t-expected.checksum:
3357 * platform/mac/svg/W3C-SVG-1.1/animate-elem-05-t-expected.png:
3358 * platform/mac/svg/W3C-SVG-1.1/animate-elem-06-t-expected.checksum:
3359 * platform/mac/svg/W3C-SVG-1.1/animate-elem-06-t-expected.png:
3360 * platform/mac/svg/W3C-SVG-1.1/animate-elem-07-t-expected.checksum:
3361 * platform/mac/svg/W3C-SVG-1.1/animate-elem-07-t-expected.png:
3362 * platform/mac/svg/W3C-SVG-1.1/animate-elem-08-t-expected.checksum:
3363 * platform/mac/svg/W3C-SVG-1.1/animate-elem-08-t-expected.png:
3364 * platform/mac/svg/W3C-SVG-1.1/animate-elem-09-t-expected.checksum:
3365 * platform/mac/svg/W3C-SVG-1.1/animate-elem-09-t-expected.png:
3366 * platform/mac/svg/W3C-SVG-1.1/animate-elem-10-t-expected.checksum:
3367 * platform/mac/svg/W3C-SVG-1.1/animate-elem-10-t-expected.png:
3368 * platform/mac/svg/W3C-SVG-1.1/animate-elem-11-t-expected.checksum:
3369 * platform/mac/svg/W3C-SVG-1.1/animate-elem-11-t-expected.png:
3370 * platform/mac/svg/W3C-SVG-1.1/animate-elem-12-t-expected.checksum:
3371 * platform/mac/svg/W3C-SVG-1.1/animate-elem-12-t-expected.png:
3372 * platform/mac/svg/W3C-SVG-1.1/animate-elem-13-t-expected.checksum:
3373 * platform/mac/svg/W3C-SVG-1.1/animate-elem-13-t-expected.png:
3374 * platform/mac/svg/W3C-SVG-1.1/animate-elem-14-t-expected.checksum:
3375 * platform/mac/svg/W3C-SVG-1.1/animate-elem-14-t-expected.png:
3376 * platform/mac/svg/W3C-SVG-1.1/animate-elem-15-t-expected.checksum:
3377 * platform/mac/svg/W3C-SVG-1.1/animate-elem-15-t-expected.png:
3378 * platform/mac/svg/W3C-SVG-1.1/animate-elem-16-t-expected.checksum:
3379 * platform/mac/svg/W3C-SVG-1.1/animate-elem-16-t-expected.png:
3380 * platform/mac/svg/W3C-SVG-1.1/animate-elem-17-t-expected.checksum:
3381 * platform/mac/svg/W3C-SVG-1.1/animate-elem-17-t-expected.png:
3382 * platform/mac/svg/W3C-SVG-1.1/animate-elem-18-t-expected.checksum:
3383 * platform/mac/svg/W3C-SVG-1.1/animate-elem-18-t-expected.png:
3384 * platform/mac/svg/W3C-SVG-1.1/animate-elem-19-t-expected.checksum:
3385 * platform/mac/svg/W3C-SVG-1.1/animate-elem-19-t-expected.png:
3386 * platform/mac/svg/W3C-SVG-1.1/animate-elem-20-t-expected.checksum:
3387 * platform/mac/svg/W3C-SVG-1.1/animate-elem-20-t-expected.png:
3388 * platform/mac/svg/W3C-SVG-1.1/animate-elem-21-t-expected.checksum:
3389 * platform/mac/svg/W3C-SVG-1.1/animate-elem-21-t-expected.png:
3390 * platform/mac/svg/W3C-SVG-1.1/animate-elem-22-b-expected.checksum:
3391 * platform/mac/svg/W3C-SVG-1.1/animate-elem-22-b-expected.png:
3392 * platform/mac/svg/W3C-SVG-1.1/animate-elem-23-t-expected.checksum:
3393 * platform/mac/svg/W3C-SVG-1.1/animate-elem-23-t-expected.png:
3394 * platform/mac/svg/W3C-SVG-1.1/animate-elem-24-t-expected.checksum:
3395 * platform/mac/svg/W3C-SVG-1.1/animate-elem-24-t-expected.png:
3396 * platform/mac/svg/W3C-SVG-1.1/animate-elem-25-t-expected.checksum:
3397 * platform/mac/svg/W3C-SVG-1.1/animate-elem-25-t-expected.png:
3398 * platform/mac/svg/W3C-SVG-1.1/animate-elem-26-t-expected.checksum:
3399 * platform/mac/svg/W3C-SVG-1.1/animate-elem-26-t-expected.png:
3400 * platform/mac/svg/W3C-SVG-1.1/animate-elem-27-t-expected.checksum:
3401 * platform/mac/svg/W3C-SVG-1.1/animate-elem-27-t-expected.png:
3402 * platform/mac/svg/W3C-SVG-1.1/animate-elem-28-t-expected.checksum:
3403 * platform/mac/svg/W3C-SVG-1.1/animate-elem-28-t-expected.png:
3404 * platform/mac/svg/W3C-SVG-1.1/animate-elem-29-b-expected.checksum:
3405 * platform/mac/svg/W3C-SVG-1.1/animate-elem-29-b-expected.png:
3406 * platform/mac/svg/W3C-SVG-1.1/animate-elem-30-t-expected.checksum:
3407 * platform/mac/svg/W3C-SVG-1.1/animate-elem-30-t-expected.png:
3408 * platform/mac/svg/W3C-SVG-1.1/animate-elem-31-t-expected.checksum:
3409 * platform/mac/svg/W3C-SVG-1.1/animate-elem-31-t-expected.png:
3410 * platform/mac/svg/W3C-SVG-1.1/animate-elem-32-t-expected.checksum:
3411 * platform/mac/svg/W3C-SVG-1.1/animate-elem-32-t-expected.png:
3412 * platform/mac/svg/W3C-SVG-1.1/animate-elem-33-t-expected.checksum:
3413 * platform/mac/svg/W3C-SVG-1.1/animate-elem-33-t-expected.png:
3414 * platform/mac/svg/W3C-SVG-1.1/animate-elem-34-t-expected.checksum:
3415 * platform/mac/svg/W3C-SVG-1.1/animate-elem-34-t-expected.png:
3416 * platform/mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.checksum:
3417 * platform/mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.png:
3418 * platform/mac/svg/W3C-SVG-1.1/animate-elem-37-t-expected.checksum:
3419 * platform/mac/svg/W3C-SVG-1.1/animate-elem-37-t-expected.png:
3420 * platform/mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.checksum:
3421 * platform/mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png:
3422 * platform/mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.checksum:
3423 * platform/mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.png:
3424 * platform/mac/svg/W3C-SVG-1.1/animate-elem-41-t-expected.checksum:
3425 * platform/mac/svg/W3C-SVG-1.1/animate-elem-41-t-expected.png:
3426 * platform/mac/svg/W3C-SVG-1.1/animate-elem-44-t-expected.checksum:
3427 * platform/mac/svg/W3C-SVG-1.1/animate-elem-44-t-expected.png:
3428 * platform/mac/svg/W3C-SVG-1.1/animate-elem-46-t-expected.checksum:
3429 * platform/mac/svg/W3C-SVG-1.1/animate-elem-46-t-expected.png:
3430 * platform/mac/svg/W3C-SVG-1.1/animate-elem-52-t-expected.checksum:
3431 * platform/mac/svg/W3C-SVG-1.1/animate-elem-52-t-expected.png:
3432 * platform/mac/svg/W3C-SVG-1.1/animate-elem-60-t-expected.checksum:
3433 * platform/mac/svg/W3C-SVG-1.1/animate-elem-60-t-expected.png:
3434 * platform/mac/svg/W3C-SVG-1.1/animate-elem-61-t-expected.checksum:
3435 * platform/mac/svg/W3C-SVG-1.1/animate-elem-61-t-expected.png:
3436 * platform/mac/svg/W3C-SVG-1.1/animate-elem-62-t-expected.checksum:
3437 * platform/mac/svg/W3C-SVG-1.1/animate-elem-62-t-expected.png:
3438 * platform/mac/svg/W3C-SVG-1.1/animate-elem-63-t-expected.checksum:
3439 * platform/mac/svg/W3C-SVG-1.1/animate-elem-63-t-expected.png:
3440 * platform/mac/svg/W3C-SVG-1.1/animate-elem-64-t-expected.checksum:
3441 * platform/mac/svg/W3C-SVG-1.1/animate-elem-64-t-expected.png:
3442 * platform/mac/svg/W3C-SVG-1.1/animate-elem-65-t-expected.checksum:
3443 * platform/mac/svg/W3C-SVG-1.1/animate-elem-65-t-expected.png:
3444 * platform/mac/svg/W3C-SVG-1.1/animate-elem-66-t-expected.checksum:
3445 * platform/mac/svg/W3C-SVG-1.1/animate-elem-66-t-expected.png:
3446 * platform/mac/svg/W3C-SVG-1.1/animate-elem-67-t-expected.checksum:
3447 * platform/mac/svg/W3C-SVG-1.1/animate-elem-67-t-expected.png:
3448 * platform/mac/svg/W3C-SVG-1.1/animate-elem-68-t-expected.checksum:
3449 * platform/mac/svg/W3C-SVG-1.1/animate-elem-68-t-expected.png:
3450 * platform/mac/svg/W3C-SVG-1.1/animate-elem-69-t-expected.checksum:
3451 * platform/mac/svg/W3C-SVG-1.1/animate-elem-69-t-expected.png:
3452 * platform/mac/svg/W3C-SVG-1.1/animate-elem-70-t-expected.checksum:
3453 * platform/mac/svg/W3C-SVG-1.1/animate-elem-70-t-expected.png:
3454 * platform/mac/svg/W3C-SVG-1.1/animate-elem-77-t-expected.checksum:
3455 * platform/mac/svg/W3C-SVG-1.1/animate-elem-77-t-expected.png:
3456 * platform/mac/svg/W3C-SVG-1.1/animate-elem-78-t-expected.checksum:
3457 * platform/mac/svg/W3C-SVG-1.1/animate-elem-78-t-expected.png:
3458 * platform/mac/svg/W3C-SVG-1.1/animate-elem-80-t-expected.checksum:
3459 * platform/mac/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png:
3460 * platform/mac/svg/W3C-SVG-1.1/animate-elem-81-t-expected.checksum:
3461 * platform/mac/svg/W3C-SVG-1.1/animate-elem-81-t-expected.png:
3462 * platform/mac/svg/W3C-SVG-1.1/animate-elem-82-t-expected.checksum:
3463 * platform/mac/svg/W3C-SVG-1.1/animate-elem-82-t-expected.png:
3464 * platform/mac/svg/W3C-SVG-1.1/animate-elem-83-t-expected.checksum:
3465 * platform/mac/svg/W3C-SVG-1.1/animate-elem-83-t-expected.png:
3466 * platform/mac/svg/W3C-SVG-1.1/animate-elem-84-t-expected.checksum:
3467 * platform/mac/svg/W3C-SVG-1.1/animate-elem-84-t-expected.png:
3468 * platform/mac/svg/W3C-SVG-1.1/animate-elem-85-t-expected.checksum:
3469 * platform/mac/svg/W3C-SVG-1.1/animate-elem-85-t-expected.png:
3470 * platform/mac/svg/W3C-SVG-1.1/color-prof-01-f-expected.checksum:
3471 * platform/mac/svg/W3C-SVG-1.1/color-prof-01-f-expected.png:
3472 * platform/mac/svg/W3C-SVG-1.1/color-prop-01-b-expected.checksum:
3473 * platform/mac/svg/W3C-SVG-1.1/color-prop-01-b-expected.png:
3474 * platform/mac/svg/W3C-SVG-1.1/color-prop-02-f-expected.checksum:
3475 * platform/mac/svg/W3C-SVG-1.1/color-prop-02-f-expected.png:
3476 * platform/mac/svg/W3C-SVG-1.1/color-prop-03-t-expected.checksum:
3477 * platform/mac/svg/W3C-SVG-1.1/color-prop-03-t-expected.png:
3478 * platform/mac/svg/W3C-SVG-1.1/coords-coord-01-t-expected.checksum:
3479 * platform/mac/svg/W3C-SVG-1.1/coords-coord-01-t-expected.png:
3480 * platform/mac/svg/W3C-SVG-1.1/coords-coord-02-t-expected.checksum:
3481 * platform/mac/svg/W3C-SVG-1.1/coords-coord-02-t-expected.png:
3482 * platform/mac/svg/W3C-SVG-1.1/coords-trans-01-b-expected.checksum:
3483 * platform/mac/svg/W3C-SVG-1.1/coords-trans-01-b-expected.png:
3484 * platform/mac/svg/W3C-SVG-1.1/coords-trans-02-t-expected.checksum:
3485 * platform/mac/svg/W3C-SVG-1.1/coords-trans-02-t-expected.png:
3486 * platform/mac/svg/W3C-SVG-1.1/coords-trans-03-t-expected.checksum:
3487 * platform/mac/svg/W3C-SVG-1.1/coords-trans-03-t-expected.png:
3488 * platform/mac/svg/W3C-SVG-1.1/coords-trans-04-t-expected.checksum:
3489 * platform/mac/svg/W3C-SVG-1.1/coords-trans-04-t-expected.png:
3490 * platform/mac/svg/W3C-SVG-1.1/coords-trans-05-t-expected.checksum:
3491 * platform/mac/svg/W3C-SVG-1.1/coords-trans-05-t-expected.png:
3492 * platform/mac/svg/W3C-SVG-1.1/coords-trans-06-t-expected.checksum:
3493 * platform/mac/svg/W3C-SVG-1.1/coords-trans-06-t-expected.png:
3494 * platform/mac/svg/W3C-SVG-1.1/coords-units-01-b-expected.checksum:
3495 * platform/mac/svg/W3C-SVG-1.1/coords-units-01-b-expected.png:
3496 * platform/mac/svg/W3C-SVG-1.1/coords-units-02-b-expected.checksum:
3497 * platform/mac/svg/W3C-SVG-1.1/coords-units-02-b-expected.png:
3498 * platform/mac/svg/W3C-SVG-1.1/coords-units-03-b-expected.checksum:
3499 * platform/mac/svg/W3C-SVG-1.1/coords-units-03-b-expected.png:
3500 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.checksum:
3501 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.png:
3502 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.checksum:
3503 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.png:
3504 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.checksum: