1 2006-09-04 Alexey Proskuryakov <ap@nypop.com>
5 Tests for http://bugzilla.opendarwin.org/show_bug.cgi?id=10716
6 XMLHttpRequest.responseText is null if HTTP response is empty
8 The results are not fully correct yet:
9 - accessing properties that are now undefined should cause an exception;
10 - on error, responseXML should be null, rather than contain an HTML document describing
13 * http/tests/xmlhttprequest/supported-xml-content-types-expected.txt: Updated for responseXML
14 now returning null for nil documents.
16 * http/tests/xmlhttprequest/zero-length-response-expected.txt:
17 * http/tests/xmlhttprequest/zero-length-response-sync-expected.txt:
18 * http/tests/xmlhttprequest/zero-length-response-sync.html:
19 * http/tests/xmlhttprequest/zero-length-response.html:
20 Extended to cover more properties.
22 2006-09-04 Alexey Proskuryakov <ap@nypop.com>
26 Test for http://bugzilla.opendarwin.org/show_bug.cgi?id=10676
27 @charset rules not accessible via DOM
29 * fast/encoding/css-charset-dom-expected.txt: Added.
30 * fast/encoding/css-charset-dom.html: Added.
32 2006-09-04 Rob Buis <buis@kde.org>
37 http://bugzilla.opendarwin.org/show_bug.cgi?id=6546
38 clipPath data does not respect transforms
40 * svg/custom/clip-path-with-transform-expected.checksum: Added.
41 * svg/custom/clip-path-with-transform-expected.png: Added.
42 * svg/custom/clip-path-with-transform-expected.txt: Added.
43 * svg/custom/clip-path-with-transform.svg: Added.
45 2006-09-03 Alexey Proskuryakov <ap@nypop.com>
49 Test for http://bugzilla.opendarwin.org/show_bug.cgi?id=10693
50 Convert JavaScript arrays to AppleScript lists
52 * fast/AppleScript/array-expected.txt:
53 * fast/AppleScript/array.html: Updated results, added a test for
54 circular dependencies.
56 2006-09-03 Alexey Proskuryakov <ap@nypop.com>
60 Tests for http://bugzilla.opendarwin.org/show_bug.cgi?id=10697
61 REGRESSION (r16175): Errors in incremental decoding of UTF-8
63 * fast/encoding/charset-invalid-expected.txt: Added.
64 * fast/encoding/charset-invalid.html: Added.
65 * http/tests/incremental/slow-utf8-html-expected.txt: Added.
66 * http/tests/incremental/slow-utf8-html.pl: Added.
68 2006-09-03 Alexey Proskuryakov <ap@nypop.com>
72 http://bugzilla.opendarwin.org/show_bug.cgi?id=4508
73 Layout tests access an external server
75 * fast/backgrounds/repeat/noRepeatCorrectClip.html: Use a local resource (it was already present,
76 but the test still pointed to a remote one).
77 * fast/dom/HTMLImageElement/image-src-absolute-url-expected.txt:
78 * fast/dom/HTMLImageElement/image-src-absolute-url.html: Use a non-existent file URL instead of
79 a non-existent http one.
80 * fast/loader/docLoaderFrame-expected.checksum: Removed.
81 * fast/loader/docLoaderFrame-expected.png: Removed.
82 * fast/loader/docLoaderFrame-expected.txt: Removed.
83 * fast/loader/docLoaderFrame.html: Removed.
84 * http/tests/xmlhttprequest/docLoaderFrame-expected.txt: Added.
85 * http/tests/xmlhttprequest/docLoaderFrame.html: Added.
86 * http/tests/xmlhttprequest/resources/docLoaderFrame-data.html: Added.
87 Use a local resource. Also, turned the test into a text one, and used waitUntilDone to make it
90 2006-09-02 Graham Dennis <graham.dennis@gmail.com>
95 http://bugzilla.opendarwin.org/show_bug.cgi?id=10579
96 AppleStyleCommand::applyBlockStyle crash
98 * editing/style/table-selection-expected.checksum: Added.
99 * editing/style/table-selection-expected.png: Added.
100 * editing/style/table-selection-expected.txt: Added.
101 * editing/style/table-selection.html: Added.
103 2006-09-01 Adele Peterson <adele@apple.com>
105 Reviewed by Tim Omernick.
107 Updated results for http://bugzilla.opendarwin.org/show_bug.cgi?id=6990
108 Switch to use new text field implementation for <input type="password">
110 * dom/html/level2/html/HTMLInputElement22-expected.txt:
111 * dom/xhtml/level2/html/HTMLInputElement22-expected.txt:
112 * fast/events/event-sender-mouse-click.html:
113 * fast/forms/input-appearance-height-expected.checksum:
114 * fast/forms/input-appearance-height-expected.txt:
115 * fast/forms/input-type-change-in-onfocus-mouse-expected.txt:
116 * fast/forms/input-value-expected.checksum:
117 * fast/forms/input-value-expected.png:
118 * fast/forms/input-value-expected.txt:
119 * tables/mozilla_expected_failures/bugs/bug92647-1-expected.checksum:
120 * tables/mozilla_expected_failures/bugs/bug92647-1-expected.png:
121 * tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt:
123 Updated from switch to style-able selects
124 * fast/forms/option-strip-whitespace-expected.checksum:
125 * fast/forms/option-strip-whitespace-expected.png:
126 * fast/forms/option-strip-whitespace-expected.txt:
128 2006-09-01 Timothy Hatcher <timothy@apple.com>
132 - updated results, null is not round-tripped through the bindings
133 because of regressions the original change caused in other applications.
134 - added an echo for "undefined".
136 * plugins/bindings-test-expected.txt:
137 * plugins/bindings-test.html:
139 2006-09-01 Alexey Proskuryakov <ap@nypop.com>
144 - http://bugzilla.opendarwin.org/show_bug.cgi?id=5620
145 Should only honor encoding from <meta> in HTML
147 - http://bugzilla.opendarwin.org/show_bug.cgi?id=9783
148 An XML declaration without an explicit encoding incorrectly triggers
149 UTF-8 encoding in an HTML document
151 - http://bugzilla.opendarwin.org/show_bug.cgi?id=10155
152 CSS2: @charset is not supported
154 * fast/encoding/css-charset-expected.txt: Added.
155 * fast/encoding/css-charset.css: Added.
156 * fast/encoding/css-charset.html: Added.
157 * fast/encoding/css-charset-evil-expected.txt: Added.
158 * fast/encoding/css-charset-evil.css: Added.
159 * fast/encoding/css-charset-evil.html: Added.
160 * fast/encoding/default-xhtml-encoding-expected.txt: Added.
161 * fast/encoding/default-xhtml-encoding.xhtml: Added.
162 * fast/encoding/meta-in-xhtml-expected.txt: Added.
163 * fast/encoding/meta-in-xhtml.xhtml: Added.
164 * fast/encoding/pseudo-xml-2-expected.txt: Added.
165 * fast/encoding/pseudo-xml-2.html: Added.
166 * fast/encoding/pseudo-xml-3-expected.txt: Added.
167 * fast/encoding/pseudo-xml-3.html: Added.
168 * fast/encoding/pseudo-xml-4-expected.txt: Added.
169 * fast/encoding/pseudo-xml-4.html: Added.
170 * fast/encoding/pseudo-xml-expected.txt: Added.
171 * fast/encoding/pseudo-xml.html: Added.
173 2006-08-31 Alice Liu <alice.liu@apple.com>
177 Revised expected results for an isindex element because of
178 <rdar://problem/4463870> Switch to use new text field implementation for <isindex>
179 Now the field is rendered as a textfield
181 * fast/dom/isindex-002-expected.checksum:
182 * fast/dom/isindex-002-expected.png:
183 * fast/dom/isindex-002-expected.txt:
185 2006-08-30 Rob Buis <buis@kde.org>
189 Changed test results because of:
190 http://bugzilla.opendarwin.org/show_bug.cgi?id=10586
191 pointer-events has issues when things are not stroked/filled
193 * svg/custom/pointer-events-path-expected.checksum:
194 * svg/custom/pointer-events-path-expected.png:
195 * svg/custom/pointer-events-path-expected.txt:
197 2006-08-29 Justin Garcia <justin.garcia@apple.com>
201 <rdar://problem/4700297>
202 REGRESSION: After replacing a misspelled word in a sentence, the selection extends to end of current line
205 * editing/pasteboard/smart-paste-002-expected.checksum:
206 * editing/pasteboard/smart-paste-002-expected.png:
207 * editing/pasteboard/smart-paste-002-expected.txt:
208 Added to demonstrate fix:
209 * editing/pasteboard/4700297-expected.checksum: Added.
210 * editing/pasteboard/4700297-expected.png: Added.
211 * editing/pasteboard/4700297-expected.txt: Added.
212 * editing/pasteboard/4700297.html: Added.
213 Removed a superfluous style span:
214 * editing/deleting/pruning-after-merge-1-expected.txt:
215 * editing/pasteboard/interchange-newline-1-expected.txt:
216 * editing/pasteboard/paste-text-019-expected.checksum:
217 * editing/pasteboard/paste-text-019-expected.png:
218 * editing/pasteboard/paste-text-019-expected.txt:
219 * editing/selection/drag-to-contenteditable-iframe-expected.txt:
220 Accidently checked in bad results yesterday:
221 * editing/pasteboard/copy-paste-bidi-expected.txt:
222 Equivalent render tree:
223 * editing/pasteboard/smart-paste-001-expected.txt:
225 2006-08-29 waylonis <waylonis@google.com>
229 - Updated test to check for exceptions thrown in a plug-in. This is
230 a test for http://bugzilla.opendarwin.org/show_bug.cgi?id=10114.
231 * plugins/bindings-test-expected.txt:
232 * plugins/bindings-test.html:
234 2006-08-29 Darin Adler <darin@apple.com>
238 - test for <rdar://problem/4701494> REGRESSION: Scrollbar on EPSN widget doesn't scroll (also affects Widgets widget, web inspector)
240 * fast/css/computed-style-negative-top-expected.txt: Added.
241 * fast/css/computed-style-negative-top.html: Added.
243 2006-08-28 Justin Garcia <justin.garcia@apple.com>
247 * editing/inserting/redo-expected.checksum: Added.
248 * editing/inserting/redo-expected.png: Added.
249 * editing/inserting/redo-expected.txt: Added.
250 * editing/inserting/redo.html: Added.
251 * editing/pasteboard/copy-paste-bidi-expected.txt:
253 2006-08-28 Alice Liu <alice.liu@apple.com>
257 Added tests for <rdar://problem/4548537> Document.domain and other attributes are blank for an iframe created with document.write
259 * http/tests/misc/iframe-domain-test-expected.txt: Added.
260 * http/tests/misc/iframe-domain-test.html: Added.
262 2006-08-27 Rob Buis <buis@kde.org>
266 Changed test result because of:
267 http://bugzilla.opendarwin.org/show_bug.cgi?id=10557
268 KCanvasPath should be replace by platform/Path
270 * svg/W3C-SVG-1.1/struct-dom-06-b-expected.txt:
272 2006-08-26 Eric Seidel <eric@eseidel.com>
276 Test case for: pointer-events does not work.
277 http://bugzilla.opendarwin.org/show_bug.cgi?id=10415
279 * svg/custom/pointer-events-path-expected.checksum: Added.
280 * svg/custom/pointer-events-path-expected.png: Added.
281 * svg/custom/pointer-events-path-expected.txt: Added.
282 * svg/custom/pointer-events-path.svg: Added.
284 2006-08-27 Rob Buis <buis@kde.org>
289 http://bugzilla.opendarwin.org/show_bug.cgi?id=10558
290 SVG should have support for <metadata> element
292 * svg/custom/create-metadata-element-expected.checksum: Added.
293 * svg/custom/create-metadata-element-expected.png: Added.
294 * svg/custom/create-metadata-element-expected.txt: Added.
295 * svg/custom/create-metadata-element.svg: Added.
297 2006-08-25 Adele Peterson <adele@apple.com>
299 Updated results for addition of -webkit-text-security.
301 * fast/css/computed-style-expected.txt:
303 2006-08-25 Adele Peterson <adele@apple.com>
307 New tests and updated tests for styled selects.
309 * fast/borders/borderRadiusInvalidColor-expected.checksum: Added.
310 * fast/borders/borderRadiusInvalidColor-expected.png: Added.
311 * fast/borders/borderRadiusInvalidColor-expected.txt: Added.
312 * fast/borders/borderRadiusInvalidColor.html: Added.
314 * fast/forms/select-baseline-expected.checksum: Added.
315 * fast/forms/select-baseline-expected.png: Added.
316 * fast/forms/select-baseline-expected.txt: Added.
317 * fast/forms/select-baseline.html: Added.
319 * editing/pasteboard/4641033-expected.txt:
320 * editing/selection/replaced-boundaries-3-expected.txt:
321 * editing/selection/select-box-expected.txt:
322 * fast/block/margin-collapse/103-expected.txt:
323 * fast/forms/001-expected.checksum:
324 * fast/forms/001-expected.png:
325 * fast/forms/001-expected.txt:
326 * fast/forms/003-expected.txt:
327 * fast/forms/004-expected.txt:
328 * fast/forms/HTMLOptionElement_label01-expected.txt:
329 * fast/forms/HTMLOptionElement_label02-expected.txt:
330 * fast/forms/HTMLOptionElement_label03-expected.txt:
331 * fast/forms/HTMLOptionElement_label04-expected.txt:
332 * fast/forms/HTMLOptionElement_label06-expected.txt:
333 * fast/forms/HTMLOptionElement_label07-expected.txt:
334 * fast/forms/form-element-geometry-expected.checksum:
335 * fast/forms/form-element-geometry-expected.png:
336 * fast/forms/form-element-geometry-expected.txt:
337 * fast/forms/option-script-expected.txt:
338 * fast/forms/option-text-clip-expected.txt:
339 * fast/forms/select-change-listbox-to-popup-expected.txt:
340 * fast/forms/select-selected-expected.txt:
341 * fast/forms/select-style-expected.txt:
342 * fast/forms/select-visual-hebrew-expected.txt:
343 * fast/invalid/014-expected.txt:
344 * fast/parser/document-write-option-expected.txt:
345 * fast/replaced/width100percent-expected.txt:
346 * http/tests/navigation/anchor-basic-expected.txt:
347 * http/tests/navigation/anchor-frames-expected.txt:
348 * http/tests/navigation/anchor-goback-expected.txt:
349 * http/tests/navigation/anchor-subframeload-expected.txt:
350 * http/tests/navigation/javascriptlink-basic-expected.txt:
351 * http/tests/navigation/javascriptlink-frames-expected.txt:
352 * http/tests/navigation/javascriptlink-goback-expected.txt:
353 * http/tests/navigation/javascriptlink-subframeload-expected.txt:
354 * http/tests/navigation/metaredirect-basic-expected.txt:
355 * http/tests/navigation/metaredirect-frames-expected.txt:
356 * http/tests/navigation/metaredirect-goback-expected.txt:
357 * http/tests/navigation/metaredirect-subframeload-expected.txt:
358 * http/tests/navigation/post-goback2-expected.txt:
359 * http/tests/navigation/postredirect-goback2-expected.txt:
360 * http/tests/navigation/redirect302-basic-expected.txt:
361 * http/tests/navigation/redirect302-frames-expected.txt:
362 * http/tests/navigation/redirect302-goback-expected.txt:
363 * http/tests/navigation/redirect302-subframeload-expected.txt:
364 * http/tests/navigation/relativeanchor-basic-expected.txt:
365 * http/tests/navigation/relativeanchor-frames-expected.txt:
366 * http/tests/navigation/relativeanchor-goback-expected.txt:
367 * http/tests/navigation/slowmetaredirect-basic-expected.txt:
368 * http/tests/navigation/slowtimerredirect-basic-expected.txt:
369 * http/tests/navigation/success200-basic-expected.txt:
370 * http/tests/navigation/success200-frames-expected.txt:
371 * http/tests/navigation/success200-frames-loadsame-expected.txt:
372 * http/tests/navigation/success200-goback-expected.txt:
373 * http/tests/navigation/success200-loadsame-expected.txt:
374 * http/tests/navigation/success200-reload-expected.txt:
375 * http/tests/navigation/success200-subframeload-expected.txt:
376 * http/tests/navigation/timerredirect-basic-expected.txt:
377 * http/tests/navigation/timerredirect-frames-expected.txt:
378 * http/tests/navigation/timerredirect-goback-expected.txt:
379 * http/tests/navigation/timerredirect-subframeload-expected.txt:
380 * tables/mozilla/bugs/bug1188-expected.txt:
381 * tables/mozilla/bugs/bug18359-expected.txt:
382 * tables/mozilla/bugs/bug2479-3-expected.txt:
383 * tables/mozilla/bugs/bug2479-4-expected.txt:
384 * tables/mozilla/bugs/bug29326-expected.txt:
385 * tables/mozilla/bugs/bug33855-expected.txt:
386 * tables/mozilla/bugs/bug4382-expected.txt:
387 * tables/mozilla/bugs/bug96334-expected.txt:
388 * tables/mozilla/core/margins-expected.txt:
389 * tables/mozilla/dom/tableDom-expected.txt:
390 * tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
392 2006-08-24 Darin Adler <darin@apple.com>
396 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=10169
397 REGRESSION: NativeTextArea: Text dragged from <input type=text> to textarea disappears
399 * fast/forms/drag-into-textarea-expected.txt: Added.
400 * fast/forms/drag-into-textarea.html: Added.
402 2006-08-24 David Harrison <harrison@apple.com>
404 Updated expected results for this change:
406 <rdar://problem/4522205> Represent controls in AXAttributedStringForTextMarkerRange
408 * editing/selection/anchor-focus1-expected.txt:
409 * editing/selection/anchor-focus2-expected.txt:
410 * editing/selection/anchor-focus3-expected.txt:
411 * editing/selection/move-begin-end-expected.txt:
412 * fast/dom/Element/onclick-case-expected.txt:
413 * fast/dom/HTMLInputElement/size-as-number-expected.txt:
414 * fast/dom/document-all-input-expected.txt:
415 * fast/dom/option-properties-expected.txt:
416 * fast/events/objc-keyboard-event-creation-expected.txt:
417 * fast/events/onsubmit-bubbling-expected.txt:
418 * fast/forms/access-key-expected.txt:
419 * fast/forms/activate-and-disabled-elements-expected.txt:
420 * fast/forms/button-in-forms-collection-expected.txt:
421 * fast/forms/check-box-enter-key-expected.txt:
422 * fast/forms/cursor-position-expected.txt:
423 * fast/forms/display-none-in-onchange-keyboard-expected.txt:
424 * fast/forms/domstring-replace-crash-expected.txt:
425 * fast/forms/double-focus-expected.txt:
426 * fast/forms/element-by-name-expected.txt:
427 * fast/forms/empty-get-expected.txt:
428 * fast/forms/focus-expected.txt:
429 * fast/forms/form-get-multipart-expected.txt:
430 * fast/forms/form-get-multipart2-expected.txt:
431 * fast/forms/form-get-multipart3-expected.txt:
432 * fast/forms/form-post-urlencoded-expected.txt:
433 * fast/forms/input-appearance-elementFromPoint-expected.txt:
434 * fast/forms/input-appearance-maxlength-expected.txt:
435 * fast/forms/input-changing-value-expected.txt:
436 * fast/forms/input-delete-expected.txt:
437 * fast/forms/input-selection-hidden-expected.txt:
438 * fast/forms/input-selection-restore-expected.txt:
439 * fast/forms/input-text-enter-expected.txt:
440 * fast/forms/input-truncate-newline-expected.txt:
441 * fast/forms/legend-access-key-expected.txt:
442 * fast/forms/onchange-enter-submit-expected.txt:
443 * fast/forms/onselect-textarea-expected.txt:
444 * fast/forms/onselect-textfield-expected.txt:
445 * fast/forms/paste-into-textarea-expected.txt:
446 * fast/forms/plaintext-mode-1-expected.txt:
447 * fast/forms/select-remove-option-expected.txt:
448 * fast/forms/select-replace-option-expected.txt:
449 * fast/forms/select-reset-expected.txt:
450 * fast/forms/selection-functions-expected.txt:
451 * fast/forms/text-field-setvalue-crash-expected.txt:
452 * fast/forms/textarea-crlf-expected.txt:
453 * fast/forms/textarea-scrolled-endline-caret-expected.txt:
454 * fast/forms/textarea-setvalue-submit-expected.txt:
455 * fast/forms/textfield-focus-out-expected.txt:
457 2006-08-24 Rob Buis <buis@kde.org>
462 http://bugzilla.opendarwin.org/show_bug.cgi?id=10524
463 svg transform: comma delimiting breaks display
465 * svg/custom/transform-scale-parse-expected.checksum: Added.
466 * svg/custom/transform-scale-parse-expected.png: Added.
467 * svg/custom/transform-scale-parse-expected.txt: Added.
468 * svg/custom/transform-scale-parse.svg: Added.
470 2006-08-22 Trey Matteson <trey@usa.net>
474 This test update was missing from the patch I posted, and ggarren just checked in.
476 * fast/overflow/scrollRevealButton-expected.txt:
478 2006-08-22 Maciej Stachowiak <mjs@apple.com>
482 - test for <rdar://problem/4683948> REGRESSION: Assertion failure in [FrameProgressEntry addChild:forDataSource:] (fandango.com)
484 (I both added a WebKit assertion that would fail under this test, and then did a fix to make it not fire)
486 * fast/loader/start-load-in-unload-expected.txt: Added.
487 * fast/loader/start-load-in-unload.html: Added.
489 2006-08-22 Maciej Stachowiak <mjs@apple.com>
491 Fix for broken tests.
493 - made newly added CGI scripts executable
495 * http/tests/navigation/resources/error404.pl:
496 * http/tests/navigation/resources/frameset.pl:
497 * http/tests/navigation/resources/postresult.pl:
498 * http/tests/navigation/resources/redirect302.pl:
500 2006-08-22 Justin Garcia <justin.garcia@apple.com>
504 <http://bugzilla.opendarwin.org/show_bug.cgi?id=10449>
505 REGRESSION(r15918): drag-into-marker.html failing
507 * editing/pasteboard/paste-list-001-expected.txt:
508 * fast/lists/drag-into-marker.html: Added.
509 * fast/lists/drag-into-marker.html-disabled: Removed.
511 2006-08-22 Justin Garcia <justin.garcia@apple.com>
515 <rdar://problem/4052343&4052343&4426622> Mail hung on paste text
518 * editing/pasteboard/paste-4039777-fix-expected.checksum:
519 * editing/pasteboard/paste-4039777-fix-expected.png:
520 * editing/pasteboard/paste-4039777-fix-expected.txt:
521 * editing/deleting/delete-3857753-fix-expected.txt:
522 * editing/pasteboard/styled-element-markup-expected.checksum:
523 * editing/pasteboard/styled-element-markup-expected.png:
524 * editing/pasteboard/styled-element-markup-expected.txt:
525 * editing/execCommand/insertHTML-expected.checksum:
526 * editing/execCommand/insertHTML-expected.png:
527 * editing/execCommand/insertHTML-expected.txt:
528 * editing/execCommand/insertHTML.html:
530 Removed some empty style spans, font tags are replaced by style spans
531 in a couple of cases:
532 * editing/deleting/merge-different-styles-expected.txt:
533 * editing/deleting/pruning-after-merge-1-expected.txt:
534 * editing/deleting/pruning-after-merge-2-expected.txt:
535 * editing/inserting/insert-3786362-fix-expected.txt:
536 * editing/pasteboard/block-wrappers-necessary-expected.txt:
537 * editing/pasteboard/display-block-on-spans-expected.txt:
538 * editing/pasteboard/merge-end-table-expected.txt:
539 * editing/pasteboard/paste-4035648-fix-expected.txt:
540 * editing/pasteboard/paste-line-endings-001-expected.txt:
541 * editing/pasteboard/paste-line-endings-006-expected.txt:
542 * editing/pasteboard/paste-list-001-expected.txt:
543 * editing/pasteboard/paste-pre-001-expected.txt:
544 * editing/pasteboard/paste-pre-002-expected.txt:
545 * editing/pasteboard/paste-table-001-expected.txt:
546 * editing/pasteboard/paste-table-002-expected.txt:
547 * editing/pasteboard/paste-text-001-expected.txt:
548 * editing/pasteboard/paste-text-002-expected.txt:
549 * editing/pasteboard/paste-text-003-expected.txt:
550 * editing/pasteboard/paste-text-004-expected.txt:
551 * editing/pasteboard/paste-text-005-expected.txt:
552 * editing/pasteboard/paste-text-006-expected.txt:
553 * editing/pasteboard/paste-text-011-expected.txt:
554 * editing/pasteboard/paste-text-012-expected.txt:
555 * editing/pasteboard/paste-text-013-expected.txt:
556 * editing/pasteboard/paste-text-014-expected.txt:
557 * editing/pasteboard/paste-text-015-expected.txt:
558 * editing/pasteboard/paste-text-016-expected.txt:
559 * editing/pasteboard/paste-text-017-expected.txt:
560 * editing/pasteboard/paste-text-at-tabspan-001-expected.txt:
561 * editing/pasteboard/paste-text-at-tabspan-002-expected.txt:
562 * editing/pasteboard/paste-text-at-tabspan-003-expected.txt:
563 * editing/pasteboard/styled-element-markup.html:
564 * editing/pasteboard/testcase-9507-expected.txt:
565 * editing/style/smoosh-styles-001-expected.txt:
566 * editing/style/smoosh-styles-002-expected.txt:
568 2006-08-22 Trey Matteson <trey@usa.net>
572 Introducing a small test suite for bugs related to various navigation techniques,
573 e.g., back/forward, reload, various redirect flavors, POST, POST-then-redirect,
574 within-page anchors. Most of the tests are done with and without an enclosing frameset.
575 The tests verify the content of the final page (which may include restored form
576 state), scroll location (also sometimes restored), and the full content of the
579 * fast/overflow/scrollRevealButton-expected.txt:
580 Updated to include scroll location that is now emitted.
581 * http/tests/navigation/anchor-basic-expected.txt: Added.
582 * http/tests/navigation/anchor-basic.html: Added.
583 * http/tests/navigation/anchor-frames-expected.txt: Added.
584 * http/tests/navigation/anchor-frames.html: Added.
585 * http/tests/navigation/anchor-goback-expected.txt: Added.
586 * http/tests/navigation/anchor-goback.html: Added.
587 * http/tests/navigation/anchor-subframeload-expected.txt: Added.
588 * http/tests/navigation/anchor-subframeload.html: Added.
589 * http/tests/navigation/error404-basic-expected.txt: Added.
590 * http/tests/navigation/error404-basic.html: Added.
591 * http/tests/navigation/error404-frames-expected.txt: Added.
592 * http/tests/navigation/error404-frames.html: Added.
593 * http/tests/navigation/error404-goback-expected.txt: Added.
594 * http/tests/navigation/error404-goback.html: Added.
595 * http/tests/navigation/error404-subframeload-expected.txt: Added.
596 * http/tests/navigation/error404-subframeload.html: Added.
597 * http/tests/navigation/javascriptlink-basic-expected.txt: Added.
598 * http/tests/navigation/javascriptlink-basic.html: Added.
599 * http/tests/navigation/javascriptlink-frames-expected.txt: Added.
600 * http/tests/navigation/javascriptlink-frames.html: Added.
601 * http/tests/navigation/javascriptlink-goback-expected.txt: Added.
602 * http/tests/navigation/javascriptlink-goback.html: Added.
603 * http/tests/navigation/javascriptlink-subframeload-expected.txt: Added.
604 * http/tests/navigation/javascriptlink-subframeload.html: Added.
605 * http/tests/navigation/metaredirect-basic-expected.txt: Added.
606 * http/tests/navigation/metaredirect-basic.html: Added.
607 * http/tests/navigation/metaredirect-frames-expected.txt: Added.
608 * http/tests/navigation/metaredirect-frames.html: Added.
609 * http/tests/navigation/metaredirect-goback-expected.txt: Added.
610 * http/tests/navigation/metaredirect-goback.html: Added.
611 * http/tests/navigation/metaredirect-subframeload-expected.txt: Added.
612 * http/tests/navigation/metaredirect-subframeload.html: Added.
613 * http/tests/navigation/post-basic-expected.txt: Added.
614 * http/tests/navigation/post-basic.html: Added.
615 * http/tests/navigation/post-frames-expected.txt: Added.
616 * http/tests/navigation/post-frames-goback1.html-disabled: Added.
617 * http/tests/navigation/post-frames.html: Added.
618 * http/tests/navigation/post-goback1-expected.txt: Added.
619 * http/tests/navigation/post-goback1.html: Added.
620 * http/tests/navigation/post-goback2-expected.txt: Added.
621 * http/tests/navigation/post-goback2.html: Added.
622 * http/tests/navigation/postredirect-basic-expected.txt: Added.
623 * http/tests/navigation/postredirect-basic.html: Added.
624 * http/tests/navigation/postredirect-frames-expected.txt: Added.
625 * http/tests/navigation/postredirect-frames-goback1.html-disabled: Added.
626 * http/tests/navigation/postredirect-frames.html: Added.
627 * http/tests/navigation/postredirect-goback1-expected.txt: Added.
628 * http/tests/navigation/postredirect-goback1.html: Added.
629 * http/tests/navigation/postredirect-goback2-expected.txt: Added.
630 * http/tests/navigation/postredirect-goback2.html: Added.
631 * http/tests/navigation/redirect302-basic-expected.txt: Added.
632 * http/tests/navigation/redirect302-basic.html: Added.
633 * http/tests/navigation/redirect302-frames-expected.txt: Added.
634 * http/tests/navigation/redirect302-frames.html: Added.
635 * http/tests/navigation/redirect302-goback-expected.txt: Added.
636 * http/tests/navigation/redirect302-goback.html: Added.
637 * http/tests/navigation/redirect302-subframeload-expected.txt: Added.
638 * http/tests/navigation/redirect302-subframeload.html: Added.
639 * http/tests/navigation/relativeanchor-basic-expected.txt: Added.
640 * http/tests/navigation/relativeanchor-basic.html: Added.
641 * http/tests/navigation/relativeanchor-frames-expected.txt: Added.
642 * http/tests/navigation/relativeanchor-frames.html: Added.
643 * http/tests/navigation/relativeanchor-goback-expected.txt: Added.
644 * http/tests/navigation/relativeanchor-goback.html: Added.
645 * http/tests/navigation/resources/error404.pl: Added.
646 * http/tests/navigation/resources/frameset.pl: Added.
647 * http/tests/navigation/resources/javascriptlink.html: Added.
648 * http/tests/navigation/resources/metaredirect.html: Added.
649 * http/tests/navigation/resources/otherpage.html: Added.
650 * http/tests/navigation/resources/postresult.pl: Added.
651 * http/tests/navigation/resources/redirect302.pl: Added.
652 * http/tests/navigation/resources/slowmetaredirect.html: Added.
653 * http/tests/navigation/resources/slowtimerredirect.html: Added.
654 * http/tests/navigation/resources/success200.html: Added.
655 * http/tests/navigation/resources/testcode.js: Added.
656 * http/tests/navigation/resources/timerredirect.html: Added.
657 * http/tests/navigation/slowmetaredirect-basic-expected.txt: Added.
658 * http/tests/navigation/slowmetaredirect-basic.html: Added.
659 * http/tests/navigation/slowtimerredirect-basic-expected.txt: Added.
660 * http/tests/navigation/slowtimerredirect-basic.html: Added.
661 * http/tests/navigation/success200-basic-expected.txt: Added.
662 * http/tests/navigation/success200-basic.html: Added.
663 * http/tests/navigation/success200-frames-expected.txt: Added.
664 * http/tests/navigation/success200-frames-goback.html-disabled: Added.
665 * http/tests/navigation/success200-frames-loadsame-expected.txt: Added.
666 * http/tests/navigation/success200-frames-loadsame.html: Added.
667 * http/tests/navigation/success200-frames-reload.html-disabled: Added.
668 * http/tests/navigation/success200-frames.html: Added.
669 * http/tests/navigation/success200-goback-expected.txt: Added.
670 * http/tests/navigation/success200-goback.html: Added.
671 * http/tests/navigation/success200-loadsame-expected.txt: Added.
672 * http/tests/navigation/success200-loadsame.html: Added.
673 * http/tests/navigation/success200-reload-expected.txt: Added.
674 * http/tests/navigation/success200-reload.html: Added.
675 * http/tests/navigation/success200-subframeload-expected.txt: Added.
676 * http/tests/navigation/success200-subframeload-goback.html-disabled: Added.
677 * http/tests/navigation/success200-subframeload.html: Added.
678 * http/tests/navigation/timerredirect-basic-expected.txt: Added.
679 * http/tests/navigation/timerredirect-basic.html: Added.
680 * http/tests/navigation/timerredirect-frames-expected.txt: Added.
681 * http/tests/navigation/timerredirect-frames.html: Added.
682 * http/tests/navigation/timerredirect-goback-expected.txt: Added.
683 * http/tests/navigation/timerredirect-goback.html: Added.
684 * http/tests/navigation/timerredirect-subframeload-expected.txt: Added.
685 * http/tests/navigation/timerredirect-subframeload.html: Added.
687 2006-08-22 Rob Buis <buis@kde.org>
692 http://bugzilla.opendarwin.org/show_bug.cgi?id=10402
693 REPRO: SVG crashes inside gradient code
695 * svg/custom/gradient-attr-update-expected.checksum: Added.
696 * svg/custom/gradient-attr-update-expected.png: Added.
697 * svg/custom/gradient-attr-update-expected.txt: Added.
698 * svg/custom/gradient-attr-update.svg: Added.
700 2006-08-22 Rob Buis <buis@kde.org>
705 http://bugzilla.opendarwin.org/show_bug.cgi?id=10405
706 REPRO: SVG Maze crashes in RenderPath code
708 * svg/custom/dynamic-empty-path-expected.checksum: Added.
709 * svg/custom/dynamic-empty-path-expected.png: Added.
710 * svg/custom/dynamic-empty-path-expected.txt: Added.
711 * svg/custom/dynamic-empty-path.svg: Added.
713 2006-08-21 Alexey Proskuryakov <ap@nypop.com>
717 Test for http://bugzilla.opendarwin.org/show_bug.cgi?id=10419
718 XSLTProcessor transformToFragment fails because of an XML declaration
720 * fast/xsl/transformToFragment-XML-declaration-expected.txt: Added.
721 * fast/xsl/transformToFragment-XML-declaration.html: Added.
723 * fast/xsl/xslt-extra-content-at-end-expected.checksum:
724 * fast/xsl/xslt-extra-content-at-end-expected.png:
725 * fast/xsl/xslt-extra-content-at-end-expected.txt: Updated for a changed error reporting.
727 2006-08-21 Vladimir Olexa <vladimir.olexa@gmail.com>
731 Test for http://bugzilla.opendarwin.org/show_bug.cgi?id=6252
732 JavaScript 1.6 Array.lastIndexOf
734 * fast/js/array-lastIndexOf-expected.txt: Added.
735 * fast/js/array-lastIndexOf.html: Added.
736 * fast/js/resources/array-lastIndexOf.js: Added.
738 2006-08-21 Alexey Proskuryakov <ap@nypop.com>
742 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=10429
743 XSLTProcessor.transformToFragment crashes if the owner document is empty
745 * fast/js/resources/xslt-fragment-in-empty-doc.js: Added.
746 * fast/js/xslt-fragment-in-empty-doc-expected.txt: Added.
747 * fast/js/xslt-fragment-in-empty-doc.html: Added.
749 2006-08-16 Justin Garcia <justin.garcia@apple.com>
753 Equivalent render tree:
754 * fast/events/ondragenter-expected.checksum:
755 * fast/events/ondragenter-expected.txt:
757 Patch exposed a bug (10449):
758 * fast/lists/drag-into-marker.html: Removed.
759 * fast/lists/drag-into-marker.html-disabled: Added.
761 2006-08-15 Justin Garcia <justin.garcia@apple.com>
766 * editing/pasteboard/interchange-newline-4-expected.checksum: Added.
767 * editing/pasteboard/interchange-newline-4-expected.png: Added.
768 * editing/pasteboard/interchange-newline-4-expected.txt: Added.
769 * editing/pasteboard/interchange-newline-4.html: Added.
770 * editing/deleting/paragraph-in-preserveNewline-expected.checksum: Added.
771 * editing/deleting/paragraph-in-preserveNewline-expected.png: Added.
772 * editing/deleting/paragraph-in-preserveNewline-expected.txt: Added.
773 * editing/deleting/paragraph-in-preserveNewline.html: Added.
775 Equivalent render trees, fixes, or bugs exposed (10427, 10428):
776 * editing/execCommand/insertHTML-expected.checksum:
777 * editing/execCommand/insertHTML-expected.png:
778 * editing/execCommand/insertHTML-expected.txt:
779 * editing/execCommand/insertHTML.html:
780 * editing/execCommand/insertHorizontalRule-expected.checksum:
781 * editing/execCommand/insertHorizontalRule-expected.png:
782 * editing/execCommand/insertHorizontalRule-expected.txt:
783 * editing/inserting/insert-3786362-fix-expected.checksum:
784 * editing/inserting/insert-3786362-fix-expected.png:
785 * editing/inserting/insert-3786362-fix-expected.txt:
786 * editing/inserting/insert-3786362-fix.html:
787 * editing/inserting/insert-3907422-fix-expected.txt:
788 * editing/pasteboard/3976872-expected.checksum:
789 * editing/pasteboard/3976872-expected.png:
790 * editing/pasteboard/3976872-expected.txt:
791 * editing/pasteboard/4076267-3-expected.checksum:
792 * editing/pasteboard/4076267-3-expected.png:
793 * editing/pasteboard/4076267-3-expected.txt:
794 * editing/pasteboard/4076267-3.html:
795 * editing/pasteboard/4076267-expected.checksum:
796 * editing/pasteboard/4076267-expected.png:
797 * editing/pasteboard/4076267-expected.txt:
798 * editing/pasteboard/4076267.html:
799 * editing/pasteboard/4242293-1-expected.txt:
800 * editing/pasteboard/4242293-expected.checksum:
801 * editing/pasteboard/4242293-expected.png:
802 * editing/pasteboard/4242293-expected.txt:
803 * editing/pasteboard/4631972-expected.txt:
804 * editing/pasteboard/8145-1-expected.txt:
805 * editing/pasteboard/8145-3-expected.txt:
806 * editing/pasteboard/block-wrappers-necessary-expected.txt:
807 * editing/pasteboard/copy-paste-bidi-expected.txt:
808 * editing/pasteboard/display-block-on-spans-expected.checksum:
809 * editing/pasteboard/display-block-on-spans-expected.png:
810 * editing/pasteboard/display-block-on-spans-expected.txt:
811 * editing/pasteboard/interchange-newline-1-expected.txt:
812 * editing/pasteboard/merge-end-1-expected.checksum:
813 * editing/pasteboard/merge-end-1-expected.png:
814 * editing/pasteboard/merge-end-1-expected.txt:
815 * editing/pasteboard/merge-end-1.html:
816 * editing/pasteboard/merge-end-2-expected.checksum:
817 * editing/pasteboard/merge-end-2-expected.png:
818 * editing/pasteboard/merge-end-2-expected.txt:
819 * editing/pasteboard/merge-end-2.html:
820 * editing/pasteboard/merge-end-4-expected.txt:
821 * editing/pasteboard/merge-end-list-expected.txt:
822 * editing/pasteboard/merge-end-table-expected.checksum:
823 * editing/pasteboard/merge-end-table-expected.png:
824 * editing/pasteboard/merge-end-table-expected.txt:
825 * editing/pasteboard/nested-blocks-with-text-area-expected.txt:
826 * editing/pasteboard/nested-blocks-with-text-field-expected.txt:
827 * editing/pasteboard/paste-4039777-fix-expected.checksum:
828 * editing/pasteboard/paste-4039777-fix-expected.png:
829 * editing/pasteboard/paste-4039777-fix-expected.txt:
830 * editing/pasteboard/paste-line-endings-002-expected.txt:
831 * editing/pasteboard/paste-line-endings-004-expected.txt:
832 * editing/pasteboard/paste-line-endings-007-expected.txt:
833 * editing/pasteboard/paste-line-endings-008-expected.txt:
834 * editing/pasteboard/paste-line-endings-009-expected.txt:
835 * editing/pasteboard/paste-match-style-002-expected.txt:
836 * editing/pasteboard/paste-pre-001-expected.txt:
837 * editing/pasteboard/paste-pre-002-expected.txt:
838 * editing/pasteboard/paste-table-001-expected.checksum:
839 * editing/pasteboard/paste-table-001-expected.png:
840 * editing/pasteboard/paste-table-001-expected.txt:
841 * editing/pasteboard/paste-table-003-expected.txt:
842 * editing/pasteboard/paste-text-001-expected.txt:
843 * editing/pasteboard/paste-text-003-expected.txt:
844 * editing/pasteboard/paste-text-007-expected.checksum:
845 * editing/pasteboard/paste-text-007-expected.png:
846 * editing/pasteboard/paste-text-007-expected.txt:
847 * editing/pasteboard/paste-text-008-expected.txt:
848 * editing/pasteboard/paste-text-009-expected.txt:
849 * editing/pasteboard/paste-text-010-expected.txt:
850 * editing/pasteboard/paste-text-011-expected.txt:
851 * editing/pasteboard/paste-text-012-expected.checksum:
852 * editing/pasteboard/paste-text-012-expected.png:
853 * editing/pasteboard/paste-text-012-expected.txt:
854 * editing/pasteboard/paste-text-012.html:
855 * editing/pasteboard/paste-text-013-expected.checksum:
856 * editing/pasteboard/paste-text-013-expected.png:
857 * editing/pasteboard/paste-text-013-expected.txt:
858 * editing/pasteboard/paste-text-015-expected.txt:
859 * editing/pasteboard/paste-text-017-expected.txt:
860 * editing/pasteboard/paste-text-019-expected.checksum:
861 * editing/pasteboard/paste-text-019-expected.png:
862 * editing/pasteboard/paste-text-019-expected.txt:
863 * editing/pasteboard/paste-text-019.html:
864 * editing/pasteboard/paste-text-at-tabspan-001-expected.txt:
865 * editing/pasteboard/paste-text-at-tabspan-002-expected.txt:
866 * editing/pasteboard/paste-text-at-tabspan-003-expected.txt:
867 * editing/pasteboard/pasting-object-expected.txt:
868 * editing/pasteboard/prevent-block-nesting-01-expected.txt:
869 * editing/pasteboard/quirks-mode-br-1-expected.txt:
870 * editing/pasteboard/smart-paste-001-expected.txt:
871 * editing/pasteboard/smart-paste-002-expected.txt:
872 * editing/pasteboard/smart-paste-003-expected.txt:
873 * editing/pasteboard/smart-paste-004-expected.txt:
874 * editing/pasteboard/smart-paste-005-expected.txt:
875 * editing/pasteboard/smart-paste-006-expected.txt:
876 * editing/pasteboard/smart-paste-007-expected.txt:
877 * editing/pasteboard/smart-paste-008-expected.txt:
878 * editing/pasteboard/undoable-fragment-removes-expected.checksum:
879 * editing/pasteboard/undoable-fragment-removes-expected.png:
880 * editing/pasteboard/undoable-fragment-removes-expected.txt:
881 * editing/pasteboard/undoable-fragment-removes.html:
882 * editing/style/smoosh-styles-001-expected.txt:
883 * editing/style/smoosh-styles-002-expected.txt:
885 2006-08-15 Jonas Witt <jonas.witt@gmail.com>
889 - added a test to check keyboard events fired from the ObjC API:
890 http://bugzilla.opendarwin.org/show_bug.cgi?id=9736
892 * fast/events/objc-keyboard-event-creation-expected.txt: Added.
893 * fast/events/objc-keyboard-event-creation.html: Added.
895 2006-08-15 Geoffrey Garen <ggaren@apple.com>
897 Layout test for <rdar://problem/4661982> (crash in KHTMLParser::popBlock)
899 * fast/parser/remove-node-stack-expected.txt: Added.
900 * fast/parser/remove-node-stack.html: Added.
902 2006-08-15 Adele Peterson <adele@apple.com>
906 Test for: <rdar://problem/4680207> REGRESSION: select-all should fire onSelect event for text fields and textareas (9518)
907 http://bugzilla.opendarwin.org/show_bug.cgi?id=9518
909 * fast/forms/onselect-selectall-expected.txt: Added.
910 * fast/forms/onselect-selectall.html: Added.
912 2006-08-14 Eric Seidel <eric@eseidel.com>
917 <mask>, <marker>, <pattern> inside <defs> do not work
918 http://bugzilla.opendarwin.org/show_bug.cgi?id=6548
920 * svg/W3C-SVG-1.1/animate-elem-03-t-expected.txt:
921 * svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt:
922 * svg/W3C-SVG-1.1/color-prof-01-f-expected.txt:
923 * svg/W3C-SVG-1.1/color-prop-01-b-expected.txt:
924 * svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt:
925 * svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt:
926 * svg/W3C-SVG-1.1/filters-color-01-b-expected.txt:
927 * svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt:
928 * svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt:
929 * svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt:
930 * svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.txt:
931 * svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt:
932 * svg/W3C-SVG-1.1/filters-example-01-b-expected.txt:
933 * svg/W3C-SVG-1.1/filters-gauss-01-b-expected.txt:
934 * svg/W3C-SVG-1.1/filters-image-01-b-expected.txt:
935 * svg/W3C-SVG-1.1/filters-light-01-f-expected.txt:
936 * svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt:
937 * svg/W3C-SVG-1.1/filters-offset-01-b-expected.txt:
938 * svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt:
939 * svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt:
940 * svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt:
941 * svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt:
942 * svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt:
943 * svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt:
944 * svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt:
945 * svg/W3C-SVG-1.1/interact-cursor-01-f-expected.txt:
946 * svg/W3C-SVG-1.1/interact-events-01-b-expected.txt:
947 * svg/W3C-SVG-1.1/interact-order-01-b-expected.txt:
948 * svg/W3C-SVG-1.1/interact-order-02-b-expected.txt:
949 * svg/W3C-SVG-1.1/interact-order-03-b-expected.txt:
950 * svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt:
951 * svg/W3C-SVG-1.1/masking-path-01-b-expected.txt:
952 * svg/W3C-SVG-1.1/masking-path-04-b-expected.txt:
953 * svg/W3C-SVG-1.1/painting-marker-02-f-expected.txt:
954 * svg/W3C-SVG-1.1/painting-render-01-b-expected.txt:
955 * svg/W3C-SVG-1.1/pservers-grad-08-b-expected.txt:
956 * svg/W3C-SVG-1.1/render-elems-06-t-expected.txt:
957 * svg/W3C-SVG-1.1/render-elems-07-t-expected.txt:
958 * svg/W3C-SVG-1.1/render-elems-08-t-expected.txt:
959 * svg/W3C-SVG-1.1/render-groups-01-b-expected.txt:
960 * svg/W3C-SVG-1.1/render-groups-03-t-expected.txt:
961 * svg/W3C-SVG-1.1/struct-defs-01-t-expected.txt:
962 * svg/W3C-SVG-1.1/struct-image-02-b-expected.txt:
963 * svg/W3C-SVG-1.1/styling-css-01-b-expected.txt:
964 * svg/W3C-SVG-1.1/styling-css-02-b-expected.txt:
965 * svg/W3C-SVG-1.1/styling-css-03-b-expected.txt:
966 * svg/W3C-SVG-1.1/text-align-04-b-expected.txt:
967 * svg/W3C-SVG-1.1/text-altglyph-01-b-expected.txt:
968 * svg/W3C-SVG-1.1/text-path-01-b-expected.txt:
969 * svg/custom/empty-merge-expected.txt:
970 * svg/custom/feComponentTransfer-Discrete-expected.txt:
971 * svg/custom/feComponentTransfer-Gamma-expected.txt:
972 * svg/custom/feComponentTransfer-Linear-expected.txt:
973 * svg/custom/feComponentTransfer-Table-expected.txt:
974 * svg/custom/feDisplacementMap-01-expected.txt:
975 * svg/custom/filter-source-alpha-expected.txt:
976 * svg/custom/gradient-stroke-width-expected.txt:
977 * svg/custom/grayscale-gradient-mask-expected.txt:
978 * svg/custom/image-with-transform-clip-filter-expected.txt:
979 * svg/custom/invalid-css-expected.txt:
980 * svg/custom/non-opaque-filters-expected.txt:
981 * svg/custom/pattern-in-defs-expected.checksum: Added.
982 * svg/custom/pattern-in-defs-expected.png: Added.
983 * svg/custom/pattern-in-defs-expected.txt: Added.
984 * svg/custom/pattern-in-defs.svg: Added.
985 * svg/custom/text-clip-expected.txt:
986 * svg/custom/text-filter-expected.txt:
987 * svg/custom/tref-update-expected.txt:
989 2006-08-14 Eric Seidel <eric@eseidel.com>
991 Reviewed by darin and mjs.
993 Add better SVGLoad event support.
994 http://bugzilla.opendarwin.org/show_bug.cgi?id=6010
995 Updated test results.
997 * svg/W3C-SVG-1.1/extend-namespace-01-f-expected.checksum:
998 * svg/W3C-SVG-1.1/extend-namespace-01-f-expected.png:
999 * svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt:
1000 * svg/W3C-SVG-1.1/struct-dom-01-b-expected.checksum:
1001 * svg/W3C-SVG-1.1/struct-dom-01-b-expected.png:
1002 * svg/W3C-SVG-1.1/struct-dom-01-b-expected.txt:
1003 * svg/W3C-SVG-1.1/struct-dom-02-b-expected.checksum:
1004 * svg/W3C-SVG-1.1/struct-dom-02-b-expected.png:
1005 * svg/W3C-SVG-1.1/struct-dom-02-b-expected.txt:
1006 * svg/W3C-SVG-1.1/struct-dom-03-b-expected.checksum:
1007 * svg/W3C-SVG-1.1/struct-dom-03-b-expected.png:
1008 * svg/W3C-SVG-1.1/struct-dom-03-b-expected.txt:
1009 * svg/W3C-SVG-1.1/struct-dom-04-b-expected.checksum:
1010 * svg/W3C-SVG-1.1/struct-dom-04-b-expected.png:
1011 * svg/W3C-SVG-1.1/struct-dom-04-b-expected.txt:
1012 * svg/W3C-SVG-1.1/struct-dom-05-b-expected.checksum:
1013 * svg/W3C-SVG-1.1/struct-dom-05-b-expected.png:
1014 * svg/W3C-SVG-1.1/struct-dom-05-b-expected.txt:
1015 * svg/W3C-SVG-1.1/struct-dom-06-b-expected.checksum:
1016 * svg/W3C-SVG-1.1/struct-dom-06-b-expected.png:
1017 * svg/W3C-SVG-1.1/struct-dom-06-b-expected.txt:
1019 2006-08-14 Maciej Stachowiak <mjs@apple.com>
1021 Missing expected results for last test.
1023 * http/tests/plugins/interrupted-get-url-expected.txt: Added.
1025 2006-08-14 Maciej Stachowiak <mjs@apple.com>
1027 Test case not reviewed but the patch was reviewed by Tim Omernick.
1029 - test case for REGRESSION: crash when leaving youtube page while movie is still loading
1030 http://bugzilla.opendarwin.org/show_bug.cgi?id=10398
1032 * http/tests/plugins/interrupted-get-url.html: Added.
1033 * http/tests/plugins/resources/interrupted-get-url-success.html: Added.
1034 * http/tests/plugins/resources/slow-resource.pl: Added.
1036 2006-08-14 Darin Adler <darin@apple.com>
1038 Reviewed by John Sullivan.
1040 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=10204
1041 REGRESSION: title tag parsing problem breaks Travelocity and Google Analytics pages
1043 * fast/parser/title-error-test-expected.checksum: Added.
1044 * fast/parser/title-error-test-expected.png: Added.
1045 * fast/parser/title-error-test-expected.txt: Added.
1046 * fast/parser/title-error-test.html: Added.
1048 2006-08-11 David Kilzer <ddkilzer@kilzer.net>
1050 Additional layout test fixes from hyatt's "Eliminate RenderImageButton" change
1051 in r15839. See also r15840 for more layout test fixes.
1053 * tables/mozilla/bugs/bug19599-expected.txt: Changed RenderImageButton to RenderImage.
1054 * tables/mozilla/bugs/bug24200-expected.txt: Ditto.
1055 * tables/mozilla/bugs/bug4527-expected.txt: Ditto.
1057 2006-08-11 Eric Seidel <eric@eseidel.com>
1059 Reviewed by andersca.
1061 Updated results, and new test for:
1062 The outermost <svg> element needs to clip itself
1063 http://bugzilla.opendarwin.org/show_bug.cgi?id=5358
1065 * svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.checksum:
1066 * svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.png:
1067 * svg/W3C-SVG-1.1/masking-path-03-b-expected.checksum:
1068 * svg/W3C-SVG-1.1/masking-path-03-b-expected.png:
1069 * svg/custom/svg-overflow-types-expected.checksum: Added.
1070 * svg/custom/svg-overflow-types-expected.png: Added.
1071 * svg/custom/svg-overflow-types-expected.txt: Added.
1072 * svg/custom/svg-overflow-types.svg: Added.
1074 2006-08-11 Adele Peterson <adele@apple.com>
1078 Test case for <rdar://problem/4656274>
1079 REGRESSION: option elements are selected when added regardless of "selected" property
1081 * fast/forms/option-constructor-selected-expected.txt: Added.
1082 * fast/forms/option-constructor-selected.html: Added.
1084 2006-08-08 Rob Buis <buis@kde.org>
1089 <http://bugzilla.opendarwin.org/show_bug.cgi?id=10230>
1090 SVGDOMImplementation should die (and be rolled into DOMImplementation)
1092 * svg/custom/svg-features-expected.txt: Added.
1093 * svg/custom/svg-features.html: Added.
1095 2006-08-05 Darin Adler <darin@apple.com>
1099 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=10213
1100 REGRESSION: Crash in WebCore::RenderLayer::isTransparent involving <iframe> and <select>
1102 * fast/frames/iframe-option-crash-expected.checksum: Added.
1103 * fast/frames/iframe-option-crash-expected.png: Added.
1104 * fast/frames/iframe-option-crash-expected.txt: Added.
1105 * fast/frames/iframe-option-crash.xhtml: Added.
1107 2006-08-03 Justin Garcia <justin.garcia@apple.com>
1109 Reviewed by harrison
1111 * editing/style/non-inheritable-styles-expected.checksum: Added.
1112 * editing/style/non-inheritable-styles-expected.png: Added.
1113 * editing/style/non-inheritable-styles-expected.txt: Added.
1114 * editing/style/non-inheritable-styles.html: Added.
1116 2006-08-03 Justin Garcia <justin.garcia@apple.com>
1120 * fast/forms/plaintext-mode-1-expected.txt:
1121 * fast/forms/plaintext-mode-1.html:
1123 2006-08-02 Justin Garcia <justin.garcia@apple.com>
1127 <http://bugzilla.opendarwin.org/show_bug.cgi?id=10225>
1128 GMail Editor: Change Hilite Color doesn't work
1130 * editing/execCommand/hilitecolor-expected.checksum: Added.
1131 * editing/execCommand/hilitecolor-expected.png: Added.
1132 * editing/execCommand/hilitecolor-expected.txt: Added.
1133 * editing/execCommand/hilitecolor.html: Added.
1135 2006-08-03 Mitz Pettel <opendarwin.org@mitzpettel.com>
1137 Reviewed by Adele and Darin.
1139 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=10177
1140 REGRESSION: Successfully dragging text into a disabled field
1142 * fast/forms/textfield-drag-into-disabled-expected.checksum: Added.
1143 * fast/forms/textfield-drag-into-disabled-expected.png: Added.
1144 * fast/forms/textfield-drag-into-disabled-expected.txt: Added.
1145 * fast/forms/textfield-drag-into-disabled.html: Added.
1147 * fast/forms/input-disabled-color-expected.txt: Updated.
1149 2006-08-03 Jonathan Johnsson <jonathanjohnsson@gmail.com>
1153 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=10198
1154 REGRESSION: WebKit r15750 crashes while loading anthem.com
1156 * fast/overflow/generated-content-crash-expected.txt: Added.
1157 * fast/overflow/generated-content-crash.html: Added.
1159 2006-08-03 Mitz Pettel <opendarwin.org@mitzpettel.com>
1163 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=10202
1164 REGRESSION: Repro crash when loading an empty image document
1166 * fast/tokenizer/image-empty-crash-expected.txt: Added.
1167 * fast/tokenizer/image-empty-crash.html: Added.
1169 2006-08-02 Alexey Proskuryakov <ap@nypop.com>
1173 - pixel test for http://bugzilla.opendarwin.org/show_bug.cgi?id=3438
1174 incorrect display of transparent 1x1 PNGs
1176 * fast/replaced/image-solid-color-with-alpha-expected.checksum: Added.
1177 * fast/replaced/image-solid-color-with-alpha-expected.png: Added.
1178 * fast/replaced/image-solid-color-with-alpha-expected.txt: Added.
1179 * fast/replaced/image-solid-color-with-alpha.html: Added.
1180 * fast/replaced/img-1x1-expected.checksum: Removed.
1181 * fast/replaced/img-1x1-expected.png: Removed.
1182 * fast/replaced/img-1x1-expected.txt: Removed.
1183 * fast/replaced/img-1x1.html: Removed.
1185 2006-08-01 Darin Adler <darin@apple.com>
1187 - updated a test affected by changes to the DumpRenderTree tool
1188 to return a current mouse position
1190 * fast/inline/dirtyLinesForInline-expected.txt: Updated.
1192 2006-07-31 Sam Weinig <sam.weinig@gmail.com>
1196 - tests changed by http://bugzilla.opendarwin.org/show_bug.cgi?id=9955
1197 Colors scaled from [0, 1] range to [0, 255] incorrectly
1199 * fast/css/hsl-color-expected.checksum:
1200 * fast/css/hsl-color-expected.png:
1201 * fast/css/hsl-color-expected.txt:
1202 * fast/forms/input-disabled-color-expected.checksum:
1203 * fast/forms/input-disabled-color-expected.png:
1204 * fast/forms/input-disabled-color-expected.txt:
1206 2006-07-31 Mitz Pettel <opendarwin.org@mitzpettel.com>
1208 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=10158
1209 REGRESSION: Selection highlight is dark and opaque when solid-color images are used
1213 * fast/backgrounds/solid-color-context-restore-expected.checksum: Added.
1214 * fast/backgrounds/solid-color-context-restore-expected.png: Added.
1215 * fast/backgrounds/solid-color-context-restore-expected.txt: Added.
1216 * fast/backgrounds/solid-color-context-restore.html: Added.
1218 2006-07-31 Darin Adler <darin@apple.com>
1222 - fix http://bugzilla.opendarwin.org/show_bug.cgi?id=10171
1223 REGRESSION: failing layout test: fast/events/objc-event-api.html
1225 * fast/events/objc-event-api-expected.txt: Updated test results for changes in the
1226 DumpRenderTree tool.
1228 2006-07-31 Mark Rowe <opendarwin.org@bdash.net.nz>
1232 http://bugzilla.opendarwin.org/show_bug.cgi?id=9738
1233 Bug 9738: Unqualified :hover selector ignored in strict parsing mode
1235 * fast/selectors/unqualified-hover-quirks-expected.checksum: Added.
1236 * fast/selectors/unqualified-hover-quirks-expected.png: Added.
1237 * fast/selectors/unqualified-hover-quirks-expected.txt: Added.
1238 * fast/selectors/unqualified-hover-quirks.html: Added.
1239 * fast/selectors/unqualified-hover-strict-expected.checksum: Added.
1240 * fast/selectors/unqualified-hover-strict-expected.png: Added.
1241 * fast/selectors/unqualified-hover-strict-expected.txt: Added.
1242 * fast/selectors/unqualified-hover-strict.html: Added.
1244 2006-07-31 Adele Peterson <adele@apple.com>
1246 Reviewed by John and Anders.
1248 - Test for <rdar://problem/4380576> onChange does not get called when field changed by return key
1250 * fast/forms/onchange-enter-submit-expected.txt: Added.
1251 * fast/forms/onchange-enter-submit.html: Added.
1253 2006-07-31 Graham Dennis <graham.dennis@gmail.com>
1257 <http://bugzilla.opendarwin.org/show_bug.cgi?id=9507>
1258 Empty style spans created in applyInlineStyle
1259 <rdar://problem/4515463>
1260 REGRESSION: Blot and Mail both do a very poor job of pasting the main www.apple.com page
1262 * editing/pasteboard/paste-4039777-fix-expected.txt:
1263 * editing/pasteboard/testcase-9507-expected.checksum: Added.
1264 * editing/pasteboard/testcase-9507-expected.png: Added.
1265 * editing/pasteboard/testcase-9507-expected.txt: Added.
1266 * editing/pasteboard/testcase-9507.html: Added.
1267 * editing/unsupported-content/table-delete-001-expected.txt:
1268 * editing/selection/selectNode-expected.png:
1269 * editing/selection/selectNode-expected.checksum:
1270 * editing/selection/selectNode-expected.txt:
1272 2006-07-31 Mark Rowe <opendarwin.org@bdash.net.nz>
1276 http://bugzilla.opendarwin.org/show_bug.cgi?id=10167
1277 Bug 10167: REGRESSION(r15688): ASSERTION FAILED: _private->mouseDownEvent != nil in layout tests
1279 * fast/events/objc-event-api-expected.txt: Update test results.
1281 2006-07-31 Darin Adler <darin@apple.com>
1283 * editing/pasteboard/paste-table-002-expected.txt: Corrected one result
1284 affected by my recent change to getComputedStyle.
1286 * editing/pasteboard/paste-table-002.html: Converted to a text test, since
1287 it dumps the serialized form of the result.
1288 * editing/pasteboard/paste-table-002-expected.checksum: Removed.
1289 * editing/pasteboard/paste-table-002-expected.png: Removed.
1291 2006-07-30 Darin Adler <darin@apple.com>
1293 - test that displays all computed style -- demonstrates bug fixes I just
1294 made to the computed style class and also acts as a regression test for
1295 the existence of all of them and the basic format for a default object
1297 * fast/css/computed-style-expected.txt: Added.
1298 * fast/css/computed-style.html: Added.
1300 2006-07-29 Rob Buis <buis@kde.org>
1304 Updated test case result as a result of:
1305 http://bugzilla.opendarwin.org/show_bug.cgi?id=10151
1306 ghostmap XHTML + SVG fails due to javascript undefined exception
1307 The new test case result now should match the required spec result
1308 and acts as a way to test document.URL on non-html documents.
1310 * dom/xhtml/level2/html/HTMLDocument04-expected.txt:
1312 2006-07-29 Darin Adler <darin@apple.com>
1314 - changed this test to a plain-text one and added text explaining what it tests
1316 * fast/forms/input-named-action-overrides-action-attribute.html: Added explanation text,
1317 got rid of some incorrect HTML syntax, added a call to dumpAsText(), and used a paragraph
1318 element instead of a span element for the result.
1319 * fast/forms/input-named-action-overrides-action-attribute-expected.txt: Updated.
1321 2006-07-29 Andrew Wellington <proton@wiretapped.net>
1325 Test for http://bugzilla.opendarwin.org/show_bug.cgi?id=8587 / <rdar://problem/4631844>
1326 REGRESSION: {display:list-item} items outside an ol or ul element don't number correctly
1328 * fast/lists/ordered-list-with-no-ol-tag-expected.checksum: Added.
1329 * fast/lists/ordered-list-with-no-ol-tag-expected.png: Added.
1330 * fast/lists/ordered-list-with-no-ol-tag-expected.txt: Added.
1331 * fast/lists/ordered-list-with-no-ol-tag.html: Added.
1333 2006-07-29 Alexey Proskuryakov <ap@nypop.com>
1337 Test for http://bugzilla.opendarwin.org/show_bug.cgi?id=10147
1338 REGRESSION: custom attribute values set via javascript are not persistent
1340 * fast/dom/Element/setAttribute-case-insensitivity-expected.txt: Added.
1341 * fast/dom/Element/setAttribute-case-insensitivity.html: Added.
1343 2006-07-29 Darin Adler <darin@apple.com>
1345 - rolled out the test for bug 9753, since we rolled out the fix
1346 we'll bring back the test when we bring back the fix
1348 * svg/custom/width-full-percentage-expected.checksum: Removed.
1349 * svg/custom/width-full-percentage-expected.png: Removed.
1350 * svg/custom/width-full-percentage-expected.txt: Removed.
1351 * svg/custom/width-full-percentage.svg: Removed.
1353 2006-07-28 Justin Garcia <justin.garcia@apple.com>
1357 <rdar://problem/4515463>
1358 REGRESSION: Blot and Mail both do a very poor job of pasting the main www.apple.com page
1360 Removed incorrect nesting:
1361 * editing/pasteboard/paste-table-001-expected.checksum:
1362 * editing/pasteboard/paste-table-001-expected.png:
1363 * editing/pasteboard/paste-table-001-expected.txt:
1364 * editing/pasteboard/paste-table-003-expected.txt:
1366 2006-07-27 Justin Garcia <justin.garcia@apple.com>
1370 <rdar://problem/4242293>
1371 Poor paste fidelity of http://www.google.com/
1373 Removed one of the two extraneous newlines that are introduced on paste:
1374 * editing/pasteboard/paste-table-003-expected.checksum:
1375 * editing/pasteboard/paste-table-003-expected.png:
1376 * editing/pasteboard/paste-table-003-expected.txt:
1378 Fewer pastes remove nodes containing the selection b/c of
1379 the changes to interchange newlines:
1380 * editing/pasteboard/paste-line-endings-007-expected.txt:
1381 * editing/pasteboard/paste-line-endings-008-expected.txt:
1382 * editing/pasteboard/paste-line-endings-009-expected.txt:
1385 * editing/pasteboard/4242293-1-expected.checksum: Added.
1386 * editing/pasteboard/4242293-1-expected.png: Added.
1387 * editing/pasteboard/4242293-1-expected.txt: Added.
1388 * editing/pasteboard/4242293-1.html: Added.
1389 * editing/pasteboard/4242293-expected.checksum: Added.
1390 * editing/pasteboard/4242293-expected.png: Added.
1391 * editing/pasteboard/4242293-expected.txt: Added.
1392 * editing/pasteboard/4242293.html: Added.
1394 2006-07-28 Alexey Proskuryakov <ap@nypop.com>
1396 Rolling out http://bugzilla.opendarwin.org/show_bug.cgi?id=6010 because of failing layout tests.
1397 Add better SVGLoad event support.
1399 * svg/W3C-SVG-1.1/extend-namespace-01-f-expected.checksum:
1400 * svg/W3C-SVG-1.1/extend-namespace-01-f-expected.png:
1401 * svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt:
1402 * svg/W3C-SVG-1.1/interact-events-01-b-expected.checksum:
1403 * svg/W3C-SVG-1.1/interact-events-01-b-expected.png:
1404 * svg/W3C-SVG-1.1/struct-dom-01-b-expected.checksum:
1405 * svg/W3C-SVG-1.1/struct-dom-01-b-expected.png:
1406 * svg/W3C-SVG-1.1/struct-dom-01-b-expected.txt:
1407 * svg/W3C-SVG-1.1/struct-dom-02-b-expected.checksum:
1408 * svg/W3C-SVG-1.1/struct-dom-02-b-expected.png:
1409 * svg/W3C-SVG-1.1/struct-dom-02-b-expected.txt:
1410 * svg/W3C-SVG-1.1/struct-dom-03-b-expected.checksum:
1411 * svg/W3C-SVG-1.1/struct-dom-03-b-expected.png:
1412 * svg/W3C-SVG-1.1/struct-dom-03-b-expected.txt:
1413 * svg/W3C-SVG-1.1/struct-dom-04-b-expected.checksum:
1414 * svg/W3C-SVG-1.1/struct-dom-04-b-expected.png:
1415 * svg/W3C-SVG-1.1/struct-dom-04-b-expected.txt:
1416 * svg/W3C-SVG-1.1/struct-dom-05-b-expected.checksum:
1417 * svg/W3C-SVG-1.1/struct-dom-05-b-expected.png:
1418 * svg/W3C-SVG-1.1/struct-dom-05-b-expected.txt:
1419 * svg/W3C-SVG-1.1/struct-dom-06-b-expected.checksum:
1420 * svg/W3C-SVG-1.1/struct-dom-06-b-expected.png:
1421 * svg/W3C-SVG-1.1/struct-dom-06-b-expected.txt:
1423 2006-07-27 Eric Seidel <eric@eseidel.com>
1427 Add better SVGLoad event support.
1428 http://bugzilla.opendarwin.org/show_bug.cgi?id=6010
1429 A bunch of the SVG tests didn't render anything since they never received an SVGLoad, now they properly render.
1431 * svg/W3C-SVG-1.1/extend-namespace-01-f-expected.checksum:
1432 * svg/W3C-SVG-1.1/extend-namespace-01-f-expected.png:
1433 * svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt:
1434 * svg/W3C-SVG-1.1/interact-events-01-b-expected.checksum:
1435 * svg/W3C-SVG-1.1/interact-events-01-b-expected.png:
1436 * svg/W3C-SVG-1.1/struct-dom-01-b-expected.checksum:
1437 * svg/W3C-SVG-1.1/struct-dom-01-b-expected.png:
1438 * svg/W3C-SVG-1.1/struct-dom-01-b-expected.txt:
1439 * svg/W3C-SVG-1.1/struct-dom-02-b-expected.checksum:
1440 * svg/W3C-SVG-1.1/struct-dom-02-b-expected.png:
1441 * svg/W3C-SVG-1.1/struct-dom-02-b-expected.txt:
1442 * svg/W3C-SVG-1.1/struct-dom-03-b-expected.checksum:
1443 * svg/W3C-SVG-1.1/struct-dom-03-b-expected.png:
1444 * svg/W3C-SVG-1.1/struct-dom-03-b-expected.txt:
1445 * svg/W3C-SVG-1.1/struct-dom-04-b-expected.checksum:
1446 * svg/W3C-SVG-1.1/struct-dom-04-b-expected.png:
1447 * svg/W3C-SVG-1.1/struct-dom-04-b-expected.txt:
1448 * svg/W3C-SVG-1.1/struct-dom-05-b-expected.checksum:
1449 * svg/W3C-SVG-1.1/struct-dom-05-b-expected.png:
1450 * svg/W3C-SVG-1.1/struct-dom-05-b-expected.txt:
1451 * svg/W3C-SVG-1.1/struct-dom-06-b-expected.checksum:
1452 * svg/W3C-SVG-1.1/struct-dom-06-b-expected.png:
1453 * svg/W3C-SVG-1.1/struct-dom-06-b-expected.txt:
1455 2006-07-27 Rob Buis <buis@kde.org>
1460 <http://bugzilla.opendarwin.org/show_bug.cgi?id=9753>
1461 SVG with width and height 100% leaves room for scrollbar on the right.
1463 * svg/custom/width-full-percentage-expected.txt: Added.
1464 * svg/custom/width-full-percentage-expected.checksum: Added.
1465 * svg/custom/width-full-percentage-expected.png: Added.
1466 * svg/custom/width-full-percentage.svg: Added.
1468 2006-07-27 Justin Garcia <justin.garcia@apple.com>
1472 <rdar://problem/4242293>
1473 Poor paste fidelity of http://www.google.com/
1475 * editing/pasteboard/styled-element-markup-expected.checksum: Added.
1476 * editing/pasteboard/styled-element-markup-expected.png: Added.
1477 * editing/pasteboard/styled-element-markup-expected.txt: Added.
1478 * editing/pasteboard/styled-element-markup.html: Added.
1480 2006-07-27 Alexander Kellett <lypanov@kde.org>
1484 Test for: http://bugzilla.opendarwin.org/show_bug.cgi?id=9867
1485 REGRESSION: code that modifies form element in Firefox modifies form attribute in WebKit
1487 * fast/forms/input-named-action-overrides-action-attribute-expected.txt: Added.
1488 * fast/forms/input-named-action-overrides-action-attribute.html: Added.
1490 2006-07-27 Rob Buis <buis@kde.org>
1494 Testcase for and from:
1495 http://bugzilla.opendarwin.org/show_bug.cgi?id=8992
1496 Some HTML DOM attributes have incorrect types
1498 * fast/dom/html-attribute-types-expected.txt: Added.
1499 * fast/dom/html-attribute-types.html: Added.
1501 2006-07-27 Justin Garcia <justin.garcia@apple.com>
1505 <rdar://problem/4628409>
1506 Safari crashes in CompositeEditCommand::removeBlockPlaceholder entering text in a web page form
1508 * fast/forms/4628409-expected.txt: Added.
1509 * fast/forms/4628409.html: Added.
1511 2006-07-27 Graham Dennis <graham.dennis@gmail.com>
1515 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=10094
1516 Japanese characters improperly rendering in TOT
1518 * fast/encoding/denormalised-voiced-japanese-chars-expected.checksum: Added.
1519 * fast/encoding/denormalised-voiced-japanese-chars-expected.png: Added.
1520 * fast/encoding/denormalised-voiced-japanese-chars-expected.txt: Added.
1521 * fast/encoding/denormalised-voiced-japanese-chars.html: Added.
1523 2006-07-27 Eric Seidel <eric@eseidel.com>
1527 Complex entities seem to fail on TOT
1528 http://bugzilla.opendarwin.org/show_bug.cgi?id=6390
1529 Updated test cases now that this bug is fixed.
1531 * fast/parser/entity-ignorable-whitespace-expected.txt:
1532 * svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.checksum:
1533 * svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.png:
1534 * svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.txt:
1535 * svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.checksum:
1536 * svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.png:
1537 * svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.txt:
1538 * svg/W3C-SVG-1.1/render-elems-03-t-expected.checksum:
1539 * svg/W3C-SVG-1.1/render-elems-03-t-expected.png:
1540 * svg/W3C-SVG-1.1/render-elems-03-t-expected.txt:
1542 2006-07-27 Rob Buis <buis@kde.org
1546 Add some tests for http://bugzilla.opendarwin.org/show_bug.cgi?id=9938
1547 Specifically the testcases are:
1549 http://hixie.ch/tests/adhoc/svg/error/010.xml
1550 http://hixie.ch/tests/adhoc/svg/error/011.xml
1552 * svg/custom/invalid-viewbox1-expected.checksum: Added.
1553 * svg/custom/invalid-viewbox1-expected.png: Added.
1554 * svg/custom/invalid-viewbox1-expected.txt: Added.
1555 * svg/custom/invalid-viewbox1.svg: Added.
1556 * svg/custom/invalid-viewbox2-expected.checksum: Added.
1557 * svg/custom/invalid-viewbox2-expected.png: Added.
1558 * svg/custom/invalid-viewbox2-expected.txt: Added.
1559 * svg/custom/invalid-viewbox2.svg: Added.
1561 2006-07-27 Eric Seidel <eric@eseidel.com>
1565 Add testcases for getSVGDocument() function.
1566 Also test HTMLObjectElement.vspace and hspace as numbers (while I'm at it).
1568 * fast/dom/HTMLObjectElement/vspace-hspace-as-number-expected.checksum: Added.
1569 * fast/dom/HTMLObjectElement/vspace-hspace-as-number-expected.png: Added.
1570 * fast/dom/HTMLObjectElement/vspace-hspace-as-number-expected.txt: Added.
1571 * fast/dom/HTMLObjectElement/vspace-hspace-as-number.html: Added.
1572 * svg/custom/getsvgdocument-expected.checksum: Added.
1573 * svg/custom/getsvgdocument-expected.png: Added.
1574 * svg/custom/getsvgdocument-expected.txt: Added.
1575 * svg/custom/getsvgdocument.html: Added.
1576 * svg/custom/resources/getsvgdocument.svg: Added.
1578 2006-07-26 Alexey Proskuryakov <ap@nypop.com>
1582 http://bugzilla.opendarwin.org/show_bug.cgi?id=9901
1583 XSLTProcessor cannot parse text nodes for INPUT ELEMENTS in an XSLT stylesheet
1585 * fast/js/resources/xhtml-serialize.js: Added.
1586 * fast/js/xhtml-serialize-expected.txt: Added.
1587 * fast/js/xhtml-serialize.html: Added.
1589 2006-07-26 Justin Garcia <justin.garcia@apple.com>
1593 <rdar://problem/4652788>
1594 REGRESSION: Can't change size or style of any text in message body
1596 * editing/style/designmode-expected.checksum: Added.
1597 * editing/style/designmode-expected.png: Added.
1598 * editing/style/designmode-expected.txt: Added.
1599 * editing/style/designmode.html: Added.
1601 2006-07-25 Justin Garcia <justin.garcia@apple.com>
1605 <rdar://problem/4649560>
1606 REGRESSION: Can't Select All when the body is contentEditable="true"
1608 * editing/selection/select-all-005-expected.checksum: Added.
1609 * editing/selection/select-all-005-expected.png: Added.
1610 * editing/selection/select-all-005-expected.txt: Added.
1611 * editing/selection/select-all-005.html: Added.
1612 * editing/selection/select-all-006-expected.checksum: Added.
1613 * editing/selection/select-all-006-expected.png: Added.
1614 * editing/selection/select-all-006-expected.txt: Added.
1615 * editing/selection/select-all-006.html: Added.
1617 2006-07-24 Dan Waylonis <waylonis@google.com>
1619 Reviewed and tweaked a bit by Darin.
1621 - added some new tests that use "echo" including one for JavaScript null
1623 * plugins/bindings-test-expected.txt: Added results.
1624 * plugins/bindings-test.html: Added tests.
1626 2006-07-24 Darin Adler <darin@apple.com>
1628 Reviewed by Adele and Justin.
1630 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9630
1631 REGRESSION: some spaces typed in <textarea> are posted as non-breaking spaces
1633 * fast/forms/textarea-type-spaces-expected.txt: Added.
1634 * fast/forms/textarea-type-spaces.html: Added.
1636 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9939
1637 REGRESSION: Pasting text into native text area with newline at end does not preserve newline
1639 * fast/forms/textarea-paste-newline-expected.txt: Added.
1640 * fast/forms/textarea-paste-newline.html: Added.
1642 - updated tests affected by above changes, results are equivalent or better
1644 * editing/pasteboard/4641033-expected.checksum:
1645 * editing/pasteboard/4641033-expected.png:
1646 * editing/pasteboard/4641033-expected.txt:
1647 * editing/pasteboard/paste-table-003-expected.checksum:
1648 * editing/pasteboard/paste-table-003-expected.png:
1649 * editing/pasteboard/paste-table-003-expected.txt:
1650 * editing/pasteboard/paste-text-016-expected.txt:
1651 * editing/pasteboard/quirks-mode-br-1-expected.txt:
1652 * editing/pasteboard/quirks-mode-br-2-expected.txt:
1653 * fast/forms/textarea-scrolled-type-expected.checksum:
1654 * fast/forms/textarea-scrolled-type-expected.png:
1655 * fast/forms/textarea-scrolled-type-expected.txt:
1657 - changed a test to be a "dump as text" test
1659 * fast/forms/paste-into-textarea-expected.txt:
1660 * fast/forms/paste-into-textarea.html:
1661 * fast/forms/paste-into-textarea-expected.checksum: Removed.
1662 * fast/forms/paste-into-textarea-expected.png: Removed.
1664 - changed a test to be a "dump as text" test, improved test a bit and also checked in new results
1666 * fast/forms/textarea-scrolled-endline-caret-expected.txt:
1667 * fast/forms/textarea-scrolled-endline-caret.html:
1669 - fixed a test that was raising an exception every time it ran
1671 * fast/forms/attributed-strings-expected.txt:
1672 * fast/forms/attributed-strings.html:
1674 - corrected checksums on a bunch of tests (pngs were right, but checksums wrong, apparently)
1676 * editing/deleting/delete-to-select-table-expected.checksum:
1677 * editing/selection/3690719-expected.checksum:
1678 * editing/selection/clear-selection-expected.checksum:
1679 * editing/undo/undo-misspellings-expected.checksum:
1681 - added some missing pixel test results
1683 * editing/pasteboard/nested-blocks-with-text-area-expected.checksum: Added.
1684 * editing/pasteboard/nested-blocks-with-text-area-expected.png: Added.
1685 * editing/pasteboard/nested-blocks-with-text-field-expected.checksum: Added.
1686 * editing/pasteboard/nested-blocks-with-text-field-expected.png: Added.
1688 2006-07-24 Adele Peterson <adele@apple.com>
1692 - Test for <rdar://problem/4632132> Changing style of content with mixed editability fails
1694 * editing/style/apple-style-editable-mix-expected.checksum: Added.
1695 * editing/style/apple-style-editable-mix-expected.png: Added.
1696 * editing/style/apple-style-editable-mix-expected.txt: Added.
1697 * editing/style/apple-style-editable-mix.html: Added.
1699 2006-07-24 Dave MacLachlan <dmaclach@mac.com>
1701 Reviewed by Darin and Alexey.
1703 Test for: <http://bugzilla.opendarwin.org/show_bug.cgi?id=8425>
1704 and <http://bugzilla.opendarwin.org/show_bug.cgi?id=6947>
1706 * svg/custom/non-opaque-filters-expected.checksum: Added.
1707 * svg/custom/non-opaque-filters-expected.png: Added.
1708 * svg/custom/non-opaque-filters-expected.txt: Added.
1709 * svg/custom/non-opaque-filters.svg: Added.
1711 2006-07-24 Mitz Pettel <opendarwin.org@mitzpettel.com>
1715 - repaint test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9669
1716 Incomplete repaint when changing an inline's border
1718 * fast/repaint/line-overflow-expected.checksum: Added.
1719 * fast/repaint/line-overflow-expected.png: Added.
1720 * fast/repaint/line-overflow-expected.txt: Added.
1721 * fast/repaint/line-overflow.html: Added.
1723 2006-07-24 Mitz Pettel <opendarwin.org@mitzpettel.com>
1727 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=10075
1728 REGRESSION: Reversed pop-up text in visually-ordered Hebrew pages
1730 * fast/forms/select-visual-hebrew-expected.checksum: Added.
1731 * fast/forms/select-visual-hebrew-expected.png: Added.
1732 * fast/forms/select-visual-hebrew-expected.txt: Added.
1733 * fast/forms/select-visual-hebrew.html: Added.
1735 2006-07-23 David Harrison <harrison@apple.com>
1739 <rdar://problem/4646759> Mail crash editing To Do - WebCore::InsertTextCommand::prepareForTextInsertion
1741 * editing/deleting/delete-mixed-editable-content-001-expected.checksum: Added.
1742 * editing/deleting/delete-mixed-editable-content-001-expected.png: Added.
1743 * editing/deleting/delete-mixed-editable-content-001-expected.txt: Added.
1744 * editing/deleting/delete-mixed-editable-content-001.html: Added.
1746 2006-07-23 Adele Peterson <adele@apple.com>
1750 Test for: <rdar://problem/4644614> REGRESSION: Typing, pasting or dragging in new text areas causes unnecessary scrolling
1752 * fast/forms/textarea-scrolled-type-expected.checksum: Added.
1753 * fast/forms/textarea-scrolled-type-expected.png: Added.
1754 * fast/forms/textarea-scrolled-type-expected.txt: Added.
1755 * fast/forms/textarea-scrolled-type.html: Added.
1757 2006-07-22 Alexey Proskuryakov <ap@nypop.com>
1761 Fix http://bugzilla.opendarwin.org/show_bug.cgi?id=10038
1762 REGRESSION: Length of navigator.mimeTypes collection returns number of installed plugins, not number
1763 of registered mime types
1765 * fast/js/navigator-mimeTypes-length-expected.txt: Added.
1766 * fast/js/navigator-mimeTypes-length.html: Added.
1767 * fast/js/resources/navigator-mimeTypes-length.js: Added.
1769 2006-07-21 Adele Peterson <adele@apple.com>
1773 Test for: <rdar://problem/4643238> REGRESSION: Can't set insertion point at the end of a line of text
1775 * fast/forms/textarea-scrolled-endline-caret-expected.txt: Added.
1776 * fast/forms/textarea-scrolled-endline-caret.html: Added.
1778 2006-07-21 Geoffrey Garen <ggaren@apple.com>
1782 Test for whether focusing and/or blurring a frame before its content has loaded causes
1783 a crash. <rdar://problem/4632505> REGRESSION: Crash at
1784 WebCore::Widget::getView() const + 6
1786 * http/tests/incremental/frame-focus-before-load-expected.txt: Added.
1787 * http/tests/incremental/frame-focus-before-load.html: Added.
1789 2006-07-21 Maciej Stachowiak <mjs@apple.com>
1793 <rdar://problem/4523976> REGRESSION (NativeTextField): Crash occurs when choosing "Undo Typing" after typing and setting the value
1795 * fast/forms/text-field-setvalue-crash-expected.txt: Added.
1796 * fast/forms/text-field-setvalue-crash.html: Added.
1798 2006-07-21 Justin Garcia <justin.garcia@apple.com>
1802 <rdar://problem/4548238>
1803 REGRESSION: Can't remove the first OL/UL list item in a Mail's compose window
1805 * editing/deleting/delete-first-list-item-expected.checksum: Added.
1806 * editing/deleting/delete-first-list-item-expected.png: Added.
1807 * editing/deleting/delete-first-list-item-expected.txt: Added.
1808 * editing/deleting/delete-first-list-item.html: Added.
1810 2006-07-21 Mitz Pettel <opendarwin.org@mitzpettel.com>
1814 * editing/selection/select-all-iframe-expected.txt:
1815 * editing/selection/select-from-textfield-outwards-expected.checksum: Added.
1816 * editing/selection/select-from-textfield-outwards-expected.png: Added.
1817 * editing/selection/select-from-textfield-outwards-expected.txt: Added.
1818 * editing/selection/select-from-textfield-outwards.html: Added.
1819 * fast/events/drag-outside-window-expected.txt:
1821 2006-07-21 Geoffrey Garen <ggaren@apple.com>
1823 Test for undetectable style.filter property.
1825 * fast/dom/undetectable-style-filter-expected.txt: Added.
1826 * fast/dom/undetectable-style-filter.html: Added.
1828 2006-07-21 Justin Garcia <justin.garcia@apple.com>
1832 <rdar://problem/4641033>
1833 REGRESSION: Pasting from web pages into Mail (or Blot) often loses most of the content
1835 * editing/pasteboard/4641033-expected.checksum: Added.
1836 * editing/pasteboard/4641033-expected.png: Added.
1837 * editing/pasteboard/4641033-expected.txt: Added.
1838 * editing/pasteboard/4641033.html: Added.
1840 2006-07-20 Anders Carlsson <acarlsson@apple.com>
1844 <rdar://problem/4637807> REGRESSION: "Features & Options" page at volvocars.us fails
1846 * fast/xsl/xslt-processer-expected.txt:
1849 * fast/xsl/xslt-string-parameters-expected.txt: Added.
1850 * fast/xsl/xslt-string-parameters.html: Added.
1852 2006-07-20 Maciej Stachowiak <mjs@apple.com>
1854 Reviewed by Beth and John.
1856 - fix recently broken layout tests that need updated results or test changes:
1858 For these three, the selection ranges changed (for the better) due to my input
1861 * editing/selection/3690703-2-expected.txt:
1862 * editing/selection/3690703-expected.txt:
1863 * fast/text/textIteratorNilRenderer-expected.txt:
1865 For this one, DumpRenderTree no longer shows resize corners by default, so turned
1868 * fast/css/resize-corner-tracking.html:
1870 2006-07-19 Maciej Stachowiak <mjs@apple.com>
1874 - fixed layout test results that were affected by editing input
1875 paste patch -- new results are actually more correct, handling
1876 text fields properly as a replaced element.
1878 * editing/selection/3690703-2-expected.txt:
1879 * editing/selection/3690703-expected.txt:
1880 * fast/events/div-focus-expected.txt:
1881 * fast/text/textIteratorNilRenderer-expected.txt:
1883 2006-07-19 Justin Garcia <justin.garcia@apple.com>
1887 <rdar://problem/4631972>
1888 REGRESSION: Mail crashes when pasting entire contents of http://www.apple.com/support/ into a new mail message
1890 * editing/pasteboard/4631972-expected.checksum: Added.
1891 * editing/pasteboard/4631972-expected.png: Added.
1892 * editing/pasteboard/4631972-expected.txt: Added.
1893 * editing/pasteboard/4631972.html: Added.
1894 * editing/selection/drag-to-contenteditable-iframe-expected.txt:
1895 * editing/selection/replaced-boundaries-3-expected.checksum:
1896 * editing/selection/replaced-boundaries-3-expected.txt:
1897 * editing/selection/select-box-expected.txt:
1899 2006-07-19 Anders Carlsson <acarlsson@apple.com>
1903 <rdar://problem/4631272> REGRESSION: Crash tabbing out of hostname field at autorestore.apple.com
1905 * fast/forms/display-none-in-onchange-keyboard-expected.txt: Added.
1906 * fast/forms/display-none-in-onchange-keyboard.html: Added.
1908 2006-07-19 Justin Garcia <justin.garcia@apple.com>
1912 <rdar://problem/4613519>
1913 REGRESSION: Pasting text in native text area inserts text one character before it should (9527)
1915 * fast/forms/paste-into-textarea-expected.checksum: Added.
1916 * fast/forms/paste-into-textarea-expected.png: Added.
1917 * fast/forms/paste-into-textarea-expected.txt: Added.
1918 * fast/forms/paste-into-textarea.html: Added.
1920 2006-07-19 Anders Carlsson <acarlsson@apple.com>
1922 * fast/js/pretty-print-expected.txt:
1925 * fast/js/resources/pretty-print.js:
1926 Fix description string.
1928 2006-07-19 Anders Carlsson <acarlsson@apple.com>
1932 <rdar://problem/4620655> REGRESSION(10.4.7-10.5): preview button for a blogger.com post doesn't work
1934 * fast/js/pretty-print-expected.txt: Added.
1935 * fast/js/pretty-print.html: Added.
1936 * fast/js/resources/pretty-print.js: Added.
1938 2006-07-19 David Harrison <harrison@apple.com>
1940 <rdar://problem/4629307> -[DOMRange markupString] does not include the initial table element if it is at the beginning of the range
1941 <rdar://problem/4062218> pasting in contents of web.apple.com strips off the <table> element from the first table
1943 (this really only tests the symptoms of <rdar://problem/4062218>, because -[DOMRange markupString] is not testable)
1945 * editing/pasteboard/paste-table-003-expected.checksum: Added.
1946 * editing/pasteboard/paste-table-003-expected.png: Added.
1947 * editing/pasteboard/paste-table-003-expected.txt: Added.
1948 * editing/pasteboard/paste-table-003.html: Added.
1950 2006-07-18 Maciej Stachowiak <mjs@apple.com>
1952 Reviewed by Adele Peterson.
1956 <rdar://problem/4620646> REGRESSION(10.4.7-10.5): can't type into editing region when creating or editing a blogger.com post
1958 * fast/js/null-char-in-string-expected.txt: Added.
1959 * fast/js/null-char-in-string.html: Added.
1960 * fast/js/resources/null-char-in-string.js: Added.
1962 2006-07-18 Anders Carlsson <acarlsson@apple.com>
1966 http://bugzilla.opendarwin.org/show_bug.cgi?id=9959
1967 REGRESSION: iframes stop rendering after 200th one on successive reloads
1969 * fast/frames/frame-limit-expected.txt: Added.
1970 * fast/frames/frame-limit.html: Added.
1972 2006-07-18 Darin Adler <darin@apple.com>
1976 - convert a couple of tests to "dump as text" tests
1978 * fast/dom/css-selectorText-expected.checksum: Removed.
1979 * fast/dom/css-selectorText-expected.png: Removed.
1980 * fast/dom/css-selectorText-expected.txt: Replaced render tree results with text results.
1981 * fast/dom/css-selectorText.html: Added a call to layoutTestController.dumpAsText.
1983 * fast/dom/css-shortHands-expected.checksum: Removed.
1984 * fast/dom/css-shortHands-expected.png: Removed.
1985 * fast/dom/css-shortHands-expected.txt: Replaced render tree results with text results.
1986 * fast/dom/css-shortHands.html: Added a call to layoutTestController.dumpAsText.
1988 2006-07-18 Mitz Pettel <opendarwin.org@mitzpettel.com>
1992 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9978
1993 REGRESSION (r12949-r12988): Clicking the first letter on a line places the caret at the end of the previous line
1995 * editing/selection/click-start-of-line-expected.checksum: Added.
1996 * editing/selection/click-start-of-line-expected.png: Added.
1997 * editing/selection/click-start-of-line-expected.txt: Added.
1998 * editing/selection/click-start-of-line.html: Added.
2000 2006-07-18 Anders Carlsson <acarlsson@apple.com>
2004 http://bugzilla.opendarwin.org/show_bug.cgi?id=9695
2005 <rdar://problem/4614085>
2006 TOT REGRESSION: NativeTextArea: Text area does not respond to Cmd-UpArrow/Cmd-DownArrow (9695)
2008 * editing/selection/move-begin-end-expected.txt: Added.
2009 * editing/selection/move-begin-end.html: Added.
2011 2006-07-17 Maciej Stachowiak <mjs@apple.com>
2013 Test cases not reviewed but the corresponding fix was.
2015 - test cases for <rdar://problem/4618089> Blot crashes when I paste in all the contents of http://www.apple.com/startpage/
2017 * editing/pasteboard/nested-blocks-with-text-area-expected.txt: Added.
2018 * editing/pasteboard/nested-blocks-with-text-area.html: Added.
2019 * editing/pasteboard/nested-blocks-with-text-field-expected.txt: Added.
2020 * editing/pasteboard/nested-blocks-with-text-field.html: Added.
2022 2006-07-17 Anders Carlsson <acarlsson@apple.com>
2026 Add Apache 2 config file.
2028 * http/conf/apache2-httpd.conf: Added.
2030 2006-07-17 Justin Garcia <justin.garcia@apple.com>
2034 <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
2036 * editing/selection/replace-selection-1-expected.checksum: Added.
2037 * editing/selection/replace-selection-1-expected.png: Added.
2038 * editing/selection/replace-selection-1-expected.txt: Added.
2039 * editing/selection/replace-selection-1.html: Added.
2041 2006-07-14 Justin Garcia <justin.garcia@apple.com>
2045 * editing/selection/drag-to-contenteditable-iframe-expected.txt:
2046 * editing/selection/subframe-with-selection-expected.txt:
2048 2006-07-17 Maciej Stachowiak <mjs@apple.com>
2052 <rdar://problem/4604946> REGRESSION: 'checkboxRef.checked = true' fires onchange event in Leopard
2054 * fast/events/programmatic-check-no-change-event-expected.txt: Added.
2055 * fast/events/programmatic-check-no-change-event.html: Added.
2057 2006-07-16 David Kilzer <ddkilzer@kilzer.net>
2061 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9954
2062 REGRESSION: document.dir should return empty string in <head>
2064 * fast/dom/document-dir-property-expected.txt: Added.
2065 * fast/dom/document-dir-property.html: Added.
2067 2006-07-16 David Kilzer <ddkilzer@kilzer.net>
2071 * fast/dynamic/move-node-with-selection-expected.checksum:
2072 Removed "No newline at end of file" that snuck in as part of the "apply patch" process.
2074 2006-07-16 Darin Adler <darin@apple.com>
2076 - fixed a couple of files I checked in wrong
2078 * fast/html/body-offset-properties-expected.txt: Removed property cruft.
2079 * fast/html/body-offset-properties.html: Ditto.
2081 2006-07-16 Maciej Stachowiak <mjs@apple.com>
2083 - fixed typo in expected results
2085 * fast/js/for-in-avoid-duplicates-expected.txt:
2087 2006-07-16 Darin Adler <darin@apple.com>
2089 Reviewed by John Sullivan (new test, not the changes to existing ones).
2091 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9943
2092 <rdar://problem/4590613>
2093 REGRESSION (Tiger-TOT): menus are offset to the right at http://movies.aol.com/movie-photo-bts/superman-returns
2095 * fast/html/body-offset-properties-expected.txt: Added.
2096 * fast/html/body-offset-properties.html: Added.
2098 * editing/execCommand/findString-2.html: Update to not depend on the buggy body.offseLeft/Top.
2099 Instead hardcode the default body margin of 8.
2100 * editing/pasteboard/drop-text-without-selection.html: Ditto.
2101 * editing/selection/click-before-and-after-table.html: Ditto.
2102 * editing/selection/mixed-editability-1.html: Ditto.
2103 * fast/table/click-near-anonymous-table.html: Ditto.
2105 * editing/selection/drag-to-contenteditable-iframe.html: Remove unnecessary use of body.offsetLeft/Top
2108 2006-07-16 Maciej Stachowiak <mjs@apple.com>
2112 - new test case and updated results for property list changes
2114 * fast/js/for-in-avoid-duplicates-expected.txt: Added.
2115 * fast/js/for-in-avoid-duplicates.html: Added.
2116 * fast/js/kde/Array-expected.txt:
2117 * fast/js/resources/for-in-avoid-duplicates.js: Added.
2119 2006-07-15 Darin Adler <darin@apple.com>
2121 Reviewed by John Sullivan.
2123 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=8952
2124 <rdar://problem/4575185>
2125 REGRESSION: crash on drag of highlighted Google custom home page modules
2127 * fast/dynamic/move-node-with-selection-expected.checksum: Added.
2128 * fast/dynamic/move-node-with-selection-expected.png: Added.
2129 * fast/dynamic/move-node-with-selection-expected.txt: Added.
2130 * fast/dynamic/move-node-with-selection.html: Added.
2132 2006-07-15 Darin Adler <darin@apple.com>
2134 Reviewed by John Sullivan.
2136 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=8587
2137 <rdar://problem/4631844>
2138 REGRESSION: {display:list-item} on items outside an ol or ul element no longer causes incremental numbering
2140 * fast/lists/numeric-markers-outside-list-expected.checksum: Added.
2141 * fast/lists/numeric-markers-outside-list-expected.png: Added.
2142 * fast/lists/numeric-markers-outside-list-expected.txt: Added.
2143 * fast/lists/numeric-markers-outside-list.html: Added.
2145 2006-07-15 Geoffrey Garen <ggaren@apple.com>
2149 Layout test for crash when setting the dir property on a document with no body.
2151 * fast/dom/dir-no-body-expected.txt: Added.
2152 * fast/dom/dir-no-body.html: Added.
2154 2006-07-15 Darin Adler <darin@apple.com>
2158 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=8395
2159 <rdar://problem/4613467>
2160 REGRESSION: RegEx seems broken for hex escaped non breaking space
2162 * fast/js/regexp-extended-characters-more-expected.txt: Added.
2163 * fast/js/regexp-extended-characters-more.html: Added.
2164 * fast/js/resources/regexp-extended-characters-more.js: Added.
2166 2006-07-15 Darin Adler <darin@apple.com>
2170 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=8871
2171 <rdar://problem/4575417>
2172 REGRESSION: Pressing Enter/Return in a text input removes the selected text
2173 and http://bugzilla.opendarwin.org/show_bug.cgi?id=9743
2174 <rdar://problem/4614228>
2175 REGRESSION: crash dispatching JavaScript-created keyboard event to input element
2177 * fast/forms/input-text-enter-expected.txt: Added.
2178 * fast/forms/input-text-enter.html: Added.
2180 2006-07-15 Darin Adler <darin@apple.com>
2182 Reviewed by John Sullivan.
2184 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9883
2185 <rdar://problem/4631821>
2186 REGRESSION: NativePopups don't work correctly in some forum software
2188 * fast/forms/select-selected-expected.checksum: Added.
2189 * fast/forms/select-selected-expected.png: Added.
2190 * fast/forms/select-selected-expected.txt: Added.
2191 * fast/forms/select-selected.html: Added.
2193 2006-07-15 Anders Carlsson <acarlsson@apple.com>
2197 http://bugzilla.opendarwin.org/show_bug.cgi?id=9866
2198 <rdar://problem/4631561>
2199 REGRESSION: Repro crash from mangleme using iframe, only from server.
2201 * http/tests/misc/iframe-invalid-source-crash-expected.txt: Added.
2202 * http/tests/misc/iframe-invalid-source-crash.html: Added.
2204 2006-07-14 Alexey Proskuryakov <ap@nypop.com>
2208 Fix http://bugzilla.opendarwin.org/show_bug.cgi?id=4195
2209 REGRESSION: KOI8-U encoding no longer supported.
2211 * fast/encoding/charset-koi8-u-expected.txt: Added.
2212 * fast/encoding/charset-koi8-u.html: Added.
2213 * fast/encoding/charset-x-nextstep-expected.txt: Added.
2214 * fast/encoding/charset-x-nextstep.html: Added.
2215 * http/tests/misc/BOM-override-expected.txt: Added.
2216 * http/tests/misc/BOM-override-script-expected.txt: Added.
2217 * http/tests/misc/BOM-override-script.html: Added.
2218 * http/tests/misc/BOM-override.pl: Added.
2219 * http/tests/misc/resources/BOM-override-2.pl: Added.
2220 * http/tests/misc/resources/BOM-override-3.pl: Added.
2222 2006-07-14 Timothy Hatcher <timothy@apple.com>
2224 Rolling out this fix from r15358 since it isn't resolved.
2226 2006-07-11 Justin Garcia <justin.garcia@apple.com>
2228 Reviewed by levi & thatcher
2230 <http://bugzilla.opendarwin.org/show_bug.cgi?id=9642>
2231 GMail Editor: Operations that use drop down menus blow away the selection
2233 * editing/selection/drag-to-contenteditable-iframe-expected.txt:
2234 * editing/selection/subframe-with-selection-expected.checksum: Added.
2235 * editing/selection/subframe-with-selection-expected.png: Added.
2236 * editing/selection/subframe-with-selection-expected.txt: Added.
2237 * editing/selection/subframe-with-selection.html: Added.
2239 2006-07-14 Mitz Pettel <opendarwin.org@mitzpettel.com>
2243 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9905
2244 REGRESSION (r15404-r15415): Repro crash when pressing delete in an empty editable div
2246 * editing/deleting/delete-at-start-or-end-expected.checksum: Added.
2247 * editing/deleting/delete-at-start-or-end-expected.png: Added.
2248 * editing/deleting/delete-at-start-or-end-expected.txt: Added.
2249 * editing/deleting/delete-at-start-or-end.html: Added.
2251 2006-07-14 Mitz Pettel <opendarwin.org@mitzpettel.com>
2255 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9879
2256 REGRESSION: Repro crash when clicking to the side of an anonymous table
2257 - see also <rdar://problem/4628129> REGRESSION: Repro crash when clicking
2258 to the side of an anonymous table
2260 NOTE: Only the layout test part of this patch was landed since an alternate
2261 fix was committed in r15401: <rdar://problem/4509393> selected DOM range
2262 starts with <object>, 0 offset but selection should include the <object>
2264 * fast/table/click-near-anonymous-table-expected.checksum: Added.
2265 * fast/table/click-near-anonymous-table-expected.png: Added.
2266 * fast/table/click-near-anonymous-table-expected.txt: Added.
2267 * fast/table/click-near-anonymous-table.html: Added.
2269 2006-07-12 Maciej Stachowiak <mjs@apple.com>
2273 Test cases for <rdar://problem/4567031> REGRESSION: Crash at WebCore::RenderBlock::createLineBoxes (seems to be a security hole?)
2275 I included the test case from the bug plus variants for other broken cases that
2276 were similar but needed separate fixes.
2278 * fast/table/cell-in-row-before-misnested-text-crash-expected.txt: Added.
2279 * fast/table/cell-in-row-before-misnested-text-crash.xhtml: Added.
2280 * fast/table/form-in-row-before-misnested-text-crash-expected.txt: Added.
2281 * fast/table/form-in-row-before-misnested-text-crash.xhtml: Added.
2282 * fast/table/form-in-table-before-misnested-text-crash-expected.txt: Added.
2283 * fast/table/form-in-table-before-misnested-text-crash.xhtml: Added.
2284 * fast/table/form-in-tbody-before-misnested-text-crash-expected.txt: Added.
2285 * fast/table/form-in-tbody-before-misnested-text-crash.xhtml: Added.
2286 * fast/table/row-in-tbody-before-misnested-text-crash-expected.txt: Added.
2287 * fast/table/row-in-tbody-before-misnested-text-crash.xhtml: Added.
2288 * fast/table/section-in-table-before-misnested-text-crash-expected.txt: Added.
2289 * fast/table/section-in-table-before-misnested-text-crash.xhtml: Added.
2291 2006-07-13 Mitz Pettel <opendarwin.org@mitzpettel.com>
2295 - test and updated results for http://bugzilla.opendarwin.org/show_bug.cgi?id=9670
2296 REGRESSION: RTL white-space:pre-wrap text is offset to the right
2298 * editing/deleting/delete-to-select-table-expected.txt:
2299 * editing/execCommand/boldSelection-expected.txt:
2300 * editing/execCommand/italicizeByCharacter-expected.txt:
2301 * editing/execCommand/modifyForeColorByCharacter-expected.txt:
2302 * editing/execCommand/print-expected.txt:
2303 * editing/execCommand/selectAll-expected.txt:
2304 * editing/execCommand/strikethroughSelection-expected.txt:
2305 * editing/inserting/insert-div-027-expected.txt:
2306 * editing/selection/after-line-wrap-expected.txt:
2307 * editing/selection/mixed-editability-1-expected.txt:
2308 * editing/selection/select-all-001-expected.txt:
2309 * editing/selection/select-all-002-expected.txt:
2310 * editing/selection/select-all-003-expected.txt:
2311 * fast/clip/outline-overflowClip-expected.txt:
2312 * fast/text/international/rtl-white-space-pre-wrap-expected.checksum: Added.
2313 * fast/text/international/rtl-white-space-pre-wrap-expected.png: Added.
2314 * fast/text/international/rtl-white-space-pre-wrap-expected.txt: Added.
2315 * fast/text/international/rtl-white-space-pre-wrap.html: Added.
2316 * fast/text/whitespace/pre-wrap-overflow-selection-expected.txt:
2317 * fast/text/whitespace/pre-wrap-spaces-after-newline-expected.txt:
2319 2006-07-13 Mark Rowe <opendarwin.org@bdash.net.nz>
2321 Reviewed by Geoffrey.
2323 http://bugzilla.opendarwin.org/show_bug.cgi?id=9742
2324 Bug 9742: REGRESSION: WebKit hangs when loading <http://www.vtbook.com>
2326 This includes tests for indexing an array with immediate types, and for
2327 setting selectField.options.length to immediate types.
2329 * fast/dom/select-selectedIndex-expected.txt:
2330 * fast/dom/select-selectedIndex-multiple-expected.txt:
2331 * fast/dom/select-selectedIndex-multiple.html: Update to test setting length to true and false.
2332 * fast/dom/select-selectedIndex.html: Ditto.
2333 * fast/js/array-index-immediate-types-expected.txt: Added.
2334 * fast/js/array-index-immediate-types.html: Added.
2335 * fast/js/resources/array-index-immediate-types.js: Added.
2337 2006-07-13 David Harrison <harrison@apple.com>
2339 Reviewed by Justin and Levi.
2341 <rdar://problem/4620743> REGRESSION: Option-Delete doesn't delete words during typing
2343 * editing/deleting/delete-by-word-001-expected.checksum: Added.
2344 * editing/deleting/delete-by-word-001-expected.png: Added.
2345 * editing/deleting/delete-by-word-001-expected.txt: Added.
2346 * editing/deleting/delete-by-word-001.html: Added.
2347 * editing/deleting/delete-by-word-002-expected.checksum: Added.
2348 * editing/deleting/delete-by-word-002-expected.png: Added.
2349 * editing/deleting/delete-by-word-002-expected.txt: Added.
2350 * editing/deleting/delete-by-word-002.html: Added.
2352 2006-07-13 Levi Weintraub <lweintraub@apple.com>
2356 <rdar://problem/4622763> Deleting from beginning of paragraph following a table deletes rather than selects the table
2358 * editing/deleting/delete-block-table-expected.checksum: Added.
2359 * editing/deleting/delete-block-table-expected.png: Added.
2360 * editing/deleting/delete-block-table-expected.txt: Added.
2361 * editing/deleting/delete-block-table.html: Added.
2362 * editing/deleting/delete-hr-expected.checksum: Added.
2363 * editing/deleting/delete-hr-expected.png: Added.
2364 * editing/deleting/delete-hr-expected.txt: Added.
2365 * editing/deleting/delete-hr.html: Added.
2366 * editing/deleting/delete-to-select-table-expected.png:
2367 * editing/execCommand/insertHorizontalRule-expected.txt:
2368 * fast/lists/markers-in-selection-expected.txt:
2370 2006-07-12 Mitz Pettel <opendarwin.org@mitzpettel.com>
2374 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9862
2375 REGRESSION: GMail: Crash in RenderView::repaintViewRectangle when spoofing as FF
2376 - see also <rdar://problem/4622407>
2378 * fast/frames/repaint-display-none-crash-expected.txt: Added.
2379 * fast/frames/repaint-display-none-crash.html: Added.
2381 2006-07-12 Justin Garcia <justin.garcia@apple.com>
2385 <rdar://problem/4509393>
2386 selected DOM range starts with <object>, 0 offset but selection should include the <object>
2388 * editing/selection/legal-positions-expected.txt: Added.
2389 * editing/selection/legal-positions.html: Added.
2391 * editing/deleting/delete-3608430-fix-expected.txt:
2392 * editing/deleting/delete-image-001-expected.txt:
2393 * editing/deleting/delete-image-002-expected.txt:
2394 * editing/deleting/delete-image-003-expected.txt:
2395 * editing/deleting/delete-image-004-expected.txt:
2396 * editing/selection/drag-to-contenteditable-iframe-expected.txt:
2397 * editing/selection/replaced-boundaries-3-expected.txt:
2398 * editing/selection/select-box-expected.txt:
2400 2006-07-12 John Sullivan <sullivan@apple.com>
2402 Reviewed by Brady Eidson (and written by Justin Garcia)
2404 - layout test corresponding to <rdar://problem/4611164>
2406 * editing/undo/undo-misspellings-expected.checksum: Added.
2407 * editing/undo/undo-misspellings-expected.png: Added.
2408 * editing/undo/undo-misspellings-expected.txt: Added.
2409 * editing/undo/undo-misspellings.html: Added.
2411 2006-07-13 Anders Carlsson <acarlsson@apple.com>
2415 http://bugzilla.opendarwin.org/show_bug.cgi?id=9663
2416 REGRESSION (r14948-r14956): Selection in text field remains highlighted when the text field loses focus
2418 * editing/selection/clear-selection-expected.checksum: Added.
2419 * editing/selection/clear-selection-expected.png: Added.
2420 * editing/selection/clear-selection-expected.txt: Added.
2421 * editing/selection/clear-selection.html: Added.
2423 2006-07-12 David Kilzer <ddkilzer@kilzer.net>
2425 Reviewed by NOBODY (layout test fix).
2427 Remove property information left in files from svn-apply.
2429 * fast/table/large-rowspan-crash-expected.txt:
2430 * fast/table/large-rowspan-crash.html:
2432 2006-07-12 Darin Adler <darin@apple.com>
2436 - another large rowspan test case
2438 * fast/table/large-rowspan-crash-expected.txt: Added.
2439 * fast/table/large-rowspan-crash.html: Added.
2441 2006-07-12 Anders Carlsson <acarlsson@apple.com>
2445 <rdar://problem/4586665> REGRESSION: autorestore.apple.com: Crashes Safari in WebCore::Widget::client() const
2447 * fast/forms/input-type-change-in-onfocus-keyboard-expected.txt: Added.
2448 * fast/forms/input-type-change-in-onfocus-keyboard.html: Added.
2449 * fast/forms/input-type-change-in-onfocus-mouse-expected.txt: Added.
2450 * fast/forms/input-type-change-in-onfocus-mouse.html: Added.
2452 2006-07-12 Adele Peterson <adele@apple.com>
2456 Test for: http://bugzilla.opendarwin.org/show_bug.cgi?id=9813
2457 OPTION text can paint over select element's scrollbar
2459 * fast/forms/option-text-clip-expected.checksum: Added.
2460 * fast/forms/option-text-clip-expected.png: Added.
2461 * fast/forms/option-text-clip-expected.txt: Added.
2462 * fast/forms/option-text-clip.html: Added.
2464 2006-07-11 Justin Garcia <justin.garcia@apple.com>
2468 <rdar://problem/4620686>
2469 REGRESSION: Mispelling markers are still displayed when using the delete key to place caret into a misspelled word
2471 * editing/deleting/delete-after-span-ws-001-expected.checksum:
2472 * editing/deleting/delete-after-span-ws-001-expected.png:
2473 * editing/deleting/delete-after-span-ws-002-expected.checksum:
2474 * editing/deleting/delete-after-span-ws-002-expected.png:
2475 * editing/deleting/delete-after-span-ws-003-expected.checksum:
2476 * editing/deleting/delete-after-span-ws-003-expected.png:
2477 * editing/deleting/delete-block-merge-contents-010-expected.checksum:
2478 * editing/deleting/delete-block-merge-contents-010-expected.png:
2479 * editing/deleting/merge-unrendered-space-expected.checksum:
2480 * editing/deleting/merge-unrendered-space-expected.png:
2482 2006-07-11 Tim Omernick <timo@apple.com>
2486 Test case for <http://bugzilla.opendarwin.org/show_bug.cgi?id=9843>:
2487 Give Netscape plug-ins access to their own DOM element
2489 * plugins/netscape-dom-access-expected.checksum: Added.
2490 * plugins/netscape-dom-access-expected.png: Added.
2491 * plugins/netscape-dom-access-expected.txt: Added.
2492 * plugins/netscape-dom-access.html: Added.
2494 2006-07-11 Adele Peterson <adele@apple.com>
2498 Tests for http://bugzilla.opendarwin.org/show_bug.cgi?id=9861
2499 REGRESSION: Can't dynamically change list box to popup
2501 * fast/forms/select-change-listbox-to-popup-expected.checksum: Added.
2502 * fast/forms/select-change-listbox-to-popup-expected.png: Added.
2503 * fast/forms/select-change-listbox-to-popup-expected.txt: Added.
2504 * fast/forms/select-change-listbox-to-popup.html: Added.
2505 * fast/forms/select-change-popup-to-listbox.html:
2507 2006-07-11 Justin Garcia <justin.garcia@apple.com>
2509 Reviewed by levi & thatcher
2511 <http://bugzilla.opendarwin.org/show_bug.cgi?id=9642>
2512 GMail Editor: Operations that use drop down menus blow away the selection
2514 * editing/selection/drag-to-contenteditable-iframe-expected.txt:
2515 * editing/selection/subframe-with-selection-expected.checksum: Added.
2516 * editing/selection/subframe-with-selection-expected.png: Added.
2517 * editing/selection/subframe-with-selection-expected.txt: Added.
2518 * editing/selection/subframe-with-selection.html: Added.
2520 2006-07-11 Adele Peterson <adele@apple.com>
2524 Test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9859
2525 REGRESSION: Can't dynamically change popup to list box
2527 * fast/forms/select-change-popup-to-listbox-expected.checksum: Added.
2528 * fast/forms/select-change-popup-to-listbox-expected.png: Added.
2529 * fast/forms/select-change-popup-to-listbox-expected.txt: Added.
2530 * fast/forms/select-change-popup-to-listbox.html: Added.
2532 2006-07-11 Alexey Proskuryakov <ap@nypop.com>
2536 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9572
2537 Add application/xhtml+xml to the Accept header
2539 The fix itself was landed on 2006-07-09, but I forgot about the test.
2541 * http/tests/misc/xhtml-expected.txt: Added.
2542 * http/tests/misc/xhtml.php: Added.
2544 2006-07-11 Beth Dakin <bdakin@apple.com>
2548 Adele checked in new results for this test when you could style
2549 selects, but the styling of selects is turned off for now, so back
2550 to the original results.
2552 * fast/forms/001-expected.checksum:
2553 * fast/forms/001-expected.png:
2554 * fast/forms/001-expected.txt:
2556 2006-07-11 Alexey Proskuryakov <ap@nypop.com>
2560 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=7808
2561 Assertion failure in -[WebBaseNetscapePluginStream dealloc] when requesting an invalid URL
2563 * plugins/get-empty-url-expected.txt: Added.
2564 * plugins/get-empty-url.html: Added.
2566 2006-07-10 David Kilzer <ddkilzer@kilzer.net>
2570 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9179
2571 Implement select.options.add() method
2573 * fast/dom/select-selectedIndex-multiple-expected.txt: Updated test results.
2574 * fast/dom/select-selectedIndex-multiple.html: Updated to print comments between
2575 tests to make failures easier to track down.
2576 * fast/dom/select-selectedIndex-expected.txt: Mirrored updates from select-selectedIndex-multiple.html
2577 * fast/dom/select-selectedIndex.html: Ditto.
2578 * fast/js/resources/select-options-add.js: Added.
2579 * fast/js/select-options-add-expected.txt: Added.
2580 * fast/js/select-options-add.html: Added.
2582 2006-07-10 Adele Peterson <adele@apple.com>
2586 Test for <rdar://problem/4621442> REGRESSION (NativePopup) : Popup menus aren't drawn correctly on page at orbitz.com; cheaptickets.com
2588 * fast/forms/select-style-expected.checksum: Added.
2589 * fast/forms/select-style-expected.png: Added.
2590 * fast/forms/select-style-expected.txt: Added.
2591 * fast/forms/select-style.html: Added.
2593 2006-07-10 Beth Dakin <bdakin@apple.com>
2597 Test for <rdar://problem/4621095> The should be a way to
2598 access the user interface scale factor through the DOM
2600 * fast/dom/jsDevicePixelRatio-expected.checksum: Added.
2601 * fast/dom/jsDevicePixelRatio-expected.png: Added.
2602 * fast/dom/jsDevicePixelRatio-expected.txt: Added.
2603 * fast/dom/jsDevicePixelRatio.html: Added.
2605 2006-07-10 Adele Peterson <adele@apple.com>
2607 http://bugzilla.opendarwin.org/show_bug.cgi?id=9830
2608 More pixel test results need updating since switching to native popup
2610 * editing/selection/replaced-boundaries-3-expected.checksum:
2611 * editing/selection/replaced-boundaries-3-expected.png:
2612 * fast/block/margin-collapse/103-expected.checksum:
2613 * fast/block/margin-collapse/103-expected.png:
2614 * fast/forms/001-expected.checksum:
2615 * fast/forms/001-expected.png:
2616 * fast/forms/HTMLOptionElement_label01-expected.checksum:
2617 * fast/forms/HTMLOptionElement_label01-expected.png:
2618 * fast/forms/HTMLOptionElement_label02-expected.checksum:
2619 * fast/forms/HTMLOptionElement_label02-expected.png:
2620 * fast/forms/HTMLOptionElement_label03-expected.checksum:
2621 * fast/forms/HTMLOptionElement_label03-expected.png:
2622 * fast/forms/HTMLOptionElement_label04-expected.checksum:
2623 * fast/forms/HTMLOptionElement_label04-expected.png:
2624 * fast/forms/form-element-geometry-expected.checksum:
2625 * fast/forms/form-element-geometry-expected.png:
2626 * fast/forms/option-script-expected.checksum:
2627 * fast/forms/option-script-expected.png:
2628 * fast/forms/option-strip-whitespace-expected.checksum:
2629 * fast/forms/option-strip-whitespace-expected.png:
2630 * fast/invalid/014-expected.checksum:
2631 * fast/invalid/014-expected.png:
2632 * fast/parser/document-write-option-expected.checksum:
2633 * fast/parser/document-write-option-expected.png:
2634 * tables/mozilla/bugs/bug2479-3-expected.checksum:
2635 * tables/mozilla/bugs/bug2479-3-expected.png:
2636 * tables/mozilla/bugs/bug29326-expected.checksum:
2637 * tables/mozilla/bugs/bug29326-expected.png:
2638 * tables/mozilla/bugs/bug33855-expected.checksum:
2639 * tables/mozilla/bugs/bug33855-expected.png:
2640 * tables/mozilla/bugs/bug96334-expected.checksum:
2641 * tables/mozilla/bugs/bug96334-expected.png:
2642 * tables/mozilla/core/margins-expected.checksum:
2643 * tables/mozilla/core/margins-expected.png:
2644 * tables/mozilla/dom/tableDom-expected.checksum:
2645 * tables/mozilla/dom/tableDom-expected.png:
2647 2006-07-10 Darin Adler <darin@apple.com>
2649 * tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
2650 Updated one more result for Adele's 4463835 change last night.
2652 2006-07-10 Beth Dakin <bdakin@apple.com>
2656 Test cases for <rdar://problem/4610314> Support the CSS3 content
2659 * fast/css/contentDiv-expected.checksum: Added.
2660 * fast/css/contentDiv-expected.png: Added.
2661 * fast/css/contentDiv-expected.txt: Added.
2662 * fast/css/contentDiv.html: Added.
2663 * fast/css/contentDivWithChildren-expected.checksum: Added.
2664 * fast/css/contentDivWithChildren-expected.png: Added.
2665 * fast/css/contentDivWithChildren-expected.txt: Added.
2666 * fast/css/contentDivWithChildren.html: Added.
2667 * fast/css/contentImage-expected.checksum: Added.
2668 * fast/css/contentImage-expected.png: Added.
2669 * fast/css/contentImage-expected.txt: Added.
2670 * fast/css/contentImage.html: Added.
2671 * fast/css/resources/show-shoes-vs-pie.png: Added.
2673 2006-07-09 Anders Carlsson <acarlsson@apple.com>
2677 http://bugzilla.opendarwin.org/show_bug.cgi?id=9245
2678 Quirksmode: Incorrect handling of disabled BUTTON elements
2680 * fast/forms/activate-and-disabled-elements-expected.txt: Added.
2681 * fast/forms/activate-and-disabled-elements.html: Added.
2683 2006-07-09 Adele Peterson <adele@apple.com>
2687 Updated results for:
2688 <rdar://problem/4463835> Switch to use new popup menu implementation for <select>
2690 * editing/selection/replaced-boundaries-3-expected.txt:
2691 * editing/selection/select-box-expected.txt:
2692 * fast/block/margin-collapse/103-expected.txt:
2693 * fast/dom/option-properties-expected.txt:
2694 * fast/forms/003-expected.txt:
2695 * fast/forms/004-expected.txt:
2696 * fast/forms/HTMLOptionElement_label01-expected.txt:
2697 * fast/forms/HTMLOptionElement_label02-expected.txt:
2698 * fast/forms/HTMLOptionElement_label03-expected.txt:
2699 * fast/forms/HTMLOptionElement_label04-expected.txt:
2700 * fast/forms/HTMLOptionElement_label06-expected.txt:
2701 * fast/forms/HTMLOptionElement_label07-expected.txt:
2702 * fast/forms/form-element-geometry-expected.txt:
2703 * fast/forms/option-script-expected.txt:
2704 * fast/forms/option-strip-whitespace-expected.txt:
2705 * fast/forms/select-remove-option-expected.txt:
2706 * fast/forms/select-replace-option-expected.txt:
2707 * fast/forms/select-reset-expected.txt:
2708 * fast/invalid/014-expected.txt:
2709 * fast/parser/document-write-option-expected.txt:
2710 * fast/replaced/width100percent-expected.txt:
2711 * tables/mozilla/bugs/bug1188-expected.txt:
2712 * tables/mozilla/bugs/bug18359-expected.txt:
2713 * tables/mozilla/bugs/bug2479-3-expected.txt:
2714 * tables/mozilla/bugs/bug2479-4-expected.txt:
2715 * tables/mozilla/bugs/bug29326-expected.txt:
2716 * tables/mozilla/bugs/bug33855-expected.txt:
2717 * tables/mozilla/bugs/bug4382-expected.txt:
2718 * tables/mozilla/bugs/bug96334-expected.txt:
2719 * tables/mozilla/core/margins-expected.txt:
2720 * tables/mozilla/dom/tableDom-expected.txt:
2722 2006-07-09 Geoffrey Garen <ggaren@apple.com>
2726 Now that we garbage collect after reinitalizing the global object, not
2727 before, we have more free memory, so a custom property that used to
2728 get collected during the initialization phase of this test now avoids
2729 getting collected until the collection phase.
2731 * fast/dom/gc-9-expected.txt:
2732 * fast/dom/gc-9.html:
2734 2006-07-09 David Kilzer <ddkilzer@kilzer.net>
2738 - http://bugzilla.opendarwin.org/show_bug.cgi?id=9812
2739 LayoutTests/svg/custom/foreign-object-skew.svg seems to be fixed
2741 * svg/custom/foreign-object-skew-expected.checksum: Updated.
2742 * svg/custom/foreign-object-skew-expected.png: Updated.
2744 2006-07-09 Darin Adler <darin@apple.com>
2746 * fast/dom/delete-contents-expected.txt: Updated results that changed
2747 because we now keep comment nodes in the DOM.
2749 2006-07-09 David Harrison <harrison@apple.com>
2751 Reviewed by John Sullivan.
2753 <rdar://problem/4598149> Deleting the contents of a DOMRange and then inserting a node into it crashes in WebCore::Font::canUseGlyphCache
2755 * fast/dom/delete-contents-expected.checksum: Added.
2756 * fast/dom/delete-contents-expected.png: Added.
2757 * fast/dom/delete-contents-expected.txt: Added.
2758 * fast/dom/delete-contents.html: Added.
2760 2006-07-09 David Kilzer <ddkilzer@kilzer.net>
2764 - http://bugzilla.opendarwin.org/show_bug.cgi?id=9797
2765 Make description() in fast/js/resources/js-test-pre.js work with MSIE 6
2767 * fast/js/resources/js-test-pre.js: Change description() to work with MSIE 6.
2769 2006-07-08 Timothy Hatcher <timothy@apple.com>
2773 Bug 5312: comments aren't available via DOM
2774 http://bugzilla.opendarwin.org/show_bug.cgi?id=5312
2776 New tests for DOM comment nodes. Updated results to account for new
2777 nodes in the DOM (editing offsets changed.)
2779 * editing/deleting/delete-line-013-expected.txt:
2780 * editing/deleting/delete-line-014-expected.txt:
2781 * editing/inserting/insert-3907422-fix-expected.txt:
2782 * editing/inserting/insert-div-009-expected.txt:
2783 * editing/inserting/insert-div-010-expected.txt:
2784 * editing/selection/extend-by-character-006-expected.txt:
2785 * editing/selection/move-between-blocks-no-001-expected.txt:
2786 * editing/selection/move-between-blocks-yes-001-expected.txt:
2787 * fast/dom/HTMLDocument/object-by-name-or-id-expected.txt:
2788 * fast/dom/HTMLDocument/object-by-name-or-id.html:
2789 * fast/dom/comment-document-fragment-expected.txt: Added.
2790 * fast/dom/comment-document-fragment.html: Added.
2791 * fast/dom/comment-dom-node-expected.txt: Added.
2792 * fast/dom/comment-dom-node.html: Added.
2793 * fast/dom/comment-not-documentElement-expected.checksum: Added.
2794 * fast/dom/comment-not-documentElement-expected.png: Added.
2795 * fast/dom/comment-not-documentElement-expected.txt: Added.
2796 * fast/dom/comment-not-documentElement.html: Added.
2797 * fast/text/atsui-pointtooffset-calls-cg-expected.txt:
2798 * fast/text/atsui-rtl-override-selection-expected.txt:
2800 2006-07-08 Darin Adler <darin@apple.com>
2802 Reviewed by Geoff (well, half of it at least).
2804 - http://bugzilla.opendarwin.org/show_bug.cgi?id=9788
2805 storage leaks in Objective-C tests
2807 * plugins/jsobjc-simple.html: Add an autorelease to fix a storage leak.
2809 2006-07-08 Darin Adler <darin@apple.com>
2811 - clear up a few minor housekeeping problems
2813 * fast/css/xml-stylesheet-pi-not-in-prolog-expected.checksum: Added.
2814 * fast/css/xml-stylesheet-pi-not-in-prolog-expected.png: Added.
2815 * fast/forms/input-appearance-height-expected.checksum: Added.
2816 Added missing test results.
2818 * fast/block/float/nopaint-after-layer-destruction-expected.checksum:
2819 * fast/block/positioning/absolute-positioned-overconstrained.html:
2820 * fast/css/ZeroOpacityLayers.html:
2821 * fast/css/ZeroOpacityLayers2.html:
2822 * fast/css/font-shorthand-weight-only-expected.checksum:
2823 * fast/css/hsl-color-expected.checksum:
2824 * fast/css/hsla-color-expected.checksum:
2825 * fast/css/resize-corner-tracking-expected.checksum:
2826 * fast/dom/HTMLLinkElement/pending-stylesheet-count-expected.checksum:
2827 * fast/dynamic/selection-highlight-adjust-expected.checksum:
2828 * fast/forms/button-generated-content-expected.checksum:
2829 * fast/frames/calculate-fixed.html:
2830 * fast/frames/calculate-order.html:
2831 * fast/frames/calculate-percentage.html:
2832 * fast/frames/calculate-relative.html:
2833 * fast/frames/calculate-round.html:
2834 * fast/history/clicked-link-is-visited-expected.checksum:
2835 * fast/layers/opacity-outline-expected.checksum:
2836 * fast/media/import-p-red.css:
2837 * fast/parser/broken-comments-vs-parsing-mode-expected.checksum:
2838 * fast/repaint/clipped-relative-expected.checksum:
2839 * fast/repaint/float-move-during-layout-expected.checksum:
2840 * fast/repaint/layer-child-outline-expected.checksum:
2841 * fast/repaint/outline-shrinking-expected.checksum:
2842 * fast/repaint/static-to-positioned-expected.checksum:
2843 * fast/repaint/table-collapsed-border-expected.checksum:
2844 * fast/table/absolute-table-at-bottom-expected.checksum:
2845 * fast/table/border-collapsing/border-collapsing-head-foot-expected.checksum:
2846 * fast/table/empty-section-crash-expected.checksum:
2847 * fast/table/rtl-cell-display-none-assert-expected.checksum:
2848 * fast/table/text-field-baseline-expected.checksum:
2849 * fast/text/capitalize-empty-generated-string-expected.checksum:
2850 * svg/custom/gradient-stroke-width-expected.checksum:
2851 * traversal/stay-within-root-expected.checksum:
2852 Removed "No newline at end of file" that snuck in as part of the "apply patch" process.
2854 * fast/block/positioning/absolute-positioned-overconstrained-expected.txt:
2855 * fast/css/ZeroOpacityLayers-expected.checksum:
2856 * fast/css/ZeroOpacityLayers-expected.png:
2857 * fast/css/ZeroOpacityLayers-expected.txt:
2858 * fast/css/ZeroOpacityLayers2-expected.checksum:
2859 * fast/css/ZeroOpacityLayers2-expected.png:
2860 * fast/css/ZeroOpacityLayers2-expected.txt:
2861 Updated tests results that changed due to the above.
2863 2006-07-07 Justin Garcia <justin.garcia@apple.com>
2867 * editing/selection/editable-non-editable-crash-expected.checksum: Added.
2868 * editing/selection/editable-non-editable-crash-expected.png: Added.
2869 * editing/selection/editable-non-editable-crash-expected.txt: Added.
2870 * editing/selection/editable-non-editable-crash.html: Added.
2871 * editing/selection/skip-non-editable-1-expected.txt:
2872 * editing/selection/skip-non-editable-1.html:
2874 2006-07-07 Levi Weintraub <lweintraub@apple.com>
2878 Missed a few in the last update...
2880 * fast/forms/input-delete-expected.txt:
2881 * fast/repaint/inline-outline-repaint-expected.txt:
2882 * fast/repaint/selection-after-delete-expected.txt:
2884 2006-07-07 Levi Weintraub <lweintraub@apple.com>
2888 Deletion editing deligates now show up!
2890 * editing/deleting/collapse-whitespace-3587601-fix-expected.txt:
2891 * editing/deleting/delete-3608430-fix-expected.txt:
2892 * editing/deleting/delete-3608445-fix-expected.txt:
2893 * editing/deleting/delete-3608462-fix-expected.txt:
2894 * editing/deleting/delete-3775172-fix-expected.txt:
2895 * editing/deleting/delete-3800834-fix-expected.txt:
2896 * editing/deleting/delete-3857753-fix-expected.txt:
2897 * editing/deleting/delete-3865854-fix-expected.txt:
2898 * editing/deleting/delete-3928305-fix-expected.txt:
2899 * editing/deleting/delete-3959464-fix-expected.txt:
2900 * editing/deleting/delete-4038408-fix-expected.txt:
2901 * editing/deleting/delete-4083333-fix-expected.txt:
2902 * editing/deleting/delete-after-span-ws-001-expected.txt:
2903 * editing/deleting/delete-after-span-ws-002-expected.txt:
2904 * editing/deleting/delete-after-span-ws-003-expected.txt:
2905 * editing/deleting/delete-all-text-in-text-field-assertion-expected.txt:
2906 * editing/deleting/delete-and-undo-expected.txt:
2907 * editing/deleting/delete-at-paragraph-boundaries-001-expected.txt:
2908 * editing/deleting/delete-at-paragraph-boundaries-002-expected.txt:
2909 * editing/deleting/delete-at-paragraph-boundaries-003-expected.txt:
2910 * editing/deleting/delete-at-paragraph-boundaries-004-expected.txt:
2911 * editing/deleting/delete-at-paragraph-boundaries-005-expected.txt:
2912 * editing/deleting/delete-at-paragraph-boundaries-006-expected.txt:
2913 * editing/deleting/delete-at-paragraph-boundaries-007-expected.txt:
2914 * editing/deleting/delete-at-paragraph-boundaries-008-expected.txt:
2915 * editing/deleting/delete-at-paragraph-boundaries-009-expected.txt:
2916 * editing/deleting/delete-at-paragraph-boundaries-010-expected.txt:
2917 * editing/deleting/delete-at-paragraph-boundaries-011-expected.txt:
2918 * editing/deleting/delete-block-contents-001-expected.txt:
2919 * editing/deleting/delete-block-contents-002-expected.txt:
2920 * editing/deleting/delete-block-contents-003-expected.txt:
2921 * editing/deleting/delete-block-merge-contents-001-expected.txt:
2922 * editing/deleting/delete-block-merge-contents-002-expected.txt:
2923 * editing/deleting/delete-block-merge-contents-003-expected.txt:
2924 * editing/deleting/delete-block-merge-contents-004-expected.txt:
2925 * editing/deleting/delete-block-merge-contents-005-expected.txt:
2926 * editing/deleting/delete-block-merge-contents-006-expected.txt:
2927 * editing/deleting/delete-block-merge-contents-007-expected.txt:
2928 * editing/deleting/delete-block-merge-contents-008-expected.txt:
2929 * editing/deleting/delete-block-merge-contents-009-expected.txt:
2930 * editing/deleting/delete-block-merge-contents-010-expected.txt:
2931 * editing/deleting/delete-block-merge-contents-012-expected.txt:
2932 * editing/deleting/delete-block-merge-contents-013-expected.txt:
2933 * editing/deleting/delete-block-merge-contents-014-expected.txt:
2934 * editing/deleting/delete-block-merge-contents-015-expected.txt:
2935 * editing/deleting/delete-block-merge-contents-016-expected.txt:
2936 * editing/deleting/delete-block-merge-contents-017-expected.txt:
2937 * editing/deleting/delete-block-merge-contents-018-expected.txt:
2938 * editing/deleting/delete-block-merge-contents-019-expected.txt:
2939 * editing/deleting/delete-block-merge-contents-020-expected.txt:
2940 * editing/deleting/delete-block-merge-contents-021-expected.txt:
2941 * editing/deleting/delete-block-merge-contents-022-expected.txt:
2942 * editing/deleting/delete-block-merge-contents-023-expected.txt:
2943 * editing/deleting/delete-block-merge-contents-024-expected.txt:
2944 * editing/deleting/delete-br-001-expected.txt:
2945 * editing/deleting/delete-br-002-expected.txt:
2946 * editing/deleting/delete-br-003-expected.txt:
2947 * editing/deleting/delete-br-004-expected.txt:
2948 * editing/deleting/delete-br-005-expected.txt:
2949 * editing/deleting/delete-br-006-expected.txt:
2950 * editing/deleting/delete-br-007-expected.txt:
2951 * editing/deleting/delete-br-008-expected.txt:
2952 * editing/deleting/delete-br-009-expected.txt:
2953 * editing/deleting/delete-br-010-expected.txt:
2954 * editing/deleting/delete-br-011-expected.txt:
2955 * editing/deleting/delete-character-001-expected.txt:
2956 * editing/deleting/delete-contiguous-ws-001-expected.txt:
2957 * editing/deleting/delete-image-001-expected.txt:
2958 * editing/deleting/delete-image-002-expected.txt:
2959 * editing/deleting/delete-image-003-expected.txt:
2960 * editing/deleting/delete-image-004-expected.txt:
2961 * editing/deleting/delete-leading-ws-001-expected.txt:
2962 * editing/deleting/delete-line-001-expected.txt:
2963 * editing/deleting/delete-line-002-expected.txt:
2964 * editing/deleting/delete-line-003-expected.txt:
2965 * editing/deleting/delete-line-004-expected.txt:
2966 * editing/deleting/delete-line-005-expected.txt:
2967 * editing/deleting/delete-line-006-expected.txt:
2968 * editing/deleting/delete-line-007-expected.txt:
2969 * editing/deleting/delete-line-008-expected.txt:
2970 * editing/deleting/delete-line-009-expected.txt:
2971 * editing/deleting/delete-line-010-expected.txt:
2972 * editing/deleting/delete-line-011-expected.txt:
2973 * editing/deleting/delete-line-012-expected.txt:
2974 * editing/deleting/delete-line-013-expected.txt:
2975 * editing/deleting/delete-line-014-expected.txt:
2976 * editing/deleting/delete-line-015-expected.txt:
2977 * editing/deleting/delete-line-016-expected.txt:
2978 * editing/deleting/delete-line-017-expected.txt:
2979 * editing/deleting/delete-line-end-ws-001-expected.txt:
2980 * editing/deleting/delete-line-end-ws-002-expected.txt:
2981 * editing/deleting/delete-listitem-001-expected.txt:
2982 * editing/deleting/delete-listitem-002-expected.txt:
2983 * editing/deleting/delete-select-all-001-expected.txt:
2984 * editing/deleting/delete-select-all-002-expected.txt:
2985 * editing/deleting/delete-select-all-003-expected.txt:
2986 * editing/deleting/delete-selection-001-expected.txt:
2987 * editing/deleting/delete-tab-001-expected.txt:
2988 * editing/deleting/delete-tab-002-expected.txt:
2989 * editing/deleting/delete-tab-003-expected.txt:
2990 * editing/deleting/delete-tab-004-expected.txt:
2991 * editing/deleting/delete-trailing-ws-001-expected.txt:
2992 * editing/deleting/delete-trailing-ws-002-expected.txt:
2993 * editing/deleting/delete-ws-fixup-001-expected.txt:
2994 * editing/deleting/delete-ws-fixup-002-expected.txt:
2995 * editing/deleting/delete-ws-fixup-003-expected.txt:
2996 * editing/deleting/delete-ws-fixup-004-expected.txt:
2997 * editing/deleting/forward-delete-expected.txt:
2998 * editing/deleting/merge-different-styles-expected.txt:
2999 * editing/deleting/merge-endOfParagraph-expected.txt:
3000 * editing/deleting/merge-into-empty-block-1-expected.txt:
3001 * editing/deleting/merge-into-empty-block-2-expected.txt:
3002 * editing/deleting/merge-no-br-expected.txt:
3003 * editing/deleting/merge-unrendered-space-expected.txt:
3004 * editing/deleting/pruning-after-merge-1-expected.txt:
3005 * editing/deleting/pruning-after-merge-2-expected.txt:
3006 * editing/deleting/smart-delete-001-expected.txt:
3007 * editing/deleting/smart-delete-002-expected.txt:
3008 * editing/deleting/table-cells-expected.txt:
3009 * editing/execCommand/insertHTML-expected.txt:
3010 * editing/input/text-input-controller-expected.txt:
3011 * editing/inserting/insert-3775316-fix-expected.txt:
3012 * editing/inserting/insert-3851164-fix-expected.txt:
3013 * editing/inserting/insert-after-delete-001-expected.txt:
3014 * editing/inserting/insert-div-021-expected.txt:
3015 * editing/inserting/insert-div-026-expected.txt:
3016 * editing/pasteboard/4076267-2-expected.txt:
3017 * editing/pasteboard/4076267-3-expected.txt:
3018 * editing/pasteboard/4076267-expected.txt:
3019 * editing/pasteboard/paste-table-002-expected.txt:
3020 * editing/pasteboard/paste-text-015-expected.txt:
3021 * editing/selection/move-between-blocks-no-001-expected.txt:
3022 * editing/selection/select-all-iframe-expected.txt:
3023 * editing/style/block-style-005-expected.txt:
3024 * editing/style/smoosh-styles-001-expected.txt:
3025 * editing/style/smoosh-styles-002-expected.txt:
3026 * editing/style/style-3681552-fix-002-expected.txt:
3027 * editing/style/typing-style-001-expected.txt:
3028 * editing/style/typing-style-002-expected.txt:
3029 * editing/unsupported-content/list-delete-001-expected.txt:
3030 * editing/unsupported-content/list-delete-002-expected.txt:
3031 * editing/unsupported-content/list-delete-003-expected.txt:
3032 * editing/unsupported-content/table-delete-001-expected.txt:
3033 * editing/unsupported-content/table-delete-002-expected.txt:
3034 * editing/unsupported-content/table-delete-003-expected.txt:
3035 * fast/forms/input-text-option-delete-expected.checksum:
3036 * fast/forms/input-text-option-delete-expected.txt:
3038 2006-07-07 Levi Weintraub <lweintraub@apple.com>
3042 Improved table editing
3044 * editing/deleting/delete-to-select-table-expected.checksum: Added.
3045 * editing/deleting/delete-to-select-table-expected.png: Added.
3046 * editing/deleting/delete-to-select-table-expected.txt: Added.
3047 * editing/deleting/delete-to-select-table.html: Added.
3048 * editing/input/text-input-controller-expected.txt:
3050 2006-07-07 Anders Carlsson <acarlsson@apple.com>
3054 http://bugzilla.opendarwin.org/show_bug.cgi?id=8300
3055 REGRESSION: First mouse click is randomly ignored when clicking on checkbox and radio buttons
3057 * fast/forms/radio-check-click-and-drag-expected.txt: Added.
3058 * fast/forms/radio-check-click-and-drag.html: Added.
3060 2006-07-06 Justin Garcia <justin.garcia@apple.com>
3064 <rdar://problem/4609184>
3065 Mail crashes at WebCore::Selection::adjustForEditableContent
3066 <rdar://problem/4609140>
3067 Crash at WebCore::Range::compareBoundaryPoints
3069 * editing/selection/mixed-editability-1-expected.checksum: Added.
3070 * editing/selection/mixed-editability-1-expected.png: Added.
3071 * editing/selection/mixed-editability-1-expected.txt: Added.
3072 * editing/selection/mixed-editability-1.html: Added.
3073 * editing/selection/mixed-editability-2-expected.checksum: Added.
3074 * editing/selection/mixed-editability-2-expected.png: Added.
3075 * editing/selection/mixed-editability-2-expected.txt: Added.
3076 * editing/selection/mixed-editability-2.html: Added.
3078 2006-07-06 Anders Carlsson <acarlsson@apple.com>
3082 http://bugzilla.opendarwin.org/show_bug.cgi?id=9528
3083 REGRESSION: arrow key skips '>' in Bugzilla replies due to '\n' in text nodes
3085 * fast/dom/css-selectorText-expected.txt:
3086 * fast/dom/css-shortHands-expected.txt:
3089 * fast/dom/set-inner-text-newlines-expected.txt: Added.
3090 * fast/dom/set-inner-text-newlines.html: Added.
3092 2006-07-06 Anders Carlsson <acarlsson@apple.com>
3096 <rdar://problem/4610891> Support overflow events
3098 * fast/events/overflow-events-expected.txt: Added.
3099 * fast/events/overflow-events.html: Added.
3101 2006-07-06 David Harrison <harrison@apple.com>
3105 <rdar://problem/4565031> innerHTML of XMP tag returns special characters like '>' instead of '>'
3107 * fast/innerHTML/006-expected.checksum: Added.
3108 * fast/innerHTML/006-expected.png: Added.
3109 * fast/innerHTML/006-expected.txt: Added.
3110 * fast/innerHTML/006.html: Added.
3112 2006-07-05 John Sullivan <sullivan@apple.com>
3116 - layout test for <rdar://problem/4609162> REGRESSION: When tabbing between links on a page,
3117 the window doesn't scroll to link that's not in view
3119 The test verifies that focusing a link will scroll the link into view.
3121 * fast/events/reveal-link-when-focused-expected.checksum: Added.
3122 * fast/events/reveal-link-when-focused-expected.png: Added.
3123 * fast/events/reveal-link-when-focused-expected.txt: Added.
3124 * fast/events/reveal-link-when-focused.html: Added.
3126 2006-07-05 Anders Carlsson <acarlsson@apple.com>
3130 http://bugzilla.opendarwin.org/show_bug.cgi?id=3581
3131 iFrames set to display:none are Missing from frames array
3133 * fast/events/mouseover-mouseout2-expected.txt:
3134 * fast/events/mouseover-mouseout2.html:
3135 Update expected result. Since we now keep the frame around, the mouseout event is
3136 now dispatched to the element in the frame.
3138 * fast/events/onloadFrameCrash-expected.checksum:
3139 * fast/events/onloadFrameCrash-expected.png:
3140 * fast/events/onloadFrameCrash-expected.txt:
3141 This does hide the frame now.
3143 * fast/frames/iframe-display-none-expected.txt: Added.
3144 * fast/frames/iframe-display-none.html: Added.
3145 * fast/frames/resources/iframe-display-none-child.html: Added.
3146 New test that tests JS interaction with frames.
3148 * fast/frames/iframe-double-attach-expected.txt: Added.
3149 * fast/frames/iframe-double-attach.html: Added.
3151 2006-07-04 Maciej Stachowiak <mjs@apple.com>
3155 http://bugzilla.opendarwin.org/show_bug.cgi?id=9734
3156 - change SVG XPath DOM tests to dump as text, and update expected results
3158 This should stop the random failures in Attribute_Nodes.svg
3160 * dom/svg/level3/xpath/Attribute_Nodes-expected.txt:
3161 * dom/svg/level3/xpath/Attribute_Nodes_xmlns-expected.txt:
3162 * dom/svg/level3/xpath/Comment_Nodes-expected.txt:
3163 * dom/svg/level3/xpath/Conformance_Expressions-expected.txt:
3164 * dom/svg/level3/xpath/Conformance_hasFeature_3-expected.txt:
3165 * dom/svg/level3/xpath/Conformance_hasFeature_empty-expected.txt:
3166 * dom/svg/level3/xpath/Conformance_hasFeature_null-expected.txt:
3167 * dom/svg/level3/xpath/Conformance_isSupported_3-expected.txt:
3168 * dom/svg/level3/xpath/Conformance_isSupported_empty-expected.txt:
3169 * dom/svg/level3/xpath/Conformance_isSupported_null-expected.txt:
3170 * dom/svg/level3/xpath/Element_Nodes-expected.txt:
3171 * dom/svg/level3/xpath/Processing_Instruction_Nodes-expected.txt:
3172 * dom/svg/level3/xpath/Text_Nodes-expected.txt:
3173 * dom/svg/level3/xpath/XPathEvaluatorCast01-expected.txt:
3174 * dom/svg/level3/xpath/XPathEvaluator_createExpression_INVALID_EXPRESSION_ERR-expected.txt:
3175 * dom/svg/level3/xpath/XPathEvaluator_createExpression_NAMESPACE_ERR_01-expected.txt:
3176 * dom/svg/level3/xpath/XPathEvaluator_createExpression_NAMESPACE_ERR_02-expected.txt:
3177 * dom/svg/level3/xpath/XPathEvaluator_createExpression_NS-expected.txt:
3178 * dom/svg/level3/xpath/XPathEvaluator_createExpression_no_NS-expected.txt:
3179 * dom/svg/level3/xpath/XPathEvaluator_createNSResolver_all-expected.txt:
3180 * dom/svg/level3/xpath/XPathEvaluator_createNSResolver_document-expected.txt:
3181 * dom/svg/level3/xpath/XPathEvaluator_createNSResolver_documentElement-expected.txt:
3182 * dom/svg/level3/xpath/XPathEvaluator_evaluate_INVALID_EXPRESSION_ERR-expected.txt:
3183 * dom/svg/level3/xpath/XPathEvaluator_evaluate_NAMESPACE_ERR-expected.txt:
3184 * dom/svg/level3/xpath/XPathEvaluator_evaluate_NOT_SUPPORTED_ERR-expected.txt:
3185 * dom/svg/level3/xpath/XPathEvaluator_evaluate_TYPE_ERR-expected.txt:
3186 * dom/svg/level3/xpath/XPathEvaluator_evaluate_WRONG_DOCUMENT_ERR-expected.txt:
3187 * dom/svg/level3/xpath/XPathEvaluator_evaluate_document-expected.txt:
3188 * dom/svg/level3/xpath/XPathEvaluator_evaluate_documentElement-expected.txt:
3189 * dom/svg/level3/xpath/XPathExpression_evaluate_NOT_SUPPORTED_ERR-expected.txt:
3190 * dom/svg/level3/xpath/XPathExpression_evaluate_WRONG_DOCUMENT_ERR-expected.txt:
3191 * dom/svg/level3/xpath/XPathExpression_evaluate_document-expected.txt:
3192 * dom/svg/level3/xpath/XPathExpression_evaluate_documentElement-expected.txt:
3193 * dom/svg/level3/xpath/XPathNSResolver_lookupNamespaceURI_nist_dmstc-expected.txt:
3194 * dom/svg/level3/xpath/XPathNSResolver_lookupNamespaceURI_null-expected.txt:
3195 * dom/svg/level3/xpath/XPathNSResolver_lookupNamespaceURI_prefix-expected.txt:
3196 * dom/svg/level3/xpath/XPathNSResolver_lookupNamespaceURI_xml-expected.txt:
3197 * dom/svg/level3/xpath/XPathResult_TYPE_ERR-expected.txt:
3198 * dom/svg/level3/xpath/XPathResult_booleanValue_false-expected.txt:
3199 * dom/svg/level3/xpath/XPathResult_booleanValue_true-expected.txt:
3200 * dom/svg/level3/xpath/XPathResult_invalidIteratorState_ANY_TYPE-expected.txt:
3201 * dom/svg/level3/xpath/XPathResult_invalidIteratorState_ANY_UNORDERED_NODE_TYPE-expected.txt:
3202 * dom/svg/level3/xpath/XPathResult_invalidIteratorState_BOOLEAN_TYPE-expected.txt:
3203 * dom/svg/level3/xpath/XPathResult_invalidIteratorState_FIRST_ORDERED_NODE_TYPE-expected.txt:
3204 * dom/svg/level3/xpath/XPathResult_invalidIteratorState_NUMBER_TYPE-expected.txt:
3205 * dom/svg/level3/xpath/XPathResult_invalidIteratorState_ORDERED_NODE_ITERATOR_TYPE-expected.txt:
3206 * dom/svg/level3/xpath/XPathResult_invalidIteratorState_ORDERED_NODE_SNAPSHOT_TYPE-expected.txt:
3207 * dom/svg/level3/xpath/XPathResult_invalidIteratorState_STRING_TYPE-expected.txt:
3208 * dom/svg/level3/xpath/XPathResult_invalidIteratorState_UNORDERED_NODE_ITERATOR_TYPE-expected.txt:
3209 * dom/svg/level3/xpath/XPathResult_invalidIteratorState_UNORDERED_NODE_SNAPSHOT_TYPE-expected.txt:
3210 * dom/svg/level3/xpath/XPathResult_iterateNext_INVALID_STATE_ERR-expected.txt:
3211 * dom/svg/level3/xpath/XPathResult_iteratorNext_ORDERED_NODE_ITERATOR_TYPE-expected.txt:
3212 * dom/svg/level3/xpath/XPathResult_numberValue-expected.txt:
3213 * dom/svg/level3/xpath/XPathResult_resultType-expected.txt:
3214 * dom/svg/level3/xpath/XPathResult_singleNodeValue_ANY_UNORDERED_NODE_TYPE-expected.txt:
3215 * dom/svg/level3/xpath/XPathResult_singleNodeValue_FIRST_ORDERED_NODE_TYPE-expected.txt:
3216 * dom/svg/level3/xpath/XPathResult_snapshotItem_ORDERED_NODE_SNAPSHOT_TYPE_null-expected.txt:
3217 * dom/svg/level3/xpath/XPathResult_snapshotItem_ORDERED_NODE_SNAPSHOT_TYPE_order-expected.txt:
3218 * dom/svg/level3/xpath/XPathResult_snapshotItem_UNORDERED_NODE_SNAPSHOT_TYPE_count-expected.txt:
3219 * dom/svg/level3/xpath/XPathResult_snapshotItem_UNORDERED_NODE_SNAPSHOT_TYPE_null-expected.txt:
3220 * dom/svg/level3/xpath/XPathResult_snapshotLength_ORDERED_NODE_SNAPSHOT_TYPE-expected.txt:
3221 * dom/svg/level3/xpath/XPathResult_snapshotLength_UNORDERED_NODE_SNAPSHOT_TYPE-expected.txt:
3222 * dom/svg/level3/xpath/XPathResult_stringValue-expected.txt:
3223 * dom/svg/level3/xpath/svgunit.js:
3225 2006-07-04 Darin Adler <darin@apple.com>
3227 - updated test result to reflect window without scroll bars
3229 1) this test should not have scroll bars
3230 2) on the buildbot the result is the non-scroll-bar one
3232 * dom/svg/level3/xpath/Attribute_Nodes-expected.txt:
3233 Changed text node width to 800.
3235 2006-07-02 David Carson <dacarson@gmail.com>
3239 - tests for http://bugzilla.opendarwin.org/show_bug.cgi?id=9506
3240 Tests using HSL rather than RGB for color values.
3242 * fast/css/hsl-color-expected.checksum: Added.
3243 * fast/css/hsl-color-expected.png: Added.
3244 * fast/css/hsl-color-expected.txt: Added.
3245 * fast/css/hsl-color.html: Added.
3246 * fast/css/hsla-color-expected.checksum: Added.
3247 * fast/css/hsla-color-expected.png: Added.
3248 * fast/css/hsla-color-expected.txt: Added.
3249 * fast/css/hsla-color.html: Added.
3251 2006-07-04 Alexey Proskuryakov <ap@nypop.com>
3255 - http://bugzilla.opendarwin.org/show_bug.cgi?id=8210
3256 Conditional XMLHttpRequest gets should pass 304 responses unchanged
3258 * http/tests/xmlhttprequest/cache-override-expected.txt: Added.
3259 * http/tests/xmlhttprequest/cache-override.html: Added.
3260 * http/tests/xmlhttprequest/resources/304.pl: Added.
3262 2006-07-02 Mitz Pettel <opendarwin.org@mitzpettel.com>
3266 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9674
3267 REGRESSION (r15075): Blank or incomplete pages on digg.com
3269 * fast/tokenizer/nested-cached-scripts-expected.txt: Added.
3270 * fast/tokenizer/nested-cached-scripts.html: Added.
3271 * fast/tokenizer/resources/nested-1.js: Added.
3272 * fast/tokenizer/resources/nested-2.js: Added.
3274 2006-06-30 Mitz Pettel <opendarwin.org@mitzpettel.com>
3278 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=7204
3279 float inserted in fixed height block via DOM not repainted
3281 * fast/repaint/float-move-during-layout-expected.checksum: Added.
3282 * fast/repaint/float-move-during-layout-expected.png: Added.
3283 * fast/repaint/float-move-during-layout-expected.txt: Added.
3284 * fast/repaint/float-move-during-layout.html: Added.
3286 2006-06-30 Levi Weintraub <lweintraub@apple.com>
3290 * editing/execCommand/format-block-with-trailing-br-expected.checksum: Added.
3291 * editing/execCommand/format-block-with-trailing-br-expected.png: Added.
3292 * editing/execCommand/format-block-with-trailing-br-expected.txt: Added.
3293 * editing/execCommand/format-block-with-trailing-br.html: Added.
3295 2006-06-30 Justin Garcia <justin.garcia@apple.com>
3299 * editing/pasteboard/pasting-object-expected.checksum: Added.
3300 * editing/pasteboard/pasting-object-expected.png: Added.
3301 * editing/pasteboard/pasting-object-expected.txt: Added.
3302 * editing/pasteboard/pasting-object.html: Added.
3304 2006-06-30 Justin Garcia <justin.garcia@apple.com>
3306 Reviewed by harrison
3309 * editing/selection/skip-non-editable-1-expected.txt: Added.
3310 * editing/selection/skip-non-editable-1.html: Added.
3311 * editing/selection/skip-non-editable-2-expected.txt: Added.
3312 * editing/selection/skip-non-editable-2.html: Added.
3314 Equivalent render tree:
3315 * editing/execCommand/format-block-with-braces-expected.txt:
3318 * editing/selection/iframe-expected.checksum:
3319 * editing/selection/iframe-expected.png:
3320 * editing/selection/iframe-expected.txt:
3321 * editing/selection/inline-table-expected.checksum:
3322 * editing/selection/inline-table-expected.png:
3323 * editing/selection/inline-table-expected.txt:
3324 * editing/selection/move-between-blocks-no-001-expected.checksum:
3325 * editing/selection/move-between-blocks-no-001-expected.png:
3326 * editing/selection/move-between-blocks-no-001-expected.txt:
3327 * editing/selection/select-box-expected.checksum:
3328 * editing/selection/select-box-expected.png:
3329 * editing/selection/select-box-expected.txt:
3331 2006-06-30 David Kilzer <ddkilzer@kilzer.net>
3335 - Test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9358
3336 REGRESSION: Assertion failure in HTMLInputElement::setValueFromRenderer
3337 (value == constrainValue(value)) when deleting all text
3339 * editing/deleting/delete-all-text-in-text-field-assertion-expected.txt: Added.
3340 * editing/deleting/delete-all-text-in-text-field-assertion.html: Added.
3342 2006-06-29 Sam Weinig <sam.weinig@gmail.com>
3346 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=4874
3347 Table with absolute bottom positioning is positioned incorrectly
3349 Note: test case originally from Mitz.
3351 * fast/table/absolute-table-at-bottom-expected.checksum: Added.
3352 * fast/table/absolute-table-at-bottom-expected.png: Added.
3353 * fast/table/absolute-table-at-bottom-expected.txt: Added.
3354 * fast/table/absolute-table-at-bottom.html: Added.
3356 2006-06-29 Graham Dennis <Graham.Dennis@gmail.com>
3360 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9505
3361 moveParagraphContentsToNewBlockIfNecessary creates a new block outside the current position
3363 * editing/pasteboard/paste-table-002.html: Added.
3364 * editing/pasteboard/paste-table-002-expected.checksum: Added.
3365 * editing/pasteboard/paste-table-002-expected.png: Added.
3366 * editing/pasteboard/paste-table-002-expected.txt: Added.
3368 2006-06-29 Mitz Pettel <opendarwin.org@mitzpettel.com>
3372 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9652
3373 Assertion failure when changing an RTL table cell to display:none
3375 * fast/table/rtl-cell-display-none-assert-expected.checksum: Added.
3376 * fast/table/rtl-cell-display-none-assert-expected.png: Added.
3377 * fast/table/rtl-cell-display-none-assert-expected.txt: Added.
3378 * fast/table/rtl-cell-display-none-assert.html: Added.
3380 2006-06-29 Beth Dakin <bdakin@apple.com>
3384 Test for <rdar://problem/4450615> Add composite mode to background
3387 * fast/backgrounds/bgCompositeCopy-expected.checksum: Added.
3388 * fast/backgrounds/bgCompositeCopy-expected.png: Added.
3389 * fast/backgrounds/bgCompositeCopy-expected.txt: Added.
3390 * fast/backgrounds/bgCompositeCopy.html: Added.
3391 * fast/backgrounds/resources/rgba16.png: Added.
3393 2006-06-28 Levi Weintraub <lweintraub@apple.com>
3397 <rdar://problem/4592005> FormatBlock inserts in the wrong place, disregarding editable content
3398 <rdar://problem/4590763> FormatBlock for paragraph style doesn't work
3400 * editing/execCommand/format-block-with-braces-expected.checksum: Added.
3401 * editing/execCommand/format-block-with-braces-expected.png: Added.
3402 * editing/execCommand/format-block-with-braces-expected.txt: Added.
3403 * editing/execCommand/format-block-with-braces.html: Added.
3404 * editing/execCommand/indent-list-item-expected.checksum: Added.
3405 * editing/execCommand/indent-list-item-expected.png: Added.
3406 * editing/execCommand/indent-list-item-expected.txt: Added.
3407 * editing/execCommand/indent-list-item.html: Added.
3408 * editing/execCommand/indent-selection-expected.checksum: Added.
3409 * editing/execCommand/indent-selection-expected.png: Added.
3410 * editing/execCommand/indent-selection-expected.txt: Added.
3411 * editing/execCommand/indent-selection.html: Added.
3412 * editing/execCommand/outdent-selection-expected.checksum: Added.
3413 * editing/execCommand/outdent-selection-expected.png: Added.
3414 * editing/execCommand/outdent-selection-expected.txt: Added.
3415 * editing/execCommand/outdent-selection.html: Added.
3417 2006-06-28 Levi Weintraub <lweintraub@apple.com>
3421 Missed the layout tests themselves in the first checkin! Whoops!
3423 2006-06-28 Levi Weintraub <lweintraub@apple.com>
3427 http://bugzilla.opendarwin.org/show_bug.cgi?id=7568
3428 Bug 7568: Implement Indent/Outdent
3430 * editing/execCommand/indent-list-item-expected.checksum: Added.
3431 * editing/execCommand/indent-list-item-expected.png: Added.
3432 * editing/execCommand/indent-list-item-expected.txt: Added.
3433 * editing/execCommand/indent-list-item.html: Added.
3434 * editing/execCommand/indent-selection-expected.checksum: Added.
3435 * editing/execCommand/indent-selection-expected.png: Added.
3436 * editing/execCommand/indent-selection-expected.txt: Added.
3437 * editing/execCommand/indent-selection.html: Added.
3438 * editing/execCommand/outdent-selection.html: Added.
3440 2006-06-28 Mitz Pettel <opendarwin.org@mitzpettel.com>
3442 Reviewed by Darin and Hyatt.
3444 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9561
3445 REGRESSION: Content property on :before of button causes hang on click or hover
3447 * fast/forms/button-generated-content-expected.checksum: Added.
3448 * fast/forms/button-generated-content-expected.png: Added.
3449 * fast/forms/button-generated-content-expected.txt: Added.
3450 * fast/forms/button-generated-content.html: Added.
3452 2006-06-28 Rob Buis <buis@kde.org>
3456 Improved test to check offsetX/Y after dispatching instead of before.
3458 * fast/dom/window-xy-properties.html:
3459 * fast/dom/window-xy-properties-expected.txt:
3461 2006-06-27 Rob Buis <buis@kde.org>
3465 Updated test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9605
3467 * fast/dom/window-xy-properties.html:
3468 * fast/dom/window-xy-properties-expected.txt:
3470 2006-06-27 Mitz Pettel <opendarwin.org@mitzpettel.com>
3474 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9317
3475 REGRESSION: crash in HTML tokenizer at Japanese Apple support page
3477 * fast/tokenizer/write-unclosed-script-expected.txt: Added.
3478 * fast/tokenizer/write-unclosed-script.html: Added.
3480 2006-06-27 Justin Garcia <justin.garcia@apple.com>
3484 * editing/execCommand/remove-formatting-expected.checksum: Added.
3485 * editing/execCommand/remove-formatting-expected.png: Added.
3486 * editing/execCommand/remove-formatting-expected.txt: Added.
3487 * editing/execCommand/remove-formatting.html: Added.
3489 2006-06-27 Justin Garcia <justin.garcia@apple.com>
3493 <rdar://problem/4599735> Clicking out of a table at the extremes of an editable document doesn't appear to work
3496 * editing/selection/click-before-and-after-table-expected.txt: Added.
3497 * editing/selection/click-before-and-after-table.html: Added.
3498 Updated to reflect fix:
3499 * editing/selection/move-by-line-001-expected.checksum:
3500 * editing/selection/move-by-line-001-expected.png:
3502 2006-06-27 Anders Carlsson <acarlsson@apple.com>
3506 http://bugzilla.opendarwin.org/show_bug.cgi?id=9623
3507 REGRESSION: getComputedStyle should do a relayout
3509 * fast/css/getComputedStyle-relayout-expected.txt: Added.
3510 * fast/css/getComputedStyle-relayout.html: Added.
3512 2006-06-27 Beth Dakin <bdakin@apple.com>