1 2006-07-27 Graham Dennis <graham.dennis@gmail.com>
5 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=10094
6 Japanese characters improperly rendering in TOT
8 * fast/encoding/denormalised-voiced-japanese-chars-expected.checksum: Added.
9 * fast/encoding/denormalised-voiced-japanese-chars-expected.png: Added.
10 * fast/encoding/denormalised-voiced-japanese-chars-expected.txt: Added.
11 * fast/encoding/denormalised-voiced-japanese-chars.html: Added.
13 2006-07-27 Eric Seidel <eric@eseidel.com>
17 Complex entities seem to fail on TOT
18 http://bugzilla.opendarwin.org/show_bug.cgi?id=6390
19 Updated test cases now that this bug is fixed.
21 * fast/parser/entity-ignorable-whitespace-expected.txt:
22 * svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.checksum:
23 * svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.png:
24 * svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.txt:
25 * svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.checksum:
26 * svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.png:
27 * svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.txt:
28 * svg/W3C-SVG-1.1/render-elems-03-t-expected.checksum:
29 * svg/W3C-SVG-1.1/render-elems-03-t-expected.png:
30 * svg/W3C-SVG-1.1/render-elems-03-t-expected.txt:
32 2006-07-27 Rob Buis <buis@kde.org
36 Add some tests for http://bugzilla.opendarwin.org/show_bug.cgi?id=9938
37 Specifically the testcases are:
39 http://hixie.ch/tests/adhoc/svg/error/010.xml
40 http://hixie.ch/tests/adhoc/svg/error/011.xml
42 * svg/custom/invalid-viewbox1-expected.checksum: Added.
43 * svg/custom/invalid-viewbox1-expected.png: Added.
44 * svg/custom/invalid-viewbox1-expected.txt: Added.
45 * svg/custom/invalid-viewbox1.svg: Added.
46 * svg/custom/invalid-viewbox2-expected.checksum: Added.
47 * svg/custom/invalid-viewbox2-expected.png: Added.
48 * svg/custom/invalid-viewbox2-expected.txt: Added.
49 * svg/custom/invalid-viewbox2.svg: Added.
51 2006-07-27 Eric Seidel <eric@eseidel.com>
55 Add testcases for getSVGDocument() function.
56 Also test HTMLObjectElement.vspace and hspace as numbers (while I'm at it).
58 * fast/dom/HTMLObjectElement/vspace-hspace-as-number-expected.checksum: Added.
59 * fast/dom/HTMLObjectElement/vspace-hspace-as-number-expected.png: Added.
60 * fast/dom/HTMLObjectElement/vspace-hspace-as-number-expected.txt: Added.
61 * fast/dom/HTMLObjectElement/vspace-hspace-as-number.html: Added.
62 * svg/custom/getsvgdocument-expected.checksum: Added.
63 * svg/custom/getsvgdocument-expected.png: Added.
64 * svg/custom/getsvgdocument-expected.txt: Added.
65 * svg/custom/getsvgdocument.html: Added.
66 * svg/custom/resources/getsvgdocument.svg: Added.
68 2006-07-26 Alexey Proskuryakov <ap@nypop.com>
72 http://bugzilla.opendarwin.org/show_bug.cgi?id=9901
73 XSLTProcessor cannot parse text nodes for INPUT ELEMENTS in an XSLT stylesheet
75 * fast/js/resources/xhtml-serialize.js: Added.
76 * fast/js/xhtml-serialize-expected.txt: Added.
77 * fast/js/xhtml-serialize.html: Added.
79 2006-07-26 Justin Garcia <justin.garcia@apple.com>
83 <rdar://problem/4652788>
84 REGRESSION: Can't change size or style of any text in message body
86 * editing/style/designmode-expected.checksum: Added.
87 * editing/style/designmode-expected.png: Added.
88 * editing/style/designmode-expected.txt: Added.
89 * editing/style/designmode.html: Added.
91 2006-07-25 Justin Garcia <justin.garcia@apple.com>
95 <rdar://problem/4649560>
96 REGRESSION: Can't Select All when the body is contentEditable="true"
98 * editing/selection/select-all-005-expected.checksum: Added.
99 * editing/selection/select-all-005-expected.png: Added.
100 * editing/selection/select-all-005-expected.txt: Added.
101 * editing/selection/select-all-005.html: Added.
102 * editing/selection/select-all-006-expected.checksum: Added.
103 * editing/selection/select-all-006-expected.png: Added.
104 * editing/selection/select-all-006-expected.txt: Added.
105 * editing/selection/select-all-006.html: Added.
107 2006-07-24 Dan Waylonis <waylonis@google.com>
109 Reviewed and tweaked a bit by Darin.
111 - added some new tests that use "echo" including one for JavaScript null
113 * plugins/bindings-test-expected.txt: Added results.
114 * plugins/bindings-test.html: Added tests.
116 2006-07-24 Darin Adler <darin@apple.com>
118 Reviewed by Adele and Justin.
120 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9630
121 REGRESSION: some spaces typed in <textarea> are posted as non-breaking spaces
123 * fast/forms/textarea-type-spaces-expected.txt: Added.
124 * fast/forms/textarea-type-spaces.html: Added.
126 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9939
127 REGRESSION: Pasting text into native text area with newline at end does not preserve newline
129 * fast/forms/textarea-paste-newline-expected.txt: Added.
130 * fast/forms/textarea-paste-newline.html: Added.
132 - updated tests affected by above changes, results are equivalent or better
134 * editing/pasteboard/4641033-expected.checksum:
135 * editing/pasteboard/4641033-expected.png:
136 * editing/pasteboard/4641033-expected.txt:
137 * editing/pasteboard/paste-table-003-expected.checksum:
138 * editing/pasteboard/paste-table-003-expected.png:
139 * editing/pasteboard/paste-table-003-expected.txt:
140 * editing/pasteboard/paste-text-016-expected.txt:
141 * editing/pasteboard/quirks-mode-br-1-expected.txt:
142 * editing/pasteboard/quirks-mode-br-2-expected.txt:
143 * fast/forms/textarea-scrolled-type-expected.checksum:
144 * fast/forms/textarea-scrolled-type-expected.png:
145 * fast/forms/textarea-scrolled-type-expected.txt:
147 - changed a test to be a "dump as text" test
149 * fast/forms/paste-into-textarea-expected.txt:
150 * fast/forms/paste-into-textarea.html:
151 * fast/forms/paste-into-textarea-expected.checksum: Removed.
152 * fast/forms/paste-into-textarea-expected.png: Removed.
154 - changed a test to be a "dump as text" test, improved test a bit and also checked in new results
156 * fast/forms/textarea-scrolled-endline-caret-expected.txt:
157 * fast/forms/textarea-scrolled-endline-caret.html:
159 - fixed a test that was raising an exception every time it ran
161 * fast/forms/attributed-strings-expected.txt:
162 * fast/forms/attributed-strings.html:
164 - corrected checksums on a bunch of tests (pngs were right, but checksums wrong, apparently)
166 * editing/deleting/delete-to-select-table-expected.checksum:
167 * editing/selection/3690719-expected.checksum:
168 * editing/selection/clear-selection-expected.checksum:
169 * editing/undo/undo-misspellings-expected.checksum:
171 - added some missing pixel test results
173 * editing/pasteboard/nested-blocks-with-text-area-expected.checksum: Added.
174 * editing/pasteboard/nested-blocks-with-text-area-expected.png: Added.
175 * editing/pasteboard/nested-blocks-with-text-field-expected.checksum: Added.
176 * editing/pasteboard/nested-blocks-with-text-field-expected.png: Added.
178 2006-07-24 Adele Peterson <adele@apple.com>
182 - Test for <rdar://problem/4632132> Changing style of content with mixed editability fails
184 * editing/style/apple-style-editable-mix-expected.checksum: Added.
185 * editing/style/apple-style-editable-mix-expected.png: Added.
186 * editing/style/apple-style-editable-mix-expected.txt: Added.
187 * editing/style/apple-style-editable-mix.html: Added.
189 2006-07-24 Dave MacLachlan <dmaclach@mac.com>
191 Reviewed by Darin and Alexey.
193 Test for: <http://bugzilla.opendarwin.org/show_bug.cgi?id=8425>
194 and <http://bugzilla.opendarwin.org/show_bug.cgi?id=6947>
196 * svg/custom/non-opaque-filters-expected.checksum: Added.
197 * svg/custom/non-opaque-filters-expected.png: Added.
198 * svg/custom/non-opaque-filters-expected.txt: Added.
199 * svg/custom/non-opaque-filters.svg: Added.
201 2006-07-24 Mitz Pettel <opendarwin.org@mitzpettel.com>
205 - repaint test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9669
206 Incomplete repaint when changing an inline's border
208 * fast/repaint/line-overflow-expected.checksum: Added.
209 * fast/repaint/line-overflow-expected.png: Added.
210 * fast/repaint/line-overflow-expected.txt: Added.
211 * fast/repaint/line-overflow.html: Added.
213 2006-07-24 Mitz Pettel <opendarwin.org@mitzpettel.com>
217 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=10075
218 REGRESSION: Reversed pop-up text in visually-ordered Hebrew pages
220 * fast/forms/select-visual-hebrew-expected.checksum: Added.
221 * fast/forms/select-visual-hebrew-expected.png: Added.
222 * fast/forms/select-visual-hebrew-expected.txt: Added.
223 * fast/forms/select-visual-hebrew.html: Added.
225 2006-07-23 David Harrison <harrison@apple.com>
229 <rdar://problem/4646759> Mail crash editing To Do - WebCore::InsertTextCommand::prepareForTextInsertion
231 * editing/deleting/delete-mixed-editable-content-001-expected.checksum: Added.
232 * editing/deleting/delete-mixed-editable-content-001-expected.png: Added.
233 * editing/deleting/delete-mixed-editable-content-001-expected.txt: Added.
234 * editing/deleting/delete-mixed-editable-content-001.html: Added.
236 2006-07-23 Adele Peterson <adele@apple.com>
240 Test for: <rdar://problem/4644614> REGRESSION: Typing, pasting or dragging in new text areas causes unnecessary scrolling
242 * fast/forms/textarea-scrolled-type-expected.checksum: Added.
243 * fast/forms/textarea-scrolled-type-expected.png: Added.
244 * fast/forms/textarea-scrolled-type-expected.txt: Added.
245 * fast/forms/textarea-scrolled-type.html: Added.
247 2006-07-22 Alexey Proskuryakov <ap@nypop.com>
251 Fix http://bugzilla.opendarwin.org/show_bug.cgi?id=10038
252 REGRESSION: Length of navigator.mimeTypes collection returns number of installed plugins, not number
253 of registered mime types
255 * fast/js/navigator-mimeTypes-length-expected.txt: Added.
256 * fast/js/navigator-mimeTypes-length.html: Added.
257 * fast/js/resources/navigator-mimeTypes-length.js: Added.
259 2006-07-21 Adele Peterson <adele@apple.com>
263 Test for: <rdar://problem/4643238> REGRESSION: Can't set insertion point at the end of a line of text
265 * fast/forms/textarea-scrolled-endline-caret-expected.txt: Added.
266 * fast/forms/textarea-scrolled-endline-caret.html: Added.
268 2006-07-21 Geoffrey Garen <ggaren@apple.com>
272 Test for whether focusing and/or blurring a frame before its content has loaded causes
273 a crash. <rdar://problem/4632505> REGRESSION: Crash at
274 WebCore::Widget::getView() const + 6
276 * http/tests/incremental/frame-focus-before-load-expected.txt: Added.
277 * http/tests/incremental/frame-focus-before-load.html: Added.
279 2006-07-21 Maciej Stachowiak <mjs@apple.com>
283 <rdar://problem/4523976> REGRESSION (NativeTextField): Crash occurs when choosing "Undo Typing" after typing and setting the value
285 * fast/forms/text-field-setvalue-crash-expected.txt: Added.
286 * fast/forms/text-field-setvalue-crash.html: Added.
288 2006-07-21 Justin Garcia <justin.garcia@apple.com>
292 <rdar://problem/4548238>
293 REGRESSION: Can't remove the first OL/UL list item in a Mail's compose window
295 * editing/deleting/delete-first-list-item-expected.checksum: Added.
296 * editing/deleting/delete-first-list-item-expected.png: Added.
297 * editing/deleting/delete-first-list-item-expected.txt: Added.
298 * editing/deleting/delete-first-list-item.html: Added.
300 2006-07-21 Mitz Pettel <opendarwin.org@mitzpettel.com>
304 * editing/selection/select-all-iframe-expected.txt:
305 * editing/selection/select-from-textfield-outwards-expected.checksum: Added.
306 * editing/selection/select-from-textfield-outwards-expected.png: Added.
307 * editing/selection/select-from-textfield-outwards-expected.txt: Added.
308 * editing/selection/select-from-textfield-outwards.html: Added.
309 * fast/events/drag-outside-window-expected.txt:
311 2006-07-21 Geoffrey Garen <ggaren@apple.com>
313 Test for undetectable style.filter property.
315 * fast/dom/undetectable-style-filter-expected.txt: Added.
316 * fast/dom/undetectable-style-filter.html: Added.
318 2006-07-21 Justin Garcia <justin.garcia@apple.com>
322 <rdar://problem/4641033>
323 REGRESSION: Pasting from web pages into Mail (or Blot) often loses most of the content
325 * editing/pasteboard/4641033-expected.checksum: Added.
326 * editing/pasteboard/4641033-expected.png: Added.
327 * editing/pasteboard/4641033-expected.txt: Added.
328 * editing/pasteboard/4641033.html: Added.
330 2006-07-20 Anders Carlsson <acarlsson@apple.com>
334 <rdar://problem/4637807> REGRESSION: "Features & Options" page at volvocars.us fails
336 * fast/xsl/xslt-processer-expected.txt:
339 * fast/xsl/xslt-string-parameters-expected.txt: Added.
340 * fast/xsl/xslt-string-parameters.html: Added.
342 2006-07-20 Maciej Stachowiak <mjs@apple.com>
344 Reviewed by Beth and John.
346 - fix recently broken layout tests that need updated results or test changes:
348 For these three, the selection ranges changed (for the better) due to my input
351 * editing/selection/3690703-2-expected.txt:
352 * editing/selection/3690703-expected.txt:
353 * fast/text/textIteratorNilRenderer-expected.txt:
355 For this one, DumpRenderTree no longer shows resize corners by default, so turned
358 * fast/css/resize-corner-tracking.html:
360 2006-07-19 Maciej Stachowiak <mjs@apple.com>
364 - fixed layout test results that were affected by editing input
365 paste patch -- new results are actually more correct, handling
366 text fields properly as a replaced element.
368 * editing/selection/3690703-2-expected.txt:
369 * editing/selection/3690703-expected.txt:
370 * fast/events/div-focus-expected.txt:
371 * fast/text/textIteratorNilRenderer-expected.txt:
373 2006-07-19 Justin Garcia <justin.garcia@apple.com>
377 <rdar://problem/4631972>
378 REGRESSION: Mail crashes when pasting entire contents of http://www.apple.com/support/ into a new mail message
380 * editing/pasteboard/4631972-expected.checksum: Added.
381 * editing/pasteboard/4631972-expected.png: Added.
382 * editing/pasteboard/4631972-expected.txt: Added.
383 * editing/pasteboard/4631972.html: Added.
384 * editing/selection/drag-to-contenteditable-iframe-expected.txt:
385 * editing/selection/replaced-boundaries-3-expected.checksum:
386 * editing/selection/replaced-boundaries-3-expected.txt:
387 * editing/selection/select-box-expected.txt:
389 2006-07-19 Anders Carlsson <acarlsson@apple.com>
393 <rdar://problem/4631272> REGRESSION: Crash tabbing out of hostname field at autorestore.apple.com
395 * fast/forms/display-none-in-onchange-keyboard-expected.txt: Added.
396 * fast/forms/display-none-in-onchange-keyboard.html: Added.
398 2006-07-19 Justin Garcia <justin.garcia@apple.com>
402 <rdar://problem/4613519>
403 REGRESSION: Pasting text in native text area inserts text one character before it should (9527)
405 * fast/forms/paste-into-textarea-expected.checksum: Added.
406 * fast/forms/paste-into-textarea-expected.png: Added.
407 * fast/forms/paste-into-textarea-expected.txt: Added.
408 * fast/forms/paste-into-textarea.html: Added.
410 2006-07-19 Anders Carlsson <acarlsson@apple.com>
412 * fast/js/pretty-print-expected.txt:
415 * fast/js/resources/pretty-print.js:
416 Fix description string.
418 2006-07-19 Anders Carlsson <acarlsson@apple.com>
422 <rdar://problem/4620655> REGRESSION(10.4.7-10.5): preview button for a blogger.com post doesn't work
424 * fast/js/pretty-print-expected.txt: Added.
425 * fast/js/pretty-print.html: Added.
426 * fast/js/resources/pretty-print.js: Added.
428 2006-07-19 David Harrison <harrison@apple.com>
430 <rdar://problem/4629307> -[DOMRange markupString] does not include the initial table element if it is at the beginning of the range
431 <rdar://problem/4062218> pasting in contents of web.apple.com strips off the <table> element from the first table
433 (this really only tests the symptoms of <rdar://problem/4062218>, because -[DOMRange markupString] is not testable)
435 * editing/pasteboard/paste-table-003-expected.checksum: Added.
436 * editing/pasteboard/paste-table-003-expected.png: Added.
437 * editing/pasteboard/paste-table-003-expected.txt: Added.
438 * editing/pasteboard/paste-table-003.html: Added.
440 2006-07-18 Maciej Stachowiak <mjs@apple.com>
442 Reviewed by Adele Peterson.
446 <rdar://problem/4620646> REGRESSION(10.4.7-10.5): can't type into editing region when creating or editing a blogger.com post
448 * fast/js/null-char-in-string-expected.txt: Added.
449 * fast/js/null-char-in-string.html: Added.
450 * fast/js/resources/null-char-in-string.js: Added.
452 2006-07-18 Anders Carlsson <acarlsson@apple.com>
456 http://bugzilla.opendarwin.org/show_bug.cgi?id=9959
457 REGRESSION: iframes stop rendering after 200th one on successive reloads
459 * fast/frames/frame-limit-expected.txt: Added.
460 * fast/frames/frame-limit.html: Added.
462 2006-07-18 Darin Adler <darin@apple.com>
466 - convert a couple of tests to "dump as text" tests
468 * fast/dom/css-selectorText-expected.checksum: Removed.
469 * fast/dom/css-selectorText-expected.png: Removed.
470 * fast/dom/css-selectorText-expected.txt: Replaced render tree results with text results.
471 * fast/dom/css-selectorText.html: Added a call to layoutTestController.dumpAsText.
473 * fast/dom/css-shortHands-expected.checksum: Removed.
474 * fast/dom/css-shortHands-expected.png: Removed.
475 * fast/dom/css-shortHands-expected.txt: Replaced render tree results with text results.
476 * fast/dom/css-shortHands.html: Added a call to layoutTestController.dumpAsText.
478 2006-07-18 Mitz Pettel <opendarwin.org@mitzpettel.com>
482 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9978
483 REGRESSION (r12949-r12988): Clicking the first letter on a line places the caret at the end of the previous line
485 * editing/selection/click-start-of-line-expected.checksum: Added.
486 * editing/selection/click-start-of-line-expected.png: Added.
487 * editing/selection/click-start-of-line-expected.txt: Added.
488 * editing/selection/click-start-of-line.html: Added.
490 2006-07-18 Anders Carlsson <acarlsson@apple.com>
494 http://bugzilla.opendarwin.org/show_bug.cgi?id=9695
495 <rdar://problem/4614085>
496 TOT REGRESSION: NativeTextArea: Text area does not respond to Cmd-UpArrow/Cmd-DownArrow (9695)
498 * editing/selection/move-begin-end-expected.txt: Added.
499 * editing/selection/move-begin-end.html: Added.
501 2006-07-17 Maciej Stachowiak <mjs@apple.com>
503 Test cases not reviewed but the corresponding fix was.
505 - test cases for <rdar://problem/4618089> Blot crashes when I paste in all the contents of http://www.apple.com/startpage/
507 * editing/pasteboard/nested-blocks-with-text-area-expected.txt: Added.
508 * editing/pasteboard/nested-blocks-with-text-area.html: Added.
509 * editing/pasteboard/nested-blocks-with-text-field-expected.txt: Added.
510 * editing/pasteboard/nested-blocks-with-text-field.html: Added.
512 2006-07-17 Anders Carlsson <acarlsson@apple.com>
516 Add Apache 2 config file.
518 * http/conf/apache2-httpd.conf: Added.
520 2006-07-17 Justin Garcia <justin.garcia@apple.com>
524 <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
526 * editing/selection/replace-selection-1-expected.checksum: Added.
527 * editing/selection/replace-selection-1-expected.png: Added.
528 * editing/selection/replace-selection-1-expected.txt: Added.
529 * editing/selection/replace-selection-1.html: Added.
531 2006-07-14 Justin Garcia <justin.garcia@apple.com>
535 * editing/selection/drag-to-contenteditable-iframe-expected.txt:
536 * editing/selection/subframe-with-selection-expected.txt:
538 2006-07-17 Maciej Stachowiak <mjs@apple.com>
542 <rdar://problem/4604946> REGRESSION: 'checkboxRef.checked = true' fires onchange event in Leopard
544 * fast/events/programmatic-check-no-change-event-expected.txt: Added.
545 * fast/events/programmatic-check-no-change-event.html: Added.
547 2006-07-16 David Kilzer <ddkilzer@kilzer.net>
551 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9954
552 REGRESSION: document.dir should return empty string in <head>
554 * fast/dom/document-dir-property-expected.txt: Added.
555 * fast/dom/document-dir-property.html: Added.
557 2006-07-16 David Kilzer <ddkilzer@kilzer.net>
561 * fast/dynamic/move-node-with-selection-expected.checksum:
562 Removed "No newline at end of file" that snuck in as part of the "apply patch" process.
564 2006-07-16 Darin Adler <darin@apple.com>
566 - fixed a couple of files I checked in wrong
568 * fast/html/body-offset-properties-expected.txt: Removed property cruft.
569 * fast/html/body-offset-properties.html: Ditto.
571 2006-07-16 Maciej Stachowiak <mjs@apple.com>
573 - fixed typo in expected results
575 * fast/js/for-in-avoid-duplicates-expected.txt:
577 2006-07-16 Darin Adler <darin@apple.com>
579 Reviewed by John Sullivan (new test, not the changes to existing ones).
581 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9943
582 <rdar://problem/4590613>
583 REGRESSION (Tiger-TOT): menus are offset to the right at http://movies.aol.com/movie-photo-bts/superman-returns
585 * fast/html/body-offset-properties-expected.txt: Added.
586 * fast/html/body-offset-properties.html: Added.
588 * editing/execCommand/findString-2.html: Update to not depend on the buggy body.offseLeft/Top.
589 Instead hardcode the default body margin of 8.
590 * editing/pasteboard/drop-text-without-selection.html: Ditto.
591 * editing/selection/click-before-and-after-table.html: Ditto.
592 * editing/selection/mixed-editability-1.html: Ditto.
593 * fast/table/click-near-anonymous-table.html: Ditto.
595 * editing/selection/drag-to-contenteditable-iframe.html: Remove unnecessary use of body.offsetLeft/Top
598 2006-07-16 Maciej Stachowiak <mjs@apple.com>
602 - new test case and updated results for property list changes
604 * fast/js/for-in-avoid-duplicates-expected.txt: Added.
605 * fast/js/for-in-avoid-duplicates.html: Added.
606 * fast/js/kde/Array-expected.txt:
607 * fast/js/resources/for-in-avoid-duplicates.js: Added.
609 2006-07-15 Darin Adler <darin@apple.com>
611 Reviewed by John Sullivan.
613 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=8952
614 <rdar://problem/4575185>
615 REGRESSION: crash on drag of highlighted Google custom home page modules
617 * fast/dynamic/move-node-with-selection-expected.checksum: Added.
618 * fast/dynamic/move-node-with-selection-expected.png: Added.
619 * fast/dynamic/move-node-with-selection-expected.txt: Added.
620 * fast/dynamic/move-node-with-selection.html: Added.
622 2006-07-15 Darin Adler <darin@apple.com>
624 Reviewed by John Sullivan.
626 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=8587
627 <rdar://problem/4631844>
628 REGRESSION: {display:list-item} on items outside an ol or ul element no longer causes incremental numbering
630 * fast/lists/numeric-markers-outside-list-expected.checksum: Added.
631 * fast/lists/numeric-markers-outside-list-expected.png: Added.
632 * fast/lists/numeric-markers-outside-list-expected.txt: Added.
633 * fast/lists/numeric-markers-outside-list.html: Added.
635 2006-07-15 Geoffrey Garen <ggaren@apple.com>
639 Layout test for crash when setting the dir property on a document with no body.
641 * fast/dom/dir-no-body-expected.txt: Added.
642 * fast/dom/dir-no-body.html: Added.
644 2006-07-15 Darin Adler <darin@apple.com>
648 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=8395
649 <rdar://problem/4613467>
650 REGRESSION: RegEx seems broken for hex escaped non breaking space
652 * fast/js/regexp-extended-characters-more-expected.txt: Added.
653 * fast/js/regexp-extended-characters-more.html: Added.
654 * fast/js/resources/regexp-extended-characters-more.js: Added.
656 2006-07-15 Darin Adler <darin@apple.com>
660 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=8871
661 <rdar://problem/4575417>
662 REGRESSION: Pressing Enter/Return in a text input removes the selected text
663 and http://bugzilla.opendarwin.org/show_bug.cgi?id=9743
664 <rdar://problem/4614228>
665 REGRESSION: crash dispatching JavaScript-created keyboard event to input element
667 * fast/forms/input-text-enter-expected.txt: Added.
668 * fast/forms/input-text-enter.html: Added.
670 2006-07-15 Darin Adler <darin@apple.com>
672 Reviewed by John Sullivan.
674 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9883
675 <rdar://problem/4631821>
676 REGRESSION: NativePopups don't work correctly in some forum software
678 * fast/forms/select-selected-expected.checksum: Added.
679 * fast/forms/select-selected-expected.png: Added.
680 * fast/forms/select-selected-expected.txt: Added.
681 * fast/forms/select-selected.html: Added.
683 2006-07-15 Anders Carlsson <acarlsson@apple.com>
687 http://bugzilla.opendarwin.org/show_bug.cgi?id=9866
688 <rdar://problem/4631561>
689 REGRESSION: Repro crash from mangleme using iframe, only from server.
691 * http/tests/misc/iframe-invalid-source-crash-expected.txt: Added.
692 * http/tests/misc/iframe-invalid-source-crash.html: Added.
694 2006-07-14 Alexey Proskuryakov <ap@nypop.com>
698 Fix http://bugzilla.opendarwin.org/show_bug.cgi?id=4195
699 REGRESSION: KOI8-U encoding no longer supported.
701 * fast/encoding/charset-koi8-u-expected.txt: Added.
702 * fast/encoding/charset-koi8-u.html: Added.
703 * fast/encoding/charset-x-nextstep-expected.txt: Added.
704 * fast/encoding/charset-x-nextstep.html: Added.
705 * http/tests/misc/BOM-override-expected.txt: Added.
706 * http/tests/misc/BOM-override-script-expected.txt: Added.
707 * http/tests/misc/BOM-override-script.html: Added.
708 * http/tests/misc/BOM-override.pl: Added.
709 * http/tests/misc/resources/BOM-override-2.pl: Added.
710 * http/tests/misc/resources/BOM-override-3.pl: Added.
712 2006-07-14 Timothy Hatcher <timothy@apple.com>
714 Rolling out this fix from r15358 since it isn't resolved.
716 2006-07-11 Justin Garcia <justin.garcia@apple.com>
718 Reviewed by levi & thatcher
720 <http://bugzilla.opendarwin.org/show_bug.cgi?id=9642>
721 GMail Editor: Operations that use drop down menus blow away the selection
723 * editing/selection/drag-to-contenteditable-iframe-expected.txt:
724 * editing/selection/subframe-with-selection-expected.checksum: Added.
725 * editing/selection/subframe-with-selection-expected.png: Added.
726 * editing/selection/subframe-with-selection-expected.txt: Added.
727 * editing/selection/subframe-with-selection.html: Added.
729 2006-07-14 Mitz Pettel <opendarwin.org@mitzpettel.com>
733 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9905
734 REGRESSION (r15404-r15415): Repro crash when pressing delete in an empty editable div
736 * editing/deleting/delete-at-start-or-end-expected.checksum: Added.
737 * editing/deleting/delete-at-start-or-end-expected.png: Added.
738 * editing/deleting/delete-at-start-or-end-expected.txt: Added.
739 * editing/deleting/delete-at-start-or-end.html: Added.
741 2006-07-14 Mitz Pettel <opendarwin.org@mitzpettel.com>
745 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9879
746 REGRESSION: Repro crash when clicking to the side of an anonymous table
747 - see also <rdar://problem/4628129> REGRESSION: Repro crash when clicking
748 to the side of an anonymous table
750 NOTE: Only the layout test part of this patch was landed since an alternate
751 fix was committed in r15401: <rdar://problem/4509393> selected DOM range
752 starts with <object>, 0 offset but selection should include the <object>
754 * fast/table/click-near-anonymous-table-expected.checksum: Added.
755 * fast/table/click-near-anonymous-table-expected.png: Added.
756 * fast/table/click-near-anonymous-table-expected.txt: Added.
757 * fast/table/click-near-anonymous-table.html: Added.
759 2006-07-12 Maciej Stachowiak <mjs@apple.com>
763 Test cases for <rdar://problem/4567031> REGRESSION: Crash at WebCore::RenderBlock::createLineBoxes (seems to be a security hole?)
765 I included the test case from the bug plus variants for other broken cases that
766 were similar but needed separate fixes.
768 * fast/table/cell-in-row-before-misnested-text-crash-expected.txt: Added.
769 * fast/table/cell-in-row-before-misnested-text-crash.xhtml: Added.
770 * fast/table/form-in-row-before-misnested-text-crash-expected.txt: Added.
771 * fast/table/form-in-row-before-misnested-text-crash.xhtml: Added.
772 * fast/table/form-in-table-before-misnested-text-crash-expected.txt: Added.
773 * fast/table/form-in-table-before-misnested-text-crash.xhtml: Added.
774 * fast/table/form-in-tbody-before-misnested-text-crash-expected.txt: Added.
775 * fast/table/form-in-tbody-before-misnested-text-crash.xhtml: Added.
776 * fast/table/row-in-tbody-before-misnested-text-crash-expected.txt: Added.
777 * fast/table/row-in-tbody-before-misnested-text-crash.xhtml: Added.
778 * fast/table/section-in-table-before-misnested-text-crash-expected.txt: Added.
779 * fast/table/section-in-table-before-misnested-text-crash.xhtml: Added.
781 2006-07-13 Mitz Pettel <opendarwin.org@mitzpettel.com>
785 - test and updated results for http://bugzilla.opendarwin.org/show_bug.cgi?id=9670
786 REGRESSION: RTL white-space:pre-wrap text is offset to the right
788 * editing/deleting/delete-to-select-table-expected.txt:
789 * editing/execCommand/boldSelection-expected.txt:
790 * editing/execCommand/italicizeByCharacter-expected.txt:
791 * editing/execCommand/modifyForeColorByCharacter-expected.txt:
792 * editing/execCommand/print-expected.txt:
793 * editing/execCommand/selectAll-expected.txt:
794 * editing/execCommand/strikethroughSelection-expected.txt:
795 * editing/inserting/insert-div-027-expected.txt:
796 * editing/selection/after-line-wrap-expected.txt:
797 * editing/selection/mixed-editability-1-expected.txt:
798 * editing/selection/select-all-001-expected.txt:
799 * editing/selection/select-all-002-expected.txt:
800 * editing/selection/select-all-003-expected.txt:
801 * fast/clip/outline-overflowClip-expected.txt:
802 * fast/text/international/rtl-white-space-pre-wrap-expected.checksum: Added.
803 * fast/text/international/rtl-white-space-pre-wrap-expected.png: Added.
804 * fast/text/international/rtl-white-space-pre-wrap-expected.txt: Added.
805 * fast/text/international/rtl-white-space-pre-wrap.html: Added.
806 * fast/text/whitespace/pre-wrap-overflow-selection-expected.txt:
807 * fast/text/whitespace/pre-wrap-spaces-after-newline-expected.txt:
809 2006-07-13 Mark Rowe <opendarwin.org@bdash.net.nz>
811 Reviewed by Geoffrey.
813 http://bugzilla.opendarwin.org/show_bug.cgi?id=9742
814 Bug 9742: REGRESSION: WebKit hangs when loading <http://www.vtbook.com>
816 This includes tests for indexing an array with immediate types, and for
817 setting selectField.options.length to immediate types.
819 * fast/dom/select-selectedIndex-expected.txt:
820 * fast/dom/select-selectedIndex-multiple-expected.txt:
821 * fast/dom/select-selectedIndex-multiple.html: Update to test setting length to true and false.
822 * fast/dom/select-selectedIndex.html: Ditto.
823 * fast/js/array-index-immediate-types-expected.txt: Added.
824 * fast/js/array-index-immediate-types.html: Added.
825 * fast/js/resources/array-index-immediate-types.js: Added.
827 2006-07-13 David Harrison <harrison@apple.com>
829 Reviewed by Justin and Levi.
831 <rdar://problem/4620743> REGRESSION: Option-Delete doesn't delete words during typing
833 * editing/deleting/delete-by-word-001-expected.checksum: Added.
834 * editing/deleting/delete-by-word-001-expected.png: Added.
835 * editing/deleting/delete-by-word-001-expected.txt: Added.
836 * editing/deleting/delete-by-word-001.html: Added.
837 * editing/deleting/delete-by-word-002-expected.checksum: Added.
838 * editing/deleting/delete-by-word-002-expected.png: Added.
839 * editing/deleting/delete-by-word-002-expected.txt: Added.
840 * editing/deleting/delete-by-word-002.html: Added.
842 2006-07-13 Levi Weintraub <lweintraub@apple.com>
846 <rdar://problem/4622763> Deleting from beginning of paragraph following a table deletes rather than selects the table
848 * editing/deleting/delete-block-table-expected.checksum: Added.
849 * editing/deleting/delete-block-table-expected.png: Added.
850 * editing/deleting/delete-block-table-expected.txt: Added.
851 * editing/deleting/delete-block-table.html: Added.
852 * editing/deleting/delete-hr-expected.checksum: Added.
853 * editing/deleting/delete-hr-expected.png: Added.
854 * editing/deleting/delete-hr-expected.txt: Added.
855 * editing/deleting/delete-hr.html: Added.
856 * editing/deleting/delete-to-select-table-expected.png:
857 * editing/execCommand/insertHorizontalRule-expected.txt:
858 * fast/lists/markers-in-selection-expected.txt:
860 2006-07-12 Mitz Pettel <opendarwin.org@mitzpettel.com>
864 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9862
865 REGRESSION: GMail: Crash in RenderView::repaintViewRectangle when spoofing as FF
866 - see also <rdar://problem/4622407>
868 * fast/frames/repaint-display-none-crash-expected.txt: Added.
869 * fast/frames/repaint-display-none-crash.html: Added.
871 2006-07-12 Justin Garcia <justin.garcia@apple.com>
875 <rdar://problem/4509393>
876 selected DOM range starts with <object>, 0 offset but selection should include the <object>
878 * editing/selection/legal-positions-expected.txt: Added.
879 * editing/selection/legal-positions.html: Added.
881 * editing/deleting/delete-3608430-fix-expected.txt:
882 * editing/deleting/delete-image-001-expected.txt:
883 * editing/deleting/delete-image-002-expected.txt:
884 * editing/deleting/delete-image-003-expected.txt:
885 * editing/deleting/delete-image-004-expected.txt:
886 * editing/selection/drag-to-contenteditable-iframe-expected.txt:
887 * editing/selection/replaced-boundaries-3-expected.txt:
888 * editing/selection/select-box-expected.txt:
890 2006-07-12 John Sullivan <sullivan@apple.com>
892 Reviewed by Brady Eidson (and written by Justin Garcia)
894 - layout test corresponding to <rdar://problem/4611164>
896 * editing/undo/undo-misspellings-expected.checksum: Added.
897 * editing/undo/undo-misspellings-expected.png: Added.
898 * editing/undo/undo-misspellings-expected.txt: Added.
899 * editing/undo/undo-misspellings.html: Added.
901 2006-07-13 Anders Carlsson <acarlsson@apple.com>
905 http://bugzilla.opendarwin.org/show_bug.cgi?id=9663
906 REGRESSION (r14948-r14956): Selection in text field remains highlighted when the text field loses focus
908 * editing/selection/clear-selection-expected.checksum: Added.
909 * editing/selection/clear-selection-expected.png: Added.
910 * editing/selection/clear-selection-expected.txt: Added.
911 * editing/selection/clear-selection.html: Added.
913 2006-07-12 David Kilzer <ddkilzer@kilzer.net>
915 Reviewed by NOBODY (layout test fix).
917 Remove property information left in files from svn-apply.
919 * fast/table/large-rowspan-crash-expected.txt:
920 * fast/table/large-rowspan-crash.html:
922 2006-07-12 Darin Adler <darin@apple.com>
926 - another large rowspan test case
928 * fast/table/large-rowspan-crash-expected.txt: Added.
929 * fast/table/large-rowspan-crash.html: Added.
931 2006-07-12 Anders Carlsson <acarlsson@apple.com>
935 <rdar://problem/4586665> REGRESSION: autorestore.apple.com: Crashes Safari in WebCore::Widget::client() const
937 * fast/forms/input-type-change-in-onfocus-keyboard-expected.txt: Added.
938 * fast/forms/input-type-change-in-onfocus-keyboard.html: Added.
939 * fast/forms/input-type-change-in-onfocus-mouse-expected.txt: Added.
940 * fast/forms/input-type-change-in-onfocus-mouse.html: Added.
942 2006-07-12 Adele Peterson <adele@apple.com>
946 Test for: http://bugzilla.opendarwin.org/show_bug.cgi?id=9813
947 OPTION text can paint over select element's scrollbar
949 * fast/forms/option-text-clip-expected.checksum: Added.
950 * fast/forms/option-text-clip-expected.png: Added.
951 * fast/forms/option-text-clip-expected.txt: Added.
952 * fast/forms/option-text-clip.html: Added.
954 2006-07-11 Justin Garcia <justin.garcia@apple.com>
958 <rdar://problem/4620686>
959 REGRESSION: Mispelling markers are still displayed when using the delete key to place caret into a misspelled word
961 * editing/deleting/delete-after-span-ws-001-expected.checksum:
962 * editing/deleting/delete-after-span-ws-001-expected.png:
963 * editing/deleting/delete-after-span-ws-002-expected.checksum:
964 * editing/deleting/delete-after-span-ws-002-expected.png:
965 * editing/deleting/delete-after-span-ws-003-expected.checksum:
966 * editing/deleting/delete-after-span-ws-003-expected.png:
967 * editing/deleting/delete-block-merge-contents-010-expected.checksum:
968 * editing/deleting/delete-block-merge-contents-010-expected.png:
969 * editing/deleting/merge-unrendered-space-expected.checksum:
970 * editing/deleting/merge-unrendered-space-expected.png:
972 2006-07-11 Tim Omernick <timo@apple.com>
976 Test case for <http://bugzilla.opendarwin.org/show_bug.cgi?id=9843>:
977 Give Netscape plug-ins access to their own DOM element
979 * plugins/netscape-dom-access-expected.checksum: Added.
980 * plugins/netscape-dom-access-expected.png: Added.
981 * plugins/netscape-dom-access-expected.txt: Added.
982 * plugins/netscape-dom-access.html: Added.
984 2006-07-11 Adele Peterson <adele@apple.com>
988 Tests for http://bugzilla.opendarwin.org/show_bug.cgi?id=9861
989 REGRESSION: Can't dynamically change list box to popup
991 * fast/forms/select-change-listbox-to-popup-expected.checksum: Added.
992 * fast/forms/select-change-listbox-to-popup-expected.png: Added.
993 * fast/forms/select-change-listbox-to-popup-expected.txt: Added.
994 * fast/forms/select-change-listbox-to-popup.html: Added.
995 * fast/forms/select-change-popup-to-listbox.html:
997 2006-07-11 Justin Garcia <justin.garcia@apple.com>
999 Reviewed by levi & thatcher
1001 <http://bugzilla.opendarwin.org/show_bug.cgi?id=9642>
1002 GMail Editor: Operations that use drop down menus blow away the selection
1004 * editing/selection/drag-to-contenteditable-iframe-expected.txt:
1005 * editing/selection/subframe-with-selection-expected.checksum: Added.
1006 * editing/selection/subframe-with-selection-expected.png: Added.
1007 * editing/selection/subframe-with-selection-expected.txt: Added.
1008 * editing/selection/subframe-with-selection.html: Added.
1010 2006-07-11 Adele Peterson <adele@apple.com>
1014 Test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9859
1015 REGRESSION: Can't dynamically change popup to list box
1017 * fast/forms/select-change-popup-to-listbox-expected.checksum: Added.
1018 * fast/forms/select-change-popup-to-listbox-expected.png: Added.
1019 * fast/forms/select-change-popup-to-listbox-expected.txt: Added.
1020 * fast/forms/select-change-popup-to-listbox.html: Added.
1022 2006-07-11 Alexey Proskuryakov <ap@nypop.com>
1026 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9572
1027 Add application/xhtml+xml to the Accept header
1029 The fix itself was landed on 2006-07-09, but I forgot about the test.
1031 * http/tests/misc/xhtml-expected.txt: Added.
1032 * http/tests/misc/xhtml.php: Added.
1034 2006-07-11 Beth Dakin <bdakin@apple.com>
1038 Adele checked in new results for this test when you could style
1039 selects, but the styling of selects is turned off for now, so back
1040 to the original results.
1042 * fast/forms/001-expected.checksum:
1043 * fast/forms/001-expected.png:
1044 * fast/forms/001-expected.txt:
1046 2006-07-11 Alexey Proskuryakov <ap@nypop.com>
1050 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=7808
1051 Assertion failure in -[WebBaseNetscapePluginStream dealloc] when requesting an invalid URL
1053 * plugins/get-empty-url-expected.txt: Added.
1054 * plugins/get-empty-url.html: Added.
1056 2006-07-10 David Kilzer <ddkilzer@kilzer.net>
1060 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9179
1061 Implement select.options.add() method
1063 * fast/dom/select-selectedIndex-multiple-expected.txt: Updated test results.
1064 * fast/dom/select-selectedIndex-multiple.html: Updated to print comments between
1065 tests to make failures easier to track down.
1066 * fast/dom/select-selectedIndex-expected.txt: Mirrored updates from select-selectedIndex-multiple.html
1067 * fast/dom/select-selectedIndex.html: Ditto.
1068 * fast/js/resources/select-options-add.js: Added.
1069 * fast/js/select-options-add-expected.txt: Added.
1070 * fast/js/select-options-add.html: Added.
1072 2006-07-10 Adele Peterson <adele@apple.com>
1076 Test for <rdar://problem/4621442> REGRESSION (NativePopup) : Popup menus aren't drawn correctly on page at orbitz.com; cheaptickets.com
1078 * fast/forms/select-style-expected.checksum: Added.
1079 * fast/forms/select-style-expected.png: Added.
1080 * fast/forms/select-style-expected.txt: Added.
1081 * fast/forms/select-style.html: Added.
1083 2006-07-10 Beth Dakin <bdakin@apple.com>
1087 Test for <rdar://problem/4621095> The should be a way to
1088 access the user interface scale factor through the DOM
1090 * fast/dom/jsDevicePixelRatio-expected.checksum: Added.
1091 * fast/dom/jsDevicePixelRatio-expected.png: Added.
1092 * fast/dom/jsDevicePixelRatio-expected.txt: Added.
1093 * fast/dom/jsDevicePixelRatio.html: Added.
1095 2006-07-10 Adele Peterson <adele@apple.com>
1097 http://bugzilla.opendarwin.org/show_bug.cgi?id=9830
1098 More pixel test results need updating since switching to native popup
1100 * editing/selection/replaced-boundaries-3-expected.checksum:
1101 * editing/selection/replaced-boundaries-3-expected.png:
1102 * fast/block/margin-collapse/103-expected.checksum:
1103 * fast/block/margin-collapse/103-expected.png:
1104 * fast/forms/001-expected.checksum:
1105 * fast/forms/001-expected.png:
1106 * fast/forms/HTMLOptionElement_label01-expected.checksum:
1107 * fast/forms/HTMLOptionElement_label01-expected.png:
1108 * fast/forms/HTMLOptionElement_label02-expected.checksum:
1109 * fast/forms/HTMLOptionElement_label02-expected.png:
1110 * fast/forms/HTMLOptionElement_label03-expected.checksum:
1111 * fast/forms/HTMLOptionElement_label03-expected.png:
1112 * fast/forms/HTMLOptionElement_label04-expected.checksum:
1113 * fast/forms/HTMLOptionElement_label04-expected.png:
1114 * fast/forms/form-element-geometry-expected.checksum:
1115 * fast/forms/form-element-geometry-expected.png:
1116 * fast/forms/option-script-expected.checksum:
1117 * fast/forms/option-script-expected.png:
1118 * fast/forms/option-strip-whitespace-expected.checksum:
1119 * fast/forms/option-strip-whitespace-expected.png:
1120 * fast/invalid/014-expected.checksum:
1121 * fast/invalid/014-expected.png:
1122 * fast/parser/document-write-option-expected.checksum:
1123 * fast/parser/document-write-option-expected.png:
1124 * tables/mozilla/bugs/bug2479-3-expected.checksum:
1125 * tables/mozilla/bugs/bug2479-3-expected.png:
1126 * tables/mozilla/bugs/bug29326-expected.checksum:
1127 * tables/mozilla/bugs/bug29326-expected.png:
1128 * tables/mozilla/bugs/bug33855-expected.checksum:
1129 * tables/mozilla/bugs/bug33855-expected.png:
1130 * tables/mozilla/bugs/bug96334-expected.checksum:
1131 * tables/mozilla/bugs/bug96334-expected.png:
1132 * tables/mozilla/core/margins-expected.checksum:
1133 * tables/mozilla/core/margins-expected.png:
1134 * tables/mozilla/dom/tableDom-expected.checksum:
1135 * tables/mozilla/dom/tableDom-expected.png:
1137 2006-07-10 Darin Adler <darin@apple.com>
1139 * tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
1140 Updated one more result for Adele's 4463835 change last night.
1142 2006-07-10 Beth Dakin <bdakin@apple.com>
1146 Test cases for <rdar://problem/4610314> Support the CSS3 content
1149 * fast/css/contentDiv-expected.checksum: Added.
1150 * fast/css/contentDiv-expected.png: Added.
1151 * fast/css/contentDiv-expected.txt: Added.
1152 * fast/css/contentDiv.html: Added.
1153 * fast/css/contentDivWithChildren-expected.checksum: Added.
1154 * fast/css/contentDivWithChildren-expected.png: Added.
1155 * fast/css/contentDivWithChildren-expected.txt: Added.
1156 * fast/css/contentDivWithChildren.html: Added.
1157 * fast/css/contentImage-expected.checksum: Added.
1158 * fast/css/contentImage-expected.png: Added.
1159 * fast/css/contentImage-expected.txt: Added.
1160 * fast/css/contentImage.html: Added.
1161 * fast/css/resources/show-shoes-vs-pie.png: Added.
1163 2006-07-09 Anders Carlsson <acarlsson@apple.com>
1167 http://bugzilla.opendarwin.org/show_bug.cgi?id=9245
1168 Quirksmode: Incorrect handling of disabled BUTTON elements
1170 * fast/forms/activate-and-disabled-elements-expected.txt: Added.
1171 * fast/forms/activate-and-disabled-elements.html: Added.
1173 2006-07-09 Adele Peterson <adele@apple.com>
1177 Updated results for:
1178 <rdar://problem/4463835> Switch to use new popup menu implementation for <select>
1180 * editing/selection/replaced-boundaries-3-expected.txt:
1181 * editing/selection/select-box-expected.txt:
1182 * fast/block/margin-collapse/103-expected.txt:
1183 * fast/dom/option-properties-expected.txt:
1184 * fast/forms/003-expected.txt:
1185 * fast/forms/004-expected.txt:
1186 * fast/forms/HTMLOptionElement_label01-expected.txt:
1187 * fast/forms/HTMLOptionElement_label02-expected.txt:
1188 * fast/forms/HTMLOptionElement_label03-expected.txt:
1189 * fast/forms/HTMLOptionElement_label04-expected.txt:
1190 * fast/forms/HTMLOptionElement_label06-expected.txt:
1191 * fast/forms/HTMLOptionElement_label07-expected.txt:
1192 * fast/forms/form-element-geometry-expected.txt:
1193 * fast/forms/option-script-expected.txt:
1194 * fast/forms/option-strip-whitespace-expected.txt:
1195 * fast/forms/select-remove-option-expected.txt:
1196 * fast/forms/select-replace-option-expected.txt:
1197 * fast/forms/select-reset-expected.txt:
1198 * fast/invalid/014-expected.txt:
1199 * fast/parser/document-write-option-expected.txt:
1200 * fast/replaced/width100percent-expected.txt:
1201 * tables/mozilla/bugs/bug1188-expected.txt:
1202 * tables/mozilla/bugs/bug18359-expected.txt:
1203 * tables/mozilla/bugs/bug2479-3-expected.txt:
1204 * tables/mozilla/bugs/bug2479-4-expected.txt:
1205 * tables/mozilla/bugs/bug29326-expected.txt:
1206 * tables/mozilla/bugs/bug33855-expected.txt:
1207 * tables/mozilla/bugs/bug4382-expected.txt:
1208 * tables/mozilla/bugs/bug96334-expected.txt:
1209 * tables/mozilla/core/margins-expected.txt:
1210 * tables/mozilla/dom/tableDom-expected.txt:
1212 2006-07-09 Geoffrey Garen <ggaren@apple.com>
1216 Now that we garbage collect after reinitalizing the global object, not
1217 before, we have more free memory, so a custom property that used to
1218 get collected during the initialization phase of this test now avoids
1219 getting collected until the collection phase.
1221 * fast/dom/gc-9-expected.txt:
1222 * fast/dom/gc-9.html:
1224 2006-07-09 David Kilzer <ddkilzer@kilzer.net>
1228 - http://bugzilla.opendarwin.org/show_bug.cgi?id=9812
1229 LayoutTests/svg/custom/foreign-object-skew.svg seems to be fixed
1231 * svg/custom/foreign-object-skew-expected.checksum: Updated.
1232 * svg/custom/foreign-object-skew-expected.png: Updated.
1234 2006-07-09 Darin Adler <darin@apple.com>
1236 * fast/dom/delete-contents-expected.txt: Updated results that changed
1237 because we now keep comment nodes in the DOM.
1239 2006-07-09 David Harrison <harrison@apple.com>
1241 Reviewed by John Sullivan.
1243 <rdar://problem/4598149> Deleting the contents of a DOMRange and then inserting a node into it crashes in WebCore::Font::canUseGlyphCache
1245 * fast/dom/delete-contents-expected.checksum: Added.
1246 * fast/dom/delete-contents-expected.png: Added.
1247 * fast/dom/delete-contents-expected.txt: Added.
1248 * fast/dom/delete-contents.html: Added.
1250 2006-07-09 David Kilzer <ddkilzer@kilzer.net>
1254 - http://bugzilla.opendarwin.org/show_bug.cgi?id=9797
1255 Make description() in fast/js/resources/js-test-pre.js work with MSIE 6
1257 * fast/js/resources/js-test-pre.js: Change description() to work with MSIE 6.
1259 2006-07-08 Timothy Hatcher <timothy@apple.com>
1263 Bug 5312: comments aren't available via DOM
1264 http://bugzilla.opendarwin.org/show_bug.cgi?id=5312
1266 New tests for DOM comment nodes. Updated results to account for new
1267 nodes in the DOM (editing offsets changed.)
1269 * editing/deleting/delete-line-013-expected.txt:
1270 * editing/deleting/delete-line-014-expected.txt:
1271 * editing/inserting/insert-3907422-fix-expected.txt:
1272 * editing/inserting/insert-div-009-expected.txt:
1273 * editing/inserting/insert-div-010-expected.txt:
1274 * editing/selection/extend-by-character-006-expected.txt:
1275 * editing/selection/move-between-blocks-no-001-expected.txt:
1276 * editing/selection/move-between-blocks-yes-001-expected.txt:
1277 * fast/dom/HTMLDocument/object-by-name-or-id-expected.txt:
1278 * fast/dom/HTMLDocument/object-by-name-or-id.html:
1279 * fast/dom/comment-document-fragment-expected.txt: Added.
1280 * fast/dom/comment-document-fragment.html: Added.
1281 * fast/dom/comment-dom-node-expected.txt: Added.
1282 * fast/dom/comment-dom-node.html: Added.
1283 * fast/dom/comment-not-documentElement-expected.checksum: Added.
1284 * fast/dom/comment-not-documentElement-expected.png: Added.
1285 * fast/dom/comment-not-documentElement-expected.txt: Added.
1286 * fast/dom/comment-not-documentElement.html: Added.
1287 * fast/text/atsui-pointtooffset-calls-cg-expected.txt:
1288 * fast/text/atsui-rtl-override-selection-expected.txt:
1290 2006-07-08 Darin Adler <darin@apple.com>
1292 Reviewed by Geoff (well, half of it at least).
1294 - http://bugzilla.opendarwin.org/show_bug.cgi?id=9788
1295 storage leaks in Objective-C tests
1297 * plugins/jsobjc-simple.html: Add an autorelease to fix a storage leak.
1299 2006-07-08 Darin Adler <darin@apple.com>
1301 - clear up a few minor housekeeping problems
1303 * fast/css/xml-stylesheet-pi-not-in-prolog-expected.checksum: Added.
1304 * fast/css/xml-stylesheet-pi-not-in-prolog-expected.png: Added.
1305 * fast/forms/input-appearance-height-expected.checksum: Added.
1306 Added missing test results.
1308 * fast/block/float/nopaint-after-layer-destruction-expected.checksum:
1309 * fast/block/positioning/absolute-positioned-overconstrained.html:
1310 * fast/css/ZeroOpacityLayers.html:
1311 * fast/css/ZeroOpacityLayers2.html:
1312 * fast/css/font-shorthand-weight-only-expected.checksum:
1313 * fast/css/hsl-color-expected.checksum:
1314 * fast/css/hsla-color-expected.checksum:
1315 * fast/css/resize-corner-tracking-expected.checksum:
1316 * fast/dom/HTMLLinkElement/pending-stylesheet-count-expected.checksum:
1317 * fast/dynamic/selection-highlight-adjust-expected.checksum:
1318 * fast/forms/button-generated-content-expected.checksum:
1319 * fast/frames/calculate-fixed.html:
1320 * fast/frames/calculate-order.html:
1321 * fast/frames/calculate-percentage.html:
1322 * fast/frames/calculate-relative.html:
1323 * fast/frames/calculate-round.html:
1324 * fast/history/clicked-link-is-visited-expected.checksum:
1325 * fast/layers/opacity-outline-expected.checksum:
1326 * fast/media/import-p-red.css:
1327 * fast/parser/broken-comments-vs-parsing-mode-expected.checksum:
1328 * fast/repaint/clipped-relative-expected.checksum:
1329 * fast/repaint/float-move-during-layout-expected.checksum:
1330 * fast/repaint/layer-child-outline-expected.checksum:
1331 * fast/repaint/outline-shrinking-expected.checksum:
1332 * fast/repaint/static-to-positioned-expected.checksum:
1333 * fast/repaint/table-collapsed-border-expected.checksum:
1334 * fast/table/absolute-table-at-bottom-expected.checksum:
1335 * fast/table/border-collapsing/border-collapsing-head-foot-expected.checksum:
1336 * fast/table/empty-section-crash-expected.checksum:
1337 * fast/table/rtl-cell-display-none-assert-expected.checksum:
1338 * fast/table/text-field-baseline-expected.checksum:
1339 * fast/text/capitalize-empty-generated-string-expected.checksum:
1340 * svg/custom/gradient-stroke-width-expected.checksum:
1341 * traversal/stay-within-root-expected.checksum:
1342 Removed "No newline at end of file" that snuck in as part of the "apply patch" process.
1344 * fast/block/positioning/absolute-positioned-overconstrained-expected.txt:
1345 * fast/css/ZeroOpacityLayers-expected.checksum:
1346 * fast/css/ZeroOpacityLayers-expected.png:
1347 * fast/css/ZeroOpacityLayers-expected.txt:
1348 * fast/css/ZeroOpacityLayers2-expected.checksum:
1349 * fast/css/ZeroOpacityLayers2-expected.png:
1350 * fast/css/ZeroOpacityLayers2-expected.txt:
1351 Updated tests results that changed due to the above.
1353 2006-07-07 Justin Garcia <justin.garcia@apple.com>
1357 * editing/selection/editable-non-editable-crash-expected.checksum: Added.
1358 * editing/selection/editable-non-editable-crash-expected.png: Added.
1359 * editing/selection/editable-non-editable-crash-expected.txt: Added.
1360 * editing/selection/editable-non-editable-crash.html: Added.
1361 * editing/selection/skip-non-editable-1-expected.txt:
1362 * editing/selection/skip-non-editable-1.html:
1364 2006-07-07 Levi Weintraub <lweintraub@apple.com>
1368 Missed a few in the last update...
1370 * fast/forms/input-delete-expected.txt:
1371 * fast/repaint/inline-outline-repaint-expected.txt:
1372 * fast/repaint/selection-after-delete-expected.txt:
1374 2006-07-07 Levi Weintraub <lweintraub@apple.com>
1378 Deletion editing deligates now show up!
1380 * editing/deleting/collapse-whitespace-3587601-fix-expected.txt:
1381 * editing/deleting/delete-3608430-fix-expected.txt:
1382 * editing/deleting/delete-3608445-fix-expected.txt:
1383 * editing/deleting/delete-3608462-fix-expected.txt:
1384 * editing/deleting/delete-3775172-fix-expected.txt:
1385 * editing/deleting/delete-3800834-fix-expected.txt:
1386 * editing/deleting/delete-3857753-fix-expected.txt:
1387 * editing/deleting/delete-3865854-fix-expected.txt:
1388 * editing/deleting/delete-3928305-fix-expected.txt:
1389 * editing/deleting/delete-3959464-fix-expected.txt:
1390 * editing/deleting/delete-4038408-fix-expected.txt:
1391 * editing/deleting/delete-4083333-fix-expected.txt:
1392 * editing/deleting/delete-after-span-ws-001-expected.txt:
1393 * editing/deleting/delete-after-span-ws-002-expected.txt:
1394 * editing/deleting/delete-after-span-ws-003-expected.txt:
1395 * editing/deleting/delete-all-text-in-text-field-assertion-expected.txt:
1396 * editing/deleting/delete-and-undo-expected.txt:
1397 * editing/deleting/delete-at-paragraph-boundaries-001-expected.txt:
1398 * editing/deleting/delete-at-paragraph-boundaries-002-expected.txt:
1399 * editing/deleting/delete-at-paragraph-boundaries-003-expected.txt:
1400 * editing/deleting/delete-at-paragraph-boundaries-004-expected.txt:
1401 * editing/deleting/delete-at-paragraph-boundaries-005-expected.txt:
1402 * editing/deleting/delete-at-paragraph-boundaries-006-expected.txt:
1403 * editing/deleting/delete-at-paragraph-boundaries-007-expected.txt:
1404 * editing/deleting/delete-at-paragraph-boundaries-008-expected.txt:
1405 * editing/deleting/delete-at-paragraph-boundaries-009-expected.txt:
1406 * editing/deleting/delete-at-paragraph-boundaries-010-expected.txt:
1407 * editing/deleting/delete-at-paragraph-boundaries-011-expected.txt:
1408 * editing/deleting/delete-block-contents-001-expected.txt:
1409 * editing/deleting/delete-block-contents-002-expected.txt:
1410 * editing/deleting/delete-block-contents-003-expected.txt:
1411 * editing/deleting/delete-block-merge-contents-001-expected.txt:
1412 * editing/deleting/delete-block-merge-contents-002-expected.txt:
1413 * editing/deleting/delete-block-merge-contents-003-expected.txt:
1414 * editing/deleting/delete-block-merge-contents-004-expected.txt:
1415 * editing/deleting/delete-block-merge-contents-005-expected.txt:
1416 * editing/deleting/delete-block-merge-contents-006-expected.txt:
1417 * editing/deleting/delete-block-merge-contents-007-expected.txt:
1418 * editing/deleting/delete-block-merge-contents-008-expected.txt:
1419 * editing/deleting/delete-block-merge-contents-009-expected.txt:
1420 * editing/deleting/delete-block-merge-contents-010-expected.txt:
1421 * editing/deleting/delete-block-merge-contents-012-expected.txt:
1422 * editing/deleting/delete-block-merge-contents-013-expected.txt:
1423 * editing/deleting/delete-block-merge-contents-014-expected.txt:
1424 * editing/deleting/delete-block-merge-contents-015-expected.txt:
1425 * editing/deleting/delete-block-merge-contents-016-expected.txt:
1426 * editing/deleting/delete-block-merge-contents-017-expected.txt:
1427 * editing/deleting/delete-block-merge-contents-018-expected.txt:
1428 * editing/deleting/delete-block-merge-contents-019-expected.txt:
1429 * editing/deleting/delete-block-merge-contents-020-expected.txt:
1430 * editing/deleting/delete-block-merge-contents-021-expected.txt:
1431 * editing/deleting/delete-block-merge-contents-022-expected.txt:
1432 * editing/deleting/delete-block-merge-contents-023-expected.txt:
1433 * editing/deleting/delete-block-merge-contents-024-expected.txt:
1434 * editing/deleting/delete-br-001-expected.txt:
1435 * editing/deleting/delete-br-002-expected.txt:
1436 * editing/deleting/delete-br-003-expected.txt:
1437 * editing/deleting/delete-br-004-expected.txt:
1438 * editing/deleting/delete-br-005-expected.txt:
1439 * editing/deleting/delete-br-006-expected.txt:
1440 * editing/deleting/delete-br-007-expected.txt:
1441 * editing/deleting/delete-br-008-expected.txt:
1442 * editing/deleting/delete-br-009-expected.txt:
1443 * editing/deleting/delete-br-010-expected.txt:
1444 * editing/deleting/delete-br-011-expected.txt:
1445 * editing/deleting/delete-character-001-expected.txt:
1446 * editing/deleting/delete-contiguous-ws-001-expected.txt:
1447 * editing/deleting/delete-image-001-expected.txt:
1448 * editing/deleting/delete-image-002-expected.txt:
1449 * editing/deleting/delete-image-003-expected.txt:
1450 * editing/deleting/delete-image-004-expected.txt:
1451 * editing/deleting/delete-leading-ws-001-expected.txt:
1452 * editing/deleting/delete-line-001-expected.txt:
1453 * editing/deleting/delete-line-002-expected.txt:
1454 * editing/deleting/delete-line-003-expected.txt:
1455 * editing/deleting/delete-line-004-expected.txt:
1456 * editing/deleting/delete-line-005-expected.txt:
1457 * editing/deleting/delete-line-006-expected.txt:
1458 * editing/deleting/delete-line-007-expected.txt:
1459 * editing/deleting/delete-line-008-expected.txt:
1460 * editing/deleting/delete-line-009-expected.txt:
1461 * editing/deleting/delete-line-010-expected.txt:
1462 * editing/deleting/delete-line-011-expected.txt:
1463 * editing/deleting/delete-line-012-expected.txt:
1464 * editing/deleting/delete-line-013-expected.txt:
1465 * editing/deleting/delete-line-014-expected.txt:
1466 * editing/deleting/delete-line-015-expected.txt:
1467 * editing/deleting/delete-line-016-expected.txt:
1468 * editing/deleting/delete-line-017-expected.txt:
1469 * editing/deleting/delete-line-end-ws-001-expected.txt:
1470 * editing/deleting/delete-line-end-ws-002-expected.txt:
1471 * editing/deleting/delete-listitem-001-expected.txt:
1472 * editing/deleting/delete-listitem-002-expected.txt:
1473 * editing/deleting/delete-select-all-001-expected.txt:
1474 * editing/deleting/delete-select-all-002-expected.txt:
1475 * editing/deleting/delete-select-all-003-expected.txt:
1476 * editing/deleting/delete-selection-001-expected.txt:
1477 * editing/deleting/delete-tab-001-expected.txt:
1478 * editing/deleting/delete-tab-002-expected.txt:
1479 * editing/deleting/delete-tab-003-expected.txt:
1480 * editing/deleting/delete-tab-004-expected.txt:
1481 * editing/deleting/delete-trailing-ws-001-expected.txt:
1482 * editing/deleting/delete-trailing-ws-002-expected.txt:
1483 * editing/deleting/delete-ws-fixup-001-expected.txt:
1484 * editing/deleting/delete-ws-fixup-002-expected.txt:
1485 * editing/deleting/delete-ws-fixup-003-expected.txt:
1486 * editing/deleting/delete-ws-fixup-004-expected.txt:
1487 * editing/deleting/forward-delete-expected.txt:
1488 * editing/deleting/merge-different-styles-expected.txt:
1489 * editing/deleting/merge-endOfParagraph-expected.txt:
1490 * editing/deleting/merge-into-empty-block-1-expected.txt:
1491 * editing/deleting/merge-into-empty-block-2-expected.txt:
1492 * editing/deleting/merge-no-br-expected.txt:
1493 * editing/deleting/merge-unrendered-space-expected.txt:
1494 * editing/deleting/pruning-after-merge-1-expected.txt:
1495 * editing/deleting/pruning-after-merge-2-expected.txt:
1496 * editing/deleting/smart-delete-001-expected.txt:
1497 * editing/deleting/smart-delete-002-expected.txt:
1498 * editing/deleting/table-cells-expected.txt:
1499 * editing/execCommand/insertHTML-expected.txt:
1500 * editing/input/text-input-controller-expected.txt:
1501 * editing/inserting/insert-3775316-fix-expected.txt:
1502 * editing/inserting/insert-3851164-fix-expected.txt:
1503 * editing/inserting/insert-after-delete-001-expected.txt:
1504 * editing/inserting/insert-div-021-expected.txt:
1505 * editing/inserting/insert-div-026-expected.txt:
1506 * editing/pasteboard/4076267-2-expected.txt:
1507 * editing/pasteboard/4076267-3-expected.txt:
1508 * editing/pasteboard/4076267-expected.txt:
1509 * editing/pasteboard/paste-table-002-expected.txt:
1510 * editing/pasteboard/paste-text-015-expected.txt:
1511 * editing/selection/move-between-blocks-no-001-expected.txt:
1512 * editing/selection/select-all-iframe-expected.txt:
1513 * editing/style/block-style-005-expected.txt:
1514 * editing/style/smoosh-styles-001-expected.txt:
1515 * editing/style/smoosh-styles-002-expected.txt:
1516 * editing/style/style-3681552-fix-002-expected.txt:
1517 * editing/style/typing-style-001-expected.txt:
1518 * editing/style/typing-style-002-expected.txt:
1519 * editing/unsupported-content/list-delete-001-expected.txt:
1520 * editing/unsupported-content/list-delete-002-expected.txt:
1521 * editing/unsupported-content/list-delete-003-expected.txt:
1522 * editing/unsupported-content/table-delete-001-expected.txt:
1523 * editing/unsupported-content/table-delete-002-expected.txt:
1524 * editing/unsupported-content/table-delete-003-expected.txt:
1525 * fast/forms/input-text-option-delete-expected.checksum:
1526 * fast/forms/input-text-option-delete-expected.txt:
1528 2006-07-07 Levi Weintraub <lweintraub@apple.com>
1532 Improved table editing
1534 * editing/deleting/delete-to-select-table-expected.checksum: Added.
1535 * editing/deleting/delete-to-select-table-expected.png: Added.
1536 * editing/deleting/delete-to-select-table-expected.txt: Added.
1537 * editing/deleting/delete-to-select-table.html: Added.
1538 * editing/input/text-input-controller-expected.txt:
1540 2006-07-07 Anders Carlsson <acarlsson@apple.com>
1544 http://bugzilla.opendarwin.org/show_bug.cgi?id=8300
1545 REGRESSION: First mouse click is randomly ignored when clicking on checkbox and radio buttons
1547 * fast/forms/radio-check-click-and-drag-expected.txt: Added.
1548 * fast/forms/radio-check-click-and-drag.html: Added.
1550 2006-07-06 Justin Garcia <justin.garcia@apple.com>
1554 <rdar://problem/4609184>
1555 Mail crashes at WebCore::Selection::adjustForEditableContent
1556 <rdar://problem/4609140>
1557 Crash at WebCore::Range::compareBoundaryPoints
1559 * editing/selection/mixed-editability-1-expected.checksum: Added.
1560 * editing/selection/mixed-editability-1-expected.png: Added.
1561 * editing/selection/mixed-editability-1-expected.txt: Added.
1562 * editing/selection/mixed-editability-1.html: Added.
1563 * editing/selection/mixed-editability-2-expected.checksum: Added.
1564 * editing/selection/mixed-editability-2-expected.png: Added.
1565 * editing/selection/mixed-editability-2-expected.txt: Added.
1566 * editing/selection/mixed-editability-2.html: Added.
1568 2006-07-06 Anders Carlsson <acarlsson@apple.com>
1572 http://bugzilla.opendarwin.org/show_bug.cgi?id=9528
1573 REGRESSION: arrow key skips '>' in Bugzilla replies due to '\n' in text nodes
1575 * fast/dom/css-selectorText-expected.txt:
1576 * fast/dom/css-shortHands-expected.txt:
1579 * fast/dom/set-inner-text-newlines-expected.txt: Added.
1580 * fast/dom/set-inner-text-newlines.html: Added.
1582 2006-07-06 Anders Carlsson <acarlsson@apple.com>
1586 <rdar://problem/4610891> Support overflow events
1588 * fast/events/overflow-events-expected.txt: Added.
1589 * fast/events/overflow-events.html: Added.
1591 2006-07-06 David Harrison <harrison@apple.com>
1595 <rdar://problem/4565031> innerHTML of XMP tag returns special characters like '>' instead of '>'
1597 * fast/innerHTML/006-expected.checksum: Added.
1598 * fast/innerHTML/006-expected.png: Added.
1599 * fast/innerHTML/006-expected.txt: Added.
1600 * fast/innerHTML/006.html: Added.
1602 2006-07-05 John Sullivan <sullivan@apple.com>
1606 - layout test for <rdar://problem/4609162> REGRESSION: When tabbing between links on a page,
1607 the window doesn't scroll to link that's not in view
1609 The test verifies that focusing a link will scroll the link into view.
1611 * fast/events/reveal-link-when-focused-expected.checksum: Added.
1612 * fast/events/reveal-link-when-focused-expected.png: Added.
1613 * fast/events/reveal-link-when-focused-expected.txt: Added.
1614 * fast/events/reveal-link-when-focused.html: Added.
1616 2006-07-05 Anders Carlsson <acarlsson@apple.com>
1620 http://bugzilla.opendarwin.org/show_bug.cgi?id=3581
1621 iFrames set to display:none are Missing from frames array
1623 * fast/events/mouseover-mouseout2-expected.txt:
1624 * fast/events/mouseover-mouseout2.html:
1625 Update expected result. Since we now keep the frame around, the mouseout event is
1626 now dispatched to the element in the frame.
1628 * fast/events/onloadFrameCrash-expected.checksum:
1629 * fast/events/onloadFrameCrash-expected.png:
1630 * fast/events/onloadFrameCrash-expected.txt:
1631 This does hide the frame now.
1633 * fast/frames/iframe-display-none-expected.txt: Added.
1634 * fast/frames/iframe-display-none.html: Added.
1635 * fast/frames/resources/iframe-display-none-child.html: Added.
1636 New test that tests JS interaction with frames.
1638 * fast/frames/iframe-double-attach-expected.txt: Added.
1639 * fast/frames/iframe-double-attach.html: Added.
1641 2006-07-04 Maciej Stachowiak <mjs@apple.com>
1645 http://bugzilla.opendarwin.org/show_bug.cgi?id=9734
1646 - change SVG XPath DOM tests to dump as text, and update expected results
1648 This should stop the random failures in Attribute_Nodes.svg
1650 * dom/svg/level3/xpath/Attribute_Nodes-expected.txt:
1651 * dom/svg/level3/xpath/Attribute_Nodes_xmlns-expected.txt:
1652 * dom/svg/level3/xpath/Comment_Nodes-expected.txt:
1653 * dom/svg/level3/xpath/Conformance_Expressions-expected.txt:
1654 * dom/svg/level3/xpath/Conformance_hasFeature_3-expected.txt:
1655 * dom/svg/level3/xpath/Conformance_hasFeature_empty-expected.txt:
1656 * dom/svg/level3/xpath/Conformance_hasFeature_null-expected.txt:
1657 * dom/svg/level3/xpath/Conformance_isSupported_3-expected.txt:
1658 * dom/svg/level3/xpath/Conformance_isSupported_empty-expected.txt:
1659 * dom/svg/level3/xpath/Conformance_isSupported_null-expected.txt:
1660 * dom/svg/level3/xpath/Element_Nodes-expected.txt:
1661 * dom/svg/level3/xpath/Processing_Instruction_Nodes-expected.txt:
1662 * dom/svg/level3/xpath/Text_Nodes-expected.txt:
1663 * dom/svg/level3/xpath/XPathEvaluatorCast01-expected.txt:
1664 * dom/svg/level3/xpath/XPathEvaluator_createExpression_INVALID_EXPRESSION_ERR-expected.txt:
1665 * dom/svg/level3/xpath/XPathEvaluator_createExpression_NAMESPACE_ERR_01-expected.txt:
1666 * dom/svg/level3/xpath/XPathEvaluator_createExpression_NAMESPACE_ERR_02-expected.txt:
1667 * dom/svg/level3/xpath/XPathEvaluator_createExpression_NS-expected.txt:
1668 * dom/svg/level3/xpath/XPathEvaluator_createExpression_no_NS-expected.txt:
1669 * dom/svg/level3/xpath/XPathEvaluator_createNSResolver_all-expected.txt:
1670 * dom/svg/level3/xpath/XPathEvaluator_createNSResolver_document-expected.txt:
1671 * dom/svg/level3/xpath/XPathEvaluator_createNSResolver_documentElement-expected.txt:
1672 * dom/svg/level3/xpath/XPathEvaluator_evaluate_INVALID_EXPRESSION_ERR-expected.txt:
1673 * dom/svg/level3/xpath/XPathEvaluator_evaluate_NAMESPACE_ERR-expected.txt:
1674 * dom/svg/level3/xpath/XPathEvaluator_evaluate_NOT_SUPPORTED_ERR-expected.txt:
1675 * dom/svg/level3/xpath/XPathEvaluator_evaluate_TYPE_ERR-expected.txt:
1676 * dom/svg/level3/xpath/XPathEvaluator_evaluate_WRONG_DOCUMENT_ERR-expected.txt:
1677 * dom/svg/level3/xpath/XPathEvaluator_evaluate_document-expected.txt:
1678 * dom/svg/level3/xpath/XPathEvaluator_evaluate_documentElement-expected.txt:
1679 * dom/svg/level3/xpath/XPathExpression_evaluate_NOT_SUPPORTED_ERR-expected.txt:
1680 * dom/svg/level3/xpath/XPathExpression_evaluate_WRONG_DOCUMENT_ERR-expected.txt:
1681 * dom/svg/level3/xpath/XPathExpression_evaluate_document-expected.txt:
1682 * dom/svg/level3/xpath/XPathExpression_evaluate_documentElement-expected.txt:
1683 * dom/svg/level3/xpath/XPathNSResolver_lookupNamespaceURI_nist_dmstc-expected.txt:
1684 * dom/svg/level3/xpath/XPathNSResolver_lookupNamespaceURI_null-expected.txt:
1685 * dom/svg/level3/xpath/XPathNSResolver_lookupNamespaceURI_prefix-expected.txt:
1686 * dom/svg/level3/xpath/XPathNSResolver_lookupNamespaceURI_xml-expected.txt:
1687 * dom/svg/level3/xpath/XPathResult_TYPE_ERR-expected.txt:
1688 * dom/svg/level3/xpath/XPathResult_booleanValue_false-expected.txt:
1689 * dom/svg/level3/xpath/XPathResult_booleanValue_true-expected.txt:
1690 * dom/svg/level3/xpath/XPathResult_invalidIteratorState_ANY_TYPE-expected.txt:
1691 * dom/svg/level3/xpath/XPathResult_invalidIteratorState_ANY_UNORDERED_NODE_TYPE-expected.txt:
1692 * dom/svg/level3/xpath/XPathResult_invalidIteratorState_BOOLEAN_TYPE-expected.txt:
1693 * dom/svg/level3/xpath/XPathResult_invalidIteratorState_FIRST_ORDERED_NODE_TYPE-expected.txt:
1694 * dom/svg/level3/xpath/XPathResult_invalidIteratorState_NUMBER_TYPE-expected.txt:
1695 * dom/svg/level3/xpath/XPathResult_invalidIteratorState_ORDERED_NODE_ITERATOR_TYPE-expected.txt:
1696 * dom/svg/level3/xpath/XPathResult_invalidIteratorState_ORDERED_NODE_SNAPSHOT_TYPE-expected.txt:
1697 * dom/svg/level3/xpath/XPathResult_invalidIteratorState_STRING_TYPE-expected.txt:
1698 * dom/svg/level3/xpath/XPathResult_invalidIteratorState_UNORDERED_NODE_ITERATOR_TYPE-expected.txt:
1699 * dom/svg/level3/xpath/XPathResult_invalidIteratorState_UNORDERED_NODE_SNAPSHOT_TYPE-expected.txt:
1700 * dom/svg/level3/xpath/XPathResult_iterateNext_INVALID_STATE_ERR-expected.txt:
1701 * dom/svg/level3/xpath/XPathResult_iteratorNext_ORDERED_NODE_ITERATOR_TYPE-expected.txt:
1702 * dom/svg/level3/xpath/XPathResult_numberValue-expected.txt:
1703 * dom/svg/level3/xpath/XPathResult_resultType-expected.txt:
1704 * dom/svg/level3/xpath/XPathResult_singleNodeValue_ANY_UNORDERED_NODE_TYPE-expected.txt:
1705 * dom/svg/level3/xpath/XPathResult_singleNodeValue_FIRST_ORDERED_NODE_TYPE-expected.txt:
1706 * dom/svg/level3/xpath/XPathResult_snapshotItem_ORDERED_NODE_SNAPSHOT_TYPE_null-expected.txt:
1707 * dom/svg/level3/xpath/XPathResult_snapshotItem_ORDERED_NODE_SNAPSHOT_TYPE_order-expected.txt:
1708 * dom/svg/level3/xpath/XPathResult_snapshotItem_UNORDERED_NODE_SNAPSHOT_TYPE_count-expected.txt:
1709 * dom/svg/level3/xpath/XPathResult_snapshotItem_UNORDERED_NODE_SNAPSHOT_TYPE_null-expected.txt:
1710 * dom/svg/level3/xpath/XPathResult_snapshotLength_ORDERED_NODE_SNAPSHOT_TYPE-expected.txt:
1711 * dom/svg/level3/xpath/XPathResult_snapshotLength_UNORDERED_NODE_SNAPSHOT_TYPE-expected.txt:
1712 * dom/svg/level3/xpath/XPathResult_stringValue-expected.txt:
1713 * dom/svg/level3/xpath/svgunit.js:
1715 2006-07-04 Darin Adler <darin@apple.com>
1717 - updated test result to reflect window without scroll bars
1719 1) this test should not have scroll bars
1720 2) on the buildbot the result is the non-scroll-bar one
1722 * dom/svg/level3/xpath/Attribute_Nodes-expected.txt:
1723 Changed text node width to 800.
1725 2006-07-02 David Carson <dacarson@gmail.com>
1729 - tests for http://bugzilla.opendarwin.org/show_bug.cgi?id=9506
1730 Tests using HSL rather than RGB for color values.
1732 * fast/css/hsl-color-expected.checksum: Added.
1733 * fast/css/hsl-color-expected.png: Added.
1734 * fast/css/hsl-color-expected.txt: Added.
1735 * fast/css/hsl-color.html: Added.
1736 * fast/css/hsla-color-expected.checksum: Added.
1737 * fast/css/hsla-color-expected.png: Added.
1738 * fast/css/hsla-color-expected.txt: Added.
1739 * fast/css/hsla-color.html: Added.
1741 2006-07-04 Alexey Proskuryakov <ap@nypop.com>
1745 - http://bugzilla.opendarwin.org/show_bug.cgi?id=8210
1746 Conditional XMLHttpRequest gets should pass 304 responses unchanged
1748 * http/tests/xmlhttprequest/cache-override-expected.txt: Added.
1749 * http/tests/xmlhttprequest/cache-override.html: Added.
1750 * http/tests/xmlhttprequest/resources/304.pl: Added.
1752 2006-07-02 Mitz Pettel <opendarwin.org@mitzpettel.com>
1756 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9674
1757 REGRESSION (r15075): Blank or incomplete pages on digg.com
1759 * fast/tokenizer/nested-cached-scripts-expected.txt: Added.
1760 * fast/tokenizer/nested-cached-scripts.html: Added.
1761 * fast/tokenizer/resources/nested-1.js: Added.
1762 * fast/tokenizer/resources/nested-2.js: Added.
1764 2006-06-30 Mitz Pettel <opendarwin.org@mitzpettel.com>
1768 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=7204
1769 float inserted in fixed height block via DOM not repainted
1771 * fast/repaint/float-move-during-layout-expected.checksum: Added.
1772 * fast/repaint/float-move-during-layout-expected.png: Added.
1773 * fast/repaint/float-move-during-layout-expected.txt: Added.
1774 * fast/repaint/float-move-during-layout.html: Added.
1776 2006-06-30 Levi Weintraub <lweintraub@apple.com>
1780 * editing/execCommand/format-block-with-trailing-br-expected.checksum: Added.
1781 * editing/execCommand/format-block-with-trailing-br-expected.png: Added.
1782 * editing/execCommand/format-block-with-trailing-br-expected.txt: Added.
1783 * editing/execCommand/format-block-with-trailing-br.html: Added.
1785 2006-06-30 Justin Garcia <justin.garcia@apple.com>
1789 * editing/pasteboard/pasting-object-expected.checksum: Added.
1790 * editing/pasteboard/pasting-object-expected.png: Added.
1791 * editing/pasteboard/pasting-object-expected.txt: Added.
1792 * editing/pasteboard/pasting-object.html: Added.
1794 2006-06-30 Justin Garcia <justin.garcia@apple.com>
1796 Reviewed by harrison
1799 * editing/selection/skip-non-editable-1-expected.txt: Added.
1800 * editing/selection/skip-non-editable-1.html: Added.
1801 * editing/selection/skip-non-editable-2-expected.txt: Added.
1802 * editing/selection/skip-non-editable-2.html: Added.
1804 Equivalent render tree:
1805 * editing/execCommand/format-block-with-braces-expected.txt:
1808 * editing/selection/iframe-expected.checksum:
1809 * editing/selection/iframe-expected.png:
1810 * editing/selection/iframe-expected.txt:
1811 * editing/selection/inline-table-expected.checksum:
1812 * editing/selection/inline-table-expected.png:
1813 * editing/selection/inline-table-expected.txt:
1814 * editing/selection/move-between-blocks-no-001-expected.checksum:
1815 * editing/selection/move-between-blocks-no-001-expected.png:
1816 * editing/selection/move-between-blocks-no-001-expected.txt:
1817 * editing/selection/select-box-expected.checksum:
1818 * editing/selection/select-box-expected.png:
1819 * editing/selection/select-box-expected.txt:
1821 2006-06-30 David Kilzer <ddkilzer@kilzer.net>
1825 - Test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9358
1826 REGRESSION: Assertion failure in HTMLInputElement::setValueFromRenderer
1827 (value == constrainValue(value)) when deleting all text
1829 * editing/deleting/delete-all-text-in-text-field-assertion-expected.txt: Added.
1830 * editing/deleting/delete-all-text-in-text-field-assertion.html: Added.
1832 2006-06-29 Sam Weinig <sam.weinig@gmail.com>
1836 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=4874
1837 Table with absolute bottom positioning is positioned incorrectly
1839 Note: test case originally from Mitz.
1841 * fast/table/absolute-table-at-bottom-expected.checksum: Added.
1842 * fast/table/absolute-table-at-bottom-expected.png: Added.
1843 * fast/table/absolute-table-at-bottom-expected.txt: Added.
1844 * fast/table/absolute-table-at-bottom.html: Added.
1846 2006-06-29 Graham Dennis <Graham.Dennis@gmail.com>
1850 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9505
1851 moveParagraphContentsToNewBlockIfNecessary creates a new block outside the current position
1853 * editing/pasteboard/paste-table-002.html: Added.
1854 * editing/pasteboard/paste-table-002-expected.checksum: Added.
1855 * editing/pasteboard/paste-table-002-expected.png: Added.
1856 * editing/pasteboard/paste-table-002-expected.txt: Added.
1858 2006-06-29 Mitz Pettel <opendarwin.org@mitzpettel.com>
1862 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9652
1863 Assertion failure when changing an RTL table cell to display:none
1865 * fast/table/rtl-cell-display-none-assert-expected.checksum: Added.
1866 * fast/table/rtl-cell-display-none-assert-expected.png: Added.
1867 * fast/table/rtl-cell-display-none-assert-expected.txt: Added.
1868 * fast/table/rtl-cell-display-none-assert.html: Added.
1870 2006-06-29 Beth Dakin <bdakin@apple.com>
1874 Test for <rdar://problem/4450615> Add composite mode to background
1877 * fast/backgrounds/bgCompositeCopy-expected.checksum: Added.
1878 * fast/backgrounds/bgCompositeCopy-expected.png: Added.
1879 * fast/backgrounds/bgCompositeCopy-expected.txt: Added.
1880 * fast/backgrounds/bgCompositeCopy.html: Added.
1881 * fast/backgrounds/resources/rgba16.png: Added.
1883 2006-06-28 Levi Weintraub <lweintraub@apple.com>
1887 <rdar://problem/4592005> FormatBlock inserts in the wrong place, disregarding editable content
1888 <rdar://problem/4590763> FormatBlock for paragraph style doesn't work
1890 * editing/execCommand/format-block-with-braces-expected.checksum: Added.
1891 * editing/execCommand/format-block-with-braces-expected.png: Added.
1892 * editing/execCommand/format-block-with-braces-expected.txt: Added.
1893 * editing/execCommand/format-block-with-braces.html: Added.
1894 * editing/execCommand/indent-list-item-expected.checksum: Added.
1895 * editing/execCommand/indent-list-item-expected.png: Added.
1896 * editing/execCommand/indent-list-item-expected.txt: Added.
1897 * editing/execCommand/indent-list-item.html: Added.
1898 * editing/execCommand/indent-selection-expected.checksum: Added.
1899 * editing/execCommand/indent-selection-expected.png: Added.
1900 * editing/execCommand/indent-selection-expected.txt: Added.
1901 * editing/execCommand/indent-selection.html: Added.
1902 * editing/execCommand/outdent-selection-expected.checksum: Added.
1903 * editing/execCommand/outdent-selection-expected.png: Added.
1904 * editing/execCommand/outdent-selection-expected.txt: Added.
1905 * editing/execCommand/outdent-selection.html: Added.
1907 2006-06-28 Levi Weintraub <lweintraub@apple.com>
1911 Missed the layout tests themselves in the first checkin! Whoops!
1913 2006-06-28 Levi Weintraub <lweintraub@apple.com>
1917 http://bugzilla.opendarwin.org/show_bug.cgi?id=7568
1918 Bug 7568: Implement Indent/Outdent
1920 * editing/execCommand/indent-list-item-expected.checksum: Added.
1921 * editing/execCommand/indent-list-item-expected.png: Added.
1922 * editing/execCommand/indent-list-item-expected.txt: Added.
1923 * editing/execCommand/indent-list-item.html: Added.
1924 * editing/execCommand/indent-selection-expected.checksum: Added.
1925 * editing/execCommand/indent-selection-expected.png: Added.
1926 * editing/execCommand/indent-selection-expected.txt: Added.
1927 * editing/execCommand/indent-selection.html: Added.
1928 * editing/execCommand/outdent-selection.html: Added.
1930 2006-06-28 Mitz Pettel <opendarwin.org@mitzpettel.com>
1932 Reviewed by Darin and Hyatt.
1934 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9561
1935 REGRESSION: Content property on :before of button causes hang on click or hover
1937 * fast/forms/button-generated-content-expected.checksum: Added.
1938 * fast/forms/button-generated-content-expected.png: Added.
1939 * fast/forms/button-generated-content-expected.txt: Added.
1940 * fast/forms/button-generated-content.html: Added.
1942 2006-06-28 Rob Buis <buis@kde.org>
1946 Improved test to check offsetX/Y after dispatching instead of before.
1948 * fast/dom/window-xy-properties.html:
1949 * fast/dom/window-xy-properties-expected.txt:
1951 2006-06-27 Rob Buis <buis@kde.org>
1955 Updated test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9605
1957 * fast/dom/window-xy-properties.html:
1958 * fast/dom/window-xy-properties-expected.txt:
1960 2006-06-27 Mitz Pettel <opendarwin.org@mitzpettel.com>
1964 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9317
1965 REGRESSION: crash in HTML tokenizer at Japanese Apple support page
1967 * fast/tokenizer/write-unclosed-script-expected.txt: Added.
1968 * fast/tokenizer/write-unclosed-script.html: Added.
1970 2006-06-27 Justin Garcia <justin.garcia@apple.com>
1974 * editing/execCommand/remove-formatting-expected.checksum: Added.
1975 * editing/execCommand/remove-formatting-expected.png: Added.
1976 * editing/execCommand/remove-formatting-expected.txt: Added.
1977 * editing/execCommand/remove-formatting.html: Added.
1979 2006-06-27 Justin Garcia <justin.garcia@apple.com>
1983 <rdar://problem/4599735> Clicking out of a table at the extremes of an editable document doesn't appear to work
1986 * editing/selection/click-before-and-after-table-expected.txt: Added.
1987 * editing/selection/click-before-and-after-table.html: Added.
1988 Updated to reflect fix:
1989 * editing/selection/move-by-line-001-expected.checksum:
1990 * editing/selection/move-by-line-001-expected.png:
1992 2006-06-27 Anders Carlsson <acarlsson@apple.com>
1996 http://bugzilla.opendarwin.org/show_bug.cgi?id=9623
1997 REGRESSION: getComputedStyle should do a relayout
1999 * fast/css/getComputedStyle-relayout-expected.txt: Added.
2000 * fast/css/getComputedStyle-relayout.html: Added.
2002 2006-06-27 Beth Dakin <bdakin@apple.com>
2006 Test cases for <rdar://problem/4602635> Media queries must be
2007 extended to address CSS pixel scaling factor
2009 * fast/media/mq-max-pixel-ratio-expected.checksum: Added.
2010 * fast/media/mq-max-pixel-ratio-expected.png: Added.
2011 * fast/media/mq-max-pixel-ratio-expected.txt: Added.
2012 * fast/media/mq-max-pixel-ratio.html: Added.
2013 * fast/media/mq-min-pixel-ratio-expected.checksum: Added.
2014 * fast/media/mq-min-pixel-ratio-expected.png: Added.
2015 * fast/media/mq-min-pixel-ratio-expected.txt: Added.
2016 * fast/media/mq-min-pixel-ratio.html: Added.
2017 * fast/media/mq-pixel-ratio-expected.checksum: Added.
2018 * fast/media/mq-pixel-ratio-expected.png: Added.
2019 * fast/media/mq-pixel-ratio-expected.txt: Added.
2020 * fast/media/mq-pixel-ratio.html: Added.
2021 * fast/media/resources/apple_logo_big.jpg: Added.
2022 * fast/media/resources/apple_logo_half_size.png: Added.
2024 2006-06-27 Darin Adler <darin@apple.com>
2026 Tests for fix for 2/3 of http://bugzilla.opendarwin.org/show_bug.cgi?id=9606
2027 REGRESSION: some callers are still using clientX/Y to get pageX/Y
2029 * fast/events/anchor-image-scrolled-x-y-expected.txt: Added.
2030 * fast/events/anchor-image-scrolled-x-y.html: Added.
2031 * fast/events/input-image-scrolled-x-y-expected.txt: Added.
2032 * fast/events/input-image-scrolled-x-y.html: Added.
2034 2006-06-26 Jonas Witt <jonas.witt@gmail.com>
2038 * LayoutTests/fast/events/objc-event-api-expected.txt: Updated to
2039 reflect flipped coordinates dumped by the layout tests.
2041 2006-06-25 David Carson <dacarson@gmail.com>
2045 Tests for http://bugzilla.opendarwin.org/show_bug.cgi?id=9185
2047 * fast/forms/input-appearance-height-expected.png: Added.
2048 * fast/forms/input-appearance-height-expected.txt: Added.
2049 * fast/forms/input-appearance-height.html: Added.
2050 Tests the height attribute on all input types
2052 * fast/forms/input-type-change-expected.checksum: Added.
2053 * fast/forms/input-type-change-expected.png: Added.
2054 * fast/forms/input-type-change-expected.txt: Added.
2055 * fast/forms/input-type-change.html: Added.
2056 Tests changing an input type=TEXT to type=IMAGE with
2057 a height and width specified on the element.
2059 * fast/forms/input-type-change2-expected.checksum: Added.
2060 * fast/forms/input-type-change2-expected.png: Added.
2061 * fast/forms/input-type-change2-expected.txt: Added.
2062 * fast/forms/input-type-change2.html: Added.
2063 Tests changing an input type=IMAGE to type=TEXT with
2064 a height and width specified on the element.
2066 2006-06-25 David Kilzer <ddkilzer@kilzer.net>
2070 * fast/forms/textarea-hard-linewrap-empty.html: Submit form without setTimeout().
2071 * fast/forms/textarea-hard-linewrap.html: Ditto.
2073 2006-06-25 David Kilzer <ddkilzer@kilzer.net>
2077 - http://bugzilla.opendarwin.org/show_bug.cgi?id=9537
2078 REGRESSION: Reproducible crash in WebCore::RenderTextField::textWithHardLineBreaks()
2080 * fast/forms/textarea-hard-linewrap-empty-expected.txt: Added.
2081 * fast/forms/textarea-hard-linewrap-empty.html: Added.
2082 * fast/forms/textarea-hard-linewrap.html: Reduced timeout from 200ms to 0ms and
2083 renamed function from foo() to submitForm().
2085 2006-06-25 Mitz Pettel <opendarwin.org@mitzpettel.com>
2089 - repaint test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9388
2090 REGRESSION: outlines don't get erased when removed in some cases
2092 * fast/repaint/outline-shrinking-expected.checksum: Added.
2093 * fast/repaint/outline-shrinking-expected.png: Added.
2094 * fast/repaint/outline-shrinking-expected.txt: Added.
2095 * fast/repaint/outline-shrinking.html: Added.
2097 2006-06-25 Rob Buis <buis@kde.org>
2102 <http://bugzilla.opendarwin.org/show_bug.cgi?id=8707>
2103 event.clientX and event.clientY should be relative to the viewport, not the canvas
2105 * fast/dom/window-xy-properties-expected.txt: Added.
2106 * fast/dom/window-xy-properties.html: Added.
2108 2006-06-25 Timothy Hatcher <timothy@apple.com>
2110 http://bugzilla.opendarwin.org/show_bug.cgi?id=9560
2112 This fix converted the resize corner image to a B/W tiff.
2113 The pixel tests showed 0.0% changes but still said it had differences.
2114 Updating the tests that use CSS3 resize or textarea.
2116 * fast/forms/floating-textfield-relayout-expected.checksum:
2117 * fast/forms/form-element-geometry-expected.checksum:
2118 * fast/forms/form-element-geometry-expected.png:
2119 * fast/forms/negativeLineHeight-expected.checksum:
2120 * fast/forms/negativeLineHeight-expected.png:
2121 * fast/forms/textAreaLineHeight-expected.checksum:
2122 * fast/forms/textAreaLineHeight-expected.png:
2123 * fast/forms/textarea-setinnerhtml-expected.checksum:
2124 * fast/forms/textarea-setinnerhtml-expected.png:
2125 * fast/overflow/overflow-x-y-expected.checksum:
2126 * fast/overflow/overflow-x-y-expected.png:
2127 * fast/table/003-expected.checksum:
2128 * fast/table/003-expected.png:
2129 * tables/mozilla/bugs/bug194024-expected.checksum:
2130 * tables/mozilla/bugs/bug194024-expected.png:
2131 * tables/mozilla/bugs/bug30559-expected.checksum:
2132 * tables/mozilla/bugs/bug30559-expected.png:
2133 * tables/mozilla/bugs/bug30692-expected.checksum:
2134 * tables/mozilla/bugs/bug30692-expected.png:
2136 2006-06-24 David Kilzer <ddkilzer@kilzer.net>
2138 Build fix. Reviewed by NOBODY.
2140 - Backed out patch for http://bugzilla.opendarwin.org/show_bug.cgi?id=8707
2141 event.clientX and event.clientY should be relative to the viewport, not the canvas
2143 * fast/dom/window-xy-properties-expected.txt: Removed.
2144 * fast/dom/window-xy-properties.html: Removed.
2146 2006-06-24 Rob Buis <buis@kde.org>
2151 <http://bugzilla.opendarwin.org/show_bug.cgi?id=8707>
2152 event.clientX and event.clientY should be relative to the viewport, not the canvas
2154 * fast/dom/window-xy-properties-expected.txt: Added.
2155 * fast/dom/window-xy-properties.html: Added.
2157 2006-06-24 James G. Speth <speth@end.com>
2161 - Tests for http://bugzilla.opendarwin.org/show_bug.cgi?id=8843
2162 add a way to build Objective-C test cases in HTML
2164 * plugins/jsobjc-dom-wrappers-expected.txt: Added.
2165 * plugins/jsobjc-dom-wrappers.html: Added.
2166 * plugins/jsobjc-simple-expected.txt: Added.
2167 * plugins/jsobjc-simple.html: Added.
2169 2006-06-24 Rob Buis <buis@kde.org>
2174 <http://bugzilla.opendarwin.org/show_bug.cgi?id=9352>
2175 Webkit doesn't respect stroke-width in SVG for smaller <circle>s
2177 * svg/custom/gradient-stroke-width-expected.checksum: Added.
2178 * svg/custom/gradient-stroke-width-expected.png: Added.
2179 * svg/custom/gradient-stroke-width-expected.txt: Added.
2180 * svg/custom/gradient-stroke-width.svg: Added.
2182 2006-06-24 Mitz Pettel <opendarwin.org@mitzpettel.com>
2184 Reviewed by Darin, landed by ap.
2186 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9547
2187 Resize corner does not track the mouse accurately
2189 * fast/css/resize-corner-tracking-expected.checksum: Added.
2190 * fast/css/resize-corner-tracking-expected.png: Added.
2191 * fast/css/resize-corner-tracking-expected.txt: Added.
2192 * fast/css/resize-corner-tracking.html: Added.
2194 2006-06-24 Mitz Pettel <opendarwin.org@mitzpettel.com>
2196 Reviewed by Darin. landed by ap.
2198 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9316
2199 REGRESSION: text field width shrinks on first keystroke
2201 * fast/forms/floating-textfield-relayout-expected.checksum: Added.
2202 * fast/forms/floating-textfield-relayout-expected.png: Added.
2203 * fast/forms/floating-textfield-relayout-expected.txt: Added.
2204 * fast/forms/floating-textfield-relayout.html: Added.
2206 2006-06-24 Mitz Pettel <opendarwin.org@mitzpettel.com>
2210 - updated test results for http://bugzilla.opendarwin.org/show_bug.cgi?id=9531
2211 Pages that need only a horizontal scroll bar get a vertical one as well
2213 * css1/classification/white_space-expected.checksum:
2214 * css1/classification/white_space-expected.png:
2215 * css1/classification/white_space-expected.txt:
2216 * editing/selection/select-all-004-expected.checksum:
2217 * editing/selection/select-all-004-expected.png:
2218 * editing/selection/select-all-004-expected.txt:
2219 * editing/selection/unrendered-001-expected.checksum:
2220 * editing/selection/unrendered-001-expected.png:
2221 * editing/selection/unrendered-001-expected.txt:
2222 * editing/selection/unrendered-002-expected.checksum:
2223 * editing/selection/unrendered-002-expected.png:
2224 * editing/selection/unrendered-002-expected.txt:
2225 * editing/selection/unrendered-003-expected.checksum:
2226 * editing/selection/unrendered-003-expected.png:
2227 * editing/selection/unrendered-003-expected.txt:
2228 * editing/selection/unrendered-004-expected.checksum:
2229 * editing/selection/unrendered-004-expected.png:
2230 * editing/selection/unrendered-004-expected.txt:
2231 * editing/selection/unrendered-005-expected.checksum:
2232 * editing/selection/unrendered-005-expected.png:
2233 * editing/selection/unrendered-005-expected.txt:
2234 * fast/block/float/019-expected.checksum:
2235 * fast/block/float/019-expected.png:
2236 * fast/block/float/019-expected.txt:
2237 * fast/block/margin-collapse/104-expected.checksum:
2238 * fast/block/margin-collapse/104-expected.png:
2239 * fast/block/margin-collapse/104-expected.txt:
2240 * fast/block/positioning/relative-overflow-block-expected.checksum:
2241 * fast/block/positioning/relative-overflow-block-expected.txt:
2242 * fast/block/positioning/relative-overflow-replaced-expected.checksum:
2243 * fast/block/positioning/relative-overflow-replaced-expected.txt:
2244 * fast/block/positioning/relative-overflow-replaced-float-expected.checksum:
2245 * fast/block/positioning/relative-overflow-replaced-float-expected.txt:
2246 * fast/lists/li-br-expected.checksum:
2247 * fast/lists/li-br-expected.png:
2248 * fast/lists/li-br-expected.txt:
2249 * fast/media/mq-relative-constraints-02-expected.checksum:
2250 * fast/media/mq-relative-constraints-02-expected.png:
2251 * fast/media/mq-relative-constraints-02-expected.txt:
2252 * fast/media/mq-relative-constraints-03-expected.checksum:
2253 * fast/media/mq-relative-constraints-03-expected.png:
2254 * fast/media/mq-relative-constraints-03-expected.txt:
2255 * fast/media/mq-relative-constraints-04-expected.checksum:
2256 * fast/media/mq-relative-constraints-04-expected.png:
2257 * fast/media/mq-relative-constraints-04-expected.txt:
2258 * fast/media/mq-relative-constraints-05-expected.checksum:
2259 * fast/media/mq-relative-constraints-05-expected.png:
2260 * fast/media/mq-relative-constraints-05-expected.txt:
2261 * fast/media/mq-relative-constraints-06-expected.checksum:
2262 * fast/media/mq-relative-constraints-06-expected.png:
2263 * fast/media/mq-relative-constraints-06-expected.txt:
2264 * fast/media/mq-relative-constraints-07-expected.checksum:
2265 * fast/media/mq-relative-constraints-07-expected.png:
2266 * fast/media/mq-relative-constraints-07-expected.txt:
2267 * fast/media/mq-relative-constraints-09-expected.checksum:
2268 * fast/media/mq-relative-constraints-09-expected.png:
2269 * fast/media/mq-relative-constraints-09-expected.txt:
2270 * fast/media/mq-width-absolute-01-expected.checksum:
2271 * fast/media/mq-width-absolute-01-expected.png:
2272 * fast/media/mq-width-absolute-01-expected.txt:
2273 * fast/media/mq-width-absolute-02-expected.checksum:
2274 * fast/media/mq-width-absolute-02-expected.png:
2275 * fast/media/mq-width-absolute-02-expected.txt:
2276 * fast/media/mq-width-absolute-03-expected.checksum:
2277 * fast/media/mq-width-absolute-03-expected.png:
2278 * fast/media/mq-width-absolute-03-expected.txt:
2279 * fast/media/mq-width-absolute-04-expected.checksum:
2280 * fast/media/mq-width-absolute-04-expected.png:
2281 * fast/media/mq-width-absolute-04-expected.txt:
2282 * fast/table/wide-colspan-expected.checksum:
2283 * fast/table/wide-colspan-expected.png:
2284 * fast/table/wide-colspan-expected.txt:
2285 * fast/table/wide-column-expected.checksum:
2286 * fast/table/wide-column-expected.png:
2287 * fast/table/wide-column-expected.txt:
2288 * tables/mozilla/bugs/bug131020-expected.checksum:
2289 * tables/mozilla/bugs/bug131020-expected.png:
2290 * tables/mozilla/bugs/bug131020-expected.txt:
2291 * tables/mozilla/bugs/bug23151-expected.checksum:
2292 * tables/mozilla/bugs/bug23151-expected.png:
2293 * tables/mozilla/bugs/bug23151-expected.txt:
2294 * tables/mozilla/bugs/bug29314-expected.checksum:
2295 * tables/mozilla/bugs/bug29314-expected.png:
2296 * tables/mozilla/bugs/bug29314-expected.txt:
2297 * tables/mozilla/bugs/bug43039-expected.checksum:
2298 * tables/mozilla/bugs/bug43039-expected.png:
2299 * tables/mozilla/bugs/bug43039-expected.txt:
2300 * tables/mozilla/bugs/bug43854-1-expected.checksum:
2301 * tables/mozilla/bugs/bug43854-1-expected.png:
2302 * tables/mozilla/bugs/bug43854-1-expected.txt:
2303 * tables/mozilla/bugs/bug625-expected.checksum:
2304 * tables/mozilla/bugs/bug625-expected.png:
2305 * tables/mozilla/bugs/bug625-expected.txt:
2306 * tables/mozilla/bugs/bug92143-expected.checksum:
2307 * tables/mozilla/bugs/bug92143-expected.png:
2308 * tables/mozilla/bugs/bug92143-expected.txt:
2309 * tables/mozilla/bugs/bug96334-expected.checksum:
2310 * tables/mozilla/bugs/bug96334-expected.png:
2311 * tables/mozilla/bugs/bug96334-expected.txt:
2312 * tables/mozilla/core/misc-expected.checksum:
2313 * tables/mozilla/core/misc-expected.png:
2314 * tables/mozilla/core/misc-expected.txt:
2315 * tables/mozilla/core/nested1-expected.checksum:
2316 * tables/mozilla/core/nested1-expected.png:
2317 * tables/mozilla/core/nested1-expected.txt:
2318 * tables/mozilla_expected_failures/bugs/bug220653-expected.checksum:
2319 * tables/mozilla_expected_failures/bugs/bug220653-expected.png:
2320 * tables/mozilla_expected_failures/bugs/bug220653-expected.txt:
2321 * tables/mozilla_expected_failures/bugs/bug67915-2-expected.checksum:
2322 * tables/mozilla_expected_failures/bugs/bug67915-2-expected.png:
2323 * tables/mozilla_expected_failures/bugs/bug67915-2-expected.txt:
2325 2006-06-24 Alexey Proskuryakov <ap@nypop.com>
2329 - http://bugzilla.opendarwin.org/show_bug.cgi?id=7461
2330 Always encode the path part of an URI as UTF-8
2332 * http/tests/uri/intercept/.htaccess: Added.
2333 * http/tests/uri/resources/print-uri.php: Added.
2334 * http/tests/uri/utf8-path-expected.txt: Added.
2335 * http/tests/uri/utf8-path.html: Added.
2337 2006-06-24 Graham Dennis <Graham.Dennis@gmail.com>
2339 Reviewed by Darin, landed by ap.
2341 - test and updated results for http://bugzilla.opendarwin.org/show_bug.cgi?id=9467
2342 TreeWalker/NodeIterator do not restrict the traversal
2344 * traversal/node-iterator-001.html:
2345 * traversal/node-iterator-002.html:
2346 * traversal/node-iterator-003.html:
2347 * traversal/node-iterator-004.html:
2348 * traversal/node-iterator-005.html:
2349 * traversal/node-iterator-006.html:
2350 * traversal/node-iterator-007.html:
2351 * traversal/stay-within-root-expected.checksum: Added.
2352 * traversal/stay-within-root-expected.png: Added.
2353 * traversal/stay-within-root-expected.txt: Added.
2354 * traversal/stay-within-root.html: Added.
2355 * traversal/tree-walker-001.html:
2356 * traversal/tree-walker-002.html:
2357 * traversal/tree-walker-003.html:
2358 * traversal/tree-walker-004.html:
2359 * traversal/tree-walker-005.html:
2361 2006-06-24 Jonas Witt <jonas.witt@gmail.com>
2363 Reviewed by ggaren, landed by ap.
2365 - test that DOMEvents are correctly handed to the ObjC API
2366 http://bugzilla.opendarwin.org/show_bug.cgi?id=9181
2368 * fast/events/objc-event-api-expected.txt: Added.
2369 * fast/events/objc-event-api.html: Added.
2371 2006-06-23 Tim Omernick <timo@apple.com>
2373 Reviewed by Tim Hatcher.
2375 <rdar://problem/4560947> Leopard REGRESSION: Dragging to TileGame Widget is broken
2377 * fast/events/ondragenter-expected.checksum: Added.
2378 * fast/events/ondragenter-expected.png: Added.
2379 * fast/events/ondragenter-expected.txt: Added.
2380 * fast/events/ondragenter.html: Added.
2382 2006-06-23 Justin Garcia <justin.garcia@apple.com>
2386 * editing/deleting/merge-into-empty-block-1-expected.checksum: Added.
2387 * editing/deleting/merge-into-empty-block-1-expected.png: Added.
2388 * editing/deleting/merge-into-empty-block-1-expected.txt: Added.
2389 * editing/deleting/merge-into-empty-block-1.html: Added.
2390 * editing/deleting/merge-into-empty-block-2-expected.checksum: Added.
2391 * editing/deleting/merge-into-empty-block-2-expected.png: Added.
2392 * editing/deleting/merge-into-empty-block-2-expected.txt: Added.
2393 * editing/deleting/merge-into-empty-block-2.html: Added.
2395 2006-06-23 Justin Garcia <justin.garcia@apple.com>
2399 <http://bugzilla.opendarwin.org/show_bug.cgi?id=8074>
2400 Caret before/after block tables is too small
2401 <rdar://problem/4598331>
2402 right arrow out of a table shows cursor in a weird place
2405 * editing/input/range-for-empty-document-expected.txt:
2407 * editing/selection/table-caret-1-expected.checksum: Added.
2408 * editing/selection/table-caret-1-expected.png: Added.
2409 * editing/selection/table-caret-1-expected.txt: Added.
2410 * editing/selection/table-caret-1.html: Added.
2411 * editing/selection/table-caret-2-expected.checksum: Added.
2412 * editing/selection/table-caret-2-expected.png: Added.
2413 * editing/selection/table-caret-2-expected.txt: Added.
2414 * editing/selection/table-caret-2.html: Added.
2415 * editing/selection/table-caret-3-expected.checksum: Added.
2416 * editing/selection/table-caret-3-expected.png: Added.
2417 * editing/selection/table-caret-3-expected.txt: Added.
2418 * editing/selection/table-caret-3.html: Added.
2420 2006-06-22 Mitz Pettel <opendarwin.org@mitzpettel.com>
2424 - test and updated results for http://bugzilla.opendarwin.org/show_bug.cgi?id=9497
2425 REGRESSION: Incomplete repainting when scrolling thumbnails on Flickr
2427 * fast/repaint/clipped-relative-expected.checksum: Added.
2428 * fast/repaint/clipped-relative-expected.png: Added.
2429 * fast/repaint/clipped-relative-expected.txt: Added.
2430 * fast/repaint/clipped-relative.html: Added.
2431 * fast/repaint/containing-block-position-change-expected.checksum: Updated.
2432 * fast/repaint/containing-block-position-change-expected.png: Updated.
2434 2006-06-22 Anders Carlsson <acarlsson@apple.com>
2438 <rdar://problem/4529334> REGRESSION: Can't configure RadarInMotion widget for U.S. locations on Leopard (Javascript errors)
2440 * fast/dom/resource-locations-in-created-html-document-expected.txt: Added.
2441 * fast/dom/resource-locations-in-created-html-document.html: Added.
2443 2006-06-22 Anders Carlsson <acarlsson@apple.com>
2447 <rdar://problem/4499675> Package Tracker widget always crashes in WebCore::Frame::jScriptEnabled() const + 0
2449 * fast/dom/noscript-canvas-in-created-html-document-expected.txt: Added.
2450 * fast/dom/noscript-canvas-in-created-html-document.html: Added.
2452 2006-06-22 Anders Carlsson <acarlsson@apple.com>
2456 <rdar://problem/4524840> Entities contained in DOCTYPE referenced DTD in XSLT source document are unknown
2458 * fast/xsl/dtd-in-source-document-expected.txt: Added.
2459 * fast/xsl/dtd-in-source-document.xml: Added.
2460 * fast/xsl/resources/dtd-in-source-document.dtd: Added.
2461 * fast/xsl/resources/dtd-in-source-document.xsl: Added.
2463 2006-06-21 Justin Garcia <justin.garcia@apple.com>
2467 * editing/deleting/table-cells-expected.checksum: Added.
2468 * editing/deleting/table-cells-expected.png: Added.
2469 * editing/deleting/table-cells-expected.txt: Added.
2470 * editing/deleting/table-cells.html: Added.
2471 * editing/inserting/paragraph-separator-in-table-1-expected.checksum: Added.
2472 * editing/inserting/paragraph-separator-in-table-1-expected.png: Added.
2473 * editing/inserting/paragraph-separator-in-table-1-expected.txt: Added.
2474 * editing/inserting/paragraph-separator-in-table-1.html: Added.
2475 * editing/inserting/paragraph-separator-in-table-2-expected.checksum: Added.
2476 * editing/inserting/paragraph-separator-in-table-2-expected.png: Added.
2477 * editing/inserting/paragraph-separator-in-table-2-expected.txt: Added.
2478 * editing/inserting/paragraph-separator-in-table-2.html: Added.
2480 2006-06-21 Justin Garcia <justin.garcia@apple.com>
2484 <rdar://problem/4590366>
2485 REGRESSION: Selection incorrectly paints gaps on TOT
2488 * editing/selection/line-wrap-1-expected.checksum: Added.
2489 * editing/selection/line-wrap-1-expected.png: Added.
2490 * editing/selection/line-wrap-1-expected.txt: Added.
2491 * editing/selection/line-wrap-1.html: Added.
2492 * editing/selection/line-wrap-2-expected.checksum: Added.
2493 * editing/selection/line-wrap-2-expected.png: Added.
2494 * editing/selection/line-wrap-2-expected.txt: Added.
2495 * editing/selection/line-wrap-2.html: Added.
2497 * editing/execCommand/findString-expected.checksum:
2498 * editing/execCommand/findString-expected.png:
2499 * editing/execCommand/findString-expected.txt:
2500 * editing/inserting/editing-empty-divs-expected.checksum:
2501 * editing/inserting/editing-empty-divs-expected.png:
2502 * editing/inserting/editing-empty-divs-expected.txt:
2503 * editing/inserting/insert-3659587-fix-expected.txt:
2504 * editing/inserting/insert-tab-002-expected.txt:
2505 * editing/inserting/insert-text-with-newlines-expected.txt:
2506 * editing/inserting/typing-001-expected.txt:
2507 * editing/inserting/typing-003-expected.txt:
2508 * editing/inserting/typing-around-br-001-expected.txt:
2509 * editing/style/remove-underline-across-paragraph-expected.txt:
2510 * editing/style/remove-underline-across-paragraph-in-bold-expected.txt:
2511 * editing/style/remove-underline-after-paragraph-expected.txt:
2512 * editing/style/remove-underline-after-paragraph-in-bold-expected.txt:
2513 * editing/style/remove-underline-expected.txt:
2514 * editing/style/remove-underline-from-stylesheet-expected.txt:
2515 * editing/style/remove-underline-in-bold-expected.txt:
2516 * editing/style/typing-style-002-expected.txt:
2517 * editing/style/typing-style-003-expected.txt:
2518 * editing/style/unbold-in-bold-expected.txt:
2519 * editing/style/underline-expected.txt:
2521 * editing/input/attributed-substring-from-range-lines.html
2523 2006-06-21 Anders Carlsson <acarlsson@apple.com>
2527 http://bugzilla.opendarwin.org/show_bug.cgi?id=6058
2528 XMLTokenizer runs all <script> tags at once instead of as they're encountered
2530 * dom/svg/level3/xpath/svgunit.js:
2531 The XPath tests depend on the document being loaded before running the tests.
2532 Add a "load" event listener and run the test in the handler.
2534 * fast/canvas/quadraticCurveTo.xml:
2535 Add onload handler and run tests there.
2537 * fast/innerHTML/004-expected.txt:
2538 * fast/innerHTML/004.xhtml:
2539 Add load event listener and run test there.
2541 * fast/parser/external-entities-expected.txt:
2542 This now dumps as text because the script is ran before the parse error is encountered.
2544 * fast/parser/resources/xhtml-scripts.js: Added.
2545 * fast/parser/xhtml-scripts-expected.txt: Added.
2546 * fast/parser/xhtml-scripts.xhtml: Added.
2549 * svg/custom/text-hit-test.svg:
2550 Run test in onload handler.
2552 2006-06-20 Maciej Stachowiak <mjs@apple.com>
2554 No review - updated results for earlier patch.
2556 - updated SVG test results where my recent fix affected bounding boxes
2558 I think the new results are more accurate bounding boxes and in
2559 any case there is no actual difference in rendered output.
2561 * svg/W3C-SVG-1.1/color-prof-01-f-expected.txt:
2562 * svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt:
2563 * svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt:
2564 * svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.txt:
2565 * svg/W3C-SVG-1.1/filters-light-01-f-expected.txt:
2566 * svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt:
2567 * svg/W3C-SVG-1.1/masking-path-04-b-expected.txt:
2568 * svg/W3C-SVG-1.1/render-groups-01-b-expected.txt:
2569 * svg/W3C-SVG-1.1/render-groups-03-t-expected.txt:
2570 * svg/W3C-SVG-1.1/struct-image-01-t-expected.txt:
2571 * svg/W3C-SVG-1.1/struct-image-03-t-expected.txt:
2572 * svg/W3C-SVG-1.1/struct-image-04-t-expected.txt:
2573 * svg/custom/foreign-object-skew-expected.txt:
2574 * svg/custom/image-with-transform-clip-filter-expected.txt:
2575 * svg/custom/text-image-opacity-expected.txt:
2577 2006-06-20 Adele Peterson <adele@apple.com>
2581 Updated results for: http://bugzilla.opendarwin.org/show_bug.cgi?id=8948
2582 Switch to use new text field implementation for <textarea>
2584 Changes include some size differences since the new textareas have 4 pixels less horizontal padding,
2585 and the renderer name for textareas has changed from RenderTextArea to RenderTextField.
2587 * dom/html/level2/html/HTMLTextAreaElement14-expected.txt:
2588 * dom/html/level2/html/HTMLTextAreaElement15-expected.txt:
2589 * dom/xhtml/level2/html/HTMLTextAreaElement14-expected.txt:
2590 * dom/xhtml/level2/html/HTMLTextAreaElement15-expected.txt:
2591 * fast/block/margin-collapse/103-expected.checksum:
2592 * fast/block/margin-collapse/103-expected.png:
2593 * fast/block/margin-collapse/103-expected.txt:
2594 * fast/dynamic/008-expected.checksum:
2595 * fast/dynamic/008-expected.png:
2596 * fast/dynamic/008-expected.txt:
2597 * fast/forms/001-expected.checksum:
2598 * fast/forms/002-expected.checksum:
2599 * fast/forms/003-expected.checksum:
2600 * fast/forms/004-expected.checksum:
2601 * fast/forms/005-expected.checksum:
2602 * fast/forms/006-expected.checksum:
2603 * fast/forms/007-expected.checksum:
2604 * fast/forms/8250-expected.checksum:
2605 * fast/forms/blankbuttons-expected.checksum:
2606 * fast/forms/button-cannot-be-nested-expected.checksum:
2607 * fast/forms/button-default-title-expected.checksum:
2608 * fast/forms/button-inner-block-reuse-expected.checksum:
2609 * fast/forms/button-positioned-expected.checksum:
2610 * fast/forms/button-sizes-expected.checksum:
2611 * fast/forms/button-table-styles-expected.checksum:
2612 * fast/forms/button-white-space-expected.checksum:
2613 * fast/forms/checkbox-radio-onchange-expected.checksum:
2614 * fast/forms/cursor-position-expected.txt:
2615 * fast/forms/double-focus-expected.txt:
2616 * fast/forms/file-input-disabled-expected.checksum:
2617 * fast/forms/form-element-geometry-expected.checksum:
2618 * fast/forms/form-element-geometry-expected.png:
2619 * fast/forms/form-element-geometry-expected.txt:
2620 * fast/forms/form-hides-table-expected.checksum:
2621 * fast/forms/formmove-expected.checksum:
2622 * fast/forms/formmove2-expected.checksum:
2623 * fast/forms/formmove3-expected.checksum:
2624 * fast/forms/indeterminate-expected.checksum:
2625 * fast/forms/input-appearance-bkcolor-expected.checksum:
2626 * fast/forms/input-appearance-default-bkcolor-expected.checksum:
2627 * fast/forms/input-appearance-disabled-expected.checksum:
2628 * fast/forms/input-appearance-focus-expected.checksum:
2629 * fast/forms/input-appearance-minWidth-expected.checksum:
2630 * fast/forms/input-appearance-preventDefault-expected.checksum:
2631 * fast/forms/input-appearance-readonly-expected.checksum:
2632 * fast/forms/input-appearance-selection-expected.checksum:
2633 * fast/forms/input-appearance-visibility-expected.checksum:
2634 * fast/forms/input-appearance-width-expected.checksum:
2635 * fast/forms/input-baseline-expected.checksum:
2636 * fast/forms/input-disabled-color-expected.checksum:
2637 * fast/forms/input-double-click-selection-gap-bug-expected.checksum:
2638 * fast/forms/input-maxlength-2-expected.checksum:
2639 * fast/forms/input-no-renderer-expected.checksum:
2640 * fast/forms/input-paste-undo-expected.checksum:
2641 * fast/forms/input-readonly-dimmed-expected.checksum:
2642 * fast/forms/input-readonly-empty-expected.checksum:
2643 * fast/forms/input-spaces-expected.checksum:
2644 * fast/forms/input-table-expected.checksum:
2645 * fast/forms/input-text-click-inside-expected.checksum:
2646 * fast/forms/input-text-click-outside-expected.checksum:
2647 * fast/forms/input-text-double-click-expected.checksum:
2648 * fast/forms/input-text-drag-down-expected.checksum:
2649 * fast/forms/input-text-maxlength-expected.checksum:
2650 * fast/forms/input-text-option-delete-expected.checksum:
2651 * fast/forms/input-text-paste-maxlength-expected.checksum:
2652 * fast/forms/input-text-scroll-left-on-blur-expected.checksum:
2653 * fast/forms/input-text-self-emptying-click-expected.checksum:
2654 * fast/forms/input-value-expected.checksum:
2655 * fast/forms/input-width-expected.checksum:
2656 * fast/forms/minWidthPercent-expected.checksum:
2657 * fast/forms/negativeLineHeight-expected.checksum:
2658 * fast/forms/negativeLineHeight-expected.png:
2659 * fast/forms/negativeLineHeight-expected.txt:
2660 * fast/forms/option-index-expected.checksum:
2661 * fast/forms/option-script-expected.checksum:
2662 * fast/forms/option-strip-whitespace-expected.checksum:
2663 * fast/forms/plaintext-mode-2-expected.checksum:
2664 * fast/forms/radio-attr-order-expected.checksum:
2665 * fast/forms/radio_checked-expected.checksum:
2666 * fast/forms/radio_checked_dynamic-expected.checksum:
2667 * fast/forms/selection-functions-expected.txt:
2668 * fast/forms/tabbing-input-iframe-expected.checksum:
2669 * fast/forms/textAreaLineHeight-expected.checksum:
2670 * fast/forms/textAreaLineHeight-expected.png:
2671 * fast/forms/textAreaLineHeight-expected.txt:
2672 * fast/forms/textarea-crlf-expected.txt:
2673 * fast/forms/textarea-setinnerhtml-expected.checksum:
2674 * fast/forms/textarea-setinnerhtml-expected.png:
2675 * fast/forms/textarea-setinnerhtml-expected.txt:
2676 * fast/forms/textarea-setvalue-submit-expected.txt:
2677 * fast/forms/visual-hebrew-text-field-expected.checksum:
2678 * fast/replaced/width100percent-expected.checksum:
2679 * fast/replaced/width100percent-expected.png:
2680 * fast/replaced/width100percent-expected.txt:
2681 * fast/table/003-expected.checksum:
2682 * fast/table/003-expected.png:
2683 * fast/table/003-expected.txt:
2684 * tables/mozilla/bugs/bug194024-expected.checksum:
2685 * tables/mozilla/bugs/bug194024-expected.png:
2686 * tables/mozilla/bugs/bug194024-expected.txt:
2687 * tables/mozilla/bugs/bug30559-expected.checksum:
2688 * tables/mozilla/bugs/bug30559-expected.png:
2689 * tables/mozilla/bugs/bug30559-expected.txt:
2690 * tables/mozilla/bugs/bug30692-expected.checksum:
2691 * tables/mozilla/bugs/bug30692-expected.png:
2692 * tables/mozilla/bugs/bug30692-expected.txt:
2694 2006-06-20 Adele Peterson <adele@apple.com>
2699 http://bugzilla.opendarwin.org/show_bug.cgi?id=8724
2700 REGRESSION: onSelect handler doesn't work for text fields
2702 http://bugzilla.opendarwin.org/show_bug.cgi?id=7676
2703 REGRESSION: Selection methods on new text fields don't work if text field is hidden
2705 http://bugzilla.opendarwin.org/show_bug.cgi?id=8867
2706 REGRESSION: selectionStart/End return 0 for input element once it no longer has focus
2708 * fast/forms/double-focus-expected.txt:
2709 * fast/forms/input-selection-hidden-expected.txt: Added.
2710 * fast/forms/input-selection-hidden.html: Added.
2711 * fast/forms/input-selection-restore-expected.txt: Added.
2712 * fast/forms/input-selection-restore.html: Added.
2713 * fast/forms/input-text-paste-maxlength-expected.txt:
2714 * fast/forms/onselect-textarea-expected.txt: Added.
2715 * fast/forms/onselect-textarea.html: Added.
2716 * fast/forms/onselect-textfield-expected.txt: Added.
2717 * fast/forms/onselect-textfield.html: Added.
2718 * fast/forms/selection-functions-expected.txt:
2720 2006-06-20 Anders Carlsson <acarlsson@apple.com>
2724 <rdar://problem/4592244> REGRESSION (417.9.3 - 420+): (some?) plain text files have all lines concatenated into one line
2726 * fast/text/plain-text-line-breaks-expected.checksum: Added.
2727 * fast/text/plain-text-line-breaks-expected.png: Added.
2728 * fast/text/plain-text-line-breaks-expected.txt: Added.
2729 * fast/text/plain-text-line-breaks.html: Added.
2730 * fast/text/resources/line-breaks-cr.txt: Added.
2731 * fast/text/resources/line-breaks-crlf.txt: Added.
2732 * fast/text/resources/line-breaks-lf.txt: Added.
2734 2006-06-19 Alexey Proskuryakov <ap@nypop.com>
2738 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=5499
2739 Page reload does not send any cache control headers
2741 * http/tests/misc/refresh-headers-expected.txt: Added.
2742 * http/tests/misc/refresh-headers.php: Added.
2744 2006-06-19 Alexey Proskuryakov <ap@nypop.com>
2748 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=8972
2749 REGRESSION: invalid UTF-8 sequences are not displayed
2751 * fast/encoding/invalid-UTF-8-expected.checksum:
2752 * fast/encoding/invalid-UTF-8-expected.png:
2753 * fast/encoding/invalid-UTF-8-expected.txt:
2754 * fast/encoding/invalid-UTF-8.html:
2756 2006-06-18 David Kilzer <ddkilzer@kilzer.net>
2760 * fast/history/clicked-link-is-visited.html: Changed to use DOM mouse event.
2762 2006-06-18 David Kilzer <ddkilzer@kilzer.net>
2766 - test and results for http://bugzilla.opendarwin.org/show_bug.cgi?id=9150
2767 DumpRenderTree should be able to keep URL history during runs
2769 * fast/history/clicked-link-is-visited-expected.checksum: Added.
2770 * fast/history/clicked-link-is-visited-expected.png: Added.
2771 * fast/history/clicked-link-is-visited-expected.txt: Added.
2772 * fast/history/clicked-link-is-visited.html: Added.
2773 * fast/history/resources/clicked-link-is-visited-2.html: Added.
2775 2006-06-17 Alexey Proskuryakov <ap@nypop.com>
2779 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=8131
2780 Some properties and methods of window and document objects cannot be converted to a string
2782 * fast/dom/everything-to-string-expected.txt: Added.
2783 * fast/dom/everything-to-string.html: Added.
2785 2006-06-17 Mitz Pettel <opendarwin.org@mitzpettel.com>
2789 - test and updated results for http://bugzilla.opendarwin.org/show_bug.cgi?id=7395
2790 Table not properly re-flowed when floated div removed from layout
2792 * css2.1/t0905-c5525-fltmult-00-d-g-expected.checksum: Updated.
2793 * css2.1/t0905-c5525-fltmult-00-d-g-expected.png: Updated.
2794 * css2.1/t0905-c5525-fltmult-00-d-g-expected.txt: Updated.
2795 * fast/block/float/table-relayout-expected.checksum: Added.
2796 * fast/block/float/table-relayout-expected.png: Added.
2797 * fast/block/float/table-relayout-expected.txt: Added.
2798 * fast/block/float/table-relayout.html: Added.
2800 2006-06-17 Rob Buis <buis@kde.org>
2805 <http://bugzilla.opendarwin.org/show_bug.cgi?id=6282>
2807 * fast/dom/select-selectedIndex-multiple.html: Added.
2808 * fast/dom/select-selectedIndex.html: Added.
2810 2006-06-16 Adele Peterson <adele@apple.com>
2814 Adding missing expected result for test from yesterday.
2816 * fast/events/window-load-capture-expected.txt: Added.
2818 2006-06-16 Mitz Pettel <opendarwin.org@mitzpettel.com>
2822 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9432
2823 REGRESSION: crash in capitalization code due to empty-string generated content
2825 * fast/text/capitalize-empty-generated-string-expected.checksum: Added.
2826 * fast/text/capitalize-empty-generated-string-expected.png: Added.
2827 * fast/text/capitalize-empty-generated-string-expected.txt: Added.
2828 * fast/text/capitalize-empty-generated-string.html: Added.
2830 2006-06-15 Justin Garcia <justin.garcia@apple.com>
2834 <http://bugzilla.opendarwin.org/show_bug.cgi?id=8637>
2835 REGRESSION (11-16-05): Selection gaps left behind after delete
2837 * fast/repaint/selection-after-delete-expected.checksum: Added.
2838 * fast/repaint/selection-after-delete-expected.png: Added.
2839 * fast/repaint/selection-after-delete-expected.txt: Added.
2840 * fast/repaint/selection-after-delete.html: Added.
2841 * fast/repaint/selection-after-remove-expected.checksum: Added.
2842 * fast/repaint/selection-after-remove-expected.png: Added.
2843 * fast/repaint/selection-after-remove-expected.txt: Added.
2844 * fast/repaint/selection-after-remove.html: Added.
2846 2006-06-15 Justin Garcia <justin.garcia@apple.com>
2848 Reviewed by harrison
2850 * editing/deleting/pruning-after-merge-2-expected.checksum: Added.
2851 * editing/deleting/pruning-after-merge-2-expected.png: Added.
2852 * editing/deleting/pruning-after-merge-2-expected.txt: Added.
2853 * editing/deleting/pruning-after-merge-2.html: Added.
2855 2006-06-15 Nicholas Shanks <contact@nickshanks.com>
2857 Reviewed by Hyatt, landed by Joost de Valk.
2859 Testcases for fix to bug http://bugzilla.opendarwin.org/show_bug.cgi?id=3233
2861 * fast/css/css3-modsel-22-expected.txt: Added.
2862 * fast/css/css3-modsel-22.html: Added.
2864 2006-06-15 Justin Garcia <justin.garcia@apple.com>
2866 Reviewed by harrison
2868 <http://bugzilla.opendarwin.org/show_bug.cgi?id=9456>
2869 REGRESSION (417.9.2-420+): Cmd-G doesn't work in Safari after double-click and Cmd-E
2871 * editing/execCommand/findString-2-expected.checksum: Added.
2872 * editing/execCommand/findString-2-expected.png: Added.
2873 * editing/execCommand/findString-2-expected.txt: Added.
2874 * editing/execCommand/findString-2.html: Added.
2876 2006-06-14 Justin Garcia <justin.garcia@apple.com>
2880 <rdar://problem/4439248>
2881 REGRESSION(412-417): [RTL] Serious problem with RTL signatures in Mail.app in 10.4.4 (7766)
2883 * editing/pasteboard/copy-paste-bidi-expected.checksum: Added.
2884 * editing/pasteboard/copy-paste-bidi-expected.png: Added.
2885 * editing/pasteboard/copy-paste-bidi-expected.txt: Added.
2886 * editing/pasteboard/copy-paste-bidi.html: Added.
2888 2006-06-14 Levi Weintraub <lweintraub@apple.com>
2892 <http://bugzilla.opendarwin.org/show_bug.cgi?id=7580>
2893 TinyMCE: Implement execCommand(formatBlock, ...)
2895 * editing/deleting/delete-ws-fixup-002-expected.checksum:
2896 * editing/deleting/delete-ws-fixup-002-expected.png:
2897 * editing/deleting/delete-ws-fixup-002-expected.txt:
2898 * editing/deleting/delete-ws-fixup-002.html:
2899 * editing/execCommand/format-block-expected.checksum: Added.
2900 * editing/execCommand/format-block-expected.png: Added.
2901 * editing/execCommand/format-block-expected.txt: Added.
2902 * editing/execCommand/format-block-from-range-selection-expected.checksum: Added.
2903 * editing/execCommand/format-block-from-range-selection-expected.png: Added.
2904 * editing/execCommand/format-block-from-range-selection-expected.txt: Added.
2905 * editing/execCommand/format-block-from-range-selection.html: Added.
2906 * editing/execCommand/format-block.html: Added.
2908 2006-06-14 Maciej Stachowiak <mjs@apple.com>
2910 Test case by Anders, reviewed and tweaked by Maciej.
2912 - fixed <rdar://problem/4586051> 10.4.7 regression: 'Saved and recent' button on mapquest.com does not work
2914 * fast/events/window-load-capture.html: Added.
2916 2006-06-13 Geoffrey Garen <ggaren@apple.com>
2918 Test for createHTMLDocument.
2920 * fast/dom/implementation-createHTMLDocument-expected.txt: Added.
2921 * fast/dom/implementation-createHTMLDocument.html: Added.
2923 2006-06-13 Maciej Stachowiak <mjs@apple.com>
2925 - fixed up results of the layout test I committed for 4583892,
2926 they were guaranteed to fail
2928 * fast/events/no-window-load-expected.txt:
2929 * fast/events/resources/greenbox.png: Added.
2931 2006-06-13 Geoffrey Garen <ggaren@apple.com>
2933 RS by MacDome. Added missing results for this test.
2935 * fast/css/xml-stylesheet-pi-not-in-prolog-expected.txt: Added.
2937 2006-06-13 Darin Adler <darin@apple.com>
2941 - test for <rdar://problem/4585333> Changing location for weather on yahoo.com home page redirects to another page
2943 * fast/events/event-listener-html-non-html-confusion-expected.txt: Added.
2944 * fast/events/event-listener-html-non-html-confusion.html: Added.
2946 2006-06-13 Maciej Stachowiak <mjs@apple.com>
2950 - test case for <rdar://problem/4583892> 10.4.7 regression: Hang occurs when attempting to load
2951 search results at mapquest.com
2953 * fast/events/no-window-load-expected.txt: Added.
2954 * fast/events/no-window-load.html: Added.
2956 2006-06-13 Antti Koivisto <koivisto@iki.fi>
2960 http://bugzilla.opendarwin.org/show_bug.cgi?id=9314
2962 * fast/block/positioning/relative-overflow-block-expected.checksum: Added.
2963 * fast/block/positioning/relative-overflow-block-expected.png: Added.
2964 * fast/block/positioning/relative-overflow-block-expected.txt: Added.
2965 * fast/block/positioning/relative-overflow-block.html: Added.
2966 * fast/block/positioning/relative-overflow-replaced-expected.checksum: Added.
2967 * fast/block/positioning/relative-overflow-replaced-expected.png: Added.
2968 * fast/block/positioning/relative-overflow-replaced-expected.txt: Added.
2969 * fast/block/positioning/relative-overflow-replaced-float-expected.checksum: Added.
2970 * fast/block/positioning/relative-overflow-replaced-float-expected.png: Added.
2971 * fast/block/positioning/relative-overflow-replaced-float-expected.txt: Added.
2972 * fast/block/positioning/relative-overflow-replaced-float.html: Added.
2973 * fast/block/positioning/relative-overflow-replaced.html: Added.
2975 2006-06-13 Anders Carlsson <acarlsson@apple.com>
2977 Reviewed by Dave Hyatt.
2979 http://bugzilla.opendarwin.org/show_bug.cgi?id=9427
2981 * fast/css/resources/xml-stylesheet-pi-not-in-prolog.css: Added.
2982 * fast/css/xml-stylesheet-pi-not-in-prolog.xml: Added.
2984 2006-06-10 Mitz Pettel <opendarwin.org@mitzpettel.com>
2988 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9334
2989 Incomplete repaint when changing block from non-positioned to positioned
2991 * fast/repaint/static-to-positioned-expected.checksum: Added.
2992 * fast/repaint/static-to-positioned-expected.png: Added.
2993 * fast/repaint/static-to-positioned-expected.txt: Added.
2994 * fast/repaint/static-to-positioned.html: Added.
2996 2006-06-10 Mitz Pettel <opendarwin.org@mitzpettel.com>
3000 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9193
3001 REGRESSION: setting an opacity on an element with an outline causes the outline to disappear completely
3003 - test repainting of layer children's outlines that extend beyond the layer
3005 * fast/layers: Added.
3006 * fast/layers/opacity-outline-expected.checksum: Added.
3007 * fast/layers/opacity-outline-expected.png: Added.
3008 * fast/layers/opacity-outline-expected.txt: Added.
3009 * fast/layers/opacity-outline.html: Added.
3010 * fast/repaint/layer-child-outline-expected.checksum: Added.
3011 * fast/repaint/layer-child-outline-expected.png: Added.
3012 * fast/repaint/layer-child-outline-expected.txt: Added.
3013 * fast/repaint/layer-child-outline.html: Added.
3015 2006-06-09 Justin Garcia <justin.garcia@apple.com>
3019 <rdar://problem/4549980>
3020 REGRESSION: "Find Again" can get stuck when searching for string with a trailing space
3022 * editing/execCommand/findString-expected.checksum: Added.
3023 * editing/execCommand/findString-expected.png: Added.
3024 * editing/execCommand/findString-expected.txt: Added.
3025 * editing/execCommand/findString.html: Added.
3027 2006-06-09 Kimmo Kinnunen <kimmo.t.kinnunen@nokia.com>
3031 Test cases for CSS3 Media Queries implementation.
3032 <http://bugzilla.opendarwin.org/show_bug.cgi?id=4127>
3034 * fast/media/import-p-green.css: Added.
3035 * fast/media/import-p-red.css: Added.
3036 * fast/media/media-descriptor-syntax-01-expected.checksum: Added.
3037 * fast/media/media-descriptor-syntax-01-expected.png: Added.
3038 * fast/media/media-descriptor-syntax-01-expected.txt: Added.
3039 * fast/media/media-descriptor-syntax-01.html: Added.
3040 * fast/media/media-descriptor-syntax-02-expected.checksum: Added.
3041 * fast/media/media-descriptor-syntax-02-expected.png: Added.
3042 * fast/media/media-descriptor-syntax-02-expected.txt: Added.
3043 * fast/media/media-descriptor-syntax-02.html: Added.
3044 * fast/media/media-descriptor-syntax-03-expected.checksum: Added.
3045 * fast/media/media-descriptor-syntax-03-expected.png: Added.
3046 * fast/media/media-descriptor-syntax-03-expected.txt: Added.
3047 * fast/media/media-descriptor-syntax-03.html: Added.
3048 * fast/media/media-descriptor-syntax-04-expected.checksum: Added.
3049 * fast/media/media-descriptor-syntax-04-expected.png: Added.
3050 * fast/media/media-descriptor-syntax-04-expected.txt: Added.
3051 * fast/media/media-descriptor-syntax-04.html: Added.
3052 * fast/media/media-descriptor-syntax-05-expected.checksum: Added.
3053 * fast/media/media-descriptor-syntax-05-expected.png: Added.
3054 * fast/media/media-descriptor-syntax-05-expected.txt: Added.
3055 * fast/media/media-descriptor-syntax-05.html: Added.
3056 * fast/media/media-descriptor-syntax-06-expected.checksum: Added.
3057 * fast/media/media-descriptor-syntax-06-expected.png: Added.
3058 * fast/media/media-descriptor-syntax-06-expected.txt: Added.
3059 * fast/media/media-descriptor-syntax-06.html: Added.
3060 * fast/media/media-type-syntax-01-expected.checksum: Added.
3061 * fast/media/media-type-syntax-01-expected.png: Added.
3062 * fast/media/media-type-syntax-01-expected.txt: Added.
3063 * fast/media/media-type-syntax-01.html: Added.
3064 * fast/media/media-type-syntax-02-expected.checksum: Added.
3065 * fast/media/media-type-syntax-02-expected.png: Added.
3066 * fast/media/media-type-syntax-02-expected.txt: Added.
3067 * fast/media/media-type-syntax-02.html: Added.
3068 * fast/media/mq-compound-query-01-expected.checksum: Added.
3069 * fast/media/mq-compound-query-01-expected.png: Added.
3070 * fast/media/mq-compound-query-01-expected.txt: Added.
3071 * fast/media/mq-compound-query-01.html: Added.
3072 * fast/media/mq-compound-query-02-expected.checksum: Added.
3073 * fast/media/mq-compound-query-02-expected.png: Added.
3074 * fast/media/mq-compound-query-02-expected.txt: Added.
3075 * fast/media/mq-compound-query-02.html: Added.
3076 * fast/media/mq-compound-query-03-expected.checksum: Added.
3077 * fast/media/mq-compound-query-03-expected.png: Added.
3078 * fast/media/mq-compound-query-03-expected.txt: Added.
3079 * fast/media/mq-compound-query-03.html: Added.
3080 * fast/media/mq-compound-query-04-expected.checksum: Added.
3081 * fast/media/mq-compound-query-04-expected.png: Added.
3082 * fast/media/mq-compound-query-04-expected.txt: Added.
3083 * fast/media/mq-compound-query-04.html: Added.
3084 * fast/media/mq-compound-query-05-expected.checksum: Added.
3085 * fast/media/mq-compound-query-05-expected.png: Added.
3086 * fast/media/mq-compound-query-05-expected.txt: Added.
3087 * fast/media/mq-compound-query-05.html: Added.
3088 * fast/media/mq-grid-01-expected.checksum: Added.
3089 * fast/media/mq-grid-01-expected.png: Added.
3090 * fast/media/mq-grid-01-expected.txt: Added.
3091 * fast/media/mq-grid-01.html: Added.
3092 * fast/media/mq-grid-02-expected.checksum: Added.
3093 * fast/media/mq-grid-02-expected.png: Added.
3094 * fast/media/mq-grid-02-expected.txt: Added.
3095 * fast/media/mq-grid-02.html: Added.
3096 * fast/media/mq-invalid-media-feature-01-expected.checksum: Added.
3097 * fast/media/mq-invalid-media-feature-01-expected.png: Added.
3098 * fast/media/mq-invalid-media-feature-01-expected.txt: Added.
3099 * fast/media/mq-invalid-media-feature-01.html: Added.
3100 * fast/media/mq-invalid-media-feature-02-expected.checksum: Added.
3101 * fast/media/mq-invalid-media-feature-02-expected.png: Added.
3102 * fast/media/mq-invalid-media-feature-02-expected.txt: Added.
3103 * fast/media/mq-invalid-media-feature-02.html: Added.
3104 * fast/media/mq-invalid-media-feature-03-expected.checksum: Added.
3105 * fast/media/mq-invalid-media-feature-03-expected.png: Added.
3106 * fast/media/mq-invalid-media-feature-03-expected.txt: Added.
3107 * fast/media/mq-invalid-media-feature-03.html: Added.
3108 * fast/media/mq-invalid-media-feature-04-expected.checksum: Added.
3109 * fast/media/mq-invalid-media-feature-04-expected.png: Added.
3110 * fast/media/mq-invalid-media-feature-04-expected.txt: Added.
3111 * fast/media/mq-invalid-media-feature-04.html: Added.
3112 * fast/media/mq-invalid-syntax-01-expected.checksum: Added.
3113 * fast/media/mq-invalid-syntax-01-expected.png: Added.
3114 * fast/media/mq-invalid-syntax-01-expected.txt: Added.
3115 * fast/media/mq-invalid-syntax-01.html: Added.
3116 * fast/media/mq-invalid-syntax-02-expected.checksum: Added.
3117 * fast/media/mq-invalid-syntax-02-expected.png: Added.
3118 * fast/media/mq-invalid-syntax-02-expected.txt: Added.
3119 * fast/media/mq-invalid-syntax-02.html: Added.
3120 * fast/media/mq-invalid-syntax-03-expected.checksum: Added.
3121 * fast/media/mq-invalid-syntax-03-expected.png: Added.
3122 * fast/media/mq-invalid-syntax-03-expected.txt: Added.
3123 * fast/media/mq-invalid-syntax-03.html: Added.
3124 * fast/media/mq-invalid-syntax-04-expected.checksum: Added.
3125 * fast/media/mq-invalid-syntax-04-expected.png: Added.
3126 * fast/media/mq-invalid-syntax-04-expected.txt: Added.
3127 * fast/media/mq-invalid-syntax-04.html: Added.
3128 * fast/media/mq-invalid-syntax-05-expected.checksum: Added.
3129 * fast/media/mq-invalid-syntax-05-expected.png: Added.
3130 * fast/media/mq-invalid-syntax-05-expected.txt: Added.
3131 * fast/media/mq-invalid-syntax-05.html: Added.
3132 * fast/media/mq-js-media-except-01-expected.checksum: Added.
3133 * fast/media/mq-js-media-except-01-expected.png: Added.
3134 * fast/media/mq-js-media-except-01-expected.txt: Added.
3135 * fast/media/mq-js-media-except-01.html: Added.
3136 * fast/media/mq-js-media-except-02-expected.checksum: Added.
3137 * fast/media/mq-js-media-except-02-expected.png: Added.
3138 * fast/media/mq-js-media-except-02-expected.txt: Added.
3139 * fast/media/mq-js-media-except-02.html: Added.
3140 * fast/media/mq-js-media-except-03-expected.checksum: Added.
3141 * fast/media/mq-js-media-except-03-expected.png: Added.
3142 * fast/media/mq-js-media-except-03-expected.txt: Added.
3143 * fast/media/mq-js-media-except-03.html: Added.
3144 * fast/media/mq-js-media-forward-syntax-expected.checksum: Added.
3145 * fast/media/mq-js-media-forward-syntax-expected.png: Added.
3146 * fast/media/mq-js-media-forward-syntax-expected.txt: Added.
3147 * fast/media/mq-js-media-forward-syntax.html: Added.
3148 * fast/media/mq-js-stylesheet-media-01-expected.checksum: Added.
3149 * fast/media/mq-js-stylesheet-media-01-expected.png: Added.
3150 * fast/media/mq-js-stylesheet-media-01-expected.txt: Added.
3151 * fast/media/mq-js-stylesheet-media-01.html: Added.
3152 * fast/media/mq-js-stylesheet-media-02-expected.checksum: Added.
3153 * fast/media/mq-js-stylesheet-media-02-expected.png: Added.
3154 * fast/media/mq-js-stylesheet-media-02-expected.txt: Added.
3155 * fast/media/mq-js-stylesheet-media-02.html: Added.
3156 * fast/media/mq-js-stylesheet-media-03-expected.checksum: Added.
3157 * fast/media/mq-js-stylesheet-media-03-expected.png: Added.
3158 * fast/media/mq-js-stylesheet-media-03-expected.txt: Added.
3159 * fast/media/mq-js-stylesheet-media-03.html: Added.
3160 * fast/media/mq-js-stylesheet-media-04-expected.checksum: Added.
3161 * fast/media/mq-js-stylesheet-media-04-expected.png: Added.
3162 * fast/media/mq-js-stylesheet-media-04-expected.txt: Added.
3163 * fast/media/mq-js-stylesheet-media-04.html: Added.
3164 * fast/media/mq-min-constraint-expected.checksum: Added.
3165 * fast/media/mq-min-constraint-expected.png: Added.
3166 * fast/media/mq-min-constraint-expected.txt: Added.
3167 * fast/media/mq-min-constraint.html: Added.
3168 * fast/media/mq-relative-constraints-02-expected.checksum: Added.
3169 * fast/media/mq-relative-constraints-02-expected.png: Added.
3170 * fast/media/mq-relative-constraints-02-expected.txt: Added.
3171 * fast/media/mq-relative-constraints-02.html: Added.
3172 * fast/media/mq-relative-constraints-03-expected.checksum: Added.
3173 * fast/media/mq-relative-constraints-03-expected.png: Added.
3174 * fast/media/mq-relative-constraints-03-expected.txt: Added.
3175 * fast/media/mq-relative-constraints-03.html: Added.
3176 * fast/media/mq-relative-constraints-04-expected.checksum: Added.
3177 * fast/media/mq-relative-constraints-04-expected.png: Added.
3178 * fast/media/mq-relative-constraints-04-expected.txt: Added.
3179 * fast/media/mq-relative-constraints-04.html: Added.
3180 * fast/media/mq-relative-constraints-05-expected.checksum: Added.
3181 * fast/media/mq-relative-constraints-05-expected.png: Added.
3182 * fast/media/mq-relative-constraints-05-expected.txt: Added.
3183 * fast/media/mq-relative-constraints-05.html: Added.
3184 * fast/media/mq-relative-constraints-06-expected.checksum: Added.
3185 * fast/media/mq-relative-constraints-06-expected.png: Added.
3186 * fast/media/mq-relative-constraints-06-expected.txt: Added.
3187 * fast/media/mq-relative-constraints-06.html: Added.
3188 * fast/media/mq-relative-constraints-07-expected.checksum: Added.
3189 * fast/media/mq-relative-constraints-07-expected.png: Added.
3190 * fast/media/mq-relative-constraints-07-expected.txt: Added.
3191 * fast/media/mq-relative-constraints-07.html: Added.
3192 * fast/media/mq-relative-constraints-08-expected.checksum: Added.
3193 * fast/media/mq-relative-constraints-08-expected.png: Added.
3194 * fast/media/mq-relative-constraints-08-expected.txt: Added.
3195 * fast/media/mq-relative-constraints-08.html: Added.
3196 * fast/media/mq-relative-constraints-09-expected.checksum: Added.
3197 * fast/media/mq-relative-constraints-09-expected.png: Added.
3198 * fast/media/mq-relative-constraints-09-expected.txt: Added.
3199 * fast/media/mq-relative-constraints-09.html: Added.
3200 * fast/media/mq-simple-neg-query-01-expected.checksum: Added.
3201 * fast/media/mq-simple-neg-query-01-expected.png: Added.
3202 * fast/media/mq-simple-neg-query-01-expected.txt: Added.
3203 * fast/media/mq-simple-neg-query-01.html: Added.
3204 * fast/media/mq-simple-neg-query-02-expected.checksum: Added.
3205 * fast/media/mq-simple-neg-query-02-expected.png: Added.
3206 * fast/media/mq-simple-neg-query-02-expected.txt: Added.
3207 * fast/media/mq-simple-neg-query-02.html: Added.
3208 * fast/media/mq-simple-neg-query-03-expected.checksum: Added.
3209 * fast/media/mq-simple-neg-query-03-expected.png: Added.
3210 * fast/media/mq-simple-neg-query-03-expected.txt: Added.
3211 * fast/media/mq-simple-neg-query-03.html: Added.
3212 * fast/media/mq-simple-neg-query-04-expected.checksum: Added.
3213 * fast/media/mq-simple-neg-query-04-expected.png: Added.
3214 * fast/media/mq-simple-neg-query-04-expected.txt: Added.
3215 * fast/media/mq-simple-neg-query-04.html: Added.
3216 * fast/media/mq-simple-neg-query-05-expected.checksum: Added.
3217 * fast/media/mq-simple-neg-query-05-expected.png: Added.
3218 * fast/media/mq-simple-neg-query-05-expected.txt: Added.
3219 * fast/media/mq-simple-neg-query-05.html: Added.
3220 * fast/media/mq-simple-query-01-expected.checksum: Added.
3221 * fast/media/mq-simple-query-01-expected.png: Added.
3222 * fast/media/mq-simple-query-01-expected.txt: Added.
3223 * fast/media/mq-simple-query-01.html: Added.
3224 * fast/media/mq-simple-query-02-expected.checksum: Added.
3225 * fast/media/mq-simple-query-02-expected.png: Added.
3226 * fast/media/mq-simple-query-02-expected.txt: Added.
3227 * fast/media/mq-simple-query-02.html: Added.
3228 * fast/media/mq-simple-query-03-expected.checksum: Added.
3229 * fast/media/mq-simple-query-03-expected.png: Added.
3230 * fast/media/mq-simple-query-03-expected.txt: Added.
3231 * fast/media/mq-simple-query-03.html: Added.
3232 * fast/media/mq-simple-query-04-expected.checksum: Added.
3233 * fast/media/mq-simple-query-04-expected.png: Added.
3234 * fast/media/mq-simple-query-04-expected.txt: Added.
3235 * fast/media/mq-simple-query-04.html: Added.
3236 * fast/media/mq-simple-query-05-expected.checksum: Added.
3237 * fast/media/mq-simple-query-05-expected.png: Added.
3238 * fast/media/mq-simple-query-05-expected.txt: Added.
3239 * fast/media/mq-simple-query-05.html: Added.
3240 * fast/media/mq-valueless-expected.checksum: Added.
3241 * fast/media/mq-valueless-expected.png: Added.
3242 * fast/media/mq-valueless-expected.txt: Added.
3243 * fast/media/mq-valueless.html: Added.
3244 * fast/media/mq-width-absolute-01-expected.checksum: Added.
3245 * fast/media/mq-width-absolute-01-expected.png: Added.
3246 * fast/media/mq-width-absolute-01-expected.txt: Added.
3247 * fast/media/mq-width-absolute-01.html: Added.
3248 * fast/media/mq-width-absolute-02-expected.checksum: Added.
3249 * fast/media/mq-width-absolute-02-expected.png: Added.
3250 * fast/media/mq-width-absolute-02-expected.txt: Added.
3251 * fast/media/mq-width-absolute-02.html: Added.
3252 * fast/media/mq-width-absolute-03-expected.checksum: Added.
3253 * fast/media/mq-width-absolute-03-expected.png: Added.
3254 * fast/media/mq-width-absolute-03-expected.txt: Added.
3255 * fast/media/mq-width-absolute-03.html: Added.
3256 * fast/media/mq-width-absolute-04-expected.checksum: Added.
3257 * fast/media/mq-width-absolute-04-expected.png: Added.
3258 * fast/media/mq-width-absolute-04-expected.txt: Added.
3259 * fast/media/mq-width-absolute-04.html: Added.
3261 2006-06-08 Justin Garcia <justin.garcia@apple.com>
3265 <http://bugzilla.opendarwin.org/show_bug.cgi?id=4468>
3266 Implement execCommand(Insert{Un}OrderedList)
3269 * editing/execCommand/create-list-from-range-selection-expected.checksum: Added.
3270 * editing/execCommand/create-list-from-range-selection-expected.png: Added.
3271 * editing/execCommand/create-list-from-range-selection-expected.txt: Added.
3272 * editing/execCommand/create-list-from-range-selection.html: Added.
3273 * editing/execCommand/insert-list-and-stitch-expected.checksum: Added.
3274 * editing/execCommand/insert-list-and-stitch-expected.png: Added.
3275 * editing/execCommand/insert-list-and-stitch-expected.txt: Added.
3276 * editing/execCommand/insert-list-and-stitch.html: Added.
3277 * editing/execCommand/insert-list-with-id-expected.checksum: Added.
3278 * editing/execCommand/insert-list-with-id-expected.png: Added.
3279 * editing/execCommand/insert-list-with-id-expected.txt: Added.
3280 * editing/execCommand/insert-list-with-id.html: Added.
3281 * editing/execCommand/remove-list-from-range-selection-expected.checksum: Added.
3282 * editing/execCommand/remove-list-from-range-selection-expected.png: Added.
3283 * editing/execCommand/remove-list-from-range-selection-expected.txt: Added.
3284 * editing/execCommand/remove-list-from-range-selection.html: Added.
3285 * editing/execCommand/remove-list-items-expected.checksum: Added.
3286 * editing/execCommand/remove-list-items-expected.png: Added.
3287 * editing/execCommand/remove-list-items-expected.txt: Added.
3288 * editing/execCommand/remove-list-items.html: Added.
3289 * editing/execCommand/switch-list-type-expected.checksum: Added.
3290 * editing/execCommand/switch-list-type-expected.png: Added.
3291 * editing/execCommand/switch-list-type-expected.txt: Added.
3292 * editing/execCommand/switch-list-type.html: Added.
3295 * editing/pasteboard/drag-drop-modifies-page-expected.txt:
3296 * editing/pasteboard/paste-list-001-expected.txt:
3297 * editing/selection/drag-to-contenteditable-iframe-expected.checksum:
3298 * editing/selection/drag-to-contenteditable-iframe-expected.png:
3299 * editing/selection/drag-to-contenteditable-iframe-expected.txt:
3300 * editing/style/block-style-005-expected.txt:
3301 * fast/text/textIteratorNilRenderer-expected.checksum:
3302 * fast/text/textIteratorNilRenderer-expected.png:
3303 * fast/text/textIteratorNilRenderer-expected.txt:
3304 * editing/deleting/delete-line-016-expected.checksum:
3305 * editing/deleting/delete-line-016-expected.png:
3306 * editing/deleting/delete-line-016-expected.txt:
3308 2006-06-08 David Harrison <harrison@apple.com>
3310 Reviewed by Geoff and John.
3312 <rdar://problem/4558879> -[DOMCSSPrimitiveValue setStringValue:] throws an exception (12)
3314 * fast/dom/setPrimitiveValue-expected.checksum: Added.
3315 * fast/dom/setPrimitiveValue-expected.png: Added.
3316 * fast/dom/setPrimitiveValue-expected.txt: Added.
3317 * fast/dom/setPrimitiveValue.html: Added.
3319 2006-06-08 Mitz Pettel <opendarwin.org@mitzpettel.com>
3323 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9341
3324 REGRESSION: Repro crash caused by style="font:bold"
3326 * fast/css/font-shorthand-weight-only-expected.checksum: Added.
3327 * fast/css/font-shorthand-weight-only-expected.png: Added.
3328 * fast/css/font-shorthand-weight-only-expected.txt: Added.
3329 * fast/css/font-shorthand-weight-only.html: Added.
3331 2006-06-07 Justin Garcia <justin.garcia@apple.com>
3335 * editing/deleting/delete-4038408-fix-expected.txt:
3336 * editing/input/attributed-substring-from-range-lines-expected.txt:
3337 * editing/inserting/insert-3654864-fix-expected.txt:
3338 * editing/inserting/insert-3659587-fix-expected.txt:
3339 * editing/inserting/insert-3775316-fix-expected.txt:
3340 * editing/inserting/insert-at-end-01-expected.txt:
3341 * editing/inserting/insert-at-end-02-expected.txt:
3342 * editing/inserting/insert-br-001-expected.txt:
3343 * editing/inserting/insert-br-005-expected.txt:
3345 2006-06-07 Denis Defreyne <amonre@amonre.org>
3347 Reviewed by Hyatt, tweaked by Mitz.
3349 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9122
3350 REGRESSION: Incorrect vertical position for text fields in a "display: table" block
3352 * fast/table/text-field-baseline-expected.checksum: Added.
3353 * fast/table/text-field-baseline-expected.png: Added.
3354 * fast/table/text-field-baseline-expected.txt: Added.
3355 * fast/table/text-field-baseline.html: Added.
3357 2006-06-07 Mitz Pettel <opendarwin.org@mitzpettel.com>
3361 - pixel test for http://bugzilla.opendarwin.org/show_bug.cgi?id=4334
3362 REGRESSION: Flickering when css-hover should change opacity on floating elements
3364 * fast/block/float/nopaint-after-layer-destruction-expected.checksum: Added.
3365 * fast/block/float/nopaint-after-layer-destruction-expected.png: Added.
3366 * fast/block/float/nopaint-after-layer-destruction-expected.txt: Added.
3367 * fast/block/float/nopaint-after-layer-destruction.html: Added.
3369 2006-06-06 Mitz Pettel <opendarwin.org@mitzpettel.com>
3373 - repaint test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9121
3374 REGRESSION: [Incremental Repaint] DHTML movement test failures
3376 * fast/repaint/containing-block-position-change-expected.checksum: Added.
3377 * fast/repaint/containing-block-position-change-expected.png: Added.
3378 * fast/repaint/containing-block-position-change-expected.txt: Added.
3379 * fast/repaint/containing-block-position-change.html: Added.
3381 2006-06-06 Darin Adler <darin@apple.com>
3383 * fast/repaint/table-extra-bottom-grow.html: Removed unneeded line of code.
3385 * fast/repaint/table-extra-bottom-grow-expected.png: Regenerated.
3386 * fast/repaint/table-extra-bottom-grow-expected.checksum: Regenerated.
3388 2006-06-06 Justin Garcia <justin.garcia@apple.com>
3392 Added to demonstrate fixes:
3393 * editing/pasteboard/merge-after-delete-expected.checksum: Added.
3394 * editing/pasteboard/merge-after-delete-expected.png: Added.
3395 * editing/pasteboard/merge-after-delete-expected.txt: Added.
3396 * editing/pasteboard/merge-after-delete.html: Added.
3397 * editing/inserting/line-break-expected.checksum: Added.
3398 * editing/inserting/line-break-expected.png: Added.
3399 * editing/inserting/line-break-expected.txt: Added.
3400 * editing/inserting/line-break.html: Added.
3401 * editing/inserting/multiple-lines-selected-expected.checksum: Added.
3402 * editing/inserting/multiple-lines-selected-expected.png: Added.
3403 * editing/inserting/multiple-lines-selected-expected.txt: Added.
3404 * editing/inserting/multiple-lines-selected.html: Added.
3407 * editing/deleting/collapse-whitespace-3587601-fix-expected.txt:
3408 * editing/deleting/delete-3775172-fix-expected.txt:
3409 * editing/deleting/delete-3928305-fix-expected.txt:
3410 * editing/deleting/delete-3959464-fix-expected.checksum:
3411 * editing/deleting/delete-3959464-fix-expected.png:
3412 * editing/deleting/delete-3959464-fix-expected.txt:
3413 * editing/deleting/delete-4038408-fix-expected.checksum:
3414 * editing/deleting/delete-4038408-fix-expected.png:
3415 * editing/deleting/delete-4038408-fix-expected.txt:
3416 * editing/deleting/delete-4038408-fix.html:
3417 * editing/deleting/delete-at-paragraph-boundaries-002-expected.txt:
3418 * editing/deleting/delete-at-paragraph-boundaries-011-expected.checksum:
3419 * editing/deleting/delete-at-paragraph-boundaries-011-expected.png:
3420 * editing/deleting/delete-at-paragraph-boundaries-011-expected.txt:
3421 * editing/deleting/delete-block-contents-001-expected.txt:
3422 * editing/deleting/delete-block-contents-002-expected.txt:
3423 * editing/deleting/delete-block-contents-003-expected.txt:
3424 * editing/deleting/delete-br-011-expected.checksum:
3425 * editing/deleting/delete-br-011-expected.png:
3426 * editing/deleting/delete-br-011-expected.txt:
3427 * editing/deleting/delete-image-004-expected.txt:
3428 * editing/deleting/delete-line-010-expected.txt:
3429 * editing/deleting/delete-line-015-expected.txt:
3430 * editing/deleting/delete-select-all-001-expected.checksum:
3431 * editing/deleting/delete-select-all-001-expected.png:
3432 * editing/deleting/delete-select-all-001-expected.txt:
3433 * editing/deleting/delete-select-all-002-expected.txt:
3434 * editing/deleting/delete-select-all-003-expected.checksum:
3435 * editing/deleting/delete-select-all-003-expected.png:
3436 * editing/deleting/delete-select-all-003-expected.txt:
3437 * editing/execCommand/insertImage-expected.checksum:
3438 * editing/execCommand/insertImage-expected.png:
3439 * editing/input/attributed-substring-from-range-lines-expected.txt:
3440 * editing/input/text-input-controller-expected.txt:
3441 * editing/inserting/insert-3654864-fix-expected.txt:
3442 * editing/inserting/insert-3659587-fix-expected.txt:
3443 * editing/inserting/insert-3775316-fix-expected.txt:
3444 * editing/inserting/insert-after-delete-001-expected.txt:
3445 * editing/inserting/insert-at-end-01-expected.txt:
3446 * editing/inserting/insert-at-end-02-expected.txt:
3447 * editing/inserting/insert-br-001-expected.txt:
3448 * editing/inserting/insert-br-005-expected.txt:
3449 * editing/pasteboard/4076267-3-expected.txt:
3450 * editing/pasteboard/4076267-expected.txt:
3451 * editing/pasteboard/drag-drop-modifies-page-expected.txt:
3452 * editing/pasteboard/paste-4035648-fix-expected.txt:
3453 * editing/pasteboard/paste-4039777-fix-expected.checksum:
3454 * editing/pasteboard/paste-4039777-fix-expected.png:
3455 * editing/pasteboard/paste-4039777-fix-expected.txt:
3456 * editing/pasteboard/paste-match-style-001-expected.txt:
3457 * editing/pasteboard/paste-match-style-002-expected.txt:
3458 * editing/pasteboard/smart-paste-006-expected.txt:
3459 * editing/pasteboard/smart-paste-007-expected.txt:
3460 * editing/selection/drag-to-contenteditable-iframe-expected.txt:
3461 * editing/style/block-style-005-expected.txt:
3462 * editing/style/typing-style-002-expected.txt:
3463 * editing/unsupported-content/list-delete-001-expected.checksum:
3464 * editing/unsupported-content/list-delete-001-expected.png:
3465 * editing/unsupported-content/list-delete-001-expected.txt:
3466 * editing/unsupported-content/list-delete-002-expected.checksum:
3467 * editing/unsupported-content/list-delete-002-expected.png:
3468 * editing/unsupported-content/list-delete-002-expected.txt:
3469 * editing/unsupported-content/table-delete-001-expected.checksum:
3470 * editing/unsupported-content/table-delete-001-expected.png:
3471 * editing/unsupported-content/table-delete-001-expected.txt:
3472 * editing/unsupported-content/table-delete-003-expected.checksum:
3473 * editing/unsupported-content/table-delete-003-expected.png:
3474 * editing/unsupported-content/table-delete-003-expected.txt:
3475 * fast/text/attributed-substring-from-range.html:
3477 2006-06-06 Anders Carlsson <acarlsson@apple.com>
3481 http://bugzilla.opendarwin.org/show_bug.cgi?id=9325
3482 clientWidth/clientHeight on document element in strict mode should return visible frame size
3484 * fast/dom/client-width-height-expected.txt: Added.
3485 * fast/dom/client-width-height.html: Added.
3487 2006-06-05 Rob Buis <buis@kde.org>
3491 testcases for http://bugzilla.opendarwin.org/show_bug.cgi?id=5564
3492 'font' shorthand parsing should be more tolerant in quirks mode