1 2006-07-19 Anders Carlsson <acarlsson@apple.com>
5 <rdar://problem/4620655> REGRESSION(10.4.7-10.5): preview button for a blogger.com post doesn't work
7 * fast/js/pretty-print-expected.txt: Added.
8 * fast/js/pretty-print.html: Added.
9 * fast/js/resources/pretty-print.js: Added.
11 2006-07-19 David Harrison <harrison@apple.com>
13 <rdar://problem/4629307> -[DOMRange markupString] does not include the initial table element if it is at the beginning of the range
14 <rdar://problem/4062218> pasting in contents of web.apple.com strips off the <table> element from the first table
16 (this really only tests the symptoms of <rdar://problem/4062218>, because -[DOMRange markupString] is not testable)
18 * editing/pasteboard/paste-table-003-expected.checksum: Added.
19 * editing/pasteboard/paste-table-003-expected.png: Added.
20 * editing/pasteboard/paste-table-003-expected.txt: Added.
21 * editing/pasteboard/paste-table-003.html: Added.
23 2006-07-18 Maciej Stachowiak <mjs@apple.com>
25 Reviewed by Adele Peterson.
29 <rdar://problem/4620646> REGRESSION(10.4.7-10.5): can't type into editing region when creating or editing a blogger.com post
31 * fast/js/null-char-in-string-expected.txt: Added.
32 * fast/js/null-char-in-string.html: Added.
33 * fast/js/resources/null-char-in-string.js: Added.
35 2006-07-18 Anders Carlsson <acarlsson@apple.com>
39 http://bugzilla.opendarwin.org/show_bug.cgi?id=9959
40 REGRESSION: iframes stop rendering after 200th one on successive reloads
42 * fast/frames/frame-limit-expected.txt: Added.
43 * fast/frames/frame-limit.html: Added.
45 2006-07-18 Darin Adler <darin@apple.com>
49 - convert a couple of tests to "dump as text" tests
51 * fast/dom/css-selectorText-expected.checksum: Removed.
52 * fast/dom/css-selectorText-expected.png: Removed.
53 * fast/dom/css-selectorText-expected.txt: Replaced render tree results with text results.
54 * fast/dom/css-selectorText.html: Added a call to layoutTestController.dumpAsText.
56 * fast/dom/css-shortHands-expected.checksum: Removed.
57 * fast/dom/css-shortHands-expected.png: Removed.
58 * fast/dom/css-shortHands-expected.txt: Replaced render tree results with text results.
59 * fast/dom/css-shortHands.html: Added a call to layoutTestController.dumpAsText.
61 2006-07-18 Mitz Pettel <opendarwin.org@mitzpettel.com>
65 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9978
66 REGRESSION (r12949-r12988): Clicking the first letter on a line places the caret at the end of the previous line
68 * editing/selection/click-start-of-line-expected.checksum: Added.
69 * editing/selection/click-start-of-line-expected.png: Added.
70 * editing/selection/click-start-of-line-expected.txt: Added.
71 * editing/selection/click-start-of-line.html: Added.
73 2006-07-18 Anders Carlsson <acarlsson@apple.com>
77 http://bugzilla.opendarwin.org/show_bug.cgi?id=9695
78 <rdar://problem/4614085>
79 TOT REGRESSION: NativeTextArea: Text area does not respond to Cmd-UpArrow/Cmd-DownArrow (9695)
81 * editing/selection/move-begin-end-expected.txt: Added.
82 * editing/selection/move-begin-end.html: Added.
84 2006-07-17 Maciej Stachowiak <mjs@apple.com>
86 Test cases not reviewed but the corresponding fix was.
88 - test cases for <rdar://problem/4618089> Blot crashes when I paste in all the contents of http://www.apple.com/startpage/
90 * editing/pasteboard/nested-blocks-with-text-area-expected.txt: Added.
91 * editing/pasteboard/nested-blocks-with-text-area.html: Added.
92 * editing/pasteboard/nested-blocks-with-text-field-expected.txt: Added.
93 * editing/pasteboard/nested-blocks-with-text-field.html: Added.
95 2006-07-17 Anders Carlsson <acarlsson@apple.com>
99 Add Apache 2 config file.
101 * http/conf/apache2-httpd.conf: Added.
103 2006-07-17 Justin Garcia <justin.garcia@apple.com>
107 <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
109 * editing/selection/replace-selection-1-expected.checksum: Added.
110 * editing/selection/replace-selection-1-expected.png: Added.
111 * editing/selection/replace-selection-1-expected.txt: Added.
112 * editing/selection/replace-selection-1.html: Added.
114 2006-07-14 Justin Garcia <justin.garcia@apple.com>
118 * editing/selection/drag-to-contenteditable-iframe-expected.txt:
119 * editing/selection/subframe-with-selection-expected.txt:
121 2006-07-17 Maciej Stachowiak <mjs@apple.com>
125 <rdar://problem/4604946> REGRESSION: 'checkboxRef.checked = true' fires onchange event in Leopard
127 * fast/events/programmatic-check-no-change-event-expected.txt: Added.
128 * fast/events/programmatic-check-no-change-event.html: Added.
130 2006-07-16 David Kilzer <ddkilzer@kilzer.net>
134 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9954
135 REGRESSION: document.dir should return empty string in <head>
137 * fast/dom/document-dir-property-expected.txt: Added.
138 * fast/dom/document-dir-property.html: Added.
140 2006-07-16 David Kilzer <ddkilzer@kilzer.net>
144 * fast/dynamic/move-node-with-selection-expected.checksum:
145 Removed "No newline at end of file" that snuck in as part of the "apply patch" process.
147 2006-07-16 Darin Adler <darin@apple.com>
149 - fixed a couple of files I checked in wrong
151 * fast/html/body-offset-properties-expected.txt: Removed property cruft.
152 * fast/html/body-offset-properties.html: Ditto.
154 2006-07-16 Maciej Stachowiak <mjs@apple.com>
156 - fixed typo in expected results
158 * fast/js/for-in-avoid-duplicates-expected.txt:
160 2006-07-16 Darin Adler <darin@apple.com>
162 Reviewed by John Sullivan (new test, not the changes to existing ones).
164 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9943
165 <rdar://problem/4590613>
166 REGRESSION (Tiger-TOT): menus are offset to the right at http://movies.aol.com/movie-photo-bts/superman-returns
168 * fast/html/body-offset-properties-expected.txt: Added.
169 * fast/html/body-offset-properties.html: Added.
171 * editing/execCommand/findString-2.html: Update to not depend on the buggy body.offseLeft/Top.
172 Instead hardcode the default body margin of 8.
173 * editing/pasteboard/drop-text-without-selection.html: Ditto.
174 * editing/selection/click-before-and-after-table.html: Ditto.
175 * editing/selection/mixed-editability-1.html: Ditto.
176 * fast/table/click-near-anonymous-table.html: Ditto.
178 * editing/selection/drag-to-contenteditable-iframe.html: Remove unnecessary use of body.offsetLeft/Top
181 2006-07-16 Maciej Stachowiak <mjs@apple.com>
185 - new test case and updated results for property list changes
187 * fast/js/for-in-avoid-duplicates-expected.txt: Added.
188 * fast/js/for-in-avoid-duplicates.html: Added.
189 * fast/js/kde/Array-expected.txt:
190 * fast/js/resources/for-in-avoid-duplicates.js: Added.
192 2006-07-15 Darin Adler <darin@apple.com>
194 Reviewed by John Sullivan.
196 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=8952
197 <rdar://problem/4575185>
198 REGRESSION: crash on drag of highlighted Google custom home page modules
200 * fast/dynamic/move-node-with-selection-expected.checksum: Added.
201 * fast/dynamic/move-node-with-selection-expected.png: Added.
202 * fast/dynamic/move-node-with-selection-expected.txt: Added.
203 * fast/dynamic/move-node-with-selection.html: Added.
205 2006-07-15 Darin Adler <darin@apple.com>
207 Reviewed by John Sullivan.
209 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=8587
210 <rdar://problem/4631844>
211 REGRESSION: {display:list-item} on items outside an ol or ul element no longer causes incremental numbering
213 * fast/lists/numeric-markers-outside-list-expected.checksum: Added.
214 * fast/lists/numeric-markers-outside-list-expected.png: Added.
215 * fast/lists/numeric-markers-outside-list-expected.txt: Added.
216 * fast/lists/numeric-markers-outside-list.html: Added.
218 2006-07-15 Geoffrey Garen <ggaren@apple.com>
222 Layout test for crash when setting the dir property on a document with no body.
224 * fast/dom/dir-no-body-expected.txt: Added.
225 * fast/dom/dir-no-body.html: Added.
227 2006-07-15 Darin Adler <darin@apple.com>
231 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=8395
232 <rdar://problem/4613467>
233 REGRESSION: RegEx seems broken for hex escaped non breaking space
235 * fast/js/regexp-extended-characters-more-expected.txt: Added.
236 * fast/js/regexp-extended-characters-more.html: Added.
237 * fast/js/resources/regexp-extended-characters-more.js: Added.
239 2006-07-15 Darin Adler <darin@apple.com>
243 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=8871
244 <rdar://problem/4575417>
245 REGRESSION: Pressing Enter/Return in a text input removes the selected text
246 and http://bugzilla.opendarwin.org/show_bug.cgi?id=9743
247 <rdar://problem/4614228>
248 REGRESSION: crash dispatching JavaScript-created keyboard event to input element
250 * fast/forms/input-text-enter-expected.txt: Added.
251 * fast/forms/input-text-enter.html: Added.
253 2006-07-15 Darin Adler <darin@apple.com>
255 Reviewed by John Sullivan.
257 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9883
258 <rdar://problem/4631821>
259 REGRESSION: NativePopups don't work correctly in some forum software
261 * fast/forms/select-selected-expected.checksum: Added.
262 * fast/forms/select-selected-expected.png: Added.
263 * fast/forms/select-selected-expected.txt: Added.
264 * fast/forms/select-selected.html: Added.
266 2006-07-15 Anders Carlsson <acarlsson@apple.com>
270 http://bugzilla.opendarwin.org/show_bug.cgi?id=9866
271 <rdar://problem/4631561>
272 REGRESSION: Repro crash from mangleme using iframe, only from server.
274 * http/tests/misc/iframe-invalid-source-crash-expected.txt: Added.
275 * http/tests/misc/iframe-invalid-source-crash.html: Added.
277 2006-07-14 Alexey Proskuryakov <ap@nypop.com>
281 Fix http://bugzilla.opendarwin.org/show_bug.cgi?id=4195
282 REGRESSION: KOI8-U encoding no longer supported.
284 * fast/encoding/charset-koi8-u-expected.txt: Added.
285 * fast/encoding/charset-koi8-u.html: Added.
286 * fast/encoding/charset-x-nextstep-expected.txt: Added.
287 * fast/encoding/charset-x-nextstep.html: Added.
288 * http/tests/misc/BOM-override-expected.txt: Added.
289 * http/tests/misc/BOM-override-script-expected.txt: Added.
290 * http/tests/misc/BOM-override-script.html: Added.
291 * http/tests/misc/BOM-override.pl: Added.
292 * http/tests/misc/resources/BOM-override-2.pl: Added.
293 * http/tests/misc/resources/BOM-override-3.pl: Added.
295 2006-07-14 Timothy Hatcher <timothy@apple.com>
297 Rolling out this fix from r15358 since it isn't resolved.
299 2006-07-11 Justin Garcia <justin.garcia@apple.com>
301 Reviewed by levi & thatcher
303 <http://bugzilla.opendarwin.org/show_bug.cgi?id=9642>
304 GMail Editor: Operations that use drop down menus blow away the selection
306 * editing/selection/drag-to-contenteditable-iframe-expected.txt:
307 * editing/selection/subframe-with-selection-expected.checksum: Added.
308 * editing/selection/subframe-with-selection-expected.png: Added.
309 * editing/selection/subframe-with-selection-expected.txt: Added.
310 * editing/selection/subframe-with-selection.html: Added.
312 2006-07-14 Mitz Pettel <opendarwin.org@mitzpettel.com>
316 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9905
317 REGRESSION (r15404-r15415): Repro crash when pressing delete in an empty editable div
319 * editing/deleting/delete-at-start-or-end-expected.checksum: Added.
320 * editing/deleting/delete-at-start-or-end-expected.png: Added.
321 * editing/deleting/delete-at-start-or-end-expected.txt: Added.
322 * editing/deleting/delete-at-start-or-end.html: Added.
324 2006-07-14 Mitz Pettel <opendarwin.org@mitzpettel.com>
328 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9879
329 REGRESSION: Repro crash when clicking to the side of an anonymous table
330 - see also <rdar://problem/4628129> REGRESSION: Repro crash when clicking
331 to the side of an anonymous table
333 NOTE: Only the layout test part of this patch was landed since an alternate
334 fix was committed in r15401: <rdar://problem/4509393> selected DOM range
335 starts with <object>, 0 offset but selection should include the <object>
337 * fast/table/click-near-anonymous-table-expected.checksum: Added.
338 * fast/table/click-near-anonymous-table-expected.png: Added.
339 * fast/table/click-near-anonymous-table-expected.txt: Added.
340 * fast/table/click-near-anonymous-table.html: Added.
342 2006-07-12 Maciej Stachowiak <mjs@apple.com>
346 Test cases for <rdar://problem/4567031> REGRESSION: Crash at WebCore::RenderBlock::createLineBoxes (seems to be a security hole?)
348 I included the test case from the bug plus variants for other broken cases that
349 were similar but needed separate fixes.
351 * fast/table/cell-in-row-before-misnested-text-crash-expected.txt: Added.
352 * fast/table/cell-in-row-before-misnested-text-crash.xhtml: Added.
353 * fast/table/form-in-row-before-misnested-text-crash-expected.txt: Added.
354 * fast/table/form-in-row-before-misnested-text-crash.xhtml: Added.
355 * fast/table/form-in-table-before-misnested-text-crash-expected.txt: Added.
356 * fast/table/form-in-table-before-misnested-text-crash.xhtml: Added.
357 * fast/table/form-in-tbody-before-misnested-text-crash-expected.txt: Added.
358 * fast/table/form-in-tbody-before-misnested-text-crash.xhtml: Added.
359 * fast/table/row-in-tbody-before-misnested-text-crash-expected.txt: Added.
360 * fast/table/row-in-tbody-before-misnested-text-crash.xhtml: Added.
361 * fast/table/section-in-table-before-misnested-text-crash-expected.txt: Added.
362 * fast/table/section-in-table-before-misnested-text-crash.xhtml: Added.
364 2006-07-13 Mitz Pettel <opendarwin.org@mitzpettel.com>
368 - test and updated results for http://bugzilla.opendarwin.org/show_bug.cgi?id=9670
369 REGRESSION: RTL white-space:pre-wrap text is offset to the right
371 * editing/deleting/delete-to-select-table-expected.txt:
372 * editing/execCommand/boldSelection-expected.txt:
373 * editing/execCommand/italicizeByCharacter-expected.txt:
374 * editing/execCommand/modifyForeColorByCharacter-expected.txt:
375 * editing/execCommand/print-expected.txt:
376 * editing/execCommand/selectAll-expected.txt:
377 * editing/execCommand/strikethroughSelection-expected.txt:
378 * editing/inserting/insert-div-027-expected.txt:
379 * editing/selection/after-line-wrap-expected.txt:
380 * editing/selection/mixed-editability-1-expected.txt:
381 * editing/selection/select-all-001-expected.txt:
382 * editing/selection/select-all-002-expected.txt:
383 * editing/selection/select-all-003-expected.txt:
384 * fast/clip/outline-overflowClip-expected.txt:
385 * fast/text/international/rtl-white-space-pre-wrap-expected.checksum: Added.
386 * fast/text/international/rtl-white-space-pre-wrap-expected.png: Added.
387 * fast/text/international/rtl-white-space-pre-wrap-expected.txt: Added.
388 * fast/text/international/rtl-white-space-pre-wrap.html: Added.
389 * fast/text/whitespace/pre-wrap-overflow-selection-expected.txt:
390 * fast/text/whitespace/pre-wrap-spaces-after-newline-expected.txt:
392 2006-07-13 Mark Rowe <opendarwin.org@bdash.net.nz>
394 Reviewed by Geoffrey.
396 http://bugzilla.opendarwin.org/show_bug.cgi?id=9742
397 Bug 9742: REGRESSION: WebKit hangs when loading <http://www.vtbook.com>
399 This includes tests for indexing an array with immediate types, and for
400 setting selectField.options.length to immediate types.
402 * fast/dom/select-selectedIndex-expected.txt:
403 * fast/dom/select-selectedIndex-multiple-expected.txt:
404 * fast/dom/select-selectedIndex-multiple.html: Update to test setting length to true and false.
405 * fast/dom/select-selectedIndex.html: Ditto.
406 * fast/js/array-index-immediate-types-expected.txt: Added.
407 * fast/js/array-index-immediate-types.html: Added.
408 * fast/js/resources/array-index-immediate-types.js: Added.
410 2006-07-13 David Harrison <harrison@apple.com>
412 Reviewed by Justin and Levi.
414 <rdar://problem/4620743> REGRESSION: Option-Delete doesn't delete words during typing
416 * editing/deleting/delete-by-word-001-expected.checksum: Added.
417 * editing/deleting/delete-by-word-001-expected.png: Added.
418 * editing/deleting/delete-by-word-001-expected.txt: Added.
419 * editing/deleting/delete-by-word-001.html: Added.
420 * editing/deleting/delete-by-word-002-expected.checksum: Added.
421 * editing/deleting/delete-by-word-002-expected.png: Added.
422 * editing/deleting/delete-by-word-002-expected.txt: Added.
423 * editing/deleting/delete-by-word-002.html: Added.
425 2006-07-13 Levi Weintraub <lweintraub@apple.com>
429 <rdar://problem/4622763> Deleting from beginning of paragraph following a table deletes rather than selects the table
431 * editing/deleting/delete-block-table-expected.checksum: Added.
432 * editing/deleting/delete-block-table-expected.png: Added.
433 * editing/deleting/delete-block-table-expected.txt: Added.
434 * editing/deleting/delete-block-table.html: Added.
435 * editing/deleting/delete-hr-expected.checksum: Added.
436 * editing/deleting/delete-hr-expected.png: Added.
437 * editing/deleting/delete-hr-expected.txt: Added.
438 * editing/deleting/delete-hr.html: Added.
439 * editing/deleting/delete-to-select-table-expected.png:
440 * editing/execCommand/insertHorizontalRule-expected.txt:
441 * fast/lists/markers-in-selection-expected.txt:
443 2006-07-12 Mitz Pettel <opendarwin.org@mitzpettel.com>
447 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9862
448 REGRESSION: GMail: Crash in RenderView::repaintViewRectangle when spoofing as FF
449 - see also <rdar://problem/4622407>
451 * fast/frames/repaint-display-none-crash-expected.txt: Added.
452 * fast/frames/repaint-display-none-crash.html: Added.
454 2006-07-12 Justin Garcia <justin.garcia@apple.com>
458 <rdar://problem/4509393>
459 selected DOM range starts with <object>, 0 offset but selection should include the <object>
461 * editing/selection/legal-positions-expected.txt: Added.
462 * editing/selection/legal-positions.html: Added.
464 * editing/deleting/delete-3608430-fix-expected.txt:
465 * editing/deleting/delete-image-001-expected.txt:
466 * editing/deleting/delete-image-002-expected.txt:
467 * editing/deleting/delete-image-003-expected.txt:
468 * editing/deleting/delete-image-004-expected.txt:
469 * editing/selection/drag-to-contenteditable-iframe-expected.txt:
470 * editing/selection/replaced-boundaries-3-expected.txt:
471 * editing/selection/select-box-expected.txt:
473 2006-07-12 John Sullivan <sullivan@apple.com>
475 Reviewed by Brady Eidson (and written by Justin Garcia)
477 - layout test corresponding to <rdar://problem/4611164>
479 * editing/undo/undo-misspellings-expected.checksum: Added.
480 * editing/undo/undo-misspellings-expected.png: Added.
481 * editing/undo/undo-misspellings-expected.txt: Added.
482 * editing/undo/undo-misspellings.html: Added.
484 2006-07-13 Anders Carlsson <acarlsson@apple.com>
488 http://bugzilla.opendarwin.org/show_bug.cgi?id=9663
489 REGRESSION (r14948-r14956): Selection in text field remains highlighted when the text field loses focus
491 * editing/selection/clear-selection-expected.checksum: Added.
492 * editing/selection/clear-selection-expected.png: Added.
493 * editing/selection/clear-selection-expected.txt: Added.
494 * editing/selection/clear-selection.html: Added.
496 2006-07-12 David Kilzer <ddkilzer@kilzer.net>
498 Reviewed by NOBODY (layout test fix).
500 Remove property information left in files from svn-apply.
502 * fast/table/large-rowspan-crash-expected.txt:
503 * fast/table/large-rowspan-crash.html:
505 2006-07-12 Darin Adler <darin@apple.com>
509 - another large rowspan test case
511 * fast/table/large-rowspan-crash-expected.txt: Added.
512 * fast/table/large-rowspan-crash.html: Added.
514 2006-07-12 Anders Carlsson <acarlsson@apple.com>
518 <rdar://problem/4586665> REGRESSION: autorestore.apple.com: Crashes Safari in WebCore::Widget::client() const
520 * fast/forms/input-type-change-in-onfocus-keyboard-expected.txt: Added.
521 * fast/forms/input-type-change-in-onfocus-keyboard.html: Added.
522 * fast/forms/input-type-change-in-onfocus-mouse-expected.txt: Added.
523 * fast/forms/input-type-change-in-onfocus-mouse.html: Added.
525 2006-07-12 Adele Peterson <adele@apple.com>
529 Test for: http://bugzilla.opendarwin.org/show_bug.cgi?id=9813
530 OPTION text can paint over select element's scrollbar
532 * fast/forms/option-text-clip-expected.checksum: Added.
533 * fast/forms/option-text-clip-expected.png: Added.
534 * fast/forms/option-text-clip-expected.txt: Added.
535 * fast/forms/option-text-clip.html: Added.
537 2006-07-11 Justin Garcia <justin.garcia@apple.com>
541 <rdar://problem/4620686>
542 REGRESSION: Mispelling markers are still displayed when using the delete key to place caret into a misspelled word
544 * editing/deleting/delete-after-span-ws-001-expected.checksum:
545 * editing/deleting/delete-after-span-ws-001-expected.png:
546 * editing/deleting/delete-after-span-ws-002-expected.checksum:
547 * editing/deleting/delete-after-span-ws-002-expected.png:
548 * editing/deleting/delete-after-span-ws-003-expected.checksum:
549 * editing/deleting/delete-after-span-ws-003-expected.png:
550 * editing/deleting/delete-block-merge-contents-010-expected.checksum:
551 * editing/deleting/delete-block-merge-contents-010-expected.png:
552 * editing/deleting/merge-unrendered-space-expected.checksum:
553 * editing/deleting/merge-unrendered-space-expected.png:
555 2006-07-11 Tim Omernick <timo@apple.com>
559 Test case for <http://bugzilla.opendarwin.org/show_bug.cgi?id=9843>:
560 Give Netscape plug-ins access to their own DOM element
562 * plugins/netscape-dom-access-expected.checksum: Added.
563 * plugins/netscape-dom-access-expected.png: Added.
564 * plugins/netscape-dom-access-expected.txt: Added.
565 * plugins/netscape-dom-access.html: Added.
567 2006-07-11 Adele Peterson <adele@apple.com>
571 Tests for http://bugzilla.opendarwin.org/show_bug.cgi?id=9861
572 REGRESSION: Can't dynamically change list box to popup
574 * fast/forms/select-change-listbox-to-popup-expected.checksum: Added.
575 * fast/forms/select-change-listbox-to-popup-expected.png: Added.
576 * fast/forms/select-change-listbox-to-popup-expected.txt: Added.
577 * fast/forms/select-change-listbox-to-popup.html: Added.
578 * fast/forms/select-change-popup-to-listbox.html:
580 2006-07-11 Justin Garcia <justin.garcia@apple.com>
582 Reviewed by levi & thatcher
584 <http://bugzilla.opendarwin.org/show_bug.cgi?id=9642>
585 GMail Editor: Operations that use drop down menus blow away the selection
587 * editing/selection/drag-to-contenteditable-iframe-expected.txt:
588 * editing/selection/subframe-with-selection-expected.checksum: Added.
589 * editing/selection/subframe-with-selection-expected.png: Added.
590 * editing/selection/subframe-with-selection-expected.txt: Added.
591 * editing/selection/subframe-with-selection.html: Added.
593 2006-07-11 Adele Peterson <adele@apple.com>
597 Test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9859
598 REGRESSION: Can't dynamically change popup to list box
600 * fast/forms/select-change-popup-to-listbox-expected.checksum: Added.
601 * fast/forms/select-change-popup-to-listbox-expected.png: Added.
602 * fast/forms/select-change-popup-to-listbox-expected.txt: Added.
603 * fast/forms/select-change-popup-to-listbox.html: Added.
605 2006-07-11 Alexey Proskuryakov <ap@nypop.com>
609 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9572
610 Add application/xhtml+xml to the Accept header
612 The fix itself was landed on 2006-07-09, but I forgot about the test.
614 * http/tests/misc/xhtml-expected.txt: Added.
615 * http/tests/misc/xhtml.php: Added.
617 2006-07-11 Beth Dakin <bdakin@apple.com>
621 Adele checked in new results for this test when you could style
622 selects, but the styling of selects is turned off for now, so back
623 to the original results.
625 * fast/forms/001-expected.checksum:
626 * fast/forms/001-expected.png:
627 * fast/forms/001-expected.txt:
629 2006-07-11 Alexey Proskuryakov <ap@nypop.com>
633 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=7808
634 Assertion failure in -[WebBaseNetscapePluginStream dealloc] when requesting an invalid URL
636 * plugins/get-empty-url-expected.txt: Added.
637 * plugins/get-empty-url.html: Added.
639 2006-07-10 David Kilzer <ddkilzer@kilzer.net>
643 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9179
644 Implement select.options.add() method
646 * fast/dom/select-selectedIndex-multiple-expected.txt: Updated test results.
647 * fast/dom/select-selectedIndex-multiple.html: Updated to print comments between
648 tests to make failures easier to track down.
649 * fast/dom/select-selectedIndex-expected.txt: Mirrored updates from select-selectedIndex-multiple.html
650 * fast/dom/select-selectedIndex.html: Ditto.
651 * fast/js/resources/select-options-add.js: Added.
652 * fast/js/select-options-add-expected.txt: Added.
653 * fast/js/select-options-add.html: Added.
655 2006-07-10 Adele Peterson <adele@apple.com>
659 Test for <rdar://problem/4621442> REGRESSION (NativePopup) : Popup menus aren't drawn correctly on page at orbitz.com; cheaptickets.com
661 * fast/forms/select-style-expected.checksum: Added.
662 * fast/forms/select-style-expected.png: Added.
663 * fast/forms/select-style-expected.txt: Added.
664 * fast/forms/select-style.html: Added.
666 2006-07-10 Beth Dakin <bdakin@apple.com>
670 Test for <rdar://problem/4621095> The should be a way to
671 access the user interface scale factor through the DOM
673 * fast/dom/jsDevicePixelRatio-expected.checksum: Added.
674 * fast/dom/jsDevicePixelRatio-expected.png: Added.
675 * fast/dom/jsDevicePixelRatio-expected.txt: Added.
676 * fast/dom/jsDevicePixelRatio.html: Added.
678 2006-07-10 Adele Peterson <adele@apple.com>
680 http://bugzilla.opendarwin.org/show_bug.cgi?id=9830
681 More pixel test results need updating since switching to native popup
683 * editing/selection/replaced-boundaries-3-expected.checksum:
684 * editing/selection/replaced-boundaries-3-expected.png:
685 * fast/block/margin-collapse/103-expected.checksum:
686 * fast/block/margin-collapse/103-expected.png:
687 * fast/forms/001-expected.checksum:
688 * fast/forms/001-expected.png:
689 * fast/forms/HTMLOptionElement_label01-expected.checksum:
690 * fast/forms/HTMLOptionElement_label01-expected.png:
691 * fast/forms/HTMLOptionElement_label02-expected.checksum:
692 * fast/forms/HTMLOptionElement_label02-expected.png:
693 * fast/forms/HTMLOptionElement_label03-expected.checksum:
694 * fast/forms/HTMLOptionElement_label03-expected.png:
695 * fast/forms/HTMLOptionElement_label04-expected.checksum:
696 * fast/forms/HTMLOptionElement_label04-expected.png:
697 * fast/forms/form-element-geometry-expected.checksum:
698 * fast/forms/form-element-geometry-expected.png:
699 * fast/forms/option-script-expected.checksum:
700 * fast/forms/option-script-expected.png:
701 * fast/forms/option-strip-whitespace-expected.checksum:
702 * fast/forms/option-strip-whitespace-expected.png:
703 * fast/invalid/014-expected.checksum:
704 * fast/invalid/014-expected.png:
705 * fast/parser/document-write-option-expected.checksum:
706 * fast/parser/document-write-option-expected.png:
707 * tables/mozilla/bugs/bug2479-3-expected.checksum:
708 * tables/mozilla/bugs/bug2479-3-expected.png:
709 * tables/mozilla/bugs/bug29326-expected.checksum:
710 * tables/mozilla/bugs/bug29326-expected.png:
711 * tables/mozilla/bugs/bug33855-expected.checksum:
712 * tables/mozilla/bugs/bug33855-expected.png:
713 * tables/mozilla/bugs/bug96334-expected.checksum:
714 * tables/mozilla/bugs/bug96334-expected.png:
715 * tables/mozilla/core/margins-expected.checksum:
716 * tables/mozilla/core/margins-expected.png:
717 * tables/mozilla/dom/tableDom-expected.checksum:
718 * tables/mozilla/dom/tableDom-expected.png:
720 2006-07-10 Darin Adler <darin@apple.com>
722 * tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
723 Updated one more result for Adele's 4463835 change last night.
725 2006-07-10 Beth Dakin <bdakin@apple.com>
729 Test cases for <rdar://problem/4610314> Support the CSS3 content
732 * fast/css/contentDiv-expected.checksum: Added.
733 * fast/css/contentDiv-expected.png: Added.
734 * fast/css/contentDiv-expected.txt: Added.
735 * fast/css/contentDiv.html: Added.
736 * fast/css/contentDivWithChildren-expected.checksum: Added.
737 * fast/css/contentDivWithChildren-expected.png: Added.
738 * fast/css/contentDivWithChildren-expected.txt: Added.
739 * fast/css/contentDivWithChildren.html: Added.
740 * fast/css/contentImage-expected.checksum: Added.
741 * fast/css/contentImage-expected.png: Added.
742 * fast/css/contentImage-expected.txt: Added.
743 * fast/css/contentImage.html: Added.
744 * fast/css/resources/show-shoes-vs-pie.png: Added.
746 2006-07-09 Anders Carlsson <acarlsson@apple.com>
750 http://bugzilla.opendarwin.org/show_bug.cgi?id=9245
751 Quirksmode: Incorrect handling of disabled BUTTON elements
753 * fast/forms/activate-and-disabled-elements-expected.txt: Added.
754 * fast/forms/activate-and-disabled-elements.html: Added.
756 2006-07-09 Adele Peterson <adele@apple.com>
761 <rdar://problem/4463835> Switch to use new popup menu implementation for <select>
763 * editing/selection/replaced-boundaries-3-expected.txt:
764 * editing/selection/select-box-expected.txt:
765 * fast/block/margin-collapse/103-expected.txt:
766 * fast/dom/option-properties-expected.txt:
767 * fast/forms/003-expected.txt:
768 * fast/forms/004-expected.txt:
769 * fast/forms/HTMLOptionElement_label01-expected.txt:
770 * fast/forms/HTMLOptionElement_label02-expected.txt:
771 * fast/forms/HTMLOptionElement_label03-expected.txt:
772 * fast/forms/HTMLOptionElement_label04-expected.txt:
773 * fast/forms/HTMLOptionElement_label06-expected.txt:
774 * fast/forms/HTMLOptionElement_label07-expected.txt:
775 * fast/forms/form-element-geometry-expected.txt:
776 * fast/forms/option-script-expected.txt:
777 * fast/forms/option-strip-whitespace-expected.txt:
778 * fast/forms/select-remove-option-expected.txt:
779 * fast/forms/select-replace-option-expected.txt:
780 * fast/forms/select-reset-expected.txt:
781 * fast/invalid/014-expected.txt:
782 * fast/parser/document-write-option-expected.txt:
783 * fast/replaced/width100percent-expected.txt:
784 * tables/mozilla/bugs/bug1188-expected.txt:
785 * tables/mozilla/bugs/bug18359-expected.txt:
786 * tables/mozilla/bugs/bug2479-3-expected.txt:
787 * tables/mozilla/bugs/bug2479-4-expected.txt:
788 * tables/mozilla/bugs/bug29326-expected.txt:
789 * tables/mozilla/bugs/bug33855-expected.txt:
790 * tables/mozilla/bugs/bug4382-expected.txt:
791 * tables/mozilla/bugs/bug96334-expected.txt:
792 * tables/mozilla/core/margins-expected.txt:
793 * tables/mozilla/dom/tableDom-expected.txt:
795 2006-07-09 Geoffrey Garen <ggaren@apple.com>
799 Now that we garbage collect after reinitalizing the global object, not
800 before, we have more free memory, so a custom property that used to
801 get collected during the initialization phase of this test now avoids
802 getting collected until the collection phase.
804 * fast/dom/gc-9-expected.txt:
805 * fast/dom/gc-9.html:
807 2006-07-09 David Kilzer <ddkilzer@kilzer.net>
811 - http://bugzilla.opendarwin.org/show_bug.cgi?id=9812
812 LayoutTests/svg/custom/foreign-object-skew.svg seems to be fixed
814 * svg/custom/foreign-object-skew-expected.checksum: Updated.
815 * svg/custom/foreign-object-skew-expected.png: Updated.
817 2006-07-09 Darin Adler <darin@apple.com>
819 * fast/dom/delete-contents-expected.txt: Updated results that changed
820 because we now keep comment nodes in the DOM.
822 2006-07-09 David Harrison <harrison@apple.com>
824 Reviewed by John Sullivan.
826 <rdar://problem/4598149> Deleting the contents of a DOMRange and then inserting a node into it crashes in WebCore::Font::canUseGlyphCache
828 * fast/dom/delete-contents-expected.checksum: Added.
829 * fast/dom/delete-contents-expected.png: Added.
830 * fast/dom/delete-contents-expected.txt: Added.
831 * fast/dom/delete-contents.html: Added.
833 2006-07-09 David Kilzer <ddkilzer@kilzer.net>
837 - http://bugzilla.opendarwin.org/show_bug.cgi?id=9797
838 Make description() in fast/js/resources/js-test-pre.js work with MSIE 6
840 * fast/js/resources/js-test-pre.js: Change description() to work with MSIE 6.
842 2006-07-08 Timothy Hatcher <timothy@apple.com>
846 Bug 5312: comments aren't available via DOM
847 http://bugzilla.opendarwin.org/show_bug.cgi?id=5312
849 New tests for DOM comment nodes. Updated results to account for new
850 nodes in the DOM (editing offsets changed.)
852 * editing/deleting/delete-line-013-expected.txt:
853 * editing/deleting/delete-line-014-expected.txt:
854 * editing/inserting/insert-3907422-fix-expected.txt:
855 * editing/inserting/insert-div-009-expected.txt:
856 * editing/inserting/insert-div-010-expected.txt:
857 * editing/selection/extend-by-character-006-expected.txt:
858 * editing/selection/move-between-blocks-no-001-expected.txt:
859 * editing/selection/move-between-blocks-yes-001-expected.txt:
860 * fast/dom/HTMLDocument/object-by-name-or-id-expected.txt:
861 * fast/dom/HTMLDocument/object-by-name-or-id.html:
862 * fast/dom/comment-document-fragment-expected.txt: Added.
863 * fast/dom/comment-document-fragment.html: Added.
864 * fast/dom/comment-dom-node-expected.txt: Added.
865 * fast/dom/comment-dom-node.html: Added.
866 * fast/dom/comment-not-documentElement-expected.checksum: Added.
867 * fast/dom/comment-not-documentElement-expected.png: Added.
868 * fast/dom/comment-not-documentElement-expected.txt: Added.
869 * fast/dom/comment-not-documentElement.html: Added.
870 * fast/text/atsui-pointtooffset-calls-cg-expected.txt:
871 * fast/text/atsui-rtl-override-selection-expected.txt:
873 2006-07-08 Darin Adler <darin@apple.com>
875 Reviewed by Geoff (well, half of it at least).
877 - http://bugzilla.opendarwin.org/show_bug.cgi?id=9788
878 storage leaks in Objective-C tests
880 * plugins/jsobjc-simple.html: Add an autorelease to fix a storage leak.
882 2006-07-08 Darin Adler <darin@apple.com>
884 - clear up a few minor housekeeping problems
886 * fast/css/xml-stylesheet-pi-not-in-prolog-expected.checksum: Added.
887 * fast/css/xml-stylesheet-pi-not-in-prolog-expected.png: Added.
888 * fast/forms/input-appearance-height-expected.checksum: Added.
889 Added missing test results.
891 * fast/block/float/nopaint-after-layer-destruction-expected.checksum:
892 * fast/block/positioning/absolute-positioned-overconstrained.html:
893 * fast/css/ZeroOpacityLayers.html:
894 * fast/css/ZeroOpacityLayers2.html:
895 * fast/css/font-shorthand-weight-only-expected.checksum:
896 * fast/css/hsl-color-expected.checksum:
897 * fast/css/hsla-color-expected.checksum:
898 * fast/css/resize-corner-tracking-expected.checksum:
899 * fast/dom/HTMLLinkElement/pending-stylesheet-count-expected.checksum:
900 * fast/dynamic/selection-highlight-adjust-expected.checksum:
901 * fast/forms/button-generated-content-expected.checksum:
902 * fast/frames/calculate-fixed.html:
903 * fast/frames/calculate-order.html:
904 * fast/frames/calculate-percentage.html:
905 * fast/frames/calculate-relative.html:
906 * fast/frames/calculate-round.html:
907 * fast/history/clicked-link-is-visited-expected.checksum:
908 * fast/layers/opacity-outline-expected.checksum:
909 * fast/media/import-p-red.css:
910 * fast/parser/broken-comments-vs-parsing-mode-expected.checksum:
911 * fast/repaint/clipped-relative-expected.checksum:
912 * fast/repaint/float-move-during-layout-expected.checksum:
913 * fast/repaint/layer-child-outline-expected.checksum:
914 * fast/repaint/outline-shrinking-expected.checksum:
915 * fast/repaint/static-to-positioned-expected.checksum:
916 * fast/repaint/table-collapsed-border-expected.checksum:
917 * fast/table/absolute-table-at-bottom-expected.checksum:
918 * fast/table/border-collapsing/border-collapsing-head-foot-expected.checksum:
919 * fast/table/empty-section-crash-expected.checksum:
920 * fast/table/rtl-cell-display-none-assert-expected.checksum:
921 * fast/table/text-field-baseline-expected.checksum:
922 * fast/text/capitalize-empty-generated-string-expected.checksum:
923 * svg/custom/gradient-stroke-width-expected.checksum:
924 * traversal/stay-within-root-expected.checksum:
925 Removed "No newline at end of file" that snuck in as part of the "apply patch" process.
927 * fast/block/positioning/absolute-positioned-overconstrained-expected.txt:
928 * fast/css/ZeroOpacityLayers-expected.checksum:
929 * fast/css/ZeroOpacityLayers-expected.png:
930 * fast/css/ZeroOpacityLayers-expected.txt:
931 * fast/css/ZeroOpacityLayers2-expected.checksum:
932 * fast/css/ZeroOpacityLayers2-expected.png:
933 * fast/css/ZeroOpacityLayers2-expected.txt:
934 Updated tests results that changed due to the above.
936 2006-07-07 Justin Garcia <justin.garcia@apple.com>
940 * editing/selection/editable-non-editable-crash-expected.checksum: Added.
941 * editing/selection/editable-non-editable-crash-expected.png: Added.
942 * editing/selection/editable-non-editable-crash-expected.txt: Added.
943 * editing/selection/editable-non-editable-crash.html: Added.
944 * editing/selection/skip-non-editable-1-expected.txt:
945 * editing/selection/skip-non-editable-1.html:
947 2006-07-07 Levi Weintraub <lweintraub@apple.com>
951 Missed a few in the last update...
953 * fast/forms/input-delete-expected.txt:
954 * fast/repaint/inline-outline-repaint-expected.txt:
955 * fast/repaint/selection-after-delete-expected.txt:
957 2006-07-07 Levi Weintraub <lweintraub@apple.com>
961 Deletion editing deligates now show up!
963 * editing/deleting/collapse-whitespace-3587601-fix-expected.txt:
964 * editing/deleting/delete-3608430-fix-expected.txt:
965 * editing/deleting/delete-3608445-fix-expected.txt:
966 * editing/deleting/delete-3608462-fix-expected.txt:
967 * editing/deleting/delete-3775172-fix-expected.txt:
968 * editing/deleting/delete-3800834-fix-expected.txt:
969 * editing/deleting/delete-3857753-fix-expected.txt:
970 * editing/deleting/delete-3865854-fix-expected.txt:
971 * editing/deleting/delete-3928305-fix-expected.txt:
972 * editing/deleting/delete-3959464-fix-expected.txt:
973 * editing/deleting/delete-4038408-fix-expected.txt:
974 * editing/deleting/delete-4083333-fix-expected.txt:
975 * editing/deleting/delete-after-span-ws-001-expected.txt:
976 * editing/deleting/delete-after-span-ws-002-expected.txt:
977 * editing/deleting/delete-after-span-ws-003-expected.txt:
978 * editing/deleting/delete-all-text-in-text-field-assertion-expected.txt:
979 * editing/deleting/delete-and-undo-expected.txt:
980 * editing/deleting/delete-at-paragraph-boundaries-001-expected.txt:
981 * editing/deleting/delete-at-paragraph-boundaries-002-expected.txt:
982 * editing/deleting/delete-at-paragraph-boundaries-003-expected.txt:
983 * editing/deleting/delete-at-paragraph-boundaries-004-expected.txt:
984 * editing/deleting/delete-at-paragraph-boundaries-005-expected.txt:
985 * editing/deleting/delete-at-paragraph-boundaries-006-expected.txt:
986 * editing/deleting/delete-at-paragraph-boundaries-007-expected.txt:
987 * editing/deleting/delete-at-paragraph-boundaries-008-expected.txt:
988 * editing/deleting/delete-at-paragraph-boundaries-009-expected.txt:
989 * editing/deleting/delete-at-paragraph-boundaries-010-expected.txt:
990 * editing/deleting/delete-at-paragraph-boundaries-011-expected.txt:
991 * editing/deleting/delete-block-contents-001-expected.txt:
992 * editing/deleting/delete-block-contents-002-expected.txt:
993 * editing/deleting/delete-block-contents-003-expected.txt:
994 * editing/deleting/delete-block-merge-contents-001-expected.txt:
995 * editing/deleting/delete-block-merge-contents-002-expected.txt:
996 * editing/deleting/delete-block-merge-contents-003-expected.txt:
997 * editing/deleting/delete-block-merge-contents-004-expected.txt:
998 * editing/deleting/delete-block-merge-contents-005-expected.txt:
999 * editing/deleting/delete-block-merge-contents-006-expected.txt:
1000 * editing/deleting/delete-block-merge-contents-007-expected.txt:
1001 * editing/deleting/delete-block-merge-contents-008-expected.txt:
1002 * editing/deleting/delete-block-merge-contents-009-expected.txt:
1003 * editing/deleting/delete-block-merge-contents-010-expected.txt:
1004 * editing/deleting/delete-block-merge-contents-012-expected.txt:
1005 * editing/deleting/delete-block-merge-contents-013-expected.txt:
1006 * editing/deleting/delete-block-merge-contents-014-expected.txt:
1007 * editing/deleting/delete-block-merge-contents-015-expected.txt:
1008 * editing/deleting/delete-block-merge-contents-016-expected.txt:
1009 * editing/deleting/delete-block-merge-contents-017-expected.txt:
1010 * editing/deleting/delete-block-merge-contents-018-expected.txt:
1011 * editing/deleting/delete-block-merge-contents-019-expected.txt:
1012 * editing/deleting/delete-block-merge-contents-020-expected.txt:
1013 * editing/deleting/delete-block-merge-contents-021-expected.txt:
1014 * editing/deleting/delete-block-merge-contents-022-expected.txt:
1015 * editing/deleting/delete-block-merge-contents-023-expected.txt:
1016 * editing/deleting/delete-block-merge-contents-024-expected.txt:
1017 * editing/deleting/delete-br-001-expected.txt:
1018 * editing/deleting/delete-br-002-expected.txt:
1019 * editing/deleting/delete-br-003-expected.txt:
1020 * editing/deleting/delete-br-004-expected.txt:
1021 * editing/deleting/delete-br-005-expected.txt:
1022 * editing/deleting/delete-br-006-expected.txt:
1023 * editing/deleting/delete-br-007-expected.txt:
1024 * editing/deleting/delete-br-008-expected.txt:
1025 * editing/deleting/delete-br-009-expected.txt:
1026 * editing/deleting/delete-br-010-expected.txt:
1027 * editing/deleting/delete-br-011-expected.txt:
1028 * editing/deleting/delete-character-001-expected.txt:
1029 * editing/deleting/delete-contiguous-ws-001-expected.txt:
1030 * editing/deleting/delete-image-001-expected.txt:
1031 * editing/deleting/delete-image-002-expected.txt:
1032 * editing/deleting/delete-image-003-expected.txt:
1033 * editing/deleting/delete-image-004-expected.txt:
1034 * editing/deleting/delete-leading-ws-001-expected.txt:
1035 * editing/deleting/delete-line-001-expected.txt:
1036 * editing/deleting/delete-line-002-expected.txt:
1037 * editing/deleting/delete-line-003-expected.txt:
1038 * editing/deleting/delete-line-004-expected.txt:
1039 * editing/deleting/delete-line-005-expected.txt:
1040 * editing/deleting/delete-line-006-expected.txt:
1041 * editing/deleting/delete-line-007-expected.txt:
1042 * editing/deleting/delete-line-008-expected.txt:
1043 * editing/deleting/delete-line-009-expected.txt:
1044 * editing/deleting/delete-line-010-expected.txt:
1045 * editing/deleting/delete-line-011-expected.txt:
1046 * editing/deleting/delete-line-012-expected.txt:
1047 * editing/deleting/delete-line-013-expected.txt:
1048 * editing/deleting/delete-line-014-expected.txt:
1049 * editing/deleting/delete-line-015-expected.txt:
1050 * editing/deleting/delete-line-016-expected.txt:
1051 * editing/deleting/delete-line-017-expected.txt:
1052 * editing/deleting/delete-line-end-ws-001-expected.txt:
1053 * editing/deleting/delete-line-end-ws-002-expected.txt:
1054 * editing/deleting/delete-listitem-001-expected.txt:
1055 * editing/deleting/delete-listitem-002-expected.txt:
1056 * editing/deleting/delete-select-all-001-expected.txt:
1057 * editing/deleting/delete-select-all-002-expected.txt:
1058 * editing/deleting/delete-select-all-003-expected.txt:
1059 * editing/deleting/delete-selection-001-expected.txt:
1060 * editing/deleting/delete-tab-001-expected.txt:
1061 * editing/deleting/delete-tab-002-expected.txt:
1062 * editing/deleting/delete-tab-003-expected.txt:
1063 * editing/deleting/delete-tab-004-expected.txt:
1064 * editing/deleting/delete-trailing-ws-001-expected.txt:
1065 * editing/deleting/delete-trailing-ws-002-expected.txt:
1066 * editing/deleting/delete-ws-fixup-001-expected.txt:
1067 * editing/deleting/delete-ws-fixup-002-expected.txt:
1068 * editing/deleting/delete-ws-fixup-003-expected.txt:
1069 * editing/deleting/delete-ws-fixup-004-expected.txt:
1070 * editing/deleting/forward-delete-expected.txt:
1071 * editing/deleting/merge-different-styles-expected.txt:
1072 * editing/deleting/merge-endOfParagraph-expected.txt:
1073 * editing/deleting/merge-into-empty-block-1-expected.txt:
1074 * editing/deleting/merge-into-empty-block-2-expected.txt:
1075 * editing/deleting/merge-no-br-expected.txt:
1076 * editing/deleting/merge-unrendered-space-expected.txt:
1077 * editing/deleting/pruning-after-merge-1-expected.txt:
1078 * editing/deleting/pruning-after-merge-2-expected.txt:
1079 * editing/deleting/smart-delete-001-expected.txt:
1080 * editing/deleting/smart-delete-002-expected.txt:
1081 * editing/deleting/table-cells-expected.txt:
1082 * editing/execCommand/insertHTML-expected.txt:
1083 * editing/input/text-input-controller-expected.txt:
1084 * editing/inserting/insert-3775316-fix-expected.txt:
1085 * editing/inserting/insert-3851164-fix-expected.txt:
1086 * editing/inserting/insert-after-delete-001-expected.txt:
1087 * editing/inserting/insert-div-021-expected.txt:
1088 * editing/inserting/insert-div-026-expected.txt:
1089 * editing/pasteboard/4076267-2-expected.txt:
1090 * editing/pasteboard/4076267-3-expected.txt:
1091 * editing/pasteboard/4076267-expected.txt:
1092 * editing/pasteboard/paste-table-002-expected.txt:
1093 * editing/pasteboard/paste-text-015-expected.txt:
1094 * editing/selection/move-between-blocks-no-001-expected.txt:
1095 * editing/selection/select-all-iframe-expected.txt:
1096 * editing/style/block-style-005-expected.txt:
1097 * editing/style/smoosh-styles-001-expected.txt:
1098 * editing/style/smoosh-styles-002-expected.txt:
1099 * editing/style/style-3681552-fix-002-expected.txt:
1100 * editing/style/typing-style-001-expected.txt:
1101 * editing/style/typing-style-002-expected.txt:
1102 * editing/unsupported-content/list-delete-001-expected.txt:
1103 * editing/unsupported-content/list-delete-002-expected.txt:
1104 * editing/unsupported-content/list-delete-003-expected.txt:
1105 * editing/unsupported-content/table-delete-001-expected.txt:
1106 * editing/unsupported-content/table-delete-002-expected.txt:
1107 * editing/unsupported-content/table-delete-003-expected.txt:
1108 * fast/forms/input-text-option-delete-expected.checksum:
1109 * fast/forms/input-text-option-delete-expected.txt:
1111 2006-07-07 Levi Weintraub <lweintraub@apple.com>
1115 Improved table editing
1117 * editing/deleting/delete-to-select-table-expected.checksum: Added.
1118 * editing/deleting/delete-to-select-table-expected.png: Added.
1119 * editing/deleting/delete-to-select-table-expected.txt: Added.
1120 * editing/deleting/delete-to-select-table.html: Added.
1121 * editing/input/text-input-controller-expected.txt:
1123 2006-07-07 Anders Carlsson <acarlsson@apple.com>
1127 http://bugzilla.opendarwin.org/show_bug.cgi?id=8300
1128 REGRESSION: First mouse click is randomly ignored when clicking on checkbox and radio buttons
1130 * fast/forms/radio-check-click-and-drag-expected.txt: Added.
1131 * fast/forms/radio-check-click-and-drag.html: Added.
1133 2006-07-06 Justin Garcia <justin.garcia@apple.com>
1137 <rdar://problem/4609184>
1138 Mail crashes at WebCore::Selection::adjustForEditableContent
1139 <rdar://problem/4609140>
1140 Crash at WebCore::Range::compareBoundaryPoints
1142 * editing/selection/mixed-editability-1-expected.checksum: Added.
1143 * editing/selection/mixed-editability-1-expected.png: Added.
1144 * editing/selection/mixed-editability-1-expected.txt: Added.
1145 * editing/selection/mixed-editability-1.html: Added.
1146 * editing/selection/mixed-editability-2-expected.checksum: Added.
1147 * editing/selection/mixed-editability-2-expected.png: Added.
1148 * editing/selection/mixed-editability-2-expected.txt: Added.
1149 * editing/selection/mixed-editability-2.html: Added.
1151 2006-07-06 Anders Carlsson <acarlsson@apple.com>
1155 http://bugzilla.opendarwin.org/show_bug.cgi?id=9528
1156 REGRESSION: arrow key skips '>' in Bugzilla replies due to '\n' in text nodes
1158 * fast/dom/css-selectorText-expected.txt:
1159 * fast/dom/css-shortHands-expected.txt:
1162 * fast/dom/set-inner-text-newlines-expected.txt: Added.
1163 * fast/dom/set-inner-text-newlines.html: Added.
1165 2006-07-06 Anders Carlsson <acarlsson@apple.com>
1169 <rdar://problem/4610891> Support overflow events
1171 * fast/events/overflow-events-expected.txt: Added.
1172 * fast/events/overflow-events.html: Added.
1174 2006-07-06 David Harrison <harrison@apple.com>
1178 <rdar://problem/4565031> innerHTML of XMP tag returns special characters like '>' instead of '>'
1180 * fast/innerHTML/006-expected.checksum: Added.
1181 * fast/innerHTML/006-expected.png: Added.
1182 * fast/innerHTML/006-expected.txt: Added.
1183 * fast/innerHTML/006.html: Added.
1185 2006-07-05 John Sullivan <sullivan@apple.com>
1189 - layout test for <rdar://problem/4609162> REGRESSION: When tabbing between links on a page,
1190 the window doesn't scroll to link that's not in view
1192 The test verifies that focusing a link will scroll the link into view.
1194 * fast/events/reveal-link-when-focused-expected.checksum: Added.
1195 * fast/events/reveal-link-when-focused-expected.png: Added.
1196 * fast/events/reveal-link-when-focused-expected.txt: Added.
1197 * fast/events/reveal-link-when-focused.html: Added.
1199 2006-07-05 Anders Carlsson <acarlsson@apple.com>
1203 http://bugzilla.opendarwin.org/show_bug.cgi?id=3581
1204 iFrames set to display:none are Missing from frames array
1206 * fast/events/mouseover-mouseout2-expected.txt:
1207 * fast/events/mouseover-mouseout2.html:
1208 Update expected result. Since we now keep the frame around, the mouseout event is
1209 now dispatched to the element in the frame.
1211 * fast/events/onloadFrameCrash-expected.checksum:
1212 * fast/events/onloadFrameCrash-expected.png:
1213 * fast/events/onloadFrameCrash-expected.txt:
1214 This does hide the frame now.
1216 * fast/frames/iframe-display-none-expected.txt: Added.
1217 * fast/frames/iframe-display-none.html: Added.
1218 * fast/frames/resources/iframe-display-none-child.html: Added.
1219 New test that tests JS interaction with frames.
1221 * fast/frames/iframe-double-attach-expected.txt: Added.
1222 * fast/frames/iframe-double-attach.html: Added.
1224 2006-07-04 Maciej Stachowiak <mjs@apple.com>
1228 http://bugzilla.opendarwin.org/show_bug.cgi?id=9734
1229 - change SVG XPath DOM tests to dump as text, and update expected results
1231 This should stop the random failures in Attribute_Nodes.svg
1233 * dom/svg/level3/xpath/Attribute_Nodes-expected.txt:
1234 * dom/svg/level3/xpath/Attribute_Nodes_xmlns-expected.txt:
1235 * dom/svg/level3/xpath/Comment_Nodes-expected.txt:
1236 * dom/svg/level3/xpath/Conformance_Expressions-expected.txt:
1237 * dom/svg/level3/xpath/Conformance_hasFeature_3-expected.txt:
1238 * dom/svg/level3/xpath/Conformance_hasFeature_empty-expected.txt:
1239 * dom/svg/level3/xpath/Conformance_hasFeature_null-expected.txt:
1240 * dom/svg/level3/xpath/Conformance_isSupported_3-expected.txt:
1241 * dom/svg/level3/xpath/Conformance_isSupported_empty-expected.txt:
1242 * dom/svg/level3/xpath/Conformance_isSupported_null-expected.txt:
1243 * dom/svg/level3/xpath/Element_Nodes-expected.txt:
1244 * dom/svg/level3/xpath/Processing_Instruction_Nodes-expected.txt:
1245 * dom/svg/level3/xpath/Text_Nodes-expected.txt:
1246 * dom/svg/level3/xpath/XPathEvaluatorCast01-expected.txt:
1247 * dom/svg/level3/xpath/XPathEvaluator_createExpression_INVALID_EXPRESSION_ERR-expected.txt:
1248 * dom/svg/level3/xpath/XPathEvaluator_createExpression_NAMESPACE_ERR_01-expected.txt:
1249 * dom/svg/level3/xpath/XPathEvaluator_createExpression_NAMESPACE_ERR_02-expected.txt:
1250 * dom/svg/level3/xpath/XPathEvaluator_createExpression_NS-expected.txt:
1251 * dom/svg/level3/xpath/XPathEvaluator_createExpression_no_NS-expected.txt:
1252 * dom/svg/level3/xpath/XPathEvaluator_createNSResolver_all-expected.txt:
1253 * dom/svg/level3/xpath/XPathEvaluator_createNSResolver_document-expected.txt:
1254 * dom/svg/level3/xpath/XPathEvaluator_createNSResolver_documentElement-expected.txt:
1255 * dom/svg/level3/xpath/XPathEvaluator_evaluate_INVALID_EXPRESSION_ERR-expected.txt:
1256 * dom/svg/level3/xpath/XPathEvaluator_evaluate_NAMESPACE_ERR-expected.txt:
1257 * dom/svg/level3/xpath/XPathEvaluator_evaluate_NOT_SUPPORTED_ERR-expected.txt:
1258 * dom/svg/level3/xpath/XPathEvaluator_evaluate_TYPE_ERR-expected.txt:
1259 * dom/svg/level3/xpath/XPathEvaluator_evaluate_WRONG_DOCUMENT_ERR-expected.txt:
1260 * dom/svg/level3/xpath/XPathEvaluator_evaluate_document-expected.txt:
1261 * dom/svg/level3/xpath/XPathEvaluator_evaluate_documentElement-expected.txt:
1262 * dom/svg/level3/xpath/XPathExpression_evaluate_NOT_SUPPORTED_ERR-expected.txt:
1263 * dom/svg/level3/xpath/XPathExpression_evaluate_WRONG_DOCUMENT_ERR-expected.txt:
1264 * dom/svg/level3/xpath/XPathExpression_evaluate_document-expected.txt:
1265 * dom/svg/level3/xpath/XPathExpression_evaluate_documentElement-expected.txt:
1266 * dom/svg/level3/xpath/XPathNSResolver_lookupNamespaceURI_nist_dmstc-expected.txt:
1267 * dom/svg/level3/xpath/XPathNSResolver_lookupNamespaceURI_null-expected.txt:
1268 * dom/svg/level3/xpath/XPathNSResolver_lookupNamespaceURI_prefix-expected.txt:
1269 * dom/svg/level3/xpath/XPathNSResolver_lookupNamespaceURI_xml-expected.txt:
1270 * dom/svg/level3/xpath/XPathResult_TYPE_ERR-expected.txt:
1271 * dom/svg/level3/xpath/XPathResult_booleanValue_false-expected.txt:
1272 * dom/svg/level3/xpath/XPathResult_booleanValue_true-expected.txt:
1273 * dom/svg/level3/xpath/XPathResult_invalidIteratorState_ANY_TYPE-expected.txt:
1274 * dom/svg/level3/xpath/XPathResult_invalidIteratorState_ANY_UNORDERED_NODE_TYPE-expected.txt:
1275 * dom/svg/level3/xpath/XPathResult_invalidIteratorState_BOOLEAN_TYPE-expected.txt:
1276 * dom/svg/level3/xpath/XPathResult_invalidIteratorState_FIRST_ORDERED_NODE_TYPE-expected.txt:
1277 * dom/svg/level3/xpath/XPathResult_invalidIteratorState_NUMBER_TYPE-expected.txt:
1278 * dom/svg/level3/xpath/XPathResult_invalidIteratorState_ORDERED_NODE_ITERATOR_TYPE-expected.txt:
1279 * dom/svg/level3/xpath/XPathResult_invalidIteratorState_ORDERED_NODE_SNAPSHOT_TYPE-expected.txt:
1280 * dom/svg/level3/xpath/XPathResult_invalidIteratorState_STRING_TYPE-expected.txt:
1281 * dom/svg/level3/xpath/XPathResult_invalidIteratorState_UNORDERED_NODE_ITERATOR_TYPE-expected.txt:
1282 * dom/svg/level3/xpath/XPathResult_invalidIteratorState_UNORDERED_NODE_SNAPSHOT_TYPE-expected.txt:
1283 * dom/svg/level3/xpath/XPathResult_iterateNext_INVALID_STATE_ERR-expected.txt:
1284 * dom/svg/level3/xpath/XPathResult_iteratorNext_ORDERED_NODE_ITERATOR_TYPE-expected.txt:
1285 * dom/svg/level3/xpath/XPathResult_numberValue-expected.txt:
1286 * dom/svg/level3/xpath/XPathResult_resultType-expected.txt:
1287 * dom/svg/level3/xpath/XPathResult_singleNodeValue_ANY_UNORDERED_NODE_TYPE-expected.txt:
1288 * dom/svg/level3/xpath/XPathResult_singleNodeValue_FIRST_ORDERED_NODE_TYPE-expected.txt:
1289 * dom/svg/level3/xpath/XPathResult_snapshotItem_ORDERED_NODE_SNAPSHOT_TYPE_null-expected.txt:
1290 * dom/svg/level3/xpath/XPathResult_snapshotItem_ORDERED_NODE_SNAPSHOT_TYPE_order-expected.txt:
1291 * dom/svg/level3/xpath/XPathResult_snapshotItem_UNORDERED_NODE_SNAPSHOT_TYPE_count-expected.txt:
1292 * dom/svg/level3/xpath/XPathResult_snapshotItem_UNORDERED_NODE_SNAPSHOT_TYPE_null-expected.txt:
1293 * dom/svg/level3/xpath/XPathResult_snapshotLength_ORDERED_NODE_SNAPSHOT_TYPE-expected.txt:
1294 * dom/svg/level3/xpath/XPathResult_snapshotLength_UNORDERED_NODE_SNAPSHOT_TYPE-expected.txt:
1295 * dom/svg/level3/xpath/XPathResult_stringValue-expected.txt:
1296 * dom/svg/level3/xpath/svgunit.js:
1298 2006-07-04 Darin Adler <darin@apple.com>
1300 - updated test result to reflect window without scroll bars
1302 1) this test should not have scroll bars
1303 2) on the buildbot the result is the non-scroll-bar one
1305 * dom/svg/level3/xpath/Attribute_Nodes-expected.txt:
1306 Changed text node width to 800.
1308 2006-07-02 David Carson <dacarson@gmail.com>
1312 - tests for http://bugzilla.opendarwin.org/show_bug.cgi?id=9506
1313 Tests using HSL rather than RGB for color values.
1315 * fast/css/hsl-color-expected.checksum: Added.
1316 * fast/css/hsl-color-expected.png: Added.
1317 * fast/css/hsl-color-expected.txt: Added.
1318 * fast/css/hsl-color.html: Added.
1319 * fast/css/hsla-color-expected.checksum: Added.
1320 * fast/css/hsla-color-expected.png: Added.
1321 * fast/css/hsla-color-expected.txt: Added.
1322 * fast/css/hsla-color.html: Added.
1324 2006-07-04 Alexey Proskuryakov <ap@nypop.com>
1328 - http://bugzilla.opendarwin.org/show_bug.cgi?id=8210
1329 Conditional XMLHttpRequest gets should pass 304 responses unchanged
1331 * http/tests/xmlhttprequest/cache-override-expected.txt: Added.
1332 * http/tests/xmlhttprequest/cache-override.html: Added.
1333 * http/tests/xmlhttprequest/resources/304.pl: Added.
1335 2006-07-02 Mitz Pettel <opendarwin.org@mitzpettel.com>
1339 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9674
1340 REGRESSION (r15075): Blank or incomplete pages on digg.com
1342 * fast/tokenizer/nested-cached-scripts-expected.txt: Added.
1343 * fast/tokenizer/nested-cached-scripts.html: Added.
1344 * fast/tokenizer/resources/nested-1.js: Added.
1345 * fast/tokenizer/resources/nested-2.js: Added.
1347 2006-06-30 Mitz Pettel <opendarwin.org@mitzpettel.com>
1351 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=7204
1352 float inserted in fixed height block via DOM not repainted
1354 * fast/repaint/float-move-during-layout-expected.checksum: Added.
1355 * fast/repaint/float-move-during-layout-expected.png: Added.
1356 * fast/repaint/float-move-during-layout-expected.txt: Added.
1357 * fast/repaint/float-move-during-layout.html: Added.
1359 2006-06-30 Levi Weintraub <lweintraub@apple.com>
1363 * editing/execCommand/format-block-with-trailing-br-expected.checksum: Added.
1364 * editing/execCommand/format-block-with-trailing-br-expected.png: Added.
1365 * editing/execCommand/format-block-with-trailing-br-expected.txt: Added.
1366 * editing/execCommand/format-block-with-trailing-br.html: Added.
1368 2006-06-30 Justin Garcia <justin.garcia@apple.com>
1372 * editing/pasteboard/pasting-object-expected.checksum: Added.
1373 * editing/pasteboard/pasting-object-expected.png: Added.
1374 * editing/pasteboard/pasting-object-expected.txt: Added.
1375 * editing/pasteboard/pasting-object.html: Added.
1377 2006-06-30 Justin Garcia <justin.garcia@apple.com>
1379 Reviewed by harrison
1382 * editing/selection/skip-non-editable-1-expected.txt: Added.
1383 * editing/selection/skip-non-editable-1.html: Added.
1384 * editing/selection/skip-non-editable-2-expected.txt: Added.
1385 * editing/selection/skip-non-editable-2.html: Added.
1387 Equivalent render tree:
1388 * editing/execCommand/format-block-with-braces-expected.txt:
1391 * editing/selection/iframe-expected.checksum:
1392 * editing/selection/iframe-expected.png:
1393 * editing/selection/iframe-expected.txt:
1394 * editing/selection/inline-table-expected.checksum:
1395 * editing/selection/inline-table-expected.png:
1396 * editing/selection/inline-table-expected.txt:
1397 * editing/selection/move-between-blocks-no-001-expected.checksum:
1398 * editing/selection/move-between-blocks-no-001-expected.png:
1399 * editing/selection/move-between-blocks-no-001-expected.txt:
1400 * editing/selection/select-box-expected.checksum:
1401 * editing/selection/select-box-expected.png:
1402 * editing/selection/select-box-expected.txt:
1404 2006-06-30 David Kilzer <ddkilzer@kilzer.net>
1408 - Test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9358
1409 REGRESSION: Assertion failure in HTMLInputElement::setValueFromRenderer
1410 (value == constrainValue(value)) when deleting all text
1412 * editing/deleting/delete-all-text-in-text-field-assertion-expected.txt: Added.
1413 * editing/deleting/delete-all-text-in-text-field-assertion.html: Added.
1415 2006-06-29 Sam Weinig <sam.weinig@gmail.com>
1419 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=4874
1420 Table with absolute bottom positioning is positioned incorrectly
1422 Note: test case originally from Mitz.
1424 * fast/table/absolute-table-at-bottom-expected.checksum: Added.
1425 * fast/table/absolute-table-at-bottom-expected.png: Added.
1426 * fast/table/absolute-table-at-bottom-expected.txt: Added.
1427 * fast/table/absolute-table-at-bottom.html: Added.
1429 2006-06-29 Graham Dennis <Graham.Dennis@gmail.com>
1433 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9505
1434 moveParagraphContentsToNewBlockIfNecessary creates a new block outside the current position
1436 * editing/pasteboard/paste-table-002.html: Added.
1437 * editing/pasteboard/paste-table-002-expected.checksum: Added.
1438 * editing/pasteboard/paste-table-002-expected.png: Added.
1439 * editing/pasteboard/paste-table-002-expected.txt: Added.
1441 2006-06-29 Mitz Pettel <opendarwin.org@mitzpettel.com>
1445 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9652
1446 Assertion failure when changing an RTL table cell to display:none
1448 * fast/table/rtl-cell-display-none-assert-expected.checksum: Added.
1449 * fast/table/rtl-cell-display-none-assert-expected.png: Added.
1450 * fast/table/rtl-cell-display-none-assert-expected.txt: Added.
1451 * fast/table/rtl-cell-display-none-assert.html: Added.
1453 2006-06-29 Beth Dakin <bdakin@apple.com>
1457 Test for <rdar://problem/4450615> Add composite mode to background
1460 * fast/backgrounds/bgCompositeCopy-expected.checksum: Added.
1461 * fast/backgrounds/bgCompositeCopy-expected.png: Added.
1462 * fast/backgrounds/bgCompositeCopy-expected.txt: Added.
1463 * fast/backgrounds/bgCompositeCopy.html: Added.
1464 * fast/backgrounds/resources/rgba16.png: Added.
1466 2006-06-28 Levi Weintraub <lweintraub@apple.com>
1470 <rdar://problem/4592005> FormatBlock inserts in the wrong place, disregarding editable content
1471 <rdar://problem/4590763> FormatBlock for paragraph style doesn't work
1473 * editing/execCommand/format-block-with-braces-expected.checksum: Added.
1474 * editing/execCommand/format-block-with-braces-expected.png: Added.
1475 * editing/execCommand/format-block-with-braces-expected.txt: Added.
1476 * editing/execCommand/format-block-with-braces.html: Added.
1477 * editing/execCommand/indent-list-item-expected.checksum: Added.
1478 * editing/execCommand/indent-list-item-expected.png: Added.
1479 * editing/execCommand/indent-list-item-expected.txt: Added.
1480 * editing/execCommand/indent-list-item.html: Added.
1481 * editing/execCommand/indent-selection-expected.checksum: Added.
1482 * editing/execCommand/indent-selection-expected.png: Added.
1483 * editing/execCommand/indent-selection-expected.txt: Added.
1484 * editing/execCommand/indent-selection.html: Added.
1485 * editing/execCommand/outdent-selection-expected.checksum: Added.
1486 * editing/execCommand/outdent-selection-expected.png: Added.
1487 * editing/execCommand/outdent-selection-expected.txt: Added.
1488 * editing/execCommand/outdent-selection.html: Added.
1490 2006-06-28 Levi Weintraub <lweintraub@apple.com>
1494 Missed the layout tests themselves in the first checkin! Whoops!
1496 2006-06-28 Levi Weintraub <lweintraub@apple.com>
1500 http://bugzilla.opendarwin.org/show_bug.cgi?id=7568
1501 Bug 7568: Implement Indent/Outdent
1503 * editing/execCommand/indent-list-item-expected.checksum: Added.
1504 * editing/execCommand/indent-list-item-expected.png: Added.
1505 * editing/execCommand/indent-list-item-expected.txt: Added.
1506 * editing/execCommand/indent-list-item.html: Added.
1507 * editing/execCommand/indent-selection-expected.checksum: Added.
1508 * editing/execCommand/indent-selection-expected.png: Added.
1509 * editing/execCommand/indent-selection-expected.txt: Added.
1510 * editing/execCommand/indent-selection.html: Added.
1511 * editing/execCommand/outdent-selection.html: Added.
1513 2006-06-28 Mitz Pettel <opendarwin.org@mitzpettel.com>
1515 Reviewed by Darin and Hyatt.
1517 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9561
1518 REGRESSION: Content property on :before of button causes hang on click or hover
1520 * fast/forms/button-generated-content-expected.checksum: Added.
1521 * fast/forms/button-generated-content-expected.png: Added.
1522 * fast/forms/button-generated-content-expected.txt: Added.
1523 * fast/forms/button-generated-content.html: Added.
1525 2006-06-28 Rob Buis <buis@kde.org>
1529 Improved test to check offsetX/Y after dispatching instead of before.
1531 * fast/dom/window-xy-properties.html:
1532 * fast/dom/window-xy-properties-expected.txt:
1534 2006-06-27 Rob Buis <buis@kde.org>
1538 Updated test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9605
1540 * fast/dom/window-xy-properties.html:
1541 * fast/dom/window-xy-properties-expected.txt:
1543 2006-06-27 Mitz Pettel <opendarwin.org@mitzpettel.com>
1547 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9317
1548 REGRESSION: crash in HTML tokenizer at Japanese Apple support page
1550 * fast/tokenizer/write-unclosed-script-expected.txt: Added.
1551 * fast/tokenizer/write-unclosed-script.html: Added.
1553 2006-06-27 Justin Garcia <justin.garcia@apple.com>
1557 * editing/execCommand/remove-formatting-expected.checksum: Added.
1558 * editing/execCommand/remove-formatting-expected.png: Added.
1559 * editing/execCommand/remove-formatting-expected.txt: Added.
1560 * editing/execCommand/remove-formatting.html: Added.
1562 2006-06-27 Justin Garcia <justin.garcia@apple.com>
1566 <rdar://problem/4599735> Clicking out of a table at the extremes of an editable document doesn't appear to work
1569 * editing/selection/click-before-and-after-table-expected.txt: Added.
1570 * editing/selection/click-before-and-after-table.html: Added.
1571 Updated to reflect fix:
1572 * editing/selection/move-by-line-001-expected.checksum:
1573 * editing/selection/move-by-line-001-expected.png:
1575 2006-06-27 Anders Carlsson <acarlsson@apple.com>
1579 http://bugzilla.opendarwin.org/show_bug.cgi?id=9623
1580 REGRESSION: getComputedStyle should do a relayout
1582 * fast/css/getComputedStyle-relayout-expected.txt: Added.
1583 * fast/css/getComputedStyle-relayout.html: Added.
1585 2006-06-27 Beth Dakin <bdakin@apple.com>
1589 Test cases for <rdar://problem/4602635> Media queries must be
1590 extended to address CSS pixel scaling factor
1592 * fast/media/mq-max-pixel-ratio-expected.checksum: Added.
1593 * fast/media/mq-max-pixel-ratio-expected.png: Added.
1594 * fast/media/mq-max-pixel-ratio-expected.txt: Added.
1595 * fast/media/mq-max-pixel-ratio.html: Added.
1596 * fast/media/mq-min-pixel-ratio-expected.checksum: Added.
1597 * fast/media/mq-min-pixel-ratio-expected.png: Added.
1598 * fast/media/mq-min-pixel-ratio-expected.txt: Added.
1599 * fast/media/mq-min-pixel-ratio.html: Added.
1600 * fast/media/mq-pixel-ratio-expected.checksum: Added.
1601 * fast/media/mq-pixel-ratio-expected.png: Added.
1602 * fast/media/mq-pixel-ratio-expected.txt: Added.
1603 * fast/media/mq-pixel-ratio.html: Added.
1604 * fast/media/resources/apple_logo_big.jpg: Added.
1605 * fast/media/resources/apple_logo_half_size.png: Added.
1607 2006-06-27 Darin Adler <darin@apple.com>
1609 Tests for fix for 2/3 of http://bugzilla.opendarwin.org/show_bug.cgi?id=9606
1610 REGRESSION: some callers are still using clientX/Y to get pageX/Y
1612 * fast/events/anchor-image-scrolled-x-y-expected.txt: Added.
1613 * fast/events/anchor-image-scrolled-x-y.html: Added.
1614 * fast/events/input-image-scrolled-x-y-expected.txt: Added.
1615 * fast/events/input-image-scrolled-x-y.html: Added.
1617 2006-06-26 Jonas Witt <jonas.witt@gmail.com>
1621 * LayoutTests/fast/events/objc-event-api-expected.txt: Updated to
1622 reflect flipped coordinates dumped by the layout tests.
1624 2006-06-25 David Carson <dacarson@gmail.com>
1628 Tests for http://bugzilla.opendarwin.org/show_bug.cgi?id=9185
1630 * fast/forms/input-appearance-height-expected.png: Added.
1631 * fast/forms/input-appearance-height-expected.txt: Added.
1632 * fast/forms/input-appearance-height.html: Added.
1633 Tests the height attribute on all input types
1635 * fast/forms/input-type-change-expected.checksum: Added.
1636 * fast/forms/input-type-change-expected.png: Added.
1637 * fast/forms/input-type-change-expected.txt: Added.
1638 * fast/forms/input-type-change.html: Added.
1639 Tests changing an input type=TEXT to type=IMAGE with
1640 a height and width specified on the element.
1642 * fast/forms/input-type-change2-expected.checksum: Added.
1643 * fast/forms/input-type-change2-expected.png: Added.
1644 * fast/forms/input-type-change2-expected.txt: Added.
1645 * fast/forms/input-type-change2.html: Added.
1646 Tests changing an input type=IMAGE to type=TEXT with
1647 a height and width specified on the element.
1649 2006-06-25 David Kilzer <ddkilzer@kilzer.net>
1653 * fast/forms/textarea-hard-linewrap-empty.html: Submit form without setTimeout().
1654 * fast/forms/textarea-hard-linewrap.html: Ditto.
1656 2006-06-25 David Kilzer <ddkilzer@kilzer.net>
1660 - http://bugzilla.opendarwin.org/show_bug.cgi?id=9537
1661 REGRESSION: Reproducible crash in WebCore::RenderTextField::textWithHardLineBreaks()
1663 * fast/forms/textarea-hard-linewrap-empty-expected.txt: Added.
1664 * fast/forms/textarea-hard-linewrap-empty.html: Added.
1665 * fast/forms/textarea-hard-linewrap.html: Reduced timeout from 200ms to 0ms and
1666 renamed function from foo() to submitForm().
1668 2006-06-25 Mitz Pettel <opendarwin.org@mitzpettel.com>
1672 - repaint test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9388
1673 REGRESSION: outlines don't get erased when removed in some cases
1675 * fast/repaint/outline-shrinking-expected.checksum: Added.
1676 * fast/repaint/outline-shrinking-expected.png: Added.
1677 * fast/repaint/outline-shrinking-expected.txt: Added.
1678 * fast/repaint/outline-shrinking.html: Added.
1680 2006-06-25 Rob Buis <buis@kde.org>
1685 <http://bugzilla.opendarwin.org/show_bug.cgi?id=8707>
1686 event.clientX and event.clientY should be relative to the viewport, not the canvas
1688 * fast/dom/window-xy-properties-expected.txt: Added.
1689 * fast/dom/window-xy-properties.html: Added.
1691 2006-06-25 Timothy Hatcher <timothy@apple.com>
1693 http://bugzilla.opendarwin.org/show_bug.cgi?id=9560
1695 This fix converted the resize corner image to a B/W tiff.
1696 The pixel tests showed 0.0% changes but still said it had differences.
1697 Updating the tests that use CSS3 resize or textarea.
1699 * fast/forms/floating-textfield-relayout-expected.checksum:
1700 * fast/forms/form-element-geometry-expected.checksum:
1701 * fast/forms/form-element-geometry-expected.png:
1702 * fast/forms/negativeLineHeight-expected.checksum:
1703 * fast/forms/negativeLineHeight-expected.png:
1704 * fast/forms/textAreaLineHeight-expected.checksum:
1705 * fast/forms/textAreaLineHeight-expected.png:
1706 * fast/forms/textarea-setinnerhtml-expected.checksum:
1707 * fast/forms/textarea-setinnerhtml-expected.png:
1708 * fast/overflow/overflow-x-y-expected.checksum:
1709 * fast/overflow/overflow-x-y-expected.png:
1710 * fast/table/003-expected.checksum:
1711 * fast/table/003-expected.png:
1712 * tables/mozilla/bugs/bug194024-expected.checksum:
1713 * tables/mozilla/bugs/bug194024-expected.png:
1714 * tables/mozilla/bugs/bug30559-expected.checksum:
1715 * tables/mozilla/bugs/bug30559-expected.png:
1716 * tables/mozilla/bugs/bug30692-expected.checksum:
1717 * tables/mozilla/bugs/bug30692-expected.png:
1719 2006-06-24 David Kilzer <ddkilzer@kilzer.net>
1721 Build fix. Reviewed by NOBODY.
1723 - Backed out patch for http://bugzilla.opendarwin.org/show_bug.cgi?id=8707
1724 event.clientX and event.clientY should be relative to the viewport, not the canvas
1726 * fast/dom/window-xy-properties-expected.txt: Removed.
1727 * fast/dom/window-xy-properties.html: Removed.
1729 2006-06-24 Rob Buis <buis@kde.org>
1734 <http://bugzilla.opendarwin.org/show_bug.cgi?id=8707>
1735 event.clientX and event.clientY should be relative to the viewport, not the canvas
1737 * fast/dom/window-xy-properties-expected.txt: Added.
1738 * fast/dom/window-xy-properties.html: Added.
1740 2006-06-24 James G. Speth <speth@end.com>
1744 - Tests for http://bugzilla.opendarwin.org/show_bug.cgi?id=8843
1745 add a way to build Objective-C test cases in HTML
1747 * plugins/jsobjc-dom-wrappers-expected.txt: Added.
1748 * plugins/jsobjc-dom-wrappers.html: Added.
1749 * plugins/jsobjc-simple-expected.txt: Added.
1750 * plugins/jsobjc-simple.html: Added.
1752 2006-06-24 Rob Buis <buis@kde.org>
1757 <http://bugzilla.opendarwin.org/show_bug.cgi?id=9352>
1758 Webkit doesn't respect stroke-width in SVG for smaller <circle>s
1760 * svg/custom/gradient-stroke-width-expected.checksum: Added.
1761 * svg/custom/gradient-stroke-width-expected.png: Added.
1762 * svg/custom/gradient-stroke-width-expected.txt: Added.
1763 * svg/custom/gradient-stroke-width.svg: Added.
1765 2006-06-24 Mitz Pettel <opendarwin.org@mitzpettel.com>
1767 Reviewed by Darin, landed by ap.
1769 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9547
1770 Resize corner does not track the mouse accurately
1772 * fast/css/resize-corner-tracking-expected.checksum: Added.
1773 * fast/css/resize-corner-tracking-expected.png: Added.
1774 * fast/css/resize-corner-tracking-expected.txt: Added.
1775 * fast/css/resize-corner-tracking.html: Added.
1777 2006-06-24 Mitz Pettel <opendarwin.org@mitzpettel.com>
1779 Reviewed by Darin. landed by ap.
1781 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9316
1782 REGRESSION: text field width shrinks on first keystroke
1784 * fast/forms/floating-textfield-relayout-expected.checksum: Added.
1785 * fast/forms/floating-textfield-relayout-expected.png: Added.
1786 * fast/forms/floating-textfield-relayout-expected.txt: Added.
1787 * fast/forms/floating-textfield-relayout.html: Added.
1789 2006-06-24 Mitz Pettel <opendarwin.org@mitzpettel.com>
1793 - updated test results for http://bugzilla.opendarwin.org/show_bug.cgi?id=9531
1794 Pages that need only a horizontal scroll bar get a vertical one as well
1796 * css1/classification/white_space-expected.checksum:
1797 * css1/classification/white_space-expected.png:
1798 * css1/classification/white_space-expected.txt:
1799 * editing/selection/select-all-004-expected.checksum:
1800 * editing/selection/select-all-004-expected.png:
1801 * editing/selection/select-all-004-expected.txt:
1802 * editing/selection/unrendered-001-expected.checksum:
1803 * editing/selection/unrendered-001-expected.png:
1804 * editing/selection/unrendered-001-expected.txt:
1805 * editing/selection/unrendered-002-expected.checksum:
1806 * editing/selection/unrendered-002-expected.png:
1807 * editing/selection/unrendered-002-expected.txt:
1808 * editing/selection/unrendered-003-expected.checksum:
1809 * editing/selection/unrendered-003-expected.png:
1810 * editing/selection/unrendered-003-expected.txt:
1811 * editing/selection/unrendered-004-expected.checksum:
1812 * editing/selection/unrendered-004-expected.png:
1813 * editing/selection/unrendered-004-expected.txt:
1814 * editing/selection/unrendered-005-expected.checksum:
1815 * editing/selection/unrendered-005-expected.png:
1816 * editing/selection/unrendered-005-expected.txt:
1817 * fast/block/float/019-expected.checksum:
1818 * fast/block/float/019-expected.png:
1819 * fast/block/float/019-expected.txt:
1820 * fast/block/margin-collapse/104-expected.checksum:
1821 * fast/block/margin-collapse/104-expected.png:
1822 * fast/block/margin-collapse/104-expected.txt:
1823 * fast/block/positioning/relative-overflow-block-expected.checksum:
1824 * fast/block/positioning/relative-overflow-block-expected.txt:
1825 * fast/block/positioning/relative-overflow-replaced-expected.checksum:
1826 * fast/block/positioning/relative-overflow-replaced-expected.txt:
1827 * fast/block/positioning/relative-overflow-replaced-float-expected.checksum:
1828 * fast/block/positioning/relative-overflow-replaced-float-expected.txt:
1829 * fast/lists/li-br-expected.checksum:
1830 * fast/lists/li-br-expected.png:
1831 * fast/lists/li-br-expected.txt:
1832 * fast/media/mq-relative-constraints-02-expected.checksum:
1833 * fast/media/mq-relative-constraints-02-expected.png:
1834 * fast/media/mq-relative-constraints-02-expected.txt:
1835 * fast/media/mq-relative-constraints-03-expected.checksum:
1836 * fast/media/mq-relative-constraints-03-expected.png:
1837 * fast/media/mq-relative-constraints-03-expected.txt:
1838 * fast/media/mq-relative-constraints-04-expected.checksum:
1839 * fast/media/mq-relative-constraints-04-expected.png:
1840 * fast/media/mq-relative-constraints-04-expected.txt:
1841 * fast/media/mq-relative-constraints-05-expected.checksum:
1842 * fast/media/mq-relative-constraints-05-expected.png:
1843 * fast/media/mq-relative-constraints-05-expected.txt:
1844 * fast/media/mq-relative-constraints-06-expected.checksum:
1845 * fast/media/mq-relative-constraints-06-expected.png:
1846 * fast/media/mq-relative-constraints-06-expected.txt:
1847 * fast/media/mq-relative-constraints-07-expected.checksum:
1848 * fast/media/mq-relative-constraints-07-expected.png:
1849 * fast/media/mq-relative-constraints-07-expected.txt:
1850 * fast/media/mq-relative-constraints-09-expected.checksum:
1851 * fast/media/mq-relative-constraints-09-expected.png:
1852 * fast/media/mq-relative-constraints-09-expected.txt:
1853 * fast/media/mq-width-absolute-01-expected.checksum:
1854 * fast/media/mq-width-absolute-01-expected.png:
1855 * fast/media/mq-width-absolute-01-expected.txt:
1856 * fast/media/mq-width-absolute-02-expected.checksum:
1857 * fast/media/mq-width-absolute-02-expected.png:
1858 * fast/media/mq-width-absolute-02-expected.txt:
1859 * fast/media/mq-width-absolute-03-expected.checksum:
1860 * fast/media/mq-width-absolute-03-expected.png:
1861 * fast/media/mq-width-absolute-03-expected.txt:
1862 * fast/media/mq-width-absolute-04-expected.checksum:
1863 * fast/media/mq-width-absolute-04-expected.png:
1864 * fast/media/mq-width-absolute-04-expected.txt:
1865 * fast/table/wide-colspan-expected.checksum:
1866 * fast/table/wide-colspan-expected.png:
1867 * fast/table/wide-colspan-expected.txt:
1868 * fast/table/wide-column-expected.checksum:
1869 * fast/table/wide-column-expected.png:
1870 * fast/table/wide-column-expected.txt:
1871 * tables/mozilla/bugs/bug131020-expected.checksum:
1872 * tables/mozilla/bugs/bug131020-expected.png:
1873 * tables/mozilla/bugs/bug131020-expected.txt:
1874 * tables/mozilla/bugs/bug23151-expected.checksum:
1875 * tables/mozilla/bugs/bug23151-expected.png:
1876 * tables/mozilla/bugs/bug23151-expected.txt:
1877 * tables/mozilla/bugs/bug29314-expected.checksum:
1878 * tables/mozilla/bugs/bug29314-expected.png:
1879 * tables/mozilla/bugs/bug29314-expected.txt:
1880 * tables/mozilla/bugs/bug43039-expected.checksum:
1881 * tables/mozilla/bugs/bug43039-expected.png:
1882 * tables/mozilla/bugs/bug43039-expected.txt:
1883 * tables/mozilla/bugs/bug43854-1-expected.checksum:
1884 * tables/mozilla/bugs/bug43854-1-expected.png:
1885 * tables/mozilla/bugs/bug43854-1-expected.txt:
1886 * tables/mozilla/bugs/bug625-expected.checksum:
1887 * tables/mozilla/bugs/bug625-expected.png:
1888 * tables/mozilla/bugs/bug625-expected.txt:
1889 * tables/mozilla/bugs/bug92143-expected.checksum:
1890 * tables/mozilla/bugs/bug92143-expected.png:
1891 * tables/mozilla/bugs/bug92143-expected.txt:
1892 * tables/mozilla/bugs/bug96334-expected.checksum:
1893 * tables/mozilla/bugs/bug96334-expected.png:
1894 * tables/mozilla/bugs/bug96334-expected.txt:
1895 * tables/mozilla/core/misc-expected.checksum:
1896 * tables/mozilla/core/misc-expected.png:
1897 * tables/mozilla/core/misc-expected.txt:
1898 * tables/mozilla/core/nested1-expected.checksum:
1899 * tables/mozilla/core/nested1-expected.png:
1900 * tables/mozilla/core/nested1-expected.txt:
1901 * tables/mozilla_expected_failures/bugs/bug220653-expected.checksum:
1902 * tables/mozilla_expected_failures/bugs/bug220653-expected.png:
1903 * tables/mozilla_expected_failures/bugs/bug220653-expected.txt:
1904 * tables/mozilla_expected_failures/bugs/bug67915-2-expected.checksum:
1905 * tables/mozilla_expected_failures/bugs/bug67915-2-expected.png:
1906 * tables/mozilla_expected_failures/bugs/bug67915-2-expected.txt:
1908 2006-06-24 Alexey Proskuryakov <ap@nypop.com>
1912 - http://bugzilla.opendarwin.org/show_bug.cgi?id=7461
1913 Always encode the path part of an URI as UTF-8
1915 * http/tests/uri/intercept/.htaccess: Added.
1916 * http/tests/uri/resources/print-uri.php: Added.
1917 * http/tests/uri/utf8-path-expected.txt: Added.
1918 * http/tests/uri/utf8-path.html: Added.
1920 2006-06-24 Graham Dennis <Graham.Dennis@gmail.com>
1922 Reviewed by Darin, landed by ap.
1924 - test and updated results for http://bugzilla.opendarwin.org/show_bug.cgi?id=9467
1925 TreeWalker/NodeIterator do not restrict the traversal
1927 * traversal/node-iterator-001.html:
1928 * traversal/node-iterator-002.html:
1929 * traversal/node-iterator-003.html:
1930 * traversal/node-iterator-004.html:
1931 * traversal/node-iterator-005.html:
1932 * traversal/node-iterator-006.html:
1933 * traversal/node-iterator-007.html:
1934 * traversal/stay-within-root-expected.checksum: Added.
1935 * traversal/stay-within-root-expected.png: Added.
1936 * traversal/stay-within-root-expected.txt: Added.
1937 * traversal/stay-within-root.html: Added.
1938 * traversal/tree-walker-001.html:
1939 * traversal/tree-walker-002.html:
1940 * traversal/tree-walker-003.html:
1941 * traversal/tree-walker-004.html:
1942 * traversal/tree-walker-005.html:
1944 2006-06-24 Jonas Witt <jonas.witt@gmail.com>
1946 Reviewed by ggaren, landed by ap.
1948 - test that DOMEvents are correctly handed to the ObjC API
1949 http://bugzilla.opendarwin.org/show_bug.cgi?id=9181
1951 * fast/events/objc-event-api-expected.txt: Added.
1952 * fast/events/objc-event-api.html: Added.
1954 2006-06-23 Tim Omernick <timo@apple.com>
1956 Reviewed by Tim Hatcher.
1958 <rdar://problem/4560947> Leopard REGRESSION: Dragging to TileGame Widget is broken
1960 * fast/events/ondragenter-expected.checksum: Added.
1961 * fast/events/ondragenter-expected.png: Added.
1962 * fast/events/ondragenter-expected.txt: Added.
1963 * fast/events/ondragenter.html: Added.
1965 2006-06-23 Justin Garcia <justin.garcia@apple.com>
1969 * editing/deleting/merge-into-empty-block-1-expected.checksum: Added.
1970 * editing/deleting/merge-into-empty-block-1-expected.png: Added.
1971 * editing/deleting/merge-into-empty-block-1-expected.txt: Added.
1972 * editing/deleting/merge-into-empty-block-1.html: Added.
1973 * editing/deleting/merge-into-empty-block-2-expected.checksum: Added.
1974 * editing/deleting/merge-into-empty-block-2-expected.png: Added.
1975 * editing/deleting/merge-into-empty-block-2-expected.txt: Added.
1976 * editing/deleting/merge-into-empty-block-2.html: Added.
1978 2006-06-23 Justin Garcia <justin.garcia@apple.com>
1982 <http://bugzilla.opendarwin.org/show_bug.cgi?id=8074>
1983 Caret before/after block tables is too small
1984 <rdar://problem/4598331>
1985 right arrow out of a table shows cursor in a weird place
1988 * editing/input/range-for-empty-document-expected.txt:
1990 * editing/selection/table-caret-1-expected.checksum: Added.
1991 * editing/selection/table-caret-1-expected.png: Added.
1992 * editing/selection/table-caret-1-expected.txt: Added.
1993 * editing/selection/table-caret-1.html: Added.
1994 * editing/selection/table-caret-2-expected.checksum: Added.
1995 * editing/selection/table-caret-2-expected.png: Added.
1996 * editing/selection/table-caret-2-expected.txt: Added.
1997 * editing/selection/table-caret-2.html: Added.
1998 * editing/selection/table-caret-3-expected.checksum: Added.
1999 * editing/selection/table-caret-3-expected.png: Added.
2000 * editing/selection/table-caret-3-expected.txt: Added.
2001 * editing/selection/table-caret-3.html: Added.
2003 2006-06-22 Mitz Pettel <opendarwin.org@mitzpettel.com>
2007 - test and updated results for http://bugzilla.opendarwin.org/show_bug.cgi?id=9497
2008 REGRESSION: Incomplete repainting when scrolling thumbnails on Flickr
2010 * fast/repaint/clipped-relative-expected.checksum: Added.
2011 * fast/repaint/clipped-relative-expected.png: Added.
2012 * fast/repaint/clipped-relative-expected.txt: Added.
2013 * fast/repaint/clipped-relative.html: Added.
2014 * fast/repaint/containing-block-position-change-expected.checksum: Updated.
2015 * fast/repaint/containing-block-position-change-expected.png: Updated.
2017 2006-06-22 Anders Carlsson <acarlsson@apple.com>
2021 <rdar://problem/4529334> REGRESSION: Can't configure RadarInMotion widget for U.S. locations on Leopard (Javascript errors)
2023 * fast/dom/resource-locations-in-created-html-document-expected.txt: Added.
2024 * fast/dom/resource-locations-in-created-html-document.html: Added.
2026 2006-06-22 Anders Carlsson <acarlsson@apple.com>
2030 <rdar://problem/4499675> Package Tracker widget always crashes in WebCore::Frame::jScriptEnabled() const + 0
2032 * fast/dom/noscript-canvas-in-created-html-document-expected.txt: Added.
2033 * fast/dom/noscript-canvas-in-created-html-document.html: Added.
2035 2006-06-22 Anders Carlsson <acarlsson@apple.com>
2039 <rdar://problem/4524840> Entities contained in DOCTYPE referenced DTD in XSLT source document are unknown
2041 * fast/xsl/dtd-in-source-document-expected.txt: Added.
2042 * fast/xsl/dtd-in-source-document.xml: Added.
2043 * fast/xsl/resources/dtd-in-source-document.dtd: Added.
2044 * fast/xsl/resources/dtd-in-source-document.xsl: Added.
2046 2006-06-21 Justin Garcia <justin.garcia@apple.com>
2050 * editing/deleting/table-cells-expected.checksum: Added.
2051 * editing/deleting/table-cells-expected.png: Added.
2052 * editing/deleting/table-cells-expected.txt: Added.
2053 * editing/deleting/table-cells.html: Added.
2054 * editing/inserting/paragraph-separator-in-table-1-expected.checksum: Added.
2055 * editing/inserting/paragraph-separator-in-table-1-expected.png: Added.
2056 * editing/inserting/paragraph-separator-in-table-1-expected.txt: Added.
2057 * editing/inserting/paragraph-separator-in-table-1.html: Added.
2058 * editing/inserting/paragraph-separator-in-table-2-expected.checksum: Added.
2059 * editing/inserting/paragraph-separator-in-table-2-expected.png: Added.
2060 * editing/inserting/paragraph-separator-in-table-2-expected.txt: Added.
2061 * editing/inserting/paragraph-separator-in-table-2.html: Added.
2063 2006-06-21 Justin Garcia <justin.garcia@apple.com>
2067 <rdar://problem/4590366>
2068 REGRESSION: Selection incorrectly paints gaps on TOT
2071 * editing/selection/line-wrap-1-expected.checksum: Added.
2072 * editing/selection/line-wrap-1-expected.png: Added.
2073 * editing/selection/line-wrap-1-expected.txt: Added.
2074 * editing/selection/line-wrap-1.html: Added.
2075 * editing/selection/line-wrap-2-expected.checksum: Added.
2076 * editing/selection/line-wrap-2-expected.png: Added.
2077 * editing/selection/line-wrap-2-expected.txt: Added.
2078 * editing/selection/line-wrap-2.html: Added.
2080 * editing/execCommand/findString-expected.checksum:
2081 * editing/execCommand/findString-expected.png:
2082 * editing/execCommand/findString-expected.txt:
2083 * editing/inserting/editing-empty-divs-expected.checksum:
2084 * editing/inserting/editing-empty-divs-expected.png:
2085 * editing/inserting/editing-empty-divs-expected.txt:
2086 * editing/inserting/insert-3659587-fix-expected.txt:
2087 * editing/inserting/insert-tab-002-expected.txt:
2088 * editing/inserting/insert-text-with-newlines-expected.txt:
2089 * editing/inserting/typing-001-expected.txt:
2090 * editing/inserting/typing-003-expected.txt:
2091 * editing/inserting/typing-around-br-001-expected.txt:
2092 * editing/style/remove-underline-across-paragraph-expected.txt:
2093 * editing/style/remove-underline-across-paragraph-in-bold-expected.txt:
2094 * editing/style/remove-underline-after-paragraph-expected.txt:
2095 * editing/style/remove-underline-after-paragraph-in-bold-expected.txt:
2096 * editing/style/remove-underline-expected.txt:
2097 * editing/style/remove-underline-from-stylesheet-expected.txt:
2098 * editing/style/remove-underline-in-bold-expected.txt:
2099 * editing/style/typing-style-002-expected.txt:
2100 * editing/style/typing-style-003-expected.txt:
2101 * editing/style/unbold-in-bold-expected.txt:
2102 * editing/style/underline-expected.txt:
2104 * editing/input/attributed-substring-from-range-lines.html
2106 2006-06-21 Anders Carlsson <acarlsson@apple.com>
2110 http://bugzilla.opendarwin.org/show_bug.cgi?id=6058
2111 XMLTokenizer runs all <script> tags at once instead of as they're encountered
2113 * dom/svg/level3/xpath/svgunit.js:
2114 The XPath tests depend on the document being loaded before running the tests.
2115 Add a "load" event listener and run the test in the handler.
2117 * fast/canvas/quadraticCurveTo.xml:
2118 Add onload handler and run tests there.
2120 * fast/innerHTML/004-expected.txt:
2121 * fast/innerHTML/004.xhtml:
2122 Add load event listener and run test there.
2124 * fast/parser/external-entities-expected.txt:
2125 This now dumps as text because the script is ran before the parse error is encountered.
2127 * fast/parser/resources/xhtml-scripts.js: Added.
2128 * fast/parser/xhtml-scripts-expected.txt: Added.
2129 * fast/parser/xhtml-scripts.xhtml: Added.
2132 * svg/custom/text-hit-test.svg:
2133 Run test in onload handler.
2135 2006-06-20 Maciej Stachowiak <mjs@apple.com>
2137 No review - updated results for earlier patch.
2139 - updated SVG test results where my recent fix affected bounding boxes
2141 I think the new results are more accurate bounding boxes and in
2142 any case there is no actual difference in rendered output.
2144 * svg/W3C-SVG-1.1/color-prof-01-f-expected.txt:
2145 * svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt:
2146 * svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt:
2147 * svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.txt:
2148 * svg/W3C-SVG-1.1/filters-light-01-f-expected.txt:
2149 * svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt:
2150 * svg/W3C-SVG-1.1/masking-path-04-b-expected.txt:
2151 * svg/W3C-SVG-1.1/render-groups-01-b-expected.txt:
2152 * svg/W3C-SVG-1.1/render-groups-03-t-expected.txt:
2153 * svg/W3C-SVG-1.1/struct-image-01-t-expected.txt:
2154 * svg/W3C-SVG-1.1/struct-image-03-t-expected.txt:
2155 * svg/W3C-SVG-1.1/struct-image-04-t-expected.txt:
2156 * svg/custom/foreign-object-skew-expected.txt:
2157 * svg/custom/image-with-transform-clip-filter-expected.txt:
2158 * svg/custom/text-image-opacity-expected.txt:
2160 2006-06-20 Adele Peterson <adele@apple.com>
2164 Updated results for: http://bugzilla.opendarwin.org/show_bug.cgi?id=8948
2165 Switch to use new text field implementation for <textarea>
2167 Changes include some size differences since the new textareas have 4 pixels less horizontal padding,
2168 and the renderer name for textareas has changed from RenderTextArea to RenderTextField.
2170 * dom/html/level2/html/HTMLTextAreaElement14-expected.txt:
2171 * dom/html/level2/html/HTMLTextAreaElement15-expected.txt:
2172 * dom/xhtml/level2/html/HTMLTextAreaElement14-expected.txt:
2173 * dom/xhtml/level2/html/HTMLTextAreaElement15-expected.txt:
2174 * fast/block/margin-collapse/103-expected.checksum:
2175 * fast/block/margin-collapse/103-expected.png:
2176 * fast/block/margin-collapse/103-expected.txt:
2177 * fast/dynamic/008-expected.checksum:
2178 * fast/dynamic/008-expected.png:
2179 * fast/dynamic/008-expected.txt:
2180 * fast/forms/001-expected.checksum:
2181 * fast/forms/002-expected.checksum:
2182 * fast/forms/003-expected.checksum:
2183 * fast/forms/004-expected.checksum:
2184 * fast/forms/005-expected.checksum:
2185 * fast/forms/006-expected.checksum:
2186 * fast/forms/007-expected.checksum:
2187 * fast/forms/8250-expected.checksum:
2188 * fast/forms/blankbuttons-expected.checksum:
2189 * fast/forms/button-cannot-be-nested-expected.checksum:
2190 * fast/forms/button-default-title-expected.checksum:
2191 * fast/forms/button-inner-block-reuse-expected.checksum:
2192 * fast/forms/button-positioned-expected.checksum:
2193 * fast/forms/button-sizes-expected.checksum:
2194 * fast/forms/button-table-styles-expected.checksum:
2195 * fast/forms/button-white-space-expected.checksum:
2196 * fast/forms/checkbox-radio-onchange-expected.checksum:
2197 * fast/forms/cursor-position-expected.txt:
2198 * fast/forms/double-focus-expected.txt:
2199 * fast/forms/file-input-disabled-expected.checksum:
2200 * fast/forms/form-element-geometry-expected.checksum:
2201 * fast/forms/form-element-geometry-expected.png:
2202 * fast/forms/form-element-geometry-expected.txt:
2203 * fast/forms/form-hides-table-expected.checksum:
2204 * fast/forms/formmove-expected.checksum:
2205 * fast/forms/formmove2-expected.checksum:
2206 * fast/forms/formmove3-expected.checksum:
2207 * fast/forms/indeterminate-expected.checksum:
2208 * fast/forms/input-appearance-bkcolor-expected.checksum:
2209 * fast/forms/input-appearance-default-bkcolor-expected.checksum:
2210 * fast/forms/input-appearance-disabled-expected.checksum:
2211 * fast/forms/input-appearance-focus-expected.checksum:
2212 * fast/forms/input-appearance-minWidth-expected.checksum:
2213 * fast/forms/input-appearance-preventDefault-expected.checksum:
2214 * fast/forms/input-appearance-readonly-expected.checksum:
2215 * fast/forms/input-appearance-selection-expected.checksum:
2216 * fast/forms/input-appearance-visibility-expected.checksum:
2217 * fast/forms/input-appearance-width-expected.checksum:
2218 * fast/forms/input-baseline-expected.checksum:
2219 * fast/forms/input-disabled-color-expected.checksum:
2220 * fast/forms/input-double-click-selection-gap-bug-expected.checksum:
2221 * fast/forms/input-maxlength-2-expected.checksum:
2222 * fast/forms/input-no-renderer-expected.checksum:
2223 * fast/forms/input-paste-undo-expected.checksum:
2224 * fast/forms/input-readonly-dimmed-expected.checksum:
2225 * fast/forms/input-readonly-empty-expected.checksum:
2226 * fast/forms/input-spaces-expected.checksum:
2227 * fast/forms/input-table-expected.checksum:
2228 * fast/forms/input-text-click-inside-expected.checksum:
2229 * fast/forms/input-text-click-outside-expected.checksum:
2230 * fast/forms/input-text-double-click-expected.checksum:
2231 * fast/forms/input-text-drag-down-expected.checksum:
2232 * fast/forms/input-text-maxlength-expected.checksum:
2233 * fast/forms/input-text-option-delete-expected.checksum:
2234 * fast/forms/input-text-paste-maxlength-expected.checksum:
2235 * fast/forms/input-text-scroll-left-on-blur-expected.checksum:
2236 * fast/forms/input-text-self-emptying-click-expected.checksum:
2237 * fast/forms/input-value-expected.checksum:
2238 * fast/forms/input-width-expected.checksum:
2239 * fast/forms/minWidthPercent-expected.checksum:
2240 * fast/forms/negativeLineHeight-expected.checksum:
2241 * fast/forms/negativeLineHeight-expected.png:
2242 * fast/forms/negativeLineHeight-expected.txt:
2243 * fast/forms/option-index-expected.checksum:
2244 * fast/forms/option-script-expected.checksum:
2245 * fast/forms/option-strip-whitespace-expected.checksum:
2246 * fast/forms/plaintext-mode-2-expected.checksum:
2247 * fast/forms/radio-attr-order-expected.checksum:
2248 * fast/forms/radio_checked-expected.checksum:
2249 * fast/forms/radio_checked_dynamic-expected.checksum:
2250 * fast/forms/selection-functions-expected.txt:
2251 * fast/forms/tabbing-input-iframe-expected.checksum:
2252 * fast/forms/textAreaLineHeight-expected.checksum:
2253 * fast/forms/textAreaLineHeight-expected.png:
2254 * fast/forms/textAreaLineHeight-expected.txt:
2255 * fast/forms/textarea-crlf-expected.txt:
2256 * fast/forms/textarea-setinnerhtml-expected.checksum:
2257 * fast/forms/textarea-setinnerhtml-expected.png:
2258 * fast/forms/textarea-setinnerhtml-expected.txt:
2259 * fast/forms/textarea-setvalue-submit-expected.txt:
2260 * fast/forms/visual-hebrew-text-field-expected.checksum:
2261 * fast/replaced/width100percent-expected.checksum:
2262 * fast/replaced/width100percent-expected.png:
2263 * fast/replaced/width100percent-expected.txt:
2264 * fast/table/003-expected.checksum:
2265 * fast/table/003-expected.png:
2266 * fast/table/003-expected.txt:
2267 * tables/mozilla/bugs/bug194024-expected.checksum:
2268 * tables/mozilla/bugs/bug194024-expected.png:
2269 * tables/mozilla/bugs/bug194024-expected.txt:
2270 * tables/mozilla/bugs/bug30559-expected.checksum:
2271 * tables/mozilla/bugs/bug30559-expected.png:
2272 * tables/mozilla/bugs/bug30559-expected.txt:
2273 * tables/mozilla/bugs/bug30692-expected.checksum:
2274 * tables/mozilla/bugs/bug30692-expected.png:
2275 * tables/mozilla/bugs/bug30692-expected.txt:
2277 2006-06-20 Adele Peterson <adele@apple.com>
2282 http://bugzilla.opendarwin.org/show_bug.cgi?id=8724
2283 REGRESSION: onSelect handler doesn't work for text fields
2285 http://bugzilla.opendarwin.org/show_bug.cgi?id=7676
2286 REGRESSION: Selection methods on new text fields don't work if text field is hidden
2288 http://bugzilla.opendarwin.org/show_bug.cgi?id=8867
2289 REGRESSION: selectionStart/End return 0 for input element once it no longer has focus
2291 * fast/forms/double-focus-expected.txt:
2292 * fast/forms/input-selection-hidden-expected.txt: Added.
2293 * fast/forms/input-selection-hidden.html: Added.
2294 * fast/forms/input-selection-restore-expected.txt: Added.
2295 * fast/forms/input-selection-restore.html: Added.
2296 * fast/forms/input-text-paste-maxlength-expected.txt:
2297 * fast/forms/onselect-textarea-expected.txt: Added.
2298 * fast/forms/onselect-textarea.html: Added.
2299 * fast/forms/onselect-textfield-expected.txt: Added.
2300 * fast/forms/onselect-textfield.html: Added.
2301 * fast/forms/selection-functions-expected.txt:
2303 2006-06-20 Anders Carlsson <acarlsson@apple.com>
2307 <rdar://problem/4592244> REGRESSION (417.9.3 - 420+): (some?) plain text files have all lines concatenated into one line
2309 * fast/text/plain-text-line-breaks-expected.checksum: Added.
2310 * fast/text/plain-text-line-breaks-expected.png: Added.
2311 * fast/text/plain-text-line-breaks-expected.txt: Added.
2312 * fast/text/plain-text-line-breaks.html: Added.
2313 * fast/text/resources/line-breaks-cr.txt: Added.
2314 * fast/text/resources/line-breaks-crlf.txt: Added.
2315 * fast/text/resources/line-breaks-lf.txt: Added.
2317 2006-06-19 Alexey Proskuryakov <ap@nypop.com>
2321 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=5499
2322 Page reload does not send any cache control headers
2324 * http/tests/misc/refresh-headers-expected.txt: Added.
2325 * http/tests/misc/refresh-headers.php: Added.
2327 2006-06-19 Alexey Proskuryakov <ap@nypop.com>
2331 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=8972
2332 REGRESSION: invalid UTF-8 sequences are not displayed
2334 * fast/encoding/invalid-UTF-8-expected.checksum:
2335 * fast/encoding/invalid-UTF-8-expected.png:
2336 * fast/encoding/invalid-UTF-8-expected.txt:
2337 * fast/encoding/invalid-UTF-8.html:
2339 2006-06-18 David Kilzer <ddkilzer@kilzer.net>
2343 * fast/history/clicked-link-is-visited.html: Changed to use DOM mouse event.
2345 2006-06-18 David Kilzer <ddkilzer@kilzer.net>
2349 - test and results for http://bugzilla.opendarwin.org/show_bug.cgi?id=9150
2350 DumpRenderTree should be able to keep URL history during runs
2352 * fast/history/clicked-link-is-visited-expected.checksum: Added.
2353 * fast/history/clicked-link-is-visited-expected.png: Added.
2354 * fast/history/clicked-link-is-visited-expected.txt: Added.
2355 * fast/history/clicked-link-is-visited.html: Added.
2356 * fast/history/resources/clicked-link-is-visited-2.html: Added.
2358 2006-06-17 Alexey Proskuryakov <ap@nypop.com>
2362 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=8131
2363 Some properties and methods of window and document objects cannot be converted to a string
2365 * fast/dom/everything-to-string-expected.txt: Added.
2366 * fast/dom/everything-to-string.html: Added.
2368 2006-06-17 Mitz Pettel <opendarwin.org@mitzpettel.com>
2372 - test and updated results for http://bugzilla.opendarwin.org/show_bug.cgi?id=7395
2373 Table not properly re-flowed when floated div removed from layout
2375 * css2.1/t0905-c5525-fltmult-00-d-g-expected.checksum: Updated.
2376 * css2.1/t0905-c5525-fltmult-00-d-g-expected.png: Updated.
2377 * css2.1/t0905-c5525-fltmult-00-d-g-expected.txt: Updated.
2378 * fast/block/float/table-relayout-expected.checksum: Added.
2379 * fast/block/float/table-relayout-expected.png: Added.
2380 * fast/block/float/table-relayout-expected.txt: Added.
2381 * fast/block/float/table-relayout.html: Added.
2383 2006-06-17 Rob Buis <buis@kde.org>
2388 <http://bugzilla.opendarwin.org/show_bug.cgi?id=6282>
2390 * fast/dom/select-selectedIndex-multiple.html: Added.
2391 * fast/dom/select-selectedIndex.html: Added.
2393 2006-06-16 Adele Peterson <adele@apple.com>
2397 Adding missing expected result for test from yesterday.
2399 * fast/events/window-load-capture-expected.txt: Added.
2401 2006-06-16 Mitz Pettel <opendarwin.org@mitzpettel.com>
2405 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9432
2406 REGRESSION: crash in capitalization code due to empty-string generated content
2408 * fast/text/capitalize-empty-generated-string-expected.checksum: Added.
2409 * fast/text/capitalize-empty-generated-string-expected.png: Added.
2410 * fast/text/capitalize-empty-generated-string-expected.txt: Added.
2411 * fast/text/capitalize-empty-generated-string.html: Added.
2413 2006-06-15 Justin Garcia <justin.garcia@apple.com>
2417 <http://bugzilla.opendarwin.org/show_bug.cgi?id=8637>
2418 REGRESSION (11-16-05): Selection gaps left behind after delete
2420 * fast/repaint/selection-after-delete-expected.checksum: Added.
2421 * fast/repaint/selection-after-delete-expected.png: Added.
2422 * fast/repaint/selection-after-delete-expected.txt: Added.
2423 * fast/repaint/selection-after-delete.html: Added.
2424 * fast/repaint/selection-after-remove-expected.checksum: Added.
2425 * fast/repaint/selection-after-remove-expected.png: Added.
2426 * fast/repaint/selection-after-remove-expected.txt: Added.
2427 * fast/repaint/selection-after-remove.html: Added.
2429 2006-06-15 Justin Garcia <justin.garcia@apple.com>
2431 Reviewed by harrison
2433 * editing/deleting/pruning-after-merge-2-expected.checksum: Added.
2434 * editing/deleting/pruning-after-merge-2-expected.png: Added.
2435 * editing/deleting/pruning-after-merge-2-expected.txt: Added.
2436 * editing/deleting/pruning-after-merge-2.html: Added.
2438 2006-06-15 Nicholas Shanks <contact@nickshanks.com>
2440 Reviewed by Hyatt, landed by Joost de Valk.
2442 Testcases for fix to bug http://bugzilla.opendarwin.org/show_bug.cgi?id=3233
2444 * fast/css/css3-modsel-22-expected.txt: Added.
2445 * fast/css/css3-modsel-22.html: Added.
2447 2006-06-15 Justin Garcia <justin.garcia@apple.com>
2449 Reviewed by harrison
2451 <http://bugzilla.opendarwin.org/show_bug.cgi?id=9456>
2452 REGRESSION (417.9.2-420+): Cmd-G doesn't work in Safari after double-click and Cmd-E
2454 * editing/execCommand/findString-2-expected.checksum: Added.
2455 * editing/execCommand/findString-2-expected.png: Added.
2456 * editing/execCommand/findString-2-expected.txt: Added.
2457 * editing/execCommand/findString-2.html: Added.
2459 2006-06-14 Justin Garcia <justin.garcia@apple.com>
2463 <rdar://problem/4439248>
2464 REGRESSION(412-417): [RTL] Serious problem with RTL signatures in Mail.app in 10.4.4 (7766)
2466 * editing/pasteboard/copy-paste-bidi-expected.checksum: Added.
2467 * editing/pasteboard/copy-paste-bidi-expected.png: Added.
2468 * editing/pasteboard/copy-paste-bidi-expected.txt: Added.
2469 * editing/pasteboard/copy-paste-bidi.html: Added.
2471 2006-06-14 Levi Weintraub <lweintraub@apple.com>
2475 <http://bugzilla.opendarwin.org/show_bug.cgi?id=7580>
2476 TinyMCE: Implement execCommand(formatBlock, ...)
2478 * editing/deleting/delete-ws-fixup-002-expected.checksum:
2479 * editing/deleting/delete-ws-fixup-002-expected.png:
2480 * editing/deleting/delete-ws-fixup-002-expected.txt:
2481 * editing/deleting/delete-ws-fixup-002.html:
2482 * editing/execCommand/format-block-expected.checksum: Added.
2483 * editing/execCommand/format-block-expected.png: Added.
2484 * editing/execCommand/format-block-expected.txt: Added.
2485 * editing/execCommand/format-block-from-range-selection-expected.checksum: Added.
2486 * editing/execCommand/format-block-from-range-selection-expected.png: Added.
2487 * editing/execCommand/format-block-from-range-selection-expected.txt: Added.
2488 * editing/execCommand/format-block-from-range-selection.html: Added.
2489 * editing/execCommand/format-block.html: Added.
2491 2006-06-14 Maciej Stachowiak <mjs@apple.com>
2493 Test case by Anders, reviewed and tweaked by Maciej.
2495 - fixed <rdar://problem/4586051> 10.4.7 regression: 'Saved and recent' button on mapquest.com does not work
2497 * fast/events/window-load-capture.html: Added.
2499 2006-06-13 Geoffrey Garen <ggaren@apple.com>
2501 Test for createHTMLDocument.
2503 * fast/dom/implementation-createHTMLDocument-expected.txt: Added.
2504 * fast/dom/implementation-createHTMLDocument.html: Added.
2506 2006-06-13 Maciej Stachowiak <mjs@apple.com>
2508 - fixed up results of the layout test I committed for 4583892,
2509 they were guaranteed to fail
2511 * fast/events/no-window-load-expected.txt:
2512 * fast/events/resources/greenbox.png: Added.
2514 2006-06-13 Geoffrey Garen <ggaren@apple.com>
2516 RS by MacDome. Added missing results for this test.
2518 * fast/css/xml-stylesheet-pi-not-in-prolog-expected.txt: Added.
2520 2006-06-13 Darin Adler <darin@apple.com>
2524 - test for <rdar://problem/4585333> Changing location for weather on yahoo.com home page redirects to another page
2526 * fast/events/event-listener-html-non-html-confusion-expected.txt: Added.
2527 * fast/events/event-listener-html-non-html-confusion.html: Added.
2529 2006-06-13 Maciej Stachowiak <mjs@apple.com>
2533 - test case for <rdar://problem/4583892> 10.4.7 regression: Hang occurs when attempting to load
2534 search results at mapquest.com
2536 * fast/events/no-window-load-expected.txt: Added.
2537 * fast/events/no-window-load.html: Added.
2539 2006-06-13 Antti Koivisto <koivisto@iki.fi>
2543 http://bugzilla.opendarwin.org/show_bug.cgi?id=9314
2545 * fast/block/positioning/relative-overflow-block-expected.checksum: Added.
2546 * fast/block/positioning/relative-overflow-block-expected.png: Added.
2547 * fast/block/positioning/relative-overflow-block-expected.txt: Added.
2548 * fast/block/positioning/relative-overflow-block.html: Added.
2549 * fast/block/positioning/relative-overflow-replaced-expected.checksum: Added.
2550 * fast/block/positioning/relative-overflow-replaced-expected.png: Added.
2551 * fast/block/positioning/relative-overflow-replaced-expected.txt: Added.
2552 * fast/block/positioning/relative-overflow-replaced-float-expected.checksum: Added.
2553 * fast/block/positioning/relative-overflow-replaced-float-expected.png: Added.
2554 * fast/block/positioning/relative-overflow-replaced-float-expected.txt: Added.
2555 * fast/block/positioning/relative-overflow-replaced-float.html: Added.
2556 * fast/block/positioning/relative-overflow-replaced.html: Added.
2558 2006-06-13 Anders Carlsson <acarlsson@apple.com>
2560 Reviewed by Dave Hyatt.
2562 http://bugzilla.opendarwin.org/show_bug.cgi?id=9427
2564 * fast/css/resources/xml-stylesheet-pi-not-in-prolog.css: Added.
2565 * fast/css/xml-stylesheet-pi-not-in-prolog.xml: Added.
2567 2006-06-10 Mitz Pettel <opendarwin.org@mitzpettel.com>
2571 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9334
2572 Incomplete repaint when changing block from non-positioned to positioned
2574 * fast/repaint/static-to-positioned-expected.checksum: Added.
2575 * fast/repaint/static-to-positioned-expected.png: Added.
2576 * fast/repaint/static-to-positioned-expected.txt: Added.
2577 * fast/repaint/static-to-positioned.html: Added.
2579 2006-06-10 Mitz Pettel <opendarwin.org@mitzpettel.com>
2583 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9193
2584 REGRESSION: setting an opacity on an element with an outline causes the outline to disappear completely
2586 - test repainting of layer children's outlines that extend beyond the layer
2588 * fast/layers: Added.
2589 * fast/layers/opacity-outline-expected.checksum: Added.
2590 * fast/layers/opacity-outline-expected.png: Added.
2591 * fast/layers/opacity-outline-expected.txt: Added.
2592 * fast/layers/opacity-outline.html: Added.
2593 * fast/repaint/layer-child-outline-expected.checksum: Added.
2594 * fast/repaint/layer-child-outline-expected.png: Added.
2595 * fast/repaint/layer-child-outline-expected.txt: Added.
2596 * fast/repaint/layer-child-outline.html: Added.
2598 2006-06-09 Justin Garcia <justin.garcia@apple.com>
2602 <rdar://problem/4549980>
2603 REGRESSION: "Find Again" can get stuck when searching for string with a trailing space
2605 * editing/execCommand/findString-expected.checksum: Added.
2606 * editing/execCommand/findString-expected.png: Added.
2607 * editing/execCommand/findString-expected.txt: Added.
2608 * editing/execCommand/findString.html: Added.
2610 2006-06-09 Kimmo Kinnunen <kimmo.t.kinnunen@nokia.com>
2614 Test cases for CSS3 Media Queries implementation.
2615 <http://bugzilla.opendarwin.org/show_bug.cgi?id=4127>
2617 * fast/media/import-p-green.css: Added.
2618 * fast/media/import-p-red.css: Added.
2619 * fast/media/media-descriptor-syntax-01-expected.checksum: Added.
2620 * fast/media/media-descriptor-syntax-01-expected.png: Added.
2621 * fast/media/media-descriptor-syntax-01-expected.txt: Added.
2622 * fast/media/media-descriptor-syntax-01.html: Added.
2623 * fast/media/media-descriptor-syntax-02-expected.checksum: Added.
2624 * fast/media/media-descriptor-syntax-02-expected.png: Added.
2625 * fast/media/media-descriptor-syntax-02-expected.txt: Added.
2626 * fast/media/media-descriptor-syntax-02.html: Added.
2627 * fast/media/media-descriptor-syntax-03-expected.checksum: Added.
2628 * fast/media/media-descriptor-syntax-03-expected.png: Added.
2629 * fast/media/media-descriptor-syntax-03-expected.txt: Added.
2630 * fast/media/media-descriptor-syntax-03.html: Added.
2631 * fast/media/media-descriptor-syntax-04-expected.checksum: Added.
2632 * fast/media/media-descriptor-syntax-04-expected.png: Added.
2633 * fast/media/media-descriptor-syntax-04-expected.txt: Added.
2634 * fast/media/media-descriptor-syntax-04.html: Added.
2635 * fast/media/media-descriptor-syntax-05-expected.checksum: Added.
2636 * fast/media/media-descriptor-syntax-05-expected.png: Added.
2637 * fast/media/media-descriptor-syntax-05-expected.txt: Added.
2638 * fast/media/media-descriptor-syntax-05.html: Added.
2639 * fast/media/media-descriptor-syntax-06-expected.checksum: Added.
2640 * fast/media/media-descriptor-syntax-06-expected.png: Added.
2641 * fast/media/media-descriptor-syntax-06-expected.txt: Added.
2642 * fast/media/media-descriptor-syntax-06.html: Added.
2643 * fast/media/media-type-syntax-01-expected.checksum: Added.
2644 * fast/media/media-type-syntax-01-expected.png: Added.
2645 * fast/media/media-type-syntax-01-expected.txt: Added.
2646 * fast/media/media-type-syntax-01.html: Added.
2647 * fast/media/media-type-syntax-02-expected.checksum: Added.
2648 * fast/media/media-type-syntax-02-expected.png: Added.
2649 * fast/media/media-type-syntax-02-expected.txt: Added.
2650 * fast/media/media-type-syntax-02.html: Added.
2651 * fast/media/mq-compound-query-01-expected.checksum: Added.
2652 * fast/media/mq-compound-query-01-expected.png: Added.
2653 * fast/media/mq-compound-query-01-expected.txt: Added.
2654 * fast/media/mq-compound-query-01.html: Added.
2655 * fast/media/mq-compound-query-02-expected.checksum: Added.
2656 * fast/media/mq-compound-query-02-expected.png: Added.
2657 * fast/media/mq-compound-query-02-expected.txt: Added.
2658 * fast/media/mq-compound-query-02.html: Added.
2659 * fast/media/mq-compound-query-03-expected.checksum: Added.
2660 * fast/media/mq-compound-query-03-expected.png: Added.
2661 * fast/media/mq-compound-query-03-expected.txt: Added.
2662 * fast/media/mq-compound-query-03.html: Added.
2663 * fast/media/mq-compound-query-04-expected.checksum: Added.
2664 * fast/media/mq-compound-query-04-expected.png: Added.
2665 * fast/media/mq-compound-query-04-expected.txt: Added.
2666 * fast/media/mq-compound-query-04.html: Added.
2667 * fast/media/mq-compound-query-05-expected.checksum: Added.
2668 * fast/media/mq-compound-query-05-expected.png: Added.
2669 * fast/media/mq-compound-query-05-expected.txt: Added.
2670 * fast/media/mq-compound-query-05.html: Added.
2671 * fast/media/mq-grid-01-expected.checksum: Added.
2672 * fast/media/mq-grid-01-expected.png: Added.
2673 * fast/media/mq-grid-01-expected.txt: Added.
2674 * fast/media/mq-grid-01.html: Added.
2675 * fast/media/mq-grid-02-expected.checksum: Added.
2676 * fast/media/mq-grid-02-expected.png: Added.
2677 * fast/media/mq-grid-02-expected.txt: Added.
2678 * fast/media/mq-grid-02.html: Added.
2679 * fast/media/mq-invalid-media-feature-01-expected.checksum: Added.
2680 * fast/media/mq-invalid-media-feature-01-expected.png: Added.
2681 * fast/media/mq-invalid-media-feature-01-expected.txt: Added.
2682 * fast/media/mq-invalid-media-feature-01.html: Added.
2683 * fast/media/mq-invalid-media-feature-02-expected.checksum: Added.
2684 * fast/media/mq-invalid-media-feature-02-expected.png: Added.
2685 * fast/media/mq-invalid-media-feature-02-expected.txt: Added.
2686 * fast/media/mq-invalid-media-feature-02.html: Added.
2687 * fast/media/mq-invalid-media-feature-03-expected.checksum: Added.
2688 * fast/media/mq-invalid-media-feature-03-expected.png: Added.
2689 * fast/media/mq-invalid-media-feature-03-expected.txt: Added.
2690 * fast/media/mq-invalid-media-feature-03.html: Added.
2691 * fast/media/mq-invalid-media-feature-04-expected.checksum: Added.
2692 * fast/media/mq-invalid-media-feature-04-expected.png: Added.
2693 * fast/media/mq-invalid-media-feature-04-expected.txt: Added.
2694 * fast/media/mq-invalid-media-feature-04.html: Added.
2695 * fast/media/mq-invalid-syntax-01-expected.checksum: Added.
2696 * fast/media/mq-invalid-syntax-01-expected.png: Added.
2697 * fast/media/mq-invalid-syntax-01-expected.txt: Added.
2698 * fast/media/mq-invalid-syntax-01.html: Added.
2699 * fast/media/mq-invalid-syntax-02-expected.checksum: Added.
2700 * fast/media/mq-invalid-syntax-02-expected.png: Added.
2701 * fast/media/mq-invalid-syntax-02-expected.txt: Added.
2702 * fast/media/mq-invalid-syntax-02.html: Added.
2703 * fast/media/mq-invalid-syntax-03-expected.checksum: Added.
2704 * fast/media/mq-invalid-syntax-03-expected.png: Added.
2705 * fast/media/mq-invalid-syntax-03-expected.txt: Added.
2706 * fast/media/mq-invalid-syntax-03.html: Added.
2707 * fast/media/mq-invalid-syntax-04-expected.checksum: Added.
2708 * fast/media/mq-invalid-syntax-04-expected.png: Added.
2709 * fast/media/mq-invalid-syntax-04-expected.txt: Added.
2710 * fast/media/mq-invalid-syntax-04.html: Added.
2711 * fast/media/mq-invalid-syntax-05-expected.checksum: Added.
2712 * fast/media/mq-invalid-syntax-05-expected.png: Added.
2713 * fast/media/mq-invalid-syntax-05-expected.txt: Added.
2714 * fast/media/mq-invalid-syntax-05.html: Added.
2715 * fast/media/mq-js-media-except-01-expected.checksum: Added.
2716 * fast/media/mq-js-media-except-01-expected.png: Added.
2717 * fast/media/mq-js-media-except-01-expected.txt: Added.
2718 * fast/media/mq-js-media-except-01.html: Added.
2719 * fast/media/mq-js-media-except-02-expected.checksum: Added.
2720 * fast/media/mq-js-media-except-02-expected.png: Added.
2721 * fast/media/mq-js-media-except-02-expected.txt: Added.
2722 * fast/media/mq-js-media-except-02.html: Added.
2723 * fast/media/mq-js-media-except-03-expected.checksum: Added.
2724 * fast/media/mq-js-media-except-03-expected.png: Added.
2725 * fast/media/mq-js-media-except-03-expected.txt: Added.
2726 * fast/media/mq-js-media-except-03.html: Added.
2727 * fast/media/mq-js-media-forward-syntax-expected.checksum: Added.
2728 * fast/media/mq-js-media-forward-syntax-expected.png: Added.
2729 * fast/media/mq-js-media-forward-syntax-expected.txt: Added.
2730 * fast/media/mq-js-media-forward-syntax.html: Added.
2731 * fast/media/mq-js-stylesheet-media-01-expected.checksum: Added.
2732 * fast/media/mq-js-stylesheet-media-01-expected.png: Added.
2733 * fast/media/mq-js-stylesheet-media-01-expected.txt: Added.
2734 * fast/media/mq-js-stylesheet-media-01.html: Added.
2735 * fast/media/mq-js-stylesheet-media-02-expected.checksum: Added.
2736 * fast/media/mq-js-stylesheet-media-02-expected.png: Added.
2737 * fast/media/mq-js-stylesheet-media-02-expected.txt: Added.
2738 * fast/media/mq-js-stylesheet-media-02.html: Added.
2739 * fast/media/mq-js-stylesheet-media-03-expected.checksum: Added.
2740 * fast/media/mq-js-stylesheet-media-03-expected.png: Added.
2741 * fast/media/mq-js-stylesheet-media-03-expected.txt: Added.
2742 * fast/media/mq-js-stylesheet-media-03.html: Added.
2743 * fast/media/mq-js-stylesheet-media-04-expected.checksum: Added.
2744 * fast/media/mq-js-stylesheet-media-04-expected.png: Added.
2745 * fast/media/mq-js-stylesheet-media-04-expected.txt: Added.
2746 * fast/media/mq-js-stylesheet-media-04.html: Added.
2747 * fast/media/mq-min-constraint-expected.checksum: Added.
2748 * fast/media/mq-min-constraint-expected.png: Added.
2749 * fast/media/mq-min-constraint-expected.txt: Added.
2750 * fast/media/mq-min-constraint.html: Added.
2751 * fast/media/mq-relative-constraints-02-expected.checksum: Added.
2752 * fast/media/mq-relative-constraints-02-expected.png: Added.
2753 * fast/media/mq-relative-constraints-02-expected.txt: Added.
2754 * fast/media/mq-relative-constraints-02.html: Added.
2755 * fast/media/mq-relative-constraints-03-expected.checksum: Added.
2756 * fast/media/mq-relative-constraints-03-expected.png: Added.
2757 * fast/media/mq-relative-constraints-03-expected.txt: Added.
2758 * fast/media/mq-relative-constraints-03.html: Added.
2759 * fast/media/mq-relative-constraints-04-expected.checksum: Added.
2760 * fast/media/mq-relative-constraints-04-expected.png: Added.
2761 * fast/media/mq-relative-constraints-04-expected.txt: Added.
2762 * fast/media/mq-relative-constraints-04.html: Added.
2763 * fast/media/mq-relative-constraints-05-expected.checksum: Added.
2764 * fast/media/mq-relative-constraints-05-expected.png: Added.
2765 * fast/media/mq-relative-constraints-05-expected.txt: Added.
2766 * fast/media/mq-relative-constraints-05.html: Added.
2767 * fast/media/mq-relative-constraints-06-expected.checksum: Added.
2768 * fast/media/mq-relative-constraints-06-expected.png: Added.
2769 * fast/media/mq-relative-constraints-06-expected.txt: Added.
2770 * fast/media/mq-relative-constraints-06.html: Added.
2771 * fast/media/mq-relative-constraints-07-expected.checksum: Added.
2772 * fast/media/mq-relative-constraints-07-expected.png: Added.
2773 * fast/media/mq-relative-constraints-07-expected.txt: Added.
2774 * fast/media/mq-relative-constraints-07.html: Added.
2775 * fast/media/mq-relative-constraints-08-expected.checksum: Added.
2776 * fast/media/mq-relative-constraints-08-expected.png: Added.
2777 * fast/media/mq-relative-constraints-08-expected.txt: Added.
2778 * fast/media/mq-relative-constraints-08.html: Added.
2779 * fast/media/mq-relative-constraints-09-expected.checksum: Added.
2780 * fast/media/mq-relative-constraints-09-expected.png: Added.
2781 * fast/media/mq-relative-constraints-09-expected.txt: Added.
2782 * fast/media/mq-relative-constraints-09.html: Added.
2783 * fast/media/mq-simple-neg-query-01-expected.checksum: Added.
2784 * fast/media/mq-simple-neg-query-01-expected.png: Added.
2785 * fast/media/mq-simple-neg-query-01-expected.txt: Added.
2786 * fast/media/mq-simple-neg-query-01.html: Added.
2787 * fast/media/mq-simple-neg-query-02-expected.checksum: Added.
2788 * fast/media/mq-simple-neg-query-02-expected.png: Added.
2789 * fast/media/mq-simple-neg-query-02-expected.txt: Added.
2790 * fast/media/mq-simple-neg-query-02.html: Added.
2791 * fast/media/mq-simple-neg-query-03-expected.checksum: Added.
2792 * fast/media/mq-simple-neg-query-03-expected.png: Added.
2793 * fast/media/mq-simple-neg-query-03-expected.txt: Added.
2794 * fast/media/mq-simple-neg-query-03.html: Added.
2795 * fast/media/mq-simple-neg-query-04-expected.checksum: Added.
2796 * fast/media/mq-simple-neg-query-04-expected.png: Added.
2797 * fast/media/mq-simple-neg-query-04-expected.txt: Added.
2798 * fast/media/mq-simple-neg-query-04.html: Added.
2799 * fast/media/mq-simple-neg-query-05-expected.checksum: Added.
2800 * fast/media/mq-simple-neg-query-05-expected.png: Added.
2801 * fast/media/mq-simple-neg-query-05-expected.txt: Added.
2802 * fast/media/mq-simple-neg-query-05.html: Added.
2803 * fast/media/mq-simple-query-01-expected.checksum: Added.
2804 * fast/media/mq-simple-query-01-expected.png: Added.
2805 * fast/media/mq-simple-query-01-expected.txt: Added.
2806 * fast/media/mq-simple-query-01.html: Added.
2807 * fast/media/mq-simple-query-02-expected.checksum: Added.
2808 * fast/media/mq-simple-query-02-expected.png: Added.
2809 * fast/media/mq-simple-query-02-expected.txt: Added.
2810 * fast/media/mq-simple-query-02.html: Added.
2811 * fast/media/mq-simple-query-03-expected.checksum: Added.
2812 * fast/media/mq-simple-query-03-expected.png: Added.
2813 * fast/media/mq-simple-query-03-expected.txt: Added.
2814 * fast/media/mq-simple-query-03.html: Added.
2815 * fast/media/mq-simple-query-04-expected.checksum: Added.
2816 * fast/media/mq-simple-query-04-expected.png: Added.
2817 * fast/media/mq-simple-query-04-expected.txt: Added.
2818 * fast/media/mq-simple-query-04.html: Added.
2819 * fast/media/mq-simple-query-05-expected.checksum: Added.
2820 * fast/media/mq-simple-query-05-expected.png: Added.
2821 * fast/media/mq-simple-query-05-expected.txt: Added.
2822 * fast/media/mq-simple-query-05.html: Added.
2823 * fast/media/mq-valueless-expected.checksum: Added.
2824 * fast/media/mq-valueless-expected.png: Added.
2825 * fast/media/mq-valueless-expected.txt: Added.
2826 * fast/media/mq-valueless.html: Added.
2827 * fast/media/mq-width-absolute-01-expected.checksum: Added.
2828 * fast/media/mq-width-absolute-01-expected.png: Added.
2829 * fast/media/mq-width-absolute-01-expected.txt: Added.
2830 * fast/media/mq-width-absolute-01.html: Added.
2831 * fast/media/mq-width-absolute-02-expected.checksum: Added.
2832 * fast/media/mq-width-absolute-02-expected.png: Added.
2833 * fast/media/mq-width-absolute-02-expected.txt: Added.
2834 * fast/media/mq-width-absolute-02.html: Added.
2835 * fast/media/mq-width-absolute-03-expected.checksum: Added.
2836 * fast/media/mq-width-absolute-03-expected.png: Added.
2837 * fast/media/mq-width-absolute-03-expected.txt: Added.
2838 * fast/media/mq-width-absolute-03.html: Added.
2839 * fast/media/mq-width-absolute-04-expected.checksum: Added.
2840 * fast/media/mq-width-absolute-04-expected.png: Added.
2841 * fast/media/mq-width-absolute-04-expected.txt: Added.
2842 * fast/media/mq-width-absolute-04.html: Added.
2844 2006-06-08 Justin Garcia <justin.garcia@apple.com>
2848 <http://bugzilla.opendarwin.org/show_bug.cgi?id=4468>
2849 Implement execCommand(Insert{Un}OrderedList)
2852 * editing/execCommand/create-list-from-range-selection-expected.checksum: Added.
2853 * editing/execCommand/create-list-from-range-selection-expected.png: Added.
2854 * editing/execCommand/create-list-from-range-selection-expected.txt: Added.
2855 * editing/execCommand/create-list-from-range-selection.html: Added.
2856 * editing/execCommand/insert-list-and-stitch-expected.checksum: Added.
2857 * editing/execCommand/insert-list-and-stitch-expected.png: Added.
2858 * editing/execCommand/insert-list-and-stitch-expected.txt: Added.
2859 * editing/execCommand/insert-list-and-stitch.html: Added.
2860 * editing/execCommand/insert-list-with-id-expected.checksum: Added.
2861 * editing/execCommand/insert-list-with-id-expected.png: Added.
2862 * editing/execCommand/insert-list-with-id-expected.txt: Added.
2863 * editing/execCommand/insert-list-with-id.html: Added.
2864 * editing/execCommand/remove-list-from-range-selection-expected.checksum: Added.
2865 * editing/execCommand/remove-list-from-range-selection-expected.png: Added.
2866 * editing/execCommand/remove-list-from-range-selection-expected.txt: Added.
2867 * editing/execCommand/remove-list-from-range-selection.html: Added.
2868 * editing/execCommand/remove-list-items-expected.checksum: Added.
2869 * editing/execCommand/remove-list-items-expected.png: Added.
2870 * editing/execCommand/remove-list-items-expected.txt: Added.
2871 * editing/execCommand/remove-list-items.html: Added.
2872 * editing/execCommand/switch-list-type-expected.checksum: Added.
2873 * editing/execCommand/switch-list-type-expected.png: Added.
2874 * editing/execCommand/switch-list-type-expected.txt: Added.
2875 * editing/execCommand/switch-list-type.html: Added.
2878 * editing/pasteboard/drag-drop-modifies-page-expected.txt:
2879 * editing/pasteboard/paste-list-001-expected.txt:
2880 * editing/selection/drag-to-contenteditable-iframe-expected.checksum:
2881 * editing/selection/drag-to-contenteditable-iframe-expected.png:
2882 * editing/selection/drag-to-contenteditable-iframe-expected.txt:
2883 * editing/style/block-style-005-expected.txt:
2884 * fast/text/textIteratorNilRenderer-expected.checksum:
2885 * fast/text/textIteratorNilRenderer-expected.png:
2886 * fast/text/textIteratorNilRenderer-expected.txt:
2887 * editing/deleting/delete-line-016-expected.checksum:
2888 * editing/deleting/delete-line-016-expected.png:
2889 * editing/deleting/delete-line-016-expected.txt:
2891 2006-06-08 David Harrison <harrison@apple.com>
2893 Reviewed by Geoff and John.
2895 <rdar://problem/4558879> -[DOMCSSPrimitiveValue setStringValue:] throws an exception (12)
2897 * fast/dom/setPrimitiveValue-expected.checksum: Added.
2898 * fast/dom/setPrimitiveValue-expected.png: Added.
2899 * fast/dom/setPrimitiveValue-expected.txt: Added.
2900 * fast/dom/setPrimitiveValue.html: Added.
2902 2006-06-08 Mitz Pettel <opendarwin.org@mitzpettel.com>
2906 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9341
2907 REGRESSION: Repro crash caused by style="font:bold"
2909 * fast/css/font-shorthand-weight-only-expected.checksum: Added.
2910 * fast/css/font-shorthand-weight-only-expected.png: Added.
2911 * fast/css/font-shorthand-weight-only-expected.txt: Added.
2912 * fast/css/font-shorthand-weight-only.html: Added.
2914 2006-06-07 Justin Garcia <justin.garcia@apple.com>
2918 * editing/deleting/delete-4038408-fix-expected.txt:
2919 * editing/input/attributed-substring-from-range-lines-expected.txt:
2920 * editing/inserting/insert-3654864-fix-expected.txt:
2921 * editing/inserting/insert-3659587-fix-expected.txt:
2922 * editing/inserting/insert-3775316-fix-expected.txt:
2923 * editing/inserting/insert-at-end-01-expected.txt:
2924 * editing/inserting/insert-at-end-02-expected.txt:
2925 * editing/inserting/insert-br-001-expected.txt:
2926 * editing/inserting/insert-br-005-expected.txt:
2928 2006-06-07 Denis Defreyne <amonre@amonre.org>
2930 Reviewed by Hyatt, tweaked by Mitz.
2932 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9122
2933 REGRESSION: Incorrect vertical position for text fields in a "display: table" block
2935 * fast/table/text-field-baseline-expected.checksum: Added.
2936 * fast/table/text-field-baseline-expected.png: Added.
2937 * fast/table/text-field-baseline-expected.txt: Added.
2938 * fast/table/text-field-baseline.html: Added.
2940 2006-06-07 Mitz Pettel <opendarwin.org@mitzpettel.com>
2944 - pixel test for http://bugzilla.opendarwin.org/show_bug.cgi?id=4334
2945 REGRESSION: Flickering when css-hover should change opacity on floating elements
2947 * fast/block/float/nopaint-after-layer-destruction-expected.checksum: Added.
2948 * fast/block/float/nopaint-after-layer-destruction-expected.png: Added.
2949 * fast/block/float/nopaint-after-layer-destruction-expected.txt: Added.
2950 * fast/block/float/nopaint-after-layer-destruction.html: Added.
2952 2006-06-06 Mitz Pettel <opendarwin.org@mitzpettel.com>
2956 - repaint test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9121
2957 REGRESSION: [Incremental Repaint] DHTML movement test failures
2959 * fast/repaint/containing-block-position-change-expected.checksum: Added.
2960 * fast/repaint/containing-block-position-change-expected.png: Added.
2961 * fast/repaint/containing-block-position-change-expected.txt: Added.
2962 * fast/repaint/containing-block-position-change.html: Added.
2964 2006-06-06 Darin Adler <darin@apple.com>
2966 * fast/repaint/table-extra-bottom-grow.html: Removed unneeded line of code.
2968 * fast/repaint/table-extra-bottom-grow-expected.png: Regenerated.
2969 * fast/repaint/table-extra-bottom-grow-expected.checksum: Regenerated.
2971 2006-06-06 Justin Garcia <justin.garcia@apple.com>
2975 Added to demonstrate fixes:
2976 * editing/pasteboard/merge-after-delete-expected.checksum: Added.
2977 * editing/pasteboard/merge-after-delete-expected.png: Added.
2978 * editing/pasteboard/merge-after-delete-expected.txt: Added.
2979 * editing/pasteboard/merge-after-delete.html: Added.
2980 * editing/inserting/line-break-expected.checksum: Added.
2981 * editing/inserting/line-break-expected.png: Added.
2982 * editing/inserting/line-break-expected.txt: Added.
2983 * editing/inserting/line-break.html: Added.
2984 * editing/inserting/multiple-lines-selected-expected.checksum: Added.
2985 * editing/inserting/multiple-lines-selected-expected.png: Added.
2986 * editing/inserting/multiple-lines-selected-expected.txt: Added.
2987 * editing/inserting/multiple-lines-selected.html: Added.
2990 * editing/deleting/collapse-whitespace-3587601-fix-expected.txt:
2991 * editing/deleting/delete-3775172-fix-expected.txt:
2992 * editing/deleting/delete-3928305-fix-expected.txt:
2993 * editing/deleting/delete-3959464-fix-expected.checksum:
2994 * editing/deleting/delete-3959464-fix-expected.png:
2995 * editing/deleting/delete-3959464-fix-expected.txt:
2996 * editing/deleting/delete-4038408-fix-expected.checksum:
2997 * editing/deleting/delete-4038408-fix-expected.png:
2998 * editing/deleting/delete-4038408-fix-expected.txt:
2999 * editing/deleting/delete-4038408-fix.html:
3000 * editing/deleting/delete-at-paragraph-boundaries-002-expected.txt:
3001 * editing/deleting/delete-at-paragraph-boundaries-011-expected.checksum:
3002 * editing/deleting/delete-at-paragraph-boundaries-011-expected.png:
3003 * editing/deleting/delete-at-paragraph-boundaries-011-expected.txt:
3004 * editing/deleting/delete-block-contents-001-expected.txt:
3005 * editing/deleting/delete-block-contents-002-expected.txt:
3006 * editing/deleting/delete-block-contents-003-expected.txt:
3007 * editing/deleting/delete-br-011-expected.checksum:
3008 * editing/deleting/delete-br-011-expected.png:
3009 * editing/deleting/delete-br-011-expected.txt:
3010 * editing/deleting/delete-image-004-expected.txt:
3011 * editing/deleting/delete-line-010-expected.txt:
3012 * editing/deleting/delete-line-015-expected.txt:
3013 * editing/deleting/delete-select-all-001-expected.checksum:
3014 * editing/deleting/delete-select-all-001-expected.png:
3015 * editing/deleting/delete-select-all-001-expected.txt:
3016 * editing/deleting/delete-select-all-002-expected.txt:
3017 * editing/deleting/delete-select-all-003-expected.checksum:
3018 * editing/deleting/delete-select-all-003-expected.png:
3019 * editing/deleting/delete-select-all-003-expected.txt:
3020 * editing/execCommand/insertImage-expected.checksum:
3021 * editing/execCommand/insertImage-expected.png:
3022 * editing/input/attributed-substring-from-range-lines-expected.txt:
3023 * editing/input/text-input-controller-expected.txt:
3024 * editing/inserting/insert-3654864-fix-expected.txt:
3025 * editing/inserting/insert-3659587-fix-expected.txt:
3026 * editing/inserting/insert-3775316-fix-expected.txt:
3027 * editing/inserting/insert-after-delete-001-expected.txt:
3028 * editing/inserting/insert-at-end-01-expected.txt:
3029 * editing/inserting/insert-at-end-02-expected.txt:
3030 * editing/inserting/insert-br-001-expected.txt:
3031 * editing/inserting/insert-br-005-expected.txt:
3032 * editing/pasteboard/4076267-3-expected.txt:
3033 * editing/pasteboard/4076267-expected.txt:
3034 * editing/pasteboard/drag-drop-modifies-page-expected.txt:
3035 * editing/pasteboard/paste-4035648-fix-expected.txt:
3036 * editing/pasteboard/paste-4039777-fix-expected.checksum:
3037 * editing/pasteboard/paste-4039777-fix-expected.png:
3038 * editing/pasteboard/paste-4039777-fix-expected.txt:
3039 * editing/pasteboard/paste-match-style-001-expected.txt:
3040 * editing/pasteboard/paste-match-style-002-expected.txt:
3041 * editing/pasteboard/smart-paste-006-expected.txt:
3042 * editing/pasteboard/smart-paste-007-expected.txt:
3043 * editing/selection/drag-to-contenteditable-iframe-expected.txt:
3044 * editing/style/block-style-005-expected.txt:
3045 * editing/style/typing-style-002-expected.txt:
3046 * editing/unsupported-content/list-delete-001-expected.checksum:
3047 * editing/unsupported-content/list-delete-001-expected.png:
3048 * editing/unsupported-content/list-delete-001-expected.txt:
3049 * editing/unsupported-content/list-delete-002-expected.checksum:
3050 * editing/unsupported-content/list-delete-002-expected.png:
3051 * editing/unsupported-content/list-delete-002-expected.txt:
3052 * editing/unsupported-content/table-delete-001-expected.checksum:
3053 * editing/unsupported-content/table-delete-001-expected.png:
3054 * editing/unsupported-content/table-delete-001-expected.txt:
3055 * editing/unsupported-content/table-delete-003-expected.checksum:
3056 * editing/unsupported-content/table-delete-003-expected.png:
3057 * editing/unsupported-content/table-delete-003-expected.txt:
3058 * fast/text/attributed-substring-from-range.html:
3060 2006-06-06 Anders Carlsson <acarlsson@apple.com>
3064 http://bugzilla.opendarwin.org/show_bug.cgi?id=9325
3065 clientWidth/clientHeight on document element in strict mode should return visible frame size
3067 * fast/dom/client-width-height-expected.txt: Added.
3068 * fast/dom/client-width-height.html: Added.
3070 2006-06-05 Rob Buis <buis@kde.org>
3074 testcases for http://bugzilla.opendarwin.org/show_bug.cgi?id=5564
3075 'font' shorthand parsing should be more tolerant in quirks mode
3077 * fast/css/font_property_compatibility-expected.txt: Added.
3078 * fast/css/font_property_compatibility.html: Added.
3079 * fast/css/font_property_normal-expected.txt: Added.
3080 * fast/css/font_property_normal.html: Added.
3082 2006-06-05 David Kilzer <ddkilzer@kilzer.net>
3086 - Test results for http://bugzilla.opendarwin.org/show_bug.cgi?id=9310
3087 Add missing DOM prototypes and other DOM cleanup
3089 * fast/dom/global-constructors-expected.txt: Fixed test results.
3091 2006-06-04 Geoffrey Garen <ggaren@apple.com>
3093 - Merged test-prototypes.html into global-constructors.html
3094 - Added prototypes.html, which tests for some missing prototypes in DOM objects
3096 * fast/dom/global-constructors-expected.txt:
3097 * fast/dom/global-constructors.html:
3098 * fast/dom/prototypes-expected.txt: Added.
3099 * fast/dom/prototypes.html: Added.
3100 * fast/dom/test-prototypes-expected.txt: Removed.
3101 * fast/dom/test-prototypes.html: Removed.
3102 * fast/dom/undetectable-document-all-expected.txt: Updated to reflect
3103 change from "HTMLCollection" to "Collection"
3105 2006-06-04 Darin Adler <darin@apple.com>
3107 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9176
3108 REGRESSION: repro crash in WebCore::StringImpl::hash() const + 28 (StringImpl.h:67)
3110 * fast/loader/link-no-URL.html: Added.
3111 * fast/loader/link-no-URL-expected.txt: Added.
3113 2006-06-04 Sam Weinig <sam.weinig@gmail.com>
3117 - tests for http://bugzilla.opendarwin.org/show_bug.cgi?id=9213
3118 Absolutely positioned objects with relatively positioned inline
3119 containing blocks are rendered incorrectly
3121 * fast/block/positioning/absolute-in-inline-ltr-2.html: Added.
3122 * fast/block/positioning/absolute-in-inline-ltr-3.html: Added.
3123 * fast/block/positioning/absolute-in-inline-ltr.html: Added.
3124 * fast/block/positioning/absolute-in-inline-rtl-2.html: Added.
3125 * fast/block/positioning/absolute-in-inline-rtl-3.html: Added.
3126 * fast/block/positioning/absolute-in-inline-rtl.html: Added.
3127 * fast/block/positioning/absolute-in-inline-short-ltr.html: Added.
3128 * fast/block/positioning/absolute-in-inline-short-rtl.html: Added.
3130 2006-06-04 Anders Carlsson <acarlsson@apple.com>
3134 http://bugzilla.opendarwin.org/show_bug.cgi?id=9035
3135 document.evaluate and createNSResolver miss on namespaced elements
3137 * fast/xpath: Added.
3138 * fast/xpath/xpath-namespaces-expected.txt: Added.
3139 * fast/xpath/xpath-namespaces.html: Added.
3141 2006-06-03 David Kilzer <ddkilzer@kilzer.net>
3145 Added missing pixel test output:
3146 http://bugzilla.opendarwin.org/show_bug.cgi?id=8848
3147 TFOOT borders are copied to THEAD and TBODY
3149 * fast/table/border-collapsing/border-collapsing-head-foot-expected.png: Added.
3151 2006-06-03 Rob Buis <buis@kde.org>
3153 Reviewed by mjs. Tweaked and landed by ddkilzer.
3155 http://bugzilla.opendarwin.org/show_bug.cgi?id=7281
3156 With java disabled wrong information is displayed.
3158 * fast/replaced/applet-rendering-java-disabled.html: Added.
3159 * fast/replaced/applet-rendering-java-disabled-expected.checksum: Added.
3160 * fast/replaced/applet-rendering-java-disabled-expected.html: Added.
3161 * fast/replaced/applet-rendering-java-disabled-expected.png: Added.
3162 * tables/mozilla_expected_failures/bugs/bug8499-expected.checksum: Changed after removing RenderEmptyApplet.
3163 * tables/mozilla_expected_failures/bugs/bug8499-expected.png: Ditto.
3164 * tables/mozilla_expected_failures/bugs/bug8499-expected.txt: Ditto.
3166 2006-06-03 Mitz Pettel <opendarwin.org@mitzpettel.com>
3170 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9252
3171 REGRESSION: Very odd roll-over issues (content disappearing)
3173 * fast/dom/HTMLLinkElement/pending-stylesheet-count.html: Added.
3174 * fast/dom/HTMLLinkElement/pending-stylesheet-count-expected.txt: Added.
3175 * fast/dom/HTMLLinkElement/pending-stylesheet-count-expected.png: Added.
3176 * fast/dom/HTMLLinkElement/pending-stylesheet-count-expected.checksum: Added.
3178 2006-06-02 Mitz Pettel <opendarwin.org@mitzpettel.com>
3182 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9234
3183 Implement $&, $' and $` replacement codes in String.prototype.replace
3185 * fast/js/resources/string-replace-3.js: Added.
3186 * fast/js/string-replace-3-expected.txt: Added.
3187 * fast/js/string-replace-3.html: Added.
3189 2006-06-02 David Carson <dacarson@gmail.com>
3191 Reviewed by Hyatt, checked in by Tim H.
3193 For: http://bugzilla.opendarwin.org/show_bug.cgi?id=9115
3194 Added test case to test opacity layers, in particular, opacities
3195 with a value of zero.
3197 * fast/css/ZeroOpacityLayers.html: Added.
3198 * fast/css/ZeroOpacityLayers-expected.txt: Added.
3199 * fast/css/ZeroOpacityLayers-expected.png: Added.
3200 * fast/css/ZeroOpacityLayers-expected.checksum: Added.
3201 * fast/css/ZeroOpacityLayers2.html: Added.
3202 * fast/css/ZeroOpacityLayers2-expected.txt: Added.
3203 * fast/css/ZeroOpacityLayers2-expected.png: Added.
3204 * fast/css/ZeroOpacityLayers2-expected.checksum: Added.
3206 2006-06-02 Rob Buis <buis@kde.org>
3208 Reviewed by Hyatt, checked in by Tim H.
3210 Adding testcase for bug 8223.
3212 * fast/dom/css-inline-style-important-expected.checksum: Added.
3213 * fast/dom/css-inline-style-important-expected.png: Added.
3214 * fast/dom/css-inline-style-important-expected.txt: Added.
3215 * fast/dom/css-inline-style-important.html: Added.
3217 2006-06-02 Rémi Zara <remi_zara@mac.com>
3221 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=3379
3222 attr(X) does not work
3224 * fast/css-generated-content/016-expected.checksum: Added.
3225 * fast/css-generated-content/016-expected.png: Added.
3226 * fast/css-generated-content/016-expected.txt: Added.
3227 * fast/css-generated-content/016.html: Added.
3229 2006-06-02 Mitz Pettel <opendarwin.org@mitzpettel.com>
3233 Updated test so that is will once again exercise the fix for
3234 http://bugzilla.opendarwin.org/show_bug.cgi?id=9009
3236 * fast/table/empty-section-crash-expected.txt:
3237 * fast/table/empty-section-crash.html:
3239 2006-06-02 David Kilzer <ddkilzer@kilzer.net>
3243 http://bugzilla.opendarwin.org/show_bug.cgi?id=9183
3244 Finish renaming of RenderCanvas to RenderView
3246 * editing/selection/7152-1-expected.checksum: Layout changed due to text change in HTML file.
3247 * editing/selection/7152-1-expected.png: Ditto.
3248 * editing/selection/7152-1-expected.txt: Ditto.
3249 * editing/selection/7152-1.html: Changed text in HTML content.
3250 * editing/selection/7152-2-expected.checksum: Layout changed due to text change in HTML file.
3251 * editing/selection/7152-2-expected.png: Ditto.
3252 * editing/selection/7152-2-expected.txt: Ditto.
3253 * editing/selection/7152-2.html: Changed text in HTML content.
3254 * *-expected.txt: Replaced "RenderCanvas" with "RenderView" in 3023 more files.
3256 2006-06-01 David Carson <dacarson@gmail.com>
3258 Reviewed by Maciej and Adele
3260 Tests for http://bugzilla.opendarwin.org/show_bug.cgi?id=8398
3261 Updated and extended select/option form tests
3263 * fast/forms/HTMLOptionElement_label01.html:
3264 * fast/forms/HTMLOptionElement_label01-expected.txt:
3265 * fast/forms/HTMLOptionElement_label01-expected.png:
3266 * fast/forms/HTMLOptionElement_label02.html:
3267 * fast/forms/HTMLOptionElement_label02-expected.txt:
3268 * fast/forms/HTMLOptionElement_label02-expected.png:
3269 * fast/forms/HTMLOptionElement_label03.html:
3270 * fast/forms/HTMLOptionElement_label03-expected.txt:
3271 * fast/forms/HTMLOptionElement_label03-expected.png
3272 * fast/forms/HTMLOptionElement_label04.html:
3273 * fast/forms/HTMLOptionElement_label04-expected.txt:
3274 * fast/forms/HTMLOptionElement_label04-expected.png
3275 * fast/forms/HTMLOptionElement_label05.html:
3276 * fast/forms/HTMLOptionElement_label05-expected.txt:
3277 * fast/forms/HTMLOptionElement_label05-expected.png:
3278 Updated to reflect success and added some description
3280 * fast/forms/HTMLOptionElement_label06.html:
3281 * fast/forms/HTMLOptionElement_label06-expected.txt:
3282 * fast/forms/HTMLOptionElement_label05-expected.png:
3283 * fast/forms/HTMLOptionElement_label07.html:
3284 * fast/forms/HTMLOptionElement_label07-expected.txt:
3285 * fast/forms/HTMLOptionElement_label07-expected.png:
3288 2006-06-01 David Carson <dacarson@gmail.com>
3292 Tests for http://bugzilla.opendarwin.org/show_bug.cgi?id=8646
3293 Test the window.screen.pixelDepth and window.screen.colorDepth
3295 * fast/dom/window/window-screen-properties.html: Added
3296 * fast/dom/window/window-screen-properties-expected.txt: Added.
3298 2006-06-01 Geoffrey Garen <ggaren@apple.com>
3300 - Test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9113
3301 REGRESSION (14581): XMLHttpRequest never calls onreadystatechange with
3304 * http/tests/xmlhttprequest/event-listener-gc.html: Added.
3305 * http/tests/xmlhttprequest/event-listener-gc-expected.txt: Added.
3307 2006-06-01 Anders Carlsson <acarlsson@apple.com>
3311 http://bugzilla.opendarwin.org/show_bug.cgi?id=6309
3312 multiple problems prevent bookmarking/back button technique for AJAX/DHTML applications from working
3314 * fast/dom/location-hash-expected.txt: Added.
3315 * fast/dom/location-hash.html: Added.
3318 2006-06-01 Maciej Stachowiak <mjs@apple.com>
3322 - fixed "REGRESSION: Can't order from Pizza Hut (ToT, 05/24/06)"
3323 http://bugzilla.opendarwin.org/show_bug.cgi?id=9103
3325 * http/tests/misc/redirect-expected.txt: Added.
3326 * http/tests/misc/redirect.php: Added.
3327 * http/tests/misc/resources/redirect-result.php: Added.
3329 2006-06-01 Justin Garcia <justin.garcia@apple.com>
3331 Reviewed by harrison
3333 * editing/selection/focus-body-expected.checksum: Added.
3334 * editing/selection/focus-body-expected.png: Added.
3335 * editing/selection/focus-body-expected.txt: Added.
3336 * editing/selection/focus-body.html: Added.
3337 * editing/selection/focus_editable_html-expected.checksum:
3338 * editing/selection/focus_editable_html-expected.png:
3339 * editing/selection/focus_editable_html-expected.txt:
3341 2006-06-01 Anders Carlsson <acarlsson@apple.com>
3345 http://bugzilla.opendarwin.org/show_bug.cgi?id=8996
3346 slow-utf8-text layout test case failing (no longer deterministic?)
3348 * http/tests/incremental/slow-utf8-text-expected.txt:
3351 2006-05-31 Mitz Pettel <opendarwin.org@mitzpettel.com>
3355 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9124
3356 Drop shadow obscures "add more stuff" bubble at live.com
3358 * fast/css/find-next-layer-expected.checksum: Added.
3359 * fast/css/find-next-layer-expected.png: Added.
3360 * fast/css/find-next-layer-expected.txt: Added.
3361 * fast/css/find-next-layer.html: Added.
3363 2006-05-31 Adele Peterson <adele@apple.com>
3365 Updated test results for http://bugzilla.opendarwin.org/show_bug.cgi?id=8848
3366 TFOOT borders are copied to THEAD and TBODY
3368 * tables/mozilla/marvin/backgr_layers-opacity-expected.checksum:
3369 * tables/mozilla/marvin/backgr_layers-opacity-expected.txt:
3370 * tables/mozilla/marvin/backgr_position-table-expected.checksum:
3371 * tables/mozilla/marvin/backgr_position-table-expected.txt:
3372 * tables/mozilla/marvin/backgr_simple-table-cell-expected.checksum:
3373 * tables/mozilla/marvin/backgr_simple-table-cell-expected.txt:
3374 * tables/mozilla/marvin/backgr_simple-table-column-expected.checksum:
3375 * tables/mozilla/marvin/backgr_simple-table-column-expected.txt:
3376 * tables/mozilla/marvin/backgr_simple-table-column-group-expected.checksum:
3377 * tables/mozilla/marvin/backgr_simple-table-column-group-expected.txt:
3378 * tables/mozilla/marvin/backgr_simple-table-expected.checksum:
3379 * tables/mozilla/marvin/backgr_simple-table-expected.txt:
3380 * tables/mozilla/marvin/backgr_simple-table-row-expected.checksum:
3381 * tables/mozilla/marvin/backgr_simple-table-row-expected.txt:
3382 * tables/mozilla/marvin/backgr_simple-table-row-group-expected.checksum:
3383 * tables/mozilla/marvin/backgr_simple-table-row-group-expected.txt:
3384 * tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.checksum:
3385 * tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.txt:
3386 * tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.checksum:
3387 * tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.txt:
3388 * tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.checksum:
3389 * tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.txt:
3390 * tables/mozilla_expected_failures/marvin/backgr_border-table-expected.checksum:
3391 * tables/mozilla_expected_failures/marvin/backgr_border-table-expected.txt:
3392 * tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.checksum:
3393 * tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.txt:
3394 * tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.checksum:
3395 * tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.txt:
3396 * tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.checksum:
3397 * tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.txt:
3398 * tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.checksum:
3399 * tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.txt:
3400 * tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.checksum:
3401 * tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.txt:
3402 * tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.checksum:
3403 * tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.txt:
3404 * tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.checksum:
3405 * tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.txt:
3406 * tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.checksum:
3407 * tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.txt:
3408 * tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.checksum:
3409 * tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.txt:
3410 * tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.checksum:
3411 * tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.txt:
3412 * tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.checksum:
3413 * tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.txt:
3415 2006-05-31 Sam Weinig <sam.weinig@gmail.com>
3419 - tests for http://bugzilla.opendarwin.org/show_bug.cgi?id=9100
3420 Absolutely positioned replaced elements with all non-auto
3421 values are rendered incorrectly
3423 * fast/replaced/absolute-position-with-auto-height-and-top-and-bottom.html: Added.
3424 * fast/replaced/absolute-position-with-auto-width-and-left-and-right.html: Added.
3426 2006-05-31 Mitz Pettel <opendarwin.org@mitzpettel.com>
3430 - test and updated results for
3431 http://bugzilla.opendarwin.org/show_bug.cgi?id=9012
3432 Row height not updated when cell heights change
3434 * fast/table/row-height-recalc-expected.checksum: Added.
3435 * fast/table/row-height-recalc-expected.png: Added.
3436 * fast/table/row-height-recalc-expected.txt: Added.
3437 * fast/table/row-height-recalc.html: Added.
3439 2006-05-31 Rob Buis <buis@kde.org>
3443 Testcase for http://bugzilla.opendarwin.org/show_bug.cgi?id=8455
3445 * fast/forms/select-reset.html: Added.
3447 2006-05-31 Rob Buis <buis@kde.org>
3451 Add a test for http://bugzilla.opendarwin.org/show_bug.cgi?id=8024
3453 * fast/dom/document-all-input.html: Added.
3455 2006-05-31 Beth Dakin <bdakin@apple.com>
3459 Test cases for http://bugzilla.opendarwin.org/show_bug.cgi?id=6755
3460 CSS3: Borders rounded with border-radius don't draw the roundings
3462 * fast/borders: Added.
3463 * fast/borders/borderRadiusDashed01-expected.checksum: Added.
3464 * fast/borders/borderRadiusDashed01-expected.png: Added.
3465 * fast/borders/borderRadiusDashed01-expected.txt: Added.
3466 * fast/borders/borderRadiusDashed01.html: Added.
3467 * fast/borders/borderRadiusDashed02-expected.checksum: Added.
3468 * fast/borders/borderRadiusDashed02-expected.png: Added.
3469 * fast/borders/borderRadiusDashed02-expected.txt: Added.
3470 * fast/borders/borderRadiusDashed02.html: Added.
3471 * fast/borders/borderRadiusDashed03-expected.checksum: Added.
3472 * fast/borders/borderRadiusDashed03-expected.png: Added.
3473 * fast/borders/borderRadiusDashed03-expected.txt: Added.
3474 * fast/borders/borderRadiusDashed03.html: Added.
3475 * fast/borders/borderRadiusDotted01-expected.checksum: Added.
3476 * fast/borders/borderRadiusDotted01-expected.png: Added.
3477 * fast/borders/borderRadiusDotted01-expected.txt: Added.
3478 * fast/borders/borderRadiusDotted01.html: Added.
3479 * fast/borders/borderRadiusDotted02-expected.checksum: Added.
3480 * fast/borders/borderRadiusDotted02-expected.png: Added.
3481 * fast/borders/borderRadiusDotted02-expected.txt: Added.
3482 * fast/borders/borderRadiusDotted02.html: Added.
3483 * fast/borders/borderRadiusDotted03-expected.checksum: Added.
3484 * fast/borders/borderRadiusDotted03-expected.png: Added.
3485 * fast/borders/borderRadiusDotted03-expected.txt: Added.