1 2006-08-01 Darin Adler <darin@apple.com>
3 - updated a test affected by changes to the DumpRenderTree tool
4 to return a current mouse position
6 * fast/inline/dirtyLinesForInline-expected.txt: Updated.
8 2006-07-31 Sam Weinig <sam.weinig@gmail.com>
12 - tests changed by http://bugzilla.opendarwin.org/show_bug.cgi?id=9955
13 Colors scaled from [0, 1] range to [0, 255] incorrectly
15 * fast/css/hsl-color-expected.checksum:
16 * fast/css/hsl-color-expected.png:
17 * fast/css/hsl-color-expected.txt:
18 * fast/forms/input-disabled-color-expected.checksum:
19 * fast/forms/input-disabled-color-expected.png:
20 * fast/forms/input-disabled-color-expected.txt:
22 2006-07-31 Mitz Pettel <opendarwin.org@mitzpettel.com>
24 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=10158
25 REGRESSION: Selection highlight is dark and opaque when solid-color images are used
29 * fast/backgrounds/solid-color-context-restore-expected.checksum: Added.
30 * fast/backgrounds/solid-color-context-restore-expected.png: Added.
31 * fast/backgrounds/solid-color-context-restore-expected.txt: Added.
32 * fast/backgrounds/solid-color-context-restore.html: Added.
34 2006-07-31 Darin Adler <darin@apple.com>
38 - fix http://bugzilla.opendarwin.org/show_bug.cgi?id=10171
39 REGRESSION: failing layout test: fast/events/objc-event-api.html
41 * fast/events/objc-event-api-expected.txt: Updated test results for changes in the
44 2006-07-31 Mark Rowe <opendarwin.org@bdash.net.nz>
48 http://bugzilla.opendarwin.org/show_bug.cgi?id=9738
49 Bug 9738: Unqualified :hover selector ignored in strict parsing mode
51 * fast/selectors/unqualified-hover-quirks-expected.checksum: Added.
52 * fast/selectors/unqualified-hover-quirks-expected.png: Added.
53 * fast/selectors/unqualified-hover-quirks-expected.txt: Added.
54 * fast/selectors/unqualified-hover-quirks.html: Added.
55 * fast/selectors/unqualified-hover-strict-expected.checksum: Added.
56 * fast/selectors/unqualified-hover-strict-expected.png: Added.
57 * fast/selectors/unqualified-hover-strict-expected.txt: Added.
58 * fast/selectors/unqualified-hover-strict.html: Added.
60 2006-07-31 Adele Peterson <adele@apple.com>
62 Reviewed by John and Anders.
64 - Test for <rdar://problem/4380576> onChange does not get called when field changed by return key
66 * fast/forms/onchange-enter-submit-expected.txt: Added.
67 * fast/forms/onchange-enter-submit.html: Added.
69 2006-07-31 Graham Dennis <graham.dennis@gmail.com>
73 <http://bugzilla.opendarwin.org/show_bug.cgi?id=9507>
74 Empty style spans created in applyInlineStyle
75 <rdar://problem/4515463>
76 REGRESSION: Blot and Mail both do a very poor job of pasting the main www.apple.com page
78 * editing/pasteboard/paste-4039777-fix-expected.txt:
79 * editing/pasteboard/testcase-9507-expected.checksum: Added.
80 * editing/pasteboard/testcase-9507-expected.png: Added.
81 * editing/pasteboard/testcase-9507-expected.txt: Added.
82 * editing/pasteboard/testcase-9507.html: Added.
83 * editing/unsupported-content/table-delete-001-expected.txt:
84 * editing/selection/selectNode-expected.png:
85 * editing/selection/selectNode-expected.checksum:
86 * editing/selection/selectNode-expected.txt:
88 2006-07-31 Mark Rowe <opendarwin.org@bdash.net.nz>
92 http://bugzilla.opendarwin.org/show_bug.cgi?id=10167
93 Bug 10167: REGRESSION(r15688): ASSERTION FAILED: _private->mouseDownEvent != nil in layout tests
95 * fast/events/objc-event-api-expected.txt: Update test results.
97 2006-07-31 Darin Adler <darin@apple.com>
99 * editing/pasteboard/paste-table-002-expected.txt: Corrected one result
100 affected by my recent change to getComputedStyle.
102 * editing/pasteboard/paste-table-002.html: Converted to a text test, since
103 it dumps the serialized form of the result.
104 * editing/pasteboard/paste-table-002-expected.checksum: Removed.
105 * editing/pasteboard/paste-table-002-expected.png: Removed.
107 2006-07-30 Darin Adler <darin@apple.com>
109 - test that displays all computed style -- demonstrates bug fixes I just
110 made to the computed style class and also acts as a regression test for
111 the existence of all of them and the basic format for a default object
113 * fast/css/computed-style-expected.txt: Added.
114 * fast/css/computed-style.html: Added.
116 2006-07-29 Rob Buis <buis@kde.org>
120 Updated test case result as a result of:
121 http://bugzilla.opendarwin.org/show_bug.cgi?id=10151
122 ghostmap XHTML + SVG fails due to javascript undefined exception
123 The new test case result now should match the required spec result
124 and acts as a way to test document.URL on non-html documents.
126 * dom/xhtml/level2/html/HTMLDocument04-expected.txt:
128 2006-07-29 Darin Adler <darin@apple.com>
130 - changed this test to a plain-text one and added text explaining what it tests
132 * fast/forms/input-named-action-overrides-action-attribute.html: Added explanation text,
133 got rid of some incorrect HTML syntax, added a call to dumpAsText(), and used a paragraph
134 element instead of a span element for the result.
135 * fast/forms/input-named-action-overrides-action-attribute-expected.txt: Updated.
137 2006-07-29 Andrew Wellington <proton@wiretapped.net>
141 Test for http://bugzilla.opendarwin.org/show_bug.cgi?id=8587 / <rdar://problem/4631844>
142 REGRESSION: {display:list-item} items outside an ol or ul element don't number correctly
144 * fast/lists/ordered-list-with-no-ol-tag-expected.checksum: Added.
145 * fast/lists/ordered-list-with-no-ol-tag-expected.png: Added.
146 * fast/lists/ordered-list-with-no-ol-tag-expected.txt: Added.
147 * fast/lists/ordered-list-with-no-ol-tag.html: Added.
149 2006-07-29 Alexey Proskuryakov <ap@nypop.com>
153 Test for http://bugzilla.opendarwin.org/show_bug.cgi?id=10147
154 REGRESSION: custom attribute values set via javascript are not persistent
156 * fast/dom/Element/setAttribute-case-insensitivity-expected.txt: Added.
157 * fast/dom/Element/setAttribute-case-insensitivity.html: Added.
159 2006-07-29 Darin Adler <darin@apple.com>
161 - rolled out the test for bug 9753, since we rolled out the fix
162 we'll bring back the test when we bring back the fix
164 * svg/custom/width-full-percentage-expected.checksum: Removed.
165 * svg/custom/width-full-percentage-expected.png: Removed.
166 * svg/custom/width-full-percentage-expected.txt: Removed.
167 * svg/custom/width-full-percentage.svg: Removed.
169 2006-07-28 Justin Garcia <justin.garcia@apple.com>
173 <rdar://problem/4515463>
174 REGRESSION: Blot and Mail both do a very poor job of pasting the main www.apple.com page
176 Removed incorrect nesting:
177 * editing/pasteboard/paste-table-001-expected.checksum:
178 * editing/pasteboard/paste-table-001-expected.png:
179 * editing/pasteboard/paste-table-001-expected.txt:
180 * editing/pasteboard/paste-table-003-expected.txt:
182 2006-07-27 Justin Garcia <justin.garcia@apple.com>
186 <rdar://problem/4242293>
187 Poor paste fidelity of http://www.google.com/
189 Removed one of the two extraneous newlines that are introduced on paste:
190 * editing/pasteboard/paste-table-003-expected.checksum:
191 * editing/pasteboard/paste-table-003-expected.png:
192 * editing/pasteboard/paste-table-003-expected.txt:
194 Fewer pastes remove nodes containing the selection b/c of
195 the changes to interchange newlines:
196 * editing/pasteboard/paste-line-endings-007-expected.txt:
197 * editing/pasteboard/paste-line-endings-008-expected.txt:
198 * editing/pasteboard/paste-line-endings-009-expected.txt:
201 * editing/pasteboard/4242293-1-expected.checksum: Added.
202 * editing/pasteboard/4242293-1-expected.png: Added.
203 * editing/pasteboard/4242293-1-expected.txt: Added.
204 * editing/pasteboard/4242293-1.html: Added.
205 * editing/pasteboard/4242293-expected.checksum: Added.
206 * editing/pasteboard/4242293-expected.png: Added.
207 * editing/pasteboard/4242293-expected.txt: Added.
208 * editing/pasteboard/4242293.html: Added.
210 2006-07-28 Alexey Proskuryakov <ap@nypop.com>
212 Rolling out http://bugzilla.opendarwin.org/show_bug.cgi?id=6010 because of failing layout tests.
213 Add better SVGLoad event support.
215 * svg/W3C-SVG-1.1/extend-namespace-01-f-expected.checksum:
216 * svg/W3C-SVG-1.1/extend-namespace-01-f-expected.png:
217 * svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt:
218 * svg/W3C-SVG-1.1/interact-events-01-b-expected.checksum:
219 * svg/W3C-SVG-1.1/interact-events-01-b-expected.png:
220 * svg/W3C-SVG-1.1/struct-dom-01-b-expected.checksum:
221 * svg/W3C-SVG-1.1/struct-dom-01-b-expected.png:
222 * svg/W3C-SVG-1.1/struct-dom-01-b-expected.txt:
223 * svg/W3C-SVG-1.1/struct-dom-02-b-expected.checksum:
224 * svg/W3C-SVG-1.1/struct-dom-02-b-expected.png:
225 * svg/W3C-SVG-1.1/struct-dom-02-b-expected.txt:
226 * svg/W3C-SVG-1.1/struct-dom-03-b-expected.checksum:
227 * svg/W3C-SVG-1.1/struct-dom-03-b-expected.png:
228 * svg/W3C-SVG-1.1/struct-dom-03-b-expected.txt:
229 * svg/W3C-SVG-1.1/struct-dom-04-b-expected.checksum:
230 * svg/W3C-SVG-1.1/struct-dom-04-b-expected.png:
231 * svg/W3C-SVG-1.1/struct-dom-04-b-expected.txt:
232 * svg/W3C-SVG-1.1/struct-dom-05-b-expected.checksum:
233 * svg/W3C-SVG-1.1/struct-dom-05-b-expected.png:
234 * svg/W3C-SVG-1.1/struct-dom-05-b-expected.txt:
235 * svg/W3C-SVG-1.1/struct-dom-06-b-expected.checksum:
236 * svg/W3C-SVG-1.1/struct-dom-06-b-expected.png:
237 * svg/W3C-SVG-1.1/struct-dom-06-b-expected.txt:
239 2006-07-27 Eric Seidel <eric@eseidel.com>
243 Add better SVGLoad event support.
244 http://bugzilla.opendarwin.org/show_bug.cgi?id=6010
245 A bunch of the SVG tests didn't render anything since they never received an SVGLoad, now they properly render.
247 * svg/W3C-SVG-1.1/extend-namespace-01-f-expected.checksum:
248 * svg/W3C-SVG-1.1/extend-namespace-01-f-expected.png:
249 * svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt:
250 * svg/W3C-SVG-1.1/interact-events-01-b-expected.checksum:
251 * svg/W3C-SVG-1.1/interact-events-01-b-expected.png:
252 * svg/W3C-SVG-1.1/struct-dom-01-b-expected.checksum:
253 * svg/W3C-SVG-1.1/struct-dom-01-b-expected.png:
254 * svg/W3C-SVG-1.1/struct-dom-01-b-expected.txt:
255 * svg/W3C-SVG-1.1/struct-dom-02-b-expected.checksum:
256 * svg/W3C-SVG-1.1/struct-dom-02-b-expected.png:
257 * svg/W3C-SVG-1.1/struct-dom-02-b-expected.txt:
258 * svg/W3C-SVG-1.1/struct-dom-03-b-expected.checksum:
259 * svg/W3C-SVG-1.1/struct-dom-03-b-expected.png:
260 * svg/W3C-SVG-1.1/struct-dom-03-b-expected.txt:
261 * svg/W3C-SVG-1.1/struct-dom-04-b-expected.checksum:
262 * svg/W3C-SVG-1.1/struct-dom-04-b-expected.png:
263 * svg/W3C-SVG-1.1/struct-dom-04-b-expected.txt:
264 * svg/W3C-SVG-1.1/struct-dom-05-b-expected.checksum:
265 * svg/W3C-SVG-1.1/struct-dom-05-b-expected.png:
266 * svg/W3C-SVG-1.1/struct-dom-05-b-expected.txt:
267 * svg/W3C-SVG-1.1/struct-dom-06-b-expected.checksum:
268 * svg/W3C-SVG-1.1/struct-dom-06-b-expected.png:
269 * svg/W3C-SVG-1.1/struct-dom-06-b-expected.txt:
271 2006-07-27 Rob Buis <buis@kde.org>
276 <http://bugzilla.opendarwin.org/show_bug.cgi?id=9753>
277 SVG with width and height 100% leaves room for scrollbar on the right.
279 * svg/custom/width-full-percentage-expected.txt: Added.
280 * svg/custom/width-full-percentage-expected.checksum: Added.
281 * svg/custom/width-full-percentage-expected.png: Added.
282 * svg/custom/width-full-percentage.svg: Added.
284 2006-07-27 Justin Garcia <justin.garcia@apple.com>
288 <rdar://problem/4242293>
289 Poor paste fidelity of http://www.google.com/
291 * editing/pasteboard/styled-element-markup-expected.checksum: Added.
292 * editing/pasteboard/styled-element-markup-expected.png: Added.
293 * editing/pasteboard/styled-element-markup-expected.txt: Added.
294 * editing/pasteboard/styled-element-markup.html: Added.
296 2006-07-27 Alexander Kellett <lypanov@kde.org>
300 Test for: http://bugzilla.opendarwin.org/show_bug.cgi?id=9867
301 REGRESSION: code that modifies form element in Firefox modifies form attribute in WebKit
303 * fast/forms/input-named-action-overrides-action-attribute-expected.txt: Added.
304 * fast/forms/input-named-action-overrides-action-attribute.html: Added.
306 2006-07-27 Rob Buis <buis@kde.org>
310 Testcase for and from:
311 http://bugzilla.opendarwin.org/show_bug.cgi?id=8992
312 Some HTML DOM attributes have incorrect types
314 * fast/dom/html-attribute-types-expected.txt: Added.
315 * fast/dom/html-attribute-types.html: Added.
317 2006-07-27 Justin Garcia <justin.garcia@apple.com>
321 <rdar://problem/4628409>
322 Safari crashes in CompositeEditCommand::removeBlockPlaceholder entering text in a web page form
324 * fast/forms/4628409-expected.txt: Added.
325 * fast/forms/4628409.html: Added.
327 2006-07-27 Graham Dennis <graham.dennis@gmail.com>
331 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=10094
332 Japanese characters improperly rendering in TOT
334 * fast/encoding/denormalised-voiced-japanese-chars-expected.checksum: Added.
335 * fast/encoding/denormalised-voiced-japanese-chars-expected.png: Added.
336 * fast/encoding/denormalised-voiced-japanese-chars-expected.txt: Added.
337 * fast/encoding/denormalised-voiced-japanese-chars.html: Added.
339 2006-07-27 Eric Seidel <eric@eseidel.com>
343 Complex entities seem to fail on TOT
344 http://bugzilla.opendarwin.org/show_bug.cgi?id=6390
345 Updated test cases now that this bug is fixed.
347 * fast/parser/entity-ignorable-whitespace-expected.txt:
348 * svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.checksum:
349 * svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.png:
350 * svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.txt:
351 * svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.checksum:
352 * svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.png:
353 * svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.txt:
354 * svg/W3C-SVG-1.1/render-elems-03-t-expected.checksum:
355 * svg/W3C-SVG-1.1/render-elems-03-t-expected.png:
356 * svg/W3C-SVG-1.1/render-elems-03-t-expected.txt:
358 2006-07-27 Rob Buis <buis@kde.org
362 Add some tests for http://bugzilla.opendarwin.org/show_bug.cgi?id=9938
363 Specifically the testcases are:
365 http://hixie.ch/tests/adhoc/svg/error/010.xml
366 http://hixie.ch/tests/adhoc/svg/error/011.xml
368 * svg/custom/invalid-viewbox1-expected.checksum: Added.
369 * svg/custom/invalid-viewbox1-expected.png: Added.
370 * svg/custom/invalid-viewbox1-expected.txt: Added.
371 * svg/custom/invalid-viewbox1.svg: Added.
372 * svg/custom/invalid-viewbox2-expected.checksum: Added.
373 * svg/custom/invalid-viewbox2-expected.png: Added.
374 * svg/custom/invalid-viewbox2-expected.txt: Added.
375 * svg/custom/invalid-viewbox2.svg: Added.
377 2006-07-27 Eric Seidel <eric@eseidel.com>
381 Add testcases for getSVGDocument() function.
382 Also test HTMLObjectElement.vspace and hspace as numbers (while I'm at it).
384 * fast/dom/HTMLObjectElement/vspace-hspace-as-number-expected.checksum: Added.
385 * fast/dom/HTMLObjectElement/vspace-hspace-as-number-expected.png: Added.
386 * fast/dom/HTMLObjectElement/vspace-hspace-as-number-expected.txt: Added.
387 * fast/dom/HTMLObjectElement/vspace-hspace-as-number.html: Added.
388 * svg/custom/getsvgdocument-expected.checksum: Added.
389 * svg/custom/getsvgdocument-expected.png: Added.
390 * svg/custom/getsvgdocument-expected.txt: Added.
391 * svg/custom/getsvgdocument.html: Added.
392 * svg/custom/resources/getsvgdocument.svg: Added.
394 2006-07-26 Alexey Proskuryakov <ap@nypop.com>
398 http://bugzilla.opendarwin.org/show_bug.cgi?id=9901
399 XSLTProcessor cannot parse text nodes for INPUT ELEMENTS in an XSLT stylesheet
401 * fast/js/resources/xhtml-serialize.js: Added.
402 * fast/js/xhtml-serialize-expected.txt: Added.
403 * fast/js/xhtml-serialize.html: Added.
405 2006-07-26 Justin Garcia <justin.garcia@apple.com>
409 <rdar://problem/4652788>
410 REGRESSION: Can't change size or style of any text in message body
412 * editing/style/designmode-expected.checksum: Added.
413 * editing/style/designmode-expected.png: Added.
414 * editing/style/designmode-expected.txt: Added.
415 * editing/style/designmode.html: Added.
417 2006-07-25 Justin Garcia <justin.garcia@apple.com>
421 <rdar://problem/4649560>
422 REGRESSION: Can't Select All when the body is contentEditable="true"
424 * editing/selection/select-all-005-expected.checksum: Added.
425 * editing/selection/select-all-005-expected.png: Added.
426 * editing/selection/select-all-005-expected.txt: Added.
427 * editing/selection/select-all-005.html: Added.
428 * editing/selection/select-all-006-expected.checksum: Added.
429 * editing/selection/select-all-006-expected.png: Added.
430 * editing/selection/select-all-006-expected.txt: Added.
431 * editing/selection/select-all-006.html: Added.
433 2006-07-24 Dan Waylonis <waylonis@google.com>
435 Reviewed and tweaked a bit by Darin.
437 - added some new tests that use "echo" including one for JavaScript null
439 * plugins/bindings-test-expected.txt: Added results.
440 * plugins/bindings-test.html: Added tests.
442 2006-07-24 Darin Adler <darin@apple.com>
444 Reviewed by Adele and Justin.
446 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9630
447 REGRESSION: some spaces typed in <textarea> are posted as non-breaking spaces
449 * fast/forms/textarea-type-spaces-expected.txt: Added.
450 * fast/forms/textarea-type-spaces.html: Added.
452 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9939
453 REGRESSION: Pasting text into native text area with newline at end does not preserve newline
455 * fast/forms/textarea-paste-newline-expected.txt: Added.
456 * fast/forms/textarea-paste-newline.html: Added.
458 - updated tests affected by above changes, results are equivalent or better
460 * editing/pasteboard/4641033-expected.checksum:
461 * editing/pasteboard/4641033-expected.png:
462 * editing/pasteboard/4641033-expected.txt:
463 * editing/pasteboard/paste-table-003-expected.checksum:
464 * editing/pasteboard/paste-table-003-expected.png:
465 * editing/pasteboard/paste-table-003-expected.txt:
466 * editing/pasteboard/paste-text-016-expected.txt:
467 * editing/pasteboard/quirks-mode-br-1-expected.txt:
468 * editing/pasteboard/quirks-mode-br-2-expected.txt:
469 * fast/forms/textarea-scrolled-type-expected.checksum:
470 * fast/forms/textarea-scrolled-type-expected.png:
471 * fast/forms/textarea-scrolled-type-expected.txt:
473 - changed a test to be a "dump as text" test
475 * fast/forms/paste-into-textarea-expected.txt:
476 * fast/forms/paste-into-textarea.html:
477 * fast/forms/paste-into-textarea-expected.checksum: Removed.
478 * fast/forms/paste-into-textarea-expected.png: Removed.
480 - changed a test to be a "dump as text" test, improved test a bit and also checked in new results
482 * fast/forms/textarea-scrolled-endline-caret-expected.txt:
483 * fast/forms/textarea-scrolled-endline-caret.html:
485 - fixed a test that was raising an exception every time it ran
487 * fast/forms/attributed-strings-expected.txt:
488 * fast/forms/attributed-strings.html:
490 - corrected checksums on a bunch of tests (pngs were right, but checksums wrong, apparently)
492 * editing/deleting/delete-to-select-table-expected.checksum:
493 * editing/selection/3690719-expected.checksum:
494 * editing/selection/clear-selection-expected.checksum:
495 * editing/undo/undo-misspellings-expected.checksum:
497 - added some missing pixel test results
499 * editing/pasteboard/nested-blocks-with-text-area-expected.checksum: Added.
500 * editing/pasteboard/nested-blocks-with-text-area-expected.png: Added.
501 * editing/pasteboard/nested-blocks-with-text-field-expected.checksum: Added.
502 * editing/pasteboard/nested-blocks-with-text-field-expected.png: Added.
504 2006-07-24 Adele Peterson <adele@apple.com>
508 - Test for <rdar://problem/4632132> Changing style of content with mixed editability fails
510 * editing/style/apple-style-editable-mix-expected.checksum: Added.
511 * editing/style/apple-style-editable-mix-expected.png: Added.
512 * editing/style/apple-style-editable-mix-expected.txt: Added.
513 * editing/style/apple-style-editable-mix.html: Added.
515 2006-07-24 Dave MacLachlan <dmaclach@mac.com>
517 Reviewed by Darin and Alexey.
519 Test for: <http://bugzilla.opendarwin.org/show_bug.cgi?id=8425>
520 and <http://bugzilla.opendarwin.org/show_bug.cgi?id=6947>
522 * svg/custom/non-opaque-filters-expected.checksum: Added.
523 * svg/custom/non-opaque-filters-expected.png: Added.
524 * svg/custom/non-opaque-filters-expected.txt: Added.
525 * svg/custom/non-opaque-filters.svg: Added.
527 2006-07-24 Mitz Pettel <opendarwin.org@mitzpettel.com>
531 - repaint test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9669
532 Incomplete repaint when changing an inline's border
534 * fast/repaint/line-overflow-expected.checksum: Added.
535 * fast/repaint/line-overflow-expected.png: Added.
536 * fast/repaint/line-overflow-expected.txt: Added.
537 * fast/repaint/line-overflow.html: Added.
539 2006-07-24 Mitz Pettel <opendarwin.org@mitzpettel.com>
543 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=10075
544 REGRESSION: Reversed pop-up text in visually-ordered Hebrew pages
546 * fast/forms/select-visual-hebrew-expected.checksum: Added.
547 * fast/forms/select-visual-hebrew-expected.png: Added.
548 * fast/forms/select-visual-hebrew-expected.txt: Added.
549 * fast/forms/select-visual-hebrew.html: Added.
551 2006-07-23 David Harrison <harrison@apple.com>
555 <rdar://problem/4646759> Mail crash editing To Do - WebCore::InsertTextCommand::prepareForTextInsertion
557 * editing/deleting/delete-mixed-editable-content-001-expected.checksum: Added.
558 * editing/deleting/delete-mixed-editable-content-001-expected.png: Added.
559 * editing/deleting/delete-mixed-editable-content-001-expected.txt: Added.
560 * editing/deleting/delete-mixed-editable-content-001.html: Added.
562 2006-07-23 Adele Peterson <adele@apple.com>
566 Test for: <rdar://problem/4644614> REGRESSION: Typing, pasting or dragging in new text areas causes unnecessary scrolling
568 * fast/forms/textarea-scrolled-type-expected.checksum: Added.
569 * fast/forms/textarea-scrolled-type-expected.png: Added.
570 * fast/forms/textarea-scrolled-type-expected.txt: Added.
571 * fast/forms/textarea-scrolled-type.html: Added.
573 2006-07-22 Alexey Proskuryakov <ap@nypop.com>
577 Fix http://bugzilla.opendarwin.org/show_bug.cgi?id=10038
578 REGRESSION: Length of navigator.mimeTypes collection returns number of installed plugins, not number
579 of registered mime types
581 * fast/js/navigator-mimeTypes-length-expected.txt: Added.
582 * fast/js/navigator-mimeTypes-length.html: Added.
583 * fast/js/resources/navigator-mimeTypes-length.js: Added.
585 2006-07-21 Adele Peterson <adele@apple.com>
589 Test for: <rdar://problem/4643238> REGRESSION: Can't set insertion point at the end of a line of text
591 * fast/forms/textarea-scrolled-endline-caret-expected.txt: Added.
592 * fast/forms/textarea-scrolled-endline-caret.html: Added.
594 2006-07-21 Geoffrey Garen <ggaren@apple.com>
598 Test for whether focusing and/or blurring a frame before its content has loaded causes
599 a crash. <rdar://problem/4632505> REGRESSION: Crash at
600 WebCore::Widget::getView() const + 6
602 * http/tests/incremental/frame-focus-before-load-expected.txt: Added.
603 * http/tests/incremental/frame-focus-before-load.html: Added.
605 2006-07-21 Maciej Stachowiak <mjs@apple.com>
609 <rdar://problem/4523976> REGRESSION (NativeTextField): Crash occurs when choosing "Undo Typing" after typing and setting the value
611 * fast/forms/text-field-setvalue-crash-expected.txt: Added.
612 * fast/forms/text-field-setvalue-crash.html: Added.
614 2006-07-21 Justin Garcia <justin.garcia@apple.com>
618 <rdar://problem/4548238>
619 REGRESSION: Can't remove the first OL/UL list item in a Mail's compose window
621 * editing/deleting/delete-first-list-item-expected.checksum: Added.
622 * editing/deleting/delete-first-list-item-expected.png: Added.
623 * editing/deleting/delete-first-list-item-expected.txt: Added.
624 * editing/deleting/delete-first-list-item.html: Added.
626 2006-07-21 Mitz Pettel <opendarwin.org@mitzpettel.com>
630 * editing/selection/select-all-iframe-expected.txt:
631 * editing/selection/select-from-textfield-outwards-expected.checksum: Added.
632 * editing/selection/select-from-textfield-outwards-expected.png: Added.
633 * editing/selection/select-from-textfield-outwards-expected.txt: Added.
634 * editing/selection/select-from-textfield-outwards.html: Added.
635 * fast/events/drag-outside-window-expected.txt:
637 2006-07-21 Geoffrey Garen <ggaren@apple.com>
639 Test for undetectable style.filter property.
641 * fast/dom/undetectable-style-filter-expected.txt: Added.
642 * fast/dom/undetectable-style-filter.html: Added.
644 2006-07-21 Justin Garcia <justin.garcia@apple.com>
648 <rdar://problem/4641033>
649 REGRESSION: Pasting from web pages into Mail (or Blot) often loses most of the content
651 * editing/pasteboard/4641033-expected.checksum: Added.
652 * editing/pasteboard/4641033-expected.png: Added.
653 * editing/pasteboard/4641033-expected.txt: Added.
654 * editing/pasteboard/4641033.html: Added.
656 2006-07-20 Anders Carlsson <acarlsson@apple.com>
660 <rdar://problem/4637807> REGRESSION: "Features & Options" page at volvocars.us fails
662 * fast/xsl/xslt-processer-expected.txt:
665 * fast/xsl/xslt-string-parameters-expected.txt: Added.
666 * fast/xsl/xslt-string-parameters.html: Added.
668 2006-07-20 Maciej Stachowiak <mjs@apple.com>
670 Reviewed by Beth and John.
672 - fix recently broken layout tests that need updated results or test changes:
674 For these three, the selection ranges changed (for the better) due to my input
677 * editing/selection/3690703-2-expected.txt:
678 * editing/selection/3690703-expected.txt:
679 * fast/text/textIteratorNilRenderer-expected.txt:
681 For this one, DumpRenderTree no longer shows resize corners by default, so turned
684 * fast/css/resize-corner-tracking.html:
686 2006-07-19 Maciej Stachowiak <mjs@apple.com>
690 - fixed layout test results that were affected by editing input
691 paste patch -- new results are actually more correct, handling
692 text fields properly as a replaced element.
694 * editing/selection/3690703-2-expected.txt:
695 * editing/selection/3690703-expected.txt:
696 * fast/events/div-focus-expected.txt:
697 * fast/text/textIteratorNilRenderer-expected.txt:
699 2006-07-19 Justin Garcia <justin.garcia@apple.com>
703 <rdar://problem/4631972>
704 REGRESSION: Mail crashes when pasting entire contents of http://www.apple.com/support/ into a new mail message
706 * editing/pasteboard/4631972-expected.checksum: Added.
707 * editing/pasteboard/4631972-expected.png: Added.
708 * editing/pasteboard/4631972-expected.txt: Added.
709 * editing/pasteboard/4631972.html: Added.
710 * editing/selection/drag-to-contenteditable-iframe-expected.txt:
711 * editing/selection/replaced-boundaries-3-expected.checksum:
712 * editing/selection/replaced-boundaries-3-expected.txt:
713 * editing/selection/select-box-expected.txt:
715 2006-07-19 Anders Carlsson <acarlsson@apple.com>
719 <rdar://problem/4631272> REGRESSION: Crash tabbing out of hostname field at autorestore.apple.com
721 * fast/forms/display-none-in-onchange-keyboard-expected.txt: Added.
722 * fast/forms/display-none-in-onchange-keyboard.html: Added.
724 2006-07-19 Justin Garcia <justin.garcia@apple.com>
728 <rdar://problem/4613519>
729 REGRESSION: Pasting text in native text area inserts text one character before it should (9527)
731 * fast/forms/paste-into-textarea-expected.checksum: Added.
732 * fast/forms/paste-into-textarea-expected.png: Added.
733 * fast/forms/paste-into-textarea-expected.txt: Added.
734 * fast/forms/paste-into-textarea.html: Added.
736 2006-07-19 Anders Carlsson <acarlsson@apple.com>
738 * fast/js/pretty-print-expected.txt:
741 * fast/js/resources/pretty-print.js:
742 Fix description string.
744 2006-07-19 Anders Carlsson <acarlsson@apple.com>
748 <rdar://problem/4620655> REGRESSION(10.4.7-10.5): preview button for a blogger.com post doesn't work
750 * fast/js/pretty-print-expected.txt: Added.
751 * fast/js/pretty-print.html: Added.
752 * fast/js/resources/pretty-print.js: Added.
754 2006-07-19 David Harrison <harrison@apple.com>
756 <rdar://problem/4629307> -[DOMRange markupString] does not include the initial table element if it is at the beginning of the range
757 <rdar://problem/4062218> pasting in contents of web.apple.com strips off the <table> element from the first table
759 (this really only tests the symptoms of <rdar://problem/4062218>, because -[DOMRange markupString] is not testable)
761 * editing/pasteboard/paste-table-003-expected.checksum: Added.
762 * editing/pasteboard/paste-table-003-expected.png: Added.
763 * editing/pasteboard/paste-table-003-expected.txt: Added.
764 * editing/pasteboard/paste-table-003.html: Added.
766 2006-07-18 Maciej Stachowiak <mjs@apple.com>
768 Reviewed by Adele Peterson.
772 <rdar://problem/4620646> REGRESSION(10.4.7-10.5): can't type into editing region when creating or editing a blogger.com post
774 * fast/js/null-char-in-string-expected.txt: Added.
775 * fast/js/null-char-in-string.html: Added.
776 * fast/js/resources/null-char-in-string.js: Added.
778 2006-07-18 Anders Carlsson <acarlsson@apple.com>
782 http://bugzilla.opendarwin.org/show_bug.cgi?id=9959
783 REGRESSION: iframes stop rendering after 200th one on successive reloads
785 * fast/frames/frame-limit-expected.txt: Added.
786 * fast/frames/frame-limit.html: Added.
788 2006-07-18 Darin Adler <darin@apple.com>
792 - convert a couple of tests to "dump as text" tests
794 * fast/dom/css-selectorText-expected.checksum: Removed.
795 * fast/dom/css-selectorText-expected.png: Removed.
796 * fast/dom/css-selectorText-expected.txt: Replaced render tree results with text results.
797 * fast/dom/css-selectorText.html: Added a call to layoutTestController.dumpAsText.
799 * fast/dom/css-shortHands-expected.checksum: Removed.
800 * fast/dom/css-shortHands-expected.png: Removed.
801 * fast/dom/css-shortHands-expected.txt: Replaced render tree results with text results.
802 * fast/dom/css-shortHands.html: Added a call to layoutTestController.dumpAsText.
804 2006-07-18 Mitz Pettel <opendarwin.org@mitzpettel.com>
808 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9978
809 REGRESSION (r12949-r12988): Clicking the first letter on a line places the caret at the end of the previous line
811 * editing/selection/click-start-of-line-expected.checksum: Added.
812 * editing/selection/click-start-of-line-expected.png: Added.
813 * editing/selection/click-start-of-line-expected.txt: Added.
814 * editing/selection/click-start-of-line.html: Added.
816 2006-07-18 Anders Carlsson <acarlsson@apple.com>
820 http://bugzilla.opendarwin.org/show_bug.cgi?id=9695
821 <rdar://problem/4614085>
822 TOT REGRESSION: NativeTextArea: Text area does not respond to Cmd-UpArrow/Cmd-DownArrow (9695)
824 * editing/selection/move-begin-end-expected.txt: Added.
825 * editing/selection/move-begin-end.html: Added.
827 2006-07-17 Maciej Stachowiak <mjs@apple.com>
829 Test cases not reviewed but the corresponding fix was.
831 - test cases for <rdar://problem/4618089> Blot crashes when I paste in all the contents of http://www.apple.com/startpage/
833 * editing/pasteboard/nested-blocks-with-text-area-expected.txt: Added.
834 * editing/pasteboard/nested-blocks-with-text-area.html: Added.
835 * editing/pasteboard/nested-blocks-with-text-field-expected.txt: Added.
836 * editing/pasteboard/nested-blocks-with-text-field.html: Added.
838 2006-07-17 Anders Carlsson <acarlsson@apple.com>
842 Add Apache 2 config file.
844 * http/conf/apache2-httpd.conf: Added.
846 2006-07-17 Justin Garcia <justin.garcia@apple.com>
850 <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
852 * editing/selection/replace-selection-1-expected.checksum: Added.
853 * editing/selection/replace-selection-1-expected.png: Added.
854 * editing/selection/replace-selection-1-expected.txt: Added.
855 * editing/selection/replace-selection-1.html: Added.
857 2006-07-14 Justin Garcia <justin.garcia@apple.com>
861 * editing/selection/drag-to-contenteditable-iframe-expected.txt:
862 * editing/selection/subframe-with-selection-expected.txt:
864 2006-07-17 Maciej Stachowiak <mjs@apple.com>
868 <rdar://problem/4604946> REGRESSION: 'checkboxRef.checked = true' fires onchange event in Leopard
870 * fast/events/programmatic-check-no-change-event-expected.txt: Added.
871 * fast/events/programmatic-check-no-change-event.html: Added.
873 2006-07-16 David Kilzer <ddkilzer@kilzer.net>
877 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9954
878 REGRESSION: document.dir should return empty string in <head>
880 * fast/dom/document-dir-property-expected.txt: Added.
881 * fast/dom/document-dir-property.html: Added.
883 2006-07-16 David Kilzer <ddkilzer@kilzer.net>
887 * fast/dynamic/move-node-with-selection-expected.checksum:
888 Removed "No newline at end of file" that snuck in as part of the "apply patch" process.
890 2006-07-16 Darin Adler <darin@apple.com>
892 - fixed a couple of files I checked in wrong
894 * fast/html/body-offset-properties-expected.txt: Removed property cruft.
895 * fast/html/body-offset-properties.html: Ditto.
897 2006-07-16 Maciej Stachowiak <mjs@apple.com>
899 - fixed typo in expected results
901 * fast/js/for-in-avoid-duplicates-expected.txt:
903 2006-07-16 Darin Adler <darin@apple.com>
905 Reviewed by John Sullivan (new test, not the changes to existing ones).
907 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9943
908 <rdar://problem/4590613>
909 REGRESSION (Tiger-TOT): menus are offset to the right at http://movies.aol.com/movie-photo-bts/superman-returns
911 * fast/html/body-offset-properties-expected.txt: Added.
912 * fast/html/body-offset-properties.html: Added.
914 * editing/execCommand/findString-2.html: Update to not depend on the buggy body.offseLeft/Top.
915 Instead hardcode the default body margin of 8.
916 * editing/pasteboard/drop-text-without-selection.html: Ditto.
917 * editing/selection/click-before-and-after-table.html: Ditto.
918 * editing/selection/mixed-editability-1.html: Ditto.
919 * fast/table/click-near-anonymous-table.html: Ditto.
921 * editing/selection/drag-to-contenteditable-iframe.html: Remove unnecessary use of body.offsetLeft/Top
924 2006-07-16 Maciej Stachowiak <mjs@apple.com>
928 - new test case and updated results for property list changes
930 * fast/js/for-in-avoid-duplicates-expected.txt: Added.
931 * fast/js/for-in-avoid-duplicates.html: Added.
932 * fast/js/kde/Array-expected.txt:
933 * fast/js/resources/for-in-avoid-duplicates.js: Added.
935 2006-07-15 Darin Adler <darin@apple.com>
937 Reviewed by John Sullivan.
939 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=8952
940 <rdar://problem/4575185>
941 REGRESSION: crash on drag of highlighted Google custom home page modules
943 * fast/dynamic/move-node-with-selection-expected.checksum: Added.
944 * fast/dynamic/move-node-with-selection-expected.png: Added.
945 * fast/dynamic/move-node-with-selection-expected.txt: Added.
946 * fast/dynamic/move-node-with-selection.html: Added.
948 2006-07-15 Darin Adler <darin@apple.com>
950 Reviewed by John Sullivan.
952 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=8587
953 <rdar://problem/4631844>
954 REGRESSION: {display:list-item} on items outside an ol or ul element no longer causes incremental numbering
956 * fast/lists/numeric-markers-outside-list-expected.checksum: Added.
957 * fast/lists/numeric-markers-outside-list-expected.png: Added.
958 * fast/lists/numeric-markers-outside-list-expected.txt: Added.
959 * fast/lists/numeric-markers-outside-list.html: Added.
961 2006-07-15 Geoffrey Garen <ggaren@apple.com>
965 Layout test for crash when setting the dir property on a document with no body.
967 * fast/dom/dir-no-body-expected.txt: Added.
968 * fast/dom/dir-no-body.html: Added.
970 2006-07-15 Darin Adler <darin@apple.com>
974 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=8395
975 <rdar://problem/4613467>
976 REGRESSION: RegEx seems broken for hex escaped non breaking space
978 * fast/js/regexp-extended-characters-more-expected.txt: Added.
979 * fast/js/regexp-extended-characters-more.html: Added.
980 * fast/js/resources/regexp-extended-characters-more.js: Added.
982 2006-07-15 Darin Adler <darin@apple.com>
986 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=8871
987 <rdar://problem/4575417>
988 REGRESSION: Pressing Enter/Return in a text input removes the selected text
989 and http://bugzilla.opendarwin.org/show_bug.cgi?id=9743
990 <rdar://problem/4614228>
991 REGRESSION: crash dispatching JavaScript-created keyboard event to input element
993 * fast/forms/input-text-enter-expected.txt: Added.
994 * fast/forms/input-text-enter.html: Added.
996 2006-07-15 Darin Adler <darin@apple.com>
998 Reviewed by John Sullivan.
1000 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9883
1001 <rdar://problem/4631821>
1002 REGRESSION: NativePopups don't work correctly in some forum software
1004 * fast/forms/select-selected-expected.checksum: Added.
1005 * fast/forms/select-selected-expected.png: Added.
1006 * fast/forms/select-selected-expected.txt: Added.
1007 * fast/forms/select-selected.html: Added.
1009 2006-07-15 Anders Carlsson <acarlsson@apple.com>
1013 http://bugzilla.opendarwin.org/show_bug.cgi?id=9866
1014 <rdar://problem/4631561>
1015 REGRESSION: Repro crash from mangleme using iframe, only from server.
1017 * http/tests/misc/iframe-invalid-source-crash-expected.txt: Added.
1018 * http/tests/misc/iframe-invalid-source-crash.html: Added.
1020 2006-07-14 Alexey Proskuryakov <ap@nypop.com>
1024 Fix http://bugzilla.opendarwin.org/show_bug.cgi?id=4195
1025 REGRESSION: KOI8-U encoding no longer supported.
1027 * fast/encoding/charset-koi8-u-expected.txt: Added.
1028 * fast/encoding/charset-koi8-u.html: Added.
1029 * fast/encoding/charset-x-nextstep-expected.txt: Added.
1030 * fast/encoding/charset-x-nextstep.html: Added.
1031 * http/tests/misc/BOM-override-expected.txt: Added.
1032 * http/tests/misc/BOM-override-script-expected.txt: Added.
1033 * http/tests/misc/BOM-override-script.html: Added.
1034 * http/tests/misc/BOM-override.pl: Added.
1035 * http/tests/misc/resources/BOM-override-2.pl: Added.
1036 * http/tests/misc/resources/BOM-override-3.pl: Added.
1038 2006-07-14 Timothy Hatcher <timothy@apple.com>
1040 Rolling out this fix from r15358 since it isn't resolved.
1042 2006-07-11 Justin Garcia <justin.garcia@apple.com>
1044 Reviewed by levi & thatcher
1046 <http://bugzilla.opendarwin.org/show_bug.cgi?id=9642>
1047 GMail Editor: Operations that use drop down menus blow away the selection
1049 * editing/selection/drag-to-contenteditable-iframe-expected.txt:
1050 * editing/selection/subframe-with-selection-expected.checksum: Added.
1051 * editing/selection/subframe-with-selection-expected.png: Added.
1052 * editing/selection/subframe-with-selection-expected.txt: Added.
1053 * editing/selection/subframe-with-selection.html: Added.
1055 2006-07-14 Mitz Pettel <opendarwin.org@mitzpettel.com>
1059 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9905
1060 REGRESSION (r15404-r15415): Repro crash when pressing delete in an empty editable div
1062 * editing/deleting/delete-at-start-or-end-expected.checksum: Added.
1063 * editing/deleting/delete-at-start-or-end-expected.png: Added.
1064 * editing/deleting/delete-at-start-or-end-expected.txt: Added.
1065 * editing/deleting/delete-at-start-or-end.html: Added.
1067 2006-07-14 Mitz Pettel <opendarwin.org@mitzpettel.com>
1071 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9879
1072 REGRESSION: Repro crash when clicking to the side of an anonymous table
1073 - see also <rdar://problem/4628129> REGRESSION: Repro crash when clicking
1074 to the side of an anonymous table
1076 NOTE: Only the layout test part of this patch was landed since an alternate
1077 fix was committed in r15401: <rdar://problem/4509393> selected DOM range
1078 starts with <object>, 0 offset but selection should include the <object>
1080 * fast/table/click-near-anonymous-table-expected.checksum: Added.
1081 * fast/table/click-near-anonymous-table-expected.png: Added.
1082 * fast/table/click-near-anonymous-table-expected.txt: Added.
1083 * fast/table/click-near-anonymous-table.html: Added.
1085 2006-07-12 Maciej Stachowiak <mjs@apple.com>
1089 Test cases for <rdar://problem/4567031> REGRESSION: Crash at WebCore::RenderBlock::createLineBoxes (seems to be a security hole?)
1091 I included the test case from the bug plus variants for other broken cases that
1092 were similar but needed separate fixes.
1094 * fast/table/cell-in-row-before-misnested-text-crash-expected.txt: Added.
1095 * fast/table/cell-in-row-before-misnested-text-crash.xhtml: Added.
1096 * fast/table/form-in-row-before-misnested-text-crash-expected.txt: Added.
1097 * fast/table/form-in-row-before-misnested-text-crash.xhtml: Added.
1098 * fast/table/form-in-table-before-misnested-text-crash-expected.txt: Added.
1099 * fast/table/form-in-table-before-misnested-text-crash.xhtml: Added.
1100 * fast/table/form-in-tbody-before-misnested-text-crash-expected.txt: Added.
1101 * fast/table/form-in-tbody-before-misnested-text-crash.xhtml: Added.
1102 * fast/table/row-in-tbody-before-misnested-text-crash-expected.txt: Added.
1103 * fast/table/row-in-tbody-before-misnested-text-crash.xhtml: Added.
1104 * fast/table/section-in-table-before-misnested-text-crash-expected.txt: Added.
1105 * fast/table/section-in-table-before-misnested-text-crash.xhtml: Added.
1107 2006-07-13 Mitz Pettel <opendarwin.org@mitzpettel.com>
1111 - test and updated results for http://bugzilla.opendarwin.org/show_bug.cgi?id=9670
1112 REGRESSION: RTL white-space:pre-wrap text is offset to the right
1114 * editing/deleting/delete-to-select-table-expected.txt:
1115 * editing/execCommand/boldSelection-expected.txt:
1116 * editing/execCommand/italicizeByCharacter-expected.txt:
1117 * editing/execCommand/modifyForeColorByCharacter-expected.txt:
1118 * editing/execCommand/print-expected.txt:
1119 * editing/execCommand/selectAll-expected.txt:
1120 * editing/execCommand/strikethroughSelection-expected.txt:
1121 * editing/inserting/insert-div-027-expected.txt:
1122 * editing/selection/after-line-wrap-expected.txt:
1123 * editing/selection/mixed-editability-1-expected.txt:
1124 * editing/selection/select-all-001-expected.txt:
1125 * editing/selection/select-all-002-expected.txt:
1126 * editing/selection/select-all-003-expected.txt:
1127 * fast/clip/outline-overflowClip-expected.txt:
1128 * fast/text/international/rtl-white-space-pre-wrap-expected.checksum: Added.
1129 * fast/text/international/rtl-white-space-pre-wrap-expected.png: Added.
1130 * fast/text/international/rtl-white-space-pre-wrap-expected.txt: Added.
1131 * fast/text/international/rtl-white-space-pre-wrap.html: Added.
1132 * fast/text/whitespace/pre-wrap-overflow-selection-expected.txt:
1133 * fast/text/whitespace/pre-wrap-spaces-after-newline-expected.txt:
1135 2006-07-13 Mark Rowe <opendarwin.org@bdash.net.nz>
1137 Reviewed by Geoffrey.
1139 http://bugzilla.opendarwin.org/show_bug.cgi?id=9742
1140 Bug 9742: REGRESSION: WebKit hangs when loading <http://www.vtbook.com>
1142 This includes tests for indexing an array with immediate types, and for
1143 setting selectField.options.length to immediate types.
1145 * fast/dom/select-selectedIndex-expected.txt:
1146 * fast/dom/select-selectedIndex-multiple-expected.txt:
1147 * fast/dom/select-selectedIndex-multiple.html: Update to test setting length to true and false.
1148 * fast/dom/select-selectedIndex.html: Ditto.
1149 * fast/js/array-index-immediate-types-expected.txt: Added.
1150 * fast/js/array-index-immediate-types.html: Added.
1151 * fast/js/resources/array-index-immediate-types.js: Added.
1153 2006-07-13 David Harrison <harrison@apple.com>
1155 Reviewed by Justin and Levi.
1157 <rdar://problem/4620743> REGRESSION: Option-Delete doesn't delete words during typing
1159 * editing/deleting/delete-by-word-001-expected.checksum: Added.
1160 * editing/deleting/delete-by-word-001-expected.png: Added.
1161 * editing/deleting/delete-by-word-001-expected.txt: Added.
1162 * editing/deleting/delete-by-word-001.html: Added.
1163 * editing/deleting/delete-by-word-002-expected.checksum: Added.
1164 * editing/deleting/delete-by-word-002-expected.png: Added.
1165 * editing/deleting/delete-by-word-002-expected.txt: Added.
1166 * editing/deleting/delete-by-word-002.html: Added.
1168 2006-07-13 Levi Weintraub <lweintraub@apple.com>
1172 <rdar://problem/4622763> Deleting from beginning of paragraph following a table deletes rather than selects the table
1174 * editing/deleting/delete-block-table-expected.checksum: Added.
1175 * editing/deleting/delete-block-table-expected.png: Added.
1176 * editing/deleting/delete-block-table-expected.txt: Added.
1177 * editing/deleting/delete-block-table.html: Added.
1178 * editing/deleting/delete-hr-expected.checksum: Added.
1179 * editing/deleting/delete-hr-expected.png: Added.
1180 * editing/deleting/delete-hr-expected.txt: Added.
1181 * editing/deleting/delete-hr.html: Added.
1182 * editing/deleting/delete-to-select-table-expected.png:
1183 * editing/execCommand/insertHorizontalRule-expected.txt:
1184 * fast/lists/markers-in-selection-expected.txt:
1186 2006-07-12 Mitz Pettel <opendarwin.org@mitzpettel.com>
1190 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9862
1191 REGRESSION: GMail: Crash in RenderView::repaintViewRectangle when spoofing as FF
1192 - see also <rdar://problem/4622407>
1194 * fast/frames/repaint-display-none-crash-expected.txt: Added.
1195 * fast/frames/repaint-display-none-crash.html: Added.
1197 2006-07-12 Justin Garcia <justin.garcia@apple.com>
1201 <rdar://problem/4509393>
1202 selected DOM range starts with <object>, 0 offset but selection should include the <object>
1204 * editing/selection/legal-positions-expected.txt: Added.
1205 * editing/selection/legal-positions.html: Added.
1207 * editing/deleting/delete-3608430-fix-expected.txt:
1208 * editing/deleting/delete-image-001-expected.txt:
1209 * editing/deleting/delete-image-002-expected.txt:
1210 * editing/deleting/delete-image-003-expected.txt:
1211 * editing/deleting/delete-image-004-expected.txt:
1212 * editing/selection/drag-to-contenteditable-iframe-expected.txt:
1213 * editing/selection/replaced-boundaries-3-expected.txt:
1214 * editing/selection/select-box-expected.txt:
1216 2006-07-12 John Sullivan <sullivan@apple.com>
1218 Reviewed by Brady Eidson (and written by Justin Garcia)
1220 - layout test corresponding to <rdar://problem/4611164>
1222 * editing/undo/undo-misspellings-expected.checksum: Added.
1223 * editing/undo/undo-misspellings-expected.png: Added.
1224 * editing/undo/undo-misspellings-expected.txt: Added.
1225 * editing/undo/undo-misspellings.html: Added.
1227 2006-07-13 Anders Carlsson <acarlsson@apple.com>
1231 http://bugzilla.opendarwin.org/show_bug.cgi?id=9663
1232 REGRESSION (r14948-r14956): Selection in text field remains highlighted when the text field loses focus
1234 * editing/selection/clear-selection-expected.checksum: Added.
1235 * editing/selection/clear-selection-expected.png: Added.
1236 * editing/selection/clear-selection-expected.txt: Added.
1237 * editing/selection/clear-selection.html: Added.
1239 2006-07-12 David Kilzer <ddkilzer@kilzer.net>
1241 Reviewed by NOBODY (layout test fix).
1243 Remove property information left in files from svn-apply.
1245 * fast/table/large-rowspan-crash-expected.txt:
1246 * fast/table/large-rowspan-crash.html:
1248 2006-07-12 Darin Adler <darin@apple.com>
1252 - another large rowspan test case
1254 * fast/table/large-rowspan-crash-expected.txt: Added.
1255 * fast/table/large-rowspan-crash.html: Added.
1257 2006-07-12 Anders Carlsson <acarlsson@apple.com>
1261 <rdar://problem/4586665> REGRESSION: autorestore.apple.com: Crashes Safari in WebCore::Widget::client() const
1263 * fast/forms/input-type-change-in-onfocus-keyboard-expected.txt: Added.
1264 * fast/forms/input-type-change-in-onfocus-keyboard.html: Added.
1265 * fast/forms/input-type-change-in-onfocus-mouse-expected.txt: Added.
1266 * fast/forms/input-type-change-in-onfocus-mouse.html: Added.
1268 2006-07-12 Adele Peterson <adele@apple.com>
1272 Test for: http://bugzilla.opendarwin.org/show_bug.cgi?id=9813
1273 OPTION text can paint over select element's scrollbar
1275 * fast/forms/option-text-clip-expected.checksum: Added.
1276 * fast/forms/option-text-clip-expected.png: Added.
1277 * fast/forms/option-text-clip-expected.txt: Added.
1278 * fast/forms/option-text-clip.html: Added.
1280 2006-07-11 Justin Garcia <justin.garcia@apple.com>
1284 <rdar://problem/4620686>
1285 REGRESSION: Mispelling markers are still displayed when using the delete key to place caret into a misspelled word
1287 * editing/deleting/delete-after-span-ws-001-expected.checksum:
1288 * editing/deleting/delete-after-span-ws-001-expected.png:
1289 * editing/deleting/delete-after-span-ws-002-expected.checksum:
1290 * editing/deleting/delete-after-span-ws-002-expected.png:
1291 * editing/deleting/delete-after-span-ws-003-expected.checksum:
1292 * editing/deleting/delete-after-span-ws-003-expected.png:
1293 * editing/deleting/delete-block-merge-contents-010-expected.checksum:
1294 * editing/deleting/delete-block-merge-contents-010-expected.png:
1295 * editing/deleting/merge-unrendered-space-expected.checksum:
1296 * editing/deleting/merge-unrendered-space-expected.png:
1298 2006-07-11 Tim Omernick <timo@apple.com>
1302 Test case for <http://bugzilla.opendarwin.org/show_bug.cgi?id=9843>:
1303 Give Netscape plug-ins access to their own DOM element
1305 * plugins/netscape-dom-access-expected.checksum: Added.
1306 * plugins/netscape-dom-access-expected.png: Added.
1307 * plugins/netscape-dom-access-expected.txt: Added.
1308 * plugins/netscape-dom-access.html: Added.
1310 2006-07-11 Adele Peterson <adele@apple.com>
1314 Tests for http://bugzilla.opendarwin.org/show_bug.cgi?id=9861
1315 REGRESSION: Can't dynamically change list box to popup
1317 * fast/forms/select-change-listbox-to-popup-expected.checksum: Added.
1318 * fast/forms/select-change-listbox-to-popup-expected.png: Added.
1319 * fast/forms/select-change-listbox-to-popup-expected.txt: Added.
1320 * fast/forms/select-change-listbox-to-popup.html: Added.
1321 * fast/forms/select-change-popup-to-listbox.html:
1323 2006-07-11 Justin Garcia <justin.garcia@apple.com>
1325 Reviewed by levi & thatcher
1327 <http://bugzilla.opendarwin.org/show_bug.cgi?id=9642>
1328 GMail Editor: Operations that use drop down menus blow away the selection
1330 * editing/selection/drag-to-contenteditable-iframe-expected.txt:
1331 * editing/selection/subframe-with-selection-expected.checksum: Added.
1332 * editing/selection/subframe-with-selection-expected.png: Added.
1333 * editing/selection/subframe-with-selection-expected.txt: Added.
1334 * editing/selection/subframe-with-selection.html: Added.
1336 2006-07-11 Adele Peterson <adele@apple.com>
1340 Test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9859
1341 REGRESSION: Can't dynamically change popup to list box
1343 * fast/forms/select-change-popup-to-listbox-expected.checksum: Added.
1344 * fast/forms/select-change-popup-to-listbox-expected.png: Added.
1345 * fast/forms/select-change-popup-to-listbox-expected.txt: Added.
1346 * fast/forms/select-change-popup-to-listbox.html: Added.
1348 2006-07-11 Alexey Proskuryakov <ap@nypop.com>
1352 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9572
1353 Add application/xhtml+xml to the Accept header
1355 The fix itself was landed on 2006-07-09, but I forgot about the test.
1357 * http/tests/misc/xhtml-expected.txt: Added.
1358 * http/tests/misc/xhtml.php: Added.
1360 2006-07-11 Beth Dakin <bdakin@apple.com>
1364 Adele checked in new results for this test when you could style
1365 selects, but the styling of selects is turned off for now, so back
1366 to the original results.
1368 * fast/forms/001-expected.checksum:
1369 * fast/forms/001-expected.png:
1370 * fast/forms/001-expected.txt:
1372 2006-07-11 Alexey Proskuryakov <ap@nypop.com>
1376 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=7808
1377 Assertion failure in -[WebBaseNetscapePluginStream dealloc] when requesting an invalid URL
1379 * plugins/get-empty-url-expected.txt: Added.
1380 * plugins/get-empty-url.html: Added.
1382 2006-07-10 David Kilzer <ddkilzer@kilzer.net>
1386 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9179
1387 Implement select.options.add() method
1389 * fast/dom/select-selectedIndex-multiple-expected.txt: Updated test results.
1390 * fast/dom/select-selectedIndex-multiple.html: Updated to print comments between
1391 tests to make failures easier to track down.
1392 * fast/dom/select-selectedIndex-expected.txt: Mirrored updates from select-selectedIndex-multiple.html
1393 * fast/dom/select-selectedIndex.html: Ditto.
1394 * fast/js/resources/select-options-add.js: Added.
1395 * fast/js/select-options-add-expected.txt: Added.
1396 * fast/js/select-options-add.html: Added.
1398 2006-07-10 Adele Peterson <adele@apple.com>
1402 Test for <rdar://problem/4621442> REGRESSION (NativePopup) : Popup menus aren't drawn correctly on page at orbitz.com; cheaptickets.com
1404 * fast/forms/select-style-expected.checksum: Added.
1405 * fast/forms/select-style-expected.png: Added.
1406 * fast/forms/select-style-expected.txt: Added.
1407 * fast/forms/select-style.html: Added.
1409 2006-07-10 Beth Dakin <bdakin@apple.com>
1413 Test for <rdar://problem/4621095> The should be a way to
1414 access the user interface scale factor through the DOM
1416 * fast/dom/jsDevicePixelRatio-expected.checksum: Added.
1417 * fast/dom/jsDevicePixelRatio-expected.png: Added.
1418 * fast/dom/jsDevicePixelRatio-expected.txt: Added.
1419 * fast/dom/jsDevicePixelRatio.html: Added.
1421 2006-07-10 Adele Peterson <adele@apple.com>
1423 http://bugzilla.opendarwin.org/show_bug.cgi?id=9830
1424 More pixel test results need updating since switching to native popup
1426 * editing/selection/replaced-boundaries-3-expected.checksum:
1427 * editing/selection/replaced-boundaries-3-expected.png:
1428 * fast/block/margin-collapse/103-expected.checksum:
1429 * fast/block/margin-collapse/103-expected.png:
1430 * fast/forms/001-expected.checksum:
1431 * fast/forms/001-expected.png:
1432 * fast/forms/HTMLOptionElement_label01-expected.checksum:
1433 * fast/forms/HTMLOptionElement_label01-expected.png:
1434 * fast/forms/HTMLOptionElement_label02-expected.checksum:
1435 * fast/forms/HTMLOptionElement_label02-expected.png:
1436 * fast/forms/HTMLOptionElement_label03-expected.checksum:
1437 * fast/forms/HTMLOptionElement_label03-expected.png:
1438 * fast/forms/HTMLOptionElement_label04-expected.checksum:
1439 * fast/forms/HTMLOptionElement_label04-expected.png:
1440 * fast/forms/form-element-geometry-expected.checksum:
1441 * fast/forms/form-element-geometry-expected.png:
1442 * fast/forms/option-script-expected.checksum:
1443 * fast/forms/option-script-expected.png:
1444 * fast/forms/option-strip-whitespace-expected.checksum:
1445 * fast/forms/option-strip-whitespace-expected.png:
1446 * fast/invalid/014-expected.checksum:
1447 * fast/invalid/014-expected.png:
1448 * fast/parser/document-write-option-expected.checksum:
1449 * fast/parser/document-write-option-expected.png:
1450 * tables/mozilla/bugs/bug2479-3-expected.checksum:
1451 * tables/mozilla/bugs/bug2479-3-expected.png:
1452 * tables/mozilla/bugs/bug29326-expected.checksum:
1453 * tables/mozilla/bugs/bug29326-expected.png:
1454 * tables/mozilla/bugs/bug33855-expected.checksum:
1455 * tables/mozilla/bugs/bug33855-expected.png:
1456 * tables/mozilla/bugs/bug96334-expected.checksum:
1457 * tables/mozilla/bugs/bug96334-expected.png:
1458 * tables/mozilla/core/margins-expected.checksum:
1459 * tables/mozilla/core/margins-expected.png:
1460 * tables/mozilla/dom/tableDom-expected.checksum:
1461 * tables/mozilla/dom/tableDom-expected.png:
1463 2006-07-10 Darin Adler <darin@apple.com>
1465 * tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
1466 Updated one more result for Adele's 4463835 change last night.
1468 2006-07-10 Beth Dakin <bdakin@apple.com>
1472 Test cases for <rdar://problem/4610314> Support the CSS3 content
1475 * fast/css/contentDiv-expected.checksum: Added.
1476 * fast/css/contentDiv-expected.png: Added.
1477 * fast/css/contentDiv-expected.txt: Added.
1478 * fast/css/contentDiv.html: Added.
1479 * fast/css/contentDivWithChildren-expected.checksum: Added.
1480 * fast/css/contentDivWithChildren-expected.png: Added.
1481 * fast/css/contentDivWithChildren-expected.txt: Added.
1482 * fast/css/contentDivWithChildren.html: Added.
1483 * fast/css/contentImage-expected.checksum: Added.
1484 * fast/css/contentImage-expected.png: Added.
1485 * fast/css/contentImage-expected.txt: Added.
1486 * fast/css/contentImage.html: Added.
1487 * fast/css/resources/show-shoes-vs-pie.png: Added.
1489 2006-07-09 Anders Carlsson <acarlsson@apple.com>
1493 http://bugzilla.opendarwin.org/show_bug.cgi?id=9245
1494 Quirksmode: Incorrect handling of disabled BUTTON elements
1496 * fast/forms/activate-and-disabled-elements-expected.txt: Added.
1497 * fast/forms/activate-and-disabled-elements.html: Added.
1499 2006-07-09 Adele Peterson <adele@apple.com>
1503 Updated results for:
1504 <rdar://problem/4463835> Switch to use new popup menu implementation for <select>
1506 * editing/selection/replaced-boundaries-3-expected.txt:
1507 * editing/selection/select-box-expected.txt:
1508 * fast/block/margin-collapse/103-expected.txt:
1509 * fast/dom/option-properties-expected.txt:
1510 * fast/forms/003-expected.txt:
1511 * fast/forms/004-expected.txt:
1512 * fast/forms/HTMLOptionElement_label01-expected.txt:
1513 * fast/forms/HTMLOptionElement_label02-expected.txt:
1514 * fast/forms/HTMLOptionElement_label03-expected.txt:
1515 * fast/forms/HTMLOptionElement_label04-expected.txt:
1516 * fast/forms/HTMLOptionElement_label06-expected.txt:
1517 * fast/forms/HTMLOptionElement_label07-expected.txt:
1518 * fast/forms/form-element-geometry-expected.txt:
1519 * fast/forms/option-script-expected.txt:
1520 * fast/forms/option-strip-whitespace-expected.txt:
1521 * fast/forms/select-remove-option-expected.txt:
1522 * fast/forms/select-replace-option-expected.txt:
1523 * fast/forms/select-reset-expected.txt:
1524 * fast/invalid/014-expected.txt:
1525 * fast/parser/document-write-option-expected.txt:
1526 * fast/replaced/width100percent-expected.txt:
1527 * tables/mozilla/bugs/bug1188-expected.txt:
1528 * tables/mozilla/bugs/bug18359-expected.txt:
1529 * tables/mozilla/bugs/bug2479-3-expected.txt:
1530 * tables/mozilla/bugs/bug2479-4-expected.txt:
1531 * tables/mozilla/bugs/bug29326-expected.txt:
1532 * tables/mozilla/bugs/bug33855-expected.txt:
1533 * tables/mozilla/bugs/bug4382-expected.txt:
1534 * tables/mozilla/bugs/bug96334-expected.txt:
1535 * tables/mozilla/core/margins-expected.txt:
1536 * tables/mozilla/dom/tableDom-expected.txt:
1538 2006-07-09 Geoffrey Garen <ggaren@apple.com>
1542 Now that we garbage collect after reinitalizing the global object, not
1543 before, we have more free memory, so a custom property that used to
1544 get collected during the initialization phase of this test now avoids
1545 getting collected until the collection phase.
1547 * fast/dom/gc-9-expected.txt:
1548 * fast/dom/gc-9.html:
1550 2006-07-09 David Kilzer <ddkilzer@kilzer.net>
1554 - http://bugzilla.opendarwin.org/show_bug.cgi?id=9812
1555 LayoutTests/svg/custom/foreign-object-skew.svg seems to be fixed
1557 * svg/custom/foreign-object-skew-expected.checksum: Updated.
1558 * svg/custom/foreign-object-skew-expected.png: Updated.
1560 2006-07-09 Darin Adler <darin@apple.com>
1562 * fast/dom/delete-contents-expected.txt: Updated results that changed
1563 because we now keep comment nodes in the DOM.
1565 2006-07-09 David Harrison <harrison@apple.com>
1567 Reviewed by John Sullivan.
1569 <rdar://problem/4598149> Deleting the contents of a DOMRange and then inserting a node into it crashes in WebCore::Font::canUseGlyphCache
1571 * fast/dom/delete-contents-expected.checksum: Added.
1572 * fast/dom/delete-contents-expected.png: Added.
1573 * fast/dom/delete-contents-expected.txt: Added.
1574 * fast/dom/delete-contents.html: Added.
1576 2006-07-09 David Kilzer <ddkilzer@kilzer.net>
1580 - http://bugzilla.opendarwin.org/show_bug.cgi?id=9797
1581 Make description() in fast/js/resources/js-test-pre.js work with MSIE 6
1583 * fast/js/resources/js-test-pre.js: Change description() to work with MSIE 6.
1585 2006-07-08 Timothy Hatcher <timothy@apple.com>
1589 Bug 5312: comments aren't available via DOM
1590 http://bugzilla.opendarwin.org/show_bug.cgi?id=5312
1592 New tests for DOM comment nodes. Updated results to account for new
1593 nodes in the DOM (editing offsets changed.)
1595 * editing/deleting/delete-line-013-expected.txt:
1596 * editing/deleting/delete-line-014-expected.txt:
1597 * editing/inserting/insert-3907422-fix-expected.txt:
1598 * editing/inserting/insert-div-009-expected.txt:
1599 * editing/inserting/insert-div-010-expected.txt:
1600 * editing/selection/extend-by-character-006-expected.txt:
1601 * editing/selection/move-between-blocks-no-001-expected.txt:
1602 * editing/selection/move-between-blocks-yes-001-expected.txt:
1603 * fast/dom/HTMLDocument/object-by-name-or-id-expected.txt:
1604 * fast/dom/HTMLDocument/object-by-name-or-id.html:
1605 * fast/dom/comment-document-fragment-expected.txt: Added.
1606 * fast/dom/comment-document-fragment.html: Added.
1607 * fast/dom/comment-dom-node-expected.txt: Added.
1608 * fast/dom/comment-dom-node.html: Added.
1609 * fast/dom/comment-not-documentElement-expected.checksum: Added.
1610 * fast/dom/comment-not-documentElement-expected.png: Added.
1611 * fast/dom/comment-not-documentElement-expected.txt: Added.
1612 * fast/dom/comment-not-documentElement.html: Added.
1613 * fast/text/atsui-pointtooffset-calls-cg-expected.txt:
1614 * fast/text/atsui-rtl-override-selection-expected.txt:
1616 2006-07-08 Darin Adler <darin@apple.com>
1618 Reviewed by Geoff (well, half of it at least).
1620 - http://bugzilla.opendarwin.org/show_bug.cgi?id=9788
1621 storage leaks in Objective-C tests
1623 * plugins/jsobjc-simple.html: Add an autorelease to fix a storage leak.
1625 2006-07-08 Darin Adler <darin@apple.com>
1627 - clear up a few minor housekeeping problems
1629 * fast/css/xml-stylesheet-pi-not-in-prolog-expected.checksum: Added.
1630 * fast/css/xml-stylesheet-pi-not-in-prolog-expected.png: Added.
1631 * fast/forms/input-appearance-height-expected.checksum: Added.
1632 Added missing test results.
1634 * fast/block/float/nopaint-after-layer-destruction-expected.checksum:
1635 * fast/block/positioning/absolute-positioned-overconstrained.html:
1636 * fast/css/ZeroOpacityLayers.html:
1637 * fast/css/ZeroOpacityLayers2.html:
1638 * fast/css/font-shorthand-weight-only-expected.checksum:
1639 * fast/css/hsl-color-expected.checksum:
1640 * fast/css/hsla-color-expected.checksum:
1641 * fast/css/resize-corner-tracking-expected.checksum:
1642 * fast/dom/HTMLLinkElement/pending-stylesheet-count-expected.checksum:
1643 * fast/dynamic/selection-highlight-adjust-expected.checksum:
1644 * fast/forms/button-generated-content-expected.checksum:
1645 * fast/frames/calculate-fixed.html:
1646 * fast/frames/calculate-order.html:
1647 * fast/frames/calculate-percentage.html:
1648 * fast/frames/calculate-relative.html:
1649 * fast/frames/calculate-round.html:
1650 * fast/history/clicked-link-is-visited-expected.checksum:
1651 * fast/layers/opacity-outline-expected.checksum:
1652 * fast/media/import-p-red.css:
1653 * fast/parser/broken-comments-vs-parsing-mode-expected.checksum:
1654 * fast/repaint/clipped-relative-expected.checksum:
1655 * fast/repaint/float-move-during-layout-expected.checksum:
1656 * fast/repaint/layer-child-outline-expected.checksum:
1657 * fast/repaint/outline-shrinking-expected.checksum:
1658 * fast/repaint/static-to-positioned-expected.checksum:
1659 * fast/repaint/table-collapsed-border-expected.checksum:
1660 * fast/table/absolute-table-at-bottom-expected.checksum:
1661 * fast/table/border-collapsing/border-collapsing-head-foot-expected.checksum:
1662 * fast/table/empty-section-crash-expected.checksum:
1663 * fast/table/rtl-cell-display-none-assert-expected.checksum:
1664 * fast/table/text-field-baseline-expected.checksum:
1665 * fast/text/capitalize-empty-generated-string-expected.checksum:
1666 * svg/custom/gradient-stroke-width-expected.checksum:
1667 * traversal/stay-within-root-expected.checksum:
1668 Removed "No newline at end of file" that snuck in as part of the "apply patch" process.
1670 * fast/block/positioning/absolute-positioned-overconstrained-expected.txt:
1671 * fast/css/ZeroOpacityLayers-expected.checksum:
1672 * fast/css/ZeroOpacityLayers-expected.png:
1673 * fast/css/ZeroOpacityLayers-expected.txt:
1674 * fast/css/ZeroOpacityLayers2-expected.checksum:
1675 * fast/css/ZeroOpacityLayers2-expected.png:
1676 * fast/css/ZeroOpacityLayers2-expected.txt:
1677 Updated tests results that changed due to the above.
1679 2006-07-07 Justin Garcia <justin.garcia@apple.com>
1683 * editing/selection/editable-non-editable-crash-expected.checksum: Added.
1684 * editing/selection/editable-non-editable-crash-expected.png: Added.
1685 * editing/selection/editable-non-editable-crash-expected.txt: Added.
1686 * editing/selection/editable-non-editable-crash.html: Added.
1687 * editing/selection/skip-non-editable-1-expected.txt:
1688 * editing/selection/skip-non-editable-1.html:
1690 2006-07-07 Levi Weintraub <lweintraub@apple.com>
1694 Missed a few in the last update...
1696 * fast/forms/input-delete-expected.txt:
1697 * fast/repaint/inline-outline-repaint-expected.txt:
1698 * fast/repaint/selection-after-delete-expected.txt:
1700 2006-07-07 Levi Weintraub <lweintraub@apple.com>
1704 Deletion editing deligates now show up!
1706 * editing/deleting/collapse-whitespace-3587601-fix-expected.txt:
1707 * editing/deleting/delete-3608430-fix-expected.txt:
1708 * editing/deleting/delete-3608445-fix-expected.txt:
1709 * editing/deleting/delete-3608462-fix-expected.txt:
1710 * editing/deleting/delete-3775172-fix-expected.txt:
1711 * editing/deleting/delete-3800834-fix-expected.txt:
1712 * editing/deleting/delete-3857753-fix-expected.txt:
1713 * editing/deleting/delete-3865854-fix-expected.txt:
1714 * editing/deleting/delete-3928305-fix-expected.txt:
1715 * editing/deleting/delete-3959464-fix-expected.txt:
1716 * editing/deleting/delete-4038408-fix-expected.txt:
1717 * editing/deleting/delete-4083333-fix-expected.txt:
1718 * editing/deleting/delete-after-span-ws-001-expected.txt:
1719 * editing/deleting/delete-after-span-ws-002-expected.txt:
1720 * editing/deleting/delete-after-span-ws-003-expected.txt:
1721 * editing/deleting/delete-all-text-in-text-field-assertion-expected.txt:
1722 * editing/deleting/delete-and-undo-expected.txt:
1723 * editing/deleting/delete-at-paragraph-boundaries-001-expected.txt:
1724 * editing/deleting/delete-at-paragraph-boundaries-002-expected.txt:
1725 * editing/deleting/delete-at-paragraph-boundaries-003-expected.txt:
1726 * editing/deleting/delete-at-paragraph-boundaries-004-expected.txt:
1727 * editing/deleting/delete-at-paragraph-boundaries-005-expected.txt:
1728 * editing/deleting/delete-at-paragraph-boundaries-006-expected.txt:
1729 * editing/deleting/delete-at-paragraph-boundaries-007-expected.txt:
1730 * editing/deleting/delete-at-paragraph-boundaries-008-expected.txt:
1731 * editing/deleting/delete-at-paragraph-boundaries-009-expected.txt:
1732 * editing/deleting/delete-at-paragraph-boundaries-010-expected.txt:
1733 * editing/deleting/delete-at-paragraph-boundaries-011-expected.txt:
1734 * editing/deleting/delete-block-contents-001-expected.txt:
1735 * editing/deleting/delete-block-contents-002-expected.txt:
1736 * editing/deleting/delete-block-contents-003-expected.txt:
1737 * editing/deleting/delete-block-merge-contents-001-expected.txt:
1738 * editing/deleting/delete-block-merge-contents-002-expected.txt:
1739 * editing/deleting/delete-block-merge-contents-003-expected.txt:
1740 * editing/deleting/delete-block-merge-contents-004-expected.txt:
1741 * editing/deleting/delete-block-merge-contents-005-expected.txt:
1742 * editing/deleting/delete-block-merge-contents-006-expected.txt:
1743 * editing/deleting/delete-block-merge-contents-007-expected.txt:
1744 * editing/deleting/delete-block-merge-contents-008-expected.txt:
1745 * editing/deleting/delete-block-merge-contents-009-expected.txt:
1746 * editing/deleting/delete-block-merge-contents-010-expected.txt:
1747 * editing/deleting/delete-block-merge-contents-012-expected.txt:
1748 * editing/deleting/delete-block-merge-contents-013-expected.txt:
1749 * editing/deleting/delete-block-merge-contents-014-expected.txt:
1750 * editing/deleting/delete-block-merge-contents-015-expected.txt:
1751 * editing/deleting/delete-block-merge-contents-016-expected.txt:
1752 * editing/deleting/delete-block-merge-contents-017-expected.txt:
1753 * editing/deleting/delete-block-merge-contents-018-expected.txt:
1754 * editing/deleting/delete-block-merge-contents-019-expected.txt:
1755 * editing/deleting/delete-block-merge-contents-020-expected.txt:
1756 * editing/deleting/delete-block-merge-contents-021-expected.txt:
1757 * editing/deleting/delete-block-merge-contents-022-expected.txt:
1758 * editing/deleting/delete-block-merge-contents-023-expected.txt:
1759 * editing/deleting/delete-block-merge-contents-024-expected.txt:
1760 * editing/deleting/delete-br-001-expected.txt:
1761 * editing/deleting/delete-br-002-expected.txt:
1762 * editing/deleting/delete-br-003-expected.txt:
1763 * editing/deleting/delete-br-004-expected.txt:
1764 * editing/deleting/delete-br-005-expected.txt:
1765 * editing/deleting/delete-br-006-expected.txt:
1766 * editing/deleting/delete-br-007-expected.txt:
1767 * editing/deleting/delete-br-008-expected.txt:
1768 * editing/deleting/delete-br-009-expected.txt:
1769 * editing/deleting/delete-br-010-expected.txt:
1770 * editing/deleting/delete-br-011-expected.txt:
1771 * editing/deleting/delete-character-001-expected.txt:
1772 * editing/deleting/delete-contiguous-ws-001-expected.txt:
1773 * editing/deleting/delete-image-001-expected.txt:
1774 * editing/deleting/delete-image-002-expected.txt:
1775 * editing/deleting/delete-image-003-expected.txt:
1776 * editing/deleting/delete-image-004-expected.txt:
1777 * editing/deleting/delete-leading-ws-001-expected.txt:
1778 * editing/deleting/delete-line-001-expected.txt:
1779 * editing/deleting/delete-line-002-expected.txt:
1780 * editing/deleting/delete-line-003-expected.txt:
1781 * editing/deleting/delete-line-004-expected.txt:
1782 * editing/deleting/delete-line-005-expected.txt:
1783 * editing/deleting/delete-line-006-expected.txt:
1784 * editing/deleting/delete-line-007-expected.txt:
1785 * editing/deleting/delete-line-008-expected.txt:
1786 * editing/deleting/delete-line-009-expected.txt:
1787 * editing/deleting/delete-line-010-expected.txt:
1788 * editing/deleting/delete-line-011-expected.txt:
1789 * editing/deleting/delete-line-012-expected.txt:
1790 * editing/deleting/delete-line-013-expected.txt:
1791 * editing/deleting/delete-line-014-expected.txt:
1792 * editing/deleting/delete-line-015-expected.txt:
1793 * editing/deleting/delete-line-016-expected.txt:
1794 * editing/deleting/delete-line-017-expected.txt:
1795 * editing/deleting/delete-line-end-ws-001-expected.txt:
1796 * editing/deleting/delete-line-end-ws-002-expected.txt:
1797 * editing/deleting/delete-listitem-001-expected.txt:
1798 * editing/deleting/delete-listitem-002-expected.txt:
1799 * editing/deleting/delete-select-all-001-expected.txt:
1800 * editing/deleting/delete-select-all-002-expected.txt:
1801 * editing/deleting/delete-select-all-003-expected.txt:
1802 * editing/deleting/delete-selection-001-expected.txt:
1803 * editing/deleting/delete-tab-001-expected.txt:
1804 * editing/deleting/delete-tab-002-expected.txt:
1805 * editing/deleting/delete-tab-003-expected.txt:
1806 * editing/deleting/delete-tab-004-expected.txt:
1807 * editing/deleting/delete-trailing-ws-001-expected.txt:
1808 * editing/deleting/delete-trailing-ws-002-expected.txt:
1809 * editing/deleting/delete-ws-fixup-001-expected.txt:
1810 * editing/deleting/delete-ws-fixup-002-expected.txt:
1811 * editing/deleting/delete-ws-fixup-003-expected.txt:
1812 * editing/deleting/delete-ws-fixup-004-expected.txt:
1813 * editing/deleting/forward-delete-expected.txt:
1814 * editing/deleting/merge-different-styles-expected.txt:
1815 * editing/deleting/merge-endOfParagraph-expected.txt:
1816 * editing/deleting/merge-into-empty-block-1-expected.txt:
1817 * editing/deleting/merge-into-empty-block-2-expected.txt:
1818 * editing/deleting/merge-no-br-expected.txt:
1819 * editing/deleting/merge-unrendered-space-expected.txt:
1820 * editing/deleting/pruning-after-merge-1-expected.txt:
1821 * editing/deleting/pruning-after-merge-2-expected.txt:
1822 * editing/deleting/smart-delete-001-expected.txt:
1823 * editing/deleting/smart-delete-002-expected.txt:
1824 * editing/deleting/table-cells-expected.txt:
1825 * editing/execCommand/insertHTML-expected.txt:
1826 * editing/input/text-input-controller-expected.txt:
1827 * editing/inserting/insert-3775316-fix-expected.txt:
1828 * editing/inserting/insert-3851164-fix-expected.txt:
1829 * editing/inserting/insert-after-delete-001-expected.txt:
1830 * editing/inserting/insert-div-021-expected.txt:
1831 * editing/inserting/insert-div-026-expected.txt:
1832 * editing/pasteboard/4076267-2-expected.txt:
1833 * editing/pasteboard/4076267-3-expected.txt:
1834 * editing/pasteboard/4076267-expected.txt:
1835 * editing/pasteboard/paste-table-002-expected.txt:
1836 * editing/pasteboard/paste-text-015-expected.txt:
1837 * editing/selection/move-between-blocks-no-001-expected.txt:
1838 * editing/selection/select-all-iframe-expected.txt:
1839 * editing/style/block-style-005-expected.txt:
1840 * editing/style/smoosh-styles-001-expected.txt:
1841 * editing/style/smoosh-styles-002-expected.txt:
1842 * editing/style/style-3681552-fix-002-expected.txt:
1843 * editing/style/typing-style-001-expected.txt:
1844 * editing/style/typing-style-002-expected.txt:
1845 * editing/unsupported-content/list-delete-001-expected.txt:
1846 * editing/unsupported-content/list-delete-002-expected.txt:
1847 * editing/unsupported-content/list-delete-003-expected.txt:
1848 * editing/unsupported-content/table-delete-001-expected.txt:
1849 * editing/unsupported-content/table-delete-002-expected.txt:
1850 * editing/unsupported-content/table-delete-003-expected.txt:
1851 * fast/forms/input-text-option-delete-expected.checksum:
1852 * fast/forms/input-text-option-delete-expected.txt:
1854 2006-07-07 Levi Weintraub <lweintraub@apple.com>
1858 Improved table editing
1860 * editing/deleting/delete-to-select-table-expected.checksum: Added.
1861 * editing/deleting/delete-to-select-table-expected.png: Added.
1862 * editing/deleting/delete-to-select-table-expected.txt: Added.
1863 * editing/deleting/delete-to-select-table.html: Added.
1864 * editing/input/text-input-controller-expected.txt:
1866 2006-07-07 Anders Carlsson <acarlsson@apple.com>
1870 http://bugzilla.opendarwin.org/show_bug.cgi?id=8300
1871 REGRESSION: First mouse click is randomly ignored when clicking on checkbox and radio buttons
1873 * fast/forms/radio-check-click-and-drag-expected.txt: Added.
1874 * fast/forms/radio-check-click-and-drag.html: Added.
1876 2006-07-06 Justin Garcia <justin.garcia@apple.com>
1880 <rdar://problem/4609184>
1881 Mail crashes at WebCore::Selection::adjustForEditableContent
1882 <rdar://problem/4609140>
1883 Crash at WebCore::Range::compareBoundaryPoints
1885 * editing/selection/mixed-editability-1-expected.checksum: Added.
1886 * editing/selection/mixed-editability-1-expected.png: Added.
1887 * editing/selection/mixed-editability-1-expected.txt: Added.
1888 * editing/selection/mixed-editability-1.html: Added.
1889 * editing/selection/mixed-editability-2-expected.checksum: Added.
1890 * editing/selection/mixed-editability-2-expected.png: Added.
1891 * editing/selection/mixed-editability-2-expected.txt: Added.
1892 * editing/selection/mixed-editability-2.html: Added.
1894 2006-07-06 Anders Carlsson <acarlsson@apple.com>
1898 http://bugzilla.opendarwin.org/show_bug.cgi?id=9528
1899 REGRESSION: arrow key skips '>' in Bugzilla replies due to '\n' in text nodes
1901 * fast/dom/css-selectorText-expected.txt:
1902 * fast/dom/css-shortHands-expected.txt:
1905 * fast/dom/set-inner-text-newlines-expected.txt: Added.
1906 * fast/dom/set-inner-text-newlines.html: Added.
1908 2006-07-06 Anders Carlsson <acarlsson@apple.com>
1912 <rdar://problem/4610891> Support overflow events
1914 * fast/events/overflow-events-expected.txt: Added.
1915 * fast/events/overflow-events.html: Added.
1917 2006-07-06 David Harrison <harrison@apple.com>
1921 <rdar://problem/4565031> innerHTML of XMP tag returns special characters like '>' instead of '>'
1923 * fast/innerHTML/006-expected.checksum: Added.
1924 * fast/innerHTML/006-expected.png: Added.
1925 * fast/innerHTML/006-expected.txt: Added.
1926 * fast/innerHTML/006.html: Added.
1928 2006-07-05 John Sullivan <sullivan@apple.com>
1932 - layout test for <rdar://problem/4609162> REGRESSION: When tabbing between links on a page,
1933 the window doesn't scroll to link that's not in view
1935 The test verifies that focusing a link will scroll the link into view.
1937 * fast/events/reveal-link-when-focused-expected.checksum: Added.
1938 * fast/events/reveal-link-when-focused-expected.png: Added.
1939 * fast/events/reveal-link-when-focused-expected.txt: Added.
1940 * fast/events/reveal-link-when-focused.html: Added.
1942 2006-07-05 Anders Carlsson <acarlsson@apple.com>
1946 http://bugzilla.opendarwin.org/show_bug.cgi?id=3581
1947 iFrames set to display:none are Missing from frames array
1949 * fast/events/mouseover-mouseout2-expected.txt:
1950 * fast/events/mouseover-mouseout2.html:
1951 Update expected result. Since we now keep the frame around, the mouseout event is
1952 now dispatched to the element in the frame.
1954 * fast/events/onloadFrameCrash-expected.checksum:
1955 * fast/events/onloadFrameCrash-expected.png:
1956 * fast/events/onloadFrameCrash-expected.txt:
1957 This does hide the frame now.
1959 * fast/frames/iframe-display-none-expected.txt: Added.
1960 * fast/frames/iframe-display-none.html: Added.
1961 * fast/frames/resources/iframe-display-none-child.html: Added.
1962 New test that tests JS interaction with frames.
1964 * fast/frames/iframe-double-attach-expected.txt: Added.
1965 * fast/frames/iframe-double-attach.html: Added.
1967 2006-07-04 Maciej Stachowiak <mjs@apple.com>
1971 http://bugzilla.opendarwin.org/show_bug.cgi?id=9734
1972 - change SVG XPath DOM tests to dump as text, and update expected results
1974 This should stop the random failures in Attribute_Nodes.svg
1976 * dom/svg/level3/xpath/Attribute_Nodes-expected.txt:
1977 * dom/svg/level3/xpath/Attribute_Nodes_xmlns-expected.txt:
1978 * dom/svg/level3/xpath/Comment_Nodes-expected.txt:
1979 * dom/svg/level3/xpath/Conformance_Expressions-expected.txt:
1980 * dom/svg/level3/xpath/Conformance_hasFeature_3-expected.txt:
1981 * dom/svg/level3/xpath/Conformance_hasFeature_empty-expected.txt:
1982 * dom/svg/level3/xpath/Conformance_hasFeature_null-expected.txt:
1983 * dom/svg/level3/xpath/Conformance_isSupported_3-expected.txt:
1984 * dom/svg/level3/xpath/Conformance_isSupported_empty-expected.txt:
1985 * dom/svg/level3/xpath/Conformance_isSupported_null-expected.txt:
1986 * dom/svg/level3/xpath/Element_Nodes-expected.txt:
1987 * dom/svg/level3/xpath/Processing_Instruction_Nodes-expected.txt:
1988 * dom/svg/level3/xpath/Text_Nodes-expected.txt:
1989 * dom/svg/level3/xpath/XPathEvaluatorCast01-expected.txt:
1990 * dom/svg/level3/xpath/XPathEvaluator_createExpression_INVALID_EXPRESSION_ERR-expected.txt:
1991 * dom/svg/level3/xpath/XPathEvaluator_createExpression_NAMESPACE_ERR_01-expected.txt:
1992 * dom/svg/level3/xpath/XPathEvaluator_createExpression_NAMESPACE_ERR_02-expected.txt:
1993 * dom/svg/level3/xpath/XPathEvaluator_createExpression_NS-expected.txt:
1994 * dom/svg/level3/xpath/XPathEvaluator_createExpression_no_NS-expected.txt:
1995 * dom/svg/level3/xpath/XPathEvaluator_createNSResolver_all-expected.txt:
1996 * dom/svg/level3/xpath/XPathEvaluator_createNSResolver_document-expected.txt:
1997 * dom/svg/level3/xpath/XPathEvaluator_createNSResolver_documentElement-expected.txt:
1998 * dom/svg/level3/xpath/XPathEvaluator_evaluate_INVALID_EXPRESSION_ERR-expected.txt:
1999 * dom/svg/level3/xpath/XPathEvaluator_evaluate_NAMESPACE_ERR-expected.txt:
2000 * dom/svg/level3/xpath/XPathEvaluator_evaluate_NOT_SUPPORTED_ERR-expected.txt:
2001 * dom/svg/level3/xpath/XPathEvaluator_evaluate_TYPE_ERR-expected.txt:
2002 * dom/svg/level3/xpath/XPathEvaluator_evaluate_WRONG_DOCUMENT_ERR-expected.txt:
2003 * dom/svg/level3/xpath/XPathEvaluator_evaluate_document-expected.txt:
2004 * dom/svg/level3/xpath/XPathEvaluator_evaluate_documentElement-expected.txt:
2005 * dom/svg/level3/xpath/XPathExpression_evaluate_NOT_SUPPORTED_ERR-expected.txt:
2006 * dom/svg/level3/xpath/XPathExpression_evaluate_WRONG_DOCUMENT_ERR-expected.txt:
2007 * dom/svg/level3/xpath/XPathExpression_evaluate_document-expected.txt:
2008 * dom/svg/level3/xpath/XPathExpression_evaluate_documentElement-expected.txt:
2009 * dom/svg/level3/xpath/XPathNSResolver_lookupNamespaceURI_nist_dmstc-expected.txt:
2010 * dom/svg/level3/xpath/XPathNSResolver_lookupNamespaceURI_null-expected.txt:
2011 * dom/svg/level3/xpath/XPathNSResolver_lookupNamespaceURI_prefix-expected.txt:
2012 * dom/svg/level3/xpath/XPathNSResolver_lookupNamespaceURI_xml-expected.txt:
2013 * dom/svg/level3/xpath/XPathResult_TYPE_ERR-expected.txt:
2014 * dom/svg/level3/xpath/XPathResult_booleanValue_false-expected.txt:
2015 * dom/svg/level3/xpath/XPathResult_booleanValue_true-expected.txt:
2016 * dom/svg/level3/xpath/XPathResult_invalidIteratorState_ANY_TYPE-expected.txt:
2017 * dom/svg/level3/xpath/XPathResult_invalidIteratorState_ANY_UNORDERED_NODE_TYPE-expected.txt:
2018 * dom/svg/level3/xpath/XPathResult_invalidIteratorState_BOOLEAN_TYPE-expected.txt:
2019 * dom/svg/level3/xpath/XPathResult_invalidIteratorState_FIRST_ORDERED_NODE_TYPE-expected.txt:
2020 * dom/svg/level3/xpath/XPathResult_invalidIteratorState_NUMBER_TYPE-expected.txt:
2021 * dom/svg/level3/xpath/XPathResult_invalidIteratorState_ORDERED_NODE_ITERATOR_TYPE-expected.txt:
2022 * dom/svg/level3/xpath/XPathResult_invalidIteratorState_ORDERED_NODE_SNAPSHOT_TYPE-expected.txt:
2023 * dom/svg/level3/xpath/XPathResult_invalidIteratorState_STRING_TYPE-expected.txt:
2024 * dom/svg/level3/xpath/XPathResult_invalidIteratorState_UNORDERED_NODE_ITERATOR_TYPE-expected.txt:
2025 * dom/svg/level3/xpath/XPathResult_invalidIteratorState_UNORDERED_NODE_SNAPSHOT_TYPE-expected.txt:
2026 * dom/svg/level3/xpath/XPathResult_iterateNext_INVALID_STATE_ERR-expected.txt:
2027 * dom/svg/level3/xpath/XPathResult_iteratorNext_ORDERED_NODE_ITERATOR_TYPE-expected.txt:
2028 * dom/svg/level3/xpath/XPathResult_numberValue-expected.txt:
2029 * dom/svg/level3/xpath/XPathResult_resultType-expected.txt:
2030 * dom/svg/level3/xpath/XPathResult_singleNodeValue_ANY_UNORDERED_NODE_TYPE-expected.txt:
2031 * dom/svg/level3/xpath/XPathResult_singleNodeValue_FIRST_ORDERED_NODE_TYPE-expected.txt:
2032 * dom/svg/level3/xpath/XPathResult_snapshotItem_ORDERED_NODE_SNAPSHOT_TYPE_null-expected.txt:
2033 * dom/svg/level3/xpath/XPathResult_snapshotItem_ORDERED_NODE_SNAPSHOT_TYPE_order-expected.txt:
2034 * dom/svg/level3/xpath/XPathResult_snapshotItem_UNORDERED_NODE_SNAPSHOT_TYPE_count-expected.txt:
2035 * dom/svg/level3/xpath/XPathResult_snapshotItem_UNORDERED_NODE_SNAPSHOT_TYPE_null-expected.txt:
2036 * dom/svg/level3/xpath/XPathResult_snapshotLength_ORDERED_NODE_SNAPSHOT_TYPE-expected.txt:
2037 * dom/svg/level3/xpath/XPathResult_snapshotLength_UNORDERED_NODE_SNAPSHOT_TYPE-expected.txt:
2038 * dom/svg/level3/xpath/XPathResult_stringValue-expected.txt:
2039 * dom/svg/level3/xpath/svgunit.js:
2041 2006-07-04 Darin Adler <darin@apple.com>
2043 - updated test result to reflect window without scroll bars
2045 1) this test should not have scroll bars
2046 2) on the buildbot the result is the non-scroll-bar one
2048 * dom/svg/level3/xpath/Attribute_Nodes-expected.txt:
2049 Changed text node width to 800.
2051 2006-07-02 David Carson <dacarson@gmail.com>
2055 - tests for http://bugzilla.opendarwin.org/show_bug.cgi?id=9506
2056 Tests using HSL rather than RGB for color values.
2058 * fast/css/hsl-color-expected.checksum: Added.
2059 * fast/css/hsl-color-expected.png: Added.
2060 * fast/css/hsl-color-expected.txt: Added.
2061 * fast/css/hsl-color.html: Added.
2062 * fast/css/hsla-color-expected.checksum: Added.
2063 * fast/css/hsla-color-expected.png: Added.
2064 * fast/css/hsla-color-expected.txt: Added.
2065 * fast/css/hsla-color.html: Added.
2067 2006-07-04 Alexey Proskuryakov <ap@nypop.com>
2071 - http://bugzilla.opendarwin.org/show_bug.cgi?id=8210
2072 Conditional XMLHttpRequest gets should pass 304 responses unchanged
2074 * http/tests/xmlhttprequest/cache-override-expected.txt: Added.
2075 * http/tests/xmlhttprequest/cache-override.html: Added.
2076 * http/tests/xmlhttprequest/resources/304.pl: Added.
2078 2006-07-02 Mitz Pettel <opendarwin.org@mitzpettel.com>
2082 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9674
2083 REGRESSION (r15075): Blank or incomplete pages on digg.com
2085 * fast/tokenizer/nested-cached-scripts-expected.txt: Added.
2086 * fast/tokenizer/nested-cached-scripts.html: Added.
2087 * fast/tokenizer/resources/nested-1.js: Added.
2088 * fast/tokenizer/resources/nested-2.js: Added.
2090 2006-06-30 Mitz Pettel <opendarwin.org@mitzpettel.com>
2094 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=7204
2095 float inserted in fixed height block via DOM not repainted
2097 * fast/repaint/float-move-during-layout-expected.checksum: Added.
2098 * fast/repaint/float-move-during-layout-expected.png: Added.
2099 * fast/repaint/float-move-during-layout-expected.txt: Added.
2100 * fast/repaint/float-move-during-layout.html: Added.
2102 2006-06-30 Levi Weintraub <lweintraub@apple.com>
2106 * editing/execCommand/format-block-with-trailing-br-expected.checksum: Added.
2107 * editing/execCommand/format-block-with-trailing-br-expected.png: Added.
2108 * editing/execCommand/format-block-with-trailing-br-expected.txt: Added.
2109 * editing/execCommand/format-block-with-trailing-br.html: Added.
2111 2006-06-30 Justin Garcia <justin.garcia@apple.com>
2115 * editing/pasteboard/pasting-object-expected.checksum: Added.
2116 * editing/pasteboard/pasting-object-expected.png: Added.
2117 * editing/pasteboard/pasting-object-expected.txt: Added.
2118 * editing/pasteboard/pasting-object.html: Added.
2120 2006-06-30 Justin Garcia <justin.garcia@apple.com>
2122 Reviewed by harrison
2125 * editing/selection/skip-non-editable-1-expected.txt: Added.
2126 * editing/selection/skip-non-editable-1.html: Added.
2127 * editing/selection/skip-non-editable-2-expected.txt: Added.
2128 * editing/selection/skip-non-editable-2.html: Added.
2130 Equivalent render tree:
2131 * editing/execCommand/format-block-with-braces-expected.txt:
2134 * editing/selection/iframe-expected.checksum:
2135 * editing/selection/iframe-expected.png:
2136 * editing/selection/iframe-expected.txt:
2137 * editing/selection/inline-table-expected.checksum:
2138 * editing/selection/inline-table-expected.png:
2139 * editing/selection/inline-table-expected.txt:
2140 * editing/selection/move-between-blocks-no-001-expected.checksum:
2141 * editing/selection/move-between-blocks-no-001-expected.png:
2142 * editing/selection/move-between-blocks-no-001-expected.txt:
2143 * editing/selection/select-box-expected.checksum:
2144 * editing/selection/select-box-expected.png:
2145 * editing/selection/select-box-expected.txt:
2147 2006-06-30 David Kilzer <ddkilzer@kilzer.net>
2151 - Test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9358
2152 REGRESSION: Assertion failure in HTMLInputElement::setValueFromRenderer
2153 (value == constrainValue(value)) when deleting all text
2155 * editing/deleting/delete-all-text-in-text-field-assertion-expected.txt: Added.
2156 * editing/deleting/delete-all-text-in-text-field-assertion.html: Added.
2158 2006-06-29 Sam Weinig <sam.weinig@gmail.com>
2162 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=4874
2163 Table with absolute bottom positioning is positioned incorrectly
2165 Note: test case originally from Mitz.
2167 * fast/table/absolute-table-at-bottom-expected.checksum: Added.
2168 * fast/table/absolute-table-at-bottom-expected.png: Added.
2169 * fast/table/absolute-table-at-bottom-expected.txt: Added.
2170 * fast/table/absolute-table-at-bottom.html: Added.
2172 2006-06-29 Graham Dennis <Graham.Dennis@gmail.com>
2176 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9505
2177 moveParagraphContentsToNewBlockIfNecessary creates a new block outside the current position
2179 * editing/pasteboard/paste-table-002.html: Added.
2180 * editing/pasteboard/paste-table-002-expected.checksum: Added.
2181 * editing/pasteboard/paste-table-002-expected.png: Added.
2182 * editing/pasteboard/paste-table-002-expected.txt: Added.
2184 2006-06-29 Mitz Pettel <opendarwin.org@mitzpettel.com>
2188 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9652
2189 Assertion failure when changing an RTL table cell to display:none
2191 * fast/table/rtl-cell-display-none-assert-expected.checksum: Added.
2192 * fast/table/rtl-cell-display-none-assert-expected.png: Added.
2193 * fast/table/rtl-cell-display-none-assert-expected.txt: Added.
2194 * fast/table/rtl-cell-display-none-assert.html: Added.
2196 2006-06-29 Beth Dakin <bdakin@apple.com>
2200 Test for <rdar://problem/4450615> Add composite mode to background
2203 * fast/backgrounds/bgCompositeCopy-expected.checksum: Added.
2204 * fast/backgrounds/bgCompositeCopy-expected.png: Added.
2205 * fast/backgrounds/bgCompositeCopy-expected.txt: Added.
2206 * fast/backgrounds/bgCompositeCopy.html: Added.
2207 * fast/backgrounds/resources/rgba16.png: Added.
2209 2006-06-28 Levi Weintraub <lweintraub@apple.com>
2213 <rdar://problem/4592005> FormatBlock inserts in the wrong place, disregarding editable content
2214 <rdar://problem/4590763> FormatBlock for paragraph style doesn't work
2216 * editing/execCommand/format-block-with-braces-expected.checksum: Added.
2217 * editing/execCommand/format-block-with-braces-expected.png: Added.
2218 * editing/execCommand/format-block-with-braces-expected.txt: Added.
2219 * editing/execCommand/format-block-with-braces.html: Added.
2220 * editing/execCommand/indent-list-item-expected.checksum: Added.
2221 * editing/execCommand/indent-list-item-expected.png: Added.
2222 * editing/execCommand/indent-list-item-expected.txt: Added.
2223 * editing/execCommand/indent-list-item.html: Added.
2224 * editing/execCommand/indent-selection-expected.checksum: Added.
2225 * editing/execCommand/indent-selection-expected.png: Added.
2226 * editing/execCommand/indent-selection-expected.txt: Added.
2227 * editing/execCommand/indent-selection.html: Added.
2228 * editing/execCommand/outdent-selection-expected.checksum: Added.
2229 * editing/execCommand/outdent-selection-expected.png: Added.
2230 * editing/execCommand/outdent-selection-expected.txt: Added.
2231 * editing/execCommand/outdent-selection.html: Added.
2233 2006-06-28 Levi Weintraub <lweintraub@apple.com>
2237 Missed the layout tests themselves in the first checkin! Whoops!
2239 2006-06-28 Levi Weintraub <lweintraub@apple.com>
2243 http://bugzilla.opendarwin.org/show_bug.cgi?id=7568
2244 Bug 7568: Implement Indent/Outdent
2246 * editing/execCommand/indent-list-item-expected.checksum: Added.
2247 * editing/execCommand/indent-list-item-expected.png: Added.
2248 * editing/execCommand/indent-list-item-expected.txt: Added.
2249 * editing/execCommand/indent-list-item.html: Added.
2250 * editing/execCommand/indent-selection-expected.checksum: Added.
2251 * editing/execCommand/indent-selection-expected.png: Added.
2252 * editing/execCommand/indent-selection-expected.txt: Added.
2253 * editing/execCommand/indent-selection.html: Added.
2254 * editing/execCommand/outdent-selection.html: Added.
2256 2006-06-28 Mitz Pettel <opendarwin.org@mitzpettel.com>
2258 Reviewed by Darin and Hyatt.
2260 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9561
2261 REGRESSION: Content property on :before of button causes hang on click or hover
2263 * fast/forms/button-generated-content-expected.checksum: Added.
2264 * fast/forms/button-generated-content-expected.png: Added.
2265 * fast/forms/button-generated-content-expected.txt: Added.
2266 * fast/forms/button-generated-content.html: Added.
2268 2006-06-28 Rob Buis <buis@kde.org>
2272 Improved test to check offsetX/Y after dispatching instead of before.
2274 * fast/dom/window-xy-properties.html:
2275 * fast/dom/window-xy-properties-expected.txt:
2277 2006-06-27 Rob Buis <buis@kde.org>
2281 Updated test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9605
2283 * fast/dom/window-xy-properties.html:
2284 * fast/dom/window-xy-properties-expected.txt:
2286 2006-06-27 Mitz Pettel <opendarwin.org@mitzpettel.com>
2290 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9317
2291 REGRESSION: crash in HTML tokenizer at Japanese Apple support page
2293 * fast/tokenizer/write-unclosed-script-expected.txt: Added.
2294 * fast/tokenizer/write-unclosed-script.html: Added.
2296 2006-06-27 Justin Garcia <justin.garcia@apple.com>
2300 * editing/execCommand/remove-formatting-expected.checksum: Added.
2301 * editing/execCommand/remove-formatting-expected.png: Added.
2302 * editing/execCommand/remove-formatting-expected.txt: Added.
2303 * editing/execCommand/remove-formatting.html: Added.
2305 2006-06-27 Justin Garcia <justin.garcia@apple.com>
2309 <rdar://problem/4599735> Clicking out of a table at the extremes of an editable document doesn't appear to work
2312 * editing/selection/click-before-and-after-table-expected.txt: Added.
2313 * editing/selection/click-before-and-after-table.html: Added.
2314 Updated to reflect fix:
2315 * editing/selection/move-by-line-001-expected.checksum:
2316 * editing/selection/move-by-line-001-expected.png:
2318 2006-06-27 Anders Carlsson <acarlsson@apple.com>
2322 http://bugzilla.opendarwin.org/show_bug.cgi?id=9623
2323 REGRESSION: getComputedStyle should do a relayout
2325 * fast/css/getComputedStyle-relayout-expected.txt: Added.
2326 * fast/css/getComputedStyle-relayout.html: Added.
2328 2006-06-27 Beth Dakin <bdakin@apple.com>
2332 Test cases for <rdar://problem/4602635> Media queries must be
2333 extended to address CSS pixel scaling factor
2335 * fast/media/mq-max-pixel-ratio-expected.checksum: Added.
2336 * fast/media/mq-max-pixel-ratio-expected.png: Added.
2337 * fast/media/mq-max-pixel-ratio-expected.txt: Added.
2338 * fast/media/mq-max-pixel-ratio.html: Added.
2339 * fast/media/mq-min-pixel-ratio-expected.checksum: Added.
2340 * fast/media/mq-min-pixel-ratio-expected.png: Added.
2341 * fast/media/mq-min-pixel-ratio-expected.txt: Added.
2342 * fast/media/mq-min-pixel-ratio.html: Added.
2343 * fast/media/mq-pixel-ratio-expected.checksum: Added.
2344 * fast/media/mq-pixel-ratio-expected.png: Added.
2345 * fast/media/mq-pixel-ratio-expected.txt: Added.
2346 * fast/media/mq-pixel-ratio.html: Added.
2347 * fast/media/resources/apple_logo_big.jpg: Added.
2348 * fast/media/resources/apple_logo_half_size.png: Added.
2350 2006-06-27 Darin Adler <darin@apple.com>
2352 Tests for fix for 2/3 of http://bugzilla.opendarwin.org/show_bug.cgi?id=9606
2353 REGRESSION: some callers are still using clientX/Y to get pageX/Y
2355 * fast/events/anchor-image-scrolled-x-y-expected.txt: Added.
2356 * fast/events/anchor-image-scrolled-x-y.html: Added.
2357 * fast/events/input-image-scrolled-x-y-expected.txt: Added.
2358 * fast/events/input-image-scrolled-x-y.html: Added.
2360 2006-06-26 Jonas Witt <jonas.witt@gmail.com>
2364 * LayoutTests/fast/events/objc-event-api-expected.txt: Updated to
2365 reflect flipped coordinates dumped by the layout tests.
2367 2006-06-25 David Carson <dacarson@gmail.com>
2371 Tests for http://bugzilla.opendarwin.org/show_bug.cgi?id=9185
2373 * fast/forms/input-appearance-height-expected.png: Added.
2374 * fast/forms/input-appearance-height-expected.txt: Added.
2375 * fast/forms/input-appearance-height.html: Added.
2376 Tests the height attribute on all input types
2378 * fast/forms/input-type-change-expected.checksum: Added.
2379 * fast/forms/input-type-change-expected.png: Added.
2380 * fast/forms/input-type-change-expected.txt: Added.
2381 * fast/forms/input-type-change.html: Added.
2382 Tests changing an input type=TEXT to type=IMAGE with
2383 a height and width specified on the element.
2385 * fast/forms/input-type-change2-expected.checksum: Added.
2386 * fast/forms/input-type-change2-expected.png: Added.
2387 * fast/forms/input-type-change2-expected.txt: Added.
2388 * fast/forms/input-type-change2.html: Added.
2389 Tests changing an input type=IMAGE to type=TEXT with
2390 a height and width specified on the element.
2392 2006-06-25 David Kilzer <ddkilzer@kilzer.net>
2396 * fast/forms/textarea-hard-linewrap-empty.html: Submit form without setTimeout().
2397 * fast/forms/textarea-hard-linewrap.html: Ditto.
2399 2006-06-25 David Kilzer <ddkilzer@kilzer.net>
2403 - http://bugzilla.opendarwin.org/show_bug.cgi?id=9537
2404 REGRESSION: Reproducible crash in WebCore::RenderTextField::textWithHardLineBreaks()
2406 * fast/forms/textarea-hard-linewrap-empty-expected.txt: Added.
2407 * fast/forms/textarea-hard-linewrap-empty.html: Added.
2408 * fast/forms/textarea-hard-linewrap.html: Reduced timeout from 200ms to 0ms and
2409 renamed function from foo() to submitForm().
2411 2006-06-25 Mitz Pettel <opendarwin.org@mitzpettel.com>
2415 - repaint test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9388
2416 REGRESSION: outlines don't get erased when removed in some cases
2418 * fast/repaint/outline-shrinking-expected.checksum: Added.
2419 * fast/repaint/outline-shrinking-expected.png: Added.
2420 * fast/repaint/outline-shrinking-expected.txt: Added.
2421 * fast/repaint/outline-shrinking.html: Added.
2423 2006-06-25 Rob Buis <buis@kde.org>
2428 <http://bugzilla.opendarwin.org/show_bug.cgi?id=8707>
2429 event.clientX and event.clientY should be relative to the viewport, not the canvas
2431 * fast/dom/window-xy-properties-expected.txt: Added.
2432 * fast/dom/window-xy-properties.html: Added.
2434 2006-06-25 Timothy Hatcher <timothy@apple.com>
2436 http://bugzilla.opendarwin.org/show_bug.cgi?id=9560
2438 This fix converted the resize corner image to a B/W tiff.
2439 The pixel tests showed 0.0% changes but still said it had differences.
2440 Updating the tests that use CSS3 resize or textarea.
2442 * fast/forms/floating-textfield-relayout-expected.checksum:
2443 * fast/forms/form-element-geometry-expected.checksum:
2444 * fast/forms/form-element-geometry-expected.png:
2445 * fast/forms/negativeLineHeight-expected.checksum:
2446 * fast/forms/negativeLineHeight-expected.png:
2447 * fast/forms/textAreaLineHeight-expected.checksum:
2448 * fast/forms/textAreaLineHeight-expected.png:
2449 * fast/forms/textarea-setinnerhtml-expected.checksum:
2450 * fast/forms/textarea-setinnerhtml-expected.png:
2451 * fast/overflow/overflow-x-y-expected.checksum:
2452 * fast/overflow/overflow-x-y-expected.png:
2453 * fast/table/003-expected.checksum:
2454 * fast/table/003-expected.png:
2455 * tables/mozilla/bugs/bug194024-expected.checksum:
2456 * tables/mozilla/bugs/bug194024-expected.png:
2457 * tables/mozilla/bugs/bug30559-expected.checksum:
2458 * tables/mozilla/bugs/bug30559-expected.png:
2459 * tables/mozilla/bugs/bug30692-expected.checksum:
2460 * tables/mozilla/bugs/bug30692-expected.png:
2462 2006-06-24 David Kilzer <ddkilzer@kilzer.net>
2464 Build fix. Reviewed by NOBODY.
2466 - Backed out patch for http://bugzilla.opendarwin.org/show_bug.cgi?id=8707
2467 event.clientX and event.clientY should be relative to the viewport, not the canvas
2469 * fast/dom/window-xy-properties-expected.txt: Removed.
2470 * fast/dom/window-xy-properties.html: Removed.
2472 2006-06-24 Rob Buis <buis@kde.org>
2477 <http://bugzilla.opendarwin.org/show_bug.cgi?id=8707>
2478 event.clientX and event.clientY should be relative to the viewport, not the canvas
2480 * fast/dom/window-xy-properties-expected.txt: Added.
2481 * fast/dom/window-xy-properties.html: Added.
2483 2006-06-24 James G. Speth <speth@end.com>
2487 - Tests for http://bugzilla.opendarwin.org/show_bug.cgi?id=8843
2488 add a way to build Objective-C test cases in HTML
2490 * plugins/jsobjc-dom-wrappers-expected.txt: Added.
2491 * plugins/jsobjc-dom-wrappers.html: Added.
2492 * plugins/jsobjc-simple-expected.txt: Added.
2493 * plugins/jsobjc-simple.html: Added.
2495 2006-06-24 Rob Buis <buis@kde.org>
2500 <http://bugzilla.opendarwin.org/show_bug.cgi?id=9352>
2501 Webkit doesn't respect stroke-width in SVG for smaller <circle>s
2503 * svg/custom/gradient-stroke-width-expected.checksum: Added.
2504 * svg/custom/gradient-stroke-width-expected.png: Added.
2505 * svg/custom/gradient-stroke-width-expected.txt: Added.
2506 * svg/custom/gradient-stroke-width.svg: Added.
2508 2006-06-24 Mitz Pettel <opendarwin.org@mitzpettel.com>
2510 Reviewed by Darin, landed by ap.
2512 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9547
2513 Resize corner does not track the mouse accurately
2515 * fast/css/resize-corner-tracking-expected.checksum: Added.
2516 * fast/css/resize-corner-tracking-expected.png: Added.
2517 * fast/css/resize-corner-tracking-expected.txt: Added.
2518 * fast/css/resize-corner-tracking.html: Added.
2520 2006-06-24 Mitz Pettel <opendarwin.org@mitzpettel.com>
2522 Reviewed by Darin. landed by ap.
2524 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9316
2525 REGRESSION: text field width shrinks on first keystroke
2527 * fast/forms/floating-textfield-relayout-expected.checksum: Added.
2528 * fast/forms/floating-textfield-relayout-expected.png: Added.
2529 * fast/forms/floating-textfield-relayout-expected.txt: Added.
2530 * fast/forms/floating-textfield-relayout.html: Added.
2532 2006-06-24 Mitz Pettel <opendarwin.org@mitzpettel.com>
2536 - updated test results for http://bugzilla.opendarwin.org/show_bug.cgi?id=9531
2537 Pages that need only a horizontal scroll bar get a vertical one as well
2539 * css1/classification/white_space-expected.checksum:
2540 * css1/classification/white_space-expected.png:
2541 * css1/classification/white_space-expected.txt:
2542 * editing/selection/select-all-004-expected.checksum:
2543 * editing/selection/select-all-004-expected.png:
2544 * editing/selection/select-all-004-expected.txt:
2545 * editing/selection/unrendered-001-expected.checksum:
2546 * editing/selection/unrendered-001-expected.png:
2547 * editing/selection/unrendered-001-expected.txt:
2548 * editing/selection/unrendered-002-expected.checksum:
2549 * editing/selection/unrendered-002-expected.png:
2550 * editing/selection/unrendered-002-expected.txt:
2551 * editing/selection/unrendered-003-expected.checksum:
2552 * editing/selection/unrendered-003-expected.png:
2553 * editing/selection/unrendered-003-expected.txt:
2554 * editing/selection/unrendered-004-expected.checksum:
2555 * editing/selection/unrendered-004-expected.png:
2556 * editing/selection/unrendered-004-expected.txt:
2557 * editing/selection/unrendered-005-expected.checksum:
2558 * editing/selection/unrendered-005-expected.png:
2559 * editing/selection/unrendered-005-expected.txt:
2560 * fast/block/float/019-expected.checksum:
2561 * fast/block/float/019-expected.png:
2562 * fast/block/float/019-expected.txt:
2563 * fast/block/margin-collapse/104-expected.checksum:
2564 * fast/block/margin-collapse/104-expected.png:
2565 * fast/block/margin-collapse/104-expected.txt:
2566 * fast/block/positioning/relative-overflow-block-expected.checksum:
2567 * fast/block/positioning/relative-overflow-block-expected.txt:
2568 * fast/block/positioning/relative-overflow-replaced-expected.checksum:
2569 * fast/block/positioning/relative-overflow-replaced-expected.txt:
2570 * fast/block/positioning/relative-overflow-replaced-float-expected.checksum:
2571 * fast/block/positioning/relative-overflow-replaced-float-expected.txt:
2572 * fast/lists/li-br-expected.checksum:
2573 * fast/lists/li-br-expected.png:
2574 * fast/lists/li-br-expected.txt:
2575 * fast/media/mq-relative-constraints-02-expected.checksum:
2576 * fast/media/mq-relative-constraints-02-expected.png:
2577 * fast/media/mq-relative-constraints-02-expected.txt:
2578 * fast/media/mq-relative-constraints-03-expected.checksum:
2579 * fast/media/mq-relative-constraints-03-expected.png:
2580 * fast/media/mq-relative-constraints-03-expected.txt:
2581 * fast/media/mq-relative-constraints-04-expected.checksum:
2582 * fast/media/mq-relative-constraints-04-expected.png:
2583 * fast/media/mq-relative-constraints-04-expected.txt:
2584 * fast/media/mq-relative-constraints-05-expected.checksum:
2585 * fast/media/mq-relative-constraints-05-expected.png:
2586 * fast/media/mq-relative-constraints-05-expected.txt:
2587 * fast/media/mq-relative-constraints-06-expected.checksum:
2588 * fast/media/mq-relative-constraints-06-expected.png:
2589 * fast/media/mq-relative-constraints-06-expected.txt:
2590 * fast/media/mq-relative-constraints-07-expected.checksum:
2591 * fast/media/mq-relative-constraints-07-expected.png:
2592 * fast/media/mq-relative-constraints-07-expected.txt:
2593 * fast/media/mq-relative-constraints-09-expected.checksum:
2594 * fast/media/mq-relative-constraints-09-expected.png:
2595 * fast/media/mq-relative-constraints-09-expected.txt:
2596 * fast/media/mq-width-absolute-01-expected.checksum:
2597 * fast/media/mq-width-absolute-01-expected.png:
2598 * fast/media/mq-width-absolute-01-expected.txt:
2599 * fast/media/mq-width-absolute-02-expected.checksum:
2600 * fast/media/mq-width-absolute-02-expected.png:
2601 * fast/media/mq-width-absolute-02-expected.txt:
2602 * fast/media/mq-width-absolute-03-expected.checksum:
2603 * fast/media/mq-width-absolute-03-expected.png:
2604 * fast/media/mq-width-absolute-03-expected.txt:
2605 * fast/media/mq-width-absolute-04-expected.checksum:
2606 * fast/media/mq-width-absolute-04-expected.png:
2607 * fast/media/mq-width-absolute-04-expected.txt:
2608 * fast/table/wide-colspan-expected.checksum:
2609 * fast/table/wide-colspan-expected.png:
2610 * fast/table/wide-colspan-expected.txt:
2611 * fast/table/wide-column-expected.checksum:
2612 * fast/table/wide-column-expected.png:
2613 * fast/table/wide-column-expected.txt:
2614 * tables/mozilla/bugs/bug131020-expected.checksum:
2615 * tables/mozilla/bugs/bug131020-expected.png:
2616 * tables/mozilla/bugs/bug131020-expected.txt:
2617 * tables/mozilla/bugs/bug23151-expected.checksum:
2618 * tables/mozilla/bugs/bug23151-expected.png:
2619 * tables/mozilla/bugs/bug23151-expected.txt:
2620 * tables/mozilla/bugs/bug29314-expected.checksum:
2621 * tables/mozilla/bugs/bug29314-expected.png:
2622 * tables/mozilla/bugs/bug29314-expected.txt:
2623 * tables/mozilla/bugs/bug43039-expected.checksum:
2624 * tables/mozilla/bugs/bug43039-expected.png:
2625 * tables/mozilla/bugs/bug43039-expected.txt:
2626 * tables/mozilla/bugs/bug43854-1-expected.checksum:
2627 * tables/mozilla/bugs/bug43854-1-expected.png:
2628 * tables/mozilla/bugs/bug43854-1-expected.txt:
2629 * tables/mozilla/bugs/bug625-expected.checksum:
2630 * tables/mozilla/bugs/bug625-expected.png:
2631 * tables/mozilla/bugs/bug625-expected.txt:
2632 * tables/mozilla/bugs/bug92143-expected.checksum:
2633 * tables/mozilla/bugs/bug92143-expected.png:
2634 * tables/mozilla/bugs/bug92143-expected.txt:
2635 * tables/mozilla/bugs/bug96334-expected.checksum:
2636 * tables/mozilla/bugs/bug96334-expected.png:
2637 * tables/mozilla/bugs/bug96334-expected.txt:
2638 * tables/mozilla/core/misc-expected.checksum:
2639 * tables/mozilla/core/misc-expected.png:
2640 * tables/mozilla/core/misc-expected.txt:
2641 * tables/mozilla/core/nested1-expected.checksum:
2642 * tables/mozilla/core/nested1-expected.png:
2643 * tables/mozilla/core/nested1-expected.txt:
2644 * tables/mozilla_expected_failures/bugs/bug220653-expected.checksum:
2645 * tables/mozilla_expected_failures/bugs/bug220653-expected.png:
2646 * tables/mozilla_expected_failures/bugs/bug220653-expected.txt:
2647 * tables/mozilla_expected_failures/bugs/bug67915-2-expected.checksum:
2648 * tables/mozilla_expected_failures/bugs/bug67915-2-expected.png:
2649 * tables/mozilla_expected_failures/bugs/bug67915-2-expected.txt:
2651 2006-06-24 Alexey Proskuryakov <ap@nypop.com>
2655 - http://bugzilla.opendarwin.org/show_bug.cgi?id=7461
2656 Always encode the path part of an URI as UTF-8
2658 * http/tests/uri/intercept/.htaccess: Added.
2659 * http/tests/uri/resources/print-uri.php: Added.
2660 * http/tests/uri/utf8-path-expected.txt: Added.
2661 * http/tests/uri/utf8-path.html: Added.
2663 2006-06-24 Graham Dennis <Graham.Dennis@gmail.com>
2665 Reviewed by Darin, landed by ap.
2667 - test and updated results for http://bugzilla.opendarwin.org/show_bug.cgi?id=9467
2668 TreeWalker/NodeIterator do not restrict the traversal
2670 * traversal/node-iterator-001.html:
2671 * traversal/node-iterator-002.html:
2672 * traversal/node-iterator-003.html:
2673 * traversal/node-iterator-004.html:
2674 * traversal/node-iterator-005.html:
2675 * traversal/node-iterator-006.html:
2676 * traversal/node-iterator-007.html:
2677 * traversal/stay-within-root-expected.checksum: Added.
2678 * traversal/stay-within-root-expected.png: Added.
2679 * traversal/stay-within-root-expected.txt: Added.
2680 * traversal/stay-within-root.html: Added.
2681 * traversal/tree-walker-001.html:
2682 * traversal/tree-walker-002.html:
2683 * traversal/tree-walker-003.html:
2684 * traversal/tree-walker-004.html:
2685 * traversal/tree-walker-005.html:
2687 2006-06-24 Jonas Witt <jonas.witt@gmail.com>
2689 Reviewed by ggaren, landed by ap.
2691 - test that DOMEvents are correctly handed to the ObjC API
2692 http://bugzilla.opendarwin.org/show_bug.cgi?id=9181
2694 * fast/events/objc-event-api-expected.txt: Added.
2695 * fast/events/objc-event-api.html: Added.
2697 2006-06-23 Tim Omernick <timo@apple.com>
2699 Reviewed by Tim Hatcher.
2701 <rdar://problem/4560947> Leopard REGRESSION: Dragging to TileGame Widget is broken
2703 * fast/events/ondragenter-expected.checksum: Added.
2704 * fast/events/ondragenter-expected.png: Added.
2705 * fast/events/ondragenter-expected.txt: Added.
2706 * fast/events/ondragenter.html: Added.
2708 2006-06-23 Justin Garcia <justin.garcia@apple.com>
2712 * editing/deleting/merge-into-empty-block-1-expected.checksum: Added.
2713 * editing/deleting/merge-into-empty-block-1-expected.png: Added.
2714 * editing/deleting/merge-into-empty-block-1-expected.txt: Added.
2715 * editing/deleting/merge-into-empty-block-1.html: Added.
2716 * editing/deleting/merge-into-empty-block-2-expected.checksum: Added.
2717 * editing/deleting/merge-into-empty-block-2-expected.png: Added.
2718 * editing/deleting/merge-into-empty-block-2-expected.txt: Added.
2719 * editing/deleting/merge-into-empty-block-2.html: Added.
2721 2006-06-23 Justin Garcia <justin.garcia@apple.com>
2725 <http://bugzilla.opendarwin.org/show_bug.cgi?id=8074>
2726 Caret before/after block tables is too small
2727 <rdar://problem/4598331>
2728 right arrow out of a table shows cursor in a weird place
2731 * editing/input/range-for-empty-document-expected.txt:
2733 * editing/selection/table-caret-1-expected.checksum: Added.
2734 * editing/selection/table-caret-1-expected.png: Added.
2735 * editing/selection/table-caret-1-expected.txt: Added.
2736 * editing/selection/table-caret-1.html: Added.
2737 * editing/selection/table-caret-2-expected.checksum: Added.
2738 * editing/selection/table-caret-2-expected.png: Added.
2739 * editing/selection/table-caret-2-expected.txt: Added.
2740 * editing/selection/table-caret-2.html: Added.
2741 * editing/selection/table-caret-3-expected.checksum: Added.
2742 * editing/selection/table-caret-3-expected.png: Added.
2743 * editing/selection/table-caret-3-expected.txt: Added.
2744 * editing/selection/table-caret-3.html: Added.
2746 2006-06-22 Mitz Pettel <opendarwin.org@mitzpettel.com>
2750 - test and updated results for http://bugzilla.opendarwin.org/show_bug.cgi?id=9497
2751 REGRESSION: Incomplete repainting when scrolling thumbnails on Flickr
2753 * fast/repaint/clipped-relative-expected.checksum: Added.
2754 * fast/repaint/clipped-relative-expected.png: Added.
2755 * fast/repaint/clipped-relative-expected.txt: Added.
2756 * fast/repaint/clipped-relative.html: Added.
2757 * fast/repaint/containing-block-position-change-expected.checksum: Updated.
2758 * fast/repaint/containing-block-position-change-expected.png: Updated.
2760 2006-06-22 Anders Carlsson <acarlsson@apple.com>
2764 <rdar://problem/4529334> REGRESSION: Can't configure RadarInMotion widget for U.S. locations on Leopard (Javascript errors)
2766 * fast/dom/resource-locations-in-created-html-document-expected.txt: Added.
2767 * fast/dom/resource-locations-in-created-html-document.html: Added.
2769 2006-06-22 Anders Carlsson <acarlsson@apple.com>
2773 <rdar://problem/4499675> Package Tracker widget always crashes in WebCore::Frame::jScriptEnabled() const + 0
2775 * fast/dom/noscript-canvas-in-created-html-document-expected.txt: Added.
2776 * fast/dom/noscript-canvas-in-created-html-document.html: Added.
2778 2006-06-22 Anders Carlsson <acarlsson@apple.com>
2782 <rdar://problem/4524840> Entities contained in DOCTYPE referenced DTD in XSLT source document are unknown
2784 * fast/xsl/dtd-in-source-document-expected.txt: Added.
2785 * fast/xsl/dtd-in-source-document.xml: Added.
2786 * fast/xsl/resources/dtd-in-source-document.dtd: Added.
2787 * fast/xsl/resources/dtd-in-source-document.xsl: Added.
2789 2006-06-21 Justin Garcia <justin.garcia@apple.com>
2793 * editing/deleting/table-cells-expected.checksum: Added.
2794 * editing/deleting/table-cells-expected.png: Added.
2795 * editing/deleting/table-cells-expected.txt: Added.
2796 * editing/deleting/table-cells.html: Added.
2797 * editing/inserting/paragraph-separator-in-table-1-expected.checksum: Added.
2798 * editing/inserting/paragraph-separator-in-table-1-expected.png: Added.
2799 * editing/inserting/paragraph-separator-in-table-1-expected.txt: Added.
2800 * editing/inserting/paragraph-separator-in-table-1.html: Added.
2801 * editing/inserting/paragraph-separator-in-table-2-expected.checksum: Added.
2802 * editing/inserting/paragraph-separator-in-table-2-expected.png: Added.
2803 * editing/inserting/paragraph-separator-in-table-2-expected.txt: Added.
2804 * editing/inserting/paragraph-separator-in-table-2.html: Added.
2806 2006-06-21 Justin Garcia <justin.garcia@apple.com>
2810 <rdar://problem/4590366>
2811 REGRESSION: Selection incorrectly paints gaps on TOT
2814 * editing/selection/line-wrap-1-expected.checksum: Added.
2815 * editing/selection/line-wrap-1-expected.png: Added.
2816 * editing/selection/line-wrap-1-expected.txt: Added.
2817 * editing/selection/line-wrap-1.html: Added.
2818 * editing/selection/line-wrap-2-expected.checksum: Added.
2819 * editing/selection/line-wrap-2-expected.png: Added.
2820 * editing/selection/line-wrap-2-expected.txt: Added.
2821 * editing/selection/line-wrap-2.html: Added.
2823 * editing/execCommand/findString-expected.checksum:
2824 * editing/execCommand/findString-expected.png:
2825 * editing/execCommand/findString-expected.txt:
2826 * editing/inserting/editing-empty-divs-expected.checksum:
2827 * editing/inserting/editing-empty-divs-expected.png:
2828 * editing/inserting/editing-empty-divs-expected.txt:
2829 * editing/inserting/insert-3659587-fix-expected.txt:
2830 * editing/inserting/insert-tab-002-expected.txt:
2831 * editing/inserting/insert-text-with-newlines-expected.txt:
2832 * editing/inserting/typing-001-expected.txt:
2833 * editing/inserting/typing-003-expected.txt:
2834 * editing/inserting/typing-around-br-001-expected.txt:
2835 * editing/style/remove-underline-across-paragraph-expected.txt:
2836 * editing/style/remove-underline-across-paragraph-in-bold-expected.txt:
2837 * editing/style/remove-underline-after-paragraph-expected.txt:
2838 * editing/style/remove-underline-after-paragraph-in-bold-expected.txt:
2839 * editing/style/remove-underline-expected.txt:
2840 * editing/style/remove-underline-from-stylesheet-expected.txt:
2841 * editing/style/remove-underline-in-bold-expected.txt:
2842 * editing/style/typing-style-002-expected.txt:
2843 * editing/style/typing-style-003-expected.txt:
2844 * editing/style/unbold-in-bold-expected.txt:
2845 * editing/style/underline-expected.txt:
2847 * editing/input/attributed-substring-from-range-lines.html
2849 2006-06-21 Anders Carlsson <acarlsson@apple.com>
2853 http://bugzilla.opendarwin.org/show_bug.cgi?id=6058
2854 XMLTokenizer runs all <script> tags at once instead of as they're encountered
2856 * dom/svg/level3/xpath/svgunit.js:
2857 The XPath tests depend on the document being loaded before running the tests.
2858 Add a "load" event listener and run the test in the handler.
2860 * fast/canvas/quadraticCurveTo.xml:
2861 Add onload handler and run tests there.
2863 * fast/innerHTML/004-expected.txt:
2864 * fast/innerHTML/004.xhtml:
2865 Add load event listener and run test there.
2867 * fast/parser/external-entities-expected.txt:
2868 This now dumps as text because the script is ran before the parse error is encountered.
2870 * fast/parser/resources/xhtml-scripts.js: Added.
2871 * fast/parser/xhtml-scripts-expected.txt: Added.
2872 * fast/parser/xhtml-scripts.xhtml: Added.
2875 * svg/custom/text-hit-test.svg:
2876 Run test in onload handler.
2878 2006-06-20 Maciej Stachowiak <mjs@apple.com>
2880 No review - updated results for earlier patch.
2882 - updated SVG test results where my recent fix affected bounding boxes
2884 I think the new results are more accurate bounding boxes and in
2885 any case there is no actual difference in rendered output.
2887 * svg/W3C-SVG-1.1/color-prof-01-f-expected.txt:
2888 * svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt:
2889 * svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt:
2890 * svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.txt:
2891 * svg/W3C-SVG-1.1/filters-light-01-f-expected.txt:
2892 * svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt:
2893 * svg/W3C-SVG-1.1/masking-path-04-b-expected.txt:
2894 * svg/W3C-SVG-1.1/render-groups-01-b-expected.txt:
2895 * svg/W3C-SVG-1.1/render-groups-03-t-expected.txt:
2896 * svg/W3C-SVG-1.1/struct-image-01-t-expected.txt:
2897 * svg/W3C-SVG-1.1/struct-image-03-t-expected.txt:
2898 * svg/W3C-SVG-1.1/struct-image-04-t-expected.txt:
2899 * svg/custom/foreign-object-skew-expected.txt:
2900 * svg/custom/image-with-transform-clip-filter-expected.txt:
2901 * svg/custom/text-image-opacity-expected.txt:
2903 2006-06-20 Adele Peterson <adele@apple.com>
2907 Updated results for: http://bugzilla.opendarwin.org/show_bug.cgi?id=8948
2908 Switch to use new text field implementation for <textarea>
2910 Changes include some size differences since the new textareas have 4 pixels less horizontal padding,
2911 and the renderer name for textareas has changed from RenderTextArea to RenderTextField.
2913 * dom/html/level2/html/HTMLTextAreaElement14-expected.txt:
2914 * dom/html/level2/html/HTMLTextAreaElement15-expected.txt:
2915 * dom/xhtml/level2/html/HTMLTextAreaElement14-expected.txt:
2916 * dom/xhtml/level2/html/HTMLTextAreaElement15-expected.txt:
2917 * fast/block/margin-collapse/103-expected.checksum:
2918 * fast/block/margin-collapse/103-expected.png:
2919 * fast/block/margin-collapse/103-expected.txt:
2920 * fast/dynamic/008-expected.checksum:
2921 * fast/dynamic/008-expected.png:
2922 * fast/dynamic/008-expected.txt:
2923 * fast/forms/001-expected.checksum:
2924 * fast/forms/002-expected.checksum:
2925 * fast/forms/003-expected.checksum:
2926 * fast/forms/004-expected.checksum:
2927 * fast/forms/005-expected.checksum:
2928 * fast/forms/006-expected.checksum:
2929 * fast/forms/007-expected.checksum:
2930 * fast/forms/8250-expected.checksum:
2931 * fast/forms/blankbuttons-expected.checksum:
2932 * fast/forms/button-cannot-be-nested-expected.checksum:
2933 * fast/forms/button-default-title-expected.checksum:
2934 * fast/forms/button-inner-block-reuse-expected.checksum:
2935 * fast/forms/button-positioned-expected.checksum:
2936 * fast/forms/button-sizes-expected.checksum:
2937 * fast/forms/button-table-styles-expected.checksum:
2938 * fast/forms/button-white-space-expected.checksum:
2939 * fast/forms/checkbox-radio-onchange-expected.checksum:
2940 * fast/forms/cursor-position-expected.txt:
2941 * fast/forms/double-focus-expected.txt:
2942 * fast/forms/file-input-disabled-expected.checksum:
2943 * fast/forms/form-element-geometry-expected.checksum:
2944 * fast/forms/form-element-geometry-expected.png:
2945 * fast/forms/form-element-geometry-expected.txt:
2946 * fast/forms/form-hides-table-expected.checksum:
2947 * fast/forms/formmove-expected.checksum:
2948 * fast/forms/formmove2-expected.checksum:
2949 * fast/forms/formmove3-expected.checksum:
2950 * fast/forms/indeterminate-expected.checksum:
2951 * fast/forms/input-appearance-bkcolor-expected.checksum:
2952 * fast/forms/input-appearance-default-bkcolor-expected.checksum:
2953 * fast/forms/input-appearance-disabled-expected.checksum:
2954 * fast/forms/input-appearance-focus-expected.checksum:
2955 * fast/forms/input-appearance-minWidth-expected.checksum:
2956 * fast/forms/input-appearance-preventDefault-expected.checksum:
2957 * fast/forms/input-appearance-readonly-expected.checksum:
2958 * fast/forms/input-appearance-selection-expected.checksum:
2959 * fast/forms/input-appearance-visibility-expected.checksum:
2960 * fast/forms/input-appearance-width-expected.checksum:
2961 * fast/forms/input-baseline-expected.checksum:
2962 * fast/forms/input-disabled-color-expected.checksum:
2963 * fast/forms/input-double-click-selection-gap-bug-expected.checksum:
2964 * fast/forms/input-maxlength-2-expected.checksum:
2965 * fast/forms/input-no-renderer-expected.checksum:
2966 * fast/forms/input-paste-undo-expected.checksum:
2967 * fast/forms/input-readonly-dimmed-expected.checksum:
2968 * fast/forms/input-readonly-empty-expected.checksum:
2969 * fast/forms/input-spaces-expected.checksum:
2970 * fast/forms/input-table-expected.checksum:
2971 * fast/forms/input-text-click-inside-expected.checksum:
2972 * fast/forms/input-text-click-outside-expected.checksum:
2973 * fast/forms/input-text-double-click-expected.checksum:
2974 * fast/forms/input-text-drag-down-expected.checksum:
2975 * fast/forms/input-text-maxlength-expected.checksum:
2976 * fast/forms/input-text-option-delete-expected.checksum:
2977 * fast/forms/input-text-paste-maxlength-expected.checksum:
2978 * fast/forms/input-text-scroll-left-on-blur-expected.checksum:
2979 * fast/forms/input-text-self-emptying-click-expected.checksum:
2980 * fast/forms/input-value-expected.checksum:
2981 * fast/forms/input-width-expected.checksum:
2982 * fast/forms/minWidthPercent-expected.checksum:
2983 * fast/forms/negativeLineHeight-expected.checksum:
2984 * fast/forms/negativeLineHeight-expected.png:
2985 * fast/forms/negativeLineHeight-expected.txt:
2986 * fast/forms/option-index-expected.checksum:
2987 * fast/forms/option-script-expected.checksum:
2988 * fast/forms/option-strip-whitespace-expected.checksum:
2989 * fast/forms/plaintext-mode-2-expected.checksum:
2990 * fast/forms/radio-attr-order-expected.checksum:
2991 * fast/forms/radio_checked-expected.checksum:
2992 * fast/forms/radio_checked_dynamic-expected.checksum:
2993 * fast/forms/selection-functions-expected.txt:
2994 * fast/forms/tabbing-input-iframe-expected.checksum:
2995 * fast/forms/textAreaLineHeight-expected.checksum:
2996 * fast/forms/textAreaLineHeight-expected.png:
2997 * fast/forms/textAreaLineHeight-expected.txt:
2998 * fast/forms/textarea-crlf-expected.txt:
2999 * fast/forms/textarea-setinnerhtml-expected.checksum:
3000 * fast/forms/textarea-setinnerhtml-expected.png:
3001 * fast/forms/textarea-setinnerhtml-expected.txt:
3002 * fast/forms/textarea-setvalue-submit-expected.txt:
3003 * fast/forms/visual-hebrew-text-field-expected.checksum:
3004 * fast/replaced/width100percent-expected.checksum:
3005 * fast/replaced/width100percent-expected.png:
3006 * fast/replaced/width100percent-expected.txt:
3007 * fast/table/003-expected.checksum:
3008 * fast/table/003-expected.png:
3009 * fast/table/003-expected.txt:
3010 * tables/mozilla/bugs/bug194024-expected.checksum:
3011 * tables/mozilla/bugs/bug194024-expected.png:
3012 * tables/mozilla/bugs/bug194024-expected.txt:
3013 * tables/mozilla/bugs/bug30559-expected.checksum:
3014 * tables/mozilla/bugs/bug30559-expected.png:
3015 * tables/mozilla/bugs/bug30559-expected.txt:
3016 * tables/mozilla/bugs/bug30692-expected.checksum:
3017 * tables/mozilla/bugs/bug30692-expected.png:
3018 * tables/mozilla/bugs/bug30692-expected.txt:
3020 2006-06-20 Adele Peterson <adele@apple.com>
3025 http://bugzilla.opendarwin.org/show_bug.cgi?id=8724
3026 REGRESSION: onSelect handler doesn't work for text fields
3028 http://bugzilla.opendarwin.org/show_bug.cgi?id=7676
3029 REGRESSION: Selection methods on new text fields don't work if text field is hidden
3031 http://bugzilla.opendarwin.org/show_bug.cgi?id=8867
3032 REGRESSION: selectionStart/End return 0 for input element once it no longer has focus
3034 * fast/forms/double-focus-expected.txt:
3035 * fast/forms/input-selection-hidden-expected.txt: Added.
3036 * fast/forms/input-selection-hidden.html: Added.
3037 * fast/forms/input-selection-restore-expected.txt: Added.
3038 * fast/forms/input-selection-restore.html: Added.
3039 * fast/forms/input-text-paste-maxlength-expected.txt:
3040 * fast/forms/onselect-textarea-expected.txt: Added.
3041 * fast/forms/onselect-textarea.html: Added.
3042 * fast/forms/onselect-textfield-expected.txt: Added.
3043 * fast/forms/onselect-textfield.html: Added.
3044 * fast/forms/selection-functions-expected.txt:
3046 2006-06-20 Anders Carlsson <acarlsson@apple.com>
3050 <rdar://problem/4592244> REGRESSION (417.9.3 - 420+): (some?) plain text files have all lines concatenated into one line
3052 * fast/text/plain-text-line-breaks-expected.checksum: Added.
3053 * fast/text/plain-text-line-breaks-expected.png: Added.
3054 * fast/text/plain-text-line-breaks-expected.txt: Added.
3055 * fast/text/plain-text-line-breaks.html: Added.
3056 * fast/text/resources/line-breaks-cr.txt: Added.
3057 * fast/text/resources/line-breaks-crlf.txt: Added.
3058 * fast/text/resources/line-breaks-lf.txt: Added.
3060 2006-06-19 Alexey Proskuryakov <ap@nypop.com>
3064 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=5499
3065 Page reload does not send any cache control headers
3067 * http/tests/misc/refresh-headers-expected.txt: Added.
3068 * http/tests/misc/refresh-headers.php: Added.
3070 2006-06-19 Alexey Proskuryakov <ap@nypop.com>
3074 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=8972
3075 REGRESSION: invalid UTF-8 sequences are not displayed
3077 * fast/encoding/invalid-UTF-8-expected.checksum:
3078 * fast/encoding/invalid-UTF-8-expected.png:
3079 * fast/encoding/invalid-UTF-8-expected.txt:
3080 * fast/encoding/invalid-UTF-8.html:
3082 2006-06-18 David Kilzer <ddkilzer@kilzer.net>
3086 * fast/history/clicked-link-is-visited.html: Changed to use DOM mouse event.
3088 2006-06-18 David Kilzer <ddkilzer@kilzer.net>
3092 - test and results for http://bugzilla.opendarwin.org/show_bug.cgi?id=9150
3093 DumpRenderTree should be able to keep URL history during runs
3095 * fast/history/clicked-link-is-visited-expected.checksum: Added.
3096 * fast/history/clicked-link-is-visited-expected.png: Added.
3097 * fast/history/clicked-link-is-visited-expected.txt: Added.
3098 * fast/history/clicked-link-is-visited.html: Added.
3099 * fast/history/resources/clicked-link-is-visited-2.html: Added.
3101 2006-06-17 Alexey Proskuryakov <ap@nypop.com>
3105 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=8131
3106 Some properties and methods of window and document objects cannot be converted to a string
3108 * fast/dom/everything-to-string-expected.txt: Added.
3109 * fast/dom/everything-to-string.html: Added.
3111 2006-06-17 Mitz Pettel <opendarwin.org@mitzpettel.com>
3115 - test and updated results for http://bugzilla.opendarwin.org/show_bug.cgi?id=7395
3116 Table not properly re-flowed when floated div removed from layout
3118 * css2.1/t0905-c5525-fltmult-00-d-g-expected.checksum: Updated.
3119 * css2.1/t0905-c5525-fltmult-00-d-g-expected.png: Updated.
3120 * css2.1/t0905-c5525-fltmult-00-d-g-expected.txt: Updated.
3121 * fast/block/float/table-relayout-expected.checksum: Added.
3122 * fast/block/float/table-relayout-expected.png: Added.
3123 * fast/block/float/table-relayout-expected.txt: Added.
3124 * fast/block/float/table-relayout.html: Added.
3126 2006-06-17 Rob Buis <buis@kde.org>
3131 <http://bugzilla.opendarwin.org/show_bug.cgi?id=6282>
3133 * fast/dom/select-selectedIndex-multiple.html: Added.
3134 * fast/dom/select-selectedIndex.html: Added.
3136 2006-06-16 Adele Peterson <adele@apple.com>
3140 Adding missing expected result for test from yesterday.
3142 * fast/events/window-load-capture-expected.txt: Added.
3144 2006-06-16 Mitz Pettel <opendarwin.org@mitzpettel.com>
3148 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9432
3149 REGRESSION: crash in capitalization code due to empty-string generated content
3151 * fast/text/capitalize-empty-generated-string-expected.checksum: Added.
3152 * fast/text/capitalize-empty-generated-string-expected.png: Added.
3153 * fast/text/capitalize-empty-generated-string-expected.txt: Added.
3154 * fast/text/capitalize-empty-generated-string.html: Added.
3156 2006-06-15 Justin Garcia <justin.garcia@apple.com>
3160 <http://bugzilla.opendarwin.org/show_bug.cgi?id=8637>
3161 REGRESSION (11-16-05): Selection gaps left behind after delete
3163 * fast/repaint/selection-after-delete-expected.checksum: Added.
3164 * fast/repaint/selection-after-delete-expected.png: Added.
3165 * fast/repaint/selection-after-delete-expected.txt: Added.
3166 * fast/repaint/selection-after-delete.html: Added.
3167 * fast/repaint/selection-after-remove-expected.checksum: Added.
3168 * fast/repaint/selection-after-remove-expected.png: Added.
3169 * fast/repaint/selection-after-remove-expected.txt: Added.
3170 * fast/repaint/selection-after-remove.html: Added.
3172 2006-06-15 Justin Garcia <justin.garcia@apple.com>
3174 Reviewed by harrison
3176 * editing/deleting/pruning-after-merge-2-expected.checksum: Added.
3177 * editing/deleting/pruning-after-merge-2-expected.png: Added.
3178 * editing/deleting/pruning-after-merge-2-expected.txt: Added.
3179 * editing/deleting/pruning-after-merge-2.html: Added.
3181 2006-06-15 Nicholas Shanks <contact@nickshanks.com>
3183 Reviewed by Hyatt, landed by Joost de Valk.
3185 Testcases for fix to bug http://bugzilla.opendarwin.org/show_bug.cgi?id=3233
3187 * fast/css/css3-modsel-22-expected.txt: Added.
3188 * fast/css/css3-modsel-22.html: Added.
3190 2006-06-15 Justin Garcia <justin.garcia@apple.com>
3192 Reviewed by harrison
3194 <http://bugzilla.opendarwin.org/show_bug.cgi?id=9456>
3195 REGRESSION (417.9.2-420+): Cmd-G doesn't work in Safari after double-click and Cmd-E
3197 * editing/execCommand/findString-2-expected.checksum: Added.
3198 * editing/execCommand/findString-2-expected.png: Added.
3199 * editing/execCommand/findString-2-expected.txt: Added.
3200 * editing/execCommand/findString-2.html: Added.
3202 2006-06-14 Justin Garcia <justin.garcia@apple.com>
3206 <rdar://problem/4439248>
3207 REGRESSION(412-417): [RTL] Serious problem with RTL signatures in Mail.app in 10.4.4 (7766)
3209 * editing/pasteboard/copy-paste-bidi-expected.checksum: Added.
3210 * editing/pasteboard/copy-paste-bidi-expected.png: Added.
3211 * editing/pasteboard/copy-paste-bidi-expected.txt: Added.
3212 * editing/pasteboard/copy-paste-bidi.html: Added.
3214 2006-06-14 Levi Weintraub <lweintraub@apple.com>
3218 <http://bugzilla.opendarwin.org/show_bug.cgi?id=7580>
3219 TinyMCE: Implement execCommand(formatBlock, ...)
3221 * editing/deleting/delete-ws-fixup-002-expected.checksum:
3222 * editing/deleting/delete-ws-fixup-002-expected.png:
3223 * editing/deleting/delete-ws-fixup-002-expected.txt:
3224 * editing/deleting/delete-ws-fixup-002.html:
3225 * editing/execCommand/format-block-expected.checksum: Added.
3226 * editing/execCommand/format-block-expected.png: Added.
3227 * editing/execCommand/format-block-expected.txt: Added.
3228 * editing/execCommand/format-block-from-range-selection-expected.checksum: Added.
3229 * editing/execCommand/format-block-from-range-selection-expected.png: Added.
3230 * editing/execCommand/format-block-from-range-selection-expected.txt: Added.
3231 * editing/execCommand/format-block-from-range-selection.html: Added.
3232 * editing/execCommand/format-block.html: Added.
3234 2006-06-14 Maciej Stachowiak <mjs@apple.com>
3236 Test case by Anders, reviewed and tweaked by Maciej.
3238 - fixed <rdar://problem/4586051> 10.4.7 regression: 'Saved and recent' button on mapquest.com does not work
3240 * fast/events/window-load-capture.html: Added.
3242 2006-06-13 Geoffrey Garen <ggaren@apple.com>
3244 Test for createHTMLDocument.
3246 * fast/dom/implementation-createHTMLDocument-expected.txt: Added.
3247 * fast/dom/implementation-createHTMLDocument.html: Added.
3249 2006-06-13 Maciej Stachowiak <mjs@apple.com>
3251 - fixed up results of the layout test I committed for 4583892,
3252 they were guaranteed to fail
3254 * fast/events/no-window-load-expected.txt:
3255 * fast/events/resources/greenbox.png: Added.
3257 2006-06-13 Geoffrey Garen <ggaren@apple.com>
3259 RS by MacDome. Added missing results for this test.
3261 * fast/css/xml-stylesheet-pi-not-in-prolog-expected.txt: Added.
3263 2006-06-13 Darin Adler <darin@apple.com>
3267 - test for <rdar://problem/4585333> Changing location for weather on yahoo.com home page redirects to another page
3269 * fast/events/event-listener-html-non-html-confusion-expected.txt: Added.
3270 * fast/events/event-listener-html-non-html-confusion.html: Added.
3272 2006-06-13 Maciej Stachowiak <mjs@apple.com>
3276 - test case for <rdar://problem/4583892> 10.4.7 regression: Hang occurs when attempting to load
3277 search results at mapquest.com
3279 * fast/events/no-window-load-expected.txt: Added.
3280 * fast/events/no-window-load.html: Added.
3282 2006-06-13 Antti Koivisto <koivisto@iki.fi>
3286 http://bugzilla.opendarwin.org/show_bug.cgi?id=9314
3288 * fast/block/positioning/relative-overflow-block-expected.checksum: Added.
3289 * fast/block/positioning/relative-overflow-block-expected.png: Added.
3290 * fast/block/positioning/relative-overflow-block-expected.txt: Added.
3291 * fast/block/positioning/relative-overflow-block.html: Added.
3292 * fast/block/positioning/relative-overflow-replaced-expected.checksum: Added.
3293 * fast/block/positioning/relative-overflow-replaced-expected.png: Added.
3294 * fast/block/positioning/relative-overflow-replaced-expected.txt: Added.
3295 * fast/block/positioning/relative-overflow-replaced-float-expected.checksum: Added.
3296 * fast/block/positioning/relative-overflow-replaced-float-expected.png: Added.
3297 * fast/block/positioning/relative-overflow-replaced-float-expected.txt: Added.
3298 * fast/block/positioning/relative-overflow-replaced-float.html: Added.
3299 * fast/block/positioning/relative-overflow-replaced.html: Added.
3301 2006-06-13 Anders Carlsson <acarlsson@apple.com>
3303 Reviewed by Dave Hyatt.
3305 http://bugzilla.opendarwin.org/show_bug.cgi?id=9427
3307 * fast/css/resources/xml-stylesheet-pi-not-in-prolog.css: Added.
3308 * fast/css/xml-stylesheet-pi-not-in-prolog.xml: Added.
3310 2006-06-10 Mitz Pettel <opendarwin.org@mitzpettel.com>
3314 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9334
3315 Incomplete repaint when changing block from non-positioned to positioned
3317 * fast/repaint/static-to-positioned-expected.checksum: Added.
3318 * fast/repaint/static-to-positioned-expected.png: Added.
3319 * fast/repaint/static-to-positioned-expected.txt: Added.
3320 * fast/repaint/static-to-positioned.html: Added.
3322 2006-06-10 Mitz Pettel <opendarwin.org@mitzpettel.com>
3326 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9193
3327 REGRESSION: setting an opacity on an element with an outline causes the outline to disappear completely
3329 - test repainting of layer children's outlines that extend beyond the layer
3331 * fast/layers: Added.
3332 * fast/layers/opacity-outline-expected.checksum: Added.
3333 * fast/layers/opacity-outline-expected.png: Added.
3334 * fast/layers/opacity-outline-expected.txt: Added.
3335 * fast/layers/opacity-outline.html: Added.
3336 * fast/repaint/layer-child-outline-expected.checksum: Added.
3337 * fast/repaint/layer-child-outline-expected.png: Added.
3338 * fast/repaint/layer-child-outline-expected.txt: Added.
3339 * fast/repaint/layer-child-outline.html: Added.
3341 2006-06-09 Justin Garcia <justin.garcia@apple.com>
3345 <rdar://problem/4549980>
3346 REGRESSION: "Find Again" can get stuck when searching for string with a trailing space
3348 * editing/execCommand/findString-expected.checksum: Added.
3349 * editing/execCommand/findString-expected.png: Added.
3350 * editing/execCommand/findString-expected.txt: Added.
3351 * editing/execCommand/findString.html: Added.
3353 2006-06-09 Kimmo Kinnunen <kimmo.t.kinnunen@nokia.com>
3357 Test cases for CSS3 Media Queries implementation.
3358 <http://bugzilla.opendarwin.org/show_bug.cgi?id=4127>
3360 * fast/media/import-p-green.css: Added.
3361 * fast/media/import-p-red.css: Added.
3362 * fast/media/media-descriptor-syntax-01-expected.checksum: Added.
3363 * fast/media/media-descriptor-syntax-01-expected.png: Added.
3364 * fast/media/media-descriptor-syntax-01-expected.txt: Added.
3365 * fast/media/media-descriptor-syntax-01.html: Added.
3366 * fast/media/media-descriptor-syntax-02-expected.checksum: Added.
3367 * fast/media/media-descriptor-syntax-02-expected.png: Added.
3368 * fast/media/media-descriptor-syntax-02-expected.txt: Added.
3369 * fast/media/media-descriptor-syntax-02.html: Added.
3370 * fast/media/media-descriptor-syntax-03-expected.checksum: Added.
3371 * fast/media/media-descriptor-syntax-03-expected.png: Added.
3372 * fast/media/media-descriptor-syntax-03-expected.txt: Added.
3373 * fast/media/media-descriptor-syntax-03.html: Added.
3374 * fast/media/media-descriptor-syntax-04-expected.checksum: Added.
3375 * fast/media/media-descriptor-syntax-04-expected.png: Added.
3376 * fast/media/media-descriptor-syntax-04-expected.txt: Added.
3377 * fast/media/media-descriptor-syntax-04.html: Added.
3378 * fast/media/media-descriptor-syntax-05-expected.checksum: Added.
3379 * fast/media/media-descriptor-syntax-05-expected.png: Added.
3380 * fast/media/media-descriptor-syntax-05-expected.txt: Added.
3381 * fast/media/media-descriptor-syntax-05.html: Added.
3382 * fast/media/media-descriptor-syntax-06-expected.checksum: Added.
3383 * fast/media/media-descriptor-syntax-06-expected.png: Added.
3384 * fast/media/media-descriptor-syntax-06-expected.txt: Added.
3385 * fast/media/media-descriptor-syntax-06.html: Added.
3386 * fast/media/media-type-syntax-01-expected.checksum: Added.
3387 * fast/media/media-type-syntax-01-expected.png: Added.
3388 * fast/media/media-type-syntax-01-expected.txt: Added.
3389 * fast/media/media-type-syntax-01.html: Added.
3390 * fast/media/media-type-syntax-02-expected.checksum: Added.
3391 * fast/media/media-type-syntax-02-expected.png: Added.
3392 * fast/media/media-type-syntax-02-expected.txt: Added.
3393 * fast/media/media-type-syntax-02.html: Added.
3394 * fast/media/mq-compound-query-01-expected.checksum: Added.
3395 * fast/media/mq-compound-query-01-expected.png: Added.
3396 * fast/media/mq-compound-query-01-expected.txt: Added.
3397 * fast/media/mq-compound-query-01.html: Added.
3398 * fast/media/mq-compound-query-02-expected.checksum: Added.
3399 * fast/media/mq-compound-query-02-expected.png: Added.
3400 * fast/media/mq-compound-query-02-expected.txt: Added.
3401 * fast/media/mq-compound-query-02.html: Added.
3402 * fast/media/mq-compound-query-03-expected.checksum: Added.
3403 * fast/media/mq-compound-query-03-expected.png: Added.
3404 * fast/media/mq-compound-query-03-expected.txt: Added.
3405 * fast/media/mq-compound-query-03.html: Added.
3406 * fast/media/mq-compound-query-04-expected.checksum: Added.
3407 * fast/media/mq-compound-query-04-expected.png: Added.
3408 * fast/media/mq-compound-query-04-expected.txt: Added.
3409 * fast/media/mq-compound-query-04.html: Added.
3410 * fast/media/mq-compound-query-05-expected.checksum: Added.
3411 * fast/media/mq-compound-query-05-expected.png: Added.
3412 * fast/media/mq-compound-query-05-expected.txt: Added.
3413 * fast/media/mq-compound-query-05.html: Added.
3414 * fast/media/mq-grid-01-expected.checksum: Added.
3415 * fast/media/mq-grid-01-expected.png: Added.
3416 * fast/media/mq-grid-01-expected.txt: Added.
3417 * fast/media/mq-grid-01.html: Added.
3418 * fast/media/mq-grid-02-expected.checksum: Added.
3419 * fast/media/mq-grid-02-expected.png: Added.
3420 * fast/media/mq-grid-02-expected.txt: Added.
3421 * fast/media/mq-grid-02.html: Added.
3422 * fast/media/mq-invalid-media-feature-01-expected.checksum: Added.
3423 * fast/media/mq-invalid-media-feature-01-expected.png: Added.
3424 * fast/media/mq-invalid-media-feature-01-expected.txt: Added.
3425 * fast/media/mq-invalid-media-feature-01.html: Added.
3426 * fast/media/mq-invalid-media-feature-02-expected.checksum: Added.
3427 * fast/media/mq-invalid-media-feature-02-expected.png: Added.
3428 * fast/media/mq-invalid-media-feature-02-expected.txt: Added.
3429 * fast/media/mq-invalid-media-feature-02.html: Added.
3430 * fast/media/mq-invalid-media-feature-03-expected.checksum: Added.
3431 * fast/media/mq-invalid-media-feature-03-expected.png: Added.
3432 * fast/media/mq-invalid-media-feature-03-expected.txt: Added.
3433 * fast/media/mq-invalid-media-feature-03.html: Added.
3434 * fast/media/mq-invalid-media-feature-04-expected.checksum: Added.
3435 * fast/media/mq-invalid-media-feature-04-expected.png: Added.
3436 * fast/media/mq-invalid-media-feature-04-expected.txt: Added.
3437 * fast/media/mq-invalid-media-feature-04.html: Added.
3438 * fast/media/mq-invalid-syntax-01-expected.checksum: Added.
3439 * fast/media/mq-invalid-syntax-01-expected.png: Added.
3440 * fast/media/mq-invalid-syntax-01-expected.txt: Added.
3441 * fast/media/mq-invalid-syntax-01.html: Added.
3442 * fast/media/mq-invalid-syntax-02-expected.checksum: Added.
3443 * fast/media/mq-invalid-syntax-02-expected.png: Added.
3444 * fast/media/mq-invalid-syntax-02-expected.txt: Added.
3445 * fast/media/mq-invalid-syntax-02.html: Added.
3446 * fast/media/mq-invalid-syntax-03-expected.checksum: Added.
3447 * fast/media/mq-invalid-syntax-03-expected.png: Added.
3448 * fast/media/mq-invalid-syntax-03-expected.txt: Added.
3449 * fast/media/mq-invalid-syntax-03.html: Added.
3450 * fast/media/mq-invalid-syntax-04-expected.checksum: Added.
3451 * fast/media/mq-invalid-syntax-04-expected.png: Added.
3452 * fast/media/mq-invalid-syntax-04-expected.txt: Added.
3453 * fast/media/mq-invalid-syntax-04.html: Added.
3454 * fast/media/mq-invalid-syntax-05-expected.checksum: Added.
3455 * fast/media/mq-invalid-syntax-05-expected.png: Added.
3456 * fast/media/mq-invalid-syntax-05-expected.txt: Added.
3457 * fast/media/mq-invalid-syntax-05.html: Added.
3458 * fast/media/mq-js-media-except-01-expected.checksum: Added.
3459 * fast/media/mq-js-media-except-01-expected.png: Added.
3460 * fast/media/mq-js-media-except-01-expected.txt: Added.
3461 * fast/media/mq-js-media-except-01.html: Added.
3462 * fast/media/mq-js-media-except-02-expected.checksum: Added.
3463 * fast/media/mq-js-media-except-02-expected.png: Added.
3464 * fast/media/mq-js-media-except-02-expected.txt: Added.
3465 * fast/media/mq-js-media-except-02.html: Added.
3466 * fast/media/mq-js-media-except-03-expected.checksum: Added.
3467 * fast/media/mq-js-media-except-03-expected.png: Added.
3468 * fast/media/mq-js-media-except-03-expected.txt: Added.
3469 * fast/media/mq-js-media-except-03.html: Added.
3470 * fast/media/mq-js-media-forward-syntax-expected.checksum: Added.
3471 * fast/media/mq-js-media-forward-syntax-expected.png: Added.
3472 * fast/media/mq-js-media-forward-syntax-expected.txt: Added.
3473 * fast/media/mq-js-media-forward-syntax.html: Added.
3474 * fast/media/mq-js-stylesheet-media-01-expected.checksum: Added.
3475 * fast/media/mq-js-stylesheet-media-01-expected.png: Added.
3476 * fast/media/mq-js-stylesheet-media-01-expected.txt: Added.
3477 * fast/media/mq-js-stylesheet-media-01.html: Added.
3478 * fast/media/mq-js-stylesheet-media-02-expected.checksum: Added.
3479 * fast/media/mq-js-stylesheet-media-02-expected.png: Added.
3480 * fast/media/mq-js-stylesheet-media-02-expected.txt: Added.
3481 * fast/media/mq-js-stylesheet-media-02.html: Added.
3482 * fast/media/mq-js-stylesheet-media-03-expected.checksum: Added.
3483 * fast/media/mq-js-stylesheet-media-03-expected.png: Added.
3484 * fast/media/mq-js-stylesheet-media-03-expected.txt: Added.
3485 * fast/media/mq-js-stylesheet-media-03.html: Added.
3486 * fast/media/mq-js-stylesheet-media-04-expected.checksum: Added.
3487 * fast/media/mq-js-stylesheet-media-04-expected.png: Added.
3488 * fast/media/mq-js-stylesheet-media-04-expected.txt: Added.
3489 * fast/media/mq-js-stylesheet-media-04.html: Added.
3490 * fast/media/mq-min-constraint-expected.checksum: Added.
3491 * fast/media/mq-min-constraint-expected.png: Added.
3492 * fast/media/mq-min-constraint-expected.txt: Added.
3493 * fast/media/mq-min-constraint.html: Added.
3494 * fast/media/mq-relative-constraints-02-expected.checksum: Added.
3495 * fast/media/mq-relative-constraints-02-expected.png: Added.
3496 * fast/media/mq-relative-constraints-02-expected.txt: Added.
3497 * fast/media/mq-relative-constraints-02.html: Added.
3498 * fast/media/mq-relative-constraints-03-expected.checksum: Added.
3499 * fast/media/mq-relative-constraints-03-expected.png: Added.
3500 * fast/media/mq-relative-constraints-03-expected.txt: Added.
3501 * fast/media/mq-relative-constraints-03.html: Added.
3502 * fast/media/mq-relative-constraints-04-expected.checksum: Added.
3503 * fast/media/mq-relative-constraints-04-expected.png: Added.
3504 * fast/media/mq-relative-constraints-04-expected.txt: Added.
3505 * fast/media/mq-relative-constraints-04.html: Added.
3506 * fast/media/mq-relative-constraints-05-expected.checksum: Added.
3507 * fast/media/mq-relative-constraints-05-expected.png: Added.
3508 * fast/media/mq-relative-constraints-05-expected.txt: Added.
3509 * fast/media/mq-relative-constraints-05.html: Added.
3510 * fast/media/mq-relative-constraints-06-expected.checksum: Added.
3511 * fast/media/mq-relative-constraints-06-expected.png: Added.
3512 * fast/media/mq-relative-constraints-06-expected.txt: Added.
3513 * fast/media/mq-relative-constraints-06.html: Added.
3514 * fast/media/mq-relative-constraints-07-expected.checksum: Added.
3515 * fast/media/mq-relative-constraints-07-expected.png: Added.
3516 * fast/media/mq-relative-constraints-07-expected.txt: Added.
3517 * fast/media/mq-relative-constraints-07.html: Added.
3518 * fast/media/mq-relative-constraints-08-expected.checksum: Added.
3519 * fast/media/mq-relative-constraints-08-expected.png: Added.
3520 * fast/media/mq-relative-constraints-08-expected.txt: Added.
3521 * fast/media/mq-relative-constraints-08.html: Added.
3522 * fast/media/mq-relative-constraints-09-expected.checksum: Added.
3523 * fast/media/mq-relative-constraints-09-expected.png: Added.
3524 * fast/media/mq-relative-constraints-09-expected.txt: Added.
3525 * fast/media/mq-relative-constraints-09.html: Added.
3526 * fast/media/mq-simple-neg-query-01-expected.checksum: Added.
3527 * fast/media/mq-simple-neg-query-01-expected.png: Added.
3528 * fast/media/mq-simple-neg-query-01-expected.txt: Added.
3529 * fast/media/mq-simple-neg-query-01.html: Added.
3530 * fast/media/mq-simple-neg-query-02-expected.checksum: Added.
3531 * fast/media/mq-simple-neg-query-02-expected.png: Added.
3532 * fast/media/mq-simple-neg-query-02-expected.txt: Added.
3533 * fast/media/mq-simple-neg-query-02.html: Added.
3534 * fast/media/mq-simple-neg-query-03-expected.checksum: Added.
3535 * fast/media/mq-simple-neg-query-03-expected.png: Added.
3536 * fast/media/mq-simple-neg-query-03-expected.txt: Added.
3537 * fast/media/mq-simple-neg-query-03.html: Added.
3538 * fast/media/mq-simple-neg-query-04-expected.checksum: Added.
3539 * fast/media/mq-simple-neg-query-04-expected.png: Added.
3540 * fast/media/mq-simple-neg-query-04-expected.txt: Added.
3541 * fast/media/mq-simple-neg-query-04.html: Added.
3542 * fast/media/mq-simple-neg-query-05-expected.checksum: Added.
3543 * fast/media/mq-simple-neg-query-05-expected.png: Added.
3544 * fast/media/mq-simple-neg-query-05-expected.txt: Added.
3545 * fast/media/mq-simple-neg-query-05.html: Added.
3546 * fast/media/mq-simple-query-01-expected.checksum: Added.
3547 * fast/media/mq-simple-query-01-expected.png: Added.
3548 * fast/media/mq-simple-query-01-expected.txt: Added.
3549 * fast/media/mq-simple-query-01.html: Added.
3550 * fast/media/mq-simple-query-02-expected.checksum: Added.
3551 * fast/media/mq-simple-query-02-expected.png: Added.
3552 * fast/media/mq-simple-query-02-expected.txt: Added.
3553 * fast/media/mq-simple-query-02.html: Added.
3554 * fast/media/mq-simple-query-03-expected.checksum: Added.
3555 * fast/media/mq-simple-query-03-expected.png: Added.
3556 * fast/media/mq-simple-query-03-expected.txt: Added.
3557 * fast/media/mq-simple-query-03.html: Added.
3558 * fast/media/mq-simple-query-04-expected.checksum: Added.
3559 * fast/media/mq-simple-query-04-expected.png: Added.
3560 * fast/media/mq-simple-query-04-expected.txt: Added.
3561 * fast/media/mq-simple-query-04.html: Added.
3562 * fast/media/mq-simple-query-05-expected.checksum: Added.
3563 * fast/media/mq-simple-query-05-expected.png: Added.
3564 * fast/media/mq-simple-query-05-expected.txt: Added.
3565 * fast/media/mq-simple-query-05.html: Added.
3566 * fast/media/mq-valueless-expected.checksum: Added.
3567 * fast/media/mq-valueless-expected.png: Added.
3568 * fast/media/mq-valueless-expected.txt: Added.
3569 * fast/media/mq-valueless.html: Added.
3570 * fast/media/mq-width-absolute-01-expected.checksum: Added.
3571 * fast/media/mq-width-absolute-01-expected.png: Added.
3572 * fast/media/mq-width-absolute-01-expected.txt: Added.
3573 * fast/media/mq-width-absolute-01.html: Added.
3574 * fast/media/mq-width-absolute-02-expected.checksum: Added.
3575 * fast/media/mq-width-absolute-02-expected.png: Added.
3576 * fast/media/mq-width-absolute-02-expected.txt: Added.
3577 * fast/media/mq-width-absolute-02.html: Added.
3578 * fast/media/mq-width-absolute-03-expected.checksum: Added.
3579 * fast/media/mq-width-absolute-03-expected.png: Added.
3580 * fast/media/mq-width-absolute-03-expected.txt: Added.
3581 * fast/media/mq-width-absolute-03.html: Added.
3582 * fast/media/mq-width-absolute-04-expected.checksum: Added.
3583 * fast/media/mq-width-absolute-04-expected.png: Added.
3584 * fast/media/mq-width-absolute-04-expected.txt: Added.
3585 * fast/media/mq-width-absolute-04.html: Added.
3587 2006-06-08 Justin Garcia <justin.garcia@apple.com>
3591 <http://bugzilla.opendarwin.org/show_bug.cgi?id=4468>
3592 Implement execCommand(Insert{Un}OrderedList)
3595 * editing/execCommand/create-list-from-range-selection-expected.checksum: Added.
3596 * editing/execCommand/create-list-from-range-selection-expected.png: Added.
3597 * editing/execCommand/create-list-from-range-selection-expected.txt: Added.
3598 * editing/execCommand/create-list-from-range-selection.html: Added.
3599 * editing/execCommand/insert-list-and-stitch-expected.checksum: Added.
3600 * editing/execCommand/insert-list-and-stitch-expected.png: Added.
3601 * editing/execCommand/insert-list-and-stitch-expected.txt: Added.
3602 * editing/execCommand/insert-list-and-stitch.html: Added.
3603 * editing/execCommand/insert-list-with-id-expected.checksum: Added.
3604 * editing/execCommand/insert-list-with-id-expected.png: Added.
3605 * editing/execCommand/insert-list-with-id-expected.txt: Added.
3606 * editing/execCommand/insert-list-with-id.html: Added.
3607 * editing/execCommand/remove-list-from-range-selection-expected.checksum: Added.
3608 * editing/execCommand/remove-list-from-range-selection-expected.png: Added.
3609 * editing/execCommand/remove-list-from-range-selection-expected.txt: Added.
3610 * editing/execCommand/remove-list-from-range-selection.html: Added.
3611 * editing/execCommand/remove-list-items-expected.checksum: Added.
3612 * editing/execCommand/remove-list-items-expected.png: Added.
3613 * editing/execCommand/remove-list-items-expected.txt: Added.
3614 * editing/execCommand/remove-list-items.html: Added.
3615 * editing/execCommand/switch-list-type-expected.checksum: Added.
3616 * editing/execCommand/switch-list-type-expected.png: Added.
3617 * editing/execCommand/switch-list-type-expected.txt: Added.
3618 * editing/execCommand/switch-list-type.html: Added.
3621 * editing/pasteboard/drag-drop-modifies-page-expected.txt:
3622 * editing/pasteboard/paste-list-001-expected.txt:
3623 * editing/selection/drag-to-contenteditable-iframe-expected.checksum:
3624 * editing/selection/drag-to-contenteditable-iframe-expected.png:
3625 * editing/selection/drag-to-contenteditable-iframe-expected.txt:
3626 * editing/style/block-style-005-expected.txt:
3627 * fast/text/textIteratorNilRenderer-expected.checksum:
3628 * fast/text/textIteratorNilRenderer-expected.png:
3629 * fast/text/textIteratorNilRenderer-expected.txt:
3630 * editing/deleting/delete-line-016-expected.checksum:
3631 * editing/deleting/delete-line-016-expected.png:
3632 * editing/deleting/delete-line-016-expected.txt:
3634 2006-06-08 David Harrison <harrison@apple.com>
3636 Reviewed by Geoff and John.
3638 <rdar://problem/4558879> -[DOMCSSPrimitiveValue setStringValue:] throws an exception (12)
3640 * fast/dom/setPrimitiveValue-expected.checksum: Added.
3641 * fast/dom/setPrimitiveValue-expected.png: Added.
3642 * fast/dom/setPrimitiveValue-expected.txt: Added.
3643 * fast/dom/setPrimitiveValue.html: Added.
3645 2006-06-08 Mitz Pettel <opendarwin.org@mitzpettel.com>
3649 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9341
3650 REGRESSION: Repro crash caused by style="font:bold"
3652 * fast/css/font-shorthand-weight-only-expected.checksum: Added.
3653 * fast/css/font-shorthand-weight-only-expected.png: Added.
3654 * fast/css/font-shorthand-weight-only-expected.txt: Added.
3655 * fast/css/font-shorthand-weight-only.html: Added.
3657 2006-06-07 Justin Garcia <justin.garcia@apple.com>
3661 * editing/deleting/delete-4038408-fix-expected.txt:
3662 * editing/input/attributed-substring-from-range-lines-expected.txt:
3663 * editing/inserting/insert-3654864-fix-expected.txt:
3664 * editing/inserting/insert-3659587-fix-expected.txt:
3665 * editing/inserting/insert-3775316-fix-expected.txt:
3666 * editing/inserting/insert-at-end-01-expected.txt:
3667 * editing/inserting/insert-at-end-02-expected.txt:
3668 * editing/inserting/insert-br-001-expected.txt:
3669 * editing/inserting/insert-br-005-expected.txt:
3671 2006-06-07 Denis Defreyne <amonre@amonre.org>
3673 Reviewed by Hyatt, tweaked by Mitz.
3675 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9122
3676 REGRESSION: Incorrect vertical position for text fields in a "display: table" block
3678 * fast/table/text-field-baseline-expected.checksum: Added.
3679 * fast/table/text-field-baseline-expected.png: Added.
3680 * fast/table/text-field-baseline-expected.txt: Added.
3681 * fast/table/text-field-baseline.html: Added.
3683 2006-06-07 Mitz Pettel <opendarwin.org@mitzpettel.com>
3687 - pixel test for http://bugzilla.opendarwin.org/show_bug.cgi?id=4334
3688 REGRESSION: Flickering when css-hover should change opacity on floating elements
3690 * fast/block/float/nopaint-after-layer-destruction-expected.checksum: Added.
3691 * fast/block/float/nopaint-after-layer-destruction-expected.png: Added.
3692 * fast/block/float/nopaint-after-layer-destruction-expected.txt: Added.
3693 * fast/block/float/nopaint-after-layer-destruction.html: Added.
3695 2006-06-06 Mitz Pettel <opendarwin.org@mitzpettel.com>
3699 - repaint test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9121
3700 REGRESSION: [Incremental Repaint] DHTML movement test failures
3702 * fast/repaint/containing-block-position-change-expected.checksum: Added.
3703 * fast/repaint/containing-block-position-change-expected.png: Added.
3704 * fast/repaint/containing-block-position-change-expected.txt: Added.
3705 * fast/repaint/containing-block-position-change.html: Added.
3707 2006-06-06 Darin Adler <darin@apple.com>
3709 * fast/repaint/table-extra-bottom-grow.html: Removed unneeded line of code.
3711 * fast/repaint/table-extra-bottom-grow-expected.png: Regenerated.
3712 * fast/repaint/table-extra-bottom-grow-expected.checksum: Regenerated.
3714 2006-06-06 Justin Garcia <justin.garcia@apple.com>
3718 Added to demonstrate fixes:
3719 * editing/pasteboard/merge-after-delete-expected.checksum: Added.
3720 * editing/pasteboard/merge-after-delete-expected.png: Added.
3721 * editing/pasteboard/merge-after-delete-expected.txt: Added.
3722 * editing/pasteboard/merge-after-delete.html: Added.
3723 * editing/inserting/line-break-expected.checksum: Added.
3724 * editing/inserting/line-break-expected.png: Added.
3725 * editing/inserting/line-break-expected.txt: Added.
3726 * editing/inserting/line-break.html: Added.
3727 * editing/inserting/multiple-lines-selected-expected.checksum: Added.
3728 * editing/inserting/multiple-lines-selected-expected.png: Added.
3729 * editing/inserting/multiple-lines-selected-expected.txt: Added.
3730 * editing/inserting/multiple-lines-selected.html: Added.
3733 * editing/deleting/collapse-whitespace-3587601-fix-expected.txt:
3734 * editing/deleting/delete-3775172-fix-expected.txt:
3735 * editing/deleting/delete-3928305-fix-expected.txt:
3736 * editing/deleting/delete-3959464-fix-expected.checksum:
3737 * editing/deleting/delete-3959464-fix-expected.png:
3738 * editing/deleting/delete-3959464-fix-expected.txt:
3739 * editing/deleting/delete-4038408-fix-expected.checksum:
3740 * editing/deleting/delete-4038408-fix-expected.png:
3741 * editing/deleting/delete-4038408-fix-expected.txt:
3742 * editing/deleting/delete-4038408-fix.html:
3743 * editing/deleting/delete-at-paragraph-boundaries-002-expected.txt:
3744 * editing/deleting/delete-at-paragraph-boundaries-011-expected.checksum:
3745 * editing/deleting/delete-at-paragraph-boundaries-011-expected.png:
3746 * editing/deleting/delete-at-paragraph-boundaries-011-expected.txt:
3747 * editing/deleting/delete-block-contents-001-expected.txt:
3748 * editing/deleting/delete-block-contents-002-expected.txt:
3749 * editing/deleting/delete-block-contents-003-expected.txt:
3750 * editing/deleting/delete-br-011-expected.checksum:
3751 * editing/deleting/delete-br-011-expected.png:
3752 * editing/deleting/delete-br-011-expected.txt:
3753 * editing/deleting/delete-image-004-expected.txt:
3754 * editing/deleting/delete-line-010-expected.txt:
3755 * editing/deleting/delete-line-015-expected.txt:
3756 * editing/deleting/delete-select-all-001-expected.checksum:
3757 * editing/deleting/delete-select-all-001-expected.png:
3758 * editing/deleting/delete-select-all-001-expected.txt:
3759 * editing/deleting/delete-select-all-002-expected.txt:
3760 * editing/deleting/delete-select-all-003-expected.checksum:
3761 * editing/deleting/delete-select-all-003-expected.png:
3762 * editing/deleting/delete-select-all-003-expected.txt:
3763 * editing/execCommand/insertImage-expected.checksum:
3764 * editing/execCommand/insertImage-expected.png:
3765 * editing/input/attributed-substring-from-range-lines-expected.txt:
3766 * editing/input/text-input-controller-expected.txt:
3767 * editing/inserting/insert-3654864-fix-expected.txt:
3768 * editing/inserting/insert-3659587-fix-expected.txt:
3769 * editing/inserting/insert-3775316-fix-expected.txt:
3770 * editing/inserting/insert-after-delete-001-expected.txt:
3771 * editing/inserting/insert-at-end-01-expected.txt:
3772 * editing/inserting/insert-at-end-02-expected.txt:
3773 * editing/inserting/insert-br-001-expected.txt:
3774 * editing/inserting/insert-br-005-expected.txt:
3775 * editing/pasteboard/4076267-3-expected.txt:
3776 * editing/pasteboard/4076267-expected.txt:
3777 * editing/pasteboard/drag-drop-modifies-page-expected.txt:
3778 * editing/pasteboard/paste-4035648-fix-expected.txt:
3779 * editing/pasteboard/paste-4039777-fix-expected.checksum:
3780 * editing/pasteboard/paste-4039777-fix-expected.png:
3781 * editing/pasteboard/paste-4039777-fix-expected.txt:
3782 * editing/pasteboard/paste-match-style-001-expected.txt:
3783 * editing/pasteboard/paste-match-style-002-expected.txt:
3784 * editing/pasteboard/smart-paste-006-expected.txt:
3785 * editing/pasteboard/smart-paste-007-expected.txt:
3786 * editing/selection/drag-to-contenteditable-iframe-expected.txt:
3787 * editing/style/block-style-005-expected.txt:
3788 * editing/style/typing-style-002-expected.txt:
3789 * editing/unsupported-content/list-delete-001-expected.checksum:
3790 * editing/unsupported-content/list-delete-001-expected.png:
3791 * editing/unsupported-content/list-delete-001-expected.txt:
3792 * editing/unsupported-content/list-delete-002-expected.checksum:
3793 * editing/unsupported-content/list-delete-002-expected.png:
3794 * editing/unsupported-content/list-delete-002-expected.txt:
3795 * editing/unsupported-content/table-delete-001-expected.checksum:
3796 * editing/unsupported-content/table-delete-001-expected.png:
3797 * editing/unsupported-content/table-delete-001-expected.txt:
3798 * editing/unsupported-content/table-delete-003-expected.checksum:
3799 * editing/unsupported-content/table-delete-003-expected.png:
3800 * editing/unsupported-content/table-delete-003-expected.txt:
3801 * fast/text/attributed-substring-from-range.html:
3803 2006-06-06 Anders Carlsson <acarlsson@apple.com>
3807 http://bugzilla.opendarwin.org/show_bug.cgi?id=9325
3808 clientWidth/clientHeight on document element in strict mode should return visible frame size
3810 * fast/dom/client-width-height-expected.txt: Added.
3811 * fast/dom/client-width-height.html: Added.
3813 2006-06-05 Rob Buis <buis@kde.org>
3817 testcases for http://bugzilla.opendarwin.org/show_bug.cgi?id=5564
3818 'font' shorthand parsing should be more tolerant in quirks mode
3820 * fast/css/font_property_compatibility-expected.txt: Added.
3821 * fast/css/font_property_compatibility.html: Added.
3822 * fast/css/font_property_normal-expected.txt: Added.
3823 * fast/css/font_property_normal.html: Added.
3825 2006-06-05 David Kilzer <ddkilzer@kilzer.net>
3829 - Test results for http://bugzilla.opendarwin.org/show_bug.cgi?id=9310
3830 Add missing DOM prototypes and other DOM cleanup
3832 * fast/dom/global-constructors-expected.txt: Fixed test results.
3834 2006-06-04 Geoffrey Garen <ggaren@apple.com>
3836 - Merged test-prototypes.html into global-constructors.html
3837 - Added prototypes.html, which tests for some missing prototypes in DOM objects
3839 * fast/dom/global-constructors-expected.txt:
3840 * fast/dom/global-constructors.html:
3841 * fast/dom/prototypes-expected.txt: Added.
3842 * fast/dom/prototypes.html: Added.
3843 * fast/dom/test-prototypes-expected.txt: Removed.
3844 * fast/dom/test-prototypes.html: Removed.
3845 * fast/dom/undetectable-document-all-expected.txt: Updated to reflect
3846 change from "HTMLCollection" to "Collection"
3848 2006-06-04 Darin Adler <darin@apple.com>
3850 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9176
3851 REGRESSION: repro crash in WebCore::StringImpl::hash() const + 28 (StringImpl.h:67)
3853 * fast/loader/link-no-URL.html: Added.
3854 * fast/loader/link-no-URL-expected.txt: Added.
3856 2006-06-04 Sam Weinig <sam.weinig@gmail.com>
3860 - tests for http://bugzilla.opendarwin.org/show_bug.cgi?id=9213
3861 Absolutely positioned objects with relatively positioned inline
3862 containing blocks are rendered incorrectly
3864 * fast/block/positioning/absolute-in-inline-ltr-2.html: Added.
3865 * fast/block/positioning/absolute-in-inline-ltr-3.html: Added.
3866 * fast/block/positioning/absolute-in-inline-ltr.html: Added.
3867 * fast/block/positioning/absolute-in-inline-rtl-2.html: Added.
3868 * fast/block/positioning/absolute-in-inline-rtl-3.html: Added.
3869 * fast/block/positioning/absolute-in-inline-rtl.html: Added.
3870 * fast/block/positioning/absolute-in-inline-short-ltr.html: Added.
3871 * fast/block/positioning/absolute-in-inline-short-rtl.html: Added.
3873 2006-06-04 Anders Carlsson <acarlsson@apple.com>
3877 http://bugzilla.opendarwin.org/show_bug.cgi?id=9035
3878 document.evaluate and createNSResolver miss on namespaced elements
3880 * fast/xpath: Added.
3881 * fast/xpath/xpath-namespaces-expected.txt: Added.
3882 * fast/xpath/xpath-namespaces.html: Added.
3884 2006-06-03 David Kilzer <ddkilzer@kilzer.net>
3888 Added missing pixel test output:
3889 http://bugzilla.opendarwin.org/show_bug.cgi?id=8848
3890 TFOOT borders are copied to THEAD and TBODY
3892 * fast/table/border-collapsing/border-collapsing-head-foot-expected.png: Added.
3894 2006-06-03 Rob Buis <buis@kde.org>
3896 Reviewed by mjs. Tweaked and landed by ddkilzer.
3898 http://bugzilla.opendarwin.org/show_bug.cgi?id=7281
3899 With java disabled wrong information is displayed.
3901 * fast/replaced/applet-rendering-java-disabled.html: Added.
3902 * fast/replaced/applet-rendering-java-disabled-expected.checksum: Added.
3903 * fast/replaced/applet-rendering-java-disabled-expected.html: Added.
3904 * fast/replaced/applet-rendering-java-disabled-expected.png: Added.
3905 * tables/mozilla_expected_failures/bugs/bug8499-expected.checksum: Changed after removing RenderEmptyApplet.
3906 * tables/mozilla_expected_failures/bugs/bug8499-expected.png: Ditto.
3907 * tables/mozilla_expected_failures/bugs/bug8499-expected.txt: Ditto.
3909 2006-06-03 Mitz Pettel <opendarwin.org@mitzpettel.com>
3913 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9252
3914 REGRESSION: Very odd roll-over issues (content disappearing)
3916 * fast/dom/HTMLLinkElement/pending-stylesheet-count.html: Added.
3917 * fast/dom/HTMLLinkElement/pending-stylesheet-count-expected.txt: Added.
3918 * fast/dom/HTMLLinkElement/pending-stylesheet-count-expected.png: Added.
3919 * fast/dom/HTMLLinkElement/pending-stylesheet-count-expected.checksum: Added.
3921 2006-06-02 Mitz Pettel <opendarwin.org@mitzpettel.com>
3925 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9234
3926 Implement $&, $' and $` replacement codes in String.prototype.replace
3928 * fast/js/resources/string-replace-3.js: Added.
3929 * fast/js/string-replace-3-expected.txt: Added.
3930 * fast/js/string-replace-3.html: Added.
3932 2006-06-02 David Carson <dacarson@gmail.com>
3934 Reviewed by Hyatt, checked in by Tim H.
3936 For: http://bugzilla.opendarwin.org/show_bug.cgi?id=9115
3937 Added test case to test opacity layers, in particular, opacities
3938 with a value of zero.
3940 * fast/css/ZeroOpacityLayers.html: Added.
3941 * fast/css/ZeroOpacityLayers-expected.txt: Added.
3942 * fast/css/ZeroOpacityLayers-expected.png: Added.
3943 * fast/css/ZeroOpacityLayers-expected.checksum: Added.
3944 * fast/css/ZeroOpacityLayers2.html: Added.
3945 * fast/css/ZeroOpacityLayers2-expected.txt: Added.
3946 * fast/css/ZeroOpacityLayers2-expected.png: Added.
3947 * fast/css/ZeroOpacityLayers2-expected.checksum: Added.
3949 2006-06-02 Rob Buis <buis@kde.org>
3951 Reviewed by Hyatt, checked in by Tim H.
3953 Adding testcase for bug 8223.
3955 * fast/dom/css-inline-style-important-expected.checksum: Added.
3956 * fast/dom/css-inline-style-important-expected.png: Added.
3957 * fast/dom/css-inline-style-important-expected.txt: Added.
3958 * fast/dom/css-inline-style-important.html: Added.
3960 2006-06-02 Rémi Zara <remi_zara@mac.com>
3964 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=3379
3965 attr(X) does not work
3967 * fast/css-generated-content/016-expected.checksum: Added.
3968 * fast/css-generated-content/016-expected.png: Added.
3969 * fast/css-generated-content/016-expected.txt: Added.
3970 * fast/css-generated-content/016.html: Added.
3972 2006-06-02 Mitz Pettel <opendarwin.org@mitzpettel.com>
3976 Updated test so that is will once again exercise the fix for
3977 http://bugzilla.opendarwin.org/show_bug.cgi?id=9009
3979 * fast/table/empty-section-crash-expected.txt:
3980 * fast/table/empty-section-crash.html:
3982 2006-06-02 David Kilzer <ddkilzer@kilzer.net>
3986 http://bugzilla.opendarwin.org/show_bug.cgi?id=9183
3987 Finish renaming of RenderCanvas to RenderView
3989 * editing/selection/7152-1-expected.checksum: Layout changed due to text change in HTML file.
3990 * editing/selection/7152-1-expected.png: Ditto.
3991 * editing/selection/7152-1-expected.txt: Ditto.
3992 * editing/selection/7152-1.html: Changed text in HTML content.
3993 * editing/selection/7152-2-expected.checksum: Layout changed due to text change in HTML file.
3994 * editing/selection/7152-2-expected.png: Ditto.
3995 * editing/selection/7152-2-expected.txt: Ditto.
3996 * editing/selection/7152-2.html: Changed text in HTML content.
3997 * *-expected.txt: Replaced "RenderCanvas" with "RenderView" in 3023 more files.
3999 2006-06-01 David Carson <dacarson@gmail.com>
4001 Reviewed by Maciej and Adele
4003 Tests for http://bugzilla.opendarwin.org/show_bug.cgi?id=8398
4004 Updated and extended select/option form tests
4006 * fast/forms/HTMLOptionElement_label01.html:
4007 * fast/forms/HTMLOptionElement_label01-expected.txt:
4008 * fast/forms/HTMLOptionElement_label01-expected.png:
4009 * fast/forms/HTMLOptionElement_label02.html:
4010 * fast/forms/HTMLOptionElement_label02-expected.txt:
4011 * fast/forms/HTMLOptionElement_label02-expected.png:
4012 * fast/forms/HTMLOptionElement_label03.html:
4013 * fast/forms/HTMLOptionElement_label03-expected.txt:
4014 * fast/forms/HTMLOptionElement_label03-expected.png
4015 * fast/forms/HTMLOptionElement_label04.html:
4016 * fast/forms/HTMLOptionElement_label04-expected.txt:
4017 * fast/forms/HTMLOptionElement_label04-expected.png
4018 * fast/forms/HTMLOptionElement_label05.html:
4019 * fast/forms/HTMLOptionElement_label05-expected.txt:
4020 * fast/forms/HTMLOptionElement_label05-expected.png:
4021 Updated to reflect success and added some description
4023 * fast/forms/HTMLOptionElement_label06.html:
4024 * fast/forms/HTMLOptionElement_label06-expected.txt:
4025 * fast/forms/HTMLOptionElement_label05-expected.png:
4026 * fast/forms/HTMLOptionElement_label07.html:
4027 * fast/forms/HTMLOptionElement_label07-expected.txt:
4028 * fast/forms/HTMLOptionElement_label07-expected.png:
4031 2006-06-01 David Carson <dacarson@gmail.com>
4035 Tests for http://bugzilla.opendarwin.org/show_bug.cgi?id=8646
4036 Test the window.screen.pixelDepth and window.screen.colorDepth
4038 * fast/dom/window/window-screen-properties.html: Added
4039 * fast/dom/window/window-screen-properties-expected.txt: Added.
4041 2006-06-01 Geoffrey Garen <ggaren@apple.com>
4043 - Test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9113
4044 REGRESSION (14581): XMLHttpRequest never calls onreadystatechange with
4047 * http/tests/xmlhttprequest/event-listener-gc.html: Added.
4048 * http/tests/xmlhttprequest/event-listener-gc-expected.txt: Added.
4050 2006-06-01 Anders Carlsson <acarlsson@apple.com>
4054 http://bugzilla.opendarwin.org/show_bug.cgi?id=6309
4055 multiple problems prevent bookmarking/back button technique for AJAX/DHTML applications from working
4057 * fast/dom/location-hash-expected.txt: Added.
4058 * fast/dom/location-hash.html: Added.
4061 2006-06-01 Maciej Stachowiak <mjs@apple.com>
4065 - fixed "REGRESSION: Can't order from Pizza Hut (ToT, 05/24/06)"
4066 http://bugzilla.opendarwin.org/show_bug.cgi?id=9103
4068 * http/tests/misc/redirect-expected.txt: Added.
4069 * http/tests/misc/redirect.php: Added.
4070 * http/tests/misc/resources/redirect-result.php: Added.
4072 2006-06-01 Justin Garcia <justin.garcia@apple.com>
4074 Reviewed by harrison
4076 * editing/selection/focus-body-expected.checksum: Added.
4077 * editing/selection/focus-body-expected.png: Added.
4078 * editing/selection/focus-body-expected.txt: Added.
4079 * editing/selection/focus-body.html: Added.
4080 * editing/selection/focus_editable_html-expected.checksum:
4081 * editing/selection/focus_editable_html-expected.png:
4082 * editing/selection/focus_editable_html-expected.txt:
4084 2006-06-01 Anders Carlsson <acarlsson@apple.com>
4088 http://bugzilla.opendarwin.org/show_bug.cgi?id=8996
4089 slow-utf8-text layout test case failing (no longer deterministic?)
4091 * http/tests/incremental/slow-utf8-text-expected.txt:
4094 2006-05-31 Mitz Pettel <opendarwin.org@mitzpettel.com>
4098 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9124
4099 Drop shadow obscures "add more stuff" bubble at live.com
4101 * fast/css/find-next-layer-expected.checksum: Added.
4102 * fast/css/find-next-layer-expected.png: Added.
4103 * fast/css/find-next-layer-expected.txt: Added.
4104 * fast/css/find-next-layer.html: Added.
4106 2006-05-31 Adele Peterson <adele@apple.com>
4108 Updated test results for http://bugzilla.opendarwin.org/show_bug.cgi?id=8848
4109 TFOOT borders are copied to THEAD and TBODY
4111 * tables/mozilla/marvin/backgr_layers-opacity-expected.checksum:
4112 * tables/mozilla/marvin/backgr_layers-opacity-expected.txt: