1 2006-09-24 Eric Seidel <eric@eseidel.com>
5 Browsers disagree on behavior for an invalid fill
6 http://bugzilla.opendarwin.org/show_bug.cgi?id=11017
8 * svg/custom/invalid-fill-expected.checksum: Added.
9 * svg/custom/invalid-fill-expected.png: Added.
10 * svg/custom/invalid-fill-expected.txt: Added.
11 * svg/custom/invalid-fill.svg: Added.
13 2006-09-24 Eric Seidel <eric@eseidel.com>
17 Import one of Hixie's tests for:
18 <svg:a> cannot be styled with a:hover
19 http://bugzilla.opendarwin.org/show_bug.cgi?id=11005
21 * svg/hixie/cascade/002.css: Added.
22 * svg/hixie/cascade/002.xml: Added.
24 2006-09-23 Alexey Proskuryakov <ap@nypop.com>
28 http://bugzilla.opendarwin.org/show_bug.cgi?id=4872
29 XMLHttpRequest fails to throw an exception when there is a security violation
32 * http/tests/xmlhttprequest/exceptions-expected.txt: Added.
33 * http/tests/xmlhttprequest/exceptions.html: Added.
35 * http/tests/xmlhttprequest/extra-parameters-expected.txt: Added.
36 * http/tests/xmlhttprequest/extra-parameters.html: Added.
37 * http/tests/xmlhttprequest/resources/post-echo.cgi: Added.
38 Test that passing too many parameters is OK (Firefox behavior; WinIE raises an exception).
40 * fast/dom/xmlhttprequest-get-expected.txt: Updated results.
42 * http/tests/xmlhttprequest/zero-length-response-expected.txt:
43 * http/tests/xmlhttprequest/zero-length-response-sync-expected.txt:
44 * http/tests/xmlhttprequest/zero-length-response-sync.html:
45 * http/tests/xmlhttprequest/zero-length-response.html:
46 Updated results and changed state names to match the current spec.
48 * http/tests/xmlhttprequest/resources/zero-length.xml: Added.
50 2006-09-21 Nikolas Zimmermann <zimmermann@kde.org>
55 http://bugzilla.opendarwin.org/show_bug.cgi?id=10977
56 SVGDocument does not expose 'rootElement' property
58 * svg/custom/rootelement-expected.checksum: Added.
59 * svg/custom/rootelement-expected.png: Added.
60 * svg/custom/rootelement-expected.txt: Added.
61 * svg/custom/rootelement.svg: Added.
63 2006-09-21 Timothy Hatcher <timothy@apple.com>
65 Adding more calls to layoutTestController.dumpChildFrameScrollPositions()
66 for tests that need to report child frame scroll positions.
68 * http/tests/navigation/anchor-frames.html:
69 * http/tests/navigation/anchor-subframeload.html:
70 * http/tests/navigation/relativeanchor-frames.html:
72 2006-09-21 Timothy Hatcher <timothy@apple.com>
76 Bug 10923: Frame scroll layout test failures on the buildbot
77 http://bugzilla.opendarwin.org/show_bug.cgi?id=10923
79 Made this test call layoutTestController.dumpChildFrameScrollPositions().
81 * fast/overflow/scrollRevealButton-expected.txt:
82 * fast/overflow/scrollRevealButton.html:
84 2006-09-20 Justin Garcia <justin.garcia@apple.com>
88 * editing/pasteboard/subframe-dragndrop-1-expected.checksum: Added.
89 * editing/pasteboard/subframe-dragndrop-1-expected.png: Added.
90 * editing/pasteboard/subframe-dragndrop-1-expected.txt: Added.
91 * editing/pasteboard/subframe-dragndrop-1.html: Added.
93 2006-09-20 Rob Buis <buis@kde.org>
97 Updated test results because of:
98 http://bugzilla.opendarwin.org/show_bug.cgi?id=10946
99 new marker code draws end-marker in wrong place
101 * svg/W3C-SVG-1.1/painting-marker-02-f-expected.checksum:
102 * svg/W3C-SVG-1.1/painting-marker-02-f-expected.png:
103 * svg/custom/invalid-css-expected.txt:
105 2006-09-20 Julien Palmas <julien.palmas@gmail.com>
107 Reviewed by eseidel. Landed by eseidel.
109 Test for http://bugzilla.opendarwin.org/show_bug.cgi?id=6003
111 * svg/custom/pattern-y-offset-expected.checksum: Added.
112 * svg/custom/pattern-y-offset-expected.png: Added.
113 * svg/custom/pattern-y-offset-expected.txt: Added.
114 * svg/custom/pattern-y-offset.svg: Added.
116 2006-09-20 Justin Garcia <justin.garcia@apple.com>
120 * editing/selection/editable-links.html: Added.
121 * editing/selection/editable-links.html-disabled: Removed.
123 2006-09-20 Adam Roben <aroben@apple.com>
127 Fixes http://bugzilla.opendarwin.org/show_bug.cgi?id=10953
128 Test results for fast/js/window-properties.html should include
129 children of window.document.body.firstChild
131 * fast/js/window-properties-expected.txt: Regenerate results which now
132 include window.document.body.firstChild.*
133 * fast/js/window-properties.html: Print out 'null' for null objects
134 instead of 'object' for more clarity
136 2006-09-20 Adam Roben <aroben@apple.com>
140 Adding test for http://bugzilla.opendarwin.org/show_bug.cgi?id=10935
141 REGRESSION: file upload control with direction:rtl or text-align:right
142 draws button on top of filename/icon
144 * fast/forms/file-input-direction-expected.checksum: Added.
145 * fast/forms/file-input-direction-expected.png: Added.
146 * fast/forms/file-input-direction-expected.txt: Added.
147 * fast/forms/file-input-direction.html: Added.
149 2006-09-20 Eric Seidel <eric@eseidel.com>
153 Commit two test updates I forgot to commit with:
154 Markers should clip to their viewport.
155 http://bugzilla.opendarwin.org/show_bug.cgi?id=5967
157 * svg/W3C-SVG-1.1/painting-marker-01-f-expected.checksum:
158 * svg/W3C-SVG-1.1/painting-marker-01-f-expected.png:
159 * svg/W3C-SVG-1.1/painting-marker-01-f-expected.txt:
160 * svg/W3C-SVG-1.1/painting-marker-02-f-expected.checksum:
161 * svg/W3C-SVG-1.1/painting-marker-02-f-expected.png:
162 * svg/W3C-SVG-1.1/painting-marker-02-f-expected.txt:
164 2006-09-19 Eric Seidel <eric@eseidel.com>
168 Updated results for http://bugzilla.opendarwin.org/show_bug.cgi?id=8585
170 * svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt:
171 * svg/W3C-SVG-1.1/filters-color-01-b-expected.txt:
172 * svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt:
173 * svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt:
174 * svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt:
175 * svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.txt:
176 * svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt:
177 * svg/W3C-SVG-1.1/filters-example-01-b-expected.txt:
178 * svg/W3C-SVG-1.1/filters-gauss-01-b-expected.txt:
179 * svg/W3C-SVG-1.1/filters-image-01-b-expected.txt:
180 * svg/W3C-SVG-1.1/filters-light-01-f-expected.txt:
181 * svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt:
182 * svg/W3C-SVG-1.1/filters-offset-01-b-expected.txt:
183 * svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt:
184 * svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt:
185 * svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt:
186 * svg/custom/feComponentTransfer-Discrete-expected.txt:
187 * svg/custom/feComponentTransfer-Gamma-expected.txt:
188 * svg/custom/feComponentTransfer-Linear-expected.txt:
189 * svg/custom/feComponentTransfer-Table-expected.txt:
190 * svg/custom/feDisplacementMap-01-expected.txt:
191 * svg/custom/filter-source-alpha-expected.txt:
192 * svg/custom/image-with-transform-clip-filter-expected.txt:
193 * svg/custom/non-opaque-filters-expected.txt:
194 * svg/custom/text-filter-expected.txt:
196 2006-09-19 Eric Seidel <eric@eseidel.com>
200 Markers should clip to their viewport.
201 http://bugzilla.opendarwin.org/show_bug.cgi?id=5967
203 * svg/custom/marker-overflow-clip-expected.checksum: Added.
204 * svg/custom/marker-overflow-clip-expected.png: Added.
205 * svg/custom/marker-overflow-clip-expected.txt: Added.
206 * svg/custom/marker-overflow-clip.svg: Added.
208 2006-09-19 Justin Garcia <justin.garcia@apple.com>
212 Disabling this test temporarily.
214 * editing/selection/editable-links.html: Removed.
215 * editing/selection/editable-links.html-disabled: Added.
217 2006-09-19 Justin Garcia <justin.garcia@apple.com>
221 * editing/selection/editable-links-expected.checksum: Added.
222 * editing/selection/editable-links-expected.png: Added.
223 * editing/selection/editable-links-expected.txt: Added.
224 * editing/selection/editable-links.html: Added.
226 2006-09-19 Justin Garcia <justin.garcia@apple.com>
230 * editing/pasteboard/pasting-tabs-expected.checksum: Added.
231 * editing/pasteboard/pasting-tabs-expected.png: Added.
232 * editing/pasteboard/pasting-tabs-expected.txt: Added.
233 * editing/pasteboard/pasting-tabs.html: Added.
235 2006-09-18 Adam Roben <aroben@apple.com>
239 Update tests for the new file upload control.
241 * fast/forms/file-input-disabled-expected.txt:
242 * fast/forms/form-element-geometry-expected.txt:
243 * fast/forms/input-appearance-height-expected.txt:
244 * fast/forms/input-value-expected.txt:
246 2006-09-17 Eric Seidel <eric@eseidel.com>
250 * fast/js/window-properties.html: make work in Firefox (hangs IE)
252 2006-09-17 Eric Seidel <eric@eseidel.com>
254 Add a textual dump of the window object property tree.
258 * fast/js/window-properties-expected.txt: Added.
259 * fast/js/window-properties.html: Added.
261 2006-09-17 David Hyatt <hyatt@apple.com>
263 Adding layout test for bug 10899.
265 * fast/text/basic/generic-family-changes-expected.checksum: Added.
266 * fast/text/basic/generic-family-changes-expected.png: Added.
267 * fast/text/basic/generic-family-changes-expected.txt: Added.
268 * fast/text/basic/generic-family-changes.html: Added.
270 2006-09-17 Alexey Proskuryakov <ap@nypop.com>
274 Test for http://bugzilla.opendarwin.org/show_bug.cgi?id=10852
275 REGRESSION: Reproducible crash in XMLHttpRequest::abort()
277 Currently, this test prints an error message to the console, because requests from
278 an unload handler still don't work.
280 * http/tests/xmlhttprequest/xhr-onunload-expected.txt: Added.
281 * http/tests/xmlhttprequest/xhr-onunload.html: Added.
283 2006-09-15 Justin Garcia <justin.garcia@apple.com>
287 <rdar://problem/4674869>
288 REGRESSION: selecting text to write over results in cursor jumping to middle of next line
290 * editing/deleting/whitespace-pre-1-expected.checksum: Added.
291 * editing/deleting/whitespace-pre-1-expected.png: Added.
292 * editing/deleting/whitespace-pre-1-expected.txt: Added.
293 * editing/deleting/whitespace-pre-1.html: Added.
295 2006-09-15 Timothy Hatcher <timothy@apple.com>
299 Updating results to new expected values.
301 * fast/lists/drag-into-marker-expected.txt:
302 * fast/repaint/selection-after-delete-expected.txt:
304 2006-09-15 Timothy Hatcher <timothy@apple.com>
308 Updating results to new expected values.
310 * editing/inserting/4278698-expected.txt:
311 * fast/dom/window-xy-properties-expected.txt:
313 2006-09-15 Adam Roben <aroben@apple.com>
317 Part of http://bugzilla.opendarwin.org/show_bug.cgi?id=10865
318 New file upload control should match the width of the old one
320 Update tests to match new file upload control.
322 * fast/forms/file-input-disabled-expected.txt:
323 * fast/forms/form-element-geometry-expected.txt:
324 * fast/forms/input-appearance-height-expected.txt:
325 * fast/forms/input-value-expected.txt:
327 2006-09-15 Kevin McCullough <KMcCullough@apple.com>
329 - just layout test result changes
331 * fast/dom/Range/range-compareNode-expected.txt:
332 * fast/dom/Range/range-intersectsNode-expected.txt:
334 2006-09-14 Justin Garcia <justin.garcia@apple.com>
338 <rdar://problem/4655880> Up/Down arrows skip over To Do
340 * editing/selection/mixed-editability-3-expected.checksum: Added.
341 * editing/selection/mixed-editability-3-expected.png: Added.
342 * editing/selection/mixed-editability-3-expected.txt: Added.
343 * editing/selection/mixed-editability-3.html: Added.
344 * editing/selection/mixed-editability-4-expected.checksum: Added.
345 * editing/selection/mixed-editability-4-expected.png: Added.
346 * editing/selection/mixed-editability-4-expected.txt: Added.
347 * editing/selection/mixed-editability-4.html: Added.
348 * editing/selection/mixed-editability-5-expected.checksum: Added.
349 * editing/selection/mixed-editability-5-expected.png: Added.
350 * editing/selection/mixed-editability-5-expected.txt: Added.
351 * editing/selection/mixed-editability-5.html: Added.
353 2006-09-14 Graham Dennis <graham.dennis@gmail.com>
355 Reviewed by Justin Garcia.
357 Modified testcase for:
358 http://bugzilla.opendarwin.org/show_bug.cgi?id=10726
359 Crash in ApplyStyleCommand::applyRelativeFontStyleChange
361 * editing/style/table-selection-expected.checksum:
362 * editing/style/table-selection-expected.png:
363 * editing/style/table-selection-expected.txt:
364 * editing/style/table-selection.html:
365 This testcase was for 10579, which is very similar to this bug (10726)
366 Now the testcase tests both bugs.
368 2006-09-13 Adam Roben <aroben@apple.com>
370 Rubberstamped by hyatt.
372 Updating tables results after hyatt landed a fix for
373 http://bugzilla.opendarwin.org/show_bug.cgi?id=8126
374 Padding must not apply to columns
376 * tables/mozilla/bugs/bug139524-2-expected.txt:
377 * tables/mozilla/bugs/bug139524-4-expected.txt:
378 * tables/mozilla/bugs/bug32841-expected.txt:
379 * tables/mozilla/dom/appendCol2-expected.txt:
380 * tables/mozilla/dom/deleteCol1-expected.txt:
381 * tables/mozilla/dom/deleteCol2-expected.txt:
382 * tables/mozilla/dom/deleteCol3-expected.txt:
383 * tables/mozilla/dom/deleteColGroup1-expected.txt:
384 * tables/mozilla/dom/deleteColGroup2-expected.txt:
385 * tables/mozilla/dom/insertColGroups1-expected.txt:
386 * tables/mozilla/dom/insertColGroups2-expected.txt:
387 * tables/mozilla/dom/insertCols1-expected.txt:
388 * tables/mozilla/dom/insertCols2-expected.txt:
389 * tables/mozilla/dom/insertCols3-expected.txt:
390 * tables/mozilla/dom/insertCols4-expected.txt:
391 * tables/mozilla/dom/insertCols5-expected.txt:
392 * tables/mozilla/marvin/body_col-expected.txt:
393 * tables/mozilla/marvin/x_col_span-expected.txt:
394 * tables/mozilla/marvin/x_col_width_px-expected.txt:
395 * tables/mozilla/marvin/x_colgroup_span-expected.txt:
396 * tables/mozilla/other/body_col-expected.txt:
397 * tables/mozilla_expected_failures/bugs/bug1128-expected.txt:
398 * tables/mozilla_expected_failures/bugs/bug29058-2-expected.txt:
399 * tables/mozilla_expected_failures/bugs/bug45621-expected.txt:
400 * tables/mozilla_expected_failures/bugs/bug7243-expected.txt:
401 * tables/mozilla_expected_failures/core/cols1-expected.txt:
402 * tables/mozilla_expected_failures/dom/appendCol1-expected.txt:
403 * tables/mozilla_expected_failures/dom/appendColGroup1-expected.txt:
404 * tables/mozilla_expected_failures/other/test4-expected.txt:
406 2006-09-12 Julien Palmas <julien.palmas@gmail.com>
408 Reviewed by darin. Landed by eseidel.
410 * svg/custom/svgpolyparser-extra-space-expected.checksum: Added.
411 * svg/custom/svgpolyparser-extra-space-expected.png: Added.
412 * svg/custom/svgpolyparser-extra-space-expected.txt: Added.
413 * svg/custom/svgpolyparser-extra-space.svg: Added.
415 2006-09-12 Kevin McCullough <KMcCullough@apple.com>
417 Reviewed by Andersca, Maciej, Brady.
419 * fast/dom/Range/range-intersectsNode-expected.txt: Added.
420 * fast/dom/Range/range-intersectsNode.html: Added.
421 * fast/dom/Range/resources/intersectsNode.js: Added.
423 2006-09-12 Nikolas Zimmermann <zimmermann@kde.org>
425 Reviewed by eseidel. Landed by eseidel.
427 Fixed: http://bugzilla.opendarwin.org/show_bug.cgi?id=10826
429 * svg/W3C-SVG-1.1/struct-dom-01-b-expected.checksum:
430 * svg/W3C-SVG-1.1/struct-dom-01-b-expected.png:
431 * svg/W3C-SVG-1.1/struct-dom-01-b-expected.txt:
433 2006-09-11 Nikolas Zimmermann <zimmermann@kde.org>
435 Reviewed by eseidel. Landed by eseidel.
437 * svg/custom/baseval-animval-equality.svg: Added.
439 2006-09-11 Kevin McCullough <KMcCullough@apple.com>
444 * fast/dom/Range/range-compareNode-expected.txt: Added.
445 * fast/dom/Range/range-compareNode.html: Added.
446 * fast/dom/Range/range-comparePoint.html:
448 2006-09-11 Vladimir Olexa <vladimir.olexa@gmail.com>
452 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=10323
453 REGRESSION: javascript: URL containing '\\' gets passed as '//'
455 * fast/dom/javascript-backslash-expected.txt: Added.
456 * fast/dom/javascript-backslash.html: Added.
458 2006-09-11 Darin Adler <darin@apple.com>
460 - converted a test to plain text (makes it platform independent; fixes a failure)
462 * fast/events/ondragenter-expected.checksum: Removed.
463 * fast/events/ondragenter-expected.png: Removed.
464 * fast/events/ondragenter-expected.txt:
465 * fast/events/ondragenter.html:
467 2006-09-10 Darin Adler <darin@apple.com>
469 - converted a test to plain text (makes it platform independent; fixes a failure)
471 * fast/text/plain-text-line-breaks-expected.checksum: Removed.
472 * fast/text/plain-text-line-breaks-expected.png: Removed.
473 * fast/text/plain-text-line-breaks-expected.txt: Regenerated.
474 * fast/text/plain-text-line-breaks.html: Added a call to dumpAsText().
476 2006-09-08 Timothy Hatcher <timothy@apple.com>
478 Adds a test for the CSS URL quoting logic.
480 * fast/inspector/cssURLQuotes-expected.txt: Added.
481 * fast/inspector/cssURLQuotes.html: Added.
483 2006-09-09 Alexey Proskuryakov <ap@nypop.com>
487 http://bugzilla.opendarwin.org/show_bug.cgi?id=10759
488 fast/AppleScript/array.html test failing
490 * fast/AppleScript/001-expected.txt: Updated results.
492 2006-09-07 Alexey Proskuryakov <ap@nypop.com>
496 Test for http://bugzilla.opendarwin.org/show_bug.cgi?id=10753
497 REGRESSION: The beginning of a CSS file is missing
499 * http/tests/incremental/slow-utf8-css-expected.checksum: Added.
500 * http/tests/incremental/slow-utf8-css-expected.png: Added.
501 * http/tests/incremental/slow-utf8-css-expected.txt: Added.
502 * http/tests/incremental/slow-utf8-css.pl: Added.
504 2006-09-07 Rob Buis <buis@kde.org>
509 <http://bugzilla.opendarwin.org/show_bug.cgi?id=9753>
510 SVG with width and height 100% leaves room for scrollbar on the right.
512 Also Updated .txt files (all text blocks are wider) and some updated
513 pixel tests (some text is layouted differently because of wider text blocks).
515 * svg/W3C-SVG-1.1/animate-elem-02-t-expected.txt:
516 * svg/W3C-SVG-1.1/animate-elem-03-t-expected.txt:
517 * svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt:
518 * svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt:
519 * svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt:
520 * svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt:
521 * svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt:
522 * svg/W3C-SVG-1.1/animate-elem-09-t-expected.txt:
523 * svg/W3C-SVG-1.1/animate-elem-10-t-expected.txt:
524 * svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt:
525 * svg/W3C-SVG-1.1/animate-elem-12-t-expected.txt:
526 * svg/W3C-SVG-1.1/animate-elem-13-t-expected.txt:
527 * svg/W3C-SVG-1.1/animate-elem-14-t-expected.txt:
528 * svg/W3C-SVG-1.1/animate-elem-15-t-expected.txt:
529 * svg/W3C-SVG-1.1/animate-elem-16-t-expected.txt:
530 * svg/W3C-SVG-1.1/animate-elem-17-t-expected.txt:
531 * svg/W3C-SVG-1.1/animate-elem-18-t-expected.txt:
532 * svg/W3C-SVG-1.1/animate-elem-19-t-expected.txt:
533 * svg/W3C-SVG-1.1/animate-elem-20-t-expected.txt:
534 * svg/W3C-SVG-1.1/animate-elem-21-t-expected.txt:
535 * svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt:
536 * svg/W3C-SVG-1.1/animate-elem-23-t-expected.txt:
537 * svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt:
538 * svg/W3C-SVG-1.1/animate-elem-25-t-expected.txt:
539 * svg/W3C-SVG-1.1/animate-elem-26-t-expected.txt:
540 * svg/W3C-SVG-1.1/animate-elem-27-t-expected.txt:
541 * svg/W3C-SVG-1.1/animate-elem-28-t-expected.txt:
542 * svg/W3C-SVG-1.1/animate-elem-29-b-expected.txt:
543 * svg/W3C-SVG-1.1/color-prof-01-f-expected.txt:
544 * svg/W3C-SVG-1.1/color-prop-01-b-expected.txt:
545 * svg/W3C-SVG-1.1/color-prop-02-f-expected.txt:
546 * svg/W3C-SVG-1.1/color-prop-03-t-expected.txt:
547 * svg/W3C-SVG-1.1/coords-trans-01-b-expected.txt:
548 * svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt:
549 * svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt:
550 * svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt:
551 * svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt:
552 * svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt:
553 * svg/W3C-SVG-1.1/coords-units-01-b-expected.txt:
554 * svg/W3C-SVG-1.1/coords-units-02-b-expected.txt:
555 * svg/W3C-SVG-1.1/coords-units-03-b-expected.txt:
556 * svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.txt:
557 * svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.txt:
558 * svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt:
559 * svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt:
560 * svg/W3C-SVG-1.1/filters-color-01-b-expected.txt:
561 * svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt:
562 * svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt:
563 * svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt:
564 * svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.txt:
565 * svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt:
566 * svg/W3C-SVG-1.1/filters-example-01-b-expected.txt:
567 * svg/W3C-SVG-1.1/filters-gauss-01-b-expected.txt:
568 * svg/W3C-SVG-1.1/filters-image-01-b-expected.txt:
569 * svg/W3C-SVG-1.1/filters-light-01-f-expected.txt:
570 * svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt:
571 * svg/W3C-SVG-1.1/filters-offset-01-b-expected.txt:
572 * svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt:
573 * svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt:
574 * svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt:
575 * svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt:
576 * svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt:
577 * svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt:
578 * svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt:
579 * svg/W3C-SVG-1.1/interact-cursor-01-f-expected.txt:
580 * svg/W3C-SVG-1.1/interact-dom-01-b-expected.txt:
581 * svg/W3C-SVG-1.1/interact-events-01-b-expected.txt:
582 * svg/W3C-SVG-1.1/interact-order-01-b-expected.txt:
583 * svg/W3C-SVG-1.1/interact-order-02-b-expected.txt:
584 * svg/W3C-SVG-1.1/interact-order-03-b-expected.txt:
585 * svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt:
586 * svg/W3C-SVG-1.1/linking-a-01-b-expected.txt:
587 * svg/W3C-SVG-1.1/linking-a-02-b-expected.txt:
588 * svg/W3C-SVG-1.1/linking-a-03-b-expected.txt:
589 * svg/W3C-SVG-1.1/linking-a-04-t-expected.txt:
590 * svg/W3C-SVG-1.1/linking-uri-01-b-expected.txt:
591 * svg/W3C-SVG-1.1/linking-uri-02-b-expected.txt:
592 * svg/W3C-SVG-1.1/linking-uri-03-t-expected.txt:
593 * svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt:
594 * svg/W3C-SVG-1.1/masking-opacity-01-b-expected.txt:
595 * svg/W3C-SVG-1.1/masking-path-01-b-expected.txt:
596 * svg/W3C-SVG-1.1/masking-path-02-b-expected.txt:
597 * svg/W3C-SVG-1.1/masking-path-03-b-expected.txt:
598 * svg/W3C-SVG-1.1/masking-path-04-b-expected.txt:
599 * svg/W3C-SVG-1.1/masking-path-05-f-expected.txt:
600 * svg/W3C-SVG-1.1/metadata-example-01-b-expected.txt:
601 * svg/W3C-SVG-1.1/painting-fill-01-t-expected.txt:
602 * svg/W3C-SVG-1.1/painting-fill-02-t-expected.txt:
603 * svg/W3C-SVG-1.1/painting-fill-03-t-expected.txt:
604 * svg/W3C-SVG-1.1/painting-fill-04-t-expected.txt:
605 * svg/W3C-SVG-1.1/painting-marker-01-f-expected.txt:
606 * svg/W3C-SVG-1.1/painting-marker-02-f-expected.txt:
607 * svg/W3C-SVG-1.1/painting-render-01-b-expected.txt:
608 * svg/W3C-SVG-1.1/painting-stroke-01-t-expected.checksum:
609 * svg/W3C-SVG-1.1/painting-stroke-01-t-expected.png:
610 * svg/W3C-SVG-1.1/painting-stroke-01-t-expected.txt:
611 * svg/W3C-SVG-1.1/painting-stroke-02-t-expected.checksum:
612 * svg/W3C-SVG-1.1/painting-stroke-02-t-expected.png:
613 * svg/W3C-SVG-1.1/painting-stroke-02-t-expected.txt:
614 * svg/W3C-SVG-1.1/painting-stroke-03-t-expected.checksum:
615 * svg/W3C-SVG-1.1/painting-stroke-03-t-expected.png:
616 * svg/W3C-SVG-1.1/painting-stroke-03-t-expected.txt:
617 * svg/W3C-SVG-1.1/painting-stroke-04-t-expected.checksum:
618 * svg/W3C-SVG-1.1/painting-stroke-04-t-expected.png:
619 * svg/W3C-SVG-1.1/painting-stroke-04-t-expected.txt:
620 * svg/W3C-SVG-1.1/paths-data-01-t-expected.txt:
621 * svg/W3C-SVG-1.1/paths-data-02-t-expected.txt:
622 * svg/W3C-SVG-1.1/paths-data-03-f-expected.txt:
623 * svg/W3C-SVG-1.1/paths-data-04-t-expected.txt:
624 * svg/W3C-SVG-1.1/paths-data-05-t-expected.txt:
625 * svg/W3C-SVG-1.1/paths-data-06-t-expected.txt:
626 * svg/W3C-SVG-1.1/paths-data-07-t-expected.txt:
627 * svg/W3C-SVG-1.1/pservers-grad-01-b-expected.txt:
628 * svg/W3C-SVG-1.1/pservers-grad-02-b-expected.txt:
629 * svg/W3C-SVG-1.1/pservers-grad-03-b-expected.txt:
630 * svg/W3C-SVG-1.1/pservers-grad-04-b-expected.txt:
631 * svg/W3C-SVG-1.1/pservers-grad-05-b-expected.txt:
632 * svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt:
633 * svg/W3C-SVG-1.1/pservers-grad-07-b-expected.txt:
634 * svg/W3C-SVG-1.1/pservers-grad-08-b-expected.txt:
635 * svg/W3C-SVG-1.1/pservers-grad-09-b-expected.txt:
636 * svg/W3C-SVG-1.1/pservers-grad-10-b-expected.txt:
637 * svg/W3C-SVG-1.1/pservers-grad-11-b-expected.txt:
638 * svg/W3C-SVG-1.1/pservers-grad-12-b-expected.txt:
639 * svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.txt:
640 * svg/W3C-SVG-1.1/render-elems-01-t-expected.txt:
641 * svg/W3C-SVG-1.1/render-elems-02-t-expected.txt:
642 * svg/W3C-SVG-1.1/render-elems-03-t-expected.txt:
643 * svg/W3C-SVG-1.1/render-elems-06-t-expected.txt:
644 * svg/W3C-SVG-1.1/render-elems-07-t-expected.txt:
645 * svg/W3C-SVG-1.1/render-elems-08-t-expected.txt:
646 * svg/W3C-SVG-1.1/render-groups-01-b-expected.txt:
647 * svg/W3C-SVG-1.1/render-groups-03-t-expected.txt:
648 * svg/W3C-SVG-1.1/script-handle-01-b-expected.txt:
649 * svg/W3C-SVG-1.1/script-handle-02-b-expected.txt:
650 * svg/W3C-SVG-1.1/script-handle-03-b-expected.txt:
651 * svg/W3C-SVG-1.1/script-handle-04-b-expected.txt:
652 * svg/W3C-SVG-1.1/shapes-circle-01-t-expected.txt:
653 * svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.txt:
654 * svg/W3C-SVG-1.1/shapes-line-01-t-expected.txt:
655 * svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.txt:
656 * svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.txt:
657 * svg/W3C-SVG-1.1/shapes-rect-01-t-expected.txt:
658 * svg/W3C-SVG-1.1/struct-cond-01-t-expected.txt:
659 * svg/W3C-SVG-1.1/struct-cond-02-t-expected.txt:
660 * svg/W3C-SVG-1.1/struct-defs-01-t-expected.txt:
661 * svg/W3C-SVG-1.1/struct-dom-01-b-expected.txt:
662 * svg/W3C-SVG-1.1/struct-dom-02-b-expected.txt:
663 * svg/W3C-SVG-1.1/struct-dom-03-b-expected.txt:
664 * svg/W3C-SVG-1.1/struct-dom-04-b-expected.txt:
665 * svg/W3C-SVG-1.1/struct-dom-05-b-expected.txt:
666 * svg/W3C-SVG-1.1/struct-dom-06-b-expected.txt:
667 * svg/W3C-SVG-1.1/struct-group-01-t-expected.txt:
668 * svg/W3C-SVG-1.1/struct-group-02-b-expected.txt:
669 * svg/W3C-SVG-1.1/struct-image-01-t-expected.txt:
670 * svg/W3C-SVG-1.1/struct-image-02-b-expected.txt:
671 * svg/W3C-SVG-1.1/struct-image-03-t-expected.txt:
672 * svg/W3C-SVG-1.1/struct-image-04-t-expected.txt:
673 * svg/W3C-SVG-1.1/struct-image-05-b-expected.txt:
674 * svg/W3C-SVG-1.1/struct-symbol-01-b-expected.txt:
675 * svg/W3C-SVG-1.1/styling-css-01-b-expected.txt:
676 * svg/W3C-SVG-1.1/styling-css-02-b-expected.txt:
677 * svg/W3C-SVG-1.1/styling-css-03-b-expected.txt:
678 * svg/W3C-SVG-1.1/styling-inherit-01-b-expected.txt:
679 * svg/W3C-SVG-1.1/styling-pres-01-t-expected.txt:
680 * svg/W3C-SVG-1.1/text-align-01-b-expected.txt:
681 * svg/W3C-SVG-1.1/text-align-02-b-expected.checksum:
682 * svg/W3C-SVG-1.1/text-align-02-b-expected.png:
683 * svg/W3C-SVG-1.1/text-align-02-b-expected.txt:
684 * svg/W3C-SVG-1.1/text-align-03-b-expected.checksum:
685 * svg/W3C-SVG-1.1/text-align-03-b-expected.png:
686 * svg/W3C-SVG-1.1/text-align-03-b-expected.txt:
687 * svg/W3C-SVG-1.1/text-align-04-b-expected.txt:
688 * svg/W3C-SVG-1.1/text-align-05-b-expected.txt:
689 * svg/W3C-SVG-1.1/text-align-06-b-expected.txt:
690 * svg/W3C-SVG-1.1/text-altglyph-01-b-expected.txt:
691 * svg/W3C-SVG-1.1/text-deco-01-b-expected.txt:
692 * svg/W3C-SVG-1.1/text-fonts-01-t-expected.txt:
693 * svg/W3C-SVG-1.1/text-fonts-02-t-expected.txt:
694 * svg/W3C-SVG-1.1/text-path-01-b-expected.txt:
695 * svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt:
696 * svg/W3C-SVG-1.1/text-text-01-b-expected.txt:
697 * svg/W3C-SVG-1.1/text-text-03-b-expected.checksum:
698 * svg/W3C-SVG-1.1/text-text-03-b-expected.png:
699 * svg/W3C-SVG-1.1/text-text-03-b-expected.txt:
700 * svg/W3C-SVG-1.1/text-tref-01-b-expected.txt:
701 * svg/W3C-SVG-1.1/text-tselect-01-b-expected.txt:
702 * svg/W3C-SVG-1.1/text-tspan-01-b-expected.txt:
703 * svg/W3C-SVG-1.1/text-ws-01-t-expected.txt:
704 * svg/W3C-SVG-1.1/text-ws-02-t-expected.txt:
705 * svg/custom/coords-relative-units-transforms-expected.txt:
706 * svg/custom/feComponentTransfer-Discrete-expected.txt:
707 * svg/custom/feComponentTransfer-Gamma-expected.txt:
708 * svg/custom/feComponentTransfer-Linear-expected.txt:
709 * svg/custom/feComponentTransfer-Table-expected.txt:
710 * svg/custom/image-with-transform-clip-filter-expected.txt:
711 * svg/custom/invalid-css-expected.txt:
712 * svg/custom/invalid-viewbox1-expected.txt:
713 * svg/custom/invalid-viewbox2-expected.txt:
714 * svg/custom/non-opaque-filters-expected.txt:
715 * svg/custom/percentage-rect-expected.checksum:
716 * svg/custom/percentage-rect-expected.png:
717 * svg/custom/percentage-rect-expected.txt:
718 * svg/custom/pointer-events-path-expected.txt:
719 * svg/custom/svg-overflow-types-expected.txt:
720 * svg/custom/text-clip-expected.txt:
721 * svg/custom/text-filter-expected.txt:
722 * svg/custom/text-gradient-no-content-expected.checksum:
723 * svg/custom/text-gradient-no-content-expected.png:
724 * svg/custom/text-gradient-no-content-expected.txt:
725 * svg/custom/text-hit-test-expected.txt:
726 * svg/custom/text-image-opacity-expected.txt:
727 * svg/custom/tref-update-expected.txt:
728 * svg/custom/width-full-percentage-expected.checksum: Added.
729 * svg/custom/width-full-percentage-expected.png: Added.
730 * svg/custom/width-full-percentage-expected.txt: Added.
731 * svg/custom/width-full-percentage.svg: Added.
733 2006-09-05 Darin Adler <darin@apple.com>
737 - test for bug where the charset in a link element for a CSS stylesheet is ignored.
738 I noticed this while working on new text encoding machinery.
740 * fast/encoding/css-link-charset-expected.txt: Added.
741 * fast/encoding/css-link-charset.css: Added.
742 * fast/encoding/css-link-charset.html: Added.
744 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=10681
745 REGRESSION: Reproducible crash at Wikipedia
746 (Alexey wrote this one, I reviewed.)
748 * fast/forms/form-data-encoding-normalization-overrun-expected.txt: Added.
749 * fast/forms/form-data-encoding-normalization-overrun.html: Added.
751 - and a tweak to an existing test
753 * fast/forms/form-data-encoding.html: Changed to dump encoded URL so it's easier to
754 diagnose this when it fails.
756 2006-09-05 Justin Garcia <justin.garcia@apple.com>
760 Setup for <rdar://problem/4344550> Misspellings aren't marked after undo delete
763 * editing/pasteboard/4641033-expected.checksum:
764 * editing/pasteboard/4641033-expected.png:
765 * editing/execCommand/outdent-selection-expected.checksum:
766 * editing/execCommand/outdent-selection-expected.png:
768 Added a didChangeSelection notification that was absent before:
769 * editing/deleting/collapse-whitespace-3587601-fix-expected.txt:
770 * editing/deleting/delete-3608430-fix-expected.txt:
771 * editing/deleting/delete-3608462-fix-expected.txt:
772 * editing/deleting/delete-3775172-fix-expected.txt:
773 * editing/deleting/delete-3800834-fix-expected.txt:
774 * editing/deleting/delete-3857753-fix-expected.txt:
775 * editing/deleting/delete-3865854-fix-expected.txt:
776 * editing/deleting/delete-3928305-fix-expected.txt:
777 * editing/deleting/delete-3959464-fix-expected.txt:
778 * editing/deleting/delete-4038408-fix-expected.txt:
779 * editing/deleting/delete-all-text-in-text-field-assertion-expected.txt:
780 * editing/deleting/delete-at-paragraph-boundaries-001-expected.txt:
781 * editing/deleting/delete-at-paragraph-boundaries-002-expected.txt:
782 * editing/deleting/delete-at-paragraph-boundaries-003-expected.txt:
783 * editing/deleting/delete-at-paragraph-boundaries-004-expected.txt:
784 * editing/deleting/delete-at-paragraph-boundaries-005-expected.txt:
785 * editing/deleting/delete-at-paragraph-boundaries-006-expected.txt:
786 * editing/deleting/delete-at-paragraph-boundaries-007-expected.txt:
787 * editing/deleting/delete-at-paragraph-boundaries-009-expected.txt:
788 * editing/deleting/delete-at-paragraph-boundaries-010-expected.txt:
789 * editing/deleting/delete-at-paragraph-boundaries-011-expected.txt:
790 * editing/deleting/delete-block-contents-001-expected.txt:
791 * editing/deleting/delete-block-contents-002-expected.txt:
792 * editing/deleting/delete-block-contents-003-expected.txt:
793 * editing/deleting/delete-block-merge-contents-001-expected.txt:
794 * editing/deleting/delete-block-merge-contents-002-expected.txt:
795 * editing/deleting/delete-block-merge-contents-003-expected.txt:
796 * editing/deleting/delete-block-merge-contents-004-expected.txt:
797 * editing/deleting/delete-block-merge-contents-005-expected.txt:
798 * editing/deleting/delete-block-merge-contents-006-expected.txt:
799 * editing/deleting/delete-block-merge-contents-007-expected.txt:
800 * editing/deleting/delete-block-merge-contents-008-expected.txt:
801 * editing/deleting/delete-block-merge-contents-009-expected.txt:
802 * editing/deleting/delete-block-merge-contents-010-expected.txt:
803 * editing/deleting/delete-block-merge-contents-012-expected.txt:
804 * editing/deleting/delete-block-merge-contents-013-expected.txt:
805 * editing/deleting/delete-block-merge-contents-014-expected.txt:
806 * editing/deleting/delete-block-merge-contents-015-expected.txt:
807 * editing/deleting/delete-block-merge-contents-016-expected.txt:
808 * editing/deleting/delete-block-merge-contents-017-expected.txt:
809 * editing/deleting/delete-block-merge-contents-018-expected.txt:
810 * editing/deleting/delete-block-merge-contents-019-expected.txt:
811 * editing/deleting/delete-block-merge-contents-020-expected.txt:
812 * editing/deleting/delete-block-merge-contents-021-expected.txt:
813 * editing/deleting/delete-block-merge-contents-022-expected.txt:
814 * editing/deleting/delete-block-merge-contents-023-expected.txt:
815 * editing/deleting/delete-block-merge-contents-024-expected.txt:
816 * editing/deleting/delete-block-table-expected.txt:
817 * editing/deleting/delete-br-008-expected.txt:
818 * editing/deleting/delete-br-010-expected.txt:
819 * editing/deleting/delete-br-011-expected.txt:
820 * editing/deleting/delete-first-list-item-expected.txt:
821 * editing/deleting/delete-image-001-expected.txt:
822 * editing/deleting/delete-image-002-expected.txt:
823 * editing/deleting/delete-image-003-expected.txt:
824 * editing/deleting/delete-image-004-expected.txt:
825 * editing/deleting/delete-line-001-expected.txt:
826 * editing/deleting/delete-line-002-expected.txt:
827 * editing/deleting/delete-line-003-expected.txt:
828 * editing/deleting/delete-line-004-expected.txt:
829 * editing/deleting/delete-line-005-expected.txt:
830 * editing/deleting/delete-line-006-expected.txt:
831 * editing/deleting/delete-line-007-expected.txt:
832 * editing/deleting/delete-line-008-expected.txt:
833 * editing/deleting/delete-line-009-expected.txt:
834 * editing/deleting/delete-line-010-expected.txt:
835 * editing/deleting/delete-line-011-expected.txt:
836 * editing/deleting/delete-line-012-expected.txt:
837 * editing/deleting/delete-line-013-expected.txt:
838 * editing/deleting/delete-line-014-expected.txt:
839 * editing/deleting/delete-line-015-expected.txt:
840 * editing/deleting/delete-line-016-expected.txt:
841 * editing/deleting/delete-line-017-expected.txt:
842 * editing/deleting/delete-listitem-001-expected.txt:
843 * editing/deleting/delete-listitem-002-expected.txt:
844 * editing/deleting/delete-mixed-editable-content-001-expected.txt:
845 * editing/deleting/delete-select-all-001-expected.txt:
846 * editing/deleting/delete-select-all-002-expected.txt:
847 * editing/deleting/delete-select-all-003-expected.txt:
848 * editing/deleting/merge-different-styles-expected.txt:
849 * editing/deleting/merge-endOfParagraph-expected.txt:
850 * editing/deleting/merge-no-br-expected.txt:
851 * editing/deleting/pruning-after-merge-1-expected.txt:
852 * editing/deleting/pruning-after-merge-2-expected.txt:
853 * editing/deleting/table-cells-expected.txt:
854 * editing/execCommand/boldSelection-expected.txt:
855 * editing/execCommand/create-list-from-range-selection-expected.txt:
856 * editing/execCommand/createLink-expected.txt:
857 * editing/execCommand/format-block-expected.txt:
858 * editing/execCommand/format-block-from-range-selection-expected.txt:
859 * editing/execCommand/format-block-with-braces-expected.txt:
860 * editing/execCommand/format-block-with-trailing-br-expected.txt:
861 * editing/execCommand/hilitecolor-expected.txt:
862 * editing/execCommand/indent-list-item-expected.txt:
863 * editing/execCommand/indent-selection-expected.txt:
864 * editing/execCommand/insert-list-and-stitch-expected.txt:
865 * editing/execCommand/insert-list-with-id-expected.txt:
866 * editing/execCommand/insertHTML-expected.txt:
867 * editing/execCommand/insertHorizontalRule-expected.txt:
868 * editing/execCommand/remove-formatting-expected.txt:
869 * editing/execCommand/remove-list-from-range-selection-expected.txt:
870 * editing/execCommand/remove-list-items-expected.txt:
871 * editing/execCommand/strikethroughSelection-expected.txt:
872 * editing/execCommand/switch-list-type-expected.txt:
873 * editing/execCommand/unlink-expected.txt:
874 * editing/input/text-input-controller-expected.txt:
875 * editing/inserting/insert-3654864-fix-expected.txt:
876 * editing/inserting/insert-3659587-fix-expected.txt:
877 * editing/inserting/insert-3775316-fix-expected.txt:
878 * editing/inserting/insert-3851164-fix-expected.txt:
879 * editing/inserting/insert-3907422-fix-expected.txt:
880 * editing/inserting/insert-after-delete-001-expected.txt:
881 * editing/inserting/insert-div-001-expected.txt:
882 * editing/inserting/insert-div-002-expected.txt:
883 * editing/inserting/insert-div-003-expected.txt:
884 * editing/inserting/insert-div-005-expected.txt:
885 * editing/inserting/insert-div-007-expected.txt:
886 * editing/inserting/insert-div-009-expected.txt:
887 * editing/inserting/insert-div-010-expected.txt:
888 * editing/inserting/insert-div-020-expected.txt:
889 * editing/inserting/insert-div-023-expected.txt:
890 * editing/inserting/insert-div-024-expected.txt:
891 * editing/inserting/insert-div-025-expected.txt:
892 * editing/inserting/insert-div-026-expected.txt:
893 * editing/inserting/multiple-lines-selected-expected.txt:
894 * editing/inserting/paragraph-separator-03-expected.txt:
895 * editing/inserting/paragraph-separator-in-table-2-expected.txt:
896 * editing/inserting/redo-expected.txt:
897 * editing/inserting/return-key-with-selection-001-expected.txt:
898 * editing/inserting/return-key-with-selection-002-expected.txt:
899 * editing/inserting/return-key-with-selection-003-expected.txt:
900 * editing/pasteboard/3976872-expected.txt:
901 * editing/pasteboard/4076267-3-expected.txt:
902 * editing/pasteboard/4076267-expected.txt:
903 * editing/pasteboard/4700297-expected.txt:
904 * editing/pasteboard/8145-3-expected.txt:
905 * editing/pasteboard/block-wrappers-necessary-expected.txt:
906 * editing/pasteboard/copy-paste-bidi-expected.txt:
907 * editing/pasteboard/displaced-generic-placeholder-expected.txt:
908 * editing/pasteboard/displaced-placeholder-expected.txt:
909 * editing/pasteboard/display-block-on-spans-expected.txt:
910 * editing/pasteboard/drag-drop-modifies-page-expected.txt:
911 * editing/pasteboard/interchange-newline-2-expected.txt:
912 * editing/pasteboard/merge-after-delete-1-expected.txt:
913 * editing/pasteboard/merge-after-delete-2-expected.txt:
914 * editing/pasteboard/merge-after-delete-expected.txt:
915 * editing/pasteboard/merge-end-3-expected.txt:
916 * editing/pasteboard/merge-end-5-expected.txt:
917 * editing/pasteboard/merge-end-blockquote-expected.txt:
918 * editing/pasteboard/merge-end-list-expected.txt:
919 * editing/pasteboard/merge-end-table-expected.txt:
920 * editing/pasteboard/paste-4035648-fix-expected.txt:
921 * editing/pasteboard/paste-4039777-fix-expected.txt:
922 * editing/pasteboard/paste-line-endings-001-expected.txt:
923 * editing/pasteboard/paste-line-endings-006-expected.txt:
924 * editing/pasteboard/paste-match-style-001-expected.txt:
925 * editing/pasteboard/paste-match-style-002-expected.txt:
926 * editing/pasteboard/paste-pre-001-expected.txt:
927 * editing/pasteboard/paste-pre-002-expected.txt:
928 * editing/pasteboard/paste-table-002-expected.txt:
929 * editing/pasteboard/paste-table-003-expected.txt:
930 * editing/pasteboard/paste-text-006-expected.txt:
931 * editing/pasteboard/paste-text-007-expected.txt:
932 * editing/pasteboard/paste-text-010-expected.txt:
933 * editing/pasteboard/paste-text-011-expected.txt:
934 * editing/pasteboard/paste-text-015-expected.txt:
935 * editing/pasteboard/paste-text-016-expected.txt:
936 * editing/pasteboard/paste-text-017-expected.txt:
937 * editing/pasteboard/paste-text-018-expected.txt:
938 * editing/pasteboard/prevent-block-nesting-01-expected.txt:
939 * editing/pasteboard/smart-paste-003-expected.txt:
940 * editing/pasteboard/smart-paste-004-expected.txt:
941 * editing/pasteboard/smart-paste-005-expected.txt:
942 * editing/pasteboard/smart-paste-006-expected.txt:
943 * editing/pasteboard/smart-paste-007-expected.txt:
944 * editing/pasteboard/smart-paste-008-expected.txt:
945 * editing/pasteboard/testcase-9507-expected.txt:
946 * editing/pasteboard/undoable-fragment-removes-expected.txt:
947 * editing/selection/expanding-selections-expected.txt:
948 * editing/selection/expanding-selections2-expected.txt:
949 * editing/selection/node-removal-1-expected.txt:
950 * editing/selection/node-removal-2-expected.txt:
951 * editing/selection/select-all-iframe-expected.txt:
952 * editing/selection/skip-non-editable-1-expected.txt:
953 * editing/selection/triple-click-in-pre-expected.txt:
954 * editing/style/apple-style-editable-mix-expected.txt:
955 * editing/style/block-style-004-expected.txt:
956 * editing/style/block-style-005-expected.txt:
957 * editing/style/block-style-006-expected.txt:
958 * editing/style/create-block-for-style-001-expected.txt:
959 * editing/style/create-block-for-style-002-expected.txt:
960 * editing/style/create-block-for-style-003-expected.txt:
961 * editing/style/create-block-for-style-004-expected.txt:
962 * editing/style/create-block-for-style-007-expected.txt:
963 * editing/style/create-block-for-style-009-expected.txt:
964 * editing/style/create-block-for-style-010-expected.txt:
965 * editing/style/create-block-for-style-011-expected.txt:
966 * editing/style/create-block-for-style-012-expected.txt:
967 * editing/style/create-block-for-style-013-expected.txt:
968 * editing/style/designmode-expected.txt:
969 * editing/style/relative-font-size-change-001-expected.txt:
970 * editing/style/relative-font-size-change-002-expected.txt:
971 * editing/style/remove-underline-across-paragraph-expected.txt:
972 * editing/style/remove-underline-across-paragraph-in-bold-expected.txt:
973 * editing/style/remove-underline-after-paragraph-expected.txt:
974 * editing/style/remove-underline-after-paragraph-in-bold-expected.txt:
975 * editing/style/remove-underline-from-stylesheet-expected.txt:
976 * editing/style/smoosh-styles-001-expected.txt:
977 * editing/style/smoosh-styles-002-expected.txt:
978 * editing/style/smoosh-styles-003-expected.txt:
979 * editing/style/style-3681552-fix-001-expected.txt:
980 * editing/style/style-3681552-fix-002-expected.txt:
981 * editing/style/style-3690704-fix-expected.txt:
982 * editing/style/style-3998892-fix-expected.txt:
983 * editing/style/style-boundary-001-expected.txt:
984 * editing/style/style-boundary-003-expected.txt:
985 * editing/style/style-boundary-004-expected.txt:
986 * editing/style/typing-style-001-expected.txt:
987 * editing/style/typing-style-003-expected.txt:
988 * editing/undo/undo-misspellings-expected.txt:
989 * editing/unsupported-content/list-delete-001-expected.txt:
990 * editing/unsupported-content/list-delete-002-expected.txt:
991 * editing/unsupported-content/list-delete-003-expected.txt:
992 * editing/unsupported-content/table-delete-001-expected.txt:
993 * editing/unsupported-content/table-delete-002-expected.txt:
994 * editing/unsupported-content/table-delete-003-expected.txt:
995 * fast/forms/attributed-strings-expected.txt:
996 * fast/forms/cursor-position-expected.txt:
997 * fast/forms/drag-into-textarea-expected.txt:
998 * fast/forms/input-appearance-maxlength-expected.txt:
999 * fast/forms/input-paste-undo-expected.txt:
1000 * fast/forms/input-selection-restore-expected.txt:
1001 * fast/forms/input-text-paste-maxlength-expected.txt:
1002 * fast/forms/selection-functions-expected.txt:
1003 * fast/forms/text-field-setvalue-crash-expected.txt:
1004 * fast/forms/textarea-paste-newline-expected.txt:
1006 2006-09-04 Alexey Proskuryakov <ap@nypop.com>
1010 Tests for http://bugzilla.opendarwin.org/show_bug.cgi?id=10716
1011 XMLHttpRequest.responseText is null if HTTP response is empty
1013 The results are not fully correct yet:
1014 - accessing properties that are now undefined should cause an exception;
1015 - on error, responseXML should be null, rather than contain an HTML document describing
1018 * http/tests/xmlhttprequest/supported-xml-content-types-expected.txt: Updated for responseXML
1019 now returning null for nil documents.
1021 * http/tests/xmlhttprequest/zero-length-response-expected.txt:
1022 * http/tests/xmlhttprequest/zero-length-response-sync-expected.txt:
1023 * http/tests/xmlhttprequest/zero-length-response-sync.html:
1024 * http/tests/xmlhttprequest/zero-length-response.html:
1025 Extended to cover more properties.
1027 2006-09-04 Alexey Proskuryakov <ap@nypop.com>
1031 Test for http://bugzilla.opendarwin.org/show_bug.cgi?id=10676
1032 @charset rules not accessible via DOM
1034 * fast/encoding/css-charset-dom-expected.txt: Added.
1035 * fast/encoding/css-charset-dom.html: Added.
1037 2006-09-04 Rob Buis <buis@kde.org>
1041 Testcase needed for:
1042 http://bugzilla.opendarwin.org/show_bug.cgi?id=6546
1043 clipPath data does not respect transforms
1045 * svg/custom/clip-path-with-transform-expected.checksum: Added.
1046 * svg/custom/clip-path-with-transform-expected.png: Added.
1047 * svg/custom/clip-path-with-transform-expected.txt: Added.
1048 * svg/custom/clip-path-with-transform.svg: Added.
1050 2006-09-03 Alexey Proskuryakov <ap@nypop.com>
1054 Test for http://bugzilla.opendarwin.org/show_bug.cgi?id=10693
1055 Convert JavaScript arrays to AppleScript lists
1057 * fast/AppleScript/array-expected.txt:
1058 * fast/AppleScript/array.html: Updated results, added a test for
1059 circular dependencies.
1061 2006-09-03 Alexey Proskuryakov <ap@nypop.com>
1065 Tests for http://bugzilla.opendarwin.org/show_bug.cgi?id=10697
1066 REGRESSION (r16175): Errors in incremental decoding of UTF-8
1068 * fast/encoding/charset-invalid-expected.txt: Added.
1069 * fast/encoding/charset-invalid.html: Added.
1070 * http/tests/incremental/slow-utf8-html-expected.txt: Added.
1071 * http/tests/incremental/slow-utf8-html.pl: Added.
1073 2006-09-03 Alexey Proskuryakov <ap@nypop.com>
1077 http://bugzilla.opendarwin.org/show_bug.cgi?id=4508
1078 Layout tests access an external server
1080 * fast/backgrounds/repeat/noRepeatCorrectClip.html: Use a local resource (it was already present,
1081 but the test still pointed to a remote one).
1082 * fast/dom/HTMLImageElement/image-src-absolute-url-expected.txt:
1083 * fast/dom/HTMLImageElement/image-src-absolute-url.html: Use a non-existent file URL instead of
1084 a non-existent http one.
1085 * fast/loader/docLoaderFrame-expected.checksum: Removed.
1086 * fast/loader/docLoaderFrame-expected.png: Removed.
1087 * fast/loader/docLoaderFrame-expected.txt: Removed.
1088 * fast/loader/docLoaderFrame.html: Removed.
1089 * http/tests/xmlhttprequest/docLoaderFrame-expected.txt: Added.
1090 * http/tests/xmlhttprequest/docLoaderFrame.html: Added.
1091 * http/tests/xmlhttprequest/resources/docLoaderFrame-data.html: Added.
1092 Use a local resource. Also, turned the test into a text one, and used waitUntilDone to make it
1095 2006-09-02 Graham Dennis <graham.dennis@gmail.com>
1100 http://bugzilla.opendarwin.org/show_bug.cgi?id=10579
1101 AppleStyleCommand::applyBlockStyle crash
1103 * editing/style/table-selection-expected.checksum: Added.
1104 * editing/style/table-selection-expected.png: Added.
1105 * editing/style/table-selection-expected.txt: Added.
1106 * editing/style/table-selection.html: Added.
1108 2006-09-01 Adele Peterson <adele@apple.com>
1110 Reviewed by Tim Omernick.
1112 Updated results for http://bugzilla.opendarwin.org/show_bug.cgi?id=6990
1113 Switch to use new text field implementation for <input type="password">
1115 * dom/html/level2/html/HTMLInputElement22-expected.txt:
1116 * dom/xhtml/level2/html/HTMLInputElement22-expected.txt:
1117 * fast/events/event-sender-mouse-click.html:
1118 * fast/forms/input-appearance-height-expected.checksum:
1119 * fast/forms/input-appearance-height-expected.txt:
1120 * fast/forms/input-type-change-in-onfocus-mouse-expected.txt:
1121 * fast/forms/input-value-expected.checksum:
1122 * fast/forms/input-value-expected.png:
1123 * fast/forms/input-value-expected.txt:
1124 * tables/mozilla_expected_failures/bugs/bug92647-1-expected.checksum:
1125 * tables/mozilla_expected_failures/bugs/bug92647-1-expected.png:
1126 * tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt:
1128 Updated from switch to style-able selects
1129 * fast/forms/option-strip-whitespace-expected.checksum:
1130 * fast/forms/option-strip-whitespace-expected.png:
1131 * fast/forms/option-strip-whitespace-expected.txt:
1133 2006-09-01 Timothy Hatcher <timothy@apple.com>
1137 - updated results, null is not round-tripped through the bindings
1138 because of regressions the original change caused in other applications.
1139 - added an echo for "undefined".
1141 * plugins/bindings-test-expected.txt:
1142 * plugins/bindings-test.html:
1144 2006-09-01 Alexey Proskuryakov <ap@nypop.com>
1149 - http://bugzilla.opendarwin.org/show_bug.cgi?id=5620
1150 Should only honor encoding from <meta> in HTML
1152 - http://bugzilla.opendarwin.org/show_bug.cgi?id=9783
1153 An XML declaration without an explicit encoding incorrectly triggers
1154 UTF-8 encoding in an HTML document
1156 - http://bugzilla.opendarwin.org/show_bug.cgi?id=10155
1157 CSS2: @charset is not supported
1159 * fast/encoding/css-charset-expected.txt: Added.
1160 * fast/encoding/css-charset.css: Added.
1161 * fast/encoding/css-charset.html: Added.
1162 * fast/encoding/css-charset-evil-expected.txt: Added.
1163 * fast/encoding/css-charset-evil.css: Added.
1164 * fast/encoding/css-charset-evil.html: Added.
1165 * fast/encoding/default-xhtml-encoding-expected.txt: Added.
1166 * fast/encoding/default-xhtml-encoding.xhtml: Added.
1167 * fast/encoding/meta-in-xhtml-expected.txt: Added.
1168 * fast/encoding/meta-in-xhtml.xhtml: Added.
1169 * fast/encoding/pseudo-xml-2-expected.txt: Added.
1170 * fast/encoding/pseudo-xml-2.html: Added.
1171 * fast/encoding/pseudo-xml-3-expected.txt: Added.
1172 * fast/encoding/pseudo-xml-3.html: Added.
1173 * fast/encoding/pseudo-xml-4-expected.txt: Added.
1174 * fast/encoding/pseudo-xml-4.html: Added.
1175 * fast/encoding/pseudo-xml-expected.txt: Added.
1176 * fast/encoding/pseudo-xml.html: Added.
1178 2006-08-31 Alice Liu <alice.liu@apple.com>
1182 Revised expected results for an isindex element because of
1183 <rdar://problem/4463870> Switch to use new text field implementation for <isindex>
1184 Now the field is rendered as a textfield
1186 * fast/dom/isindex-002-expected.checksum:
1187 * fast/dom/isindex-002-expected.png:
1188 * fast/dom/isindex-002-expected.txt:
1190 2006-08-30 Rob Buis <buis@kde.org>
1194 Changed test results because of:
1195 http://bugzilla.opendarwin.org/show_bug.cgi?id=10586
1196 pointer-events has issues when things are not stroked/filled
1198 * svg/custom/pointer-events-path-expected.checksum:
1199 * svg/custom/pointer-events-path-expected.png:
1200 * svg/custom/pointer-events-path-expected.txt:
1202 2006-08-29 Justin Garcia <justin.garcia@apple.com>
1204 Reviewed by harrison
1206 <rdar://problem/4700297>
1207 REGRESSION: After replacing a misspelled word in a sentence, the selection extends to end of current line
1210 * editing/pasteboard/smart-paste-002-expected.checksum:
1211 * editing/pasteboard/smart-paste-002-expected.png:
1212 * editing/pasteboard/smart-paste-002-expected.txt:
1213 Added to demonstrate fix:
1214 * editing/pasteboard/4700297-expected.checksum: Added.
1215 * editing/pasteboard/4700297-expected.png: Added.
1216 * editing/pasteboard/4700297-expected.txt: Added.
1217 * editing/pasteboard/4700297.html: Added.
1218 Removed a superfluous style span:
1219 * editing/deleting/pruning-after-merge-1-expected.txt:
1220 * editing/pasteboard/interchange-newline-1-expected.txt:
1221 * editing/pasteboard/paste-text-019-expected.checksum:
1222 * editing/pasteboard/paste-text-019-expected.png:
1223 * editing/pasteboard/paste-text-019-expected.txt:
1224 * editing/selection/drag-to-contenteditable-iframe-expected.txt:
1225 Accidently checked in bad results yesterday:
1226 * editing/pasteboard/copy-paste-bidi-expected.txt:
1227 Equivalent render tree:
1228 * editing/pasteboard/smart-paste-001-expected.txt:
1230 2006-08-29 waylonis <waylonis@google.com>
1234 - Updated test to check for exceptions thrown in a plug-in. This is
1235 a test for http://bugzilla.opendarwin.org/show_bug.cgi?id=10114.
1236 * plugins/bindings-test-expected.txt:
1237 * plugins/bindings-test.html:
1239 2006-08-29 Darin Adler <darin@apple.com>
1243 - test for <rdar://problem/4701494> REGRESSION: Scrollbar on EPSN widget doesn't scroll (also affects Widgets widget, web inspector)
1245 * fast/css/computed-style-negative-top-expected.txt: Added.
1246 * fast/css/computed-style-negative-top.html: Added.
1248 2006-08-28 Justin Garcia <justin.garcia@apple.com>
1250 Reviewed by harrison
1252 * editing/inserting/redo-expected.checksum: Added.
1253 * editing/inserting/redo-expected.png: Added.
1254 * editing/inserting/redo-expected.txt: Added.
1255 * editing/inserting/redo.html: Added.
1256 * editing/pasteboard/copy-paste-bidi-expected.txt:
1258 2006-08-28 Alice Liu <alice.liu@apple.com>
1262 Added tests for <rdar://problem/4548537> Document.domain and other attributes are blank for an iframe created with document.write
1264 * http/tests/misc/iframe-domain-test-expected.txt: Added.
1265 * http/tests/misc/iframe-domain-test.html: Added.
1267 2006-08-27 Rob Buis <buis@kde.org>
1271 Changed test result because of:
1272 http://bugzilla.opendarwin.org/show_bug.cgi?id=10557
1273 KCanvasPath should be replace by platform/Path
1275 * svg/W3C-SVG-1.1/struct-dom-06-b-expected.txt:
1277 2006-08-26 Eric Seidel <eric@eseidel.com>
1281 Test case for: pointer-events does not work.
1282 http://bugzilla.opendarwin.org/show_bug.cgi?id=10415
1284 * svg/custom/pointer-events-path-expected.checksum: Added.
1285 * svg/custom/pointer-events-path-expected.png: Added.
1286 * svg/custom/pointer-events-path-expected.txt: Added.
1287 * svg/custom/pointer-events-path.svg: Added.
1289 2006-08-27 Rob Buis <buis@kde.org>
1294 http://bugzilla.opendarwin.org/show_bug.cgi?id=10558
1295 SVG should have support for <metadata> element
1297 * svg/custom/create-metadata-element-expected.checksum: Added.
1298 * svg/custom/create-metadata-element-expected.png: Added.
1299 * svg/custom/create-metadata-element-expected.txt: Added.
1300 * svg/custom/create-metadata-element.svg: Added.
1302 2006-08-25 Adele Peterson <adele@apple.com>
1304 Updated results for addition of -webkit-text-security.
1306 * fast/css/computed-style-expected.txt:
1308 2006-08-25 Adele Peterson <adele@apple.com>
1312 New tests and updated tests for styled selects.
1314 * fast/borders/borderRadiusInvalidColor-expected.checksum: Added.
1315 * fast/borders/borderRadiusInvalidColor-expected.png: Added.
1316 * fast/borders/borderRadiusInvalidColor-expected.txt: Added.
1317 * fast/borders/borderRadiusInvalidColor.html: Added.
1319 * fast/forms/select-baseline-expected.checksum: Added.
1320 * fast/forms/select-baseline-expected.png: Added.
1321 * fast/forms/select-baseline-expected.txt: Added.
1322 * fast/forms/select-baseline.html: Added.
1324 * editing/pasteboard/4641033-expected.txt:
1325 * editing/selection/replaced-boundaries-3-expected.txt:
1326 * editing/selection/select-box-expected.txt:
1327 * fast/block/margin-collapse/103-expected.txt:
1328 * fast/forms/001-expected.checksum:
1329 * fast/forms/001-expected.png:
1330 * fast/forms/001-expected.txt:
1331 * fast/forms/003-expected.txt:
1332 * fast/forms/004-expected.txt:
1333 * fast/forms/HTMLOptionElement_label01-expected.txt:
1334 * fast/forms/HTMLOptionElement_label02-expected.txt:
1335 * fast/forms/HTMLOptionElement_label03-expected.txt:
1336 * fast/forms/HTMLOptionElement_label04-expected.txt:
1337 * fast/forms/HTMLOptionElement_label06-expected.txt:
1338 * fast/forms/HTMLOptionElement_label07-expected.txt:
1339 * fast/forms/form-element-geometry-expected.checksum:
1340 * fast/forms/form-element-geometry-expected.png:
1341 * fast/forms/form-element-geometry-expected.txt:
1342 * fast/forms/option-script-expected.txt:
1343 * fast/forms/option-text-clip-expected.txt:
1344 * fast/forms/select-change-listbox-to-popup-expected.txt:
1345 * fast/forms/select-selected-expected.txt:
1346 * fast/forms/select-style-expected.txt:
1347 * fast/forms/select-visual-hebrew-expected.txt:
1348 * fast/invalid/014-expected.txt:
1349 * fast/parser/document-write-option-expected.txt:
1350 * fast/replaced/width100percent-expected.txt:
1351 * http/tests/navigation/anchor-basic-expected.txt:
1352 * http/tests/navigation/anchor-frames-expected.txt:
1353 * http/tests/navigation/anchor-goback-expected.txt:
1354 * http/tests/navigation/anchor-subframeload-expected.txt:
1355 * http/tests/navigation/javascriptlink-basic-expected.txt:
1356 * http/tests/navigation/javascriptlink-frames-expected.txt:
1357 * http/tests/navigation/javascriptlink-goback-expected.txt:
1358 * http/tests/navigation/javascriptlink-subframeload-expected.txt:
1359 * http/tests/navigation/metaredirect-basic-expected.txt:
1360 * http/tests/navigation/metaredirect-frames-expected.txt:
1361 * http/tests/navigation/metaredirect-goback-expected.txt:
1362 * http/tests/navigation/metaredirect-subframeload-expected.txt:
1363 * http/tests/navigation/post-goback2-expected.txt:
1364 * http/tests/navigation/postredirect-goback2-expected.txt:
1365 * http/tests/navigation/redirect302-basic-expected.txt:
1366 * http/tests/navigation/redirect302-frames-expected.txt:
1367 * http/tests/navigation/redirect302-goback-expected.txt:
1368 * http/tests/navigation/redirect302-subframeload-expected.txt:
1369 * http/tests/navigation/relativeanchor-basic-expected.txt:
1370 * http/tests/navigation/relativeanchor-frames-expected.txt:
1371 * http/tests/navigation/relativeanchor-goback-expected.txt:
1372 * http/tests/navigation/slowmetaredirect-basic-expected.txt:
1373 * http/tests/navigation/slowtimerredirect-basic-expected.txt:
1374 * http/tests/navigation/success200-basic-expected.txt:
1375 * http/tests/navigation/success200-frames-expected.txt:
1376 * http/tests/navigation/success200-frames-loadsame-expected.txt:
1377 * http/tests/navigation/success200-goback-expected.txt:
1378 * http/tests/navigation/success200-loadsame-expected.txt:
1379 * http/tests/navigation/success200-reload-expected.txt:
1380 * http/tests/navigation/success200-subframeload-expected.txt:
1381 * http/tests/navigation/timerredirect-basic-expected.txt:
1382 * http/tests/navigation/timerredirect-frames-expected.txt:
1383 * http/tests/navigation/timerredirect-goback-expected.txt:
1384 * http/tests/navigation/timerredirect-subframeload-expected.txt:
1385 * tables/mozilla/bugs/bug1188-expected.txt:
1386 * tables/mozilla/bugs/bug18359-expected.txt:
1387 * tables/mozilla/bugs/bug2479-3-expected.txt:
1388 * tables/mozilla/bugs/bug2479-4-expected.txt:
1389 * tables/mozilla/bugs/bug29326-expected.txt:
1390 * tables/mozilla/bugs/bug33855-expected.txt:
1391 * tables/mozilla/bugs/bug4382-expected.txt:
1392 * tables/mozilla/bugs/bug96334-expected.txt:
1393 * tables/mozilla/core/margins-expected.txt:
1394 * tables/mozilla/dom/tableDom-expected.txt:
1395 * tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
1397 2006-08-24 Darin Adler <darin@apple.com>
1401 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=10169
1402 REGRESSION: NativeTextArea: Text dragged from <input type=text> to textarea disappears
1404 * fast/forms/drag-into-textarea-expected.txt: Added.
1405 * fast/forms/drag-into-textarea.html: Added.
1407 2006-08-24 David Harrison <harrison@apple.com>
1409 Updated expected results for this change:
1411 <rdar://problem/4522205> Represent controls in AXAttributedStringForTextMarkerRange
1413 * editing/selection/anchor-focus1-expected.txt:
1414 * editing/selection/anchor-focus2-expected.txt:
1415 * editing/selection/anchor-focus3-expected.txt:
1416 * editing/selection/move-begin-end-expected.txt:
1417 * fast/dom/Element/onclick-case-expected.txt:
1418 * fast/dom/HTMLInputElement/size-as-number-expected.txt:
1419 * fast/dom/document-all-input-expected.txt:
1420 * fast/dom/option-properties-expected.txt:
1421 * fast/events/objc-keyboard-event-creation-expected.txt:
1422 * fast/events/onsubmit-bubbling-expected.txt:
1423 * fast/forms/access-key-expected.txt:
1424 * fast/forms/activate-and-disabled-elements-expected.txt:
1425 * fast/forms/button-in-forms-collection-expected.txt:
1426 * fast/forms/check-box-enter-key-expected.txt:
1427 * fast/forms/cursor-position-expected.txt:
1428 * fast/forms/display-none-in-onchange-keyboard-expected.txt:
1429 * fast/forms/domstring-replace-crash-expected.txt:
1430 * fast/forms/double-focus-expected.txt:
1431 * fast/forms/element-by-name-expected.txt:
1432 * fast/forms/empty-get-expected.txt:
1433 * fast/forms/focus-expected.txt:
1434 * fast/forms/form-get-multipart-expected.txt:
1435 * fast/forms/form-get-multipart2-expected.txt:
1436 * fast/forms/form-get-multipart3-expected.txt:
1437 * fast/forms/form-post-urlencoded-expected.txt:
1438 * fast/forms/input-appearance-elementFromPoint-expected.txt:
1439 * fast/forms/input-appearance-maxlength-expected.txt:
1440 * fast/forms/input-changing-value-expected.txt:
1441 * fast/forms/input-delete-expected.txt:
1442 * fast/forms/input-selection-hidden-expected.txt:
1443 * fast/forms/input-selection-restore-expected.txt:
1444 * fast/forms/input-text-enter-expected.txt:
1445 * fast/forms/input-truncate-newline-expected.txt:
1446 * fast/forms/legend-access-key-expected.txt:
1447 * fast/forms/onchange-enter-submit-expected.txt:
1448 * fast/forms/onselect-textarea-expected.txt:
1449 * fast/forms/onselect-textfield-expected.txt:
1450 * fast/forms/paste-into-textarea-expected.txt:
1451 * fast/forms/plaintext-mode-1-expected.txt:
1452 * fast/forms/select-remove-option-expected.txt:
1453 * fast/forms/select-replace-option-expected.txt:
1454 * fast/forms/select-reset-expected.txt:
1455 * fast/forms/selection-functions-expected.txt:
1456 * fast/forms/text-field-setvalue-crash-expected.txt:
1457 * fast/forms/textarea-crlf-expected.txt:
1458 * fast/forms/textarea-scrolled-endline-caret-expected.txt:
1459 * fast/forms/textarea-setvalue-submit-expected.txt:
1460 * fast/forms/textfield-focus-out-expected.txt:
1462 2006-08-24 Rob Buis <buis@kde.org>
1467 http://bugzilla.opendarwin.org/show_bug.cgi?id=10524
1468 svg transform: comma delimiting breaks display
1470 * svg/custom/transform-scale-parse-expected.checksum: Added.
1471 * svg/custom/transform-scale-parse-expected.png: Added.
1472 * svg/custom/transform-scale-parse-expected.txt: Added.
1473 * svg/custom/transform-scale-parse.svg: Added.
1475 2006-08-22 Trey Matteson <trey@usa.net>
1479 This test update was missing from the patch I posted, and ggarren just checked in.
1481 * fast/overflow/scrollRevealButton-expected.txt:
1483 2006-08-22 Maciej Stachowiak <mjs@apple.com>
1487 - test for <rdar://problem/4683948> REGRESSION: Assertion failure in [FrameProgressEntry addChild:forDataSource:] (fandango.com)
1489 (I both added a WebKit assertion that would fail under this test, and then did a fix to make it not fire)
1491 * fast/loader/start-load-in-unload-expected.txt: Added.
1492 * fast/loader/start-load-in-unload.html: Added.
1494 2006-08-22 Maciej Stachowiak <mjs@apple.com>
1496 Fix for broken tests.
1498 - made newly added CGI scripts executable
1500 * http/tests/navigation/resources/error404.pl:
1501 * http/tests/navigation/resources/frameset.pl:
1502 * http/tests/navigation/resources/postresult.pl:
1503 * http/tests/navigation/resources/redirect302.pl:
1505 2006-08-22 Justin Garcia <justin.garcia@apple.com>
1507 Reviewed by harrison
1509 <http://bugzilla.opendarwin.org/show_bug.cgi?id=10449>
1510 REGRESSION(r15918): drag-into-marker.html failing
1512 * editing/pasteboard/paste-list-001-expected.txt:
1513 * fast/lists/drag-into-marker.html: Added.
1514 * fast/lists/drag-into-marker.html-disabled: Removed.
1516 2006-08-22 Justin Garcia <justin.garcia@apple.com>
1518 Reviewed by harrison
1520 <rdar://problem/4052343&4052343&4426622> Mail hung on paste text
1523 * editing/pasteboard/paste-4039777-fix-expected.checksum:
1524 * editing/pasteboard/paste-4039777-fix-expected.png:
1525 * editing/pasteboard/paste-4039777-fix-expected.txt:
1526 * editing/deleting/delete-3857753-fix-expected.txt:
1527 * editing/pasteboard/styled-element-markup-expected.checksum:
1528 * editing/pasteboard/styled-element-markup-expected.png:
1529 * editing/pasteboard/styled-element-markup-expected.txt:
1530 * editing/execCommand/insertHTML-expected.checksum:
1531 * editing/execCommand/insertHTML-expected.png:
1532 * editing/execCommand/insertHTML-expected.txt:
1533 * editing/execCommand/insertHTML.html:
1535 Removed some empty style spans, font tags are replaced by style spans
1536 in a couple of cases:
1537 * editing/deleting/merge-different-styles-expected.txt:
1538 * editing/deleting/pruning-after-merge-1-expected.txt:
1539 * editing/deleting/pruning-after-merge-2-expected.txt:
1540 * editing/inserting/insert-3786362-fix-expected.txt:
1541 * editing/pasteboard/block-wrappers-necessary-expected.txt:
1542 * editing/pasteboard/display-block-on-spans-expected.txt:
1543 * editing/pasteboard/merge-end-table-expected.txt:
1544 * editing/pasteboard/paste-4035648-fix-expected.txt:
1545 * editing/pasteboard/paste-line-endings-001-expected.txt:
1546 * editing/pasteboard/paste-line-endings-006-expected.txt:
1547 * editing/pasteboard/paste-list-001-expected.txt:
1548 * editing/pasteboard/paste-pre-001-expected.txt:
1549 * editing/pasteboard/paste-pre-002-expected.txt:
1550 * editing/pasteboard/paste-table-001-expected.txt:
1551 * editing/pasteboard/paste-table-002-expected.txt:
1552 * editing/pasteboard/paste-text-001-expected.txt:
1553 * editing/pasteboard/paste-text-002-expected.txt:
1554 * editing/pasteboard/paste-text-003-expected.txt:
1555 * editing/pasteboard/paste-text-004-expected.txt:
1556 * editing/pasteboard/paste-text-005-expected.txt:
1557 * editing/pasteboard/paste-text-006-expected.txt:
1558 * editing/pasteboard/paste-text-011-expected.txt:
1559 * editing/pasteboard/paste-text-012-expected.txt:
1560 * editing/pasteboard/paste-text-013-expected.txt:
1561 * editing/pasteboard/paste-text-014-expected.txt:
1562 * editing/pasteboard/paste-text-015-expected.txt:
1563 * editing/pasteboard/paste-text-016-expected.txt:
1564 * editing/pasteboard/paste-text-017-expected.txt:
1565 * editing/pasteboard/paste-text-at-tabspan-001-expected.txt:
1566 * editing/pasteboard/paste-text-at-tabspan-002-expected.txt:
1567 * editing/pasteboard/paste-text-at-tabspan-003-expected.txt:
1568 * editing/pasteboard/styled-element-markup.html:
1569 * editing/pasteboard/testcase-9507-expected.txt:
1570 * editing/style/smoosh-styles-001-expected.txt:
1571 * editing/style/smoosh-styles-002-expected.txt:
1573 2006-08-22 Trey Matteson <trey@usa.net>
1577 Introducing a small test suite for bugs related to various navigation techniques,
1578 e.g., back/forward, reload, various redirect flavors, POST, POST-then-redirect,
1579 within-page anchors. Most of the tests are done with and without an enclosing frameset.
1580 The tests verify the content of the final page (which may include restored form
1581 state), scroll location (also sometimes restored), and the full content of the
1584 * fast/overflow/scrollRevealButton-expected.txt:
1585 Updated to include scroll location that is now emitted.
1586 * http/tests/navigation/anchor-basic-expected.txt: Added.
1587 * http/tests/navigation/anchor-basic.html: Added.
1588 * http/tests/navigation/anchor-frames-expected.txt: Added.
1589 * http/tests/navigation/anchor-frames.html: Added.
1590 * http/tests/navigation/anchor-goback-expected.txt: Added.
1591 * http/tests/navigation/anchor-goback.html: Added.
1592 * http/tests/navigation/anchor-subframeload-expected.txt: Added.
1593 * http/tests/navigation/anchor-subframeload.html: Added.
1594 * http/tests/navigation/error404-basic-expected.txt: Added.
1595 * http/tests/navigation/error404-basic.html: Added.
1596 * http/tests/navigation/error404-frames-expected.txt: Added.
1597 * http/tests/navigation/error404-frames.html: Added.
1598 * http/tests/navigation/error404-goback-expected.txt: Added.
1599 * http/tests/navigation/error404-goback.html: Added.
1600 * http/tests/navigation/error404-subframeload-expected.txt: Added.
1601 * http/tests/navigation/error404-subframeload.html: Added.
1602 * http/tests/navigation/javascriptlink-basic-expected.txt: Added.
1603 * http/tests/navigation/javascriptlink-basic.html: Added.
1604 * http/tests/navigation/javascriptlink-frames-expected.txt: Added.
1605 * http/tests/navigation/javascriptlink-frames.html: Added.
1606 * http/tests/navigation/javascriptlink-goback-expected.txt: Added.
1607 * http/tests/navigation/javascriptlink-goback.html: Added.
1608 * http/tests/navigation/javascriptlink-subframeload-expected.txt: Added.
1609 * http/tests/navigation/javascriptlink-subframeload.html: Added.
1610 * http/tests/navigation/metaredirect-basic-expected.txt: Added.
1611 * http/tests/navigation/metaredirect-basic.html: Added.
1612 * http/tests/navigation/metaredirect-frames-expected.txt: Added.
1613 * http/tests/navigation/metaredirect-frames.html: Added.
1614 * http/tests/navigation/metaredirect-goback-expected.txt: Added.
1615 * http/tests/navigation/metaredirect-goback.html: Added.
1616 * http/tests/navigation/metaredirect-subframeload-expected.txt: Added.
1617 * http/tests/navigation/metaredirect-subframeload.html: Added.
1618 * http/tests/navigation/post-basic-expected.txt: Added.
1619 * http/tests/navigation/post-basic.html: Added.
1620 * http/tests/navigation/post-frames-expected.txt: Added.
1621 * http/tests/navigation/post-frames-goback1.html-disabled: Added.
1622 * http/tests/navigation/post-frames.html: Added.
1623 * http/tests/navigation/post-goback1-expected.txt: Added.
1624 * http/tests/navigation/post-goback1.html: Added.
1625 * http/tests/navigation/post-goback2-expected.txt: Added.
1626 * http/tests/navigation/post-goback2.html: Added.
1627 * http/tests/navigation/postredirect-basic-expected.txt: Added.
1628 * http/tests/navigation/postredirect-basic.html: Added.
1629 * http/tests/navigation/postredirect-frames-expected.txt: Added.
1630 * http/tests/navigation/postredirect-frames-goback1.html-disabled: Added.
1631 * http/tests/navigation/postredirect-frames.html: Added.
1632 * http/tests/navigation/postredirect-goback1-expected.txt: Added.
1633 * http/tests/navigation/postredirect-goback1.html: Added.
1634 * http/tests/navigation/postredirect-goback2-expected.txt: Added.
1635 * http/tests/navigation/postredirect-goback2.html: Added.
1636 * http/tests/navigation/redirect302-basic-expected.txt: Added.
1637 * http/tests/navigation/redirect302-basic.html: Added.
1638 * http/tests/navigation/redirect302-frames-expected.txt: Added.
1639 * http/tests/navigation/redirect302-frames.html: Added.
1640 * http/tests/navigation/redirect302-goback-expected.txt: Added.
1641 * http/tests/navigation/redirect302-goback.html: Added.
1642 * http/tests/navigation/redirect302-subframeload-expected.txt: Added.
1643 * http/tests/navigation/redirect302-subframeload.html: Added.
1644 * http/tests/navigation/relativeanchor-basic-expected.txt: Added.
1645 * http/tests/navigation/relativeanchor-basic.html: Added.
1646 * http/tests/navigation/relativeanchor-frames-expected.txt: Added.
1647 * http/tests/navigation/relativeanchor-frames.html: Added.
1648 * http/tests/navigation/relativeanchor-goback-expected.txt: Added.
1649 * http/tests/navigation/relativeanchor-goback.html: Added.
1650 * http/tests/navigation/resources/error404.pl: Added.
1651 * http/tests/navigation/resources/frameset.pl: Added.
1652 * http/tests/navigation/resources/javascriptlink.html: Added.
1653 * http/tests/navigation/resources/metaredirect.html: Added.
1654 * http/tests/navigation/resources/otherpage.html: Added.
1655 * http/tests/navigation/resources/postresult.pl: Added.
1656 * http/tests/navigation/resources/redirect302.pl: Added.
1657 * http/tests/navigation/resources/slowmetaredirect.html: Added.
1658 * http/tests/navigation/resources/slowtimerredirect.html: Added.
1659 * http/tests/navigation/resources/success200.html: Added.
1660 * http/tests/navigation/resources/testcode.js: Added.
1661 * http/tests/navigation/resources/timerredirect.html: Added.
1662 * http/tests/navigation/slowmetaredirect-basic-expected.txt: Added.
1663 * http/tests/navigation/slowmetaredirect-basic.html: Added.
1664 * http/tests/navigation/slowtimerredirect-basic-expected.txt: Added.
1665 * http/tests/navigation/slowtimerredirect-basic.html: Added.
1666 * http/tests/navigation/success200-basic-expected.txt: Added.
1667 * http/tests/navigation/success200-basic.html: Added.
1668 * http/tests/navigation/success200-frames-expected.txt: Added.
1669 * http/tests/navigation/success200-frames-goback.html-disabled: Added.
1670 * http/tests/navigation/success200-frames-loadsame-expected.txt: Added.
1671 * http/tests/navigation/success200-frames-loadsame.html: Added.
1672 * http/tests/navigation/success200-frames-reload.html-disabled: Added.
1673 * http/tests/navigation/success200-frames.html: Added.
1674 * http/tests/navigation/success200-goback-expected.txt: Added.
1675 * http/tests/navigation/success200-goback.html: Added.
1676 * http/tests/navigation/success200-loadsame-expected.txt: Added.
1677 * http/tests/navigation/success200-loadsame.html: Added.
1678 * http/tests/navigation/success200-reload-expected.txt: Added.
1679 * http/tests/navigation/success200-reload.html: Added.
1680 * http/tests/navigation/success200-subframeload-expected.txt: Added.
1681 * http/tests/navigation/success200-subframeload-goback.html-disabled: Added.
1682 * http/tests/navigation/success200-subframeload.html: Added.
1683 * http/tests/navigation/timerredirect-basic-expected.txt: Added.
1684 * http/tests/navigation/timerredirect-basic.html: Added.
1685 * http/tests/navigation/timerredirect-frames-expected.txt: Added.
1686 * http/tests/navigation/timerredirect-frames.html: Added.
1687 * http/tests/navigation/timerredirect-goback-expected.txt: Added.
1688 * http/tests/navigation/timerredirect-goback.html: Added.
1689 * http/tests/navigation/timerredirect-subframeload-expected.txt: Added.
1690 * http/tests/navigation/timerredirect-subframeload.html: Added.
1692 2006-08-22 Rob Buis <buis@kde.org>
1697 http://bugzilla.opendarwin.org/show_bug.cgi?id=10402
1698 REPRO: SVG crashes inside gradient code
1700 * svg/custom/gradient-attr-update-expected.checksum: Added.
1701 * svg/custom/gradient-attr-update-expected.png: Added.
1702 * svg/custom/gradient-attr-update-expected.txt: Added.
1703 * svg/custom/gradient-attr-update.svg: Added.
1705 2006-08-22 Rob Buis <buis@kde.org>
1709 Testcase needed for:
1710 http://bugzilla.opendarwin.org/show_bug.cgi?id=10405
1711 REPRO: SVG Maze crashes in RenderPath code
1713 * svg/custom/dynamic-empty-path-expected.checksum: Added.
1714 * svg/custom/dynamic-empty-path-expected.png: Added.
1715 * svg/custom/dynamic-empty-path-expected.txt: Added.
1716 * svg/custom/dynamic-empty-path.svg: Added.
1718 2006-08-21 Alexey Proskuryakov <ap@nypop.com>
1722 Test for http://bugzilla.opendarwin.org/show_bug.cgi?id=10419
1723 XSLTProcessor transformToFragment fails because of an XML declaration
1725 * fast/xsl/transformToFragment-XML-declaration-expected.txt: Added.
1726 * fast/xsl/transformToFragment-XML-declaration.html: Added.
1728 * fast/xsl/xslt-extra-content-at-end-expected.checksum:
1729 * fast/xsl/xslt-extra-content-at-end-expected.png:
1730 * fast/xsl/xslt-extra-content-at-end-expected.txt: Updated for a changed error reporting.
1732 2006-08-21 Vladimir Olexa <vladimir.olexa@gmail.com>
1736 Test for http://bugzilla.opendarwin.org/show_bug.cgi?id=6252
1737 JavaScript 1.6 Array.lastIndexOf
1739 * fast/js/array-lastIndexOf-expected.txt: Added.
1740 * fast/js/array-lastIndexOf.html: Added.
1741 * fast/js/resources/array-lastIndexOf.js: Added.
1743 2006-08-21 Alexey Proskuryakov <ap@nypop.com>
1747 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=10429
1748 XSLTProcessor.transformToFragment crashes if the owner document is empty
1750 * fast/js/resources/xslt-fragment-in-empty-doc.js: Added.
1751 * fast/js/xslt-fragment-in-empty-doc-expected.txt: Added.
1752 * fast/js/xslt-fragment-in-empty-doc.html: Added.
1754 2006-08-16 Justin Garcia <justin.garcia@apple.com>
1756 Reviewed by thatcher
1758 Equivalent render tree:
1759 * fast/events/ondragenter-expected.checksum:
1760 * fast/events/ondragenter-expected.txt:
1762 Patch exposed a bug (10449):
1763 * fast/lists/drag-into-marker.html: Removed.
1764 * fast/lists/drag-into-marker.html-disabled: Added.
1766 2006-08-15 Justin Garcia <justin.garcia@apple.com>
1768 Reviewed by thatcher
1771 * editing/pasteboard/interchange-newline-4-expected.checksum: Added.
1772 * editing/pasteboard/interchange-newline-4-expected.png: Added.
1773 * editing/pasteboard/interchange-newline-4-expected.txt: Added.
1774 * editing/pasteboard/interchange-newline-4.html: Added.
1775 * editing/deleting/paragraph-in-preserveNewline-expected.checksum: Added.
1776 * editing/deleting/paragraph-in-preserveNewline-expected.png: Added.
1777 * editing/deleting/paragraph-in-preserveNewline-expected.txt: Added.
1778 * editing/deleting/paragraph-in-preserveNewline.html: Added.
1780 Equivalent render trees, fixes, or bugs exposed (10427, 10428):
1781 * editing/execCommand/insertHTML-expected.checksum:
1782 * editing/execCommand/insertHTML-expected.png:
1783 * editing/execCommand/insertHTML-expected.txt:
1784 * editing/execCommand/insertHTML.html:
1785 * editing/execCommand/insertHorizontalRule-expected.checksum:
1786 * editing/execCommand/insertHorizontalRule-expected.png:
1787 * editing/execCommand/insertHorizontalRule-expected.txt:
1788 * editing/inserting/insert-3786362-fix-expected.checksum:
1789 * editing/inserting/insert-3786362-fix-expected.png:
1790 * editing/inserting/insert-3786362-fix-expected.txt:
1791 * editing/inserting/insert-3786362-fix.html:
1792 * editing/inserting/insert-3907422-fix-expected.txt:
1793 * editing/pasteboard/3976872-expected.checksum:
1794 * editing/pasteboard/3976872-expected.png:
1795 * editing/pasteboard/3976872-expected.txt:
1796 * editing/pasteboard/4076267-3-expected.checksum:
1797 * editing/pasteboard/4076267-3-expected.png:
1798 * editing/pasteboard/4076267-3-expected.txt:
1799 * editing/pasteboard/4076267-3.html:
1800 * editing/pasteboard/4076267-expected.checksum:
1801 * editing/pasteboard/4076267-expected.png:
1802 * editing/pasteboard/4076267-expected.txt:
1803 * editing/pasteboard/4076267.html:
1804 * editing/pasteboard/4242293-1-expected.txt:
1805 * editing/pasteboard/4242293-expected.checksum:
1806 * editing/pasteboard/4242293-expected.png:
1807 * editing/pasteboard/4242293-expected.txt:
1808 * editing/pasteboard/4631972-expected.txt:
1809 * editing/pasteboard/8145-1-expected.txt:
1810 * editing/pasteboard/8145-3-expected.txt:
1811 * editing/pasteboard/block-wrappers-necessary-expected.txt:
1812 * editing/pasteboard/copy-paste-bidi-expected.txt:
1813 * editing/pasteboard/display-block-on-spans-expected.checksum:
1814 * editing/pasteboard/display-block-on-spans-expected.png:
1815 * editing/pasteboard/display-block-on-spans-expected.txt:
1816 * editing/pasteboard/interchange-newline-1-expected.txt:
1817 * editing/pasteboard/merge-end-1-expected.checksum:
1818 * editing/pasteboard/merge-end-1-expected.png:
1819 * editing/pasteboard/merge-end-1-expected.txt:
1820 * editing/pasteboard/merge-end-1.html:
1821 * editing/pasteboard/merge-end-2-expected.checksum:
1822 * editing/pasteboard/merge-end-2-expected.png:
1823 * editing/pasteboard/merge-end-2-expected.txt:
1824 * editing/pasteboard/merge-end-2.html:
1825 * editing/pasteboard/merge-end-4-expected.txt:
1826 * editing/pasteboard/merge-end-list-expected.txt:
1827 * editing/pasteboard/merge-end-table-expected.checksum:
1828 * editing/pasteboard/merge-end-table-expected.png:
1829 * editing/pasteboard/merge-end-table-expected.txt:
1830 * editing/pasteboard/nested-blocks-with-text-area-expected.txt:
1831 * editing/pasteboard/nested-blocks-with-text-field-expected.txt:
1832 * editing/pasteboard/paste-4039777-fix-expected.checksum:
1833 * editing/pasteboard/paste-4039777-fix-expected.png:
1834 * editing/pasteboard/paste-4039777-fix-expected.txt:
1835 * editing/pasteboard/paste-line-endings-002-expected.txt:
1836 * editing/pasteboard/paste-line-endings-004-expected.txt:
1837 * editing/pasteboard/paste-line-endings-007-expected.txt:
1838 * editing/pasteboard/paste-line-endings-008-expected.txt:
1839 * editing/pasteboard/paste-line-endings-009-expected.txt:
1840 * editing/pasteboard/paste-match-style-002-expected.txt:
1841 * editing/pasteboard/paste-pre-001-expected.txt:
1842 * editing/pasteboard/paste-pre-002-expected.txt:
1843 * editing/pasteboard/paste-table-001-expected.checksum:
1844 * editing/pasteboard/paste-table-001-expected.png:
1845 * editing/pasteboard/paste-table-001-expected.txt:
1846 * editing/pasteboard/paste-table-003-expected.txt:
1847 * editing/pasteboard/paste-text-001-expected.txt:
1848 * editing/pasteboard/paste-text-003-expected.txt:
1849 * editing/pasteboard/paste-text-007-expected.checksum:
1850 * editing/pasteboard/paste-text-007-expected.png:
1851 * editing/pasteboard/paste-text-007-expected.txt:
1852 * editing/pasteboard/paste-text-008-expected.txt:
1853 * editing/pasteboard/paste-text-009-expected.txt:
1854 * editing/pasteboard/paste-text-010-expected.txt:
1855 * editing/pasteboard/paste-text-011-expected.txt:
1856 * editing/pasteboard/paste-text-012-expected.checksum:
1857 * editing/pasteboard/paste-text-012-expected.png:
1858 * editing/pasteboard/paste-text-012-expected.txt:
1859 * editing/pasteboard/paste-text-012.html:
1860 * editing/pasteboard/paste-text-013-expected.checksum:
1861 * editing/pasteboard/paste-text-013-expected.png:
1862 * editing/pasteboard/paste-text-013-expected.txt:
1863 * editing/pasteboard/paste-text-015-expected.txt:
1864 * editing/pasteboard/paste-text-017-expected.txt:
1865 * editing/pasteboard/paste-text-019-expected.checksum:
1866 * editing/pasteboard/paste-text-019-expected.png:
1867 * editing/pasteboard/paste-text-019-expected.txt:
1868 * editing/pasteboard/paste-text-019.html:
1869 * editing/pasteboard/paste-text-at-tabspan-001-expected.txt:
1870 * editing/pasteboard/paste-text-at-tabspan-002-expected.txt:
1871 * editing/pasteboard/paste-text-at-tabspan-003-expected.txt:
1872 * editing/pasteboard/pasting-object-expected.txt:
1873 * editing/pasteboard/prevent-block-nesting-01-expected.txt:
1874 * editing/pasteboard/quirks-mode-br-1-expected.txt:
1875 * editing/pasteboard/smart-paste-001-expected.txt:
1876 * editing/pasteboard/smart-paste-002-expected.txt:
1877 * editing/pasteboard/smart-paste-003-expected.txt:
1878 * editing/pasteboard/smart-paste-004-expected.txt:
1879 * editing/pasteboard/smart-paste-005-expected.txt:
1880 * editing/pasteboard/smart-paste-006-expected.txt:
1881 * editing/pasteboard/smart-paste-007-expected.txt:
1882 * editing/pasteboard/smart-paste-008-expected.txt:
1883 * editing/pasteboard/undoable-fragment-removes-expected.checksum:
1884 * editing/pasteboard/undoable-fragment-removes-expected.png:
1885 * editing/pasteboard/undoable-fragment-removes-expected.txt:
1886 * editing/pasteboard/undoable-fragment-removes.html:
1887 * editing/style/smoosh-styles-001-expected.txt:
1888 * editing/style/smoosh-styles-002-expected.txt:
1890 2006-08-15 Jonas Witt <jonas.witt@gmail.com>
1894 - added a test to check keyboard events fired from the ObjC API:
1895 http://bugzilla.opendarwin.org/show_bug.cgi?id=9736
1897 * fast/events/objc-keyboard-event-creation-expected.txt: Added.
1898 * fast/events/objc-keyboard-event-creation.html: Added.
1900 2006-08-15 Geoffrey Garen <ggaren@apple.com>
1902 Layout test for <rdar://problem/4661982> (crash in KHTMLParser::popBlock)
1904 * fast/parser/remove-node-stack-expected.txt: Added.
1905 * fast/parser/remove-node-stack.html: Added.
1907 2006-08-15 Adele Peterson <adele@apple.com>
1911 Test for: <rdar://problem/4680207> REGRESSION: select-all should fire onSelect event for text fields and textareas (9518)
1912 http://bugzilla.opendarwin.org/show_bug.cgi?id=9518
1914 * fast/forms/onselect-selectall-expected.txt: Added.
1915 * fast/forms/onselect-selectall.html: Added.
1917 2006-08-14 Eric Seidel <eric@eseidel.com>
1921 Updated results for:
1922 <mask>, <marker>, <pattern> inside <defs> do not work
1923 http://bugzilla.opendarwin.org/show_bug.cgi?id=6548
1925 * svg/W3C-SVG-1.1/animate-elem-03-t-expected.txt:
1926 * svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt:
1927 * svg/W3C-SVG-1.1/color-prof-01-f-expected.txt:
1928 * svg/W3C-SVG-1.1/color-prop-01-b-expected.txt:
1929 * svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt:
1930 * svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt:
1931 * svg/W3C-SVG-1.1/filters-color-01-b-expected.txt:
1932 * svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt:
1933 * svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt:
1934 * svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt:
1935 * svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.txt:
1936 * svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt:
1937 * svg/W3C-SVG-1.1/filters-example-01-b-expected.txt:
1938 * svg/W3C-SVG-1.1/filters-gauss-01-b-expected.txt:
1939 * svg/W3C-SVG-1.1/filters-image-01-b-expected.txt:
1940 * svg/W3C-SVG-1.1/filters-light-01-f-expected.txt:
1941 * svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt:
1942 * svg/W3C-SVG-1.1/filters-offset-01-b-expected.txt:
1943 * svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt:
1944 * svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt:
1945 * svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt:
1946 * svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt:
1947 * svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt:
1948 * svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt:
1949 * svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt:
1950 * svg/W3C-SVG-1.1/interact-cursor-01-f-expected.txt:
1951 * svg/W3C-SVG-1.1/interact-events-01-b-expected.txt:
1952 * svg/W3C-SVG-1.1/interact-order-01-b-expected.txt:
1953 * svg/W3C-SVG-1.1/interact-order-02-b-expected.txt:
1954 * svg/W3C-SVG-1.1/interact-order-03-b-expected.txt:
1955 * svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt:
1956 * svg/W3C-SVG-1.1/masking-path-01-b-expected.txt:
1957 * svg/W3C-SVG-1.1/masking-path-04-b-expected.txt:
1958 * svg/W3C-SVG-1.1/painting-marker-02-f-expected.txt:
1959 * svg/W3C-SVG-1.1/painting-render-01-b-expected.txt:
1960 * svg/W3C-SVG-1.1/pservers-grad-08-b-expected.txt:
1961 * svg/W3C-SVG-1.1/render-elems-06-t-expected.txt:
1962 * svg/W3C-SVG-1.1/render-elems-07-t-expected.txt:
1963 * svg/W3C-SVG-1.1/render-elems-08-t-expected.txt:
1964 * svg/W3C-SVG-1.1/render-groups-01-b-expected.txt:
1965 * svg/W3C-SVG-1.1/render-groups-03-t-expected.txt:
1966 * svg/W3C-SVG-1.1/struct-defs-01-t-expected.txt:
1967 * svg/W3C-SVG-1.1/struct-image-02-b-expected.txt:
1968 * svg/W3C-SVG-1.1/styling-css-01-b-expected.txt:
1969 * svg/W3C-SVG-1.1/styling-css-02-b-expected.txt:
1970 * svg/W3C-SVG-1.1/styling-css-03-b-expected.txt:
1971 * svg/W3C-SVG-1.1/text-align-04-b-expected.txt:
1972 * svg/W3C-SVG-1.1/text-altglyph-01-b-expected.txt:
1973 * svg/W3C-SVG-1.1/text-path-01-b-expected.txt:
1974 * svg/custom/empty-merge-expected.txt:
1975 * svg/custom/feComponentTransfer-Discrete-expected.txt:
1976 * svg/custom/feComponentTransfer-Gamma-expected.txt:
1977 * svg/custom/feComponentTransfer-Linear-expected.txt:
1978 * svg/custom/feComponentTransfer-Table-expected.txt:
1979 * svg/custom/feDisplacementMap-01-expected.txt:
1980 * svg/custom/filter-source-alpha-expected.txt:
1981 * svg/custom/gradient-stroke-width-expected.txt:
1982 * svg/custom/grayscale-gradient-mask-expected.txt:
1983 * svg/custom/image-with-transform-clip-filter-expected.txt:
1984 * svg/custom/invalid-css-expected.txt:
1985 * svg/custom/non-opaque-filters-expected.txt:
1986 * svg/custom/pattern-in-defs-expected.checksum: Added.
1987 * svg/custom/pattern-in-defs-expected.png: Added.
1988 * svg/custom/pattern-in-defs-expected.txt: Added.
1989 * svg/custom/pattern-in-defs.svg: Added.
1990 * svg/custom/text-clip-expected.txt:
1991 * svg/custom/text-filter-expected.txt:
1992 * svg/custom/tref-update-expected.txt:
1994 2006-08-14 Eric Seidel <eric@eseidel.com>
1996 Reviewed by darin and mjs.
1998 Add better SVGLoad event support.
1999 http://bugzilla.opendarwin.org/show_bug.cgi?id=6010
2000 Updated test results.
2002 * svg/W3C-SVG-1.1/extend-namespace-01-f-expected.checksum:
2003 * svg/W3C-SVG-1.1/extend-namespace-01-f-expected.png:
2004 * svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt:
2005 * svg/W3C-SVG-1.1/struct-dom-01-b-expected.checksum:
2006 * svg/W3C-SVG-1.1/struct-dom-01-b-expected.png:
2007 * svg/W3C-SVG-1.1/struct-dom-01-b-expected.txt:
2008 * svg/W3C-SVG-1.1/struct-dom-02-b-expected.checksum:
2009 * svg/W3C-SVG-1.1/struct-dom-02-b-expected.png:
2010 * svg/W3C-SVG-1.1/struct-dom-02-b-expected.txt:
2011 * svg/W3C-SVG-1.1/struct-dom-03-b-expected.checksum:
2012 * svg/W3C-SVG-1.1/struct-dom-03-b-expected.png:
2013 * svg/W3C-SVG-1.1/struct-dom-03-b-expected.txt:
2014 * svg/W3C-SVG-1.1/struct-dom-04-b-expected.checksum:
2015 * svg/W3C-SVG-1.1/struct-dom-04-b-expected.png:
2016 * svg/W3C-SVG-1.1/struct-dom-04-b-expected.txt:
2017 * svg/W3C-SVG-1.1/struct-dom-05-b-expected.checksum:
2018 * svg/W3C-SVG-1.1/struct-dom-05-b-expected.png:
2019 * svg/W3C-SVG-1.1/struct-dom-05-b-expected.txt:
2020 * svg/W3C-SVG-1.1/struct-dom-06-b-expected.checksum:
2021 * svg/W3C-SVG-1.1/struct-dom-06-b-expected.png:
2022 * svg/W3C-SVG-1.1/struct-dom-06-b-expected.txt:
2024 2006-08-14 Maciej Stachowiak <mjs@apple.com>
2026 Missing expected results for last test.
2028 * http/tests/plugins/interrupted-get-url-expected.txt: Added.
2030 2006-08-14 Maciej Stachowiak <mjs@apple.com>
2032 Test case not reviewed but the patch was reviewed by Tim Omernick.
2034 - test case for REGRESSION: crash when leaving youtube page while movie is still loading
2035 http://bugzilla.opendarwin.org/show_bug.cgi?id=10398
2037 * http/tests/plugins/interrupted-get-url.html: Added.
2038 * http/tests/plugins/resources/interrupted-get-url-success.html: Added.
2039 * http/tests/plugins/resources/slow-resource.pl: Added.
2041 2006-08-14 Darin Adler <darin@apple.com>
2043 Reviewed by John Sullivan.
2045 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=10204
2046 REGRESSION: title tag parsing problem breaks Travelocity and Google Analytics pages
2048 * fast/parser/title-error-test-expected.checksum: Added.
2049 * fast/parser/title-error-test-expected.png: Added.
2050 * fast/parser/title-error-test-expected.txt: Added.
2051 * fast/parser/title-error-test.html: Added.
2053 2006-08-11 David Kilzer <ddkilzer@kilzer.net>
2055 Additional layout test fixes from hyatt's "Eliminate RenderImageButton" change
2056 in r15839. See also r15840 for more layout test fixes.
2058 * tables/mozilla/bugs/bug19599-expected.txt: Changed RenderImageButton to RenderImage.
2059 * tables/mozilla/bugs/bug24200-expected.txt: Ditto.
2060 * tables/mozilla/bugs/bug4527-expected.txt: Ditto.
2062 2006-08-11 Eric Seidel <eric@eseidel.com>
2064 Reviewed by andersca.
2066 Updated results, and new test for:
2067 The outermost <svg> element needs to clip itself
2068 http://bugzilla.opendarwin.org/show_bug.cgi?id=5358
2070 * svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.checksum:
2071 * svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.png:
2072 * svg/W3C-SVG-1.1/masking-path-03-b-expected.checksum:
2073 * svg/W3C-SVG-1.1/masking-path-03-b-expected.png:
2074 * svg/custom/svg-overflow-types-expected.checksum: Added.
2075 * svg/custom/svg-overflow-types-expected.png: Added.
2076 * svg/custom/svg-overflow-types-expected.txt: Added.
2077 * svg/custom/svg-overflow-types.svg: Added.
2079 2006-08-11 Adele Peterson <adele@apple.com>
2083 Test case for <rdar://problem/4656274>
2084 REGRESSION: option elements are selected when added regardless of "selected" property
2086 * fast/forms/option-constructor-selected-expected.txt: Added.
2087 * fast/forms/option-constructor-selected.html: Added.
2089 2006-08-08 Rob Buis <buis@kde.org>
2094 <http://bugzilla.opendarwin.org/show_bug.cgi?id=10230>
2095 SVGDOMImplementation should die (and be rolled into DOMImplementation)
2097 * svg/custom/svg-features-expected.txt: Added.
2098 * svg/custom/svg-features.html: Added.
2100 2006-08-05 Darin Adler <darin@apple.com>
2104 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=10213
2105 REGRESSION: Crash in WebCore::RenderLayer::isTransparent involving <iframe> and <select>
2107 * fast/frames/iframe-option-crash-expected.checksum: Added.
2108 * fast/frames/iframe-option-crash-expected.png: Added.
2109 * fast/frames/iframe-option-crash-expected.txt: Added.
2110 * fast/frames/iframe-option-crash.xhtml: Added.
2112 2006-08-03 Justin Garcia <justin.garcia@apple.com>
2114 Reviewed by harrison
2116 * editing/style/non-inheritable-styles-expected.checksum: Added.
2117 * editing/style/non-inheritable-styles-expected.png: Added.
2118 * editing/style/non-inheritable-styles-expected.txt: Added.
2119 * editing/style/non-inheritable-styles.html: Added.
2121 2006-08-03 Justin Garcia <justin.garcia@apple.com>
2125 * fast/forms/plaintext-mode-1-expected.txt:
2126 * fast/forms/plaintext-mode-1.html:
2128 2006-08-02 Justin Garcia <justin.garcia@apple.com>
2132 <http://bugzilla.opendarwin.org/show_bug.cgi?id=10225>
2133 GMail Editor: Change Hilite Color doesn't work
2135 * editing/execCommand/hilitecolor-expected.checksum: Added.
2136 * editing/execCommand/hilitecolor-expected.png: Added.
2137 * editing/execCommand/hilitecolor-expected.txt: Added.
2138 * editing/execCommand/hilitecolor.html: Added.
2140 2006-08-03 Mitz Pettel <opendarwin.org@mitzpettel.com>
2142 Reviewed by Adele and Darin.
2144 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=10177
2145 REGRESSION: Successfully dragging text into a disabled field
2147 * fast/forms/textfield-drag-into-disabled-expected.checksum: Added.
2148 * fast/forms/textfield-drag-into-disabled-expected.png: Added.
2149 * fast/forms/textfield-drag-into-disabled-expected.txt: Added.
2150 * fast/forms/textfield-drag-into-disabled.html: Added.
2152 * fast/forms/input-disabled-color-expected.txt: Updated.
2154 2006-08-03 Jonathan Johnsson <jonathanjohnsson@gmail.com>
2158 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=10198
2159 REGRESSION: WebKit r15750 crashes while loading anthem.com
2161 * fast/overflow/generated-content-crash-expected.txt: Added.
2162 * fast/overflow/generated-content-crash.html: Added.
2164 2006-08-03 Mitz Pettel <opendarwin.org@mitzpettel.com>
2168 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=10202
2169 REGRESSION: Repro crash when loading an empty image document
2171 * fast/tokenizer/image-empty-crash-expected.txt: Added.
2172 * fast/tokenizer/image-empty-crash.html: Added.
2174 2006-08-02 Alexey Proskuryakov <ap@nypop.com>
2178 - pixel test for http://bugzilla.opendarwin.org/show_bug.cgi?id=3438
2179 incorrect display of transparent 1x1 PNGs
2181 * fast/replaced/image-solid-color-with-alpha-expected.checksum: Added.
2182 * fast/replaced/image-solid-color-with-alpha-expected.png: Added.
2183 * fast/replaced/image-solid-color-with-alpha-expected.txt: Added.
2184 * fast/replaced/image-solid-color-with-alpha.html: Added.
2185 * fast/replaced/img-1x1-expected.checksum: Removed.
2186 * fast/replaced/img-1x1-expected.png: Removed.
2187 * fast/replaced/img-1x1-expected.txt: Removed.
2188 * fast/replaced/img-1x1.html: Removed.
2190 2006-08-01 Darin Adler <darin@apple.com>
2192 - updated a test affected by changes to the DumpRenderTree tool
2193 to return a current mouse position
2195 * fast/inline/dirtyLinesForInline-expected.txt: Updated.
2197 2006-07-31 Sam Weinig <sam.weinig@gmail.com>
2201 - tests changed by http://bugzilla.opendarwin.org/show_bug.cgi?id=9955
2202 Colors scaled from [0, 1] range to [0, 255] incorrectly
2204 * fast/css/hsl-color-expected.checksum:
2205 * fast/css/hsl-color-expected.png:
2206 * fast/css/hsl-color-expected.txt:
2207 * fast/forms/input-disabled-color-expected.checksum:
2208 * fast/forms/input-disabled-color-expected.png:
2209 * fast/forms/input-disabled-color-expected.txt:
2211 2006-07-31 Mitz Pettel <opendarwin.org@mitzpettel.com>
2213 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=10158
2214 REGRESSION: Selection highlight is dark and opaque when solid-color images are used
2218 * fast/backgrounds/solid-color-context-restore-expected.checksum: Added.
2219 * fast/backgrounds/solid-color-context-restore-expected.png: Added.
2220 * fast/backgrounds/solid-color-context-restore-expected.txt: Added.
2221 * fast/backgrounds/solid-color-context-restore.html: Added.
2223 2006-07-31 Darin Adler <darin@apple.com>
2227 - fix http://bugzilla.opendarwin.org/show_bug.cgi?id=10171
2228 REGRESSION: failing layout test: fast/events/objc-event-api.html
2230 * fast/events/objc-event-api-expected.txt: Updated test results for changes in the
2231 DumpRenderTree tool.
2233 2006-07-31 Mark Rowe <opendarwin.org@bdash.net.nz>
2237 http://bugzilla.opendarwin.org/show_bug.cgi?id=9738
2238 Bug 9738: Unqualified :hover selector ignored in strict parsing mode
2240 * fast/selectors/unqualified-hover-quirks-expected.checksum: Added.
2241 * fast/selectors/unqualified-hover-quirks-expected.png: Added.
2242 * fast/selectors/unqualified-hover-quirks-expected.txt: Added.
2243 * fast/selectors/unqualified-hover-quirks.html: Added.
2244 * fast/selectors/unqualified-hover-strict-expected.checksum: Added.
2245 * fast/selectors/unqualified-hover-strict-expected.png: Added.
2246 * fast/selectors/unqualified-hover-strict-expected.txt: Added.
2247 * fast/selectors/unqualified-hover-strict.html: Added.
2249 2006-07-31 Adele Peterson <adele@apple.com>
2251 Reviewed by John and Anders.
2253 - Test for <rdar://problem/4380576> onChange does not get called when field changed by return key
2255 * fast/forms/onchange-enter-submit-expected.txt: Added.
2256 * fast/forms/onchange-enter-submit.html: Added.
2258 2006-07-31 Graham Dennis <graham.dennis@gmail.com>
2262 <http://bugzilla.opendarwin.org/show_bug.cgi?id=9507>
2263 Empty style spans created in applyInlineStyle
2264 <rdar://problem/4515463>
2265 REGRESSION: Blot and Mail both do a very poor job of pasting the main www.apple.com page
2267 * editing/pasteboard/paste-4039777-fix-expected.txt:
2268 * editing/pasteboard/testcase-9507-expected.checksum: Added.
2269 * editing/pasteboard/testcase-9507-expected.png: Added.
2270 * editing/pasteboard/testcase-9507-expected.txt: Added.
2271 * editing/pasteboard/testcase-9507.html: Added.
2272 * editing/unsupported-content/table-delete-001-expected.txt:
2273 * editing/selection/selectNode-expected.png:
2274 * editing/selection/selectNode-expected.checksum:
2275 * editing/selection/selectNode-expected.txt:
2277 2006-07-31 Mark Rowe <opendarwin.org@bdash.net.nz>
2281 http://bugzilla.opendarwin.org/show_bug.cgi?id=10167
2282 Bug 10167: REGRESSION(r15688): ASSERTION FAILED: _private->mouseDownEvent != nil in layout tests
2284 * fast/events/objc-event-api-expected.txt: Update test results.
2286 2006-07-31 Darin Adler <darin@apple.com>
2288 * editing/pasteboard/paste-table-002-expected.txt: Corrected one result
2289 affected by my recent change to getComputedStyle.
2291 * editing/pasteboard/paste-table-002.html: Converted to a text test, since
2292 it dumps the serialized form of the result.
2293 * editing/pasteboard/paste-table-002-expected.checksum: Removed.
2294 * editing/pasteboard/paste-table-002-expected.png: Removed.
2296 2006-07-30 Darin Adler <darin@apple.com>
2298 - test that displays all computed style -- demonstrates bug fixes I just
2299 made to the computed style class and also acts as a regression test for
2300 the existence of all of them and the basic format for a default object
2302 * fast/css/computed-style-expected.txt: Added.
2303 * fast/css/computed-style.html: Added.
2305 2006-07-29 Rob Buis <buis@kde.org>
2309 Updated test case result as a result of:
2310 http://bugzilla.opendarwin.org/show_bug.cgi?id=10151
2311 ghostmap XHTML + SVG fails due to javascript undefined exception
2312 The new test case result now should match the required spec result
2313 and acts as a way to test document.URL on non-html documents.
2315 * dom/xhtml/level2/html/HTMLDocument04-expected.txt:
2317 2006-07-29 Darin Adler <darin@apple.com>
2319 - changed this test to a plain-text one and added text explaining what it tests
2321 * fast/forms/input-named-action-overrides-action-attribute.html: Added explanation text,
2322 got rid of some incorrect HTML syntax, added a call to dumpAsText(), and used a paragraph
2323 element instead of a span element for the result.
2324 * fast/forms/input-named-action-overrides-action-attribute-expected.txt: Updated.
2326 2006-07-29 Andrew Wellington <proton@wiretapped.net>
2330 Test for http://bugzilla.opendarwin.org/show_bug.cgi?id=8587 / <rdar://problem/4631844>
2331 REGRESSION: {display:list-item} items outside an ol or ul element don't number correctly
2333 * fast/lists/ordered-list-with-no-ol-tag-expected.checksum: Added.
2334 * fast/lists/ordered-list-with-no-ol-tag-expected.png: Added.
2335 * fast/lists/ordered-list-with-no-ol-tag-expected.txt: Added.
2336 * fast/lists/ordered-list-with-no-ol-tag.html: Added.
2338 2006-07-29 Alexey Proskuryakov <ap@nypop.com>
2342 Test for http://bugzilla.opendarwin.org/show_bug.cgi?id=10147
2343 REGRESSION: custom attribute values set via javascript are not persistent
2345 * fast/dom/Element/setAttribute-case-insensitivity-expected.txt: Added.
2346 * fast/dom/Element/setAttribute-case-insensitivity.html: Added.
2348 2006-07-29 Darin Adler <darin@apple.com>
2350 - rolled out the test for bug 9753, since we rolled out the fix
2351 we'll bring back the test when we bring back the fix
2353 * svg/custom/width-full-percentage-expected.checksum: Removed.
2354 * svg/custom/width-full-percentage-expected.png: Removed.
2355 * svg/custom/width-full-percentage-expected.txt: Removed.
2356 * svg/custom/width-full-percentage.svg: Removed.
2358 2006-07-28 Justin Garcia <justin.garcia@apple.com>
2362 <rdar://problem/4515463>
2363 REGRESSION: Blot and Mail both do a very poor job of pasting the main www.apple.com page
2365 Removed incorrect nesting:
2366 * editing/pasteboard/paste-table-001-expected.checksum:
2367 * editing/pasteboard/paste-table-001-expected.png:
2368 * editing/pasteboard/paste-table-001-expected.txt:
2369 * editing/pasteboard/paste-table-003-expected.txt:
2371 2006-07-27 Justin Garcia <justin.garcia@apple.com>
2375 <rdar://problem/4242293>
2376 Poor paste fidelity of http://www.google.com/
2378 Removed one of the two extraneous newlines that are introduced on paste:
2379 * editing/pasteboard/paste-table-003-expected.checksum:
2380 * editing/pasteboard/paste-table-003-expected.png:
2381 * editing/pasteboard/paste-table-003-expected.txt:
2383 Fewer pastes remove nodes containing the selection b/c of
2384 the changes to interchange newlines:
2385 * editing/pasteboard/paste-line-endings-007-expected.txt:
2386 * editing/pasteboard/paste-line-endings-008-expected.txt:
2387 * editing/pasteboard/paste-line-endings-009-expected.txt:
2390 * editing/pasteboard/4242293-1-expected.checksum: Added.
2391 * editing/pasteboard/4242293-1-expected.png: Added.
2392 * editing/pasteboard/4242293-1-expected.txt: Added.
2393 * editing/pasteboard/4242293-1.html: Added.
2394 * editing/pasteboard/4242293-expected.checksum: Added.
2395 * editing/pasteboard/4242293-expected.png: Added.
2396 * editing/pasteboard/4242293-expected.txt: Added.
2397 * editing/pasteboard/4242293.html: Added.
2399 2006-07-28 Alexey Proskuryakov <ap@nypop.com>
2401 Rolling out http://bugzilla.opendarwin.org/show_bug.cgi?id=6010 because of failing layout tests.
2402 Add better SVGLoad event support.
2404 * svg/W3C-SVG-1.1/extend-namespace-01-f-expected.checksum:
2405 * svg/W3C-SVG-1.1/extend-namespace-01-f-expected.png:
2406 * svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt:
2407 * svg/W3C-SVG-1.1/interact-events-01-b-expected.checksum:
2408 * svg/W3C-SVG-1.1/interact-events-01-b-expected.png:
2409 * svg/W3C-SVG-1.1/struct-dom-01-b-expected.checksum:
2410 * svg/W3C-SVG-1.1/struct-dom-01-b-expected.png:
2411 * svg/W3C-SVG-1.1/struct-dom-01-b-expected.txt:
2412 * svg/W3C-SVG-1.1/struct-dom-02-b-expected.checksum:
2413 * svg/W3C-SVG-1.1/struct-dom-02-b-expected.png:
2414 * svg/W3C-SVG-1.1/struct-dom-02-b-expected.txt:
2415 * svg/W3C-SVG-1.1/struct-dom-03-b-expected.checksum:
2416 * svg/W3C-SVG-1.1/struct-dom-03-b-expected.png:
2417 * svg/W3C-SVG-1.1/struct-dom-03-b-expected.txt:
2418 * svg/W3C-SVG-1.1/struct-dom-04-b-expected.checksum:
2419 * svg/W3C-SVG-1.1/struct-dom-04-b-expected.png:
2420 * svg/W3C-SVG-1.1/struct-dom-04-b-expected.txt:
2421 * svg/W3C-SVG-1.1/struct-dom-05-b-expected.checksum:
2422 * svg/W3C-SVG-1.1/struct-dom-05-b-expected.png:
2423 * svg/W3C-SVG-1.1/struct-dom-05-b-expected.txt:
2424 * svg/W3C-SVG-1.1/struct-dom-06-b-expected.checksum:
2425 * svg/W3C-SVG-1.1/struct-dom-06-b-expected.png:
2426 * svg/W3C-SVG-1.1/struct-dom-06-b-expected.txt:
2428 2006-07-27 Eric Seidel <eric@eseidel.com>
2432 Add better SVGLoad event support.
2433 http://bugzilla.opendarwin.org/show_bug.cgi?id=6010
2434 A bunch of the SVG tests didn't render anything since they never received an SVGLoad, now they properly render.
2436 * svg/W3C-SVG-1.1/extend-namespace-01-f-expected.checksum:
2437 * svg/W3C-SVG-1.1/extend-namespace-01-f-expected.png:
2438 * svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt:
2439 * svg/W3C-SVG-1.1/interact-events-01-b-expected.checksum:
2440 * svg/W3C-SVG-1.1/interact-events-01-b-expected.png:
2441 * svg/W3C-SVG-1.1/struct-dom-01-b-expected.checksum:
2442 * svg/W3C-SVG-1.1/struct-dom-01-b-expected.png:
2443 * svg/W3C-SVG-1.1/struct-dom-01-b-expected.txt:
2444 * svg/W3C-SVG-1.1/struct-dom-02-b-expected.checksum:
2445 * svg/W3C-SVG-1.1/struct-dom-02-b-expected.png:
2446 * svg/W3C-SVG-1.1/struct-dom-02-b-expected.txt:
2447 * svg/W3C-SVG-1.1/struct-dom-03-b-expected.checksum:
2448 * svg/W3C-SVG-1.1/struct-dom-03-b-expected.png:
2449 * svg/W3C-SVG-1.1/struct-dom-03-b-expected.txt:
2450 * svg/W3C-SVG-1.1/struct-dom-04-b-expected.checksum:
2451 * svg/W3C-SVG-1.1/struct-dom-04-b-expected.png:
2452 * svg/W3C-SVG-1.1/struct-dom-04-b-expected.txt:
2453 * svg/W3C-SVG-1.1/struct-dom-05-b-expected.checksum:
2454 * svg/W3C-SVG-1.1/struct-dom-05-b-expected.png:
2455 * svg/W3C-SVG-1.1/struct-dom-05-b-expected.txt:
2456 * svg/W3C-SVG-1.1/struct-dom-06-b-expected.checksum:
2457 * svg/W3C-SVG-1.1/struct-dom-06-b-expected.png:
2458 * svg/W3C-SVG-1.1/struct-dom-06-b-expected.txt:
2460 2006-07-27 Rob Buis <buis@kde.org>
2465 <http://bugzilla.opendarwin.org/show_bug.cgi?id=9753>
2466 SVG with width and height 100% leaves room for scrollbar on the right.
2468 * svg/custom/width-full-percentage-expected.txt: Added.
2469 * svg/custom/width-full-percentage-expected.checksum: Added.
2470 * svg/custom/width-full-percentage-expected.png: Added.
2471 * svg/custom/width-full-percentage.svg: Added.
2473 2006-07-27 Justin Garcia <justin.garcia@apple.com>
2477 <rdar://problem/4242293>
2478 Poor paste fidelity of http://www.google.com/
2480 * editing/pasteboard/styled-element-markup-expected.checksum: Added.
2481 * editing/pasteboard/styled-element-markup-expected.png: Added.
2482 * editing/pasteboard/styled-element-markup-expected.txt: Added.
2483 * editing/pasteboard/styled-element-markup.html: Added.
2485 2006-07-27 Alexander Kellett <lypanov@kde.org>
2489 Test for: http://bugzilla.opendarwin.org/show_bug.cgi?id=9867
2490 REGRESSION: code that modifies form element in Firefox modifies form attribute in WebKit
2492 * fast/forms/input-named-action-overrides-action-attribute-expected.txt: Added.
2493 * fast/forms/input-named-action-overrides-action-attribute.html: Added.
2495 2006-07-27 Rob Buis <buis@kde.org>
2499 Testcase for and from:
2500 http://bugzilla.opendarwin.org/show_bug.cgi?id=8992
2501 Some HTML DOM attributes have incorrect types
2503 * fast/dom/html-attribute-types-expected.txt: Added.
2504 * fast/dom/html-attribute-types.html: Added.
2506 2006-07-27 Justin Garcia <justin.garcia@apple.com>
2510 <rdar://problem/4628409>
2511 Safari crashes in CompositeEditCommand::removeBlockPlaceholder entering text in a web page form
2513 * fast/forms/4628409-expected.txt: Added.
2514 * fast/forms/4628409.html: Added.
2516 2006-07-27 Graham Dennis <graham.dennis@gmail.com>
2520 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=10094
2521 Japanese characters improperly rendering in TOT
2523 * fast/encoding/denormalised-voiced-japanese-chars-expected.checksum: Added.
2524 * fast/encoding/denormalised-voiced-japanese-chars-expected.png: Added.
2525 * fast/encoding/denormalised-voiced-japanese-chars-expected.txt: Added.
2526 * fast/encoding/denormalised-voiced-japanese-chars.html: Added.
2528 2006-07-27 Eric Seidel <eric@eseidel.com>
2532 Complex entities seem to fail on TOT
2533 http://bugzilla.opendarwin.org/show_bug.cgi?id=6390
2534 Updated test cases now that this bug is fixed.
2536 * fast/parser/entity-ignorable-whitespace-expected.txt:
2537 * svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.checksum:
2538 * svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.png:
2539 * svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.txt:
2540 * svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.checksum:
2541 * svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.png:
2542 * svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.txt:
2543 * svg/W3C-SVG-1.1/render-elems-03-t-expected.checksum:
2544 * svg/W3C-SVG-1.1/render-elems-03-t-expected.png:
2545 * svg/W3C-SVG-1.1/render-elems-03-t-expected.txt:
2547 2006-07-27 Rob Buis <buis@kde.org
2551 Add some tests for http://bugzilla.opendarwin.org/show_bug.cgi?id=9938
2552 Specifically the testcases are:
2554 http://hixie.ch/tests/adhoc/svg/error/010.xml
2555 http://hixie.ch/tests/adhoc/svg/error/011.xml
2557 * svg/custom/invalid-viewbox1-expected.checksum: Added.
2558 * svg/custom/invalid-viewbox1-expected.png: Added.
2559 * svg/custom/invalid-viewbox1-expected.txt: Added.
2560 * svg/custom/invalid-viewbox1.svg: Added.
2561 * svg/custom/invalid-viewbox2-expected.checksum: Added.
2562 * svg/custom/invalid-viewbox2-expected.png: Added.
2563 * svg/custom/invalid-viewbox2-expected.txt: Added.
2564 * svg/custom/invalid-viewbox2.svg: Added.
2566 2006-07-27 Eric Seidel <eric@eseidel.com>
2570 Add testcases for getSVGDocument() function.
2571 Also test HTMLObjectElement.vspace and hspace as numbers (while I'm at it).
2573 * fast/dom/HTMLObjectElement/vspace-hspace-as-number-expected.checksum: Added.
2574 * fast/dom/HTMLObjectElement/vspace-hspace-as-number-expected.png: Added.
2575 * fast/dom/HTMLObjectElement/vspace-hspace-as-number-expected.txt: Added.
2576 * fast/dom/HTMLObjectElement/vspace-hspace-as-number.html: Added.
2577 * svg/custom/getsvgdocument-expected.checksum: Added.
2578 * svg/custom/getsvgdocument-expected.png: Added.
2579 * svg/custom/getsvgdocument-expected.txt: Added.
2580 * svg/custom/getsvgdocument.html: Added.
2581 * svg/custom/resources/getsvgdocument.svg: Added.
2583 2006-07-26 Alexey Proskuryakov <ap@nypop.com>
2587 http://bugzilla.opendarwin.org/show_bug.cgi?id=9901
2588 XSLTProcessor cannot parse text nodes for INPUT ELEMENTS in an XSLT stylesheet
2590 * fast/js/resources/xhtml-serialize.js: Added.
2591 * fast/js/xhtml-serialize-expected.txt: Added.
2592 * fast/js/xhtml-serialize.html: Added.
2594 2006-07-26 Justin Garcia <justin.garcia@apple.com>
2598 <rdar://problem/4652788>
2599 REGRESSION: Can't change size or style of any text in message body
2601 * editing/style/designmode-expected.checksum: Added.
2602 * editing/style/designmode-expected.png: Added.
2603 * editing/style/designmode-expected.txt: Added.
2604 * editing/style/designmode.html: Added.
2606 2006-07-25 Justin Garcia <justin.garcia@apple.com>
2610 <rdar://problem/4649560>
2611 REGRESSION: Can't Select All when the body is contentEditable="true"
2613 * editing/selection/select-all-005-expected.checksum: Added.
2614 * editing/selection/select-all-005-expected.png: Added.
2615 * editing/selection/select-all-005-expected.txt: Added.
2616 * editing/selection/select-all-005.html: Added.
2617 * editing/selection/select-all-006-expected.checksum: Added.
2618 * editing/selection/select-all-006-expected.png: Added.
2619 * editing/selection/select-all-006-expected.txt: Added.
2620 * editing/selection/select-all-006.html: Added.
2622 2006-07-24 Dan Waylonis <waylonis@google.com>
2624 Reviewed and tweaked a bit by Darin.
2626 - added some new tests that use "echo" including one for JavaScript null
2628 * plugins/bindings-test-expected.txt: Added results.
2629 * plugins/bindings-test.html: Added tests.
2631 2006-07-24 Darin Adler <darin@apple.com>
2633 Reviewed by Adele and Justin.
2635 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9630
2636 REGRESSION: some spaces typed in <textarea> are posted as non-breaking spaces
2638 * fast/forms/textarea-type-spaces-expected.txt: Added.
2639 * fast/forms/textarea-type-spaces.html: Added.
2641 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9939
2642 REGRESSION: Pasting text into native text area with newline at end does not preserve newline
2644 * fast/forms/textarea-paste-newline-expected.txt: Added.
2645 * fast/forms/textarea-paste-newline.html: Added.
2647 - updated tests affected by above changes, results are equivalent or better
2649 * editing/pasteboard/4641033-expected.checksum:
2650 * editing/pasteboard/4641033-expected.png:
2651 * editing/pasteboard/4641033-expected.txt:
2652 * editing/pasteboard/paste-table-003-expected.checksum:
2653 * editing/pasteboard/paste-table-003-expected.png:
2654 * editing/pasteboard/paste-table-003-expected.txt:
2655 * editing/pasteboard/paste-text-016-expected.txt:
2656 * editing/pasteboard/quirks-mode-br-1-expected.txt:
2657 * editing/pasteboard/quirks-mode-br-2-expected.txt:
2658 * fast/forms/textarea-scrolled-type-expected.checksum:
2659 * fast/forms/textarea-scrolled-type-expected.png:
2660 * fast/forms/textarea-scrolled-type-expected.txt:
2662 - changed a test to be a "dump as text" test
2664 * fast/forms/paste-into-textarea-expected.txt:
2665 * fast/forms/paste-into-textarea.html:
2666 * fast/forms/paste-into-textarea-expected.checksum: Removed.
2667 * fast/forms/paste-into-textarea-expected.png: Removed.
2669 - changed a test to be a "dump as text" test, improved test a bit and also checked in new results
2671 * fast/forms/textarea-scrolled-endline-caret-expected.txt:
2672 * fast/forms/textarea-scrolled-endline-caret.html:
2674 - fixed a test that was raising an exception every time it ran
2676 * fast/forms/attributed-strings-expected.txt:
2677 * fast/forms/attributed-strings.html:
2679 - corrected checksums on a bunch of tests (pngs were right, but checksums wrong, apparently)
2681 * editing/deleting/delete-to-select-table-expected.checksum:
2682 * editing/selection/3690719-expected.checksum:
2683 * editing/selection/clear-selection-expected.checksum:
2684 * editing/undo/undo-misspellings-expected.checksum:
2686 - added some missing pixel test results
2688 * editing/pasteboard/nested-blocks-with-text-area-expected.checksum: Added.
2689 * editing/pasteboard/nested-blocks-with-text-area-expected.png: Added.
2690 * editing/pasteboard/nested-blocks-with-text-field-expected.checksum: Added.
2691 * editing/pasteboard/nested-blocks-with-text-field-expected.png: Added.
2693 2006-07-24 Adele Peterson <adele@apple.com>
2697 - Test for <rdar://problem/4632132> Changing style of content with mixed editability fails
2699 * editing/style/apple-style-editable-mix-expected.checksum: Added.
2700 * editing/style/apple-style-editable-mix-expected.png: Added.
2701 * editing/style/apple-style-editable-mix-expected.txt: Added.
2702 * editing/style/apple-style-editable-mix.html: Added.
2704 2006-07-24 Dave MacLachlan <dmaclach@mac.com>
2706 Reviewed by Darin and Alexey.
2708 Test for: <http://bugzilla.opendarwin.org/show_bug.cgi?id=8425>
2709 and <http://bugzilla.opendarwin.org/show_bug.cgi?id=6947>
2711 * svg/custom/non-opaque-filters-expected.checksum: Added.
2712 * svg/custom/non-opaque-filters-expected.png: Added.
2713 * svg/custom/non-opaque-filters-expected.txt: Added.
2714 * svg/custom/non-opaque-filters.svg: Added.
2716 2006-07-24 Mitz Pettel <opendarwin.org@mitzpettel.com>
2720 - repaint test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9669
2721 Incomplete repaint when changing an inline's border
2723 * fast/repaint/line-overflow-expected.checksum: Added.
2724 * fast/repaint/line-overflow-expected.png: Added.
2725 * fast/repaint/line-overflow-expected.txt: Added.
2726 * fast/repaint/line-overflow.html: Added.
2728 2006-07-24 Mitz Pettel <opendarwin.org@mitzpettel.com>
2732 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=10075
2733 REGRESSION: Reversed pop-up text in visually-ordered Hebrew pages
2735 * fast/forms/select-visual-hebrew-expected.checksum: Added.
2736 * fast/forms/select-visual-hebrew-expected.png: Added.
2737 * fast/forms/select-visual-hebrew-expected.txt: Added.
2738 * fast/forms/select-visual-hebrew.html: Added.
2740 2006-07-23 David Harrison <harrison@apple.com>
2744 <rdar://problem/4646759> Mail crash editing To Do - WebCore::InsertTextCommand::prepareForTextInsertion
2746 * editing/deleting/delete-mixed-editable-content-001-expected.checksum: Added.
2747 * editing/deleting/delete-mixed-editable-content-001-expected.png: Added.
2748 * editing/deleting/delete-mixed-editable-content-001-expected.txt: Added.
2749 * editing/deleting/delete-mixed-editable-content-001.html: Added.
2751 2006-07-23 Adele Peterson <adele@apple.com>
2755 Test for: <rdar://problem/4644614> REGRESSION: Typing, pasting or dragging in new text areas causes unnecessary scrolling
2757 * fast/forms/textarea-scrolled-type-expected.checksum: Added.
2758 * fast/forms/textarea-scrolled-type-expected.png: Added.
2759 * fast/forms/textarea-scrolled-type-expected.txt: Added.
2760 * fast/forms/textarea-scrolled-type.html: Added.
2762 2006-07-22 Alexey Proskuryakov <ap@nypop.com>
2766 Fix http://bugzilla.opendarwin.org/show_bug.cgi?id=10038
2767 REGRESSION: Length of navigator.mimeTypes collection returns number of installed plugins, not number
2768 of registered mime types
2770 * fast/js/navigator-mimeTypes-length-expected.txt: Added.
2771 * fast/js/navigator-mimeTypes-length.html: Added.
2772 * fast/js/resources/navigator-mimeTypes-length.js: Added.
2774 2006-07-21 Adele Peterson <adele@apple.com>
2778 Test for: <rdar://problem/4643238> REGRESSION: Can't set insertion point at the end of a line of text
2780 * fast/forms/textarea-scrolled-endline-caret-expected.txt: Added.
2781 * fast/forms/textarea-scrolled-endline-caret.html: Added.
2783 2006-07-21 Geoffrey Garen <ggaren@apple.com>
2787 Test for whether focusing and/or blurring a frame before its content has loaded causes
2788 a crash. <rdar://problem/4632505> REGRESSION: Crash at
2789 WebCore::Widget::getView() const + 6
2791 * http/tests/incremental/frame-focus-before-load-expected.txt: Added.
2792 * http/tests/incremental/frame-focus-before-load.html: Added.
2794 2006-07-21 Maciej Stachowiak <mjs@apple.com>
2798 <rdar://problem/4523976> REGRESSION (NativeTextField): Crash occurs when choosing "Undo Typing" after typing and setting the value
2800 * fast/forms/text-field-setvalue-crash-expected.txt: Added.
2801 * fast/forms/text-field-setvalue-crash.html: Added.
2803 2006-07-21 Justin Garcia <justin.garcia@apple.com>
2807 <rdar://problem/4548238>
2808 REGRESSION: Can't remove the first OL/UL list item in a Mail's compose window
2810 * editing/deleting/delete-first-list-item-expected.checksum: Added.
2811 * editing/deleting/delete-first-list-item-expected.png: Added.
2812 * editing/deleting/delete-first-list-item-expected.txt: Added.
2813 * editing/deleting/delete-first-list-item.html: Added.
2815 2006-07-21 Mitz Pettel <opendarwin.org@mitzpettel.com>
2819 * editing/selection/select-all-iframe-expected.txt:
2820 * editing/selection/select-from-textfield-outwards-expected.checksum: Added.
2821 * editing/selection/select-from-textfield-outwards-expected.png: Added.
2822 * editing/selection/select-from-textfield-outwards-expected.txt: Added.
2823 * editing/selection/select-from-textfield-outwards.html: Added.
2824 * fast/events/drag-outside-window-expected.txt:
2826 2006-07-21 Geoffrey Garen <ggaren@apple.com>
2828 Test for undetectable style.filter property.
2830 * fast/dom/undetectable-style-filter-expected.txt: Added.
2831 * fast/dom/undetectable-style-filter.html: Added.
2833 2006-07-21 Justin Garcia <justin.garcia@apple.com>
2837 <rdar://problem/4641033>
2838 REGRESSION: Pasting from web pages into Mail (or Blot) often loses most of the content
2840 * editing/pasteboard/4641033-expected.checksum: Added.
2841 * editing/pasteboard/4641033-expected.png: Added.
2842 * editing/pasteboard/4641033-expected.txt: Added.
2843 * editing/pasteboard/4641033.html: Added.
2845 2006-07-20 Anders Carlsson <acarlsson@apple.com>
2849 <rdar://problem/4637807> REGRESSION: "Features & Options" page at volvocars.us fails
2851 * fast/xsl/xslt-processer-expected.txt:
2854 * fast/xsl/xslt-string-parameters-expected.txt: Added.
2855 * fast/xsl/xslt-string-parameters.html: Added.
2857 2006-07-20 Maciej Stachowiak <mjs@apple.com>
2859 Reviewed by Beth and John.
2861 - fix recently broken layout tests that need updated results or test changes:
2863 For these three, the selection ranges changed (for the better) due to my input
2866 * editing/selection/3690703-2-expected.txt:
2867 * editing/selection/3690703-expected.txt:
2868 * fast/text/textIteratorNilRenderer-expected.txt:
2870 For this one, DumpRenderTree no longer shows resize corners by default, so turned
2873 * fast/css/resize-corner-tracking.html:
2875 2006-07-19 Maciej Stachowiak <mjs@apple.com>
2879 - fixed layout test results that were affected by editing input
2880 paste patch -- new results are actually more correct, handling
2881 text fields properly as a replaced element.
2883 * editing/selection/3690703-2-expected.txt:
2884 * editing/selection/3690703-expected.txt:
2885 * fast/events/div-focus-expected.txt:
2886 * fast/text/textIteratorNilRenderer-expected.txt:
2888 2006-07-19 Justin Garcia <justin.garcia@apple.com>
2892 <rdar://problem/4631972>
2893 REGRESSION: Mail crashes when pasting entire contents of http://www.apple.com/support/ into a new mail message
2895 * editing/pasteboard/4631972-expected.checksum: Added.
2896 * editing/pasteboard/4631972-expected.png: Added.
2897 * editing/pasteboard/4631972-expected.txt: Added.
2898 * editing/pasteboard/4631972.html: Added.
2899 * editing/selection/drag-to-contenteditable-iframe-expected.txt:
2900 * editing/selection/replaced-boundaries-3-expected.checksum:
2901 * editing/selection/replaced-boundaries-3-expected.txt:
2902 * editing/selection/select-box-expected.txt:
2904 2006-07-19 Anders Carlsson <acarlsson@apple.com>
2908 <rdar://problem/4631272> REGRESSION: Crash tabbing out of hostname field at autorestore.apple.com
2910 * fast/forms/display-none-in-onchange-keyboard-expected.txt: Added.
2911 * fast/forms/display-none-in-onchange-keyboard.html: Added.
2913 2006-07-19 Justin Garcia <justin.garcia@apple.com>
2917 <rdar://problem/4613519>
2918 REGRESSION: Pasting text in native text area inserts text one character before it should (9527)
2920 * fast/forms/paste-into-textarea-expected.checksum: Added.
2921 * fast/forms/paste-into-textarea-expected.png: Added.
2922 * fast/forms/paste-into-textarea-expected.txt: Added.
2923 * fast/forms/paste-into-textarea.html: Added.
2925 2006-07-19 Anders Carlsson <acarlsson@apple.com>
2927 * fast/js/pretty-print-expected.txt:
2930 * fast/js/resources/pretty-print.js:
2931 Fix description string.
2933 2006-07-19 Anders Carlsson <acarlsson@apple.com>
2937 <rdar://problem/4620655> REGRESSION(10.4.7-10.5): preview button for a blogger.com post doesn't work
2939 * fast/js/pretty-print-expected.txt: Added.
2940 * fast/js/pretty-print.html: Added.
2941 * fast/js/resources/pretty-print.js: Added.
2943 2006-07-19 David Harrison <harrison@apple.com>
2945 <rdar://problem/4629307> -[DOMRange markupString] does not include the initial table element if it is at the beginning of the range
2946 <rdar://problem/4062218> pasting in contents of web.apple.com strips off the <table> element from the first table
2948 (this really only tests the symptoms of <rdar://problem/4062218>, because -[DOMRange markupString] is not testable)
2950 * editing/pasteboard/paste-table-003-expected.checksum: Added.
2951 * editing/pasteboard/paste-table-003-expected.png: Added.
2952 * editing/pasteboard/paste-table-003-expected.txt: Added.
2953 * editing/pasteboard/paste-table-003.html: Added.
2955 2006-07-18 Maciej Stachowiak <mjs@apple.com>
2957 Reviewed by Adele Peterson.
2961 <rdar://problem/4620646> REGRESSION(10.4.7-10.5): can't type into editing region when creating or editing a blogger.com post
2963 * fast/js/null-char-in-string-expected.txt: Added.
2964 * fast/js/null-char-in-string.html: Added.
2965 * fast/js/resources/null-char-in-string.js: Added.
2967 2006-07-18 Anders Carlsson <acarlsson@apple.com>
2971 http://bugzilla.opendarwin.org/show_bug.cgi?id=9959
2972 REGRESSION: iframes stop rendering after 200th one on successive reloads
2974 * fast/frames/frame-limit-expected.txt: Added.
2975 * fast/frames/frame-limit.html: Added.
2977 2006-07-18 Darin Adler <darin@apple.com>
2981 - convert a couple of tests to "dump as text" tests
2983 * fast/dom/css-selectorText-expected.checksum: Removed.
2984 * fast/dom/css-selectorText-expected.png: Removed.
2985 * fast/dom/css-selectorText-expected.txt: Replaced render tree results with text results.
2986 * fast/dom/css-selectorText.html: Added a call to layoutTestController.dumpAsText.
2988 * fast/dom/css-shortHands-expected.checksum: Removed.
2989 * fast/dom/css-shortHands-expected.png: Removed.
2990 * fast/dom/css-shortHands-expected.txt: Replaced render tree results with text results.
2991 * fast/dom/css-shortHands.html: Added a call to layoutTestController.dumpAsText.
2993 2006-07-18 Mitz Pettel <opendarwin.org@mitzpettel.com>
2997 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9978
2998 REGRESSION (r12949-r12988): Clicking the first letter on a line places the caret at the end of the previous line
3000 * editing/selection/click-start-of-line-expected.checksum: Added.
3001 * editing/selection/click-start-of-line-expected.png: Added.
3002 * editing/selection/click-start-of-line-expected.txt: Added.
3003 * editing/selection/click-start-of-line.html: Added.
3005 2006-07-18 Anders Carlsson <acarlsson@apple.com>
3009 http://bugzilla.opendarwin.org/show_bug.cgi?id=9695
3010 <rdar://problem/4614085>
3011 TOT REGRESSION: NativeTextArea: Text area does not respond to Cmd-UpArrow/Cmd-DownArrow (9695)
3013 * editing/selection/move-begin-end-expected.txt: Added.
3014 * editing/selection/move-begin-end.html: Added.
3016 2006-07-17 Maciej Stachowiak <mjs@apple.com>
3018 Test cases not reviewed but the corresponding fix was.
3020 - test cases for <rdar://problem/4618089> Blot crashes when I paste in all the contents of http://www.apple.com/startpage/
3022 * editing/pasteboard/nested-blocks-with-text-area-expected.txt: Added.
3023 * editing/pasteboard/nested-blocks-with-text-area.html: Added.
3024 * editing/pasteboard/nested-blocks-with-text-field-expected.txt: Added.
3025 * editing/pasteboard/nested-blocks-with-text-field.html: Added.
3027 2006-07-17 Anders Carlsson <acarlsson@apple.com>
3031 Add Apache 2 config file.
3033 * http/conf/apache2-httpd.conf: Added.
3035 2006-07-17 Justin Garcia <justin.garcia@apple.com>
3039 <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
3041 * editing/selection/replace-selection-1-expected.checksum: Added.
3042 * editing/selection/replace-selection-1-expected.png: Added.
3043 * editing/selection/replace-selection-1-expected.txt: Added.
3044 * editing/selection/replace-selection-1.html: Added.
3046 2006-07-14 Justin Garcia <justin.garcia@apple.com>
3050 * editing/selection/drag-to-contenteditable-iframe-expected.txt:
3051 * editing/selection/subframe-with-selection-expected.txt:
3053 2006-07-17 Maciej Stachowiak <mjs@apple.com>
3057 <rdar://problem/4604946> REGRESSION: 'checkboxRef.checked = true' fires onchange event in Leopard
3059 * fast/events/programmatic-check-no-change-event-expected.txt: Added.
3060 * fast/events/programmatic-check-no-change-event.html: Added.
3062 2006-07-16 David Kilzer <ddkilzer@kilzer.net>
3066 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9954
3067 REGRESSION: document.dir should return empty string in <head>
3069 * fast/dom/document-dir-property-expected.txt: Added.
3070 * fast/dom/document-dir-property.html: Added.
3072 2006-07-16 David Kilzer <ddkilzer@kilzer.net>
3076 * fast/dynamic/move-node-with-selection-expected.checksum:
3077 Removed "No newline at end of file" that snuck in as part of the "apply patch" process.
3079 2006-07-16 Darin Adler <darin@apple.com>
3081 - fixed a couple of files I checked in wrong
3083 * fast/html/body-offset-properties-expected.txt: Removed property cruft.
3084 * fast/html/body-offset-properties.html: Ditto.
3086 2006-07-16 Maciej Stachowiak <mjs@apple.com>
3088 - fixed typo in expected results
3090 * fast/js/for-in-avoid-duplicates-expected.txt:
3092 2006-07-16 Darin Adler <darin@apple.com>
3094 Reviewed by John Sullivan (new test, not the changes to existing ones).
3096 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9943
3097 <rdar://problem/4590613>
3098 REGRESSION (Tiger-TOT): menus are offset to the right at http://movies.aol.com/movie-photo-bts/superman-returns
3100 * fast/html/body-offset-properties-expected.txt: Added.
3101 * fast/html/body-offset-properties.html: Added.
3103 * editing/execCommand/findString-2.html: Update to not depend on the buggy body.offseLeft/Top.
3104 Instead hardcode the default body margin of 8.
3105 * editing/pasteboard/drop-text-without-selection.html: Ditto.
3106 * editing/selection/click-before-and-after-table.html: Ditto.
3107 * editing/selection/mixed-editability-1.html: Ditto.
3108 * fast/table/click-near-anonymous-table.html: Ditto.
3110 * editing/selection/drag-to-contenteditable-iframe.html: Remove unnecessary use of body.offsetLeft/Top
3113 2006-07-16 Maciej Stachowiak <mjs@apple.com>
3117 - new test case and updated results for property list changes
3119 * fast/js/for-in-avoid-duplicates-expected.txt: Added.
3120 * fast/js/for-in-avoid-duplicates.html: Added.
3121 * fast/js/kde/Array-expected.txt:
3122 * fast/js/resources/for-in-avoid-duplicates.js: Added.
3124 2006-07-15 Darin Adler <darin@apple.com>
3126 Reviewed by John Sullivan.
3128 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=8952
3129 <rdar://problem/4575185>
3130 REGRESSION: crash on drag of highlighted Google custom home page modules
3132 * fast/dynamic/move-node-with-selection-expected.checksum: Added.
3133 * fast/dynamic/move-node-with-selection-expected.png: Added.
3134 * fast/dynamic/move-node-with-selection-expected.txt: Added.
3135 * fast/dynamic/move-node-with-selection.html: Added.
3137 2006-07-15 Darin Adler <darin@apple.com>
3139 Reviewed by John Sullivan.
3141 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=8587
3142 <rdar://problem/4631844>
3143 REGRESSION: {display:list-item} on items outside an ol or ul element no longer causes incremental numbering
3145 * fast/lists/numeric-markers-outside-list-expected.checksum: Added.
3146 * fast/lists/numeric-markers-outside-list-expected.png: Added.
3147 * fast/lists/numeric-markers-outside-list-expected.txt: Added.
3148 * fast/lists/numeric-markers-outside-list.html: Added.
3150 2006-07-15 Geoffrey Garen <ggaren@apple.com>
3154 Layout test for crash when setting the dir property on a document with no body.
3156 * fast/dom/dir-no-body-expected.txt: Added.
3157 * fast/dom/dir-no-body.html: Added.
3159 2006-07-15 Darin Adler <darin@apple.com>
3163 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=8395
3164 <rdar://problem/4613467>
3165 REGRESSION: RegEx seems broken for hex escaped non breaking space
3167 * fast/js/regexp-extended-characters-more-expected.txt: Added.
3168 * fast/js/regexp-extended-characters-more.html: Added.
3169 * fast/js/resources/regexp-extended-characters-more.js: Added.
3171 2006-07-15 Darin Adler <darin@apple.com>
3175 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=8871
3176 <rdar://problem/4575417>
3177 REGRESSION: Pressing Enter/Return in a text input removes the selected text
3178 and http://bugzilla.opendarwin.org/show_bug.cgi?id=9743
3179 <rdar://problem/4614228>
3180 REGRESSION: crash dispatching JavaScript-created keyboard event to input element
3182 * fast/forms/input-text-enter-expected.txt: Added.
3183 * fast/forms/input-text-enter.html: Added.
3185 2006-07-15 Darin Adler <darin@apple.com>
3187 Reviewed by John Sullivan.
3189 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9883
3190 <rdar://problem/4631821>
3191 REGRESSION: NativePopups don't work correctly in some forum software
3193 * fast/forms/select-selected-expected.checksum: Added.
3194 * fast/forms/select-selected-expected.png: Added.
3195 * fast/forms/select-selected-expected.txt: Added.
3196 * fast/forms/select-selected.html: Added.
3198 2006-07-15 Anders Carlsson <acarlsson@apple.com>
3202 http://bugzilla.opendarwin.org/show_bug.cgi?id=9866
3203 <rdar://problem/4631561>
3204 REGRESSION: Repro crash from mangleme using iframe, only from server.
3206 * http/tests/misc/iframe-invalid-source-crash-expected.txt: Added.
3207 * http/tests/misc/iframe-invalid-source-crash.html: Added.
3209 2006-07-14 Alexey Proskuryakov <ap@nypop.com>
3213 Fix http://bugzilla.opendarwin.org/show_bug.cgi?id=4195
3214 REGRESSION: KOI8-U encoding no longer supported.
3216 * fast/encoding/charset-koi8-u-expected.txt: Added.
3217 * fast/encoding/charset-koi8-u.html: Added.
3218 * fast/encoding/charset-x-nextstep-expected.txt: Added.
3219 * fast/encoding/charset-x-nextstep.html: Added.
3220 * http/tests/misc/BOM-override-expected.txt: Added.
3221 * http/tests/misc/BOM-override-script-expected.txt: Added.
3222 * http/tests/misc/BOM-override-script.html: Added.
3223 * http/tests/misc/BOM-override.pl: Added.
3224 * http/tests/misc/resources/BOM-override-2.pl: Added.
3225 * http/tests/misc/resources/BOM-override-3.pl: Added.
3227 2006-07-14 Timothy Hatcher <timothy@apple.com>
3229 Rolling out this fix from r15358 since it isn't resolved.
3231 2006-07-11 Justin Garcia <justin.garcia@apple.com>
3233 Reviewed by levi & thatcher
3235 <http://bugzilla.opendarwin.org/show_bug.cgi?id=9642>
3236 GMail Editor: Operations that use drop down menus blow away the selection
3238 * editing/selection/drag-to-contenteditable-iframe-expected.txt:
3239 * editing/selection/subframe-with-selection-expected.checksum: Added.
3240 * editing/selection/subframe-with-selection-expected.png: Added.
3241 * editing/selection/subframe-with-selection-expected.txt: Added.
3242 * editing/selection/subframe-with-selection.html: Added.
3244 2006-07-14 Mitz Pettel <opendarwin.org@mitzpettel.com>
3248 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9905
3249 REGRESSION (r15404-r15415): Repro crash when pressing delete in an empty editable div
3251 * editing/deleting/delete-at-start-or-end-expected.checksum: Added.
3252 * editing/deleting/delete-at-start-or-end-expected.png: Added.
3253 * editing/deleting/delete-at-start-or-end-expected.txt: Added.
3254 * editing/deleting/delete-at-start-or-end.html: Added.
3256 2006-07-14 Mitz Pettel <opendarwin.org@mitzpettel.com>
3260 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9879
3261 REGRESSION: Repro crash when clicking to the side of an anonymous table
3262 - see also <rdar://problem/4628129> REGRESSION: Repro crash when clicking
3263 to the side of an anonymous table
3265 NOTE: Only the layout test part of this patch was landed since an alternate
3266 fix was committed in r15401: <rdar://problem/4509393> selected DOM range
3267 starts with <object>, 0 offset but selection should include the <object>
3269 * fast/table/click-near-anonymous-table-expected.checksum: Added.
3270 * fast/table/click-near-anonymous-table-expected.png: Added.
3271 * fast/table/click-near-anonymous-table-expected.txt: Added.
3272 * fast/table/click-near-anonymous-table.html: Added.
3274 2006-07-12 Maciej Stachowiak <mjs@apple.com>
3278 Test cases for <rdar://problem/4567031> REGRESSION: Crash at WebCore::RenderBlock::createLineBoxes (seems to be a security hole?)
3280 I included the test case from the bug plus variants for other broken cases that
3281 were similar but needed separate fixes.
3283 * fast/table/cell-in-row-before-misnested-text-crash-expected.txt: Added.
3284 * fast/table/cell-in-row-before-misnested-text-crash.xhtml: Added.
3285 * fast/table/form-in-row-before-misnested-text-crash-expected.txt: Added.
3286 * fast/table/form-in-row-before-misnested-text-crash.xhtml: Added.
3287 * fast/table/form-in-table-before-misnested-text-crash-expected.txt: Added.
3288 * fast/table/form-in-table-before-misnested-text-crash.xhtml: Added.
3289 * fast/table/form-in-tbody-before-misnested-text-crash-expected.txt: Added.
3290 * fast/table/form-in-tbody-before-misnested-text-crash.xhtml: Added.
3291 * fast/table/row-in-tbody-before-misnested-text-crash-expected.txt: Added.
3292 * fast/table/row-in-tbody-before-misnested-text-crash.xhtml: Added.
3293 * fast/table/section-in-table-before-misnested-text-crash-expected.txt: Added.
3294 * fast/table/section-in-table-before-misnested-text-crash.xhtml: Added.
3296 2006-07-13 Mitz Pettel <opendarwin.org@mitzpettel.com>
3300 - test and updated results for http://bugzilla.opendarwin.org/show_bug.cgi?id=9670
3301 REGRESSION: RTL white-space:pre-wrap text is offset to the right
3303 * editing/deleting/delete-to-select-table-expected.txt:
3304 * editing/execCommand/boldSelection-expected.txt:
3305 * editing/execCommand/italicizeByCharacter-expected.txt:
3306 * editing/execCommand/modifyForeColorByCharacter-expected.txt:
3307 * editing/execCommand/print-expected.txt:
3308 * editing/execCommand/selectAll-expected.txt:
3309 * editing/execCommand/strikethroughSelection-expected.txt:
3310 * editing/inserting/insert-div-027-expected.txt:
3311 * editing/selection/after-line-wrap-expected.txt:
3312 * editing/selection/mixed-editability-1-expected.txt:
3313 * editing/selection/select-all-001-expected.txt:
3314 * editing/selection/select-all-002-expected.txt:
3315 * editing/selection/select-all-003-expected.txt:
3316 * fast/clip/outline-overflowClip-expected.txt:
3317 * fast/text/international/rtl-white-space-pre-wrap-expected.checksum: Added.
3318 * fast/text/international/rtl-white-space-pre-wrap-expected.png: Added.
3319 * fast/text/international/rtl-white-space-pre-wrap-expected.txt: Added.
3320 * fast/text/international/rtl-white-space-pre-wrap.html: Added.
3321 * fast/text/whitespace/pre-wrap-overflow-selection-expected.txt:
3322 * fast/text/whitespace/pre-wrap-spaces-after-newline-expected.txt:
3324 2006-07-13 Mark Rowe <opendarwin.org@bdash.net.nz>
3326 Reviewed by Geoffrey.
3328 http://bugzilla.opendarwin.org/show_bug.cgi?id=9742
3329 Bug 9742: REGRESSION: WebKit hangs when loading <http://www.vtbook.com>
3331 This includes tests for indexing an array with immediate types, and for
3332 setting selectField.options.length to immediate types.
3334 * fast/dom/select-selectedIndex-expected.txt:
3335 * fast/dom/select-selectedIndex-multiple-expected.txt:
3336 * fast/dom/select-selectedIndex-multiple.html: Update to test setting length to true and false.
3337 * fast/dom/select-selectedIndex.html: Ditto.
3338 * fast/js/array-index-immediate-types-expected.txt: Added.
3339 * fast/js/array-index-immediate-types.html: Added.
3340 * fast/js/resources/array-index-immediate-types.js: Added.
3342 2006-07-13 David Harrison <harrison@apple.com>
3344 Reviewed by Justin and Levi.
3346 <rdar://problem/4620743> REGRESSION: Option-Delete doesn't delete words during typing
3348 * editing/deleting/delete-by-word-001-expected.checksum: Added.
3349 * editing/deleting/delete-by-word-001-expected.png: Added.
3350 * editing/deleting/delete-by-word-001-expected.txt: Added.
3351 * editing/deleting/delete-by-word-001.html: Added.
3352 * editing/deleting/delete-by-word-002-expected.checksum: Added.
3353 * editing/deleting/delete-by-word-002-expected.png: Added.
3354 * editing/deleting/delete-by-word-002-expected.txt: Added.
3355 * editing/deleting/delete-by-word-002.html: Added.
3357 2006-07-13 Levi Weintraub <lweintraub@apple.com>
3361 <rdar://problem/4622763> Deleting from beginning of paragraph following a table deletes rather than selects the table
3363 * editing/deleting/delete-block-table-expected.checksum: Added.
3364 * editing/deleting/delete-block-table-expected.png: Added.
3365 * editing/deleting/delete-block-table-expected.txt: Added.
3366 * editing/deleting/delete-block-table.html: Added.
3367 * editing/deleting/delete-hr-expected.checksum: Added.
3368 * editing/deleting/delete-hr-expected.png: Added.
3369 * editing/deleting/delete-hr-expected.txt: Added.
3370 * editing/deleting/delete-hr.html: Added.
3371 * editing/deleting/delete-to-select-table-expected.png:
3372 * editing/execCommand/insertHorizontalRule-expected.txt:
3373 * fast/lists/markers-in-selection-expected.txt:
3375 2006-07-12 Mitz Pettel <opendarwin.org@mitzpettel.com>
3379 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9862
3380 REGRESSION: GMail: Crash in RenderView::repaintViewRectangle when spoofing as FF
3381 - see also <rdar://problem/4622407>
3383 * fast/frames/repaint-display-none-crash-expected.txt: Added.
3384 * fast/frames/repaint-display-none-crash.html: Added.
3386 2006-07-12 Justin Garcia <justin.garcia@apple.com>
3390 <rdar://problem/4509393>
3391 selected DOM range starts with <object>, 0 offset but selection should include the <object>
3393 * editing/selection/legal-positions-expected.txt: Added.
3394 * editing/selection/legal-positions.html: Added.
3396 * editing/deleting/delete-3608430-fix-expected.txt:
3397 * editing/deleting/delete-image-001-expected.txt:
3398 * editing/deleting/delete-image-002-expected.txt:
3399 * editing/deleting/delete-image-003-expected.txt:
3400 * editing/deleting/delete-image-004-expected.txt:
3401 * editing/selection/drag-to-contenteditable-iframe-expected.txt:
3402 * editing/selection/replaced-boundaries-3-expected.txt:
3403 * editing/selection/select-box-expected.txt:
3405 2006-07-12 John Sullivan <sullivan@apple.com>
3407 Reviewed by Brady Eidson (and written by Justin Garcia)
3409 - layout test corresponding to <rdar://problem/4611164>
3411 * editing/undo/undo-misspellings-expected.checksum: Added.
3412 * editing/undo/undo-misspellings-expected.png: Added.
3413 * editing/undo/undo-misspellings-expected.txt: Added.
3414 * editing/undo/undo-misspellings.html: Added.
3416 2006-07-13 Anders Carlsson <acarlsson@apple.com>
3420 http://bugzilla.opendarwin.org/show_bug.cgi?id=9663
3421 REGRESSION (r14948-r14956): Selection in text field remains highlighted when the text field loses focus
3423 * editing/selection/clear-selection-expected.checksum: Added.
3424 * editing/selection/clear-selection-expected.png: Added.
3425 * editing/selection/clear-selection-expected.txt: Added.
3426 * editing/selection/clear-selection.html: Added.
3428 2006-07-12 David Kilzer <ddkilzer@kilzer.net>
3430 Reviewed by NOBODY (layout test fix).
3432 Remove property information left in files from svn-apply.
3434 * fast/table/large-rowspan-crash-expected.txt:
3435 * fast/table/large-rowspan-crash.html:
3437 2006-07-12 Darin Adler <darin@apple.com>
3441 - another large rowspan test case
3443 * fast/table/large-rowspan-crash-expected.txt: Added.
3444 * fast/table/large-rowspan-crash.html: Added.
3446 2006-07-12 Anders Carlsson <acarlsson@apple.com>
3450 <rdar://problem/4586665> REGRESSION: autorestore.apple.com: Crashes Safari in WebCore::Widget::client() const
3452 * fast/forms/input-type-change-in-onfocus-keyboard-expected.txt: Added.
3453 * fast/forms/input-type-change-in-onfocus-keyboard.html: Added.
3454 * fast/forms/input-type-change-in-onfocus-mouse-expected.txt: Added.
3455 * fast/forms/input-type-change-in-onfocus-mouse.html: Added.
3457 2006-07-12 Adele Peterson <adele@apple.com>
3461 Test for: http://bugzilla.opendarwin.org/show_bug.cgi?id=9813
3462 OPTION text can paint over select element's scrollbar
3464 * fast/forms/option-text-clip-expected.checksum: Added.
3465 * fast/forms/option-text-clip-expected.png: Added.
3466 * fast/forms/option-text-clip-expected.txt: Added.
3467 * fast/forms/option-text-clip.html: Added.
3469 2006-07-11 Justin Garcia <justin.garcia@apple.com>
3473 <rdar://problem/4620686>
3474 REGRESSION: Mispelling markers are still displayed when using the delete key to place caret into a misspelled word
3476 * editing/deleting/delete-after-span-ws-001-expected.checksum:
3477 * editing/deleting/delete-after-span-ws-001-expected.png:
3478 * editing/deleting/delete-after-span-ws-002-expected.checksum:
3479 * editing/deleting/delete-after-span-ws-002-expected.png:
3480 * editing/deleting/delete-after-span-ws-003-expected.checksum:
3481 * editing/deleting/delete-after-span-ws-003-expected.png:
3482 * editing/deleting/delete-block-merge-contents-010-expected.checksum:
3483 * editing/deleting/delete-block-merge-contents-010-expected.png:
3484 * editing/deleting/merge-unrendered-space-expected.checksum:
3485 * editing/deleting/merge-unrendered-space-expected.png:
3487 2006-07-11 Tim Omernick <timo@apple.com>
3491 Test case for <http://bugzilla.opendarwin.org/show_bug.cgi?id=9843>:
3492 Give Netscape plug-ins access to their own DOM element
3494 * plugins/netscape-dom-access-expected.checksum: Added.
3495 * plugins/netscape-dom-access-expected.png: Added.
3496 * plugins/netscape-dom-access-expected.txt: Added.
3497 * plugins/netscape-dom-access.html: Added.
3499 2006-07-11 Adele Peterson <adele@apple.com>
3503 Tests for http://bugzilla.opendarwin.org/show_bug.cgi?id=9861
3504 REGRESSION: Can't dynamically change list box to popup
3506 * fast/forms/select-change-listbox-to-popup-expected.checksum: Added.
3507 * fast/forms/select-change-listbox-to-popup-expected.png: Added.
3508 * fast/forms/select-change-listbox-to-popup-expected.txt: Added.