1 2006-07-24 Mitz Pettel <opendarwin.org@mitzpettel.com>
5 - repaint test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9669
6 Incomplete repaint when changing an inline's border
8 * fast/repaint/line-overflow-expected.checksum: Added.
9 * fast/repaint/line-overflow-expected.png: Added.
10 * fast/repaint/line-overflow-expected.txt: Added.
11 * fast/repaint/line-overflow.html: Added.
13 2006-07-24 Mitz Pettel <opendarwin.org@mitzpettel.com>
17 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=10075
18 REGRESSION: Reversed pop-up text in visually-ordered Hebrew pages
20 * fast/forms/select-visual-hebrew-expected.checksum: Added.
21 * fast/forms/select-visual-hebrew-expected.png: Added.
22 * fast/forms/select-visual-hebrew-expected.txt: Added.
23 * fast/forms/select-visual-hebrew.html: Added.
25 2006-07-23 David Harrison <harrison@apple.com>
29 <rdar://problem/4646759> Mail crash editing To Do - WebCore::InsertTextCommand::prepareForTextInsertion
31 * editing/deleting/delete-mixed-editable-content-001-expected.checksum: Added.
32 * editing/deleting/delete-mixed-editable-content-001-expected.png: Added.
33 * editing/deleting/delete-mixed-editable-content-001-expected.txt: Added.
34 * editing/deleting/delete-mixed-editable-content-001.html: Added.
36 2006-07-23 Adele Peterson <adele@apple.com>
40 Test for: <rdar://problem/4644614> REGRESSION: Typing, pasting or dragging in new text areas causes unnecessary scrolling
42 * fast/forms/textarea-scrolled-type-expected.checksum: Added.
43 * fast/forms/textarea-scrolled-type-expected.png: Added.
44 * fast/forms/textarea-scrolled-type-expected.txt: Added.
45 * fast/forms/textarea-scrolled-type.html: Added.
47 2006-07-22 Alexey Proskuryakov <ap@nypop.com>
51 Fix http://bugzilla.opendarwin.org/show_bug.cgi?id=10038
52 REGRESSION: Length of navigator.mimeTypes collection returns number of installed plugins, not number
53 of registered mime types
55 * fast/js/navigator-mimeTypes-length-expected.txt: Added.
56 * fast/js/navigator-mimeTypes-length.html: Added.
57 * fast/js/resources/navigator-mimeTypes-length.js: Added.
59 2006-07-21 Adele Peterson <adele@apple.com>
63 Test for: <rdar://problem/4643238> REGRESSION: Can't set insertion point at the end of a line of text
65 * fast/forms/textarea-scrolled-endline-caret-expected.txt: Added.
66 * fast/forms/textarea-scrolled-endline-caret.html: Added.
68 2006-07-21 Geoffrey Garen <ggaren@apple.com>
72 Test for whether focusing and/or blurring a frame before its content has loaded causes
73 a crash. <rdar://problem/4632505> REGRESSION: Crash at
74 WebCore::Widget::getView() const + 6
76 * http/tests/incremental/frame-focus-before-load-expected.txt: Added.
77 * http/tests/incremental/frame-focus-before-load.html: Added.
79 2006-07-21 Maciej Stachowiak <mjs@apple.com>
83 <rdar://problem/4523976> REGRESSION (NativeTextField): Crash occurs when choosing "Undo Typing" after typing and setting the value
85 * fast/forms/text-field-setvalue-crash-expected.txt: Added.
86 * fast/forms/text-field-setvalue-crash.html: Added.
88 2006-07-21 Justin Garcia <justin.garcia@apple.com>
92 <rdar://problem/4548238>
93 REGRESSION: Can't remove the first OL/UL list item in a Mail's compose window
95 * editing/deleting/delete-first-list-item-expected.checksum: Added.
96 * editing/deleting/delete-first-list-item-expected.png: Added.
97 * editing/deleting/delete-first-list-item-expected.txt: Added.
98 * editing/deleting/delete-first-list-item.html: Added.
100 2006-07-21 Mitz Pettel <opendarwin.org@mitzpettel.com>
104 * editing/selection/select-all-iframe-expected.txt:
105 * editing/selection/select-from-textfield-outwards-expected.checksum: Added.
106 * editing/selection/select-from-textfield-outwards-expected.png: Added.
107 * editing/selection/select-from-textfield-outwards-expected.txt: Added.
108 * editing/selection/select-from-textfield-outwards.html: Added.
109 * fast/events/drag-outside-window-expected.txt:
111 2006-07-21 Geoffrey Garen <ggaren@apple.com>
113 Test for undetectable style.filter property.
115 * fast/dom/undetectable-style-filter-expected.txt: Added.
116 * fast/dom/undetectable-style-filter.html: Added.
118 2006-07-21 Justin Garcia <justin.garcia@apple.com>
122 <rdar://problem/4641033>
123 REGRESSION: Pasting from web pages into Mail (or Blot) often loses most of the content
125 * editing/pasteboard/4641033-expected.checksum: Added.
126 * editing/pasteboard/4641033-expected.png: Added.
127 * editing/pasteboard/4641033-expected.txt: Added.
128 * editing/pasteboard/4641033.html: Added.
130 2006-07-20 Anders Carlsson <acarlsson@apple.com>
134 <rdar://problem/4637807> REGRESSION: "Features & Options" page at volvocars.us fails
136 * fast/xsl/xslt-processer-expected.txt:
139 * fast/xsl/xslt-string-parameters-expected.txt: Added.
140 * fast/xsl/xslt-string-parameters.html: Added.
142 2006-07-20 Maciej Stachowiak <mjs@apple.com>
144 Reviewed by Beth and John.
146 - fix recently broken layout tests that need updated results or test changes:
148 For these three, the selection ranges changed (for the better) due to my input
151 * editing/selection/3690703-2-expected.txt:
152 * editing/selection/3690703-expected.txt:
153 * fast/text/textIteratorNilRenderer-expected.txt:
155 For this one, DumpRenderTree no longer shows resize corners by default, so turned
158 * fast/css/resize-corner-tracking.html:
160 2006-07-19 Maciej Stachowiak <mjs@apple.com>
164 - fixed layout test results that were affected by editing input
165 paste patch -- new results are actually more correct, handling
166 text fields properly as a replaced element.
168 * editing/selection/3690703-2-expected.txt:
169 * editing/selection/3690703-expected.txt:
170 * fast/events/div-focus-expected.txt:
171 * fast/text/textIteratorNilRenderer-expected.txt:
173 2006-07-19 Justin Garcia <justin.garcia@apple.com>
177 <rdar://problem/4631972>
178 REGRESSION: Mail crashes when pasting entire contents of http://www.apple.com/support/ into a new mail message
180 * editing/pasteboard/4631972-expected.checksum: Added.
181 * editing/pasteboard/4631972-expected.png: Added.
182 * editing/pasteboard/4631972-expected.txt: Added.
183 * editing/pasteboard/4631972.html: Added.
184 * editing/selection/drag-to-contenteditable-iframe-expected.txt:
185 * editing/selection/replaced-boundaries-3-expected.checksum:
186 * editing/selection/replaced-boundaries-3-expected.txt:
187 * editing/selection/select-box-expected.txt:
189 2006-07-19 Anders Carlsson <acarlsson@apple.com>
193 <rdar://problem/4631272> REGRESSION: Crash tabbing out of hostname field at autorestore.apple.com
195 * fast/forms/display-none-in-onchange-keyboard-expected.txt: Added.
196 * fast/forms/display-none-in-onchange-keyboard.html: Added.
198 2006-07-19 Justin Garcia <justin.garcia@apple.com>
202 <rdar://problem/4613519>
203 REGRESSION: Pasting text in native text area inserts text one character before it should (9527)
205 * fast/forms/paste-into-textarea-expected.checksum: Added.
206 * fast/forms/paste-into-textarea-expected.png: Added.
207 * fast/forms/paste-into-textarea-expected.txt: Added.
208 * fast/forms/paste-into-textarea.html: Added.
210 2006-07-19 Anders Carlsson <acarlsson@apple.com>
212 * fast/js/pretty-print-expected.txt:
215 * fast/js/resources/pretty-print.js:
216 Fix description string.
218 2006-07-19 Anders Carlsson <acarlsson@apple.com>
222 <rdar://problem/4620655> REGRESSION(10.4.7-10.5): preview button for a blogger.com post doesn't work
224 * fast/js/pretty-print-expected.txt: Added.
225 * fast/js/pretty-print.html: Added.
226 * fast/js/resources/pretty-print.js: Added.
228 2006-07-19 David Harrison <harrison@apple.com>
230 <rdar://problem/4629307> -[DOMRange markupString] does not include the initial table element if it is at the beginning of the range
231 <rdar://problem/4062218> pasting in contents of web.apple.com strips off the <table> element from the first table
233 (this really only tests the symptoms of <rdar://problem/4062218>, because -[DOMRange markupString] is not testable)
235 * editing/pasteboard/paste-table-003-expected.checksum: Added.
236 * editing/pasteboard/paste-table-003-expected.png: Added.
237 * editing/pasteboard/paste-table-003-expected.txt: Added.
238 * editing/pasteboard/paste-table-003.html: Added.
240 2006-07-18 Maciej Stachowiak <mjs@apple.com>
242 Reviewed by Adele Peterson.
246 <rdar://problem/4620646> REGRESSION(10.4.7-10.5): can't type into editing region when creating or editing a blogger.com post
248 * fast/js/null-char-in-string-expected.txt: Added.
249 * fast/js/null-char-in-string.html: Added.
250 * fast/js/resources/null-char-in-string.js: Added.
252 2006-07-18 Anders Carlsson <acarlsson@apple.com>
256 http://bugzilla.opendarwin.org/show_bug.cgi?id=9959
257 REGRESSION: iframes stop rendering after 200th one on successive reloads
259 * fast/frames/frame-limit-expected.txt: Added.
260 * fast/frames/frame-limit.html: Added.
262 2006-07-18 Darin Adler <darin@apple.com>
266 - convert a couple of tests to "dump as text" tests
268 * fast/dom/css-selectorText-expected.checksum: Removed.
269 * fast/dom/css-selectorText-expected.png: Removed.
270 * fast/dom/css-selectorText-expected.txt: Replaced render tree results with text results.
271 * fast/dom/css-selectorText.html: Added a call to layoutTestController.dumpAsText.
273 * fast/dom/css-shortHands-expected.checksum: Removed.
274 * fast/dom/css-shortHands-expected.png: Removed.
275 * fast/dom/css-shortHands-expected.txt: Replaced render tree results with text results.
276 * fast/dom/css-shortHands.html: Added a call to layoutTestController.dumpAsText.
278 2006-07-18 Mitz Pettel <opendarwin.org@mitzpettel.com>
282 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9978
283 REGRESSION (r12949-r12988): Clicking the first letter on a line places the caret at the end of the previous line
285 * editing/selection/click-start-of-line-expected.checksum: Added.
286 * editing/selection/click-start-of-line-expected.png: Added.
287 * editing/selection/click-start-of-line-expected.txt: Added.
288 * editing/selection/click-start-of-line.html: Added.
290 2006-07-18 Anders Carlsson <acarlsson@apple.com>
294 http://bugzilla.opendarwin.org/show_bug.cgi?id=9695
295 <rdar://problem/4614085>
296 TOT REGRESSION: NativeTextArea: Text area does not respond to Cmd-UpArrow/Cmd-DownArrow (9695)
298 * editing/selection/move-begin-end-expected.txt: Added.
299 * editing/selection/move-begin-end.html: Added.
301 2006-07-17 Maciej Stachowiak <mjs@apple.com>
303 Test cases not reviewed but the corresponding fix was.
305 - test cases for <rdar://problem/4618089> Blot crashes when I paste in all the contents of http://www.apple.com/startpage/
307 * editing/pasteboard/nested-blocks-with-text-area-expected.txt: Added.
308 * editing/pasteboard/nested-blocks-with-text-area.html: Added.
309 * editing/pasteboard/nested-blocks-with-text-field-expected.txt: Added.
310 * editing/pasteboard/nested-blocks-with-text-field.html: Added.
312 2006-07-17 Anders Carlsson <acarlsson@apple.com>
316 Add Apache 2 config file.
318 * http/conf/apache2-httpd.conf: Added.
320 2006-07-17 Justin Garcia <justin.garcia@apple.com>
324 <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
326 * editing/selection/replace-selection-1-expected.checksum: Added.
327 * editing/selection/replace-selection-1-expected.png: Added.
328 * editing/selection/replace-selection-1-expected.txt: Added.
329 * editing/selection/replace-selection-1.html: Added.
331 2006-07-14 Justin Garcia <justin.garcia@apple.com>
335 * editing/selection/drag-to-contenteditable-iframe-expected.txt:
336 * editing/selection/subframe-with-selection-expected.txt:
338 2006-07-17 Maciej Stachowiak <mjs@apple.com>
342 <rdar://problem/4604946> REGRESSION: 'checkboxRef.checked = true' fires onchange event in Leopard
344 * fast/events/programmatic-check-no-change-event-expected.txt: Added.
345 * fast/events/programmatic-check-no-change-event.html: Added.
347 2006-07-16 David Kilzer <ddkilzer@kilzer.net>
351 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9954
352 REGRESSION: document.dir should return empty string in <head>
354 * fast/dom/document-dir-property-expected.txt: Added.
355 * fast/dom/document-dir-property.html: Added.
357 2006-07-16 David Kilzer <ddkilzer@kilzer.net>
361 * fast/dynamic/move-node-with-selection-expected.checksum:
362 Removed "No newline at end of file" that snuck in as part of the "apply patch" process.
364 2006-07-16 Darin Adler <darin@apple.com>
366 - fixed a couple of files I checked in wrong
368 * fast/html/body-offset-properties-expected.txt: Removed property cruft.
369 * fast/html/body-offset-properties.html: Ditto.
371 2006-07-16 Maciej Stachowiak <mjs@apple.com>
373 - fixed typo in expected results
375 * fast/js/for-in-avoid-duplicates-expected.txt:
377 2006-07-16 Darin Adler <darin@apple.com>
379 Reviewed by John Sullivan (new test, not the changes to existing ones).
381 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9943
382 <rdar://problem/4590613>
383 REGRESSION (Tiger-TOT): menus are offset to the right at http://movies.aol.com/movie-photo-bts/superman-returns
385 * fast/html/body-offset-properties-expected.txt: Added.
386 * fast/html/body-offset-properties.html: Added.
388 * editing/execCommand/findString-2.html: Update to not depend on the buggy body.offseLeft/Top.
389 Instead hardcode the default body margin of 8.
390 * editing/pasteboard/drop-text-without-selection.html: Ditto.
391 * editing/selection/click-before-and-after-table.html: Ditto.
392 * editing/selection/mixed-editability-1.html: Ditto.
393 * fast/table/click-near-anonymous-table.html: Ditto.
395 * editing/selection/drag-to-contenteditable-iframe.html: Remove unnecessary use of body.offsetLeft/Top
398 2006-07-16 Maciej Stachowiak <mjs@apple.com>
402 - new test case and updated results for property list changes
404 * fast/js/for-in-avoid-duplicates-expected.txt: Added.
405 * fast/js/for-in-avoid-duplicates.html: Added.
406 * fast/js/kde/Array-expected.txt:
407 * fast/js/resources/for-in-avoid-duplicates.js: Added.
409 2006-07-15 Darin Adler <darin@apple.com>
411 Reviewed by John Sullivan.
413 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=8952
414 <rdar://problem/4575185>
415 REGRESSION: crash on drag of highlighted Google custom home page modules
417 * fast/dynamic/move-node-with-selection-expected.checksum: Added.
418 * fast/dynamic/move-node-with-selection-expected.png: Added.
419 * fast/dynamic/move-node-with-selection-expected.txt: Added.
420 * fast/dynamic/move-node-with-selection.html: Added.
422 2006-07-15 Darin Adler <darin@apple.com>
424 Reviewed by John Sullivan.
426 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=8587
427 <rdar://problem/4631844>
428 REGRESSION: {display:list-item} on items outside an ol or ul element no longer causes incremental numbering
430 * fast/lists/numeric-markers-outside-list-expected.checksum: Added.
431 * fast/lists/numeric-markers-outside-list-expected.png: Added.
432 * fast/lists/numeric-markers-outside-list-expected.txt: Added.
433 * fast/lists/numeric-markers-outside-list.html: Added.
435 2006-07-15 Geoffrey Garen <ggaren@apple.com>
439 Layout test for crash when setting the dir property on a document with no body.
441 * fast/dom/dir-no-body-expected.txt: Added.
442 * fast/dom/dir-no-body.html: Added.
444 2006-07-15 Darin Adler <darin@apple.com>
448 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=8395
449 <rdar://problem/4613467>
450 REGRESSION: RegEx seems broken for hex escaped non breaking space
452 * fast/js/regexp-extended-characters-more-expected.txt: Added.
453 * fast/js/regexp-extended-characters-more.html: Added.
454 * fast/js/resources/regexp-extended-characters-more.js: Added.
456 2006-07-15 Darin Adler <darin@apple.com>
460 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=8871
461 <rdar://problem/4575417>
462 REGRESSION: Pressing Enter/Return in a text input removes the selected text
463 and http://bugzilla.opendarwin.org/show_bug.cgi?id=9743
464 <rdar://problem/4614228>
465 REGRESSION: crash dispatching JavaScript-created keyboard event to input element
467 * fast/forms/input-text-enter-expected.txt: Added.
468 * fast/forms/input-text-enter.html: Added.
470 2006-07-15 Darin Adler <darin@apple.com>
472 Reviewed by John Sullivan.
474 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9883
475 <rdar://problem/4631821>
476 REGRESSION: NativePopups don't work correctly in some forum software
478 * fast/forms/select-selected-expected.checksum: Added.
479 * fast/forms/select-selected-expected.png: Added.
480 * fast/forms/select-selected-expected.txt: Added.
481 * fast/forms/select-selected.html: Added.
483 2006-07-15 Anders Carlsson <acarlsson@apple.com>
487 http://bugzilla.opendarwin.org/show_bug.cgi?id=9866
488 <rdar://problem/4631561>
489 REGRESSION: Repro crash from mangleme using iframe, only from server.
491 * http/tests/misc/iframe-invalid-source-crash-expected.txt: Added.
492 * http/tests/misc/iframe-invalid-source-crash.html: Added.
494 2006-07-14 Alexey Proskuryakov <ap@nypop.com>
498 Fix http://bugzilla.opendarwin.org/show_bug.cgi?id=4195
499 REGRESSION: KOI8-U encoding no longer supported.
501 * fast/encoding/charset-koi8-u-expected.txt: Added.
502 * fast/encoding/charset-koi8-u.html: Added.
503 * fast/encoding/charset-x-nextstep-expected.txt: Added.
504 * fast/encoding/charset-x-nextstep.html: Added.
505 * http/tests/misc/BOM-override-expected.txt: Added.
506 * http/tests/misc/BOM-override-script-expected.txt: Added.
507 * http/tests/misc/BOM-override-script.html: Added.
508 * http/tests/misc/BOM-override.pl: Added.
509 * http/tests/misc/resources/BOM-override-2.pl: Added.
510 * http/tests/misc/resources/BOM-override-3.pl: Added.
512 2006-07-14 Timothy Hatcher <timothy@apple.com>
514 Rolling out this fix from r15358 since it isn't resolved.
516 2006-07-11 Justin Garcia <justin.garcia@apple.com>
518 Reviewed by levi & thatcher
520 <http://bugzilla.opendarwin.org/show_bug.cgi?id=9642>
521 GMail Editor: Operations that use drop down menus blow away the selection
523 * editing/selection/drag-to-contenteditable-iframe-expected.txt:
524 * editing/selection/subframe-with-selection-expected.checksum: Added.
525 * editing/selection/subframe-with-selection-expected.png: Added.
526 * editing/selection/subframe-with-selection-expected.txt: Added.
527 * editing/selection/subframe-with-selection.html: Added.
529 2006-07-14 Mitz Pettel <opendarwin.org@mitzpettel.com>
533 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9905
534 REGRESSION (r15404-r15415): Repro crash when pressing delete in an empty editable div
536 * editing/deleting/delete-at-start-or-end-expected.checksum: Added.
537 * editing/deleting/delete-at-start-or-end-expected.png: Added.
538 * editing/deleting/delete-at-start-or-end-expected.txt: Added.
539 * editing/deleting/delete-at-start-or-end.html: Added.
541 2006-07-14 Mitz Pettel <opendarwin.org@mitzpettel.com>
545 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9879
546 REGRESSION: Repro crash when clicking to the side of an anonymous table
547 - see also <rdar://problem/4628129> REGRESSION: Repro crash when clicking
548 to the side of an anonymous table
550 NOTE: Only the layout test part of this patch was landed since an alternate
551 fix was committed in r15401: <rdar://problem/4509393> selected DOM range
552 starts with <object>, 0 offset but selection should include the <object>
554 * fast/table/click-near-anonymous-table-expected.checksum: Added.
555 * fast/table/click-near-anonymous-table-expected.png: Added.
556 * fast/table/click-near-anonymous-table-expected.txt: Added.
557 * fast/table/click-near-anonymous-table.html: Added.
559 2006-07-12 Maciej Stachowiak <mjs@apple.com>
563 Test cases for <rdar://problem/4567031> REGRESSION: Crash at WebCore::RenderBlock::createLineBoxes (seems to be a security hole?)
565 I included the test case from the bug plus variants for other broken cases that
566 were similar but needed separate fixes.
568 * fast/table/cell-in-row-before-misnested-text-crash-expected.txt: Added.
569 * fast/table/cell-in-row-before-misnested-text-crash.xhtml: Added.
570 * fast/table/form-in-row-before-misnested-text-crash-expected.txt: Added.
571 * fast/table/form-in-row-before-misnested-text-crash.xhtml: Added.
572 * fast/table/form-in-table-before-misnested-text-crash-expected.txt: Added.
573 * fast/table/form-in-table-before-misnested-text-crash.xhtml: Added.
574 * fast/table/form-in-tbody-before-misnested-text-crash-expected.txt: Added.
575 * fast/table/form-in-tbody-before-misnested-text-crash.xhtml: Added.
576 * fast/table/row-in-tbody-before-misnested-text-crash-expected.txt: Added.
577 * fast/table/row-in-tbody-before-misnested-text-crash.xhtml: Added.
578 * fast/table/section-in-table-before-misnested-text-crash-expected.txt: Added.
579 * fast/table/section-in-table-before-misnested-text-crash.xhtml: Added.
581 2006-07-13 Mitz Pettel <opendarwin.org@mitzpettel.com>
585 - test and updated results for http://bugzilla.opendarwin.org/show_bug.cgi?id=9670
586 REGRESSION: RTL white-space:pre-wrap text is offset to the right
588 * editing/deleting/delete-to-select-table-expected.txt:
589 * editing/execCommand/boldSelection-expected.txt:
590 * editing/execCommand/italicizeByCharacter-expected.txt:
591 * editing/execCommand/modifyForeColorByCharacter-expected.txt:
592 * editing/execCommand/print-expected.txt:
593 * editing/execCommand/selectAll-expected.txt:
594 * editing/execCommand/strikethroughSelection-expected.txt:
595 * editing/inserting/insert-div-027-expected.txt:
596 * editing/selection/after-line-wrap-expected.txt:
597 * editing/selection/mixed-editability-1-expected.txt:
598 * editing/selection/select-all-001-expected.txt:
599 * editing/selection/select-all-002-expected.txt:
600 * editing/selection/select-all-003-expected.txt:
601 * fast/clip/outline-overflowClip-expected.txt:
602 * fast/text/international/rtl-white-space-pre-wrap-expected.checksum: Added.
603 * fast/text/international/rtl-white-space-pre-wrap-expected.png: Added.
604 * fast/text/international/rtl-white-space-pre-wrap-expected.txt: Added.
605 * fast/text/international/rtl-white-space-pre-wrap.html: Added.
606 * fast/text/whitespace/pre-wrap-overflow-selection-expected.txt:
607 * fast/text/whitespace/pre-wrap-spaces-after-newline-expected.txt:
609 2006-07-13 Mark Rowe <opendarwin.org@bdash.net.nz>
611 Reviewed by Geoffrey.
613 http://bugzilla.opendarwin.org/show_bug.cgi?id=9742
614 Bug 9742: REGRESSION: WebKit hangs when loading <http://www.vtbook.com>
616 This includes tests for indexing an array with immediate types, and for
617 setting selectField.options.length to immediate types.
619 * fast/dom/select-selectedIndex-expected.txt:
620 * fast/dom/select-selectedIndex-multiple-expected.txt:
621 * fast/dom/select-selectedIndex-multiple.html: Update to test setting length to true and false.
622 * fast/dom/select-selectedIndex.html: Ditto.
623 * fast/js/array-index-immediate-types-expected.txt: Added.
624 * fast/js/array-index-immediate-types.html: Added.
625 * fast/js/resources/array-index-immediate-types.js: Added.
627 2006-07-13 David Harrison <harrison@apple.com>
629 Reviewed by Justin and Levi.
631 <rdar://problem/4620743> REGRESSION: Option-Delete doesn't delete words during typing
633 * editing/deleting/delete-by-word-001-expected.checksum: Added.
634 * editing/deleting/delete-by-word-001-expected.png: Added.
635 * editing/deleting/delete-by-word-001-expected.txt: Added.
636 * editing/deleting/delete-by-word-001.html: Added.
637 * editing/deleting/delete-by-word-002-expected.checksum: Added.
638 * editing/deleting/delete-by-word-002-expected.png: Added.
639 * editing/deleting/delete-by-word-002-expected.txt: Added.
640 * editing/deleting/delete-by-word-002.html: Added.
642 2006-07-13 Levi Weintraub <lweintraub@apple.com>
646 <rdar://problem/4622763> Deleting from beginning of paragraph following a table deletes rather than selects the table
648 * editing/deleting/delete-block-table-expected.checksum: Added.
649 * editing/deleting/delete-block-table-expected.png: Added.
650 * editing/deleting/delete-block-table-expected.txt: Added.
651 * editing/deleting/delete-block-table.html: Added.
652 * editing/deleting/delete-hr-expected.checksum: Added.
653 * editing/deleting/delete-hr-expected.png: Added.
654 * editing/deleting/delete-hr-expected.txt: Added.
655 * editing/deleting/delete-hr.html: Added.
656 * editing/deleting/delete-to-select-table-expected.png:
657 * editing/execCommand/insertHorizontalRule-expected.txt:
658 * fast/lists/markers-in-selection-expected.txt:
660 2006-07-12 Mitz Pettel <opendarwin.org@mitzpettel.com>
664 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9862
665 REGRESSION: GMail: Crash in RenderView::repaintViewRectangle when spoofing as FF
666 - see also <rdar://problem/4622407>
668 * fast/frames/repaint-display-none-crash-expected.txt: Added.
669 * fast/frames/repaint-display-none-crash.html: Added.
671 2006-07-12 Justin Garcia <justin.garcia@apple.com>
675 <rdar://problem/4509393>
676 selected DOM range starts with <object>, 0 offset but selection should include the <object>
678 * editing/selection/legal-positions-expected.txt: Added.
679 * editing/selection/legal-positions.html: Added.
681 * editing/deleting/delete-3608430-fix-expected.txt:
682 * editing/deleting/delete-image-001-expected.txt:
683 * editing/deleting/delete-image-002-expected.txt:
684 * editing/deleting/delete-image-003-expected.txt:
685 * editing/deleting/delete-image-004-expected.txt:
686 * editing/selection/drag-to-contenteditable-iframe-expected.txt:
687 * editing/selection/replaced-boundaries-3-expected.txt:
688 * editing/selection/select-box-expected.txt:
690 2006-07-12 John Sullivan <sullivan@apple.com>
692 Reviewed by Brady Eidson (and written by Justin Garcia)
694 - layout test corresponding to <rdar://problem/4611164>
696 * editing/undo/undo-misspellings-expected.checksum: Added.
697 * editing/undo/undo-misspellings-expected.png: Added.
698 * editing/undo/undo-misspellings-expected.txt: Added.
699 * editing/undo/undo-misspellings.html: Added.
701 2006-07-13 Anders Carlsson <acarlsson@apple.com>
705 http://bugzilla.opendarwin.org/show_bug.cgi?id=9663
706 REGRESSION (r14948-r14956): Selection in text field remains highlighted when the text field loses focus
708 * editing/selection/clear-selection-expected.checksum: Added.
709 * editing/selection/clear-selection-expected.png: Added.
710 * editing/selection/clear-selection-expected.txt: Added.
711 * editing/selection/clear-selection.html: Added.
713 2006-07-12 David Kilzer <ddkilzer@kilzer.net>
715 Reviewed by NOBODY (layout test fix).
717 Remove property information left in files from svn-apply.
719 * fast/table/large-rowspan-crash-expected.txt:
720 * fast/table/large-rowspan-crash.html:
722 2006-07-12 Darin Adler <darin@apple.com>
726 - another large rowspan test case
728 * fast/table/large-rowspan-crash-expected.txt: Added.
729 * fast/table/large-rowspan-crash.html: Added.
731 2006-07-12 Anders Carlsson <acarlsson@apple.com>
735 <rdar://problem/4586665> REGRESSION: autorestore.apple.com: Crashes Safari in WebCore::Widget::client() const
737 * fast/forms/input-type-change-in-onfocus-keyboard-expected.txt: Added.
738 * fast/forms/input-type-change-in-onfocus-keyboard.html: Added.
739 * fast/forms/input-type-change-in-onfocus-mouse-expected.txt: Added.
740 * fast/forms/input-type-change-in-onfocus-mouse.html: Added.
742 2006-07-12 Adele Peterson <adele@apple.com>
746 Test for: http://bugzilla.opendarwin.org/show_bug.cgi?id=9813
747 OPTION text can paint over select element's scrollbar
749 * fast/forms/option-text-clip-expected.checksum: Added.
750 * fast/forms/option-text-clip-expected.png: Added.
751 * fast/forms/option-text-clip-expected.txt: Added.
752 * fast/forms/option-text-clip.html: Added.
754 2006-07-11 Justin Garcia <justin.garcia@apple.com>
758 <rdar://problem/4620686>
759 REGRESSION: Mispelling markers are still displayed when using the delete key to place caret into a misspelled word
761 * editing/deleting/delete-after-span-ws-001-expected.checksum:
762 * editing/deleting/delete-after-span-ws-001-expected.png:
763 * editing/deleting/delete-after-span-ws-002-expected.checksum:
764 * editing/deleting/delete-after-span-ws-002-expected.png:
765 * editing/deleting/delete-after-span-ws-003-expected.checksum:
766 * editing/deleting/delete-after-span-ws-003-expected.png:
767 * editing/deleting/delete-block-merge-contents-010-expected.checksum:
768 * editing/deleting/delete-block-merge-contents-010-expected.png:
769 * editing/deleting/merge-unrendered-space-expected.checksum:
770 * editing/deleting/merge-unrendered-space-expected.png:
772 2006-07-11 Tim Omernick <timo@apple.com>
776 Test case for <http://bugzilla.opendarwin.org/show_bug.cgi?id=9843>:
777 Give Netscape plug-ins access to their own DOM element
779 * plugins/netscape-dom-access-expected.checksum: Added.
780 * plugins/netscape-dom-access-expected.png: Added.
781 * plugins/netscape-dom-access-expected.txt: Added.
782 * plugins/netscape-dom-access.html: Added.
784 2006-07-11 Adele Peterson <adele@apple.com>
788 Tests for http://bugzilla.opendarwin.org/show_bug.cgi?id=9861
789 REGRESSION: Can't dynamically change list box to popup
791 * fast/forms/select-change-listbox-to-popup-expected.checksum: Added.
792 * fast/forms/select-change-listbox-to-popup-expected.png: Added.
793 * fast/forms/select-change-listbox-to-popup-expected.txt: Added.
794 * fast/forms/select-change-listbox-to-popup.html: Added.
795 * fast/forms/select-change-popup-to-listbox.html:
797 2006-07-11 Justin Garcia <justin.garcia@apple.com>
799 Reviewed by levi & thatcher
801 <http://bugzilla.opendarwin.org/show_bug.cgi?id=9642>
802 GMail Editor: Operations that use drop down menus blow away the selection
804 * editing/selection/drag-to-contenteditable-iframe-expected.txt:
805 * editing/selection/subframe-with-selection-expected.checksum: Added.
806 * editing/selection/subframe-with-selection-expected.png: Added.
807 * editing/selection/subframe-with-selection-expected.txt: Added.
808 * editing/selection/subframe-with-selection.html: Added.
810 2006-07-11 Adele Peterson <adele@apple.com>
814 Test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9859
815 REGRESSION: Can't dynamically change popup to list box
817 * fast/forms/select-change-popup-to-listbox-expected.checksum: Added.
818 * fast/forms/select-change-popup-to-listbox-expected.png: Added.
819 * fast/forms/select-change-popup-to-listbox-expected.txt: Added.
820 * fast/forms/select-change-popup-to-listbox.html: Added.
822 2006-07-11 Alexey Proskuryakov <ap@nypop.com>
826 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9572
827 Add application/xhtml+xml to the Accept header
829 The fix itself was landed on 2006-07-09, but I forgot about the test.
831 * http/tests/misc/xhtml-expected.txt: Added.
832 * http/tests/misc/xhtml.php: Added.
834 2006-07-11 Beth Dakin <bdakin@apple.com>
838 Adele checked in new results for this test when you could style
839 selects, but the styling of selects is turned off for now, so back
840 to the original results.
842 * fast/forms/001-expected.checksum:
843 * fast/forms/001-expected.png:
844 * fast/forms/001-expected.txt:
846 2006-07-11 Alexey Proskuryakov <ap@nypop.com>
850 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=7808
851 Assertion failure in -[WebBaseNetscapePluginStream dealloc] when requesting an invalid URL
853 * plugins/get-empty-url-expected.txt: Added.
854 * plugins/get-empty-url.html: Added.
856 2006-07-10 David Kilzer <ddkilzer@kilzer.net>
860 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9179
861 Implement select.options.add() method
863 * fast/dom/select-selectedIndex-multiple-expected.txt: Updated test results.
864 * fast/dom/select-selectedIndex-multiple.html: Updated to print comments between
865 tests to make failures easier to track down.
866 * fast/dom/select-selectedIndex-expected.txt: Mirrored updates from select-selectedIndex-multiple.html
867 * fast/dom/select-selectedIndex.html: Ditto.
868 * fast/js/resources/select-options-add.js: Added.
869 * fast/js/select-options-add-expected.txt: Added.
870 * fast/js/select-options-add.html: Added.
872 2006-07-10 Adele Peterson <adele@apple.com>
876 Test for <rdar://problem/4621442> REGRESSION (NativePopup) : Popup menus aren't drawn correctly on page at orbitz.com; cheaptickets.com
878 * fast/forms/select-style-expected.checksum: Added.
879 * fast/forms/select-style-expected.png: Added.
880 * fast/forms/select-style-expected.txt: Added.
881 * fast/forms/select-style.html: Added.
883 2006-07-10 Beth Dakin <bdakin@apple.com>
887 Test for <rdar://problem/4621095> The should be a way to
888 access the user interface scale factor through the DOM
890 * fast/dom/jsDevicePixelRatio-expected.checksum: Added.
891 * fast/dom/jsDevicePixelRatio-expected.png: Added.
892 * fast/dom/jsDevicePixelRatio-expected.txt: Added.
893 * fast/dom/jsDevicePixelRatio.html: Added.
895 2006-07-10 Adele Peterson <adele@apple.com>
897 http://bugzilla.opendarwin.org/show_bug.cgi?id=9830
898 More pixel test results need updating since switching to native popup
900 * editing/selection/replaced-boundaries-3-expected.checksum:
901 * editing/selection/replaced-boundaries-3-expected.png:
902 * fast/block/margin-collapse/103-expected.checksum:
903 * fast/block/margin-collapse/103-expected.png:
904 * fast/forms/001-expected.checksum:
905 * fast/forms/001-expected.png:
906 * fast/forms/HTMLOptionElement_label01-expected.checksum:
907 * fast/forms/HTMLOptionElement_label01-expected.png:
908 * fast/forms/HTMLOptionElement_label02-expected.checksum:
909 * fast/forms/HTMLOptionElement_label02-expected.png:
910 * fast/forms/HTMLOptionElement_label03-expected.checksum:
911 * fast/forms/HTMLOptionElement_label03-expected.png:
912 * fast/forms/HTMLOptionElement_label04-expected.checksum:
913 * fast/forms/HTMLOptionElement_label04-expected.png:
914 * fast/forms/form-element-geometry-expected.checksum:
915 * fast/forms/form-element-geometry-expected.png:
916 * fast/forms/option-script-expected.checksum:
917 * fast/forms/option-script-expected.png:
918 * fast/forms/option-strip-whitespace-expected.checksum:
919 * fast/forms/option-strip-whitespace-expected.png:
920 * fast/invalid/014-expected.checksum:
921 * fast/invalid/014-expected.png:
922 * fast/parser/document-write-option-expected.checksum:
923 * fast/parser/document-write-option-expected.png:
924 * tables/mozilla/bugs/bug2479-3-expected.checksum:
925 * tables/mozilla/bugs/bug2479-3-expected.png:
926 * tables/mozilla/bugs/bug29326-expected.checksum:
927 * tables/mozilla/bugs/bug29326-expected.png:
928 * tables/mozilla/bugs/bug33855-expected.checksum:
929 * tables/mozilla/bugs/bug33855-expected.png:
930 * tables/mozilla/bugs/bug96334-expected.checksum:
931 * tables/mozilla/bugs/bug96334-expected.png:
932 * tables/mozilla/core/margins-expected.checksum:
933 * tables/mozilla/core/margins-expected.png:
934 * tables/mozilla/dom/tableDom-expected.checksum:
935 * tables/mozilla/dom/tableDom-expected.png:
937 2006-07-10 Darin Adler <darin@apple.com>
939 * tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
940 Updated one more result for Adele's 4463835 change last night.
942 2006-07-10 Beth Dakin <bdakin@apple.com>
946 Test cases for <rdar://problem/4610314> Support the CSS3 content
949 * fast/css/contentDiv-expected.checksum: Added.
950 * fast/css/contentDiv-expected.png: Added.
951 * fast/css/contentDiv-expected.txt: Added.
952 * fast/css/contentDiv.html: Added.
953 * fast/css/contentDivWithChildren-expected.checksum: Added.
954 * fast/css/contentDivWithChildren-expected.png: Added.
955 * fast/css/contentDivWithChildren-expected.txt: Added.
956 * fast/css/contentDivWithChildren.html: Added.
957 * fast/css/contentImage-expected.checksum: Added.
958 * fast/css/contentImage-expected.png: Added.
959 * fast/css/contentImage-expected.txt: Added.
960 * fast/css/contentImage.html: Added.
961 * fast/css/resources/show-shoes-vs-pie.png: Added.
963 2006-07-09 Anders Carlsson <acarlsson@apple.com>
967 http://bugzilla.opendarwin.org/show_bug.cgi?id=9245
968 Quirksmode: Incorrect handling of disabled BUTTON elements
970 * fast/forms/activate-and-disabled-elements-expected.txt: Added.
971 * fast/forms/activate-and-disabled-elements.html: Added.
973 2006-07-09 Adele Peterson <adele@apple.com>
978 <rdar://problem/4463835> Switch to use new popup menu implementation for <select>
980 * editing/selection/replaced-boundaries-3-expected.txt:
981 * editing/selection/select-box-expected.txt:
982 * fast/block/margin-collapse/103-expected.txt:
983 * fast/dom/option-properties-expected.txt:
984 * fast/forms/003-expected.txt:
985 * fast/forms/004-expected.txt:
986 * fast/forms/HTMLOptionElement_label01-expected.txt:
987 * fast/forms/HTMLOptionElement_label02-expected.txt:
988 * fast/forms/HTMLOptionElement_label03-expected.txt:
989 * fast/forms/HTMLOptionElement_label04-expected.txt:
990 * fast/forms/HTMLOptionElement_label06-expected.txt:
991 * fast/forms/HTMLOptionElement_label07-expected.txt:
992 * fast/forms/form-element-geometry-expected.txt:
993 * fast/forms/option-script-expected.txt:
994 * fast/forms/option-strip-whitespace-expected.txt:
995 * fast/forms/select-remove-option-expected.txt:
996 * fast/forms/select-replace-option-expected.txt:
997 * fast/forms/select-reset-expected.txt:
998 * fast/invalid/014-expected.txt:
999 * fast/parser/document-write-option-expected.txt:
1000 * fast/replaced/width100percent-expected.txt:
1001 * tables/mozilla/bugs/bug1188-expected.txt:
1002 * tables/mozilla/bugs/bug18359-expected.txt:
1003 * tables/mozilla/bugs/bug2479-3-expected.txt:
1004 * tables/mozilla/bugs/bug2479-4-expected.txt:
1005 * tables/mozilla/bugs/bug29326-expected.txt:
1006 * tables/mozilla/bugs/bug33855-expected.txt:
1007 * tables/mozilla/bugs/bug4382-expected.txt:
1008 * tables/mozilla/bugs/bug96334-expected.txt:
1009 * tables/mozilla/core/margins-expected.txt:
1010 * tables/mozilla/dom/tableDom-expected.txt:
1012 2006-07-09 Geoffrey Garen <ggaren@apple.com>
1016 Now that we garbage collect after reinitalizing the global object, not
1017 before, we have more free memory, so a custom property that used to
1018 get collected during the initialization phase of this test now avoids
1019 getting collected until the collection phase.
1021 * fast/dom/gc-9-expected.txt:
1022 * fast/dom/gc-9.html:
1024 2006-07-09 David Kilzer <ddkilzer@kilzer.net>
1028 - http://bugzilla.opendarwin.org/show_bug.cgi?id=9812
1029 LayoutTests/svg/custom/foreign-object-skew.svg seems to be fixed
1031 * svg/custom/foreign-object-skew-expected.checksum: Updated.
1032 * svg/custom/foreign-object-skew-expected.png: Updated.
1034 2006-07-09 Darin Adler <darin@apple.com>
1036 * fast/dom/delete-contents-expected.txt: Updated results that changed
1037 because we now keep comment nodes in the DOM.
1039 2006-07-09 David Harrison <harrison@apple.com>
1041 Reviewed by John Sullivan.
1043 <rdar://problem/4598149> Deleting the contents of a DOMRange and then inserting a node into it crashes in WebCore::Font::canUseGlyphCache
1045 * fast/dom/delete-contents-expected.checksum: Added.
1046 * fast/dom/delete-contents-expected.png: Added.
1047 * fast/dom/delete-contents-expected.txt: Added.
1048 * fast/dom/delete-contents.html: Added.
1050 2006-07-09 David Kilzer <ddkilzer@kilzer.net>
1054 - http://bugzilla.opendarwin.org/show_bug.cgi?id=9797
1055 Make description() in fast/js/resources/js-test-pre.js work with MSIE 6
1057 * fast/js/resources/js-test-pre.js: Change description() to work with MSIE 6.
1059 2006-07-08 Timothy Hatcher <timothy@apple.com>
1063 Bug 5312: comments aren't available via DOM
1064 http://bugzilla.opendarwin.org/show_bug.cgi?id=5312
1066 New tests for DOM comment nodes. Updated results to account for new
1067 nodes in the DOM (editing offsets changed.)
1069 * editing/deleting/delete-line-013-expected.txt:
1070 * editing/deleting/delete-line-014-expected.txt:
1071 * editing/inserting/insert-3907422-fix-expected.txt:
1072 * editing/inserting/insert-div-009-expected.txt:
1073 * editing/inserting/insert-div-010-expected.txt:
1074 * editing/selection/extend-by-character-006-expected.txt:
1075 * editing/selection/move-between-blocks-no-001-expected.txt:
1076 * editing/selection/move-between-blocks-yes-001-expected.txt:
1077 * fast/dom/HTMLDocument/object-by-name-or-id-expected.txt:
1078 * fast/dom/HTMLDocument/object-by-name-or-id.html:
1079 * fast/dom/comment-document-fragment-expected.txt: Added.
1080 * fast/dom/comment-document-fragment.html: Added.
1081 * fast/dom/comment-dom-node-expected.txt: Added.
1082 * fast/dom/comment-dom-node.html: Added.
1083 * fast/dom/comment-not-documentElement-expected.checksum: Added.
1084 * fast/dom/comment-not-documentElement-expected.png: Added.
1085 * fast/dom/comment-not-documentElement-expected.txt: Added.
1086 * fast/dom/comment-not-documentElement.html: Added.
1087 * fast/text/atsui-pointtooffset-calls-cg-expected.txt:
1088 * fast/text/atsui-rtl-override-selection-expected.txt:
1090 2006-07-08 Darin Adler <darin@apple.com>
1092 Reviewed by Geoff (well, half of it at least).
1094 - http://bugzilla.opendarwin.org/show_bug.cgi?id=9788
1095 storage leaks in Objective-C tests
1097 * plugins/jsobjc-simple.html: Add an autorelease to fix a storage leak.
1099 2006-07-08 Darin Adler <darin@apple.com>
1101 - clear up a few minor housekeeping problems
1103 * fast/css/xml-stylesheet-pi-not-in-prolog-expected.checksum: Added.
1104 * fast/css/xml-stylesheet-pi-not-in-prolog-expected.png: Added.
1105 * fast/forms/input-appearance-height-expected.checksum: Added.
1106 Added missing test results.
1108 * fast/block/float/nopaint-after-layer-destruction-expected.checksum:
1109 * fast/block/positioning/absolute-positioned-overconstrained.html:
1110 * fast/css/ZeroOpacityLayers.html:
1111 * fast/css/ZeroOpacityLayers2.html:
1112 * fast/css/font-shorthand-weight-only-expected.checksum:
1113 * fast/css/hsl-color-expected.checksum:
1114 * fast/css/hsla-color-expected.checksum:
1115 * fast/css/resize-corner-tracking-expected.checksum:
1116 * fast/dom/HTMLLinkElement/pending-stylesheet-count-expected.checksum:
1117 * fast/dynamic/selection-highlight-adjust-expected.checksum:
1118 * fast/forms/button-generated-content-expected.checksum:
1119 * fast/frames/calculate-fixed.html:
1120 * fast/frames/calculate-order.html:
1121 * fast/frames/calculate-percentage.html:
1122 * fast/frames/calculate-relative.html:
1123 * fast/frames/calculate-round.html:
1124 * fast/history/clicked-link-is-visited-expected.checksum:
1125 * fast/layers/opacity-outline-expected.checksum:
1126 * fast/media/import-p-red.css:
1127 * fast/parser/broken-comments-vs-parsing-mode-expected.checksum:
1128 * fast/repaint/clipped-relative-expected.checksum:
1129 * fast/repaint/float-move-during-layout-expected.checksum:
1130 * fast/repaint/layer-child-outline-expected.checksum:
1131 * fast/repaint/outline-shrinking-expected.checksum:
1132 * fast/repaint/static-to-positioned-expected.checksum:
1133 * fast/repaint/table-collapsed-border-expected.checksum:
1134 * fast/table/absolute-table-at-bottom-expected.checksum:
1135 * fast/table/border-collapsing/border-collapsing-head-foot-expected.checksum:
1136 * fast/table/empty-section-crash-expected.checksum:
1137 * fast/table/rtl-cell-display-none-assert-expected.checksum:
1138 * fast/table/text-field-baseline-expected.checksum:
1139 * fast/text/capitalize-empty-generated-string-expected.checksum:
1140 * svg/custom/gradient-stroke-width-expected.checksum:
1141 * traversal/stay-within-root-expected.checksum:
1142 Removed "No newline at end of file" that snuck in as part of the "apply patch" process.
1144 * fast/block/positioning/absolute-positioned-overconstrained-expected.txt:
1145 * fast/css/ZeroOpacityLayers-expected.checksum:
1146 * fast/css/ZeroOpacityLayers-expected.png:
1147 * fast/css/ZeroOpacityLayers-expected.txt:
1148 * fast/css/ZeroOpacityLayers2-expected.checksum:
1149 * fast/css/ZeroOpacityLayers2-expected.png:
1150 * fast/css/ZeroOpacityLayers2-expected.txt:
1151 Updated tests results that changed due to the above.
1153 2006-07-07 Justin Garcia <justin.garcia@apple.com>
1157 * editing/selection/editable-non-editable-crash-expected.checksum: Added.
1158 * editing/selection/editable-non-editable-crash-expected.png: Added.
1159 * editing/selection/editable-non-editable-crash-expected.txt: Added.
1160 * editing/selection/editable-non-editable-crash.html: Added.
1161 * editing/selection/skip-non-editable-1-expected.txt:
1162 * editing/selection/skip-non-editable-1.html:
1164 2006-07-07 Levi Weintraub <lweintraub@apple.com>
1168 Missed a few in the last update...
1170 * fast/forms/input-delete-expected.txt:
1171 * fast/repaint/inline-outline-repaint-expected.txt:
1172 * fast/repaint/selection-after-delete-expected.txt:
1174 2006-07-07 Levi Weintraub <lweintraub@apple.com>
1178 Deletion editing deligates now show up!
1180 * editing/deleting/collapse-whitespace-3587601-fix-expected.txt:
1181 * editing/deleting/delete-3608430-fix-expected.txt:
1182 * editing/deleting/delete-3608445-fix-expected.txt:
1183 * editing/deleting/delete-3608462-fix-expected.txt:
1184 * editing/deleting/delete-3775172-fix-expected.txt:
1185 * editing/deleting/delete-3800834-fix-expected.txt:
1186 * editing/deleting/delete-3857753-fix-expected.txt:
1187 * editing/deleting/delete-3865854-fix-expected.txt:
1188 * editing/deleting/delete-3928305-fix-expected.txt:
1189 * editing/deleting/delete-3959464-fix-expected.txt:
1190 * editing/deleting/delete-4038408-fix-expected.txt:
1191 * editing/deleting/delete-4083333-fix-expected.txt:
1192 * editing/deleting/delete-after-span-ws-001-expected.txt:
1193 * editing/deleting/delete-after-span-ws-002-expected.txt:
1194 * editing/deleting/delete-after-span-ws-003-expected.txt:
1195 * editing/deleting/delete-all-text-in-text-field-assertion-expected.txt:
1196 * editing/deleting/delete-and-undo-expected.txt:
1197 * editing/deleting/delete-at-paragraph-boundaries-001-expected.txt:
1198 * editing/deleting/delete-at-paragraph-boundaries-002-expected.txt:
1199 * editing/deleting/delete-at-paragraph-boundaries-003-expected.txt:
1200 * editing/deleting/delete-at-paragraph-boundaries-004-expected.txt:
1201 * editing/deleting/delete-at-paragraph-boundaries-005-expected.txt:
1202 * editing/deleting/delete-at-paragraph-boundaries-006-expected.txt:
1203 * editing/deleting/delete-at-paragraph-boundaries-007-expected.txt:
1204 * editing/deleting/delete-at-paragraph-boundaries-008-expected.txt:
1205 * editing/deleting/delete-at-paragraph-boundaries-009-expected.txt:
1206 * editing/deleting/delete-at-paragraph-boundaries-010-expected.txt:
1207 * editing/deleting/delete-at-paragraph-boundaries-011-expected.txt:
1208 * editing/deleting/delete-block-contents-001-expected.txt:
1209 * editing/deleting/delete-block-contents-002-expected.txt:
1210 * editing/deleting/delete-block-contents-003-expected.txt:
1211 * editing/deleting/delete-block-merge-contents-001-expected.txt:
1212 * editing/deleting/delete-block-merge-contents-002-expected.txt:
1213 * editing/deleting/delete-block-merge-contents-003-expected.txt:
1214 * editing/deleting/delete-block-merge-contents-004-expected.txt:
1215 * editing/deleting/delete-block-merge-contents-005-expected.txt:
1216 * editing/deleting/delete-block-merge-contents-006-expected.txt:
1217 * editing/deleting/delete-block-merge-contents-007-expected.txt:
1218 * editing/deleting/delete-block-merge-contents-008-expected.txt:
1219 * editing/deleting/delete-block-merge-contents-009-expected.txt:
1220 * editing/deleting/delete-block-merge-contents-010-expected.txt:
1221 * editing/deleting/delete-block-merge-contents-012-expected.txt:
1222 * editing/deleting/delete-block-merge-contents-013-expected.txt:
1223 * editing/deleting/delete-block-merge-contents-014-expected.txt:
1224 * editing/deleting/delete-block-merge-contents-015-expected.txt:
1225 * editing/deleting/delete-block-merge-contents-016-expected.txt:
1226 * editing/deleting/delete-block-merge-contents-017-expected.txt:
1227 * editing/deleting/delete-block-merge-contents-018-expected.txt:
1228 * editing/deleting/delete-block-merge-contents-019-expected.txt:
1229 * editing/deleting/delete-block-merge-contents-020-expected.txt:
1230 * editing/deleting/delete-block-merge-contents-021-expected.txt:
1231 * editing/deleting/delete-block-merge-contents-022-expected.txt:
1232 * editing/deleting/delete-block-merge-contents-023-expected.txt:
1233 * editing/deleting/delete-block-merge-contents-024-expected.txt:
1234 * editing/deleting/delete-br-001-expected.txt:
1235 * editing/deleting/delete-br-002-expected.txt:
1236 * editing/deleting/delete-br-003-expected.txt:
1237 * editing/deleting/delete-br-004-expected.txt:
1238 * editing/deleting/delete-br-005-expected.txt:
1239 * editing/deleting/delete-br-006-expected.txt:
1240 * editing/deleting/delete-br-007-expected.txt:
1241 * editing/deleting/delete-br-008-expected.txt:
1242 * editing/deleting/delete-br-009-expected.txt:
1243 * editing/deleting/delete-br-010-expected.txt:
1244 * editing/deleting/delete-br-011-expected.txt:
1245 * editing/deleting/delete-character-001-expected.txt:
1246 * editing/deleting/delete-contiguous-ws-001-expected.txt:
1247 * editing/deleting/delete-image-001-expected.txt:
1248 * editing/deleting/delete-image-002-expected.txt:
1249 * editing/deleting/delete-image-003-expected.txt:
1250 * editing/deleting/delete-image-004-expected.txt:
1251 * editing/deleting/delete-leading-ws-001-expected.txt:
1252 * editing/deleting/delete-line-001-expected.txt:
1253 * editing/deleting/delete-line-002-expected.txt:
1254 * editing/deleting/delete-line-003-expected.txt:
1255 * editing/deleting/delete-line-004-expected.txt:
1256 * editing/deleting/delete-line-005-expected.txt:
1257 * editing/deleting/delete-line-006-expected.txt:
1258 * editing/deleting/delete-line-007-expected.txt:
1259 * editing/deleting/delete-line-008-expected.txt:
1260 * editing/deleting/delete-line-009-expected.txt:
1261 * editing/deleting/delete-line-010-expected.txt:
1262 * editing/deleting/delete-line-011-expected.txt:
1263 * editing/deleting/delete-line-012-expected.txt:
1264 * editing/deleting/delete-line-013-expected.txt:
1265 * editing/deleting/delete-line-014-expected.txt:
1266 * editing/deleting/delete-line-015-expected.txt:
1267 * editing/deleting/delete-line-016-expected.txt:
1268 * editing/deleting/delete-line-017-expected.txt:
1269 * editing/deleting/delete-line-end-ws-001-expected.txt:
1270 * editing/deleting/delete-line-end-ws-002-expected.txt:
1271 * editing/deleting/delete-listitem-001-expected.txt:
1272 * editing/deleting/delete-listitem-002-expected.txt:
1273 * editing/deleting/delete-select-all-001-expected.txt:
1274 * editing/deleting/delete-select-all-002-expected.txt:
1275 * editing/deleting/delete-select-all-003-expected.txt:
1276 * editing/deleting/delete-selection-001-expected.txt:
1277 * editing/deleting/delete-tab-001-expected.txt:
1278 * editing/deleting/delete-tab-002-expected.txt:
1279 * editing/deleting/delete-tab-003-expected.txt:
1280 * editing/deleting/delete-tab-004-expected.txt:
1281 * editing/deleting/delete-trailing-ws-001-expected.txt:
1282 * editing/deleting/delete-trailing-ws-002-expected.txt:
1283 * editing/deleting/delete-ws-fixup-001-expected.txt:
1284 * editing/deleting/delete-ws-fixup-002-expected.txt:
1285 * editing/deleting/delete-ws-fixup-003-expected.txt:
1286 * editing/deleting/delete-ws-fixup-004-expected.txt:
1287 * editing/deleting/forward-delete-expected.txt:
1288 * editing/deleting/merge-different-styles-expected.txt:
1289 * editing/deleting/merge-endOfParagraph-expected.txt:
1290 * editing/deleting/merge-into-empty-block-1-expected.txt:
1291 * editing/deleting/merge-into-empty-block-2-expected.txt:
1292 * editing/deleting/merge-no-br-expected.txt:
1293 * editing/deleting/merge-unrendered-space-expected.txt:
1294 * editing/deleting/pruning-after-merge-1-expected.txt:
1295 * editing/deleting/pruning-after-merge-2-expected.txt:
1296 * editing/deleting/smart-delete-001-expected.txt:
1297 * editing/deleting/smart-delete-002-expected.txt:
1298 * editing/deleting/table-cells-expected.txt:
1299 * editing/execCommand/insertHTML-expected.txt:
1300 * editing/input/text-input-controller-expected.txt:
1301 * editing/inserting/insert-3775316-fix-expected.txt:
1302 * editing/inserting/insert-3851164-fix-expected.txt:
1303 * editing/inserting/insert-after-delete-001-expected.txt:
1304 * editing/inserting/insert-div-021-expected.txt:
1305 * editing/inserting/insert-div-026-expected.txt:
1306 * editing/pasteboard/4076267-2-expected.txt:
1307 * editing/pasteboard/4076267-3-expected.txt:
1308 * editing/pasteboard/4076267-expected.txt:
1309 * editing/pasteboard/paste-table-002-expected.txt:
1310 * editing/pasteboard/paste-text-015-expected.txt:
1311 * editing/selection/move-between-blocks-no-001-expected.txt:
1312 * editing/selection/select-all-iframe-expected.txt:
1313 * editing/style/block-style-005-expected.txt:
1314 * editing/style/smoosh-styles-001-expected.txt:
1315 * editing/style/smoosh-styles-002-expected.txt:
1316 * editing/style/style-3681552-fix-002-expected.txt:
1317 * editing/style/typing-style-001-expected.txt:
1318 * editing/style/typing-style-002-expected.txt:
1319 * editing/unsupported-content/list-delete-001-expected.txt:
1320 * editing/unsupported-content/list-delete-002-expected.txt:
1321 * editing/unsupported-content/list-delete-003-expected.txt:
1322 * editing/unsupported-content/table-delete-001-expected.txt:
1323 * editing/unsupported-content/table-delete-002-expected.txt:
1324 * editing/unsupported-content/table-delete-003-expected.txt:
1325 * fast/forms/input-text-option-delete-expected.checksum:
1326 * fast/forms/input-text-option-delete-expected.txt:
1328 2006-07-07 Levi Weintraub <lweintraub@apple.com>
1332 Improved table editing
1334 * editing/deleting/delete-to-select-table-expected.checksum: Added.
1335 * editing/deleting/delete-to-select-table-expected.png: Added.
1336 * editing/deleting/delete-to-select-table-expected.txt: Added.
1337 * editing/deleting/delete-to-select-table.html: Added.
1338 * editing/input/text-input-controller-expected.txt:
1340 2006-07-07 Anders Carlsson <acarlsson@apple.com>
1344 http://bugzilla.opendarwin.org/show_bug.cgi?id=8300
1345 REGRESSION: First mouse click is randomly ignored when clicking on checkbox and radio buttons
1347 * fast/forms/radio-check-click-and-drag-expected.txt: Added.
1348 * fast/forms/radio-check-click-and-drag.html: Added.
1350 2006-07-06 Justin Garcia <justin.garcia@apple.com>
1354 <rdar://problem/4609184>
1355 Mail crashes at WebCore::Selection::adjustForEditableContent
1356 <rdar://problem/4609140>
1357 Crash at WebCore::Range::compareBoundaryPoints
1359 * editing/selection/mixed-editability-1-expected.checksum: Added.
1360 * editing/selection/mixed-editability-1-expected.png: Added.
1361 * editing/selection/mixed-editability-1-expected.txt: Added.
1362 * editing/selection/mixed-editability-1.html: Added.
1363 * editing/selection/mixed-editability-2-expected.checksum: Added.
1364 * editing/selection/mixed-editability-2-expected.png: Added.
1365 * editing/selection/mixed-editability-2-expected.txt: Added.
1366 * editing/selection/mixed-editability-2.html: Added.
1368 2006-07-06 Anders Carlsson <acarlsson@apple.com>
1372 http://bugzilla.opendarwin.org/show_bug.cgi?id=9528
1373 REGRESSION: arrow key skips '>' in Bugzilla replies due to '\n' in text nodes
1375 * fast/dom/css-selectorText-expected.txt:
1376 * fast/dom/css-shortHands-expected.txt:
1379 * fast/dom/set-inner-text-newlines-expected.txt: Added.
1380 * fast/dom/set-inner-text-newlines.html: Added.
1382 2006-07-06 Anders Carlsson <acarlsson@apple.com>
1386 <rdar://problem/4610891> Support overflow events
1388 * fast/events/overflow-events-expected.txt: Added.
1389 * fast/events/overflow-events.html: Added.
1391 2006-07-06 David Harrison <harrison@apple.com>
1395 <rdar://problem/4565031> innerHTML of XMP tag returns special characters like '>' instead of '>'
1397 * fast/innerHTML/006-expected.checksum: Added.
1398 * fast/innerHTML/006-expected.png: Added.
1399 * fast/innerHTML/006-expected.txt: Added.
1400 * fast/innerHTML/006.html: Added.
1402 2006-07-05 John Sullivan <sullivan@apple.com>
1406 - layout test for <rdar://problem/4609162> REGRESSION: When tabbing between links on a page,
1407 the window doesn't scroll to link that's not in view
1409 The test verifies that focusing a link will scroll the link into view.
1411 * fast/events/reveal-link-when-focused-expected.checksum: Added.
1412 * fast/events/reveal-link-when-focused-expected.png: Added.
1413 * fast/events/reveal-link-when-focused-expected.txt: Added.
1414 * fast/events/reveal-link-when-focused.html: Added.
1416 2006-07-05 Anders Carlsson <acarlsson@apple.com>
1420 http://bugzilla.opendarwin.org/show_bug.cgi?id=3581
1421 iFrames set to display:none are Missing from frames array
1423 * fast/events/mouseover-mouseout2-expected.txt:
1424 * fast/events/mouseover-mouseout2.html:
1425 Update expected result. Since we now keep the frame around, the mouseout event is
1426 now dispatched to the element in the frame.
1428 * fast/events/onloadFrameCrash-expected.checksum:
1429 * fast/events/onloadFrameCrash-expected.png:
1430 * fast/events/onloadFrameCrash-expected.txt:
1431 This does hide the frame now.
1433 * fast/frames/iframe-display-none-expected.txt: Added.
1434 * fast/frames/iframe-display-none.html: Added.
1435 * fast/frames/resources/iframe-display-none-child.html: Added.
1436 New test that tests JS interaction with frames.
1438 * fast/frames/iframe-double-attach-expected.txt: Added.
1439 * fast/frames/iframe-double-attach.html: Added.
1441 2006-07-04 Maciej Stachowiak <mjs@apple.com>
1445 http://bugzilla.opendarwin.org/show_bug.cgi?id=9734
1446 - change SVG XPath DOM tests to dump as text, and update expected results
1448 This should stop the random failures in Attribute_Nodes.svg
1450 * dom/svg/level3/xpath/Attribute_Nodes-expected.txt:
1451 * dom/svg/level3/xpath/Attribute_Nodes_xmlns-expected.txt:
1452 * dom/svg/level3/xpath/Comment_Nodes-expected.txt:
1453 * dom/svg/level3/xpath/Conformance_Expressions-expected.txt:
1454 * dom/svg/level3/xpath/Conformance_hasFeature_3-expected.txt:
1455 * dom/svg/level3/xpath/Conformance_hasFeature_empty-expected.txt:
1456 * dom/svg/level3/xpath/Conformance_hasFeature_null-expected.txt:
1457 * dom/svg/level3/xpath/Conformance_isSupported_3-expected.txt:
1458 * dom/svg/level3/xpath/Conformance_isSupported_empty-expected.txt:
1459 * dom/svg/level3/xpath/Conformance_isSupported_null-expected.txt:
1460 * dom/svg/level3/xpath/Element_Nodes-expected.txt:
1461 * dom/svg/level3/xpath/Processing_Instruction_Nodes-expected.txt:
1462 * dom/svg/level3/xpath/Text_Nodes-expected.txt:
1463 * dom/svg/level3/xpath/XPathEvaluatorCast01-expected.txt:
1464 * dom/svg/level3/xpath/XPathEvaluator_createExpression_INVALID_EXPRESSION_ERR-expected.txt:
1465 * dom/svg/level3/xpath/XPathEvaluator_createExpression_NAMESPACE_ERR_01-expected.txt:
1466 * dom/svg/level3/xpath/XPathEvaluator_createExpression_NAMESPACE_ERR_02-expected.txt:
1467 * dom/svg/level3/xpath/XPathEvaluator_createExpression_NS-expected.txt:
1468 * dom/svg/level3/xpath/XPathEvaluator_createExpression_no_NS-expected.txt:
1469 * dom/svg/level3/xpath/XPathEvaluator_createNSResolver_all-expected.txt:
1470 * dom/svg/level3/xpath/XPathEvaluator_createNSResolver_document-expected.txt:
1471 * dom/svg/level3/xpath/XPathEvaluator_createNSResolver_documentElement-expected.txt:
1472 * dom/svg/level3/xpath/XPathEvaluator_evaluate_INVALID_EXPRESSION_ERR-expected.txt:
1473 * dom/svg/level3/xpath/XPathEvaluator_evaluate_NAMESPACE_ERR-expected.txt:
1474 * dom/svg/level3/xpath/XPathEvaluator_evaluate_NOT_SUPPORTED_ERR-expected.txt:
1475 * dom/svg/level3/xpath/XPathEvaluator_evaluate_TYPE_ERR-expected.txt:
1476 * dom/svg/level3/xpath/XPathEvaluator_evaluate_WRONG_DOCUMENT_ERR-expected.txt:
1477 * dom/svg/level3/xpath/XPathEvaluator_evaluate_document-expected.txt:
1478 * dom/svg/level3/xpath/XPathEvaluator_evaluate_documentElement-expected.txt:
1479 * dom/svg/level3/xpath/XPathExpression_evaluate_NOT_SUPPORTED_ERR-expected.txt:
1480 * dom/svg/level3/xpath/XPathExpression_evaluate_WRONG_DOCUMENT_ERR-expected.txt:
1481 * dom/svg/level3/xpath/XPathExpression_evaluate_document-expected.txt:
1482 * dom/svg/level3/xpath/XPathExpression_evaluate_documentElement-expected.txt:
1483 * dom/svg/level3/xpath/XPathNSResolver_lookupNamespaceURI_nist_dmstc-expected.txt:
1484 * dom/svg/level3/xpath/XPathNSResolver_lookupNamespaceURI_null-expected.txt:
1485 * dom/svg/level3/xpath/XPathNSResolver_lookupNamespaceURI_prefix-expected.txt:
1486 * dom/svg/level3/xpath/XPathNSResolver_lookupNamespaceURI_xml-expected.txt:
1487 * dom/svg/level3/xpath/XPathResult_TYPE_ERR-expected.txt:
1488 * dom/svg/level3/xpath/XPathResult_booleanValue_false-expected.txt:
1489 * dom/svg/level3/xpath/XPathResult_booleanValue_true-expected.txt:
1490 * dom/svg/level3/xpath/XPathResult_invalidIteratorState_ANY_TYPE-expected.txt:
1491 * dom/svg/level3/xpath/XPathResult_invalidIteratorState_ANY_UNORDERED_NODE_TYPE-expected.txt:
1492 * dom/svg/level3/xpath/XPathResult_invalidIteratorState_BOOLEAN_TYPE-expected.txt:
1493 * dom/svg/level3/xpath/XPathResult_invalidIteratorState_FIRST_ORDERED_NODE_TYPE-expected.txt:
1494 * dom/svg/level3/xpath/XPathResult_invalidIteratorState_NUMBER_TYPE-expected.txt:
1495 * dom/svg/level3/xpath/XPathResult_invalidIteratorState_ORDERED_NODE_ITERATOR_TYPE-expected.txt:
1496 * dom/svg/level3/xpath/XPathResult_invalidIteratorState_ORDERED_NODE_SNAPSHOT_TYPE-expected.txt:
1497 * dom/svg/level3/xpath/XPathResult_invalidIteratorState_STRING_TYPE-expected.txt:
1498 * dom/svg/level3/xpath/XPathResult_invalidIteratorState_UNORDERED_NODE_ITERATOR_TYPE-expected.txt:
1499 * dom/svg/level3/xpath/XPathResult_invalidIteratorState_UNORDERED_NODE_SNAPSHOT_TYPE-expected.txt:
1500 * dom/svg/level3/xpath/XPathResult_iterateNext_INVALID_STATE_ERR-expected.txt:
1501 * dom/svg/level3/xpath/XPathResult_iteratorNext_ORDERED_NODE_ITERATOR_TYPE-expected.txt:
1502 * dom/svg/level3/xpath/XPathResult_numberValue-expected.txt:
1503 * dom/svg/level3/xpath/XPathResult_resultType-expected.txt:
1504 * dom/svg/level3/xpath/XPathResult_singleNodeValue_ANY_UNORDERED_NODE_TYPE-expected.txt:
1505 * dom/svg/level3/xpath/XPathResult_singleNodeValue_FIRST_ORDERED_NODE_TYPE-expected.txt:
1506 * dom/svg/level3/xpath/XPathResult_snapshotItem_ORDERED_NODE_SNAPSHOT_TYPE_null-expected.txt:
1507 * dom/svg/level3/xpath/XPathResult_snapshotItem_ORDERED_NODE_SNAPSHOT_TYPE_order-expected.txt:
1508 * dom/svg/level3/xpath/XPathResult_snapshotItem_UNORDERED_NODE_SNAPSHOT_TYPE_count-expected.txt:
1509 * dom/svg/level3/xpath/XPathResult_snapshotItem_UNORDERED_NODE_SNAPSHOT_TYPE_null-expected.txt:
1510 * dom/svg/level3/xpath/XPathResult_snapshotLength_ORDERED_NODE_SNAPSHOT_TYPE-expected.txt:
1511 * dom/svg/level3/xpath/XPathResult_snapshotLength_UNORDERED_NODE_SNAPSHOT_TYPE-expected.txt:
1512 * dom/svg/level3/xpath/XPathResult_stringValue-expected.txt:
1513 * dom/svg/level3/xpath/svgunit.js:
1515 2006-07-04 Darin Adler <darin@apple.com>
1517 - updated test result to reflect window without scroll bars
1519 1) this test should not have scroll bars
1520 2) on the buildbot the result is the non-scroll-bar one
1522 * dom/svg/level3/xpath/Attribute_Nodes-expected.txt:
1523 Changed text node width to 800.
1525 2006-07-02 David Carson <dacarson@gmail.com>
1529 - tests for http://bugzilla.opendarwin.org/show_bug.cgi?id=9506
1530 Tests using HSL rather than RGB for color values.
1532 * fast/css/hsl-color-expected.checksum: Added.
1533 * fast/css/hsl-color-expected.png: Added.
1534 * fast/css/hsl-color-expected.txt: Added.
1535 * fast/css/hsl-color.html: Added.
1536 * fast/css/hsla-color-expected.checksum: Added.
1537 * fast/css/hsla-color-expected.png: Added.
1538 * fast/css/hsla-color-expected.txt: Added.
1539 * fast/css/hsla-color.html: Added.
1541 2006-07-04 Alexey Proskuryakov <ap@nypop.com>
1545 - http://bugzilla.opendarwin.org/show_bug.cgi?id=8210
1546 Conditional XMLHttpRequest gets should pass 304 responses unchanged
1548 * http/tests/xmlhttprequest/cache-override-expected.txt: Added.
1549 * http/tests/xmlhttprequest/cache-override.html: Added.
1550 * http/tests/xmlhttprequest/resources/304.pl: Added.
1552 2006-07-02 Mitz Pettel <opendarwin.org@mitzpettel.com>
1556 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9674
1557 REGRESSION (r15075): Blank or incomplete pages on digg.com
1559 * fast/tokenizer/nested-cached-scripts-expected.txt: Added.
1560 * fast/tokenizer/nested-cached-scripts.html: Added.
1561 * fast/tokenizer/resources/nested-1.js: Added.
1562 * fast/tokenizer/resources/nested-2.js: Added.
1564 2006-06-30 Mitz Pettel <opendarwin.org@mitzpettel.com>
1568 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=7204
1569 float inserted in fixed height block via DOM not repainted
1571 * fast/repaint/float-move-during-layout-expected.checksum: Added.
1572 * fast/repaint/float-move-during-layout-expected.png: Added.
1573 * fast/repaint/float-move-during-layout-expected.txt: Added.
1574 * fast/repaint/float-move-during-layout.html: Added.
1576 2006-06-30 Levi Weintraub <lweintraub@apple.com>
1580 * editing/execCommand/format-block-with-trailing-br-expected.checksum: Added.
1581 * editing/execCommand/format-block-with-trailing-br-expected.png: Added.
1582 * editing/execCommand/format-block-with-trailing-br-expected.txt: Added.
1583 * editing/execCommand/format-block-with-trailing-br.html: Added.
1585 2006-06-30 Justin Garcia <justin.garcia@apple.com>
1589 * editing/pasteboard/pasting-object-expected.checksum: Added.
1590 * editing/pasteboard/pasting-object-expected.png: Added.
1591 * editing/pasteboard/pasting-object-expected.txt: Added.
1592 * editing/pasteboard/pasting-object.html: Added.
1594 2006-06-30 Justin Garcia <justin.garcia@apple.com>
1596 Reviewed by harrison
1599 * editing/selection/skip-non-editable-1-expected.txt: Added.
1600 * editing/selection/skip-non-editable-1.html: Added.
1601 * editing/selection/skip-non-editable-2-expected.txt: Added.
1602 * editing/selection/skip-non-editable-2.html: Added.
1604 Equivalent render tree:
1605 * editing/execCommand/format-block-with-braces-expected.txt:
1608 * editing/selection/iframe-expected.checksum:
1609 * editing/selection/iframe-expected.png:
1610 * editing/selection/iframe-expected.txt:
1611 * editing/selection/inline-table-expected.checksum:
1612 * editing/selection/inline-table-expected.png:
1613 * editing/selection/inline-table-expected.txt:
1614 * editing/selection/move-between-blocks-no-001-expected.checksum:
1615 * editing/selection/move-between-blocks-no-001-expected.png:
1616 * editing/selection/move-between-blocks-no-001-expected.txt:
1617 * editing/selection/select-box-expected.checksum:
1618 * editing/selection/select-box-expected.png:
1619 * editing/selection/select-box-expected.txt:
1621 2006-06-30 David Kilzer <ddkilzer@kilzer.net>
1625 - Test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9358
1626 REGRESSION: Assertion failure in HTMLInputElement::setValueFromRenderer
1627 (value == constrainValue(value)) when deleting all text
1629 * editing/deleting/delete-all-text-in-text-field-assertion-expected.txt: Added.
1630 * editing/deleting/delete-all-text-in-text-field-assertion.html: Added.
1632 2006-06-29 Sam Weinig <sam.weinig@gmail.com>
1636 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=4874
1637 Table with absolute bottom positioning is positioned incorrectly
1639 Note: test case originally from Mitz.
1641 * fast/table/absolute-table-at-bottom-expected.checksum: Added.
1642 * fast/table/absolute-table-at-bottom-expected.png: Added.
1643 * fast/table/absolute-table-at-bottom-expected.txt: Added.
1644 * fast/table/absolute-table-at-bottom.html: Added.
1646 2006-06-29 Graham Dennis <Graham.Dennis@gmail.com>
1650 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9505
1651 moveParagraphContentsToNewBlockIfNecessary creates a new block outside the current position
1653 * editing/pasteboard/paste-table-002.html: Added.
1654 * editing/pasteboard/paste-table-002-expected.checksum: Added.
1655 * editing/pasteboard/paste-table-002-expected.png: Added.
1656 * editing/pasteboard/paste-table-002-expected.txt: Added.
1658 2006-06-29 Mitz Pettel <opendarwin.org@mitzpettel.com>
1662 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9652
1663 Assertion failure when changing an RTL table cell to display:none
1665 * fast/table/rtl-cell-display-none-assert-expected.checksum: Added.
1666 * fast/table/rtl-cell-display-none-assert-expected.png: Added.
1667 * fast/table/rtl-cell-display-none-assert-expected.txt: Added.
1668 * fast/table/rtl-cell-display-none-assert.html: Added.
1670 2006-06-29 Beth Dakin <bdakin@apple.com>
1674 Test for <rdar://problem/4450615> Add composite mode to background
1677 * fast/backgrounds/bgCompositeCopy-expected.checksum: Added.
1678 * fast/backgrounds/bgCompositeCopy-expected.png: Added.
1679 * fast/backgrounds/bgCompositeCopy-expected.txt: Added.
1680 * fast/backgrounds/bgCompositeCopy.html: Added.
1681 * fast/backgrounds/resources/rgba16.png: Added.
1683 2006-06-28 Levi Weintraub <lweintraub@apple.com>
1687 <rdar://problem/4592005> FormatBlock inserts in the wrong place, disregarding editable content
1688 <rdar://problem/4590763> FormatBlock for paragraph style doesn't work
1690 * editing/execCommand/format-block-with-braces-expected.checksum: Added.
1691 * editing/execCommand/format-block-with-braces-expected.png: Added.
1692 * editing/execCommand/format-block-with-braces-expected.txt: Added.
1693 * editing/execCommand/format-block-with-braces.html: Added.
1694 * editing/execCommand/indent-list-item-expected.checksum: Added.
1695 * editing/execCommand/indent-list-item-expected.png: Added.
1696 * editing/execCommand/indent-list-item-expected.txt: Added.
1697 * editing/execCommand/indent-list-item.html: Added.
1698 * editing/execCommand/indent-selection-expected.checksum: Added.
1699 * editing/execCommand/indent-selection-expected.png: Added.
1700 * editing/execCommand/indent-selection-expected.txt: Added.
1701 * editing/execCommand/indent-selection.html: Added.
1702 * editing/execCommand/outdent-selection-expected.checksum: Added.
1703 * editing/execCommand/outdent-selection-expected.png: Added.
1704 * editing/execCommand/outdent-selection-expected.txt: Added.
1705 * editing/execCommand/outdent-selection.html: Added.
1707 2006-06-28 Levi Weintraub <lweintraub@apple.com>
1711 Missed the layout tests themselves in the first checkin! Whoops!
1713 2006-06-28 Levi Weintraub <lweintraub@apple.com>
1717 http://bugzilla.opendarwin.org/show_bug.cgi?id=7568
1718 Bug 7568: Implement Indent/Outdent
1720 * editing/execCommand/indent-list-item-expected.checksum: Added.
1721 * editing/execCommand/indent-list-item-expected.png: Added.
1722 * editing/execCommand/indent-list-item-expected.txt: Added.
1723 * editing/execCommand/indent-list-item.html: Added.
1724 * editing/execCommand/indent-selection-expected.checksum: Added.
1725 * editing/execCommand/indent-selection-expected.png: Added.
1726 * editing/execCommand/indent-selection-expected.txt: Added.
1727 * editing/execCommand/indent-selection.html: Added.
1728 * editing/execCommand/outdent-selection.html: Added.
1730 2006-06-28 Mitz Pettel <opendarwin.org@mitzpettel.com>
1732 Reviewed by Darin and Hyatt.
1734 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9561
1735 REGRESSION: Content property on :before of button causes hang on click or hover
1737 * fast/forms/button-generated-content-expected.checksum: Added.
1738 * fast/forms/button-generated-content-expected.png: Added.
1739 * fast/forms/button-generated-content-expected.txt: Added.
1740 * fast/forms/button-generated-content.html: Added.
1742 2006-06-28 Rob Buis <buis@kde.org>
1746 Improved test to check offsetX/Y after dispatching instead of before.
1748 * fast/dom/window-xy-properties.html:
1749 * fast/dom/window-xy-properties-expected.txt:
1751 2006-06-27 Rob Buis <buis@kde.org>
1755 Updated test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9605
1757 * fast/dom/window-xy-properties.html:
1758 * fast/dom/window-xy-properties-expected.txt:
1760 2006-06-27 Mitz Pettel <opendarwin.org@mitzpettel.com>
1764 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9317
1765 REGRESSION: crash in HTML tokenizer at Japanese Apple support page
1767 * fast/tokenizer/write-unclosed-script-expected.txt: Added.
1768 * fast/tokenizer/write-unclosed-script.html: Added.
1770 2006-06-27 Justin Garcia <justin.garcia@apple.com>
1774 * editing/execCommand/remove-formatting-expected.checksum: Added.
1775 * editing/execCommand/remove-formatting-expected.png: Added.
1776 * editing/execCommand/remove-formatting-expected.txt: Added.
1777 * editing/execCommand/remove-formatting.html: Added.
1779 2006-06-27 Justin Garcia <justin.garcia@apple.com>
1783 <rdar://problem/4599735> Clicking out of a table at the extremes of an editable document doesn't appear to work
1786 * editing/selection/click-before-and-after-table-expected.txt: Added.
1787 * editing/selection/click-before-and-after-table.html: Added.
1788 Updated to reflect fix:
1789 * editing/selection/move-by-line-001-expected.checksum:
1790 * editing/selection/move-by-line-001-expected.png:
1792 2006-06-27 Anders Carlsson <acarlsson@apple.com>
1796 http://bugzilla.opendarwin.org/show_bug.cgi?id=9623
1797 REGRESSION: getComputedStyle should do a relayout
1799 * fast/css/getComputedStyle-relayout-expected.txt: Added.
1800 * fast/css/getComputedStyle-relayout.html: Added.
1802 2006-06-27 Beth Dakin <bdakin@apple.com>
1806 Test cases for <rdar://problem/4602635> Media queries must be
1807 extended to address CSS pixel scaling factor
1809 * fast/media/mq-max-pixel-ratio-expected.checksum: Added.
1810 * fast/media/mq-max-pixel-ratio-expected.png: Added.
1811 * fast/media/mq-max-pixel-ratio-expected.txt: Added.
1812 * fast/media/mq-max-pixel-ratio.html: Added.
1813 * fast/media/mq-min-pixel-ratio-expected.checksum: Added.
1814 * fast/media/mq-min-pixel-ratio-expected.png: Added.
1815 * fast/media/mq-min-pixel-ratio-expected.txt: Added.
1816 * fast/media/mq-min-pixel-ratio.html: Added.
1817 * fast/media/mq-pixel-ratio-expected.checksum: Added.
1818 * fast/media/mq-pixel-ratio-expected.png: Added.
1819 * fast/media/mq-pixel-ratio-expected.txt: Added.
1820 * fast/media/mq-pixel-ratio.html: Added.
1821 * fast/media/resources/apple_logo_big.jpg: Added.
1822 * fast/media/resources/apple_logo_half_size.png: Added.
1824 2006-06-27 Darin Adler <darin@apple.com>
1826 Tests for fix for 2/3 of http://bugzilla.opendarwin.org/show_bug.cgi?id=9606
1827 REGRESSION: some callers are still using clientX/Y to get pageX/Y
1829 * fast/events/anchor-image-scrolled-x-y-expected.txt: Added.
1830 * fast/events/anchor-image-scrolled-x-y.html: Added.
1831 * fast/events/input-image-scrolled-x-y-expected.txt: Added.
1832 * fast/events/input-image-scrolled-x-y.html: Added.
1834 2006-06-26 Jonas Witt <jonas.witt@gmail.com>
1838 * LayoutTests/fast/events/objc-event-api-expected.txt: Updated to
1839 reflect flipped coordinates dumped by the layout tests.
1841 2006-06-25 David Carson <dacarson@gmail.com>
1845 Tests for http://bugzilla.opendarwin.org/show_bug.cgi?id=9185
1847 * fast/forms/input-appearance-height-expected.png: Added.
1848 * fast/forms/input-appearance-height-expected.txt: Added.
1849 * fast/forms/input-appearance-height.html: Added.
1850 Tests the height attribute on all input types
1852 * fast/forms/input-type-change-expected.checksum: Added.
1853 * fast/forms/input-type-change-expected.png: Added.
1854 * fast/forms/input-type-change-expected.txt: Added.
1855 * fast/forms/input-type-change.html: Added.
1856 Tests changing an input type=TEXT to type=IMAGE with
1857 a height and width specified on the element.
1859 * fast/forms/input-type-change2-expected.checksum: Added.
1860 * fast/forms/input-type-change2-expected.png: Added.
1861 * fast/forms/input-type-change2-expected.txt: Added.
1862 * fast/forms/input-type-change2.html: Added.
1863 Tests changing an input type=IMAGE to type=TEXT with
1864 a height and width specified on the element.
1866 2006-06-25 David Kilzer <ddkilzer@kilzer.net>
1870 * fast/forms/textarea-hard-linewrap-empty.html: Submit form without setTimeout().
1871 * fast/forms/textarea-hard-linewrap.html: Ditto.
1873 2006-06-25 David Kilzer <ddkilzer@kilzer.net>
1877 - http://bugzilla.opendarwin.org/show_bug.cgi?id=9537
1878 REGRESSION: Reproducible crash in WebCore::RenderTextField::textWithHardLineBreaks()
1880 * fast/forms/textarea-hard-linewrap-empty-expected.txt: Added.
1881 * fast/forms/textarea-hard-linewrap-empty.html: Added.
1882 * fast/forms/textarea-hard-linewrap.html: Reduced timeout from 200ms to 0ms and
1883 renamed function from foo() to submitForm().
1885 2006-06-25 Mitz Pettel <opendarwin.org@mitzpettel.com>
1889 - repaint test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9388
1890 REGRESSION: outlines don't get erased when removed in some cases
1892 * fast/repaint/outline-shrinking-expected.checksum: Added.
1893 * fast/repaint/outline-shrinking-expected.png: Added.
1894 * fast/repaint/outline-shrinking-expected.txt: Added.
1895 * fast/repaint/outline-shrinking.html: Added.
1897 2006-06-25 Rob Buis <buis@kde.org>
1902 <http://bugzilla.opendarwin.org/show_bug.cgi?id=8707>
1903 event.clientX and event.clientY should be relative to the viewport, not the canvas
1905 * fast/dom/window-xy-properties-expected.txt: Added.
1906 * fast/dom/window-xy-properties.html: Added.
1908 2006-06-25 Timothy Hatcher <timothy@apple.com>
1910 http://bugzilla.opendarwin.org/show_bug.cgi?id=9560
1912 This fix converted the resize corner image to a B/W tiff.
1913 The pixel tests showed 0.0% changes but still said it had differences.
1914 Updating the tests that use CSS3 resize or textarea.
1916 * fast/forms/floating-textfield-relayout-expected.checksum:
1917 * fast/forms/form-element-geometry-expected.checksum:
1918 * fast/forms/form-element-geometry-expected.png:
1919 * fast/forms/negativeLineHeight-expected.checksum:
1920 * fast/forms/negativeLineHeight-expected.png:
1921 * fast/forms/textAreaLineHeight-expected.checksum:
1922 * fast/forms/textAreaLineHeight-expected.png:
1923 * fast/forms/textarea-setinnerhtml-expected.checksum:
1924 * fast/forms/textarea-setinnerhtml-expected.png:
1925 * fast/overflow/overflow-x-y-expected.checksum:
1926 * fast/overflow/overflow-x-y-expected.png:
1927 * fast/table/003-expected.checksum:
1928 * fast/table/003-expected.png:
1929 * tables/mozilla/bugs/bug194024-expected.checksum:
1930 * tables/mozilla/bugs/bug194024-expected.png:
1931 * tables/mozilla/bugs/bug30559-expected.checksum:
1932 * tables/mozilla/bugs/bug30559-expected.png:
1933 * tables/mozilla/bugs/bug30692-expected.checksum:
1934 * tables/mozilla/bugs/bug30692-expected.png:
1936 2006-06-24 David Kilzer <ddkilzer@kilzer.net>
1938 Build fix. Reviewed by NOBODY.
1940 - Backed out patch for http://bugzilla.opendarwin.org/show_bug.cgi?id=8707
1941 event.clientX and event.clientY should be relative to the viewport, not the canvas
1943 * fast/dom/window-xy-properties-expected.txt: Removed.
1944 * fast/dom/window-xy-properties.html: Removed.
1946 2006-06-24 Rob Buis <buis@kde.org>
1951 <http://bugzilla.opendarwin.org/show_bug.cgi?id=8707>
1952 event.clientX and event.clientY should be relative to the viewport, not the canvas
1954 * fast/dom/window-xy-properties-expected.txt: Added.
1955 * fast/dom/window-xy-properties.html: Added.
1957 2006-06-24 James G. Speth <speth@end.com>
1961 - Tests for http://bugzilla.opendarwin.org/show_bug.cgi?id=8843
1962 add a way to build Objective-C test cases in HTML
1964 * plugins/jsobjc-dom-wrappers-expected.txt: Added.
1965 * plugins/jsobjc-dom-wrappers.html: Added.
1966 * plugins/jsobjc-simple-expected.txt: Added.
1967 * plugins/jsobjc-simple.html: Added.
1969 2006-06-24 Rob Buis <buis@kde.org>
1974 <http://bugzilla.opendarwin.org/show_bug.cgi?id=9352>
1975 Webkit doesn't respect stroke-width in SVG for smaller <circle>s
1977 * svg/custom/gradient-stroke-width-expected.checksum: Added.
1978 * svg/custom/gradient-stroke-width-expected.png: Added.
1979 * svg/custom/gradient-stroke-width-expected.txt: Added.
1980 * svg/custom/gradient-stroke-width.svg: Added.
1982 2006-06-24 Mitz Pettel <opendarwin.org@mitzpettel.com>
1984 Reviewed by Darin, landed by ap.
1986 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9547
1987 Resize corner does not track the mouse accurately
1989 * fast/css/resize-corner-tracking-expected.checksum: Added.
1990 * fast/css/resize-corner-tracking-expected.png: Added.
1991 * fast/css/resize-corner-tracking-expected.txt: Added.
1992 * fast/css/resize-corner-tracking.html: Added.
1994 2006-06-24 Mitz Pettel <opendarwin.org@mitzpettel.com>
1996 Reviewed by Darin. landed by ap.
1998 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9316
1999 REGRESSION: text field width shrinks on first keystroke
2001 * fast/forms/floating-textfield-relayout-expected.checksum: Added.
2002 * fast/forms/floating-textfield-relayout-expected.png: Added.
2003 * fast/forms/floating-textfield-relayout-expected.txt: Added.
2004 * fast/forms/floating-textfield-relayout.html: Added.
2006 2006-06-24 Mitz Pettel <opendarwin.org@mitzpettel.com>
2010 - updated test results for http://bugzilla.opendarwin.org/show_bug.cgi?id=9531
2011 Pages that need only a horizontal scroll bar get a vertical one as well
2013 * css1/classification/white_space-expected.checksum:
2014 * css1/classification/white_space-expected.png:
2015 * css1/classification/white_space-expected.txt:
2016 * editing/selection/select-all-004-expected.checksum:
2017 * editing/selection/select-all-004-expected.png:
2018 * editing/selection/select-all-004-expected.txt:
2019 * editing/selection/unrendered-001-expected.checksum:
2020 * editing/selection/unrendered-001-expected.png:
2021 * editing/selection/unrendered-001-expected.txt:
2022 * editing/selection/unrendered-002-expected.checksum:
2023 * editing/selection/unrendered-002-expected.png:
2024 * editing/selection/unrendered-002-expected.txt:
2025 * editing/selection/unrendered-003-expected.checksum:
2026 * editing/selection/unrendered-003-expected.png:
2027 * editing/selection/unrendered-003-expected.txt:
2028 * editing/selection/unrendered-004-expected.checksum:
2029 * editing/selection/unrendered-004-expected.png:
2030 * editing/selection/unrendered-004-expected.txt:
2031 * editing/selection/unrendered-005-expected.checksum:
2032 * editing/selection/unrendered-005-expected.png:
2033 * editing/selection/unrendered-005-expected.txt:
2034 * fast/block/float/019-expected.checksum:
2035 * fast/block/float/019-expected.png:
2036 * fast/block/float/019-expected.txt:
2037 * fast/block/margin-collapse/104-expected.checksum:
2038 * fast/block/margin-collapse/104-expected.png:
2039 * fast/block/margin-collapse/104-expected.txt:
2040 * fast/block/positioning/relative-overflow-block-expected.checksum:
2041 * fast/block/positioning/relative-overflow-block-expected.txt:
2042 * fast/block/positioning/relative-overflow-replaced-expected.checksum:
2043 * fast/block/positioning/relative-overflow-replaced-expected.txt:
2044 * fast/block/positioning/relative-overflow-replaced-float-expected.checksum:
2045 * fast/block/positioning/relative-overflow-replaced-float-expected.txt:
2046 * fast/lists/li-br-expected.checksum:
2047 * fast/lists/li-br-expected.png:
2048 * fast/lists/li-br-expected.txt:
2049 * fast/media/mq-relative-constraints-02-expected.checksum:
2050 * fast/media/mq-relative-constraints-02-expected.png:
2051 * fast/media/mq-relative-constraints-02-expected.txt:
2052 * fast/media/mq-relative-constraints-03-expected.checksum:
2053 * fast/media/mq-relative-constraints-03-expected.png:
2054 * fast/media/mq-relative-constraints-03-expected.txt:
2055 * fast/media/mq-relative-constraints-04-expected.checksum:
2056 * fast/media/mq-relative-constraints-04-expected.png:
2057 * fast/media/mq-relative-constraints-04-expected.txt:
2058 * fast/media/mq-relative-constraints-05-expected.checksum:
2059 * fast/media/mq-relative-constraints-05-expected.png:
2060 * fast/media/mq-relative-constraints-05-expected.txt:
2061 * fast/media/mq-relative-constraints-06-expected.checksum:
2062 * fast/media/mq-relative-constraints-06-expected.png:
2063 * fast/media/mq-relative-constraints-06-expected.txt:
2064 * fast/media/mq-relative-constraints-07-expected.checksum:
2065 * fast/media/mq-relative-constraints-07-expected.png:
2066 * fast/media/mq-relative-constraints-07-expected.txt:
2067 * fast/media/mq-relative-constraints-09-expected.checksum:
2068 * fast/media/mq-relative-constraints-09-expected.png:
2069 * fast/media/mq-relative-constraints-09-expected.txt:
2070 * fast/media/mq-width-absolute-01-expected.checksum:
2071 * fast/media/mq-width-absolute-01-expected.png:
2072 * fast/media/mq-width-absolute-01-expected.txt:
2073 * fast/media/mq-width-absolute-02-expected.checksum:
2074 * fast/media/mq-width-absolute-02-expected.png:
2075 * fast/media/mq-width-absolute-02-expected.txt:
2076 * fast/media/mq-width-absolute-03-expected.checksum:
2077 * fast/media/mq-width-absolute-03-expected.png:
2078 * fast/media/mq-width-absolute-03-expected.txt:
2079 * fast/media/mq-width-absolute-04-expected.checksum:
2080 * fast/media/mq-width-absolute-04-expected.png:
2081 * fast/media/mq-width-absolute-04-expected.txt:
2082 * fast/table/wide-colspan-expected.checksum:
2083 * fast/table/wide-colspan-expected.png:
2084 * fast/table/wide-colspan-expected.txt:
2085 * fast/table/wide-column-expected.checksum:
2086 * fast/table/wide-column-expected.png:
2087 * fast/table/wide-column-expected.txt:
2088 * tables/mozilla/bugs/bug131020-expected.checksum:
2089 * tables/mozilla/bugs/bug131020-expected.png:
2090 * tables/mozilla/bugs/bug131020-expected.txt:
2091 * tables/mozilla/bugs/bug23151-expected.checksum:
2092 * tables/mozilla/bugs/bug23151-expected.png:
2093 * tables/mozilla/bugs/bug23151-expected.txt:
2094 * tables/mozilla/bugs/bug29314-expected.checksum:
2095 * tables/mozilla/bugs/bug29314-expected.png:
2096 * tables/mozilla/bugs/bug29314-expected.txt:
2097 * tables/mozilla/bugs/bug43039-expected.checksum:
2098 * tables/mozilla/bugs/bug43039-expected.png:
2099 * tables/mozilla/bugs/bug43039-expected.txt:
2100 * tables/mozilla/bugs/bug43854-1-expected.checksum:
2101 * tables/mozilla/bugs/bug43854-1-expected.png:
2102 * tables/mozilla/bugs/bug43854-1-expected.txt:
2103 * tables/mozilla/bugs/bug625-expected.checksum:
2104 * tables/mozilla/bugs/bug625-expected.png:
2105 * tables/mozilla/bugs/bug625-expected.txt:
2106 * tables/mozilla/bugs/bug92143-expected.checksum:
2107 * tables/mozilla/bugs/bug92143-expected.png:
2108 * tables/mozilla/bugs/bug92143-expected.txt:
2109 * tables/mozilla/bugs/bug96334-expected.checksum:
2110 * tables/mozilla/bugs/bug96334-expected.png:
2111 * tables/mozilla/bugs/bug96334-expected.txt:
2112 * tables/mozilla/core/misc-expected.checksum:
2113 * tables/mozilla/core/misc-expected.png:
2114 * tables/mozilla/core/misc-expected.txt:
2115 * tables/mozilla/core/nested1-expected.checksum:
2116 * tables/mozilla/core/nested1-expected.png:
2117 * tables/mozilla/core/nested1-expected.txt:
2118 * tables/mozilla_expected_failures/bugs/bug220653-expected.checksum:
2119 * tables/mozilla_expected_failures/bugs/bug220653-expected.png:
2120 * tables/mozilla_expected_failures/bugs/bug220653-expected.txt:
2121 * tables/mozilla_expected_failures/bugs/bug67915-2-expected.checksum:
2122 * tables/mozilla_expected_failures/bugs/bug67915-2-expected.png:
2123 * tables/mozilla_expected_failures/bugs/bug67915-2-expected.txt:
2125 2006-06-24 Alexey Proskuryakov <ap@nypop.com>
2129 - http://bugzilla.opendarwin.org/show_bug.cgi?id=7461
2130 Always encode the path part of an URI as UTF-8
2132 * http/tests/uri/intercept/.htaccess: Added.
2133 * http/tests/uri/resources/print-uri.php: Added.
2134 * http/tests/uri/utf8-path-expected.txt: Added.
2135 * http/tests/uri/utf8-path.html: Added.
2137 2006-06-24 Graham Dennis <Graham.Dennis@gmail.com>
2139 Reviewed by Darin, landed by ap.
2141 - test and updated results for http://bugzilla.opendarwin.org/show_bug.cgi?id=9467
2142 TreeWalker/NodeIterator do not restrict the traversal
2144 * traversal/node-iterator-001.html:
2145 * traversal/node-iterator-002.html:
2146 * traversal/node-iterator-003.html:
2147 * traversal/node-iterator-004.html:
2148 * traversal/node-iterator-005.html:
2149 * traversal/node-iterator-006.html:
2150 * traversal/node-iterator-007.html:
2151 * traversal/stay-within-root-expected.checksum: Added.
2152 * traversal/stay-within-root-expected.png: Added.
2153 * traversal/stay-within-root-expected.txt: Added.
2154 * traversal/stay-within-root.html: Added.
2155 * traversal/tree-walker-001.html:
2156 * traversal/tree-walker-002.html:
2157 * traversal/tree-walker-003.html:
2158 * traversal/tree-walker-004.html:
2159 * traversal/tree-walker-005.html:
2161 2006-06-24 Jonas Witt <jonas.witt@gmail.com>
2163 Reviewed by ggaren, landed by ap.
2165 - test that DOMEvents are correctly handed to the ObjC API
2166 http://bugzilla.opendarwin.org/show_bug.cgi?id=9181
2168 * fast/events/objc-event-api-expected.txt: Added.
2169 * fast/events/objc-event-api.html: Added.
2171 2006-06-23 Tim Omernick <timo@apple.com>
2173 Reviewed by Tim Hatcher.
2175 <rdar://problem/4560947> Leopard REGRESSION: Dragging to TileGame Widget is broken
2177 * fast/events/ondragenter-expected.checksum: Added.
2178 * fast/events/ondragenter-expected.png: Added.
2179 * fast/events/ondragenter-expected.txt: Added.
2180 * fast/events/ondragenter.html: Added.
2182 2006-06-23 Justin Garcia <justin.garcia@apple.com>
2186 * editing/deleting/merge-into-empty-block-1-expected.checksum: Added.
2187 * editing/deleting/merge-into-empty-block-1-expected.png: Added.
2188 * editing/deleting/merge-into-empty-block-1-expected.txt: Added.
2189 * editing/deleting/merge-into-empty-block-1.html: Added.
2190 * editing/deleting/merge-into-empty-block-2-expected.checksum: Added.
2191 * editing/deleting/merge-into-empty-block-2-expected.png: Added.
2192 * editing/deleting/merge-into-empty-block-2-expected.txt: Added.
2193 * editing/deleting/merge-into-empty-block-2.html: Added.
2195 2006-06-23 Justin Garcia <justin.garcia@apple.com>
2199 <http://bugzilla.opendarwin.org/show_bug.cgi?id=8074>
2200 Caret before/after block tables is too small
2201 <rdar://problem/4598331>
2202 right arrow out of a table shows cursor in a weird place
2205 * editing/input/range-for-empty-document-expected.txt:
2207 * editing/selection/table-caret-1-expected.checksum: Added.
2208 * editing/selection/table-caret-1-expected.png: Added.
2209 * editing/selection/table-caret-1-expected.txt: Added.
2210 * editing/selection/table-caret-1.html: Added.
2211 * editing/selection/table-caret-2-expected.checksum: Added.
2212 * editing/selection/table-caret-2-expected.png: Added.
2213 * editing/selection/table-caret-2-expected.txt: Added.
2214 * editing/selection/table-caret-2.html: Added.
2215 * editing/selection/table-caret-3-expected.checksum: Added.
2216 * editing/selection/table-caret-3-expected.png: Added.
2217 * editing/selection/table-caret-3-expected.txt: Added.
2218 * editing/selection/table-caret-3.html: Added.
2220 2006-06-22 Mitz Pettel <opendarwin.org@mitzpettel.com>
2224 - test and updated results for http://bugzilla.opendarwin.org/show_bug.cgi?id=9497
2225 REGRESSION: Incomplete repainting when scrolling thumbnails on Flickr
2227 * fast/repaint/clipped-relative-expected.checksum: Added.
2228 * fast/repaint/clipped-relative-expected.png: Added.
2229 * fast/repaint/clipped-relative-expected.txt: Added.
2230 * fast/repaint/clipped-relative.html: Added.
2231 * fast/repaint/containing-block-position-change-expected.checksum: Updated.
2232 * fast/repaint/containing-block-position-change-expected.png: Updated.
2234 2006-06-22 Anders Carlsson <acarlsson@apple.com>
2238 <rdar://problem/4529334> REGRESSION: Can't configure RadarInMotion widget for U.S. locations on Leopard (Javascript errors)
2240 * fast/dom/resource-locations-in-created-html-document-expected.txt: Added.
2241 * fast/dom/resource-locations-in-created-html-document.html: Added.
2243 2006-06-22 Anders Carlsson <acarlsson@apple.com>
2247 <rdar://problem/4499675> Package Tracker widget always crashes in WebCore::Frame::jScriptEnabled() const + 0
2249 * fast/dom/noscript-canvas-in-created-html-document-expected.txt: Added.
2250 * fast/dom/noscript-canvas-in-created-html-document.html: Added.
2252 2006-06-22 Anders Carlsson <acarlsson@apple.com>
2256 <rdar://problem/4524840> Entities contained in DOCTYPE referenced DTD in XSLT source document are unknown
2258 * fast/xsl/dtd-in-source-document-expected.txt: Added.
2259 * fast/xsl/dtd-in-source-document.xml: Added.
2260 * fast/xsl/resources/dtd-in-source-document.dtd: Added.
2261 * fast/xsl/resources/dtd-in-source-document.xsl: Added.
2263 2006-06-21 Justin Garcia <justin.garcia@apple.com>
2267 * editing/deleting/table-cells-expected.checksum: Added.
2268 * editing/deleting/table-cells-expected.png: Added.
2269 * editing/deleting/table-cells-expected.txt: Added.
2270 * editing/deleting/table-cells.html: Added.
2271 * editing/inserting/paragraph-separator-in-table-1-expected.checksum: Added.
2272 * editing/inserting/paragraph-separator-in-table-1-expected.png: Added.
2273 * editing/inserting/paragraph-separator-in-table-1-expected.txt: Added.
2274 * editing/inserting/paragraph-separator-in-table-1.html: Added.
2275 * editing/inserting/paragraph-separator-in-table-2-expected.checksum: Added.
2276 * editing/inserting/paragraph-separator-in-table-2-expected.png: Added.
2277 * editing/inserting/paragraph-separator-in-table-2-expected.txt: Added.
2278 * editing/inserting/paragraph-separator-in-table-2.html: Added.
2280 2006-06-21 Justin Garcia <justin.garcia@apple.com>
2284 <rdar://problem/4590366>
2285 REGRESSION: Selection incorrectly paints gaps on TOT
2288 * editing/selection/line-wrap-1-expected.checksum: Added.
2289 * editing/selection/line-wrap-1-expected.png: Added.
2290 * editing/selection/line-wrap-1-expected.txt: Added.
2291 * editing/selection/line-wrap-1.html: Added.
2292 * editing/selection/line-wrap-2-expected.checksum: Added.
2293 * editing/selection/line-wrap-2-expected.png: Added.
2294 * editing/selection/line-wrap-2-expected.txt: Added.
2295 * editing/selection/line-wrap-2.html: Added.
2297 * editing/execCommand/findString-expected.checksum:
2298 * editing/execCommand/findString-expected.png:
2299 * editing/execCommand/findString-expected.txt:
2300 * editing/inserting/editing-empty-divs-expected.checksum:
2301 * editing/inserting/editing-empty-divs-expected.png:
2302 * editing/inserting/editing-empty-divs-expected.txt:
2303 * editing/inserting/insert-3659587-fix-expected.txt:
2304 * editing/inserting/insert-tab-002-expected.txt:
2305 * editing/inserting/insert-text-with-newlines-expected.txt:
2306 * editing/inserting/typing-001-expected.txt:
2307 * editing/inserting/typing-003-expected.txt:
2308 * editing/inserting/typing-around-br-001-expected.txt:
2309 * editing/style/remove-underline-across-paragraph-expected.txt:
2310 * editing/style/remove-underline-across-paragraph-in-bold-expected.txt:
2311 * editing/style/remove-underline-after-paragraph-expected.txt:
2312 * editing/style/remove-underline-after-paragraph-in-bold-expected.txt:
2313 * editing/style/remove-underline-expected.txt:
2314 * editing/style/remove-underline-from-stylesheet-expected.txt:
2315 * editing/style/remove-underline-in-bold-expected.txt:
2316 * editing/style/typing-style-002-expected.txt:
2317 * editing/style/typing-style-003-expected.txt:
2318 * editing/style/unbold-in-bold-expected.txt:
2319 * editing/style/underline-expected.txt:
2321 * editing/input/attributed-substring-from-range-lines.html
2323 2006-06-21 Anders Carlsson <acarlsson@apple.com>
2327 http://bugzilla.opendarwin.org/show_bug.cgi?id=6058
2328 XMLTokenizer runs all <script> tags at once instead of as they're encountered
2330 * dom/svg/level3/xpath/svgunit.js:
2331 The XPath tests depend on the document being loaded before running the tests.
2332 Add a "load" event listener and run the test in the handler.
2334 * fast/canvas/quadraticCurveTo.xml:
2335 Add onload handler and run tests there.
2337 * fast/innerHTML/004-expected.txt:
2338 * fast/innerHTML/004.xhtml:
2339 Add load event listener and run test there.
2341 * fast/parser/external-entities-expected.txt:
2342 This now dumps as text because the script is ran before the parse error is encountered.
2344 * fast/parser/resources/xhtml-scripts.js: Added.
2345 * fast/parser/xhtml-scripts-expected.txt: Added.
2346 * fast/parser/xhtml-scripts.xhtml: Added.
2349 * svg/custom/text-hit-test.svg:
2350 Run test in onload handler.
2352 2006-06-20 Maciej Stachowiak <mjs@apple.com>
2354 No review - updated results for earlier patch.
2356 - updated SVG test results where my recent fix affected bounding boxes
2358 I think the new results are more accurate bounding boxes and in
2359 any case there is no actual difference in rendered output.
2361 * svg/W3C-SVG-1.1/color-prof-01-f-expected.txt:
2362 * svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt:
2363 * svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt:
2364 * svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.txt:
2365 * svg/W3C-SVG-1.1/filters-light-01-f-expected.txt:
2366 * svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt:
2367 * svg/W3C-SVG-1.1/masking-path-04-b-expected.txt:
2368 * svg/W3C-SVG-1.1/render-groups-01-b-expected.txt:
2369 * svg/W3C-SVG-1.1/render-groups-03-t-expected.txt:
2370 * svg/W3C-SVG-1.1/struct-image-01-t-expected.txt:
2371 * svg/W3C-SVG-1.1/struct-image-03-t-expected.txt:
2372 * svg/W3C-SVG-1.1/struct-image-04-t-expected.txt:
2373 * svg/custom/foreign-object-skew-expected.txt:
2374 * svg/custom/image-with-transform-clip-filter-expected.txt:
2375 * svg/custom/text-image-opacity-expected.txt:
2377 2006-06-20 Adele Peterson <adele@apple.com>
2381 Updated results for: http://bugzilla.opendarwin.org/show_bug.cgi?id=8948
2382 Switch to use new text field implementation for <textarea>
2384 Changes include some size differences since the new textareas have 4 pixels less horizontal padding,
2385 and the renderer name for textareas has changed from RenderTextArea to RenderTextField.
2387 * dom/html/level2/html/HTMLTextAreaElement14-expected.txt:
2388 * dom/html/level2/html/HTMLTextAreaElement15-expected.txt:
2389 * dom/xhtml/level2/html/HTMLTextAreaElement14-expected.txt:
2390 * dom/xhtml/level2/html/HTMLTextAreaElement15-expected.txt:
2391 * fast/block/margin-collapse/103-expected.checksum:
2392 * fast/block/margin-collapse/103-expected.png:
2393 * fast/block/margin-collapse/103-expected.txt:
2394 * fast/dynamic/008-expected.checksum:
2395 * fast/dynamic/008-expected.png:
2396 * fast/dynamic/008-expected.txt:
2397 * fast/forms/001-expected.checksum:
2398 * fast/forms/002-expected.checksum:
2399 * fast/forms/003-expected.checksum:
2400 * fast/forms/004-expected.checksum:
2401 * fast/forms/005-expected.checksum:
2402 * fast/forms/006-expected.checksum:
2403 * fast/forms/007-expected.checksum:
2404 * fast/forms/8250-expected.checksum:
2405 * fast/forms/blankbuttons-expected.checksum:
2406 * fast/forms/button-cannot-be-nested-expected.checksum:
2407 * fast/forms/button-default-title-expected.checksum:
2408 * fast/forms/button-inner-block-reuse-expected.checksum:
2409 * fast/forms/button-positioned-expected.checksum:
2410 * fast/forms/button-sizes-expected.checksum:
2411 * fast/forms/button-table-styles-expected.checksum:
2412 * fast/forms/button-white-space-expected.checksum:
2413 * fast/forms/checkbox-radio-onchange-expected.checksum:
2414 * fast/forms/cursor-position-expected.txt:
2415 * fast/forms/double-focus-expected.txt:
2416 * fast/forms/file-input-disabled-expected.checksum:
2417 * fast/forms/form-element-geometry-expected.checksum:
2418 * fast/forms/form-element-geometry-expected.png:
2419 * fast/forms/form-element-geometry-expected.txt:
2420 * fast/forms/form-hides-table-expected.checksum:
2421 * fast/forms/formmove-expected.checksum:
2422 * fast/forms/formmove2-expected.checksum:
2423 * fast/forms/formmove3-expected.checksum:
2424 * fast/forms/indeterminate-expected.checksum:
2425 * fast/forms/input-appearance-bkcolor-expected.checksum:
2426 * fast/forms/input-appearance-default-bkcolor-expected.checksum:
2427 * fast/forms/input-appearance-disabled-expected.checksum:
2428 * fast/forms/input-appearance-focus-expected.checksum:
2429 * fast/forms/input-appearance-minWidth-expected.checksum:
2430 * fast/forms/input-appearance-preventDefault-expected.checksum:
2431 * fast/forms/input-appearance-readonly-expected.checksum:
2432 * fast/forms/input-appearance-selection-expected.checksum:
2433 * fast/forms/input-appearance-visibility-expected.checksum:
2434 * fast/forms/input-appearance-width-expected.checksum:
2435 * fast/forms/input-baseline-expected.checksum:
2436 * fast/forms/input-disabled-color-expected.checksum:
2437 * fast/forms/input-double-click-selection-gap-bug-expected.checksum:
2438 * fast/forms/input-maxlength-2-expected.checksum:
2439 * fast/forms/input-no-renderer-expected.checksum:
2440 * fast/forms/input-paste-undo-expected.checksum:
2441 * fast/forms/input-readonly-dimmed-expected.checksum:
2442 * fast/forms/input-readonly-empty-expected.checksum:
2443 * fast/forms/input-spaces-expected.checksum:
2444 * fast/forms/input-table-expected.checksum:
2445 * fast/forms/input-text-click-inside-expected.checksum:
2446 * fast/forms/input-text-click-outside-expected.checksum:
2447 * fast/forms/input-text-double-click-expected.checksum:
2448 * fast/forms/input-text-drag-down-expected.checksum:
2449 * fast/forms/input-text-maxlength-expected.checksum:
2450 * fast/forms/input-text-option-delete-expected.checksum:
2451 * fast/forms/input-text-paste-maxlength-expected.checksum:
2452 * fast/forms/input-text-scroll-left-on-blur-expected.checksum:
2453 * fast/forms/input-text-self-emptying-click-expected.checksum:
2454 * fast/forms/input-value-expected.checksum:
2455 * fast/forms/input-width-expected.checksum:
2456 * fast/forms/minWidthPercent-expected.checksum:
2457 * fast/forms/negativeLineHeight-expected.checksum:
2458 * fast/forms/negativeLineHeight-expected.png:
2459 * fast/forms/negativeLineHeight-expected.txt:
2460 * fast/forms/option-index-expected.checksum:
2461 * fast/forms/option-script-expected.checksum:
2462 * fast/forms/option-strip-whitespace-expected.checksum:
2463 * fast/forms/plaintext-mode-2-expected.checksum:
2464 * fast/forms/radio-attr-order-expected.checksum:
2465 * fast/forms/radio_checked-expected.checksum:
2466 * fast/forms/radio_checked_dynamic-expected.checksum:
2467 * fast/forms/selection-functions-expected.txt:
2468 * fast/forms/tabbing-input-iframe-expected.checksum:
2469 * fast/forms/textAreaLineHeight-expected.checksum:
2470 * fast/forms/textAreaLineHeight-expected.png:
2471 * fast/forms/textAreaLineHeight-expected.txt:
2472 * fast/forms/textarea-crlf-expected.txt:
2473 * fast/forms/textarea-setinnerhtml-expected.checksum:
2474 * fast/forms/textarea-setinnerhtml-expected.png:
2475 * fast/forms/textarea-setinnerhtml-expected.txt:
2476 * fast/forms/textarea-setvalue-submit-expected.txt:
2477 * fast/forms/visual-hebrew-text-field-expected.checksum:
2478 * fast/replaced/width100percent-expected.checksum:
2479 * fast/replaced/width100percent-expected.png:
2480 * fast/replaced/width100percent-expected.txt:
2481 * fast/table/003-expected.checksum:
2482 * fast/table/003-expected.png:
2483 * fast/table/003-expected.txt:
2484 * tables/mozilla/bugs/bug194024-expected.checksum:
2485 * tables/mozilla/bugs/bug194024-expected.png:
2486 * tables/mozilla/bugs/bug194024-expected.txt:
2487 * tables/mozilla/bugs/bug30559-expected.checksum:
2488 * tables/mozilla/bugs/bug30559-expected.png:
2489 * tables/mozilla/bugs/bug30559-expected.txt:
2490 * tables/mozilla/bugs/bug30692-expected.checksum:
2491 * tables/mozilla/bugs/bug30692-expected.png:
2492 * tables/mozilla/bugs/bug30692-expected.txt:
2494 2006-06-20 Adele Peterson <adele@apple.com>
2499 http://bugzilla.opendarwin.org/show_bug.cgi?id=8724
2500 REGRESSION: onSelect handler doesn't work for text fields
2502 http://bugzilla.opendarwin.org/show_bug.cgi?id=7676
2503 REGRESSION: Selection methods on new text fields don't work if text field is hidden
2505 http://bugzilla.opendarwin.org/show_bug.cgi?id=8867
2506 REGRESSION: selectionStart/End return 0 for input element once it no longer has focus
2508 * fast/forms/double-focus-expected.txt:
2509 * fast/forms/input-selection-hidden-expected.txt: Added.
2510 * fast/forms/input-selection-hidden.html: Added.
2511 * fast/forms/input-selection-restore-expected.txt: Added.
2512 * fast/forms/input-selection-restore.html: Added.
2513 * fast/forms/input-text-paste-maxlength-expected.txt:
2514 * fast/forms/onselect-textarea-expected.txt: Added.
2515 * fast/forms/onselect-textarea.html: Added.
2516 * fast/forms/onselect-textfield-expected.txt: Added.
2517 * fast/forms/onselect-textfield.html: Added.
2518 * fast/forms/selection-functions-expected.txt:
2520 2006-06-20 Anders Carlsson <acarlsson@apple.com>
2524 <rdar://problem/4592244> REGRESSION (417.9.3 - 420+): (some?) plain text files have all lines concatenated into one line
2526 * fast/text/plain-text-line-breaks-expected.checksum: Added.
2527 * fast/text/plain-text-line-breaks-expected.png: Added.
2528 * fast/text/plain-text-line-breaks-expected.txt: Added.
2529 * fast/text/plain-text-line-breaks.html: Added.
2530 * fast/text/resources/line-breaks-cr.txt: Added.
2531 * fast/text/resources/line-breaks-crlf.txt: Added.
2532 * fast/text/resources/line-breaks-lf.txt: Added.
2534 2006-06-19 Alexey Proskuryakov <ap@nypop.com>
2538 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=5499
2539 Page reload does not send any cache control headers
2541 * http/tests/misc/refresh-headers-expected.txt: Added.
2542 * http/tests/misc/refresh-headers.php: Added.
2544 2006-06-19 Alexey Proskuryakov <ap@nypop.com>
2548 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=8972
2549 REGRESSION: invalid UTF-8 sequences are not displayed
2551 * fast/encoding/invalid-UTF-8-expected.checksum:
2552 * fast/encoding/invalid-UTF-8-expected.png:
2553 * fast/encoding/invalid-UTF-8-expected.txt:
2554 * fast/encoding/invalid-UTF-8.html:
2556 2006-06-18 David Kilzer <ddkilzer@kilzer.net>
2560 * fast/history/clicked-link-is-visited.html: Changed to use DOM mouse event.
2562 2006-06-18 David Kilzer <ddkilzer@kilzer.net>
2566 - test and results for http://bugzilla.opendarwin.org/show_bug.cgi?id=9150
2567 DumpRenderTree should be able to keep URL history during runs
2569 * fast/history/clicked-link-is-visited-expected.checksum: Added.
2570 * fast/history/clicked-link-is-visited-expected.png: Added.
2571 * fast/history/clicked-link-is-visited-expected.txt: Added.
2572 * fast/history/clicked-link-is-visited.html: Added.
2573 * fast/history/resources/clicked-link-is-visited-2.html: Added.
2575 2006-06-17 Alexey Proskuryakov <ap@nypop.com>
2579 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=8131
2580 Some properties and methods of window and document objects cannot be converted to a string
2582 * fast/dom/everything-to-string-expected.txt: Added.
2583 * fast/dom/everything-to-string.html: Added.
2585 2006-06-17 Mitz Pettel <opendarwin.org@mitzpettel.com>
2589 - test and updated results for http://bugzilla.opendarwin.org/show_bug.cgi?id=7395
2590 Table not properly re-flowed when floated div removed from layout
2592 * css2.1/t0905-c5525-fltmult-00-d-g-expected.checksum: Updated.
2593 * css2.1/t0905-c5525-fltmult-00-d-g-expected.png: Updated.
2594 * css2.1/t0905-c5525-fltmult-00-d-g-expected.txt: Updated.
2595 * fast/block/float/table-relayout-expected.checksum: Added.
2596 * fast/block/float/table-relayout-expected.png: Added.
2597 * fast/block/float/table-relayout-expected.txt: Added.
2598 * fast/block/float/table-relayout.html: Added.
2600 2006-06-17 Rob Buis <buis@kde.org>
2605 <http://bugzilla.opendarwin.org/show_bug.cgi?id=6282>
2607 * fast/dom/select-selectedIndex-multiple.html: Added.
2608 * fast/dom/select-selectedIndex.html: Added.
2610 2006-06-16 Adele Peterson <adele@apple.com>
2614 Adding missing expected result for test from yesterday.
2616 * fast/events/window-load-capture-expected.txt: Added.
2618 2006-06-16 Mitz Pettel <opendarwin.org@mitzpettel.com>
2622 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9432
2623 REGRESSION: crash in capitalization code due to empty-string generated content
2625 * fast/text/capitalize-empty-generated-string-expected.checksum: Added.
2626 * fast/text/capitalize-empty-generated-string-expected.png: Added.
2627 * fast/text/capitalize-empty-generated-string-expected.txt: Added.
2628 * fast/text/capitalize-empty-generated-string.html: Added.
2630 2006-06-15 Justin Garcia <justin.garcia@apple.com>
2634 <http://bugzilla.opendarwin.org/show_bug.cgi?id=8637>
2635 REGRESSION (11-16-05): Selection gaps left behind after delete
2637 * fast/repaint/selection-after-delete-expected.checksum: Added.
2638 * fast/repaint/selection-after-delete-expected.png: Added.
2639 * fast/repaint/selection-after-delete-expected.txt: Added.
2640 * fast/repaint/selection-after-delete.html: Added.
2641 * fast/repaint/selection-after-remove-expected.checksum: Added.
2642 * fast/repaint/selection-after-remove-expected.png: Added.
2643 * fast/repaint/selection-after-remove-expected.txt: Added.
2644 * fast/repaint/selection-after-remove.html: Added.
2646 2006-06-15 Justin Garcia <justin.garcia@apple.com>
2648 Reviewed by harrison
2650 * editing/deleting/pruning-after-merge-2-expected.checksum: Added.
2651 * editing/deleting/pruning-after-merge-2-expected.png: Added.
2652 * editing/deleting/pruning-after-merge-2-expected.txt: Added.
2653 * editing/deleting/pruning-after-merge-2.html: Added.
2655 2006-06-15 Nicholas Shanks <contact@nickshanks.com>
2657 Reviewed by Hyatt, landed by Joost de Valk.
2659 Testcases for fix to bug http://bugzilla.opendarwin.org/show_bug.cgi?id=3233
2661 * fast/css/css3-modsel-22-expected.txt: Added.
2662 * fast/css/css3-modsel-22.html: Added.
2664 2006-06-15 Justin Garcia <justin.garcia@apple.com>
2666 Reviewed by harrison
2668 <http://bugzilla.opendarwin.org/show_bug.cgi?id=9456>
2669 REGRESSION (417.9.2-420+): Cmd-G doesn't work in Safari after double-click and Cmd-E
2671 * editing/execCommand/findString-2-expected.checksum: Added.
2672 * editing/execCommand/findString-2-expected.png: Added.
2673 * editing/execCommand/findString-2-expected.txt: Added.
2674 * editing/execCommand/findString-2.html: Added.
2676 2006-06-14 Justin Garcia <justin.garcia@apple.com>
2680 <rdar://problem/4439248>
2681 REGRESSION(412-417): [RTL] Serious problem with RTL signatures in Mail.app in 10.4.4 (7766)
2683 * editing/pasteboard/copy-paste-bidi-expected.checksum: Added.
2684 * editing/pasteboard/copy-paste-bidi-expected.png: Added.
2685 * editing/pasteboard/copy-paste-bidi-expected.txt: Added.
2686 * editing/pasteboard/copy-paste-bidi.html: Added.
2688 2006-06-14 Levi Weintraub <lweintraub@apple.com>
2692 <http://bugzilla.opendarwin.org/show_bug.cgi?id=7580>
2693 TinyMCE: Implement execCommand(formatBlock, ...)
2695 * editing/deleting/delete-ws-fixup-002-expected.checksum:
2696 * editing/deleting/delete-ws-fixup-002-expected.png:
2697 * editing/deleting/delete-ws-fixup-002-expected.txt:
2698 * editing/deleting/delete-ws-fixup-002.html:
2699 * editing/execCommand/format-block-expected.checksum: Added.
2700 * editing/execCommand/format-block-expected.png: Added.
2701 * editing/execCommand/format-block-expected.txt: Added.
2702 * editing/execCommand/format-block-from-range-selection-expected.checksum: Added.
2703 * editing/execCommand/format-block-from-range-selection-expected.png: Added.
2704 * editing/execCommand/format-block-from-range-selection-expected.txt: Added.
2705 * editing/execCommand/format-block-from-range-selection.html: Added.
2706 * editing/execCommand/format-block.html: Added.
2708 2006-06-14 Maciej Stachowiak <mjs@apple.com>
2710 Test case by Anders, reviewed and tweaked by Maciej.
2712 - fixed <rdar://problem/4586051> 10.4.7 regression: 'Saved and recent' button on mapquest.com does not work
2714 * fast/events/window-load-capture.html: Added.
2716 2006-06-13 Geoffrey Garen <ggaren@apple.com>
2718 Test for createHTMLDocument.
2720 * fast/dom/implementation-createHTMLDocument-expected.txt: Added.
2721 * fast/dom/implementation-createHTMLDocument.html: Added.
2723 2006-06-13 Maciej Stachowiak <mjs@apple.com>
2725 - fixed up results of the layout test I committed for 4583892,
2726 they were guaranteed to fail
2728 * fast/events/no-window-load-expected.txt:
2729 * fast/events/resources/greenbox.png: Added.
2731 2006-06-13 Geoffrey Garen <ggaren@apple.com>
2733 RS by MacDome. Added missing results for this test.
2735 * fast/css/xml-stylesheet-pi-not-in-prolog-expected.txt: Added.
2737 2006-06-13 Darin Adler <darin@apple.com>
2741 - test for <rdar://problem/4585333> Changing location for weather on yahoo.com home page redirects to another page
2743 * fast/events/event-listener-html-non-html-confusion-expected.txt: Added.
2744 * fast/events/event-listener-html-non-html-confusion.html: Added.
2746 2006-06-13 Maciej Stachowiak <mjs@apple.com>
2750 - test case for <rdar://problem/4583892> 10.4.7 regression: Hang occurs when attempting to load
2751 search results at mapquest.com
2753 * fast/events/no-window-load-expected.txt: Added.
2754 * fast/events/no-window-load.html: Added.
2756 2006-06-13 Antti Koivisto <koivisto@iki.fi>
2760 http://bugzilla.opendarwin.org/show_bug.cgi?id=9314
2762 * fast/block/positioning/relative-overflow-block-expected.checksum: Added.
2763 * fast/block/positioning/relative-overflow-block-expected.png: Added.
2764 * fast/block/positioning/relative-overflow-block-expected.txt: Added.
2765 * fast/block/positioning/relative-overflow-block.html: Added.
2766 * fast/block/positioning/relative-overflow-replaced-expected.checksum: Added.
2767 * fast/block/positioning/relative-overflow-replaced-expected.png: Added.
2768 * fast/block/positioning/relative-overflow-replaced-expected.txt: Added.
2769 * fast/block/positioning/relative-overflow-replaced-float-expected.checksum: Added.
2770 * fast/block/positioning/relative-overflow-replaced-float-expected.png: Added.
2771 * fast/block/positioning/relative-overflow-replaced-float-expected.txt: Added.
2772 * fast/block/positioning/relative-overflow-replaced-float.html: Added.
2773 * fast/block/positioning/relative-overflow-replaced.html: Added.
2775 2006-06-13 Anders Carlsson <acarlsson@apple.com>
2777 Reviewed by Dave Hyatt.
2779 http://bugzilla.opendarwin.org/show_bug.cgi?id=9427
2781 * fast/css/resources/xml-stylesheet-pi-not-in-prolog.css: Added.
2782 * fast/css/xml-stylesheet-pi-not-in-prolog.xml: Added.
2784 2006-06-10 Mitz Pettel <opendarwin.org@mitzpettel.com>
2788 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9334
2789 Incomplete repaint when changing block from non-positioned to positioned
2791 * fast/repaint/static-to-positioned-expected.checksum: Added.
2792 * fast/repaint/static-to-positioned-expected.png: Added.
2793 * fast/repaint/static-to-positioned-expected.txt: Added.
2794 * fast/repaint/static-to-positioned.html: Added.
2796 2006-06-10 Mitz Pettel <opendarwin.org@mitzpettel.com>
2800 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9193
2801 REGRESSION: setting an opacity on an element with an outline causes the outline to disappear completely
2803 - test repainting of layer children's outlines that extend beyond the layer
2805 * fast/layers: Added.
2806 * fast/layers/opacity-outline-expected.checksum: Added.
2807 * fast/layers/opacity-outline-expected.png: Added.
2808 * fast/layers/opacity-outline-expected.txt: Added.
2809 * fast/layers/opacity-outline.html: Added.
2810 * fast/repaint/layer-child-outline-expected.checksum: Added.
2811 * fast/repaint/layer-child-outline-expected.png: Added.
2812 * fast/repaint/layer-child-outline-expected.txt: Added.
2813 * fast/repaint/layer-child-outline.html: Added.
2815 2006-06-09 Justin Garcia <justin.garcia@apple.com>
2819 <rdar://problem/4549980>
2820 REGRESSION: "Find Again" can get stuck when searching for string with a trailing space
2822 * editing/execCommand/findString-expected.checksum: Added.
2823 * editing/execCommand/findString-expected.png: Added.
2824 * editing/execCommand/findString-expected.txt: Added.
2825 * editing/execCommand/findString.html: Added.
2827 2006-06-09 Kimmo Kinnunen <kimmo.t.kinnunen@nokia.com>
2831 Test cases for CSS3 Media Queries implementation.
2832 <http://bugzilla.opendarwin.org/show_bug.cgi?id=4127>
2834 * fast/media/import-p-green.css: Added.
2835 * fast/media/import-p-red.css: Added.
2836 * fast/media/media-descriptor-syntax-01-expected.checksum: Added.
2837 * fast/media/media-descriptor-syntax-01-expected.png: Added.
2838 * fast/media/media-descriptor-syntax-01-expected.txt: Added.
2839 * fast/media/media-descriptor-syntax-01.html: Added.
2840 * fast/media/media-descriptor-syntax-02-expected.checksum: Added.
2841 * fast/media/media-descriptor-syntax-02-expected.png: Added.
2842 * fast/media/media-descriptor-syntax-02-expected.txt: Added.
2843 * fast/media/media-descriptor-syntax-02.html: Added.
2844 * fast/media/media-descriptor-syntax-03-expected.checksum: Added.
2845 * fast/media/media-descriptor-syntax-03-expected.png: Added.
2846 * fast/media/media-descriptor-syntax-03-expected.txt: Added.
2847 * fast/media/media-descriptor-syntax-03.html: Added.
2848 * fast/media/media-descriptor-syntax-04-expected.checksum: Added.
2849 * fast/media/media-descriptor-syntax-04-expected.png: Added.
2850 * fast/media/media-descriptor-syntax-04-expected.txt: Added.
2851 * fast/media/media-descriptor-syntax-04.html: Added.
2852 * fast/media/media-descriptor-syntax-05-expected.checksum: Added.
2853 * fast/media/media-descriptor-syntax-05-expected.png: Added.
2854 * fast/media/media-descriptor-syntax-05-expected.txt: Added.
2855 * fast/media/media-descriptor-syntax-05.html: Added.
2856 * fast/media/media-descriptor-syntax-06-expected.checksum: Added.
2857 * fast/media/media-descriptor-syntax-06-expected.png: Added.
2858 * fast/media/media-descriptor-syntax-06-expected.txt: Added.
2859 * fast/media/media-descriptor-syntax-06.html: Added.
2860 * fast/media/media-type-syntax-01-expected.checksum: Added.
2861 * fast/media/media-type-syntax-01-expected.png: Added.
2862 * fast/media/media-type-syntax-01-expected.txt: Added.
2863 * fast/media/media-type-syntax-01.html: Added.
2864 * fast/media/media-type-syntax-02-expected.checksum: Added.
2865 * fast/media/media-type-syntax-02-expected.png: Added.
2866 * fast/media/media-type-syntax-02-expected.txt: Added.
2867 * fast/media/media-type-syntax-02.html: Added.
2868 * fast/media/mq-compound-query-01-expected.checksum: Added.
2869 * fast/media/mq-compound-query-01-expected.png: Added.
2870 * fast/media/mq-compound-query-01-expected.txt: Added.
2871 * fast/media/mq-compound-query-01.html: Added.
2872 * fast/media/mq-compound-query-02-expected.checksum: Added.
2873 * fast/media/mq-compound-query-02-expected.png: Added.
2874 * fast/media/mq-compound-query-02-expected.txt: Added.
2875 * fast/media/mq-compound-query-02.html: Added.
2876 * fast/media/mq-compound-query-03-expected.checksum: Added.
2877 * fast/media/mq-compound-query-03-expected.png: Added.
2878 * fast/media/mq-compound-query-03-expected.txt: Added.
2879 * fast/media/mq-compound-query-03.html: Added.
2880 * fast/media/mq-compound-query-04-expected.checksum: Added.
2881 * fast/media/mq-compound-query-04-expected.png: Added.
2882 * fast/media/mq-compound-query-04-expected.txt: Added.
2883 * fast/media/mq-compound-query-04.html: Added.
2884 * fast/media/mq-compound-query-05-expected.checksum: Added.
2885 * fast/media/mq-compound-query-05-expected.png: Added.
2886 * fast/media/mq-compound-query-05-expected.txt: Added.
2887 * fast/media/mq-compound-query-05.html: Added.
2888 * fast/media/mq-grid-01-expected.checksum: Added.
2889 * fast/media/mq-grid-01-expected.png: Added.
2890 * fast/media/mq-grid-01-expected.txt: Added.
2891 * fast/media/mq-grid-01.html: Added.
2892 * fast/media/mq-grid-02-expected.checksum: Added.
2893 * fast/media/mq-grid-02-expected.png: Added.
2894 * fast/media/mq-grid-02-expected.txt: Added.
2895 * fast/media/mq-grid-02.html: Added.
2896 * fast/media/mq-invalid-media-feature-01-expected.checksum: Added.
2897 * fast/media/mq-invalid-media-feature-01-expected.png: Added.
2898 * fast/media/mq-invalid-media-feature-01-expected.txt: Added.
2899 * fast/media/mq-invalid-media-feature-01.html: Added.
2900 * fast/media/mq-invalid-media-feature-02-expected.checksum: Added.
2901 * fast/media/mq-invalid-media-feature-02-expected.png: Added.
2902 * fast/media/mq-invalid-media-feature-02-expected.txt: Added.
2903 * fast/media/mq-invalid-media-feature-02.html: Added.
2904 * fast/media/mq-invalid-media-feature-03-expected.checksum: Added.
2905 * fast/media/mq-invalid-media-feature-03-expected.png: Added.
2906 * fast/media/mq-invalid-media-feature-03-expected.txt: Added.
2907 * fast/media/mq-invalid-media-feature-03.html: Added.
2908 * fast/media/mq-invalid-media-feature-04-expected.checksum: Added.
2909 * fast/media/mq-invalid-media-feature-04-expected.png: Added.
2910 * fast/media/mq-invalid-media-feature-04-expected.txt: Added.
2911 * fast/media/mq-invalid-media-feature-04.html: Added.
2912 * fast/media/mq-invalid-syntax-01-expected.checksum: Added.
2913 * fast/media/mq-invalid-syntax-01-expected.png: Added.
2914 * fast/media/mq-invalid-syntax-01-expected.txt: Added.
2915 * fast/media/mq-invalid-syntax-01.html: Added.
2916 * fast/media/mq-invalid-syntax-02-expected.checksum: Added.
2917 * fast/media/mq-invalid-syntax-02-expected.png: Added.
2918 * fast/media/mq-invalid-syntax-02-expected.txt: Added.
2919 * fast/media/mq-invalid-syntax-02.html: Added.
2920 * fast/media/mq-invalid-syntax-03-expected.checksum: Added.
2921 * fast/media/mq-invalid-syntax-03-expected.png: Added.
2922 * fast/media/mq-invalid-syntax-03-expected.txt: Added.
2923 * fast/media/mq-invalid-syntax-03.html: Added.
2924 * fast/media/mq-invalid-syntax-04-expected.checksum: Added.
2925 * fast/media/mq-invalid-syntax-04-expected.png: Added.
2926 * fast/media/mq-invalid-syntax-04-expected.txt: Added.
2927 * fast/media/mq-invalid-syntax-04.html: Added.
2928 * fast/media/mq-invalid-syntax-05-expected.checksum: Added.
2929 * fast/media/mq-invalid-syntax-05-expected.png: Added.
2930 * fast/media/mq-invalid-syntax-05-expected.txt: Added.
2931 * fast/media/mq-invalid-syntax-05.html: Added.
2932 * fast/media/mq-js-media-except-01-expected.checksum: Added.
2933 * fast/media/mq-js-media-except-01-expected.png: Added.
2934 * fast/media/mq-js-media-except-01-expected.txt: Added.
2935 * fast/media/mq-js-media-except-01.html: Added.
2936 * fast/media/mq-js-media-except-02-expected.checksum: Added.
2937 * fast/media/mq-js-media-except-02-expected.png: Added.
2938 * fast/media/mq-js-media-except-02-expected.txt: Added.
2939 * fast/media/mq-js-media-except-02.html: Added.
2940 * fast/media/mq-js-media-except-03-expected.checksum: Added.
2941 * fast/media/mq-js-media-except-03-expected.png: Added.
2942 * fast/media/mq-js-media-except-03-expected.txt: Added.
2943 * fast/media/mq-js-media-except-03.html: Added.
2944 * fast/media/mq-js-media-forward-syntax-expected.checksum: Added.
2945 * fast/media/mq-js-media-forward-syntax-expected.png: Added.
2946 * fast/media/mq-js-media-forward-syntax-expected.txt: Added.
2947 * fast/media/mq-js-media-forward-syntax.html: Added.
2948 * fast/media/mq-js-stylesheet-media-01-expected.checksum: Added.
2949 * fast/media/mq-js-stylesheet-media-01-expected.png: Added.
2950 * fast/media/mq-js-stylesheet-media-01-expected.txt: Added.
2951 * fast/media/mq-js-stylesheet-media-01.html: Added.
2952 * fast/media/mq-js-stylesheet-media-02-expected.checksum: Added.
2953 * fast/media/mq-js-stylesheet-media-02-expected.png: Added.
2954 * fast/media/mq-js-stylesheet-media-02-expected.txt: Added.
2955 * fast/media/mq-js-stylesheet-media-02.html: Added.
2956 * fast/media/mq-js-stylesheet-media-03-expected.checksum: Added.
2957 * fast/media/mq-js-stylesheet-media-03-expected.png: Added.
2958 * fast/media/mq-js-stylesheet-media-03-expected.txt: Added.
2959 * fast/media/mq-js-stylesheet-media-03.html: Added.
2960 * fast/media/mq-js-stylesheet-media-04-expected.checksum: Added.
2961 * fast/media/mq-js-stylesheet-media-04-expected.png: Added.
2962 * fast/media/mq-js-stylesheet-media-04-expected.txt: Added.
2963 * fast/media/mq-js-stylesheet-media-04.html: Added.
2964 * fast/media/mq-min-constraint-expected.checksum: Added.
2965 * fast/media/mq-min-constraint-expected.png: Added.
2966 * fast/media/mq-min-constraint-expected.txt: Added.
2967 * fast/media/mq-min-constraint.html: Added.
2968 * fast/media/mq-relative-constraints-02-expected.checksum: Added.
2969 * fast/media/mq-relative-constraints-02-expected.png: Added.
2970 * fast/media/mq-relative-constraints-02-expected.txt: Added.
2971 * fast/media/mq-relative-constraints-02.html: Added.
2972 * fast/media/mq-relative-constraints-03-expected.checksum: Added.
2973 * fast/media/mq-relative-constraints-03-expected.png: Added.
2974 * fast/media/mq-relative-constraints-03-expected.txt: Added.
2975 * fast/media/mq-relative-constraints-03.html: Added.
2976 * fast/media/mq-relative-constraints-04-expected.checksum: Added.
2977 * fast/media/mq-relative-constraints-04-expected.png: Added.
2978 * fast/media/mq-relative-constraints-04-expected.txt: Added.
2979 * fast/media/mq-relative-constraints-04.html: Added.
2980 * fast/media/mq-relative-constraints-05-expected.checksum: Added.
2981 * fast/media/mq-relative-constraints-05-expected.png: Added.
2982 * fast/media/mq-relative-constraints-05-expected.txt: Added.
2983 * fast/media/mq-relative-constraints-05.html: Added.
2984 * fast/media/mq-relative-constraints-06-expected.checksum: Added.
2985 * fast/media/mq-relative-constraints-06-expected.png: Added.
2986 * fast/media/mq-relative-constraints-06-expected.txt: Added.
2987 * fast/media/mq-relative-constraints-06.html: Added.
2988 * fast/media/mq-relative-constraints-07-expected.checksum: Added.
2989 * fast/media/mq-relative-constraints-07-expected.png: Added.
2990 * fast/media/mq-relative-constraints-07-expected.txt: Added.
2991 * fast/media/mq-relative-constraints-07.html: Added.
2992 * fast/media/mq-relative-constraints-08-expected.checksum: Added.
2993 * fast/media/mq-relative-constraints-08-expected.png: Added.
2994 * fast/media/mq-relative-constraints-08-expected.txt: Added.
2995 * fast/media/mq-relative-constraints-08.html: Added.
2996 * fast/media/mq-relative-constraints-09-expected.checksum: Added.
2997 * fast/media/mq-relative-constraints-09-expected.png: Added.
2998 * fast/media/mq-relative-constraints-09-expected.txt: Added.
2999 * fast/media/mq-relative-constraints-09.html: Added.
3000 * fast/media/mq-simple-neg-query-01-expected.checksum: Added.
3001 * fast/media/mq-simple-neg-query-01-expected.png: Added.
3002 * fast/media/mq-simple-neg-query-01-expected.txt: Added.
3003 * fast/media/mq-simple-neg-query-01.html: Added.
3004 * fast/media/mq-simple-neg-query-02-expected.checksum: Added.
3005 * fast/media/mq-simple-neg-query-02-expected.png: Added.
3006 * fast/media/mq-simple-neg-query-02-expected.txt: Added.
3007 * fast/media/mq-simple-neg-query-02.html: Added.
3008 * fast/media/mq-simple-neg-query-03-expected.checksum: Added.
3009 * fast/media/mq-simple-neg-query-03-expected.png: Added.
3010 * fast/media/mq-simple-neg-query-03-expected.txt: Added.
3011 * fast/media/mq-simple-neg-query-03.html: Added.
3012 * fast/media/mq-simple-neg-query-04-expected.checksum: Added.
3013 * fast/media/mq-simple-neg-query-04-expected.png: Added.
3014 * fast/media/mq-simple-neg-query-04-expected.txt: Added.
3015 * fast/media/mq-simple-neg-query-04.html: Added.
3016 * fast/media/mq-simple-neg-query-05-expected.checksum: Added.
3017 * fast/media/mq-simple-neg-query-05-expected.png: Added.
3018 * fast/media/mq-simple-neg-query-05-expected.txt: Added.
3019 * fast/media/mq-simple-neg-query-05.html: Added.
3020 * fast/media/mq-simple-query-01-expected.checksum: Added.
3021 * fast/media/mq-simple-query-01-expected.png: Added.
3022 * fast/media/mq-simple-query-01-expected.txt: Added.
3023 * fast/media/mq-simple-query-01.html: Added.
3024 * fast/media/mq-simple-query-02-expected.checksum: Added.
3025 * fast/media/mq-simple-query-02-expected.png: Added.
3026 * fast/media/mq-simple-query-02-expected.txt: Added.
3027 * fast/media/mq-simple-query-02.html: Added.
3028 * fast/media/mq-simple-query-03-expected.checksum: Added.
3029 * fast/media/mq-simple-query-03-expected.png: Added.
3030 * fast/media/mq-simple-query-03-expected.txt: Added.
3031 * fast/media/mq-simple-query-03.html: Added.
3032 * fast/media/mq-simple-query-04-expected.checksum: Added.
3033 * fast/media/mq-simple-query-04-expected.png: Added.
3034 * fast/media/mq-simple-query-04-expected.txt: Added.
3035 * fast/media/mq-simple-query-04.html: Added.
3036 * fast/media/mq-simple-query-05-expected.checksum: Added.
3037 * fast/media/mq-simple-query-05-expected.png: Added.
3038 * fast/media/mq-simple-query-05-expected.txt: Added.
3039 * fast/media/mq-simple-query-05.html: Added.
3040 * fast/media/mq-valueless-expected.checksum: Added.
3041 * fast/media/mq-valueless-expected.png: Added.
3042 * fast/media/mq-valueless-expected.txt: Added.
3043 * fast/media/mq-valueless.html: Added.
3044 * fast/media/mq-width-absolute-01-expected.checksum: Added.
3045 * fast/media/mq-width-absolute-01-expected.png: Added.
3046 * fast/media/mq-width-absolute-01-expected.txt: Added.
3047 * fast/media/mq-width-absolute-01.html: Added.
3048 * fast/media/mq-width-absolute-02-expected.checksum: Added.
3049 * fast/media/mq-width-absolute-02-expected.png: Added.
3050 * fast/media/mq-width-absolute-02-expected.txt: Added.
3051 * fast/media/mq-width-absolute-02.html: Added.
3052 * fast/media/mq-width-absolute-03-expected.checksum: Added.
3053 * fast/media/mq-width-absolute-03-expected.png: Added.
3054 * fast/media/mq-width-absolute-03-expected.txt: Added.
3055 * fast/media/mq-width-absolute-03.html: Added.
3056 * fast/media/mq-width-absolute-04-expected.checksum: Added.
3057 * fast/media/mq-width-absolute-04-expected.png: Added.
3058 * fast/media/mq-width-absolute-04-expected.txt: Added.
3059 * fast/media/mq-width-absolute-04.html: Added.
3061 2006-06-08 Justin Garcia <justin.garcia@apple.com>
3065 <http://bugzilla.opendarwin.org/show_bug.cgi?id=4468>
3066 Implement execCommand(Insert{Un}OrderedList)
3069 * editing/execCommand/create-list-from-range-selection-expected.checksum: Added.
3070 * editing/execCommand/create-list-from-range-selection-expected.png: Added.
3071 * editing/execCommand/create-list-from-range-selection-expected.txt: Added.
3072 * editing/execCommand/create-list-from-range-selection.html: Added.
3073 * editing/execCommand/insert-list-and-stitch-expected.checksum: Added.
3074 * editing/execCommand/insert-list-and-stitch-expected.png: Added.
3075 * editing/execCommand/insert-list-and-stitch-expected.txt: Added.
3076 * editing/execCommand/insert-list-and-stitch.html: Added.
3077 * editing/execCommand/insert-list-with-id-expected.checksum: Added.
3078 * editing/execCommand/insert-list-with-id-expected.png: Added.
3079 * editing/execCommand/insert-list-with-id-expected.txt: Added.
3080 * editing/execCommand/insert-list-with-id.html: Added.
3081 * editing/execCommand/remove-list-from-range-selection-expected.checksum: Added.
3082 * editing/execCommand/remove-list-from-range-selection-expected.png: Added.
3083 * editing/execCommand/remove-list-from-range-selection-expected.txt: Added.
3084 * editing/execCommand/remove-list-from-range-selection.html: Added.
3085 * editing/execCommand/remove-list-items-expected.checksum: Added.
3086 * editing/execCommand/remove-list-items-expected.png: Added.
3087 * editing/execCommand/remove-list-items-expected.txt: Added.
3088 * editing/execCommand/remove-list-items.html: Added.
3089 * editing/execCommand/switch-list-type-expected.checksum: Added.
3090 * editing/execCommand/switch-list-type-expected.png: Added.
3091 * editing/execCommand/switch-list-type-expected.txt: Added.
3092 * editing/execCommand/switch-list-type.html: Added.
3095 * editing/pasteboard/drag-drop-modifies-page-expected.txt:
3096 * editing/pasteboard/paste-list-001-expected.txt:
3097 * editing/selection/drag-to-contenteditable-iframe-expected.checksum:
3098 * editing/selection/drag-to-contenteditable-iframe-expected.png:
3099 * editing/selection/drag-to-contenteditable-iframe-expected.txt:
3100 * editing/style/block-style-005-expected.txt:
3101 * fast/text/textIteratorNilRenderer-expected.checksum:
3102 * fast/text/textIteratorNilRenderer-expected.png:
3103 * fast/text/textIteratorNilRenderer-expected.txt:
3104 * editing/deleting/delete-line-016-expected.checksum:
3105 * editing/deleting/delete-line-016-expected.png:
3106 * editing/deleting/delete-line-016-expected.txt:
3108 2006-06-08 David Harrison <harrison@apple.com>
3110 Reviewed by Geoff and John.
3112 <rdar://problem/4558879> -[DOMCSSPrimitiveValue setStringValue:] throws an exception (12)
3114 * fast/dom/setPrimitiveValue-expected.checksum: Added.
3115 * fast/dom/setPrimitiveValue-expected.png: Added.
3116 * fast/dom/setPrimitiveValue-expected.txt: Added.
3117 * fast/dom/setPrimitiveValue.html: Added.
3119 2006-06-08 Mitz Pettel <opendarwin.org@mitzpettel.com>
3123 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9341
3124 REGRESSION: Repro crash caused by style="font:bold"
3126 * fast/css/font-shorthand-weight-only-expected.checksum: Added.
3127 * fast/css/font-shorthand-weight-only-expected.png: Added.
3128 * fast/css/font-shorthand-weight-only-expected.txt: Added.
3129 * fast/css/font-shorthand-weight-only.html: Added.
3131 2006-06-07 Justin Garcia <justin.garcia@apple.com>
3135 * editing/deleting/delete-4038408-fix-expected.txt:
3136 * editing/input/attributed-substring-from-range-lines-expected.txt:
3137 * editing/inserting/insert-3654864-fix-expected.txt:
3138 * editing/inserting/insert-3659587-fix-expected.txt:
3139 * editing/inserting/insert-3775316-fix-expected.txt:
3140 * editing/inserting/insert-at-end-01-expected.txt:
3141 * editing/inserting/insert-at-end-02-expected.txt:
3142 * editing/inserting/insert-br-001-expected.txt:
3143 * editing/inserting/insert-br-005-expected.txt:
3145 2006-06-07 Denis Defreyne <amonre@amonre.org>
3147 Reviewed by Hyatt, tweaked by Mitz.
3149 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9122
3150 REGRESSION: Incorrect vertical position for text fields in a "display: table" block
3152 * fast/table/text-field-baseline-expected.checksum: Added.
3153 * fast/table/text-field-baseline-expected.png: Added.
3154 * fast/table/text-field-baseline-expected.txt: Added.
3155 * fast/table/text-field-baseline.html: Added.
3157 2006-06-07 Mitz Pettel <opendarwin.org@mitzpettel.com>
3161 - pixel test for http://bugzilla.opendarwin.org/show_bug.cgi?id=4334
3162 REGRESSION: Flickering when css-hover should change opacity on floating elements
3164 * fast/block/float/nopaint-after-layer-destruction-expected.checksum: Added.
3165 * fast/block/float/nopaint-after-layer-destruction-expected.png: Added.
3166 * fast/block/float/nopaint-after-layer-destruction-expected.txt: Added.
3167 * fast/block/float/nopaint-after-layer-destruction.html: Added.
3169 2006-06-06 Mitz Pettel <opendarwin.org@mitzpettel.com>
3173 - repaint test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9121
3174 REGRESSION: [Incremental Repaint] DHTML movement test failures
3176 * fast/repaint/containing-block-position-change-expected.checksum: Added.
3177 * fast/repaint/containing-block-position-change-expected.png: Added.
3178 * fast/repaint/containing-block-position-change-expected.txt: Added.
3179 * fast/repaint/containing-block-position-change.html: Added.
3181 2006-06-06 Darin Adler <darin@apple.com>
3183 * fast/repaint/table-extra-bottom-grow.html: Removed unneeded line of code.
3185 * fast/repaint/table-extra-bottom-grow-expected.png: Regenerated.
3186 * fast/repaint/table-extra-bottom-grow-expected.checksum: Regenerated.
3188 2006-06-06 Justin Garcia <justin.garcia@apple.com>
3192 Added to demonstrate fixes:
3193 * editing/pasteboard/merge-after-delete-expected.checksum: Added.
3194 * editing/pasteboard/merge-after-delete-expected.png: Added.
3195 * editing/pasteboard/merge-after-delete-expected.txt: Added.
3196 * editing/pasteboard/merge-after-delete.html: Added.
3197 * editing/inserting/line-break-expected.checksum: Added.
3198 * editing/inserting/line-break-expected.png: Added.
3199 * editing/inserting/line-break-expected.txt: Added.
3200 * editing/inserting/line-break.html: Added.
3201 * editing/inserting/multiple-lines-selected-expected.checksum: Added.
3202 * editing/inserting/multiple-lines-selected-expected.png: Added.
3203 * editing/inserting/multiple-lines-selected-expected.txt: Added.
3204 * editing/inserting/multiple-lines-selected.html: Added.
3207 * editing/deleting/collapse-whitespace-3587601-fix-expected.txt:
3208 * editing/deleting/delete-3775172-fix-expected.txt:
3209 * editing/deleting/delete-3928305-fix-expected.txt:
3210 * editing/deleting/delete-3959464-fix-expected.checksum:
3211 * editing/deleting/delete-3959464-fix-expected.png:
3212 * editing/deleting/delete-3959464-fix-expected.txt:
3213 * editing/deleting/delete-4038408-fix-expected.checksum:
3214 * editing/deleting/delete-4038408-fix-expected.png:
3215 * editing/deleting/delete-4038408-fix-expected.txt:
3216 * editing/deleting/delete-4038408-fix.html:
3217 * editing/deleting/delete-at-paragraph-boundaries-002-expected.txt:
3218 * editing/deleting/delete-at-paragraph-boundaries-011-expected.checksum:
3219 * editing/deleting/delete-at-paragraph-boundaries-011-expected.png:
3220 * editing/deleting/delete-at-paragraph-boundaries-011-expected.txt:
3221 * editing/deleting/delete-block-contents-001-expected.txt:
3222 * editing/deleting/delete-block-contents-002-expected.txt:
3223 * editing/deleting/delete-block-contents-003-expected.txt:
3224 * editing/deleting/delete-br-011-expected.checksum:
3225 * editing/deleting/delete-br-011-expected.png:
3226 * editing/deleting/delete-br-011-expected.txt:
3227 * editing/deleting/delete-image-004-expected.txt:
3228 * editing/deleting/delete-line-010-expected.txt:
3229 * editing/deleting/delete-line-015-expected.txt:
3230 * editing/deleting/delete-select-all-001-expected.checksum:
3231 * editing/deleting/delete-select-all-001-expected.png:
3232 * editing/deleting/delete-select-all-001-expected.txt:
3233 * editing/deleting/delete-select-all-002-expected.txt:
3234 * editing/deleting/delete-select-all-003-expected.checksum:
3235 * editing/deleting/delete-select-all-003-expected.png:
3236 * editing/deleting/delete-select-all-003-expected.txt:
3237 * editing/execCommand/insertImage-expected.checksum:
3238 * editing/execCommand/insertImage-expected.png:
3239 * editing/input/attributed-substring-from-range-lines-expected.txt:
3240 * editing/input/text-input-controller-expected.txt:
3241 * editing/inserting/insert-3654864-fix-expected.txt:
3242 * editing/inserting/insert-3659587-fix-expected.txt:
3243 * editing/inserting/insert-3775316-fix-expected.txt:
3244 * editing/inserting/insert-after-delete-001-expected.txt:
3245 * editing/inserting/insert-at-end-01-expected.txt:
3246 * editing/inserting/insert-at-end-02-expected.txt:
3247 * editing/inserting/insert-br-001-expected.txt:
3248 * editing/inserting/insert-br-005-expected.txt:
3249 * editing/pasteboard/4076267-3-expected.txt:
3250 * editing/pasteboard/4076267-expected.txt:
3251 * editing/pasteboard/drag-drop-modifies-page-expected.txt:
3252 * editing/pasteboard/paste-4035648-fix-expected.txt:
3253 * editing/pasteboard/paste-4039777-fix-expected.checksum:
3254 * editing/pasteboard/paste-4039777-fix-expected.png:
3255 * editing/pasteboard/paste-4039777-fix-expected.txt:
3256 * editing/pasteboard/paste-match-style-001-expected.txt:
3257 * editing/pasteboard/paste-match-style-002-expected.txt:
3258 * editing/pasteboard/smart-paste-006-expected.txt:
3259 * editing/pasteboard/smart-paste-007-expected.txt:
3260 * editing/selection/drag-to-contenteditable-iframe-expected.txt:
3261 * editing/style/block-style-005-expected.txt:
3262 * editing/style/typing-style-002-expected.txt:
3263 * editing/unsupported-content/list-delete-001-expected.checksum:
3264 * editing/unsupported-content/list-delete-001-expected.png:
3265 * editing/unsupported-content/list-delete-001-expected.txt:
3266 * editing/unsupported-content/list-delete-002-expected.checksum:
3267 * editing/unsupported-content/list-delete-002-expected.png:
3268 * editing/unsupported-content/list-delete-002-expected.txt:
3269 * editing/unsupported-content/table-delete-001-expected.checksum:
3270 * editing/unsupported-content/table-delete-001-expected.png:
3271 * editing/unsupported-content/table-delete-001-expected.txt:
3272 * editing/unsupported-content/table-delete-003-expected.checksum:
3273 * editing/unsupported-content/table-delete-003-expected.png:
3274 * editing/unsupported-content/table-delete-003-expected.txt:
3275 * fast/text/attributed-substring-from-range.html:
3277 2006-06-06 Anders Carlsson <acarlsson@apple.com>
3281 http://bugzilla.opendarwin.org/show_bug.cgi?id=9325
3282 clientWidth/clientHeight on document element in strict mode should return visible frame size
3284 * fast/dom/client-width-height-expected.txt: Added.
3285 * fast/dom/client-width-height.html: Added.
3287 2006-06-05 Rob Buis <buis@kde.org>
3291 testcases for http://bugzilla.opendarwin.org/show_bug.cgi?id=5564
3292 'font' shorthand parsing should be more tolerant in quirks mode
3294 * fast/css/font_property_compatibility-expected.txt: Added.
3295 * fast/css/font_property_compatibility.html: Added.
3296 * fast/css/font_property_normal-expected.txt: Added.
3297 * fast/css/font_property_normal.html: Added.
3299 2006-06-05 David Kilzer <ddkilzer@kilzer.net>
3303 - Test results for http://bugzilla.opendarwin.org/show_bug.cgi?id=9310
3304 Add missing DOM prototypes and other DOM cleanup
3306 * fast/dom/global-constructors-expected.txt: Fixed test results.
3308 2006-06-04 Geoffrey Garen <ggaren@apple.com>
3310 - Merged test-prototypes.html into global-constructors.html
3311 - Added prototypes.html, which tests for some missing prototypes in DOM objects
3313 * fast/dom/global-constructors-expected.txt:
3314 * fast/dom/global-constructors.html:
3315 * fast/dom/prototypes-expected.txt: Added.
3316 * fast/dom/prototypes.html: Added.
3317 * fast/dom/test-prototypes-expected.txt: Removed.
3318 * fast/dom/test-prototypes.html: Removed.
3319 * fast/dom/undetectable-document-all-expected.txt: Updated to reflect
3320 change from "HTMLCollection" to "Collection"
3322 2006-06-04 Darin Adler <darin@apple.com>
3324 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9176
3325 REGRESSION: repro crash in WebCore::StringImpl::hash() const + 28 (StringImpl.h:67)
3327 * fast/loader/link-no-URL.html: Added.
3328 * fast/loader/link-no-URL-expected.txt: Added.
3330 2006-06-04 Sam Weinig <sam.weinig@gmail.com>
3334 - tests for http://bugzilla.opendarwin.org/show_bug.cgi?id=9213
3335 Absolutely positioned objects with relatively positioned inline
3336 containing blocks are rendered incorrectly
3338 * fast/block/positioning/absolute-in-inline-ltr-2.html: Added.
3339 * fast/block/positioning/absolute-in-inline-ltr-3.html: Added.
3340 * fast/block/positioning/absolute-in-inline-ltr.html: Added.
3341 * fast/block/positioning/absolute-in-inline-rtl-2.html: Added.
3342 * fast/block/positioning/absolute-in-inline-rtl-3.html: Added.
3343 * fast/block/positioning/absolute-in-inline-rtl.html: Added.
3344 * fast/block/positioning/absolute-in-inline-short-ltr.html: Added.
3345 * fast/block/positioning/absolute-in-inline-short-rtl.html: Added.
3347 2006-06-04 Anders Carlsson <acarlsson@apple.com>
3351 http://bugzilla.opendarwin.org/show_bug.cgi?id=9035
3352 document.evaluate and createNSResolver miss on namespaced elements
3354 * fast/xpath: Added.
3355 * fast/xpath/xpath-namespaces-expected.txt: Added.
3356 * fast/xpath/xpath-namespaces.html: Added.
3358 2006-06-03 David Kilzer <ddkilzer@kilzer.net>
3362 Added missing pixel test output:
3363 http://bugzilla.opendarwin.org/show_bug.cgi?id=8848
3364 TFOOT borders are copied to THEAD and TBODY
3366 * fast/table/border-collapsing/border-collapsing-head-foot-expected.png: Added.
3368 2006-06-03 Rob Buis <buis@kde.org>
3370 Reviewed by mjs. Tweaked and landed by ddkilzer.
3372 http://bugzilla.opendarwin.org/show_bug.cgi?id=7281
3373 With java disabled wrong information is displayed.
3375 * fast/replaced/applet-rendering-java-disabled.html: Added.
3376 * fast/replaced/applet-rendering-java-disabled-expected.checksum: Added.
3377 * fast/replaced/applet-rendering-java-disabled-expected.html: Added.
3378 * fast/replaced/applet-rendering-java-disabled-expected.png: Added.
3379 * tables/mozilla_expected_failures/bugs/bug8499-expected.checksum: Changed after removing RenderEmptyApplet.
3380 * tables/mozilla_expected_failures/bugs/bug8499-expected.png: Ditto.
3381 * tables/mozilla_expected_failures/bugs/bug8499-expected.txt: Ditto.
3383 2006-06-03 Mitz Pettel <opendarwin.org@mitzpettel.com>
3387 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9252
3388 REGRESSION: Very odd roll-over issues (content disappearing)
3390 * fast/dom/HTMLLinkElement/pending-stylesheet-count.html: Added.
3391 * fast/dom/HTMLLinkElement/pending-stylesheet-count-expected.txt: Added.
3392 * fast/dom/HTMLLinkElement/pending-stylesheet-count-expected.png: Added.
3393 * fast/dom/HTMLLinkElement/pending-stylesheet-count-expected.checksum: Added.
3395 2006-06-02 Mitz Pettel <opendarwin.org@mitzpettel.com>
3399 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9234
3400 Implement $&, $' and $` replacement codes in String.prototype.replace
3402 * fast/js/resources/string-replace-3.js: Added.
3403 * fast/js/string-replace-3-expected.txt: Added.
3404 * fast/js/string-replace-3.html: Added.
3406 2006-06-02 David Carson <dacarson@gmail.com>
3408 Reviewed by Hyatt, checked in by Tim H.
3410 For: http://bugzilla.opendarwin.org/show_bug.cgi?id=9115
3411 Added test case to test opacity layers, in particular, opacities
3412 with a value of zero.
3414 * fast/css/ZeroOpacityLayers.html: Added.
3415 * fast/css/ZeroOpacityLayers-expected.txt: Added.
3416 * fast/css/ZeroOpacityLayers-expected.png: Added.
3417 * fast/css/ZeroOpacityLayers-expected.checksum: Added.
3418 * fast/css/ZeroOpacityLayers2.html: Added.
3419 * fast/css/ZeroOpacityLayers2-expected.txt: Added.
3420 * fast/css/ZeroOpacityLayers2-expected.png: Added.
3421 * fast/css/ZeroOpacityLayers2-expected.checksum: Added.
3423 2006-06-02 Rob Buis <buis@kde.org>
3425 Reviewed by Hyatt, checked in by Tim H.
3427 Adding testcase for bug 8223.
3429 * fast/dom/css-inline-style-important-expected.checksum: Added.
3430 * fast/dom/css-inline-style-important-expected.png: Added.
3431 * fast/dom/css-inline-style-important-expected.txt: Added.
3432 * fast/dom/css-inline-style-important.html: Added.
3434 2006-06-02 Rémi Zara <remi_zara@mac.com>
3438 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=3379
3439 attr(X) does not work
3441 * fast/css-generated-content/016-expected.checksum: Added.
3442 * fast/css-generated-content/016-expected.png: Added.
3443 * fast/css-generated-content/016-expected.txt: Added.
3444 * fast/css-generated-content/016.html: Added.
3446 2006-06-02 Mitz Pettel <opendarwin.org@mitzpettel.com>
3450 Updated test so that is will once again exercise the fix for
3451 http://bugzilla.opendarwin.org/show_bug.cgi?id=9009
3453 * fast/table/empty-section-crash-expected.txt:
3454 * fast/table/empty-section-crash.html:
3456 2006-06-02 David Kilzer <ddkilzer@kilzer.net>
3460 http://bugzilla.opendarwin.org/show_bug.cgi?id=9183
3461 Finish renaming of RenderCanvas to RenderView
3463 * editing/selection/7152-1-expected.checksum: Layout changed due to text change in HTML file.
3464 * editing/selection/7152-1-expected.png: Ditto.
3465 * editing/selection/7152-1-expected.txt: Ditto.
3466 * editing/selection/7152-1.html: Changed text in HTML content.
3467 * editing/selection/7152-2-expected.checksum: Layout changed due to text change in HTML file.
3468 * editing/selection/7152-2-expected.png: Ditto.
3469 * editing/selection/7152-2-expected.txt: Ditto.
3470 * editing/selection/7152-2.html: Changed text in HTML content.
3471 * *-expected.txt: Replaced "RenderCanvas" with "RenderView" in 3023 more files.
3473 2006-06-01 David Carson <dacarson@gmail.com>
3475 Reviewed by Maciej and Adele
3477 Tests for http://bugzilla.opendarwin.org/show_bug.cgi?id=8398
3478 Updated and extended select/option form tests
3480 * fast/forms/HTMLOptionElement_label01.html:
3481 * fast/forms/HTMLOptionElement_label01-expected.txt:
3482 * fast/forms/HTMLOptionElement_label01-expected.png:
3483 * fast/forms/HTMLOptionElement_label02.html:
3484 * fast/forms/HTMLOptionElement_label02-expected.txt:
3485 * fast/forms/HTMLOptionElement_label02-expected.png:
3486 * fast/forms/HTMLOptionElement_label03.html:
3487 * fast/forms/HTMLOptionElement_label03-expected.txt:
3488 * fast/forms/HTMLOptionElement_label03-expected.png
3489 * fast/forms/HTMLOptionElement_label04.html:
3490 * fast/forms/HTMLOptionElement_label04-expected.txt:
3491 * fast/forms/HTMLOptionElement_label04-expected.png
3492 * fast/forms/HTMLOptionElement_label05.html:
3493 * fast/forms/HTMLOptionElement_label05-expected.txt: