1 2006-09-30 Geoffrey Garen <ggaren@apple.com>
3 Added test for the viewource attribute, which applies to <frame> and
6 * fast/frames/viewsource-attribute-expected.txt: Added.
7 * fast/frames/viewsource-attribute.html: Added.
9 * fast/frames/frameElement-widthheight.html: Removed stray character.
11 2006-09-30 David Harrison <harrison@apple.com>
13 Reviewed by John Sullivan.
15 <rdar://problem/4641262> REGRESSION: Japanese text corrupts on wrapping point
17 * fast/text/international/wrap-CJK-001-expected.checksum: Added.
18 * fast/text/international/wrap-CJK-001-expected.png: Added.
19 * fast/text/international/wrap-CJK-001-expected.txt: Added.
20 * fast/text/international/wrap-CJK-001.html: Added.
22 2006-10-01 Graham Dennis <graham.dennis@gmail.com>
26 Test for http://bugs.webkit.org/show_bug.cgi?id=10842
27 REGRESSION (r15418): contenteditable div truncates rightmost Japanese character
29 * fast/text/line-breaks-after-white-space-expected.checksum: Added.
30 * fast/text/line-breaks-after-white-space-expected.png: Added.
31 * fast/text/line-breaks-after-white-space-expected.txt: Added.
32 * fast/text/line-breaks-after-white-space.html: Added.
34 2006-10-01 Alexey Proskuryakov <ap@nypop.com>
36 Reviewed by Maciej and Darin.
38 Test for http://bugs.webkit.org/show_bug.cgi?id=4372
39 JavaScript document.write page form does not submit in Safari
41 * fast/forms/document-write-expected.txt: Added.
42 * fast/forms/document-write.html: Added.
44 2006-09-30 Alexey Proskuryakov <ap@nypop.com>
48 Test for http://bugs.webkit.org/show_bug.cgi?id=11011
49 External CSS is parsed as iso-8859-1 even though the main document is utf-8
51 * fast/encoding/css-charset-default-expected.txt: Added.
52 * fast/encoding/css-charset-default.xhtml: Added.
53 * fast/encoding/css-charset-import.css: Added.
54 * fast/encoding/css-charset-inherit-iso-8859-5.css: Added.
55 * fast/encoding/css-charset-inherit-koi-8.css: Added.
57 2006-09-30 Rob Buis <buis@kde.org>
62 http://bugs.webkit.org/show_bug.cgi?id=11096
63 Hit testing for polylines fails
65 * svg/custom/polyline-hittest-expected.checksum: Added.
66 * svg/custom/polyline-hittest-expected.png: Added.
67 * svg/custom/polyline-hittest-expected.txt: Added.
68 * svg/custom/polyline-hittest.svg: Added.
70 2006-09-29 Timothy Hatcher <timothy@apple.com>
72 Bug 11041: fast/dom/isindex-001 needs new results
73 http://bugs.webkit.org/show_bug.cgi?id=11041
75 * fast/dom/isindex-001-expected.txt:
77 2006-09-29 Geoffrey Garen <ggaren@apple.com>
79 Reviewed by John, Maciej.
81 Added test for whether a frame element reports its src attribute as a
82 complete, rather than relative, URL.
84 * fast/frames/frame-src-attribute-expected.txt: Added.
85 * fast/frames/frame-src-attribute.html: Added.
86 * fast/frames/resources/frame-src-attribute-subframe.html: Added.
88 2006-09-29 David Harrison <harrison@apple.com>
90 Reviewed by John Sullivan.
92 <rdar://problem/4663772> REGRESSION: Cannot type in Japanese after replying to a particular message
93 <rdar://problem/4673293> REGRESSION: Can't enter the Japanese characters in Mail or Blot
95 * fast/text/attributed-substring-from-range-001-expected.txt: Added.
96 * fast/text/attributed-substring-from-range-001.html: Added.
98 Check attributed string results when starting or ending at a br element.
100 2006-09-29 Rob Buis <buis@kde.org>
105 http://bugs.webkit.org/show_bug.cgi?id=10893
106 InsertRule can not handle @import statements
108 * fast/dom/css-insert-import-rule.html: Added.
109 * fast/dom/resources/css-insert-import-rule.css: Added.
111 2006-09-28 David Harrison <harrison@apple.com>
115 Call clearKillRing() so we are guaranteed to start with empty kill ring.
117 * editing/pasteboard/emacs-cntl-y-001.html:
119 2006-09-27 Eric Seidel <eric@eseidel.com>
123 paths with no fill specified default to black but do not recieve paint-related mouse events
124 http://bugs.webkit.org/show_bug.cgi?id=11069
126 * svg/custom/hover-default-fill-expected.checksum: Added.
127 * svg/custom/hover-default-fill-expected.png: Added.
128 * svg/custom/hover-default-fill-expected.txt: Added.
129 * svg/custom/hover-default-fill.svg: Added.
131 2006-09-27 Rob Buis <buis@kde.org>
136 http://bugs.webkit.org/show_bug.cgi?id=11015
137 SVG handles em units incorrectly
139 * svg/custom/viewport-em-expected.checksum: Added.
140 * svg/custom/viewport-em-expected.png: Added.
141 * svg/custom/viewport-em-expected.txt: Added.
142 * svg/custom/viewport-em.svg: Added.
143 * svg/custom/viewport-update2-expected.checksum: Added.
144 * svg/custom/viewport-update2-expected.png: Added.
145 * svg/custom/viewport-update2-expected.txt: Added.
146 * svg/custom/viewport-update2.svg: Added.
148 2006-09-27 Eric Seidel <eric@eseidel.com>
152 Updated test (and results) for new invalid fill behavior.
153 http://bugs.webkit.org/show_bug.cgi?id=11017
155 * svg/custom/invalid-fill-expected.checksum:
156 * svg/custom/invalid-fill-expected.png:
157 * svg/custom/invalid-fill-expected.txt:
158 * svg/custom/invalid-fill.svg:
160 2006-09-26 Justin Garcia <justin.garcia@apple.com>
164 <rdar://problem/4747695>
165 Gmail Editor: Crash at WebCore::Range::startPosition() when decreasing a indent
167 * editing/deleting/list-item-1-expected.checksum: Added.
168 * editing/deleting/list-item-1-expected.png: Added.
169 * editing/deleting/list-item-1-expected.txt: Added.
170 * editing/deleting/list-item-1.html: Added.
171 * editing/execCommand/remove-list-item-1-expected.checksum: Added.
172 * editing/execCommand/remove-list-item-1-expected.png: Added.
173 * editing/execCommand/remove-list-item-1-expected.txt: Added.
174 * editing/execCommand/remove-list-item-1.html: Added.
176 2006-09-26 David Harrison <harrison@apple.com>
178 Reviewed by John and TimH.
180 <rdar://problem/4743256> Seed: Ctrl-Y key binding does nothing when kill ring is empty
182 * editing/pasteboard/emacs-cntl-y-001-expected.checksum: Added.
183 * editing/pasteboard/emacs-cntl-y-001-expected.png: Added.
184 * editing/pasteboard/emacs-cntl-y-001-expected.txt: Added.
185 * editing/pasteboard/emacs-cntl-y-001.html: Added.
187 2006-09-26 Eric Seidel <eric@eseidel.com>
191 viewbox parser does not allow <tab> as a delimiter
192 http://bugs.webkit.org/show_bug.cgi?id=11014
194 * svg/hixie/viewbox/003-expected.checksum: Added.
195 * svg/hixie/viewbox/003-expected.png: Added.
196 * svg/hixie/viewbox/003-expected.txt: Added.
197 * svg/hixie/viewbox/003.xml: Added.
199 2006-09-26 Eric Seidel <eric@eseidel.com>
203 SVGDocument::createElement does not create elements in the SVG namespace
204 http://bugs.webkit.org/show_bug.cgi?id=10932
206 * svg/custom/createelement-expected.checksum: Added.
207 * svg/custom/createelement-expected.png: Added.
208 * svg/custom/createelement-expected.txt: Added.
209 * svg/custom/createelement.svg: Added.
211 2006-09-26 Eric Seidel <eric@eseidel.com>
215 RenderPath::nodeAtPoint does not respect stroke width
216 http://bugs.webkit.org/show_bug.cgi?id=10829
218 * svg/custom/stroke-width-click-expected.txt: Added.
219 * svg/custom/stroke-width-click.svg: Added.
221 2006-09-25 Justin Garcia <justin.garcia@apple.com>
225 * editing/execCommand/indent-empty-root-expected.checksum: Added.
226 * editing/execCommand/indent-empty-root-expected.png: Added.
227 * editing/execCommand/indent-empty-root-expected.txt: Added.
228 * editing/execCommand/indent-empty-root.html: Added.
230 2006-09-24 Eric Seidel <eric@eseidel.com>
234 Add test: svg/custom/viewport-clip.svg
235 and update results for:
236 http://bugs.webkit.org/show_bug.cgi?id=11007
237 (Also update some old results, due to CoreImage variance)
239 * svg/custom/baseval-animval-equality.svg:
240 * svg/custom/empty-merge-expected.checksum:
241 * svg/custom/empty-merge-expected.png:
242 * svg/custom/empty-merge-expected.txt:
243 * svg/custom/empty-merge.svg:
244 * svg/custom/feDisplacementMap-01-expected.checksum:
245 * svg/custom/feDisplacementMap-01-expected.png:
246 * svg/custom/foreign-object-skew-expected.checksum:
247 * svg/custom/foreign-object-skew-expected.png:
248 * svg/custom/gradient-stroke-width-expected.txt:
249 * svg/custom/grayscale-gradient-mask-expected.checksum:
250 * svg/custom/grayscale-gradient-mask-expected.png:
251 * svg/custom/grayscale-gradient-mask-expected.txt:
252 * svg/custom/grayscale-gradient-mask.svg:
253 * svg/custom/image-with-transform-clip-filter-expected.checksum:
254 * svg/custom/image-with-transform-clip-filter-expected.png:
255 * svg/custom/path-bad-data-expected.checksum:
256 * svg/custom/path-bad-data-expected.png:
257 * svg/custom/path-bad-data-expected.txt:
258 * svg/custom/text-filter-expected.checksum:
259 * svg/custom/text-filter-expected.png:
260 * svg/custom/text-image-opacity-expected.checksum:
261 * svg/custom/text-image-opacity-expected.png:
262 * svg/custom/transform-scale-parse.svg:
263 * svg/custom/viewport-clip-expected.checksum: Added.
264 * svg/custom/viewport-clip-expected.png: Added.
265 * svg/custom/viewport-clip-expected.txt: Added.
266 * svg/custom/viewport-clip.svg: Added.
268 2006-09-24 Eric Seidel <eric@eseidel.com>
272 Browsers disagree on behavior for an invalid fill
273 http://bugs.webkit.org/show_bug.cgi?id=11017
275 * svg/custom/invalid-fill-expected.checksum: Added.
276 * svg/custom/invalid-fill-expected.png: Added.
277 * svg/custom/invalid-fill-expected.txt: Added.
278 * svg/custom/invalid-fill.svg: Added.
280 2006-09-24 Eric Seidel <eric@eseidel.com>
284 Import one of Hixie's tests for:
285 <svg:a> cannot be styled with a:hover
286 http://bugs.webkit.org/show_bug.cgi?id=11005
288 * svg/hixie/cascade/002.css: Added.
289 * svg/hixie/cascade/002.xml: Added.
291 2006-09-23 Alexey Proskuryakov <ap@nypop.com>
295 http://bugs.webkit.org/show_bug.cgi?id=4872
296 XMLHttpRequest fails to throw an exception when there is a security violation
297 (mismatching domains)
299 * http/tests/xmlhttprequest/exceptions-expected.txt: Added.
300 * http/tests/xmlhttprequest/exceptions.html: Added.
302 * http/tests/xmlhttprequest/extra-parameters-expected.txt: Added.
303 * http/tests/xmlhttprequest/extra-parameters.html: Added.
304 * http/tests/xmlhttprequest/resources/post-echo.cgi: Added.
305 Test that passing too many parameters is OK (Firefox behavior; WinIE raises an exception).
307 * fast/dom/xmlhttprequest-get-expected.txt: Updated results.
309 * http/tests/xmlhttprequest/zero-length-response-expected.txt:
310 * http/tests/xmlhttprequest/zero-length-response-sync-expected.txt:
311 * http/tests/xmlhttprequest/zero-length-response-sync.html:
312 * http/tests/xmlhttprequest/zero-length-response.html:
313 Updated results and changed state names to match the current spec.
315 * http/tests/xmlhttprequest/resources/zero-length.xml: Added.
317 2006-09-21 Nikolas Zimmermann <zimmermann@kde.org>
322 http://bugs.webkit.org/show_bug.cgi?id=10977
323 SVGDocument does not expose 'rootElement' property
325 * svg/custom/rootelement-expected.checksum: Added.
326 * svg/custom/rootelement-expected.png: Added.
327 * svg/custom/rootelement-expected.txt: Added.
328 * svg/custom/rootelement.svg: Added.
330 2006-09-21 Timothy Hatcher <timothy@apple.com>
332 Adding more calls to layoutTestController.dumpChildFrameScrollPositions()
333 for tests that need to report child frame scroll positions.
335 * http/tests/navigation/anchor-frames.html:
336 * http/tests/navigation/anchor-subframeload.html:
337 * http/tests/navigation/relativeanchor-frames.html:
339 2006-09-21 Timothy Hatcher <timothy@apple.com>
343 Bug 10923: Frame scroll layout test failures on the buildbot
344 http://bugs.webkit.org/show_bug.cgi?id=10923
346 Made this test call layoutTestController.dumpChildFrameScrollPositions().
348 * fast/overflow/scrollRevealButton-expected.txt:
349 * fast/overflow/scrollRevealButton.html:
351 2006-09-20 Justin Garcia <justin.garcia@apple.com>
355 * editing/pasteboard/subframe-dragndrop-1-expected.checksum: Added.
356 * editing/pasteboard/subframe-dragndrop-1-expected.png: Added.
357 * editing/pasteboard/subframe-dragndrop-1-expected.txt: Added.
358 * editing/pasteboard/subframe-dragndrop-1.html: Added.
360 2006-09-20 Rob Buis <buis@kde.org>
364 Updated test results because of:
365 http://bugs.webkit.org/show_bug.cgi?id=10946
366 new marker code draws end-marker in wrong place
368 * svg/W3C-SVG-1.1/painting-marker-02-f-expected.checksum:
369 * svg/W3C-SVG-1.1/painting-marker-02-f-expected.png:
370 * svg/custom/invalid-css-expected.txt:
372 2006-09-20 Julien Palmas <julien.palmas@gmail.com>
374 Reviewed by eseidel. Landed by eseidel.
376 Test for http://bugs.webkit.org/show_bug.cgi?id=6003
378 * svg/custom/pattern-y-offset-expected.checksum: Added.
379 * svg/custom/pattern-y-offset-expected.png: Added.
380 * svg/custom/pattern-y-offset-expected.txt: Added.
381 * svg/custom/pattern-y-offset.svg: Added.
383 2006-09-20 Justin Garcia <justin.garcia@apple.com>
387 * editing/selection/editable-links.html: Added.
388 * editing/selection/editable-links.html-disabled: Removed.
390 2006-09-20 Adam Roben <aroben@apple.com>
394 Fixes http://bugs.webkit.org/show_bug.cgi?id=10953
395 Test results for fast/js/window-properties.html should include
396 children of window.document.body.firstChild
398 * fast/js/window-properties-expected.txt: Regenerate results which now
399 include window.document.body.firstChild.*
400 * fast/js/window-properties.html: Print out 'null' for null objects
401 instead of 'object' for more clarity
403 2006-09-20 Adam Roben <aroben@apple.com>
407 Adding test for http://bugs.webkit.org/show_bug.cgi?id=10935
408 REGRESSION: file upload control with direction:rtl or text-align:right
409 draws button on top of filename/icon
411 * fast/forms/file-input-direction-expected.checksum: Added.
412 * fast/forms/file-input-direction-expected.png: Added.
413 * fast/forms/file-input-direction-expected.txt: Added.
414 * fast/forms/file-input-direction.html: Added.
416 2006-09-20 Eric Seidel <eric@eseidel.com>
420 Commit two test updates I forgot to commit with:
421 Markers should clip to their viewport.
422 http://bugs.webkit.org/show_bug.cgi?id=5967
424 * svg/W3C-SVG-1.1/painting-marker-01-f-expected.checksum:
425 * svg/W3C-SVG-1.1/painting-marker-01-f-expected.png:
426 * svg/W3C-SVG-1.1/painting-marker-01-f-expected.txt:
427 * svg/W3C-SVG-1.1/painting-marker-02-f-expected.checksum:
428 * svg/W3C-SVG-1.1/painting-marker-02-f-expected.png:
429 * svg/W3C-SVG-1.1/painting-marker-02-f-expected.txt:
431 2006-09-19 Eric Seidel <eric@eseidel.com>
435 Updated results for http://bugs.webkit.org/show_bug.cgi?id=8585
437 * svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt:
438 * svg/W3C-SVG-1.1/filters-color-01-b-expected.txt:
439 * svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt:
440 * svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt:
441 * svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt:
442 * svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.txt:
443 * svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt:
444 * svg/W3C-SVG-1.1/filters-example-01-b-expected.txt:
445 * svg/W3C-SVG-1.1/filters-gauss-01-b-expected.txt:
446 * svg/W3C-SVG-1.1/filters-image-01-b-expected.txt:
447 * svg/W3C-SVG-1.1/filters-light-01-f-expected.txt:
448 * svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt:
449 * svg/W3C-SVG-1.1/filters-offset-01-b-expected.txt:
450 * svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt:
451 * svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt:
452 * svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt:
453 * svg/custom/feComponentTransfer-Discrete-expected.txt:
454 * svg/custom/feComponentTransfer-Gamma-expected.txt:
455 * svg/custom/feComponentTransfer-Linear-expected.txt:
456 * svg/custom/feComponentTransfer-Table-expected.txt:
457 * svg/custom/feDisplacementMap-01-expected.txt:
458 * svg/custom/filter-source-alpha-expected.txt:
459 * svg/custom/image-with-transform-clip-filter-expected.txt:
460 * svg/custom/non-opaque-filters-expected.txt:
461 * svg/custom/text-filter-expected.txt:
463 2006-09-19 Eric Seidel <eric@eseidel.com>
467 Markers should clip to their viewport.
468 http://bugs.webkit.org/show_bug.cgi?id=5967
470 * svg/custom/marker-overflow-clip-expected.checksum: Added.
471 * svg/custom/marker-overflow-clip-expected.png: Added.
472 * svg/custom/marker-overflow-clip-expected.txt: Added.
473 * svg/custom/marker-overflow-clip.svg: Added.
475 2006-09-19 Justin Garcia <justin.garcia@apple.com>
479 Disabling this test temporarily.
481 * editing/selection/editable-links.html: Removed.
482 * editing/selection/editable-links.html-disabled: Added.
484 2006-09-19 Justin Garcia <justin.garcia@apple.com>
488 * editing/selection/editable-links-expected.checksum: Added.
489 * editing/selection/editable-links-expected.png: Added.
490 * editing/selection/editable-links-expected.txt: Added.
491 * editing/selection/editable-links.html: Added.
493 2006-09-19 Justin Garcia <justin.garcia@apple.com>
497 * editing/pasteboard/pasting-tabs-expected.checksum: Added.
498 * editing/pasteboard/pasting-tabs-expected.png: Added.
499 * editing/pasteboard/pasting-tabs-expected.txt: Added.
500 * editing/pasteboard/pasting-tabs.html: Added.
502 2006-09-18 Adam Roben <aroben@apple.com>
506 Update tests for the new file upload control.
508 * fast/forms/file-input-disabled-expected.txt:
509 * fast/forms/form-element-geometry-expected.txt:
510 * fast/forms/input-appearance-height-expected.txt:
511 * fast/forms/input-value-expected.txt:
513 2006-09-17 Eric Seidel <eric@eseidel.com>
517 * fast/js/window-properties.html: make work in Firefox (hangs IE)
519 2006-09-17 Eric Seidel <eric@eseidel.com>
521 Add a textual dump of the window object property tree.
525 * fast/js/window-properties-expected.txt: Added.
526 * fast/js/window-properties.html: Added.
528 2006-09-17 David Hyatt <hyatt@apple.com>
530 Adding layout test for bug 10899.
532 * fast/text/basic/generic-family-changes-expected.checksum: Added.
533 * fast/text/basic/generic-family-changes-expected.png: Added.
534 * fast/text/basic/generic-family-changes-expected.txt: Added.
535 * fast/text/basic/generic-family-changes.html: Added.
537 2006-09-17 Alexey Proskuryakov <ap@nypop.com>
541 Test for http://bugs.webkit.org/show_bug.cgi?id=10852
542 REGRESSION: Reproducible crash in XMLHttpRequest::abort()
544 Currently, this test prints an error message to the console, because requests from
545 an unload handler still don't work.
547 * http/tests/xmlhttprequest/xhr-onunload-expected.txt: Added.
548 * http/tests/xmlhttprequest/xhr-onunload.html: Added.
550 2006-09-15 Justin Garcia <justin.garcia@apple.com>
554 <rdar://problem/4674869>
555 REGRESSION: selecting text to write over results in cursor jumping to middle of next line
557 * editing/deleting/whitespace-pre-1-expected.checksum: Added.
558 * editing/deleting/whitespace-pre-1-expected.png: Added.
559 * editing/deleting/whitespace-pre-1-expected.txt: Added.
560 * editing/deleting/whitespace-pre-1.html: Added.
562 2006-09-15 Timothy Hatcher <timothy@apple.com>
566 Updating results to new expected values.
568 * fast/lists/drag-into-marker-expected.txt:
569 * fast/repaint/selection-after-delete-expected.txt:
571 2006-09-15 Timothy Hatcher <timothy@apple.com>
575 Updating results to new expected values.
577 * editing/inserting/4278698-expected.txt:
578 * fast/dom/window-xy-properties-expected.txt:
580 2006-09-15 Adam Roben <aroben@apple.com>
584 Part of http://bugs.webkit.org/show_bug.cgi?id=10865
585 New file upload control should match the width of the old one
587 Update tests to match new file upload control.
589 * fast/forms/file-input-disabled-expected.txt:
590 * fast/forms/form-element-geometry-expected.txt:
591 * fast/forms/input-appearance-height-expected.txt:
592 * fast/forms/input-value-expected.txt:
594 2006-09-15 Kevin McCullough <KMcCullough@apple.com>
596 - just layout test result changes
598 * fast/dom/Range/range-compareNode-expected.txt:
599 * fast/dom/Range/range-intersectsNode-expected.txt:
601 2006-09-14 Justin Garcia <justin.garcia@apple.com>
605 <rdar://problem/4655880> Up/Down arrows skip over To Do
607 * editing/selection/mixed-editability-3-expected.checksum: Added.
608 * editing/selection/mixed-editability-3-expected.png: Added.
609 * editing/selection/mixed-editability-3-expected.txt: Added.
610 * editing/selection/mixed-editability-3.html: Added.
611 * editing/selection/mixed-editability-4-expected.checksum: Added.
612 * editing/selection/mixed-editability-4-expected.png: Added.
613 * editing/selection/mixed-editability-4-expected.txt: Added.
614 * editing/selection/mixed-editability-4.html: Added.
615 * editing/selection/mixed-editability-5-expected.checksum: Added.
616 * editing/selection/mixed-editability-5-expected.png: Added.
617 * editing/selection/mixed-editability-5-expected.txt: Added.
618 * editing/selection/mixed-editability-5.html: Added.
620 2006-09-14 Graham Dennis <graham.dennis@gmail.com>
622 Reviewed by Justin Garcia.
624 Modified testcase for:
625 http://bugs.webkit.org/show_bug.cgi?id=10726
626 Crash in ApplyStyleCommand::applyRelativeFontStyleChange
628 * editing/style/table-selection-expected.checksum:
629 * editing/style/table-selection-expected.png:
630 * editing/style/table-selection-expected.txt:
631 * editing/style/table-selection.html:
632 This testcase was for 10579, which is very similar to this bug (10726)
633 Now the testcase tests both bugs.
635 2006-09-13 Adam Roben <aroben@apple.com>
637 Rubberstamped by hyatt.
639 Updating tables results after hyatt landed a fix for
640 http://bugs.webkit.org/show_bug.cgi?id=8126
641 Padding must not apply to columns
643 * tables/mozilla/bugs/bug139524-2-expected.txt:
644 * tables/mozilla/bugs/bug139524-4-expected.txt:
645 * tables/mozilla/bugs/bug32841-expected.txt:
646 * tables/mozilla/dom/appendCol2-expected.txt:
647 * tables/mozilla/dom/deleteCol1-expected.txt:
648 * tables/mozilla/dom/deleteCol2-expected.txt:
649 * tables/mozilla/dom/deleteCol3-expected.txt:
650 * tables/mozilla/dom/deleteColGroup1-expected.txt:
651 * tables/mozilla/dom/deleteColGroup2-expected.txt:
652 * tables/mozilla/dom/insertColGroups1-expected.txt:
653 * tables/mozilla/dom/insertColGroups2-expected.txt:
654 * tables/mozilla/dom/insertCols1-expected.txt:
655 * tables/mozilla/dom/insertCols2-expected.txt:
656 * tables/mozilla/dom/insertCols3-expected.txt:
657 * tables/mozilla/dom/insertCols4-expected.txt:
658 * tables/mozilla/dom/insertCols5-expected.txt:
659 * tables/mozilla/marvin/body_col-expected.txt:
660 * tables/mozilla/marvin/x_col_span-expected.txt:
661 * tables/mozilla/marvin/x_col_width_px-expected.txt:
662 * tables/mozilla/marvin/x_colgroup_span-expected.txt:
663 * tables/mozilla/other/body_col-expected.txt:
664 * tables/mozilla_expected_failures/bugs/bug1128-expected.txt:
665 * tables/mozilla_expected_failures/bugs/bug29058-2-expected.txt:
666 * tables/mozilla_expected_failures/bugs/bug45621-expected.txt:
667 * tables/mozilla_expected_failures/bugs/bug7243-expected.txt:
668 * tables/mozilla_expected_failures/core/cols1-expected.txt:
669 * tables/mozilla_expected_failures/dom/appendCol1-expected.txt:
670 * tables/mozilla_expected_failures/dom/appendColGroup1-expected.txt:
671 * tables/mozilla_expected_failures/other/test4-expected.txt:
673 2006-09-12 Julien Palmas <julien.palmas@gmail.com>
675 Reviewed by darin. Landed by eseidel.
677 * svg/custom/svgpolyparser-extra-space-expected.checksum: Added.
678 * svg/custom/svgpolyparser-extra-space-expected.png: Added.
679 * svg/custom/svgpolyparser-extra-space-expected.txt: Added.
680 * svg/custom/svgpolyparser-extra-space.svg: Added.
682 2006-09-12 Kevin McCullough <KMcCullough@apple.com>
684 Reviewed by Andersca, Maciej, Brady.
686 * fast/dom/Range/range-intersectsNode-expected.txt: Added.
687 * fast/dom/Range/range-intersectsNode.html: Added.
688 * fast/dom/Range/resources/intersectsNode.js: Added.
690 2006-09-12 Nikolas Zimmermann <zimmermann@kde.org>
692 Reviewed by eseidel. Landed by eseidel.
694 Fixed: http://bugs.webkit.org/show_bug.cgi?id=10826
696 * svg/W3C-SVG-1.1/struct-dom-01-b-expected.checksum:
697 * svg/W3C-SVG-1.1/struct-dom-01-b-expected.png:
698 * svg/W3C-SVG-1.1/struct-dom-01-b-expected.txt:
700 2006-09-11 Nikolas Zimmermann <zimmermann@kde.org>
702 Reviewed by eseidel. Landed by eseidel.
704 * svg/custom/baseval-animval-equality.svg: Added.
706 2006-09-11 Kevin McCullough <KMcCullough@apple.com>
711 * fast/dom/Range/range-compareNode-expected.txt: Added.
712 * fast/dom/Range/range-compareNode.html: Added.
713 * fast/dom/Range/range-comparePoint.html:
715 2006-09-11 Vladimir Olexa <vladimir.olexa@gmail.com>
719 - test for http://bugs.webkit.org/show_bug.cgi?id=10323
720 REGRESSION: javascript: URL containing '\\' gets passed as '//'
722 * fast/dom/javascript-backslash-expected.txt: Added.
723 * fast/dom/javascript-backslash.html: Added.
725 2006-09-11 Darin Adler <darin@apple.com>
727 - converted a test to plain text (makes it platform independent; fixes a failure)
729 * fast/events/ondragenter-expected.checksum: Removed.
730 * fast/events/ondragenter-expected.png: Removed.
731 * fast/events/ondragenter-expected.txt:
732 * fast/events/ondragenter.html:
734 2006-09-10 Darin Adler <darin@apple.com>
736 - converted a test to plain text (makes it platform independent; fixes a failure)
738 * fast/text/plain-text-line-breaks-expected.checksum: Removed.
739 * fast/text/plain-text-line-breaks-expected.png: Removed.
740 * fast/text/plain-text-line-breaks-expected.txt: Regenerated.
741 * fast/text/plain-text-line-breaks.html: Added a call to dumpAsText().
743 2006-09-08 Timothy Hatcher <timothy@apple.com>
745 Adds a test for the CSS URL quoting logic.
747 * fast/inspector/cssURLQuotes-expected.txt: Added.
748 * fast/inspector/cssURLQuotes.html: Added.
750 2006-09-09 Alexey Proskuryakov <ap@nypop.com>
754 http://bugs.webkit.org/show_bug.cgi?id=10759
755 fast/AppleScript/array.html test failing
757 * fast/AppleScript/001-expected.txt: Updated results.
759 2006-09-07 Alexey Proskuryakov <ap@nypop.com>
763 Test for http://bugs.webkit.org/show_bug.cgi?id=10753
764 REGRESSION: The beginning of a CSS file is missing
766 * http/tests/incremental/slow-utf8-css-expected.checksum: Added.
767 * http/tests/incremental/slow-utf8-css-expected.png: Added.
768 * http/tests/incremental/slow-utf8-css-expected.txt: Added.
769 * http/tests/incremental/slow-utf8-css.pl: Added.
771 2006-09-07 Rob Buis <buis@kde.org>
776 <http://bugs.webkit.org/show_bug.cgi?id=9753>
777 SVG with width and height 100% leaves room for scrollbar on the right.
779 Also Updated .txt files (all text blocks are wider) and some updated
780 pixel tests (some text is layouted differently because of wider text blocks).
782 * svg/W3C-SVG-1.1/animate-elem-02-t-expected.txt:
783 * svg/W3C-SVG-1.1/animate-elem-03-t-expected.txt:
784 * svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt:
785 * svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt:
786 * svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt:
787 * svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt:
788 * svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt:
789 * svg/W3C-SVG-1.1/animate-elem-09-t-expected.txt:
790 * svg/W3C-SVG-1.1/animate-elem-10-t-expected.txt:
791 * svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt:
792 * svg/W3C-SVG-1.1/animate-elem-12-t-expected.txt:
793 * svg/W3C-SVG-1.1/animate-elem-13-t-expected.txt:
794 * svg/W3C-SVG-1.1/animate-elem-14-t-expected.txt:
795 * svg/W3C-SVG-1.1/animate-elem-15-t-expected.txt:
796 * svg/W3C-SVG-1.1/animate-elem-16-t-expected.txt:
797 * svg/W3C-SVG-1.1/animate-elem-17-t-expected.txt:
798 * svg/W3C-SVG-1.1/animate-elem-18-t-expected.txt:
799 * svg/W3C-SVG-1.1/animate-elem-19-t-expected.txt:
800 * svg/W3C-SVG-1.1/animate-elem-20-t-expected.txt:
801 * svg/W3C-SVG-1.1/animate-elem-21-t-expected.txt:
802 * svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt:
803 * svg/W3C-SVG-1.1/animate-elem-23-t-expected.txt:
804 * svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt:
805 * svg/W3C-SVG-1.1/animate-elem-25-t-expected.txt:
806 * svg/W3C-SVG-1.1/animate-elem-26-t-expected.txt:
807 * svg/W3C-SVG-1.1/animate-elem-27-t-expected.txt:
808 * svg/W3C-SVG-1.1/animate-elem-28-t-expected.txt:
809 * svg/W3C-SVG-1.1/animate-elem-29-b-expected.txt:
810 * svg/W3C-SVG-1.1/color-prof-01-f-expected.txt:
811 * svg/W3C-SVG-1.1/color-prop-01-b-expected.txt:
812 * svg/W3C-SVG-1.1/color-prop-02-f-expected.txt:
813 * svg/W3C-SVG-1.1/color-prop-03-t-expected.txt:
814 * svg/W3C-SVG-1.1/coords-trans-01-b-expected.txt:
815 * svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt:
816 * svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt:
817 * svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt:
818 * svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt:
819 * svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt:
820 * svg/W3C-SVG-1.1/coords-units-01-b-expected.txt:
821 * svg/W3C-SVG-1.1/coords-units-02-b-expected.txt:
822 * svg/W3C-SVG-1.1/coords-units-03-b-expected.txt:
823 * svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.txt:
824 * svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.txt:
825 * svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt:
826 * svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt:
827 * svg/W3C-SVG-1.1/filters-color-01-b-expected.txt:
828 * svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt:
829 * svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt:
830 * svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt:
831 * svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.txt:
832 * svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt:
833 * svg/W3C-SVG-1.1/filters-example-01-b-expected.txt:
834 * svg/W3C-SVG-1.1/filters-gauss-01-b-expected.txt:
835 * svg/W3C-SVG-1.1/filters-image-01-b-expected.txt:
836 * svg/W3C-SVG-1.1/filters-light-01-f-expected.txt:
837 * svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt:
838 * svg/W3C-SVG-1.1/filters-offset-01-b-expected.txt:
839 * svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt:
840 * svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt:
841 * svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt:
842 * svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt:
843 * svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt:
844 * svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt:
845 * svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt:
846 * svg/W3C-SVG-1.1/interact-cursor-01-f-expected.txt:
847 * svg/W3C-SVG-1.1/interact-dom-01-b-expected.txt:
848 * svg/W3C-SVG-1.1/interact-events-01-b-expected.txt:
849 * svg/W3C-SVG-1.1/interact-order-01-b-expected.txt:
850 * svg/W3C-SVG-1.1/interact-order-02-b-expected.txt:
851 * svg/W3C-SVG-1.1/interact-order-03-b-expected.txt:
852 * svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt:
853 * svg/W3C-SVG-1.1/linking-a-01-b-expected.txt:
854 * svg/W3C-SVG-1.1/linking-a-02-b-expected.txt:
855 * svg/W3C-SVG-1.1/linking-a-03-b-expected.txt:
856 * svg/W3C-SVG-1.1/linking-a-04-t-expected.txt:
857 * svg/W3C-SVG-1.1/linking-uri-01-b-expected.txt:
858 * svg/W3C-SVG-1.1/linking-uri-02-b-expected.txt:
859 * svg/W3C-SVG-1.1/linking-uri-03-t-expected.txt:
860 * svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt:
861 * svg/W3C-SVG-1.1/masking-opacity-01-b-expected.txt:
862 * svg/W3C-SVG-1.1/masking-path-01-b-expected.txt:
863 * svg/W3C-SVG-1.1/masking-path-02-b-expected.txt:
864 * svg/W3C-SVG-1.1/masking-path-03-b-expected.txt:
865 * svg/W3C-SVG-1.1/masking-path-04-b-expected.txt:
866 * svg/W3C-SVG-1.1/masking-path-05-f-expected.txt:
867 * svg/W3C-SVG-1.1/metadata-example-01-b-expected.txt:
868 * svg/W3C-SVG-1.1/painting-fill-01-t-expected.txt:
869 * svg/W3C-SVG-1.1/painting-fill-02-t-expected.txt:
870 * svg/W3C-SVG-1.1/painting-fill-03-t-expected.txt:
871 * svg/W3C-SVG-1.1/painting-fill-04-t-expected.txt:
872 * svg/W3C-SVG-1.1/painting-marker-01-f-expected.txt:
873 * svg/W3C-SVG-1.1/painting-marker-02-f-expected.txt:
874 * svg/W3C-SVG-1.1/painting-render-01-b-expected.txt:
875 * svg/W3C-SVG-1.1/painting-stroke-01-t-expected.checksum:
876 * svg/W3C-SVG-1.1/painting-stroke-01-t-expected.png:
877 * svg/W3C-SVG-1.1/painting-stroke-01-t-expected.txt:
878 * svg/W3C-SVG-1.1/painting-stroke-02-t-expected.checksum:
879 * svg/W3C-SVG-1.1/painting-stroke-02-t-expected.png:
880 * svg/W3C-SVG-1.1/painting-stroke-02-t-expected.txt:
881 * svg/W3C-SVG-1.1/painting-stroke-03-t-expected.checksum:
882 * svg/W3C-SVG-1.1/painting-stroke-03-t-expected.png:
883 * svg/W3C-SVG-1.1/painting-stroke-03-t-expected.txt:
884 * svg/W3C-SVG-1.1/painting-stroke-04-t-expected.checksum:
885 * svg/W3C-SVG-1.1/painting-stroke-04-t-expected.png:
886 * svg/W3C-SVG-1.1/painting-stroke-04-t-expected.txt:
887 * svg/W3C-SVG-1.1/paths-data-01-t-expected.txt:
888 * svg/W3C-SVG-1.1/paths-data-02-t-expected.txt:
889 * svg/W3C-SVG-1.1/paths-data-03-f-expected.txt:
890 * svg/W3C-SVG-1.1/paths-data-04-t-expected.txt:
891 * svg/W3C-SVG-1.1/paths-data-05-t-expected.txt:
892 * svg/W3C-SVG-1.1/paths-data-06-t-expected.txt:
893 * svg/W3C-SVG-1.1/paths-data-07-t-expected.txt:
894 * svg/W3C-SVG-1.1/pservers-grad-01-b-expected.txt:
895 * svg/W3C-SVG-1.1/pservers-grad-02-b-expected.txt:
896 * svg/W3C-SVG-1.1/pservers-grad-03-b-expected.txt:
897 * svg/W3C-SVG-1.1/pservers-grad-04-b-expected.txt:
898 * svg/W3C-SVG-1.1/pservers-grad-05-b-expected.txt:
899 * svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt:
900 * svg/W3C-SVG-1.1/pservers-grad-07-b-expected.txt:
901 * svg/W3C-SVG-1.1/pservers-grad-08-b-expected.txt:
902 * svg/W3C-SVG-1.1/pservers-grad-09-b-expected.txt:
903 * svg/W3C-SVG-1.1/pservers-grad-10-b-expected.txt:
904 * svg/W3C-SVG-1.1/pservers-grad-11-b-expected.txt:
905 * svg/W3C-SVG-1.1/pservers-grad-12-b-expected.txt:
906 * svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.txt:
907 * svg/W3C-SVG-1.1/render-elems-01-t-expected.txt:
908 * svg/W3C-SVG-1.1/render-elems-02-t-expected.txt:
909 * svg/W3C-SVG-1.1/render-elems-03-t-expected.txt:
910 * svg/W3C-SVG-1.1/render-elems-06-t-expected.txt:
911 * svg/W3C-SVG-1.1/render-elems-07-t-expected.txt:
912 * svg/W3C-SVG-1.1/render-elems-08-t-expected.txt:
913 * svg/W3C-SVG-1.1/render-groups-01-b-expected.txt:
914 * svg/W3C-SVG-1.1/render-groups-03-t-expected.txt:
915 * svg/W3C-SVG-1.1/script-handle-01-b-expected.txt:
916 * svg/W3C-SVG-1.1/script-handle-02-b-expected.txt:
917 * svg/W3C-SVG-1.1/script-handle-03-b-expected.txt:
918 * svg/W3C-SVG-1.1/script-handle-04-b-expected.txt:
919 * svg/W3C-SVG-1.1/shapes-circle-01-t-expected.txt:
920 * svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.txt:
921 * svg/W3C-SVG-1.1/shapes-line-01-t-expected.txt:
922 * svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.txt:
923 * svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.txt:
924 * svg/W3C-SVG-1.1/shapes-rect-01-t-expected.txt:
925 * svg/W3C-SVG-1.1/struct-cond-01-t-expected.txt:
926 * svg/W3C-SVG-1.1/struct-cond-02-t-expected.txt:
927 * svg/W3C-SVG-1.1/struct-defs-01-t-expected.txt:
928 * svg/W3C-SVG-1.1/struct-dom-01-b-expected.txt:
929 * svg/W3C-SVG-1.1/struct-dom-02-b-expected.txt:
930 * svg/W3C-SVG-1.1/struct-dom-03-b-expected.txt:
931 * svg/W3C-SVG-1.1/struct-dom-04-b-expected.txt:
932 * svg/W3C-SVG-1.1/struct-dom-05-b-expected.txt:
933 * svg/W3C-SVG-1.1/struct-dom-06-b-expected.txt:
934 * svg/W3C-SVG-1.1/struct-group-01-t-expected.txt:
935 * svg/W3C-SVG-1.1/struct-group-02-b-expected.txt:
936 * svg/W3C-SVG-1.1/struct-image-01-t-expected.txt:
937 * svg/W3C-SVG-1.1/struct-image-02-b-expected.txt:
938 * svg/W3C-SVG-1.1/struct-image-03-t-expected.txt:
939 * svg/W3C-SVG-1.1/struct-image-04-t-expected.txt:
940 * svg/W3C-SVG-1.1/struct-image-05-b-expected.txt:
941 * svg/W3C-SVG-1.1/struct-symbol-01-b-expected.txt:
942 * svg/W3C-SVG-1.1/styling-css-01-b-expected.txt:
943 * svg/W3C-SVG-1.1/styling-css-02-b-expected.txt:
944 * svg/W3C-SVG-1.1/styling-css-03-b-expected.txt:
945 * svg/W3C-SVG-1.1/styling-inherit-01-b-expected.txt:
946 * svg/W3C-SVG-1.1/styling-pres-01-t-expected.txt:
947 * svg/W3C-SVG-1.1/text-align-01-b-expected.txt:
948 * svg/W3C-SVG-1.1/text-align-02-b-expected.checksum:
949 * svg/W3C-SVG-1.1/text-align-02-b-expected.png:
950 * svg/W3C-SVG-1.1/text-align-02-b-expected.txt:
951 * svg/W3C-SVG-1.1/text-align-03-b-expected.checksum:
952 * svg/W3C-SVG-1.1/text-align-03-b-expected.png:
953 * svg/W3C-SVG-1.1/text-align-03-b-expected.txt:
954 * svg/W3C-SVG-1.1/text-align-04-b-expected.txt:
955 * svg/W3C-SVG-1.1/text-align-05-b-expected.txt:
956 * svg/W3C-SVG-1.1/text-align-06-b-expected.txt:
957 * svg/W3C-SVG-1.1/text-altglyph-01-b-expected.txt:
958 * svg/W3C-SVG-1.1/text-deco-01-b-expected.txt:
959 * svg/W3C-SVG-1.1/text-fonts-01-t-expected.txt:
960 * svg/W3C-SVG-1.1/text-fonts-02-t-expected.txt:
961 * svg/W3C-SVG-1.1/text-path-01-b-expected.txt:
962 * svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt:
963 * svg/W3C-SVG-1.1/text-text-01-b-expected.txt:
964 * svg/W3C-SVG-1.1/text-text-03-b-expected.checksum:
965 * svg/W3C-SVG-1.1/text-text-03-b-expected.png:
966 * svg/W3C-SVG-1.1/text-text-03-b-expected.txt:
967 * svg/W3C-SVG-1.1/text-tref-01-b-expected.txt:
968 * svg/W3C-SVG-1.1/text-tselect-01-b-expected.txt:
969 * svg/W3C-SVG-1.1/text-tspan-01-b-expected.txt:
970 * svg/W3C-SVG-1.1/text-ws-01-t-expected.txt:
971 * svg/W3C-SVG-1.1/text-ws-02-t-expected.txt:
972 * svg/custom/coords-relative-units-transforms-expected.txt:
973 * svg/custom/feComponentTransfer-Discrete-expected.txt:
974 * svg/custom/feComponentTransfer-Gamma-expected.txt:
975 * svg/custom/feComponentTransfer-Linear-expected.txt:
976 * svg/custom/feComponentTransfer-Table-expected.txt:
977 * svg/custom/image-with-transform-clip-filter-expected.txt:
978 * svg/custom/invalid-css-expected.txt:
979 * svg/custom/invalid-viewbox1-expected.txt:
980 * svg/custom/invalid-viewbox2-expected.txt:
981 * svg/custom/non-opaque-filters-expected.txt:
982 * svg/custom/percentage-rect-expected.checksum:
983 * svg/custom/percentage-rect-expected.png:
984 * svg/custom/percentage-rect-expected.txt:
985 * svg/custom/pointer-events-path-expected.txt:
986 * svg/custom/svg-overflow-types-expected.txt:
987 * svg/custom/text-clip-expected.txt:
988 * svg/custom/text-filter-expected.txt:
989 * svg/custom/text-gradient-no-content-expected.checksum:
990 * svg/custom/text-gradient-no-content-expected.png:
991 * svg/custom/text-gradient-no-content-expected.txt:
992 * svg/custom/text-hit-test-expected.txt:
993 * svg/custom/text-image-opacity-expected.txt:
994 * svg/custom/tref-update-expected.txt:
995 * svg/custom/width-full-percentage-expected.checksum: Added.
996 * svg/custom/width-full-percentage-expected.png: Added.
997 * svg/custom/width-full-percentage-expected.txt: Added.
998 * svg/custom/width-full-percentage.svg: Added.
1000 2006-09-05 Darin Adler <darin@apple.com>
1004 - test for bug where the charset in a link element for a CSS stylesheet is ignored.
1005 I noticed this while working on new text encoding machinery.
1007 * fast/encoding/css-link-charset-expected.txt: Added.
1008 * fast/encoding/css-link-charset.css: Added.
1009 * fast/encoding/css-link-charset.html: Added.
1011 - test for http://bugs.webkit.org/show_bug.cgi?id=10681
1012 REGRESSION: Reproducible crash at Wikipedia
1013 (Alexey wrote this one, I reviewed.)
1015 * fast/forms/form-data-encoding-normalization-overrun-expected.txt: Added.
1016 * fast/forms/form-data-encoding-normalization-overrun.html: Added.
1018 - and a tweak to an existing test
1020 * fast/forms/form-data-encoding.html: Changed to dump encoded URL so it's easier to
1021 diagnose this when it fails.
1023 2006-09-05 Justin Garcia <justin.garcia@apple.com>
1025 Reviewed by thatcher
1027 Setup for <rdar://problem/4344550> Misspellings aren't marked after undo delete
1030 * editing/pasteboard/4641033-expected.checksum:
1031 * editing/pasteboard/4641033-expected.png:
1032 * editing/execCommand/outdent-selection-expected.checksum:
1033 * editing/execCommand/outdent-selection-expected.png:
1035 Added a didChangeSelection notification that was absent before:
1036 * editing/deleting/collapse-whitespace-3587601-fix-expected.txt:
1037 * editing/deleting/delete-3608430-fix-expected.txt:
1038 * editing/deleting/delete-3608462-fix-expected.txt:
1039 * editing/deleting/delete-3775172-fix-expected.txt:
1040 * editing/deleting/delete-3800834-fix-expected.txt:
1041 * editing/deleting/delete-3857753-fix-expected.txt:
1042 * editing/deleting/delete-3865854-fix-expected.txt:
1043 * editing/deleting/delete-3928305-fix-expected.txt:
1044 * editing/deleting/delete-3959464-fix-expected.txt:
1045 * editing/deleting/delete-4038408-fix-expected.txt:
1046 * editing/deleting/delete-all-text-in-text-field-assertion-expected.txt:
1047 * editing/deleting/delete-at-paragraph-boundaries-001-expected.txt:
1048 * editing/deleting/delete-at-paragraph-boundaries-002-expected.txt:
1049 * editing/deleting/delete-at-paragraph-boundaries-003-expected.txt:
1050 * editing/deleting/delete-at-paragraph-boundaries-004-expected.txt:
1051 * editing/deleting/delete-at-paragraph-boundaries-005-expected.txt:
1052 * editing/deleting/delete-at-paragraph-boundaries-006-expected.txt:
1053 * editing/deleting/delete-at-paragraph-boundaries-007-expected.txt:
1054 * editing/deleting/delete-at-paragraph-boundaries-009-expected.txt:
1055 * editing/deleting/delete-at-paragraph-boundaries-010-expected.txt:
1056 * editing/deleting/delete-at-paragraph-boundaries-011-expected.txt:
1057 * editing/deleting/delete-block-contents-001-expected.txt:
1058 * editing/deleting/delete-block-contents-002-expected.txt:
1059 * editing/deleting/delete-block-contents-003-expected.txt:
1060 * editing/deleting/delete-block-merge-contents-001-expected.txt:
1061 * editing/deleting/delete-block-merge-contents-002-expected.txt:
1062 * editing/deleting/delete-block-merge-contents-003-expected.txt:
1063 * editing/deleting/delete-block-merge-contents-004-expected.txt:
1064 * editing/deleting/delete-block-merge-contents-005-expected.txt:
1065 * editing/deleting/delete-block-merge-contents-006-expected.txt:
1066 * editing/deleting/delete-block-merge-contents-007-expected.txt:
1067 * editing/deleting/delete-block-merge-contents-008-expected.txt:
1068 * editing/deleting/delete-block-merge-contents-009-expected.txt:
1069 * editing/deleting/delete-block-merge-contents-010-expected.txt:
1070 * editing/deleting/delete-block-merge-contents-012-expected.txt:
1071 * editing/deleting/delete-block-merge-contents-013-expected.txt:
1072 * editing/deleting/delete-block-merge-contents-014-expected.txt:
1073 * editing/deleting/delete-block-merge-contents-015-expected.txt:
1074 * editing/deleting/delete-block-merge-contents-016-expected.txt:
1075 * editing/deleting/delete-block-merge-contents-017-expected.txt:
1076 * editing/deleting/delete-block-merge-contents-018-expected.txt:
1077 * editing/deleting/delete-block-merge-contents-019-expected.txt:
1078 * editing/deleting/delete-block-merge-contents-020-expected.txt:
1079 * editing/deleting/delete-block-merge-contents-021-expected.txt:
1080 * editing/deleting/delete-block-merge-contents-022-expected.txt:
1081 * editing/deleting/delete-block-merge-contents-023-expected.txt:
1082 * editing/deleting/delete-block-merge-contents-024-expected.txt:
1083 * editing/deleting/delete-block-table-expected.txt:
1084 * editing/deleting/delete-br-008-expected.txt:
1085 * editing/deleting/delete-br-010-expected.txt:
1086 * editing/deleting/delete-br-011-expected.txt:
1087 * editing/deleting/delete-first-list-item-expected.txt:
1088 * editing/deleting/delete-image-001-expected.txt:
1089 * editing/deleting/delete-image-002-expected.txt:
1090 * editing/deleting/delete-image-003-expected.txt:
1091 * editing/deleting/delete-image-004-expected.txt:
1092 * editing/deleting/delete-line-001-expected.txt:
1093 * editing/deleting/delete-line-002-expected.txt:
1094 * editing/deleting/delete-line-003-expected.txt:
1095 * editing/deleting/delete-line-004-expected.txt:
1096 * editing/deleting/delete-line-005-expected.txt:
1097 * editing/deleting/delete-line-006-expected.txt:
1098 * editing/deleting/delete-line-007-expected.txt:
1099 * editing/deleting/delete-line-008-expected.txt:
1100 * editing/deleting/delete-line-009-expected.txt:
1101 * editing/deleting/delete-line-010-expected.txt:
1102 * editing/deleting/delete-line-011-expected.txt:
1103 * editing/deleting/delete-line-012-expected.txt:
1104 * editing/deleting/delete-line-013-expected.txt:
1105 * editing/deleting/delete-line-014-expected.txt:
1106 * editing/deleting/delete-line-015-expected.txt:
1107 * editing/deleting/delete-line-016-expected.txt:
1108 * editing/deleting/delete-line-017-expected.txt:
1109 * editing/deleting/delete-listitem-001-expected.txt:
1110 * editing/deleting/delete-listitem-002-expected.txt:
1111 * editing/deleting/delete-mixed-editable-content-001-expected.txt:
1112 * editing/deleting/delete-select-all-001-expected.txt:
1113 * editing/deleting/delete-select-all-002-expected.txt:
1114 * editing/deleting/delete-select-all-003-expected.txt:
1115 * editing/deleting/merge-different-styles-expected.txt:
1116 * editing/deleting/merge-endOfParagraph-expected.txt:
1117 * editing/deleting/merge-no-br-expected.txt:
1118 * editing/deleting/pruning-after-merge-1-expected.txt:
1119 * editing/deleting/pruning-after-merge-2-expected.txt:
1120 * editing/deleting/table-cells-expected.txt:
1121 * editing/execCommand/boldSelection-expected.txt:
1122 * editing/execCommand/create-list-from-range-selection-expected.txt:
1123 * editing/execCommand/createLink-expected.txt:
1124 * editing/execCommand/format-block-expected.txt:
1125 * editing/execCommand/format-block-from-range-selection-expected.txt:
1126 * editing/execCommand/format-block-with-braces-expected.txt:
1127 * editing/execCommand/format-block-with-trailing-br-expected.txt:
1128 * editing/execCommand/hilitecolor-expected.txt:
1129 * editing/execCommand/indent-list-item-expected.txt:
1130 * editing/execCommand/indent-selection-expected.txt:
1131 * editing/execCommand/insert-list-and-stitch-expected.txt:
1132 * editing/execCommand/insert-list-with-id-expected.txt:
1133 * editing/execCommand/insertHTML-expected.txt:
1134 * editing/execCommand/insertHorizontalRule-expected.txt:
1135 * editing/execCommand/remove-formatting-expected.txt:
1136 * editing/execCommand/remove-list-from-range-selection-expected.txt:
1137 * editing/execCommand/remove-list-items-expected.txt:
1138 * editing/execCommand/strikethroughSelection-expected.txt:
1139 * editing/execCommand/switch-list-type-expected.txt:
1140 * editing/execCommand/unlink-expected.txt:
1141 * editing/input/text-input-controller-expected.txt:
1142 * editing/inserting/insert-3654864-fix-expected.txt:
1143 * editing/inserting/insert-3659587-fix-expected.txt:
1144 * editing/inserting/insert-3775316-fix-expected.txt:
1145 * editing/inserting/insert-3851164-fix-expected.txt:
1146 * editing/inserting/insert-3907422-fix-expected.txt:
1147 * editing/inserting/insert-after-delete-001-expected.txt:
1148 * editing/inserting/insert-div-001-expected.txt:
1149 * editing/inserting/insert-div-002-expected.txt:
1150 * editing/inserting/insert-div-003-expected.txt:
1151 * editing/inserting/insert-div-005-expected.txt:
1152 * editing/inserting/insert-div-007-expected.txt:
1153 * editing/inserting/insert-div-009-expected.txt:
1154 * editing/inserting/insert-div-010-expected.txt:
1155 * editing/inserting/insert-div-020-expected.txt:
1156 * editing/inserting/insert-div-023-expected.txt:
1157 * editing/inserting/insert-div-024-expected.txt:
1158 * editing/inserting/insert-div-025-expected.txt:
1159 * editing/inserting/insert-div-026-expected.txt:
1160 * editing/inserting/multiple-lines-selected-expected.txt:
1161 * editing/inserting/paragraph-separator-03-expected.txt:
1162 * editing/inserting/paragraph-separator-in-table-2-expected.txt:
1163 * editing/inserting/redo-expected.txt:
1164 * editing/inserting/return-key-with-selection-001-expected.txt:
1165 * editing/inserting/return-key-with-selection-002-expected.txt:
1166 * editing/inserting/return-key-with-selection-003-expected.txt:
1167 * editing/pasteboard/3976872-expected.txt:
1168 * editing/pasteboard/4076267-3-expected.txt:
1169 * editing/pasteboard/4076267-expected.txt:
1170 * editing/pasteboard/4700297-expected.txt:
1171 * editing/pasteboard/8145-3-expected.txt:
1172 * editing/pasteboard/block-wrappers-necessary-expected.txt:
1173 * editing/pasteboard/copy-paste-bidi-expected.txt:
1174 * editing/pasteboard/displaced-generic-placeholder-expected.txt:
1175 * editing/pasteboard/displaced-placeholder-expected.txt:
1176 * editing/pasteboard/display-block-on-spans-expected.txt:
1177 * editing/pasteboard/drag-drop-modifies-page-expected.txt:
1178 * editing/pasteboard/interchange-newline-2-expected.txt:
1179 * editing/pasteboard/merge-after-delete-1-expected.txt:
1180 * editing/pasteboard/merge-after-delete-2-expected.txt:
1181 * editing/pasteboard/merge-after-delete-expected.txt:
1182 * editing/pasteboard/merge-end-3-expected.txt:
1183 * editing/pasteboard/merge-end-5-expected.txt:
1184 * editing/pasteboard/merge-end-blockquote-expected.txt:
1185 * editing/pasteboard/merge-end-list-expected.txt:
1186 * editing/pasteboard/merge-end-table-expected.txt:
1187 * editing/pasteboard/paste-4035648-fix-expected.txt:
1188 * editing/pasteboard/paste-4039777-fix-expected.txt:
1189 * editing/pasteboard/paste-line-endings-001-expected.txt:
1190 * editing/pasteboard/paste-line-endings-006-expected.txt:
1191 * editing/pasteboard/paste-match-style-001-expected.txt:
1192 * editing/pasteboard/paste-match-style-002-expected.txt:
1193 * editing/pasteboard/paste-pre-001-expected.txt:
1194 * editing/pasteboard/paste-pre-002-expected.txt:
1195 * editing/pasteboard/paste-table-002-expected.txt:
1196 * editing/pasteboard/paste-table-003-expected.txt:
1197 * editing/pasteboard/paste-text-006-expected.txt:
1198 * editing/pasteboard/paste-text-007-expected.txt:
1199 * editing/pasteboard/paste-text-010-expected.txt:
1200 * editing/pasteboard/paste-text-011-expected.txt:
1201 * editing/pasteboard/paste-text-015-expected.txt:
1202 * editing/pasteboard/paste-text-016-expected.txt:
1203 * editing/pasteboard/paste-text-017-expected.txt:
1204 * editing/pasteboard/paste-text-018-expected.txt:
1205 * editing/pasteboard/prevent-block-nesting-01-expected.txt:
1206 * editing/pasteboard/smart-paste-003-expected.txt:
1207 * editing/pasteboard/smart-paste-004-expected.txt:
1208 * editing/pasteboard/smart-paste-005-expected.txt:
1209 * editing/pasteboard/smart-paste-006-expected.txt:
1210 * editing/pasteboard/smart-paste-007-expected.txt:
1211 * editing/pasteboard/smart-paste-008-expected.txt:
1212 * editing/pasteboard/testcase-9507-expected.txt:
1213 * editing/pasteboard/undoable-fragment-removes-expected.txt:
1214 * editing/selection/expanding-selections-expected.txt:
1215 * editing/selection/expanding-selections2-expected.txt:
1216 * editing/selection/node-removal-1-expected.txt:
1217 * editing/selection/node-removal-2-expected.txt:
1218 * editing/selection/select-all-iframe-expected.txt:
1219 * editing/selection/skip-non-editable-1-expected.txt:
1220 * editing/selection/triple-click-in-pre-expected.txt:
1221 * editing/style/apple-style-editable-mix-expected.txt:
1222 * editing/style/block-style-004-expected.txt:
1223 * editing/style/block-style-005-expected.txt:
1224 * editing/style/block-style-006-expected.txt:
1225 * editing/style/create-block-for-style-001-expected.txt:
1226 * editing/style/create-block-for-style-002-expected.txt:
1227 * editing/style/create-block-for-style-003-expected.txt:
1228 * editing/style/create-block-for-style-004-expected.txt:
1229 * editing/style/create-block-for-style-007-expected.txt:
1230 * editing/style/create-block-for-style-009-expected.txt:
1231 * editing/style/create-block-for-style-010-expected.txt:
1232 * editing/style/create-block-for-style-011-expected.txt:
1233 * editing/style/create-block-for-style-012-expected.txt:
1234 * editing/style/create-block-for-style-013-expected.txt:
1235 * editing/style/designmode-expected.txt:
1236 * editing/style/relative-font-size-change-001-expected.txt:
1237 * editing/style/relative-font-size-change-002-expected.txt:
1238 * editing/style/remove-underline-across-paragraph-expected.txt:
1239 * editing/style/remove-underline-across-paragraph-in-bold-expected.txt:
1240 * editing/style/remove-underline-after-paragraph-expected.txt:
1241 * editing/style/remove-underline-after-paragraph-in-bold-expected.txt:
1242 * editing/style/remove-underline-from-stylesheet-expected.txt:
1243 * editing/style/smoosh-styles-001-expected.txt:
1244 * editing/style/smoosh-styles-002-expected.txt:
1245 * editing/style/smoosh-styles-003-expected.txt:
1246 * editing/style/style-3681552-fix-001-expected.txt:
1247 * editing/style/style-3681552-fix-002-expected.txt:
1248 * editing/style/style-3690704-fix-expected.txt:
1249 * editing/style/style-3998892-fix-expected.txt:
1250 * editing/style/style-boundary-001-expected.txt:
1251 * editing/style/style-boundary-003-expected.txt:
1252 * editing/style/style-boundary-004-expected.txt:
1253 * editing/style/typing-style-001-expected.txt:
1254 * editing/style/typing-style-003-expected.txt:
1255 * editing/undo/undo-misspellings-expected.txt:
1256 * editing/unsupported-content/list-delete-001-expected.txt:
1257 * editing/unsupported-content/list-delete-002-expected.txt:
1258 * editing/unsupported-content/list-delete-003-expected.txt:
1259 * editing/unsupported-content/table-delete-001-expected.txt:
1260 * editing/unsupported-content/table-delete-002-expected.txt:
1261 * editing/unsupported-content/table-delete-003-expected.txt:
1262 * fast/forms/attributed-strings-expected.txt:
1263 * fast/forms/cursor-position-expected.txt:
1264 * fast/forms/drag-into-textarea-expected.txt:
1265 * fast/forms/input-appearance-maxlength-expected.txt:
1266 * fast/forms/input-paste-undo-expected.txt:
1267 * fast/forms/input-selection-restore-expected.txt:
1268 * fast/forms/input-text-paste-maxlength-expected.txt:
1269 * fast/forms/selection-functions-expected.txt:
1270 * fast/forms/text-field-setvalue-crash-expected.txt:
1271 * fast/forms/textarea-paste-newline-expected.txt:
1273 2006-09-04 Alexey Proskuryakov <ap@nypop.com>
1277 Tests for http://bugs.webkit.org/show_bug.cgi?id=10716
1278 XMLHttpRequest.responseText is null if HTTP response is empty
1280 The results are not fully correct yet:
1281 - accessing properties that are now undefined should cause an exception;
1282 - on error, responseXML should be null, rather than contain an HTML document describing
1285 * http/tests/xmlhttprequest/supported-xml-content-types-expected.txt: Updated for responseXML
1286 now returning null for nil documents.
1288 * http/tests/xmlhttprequest/zero-length-response-expected.txt:
1289 * http/tests/xmlhttprequest/zero-length-response-sync-expected.txt:
1290 * http/tests/xmlhttprequest/zero-length-response-sync.html:
1291 * http/tests/xmlhttprequest/zero-length-response.html:
1292 Extended to cover more properties.
1294 2006-09-04 Alexey Proskuryakov <ap@nypop.com>
1298 Test for http://bugs.webkit.org/show_bug.cgi?id=10676
1299 @charset rules not accessible via DOM
1301 * fast/encoding/css-charset-dom-expected.txt: Added.
1302 * fast/encoding/css-charset-dom.html: Added.
1304 2006-09-04 Rob Buis <buis@kde.org>
1308 Testcase needed for:
1309 http://bugs.webkit.org/show_bug.cgi?id=6546
1310 clipPath data does not respect transforms
1312 * svg/custom/clip-path-with-transform-expected.checksum: Added.
1313 * svg/custom/clip-path-with-transform-expected.png: Added.
1314 * svg/custom/clip-path-with-transform-expected.txt: Added.
1315 * svg/custom/clip-path-with-transform.svg: Added.
1317 2006-09-03 Alexey Proskuryakov <ap@nypop.com>
1321 Test for http://bugs.webkit.org/show_bug.cgi?id=10693
1322 Convert JavaScript arrays to AppleScript lists
1324 * fast/AppleScript/array-expected.txt:
1325 * fast/AppleScript/array.html: Updated results, added a test for
1326 circular dependencies.
1328 2006-09-03 Alexey Proskuryakov <ap@nypop.com>
1332 Tests for http://bugs.webkit.org/show_bug.cgi?id=10697
1333 REGRESSION (r16175): Errors in incremental decoding of UTF-8
1335 * fast/encoding/charset-invalid-expected.txt: Added.
1336 * fast/encoding/charset-invalid.html: Added.
1337 * http/tests/incremental/slow-utf8-html-expected.txt: Added.
1338 * http/tests/incremental/slow-utf8-html.pl: Added.
1340 2006-09-03 Alexey Proskuryakov <ap@nypop.com>
1344 http://bugs.webkit.org/show_bug.cgi?id=4508
1345 Layout tests access an external server
1347 * fast/backgrounds/repeat/noRepeatCorrectClip.html: Use a local resource (it was already present,
1348 but the test still pointed to a remote one).
1349 * fast/dom/HTMLImageElement/image-src-absolute-url-expected.txt:
1350 * fast/dom/HTMLImageElement/image-src-absolute-url.html: Use a non-existent file URL instead of
1351 a non-existent http one.
1352 * fast/loader/docLoaderFrame-expected.checksum: Removed.
1353 * fast/loader/docLoaderFrame-expected.png: Removed.
1354 * fast/loader/docLoaderFrame-expected.txt: Removed.
1355 * fast/loader/docLoaderFrame.html: Removed.
1356 * http/tests/xmlhttprequest/docLoaderFrame-expected.txt: Added.
1357 * http/tests/xmlhttprequest/docLoaderFrame.html: Added.
1358 * http/tests/xmlhttprequest/resources/docLoaderFrame-data.html: Added.
1359 Use a local resource. Also, turned the test into a text one, and used waitUntilDone to make it
1362 2006-09-02 Graham Dennis <graham.dennis@gmail.com>
1367 http://bugs.webkit.org/show_bug.cgi?id=10579
1368 AppleStyleCommand::applyBlockStyle crash
1370 * editing/style/table-selection-expected.checksum: Added.
1371 * editing/style/table-selection-expected.png: Added.
1372 * editing/style/table-selection-expected.txt: Added.
1373 * editing/style/table-selection.html: Added.
1375 2006-09-01 Adele Peterson <adele@apple.com>
1377 Reviewed by Tim Omernick.
1379 Updated results for http://bugs.webkit.org/show_bug.cgi?id=6990
1380 Switch to use new text field implementation for <input type="password">
1382 * dom/html/level2/html/HTMLInputElement22-expected.txt:
1383 * dom/xhtml/level2/html/HTMLInputElement22-expected.txt:
1384 * fast/events/event-sender-mouse-click.html:
1385 * fast/forms/input-appearance-height-expected.checksum:
1386 * fast/forms/input-appearance-height-expected.txt:
1387 * fast/forms/input-type-change-in-onfocus-mouse-expected.txt:
1388 * fast/forms/input-value-expected.checksum:
1389 * fast/forms/input-value-expected.png:
1390 * fast/forms/input-value-expected.txt:
1391 * tables/mozilla_expected_failures/bugs/bug92647-1-expected.checksum:
1392 * tables/mozilla_expected_failures/bugs/bug92647-1-expected.png:
1393 * tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt:
1395 Updated from switch to style-able selects
1396 * fast/forms/option-strip-whitespace-expected.checksum:
1397 * fast/forms/option-strip-whitespace-expected.png:
1398 * fast/forms/option-strip-whitespace-expected.txt:
1400 2006-09-01 Timothy Hatcher <timothy@apple.com>
1404 - updated results, null is not round-tripped through the bindings
1405 because of regressions the original change caused in other applications.
1406 - added an echo for "undefined".
1408 * plugins/bindings-test-expected.txt:
1409 * plugins/bindings-test.html:
1411 2006-09-01 Alexey Proskuryakov <ap@nypop.com>
1416 - http://bugs.webkit.org/show_bug.cgi?id=5620
1417 Should only honor encoding from <meta> in HTML
1419 - http://bugs.webkit.org/show_bug.cgi?id=9783
1420 An XML declaration without an explicit encoding incorrectly triggers
1421 UTF-8 encoding in an HTML document
1423 - http://bugs.webkit.org/show_bug.cgi?id=10155
1424 CSS2: @charset is not supported
1426 * fast/encoding/css-charset-expected.txt: Added.
1427 * fast/encoding/css-charset.css: Added.
1428 * fast/encoding/css-charset.html: Added.
1429 * fast/encoding/css-charset-evil-expected.txt: Added.
1430 * fast/encoding/css-charset-evil.css: Added.
1431 * fast/encoding/css-charset-evil.html: Added.
1432 * fast/encoding/default-xhtml-encoding-expected.txt: Added.
1433 * fast/encoding/default-xhtml-encoding.xhtml: Added.
1434 * fast/encoding/meta-in-xhtml-expected.txt: Added.
1435 * fast/encoding/meta-in-xhtml.xhtml: Added.
1436 * fast/encoding/pseudo-xml-2-expected.txt: Added.
1437 * fast/encoding/pseudo-xml-2.html: Added.
1438 * fast/encoding/pseudo-xml-3-expected.txt: Added.
1439 * fast/encoding/pseudo-xml-3.html: Added.
1440 * fast/encoding/pseudo-xml-4-expected.txt: Added.
1441 * fast/encoding/pseudo-xml-4.html: Added.
1442 * fast/encoding/pseudo-xml-expected.txt: Added.
1443 * fast/encoding/pseudo-xml.html: Added.
1445 2006-08-31 Alice Liu <alice.liu@apple.com>
1449 Revised expected results for an isindex element because of
1450 <rdar://problem/4463870> Switch to use new text field implementation for <isindex>
1451 Now the field is rendered as a textfield
1453 * fast/dom/isindex-002-expected.checksum:
1454 * fast/dom/isindex-002-expected.png:
1455 * fast/dom/isindex-002-expected.txt:
1457 2006-08-30 Rob Buis <buis@kde.org>
1461 Changed test results because of:
1462 http://bugs.webkit.org/show_bug.cgi?id=10586
1463 pointer-events has issues when things are not stroked/filled
1465 * svg/custom/pointer-events-path-expected.checksum:
1466 * svg/custom/pointer-events-path-expected.png:
1467 * svg/custom/pointer-events-path-expected.txt:
1469 2006-08-29 Justin Garcia <justin.garcia@apple.com>
1471 Reviewed by harrison
1473 <rdar://problem/4700297>
1474 REGRESSION: After replacing a misspelled word in a sentence, the selection extends to end of current line
1477 * editing/pasteboard/smart-paste-002-expected.checksum:
1478 * editing/pasteboard/smart-paste-002-expected.png:
1479 * editing/pasteboard/smart-paste-002-expected.txt:
1480 Added to demonstrate fix:
1481 * editing/pasteboard/4700297-expected.checksum: Added.
1482 * editing/pasteboard/4700297-expected.png: Added.
1483 * editing/pasteboard/4700297-expected.txt: Added.
1484 * editing/pasteboard/4700297.html: Added.
1485 Removed a superfluous style span:
1486 * editing/deleting/pruning-after-merge-1-expected.txt:
1487 * editing/pasteboard/interchange-newline-1-expected.txt:
1488 * editing/pasteboard/paste-text-019-expected.checksum:
1489 * editing/pasteboard/paste-text-019-expected.png:
1490 * editing/pasteboard/paste-text-019-expected.txt:
1491 * editing/selection/drag-to-contenteditable-iframe-expected.txt:
1492 Accidently checked in bad results yesterday:
1493 * editing/pasteboard/copy-paste-bidi-expected.txt:
1494 Equivalent render tree:
1495 * editing/pasteboard/smart-paste-001-expected.txt:
1497 2006-08-29 waylonis <waylonis@google.com>
1501 - Updated test to check for exceptions thrown in a plug-in. This is
1502 a test for http://bugs.webkit.org/show_bug.cgi?id=10114.
1503 * plugins/bindings-test-expected.txt:
1504 * plugins/bindings-test.html:
1506 2006-08-29 Darin Adler <darin@apple.com>
1510 - test for <rdar://problem/4701494> REGRESSION: Scrollbar on EPSN widget doesn't scroll (also affects Widgets widget, web inspector)
1512 * fast/css/computed-style-negative-top-expected.txt: Added.
1513 * fast/css/computed-style-negative-top.html: Added.
1515 2006-08-28 Justin Garcia <justin.garcia@apple.com>
1517 Reviewed by harrison
1519 * editing/inserting/redo-expected.checksum: Added.
1520 * editing/inserting/redo-expected.png: Added.
1521 * editing/inserting/redo-expected.txt: Added.
1522 * editing/inserting/redo.html: Added.
1523 * editing/pasteboard/copy-paste-bidi-expected.txt:
1525 2006-08-28 Alice Liu <alice.liu@apple.com>
1529 Added tests for <rdar://problem/4548537> Document.domain and other attributes are blank for an iframe created with document.write
1531 * http/tests/misc/iframe-domain-test-expected.txt: Added.
1532 * http/tests/misc/iframe-domain-test.html: Added.
1534 2006-08-27 Rob Buis <buis@kde.org>
1538 Changed test result because of:
1539 http://bugs.webkit.org/show_bug.cgi?id=10557
1540 KCanvasPath should be replace by platform/Path
1542 * svg/W3C-SVG-1.1/struct-dom-06-b-expected.txt:
1544 2006-08-26 Eric Seidel <eric@eseidel.com>
1548 Test case for: pointer-events does not work.
1549 http://bugs.webkit.org/show_bug.cgi?id=10415
1551 * svg/custom/pointer-events-path-expected.checksum: Added.
1552 * svg/custom/pointer-events-path-expected.png: Added.
1553 * svg/custom/pointer-events-path-expected.txt: Added.
1554 * svg/custom/pointer-events-path.svg: Added.
1556 2006-08-27 Rob Buis <buis@kde.org>
1561 http://bugs.webkit.org/show_bug.cgi?id=10558
1562 SVG should have support for <metadata> element
1564 * svg/custom/create-metadata-element-expected.checksum: Added.
1565 * svg/custom/create-metadata-element-expected.png: Added.
1566 * svg/custom/create-metadata-element-expected.txt: Added.
1567 * svg/custom/create-metadata-element.svg: Added.
1569 2006-08-25 Adele Peterson <adele@apple.com>
1571 Updated results for addition of -webkit-text-security.
1573 * fast/css/computed-style-expected.txt:
1575 2006-08-25 Adele Peterson <adele@apple.com>
1579 New tests and updated tests for styled selects.
1581 * fast/borders/borderRadiusInvalidColor-expected.checksum: Added.
1582 * fast/borders/borderRadiusInvalidColor-expected.png: Added.
1583 * fast/borders/borderRadiusInvalidColor-expected.txt: Added.
1584 * fast/borders/borderRadiusInvalidColor.html: Added.
1586 * fast/forms/select-baseline-expected.checksum: Added.
1587 * fast/forms/select-baseline-expected.png: Added.
1588 * fast/forms/select-baseline-expected.txt: Added.
1589 * fast/forms/select-baseline.html: Added.
1591 * editing/pasteboard/4641033-expected.txt:
1592 * editing/selection/replaced-boundaries-3-expected.txt:
1593 * editing/selection/select-box-expected.txt:
1594 * fast/block/margin-collapse/103-expected.txt:
1595 * fast/forms/001-expected.checksum:
1596 * fast/forms/001-expected.png:
1597 * fast/forms/001-expected.txt:
1598 * fast/forms/003-expected.txt:
1599 * fast/forms/004-expected.txt:
1600 * fast/forms/HTMLOptionElement_label01-expected.txt:
1601 * fast/forms/HTMLOptionElement_label02-expected.txt:
1602 * fast/forms/HTMLOptionElement_label03-expected.txt:
1603 * fast/forms/HTMLOptionElement_label04-expected.txt:
1604 * fast/forms/HTMLOptionElement_label06-expected.txt:
1605 * fast/forms/HTMLOptionElement_label07-expected.txt:
1606 * fast/forms/form-element-geometry-expected.checksum:
1607 * fast/forms/form-element-geometry-expected.png:
1608 * fast/forms/form-element-geometry-expected.txt:
1609 * fast/forms/option-script-expected.txt:
1610 * fast/forms/option-text-clip-expected.txt:
1611 * fast/forms/select-change-listbox-to-popup-expected.txt:
1612 * fast/forms/select-selected-expected.txt:
1613 * fast/forms/select-style-expected.txt:
1614 * fast/forms/select-visual-hebrew-expected.txt:
1615 * fast/invalid/014-expected.txt:
1616 * fast/parser/document-write-option-expected.txt:
1617 * fast/replaced/width100percent-expected.txt:
1618 * http/tests/navigation/anchor-basic-expected.txt:
1619 * http/tests/navigation/anchor-frames-expected.txt:
1620 * http/tests/navigation/anchor-goback-expected.txt:
1621 * http/tests/navigation/anchor-subframeload-expected.txt:
1622 * http/tests/navigation/javascriptlink-basic-expected.txt:
1623 * http/tests/navigation/javascriptlink-frames-expected.txt:
1624 * http/tests/navigation/javascriptlink-goback-expected.txt:
1625 * http/tests/navigation/javascriptlink-subframeload-expected.txt:
1626 * http/tests/navigation/metaredirect-basic-expected.txt:
1627 * http/tests/navigation/metaredirect-frames-expected.txt:
1628 * http/tests/navigation/metaredirect-goback-expected.txt:
1629 * http/tests/navigation/metaredirect-subframeload-expected.txt:
1630 * http/tests/navigation/post-goback2-expected.txt:
1631 * http/tests/navigation/postredirect-goback2-expected.txt:
1632 * http/tests/navigation/redirect302-basic-expected.txt:
1633 * http/tests/navigation/redirect302-frames-expected.txt:
1634 * http/tests/navigation/redirect302-goback-expected.txt:
1635 * http/tests/navigation/redirect302-subframeload-expected.txt:
1636 * http/tests/navigation/relativeanchor-basic-expected.txt:
1637 * http/tests/navigation/relativeanchor-frames-expected.txt:
1638 * http/tests/navigation/relativeanchor-goback-expected.txt:
1639 * http/tests/navigation/slowmetaredirect-basic-expected.txt:
1640 * http/tests/navigation/slowtimerredirect-basic-expected.txt:
1641 * http/tests/navigation/success200-basic-expected.txt:
1642 * http/tests/navigation/success200-frames-expected.txt:
1643 * http/tests/navigation/success200-frames-loadsame-expected.txt:
1644 * http/tests/navigation/success200-goback-expected.txt:
1645 * http/tests/navigation/success200-loadsame-expected.txt:
1646 * http/tests/navigation/success200-reload-expected.txt:
1647 * http/tests/navigation/success200-subframeload-expected.txt:
1648 * http/tests/navigation/timerredirect-basic-expected.txt:
1649 * http/tests/navigation/timerredirect-frames-expected.txt:
1650 * http/tests/navigation/timerredirect-goback-expected.txt:
1651 * http/tests/navigation/timerredirect-subframeload-expected.txt:
1652 * tables/mozilla/bugs/bug1188-expected.txt:
1653 * tables/mozilla/bugs/bug18359-expected.txt:
1654 * tables/mozilla/bugs/bug2479-3-expected.txt:
1655 * tables/mozilla/bugs/bug2479-4-expected.txt:
1656 * tables/mozilla/bugs/bug29326-expected.txt:
1657 * tables/mozilla/bugs/bug33855-expected.txt:
1658 * tables/mozilla/bugs/bug4382-expected.txt:
1659 * tables/mozilla/bugs/bug96334-expected.txt:
1660 * tables/mozilla/core/margins-expected.txt:
1661 * tables/mozilla/dom/tableDom-expected.txt:
1662 * tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
1664 2006-08-24 Darin Adler <darin@apple.com>
1668 - test for http://bugs.webkit.org/show_bug.cgi?id=10169
1669 REGRESSION: NativeTextArea: Text dragged from <input type=text> to textarea disappears
1671 * fast/forms/drag-into-textarea-expected.txt: Added.
1672 * fast/forms/drag-into-textarea.html: Added.
1674 2006-08-24 David Harrison <harrison@apple.com>
1676 Updated expected results for this change:
1678 <rdar://problem/4522205> Represent controls in AXAttributedStringForTextMarkerRange
1680 * editing/selection/anchor-focus1-expected.txt:
1681 * editing/selection/anchor-focus2-expected.txt:
1682 * editing/selection/anchor-focus3-expected.txt:
1683 * editing/selection/move-begin-end-expected.txt:
1684 * fast/dom/Element/onclick-case-expected.txt:
1685 * fast/dom/HTMLInputElement/size-as-number-expected.txt:
1686 * fast/dom/document-all-input-expected.txt:
1687 * fast/dom/option-properties-expected.txt:
1688 * fast/events/objc-keyboard-event-creation-expected.txt:
1689 * fast/events/onsubmit-bubbling-expected.txt:
1690 * fast/forms/access-key-expected.txt:
1691 * fast/forms/activate-and-disabled-elements-expected.txt:
1692 * fast/forms/button-in-forms-collection-expected.txt:
1693 * fast/forms/check-box-enter-key-expected.txt:
1694 * fast/forms/cursor-position-expected.txt:
1695 * fast/forms/display-none-in-onchange-keyboard-expected.txt:
1696 * fast/forms/domstring-replace-crash-expected.txt:
1697 * fast/forms/double-focus-expected.txt:
1698 * fast/forms/element-by-name-expected.txt:
1699 * fast/forms/empty-get-expected.txt:
1700 * fast/forms/focus-expected.txt:
1701 * fast/forms/form-get-multipart-expected.txt:
1702 * fast/forms/form-get-multipart2-expected.txt:
1703 * fast/forms/form-get-multipart3-expected.txt:
1704 * fast/forms/form-post-urlencoded-expected.txt:
1705 * fast/forms/input-appearance-elementFromPoint-expected.txt:
1706 * fast/forms/input-appearance-maxlength-expected.txt:
1707 * fast/forms/input-changing-value-expected.txt:
1708 * fast/forms/input-delete-expected.txt:
1709 * fast/forms/input-selection-hidden-expected.txt:
1710 * fast/forms/input-selection-restore-expected.txt:
1711 * fast/forms/input-text-enter-expected.txt:
1712 * fast/forms/input-truncate-newline-expected.txt:
1713 * fast/forms/legend-access-key-expected.txt:
1714 * fast/forms/onchange-enter-submit-expected.txt:
1715 * fast/forms/onselect-textarea-expected.txt:
1716 * fast/forms/onselect-textfield-expected.txt:
1717 * fast/forms/paste-into-textarea-expected.txt:
1718 * fast/forms/plaintext-mode-1-expected.txt:
1719 * fast/forms/select-remove-option-expected.txt:
1720 * fast/forms/select-replace-option-expected.txt:
1721 * fast/forms/select-reset-expected.txt:
1722 * fast/forms/selection-functions-expected.txt:
1723 * fast/forms/text-field-setvalue-crash-expected.txt:
1724 * fast/forms/textarea-crlf-expected.txt:
1725 * fast/forms/textarea-scrolled-endline-caret-expected.txt:
1726 * fast/forms/textarea-setvalue-submit-expected.txt:
1727 * fast/forms/textfield-focus-out-expected.txt:
1729 2006-08-24 Rob Buis <buis@kde.org>
1734 http://bugs.webkit.org/show_bug.cgi?id=10524
1735 svg transform: comma delimiting breaks display
1737 * svg/custom/transform-scale-parse-expected.checksum: Added.
1738 * svg/custom/transform-scale-parse-expected.png: Added.
1739 * svg/custom/transform-scale-parse-expected.txt: Added.
1740 * svg/custom/transform-scale-parse.svg: Added.
1742 2006-08-22 Trey Matteson <trey@usa.net>
1746 This test update was missing from the patch I posted, and ggarren just checked in.
1748 * fast/overflow/scrollRevealButton-expected.txt:
1750 2006-08-22 Maciej Stachowiak <mjs@apple.com>
1754 - test for <rdar://problem/4683948> REGRESSION: Assertion failure in [FrameProgressEntry addChild:forDataSource:] (fandango.com)
1756 (I both added a WebKit assertion that would fail under this test, and then did a fix to make it not fire)
1758 * fast/loader/start-load-in-unload-expected.txt: Added.
1759 * fast/loader/start-load-in-unload.html: Added.
1761 2006-08-22 Maciej Stachowiak <mjs@apple.com>
1763 Fix for broken tests.
1765 - made newly added CGI scripts executable
1767 * http/tests/navigation/resources/error404.pl:
1768 * http/tests/navigation/resources/frameset.pl:
1769 * http/tests/navigation/resources/postresult.pl:
1770 * http/tests/navigation/resources/redirect302.pl:
1772 2006-08-22 Justin Garcia <justin.garcia@apple.com>
1774 Reviewed by harrison
1776 <http://bugs.webkit.org/show_bug.cgi?id=10449>
1777 REGRESSION(r15918): drag-into-marker.html failing
1779 * editing/pasteboard/paste-list-001-expected.txt:
1780 * fast/lists/drag-into-marker.html: Added.
1781 * fast/lists/drag-into-marker.html-disabled: Removed.
1783 2006-08-22 Justin Garcia <justin.garcia@apple.com>
1785 Reviewed by harrison
1787 <rdar://problem/4052343&4052343&4426622> Mail hung on paste text
1790 * editing/pasteboard/paste-4039777-fix-expected.checksum:
1791 * editing/pasteboard/paste-4039777-fix-expected.png:
1792 * editing/pasteboard/paste-4039777-fix-expected.txt:
1793 * editing/deleting/delete-3857753-fix-expected.txt:
1794 * editing/pasteboard/styled-element-markup-expected.checksum:
1795 * editing/pasteboard/styled-element-markup-expected.png:
1796 * editing/pasteboard/styled-element-markup-expected.txt:
1797 * editing/execCommand/insertHTML-expected.checksum:
1798 * editing/execCommand/insertHTML-expected.png:
1799 * editing/execCommand/insertHTML-expected.txt:
1800 * editing/execCommand/insertHTML.html:
1802 Removed some empty style spans, font tags are replaced by style spans
1803 in a couple of cases:
1804 * editing/deleting/merge-different-styles-expected.txt:
1805 * editing/deleting/pruning-after-merge-1-expected.txt:
1806 * editing/deleting/pruning-after-merge-2-expected.txt:
1807 * editing/inserting/insert-3786362-fix-expected.txt:
1808 * editing/pasteboard/block-wrappers-necessary-expected.txt:
1809 * editing/pasteboard/display-block-on-spans-expected.txt:
1810 * editing/pasteboard/merge-end-table-expected.txt:
1811 * editing/pasteboard/paste-4035648-fix-expected.txt:
1812 * editing/pasteboard/paste-line-endings-001-expected.txt:
1813 * editing/pasteboard/paste-line-endings-006-expected.txt:
1814 * editing/pasteboard/paste-list-001-expected.txt:
1815 * editing/pasteboard/paste-pre-001-expected.txt:
1816 * editing/pasteboard/paste-pre-002-expected.txt:
1817 * editing/pasteboard/paste-table-001-expected.txt:
1818 * editing/pasteboard/paste-table-002-expected.txt:
1819 * editing/pasteboard/paste-text-001-expected.txt:
1820 * editing/pasteboard/paste-text-002-expected.txt:
1821 * editing/pasteboard/paste-text-003-expected.txt:
1822 * editing/pasteboard/paste-text-004-expected.txt:
1823 * editing/pasteboard/paste-text-005-expected.txt:
1824 * editing/pasteboard/paste-text-006-expected.txt:
1825 * editing/pasteboard/paste-text-011-expected.txt:
1826 * editing/pasteboard/paste-text-012-expected.txt:
1827 * editing/pasteboard/paste-text-013-expected.txt:
1828 * editing/pasteboard/paste-text-014-expected.txt:
1829 * editing/pasteboard/paste-text-015-expected.txt:
1830 * editing/pasteboard/paste-text-016-expected.txt:
1831 * editing/pasteboard/paste-text-017-expected.txt:
1832 * editing/pasteboard/paste-text-at-tabspan-001-expected.txt:
1833 * editing/pasteboard/paste-text-at-tabspan-002-expected.txt:
1834 * editing/pasteboard/paste-text-at-tabspan-003-expected.txt:
1835 * editing/pasteboard/styled-element-markup.html:
1836 * editing/pasteboard/testcase-9507-expected.txt:
1837 * editing/style/smoosh-styles-001-expected.txt:
1838 * editing/style/smoosh-styles-002-expected.txt:
1840 2006-08-22 Trey Matteson <trey@usa.net>
1844 Introducing a small test suite for bugs related to various navigation techniques,
1845 e.g., back/forward, reload, various redirect flavors, POST, POST-then-redirect,
1846 within-page anchors. Most of the tests are done with and without an enclosing frameset.
1847 The tests verify the content of the final page (which may include restored form
1848 state), scroll location (also sometimes restored), and the full content of the
1851 * fast/overflow/scrollRevealButton-expected.txt:
1852 Updated to include scroll location that is now emitted.
1853 * http/tests/navigation/anchor-basic-expected.txt: Added.
1854 * http/tests/navigation/anchor-basic.html: Added.
1855 * http/tests/navigation/anchor-frames-expected.txt: Added.
1856 * http/tests/navigation/anchor-frames.html: Added.
1857 * http/tests/navigation/anchor-goback-expected.txt: Added.
1858 * http/tests/navigation/anchor-goback.html: Added.
1859 * http/tests/navigation/anchor-subframeload-expected.txt: Added.
1860 * http/tests/navigation/anchor-subframeload.html: Added.
1861 * http/tests/navigation/error404-basic-expected.txt: Added.
1862 * http/tests/navigation/error404-basic.html: Added.
1863 * http/tests/navigation/error404-frames-expected.txt: Added.
1864 * http/tests/navigation/error404-frames.html: Added.
1865 * http/tests/navigation/error404-goback-expected.txt: Added.
1866 * http/tests/navigation/error404-goback.html: Added.
1867 * http/tests/navigation/error404-subframeload-expected.txt: Added.
1868 * http/tests/navigation/error404-subframeload.html: Added.
1869 * http/tests/navigation/javascriptlink-basic-expected.txt: Added.
1870 * http/tests/navigation/javascriptlink-basic.html: Added.
1871 * http/tests/navigation/javascriptlink-frames-expected.txt: Added.
1872 * http/tests/navigation/javascriptlink-frames.html: Added.
1873 * http/tests/navigation/javascriptlink-goback-expected.txt: Added.
1874 * http/tests/navigation/javascriptlink-goback.html: Added.
1875 * http/tests/navigation/javascriptlink-subframeload-expected.txt: Added.
1876 * http/tests/navigation/javascriptlink-subframeload.html: Added.
1877 * http/tests/navigation/metaredirect-basic-expected.txt: Added.
1878 * http/tests/navigation/metaredirect-basic.html: Added.
1879 * http/tests/navigation/metaredirect-frames-expected.txt: Added.
1880 * http/tests/navigation/metaredirect-frames.html: Added.
1881 * http/tests/navigation/metaredirect-goback-expected.txt: Added.
1882 * http/tests/navigation/metaredirect-goback.html: Added.
1883 * http/tests/navigation/metaredirect-subframeload-expected.txt: Added.
1884 * http/tests/navigation/metaredirect-subframeload.html: Added.
1885 * http/tests/navigation/post-basic-expected.txt: Added.
1886 * http/tests/navigation/post-basic.html: Added.
1887 * http/tests/navigation/post-frames-expected.txt: Added.
1888 * http/tests/navigation/post-frames-goback1.html-disabled: Added.
1889 * http/tests/navigation/post-frames.html: Added.
1890 * http/tests/navigation/post-goback1-expected.txt: Added.
1891 * http/tests/navigation/post-goback1.html: Added.
1892 * http/tests/navigation/post-goback2-expected.txt: Added.
1893 * http/tests/navigation/post-goback2.html: Added.
1894 * http/tests/navigation/postredirect-basic-expected.txt: Added.
1895 * http/tests/navigation/postredirect-basic.html: Added.
1896 * http/tests/navigation/postredirect-frames-expected.txt: Added.
1897 * http/tests/navigation/postredirect-frames-goback1.html-disabled: Added.
1898 * http/tests/navigation/postredirect-frames.html: Added.
1899 * http/tests/navigation/postredirect-goback1-expected.txt: Added.
1900 * http/tests/navigation/postredirect-goback1.html: Added.
1901 * http/tests/navigation/postredirect-goback2-expected.txt: Added.
1902 * http/tests/navigation/postredirect-goback2.html: Added.
1903 * http/tests/navigation/redirect302-basic-expected.txt: Added.
1904 * http/tests/navigation/redirect302-basic.html: Added.
1905 * http/tests/navigation/redirect302-frames-expected.txt: Added.
1906 * http/tests/navigation/redirect302-frames.html: Added.
1907 * http/tests/navigation/redirect302-goback-expected.txt: Added.
1908 * http/tests/navigation/redirect302-goback.html: Added.
1909 * http/tests/navigation/redirect302-subframeload-expected.txt: Added.
1910 * http/tests/navigation/redirect302-subframeload.html: Added.
1911 * http/tests/navigation/relativeanchor-basic-expected.txt: Added.
1912 * http/tests/navigation/relativeanchor-basic.html: Added.
1913 * http/tests/navigation/relativeanchor-frames-expected.txt: Added.
1914 * http/tests/navigation/relativeanchor-frames.html: Added.
1915 * http/tests/navigation/relativeanchor-goback-expected.txt: Added.
1916 * http/tests/navigation/relativeanchor-goback.html: Added.
1917 * http/tests/navigation/resources/error404.pl: Added.
1918 * http/tests/navigation/resources/frameset.pl: Added.
1919 * http/tests/navigation/resources/javascriptlink.html: Added.
1920 * http/tests/navigation/resources/metaredirect.html: Added.
1921 * http/tests/navigation/resources/otherpage.html: Added.
1922 * http/tests/navigation/resources/postresult.pl: Added.
1923 * http/tests/navigation/resources/redirect302.pl: Added.
1924 * http/tests/navigation/resources/slowmetaredirect.html: Added.
1925 * http/tests/navigation/resources/slowtimerredirect.html: Added.
1926 * http/tests/navigation/resources/success200.html: Added.
1927 * http/tests/navigation/resources/testcode.js: Added.
1928 * http/tests/navigation/resources/timerredirect.html: Added.
1929 * http/tests/navigation/slowmetaredirect-basic-expected.txt: Added.
1930 * http/tests/navigation/slowmetaredirect-basic.html: Added.
1931 * http/tests/navigation/slowtimerredirect-basic-expected.txt: Added.
1932 * http/tests/navigation/slowtimerredirect-basic.html: Added.
1933 * http/tests/navigation/success200-basic-expected.txt: Added.
1934 * http/tests/navigation/success200-basic.html: Added.
1935 * http/tests/navigation/success200-frames-expected.txt: Added.
1936 * http/tests/navigation/success200-frames-goback.html-disabled: Added.
1937 * http/tests/navigation/success200-frames-loadsame-expected.txt: Added.
1938 * http/tests/navigation/success200-frames-loadsame.html: Added.
1939 * http/tests/navigation/success200-frames-reload.html-disabled: Added.
1940 * http/tests/navigation/success200-frames.html: Added.
1941 * http/tests/navigation/success200-goback-expected.txt: Added.
1942 * http/tests/navigation/success200-goback.html: Added.
1943 * http/tests/navigation/success200-loadsame-expected.txt: Added.
1944 * http/tests/navigation/success200-loadsame.html: Added.
1945 * http/tests/navigation/success200-reload-expected.txt: Added.
1946 * http/tests/navigation/success200-reload.html: Added.
1947 * http/tests/navigation/success200-subframeload-expected.txt: Added.
1948 * http/tests/navigation/success200-subframeload-goback.html-disabled: Added.
1949 * http/tests/navigation/success200-subframeload.html: Added.
1950 * http/tests/navigation/timerredirect-basic-expected.txt: Added.
1951 * http/tests/navigation/timerredirect-basic.html: Added.
1952 * http/tests/navigation/timerredirect-frames-expected.txt: Added.
1953 * http/tests/navigation/timerredirect-frames.html: Added.
1954 * http/tests/navigation/timerredirect-goback-expected.txt: Added.
1955 * http/tests/navigation/timerredirect-goback.html: Added.
1956 * http/tests/navigation/timerredirect-subframeload-expected.txt: Added.
1957 * http/tests/navigation/timerredirect-subframeload.html: Added.
1959 2006-08-22 Rob Buis <buis@kde.org>
1964 http://bugs.webkit.org/show_bug.cgi?id=10402
1965 REPRO: SVG crashes inside gradient code
1967 * svg/custom/gradient-attr-update-expected.checksum: Added.
1968 * svg/custom/gradient-attr-update-expected.png: Added.
1969 * svg/custom/gradient-attr-update-expected.txt: Added.
1970 * svg/custom/gradient-attr-update.svg: Added.
1972 2006-08-22 Rob Buis <buis@kde.org>
1976 Testcase needed for:
1977 http://bugs.webkit.org/show_bug.cgi?id=10405
1978 REPRO: SVG Maze crashes in RenderPath code
1980 * svg/custom/dynamic-empty-path-expected.checksum: Added.
1981 * svg/custom/dynamic-empty-path-expected.png: Added.
1982 * svg/custom/dynamic-empty-path-expected.txt: Added.
1983 * svg/custom/dynamic-empty-path.svg: Added.
1985 2006-08-21 Alexey Proskuryakov <ap@nypop.com>
1989 Test for http://bugs.webkit.org/show_bug.cgi?id=10419
1990 XSLTProcessor transformToFragment fails because of an XML declaration
1992 * fast/xsl/transformToFragment-XML-declaration-expected.txt: Added.
1993 * fast/xsl/transformToFragment-XML-declaration.html: Added.
1995 * fast/xsl/xslt-extra-content-at-end-expected.checksum:
1996 * fast/xsl/xslt-extra-content-at-end-expected.png:
1997 * fast/xsl/xslt-extra-content-at-end-expected.txt: Updated for a changed error reporting.
1999 2006-08-21 Vladimir Olexa <vladimir.olexa@gmail.com>
2003 Test for http://bugs.webkit.org/show_bug.cgi?id=6252
2004 JavaScript 1.6 Array.lastIndexOf
2006 * fast/js/array-lastIndexOf-expected.txt: Added.
2007 * fast/js/array-lastIndexOf.html: Added.
2008 * fast/js/resources/array-lastIndexOf.js: Added.
2010 2006-08-21 Alexey Proskuryakov <ap@nypop.com>
2014 - test for http://bugs.webkit.org/show_bug.cgi?id=10429
2015 XSLTProcessor.transformToFragment crashes if the owner document is empty
2017 * fast/js/resources/xslt-fragment-in-empty-doc.js: Added.
2018 * fast/js/xslt-fragment-in-empty-doc-expected.txt: Added.
2019 * fast/js/xslt-fragment-in-empty-doc.html: Added.
2021 2006-08-16 Justin Garcia <justin.garcia@apple.com>
2023 Reviewed by thatcher
2025 Equivalent render tree:
2026 * fast/events/ondragenter-expected.checksum:
2027 * fast/events/ondragenter-expected.txt:
2029 Patch exposed a bug (10449):
2030 * fast/lists/drag-into-marker.html: Removed.
2031 * fast/lists/drag-into-marker.html-disabled: Added.
2033 2006-08-15 Justin Garcia <justin.garcia@apple.com>
2035 Reviewed by thatcher
2038 * editing/pasteboard/interchange-newline-4-expected.checksum: Added.
2039 * editing/pasteboard/interchange-newline-4-expected.png: Added.
2040 * editing/pasteboard/interchange-newline-4-expected.txt: Added.
2041 * editing/pasteboard/interchange-newline-4.html: Added.
2042 * editing/deleting/paragraph-in-preserveNewline-expected.checksum: Added.
2043 * editing/deleting/paragraph-in-preserveNewline-expected.png: Added.
2044 * editing/deleting/paragraph-in-preserveNewline-expected.txt: Added.
2045 * editing/deleting/paragraph-in-preserveNewline.html: Added.
2047 Equivalent render trees, fixes, or bugs exposed (10427, 10428):
2048 * editing/execCommand/insertHTML-expected.checksum:
2049 * editing/execCommand/insertHTML-expected.png:
2050 * editing/execCommand/insertHTML-expected.txt:
2051 * editing/execCommand/insertHTML.html:
2052 * editing/execCommand/insertHorizontalRule-expected.checksum:
2053 * editing/execCommand/insertHorizontalRule-expected.png:
2054 * editing/execCommand/insertHorizontalRule-expected.txt:
2055 * editing/inserting/insert-3786362-fix-expected.checksum:
2056 * editing/inserting/insert-3786362-fix-expected.png:
2057 * editing/inserting/insert-3786362-fix-expected.txt:
2058 * editing/inserting/insert-3786362-fix.html:
2059 * editing/inserting/insert-3907422-fix-expected.txt:
2060 * editing/pasteboard/3976872-expected.checksum:
2061 * editing/pasteboard/3976872-expected.png:
2062 * editing/pasteboard/3976872-expected.txt:
2063 * editing/pasteboard/4076267-3-expected.checksum:
2064 * editing/pasteboard/4076267-3-expected.png:
2065 * editing/pasteboard/4076267-3-expected.txt:
2066 * editing/pasteboard/4076267-3.html:
2067 * editing/pasteboard/4076267-expected.checksum:
2068 * editing/pasteboard/4076267-expected.png:
2069 * editing/pasteboard/4076267-expected.txt:
2070 * editing/pasteboard/4076267.html:
2071 * editing/pasteboard/4242293-1-expected.txt:
2072 * editing/pasteboard/4242293-expected.checksum:
2073 * editing/pasteboard/4242293-expected.png:
2074 * editing/pasteboard/4242293-expected.txt:
2075 * editing/pasteboard/4631972-expected.txt:
2076 * editing/pasteboard/8145-1-expected.txt:
2077 * editing/pasteboard/8145-3-expected.txt:
2078 * editing/pasteboard/block-wrappers-necessary-expected.txt:
2079 * editing/pasteboard/copy-paste-bidi-expected.txt:
2080 * editing/pasteboard/display-block-on-spans-expected.checksum:
2081 * editing/pasteboard/display-block-on-spans-expected.png:
2082 * editing/pasteboard/display-block-on-spans-expected.txt:
2083 * editing/pasteboard/interchange-newline-1-expected.txt:
2084 * editing/pasteboard/merge-end-1-expected.checksum:
2085 * editing/pasteboard/merge-end-1-expected.png:
2086 * editing/pasteboard/merge-end-1-expected.txt:
2087 * editing/pasteboard/merge-end-1.html:
2088 * editing/pasteboard/merge-end-2-expected.checksum:
2089 * editing/pasteboard/merge-end-2-expected.png:
2090 * editing/pasteboard/merge-end-2-expected.txt:
2091 * editing/pasteboard/merge-end-2.html:
2092 * editing/pasteboard/merge-end-4-expected.txt:
2093 * editing/pasteboard/merge-end-list-expected.txt:
2094 * editing/pasteboard/merge-end-table-expected.checksum:
2095 * editing/pasteboard/merge-end-table-expected.png:
2096 * editing/pasteboard/merge-end-table-expected.txt:
2097 * editing/pasteboard/nested-blocks-with-text-area-expected.txt:
2098 * editing/pasteboard/nested-blocks-with-text-field-expected.txt:
2099 * editing/pasteboard/paste-4039777-fix-expected.checksum:
2100 * editing/pasteboard/paste-4039777-fix-expected.png:
2101 * editing/pasteboard/paste-4039777-fix-expected.txt:
2102 * editing/pasteboard/paste-line-endings-002-expected.txt:
2103 * editing/pasteboard/paste-line-endings-004-expected.txt:
2104 * editing/pasteboard/paste-line-endings-007-expected.txt:
2105 * editing/pasteboard/paste-line-endings-008-expected.txt:
2106 * editing/pasteboard/paste-line-endings-009-expected.txt:
2107 * editing/pasteboard/paste-match-style-002-expected.txt:
2108 * editing/pasteboard/paste-pre-001-expected.txt:
2109 * editing/pasteboard/paste-pre-002-expected.txt:
2110 * editing/pasteboard/paste-table-001-expected.checksum:
2111 * editing/pasteboard/paste-table-001-expected.png:
2112 * editing/pasteboard/paste-table-001-expected.txt:
2113 * editing/pasteboard/paste-table-003-expected.txt:
2114 * editing/pasteboard/paste-text-001-expected.txt:
2115 * editing/pasteboard/paste-text-003-expected.txt:
2116 * editing/pasteboard/paste-text-007-expected.checksum:
2117 * editing/pasteboard/paste-text-007-expected.png:
2118 * editing/pasteboard/paste-text-007-expected.txt:
2119 * editing/pasteboard/paste-text-008-expected.txt:
2120 * editing/pasteboard/paste-text-009-expected.txt:
2121 * editing/pasteboard/paste-text-010-expected.txt:
2122 * editing/pasteboard/paste-text-011-expected.txt:
2123 * editing/pasteboard/paste-text-012-expected.checksum:
2124 * editing/pasteboard/paste-text-012-expected.png:
2125 * editing/pasteboard/paste-text-012-expected.txt:
2126 * editing/pasteboard/paste-text-012.html:
2127 * editing/pasteboard/paste-text-013-expected.checksum:
2128 * editing/pasteboard/paste-text-013-expected.png:
2129 * editing/pasteboard/paste-text-013-expected.txt:
2130 * editing/pasteboard/paste-text-015-expected.txt:
2131 * editing/pasteboard/paste-text-017-expected.txt:
2132 * editing/pasteboard/paste-text-019-expected.checksum:
2133 * editing/pasteboard/paste-text-019-expected.png:
2134 * editing/pasteboard/paste-text-019-expected.txt:
2135 * editing/pasteboard/paste-text-019.html:
2136 * editing/pasteboard/paste-text-at-tabspan-001-expected.txt:
2137 * editing/pasteboard/paste-text-at-tabspan-002-expected.txt:
2138 * editing/pasteboard/paste-text-at-tabspan-003-expected.txt:
2139 * editing/pasteboard/pasting-object-expected.txt:
2140 * editing/pasteboard/prevent-block-nesting-01-expected.txt:
2141 * editing/pasteboard/quirks-mode-br-1-expected.txt:
2142 * editing/pasteboard/smart-paste-001-expected.txt:
2143 * editing/pasteboard/smart-paste-002-expected.txt:
2144 * editing/pasteboard/smart-paste-003-expected.txt:
2145 * editing/pasteboard/smart-paste-004-expected.txt:
2146 * editing/pasteboard/smart-paste-005-expected.txt:
2147 * editing/pasteboard/smart-paste-006-expected.txt:
2148 * editing/pasteboard/smart-paste-007-expected.txt:
2149 * editing/pasteboard/smart-paste-008-expected.txt:
2150 * editing/pasteboard/undoable-fragment-removes-expected.checksum:
2151 * editing/pasteboard/undoable-fragment-removes-expected.png:
2152 * editing/pasteboard/undoable-fragment-removes-expected.txt:
2153 * editing/pasteboard/undoable-fragment-removes.html:
2154 * editing/style/smoosh-styles-001-expected.txt:
2155 * editing/style/smoosh-styles-002-expected.txt:
2157 2006-08-15 Jonas Witt <jonas.witt@gmail.com>
2161 - added a test to check keyboard events fired from the ObjC API:
2162 http://bugs.webkit.org/show_bug.cgi?id=9736
2164 * fast/events/objc-keyboard-event-creation-expected.txt: Added.
2165 * fast/events/objc-keyboard-event-creation.html: Added.
2167 2006-08-15 Geoffrey Garen <ggaren@apple.com>
2169 Layout test for <rdar://problem/4661982> (crash in KHTMLParser::popBlock)
2171 * fast/parser/remove-node-stack-expected.txt: Added.
2172 * fast/parser/remove-node-stack.html: Added.
2174 2006-08-15 Adele Peterson <adele@apple.com>
2178 Test for: <rdar://problem/4680207> REGRESSION: select-all should fire onSelect event for text fields and textareas (9518)
2179 http://bugs.webkit.org/show_bug.cgi?id=9518
2181 * fast/forms/onselect-selectall-expected.txt: Added.
2182 * fast/forms/onselect-selectall.html: Added.
2184 2006-08-14 Eric Seidel <eric@eseidel.com>
2188 Updated results for:
2189 <mask>, <marker>, <pattern> inside <defs> do not work
2190 http://bugs.webkit.org/show_bug.cgi?id=6548
2192 * svg/W3C-SVG-1.1/animate-elem-03-t-expected.txt:
2193 * svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt:
2194 * svg/W3C-SVG-1.1/color-prof-01-f-expected.txt:
2195 * svg/W3C-SVG-1.1/color-prop-01-b-expected.txt:
2196 * svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt:
2197 * svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt:
2198 * svg/W3C-SVG-1.1/filters-color-01-b-expected.txt:
2199 * svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt:
2200 * svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt:
2201 * svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt:
2202 * svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.txt:
2203 * svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt:
2204 * svg/W3C-SVG-1.1/filters-example-01-b-expected.txt:
2205 * svg/W3C-SVG-1.1/filters-gauss-01-b-expected.txt:
2206 * svg/W3C-SVG-1.1/filters-image-01-b-expected.txt:
2207 * svg/W3C-SVG-1.1/filters-light-01-f-expected.txt:
2208 * svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt:
2209 * svg/W3C-SVG-1.1/filters-offset-01-b-expected.txt:
2210 * svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt:
2211 * svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt:
2212 * svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt:
2213 * svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt:
2214 * svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt:
2215 * svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt:
2216 * svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt:
2217 * svg/W3C-SVG-1.1/interact-cursor-01-f-expected.txt:
2218 * svg/W3C-SVG-1.1/interact-events-01-b-expected.txt:
2219 * svg/W3C-SVG-1.1/interact-order-01-b-expected.txt:
2220 * svg/W3C-SVG-1.1/interact-order-02-b-expected.txt:
2221 * svg/W3C-SVG-1.1/interact-order-03-b-expected.txt:
2222 * svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt:
2223 * svg/W3C-SVG-1.1/masking-path-01-b-expected.txt:
2224 * svg/W3C-SVG-1.1/masking-path-04-b-expected.txt:
2225 * svg/W3C-SVG-1.1/painting-marker-02-f-expected.txt:
2226 * svg/W3C-SVG-1.1/painting-render-01-b-expected.txt:
2227 * svg/W3C-SVG-1.1/pservers-grad-08-b-expected.txt:
2228 * svg/W3C-SVG-1.1/render-elems-06-t-expected.txt:
2229 * svg/W3C-SVG-1.1/render-elems-07-t-expected.txt:
2230 * svg/W3C-SVG-1.1/render-elems-08-t-expected.txt:
2231 * svg/W3C-SVG-1.1/render-groups-01-b-expected.txt:
2232 * svg/W3C-SVG-1.1/render-groups-03-t-expected.txt:
2233 * svg/W3C-SVG-1.1/struct-defs-01-t-expected.txt:
2234 * svg/W3C-SVG-1.1/struct-image-02-b-expected.txt:
2235 * svg/W3C-SVG-1.1/styling-css-01-b-expected.txt:
2236 * svg/W3C-SVG-1.1/styling-css-02-b-expected.txt:
2237 * svg/W3C-SVG-1.1/styling-css-03-b-expected.txt:
2238 * svg/W3C-SVG-1.1/text-align-04-b-expected.txt:
2239 * svg/W3C-SVG-1.1/text-altglyph-01-b-expected.txt:
2240 * svg/W3C-SVG-1.1/text-path-01-b-expected.txt:
2241 * svg/custom/empty-merge-expected.txt:
2242 * svg/custom/feComponentTransfer-Discrete-expected.txt:
2243 * svg/custom/feComponentTransfer-Gamma-expected.txt:
2244 * svg/custom/feComponentTransfer-Linear-expected.txt:
2245 * svg/custom/feComponentTransfer-Table-expected.txt:
2246 * svg/custom/feDisplacementMap-01-expected.txt:
2247 * svg/custom/filter-source-alpha-expected.txt:
2248 * svg/custom/gradient-stroke-width-expected.txt:
2249 * svg/custom/grayscale-gradient-mask-expected.txt:
2250 * svg/custom/image-with-transform-clip-filter-expected.txt:
2251 * svg/custom/invalid-css-expected.txt:
2252 * svg/custom/non-opaque-filters-expected.txt:
2253 * svg/custom/pattern-in-defs-expected.checksum: Added.
2254 * svg/custom/pattern-in-defs-expected.png: Added.
2255 * svg/custom/pattern-in-defs-expected.txt: Added.
2256 * svg/custom/pattern-in-defs.svg: Added.
2257 * svg/custom/text-clip-expected.txt:
2258 * svg/custom/text-filter-expected.txt:
2259 * svg/custom/tref-update-expected.txt:
2261 2006-08-14 Eric Seidel <eric@eseidel.com>
2263 Reviewed by darin and mjs.
2265 Add better SVGLoad event support.
2266 http://bugs.webkit.org/show_bug.cgi?id=6010
2267 Updated test results.
2269 * svg/W3C-SVG-1.1/extend-namespace-01-f-expected.checksum:
2270 * svg/W3C-SVG-1.1/extend-namespace-01-f-expected.png:
2271 * svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt:
2272 * svg/W3C-SVG-1.1/struct-dom-01-b-expected.checksum:
2273 * svg/W3C-SVG-1.1/struct-dom-01-b-expected.png:
2274 * svg/W3C-SVG-1.1/struct-dom-01-b-expected.txt:
2275 * svg/W3C-SVG-1.1/struct-dom-02-b-expected.checksum:
2276 * svg/W3C-SVG-1.1/struct-dom-02-b-expected.png:
2277 * svg/W3C-SVG-1.1/struct-dom-02-b-expected.txt:
2278 * svg/W3C-SVG-1.1/struct-dom-03-b-expected.checksum:
2279 * svg/W3C-SVG-1.1/struct-dom-03-b-expected.png:
2280 * svg/W3C-SVG-1.1/struct-dom-03-b-expected.txt:
2281 * svg/W3C-SVG-1.1/struct-dom-04-b-expected.checksum:
2282 * svg/W3C-SVG-1.1/struct-dom-04-b-expected.png:
2283 * svg/W3C-SVG-1.1/struct-dom-04-b-expected.txt:
2284 * svg/W3C-SVG-1.1/struct-dom-05-b-expected.checksum:
2285 * svg/W3C-SVG-1.1/struct-dom-05-b-expected.png:
2286 * svg/W3C-SVG-1.1/struct-dom-05-b-expected.txt:
2287 * svg/W3C-SVG-1.1/struct-dom-06-b-expected.checksum:
2288 * svg/W3C-SVG-1.1/struct-dom-06-b-expected.png:
2289 * svg/W3C-SVG-1.1/struct-dom-06-b-expected.txt:
2291 2006-08-14 Maciej Stachowiak <mjs@apple.com>
2293 Missing expected results for last test.
2295 * http/tests/plugins/interrupted-get-url-expected.txt: Added.
2297 2006-08-14 Maciej Stachowiak <mjs@apple.com>
2299 Test case not reviewed but the patch was reviewed by Tim Omernick.
2301 - test case for REGRESSION: crash when leaving youtube page while movie is still loading
2302 http://bugs.webkit.org/show_bug.cgi?id=10398
2304 * http/tests/plugins/interrupted-get-url.html: Added.
2305 * http/tests/plugins/resources/interrupted-get-url-success.html: Added.
2306 * http/tests/plugins/resources/slow-resource.pl: Added.
2308 2006-08-14 Darin Adler <darin@apple.com>
2310 Reviewed by John Sullivan.
2312 - test for http://bugs.webkit.org/show_bug.cgi?id=10204
2313 REGRESSION: title tag parsing problem breaks Travelocity and Google Analytics pages
2315 * fast/parser/title-error-test-expected.checksum: Added.
2316 * fast/parser/title-error-test-expected.png: Added.
2317 * fast/parser/title-error-test-expected.txt: Added.
2318 * fast/parser/title-error-test.html: Added.
2320 2006-08-11 David Kilzer <ddkilzer@kilzer.net>
2322 Additional layout test fixes from hyatt's "Eliminate RenderImageButton" change
2323 in r15839. See also r15840 for more layout test fixes.
2325 * tables/mozilla/bugs/bug19599-expected.txt: Changed RenderImageButton to RenderImage.
2326 * tables/mozilla/bugs/bug24200-expected.txt: Ditto.
2327 * tables/mozilla/bugs/bug4527-expected.txt: Ditto.
2329 2006-08-11 Eric Seidel <eric@eseidel.com>
2331 Reviewed by andersca.
2333 Updated results, and new test for:
2334 The outermost <svg> element needs to clip itself
2335 http://bugs.webkit.org/show_bug.cgi?id=5358
2337 * svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.checksum:
2338 * svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.png:
2339 * svg/W3C-SVG-1.1/masking-path-03-b-expected.checksum:
2340 * svg/W3C-SVG-1.1/masking-path-03-b-expected.png:
2341 * svg/custom/svg-overflow-types-expected.checksum: Added.
2342 * svg/custom/svg-overflow-types-expected.png: Added.
2343 * svg/custom/svg-overflow-types-expected.txt: Added.
2344 * svg/custom/svg-overflow-types.svg: Added.
2346 2006-08-11 Adele Peterson <adele@apple.com>
2350 Test case for <rdar://problem/4656274>
2351 REGRESSION: option elements are selected when added regardless of "selected" property
2353 * fast/forms/option-constructor-selected-expected.txt: Added.
2354 * fast/forms/option-constructor-selected.html: Added.
2356 2006-08-08 Rob Buis <buis@kde.org>
2361 <http://bugs.webkit.org/show_bug.cgi?id=10230>
2362 SVGDOMImplementation should die (and be rolled into DOMImplementation)
2364 * svg/custom/svg-features-expected.txt: Added.
2365 * svg/custom/svg-features.html: Added.
2367 2006-08-05 Darin Adler <darin@apple.com>
2371 - test for http://bugs.webkit.org/show_bug.cgi?id=10213
2372 REGRESSION: Crash in WebCore::RenderLayer::isTransparent involving <iframe> and <select>
2374 * fast/frames/iframe-option-crash-expected.checksum: Added.
2375 * fast/frames/iframe-option-crash-expected.png: Added.
2376 * fast/frames/iframe-option-crash-expected.txt: Added.
2377 * fast/frames/iframe-option-crash.xhtml: Added.
2379 2006-08-03 Justin Garcia <justin.garcia@apple.com>
2381 Reviewed by harrison
2383 * editing/style/non-inheritable-styles-expected.checksum: Added.
2384 * editing/style/non-inheritable-styles-expected.png: Added.
2385 * editing/style/non-inheritable-styles-expected.txt: Added.
2386 * editing/style/non-inheritable-styles.html: Added.
2388 2006-08-03 Justin Garcia <justin.garcia@apple.com>
2392 * fast/forms/plaintext-mode-1-expected.txt:
2393 * fast/forms/plaintext-mode-1.html:
2395 2006-08-02 Justin Garcia <justin.garcia@apple.com>
2399 <http://bugs.webkit.org/show_bug.cgi?id=10225>
2400 GMail Editor: Change Hilite Color doesn't work
2402 * editing/execCommand/hilitecolor-expected.checksum: Added.
2403 * editing/execCommand/hilitecolor-expected.png: Added.
2404 * editing/execCommand/hilitecolor-expected.txt: Added.
2405 * editing/execCommand/hilitecolor.html: Added.
2407 2006-08-03 Mitz Pettel <opendarwin.org@mitzpettel.com>
2409 Reviewed by Adele and Darin.
2411 - test for http://bugs.webkit.org/show_bug.cgi?id=10177
2412 REGRESSION: Successfully dragging text into a disabled field
2414 * fast/forms/textfield-drag-into-disabled-expected.checksum: Added.
2415 * fast/forms/textfield-drag-into-disabled-expected.png: Added.
2416 * fast/forms/textfield-drag-into-disabled-expected.txt: Added.
2417 * fast/forms/textfield-drag-into-disabled.html: Added.
2419 * fast/forms/input-disabled-color-expected.txt: Updated.
2421 2006-08-03 Jonathan Johnsson <jonathanjohnsson@gmail.com>
2425 - test for http://bugs.webkit.org/show_bug.cgi?id=10198
2426 REGRESSION: WebKit r15750 crashes while loading anthem.com
2428 * fast/overflow/generated-content-crash-expected.txt: Added.
2429 * fast/overflow/generated-content-crash.html: Added.
2431 2006-08-03 Mitz Pettel <opendarwin.org@mitzpettel.com>
2435 - test for http://bugs.webkit.org/show_bug.cgi?id=10202
2436 REGRESSION: Repro crash when loading an empty image document
2438 * fast/tokenizer/image-empty-crash-expected.txt: Added.
2439 * fast/tokenizer/image-empty-crash.html: Added.
2441 2006-08-02 Alexey Proskuryakov <ap@nypop.com>
2445 - pixel test for http://bugs.webkit.org/show_bug.cgi?id=3438
2446 incorrect display of transparent 1x1 PNGs
2448 * fast/replaced/image-solid-color-with-alpha-expected.checksum: Added.
2449 * fast/replaced/image-solid-color-with-alpha-expected.png: Added.
2450 * fast/replaced/image-solid-color-with-alpha-expected.txt: Added.
2451 * fast/replaced/image-solid-color-with-alpha.html: Added.
2452 * fast/replaced/img-1x1-expected.checksum: Removed.
2453 * fast/replaced/img-1x1-expected.png: Removed.
2454 * fast/replaced/img-1x1-expected.txt: Removed.
2455 * fast/replaced/img-1x1.html: Removed.
2457 2006-08-01 Darin Adler <darin@apple.com>
2459 - updated a test affected by changes to the DumpRenderTree tool
2460 to return a current mouse position
2462 * fast/inline/dirtyLinesForInline-expected.txt: Updated.
2464 2006-07-31 Sam Weinig <sam.weinig@gmail.com>
2468 - tests changed by http://bugs.webkit.org/show_bug.cgi?id=9955
2469 Colors scaled from [0, 1] range to [0, 255] incorrectly
2471 * fast/css/hsl-color-expected.checksum:
2472 * fast/css/hsl-color-expected.png:
2473 * fast/css/hsl-color-expected.txt:
2474 * fast/forms/input-disabled-color-expected.checksum:
2475 * fast/forms/input-disabled-color-expected.png:
2476 * fast/forms/input-disabled-color-expected.txt:
2478 2006-07-31 Mitz Pettel <opendarwin.org@mitzpettel.com>
2480 - test for http://bugs.webkit.org/show_bug.cgi?id=10158
2481 REGRESSION: Selection highlight is dark and opaque when solid-color images are used
2485 * fast/backgrounds/solid-color-context-restore-expected.checksum: Added.
2486 * fast/backgrounds/solid-color-context-restore-expected.png: Added.
2487 * fast/backgrounds/solid-color-context-restore-expected.txt: Added.
2488 * fast/backgrounds/solid-color-context-restore.html: Added.
2490 2006-07-31 Darin Adler <darin@apple.com>
2494 - fix http://bugs.webkit.org/show_bug.cgi?id=10171
2495 REGRESSION: failing layout test: fast/events/objc-event-api.html
2497 * fast/events/objc-event-api-expected.txt: Updated test results for changes in the
2498 DumpRenderTree tool.
2500 2006-07-31 Mark Rowe <opendarwin.org@bdash.net.nz>
2504 http://bugs.webkit.org/show_bug.cgi?id=9738
2505 Bug 9738: Unqualified :hover selector ignored in strict parsing mode
2507 * fast/selectors/unqualified-hover-quirks-expected.checksum: Added.
2508 * fast/selectors/unqualified-hover-quirks-expected.png: Added.
2509 * fast/selectors/unqualified-hover-quirks-expected.txt: Added.
2510 * fast/selectors/unqualified-hover-quirks.html: Added.
2511 * fast/selectors/unqualified-hover-strict-expected.checksum: Added.
2512 * fast/selectors/unqualified-hover-strict-expected.png: Added.
2513 * fast/selectors/unqualified-hover-strict-expected.txt: Added.
2514 * fast/selectors/unqualified-hover-strict.html: Added.
2516 2006-07-31 Adele Peterson <adele@apple.com>
2518 Reviewed by John and Anders.
2520 - Test for <rdar://problem/4380576> onChange does not get called when field changed by return key
2522 * fast/forms/onchange-enter-submit-expected.txt: Added.
2523 * fast/forms/onchange-enter-submit.html: Added.
2525 2006-07-31 Graham Dennis <graham.dennis@gmail.com>
2529 <http://bugs.webkit.org/show_bug.cgi?id=9507>
2530 Empty style spans created in applyInlineStyle
2531 <rdar://problem/4515463>
2532 REGRESSION: Blot and Mail both do a very poor job of pasting the main www.apple.com page
2534 * editing/pasteboard/paste-4039777-fix-expected.txt:
2535 * editing/pasteboard/testcase-9507-expected.checksum: Added.
2536 * editing/pasteboard/testcase-9507-expected.png: Added.
2537 * editing/pasteboard/testcase-9507-expected.txt: Added.
2538 * editing/pasteboard/testcase-9507.html: Added.
2539 * editing/unsupported-content/table-delete-001-expected.txt:
2540 * editing/selection/selectNode-expected.png:
2541 * editing/selection/selectNode-expected.checksum:
2542 * editing/selection/selectNode-expected.txt:
2544 2006-07-31 Mark Rowe <opendarwin.org@bdash.net.nz>
2548 http://bugs.webkit.org/show_bug.cgi?id=10167
2549 Bug 10167: REGRESSION(r15688): ASSERTION FAILED: _private->mouseDownEvent != nil in layout tests
2551 * fast/events/objc-event-api-expected.txt: Update test results.
2553 2006-07-31 Darin Adler <darin@apple.com>
2555 * editing/pasteboard/paste-table-002-expected.txt: Corrected one result
2556 affected by my recent change to getComputedStyle.
2558 * editing/pasteboard/paste-table-002.html: Converted to a text test, since
2559 it dumps the serialized form of the result.
2560 * editing/pasteboard/paste-table-002-expected.checksum: Removed.
2561 * editing/pasteboard/paste-table-002-expected.png: Removed.
2563 2006-07-30 Darin Adler <darin@apple.com>
2565 - test that displays all computed style -- demonstrates bug fixes I just
2566 made to the computed style class and also acts as a regression test for
2567 the existence of all of them and the basic format for a default object
2569 * fast/css/computed-style-expected.txt: Added.
2570 * fast/css/computed-style.html: Added.
2572 2006-07-29 Rob Buis <buis@kde.org>
2576 Updated test case result as a result of:
2577 http://bugs.webkit.org/show_bug.cgi?id=10151
2578 ghostmap XHTML + SVG fails due to javascript undefined exception
2579 The new test case result now should match the required spec result
2580 and acts as a way to test document.URL on non-html documents.
2582 * dom/xhtml/level2/html/HTMLDocument04-expected.txt:
2584 2006-07-29 Darin Adler <darin@apple.com>
2586 - changed this test to a plain-text one and added text explaining what it tests
2588 * fast/forms/input-named-action-overrides-action-attribute.html: Added explanation text,
2589 got rid of some incorrect HTML syntax, added a call to dumpAsText(), and used a paragraph
2590 element instead of a span element for the result.
2591 * fast/forms/input-named-action-overrides-action-attribute-expected.txt: Updated.
2593 2006-07-29 Andrew Wellington <proton@wiretapped.net>
2597 Test for http://bugs.webkit.org/show_bug.cgi?id=8587 / <rdar://problem/4631844>
2598 REGRESSION: {display:list-item} items outside an ol or ul element don't number correctly
2600 * fast/lists/ordered-list-with-no-ol-tag-expected.checksum: Added.
2601 * fast/lists/ordered-list-with-no-ol-tag-expected.png: Added.
2602 * fast/lists/ordered-list-with-no-ol-tag-expected.txt: Added.
2603 * fast/lists/ordered-list-with-no-ol-tag.html: Added.
2605 2006-07-29 Alexey Proskuryakov <ap@nypop.com>
2609 Test for http://bugs.webkit.org/show_bug.cgi?id=10147
2610 REGRESSION: custom attribute values set via javascript are not persistent
2612 * fast/dom/Element/setAttribute-case-insensitivity-expected.txt: Added.
2613 * fast/dom/Element/setAttribute-case-insensitivity.html: Added.
2615 2006-07-29 Darin Adler <darin@apple.com>
2617 - rolled out the test for bug 9753, since we rolled out the fix
2618 we'll bring back the test when we bring back the fix
2620 * svg/custom/width-full-percentage-expected.checksum: Removed.
2621 * svg/custom/width-full-percentage-expected.png: Removed.
2622 * svg/custom/width-full-percentage-expected.txt: Removed.
2623 * svg/custom/width-full-percentage.svg: Removed.
2625 2006-07-28 Justin Garcia <justin.garcia@apple.com>
2629 <rdar://problem/4515463>
2630 REGRESSION: Blot and Mail both do a very poor job of pasting the main www.apple.com page
2632 Removed incorrect nesting:
2633 * editing/pasteboard/paste-table-001-expected.checksum:
2634 * editing/pasteboard/paste-table-001-expected.png:
2635 * editing/pasteboard/paste-table-001-expected.txt:
2636 * editing/pasteboard/paste-table-003-expected.txt:
2638 2006-07-27 Justin Garcia <justin.garcia@apple.com>
2642 <rdar://problem/4242293>
2643 Poor paste fidelity of http://www.google.com/
2645 Removed one of the two extraneous newlines that are introduced on paste:
2646 * editing/pasteboard/paste-table-003-expected.checksum:
2647 * editing/pasteboard/paste-table-003-expected.png:
2648 * editing/pasteboard/paste-table-003-expected.txt:
2650 Fewer pastes remove nodes containing the selection b/c of
2651 the changes to interchange newlines:
2652 * editing/pasteboard/paste-line-endings-007-expected.txt:
2653 * editing/pasteboard/paste-line-endings-008-expected.txt:
2654 * editing/pasteboard/paste-line-endings-009-expected.txt:
2657 * editing/pasteboard/4242293-1-expected.checksum: Added.
2658 * editing/pasteboard/4242293-1-expected.png: Added.
2659 * editing/pasteboard/4242293-1-expected.txt: Added.
2660 * editing/pasteboard/4242293-1.html: Added.
2661 * editing/pasteboard/4242293-expected.checksum: Added.
2662 * editing/pasteboard/4242293-expected.png: Added.
2663 * editing/pasteboard/4242293-expected.txt: Added.
2664 * editing/pasteboard/4242293.html: Added.
2666 2006-07-28 Alexey Proskuryakov <ap@nypop.com>
2668 Rolling out http://bugs.webkit.org/show_bug.cgi?id=6010 because of failing layout tests.
2669 Add better SVGLoad event support.
2671 * svg/W3C-SVG-1.1/extend-namespace-01-f-expected.checksum:
2672 * svg/W3C-SVG-1.1/extend-namespace-01-f-expected.png:
2673 * svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt:
2674 * svg/W3C-SVG-1.1/interact-events-01-b-expected.checksum:
2675 * svg/W3C-SVG-1.1/interact-events-01-b-expected.png:
2676 * svg/W3C-SVG-1.1/struct-dom-01-b-expected.checksum:
2677 * svg/W3C-SVG-1.1/struct-dom-01-b-expected.png:
2678 * svg/W3C-SVG-1.1/struct-dom-01-b-expected.txt:
2679 * svg/W3C-SVG-1.1/struct-dom-02-b-expected.checksum:
2680 * svg/W3C-SVG-1.1/struct-dom-02-b-expected.png:
2681 * svg/W3C-SVG-1.1/struct-dom-02-b-expected.txt:
2682 * svg/W3C-SVG-1.1/struct-dom-03-b-expected.checksum:
2683 * svg/W3C-SVG-1.1/struct-dom-03-b-expected.png:
2684 * svg/W3C-SVG-1.1/struct-dom-03-b-expected.txt:
2685 * svg/W3C-SVG-1.1/struct-dom-04-b-expected.checksum:
2686 * svg/W3C-SVG-1.1/struct-dom-04-b-expected.png:
2687 * svg/W3C-SVG-1.1/struct-dom-04-b-expected.txt:
2688 * svg/W3C-SVG-1.1/struct-dom-05-b-expected.checksum:
2689 * svg/W3C-SVG-1.1/struct-dom-05-b-expected.png:
2690 * svg/W3C-SVG-1.1/struct-dom-05-b-expected.txt:
2691 * svg/W3C-SVG-1.1/struct-dom-06-b-expected.checksum:
2692 * svg/W3C-SVG-1.1/struct-dom-06-b-expected.png:
2693 * svg/W3C-SVG-1.1/struct-dom-06-b-expected.txt:
2695 2006-07-27 Eric Seidel <eric@eseidel.com>
2699 Add better SVGLoad event support.
2700 http://bugs.webkit.org/show_bug.cgi?id=6010
2701 A bunch of the SVG tests didn't render anything since they never received an SVGLoad, now they properly render.
2703 * svg/W3C-SVG-1.1/extend-namespace-01-f-expected.checksum:
2704 * svg/W3C-SVG-1.1/extend-namespace-01-f-expected.png:
2705 * svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt:
2706 * svg/W3C-SVG-1.1/interact-events-01-b-expected.checksum:
2707 * svg/W3C-SVG-1.1/interact-events-01-b-expected.png:
2708 * svg/W3C-SVG-1.1/struct-dom-01-b-expected.checksum:
2709 * svg/W3C-SVG-1.1/struct-dom-01-b-expected.png:
2710 * svg/W3C-SVG-1.1/struct-dom-01-b-expected.txt:
2711 * svg/W3C-SVG-1.1/struct-dom-02-b-expected.checksum:
2712 * svg/W3C-SVG-1.1/struct-dom-02-b-expected.png:
2713 * svg/W3C-SVG-1.1/struct-dom-02-b-expected.txt:
2714 * svg/W3C-SVG-1.1/struct-dom-03-b-expected.checksum:
2715 * svg/W3C-SVG-1.1/struct-dom-03-b-expected.png:
2716 * svg/W3C-SVG-1.1/struct-dom-03-b-expected.txt:
2717 * svg/W3C-SVG-1.1/struct-dom-04-b-expected.checksum:
2718 * svg/W3C-SVG-1.1/struct-dom-04-b-expected.png:
2719 * svg/W3C-SVG-1.1/struct-dom-04-b-expected.txt:
2720 * svg/W3C-SVG-1.1/struct-dom-05-b-expected.checksum:
2721 * svg/W3C-SVG-1.1/struct-dom-05-b-expected.png:
2722 * svg/W3C-SVG-1.1/struct-dom-05-b-expected.txt:
2723 * svg/W3C-SVG-1.1/struct-dom-06-b-expected.checksum:
2724 * svg/W3C-SVG-1.1/struct-dom-06-b-expected.png:
2725 * svg/W3C-SVG-1.1/struct-dom-06-b-expected.txt:
2727 2006-07-27 Rob Buis <buis@kde.org>
2732 <http://bugs.webkit.org/show_bug.cgi?id=9753>
2733 SVG with width and height 100% leaves room for scrollbar on the right.
2735 * svg/custom/width-full-percentage-expected.txt: Added.
2736 * svg/custom/width-full-percentage-expected.checksum: Added.
2737 * svg/custom/width-full-percentage-expected.png: Added.
2738 * svg/custom/width-full-percentage.svg: Added.
2740 2006-07-27 Justin Garcia <justin.garcia@apple.com>
2744 <rdar://problem/4242293>
2745 Poor paste fidelity of http://www.google.com/
2747 * editing/pasteboard/styled-element-markup-expected.checksum: Added.
2748 * editing/pasteboard/styled-element-markup-expected.png: Added.
2749 * editing/pasteboard/styled-element-markup-expected.txt: Added.
2750 * editing/pasteboard/styled-element-markup.html: Added.
2752 2006-07-27 Alexander Kellett <lypanov@kde.org>
2756 Test for: http://bugs.webkit.org/show_bug.cgi?id=9867
2757 REGRESSION: code that modifies form element in Firefox modifies form attribute in WebKit
2759 * fast/forms/input-named-action-overrides-action-attribute-expected.txt: Added.
2760 * fast/forms/input-named-action-overrides-action-attribute.html: Added.
2762 2006-07-27 Rob Buis <buis@kde.org>
2766 Testcase for and from:
2767 http://bugs.webkit.org/show_bug.cgi?id=8992
2768 Some HTML DOM attributes have incorrect types
2770 * fast/dom/html-attribute-types-expected.txt: Added.
2771 * fast/dom/html-attribute-types.html: Added.
2773 2006-07-27 Justin Garcia <justin.garcia@apple.com>
2777 <rdar://problem/4628409>
2778 Safari crashes in CompositeEditCommand::removeBlockPlaceholder entering text in a web page form
2780 * fast/forms/4628409-expected.txt: Added.
2781 * fast/forms/4628409.html: Added.
2783 2006-07-27 Graham Dennis <graham.dennis@gmail.com>
2787 - test for http://bugs.webkit.org/show_bug.cgi?id=10094
2788 Japanese characters improperly rendering in TOT
2790 * fast/encoding/denormalised-voiced-japanese-chars-expected.checksum: Added.
2791 * fast/encoding/denormalised-voiced-japanese-chars-expected.png: Added.
2792 * fast/encoding/denormalised-voiced-japanese-chars-expected.txt: Added.
2793 * fast/encoding/denormalised-voiced-japanese-chars.html: Added.
2795 2006-07-27 Eric Seidel <eric@eseidel.com>
2799 Complex entities seem to fail on TOT
2800 http://bugs.webkit.org/show_bug.cgi?id=6390
2801 Updated test cases now that this bug is fixed.
2803 * fast/parser/entity-ignorable-whitespace-expected.txt:
2804 * svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.checksum:
2805 * svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.png:
2806 * svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.txt:
2807 * svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.checksum:
2808 * svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.png:
2809 * svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.txt:
2810 * svg/W3C-SVG-1.1/render-elems-03-t-expected.checksum:
2811 * svg/W3C-SVG-1.1/render-elems-03-t-expected.png:
2812 * svg/W3C-SVG-1.1/render-elems-03-t-expected.txt:
2814 2006-07-27 Rob Buis <buis@kde.org
2818 Add some tests for http://bugs.webkit.org/show_bug.cgi?id=9938
2819 Specifically the testcases are:
2821 http://hixie.ch/tests/adhoc/svg/error/010.xml
2822 http://hixie.ch/tests/adhoc/svg/error/011.xml
2824 * svg/custom/invalid-viewbox1-expected.checksum: Added.
2825 * svg/custom/invalid-viewbox1-expected.png: Added.
2826 * svg/custom/invalid-viewbox1-expected.txt: Added.
2827 * svg/custom/invalid-viewbox1.svg: Added.
2828 * svg/custom/invalid-viewbox2-expected.checksum: Added.
2829 * svg/custom/invalid-viewbox2-expected.png: Added.
2830 * svg/custom/invalid-viewbox2-expected.txt: Added.
2831 * svg/custom/invalid-viewbox2.svg: Added.
2833 2006-07-27 Eric Seidel <eric@eseidel.com>
2837 Add testcases for getSVGDocument() function.
2838 Also test HTMLObjectElement.vspace and hspace as numbers (while I'm at it).
2840 * fast/dom/HTMLObjectElement/vspace-hspace-as-number-expected.checksum: Added.
2841 * fast/dom/HTMLObjectElement/vspace-hspace-as-number-expected.png: Added.
2842 * fast/dom/HTMLObjectElement/vspace-hspace-as-number-expected.txt: Added.
2843 * fast/dom/HTMLObjectElement/vspace-hspace-as-number.html: Added.
2844 * svg/custom/getsvgdocument-expected.checksum: Added.
2845 * svg/custom/getsvgdocument-expected.png: Added.
2846 * svg/custom/getsvgdocument-expected.txt: Added.
2847 * svg/custom/getsvgdocument.html: Added.
2848 * svg/custom/resources/getsvgdocument.svg: Added.
2850 2006-07-26 Alexey Proskuryakov <ap@nypop.com>
2854 http://bugs.webkit.org/show_bug.cgi?id=9901
2855 XSLTProcessor cannot parse text nodes for INPUT ELEMENTS in an XSLT stylesheet
2857 * fast/js/resources/xhtml-serialize.js: Added.
2858 * fast/js/xhtml-serialize-expected.txt: Added.
2859 * fast/js/xhtml-serialize.html: Added.
2861 2006-07-26 Justin Garcia <justin.garcia@apple.com>
2865 <rdar://problem/4652788>
2866 REGRESSION: Can't change size or style of any text in message body
2868 * editing/style/designmode-expected.checksum: Added.
2869 * editing/style/designmode-expected.png: Added.
2870 * editing/style/designmode-expected.txt: Added.
2871 * editing/style/designmode.html: Added.
2873 2006-07-25 Justin Garcia <justin.garcia@apple.com>
2877 <rdar://problem/4649560>
2878 REGRESSION: Can't Select All when the body is contentEditable="true"
2880 * editing/selection/select-all-005-expected.checksum: Added.
2881 * editing/selection/select-all-005-expected.png: Added.
2882 * editing/selection/select-all-005-expected.txt: Added.
2883 * editing/selection/select-all-005.html: Added.
2884 * editing/selection/select-all-006-expected.checksum: Added.
2885 * editing/selection/select-all-006-expected.png: Added.
2886 * editing/selection/select-all-006-expected.txt: Added.
2887 * editing/selection/select-all-006.html: Added.
2889 2006-07-24 Dan Waylonis <waylonis@google.com>
2891 Reviewed and tweaked a bit by Darin.
2893 - added some new tests that use "echo" including one for JavaScript null
2895 * plugins/bindings-test-expected.txt: Added results.
2896 * plugins/bindings-test.html: Added tests.
2898 2006-07-24 Darin Adler <darin@apple.com>
2900 Reviewed by Adele and Justin.
2902 - test for http://bugs.webkit.org/show_bug.cgi?id=9630
2903 REGRESSION: some spaces typed in <textarea> are posted as non-breaking spaces
2905 * fast/forms/textarea-type-spaces-expected.txt: Added.
2906 * fast/forms/textarea-type-spaces.html: Added.
2908 - test for http://bugs.webkit.org/show_bug.cgi?id=9939
2909 REGRESSION: Pasting text into native text area with newline at end does not preserve newline
2911 * fast/forms/textarea-paste-newline-expected.txt: Added.
2912 * fast/forms/textarea-paste-newline.html: Added.
2914 - updated tests affected by above changes, results are equivalent or better
2916 * editing/pasteboard/4641033-expected.checksum:
2917 * editing/pasteboard/4641033-expected.png:
2918 * editing/pasteboard/4641033-expected.txt:
2919 * editing/pasteboard/paste-table-003-expected.checksum:
2920 * editing/pasteboard/paste-table-003-expected.png:
2921 * editing/pasteboard/paste-table-003-expected.txt:
2922 * editing/pasteboard/paste-text-016-expected.txt:
2923 * editing/pasteboard/quirks-mode-br-1-expected.txt:
2924 * editing/pasteboard/quirks-mode-br-2-expected.txt:
2925 * fast/forms/textarea-scrolled-type-expected.checksum:
2926 * fast/forms/textarea-scrolled-type-expected.png:
2927 * fast/forms/textarea-scrolled-type-expected.txt:
2929 - changed a test to be a "dump as text" test
2931 * fast/forms/paste-into-textarea-expected.txt:
2932 * fast/forms/paste-into-textarea.html:
2933 * fast/forms/paste-into-textarea-expected.checksum: Removed.
2934 * fast/forms/paste-into-textarea-expected.png: Removed.
2936 - changed a test to be a "dump as text" test, improved test a bit and also checked in new results
2938 * fast/forms/textarea-scrolled-endline-caret-expected.txt:
2939 * fast/forms/textarea-scrolled-endline-caret.html:
2941 - fixed a test that was raising an exception every time it ran
2943 * fast/forms/attributed-strings-expected.txt:
2944 * fast/forms/attributed-strings.html:
2946 - corrected checksums on a bunch of tests (pngs were right, but checksums wrong, apparently)
2948 * editing/deleting/delete-to-select-table-expected.checksum:
2949 * editing/selection/3690719-expected.checksum:
2950 * editing/selection/clear-selection-expected.checksum:
2951 * editing/undo/undo-misspellings-expected.checksum:
2953 - added some missing pixel test results
2955 * editing/pasteboard/nested-blocks-with-text-area-expected.checksum: Added.
2956 * editing/pasteboard/nested-blocks-with-text-area-expected.png: Added.
2957 * editing/pasteboard/nested-blocks-with-text-field-expected.checksum: Added.
2958 * editing/pasteboard/nested-blocks-with-text-field-expected.png: Added.
2960 2006-07-24 Adele Peterson <adele@apple.com>
2964 - Test for <rdar://problem/4632132> Changing style of content with mixed editability fails
2966 * editing/style/apple-style-editable-mix-expected.checksum: Added.
2967 * editing/style/apple-style-editable-mix-expected.png: Added.
2968 * editing/style/apple-style-editable-mix-expected.txt: Added.
2969 * editing/style/apple-style-editable-mix.html: Added.
2971 2006-07-24 Dave MacLachlan <dmaclach@mac.com>
2973 Reviewed by Darin and Alexey.
2975 Test for: <http://bugs.webkit.org/show_bug.cgi?id=8425>
2976 and <http://bugs.webkit.org/show_bug.cgi?id=6947>
2978 * svg/custom/non-opaque-filters-expected.checksum: Added.
2979 * svg/custom/non-opaque-filters-expected.png: Added.
2980 * svg/custom/non-opaque-filters-expected.txt: Added.
2981 * svg/custom/non-opaque-filters.svg: Added.
2983 2006-07-24 Mitz Pettel <opendarwin.org@mitzpettel.com>
2987 - repaint test for http://bugs.webkit.org/show_bug.cgi?id=9669
2988 Incomplete repaint when changing an inline's border
2990 * fast/repaint/line-overflow-expected.checksum: Added.
2991 * fast/repaint/line-overflow-expected.png: Added.
2992 * fast/repaint/line-overflow-expected.txt: Added.
2993 * fast/repaint/line-overflow.html: Added.
2995 2006-07-24 Mitz Pettel <opendarwin.org@mitzpettel.com>
2999 - test for http://bugs.webkit.org/show_bug.cgi?id=10075
3000 REGRESSION: Reversed pop-up text in visually-ordered Hebrew pages
3002 * fast/forms/select-visual-hebrew-expected.checksum: Added.
3003 * fast/forms/select-visual-hebrew-expected.png: Added.
3004 * fast/forms/select-visual-hebrew-expected.txt: Added.
3005 * fast/forms/select-visual-hebrew.html: Added.
3007 2006-07-23 David Harrison <harrison@apple.com>
3011 <rdar://problem/4646759> Mail crash editing To Do - WebCore::InsertTextCommand::prepareForTextInsertion
3013 * editing/deleting/delete-mixed-editable-content-001-expected.checksum: Added.
3014 * editing/deleting/delete-mixed-editable-content-001-expected.png: Added.
3015 * editing/deleting/delete-mixed-editable-content-001-expected.txt: Added.
3016 * editing/deleting/delete-mixed-editable-content-001.html: Added.
3018 2006-07-23 Adele Peterson <adele@apple.com>
3022 Test for: <rdar://problem/4644614> REGRESSION: Typing, pasting or dragging in new text areas causes unnecessary scrolling
3024 * fast/forms/textarea-scrolled-type-expected.checksum: Added.
3025 * fast/forms/textarea-scrolled-type-expected.png: Added.
3026 * fast/forms/textarea-scrolled-type-expected.txt: Added.
3027 * fast/forms/textarea-scrolled-type.html: Added.
3029 2006-07-22 Alexey Proskuryakov <ap@nypop.com>
3033 Fix http://bugs.webkit.org/show_bug.cgi?id=10038
3034 REGRESSION: Length of navigator.mimeTypes collection returns number of installed plugins, not number
3035 of registered mime types
3037 * fast/js/navigator-mimeTypes-length-expected.txt: Added.
3038 * fast/js/navigator-mimeTypes-length.html: Added.
3039 * fast/js/resources/navigator-mimeTypes-length.js: Added.
3041 2006-07-21 Adele Peterson <adele@apple.com>
3045 Test for: <rdar://problem/4643238> REGRESSION: Can't set insertion point at the end of a line of text
3047 * fast/forms/textarea-scrolled-endline-caret-expected.txt: Added.
3048 * fast/forms/textarea-scrolled-endline-caret.html: Added.
3050 2006-07-21 Geoffrey Garen <ggaren@apple.com>
3054 Test for whether focusing and/or blurring a frame before its content has loaded causes
3055 a crash. <rdar://problem/4632505> REGRESSION: Crash at
3056 WebCore::Widget::getView() const + 6
3058 * http/tests/incremental/frame-focus-before-load-expected.txt: Added.
3059 * http/tests/incremental/frame-focus-before-load.html: Added.
3061 2006-07-21 Maciej Stachowiak <mjs@apple.com>
3065 <rdar://problem/4523976> REGRESSION (NativeTextField): Crash occurs when choosing "Undo Typing" after typing and setting the value
3067 * fast/forms/text-field-setvalue-crash-expected.txt: Added.
3068 * fast/forms/text-field-setvalue-crash.html: Added.
3070 2006-07-21 Justin Garcia <justin.garcia@apple.com>
3074 <rdar://problem/4548238>
3075 REGRESSION: Can't remove the first OL/UL list item in a Mail's compose window
3077 * editing/deleting/delete-first-list-item-expected.checksum: Added.
3078 * editing/deleting/delete-first-list-item-expected.png: Added.
3079 * editing/deleting/delete-first-list-item-expected.txt: Added.
3080 * editing/deleting/delete-first-list-item.html: Added.
3082 2006-07-21 Mitz Pettel <opendarwin.org@mitzpettel.com>
3086 * editing/selection/select-all-iframe-expected.txt:
3087 * editing/selection/select-from-textfield-outwards-expected.checksum: Added.
3088 * editing/selection/select-from-textfield-outwards-expected.png: Added.
3089 * editing/selection/select-from-textfield-outwards-expected.txt: Added.
3090 * editing/selection/select-from-textfield-outwards.html: Added.
3091 * fast/events/drag-outside-window-expected.txt:
3093 2006-07-21 Geoffrey Garen <ggaren@apple.com>
3095 Test for undetectable style.filter property.
3097 * fast/dom/undetectable-style-filter-expected.txt: Added.
3098 * fast/dom/undetectable-style-filter.html: Added.
3100 2006-07-21 Justin Garcia <justin.garcia@apple.com>
3104 <rdar://problem/4641033>
3105 REGRESSION: Pasting from web pages into Mail (or Blot) often loses most of the content
3107 * editing/pasteboard/4641033-expected.checksum: Added.
3108 * editing/pasteboard/4641033-expected.png: Added.
3109 * editing/pasteboard/4641033-expected.txt: Added.
3110 * editing/pasteboard/4641033.html: Added.
3112 2006-07-20 Anders Carlsson <acarlsson@apple.com>
3116 <rdar://problem/4637807> REGRESSION: "Features & Options" page at volvocars.us fails
3118 * fast/xsl/xslt-processer-expected.txt:
3121 * fast/xsl/xslt-string-parameters-expected.txt: Added.
3122 * fast/xsl/xslt-string-parameters.html: Added.
3124 2006-07-20 Maciej Stachowiak <mjs@apple.com>
3126 Reviewed by Beth and John.
3128 - fix recently broken layout tests that need updated results or test changes:
3130 For these three, the selection ranges changed (for the better) due to my input
3133 * editing/selection/3690703-2-expected.txt:
3134 * editing/selection/3690703-expected.txt:
3135 * fast/text/textIteratorNilRenderer-expected.txt:
3137 For this one, DumpRenderTree no longer shows resize corners by default, so turned
3140 * fast/css/resize-corner-tracking.html:
3142 2006-07-19 Maciej Stachowiak <mjs@apple.com>
3146 - fixed layout test results that were affected by editing input
3147 paste patch -- new results are actually more correct, handling
3148 text fields properly as a replaced element.
3150 * editing/selection/3690703-2-expected.txt:
3151 * editing/selection/3690703-expected.txt:
3152 * fast/events/div-focus-expected.txt:
3153 * fast/text/textIteratorNilRenderer-expected.txt:
3155 2006-07-19 Justin Garcia <justin.garcia@apple.com>
3159 <rdar://problem/4631972>
3160 REGRESSION: Mail crashes when pasting entire contents of http://www.apple.com/support/ into a new mail message
3162 * editing/pasteboard/4631972-expected.checksum: Added.
3163 * editing/pasteboard/4631972-expected.png: Added.
3164 * editing/pasteboard/4631972-expected.txt: Added.
3165 * editing/pasteboard/4631972.html: Added.
3166 * editing/selection/drag-to-contenteditable-iframe-expected.txt:
3167 * editing/selection/replaced-boundaries-3-expected.checksum:
3168 * editing/selection/replaced-boundaries-3-expected.txt:
3169 * editing/selection/select-box-expected.txt:
3171 2006-07-19 Anders Carlsson <acarlsson@apple.com>
3175 <rdar://problem/4631272> REGRESSION: Crash tabbing out of hostname field at autorestore.apple.com
3177 * fast/forms/display-none-in-onchange-keyboard-expected.txt: Added.
3178 * fast/forms/display-none-in-onchange-keyboard.html: Added.
3180 2006-07-19 Justin Garcia <justin.garcia@apple.com>
3184 <rdar://problem/4613519>
3185 REGRESSION: Pasting text in native text area inserts text one character before it should (9527)
3187 * fast/forms/paste-into-textarea-expected.checksum: Added.
3188 * fast/forms/paste-into-textarea-expected.png: Added.
3189 * fast/forms/paste-into-textarea-expected.txt: Added.
3190 * fast/forms/paste-into-textarea.html: Added.
3192 2006-07-19 Anders Carlsson <acarlsson@apple.com>
3194 * fast/js/pretty-print-expected.txt:
3197 * fast/js/resources/pretty-print.js:
3198 Fix description string.
3200 2006-07-19 Anders Carlsson <acarlsson@apple.com>
3204 <rdar://problem/4620655> REGRESSION(10.4.7-10.5): preview button for a blogger.com post doesn't work
3206 * fast/js/pretty-print-expected.txt: Added.
3207 * fast/js/pretty-print.html: Added.
3208 * fast/js/resources/pretty-print.js: Added.
3210 2006-07-19 David Harrison <harrison@apple.com>
3212 <rdar://problem/4629307> -[DOMRange markupString] does not include the initial table element if it is at the beginning of the range
3213 <rdar://problem/4062218> pasting in contents of web.apple.com strips off the <table> element from the first table
3215 (this really only tests the symptoms of <rdar://problem/4062218>, because -[DOMRange markupString] is not testable)
3217 * editing/pasteboard/paste-table-003-expected.checksum: Added.
3218 * editing/pasteboard/paste-table-003-expected.png: Added.
3219 * editing/pasteboard/paste-table-003-expected.txt: Added.
3220 * editing/pasteboard/paste-table-003.html: Added.
3222 2006-07-18 Maciej Stachowiak <mjs@apple.com>
3224 Reviewed by Adele Peterson.
3228 <rdar://problem/4620646> REGRESSION(10.4.7-10.5): can't type into editing region when creating or editing a blogger.com post
3230 * fast/js/null-char-in-string-expected.txt: Added.
3231 * fast/js/null-char-in-string.html: Added.
3232 * fast/js/resources/null-char-in-string.js: Added.
3234 2006-07-18 Anders Carlsson <acarlsson@apple.com>
3238 http://bugs.webkit.org/show_bug.cgi?id=9959
3239 REGRESSION: iframes stop rendering after 200th one on successive reloads
3241 * fast/frames/frame-limit-expected.txt: Added.
3242 * fast/frames/frame-limit.html: Added.
3244 2006-07-18 Darin Adler <darin@apple.com>
3248 - convert a couple of tests to "dump as text" tests
3250 * fast/dom/css-selectorText-expected.checksum: Removed.
3251 * fast/dom/css-selectorText-expected.png: Removed.
3252 * fast/dom/css-selectorText-expected.txt: Replaced render tree results with text results.
3253 * fast/dom/css-selectorText.html: Added a call to layoutTestController.dumpAsText.
3255 * fast/dom/css-shortHands-expected.checksum: Removed.
3256 * fast/dom/css-shortHands-expected.png: Removed.
3257 * fast/dom/css-shortHands-expected.txt: Replaced render tree results with text results.
3258 * fast/dom/css-shortHands.html: Added a call to layoutTestController.dumpAsText.
3260 2006-07-18 Mitz Pettel <opendarwin.org@mitzpettel.com>
3264 - test for http://bugs.webkit.org/show_bug.cgi?id=9978
3265 REGRESSION (r12949-r12988): Clicking the first letter on a line places the caret at the end of the previous line
3267 * editing/selection/click-start-of-line-expected.checksum: Added.
3268 * editing/selection/click-start-of-line-expected.png: Added.
3269 * editing/selection/click-start-of-line-expected.txt: Added.
3270 * editing/selection/click-start-of-line.html: Added.
3272 2006-07-18 Anders Carlsson <acarlsson@apple.com>
3276 http://bugs.webkit.org/show_bug.cgi?id=9695
3277 <rdar://problem/4614085>
3278 TOT REGRESSION: NativeTextArea: Text area does not respond to Cmd-UpArrow/Cmd-DownArrow (9695)
3280 * editing/selection/move-begin-end-expected.txt: Added.
3281 * editing/selection/move-begin-end.html: Added.
3283 2006-07-17 Maciej Stachowiak <mjs@apple.com>
3285 Test cases not reviewed but the corresponding fix was.
3287 - test cases for <rdar://problem/4618089> Blot crashes when I paste in all the contents of http://www.apple.com/startpage/
3289 * editing/pasteboard/nested-blocks-with-text-area-expected.txt: Added.
3290 * editing/pasteboard/nested-blocks-with-text-area.html: Added.
3291 * editing/pasteboard/nested-blocks-with-text-field-expected.txt: Added.
3292 * editing/pasteboard/nested-blocks-with-text-field.html: Added.
3294 2006-07-17 Anders Carlsson <acarlsson@apple.com>
3298 Add Apache 2 config file.
3300 * http/conf/apache2-httpd.conf: Added.
3302 2006-07-17 Justin Garcia <justin.garcia@apple.com>
3306 <rdar://problem/4618389> REGRESSION: After applying a link to the last word of a sentence, a new selection is created at the start of the sentence
3308 * editing/selection/replace-selection-1-expected.checksum: Added.
3309 * editing/selection/replace-selection-1-expected.png: Added.
3310 * editing/selection/replace-selection-1-expected.txt: Added.
3311 * editing/selection/replace-selection-1.html: Added.
3313 2006-07-14 Justin Garcia <justin.garcia@apple.com>
3317 * editing/selection/drag-to-contenteditable-iframe-expected.txt:
3318 * editing/selection/subframe-with-selection-expected.txt:
3320 2006-07-17 Maciej Stachowiak <mjs@apple.com>
3324 <rdar://problem/4604946> REGRESSION: 'checkboxRef.checked = true' fires onchange event in Leopard
3326 * fast/events/programmatic-check-no-change-event-expected.txt: Added.
3327 * fast/events/programmatic-check-no-change-event.html: Added.
3329 2006-07-16 David Kilzer <ddkilzer@kilzer.net>
3333 - test for http://bugs.webkit.org/show_bug.cgi?id=9954
3334 REGRESSION: document.dir should return empty string in <head>
3336 * fast/dom/document-dir-property-expected.txt: Added.
3337 * fast/dom/document-dir-property.html: Added.
3339 2006-07-16 David Kilzer <ddkilzer@kilzer.net>
3343 * fast/dynamic/move-node-with-selection-expected.checksum:
3344 Removed "No newline at end of file" that snuck in as part of the "apply patch" process.
3346 2006-07-16 Darin Adler <darin@apple.com>
3348 - fixed a couple of files I checked in wrong
3350 * fast/html/body-offset-properties-expected.txt: Removed property cruft.
3351 * fast/html/body-offset-properties.html: Ditto.
3353 2006-07-16 Maciej Stachowiak <mjs@apple.com>
3355 - fixed typo in expected results
3357 * fast/js/for-in-avoid-duplicates-expected.txt:
3359 2006-07-16 Darin Adler <darin@apple.com>
3361 Reviewed by John Sullivan (new test, not the changes to existing ones).
3363 - test for http://bugs.webkit.org/show_bug.cgi?id=9943
3364 <rdar://problem/4590613>
3365 REGRESSION (Tiger-TOT): menus are offset to the right at http://movies.aol.com/movie-photo-bts/superman-returns
3367 * fast/html/body-offset-properties-expected.txt: Added.
3368 * fast/html/body-offset-properties.html: Added.
3370 * editing/execCommand/findString-2.html: Update to not depend on the buggy body.offseLeft/Top.
3371 Instead hardcode the default body margin of 8.
3372 * editing/pasteboard/drop-text-without-selection.html: Ditto.
3373 * editing/selection/click-before-and-after-table.html: Ditto.
3374 * editing/selection/mixed-editability-1.html: Ditto.
3375 * fast/table/click-near-anonymous-table.html: Ditto.
3377 * editing/selection/drag-to-contenteditable-iframe.html: Remove unnecessary use of body.offsetLeft/Top
3380 2006-07-16 Maciej Stachowiak <mjs@apple.com>
3384 - new test case and updated results for property list changes
3386 * fast/js/for-in-avoid-duplicates-expected.txt: Added.
3387 * fast/js/for-in-avoid-duplicates.html: Added.
3388 * fast/js/kde/Array-expected.txt:
3389 * fast/js/resources/for-in-avoid-duplicates.js: Added.
3391 2006-07-15 Darin Adler <darin@apple.com>
3393 Reviewed by John Sullivan.
3395 - test for http://bugs.webkit.org/show_bug.cgi?id=8952
3396 <rdar://problem/4575185>
3397 REGRESSION: crash on drag of highlighted Google custom home page modules
3399 * fast/dynamic/move-node-with-selection-expected.checksum: Added.
3400 * fast/dynamic/move-node-with-selection-expected.png: Added.
3401 * fast/dynamic/move-node-with-selection-expected.txt: Added.
3402 * fast/dynamic/move-node-with-selection.html: Added.
3404 2006-07-15 Darin Adler <darin@apple.com>
3406 Reviewed by John Sullivan.
3408 - test for http://bugs.webkit.org/show_bug.cgi?id=8587
3409 <rdar://problem/4631844>
3410 REGRESSION: {display:list-item} on items outside an ol or ul element no longer causes incremental numbering
3412 * fast/lists/numeric-markers-outside-list-expected.checksum: Added.
3413 * fast/lists/numeric-markers-outside-list-expected.png: Added.
3414 * fast/lists/numeric-markers-outside-list-expected.txt: Added.
3415 * fast/lists/numeric-markers-outside-list.html: Added.
3417 2006-07-15 Geoffrey Garen <ggaren@apple.com>
3421 Layout test for crash when setting the dir property on a document with no body.
3423 * fast/dom/dir-no-body-expected.txt: Added.
3424 * fast/dom/dir-no-body.html: Added.
3426 2006-07-15 Darin Adler <darin@apple.com>
3430 - test for http://bugs.webkit.org/show_bug.cgi?id=8395
3431 <rdar://problem/4613467>
3432 REGRESSION: RegEx seems broken for hex escaped non breaking space
3434 * fast/js/regexp-extended-characters-more-expected.txt: Added.
3435 * fast/js/regexp-extended-characters-more.html: Added.
3436 * fast/js/resources/regexp-extended-characters-more.js: Added.
3438 2006-07-15 Darin Adler <darin@apple.com>
3442 - test for http://bugs.webkit.org/show_bug.cgi?id=8871
3443 <rdar://problem/4575417>
3444 REGRESSION: Pressing Enter/Return in a text input removes the selected text
3445 and http://bugs.webkit.org/show_bug.cgi?id=9743
3446 <rdar://problem/4614228>
3447 REGRESSION: crash dispatching JavaScript-created keyboard event to input element
3449 * fast/forms/input-text-enter-expected.txt: Added.
3450 * fast/forms/input-text-enter.html: Added.
3452 2006-07-15 Darin Adler <darin@apple.com>
3454 Reviewed by John Sullivan.
3456 - test for http://bugs.webkit.org/show_bug.cgi?id=9883
3457 <rdar://problem/4631821>
3458 REGRESSION: NativePopups don't work correctly in some forum software
3460 * fast/forms/select-selected-expected.checksum: Added.
3461 * fast/forms/select-selected-expected.png: Added.
3462 * fast/forms/select-selected-expected.txt: Added.
3463 * fast/forms/select-selected.html: Added.
3465 2006-07-15 Anders Carlsson <acarlsson@apple.com>
3469 http://bugs.webkit.org/show_bug.cgi?id=9866
3470 <rdar://problem/4631561>
3471 REGRESSION: Repro crash from mangleme using iframe, only from server.
3473 * http/tests/misc/iframe-invalid-source-crash-expected.txt: Added.
3474 * http/tests/misc/iframe-invalid-source-crash.html: Added.
3476 2006-07-14 Alexey Proskuryakov <ap@nypop.com>
3480 Fix http://bugs.webkit.org/show_bug.cgi?id=4195
3481 REGRESSION: KOI8-U encoding no longer supported.
3483 * fast/encoding/charset-koi8-u-expected.txt: Added.
3484 * fast/encoding/charset-koi8-u.html: Added.
3485 * fast/encoding/charset-x-nextstep-expected.txt: Added.
3486 * fast/encoding/charset-x-nextstep.html: Added.
3487 * http/tests/misc/BOM-override-expected.txt: Added.
3488 * http/tests/misc/BOM-override-script-expected.txt: Added.
3489 * http/tests/misc/BOM-override-script.html: Added.
3490 * http/tests/misc/BOM-override.pl: Added.
3491 * http/tests/misc/resources/BOM-override-2.pl: Added.
3492 * http/tests/misc/resources/BOM-override-3.pl: Added.
3494 2006-07-14 Timothy Hatcher <timothy@apple.com>
3496 Rolling out this fix from r15358 since it isn't resolved.
3498 2006-07-11 Justin Garcia <justin.garcia@apple.com>
3500 Reviewed by levi & thatcher
3502 <http://bugs.webkit.org/show_bug.cgi?id=9642>
3503 GMail Editor: Operations that use drop down menus blow away the selection
3505 * editing/selection/drag-to-contenteditable-iframe-expected.txt:
3506 * editing/selection/subframe-with-selection-expected.checksum: Added.
3507 * editing/selection/subframe-with-selection-expected.png: Added.
3508 * editing/selection/subframe-with-selection-expected.txt: Added.
3509 * editing/selection/subframe-with-selection.html: Added.
3511 2006-07-14 Mitz Pettel <opendarwin.org@mitzpettel.com>
3515 - test for http://bugs.webkit.org/show_bug.cgi?id=9905
3516 REGRESSION (r15404-r15415): Repro crash when pressing delete in an empty editable div
3518 * editing/deleting/delete-at-start-or-end-expected.checksum: Added.
3519 * editing/deleting/delete-at-start-or-end-expected.png: Added.
3520 * editing/deleting/delete-at-start-or-end-expected.txt: Added.