1 2006-11-29 Justin Garcia <justin.garcia@apple.com>
5 <rdar://problem/4845371>
6 In Mail, a crash occurs at WebCore::Node::traverseNextNode() when cutting selected text from a HTML message
8 * editing/deleting/4845371-expected.checksum: Added.
9 * editing/deleting/4845371-expected.png: Added.
10 * editing/deleting/4845371-expected.txt: Added.
11 * editing/deleting/4845371.html: Added.
13 2006-11-28 David Harrison <harrison@apple.com>
17 <rdar://problem/4852804> selection color does not get drawn over the missing image rectangle
19 * editing/selection/select-missing-image-expected.checksum: Added.
20 * editing/selection/select-missing-image-expected.png: Added.
21 * editing/selection/select-missing-image-expected.txt: Added.
22 * editing/selection/select-missing-image.html: Added.
24 2006-11-28 Justin Garcia <justin.garcia@apple.com>
28 <rdar://problem/4397952>
29 Cannot select buttons at the end of a document, preventing copy/paste
31 * editing/selection/4397952-expected.checksum: Added.
32 * editing/selection/4397952-expected.png: Added.
33 * editing/selection/4397952-expected.txt: Added.
34 * editing/selection/4397952.html: Added.
36 2006-11-27 Alexey Proskuryakov <ap@webkit.org>
40 Test for http://bugs.webkit.org/show_bug.cgi?id=11694
41 XSLT output method does not default to HTML when the target document is HTML
43 * fast/xsl/default-html-expected.txt: Added.
44 * fast/xsl/default-html.html: Added.
46 2006-11-27 Kevin McCullough <KMcCullough@apple.com>
50 * fast/forms/resources/success.html: Removed.
51 * fast/forms/targeted-frame-submission-expected.checksum:
52 * fast/forms/targeted-frame-submission-expected.png:
53 * fast/forms/targeted-frame-submission-expected.txt:
54 * fast/forms/targeted-frame-submission.html:
56 2006-11-27 Kevin McCullough <KMcCullough@apple.com>
58 Reviewed by Adam and Anders.
61 Targeted frame submission.
63 * fast/forms/resources/success.html: Added.
64 * fast/forms/targeted-frame-submission-expected.checksum: Added.
65 * fast/forms/targeted-frame-submission-expected.png: Added.
66 * fast/forms/targeted-frame-submission-expected.txt: Added.
67 * fast/forms/targeted-frame-submission.html: Added.
69 2006-11-24 Rob Buis <buis@kde.org>
74 http://bugs.webkit.org/show_bug.cgi?id=11666
75 .getScreenCTM() returns wrong values
77 * svg/custom/text-ctm-expected.checksum: Added.
78 * svg/custom/text-ctm-expected.png: Added.
79 * svg/custom/text-ctm-expected.txt: Added.
80 * svg/custom/text-ctm.svg: Added.
82 2006-11-22 Rob Buis <buis@kde.org>
87 http://bugs.webkit.org/show_bug.cgi?id=11661
88 SVG: stroke not sensitive to mouse events (hit testing fails)
90 * svg/custom/hit-test-path-stroke-expected.checksum: Added.
91 * svg/custom/hit-test-path-stroke-expected.png: Added.
92 * svg/custom/hit-test-path-stroke-expected.txt: Added.
93 * svg/custom/hit-test-path-stroke.svg: Added.
95 2006-11-21 Alex Taylor <darwin@techvisual.co.nz>
99 Pixel tests for border radius rendering bug
100 - http://bugs.webkit.org/show_bug.cgi?id=11587
102 * fast/borders/borderRadiusArcs01-expected.checksum: Added.
103 * fast/borders/borderRadiusArcs01-expected.png: Added.
104 * fast/borders/borderRadiusArcs01-expected.txt: Added.
105 * fast/borders/borderRadiusArcs01.html: Added.
107 2006-11-20 W. Andy Carrel <wac@google.com>
111 http://bugs.webkit.org/show_bug.cgi?id=11501
112 REGRESSION: \u no longer escapes metacharacters in RegExps
113 http://bugs.webkit.org/show_bug.cgi?id=11502
114 Serializing RegExps doesn't preserve Unicode escapes
116 * fast/js/kde/RegExp-expected.txt:
117 * fast/js/regexp-unicode-handling-expected.txt:
118 Adjust these test results to passing as a result of other included
119 changes in this revision.
121 2006-11-20 Alexey Proskuryakov <ap@webkit.org>
125 http://bugs.webkit.org/show_bug.cgi?id=10736
126 XMLHttpRequest.responseXML should be null on error
128 * http/tests/xmlhttprequest/zero-length-response-expected.txt:
129 * http/tests/xmlhttprequest/zero-length-response-sync-expected.txt:
130 Updated the results for the new behavior.
132 2006-11-20 Alexey Proskuryakov <ap@webkit.org>
134 Reviewed by Sam Weinig.
136 http://bugs.webkit.org/show_bug.cgi?id=11633
137 Implement XMLDocument properties xmlEncoding, xmlVersion, xmlStandalone
139 * dom/xhtml/level3/core/documentgetxmlencoding01-expected.txt:
140 * dom/xhtml/level3/core/documentgetxmlencoding03-expected.txt
141 * dom/xhtml/level3/core/documentgetxmlstandalone04-expected.txt:
142 * dom/xhtml/level3/core/documentgetxmlversion01-expected.txt:
143 * dom/xhtml/level3/core/documentgetxmlversion02-expected.txt:
144 * dom/xhtml/level3/core/documentgetxmlversion03-expected.txt:
147 * dom/xhtml/level3/core/documentgetxmlencoding03.xhtml: Re-added a correct test.
149 * fast/dom/Window/window-properties-expected.txt: Added these new properties.
151 * http/tests/xmlhttprequest/xml-encoding-expected.txt: Added.
152 * http/tests/xmlhttprequest/xml-encoding.html: Added.
153 * http/tests/xmlhttprequest/resources/xml-encoding.xml: Added.
154 * http/tests/xmlhttprequest/resources/post-echo-as-utf-8.cgi: Added.
155 Test how xmlEncoding interacts with XMLHttpRequest.
157 2006-11-19 Alexey Proskuryakov <ap@webkit.org>
159 Removed parts of an incorrectly committed test, to be re-added later.
161 * dom/xhtml/level3/core/documentgetxmlencoding03-expected.png: Removed.
162 * dom/xhtml/level3/core/documentgetxmlencoding03-expected.checksum: Removed.
163 * dom/xhtml/level3/core/documentgetxmlencoding03.xhtml: Removed.
165 2006-11-19 Mitz Pettel <mitz@webkit.org>
169 - http://bugs.webkit.org/show_bug.cgi?id=11626
170 Automate test for rdar://problem/4056100
172 * fast/repaint/delete-into-nested-block-expected.checksum: Added.
173 * fast/repaint/delete-into-nested-block-expected.png: Added.
174 * fast/repaint/delete-into-nested-block-expected.txt: Added.
175 * fast/repaint/delete-into-nested-block.html: Added.
177 2006-11-18 Anders Carlsson <acarlsson@apple.com>
181 Add tests for crash when garbage collecting node iterators and tree walkers
182 without a node filter.
184 * fast/dom/node-filter-gc-expected.txt: Added.
185 * fast/dom/node-filter-gc.html: Added.
187 2006-11-18 Rob Buis <buis@kde.org>
192 http://bugs.webkit.org/show_bug.cgi?id=11321
193 Element with :target pseudo-class still matched after fragment identifier change
195 * fast/css/target-fragment-match-expected.checksum: Added.
196 * fast/css/target-fragment-match-expected.png: Added.
197 * fast/css/target-fragment-match-expected.txt: Added.
198 * fast/css/target-fragment-match.html: Added.
200 2006-11-18 Alexey Proskuryakov <ap@webkit.org>
202 Reviewed by Rob (yay!).
204 http://bugs.webkit.org/show_bug.cgi?id=11640
205 XMLHttpRequest produces undefined:undefined HTTP authentication
207 * http/tests/xmlhttprequest/basic-auth-expected.txt:
208 * http/tests/xmlhttprequest/basic-auth.html:
209 Added tests for undefined.
211 2006-11-17 Justin Garcia <justin.garcia@apple.com>
215 <rdar://problem/4237467> REGRESSION: Pasting word from quoted text quotes the destination
216 <rdar://problem/4017358> quoted text is wrong color, when pasted as quotation
219 * editing/pasteboard/merge-end-blockquote-expected.checksum:
220 * editing/pasteboard/merge-end-blockquote-expected.png:
221 * editing/pasteboard/merge-end-blockquote-expected.txt:
222 * editing/pasteboard/merge-end-blockquote.html:
225 * editing/pasteboard/paste-blockquote-1-expected.checksum: Added.
226 * editing/pasteboard/paste-blockquote-1-expected.png: Added.
227 * editing/pasteboard/paste-blockquote-1-expected.txt: Added.
228 * editing/pasteboard/paste-blockquote-1.html: Added.
229 * editing/pasteboard/paste-blockquote-2-expected.checksum: Added.
230 * editing/pasteboard/paste-blockquote-2-expected.png: Added.
231 * editing/pasteboard/paste-blockquote-2-expected.txt: Added.
232 * editing/pasteboard/paste-blockquote-2.html: Added.
233 * editing/pasteboard/paste-blockquote-3-expected.checksum: Added.
234 * editing/pasteboard/paste-blockquote-3-expected.png: Added.
235 * editing/pasteboard/paste-blockquote-3-expected.txt: Added.
236 * editing/pasteboard/paste-blockquote-3.html: Added.
238 2006-11-16 Rob Buis <buis@kde.org>
240 Reviewed and landed by Brady
243 http://bugs.webkit.org/show_bug.cgi?id=11590
244 Bug 11590: REGRESSION (r17726-r17742): Wikipedia page intermittently loads but doesn't render
246 * fast/css/import-rule-regression-11590-expected.txt: Added.
247 * fast/css/import-rule-regression-11590.html: Added.
248 * fast/css/resources/imports.css: Added.
249 * fast/css/resources/style.css: Added.
251 2006-11-15 Adele Peterson <adele@apple.com>
255 Updating results for new slider implementation.
257 * fast/forms/input-appearance-height-expected.checksum:
258 * fast/forms/input-appearance-height-expected.png:
259 * fast/forms/input-appearance-height-expected.txt:
261 2006-11-14 Justin Garcia <justin.garcia@apple.com>
265 <rdar://problem/4806874>
266 Missing background image after paste
268 Checking in new expected results for fixes:
269 * editing/inserting/insert-3851164-fix-expected.checksum:
270 * editing/inserting/insert-3851164-fix-expected.png:
271 * editing/selection/drag-in-iframe-expected.checksum:
272 * editing/selection/drag-in-iframe-expected.png:
274 Same, but also removing an outdated comment about a bug:
275 * editing/pasteboard/paste-text-019-expected.checksum:
276 * editing/pasteboard/paste-text-019-expected.png:
277 * editing/pasteboard/paste-text-019-expected.txt:
278 * editing/pasteboard/paste-text-019.html:
281 * editing/pasteboard/4806874-expected.checksum: Added.
282 * editing/pasteboard/4806874-expected.png: Added.
283 * editing/pasteboard/4806874-expected.txt: Added.
284 * editing/pasteboard/4806874.html: Added.
286 Equivalent render trees:
287 * editing/inserting/insert-3907422-fix-expected.txt:
288 * editing/pasteboard/paste-text-011-expected.txt:
289 * editing/pasteboard/paste-text-015-expected.txt:
291 2006-11-14 Mitz Pettel <mitz@webkit.org>
293 http://bugs.webkit.org/show_bug.cgi?id=11575
294 Bug 11575: REGRESSION: WebCore crash in CSSParser/HTMLTokenizer
296 * fast/css/css-imports-expected.checksum: Added.
297 * fast/css/css-imports-expected.png: Added.
298 * fast/css/css-imports-expected.txt: Added.
299 * fast/css/css-imports.html: Added.
300 * fast/css/resources/css-imports-2.css: Added.
301 * fast/css/resources/css-imports.css: Added.
303 2006-11-13 Justin Garcia <justin.garcia@apple.com>
307 * editing/selection/drag-select-1-expected.checksum: Added.
308 * editing/selection/drag-select-1-expected.png: Added.
309 * editing/selection/drag-select-1-expected.txt: Added.
310 * editing/selection/drag-select-1.html: Added.
312 2006-11-13 Justin Garcia <justin.garcia@apple.com>
316 * editing/pasteboard/paste-unrendered-select-expected.checksum: Added.
317 * editing/pasteboard/paste-unrendered-select-expected.png: Added.
318 * editing/pasteboard/paste-unrendered-select-expected.txt: Added.
319 * editing/pasteboard/paste-unrendered-select.html: Added.
321 2006-11-11 Rob Buis <buis@kde.org>
326 http://bugs.webkit.org/show_bug.cgi?id=10893
327 InsertRule can not handle @import statements
329 * fast/dom/css-insert-import-rule-expected.txt: Added.
330 * fast/dom/css-insert-import-rule.html: Added.
331 * fast/dom/resources/css-insert-import-rule-red.css: Added.
333 2006-11-11 Graham Dennis <graham.dennis@gmail.com>
337 REGRESSION (r16122): min/max widths incorrectly calculated for contentEditable text
338 http://bugs.webkit.org/show_bug.cgi?id=11570
340 * fast/text/whitespace/nbsp-mode-and-linewraps-expected.checksum: Added.
341 * fast/text/whitespace/nbsp-mode-and-linewraps-expected.png: Added.
342 * fast/text/whitespace/nbsp-mode-and-linewraps-expected.txt: Added.
343 * fast/text/whitespace/nbsp-mode-and-linewraps.html: Added.
345 2006-11-10 Justin Garcia <justin.garcia@apple.com>
349 <rdar://problem/4069359>
350 Deleting hyperlink text, then typing uses link typing style but loses the link itself
352 * editing/deleting/delete-link-1-expected.checksum: Added.
353 * editing/deleting/delete-link-1-expected.png: Added.
354 * editing/deleting/delete-link-1-expected.txt: Added.
355 * editing/deleting/delete-link-1.html: Added.
356 * editing/inserting/insert-before-link-1-expected.checksum: Added.
357 * editing/inserting/insert-before-link-1-expected.png: Added.
358 * editing/inserting/insert-before-link-1-expected.txt: Added.
359 * editing/inserting/insert-before-link-1.html: Added.
361 2006-11-09 Adam Roben <aroben@apple.com>
365 New test to keep the mistake I made in r17680 from happening again.
367 * fast/block/margin-collapse/negative-margins-expected.checksum: Added.
368 * fast/block/margin-collapse/negative-margins-expected.png: Added.
369 * fast/block/margin-collapse/negative-margins-expected.txt: Added.
370 * fast/block/margin-collapse/negative-margins.html: Added.
372 2006-11-08 Darin Adler <darin@apple.com>
376 - added test for option-tab
378 * fast/events/option-tab.html: Added.
379 * fast/events/option-tab-expected.txt: Added.
381 2006-11-08 Brady Eidson <beidson@apple.com>
385 Added test to cover bug http://bugs.webkit.org/show_bug.cgi?id=11450
386 -Confirm there is no assert when nuking a frame with an active XMLHttpRequest load
387 -Confirm the correct state-change notifications for the request are dispatched
389 * http/tests/xmlhttprequest/frame-load-cancelled-abort-expected.txt: Added.
390 * http/tests/xmlhttprequest/frame-load-cancelled-abort.html: Added.
391 * http/tests/xmlhttprequest/resources/endlessxml.php: Added.
392 * http/tests/xmlhttprequest/resources/frame-load-to-cancel.html: Added.
394 2006-11-08 Darin Adler <darin@apple.com>
398 * fast/forms/submit-nil-value-field-assert.html: Update test so it
399 no longer relies on incorrect "submit form right away during JavaScript
402 2006-11-08 Beth Dakin <bdakin@apple.com>
406 This test needs new results from my last check-in. I thought this
407 change was already in my tree, but I guess not. Whoops!
409 * fast/dom/delete-contents-expected.txt:
411 2006-11-07 Beth Dakin <bdakin@apple.com>
415 Test cases for <rdar://problem/4820814> A crash occurs at
416 WebCore::HitTestResult::spellingToolTip() when mousing down on
417 iframe at www.macsurfer.com
419 And for the found-bug of moving text nodes within the head to the
422 * fast/dom/HTMLHeadElement/textInHead1-expected.checksum: Added.
423 * fast/dom/HTMLHeadElement/textInHead1-expected.png: Added.
424 * fast/dom/HTMLHeadElement/textInHead1-expected.txt: Added.
425 * fast/dom/HTMLHeadElement/textInHead1.html: Added.
426 * fast/dom/HTMLHeadElement/textInHead2-expected.checksum: Added.
427 * fast/dom/HTMLHeadElement/textInHead2-expected.png: Added.
428 * fast/dom/HTMLHeadElement/textInHead2-expected.txt: Added.
429 * fast/dom/HTMLHeadElement/textInHead2.html: Added.
430 * fast/dom/HTMLHeadElement/textInHead3-expected.checksum: Added.
431 * fast/dom/HTMLHeadElement/textInHead3-expected.png: Added.
432 * fast/dom/HTMLHeadElement/textInHead3-expected.txt: Added.
433 * fast/dom/HTMLHeadElement/textInHead3.html: Added.
434 * fast/dom/HTMLHeadElement/textInHead4-expected.checksum: Added.
435 * fast/dom/HTMLHeadElement/textInHead4-expected.png: Added.
436 * fast/dom/HTMLHeadElement/textInHead4-expected.txt: Added.
437 * fast/dom/HTMLHeadElement/textInHead4.html: Added.
438 * fast/dom/HTMLHeadElement/textInHead5-expected.checksum: Added.
439 * fast/dom/HTMLHeadElement/textInHead5-expected.png: Added.
440 * fast/dom/HTMLHeadElement/textInHead5-expected.txt: Added.
441 * fast/dom/HTMLHeadElement/textInHead5.html: Added.
442 * fast/frames/onlyCommentInIFrame-expected.checksum: Added.
443 * fast/frames/onlyCommentInIFrame-expected.txt: Added.
444 * fast/frames/onlyCommentInIFrame.html: Added.
445 * fast/frames/resources/comment.html: Added.
446 * fast/frames/resources/commentX.xhtml: Added.
447 * tables/mozilla/bugs/bug1224-expected.checksum:
448 * tables/mozilla/bugs/bug1224-expected.png:
449 * tables/mozilla/bugs/bug1224-expected.txt:
451 2006-11-07 David Harrison <harrison@apple.com>
455 * editing/pasteboard/4076267-2-expected.checksum:
456 * editing/pasteboard/4076267-2-expected.png:
457 * editing/pasteboard/4076267-2-expected.txt:
459 2006-11-07 Darin Adler <darin@apple.com>
461 Rolled out change for <rdar://problem/4820814>.
463 Beth's planning on landing a new change for it soon, but in the mean time
464 we need layout tests succeeding again.
466 2006-11-07 David Harrison <harrison@apple.com>
470 <rdar://problem/4714993> REGRESSION: After replacing a misspelled word in a sentence, the selected word wraps down to next line (10428)
472 * editing/pasteboard/3976872-expected.txt:
473 * editing/pasteboard/4076267-2-expected.txt:
474 * editing/pasteboard/4076267-3-expected.txt:
475 * editing/pasteboard/4076267-expected.txt:
476 * editing/pasteboard/8145-1-expected.txt:
477 * editing/pasteboard/paste-empty-startcontainer-expected.txt: Removed.
478 * editing/pasteboard/paste-match-style-001-expected.txt:
479 * editing/pasteboard/paste-match-style-002-expected.txt:
480 * editing/pasteboard/paste-text-019-expected.txt:
481 * editing/pasteboard/pasting-tabs-expected.txt:
483 2006-11-07 Mitz Pettel <mitz@webkit.org>
487 Test for http://bugs.webkit.org/show_bug.cgi?id=11505
488 REGRESSION: Null pointer deref in HitTestResult::spellingToolTip() (assertion failure in Node::document)
490 The null check was added as part for the fix for <rdar://problem/4820814>,
491 however the test that was committed with the fix avoids the case of a null
492 m_innerNonSharedNode, which this test covers.
494 * fast/css-generated-content/spellingToolTip-assert-expected.checksum: Added.
495 * fast/css-generated-content/spellingToolTip-assert-expected.png: Added.
496 * fast/css-generated-content/spellingToolTip-assert-expected.txt: Added.
497 * fast/css-generated-content/spellingToolTip-assert.html: Added.
499 2006-11-06 Beth Dakin <bdakin@apple.com>
503 Test for <rdar://problem/4820814> A crash occurs at
504 WebCore::HitTestResult::spellingToolTip() when mousing down on
505 iframe at www.macsurfer.com
507 * fast/frames/onlyCommentInIFrame-expected.checksum: Added.
508 * fast/frames/onlyCommentInIFrame-expected.png: Added.
509 * fast/frames/onlyCommentInIFrame-expected.txt: Added.
510 * fast/frames/onlyCommentInIFrame.html: Added.
511 * fast/frames/resources/comment.html: Added.
512 * fast/frames/resources/commentX.xhtml: Added.
514 2006-11-06 Geoffrey Garen <ggaren@apple.com>
516 New results. The originals were incorrect.
518 * svg/W3C-SVG-1.1/text-intro-01-t-expected.checksum:
519 * svg/W3C-SVG-1.1/text-intro-01-t-expected.png:
520 * svg/W3C-SVG-1.1/text-intro-01-t-expected.txt:
521 * svg/W3C-SVG-1.1/text-intro-02-b-expected.checksum:
522 * svg/W3C-SVG-1.1/text-intro-02-b-expected.png:
523 * svg/W3C-SVG-1.1/text-intro-02-b-expected.txt:
524 * svg/W3C-SVG-1.1/text-intro-03-b-expected.checksum:
525 * svg/W3C-SVG-1.1/text-intro-03-b-expected.png:
526 * svg/W3C-SVG-1.1/text-intro-03-b-expected.txt:
527 * svg/W3C-SVG-1.1/text-intro-04-t-expected.checksum:
528 * svg/W3C-SVG-1.1/text-intro-04-t-expected.png:
529 * svg/W3C-SVG-1.1/text-intro-04-t-expected.txt:
531 2006-11-06 Justin Garcia <justin.garcia@apple.com>
535 * editing/execCommand/4641880-1-expected.checksum: Added.
536 * editing/execCommand/4641880-1-expected.png: Added.
537 * editing/execCommand/4641880-1-expected.txt: Added.
538 * editing/execCommand/4641880-1.html: Added.
539 * editing/execCommand/4641880-2-expected.checksum: Added.
540 * editing/execCommand/4641880-2-expected.png: Added.
541 * editing/execCommand/4641880-2-expected.txt: Added.
542 * editing/execCommand/4641880-2.html: Added.
544 2006-11-06 Oliver Hunt <oliver@apple.com>
548 * svg/W3C-SVG-1.1/text-intro-01-t-expected.checksum: Added.
549 * svg/W3C-SVG-1.1/text-intro-01-t-expected.png: Added.
550 * svg/W3C-SVG-1.1/text-intro-01-t-expected.txt: Added.
551 * svg/W3C-SVG-1.1/text-intro-01-t.svg-disabled: Removed.
552 * svg/W3C-SVG-1.1/text-intro-02-b-expected.checksum: Added.
553 * svg/W3C-SVG-1.1/text-intro-02-b-expected.png: Added.
554 * svg/W3C-SVG-1.1/text-intro-02-b-expected.txt: Added.
555 * svg/W3C-SVG-1.1/text-intro-02-b.svg-disabled: Removed.
556 * svg/W3C-SVG-1.1/text-intro-03-b-expected.checksum: Added.
557 * svg/W3C-SVG-1.1/text-intro-03-b-expected.png: Added.
558 * svg/W3C-SVG-1.1/text-intro-03-b-expected.txt: Added.
559 * svg/W3C-SVG-1.1/text-intro-03-b.svg-disabled: Removed.
560 * svg/W3C-SVG-1.1/text-intro-04-t-expected.checksum: Added.
561 * svg/W3C-SVG-1.1/text-intro-04-t-expected.png: Added.
562 * svg/W3C-SVG-1.1/text-intro-04-t-expected.txt: Added.
563 * svg/W3C-SVG-1.1/text-intro-04-t.svg-disabled: Removed.
565 2006-11-06 David Harrison <harrison@apple.com>
569 <rdar://problem/4813973> Pressing delete key to remove empty quoted line leaves cursor mis-positioned
571 * editing/deleting/delete-br-012-expected.checksum: Added.
572 * editing/deleting/delete-br-012-expected.png: Added.
573 * editing/deleting/delete-br-012-expected.txt: Added.
574 * editing/deleting/delete-br-012.html: Added.
576 2006-11-06 Alexey Proskuryakov <ap@nypop.com>
578 Reviewed by Sam Weinig.
580 Fix a layout test failure that happened with additional fonts installed - replace a fancy
581 Unicode character with a plain asterisk.
583 * css2.1/t0905-c414-flt-00-d-expected.checksum:
584 * css2.1/t0905-c414-flt-00-d-expected.png:
585 * css2.1/t0905-c414-flt-00-d-expected.txt:
586 * css2.1/t0905-c414-flt-00-d.html:
588 2006-11-06 Alexey Proskuryakov <ap@webkit.org>
592 Removed leftover results from the previous test.
594 * editing/selection/drag-to-contenteditable-iframe-expected.txt:
596 2006-11-07 Mark Rowe <bdash@webkit.org>
598 http://bugs.webkit.org/show_bug.cgi?id=11526
599 Bug 11526: REGRESSION(r17610): Layout test failure in svg/custom/create-metadata-element.svg
601 Correctly updated tests results.
603 * fast/dom/HTMLMetaElement/meta-attributes-expected.txt:
604 * fast/dom/HTMLMetaElement/meta-attributes.html:
606 2006-11-06 Mark Rowe <bdash@webkit.org>
610 http://bugs.webkit.org/show_bug.cgi?id=11526
611 Bug 11526: REGRESSION(r17610): Layout test failure in svg/custom/create-metadata-element.svg
613 Updated test results for change from nodeName to className in DOMNode::toString.
615 * fast/dom/HTMLMetaElement/meta-attributes-expected.txt:
616 * fast/dom/prototype-chain-expected.txt:
617 * fast/dom/replace-first-child-expected.txt:
618 * fast/events/mouseclick-target-and-positioning-expected.txt:
619 * fast/forms/input-appearance-preventDefault-expected.checksum:
620 * fast/forms/input-appearance-preventDefault-expected.png:
621 * fast/forms/input-appearance-preventDefault-expected.txt:
622 * fast/loader/loadInProgress-expected.txt:
623 * fast/tokenizer/external-script-document-write-expected.checksum:
624 * fast/tokenizer/external-script-document-write-expected.png:
625 * fast/tokenizer/external-script-document-write-expected.txt:
626 * traversal/stay-within-root-expected.checksum:
627 * traversal/stay-within-root-expected.png:
628 * traversal/stay-within-root-expected.txt:
630 2006-11-06 Alexey Proskuryakov <ap@webkit.org>
634 Test for http://bugs.webkit.org/show_bug.cgi?id=11517
635 REGRESSION: Flash clicks/interactivity not working properly
637 * plugins/mouse-events-expected.txt: Added.
638 * plugins/mouse-events.html: Added.
640 2006-11-06 Mark Rowe <bdash@webkit.org>
642 Reviewed by the wonderful Mitz Pettel.
644 Test for http://bugs.webkit.org/show_bug.cgi?id=11524
645 Bug 11524: REGRESSION(r9842): Array.prototype.join should use ToString operator rather than calling toString on each element
647 * fast/js/array-join-bug-11524-expected.txt: Added.
648 * fast/js/array-join-bug-11524.html: Added.
649 * fast/js/resources/array-join-bug-11524.js: Added.
651 2006-11-04 Alexey Proskuryakov <ap@nypop.com>
655 http://bugs.webkit.org/show_bug.cgi?id=11448
656 ⟨ and ⟩ entities are mapped to the incorrect Unicode codepoint
658 * fast/parser/entities-in-xhtml-expected.checksum: Removed.
659 * fast/parser/entities-in-xhtml-expected.png: Removed.
660 Converted to plain text, the large table in the test didn't nearly fit anyway.
662 * fast/parser/entities-in-xhtml-expected.txt:
663 * fast/parser/entities-in-xhtml.xhtml:
664 Made the test self-consistent again by using actual numeric values for ⟨ and ⟩.
666 * fast/parser/entities-in-html-expected.txt: Added.
667 * fast/parser/entities-in-html.html: Added.
668 An HTML copy of the same test.
670 2006-11-03 Alexey Proskuryakov <ap@nypop.com>
674 Test for http://bugs.webkit.org/show_bug.cgi?id=7323
675 REGRESSION (10.4.4): ondrag* events don't fire on page in a frame
677 * fast/events/drag-in-frames-expected.txt: Added.
678 * fast/events/drag-in-frames.html: Added.
679 * fast/events/resources/drag-in-frames-console.html: Added.
680 * fast/events/resources/drag-in-frames-left.html: Added.
681 * fast/events/resources/drag-in-frames-right.html: Added.
683 * editing/selection/expanding-selections.html:
684 * editing/selection/expanding-selections2.html:
685 * fast/dynamic/layer-hit-test-crash.html:
686 * fast/events/event-view-toString.html:
687 * fast/events/resources/drag-outside-window-frame.html:
688 * svg/custom/hover-default-fill.svg:
689 Added missing calls to mouseUp().
691 * svg/custom/stroke-width-click-expected.txt:
692 * svg/custom/stroke-width-click.svg:
693 Don't attempt to click outside the page, this was confusing DRT.
695 * editing/selection/select-from-textfield-outwards-expected.txt:
696 * editing/selection/select-from-textfield-outwards.html:
697 Removed alerts between dragging steps - they are now useless,
698 as the dragging events are stored and executed at once.
700 2006-11-03 Geoffrey Garen <ggaren@apple.com>
702 Missed a few tests in my last check-in, and checked in old results for
705 * editing/inserting/before-after-input-element-expected.txt:
706 * editing/inserting/before-after-input-element.html:
707 * editing/pasteboard/4641033-expected.txt:
708 * editing/pasteboard/input-field-1-expected.txt:
709 * editing/pasteboard/input-field-1.html:
710 * editing/pasteboard/select-element-1-expected.txt:
711 * editing/pasteboard/select-element-1.html:
712 * editing/selection/select-element-paragraph-boundary-expected.txt:
713 * editing/selection/select-element-paragraph-boundary.html:
714 * fast/forms/textarea-no-scroll-on-blur-expected.txt:
715 * fast/forms/textarea-scrollbar-expected.txt:
717 2006-11-02 Geoffrey Garen <ggaren@apple.com>
719 Reviewed by Justin Garcia.
721 Used a PERL script to add calls to opt into dumping of editing callbacks
722 in all editing tests that didn't do so already. This is required now that
723 dumping of editing callbacks is opt-in.
725 Updated editing.js so that any test that calls runEditingTest() opt into
726 dumping of editing callbacks.
728 Updated results in all non-editing tests to remove dumping of editing callbacks.
730 Updated results in all editing tests to reflect minor DOM changes due to new
733 [ many tests and results modified ]
735 2006-11-02 Geoffrey Garen <ggaren@apple.com>
737 Updated results because they were incorrect when checked in. (We never
740 * fast/js/regexp-unicode-handling-expected.txt:
742 2006-11-02 Adele Peterson <adele@apple.com>
746 Test for http://bugs.webkit.org/show_bug.cgi?id=9581
747 REGRESSION: The new NativeTextArea scrolls to the top when the control is unfocused.
749 * fast/forms/textarea-no-scroll-on-blur-expected.txt: Added.
750 * fast/forms/textarea-no-scroll-on-blur.html: Added.
752 2006-11-02 W. Andy Carrel <wac@google.com>
754 Reviewed by Maciej, landed by Anders.
756 Adding tests for Unicode RegExp behavior to match IE and Firefox.
757 * fast/js/regexp-unicode-handling-expected.txt: Added.
758 * fast/js/regexp-unicode-handling.html: Added.
759 * fast/js/resources/regexp-unicode-handling.js: Added.
761 2006-11-02 Alexey Proskuryakov <ap@nypop.com>
763 Reviewed by Maciej, landed by Anders.
765 Test for bugs 7253 and 7445, based on reductions made by Parag Shah and W. Andy Carrel.
767 * fast/js/gmail-re-re-expected.txt: Added.
768 * fast/js/gmail-re-re.html: Added.
769 * fast/js/resources/gmail-re-re.js: Added.
771 2006-11-02 Geoffrey Garen <ggaren@apple.com>
773 Updated results to fix failure seen when running layout tests. Justin
774 Garcia says the new results look more correct.
776 * editing/selection/drag-to-contenteditable-iframe-expected.txt:
778 2006-11-02 Adele Peterson <adele@apple.com>
780 Reviewed by Mitz and Geoff.
782 Test for <rdar://problem/4650271> REGRESSION(NativeTextArea): Textareas don't get scrollbars when text gets too big for content area (10105)
784 * fast/forms/textarea-scrollbar-expected.checksum: Added.
785 * fast/forms/textarea-scrollbar-expected.png: Added.
786 * fast/forms/textarea-scrollbar-expected.txt: Added.
787 * fast/forms/textarea-scrollbar.html: Added.
789 2006-11-02 Kevin McCullough <KMcCullough@apple.com>
793 - Changed the test to take into account the JavaScript standard's interesting take on DST. According to the standard DST should not reflect historically accurate information but should rather interpolate from a comparable year. This test used to show historically accurate information but now reflects the results of interpolating.
795 * fast/js/date-big-setdate-expected.txt:
796 * fast/js/resources/date-big-setdate.js:
798 2006-11-01 Justin Garcia <justin.garcia@apple.com>
802 <rdar://problem/4062865>
803 Copy/paste of a select element fails to include the options
805 Updated to reflect fix:
806 * editing/pasteboard/4641033-expected.checksum:
807 * editing/pasteboard/4641033-expected.png:
808 * editing/pasteboard/4641033-expected.txt:
809 * editing/pasteboard/4641033.html:
812 * editing/inserting/before-after-input-element-expected.checksum: Added.
813 * editing/inserting/before-after-input-element-expected.png: Added.
814 * editing/inserting/before-after-input-element-expected.txt: Added.
815 * editing/inserting/before-after-input-element.html: Added.
816 * editing/pasteboard/input-field-1-expected.checksum: Added.
817 * editing/pasteboard/input-field-1-expected.png: Added.
818 * editing/pasteboard/input-field-1-expected.txt: Added.
819 * editing/pasteboard/input-field-1.html: Added.
820 * editing/pasteboard/select-element-1-expected.checksum: Added.
821 * editing/pasteboard/select-element-1-expected.png: Added.
822 * editing/pasteboard/select-element-1-expected.txt: Added.
823 * editing/pasteboard/select-element-1.html: Added.
824 * editing/selection/select-element-paragraph-boundary-expected.checksum: Added.
825 * editing/selection/select-element-paragraph-boundary-expected.png: Added.
826 * editing/selection/select-element-paragraph-boundary-expected.txt: Added.
827 * editing/selection/select-element-paragraph-boundary.html: Added.
829 2006-11-01 Kevin McCullough <KMcCullough@apple.com>
831 - temporarily passing a test so that it does not interfere with others testing.
833 * fast/js/date-big-setdate-expected.txt:
835 2006-11-01 Adele Peterson <adele@apple.com>
837 Fixing typo. Changed repaintTest to runRepaintTest.
839 * fast/repaint/overflow-outline-repaint-expected.checksum:
840 * fast/repaint/overflow-outline-repaint-expected.png:
841 * fast/repaint/overflow-outline-repaint.html:
843 2006-11-01 Adele Peterson <adele@apple.com>
847 Tests for http://bugs.webkit.org/show_bug.cgi?id=11277
848 REGRESSION: Incomplete repaint of overflow areas when deleting
850 * fast/repaint/overflow-delete-line-expected.checksum: Added.
851 * fast/repaint/overflow-delete-line-expected.png: Added.
852 * fast/repaint/overflow-delete-line-expected.txt: Added.
853 * fast/repaint/overflow-delete-line.html: Added.
854 * fast/repaint/overflow-scroll-delete-expected.checksum: Added.
855 * fast/repaint/overflow-scroll-delete-expected.png: Added.
856 * fast/repaint/overflow-scroll-delete-expected.txt: Added.
857 * fast/repaint/overflow-scroll-delete.html: Added.
858 * fast/repaint/overflow-outline-repaint-expected.checksum: Added.
859 * fast/repaint/overflow-outline-repaint-expected.png: Added.
860 * fast/repaint/overflow-outline-repaint-expected.txt: Added.
861 * fast/repaint/overflow-outline-repaint.html: Added.
863 2006-10-31 Geoffrey Garen <ggaren@apple.com>
865 Added test for accessing the 'caller' property from inside an event
868 * fast/events/caller-access-from-event-listener-expected.txt: Added.
869 * fast/events/caller-access-from-event-listener.html: Added.
871 2006-10-31 Geoffrey Garen <ggaren@apple.com>
873 Added layout test for copying password field.
875 * editing/pasteboard/copy-in-password-field-expected.txt: Added.
876 * editing/pasteboard/copy-in-password-field.html: Added.
878 2006-10-31 Justin Garcia <justin.garcia@apple.com>
882 Updated these tests to mention the bug that they demonstrate:
883 * editing/pasteboard/nested-blocks-with-text-area-expected.checksum:
884 * editing/pasteboard/nested-blocks-with-text-area-expected.png:
885 * editing/pasteboard/nested-blocks-with-text-area-expected.txt:
886 * editing/pasteboard/nested-blocks-with-text-area.html:
887 * editing/pasteboard/nested-blocks-with-text-field-expected.checksum:
888 * editing/pasteboard/nested-blocks-with-text-field-expected.png:
889 * editing/pasteboard/nested-blocks-with-text-field-expected.txt:
890 * editing/pasteboard/nested-blocks-with-text-field.html:
892 2006-10-31 Adele Peterson <adele@apple.com>
896 Tests for http://bugs.webkit.org/show_bug.cgi?id=11127 NativeListBox: arrow and drag selection should pivot around one list item
897 and http://bugs.webkit.org/show_bug.cgi?id=11173 REGRESSION (NativeListBox): Shift-clicking items in list box doesn't expand the current selection
898 and http://bugs.webkit.org/show_bug.cgi?id=11417 REGRESSION: onchange does not fire for list-style select elements
900 * fast/forms/listbox-onchange-expected.txt: Added.
901 * fast/forms/listbox-onchange.html: Added.
902 * fast/forms/listbox-selection-expected.txt: Added.
903 * fast/forms/listbox-selection.html: Added.
905 2006-10-31 Justin Garcia <justin.garcia@apple.com>
909 * editing/execCommand/create-list-1.html: Removed.
910 * editing/execCommand/create-list-with-hr-expected.checksum:
911 * editing/execCommand/create-list-with-hr-expected.png:
912 * editing/execCommand/create-list-with-hr-expected.txt:
913 * editing/execCommand/remove-list-1-expected.checksum:
914 * editing/execCommand/remove-list-1-expected.png:
915 * editing/execCommand/remove-list-1-expected.txt:
916 * fast/text/attributed-substring-from-range-001-expected.txt:
918 2006-10-31 Vladimir Olexa <vladimir.olexa@gmail.com>
922 Test for http://bugs.webkit.org/show_bug.cgi?id=4166
923 Function object does not support caller property
925 * fast/js/caller-property-expected.txt: Added.
926 * fast/js/caller-property.html: Added.
927 * fast/js/resources/caller-property.js: Added.
929 2006-10-30 Darin Adler <darin@apple.com>
933 * fast/dom/xmlhttprequest-get-expected.txt: Generated a new result.
934 Maciej says that the new behavior of returning empty string instead of
935 undefined is correct and matches Firefox, so the new result is better
938 2006-10-29 Mitz Pettel <mitz@webkit.org>
942 Test for http://bugs.webkit.org/show_bug.cgi?id=11444
943 REGRESSION (r17378): Exception (-[NSCFDictionary setObject:forKey:]: attempt to insert nil value)
944 when submitting a form with an empty uninitialized field
946 * fast/forms/submit-nil-value-field-assert-expected.txt: Added.
947 * fast/forms/submit-nil-value-field-assert.html: Added.
949 2006-10-30 Mark Rowe <bdash@webkit.org>
953 Fix fast/block/basic/014.html to pass when Microsoft Office fonts are present.
955 * fast/block/basic/014-expected.checksum:
956 * fast/block/basic/014-expected.png:
957 * fast/block/basic/014-expected.txt:
958 * fast/block/basic/014.html: Always use default sans-serif font rather than
959 preferring Microsoft Office fonts.
961 2006-10-29 Mark Rowe <bdash@webkit.org>
965 Fix failure in editing/inserting/insert-3851164-fix if Gill Sans font is present.
967 * editing/inserting/insert-3851164-fix.html: Specify sans-serif to match expected results
968 generated without Gill Sans present.
970 2006-10-29 Darin Adler <darin@apple.com>
972 * fast/events/js-keyboard-event-creation-expected.txt: Update test that
973 is affected in a minor way by the change to DumpRenderTree.
975 2006-10-26 Justin Garcia <justin.garcia@apple.com>
979 <http://bugs.webkit.org/show_bug.cgi?id=11423>
980 REGRESSION: First newline missing from textarea's value
982 Changes reflect the removal of more brs that were about
984 * editing/deleting/delete-4038408-fix-expected.txt:
985 * editing/inserting/insert-3654864-fix-expected.txt:
986 * editing/inserting/insert-3659587-fix-expected.txt:
987 * editing/inserting/insert-3775316-fix-expected.txt:
988 * editing/inserting/insert-at-end-01-expected.txt:
989 * editing/inserting/insert-at-end-02-expected.txt:
990 * editing/inserting/insert-br-001-expected.txt:
991 * editing/inserting/insert-br-005-expected.txt:
993 Added to demonstrate fix:
994 * fast/forms/11423-expected.txt: Added.
995 * fast/forms/11423.html: Added.
997 2006-10-27 Darin Adler <darin@apple.com>
999 - new test results for a couple of tests
1001 * fast/js/kde/RegExp-expected.txt: Affected by the change to decode \u
1002 sequences in JavaScript regular expression at the lexer level.
1004 * http/tests/navigation/success200-reload-expected.txt: For some reason,
1005 this is consistently not dumping the "scrolled" line any more -- since the
1006 purpose of the test has nothing to do with that, landing new results.
1008 2006-10-26 W. Andy Carrel <wac@google.com>
1012 * tests/mozilla/ecma_2/RegExp/properties-001.js: Changed test to look
1013 for Unicode character rather than the '\u' escaped equivalent for
1014 .source and .toString().
1016 2006-10-26 Darin Adler <darin@apple.com>
1020 * editing/execCommand/remove-formatting-expected.txt: Roll back results.
1021 The ones just checked in showed the same kind of intermittent failure that
1022 copy-paste-bidi.html used to show -- now we consistently get these results.
1024 2006-10-26 Justin Garcia <justin.garcia@apple.com>
1028 <http://bugs.webkit.org/show_bug.cgi?id=11329>
1029 Gmail Editor: Can't remove styling applied to selection after clicking "Remove Formatting" toolbar icon.
1031 * editing/execCommand/remove-formatting-2-expected.checksum: Added.
1032 * editing/execCommand/remove-formatting-2-expected.png: Added.
1033 * editing/execCommand/remove-formatting-2-expected.txt: Added.
1034 * editing/execCommand/remove-formatting-2.html: Added.
1035 * editing/execCommand/remove-formatting-expected.txt:
1037 2006-10-26 Oliver Hunt <oliver@apple.com>
1040 Layout test for <rdar://problem/4800518>
1042 * fast/canvas/canvas-transforms-during-path-expected.checksum: Added.
1043 * fast/canvas/canvas-transforms-during-path-expected.png: Added.
1044 * fast/canvas/canvas-transforms-during-path-expected.txt: Added.
1045 * fast/canvas/canvas-transforms-during-path.html: Added.
1047 2006-10-26 Darin Adler <darin@apple.com>
1051 - removed non-deterministic behavior in editing that was causing
1052 give inconsistent results for editing/pasteboard/copy-paste-bidi.html
1054 * editing/pasteboard/copy-paste-bidi-expected.txt: New results, without the
1055 anonymous block that sometimes appeared and sometimes did not.
1057 2006-10-26 Darin Adler <darin@apple.com>
1059 - oops, checked in failure results, not success
1061 * fast/js/string-property-iteration-expected.txt:
1064 2006-10-26 Darin Adler <darin@apple.com>
1066 - checked in some missing results
1067 (if these are wrong we could remove or disable the test)
1069 * svg/hixie/cascade/002-expected.checksum: Added.
1070 * svg/hixie/cascade/002-expected.png: Added.
1071 * svg/hixie/cascade/002-expected.txt: Added.
1073 2006-10-26 Darin Adler <darin@apple.com>
1077 - add a test for iteration of properties of string objects
1079 * fast/js/resources/string-property-iteration.js: Added.
1080 * fast/js/string-property-iteration-expected.txt: Added.
1081 * fast/js/string-property-iteration.html: Added.
1083 2006-10-24 Maciej Stachowiak <mjs@apple.com>
1087 - re-enable testing of HEAD methods, now that bugs relating to these are fixed
1089 * http/tests/xmlhttprequest/methods-async-expected.txt:
1090 * http/tests/xmlhttprequest/methods-async.html:
1091 * http/tests/xmlhttprequest/methods-expected.txt:
1092 * http/tests/xmlhttprequest/methods.html:
1094 2006-10-24 Justin Garcia <justin.garcia@apple.com>
1098 <http://bugs.webkit.org/show_bug.cgi?id=10993>
1099 GMail Editor: Caret doesn't always position itself after list marker
1101 * editing/execCommand/create-list-1-expected.checksum: Added.
1102 * editing/execCommand/create-list-1-expected.png: Added.
1103 * editing/execCommand/create-list-1-expected.txt: Added.
1104 * editing/execCommand/create-list-1.html: Added.
1107 * editing/execCommand/create-list-with-hr-expected.checksum:
1108 * editing/execCommand/create-list-with-hr-expected.png:
1109 * editing/execCommand/create-list-with-hr-expected.txt:
1110 * editing/execCommand/create-list-with-hr.html:
1111 * editing/execCommand/remove-list-1-expected.checksum:
1112 * editing/execCommand/remove-list-1-expected.png:
1113 * editing/execCommand/remove-list-1-expected.txt:
1114 * fast/text/attributed-substring-from-range-001-expected.txt:
1116 2006-10-23 Justin Garcia <justin.garcia@apple.com>
1120 <http://bugs.webkit.org/show_bug.cgi?id=11334>
1121 Writely Editor: Placing caret in a list "highlights" both Numbered List and Bulleted List toolbar icons
1123 * editing/execCommand/queryCommandState-01-expected.txt: Added.
1124 * editing/execCommand/queryCommandState-01.html: Added.
1126 2006-10-20 Justin Garcia <justin.garcia@apple.com>
1130 <http://bugs.webkit.org/show_bug.cgi?id=11333>
1131 Writely Editor: After inserting a HR element, pressing return key creates a copy of this HR element in the document
1133 * editing/inserting/insert-br-009-expected.checksum: Added.
1134 * editing/inserting/insert-br-009-expected.png: Added.
1135 * editing/inserting/insert-br-009-expected.txt: Added.
1136 * editing/inserting/insert-br-009.html: Added.
1137 * editing/inserting/insert-paragraph-01-expected.checksum: Added.
1138 * editing/inserting/insert-paragraph-01-expected.png: Added.
1139 * editing/inserting/insert-paragraph-01-expected.txt: Added.
1140 * editing/inserting/insert-paragraph-01.html: Added.
1141 * editing/inserting/insert-paragraph-02-expected.checksum: Added.
1142 * editing/inserting/insert-paragraph-02-expected.png: Added.
1143 * editing/inserting/insert-paragraph-02-expected.txt: Added.
1144 * editing/inserting/insert-paragraph-02.html: Added.
1145 * editing/inserting/insert-paragraph-03-expected.checksum: Added.
1146 * editing/inserting/insert-paragraph-03-expected.png: Added.
1147 * editing/inserting/insert-paragraph-03-expected.txt: Added.
1148 * editing/inserting/insert-paragraph-03.html: Added.
1149 * editing/inserting/insert-paragraph-04-expected.checksum: Added.
1150 * editing/inserting/insert-paragraph-04-expected.png: Added.
1151 * editing/inserting/insert-paragraph-04-expected.txt: Added.
1152 * editing/inserting/insert-paragraph-04.html: Added.
1154 2006-10-20 Geoffrey Garen <ggaren@apple.com>
1156 RS by Beth "pants on fire" Dakin.
1158 Put some layout tests in their place.
1160 * fast/dom/Window/window-object-cross-frame-calls-expected.txt: Added.
1161 * fast/dom/Window/window-object-cross-frame-calls.html: Added.
1162 * fast/dom/Window/window-onFocus-expected.checksum: Added.
1163 * fast/dom/Window/window-onFocus-expected.png: Added.
1164 * fast/dom/Window/window-onFocus-expected.txt: Added.
1165 * fast/dom/Window/window-onFocus.html: Added.
1166 * fast/dom/Window/window-xy-properties-expected.txt: Added.
1167 * fast/dom/Window/window-xy-properties.html: Added.
1168 * fast/dom/window-object-cross-frame-calls-expected.txt: Removed.
1169 * fast/dom/window-object-cross-frame-calls.html: Removed.
1170 * fast/dom/window-onFocus-expected.checksum: Removed.
1171 * fast/dom/window-onFocus-expected.png: Removed.
1172 * fast/dom/window-onFocus-expected.txt: Removed.
1173 * fast/dom/window-onFocus.html: Removed.
1174 * fast/dom/window-xy-properties-expected.txt: Removed.
1175 * fast/dom/window-xy-properties.html: Removed.
1176 * fast/html/xhtml-serialize-expected.txt: Added.
1177 * fast/html/xhtml-serialize.html: Added.
1178 * fast/js/resources/xhtml-serialize.js: Removed.
1179 * fast/js/resources/xslt-fragment-in-empty-doc.js: Removed.
1180 * fast/js/xhtml-serialize-expected.txt: Removed.
1181 * fast/js/xhtml-serialize.html: Removed.
1182 * fast/js/xslt-fragment-in-empty-doc-expected.txt: Removed.
1183 * fast/js/xslt-fragment-in-empty-doc.html: Removed.
1184 * fast/xsl/xslt-fragment-in-empty-doc-expected.txt: Added.
1185 * fast/xsl/xslt-fragment-in-empty-doc.html: Added.
1186 * fast/dom/resources/child.html: Removed.
1187 * fast/dom/Window/resources/child.html: Added.
1189 2006-10-20 Beth Dakin <bdakin@apple.com>
1193 Changing these counters tests because they fail on some people's
1194 machines. They fail for people who have the Armenian glyphs the
1195 tests were looking for in the "expected" line. There is no point in
1196 testing that anyway, since we do not currently support Armenian in
1197 counters or in list markers.
1199 * fast/css/counters/counter10-expected.checksum:
1200 * fast/css/counters/counter10-expected.png:
1201 * fast/css/counters/counter10-expected.txt:
1202 * fast/css/counters/counter10.html:
1203 * fast/css/counters/counters10-expected.checksum:
1204 * fast/css/counters/counters10-expected.png:
1205 * fast/css/counters/counters10-expected.txt:
1206 * fast/css/counters/counters10.html:
1208 2006-10-20 Geoffrey Garen <ggaren@apple.com>
1212 Removed old window property tests because they didn't quite work and they
1213 were looking at me funny. Replaced with new, comprehensive test.
1215 * fast/dom/Window/window-properties-expected.txt: Added.
1216 * fast/dom/Window/window-properties.html: Added.
1217 * fast/js/window-properties-expected.txt: Removed.
1218 * fast/js/window-properties.html: Removed.
1219 * fast/js/window-properties2-expected.txt: Removed.
1220 * fast/js/window-properties2.html: Removed.
1222 2006-10-20 Anders Carlsson <acarlsson@apple.com>
1226 Add test case for timer crash.
1228 * fast/dom/timer-clear-interval-in-handler-expected.txt: Added.
1229 * fast/dom/timer-clear-interval-in-handler.html: Added.
1231 2006-10-20 Geoffrey Garen <ggaren@apple.com>
1233 Reviewed by Beth, approved in principle by Adele, who couldn't be troubled
1234 for an actual review.
1236 Fixed http://bugs.webkit.org/show_bug.cgi?id=11345
1237 1 fewer shouldChangeSelection delegate call for fast/forms/focus-control-to-page
1239 I updated this test to use <input type="search"> because that's the only
1240 remaining AppKit control, and the test's intention is verify tabbing
1241 between AppKit and non-AppKit controls.
1243 I updated the results because the behavior change is good.
1245 Here's why the test regressed:
1247 Our editing code is cra-zay. When AppKit calls nextKeyView, we not only
1248 calculate the next key element in the page, we also focus it as a side-effect.
1249 As a result, we used to fire a focus delegate twice, because AppKit happened
1250 to call nextKeyView twice.
1252 This test first regressed when Adele changed listboxes to be non-AppKit
1253 controls (r16718). That change took AppKit out of test.
1255 The regression redoubled itself when Adam moved TAB handling into the DOM
1256 (r16741), taking AppKit out of TABing completely.
1258 * fast/forms/focus-control-to-page-expected.txt:
1259 * fast/forms/focus-control-to-page.html:
1261 2006-10-19 Justin Garcia <justin.garcia@apple.com>
1265 <rdar://problem/4447885>
1266 API: WebView should have a method something like incrementLeftMarginBy: or indentBy:
1268 Changed blockquotes in these tests to blockquote class="webkit-indent-blockquote".
1269 * editing/execCommand/indent-empty-root-expected.txt:
1270 * editing/execCommand/indent-selection-expected.checksum:
1271 * editing/execCommand/indent-selection-expected.png:
1272 * editing/execCommand/indent-selection-expected.txt:
1273 * editing/execCommand/indent-selection.html:
1274 * editing/execCommand/nsresponder-indent-expected.txt:
1275 * editing/execCommand/nsresponder-outdent.html:
1276 * editing/execCommand/outdent-selection-expected.checksum:
1277 * editing/execCommand/outdent-selection-expected.png:
1278 * editing/execCommand/outdent-selection-expected.txt:
1280 Ditto. Added a FIXME:
1281 * editing/execCommand/outdent-selection.html:
1283 2006-10-19 Geoffrey Garen <ggaren@apple.com>
1287 Added a delay before printing the last line of text to ensure that the two
1288 lines consistently decode as separate chunks.
1290 * http/tests/incremental/slow-utf8-css.pl:
1291 * http/tests/incremental/slow-utf8-css-expected.txt:
1293 2006-10-19 Alexey Proskuryakov <ap@nypop.com>
1297 Test for http://bugs.webkit.org/show_bug.cgi?id=11141
1298 REGRESSION(r16681-r16691): CSS '@import' doesn't respect HTML Base element
1300 * http/tests/uri/css-href-2.css: Added.
1301 * http/tests/uri/css-href-expected.checksum: Added.
1302 * http/tests/uri/css-href-expected.png: Added.
1303 * http/tests/uri/css-href-expected.txt: Added.
1304 * http/tests/uri/css-href-fwd.css: Added.
1305 * http/tests/uri/css-href.css: Added.
1306 * http/tests/uri/css-href.php: Added.
1307 * http/tests/uri/resources/css-href-2.css: Added.
1308 * http/tests/uri/resources/css-href.css: Added.
1310 2006-10-19 Geoffrey Garen <ggaren@apple.com>
1312 Updated this test to avoid machine-specific results.
1314 * fast/js/window-properties2-expected.txt:
1315 * fast/js/window-properties2.html:
1317 2006-10-18 Geoffrey Garen <ggaren@apple.com>
1319 Test for some window properties that WebCore previously didn't enumerate.
1321 * fast/js/window-properties2-expected.txt: Added.
1322 * fast/js/window-properties2.html: Added.
1324 2006-10-18 Geoffrey Garen <ggaren@apple.com>
1328 Updated some results now that some global JS objects repeatably report their
1329 statically declared properties.
1331 * fast/js/window-properties-expected.txt:
1332 * fast/js/window-properties.html:
1334 2006-10-18 Adam Roben <aroben@apple.com>
1338 Fix: http://bugs.webkit.org/show_bug.cgi?id=11342
1339 fast/repaint/4774354 is failing
1341 It seems that this test got checked in with incorrect results, as it
1342 has been failing since its introduction in r17093.
1344 * fast/repaint/4774354-expected.txt:
1346 2006-10-18 Adam Roben <aroben@apple.com>
1350 New test to make sure we're generating the correct keycodes for Tab
1351 and Shift-Tab keypresses.
1353 * fast/events/js-keyboard-event-creation-expected.txt: Added.
1354 * fast/events/js-keyboard-event-creation.html: Added.
1356 2006-10-18 Adam Roben <aroben@apple.com>
1360 Fix: http://bugs.webkit.org/show_bug.cgi?id=11344
1361 REGRESSION (r16741): webViewDidChangeSelection delegate not firing in
1364 The behavior for display-none-in-onchange-keyboard is still correct
1365 (we don't crash when the element about to receive focus gets
1366 display:none set), so I've just generated new results for it.
1368 The behavior of tabbing-input-iframe has changed a little. iframe
1369 elements are now in the tab order, so I've changed the test to take
1370 that into account and generated new results.
1372 * fast/forms/display-none-in-onchange-keyboard-expected.txt:
1373 * fast/forms/tabbing-input-iframe-expected.txt:
1374 * fast/forms/tabbing-input-iframe.html:
1376 2006-10-18 Justin Garcia <justin.garcia@apple.com>
1378 Reviewed by harrison
1380 <rdar://problem/4784823>
1381 GMail Editor: Hang occurs when removing list styling on text in a rich text message
1383 * editing/execCommand/remove-list-1-expected.checksum: Added.
1384 * editing/execCommand/remove-list-1-expected.png: Added.
1385 * editing/execCommand/remove-list-1-expected.txt: Added.
1386 * editing/execCommand/remove-list-1.html: Added.
1388 2006-10-17 Justin Garcia <justin.garcia@apple.com>
1390 Reviewed by harrison
1392 <rdar://problem/4765600>
1393 REGRESSION: Mail.app: smart deletion of words does not work
1395 * editing/deleting/smart-delete-003-expected.checksum: Added.
1396 * editing/deleting/smart-delete-003-expected.png: Added.
1397 * editing/deleting/smart-delete-003-expected.txt: Added.
1398 * editing/deleting/smart-delete-003.html: Added.
1399 * editing/deleting/smart-delete-004-expected.checksum: Added.
1400 * editing/deleting/smart-delete-004-expected.png: Added.
1401 * editing/deleting/smart-delete-004-expected.txt: Added.
1402 * editing/deleting/smart-delete-004.html: Added.
1404 2006-10-18 Adam Roben <aroben@apple.com>
1408 Fix: http://bugs.webkit.org/show_bug.cgi?id=11340
1409 editing/pasteboard/4641033 needs new results
1411 Update results after r17071.
1413 * editing/pasteboard/4641033-expected.txt:
1415 2006-10-17 Justin Garcia <justin.garcia@apple.com>
1417 Reviewed by harrison
1419 <rdar://problem/4776665>
1420 REGRESSION: In Mail, caret is visible when the message body isn't focused
1422 * editing/selection/4776665-expected.checksum: Added.
1423 * editing/selection/4776665-expected.png: Added.
1424 * editing/selection/4776665-expected.txt: Added.
1425 * editing/selection/4776665.html: Added.
1427 2006-10-17 Justin Garcia <justin.garcia@apple.com>
1429 Reviewed by harrison
1431 <rdar://problem/4774354>
1432 REGRESSION: In Gmail, caret reappears when dragging a selection over some text in the message body
1434 * fast/repaint/4774354-expected.checksum: Added.
1435 * fast/repaint/4774354-expected.png: Added.
1436 * fast/repaint/4774354-expected.txt: Added.
1437 * fast/repaint/4774354.html: Added.
1438 * fast/repaint/resources/contenteditable-iframe-src.html: Added.
1440 2006-10-17 Justin Garcia <justin.garcia@apple.com>
1442 Reviewed by sullivan
1444 <rdar://problem/4776765>
1445 REGRESSION: Caret's ghost left behind after inserting a paragraph separator (11237)
1447 * fast/repaint/4776765-expected.checksum: Added.
1448 * fast/repaint/4776765-expected.png: Added.
1449 * fast/repaint/4776765-expected.txt: Added.
1450 * fast/repaint/4776765.html: Added.
1452 2006-10-17 Alice Liu <alice.liu@apple.com>
1454 Reviewed by Tim Hatcher.
1456 When nodes are removed, selections are cleared, and when
1457 http://bugs.webkit.org/show_bug.cgi?id=6498 was fixed, we started
1458 sending didChangeSelection notifications. Updating the test results
1459 fixes some of the tests mentioned in http://bugs.webkit.org/show_bug.cgi?id=10924
1461 * fast/dynamic/move-node-with-selection-expected.txt:
1462 * fast/events/dblclick-addEventListener-expected.txt:
1463 * fast/events/updateLayoutForHitTest-expected.txt:
1465 2006-10-17 Alice Liu <alice.liu@apple.com>
1469 updating test results after r17068 - http://bugs.webkit.org/show_bug.cgi?id=11320
1471 * fast/block/float/013-expected.checksum:
1472 * fast/block/float/013-expected.txt:
1474 2006-10-17 Adam Roben <aroben@apple.com>
1478 Fixes http://bugs.webkit.org/show_bug.cgi?id=11214
1479 http/tests/xmlhttprequest/exceptions.html needs new results
1481 Updating results after r16794.
1483 * http/tests/xmlhttprequest/exceptions-expected.txt:
1484 * http/tests/xmlhttprequest/exceptions.html: Add comments about why we
1485 don't follow the XHR spec.
1487 2006-10-16 Justin Garcia <justin.garcia@apple.com>
1489 Reviewed by harrison
1491 <rdar://problem/3655385>
1492 Editing: -indent: method unimplemented
1494 * editing/execCommand/nsresponder-indent-expected.checksum: Added.
1495 * editing/execCommand/nsresponder-indent-expected.png: Added.
1496 * editing/execCommand/nsresponder-indent-expected.txt: Added.
1497 * editing/execCommand/nsresponder-indent.html: Added.
1498 * editing/execCommand/nsresponder-outdent-expected.checksum: Added.
1499 * editing/execCommand/nsresponder-outdent-expected.png: Added.
1500 * editing/execCommand/nsresponder-outdent-expected.txt: Added.
1501 * editing/execCommand/nsresponder-outdent.html: Added.
1503 2006-10-13 Justin Garcia <justin.garcia@apple.com>
1505 Reviewed by ggaren and harrison
1507 <rdar://problem/4744008>
1508 9A270: Mail crashes when I try to paste large items from Safari
1510 * editing/pasteboard/4744008-expected.txt: Added.
1511 * editing/pasteboard/4744008.html: Added.
1513 2006-10-13 Geoffrey Garen <ggaren@apple.com>
1515 Tests for accessing renderer-dependent properties from a javascript: URL.
1517 * fast/frames/frame-js-url-clientWidth-expected.txt: Added.
1518 * fast/frames/frame-js-url-clientWidth.html: Added.
1519 * fast/frames/iframe-js-url-clientWidth-expected.txt: Added.
1520 * fast/frames/iframe-js-url-clientWidth.html: Added.
1522 2006-10-13 David Harrison <harrison@apple.com>
1526 <rdar://problem/4746860> Mail crash in WebCore::CSSMutableStyleDeclaration::merge(WebCore::CSSMutableStyleDeclaration*, bool)
1528 * editing/style/style-boundary-005.html: Added. Matches steps from bug.
1529 * editing/execCommand/hilitecolor-expected.txt: Updated (no empty Apple style spans).
1530 * editing/style/remove-underline-across-paragraph-in-bold-expected.txt: Updated (no empty Apple style spans).
1531 * editing/style/remove-underline-in-bold-expected.txt: Updated (no empty Apple style spans).
1532 * editing/style/typing-style-003-expected.txt: Updated (no empty Apple style spans).
1534 2006-10-12 Adele Peterson <adele@apple.com>
1538 - Test for http://bugs.webkit.org/show_bug.cgi?id=11172
1539 REGRESSION (NativeListBox): OPTION text paints over the edge of the select element at http://jobs.apple.com/
1541 * fast/forms/listbox-width-change-expected.txt: Added.
1542 * fast/forms/listbox-width-change-expected.png: Added.
1543 * fast/forms/listbox-width-change-expected.checksum: Added.
1544 * fast/forms/listbox-width-change.html: Added.
1546 2006-10-11 Kevin McCullough <KMcCullough@apple.com>
1550 These test DST behavior on the cusp of a change (i.e. spring forward, fall back)
1552 * fast/js/date-DST-time-cusps-expected.txt: Added.
1553 * fast/js/date-DST-time-cusps.html: Added.
1554 * fast/js/resources/date-DST-time-cusps.js: Added.
1556 2006-10-11 Oliver Hunt <oliver@apple.com>
1560 Fix svg text related layout tests
1562 * svg/custom/getsvgdocument-expected.txt:
1563 * svg/hixie/viewbox/003-expected.txt:
1565 2006-10-11 Oliver Hunt <oliver@apple.com>
1569 Test case for http://bugs.webkit.org/show_bug.cgi?id=11251
1571 * fast/canvas/zero-size-fill-rect-expected.checksum: Added.
1572 * fast/canvas/zero-size-fill-rect-expected.png: Added.
1573 * fast/canvas/zero-size-fill-rect-expected.txt: Added.
1574 * fast/canvas/zero-size-fill-rect.html: Added.
1576 2006-10-11 Rob Buis <buis@kde.org>
1581 http://bugs.webkit.org/show_bug.cgi?id=11221
1582 REGRESSION: iExploder crash due to style="cursor: url()"
1584 * fast/css/invalid-cursor-property-crash-expected.txt: Added.
1585 * fast/css/invalid-cursor-property-crash.html: Added.
1587 2006-10-11 Antti Koivisto <koivisto@iki.fi>
1591 Test for http://bugs.webkit.org/show_bug.cgi?id=4377
1593 * fast/layers/layer-visibility-expected.checksum: Added.
1594 * fast/layers/layer-visibility-expected.png: Added.
1595 * fast/layers/layer-visibility-expected.txt: Added.
1596 * fast/layers/layer-visibility.html: Added.
1598 2006-10-10 Oliver Hunt <ohunt@apple.com>
1600 Rubber stamped by Anders.
1602 Updated to deal with new svg text renderers, and
1605 custom/text-clip testcase was incorrect, and has been fixed
1607 * svg/W3C-SVG-1.1/animate-elem-02-t-expected.txt:
1608 * svg/W3C-SVG-1.1/animate-elem-03-t-expected.txt:
1609 * svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt:
1610 * svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt:
1611 * svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt:
1612 * svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt:
1613 * svg/W3C-SVG-1.1/animate-elem-08-t-expected.checksum:
1614 * svg/W3C-SVG-1.1/animate-elem-08-t-expected.png:
1615 * svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt:
1616 * svg/W3C-SVG-1.1/animate-elem-09-t-expected.txt:
1617 * svg/W3C-SVG-1.1/animate-elem-10-t-expected.txt:
1618 * svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt:
1619 * svg/W3C-SVG-1.1/animate-elem-12-t-expected.txt:
1620 * svg/W3C-SVG-1.1/animate-elem-13-t-expected.txt:
1621 * svg/W3C-SVG-1.1/animate-elem-14-t-expected.txt:
1622 * svg/W3C-SVG-1.1/animate-elem-15-t-expected.txt:
1623 * svg/W3C-SVG-1.1/animate-elem-16-t-expected.txt:
1624 * svg/W3C-SVG-1.1/animate-elem-17-t-expected.txt:
1625 * svg/W3C-SVG-1.1/animate-elem-18-t-expected.txt:
1626 * svg/W3C-SVG-1.1/animate-elem-19-t-expected.txt:
1627 * svg/W3C-SVG-1.1/animate-elem-20-t-expected.txt:
1628 * svg/W3C-SVG-1.1/animate-elem-21-t-expected.txt:
1629 * svg/W3C-SVG-1.1/animate-elem-22-b-expected.checksum:
1630 * svg/W3C-SVG-1.1/animate-elem-22-b-expected.png:
1631 * svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt:
1632 * svg/W3C-SVG-1.1/animate-elem-23-t-expected.txt:
1633 * svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt:
1634 * svg/W3C-SVG-1.1/animate-elem-25-t-expected.txt:
1635 * svg/W3C-SVG-1.1/animate-elem-26-t-expected.txt:
1636 * svg/W3C-SVG-1.1/animate-elem-27-t-expected.checksum:
1637 * svg/W3C-SVG-1.1/animate-elem-27-t-expected.png:
1638 * svg/W3C-SVG-1.1/animate-elem-27-t-expected.txt:
1639 * svg/W3C-SVG-1.1/animate-elem-28-t-expected.txt:
1640 * svg/W3C-SVG-1.1/animate-elem-29-b-expected.txt:
1641 * svg/W3C-SVG-1.1/color-prof-01-f-expected.txt:
1642 * svg/W3C-SVG-1.1/color-prop-01-b-expected.txt:
1643 * svg/W3C-SVG-1.1/color-prop-02-f-expected.txt:
1644 * svg/W3C-SVG-1.1/color-prop-03-t-expected.txt:
1645 * svg/W3C-SVG-1.1/coords-trans-01-b-expected.txt:
1646 * svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt:
1647 * svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt:
1648 * svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt:
1649 * svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt:
1650 * svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt:
1651 * svg/W3C-SVG-1.1/coords-units-01-b-expected.txt:
1652 * svg/W3C-SVG-1.1/coords-units-02-b-expected.txt:
1653 * svg/W3C-SVG-1.1/coords-units-03-b-expected.txt:
1654 * svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.txt:
1655 * svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.txt:
1656 * svg/W3C-SVG-1.1/extend-namespace-01-f-expected.checksum:
1657 * svg/W3C-SVG-1.1/extend-namespace-01-f-expected.png:
1658 * svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt:
1659 * svg/W3C-SVG-1.1/filters-blend-01-b-expected.checksum:
1660 * svg/W3C-SVG-1.1/filters-blend-01-b-expected.png:
1661 * svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt:
1662 * svg/W3C-SVG-1.1/filters-color-01-b-expected.checksum:
1663 * svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
1664 * svg/W3C-SVG-1.1/filters-color-01-b-expected.txt:
1665 * svg/W3C-SVG-1.1/filters-composite-02-b-expected.checksum:
1666 * svg/W3C-SVG-1.1/filters-composite-02-b-expected.png:
1667 * svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt:
1668 * svg/W3C-SVG-1.1/filters-comptran-01-b-expected.checksum:
1669 * svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
1670 * svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt:
1671 * svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt:
1672 * svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.checksum:
1673 * svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.png:
1674 * svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.txt:
1675 * svg/W3C-SVG-1.1/filters-displace-01-f-expected.checksum:
1676 * svg/W3C-SVG-1.1/filters-displace-01-f-expected.png:
1677 * svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt:
1678 * svg/W3C-SVG-1.1/filters-example-01-b-expected.checksum:
1679 * svg/W3C-SVG-1.1/filters-example-01-b-expected.png:
1680 * svg/W3C-SVG-1.1/filters-example-01-b-expected.txt:
1681 * svg/W3C-SVG-1.1/filters-gauss-01-b-expected.checksum:
1682 * svg/W3C-SVG-1.1/filters-gauss-01-b-expected.png:
1683 * svg/W3C-SVG-1.1/filters-gauss-01-b-expected.txt:
1684 * svg/W3C-SVG-1.1/filters-image-01-b-expected.checksum:
1685 * svg/W3C-SVG-1.1/filters-image-01-b-expected.png:
1686 * svg/W3C-SVG-1.1/filters-image-01-b-expected.txt:
1687 * svg/W3C-SVG-1.1/filters-light-01-f-expected.checksum:
1688 * svg/W3C-SVG-1.1/filters-light-01-f-expected.png:
1689 * svg/W3C-SVG-1.1/filters-light-01-f-expected.txt:
1690 * svg/W3C-SVG-1.1/filters-morph-01-f-expected.checksum:
1691 * svg/W3C-SVG-1.1/filters-morph-01-f-expected.png:
1692 * svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt:
1693 * svg/W3C-SVG-1.1/filters-offset-01-b-expected.checksum:
1694 * svg/W3C-SVG-1.1/filters-offset-01-b-expected.png:
1695 * svg/W3C-SVG-1.1/filters-offset-01-b-expected.txt:
1696 * svg/W3C-SVG-1.1/filters-specular-01-f-expected.checksum:
1697 * svg/W3C-SVG-1.1/filters-specular-01-f-expected.png:
1698 * svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt:
1699 * svg/W3C-SVG-1.1/filters-tile-01-b-expected.checksum:
1700 * svg/W3C-SVG-1.1/filters-tile-01-b-expected.png:
1701 * svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt:
1702 * svg/W3C-SVG-1.1/filters-turb-01-f-expected.checksum:
1703 * svg/W3C-SVG-1.1/filters-turb-01-f-expected.png:
1704 * svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt:
1705 * svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt:
1706 * svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt:
1707 * svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt:
1708 * svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt:
1709 * svg/W3C-SVG-1.1/interact-cursor-01-f-expected.checksum:
1710 * svg/W3C-SVG-1.1/interact-cursor-01-f-expected.png:
1711 * svg/W3C-SVG-1.1/interact-cursor-01-f-expected.txt:
1712 * svg/W3C-SVG-1.1/interact-dom-01-b-expected.txt:
1713 * svg/W3C-SVG-1.1/interact-events-01-b-expected.txt:
1714 * svg/W3C-SVG-1.1/interact-order-01-b-expected.txt:
1715 * svg/W3C-SVG-1.1/interact-order-02-b-expected.txt:
1716 * svg/W3C-SVG-1.1/interact-order-03-b-expected.txt:
1717 * svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt:
1718 * svg/W3C-SVG-1.1/linking-a-01-b-expected.txt:
1719 * svg/W3C-SVG-1.1/linking-a-02-b-expected.txt:
1720 * svg/W3C-SVG-1.1/linking-a-03-b-expected.txt:
1721 * svg/W3C-SVG-1.1/linking-a-04-t-expected.txt:
1722 * svg/W3C-SVG-1.1/linking-uri-01-b-expected.txt:
1723 * svg/W3C-SVG-1.1/linking-uri-02-b-expected.txt:
1724 * svg/W3C-SVG-1.1/linking-uri-03-t-expected.txt:
1725 * svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt:
1726 * svg/W3C-SVG-1.1/masking-opacity-01-b-expected.txt:
1727 * svg/W3C-SVG-1.1/masking-path-01-b-expected.txt:
1728 * svg/W3C-SVG-1.1/masking-path-02-b-expected.txt:
1729 * svg/W3C-SVG-1.1/masking-path-03-b-expected.txt:
1730 * svg/W3C-SVG-1.1/masking-path-04-b-expected.txt:
1731 * svg/W3C-SVG-1.1/masking-path-05-f-expected.txt:
1732 * svg/W3C-SVG-1.1/metadata-example-01-b-expected.txt:
1733 * svg/W3C-SVG-1.1/painting-fill-01-t-expected.txt:
1734 * svg/W3C-SVG-1.1/painting-fill-02-t-expected.txt:
1735 * svg/W3C-SVG-1.1/painting-fill-03-t-expected.txt:
1736 * svg/W3C-SVG-1.1/painting-fill-04-t-expected.txt:
1737 * svg/W3C-SVG-1.1/painting-marker-01-f-expected.txt:
1738 * svg/W3C-SVG-1.1/painting-marker-02-f-expected.txt:
1739 * svg/W3C-SVG-1.1/painting-render-01-b-expected.checksum:
1740 * svg/W3C-SVG-1.1/painting-render-01-b-expected.png:
1741 * svg/W3C-SVG-1.1/painting-render-01-b-expected.txt:
1742 * svg/W3C-SVG-1.1/painting-stroke-01-t-expected.txt:
1743 * svg/W3C-SVG-1.1/painting-stroke-02-t-expected.txt:
1744 * svg/W3C-SVG-1.1/painting-stroke-03-t-expected.txt:
1745 * svg/W3C-SVG-1.1/painting-stroke-04-t-expected.txt:
1746 * svg/W3C-SVG-1.1/paths-data-01-t-expected.txt:
1747 * svg/W3C-SVG-1.1/paths-data-02-t-expected.txt:
1748 * svg/W3C-SVG-1.1/paths-data-03-f-expected.txt:
1749 * svg/W3C-SVG-1.1/paths-data-04-t-expected.txt:
1750 * svg/W3C-SVG-1.1/paths-data-05-t-expected.txt:
1751 * svg/W3C-SVG-1.1/paths-data-06-t-expected.txt:
1752 * svg/W3C-SVG-1.1/paths-data-07-t-expected.txt:
1753 * svg/W3C-SVG-1.1/pservers-grad-01-b-expected.txt:
1754 * svg/W3C-SVG-1.1/pservers-grad-02-b-expected.txt:
1755 * svg/W3C-SVG-1.1/pservers-grad-03-b-expected.txt:
1756 * svg/W3C-SVG-1.1/pservers-grad-04-b-expected.txt:
1757 * svg/W3C-SVG-1.1/pservers-grad-05-b-expected.txt:
1758 * svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt:
1759 * svg/W3C-SVG-1.1/pservers-grad-07-b-expected.txt:
1760 * svg/W3C-SVG-1.1/pservers-grad-08-b-expected.txt:
1761 * svg/W3C-SVG-1.1/pservers-grad-09-b-expected.txt:
1762 * svg/W3C-SVG-1.1/pservers-grad-10-b-expected.txt:
1763 * svg/W3C-SVG-1.1/pservers-grad-11-b-expected.txt:
1764 * svg/W3C-SVG-1.1/pservers-grad-12-b-expected.txt:
1765 * svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.txt:
1766 * svg/W3C-SVG-1.1/render-elems-01-t-expected.txt:
1767 * svg/W3C-SVG-1.1/render-elems-02-t-expected.txt:
1768 * svg/W3C-SVG-1.1/render-elems-03-t-expected.txt:
1769 * svg/W3C-SVG-1.1/render-elems-06-t-expected.txt:
1770 * svg/W3C-SVG-1.1/render-elems-07-t-expected.txt:
1771 * svg/W3C-SVG-1.1/render-elems-08-t-expected.txt:
1772 * svg/W3C-SVG-1.1/render-groups-01-b-expected.checksum:
1773 * svg/W3C-SVG-1.1/render-groups-01-b-expected.png:
1774 * svg/W3C-SVG-1.1/render-groups-01-b-expected.txt:
1775 * svg/W3C-SVG-1.1/render-groups-03-t-expected.txt:
1776 * svg/W3C-SVG-1.1/script-handle-01-b-expected.txt:
1777 * svg/W3C-SVG-1.1/script-handle-02-b-expected.txt:
1778 * svg/W3C-SVG-1.1/script-handle-03-b-expected.txt:
1779 * svg/W3C-SVG-1.1/script-handle-04-b-expected.txt:
1780 * svg/W3C-SVG-1.1/shapes-circle-01-t-expected.txt:
1781 * svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.txt:
1782 * svg/W3C-SVG-1.1/shapes-line-01-t-expected.txt:
1783 * svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.txt:
1784 * svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.txt:
1785 * svg/W3C-SVG-1.1/shapes-rect-01-t-expected.txt:
1786 * svg/W3C-SVG-1.1/struct-cond-01-t-expected.txt:
1787 * svg/W3C-SVG-1.1/struct-cond-02-t-expected.txt:
1788 * svg/W3C-SVG-1.1/struct-defs-01-t-expected.txt:
1789 * svg/W3C-SVG-1.1/struct-dom-01-b-expected.txt:
1790 * svg/W3C-SVG-1.1/struct-dom-02-b-expected.txt:
1791 * svg/W3C-SVG-1.1/struct-dom-03-b-expected.txt:
1792 * svg/W3C-SVG-1.1/struct-dom-04-b-expected.txt:
1793 * svg/W3C-SVG-1.1/struct-dom-05-b-expected.txt:
1794 * svg/W3C-SVG-1.1/struct-dom-06-b-expected.txt:
1795 * svg/W3C-SVG-1.1/struct-group-01-t-expected.txt:
1796 * svg/W3C-SVG-1.1/struct-group-02-b-expected.txt:
1797 * svg/W3C-SVG-1.1/struct-image-01-t-expected.txt:
1798 * svg/W3C-SVG-1.1/struct-image-02-b-expected.txt:
1799 * svg/W3C-SVG-1.1/struct-image-03-t-expected.txt:
1800 * svg/W3C-SVG-1.1/struct-image-04-t-expected.txt:
1801 * svg/W3C-SVG-1.1/struct-image-05-b-expected.txt:
1802 * svg/W3C-SVG-1.1/struct-symbol-01-b-expected.txt:
1803 * svg/W3C-SVG-1.1/styling-css-01-b-expected.txt:
1804 * svg/W3C-SVG-1.1/styling-css-02-b-expected.txt:
1805 * svg/W3C-SVG-1.1/styling-css-03-b-expected.txt:
1806 * svg/W3C-SVG-1.1/styling-inherit-01-b-expected.txt:
1807 * svg/W3C-SVG-1.1/styling-pres-01-t-expected.txt:
1808 * svg/W3C-SVG-1.1/text-align-01-b-expected.checksum:
1809 * svg/W3C-SVG-1.1/text-align-01-b-expected.png:
1810 * svg/W3C-SVG-1.1/text-align-01-b-expected.txt:
1811 * svg/W3C-SVG-1.1/text-align-02-b-expected.checksum:
1812 * svg/W3C-SVG-1.1/text-align-02-b-expected.png:
1813 * svg/W3C-SVG-1.1/text-align-02-b-expected.txt:
1814 * svg/W3C-SVG-1.1/text-align-03-b-expected.checksum:
1815 * svg/W3C-SVG-1.1/text-align-03-b-expected.png:
1816 * svg/W3C-SVG-1.1/text-align-03-b-expected.txt:
1817 * svg/W3C-SVG-1.1/text-align-04-b-expected.checksum:
1818 * svg/W3C-SVG-1.1/text-align-04-b-expected.png:
1819 * svg/W3C-SVG-1.1/text-align-04-b-expected.txt:
1820 * svg/W3C-SVG-1.1/text-align-05-b-expected.checksum:
1821 * svg/W3C-SVG-1.1/text-align-05-b-expected.png:
1822 * svg/W3C-SVG-1.1/text-align-05-b-expected.txt:
1823 * svg/W3C-SVG-1.1/text-align-06-b-expected.checksum:
1824 * svg/W3C-SVG-1.1/text-align-06-b-expected.png:
1825 * svg/W3C-SVG-1.1/text-align-06-b-expected.txt:
1826 * svg/W3C-SVG-1.1/text-altglyph-01-b-expected.txt:
1827 * svg/W3C-SVG-1.1/text-deco-01-b-expected.checksum:
1828 * svg/W3C-SVG-1.1/text-deco-01-b-expected.png:
1829 * svg/W3C-SVG-1.1/text-deco-01-b-expected.txt:
1830 * svg/W3C-SVG-1.1/text-fonts-01-t-expected.checksum:
1831 * svg/W3C-SVG-1.1/text-fonts-01-t-expected.png:
1832 * svg/W3C-SVG-1.1/text-fonts-01-t-expected.txt:
1833 * svg/W3C-SVG-1.1/text-fonts-02-t-expected.txt:
1834 * svg/W3C-SVG-1.1/text-path-01-b-expected.txt:
1835 * svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt:
1836 * svg/W3C-SVG-1.1/text-text-01-b-expected.txt:
1837 * svg/W3C-SVG-1.1/text-text-03-b-expected.txt:
1838 * svg/W3C-SVG-1.1/text-tref-01-b-expected.txt:
1839 * svg/W3C-SVG-1.1/text-tselect-01-b-expected.checksum:
1840 * svg/W3C-SVG-1.1/text-tselect-01-b-expected.png:
1841 * svg/W3C-SVG-1.1/text-tselect-01-b-expected.txt:
1842 * svg/W3C-SVG-1.1/text-tspan-01-b-expected.checksum:
1843 * svg/W3C-SVG-1.1/text-tspan-01-b-expected.png:
1844 * svg/W3C-SVG-1.1/text-tspan-01-b-expected.txt:
1845 * svg/W3C-SVG-1.1/text-ws-01-t-expected.txt:
1846 * svg/W3C-SVG-1.1/text-ws-02-t-expected.txt:
1847 * svg/custom/baseval-animval-equality-expected.checksum:
1848 * svg/custom/baseval-animval-equality-expected.png:
1849 * svg/custom/coords-relative-units-transforms-expected.checksum:
1850 * svg/custom/coords-relative-units-transforms-expected.png:
1851 * svg/custom/coords-relative-units-transforms-expected.txt:
1852 * svg/custom/createelement-expected.txt:
1853 * svg/custom/feComponentTransfer-Discrete-expected.txt:
1854 * svg/custom/feComponentTransfer-Gamma-expected.txt:
1855 * svg/custom/feComponentTransfer-Linear-expected.txt:
1856 * svg/custom/feComponentTransfer-Table-expected.txt:
1857 * svg/custom/foreign-object-skew-expected.txt:
1858 * svg/custom/gradient-stroke-width-expected.txt:
1859 * svg/custom/image-with-transform-clip-filter-expected.txt:
1860 * svg/custom/invalid-css-expected.txt:
1861 * svg/custom/invalid-fill-expected.txt:
1862 * svg/custom/invalid-viewbox1-expected.txt:
1863 * svg/custom/invalid-viewbox2-expected.txt:
1864 * svg/custom/junk-data-expected.txt:
1865 * svg/custom/marker-overflow-clip-expected.txt:
1866 * svg/custom/missing-xlink-expected.txt:
1867 * svg/custom/non-opaque-filters-expected.txt:
1868 * svg/custom/pointer-events-path-expected.txt:
1869 * svg/custom/svg-overflow-types-expected.txt:
1870 text-clip was an incorrect test, rather than an incorrect result
1871 * svg/custom/text-clip-expected.txt:
1872 * svg/custom/text-clip.svg:
1873 * svg/custom/text-filter-expected.txt:
1874 * svg/custom/text-gradient-no-content-expected.txt:
1875 * svg/custom/text-hit-test-expected.txt:
1876 * svg/custom/text-image-opacity-expected.txt:
1877 * svg/custom/tref-update-expected.txt:
1879 2006-10-09 Maciej Stachowiak <mjs@apple.com>
1883 - test case that ensures Referer[sic] header is sent
1885 * http/tests/misc/referrer-expected.txt: Added.
1886 * http/tests/misc/referrer.html: Added.
1887 * http/tests/misc/resources/referrer-result.php: Added.
1889 2006-10-09 Nikolas Zimmermann <zimmermann@kde.org>
1893 Use log() instead of alert() just like in all other tests.
1895 * editing/selection/move-begin-end.html:
1897 2006-10-07 Andrew Wellington <proton@wiretapped.net>
1901 Test for http://bugs.webkit.org/show_bug.cgi?id=10837
1902 Bug 10837: REGRESSION: Yahoo New Charts Crashes WebKit
1904 * fast/dom/HTMLDocument/frameless-location-bugzilla10837-expected.checksum: Added.
1905 * fast/dom/HTMLDocument/frameless-location-bugzilla10837-expected.png: Added.
1906 * fast/dom/HTMLDocument/frameless-location-bugzilla10837-expected.txt: Added.
1907 * fast/dom/HTMLDocument/frameless-location-bugzilla10837.html: Added.
1909 2006-10-05 Alexey Proskuryakov <ap@nypop.com>
1913 http://bugs.webkit.org/show_bug.cgi?id=11054
1914 REGRESSION: Traditional Chinese encoding in login authentication
1916 Each of these tests is passed by Firefox 1.5 and/or WinIE 6.
1918 * fast/encoding/GBK/EUC-CN-expected.txt: Added.
1919 * fast/encoding/GBK/EUC-CN.html: Added.
1920 * fast/encoding/GBK/chinese-expected.txt: Added.
1921 * fast/encoding/GBK/chinese.html: Added.
1922 * fast/encoding/GBK/cn-gb-expected.txt: Added.
1923 * fast/encoding/GBK/cn-gb.html: Added.
1924 * fast/encoding/GBK/csgb2312-expected.txt: Added.
1925 * fast/encoding/GBK/csgb2312.html: Added.
1926 * fast/encoding/GBK/csgb231280-expected.txt: Added.
1927 * fast/encoding/GBK/csgb231280.html: Added.
1928 * fast/encoding/GBK/gb2312-expected.txt: Added.
1929 * fast/encoding/GBK/gb2312.html: Added.
1930 * fast/encoding/GBK/gb_2312-80-expected.txt: Added.
1931 * fast/encoding/GBK/gb_2312-80.html: Added.
1932 * fast/encoding/GBK/gbk-expected.txt: Added.
1933 * fast/encoding/GBK/gbk.html: Added.
1934 * fast/encoding/GBK/iso-ir-58-expected.txt: Added.
1935 * fast/encoding/GBK/iso-ir-58.html: Added.
1936 * fast/encoding/GBK/x-euc-cn-expected.txt: Added.
1937 * fast/encoding/GBK/x-euc-cn.html: Added.
1938 * fast/encoding/GBK/x-gbk-expected.txt: Added.
1939 * fast/encoding/GBK/x-gbk.html: Added.
1941 2006-10-04 Anders Carlsson <acarlsson@apple.com>
1945 * fast/frames/frame-src-attribute-expected.txt:
1948 2006-10-03 Alexey Proskuryakov <ap@nypop.com>
1952 http://bugs.webkit.org/show_bug.cgi?id=11130
1953 Convert "undefined" to AE missing value
1955 * fast/AppleScript/001-expected.txt:
1956 * fast/AppleScript/array-expected.txt:
1957 Updated the results.
1959 2006-10-03 Justin Garcia <justin.garcia@apple.com>
1961 Reviewed by harrison
1963 * editing/execCommand/paste-1-expected.checksum: Added.
1964 * editing/execCommand/paste-1-expected.png: Added.
1965 * editing/execCommand/paste-1-expected.txt: Added.
1966 * editing/execCommand/paste-1.html: Added.
1967 * editing/execCommand/paste-2-expected.checksum: Added.
1968 * editing/execCommand/paste-2-expected.png: Added.
1969 * editing/execCommand/paste-2-expected.txt: Added.
1970 * editing/execCommand/paste-2.html: Added.
1972 2006-10-03 Beth Dakin <bdakin@apple.com>
1976 Changing these two counters tests so they pass on the BuildBot.
1978 * fast/css/counters/counter04-expected.checksum:
1979 * fast/css/counters/counter04-expected.png:
1980 * fast/css/counters/counter04-expected.txt:
1981 * fast/css/counters/counter04.html:
1982 * fast/css/counters/counters04-expected.checksum:
1983 * fast/css/counters/counters04-expected.png:
1984 * fast/css/counters/counters04-expected.txt:
1985 * fast/css/counters/counters04.html:
1987 2006-10-03 Justin Garcia <justin.garcia@apple.com>
1991 Fixed a typo, updating expected results.
1993 * editing/execCommand/create-list-with-hr-expected.checksum:
1994 * editing/execCommand/create-list-with-hr-expected.png:
1995 * editing/execCommand/create-list-with-hr-expected.txt:
1997 2006-10-03 David Harrison <harrison@apple.com>
2001 <rdar://problem/4671286> Candidate Window isn't displayed and only first candidate is displayed at typing location.
2003 Updated test so that it actually shows the caret rect for the caret position.
2004 Before, it was showing the caret rect for the 9th character of the test description.
2006 * fast/text/justified-text-rect-expected.checksum:
2007 * fast/text/justified-text-rect-expected.png:
2008 * fast/text/justified-text-rect-expected.txt:
2009 * fast/text/justified-text-rect.html:
2011 2006-10-02 Justin Garcia <justin.garcia@apple.com>
2015 * editing/execCommand/create-list-with-hr-expected.checksum: Added.
2016 * editing/execCommand/create-list-with-hr-expected.png: Added.
2017 * editing/execCommand/create-list-with-hr-expected.txt: Added.
2018 * editing/execCommand/create-list-with-hr.html: Added.
2020 2006-10-02 Beth Dakin <bdakin@apple.com>
2022 Minor harassment followed by abject surrender provided by ggggaren.
2026 * fast/css/counters/contentNone-expected.checksum: Added.
2027 * fast/css/counters/contentNone-expected.png: Added.
2028 * fast/css/counters/contentNone-expected.txt: Added.
2029 * fast/css/counters/contentNone.html: Added.
2030 * fast/css/counters/counter00-expected.checksum: Added.
2031 * fast/css/counters/counter00-expected.png: Added.
2032 * fast/css/counters/counter00-expected.txt: Added.
2033 * fast/css/counters/counter00.html: Added.
2034 * fast/css/counters/counter01-expected.checksum: Added.
2035 * fast/css/counters/counter01-expected.png: Added.
2036 * fast/css/counters/counter01-expected.txt: Added.
2037 * fast/css/counters/counter01.html: Added.
2038 * fast/css/counters/counter02-expected.checksum: Added.
2039 * fast/css/counters/counter02-expected.png: Added.
2040 * fast/css/counters/counter02-expected.txt: Added.
2041 * fast/css/counters/counter02.html: Added.
2042 * fast/css/counters/counter03-expected.checksum: Added.
2043 * fast/css/counters/counter03-expected.png: Added.
2044 * fast/css/counters/counter03-expected.txt: Added.
2045 * fast/css/counters/counter03.html: Added.
2046 * fast/css/counters/counter04-expected.checksum: Added.
2047 * fast/css/counters/counter04-expected.png: Added.
2048 * fast/css/counters/counter04-expected.txt: Added.
2049 * fast/css/counters/counter04.html: Added.
2050 * fast/css/counters/counter05-expected.checksum: Added.
2051 * fast/css/counters/counter05-expected.png: Added.
2052 * fast/css/counters/counter05-expected.txt: Added.
2053 * fast/css/counters/counter05.html: Added.
2054 * fast/css/counters/counter06-expected.checksum: Added.
2055 * fast/css/counters/counter06-expected.png: Added.
2056 * fast/css/counters/counter06-expected.txt: Added.
2057 * fast/css/counters/counter06.html: Added.
2058 * fast/css/counters/counter07-expected.checksum: Added.
2059 * fast/css/counters/counter07-expected.png: Added.
2060 * fast/css/counters/counter07-expected.txt: Added.
2061 * fast/css/counters/counter07.html: Added.
2062 * fast/css/counters/counter08-expected.checksum: Added.
2063 * fast/css/counters/counter08-expected.png: Added.
2064 * fast/css/counters/counter08-expected.txt: Added.
2065 * fast/css/counters/counter08.html: Added.
2066 * fast/css/counters/counter09-expected.checksum: Added.
2067 * fast/css/counters/counter09-expected.png: Added.
2068 * fast/css/counters/counter09-expected.txt: Added.
2069 * fast/css/counters/counter09.html: Added.
2070 * fast/css/counters/counter10-expected.checksum: Added.
2071 * fast/css/counters/counter10-expected.png: Added.
2072 * fast/css/counters/counter10-expected.txt: Added.
2073 * fast/css/counters/counter10.html: Added.
2074 * fast/css/counters/counter11-expected.checksum: Added.
2075 * fast/css/counters/counter11-expected.png: Added.
2076 * fast/css/counters/counter11-expected.txt: Added.
2077 * fast/css/counters/counter11.html: Added.
2078 * fast/css/counters/counter12-expected.checksum: Added.
2079 * fast/css/counters/counter12-expected.png: Added.
2080 * fast/css/counters/counter12-expected.txt: Added.
2081 * fast/css/counters/counter12.html: Added.
2082 * fast/css/counters/counter13-expected.checksum: Added.
2083 * fast/css/counters/counter13-expected.png: Added.
2084 * fast/css/counters/counter13-expected.txt: Added.
2085 * fast/css/counters/counter13.html: Added.
2086 * fast/css/counters/counter14-expected.checksum: Added.
2087 * fast/css/counters/counter14-expected.png: Added.
2088 * fast/css/counters/counter14-expected.txt: Added.
2089 * fast/css/counters/counter14.html: Added.
2090 * fast/css/counters/counter15-expected.checksum: Added.
2091 * fast/css/counters/counter15-expected.png: Added.
2092 * fast/css/counters/counter15-expected.txt: Added.
2093 * fast/css/counters/counter15.html: Added.
2094 * fast/css/counters/counter16-expected.checksum: Added.
2095 * fast/css/counters/counter16-expected.png: Added.
2096 * fast/css/counters/counter16-expected.txt: Added.
2097 * fast/css/counters/counter16.html: Added.
2098 * fast/css/counters/counters00-expected.checksum: Added.
2099 * fast/css/counters/counters00-expected.png: Added.
2100 * fast/css/counters/counters00-expected.txt: Added.
2101 * fast/css/counters/counters00.html: Added.
2102 * fast/css/counters/counters01-expected.checksum: Added.
2103 * fast/css/counters/counters01-expected.png: Added.
2104 * fast/css/counters/counters01-expected.txt: Added.
2105 * fast/css/counters/counters01.html: Added.
2106 * fast/css/counters/counters02-expected.checksum: Added.
2107 * fast/css/counters/counters02-expected.png: Added.
2108 * fast/css/counters/counters02-expected.txt: Added.
2109 * fast/css/counters/counters02.html: Added.
2110 * fast/css/counters/counters03-expected.checksum: Added.
2111 * fast/css/counters/counters03-expected.png: Added.
2112 * fast/css/counters/counters03-expected.txt: Added.
2113 * fast/css/counters/counters03.html: Added.
2114 * fast/css/counters/counters04-expected.checksum: Added.
2115 * fast/css/counters/counters04-expected.png: Added.
2116 * fast/css/counters/counters04-expected.txt: Added.
2117 * fast/css/counters/counters04.html: Added.
2118 * fast/css/counters/counters05-expected.checksum: Added.
2119 * fast/css/counters/counters05-expected.png: Added.
2120 * fast/css/counters/counters05-expected.txt: Added.
2121 * fast/css/counters/counters05.html: Added.
2122 * fast/css/counters/counters06-expected.checksum: Added.
2123 * fast/css/counters/counters06-expected.png: Added.
2124 * fast/css/counters/counters06-expected.txt: Added.
2125 * fast/css/counters/counters06.html: Added.
2126 * fast/css/counters/counters07-expected.checksum: Added.
2127 * fast/css/counters/counters07-expected.png: Added.
2128 * fast/css/counters/counters07-expected.txt: Added.
2129 * fast/css/counters/counters07.html: Added.
2130 * fast/css/counters/counters08-expected.checksum: Added.
2131 * fast/css/counters/counters08-expected.png: Added.
2132 * fast/css/counters/counters08-expected.txt: Added.
2133 * fast/css/counters/counters08.html: Added.
2134 * fast/css/counters/counters09-expected.checksum: Added.
2135 * fast/css/counters/counters09-expected.png: Added.
2136 * fast/css/counters/counters09-expected.txt: Added.
2137 * fast/css/counters/counters09.html: Added.
2138 * fast/css/counters/counters10-expected.checksum: Added.
2139 * fast/css/counters/counters10-expected.png: Added.
2140 * fast/css/counters/counters10-expected.txt: Added.
2141 * fast/css/counters/counters10.html: Added.
2142 * fast/css/counters/counters11-expected.checksum: Added.
2143 * fast/css/counters/counters11-expected.png: Added.
2144 * fast/css/counters/counters11-expected.txt: Added.
2145 * fast/css/counters/counters11.html: Added.
2146 * fast/css/counters/counters12-expected.checksum: Added.
2147 * fast/css/counters/counters12-expected.png: Added.
2148 * fast/css/counters/counters12-expected.txt: Added.
2149 * fast/css/counters/counters12.html: Added.
2150 * fast/css/counters/counters13-expected.checksum: Added.
2151 * fast/css/counters/counters13-expected.png: Added.
2152 * fast/css/counters/counters13-expected.txt: Added.
2153 * fast/css/counters/counters13.html: Added.
2154 * fast/css/counters/counters14-expected.checksum: Added.
2155 * fast/css/counters/counters14-expected.png: Added.
2156 * fast/css/counters/counters14-expected.txt: Added.
2157 * fast/css/counters/counters14.html: Added.
2158 * fast/css/counters/counters15-expected.checksum: Added.
2159 * fast/css/counters/counters15-expected.png: Added.
2160 * fast/css/counters/counters15-expected.txt: Added.
2161 * fast/css/counters/counters15.html: Added.
2162 * fast/css/counters/counters18-expected.checksum: Added.
2163 * fast/css/counters/counters18-expected.png: Added.
2164 * fast/css/counters/counters18-expected.txt: Added.
2165 * fast/css/counters/counters18.html: Added.
2166 * fast/css/counters/implied00-expected.checksum: Added.
2167 * fast/css/counters/implied00-expected.png: Added.
2168 * fast/css/counters/implied00-expected.txt: Added.
2169 * fast/css/counters/implied00.html: Added.
2170 * fast/css/counters/root-expected.checksum: Added.
2171 * fast/css/counters/root-expected.png: Added.
2172 * fast/css/counters/root-expected.txt: Added.
2173 * fast/css/counters/root.html: Added.
2174 * fast/css/counters/visibilityNone-expected.checksum: Added.
2175 * fast/css/counters/visibilityNone-expected.png: Added.
2176 * fast/css/counters/visibilityNone-expected.txt: Added.
2177 * fast/css/counters/visibilityNone.html: Added.
2179 2006-10-02 Adam Roben <aroben@apple.com>
2183 This change fixes a couple of problems with the window-properties
2184 test. window-properties' output changes depending on the presence or
2185 non-presence of session history (see
2186 http://bugs.webkit.org/show_bug.cgi?id=10965 for details). For this
2187 reason, the test must always be run as part of a run of ALL layout
2188 tests. The test results checked in were generated from an individual
2189 run of this test, so the buildbots were always failing since they run
2190 all the tests at once.
2192 This change regenerates the results for the test using a full run of
2193 layout tests. The test now also prints out object class names, and
2194 will print an error message when the test is run by itself.
2196 * fast/js/window-properties-expected.txt:
2197 * fast/js/window-properties.html:
2199 2006-10-02 Adele Peterson <adele@apple.com>
2203 - Updated results for <rdar://problem/4463841> Switch to use new list box implementation for <select multiple>
2205 * fast/forms/HTMLOptionElement_label05-expected.checksum:
2206 * fast/forms/HTMLOptionElement_label05-expected.png:
2207 * fast/forms/HTMLOptionElement_label05-expected.txt:
2208 * fast/forms/form-element-geometry-expected.checksum:
2209 * fast/forms/form-element-geometry-expected.png:
2210 * fast/forms/form-element-geometry-expected.txt:
2211 * fast/forms/option-strip-whitespace-expected.checksum:
2212 * fast/forms/option-strip-whitespace-expected.png:
2213 * fast/forms/option-strip-whitespace-expected.txt:
2214 * fast/forms/password-doubleclick-selection-expected.txt: Added.
2215 * fast/forms/password-doubleclick-selection.html: Added.
2216 * fast/forms/select-change-popup-to-listbox-expected.checksum:
2217 * fast/forms/select-change-popup-to-listbox-expected.png:
2218 * fast/forms/select-change-popup-to-listbox-expected.txt:
2219 * fast/text/updateNewFont-expected.checksum:
2220 * fast/text/updateNewFont-expected.png:
2221 * fast/text/updateNewFont-expected.txt:
2223 2006-10-01 Maciej Stachowiak <mjs@apple.com>
2225 Rubber stamped by Alexey.
2227 - reverted fix for http://bugs.webkit.org/show_bug.cgi?id=10893 since it led to layout test crashes
2229 * fast/dom/css-insert-import-rule-expected.txt: Removed.
2230 * fast/dom/css-insert-import-rule.html: Removed.
2232 2006-09-30 Geoffrey Garen <ggaren@apple.com>
2234 Added test for the viewource attribute, which applies to <frame> and
2237 * fast/frames/viewsource-attribute-expected.txt: Added.
2238 * fast/frames/viewsource-attribute.html: Added.
2240 * fast/frames/frameElement-widthheight.html: Removed stray character.
2242 2006-09-30 David Harrison <harrison@apple.com>
2244 Reviewed by John Sullivan.
2246 <rdar://problem/4641262> REGRESSION: Japanese text corrupts on wrapping point
2248 * fast/text/international/wrap-CJK-001-expected.checksum: Added.
2249 * fast/text/international/wrap-CJK-001-expected.png: Added.
2250 * fast/text/international/wrap-CJK-001-expected.txt: Added.
2251 * fast/text/international/wrap-CJK-001.html: Added.
2253 2006-10-01 Graham Dennis <graham.dennis@gmail.com>
2257 Test for http://bugs.webkit.org/show_bug.cgi?id=10842
2258 REGRESSION (r15418): contenteditable div truncates rightmost Japanese character
2260 * fast/text/line-breaks-after-white-space-expected.checksum: Added.
2261 * fast/text/line-breaks-after-white-space-expected.png: Added.
2262 * fast/text/line-breaks-after-white-space-expected.txt: Added.
2263 * fast/text/line-breaks-after-white-space.html: Added.
2265 2006-10-01 Alexey Proskuryakov <ap@nypop.com>
2267 Reviewed by Maciej and Darin.
2269 Test for http://bugs.webkit.org/show_bug.cgi?id=4372
2270 JavaScript document.write page form does not submit in Safari
2272 * fast/forms/document-write-expected.txt: Added.
2273 * fast/forms/document-write.html: Added.
2275 2006-09-30 Alexey Proskuryakov <ap@nypop.com>
2279 Test for http://bugs.webkit.org/show_bug.cgi?id=11011
2280 External CSS is parsed as iso-8859-1 even though the main document is utf-8
2282 * fast/encoding/css-charset-default-expected.txt: Added.
2283 * fast/encoding/css-charset-default.xhtml: Added.
2284 * fast/encoding/css-charset-import.css: Added.
2285 * fast/encoding/css-charset-inherit-iso-8859-5.css: Added.
2286 * fast/encoding/css-charset-inherit-koi-8.css: Added.
2288 2006-09-30 Rob Buis <buis@kde.org>
2290 Reviewed by eseidel.
2293 http://bugs.webkit.org/show_bug.cgi?id=11096
2294 Hit testing for polylines fails
2296 * svg/custom/polyline-hittest-expected.checksum: Added.
2297 * svg/custom/polyline-hittest-expected.png: Added.
2298 * svg/custom/polyline-hittest-expected.txt: Added.
2299 * svg/custom/polyline-hittest.svg: Added.
2301 2006-09-29 Timothy Hatcher <timothy@apple.com>
2303 Bug 11041: fast/dom/isindex-001 needs new results
2304 http://bugs.webkit.org/show_bug.cgi?id=11041
2306 * fast/dom/isindex-001-expected.txt:
2308 2006-09-29 Geoffrey Garen <ggaren@apple.com>
2310 Reviewed by John, Maciej.
2312 Added test for whether a frame element reports its src attribute as a
2313 complete, rather than relative, URL.
2315 * fast/frames/frame-src-attribute-expected.txt: Added.
2316 * fast/frames/frame-src-attribute.html: Added.
2317 * fast/frames/resources/frame-src-attribute-subframe.html: Added.
2319 2006-09-29 David Harrison <harrison@apple.com>
2321 Reviewed by John Sullivan.
2323 <rdar://problem/4663772> REGRESSION: Cannot type in Japanese after replying to a particular message
2324 <rdar://problem/4673293> REGRESSION: Can't enter the Japanese characters in Mail or Blot
2326 * fast/text/attributed-substring-from-range-001-expected.txt: Added.
2327 * fast/text/attributed-substring-from-range-001.html: Added.
2329 Check attributed string results when starting or ending at a br element.
2331 2006-09-29 Rob Buis <buis@kde.org>
2336 http://bugs.webkit.org/show_bug.cgi?id=10893
2337 InsertRule can not handle @import statements
2339 * fast/dom/css-insert-import-rule.html: Added.
2340 * fast/dom/resources/css-insert-import-rule.css: Added.
2342 2006-09-28 David Harrison <harrison@apple.com>
2346 Call clearKillRing() so we are guaranteed to start with empty kill ring.
2348 * editing/pasteboard/emacs-cntl-y-001.html:
2350 2006-09-27 Eric Seidel <eric@eseidel.com>
2354 paths with no fill specified default to black but do not recieve paint-related mouse events
2355 http://bugs.webkit.org/show_bug.cgi?id=11069
2357 * svg/custom/hover-default-fill-expected.checksum: Added.
2358 * svg/custom/hover-default-fill-expected.png: Added.
2359 * svg/custom/hover-default-fill-expected.txt: Added.
2360 * svg/custom/hover-default-fill.svg: Added.
2362 2006-09-27 Rob Buis <buis@kde.org>
2364 Reviewed by eseidel.
2367 http://bugs.webkit.org/show_bug.cgi?id=11015
2368 SVG handles em units incorrectly
2370 * svg/custom/viewport-em-expected.checksum: Added.
2371 * svg/custom/viewport-em-expected.png: Added.
2372 * svg/custom/viewport-em-expected.txt: Added.
2373 * svg/custom/viewport-em.svg: Added.
2374 * svg/custom/viewport-update2-expected.checksum: Added.
2375 * svg/custom/viewport-update2-expected.png: Added.
2376 * svg/custom/viewport-update2-expected.txt: Added.
2377 * svg/custom/viewport-update2.svg: Added.
2379 2006-09-27 Eric Seidel <eric@eseidel.com>
2383 Updated test (and results) for new invalid fill behavior.
2384 http://bugs.webkit.org/show_bug.cgi?id=11017
2386 * svg/custom/invalid-fill-expected.checksum:
2387 * svg/custom/invalid-fill-expected.png:
2388 * svg/custom/invalid-fill-expected.txt:
2389 * svg/custom/invalid-fill.svg:
2391 2006-09-26 Justin Garcia <justin.garcia@apple.com>
2395 <rdar://problem/4747695>
2396 Gmail Editor: Crash at WebCore::Range::startPosition() when decreasing a indent
2398 * editing/deleting/list-item-1-expected.checksum: Added.
2399 * editing/deleting/list-item-1-expected.png: Added.
2400 * editing/deleting/list-item-1-expected.txt: Added.
2401 * editing/deleting/list-item-1.html: Added.
2402 * editing/execCommand/remove-list-item-1-expected.checksum: Added.
2403 * editing/execCommand/remove-list-item-1-expected.png: Added.
2404 * editing/execCommand/remove-list-item-1-expected.txt: Added.
2405 * editing/execCommand/remove-list-item-1.html: Added.
2407 2006-09-26 David Harrison <harrison@apple.com>
2409 Reviewed by John and TimH.
2411 <rdar://problem/4743256> Seed: Ctrl-Y key binding does nothing when kill ring is empty
2413 * editing/pasteboard/emacs-cntl-y-001-expected.checksum: Added.
2414 * editing/pasteboard/emacs-cntl-y-001-expected.png: Added.
2415 * editing/pasteboard/emacs-cntl-y-001-expected.txt: Added.
2416 * editing/pasteboard/emacs-cntl-y-001.html: Added.
2418 2006-09-26 Eric Seidel <eric@eseidel.com>
2422 viewbox parser does not allow <tab> as a delimiter
2423 http://bugs.webkit.org/show_bug.cgi?id=11014
2425 * svg/hixie/viewbox/003-expected.checksum: Added.
2426 * svg/hixie/viewbox/003-expected.png: Added.
2427 * svg/hixie/viewbox/003-expected.txt: Added.
2428 * svg/hixie/viewbox/003.xml: Added.
2430 2006-09-26 Eric Seidel <eric@eseidel.com>
2434 SVGDocument::createElement does not create elements in the SVG namespace
2435 http://bugs.webkit.org/show_bug.cgi?id=10932
2437 * svg/custom/createelement-expected.checksum: Added.
2438 * svg/custom/createelement-expected.png: Added.
2439 * svg/custom/createelement-expected.txt: Added.
2440 * svg/custom/createelement.svg: Added.
2442 2006-09-26 Eric Seidel <eric@eseidel.com>
2446 RenderPath::nodeAtPoint does not respect stroke width
2447 http://bugs.webkit.org/show_bug.cgi?id=10829
2449 * svg/custom/stroke-width-click-expected.txt: Added.
2450 * svg/custom/stroke-width-click.svg: Added.
2452 2006-09-25 Justin Garcia <justin.garcia@apple.com>
2456 * editing/execCommand/indent-empty-root-expected.checksum: Added.
2457 * editing/execCommand/indent-empty-root-expected.png: Added.
2458 * editing/execCommand/indent-empty-root-expected.txt: Added.
2459 * editing/execCommand/indent-empty-root.html: Added.
2461 2006-09-24 Eric Seidel <eric@eseidel.com>
2465 Add test: svg/custom/viewport-clip.svg
2466 and update results for:
2467 http://bugs.webkit.org/show_bug.cgi?id=11007
2468 (Also update some old results, due to CoreImage variance)
2470 * svg/custom/baseval-animval-equality.svg:
2471 * svg/custom/empty-merge-expected.checksum:
2472 * svg/custom/empty-merge-expected.png:
2473 * svg/custom/empty-merge-expected.txt:
2474 * svg/custom/empty-merge.svg:
2475 * svg/custom/feDisplacementMap-01-expected.checksum:
2476 * svg/custom/feDisplacementMap-01-expected.png:
2477 * svg/custom/foreign-object-skew-expected.checksum:
2478 * svg/custom/foreign-object-skew-expected.png:
2479 * svg/custom/gradient-stroke-width-expected.txt:
2480 * svg/custom/grayscale-gradient-mask-expected.checksum:
2481 * svg/custom/grayscale-gradient-mask-expected.png:
2482 * svg/custom/grayscale-gradient-mask-expected.txt:
2483 * svg/custom/grayscale-gradient-mask.svg:
2484 * svg/custom/image-with-transform-clip-filter-expected.checksum:
2485 * svg/custom/image-with-transform-clip-filter-expected.png:
2486 * svg/custom/path-bad-data-expected.checksum:
2487 * svg/custom/path-bad-data-expected.png:
2488 * svg/custom/path-bad-data-expected.txt:
2489 * svg/custom/text-filter-expected.checksum:
2490 * svg/custom/text-filter-expected.png:
2491 * svg/custom/text-image-opacity-expected.checksum:
2492 * svg/custom/text-image-opacity-expected.png:
2493 * svg/custom/transform-scale-parse.svg:
2494 * svg/custom/viewport-clip-expected.checksum: Added.
2495 * svg/custom/viewport-clip-expected.png: Added.
2496 * svg/custom/viewport-clip-expected.txt: Added.
2497 * svg/custom/viewport-clip.svg: Added.
2499 2006-09-24 Eric Seidel <eric@eseidel.com>
2503 Browsers disagree on behavior for an invalid fill
2504 http://bugs.webkit.org/show_bug.cgi?id=11017
2506 * svg/custom/invalid-fill-expected.checksum: Added.
2507 * svg/custom/invalid-fill-expected.png: Added.
2508 * svg/custom/invalid-fill-expected.txt: Added.
2509 * svg/custom/invalid-fill.svg: Added.
2511 2006-09-24 Eric Seidel <eric@eseidel.com>
2515 Import one of Hixie's tests for:
2516 <svg:a> cannot be styled with a:hover
2517 http://bugs.webkit.org/show_bug.cgi?id=11005
2519 * svg/hixie/cascade/002.css: Added.
2520 * svg/hixie/cascade/002.xml: Added.
2522 2006-09-23 Alexey Proskuryakov <ap@nypop.com>
2526 http://bugs.webkit.org/show_bug.cgi?id=4872
2527 XMLHttpRequest fails to throw an exception when there is a security violation
2528 (mismatching domains)
2530 * http/tests/xmlhttprequest/exceptions-expected.txt: Added.
2531 * http/tests/xmlhttprequest/exceptions.html: Added.
2533 * http/tests/xmlhttprequest/extra-parameters-expected.txt: Added.
2534 * http/tests/xmlhttprequest/extra-parameters.html: Added.
2535 * http/tests/xmlhttprequest/resources/post-echo.cgi: Added.
2536 Test that passing too many parameters is OK (Firefox behavior; WinIE raises an exception).
2538 * fast/dom/xmlhttprequest-get-expected.txt: Updated results.
2540 * http/tests/xmlhttprequest/zero-length-response-expected.txt:
2541 * http/tests/xmlhttprequest/zero-length-response-sync-expected.txt:
2542 * http/tests/xmlhttprequest/zero-length-response-sync.html:
2543 * http/tests/xmlhttprequest/zero-length-response.html:
2544 Updated results and changed state names to match the current spec.
2546 * http/tests/xmlhttprequest/resources/zero-length.xml: Added.
2548 2006-09-21 Nikolas Zimmermann <zimmermann@kde.org>
2550 Reviewed by eseidel.
2553 http://bugs.webkit.org/show_bug.cgi?id=10977
2554 SVGDocument does not expose 'rootElement' property
2556 * svg/custom/rootelement-expected.checksum: Added.
2557 * svg/custom/rootelement-expected.png: Added.
2558 * svg/custom/rootelement-expected.txt: Added.
2559 * svg/custom/rootelement.svg: Added.
2561 2006-09-21 Timothy Hatcher <timothy@apple.com>
2563 Adding more calls to layoutTestController.dumpChildFrameScrollPositions()
2564 for tests that need to report child frame scroll positions.
2566 * http/tests/navigation/anchor-frames.html:
2567 * http/tests/navigation/anchor-subframeload.html:
2568 * http/tests/navigation/relativeanchor-frames.html:
2570 2006-09-21 Timothy Hatcher <timothy@apple.com>
2574 Bug 10923: Frame scroll layout test failures on the buildbot
2575 http://bugs.webkit.org/show_bug.cgi?id=10923
2577 Made this test call layoutTestController.dumpChildFrameScrollPositions().
2579 * fast/overflow/scrollRevealButton-expected.txt:
2580 * fast/overflow/scrollRevealButton.html:
2582 2006-09-20 Justin Garcia <justin.garcia@apple.com>
2586 * editing/pasteboard/subframe-dragndrop-1-expected.checksum: Added.
2587 * editing/pasteboard/subframe-dragndrop-1-expected.png: Added.
2588 * editing/pasteboard/subframe-dragndrop-1-expected.txt: Added.
2589 * editing/pasteboard/subframe-dragndrop-1.html: Added.
2591 2006-09-20 Rob Buis <buis@kde.org>
2593 Reviewed by eseidel.
2595 Updated test results because of:
2596 http://bugs.webkit.org/show_bug.cgi?id=10946
2597 new marker code draws end-marker in wrong place
2599 * svg/W3C-SVG-1.1/painting-marker-02-f-expected.checksum:
2600 * svg/W3C-SVG-1.1/painting-marker-02-f-expected.png:
2601 * svg/custom/invalid-css-expected.txt:
2603 2006-09-20 Julien Palmas <julien.palmas@gmail.com>
2605 Reviewed by eseidel. Landed by eseidel.
2607 Test for http://bugs.webkit.org/show_bug.cgi?id=6003
2609 * svg/custom/pattern-y-offset-expected.checksum: Added.
2610 * svg/custom/pattern-y-offset-expected.png: Added.
2611 * svg/custom/pattern-y-offset-expected.txt: Added.
2612 * svg/custom/pattern-y-offset.svg: Added.
2614 2006-09-20 Justin Garcia <justin.garcia@apple.com>
2616 Reviewed by harrison
2618 * editing/selection/editable-links.html: Added.
2619 * editing/selection/editable-links.html-disabled: Removed.
2621 2006-09-20 Adam Roben <aroben@apple.com>
2623 Reviewed by timothy.
2625 Fixes http://bugs.webkit.org/show_bug.cgi?id=10953
2626 Test results for fast/js/window-properties.html should include
2627 children of window.document.body.firstChild
2629 * fast/js/window-properties-expected.txt: Regenerate results which now
2630 include window.document.body.firstChild.*
2631 * fast/js/window-properties.html: Print out 'null' for null objects
2632 instead of 'object' for more clarity
2634 2006-09-20 Adam Roben <aroben@apple.com>
2638 Adding test for http://bugs.webkit.org/show_bug.cgi?id=10935
2639 REGRESSION: file upload control with direction:rtl or text-align:right
2640 draws button on top of filename/icon
2642 * fast/forms/file-input-direction-expected.checksum: Added.
2643 * fast/forms/file-input-direction-expected.png: Added.
2644 * fast/forms/file-input-direction-expected.txt: Added.
2645 * fast/forms/file-input-direction.html: Added.
2647 2006-09-20 Eric Seidel <eric@eseidel.com>
2651 Commit two test updates I forgot to commit with:
2652 Markers should clip to their viewport.
2653 http://bugs.webkit.org/show_bug.cgi?id=5967
2655 * svg/W3C-SVG-1.1/painting-marker-01-f-expected.checksum:
2656 * svg/W3C-SVG-1.1/painting-marker-01-f-expected.png:
2657 * svg/W3C-SVG-1.1/painting-marker-01-f-expected.txt:
2658 * svg/W3C-SVG-1.1/painting-marker-02-f-expected.checksum:
2659 * svg/W3C-SVG-1.1/painting-marker-02-f-expected.png:
2660 * svg/W3C-SVG-1.1/painting-marker-02-f-expected.txt:
2662 2006-09-19 Eric Seidel <eric@eseidel.com>
2666 Updated results for http://bugs.webkit.org/show_bug.cgi?id=8585
2668 * svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt:
2669 * svg/W3C-SVG-1.1/filters-color-01-b-expected.txt:
2670 * svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt:
2671 * svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt:
2672 * svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt:
2673 * svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.txt:
2674 * svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt:
2675 * svg/W3C-SVG-1.1/filters-example-01-b-expected.txt:
2676 * svg/W3C-SVG-1.1/filters-gauss-01-b-expected.txt:
2677 * svg/W3C-SVG-1.1/filters-image-01-b-expected.txt:
2678 * svg/W3C-SVG-1.1/filters-light-01-f-expected.txt:
2679 * svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt:
2680 * svg/W3C-SVG-1.1/filters-offset-01-b-expected.txt:
2681 * svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt:
2682 * svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt:
2683 * svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt:
2684 * svg/custom/feComponentTransfer-Discrete-expected.txt:
2685 * svg/custom/feComponentTransfer-Gamma-expected.txt:
2686 * svg/custom/feComponentTransfer-Linear-expected.txt:
2687 * svg/custom/feComponentTransfer-Table-expected.txt:
2688 * svg/custom/feDisplacementMap-01-expected.txt:
2689 * svg/custom/filter-source-alpha-expected.txt:
2690 * svg/custom/image-with-transform-clip-filter-expected.txt:
2691 * svg/custom/non-opaque-filters-expected.txt:
2692 * svg/custom/text-filter-expected.txt:
2694 2006-09-19 Eric Seidel <eric@eseidel.com>
2698 Markers should clip to their viewport.
2699 http://bugs.webkit.org/show_bug.cgi?id=5967
2701 * svg/custom/marker-overflow-clip-expected.checksum: Added.
2702 * svg/custom/marker-overflow-clip-expected.png: Added.
2703 * svg/custom/marker-overflow-clip-expected.txt: Added.
2704 * svg/custom/marker-overflow-clip.svg: Added.
2706 2006-09-19 Justin Garcia <justin.garcia@apple.com>
2710 Disabling this test temporarily.
2712 * editing/selection/editable-links.html: Removed.
2713 * editing/selection/editable-links.html-disabled: Added.
2715 2006-09-19 Justin Garcia <justin.garcia@apple.com>
2717 Reviewed by harrison
2719 * editing/selection/editable-links-expected.checksum: Added.
2720 * editing/selection/editable-links-expected.png: Added.
2721 * editing/selection/editable-links-expected.txt: Added.
2722 * editing/selection/editable-links.html: Added.
2724 2006-09-19 Justin Garcia <justin.garcia@apple.com>
2726 Reviewed by harrison
2728 * editing/pasteboard/pasting-tabs-expected.checksum: Added.
2729 * editing/pasteboard/pasting-tabs-expected.png: Added.
2730 * editing/pasteboard/pasting-tabs-expected.txt: Added.
2731 * editing/pasteboard/pasting-tabs.html: Added.
2733 2006-09-18 Adam Roben <aroben@apple.com>
2737 Update tests for the new file upload control.
2739 * fast/forms/file-input-disabled-expected.txt:
2740 * fast/forms/form-element-geometry-expected.txt:
2741 * fast/forms/input-appearance-height-expected.txt:
2742 * fast/forms/input-value-expected.txt:
2744 2006-09-17 Eric Seidel <eric@eseidel.com>
2748 * fast/js/window-properties.html: make work in Firefox (hangs IE)
2750 2006-09-17 Eric Seidel <eric@eseidel.com>
2752 Add a textual dump of the window object property tree.
2756 * fast/js/window-properties-expected.txt: Added.
2757 * fast/js/window-properties.html: Added.
2759 2006-09-17 David Hyatt <hyatt@apple.com>
2761 Adding layout test for bug 10899.
2763 * fast/text/basic/generic-family-changes-expected.checksum: Added.
2764 * fast/text/basic/generic-family-changes-expected.png: Added.
2765 * fast/text/basic/generic-family-changes-expected.txt: Added.
2766 * fast/text/basic/generic-family-changes.html: Added.
2768 2006-09-17 Alexey Proskuryakov <ap@nypop.com>
2772 Test for http://bugs.webkit.org/show_bug.cgi?id=10852
2773 REGRESSION: Reproducible crash in XMLHttpRequest::abort()
2775 Currently, this test prints an error message to the console, because requests from
2776 an unload handler still don't work.
2778 * http/tests/xmlhttprequest/xhr-onunload-expected.txt: Added.
2779 * http/tests/xmlhttprequest/xhr-onunload.html: Added.
2781 2006-09-15 Justin Garcia <justin.garcia@apple.com>
2783 Reviewed by harrison
2785 <rdar://problem/4674869>
2786 REGRESSION: selecting text to write over results in cursor jumping to middle of next line
2788 * editing/deleting/whitespace-pre-1-expected.checksum: Added.
2789 * editing/deleting/whitespace-pre-1-expected.png: Added.
2790 * editing/deleting/whitespace-pre-1-expected.txt: Added.
2791 * editing/deleting/whitespace-pre-1.html: Added.
2793 2006-09-15 Timothy Hatcher <timothy@apple.com>
2797 Updating results to new expected values.
2799 * fast/lists/drag-into-marker-expected.txt:
2800 * fast/repaint/selection-after-delete-expected.txt:
2802 2006-09-15 Timothy Hatcher <timothy@apple.com>
2806 Updating results to new expected values.
2808 * editing/inserting/4278698-expected.txt:
2809 * fast/dom/window-xy-properties-expected.txt:
2811 2006-09-15 Adam Roben <aroben@apple.com>
2813 Reviewed by timothy.
2815 Part of http://bugs.webkit.org/show_bug.cgi?id=10865
2816 New file upload control should match the width of the old one
2818 Update tests to match new file upload control.
2820 * fast/forms/file-input-disabled-expected.txt:
2821 * fast/forms/form-element-geometry-expected.txt:
2822 * fast/forms/input-appearance-height-expected.txt:
2823 * fast/forms/input-value-expected.txt:
2825 2006-09-15 Kevin McCullough <KMcCullough@apple.com>
2827 - just layout test result changes
2829 * fast/dom/Range/range-compareNode-expected.txt:
2830 * fast/dom/Range/range-intersectsNode-expected.txt:
2832 2006-09-14 Justin Garcia <justin.garcia@apple.com>
2834 Reviewed by harrison
2836 <rdar://problem/4655880> Up/Down arrows skip over To Do
2838 * editing/selection/mixed-editability-3-expected.checksum: Added.
2839 * editing/selection/mixed-editability-3-expected.png: Added.
2840 * editing/selection/mixed-editability-3-expected.txt: Added.
2841 * editing/selection/mixed-editability-3.html: Added.
2842 * editing/selection/mixed-editability-4-expected.checksum: Added.
2843 * editing/selection/mixed-editability-4-expected.png: Added.
2844 * editing/selection/mixed-editability-4-expected.txt: Added.
2845 * editing/selection/mixed-editability-4.html: Added.
2846 * editing/selection/mixed-editability-5-expected.checksum: Added.
2847 * editing/selection/mixed-editability-5-expected.png: Added.
2848 * editing/selection/mixed-editability-5-expected.txt: Added.
2849 * editing/selection/mixed-editability-5.html: Added.
2851 2006-09-14 Graham Dennis <graham.dennis@gmail.com>
2853 Reviewed by Justin Garcia.
2855 Modified testcase for:
2856 http://bugs.webkit.org/show_bug.cgi?id=10726
2857 Crash in ApplyStyleCommand::applyRelativeFontStyleChange
2859 * editing/style/table-selection-expected.checksum:
2860 * editing/style/table-selection-expected.png:
2861 * editing/style/table-selection-expected.txt:
2862 * editing/style/table-selection.html:
2863 This testcase was for 10579, which is very similar to this bug (10726)
2864 Now the testcase tests both bugs.
2866 2006-09-13 Adam Roben <aroben@apple.com>
2868 Rubberstamped by hyatt.
2870 Updating tables results after hyatt landed a fix for
2871 http://bugs.webkit.org/show_bug.cgi?id=8126
2872 Padding must not apply to columns
2874 * tables/mozilla/bugs/bug139524-2-expected.txt:
2875 * tables/mozilla/bugs/bug139524-4-expected.txt:
2876 * tables/mozilla/bugs/bug32841-expected.txt:
2877 * tables/mozilla/dom/appendCol2-expected.txt:
2878 * tables/mozilla/dom/deleteCol1-expected.txt:
2879 * tables/mozilla/dom/deleteCol2-expected.txt:
2880 * tables/mozilla/dom/deleteCol3-expected.txt:
2881 * tables/mozilla/dom/deleteColGroup1-expected.txt:
2882 * tables/mozilla/dom/deleteColGroup2-expected.txt:
2883 * tables/mozilla/dom/insertColGroups1-expected.txt:
2884 * tables/mozilla/dom/insertColGroups2-expected.txt:
2885 * tables/mozilla/dom/insertCols1-expected.txt:
2886 * tables/mozilla/dom/insertCols2-expected.txt:
2887 * tables/mozilla/dom/insertCols3-expected.txt:
2888 * tables/mozilla/dom/insertCols4-expected.txt:
2889 * tables/mozilla/dom/insertCols5-expected.txt:
2890 * tables/mozilla/marvin/body_col-expected.txt:
2891 * tables/mozilla/marvin/x_col_span-expected.txt:
2892 * tables/mozilla/marvin/x_col_width_px-expected.txt:
2893 * tables/mozilla/marvin/x_colgroup_span-expected.txt:
2894 * tables/mozilla/other/body_col-expected.txt:
2895 * tables/mozilla_expected_failures/bugs/bug1128-expected.txt:
2896 * tables/mozilla_expected_failures/bugs/bug29058-2-expected.txt:
2897 * tables/mozilla_expected_failures/bugs/bug45621-expected.txt:
2898 * tables/mozilla_expected_failures/bugs/bug7243-expected.txt:
2899 * tables/mozilla_expected_failures/core/cols1-expected.txt:
2900 * tables/mozilla_expected_failures/dom/appendCol1-expected.txt:
2901 * tables/mozilla_expected_failures/dom/appendColGroup1-expected.txt:
2902 * tables/mozilla_expected_failures/other/test4-expected.txt:
2904 2006-09-12 Julien Palmas <julien.palmas@gmail.com>
2906 Reviewed by darin. Landed by eseidel.
2908 * svg/custom/svgpolyparser-extra-space-expected.checksum: Added.
2909 * svg/custom/svgpolyparser-extra-space-expected.png: Added.
2910 * svg/custom/svgpolyparser-extra-space-expected.txt: Added.
2911 * svg/custom/svgpolyparser-extra-space.svg: Added.
2913 2006-09-12 Kevin McCullough <KMcCullough@apple.com>
2915 Reviewed by Andersca, Maciej, Brady.
2917 * fast/dom/Range/range-intersectsNode-expected.txt: Added.
2918 * fast/dom/Range/range-intersectsNode.html: Added.
2919 * fast/dom/Range/resources/intersectsNode.js: Added.
2921 2006-09-12 Nikolas Zimmermann <zimmermann@kde.org>
2923 Reviewed by eseidel. Landed by eseidel.
2925 Fixed: http://bugs.webkit.org/show_bug.cgi?id=10826
2927 * svg/W3C-SVG-1.1/struct-dom-01-b-expected.checksum:
2928 * svg/W3C-SVG-1.1/struct-dom-01-b-expected.png:
2929 * svg/W3C-SVG-1.1/struct-dom-01-b-expected.txt:
2931 2006-09-11 Nikolas Zimmermann <zimmermann@kde.org>
2933 Reviewed by eseidel. Landed by eseidel.
2935 * svg/custom/baseval-animval-equality.svg: Added.
2937 2006-09-11 Kevin McCullough <KMcCullough@apple.com>
2942 * fast/dom/Range/range-compareNode-expected.txt: Added.
2943 * fast/dom/Range/range-compareNode.html: Added.
2944 * fast/dom/Range/range-comparePoint.html:
2946 2006-09-11 Vladimir Olexa <vladimir.olexa@gmail.com>
2950 - test for http://bugs.webkit.org/show_bug.cgi?id=10323
2951 REGRESSION: javascript: URL containing '\\' gets passed as '//'
2953 * fast/dom/javascript-backslash-expected.txt: Added.
2954 * fast/dom/javascript-backslash.html: Added.
2956 2006-09-11 Darin Adler <darin@apple.com>
2958 - converted a test to plain text (makes it platform independent; fixes a failure)
2960 * fast/events/ondragenter-expected.checksum: Removed.
2961 * fast/events/ondragenter-expected.png: Removed.
2962 * fast/events/ondragenter-expected.txt:
2963 * fast/events/ondragenter.html:
2965 2006-09-10 Darin Adler <darin@apple.com>
2967 - converted a test to plain text (makes it platform independent; fixes a failure)
2969 * fast/text/plain-text-line-breaks-expected.checksum: Removed.
2970 * fast/text/plain-text-line-breaks-expected.png: Removed.
2971 * fast/text/plain-text-line-breaks-expected.txt: Regenerated.
2972 * fast/text/plain-text-line-breaks.html: Added a call to dumpAsText().
2974 2006-09-08 Timothy Hatcher <timothy@apple.com>
2976 Adds a test for the CSS URL quoting logic.
2978 * fast/inspector/cssURLQuotes-expected.txt: Added.
2979 * fast/inspector/cssURLQuotes.html: Added.
2981 2006-09-09 Alexey Proskuryakov <ap@nypop.com>
2985 http://bugs.webkit.org/show_bug.cgi?id=10759
2986 fast/AppleScript/array.html test failing
2988 * fast/AppleScript/001-expected.txt: Updated results.
2990 2006-09-07 Alexey Proskuryakov <ap@nypop.com>
2994 Test for http://bugs.webkit.org/show_bug.cgi?id=10753
2995 REGRESSION: The beginning of a CSS file is missing
2997 * http/tests/incremental/slow-utf8-css-expected.checksum: Added.
2998 * http/tests/incremental/slow-utf8-css-expected.png: Added.
2999 * http/tests/incremental/slow-utf8-css-expected.txt: Added.
3000 * http/tests/incremental/slow-utf8-css.pl: Added.
3002 2006-09-07 Rob Buis <buis@kde.org>
3007 <http://bugs.webkit.org/show_bug.cgi?id=9753>
3008 SVG with width and height 100% leaves room for scrollbar on the right.
3010 Also Updated .txt files (all text blocks are wider) and some updated
3011 pixel tests (some text is layouted differently because of wider text blocks).
3013 * svg/W3C-SVG-1.1/animate-elem-02-t-expected.txt:
3014 * svg/W3C-SVG-1.1/animate-elem-03-t-expected.txt:
3015 * svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt:
3016 * svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt:
3017 * svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt:
3018 * svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt:
3019 * svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt:
3020 * svg/W3C-SVG-1.1/animate-elem-09-t-expected.txt:
3021 * svg/W3C-SVG-1.1/animate-elem-10-t-expected.txt:
3022 * svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt:
3023 * svg/W3C-SVG-1.1/animate-elem-12-t-expected.txt:
3024 * svg/W3C-SVG-1.1/animate-elem-13-t-expected.txt:
3025 * svg/W3C-SVG-1.1/animate-elem-14-t-expected.txt:
3026 * svg/W3C-SVG-1.1/animate-elem-15-t-expected.txt:
3027 * svg/W3C-SVG-1.1/animate-elem-16-t-expected.txt:
3028 * svg/W3C-SVG-1.1/animate-elem-17-t-expected.txt:
3029 * svg/W3C-SVG-1.1/animate-elem-18-t-expected.txt:
3030 * svg/W3C-SVG-1.1/animate-elem-19-t-expected.txt:
3031 * svg/W3C-SVG-1.1/animate-elem-20-t-expected.txt:
3032 * svg/W3C-SVG-1.1/animate-elem-21-t-expected.txt:
3033 * svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt:
3034 * svg/W3C-SVG-1.1/animate-elem-23-t-expected.txt:
3035 * svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt:
3036 * svg/W3C-SVG-1.1/animate-elem-25-t-expected.txt:
3037 * svg/W3C-SVG-1.1/animate-elem-26-t-expected.txt:
3038 * svg/W3C-SVG-1.1/animate-elem-27-t-expected.txt:
3039 * svg/W3C-SVG-1.1/animate-elem-28-t-expected.txt:
3040 * svg/W3C-SVG-1.1/animate-elem-29-b-expected.txt:
3041 * svg/W3C-SVG-1.1/color-prof-01-f-expected.txt:
3042 * svg/W3C-SVG-1.1/color-prop-01-b-expected.txt:
3043 * svg/W3C-SVG-1.1/color-prop-02-f-expected.txt:
3044 * svg/W3C-SVG-1.1/color-prop-03-t-expected.txt:
3045 * svg/W3C-SVG-1.1/coords-trans-01-b-expected.txt:
3046 * svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt:
3047 * svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt:
3048 * svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt:
3049 * svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt:
3050 * svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt:
3051 * svg/W3C-SVG-1.1/coords-units-01-b-expected.txt:
3052 * svg/W3C-SVG-1.1/coords-units-02-b-expected.txt:
3053 * svg/W3C-SVG-1.1/coords-units-03-b-expected.txt:
3054 * svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.txt:
3055 * svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.txt:
3056 * svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt:
3057 * svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt:
3058 * svg/W3C-SVG-1.1/filters-color-01-b-expected.txt:
3059 * svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt:
3060 * svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt:
3061 * svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt:
3062 * svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.txt:
3063 * svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt:
3064 * svg/W3C-SVG-1.1/filters-example-01-b-expected.txt:
3065 * svg/W3C-SVG-1.1/filters-gauss-01-b-expected.txt:
3066 * svg/W3C-SVG-1.1/filters-image-01-b-expected.txt:
3067 * svg/W3C-SVG-1.1/filters-light-01-f-expected.txt:
3068 * svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt:
3069 * svg/W3C-SVG-1.1/filters-offset-01-b-expected.txt:
3070 * svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt:
3071 * svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt:
3072 * svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt:
3073 * svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt:
3074 * svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt:
3075 * svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt:
3076 * svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt:
3077 * svg/W3C-SVG-1.1/interact-cursor-01-f-expected.txt:
3078 * svg/W3C-SVG-1.1/interact-dom-01-b-expected.txt:
3079 * svg/W3C-SVG-1.1/interact-events-01-b-expected.txt:
3080 * svg/W3C-SVG-1.1/interact-order-01-b-expected.txt:
3081 * svg/W3C-SVG-1.1/interact-order-02-b-expected.txt:
3082 * svg/W3C-SVG-1.1/interact-order-03-b-expected.txt:
3083 * svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt:
3084 * svg/W3C-SVG-1.1/linking-a-01-b-expected.txt:
3085 * svg/W3C-SVG-1.1/linking-a-02-b-expected.txt:
3086 * svg/W3C-SVG-1.1/linking-a-03-b-expected.txt:
3087 * svg/W3C-SVG-1.1/linking-a-04-t-expected.txt:
3088 * svg/W3C-SVG-1.1/linking-uri-01-b-expected.txt:
3089 * svg/W3C-SVG-1.1/linking-uri-02-b-expected.txt:
3090 * svg/W3C-SVG-1.1/linking-uri-03-t-expected.txt:
3091 * svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt:
3092 * svg/W3C-SVG-1.1/masking-opacity-01-b-expected.txt:
3093 * svg/W3C-SVG-1.1/masking-path-01-b-expected.txt:
3094 * svg/W3C-SVG-1.1/masking-path-02-b-expected.txt:
3095 * svg/W3C-SVG-1.1/masking-path-03-b-expected.txt:
3096 * svg/W3C-SVG-1.1/masking-path-04-b-expected.txt:
3097 * svg/W3C-SVG-1.1/masking-path-05-f-expected.txt:
3098 * svg/W3C-SVG-1.1/metadata-example-01-b-expected.txt:
3099 * svg/W3C-SVG-1.1/painting-fill-01-t-expected.txt:
3100 * svg/W3C-SVG-1.1/painting-fill-02-t-expected.txt:
3101 * svg/W3C-SVG-1.1/painting-fill-03-t-expected.txt:
3102 * svg/W3C-SVG-1.1/painting-fill-04-t-expected.txt:
3103 * svg/W3C-SVG-1.1/painting-marker-01-f-expected.txt:
3104 * svg/W3C-SVG-1.1/painting-marker-02-f-expected.txt:
3105 * svg/W3C-SVG-1.1/painting-render-01-b-expected.txt:
3106 * svg/W3C-SVG-1.1/painting-stroke-01-t-expected.checksum:
3107 * svg/W3C-SVG-1.1/painting-stroke-01-t-expected.png:
3108 * svg/W3C-SVG-1.1/painting-stroke-01-t-expected.txt:
3109 * svg/W3C-SVG-1.1/painting-stroke-02-t-expected.checksum:
3110 * svg/W3C-SVG-1.1/painting-stroke-02-t-expected.png:
3111 * svg/W3C-SVG-1.1/painting-stroke-02-t-expected.txt:
3112 * svg/W3C-SVG-1.1/painting-stroke-03-t-expected.checksum:
3113 * svg/W3C-SVG-1.1/painting-stroke-03-t-expected.png:
3114 * svg/W3C-SVG-1.1/painting-stroke-03-t-expected.txt:
3115 * svg/W3C-SVG-1.1/painting-stroke-04-t-expected.checksum:
3116 * svg/W3C-SVG-1.1/painting-stroke-04-t-expected.png:
3117 * svg/W3C-SVG-1.1/painting-stroke-04-t-expected.txt:
3118 * svg/W3C-SVG-1.1/paths-data-01-t-expected.txt:
3119 * svg/W3C-SVG-1.1/paths-data-02-t-expected.txt:
3120 * svg/W3C-SVG-1.1/paths-data-03-f-expected.txt:
3121 * svg/W3C-SVG-1.1/paths-data-04-t-expected.txt:
3122 * svg/W3C-SVG-1.1/paths-data-05-t-expected.txt:
3123 * svg/W3C-SVG-1.1/paths-data-06-t-expected.txt:
3124 * svg/W3C-SVG-1.1/paths-data-07-t-expected.txt:
3125 * svg/W3C-SVG-1.1/pservers-grad-01-b-expected.txt:
3126 * svg/W3C-SVG-1.1/pservers-grad-02-b-expected.txt:
3127 * svg/W3C-SVG-1.1/pservers-grad-03-b-expected.txt:
3128 * svg/W3C-SVG-1.1/pservers-grad-04-b-expected.txt:
3129 * svg/W3C-SVG-1.1/pservers-grad-05-b-expected.txt:
3130 * svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt:
3131 * svg/W3C-SVG-1.1/pservers-grad-07-b-expected.txt:
3132 * svg/W3C-SVG-1.1/pservers-grad-08-b-expected.txt:
3133 * svg/W3C-SVG-1.1/pservers-grad-09-b-expected.txt:
3134 * svg/W3C-SVG-1.1/pservers-grad-10-b-expected.txt:
3135 * svg/W3C-SVG-1.1/pservers-grad-11-b-expected.txt:
3136 * svg/W3C-SVG-1.1/pservers-grad-12-b-expected.txt:
3137 * svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.txt:
3138 * svg/W3C-SVG-1.1/render-elems-01-t-expected.txt:
3139 * svg/W3C-SVG-1.1/render-elems-02-t-expected.txt:
3140 * svg/W3C-SVG-1.1/render-elems-03-t-expected.txt:
3141 * svg/W3C-SVG-1.1/render-elems-06-t-expected.txt:
3142 * svg/W3C-SVG-1.1/render-elems-07-t-expected.txt:
3143 * svg/W3C-SVG-1.1/render-elems-08-t-expected.txt:
3144 * svg/W3C-SVG-1.1/render-groups-01-b-expected.txt:
3145 * svg/W3C-SVG-1.1/render-groups-03-t-expected.txt:
3146 * svg/W3C-SVG-1.1/script-handle-01-b-expected.txt:
3147 * svg/W3C-SVG-1.1/script-handle-02-b-expected.txt:
3148 * svg/W3C-SVG-1.1/script-handle-03-b-expected.txt:
3149 * svg/W3C-SVG-1.1/script-handle-04-b-expected.txt:
3150 * svg/W3C-SVG-1.1/shapes-circle-01-t-expected.txt:
3151 * svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.txt:
3152 * svg/W3C-SVG-1.1/shapes-line-01-t-expected.txt:
3153 * svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.txt:
3154 * svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.txt:
3155 * svg/W3C-SVG-1.1/shapes-rect-01-t-expected.txt:
3156 * svg/W3C-SVG-1.1/struct-cond-01-t-expected.txt:
3157 * svg/W3C-SVG-1.1/struct-cond-02-t-expected.txt:
3158 * svg/W3C-SVG-1.1/struct-defs-01-t-expected.txt:
3159 * svg/W3C-SVG-1.1/struct-dom-01-b-expected.txt:
3160 * svg/W3C-SVG-1.1/struct-dom-02-b-expected.txt:
3161 * svg/W3C-SVG-1.1/struct-dom-03-b-expected.txt:
3162 * svg/W3C-SVG-1.1/struct-dom-04-b-expected.txt:
3163 * svg/W3C-SVG-1.1/struct-dom-05-b-expected.txt:
3164 * svg/W3C-SVG-1.1/struct-dom-06-b-expected.txt:
3165 * svg/W3C-SVG-1.1/struct-group-01-t-expected.txt:
3166 * svg/W3C-SVG-1.1/struct-group-02-b-expected.txt:
3167 * svg/W3C-SVG-1.1/struct-image-01-t-expected.txt:
3168 * svg/W3C-SVG-1.1/struct-image-02-b-expected.txt:
3169 * svg/W3C-SVG-1.1/struct-image-03-t-expected.txt:
3170 * svg/W3C-SVG-1.1/struct-image-04-t-expected.txt:
3171 * svg/W3C-SVG-1.1/struct-image-05-b-expected.txt:
3172 * svg/W3C-SVG-1.1/struct-symbol-01-b-expected.txt:
3173 * svg/W3C-SVG-1.1/styling-css-01-b-expected.txt:
3174 * svg/W3C-SVG-1.1/styling-css-02-b-expected.txt:
3175 * svg/W3C-SVG-1.1/styling-css-03-b-expected.txt:
3176 * svg/W3C-SVG-1.1/styling-inherit-01-b-expected.txt:
3177 * svg/W3C-SVG-1.1/styling-pres-01-t-expected.txt:
3178 * svg/W3C-SVG-1.1/text-align-01-b-expected.txt:
3179 * svg/W3C-SVG-1.1/text-align-02-b-expected.checksum:
3180 * svg/W3C-SVG-1.1/text-align-02-b-expected.png:
3181 * svg/W3C-SVG-1.1/text-align-02-b-expected.txt:
3182 * svg/W3C-SVG-1.1/text-align-03-b-expected.checksum:
3183 * svg/W3C-SVG-1.1/text-align-03-b-expected.png:
3184 * svg/W3C-SVG-1.1/text-align-03-b-expected.txt:
3185 * svg/W3C-SVG-1.1/text-align-04-b-expected.txt:
3186 * svg/W3C-SVG-1.1/text-align-05-b-expected.txt:
3187 * svg/W3C-SVG-1.1/text-align-06-b-expected.txt:
3188 * svg/W3C-SVG-1.1/text-altglyph-01-b-expected.txt:
3189 * svg/W3C-SVG-1.1/text-deco-01-b-expected.txt:
3190 * svg/W3C-SVG-1.1/text-fonts-01-t-expected.txt:
3191 * svg/W3C-SVG-1.1/text-fonts-02-t-expected.txt:
3192 * svg/W3C-SVG-1.1/text-path-01-b-expected.txt:
3193 * svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt:
3194 * svg/W3C-SVG-1.1/text-text-01-b-expected.txt:
3195 * svg/W3C-SVG-1.1/text-text-03-b-expected.checksum:
3196 * svg/W3C-SVG-1.1/text-text-03-b-expected.png:
3197 * svg/W3C-SVG-1.1/text-text-03-b-expected.txt:
3198 * svg/W3C-SVG-1.1/text-tref-01-b-expected.txt:
3199 * svg/W3C-SVG-1.1/text-tselect-01-b-expected.txt:
3200 * svg/W3C-SVG-1.1/text-tspan-01-b-expected.txt:
3201 * svg/W3C-SVG-1.1/text-ws-01-t-expected.txt:
3202 * svg/W3C-SVG-1.1/text-ws-02-t-expected.txt:
3203 * svg/custom/coords-relative-units-transforms-expected.txt:
3204 * svg/custom/feComponentTransfer-Discrete-expected.txt:
3205 * svg/custom/feComponentTransfer-Gamma-expected.txt:
3206 * svg/custom/feComponentTransfer-Linear-expected.txt:
3207 * svg/custom/feComponentTransfer-Table-expected.txt:
3208 * svg/custom/image-with-transform-clip-filter-expected.txt:
3209 * svg/custom/invalid-css-expected.txt:
3210 * svg/custom/invalid-viewbox1-expected.txt:
3211 * svg/custom/invalid-viewbox2-expected.txt:
3212 * svg/custom/non-opaque-filters-expected.txt:
3213 * svg/custom/percentage-rect-expected.checksum:
3214 * svg/custom/percentage-rect-expected.png:
3215 * svg/custom/percentage-rect-expected.txt:
3216 * svg/custom/pointer-events-path-expected.txt:
3217 * svg/custom/svg-overflow-types-expected.txt:
3218 * svg/custom/text-clip-expected.txt:
3219 * svg/custom/text-filter-expected.txt:
3220 * svg/custom/text-gradient-no-content-expected.checksum:
3221 * svg/custom/text-gradient-no-content-expected.png:
3222 * svg/custom/text-gradient-no-content-expected.txt:
3223 * svg/custom/text-hit-test-expected.txt:
3224 * svg/custom/text-image-opacity-expected.txt:
3225 * svg/custom/tref-update-expected.txt:
3226 * svg/custom/width-full-percentage-expected.checksum: Added.
3227 * svg/custom/width-full-percentage-expected.png: Added.
3228 * svg/custom/width-full-percentage-expected.txt: Added.
3229 * svg/custom/width-full-percentage.svg: Added.
3231 2006-09-05 Darin Adler <darin@apple.com>
3235 - test for bug where the charset in a link element for a CSS stylesheet is ignored.
3236 I noticed this while working on new text encoding machinery.
3238 * fast/encoding/css-link-charset-expected.txt: Added.
3239 * fast/encoding/css-link-charset.css: Added.
3240 * fast/encoding/css-link-charset.html: Added.
3242 - test for http://bugs.webkit.org/show_bug.cgi?id=10681
3243 REGRESSION: Reproducible crash at Wikipedia
3244 (Alexey wrote this one, I reviewed.)
3246 * fast/forms/form-data-encoding-normalization-overrun-expected.txt: Added.
3247 * fast/forms/form-data-encoding-normalization-overrun.html: Added.
3249 - and a tweak to an existing test
3251 * fast/forms/form-data-encoding.html: Changed to dump encoded URL so it's easier to
3252 diagnose this when it fails.
3254 2006-09-05 Justin Garcia <justin.garcia@apple.com>
3256 Reviewed by thatcher
3258 Setup for <rdar://problem/4344550> Misspellings aren't marked after undo delete
3261 * editing/pasteboard/4641033-expected.checksum:
3262 * editing/pasteboard/4641033-expected.png:
3263 * editing/execCommand/outdent-selection-expected.checksum:
3264 * editing/execCommand/outdent-selection-expected.png:
3266 Added a didChangeSelection notification that was absent before:
3267 * editing/deleting/collapse-whitespace-3587601-fix-expected.txt:
3268 * editing/deleting/delete-3608430-fix-expected.txt:
3269 * editing/deleting/delete-3608462-fix-expected.txt:
3270 * editing/deleting/delete-3775172-fix-expected.txt:
3271 * editing/deleting/delete-3800834-fix-expected.txt:
3272 * editing/deleting/delete-3857753-fix-expected.txt:
3273 * editing/deleting/delete-3865854-fix-expected.txt:
3274 * editing/deleting/delete-3928305-fix-expected.txt:
3275 * editing/deleting/delete-3959464-fix-expected.txt:
3276 * editing/deleting/delete-4038408-fix-expected.txt:
3277 * editing/deleting/delete-all-text-in-text-field-assertion-expected.txt:
3278 * editing/deleting/delete-at-paragraph-boundaries-001-expected.txt:
3279 * editing/deleting/delete-at-paragraph-boundaries-002-expected.txt:
3280 * editing/deleting/delete-at-paragraph-boundaries-003-expected.txt:
3281 * editing/deleting/delete-at-paragraph-boundaries-004-expected.txt:
3282 * editing/deleting/delete-at-paragraph-boundaries-005-expected.txt:
3283 * editing/deleting/delete-at-paragraph-boundaries-006-expected.txt:
3284 * editing/deleting/delete-at-paragraph-boundaries-007-expected.txt:
3285 * editing/deleting/delete-at-paragraph-boundaries-009-expected.txt:
3286 * editing/deleting/delete-at-paragraph-boundaries-010-expected.txt:
3287 * editing/deleting/delete-at-paragraph-boundaries-011-expected.txt:
3288 * editing/deleting/delete-block-contents-001-expected.txt:
3289 * editing/deleting/delete-block-contents-002-expected.txt:
3290 * editing/deleting/delete-block-contents-003-expected.txt:
3291 * editing/deleting/delete-block-merge-contents-001-expected.txt:
3292 * editing/deleting/delete-block-merge-contents-002-expected.txt:
3293 * editing/deleting/delete-block-merge-contents-003-expected.txt:
3294 * editing/deleting/delete-block-merge-contents-004-expected.txt:
3295 * editing/deleting/delete-block-merge-contents-005-expected.txt:
3296 * editing/deleting/delete-block-merge-contents-006-expected.txt:
3297 * editing/deleting/delete-block-merge-contents-007-expected.txt:
3298 * editing/deleting/delete-block-merge-contents-008-expected.txt:
3299 * editing/deleting/delete-block-merge-contents-009-expected.txt:
3300 * editing/deleting/delete-block-merge-contents-010-expected.txt:
3301 * editing/deleting/delete-block-merge-contents-012-expected.txt:
3302 * editing/deleting/delete-block-merge-contents-013-expected.txt:
3303 * editing/deleting/delete-block-merge-contents-014-expected.txt:
3304 * editing/deleting/delete-block-merge-contents-015-expected.txt:
3305 * editing/deleting/delete-block-merge-contents-016-expected.txt:
3306 * editing/deleting/delete-block-merge-contents-017-expected.txt:
3307 * editing/deleting/delete-block-merge-contents-018-expected.txt:
3308 * editing/deleting/delete-block-merge-contents-019-expected.txt:
3309 * editing/deleting/delete-block-merge-contents-020-expected.txt:
3310 * editing/deleting/delete-block-merge-contents-021-expected.txt:
3311 * editing/deleting/delete-block-merge-contents-022-expected.txt:
3312 * editing/deleting/delete-block-merge-contents-023-expected.txt:
3313 * editing/deleting/delete-block-merge-contents-024-expected.txt:
3314 * editing/deleting/delete-block-table-expected.txt:
3315 * editing/deleting/delete-br-008-expected.txt:
3316 * editing/deleting/delete-br-010-expected.txt:
3317 * editing/deleting/delete-br-011-expected.txt:
3318 * editing/deleting/delete-first-list-item-expected.txt:
3319 * editing/deleting/delete-image-001-expected.txt:
3320 * editing/deleting/delete-image-002-expected.txt:
3321 * editing/deleting/delete-image-003-expected.txt:
3322 * editing/deleting/delete-image-004-expected.txt:
3323 * editing/deleting/delete-line-001-expected.txt:
3324 * editing/deleting/delete-line-002-expected.txt:
3325 * editing/deleting/delete-line-003-expected.txt:
3326 * editing/deleting/delete-line-004-expected.txt:
3327 * editing/deleting/delete-line-005-expected.txt:
3328 * editing/deleting/delete-line-006-expected.txt:
3329 * editing/deleting/delete-line-007-expected.txt:
3330 * editing/deleting/delete-line-008-expected.txt:
3331 * editing/deleting/delete-line-009-expected.txt:
3332 * editing/deleting/delete-line-010-expected.txt:
3333 * editing/deleting/delete-line-011-expected.txt:
3334 * editing/deleting/delete-line-012-expected.txt:
3335 * editing/deleting/delete-line-013-expected.txt:
3336 * editing/deleting/delete-line-014-expected.txt:
3337 * editing/deleting/delete-line-015-expected.txt:
3338 * editing/deleting/delete-line-016-expected.txt:
3339 * editing/deleting/delete-line-017-expected.txt:
3340 * editing/deleting/delete-listitem-001-expected.txt:
3341 * editing/deleting/delete-listitem-002-expected.txt:
3342 * editing/deleting/delete-mixed-editable-content-001-expected.txt:
3343 * editing/deleting/delete-select-all-001-expected.txt:
3344 * editing/deleting/delete-select-all-002-expected.txt:
3345 * editing/deleting/delete-select-all-003-expected.txt:
3346 * editing/deleting/merge-different-styles-expected.txt:
3347 * editing/deleting/merge-endOfParagraph-expected.txt:
3348 * editing/deleting/merge-no-br-expected.txt:
3349 * editing/deleting/pruning-after-merge-1-expected.txt:
3350 * editing/deleting/pruning-after-merge-2-expected.txt:
3351 * editing/deleting/table-cells-expected.txt:
3352 * editing/execCommand/boldSelection-expected.txt:
3353 * editing/execCommand/create-list-from-range-selection-expected.txt:
3354 * editing/execCommand/createLink-expected.txt:
3355 * editing/execCommand/format-block-expected.txt:
3356 * editing/execCommand/format-block-from-range-selection-expected.txt:
3357 * editing/execCommand/format-block-with-braces-expected.txt:
3358 * editing/execCommand/format-block-with-trailing-br-expected.txt:
3359 * editing/execCommand/hilitecolor-expected.txt:
3360 * editing/execCommand/indent-list-item-expected.txt:
3361 * editing/execCommand/indent-selection-expected.txt:
3362 * editing/execCommand/insert-list-and-stitch-expected.txt:
3363 * editing/execCommand/insert-list-with-id-expected.txt:
3364 * editing/execCommand/insertHTML-expected.txt:
3365 * editing/execCommand/insertHorizontalRule-expected.txt:
3366 * editing/execCommand/remove-formatting-expected.txt:
3367 * editing/execCommand/remove-list-from-range-selection-expected.txt:
3368 * editing/execCommand/remove-list-items-expected.txt:
3369 * editing/execCommand/strikethroughSelection-expected.txt:
3370 * editing/execCommand/switch-list-type-expected.txt:
3371 * editing/execCommand/unlink-expected.txt:
3372 * editing/input/text-input-controller-expected.txt:
3373 * editing/inserting/insert-3654864-fix-expected.txt:
3374 * editing/inserting/insert-3659587-fix-expected.txt:
3375 * editing/inserting/insert-3775316-fix-expected.txt:
3376 * editing/inserting/insert-3851164-fix-expected.txt:
3377 * editing/inserting/insert-3907422-fix-expected.txt:
3378 * editing/inserting/insert-after-delete-001-expected.txt:
3379 * editing/inserting/insert-div-001-expected.txt:
3380 * editing/inserting/insert-div-002-expected.txt:
3381 * editing/inserting/insert-div-003-expected.txt:
3382 * editing/inserting/insert-div-005-expected.txt:
3383 * editing/inserting/insert-div-007-expected.txt:
3384 * editing/inserting/insert-div-009-expected.txt:
3385 * editing/inserting/insert-div-010-expected.txt:
3386 * editing/inserting/insert-div-020-expected.txt:
3387 * editing/inserting/insert-div-023-expected.txt:
3388 * editing/inserting/insert-div-024-expected.txt:
3389 * editing/inserting/insert-div-025-expected.txt:
3390 * editing/inserting/insert-div-026-expected.txt:
3391 * editing/inserting/multiple-lines-selected-expected.txt:
3392 * editing/inserting/paragraph-separator-03-expected.txt:
3393 * editing/inserting/paragraph-separator-in-table-2-expected.txt:
3394 * editing/inserting/redo-expected.txt:
3395 * editing/inserting/return-key-with-selection-001-expected.txt:
3396 * editing/inserting/return-key-with-selection-002-expected.txt:
3397 * editing/inserting/return-key-with-selection-003-expected.txt:
3398 * editing/pasteboard/3976872-expected.txt:
3399 * editing/pasteboard/4076267-3-expected.txt:
3400 * editing/pasteboard/4076267-expected.txt:
3401 * editing/pasteboard/4700297-expected.txt:
3402 * editing/pasteboard/8145-3-expected.txt:
3403 * editing/pasteboard/block-wrappers-necessary-expected.txt:
3404 * editing/pasteboard/copy-paste-bidi-expected.txt:
3405 * editing/pasteboard/displaced-generic-placeholder-expected.txt:
3406 * editing/pasteboard/displaced-placeholder-expected.txt:
3407 * editing/pasteboard/display-block-on-spans-expected.txt:
3408 * editing/pasteboard/drag-drop-modifies-page-expected.txt:
3409 * editing/pasteboard/interchange-newline-2-expected.txt:
3410 * editing/pasteboard/merge-after-delete-1-expected.txt:
3411 * editing/pasteboard/merge-after-delete-2-expected.txt:
3412 * editing/pasteboard/merge-after-delete-expected.txt:
3413 * editing/pasteboard/merge-end-3-expected.txt:
3414 * editing/pasteboard/merge-end-5-expected.txt:
3415 * editing/pasteboard/merge-end-blockquote-expected.txt:
3416 * editing/pasteboard/merge-end-list-expected.txt:
3417 * editing/pasteboard/merge-end-table-expected.txt:
3418 * editing/pasteboard/paste-4035648-fix-expected.txt:
3419 * editing/pasteboard/paste-4039777-fix-expected.txt:
3420 * editing/pasteboard/paste-line-endings-001-expected.txt:
3421 * editing/pasteboard/paste-line-endings-006-expected.txt:
3422 * editing/pasteboard/paste-match-style-001-expected.txt:
3423 * editing/pasteboard/paste-match-style-002-expected.txt:
3424 * editing/pasteboard/paste-pre-001-expected.txt:
3425 * editing/pasteboard/paste-pre-002-expected.txt:
3426 * editing/pasteboard/paste-table-002-expected.txt:
3427 * editing/pasteboard/paste-table-003-expected.txt:
3428 * editing/pasteboard/paste-text-006-expected.txt:
3429 * editing/pasteboard/paste-text-007-expected.txt:
3430 * editing/pasteboard/paste-text-010-expected.txt:
3431 * editing/pasteboard/paste-text-011-expected.txt:
3432 * editing/pasteboard/paste-text-015-expected.txt:
3433 * editing/pasteboard/paste-text-016-expected.txt:
3434 * editing/pasteboard/paste-text-017-expected.txt:
3435 * editing/pasteboard/paste-text-018-expected.txt:
3436 * editing/pasteboard/prevent-block-nesting-01-expected.txt:
3437 * editing/pasteboard/smart-paste-003-expected.txt:
3438 * editing/pasteboard/smart-paste-004-expected.txt:
3439 * editing/pasteboard/smart-paste-005-expected.txt:
3440 * editing/pasteboard/smart-paste-006-expected.txt:
3441 * editing/pasteboard/smart-paste-007-expected.txt:
3442 * editing/pasteboard/smart-paste-008-expected.txt:
3443 * editing/pasteboard/testcase-9507-expected.txt:
3444 * editing/pasteboard/undoable-fragment-removes-expected.txt:
3445 * editing/selection/expanding-selections-expected.txt:
3446 * editing/selection/expanding-selections2-expected.txt:
3447 * editing/selection/node-removal-1-expected.txt:
3448 * editing/selection/node-removal-2-expected.txt:
3449 * editing/selection/select-all-iframe-expected.txt:
3450 * editing/selection/skip-non-editable-1-expected.txt:
3451 * editing/selection/triple-click-in-pre-expected.txt:
3452 * editing/style/apple-style-editable-mix-expected.txt:
3453 * editing/style/block-style-004-expected.txt:
3454 * editing/style/block-style-005-expected.txt:
3455 * editing/style/block-style-006-expected.txt:
3456 * editing/style/create-block-for-style-001-expected.txt:
3457 * editing/style/create-block-for-style-002-expected.txt:
3458 * editing/style/create-block-for-style-003-expected.txt:
3459 * editing/style/create-block-for-style-004-expected.txt:
3460 * editing/style/create-block-for-style-007-expected.txt:
3461 * editing/style/create-block-for-style-009-expected.txt:
3462 * editing/style/create-block-for-style-010-expected.txt:
3463 * editing/style/create-block-for-style-011-expected.txt:
3464 * editing/style/create-block-for-style-012-expected.txt:
3465 * editing/style/create-block-for-style-013-expected.txt:
3466 * editing/style/designmode-expected.txt:
3467 * editing/style/relative-font-size-change-001-expected.txt:
3468 * editing/style/relative-font-size-change-002-expected.txt:
3469 * editing/style/remove-underline-across-paragraph-expected.txt:
3470 * editing/style/remove-underline-across-paragraph-in-bold-expected.txt:
3471 * editing/style/remove-underline-after-paragraph-expected.txt:
3472 * editing/style/remove-underline-after-paragraph-in-bold-expected.txt:
3473 * editing/style/remove-underline-from-stylesheet-expected.txt:
3474 * editing/style/smoosh-styles-001-expected.txt:
3475 * editing/style/smoosh-styles-002-expected.txt:
3476 * editing/style/smoosh-styles-003-expected.txt:
3477 * editing/style/style-3681552-fix-001-expected.txt:
3478 * editing/style/style-3681552-fix-002-expected.txt:
3479 * editing/style/style-3690704-fix-expected.txt:
3480 * editing/style/style-3998892-fix-expected.txt:
3481 * editing/style/style-boundary-001-expected.txt:
3482 * editing/style/style-boundary-003-expected.txt:
3483 * editing/style/style-boundary-004-expected.txt:
3484 * editing/style/typing-style-001-expected.txt:
3485 * editing/style/typing-style-003-expected.txt:
3486 * editing/undo/undo-misspellings-expected.txt:
3487 * editing/unsupported-content/list-delete-001-expected.txt:
3488 * editing/unsupported-content/list-delete-002-expected.txt:
3489 * editing/unsupported-content/list-delete-003-expected.txt:
3490 * editing/unsupported-content/table-delete-001-expected.txt:
3491 * editing/unsupported-content/table-delete-002-expected.txt:
3492 * editing/unsupported-content/table-delete-003-expected.txt:
3493 * fast/forms/attributed-strings-expected.txt:
3494 * fast/forms/cursor-position-expected.txt:
3495 * fast/forms/drag-into-textarea-expected.txt:
3496 * fast/forms/input-appearance-maxlength-expected.txt:
3497 * fast/forms/input-paste-undo-expected.txt:
3498 * fast/forms/input-selection-restore-expected.txt:
3499 * fast/forms/input-text-paste-maxlength-expected.txt:
3500 * fast/forms/selection-functions-expected.txt:
3501 * fast/forms/text-field-setvalue-crash-expected.txt:
3502 * fast/forms/textarea-paste-newline-expected.txt:
3504 2006-09-04 Alexey Proskuryakov <ap@nypop.com>
3508 Tests for http://bugs.webkit.org/show_bug.cgi?id=10716
3509 XMLHttpRequest.responseText is null if HTTP response is empty
3511 The results are not fully correct yet:
3512 - accessing properties that are now undefined should cause an exception;
3513 - on error, responseXML should be null, rather than contain an HTML document describing
3516 * http/tests/xmlhttprequest/supported-xml-content-types-expected.txt: Updated for responseXML