1 2006-08-02 Alexey Proskuryakov <ap@nypop.com>
5 - pixel test for http://bugzilla.opendarwin.org/show_bug.cgi?id=3438
6 incorrect display of transparent 1x1 PNGs
8 * fast/replaced/image-solid-color-with-alpha-expected.checksum: Added.
9 * fast/replaced/image-solid-color-with-alpha-expected.png: Added.
10 * fast/replaced/image-solid-color-with-alpha-expected.txt: Added.
11 * fast/replaced/image-solid-color-with-alpha.html: Added.
12 * fast/replaced/img-1x1-expected.checksum: Removed.
13 * fast/replaced/img-1x1-expected.png: Removed.
14 * fast/replaced/img-1x1-expected.txt: Removed.
15 * fast/replaced/img-1x1.html: Removed.
17 2006-08-01 Darin Adler <darin@apple.com>
19 - updated a test affected by changes to the DumpRenderTree tool
20 to return a current mouse position
22 * fast/inline/dirtyLinesForInline-expected.txt: Updated.
24 2006-07-31 Sam Weinig <sam.weinig@gmail.com>
28 - tests changed by http://bugzilla.opendarwin.org/show_bug.cgi?id=9955
29 Colors scaled from [0, 1] range to [0, 255] incorrectly
31 * fast/css/hsl-color-expected.checksum:
32 * fast/css/hsl-color-expected.png:
33 * fast/css/hsl-color-expected.txt:
34 * fast/forms/input-disabled-color-expected.checksum:
35 * fast/forms/input-disabled-color-expected.png:
36 * fast/forms/input-disabled-color-expected.txt:
38 2006-07-31 Mitz Pettel <opendarwin.org@mitzpettel.com>
40 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=10158
41 REGRESSION: Selection highlight is dark and opaque when solid-color images are used
45 * fast/backgrounds/solid-color-context-restore-expected.checksum: Added.
46 * fast/backgrounds/solid-color-context-restore-expected.png: Added.
47 * fast/backgrounds/solid-color-context-restore-expected.txt: Added.
48 * fast/backgrounds/solid-color-context-restore.html: Added.
50 2006-07-31 Darin Adler <darin@apple.com>
54 - fix http://bugzilla.opendarwin.org/show_bug.cgi?id=10171
55 REGRESSION: failing layout test: fast/events/objc-event-api.html
57 * fast/events/objc-event-api-expected.txt: Updated test results for changes in the
60 2006-07-31 Mark Rowe <opendarwin.org@bdash.net.nz>
64 http://bugzilla.opendarwin.org/show_bug.cgi?id=9738
65 Bug 9738: Unqualified :hover selector ignored in strict parsing mode
67 * fast/selectors/unqualified-hover-quirks-expected.checksum: Added.
68 * fast/selectors/unqualified-hover-quirks-expected.png: Added.
69 * fast/selectors/unqualified-hover-quirks-expected.txt: Added.
70 * fast/selectors/unqualified-hover-quirks.html: Added.
71 * fast/selectors/unqualified-hover-strict-expected.checksum: Added.
72 * fast/selectors/unqualified-hover-strict-expected.png: Added.
73 * fast/selectors/unqualified-hover-strict-expected.txt: Added.
74 * fast/selectors/unqualified-hover-strict.html: Added.
76 2006-07-31 Adele Peterson <adele@apple.com>
78 Reviewed by John and Anders.
80 - Test for <rdar://problem/4380576> onChange does not get called when field changed by return key
82 * fast/forms/onchange-enter-submit-expected.txt: Added.
83 * fast/forms/onchange-enter-submit.html: Added.
85 2006-07-31 Graham Dennis <graham.dennis@gmail.com>
89 <http://bugzilla.opendarwin.org/show_bug.cgi?id=9507>
90 Empty style spans created in applyInlineStyle
91 <rdar://problem/4515463>
92 REGRESSION: Blot and Mail both do a very poor job of pasting the main www.apple.com page
94 * editing/pasteboard/paste-4039777-fix-expected.txt:
95 * editing/pasteboard/testcase-9507-expected.checksum: Added.
96 * editing/pasteboard/testcase-9507-expected.png: Added.
97 * editing/pasteboard/testcase-9507-expected.txt: Added.
98 * editing/pasteboard/testcase-9507.html: Added.
99 * editing/unsupported-content/table-delete-001-expected.txt:
100 * editing/selection/selectNode-expected.png:
101 * editing/selection/selectNode-expected.checksum:
102 * editing/selection/selectNode-expected.txt:
104 2006-07-31 Mark Rowe <opendarwin.org@bdash.net.nz>
108 http://bugzilla.opendarwin.org/show_bug.cgi?id=10167
109 Bug 10167: REGRESSION(r15688): ASSERTION FAILED: _private->mouseDownEvent != nil in layout tests
111 * fast/events/objc-event-api-expected.txt: Update test results.
113 2006-07-31 Darin Adler <darin@apple.com>
115 * editing/pasteboard/paste-table-002-expected.txt: Corrected one result
116 affected by my recent change to getComputedStyle.
118 * editing/pasteboard/paste-table-002.html: Converted to a text test, since
119 it dumps the serialized form of the result.
120 * editing/pasteboard/paste-table-002-expected.checksum: Removed.
121 * editing/pasteboard/paste-table-002-expected.png: Removed.
123 2006-07-30 Darin Adler <darin@apple.com>
125 - test that displays all computed style -- demonstrates bug fixes I just
126 made to the computed style class and also acts as a regression test for
127 the existence of all of them and the basic format for a default object
129 * fast/css/computed-style-expected.txt: Added.
130 * fast/css/computed-style.html: Added.
132 2006-07-29 Rob Buis <buis@kde.org>
136 Updated test case result as a result of:
137 http://bugzilla.opendarwin.org/show_bug.cgi?id=10151
138 ghostmap XHTML + SVG fails due to javascript undefined exception
139 The new test case result now should match the required spec result
140 and acts as a way to test document.URL on non-html documents.
142 * dom/xhtml/level2/html/HTMLDocument04-expected.txt:
144 2006-07-29 Darin Adler <darin@apple.com>
146 - changed this test to a plain-text one and added text explaining what it tests
148 * fast/forms/input-named-action-overrides-action-attribute.html: Added explanation text,
149 got rid of some incorrect HTML syntax, added a call to dumpAsText(), and used a paragraph
150 element instead of a span element for the result.
151 * fast/forms/input-named-action-overrides-action-attribute-expected.txt: Updated.
153 2006-07-29 Andrew Wellington <proton@wiretapped.net>
157 Test for http://bugzilla.opendarwin.org/show_bug.cgi?id=8587 / <rdar://problem/4631844>
158 REGRESSION: {display:list-item} items outside an ol or ul element don't number correctly
160 * fast/lists/ordered-list-with-no-ol-tag-expected.checksum: Added.
161 * fast/lists/ordered-list-with-no-ol-tag-expected.png: Added.
162 * fast/lists/ordered-list-with-no-ol-tag-expected.txt: Added.
163 * fast/lists/ordered-list-with-no-ol-tag.html: Added.
165 2006-07-29 Alexey Proskuryakov <ap@nypop.com>
169 Test for http://bugzilla.opendarwin.org/show_bug.cgi?id=10147
170 REGRESSION: custom attribute values set via javascript are not persistent
172 * fast/dom/Element/setAttribute-case-insensitivity-expected.txt: Added.
173 * fast/dom/Element/setAttribute-case-insensitivity.html: Added.
175 2006-07-29 Darin Adler <darin@apple.com>
177 - rolled out the test for bug 9753, since we rolled out the fix
178 we'll bring back the test when we bring back the fix
180 * svg/custom/width-full-percentage-expected.checksum: Removed.
181 * svg/custom/width-full-percentage-expected.png: Removed.
182 * svg/custom/width-full-percentage-expected.txt: Removed.
183 * svg/custom/width-full-percentage.svg: Removed.
185 2006-07-28 Justin Garcia <justin.garcia@apple.com>
189 <rdar://problem/4515463>
190 REGRESSION: Blot and Mail both do a very poor job of pasting the main www.apple.com page
192 Removed incorrect nesting:
193 * editing/pasteboard/paste-table-001-expected.checksum:
194 * editing/pasteboard/paste-table-001-expected.png:
195 * editing/pasteboard/paste-table-001-expected.txt:
196 * editing/pasteboard/paste-table-003-expected.txt:
198 2006-07-27 Justin Garcia <justin.garcia@apple.com>
202 <rdar://problem/4242293>
203 Poor paste fidelity of http://www.google.com/
205 Removed one of the two extraneous newlines that are introduced on paste:
206 * editing/pasteboard/paste-table-003-expected.checksum:
207 * editing/pasteboard/paste-table-003-expected.png:
208 * editing/pasteboard/paste-table-003-expected.txt:
210 Fewer pastes remove nodes containing the selection b/c of
211 the changes to interchange newlines:
212 * editing/pasteboard/paste-line-endings-007-expected.txt:
213 * editing/pasteboard/paste-line-endings-008-expected.txt:
214 * editing/pasteboard/paste-line-endings-009-expected.txt:
217 * editing/pasteboard/4242293-1-expected.checksum: Added.
218 * editing/pasteboard/4242293-1-expected.png: Added.
219 * editing/pasteboard/4242293-1-expected.txt: Added.
220 * editing/pasteboard/4242293-1.html: Added.
221 * editing/pasteboard/4242293-expected.checksum: Added.
222 * editing/pasteboard/4242293-expected.png: Added.
223 * editing/pasteboard/4242293-expected.txt: Added.
224 * editing/pasteboard/4242293.html: Added.
226 2006-07-28 Alexey Proskuryakov <ap@nypop.com>
228 Rolling out http://bugzilla.opendarwin.org/show_bug.cgi?id=6010 because of failing layout tests.
229 Add better SVGLoad event support.
231 * svg/W3C-SVG-1.1/extend-namespace-01-f-expected.checksum:
232 * svg/W3C-SVG-1.1/extend-namespace-01-f-expected.png:
233 * svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt:
234 * svg/W3C-SVG-1.1/interact-events-01-b-expected.checksum:
235 * svg/W3C-SVG-1.1/interact-events-01-b-expected.png:
236 * svg/W3C-SVG-1.1/struct-dom-01-b-expected.checksum:
237 * svg/W3C-SVG-1.1/struct-dom-01-b-expected.png:
238 * svg/W3C-SVG-1.1/struct-dom-01-b-expected.txt:
239 * svg/W3C-SVG-1.1/struct-dom-02-b-expected.checksum:
240 * svg/W3C-SVG-1.1/struct-dom-02-b-expected.png:
241 * svg/W3C-SVG-1.1/struct-dom-02-b-expected.txt:
242 * svg/W3C-SVG-1.1/struct-dom-03-b-expected.checksum:
243 * svg/W3C-SVG-1.1/struct-dom-03-b-expected.png:
244 * svg/W3C-SVG-1.1/struct-dom-03-b-expected.txt:
245 * svg/W3C-SVG-1.1/struct-dom-04-b-expected.checksum:
246 * svg/W3C-SVG-1.1/struct-dom-04-b-expected.png:
247 * svg/W3C-SVG-1.1/struct-dom-04-b-expected.txt:
248 * svg/W3C-SVG-1.1/struct-dom-05-b-expected.checksum:
249 * svg/W3C-SVG-1.1/struct-dom-05-b-expected.png:
250 * svg/W3C-SVG-1.1/struct-dom-05-b-expected.txt:
251 * svg/W3C-SVG-1.1/struct-dom-06-b-expected.checksum:
252 * svg/W3C-SVG-1.1/struct-dom-06-b-expected.png:
253 * svg/W3C-SVG-1.1/struct-dom-06-b-expected.txt:
255 2006-07-27 Eric Seidel <eric@eseidel.com>
259 Add better SVGLoad event support.
260 http://bugzilla.opendarwin.org/show_bug.cgi?id=6010
261 A bunch of the SVG tests didn't render anything since they never received an SVGLoad, now they properly render.
263 * svg/W3C-SVG-1.1/extend-namespace-01-f-expected.checksum:
264 * svg/W3C-SVG-1.1/extend-namespace-01-f-expected.png:
265 * svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt:
266 * svg/W3C-SVG-1.1/interact-events-01-b-expected.checksum:
267 * svg/W3C-SVG-1.1/interact-events-01-b-expected.png:
268 * svg/W3C-SVG-1.1/struct-dom-01-b-expected.checksum:
269 * svg/W3C-SVG-1.1/struct-dom-01-b-expected.png:
270 * svg/W3C-SVG-1.1/struct-dom-01-b-expected.txt:
271 * svg/W3C-SVG-1.1/struct-dom-02-b-expected.checksum:
272 * svg/W3C-SVG-1.1/struct-dom-02-b-expected.png:
273 * svg/W3C-SVG-1.1/struct-dom-02-b-expected.txt:
274 * svg/W3C-SVG-1.1/struct-dom-03-b-expected.checksum:
275 * svg/W3C-SVG-1.1/struct-dom-03-b-expected.png:
276 * svg/W3C-SVG-1.1/struct-dom-03-b-expected.txt:
277 * svg/W3C-SVG-1.1/struct-dom-04-b-expected.checksum:
278 * svg/W3C-SVG-1.1/struct-dom-04-b-expected.png:
279 * svg/W3C-SVG-1.1/struct-dom-04-b-expected.txt:
280 * svg/W3C-SVG-1.1/struct-dom-05-b-expected.checksum:
281 * svg/W3C-SVG-1.1/struct-dom-05-b-expected.png:
282 * svg/W3C-SVG-1.1/struct-dom-05-b-expected.txt:
283 * svg/W3C-SVG-1.1/struct-dom-06-b-expected.checksum:
284 * svg/W3C-SVG-1.1/struct-dom-06-b-expected.png:
285 * svg/W3C-SVG-1.1/struct-dom-06-b-expected.txt:
287 2006-07-27 Rob Buis <buis@kde.org>
292 <http://bugzilla.opendarwin.org/show_bug.cgi?id=9753>
293 SVG with width and height 100% leaves room for scrollbar on the right.
295 * svg/custom/width-full-percentage-expected.txt: Added.
296 * svg/custom/width-full-percentage-expected.checksum: Added.
297 * svg/custom/width-full-percentage-expected.png: Added.
298 * svg/custom/width-full-percentage.svg: Added.
300 2006-07-27 Justin Garcia <justin.garcia@apple.com>
304 <rdar://problem/4242293>
305 Poor paste fidelity of http://www.google.com/
307 * editing/pasteboard/styled-element-markup-expected.checksum: Added.
308 * editing/pasteboard/styled-element-markup-expected.png: Added.
309 * editing/pasteboard/styled-element-markup-expected.txt: Added.
310 * editing/pasteboard/styled-element-markup.html: Added.
312 2006-07-27 Alexander Kellett <lypanov@kde.org>
316 Test for: http://bugzilla.opendarwin.org/show_bug.cgi?id=9867
317 REGRESSION: code that modifies form element in Firefox modifies form attribute in WebKit
319 * fast/forms/input-named-action-overrides-action-attribute-expected.txt: Added.
320 * fast/forms/input-named-action-overrides-action-attribute.html: Added.
322 2006-07-27 Rob Buis <buis@kde.org>
326 Testcase for and from:
327 http://bugzilla.opendarwin.org/show_bug.cgi?id=8992
328 Some HTML DOM attributes have incorrect types
330 * fast/dom/html-attribute-types-expected.txt: Added.
331 * fast/dom/html-attribute-types.html: Added.
333 2006-07-27 Justin Garcia <justin.garcia@apple.com>
337 <rdar://problem/4628409>
338 Safari crashes in CompositeEditCommand::removeBlockPlaceholder entering text in a web page form
340 * fast/forms/4628409-expected.txt: Added.
341 * fast/forms/4628409.html: Added.
343 2006-07-27 Graham Dennis <graham.dennis@gmail.com>
347 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=10094
348 Japanese characters improperly rendering in TOT
350 * fast/encoding/denormalised-voiced-japanese-chars-expected.checksum: Added.
351 * fast/encoding/denormalised-voiced-japanese-chars-expected.png: Added.
352 * fast/encoding/denormalised-voiced-japanese-chars-expected.txt: Added.
353 * fast/encoding/denormalised-voiced-japanese-chars.html: Added.
355 2006-07-27 Eric Seidel <eric@eseidel.com>
359 Complex entities seem to fail on TOT
360 http://bugzilla.opendarwin.org/show_bug.cgi?id=6390
361 Updated test cases now that this bug is fixed.
363 * fast/parser/entity-ignorable-whitespace-expected.txt:
364 * svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.checksum:
365 * svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.png:
366 * svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.txt:
367 * svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.checksum:
368 * svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.png:
369 * svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.txt:
370 * svg/W3C-SVG-1.1/render-elems-03-t-expected.checksum:
371 * svg/W3C-SVG-1.1/render-elems-03-t-expected.png:
372 * svg/W3C-SVG-1.1/render-elems-03-t-expected.txt:
374 2006-07-27 Rob Buis <buis@kde.org
378 Add some tests for http://bugzilla.opendarwin.org/show_bug.cgi?id=9938
379 Specifically the testcases are:
381 http://hixie.ch/tests/adhoc/svg/error/010.xml
382 http://hixie.ch/tests/adhoc/svg/error/011.xml
384 * svg/custom/invalid-viewbox1-expected.checksum: Added.
385 * svg/custom/invalid-viewbox1-expected.png: Added.
386 * svg/custom/invalid-viewbox1-expected.txt: Added.
387 * svg/custom/invalid-viewbox1.svg: Added.
388 * svg/custom/invalid-viewbox2-expected.checksum: Added.
389 * svg/custom/invalid-viewbox2-expected.png: Added.
390 * svg/custom/invalid-viewbox2-expected.txt: Added.
391 * svg/custom/invalid-viewbox2.svg: Added.
393 2006-07-27 Eric Seidel <eric@eseidel.com>
397 Add testcases for getSVGDocument() function.
398 Also test HTMLObjectElement.vspace and hspace as numbers (while I'm at it).
400 * fast/dom/HTMLObjectElement/vspace-hspace-as-number-expected.checksum: Added.
401 * fast/dom/HTMLObjectElement/vspace-hspace-as-number-expected.png: Added.
402 * fast/dom/HTMLObjectElement/vspace-hspace-as-number-expected.txt: Added.
403 * fast/dom/HTMLObjectElement/vspace-hspace-as-number.html: Added.
404 * svg/custom/getsvgdocument-expected.checksum: Added.
405 * svg/custom/getsvgdocument-expected.png: Added.
406 * svg/custom/getsvgdocument-expected.txt: Added.
407 * svg/custom/getsvgdocument.html: Added.
408 * svg/custom/resources/getsvgdocument.svg: Added.
410 2006-07-26 Alexey Proskuryakov <ap@nypop.com>
414 http://bugzilla.opendarwin.org/show_bug.cgi?id=9901
415 XSLTProcessor cannot parse text nodes for INPUT ELEMENTS in an XSLT stylesheet
417 * fast/js/resources/xhtml-serialize.js: Added.
418 * fast/js/xhtml-serialize-expected.txt: Added.
419 * fast/js/xhtml-serialize.html: Added.
421 2006-07-26 Justin Garcia <justin.garcia@apple.com>
425 <rdar://problem/4652788>
426 REGRESSION: Can't change size or style of any text in message body
428 * editing/style/designmode-expected.checksum: Added.
429 * editing/style/designmode-expected.png: Added.
430 * editing/style/designmode-expected.txt: Added.
431 * editing/style/designmode.html: Added.
433 2006-07-25 Justin Garcia <justin.garcia@apple.com>
437 <rdar://problem/4649560>
438 REGRESSION: Can't Select All when the body is contentEditable="true"
440 * editing/selection/select-all-005-expected.checksum: Added.
441 * editing/selection/select-all-005-expected.png: Added.
442 * editing/selection/select-all-005-expected.txt: Added.
443 * editing/selection/select-all-005.html: Added.
444 * editing/selection/select-all-006-expected.checksum: Added.
445 * editing/selection/select-all-006-expected.png: Added.
446 * editing/selection/select-all-006-expected.txt: Added.
447 * editing/selection/select-all-006.html: Added.
449 2006-07-24 Dan Waylonis <waylonis@google.com>
451 Reviewed and tweaked a bit by Darin.
453 - added some new tests that use "echo" including one for JavaScript null
455 * plugins/bindings-test-expected.txt: Added results.
456 * plugins/bindings-test.html: Added tests.
458 2006-07-24 Darin Adler <darin@apple.com>
460 Reviewed by Adele and Justin.
462 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9630
463 REGRESSION: some spaces typed in <textarea> are posted as non-breaking spaces
465 * fast/forms/textarea-type-spaces-expected.txt: Added.
466 * fast/forms/textarea-type-spaces.html: Added.
468 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9939
469 REGRESSION: Pasting text into native text area with newline at end does not preserve newline
471 * fast/forms/textarea-paste-newline-expected.txt: Added.
472 * fast/forms/textarea-paste-newline.html: Added.
474 - updated tests affected by above changes, results are equivalent or better
476 * editing/pasteboard/4641033-expected.checksum:
477 * editing/pasteboard/4641033-expected.png:
478 * editing/pasteboard/4641033-expected.txt:
479 * editing/pasteboard/paste-table-003-expected.checksum:
480 * editing/pasteboard/paste-table-003-expected.png:
481 * editing/pasteboard/paste-table-003-expected.txt:
482 * editing/pasteboard/paste-text-016-expected.txt:
483 * editing/pasteboard/quirks-mode-br-1-expected.txt:
484 * editing/pasteboard/quirks-mode-br-2-expected.txt:
485 * fast/forms/textarea-scrolled-type-expected.checksum:
486 * fast/forms/textarea-scrolled-type-expected.png:
487 * fast/forms/textarea-scrolled-type-expected.txt:
489 - changed a test to be a "dump as text" test
491 * fast/forms/paste-into-textarea-expected.txt:
492 * fast/forms/paste-into-textarea.html:
493 * fast/forms/paste-into-textarea-expected.checksum: Removed.
494 * fast/forms/paste-into-textarea-expected.png: Removed.
496 - changed a test to be a "dump as text" test, improved test a bit and also checked in new results
498 * fast/forms/textarea-scrolled-endline-caret-expected.txt:
499 * fast/forms/textarea-scrolled-endline-caret.html:
501 - fixed a test that was raising an exception every time it ran
503 * fast/forms/attributed-strings-expected.txt:
504 * fast/forms/attributed-strings.html:
506 - corrected checksums on a bunch of tests (pngs were right, but checksums wrong, apparently)
508 * editing/deleting/delete-to-select-table-expected.checksum:
509 * editing/selection/3690719-expected.checksum:
510 * editing/selection/clear-selection-expected.checksum:
511 * editing/undo/undo-misspellings-expected.checksum:
513 - added some missing pixel test results
515 * editing/pasteboard/nested-blocks-with-text-area-expected.checksum: Added.
516 * editing/pasteboard/nested-blocks-with-text-area-expected.png: Added.
517 * editing/pasteboard/nested-blocks-with-text-field-expected.checksum: Added.
518 * editing/pasteboard/nested-blocks-with-text-field-expected.png: Added.
520 2006-07-24 Adele Peterson <adele@apple.com>
524 - Test for <rdar://problem/4632132> Changing style of content with mixed editability fails
526 * editing/style/apple-style-editable-mix-expected.checksum: Added.
527 * editing/style/apple-style-editable-mix-expected.png: Added.
528 * editing/style/apple-style-editable-mix-expected.txt: Added.
529 * editing/style/apple-style-editable-mix.html: Added.
531 2006-07-24 Dave MacLachlan <dmaclach@mac.com>
533 Reviewed by Darin and Alexey.
535 Test for: <http://bugzilla.opendarwin.org/show_bug.cgi?id=8425>
536 and <http://bugzilla.opendarwin.org/show_bug.cgi?id=6947>
538 * svg/custom/non-opaque-filters-expected.checksum: Added.
539 * svg/custom/non-opaque-filters-expected.png: Added.
540 * svg/custom/non-opaque-filters-expected.txt: Added.
541 * svg/custom/non-opaque-filters.svg: Added.
543 2006-07-24 Mitz Pettel <opendarwin.org@mitzpettel.com>
547 - repaint test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9669
548 Incomplete repaint when changing an inline's border
550 * fast/repaint/line-overflow-expected.checksum: Added.
551 * fast/repaint/line-overflow-expected.png: Added.
552 * fast/repaint/line-overflow-expected.txt: Added.
553 * fast/repaint/line-overflow.html: Added.
555 2006-07-24 Mitz Pettel <opendarwin.org@mitzpettel.com>
559 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=10075
560 REGRESSION: Reversed pop-up text in visually-ordered Hebrew pages
562 * fast/forms/select-visual-hebrew-expected.checksum: Added.
563 * fast/forms/select-visual-hebrew-expected.png: Added.
564 * fast/forms/select-visual-hebrew-expected.txt: Added.
565 * fast/forms/select-visual-hebrew.html: Added.
567 2006-07-23 David Harrison <harrison@apple.com>
571 <rdar://problem/4646759> Mail crash editing To Do - WebCore::InsertTextCommand::prepareForTextInsertion
573 * editing/deleting/delete-mixed-editable-content-001-expected.checksum: Added.
574 * editing/deleting/delete-mixed-editable-content-001-expected.png: Added.
575 * editing/deleting/delete-mixed-editable-content-001-expected.txt: Added.
576 * editing/deleting/delete-mixed-editable-content-001.html: Added.
578 2006-07-23 Adele Peterson <adele@apple.com>
582 Test for: <rdar://problem/4644614> REGRESSION: Typing, pasting or dragging in new text areas causes unnecessary scrolling
584 * fast/forms/textarea-scrolled-type-expected.checksum: Added.
585 * fast/forms/textarea-scrolled-type-expected.png: Added.
586 * fast/forms/textarea-scrolled-type-expected.txt: Added.
587 * fast/forms/textarea-scrolled-type.html: Added.
589 2006-07-22 Alexey Proskuryakov <ap@nypop.com>
593 Fix http://bugzilla.opendarwin.org/show_bug.cgi?id=10038
594 REGRESSION: Length of navigator.mimeTypes collection returns number of installed plugins, not number
595 of registered mime types
597 * fast/js/navigator-mimeTypes-length-expected.txt: Added.
598 * fast/js/navigator-mimeTypes-length.html: Added.
599 * fast/js/resources/navigator-mimeTypes-length.js: Added.
601 2006-07-21 Adele Peterson <adele@apple.com>
605 Test for: <rdar://problem/4643238> REGRESSION: Can't set insertion point at the end of a line of text
607 * fast/forms/textarea-scrolled-endline-caret-expected.txt: Added.
608 * fast/forms/textarea-scrolled-endline-caret.html: Added.
610 2006-07-21 Geoffrey Garen <ggaren@apple.com>
614 Test for whether focusing and/or blurring a frame before its content has loaded causes
615 a crash. <rdar://problem/4632505> REGRESSION: Crash at
616 WebCore::Widget::getView() const + 6
618 * http/tests/incremental/frame-focus-before-load-expected.txt: Added.
619 * http/tests/incremental/frame-focus-before-load.html: Added.
621 2006-07-21 Maciej Stachowiak <mjs@apple.com>
625 <rdar://problem/4523976> REGRESSION (NativeTextField): Crash occurs when choosing "Undo Typing" after typing and setting the value
627 * fast/forms/text-field-setvalue-crash-expected.txt: Added.
628 * fast/forms/text-field-setvalue-crash.html: Added.
630 2006-07-21 Justin Garcia <justin.garcia@apple.com>
634 <rdar://problem/4548238>
635 REGRESSION: Can't remove the first OL/UL list item in a Mail's compose window
637 * editing/deleting/delete-first-list-item-expected.checksum: Added.
638 * editing/deleting/delete-first-list-item-expected.png: Added.
639 * editing/deleting/delete-first-list-item-expected.txt: Added.
640 * editing/deleting/delete-first-list-item.html: Added.
642 2006-07-21 Mitz Pettel <opendarwin.org@mitzpettel.com>
646 * editing/selection/select-all-iframe-expected.txt:
647 * editing/selection/select-from-textfield-outwards-expected.checksum: Added.
648 * editing/selection/select-from-textfield-outwards-expected.png: Added.
649 * editing/selection/select-from-textfield-outwards-expected.txt: Added.
650 * editing/selection/select-from-textfield-outwards.html: Added.
651 * fast/events/drag-outside-window-expected.txt:
653 2006-07-21 Geoffrey Garen <ggaren@apple.com>
655 Test for undetectable style.filter property.
657 * fast/dom/undetectable-style-filter-expected.txt: Added.
658 * fast/dom/undetectable-style-filter.html: Added.
660 2006-07-21 Justin Garcia <justin.garcia@apple.com>
664 <rdar://problem/4641033>
665 REGRESSION: Pasting from web pages into Mail (or Blot) often loses most of the content
667 * editing/pasteboard/4641033-expected.checksum: Added.
668 * editing/pasteboard/4641033-expected.png: Added.
669 * editing/pasteboard/4641033-expected.txt: Added.
670 * editing/pasteboard/4641033.html: Added.
672 2006-07-20 Anders Carlsson <acarlsson@apple.com>
676 <rdar://problem/4637807> REGRESSION: "Features & Options" page at volvocars.us fails
678 * fast/xsl/xslt-processer-expected.txt:
681 * fast/xsl/xslt-string-parameters-expected.txt: Added.
682 * fast/xsl/xslt-string-parameters.html: Added.
684 2006-07-20 Maciej Stachowiak <mjs@apple.com>
686 Reviewed by Beth and John.
688 - fix recently broken layout tests that need updated results or test changes:
690 For these three, the selection ranges changed (for the better) due to my input
693 * editing/selection/3690703-2-expected.txt:
694 * editing/selection/3690703-expected.txt:
695 * fast/text/textIteratorNilRenderer-expected.txt:
697 For this one, DumpRenderTree no longer shows resize corners by default, so turned
700 * fast/css/resize-corner-tracking.html:
702 2006-07-19 Maciej Stachowiak <mjs@apple.com>
706 - fixed layout test results that were affected by editing input
707 paste patch -- new results are actually more correct, handling
708 text fields properly as a replaced element.
710 * editing/selection/3690703-2-expected.txt:
711 * editing/selection/3690703-expected.txt:
712 * fast/events/div-focus-expected.txt:
713 * fast/text/textIteratorNilRenderer-expected.txt:
715 2006-07-19 Justin Garcia <justin.garcia@apple.com>
719 <rdar://problem/4631972>
720 REGRESSION: Mail crashes when pasting entire contents of http://www.apple.com/support/ into a new mail message
722 * editing/pasteboard/4631972-expected.checksum: Added.
723 * editing/pasteboard/4631972-expected.png: Added.
724 * editing/pasteboard/4631972-expected.txt: Added.
725 * editing/pasteboard/4631972.html: Added.
726 * editing/selection/drag-to-contenteditable-iframe-expected.txt:
727 * editing/selection/replaced-boundaries-3-expected.checksum:
728 * editing/selection/replaced-boundaries-3-expected.txt:
729 * editing/selection/select-box-expected.txt:
731 2006-07-19 Anders Carlsson <acarlsson@apple.com>
735 <rdar://problem/4631272> REGRESSION: Crash tabbing out of hostname field at autorestore.apple.com
737 * fast/forms/display-none-in-onchange-keyboard-expected.txt: Added.
738 * fast/forms/display-none-in-onchange-keyboard.html: Added.
740 2006-07-19 Justin Garcia <justin.garcia@apple.com>
744 <rdar://problem/4613519>
745 REGRESSION: Pasting text in native text area inserts text one character before it should (9527)
747 * fast/forms/paste-into-textarea-expected.checksum: Added.
748 * fast/forms/paste-into-textarea-expected.png: Added.
749 * fast/forms/paste-into-textarea-expected.txt: Added.
750 * fast/forms/paste-into-textarea.html: Added.
752 2006-07-19 Anders Carlsson <acarlsson@apple.com>
754 * fast/js/pretty-print-expected.txt:
757 * fast/js/resources/pretty-print.js:
758 Fix description string.
760 2006-07-19 Anders Carlsson <acarlsson@apple.com>
764 <rdar://problem/4620655> REGRESSION(10.4.7-10.5): preview button for a blogger.com post doesn't work
766 * fast/js/pretty-print-expected.txt: Added.
767 * fast/js/pretty-print.html: Added.
768 * fast/js/resources/pretty-print.js: Added.
770 2006-07-19 David Harrison <harrison@apple.com>
772 <rdar://problem/4629307> -[DOMRange markupString] does not include the initial table element if it is at the beginning of the range
773 <rdar://problem/4062218> pasting in contents of web.apple.com strips off the <table> element from the first table
775 (this really only tests the symptoms of <rdar://problem/4062218>, because -[DOMRange markupString] is not testable)
777 * editing/pasteboard/paste-table-003-expected.checksum: Added.
778 * editing/pasteboard/paste-table-003-expected.png: Added.
779 * editing/pasteboard/paste-table-003-expected.txt: Added.
780 * editing/pasteboard/paste-table-003.html: Added.
782 2006-07-18 Maciej Stachowiak <mjs@apple.com>
784 Reviewed by Adele Peterson.
788 <rdar://problem/4620646> REGRESSION(10.4.7-10.5): can't type into editing region when creating or editing a blogger.com post
790 * fast/js/null-char-in-string-expected.txt: Added.
791 * fast/js/null-char-in-string.html: Added.
792 * fast/js/resources/null-char-in-string.js: Added.
794 2006-07-18 Anders Carlsson <acarlsson@apple.com>
798 http://bugzilla.opendarwin.org/show_bug.cgi?id=9959
799 REGRESSION: iframes stop rendering after 200th one on successive reloads
801 * fast/frames/frame-limit-expected.txt: Added.
802 * fast/frames/frame-limit.html: Added.
804 2006-07-18 Darin Adler <darin@apple.com>
808 - convert a couple of tests to "dump as text" tests
810 * fast/dom/css-selectorText-expected.checksum: Removed.
811 * fast/dom/css-selectorText-expected.png: Removed.
812 * fast/dom/css-selectorText-expected.txt: Replaced render tree results with text results.
813 * fast/dom/css-selectorText.html: Added a call to layoutTestController.dumpAsText.
815 * fast/dom/css-shortHands-expected.checksum: Removed.
816 * fast/dom/css-shortHands-expected.png: Removed.
817 * fast/dom/css-shortHands-expected.txt: Replaced render tree results with text results.
818 * fast/dom/css-shortHands.html: Added a call to layoutTestController.dumpAsText.
820 2006-07-18 Mitz Pettel <opendarwin.org@mitzpettel.com>
824 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9978
825 REGRESSION (r12949-r12988): Clicking the first letter on a line places the caret at the end of the previous line
827 * editing/selection/click-start-of-line-expected.checksum: Added.
828 * editing/selection/click-start-of-line-expected.png: Added.
829 * editing/selection/click-start-of-line-expected.txt: Added.
830 * editing/selection/click-start-of-line.html: Added.
832 2006-07-18 Anders Carlsson <acarlsson@apple.com>
836 http://bugzilla.opendarwin.org/show_bug.cgi?id=9695
837 <rdar://problem/4614085>
838 TOT REGRESSION: NativeTextArea: Text area does not respond to Cmd-UpArrow/Cmd-DownArrow (9695)
840 * editing/selection/move-begin-end-expected.txt: Added.
841 * editing/selection/move-begin-end.html: Added.
843 2006-07-17 Maciej Stachowiak <mjs@apple.com>
845 Test cases not reviewed but the corresponding fix was.
847 - test cases for <rdar://problem/4618089> Blot crashes when I paste in all the contents of http://www.apple.com/startpage/
849 * editing/pasteboard/nested-blocks-with-text-area-expected.txt: Added.
850 * editing/pasteboard/nested-blocks-with-text-area.html: Added.
851 * editing/pasteboard/nested-blocks-with-text-field-expected.txt: Added.
852 * editing/pasteboard/nested-blocks-with-text-field.html: Added.
854 2006-07-17 Anders Carlsson <acarlsson@apple.com>
858 Add Apache 2 config file.
860 * http/conf/apache2-httpd.conf: Added.
862 2006-07-17 Justin Garcia <justin.garcia@apple.com>
866 <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
868 * editing/selection/replace-selection-1-expected.checksum: Added.
869 * editing/selection/replace-selection-1-expected.png: Added.
870 * editing/selection/replace-selection-1-expected.txt: Added.
871 * editing/selection/replace-selection-1.html: Added.
873 2006-07-14 Justin Garcia <justin.garcia@apple.com>
877 * editing/selection/drag-to-contenteditable-iframe-expected.txt:
878 * editing/selection/subframe-with-selection-expected.txt:
880 2006-07-17 Maciej Stachowiak <mjs@apple.com>
884 <rdar://problem/4604946> REGRESSION: 'checkboxRef.checked = true' fires onchange event in Leopard
886 * fast/events/programmatic-check-no-change-event-expected.txt: Added.
887 * fast/events/programmatic-check-no-change-event.html: Added.
889 2006-07-16 David Kilzer <ddkilzer@kilzer.net>
893 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9954
894 REGRESSION: document.dir should return empty string in <head>
896 * fast/dom/document-dir-property-expected.txt: Added.
897 * fast/dom/document-dir-property.html: Added.
899 2006-07-16 David Kilzer <ddkilzer@kilzer.net>
903 * fast/dynamic/move-node-with-selection-expected.checksum:
904 Removed "No newline at end of file" that snuck in as part of the "apply patch" process.
906 2006-07-16 Darin Adler <darin@apple.com>
908 - fixed a couple of files I checked in wrong
910 * fast/html/body-offset-properties-expected.txt: Removed property cruft.
911 * fast/html/body-offset-properties.html: Ditto.
913 2006-07-16 Maciej Stachowiak <mjs@apple.com>
915 - fixed typo in expected results
917 * fast/js/for-in-avoid-duplicates-expected.txt:
919 2006-07-16 Darin Adler <darin@apple.com>
921 Reviewed by John Sullivan (new test, not the changes to existing ones).
923 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9943
924 <rdar://problem/4590613>
925 REGRESSION (Tiger-TOT): menus are offset to the right at http://movies.aol.com/movie-photo-bts/superman-returns
927 * fast/html/body-offset-properties-expected.txt: Added.
928 * fast/html/body-offset-properties.html: Added.
930 * editing/execCommand/findString-2.html: Update to not depend on the buggy body.offseLeft/Top.
931 Instead hardcode the default body margin of 8.
932 * editing/pasteboard/drop-text-without-selection.html: Ditto.
933 * editing/selection/click-before-and-after-table.html: Ditto.
934 * editing/selection/mixed-editability-1.html: Ditto.
935 * fast/table/click-near-anonymous-table.html: Ditto.
937 * editing/selection/drag-to-contenteditable-iframe.html: Remove unnecessary use of body.offsetLeft/Top
940 2006-07-16 Maciej Stachowiak <mjs@apple.com>
944 - new test case and updated results for property list changes
946 * fast/js/for-in-avoid-duplicates-expected.txt: Added.
947 * fast/js/for-in-avoid-duplicates.html: Added.
948 * fast/js/kde/Array-expected.txt:
949 * fast/js/resources/for-in-avoid-duplicates.js: Added.
951 2006-07-15 Darin Adler <darin@apple.com>
953 Reviewed by John Sullivan.
955 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=8952
956 <rdar://problem/4575185>
957 REGRESSION: crash on drag of highlighted Google custom home page modules
959 * fast/dynamic/move-node-with-selection-expected.checksum: Added.
960 * fast/dynamic/move-node-with-selection-expected.png: Added.
961 * fast/dynamic/move-node-with-selection-expected.txt: Added.
962 * fast/dynamic/move-node-with-selection.html: Added.
964 2006-07-15 Darin Adler <darin@apple.com>
966 Reviewed by John Sullivan.
968 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=8587
969 <rdar://problem/4631844>
970 REGRESSION: {display:list-item} on items outside an ol or ul element no longer causes incremental numbering
972 * fast/lists/numeric-markers-outside-list-expected.checksum: Added.
973 * fast/lists/numeric-markers-outside-list-expected.png: Added.
974 * fast/lists/numeric-markers-outside-list-expected.txt: Added.
975 * fast/lists/numeric-markers-outside-list.html: Added.
977 2006-07-15 Geoffrey Garen <ggaren@apple.com>
981 Layout test for crash when setting the dir property on a document with no body.
983 * fast/dom/dir-no-body-expected.txt: Added.
984 * fast/dom/dir-no-body.html: Added.
986 2006-07-15 Darin Adler <darin@apple.com>
990 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=8395
991 <rdar://problem/4613467>
992 REGRESSION: RegEx seems broken for hex escaped non breaking space
994 * fast/js/regexp-extended-characters-more-expected.txt: Added.
995 * fast/js/regexp-extended-characters-more.html: Added.
996 * fast/js/resources/regexp-extended-characters-more.js: Added.
998 2006-07-15 Darin Adler <darin@apple.com>
1002 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=8871
1003 <rdar://problem/4575417>
1004 REGRESSION: Pressing Enter/Return in a text input removes the selected text
1005 and http://bugzilla.opendarwin.org/show_bug.cgi?id=9743
1006 <rdar://problem/4614228>
1007 REGRESSION: crash dispatching JavaScript-created keyboard event to input element
1009 * fast/forms/input-text-enter-expected.txt: Added.
1010 * fast/forms/input-text-enter.html: Added.
1012 2006-07-15 Darin Adler <darin@apple.com>
1014 Reviewed by John Sullivan.
1016 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9883
1017 <rdar://problem/4631821>
1018 REGRESSION: NativePopups don't work correctly in some forum software
1020 * fast/forms/select-selected-expected.checksum: Added.
1021 * fast/forms/select-selected-expected.png: Added.
1022 * fast/forms/select-selected-expected.txt: Added.
1023 * fast/forms/select-selected.html: Added.
1025 2006-07-15 Anders Carlsson <acarlsson@apple.com>
1029 http://bugzilla.opendarwin.org/show_bug.cgi?id=9866
1030 <rdar://problem/4631561>
1031 REGRESSION: Repro crash from mangleme using iframe, only from server.
1033 * http/tests/misc/iframe-invalid-source-crash-expected.txt: Added.
1034 * http/tests/misc/iframe-invalid-source-crash.html: Added.
1036 2006-07-14 Alexey Proskuryakov <ap@nypop.com>
1040 Fix http://bugzilla.opendarwin.org/show_bug.cgi?id=4195
1041 REGRESSION: KOI8-U encoding no longer supported.
1043 * fast/encoding/charset-koi8-u-expected.txt: Added.
1044 * fast/encoding/charset-koi8-u.html: Added.
1045 * fast/encoding/charset-x-nextstep-expected.txt: Added.
1046 * fast/encoding/charset-x-nextstep.html: Added.
1047 * http/tests/misc/BOM-override-expected.txt: Added.
1048 * http/tests/misc/BOM-override-script-expected.txt: Added.
1049 * http/tests/misc/BOM-override-script.html: Added.
1050 * http/tests/misc/BOM-override.pl: Added.
1051 * http/tests/misc/resources/BOM-override-2.pl: Added.
1052 * http/tests/misc/resources/BOM-override-3.pl: Added.
1054 2006-07-14 Timothy Hatcher <timothy@apple.com>
1056 Rolling out this fix from r15358 since it isn't resolved.
1058 2006-07-11 Justin Garcia <justin.garcia@apple.com>
1060 Reviewed by levi & thatcher
1062 <http://bugzilla.opendarwin.org/show_bug.cgi?id=9642>
1063 GMail Editor: Operations that use drop down menus blow away the selection
1065 * editing/selection/drag-to-contenteditable-iframe-expected.txt:
1066 * editing/selection/subframe-with-selection-expected.checksum: Added.
1067 * editing/selection/subframe-with-selection-expected.png: Added.
1068 * editing/selection/subframe-with-selection-expected.txt: Added.
1069 * editing/selection/subframe-with-selection.html: Added.
1071 2006-07-14 Mitz Pettel <opendarwin.org@mitzpettel.com>
1075 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9905
1076 REGRESSION (r15404-r15415): Repro crash when pressing delete in an empty editable div
1078 * editing/deleting/delete-at-start-or-end-expected.checksum: Added.
1079 * editing/deleting/delete-at-start-or-end-expected.png: Added.
1080 * editing/deleting/delete-at-start-or-end-expected.txt: Added.
1081 * editing/deleting/delete-at-start-or-end.html: Added.
1083 2006-07-14 Mitz Pettel <opendarwin.org@mitzpettel.com>
1087 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9879
1088 REGRESSION: Repro crash when clicking to the side of an anonymous table
1089 - see also <rdar://problem/4628129> REGRESSION: Repro crash when clicking
1090 to the side of an anonymous table
1092 NOTE: Only the layout test part of this patch was landed since an alternate
1093 fix was committed in r15401: <rdar://problem/4509393> selected DOM range
1094 starts with <object>, 0 offset but selection should include the <object>
1096 * fast/table/click-near-anonymous-table-expected.checksum: Added.
1097 * fast/table/click-near-anonymous-table-expected.png: Added.
1098 * fast/table/click-near-anonymous-table-expected.txt: Added.
1099 * fast/table/click-near-anonymous-table.html: Added.
1101 2006-07-12 Maciej Stachowiak <mjs@apple.com>
1105 Test cases for <rdar://problem/4567031> REGRESSION: Crash at WebCore::RenderBlock::createLineBoxes (seems to be a security hole?)
1107 I included the test case from the bug plus variants for other broken cases that
1108 were similar but needed separate fixes.
1110 * fast/table/cell-in-row-before-misnested-text-crash-expected.txt: Added.
1111 * fast/table/cell-in-row-before-misnested-text-crash.xhtml: Added.
1112 * fast/table/form-in-row-before-misnested-text-crash-expected.txt: Added.
1113 * fast/table/form-in-row-before-misnested-text-crash.xhtml: Added.
1114 * fast/table/form-in-table-before-misnested-text-crash-expected.txt: Added.
1115 * fast/table/form-in-table-before-misnested-text-crash.xhtml: Added.
1116 * fast/table/form-in-tbody-before-misnested-text-crash-expected.txt: Added.
1117 * fast/table/form-in-tbody-before-misnested-text-crash.xhtml: Added.
1118 * fast/table/row-in-tbody-before-misnested-text-crash-expected.txt: Added.
1119 * fast/table/row-in-tbody-before-misnested-text-crash.xhtml: Added.
1120 * fast/table/section-in-table-before-misnested-text-crash-expected.txt: Added.
1121 * fast/table/section-in-table-before-misnested-text-crash.xhtml: Added.
1123 2006-07-13 Mitz Pettel <opendarwin.org@mitzpettel.com>
1127 - test and updated results for http://bugzilla.opendarwin.org/show_bug.cgi?id=9670
1128 REGRESSION: RTL white-space:pre-wrap text is offset to the right
1130 * editing/deleting/delete-to-select-table-expected.txt:
1131 * editing/execCommand/boldSelection-expected.txt:
1132 * editing/execCommand/italicizeByCharacter-expected.txt:
1133 * editing/execCommand/modifyForeColorByCharacter-expected.txt:
1134 * editing/execCommand/print-expected.txt:
1135 * editing/execCommand/selectAll-expected.txt:
1136 * editing/execCommand/strikethroughSelection-expected.txt:
1137 * editing/inserting/insert-div-027-expected.txt:
1138 * editing/selection/after-line-wrap-expected.txt:
1139 * editing/selection/mixed-editability-1-expected.txt:
1140 * editing/selection/select-all-001-expected.txt:
1141 * editing/selection/select-all-002-expected.txt:
1142 * editing/selection/select-all-003-expected.txt:
1143 * fast/clip/outline-overflowClip-expected.txt:
1144 * fast/text/international/rtl-white-space-pre-wrap-expected.checksum: Added.
1145 * fast/text/international/rtl-white-space-pre-wrap-expected.png: Added.
1146 * fast/text/international/rtl-white-space-pre-wrap-expected.txt: Added.
1147 * fast/text/international/rtl-white-space-pre-wrap.html: Added.
1148 * fast/text/whitespace/pre-wrap-overflow-selection-expected.txt:
1149 * fast/text/whitespace/pre-wrap-spaces-after-newline-expected.txt:
1151 2006-07-13 Mark Rowe <opendarwin.org@bdash.net.nz>
1153 Reviewed by Geoffrey.
1155 http://bugzilla.opendarwin.org/show_bug.cgi?id=9742
1156 Bug 9742: REGRESSION: WebKit hangs when loading <http://www.vtbook.com>
1158 This includes tests for indexing an array with immediate types, and for
1159 setting selectField.options.length to immediate types.
1161 * fast/dom/select-selectedIndex-expected.txt:
1162 * fast/dom/select-selectedIndex-multiple-expected.txt:
1163 * fast/dom/select-selectedIndex-multiple.html: Update to test setting length to true and false.
1164 * fast/dom/select-selectedIndex.html: Ditto.
1165 * fast/js/array-index-immediate-types-expected.txt: Added.
1166 * fast/js/array-index-immediate-types.html: Added.
1167 * fast/js/resources/array-index-immediate-types.js: Added.
1169 2006-07-13 David Harrison <harrison@apple.com>
1171 Reviewed by Justin and Levi.
1173 <rdar://problem/4620743> REGRESSION: Option-Delete doesn't delete words during typing
1175 * editing/deleting/delete-by-word-001-expected.checksum: Added.
1176 * editing/deleting/delete-by-word-001-expected.png: Added.
1177 * editing/deleting/delete-by-word-001-expected.txt: Added.
1178 * editing/deleting/delete-by-word-001.html: Added.
1179 * editing/deleting/delete-by-word-002-expected.checksum: Added.
1180 * editing/deleting/delete-by-word-002-expected.png: Added.
1181 * editing/deleting/delete-by-word-002-expected.txt: Added.
1182 * editing/deleting/delete-by-word-002.html: Added.
1184 2006-07-13 Levi Weintraub <lweintraub@apple.com>
1188 <rdar://problem/4622763> Deleting from beginning of paragraph following a table deletes rather than selects the table
1190 * editing/deleting/delete-block-table-expected.checksum: Added.
1191 * editing/deleting/delete-block-table-expected.png: Added.
1192 * editing/deleting/delete-block-table-expected.txt: Added.
1193 * editing/deleting/delete-block-table.html: Added.
1194 * editing/deleting/delete-hr-expected.checksum: Added.
1195 * editing/deleting/delete-hr-expected.png: Added.
1196 * editing/deleting/delete-hr-expected.txt: Added.
1197 * editing/deleting/delete-hr.html: Added.
1198 * editing/deleting/delete-to-select-table-expected.png:
1199 * editing/execCommand/insertHorizontalRule-expected.txt:
1200 * fast/lists/markers-in-selection-expected.txt:
1202 2006-07-12 Mitz Pettel <opendarwin.org@mitzpettel.com>
1206 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9862
1207 REGRESSION: GMail: Crash in RenderView::repaintViewRectangle when spoofing as FF
1208 - see also <rdar://problem/4622407>
1210 * fast/frames/repaint-display-none-crash-expected.txt: Added.
1211 * fast/frames/repaint-display-none-crash.html: Added.
1213 2006-07-12 Justin Garcia <justin.garcia@apple.com>
1217 <rdar://problem/4509393>
1218 selected DOM range starts with <object>, 0 offset but selection should include the <object>
1220 * editing/selection/legal-positions-expected.txt: Added.
1221 * editing/selection/legal-positions.html: Added.
1223 * editing/deleting/delete-3608430-fix-expected.txt:
1224 * editing/deleting/delete-image-001-expected.txt:
1225 * editing/deleting/delete-image-002-expected.txt:
1226 * editing/deleting/delete-image-003-expected.txt:
1227 * editing/deleting/delete-image-004-expected.txt:
1228 * editing/selection/drag-to-contenteditable-iframe-expected.txt:
1229 * editing/selection/replaced-boundaries-3-expected.txt:
1230 * editing/selection/select-box-expected.txt:
1232 2006-07-12 John Sullivan <sullivan@apple.com>
1234 Reviewed by Brady Eidson (and written by Justin Garcia)
1236 - layout test corresponding to <rdar://problem/4611164>
1238 * editing/undo/undo-misspellings-expected.checksum: Added.
1239 * editing/undo/undo-misspellings-expected.png: Added.
1240 * editing/undo/undo-misspellings-expected.txt: Added.
1241 * editing/undo/undo-misspellings.html: Added.
1243 2006-07-13 Anders Carlsson <acarlsson@apple.com>
1247 http://bugzilla.opendarwin.org/show_bug.cgi?id=9663
1248 REGRESSION (r14948-r14956): Selection in text field remains highlighted when the text field loses focus
1250 * editing/selection/clear-selection-expected.checksum: Added.
1251 * editing/selection/clear-selection-expected.png: Added.
1252 * editing/selection/clear-selection-expected.txt: Added.
1253 * editing/selection/clear-selection.html: Added.
1255 2006-07-12 David Kilzer <ddkilzer@kilzer.net>
1257 Reviewed by NOBODY (layout test fix).
1259 Remove property information left in files from svn-apply.
1261 * fast/table/large-rowspan-crash-expected.txt:
1262 * fast/table/large-rowspan-crash.html:
1264 2006-07-12 Darin Adler <darin@apple.com>
1268 - another large rowspan test case
1270 * fast/table/large-rowspan-crash-expected.txt: Added.
1271 * fast/table/large-rowspan-crash.html: Added.
1273 2006-07-12 Anders Carlsson <acarlsson@apple.com>
1277 <rdar://problem/4586665> REGRESSION: autorestore.apple.com: Crashes Safari in WebCore::Widget::client() const
1279 * fast/forms/input-type-change-in-onfocus-keyboard-expected.txt: Added.
1280 * fast/forms/input-type-change-in-onfocus-keyboard.html: Added.
1281 * fast/forms/input-type-change-in-onfocus-mouse-expected.txt: Added.
1282 * fast/forms/input-type-change-in-onfocus-mouse.html: Added.
1284 2006-07-12 Adele Peterson <adele@apple.com>
1288 Test for: http://bugzilla.opendarwin.org/show_bug.cgi?id=9813
1289 OPTION text can paint over select element's scrollbar
1291 * fast/forms/option-text-clip-expected.checksum: Added.
1292 * fast/forms/option-text-clip-expected.png: Added.
1293 * fast/forms/option-text-clip-expected.txt: Added.
1294 * fast/forms/option-text-clip.html: Added.
1296 2006-07-11 Justin Garcia <justin.garcia@apple.com>
1300 <rdar://problem/4620686>
1301 REGRESSION: Mispelling markers are still displayed when using the delete key to place caret into a misspelled word
1303 * editing/deleting/delete-after-span-ws-001-expected.checksum:
1304 * editing/deleting/delete-after-span-ws-001-expected.png:
1305 * editing/deleting/delete-after-span-ws-002-expected.checksum:
1306 * editing/deleting/delete-after-span-ws-002-expected.png:
1307 * editing/deleting/delete-after-span-ws-003-expected.checksum:
1308 * editing/deleting/delete-after-span-ws-003-expected.png:
1309 * editing/deleting/delete-block-merge-contents-010-expected.checksum:
1310 * editing/deleting/delete-block-merge-contents-010-expected.png:
1311 * editing/deleting/merge-unrendered-space-expected.checksum:
1312 * editing/deleting/merge-unrendered-space-expected.png:
1314 2006-07-11 Tim Omernick <timo@apple.com>
1318 Test case for <http://bugzilla.opendarwin.org/show_bug.cgi?id=9843>:
1319 Give Netscape plug-ins access to their own DOM element
1321 * plugins/netscape-dom-access-expected.checksum: Added.
1322 * plugins/netscape-dom-access-expected.png: Added.
1323 * plugins/netscape-dom-access-expected.txt: Added.
1324 * plugins/netscape-dom-access.html: Added.
1326 2006-07-11 Adele Peterson <adele@apple.com>
1330 Tests for http://bugzilla.opendarwin.org/show_bug.cgi?id=9861
1331 REGRESSION: Can't dynamically change list box to popup
1333 * fast/forms/select-change-listbox-to-popup-expected.checksum: Added.
1334 * fast/forms/select-change-listbox-to-popup-expected.png: Added.
1335 * fast/forms/select-change-listbox-to-popup-expected.txt: Added.
1336 * fast/forms/select-change-listbox-to-popup.html: Added.
1337 * fast/forms/select-change-popup-to-listbox.html:
1339 2006-07-11 Justin Garcia <justin.garcia@apple.com>
1341 Reviewed by levi & thatcher
1343 <http://bugzilla.opendarwin.org/show_bug.cgi?id=9642>
1344 GMail Editor: Operations that use drop down menus blow away the selection
1346 * editing/selection/drag-to-contenteditable-iframe-expected.txt:
1347 * editing/selection/subframe-with-selection-expected.checksum: Added.
1348 * editing/selection/subframe-with-selection-expected.png: Added.
1349 * editing/selection/subframe-with-selection-expected.txt: Added.
1350 * editing/selection/subframe-with-selection.html: Added.
1352 2006-07-11 Adele Peterson <adele@apple.com>
1356 Test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9859
1357 REGRESSION: Can't dynamically change popup to list box
1359 * fast/forms/select-change-popup-to-listbox-expected.checksum: Added.
1360 * fast/forms/select-change-popup-to-listbox-expected.png: Added.
1361 * fast/forms/select-change-popup-to-listbox-expected.txt: Added.
1362 * fast/forms/select-change-popup-to-listbox.html: Added.
1364 2006-07-11 Alexey Proskuryakov <ap@nypop.com>
1368 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9572
1369 Add application/xhtml+xml to the Accept header
1371 The fix itself was landed on 2006-07-09, but I forgot about the test.
1373 * http/tests/misc/xhtml-expected.txt: Added.
1374 * http/tests/misc/xhtml.php: Added.
1376 2006-07-11 Beth Dakin <bdakin@apple.com>
1380 Adele checked in new results for this test when you could style
1381 selects, but the styling of selects is turned off for now, so back
1382 to the original results.
1384 * fast/forms/001-expected.checksum:
1385 * fast/forms/001-expected.png:
1386 * fast/forms/001-expected.txt:
1388 2006-07-11 Alexey Proskuryakov <ap@nypop.com>
1392 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=7808
1393 Assertion failure in -[WebBaseNetscapePluginStream dealloc] when requesting an invalid URL
1395 * plugins/get-empty-url-expected.txt: Added.
1396 * plugins/get-empty-url.html: Added.
1398 2006-07-10 David Kilzer <ddkilzer@kilzer.net>
1402 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9179
1403 Implement select.options.add() method
1405 * fast/dom/select-selectedIndex-multiple-expected.txt: Updated test results.
1406 * fast/dom/select-selectedIndex-multiple.html: Updated to print comments between
1407 tests to make failures easier to track down.
1408 * fast/dom/select-selectedIndex-expected.txt: Mirrored updates from select-selectedIndex-multiple.html
1409 * fast/dom/select-selectedIndex.html: Ditto.
1410 * fast/js/resources/select-options-add.js: Added.
1411 * fast/js/select-options-add-expected.txt: Added.
1412 * fast/js/select-options-add.html: Added.
1414 2006-07-10 Adele Peterson <adele@apple.com>
1418 Test for <rdar://problem/4621442> REGRESSION (NativePopup) : Popup menus aren't drawn correctly on page at orbitz.com; cheaptickets.com
1420 * fast/forms/select-style-expected.checksum: Added.
1421 * fast/forms/select-style-expected.png: Added.
1422 * fast/forms/select-style-expected.txt: Added.
1423 * fast/forms/select-style.html: Added.
1425 2006-07-10 Beth Dakin <bdakin@apple.com>
1429 Test for <rdar://problem/4621095> The should be a way to
1430 access the user interface scale factor through the DOM
1432 * fast/dom/jsDevicePixelRatio-expected.checksum: Added.
1433 * fast/dom/jsDevicePixelRatio-expected.png: Added.
1434 * fast/dom/jsDevicePixelRatio-expected.txt: Added.
1435 * fast/dom/jsDevicePixelRatio.html: Added.
1437 2006-07-10 Adele Peterson <adele@apple.com>
1439 http://bugzilla.opendarwin.org/show_bug.cgi?id=9830
1440 More pixel test results need updating since switching to native popup
1442 * editing/selection/replaced-boundaries-3-expected.checksum:
1443 * editing/selection/replaced-boundaries-3-expected.png:
1444 * fast/block/margin-collapse/103-expected.checksum:
1445 * fast/block/margin-collapse/103-expected.png:
1446 * fast/forms/001-expected.checksum:
1447 * fast/forms/001-expected.png:
1448 * fast/forms/HTMLOptionElement_label01-expected.checksum:
1449 * fast/forms/HTMLOptionElement_label01-expected.png:
1450 * fast/forms/HTMLOptionElement_label02-expected.checksum:
1451 * fast/forms/HTMLOptionElement_label02-expected.png:
1452 * fast/forms/HTMLOptionElement_label03-expected.checksum:
1453 * fast/forms/HTMLOptionElement_label03-expected.png:
1454 * fast/forms/HTMLOptionElement_label04-expected.checksum:
1455 * fast/forms/HTMLOptionElement_label04-expected.png:
1456 * fast/forms/form-element-geometry-expected.checksum:
1457 * fast/forms/form-element-geometry-expected.png:
1458 * fast/forms/option-script-expected.checksum:
1459 * fast/forms/option-script-expected.png:
1460 * fast/forms/option-strip-whitespace-expected.checksum:
1461 * fast/forms/option-strip-whitespace-expected.png:
1462 * fast/invalid/014-expected.checksum:
1463 * fast/invalid/014-expected.png:
1464 * fast/parser/document-write-option-expected.checksum:
1465 * fast/parser/document-write-option-expected.png:
1466 * tables/mozilla/bugs/bug2479-3-expected.checksum:
1467 * tables/mozilla/bugs/bug2479-3-expected.png:
1468 * tables/mozilla/bugs/bug29326-expected.checksum:
1469 * tables/mozilla/bugs/bug29326-expected.png:
1470 * tables/mozilla/bugs/bug33855-expected.checksum:
1471 * tables/mozilla/bugs/bug33855-expected.png:
1472 * tables/mozilla/bugs/bug96334-expected.checksum:
1473 * tables/mozilla/bugs/bug96334-expected.png:
1474 * tables/mozilla/core/margins-expected.checksum:
1475 * tables/mozilla/core/margins-expected.png:
1476 * tables/mozilla/dom/tableDom-expected.checksum:
1477 * tables/mozilla/dom/tableDom-expected.png:
1479 2006-07-10 Darin Adler <darin@apple.com>
1481 * tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
1482 Updated one more result for Adele's 4463835 change last night.
1484 2006-07-10 Beth Dakin <bdakin@apple.com>
1488 Test cases for <rdar://problem/4610314> Support the CSS3 content
1491 * fast/css/contentDiv-expected.checksum: Added.
1492 * fast/css/contentDiv-expected.png: Added.
1493 * fast/css/contentDiv-expected.txt: Added.
1494 * fast/css/contentDiv.html: Added.
1495 * fast/css/contentDivWithChildren-expected.checksum: Added.
1496 * fast/css/contentDivWithChildren-expected.png: Added.
1497 * fast/css/contentDivWithChildren-expected.txt: Added.
1498 * fast/css/contentDivWithChildren.html: Added.
1499 * fast/css/contentImage-expected.checksum: Added.
1500 * fast/css/contentImage-expected.png: Added.
1501 * fast/css/contentImage-expected.txt: Added.
1502 * fast/css/contentImage.html: Added.
1503 * fast/css/resources/show-shoes-vs-pie.png: Added.
1505 2006-07-09 Anders Carlsson <acarlsson@apple.com>
1509 http://bugzilla.opendarwin.org/show_bug.cgi?id=9245
1510 Quirksmode: Incorrect handling of disabled BUTTON elements
1512 * fast/forms/activate-and-disabled-elements-expected.txt: Added.
1513 * fast/forms/activate-and-disabled-elements.html: Added.
1515 2006-07-09 Adele Peterson <adele@apple.com>
1519 Updated results for:
1520 <rdar://problem/4463835> Switch to use new popup menu implementation for <select>
1522 * editing/selection/replaced-boundaries-3-expected.txt:
1523 * editing/selection/select-box-expected.txt:
1524 * fast/block/margin-collapse/103-expected.txt:
1525 * fast/dom/option-properties-expected.txt:
1526 * fast/forms/003-expected.txt:
1527 * fast/forms/004-expected.txt:
1528 * fast/forms/HTMLOptionElement_label01-expected.txt:
1529 * fast/forms/HTMLOptionElement_label02-expected.txt:
1530 * fast/forms/HTMLOptionElement_label03-expected.txt:
1531 * fast/forms/HTMLOptionElement_label04-expected.txt:
1532 * fast/forms/HTMLOptionElement_label06-expected.txt:
1533 * fast/forms/HTMLOptionElement_label07-expected.txt:
1534 * fast/forms/form-element-geometry-expected.txt:
1535 * fast/forms/option-script-expected.txt:
1536 * fast/forms/option-strip-whitespace-expected.txt:
1537 * fast/forms/select-remove-option-expected.txt:
1538 * fast/forms/select-replace-option-expected.txt:
1539 * fast/forms/select-reset-expected.txt:
1540 * fast/invalid/014-expected.txt:
1541 * fast/parser/document-write-option-expected.txt:
1542 * fast/replaced/width100percent-expected.txt:
1543 * tables/mozilla/bugs/bug1188-expected.txt:
1544 * tables/mozilla/bugs/bug18359-expected.txt:
1545 * tables/mozilla/bugs/bug2479-3-expected.txt:
1546 * tables/mozilla/bugs/bug2479-4-expected.txt:
1547 * tables/mozilla/bugs/bug29326-expected.txt:
1548 * tables/mozilla/bugs/bug33855-expected.txt:
1549 * tables/mozilla/bugs/bug4382-expected.txt:
1550 * tables/mozilla/bugs/bug96334-expected.txt:
1551 * tables/mozilla/core/margins-expected.txt:
1552 * tables/mozilla/dom/tableDom-expected.txt:
1554 2006-07-09 Geoffrey Garen <ggaren@apple.com>
1558 Now that we garbage collect after reinitalizing the global object, not
1559 before, we have more free memory, so a custom property that used to
1560 get collected during the initialization phase of this test now avoids
1561 getting collected until the collection phase.
1563 * fast/dom/gc-9-expected.txt:
1564 * fast/dom/gc-9.html:
1566 2006-07-09 David Kilzer <ddkilzer@kilzer.net>
1570 - http://bugzilla.opendarwin.org/show_bug.cgi?id=9812
1571 LayoutTests/svg/custom/foreign-object-skew.svg seems to be fixed
1573 * svg/custom/foreign-object-skew-expected.checksum: Updated.
1574 * svg/custom/foreign-object-skew-expected.png: Updated.
1576 2006-07-09 Darin Adler <darin@apple.com>
1578 * fast/dom/delete-contents-expected.txt: Updated results that changed
1579 because we now keep comment nodes in the DOM.
1581 2006-07-09 David Harrison <harrison@apple.com>
1583 Reviewed by John Sullivan.
1585 <rdar://problem/4598149> Deleting the contents of a DOMRange and then inserting a node into it crashes in WebCore::Font::canUseGlyphCache
1587 * fast/dom/delete-contents-expected.checksum: Added.
1588 * fast/dom/delete-contents-expected.png: Added.
1589 * fast/dom/delete-contents-expected.txt: Added.
1590 * fast/dom/delete-contents.html: Added.
1592 2006-07-09 David Kilzer <ddkilzer@kilzer.net>
1596 - http://bugzilla.opendarwin.org/show_bug.cgi?id=9797
1597 Make description() in fast/js/resources/js-test-pre.js work with MSIE 6
1599 * fast/js/resources/js-test-pre.js: Change description() to work with MSIE 6.
1601 2006-07-08 Timothy Hatcher <timothy@apple.com>
1605 Bug 5312: comments aren't available via DOM
1606 http://bugzilla.opendarwin.org/show_bug.cgi?id=5312
1608 New tests for DOM comment nodes. Updated results to account for new
1609 nodes in the DOM (editing offsets changed.)
1611 * editing/deleting/delete-line-013-expected.txt:
1612 * editing/deleting/delete-line-014-expected.txt:
1613 * editing/inserting/insert-3907422-fix-expected.txt:
1614 * editing/inserting/insert-div-009-expected.txt:
1615 * editing/inserting/insert-div-010-expected.txt:
1616 * editing/selection/extend-by-character-006-expected.txt:
1617 * editing/selection/move-between-blocks-no-001-expected.txt:
1618 * editing/selection/move-between-blocks-yes-001-expected.txt:
1619 * fast/dom/HTMLDocument/object-by-name-or-id-expected.txt:
1620 * fast/dom/HTMLDocument/object-by-name-or-id.html:
1621 * fast/dom/comment-document-fragment-expected.txt: Added.
1622 * fast/dom/comment-document-fragment.html: Added.
1623 * fast/dom/comment-dom-node-expected.txt: Added.
1624 * fast/dom/comment-dom-node.html: Added.
1625 * fast/dom/comment-not-documentElement-expected.checksum: Added.
1626 * fast/dom/comment-not-documentElement-expected.png: Added.
1627 * fast/dom/comment-not-documentElement-expected.txt: Added.
1628 * fast/dom/comment-not-documentElement.html: Added.
1629 * fast/text/atsui-pointtooffset-calls-cg-expected.txt:
1630 * fast/text/atsui-rtl-override-selection-expected.txt:
1632 2006-07-08 Darin Adler <darin@apple.com>
1634 Reviewed by Geoff (well, half of it at least).
1636 - http://bugzilla.opendarwin.org/show_bug.cgi?id=9788
1637 storage leaks in Objective-C tests
1639 * plugins/jsobjc-simple.html: Add an autorelease to fix a storage leak.
1641 2006-07-08 Darin Adler <darin@apple.com>
1643 - clear up a few minor housekeeping problems
1645 * fast/css/xml-stylesheet-pi-not-in-prolog-expected.checksum: Added.
1646 * fast/css/xml-stylesheet-pi-not-in-prolog-expected.png: Added.
1647 * fast/forms/input-appearance-height-expected.checksum: Added.
1648 Added missing test results.
1650 * fast/block/float/nopaint-after-layer-destruction-expected.checksum:
1651 * fast/block/positioning/absolute-positioned-overconstrained.html:
1652 * fast/css/ZeroOpacityLayers.html:
1653 * fast/css/ZeroOpacityLayers2.html:
1654 * fast/css/font-shorthand-weight-only-expected.checksum:
1655 * fast/css/hsl-color-expected.checksum:
1656 * fast/css/hsla-color-expected.checksum:
1657 * fast/css/resize-corner-tracking-expected.checksum:
1658 * fast/dom/HTMLLinkElement/pending-stylesheet-count-expected.checksum:
1659 * fast/dynamic/selection-highlight-adjust-expected.checksum:
1660 * fast/forms/button-generated-content-expected.checksum:
1661 * fast/frames/calculate-fixed.html:
1662 * fast/frames/calculate-order.html:
1663 * fast/frames/calculate-percentage.html:
1664 * fast/frames/calculate-relative.html:
1665 * fast/frames/calculate-round.html:
1666 * fast/history/clicked-link-is-visited-expected.checksum:
1667 * fast/layers/opacity-outline-expected.checksum:
1668 * fast/media/import-p-red.css:
1669 * fast/parser/broken-comments-vs-parsing-mode-expected.checksum:
1670 * fast/repaint/clipped-relative-expected.checksum:
1671 * fast/repaint/float-move-during-layout-expected.checksum:
1672 * fast/repaint/layer-child-outline-expected.checksum:
1673 * fast/repaint/outline-shrinking-expected.checksum:
1674 * fast/repaint/static-to-positioned-expected.checksum:
1675 * fast/repaint/table-collapsed-border-expected.checksum:
1676 * fast/table/absolute-table-at-bottom-expected.checksum:
1677 * fast/table/border-collapsing/border-collapsing-head-foot-expected.checksum:
1678 * fast/table/empty-section-crash-expected.checksum:
1679 * fast/table/rtl-cell-display-none-assert-expected.checksum:
1680 * fast/table/text-field-baseline-expected.checksum:
1681 * fast/text/capitalize-empty-generated-string-expected.checksum:
1682 * svg/custom/gradient-stroke-width-expected.checksum:
1683 * traversal/stay-within-root-expected.checksum:
1684 Removed "No newline at end of file" that snuck in as part of the "apply patch" process.
1686 * fast/block/positioning/absolute-positioned-overconstrained-expected.txt:
1687 * fast/css/ZeroOpacityLayers-expected.checksum:
1688 * fast/css/ZeroOpacityLayers-expected.png:
1689 * fast/css/ZeroOpacityLayers-expected.txt:
1690 * fast/css/ZeroOpacityLayers2-expected.checksum:
1691 * fast/css/ZeroOpacityLayers2-expected.png:
1692 * fast/css/ZeroOpacityLayers2-expected.txt:
1693 Updated tests results that changed due to the above.
1695 2006-07-07 Justin Garcia <justin.garcia@apple.com>
1699 * editing/selection/editable-non-editable-crash-expected.checksum: Added.
1700 * editing/selection/editable-non-editable-crash-expected.png: Added.
1701 * editing/selection/editable-non-editable-crash-expected.txt: Added.
1702 * editing/selection/editable-non-editable-crash.html: Added.
1703 * editing/selection/skip-non-editable-1-expected.txt:
1704 * editing/selection/skip-non-editable-1.html:
1706 2006-07-07 Levi Weintraub <lweintraub@apple.com>
1710 Missed a few in the last update...
1712 * fast/forms/input-delete-expected.txt:
1713 * fast/repaint/inline-outline-repaint-expected.txt:
1714 * fast/repaint/selection-after-delete-expected.txt:
1716 2006-07-07 Levi Weintraub <lweintraub@apple.com>
1720 Deletion editing deligates now show up!
1722 * editing/deleting/collapse-whitespace-3587601-fix-expected.txt:
1723 * editing/deleting/delete-3608430-fix-expected.txt:
1724 * editing/deleting/delete-3608445-fix-expected.txt:
1725 * editing/deleting/delete-3608462-fix-expected.txt:
1726 * editing/deleting/delete-3775172-fix-expected.txt:
1727 * editing/deleting/delete-3800834-fix-expected.txt:
1728 * editing/deleting/delete-3857753-fix-expected.txt:
1729 * editing/deleting/delete-3865854-fix-expected.txt:
1730 * editing/deleting/delete-3928305-fix-expected.txt:
1731 * editing/deleting/delete-3959464-fix-expected.txt:
1732 * editing/deleting/delete-4038408-fix-expected.txt:
1733 * editing/deleting/delete-4083333-fix-expected.txt:
1734 * editing/deleting/delete-after-span-ws-001-expected.txt:
1735 * editing/deleting/delete-after-span-ws-002-expected.txt:
1736 * editing/deleting/delete-after-span-ws-003-expected.txt:
1737 * editing/deleting/delete-all-text-in-text-field-assertion-expected.txt:
1738 * editing/deleting/delete-and-undo-expected.txt:
1739 * editing/deleting/delete-at-paragraph-boundaries-001-expected.txt:
1740 * editing/deleting/delete-at-paragraph-boundaries-002-expected.txt:
1741 * editing/deleting/delete-at-paragraph-boundaries-003-expected.txt:
1742 * editing/deleting/delete-at-paragraph-boundaries-004-expected.txt:
1743 * editing/deleting/delete-at-paragraph-boundaries-005-expected.txt:
1744 * editing/deleting/delete-at-paragraph-boundaries-006-expected.txt:
1745 * editing/deleting/delete-at-paragraph-boundaries-007-expected.txt:
1746 * editing/deleting/delete-at-paragraph-boundaries-008-expected.txt:
1747 * editing/deleting/delete-at-paragraph-boundaries-009-expected.txt:
1748 * editing/deleting/delete-at-paragraph-boundaries-010-expected.txt:
1749 * editing/deleting/delete-at-paragraph-boundaries-011-expected.txt:
1750 * editing/deleting/delete-block-contents-001-expected.txt:
1751 * editing/deleting/delete-block-contents-002-expected.txt:
1752 * editing/deleting/delete-block-contents-003-expected.txt:
1753 * editing/deleting/delete-block-merge-contents-001-expected.txt:
1754 * editing/deleting/delete-block-merge-contents-002-expected.txt:
1755 * editing/deleting/delete-block-merge-contents-003-expected.txt:
1756 * editing/deleting/delete-block-merge-contents-004-expected.txt:
1757 * editing/deleting/delete-block-merge-contents-005-expected.txt:
1758 * editing/deleting/delete-block-merge-contents-006-expected.txt:
1759 * editing/deleting/delete-block-merge-contents-007-expected.txt:
1760 * editing/deleting/delete-block-merge-contents-008-expected.txt:
1761 * editing/deleting/delete-block-merge-contents-009-expected.txt:
1762 * editing/deleting/delete-block-merge-contents-010-expected.txt:
1763 * editing/deleting/delete-block-merge-contents-012-expected.txt:
1764 * editing/deleting/delete-block-merge-contents-013-expected.txt:
1765 * editing/deleting/delete-block-merge-contents-014-expected.txt:
1766 * editing/deleting/delete-block-merge-contents-015-expected.txt:
1767 * editing/deleting/delete-block-merge-contents-016-expected.txt:
1768 * editing/deleting/delete-block-merge-contents-017-expected.txt:
1769 * editing/deleting/delete-block-merge-contents-018-expected.txt:
1770 * editing/deleting/delete-block-merge-contents-019-expected.txt:
1771 * editing/deleting/delete-block-merge-contents-020-expected.txt:
1772 * editing/deleting/delete-block-merge-contents-021-expected.txt:
1773 * editing/deleting/delete-block-merge-contents-022-expected.txt:
1774 * editing/deleting/delete-block-merge-contents-023-expected.txt:
1775 * editing/deleting/delete-block-merge-contents-024-expected.txt:
1776 * editing/deleting/delete-br-001-expected.txt:
1777 * editing/deleting/delete-br-002-expected.txt:
1778 * editing/deleting/delete-br-003-expected.txt:
1779 * editing/deleting/delete-br-004-expected.txt:
1780 * editing/deleting/delete-br-005-expected.txt:
1781 * editing/deleting/delete-br-006-expected.txt:
1782 * editing/deleting/delete-br-007-expected.txt:
1783 * editing/deleting/delete-br-008-expected.txt:
1784 * editing/deleting/delete-br-009-expected.txt:
1785 * editing/deleting/delete-br-010-expected.txt:
1786 * editing/deleting/delete-br-011-expected.txt:
1787 * editing/deleting/delete-character-001-expected.txt:
1788 * editing/deleting/delete-contiguous-ws-001-expected.txt:
1789 * editing/deleting/delete-image-001-expected.txt:
1790 * editing/deleting/delete-image-002-expected.txt:
1791 * editing/deleting/delete-image-003-expected.txt:
1792 * editing/deleting/delete-image-004-expected.txt:
1793 * editing/deleting/delete-leading-ws-001-expected.txt:
1794 * editing/deleting/delete-line-001-expected.txt:
1795 * editing/deleting/delete-line-002-expected.txt:
1796 * editing/deleting/delete-line-003-expected.txt:
1797 * editing/deleting/delete-line-004-expected.txt:
1798 * editing/deleting/delete-line-005-expected.txt:
1799 * editing/deleting/delete-line-006-expected.txt:
1800 * editing/deleting/delete-line-007-expected.txt:
1801 * editing/deleting/delete-line-008-expected.txt:
1802 * editing/deleting/delete-line-009-expected.txt:
1803 * editing/deleting/delete-line-010-expected.txt:
1804 * editing/deleting/delete-line-011-expected.txt:
1805 * editing/deleting/delete-line-012-expected.txt:
1806 * editing/deleting/delete-line-013-expected.txt:
1807 * editing/deleting/delete-line-014-expected.txt:
1808 * editing/deleting/delete-line-015-expected.txt:
1809 * editing/deleting/delete-line-016-expected.txt:
1810 * editing/deleting/delete-line-017-expected.txt:
1811 * editing/deleting/delete-line-end-ws-001-expected.txt:
1812 * editing/deleting/delete-line-end-ws-002-expected.txt:
1813 * editing/deleting/delete-listitem-001-expected.txt:
1814 * editing/deleting/delete-listitem-002-expected.txt:
1815 * editing/deleting/delete-select-all-001-expected.txt:
1816 * editing/deleting/delete-select-all-002-expected.txt:
1817 * editing/deleting/delete-select-all-003-expected.txt:
1818 * editing/deleting/delete-selection-001-expected.txt:
1819 * editing/deleting/delete-tab-001-expected.txt:
1820 * editing/deleting/delete-tab-002-expected.txt:
1821 * editing/deleting/delete-tab-003-expected.txt:
1822 * editing/deleting/delete-tab-004-expected.txt:
1823 * editing/deleting/delete-trailing-ws-001-expected.txt:
1824 * editing/deleting/delete-trailing-ws-002-expected.txt:
1825 * editing/deleting/delete-ws-fixup-001-expected.txt:
1826 * editing/deleting/delete-ws-fixup-002-expected.txt:
1827 * editing/deleting/delete-ws-fixup-003-expected.txt:
1828 * editing/deleting/delete-ws-fixup-004-expected.txt:
1829 * editing/deleting/forward-delete-expected.txt:
1830 * editing/deleting/merge-different-styles-expected.txt:
1831 * editing/deleting/merge-endOfParagraph-expected.txt:
1832 * editing/deleting/merge-into-empty-block-1-expected.txt:
1833 * editing/deleting/merge-into-empty-block-2-expected.txt:
1834 * editing/deleting/merge-no-br-expected.txt:
1835 * editing/deleting/merge-unrendered-space-expected.txt:
1836 * editing/deleting/pruning-after-merge-1-expected.txt:
1837 * editing/deleting/pruning-after-merge-2-expected.txt:
1838 * editing/deleting/smart-delete-001-expected.txt:
1839 * editing/deleting/smart-delete-002-expected.txt:
1840 * editing/deleting/table-cells-expected.txt:
1841 * editing/execCommand/insertHTML-expected.txt:
1842 * editing/input/text-input-controller-expected.txt:
1843 * editing/inserting/insert-3775316-fix-expected.txt:
1844 * editing/inserting/insert-3851164-fix-expected.txt:
1845 * editing/inserting/insert-after-delete-001-expected.txt:
1846 * editing/inserting/insert-div-021-expected.txt:
1847 * editing/inserting/insert-div-026-expected.txt:
1848 * editing/pasteboard/4076267-2-expected.txt:
1849 * editing/pasteboard/4076267-3-expected.txt:
1850 * editing/pasteboard/4076267-expected.txt:
1851 * editing/pasteboard/paste-table-002-expected.txt:
1852 * editing/pasteboard/paste-text-015-expected.txt:
1853 * editing/selection/move-between-blocks-no-001-expected.txt:
1854 * editing/selection/select-all-iframe-expected.txt:
1855 * editing/style/block-style-005-expected.txt:
1856 * editing/style/smoosh-styles-001-expected.txt:
1857 * editing/style/smoosh-styles-002-expected.txt:
1858 * editing/style/style-3681552-fix-002-expected.txt:
1859 * editing/style/typing-style-001-expected.txt:
1860 * editing/style/typing-style-002-expected.txt:
1861 * editing/unsupported-content/list-delete-001-expected.txt:
1862 * editing/unsupported-content/list-delete-002-expected.txt:
1863 * editing/unsupported-content/list-delete-003-expected.txt:
1864 * editing/unsupported-content/table-delete-001-expected.txt:
1865 * editing/unsupported-content/table-delete-002-expected.txt:
1866 * editing/unsupported-content/table-delete-003-expected.txt:
1867 * fast/forms/input-text-option-delete-expected.checksum:
1868 * fast/forms/input-text-option-delete-expected.txt:
1870 2006-07-07 Levi Weintraub <lweintraub@apple.com>
1874 Improved table editing
1876 * editing/deleting/delete-to-select-table-expected.checksum: Added.
1877 * editing/deleting/delete-to-select-table-expected.png: Added.
1878 * editing/deleting/delete-to-select-table-expected.txt: Added.
1879 * editing/deleting/delete-to-select-table.html: Added.
1880 * editing/input/text-input-controller-expected.txt:
1882 2006-07-07 Anders Carlsson <acarlsson@apple.com>
1886 http://bugzilla.opendarwin.org/show_bug.cgi?id=8300
1887 REGRESSION: First mouse click is randomly ignored when clicking on checkbox and radio buttons
1889 * fast/forms/radio-check-click-and-drag-expected.txt: Added.
1890 * fast/forms/radio-check-click-and-drag.html: Added.
1892 2006-07-06 Justin Garcia <justin.garcia@apple.com>
1896 <rdar://problem/4609184>
1897 Mail crashes at WebCore::Selection::adjustForEditableContent
1898 <rdar://problem/4609140>
1899 Crash at WebCore::Range::compareBoundaryPoints
1901 * editing/selection/mixed-editability-1-expected.checksum: Added.
1902 * editing/selection/mixed-editability-1-expected.png: Added.
1903 * editing/selection/mixed-editability-1-expected.txt: Added.
1904 * editing/selection/mixed-editability-1.html: Added.
1905 * editing/selection/mixed-editability-2-expected.checksum: Added.
1906 * editing/selection/mixed-editability-2-expected.png: Added.
1907 * editing/selection/mixed-editability-2-expected.txt: Added.
1908 * editing/selection/mixed-editability-2.html: Added.
1910 2006-07-06 Anders Carlsson <acarlsson@apple.com>
1914 http://bugzilla.opendarwin.org/show_bug.cgi?id=9528
1915 REGRESSION: arrow key skips '>' in Bugzilla replies due to '\n' in text nodes
1917 * fast/dom/css-selectorText-expected.txt:
1918 * fast/dom/css-shortHands-expected.txt:
1921 * fast/dom/set-inner-text-newlines-expected.txt: Added.
1922 * fast/dom/set-inner-text-newlines.html: Added.
1924 2006-07-06 Anders Carlsson <acarlsson@apple.com>
1928 <rdar://problem/4610891> Support overflow events
1930 * fast/events/overflow-events-expected.txt: Added.
1931 * fast/events/overflow-events.html: Added.
1933 2006-07-06 David Harrison <harrison@apple.com>
1937 <rdar://problem/4565031> innerHTML of XMP tag returns special characters like '>' instead of '>'
1939 * fast/innerHTML/006-expected.checksum: Added.
1940 * fast/innerHTML/006-expected.png: Added.
1941 * fast/innerHTML/006-expected.txt: Added.
1942 * fast/innerHTML/006.html: Added.
1944 2006-07-05 John Sullivan <sullivan@apple.com>
1948 - layout test for <rdar://problem/4609162> REGRESSION: When tabbing between links on a page,
1949 the window doesn't scroll to link that's not in view
1951 The test verifies that focusing a link will scroll the link into view.
1953 * fast/events/reveal-link-when-focused-expected.checksum: Added.
1954 * fast/events/reveal-link-when-focused-expected.png: Added.
1955 * fast/events/reveal-link-when-focused-expected.txt: Added.
1956 * fast/events/reveal-link-when-focused.html: Added.
1958 2006-07-05 Anders Carlsson <acarlsson@apple.com>
1962 http://bugzilla.opendarwin.org/show_bug.cgi?id=3581
1963 iFrames set to display:none are Missing from frames array
1965 * fast/events/mouseover-mouseout2-expected.txt:
1966 * fast/events/mouseover-mouseout2.html:
1967 Update expected result. Since we now keep the frame around, the mouseout event is
1968 now dispatched to the element in the frame.
1970 * fast/events/onloadFrameCrash-expected.checksum:
1971 * fast/events/onloadFrameCrash-expected.png:
1972 * fast/events/onloadFrameCrash-expected.txt:
1973 This does hide the frame now.
1975 * fast/frames/iframe-display-none-expected.txt: Added.
1976 * fast/frames/iframe-display-none.html: Added.
1977 * fast/frames/resources/iframe-display-none-child.html: Added.
1978 New test that tests JS interaction with frames.
1980 * fast/frames/iframe-double-attach-expected.txt: Added.
1981 * fast/frames/iframe-double-attach.html: Added.
1983 2006-07-04 Maciej Stachowiak <mjs@apple.com>
1987 http://bugzilla.opendarwin.org/show_bug.cgi?id=9734
1988 - change SVG XPath DOM tests to dump as text, and update expected results
1990 This should stop the random failures in Attribute_Nodes.svg
1992 * dom/svg/level3/xpath/Attribute_Nodes-expected.txt:
1993 * dom/svg/level3/xpath/Attribute_Nodes_xmlns-expected.txt:
1994 * dom/svg/level3/xpath/Comment_Nodes-expected.txt:
1995 * dom/svg/level3/xpath/Conformance_Expressions-expected.txt:
1996 * dom/svg/level3/xpath/Conformance_hasFeature_3-expected.txt:
1997 * dom/svg/level3/xpath/Conformance_hasFeature_empty-expected.txt:
1998 * dom/svg/level3/xpath/Conformance_hasFeature_null-expected.txt:
1999 * dom/svg/level3/xpath/Conformance_isSupported_3-expected.txt:
2000 * dom/svg/level3/xpath/Conformance_isSupported_empty-expected.txt:
2001 * dom/svg/level3/xpath/Conformance_isSupported_null-expected.txt:
2002 * dom/svg/level3/xpath/Element_Nodes-expected.txt:
2003 * dom/svg/level3/xpath/Processing_Instruction_Nodes-expected.txt:
2004 * dom/svg/level3/xpath/Text_Nodes-expected.txt:
2005 * dom/svg/level3/xpath/XPathEvaluatorCast01-expected.txt:
2006 * dom/svg/level3/xpath/XPathEvaluator_createExpression_INVALID_EXPRESSION_ERR-expected.txt:
2007 * dom/svg/level3/xpath/XPathEvaluator_createExpression_NAMESPACE_ERR_01-expected.txt:
2008 * dom/svg/level3/xpath/XPathEvaluator_createExpression_NAMESPACE_ERR_02-expected.txt:
2009 * dom/svg/level3/xpath/XPathEvaluator_createExpression_NS-expected.txt:
2010 * dom/svg/level3/xpath/XPathEvaluator_createExpression_no_NS-expected.txt:
2011 * dom/svg/level3/xpath/XPathEvaluator_createNSResolver_all-expected.txt:
2012 * dom/svg/level3/xpath/XPathEvaluator_createNSResolver_document-expected.txt:
2013 * dom/svg/level3/xpath/XPathEvaluator_createNSResolver_documentElement-expected.txt:
2014 * dom/svg/level3/xpath/XPathEvaluator_evaluate_INVALID_EXPRESSION_ERR-expected.txt:
2015 * dom/svg/level3/xpath/XPathEvaluator_evaluate_NAMESPACE_ERR-expected.txt:
2016 * dom/svg/level3/xpath/XPathEvaluator_evaluate_NOT_SUPPORTED_ERR-expected.txt:
2017 * dom/svg/level3/xpath/XPathEvaluator_evaluate_TYPE_ERR-expected.txt:
2018 * dom/svg/level3/xpath/XPathEvaluator_evaluate_WRONG_DOCUMENT_ERR-expected.txt:
2019 * dom/svg/level3/xpath/XPathEvaluator_evaluate_document-expected.txt:
2020 * dom/svg/level3/xpath/XPathEvaluator_evaluate_documentElement-expected.txt:
2021 * dom/svg/level3/xpath/XPathExpression_evaluate_NOT_SUPPORTED_ERR-expected.txt:
2022 * dom/svg/level3/xpath/XPathExpression_evaluate_WRONG_DOCUMENT_ERR-expected.txt:
2023 * dom/svg/level3/xpath/XPathExpression_evaluate_document-expected.txt:
2024 * dom/svg/level3/xpath/XPathExpression_evaluate_documentElement-expected.txt:
2025 * dom/svg/level3/xpath/XPathNSResolver_lookupNamespaceURI_nist_dmstc-expected.txt:
2026 * dom/svg/level3/xpath/XPathNSResolver_lookupNamespaceURI_null-expected.txt:
2027 * dom/svg/level3/xpath/XPathNSResolver_lookupNamespaceURI_prefix-expected.txt:
2028 * dom/svg/level3/xpath/XPathNSResolver_lookupNamespaceURI_xml-expected.txt:
2029 * dom/svg/level3/xpath/XPathResult_TYPE_ERR-expected.txt:
2030 * dom/svg/level3/xpath/XPathResult_booleanValue_false-expected.txt:
2031 * dom/svg/level3/xpath/XPathResult_booleanValue_true-expected.txt:
2032 * dom/svg/level3/xpath/XPathResult_invalidIteratorState_ANY_TYPE-expected.txt:
2033 * dom/svg/level3/xpath/XPathResult_invalidIteratorState_ANY_UNORDERED_NODE_TYPE-expected.txt:
2034 * dom/svg/level3/xpath/XPathResult_invalidIteratorState_BOOLEAN_TYPE-expected.txt:
2035 * dom/svg/level3/xpath/XPathResult_invalidIteratorState_FIRST_ORDERED_NODE_TYPE-expected.txt:
2036 * dom/svg/level3/xpath/XPathResult_invalidIteratorState_NUMBER_TYPE-expected.txt:
2037 * dom/svg/level3/xpath/XPathResult_invalidIteratorState_ORDERED_NODE_ITERATOR_TYPE-expected.txt:
2038 * dom/svg/level3/xpath/XPathResult_invalidIteratorState_ORDERED_NODE_SNAPSHOT_TYPE-expected.txt:
2039 * dom/svg/level3/xpath/XPathResult_invalidIteratorState_STRING_TYPE-expected.txt:
2040 * dom/svg/level3/xpath/XPathResult_invalidIteratorState_UNORDERED_NODE_ITERATOR_TYPE-expected.txt:
2041 * dom/svg/level3/xpath/XPathResult_invalidIteratorState_UNORDERED_NODE_SNAPSHOT_TYPE-expected.txt:
2042 * dom/svg/level3/xpath/XPathResult_iterateNext_INVALID_STATE_ERR-expected.txt:
2043 * dom/svg/level3/xpath/XPathResult_iteratorNext_ORDERED_NODE_ITERATOR_TYPE-expected.txt:
2044 * dom/svg/level3/xpath/XPathResult_numberValue-expected.txt:
2045 * dom/svg/level3/xpath/XPathResult_resultType-expected.txt:
2046 * dom/svg/level3/xpath/XPathResult_singleNodeValue_ANY_UNORDERED_NODE_TYPE-expected.txt:
2047 * dom/svg/level3/xpath/XPathResult_singleNodeValue_FIRST_ORDERED_NODE_TYPE-expected.txt:
2048 * dom/svg/level3/xpath/XPathResult_snapshotItem_ORDERED_NODE_SNAPSHOT_TYPE_null-expected.txt:
2049 * dom/svg/level3/xpath/XPathResult_snapshotItem_ORDERED_NODE_SNAPSHOT_TYPE_order-expected.txt:
2050 * dom/svg/level3/xpath/XPathResult_snapshotItem_UNORDERED_NODE_SNAPSHOT_TYPE_count-expected.txt:
2051 * dom/svg/level3/xpath/XPathResult_snapshotItem_UNORDERED_NODE_SNAPSHOT_TYPE_null-expected.txt:
2052 * dom/svg/level3/xpath/XPathResult_snapshotLength_ORDERED_NODE_SNAPSHOT_TYPE-expected.txt:
2053 * dom/svg/level3/xpath/XPathResult_snapshotLength_UNORDERED_NODE_SNAPSHOT_TYPE-expected.txt:
2054 * dom/svg/level3/xpath/XPathResult_stringValue-expected.txt:
2055 * dom/svg/level3/xpath/svgunit.js:
2057 2006-07-04 Darin Adler <darin@apple.com>
2059 - updated test result to reflect window without scroll bars
2061 1) this test should not have scroll bars
2062 2) on the buildbot the result is the non-scroll-bar one
2064 * dom/svg/level3/xpath/Attribute_Nodes-expected.txt:
2065 Changed text node width to 800.
2067 2006-07-02 David Carson <dacarson@gmail.com>
2071 - tests for http://bugzilla.opendarwin.org/show_bug.cgi?id=9506
2072 Tests using HSL rather than RGB for color values.
2074 * fast/css/hsl-color-expected.checksum: Added.
2075 * fast/css/hsl-color-expected.png: Added.
2076 * fast/css/hsl-color-expected.txt: Added.
2077 * fast/css/hsl-color.html: Added.
2078 * fast/css/hsla-color-expected.checksum: Added.
2079 * fast/css/hsla-color-expected.png: Added.
2080 * fast/css/hsla-color-expected.txt: Added.
2081 * fast/css/hsla-color.html: Added.
2083 2006-07-04 Alexey Proskuryakov <ap@nypop.com>
2087 - http://bugzilla.opendarwin.org/show_bug.cgi?id=8210
2088 Conditional XMLHttpRequest gets should pass 304 responses unchanged
2090 * http/tests/xmlhttprequest/cache-override-expected.txt: Added.
2091 * http/tests/xmlhttprequest/cache-override.html: Added.
2092 * http/tests/xmlhttprequest/resources/304.pl: Added.
2094 2006-07-02 Mitz Pettel <opendarwin.org@mitzpettel.com>
2098 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9674
2099 REGRESSION (r15075): Blank or incomplete pages on digg.com
2101 * fast/tokenizer/nested-cached-scripts-expected.txt: Added.
2102 * fast/tokenizer/nested-cached-scripts.html: Added.
2103 * fast/tokenizer/resources/nested-1.js: Added.
2104 * fast/tokenizer/resources/nested-2.js: Added.
2106 2006-06-30 Mitz Pettel <opendarwin.org@mitzpettel.com>
2110 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=7204
2111 float inserted in fixed height block via DOM not repainted
2113 * fast/repaint/float-move-during-layout-expected.checksum: Added.
2114 * fast/repaint/float-move-during-layout-expected.png: Added.
2115 * fast/repaint/float-move-during-layout-expected.txt: Added.
2116 * fast/repaint/float-move-during-layout.html: Added.
2118 2006-06-30 Levi Weintraub <lweintraub@apple.com>
2122 * editing/execCommand/format-block-with-trailing-br-expected.checksum: Added.
2123 * editing/execCommand/format-block-with-trailing-br-expected.png: Added.
2124 * editing/execCommand/format-block-with-trailing-br-expected.txt: Added.
2125 * editing/execCommand/format-block-with-trailing-br.html: Added.
2127 2006-06-30 Justin Garcia <justin.garcia@apple.com>
2131 * editing/pasteboard/pasting-object-expected.checksum: Added.
2132 * editing/pasteboard/pasting-object-expected.png: Added.
2133 * editing/pasteboard/pasting-object-expected.txt: Added.
2134 * editing/pasteboard/pasting-object.html: Added.
2136 2006-06-30 Justin Garcia <justin.garcia@apple.com>
2138 Reviewed by harrison
2141 * editing/selection/skip-non-editable-1-expected.txt: Added.
2142 * editing/selection/skip-non-editable-1.html: Added.
2143 * editing/selection/skip-non-editable-2-expected.txt: Added.
2144 * editing/selection/skip-non-editable-2.html: Added.
2146 Equivalent render tree:
2147 * editing/execCommand/format-block-with-braces-expected.txt:
2150 * editing/selection/iframe-expected.checksum:
2151 * editing/selection/iframe-expected.png:
2152 * editing/selection/iframe-expected.txt:
2153 * editing/selection/inline-table-expected.checksum:
2154 * editing/selection/inline-table-expected.png:
2155 * editing/selection/inline-table-expected.txt:
2156 * editing/selection/move-between-blocks-no-001-expected.checksum:
2157 * editing/selection/move-between-blocks-no-001-expected.png:
2158 * editing/selection/move-between-blocks-no-001-expected.txt:
2159 * editing/selection/select-box-expected.checksum:
2160 * editing/selection/select-box-expected.png:
2161 * editing/selection/select-box-expected.txt:
2163 2006-06-30 David Kilzer <ddkilzer@kilzer.net>
2167 - Test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9358
2168 REGRESSION: Assertion failure in HTMLInputElement::setValueFromRenderer
2169 (value == constrainValue(value)) when deleting all text
2171 * editing/deleting/delete-all-text-in-text-field-assertion-expected.txt: Added.
2172 * editing/deleting/delete-all-text-in-text-field-assertion.html: Added.
2174 2006-06-29 Sam Weinig <sam.weinig@gmail.com>
2178 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=4874
2179 Table with absolute bottom positioning is positioned incorrectly
2181 Note: test case originally from Mitz.
2183 * fast/table/absolute-table-at-bottom-expected.checksum: Added.
2184 * fast/table/absolute-table-at-bottom-expected.png: Added.
2185 * fast/table/absolute-table-at-bottom-expected.txt: Added.
2186 * fast/table/absolute-table-at-bottom.html: Added.
2188 2006-06-29 Graham Dennis <Graham.Dennis@gmail.com>
2192 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9505
2193 moveParagraphContentsToNewBlockIfNecessary creates a new block outside the current position
2195 * editing/pasteboard/paste-table-002.html: Added.
2196 * editing/pasteboard/paste-table-002-expected.checksum: Added.
2197 * editing/pasteboard/paste-table-002-expected.png: Added.
2198 * editing/pasteboard/paste-table-002-expected.txt: Added.
2200 2006-06-29 Mitz Pettel <opendarwin.org@mitzpettel.com>
2204 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9652
2205 Assertion failure when changing an RTL table cell to display:none
2207 * fast/table/rtl-cell-display-none-assert-expected.checksum: Added.
2208 * fast/table/rtl-cell-display-none-assert-expected.png: Added.
2209 * fast/table/rtl-cell-display-none-assert-expected.txt: Added.
2210 * fast/table/rtl-cell-display-none-assert.html: Added.
2212 2006-06-29 Beth Dakin <bdakin@apple.com>
2216 Test for <rdar://problem/4450615> Add composite mode to background
2219 * fast/backgrounds/bgCompositeCopy-expected.checksum: Added.
2220 * fast/backgrounds/bgCompositeCopy-expected.png: Added.
2221 * fast/backgrounds/bgCompositeCopy-expected.txt: Added.
2222 * fast/backgrounds/bgCompositeCopy.html: Added.
2223 * fast/backgrounds/resources/rgba16.png: Added.
2225 2006-06-28 Levi Weintraub <lweintraub@apple.com>
2229 <rdar://problem/4592005> FormatBlock inserts in the wrong place, disregarding editable content
2230 <rdar://problem/4590763> FormatBlock for paragraph style doesn't work
2232 * editing/execCommand/format-block-with-braces-expected.checksum: Added.
2233 * editing/execCommand/format-block-with-braces-expected.png: Added.
2234 * editing/execCommand/format-block-with-braces-expected.txt: Added.
2235 * editing/execCommand/format-block-with-braces.html: Added.
2236 * editing/execCommand/indent-list-item-expected.checksum: Added.
2237 * editing/execCommand/indent-list-item-expected.png: Added.
2238 * editing/execCommand/indent-list-item-expected.txt: Added.
2239 * editing/execCommand/indent-list-item.html: Added.
2240 * editing/execCommand/indent-selection-expected.checksum: Added.
2241 * editing/execCommand/indent-selection-expected.png: Added.
2242 * editing/execCommand/indent-selection-expected.txt: Added.
2243 * editing/execCommand/indent-selection.html: Added.
2244 * editing/execCommand/outdent-selection-expected.checksum: Added.
2245 * editing/execCommand/outdent-selection-expected.png: Added.
2246 * editing/execCommand/outdent-selection-expected.txt: Added.
2247 * editing/execCommand/outdent-selection.html: Added.
2249 2006-06-28 Levi Weintraub <lweintraub@apple.com>
2253 Missed the layout tests themselves in the first checkin! Whoops!
2255 2006-06-28 Levi Weintraub <lweintraub@apple.com>
2259 http://bugzilla.opendarwin.org/show_bug.cgi?id=7568
2260 Bug 7568: Implement Indent/Outdent
2262 * editing/execCommand/indent-list-item-expected.checksum: Added.
2263 * editing/execCommand/indent-list-item-expected.png: Added.
2264 * editing/execCommand/indent-list-item-expected.txt: Added.
2265 * editing/execCommand/indent-list-item.html: Added.
2266 * editing/execCommand/indent-selection-expected.checksum: Added.
2267 * editing/execCommand/indent-selection-expected.png: Added.
2268 * editing/execCommand/indent-selection-expected.txt: Added.
2269 * editing/execCommand/indent-selection.html: Added.
2270 * editing/execCommand/outdent-selection.html: Added.
2272 2006-06-28 Mitz Pettel <opendarwin.org@mitzpettel.com>
2274 Reviewed by Darin and Hyatt.
2276 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9561
2277 REGRESSION: Content property on :before of button causes hang on click or hover
2279 * fast/forms/button-generated-content-expected.checksum: Added.
2280 * fast/forms/button-generated-content-expected.png: Added.
2281 * fast/forms/button-generated-content-expected.txt: Added.
2282 * fast/forms/button-generated-content.html: Added.
2284 2006-06-28 Rob Buis <buis@kde.org>
2288 Improved test to check offsetX/Y after dispatching instead of before.
2290 * fast/dom/window-xy-properties.html:
2291 * fast/dom/window-xy-properties-expected.txt:
2293 2006-06-27 Rob Buis <buis@kde.org>
2297 Updated test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9605
2299 * fast/dom/window-xy-properties.html:
2300 * fast/dom/window-xy-properties-expected.txt:
2302 2006-06-27 Mitz Pettel <opendarwin.org@mitzpettel.com>
2306 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9317
2307 REGRESSION: crash in HTML tokenizer at Japanese Apple support page
2309 * fast/tokenizer/write-unclosed-script-expected.txt: Added.
2310 * fast/tokenizer/write-unclosed-script.html: Added.
2312 2006-06-27 Justin Garcia <justin.garcia@apple.com>
2316 * editing/execCommand/remove-formatting-expected.checksum: Added.
2317 * editing/execCommand/remove-formatting-expected.png: Added.
2318 * editing/execCommand/remove-formatting-expected.txt: Added.
2319 * editing/execCommand/remove-formatting.html: Added.
2321 2006-06-27 Justin Garcia <justin.garcia@apple.com>
2325 <rdar://problem/4599735> Clicking out of a table at the extremes of an editable document doesn't appear to work
2328 * editing/selection/click-before-and-after-table-expected.txt: Added.
2329 * editing/selection/click-before-and-after-table.html: Added.
2330 Updated to reflect fix:
2331 * editing/selection/move-by-line-001-expected.checksum:
2332 * editing/selection/move-by-line-001-expected.png:
2334 2006-06-27 Anders Carlsson <acarlsson@apple.com>
2338 http://bugzilla.opendarwin.org/show_bug.cgi?id=9623
2339 REGRESSION: getComputedStyle should do a relayout
2341 * fast/css/getComputedStyle-relayout-expected.txt: Added.
2342 * fast/css/getComputedStyle-relayout.html: Added.
2344 2006-06-27 Beth Dakin <bdakin@apple.com>
2348 Test cases for <rdar://problem/4602635> Media queries must be
2349 extended to address CSS pixel scaling factor
2351 * fast/media/mq-max-pixel-ratio-expected.checksum: Added.
2352 * fast/media/mq-max-pixel-ratio-expected.png: Added.
2353 * fast/media/mq-max-pixel-ratio-expected.txt: Added.
2354 * fast/media/mq-max-pixel-ratio.html: Added.
2355 * fast/media/mq-min-pixel-ratio-expected.checksum: Added.
2356 * fast/media/mq-min-pixel-ratio-expected.png: Added.
2357 * fast/media/mq-min-pixel-ratio-expected.txt: Added.
2358 * fast/media/mq-min-pixel-ratio.html: Added.
2359 * fast/media/mq-pixel-ratio-expected.checksum: Added.
2360 * fast/media/mq-pixel-ratio-expected.png: Added.
2361 * fast/media/mq-pixel-ratio-expected.txt: Added.
2362 * fast/media/mq-pixel-ratio.html: Added.
2363 * fast/media/resources/apple_logo_big.jpg: Added.
2364 * fast/media/resources/apple_logo_half_size.png: Added.
2366 2006-06-27 Darin Adler <darin@apple.com>
2368 Tests for fix for 2/3 of http://bugzilla.opendarwin.org/show_bug.cgi?id=9606
2369 REGRESSION: some callers are still using clientX/Y to get pageX/Y
2371 * fast/events/anchor-image-scrolled-x-y-expected.txt: Added.
2372 * fast/events/anchor-image-scrolled-x-y.html: Added.
2373 * fast/events/input-image-scrolled-x-y-expected.txt: Added.
2374 * fast/events/input-image-scrolled-x-y.html: Added.
2376 2006-06-26 Jonas Witt <jonas.witt@gmail.com>
2380 * LayoutTests/fast/events/objc-event-api-expected.txt: Updated to
2381 reflect flipped coordinates dumped by the layout tests.
2383 2006-06-25 David Carson <dacarson@gmail.com>
2387 Tests for http://bugzilla.opendarwin.org/show_bug.cgi?id=9185
2389 * fast/forms/input-appearance-height-expected.png: Added.
2390 * fast/forms/input-appearance-height-expected.txt: Added.
2391 * fast/forms/input-appearance-height.html: Added.
2392 Tests the height attribute on all input types
2394 * fast/forms/input-type-change-expected.checksum: Added.
2395 * fast/forms/input-type-change-expected.png: Added.
2396 * fast/forms/input-type-change-expected.txt: Added.
2397 * fast/forms/input-type-change.html: Added.
2398 Tests changing an input type=TEXT to type=IMAGE with
2399 a height and width specified on the element.
2401 * fast/forms/input-type-change2-expected.checksum: Added.
2402 * fast/forms/input-type-change2-expected.png: Added.
2403 * fast/forms/input-type-change2-expected.txt: Added.
2404 * fast/forms/input-type-change2.html: Added.
2405 Tests changing an input type=IMAGE to type=TEXT with
2406 a height and width specified on the element.
2408 2006-06-25 David Kilzer <ddkilzer@kilzer.net>
2412 * fast/forms/textarea-hard-linewrap-empty.html: Submit form without setTimeout().
2413 * fast/forms/textarea-hard-linewrap.html: Ditto.
2415 2006-06-25 David Kilzer <ddkilzer@kilzer.net>
2419 - http://bugzilla.opendarwin.org/show_bug.cgi?id=9537
2420 REGRESSION: Reproducible crash in WebCore::RenderTextField::textWithHardLineBreaks()
2422 * fast/forms/textarea-hard-linewrap-empty-expected.txt: Added.
2423 * fast/forms/textarea-hard-linewrap-empty.html: Added.
2424 * fast/forms/textarea-hard-linewrap.html: Reduced timeout from 200ms to 0ms and
2425 renamed function from foo() to submitForm().
2427 2006-06-25 Mitz Pettel <opendarwin.org@mitzpettel.com>
2431 - repaint test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9388
2432 REGRESSION: outlines don't get erased when removed in some cases
2434 * fast/repaint/outline-shrinking-expected.checksum: Added.
2435 * fast/repaint/outline-shrinking-expected.png: Added.
2436 * fast/repaint/outline-shrinking-expected.txt: Added.
2437 * fast/repaint/outline-shrinking.html: Added.
2439 2006-06-25 Rob Buis <buis@kde.org>
2444 <http://bugzilla.opendarwin.org/show_bug.cgi?id=8707>
2445 event.clientX and event.clientY should be relative to the viewport, not the canvas
2447 * fast/dom/window-xy-properties-expected.txt: Added.
2448 * fast/dom/window-xy-properties.html: Added.
2450 2006-06-25 Timothy Hatcher <timothy@apple.com>
2452 http://bugzilla.opendarwin.org/show_bug.cgi?id=9560
2454 This fix converted the resize corner image to a B/W tiff.
2455 The pixel tests showed 0.0% changes but still said it had differences.
2456 Updating the tests that use CSS3 resize or textarea.
2458 * fast/forms/floating-textfield-relayout-expected.checksum:
2459 * fast/forms/form-element-geometry-expected.checksum:
2460 * fast/forms/form-element-geometry-expected.png:
2461 * fast/forms/negativeLineHeight-expected.checksum:
2462 * fast/forms/negativeLineHeight-expected.png:
2463 * fast/forms/textAreaLineHeight-expected.checksum:
2464 * fast/forms/textAreaLineHeight-expected.png:
2465 * fast/forms/textarea-setinnerhtml-expected.checksum:
2466 * fast/forms/textarea-setinnerhtml-expected.png:
2467 * fast/overflow/overflow-x-y-expected.checksum:
2468 * fast/overflow/overflow-x-y-expected.png:
2469 * fast/table/003-expected.checksum:
2470 * fast/table/003-expected.png:
2471 * tables/mozilla/bugs/bug194024-expected.checksum:
2472 * tables/mozilla/bugs/bug194024-expected.png:
2473 * tables/mozilla/bugs/bug30559-expected.checksum:
2474 * tables/mozilla/bugs/bug30559-expected.png:
2475 * tables/mozilla/bugs/bug30692-expected.checksum:
2476 * tables/mozilla/bugs/bug30692-expected.png:
2478 2006-06-24 David Kilzer <ddkilzer@kilzer.net>
2480 Build fix. Reviewed by NOBODY.
2482 - Backed out patch for http://bugzilla.opendarwin.org/show_bug.cgi?id=8707
2483 event.clientX and event.clientY should be relative to the viewport, not the canvas
2485 * fast/dom/window-xy-properties-expected.txt: Removed.
2486 * fast/dom/window-xy-properties.html: Removed.
2488 2006-06-24 Rob Buis <buis@kde.org>
2493 <http://bugzilla.opendarwin.org/show_bug.cgi?id=8707>
2494 event.clientX and event.clientY should be relative to the viewport, not the canvas
2496 * fast/dom/window-xy-properties-expected.txt: Added.
2497 * fast/dom/window-xy-properties.html: Added.
2499 2006-06-24 James G. Speth <speth@end.com>
2503 - Tests for http://bugzilla.opendarwin.org/show_bug.cgi?id=8843
2504 add a way to build Objective-C test cases in HTML
2506 * plugins/jsobjc-dom-wrappers-expected.txt: Added.
2507 * plugins/jsobjc-dom-wrappers.html: Added.
2508 * plugins/jsobjc-simple-expected.txt: Added.
2509 * plugins/jsobjc-simple.html: Added.
2511 2006-06-24 Rob Buis <buis@kde.org>
2516 <http://bugzilla.opendarwin.org/show_bug.cgi?id=9352>
2517 Webkit doesn't respect stroke-width in SVG for smaller <circle>s
2519 * svg/custom/gradient-stroke-width-expected.checksum: Added.
2520 * svg/custom/gradient-stroke-width-expected.png: Added.
2521 * svg/custom/gradient-stroke-width-expected.txt: Added.
2522 * svg/custom/gradient-stroke-width.svg: Added.
2524 2006-06-24 Mitz Pettel <opendarwin.org@mitzpettel.com>
2526 Reviewed by Darin, landed by ap.
2528 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9547
2529 Resize corner does not track the mouse accurately
2531 * fast/css/resize-corner-tracking-expected.checksum: Added.
2532 * fast/css/resize-corner-tracking-expected.png: Added.
2533 * fast/css/resize-corner-tracking-expected.txt: Added.
2534 * fast/css/resize-corner-tracking.html: Added.
2536 2006-06-24 Mitz Pettel <opendarwin.org@mitzpettel.com>
2538 Reviewed by Darin. landed by ap.
2540 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9316
2541 REGRESSION: text field width shrinks on first keystroke
2543 * fast/forms/floating-textfield-relayout-expected.checksum: Added.
2544 * fast/forms/floating-textfield-relayout-expected.png: Added.
2545 * fast/forms/floating-textfield-relayout-expected.txt: Added.
2546 * fast/forms/floating-textfield-relayout.html: Added.
2548 2006-06-24 Mitz Pettel <opendarwin.org@mitzpettel.com>
2552 - updated test results for http://bugzilla.opendarwin.org/show_bug.cgi?id=9531
2553 Pages that need only a horizontal scroll bar get a vertical one as well
2555 * css1/classification/white_space-expected.checksum:
2556 * css1/classification/white_space-expected.png:
2557 * css1/classification/white_space-expected.txt:
2558 * editing/selection/select-all-004-expected.checksum:
2559 * editing/selection/select-all-004-expected.png:
2560 * editing/selection/select-all-004-expected.txt:
2561 * editing/selection/unrendered-001-expected.checksum:
2562 * editing/selection/unrendered-001-expected.png:
2563 * editing/selection/unrendered-001-expected.txt:
2564 * editing/selection/unrendered-002-expected.checksum:
2565 * editing/selection/unrendered-002-expected.png:
2566 * editing/selection/unrendered-002-expected.txt:
2567 * editing/selection/unrendered-003-expected.checksum:
2568 * editing/selection/unrendered-003-expected.png:
2569 * editing/selection/unrendered-003-expected.txt:
2570 * editing/selection/unrendered-004-expected.checksum:
2571 * editing/selection/unrendered-004-expected.png:
2572 * editing/selection/unrendered-004-expected.txt:
2573 * editing/selection/unrendered-005-expected.checksum:
2574 * editing/selection/unrendered-005-expected.png:
2575 * editing/selection/unrendered-005-expected.txt:
2576 * fast/block/float/019-expected.checksum:
2577 * fast/block/float/019-expected.png:
2578 * fast/block/float/019-expected.txt:
2579 * fast/block/margin-collapse/104-expected.checksum:
2580 * fast/block/margin-collapse/104-expected.png:
2581 * fast/block/margin-collapse/104-expected.txt:
2582 * fast/block/positioning/relative-overflow-block-expected.checksum:
2583 * fast/block/positioning/relative-overflow-block-expected.txt:
2584 * fast/block/positioning/relative-overflow-replaced-expected.checksum:
2585 * fast/block/positioning/relative-overflow-replaced-expected.txt:
2586 * fast/block/positioning/relative-overflow-replaced-float-expected.checksum:
2587 * fast/block/positioning/relative-overflow-replaced-float-expected.txt:
2588 * fast/lists/li-br-expected.checksum:
2589 * fast/lists/li-br-expected.png:
2590 * fast/lists/li-br-expected.txt:
2591 * fast/media/mq-relative-constraints-02-expected.checksum:
2592 * fast/media/mq-relative-constraints-02-expected.png:
2593 * fast/media/mq-relative-constraints-02-expected.txt:
2594 * fast/media/mq-relative-constraints-03-expected.checksum:
2595 * fast/media/mq-relative-constraints-03-expected.png:
2596 * fast/media/mq-relative-constraints-03-expected.txt:
2597 * fast/media/mq-relative-constraints-04-expected.checksum:
2598 * fast/media/mq-relative-constraints-04-expected.png:
2599 * fast/media/mq-relative-constraints-04-expected.txt:
2600 * fast/media/mq-relative-constraints-05-expected.checksum:
2601 * fast/media/mq-relative-constraints-05-expected.png:
2602 * fast/media/mq-relative-constraints-05-expected.txt:
2603 * fast/media/mq-relative-constraints-06-expected.checksum:
2604 * fast/media/mq-relative-constraints-06-expected.png:
2605 * fast/media/mq-relative-constraints-06-expected.txt:
2606 * fast/media/mq-relative-constraints-07-expected.checksum:
2607 * fast/media/mq-relative-constraints-07-expected.png:
2608 * fast/media/mq-relative-constraints-07-expected.txt:
2609 * fast/media/mq-relative-constraints-09-expected.checksum:
2610 * fast/media/mq-relative-constraints-09-expected.png:
2611 * fast/media/mq-relative-constraints-09-expected.txt:
2612 * fast/media/mq-width-absolute-01-expected.checksum:
2613 * fast/media/mq-width-absolute-01-expected.png:
2614 * fast/media/mq-width-absolute-01-expected.txt:
2615 * fast/media/mq-width-absolute-02-expected.checksum:
2616 * fast/media/mq-width-absolute-02-expected.png:
2617 * fast/media/mq-width-absolute-02-expected.txt:
2618 * fast/media/mq-width-absolute-03-expected.checksum:
2619 * fast/media/mq-width-absolute-03-expected.png:
2620 * fast/media/mq-width-absolute-03-expected.txt:
2621 * fast/media/mq-width-absolute-04-expected.checksum:
2622 * fast/media/mq-width-absolute-04-expected.png:
2623 * fast/media/mq-width-absolute-04-expected.txt:
2624 * fast/table/wide-colspan-expected.checksum:
2625 * fast/table/wide-colspan-expected.png:
2626 * fast/table/wide-colspan-expected.txt:
2627 * fast/table/wide-column-expected.checksum:
2628 * fast/table/wide-column-expected.png:
2629 * fast/table/wide-column-expected.txt:
2630 * tables/mozilla/bugs/bug131020-expected.checksum:
2631 * tables/mozilla/bugs/bug131020-expected.png:
2632 * tables/mozilla/bugs/bug131020-expected.txt:
2633 * tables/mozilla/bugs/bug23151-expected.checksum:
2634 * tables/mozilla/bugs/bug23151-expected.png:
2635 * tables/mozilla/bugs/bug23151-expected.txt:
2636 * tables/mozilla/bugs/bug29314-expected.checksum:
2637 * tables/mozilla/bugs/bug29314-expected.png:
2638 * tables/mozilla/bugs/bug29314-expected.txt:
2639 * tables/mozilla/bugs/bug43039-expected.checksum:
2640 * tables/mozilla/bugs/bug43039-expected.png:
2641 * tables/mozilla/bugs/bug43039-expected.txt:
2642 * tables/mozilla/bugs/bug43854-1-expected.checksum:
2643 * tables/mozilla/bugs/bug43854-1-expected.png:
2644 * tables/mozilla/bugs/bug43854-1-expected.txt:
2645 * tables/mozilla/bugs/bug625-expected.checksum:
2646 * tables/mozilla/bugs/bug625-expected.png:
2647 * tables/mozilla/bugs/bug625-expected.txt:
2648 * tables/mozilla/bugs/bug92143-expected.checksum:
2649 * tables/mozilla/bugs/bug92143-expected.png:
2650 * tables/mozilla/bugs/bug92143-expected.txt:
2651 * tables/mozilla/bugs/bug96334-expected.checksum:
2652 * tables/mozilla/bugs/bug96334-expected.png:
2653 * tables/mozilla/bugs/bug96334-expected.txt:
2654 * tables/mozilla/core/misc-expected.checksum:
2655 * tables/mozilla/core/misc-expected.png:
2656 * tables/mozilla/core/misc-expected.txt:
2657 * tables/mozilla/core/nested1-expected.checksum:
2658 * tables/mozilla/core/nested1-expected.png:
2659 * tables/mozilla/core/nested1-expected.txt:
2660 * tables/mozilla_expected_failures/bugs/bug220653-expected.checksum:
2661 * tables/mozilla_expected_failures/bugs/bug220653-expected.png:
2662 * tables/mozilla_expected_failures/bugs/bug220653-expected.txt:
2663 * tables/mozilla_expected_failures/bugs/bug67915-2-expected.checksum:
2664 * tables/mozilla_expected_failures/bugs/bug67915-2-expected.png:
2665 * tables/mozilla_expected_failures/bugs/bug67915-2-expected.txt:
2667 2006-06-24 Alexey Proskuryakov <ap@nypop.com>
2671 - http://bugzilla.opendarwin.org/show_bug.cgi?id=7461
2672 Always encode the path part of an URI as UTF-8
2674 * http/tests/uri/intercept/.htaccess: Added.
2675 * http/tests/uri/resources/print-uri.php: Added.
2676 * http/tests/uri/utf8-path-expected.txt: Added.
2677 * http/tests/uri/utf8-path.html: Added.
2679 2006-06-24 Graham Dennis <Graham.Dennis@gmail.com>
2681 Reviewed by Darin, landed by ap.
2683 - test and updated results for http://bugzilla.opendarwin.org/show_bug.cgi?id=9467
2684 TreeWalker/NodeIterator do not restrict the traversal
2686 * traversal/node-iterator-001.html:
2687 * traversal/node-iterator-002.html:
2688 * traversal/node-iterator-003.html:
2689 * traversal/node-iterator-004.html:
2690 * traversal/node-iterator-005.html:
2691 * traversal/node-iterator-006.html:
2692 * traversal/node-iterator-007.html:
2693 * traversal/stay-within-root-expected.checksum: Added.
2694 * traversal/stay-within-root-expected.png: Added.
2695 * traversal/stay-within-root-expected.txt: Added.
2696 * traversal/stay-within-root.html: Added.
2697 * traversal/tree-walker-001.html:
2698 * traversal/tree-walker-002.html:
2699 * traversal/tree-walker-003.html:
2700 * traversal/tree-walker-004.html:
2701 * traversal/tree-walker-005.html:
2703 2006-06-24 Jonas Witt <jonas.witt@gmail.com>
2705 Reviewed by ggaren, landed by ap.
2707 - test that DOMEvents are correctly handed to the ObjC API
2708 http://bugzilla.opendarwin.org/show_bug.cgi?id=9181
2710 * fast/events/objc-event-api-expected.txt: Added.
2711 * fast/events/objc-event-api.html: Added.
2713 2006-06-23 Tim Omernick <timo@apple.com>
2715 Reviewed by Tim Hatcher.
2717 <rdar://problem/4560947> Leopard REGRESSION: Dragging to TileGame Widget is broken
2719 * fast/events/ondragenter-expected.checksum: Added.
2720 * fast/events/ondragenter-expected.png: Added.
2721 * fast/events/ondragenter-expected.txt: Added.
2722 * fast/events/ondragenter.html: Added.
2724 2006-06-23 Justin Garcia <justin.garcia@apple.com>
2728 * editing/deleting/merge-into-empty-block-1-expected.checksum: Added.
2729 * editing/deleting/merge-into-empty-block-1-expected.png: Added.
2730 * editing/deleting/merge-into-empty-block-1-expected.txt: Added.
2731 * editing/deleting/merge-into-empty-block-1.html: Added.
2732 * editing/deleting/merge-into-empty-block-2-expected.checksum: Added.
2733 * editing/deleting/merge-into-empty-block-2-expected.png: Added.
2734 * editing/deleting/merge-into-empty-block-2-expected.txt: Added.
2735 * editing/deleting/merge-into-empty-block-2.html: Added.
2737 2006-06-23 Justin Garcia <justin.garcia@apple.com>
2741 <http://bugzilla.opendarwin.org/show_bug.cgi?id=8074>
2742 Caret before/after block tables is too small
2743 <rdar://problem/4598331>
2744 right arrow out of a table shows cursor in a weird place
2747 * editing/input/range-for-empty-document-expected.txt:
2749 * editing/selection/table-caret-1-expected.checksum: Added.
2750 * editing/selection/table-caret-1-expected.png: Added.
2751 * editing/selection/table-caret-1-expected.txt: Added.
2752 * editing/selection/table-caret-1.html: Added.
2753 * editing/selection/table-caret-2-expected.checksum: Added.
2754 * editing/selection/table-caret-2-expected.png: Added.
2755 * editing/selection/table-caret-2-expected.txt: Added.
2756 * editing/selection/table-caret-2.html: Added.
2757 * editing/selection/table-caret-3-expected.checksum: Added.
2758 * editing/selection/table-caret-3-expected.png: Added.
2759 * editing/selection/table-caret-3-expected.txt: Added.
2760 * editing/selection/table-caret-3.html: Added.
2762 2006-06-22 Mitz Pettel <opendarwin.org@mitzpettel.com>
2766 - test and updated results for http://bugzilla.opendarwin.org/show_bug.cgi?id=9497
2767 REGRESSION: Incomplete repainting when scrolling thumbnails on Flickr
2769 * fast/repaint/clipped-relative-expected.checksum: Added.
2770 * fast/repaint/clipped-relative-expected.png: Added.
2771 * fast/repaint/clipped-relative-expected.txt: Added.
2772 * fast/repaint/clipped-relative.html: Added.
2773 * fast/repaint/containing-block-position-change-expected.checksum: Updated.
2774 * fast/repaint/containing-block-position-change-expected.png: Updated.
2776 2006-06-22 Anders Carlsson <acarlsson@apple.com>
2780 <rdar://problem/4529334> REGRESSION: Can't configure RadarInMotion widget for U.S. locations on Leopard (Javascript errors)
2782 * fast/dom/resource-locations-in-created-html-document-expected.txt: Added.
2783 * fast/dom/resource-locations-in-created-html-document.html: Added.
2785 2006-06-22 Anders Carlsson <acarlsson@apple.com>
2789 <rdar://problem/4499675> Package Tracker widget always crashes in WebCore::Frame::jScriptEnabled() const + 0
2791 * fast/dom/noscript-canvas-in-created-html-document-expected.txt: Added.
2792 * fast/dom/noscript-canvas-in-created-html-document.html: Added.
2794 2006-06-22 Anders Carlsson <acarlsson@apple.com>
2798 <rdar://problem/4524840> Entities contained in DOCTYPE referenced DTD in XSLT source document are unknown
2800 * fast/xsl/dtd-in-source-document-expected.txt: Added.
2801 * fast/xsl/dtd-in-source-document.xml: Added.
2802 * fast/xsl/resources/dtd-in-source-document.dtd: Added.
2803 * fast/xsl/resources/dtd-in-source-document.xsl: Added.
2805 2006-06-21 Justin Garcia <justin.garcia@apple.com>
2809 * editing/deleting/table-cells-expected.checksum: Added.
2810 * editing/deleting/table-cells-expected.png: Added.
2811 * editing/deleting/table-cells-expected.txt: Added.
2812 * editing/deleting/table-cells.html: Added.
2813 * editing/inserting/paragraph-separator-in-table-1-expected.checksum: Added.
2814 * editing/inserting/paragraph-separator-in-table-1-expected.png: Added.
2815 * editing/inserting/paragraph-separator-in-table-1-expected.txt: Added.
2816 * editing/inserting/paragraph-separator-in-table-1.html: Added.
2817 * editing/inserting/paragraph-separator-in-table-2-expected.checksum: Added.
2818 * editing/inserting/paragraph-separator-in-table-2-expected.png: Added.
2819 * editing/inserting/paragraph-separator-in-table-2-expected.txt: Added.
2820 * editing/inserting/paragraph-separator-in-table-2.html: Added.
2822 2006-06-21 Justin Garcia <justin.garcia@apple.com>
2826 <rdar://problem/4590366>
2827 REGRESSION: Selection incorrectly paints gaps on TOT
2830 * editing/selection/line-wrap-1-expected.checksum: Added.
2831 * editing/selection/line-wrap-1-expected.png: Added.
2832 * editing/selection/line-wrap-1-expected.txt: Added.
2833 * editing/selection/line-wrap-1.html: Added.
2834 * editing/selection/line-wrap-2-expected.checksum: Added.
2835 * editing/selection/line-wrap-2-expected.png: Added.
2836 * editing/selection/line-wrap-2-expected.txt: Added.
2837 * editing/selection/line-wrap-2.html: Added.
2839 * editing/execCommand/findString-expected.checksum:
2840 * editing/execCommand/findString-expected.png:
2841 * editing/execCommand/findString-expected.txt:
2842 * editing/inserting/editing-empty-divs-expected.checksum:
2843 * editing/inserting/editing-empty-divs-expected.png:
2844 * editing/inserting/editing-empty-divs-expected.txt:
2845 * editing/inserting/insert-3659587-fix-expected.txt:
2846 * editing/inserting/insert-tab-002-expected.txt:
2847 * editing/inserting/insert-text-with-newlines-expected.txt:
2848 * editing/inserting/typing-001-expected.txt:
2849 * editing/inserting/typing-003-expected.txt:
2850 * editing/inserting/typing-around-br-001-expected.txt:
2851 * editing/style/remove-underline-across-paragraph-expected.txt:
2852 * editing/style/remove-underline-across-paragraph-in-bold-expected.txt:
2853 * editing/style/remove-underline-after-paragraph-expected.txt:
2854 * editing/style/remove-underline-after-paragraph-in-bold-expected.txt:
2855 * editing/style/remove-underline-expected.txt:
2856 * editing/style/remove-underline-from-stylesheet-expected.txt:
2857 * editing/style/remove-underline-in-bold-expected.txt:
2858 * editing/style/typing-style-002-expected.txt:
2859 * editing/style/typing-style-003-expected.txt:
2860 * editing/style/unbold-in-bold-expected.txt:
2861 * editing/style/underline-expected.txt:
2863 * editing/input/attributed-substring-from-range-lines.html
2865 2006-06-21 Anders Carlsson <acarlsson@apple.com>
2869 http://bugzilla.opendarwin.org/show_bug.cgi?id=6058
2870 XMLTokenizer runs all <script> tags at once instead of as they're encountered
2872 * dom/svg/level3/xpath/svgunit.js:
2873 The XPath tests depend on the document being loaded before running the tests.
2874 Add a "load" event listener and run the test in the handler.
2876 * fast/canvas/quadraticCurveTo.xml:
2877 Add onload handler and run tests there.
2879 * fast/innerHTML/004-expected.txt:
2880 * fast/innerHTML/004.xhtml:
2881 Add load event listener and run test there.
2883 * fast/parser/external-entities-expected.txt:
2884 This now dumps as text because the script is ran before the parse error is encountered.
2886 * fast/parser/resources/xhtml-scripts.js: Added.
2887 * fast/parser/xhtml-scripts-expected.txt: Added.
2888 * fast/parser/xhtml-scripts.xhtml: Added.
2891 * svg/custom/text-hit-test.svg:
2892 Run test in onload handler.
2894 2006-06-20 Maciej Stachowiak <mjs@apple.com>
2896 No review - updated results for earlier patch.
2898 - updated SVG test results where my recent fix affected bounding boxes
2900 I think the new results are more accurate bounding boxes and in
2901 any case there is no actual difference in rendered output.
2903 * svg/W3C-SVG-1.1/color-prof-01-f-expected.txt:
2904 * svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt:
2905 * svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt:
2906 * svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.txt:
2907 * svg/W3C-SVG-1.1/filters-light-01-f-expected.txt:
2908 * svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt:
2909 * svg/W3C-SVG-1.1/masking-path-04-b-expected.txt:
2910 * svg/W3C-SVG-1.1/render-groups-01-b-expected.txt:
2911 * svg/W3C-SVG-1.1/render-groups-03-t-expected.txt:
2912 * svg/W3C-SVG-1.1/struct-image-01-t-expected.txt:
2913 * svg/W3C-SVG-1.1/struct-image-03-t-expected.txt:
2914 * svg/W3C-SVG-1.1/struct-image-04-t-expected.txt:
2915 * svg/custom/foreign-object-skew-expected.txt:
2916 * svg/custom/image-with-transform-clip-filter-expected.txt:
2917 * svg/custom/text-image-opacity-expected.txt:
2919 2006-06-20 Adele Peterson <adele@apple.com>
2923 Updated results for: http://bugzilla.opendarwin.org/show_bug.cgi?id=8948
2924 Switch to use new text field implementation for <textarea>
2926 Changes include some size differences since the new textareas have 4 pixels less horizontal padding,
2927 and the renderer name for textareas has changed from RenderTextArea to RenderTextField.
2929 * dom/html/level2/html/HTMLTextAreaElement14-expected.txt:
2930 * dom/html/level2/html/HTMLTextAreaElement15-expected.txt:
2931 * dom/xhtml/level2/html/HTMLTextAreaElement14-expected.txt:
2932 * dom/xhtml/level2/html/HTMLTextAreaElement15-expected.txt:
2933 * fast/block/margin-collapse/103-expected.checksum:
2934 * fast/block/margin-collapse/103-expected.png:
2935 * fast/block/margin-collapse/103-expected.txt:
2936 * fast/dynamic/008-expected.checksum:
2937 * fast/dynamic/008-expected.png:
2938 * fast/dynamic/008-expected.txt:
2939 * fast/forms/001-expected.checksum:
2940 * fast/forms/002-expected.checksum:
2941 * fast/forms/003-expected.checksum:
2942 * fast/forms/004-expected.checksum:
2943 * fast/forms/005-expected.checksum:
2944 * fast/forms/006-expected.checksum:
2945 * fast/forms/007-expected.checksum:
2946 * fast/forms/8250-expected.checksum:
2947 * fast/forms/blankbuttons-expected.checksum:
2948 * fast/forms/button-cannot-be-nested-expected.checksum:
2949 * fast/forms/button-default-title-expected.checksum:
2950 * fast/forms/button-inner-block-reuse-expected.checksum:
2951 * fast/forms/button-positioned-expected.checksum:
2952 * fast/forms/button-sizes-expected.checksum:
2953 * fast/forms/button-table-styles-expected.checksum:
2954 * fast/forms/button-white-space-expected.checksum:
2955 * fast/forms/checkbox-radio-onchange-expected.checksum:
2956 * fast/forms/cursor-position-expected.txt:
2957 * fast/forms/double-focus-expected.txt:
2958 * fast/forms/file-input-disabled-expected.checksum:
2959 * fast/forms/form-element-geometry-expected.checksum:
2960 * fast/forms/form-element-geometry-expected.png:
2961 * fast/forms/form-element-geometry-expected.txt:
2962 * fast/forms/form-hides-table-expected.checksum:
2963 * fast/forms/formmove-expected.checksum:
2964 * fast/forms/formmove2-expected.checksum:
2965 * fast/forms/formmove3-expected.checksum:
2966 * fast/forms/indeterminate-expected.checksum:
2967 * fast/forms/input-appearance-bkcolor-expected.checksum:
2968 * fast/forms/input-appearance-default-bkcolor-expected.checksum:
2969 * fast/forms/input-appearance-disabled-expected.checksum:
2970 * fast/forms/input-appearance-focus-expected.checksum:
2971 * fast/forms/input-appearance-minWidth-expected.checksum:
2972 * fast/forms/input-appearance-preventDefault-expected.checksum:
2973 * fast/forms/input-appearance-readonly-expected.checksum:
2974 * fast/forms/input-appearance-selection-expected.checksum:
2975 * fast/forms/input-appearance-visibility-expected.checksum:
2976 * fast/forms/input-appearance-width-expected.checksum:
2977 * fast/forms/input-baseline-expected.checksum:
2978 * fast/forms/input-disabled-color-expected.checksum:
2979 * fast/forms/input-double-click-selection-gap-bug-expected.checksum:
2980 * fast/forms/input-maxlength-2-expected.checksum:
2981 * fast/forms/input-no-renderer-expected.checksum:
2982 * fast/forms/input-paste-undo-expected.checksum:
2983 * fast/forms/input-readonly-dimmed-expected.checksum:
2984 * fast/forms/input-readonly-empty-expected.checksum:
2985 * fast/forms/input-spaces-expected.checksum:
2986 * fast/forms/input-table-expected.checksum:
2987 * fast/forms/input-text-click-inside-expected.checksum:
2988 * fast/forms/input-text-click-outside-expected.checksum:
2989 * fast/forms/input-text-double-click-expected.checksum:
2990 * fast/forms/input-text-drag-down-expected.checksum:
2991 * fast/forms/input-text-maxlength-expected.checksum:
2992 * fast/forms/input-text-option-delete-expected.checksum:
2993 * fast/forms/input-text-paste-maxlength-expected.checksum:
2994 * fast/forms/input-text-scroll-left-on-blur-expected.checksum:
2995 * fast/forms/input-text-self-emptying-click-expected.checksum:
2996 * fast/forms/input-value-expected.checksum:
2997 * fast/forms/input-width-expected.checksum:
2998 * fast/forms/minWidthPercent-expected.checksum:
2999 * fast/forms/negativeLineHeight-expected.checksum:
3000 * fast/forms/negativeLineHeight-expected.png:
3001 * fast/forms/negativeLineHeight-expected.txt:
3002 * fast/forms/option-index-expected.checksum:
3003 * fast/forms/option-script-expected.checksum:
3004 * fast/forms/option-strip-whitespace-expected.checksum:
3005 * fast/forms/plaintext-mode-2-expected.checksum:
3006 * fast/forms/radio-attr-order-expected.checksum:
3007 * fast/forms/radio_checked-expected.checksum:
3008 * fast/forms/radio_checked_dynamic-expected.checksum:
3009 * fast/forms/selection-functions-expected.txt:
3010 * fast/forms/tabbing-input-iframe-expected.checksum:
3011 * fast/forms/textAreaLineHeight-expected.checksum:
3012 * fast/forms/textAreaLineHeight-expected.png:
3013 * fast/forms/textAreaLineHeight-expected.txt:
3014 * fast/forms/textarea-crlf-expected.txt:
3015 * fast/forms/textarea-setinnerhtml-expected.checksum:
3016 * fast/forms/textarea-setinnerhtml-expected.png:
3017 * fast/forms/textarea-setinnerhtml-expected.txt:
3018 * fast/forms/textarea-setvalue-submit-expected.txt:
3019 * fast/forms/visual-hebrew-text-field-expected.checksum:
3020 * fast/replaced/width100percent-expected.checksum:
3021 * fast/replaced/width100percent-expected.png:
3022 * fast/replaced/width100percent-expected.txt:
3023 * fast/table/003-expected.checksum:
3024 * fast/table/003-expected.png:
3025 * fast/table/003-expected.txt:
3026 * tables/mozilla/bugs/bug194024-expected.checksum:
3027 * tables/mozilla/bugs/bug194024-expected.png:
3028 * tables/mozilla/bugs/bug194024-expected.txt:
3029 * tables/mozilla/bugs/bug30559-expected.checksum:
3030 * tables/mozilla/bugs/bug30559-expected.png:
3031 * tables/mozilla/bugs/bug30559-expected.txt:
3032 * tables/mozilla/bugs/bug30692-expected.checksum:
3033 * tables/mozilla/bugs/bug30692-expected.png:
3034 * tables/mozilla/bugs/bug30692-expected.txt:
3036 2006-06-20 Adele Peterson <adele@apple.com>
3041 http://bugzilla.opendarwin.org/show_bug.cgi?id=8724
3042 REGRESSION: onSelect handler doesn't work for text fields
3044 http://bugzilla.opendarwin.org/show_bug.cgi?id=7676
3045 REGRESSION: Selection methods on new text fields don't work if text field is hidden
3047 http://bugzilla.opendarwin.org/show_bug.cgi?id=8867
3048 REGRESSION: selectionStart/End return 0 for input element once it no longer has focus
3050 * fast/forms/double-focus-expected.txt:
3051 * fast/forms/input-selection-hidden-expected.txt: Added.
3052 * fast/forms/input-selection-hidden.html: Added.
3053 * fast/forms/input-selection-restore-expected.txt: Added.
3054 * fast/forms/input-selection-restore.html: Added.
3055 * fast/forms/input-text-paste-maxlength-expected.txt:
3056 * fast/forms/onselect-textarea-expected.txt: Added.
3057 * fast/forms/onselect-textarea.html: Added.
3058 * fast/forms/onselect-textfield-expected.txt: Added.
3059 * fast/forms/onselect-textfield.html: Added.
3060 * fast/forms/selection-functions-expected.txt:
3062 2006-06-20 Anders Carlsson <acarlsson@apple.com>
3066 <rdar://problem/4592244> REGRESSION (417.9.3 - 420+): (some?) plain text files have all lines concatenated into one line
3068 * fast/text/plain-text-line-breaks-expected.checksum: Added.
3069 * fast/text/plain-text-line-breaks-expected.png: Added.
3070 * fast/text/plain-text-line-breaks-expected.txt: Added.
3071 * fast/text/plain-text-line-breaks.html: Added.
3072 * fast/text/resources/line-breaks-cr.txt: Added.
3073 * fast/text/resources/line-breaks-crlf.txt: Added.
3074 * fast/text/resources/line-breaks-lf.txt: Added.
3076 2006-06-19 Alexey Proskuryakov <ap@nypop.com>
3080 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=5499
3081 Page reload does not send any cache control headers
3083 * http/tests/misc/refresh-headers-expected.txt: Added.
3084 * http/tests/misc/refresh-headers.php: Added.
3086 2006-06-19 Alexey Proskuryakov <ap@nypop.com>
3090 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=8972
3091 REGRESSION: invalid UTF-8 sequences are not displayed
3093 * fast/encoding/invalid-UTF-8-expected.checksum:
3094 * fast/encoding/invalid-UTF-8-expected.png:
3095 * fast/encoding/invalid-UTF-8-expected.txt:
3096 * fast/encoding/invalid-UTF-8.html:
3098 2006-06-18 David Kilzer <ddkilzer@kilzer.net>
3102 * fast/history/clicked-link-is-visited.html: Changed to use DOM mouse event.
3104 2006-06-18 David Kilzer <ddkilzer@kilzer.net>
3108 - test and results for http://bugzilla.opendarwin.org/show_bug.cgi?id=9150
3109 DumpRenderTree should be able to keep URL history during runs
3111 * fast/history/clicked-link-is-visited-expected.checksum: Added.
3112 * fast/history/clicked-link-is-visited-expected.png: Added.
3113 * fast/history/clicked-link-is-visited-expected.txt: Added.
3114 * fast/history/clicked-link-is-visited.html: Added.
3115 * fast/history/resources/clicked-link-is-visited-2.html: Added.
3117 2006-06-17 Alexey Proskuryakov <ap@nypop.com>
3121 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=8131
3122 Some properties and methods of window and document objects cannot be converted to a string
3124 * fast/dom/everything-to-string-expected.txt: Added.
3125 * fast/dom/everything-to-string.html: Added.
3127 2006-06-17 Mitz Pettel <opendarwin.org@mitzpettel.com>
3131 - test and updated results for http://bugzilla.opendarwin.org/show_bug.cgi?id=7395
3132 Table not properly re-flowed when floated div removed from layout
3134 * css2.1/t0905-c5525-fltmult-00-d-g-expected.checksum: Updated.
3135 * css2.1/t0905-c5525-fltmult-00-d-g-expected.png: Updated.
3136 * css2.1/t0905-c5525-fltmult-00-d-g-expected.txt: Updated.
3137 * fast/block/float/table-relayout-expected.checksum: Added.
3138 * fast/block/float/table-relayout-expected.png: Added.
3139 * fast/block/float/table-relayout-expected.txt: Added.
3140 * fast/block/float/table-relayout.html: Added.
3142 2006-06-17 Rob Buis <buis@kde.org>
3147 <http://bugzilla.opendarwin.org/show_bug.cgi?id=6282>
3149 * fast/dom/select-selectedIndex-multiple.html: Added.
3150 * fast/dom/select-selectedIndex.html: Added.
3152 2006-06-16 Adele Peterson <adele@apple.com>
3156 Adding missing expected result for test from yesterday.
3158 * fast/events/window-load-capture-expected.txt: Added.
3160 2006-06-16 Mitz Pettel <opendarwin.org@mitzpettel.com>
3164 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9432
3165 REGRESSION: crash in capitalization code due to empty-string generated content
3167 * fast/text/capitalize-empty-generated-string-expected.checksum: Added.
3168 * fast/text/capitalize-empty-generated-string-expected.png: Added.
3169 * fast/text/capitalize-empty-generated-string-expected.txt: Added.
3170 * fast/text/capitalize-empty-generated-string.html: Added.
3172 2006-06-15 Justin Garcia <justin.garcia@apple.com>
3176 <http://bugzilla.opendarwin.org/show_bug.cgi?id=8637>
3177 REGRESSION (11-16-05): Selection gaps left behind after delete
3179 * fast/repaint/selection-after-delete-expected.checksum: Added.
3180 * fast/repaint/selection-after-delete-expected.png: Added.
3181 * fast/repaint/selection-after-delete-expected.txt: Added.
3182 * fast/repaint/selection-after-delete.html: Added.
3183 * fast/repaint/selection-after-remove-expected.checksum: Added.
3184 * fast/repaint/selection-after-remove-expected.png: Added.
3185 * fast/repaint/selection-after-remove-expected.txt: Added.
3186 * fast/repaint/selection-after-remove.html: Added.
3188 2006-06-15 Justin Garcia <justin.garcia@apple.com>
3190 Reviewed by harrison
3192 * editing/deleting/pruning-after-merge-2-expected.checksum: Added.
3193 * editing/deleting/pruning-after-merge-2-expected.png: Added.
3194 * editing/deleting/pruning-after-merge-2-expected.txt: Added.
3195 * editing/deleting/pruning-after-merge-2.html: Added.
3197 2006-06-15 Nicholas Shanks <contact@nickshanks.com>
3199 Reviewed by Hyatt, landed by Joost de Valk.
3201 Testcases for fix to bug http://bugzilla.opendarwin.org/show_bug.cgi?id=3233
3203 * fast/css/css3-modsel-22-expected.txt: Added.
3204 * fast/css/css3-modsel-22.html: Added.
3206 2006-06-15 Justin Garcia <justin.garcia@apple.com>
3208 Reviewed by harrison
3210 <http://bugzilla.opendarwin.org/show_bug.cgi?id=9456>
3211 REGRESSION (417.9.2-420+): Cmd-G doesn't work in Safari after double-click and Cmd-E
3213 * editing/execCommand/findString-2-expected.checksum: Added.
3214 * editing/execCommand/findString-2-expected.png: Added.
3215 * editing/execCommand/findString-2-expected.txt: Added.
3216 * editing/execCommand/findString-2.html: Added.
3218 2006-06-14 Justin Garcia <justin.garcia@apple.com>
3222 <rdar://problem/4439248>
3223 REGRESSION(412-417): [RTL] Serious problem with RTL signatures in Mail.app in 10.4.4 (7766)
3225 * editing/pasteboard/copy-paste-bidi-expected.checksum: Added.
3226 * editing/pasteboard/copy-paste-bidi-expected.png: Added.
3227 * editing/pasteboard/copy-paste-bidi-expected.txt: Added.
3228 * editing/pasteboard/copy-paste-bidi.html: Added.
3230 2006-06-14 Levi Weintraub <lweintraub@apple.com>
3234 <http://bugzilla.opendarwin.org/show_bug.cgi?id=7580>
3235 TinyMCE: Implement execCommand(formatBlock, ...)
3237 * editing/deleting/delete-ws-fixup-002-expected.checksum:
3238 * editing/deleting/delete-ws-fixup-002-expected.png:
3239 * editing/deleting/delete-ws-fixup-002-expected.txt:
3240 * editing/deleting/delete-ws-fixup-002.html:
3241 * editing/execCommand/format-block-expected.checksum: Added.
3242 * editing/execCommand/format-block-expected.png: Added.
3243 * editing/execCommand/format-block-expected.txt: Added.
3244 * editing/execCommand/format-block-from-range-selection-expected.checksum: Added.
3245 * editing/execCommand/format-block-from-range-selection-expected.png: Added.
3246 * editing/execCommand/format-block-from-range-selection-expected.txt: Added.
3247 * editing/execCommand/format-block-from-range-selection.html: Added.
3248 * editing/execCommand/format-block.html: Added.
3250 2006-06-14 Maciej Stachowiak <mjs@apple.com>
3252 Test case by Anders, reviewed and tweaked by Maciej.
3254 - fixed <rdar://problem/4586051> 10.4.7 regression: 'Saved and recent' button on mapquest.com does not work
3256 * fast/events/window-load-capture.html: Added.
3258 2006-06-13 Geoffrey Garen <ggaren@apple.com>
3260 Test for createHTMLDocument.
3262 * fast/dom/implementation-createHTMLDocument-expected.txt: Added.
3263 * fast/dom/implementation-createHTMLDocument.html: Added.
3265 2006-06-13 Maciej Stachowiak <mjs@apple.com>
3267 - fixed up results of the layout test I committed for 4583892,
3268 they were guaranteed to fail
3270 * fast/events/no-window-load-expected.txt:
3271 * fast/events/resources/greenbox.png: Added.
3273 2006-06-13 Geoffrey Garen <ggaren@apple.com>
3275 RS by MacDome. Added missing results for this test.
3277 * fast/css/xml-stylesheet-pi-not-in-prolog-expected.txt: Added.
3279 2006-06-13 Darin Adler <darin@apple.com>
3283 - test for <rdar://problem/4585333> Changing location for weather on yahoo.com home page redirects to another page
3285 * fast/events/event-listener-html-non-html-confusion-expected.txt: Added.
3286 * fast/events/event-listener-html-non-html-confusion.html: Added.
3288 2006-06-13 Maciej Stachowiak <mjs@apple.com>
3292 - test case for <rdar://problem/4583892> 10.4.7 regression: Hang occurs when attempting to load
3293 search results at mapquest.com
3295 * fast/events/no-window-load-expected.txt: Added.
3296 * fast/events/no-window-load.html: Added.
3298 2006-06-13 Antti Koivisto <koivisto@iki.fi>
3302 http://bugzilla.opendarwin.org/show_bug.cgi?id=9314
3304 * fast/block/positioning/relative-overflow-block-expected.checksum: Added.
3305 * fast/block/positioning/relative-overflow-block-expected.png: Added.
3306 * fast/block/positioning/relative-overflow-block-expected.txt: Added.
3307 * fast/block/positioning/relative-overflow-block.html: Added.
3308 * fast/block/positioning/relative-overflow-replaced-expected.checksum: Added.
3309 * fast/block/positioning/relative-overflow-replaced-expected.png: Added.
3310 * fast/block/positioning/relative-overflow-replaced-expected.txt: Added.
3311 * fast/block/positioning/relative-overflow-replaced-float-expected.checksum: Added.
3312 * fast/block/positioning/relative-overflow-replaced-float-expected.png: Added.
3313 * fast/block/positioning/relative-overflow-replaced-float-expected.txt: Added.
3314 * fast/block/positioning/relative-overflow-replaced-float.html: Added.
3315 * fast/block/positioning/relative-overflow-replaced.html: Added.
3317 2006-06-13 Anders Carlsson <acarlsson@apple.com>
3319 Reviewed by Dave Hyatt.
3321 http://bugzilla.opendarwin.org/show_bug.cgi?id=9427
3323 * fast/css/resources/xml-stylesheet-pi-not-in-prolog.css: Added.
3324 * fast/css/xml-stylesheet-pi-not-in-prolog.xml: Added.
3326 2006-06-10 Mitz Pettel <opendarwin.org@mitzpettel.com>
3330 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9334
3331 Incomplete repaint when changing block from non-positioned to positioned
3333 * fast/repaint/static-to-positioned-expected.checksum: Added.
3334 * fast/repaint/static-to-positioned-expected.png: Added.
3335 * fast/repaint/static-to-positioned-expected.txt: Added.
3336 * fast/repaint/static-to-positioned.html: Added.
3338 2006-06-10 Mitz Pettel <opendarwin.org@mitzpettel.com>
3342 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9193
3343 REGRESSION: setting an opacity on an element with an outline causes the outline to disappear completely
3345 - test repainting of layer children's outlines that extend beyond the layer
3347 * fast/layers: Added.
3348 * fast/layers/opacity-outline-expected.checksum: Added.
3349 * fast/layers/opacity-outline-expected.png: Added.
3350 * fast/layers/opacity-outline-expected.txt: Added.
3351 * fast/layers/opacity-outline.html: Added.
3352 * fast/repaint/layer-child-outline-expected.checksum: Added.
3353 * fast/repaint/layer-child-outline-expected.png: Added.
3354 * fast/repaint/layer-child-outline-expected.txt: Added.
3355 * fast/repaint/layer-child-outline.html: Added.
3357 2006-06-09 Justin Garcia <justin.garcia@apple.com>
3361 <rdar://problem/4549980>
3362 REGRESSION: "Find Again" can get stuck when searching for string with a trailing space
3364 * editing/execCommand/findString-expected.checksum: Added.
3365 * editing/execCommand/findString-expected.png: Added.
3366 * editing/execCommand/findString-expected.txt: Added.
3367 * editing/execCommand/findString.html: Added.
3369 2006-06-09 Kimmo Kinnunen <kimmo.t.kinnunen@nokia.com>
3373 Test cases for CSS3 Media Queries implementation.
3374 <http://bugzilla.opendarwin.org/show_bug.cgi?id=4127>
3376 * fast/media/import-p-green.css: Added.
3377 * fast/media/import-p-red.css: Added.
3378 * fast/media/media-descriptor-syntax-01-expected.checksum: Added.
3379 * fast/media/media-descriptor-syntax-01-expected.png: Added.
3380 * fast/media/media-descriptor-syntax-01-expected.txt: Added.
3381 * fast/media/media-descriptor-syntax-01.html: Added.
3382 * fast/media/media-descriptor-syntax-02-expected.checksum: Added.
3383 * fast/media/media-descriptor-syntax-02-expected.png: Added.
3384 * fast/media/media-descriptor-syntax-02-expected.txt: Added.
3385 * fast/media/media-descriptor-syntax-02.html: Added.
3386 * fast/media/media-descriptor-syntax-03-expected.checksum: Added.
3387 * fast/media/media-descriptor-syntax-03-expected.png: Added.
3388 * fast/media/media-descriptor-syntax-03-expected.txt: Added.
3389 * fast/media/media-descriptor-syntax-03.html: Added.
3390 * fast/media/media-descriptor-syntax-04-expected.checksum: Added.
3391 * fast/media/media-descriptor-syntax-04-expected.png: Added.
3392 * fast/media/media-descriptor-syntax-04-expected.txt: Added.
3393 * fast/media/media-descriptor-syntax-04.html: Added.
3394 * fast/media/media-descriptor-syntax-05-expected.checksum: Added.
3395 * fast/media/media-descriptor-syntax-05-expected.png: Added.
3396 * fast/media/media-descriptor-syntax-05-expected.txt: Added.
3397 * fast/media/media-descriptor-syntax-05.html: Added.
3398 * fast/media/media-descriptor-syntax-06-expected.checksum: Added.
3399 * fast/media/media-descriptor-syntax-06-expected.png: Added.
3400 * fast/media/media-descriptor-syntax-06-expected.txt: Added.
3401 * fast/media/media-descriptor-syntax-06.html: Added.
3402 * fast/media/media-type-syntax-01-expected.checksum: Added.
3403 * fast/media/media-type-syntax-01-expected.png: Added.
3404 * fast/media/media-type-syntax-01-expected.txt: Added.
3405 * fast/media/media-type-syntax-01.html: Added.
3406 * fast/media/media-type-syntax-02-expected.checksum: Added.
3407 * fast/media/media-type-syntax-02-expected.png: Added.
3408 * fast/media/media-type-syntax-02-expected.txt: Added.
3409 * fast/media/media-type-syntax-02.html: Added.
3410 * fast/media/mq-compound-query-01-expected.checksum: Added.
3411 * fast/media/mq-compound-query-01-expected.png: Added.
3412 * fast/media/mq-compound-query-01-expected.txt: Added.
3413 * fast/media/mq-compound-query-01.html: Added.
3414 * fast/media/mq-compound-query-02-expected.checksum: Added.
3415 * fast/media/mq-compound-query-02-expected.png: Added.
3416 * fast/media/mq-compound-query-02-expected.txt: Added.
3417 * fast/media/mq-compound-query-02.html: Added.
3418 * fast/media/mq-compound-query-03-expected.checksum: Added.
3419 * fast/media/mq-compound-query-03-expected.png: Added.
3420 * fast/media/mq-compound-query-03-expected.txt: Added.
3421 * fast/media/mq-compound-query-03.html: Added.
3422 * fast/media/mq-compound-query-04-expected.checksum: Added.
3423 * fast/media/mq-compound-query-04-expected.png: Added.
3424 * fast/media/mq-compound-query-04-expected.txt: Added.
3425 * fast/media/mq-compound-query-04.html: Added.
3426 * fast/media/mq-compound-query-05-expected.checksum: Added.
3427 * fast/media/mq-compound-query-05-expected.png: Added.
3428 * fast/media/mq-compound-query-05-expected.txt: Added.
3429 * fast/media/mq-compound-query-05.html: Added.
3430 * fast/media/mq-grid-01-expected.checksum: Added.
3431 * fast/media/mq-grid-01-expected.png: Added.
3432 * fast/media/mq-grid-01-expected.txt: Added.
3433 * fast/media/mq-grid-01.html: Added.
3434 * fast/media/mq-grid-02-expected.checksum: Added.
3435 * fast/media/mq-grid-02-expected.png: Added.
3436 * fast/media/mq-grid-02-expected.txt: Added.
3437 * fast/media/mq-grid-02.html: Added.
3438 * fast/media/mq-invalid-media-feature-01-expected.checksum: Added.
3439 * fast/media/mq-invalid-media-feature-01-expected.png: Added.
3440 * fast/media/mq-invalid-media-feature-01-expected.txt: Added.
3441 * fast/media/mq-invalid-media-feature-01.html: Added.
3442 * fast/media/mq-invalid-media-feature-02-expected.checksum: Added.
3443 * fast/media/mq-invalid-media-feature-02-expected.png: Added.
3444 * fast/media/mq-invalid-media-feature-02-expected.txt: Added.
3445 * fast/media/mq-invalid-media-feature-02.html: Added.
3446 * fast/media/mq-invalid-media-feature-03-expected.checksum: Added.
3447 * fast/media/mq-invalid-media-feature-03-expected.png: Added.
3448 * fast/media/mq-invalid-media-feature-03-expected.txt: Added.
3449 * fast/media/mq-invalid-media-feature-03.html: Added.
3450 * fast/media/mq-invalid-media-feature-04-expected.checksum: Added.
3451 * fast/media/mq-invalid-media-feature-04-expected.png: Added.
3452 * fast/media/mq-invalid-media-feature-04-expected.txt: Added.
3453 * fast/media/mq-invalid-media-feature-04.html: Added.
3454 * fast/media/mq-invalid-syntax-01-expected.checksum: Added.
3455 * fast/media/mq-invalid-syntax-01-expected.png: Added.
3456 * fast/media/mq-invalid-syntax-01-expected.txt: Added.
3457 * fast/media/mq-invalid-syntax-01.html: Added.
3458 * fast/media/mq-invalid-syntax-02-expected.checksum: Added.
3459 * fast/media/mq-invalid-syntax-02-expected.png: Added.
3460 * fast/media/mq-invalid-syntax-02-expected.txt: Added.
3461 * fast/media/mq-invalid-syntax-02.html: Added.
3462 * fast/media/mq-invalid-syntax-03-expected.checksum: Added.
3463 * fast/media/mq-invalid-syntax-03-expected.png: Added.
3464 * fast/media/mq-invalid-syntax-03-expected.txt: Added.
3465 * fast/media/mq-invalid-syntax-03.html: Added.
3466 * fast/media/mq-invalid-syntax-04-expected.checksum: Added.
3467 * fast/media/mq-invalid-syntax-04-expected.png: Added.
3468 * fast/media/mq-invalid-syntax-04-expected.txt: Added.
3469 * fast/media/mq-invalid-syntax-04.html: Added.
3470 * fast/media/mq-invalid-syntax-05-expected.checksum: Added.
3471 * fast/media/mq-invalid-syntax-05-expected.png: Added.
3472 * fast/media/mq-invalid-syntax-05-expected.txt: Added.
3473 * fast/media/mq-invalid-syntax-05.html: Added.
3474 * fast/media/mq-js-media-except-01-expected.checksum: Added.
3475 * fast/media/mq-js-media-except-01-expected.png: Added.
3476 * fast/media/mq-js-media-except-01-expected.txt: Added.
3477 * fast/media/mq-js-media-except-01.html: Added.
3478 * fast/media/mq-js-media-except-02-expected.checksum: Added.
3479 * fast/media/mq-js-media-except-02-expected.png: Added.
3480 * fast/media/mq-js-media-except-02-expected.txt: Added.
3481 * fast/media/mq-js-media-except-02.html: Added.
3482 * fast/media/mq-js-media-except-03-expected.checksum: Added.
3483 * fast/media/mq-js-media-except-03-expected.png: Added.
3484 * fast/media/mq-js-media-except-03-expected.txt: Added.
3485 * fast/media/mq-js-media-except-03.html: Added.
3486 * fast/media/mq-js-media-forward-syntax-expected.checksum: Added.
3487 * fast/media/mq-js-media-forward-syntax-expected.png: Added.
3488 * fast/media/mq-js-media-forward-syntax-expected.txt: Added.
3489 * fast/media/mq-js-media-forward-syntax.html: Added.
3490 * fast/media/mq-js-stylesheet-media-01-expected.checksum: Added.
3491 * fast/media/mq-js-stylesheet-media-01-expected.png: Added.
3492 * fast/media/mq-js-stylesheet-media-01-expected.txt: Added.
3493 * fast/media/mq-js-stylesheet-media-01.html: Added.
3494 * fast/media/mq-js-stylesheet-media-02-expected.checksum: Added.
3495 * fast/media/mq-js-stylesheet-media-02-expected.png: Added.
3496 * fast/media/mq-js-stylesheet-media-02-expected.txt: Added.
3497 * fast/media/mq-js-stylesheet-media-02.html: Added.
3498 * fast/media/mq-js-stylesheet-media-03-expected.checksum: Added.
3499 * fast/media/mq-js-stylesheet-media-03-expected.png: Added.
3500 * fast/media/mq-js-stylesheet-media-03-expected.txt: Added.
3501 * fast/media/mq-js-stylesheet-media-03.html: Added.
3502 * fast/media/mq-js-stylesheet-media-04-expected.checksum: Added.
3503 * fast/media/mq-js-stylesheet-media-04-expected.png: Added.
3504 * fast/media/mq-js-stylesheet-media-04-expected.txt: Added.
3505 * fast/media/mq-js-stylesheet-media-04.html: Added.
3506 * fast/media/mq-min-constraint-expected.checksum: Added.
3507 * fast/media/mq-min-constraint-expected.png: Added.
3508 * fast/media/mq-min-constraint-expected.txt: Added.
3509 * fast/media/mq-min-constraint.html: Added.