1 2006-10-01 Alexey Proskuryakov <ap@nypop.com>
3 Reviewed by Maciej and Darin.
5 Test for http://bugs.webkit.org/show_bug.cgi?id=4372
6 JavaScript document.write page form does not submit in Safari
8 * fast/forms/document-write-expected.txt: Added.
9 * fast/forms/document-write.html: Added.
11 2006-09-30 Alexey Proskuryakov <ap@nypop.com>
15 Test for http://bugs.webkit.org/show_bug.cgi?id=11011
16 External CSS is parsed as iso-8859-1 even though the main document is utf-8
18 * fast/encoding/css-charset-default-expected.txt: Added.
19 * fast/encoding/css-charset-default.xhtml: Added.
20 * fast/encoding/css-charset-import.css: Added.
21 * fast/encoding/css-charset-inherit-iso-8859-5.css: Added.
22 * fast/encoding/css-charset-inherit-koi-8.css: Added.
24 2006-09-30 Rob Buis <buis@kde.org>
29 http://bugs.webkit.org/show_bug.cgi?id=11096
30 Hit testing for polylines fails
32 * svg/custom/polyline-hittest-expected.checksum: Added.
33 * svg/custom/polyline-hittest-expected.png: Added.
34 * svg/custom/polyline-hittest-expected.txt: Added.
35 * svg/custom/polyline-hittest.svg: Added.
37 2006-09-29 Timothy Hatcher <timothy@apple.com>
39 Bug 11041: fast/dom/isindex-001 needs new results
40 http://bugs.webkit.org/show_bug.cgi?id=11041
42 * fast/dom/isindex-001-expected.txt:
44 2006-09-29 Geoffrey Garen <ggaren@apple.com>
46 Reviewed by John, Maciej.
48 Added test for whether a frame element reports its src attribute as a
49 complete, rather than relative, URL.
51 * fast/frames/frame-src-attribute-expected.txt: Added.
52 * fast/frames/frame-src-attribute.html: Added.
53 * fast/frames/resources/frame-src-attribute-subframe.html: Added.
55 2006-09-29 David Harrison <harrison@apple.com>
57 Reviewed by John Sullivan.
59 <rdar://problem/4663772> REGRESSION: Cannot type in Japanese after replying to a particular message
60 <rdar://problem/4673293> REGRESSION: Can't enter the Japanese characters in Mail or Blot
62 * fast/text/attributed-substring-from-range-001-expected.txt: Added.
63 * fast/text/attributed-substring-from-range-001.html: Added.
65 Check attributed string results when starting or ending at a br element.
67 2006-09-29 Rob Buis <buis@kde.org>
72 http://bugs.webkit.org/show_bug.cgi?id=10893
73 InsertRule can not handle @import statements
75 * fast/dom/css-insert-import-rule.html: Added.
76 * fast/dom/resources/css-insert-import-rule.css: Added.
78 2006-09-28 David Harrison <harrison@apple.com>
82 Call clearKillRing() so we are guaranteed to start with empty kill ring.
84 * editing/pasteboard/emacs-cntl-y-001.html:
86 2006-09-27 Eric Seidel <eric@eseidel.com>
90 paths with no fill specified default to black but do not recieve paint-related mouse events
91 http://bugs.webkit.org/show_bug.cgi?id=11069
93 * svg/custom/hover-default-fill-expected.checksum: Added.
94 * svg/custom/hover-default-fill-expected.png: Added.
95 * svg/custom/hover-default-fill-expected.txt: Added.
96 * svg/custom/hover-default-fill.svg: Added.
98 2006-09-27 Rob Buis <buis@kde.org>
103 http://bugs.webkit.org/show_bug.cgi?id=11015
104 SVG handles em units incorrectly
106 * svg/custom/viewport-em-expected.checksum: Added.
107 * svg/custom/viewport-em-expected.png: Added.
108 * svg/custom/viewport-em-expected.txt: Added.
109 * svg/custom/viewport-em.svg: Added.
110 * svg/custom/viewport-update2-expected.checksum: Added.
111 * svg/custom/viewport-update2-expected.png: Added.
112 * svg/custom/viewport-update2-expected.txt: Added.
113 * svg/custom/viewport-update2.svg: Added.
115 2006-09-27 Eric Seidel <eric@eseidel.com>
119 Updated test (and results) for new invalid fill behavior.
120 http://bugs.webkit.org/show_bug.cgi?id=11017
122 * svg/custom/invalid-fill-expected.checksum:
123 * svg/custom/invalid-fill-expected.png:
124 * svg/custom/invalid-fill-expected.txt:
125 * svg/custom/invalid-fill.svg:
127 2006-09-26 Justin Garcia <justin.garcia@apple.com>
131 <rdar://problem/4747695>
132 Gmail Editor: Crash at WebCore::Range::startPosition() when decreasing a indent
134 * editing/deleting/list-item-1-expected.checksum: Added.
135 * editing/deleting/list-item-1-expected.png: Added.
136 * editing/deleting/list-item-1-expected.txt: Added.
137 * editing/deleting/list-item-1.html: Added.
138 * editing/execCommand/remove-list-item-1-expected.checksum: Added.
139 * editing/execCommand/remove-list-item-1-expected.png: Added.
140 * editing/execCommand/remove-list-item-1-expected.txt: Added.
141 * editing/execCommand/remove-list-item-1.html: Added.
143 2006-09-26 David Harrison <harrison@apple.com>
145 Reviewed by John and TimH.
147 <rdar://problem/4743256> Seed: Ctrl-Y key binding does nothing when kill ring is empty
149 * editing/pasteboard/emacs-cntl-y-001-expected.checksum: Added.
150 * editing/pasteboard/emacs-cntl-y-001-expected.png: Added.
151 * editing/pasteboard/emacs-cntl-y-001-expected.txt: Added.
152 * editing/pasteboard/emacs-cntl-y-001.html: Added.
154 2006-09-26 Eric Seidel <eric@eseidel.com>
158 viewbox parser does not allow <tab> as a delimiter
159 http://bugs.webkit.org/show_bug.cgi?id=11014
161 * svg/hixie/viewbox/003-expected.checksum: Added.
162 * svg/hixie/viewbox/003-expected.png: Added.
163 * svg/hixie/viewbox/003-expected.txt: Added.
164 * svg/hixie/viewbox/003.xml: Added.
166 2006-09-26 Eric Seidel <eric@eseidel.com>
170 SVGDocument::createElement does not create elements in the SVG namespace
171 http://bugs.webkit.org/show_bug.cgi?id=10932
173 * svg/custom/createelement-expected.checksum: Added.
174 * svg/custom/createelement-expected.png: Added.
175 * svg/custom/createelement-expected.txt: Added.
176 * svg/custom/createelement.svg: Added.
178 2006-09-26 Eric Seidel <eric@eseidel.com>
182 RenderPath::nodeAtPoint does not respect stroke width
183 http://bugs.webkit.org/show_bug.cgi?id=10829
185 * svg/custom/stroke-width-click-expected.txt: Added.
186 * svg/custom/stroke-width-click.svg: Added.
188 2006-09-25 Justin Garcia <justin.garcia@apple.com>
192 * editing/execCommand/indent-empty-root-expected.checksum: Added.
193 * editing/execCommand/indent-empty-root-expected.png: Added.
194 * editing/execCommand/indent-empty-root-expected.txt: Added.
195 * editing/execCommand/indent-empty-root.html: Added.
197 2006-09-24 Eric Seidel <eric@eseidel.com>
201 Add test: svg/custom/viewport-clip.svg
202 and update results for:
203 http://bugs.webkit.org/show_bug.cgi?id=11007
204 (Also update some old results, due to CoreImage variance)
206 * svg/custom/baseval-animval-equality.svg:
207 * svg/custom/empty-merge-expected.checksum:
208 * svg/custom/empty-merge-expected.png:
209 * svg/custom/empty-merge-expected.txt:
210 * svg/custom/empty-merge.svg:
211 * svg/custom/feDisplacementMap-01-expected.checksum:
212 * svg/custom/feDisplacementMap-01-expected.png:
213 * svg/custom/foreign-object-skew-expected.checksum:
214 * svg/custom/foreign-object-skew-expected.png:
215 * svg/custom/gradient-stroke-width-expected.txt:
216 * svg/custom/grayscale-gradient-mask-expected.checksum:
217 * svg/custom/grayscale-gradient-mask-expected.png:
218 * svg/custom/grayscale-gradient-mask-expected.txt:
219 * svg/custom/grayscale-gradient-mask.svg:
220 * svg/custom/image-with-transform-clip-filter-expected.checksum:
221 * svg/custom/image-with-transform-clip-filter-expected.png:
222 * svg/custom/path-bad-data-expected.checksum:
223 * svg/custom/path-bad-data-expected.png:
224 * svg/custom/path-bad-data-expected.txt:
225 * svg/custom/text-filter-expected.checksum:
226 * svg/custom/text-filter-expected.png:
227 * svg/custom/text-image-opacity-expected.checksum:
228 * svg/custom/text-image-opacity-expected.png:
229 * svg/custom/transform-scale-parse.svg:
230 * svg/custom/viewport-clip-expected.checksum: Added.
231 * svg/custom/viewport-clip-expected.png: Added.
232 * svg/custom/viewport-clip-expected.txt: Added.
233 * svg/custom/viewport-clip.svg: Added.
235 2006-09-24 Eric Seidel <eric@eseidel.com>
239 Browsers disagree on behavior for an invalid fill
240 http://bugs.webkit.org/show_bug.cgi?id=11017
242 * svg/custom/invalid-fill-expected.checksum: Added.
243 * svg/custom/invalid-fill-expected.png: Added.
244 * svg/custom/invalid-fill-expected.txt: Added.
245 * svg/custom/invalid-fill.svg: Added.
247 2006-09-24 Eric Seidel <eric@eseidel.com>
251 Import one of Hixie's tests for:
252 <svg:a> cannot be styled with a:hover
253 http://bugs.webkit.org/show_bug.cgi?id=11005
255 * svg/hixie/cascade/002.css: Added.
256 * svg/hixie/cascade/002.xml: Added.
258 2006-09-23 Alexey Proskuryakov <ap@nypop.com>
262 http://bugs.webkit.org/show_bug.cgi?id=4872
263 XMLHttpRequest fails to throw an exception when there is a security violation
264 (mismatching domains)
266 * http/tests/xmlhttprequest/exceptions-expected.txt: Added.
267 * http/tests/xmlhttprequest/exceptions.html: Added.
269 * http/tests/xmlhttprequest/extra-parameters-expected.txt: Added.
270 * http/tests/xmlhttprequest/extra-parameters.html: Added.
271 * http/tests/xmlhttprequest/resources/post-echo.cgi: Added.
272 Test that passing too many parameters is OK (Firefox behavior; WinIE raises an exception).
274 * fast/dom/xmlhttprequest-get-expected.txt: Updated results.
276 * http/tests/xmlhttprequest/zero-length-response-expected.txt:
277 * http/tests/xmlhttprequest/zero-length-response-sync-expected.txt:
278 * http/tests/xmlhttprequest/zero-length-response-sync.html:
279 * http/tests/xmlhttprequest/zero-length-response.html:
280 Updated results and changed state names to match the current spec.
282 * http/tests/xmlhttprequest/resources/zero-length.xml: Added.
284 2006-09-21 Nikolas Zimmermann <zimmermann@kde.org>
289 http://bugs.webkit.org/show_bug.cgi?id=10977
290 SVGDocument does not expose 'rootElement' property
292 * svg/custom/rootelement-expected.checksum: Added.
293 * svg/custom/rootelement-expected.png: Added.
294 * svg/custom/rootelement-expected.txt: Added.
295 * svg/custom/rootelement.svg: Added.
297 2006-09-21 Timothy Hatcher <timothy@apple.com>
299 Adding more calls to layoutTestController.dumpChildFrameScrollPositions()
300 for tests that need to report child frame scroll positions.
302 * http/tests/navigation/anchor-frames.html:
303 * http/tests/navigation/anchor-subframeload.html:
304 * http/tests/navigation/relativeanchor-frames.html:
306 2006-09-21 Timothy Hatcher <timothy@apple.com>
310 Bug 10923: Frame scroll layout test failures on the buildbot
311 http://bugs.webkit.org/show_bug.cgi?id=10923
313 Made this test call layoutTestController.dumpChildFrameScrollPositions().
315 * fast/overflow/scrollRevealButton-expected.txt:
316 * fast/overflow/scrollRevealButton.html:
318 2006-09-20 Justin Garcia <justin.garcia@apple.com>
322 * editing/pasteboard/subframe-dragndrop-1-expected.checksum: Added.
323 * editing/pasteboard/subframe-dragndrop-1-expected.png: Added.
324 * editing/pasteboard/subframe-dragndrop-1-expected.txt: Added.
325 * editing/pasteboard/subframe-dragndrop-1.html: Added.
327 2006-09-20 Rob Buis <buis@kde.org>
331 Updated test results because of:
332 http://bugs.webkit.org/show_bug.cgi?id=10946
333 new marker code draws end-marker in wrong place
335 * svg/W3C-SVG-1.1/painting-marker-02-f-expected.checksum:
336 * svg/W3C-SVG-1.1/painting-marker-02-f-expected.png:
337 * svg/custom/invalid-css-expected.txt:
339 2006-09-20 Julien Palmas <julien.palmas@gmail.com>
341 Reviewed by eseidel. Landed by eseidel.
343 Test for http://bugs.webkit.org/show_bug.cgi?id=6003
345 * svg/custom/pattern-y-offset-expected.checksum: Added.
346 * svg/custom/pattern-y-offset-expected.png: Added.
347 * svg/custom/pattern-y-offset-expected.txt: Added.
348 * svg/custom/pattern-y-offset.svg: Added.
350 2006-09-20 Justin Garcia <justin.garcia@apple.com>
354 * editing/selection/editable-links.html: Added.
355 * editing/selection/editable-links.html-disabled: Removed.
357 2006-09-20 Adam Roben <aroben@apple.com>
361 Fixes http://bugs.webkit.org/show_bug.cgi?id=10953
362 Test results for fast/js/window-properties.html should include
363 children of window.document.body.firstChild
365 * fast/js/window-properties-expected.txt: Regenerate results which now
366 include window.document.body.firstChild.*
367 * fast/js/window-properties.html: Print out 'null' for null objects
368 instead of 'object' for more clarity
370 2006-09-20 Adam Roben <aroben@apple.com>
374 Adding test for http://bugs.webkit.org/show_bug.cgi?id=10935
375 REGRESSION: file upload control with direction:rtl or text-align:right
376 draws button on top of filename/icon
378 * fast/forms/file-input-direction-expected.checksum: Added.
379 * fast/forms/file-input-direction-expected.png: Added.
380 * fast/forms/file-input-direction-expected.txt: Added.
381 * fast/forms/file-input-direction.html: Added.
383 2006-09-20 Eric Seidel <eric@eseidel.com>
387 Commit two test updates I forgot to commit with:
388 Markers should clip to their viewport.
389 http://bugs.webkit.org/show_bug.cgi?id=5967
391 * svg/W3C-SVG-1.1/painting-marker-01-f-expected.checksum:
392 * svg/W3C-SVG-1.1/painting-marker-01-f-expected.png:
393 * svg/W3C-SVG-1.1/painting-marker-01-f-expected.txt:
394 * svg/W3C-SVG-1.1/painting-marker-02-f-expected.checksum:
395 * svg/W3C-SVG-1.1/painting-marker-02-f-expected.png:
396 * svg/W3C-SVG-1.1/painting-marker-02-f-expected.txt:
398 2006-09-19 Eric Seidel <eric@eseidel.com>
402 Updated results for http://bugs.webkit.org/show_bug.cgi?id=8585
404 * svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt:
405 * svg/W3C-SVG-1.1/filters-color-01-b-expected.txt:
406 * svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt:
407 * svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt:
408 * svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt:
409 * svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.txt:
410 * svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt:
411 * svg/W3C-SVG-1.1/filters-example-01-b-expected.txt:
412 * svg/W3C-SVG-1.1/filters-gauss-01-b-expected.txt:
413 * svg/W3C-SVG-1.1/filters-image-01-b-expected.txt:
414 * svg/W3C-SVG-1.1/filters-light-01-f-expected.txt:
415 * svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt:
416 * svg/W3C-SVG-1.1/filters-offset-01-b-expected.txt:
417 * svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt:
418 * svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt:
419 * svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt:
420 * svg/custom/feComponentTransfer-Discrete-expected.txt:
421 * svg/custom/feComponentTransfer-Gamma-expected.txt:
422 * svg/custom/feComponentTransfer-Linear-expected.txt:
423 * svg/custom/feComponentTransfer-Table-expected.txt:
424 * svg/custom/feDisplacementMap-01-expected.txt:
425 * svg/custom/filter-source-alpha-expected.txt:
426 * svg/custom/image-with-transform-clip-filter-expected.txt:
427 * svg/custom/non-opaque-filters-expected.txt:
428 * svg/custom/text-filter-expected.txt:
430 2006-09-19 Eric Seidel <eric@eseidel.com>
434 Markers should clip to their viewport.
435 http://bugs.webkit.org/show_bug.cgi?id=5967
437 * svg/custom/marker-overflow-clip-expected.checksum: Added.
438 * svg/custom/marker-overflow-clip-expected.png: Added.
439 * svg/custom/marker-overflow-clip-expected.txt: Added.
440 * svg/custom/marker-overflow-clip.svg: Added.
442 2006-09-19 Justin Garcia <justin.garcia@apple.com>
446 Disabling this test temporarily.
448 * editing/selection/editable-links.html: Removed.
449 * editing/selection/editable-links.html-disabled: Added.
451 2006-09-19 Justin Garcia <justin.garcia@apple.com>
455 * editing/selection/editable-links-expected.checksum: Added.
456 * editing/selection/editable-links-expected.png: Added.
457 * editing/selection/editable-links-expected.txt: Added.
458 * editing/selection/editable-links.html: Added.
460 2006-09-19 Justin Garcia <justin.garcia@apple.com>
464 * editing/pasteboard/pasting-tabs-expected.checksum: Added.
465 * editing/pasteboard/pasting-tabs-expected.png: Added.
466 * editing/pasteboard/pasting-tabs-expected.txt: Added.
467 * editing/pasteboard/pasting-tabs.html: Added.
469 2006-09-18 Adam Roben <aroben@apple.com>
473 Update tests for the new file upload control.
475 * fast/forms/file-input-disabled-expected.txt:
476 * fast/forms/form-element-geometry-expected.txt:
477 * fast/forms/input-appearance-height-expected.txt:
478 * fast/forms/input-value-expected.txt:
480 2006-09-17 Eric Seidel <eric@eseidel.com>
484 * fast/js/window-properties.html: make work in Firefox (hangs IE)
486 2006-09-17 Eric Seidel <eric@eseidel.com>
488 Add a textual dump of the window object property tree.
492 * fast/js/window-properties-expected.txt: Added.
493 * fast/js/window-properties.html: Added.
495 2006-09-17 David Hyatt <hyatt@apple.com>
497 Adding layout test for bug 10899.
499 * fast/text/basic/generic-family-changes-expected.checksum: Added.
500 * fast/text/basic/generic-family-changes-expected.png: Added.
501 * fast/text/basic/generic-family-changes-expected.txt: Added.
502 * fast/text/basic/generic-family-changes.html: Added.
504 2006-09-17 Alexey Proskuryakov <ap@nypop.com>
508 Test for http://bugs.webkit.org/show_bug.cgi?id=10852
509 REGRESSION: Reproducible crash in XMLHttpRequest::abort()
511 Currently, this test prints an error message to the console, because requests from
512 an unload handler still don't work.
514 * http/tests/xmlhttprequest/xhr-onunload-expected.txt: Added.
515 * http/tests/xmlhttprequest/xhr-onunload.html: Added.
517 2006-09-15 Justin Garcia <justin.garcia@apple.com>
521 <rdar://problem/4674869>
522 REGRESSION: selecting text to write over results in cursor jumping to middle of next line
524 * editing/deleting/whitespace-pre-1-expected.checksum: Added.
525 * editing/deleting/whitespace-pre-1-expected.png: Added.
526 * editing/deleting/whitespace-pre-1-expected.txt: Added.
527 * editing/deleting/whitespace-pre-1.html: Added.
529 2006-09-15 Timothy Hatcher <timothy@apple.com>
533 Updating results to new expected values.
535 * fast/lists/drag-into-marker-expected.txt:
536 * fast/repaint/selection-after-delete-expected.txt:
538 2006-09-15 Timothy Hatcher <timothy@apple.com>
542 Updating results to new expected values.
544 * editing/inserting/4278698-expected.txt:
545 * fast/dom/window-xy-properties-expected.txt:
547 2006-09-15 Adam Roben <aroben@apple.com>
551 Part of http://bugs.webkit.org/show_bug.cgi?id=10865
552 New file upload control should match the width of the old one
554 Update tests to match new file upload control.
556 * fast/forms/file-input-disabled-expected.txt:
557 * fast/forms/form-element-geometry-expected.txt:
558 * fast/forms/input-appearance-height-expected.txt:
559 * fast/forms/input-value-expected.txt:
561 2006-09-15 Kevin McCullough <KMcCullough@apple.com>
563 - just layout test result changes
565 * fast/dom/Range/range-compareNode-expected.txt:
566 * fast/dom/Range/range-intersectsNode-expected.txt:
568 2006-09-14 Justin Garcia <justin.garcia@apple.com>
572 <rdar://problem/4655880> Up/Down arrows skip over To Do
574 * editing/selection/mixed-editability-3-expected.checksum: Added.
575 * editing/selection/mixed-editability-3-expected.png: Added.
576 * editing/selection/mixed-editability-3-expected.txt: Added.
577 * editing/selection/mixed-editability-3.html: Added.
578 * editing/selection/mixed-editability-4-expected.checksum: Added.
579 * editing/selection/mixed-editability-4-expected.png: Added.
580 * editing/selection/mixed-editability-4-expected.txt: Added.
581 * editing/selection/mixed-editability-4.html: Added.
582 * editing/selection/mixed-editability-5-expected.checksum: Added.
583 * editing/selection/mixed-editability-5-expected.png: Added.
584 * editing/selection/mixed-editability-5-expected.txt: Added.
585 * editing/selection/mixed-editability-5.html: Added.
587 2006-09-14 Graham Dennis <graham.dennis@gmail.com>
589 Reviewed by Justin Garcia.
591 Modified testcase for:
592 http://bugs.webkit.org/show_bug.cgi?id=10726
593 Crash in ApplyStyleCommand::applyRelativeFontStyleChange
595 * editing/style/table-selection-expected.checksum:
596 * editing/style/table-selection-expected.png:
597 * editing/style/table-selection-expected.txt:
598 * editing/style/table-selection.html:
599 This testcase was for 10579, which is very similar to this bug (10726)
600 Now the testcase tests both bugs.
602 2006-09-13 Adam Roben <aroben@apple.com>
604 Rubberstamped by hyatt.
606 Updating tables results after hyatt landed a fix for
607 http://bugs.webkit.org/show_bug.cgi?id=8126
608 Padding must not apply to columns
610 * tables/mozilla/bugs/bug139524-2-expected.txt:
611 * tables/mozilla/bugs/bug139524-4-expected.txt:
612 * tables/mozilla/bugs/bug32841-expected.txt:
613 * tables/mozilla/dom/appendCol2-expected.txt:
614 * tables/mozilla/dom/deleteCol1-expected.txt:
615 * tables/mozilla/dom/deleteCol2-expected.txt:
616 * tables/mozilla/dom/deleteCol3-expected.txt:
617 * tables/mozilla/dom/deleteColGroup1-expected.txt:
618 * tables/mozilla/dom/deleteColGroup2-expected.txt:
619 * tables/mozilla/dom/insertColGroups1-expected.txt:
620 * tables/mozilla/dom/insertColGroups2-expected.txt:
621 * tables/mozilla/dom/insertCols1-expected.txt:
622 * tables/mozilla/dom/insertCols2-expected.txt:
623 * tables/mozilla/dom/insertCols3-expected.txt:
624 * tables/mozilla/dom/insertCols4-expected.txt:
625 * tables/mozilla/dom/insertCols5-expected.txt:
626 * tables/mozilla/marvin/body_col-expected.txt:
627 * tables/mozilla/marvin/x_col_span-expected.txt:
628 * tables/mozilla/marvin/x_col_width_px-expected.txt:
629 * tables/mozilla/marvin/x_colgroup_span-expected.txt:
630 * tables/mozilla/other/body_col-expected.txt:
631 * tables/mozilla_expected_failures/bugs/bug1128-expected.txt:
632 * tables/mozilla_expected_failures/bugs/bug29058-2-expected.txt:
633 * tables/mozilla_expected_failures/bugs/bug45621-expected.txt:
634 * tables/mozilla_expected_failures/bugs/bug7243-expected.txt:
635 * tables/mozilla_expected_failures/core/cols1-expected.txt:
636 * tables/mozilla_expected_failures/dom/appendCol1-expected.txt:
637 * tables/mozilla_expected_failures/dom/appendColGroup1-expected.txt:
638 * tables/mozilla_expected_failures/other/test4-expected.txt:
640 2006-09-12 Julien Palmas <julien.palmas@gmail.com>
642 Reviewed by darin. Landed by eseidel.
644 * svg/custom/svgpolyparser-extra-space-expected.checksum: Added.
645 * svg/custom/svgpolyparser-extra-space-expected.png: Added.
646 * svg/custom/svgpolyparser-extra-space-expected.txt: Added.
647 * svg/custom/svgpolyparser-extra-space.svg: Added.
649 2006-09-12 Kevin McCullough <KMcCullough@apple.com>
651 Reviewed by Andersca, Maciej, Brady.
653 * fast/dom/Range/range-intersectsNode-expected.txt: Added.
654 * fast/dom/Range/range-intersectsNode.html: Added.
655 * fast/dom/Range/resources/intersectsNode.js: Added.
657 2006-09-12 Nikolas Zimmermann <zimmermann@kde.org>
659 Reviewed by eseidel. Landed by eseidel.
661 Fixed: http://bugs.webkit.org/show_bug.cgi?id=10826
663 * svg/W3C-SVG-1.1/struct-dom-01-b-expected.checksum:
664 * svg/W3C-SVG-1.1/struct-dom-01-b-expected.png:
665 * svg/W3C-SVG-1.1/struct-dom-01-b-expected.txt:
667 2006-09-11 Nikolas Zimmermann <zimmermann@kde.org>
669 Reviewed by eseidel. Landed by eseidel.
671 * svg/custom/baseval-animval-equality.svg: Added.
673 2006-09-11 Kevin McCullough <KMcCullough@apple.com>
678 * fast/dom/Range/range-compareNode-expected.txt: Added.
679 * fast/dom/Range/range-compareNode.html: Added.
680 * fast/dom/Range/range-comparePoint.html:
682 2006-09-11 Vladimir Olexa <vladimir.olexa@gmail.com>
686 - test for http://bugs.webkit.org/show_bug.cgi?id=10323
687 REGRESSION: javascript: URL containing '\\' gets passed as '//'
689 * fast/dom/javascript-backslash-expected.txt: Added.
690 * fast/dom/javascript-backslash.html: Added.
692 2006-09-11 Darin Adler <darin@apple.com>
694 - converted a test to plain text (makes it platform independent; fixes a failure)
696 * fast/events/ondragenter-expected.checksum: Removed.
697 * fast/events/ondragenter-expected.png: Removed.
698 * fast/events/ondragenter-expected.txt:
699 * fast/events/ondragenter.html:
701 2006-09-10 Darin Adler <darin@apple.com>
703 - converted a test to plain text (makes it platform independent; fixes a failure)
705 * fast/text/plain-text-line-breaks-expected.checksum: Removed.
706 * fast/text/plain-text-line-breaks-expected.png: Removed.
707 * fast/text/plain-text-line-breaks-expected.txt: Regenerated.
708 * fast/text/plain-text-line-breaks.html: Added a call to dumpAsText().
710 2006-09-08 Timothy Hatcher <timothy@apple.com>
712 Adds a test for the CSS URL quoting logic.
714 * fast/inspector/cssURLQuotes-expected.txt: Added.
715 * fast/inspector/cssURLQuotes.html: Added.
717 2006-09-09 Alexey Proskuryakov <ap@nypop.com>
721 http://bugs.webkit.org/show_bug.cgi?id=10759
722 fast/AppleScript/array.html test failing
724 * fast/AppleScript/001-expected.txt: Updated results.
726 2006-09-07 Alexey Proskuryakov <ap@nypop.com>
730 Test for http://bugs.webkit.org/show_bug.cgi?id=10753
731 REGRESSION: The beginning of a CSS file is missing
733 * http/tests/incremental/slow-utf8-css-expected.checksum: Added.
734 * http/tests/incremental/slow-utf8-css-expected.png: Added.
735 * http/tests/incremental/slow-utf8-css-expected.txt: Added.
736 * http/tests/incremental/slow-utf8-css.pl: Added.
738 2006-09-07 Rob Buis <buis@kde.org>
743 <http://bugs.webkit.org/show_bug.cgi?id=9753>
744 SVG with width and height 100% leaves room for scrollbar on the right.
746 Also Updated .txt files (all text blocks are wider) and some updated
747 pixel tests (some text is layouted differently because of wider text blocks).
749 * svg/W3C-SVG-1.1/animate-elem-02-t-expected.txt:
750 * svg/W3C-SVG-1.1/animate-elem-03-t-expected.txt:
751 * svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt:
752 * svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt:
753 * svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt:
754 * svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt:
755 * svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt:
756 * svg/W3C-SVG-1.1/animate-elem-09-t-expected.txt:
757 * svg/W3C-SVG-1.1/animate-elem-10-t-expected.txt:
758 * svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt:
759 * svg/W3C-SVG-1.1/animate-elem-12-t-expected.txt:
760 * svg/W3C-SVG-1.1/animate-elem-13-t-expected.txt:
761 * svg/W3C-SVG-1.1/animate-elem-14-t-expected.txt:
762 * svg/W3C-SVG-1.1/animate-elem-15-t-expected.txt:
763 * svg/W3C-SVG-1.1/animate-elem-16-t-expected.txt:
764 * svg/W3C-SVG-1.1/animate-elem-17-t-expected.txt:
765 * svg/W3C-SVG-1.1/animate-elem-18-t-expected.txt:
766 * svg/W3C-SVG-1.1/animate-elem-19-t-expected.txt:
767 * svg/W3C-SVG-1.1/animate-elem-20-t-expected.txt:
768 * svg/W3C-SVG-1.1/animate-elem-21-t-expected.txt:
769 * svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt:
770 * svg/W3C-SVG-1.1/animate-elem-23-t-expected.txt:
771 * svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt:
772 * svg/W3C-SVG-1.1/animate-elem-25-t-expected.txt:
773 * svg/W3C-SVG-1.1/animate-elem-26-t-expected.txt:
774 * svg/W3C-SVG-1.1/animate-elem-27-t-expected.txt:
775 * svg/W3C-SVG-1.1/animate-elem-28-t-expected.txt:
776 * svg/W3C-SVG-1.1/animate-elem-29-b-expected.txt:
777 * svg/W3C-SVG-1.1/color-prof-01-f-expected.txt:
778 * svg/W3C-SVG-1.1/color-prop-01-b-expected.txt:
779 * svg/W3C-SVG-1.1/color-prop-02-f-expected.txt:
780 * svg/W3C-SVG-1.1/color-prop-03-t-expected.txt:
781 * svg/W3C-SVG-1.1/coords-trans-01-b-expected.txt:
782 * svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt:
783 * svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt:
784 * svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt:
785 * svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt:
786 * svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt:
787 * svg/W3C-SVG-1.1/coords-units-01-b-expected.txt:
788 * svg/W3C-SVG-1.1/coords-units-02-b-expected.txt:
789 * svg/W3C-SVG-1.1/coords-units-03-b-expected.txt:
790 * svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.txt:
791 * svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.txt:
792 * svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt:
793 * svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt:
794 * svg/W3C-SVG-1.1/filters-color-01-b-expected.txt:
795 * svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt:
796 * svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt:
797 * svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt:
798 * svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.txt:
799 * svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt:
800 * svg/W3C-SVG-1.1/filters-example-01-b-expected.txt:
801 * svg/W3C-SVG-1.1/filters-gauss-01-b-expected.txt:
802 * svg/W3C-SVG-1.1/filters-image-01-b-expected.txt:
803 * svg/W3C-SVG-1.1/filters-light-01-f-expected.txt:
804 * svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt:
805 * svg/W3C-SVG-1.1/filters-offset-01-b-expected.txt:
806 * svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt:
807 * svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt:
808 * svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt:
809 * svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt:
810 * svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt:
811 * svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt:
812 * svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt:
813 * svg/W3C-SVG-1.1/interact-cursor-01-f-expected.txt:
814 * svg/W3C-SVG-1.1/interact-dom-01-b-expected.txt:
815 * svg/W3C-SVG-1.1/interact-events-01-b-expected.txt:
816 * svg/W3C-SVG-1.1/interact-order-01-b-expected.txt:
817 * svg/W3C-SVG-1.1/interact-order-02-b-expected.txt:
818 * svg/W3C-SVG-1.1/interact-order-03-b-expected.txt:
819 * svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt:
820 * svg/W3C-SVG-1.1/linking-a-01-b-expected.txt:
821 * svg/W3C-SVG-1.1/linking-a-02-b-expected.txt:
822 * svg/W3C-SVG-1.1/linking-a-03-b-expected.txt:
823 * svg/W3C-SVG-1.1/linking-a-04-t-expected.txt:
824 * svg/W3C-SVG-1.1/linking-uri-01-b-expected.txt:
825 * svg/W3C-SVG-1.1/linking-uri-02-b-expected.txt:
826 * svg/W3C-SVG-1.1/linking-uri-03-t-expected.txt:
827 * svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt:
828 * svg/W3C-SVG-1.1/masking-opacity-01-b-expected.txt:
829 * svg/W3C-SVG-1.1/masking-path-01-b-expected.txt:
830 * svg/W3C-SVG-1.1/masking-path-02-b-expected.txt:
831 * svg/W3C-SVG-1.1/masking-path-03-b-expected.txt:
832 * svg/W3C-SVG-1.1/masking-path-04-b-expected.txt:
833 * svg/W3C-SVG-1.1/masking-path-05-f-expected.txt:
834 * svg/W3C-SVG-1.1/metadata-example-01-b-expected.txt:
835 * svg/W3C-SVG-1.1/painting-fill-01-t-expected.txt:
836 * svg/W3C-SVG-1.1/painting-fill-02-t-expected.txt:
837 * svg/W3C-SVG-1.1/painting-fill-03-t-expected.txt:
838 * svg/W3C-SVG-1.1/painting-fill-04-t-expected.txt:
839 * svg/W3C-SVG-1.1/painting-marker-01-f-expected.txt:
840 * svg/W3C-SVG-1.1/painting-marker-02-f-expected.txt:
841 * svg/W3C-SVG-1.1/painting-render-01-b-expected.txt:
842 * svg/W3C-SVG-1.1/painting-stroke-01-t-expected.checksum:
843 * svg/W3C-SVG-1.1/painting-stroke-01-t-expected.png:
844 * svg/W3C-SVG-1.1/painting-stroke-01-t-expected.txt:
845 * svg/W3C-SVG-1.1/painting-stroke-02-t-expected.checksum:
846 * svg/W3C-SVG-1.1/painting-stroke-02-t-expected.png:
847 * svg/W3C-SVG-1.1/painting-stroke-02-t-expected.txt:
848 * svg/W3C-SVG-1.1/painting-stroke-03-t-expected.checksum:
849 * svg/W3C-SVG-1.1/painting-stroke-03-t-expected.png:
850 * svg/W3C-SVG-1.1/painting-stroke-03-t-expected.txt:
851 * svg/W3C-SVG-1.1/painting-stroke-04-t-expected.checksum:
852 * svg/W3C-SVG-1.1/painting-stroke-04-t-expected.png:
853 * svg/W3C-SVG-1.1/painting-stroke-04-t-expected.txt:
854 * svg/W3C-SVG-1.1/paths-data-01-t-expected.txt:
855 * svg/W3C-SVG-1.1/paths-data-02-t-expected.txt:
856 * svg/W3C-SVG-1.1/paths-data-03-f-expected.txt:
857 * svg/W3C-SVG-1.1/paths-data-04-t-expected.txt:
858 * svg/W3C-SVG-1.1/paths-data-05-t-expected.txt:
859 * svg/W3C-SVG-1.1/paths-data-06-t-expected.txt:
860 * svg/W3C-SVG-1.1/paths-data-07-t-expected.txt:
861 * svg/W3C-SVG-1.1/pservers-grad-01-b-expected.txt:
862 * svg/W3C-SVG-1.1/pservers-grad-02-b-expected.txt:
863 * svg/W3C-SVG-1.1/pservers-grad-03-b-expected.txt:
864 * svg/W3C-SVG-1.1/pservers-grad-04-b-expected.txt:
865 * svg/W3C-SVG-1.1/pservers-grad-05-b-expected.txt:
866 * svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt:
867 * svg/W3C-SVG-1.1/pservers-grad-07-b-expected.txt:
868 * svg/W3C-SVG-1.1/pservers-grad-08-b-expected.txt:
869 * svg/W3C-SVG-1.1/pservers-grad-09-b-expected.txt:
870 * svg/W3C-SVG-1.1/pservers-grad-10-b-expected.txt:
871 * svg/W3C-SVG-1.1/pservers-grad-11-b-expected.txt:
872 * svg/W3C-SVG-1.1/pservers-grad-12-b-expected.txt:
873 * svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.txt:
874 * svg/W3C-SVG-1.1/render-elems-01-t-expected.txt:
875 * svg/W3C-SVG-1.1/render-elems-02-t-expected.txt:
876 * svg/W3C-SVG-1.1/render-elems-03-t-expected.txt:
877 * svg/W3C-SVG-1.1/render-elems-06-t-expected.txt:
878 * svg/W3C-SVG-1.1/render-elems-07-t-expected.txt:
879 * svg/W3C-SVG-1.1/render-elems-08-t-expected.txt:
880 * svg/W3C-SVG-1.1/render-groups-01-b-expected.txt:
881 * svg/W3C-SVG-1.1/render-groups-03-t-expected.txt:
882 * svg/W3C-SVG-1.1/script-handle-01-b-expected.txt:
883 * svg/W3C-SVG-1.1/script-handle-02-b-expected.txt:
884 * svg/W3C-SVG-1.1/script-handle-03-b-expected.txt:
885 * svg/W3C-SVG-1.1/script-handle-04-b-expected.txt:
886 * svg/W3C-SVG-1.1/shapes-circle-01-t-expected.txt:
887 * svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.txt:
888 * svg/W3C-SVG-1.1/shapes-line-01-t-expected.txt:
889 * svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.txt:
890 * svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.txt:
891 * svg/W3C-SVG-1.1/shapes-rect-01-t-expected.txt:
892 * svg/W3C-SVG-1.1/struct-cond-01-t-expected.txt:
893 * svg/W3C-SVG-1.1/struct-cond-02-t-expected.txt:
894 * svg/W3C-SVG-1.1/struct-defs-01-t-expected.txt:
895 * svg/W3C-SVG-1.1/struct-dom-01-b-expected.txt:
896 * svg/W3C-SVG-1.1/struct-dom-02-b-expected.txt:
897 * svg/W3C-SVG-1.1/struct-dom-03-b-expected.txt:
898 * svg/W3C-SVG-1.1/struct-dom-04-b-expected.txt:
899 * svg/W3C-SVG-1.1/struct-dom-05-b-expected.txt:
900 * svg/W3C-SVG-1.1/struct-dom-06-b-expected.txt:
901 * svg/W3C-SVG-1.1/struct-group-01-t-expected.txt:
902 * svg/W3C-SVG-1.1/struct-group-02-b-expected.txt:
903 * svg/W3C-SVG-1.1/struct-image-01-t-expected.txt:
904 * svg/W3C-SVG-1.1/struct-image-02-b-expected.txt:
905 * svg/W3C-SVG-1.1/struct-image-03-t-expected.txt:
906 * svg/W3C-SVG-1.1/struct-image-04-t-expected.txt:
907 * svg/W3C-SVG-1.1/struct-image-05-b-expected.txt:
908 * svg/W3C-SVG-1.1/struct-symbol-01-b-expected.txt:
909 * svg/W3C-SVG-1.1/styling-css-01-b-expected.txt:
910 * svg/W3C-SVG-1.1/styling-css-02-b-expected.txt:
911 * svg/W3C-SVG-1.1/styling-css-03-b-expected.txt:
912 * svg/W3C-SVG-1.1/styling-inherit-01-b-expected.txt:
913 * svg/W3C-SVG-1.1/styling-pres-01-t-expected.txt:
914 * svg/W3C-SVG-1.1/text-align-01-b-expected.txt:
915 * svg/W3C-SVG-1.1/text-align-02-b-expected.checksum:
916 * svg/W3C-SVG-1.1/text-align-02-b-expected.png:
917 * svg/W3C-SVG-1.1/text-align-02-b-expected.txt:
918 * svg/W3C-SVG-1.1/text-align-03-b-expected.checksum:
919 * svg/W3C-SVG-1.1/text-align-03-b-expected.png:
920 * svg/W3C-SVG-1.1/text-align-03-b-expected.txt:
921 * svg/W3C-SVG-1.1/text-align-04-b-expected.txt:
922 * svg/W3C-SVG-1.1/text-align-05-b-expected.txt:
923 * svg/W3C-SVG-1.1/text-align-06-b-expected.txt:
924 * svg/W3C-SVG-1.1/text-altglyph-01-b-expected.txt:
925 * svg/W3C-SVG-1.1/text-deco-01-b-expected.txt:
926 * svg/W3C-SVG-1.1/text-fonts-01-t-expected.txt:
927 * svg/W3C-SVG-1.1/text-fonts-02-t-expected.txt:
928 * svg/W3C-SVG-1.1/text-path-01-b-expected.txt:
929 * svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt:
930 * svg/W3C-SVG-1.1/text-text-01-b-expected.txt:
931 * svg/W3C-SVG-1.1/text-text-03-b-expected.checksum:
932 * svg/W3C-SVG-1.1/text-text-03-b-expected.png:
933 * svg/W3C-SVG-1.1/text-text-03-b-expected.txt:
934 * svg/W3C-SVG-1.1/text-tref-01-b-expected.txt:
935 * svg/W3C-SVG-1.1/text-tselect-01-b-expected.txt:
936 * svg/W3C-SVG-1.1/text-tspan-01-b-expected.txt:
937 * svg/W3C-SVG-1.1/text-ws-01-t-expected.txt:
938 * svg/W3C-SVG-1.1/text-ws-02-t-expected.txt:
939 * svg/custom/coords-relative-units-transforms-expected.txt:
940 * svg/custom/feComponentTransfer-Discrete-expected.txt:
941 * svg/custom/feComponentTransfer-Gamma-expected.txt:
942 * svg/custom/feComponentTransfer-Linear-expected.txt:
943 * svg/custom/feComponentTransfer-Table-expected.txt:
944 * svg/custom/image-with-transform-clip-filter-expected.txt:
945 * svg/custom/invalid-css-expected.txt:
946 * svg/custom/invalid-viewbox1-expected.txt:
947 * svg/custom/invalid-viewbox2-expected.txt:
948 * svg/custom/non-opaque-filters-expected.txt:
949 * svg/custom/percentage-rect-expected.checksum:
950 * svg/custom/percentage-rect-expected.png:
951 * svg/custom/percentage-rect-expected.txt:
952 * svg/custom/pointer-events-path-expected.txt:
953 * svg/custom/svg-overflow-types-expected.txt:
954 * svg/custom/text-clip-expected.txt:
955 * svg/custom/text-filter-expected.txt:
956 * svg/custom/text-gradient-no-content-expected.checksum:
957 * svg/custom/text-gradient-no-content-expected.png:
958 * svg/custom/text-gradient-no-content-expected.txt:
959 * svg/custom/text-hit-test-expected.txt:
960 * svg/custom/text-image-opacity-expected.txt:
961 * svg/custom/tref-update-expected.txt:
962 * svg/custom/width-full-percentage-expected.checksum: Added.
963 * svg/custom/width-full-percentage-expected.png: Added.
964 * svg/custom/width-full-percentage-expected.txt: Added.
965 * svg/custom/width-full-percentage.svg: Added.
967 2006-09-05 Darin Adler <darin@apple.com>
971 - test for bug where the charset in a link element for a CSS stylesheet is ignored.
972 I noticed this while working on new text encoding machinery.
974 * fast/encoding/css-link-charset-expected.txt: Added.
975 * fast/encoding/css-link-charset.css: Added.
976 * fast/encoding/css-link-charset.html: Added.
978 - test for http://bugs.webkit.org/show_bug.cgi?id=10681
979 REGRESSION: Reproducible crash at Wikipedia
980 (Alexey wrote this one, I reviewed.)
982 * fast/forms/form-data-encoding-normalization-overrun-expected.txt: Added.
983 * fast/forms/form-data-encoding-normalization-overrun.html: Added.
985 - and a tweak to an existing test
987 * fast/forms/form-data-encoding.html: Changed to dump encoded URL so it's easier to
988 diagnose this when it fails.
990 2006-09-05 Justin Garcia <justin.garcia@apple.com>
994 Setup for <rdar://problem/4344550> Misspellings aren't marked after undo delete
997 * editing/pasteboard/4641033-expected.checksum:
998 * editing/pasteboard/4641033-expected.png:
999 * editing/execCommand/outdent-selection-expected.checksum:
1000 * editing/execCommand/outdent-selection-expected.png:
1002 Added a didChangeSelection notification that was absent before:
1003 * editing/deleting/collapse-whitespace-3587601-fix-expected.txt:
1004 * editing/deleting/delete-3608430-fix-expected.txt:
1005 * editing/deleting/delete-3608462-fix-expected.txt:
1006 * editing/deleting/delete-3775172-fix-expected.txt:
1007 * editing/deleting/delete-3800834-fix-expected.txt:
1008 * editing/deleting/delete-3857753-fix-expected.txt:
1009 * editing/deleting/delete-3865854-fix-expected.txt:
1010 * editing/deleting/delete-3928305-fix-expected.txt:
1011 * editing/deleting/delete-3959464-fix-expected.txt:
1012 * editing/deleting/delete-4038408-fix-expected.txt:
1013 * editing/deleting/delete-all-text-in-text-field-assertion-expected.txt:
1014 * editing/deleting/delete-at-paragraph-boundaries-001-expected.txt:
1015 * editing/deleting/delete-at-paragraph-boundaries-002-expected.txt:
1016 * editing/deleting/delete-at-paragraph-boundaries-003-expected.txt:
1017 * editing/deleting/delete-at-paragraph-boundaries-004-expected.txt:
1018 * editing/deleting/delete-at-paragraph-boundaries-005-expected.txt:
1019 * editing/deleting/delete-at-paragraph-boundaries-006-expected.txt:
1020 * editing/deleting/delete-at-paragraph-boundaries-007-expected.txt:
1021 * editing/deleting/delete-at-paragraph-boundaries-009-expected.txt:
1022 * editing/deleting/delete-at-paragraph-boundaries-010-expected.txt:
1023 * editing/deleting/delete-at-paragraph-boundaries-011-expected.txt:
1024 * editing/deleting/delete-block-contents-001-expected.txt:
1025 * editing/deleting/delete-block-contents-002-expected.txt:
1026 * editing/deleting/delete-block-contents-003-expected.txt:
1027 * editing/deleting/delete-block-merge-contents-001-expected.txt:
1028 * editing/deleting/delete-block-merge-contents-002-expected.txt:
1029 * editing/deleting/delete-block-merge-contents-003-expected.txt:
1030 * editing/deleting/delete-block-merge-contents-004-expected.txt:
1031 * editing/deleting/delete-block-merge-contents-005-expected.txt:
1032 * editing/deleting/delete-block-merge-contents-006-expected.txt:
1033 * editing/deleting/delete-block-merge-contents-007-expected.txt:
1034 * editing/deleting/delete-block-merge-contents-008-expected.txt:
1035 * editing/deleting/delete-block-merge-contents-009-expected.txt:
1036 * editing/deleting/delete-block-merge-contents-010-expected.txt:
1037 * editing/deleting/delete-block-merge-contents-012-expected.txt:
1038 * editing/deleting/delete-block-merge-contents-013-expected.txt:
1039 * editing/deleting/delete-block-merge-contents-014-expected.txt:
1040 * editing/deleting/delete-block-merge-contents-015-expected.txt:
1041 * editing/deleting/delete-block-merge-contents-016-expected.txt:
1042 * editing/deleting/delete-block-merge-contents-017-expected.txt:
1043 * editing/deleting/delete-block-merge-contents-018-expected.txt:
1044 * editing/deleting/delete-block-merge-contents-019-expected.txt:
1045 * editing/deleting/delete-block-merge-contents-020-expected.txt:
1046 * editing/deleting/delete-block-merge-contents-021-expected.txt:
1047 * editing/deleting/delete-block-merge-contents-022-expected.txt:
1048 * editing/deleting/delete-block-merge-contents-023-expected.txt:
1049 * editing/deleting/delete-block-merge-contents-024-expected.txt:
1050 * editing/deleting/delete-block-table-expected.txt:
1051 * editing/deleting/delete-br-008-expected.txt:
1052 * editing/deleting/delete-br-010-expected.txt:
1053 * editing/deleting/delete-br-011-expected.txt:
1054 * editing/deleting/delete-first-list-item-expected.txt:
1055 * editing/deleting/delete-image-001-expected.txt:
1056 * editing/deleting/delete-image-002-expected.txt:
1057 * editing/deleting/delete-image-003-expected.txt:
1058 * editing/deleting/delete-image-004-expected.txt:
1059 * editing/deleting/delete-line-001-expected.txt:
1060 * editing/deleting/delete-line-002-expected.txt:
1061 * editing/deleting/delete-line-003-expected.txt:
1062 * editing/deleting/delete-line-004-expected.txt:
1063 * editing/deleting/delete-line-005-expected.txt:
1064 * editing/deleting/delete-line-006-expected.txt:
1065 * editing/deleting/delete-line-007-expected.txt:
1066 * editing/deleting/delete-line-008-expected.txt:
1067 * editing/deleting/delete-line-009-expected.txt:
1068 * editing/deleting/delete-line-010-expected.txt:
1069 * editing/deleting/delete-line-011-expected.txt:
1070 * editing/deleting/delete-line-012-expected.txt:
1071 * editing/deleting/delete-line-013-expected.txt:
1072 * editing/deleting/delete-line-014-expected.txt:
1073 * editing/deleting/delete-line-015-expected.txt:
1074 * editing/deleting/delete-line-016-expected.txt:
1075 * editing/deleting/delete-line-017-expected.txt:
1076 * editing/deleting/delete-listitem-001-expected.txt:
1077 * editing/deleting/delete-listitem-002-expected.txt:
1078 * editing/deleting/delete-mixed-editable-content-001-expected.txt:
1079 * editing/deleting/delete-select-all-001-expected.txt:
1080 * editing/deleting/delete-select-all-002-expected.txt:
1081 * editing/deleting/delete-select-all-003-expected.txt:
1082 * editing/deleting/merge-different-styles-expected.txt:
1083 * editing/deleting/merge-endOfParagraph-expected.txt:
1084 * editing/deleting/merge-no-br-expected.txt:
1085 * editing/deleting/pruning-after-merge-1-expected.txt:
1086 * editing/deleting/pruning-after-merge-2-expected.txt:
1087 * editing/deleting/table-cells-expected.txt:
1088 * editing/execCommand/boldSelection-expected.txt:
1089 * editing/execCommand/create-list-from-range-selection-expected.txt:
1090 * editing/execCommand/createLink-expected.txt:
1091 * editing/execCommand/format-block-expected.txt:
1092 * editing/execCommand/format-block-from-range-selection-expected.txt:
1093 * editing/execCommand/format-block-with-braces-expected.txt:
1094 * editing/execCommand/format-block-with-trailing-br-expected.txt:
1095 * editing/execCommand/hilitecolor-expected.txt:
1096 * editing/execCommand/indent-list-item-expected.txt:
1097 * editing/execCommand/indent-selection-expected.txt:
1098 * editing/execCommand/insert-list-and-stitch-expected.txt:
1099 * editing/execCommand/insert-list-with-id-expected.txt:
1100 * editing/execCommand/insertHTML-expected.txt:
1101 * editing/execCommand/insertHorizontalRule-expected.txt:
1102 * editing/execCommand/remove-formatting-expected.txt:
1103 * editing/execCommand/remove-list-from-range-selection-expected.txt:
1104 * editing/execCommand/remove-list-items-expected.txt:
1105 * editing/execCommand/strikethroughSelection-expected.txt:
1106 * editing/execCommand/switch-list-type-expected.txt:
1107 * editing/execCommand/unlink-expected.txt:
1108 * editing/input/text-input-controller-expected.txt:
1109 * editing/inserting/insert-3654864-fix-expected.txt:
1110 * editing/inserting/insert-3659587-fix-expected.txt:
1111 * editing/inserting/insert-3775316-fix-expected.txt:
1112 * editing/inserting/insert-3851164-fix-expected.txt:
1113 * editing/inserting/insert-3907422-fix-expected.txt:
1114 * editing/inserting/insert-after-delete-001-expected.txt:
1115 * editing/inserting/insert-div-001-expected.txt:
1116 * editing/inserting/insert-div-002-expected.txt:
1117 * editing/inserting/insert-div-003-expected.txt:
1118 * editing/inserting/insert-div-005-expected.txt:
1119 * editing/inserting/insert-div-007-expected.txt:
1120 * editing/inserting/insert-div-009-expected.txt:
1121 * editing/inserting/insert-div-010-expected.txt:
1122 * editing/inserting/insert-div-020-expected.txt:
1123 * editing/inserting/insert-div-023-expected.txt:
1124 * editing/inserting/insert-div-024-expected.txt:
1125 * editing/inserting/insert-div-025-expected.txt:
1126 * editing/inserting/insert-div-026-expected.txt:
1127 * editing/inserting/multiple-lines-selected-expected.txt:
1128 * editing/inserting/paragraph-separator-03-expected.txt:
1129 * editing/inserting/paragraph-separator-in-table-2-expected.txt:
1130 * editing/inserting/redo-expected.txt:
1131 * editing/inserting/return-key-with-selection-001-expected.txt:
1132 * editing/inserting/return-key-with-selection-002-expected.txt:
1133 * editing/inserting/return-key-with-selection-003-expected.txt:
1134 * editing/pasteboard/3976872-expected.txt:
1135 * editing/pasteboard/4076267-3-expected.txt:
1136 * editing/pasteboard/4076267-expected.txt:
1137 * editing/pasteboard/4700297-expected.txt:
1138 * editing/pasteboard/8145-3-expected.txt:
1139 * editing/pasteboard/block-wrappers-necessary-expected.txt:
1140 * editing/pasteboard/copy-paste-bidi-expected.txt:
1141 * editing/pasteboard/displaced-generic-placeholder-expected.txt:
1142 * editing/pasteboard/displaced-placeholder-expected.txt:
1143 * editing/pasteboard/display-block-on-spans-expected.txt:
1144 * editing/pasteboard/drag-drop-modifies-page-expected.txt:
1145 * editing/pasteboard/interchange-newline-2-expected.txt:
1146 * editing/pasteboard/merge-after-delete-1-expected.txt:
1147 * editing/pasteboard/merge-after-delete-2-expected.txt:
1148 * editing/pasteboard/merge-after-delete-expected.txt:
1149 * editing/pasteboard/merge-end-3-expected.txt:
1150 * editing/pasteboard/merge-end-5-expected.txt:
1151 * editing/pasteboard/merge-end-blockquote-expected.txt:
1152 * editing/pasteboard/merge-end-list-expected.txt:
1153 * editing/pasteboard/merge-end-table-expected.txt:
1154 * editing/pasteboard/paste-4035648-fix-expected.txt:
1155 * editing/pasteboard/paste-4039777-fix-expected.txt:
1156 * editing/pasteboard/paste-line-endings-001-expected.txt:
1157 * editing/pasteboard/paste-line-endings-006-expected.txt:
1158 * editing/pasteboard/paste-match-style-001-expected.txt:
1159 * editing/pasteboard/paste-match-style-002-expected.txt:
1160 * editing/pasteboard/paste-pre-001-expected.txt:
1161 * editing/pasteboard/paste-pre-002-expected.txt:
1162 * editing/pasteboard/paste-table-002-expected.txt:
1163 * editing/pasteboard/paste-table-003-expected.txt:
1164 * editing/pasteboard/paste-text-006-expected.txt:
1165 * editing/pasteboard/paste-text-007-expected.txt:
1166 * editing/pasteboard/paste-text-010-expected.txt:
1167 * editing/pasteboard/paste-text-011-expected.txt:
1168 * editing/pasteboard/paste-text-015-expected.txt:
1169 * editing/pasteboard/paste-text-016-expected.txt:
1170 * editing/pasteboard/paste-text-017-expected.txt:
1171 * editing/pasteboard/paste-text-018-expected.txt:
1172 * editing/pasteboard/prevent-block-nesting-01-expected.txt:
1173 * editing/pasteboard/smart-paste-003-expected.txt:
1174 * editing/pasteboard/smart-paste-004-expected.txt:
1175 * editing/pasteboard/smart-paste-005-expected.txt:
1176 * editing/pasteboard/smart-paste-006-expected.txt:
1177 * editing/pasteboard/smart-paste-007-expected.txt:
1178 * editing/pasteboard/smart-paste-008-expected.txt:
1179 * editing/pasteboard/testcase-9507-expected.txt:
1180 * editing/pasteboard/undoable-fragment-removes-expected.txt:
1181 * editing/selection/expanding-selections-expected.txt:
1182 * editing/selection/expanding-selections2-expected.txt:
1183 * editing/selection/node-removal-1-expected.txt:
1184 * editing/selection/node-removal-2-expected.txt:
1185 * editing/selection/select-all-iframe-expected.txt:
1186 * editing/selection/skip-non-editable-1-expected.txt:
1187 * editing/selection/triple-click-in-pre-expected.txt:
1188 * editing/style/apple-style-editable-mix-expected.txt:
1189 * editing/style/block-style-004-expected.txt:
1190 * editing/style/block-style-005-expected.txt:
1191 * editing/style/block-style-006-expected.txt:
1192 * editing/style/create-block-for-style-001-expected.txt:
1193 * editing/style/create-block-for-style-002-expected.txt:
1194 * editing/style/create-block-for-style-003-expected.txt:
1195 * editing/style/create-block-for-style-004-expected.txt:
1196 * editing/style/create-block-for-style-007-expected.txt:
1197 * editing/style/create-block-for-style-009-expected.txt:
1198 * editing/style/create-block-for-style-010-expected.txt:
1199 * editing/style/create-block-for-style-011-expected.txt:
1200 * editing/style/create-block-for-style-012-expected.txt:
1201 * editing/style/create-block-for-style-013-expected.txt:
1202 * editing/style/designmode-expected.txt:
1203 * editing/style/relative-font-size-change-001-expected.txt:
1204 * editing/style/relative-font-size-change-002-expected.txt:
1205 * editing/style/remove-underline-across-paragraph-expected.txt:
1206 * editing/style/remove-underline-across-paragraph-in-bold-expected.txt:
1207 * editing/style/remove-underline-after-paragraph-expected.txt:
1208 * editing/style/remove-underline-after-paragraph-in-bold-expected.txt:
1209 * editing/style/remove-underline-from-stylesheet-expected.txt:
1210 * editing/style/smoosh-styles-001-expected.txt:
1211 * editing/style/smoosh-styles-002-expected.txt:
1212 * editing/style/smoosh-styles-003-expected.txt:
1213 * editing/style/style-3681552-fix-001-expected.txt:
1214 * editing/style/style-3681552-fix-002-expected.txt:
1215 * editing/style/style-3690704-fix-expected.txt:
1216 * editing/style/style-3998892-fix-expected.txt:
1217 * editing/style/style-boundary-001-expected.txt:
1218 * editing/style/style-boundary-003-expected.txt:
1219 * editing/style/style-boundary-004-expected.txt:
1220 * editing/style/typing-style-001-expected.txt:
1221 * editing/style/typing-style-003-expected.txt:
1222 * editing/undo/undo-misspellings-expected.txt:
1223 * editing/unsupported-content/list-delete-001-expected.txt:
1224 * editing/unsupported-content/list-delete-002-expected.txt:
1225 * editing/unsupported-content/list-delete-003-expected.txt:
1226 * editing/unsupported-content/table-delete-001-expected.txt:
1227 * editing/unsupported-content/table-delete-002-expected.txt:
1228 * editing/unsupported-content/table-delete-003-expected.txt:
1229 * fast/forms/attributed-strings-expected.txt:
1230 * fast/forms/cursor-position-expected.txt:
1231 * fast/forms/drag-into-textarea-expected.txt:
1232 * fast/forms/input-appearance-maxlength-expected.txt:
1233 * fast/forms/input-paste-undo-expected.txt:
1234 * fast/forms/input-selection-restore-expected.txt:
1235 * fast/forms/input-text-paste-maxlength-expected.txt:
1236 * fast/forms/selection-functions-expected.txt:
1237 * fast/forms/text-field-setvalue-crash-expected.txt:
1238 * fast/forms/textarea-paste-newline-expected.txt:
1240 2006-09-04 Alexey Proskuryakov <ap@nypop.com>
1244 Tests for http://bugs.webkit.org/show_bug.cgi?id=10716
1245 XMLHttpRequest.responseText is null if HTTP response is empty
1247 The results are not fully correct yet:
1248 - accessing properties that are now undefined should cause an exception;
1249 - on error, responseXML should be null, rather than contain an HTML document describing
1252 * http/tests/xmlhttprequest/supported-xml-content-types-expected.txt: Updated for responseXML
1253 now returning null for nil documents.
1255 * http/tests/xmlhttprequest/zero-length-response-expected.txt:
1256 * http/tests/xmlhttprequest/zero-length-response-sync-expected.txt:
1257 * http/tests/xmlhttprequest/zero-length-response-sync.html:
1258 * http/tests/xmlhttprequest/zero-length-response.html:
1259 Extended to cover more properties.
1261 2006-09-04 Alexey Proskuryakov <ap@nypop.com>
1265 Test for http://bugs.webkit.org/show_bug.cgi?id=10676
1266 @charset rules not accessible via DOM
1268 * fast/encoding/css-charset-dom-expected.txt: Added.
1269 * fast/encoding/css-charset-dom.html: Added.
1271 2006-09-04 Rob Buis <buis@kde.org>
1275 Testcase needed for:
1276 http://bugs.webkit.org/show_bug.cgi?id=6546
1277 clipPath data does not respect transforms
1279 * svg/custom/clip-path-with-transform-expected.checksum: Added.
1280 * svg/custom/clip-path-with-transform-expected.png: Added.
1281 * svg/custom/clip-path-with-transform-expected.txt: Added.
1282 * svg/custom/clip-path-with-transform.svg: Added.
1284 2006-09-03 Alexey Proskuryakov <ap@nypop.com>
1288 Test for http://bugs.webkit.org/show_bug.cgi?id=10693
1289 Convert JavaScript arrays to AppleScript lists
1291 * fast/AppleScript/array-expected.txt:
1292 * fast/AppleScript/array.html: Updated results, added a test for
1293 circular dependencies.
1295 2006-09-03 Alexey Proskuryakov <ap@nypop.com>
1299 Tests for http://bugs.webkit.org/show_bug.cgi?id=10697
1300 REGRESSION (r16175): Errors in incremental decoding of UTF-8
1302 * fast/encoding/charset-invalid-expected.txt: Added.
1303 * fast/encoding/charset-invalid.html: Added.
1304 * http/tests/incremental/slow-utf8-html-expected.txt: Added.
1305 * http/tests/incremental/slow-utf8-html.pl: Added.
1307 2006-09-03 Alexey Proskuryakov <ap@nypop.com>
1311 http://bugs.webkit.org/show_bug.cgi?id=4508
1312 Layout tests access an external server
1314 * fast/backgrounds/repeat/noRepeatCorrectClip.html: Use a local resource (it was already present,
1315 but the test still pointed to a remote one).
1316 * fast/dom/HTMLImageElement/image-src-absolute-url-expected.txt:
1317 * fast/dom/HTMLImageElement/image-src-absolute-url.html: Use a non-existent file URL instead of
1318 a non-existent http one.
1319 * fast/loader/docLoaderFrame-expected.checksum: Removed.
1320 * fast/loader/docLoaderFrame-expected.png: Removed.
1321 * fast/loader/docLoaderFrame-expected.txt: Removed.
1322 * fast/loader/docLoaderFrame.html: Removed.
1323 * http/tests/xmlhttprequest/docLoaderFrame-expected.txt: Added.
1324 * http/tests/xmlhttprequest/docLoaderFrame.html: Added.
1325 * http/tests/xmlhttprequest/resources/docLoaderFrame-data.html: Added.
1326 Use a local resource. Also, turned the test into a text one, and used waitUntilDone to make it
1329 2006-09-02 Graham Dennis <graham.dennis@gmail.com>
1334 http://bugs.webkit.org/show_bug.cgi?id=10579
1335 AppleStyleCommand::applyBlockStyle crash
1337 * editing/style/table-selection-expected.checksum: Added.
1338 * editing/style/table-selection-expected.png: Added.
1339 * editing/style/table-selection-expected.txt: Added.
1340 * editing/style/table-selection.html: Added.
1342 2006-09-01 Adele Peterson <adele@apple.com>
1344 Reviewed by Tim Omernick.
1346 Updated results for http://bugs.webkit.org/show_bug.cgi?id=6990
1347 Switch to use new text field implementation for <input type="password">
1349 * dom/html/level2/html/HTMLInputElement22-expected.txt:
1350 * dom/xhtml/level2/html/HTMLInputElement22-expected.txt:
1351 * fast/events/event-sender-mouse-click.html:
1352 * fast/forms/input-appearance-height-expected.checksum:
1353 * fast/forms/input-appearance-height-expected.txt:
1354 * fast/forms/input-type-change-in-onfocus-mouse-expected.txt:
1355 * fast/forms/input-value-expected.checksum:
1356 * fast/forms/input-value-expected.png:
1357 * fast/forms/input-value-expected.txt:
1358 * tables/mozilla_expected_failures/bugs/bug92647-1-expected.checksum:
1359 * tables/mozilla_expected_failures/bugs/bug92647-1-expected.png:
1360 * tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt:
1362 Updated from switch to style-able selects
1363 * fast/forms/option-strip-whitespace-expected.checksum:
1364 * fast/forms/option-strip-whitespace-expected.png:
1365 * fast/forms/option-strip-whitespace-expected.txt:
1367 2006-09-01 Timothy Hatcher <timothy@apple.com>
1371 - updated results, null is not round-tripped through the bindings
1372 because of regressions the original change caused in other applications.
1373 - added an echo for "undefined".
1375 * plugins/bindings-test-expected.txt:
1376 * plugins/bindings-test.html:
1378 2006-09-01 Alexey Proskuryakov <ap@nypop.com>
1383 - http://bugs.webkit.org/show_bug.cgi?id=5620
1384 Should only honor encoding from <meta> in HTML
1386 - http://bugs.webkit.org/show_bug.cgi?id=9783
1387 An XML declaration without an explicit encoding incorrectly triggers
1388 UTF-8 encoding in an HTML document
1390 - http://bugs.webkit.org/show_bug.cgi?id=10155
1391 CSS2: @charset is not supported
1393 * fast/encoding/css-charset-expected.txt: Added.
1394 * fast/encoding/css-charset.css: Added.
1395 * fast/encoding/css-charset.html: Added.
1396 * fast/encoding/css-charset-evil-expected.txt: Added.
1397 * fast/encoding/css-charset-evil.css: Added.
1398 * fast/encoding/css-charset-evil.html: Added.
1399 * fast/encoding/default-xhtml-encoding-expected.txt: Added.
1400 * fast/encoding/default-xhtml-encoding.xhtml: Added.
1401 * fast/encoding/meta-in-xhtml-expected.txt: Added.
1402 * fast/encoding/meta-in-xhtml.xhtml: Added.
1403 * fast/encoding/pseudo-xml-2-expected.txt: Added.
1404 * fast/encoding/pseudo-xml-2.html: Added.
1405 * fast/encoding/pseudo-xml-3-expected.txt: Added.
1406 * fast/encoding/pseudo-xml-3.html: Added.
1407 * fast/encoding/pseudo-xml-4-expected.txt: Added.
1408 * fast/encoding/pseudo-xml-4.html: Added.
1409 * fast/encoding/pseudo-xml-expected.txt: Added.
1410 * fast/encoding/pseudo-xml.html: Added.
1412 2006-08-31 Alice Liu <alice.liu@apple.com>
1416 Revised expected results for an isindex element because of
1417 <rdar://problem/4463870> Switch to use new text field implementation for <isindex>
1418 Now the field is rendered as a textfield
1420 * fast/dom/isindex-002-expected.checksum:
1421 * fast/dom/isindex-002-expected.png:
1422 * fast/dom/isindex-002-expected.txt:
1424 2006-08-30 Rob Buis <buis@kde.org>
1428 Changed test results because of:
1429 http://bugs.webkit.org/show_bug.cgi?id=10586
1430 pointer-events has issues when things are not stroked/filled
1432 * svg/custom/pointer-events-path-expected.checksum:
1433 * svg/custom/pointer-events-path-expected.png:
1434 * svg/custom/pointer-events-path-expected.txt:
1436 2006-08-29 Justin Garcia <justin.garcia@apple.com>
1438 Reviewed by harrison
1440 <rdar://problem/4700297>
1441 REGRESSION: After replacing a misspelled word in a sentence, the selection extends to end of current line
1444 * editing/pasteboard/smart-paste-002-expected.checksum:
1445 * editing/pasteboard/smart-paste-002-expected.png:
1446 * editing/pasteboard/smart-paste-002-expected.txt:
1447 Added to demonstrate fix:
1448 * editing/pasteboard/4700297-expected.checksum: Added.
1449 * editing/pasteboard/4700297-expected.png: Added.
1450 * editing/pasteboard/4700297-expected.txt: Added.
1451 * editing/pasteboard/4700297.html: Added.
1452 Removed a superfluous style span:
1453 * editing/deleting/pruning-after-merge-1-expected.txt:
1454 * editing/pasteboard/interchange-newline-1-expected.txt:
1455 * editing/pasteboard/paste-text-019-expected.checksum:
1456 * editing/pasteboard/paste-text-019-expected.png:
1457 * editing/pasteboard/paste-text-019-expected.txt:
1458 * editing/selection/drag-to-contenteditable-iframe-expected.txt:
1459 Accidently checked in bad results yesterday:
1460 * editing/pasteboard/copy-paste-bidi-expected.txt:
1461 Equivalent render tree:
1462 * editing/pasteboard/smart-paste-001-expected.txt:
1464 2006-08-29 waylonis <waylonis@google.com>
1468 - Updated test to check for exceptions thrown in a plug-in. This is
1469 a test for http://bugs.webkit.org/show_bug.cgi?id=10114.
1470 * plugins/bindings-test-expected.txt:
1471 * plugins/bindings-test.html:
1473 2006-08-29 Darin Adler <darin@apple.com>
1477 - test for <rdar://problem/4701494> REGRESSION: Scrollbar on EPSN widget doesn't scroll (also affects Widgets widget, web inspector)
1479 * fast/css/computed-style-negative-top-expected.txt: Added.
1480 * fast/css/computed-style-negative-top.html: Added.
1482 2006-08-28 Justin Garcia <justin.garcia@apple.com>
1484 Reviewed by harrison
1486 * editing/inserting/redo-expected.checksum: Added.
1487 * editing/inserting/redo-expected.png: Added.
1488 * editing/inserting/redo-expected.txt: Added.
1489 * editing/inserting/redo.html: Added.
1490 * editing/pasteboard/copy-paste-bidi-expected.txt:
1492 2006-08-28 Alice Liu <alice.liu@apple.com>
1496 Added tests for <rdar://problem/4548537> Document.domain and other attributes are blank for an iframe created with document.write
1498 * http/tests/misc/iframe-domain-test-expected.txt: Added.
1499 * http/tests/misc/iframe-domain-test.html: Added.
1501 2006-08-27 Rob Buis <buis@kde.org>
1505 Changed test result because of:
1506 http://bugs.webkit.org/show_bug.cgi?id=10557
1507 KCanvasPath should be replace by platform/Path
1509 * svg/W3C-SVG-1.1/struct-dom-06-b-expected.txt:
1511 2006-08-26 Eric Seidel <eric@eseidel.com>
1515 Test case for: pointer-events does not work.
1516 http://bugs.webkit.org/show_bug.cgi?id=10415
1518 * svg/custom/pointer-events-path-expected.checksum: Added.
1519 * svg/custom/pointer-events-path-expected.png: Added.
1520 * svg/custom/pointer-events-path-expected.txt: Added.
1521 * svg/custom/pointer-events-path.svg: Added.
1523 2006-08-27 Rob Buis <buis@kde.org>
1528 http://bugs.webkit.org/show_bug.cgi?id=10558
1529 SVG should have support for <metadata> element
1531 * svg/custom/create-metadata-element-expected.checksum: Added.
1532 * svg/custom/create-metadata-element-expected.png: Added.
1533 * svg/custom/create-metadata-element-expected.txt: Added.
1534 * svg/custom/create-metadata-element.svg: Added.
1536 2006-08-25 Adele Peterson <adele@apple.com>
1538 Updated results for addition of -webkit-text-security.
1540 * fast/css/computed-style-expected.txt:
1542 2006-08-25 Adele Peterson <adele@apple.com>
1546 New tests and updated tests for styled selects.
1548 * fast/borders/borderRadiusInvalidColor-expected.checksum: Added.
1549 * fast/borders/borderRadiusInvalidColor-expected.png: Added.
1550 * fast/borders/borderRadiusInvalidColor-expected.txt: Added.
1551 * fast/borders/borderRadiusInvalidColor.html: Added.
1553 * fast/forms/select-baseline-expected.checksum: Added.
1554 * fast/forms/select-baseline-expected.png: Added.
1555 * fast/forms/select-baseline-expected.txt: Added.
1556 * fast/forms/select-baseline.html: Added.
1558 * editing/pasteboard/4641033-expected.txt:
1559 * editing/selection/replaced-boundaries-3-expected.txt:
1560 * editing/selection/select-box-expected.txt:
1561 * fast/block/margin-collapse/103-expected.txt:
1562 * fast/forms/001-expected.checksum:
1563 * fast/forms/001-expected.png:
1564 * fast/forms/001-expected.txt:
1565 * fast/forms/003-expected.txt:
1566 * fast/forms/004-expected.txt:
1567 * fast/forms/HTMLOptionElement_label01-expected.txt:
1568 * fast/forms/HTMLOptionElement_label02-expected.txt:
1569 * fast/forms/HTMLOptionElement_label03-expected.txt:
1570 * fast/forms/HTMLOptionElement_label04-expected.txt:
1571 * fast/forms/HTMLOptionElement_label06-expected.txt:
1572 * fast/forms/HTMLOptionElement_label07-expected.txt:
1573 * fast/forms/form-element-geometry-expected.checksum:
1574 * fast/forms/form-element-geometry-expected.png:
1575 * fast/forms/form-element-geometry-expected.txt:
1576 * fast/forms/option-script-expected.txt:
1577 * fast/forms/option-text-clip-expected.txt:
1578 * fast/forms/select-change-listbox-to-popup-expected.txt:
1579 * fast/forms/select-selected-expected.txt:
1580 * fast/forms/select-style-expected.txt:
1581 * fast/forms/select-visual-hebrew-expected.txt:
1582 * fast/invalid/014-expected.txt:
1583 * fast/parser/document-write-option-expected.txt:
1584 * fast/replaced/width100percent-expected.txt:
1585 * http/tests/navigation/anchor-basic-expected.txt:
1586 * http/tests/navigation/anchor-frames-expected.txt:
1587 * http/tests/navigation/anchor-goback-expected.txt:
1588 * http/tests/navigation/anchor-subframeload-expected.txt:
1589 * http/tests/navigation/javascriptlink-basic-expected.txt:
1590 * http/tests/navigation/javascriptlink-frames-expected.txt:
1591 * http/tests/navigation/javascriptlink-goback-expected.txt:
1592 * http/tests/navigation/javascriptlink-subframeload-expected.txt:
1593 * http/tests/navigation/metaredirect-basic-expected.txt:
1594 * http/tests/navigation/metaredirect-frames-expected.txt:
1595 * http/tests/navigation/metaredirect-goback-expected.txt:
1596 * http/tests/navigation/metaredirect-subframeload-expected.txt:
1597 * http/tests/navigation/post-goback2-expected.txt:
1598 * http/tests/navigation/postredirect-goback2-expected.txt:
1599 * http/tests/navigation/redirect302-basic-expected.txt:
1600 * http/tests/navigation/redirect302-frames-expected.txt:
1601 * http/tests/navigation/redirect302-goback-expected.txt:
1602 * http/tests/navigation/redirect302-subframeload-expected.txt:
1603 * http/tests/navigation/relativeanchor-basic-expected.txt:
1604 * http/tests/navigation/relativeanchor-frames-expected.txt:
1605 * http/tests/navigation/relativeanchor-goback-expected.txt:
1606 * http/tests/navigation/slowmetaredirect-basic-expected.txt:
1607 * http/tests/navigation/slowtimerredirect-basic-expected.txt:
1608 * http/tests/navigation/success200-basic-expected.txt:
1609 * http/tests/navigation/success200-frames-expected.txt:
1610 * http/tests/navigation/success200-frames-loadsame-expected.txt:
1611 * http/tests/navigation/success200-goback-expected.txt:
1612 * http/tests/navigation/success200-loadsame-expected.txt:
1613 * http/tests/navigation/success200-reload-expected.txt:
1614 * http/tests/navigation/success200-subframeload-expected.txt:
1615 * http/tests/navigation/timerredirect-basic-expected.txt:
1616 * http/tests/navigation/timerredirect-frames-expected.txt:
1617 * http/tests/navigation/timerredirect-goback-expected.txt:
1618 * http/tests/navigation/timerredirect-subframeload-expected.txt:
1619 * tables/mozilla/bugs/bug1188-expected.txt:
1620 * tables/mozilla/bugs/bug18359-expected.txt:
1621 * tables/mozilla/bugs/bug2479-3-expected.txt:
1622 * tables/mozilla/bugs/bug2479-4-expected.txt:
1623 * tables/mozilla/bugs/bug29326-expected.txt:
1624 * tables/mozilla/bugs/bug33855-expected.txt:
1625 * tables/mozilla/bugs/bug4382-expected.txt:
1626 * tables/mozilla/bugs/bug96334-expected.txt:
1627 * tables/mozilla/core/margins-expected.txt:
1628 * tables/mozilla/dom/tableDom-expected.txt:
1629 * tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
1631 2006-08-24 Darin Adler <darin@apple.com>
1635 - test for http://bugs.webkit.org/show_bug.cgi?id=10169
1636 REGRESSION: NativeTextArea: Text dragged from <input type=text> to textarea disappears
1638 * fast/forms/drag-into-textarea-expected.txt: Added.
1639 * fast/forms/drag-into-textarea.html: Added.
1641 2006-08-24 David Harrison <harrison@apple.com>
1643 Updated expected results for this change:
1645 <rdar://problem/4522205> Represent controls in AXAttributedStringForTextMarkerRange
1647 * editing/selection/anchor-focus1-expected.txt:
1648 * editing/selection/anchor-focus2-expected.txt:
1649 * editing/selection/anchor-focus3-expected.txt:
1650 * editing/selection/move-begin-end-expected.txt:
1651 * fast/dom/Element/onclick-case-expected.txt:
1652 * fast/dom/HTMLInputElement/size-as-number-expected.txt:
1653 * fast/dom/document-all-input-expected.txt:
1654 * fast/dom/option-properties-expected.txt:
1655 * fast/events/objc-keyboard-event-creation-expected.txt:
1656 * fast/events/onsubmit-bubbling-expected.txt:
1657 * fast/forms/access-key-expected.txt:
1658 * fast/forms/activate-and-disabled-elements-expected.txt:
1659 * fast/forms/button-in-forms-collection-expected.txt:
1660 * fast/forms/check-box-enter-key-expected.txt:
1661 * fast/forms/cursor-position-expected.txt:
1662 * fast/forms/display-none-in-onchange-keyboard-expected.txt:
1663 * fast/forms/domstring-replace-crash-expected.txt:
1664 * fast/forms/double-focus-expected.txt:
1665 * fast/forms/element-by-name-expected.txt:
1666 * fast/forms/empty-get-expected.txt:
1667 * fast/forms/focus-expected.txt:
1668 * fast/forms/form-get-multipart-expected.txt:
1669 * fast/forms/form-get-multipart2-expected.txt:
1670 * fast/forms/form-get-multipart3-expected.txt:
1671 * fast/forms/form-post-urlencoded-expected.txt:
1672 * fast/forms/input-appearance-elementFromPoint-expected.txt:
1673 * fast/forms/input-appearance-maxlength-expected.txt:
1674 * fast/forms/input-changing-value-expected.txt:
1675 * fast/forms/input-delete-expected.txt:
1676 * fast/forms/input-selection-hidden-expected.txt:
1677 * fast/forms/input-selection-restore-expected.txt:
1678 * fast/forms/input-text-enter-expected.txt:
1679 * fast/forms/input-truncate-newline-expected.txt:
1680 * fast/forms/legend-access-key-expected.txt:
1681 * fast/forms/onchange-enter-submit-expected.txt:
1682 * fast/forms/onselect-textarea-expected.txt:
1683 * fast/forms/onselect-textfield-expected.txt:
1684 * fast/forms/paste-into-textarea-expected.txt:
1685 * fast/forms/plaintext-mode-1-expected.txt:
1686 * fast/forms/select-remove-option-expected.txt:
1687 * fast/forms/select-replace-option-expected.txt:
1688 * fast/forms/select-reset-expected.txt:
1689 * fast/forms/selection-functions-expected.txt:
1690 * fast/forms/text-field-setvalue-crash-expected.txt:
1691 * fast/forms/textarea-crlf-expected.txt:
1692 * fast/forms/textarea-scrolled-endline-caret-expected.txt:
1693 * fast/forms/textarea-setvalue-submit-expected.txt:
1694 * fast/forms/textfield-focus-out-expected.txt:
1696 2006-08-24 Rob Buis <buis@kde.org>
1701 http://bugs.webkit.org/show_bug.cgi?id=10524
1702 svg transform: comma delimiting breaks display
1704 * svg/custom/transform-scale-parse-expected.checksum: Added.
1705 * svg/custom/transform-scale-parse-expected.png: Added.
1706 * svg/custom/transform-scale-parse-expected.txt: Added.
1707 * svg/custom/transform-scale-parse.svg: Added.
1709 2006-08-22 Trey Matteson <trey@usa.net>
1713 This test update was missing from the patch I posted, and ggarren just checked in.
1715 * fast/overflow/scrollRevealButton-expected.txt:
1717 2006-08-22 Maciej Stachowiak <mjs@apple.com>
1721 - test for <rdar://problem/4683948> REGRESSION: Assertion failure in [FrameProgressEntry addChild:forDataSource:] (fandango.com)
1723 (I both added a WebKit assertion that would fail under this test, and then did a fix to make it not fire)
1725 * fast/loader/start-load-in-unload-expected.txt: Added.
1726 * fast/loader/start-load-in-unload.html: Added.
1728 2006-08-22 Maciej Stachowiak <mjs@apple.com>
1730 Fix for broken tests.
1732 - made newly added CGI scripts executable
1734 * http/tests/navigation/resources/error404.pl:
1735 * http/tests/navigation/resources/frameset.pl:
1736 * http/tests/navigation/resources/postresult.pl:
1737 * http/tests/navigation/resources/redirect302.pl:
1739 2006-08-22 Justin Garcia <justin.garcia@apple.com>
1741 Reviewed by harrison
1743 <http://bugs.webkit.org/show_bug.cgi?id=10449>
1744 REGRESSION(r15918): drag-into-marker.html failing
1746 * editing/pasteboard/paste-list-001-expected.txt:
1747 * fast/lists/drag-into-marker.html: Added.
1748 * fast/lists/drag-into-marker.html-disabled: Removed.
1750 2006-08-22 Justin Garcia <justin.garcia@apple.com>
1752 Reviewed by harrison
1754 <rdar://problem/4052343&4052343&4426622> Mail hung on paste text
1757 * editing/pasteboard/paste-4039777-fix-expected.checksum:
1758 * editing/pasteboard/paste-4039777-fix-expected.png:
1759 * editing/pasteboard/paste-4039777-fix-expected.txt:
1760 * editing/deleting/delete-3857753-fix-expected.txt:
1761 * editing/pasteboard/styled-element-markup-expected.checksum:
1762 * editing/pasteboard/styled-element-markup-expected.png:
1763 * editing/pasteboard/styled-element-markup-expected.txt:
1764 * editing/execCommand/insertHTML-expected.checksum:
1765 * editing/execCommand/insertHTML-expected.png:
1766 * editing/execCommand/insertHTML-expected.txt:
1767 * editing/execCommand/insertHTML.html:
1769 Removed some empty style spans, font tags are replaced by style spans
1770 in a couple of cases:
1771 * editing/deleting/merge-different-styles-expected.txt:
1772 * editing/deleting/pruning-after-merge-1-expected.txt:
1773 * editing/deleting/pruning-after-merge-2-expected.txt:
1774 * editing/inserting/insert-3786362-fix-expected.txt:
1775 * editing/pasteboard/block-wrappers-necessary-expected.txt:
1776 * editing/pasteboard/display-block-on-spans-expected.txt:
1777 * editing/pasteboard/merge-end-table-expected.txt:
1778 * editing/pasteboard/paste-4035648-fix-expected.txt:
1779 * editing/pasteboard/paste-line-endings-001-expected.txt:
1780 * editing/pasteboard/paste-line-endings-006-expected.txt:
1781 * editing/pasteboard/paste-list-001-expected.txt:
1782 * editing/pasteboard/paste-pre-001-expected.txt:
1783 * editing/pasteboard/paste-pre-002-expected.txt:
1784 * editing/pasteboard/paste-table-001-expected.txt:
1785 * editing/pasteboard/paste-table-002-expected.txt:
1786 * editing/pasteboard/paste-text-001-expected.txt:
1787 * editing/pasteboard/paste-text-002-expected.txt:
1788 * editing/pasteboard/paste-text-003-expected.txt:
1789 * editing/pasteboard/paste-text-004-expected.txt:
1790 * editing/pasteboard/paste-text-005-expected.txt:
1791 * editing/pasteboard/paste-text-006-expected.txt:
1792 * editing/pasteboard/paste-text-011-expected.txt:
1793 * editing/pasteboard/paste-text-012-expected.txt:
1794 * editing/pasteboard/paste-text-013-expected.txt:
1795 * editing/pasteboard/paste-text-014-expected.txt:
1796 * editing/pasteboard/paste-text-015-expected.txt:
1797 * editing/pasteboard/paste-text-016-expected.txt:
1798 * editing/pasteboard/paste-text-017-expected.txt:
1799 * editing/pasteboard/paste-text-at-tabspan-001-expected.txt:
1800 * editing/pasteboard/paste-text-at-tabspan-002-expected.txt:
1801 * editing/pasteboard/paste-text-at-tabspan-003-expected.txt:
1802 * editing/pasteboard/styled-element-markup.html:
1803 * editing/pasteboard/testcase-9507-expected.txt:
1804 * editing/style/smoosh-styles-001-expected.txt:
1805 * editing/style/smoosh-styles-002-expected.txt:
1807 2006-08-22 Trey Matteson <trey@usa.net>
1811 Introducing a small test suite for bugs related to various navigation techniques,
1812 e.g., back/forward, reload, various redirect flavors, POST, POST-then-redirect,
1813 within-page anchors. Most of the tests are done with and without an enclosing frameset.
1814 The tests verify the content of the final page (which may include restored form
1815 state), scroll location (also sometimes restored), and the full content of the
1818 * fast/overflow/scrollRevealButton-expected.txt:
1819 Updated to include scroll location that is now emitted.
1820 * http/tests/navigation/anchor-basic-expected.txt: Added.
1821 * http/tests/navigation/anchor-basic.html: Added.
1822 * http/tests/navigation/anchor-frames-expected.txt: Added.
1823 * http/tests/navigation/anchor-frames.html: Added.
1824 * http/tests/navigation/anchor-goback-expected.txt: Added.
1825 * http/tests/navigation/anchor-goback.html: Added.
1826 * http/tests/navigation/anchor-subframeload-expected.txt: Added.
1827 * http/tests/navigation/anchor-subframeload.html: Added.
1828 * http/tests/navigation/error404-basic-expected.txt: Added.
1829 * http/tests/navigation/error404-basic.html: Added.
1830 * http/tests/navigation/error404-frames-expected.txt: Added.
1831 * http/tests/navigation/error404-frames.html: Added.
1832 * http/tests/navigation/error404-goback-expected.txt: Added.
1833 * http/tests/navigation/error404-goback.html: Added.
1834 * http/tests/navigation/error404-subframeload-expected.txt: Added.
1835 * http/tests/navigation/error404-subframeload.html: Added.
1836 * http/tests/navigation/javascriptlink-basic-expected.txt: Added.
1837 * http/tests/navigation/javascriptlink-basic.html: Added.
1838 * http/tests/navigation/javascriptlink-frames-expected.txt: Added.
1839 * http/tests/navigation/javascriptlink-frames.html: Added.
1840 * http/tests/navigation/javascriptlink-goback-expected.txt: Added.
1841 * http/tests/navigation/javascriptlink-goback.html: Added.
1842 * http/tests/navigation/javascriptlink-subframeload-expected.txt: Added.
1843 * http/tests/navigation/javascriptlink-subframeload.html: Added.
1844 * http/tests/navigation/metaredirect-basic-expected.txt: Added.
1845 * http/tests/navigation/metaredirect-basic.html: Added.
1846 * http/tests/navigation/metaredirect-frames-expected.txt: Added.
1847 * http/tests/navigation/metaredirect-frames.html: Added.
1848 * http/tests/navigation/metaredirect-goback-expected.txt: Added.
1849 * http/tests/navigation/metaredirect-goback.html: Added.
1850 * http/tests/navigation/metaredirect-subframeload-expected.txt: Added.
1851 * http/tests/navigation/metaredirect-subframeload.html: Added.
1852 * http/tests/navigation/post-basic-expected.txt: Added.
1853 * http/tests/navigation/post-basic.html: Added.
1854 * http/tests/navigation/post-frames-expected.txt: Added.
1855 * http/tests/navigation/post-frames-goback1.html-disabled: Added.
1856 * http/tests/navigation/post-frames.html: Added.
1857 * http/tests/navigation/post-goback1-expected.txt: Added.
1858 * http/tests/navigation/post-goback1.html: Added.
1859 * http/tests/navigation/post-goback2-expected.txt: Added.
1860 * http/tests/navigation/post-goback2.html: Added.
1861 * http/tests/navigation/postredirect-basic-expected.txt: Added.
1862 * http/tests/navigation/postredirect-basic.html: Added.
1863 * http/tests/navigation/postredirect-frames-expected.txt: Added.
1864 * http/tests/navigation/postredirect-frames-goback1.html-disabled: Added.
1865 * http/tests/navigation/postredirect-frames.html: Added.
1866 * http/tests/navigation/postredirect-goback1-expected.txt: Added.
1867 * http/tests/navigation/postredirect-goback1.html: Added.
1868 * http/tests/navigation/postredirect-goback2-expected.txt: Added.
1869 * http/tests/navigation/postredirect-goback2.html: Added.
1870 * http/tests/navigation/redirect302-basic-expected.txt: Added.
1871 * http/tests/navigation/redirect302-basic.html: Added.
1872 * http/tests/navigation/redirect302-frames-expected.txt: Added.
1873 * http/tests/navigation/redirect302-frames.html: Added.
1874 * http/tests/navigation/redirect302-goback-expected.txt: Added.
1875 * http/tests/navigation/redirect302-goback.html: Added.
1876 * http/tests/navigation/redirect302-subframeload-expected.txt: Added.
1877 * http/tests/navigation/redirect302-subframeload.html: Added.
1878 * http/tests/navigation/relativeanchor-basic-expected.txt: Added.
1879 * http/tests/navigation/relativeanchor-basic.html: Added.
1880 * http/tests/navigation/relativeanchor-frames-expected.txt: Added.
1881 * http/tests/navigation/relativeanchor-frames.html: Added.
1882 * http/tests/navigation/relativeanchor-goback-expected.txt: Added.
1883 * http/tests/navigation/relativeanchor-goback.html: Added.
1884 * http/tests/navigation/resources/error404.pl: Added.
1885 * http/tests/navigation/resources/frameset.pl: Added.
1886 * http/tests/navigation/resources/javascriptlink.html: Added.
1887 * http/tests/navigation/resources/metaredirect.html: Added.
1888 * http/tests/navigation/resources/otherpage.html: Added.
1889 * http/tests/navigation/resources/postresult.pl: Added.
1890 * http/tests/navigation/resources/redirect302.pl: Added.
1891 * http/tests/navigation/resources/slowmetaredirect.html: Added.
1892 * http/tests/navigation/resources/slowtimerredirect.html: Added.
1893 * http/tests/navigation/resources/success200.html: Added.
1894 * http/tests/navigation/resources/testcode.js: Added.
1895 * http/tests/navigation/resources/timerredirect.html: Added.
1896 * http/tests/navigation/slowmetaredirect-basic-expected.txt: Added.
1897 * http/tests/navigation/slowmetaredirect-basic.html: Added.
1898 * http/tests/navigation/slowtimerredirect-basic-expected.txt: Added.
1899 * http/tests/navigation/slowtimerredirect-basic.html: Added.
1900 * http/tests/navigation/success200-basic-expected.txt: Added.
1901 * http/tests/navigation/success200-basic.html: Added.
1902 * http/tests/navigation/success200-frames-expected.txt: Added.
1903 * http/tests/navigation/success200-frames-goback.html-disabled: Added.
1904 * http/tests/navigation/success200-frames-loadsame-expected.txt: Added.
1905 * http/tests/navigation/success200-frames-loadsame.html: Added.
1906 * http/tests/navigation/success200-frames-reload.html-disabled: Added.
1907 * http/tests/navigation/success200-frames.html: Added.
1908 * http/tests/navigation/success200-goback-expected.txt: Added.
1909 * http/tests/navigation/success200-goback.html: Added.
1910 * http/tests/navigation/success200-loadsame-expected.txt: Added.
1911 * http/tests/navigation/success200-loadsame.html: Added.
1912 * http/tests/navigation/success200-reload-expected.txt: Added.
1913 * http/tests/navigation/success200-reload.html: Added.
1914 * http/tests/navigation/success200-subframeload-expected.txt: Added.
1915 * http/tests/navigation/success200-subframeload-goback.html-disabled: Added.
1916 * http/tests/navigation/success200-subframeload.html: Added.
1917 * http/tests/navigation/timerredirect-basic-expected.txt: Added.
1918 * http/tests/navigation/timerredirect-basic.html: Added.
1919 * http/tests/navigation/timerredirect-frames-expected.txt: Added.
1920 * http/tests/navigation/timerredirect-frames.html: Added.
1921 * http/tests/navigation/timerredirect-goback-expected.txt: Added.
1922 * http/tests/navigation/timerredirect-goback.html: Added.
1923 * http/tests/navigation/timerredirect-subframeload-expected.txt: Added.
1924 * http/tests/navigation/timerredirect-subframeload.html: Added.
1926 2006-08-22 Rob Buis <buis@kde.org>
1931 http://bugs.webkit.org/show_bug.cgi?id=10402
1932 REPRO: SVG crashes inside gradient code
1934 * svg/custom/gradient-attr-update-expected.checksum: Added.
1935 * svg/custom/gradient-attr-update-expected.png: Added.
1936 * svg/custom/gradient-attr-update-expected.txt: Added.
1937 * svg/custom/gradient-attr-update.svg: Added.
1939 2006-08-22 Rob Buis <buis@kde.org>
1943 Testcase needed for:
1944 http://bugs.webkit.org/show_bug.cgi?id=10405
1945 REPRO: SVG Maze crashes in RenderPath code
1947 * svg/custom/dynamic-empty-path-expected.checksum: Added.
1948 * svg/custom/dynamic-empty-path-expected.png: Added.
1949 * svg/custom/dynamic-empty-path-expected.txt: Added.
1950 * svg/custom/dynamic-empty-path.svg: Added.
1952 2006-08-21 Alexey Proskuryakov <ap@nypop.com>
1956 Test for http://bugs.webkit.org/show_bug.cgi?id=10419
1957 XSLTProcessor transformToFragment fails because of an XML declaration
1959 * fast/xsl/transformToFragment-XML-declaration-expected.txt: Added.
1960 * fast/xsl/transformToFragment-XML-declaration.html: Added.
1962 * fast/xsl/xslt-extra-content-at-end-expected.checksum:
1963 * fast/xsl/xslt-extra-content-at-end-expected.png:
1964 * fast/xsl/xslt-extra-content-at-end-expected.txt: Updated for a changed error reporting.
1966 2006-08-21 Vladimir Olexa <vladimir.olexa@gmail.com>
1970 Test for http://bugs.webkit.org/show_bug.cgi?id=6252
1971 JavaScript 1.6 Array.lastIndexOf
1973 * fast/js/array-lastIndexOf-expected.txt: Added.
1974 * fast/js/array-lastIndexOf.html: Added.
1975 * fast/js/resources/array-lastIndexOf.js: Added.
1977 2006-08-21 Alexey Proskuryakov <ap@nypop.com>
1981 - test for http://bugs.webkit.org/show_bug.cgi?id=10429
1982 XSLTProcessor.transformToFragment crashes if the owner document is empty
1984 * fast/js/resources/xslt-fragment-in-empty-doc.js: Added.
1985 * fast/js/xslt-fragment-in-empty-doc-expected.txt: Added.
1986 * fast/js/xslt-fragment-in-empty-doc.html: Added.
1988 2006-08-16 Justin Garcia <justin.garcia@apple.com>
1990 Reviewed by thatcher
1992 Equivalent render tree:
1993 * fast/events/ondragenter-expected.checksum:
1994 * fast/events/ondragenter-expected.txt:
1996 Patch exposed a bug (10449):
1997 * fast/lists/drag-into-marker.html: Removed.
1998 * fast/lists/drag-into-marker.html-disabled: Added.
2000 2006-08-15 Justin Garcia <justin.garcia@apple.com>
2002 Reviewed by thatcher
2005 * editing/pasteboard/interchange-newline-4-expected.checksum: Added.
2006 * editing/pasteboard/interchange-newline-4-expected.png: Added.
2007 * editing/pasteboard/interchange-newline-4-expected.txt: Added.
2008 * editing/pasteboard/interchange-newline-4.html: Added.
2009 * editing/deleting/paragraph-in-preserveNewline-expected.checksum: Added.
2010 * editing/deleting/paragraph-in-preserveNewline-expected.png: Added.
2011 * editing/deleting/paragraph-in-preserveNewline-expected.txt: Added.
2012 * editing/deleting/paragraph-in-preserveNewline.html: Added.
2014 Equivalent render trees, fixes, or bugs exposed (10427, 10428):
2015 * editing/execCommand/insertHTML-expected.checksum:
2016 * editing/execCommand/insertHTML-expected.png:
2017 * editing/execCommand/insertHTML-expected.txt:
2018 * editing/execCommand/insertHTML.html:
2019 * editing/execCommand/insertHorizontalRule-expected.checksum:
2020 * editing/execCommand/insertHorizontalRule-expected.png:
2021 * editing/execCommand/insertHorizontalRule-expected.txt:
2022 * editing/inserting/insert-3786362-fix-expected.checksum:
2023 * editing/inserting/insert-3786362-fix-expected.png:
2024 * editing/inserting/insert-3786362-fix-expected.txt:
2025 * editing/inserting/insert-3786362-fix.html:
2026 * editing/inserting/insert-3907422-fix-expected.txt:
2027 * editing/pasteboard/3976872-expected.checksum:
2028 * editing/pasteboard/3976872-expected.png:
2029 * editing/pasteboard/3976872-expected.txt:
2030 * editing/pasteboard/4076267-3-expected.checksum:
2031 * editing/pasteboard/4076267-3-expected.png:
2032 * editing/pasteboard/4076267-3-expected.txt:
2033 * editing/pasteboard/4076267-3.html:
2034 * editing/pasteboard/4076267-expected.checksum:
2035 * editing/pasteboard/4076267-expected.png:
2036 * editing/pasteboard/4076267-expected.txt:
2037 * editing/pasteboard/4076267.html:
2038 * editing/pasteboard/4242293-1-expected.txt:
2039 * editing/pasteboard/4242293-expected.checksum:
2040 * editing/pasteboard/4242293-expected.png:
2041 * editing/pasteboard/4242293-expected.txt:
2042 * editing/pasteboard/4631972-expected.txt:
2043 * editing/pasteboard/8145-1-expected.txt:
2044 * editing/pasteboard/8145-3-expected.txt:
2045 * editing/pasteboard/block-wrappers-necessary-expected.txt:
2046 * editing/pasteboard/copy-paste-bidi-expected.txt:
2047 * editing/pasteboard/display-block-on-spans-expected.checksum:
2048 * editing/pasteboard/display-block-on-spans-expected.png:
2049 * editing/pasteboard/display-block-on-spans-expected.txt:
2050 * editing/pasteboard/interchange-newline-1-expected.txt:
2051 * editing/pasteboard/merge-end-1-expected.checksum:
2052 * editing/pasteboard/merge-end-1-expected.png:
2053 * editing/pasteboard/merge-end-1-expected.txt:
2054 * editing/pasteboard/merge-end-1.html:
2055 * editing/pasteboard/merge-end-2-expected.checksum:
2056 * editing/pasteboard/merge-end-2-expected.png:
2057 * editing/pasteboard/merge-end-2-expected.txt:
2058 * editing/pasteboard/merge-end-2.html:
2059 * editing/pasteboard/merge-end-4-expected.txt:
2060 * editing/pasteboard/merge-end-list-expected.txt:
2061 * editing/pasteboard/merge-end-table-expected.checksum:
2062 * editing/pasteboard/merge-end-table-expected.png:
2063 * editing/pasteboard/merge-end-table-expected.txt:
2064 * editing/pasteboard/nested-blocks-with-text-area-expected.txt:
2065 * editing/pasteboard/nested-blocks-with-text-field-expected.txt:
2066 * editing/pasteboard/paste-4039777-fix-expected.checksum:
2067 * editing/pasteboard/paste-4039777-fix-expected.png:
2068 * editing/pasteboard/paste-4039777-fix-expected.txt:
2069 * editing/pasteboard/paste-line-endings-002-expected.txt:
2070 * editing/pasteboard/paste-line-endings-004-expected.txt:
2071 * editing/pasteboard/paste-line-endings-007-expected.txt:
2072 * editing/pasteboard/paste-line-endings-008-expected.txt:
2073 * editing/pasteboard/paste-line-endings-009-expected.txt:
2074 * editing/pasteboard/paste-match-style-002-expected.txt:
2075 * editing/pasteboard/paste-pre-001-expected.txt:
2076 * editing/pasteboard/paste-pre-002-expected.txt:
2077 * editing/pasteboard/paste-table-001-expected.checksum:
2078 * editing/pasteboard/paste-table-001-expected.png:
2079 * editing/pasteboard/paste-table-001-expected.txt:
2080 * editing/pasteboard/paste-table-003-expected.txt:
2081 * editing/pasteboard/paste-text-001-expected.txt:
2082 * editing/pasteboard/paste-text-003-expected.txt:
2083 * editing/pasteboard/paste-text-007-expected.checksum:
2084 * editing/pasteboard/paste-text-007-expected.png:
2085 * editing/pasteboard/paste-text-007-expected.txt:
2086 * editing/pasteboard/paste-text-008-expected.txt:
2087 * editing/pasteboard/paste-text-009-expected.txt:
2088 * editing/pasteboard/paste-text-010-expected.txt:
2089 * editing/pasteboard/paste-text-011-expected.txt:
2090 * editing/pasteboard/paste-text-012-expected.checksum:
2091 * editing/pasteboard/paste-text-012-expected.png:
2092 * editing/pasteboard/paste-text-012-expected.txt:
2093 * editing/pasteboard/paste-text-012.html:
2094 * editing/pasteboard/paste-text-013-expected.checksum:
2095 * editing/pasteboard/paste-text-013-expected.png:
2096 * editing/pasteboard/paste-text-013-expected.txt:
2097 * editing/pasteboard/paste-text-015-expected.txt:
2098 * editing/pasteboard/paste-text-017-expected.txt:
2099 * editing/pasteboard/paste-text-019-expected.checksum:
2100 * editing/pasteboard/paste-text-019-expected.png:
2101 * editing/pasteboard/paste-text-019-expected.txt:
2102 * editing/pasteboard/paste-text-019.html:
2103 * editing/pasteboard/paste-text-at-tabspan-001-expected.txt:
2104 * editing/pasteboard/paste-text-at-tabspan-002-expected.txt:
2105 * editing/pasteboard/paste-text-at-tabspan-003-expected.txt:
2106 * editing/pasteboard/pasting-object-expected.txt:
2107 * editing/pasteboard/prevent-block-nesting-01-expected.txt:
2108 * editing/pasteboard/quirks-mode-br-1-expected.txt:
2109 * editing/pasteboard/smart-paste-001-expected.txt:
2110 * editing/pasteboard/smart-paste-002-expected.txt:
2111 * editing/pasteboard/smart-paste-003-expected.txt:
2112 * editing/pasteboard/smart-paste-004-expected.txt:
2113 * editing/pasteboard/smart-paste-005-expected.txt:
2114 * editing/pasteboard/smart-paste-006-expected.txt:
2115 * editing/pasteboard/smart-paste-007-expected.txt:
2116 * editing/pasteboard/smart-paste-008-expected.txt:
2117 * editing/pasteboard/undoable-fragment-removes-expected.checksum:
2118 * editing/pasteboard/undoable-fragment-removes-expected.png:
2119 * editing/pasteboard/undoable-fragment-removes-expected.txt:
2120 * editing/pasteboard/undoable-fragment-removes.html:
2121 * editing/style/smoosh-styles-001-expected.txt:
2122 * editing/style/smoosh-styles-002-expected.txt:
2124 2006-08-15 Jonas Witt <jonas.witt@gmail.com>
2128 - added a test to check keyboard events fired from the ObjC API:
2129 http://bugs.webkit.org/show_bug.cgi?id=9736
2131 * fast/events/objc-keyboard-event-creation-expected.txt: Added.
2132 * fast/events/objc-keyboard-event-creation.html: Added.
2134 2006-08-15 Geoffrey Garen <ggaren@apple.com>
2136 Layout test for <rdar://problem/4661982> (crash in KHTMLParser::popBlock)
2138 * fast/parser/remove-node-stack-expected.txt: Added.
2139 * fast/parser/remove-node-stack.html: Added.
2141 2006-08-15 Adele Peterson <adele@apple.com>
2145 Test for: <rdar://problem/4680207> REGRESSION: select-all should fire onSelect event for text fields and textareas (9518)
2146 http://bugs.webkit.org/show_bug.cgi?id=9518
2148 * fast/forms/onselect-selectall-expected.txt: Added.
2149 * fast/forms/onselect-selectall.html: Added.
2151 2006-08-14 Eric Seidel <eric@eseidel.com>
2155 Updated results for:
2156 <mask>, <marker>, <pattern> inside <defs> do not work
2157 http://bugs.webkit.org/show_bug.cgi?id=6548
2159 * svg/W3C-SVG-1.1/animate-elem-03-t-expected.txt:
2160 * svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt:
2161 * svg/W3C-SVG-1.1/color-prof-01-f-expected.txt:
2162 * svg/W3C-SVG-1.1/color-prop-01-b-expected.txt:
2163 * svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt:
2164 * svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt:
2165 * svg/W3C-SVG-1.1/filters-color-01-b-expected.txt:
2166 * svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt:
2167 * svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt:
2168 * svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt:
2169 * svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.txt:
2170 * svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt:
2171 * svg/W3C-SVG-1.1/filters-example-01-b-expected.txt:
2172 * svg/W3C-SVG-1.1/filters-gauss-01-b-expected.txt:
2173 * svg/W3C-SVG-1.1/filters-image-01-b-expected.txt:
2174 * svg/W3C-SVG-1.1/filters-light-01-f-expected.txt:
2175 * svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt:
2176 * svg/W3C-SVG-1.1/filters-offset-01-b-expected.txt:
2177 * svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt:
2178 * svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt:
2179 * svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt:
2180 * svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt:
2181 * svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt:
2182 * svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt:
2183 * svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt:
2184 * svg/W3C-SVG-1.1/interact-cursor-01-f-expected.txt:
2185 * svg/W3C-SVG-1.1/interact-events-01-b-expected.txt:
2186 * svg/W3C-SVG-1.1/interact-order-01-b-expected.txt:
2187 * svg/W3C-SVG-1.1/interact-order-02-b-expected.txt:
2188 * svg/W3C-SVG-1.1/interact-order-03-b-expected.txt:
2189 * svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt:
2190 * svg/W3C-SVG-1.1/masking-path-01-b-expected.txt:
2191 * svg/W3C-SVG-1.1/masking-path-04-b-expected.txt:
2192 * svg/W3C-SVG-1.1/painting-marker-02-f-expected.txt:
2193 * svg/W3C-SVG-1.1/painting-render-01-b-expected.txt:
2194 * svg/W3C-SVG-1.1/pservers-grad-08-b-expected.txt:
2195 * svg/W3C-SVG-1.1/render-elems-06-t-expected.txt:
2196 * svg/W3C-SVG-1.1/render-elems-07-t-expected.txt:
2197 * svg/W3C-SVG-1.1/render-elems-08-t-expected.txt:
2198 * svg/W3C-SVG-1.1/render-groups-01-b-expected.txt:
2199 * svg/W3C-SVG-1.1/render-groups-03-t-expected.txt:
2200 * svg/W3C-SVG-1.1/struct-defs-01-t-expected.txt:
2201 * svg/W3C-SVG-1.1/struct-image-02-b-expected.txt:
2202 * svg/W3C-SVG-1.1/styling-css-01-b-expected.txt:
2203 * svg/W3C-SVG-1.1/styling-css-02-b-expected.txt:
2204 * svg/W3C-SVG-1.1/styling-css-03-b-expected.txt:
2205 * svg/W3C-SVG-1.1/text-align-04-b-expected.txt:
2206 * svg/W3C-SVG-1.1/text-altglyph-01-b-expected.txt:
2207 * svg/W3C-SVG-1.1/text-path-01-b-expected.txt:
2208 * svg/custom/empty-merge-expected.txt:
2209 * svg/custom/feComponentTransfer-Discrete-expected.txt:
2210 * svg/custom/feComponentTransfer-Gamma-expected.txt:
2211 * svg/custom/feComponentTransfer-Linear-expected.txt:
2212 * svg/custom/feComponentTransfer-Table-expected.txt:
2213 * svg/custom/feDisplacementMap-01-expected.txt:
2214 * svg/custom/filter-source-alpha-expected.txt:
2215 * svg/custom/gradient-stroke-width-expected.txt:
2216 * svg/custom/grayscale-gradient-mask-expected.txt:
2217 * svg/custom/image-with-transform-clip-filter-expected.txt:
2218 * svg/custom/invalid-css-expected.txt:
2219 * svg/custom/non-opaque-filters-expected.txt:
2220 * svg/custom/pattern-in-defs-expected.checksum: Added.
2221 * svg/custom/pattern-in-defs-expected.png: Added.
2222 * svg/custom/pattern-in-defs-expected.txt: Added.
2223 * svg/custom/pattern-in-defs.svg: Added.
2224 * svg/custom/text-clip-expected.txt:
2225 * svg/custom/text-filter-expected.txt:
2226 * svg/custom/tref-update-expected.txt:
2228 2006-08-14 Eric Seidel <eric@eseidel.com>
2230 Reviewed by darin and mjs.
2232 Add better SVGLoad event support.
2233 http://bugs.webkit.org/show_bug.cgi?id=6010
2234 Updated test results.
2236 * svg/W3C-SVG-1.1/extend-namespace-01-f-expected.checksum:
2237 * svg/W3C-SVG-1.1/extend-namespace-01-f-expected.png:
2238 * svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt:
2239 * svg/W3C-SVG-1.1/struct-dom-01-b-expected.checksum:
2240 * svg/W3C-SVG-1.1/struct-dom-01-b-expected.png:
2241 * svg/W3C-SVG-1.1/struct-dom-01-b-expected.txt:
2242 * svg/W3C-SVG-1.1/struct-dom-02-b-expected.checksum:
2243 * svg/W3C-SVG-1.1/struct-dom-02-b-expected.png:
2244 * svg/W3C-SVG-1.1/struct-dom-02-b-expected.txt:
2245 * svg/W3C-SVG-1.1/struct-dom-03-b-expected.checksum:
2246 * svg/W3C-SVG-1.1/struct-dom-03-b-expected.png:
2247 * svg/W3C-SVG-1.1/struct-dom-03-b-expected.txt:
2248 * svg/W3C-SVG-1.1/struct-dom-04-b-expected.checksum:
2249 * svg/W3C-SVG-1.1/struct-dom-04-b-expected.png:
2250 * svg/W3C-SVG-1.1/struct-dom-04-b-expected.txt:
2251 * svg/W3C-SVG-1.1/struct-dom-05-b-expected.checksum:
2252 * svg/W3C-SVG-1.1/struct-dom-05-b-expected.png:
2253 * svg/W3C-SVG-1.1/struct-dom-05-b-expected.txt:
2254 * svg/W3C-SVG-1.1/struct-dom-06-b-expected.checksum:
2255 * svg/W3C-SVG-1.1/struct-dom-06-b-expected.png:
2256 * svg/W3C-SVG-1.1/struct-dom-06-b-expected.txt:
2258 2006-08-14 Maciej Stachowiak <mjs@apple.com>
2260 Missing expected results for last test.
2262 * http/tests/plugins/interrupted-get-url-expected.txt: Added.
2264 2006-08-14 Maciej Stachowiak <mjs@apple.com>
2266 Test case not reviewed but the patch was reviewed by Tim Omernick.
2268 - test case for REGRESSION: crash when leaving youtube page while movie is still loading
2269 http://bugs.webkit.org/show_bug.cgi?id=10398
2271 * http/tests/plugins/interrupted-get-url.html: Added.
2272 * http/tests/plugins/resources/interrupted-get-url-success.html: Added.
2273 * http/tests/plugins/resources/slow-resource.pl: Added.
2275 2006-08-14 Darin Adler <darin@apple.com>
2277 Reviewed by John Sullivan.
2279 - test for http://bugs.webkit.org/show_bug.cgi?id=10204
2280 REGRESSION: title tag parsing problem breaks Travelocity and Google Analytics pages
2282 * fast/parser/title-error-test-expected.checksum: Added.
2283 * fast/parser/title-error-test-expected.png: Added.
2284 * fast/parser/title-error-test-expected.txt: Added.
2285 * fast/parser/title-error-test.html: Added.
2287 2006-08-11 David Kilzer <ddkilzer@kilzer.net>
2289 Additional layout test fixes from hyatt's "Eliminate RenderImageButton" change
2290 in r15839. See also r15840 for more layout test fixes.
2292 * tables/mozilla/bugs/bug19599-expected.txt: Changed RenderImageButton to RenderImage.
2293 * tables/mozilla/bugs/bug24200-expected.txt: Ditto.
2294 * tables/mozilla/bugs/bug4527-expected.txt: Ditto.
2296 2006-08-11 Eric Seidel <eric@eseidel.com>
2298 Reviewed by andersca.
2300 Updated results, and new test for:
2301 The outermost <svg> element needs to clip itself
2302 http://bugs.webkit.org/show_bug.cgi?id=5358
2304 * svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.checksum:
2305 * svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.png:
2306 * svg/W3C-SVG-1.1/masking-path-03-b-expected.checksum:
2307 * svg/W3C-SVG-1.1/masking-path-03-b-expected.png:
2308 * svg/custom/svg-overflow-types-expected.checksum: Added.
2309 * svg/custom/svg-overflow-types-expected.png: Added.
2310 * svg/custom/svg-overflow-types-expected.txt: Added.
2311 * svg/custom/svg-overflow-types.svg: Added.
2313 2006-08-11 Adele Peterson <adele@apple.com>
2317 Test case for <rdar://problem/4656274>
2318 REGRESSION: option elements are selected when added regardless of "selected" property
2320 * fast/forms/option-constructor-selected-expected.txt: Added.
2321 * fast/forms/option-constructor-selected.html: Added.
2323 2006-08-08 Rob Buis <buis@kde.org>
2328 <http://bugs.webkit.org/show_bug.cgi?id=10230>
2329 SVGDOMImplementation should die (and be rolled into DOMImplementation)
2331 * svg/custom/svg-features-expected.txt: Added.
2332 * svg/custom/svg-features.html: Added.
2334 2006-08-05 Darin Adler <darin@apple.com>
2338 - test for http://bugs.webkit.org/show_bug.cgi?id=10213
2339 REGRESSION: Crash in WebCore::RenderLayer::isTransparent involving <iframe> and <select>
2341 * fast/frames/iframe-option-crash-expected.checksum: Added.
2342 * fast/frames/iframe-option-crash-expected.png: Added.
2343 * fast/frames/iframe-option-crash-expected.txt: Added.
2344 * fast/frames/iframe-option-crash.xhtml: Added.
2346 2006-08-03 Justin Garcia <justin.garcia@apple.com>
2348 Reviewed by harrison
2350 * editing/style/non-inheritable-styles-expected.checksum: Added.
2351 * editing/style/non-inheritable-styles-expected.png: Added.
2352 * editing/style/non-inheritable-styles-expected.txt: Added.
2353 * editing/style/non-inheritable-styles.html: Added.
2355 2006-08-03 Justin Garcia <justin.garcia@apple.com>
2359 * fast/forms/plaintext-mode-1-expected.txt:
2360 * fast/forms/plaintext-mode-1.html:
2362 2006-08-02 Justin Garcia <justin.garcia@apple.com>
2366 <http://bugs.webkit.org/show_bug.cgi?id=10225>
2367 GMail Editor: Change Hilite Color doesn't work
2369 * editing/execCommand/hilitecolor-expected.checksum: Added.
2370 * editing/execCommand/hilitecolor-expected.png: Added.
2371 * editing/execCommand/hilitecolor-expected.txt: Added.
2372 * editing/execCommand/hilitecolor.html: Added.
2374 2006-08-03 Mitz Pettel <opendarwin.org@mitzpettel.com>
2376 Reviewed by Adele and Darin.
2378 - test for http://bugs.webkit.org/show_bug.cgi?id=10177
2379 REGRESSION: Successfully dragging text into a disabled field
2381 * fast/forms/textfield-drag-into-disabled-expected.checksum: Added.
2382 * fast/forms/textfield-drag-into-disabled-expected.png: Added.
2383 * fast/forms/textfield-drag-into-disabled-expected.txt: Added.
2384 * fast/forms/textfield-drag-into-disabled.html: Added.
2386 * fast/forms/input-disabled-color-expected.txt: Updated.
2388 2006-08-03 Jonathan Johnsson <jonathanjohnsson@gmail.com>
2392 - test for http://bugs.webkit.org/show_bug.cgi?id=10198
2393 REGRESSION: WebKit r15750 crashes while loading anthem.com
2395 * fast/overflow/generated-content-crash-expected.txt: Added.
2396 * fast/overflow/generated-content-crash.html: Added.
2398 2006-08-03 Mitz Pettel <opendarwin.org@mitzpettel.com>
2402 - test for http://bugs.webkit.org/show_bug.cgi?id=10202
2403 REGRESSION: Repro crash when loading an empty image document
2405 * fast/tokenizer/image-empty-crash-expected.txt: Added.
2406 * fast/tokenizer/image-empty-crash.html: Added.
2408 2006-08-02 Alexey Proskuryakov <ap@nypop.com>
2412 - pixel test for http://bugs.webkit.org/show_bug.cgi?id=3438
2413 incorrect display of transparent 1x1 PNGs
2415 * fast/replaced/image-solid-color-with-alpha-expected.checksum: Added.
2416 * fast/replaced/image-solid-color-with-alpha-expected.png: Added.
2417 * fast/replaced/image-solid-color-with-alpha-expected.txt: Added.
2418 * fast/replaced/image-solid-color-with-alpha.html: Added.
2419 * fast/replaced/img-1x1-expected.checksum: Removed.
2420 * fast/replaced/img-1x1-expected.png: Removed.
2421 * fast/replaced/img-1x1-expected.txt: Removed.
2422 * fast/replaced/img-1x1.html: Removed.
2424 2006-08-01 Darin Adler <darin@apple.com>
2426 - updated a test affected by changes to the DumpRenderTree tool
2427 to return a current mouse position
2429 * fast/inline/dirtyLinesForInline-expected.txt: Updated.
2431 2006-07-31 Sam Weinig <sam.weinig@gmail.com>
2435 - tests changed by http://bugs.webkit.org/show_bug.cgi?id=9955
2436 Colors scaled from [0, 1] range to [0, 255] incorrectly
2438 * fast/css/hsl-color-expected.checksum:
2439 * fast/css/hsl-color-expected.png:
2440 * fast/css/hsl-color-expected.txt:
2441 * fast/forms/input-disabled-color-expected.checksum:
2442 * fast/forms/input-disabled-color-expected.png:
2443 * fast/forms/input-disabled-color-expected.txt:
2445 2006-07-31 Mitz Pettel <opendarwin.org@mitzpettel.com>
2447 - test for http://bugs.webkit.org/show_bug.cgi?id=10158
2448 REGRESSION: Selection highlight is dark and opaque when solid-color images are used
2452 * fast/backgrounds/solid-color-context-restore-expected.checksum: Added.
2453 * fast/backgrounds/solid-color-context-restore-expected.png: Added.
2454 * fast/backgrounds/solid-color-context-restore-expected.txt: Added.
2455 * fast/backgrounds/solid-color-context-restore.html: Added.
2457 2006-07-31 Darin Adler <darin@apple.com>
2461 - fix http://bugs.webkit.org/show_bug.cgi?id=10171
2462 REGRESSION: failing layout test: fast/events/objc-event-api.html
2464 * fast/events/objc-event-api-expected.txt: Updated test results for changes in the
2465 DumpRenderTree tool.
2467 2006-07-31 Mark Rowe <opendarwin.org@bdash.net.nz>
2471 http://bugs.webkit.org/show_bug.cgi?id=9738
2472 Bug 9738: Unqualified :hover selector ignored in strict parsing mode
2474 * fast/selectors/unqualified-hover-quirks-expected.checksum: Added.
2475 * fast/selectors/unqualified-hover-quirks-expected.png: Added.
2476 * fast/selectors/unqualified-hover-quirks-expected.txt: Added.
2477 * fast/selectors/unqualified-hover-quirks.html: Added.
2478 * fast/selectors/unqualified-hover-strict-expected.checksum: Added.
2479 * fast/selectors/unqualified-hover-strict-expected.png: Added.
2480 * fast/selectors/unqualified-hover-strict-expected.txt: Added.
2481 * fast/selectors/unqualified-hover-strict.html: Added.
2483 2006-07-31 Adele Peterson <adele@apple.com>
2485 Reviewed by John and Anders.
2487 - Test for <rdar://problem/4380576> onChange does not get called when field changed by return key
2489 * fast/forms/onchange-enter-submit-expected.txt: Added.
2490 * fast/forms/onchange-enter-submit.html: Added.
2492 2006-07-31 Graham Dennis <graham.dennis@gmail.com>
2496 <http://bugs.webkit.org/show_bug.cgi?id=9507>
2497 Empty style spans created in applyInlineStyle
2498 <rdar://problem/4515463>
2499 REGRESSION: Blot and Mail both do a very poor job of pasting the main www.apple.com page
2501 * editing/pasteboard/paste-4039777-fix-expected.txt:
2502 * editing/pasteboard/testcase-9507-expected.checksum: Added.
2503 * editing/pasteboard/testcase-9507-expected.png: Added.
2504 * editing/pasteboard/testcase-9507-expected.txt: Added.
2505 * editing/pasteboard/testcase-9507.html: Added.
2506 * editing/unsupported-content/table-delete-001-expected.txt:
2507 * editing/selection/selectNode-expected.png:
2508 * editing/selection/selectNode-expected.checksum:
2509 * editing/selection/selectNode-expected.txt:
2511 2006-07-31 Mark Rowe <opendarwin.org@bdash.net.nz>
2515 http://bugs.webkit.org/show_bug.cgi?id=10167
2516 Bug 10167: REGRESSION(r15688): ASSERTION FAILED: _private->mouseDownEvent != nil in layout tests
2518 * fast/events/objc-event-api-expected.txt: Update test results.
2520 2006-07-31 Darin Adler <darin@apple.com>
2522 * editing/pasteboard/paste-table-002-expected.txt: Corrected one result
2523 affected by my recent change to getComputedStyle.
2525 * editing/pasteboard/paste-table-002.html: Converted to a text test, since
2526 it dumps the serialized form of the result.
2527 * editing/pasteboard/paste-table-002-expected.checksum: Removed.
2528 * editing/pasteboard/paste-table-002-expected.png: Removed.
2530 2006-07-30 Darin Adler <darin@apple.com>
2532 - test that displays all computed style -- demonstrates bug fixes I just
2533 made to the computed style class and also acts as a regression test for
2534 the existence of all of them and the basic format for a default object
2536 * fast/css/computed-style-expected.txt: Added.
2537 * fast/css/computed-style.html: Added.
2539 2006-07-29 Rob Buis <buis@kde.org>
2543 Updated test case result as a result of:
2544 http://bugs.webkit.org/show_bug.cgi?id=10151
2545 ghostmap XHTML + SVG fails due to javascript undefined exception
2546 The new test case result now should match the required spec result
2547 and acts as a way to test document.URL on non-html documents.
2549 * dom/xhtml/level2/html/HTMLDocument04-expected.txt:
2551 2006-07-29 Darin Adler <darin@apple.com>
2553 - changed this test to a plain-text one and added text explaining what it tests
2555 * fast/forms/input-named-action-overrides-action-attribute.html: Added explanation text,
2556 got rid of some incorrect HTML syntax, added a call to dumpAsText(), and used a paragraph
2557 element instead of a span element for the result.
2558 * fast/forms/input-named-action-overrides-action-attribute-expected.txt: Updated.
2560 2006-07-29 Andrew Wellington <proton@wiretapped.net>
2564 Test for http://bugs.webkit.org/show_bug.cgi?id=8587 / <rdar://problem/4631844>
2565 REGRESSION: {display:list-item} items outside an ol or ul element don't number correctly
2567 * fast/lists/ordered-list-with-no-ol-tag-expected.checksum: Added.
2568 * fast/lists/ordered-list-with-no-ol-tag-expected.png: Added.
2569 * fast/lists/ordered-list-with-no-ol-tag-expected.txt: Added.
2570 * fast/lists/ordered-list-with-no-ol-tag.html: Added.
2572 2006-07-29 Alexey Proskuryakov <ap@nypop.com>
2576 Test for http://bugs.webkit.org/show_bug.cgi?id=10147
2577 REGRESSION: custom attribute values set via javascript are not persistent
2579 * fast/dom/Element/setAttribute-case-insensitivity-expected.txt: Added.
2580 * fast/dom/Element/setAttribute-case-insensitivity.html: Added.
2582 2006-07-29 Darin Adler <darin@apple.com>
2584 - rolled out the test for bug 9753, since we rolled out the fix
2585 we'll bring back the test when we bring back the fix
2587 * svg/custom/width-full-percentage-expected.checksum: Removed.
2588 * svg/custom/width-full-percentage-expected.png: Removed.
2589 * svg/custom/width-full-percentage-expected.txt: Removed.
2590 * svg/custom/width-full-percentage.svg: Removed.
2592 2006-07-28 Justin Garcia <justin.garcia@apple.com>
2596 <rdar://problem/4515463>
2597 REGRESSION: Blot and Mail both do a very poor job of pasting the main www.apple.com page
2599 Removed incorrect nesting:
2600 * editing/pasteboard/paste-table-001-expected.checksum:
2601 * editing/pasteboard/paste-table-001-expected.png:
2602 * editing/pasteboard/paste-table-001-expected.txt:
2603 * editing/pasteboard/paste-table-003-expected.txt:
2605 2006-07-27 Justin Garcia <justin.garcia@apple.com>
2609 <rdar://problem/4242293>
2610 Poor paste fidelity of http://www.google.com/
2612 Removed one of the two extraneous newlines that are introduced on paste:
2613 * editing/pasteboard/paste-table-003-expected.checksum:
2614 * editing/pasteboard/paste-table-003-expected.png:
2615 * editing/pasteboard/paste-table-003-expected.txt:
2617 Fewer pastes remove nodes containing the selection b/c of
2618 the changes to interchange newlines:
2619 * editing/pasteboard/paste-line-endings-007-expected.txt:
2620 * editing/pasteboard/paste-line-endings-008-expected.txt:
2621 * editing/pasteboard/paste-line-endings-009-expected.txt:
2624 * editing/pasteboard/4242293-1-expected.checksum: Added.
2625 * editing/pasteboard/4242293-1-expected.png: Added.
2626 * editing/pasteboard/4242293-1-expected.txt: Added.
2627 * editing/pasteboard/4242293-1.html: Added.
2628 * editing/pasteboard/4242293-expected.checksum: Added.
2629 * editing/pasteboard/4242293-expected.png: Added.
2630 * editing/pasteboard/4242293-expected.txt: Added.
2631 * editing/pasteboard/4242293.html: Added.
2633 2006-07-28 Alexey Proskuryakov <ap@nypop.com>
2635 Rolling out http://bugs.webkit.org/show_bug.cgi?id=6010 because of failing layout tests.
2636 Add better SVGLoad event support.
2638 * svg/W3C-SVG-1.1/extend-namespace-01-f-expected.checksum:
2639 * svg/W3C-SVG-1.1/extend-namespace-01-f-expected.png:
2640 * svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt:
2641 * svg/W3C-SVG-1.1/interact-events-01-b-expected.checksum:
2642 * svg/W3C-SVG-1.1/interact-events-01-b-expected.png:
2643 * svg/W3C-SVG-1.1/struct-dom-01-b-expected.checksum:
2644 * svg/W3C-SVG-1.1/struct-dom-01-b-expected.png:
2645 * svg/W3C-SVG-1.1/struct-dom-01-b-expected.txt:
2646 * svg/W3C-SVG-1.1/struct-dom-02-b-expected.checksum:
2647 * svg/W3C-SVG-1.1/struct-dom-02-b-expected.png:
2648 * svg/W3C-SVG-1.1/struct-dom-02-b-expected.txt:
2649 * svg/W3C-SVG-1.1/struct-dom-03-b-expected.checksum:
2650 * svg/W3C-SVG-1.1/struct-dom-03-b-expected.png:
2651 * svg/W3C-SVG-1.1/struct-dom-03-b-expected.txt:
2652 * svg/W3C-SVG-1.1/struct-dom-04-b-expected.checksum:
2653 * svg/W3C-SVG-1.1/struct-dom-04-b-expected.png:
2654 * svg/W3C-SVG-1.1/struct-dom-04-b-expected.txt:
2655 * svg/W3C-SVG-1.1/struct-dom-05-b-expected.checksum:
2656 * svg/W3C-SVG-1.1/struct-dom-05-b-expected.png:
2657 * svg/W3C-SVG-1.1/struct-dom-05-b-expected.txt:
2658 * svg/W3C-SVG-1.1/struct-dom-06-b-expected.checksum:
2659 * svg/W3C-SVG-1.1/struct-dom-06-b-expected.png:
2660 * svg/W3C-SVG-1.1/struct-dom-06-b-expected.txt:
2662 2006-07-27 Eric Seidel <eric@eseidel.com>
2666 Add better SVGLoad event support.
2667 http://bugs.webkit.org/show_bug.cgi?id=6010
2668 A bunch of the SVG tests didn't render anything since they never received an SVGLoad, now they properly render.
2670 * svg/W3C-SVG-1.1/extend-namespace-01-f-expected.checksum:
2671 * svg/W3C-SVG-1.1/extend-namespace-01-f-expected.png:
2672 * svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt:
2673 * svg/W3C-SVG-1.1/interact-events-01-b-expected.checksum:
2674 * svg/W3C-SVG-1.1/interact-events-01-b-expected.png:
2675 * svg/W3C-SVG-1.1/struct-dom-01-b-expected.checksum:
2676 * svg/W3C-SVG-1.1/struct-dom-01-b-expected.png:
2677 * svg/W3C-SVG-1.1/struct-dom-01-b-expected.txt:
2678 * svg/W3C-SVG-1.1/struct-dom-02-b-expected.checksum:
2679 * svg/W3C-SVG-1.1/struct-dom-02-b-expected.png:
2680 * svg/W3C-SVG-1.1/struct-dom-02-b-expected.txt:
2681 * svg/W3C-SVG-1.1/struct-dom-03-b-expected.checksum:
2682 * svg/W3C-SVG-1.1/struct-dom-03-b-expected.png:
2683 * svg/W3C-SVG-1.1/struct-dom-03-b-expected.txt:
2684 * svg/W3C-SVG-1.1/struct-dom-04-b-expected.checksum:
2685 * svg/W3C-SVG-1.1/struct-dom-04-b-expected.png:
2686 * svg/W3C-SVG-1.1/struct-dom-04-b-expected.txt:
2687 * svg/W3C-SVG-1.1/struct-dom-05-b-expected.checksum:
2688 * svg/W3C-SVG-1.1/struct-dom-05-b-expected.png:
2689 * svg/W3C-SVG-1.1/struct-dom-05-b-expected.txt:
2690 * svg/W3C-SVG-1.1/struct-dom-06-b-expected.checksum:
2691 * svg/W3C-SVG-1.1/struct-dom-06-b-expected.png:
2692 * svg/W3C-SVG-1.1/struct-dom-06-b-expected.txt:
2694 2006-07-27 Rob Buis <buis@kde.org>
2699 <http://bugs.webkit.org/show_bug.cgi?id=9753>
2700 SVG with width and height 100% leaves room for scrollbar on the right.
2702 * svg/custom/width-full-percentage-expected.txt: Added.
2703 * svg/custom/width-full-percentage-expected.checksum: Added.
2704 * svg/custom/width-full-percentage-expected.png: Added.
2705 * svg/custom/width-full-percentage.svg: Added.
2707 2006-07-27 Justin Garcia <justin.garcia@apple.com>
2711 <rdar://problem/4242293>
2712 Poor paste fidelity of http://www.google.com/
2714 * editing/pasteboard/styled-element-markup-expected.checksum: Added.
2715 * editing/pasteboard/styled-element-markup-expected.png: Added.
2716 * editing/pasteboard/styled-element-markup-expected.txt: Added.
2717 * editing/pasteboard/styled-element-markup.html: Added.
2719 2006-07-27 Alexander Kellett <lypanov@kde.org>
2723 Test for: http://bugs.webkit.org/show_bug.cgi?id=9867
2724 REGRESSION: code that modifies form element in Firefox modifies form attribute in WebKit
2726 * fast/forms/input-named-action-overrides-action-attribute-expected.txt: Added.
2727 * fast/forms/input-named-action-overrides-action-attribute.html: Added.
2729 2006-07-27 Rob Buis <buis@kde.org>
2733 Testcase for and from:
2734 http://bugs.webkit.org/show_bug.cgi?id=8992
2735 Some HTML DOM attributes have incorrect types
2737 * fast/dom/html-attribute-types-expected.txt: Added.
2738 * fast/dom/html-attribute-types.html: Added.
2740 2006-07-27 Justin Garcia <justin.garcia@apple.com>
2744 <rdar://problem/4628409>
2745 Safari crashes in CompositeEditCommand::removeBlockPlaceholder entering text in a web page form
2747 * fast/forms/4628409-expected.txt: Added.
2748 * fast/forms/4628409.html: Added.
2750 2006-07-27 Graham Dennis <graham.dennis@gmail.com>
2754 - test for http://bugs.webkit.org/show_bug.cgi?id=10094
2755 Japanese characters improperly rendering in TOT
2757 * fast/encoding/denormalised-voiced-japanese-chars-expected.checksum: Added.
2758 * fast/encoding/denormalised-voiced-japanese-chars-expected.png: Added.
2759 * fast/encoding/denormalised-voiced-japanese-chars-expected.txt: Added.
2760 * fast/encoding/denormalised-voiced-japanese-chars.html: Added.
2762 2006-07-27 Eric Seidel <eric@eseidel.com>
2766 Complex entities seem to fail on TOT
2767 http://bugs.webkit.org/show_bug.cgi?id=6390
2768 Updated test cases now that this bug is fixed.
2770 * fast/parser/entity-ignorable-whitespace-expected.txt:
2771 * svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.checksum:
2772 * svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.png:
2773 * svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.txt:
2774 * svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.checksum:
2775 * svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.png:
2776 * svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.txt:
2777 * svg/W3C-SVG-1.1/render-elems-03-t-expected.checksum:
2778 * svg/W3C-SVG-1.1/render-elems-03-t-expected.png:
2779 * svg/W3C-SVG-1.1/render-elems-03-t-expected.txt:
2781 2006-07-27 Rob Buis <buis@kde.org
2785 Add some tests for http://bugs.webkit.org/show_bug.cgi?id=9938
2786 Specifically the testcases are:
2788 http://hixie.ch/tests/adhoc/svg/error/010.xml
2789 http://hixie.ch/tests/adhoc/svg/error/011.xml
2791 * svg/custom/invalid-viewbox1-expected.checksum: Added.
2792 * svg/custom/invalid-viewbox1-expected.png: Added.
2793 * svg/custom/invalid-viewbox1-expected.txt: Added.
2794 * svg/custom/invalid-viewbox1.svg: Added.
2795 * svg/custom/invalid-viewbox2-expected.checksum: Added.
2796 * svg/custom/invalid-viewbox2-expected.png: Added.
2797 * svg/custom/invalid-viewbox2-expected.txt: Added.
2798 * svg/custom/invalid-viewbox2.svg: Added.
2800 2006-07-27 Eric Seidel <eric@eseidel.com>
2804 Add testcases for getSVGDocument() function.
2805 Also test HTMLObjectElement.vspace and hspace as numbers (while I'm at it).
2807 * fast/dom/HTMLObjectElement/vspace-hspace-as-number-expected.checksum: Added.
2808 * fast/dom/HTMLObjectElement/vspace-hspace-as-number-expected.png: Added.
2809 * fast/dom/HTMLObjectElement/vspace-hspace-as-number-expected.txt: Added.
2810 * fast/dom/HTMLObjectElement/vspace-hspace-as-number.html: Added.
2811 * svg/custom/getsvgdocument-expected.checksum: Added.
2812 * svg/custom/getsvgdocument-expected.png: Added.
2813 * svg/custom/getsvgdocument-expected.txt: Added.
2814 * svg/custom/getsvgdocument.html: Added.
2815 * svg/custom/resources/getsvgdocument.svg: Added.
2817 2006-07-26 Alexey Proskuryakov <ap@nypop.com>
2821 http://bugs.webkit.org/show_bug.cgi?id=9901
2822 XSLTProcessor cannot parse text nodes for INPUT ELEMENTS in an XSLT stylesheet
2824 * fast/js/resources/xhtml-serialize.js: Added.
2825 * fast/js/xhtml-serialize-expected.txt: Added.
2826 * fast/js/xhtml-serialize.html: Added.
2828 2006-07-26 Justin Garcia <justin.garcia@apple.com>
2832 <rdar://problem/4652788>
2833 REGRESSION: Can't change size or style of any text in message body
2835 * editing/style/designmode-expected.checksum: Added.
2836 * editing/style/designmode-expected.png: Added.
2837 * editing/style/designmode-expected.txt: Added.
2838 * editing/style/designmode.html: Added.
2840 2006-07-25 Justin Garcia <justin.garcia@apple.com>
2844 <rdar://problem/4649560>
2845 REGRESSION: Can't Select All when the body is contentEditable="true"
2847 * editing/selection/select-all-005-expected.checksum: Added.
2848 * editing/selection/select-all-005-expected.png: Added.
2849 * editing/selection/select-all-005-expected.txt: Added.
2850 * editing/selection/select-all-005.html: Added.
2851 * editing/selection/select-all-006-expected.checksum: Added.
2852 * editing/selection/select-all-006-expected.png: Added.
2853 * editing/selection/select-all-006-expected.txt: Added.
2854 * editing/selection/select-all-006.html: Added.
2856 2006-07-24 Dan Waylonis <waylonis@google.com>
2858 Reviewed and tweaked a bit by Darin.
2860 - added some new tests that use "echo" including one for JavaScript null
2862 * plugins/bindings-test-expected.txt: Added results.
2863 * plugins/bindings-test.html: Added tests.
2865 2006-07-24 Darin Adler <darin@apple.com>
2867 Reviewed by Adele and Justin.
2869 - test for http://bugs.webkit.org/show_bug.cgi?id=9630
2870 REGRESSION: some spaces typed in <textarea> are posted as non-breaking spaces
2872 * fast/forms/textarea-type-spaces-expected.txt: Added.
2873 * fast/forms/textarea-type-spaces.html: Added.
2875 - test for http://bugs.webkit.org/show_bug.cgi?id=9939
2876 REGRESSION: Pasting text into native text area with newline at end does not preserve newline
2878 * fast/forms/textarea-paste-newline-expected.txt: Added.
2879 * fast/forms/textarea-paste-newline.html: Added.
2881 - updated tests affected by above changes, results are equivalent or better
2883 * editing/pasteboard/4641033-expected.checksum:
2884 * editing/pasteboard/4641033-expected.png:
2885 * editing/pasteboard/4641033-expected.txt:
2886 * editing/pasteboard/paste-table-003-expected.checksum:
2887 * editing/pasteboard/paste-table-003-expected.png:
2888 * editing/pasteboard/paste-table-003-expected.txt:
2889 * editing/pasteboard/paste-text-016-expected.txt:
2890 * editing/pasteboard/quirks-mode-br-1-expected.txt:
2891 * editing/pasteboard/quirks-mode-br-2-expected.txt:
2892 * fast/forms/textarea-scrolled-type-expected.checksum:
2893 * fast/forms/textarea-scrolled-type-expected.png:
2894 * fast/forms/textarea-scrolled-type-expected.txt:
2896 - changed a test to be a "dump as text" test
2898 * fast/forms/paste-into-textarea-expected.txt:
2899 * fast/forms/paste-into-textarea.html:
2900 * fast/forms/paste-into-textarea-expected.checksum: Removed.
2901 * fast/forms/paste-into-textarea-expected.png: Removed.
2903 - changed a test to be a "dump as text" test, improved test a bit and also checked in new results
2905 * fast/forms/textarea-scrolled-endline-caret-expected.txt:
2906 * fast/forms/textarea-scrolled-endline-caret.html:
2908 - fixed a test that was raising an exception every time it ran
2910 * fast/forms/attributed-strings-expected.txt:
2911 * fast/forms/attributed-strings.html:
2913 - corrected checksums on a bunch of tests (pngs were right, but checksums wrong, apparently)
2915 * editing/deleting/delete-to-select-table-expected.checksum:
2916 * editing/selection/3690719-expected.checksum:
2917 * editing/selection/clear-selection-expected.checksum:
2918 * editing/undo/undo-misspellings-expected.checksum:
2920 - added some missing pixel test results
2922 * editing/pasteboard/nested-blocks-with-text-area-expected.checksum: Added.
2923 * editing/pasteboard/nested-blocks-with-text-area-expected.png: Added.
2924 * editing/pasteboard/nested-blocks-with-text-field-expected.checksum: Added.
2925 * editing/pasteboard/nested-blocks-with-text-field-expected.png: Added.
2927 2006-07-24 Adele Peterson <adele@apple.com>
2931 - Test for <rdar://problem/4632132> Changing style of content with mixed editability fails
2933 * editing/style/apple-style-editable-mix-expected.checksum: Added.
2934 * editing/style/apple-style-editable-mix-expected.png: Added.
2935 * editing/style/apple-style-editable-mix-expected.txt: Added.
2936 * editing/style/apple-style-editable-mix.html: Added.
2938 2006-07-24 Dave MacLachlan <dmaclach@mac.com>
2940 Reviewed by Darin and Alexey.
2942 Test for: <http://bugs.webkit.org/show_bug.cgi?id=8425>
2943 and <http://bugs.webkit.org/show_bug.cgi?id=6947>
2945 * svg/custom/non-opaque-filters-expected.checksum: Added.
2946 * svg/custom/non-opaque-filters-expected.png: Added.
2947 * svg/custom/non-opaque-filters-expected.txt: Added.
2948 * svg/custom/non-opaque-filters.svg: Added.
2950 2006-07-24 Mitz Pettel <opendarwin.org@mitzpettel.com>
2954 - repaint test for http://bugs.webkit.org/show_bug.cgi?id=9669
2955 Incomplete repaint when changing an inline's border
2957 * fast/repaint/line-overflow-expected.checksum: Added.
2958 * fast/repaint/line-overflow-expected.png: Added.
2959 * fast/repaint/line-overflow-expected.txt: Added.
2960 * fast/repaint/line-overflow.html: Added.
2962 2006-07-24 Mitz Pettel <opendarwin.org@mitzpettel.com>
2966 - test for http://bugs.webkit.org/show_bug.cgi?id=10075
2967 REGRESSION: Reversed pop-up text in visually-ordered Hebrew pages
2969 * fast/forms/select-visual-hebrew-expected.checksum: Added.
2970 * fast/forms/select-visual-hebrew-expected.png: Added.
2971 * fast/forms/select-visual-hebrew-expected.txt: Added.
2972 * fast/forms/select-visual-hebrew.html: Added.
2974 2006-07-23 David Harrison <harrison@apple.com>
2978 <rdar://problem/4646759> Mail crash editing To Do - WebCore::InsertTextCommand::prepareForTextInsertion
2980 * editing/deleting/delete-mixed-editable-content-001-expected.checksum: Added.
2981 * editing/deleting/delete-mixed-editable-content-001-expected.png: Added.
2982 * editing/deleting/delete-mixed-editable-content-001-expected.txt: Added.
2983 * editing/deleting/delete-mixed-editable-content-001.html: Added.
2985 2006-07-23 Adele Peterson <adele@apple.com>
2989 Test for: <rdar://problem/4644614> REGRESSION: Typing, pasting or dragging in new text areas causes unnecessary scrolling
2991 * fast/forms/textarea-scrolled-type-expected.checksum: Added.
2992 * fast/forms/textarea-scrolled-type-expected.png: Added.
2993 * fast/forms/textarea-scrolled-type-expected.txt: Added.
2994 * fast/forms/textarea-scrolled-type.html: Added.
2996 2006-07-22 Alexey Proskuryakov <ap@nypop.com>
3000 Fix http://bugs.webkit.org/show_bug.cgi?id=10038
3001 REGRESSION: Length of navigator.mimeTypes collection returns number of installed plugins, not number
3002 of registered mime types
3004 * fast/js/navigator-mimeTypes-length-expected.txt: Added.
3005 * fast/js/navigator-mimeTypes-length.html: Added.
3006 * fast/js/resources/navigator-mimeTypes-length.js: Added.
3008 2006-07-21 Adele Peterson <adele@apple.com>
3012 Test for: <rdar://problem/4643238> REGRESSION: Can't set insertion point at the end of a line of text
3014 * fast/forms/textarea-scrolled-endline-caret-expected.txt: Added.
3015 * fast/forms/textarea-scrolled-endline-caret.html: Added.
3017 2006-07-21 Geoffrey Garen <ggaren@apple.com>
3021 Test for whether focusing and/or blurring a frame before its content has loaded causes
3022 a crash. <rdar://problem/4632505> REGRESSION: Crash at
3023 WebCore::Widget::getView() const + 6
3025 * http/tests/incremental/frame-focus-before-load-expected.txt: Added.
3026 * http/tests/incremental/frame-focus-before-load.html: Added.
3028 2006-07-21 Maciej Stachowiak <mjs@apple.com>
3032 <rdar://problem/4523976> REGRESSION (NativeTextField): Crash occurs when choosing "Undo Typing" after typing and setting the value
3034 * fast/forms/text-field-setvalue-crash-expected.txt: Added.
3035 * fast/forms/text-field-setvalue-crash.html: Added.
3037 2006-07-21 Justin Garcia <justin.garcia@apple.com>
3041 <rdar://problem/4548238>
3042 REGRESSION: Can't remove the first OL/UL list item in a Mail's compose window
3044 * editing/deleting/delete-first-list-item-expected.checksum: Added.
3045 * editing/deleting/delete-first-list-item-expected.png: Added.
3046 * editing/deleting/delete-first-list-item-expected.txt: Added.
3047 * editing/deleting/delete-first-list-item.html: Added.
3049 2006-07-21 Mitz Pettel <opendarwin.org@mitzpettel.com>
3053 * editing/selection/select-all-iframe-expected.txt:
3054 * editing/selection/select-from-textfield-outwards-expected.checksum: Added.
3055 * editing/selection/select-from-textfield-outwards-expected.png: Added.
3056 * editing/selection/select-from-textfield-outwards-expected.txt: Added.
3057 * editing/selection/select-from-textfield-outwards.html: Added.
3058 * fast/events/drag-outside-window-expected.txt:
3060 2006-07-21 Geoffrey Garen <ggaren@apple.com>
3062 Test for undetectable style.filter property.
3064 * fast/dom/undetectable-style-filter-expected.txt: Added.
3065 * fast/dom/undetectable-style-filter.html: Added.
3067 2006-07-21 Justin Garcia <justin.garcia@apple.com>
3071 <rdar://problem/4641033>
3072 REGRESSION: Pasting from web pages into Mail (or Blot) often loses most of the content
3074 * editing/pasteboard/4641033-expected.checksum: Added.
3075 * editing/pasteboard/4641033-expected.png: Added.
3076 * editing/pasteboard/4641033-expected.txt: Added.
3077 * editing/pasteboard/4641033.html: Added.
3079 2006-07-20 Anders Carlsson <acarlsson@apple.com>
3083 <rdar://problem/4637807> REGRESSION: "Features & Options" page at volvocars.us fails
3085 * fast/xsl/xslt-processer-expected.txt:
3088 * fast/xsl/xslt-string-parameters-expected.txt: Added.
3089 * fast/xsl/xslt-string-parameters.html: Added.
3091 2006-07-20 Maciej Stachowiak <mjs@apple.com>
3093 Reviewed by Beth and John.
3095 - fix recently broken layout tests that need updated results or test changes:
3097 For these three, the selection ranges changed (for the better) due to my input
3100 * editing/selection/3690703-2-expected.txt:
3101 * editing/selection/3690703-expected.txt:
3102 * fast/text/textIteratorNilRenderer-expected.txt:
3104 For this one, DumpRenderTree no longer shows resize corners by default, so turned
3107 * fast/css/resize-corner-tracking.html:
3109 2006-07-19 Maciej Stachowiak <mjs@apple.com>
3113 - fixed layout test results that were affected by editing input
3114 paste patch -- new results are actually more correct, handling
3115 text fields properly as a replaced element.
3117 * editing/selection/3690703-2-expected.txt:
3118 * editing/selection/3690703-expected.txt:
3119 * fast/events/div-focus-expected.txt:
3120 * fast/text/textIteratorNilRenderer-expected.txt:
3122 2006-07-19 Justin Garcia <justin.garcia@apple.com>
3126 <rdar://problem/4631972>
3127 REGRESSION: Mail crashes when pasting entire contents of http://www.apple.com/support/ into a new mail message
3129 * editing/pasteboard/4631972-expected.checksum: Added.
3130 * editing/pasteboard/4631972-expected.png: Added.
3131 * editing/pasteboard/4631972-expected.txt: Added.
3132 * editing/pasteboard/4631972.html: Added.
3133 * editing/selection/drag-to-contenteditable-iframe-expected.txt:
3134 * editing/selection/replaced-boundaries-3-expected.checksum:
3135 * editing/selection/replaced-boundaries-3-expected.txt:
3136 * editing/selection/select-box-expected.txt:
3138 2006-07-19 Anders Carlsson <acarlsson@apple.com>
3142 <rdar://problem/4631272> REGRESSION: Crash tabbing out of hostname field at autorestore.apple.com
3144 * fast/forms/display-none-in-onchange-keyboard-expected.txt: Added.
3145 * fast/forms/display-none-in-onchange-keyboard.html: Added.
3147 2006-07-19 Justin Garcia <justin.garcia@apple.com>
3151 <rdar://problem/4613519>
3152 REGRESSION: Pasting text in native text area inserts text one character before it should (9527)
3154 * fast/forms/paste-into-textarea-expected.checksum: Added.
3155 * fast/forms/paste-into-textarea-expected.png: Added.
3156 * fast/forms/paste-into-textarea-expected.txt: Added.
3157 * fast/forms/paste-into-textarea.html: Added.
3159 2006-07-19 Anders Carlsson <acarlsson@apple.com>
3161 * fast/js/pretty-print-expected.txt:
3164 * fast/js/resources/pretty-print.js:
3165 Fix description string.
3167 2006-07-19 Anders Carlsson <acarlsson@apple.com>
3171 <rdar://problem/4620655> REGRESSION(10.4.7-10.5): preview button for a blogger.com post doesn't work
3173 * fast/js/pretty-print-expected.txt: Added.
3174 * fast/js/pretty-print.html: Added.
3175 * fast/js/resources/pretty-print.js: Added.
3177 2006-07-19 David Harrison <harrison@apple.com>
3179 <rdar://problem/4629307> -[DOMRange markupString] does not include the initial table element if it is at the beginning of the range
3180 <rdar://problem/4062218> pasting in contents of web.apple.com strips off the <table> element from the first table
3182 (this really only tests the symptoms of <rdar://problem/4062218>, because -[DOMRange markupString] is not testable)
3184 * editing/pasteboard/paste-table-003-expected.checksum: Added.
3185 * editing/pasteboard/paste-table-003-expected.png: Added.
3186 * editing/pasteboard/paste-table-003-expected.txt: Added.
3187 * editing/pasteboard/paste-table-003.html: Added.
3189 2006-07-18 Maciej Stachowiak <mjs@apple.com>
3191 Reviewed by Adele Peterson.
3195 <rdar://problem/4620646> REGRESSION(10.4.7-10.5): can't type into editing region when creating or editing a blogger.com post
3197 * fast/js/null-char-in-string-expected.txt: Added.
3198 * fast/js/null-char-in-string.html: Added.
3199 * fast/js/resources/null-char-in-string.js: Added.
3201 2006-07-18 Anders Carlsson <acarlsson@apple.com>
3205 http://bugs.webkit.org/show_bug.cgi?id=9959
3206 REGRESSION: iframes stop rendering after 200th one on successive reloads
3208 * fast/frames/frame-limit-expected.txt: Added.
3209 * fast/frames/frame-limit.html: Added.
3211 2006-07-18 Darin Adler <darin@apple.com>
3215 - convert a couple of tests to "dump as text" tests
3217 * fast/dom/css-selectorText-expected.checksum: Removed.
3218 * fast/dom/css-selectorText-expected.png: Removed.
3219 * fast/dom/css-selectorText-expected.txt: Replaced render tree results with text results.
3220 * fast/dom/css-selectorText.html: Added a call to layoutTestController.dumpAsText.
3222 * fast/dom/css-shortHands-expected.checksum: Removed.
3223 * fast/dom/css-shortHands-expected.png: Removed.
3224 * fast/dom/css-shortHands-expected.txt: Replaced render tree results with text results.
3225 * fast/dom/css-shortHands.html: Added a call to layoutTestController.dumpAsText.
3227 2006-07-18 Mitz Pettel <opendarwin.org@mitzpettel.com>
3231 - test for http://bugs.webkit.org/show_bug.cgi?id=9978
3232 REGRESSION (r12949-r12988): Clicking the first letter on a line places the caret at the end of the previous line
3234 * editing/selection/click-start-of-line-expected.checksum: Added.
3235 * editing/selection/click-start-of-line-expected.png: Added.
3236 * editing/selection/click-start-of-line-expected.txt: Added.
3237 * editing/selection/click-start-of-line.html: Added.
3239 2006-07-18 Anders Carlsson <acarlsson@apple.com>
3243 http://bugs.webkit.org/show_bug.cgi?id=9695
3244 <rdar://problem/4614085>
3245 TOT REGRESSION: NativeTextArea: Text area does not respond to Cmd-UpArrow/Cmd-DownArrow (9695)
3247 * editing/selection/move-begin-end-expected.txt: Added.
3248 * editing/selection/move-begin-end.html: Added.
3250 2006-07-17 Maciej Stachowiak <mjs@apple.com>
3252 Test cases not reviewed but the corresponding fix was.
3254 - test cases for <rdar://problem/4618089> Blot crashes when I paste in all the contents of http://www.apple.com/startpage/
3256 * editing/pasteboard/nested-blocks-with-text-area-expected.txt: Added.
3257 * editing/pasteboard/nested-blocks-with-text-area.html: Added.
3258 * editing/pasteboard/nested-blocks-with-text-field-expected.txt: Added.
3259 * editing/pasteboard/nested-blocks-with-text-field.html: Added.
3261 2006-07-17 Anders Carlsson <acarlsson@apple.com>
3265 Add Apache 2 config file.
3267 * http/conf/apache2-httpd.conf: Added.
3269 2006-07-17 Justin Garcia <justin.garcia@apple.com>
3273 <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
3275 * editing/selection/replace-selection-1-expected.checksum: Added.
3276 * editing/selection/replace-selection-1-expected.png: Added.
3277 * editing/selection/replace-selection-1-expected.txt: Added.
3278 * editing/selection/replace-selection-1.html: Added.
3280 2006-07-14 Justin Garcia <justin.garcia@apple.com>
3284 * editing/selection/drag-to-contenteditable-iframe-expected.txt:
3285 * editing/selection/subframe-with-selection-expected.txt:
3287 2006-07-17 Maciej Stachowiak <mjs@apple.com>
3291 <rdar://problem/4604946> REGRESSION: 'checkboxRef.checked = true' fires onchange event in Leopard
3293 * fast/events/programmatic-check-no-change-event-expected.txt: Added.
3294 * fast/events/programmatic-check-no-change-event.html: Added.
3296 2006-07-16 David Kilzer <ddkilzer@kilzer.net>
3300 - test for http://bugs.webkit.org/show_bug.cgi?id=9954
3301 REGRESSION: document.dir should return empty string in <head>
3303 * fast/dom/document-dir-property-expected.txt: Added.
3304 * fast/dom/document-dir-property.html: Added.
3306 2006-07-16 David Kilzer <ddkilzer@kilzer.net>
3310 * fast/dynamic/move-node-with-selection-expected.checksum:
3311 Removed "No newline at end of file" that snuck in as part of the "apply patch" process.
3313 2006-07-16 Darin Adler <darin@apple.com>
3315 - fixed a couple of files I checked in wrong
3317 * fast/html/body-offset-properties-expected.txt: Removed property cruft.
3318 * fast/html/body-offset-properties.html: Ditto.
3320 2006-07-16 Maciej Stachowiak <mjs@apple.com>
3322 - fixed typo in expected results
3324 * fast/js/for-in-avoid-duplicates-expected.txt:
3326 2006-07-16 Darin Adler <darin@apple.com>
3328 Reviewed by John Sullivan (new test, not the changes to existing ones).
3330 - test for http://bugs.webkit.org/show_bug.cgi?id=9943
3331 <rdar://problem/4590613>
3332 REGRESSION (Tiger-TOT): menus are offset to the right at http://movies.aol.com/movie-photo-bts/superman-returns
3334 * fast/html/body-offset-properties-expected.txt: Added.
3335 * fast/html/body-offset-properties.html: Added.
3337 * editing/execCommand/findString-2.html: Update to not depend on the buggy body.offseLeft/Top.
3338 Instead hardcode the default body margin of 8.
3339 * editing/pasteboard/drop-text-without-selection.html: Ditto.
3340 * editing/selection/click-before-and-after-table.html: Ditto.
3341 * editing/selection/mixed-editability-1.html: Ditto.
3342 * fast/table/click-near-anonymous-table.html: Ditto.
3344 * editing/selection/drag-to-contenteditable-iframe.html: Remove unnecessary use of body.offsetLeft/Top
3347 2006-07-16 Maciej Stachowiak <mjs@apple.com>
3351 - new test case and updated results for property list changes
3353 * fast/js/for-in-avoid-duplicates-expected.txt: Added.
3354 * fast/js/for-in-avoid-duplicates.html: Added.
3355 * fast/js/kde/Array-expected.txt:
3356 * fast/js/resources/for-in-avoid-duplicates.js: Added.
3358 2006-07-15 Darin Adler <darin@apple.com>
3360 Reviewed by John Sullivan.
3362 - test for http://bugs.webkit.org/show_bug.cgi?id=8952
3363 <rdar://problem/4575185>
3364 REGRESSION: crash on drag of highlighted Google custom home page modules
3366 * fast/dynamic/move-node-with-selection-expected.checksum: Added.
3367 * fast/dynamic/move-node-with-selection-expected.png: Added.
3368 * fast/dynamic/move-node-with-selection-expected.txt: Added.
3369 * fast/dynamic/move-node-with-selection.html: Added.
3371 2006-07-15 Darin Adler <darin@apple.com>
3373 Reviewed by John Sullivan.
3375 - test for http://bugs.webkit.org/show_bug.cgi?id=8587
3376 <rdar://problem/4631844>
3377 REGRESSION: {display:list-item} on items outside an ol or ul element no longer causes incremental numbering
3379 * fast/lists/numeric-markers-outside-list-expected.checksum: Added.
3380 * fast/lists/numeric-markers-outside-list-expected.png: Added.
3381 * fast/lists/numeric-markers-outside-list-expected.txt: Added.
3382 * fast/lists/numeric-markers-outside-list.html: Added.
3384 2006-07-15 Geoffrey Garen <ggaren@apple.com>
3388 Layout test for crash when setting the dir property on a document with no body.
3390 * fast/dom/dir-no-body-expected.txt: Added.
3391 * fast/dom/dir-no-body.html: Added.
3393 2006-07-15 Darin Adler <darin@apple.com>
3397 - test for http://bugs.webkit.org/show_bug.cgi?id=8395
3398 <rdar://problem/4613467>
3399 REGRESSION: RegEx seems broken for hex escaped non breaking space
3401 * fast/js/regexp-extended-characters-more-expected.txt: Added.
3402 * fast/js/regexp-extended-characters-more.html: Added.
3403 * fast/js/resources/regexp-extended-characters-more.js: Added.
3405 2006-07-15 Darin Adler <darin@apple.com>
3409 - test for http://bugs.webkit.org/show_bug.cgi?id=8871
3410 <rdar://problem/4575417>
3411 REGRESSION: Pressing Enter/Return in a text input removes the selected text
3412 and http://bugs.webkit.org/show_bug.cgi?id=9743
3413 <rdar://problem/4614228>
3414 REGRESSION: crash dispatching JavaScript-created keyboard event to input element
3416 * fast/forms/input-text-enter-expected.txt: Added.
3417 * fast/forms/input-text-enter.html: Added.
3419 2006-07-15 Darin Adler <darin@apple.com>
3421 Reviewed by John Sullivan.
3423 - test for http://bugs.webkit.org/show_bug.cgi?id=9883
3424 <rdar://problem/4631821>
3425 REGRESSION: NativePopups don't work correctly in some forum software
3427 * fast/forms/select-selected-expected.checksum: Added.
3428 * fast/forms/select-selected-expected.png: Added.
3429 * fast/forms/select-selected-expected.txt: Added.
3430 * fast/forms/select-selected.html: Added.
3432 2006-07-15 Anders Carlsson <acarlsson@apple.com>
3436 http://bugs.webkit.org/show_bug.cgi?id=9866
3437 <rdar://problem/4631561>
3438 REGRESSION: Repro crash from mangleme using iframe, only from server.
3440 * http/tests/misc/iframe-invalid-source-crash-expected.txt: Added.
3441 * http/tests/misc/iframe-invalid-source-crash.html: Added.
3443 2006-07-14 Alexey Proskuryakov <ap@nypop.com>
3447 Fix http://bugs.webkit.org/show_bug.cgi?id=4195
3448 REGRESSION: KOI8-U encoding no longer supported.
3450 * fast/encoding/charset-koi8-u-expected.txt: Added.
3451 * fast/encoding/charset-koi8-u.html: Added.
3452 * fast/encoding/charset-x-nextstep-expected.txt: Added.
3453 * fast/encoding/charset-x-nextstep.html: Added.
3454 * http/tests/misc/BOM-override-expected.txt: Added.
3455 * http/tests/misc/BOM-override-script-expected.txt: Added.
3456 * http/tests/misc/BOM-override-script.html: Added.
3457 * http/tests/misc/BOM-override.pl: Added.
3458 * http/tests/misc/resources/BOM-override-2.pl: Added.
3459 * http/tests/misc/resources/BOM-override-3.pl: Added.
3461 2006-07-14 Timothy Hatcher <timothy@apple.com>
3463 Rolling out this fix from r15358 since it isn't resolved.
3465 2006-07-11 Justin Garcia <justin.garcia@apple.com>
3467 Reviewed by levi & thatcher
3469 <http://bugs.webkit.org/show_bug.cgi?id=9642>
3470 GMail Editor: Operations that use drop down menus blow away the selection
3472 * editing/selection/drag-to-contenteditable-iframe-expected.txt:
3473 * editing/selection/subframe-with-selection-expected.checksum: Added.
3474 * editing/selection/subframe-with-selection-expected.png: Added.
3475 * editing/selection/subframe-with-selection-expected.txt: Added.
3476 * editing/selection/subframe-with-selection.html: Added.
3478 2006-07-14 Mitz Pettel <opendarwin.org@mitzpettel.com>
3482 - test for http://bugs.webkit.org/show_bug.cgi?id=9905
3483 REGRESSION (r15404-r15415): Repro crash when pressing delete in an empty editable div
3485 * editing/deleting/delete-at-start-or-end-expected.checksum: Added.
3486 * editing/deleting/delete-at-start-or-end-expected.png: Added.
3487 * editing/deleting/delete-at-start-or-end-expected.txt: Added.
3488 * editing/deleting/delete-at-start-or-end.html: Added.
3490 2006-07-14 Mitz Pettel <opendarwin.org@mitzpettel.com>
3494 - test for http://bugs.webkit.org/show_bug.cgi?id=9879
3495 REGRESSION: Repro crash when clicking to the side of an anonymous table
3496 - see also <rdar://problem/4628129> REGRESSION: Repro crash when clicking
3497 to the side of an anonymous table
3499 NOTE: Only the layout test part of this patch was landed since an alternate
3500 fix was committed in r15401: <rdar://problem/4509393> selected DOM range
3501 starts with <object>, 0 offset but selection should include the <object>
3503 * fast/table/click-near-anonymous-table-expected.checksum: Added.
3504 * fast/table/click-near-anonymous-table-expected.png: Added.
3505 * fast/table/click-near-anonymous-table-expected.txt: Added.
3506 * fast/table/click-near-anonymous-table.html: Added.
3508 2006-07-12 Maciej Stachowiak <mjs@apple.com>
3512 Test cases for <rdar://problem/4567031> REGRESSION: Crash at WebCore::RenderBlock::createLineBoxes (seems to be a security hole?)
3514 I included the test case from the bug plus variants for other broken cases that
3515 were similar but needed separate fixes.
3517 * fast/table/cell-in-row-before-misnested-text-crash-expected.txt: Added.
3518 * fast/table/cell-in-row-before-misnested-text-crash.xhtml: Added.