1 2006-09-30 Alexey Proskuryakov <ap@nypop.com>
5 Test for http://bugs.webkit.org/show_bug.cgi?id=11011
6 External CSS is parsed as iso-8859-1 even though the main document is utf-8
8 * fast/encoding/css-charset-default-expected.txt: Added.
9 * fast/encoding/css-charset-default.xhtml: Added.
10 * fast/encoding/css-charset-import.css: Added.
11 * fast/encoding/css-charset-inherit-iso-8859-5.css: Added.
12 * fast/encoding/css-charset-inherit-koi-8.css: Added.
14 2006-09-30 Rob Buis <buis@kde.org>
19 http://bugs.webkit.org/show_bug.cgi?id=11096
20 Hit testing for polylines fails
22 * svg/custom/polyline-hittest-expected.checksum: Added.
23 * svg/custom/polyline-hittest-expected.png: Added.
24 * svg/custom/polyline-hittest-expected.txt: Added.
25 * svg/custom/polyline-hittest.svg: Added.
27 2006-09-29 Timothy Hatcher <timothy@apple.com>
29 Bug 11041: fast/dom/isindex-001 needs new results
30 http://bugs.webkit.org/show_bug.cgi?id=11041
32 * fast/dom/isindex-001-expected.txt:
34 2006-09-29 Geoffrey Garen <ggaren@apple.com>
36 Reviewed by John, Maciej.
38 Added test for whether a frame element reports its src attribute as a
39 complete, rather than relative, URL.
41 * fast/frames/frame-src-attribute-expected.txt: Added.
42 * fast/frames/frame-src-attribute.html: Added.
43 * fast/frames/resources/frame-src-attribute-subframe.html: Added.
45 2006-09-29 David Harrison <harrison@apple.com>
47 Reviewed by John Sullivan.
49 <rdar://problem/4663772> REGRESSION: Cannot type in Japanese after replying to a particular message
50 <rdar://problem/4673293> REGRESSION: Can't enter the Japanese characters in Mail or Blot
52 * fast/text/attributed-substring-from-range-001-expected.txt: Added.
53 * fast/text/attributed-substring-from-range-001.html: Added.
55 Check attributed string results when starting or ending at a br element.
57 2006-09-29 Rob Buis <buis@kde.org>
62 http://bugs.webkit.org/show_bug.cgi?id=10893
63 InsertRule can not handle @import statements
65 * fast/dom/css-insert-import-rule.html: Added.
66 * fast/dom/resources/css-insert-import-rule.css: Added.
68 2006-09-28 David Harrison <harrison@apple.com>
72 Call clearKillRing() so we are guaranteed to start with empty kill ring.
74 * editing/pasteboard/emacs-cntl-y-001.html:
76 2006-09-27 Eric Seidel <eric@eseidel.com>
80 paths with no fill specified default to black but do not recieve paint-related mouse events
81 http://bugs.webkit.org/show_bug.cgi?id=11069
83 * svg/custom/hover-default-fill-expected.checksum: Added.
84 * svg/custom/hover-default-fill-expected.png: Added.
85 * svg/custom/hover-default-fill-expected.txt: Added.
86 * svg/custom/hover-default-fill.svg: Added.
88 2006-09-27 Rob Buis <buis@kde.org>
93 http://bugs.webkit.org/show_bug.cgi?id=11015
94 SVG handles em units incorrectly
96 * svg/custom/viewport-em-expected.checksum: Added.
97 * svg/custom/viewport-em-expected.png: Added.
98 * svg/custom/viewport-em-expected.txt: Added.
99 * svg/custom/viewport-em.svg: Added.
100 * svg/custom/viewport-update2-expected.checksum: Added.
101 * svg/custom/viewport-update2-expected.png: Added.
102 * svg/custom/viewport-update2-expected.txt: Added.
103 * svg/custom/viewport-update2.svg: Added.
105 2006-09-27 Eric Seidel <eric@eseidel.com>
109 Updated test (and results) for new invalid fill behavior.
110 http://bugs.webkit.org/show_bug.cgi?id=11017
112 * svg/custom/invalid-fill-expected.checksum:
113 * svg/custom/invalid-fill-expected.png:
114 * svg/custom/invalid-fill-expected.txt:
115 * svg/custom/invalid-fill.svg:
117 2006-09-26 Justin Garcia <justin.garcia@apple.com>
121 <rdar://problem/4747695>
122 Gmail Editor: Crash at WebCore::Range::startPosition() when decreasing a indent
124 * editing/deleting/list-item-1-expected.checksum: Added.
125 * editing/deleting/list-item-1-expected.png: Added.
126 * editing/deleting/list-item-1-expected.txt: Added.
127 * editing/deleting/list-item-1.html: Added.
128 * editing/execCommand/remove-list-item-1-expected.checksum: Added.
129 * editing/execCommand/remove-list-item-1-expected.png: Added.
130 * editing/execCommand/remove-list-item-1-expected.txt: Added.
131 * editing/execCommand/remove-list-item-1.html: Added.
133 2006-09-26 David Harrison <harrison@apple.com>
135 Reviewed by John and TimH.
137 <rdar://problem/4743256> Seed: Ctrl-Y key binding does nothing when kill ring is empty
139 * editing/pasteboard/emacs-cntl-y-001-expected.checksum: Added.
140 * editing/pasteboard/emacs-cntl-y-001-expected.png: Added.
141 * editing/pasteboard/emacs-cntl-y-001-expected.txt: Added.
142 * editing/pasteboard/emacs-cntl-y-001.html: Added.
144 2006-09-26 Eric Seidel <eric@eseidel.com>
148 viewbox parser does not allow <tab> as a delimiter
149 http://bugs.webkit.org/show_bug.cgi?id=11014
151 * svg/hixie/viewbox/003-expected.checksum: Added.
152 * svg/hixie/viewbox/003-expected.png: Added.
153 * svg/hixie/viewbox/003-expected.txt: Added.
154 * svg/hixie/viewbox/003.xml: Added.
156 2006-09-26 Eric Seidel <eric@eseidel.com>
160 SVGDocument::createElement does not create elements in the SVG namespace
161 http://bugs.webkit.org/show_bug.cgi?id=10932
163 * svg/custom/createelement-expected.checksum: Added.
164 * svg/custom/createelement-expected.png: Added.
165 * svg/custom/createelement-expected.txt: Added.
166 * svg/custom/createelement.svg: Added.
168 2006-09-26 Eric Seidel <eric@eseidel.com>
172 RenderPath::nodeAtPoint does not respect stroke width
173 http://bugs.webkit.org/show_bug.cgi?id=10829
175 * svg/custom/stroke-width-click-expected.txt: Added.
176 * svg/custom/stroke-width-click.svg: Added.
178 2006-09-25 Justin Garcia <justin.garcia@apple.com>
182 * editing/execCommand/indent-empty-root-expected.checksum: Added.
183 * editing/execCommand/indent-empty-root-expected.png: Added.
184 * editing/execCommand/indent-empty-root-expected.txt: Added.
185 * editing/execCommand/indent-empty-root.html: Added.
187 2006-09-24 Eric Seidel <eric@eseidel.com>
191 Add test: svg/custom/viewport-clip.svg
192 and update results for:
193 http://bugs.webkit.org/show_bug.cgi?id=11007
194 (Also update some old results, due to CoreImage variance)
196 * svg/custom/baseval-animval-equality.svg:
197 * svg/custom/empty-merge-expected.checksum:
198 * svg/custom/empty-merge-expected.png:
199 * svg/custom/empty-merge-expected.txt:
200 * svg/custom/empty-merge.svg:
201 * svg/custom/feDisplacementMap-01-expected.checksum:
202 * svg/custom/feDisplacementMap-01-expected.png:
203 * svg/custom/foreign-object-skew-expected.checksum:
204 * svg/custom/foreign-object-skew-expected.png:
205 * svg/custom/gradient-stroke-width-expected.txt:
206 * svg/custom/grayscale-gradient-mask-expected.checksum:
207 * svg/custom/grayscale-gradient-mask-expected.png:
208 * svg/custom/grayscale-gradient-mask-expected.txt:
209 * svg/custom/grayscale-gradient-mask.svg:
210 * svg/custom/image-with-transform-clip-filter-expected.checksum:
211 * svg/custom/image-with-transform-clip-filter-expected.png:
212 * svg/custom/path-bad-data-expected.checksum:
213 * svg/custom/path-bad-data-expected.png:
214 * svg/custom/path-bad-data-expected.txt:
215 * svg/custom/text-filter-expected.checksum:
216 * svg/custom/text-filter-expected.png:
217 * svg/custom/text-image-opacity-expected.checksum:
218 * svg/custom/text-image-opacity-expected.png:
219 * svg/custom/transform-scale-parse.svg:
220 * svg/custom/viewport-clip-expected.checksum: Added.
221 * svg/custom/viewport-clip-expected.png: Added.
222 * svg/custom/viewport-clip-expected.txt: Added.
223 * svg/custom/viewport-clip.svg: Added.
225 2006-09-24 Eric Seidel <eric@eseidel.com>
229 Browsers disagree on behavior for an invalid fill
230 http://bugs.webkit.org/show_bug.cgi?id=11017
232 * svg/custom/invalid-fill-expected.checksum: Added.
233 * svg/custom/invalid-fill-expected.png: Added.
234 * svg/custom/invalid-fill-expected.txt: Added.
235 * svg/custom/invalid-fill.svg: Added.
237 2006-09-24 Eric Seidel <eric@eseidel.com>
241 Import one of Hixie's tests for:
242 <svg:a> cannot be styled with a:hover
243 http://bugs.webkit.org/show_bug.cgi?id=11005
245 * svg/hixie/cascade/002.css: Added.
246 * svg/hixie/cascade/002.xml: Added.
248 2006-09-23 Alexey Proskuryakov <ap@nypop.com>
252 http://bugs.webkit.org/show_bug.cgi?id=4872
253 XMLHttpRequest fails to throw an exception when there is a security violation
254 (mismatching domains)
256 * http/tests/xmlhttprequest/exceptions-expected.txt: Added.
257 * http/tests/xmlhttprequest/exceptions.html: Added.
259 * http/tests/xmlhttprequest/extra-parameters-expected.txt: Added.
260 * http/tests/xmlhttprequest/extra-parameters.html: Added.
261 * http/tests/xmlhttprequest/resources/post-echo.cgi: Added.
262 Test that passing too many parameters is OK (Firefox behavior; WinIE raises an exception).
264 * fast/dom/xmlhttprequest-get-expected.txt: Updated results.
266 * http/tests/xmlhttprequest/zero-length-response-expected.txt:
267 * http/tests/xmlhttprequest/zero-length-response-sync-expected.txt:
268 * http/tests/xmlhttprequest/zero-length-response-sync.html:
269 * http/tests/xmlhttprequest/zero-length-response.html:
270 Updated results and changed state names to match the current spec.
272 * http/tests/xmlhttprequest/resources/zero-length.xml: Added.
274 2006-09-21 Nikolas Zimmermann <zimmermann@kde.org>
279 http://bugs.webkit.org/show_bug.cgi?id=10977
280 SVGDocument does not expose 'rootElement' property
282 * svg/custom/rootelement-expected.checksum: Added.
283 * svg/custom/rootelement-expected.png: Added.
284 * svg/custom/rootelement-expected.txt: Added.
285 * svg/custom/rootelement.svg: Added.
287 2006-09-21 Timothy Hatcher <timothy@apple.com>
289 Adding more calls to layoutTestController.dumpChildFrameScrollPositions()
290 for tests that need to report child frame scroll positions.
292 * http/tests/navigation/anchor-frames.html:
293 * http/tests/navigation/anchor-subframeload.html:
294 * http/tests/navigation/relativeanchor-frames.html:
296 2006-09-21 Timothy Hatcher <timothy@apple.com>
300 Bug 10923: Frame scroll layout test failures on the buildbot
301 http://bugs.webkit.org/show_bug.cgi?id=10923
303 Made this test call layoutTestController.dumpChildFrameScrollPositions().
305 * fast/overflow/scrollRevealButton-expected.txt:
306 * fast/overflow/scrollRevealButton.html:
308 2006-09-20 Justin Garcia <justin.garcia@apple.com>
312 * editing/pasteboard/subframe-dragndrop-1-expected.checksum: Added.
313 * editing/pasteboard/subframe-dragndrop-1-expected.png: Added.
314 * editing/pasteboard/subframe-dragndrop-1-expected.txt: Added.
315 * editing/pasteboard/subframe-dragndrop-1.html: Added.
317 2006-09-20 Rob Buis <buis@kde.org>
321 Updated test results because of:
322 http://bugs.webkit.org/show_bug.cgi?id=10946
323 new marker code draws end-marker in wrong place
325 * svg/W3C-SVG-1.1/painting-marker-02-f-expected.checksum:
326 * svg/W3C-SVG-1.1/painting-marker-02-f-expected.png:
327 * svg/custom/invalid-css-expected.txt:
329 2006-09-20 Julien Palmas <julien.palmas@gmail.com>
331 Reviewed by eseidel. Landed by eseidel.
333 Test for http://bugs.webkit.org/show_bug.cgi?id=6003
335 * svg/custom/pattern-y-offset-expected.checksum: Added.
336 * svg/custom/pattern-y-offset-expected.png: Added.
337 * svg/custom/pattern-y-offset-expected.txt: Added.
338 * svg/custom/pattern-y-offset.svg: Added.
340 2006-09-20 Justin Garcia <justin.garcia@apple.com>
344 * editing/selection/editable-links.html: Added.
345 * editing/selection/editable-links.html-disabled: Removed.
347 2006-09-20 Adam Roben <aroben@apple.com>
351 Fixes http://bugs.webkit.org/show_bug.cgi?id=10953
352 Test results for fast/js/window-properties.html should include
353 children of window.document.body.firstChild
355 * fast/js/window-properties-expected.txt: Regenerate results which now
356 include window.document.body.firstChild.*
357 * fast/js/window-properties.html: Print out 'null' for null objects
358 instead of 'object' for more clarity
360 2006-09-20 Adam Roben <aroben@apple.com>
364 Adding test for http://bugs.webkit.org/show_bug.cgi?id=10935
365 REGRESSION: file upload control with direction:rtl or text-align:right
366 draws button on top of filename/icon
368 * fast/forms/file-input-direction-expected.checksum: Added.
369 * fast/forms/file-input-direction-expected.png: Added.
370 * fast/forms/file-input-direction-expected.txt: Added.
371 * fast/forms/file-input-direction.html: Added.
373 2006-09-20 Eric Seidel <eric@eseidel.com>
377 Commit two test updates I forgot to commit with:
378 Markers should clip to their viewport.
379 http://bugs.webkit.org/show_bug.cgi?id=5967
381 * svg/W3C-SVG-1.1/painting-marker-01-f-expected.checksum:
382 * svg/W3C-SVG-1.1/painting-marker-01-f-expected.png:
383 * svg/W3C-SVG-1.1/painting-marker-01-f-expected.txt:
384 * svg/W3C-SVG-1.1/painting-marker-02-f-expected.checksum:
385 * svg/W3C-SVG-1.1/painting-marker-02-f-expected.png:
386 * svg/W3C-SVG-1.1/painting-marker-02-f-expected.txt:
388 2006-09-19 Eric Seidel <eric@eseidel.com>
392 Updated results for http://bugs.webkit.org/show_bug.cgi?id=8585
394 * svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt:
395 * svg/W3C-SVG-1.1/filters-color-01-b-expected.txt:
396 * svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt:
397 * svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt:
398 * svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt:
399 * svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.txt:
400 * svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt:
401 * svg/W3C-SVG-1.1/filters-example-01-b-expected.txt:
402 * svg/W3C-SVG-1.1/filters-gauss-01-b-expected.txt:
403 * svg/W3C-SVG-1.1/filters-image-01-b-expected.txt:
404 * svg/W3C-SVG-1.1/filters-light-01-f-expected.txt:
405 * svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt:
406 * svg/W3C-SVG-1.1/filters-offset-01-b-expected.txt:
407 * svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt:
408 * svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt:
409 * svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt:
410 * svg/custom/feComponentTransfer-Discrete-expected.txt:
411 * svg/custom/feComponentTransfer-Gamma-expected.txt:
412 * svg/custom/feComponentTransfer-Linear-expected.txt:
413 * svg/custom/feComponentTransfer-Table-expected.txt:
414 * svg/custom/feDisplacementMap-01-expected.txt:
415 * svg/custom/filter-source-alpha-expected.txt:
416 * svg/custom/image-with-transform-clip-filter-expected.txt:
417 * svg/custom/non-opaque-filters-expected.txt:
418 * svg/custom/text-filter-expected.txt:
420 2006-09-19 Eric Seidel <eric@eseidel.com>
424 Markers should clip to their viewport.
425 http://bugs.webkit.org/show_bug.cgi?id=5967
427 * svg/custom/marker-overflow-clip-expected.checksum: Added.
428 * svg/custom/marker-overflow-clip-expected.png: Added.
429 * svg/custom/marker-overflow-clip-expected.txt: Added.
430 * svg/custom/marker-overflow-clip.svg: Added.
432 2006-09-19 Justin Garcia <justin.garcia@apple.com>
436 Disabling this test temporarily.
438 * editing/selection/editable-links.html: Removed.
439 * editing/selection/editable-links.html-disabled: Added.
441 2006-09-19 Justin Garcia <justin.garcia@apple.com>
445 * editing/selection/editable-links-expected.checksum: Added.
446 * editing/selection/editable-links-expected.png: Added.
447 * editing/selection/editable-links-expected.txt: Added.
448 * editing/selection/editable-links.html: Added.
450 2006-09-19 Justin Garcia <justin.garcia@apple.com>
454 * editing/pasteboard/pasting-tabs-expected.checksum: Added.
455 * editing/pasteboard/pasting-tabs-expected.png: Added.
456 * editing/pasteboard/pasting-tabs-expected.txt: Added.
457 * editing/pasteboard/pasting-tabs.html: Added.
459 2006-09-18 Adam Roben <aroben@apple.com>
463 Update tests for the new file upload control.
465 * fast/forms/file-input-disabled-expected.txt:
466 * fast/forms/form-element-geometry-expected.txt:
467 * fast/forms/input-appearance-height-expected.txt:
468 * fast/forms/input-value-expected.txt:
470 2006-09-17 Eric Seidel <eric@eseidel.com>
474 * fast/js/window-properties.html: make work in Firefox (hangs IE)
476 2006-09-17 Eric Seidel <eric@eseidel.com>
478 Add a textual dump of the window object property tree.
482 * fast/js/window-properties-expected.txt: Added.
483 * fast/js/window-properties.html: Added.
485 2006-09-17 David Hyatt <hyatt@apple.com>
487 Adding layout test for bug 10899.
489 * fast/text/basic/generic-family-changes-expected.checksum: Added.
490 * fast/text/basic/generic-family-changes-expected.png: Added.
491 * fast/text/basic/generic-family-changes-expected.txt: Added.
492 * fast/text/basic/generic-family-changes.html: Added.
494 2006-09-17 Alexey Proskuryakov <ap@nypop.com>
498 Test for http://bugs.webkit.org/show_bug.cgi?id=10852
499 REGRESSION: Reproducible crash in XMLHttpRequest::abort()
501 Currently, this test prints an error message to the console, because requests from
502 an unload handler still don't work.
504 * http/tests/xmlhttprequest/xhr-onunload-expected.txt: Added.
505 * http/tests/xmlhttprequest/xhr-onunload.html: Added.
507 2006-09-15 Justin Garcia <justin.garcia@apple.com>
511 <rdar://problem/4674869>
512 REGRESSION: selecting text to write over results in cursor jumping to middle of next line
514 * editing/deleting/whitespace-pre-1-expected.checksum: Added.
515 * editing/deleting/whitespace-pre-1-expected.png: Added.
516 * editing/deleting/whitespace-pre-1-expected.txt: Added.
517 * editing/deleting/whitespace-pre-1.html: Added.
519 2006-09-15 Timothy Hatcher <timothy@apple.com>
523 Updating results to new expected values.
525 * fast/lists/drag-into-marker-expected.txt:
526 * fast/repaint/selection-after-delete-expected.txt:
528 2006-09-15 Timothy Hatcher <timothy@apple.com>
532 Updating results to new expected values.
534 * editing/inserting/4278698-expected.txt:
535 * fast/dom/window-xy-properties-expected.txt:
537 2006-09-15 Adam Roben <aroben@apple.com>
541 Part of http://bugs.webkit.org/show_bug.cgi?id=10865
542 New file upload control should match the width of the old one
544 Update tests to match new file upload control.
546 * fast/forms/file-input-disabled-expected.txt:
547 * fast/forms/form-element-geometry-expected.txt:
548 * fast/forms/input-appearance-height-expected.txt:
549 * fast/forms/input-value-expected.txt:
551 2006-09-15 Kevin McCullough <KMcCullough@apple.com>
553 - just layout test result changes
555 * fast/dom/Range/range-compareNode-expected.txt:
556 * fast/dom/Range/range-intersectsNode-expected.txt:
558 2006-09-14 Justin Garcia <justin.garcia@apple.com>
562 <rdar://problem/4655880> Up/Down arrows skip over To Do
564 * editing/selection/mixed-editability-3-expected.checksum: Added.
565 * editing/selection/mixed-editability-3-expected.png: Added.
566 * editing/selection/mixed-editability-3-expected.txt: Added.
567 * editing/selection/mixed-editability-3.html: Added.
568 * editing/selection/mixed-editability-4-expected.checksum: Added.
569 * editing/selection/mixed-editability-4-expected.png: Added.
570 * editing/selection/mixed-editability-4-expected.txt: Added.
571 * editing/selection/mixed-editability-4.html: Added.
572 * editing/selection/mixed-editability-5-expected.checksum: Added.
573 * editing/selection/mixed-editability-5-expected.png: Added.
574 * editing/selection/mixed-editability-5-expected.txt: Added.
575 * editing/selection/mixed-editability-5.html: Added.
577 2006-09-14 Graham Dennis <graham.dennis@gmail.com>
579 Reviewed by Justin Garcia.
581 Modified testcase for:
582 http://bugs.webkit.org/show_bug.cgi?id=10726
583 Crash in ApplyStyleCommand::applyRelativeFontStyleChange
585 * editing/style/table-selection-expected.checksum:
586 * editing/style/table-selection-expected.png:
587 * editing/style/table-selection-expected.txt:
588 * editing/style/table-selection.html:
589 This testcase was for 10579, which is very similar to this bug (10726)
590 Now the testcase tests both bugs.
592 2006-09-13 Adam Roben <aroben@apple.com>
594 Rubberstamped by hyatt.
596 Updating tables results after hyatt landed a fix for
597 http://bugs.webkit.org/show_bug.cgi?id=8126
598 Padding must not apply to columns
600 * tables/mozilla/bugs/bug139524-2-expected.txt:
601 * tables/mozilla/bugs/bug139524-4-expected.txt:
602 * tables/mozilla/bugs/bug32841-expected.txt:
603 * tables/mozilla/dom/appendCol2-expected.txt:
604 * tables/mozilla/dom/deleteCol1-expected.txt:
605 * tables/mozilla/dom/deleteCol2-expected.txt:
606 * tables/mozilla/dom/deleteCol3-expected.txt:
607 * tables/mozilla/dom/deleteColGroup1-expected.txt:
608 * tables/mozilla/dom/deleteColGroup2-expected.txt:
609 * tables/mozilla/dom/insertColGroups1-expected.txt:
610 * tables/mozilla/dom/insertColGroups2-expected.txt:
611 * tables/mozilla/dom/insertCols1-expected.txt:
612 * tables/mozilla/dom/insertCols2-expected.txt:
613 * tables/mozilla/dom/insertCols3-expected.txt:
614 * tables/mozilla/dom/insertCols4-expected.txt:
615 * tables/mozilla/dom/insertCols5-expected.txt:
616 * tables/mozilla/marvin/body_col-expected.txt:
617 * tables/mozilla/marvin/x_col_span-expected.txt:
618 * tables/mozilla/marvin/x_col_width_px-expected.txt:
619 * tables/mozilla/marvin/x_colgroup_span-expected.txt:
620 * tables/mozilla/other/body_col-expected.txt:
621 * tables/mozilla_expected_failures/bugs/bug1128-expected.txt:
622 * tables/mozilla_expected_failures/bugs/bug29058-2-expected.txt:
623 * tables/mozilla_expected_failures/bugs/bug45621-expected.txt:
624 * tables/mozilla_expected_failures/bugs/bug7243-expected.txt:
625 * tables/mozilla_expected_failures/core/cols1-expected.txt:
626 * tables/mozilla_expected_failures/dom/appendCol1-expected.txt:
627 * tables/mozilla_expected_failures/dom/appendColGroup1-expected.txt:
628 * tables/mozilla_expected_failures/other/test4-expected.txt:
630 2006-09-12 Julien Palmas <julien.palmas@gmail.com>
632 Reviewed by darin. Landed by eseidel.
634 * svg/custom/svgpolyparser-extra-space-expected.checksum: Added.
635 * svg/custom/svgpolyparser-extra-space-expected.png: Added.
636 * svg/custom/svgpolyparser-extra-space-expected.txt: Added.
637 * svg/custom/svgpolyparser-extra-space.svg: Added.
639 2006-09-12 Kevin McCullough <KMcCullough@apple.com>
641 Reviewed by Andersca, Maciej, Brady.
643 * fast/dom/Range/range-intersectsNode-expected.txt: Added.
644 * fast/dom/Range/range-intersectsNode.html: Added.
645 * fast/dom/Range/resources/intersectsNode.js: Added.
647 2006-09-12 Nikolas Zimmermann <zimmermann@kde.org>
649 Reviewed by eseidel. Landed by eseidel.
651 Fixed: http://bugs.webkit.org/show_bug.cgi?id=10826
653 * svg/W3C-SVG-1.1/struct-dom-01-b-expected.checksum:
654 * svg/W3C-SVG-1.1/struct-dom-01-b-expected.png:
655 * svg/W3C-SVG-1.1/struct-dom-01-b-expected.txt:
657 2006-09-11 Nikolas Zimmermann <zimmermann@kde.org>
659 Reviewed by eseidel. Landed by eseidel.
661 * svg/custom/baseval-animval-equality.svg: Added.
663 2006-09-11 Kevin McCullough <KMcCullough@apple.com>
668 * fast/dom/Range/range-compareNode-expected.txt: Added.
669 * fast/dom/Range/range-compareNode.html: Added.
670 * fast/dom/Range/range-comparePoint.html:
672 2006-09-11 Vladimir Olexa <vladimir.olexa@gmail.com>
676 - test for http://bugs.webkit.org/show_bug.cgi?id=10323
677 REGRESSION: javascript: URL containing '\\' gets passed as '//'
679 * fast/dom/javascript-backslash-expected.txt: Added.
680 * fast/dom/javascript-backslash.html: Added.
682 2006-09-11 Darin Adler <darin@apple.com>
684 - converted a test to plain text (makes it platform independent; fixes a failure)
686 * fast/events/ondragenter-expected.checksum: Removed.
687 * fast/events/ondragenter-expected.png: Removed.
688 * fast/events/ondragenter-expected.txt:
689 * fast/events/ondragenter.html:
691 2006-09-10 Darin Adler <darin@apple.com>
693 - converted a test to plain text (makes it platform independent; fixes a failure)
695 * fast/text/plain-text-line-breaks-expected.checksum: Removed.
696 * fast/text/plain-text-line-breaks-expected.png: Removed.
697 * fast/text/plain-text-line-breaks-expected.txt: Regenerated.
698 * fast/text/plain-text-line-breaks.html: Added a call to dumpAsText().
700 2006-09-08 Timothy Hatcher <timothy@apple.com>
702 Adds a test for the CSS URL quoting logic.
704 * fast/inspector/cssURLQuotes-expected.txt: Added.
705 * fast/inspector/cssURLQuotes.html: Added.
707 2006-09-09 Alexey Proskuryakov <ap@nypop.com>
711 http://bugs.webkit.org/show_bug.cgi?id=10759
712 fast/AppleScript/array.html test failing
714 * fast/AppleScript/001-expected.txt: Updated results.
716 2006-09-07 Alexey Proskuryakov <ap@nypop.com>
720 Test for http://bugs.webkit.org/show_bug.cgi?id=10753
721 REGRESSION: The beginning of a CSS file is missing
723 * http/tests/incremental/slow-utf8-css-expected.checksum: Added.
724 * http/tests/incremental/slow-utf8-css-expected.png: Added.
725 * http/tests/incremental/slow-utf8-css-expected.txt: Added.
726 * http/tests/incremental/slow-utf8-css.pl: Added.
728 2006-09-07 Rob Buis <buis@kde.org>
733 <http://bugs.webkit.org/show_bug.cgi?id=9753>
734 SVG with width and height 100% leaves room for scrollbar on the right.
736 Also Updated .txt files (all text blocks are wider) and some updated
737 pixel tests (some text is layouted differently because of wider text blocks).
739 * svg/W3C-SVG-1.1/animate-elem-02-t-expected.txt:
740 * svg/W3C-SVG-1.1/animate-elem-03-t-expected.txt:
741 * svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt:
742 * svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt:
743 * svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt:
744 * svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt:
745 * svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt:
746 * svg/W3C-SVG-1.1/animate-elem-09-t-expected.txt:
747 * svg/W3C-SVG-1.1/animate-elem-10-t-expected.txt:
748 * svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt:
749 * svg/W3C-SVG-1.1/animate-elem-12-t-expected.txt:
750 * svg/W3C-SVG-1.1/animate-elem-13-t-expected.txt:
751 * svg/W3C-SVG-1.1/animate-elem-14-t-expected.txt:
752 * svg/W3C-SVG-1.1/animate-elem-15-t-expected.txt:
753 * svg/W3C-SVG-1.1/animate-elem-16-t-expected.txt:
754 * svg/W3C-SVG-1.1/animate-elem-17-t-expected.txt:
755 * svg/W3C-SVG-1.1/animate-elem-18-t-expected.txt:
756 * svg/W3C-SVG-1.1/animate-elem-19-t-expected.txt:
757 * svg/W3C-SVG-1.1/animate-elem-20-t-expected.txt:
758 * svg/W3C-SVG-1.1/animate-elem-21-t-expected.txt:
759 * svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt:
760 * svg/W3C-SVG-1.1/animate-elem-23-t-expected.txt:
761 * svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt:
762 * svg/W3C-SVG-1.1/animate-elem-25-t-expected.txt:
763 * svg/W3C-SVG-1.1/animate-elem-26-t-expected.txt:
764 * svg/W3C-SVG-1.1/animate-elem-27-t-expected.txt:
765 * svg/W3C-SVG-1.1/animate-elem-28-t-expected.txt:
766 * svg/W3C-SVG-1.1/animate-elem-29-b-expected.txt:
767 * svg/W3C-SVG-1.1/color-prof-01-f-expected.txt:
768 * svg/W3C-SVG-1.1/color-prop-01-b-expected.txt:
769 * svg/W3C-SVG-1.1/color-prop-02-f-expected.txt:
770 * svg/W3C-SVG-1.1/color-prop-03-t-expected.txt:
771 * svg/W3C-SVG-1.1/coords-trans-01-b-expected.txt:
772 * svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt:
773 * svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt:
774 * svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt:
775 * svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt:
776 * svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt:
777 * svg/W3C-SVG-1.1/coords-units-01-b-expected.txt:
778 * svg/W3C-SVG-1.1/coords-units-02-b-expected.txt:
779 * svg/W3C-SVG-1.1/coords-units-03-b-expected.txt:
780 * svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.txt:
781 * svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.txt:
782 * svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt:
783 * svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt:
784 * svg/W3C-SVG-1.1/filters-color-01-b-expected.txt:
785 * svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt:
786 * svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt:
787 * svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt:
788 * svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.txt:
789 * svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt:
790 * svg/W3C-SVG-1.1/filters-example-01-b-expected.txt:
791 * svg/W3C-SVG-1.1/filters-gauss-01-b-expected.txt:
792 * svg/W3C-SVG-1.1/filters-image-01-b-expected.txt:
793 * svg/W3C-SVG-1.1/filters-light-01-f-expected.txt:
794 * svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt:
795 * svg/W3C-SVG-1.1/filters-offset-01-b-expected.txt:
796 * svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt:
797 * svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt:
798 * svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt:
799 * svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt:
800 * svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt:
801 * svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt:
802 * svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt:
803 * svg/W3C-SVG-1.1/interact-cursor-01-f-expected.txt:
804 * svg/W3C-SVG-1.1/interact-dom-01-b-expected.txt:
805 * svg/W3C-SVG-1.1/interact-events-01-b-expected.txt:
806 * svg/W3C-SVG-1.1/interact-order-01-b-expected.txt:
807 * svg/W3C-SVG-1.1/interact-order-02-b-expected.txt:
808 * svg/W3C-SVG-1.1/interact-order-03-b-expected.txt:
809 * svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt:
810 * svg/W3C-SVG-1.1/linking-a-01-b-expected.txt:
811 * svg/W3C-SVG-1.1/linking-a-02-b-expected.txt:
812 * svg/W3C-SVG-1.1/linking-a-03-b-expected.txt:
813 * svg/W3C-SVG-1.1/linking-a-04-t-expected.txt:
814 * svg/W3C-SVG-1.1/linking-uri-01-b-expected.txt:
815 * svg/W3C-SVG-1.1/linking-uri-02-b-expected.txt:
816 * svg/W3C-SVG-1.1/linking-uri-03-t-expected.txt:
817 * svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt:
818 * svg/W3C-SVG-1.1/masking-opacity-01-b-expected.txt:
819 * svg/W3C-SVG-1.1/masking-path-01-b-expected.txt:
820 * svg/W3C-SVG-1.1/masking-path-02-b-expected.txt:
821 * svg/W3C-SVG-1.1/masking-path-03-b-expected.txt:
822 * svg/W3C-SVG-1.1/masking-path-04-b-expected.txt:
823 * svg/W3C-SVG-1.1/masking-path-05-f-expected.txt:
824 * svg/W3C-SVG-1.1/metadata-example-01-b-expected.txt:
825 * svg/W3C-SVG-1.1/painting-fill-01-t-expected.txt:
826 * svg/W3C-SVG-1.1/painting-fill-02-t-expected.txt:
827 * svg/W3C-SVG-1.1/painting-fill-03-t-expected.txt:
828 * svg/W3C-SVG-1.1/painting-fill-04-t-expected.txt:
829 * svg/W3C-SVG-1.1/painting-marker-01-f-expected.txt:
830 * svg/W3C-SVG-1.1/painting-marker-02-f-expected.txt:
831 * svg/W3C-SVG-1.1/painting-render-01-b-expected.txt:
832 * svg/W3C-SVG-1.1/painting-stroke-01-t-expected.checksum:
833 * svg/W3C-SVG-1.1/painting-stroke-01-t-expected.png:
834 * svg/W3C-SVG-1.1/painting-stroke-01-t-expected.txt:
835 * svg/W3C-SVG-1.1/painting-stroke-02-t-expected.checksum:
836 * svg/W3C-SVG-1.1/painting-stroke-02-t-expected.png:
837 * svg/W3C-SVG-1.1/painting-stroke-02-t-expected.txt:
838 * svg/W3C-SVG-1.1/painting-stroke-03-t-expected.checksum:
839 * svg/W3C-SVG-1.1/painting-stroke-03-t-expected.png:
840 * svg/W3C-SVG-1.1/painting-stroke-03-t-expected.txt:
841 * svg/W3C-SVG-1.1/painting-stroke-04-t-expected.checksum:
842 * svg/W3C-SVG-1.1/painting-stroke-04-t-expected.png:
843 * svg/W3C-SVG-1.1/painting-stroke-04-t-expected.txt:
844 * svg/W3C-SVG-1.1/paths-data-01-t-expected.txt:
845 * svg/W3C-SVG-1.1/paths-data-02-t-expected.txt:
846 * svg/W3C-SVG-1.1/paths-data-03-f-expected.txt:
847 * svg/W3C-SVG-1.1/paths-data-04-t-expected.txt:
848 * svg/W3C-SVG-1.1/paths-data-05-t-expected.txt:
849 * svg/W3C-SVG-1.1/paths-data-06-t-expected.txt:
850 * svg/W3C-SVG-1.1/paths-data-07-t-expected.txt:
851 * svg/W3C-SVG-1.1/pservers-grad-01-b-expected.txt:
852 * svg/W3C-SVG-1.1/pservers-grad-02-b-expected.txt:
853 * svg/W3C-SVG-1.1/pservers-grad-03-b-expected.txt:
854 * svg/W3C-SVG-1.1/pservers-grad-04-b-expected.txt:
855 * svg/W3C-SVG-1.1/pservers-grad-05-b-expected.txt:
856 * svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt:
857 * svg/W3C-SVG-1.1/pservers-grad-07-b-expected.txt:
858 * svg/W3C-SVG-1.1/pservers-grad-08-b-expected.txt:
859 * svg/W3C-SVG-1.1/pservers-grad-09-b-expected.txt:
860 * svg/W3C-SVG-1.1/pservers-grad-10-b-expected.txt:
861 * svg/W3C-SVG-1.1/pservers-grad-11-b-expected.txt:
862 * svg/W3C-SVG-1.1/pservers-grad-12-b-expected.txt:
863 * svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.txt:
864 * svg/W3C-SVG-1.1/render-elems-01-t-expected.txt:
865 * svg/W3C-SVG-1.1/render-elems-02-t-expected.txt:
866 * svg/W3C-SVG-1.1/render-elems-03-t-expected.txt:
867 * svg/W3C-SVG-1.1/render-elems-06-t-expected.txt:
868 * svg/W3C-SVG-1.1/render-elems-07-t-expected.txt:
869 * svg/W3C-SVG-1.1/render-elems-08-t-expected.txt:
870 * svg/W3C-SVG-1.1/render-groups-01-b-expected.txt:
871 * svg/W3C-SVG-1.1/render-groups-03-t-expected.txt:
872 * svg/W3C-SVG-1.1/script-handle-01-b-expected.txt:
873 * svg/W3C-SVG-1.1/script-handle-02-b-expected.txt:
874 * svg/W3C-SVG-1.1/script-handle-03-b-expected.txt:
875 * svg/W3C-SVG-1.1/script-handle-04-b-expected.txt:
876 * svg/W3C-SVG-1.1/shapes-circle-01-t-expected.txt:
877 * svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.txt:
878 * svg/W3C-SVG-1.1/shapes-line-01-t-expected.txt:
879 * svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.txt:
880 * svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.txt:
881 * svg/W3C-SVG-1.1/shapes-rect-01-t-expected.txt:
882 * svg/W3C-SVG-1.1/struct-cond-01-t-expected.txt:
883 * svg/W3C-SVG-1.1/struct-cond-02-t-expected.txt:
884 * svg/W3C-SVG-1.1/struct-defs-01-t-expected.txt:
885 * svg/W3C-SVG-1.1/struct-dom-01-b-expected.txt:
886 * svg/W3C-SVG-1.1/struct-dom-02-b-expected.txt:
887 * svg/W3C-SVG-1.1/struct-dom-03-b-expected.txt:
888 * svg/W3C-SVG-1.1/struct-dom-04-b-expected.txt:
889 * svg/W3C-SVG-1.1/struct-dom-05-b-expected.txt:
890 * svg/W3C-SVG-1.1/struct-dom-06-b-expected.txt:
891 * svg/W3C-SVG-1.1/struct-group-01-t-expected.txt:
892 * svg/W3C-SVG-1.1/struct-group-02-b-expected.txt:
893 * svg/W3C-SVG-1.1/struct-image-01-t-expected.txt:
894 * svg/W3C-SVG-1.1/struct-image-02-b-expected.txt:
895 * svg/W3C-SVG-1.1/struct-image-03-t-expected.txt:
896 * svg/W3C-SVG-1.1/struct-image-04-t-expected.txt:
897 * svg/W3C-SVG-1.1/struct-image-05-b-expected.txt:
898 * svg/W3C-SVG-1.1/struct-symbol-01-b-expected.txt:
899 * svg/W3C-SVG-1.1/styling-css-01-b-expected.txt:
900 * svg/W3C-SVG-1.1/styling-css-02-b-expected.txt:
901 * svg/W3C-SVG-1.1/styling-css-03-b-expected.txt:
902 * svg/W3C-SVG-1.1/styling-inherit-01-b-expected.txt:
903 * svg/W3C-SVG-1.1/styling-pres-01-t-expected.txt:
904 * svg/W3C-SVG-1.1/text-align-01-b-expected.txt:
905 * svg/W3C-SVG-1.1/text-align-02-b-expected.checksum:
906 * svg/W3C-SVG-1.1/text-align-02-b-expected.png:
907 * svg/W3C-SVG-1.1/text-align-02-b-expected.txt:
908 * svg/W3C-SVG-1.1/text-align-03-b-expected.checksum:
909 * svg/W3C-SVG-1.1/text-align-03-b-expected.png:
910 * svg/W3C-SVG-1.1/text-align-03-b-expected.txt:
911 * svg/W3C-SVG-1.1/text-align-04-b-expected.txt:
912 * svg/W3C-SVG-1.1/text-align-05-b-expected.txt:
913 * svg/W3C-SVG-1.1/text-align-06-b-expected.txt:
914 * svg/W3C-SVG-1.1/text-altglyph-01-b-expected.txt:
915 * svg/W3C-SVG-1.1/text-deco-01-b-expected.txt:
916 * svg/W3C-SVG-1.1/text-fonts-01-t-expected.txt:
917 * svg/W3C-SVG-1.1/text-fonts-02-t-expected.txt:
918 * svg/W3C-SVG-1.1/text-path-01-b-expected.txt:
919 * svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt:
920 * svg/W3C-SVG-1.1/text-text-01-b-expected.txt:
921 * svg/W3C-SVG-1.1/text-text-03-b-expected.checksum:
922 * svg/W3C-SVG-1.1/text-text-03-b-expected.png:
923 * svg/W3C-SVG-1.1/text-text-03-b-expected.txt:
924 * svg/W3C-SVG-1.1/text-tref-01-b-expected.txt:
925 * svg/W3C-SVG-1.1/text-tselect-01-b-expected.txt:
926 * svg/W3C-SVG-1.1/text-tspan-01-b-expected.txt:
927 * svg/W3C-SVG-1.1/text-ws-01-t-expected.txt:
928 * svg/W3C-SVG-1.1/text-ws-02-t-expected.txt:
929 * svg/custom/coords-relative-units-transforms-expected.txt:
930 * svg/custom/feComponentTransfer-Discrete-expected.txt:
931 * svg/custom/feComponentTransfer-Gamma-expected.txt:
932 * svg/custom/feComponentTransfer-Linear-expected.txt:
933 * svg/custom/feComponentTransfer-Table-expected.txt:
934 * svg/custom/image-with-transform-clip-filter-expected.txt:
935 * svg/custom/invalid-css-expected.txt:
936 * svg/custom/invalid-viewbox1-expected.txt:
937 * svg/custom/invalid-viewbox2-expected.txt:
938 * svg/custom/non-opaque-filters-expected.txt:
939 * svg/custom/percentage-rect-expected.checksum:
940 * svg/custom/percentage-rect-expected.png:
941 * svg/custom/percentage-rect-expected.txt:
942 * svg/custom/pointer-events-path-expected.txt:
943 * svg/custom/svg-overflow-types-expected.txt:
944 * svg/custom/text-clip-expected.txt:
945 * svg/custom/text-filter-expected.txt:
946 * svg/custom/text-gradient-no-content-expected.checksum:
947 * svg/custom/text-gradient-no-content-expected.png:
948 * svg/custom/text-gradient-no-content-expected.txt:
949 * svg/custom/text-hit-test-expected.txt:
950 * svg/custom/text-image-opacity-expected.txt:
951 * svg/custom/tref-update-expected.txt:
952 * svg/custom/width-full-percentage-expected.checksum: Added.
953 * svg/custom/width-full-percentage-expected.png: Added.
954 * svg/custom/width-full-percentage-expected.txt: Added.
955 * svg/custom/width-full-percentage.svg: Added.
957 2006-09-05 Darin Adler <darin@apple.com>
961 - test for bug where the charset in a link element for a CSS stylesheet is ignored.
962 I noticed this while working on new text encoding machinery.
964 * fast/encoding/css-link-charset-expected.txt: Added.
965 * fast/encoding/css-link-charset.css: Added.
966 * fast/encoding/css-link-charset.html: Added.
968 - test for http://bugs.webkit.org/show_bug.cgi?id=10681
969 REGRESSION: Reproducible crash at Wikipedia
970 (Alexey wrote this one, I reviewed.)
972 * fast/forms/form-data-encoding-normalization-overrun-expected.txt: Added.
973 * fast/forms/form-data-encoding-normalization-overrun.html: Added.
975 - and a tweak to an existing test
977 * fast/forms/form-data-encoding.html: Changed to dump encoded URL so it's easier to
978 diagnose this when it fails.
980 2006-09-05 Justin Garcia <justin.garcia@apple.com>
984 Setup for <rdar://problem/4344550> Misspellings aren't marked after undo delete
987 * editing/pasteboard/4641033-expected.checksum:
988 * editing/pasteboard/4641033-expected.png:
989 * editing/execCommand/outdent-selection-expected.checksum:
990 * editing/execCommand/outdent-selection-expected.png:
992 Added a didChangeSelection notification that was absent before:
993 * editing/deleting/collapse-whitespace-3587601-fix-expected.txt:
994 * editing/deleting/delete-3608430-fix-expected.txt:
995 * editing/deleting/delete-3608462-fix-expected.txt:
996 * editing/deleting/delete-3775172-fix-expected.txt:
997 * editing/deleting/delete-3800834-fix-expected.txt:
998 * editing/deleting/delete-3857753-fix-expected.txt:
999 * editing/deleting/delete-3865854-fix-expected.txt:
1000 * editing/deleting/delete-3928305-fix-expected.txt:
1001 * editing/deleting/delete-3959464-fix-expected.txt:
1002 * editing/deleting/delete-4038408-fix-expected.txt:
1003 * editing/deleting/delete-all-text-in-text-field-assertion-expected.txt:
1004 * editing/deleting/delete-at-paragraph-boundaries-001-expected.txt:
1005 * editing/deleting/delete-at-paragraph-boundaries-002-expected.txt:
1006 * editing/deleting/delete-at-paragraph-boundaries-003-expected.txt:
1007 * editing/deleting/delete-at-paragraph-boundaries-004-expected.txt:
1008 * editing/deleting/delete-at-paragraph-boundaries-005-expected.txt:
1009 * editing/deleting/delete-at-paragraph-boundaries-006-expected.txt:
1010 * editing/deleting/delete-at-paragraph-boundaries-007-expected.txt:
1011 * editing/deleting/delete-at-paragraph-boundaries-009-expected.txt:
1012 * editing/deleting/delete-at-paragraph-boundaries-010-expected.txt:
1013 * editing/deleting/delete-at-paragraph-boundaries-011-expected.txt:
1014 * editing/deleting/delete-block-contents-001-expected.txt:
1015 * editing/deleting/delete-block-contents-002-expected.txt:
1016 * editing/deleting/delete-block-contents-003-expected.txt:
1017 * editing/deleting/delete-block-merge-contents-001-expected.txt:
1018 * editing/deleting/delete-block-merge-contents-002-expected.txt:
1019 * editing/deleting/delete-block-merge-contents-003-expected.txt:
1020 * editing/deleting/delete-block-merge-contents-004-expected.txt:
1021 * editing/deleting/delete-block-merge-contents-005-expected.txt:
1022 * editing/deleting/delete-block-merge-contents-006-expected.txt:
1023 * editing/deleting/delete-block-merge-contents-007-expected.txt:
1024 * editing/deleting/delete-block-merge-contents-008-expected.txt:
1025 * editing/deleting/delete-block-merge-contents-009-expected.txt:
1026 * editing/deleting/delete-block-merge-contents-010-expected.txt:
1027 * editing/deleting/delete-block-merge-contents-012-expected.txt:
1028 * editing/deleting/delete-block-merge-contents-013-expected.txt:
1029 * editing/deleting/delete-block-merge-contents-014-expected.txt:
1030 * editing/deleting/delete-block-merge-contents-015-expected.txt:
1031 * editing/deleting/delete-block-merge-contents-016-expected.txt:
1032 * editing/deleting/delete-block-merge-contents-017-expected.txt:
1033 * editing/deleting/delete-block-merge-contents-018-expected.txt:
1034 * editing/deleting/delete-block-merge-contents-019-expected.txt:
1035 * editing/deleting/delete-block-merge-contents-020-expected.txt:
1036 * editing/deleting/delete-block-merge-contents-021-expected.txt:
1037 * editing/deleting/delete-block-merge-contents-022-expected.txt:
1038 * editing/deleting/delete-block-merge-contents-023-expected.txt:
1039 * editing/deleting/delete-block-merge-contents-024-expected.txt:
1040 * editing/deleting/delete-block-table-expected.txt:
1041 * editing/deleting/delete-br-008-expected.txt:
1042 * editing/deleting/delete-br-010-expected.txt:
1043 * editing/deleting/delete-br-011-expected.txt:
1044 * editing/deleting/delete-first-list-item-expected.txt:
1045 * editing/deleting/delete-image-001-expected.txt:
1046 * editing/deleting/delete-image-002-expected.txt:
1047 * editing/deleting/delete-image-003-expected.txt:
1048 * editing/deleting/delete-image-004-expected.txt:
1049 * editing/deleting/delete-line-001-expected.txt:
1050 * editing/deleting/delete-line-002-expected.txt:
1051 * editing/deleting/delete-line-003-expected.txt:
1052 * editing/deleting/delete-line-004-expected.txt:
1053 * editing/deleting/delete-line-005-expected.txt:
1054 * editing/deleting/delete-line-006-expected.txt:
1055 * editing/deleting/delete-line-007-expected.txt:
1056 * editing/deleting/delete-line-008-expected.txt:
1057 * editing/deleting/delete-line-009-expected.txt:
1058 * editing/deleting/delete-line-010-expected.txt:
1059 * editing/deleting/delete-line-011-expected.txt:
1060 * editing/deleting/delete-line-012-expected.txt:
1061 * editing/deleting/delete-line-013-expected.txt:
1062 * editing/deleting/delete-line-014-expected.txt:
1063 * editing/deleting/delete-line-015-expected.txt:
1064 * editing/deleting/delete-line-016-expected.txt:
1065 * editing/deleting/delete-line-017-expected.txt:
1066 * editing/deleting/delete-listitem-001-expected.txt:
1067 * editing/deleting/delete-listitem-002-expected.txt:
1068 * editing/deleting/delete-mixed-editable-content-001-expected.txt:
1069 * editing/deleting/delete-select-all-001-expected.txt:
1070 * editing/deleting/delete-select-all-002-expected.txt:
1071 * editing/deleting/delete-select-all-003-expected.txt:
1072 * editing/deleting/merge-different-styles-expected.txt:
1073 * editing/deleting/merge-endOfParagraph-expected.txt:
1074 * editing/deleting/merge-no-br-expected.txt:
1075 * editing/deleting/pruning-after-merge-1-expected.txt:
1076 * editing/deleting/pruning-after-merge-2-expected.txt:
1077 * editing/deleting/table-cells-expected.txt:
1078 * editing/execCommand/boldSelection-expected.txt:
1079 * editing/execCommand/create-list-from-range-selection-expected.txt:
1080 * editing/execCommand/createLink-expected.txt:
1081 * editing/execCommand/format-block-expected.txt:
1082 * editing/execCommand/format-block-from-range-selection-expected.txt:
1083 * editing/execCommand/format-block-with-braces-expected.txt:
1084 * editing/execCommand/format-block-with-trailing-br-expected.txt:
1085 * editing/execCommand/hilitecolor-expected.txt:
1086 * editing/execCommand/indent-list-item-expected.txt:
1087 * editing/execCommand/indent-selection-expected.txt:
1088 * editing/execCommand/insert-list-and-stitch-expected.txt:
1089 * editing/execCommand/insert-list-with-id-expected.txt:
1090 * editing/execCommand/insertHTML-expected.txt:
1091 * editing/execCommand/insertHorizontalRule-expected.txt:
1092 * editing/execCommand/remove-formatting-expected.txt:
1093 * editing/execCommand/remove-list-from-range-selection-expected.txt:
1094 * editing/execCommand/remove-list-items-expected.txt:
1095 * editing/execCommand/strikethroughSelection-expected.txt:
1096 * editing/execCommand/switch-list-type-expected.txt:
1097 * editing/execCommand/unlink-expected.txt:
1098 * editing/input/text-input-controller-expected.txt:
1099 * editing/inserting/insert-3654864-fix-expected.txt:
1100 * editing/inserting/insert-3659587-fix-expected.txt:
1101 * editing/inserting/insert-3775316-fix-expected.txt:
1102 * editing/inserting/insert-3851164-fix-expected.txt:
1103 * editing/inserting/insert-3907422-fix-expected.txt:
1104 * editing/inserting/insert-after-delete-001-expected.txt:
1105 * editing/inserting/insert-div-001-expected.txt:
1106 * editing/inserting/insert-div-002-expected.txt:
1107 * editing/inserting/insert-div-003-expected.txt:
1108 * editing/inserting/insert-div-005-expected.txt:
1109 * editing/inserting/insert-div-007-expected.txt:
1110 * editing/inserting/insert-div-009-expected.txt:
1111 * editing/inserting/insert-div-010-expected.txt:
1112 * editing/inserting/insert-div-020-expected.txt:
1113 * editing/inserting/insert-div-023-expected.txt:
1114 * editing/inserting/insert-div-024-expected.txt:
1115 * editing/inserting/insert-div-025-expected.txt:
1116 * editing/inserting/insert-div-026-expected.txt:
1117 * editing/inserting/multiple-lines-selected-expected.txt:
1118 * editing/inserting/paragraph-separator-03-expected.txt:
1119 * editing/inserting/paragraph-separator-in-table-2-expected.txt:
1120 * editing/inserting/redo-expected.txt:
1121 * editing/inserting/return-key-with-selection-001-expected.txt:
1122 * editing/inserting/return-key-with-selection-002-expected.txt:
1123 * editing/inserting/return-key-with-selection-003-expected.txt:
1124 * editing/pasteboard/3976872-expected.txt:
1125 * editing/pasteboard/4076267-3-expected.txt:
1126 * editing/pasteboard/4076267-expected.txt:
1127 * editing/pasteboard/4700297-expected.txt:
1128 * editing/pasteboard/8145-3-expected.txt:
1129 * editing/pasteboard/block-wrappers-necessary-expected.txt:
1130 * editing/pasteboard/copy-paste-bidi-expected.txt:
1131 * editing/pasteboard/displaced-generic-placeholder-expected.txt:
1132 * editing/pasteboard/displaced-placeholder-expected.txt:
1133 * editing/pasteboard/display-block-on-spans-expected.txt:
1134 * editing/pasteboard/drag-drop-modifies-page-expected.txt:
1135 * editing/pasteboard/interchange-newline-2-expected.txt:
1136 * editing/pasteboard/merge-after-delete-1-expected.txt:
1137 * editing/pasteboard/merge-after-delete-2-expected.txt:
1138 * editing/pasteboard/merge-after-delete-expected.txt:
1139 * editing/pasteboard/merge-end-3-expected.txt:
1140 * editing/pasteboard/merge-end-5-expected.txt:
1141 * editing/pasteboard/merge-end-blockquote-expected.txt:
1142 * editing/pasteboard/merge-end-list-expected.txt:
1143 * editing/pasteboard/merge-end-table-expected.txt:
1144 * editing/pasteboard/paste-4035648-fix-expected.txt:
1145 * editing/pasteboard/paste-4039777-fix-expected.txt:
1146 * editing/pasteboard/paste-line-endings-001-expected.txt:
1147 * editing/pasteboard/paste-line-endings-006-expected.txt:
1148 * editing/pasteboard/paste-match-style-001-expected.txt:
1149 * editing/pasteboard/paste-match-style-002-expected.txt:
1150 * editing/pasteboard/paste-pre-001-expected.txt:
1151 * editing/pasteboard/paste-pre-002-expected.txt:
1152 * editing/pasteboard/paste-table-002-expected.txt:
1153 * editing/pasteboard/paste-table-003-expected.txt:
1154 * editing/pasteboard/paste-text-006-expected.txt:
1155 * editing/pasteboard/paste-text-007-expected.txt:
1156 * editing/pasteboard/paste-text-010-expected.txt:
1157 * editing/pasteboard/paste-text-011-expected.txt:
1158 * editing/pasteboard/paste-text-015-expected.txt:
1159 * editing/pasteboard/paste-text-016-expected.txt:
1160 * editing/pasteboard/paste-text-017-expected.txt:
1161 * editing/pasteboard/paste-text-018-expected.txt:
1162 * editing/pasteboard/prevent-block-nesting-01-expected.txt:
1163 * editing/pasteboard/smart-paste-003-expected.txt:
1164 * editing/pasteboard/smart-paste-004-expected.txt:
1165 * editing/pasteboard/smart-paste-005-expected.txt:
1166 * editing/pasteboard/smart-paste-006-expected.txt:
1167 * editing/pasteboard/smart-paste-007-expected.txt:
1168 * editing/pasteboard/smart-paste-008-expected.txt:
1169 * editing/pasteboard/testcase-9507-expected.txt:
1170 * editing/pasteboard/undoable-fragment-removes-expected.txt:
1171 * editing/selection/expanding-selections-expected.txt:
1172 * editing/selection/expanding-selections2-expected.txt:
1173 * editing/selection/node-removal-1-expected.txt:
1174 * editing/selection/node-removal-2-expected.txt:
1175 * editing/selection/select-all-iframe-expected.txt:
1176 * editing/selection/skip-non-editable-1-expected.txt:
1177 * editing/selection/triple-click-in-pre-expected.txt:
1178 * editing/style/apple-style-editable-mix-expected.txt:
1179 * editing/style/block-style-004-expected.txt:
1180 * editing/style/block-style-005-expected.txt:
1181 * editing/style/block-style-006-expected.txt:
1182 * editing/style/create-block-for-style-001-expected.txt:
1183 * editing/style/create-block-for-style-002-expected.txt:
1184 * editing/style/create-block-for-style-003-expected.txt:
1185 * editing/style/create-block-for-style-004-expected.txt:
1186 * editing/style/create-block-for-style-007-expected.txt:
1187 * editing/style/create-block-for-style-009-expected.txt:
1188 * editing/style/create-block-for-style-010-expected.txt:
1189 * editing/style/create-block-for-style-011-expected.txt:
1190 * editing/style/create-block-for-style-012-expected.txt:
1191 * editing/style/create-block-for-style-013-expected.txt:
1192 * editing/style/designmode-expected.txt:
1193 * editing/style/relative-font-size-change-001-expected.txt:
1194 * editing/style/relative-font-size-change-002-expected.txt:
1195 * editing/style/remove-underline-across-paragraph-expected.txt:
1196 * editing/style/remove-underline-across-paragraph-in-bold-expected.txt:
1197 * editing/style/remove-underline-after-paragraph-expected.txt:
1198 * editing/style/remove-underline-after-paragraph-in-bold-expected.txt:
1199 * editing/style/remove-underline-from-stylesheet-expected.txt:
1200 * editing/style/smoosh-styles-001-expected.txt:
1201 * editing/style/smoosh-styles-002-expected.txt:
1202 * editing/style/smoosh-styles-003-expected.txt:
1203 * editing/style/style-3681552-fix-001-expected.txt:
1204 * editing/style/style-3681552-fix-002-expected.txt:
1205 * editing/style/style-3690704-fix-expected.txt:
1206 * editing/style/style-3998892-fix-expected.txt:
1207 * editing/style/style-boundary-001-expected.txt:
1208 * editing/style/style-boundary-003-expected.txt:
1209 * editing/style/style-boundary-004-expected.txt:
1210 * editing/style/typing-style-001-expected.txt:
1211 * editing/style/typing-style-003-expected.txt:
1212 * editing/undo/undo-misspellings-expected.txt:
1213 * editing/unsupported-content/list-delete-001-expected.txt:
1214 * editing/unsupported-content/list-delete-002-expected.txt:
1215 * editing/unsupported-content/list-delete-003-expected.txt:
1216 * editing/unsupported-content/table-delete-001-expected.txt:
1217 * editing/unsupported-content/table-delete-002-expected.txt:
1218 * editing/unsupported-content/table-delete-003-expected.txt:
1219 * fast/forms/attributed-strings-expected.txt:
1220 * fast/forms/cursor-position-expected.txt:
1221 * fast/forms/drag-into-textarea-expected.txt:
1222 * fast/forms/input-appearance-maxlength-expected.txt:
1223 * fast/forms/input-paste-undo-expected.txt:
1224 * fast/forms/input-selection-restore-expected.txt:
1225 * fast/forms/input-text-paste-maxlength-expected.txt:
1226 * fast/forms/selection-functions-expected.txt:
1227 * fast/forms/text-field-setvalue-crash-expected.txt:
1228 * fast/forms/textarea-paste-newline-expected.txt:
1230 2006-09-04 Alexey Proskuryakov <ap@nypop.com>
1234 Tests for http://bugs.webkit.org/show_bug.cgi?id=10716
1235 XMLHttpRequest.responseText is null if HTTP response is empty
1237 The results are not fully correct yet:
1238 - accessing properties that are now undefined should cause an exception;
1239 - on error, responseXML should be null, rather than contain an HTML document describing
1242 * http/tests/xmlhttprequest/supported-xml-content-types-expected.txt: Updated for responseXML
1243 now returning null for nil documents.
1245 * http/tests/xmlhttprequest/zero-length-response-expected.txt:
1246 * http/tests/xmlhttprequest/zero-length-response-sync-expected.txt:
1247 * http/tests/xmlhttprequest/zero-length-response-sync.html:
1248 * http/tests/xmlhttprequest/zero-length-response.html:
1249 Extended to cover more properties.
1251 2006-09-04 Alexey Proskuryakov <ap@nypop.com>
1255 Test for http://bugs.webkit.org/show_bug.cgi?id=10676
1256 @charset rules not accessible via DOM
1258 * fast/encoding/css-charset-dom-expected.txt: Added.
1259 * fast/encoding/css-charset-dom.html: Added.
1261 2006-09-04 Rob Buis <buis@kde.org>
1265 Testcase needed for:
1266 http://bugs.webkit.org/show_bug.cgi?id=6546
1267 clipPath data does not respect transforms
1269 * svg/custom/clip-path-with-transform-expected.checksum: Added.
1270 * svg/custom/clip-path-with-transform-expected.png: Added.
1271 * svg/custom/clip-path-with-transform-expected.txt: Added.
1272 * svg/custom/clip-path-with-transform.svg: Added.
1274 2006-09-03 Alexey Proskuryakov <ap@nypop.com>
1278 Test for http://bugs.webkit.org/show_bug.cgi?id=10693
1279 Convert JavaScript arrays to AppleScript lists
1281 * fast/AppleScript/array-expected.txt:
1282 * fast/AppleScript/array.html: Updated results, added a test for
1283 circular dependencies.
1285 2006-09-03 Alexey Proskuryakov <ap@nypop.com>
1289 Tests for http://bugs.webkit.org/show_bug.cgi?id=10697
1290 REGRESSION (r16175): Errors in incremental decoding of UTF-8
1292 * fast/encoding/charset-invalid-expected.txt: Added.
1293 * fast/encoding/charset-invalid.html: Added.
1294 * http/tests/incremental/slow-utf8-html-expected.txt: Added.
1295 * http/tests/incremental/slow-utf8-html.pl: Added.
1297 2006-09-03 Alexey Proskuryakov <ap@nypop.com>
1301 http://bugs.webkit.org/show_bug.cgi?id=4508
1302 Layout tests access an external server
1304 * fast/backgrounds/repeat/noRepeatCorrectClip.html: Use a local resource (it was already present,
1305 but the test still pointed to a remote one).
1306 * fast/dom/HTMLImageElement/image-src-absolute-url-expected.txt:
1307 * fast/dom/HTMLImageElement/image-src-absolute-url.html: Use a non-existent file URL instead of
1308 a non-existent http one.
1309 * fast/loader/docLoaderFrame-expected.checksum: Removed.
1310 * fast/loader/docLoaderFrame-expected.png: Removed.
1311 * fast/loader/docLoaderFrame-expected.txt: Removed.
1312 * fast/loader/docLoaderFrame.html: Removed.
1313 * http/tests/xmlhttprequest/docLoaderFrame-expected.txt: Added.
1314 * http/tests/xmlhttprequest/docLoaderFrame.html: Added.
1315 * http/tests/xmlhttprequest/resources/docLoaderFrame-data.html: Added.
1316 Use a local resource. Also, turned the test into a text one, and used waitUntilDone to make it
1319 2006-09-02 Graham Dennis <graham.dennis@gmail.com>
1324 http://bugs.webkit.org/show_bug.cgi?id=10579
1325 AppleStyleCommand::applyBlockStyle crash
1327 * editing/style/table-selection-expected.checksum: Added.
1328 * editing/style/table-selection-expected.png: Added.
1329 * editing/style/table-selection-expected.txt: Added.
1330 * editing/style/table-selection.html: Added.
1332 2006-09-01 Adele Peterson <adele@apple.com>
1334 Reviewed by Tim Omernick.
1336 Updated results for http://bugs.webkit.org/show_bug.cgi?id=6990
1337 Switch to use new text field implementation for <input type="password">
1339 * dom/html/level2/html/HTMLInputElement22-expected.txt:
1340 * dom/xhtml/level2/html/HTMLInputElement22-expected.txt:
1341 * fast/events/event-sender-mouse-click.html:
1342 * fast/forms/input-appearance-height-expected.checksum:
1343 * fast/forms/input-appearance-height-expected.txt:
1344 * fast/forms/input-type-change-in-onfocus-mouse-expected.txt:
1345 * fast/forms/input-value-expected.checksum:
1346 * fast/forms/input-value-expected.png:
1347 * fast/forms/input-value-expected.txt:
1348 * tables/mozilla_expected_failures/bugs/bug92647-1-expected.checksum:
1349 * tables/mozilla_expected_failures/bugs/bug92647-1-expected.png:
1350 * tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt:
1352 Updated from switch to style-able selects
1353 * fast/forms/option-strip-whitespace-expected.checksum:
1354 * fast/forms/option-strip-whitespace-expected.png:
1355 * fast/forms/option-strip-whitespace-expected.txt:
1357 2006-09-01 Timothy Hatcher <timothy@apple.com>
1361 - updated results, null is not round-tripped through the bindings
1362 because of regressions the original change caused in other applications.
1363 - added an echo for "undefined".
1365 * plugins/bindings-test-expected.txt:
1366 * plugins/bindings-test.html:
1368 2006-09-01 Alexey Proskuryakov <ap@nypop.com>
1373 - http://bugs.webkit.org/show_bug.cgi?id=5620
1374 Should only honor encoding from <meta> in HTML
1376 - http://bugs.webkit.org/show_bug.cgi?id=9783
1377 An XML declaration without an explicit encoding incorrectly triggers
1378 UTF-8 encoding in an HTML document
1380 - http://bugs.webkit.org/show_bug.cgi?id=10155
1381 CSS2: @charset is not supported
1383 * fast/encoding/css-charset-expected.txt: Added.
1384 * fast/encoding/css-charset.css: Added.
1385 * fast/encoding/css-charset.html: Added.
1386 * fast/encoding/css-charset-evil-expected.txt: Added.
1387 * fast/encoding/css-charset-evil.css: Added.
1388 * fast/encoding/css-charset-evil.html: Added.
1389 * fast/encoding/default-xhtml-encoding-expected.txt: Added.
1390 * fast/encoding/default-xhtml-encoding.xhtml: Added.
1391 * fast/encoding/meta-in-xhtml-expected.txt: Added.
1392 * fast/encoding/meta-in-xhtml.xhtml: Added.
1393 * fast/encoding/pseudo-xml-2-expected.txt: Added.
1394 * fast/encoding/pseudo-xml-2.html: Added.
1395 * fast/encoding/pseudo-xml-3-expected.txt: Added.
1396 * fast/encoding/pseudo-xml-3.html: Added.
1397 * fast/encoding/pseudo-xml-4-expected.txt: Added.
1398 * fast/encoding/pseudo-xml-4.html: Added.
1399 * fast/encoding/pseudo-xml-expected.txt: Added.
1400 * fast/encoding/pseudo-xml.html: Added.
1402 2006-08-31 Alice Liu <alice.liu@apple.com>
1406 Revised expected results for an isindex element because of
1407 <rdar://problem/4463870> Switch to use new text field implementation for <isindex>
1408 Now the field is rendered as a textfield
1410 * fast/dom/isindex-002-expected.checksum:
1411 * fast/dom/isindex-002-expected.png:
1412 * fast/dom/isindex-002-expected.txt:
1414 2006-08-30 Rob Buis <buis@kde.org>
1418 Changed test results because of:
1419 http://bugs.webkit.org/show_bug.cgi?id=10586
1420 pointer-events has issues when things are not stroked/filled
1422 * svg/custom/pointer-events-path-expected.checksum:
1423 * svg/custom/pointer-events-path-expected.png:
1424 * svg/custom/pointer-events-path-expected.txt:
1426 2006-08-29 Justin Garcia <justin.garcia@apple.com>
1428 Reviewed by harrison
1430 <rdar://problem/4700297>
1431 REGRESSION: After replacing a misspelled word in a sentence, the selection extends to end of current line
1434 * editing/pasteboard/smart-paste-002-expected.checksum:
1435 * editing/pasteboard/smart-paste-002-expected.png:
1436 * editing/pasteboard/smart-paste-002-expected.txt:
1437 Added to demonstrate fix:
1438 * editing/pasteboard/4700297-expected.checksum: Added.
1439 * editing/pasteboard/4700297-expected.png: Added.
1440 * editing/pasteboard/4700297-expected.txt: Added.
1441 * editing/pasteboard/4700297.html: Added.
1442 Removed a superfluous style span:
1443 * editing/deleting/pruning-after-merge-1-expected.txt:
1444 * editing/pasteboard/interchange-newline-1-expected.txt:
1445 * editing/pasteboard/paste-text-019-expected.checksum:
1446 * editing/pasteboard/paste-text-019-expected.png:
1447 * editing/pasteboard/paste-text-019-expected.txt:
1448 * editing/selection/drag-to-contenteditable-iframe-expected.txt:
1449 Accidently checked in bad results yesterday:
1450 * editing/pasteboard/copy-paste-bidi-expected.txt:
1451 Equivalent render tree:
1452 * editing/pasteboard/smart-paste-001-expected.txt:
1454 2006-08-29 waylonis <waylonis@google.com>
1458 - Updated test to check for exceptions thrown in a plug-in. This is
1459 a test for http://bugs.webkit.org/show_bug.cgi?id=10114.
1460 * plugins/bindings-test-expected.txt:
1461 * plugins/bindings-test.html:
1463 2006-08-29 Darin Adler <darin@apple.com>
1467 - test for <rdar://problem/4701494> REGRESSION: Scrollbar on EPSN widget doesn't scroll (also affects Widgets widget, web inspector)
1469 * fast/css/computed-style-negative-top-expected.txt: Added.
1470 * fast/css/computed-style-negative-top.html: Added.
1472 2006-08-28 Justin Garcia <justin.garcia@apple.com>
1474 Reviewed by harrison
1476 * editing/inserting/redo-expected.checksum: Added.
1477 * editing/inserting/redo-expected.png: Added.
1478 * editing/inserting/redo-expected.txt: Added.
1479 * editing/inserting/redo.html: Added.
1480 * editing/pasteboard/copy-paste-bidi-expected.txt:
1482 2006-08-28 Alice Liu <alice.liu@apple.com>
1486 Added tests for <rdar://problem/4548537> Document.domain and other attributes are blank for an iframe created with document.write
1488 * http/tests/misc/iframe-domain-test-expected.txt: Added.
1489 * http/tests/misc/iframe-domain-test.html: Added.
1491 2006-08-27 Rob Buis <buis@kde.org>
1495 Changed test result because of:
1496 http://bugs.webkit.org/show_bug.cgi?id=10557
1497 KCanvasPath should be replace by platform/Path
1499 * svg/W3C-SVG-1.1/struct-dom-06-b-expected.txt:
1501 2006-08-26 Eric Seidel <eric@eseidel.com>
1505 Test case for: pointer-events does not work.
1506 http://bugs.webkit.org/show_bug.cgi?id=10415
1508 * svg/custom/pointer-events-path-expected.checksum: Added.
1509 * svg/custom/pointer-events-path-expected.png: Added.
1510 * svg/custom/pointer-events-path-expected.txt: Added.
1511 * svg/custom/pointer-events-path.svg: Added.
1513 2006-08-27 Rob Buis <buis@kde.org>
1518 http://bugs.webkit.org/show_bug.cgi?id=10558
1519 SVG should have support for <metadata> element
1521 * svg/custom/create-metadata-element-expected.checksum: Added.
1522 * svg/custom/create-metadata-element-expected.png: Added.
1523 * svg/custom/create-metadata-element-expected.txt: Added.
1524 * svg/custom/create-metadata-element.svg: Added.
1526 2006-08-25 Adele Peterson <adele@apple.com>
1528 Updated results for addition of -webkit-text-security.
1530 * fast/css/computed-style-expected.txt:
1532 2006-08-25 Adele Peterson <adele@apple.com>
1536 New tests and updated tests for styled selects.
1538 * fast/borders/borderRadiusInvalidColor-expected.checksum: Added.
1539 * fast/borders/borderRadiusInvalidColor-expected.png: Added.
1540 * fast/borders/borderRadiusInvalidColor-expected.txt: Added.
1541 * fast/borders/borderRadiusInvalidColor.html: Added.
1543 * fast/forms/select-baseline-expected.checksum: Added.
1544 * fast/forms/select-baseline-expected.png: Added.
1545 * fast/forms/select-baseline-expected.txt: Added.
1546 * fast/forms/select-baseline.html: Added.
1548 * editing/pasteboard/4641033-expected.txt:
1549 * editing/selection/replaced-boundaries-3-expected.txt:
1550 * editing/selection/select-box-expected.txt:
1551 * fast/block/margin-collapse/103-expected.txt:
1552 * fast/forms/001-expected.checksum:
1553 * fast/forms/001-expected.png:
1554 * fast/forms/001-expected.txt:
1555 * fast/forms/003-expected.txt:
1556 * fast/forms/004-expected.txt:
1557 * fast/forms/HTMLOptionElement_label01-expected.txt:
1558 * fast/forms/HTMLOptionElement_label02-expected.txt:
1559 * fast/forms/HTMLOptionElement_label03-expected.txt:
1560 * fast/forms/HTMLOptionElement_label04-expected.txt:
1561 * fast/forms/HTMLOptionElement_label06-expected.txt:
1562 * fast/forms/HTMLOptionElement_label07-expected.txt:
1563 * fast/forms/form-element-geometry-expected.checksum:
1564 * fast/forms/form-element-geometry-expected.png:
1565 * fast/forms/form-element-geometry-expected.txt:
1566 * fast/forms/option-script-expected.txt:
1567 * fast/forms/option-text-clip-expected.txt:
1568 * fast/forms/select-change-listbox-to-popup-expected.txt:
1569 * fast/forms/select-selected-expected.txt:
1570 * fast/forms/select-style-expected.txt:
1571 * fast/forms/select-visual-hebrew-expected.txt:
1572 * fast/invalid/014-expected.txt:
1573 * fast/parser/document-write-option-expected.txt:
1574 * fast/replaced/width100percent-expected.txt:
1575 * http/tests/navigation/anchor-basic-expected.txt:
1576 * http/tests/navigation/anchor-frames-expected.txt:
1577 * http/tests/navigation/anchor-goback-expected.txt:
1578 * http/tests/navigation/anchor-subframeload-expected.txt:
1579 * http/tests/navigation/javascriptlink-basic-expected.txt:
1580 * http/tests/navigation/javascriptlink-frames-expected.txt:
1581 * http/tests/navigation/javascriptlink-goback-expected.txt:
1582 * http/tests/navigation/javascriptlink-subframeload-expected.txt:
1583 * http/tests/navigation/metaredirect-basic-expected.txt:
1584 * http/tests/navigation/metaredirect-frames-expected.txt:
1585 * http/tests/navigation/metaredirect-goback-expected.txt:
1586 * http/tests/navigation/metaredirect-subframeload-expected.txt:
1587 * http/tests/navigation/post-goback2-expected.txt:
1588 * http/tests/navigation/postredirect-goback2-expected.txt:
1589 * http/tests/navigation/redirect302-basic-expected.txt:
1590 * http/tests/navigation/redirect302-frames-expected.txt:
1591 * http/tests/navigation/redirect302-goback-expected.txt:
1592 * http/tests/navigation/redirect302-subframeload-expected.txt:
1593 * http/tests/navigation/relativeanchor-basic-expected.txt:
1594 * http/tests/navigation/relativeanchor-frames-expected.txt:
1595 * http/tests/navigation/relativeanchor-goback-expected.txt:
1596 * http/tests/navigation/slowmetaredirect-basic-expected.txt:
1597 * http/tests/navigation/slowtimerredirect-basic-expected.txt:
1598 * http/tests/navigation/success200-basic-expected.txt:
1599 * http/tests/navigation/success200-frames-expected.txt:
1600 * http/tests/navigation/success200-frames-loadsame-expected.txt:
1601 * http/tests/navigation/success200-goback-expected.txt:
1602 * http/tests/navigation/success200-loadsame-expected.txt:
1603 * http/tests/navigation/success200-reload-expected.txt:
1604 * http/tests/navigation/success200-subframeload-expected.txt:
1605 * http/tests/navigation/timerredirect-basic-expected.txt:
1606 * http/tests/navigation/timerredirect-frames-expected.txt:
1607 * http/tests/navigation/timerredirect-goback-expected.txt:
1608 * http/tests/navigation/timerredirect-subframeload-expected.txt:
1609 * tables/mozilla/bugs/bug1188-expected.txt:
1610 * tables/mozilla/bugs/bug18359-expected.txt:
1611 * tables/mozilla/bugs/bug2479-3-expected.txt:
1612 * tables/mozilla/bugs/bug2479-4-expected.txt:
1613 * tables/mozilla/bugs/bug29326-expected.txt:
1614 * tables/mozilla/bugs/bug33855-expected.txt:
1615 * tables/mozilla/bugs/bug4382-expected.txt:
1616 * tables/mozilla/bugs/bug96334-expected.txt:
1617 * tables/mozilla/core/margins-expected.txt:
1618 * tables/mozilla/dom/tableDom-expected.txt:
1619 * tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
1621 2006-08-24 Darin Adler <darin@apple.com>
1625 - test for http://bugs.webkit.org/show_bug.cgi?id=10169
1626 REGRESSION: NativeTextArea: Text dragged from <input type=text> to textarea disappears
1628 * fast/forms/drag-into-textarea-expected.txt: Added.
1629 * fast/forms/drag-into-textarea.html: Added.
1631 2006-08-24 David Harrison <harrison@apple.com>
1633 Updated expected results for this change:
1635 <rdar://problem/4522205> Represent controls in AXAttributedStringForTextMarkerRange
1637 * editing/selection/anchor-focus1-expected.txt:
1638 * editing/selection/anchor-focus2-expected.txt:
1639 * editing/selection/anchor-focus3-expected.txt:
1640 * editing/selection/move-begin-end-expected.txt:
1641 * fast/dom/Element/onclick-case-expected.txt:
1642 * fast/dom/HTMLInputElement/size-as-number-expected.txt:
1643 * fast/dom/document-all-input-expected.txt:
1644 * fast/dom/option-properties-expected.txt:
1645 * fast/events/objc-keyboard-event-creation-expected.txt:
1646 * fast/events/onsubmit-bubbling-expected.txt:
1647 * fast/forms/access-key-expected.txt:
1648 * fast/forms/activate-and-disabled-elements-expected.txt:
1649 * fast/forms/button-in-forms-collection-expected.txt:
1650 * fast/forms/check-box-enter-key-expected.txt:
1651 * fast/forms/cursor-position-expected.txt:
1652 * fast/forms/display-none-in-onchange-keyboard-expected.txt:
1653 * fast/forms/domstring-replace-crash-expected.txt:
1654 * fast/forms/double-focus-expected.txt:
1655 * fast/forms/element-by-name-expected.txt:
1656 * fast/forms/empty-get-expected.txt:
1657 * fast/forms/focus-expected.txt:
1658 * fast/forms/form-get-multipart-expected.txt:
1659 * fast/forms/form-get-multipart2-expected.txt:
1660 * fast/forms/form-get-multipart3-expected.txt:
1661 * fast/forms/form-post-urlencoded-expected.txt:
1662 * fast/forms/input-appearance-elementFromPoint-expected.txt:
1663 * fast/forms/input-appearance-maxlength-expected.txt:
1664 * fast/forms/input-changing-value-expected.txt:
1665 * fast/forms/input-delete-expected.txt:
1666 * fast/forms/input-selection-hidden-expected.txt:
1667 * fast/forms/input-selection-restore-expected.txt:
1668 * fast/forms/input-text-enter-expected.txt:
1669 * fast/forms/input-truncate-newline-expected.txt:
1670 * fast/forms/legend-access-key-expected.txt:
1671 * fast/forms/onchange-enter-submit-expected.txt:
1672 * fast/forms/onselect-textarea-expected.txt:
1673 * fast/forms/onselect-textfield-expected.txt:
1674 * fast/forms/paste-into-textarea-expected.txt:
1675 * fast/forms/plaintext-mode-1-expected.txt:
1676 * fast/forms/select-remove-option-expected.txt:
1677 * fast/forms/select-replace-option-expected.txt:
1678 * fast/forms/select-reset-expected.txt:
1679 * fast/forms/selection-functions-expected.txt:
1680 * fast/forms/text-field-setvalue-crash-expected.txt:
1681 * fast/forms/textarea-crlf-expected.txt:
1682 * fast/forms/textarea-scrolled-endline-caret-expected.txt:
1683 * fast/forms/textarea-setvalue-submit-expected.txt:
1684 * fast/forms/textfield-focus-out-expected.txt:
1686 2006-08-24 Rob Buis <buis@kde.org>
1691 http://bugs.webkit.org/show_bug.cgi?id=10524
1692 svg transform: comma delimiting breaks display
1694 * svg/custom/transform-scale-parse-expected.checksum: Added.
1695 * svg/custom/transform-scale-parse-expected.png: Added.
1696 * svg/custom/transform-scale-parse-expected.txt: Added.
1697 * svg/custom/transform-scale-parse.svg: Added.
1699 2006-08-22 Trey Matteson <trey@usa.net>
1703 This test update was missing from the patch I posted, and ggarren just checked in.
1705 * fast/overflow/scrollRevealButton-expected.txt:
1707 2006-08-22 Maciej Stachowiak <mjs@apple.com>
1711 - test for <rdar://problem/4683948> REGRESSION: Assertion failure in [FrameProgressEntry addChild:forDataSource:] (fandango.com)
1713 (I both added a WebKit assertion that would fail under this test, and then did a fix to make it not fire)
1715 * fast/loader/start-load-in-unload-expected.txt: Added.
1716 * fast/loader/start-load-in-unload.html: Added.
1718 2006-08-22 Maciej Stachowiak <mjs@apple.com>
1720 Fix for broken tests.
1722 - made newly added CGI scripts executable
1724 * http/tests/navigation/resources/error404.pl:
1725 * http/tests/navigation/resources/frameset.pl:
1726 * http/tests/navigation/resources/postresult.pl:
1727 * http/tests/navigation/resources/redirect302.pl:
1729 2006-08-22 Justin Garcia <justin.garcia@apple.com>
1731 Reviewed by harrison
1733 <http://bugs.webkit.org/show_bug.cgi?id=10449>
1734 REGRESSION(r15918): drag-into-marker.html failing
1736 * editing/pasteboard/paste-list-001-expected.txt:
1737 * fast/lists/drag-into-marker.html: Added.
1738 * fast/lists/drag-into-marker.html-disabled: Removed.
1740 2006-08-22 Justin Garcia <justin.garcia@apple.com>
1742 Reviewed by harrison
1744 <rdar://problem/4052343&4052343&4426622> Mail hung on paste text
1747 * editing/pasteboard/paste-4039777-fix-expected.checksum:
1748 * editing/pasteboard/paste-4039777-fix-expected.png:
1749 * editing/pasteboard/paste-4039777-fix-expected.txt:
1750 * editing/deleting/delete-3857753-fix-expected.txt:
1751 * editing/pasteboard/styled-element-markup-expected.checksum:
1752 * editing/pasteboard/styled-element-markup-expected.png:
1753 * editing/pasteboard/styled-element-markup-expected.txt:
1754 * editing/execCommand/insertHTML-expected.checksum:
1755 * editing/execCommand/insertHTML-expected.png:
1756 * editing/execCommand/insertHTML-expected.txt:
1757 * editing/execCommand/insertHTML.html:
1759 Removed some empty style spans, font tags are replaced by style spans
1760 in a couple of cases:
1761 * editing/deleting/merge-different-styles-expected.txt:
1762 * editing/deleting/pruning-after-merge-1-expected.txt:
1763 * editing/deleting/pruning-after-merge-2-expected.txt:
1764 * editing/inserting/insert-3786362-fix-expected.txt:
1765 * editing/pasteboard/block-wrappers-necessary-expected.txt:
1766 * editing/pasteboard/display-block-on-spans-expected.txt:
1767 * editing/pasteboard/merge-end-table-expected.txt:
1768 * editing/pasteboard/paste-4035648-fix-expected.txt:
1769 * editing/pasteboard/paste-line-endings-001-expected.txt:
1770 * editing/pasteboard/paste-line-endings-006-expected.txt:
1771 * editing/pasteboard/paste-list-001-expected.txt:
1772 * editing/pasteboard/paste-pre-001-expected.txt:
1773 * editing/pasteboard/paste-pre-002-expected.txt:
1774 * editing/pasteboard/paste-table-001-expected.txt:
1775 * editing/pasteboard/paste-table-002-expected.txt:
1776 * editing/pasteboard/paste-text-001-expected.txt:
1777 * editing/pasteboard/paste-text-002-expected.txt:
1778 * editing/pasteboard/paste-text-003-expected.txt:
1779 * editing/pasteboard/paste-text-004-expected.txt:
1780 * editing/pasteboard/paste-text-005-expected.txt:
1781 * editing/pasteboard/paste-text-006-expected.txt:
1782 * editing/pasteboard/paste-text-011-expected.txt:
1783 * editing/pasteboard/paste-text-012-expected.txt:
1784 * editing/pasteboard/paste-text-013-expected.txt:
1785 * editing/pasteboard/paste-text-014-expected.txt:
1786 * editing/pasteboard/paste-text-015-expected.txt:
1787 * editing/pasteboard/paste-text-016-expected.txt:
1788 * editing/pasteboard/paste-text-017-expected.txt:
1789 * editing/pasteboard/paste-text-at-tabspan-001-expected.txt:
1790 * editing/pasteboard/paste-text-at-tabspan-002-expected.txt:
1791 * editing/pasteboard/paste-text-at-tabspan-003-expected.txt:
1792 * editing/pasteboard/styled-element-markup.html:
1793 * editing/pasteboard/testcase-9507-expected.txt:
1794 * editing/style/smoosh-styles-001-expected.txt:
1795 * editing/style/smoosh-styles-002-expected.txt:
1797 2006-08-22 Trey Matteson <trey@usa.net>
1801 Introducing a small test suite for bugs related to various navigation techniques,
1802 e.g., back/forward, reload, various redirect flavors, POST, POST-then-redirect,
1803 within-page anchors. Most of the tests are done with and without an enclosing frameset.
1804 The tests verify the content of the final page (which may include restored form
1805 state), scroll location (also sometimes restored), and the full content of the
1808 * fast/overflow/scrollRevealButton-expected.txt:
1809 Updated to include scroll location that is now emitted.
1810 * http/tests/navigation/anchor-basic-expected.txt: Added.
1811 * http/tests/navigation/anchor-basic.html: Added.
1812 * http/tests/navigation/anchor-frames-expected.txt: Added.
1813 * http/tests/navigation/anchor-frames.html: Added.
1814 * http/tests/navigation/anchor-goback-expected.txt: Added.
1815 * http/tests/navigation/anchor-goback.html: Added.
1816 * http/tests/navigation/anchor-subframeload-expected.txt: Added.
1817 * http/tests/navigation/anchor-subframeload.html: Added.
1818 * http/tests/navigation/error404-basic-expected.txt: Added.
1819 * http/tests/navigation/error404-basic.html: Added.
1820 * http/tests/navigation/error404-frames-expected.txt: Added.
1821 * http/tests/navigation/error404-frames.html: Added.
1822 * http/tests/navigation/error404-goback-expected.txt: Added.
1823 * http/tests/navigation/error404-goback.html: Added.
1824 * http/tests/navigation/error404-subframeload-expected.txt: Added.
1825 * http/tests/navigation/error404-subframeload.html: Added.
1826 * http/tests/navigation/javascriptlink-basic-expected.txt: Added.
1827 * http/tests/navigation/javascriptlink-basic.html: Added.
1828 * http/tests/navigation/javascriptlink-frames-expected.txt: Added.
1829 * http/tests/navigation/javascriptlink-frames.html: Added.
1830 * http/tests/navigation/javascriptlink-goback-expected.txt: Added.
1831 * http/tests/navigation/javascriptlink-goback.html: Added.
1832 * http/tests/navigation/javascriptlink-subframeload-expected.txt: Added.
1833 * http/tests/navigation/javascriptlink-subframeload.html: Added.
1834 * http/tests/navigation/metaredirect-basic-expected.txt: Added.
1835 * http/tests/navigation/metaredirect-basic.html: Added.
1836 * http/tests/navigation/metaredirect-frames-expected.txt: Added.
1837 * http/tests/navigation/metaredirect-frames.html: Added.
1838 * http/tests/navigation/metaredirect-goback-expected.txt: Added.
1839 * http/tests/navigation/metaredirect-goback.html: Added.
1840 * http/tests/navigation/metaredirect-subframeload-expected.txt: Added.
1841 * http/tests/navigation/metaredirect-subframeload.html: Added.
1842 * http/tests/navigation/post-basic-expected.txt: Added.
1843 * http/tests/navigation/post-basic.html: Added.
1844 * http/tests/navigation/post-frames-expected.txt: Added.
1845 * http/tests/navigation/post-frames-goback1.html-disabled: Added.
1846 * http/tests/navigation/post-frames.html: Added.
1847 * http/tests/navigation/post-goback1-expected.txt: Added.
1848 * http/tests/navigation/post-goback1.html: Added.
1849 * http/tests/navigation/post-goback2-expected.txt: Added.
1850 * http/tests/navigation/post-goback2.html: Added.
1851 * http/tests/navigation/postredirect-basic-expected.txt: Added.
1852 * http/tests/navigation/postredirect-basic.html: Added.
1853 * http/tests/navigation/postredirect-frames-expected.txt: Added.
1854 * http/tests/navigation/postredirect-frames-goback1.html-disabled: Added.
1855 * http/tests/navigation/postredirect-frames.html: Added.
1856 * http/tests/navigation/postredirect-goback1-expected.txt: Added.
1857 * http/tests/navigation/postredirect-goback1.html: Added.
1858 * http/tests/navigation/postredirect-goback2-expected.txt: Added.
1859 * http/tests/navigation/postredirect-goback2.html: Added.
1860 * http/tests/navigation/redirect302-basic-expected.txt: Added.
1861 * http/tests/navigation/redirect302-basic.html: Added.
1862 * http/tests/navigation/redirect302-frames-expected.txt: Added.
1863 * http/tests/navigation/redirect302-frames.html: Added.
1864 * http/tests/navigation/redirect302-goback-expected.txt: Added.
1865 * http/tests/navigation/redirect302-goback.html: Added.
1866 * http/tests/navigation/redirect302-subframeload-expected.txt: Added.
1867 * http/tests/navigation/redirect302-subframeload.html: Added.
1868 * http/tests/navigation/relativeanchor-basic-expected.txt: Added.
1869 * http/tests/navigation/relativeanchor-basic.html: Added.
1870 * http/tests/navigation/relativeanchor-frames-expected.txt: Added.
1871 * http/tests/navigation/relativeanchor-frames.html: Added.
1872 * http/tests/navigation/relativeanchor-goback-expected.txt: Added.
1873 * http/tests/navigation/relativeanchor-goback.html: Added.
1874 * http/tests/navigation/resources/error404.pl: Added.
1875 * http/tests/navigation/resources/frameset.pl: Added.
1876 * http/tests/navigation/resources/javascriptlink.html: Added.
1877 * http/tests/navigation/resources/metaredirect.html: Added.
1878 * http/tests/navigation/resources/otherpage.html: Added.
1879 * http/tests/navigation/resources/postresult.pl: Added.
1880 * http/tests/navigation/resources/redirect302.pl: Added.
1881 * http/tests/navigation/resources/slowmetaredirect.html: Added.
1882 * http/tests/navigation/resources/slowtimerredirect.html: Added.
1883 * http/tests/navigation/resources/success200.html: Added.
1884 * http/tests/navigation/resources/testcode.js: Added.
1885 * http/tests/navigation/resources/timerredirect.html: Added.
1886 * http/tests/navigation/slowmetaredirect-basic-expected.txt: Added.
1887 * http/tests/navigation/slowmetaredirect-basic.html: Added.
1888 * http/tests/navigation/slowtimerredirect-basic-expected.txt: Added.
1889 * http/tests/navigation/slowtimerredirect-basic.html: Added.
1890 * http/tests/navigation/success200-basic-expected.txt: Added.
1891 * http/tests/navigation/success200-basic.html: Added.
1892 * http/tests/navigation/success200-frames-expected.txt: Added.
1893 * http/tests/navigation/success200-frames-goback.html-disabled: Added.
1894 * http/tests/navigation/success200-frames-loadsame-expected.txt: Added.
1895 * http/tests/navigation/success200-frames-loadsame.html: Added.
1896 * http/tests/navigation/success200-frames-reload.html-disabled: Added.
1897 * http/tests/navigation/success200-frames.html: Added.
1898 * http/tests/navigation/success200-goback-expected.txt: Added.
1899 * http/tests/navigation/success200-goback.html: Added.
1900 * http/tests/navigation/success200-loadsame-expected.txt: Added.
1901 * http/tests/navigation/success200-loadsame.html: Added.
1902 * http/tests/navigation/success200-reload-expected.txt: Added.
1903 * http/tests/navigation/success200-reload.html: Added.
1904 * http/tests/navigation/success200-subframeload-expected.txt: Added.
1905 * http/tests/navigation/success200-subframeload-goback.html-disabled: Added.
1906 * http/tests/navigation/success200-subframeload.html: Added.
1907 * http/tests/navigation/timerredirect-basic-expected.txt: Added.
1908 * http/tests/navigation/timerredirect-basic.html: Added.
1909 * http/tests/navigation/timerredirect-frames-expected.txt: Added.
1910 * http/tests/navigation/timerredirect-frames.html: Added.
1911 * http/tests/navigation/timerredirect-goback-expected.txt: Added.
1912 * http/tests/navigation/timerredirect-goback.html: Added.
1913 * http/tests/navigation/timerredirect-subframeload-expected.txt: Added.
1914 * http/tests/navigation/timerredirect-subframeload.html: Added.
1916 2006-08-22 Rob Buis <buis@kde.org>
1921 http://bugs.webkit.org/show_bug.cgi?id=10402
1922 REPRO: SVG crashes inside gradient code
1924 * svg/custom/gradient-attr-update-expected.checksum: Added.
1925 * svg/custom/gradient-attr-update-expected.png: Added.
1926 * svg/custom/gradient-attr-update-expected.txt: Added.
1927 * svg/custom/gradient-attr-update.svg: Added.
1929 2006-08-22 Rob Buis <buis@kde.org>
1933 Testcase needed for:
1934 http://bugs.webkit.org/show_bug.cgi?id=10405
1935 REPRO: SVG Maze crashes in RenderPath code
1937 * svg/custom/dynamic-empty-path-expected.checksum: Added.
1938 * svg/custom/dynamic-empty-path-expected.png: Added.
1939 * svg/custom/dynamic-empty-path-expected.txt: Added.
1940 * svg/custom/dynamic-empty-path.svg: Added.
1942 2006-08-21 Alexey Proskuryakov <ap@nypop.com>
1946 Test for http://bugs.webkit.org/show_bug.cgi?id=10419
1947 XSLTProcessor transformToFragment fails because of an XML declaration
1949 * fast/xsl/transformToFragment-XML-declaration-expected.txt: Added.
1950 * fast/xsl/transformToFragment-XML-declaration.html: Added.
1952 * fast/xsl/xslt-extra-content-at-end-expected.checksum:
1953 * fast/xsl/xslt-extra-content-at-end-expected.png:
1954 * fast/xsl/xslt-extra-content-at-end-expected.txt: Updated for a changed error reporting.
1956 2006-08-21 Vladimir Olexa <vladimir.olexa@gmail.com>
1960 Test for http://bugs.webkit.org/show_bug.cgi?id=6252
1961 JavaScript 1.6 Array.lastIndexOf
1963 * fast/js/array-lastIndexOf-expected.txt: Added.
1964 * fast/js/array-lastIndexOf.html: Added.
1965 * fast/js/resources/array-lastIndexOf.js: Added.
1967 2006-08-21 Alexey Proskuryakov <ap@nypop.com>
1971 - test for http://bugs.webkit.org/show_bug.cgi?id=10429
1972 XSLTProcessor.transformToFragment crashes if the owner document is empty
1974 * fast/js/resources/xslt-fragment-in-empty-doc.js: Added.
1975 * fast/js/xslt-fragment-in-empty-doc-expected.txt: Added.
1976 * fast/js/xslt-fragment-in-empty-doc.html: Added.
1978 2006-08-16 Justin Garcia <justin.garcia@apple.com>
1980 Reviewed by thatcher
1982 Equivalent render tree:
1983 * fast/events/ondragenter-expected.checksum:
1984 * fast/events/ondragenter-expected.txt:
1986 Patch exposed a bug (10449):
1987 * fast/lists/drag-into-marker.html: Removed.
1988 * fast/lists/drag-into-marker.html-disabled: Added.
1990 2006-08-15 Justin Garcia <justin.garcia@apple.com>
1992 Reviewed by thatcher
1995 * editing/pasteboard/interchange-newline-4-expected.checksum: Added.
1996 * editing/pasteboard/interchange-newline-4-expected.png: Added.
1997 * editing/pasteboard/interchange-newline-4-expected.txt: Added.
1998 * editing/pasteboard/interchange-newline-4.html: Added.
1999 * editing/deleting/paragraph-in-preserveNewline-expected.checksum: Added.
2000 * editing/deleting/paragraph-in-preserveNewline-expected.png: Added.
2001 * editing/deleting/paragraph-in-preserveNewline-expected.txt: Added.
2002 * editing/deleting/paragraph-in-preserveNewline.html: Added.
2004 Equivalent render trees, fixes, or bugs exposed (10427, 10428):
2005 * editing/execCommand/insertHTML-expected.checksum:
2006 * editing/execCommand/insertHTML-expected.png:
2007 * editing/execCommand/insertHTML-expected.txt:
2008 * editing/execCommand/insertHTML.html:
2009 * editing/execCommand/insertHorizontalRule-expected.checksum:
2010 * editing/execCommand/insertHorizontalRule-expected.png:
2011 * editing/execCommand/insertHorizontalRule-expected.txt:
2012 * editing/inserting/insert-3786362-fix-expected.checksum:
2013 * editing/inserting/insert-3786362-fix-expected.png:
2014 * editing/inserting/insert-3786362-fix-expected.txt:
2015 * editing/inserting/insert-3786362-fix.html:
2016 * editing/inserting/insert-3907422-fix-expected.txt:
2017 * editing/pasteboard/3976872-expected.checksum:
2018 * editing/pasteboard/3976872-expected.png:
2019 * editing/pasteboard/3976872-expected.txt:
2020 * editing/pasteboard/4076267-3-expected.checksum:
2021 * editing/pasteboard/4076267-3-expected.png:
2022 * editing/pasteboard/4076267-3-expected.txt:
2023 * editing/pasteboard/4076267-3.html:
2024 * editing/pasteboard/4076267-expected.checksum:
2025 * editing/pasteboard/4076267-expected.png:
2026 * editing/pasteboard/4076267-expected.txt:
2027 * editing/pasteboard/4076267.html:
2028 * editing/pasteboard/4242293-1-expected.txt:
2029 * editing/pasteboard/4242293-expected.checksum:
2030 * editing/pasteboard/4242293-expected.png:
2031 * editing/pasteboard/4242293-expected.txt:
2032 * editing/pasteboard/4631972-expected.txt:
2033 * editing/pasteboard/8145-1-expected.txt:
2034 * editing/pasteboard/8145-3-expected.txt:
2035 * editing/pasteboard/block-wrappers-necessary-expected.txt:
2036 * editing/pasteboard/copy-paste-bidi-expected.txt:
2037 * editing/pasteboard/display-block-on-spans-expected.checksum:
2038 * editing/pasteboard/display-block-on-spans-expected.png:
2039 * editing/pasteboard/display-block-on-spans-expected.txt:
2040 * editing/pasteboard/interchange-newline-1-expected.txt:
2041 * editing/pasteboard/merge-end-1-expected.checksum:
2042 * editing/pasteboard/merge-end-1-expected.png:
2043 * editing/pasteboard/merge-end-1-expected.txt:
2044 * editing/pasteboard/merge-end-1.html:
2045 * editing/pasteboard/merge-end-2-expected.checksum:
2046 * editing/pasteboard/merge-end-2-expected.png:
2047 * editing/pasteboard/merge-end-2-expected.txt:
2048 * editing/pasteboard/merge-end-2.html:
2049 * editing/pasteboard/merge-end-4-expected.txt:
2050 * editing/pasteboard/merge-end-list-expected.txt:
2051 * editing/pasteboard/merge-end-table-expected.checksum:
2052 * editing/pasteboard/merge-end-table-expected.png:
2053 * editing/pasteboard/merge-end-table-expected.txt:
2054 * editing/pasteboard/nested-blocks-with-text-area-expected.txt:
2055 * editing/pasteboard/nested-blocks-with-text-field-expected.txt:
2056 * editing/pasteboard/paste-4039777-fix-expected.checksum:
2057 * editing/pasteboard/paste-4039777-fix-expected.png:
2058 * editing/pasteboard/paste-4039777-fix-expected.txt:
2059 * editing/pasteboard/paste-line-endings-002-expected.txt:
2060 * editing/pasteboard/paste-line-endings-004-expected.txt:
2061 * editing/pasteboard/paste-line-endings-007-expected.txt:
2062 * editing/pasteboard/paste-line-endings-008-expected.txt:
2063 * editing/pasteboard/paste-line-endings-009-expected.txt:
2064 * editing/pasteboard/paste-match-style-002-expected.txt:
2065 * editing/pasteboard/paste-pre-001-expected.txt:
2066 * editing/pasteboard/paste-pre-002-expected.txt:
2067 * editing/pasteboard/paste-table-001-expected.checksum:
2068 * editing/pasteboard/paste-table-001-expected.png:
2069 * editing/pasteboard/paste-table-001-expected.txt:
2070 * editing/pasteboard/paste-table-003-expected.txt:
2071 * editing/pasteboard/paste-text-001-expected.txt:
2072 * editing/pasteboard/paste-text-003-expected.txt:
2073 * editing/pasteboard/paste-text-007-expected.checksum:
2074 * editing/pasteboard/paste-text-007-expected.png:
2075 * editing/pasteboard/paste-text-007-expected.txt:
2076 * editing/pasteboard/paste-text-008-expected.txt:
2077 * editing/pasteboard/paste-text-009-expected.txt:
2078 * editing/pasteboard/paste-text-010-expected.txt:
2079 * editing/pasteboard/paste-text-011-expected.txt:
2080 * editing/pasteboard/paste-text-012-expected.checksum:
2081 * editing/pasteboard/paste-text-012-expected.png:
2082 * editing/pasteboard/paste-text-012-expected.txt:
2083 * editing/pasteboard/paste-text-012.html:
2084 * editing/pasteboard/paste-text-013-expected.checksum:
2085 * editing/pasteboard/paste-text-013-expected.png:
2086 * editing/pasteboard/paste-text-013-expected.txt:
2087 * editing/pasteboard/paste-text-015-expected.txt:
2088 * editing/pasteboard/paste-text-017-expected.txt:
2089 * editing/pasteboard/paste-text-019-expected.checksum:
2090 * editing/pasteboard/paste-text-019-expected.png:
2091 * editing/pasteboard/paste-text-019-expected.txt:
2092 * editing/pasteboard/paste-text-019.html:
2093 * editing/pasteboard/paste-text-at-tabspan-001-expected.txt:
2094 * editing/pasteboard/paste-text-at-tabspan-002-expected.txt:
2095 * editing/pasteboard/paste-text-at-tabspan-003-expected.txt:
2096 * editing/pasteboard/pasting-object-expected.txt:
2097 * editing/pasteboard/prevent-block-nesting-01-expected.txt:
2098 * editing/pasteboard/quirks-mode-br-1-expected.txt:
2099 * editing/pasteboard/smart-paste-001-expected.txt:
2100 * editing/pasteboard/smart-paste-002-expected.txt:
2101 * editing/pasteboard/smart-paste-003-expected.txt:
2102 * editing/pasteboard/smart-paste-004-expected.txt:
2103 * editing/pasteboard/smart-paste-005-expected.txt:
2104 * editing/pasteboard/smart-paste-006-expected.txt:
2105 * editing/pasteboard/smart-paste-007-expected.txt:
2106 * editing/pasteboard/smart-paste-008-expected.txt:
2107 * editing/pasteboard/undoable-fragment-removes-expected.checksum:
2108 * editing/pasteboard/undoable-fragment-removes-expected.png:
2109 * editing/pasteboard/undoable-fragment-removes-expected.txt:
2110 * editing/pasteboard/undoable-fragment-removes.html:
2111 * editing/style/smoosh-styles-001-expected.txt:
2112 * editing/style/smoosh-styles-002-expected.txt:
2114 2006-08-15 Jonas Witt <jonas.witt@gmail.com>
2118 - added a test to check keyboard events fired from the ObjC API:
2119 http://bugs.webkit.org/show_bug.cgi?id=9736
2121 * fast/events/objc-keyboard-event-creation-expected.txt: Added.
2122 * fast/events/objc-keyboard-event-creation.html: Added.
2124 2006-08-15 Geoffrey Garen <ggaren@apple.com>
2126 Layout test for <rdar://problem/4661982> (crash in KHTMLParser::popBlock)
2128 * fast/parser/remove-node-stack-expected.txt: Added.
2129 * fast/parser/remove-node-stack.html: Added.
2131 2006-08-15 Adele Peterson <adele@apple.com>
2135 Test for: <rdar://problem/4680207> REGRESSION: select-all should fire onSelect event for text fields and textareas (9518)
2136 http://bugs.webkit.org/show_bug.cgi?id=9518
2138 * fast/forms/onselect-selectall-expected.txt: Added.
2139 * fast/forms/onselect-selectall.html: Added.
2141 2006-08-14 Eric Seidel <eric@eseidel.com>
2145 Updated results for:
2146 <mask>, <marker>, <pattern> inside <defs> do not work
2147 http://bugs.webkit.org/show_bug.cgi?id=6548
2149 * svg/W3C-SVG-1.1/animate-elem-03-t-expected.txt:
2150 * svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt:
2151 * svg/W3C-SVG-1.1/color-prof-01-f-expected.txt:
2152 * svg/W3C-SVG-1.1/color-prop-01-b-expected.txt:
2153 * svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt:
2154 * svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt:
2155 * svg/W3C-SVG-1.1/filters-color-01-b-expected.txt:
2156 * svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt:
2157 * svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt:
2158 * svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt:
2159 * svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.txt:
2160 * svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt:
2161 * svg/W3C-SVG-1.1/filters-example-01-b-expected.txt:
2162 * svg/W3C-SVG-1.1/filters-gauss-01-b-expected.txt:
2163 * svg/W3C-SVG-1.1/filters-image-01-b-expected.txt:
2164 * svg/W3C-SVG-1.1/filters-light-01-f-expected.txt:
2165 * svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt:
2166 * svg/W3C-SVG-1.1/filters-offset-01-b-expected.txt:
2167 * svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt:
2168 * svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt:
2169 * svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt:
2170 * svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt:
2171 * svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt:
2172 * svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt:
2173 * svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt:
2174 * svg/W3C-SVG-1.1/interact-cursor-01-f-expected.txt:
2175 * svg/W3C-SVG-1.1/interact-events-01-b-expected.txt:
2176 * svg/W3C-SVG-1.1/interact-order-01-b-expected.txt:
2177 * svg/W3C-SVG-1.1/interact-order-02-b-expected.txt:
2178 * svg/W3C-SVG-1.1/interact-order-03-b-expected.txt:
2179 * svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt:
2180 * svg/W3C-SVG-1.1/masking-path-01-b-expected.txt:
2181 * svg/W3C-SVG-1.1/masking-path-04-b-expected.txt:
2182 * svg/W3C-SVG-1.1/painting-marker-02-f-expected.txt:
2183 * svg/W3C-SVG-1.1/painting-render-01-b-expected.txt:
2184 * svg/W3C-SVG-1.1/pservers-grad-08-b-expected.txt:
2185 * svg/W3C-SVG-1.1/render-elems-06-t-expected.txt:
2186 * svg/W3C-SVG-1.1/render-elems-07-t-expected.txt:
2187 * svg/W3C-SVG-1.1/render-elems-08-t-expected.txt:
2188 * svg/W3C-SVG-1.1/render-groups-01-b-expected.txt:
2189 * svg/W3C-SVG-1.1/render-groups-03-t-expected.txt:
2190 * svg/W3C-SVG-1.1/struct-defs-01-t-expected.txt:
2191 * svg/W3C-SVG-1.1/struct-image-02-b-expected.txt:
2192 * svg/W3C-SVG-1.1/styling-css-01-b-expected.txt:
2193 * svg/W3C-SVG-1.1/styling-css-02-b-expected.txt:
2194 * svg/W3C-SVG-1.1/styling-css-03-b-expected.txt:
2195 * svg/W3C-SVG-1.1/text-align-04-b-expected.txt:
2196 * svg/W3C-SVG-1.1/text-altglyph-01-b-expected.txt:
2197 * svg/W3C-SVG-1.1/text-path-01-b-expected.txt:
2198 * svg/custom/empty-merge-expected.txt:
2199 * svg/custom/feComponentTransfer-Discrete-expected.txt:
2200 * svg/custom/feComponentTransfer-Gamma-expected.txt:
2201 * svg/custom/feComponentTransfer-Linear-expected.txt:
2202 * svg/custom/feComponentTransfer-Table-expected.txt:
2203 * svg/custom/feDisplacementMap-01-expected.txt:
2204 * svg/custom/filter-source-alpha-expected.txt:
2205 * svg/custom/gradient-stroke-width-expected.txt:
2206 * svg/custom/grayscale-gradient-mask-expected.txt:
2207 * svg/custom/image-with-transform-clip-filter-expected.txt:
2208 * svg/custom/invalid-css-expected.txt:
2209 * svg/custom/non-opaque-filters-expected.txt:
2210 * svg/custom/pattern-in-defs-expected.checksum: Added.
2211 * svg/custom/pattern-in-defs-expected.png: Added.
2212 * svg/custom/pattern-in-defs-expected.txt: Added.
2213 * svg/custom/pattern-in-defs.svg: Added.
2214 * svg/custom/text-clip-expected.txt:
2215 * svg/custom/text-filter-expected.txt:
2216 * svg/custom/tref-update-expected.txt:
2218 2006-08-14 Eric Seidel <eric@eseidel.com>
2220 Reviewed by darin and mjs.
2222 Add better SVGLoad event support.
2223 http://bugs.webkit.org/show_bug.cgi?id=6010
2224 Updated test results.
2226 * svg/W3C-SVG-1.1/extend-namespace-01-f-expected.checksum:
2227 * svg/W3C-SVG-1.1/extend-namespace-01-f-expected.png:
2228 * svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt:
2229 * svg/W3C-SVG-1.1/struct-dom-01-b-expected.checksum:
2230 * svg/W3C-SVG-1.1/struct-dom-01-b-expected.png:
2231 * svg/W3C-SVG-1.1/struct-dom-01-b-expected.txt:
2232 * svg/W3C-SVG-1.1/struct-dom-02-b-expected.checksum:
2233 * svg/W3C-SVG-1.1/struct-dom-02-b-expected.png:
2234 * svg/W3C-SVG-1.1/struct-dom-02-b-expected.txt:
2235 * svg/W3C-SVG-1.1/struct-dom-03-b-expected.checksum:
2236 * svg/W3C-SVG-1.1/struct-dom-03-b-expected.png:
2237 * svg/W3C-SVG-1.1/struct-dom-03-b-expected.txt:
2238 * svg/W3C-SVG-1.1/struct-dom-04-b-expected.checksum:
2239 * svg/W3C-SVG-1.1/struct-dom-04-b-expected.png:
2240 * svg/W3C-SVG-1.1/struct-dom-04-b-expected.txt:
2241 * svg/W3C-SVG-1.1/struct-dom-05-b-expected.checksum:
2242 * svg/W3C-SVG-1.1/struct-dom-05-b-expected.png:
2243 * svg/W3C-SVG-1.1/struct-dom-05-b-expected.txt:
2244 * svg/W3C-SVG-1.1/struct-dom-06-b-expected.checksum:
2245 * svg/W3C-SVG-1.1/struct-dom-06-b-expected.png:
2246 * svg/W3C-SVG-1.1/struct-dom-06-b-expected.txt:
2248 2006-08-14 Maciej Stachowiak <mjs@apple.com>
2250 Missing expected results for last test.
2252 * http/tests/plugins/interrupted-get-url-expected.txt: Added.
2254 2006-08-14 Maciej Stachowiak <mjs@apple.com>
2256 Test case not reviewed but the patch was reviewed by Tim Omernick.
2258 - test case for REGRESSION: crash when leaving youtube page while movie is still loading
2259 http://bugs.webkit.org/show_bug.cgi?id=10398
2261 * http/tests/plugins/interrupted-get-url.html: Added.
2262 * http/tests/plugins/resources/interrupted-get-url-success.html: Added.
2263 * http/tests/plugins/resources/slow-resource.pl: Added.
2265 2006-08-14 Darin Adler <darin@apple.com>
2267 Reviewed by John Sullivan.
2269 - test for http://bugs.webkit.org/show_bug.cgi?id=10204
2270 REGRESSION: title tag parsing problem breaks Travelocity and Google Analytics pages
2272 * fast/parser/title-error-test-expected.checksum: Added.
2273 * fast/parser/title-error-test-expected.png: Added.
2274 * fast/parser/title-error-test-expected.txt: Added.
2275 * fast/parser/title-error-test.html: Added.
2277 2006-08-11 David Kilzer <ddkilzer@kilzer.net>
2279 Additional layout test fixes from hyatt's "Eliminate RenderImageButton" change
2280 in r15839. See also r15840 for more layout test fixes.
2282 * tables/mozilla/bugs/bug19599-expected.txt: Changed RenderImageButton to RenderImage.
2283 * tables/mozilla/bugs/bug24200-expected.txt: Ditto.
2284 * tables/mozilla/bugs/bug4527-expected.txt: Ditto.
2286 2006-08-11 Eric Seidel <eric@eseidel.com>
2288 Reviewed by andersca.
2290 Updated results, and new test for:
2291 The outermost <svg> element needs to clip itself
2292 http://bugs.webkit.org/show_bug.cgi?id=5358
2294 * svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.checksum:
2295 * svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.png:
2296 * svg/W3C-SVG-1.1/masking-path-03-b-expected.checksum:
2297 * svg/W3C-SVG-1.1/masking-path-03-b-expected.png:
2298 * svg/custom/svg-overflow-types-expected.checksum: Added.
2299 * svg/custom/svg-overflow-types-expected.png: Added.
2300 * svg/custom/svg-overflow-types-expected.txt: Added.
2301 * svg/custom/svg-overflow-types.svg: Added.
2303 2006-08-11 Adele Peterson <adele@apple.com>
2307 Test case for <rdar://problem/4656274>
2308 REGRESSION: option elements are selected when added regardless of "selected" property
2310 * fast/forms/option-constructor-selected-expected.txt: Added.
2311 * fast/forms/option-constructor-selected.html: Added.
2313 2006-08-08 Rob Buis <buis@kde.org>
2318 <http://bugs.webkit.org/show_bug.cgi?id=10230>
2319 SVGDOMImplementation should die (and be rolled into DOMImplementation)
2321 * svg/custom/svg-features-expected.txt: Added.
2322 * svg/custom/svg-features.html: Added.
2324 2006-08-05 Darin Adler <darin@apple.com>
2328 - test for http://bugs.webkit.org/show_bug.cgi?id=10213
2329 REGRESSION: Crash in WebCore::RenderLayer::isTransparent involving <iframe> and <select>
2331 * fast/frames/iframe-option-crash-expected.checksum: Added.
2332 * fast/frames/iframe-option-crash-expected.png: Added.
2333 * fast/frames/iframe-option-crash-expected.txt: Added.
2334 * fast/frames/iframe-option-crash.xhtml: Added.
2336 2006-08-03 Justin Garcia <justin.garcia@apple.com>
2338 Reviewed by harrison
2340 * editing/style/non-inheritable-styles-expected.checksum: Added.
2341 * editing/style/non-inheritable-styles-expected.png: Added.
2342 * editing/style/non-inheritable-styles-expected.txt: Added.
2343 * editing/style/non-inheritable-styles.html: Added.
2345 2006-08-03 Justin Garcia <justin.garcia@apple.com>
2349 * fast/forms/plaintext-mode-1-expected.txt:
2350 * fast/forms/plaintext-mode-1.html:
2352 2006-08-02 Justin Garcia <justin.garcia@apple.com>
2356 <http://bugs.webkit.org/show_bug.cgi?id=10225>
2357 GMail Editor: Change Hilite Color doesn't work
2359 * editing/execCommand/hilitecolor-expected.checksum: Added.
2360 * editing/execCommand/hilitecolor-expected.png: Added.
2361 * editing/execCommand/hilitecolor-expected.txt: Added.
2362 * editing/execCommand/hilitecolor.html: Added.
2364 2006-08-03 Mitz Pettel <opendarwin.org@mitzpettel.com>
2366 Reviewed by Adele and Darin.
2368 - test for http://bugs.webkit.org/show_bug.cgi?id=10177
2369 REGRESSION: Successfully dragging text into a disabled field
2371 * fast/forms/textfield-drag-into-disabled-expected.checksum: Added.
2372 * fast/forms/textfield-drag-into-disabled-expected.png: Added.
2373 * fast/forms/textfield-drag-into-disabled-expected.txt: Added.
2374 * fast/forms/textfield-drag-into-disabled.html: Added.
2376 * fast/forms/input-disabled-color-expected.txt: Updated.
2378 2006-08-03 Jonathan Johnsson <jonathanjohnsson@gmail.com>
2382 - test for http://bugs.webkit.org/show_bug.cgi?id=10198
2383 REGRESSION: WebKit r15750 crashes while loading anthem.com
2385 * fast/overflow/generated-content-crash-expected.txt: Added.
2386 * fast/overflow/generated-content-crash.html: Added.
2388 2006-08-03 Mitz Pettel <opendarwin.org@mitzpettel.com>
2392 - test for http://bugs.webkit.org/show_bug.cgi?id=10202
2393 REGRESSION: Repro crash when loading an empty image document
2395 * fast/tokenizer/image-empty-crash-expected.txt: Added.
2396 * fast/tokenizer/image-empty-crash.html: Added.
2398 2006-08-02 Alexey Proskuryakov <ap@nypop.com>
2402 - pixel test for http://bugs.webkit.org/show_bug.cgi?id=3438
2403 incorrect display of transparent 1x1 PNGs
2405 * fast/replaced/image-solid-color-with-alpha-expected.checksum: Added.
2406 * fast/replaced/image-solid-color-with-alpha-expected.png: Added.
2407 * fast/replaced/image-solid-color-with-alpha-expected.txt: Added.
2408 * fast/replaced/image-solid-color-with-alpha.html: Added.
2409 * fast/replaced/img-1x1-expected.checksum: Removed.
2410 * fast/replaced/img-1x1-expected.png: Removed.
2411 * fast/replaced/img-1x1-expected.txt: Removed.
2412 * fast/replaced/img-1x1.html: Removed.
2414 2006-08-01 Darin Adler <darin@apple.com>
2416 - updated a test affected by changes to the DumpRenderTree tool
2417 to return a current mouse position
2419 * fast/inline/dirtyLinesForInline-expected.txt: Updated.
2421 2006-07-31 Sam Weinig <sam.weinig@gmail.com>
2425 - tests changed by http://bugs.webkit.org/show_bug.cgi?id=9955
2426 Colors scaled from [0, 1] range to [0, 255] incorrectly
2428 * fast/css/hsl-color-expected.checksum:
2429 * fast/css/hsl-color-expected.png:
2430 * fast/css/hsl-color-expected.txt:
2431 * fast/forms/input-disabled-color-expected.checksum:
2432 * fast/forms/input-disabled-color-expected.png:
2433 * fast/forms/input-disabled-color-expected.txt:
2435 2006-07-31 Mitz Pettel <opendarwin.org@mitzpettel.com>
2437 - test for http://bugs.webkit.org/show_bug.cgi?id=10158
2438 REGRESSION: Selection highlight is dark and opaque when solid-color images are used
2442 * fast/backgrounds/solid-color-context-restore-expected.checksum: Added.
2443 * fast/backgrounds/solid-color-context-restore-expected.png: Added.
2444 * fast/backgrounds/solid-color-context-restore-expected.txt: Added.
2445 * fast/backgrounds/solid-color-context-restore.html: Added.
2447 2006-07-31 Darin Adler <darin@apple.com>
2451 - fix http://bugs.webkit.org/show_bug.cgi?id=10171
2452 REGRESSION: failing layout test: fast/events/objc-event-api.html
2454 * fast/events/objc-event-api-expected.txt: Updated test results for changes in the
2455 DumpRenderTree tool.
2457 2006-07-31 Mark Rowe <opendarwin.org@bdash.net.nz>
2461 http://bugs.webkit.org/show_bug.cgi?id=9738
2462 Bug 9738: Unqualified :hover selector ignored in strict parsing mode
2464 * fast/selectors/unqualified-hover-quirks-expected.checksum: Added.
2465 * fast/selectors/unqualified-hover-quirks-expected.png: Added.
2466 * fast/selectors/unqualified-hover-quirks-expected.txt: Added.
2467 * fast/selectors/unqualified-hover-quirks.html: Added.
2468 * fast/selectors/unqualified-hover-strict-expected.checksum: Added.
2469 * fast/selectors/unqualified-hover-strict-expected.png: Added.
2470 * fast/selectors/unqualified-hover-strict-expected.txt: Added.
2471 * fast/selectors/unqualified-hover-strict.html: Added.
2473 2006-07-31 Adele Peterson <adele@apple.com>
2475 Reviewed by John and Anders.
2477 - Test for <rdar://problem/4380576> onChange does not get called when field changed by return key
2479 * fast/forms/onchange-enter-submit-expected.txt: Added.
2480 * fast/forms/onchange-enter-submit.html: Added.
2482 2006-07-31 Graham Dennis <graham.dennis@gmail.com>
2486 <http://bugs.webkit.org/show_bug.cgi?id=9507>
2487 Empty style spans created in applyInlineStyle
2488 <rdar://problem/4515463>
2489 REGRESSION: Blot and Mail both do a very poor job of pasting the main www.apple.com page
2491 * editing/pasteboard/paste-4039777-fix-expected.txt:
2492 * editing/pasteboard/testcase-9507-expected.checksum: Added.
2493 * editing/pasteboard/testcase-9507-expected.png: Added.
2494 * editing/pasteboard/testcase-9507-expected.txt: Added.
2495 * editing/pasteboard/testcase-9507.html: Added.
2496 * editing/unsupported-content/table-delete-001-expected.txt:
2497 * editing/selection/selectNode-expected.png:
2498 * editing/selection/selectNode-expected.checksum:
2499 * editing/selection/selectNode-expected.txt:
2501 2006-07-31 Mark Rowe <opendarwin.org@bdash.net.nz>
2505 http://bugs.webkit.org/show_bug.cgi?id=10167
2506 Bug 10167: REGRESSION(r15688): ASSERTION FAILED: _private->mouseDownEvent != nil in layout tests
2508 * fast/events/objc-event-api-expected.txt: Update test results.
2510 2006-07-31 Darin Adler <darin@apple.com>
2512 * editing/pasteboard/paste-table-002-expected.txt: Corrected one result
2513 affected by my recent change to getComputedStyle.
2515 * editing/pasteboard/paste-table-002.html: Converted to a text test, since
2516 it dumps the serialized form of the result.
2517 * editing/pasteboard/paste-table-002-expected.checksum: Removed.
2518 * editing/pasteboard/paste-table-002-expected.png: Removed.
2520 2006-07-30 Darin Adler <darin@apple.com>
2522 - test that displays all computed style -- demonstrates bug fixes I just
2523 made to the computed style class and also acts as a regression test for
2524 the existence of all of them and the basic format for a default object
2526 * fast/css/computed-style-expected.txt: Added.
2527 * fast/css/computed-style.html: Added.
2529 2006-07-29 Rob Buis <buis@kde.org>
2533 Updated test case result as a result of:
2534 http://bugs.webkit.org/show_bug.cgi?id=10151
2535 ghostmap XHTML + SVG fails due to javascript undefined exception
2536 The new test case result now should match the required spec result
2537 and acts as a way to test document.URL on non-html documents.
2539 * dom/xhtml/level2/html/HTMLDocument04-expected.txt:
2541 2006-07-29 Darin Adler <darin@apple.com>
2543 - changed this test to a plain-text one and added text explaining what it tests
2545 * fast/forms/input-named-action-overrides-action-attribute.html: Added explanation text,
2546 got rid of some incorrect HTML syntax, added a call to dumpAsText(), and used a paragraph
2547 element instead of a span element for the result.
2548 * fast/forms/input-named-action-overrides-action-attribute-expected.txt: Updated.
2550 2006-07-29 Andrew Wellington <proton@wiretapped.net>
2554 Test for http://bugs.webkit.org/show_bug.cgi?id=8587 / <rdar://problem/4631844>
2555 REGRESSION: {display:list-item} items outside an ol or ul element don't number correctly
2557 * fast/lists/ordered-list-with-no-ol-tag-expected.checksum: Added.
2558 * fast/lists/ordered-list-with-no-ol-tag-expected.png: Added.
2559 * fast/lists/ordered-list-with-no-ol-tag-expected.txt: Added.
2560 * fast/lists/ordered-list-with-no-ol-tag.html: Added.
2562 2006-07-29 Alexey Proskuryakov <ap@nypop.com>
2566 Test for http://bugs.webkit.org/show_bug.cgi?id=10147
2567 REGRESSION: custom attribute values set via javascript are not persistent
2569 * fast/dom/Element/setAttribute-case-insensitivity-expected.txt: Added.
2570 * fast/dom/Element/setAttribute-case-insensitivity.html: Added.
2572 2006-07-29 Darin Adler <darin@apple.com>
2574 - rolled out the test for bug 9753, since we rolled out the fix
2575 we'll bring back the test when we bring back the fix
2577 * svg/custom/width-full-percentage-expected.checksum: Removed.
2578 * svg/custom/width-full-percentage-expected.png: Removed.
2579 * svg/custom/width-full-percentage-expected.txt: Removed.
2580 * svg/custom/width-full-percentage.svg: Removed.
2582 2006-07-28 Justin Garcia <justin.garcia@apple.com>
2586 <rdar://problem/4515463>
2587 REGRESSION: Blot and Mail both do a very poor job of pasting the main www.apple.com page
2589 Removed incorrect nesting:
2590 * editing/pasteboard/paste-table-001-expected.checksum:
2591 * editing/pasteboard/paste-table-001-expected.png:
2592 * editing/pasteboard/paste-table-001-expected.txt:
2593 * editing/pasteboard/paste-table-003-expected.txt:
2595 2006-07-27 Justin Garcia <justin.garcia@apple.com>
2599 <rdar://problem/4242293>
2600 Poor paste fidelity of http://www.google.com/
2602 Removed one of the two extraneous newlines that are introduced on paste:
2603 * editing/pasteboard/paste-table-003-expected.checksum:
2604 * editing/pasteboard/paste-table-003-expected.png:
2605 * editing/pasteboard/paste-table-003-expected.txt:
2607 Fewer pastes remove nodes containing the selection b/c of
2608 the changes to interchange newlines:
2609 * editing/pasteboard/paste-line-endings-007-expected.txt:
2610 * editing/pasteboard/paste-line-endings-008-expected.txt:
2611 * editing/pasteboard/paste-line-endings-009-expected.txt:
2614 * editing/pasteboard/4242293-1-expected.checksum: Added.
2615 * editing/pasteboard/4242293-1-expected.png: Added.
2616 * editing/pasteboard/4242293-1-expected.txt: Added.
2617 * editing/pasteboard/4242293-1.html: Added.
2618 * editing/pasteboard/4242293-expected.checksum: Added.
2619 * editing/pasteboard/4242293-expected.png: Added.
2620 * editing/pasteboard/4242293-expected.txt: Added.
2621 * editing/pasteboard/4242293.html: Added.
2623 2006-07-28 Alexey Proskuryakov <ap@nypop.com>
2625 Rolling out http://bugs.webkit.org/show_bug.cgi?id=6010 because of failing layout tests.
2626 Add better SVGLoad event support.
2628 * svg/W3C-SVG-1.1/extend-namespace-01-f-expected.checksum:
2629 * svg/W3C-SVG-1.1/extend-namespace-01-f-expected.png:
2630 * svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt:
2631 * svg/W3C-SVG-1.1/interact-events-01-b-expected.checksum:
2632 * svg/W3C-SVG-1.1/interact-events-01-b-expected.png:
2633 * svg/W3C-SVG-1.1/struct-dom-01-b-expected.checksum:
2634 * svg/W3C-SVG-1.1/struct-dom-01-b-expected.png:
2635 * svg/W3C-SVG-1.1/struct-dom-01-b-expected.txt:
2636 * svg/W3C-SVG-1.1/struct-dom-02-b-expected.checksum:
2637 * svg/W3C-SVG-1.1/struct-dom-02-b-expected.png:
2638 * svg/W3C-SVG-1.1/struct-dom-02-b-expected.txt:
2639 * svg/W3C-SVG-1.1/struct-dom-03-b-expected.checksum:
2640 * svg/W3C-SVG-1.1/struct-dom-03-b-expected.png:
2641 * svg/W3C-SVG-1.1/struct-dom-03-b-expected.txt:
2642 * svg/W3C-SVG-1.1/struct-dom-04-b-expected.checksum:
2643 * svg/W3C-SVG-1.1/struct-dom-04-b-expected.png:
2644 * svg/W3C-SVG-1.1/struct-dom-04-b-expected.txt:
2645 * svg/W3C-SVG-1.1/struct-dom-05-b-expected.checksum:
2646 * svg/W3C-SVG-1.1/struct-dom-05-b-expected.png:
2647 * svg/W3C-SVG-1.1/struct-dom-05-b-expected.txt:
2648 * svg/W3C-SVG-1.1/struct-dom-06-b-expected.checksum:
2649 * svg/W3C-SVG-1.1/struct-dom-06-b-expected.png:
2650 * svg/W3C-SVG-1.1/struct-dom-06-b-expected.txt:
2652 2006-07-27 Eric Seidel <eric@eseidel.com>
2656 Add better SVGLoad event support.
2657 http://bugs.webkit.org/show_bug.cgi?id=6010
2658 A bunch of the SVG tests didn't render anything since they never received an SVGLoad, now they properly render.
2660 * svg/W3C-SVG-1.1/extend-namespace-01-f-expected.checksum:
2661 * svg/W3C-SVG-1.1/extend-namespace-01-f-expected.png:
2662 * svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt:
2663 * svg/W3C-SVG-1.1/interact-events-01-b-expected.checksum:
2664 * svg/W3C-SVG-1.1/interact-events-01-b-expected.png:
2665 * svg/W3C-SVG-1.1/struct-dom-01-b-expected.checksum:
2666 * svg/W3C-SVG-1.1/struct-dom-01-b-expected.png:
2667 * svg/W3C-SVG-1.1/struct-dom-01-b-expected.txt:
2668 * svg/W3C-SVG-1.1/struct-dom-02-b-expected.checksum:
2669 * svg/W3C-SVG-1.1/struct-dom-02-b-expected.png:
2670 * svg/W3C-SVG-1.1/struct-dom-02-b-expected.txt:
2671 * svg/W3C-SVG-1.1/struct-dom-03-b-expected.checksum:
2672 * svg/W3C-SVG-1.1/struct-dom-03-b-expected.png:
2673 * svg/W3C-SVG-1.1/struct-dom-03-b-expected.txt:
2674 * svg/W3C-SVG-1.1/struct-dom-04-b-expected.checksum:
2675 * svg/W3C-SVG-1.1/struct-dom-04-b-expected.png:
2676 * svg/W3C-SVG-1.1/struct-dom-04-b-expected.txt:
2677 * svg/W3C-SVG-1.1/struct-dom-05-b-expected.checksum:
2678 * svg/W3C-SVG-1.1/struct-dom-05-b-expected.png:
2679 * svg/W3C-SVG-1.1/struct-dom-05-b-expected.txt:
2680 * svg/W3C-SVG-1.1/struct-dom-06-b-expected.checksum:
2681 * svg/W3C-SVG-1.1/struct-dom-06-b-expected.png:
2682 * svg/W3C-SVG-1.1/struct-dom-06-b-expected.txt:
2684 2006-07-27 Rob Buis <buis@kde.org>
2689 <http://bugs.webkit.org/show_bug.cgi?id=9753>
2690 SVG with width and height 100% leaves room for scrollbar on the right.
2692 * svg/custom/width-full-percentage-expected.txt: Added.
2693 * svg/custom/width-full-percentage-expected.checksum: Added.
2694 * svg/custom/width-full-percentage-expected.png: Added.
2695 * svg/custom/width-full-percentage.svg: Added.
2697 2006-07-27 Justin Garcia <justin.garcia@apple.com>
2701 <rdar://problem/4242293>
2702 Poor paste fidelity of http://www.google.com/
2704 * editing/pasteboard/styled-element-markup-expected.checksum: Added.
2705 * editing/pasteboard/styled-element-markup-expected.png: Added.
2706 * editing/pasteboard/styled-element-markup-expected.txt: Added.
2707 * editing/pasteboard/styled-element-markup.html: Added.
2709 2006-07-27 Alexander Kellett <lypanov@kde.org>
2713 Test for: http://bugs.webkit.org/show_bug.cgi?id=9867
2714 REGRESSION: code that modifies form element in Firefox modifies form attribute in WebKit
2716 * fast/forms/input-named-action-overrides-action-attribute-expected.txt: Added.
2717 * fast/forms/input-named-action-overrides-action-attribute.html: Added.
2719 2006-07-27 Rob Buis <buis@kde.org>
2723 Testcase for and from:
2724 http://bugs.webkit.org/show_bug.cgi?id=8992
2725 Some HTML DOM attributes have incorrect types
2727 * fast/dom/html-attribute-types-expected.txt: Added.
2728 * fast/dom/html-attribute-types.html: Added.
2730 2006-07-27 Justin Garcia <justin.garcia@apple.com>
2734 <rdar://problem/4628409>
2735 Safari crashes in CompositeEditCommand::removeBlockPlaceholder entering text in a web page form
2737 * fast/forms/4628409-expected.txt: Added.
2738 * fast/forms/4628409.html: Added.
2740 2006-07-27 Graham Dennis <graham.dennis@gmail.com>
2744 - test for http://bugs.webkit.org/show_bug.cgi?id=10094
2745 Japanese characters improperly rendering in TOT
2747 * fast/encoding/denormalised-voiced-japanese-chars-expected.checksum: Added.
2748 * fast/encoding/denormalised-voiced-japanese-chars-expected.png: Added.
2749 * fast/encoding/denormalised-voiced-japanese-chars-expected.txt: Added.
2750 * fast/encoding/denormalised-voiced-japanese-chars.html: Added.
2752 2006-07-27 Eric Seidel <eric@eseidel.com>
2756 Complex entities seem to fail on TOT
2757 http://bugs.webkit.org/show_bug.cgi?id=6390
2758 Updated test cases now that this bug is fixed.
2760 * fast/parser/entity-ignorable-whitespace-expected.txt:
2761 * svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.checksum:
2762 * svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.png:
2763 * svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.txt:
2764 * svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.checksum:
2765 * svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.png:
2766 * svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.txt:
2767 * svg/W3C-SVG-1.1/render-elems-03-t-expected.checksum:
2768 * svg/W3C-SVG-1.1/render-elems-03-t-expected.png:
2769 * svg/W3C-SVG-1.1/render-elems-03-t-expected.txt:
2771 2006-07-27 Rob Buis <buis@kde.org
2775 Add some tests for http://bugs.webkit.org/show_bug.cgi?id=9938
2776 Specifically the testcases are:
2778 http://hixie.ch/tests/adhoc/svg/error/010.xml
2779 http://hixie.ch/tests/adhoc/svg/error/011.xml
2781 * svg/custom/invalid-viewbox1-expected.checksum: Added.
2782 * svg/custom/invalid-viewbox1-expected.png: Added.
2783 * svg/custom/invalid-viewbox1-expected.txt: Added.
2784 * svg/custom/invalid-viewbox1.svg: Added.
2785 * svg/custom/invalid-viewbox2-expected.checksum: Added.
2786 * svg/custom/invalid-viewbox2-expected.png: Added.
2787 * svg/custom/invalid-viewbox2-expected.txt: Added.
2788 * svg/custom/invalid-viewbox2.svg: Added.
2790 2006-07-27 Eric Seidel <eric@eseidel.com>
2794 Add testcases for getSVGDocument() function.
2795 Also test HTMLObjectElement.vspace and hspace as numbers (while I'm at it).
2797 * fast/dom/HTMLObjectElement/vspace-hspace-as-number-expected.checksum: Added.
2798 * fast/dom/HTMLObjectElement/vspace-hspace-as-number-expected.png: Added.
2799 * fast/dom/HTMLObjectElement/vspace-hspace-as-number-expected.txt: Added.
2800 * fast/dom/HTMLObjectElement/vspace-hspace-as-number.html: Added.
2801 * svg/custom/getsvgdocument-expected.checksum: Added.
2802 * svg/custom/getsvgdocument-expected.png: Added.
2803 * svg/custom/getsvgdocument-expected.txt: Added.
2804 * svg/custom/getsvgdocument.html: Added.
2805 * svg/custom/resources/getsvgdocument.svg: Added.
2807 2006-07-26 Alexey Proskuryakov <ap@nypop.com>
2811 http://bugs.webkit.org/show_bug.cgi?id=9901
2812 XSLTProcessor cannot parse text nodes for INPUT ELEMENTS in an XSLT stylesheet
2814 * fast/js/resources/xhtml-serialize.js: Added.
2815 * fast/js/xhtml-serialize-expected.txt: Added.
2816 * fast/js/xhtml-serialize.html: Added.
2818 2006-07-26 Justin Garcia <justin.garcia@apple.com>
2822 <rdar://problem/4652788>
2823 REGRESSION: Can't change size or style of any text in message body
2825 * editing/style/designmode-expected.checksum: Added.
2826 * editing/style/designmode-expected.png: Added.
2827 * editing/style/designmode-expected.txt: Added.
2828 * editing/style/designmode.html: Added.
2830 2006-07-25 Justin Garcia <justin.garcia@apple.com>
2834 <rdar://problem/4649560>
2835 REGRESSION: Can't Select All when the body is contentEditable="true"
2837 * editing/selection/select-all-005-expected.checksum: Added.
2838 * editing/selection/select-all-005-expected.png: Added.
2839 * editing/selection/select-all-005-expected.txt: Added.
2840 * editing/selection/select-all-005.html: Added.
2841 * editing/selection/select-all-006-expected.checksum: Added.
2842 * editing/selection/select-all-006-expected.png: Added.
2843 * editing/selection/select-all-006-expected.txt: Added.
2844 * editing/selection/select-all-006.html: Added.
2846 2006-07-24 Dan Waylonis <waylonis@google.com>
2848 Reviewed and tweaked a bit by Darin.
2850 - added some new tests that use "echo" including one for JavaScript null
2852 * plugins/bindings-test-expected.txt: Added results.
2853 * plugins/bindings-test.html: Added tests.
2855 2006-07-24 Darin Adler <darin@apple.com>
2857 Reviewed by Adele and Justin.
2859 - test for http://bugs.webkit.org/show_bug.cgi?id=9630
2860 REGRESSION: some spaces typed in <textarea> are posted as non-breaking spaces
2862 * fast/forms/textarea-type-spaces-expected.txt: Added.
2863 * fast/forms/textarea-type-spaces.html: Added.
2865 - test for http://bugs.webkit.org/show_bug.cgi?id=9939
2866 REGRESSION: Pasting text into native text area with newline at end does not preserve newline
2868 * fast/forms/textarea-paste-newline-expected.txt: Added.
2869 * fast/forms/textarea-paste-newline.html: Added.
2871 - updated tests affected by above changes, results are equivalent or better
2873 * editing/pasteboard/4641033-expected.checksum:
2874 * editing/pasteboard/4641033-expected.png:
2875 * editing/pasteboard/4641033-expected.txt:
2876 * editing/pasteboard/paste-table-003-expected.checksum:
2877 * editing/pasteboard/paste-table-003-expected.png:
2878 * editing/pasteboard/paste-table-003-expected.txt:
2879 * editing/pasteboard/paste-text-016-expected.txt:
2880 * editing/pasteboard/quirks-mode-br-1-expected.txt:
2881 * editing/pasteboard/quirks-mode-br-2-expected.txt:
2882 * fast/forms/textarea-scrolled-type-expected.checksum:
2883 * fast/forms/textarea-scrolled-type-expected.png:
2884 * fast/forms/textarea-scrolled-type-expected.txt:
2886 - changed a test to be a "dump as text" test
2888 * fast/forms/paste-into-textarea-expected.txt:
2889 * fast/forms/paste-into-textarea.html:
2890 * fast/forms/paste-into-textarea-expected.checksum: Removed.
2891 * fast/forms/paste-into-textarea-expected.png: Removed.
2893 - changed a test to be a "dump as text" test, improved test a bit and also checked in new results
2895 * fast/forms/textarea-scrolled-endline-caret-expected.txt:
2896 * fast/forms/textarea-scrolled-endline-caret.html:
2898 - fixed a test that was raising an exception every time it ran
2900 * fast/forms/attributed-strings-expected.txt:
2901 * fast/forms/attributed-strings.html:
2903 - corrected checksums on a bunch of tests (pngs were right, but checksums wrong, apparently)
2905 * editing/deleting/delete-to-select-table-expected.checksum:
2906 * editing/selection/3690719-expected.checksum:
2907 * editing/selection/clear-selection-expected.checksum:
2908 * editing/undo/undo-misspellings-expected.checksum:
2910 - added some missing pixel test results
2912 * editing/pasteboard/nested-blocks-with-text-area-expected.checksum: Added.
2913 * editing/pasteboard/nested-blocks-with-text-area-expected.png: Added.
2914 * editing/pasteboard/nested-blocks-with-text-field-expected.checksum: Added.
2915 * editing/pasteboard/nested-blocks-with-text-field-expected.png: Added.
2917 2006-07-24 Adele Peterson <adele@apple.com>
2921 - Test for <rdar://problem/4632132> Changing style of content with mixed editability fails
2923 * editing/style/apple-style-editable-mix-expected.checksum: Added.
2924 * editing/style/apple-style-editable-mix-expected.png: Added.
2925 * editing/style/apple-style-editable-mix-expected.txt: Added.
2926 * editing/style/apple-style-editable-mix.html: Added.
2928 2006-07-24 Dave MacLachlan <dmaclach@mac.com>
2930 Reviewed by Darin and Alexey.
2932 Test for: <http://bugs.webkit.org/show_bug.cgi?id=8425>
2933 and <http://bugs.webkit.org/show_bug.cgi?id=6947>
2935 * svg/custom/non-opaque-filters-expected.checksum: Added.
2936 * svg/custom/non-opaque-filters-expected.png: Added.
2937 * svg/custom/non-opaque-filters-expected.txt: Added.
2938 * svg/custom/non-opaque-filters.svg: Added.
2940 2006-07-24 Mitz Pettel <opendarwin.org@mitzpettel.com>
2944 - repaint test for http://bugs.webkit.org/show_bug.cgi?id=9669
2945 Incomplete repaint when changing an inline's border
2947 * fast/repaint/line-overflow-expected.checksum: Added.
2948 * fast/repaint/line-overflow-expected.png: Added.
2949 * fast/repaint/line-overflow-expected.txt: Added.
2950 * fast/repaint/line-overflow.html: Added.
2952 2006-07-24 Mitz Pettel <opendarwin.org@mitzpettel.com>
2956 - test for http://bugs.webkit.org/show_bug.cgi?id=10075
2957 REGRESSION: Reversed pop-up text in visually-ordered Hebrew pages
2959 * fast/forms/select-visual-hebrew-expected.checksum: Added.
2960 * fast/forms/select-visual-hebrew-expected.png: Added.
2961 * fast/forms/select-visual-hebrew-expected.txt: Added.
2962 * fast/forms/select-visual-hebrew.html: Added.
2964 2006-07-23 David Harrison <harrison@apple.com>
2968 <rdar://problem/4646759> Mail crash editing To Do - WebCore::InsertTextCommand::prepareForTextInsertion
2970 * editing/deleting/delete-mixed-editable-content-001-expected.checksum: Added.
2971 * editing/deleting/delete-mixed-editable-content-001-expected.png: Added.
2972 * editing/deleting/delete-mixed-editable-content-001-expected.txt: Added.
2973 * editing/deleting/delete-mixed-editable-content-001.html: Added.
2975 2006-07-23 Adele Peterson <adele@apple.com>
2979 Test for: <rdar://problem/4644614> REGRESSION: Typing, pasting or dragging in new text areas causes unnecessary scrolling
2981 * fast/forms/textarea-scrolled-type-expected.checksum: Added.
2982 * fast/forms/textarea-scrolled-type-expected.png: Added.
2983 * fast/forms/textarea-scrolled-type-expected.txt: Added.
2984 * fast/forms/textarea-scrolled-type.html: Added.
2986 2006-07-22 Alexey Proskuryakov <ap@nypop.com>
2990 Fix http://bugs.webkit.org/show_bug.cgi?id=10038
2991 REGRESSION: Length of navigator.mimeTypes collection returns number of installed plugins, not number
2992 of registered mime types
2994 * fast/js/navigator-mimeTypes-length-expected.txt: Added.
2995 * fast/js/navigator-mimeTypes-length.html: Added.
2996 * fast/js/resources/navigator-mimeTypes-length.js: Added.
2998 2006-07-21 Adele Peterson <adele@apple.com>
3002 Test for: <rdar://problem/4643238> REGRESSION: Can't set insertion point at the end of a line of text
3004 * fast/forms/textarea-scrolled-endline-caret-expected.txt: Added.
3005 * fast/forms/textarea-scrolled-endline-caret.html: Added.
3007 2006-07-21 Geoffrey Garen <ggaren@apple.com>
3011 Test for whether focusing and/or blurring a frame before its content has loaded causes
3012 a crash. <rdar://problem/4632505> REGRESSION: Crash at
3013 WebCore::Widget::getView() const + 6
3015 * http/tests/incremental/frame-focus-before-load-expected.txt: Added.
3016 * http/tests/incremental/frame-focus-before-load.html: Added.
3018 2006-07-21 Maciej Stachowiak <mjs@apple.com>
3022 <rdar://problem/4523976> REGRESSION (NativeTextField): Crash occurs when choosing "Undo Typing" after typing and setting the value
3024 * fast/forms/text-field-setvalue-crash-expected.txt: Added.
3025 * fast/forms/text-field-setvalue-crash.html: Added.
3027 2006-07-21 Justin Garcia <justin.garcia@apple.com>
3031 <rdar://problem/4548238>
3032 REGRESSION: Can't remove the first OL/UL list item in a Mail's compose window
3034 * editing/deleting/delete-first-list-item-expected.checksum: Added.
3035 * editing/deleting/delete-first-list-item-expected.png: Added.
3036 * editing/deleting/delete-first-list-item-expected.txt: Added.
3037 * editing/deleting/delete-first-list-item.html: Added.
3039 2006-07-21 Mitz Pettel <opendarwin.org@mitzpettel.com>
3043 * editing/selection/select-all-iframe-expected.txt:
3044 * editing/selection/select-from-textfield-outwards-expected.checksum: Added.
3045 * editing/selection/select-from-textfield-outwards-expected.png: Added.
3046 * editing/selection/select-from-textfield-outwards-expected.txt: Added.
3047 * editing/selection/select-from-textfield-outwards.html: Added.
3048 * fast/events/drag-outside-window-expected.txt:
3050 2006-07-21 Geoffrey Garen <ggaren@apple.com>
3052 Test for undetectable style.filter property.
3054 * fast/dom/undetectable-style-filter-expected.txt: Added.
3055 * fast/dom/undetectable-style-filter.html: Added.
3057 2006-07-21 Justin Garcia <justin.garcia@apple.com>
3061 <rdar://problem/4641033>
3062 REGRESSION: Pasting from web pages into Mail (or Blot) often loses most of the content
3064 * editing/pasteboard/4641033-expected.checksum: Added.
3065 * editing/pasteboard/4641033-expected.png: Added.
3066 * editing/pasteboard/4641033-expected.txt: Added.
3067 * editing/pasteboard/4641033.html: Added.
3069 2006-07-20 Anders Carlsson <acarlsson@apple.com>
3073 <rdar://problem/4637807> REGRESSION: "Features & Options" page at volvocars.us fails
3075 * fast/xsl/xslt-processer-expected.txt:
3078 * fast/xsl/xslt-string-parameters-expected.txt: Added.
3079 * fast/xsl/xslt-string-parameters.html: Added.
3081 2006-07-20 Maciej Stachowiak <mjs@apple.com>
3083 Reviewed by Beth and John.
3085 - fix recently broken layout tests that need updated results or test changes:
3087 For these three, the selection ranges changed (for the better) due to my input
3090 * editing/selection/3690703-2-expected.txt:
3091 * editing/selection/3690703-expected.txt:
3092 * fast/text/textIteratorNilRenderer-expected.txt:
3094 For this one, DumpRenderTree no longer shows resize corners by default, so turned
3097 * fast/css/resize-corner-tracking.html:
3099 2006-07-19 Maciej Stachowiak <mjs@apple.com>
3103 - fixed layout test results that were affected by editing input
3104 paste patch -- new results are actually more correct, handling
3105 text fields properly as a replaced element.
3107 * editing/selection/3690703-2-expected.txt:
3108 * editing/selection/3690703-expected.txt:
3109 * fast/events/div-focus-expected.txt:
3110 * fast/text/textIteratorNilRenderer-expected.txt:
3112 2006-07-19 Justin Garcia <justin.garcia@apple.com>
3116 <rdar://problem/4631972>
3117 REGRESSION: Mail crashes when pasting entire contents of http://www.apple.com/support/ into a new mail message
3119 * editing/pasteboard/4631972-expected.checksum: Added.
3120 * editing/pasteboard/4631972-expected.png: Added.
3121 * editing/pasteboard/4631972-expected.txt: Added.
3122 * editing/pasteboard/4631972.html: Added.
3123 * editing/selection/drag-to-contenteditable-iframe-expected.txt:
3124 * editing/selection/replaced-boundaries-3-expected.checksum:
3125 * editing/selection/replaced-boundaries-3-expected.txt:
3126 * editing/selection/select-box-expected.txt:
3128 2006-07-19 Anders Carlsson <acarlsson@apple.com>
3132 <rdar://problem/4631272> REGRESSION: Crash tabbing out of hostname field at autorestore.apple.com
3134 * fast/forms/display-none-in-onchange-keyboard-expected.txt: Added.
3135 * fast/forms/display-none-in-onchange-keyboard.html: Added.
3137 2006-07-19 Justin Garcia <justin.garcia@apple.com>
3141 <rdar://problem/4613519>
3142 REGRESSION: Pasting text in native text area inserts text one character before it should (9527)
3144 * fast/forms/paste-into-textarea-expected.checksum: Added.
3145 * fast/forms/paste-into-textarea-expected.png: Added.
3146 * fast/forms/paste-into-textarea-expected.txt: Added.
3147 * fast/forms/paste-into-textarea.html: Added.
3149 2006-07-19 Anders Carlsson <acarlsson@apple.com>
3151 * fast/js/pretty-print-expected.txt:
3154 * fast/js/resources/pretty-print.js:
3155 Fix description string.
3157 2006-07-19 Anders Carlsson <acarlsson@apple.com>
3161 <rdar://problem/4620655> REGRESSION(10.4.7-10.5): preview button for a blogger.com post doesn't work
3163 * fast/js/pretty-print-expected.txt: Added.
3164 * fast/js/pretty-print.html: Added.
3165 * fast/js/resources/pretty-print.js: Added.
3167 2006-07-19 David Harrison <harrison@apple.com>
3169 <rdar://problem/4629307> -[DOMRange markupString] does not include the initial table element if it is at the beginning of the range
3170 <rdar://problem/4062218> pasting in contents of web.apple.com strips off the <table> element from the first table
3172 (this really only tests the symptoms of <rdar://problem/4062218>, because -[DOMRange markupString] is not testable)
3174 * editing/pasteboard/paste-table-003-expected.checksum: Added.
3175 * editing/pasteboard/paste-table-003-expected.png: Added.
3176 * editing/pasteboard/paste-table-003-expected.txt: Added.
3177 * editing/pasteboard/paste-table-003.html: Added.
3179 2006-07-18 Maciej Stachowiak <mjs@apple.com>
3181 Reviewed by Adele Peterson.
3185 <rdar://problem/4620646> REGRESSION(10.4.7-10.5): can't type into editing region when creating or editing a blogger.com post
3187 * fast/js/null-char-in-string-expected.txt: Added.
3188 * fast/js/null-char-in-string.html: Added.
3189 * fast/js/resources/null-char-in-string.js: Added.
3191 2006-07-18 Anders Carlsson <acarlsson@apple.com>
3195 http://bugs.webkit.org/show_bug.cgi?id=9959
3196 REGRESSION: iframes stop rendering after 200th one on successive reloads
3198 * fast/frames/frame-limit-expected.txt: Added.
3199 * fast/frames/frame-limit.html: Added.
3201 2006-07-18 Darin Adler <darin@apple.com>
3205 - convert a couple of tests to "dump as text" tests
3207 * fast/dom/css-selectorText-expected.checksum: Removed.
3208 * fast/dom/css-selectorText-expected.png: Removed.
3209 * fast/dom/css-selectorText-expected.txt: Replaced render tree results with text results.
3210 * fast/dom/css-selectorText.html: Added a call to layoutTestController.dumpAsText.
3212 * fast/dom/css-shortHands-expected.checksum: Removed.
3213 * fast/dom/css-shortHands-expected.png: Removed.
3214 * fast/dom/css-shortHands-expected.txt: Replaced render tree results with text results.
3215 * fast/dom/css-shortHands.html: Added a call to layoutTestController.dumpAsText.
3217 2006-07-18 Mitz Pettel <opendarwin.org@mitzpettel.com>
3221 - test for http://bugs.webkit.org/show_bug.cgi?id=9978
3222 REGRESSION (r12949-r12988): Clicking the first letter on a line places the caret at the end of the previous line
3224 * editing/selection/click-start-of-line-expected.checksum: Added.
3225 * editing/selection/click-start-of-line-expected.png: Added.
3226 * editing/selection/click-start-of-line-expected.txt: Added.
3227 * editing/selection/click-start-of-line.html: Added.
3229 2006-07-18 Anders Carlsson <acarlsson@apple.com>
3233 http://bugs.webkit.org/show_bug.cgi?id=9695
3234 <rdar://problem/4614085>
3235 TOT REGRESSION: NativeTextArea: Text area does not respond to Cmd-UpArrow/Cmd-DownArrow (9695)
3237 * editing/selection/move-begin-end-expected.txt: Added.
3238 * editing/selection/move-begin-end.html: Added.
3240 2006-07-17 Maciej Stachowiak <mjs@apple.com>
3242 Test cases not reviewed but the corresponding fix was.
3244 - test cases for <rdar://problem/4618089> Blot crashes when I paste in all the contents of http://www.apple.com/startpage/
3246 * editing/pasteboard/nested-blocks-with-text-area-expected.txt: Added.
3247 * editing/pasteboard/nested-blocks-with-text-area.html: Added.
3248 * editing/pasteboard/nested-blocks-with-text-field-expected.txt: Added.
3249 * editing/pasteboard/nested-blocks-with-text-field.html: Added.
3251 2006-07-17 Anders Carlsson <acarlsson@apple.com>
3255 Add Apache 2 config file.
3257 * http/conf/apache2-httpd.conf: Added.
3259 2006-07-17 Justin Garcia <justin.garcia@apple.com>
3263 <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
3265 * editing/selection/replace-selection-1-expected.checksum: Added.
3266 * editing/selection/replace-selection-1-expected.png: Added.
3267 * editing/selection/replace-selection-1-expected.txt: Added.
3268 * editing/selection/replace-selection-1.html: Added.
3270 2006-07-14 Justin Garcia <justin.garcia@apple.com>
3274 * editing/selection/drag-to-contenteditable-iframe-expected.txt:
3275 * editing/selection/subframe-with-selection-expected.txt:
3277 2006-07-17 Maciej Stachowiak <mjs@apple.com>
3281 <rdar://problem/4604946> REGRESSION: 'checkboxRef.checked = true' fires onchange event in Leopard
3283 * fast/events/programmatic-check-no-change-event-expected.txt: Added.
3284 * fast/events/programmatic-check-no-change-event.html: Added.
3286 2006-07-16 David Kilzer <ddkilzer@kilzer.net>
3290 - test for http://bugs.webkit.org/show_bug.cgi?id=9954
3291 REGRESSION: document.dir should return empty string in <head>
3293 * fast/dom/document-dir-property-expected.txt: Added.
3294 * fast/dom/document-dir-property.html: Added.
3296 2006-07-16 David Kilzer <ddkilzer@kilzer.net>
3300 * fast/dynamic/move-node-with-selection-expected.checksum:
3301 Removed "No newline at end of file" that snuck in as part of the "apply patch" process.
3303 2006-07-16 Darin Adler <darin@apple.com>
3305 - fixed a couple of files I checked in wrong
3307 * fast/html/body-offset-properties-expected.txt: Removed property cruft.
3308 * fast/html/body-offset-properties.html: Ditto.
3310 2006-07-16 Maciej Stachowiak <mjs@apple.com>
3312 - fixed typo in expected results
3314 * fast/js/for-in-avoid-duplicates-expected.txt:
3316 2006-07-16 Darin Adler <darin@apple.com>
3318 Reviewed by John Sullivan (new test, not the changes to existing ones).
3320 - test for http://bugs.webkit.org/show_bug.cgi?id=9943
3321 <rdar://problem/4590613>
3322 REGRESSION (Tiger-TOT): menus are offset to the right at http://movies.aol.com/movie-photo-bts/superman-returns
3324 * fast/html/body-offset-properties-expected.txt: Added.
3325 * fast/html/body-offset-properties.html: Added.
3327 * editing/execCommand/findString-2.html: Update to not depend on the buggy body.offseLeft/Top.
3328 Instead hardcode the default body margin of 8.
3329 * editing/pasteboard/drop-text-without-selection.html: Ditto.
3330 * editing/selection/click-before-and-after-table.html: Ditto.
3331 * editing/selection/mixed-editability-1.html: Ditto.
3332 * fast/table/click-near-anonymous-table.html: Ditto.
3334 * editing/selection/drag-to-contenteditable-iframe.html: Remove unnecessary use of body.offsetLeft/Top
3337 2006-07-16 Maciej Stachowiak <mjs@apple.com>
3341 - new test case and updated results for property list changes
3343 * fast/js/for-in-avoid-duplicates-expected.txt: Added.
3344 * fast/js/for-in-avoid-duplicates.html: Added.
3345 * fast/js/kde/Array-expected.txt:
3346 * fast/js/resources/for-in-avoid-duplicates.js: Added.
3348 2006-07-15 Darin Adler <darin@apple.com>
3350 Reviewed by John Sullivan.
3352 - test for http://bugs.webkit.org/show_bug.cgi?id=8952
3353 <rdar://problem/4575185>
3354 REGRESSION: crash on drag of highlighted Google custom home page modules
3356 * fast/dynamic/move-node-with-selection-expected.checksum: Added.
3357 * fast/dynamic/move-node-with-selection-expected.png: Added.
3358 * fast/dynamic/move-node-with-selection-expected.txt: Added.
3359 * fast/dynamic/move-node-with-selection.html: Added.
3361 2006-07-15 Darin Adler <darin@apple.com>
3363 Reviewed by John Sullivan.
3365 - test for http://bugs.webkit.org/show_bug.cgi?id=8587
3366 <rdar://problem/4631844>
3367 REGRESSION: {display:list-item} on items outside an ol or ul element no longer causes incremental numbering
3369 * fast/lists/numeric-markers-outside-list-expected.checksum: Added.
3370 * fast/lists/numeric-markers-outside-list-expected.png: Added.
3371 * fast/lists/numeric-markers-outside-list-expected.txt: Added.
3372 * fast/lists/numeric-markers-outside-list.html: Added.
3374 2006-07-15 Geoffrey Garen <ggaren@apple.com>
3378 Layout test for crash when setting the dir property on a document with no body.
3380 * fast/dom/dir-no-body-expected.txt: Added.
3381 * fast/dom/dir-no-body.html: Added.
3383 2006-07-15 Darin Adler <darin@apple.com>
3387 - test for http://bugs.webkit.org/show_bug.cgi?id=8395
3388 <rdar://problem/4613467>
3389 REGRESSION: RegEx seems broken for hex escaped non breaking space
3391 * fast/js/regexp-extended-characters-more-expected.txt: Added.
3392 * fast/js/regexp-extended-characters-more.html: Added.
3393 * fast/js/resources/regexp-extended-characters-more.js: Added.
3395 2006-07-15 Darin Adler <darin@apple.com>
3399 - test for http://bugs.webkit.org/show_bug.cgi?id=8871
3400 <rdar://problem/4575417>
3401 REGRESSION: Pressing Enter/Return in a text input removes the selected text
3402 and http://bugs.webkit.org/show_bug.cgi?id=9743
3403 <rdar://problem/4614228>
3404 REGRESSION: crash dispatching JavaScript-created keyboard event to input element
3406 * fast/forms/input-text-enter-expected.txt: Added.
3407 * fast/forms/input-text-enter.html: Added.
3409 2006-07-15 Darin Adler <darin@apple.com>
3411 Reviewed by John Sullivan.
3413 - test for http://bugs.webkit.org/show_bug.cgi?id=9883
3414 <rdar://problem/4631821>
3415 REGRESSION: NativePopups don't work correctly in some forum software
3417 * fast/forms/select-selected-expected.checksum: Added.
3418 * fast/forms/select-selected-expected.png: Added.
3419 * fast/forms/select-selected-expected.txt: Added.
3420 * fast/forms/select-selected.html: Added.
3422 2006-07-15 Anders Carlsson <acarlsson@apple.com>
3426 http://bugs.webkit.org/show_bug.cgi?id=9866
3427 <rdar://problem/4631561>
3428 REGRESSION: Repro crash from mangleme using iframe, only from server.
3430 * http/tests/misc/iframe-invalid-source-crash-expected.txt: Added.
3431 * http/tests/misc/iframe-invalid-source-crash.html: Added.
3433 2006-07-14 Alexey Proskuryakov <ap@nypop.com>
3437 Fix http://bugs.webkit.org/show_bug.cgi?id=4195
3438 REGRESSION: KOI8-U encoding no longer supported.
3440 * fast/encoding/charset-koi8-u-expected.txt: Added.
3441 * fast/encoding/charset-koi8-u.html: Added.
3442 * fast/encoding/charset-x-nextstep-expected.txt: Added.
3443 * fast/encoding/charset-x-nextstep.html: Added.
3444 * http/tests/misc/BOM-override-expected.txt: Added.
3445 * http/tests/misc/BOM-override-script-expected.txt: Added.
3446 * http/tests/misc/BOM-override-script.html: Added.
3447 * http/tests/misc/BOM-override.pl: Added.
3448 * http/tests/misc/resources/BOM-override-2.pl: Added.
3449 * http/tests/misc/resources/BOM-override-3.pl: Added.
3451 2006-07-14 Timothy Hatcher <timothy@apple.com>
3453 Rolling out this fix from r15358 since it isn't resolved.
3455 2006-07-11 Justin Garcia <justin.garcia@apple.com>
3457 Reviewed by levi & thatcher
3459 <http://bugs.webkit.org/show_bug.cgi?id=9642>
3460 GMail Editor: Operations that use drop down menus blow away the selection
3462 * editing/selection/drag-to-contenteditable-iframe-expected.txt:
3463 * editing/selection/subframe-with-selection-expected.checksum: Added.
3464 * editing/selection/subframe-with-selection-expected.png: Added.
3465 * editing/selection/subframe-with-selection-expected.txt: Added.
3466 * editing/selection/subframe-with-selection.html: Added.
3468 2006-07-14 Mitz Pettel <opendarwin.org@mitzpettel.com>
3472 - test for http://bugs.webkit.org/show_bug.cgi?id=9905
3473 REGRESSION (r15404-r15415): Repro crash when pressing delete in an empty editable div
3475 * editing/deleting/delete-at-start-or-end-expected.checksum: Added.
3476 * editing/deleting/delete-at-start-or-end-expected.png: Added.
3477 * editing/deleting/delete-at-start-or-end-expected.txt: Added.
3478 * editing/deleting/delete-at-start-or-end.html: Added.
3480 2006-07-14 Mitz Pettel <opendarwin.org@mitzpettel.com>
3484 - test for http://bugs.webkit.org/show_bug.cgi?id=9879
3485 REGRESSION: Repro crash when clicking to the side of an anonymous table
3486 - see also <rdar://problem/4628129> REGRESSION: Repro crash when clicking
3487 to the side of an anonymous table
3489 NOTE: Only the layout test part of this patch was landed since an alternate
3490 fix was committed in r15401: <rdar://problem/4509393> selected DOM range
3491 starts with <object>, 0 offset but selection should include the <object>
3493 * fast/table/click-near-anonymous-table-expected.checksum: Added.
3494 * fast/table/click-near-anonymous-table-expected.png: Added.
3495 * fast/table/click-near-anonymous-table-expected.txt: Added.
3496 * fast/table/click-near-anonymous-table.html: Added.
3498 2006-07-12 Maciej Stachowiak <mjs@apple.com>
3502 Test cases for <rdar://problem/4567031> REGRESSION: Crash at WebCore::RenderBlock::createLineBoxes (seems to be a security hole?)
3504 I included the test case from the bug plus variants for other broken cases that
3505 were similar but needed separate fixes.
3507 * fast/table/cell-in-row-before-misnested-text-crash-expected.txt: Added.
3508 * fast/table/cell-in-row-before-misnested-text-crash.xhtml: Added.
3509 * fast/table/form-in-row-before-misnested-text-crash-expected.txt: Added.
3510 * fast/table/form-in-row-before-misnested-text-crash.xhtml: Added.
3511 * fast/table/form-in-table-before-misnested-text-crash-expected.txt: Added.
3512 * fast/table/form-in-table-before-misnested-text-crash.xhtml: Added.
3513 * fast/table/form-in-tbody-before-misnested-text-crash-expected.txt: Added.
3514 * fast/table/form-in-tbody-before-misnested-text-crash.xhtml: Added.
3515 * fast/table/row-in-tbody-before-misnested-text-crash-expected.txt: Added.
3516 * fast/table/row-in-tbody-before-misnested-text-crash.xhtml: Added.
3517 * fast/table/section-in-table-before-misnested-text-crash-expected.txt: Added.
3518 * fast/table/section-in-table-before-misnested-text-crash.xhtml: Added.
3520 2006-07-13 Mitz Pettel <opendarwin.org@mitzpettel.com>
3524 - test and updated results for http://bugs.webkit.org/show_bug.cgi?id=9670
3525 REGRESSION: RTL white-space:pre-wrap text is offset to the right
3527 * editing/deleting/delete-to-select-table-expected.txt:
3528 * editing/execCommand/boldSelection-expected.txt:
3529 * editing/execCommand/italicizeByCharacter-expected.txt:
3530 * editing/execCommand/modifyForeColorByCharacter-expected.txt:
3531 * editing/execCommand/print-expected.txt:
3532 * editing/execCommand/selectAll-expected.txt:
3533 * editing/execCommand/strikethroughSelection-expected.txt:
3534 * editing/inserting/insert-div-027-expected.txt:
3535 * editing/selection/after-line-wrap-expected.txt:
3536 * editing/selection/mixed-editability-1-expected.txt:
3537 * editing/selection/select-all-001-expected.txt:
3538 * editing/selection/select-all-002-expected.txt:
3539 * editing/selection/select-all-003-expected.txt:
3540 * fast/clip/outline-overflowClip-expected.txt:
3541 * fast/text/international/rtl-white-space-pre-wrap-expected.checksum: Added.
3542 * fast/text/international/rtl-white-space-pre-wrap-expected.png: Added.
3543 * fast/text/international/rtl-white-space-pre-wrap-expected.txt: Added.
3544 * fast/text/international/rtl-white-space-pre-wrap.html: Added.
3545 * fast/text/whitespace/pre-wrap-overflow-selection-expected.txt:
3546 * fast/text/whitespace/pre-wrap-spaces-after-newline-expected.txt:
3548 2006-07-13 Mark Rowe <opendarwin.org@bdash.net.nz>
3550 Reviewed by Geoffrey.
3552 http://bugs.webkit.org/show_bug.cgi?id=9742
3553 Bug 9742: REGRESSION: WebKit hangs when loading <http://www.vtbook.com>
3555 This includes tests for indexing an array with immediate types, and for
3556 setting selectField.options.length to immediate types.
3558 * fast/dom/select-selectedIndex-expected.txt:
3559 * fast/dom/select-selectedIndex-multiple-expected.txt:
3560 * fast/dom/select-selectedIndex-multiple.html: Update to test setting length to true and false.
3561 * fast/dom/select-selectedIndex.html: Ditto.
3562 * fast/js/array-index-immediate-types-expected.txt: Added.
3563 * fast/js/array-index-immediate-types.html: Added.
3564 * fast/js/resources/array-index-immediate-types.js: Added.
3566 2006-07-13 David Harrison <harrison@apple.com>
3568 Reviewed by Justin and Levi.
3570 <rdar://problem/4620743> REGRESSION: Option-Delete doesn't delete words during typing
3572 * editing/deleting/delete-by-word-001-expected.checksum: Added.
3573 * editing/deleting/delete-by-word-001-expected.png: Added.
3574 * editing/deleting/delete-by-word-001-expected.txt: Added.
3575 * editing/deleting/delete-by-word-001.html: Added.
3576 * editing/deleting/delete-by-word-002-expected.checksum: Added.
3577 * editing/deleting/delete-by-word-002-expected.png: Added.
3578 * editing/deleting/delete-by-word-002-expected.txt: Added.
3579 * editing/deleting/delete-by-word-002.html: Added.
3581 2006-07-13 Levi Weintraub <lweintraub@apple.com>
3585 <rdar://problem/4622763> Deleting from beginning of paragraph following a table deletes rather than selects the table
3587 * editing/deleting/delete-block-table-expected.checksum: Added.
3588 * editing/deleting/delete-block-table-expected.png: Added.
3589 * editing/deleting/delete-block-table-expected.txt: Added.
3590 * editing/deleting/delete-block-table.html: Added.
3591 * editing/deleting/delete-hr-expected.checksum: Added.
3592 * editing/deleting/delete-hr-expected.png: Added.
3593 * editing/deleting/delete-hr-expected.txt: Added.
3594 * editing/deleting/delete-hr.html: Added.
3595 * editing/deleting/delete-to-select-table-expected.png:
3596 * editing/execCommand/insertHorizontalRule-expected.txt:
3597 * fast/lists/markers-in-selection-expected.txt:
3599 2006-07-12 Mitz Pettel <opendarwin.org@mitzpettel.com>
3603 - test for http://bugs.webkit.org/show_bug.cgi?id=9862
3604 REGRESSION: GMail: Crash in RenderView::repaintViewRectangle when spoofing as FF
3605 - see also <rdar://problem/4622407>
3607 * fast/frames/repaint-display-none-crash-expected.txt: Added.
3608 * fast/frames/repaint-display-none-crash.html: Added.
3610 2006-07-12 Justin Garcia <justin.garcia@apple.com>
3614 <rdar://problem/4509393>
3615 selected DOM range starts with <object>, 0 offset but selection should include the <object>
3617 * editing/selection/legal-positions-expected.txt: Added.
3618 * editing/selection/legal-positions.html: Added.
3620 * editing/deleting/delete-3608430-fix-expected.txt:
3621 * editing/deleting/delete-image-001-expected.txt:
3622 * editing/deleting/delete-image-002-expected.txt:
3623 * editing/deleting/delete-image-003-expected.txt:
3624 * editing/deleting/delete-image-004-expected.txt:
3625 * editing/selection/drag-to-contenteditable-iframe-expected.txt:
3626 * editing/selection/replaced-boundaries-3-expected.txt:
3627 * editing/selection/select-box-expected.txt:
3629 2006-07-12 John Sullivan <sullivan@apple.com>
3631 Reviewed by Brady Eidson (and written by Justin Garcia)
3633 - layout test corresponding to <rdar://problem/4611164>
3635 * editing/undo/undo-misspellings-expected.checksum: Added.
3636 * editing/undo/undo-misspellings-expected.png: Added.
3637 * editing/undo/undo-misspellings-expected.txt: Added.
3638 * editing/undo/undo-misspellings.html: Added.
3640 2006-07-13 Anders Carlsson <acarlsson@apple.com>
3644 http://bugs.webkit.org/show_bug.cgi?id=9663
3645 REGRESSION (r14948-r14956): Selection in text field remains highlighted when the text field loses focus
3647 * editing/selection/clear-selection-expected.checksum: Added.
3648 * editing/selection/clear-selection-expected.png: Added.
3649 * editing/selection/clear-selection-expected.txt: Added.
3650 * editing/selection/clear-selection.html: Added.
3652 2006-07-12 David Kilzer <ddkilzer@kilzer.net>
3654 Reviewed by NOBODY (layout test fix).
3656 Remove property information left in files from svn-apply.
3658 * fast/table/large-rowspan-crash-expected.txt:
3659 * fast/table/large-rowspan-crash.html:
3661 2006-07-12 Darin Adler <darin@apple.com>
3665 - another large rowspan test case
3667 * fast/table/large-rowspan-crash-expected.txt: Added.
3668 * fast/table/large-rowspan-crash.html: Added.
3670 2006-07-12 Anders Carlsson <acarlsson@apple.com>
3674 <rdar://problem/4586665> REGRESSION: autorestore.apple.com: Crashes Safari in WebCore::Widget::client() const
3676 * fast/forms/input-type-change-in-onfocus-keyboard-expected.txt: Added.
3677 * fast/forms/input-type-change-in-onfocus-keyboard.html: Added.
3678 * fast/forms/input-type-change-in-onfocus-mouse-expected.txt: Added.
3679 * fast/forms/input-type-change-in-onfocus-mouse.html: Added.
3681 2006-07-12 Adele Peterson <adele@apple.com>
3685 Test for: http://bugs.webkit.org/show_bug.cgi?id=9813
3686 OPTION text can paint over select element's scrollbar
3688 * fast/forms/option-text-clip-expected.checksum: Added.
3689 * fast/forms/option-text-clip-expected.png: Added.
3690 * fast/forms/option-text-clip-expected.txt: Added.
3691 * fast/forms/option-text-clip.html: Added.
3693 2006-07-11 Justin Garcia <justin.garcia@apple.com>
3697 <rdar://problem/4620686>
3698 REGRESSION: Mispelling markers are still displayed when using the delete key to place caret into a misspelled word
3700 * editing/deleting/delete-after-span-ws-001-expected.checksum:
3701 * editing/deleting/delete-after-span-ws-001-expected.png:
3702 * editing/deleting/delete-after-span-ws-002-expected.checksum:
3703 * editing/deleting/delete-after-span-ws-002-expected.png:
3704 * editing/deleting/delete-after-span-ws-003-expected.checksum:
3705 * editing/deleting/delete-after-span-ws-003-expected.png:
3706 * editing/deleting/delete-block-merge-contents-010-expected.checksum:
3707 * editing/deleting/delete-block-merge-contents-010-expected.png:
3708 * editing/deleting/merge-unrendered-space-expected.checksum:
3709 * editing/deleting/merge-unrendered-space-expected.png:
3711 2006-07-11 Tim Omernick <timo@apple.com>
3715 Test case for <http://bugs.webkit.org/show_bug.cgi?id=9843>:
3716 Give Netscape plug-ins access to their own DOM element
3718 * plugins/netscape-dom-access-expected.checksum: Added.
3719 * plugins/netscape-dom-access-expected.png: Added.
3720 * plugins/netscape-dom-access-expected.txt: Added.
3721 * plugins/netscape-dom-access.html: Added.
3723 2006-07-11 Adele Peterson <adele@apple.com>
3727 Tests for http://bugs.webkit.org/show_bug.cgi?id=9861
3728 REGRESSION: Can't dynamically change list box to popup
3730 * fast/forms/select-change-listbox-to-popup-expected.checksum: Added.
3731 * fast/forms/select-change-listbox-to-popup-expected.png: Added.
3732 * fast/forms/select-change-listbox-to-popup-expected.txt: Added.
3733 * fast/forms/select-change-listbox-to-popup.html: Added.
3734 * fast/forms/select-change-popup-to-listbox.html:
3736 2006-07-11 Justin Garcia <justin.garcia@apple.com>
3738 Reviewed by levi & thatcher
3740 <http://bugs.webkit.org/show_bug.cgi?id=9642>
3741 GMail Editor: Operations that use drop down menus blow away the selection
3743 * editing/selection/drag-to-contenteditable-iframe-expected.txt:
3744 * editing/selection/subframe-with-selection-expected.checksum: Added.
3745 * editing/selection/subframe-with-selection-expected.png: Added.
3746 * editing/selection/subframe-with-selection-expected.txt: Added.
3747 * editing/selection/subframe-with-selection.html: Added.
3749 2006-07-11 Adele Peterson <adele@apple.com>
3753 Test for http://bugs.webkit.org/show_bug.cgi?id=9859
3754 REGRESSION: Can't dynamically change popup to list box
3756 * fast/forms/select-change-popup-to-listbox-expected.checksum: Added.
3757 * fast/forms/select-change-popup-to-listbox-expected.png: Added.
3758 * fast/forms/select-change-popup-to-listbox-expected.txt: Added.
3759 * fast/forms/select-change-popup-to-listbox.html: Added.
3761 2006-07-11 Alexey Proskuryakov <ap@nypop.com>
3765 - test for http://bugs.webkit.org/show_bug.cgi?id=9572
3766 Add application/xhtml+xml to the Accept header
3768 The fix itself was landed on 2006-07-09, but I forgot about the test.
3770 * http/tests/misc/xhtml-expected.txt: Added.
3771 * http/tests/misc/xhtml.php: Added.
3773 2006-07-11 Beth Dakin <bdakin@apple.com>
3777 Adele checked in new results for this test when you could style
3778 selects, but the styling of selects is turned off for now, so back
3779 to the original results.
3781 * fast/forms/001-expected.checksum:
3782 * fast/forms/001-expected.png:
3783 * fast/forms/001-expected.txt:
3785 2006-07-11 Alexey Proskuryakov <ap@nypop.com>
3789 - test for http://bugs.webkit.org/show_bug.cgi?id=7808
3790 Assertion failure in -[WebBaseNetscapePluginStream dealloc] when requesting an invalid URL
3792 * plugins/get-empty-url-expected.txt: Added.
3793 * plugins/get-empty-url.html: Added.
3795 2006-07-10 David Kilzer <ddkilzer@kilzer.net>
3799 - test for http://bugs.webkit.org/show_bug.cgi?id=9179
3800 Implement select.options.add() method
3802 * fast/dom/select-selectedIndex-multiple-expected.txt: Updated test results.
3803 * fast/dom/select-selectedIndex-multiple.html: Updated to print comments between
3804 tests to make failures easier to track down.
3805 * fast/dom/select-selectedIndex-expected.txt: Mirrored updates from select-selectedIndex-multiple.html
3806 * fast/dom/select-selectedIndex.html: Ditto.
3807 * fast/js/resources/select-options-add.js: Added.
3808 * fast/js/select-options-add-expected.txt: Added.
3809 * fast/js/select-options-add.html: Added.
3811 2006-07-10 Adele Peterson <adele@apple.com>
3815 Test for <rdar://problem/4621442> REGRESSION (NativePopup) : Popup menus aren't drawn correctly on page at orbitz.com; cheaptickets.com
3817 * fast/forms/select-style-expected.checksum: Added.
3818 * fast/forms/select-style-expected.png: Added.
3819 * fast/forms/select-style-expected.txt: Added.
3820 * fast/forms/select-style.html: Added.
3822 2006-07-10 Beth Dakin <bdakin@apple.com>
3826 Test for <rdar://problem/4621095> The should be a way to
3827 access the user interface scale factor through the DOM
3829 * fast/dom/jsDevicePixelRatio-expected.checksum: Added.
3830 * fast/dom/jsDevicePixelRatio-expected.png: Added.
3831 * fast/dom/jsDevicePixelRatio-expected.txt: Added.
3832 * fast/dom/jsDevicePixelRatio.html: Added.
3834 2006-07-10 Adele Peterson <adele@apple.com>
3836 http://bugs.webkit.org/show_bug.cgi?id=9830
3837 More pixel test results need updating since switching to native popup
3839 * editing/selection/replaced-boundaries-3-expected.checksum:
3840 * editing/selection/replaced-boundaries-3-expected.png:
3841 * fast/block/margin-collapse/103-expected.checksum:
3842 * fast/block/margin-collapse/103-expected.png:
3843 * fast/forms/001-expected.checksum:
3844 * fast/forms/001-expected.png:
3845 * fast/forms/HTMLOptionElement_label01-expected.checksum:
3846 * fast/forms/HTMLOptionElement_label01-expected.png:
3847 * fast/forms/HTMLOptionElement_label02-expected.checksum:
3848 * fast/forms/HTMLOptionElement_label02-expected.png:
3849 * fast/forms/HTMLOptionElement_label03-expected.checksum:
3850 * fast/forms/HTMLOptionElement_label03-expected.png:
3851 * fast/forms/HTMLOptionElement_label04-expected.checksum:
3852 * fast/forms/HTMLOptionElement_label04-expected.png:
3853 * fast/forms/form-element-geometry-expected.checksum:
3854 * fast/forms/form-element-geometry-expected.png:
3855 * fast/forms/option-script-expected.checksum:
3856 * fast/forms/option-script-expected.png:
3857 * fast/forms/option-strip-whitespace-expected.checksum:
3858 * fast/forms/option-strip-whitespace-expected.png:
3859 * fast/invalid/014-expected.checksum:
3860 * fast/invalid/014-expected.png:
3861 * fast/parser/document-write-option-expected.checksum:
3862 * fast/parser/document-write-option-expected.png:
3863 * tables/mozilla/bugs/bug2479-3-expected.checksum:
3864 * tables/mozilla/bugs/bug2479-3-expected.png:
3865 * tables/mozilla/bugs/bug29326-expected.checksum:
3866 * tables/mozilla/bugs/bug29326-expected.png:
3867 * tables/mozilla/bugs/bug33855-expected.checksum:
3868 * tables/mozilla/bugs/bug33855-expected.png:
3869 * tables/mozilla/bugs/bug96334-expected.checksum:
3870 * tables/mozilla/bugs/bug96334-expected.png:
3871 * tables/mozilla/core/margins-expected.checksum:
3872 * tables/mozilla/core/margins-expected.png:
3873 * tables/mozilla/dom/tableDom-expected.checksum:
3874 * tables/mozilla/dom/tableDom-expected.png:
3876 2006-07-10 Darin Adler <darin@apple.com>
3878 * tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
3879 Updated one more result for Adele's 4463835 change last night.
3881 2006-07-10 Beth Dakin <bdakin@apple.com>
3885 Test cases for <rdar://problem/4610314> Support the CSS3 content
3888 * fast/css/contentDiv-expected.checksum: Added.
3889 * fast/css/contentDiv-expected.png: Added.
3890 * fast/css/contentDiv-expected.txt: Added.
3891 * fast/css/contentDiv.html: Added.
3892 * fast/css/contentDivWithChildren-expected.checksum: Added.
3893 * fast/css/contentDivWithChildren-expected.png: Added.
3894 * fast/css/contentDivWithChildren-expected.txt: Added.
3895 * fast/css/contentDivWithChildren.html: Added.
3896 * fast/css/contentImage-expected.checksum: Added.
3897 * fast/css/contentImage-expected.png: Added.
3898 * fast/css/contentImage-expected.txt: Added.
3899 * fast/css/contentImage.html: Added.
3900 * fast/css/resources/show-shoes-vs-pie.png: Added.
3902 2006-07-09 Anders Carlsson <acarlsson@apple.com>
3906 http://bugs.webkit.org/show_bug.cgi?id=9245
3907 Quirksmode: Incorrect handling of disabled BUTTON elements
3909 * fast/forms/activate-and-disabled-elements-expected.txt: Added.
3910 * fast/forms/activate-and-disabled-elements.html: Added.
3912 2006-07-09 Adele Peterson <adele@apple.com>
3916 Updated results for:
3917 <rdar://problem/4463835> Switch to use new popup menu implementation for <select>
3919 * editing/selection/replaced-boundaries-3-expected.txt:
3920 * editing/selection/select-box-expected.txt:
3921 * fast/block/margin-collapse/103-expected.txt:
3922 * fast/dom/option-properties-expected.txt:
3923 * fast/forms/003-expected.txt:
3924 * fast/forms/004-expected.txt:
3925 * fast/forms/HTMLOptionElement_label01-expected.txt:
3926 * fast/forms/HTMLOptionElement_label02-expected.txt:
3927 * fast/forms/HTMLOptionElement_label03-expected.txt:
3928 * fast/forms/HTMLOptionElement_label04-expected.txt:
3929 * fast/forms/HTMLOptionElement_label06-expected.txt:
3930 * fast/forms/HTMLOptionElement_label07-expected.txt:
3931 * fast/forms/form-element-geometry-expected.txt:
3932 * fast/forms/option-script-expected.txt:
3933 * fast/forms/option-strip-whitespace-expected.txt:
3934 * fast/forms/select-remove-option-expected.txt:
3935 * fast/forms/select-replace-option-expected.txt:
3936 * fast/forms/select-reset-expected.txt:
3937 * fast/invalid/014-expected.txt:
3938 * fast/parser/document-write-option-expected.txt:
3939 * fast/replaced/width100percent-expected.txt:
3940 * tables/mozilla/bugs/bug1188-expected.txt:
3941 * tables/mozilla/bugs/bug18359-expected.txt:
3942 * tables/mozilla/bugs/bug2479-3-expected.txt:
3943 * tables/mozilla/bugs/bug2479-4-expected.txt:
3944 * tables/mozilla/bugs/bug29326-expected.txt:
3945 * tables/mozilla/bugs/bug33855-expected.txt:
3946 * tables/mozilla/bugs/bug4382-expected.txt:
3947 * tables/mozilla/bugs/bug96334-expected.txt:
3948 * tables/mozilla/core/margins-expected.txt:
3949 * tables/mozilla/dom/tableDom-expected.txt:
3951 2006-07-09 Geoffrey Garen <ggaren@apple.com>
3955 Now that we garbage collect after reinitalizing the global object, not
3956 before, we have more free memory, so a custom property that used to
3957 get collected during the initialization phase of this test now avoids
3958 getting collected until the collection phase.
3960 * fast/dom/gc-9-expected.txt:
3961 * fast/dom/gc-9.html:
3963 2006-07-09 David Kilzer <ddkilzer@kilzer.net>
3967 - http://bugs.webkit.org/show_bug.cgi?id=9812
3968 LayoutTests/svg/custom/foreign-object-skew.svg seems to be fixed
3970 * svg/custom/foreign-object-skew-expected.checksum: Updated.
3971 * svg/custom/foreign-object-skew-expected.png: Updated.
3973 2006-07-09 Darin Adler <darin@apple.com>
3975 * fast/dom/delete-contents-expected.txt: Updated results that changed
3976 because we now keep comment nodes in the DOM.
3978 2006-07-09 David Harrison <harrison@apple.com>
3980 Reviewed by John Sullivan.
3982 <rdar://problem/4598149> Deleting the contents of a DOMRange and then inserting a node into it crashes in WebCore::Font::canUseGlyphCache
3984 * fast/dom/delete-contents-expected.checksum: Added.
3985 * fast/dom/delete-contents-expected.png: Added.
3986 * fast/dom/delete-contents-expected.txt: Added.
3987 * fast/dom/delete-contents.html: Added.
3989 2006-07-09 David Kilzer <ddkilzer@kilzer.net>
3993 - http://bugs.webkit.org/show_bug.cgi?id=9797
3994 Make description() in fast/js/resources/js-test-pre.js work with MSIE 6
3996 * fast/js/resources/js-test-pre.js: Change description() to work with MSIE 6.
3998 2006-07-08 Timothy Hatcher <timothy@apple.com>
4002 Bug 5312: comments aren't available via DOM
4003 http://bugs.webkit.org/show_bug.cgi?id=5312
4005 New tests for DOM comment nodes. Updated results to account for new
4006 nodes in the DOM (editing offsets changed.)
4008 * editing/deleting/delete-line-013-expected.txt:
4009 * editing/deleting/delete-line-014-expected.txt:
4010 * editing/inserting/insert-3907422-fix-expected.txt:
4011 * editing/inserting/insert-div-009-expected.txt:
4012 * editing/inserting/insert-div-010-expected.txt:
4013 * editing/selection/extend-by-character-006-expected.txt:
4014 * editing/selection/move-between-blocks-no-001-expected.txt:
4015 * editing/selection/move-between-blocks-yes-001-expected.txt:
4016 * fast/dom/HTMLDocument/object-by-name-or-id-expected.txt:
4017 * fast/dom/HTMLDocument/object-by-name-or-id.html:
4018 * fast/dom/comment-document-fragment-expected.txt: Added.
4019 * fast/dom/comment-document-fragment.html: Added.
4020 * fast/dom/comment-dom-node-expected.txt: Added.
4021 * fast/dom/comment-dom-node.html: Added.
4022 * fast/dom/comment-not-documentElement-expected.checksum: Added.
4023 * fast/dom/comment-not-documentElement-expected.png: Added.
4024 * fast/dom/comment-not-documentElement-expected.txt: Added.
4025 * fast/dom/comment-not-documentElement.html: Added.
4026 * fast/text/atsui-pointtooffset-calls-cg-expected.txt:
4027 * fast/text/atsui-rtl-override-selection-expected.txt:
4029 2006-07-08 Darin Adler <darin@apple.com>
4031 Reviewed by Geoff (well, half of it at least).
4033 - http://bugs.webkit.org/show_bug.cgi?id=9788
4034 storage leaks in Objective-C tests
4036 * plugins/jsobjc-simple.html: Add an autorelease to fix a storage leak.
4038 2006-07-08 Darin Adler <darin@apple.com>
4040 - clear up a few minor housekeeping problems
4042 * fast/css/xml-stylesheet-pi-not-in-prolog-expected.checksum: Added.
4043 * fast/css/xml-stylesheet-pi-not-in-prolog-expected.png: Added.
4044 * fast/forms/input-appearance-height-expected.checksum: Added.
4045 Added missing test results.
4047 * fast/block/float/nopaint-after-layer-destruction-expected.checksum:
4048 * fast/block/positioning/absolute-positioned-overconstrained.html:
4049 * fast/css/ZeroOpacityLayers.html:
4050 * fast/css/ZeroOpacityLayers2.html:
4051 * fast/css/font-shorthand-weight-only-expected.checksum:
4052 * fast/css/hsl-color-expected.checksum:
4053 * fast/css/hsla-color-expected.checksum:
4054 * fast/css/resize-corner-tracking-expected.checksum:
4055 * fast/dom/HTMLLinkElement/pending-stylesheet-count-expected.checksum:
4056 * fast/dynamic/selection-highlight-adjust-expected.checksum:
4057 * fast/forms/button-generated-content-expected.checksum:
4058 * fast/frames/calculate-fixed.html:
4059 * fast/frames/calculate-order.html:
4060 * fast/frames/calculate-percentage.html:
4061 * fast/frames/calculate-relative.html:
4062 * fast/frames/calculate-round.html:
4063 * fast/history/clicked-link-is-visited-expected.checksum:
4064 * fast/layers/opacity-outline-expected.checksum:
4065 * fast/media/import-p-red.css:
4066 * fast/parser/broken-comments-vs-parsing-mode-expected.checksum:
4067 * fast/repaint/clipped-relative-expected.checksum:
4068 * fast/repaint/float-move-during-layout-expected.checksum:
4069 * fast/repaint/layer-child-outline-expected.checksum:
4070 * fast/repaint/outline-shrinking-expected.checksum:
4071 * fast/repaint/static-to-positioned-expected.checksum:
4072 * fast/repaint/table-collapsed-border-expected.checksum:
4073 * fast/table/absolute-table-at-bottom-expected.checksum:
4074 * fast/table/border-collapsing/border-collapsing-head-foot-expected.checksum:
4075 * fast/table/empty-section-crash-expected.checksum:
4076 * fast/table/rtl-cell-display-none-assert-expected.checksum:
4077 * fast/table/text-field-baseline-expected.checksum:
4078 * fast/text/capitalize-empty-generated-string-expected.checksum:
4079 * svg/custom/gradient-stroke-width-expected.checksum:
4080 * traversal/stay-within-root-expected.checksum:
4081 Removed "No newline at end of file" that snuck in as part of the "apply patch" process.
4083 * fast/block/positioning/absolute-positioned-overconstrained-expected.txt:
4084 * fast/css/ZeroOpacityLayers-expected.checksum:
4085 * fast/css/ZeroOpacityLayers-expected.png:
4086 * fast/css/ZeroOpacityLayers-expected.txt:
4087 * fast/css/ZeroOpacityLayers2-expected.checksum:
4088 * fast/css/ZeroOpacityLayers2-expected.png:
4089 * fast/css/ZeroOpacityLayers2-expected.txt:
4090 Updated tests results that changed due to the above.
4092 2006-07-07 Justin Garcia <justin.garcia@apple.com>
4096 * editing/selection/editable-non-editable-crash-expected.checksum: Added.
4097 * editing/selection/editable-non-editable-crash-expected.png: Added.
4098 * editing/selection/editable-non-editable-crash-expected.txt: Added.
4099 * editing/selection/editable-non-editable-crash.html: Added.
4100 * editing/selection/skip-non-editable-1-expected.txt:
4101 * editing/selection/skip-non-editable-1.html:
4103 2006-07-07 Levi Weintraub <lweintraub@apple.com>
4107 Missed a few in the last update...
4109 * fast/forms/input-delete-expected.txt:
4110 * fast/repaint/inline-outline-repaint-expected.txt:
4111 * fast/repaint/selection-after-delete-expected.txt:
4113 2006-07-07 Levi Weintraub <lweintraub@apple.com>
4117 Deletion editing deligates now show up!
4119 * editing/deleting/collapse-whitespace-3587601-fix-expected.txt:
4120 * editing/deleting/delete-3608430-fix-expected.txt:
4121 * editing/deleting/delete-3608445-fix-expected.txt:
4122 * editing/deleting/delete-3608462-fix-expected.txt:
4123 * editing/deleting/delete-3775172-fix-expected.txt:
4124 * editing/deleting/delete-3800834-fix-expected.txt:
4125 * editing/deleting/delete-3857753-fix-expected.txt:
4126 * editing/deleting/delete-3865854-fix-expected.txt:
4127 * editing/deleting/delete-3928305-fix-expected.txt:
4128 * editing/deleting/delete-3959464-fix-expected.txt:
4129 * editing/deleting/delete-4038408-fix-expected.txt:
4130 * editing/deleting/delete-4083333-fix-expected.txt:
4131 * editing/deleting/delete-after-span-ws-001-expected.txt:
4132 * editing/deleting/delete-after-span-ws-002-expected.txt:
4133 * editing/deleting/delete-after-span-ws-003-expected.txt:
4134 * editing/deleting/delete-all-text-in-text-field-assertion-expected.txt: