1 2006-03-12 Mitz Pettel <opendarwin.org@mitzpettel.com>
3 Reviewed by Maciej, landed by ap.
5 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=5923
6 REGRESSION: scrolling on Google maps continues after the mouse is
7 released outside the window
9 * fast/events/drag-outside-window-expected.txt: Added.
10 * fast/events/drag-outside-window.html: Added.
11 * fast/events/resources: Added.
12 * fast/events/resources/drag-outside-window-frame.html: Added.
14 2006-03-12 Alexey Proskuryakov <ap@nypop.com>
18 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=7708
19 REGRESSION: Flash callback to JavaScript function not working.
21 * plugins/invoke-expected.txt: Added.
22 * plugins/invoke.html: Added.
24 2006-03-12 David Kilzer <ddkilzer@kilzer.net>
26 Reviewed by Darin, landed by ap.
28 - Tests for http://bugzilla.opendarwin.org/show_bug.cgi?id=7724
29 Minor refactoring to HTMLParser::handleError() to remove duplicate code
31 These tests cover the changed code. No change in behavior.
33 * fast/invalid/missing-address-end-tag-expected.checksum: Added.
34 * fast/invalid/missing-address-end-tag-expected.png: Added.
35 * fast/invalid/missing-address-end-tag-expected.txt: Added.
36 * fast/invalid/missing-address-end-tag.html: Added.
37 * fast/invalid/missing-dl-end-tag-expected.checksum: Added.
38 * fast/invalid/missing-dl-end-tag-expected.png: Added.
39 * fast/invalid/missing-dl-end-tag-expected.txt: Added.
40 * fast/invalid/missing-dl-end-tag.html: Added.
41 * fast/invalid/missing-dt-end-tag-expected.checksum: Added.
42 * fast/invalid/missing-dt-end-tag-expected.png: Added.
43 * fast/invalid/missing-dt-end-tag-expected.txt: Added.
44 * fast/invalid/missing-dt-end-tag.html: Added.
45 * fast/invalid/missing-font-end-tag-expected.checksum: Added.
46 * fast/invalid/missing-font-end-tag-expected.png: Added.
47 * fast/invalid/missing-font-end-tag-expected.txt: Added.
48 * fast/invalid/missing-font-end-tag.html: Added.
50 2006-03-10 Darin Adler <darin@apple.com>
52 Reviewed by Geoff, except for frame-name-reset, which was done by Alexey.
54 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=3308
55 Pop-up blocking blocks window.open for already open windows
57 * fast/dom/Window/open-existing-pop-up-blocking-expected.checksum: Added.
58 * fast/dom/Window/open-existing-pop-up-blocking-expected.png: Added.
59 * fast/dom/Window/open-existing-pop-up-blocking-expected.txt: Added.
60 * fast/dom/Window/open-existing-pop-up-blocking.html: Added.
61 * fast/dom/Window/resources/open-sibling-subframe.html: Added.
62 * fast/dom/Window/resources/sibling-subframe-content.html: Added.
64 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=7422
65 Setting a frame name to the same value resets it to a generated one
67 * fast/frames/frame-name-reset.html: Added.
68 * fast/frames/frame-name-reset-expected.txt: Added.
70 2006-03-10 Adele Peterson <adele@apple.com>
72 - Test for <rdar://problem/4469419>
73 REGRESSION: RadioButtons are not checked in Safari when name attribute comes after checked attribute
75 * fast/forms/radio-attr-order-expected.checksum: Added.
76 * fast/forms/radio-attr-order-expected.png: Added.
77 * fast/forms/radio-attr-order-expected.txt: Added.
78 * fast/forms/radio-attr-order.html: Added.
80 2006-03-09 Adele Peterson <adele@apple.com>
82 - Test for http://bugzilla.opendarwin.org/show_bug.cgi?id=7675
83 When new text fields change from visibility:hidden to visibility:visible, value doesn't display
85 * fast/forms/input-appearance-visibility-expected.checksum: Added.
86 * fast/forms/input-appearance-visibility-expected.png: Added.
87 * fast/forms/input-appearance-visibility-expected.txt: Added.
88 * fast/forms/input-appearance-visibility.html: Added.
90 2006-03-09 Adele Peterson <adele@apple.com>
92 - Test for http://bugzilla.opendarwin.org/show_bug.cgi?id=6814
93 Implement selection methods for RenderTextField
95 * fast/forms/input-appearance-selection-expected.checksum: Added.
96 * fast/forms/input-appearance-selection-expected.png: Added.
97 * fast/forms/input-appearance-selection-expected.txt: Added.
98 * fast/forms/input-appearance-selection.html: Added.
100 2006-03-09 Mitz Pettel <opendarwin.org@mitzpettel.com>
104 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=7583
105 DRT hangs when doing eventSender.mouseDown on native widgets
107 * fast/events/event-sender-mouse-click-expected.txt: Added.
108 * fast/events/event-sender-mouse-click.html: Added.
110 2006-03-09 David Carson <dacarson@gmail.com>
114 * fast/canvas: Added.
116 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=6103
117 Rectangles are not filled according to the Web Applications Working Draft
119 * fast/canvas/fillrect_gradient-expected.checksum: Added.
120 * fast/canvas/fillrect_gradient-expected.png: Added.
121 * fast/canvas/fillrect_gradient-expected.txt: Added.
122 * fast/canvas/fillrect_gradient.html: Added.
124 - moved other canvas tests here
126 * fast/canvas/image-object-in-canvas-expected.checksum: Added.
127 * fast/canvas/image-object-in-canvas-expected.png: Added.
128 * fast/canvas/image-object-in-canvas-expected.txt: Added.
129 * fast/canvas/image-object-in-canvas.html: Added.
130 * fast/canvas/quadraticCurveTo-expected.checksum: Added.
131 * fast/canvas/quadraticCurveTo-expected.png: Added.
132 * fast/canvas/quadraticCurveTo-expected.txt: Added.
133 * fast/canvas/quadraticCurveTo.xml: Added.
134 * fast/canvas/resources: Added.
135 * fast/canvas/resources/apple.gif: Added.
137 * fast/dom/image-object-in-canvas-expected.checksum: Removed.
138 * fast/dom/image-object-in-canvas-expected.png: Removed.
139 * fast/dom/image-object-in-canvas-expected.txt: Removed.
140 * fast/dom/image-object-in-canvas.html: Removed.
141 * fast/dom/quadraticCurveTo-expected.checksum: Removed.
142 * fast/dom/quadraticCurveTo-expected.png: Removed.
143 * fast/dom/quadraticCurveTo-expected.txt: Removed.
144 * fast/dom/quadraticCurveTo.xml: Removed.
146 2006-03-09 Alexey Proskuryakov <ap@nypop.com>
150 - Tests for http://bugzilla.opendarwin.org/show_bug.cgi?id=7656
151 Query string always appended to Flash URLs, instead of being replaced.
153 * plugins/geturl-replace-query-expected.txt: Added.
154 * plugins/geturl-replace-query.html: Added.
156 2006-03-08 Justin Garcia <justin.garcia@apple.com>
160 <http://bugzilla.opendarwin.org/show_bug.cgi?id=7579>
161 TinyMCE: Implement execCommand(insertImage, ...)
163 * editing/editing.js:
164 * editing/execCommand/insertImage-expected.checksum: Added.
165 * editing/execCommand/insertImage-expected.png: Added.
166 * editing/execCommand/insertImage-expected.txt: Added.
167 * editing/execCommand/insertImage.html: Added.
168 * editing/pasteboard/3976872-expected.txt:
170 2006-03-08 Rob Buis <buis@kde.org>
174 * svg/custom/display-none-expected.checksum: Added.
175 * svg/custom/display-none-expected.png: Added.
176 * svg/custom/display-none-expected.txt: Added.
177 * svg/custom/display-none.svg: Added.
179 2006-03-08 Darin Adler <darin@apple.com>
183 * fast/AppleScript/date-expected.txt: Updated for endian-independence.
185 2006-03-07 Justin Garcia <justin.garcia@apple.com>
189 I think this layout test is failing b/c the wait times are
190 right on the threshold of what is necessary to register a drag.
192 * fast/lists/drag-into-marker.html:
194 2006-03-07 Adele Peterson <adele@apple.com>
197 http://bugzilla.opendarwin.org/show_bug.cgi?id=7319
198 Can't see caret at the end of a contenteditable div with overflow:hidden
200 * fast/clip/outline-overflowClip-expected.txt:
201 * fast/overflow/overflow-focus-ring-expected.txt:
203 2006-03-07 David Kilzer <ddkilzer@kilzer.net>
207 - Tests for http://bugzilla.opendarwin.org/show_bug.cgi?id=3905
208 Missing </title> makes page blank
210 * fast/js/exception-linenums-in-html-1-expected.txt: Added.
211 * fast/js/exception-linenums-in-html-1.html: Added.
213 Tests line numbers from HTML source files instead of JavaScript source files
214 which is tested by fast/js/exception-linenums.html. This test does not test
215 changes made for Bug 3905, but was added for better coverage.
217 * fast/js/exception-linenums-in-html-2-expected.txt: Added.
218 * fast/js/exception-linenums-in-html-2.html: Added.
220 Identical to fast/js/exception-linenums-in-html-1.html except that it contains
221 an unclosed <title> tag, which causes the code path for Bug 3905 to be tested.
223 * fast/js/missing-title-end-tag-js-expected.txt: Added.
224 * fast/js/missing-title-end-tag-js.html: Added.
226 While developing a fix for Bug 3905, a state variable (scriptCodeSize) was not
227 reset in the tokenizer causing the next <script></script> tags to contain the
228 entire contents of the document after the open <title> tag. This test case
229 tests for that condition.
231 * fast/tokenizer/missing-title-end-tag-1-expected.checksum: Added.
232 * fast/tokenizer/missing-title-end-tag-1-expected.png: Added.
233 * fast/tokenizer/missing-title-end-tag-1-expected.txt: Added.
234 * fast/tokenizer/missing-title-end-tag-1.html: Added.
235 * fast/tokenizer/missing-title-end-tag-2-expected.checksum: Added.
236 * fast/tokenizer/missing-title-end-tag-2-expected.png: Added.
237 * fast/tokenizer/missing-title-end-tag-2-expected.txt: Added.
238 * fast/tokenizer/missing-title-end-tag-2.html: Added.
240 The first test case contains an unclosed <title> tag in <head>, while the
241 second test case contains an unclosed <title> tag in <body>. These two test
242 cases result in different code paths being taken.
244 2006-03-06 Beth Dakin <bdakin@apple.com>
248 Layout test for http://bugzilla.opendarwin.org/show_bug.cgi?id=7566
250 * fast/text/updateNewFont-expected.checksum: Added.
251 * fast/text/updateNewFont-expected.png: Added.
252 * fast/text/updateNewFont-expected.txt: Added.
253 * fast/text/updateNewFont.html: Added.
255 2006-03-06 Justin Garcia <justin.garcia@apple.com>
259 <http://bugzilla.opendarwin.org/show_bug.cgi?id=6844>
260 elementAtPoint returns the list when the point is over a list marker
262 * fast/lists/drag-into-marker-expected.checksum: Added.
263 * fast/lists/drag-into-marker-expected.png: Added.
264 * fast/lists/drag-into-marker-expected.txt: Added.
265 * fast/lists/drag-into-marker.html: Added.
267 2006-03-05 Geoffrey Garen <ggaren@apple.com>
269 - Checked in new results for the test I just landed. Looks like I
272 * fast/dom/prototype-chain-expected.txt:
274 2006-03-05 Adele Peterson <adele@apple.com>
279 http://bugzilla.opendarwin.org/show_bug.cgi?id=6987
280 Implement maxlength for new text fields
282 * fast/forms/input-appearance-maxlength-expected.txt: Added.
283 * fast/forms/input-appearance-maxlength.html: Added.
285 2006-03-05 Geoffrey Garen <ggaren@apple.com>
289 - Layout test for <rdar://problem/4467143> JavaScript enumeration of
290 HTML element properties skips DOM node properties
292 * fast/dom/prototype-chain-expected.txt: Added.
293 * fast/dom/prototype-chain.html: Added.
295 2006-03-05 Alexander Kellett <lypanov@kde.org>
299 - missing results from previous commit
301 * svg/custom/polyline-invalid-points-expected.checksum: Added.
302 * svg/custom/polyline-invalid-points-expected.png: Added.
303 * svg/custom/polyline-invalid-points-expected.txt: Added.
304 * svg/custom/polyline-setattribute-points-null-expected.checksum:
306 * svg/custom/polyline-setattribute-points-null-expected.png: Added.
307 * svg/custom/polyline-setattribute-points-null-expected.txt: Added.
309 2006-03-05 Alexander Kellett <lypanov@kde.org>
313 - new reduced testcases for:
314 http://bugzilla.opendarwin.org/show_bug.cgi?id=6951
315 http://bugzilla.opendarwin.org/show_bug.cgi?id=6890
317 * svg/custom/polyline-invalid-points.svg: Added.
318 * svg/custom/polyline-setattribute-points-null.svg: Added.
320 2006-03-05 Mitz Pettel <opendarwin.org@mitzpettel.com>
322 Reviewed by Darin, landed by ap.
324 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=7589
325 Mouse moved events do not work in DumpRenderTree
327 * fast/css/hover-subselector-expected.txt: Updated results.
328 * fast/css/hover-subselector.html: Changed to work with the new mechanism.
329 * fast/events/event-sender-mouse-moved-expected.checksum: Added.
330 * fast/events/event-sender-mouse-moved-expected.png: Added.
331 * fast/events/event-sender-mouse-moved-expected.txt: Added.
332 * fast/events/event-sender-mouse-moved.html: Added.
334 2006-03-03 Alexander Kellett <lypanov@kde.org>
336 - local machine unfortunately shows slightly differing results to the
337 build bots, reverting to fix the built bot.
339 * svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.txt:
341 2006-03-01 Darin Adler <darin@apple.com>
345 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=7480
346 non-HTML elems w/o children in HTML docs get serialized self-closing
347 - update tests for problem where the HTML tokenizer would discard the
348 first newline after </pre>
350 * fast/innerHTML/innerHTML-custom-tag.html: Added.
351 * fast/innerHTML/innerHTML-custom-tag-expected.txt: Added.
353 * fast/innerHTML/005-expected.txt: Updated. Now matches the original document as expected.
354 Old result had the <div> after a <pre> put on the same line.
356 * editing/inserting/4278698-expected.txt: Updated because offset of node changed since we
357 have one more text node (from after a /pre).
358 * fast/text/whitespace/pre-wrap-overflow-selection-expected.txt: Ditto.
360 2006-03-02 Andrew Wellington <proton@wiretapped.net>
362 Reviewed by Darin, landed by Beth.
364 Fix for http://bugzilla.opendarwin.org/show_bug.cgi?id=3230
365 CSS1: Words with inline elements get extra capital letters
367 Update existing tests for new results and add new test
369 * css1/text_properties/text-transCapitalize-expected.txt:
370 * css1/text_properties/text_transform-expected.checksum:
371 * css1/text_properties/text_transform-expected.png:
372 * css1/text_properties/text_transform-expected.txt:
373 * css2.1/t1605-c545-txttrans-00-b-ag-expected.checksum:
374 * css2.1/t1605-c545-txttrans-00-b-ag-expected.png:
375 * css2.1/t1605-c545-txttrans-00-b-ag-expected.txt:
376 * fast/css/resources: Added.
377 * fast/css/resources/greenbox.png: Added.
378 * fast/css/textCapitalizeEdgeCases-expected.checksum: Added.
379 * fast/css/textCapitalizeEdgeCases-expected.png: Added.
380 * fast/css/textCapitalizeEdgeCases-expected.txt: Added.
381 * fast/css/textCapitalizeEdgeCases.html: Added.
383 2006-03-02 Justin Garcia <justin.garcia@apple.com>
385 Patch reviewed by sullivan
388 <http://bugzilla.opendarwin.org/show_bug.cgi?id=7542>
389 REGRESSION: (r13028) Scrolling causes incomplete drawing of <ul> bullets
391 * fast/lists/scrolled-marker-paint-expected.checksum: Added.
392 * fast/lists/scrolled-marker-paint-expected.png: Added.
393 * fast/lists/scrolled-marker-paint-expected.txt: Added.
394 * fast/lists/scrolled-marker-paint.html: Added.
396 2006-03-02 Justin Garcia <justin.garcia@apple.com>
400 <http://tinymce.moxiecode.com/example_full.php?example=true>
401 TinyMCE: Undo still enabled after a location change, crashes if performed
403 * editing/undo/undo-iframe-location-change-expected.txt: Added.
404 * editing/undo/undo-iframe-location-change.html: Added.
406 2006-03-01 Justin Garcia <justin.garcia@apple.com>
410 <http://bugzilla.opendarwin.org/show_bug.cgi?id=7059>
411 TinyMCE: Select All + delete sends you Back intsead of deleting
413 * editing/resources/select-all-iframe-src.html: Added.
414 * editing/selection/select-all-iframe-expected.checksum: Added.
415 * editing/selection/select-all-iframe-expected.png: Added.
416 * editing/selection/select-all-iframe-expected.txt: Added.
417 * editing/selection/select-all-iframe.html: Added.
419 2006-03-01 David Harrison <harrison@apple.com>
421 Updated test case after improving list deletion.
422 <rdar://problem/4359736> Support outlining ability with lists
424 * unsupported-content/list-delete-002-expected.txt: Updated.
425 * unsupported-content/list-delete-002.html: Updated.
428 2006-03-01 Alexander Kellett <lypanov@kde.org>
430 - http://bugzilla.opendarwin.org/show_bug.cgi?id=5966
431 Update expected results
433 * svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.checksum:
434 * svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.png:
435 * svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.txt:
437 2006-03-01 Alexey Proskuryakov <ap@nypop.com>
441 - Tests for http://bugzilla.opendarwin.org/show_bug.cgi?id=3812
442 XMLHttpRequest: PUT, DELETE, HEAD and all other methods but POST actually do a GET.
444 * http/tests/xmlhttprequest/methods-async-expected.txt: Added.
445 * http/tests/xmlhttprequest/methods-async.html: Added.
446 * http/tests/xmlhttprequest/methods-expected.txt: Added.
447 * http/tests/xmlhttprequest/methods.cgi: Added.
448 * http/tests/xmlhttprequest/methods.html: Added.
450 2006-03-01 Mitz Pettel <opendarwin.org@mitzpettel.com>
454 - Test for http://bugzilla.opendarwin.org/show_bug.cgi?id=7327
455 REGRESSION (r12869): :hover subselector does not work in quirks mode
457 * fast/css/hover-subselector-expected.checksum: Added.
458 * fast/css/hover-subselector-expected.png: Added.
459 * fast/css/hover-subselector-expected.txt: Added.
460 * fast/css/hover-subselector.html: Added.
462 2006-02-28 Justin Garcia <justin.garcia@apple.com>
467 <http://bugzilla.opendarwin.org/show_bug.cgi?id=6647>
468 TinyMCE: document.execCommand("insertHTML", ...) unimplemented
470 * editing/editing.js:
471 * editing/execCommand/insertHTML-expected.checksum: Added.
472 * editing/execCommand/insertHTML-expected.png: Added.
473 * editing/execCommand/insertHTML-expected.txt: Added.
474 * editing/execCommand/insertHTML.html: Added.
476 2006-02-27 Justin Garcia <justin.garcia@apple.com>
480 <http://bugzilla.opendarwin.org/show_bug.cgi?id=6893>
481 REGRESSION: Major bug with TinyMCE, no value submitted from textarea
482 <rdar://problem/3465857> value from textarea form field inside of hidden div isn't submitted
483 <rdar://problem/3968059> Textarea with hard-wrap: pre-filled text doesn't get hard-wrapped
485 * fast/forms/textarea-hard-linewrap-expected.txt: Added.
486 * fast/forms/textarea-hard-linewrap.html: Added.
487 * fast/forms/textarea-setvalue-submit-expected.txt: Added.
488 * fast/forms/textarea-setvalue-submit.html: Added.
490 2006-02-27 Mitz Pettel <opendarwin.org@mitzpettel.com>
494 - added test case for http://bugzilla.opendarwin.org/show_bug.cgi?id=7338
495 Incorrect selectorText for multiple subselectors
497 * fast/dom/css-selectorText-expected.checksum: Updated.
498 * fast/dom/css-selectorText-expected.png: Updated.
499 * fast/dom/css-selectorText-expected.txt: Updated.
500 * fast/dom/css-selectorText.html: Added a case with multiple subselectors.
502 2006-02-27 Mitz Pettel <opendarwin.org@mitzpettel.com>
506 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=7433
507 REGRESSION (r12789): Second RTL text run on a line cannot be selected
509 * fast/text/in-rendered-text-rtl-expected.checksum: Added.
510 * fast/text/in-rendered-text-rtl-expected.png: Added.
511 * fast/text/in-rendered-text-rtl-expected.txt: Added.
512 * fast/text/in-rendered-text-rtl.html: Added.
514 2006-02-27 David Kilzer <ddkilzer@kilzer.net>
518 - Tests for http://bugzilla.opendarwin.org/show_bug.cgi?id=7321
519 REGRESSION: style tag in body causes two head elements to appear in the DOM
521 The head-check.html document uses an iframe as a laboratory for loading each
522 head-check-N.html file and checking its DOM, with inspiration from Ian Hixie's
523 Live DOM Viewer: http://software.hixie.ch/utilities/js/live-dom-viewer/
525 Each of the four head-check-N.html files tests a different code path for
526 creating a document's head element in WebCore/khtml/html/htmlparser.cpp.
528 * editing/inserting/editing-empty-divs-expected.txt: Corrected <html> child
529 index for <body> since the document previously had two <head> nodes.
530 * fast/dom/HTMLHeadElement: Added.
531 * fast/dom/HTMLHeadElement/head-check-expected.txt: Added.
532 * fast/dom/HTMLHeadElement/head-check.html: Added.
533 * fast/dom/HTMLHeadElement/resources: Added.
534 * fast/dom/HTMLHeadElement/resources/head-check-1.html: Added.
535 * fast/dom/HTMLHeadElement/resources/head-check-2.html: Added.
536 * fast/dom/HTMLHeadElement/resources/head-check-3.html: Added.
537 * fast/dom/HTMLHeadElement/resources/head-check-4.html: Added.
538 * fast/dom/HTMLHeadElement/resources/head-check.js: Added.
540 2006-02-27 Justin Garcia <justin.garcia@apple.com>
545 <http://bugzilla.opendarwin.org/show_bug.cgi?id=6844>
546 elementAtPoint returns the list when the point is over a list marker
548 * fast/events/onclick-list-marker-expected.txt: Added.
549 * fast/events/onclick-list-marker.html: Added.
551 2006-02-25 Eric Seidel <eseidel@apple.com>
555 Test new PlugInInfoStore class (used to be KConfig).
557 * plugins/plugin-javascript-access-expected.txt: Added.
558 * plugins/plugin-javascript-access.html: Added.
560 2006-02-25 David Kilzer <ddkilzer@kilzer.net>
562 Reviewed by Maciej, landed by Geoff.
564 - Tests for http://bugzilla.opendarwin.org/show_bug.cgi?id=4977
565 <form> not being displayed at all.
567 * fast/forms/form-hides-table-expected.checksum: Added.
568 * fast/forms/form-hides-table-expected.png: Added.
569 * fast/forms/form-hides-table-expected.txt: Added.
570 * fast/forms/form-hides-table.html: Added.
572 2006-02-26 Mitz Pettel <opendarwin.org@mitzpettel.com>
574 Test by Geoff, automated by me, reviewed by Darin, landed by Geoff.
576 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=7293
577 REGRESSION: Using Javascript Bookmarklets that reference location.href on a blank tab crashes WebKit
579 * fast/frames/empty-frame-document-expected.txt: Added.
580 * fast/frames/empty-frame-document.html: Added.
582 2006-02-25 Geoffrey Garen <ggaren@apple.com>
586 -tests for http://bugzilla.opendarwin.org/show_bug.cgi?id=5146
587 Re-landing results after adding missing png's to the test.
589 * fast/replaced/resources/1x1-blue.png: Added.
590 * fast/replaced/resources/square-blue-100x100.png: Added.
591 * fast/replaced/maxheight-percent-expected.checksum: Added.
592 * fast/replaced/maxheight-percent-expected.png: Added.
593 * fast/replaced/maxheight-percent-expected.txt:
594 * fast/replaced/maxheight-pxs-expected.checksum: Added.
595 * fast/replaced/maxheight-pxs-expected.png: Added.
596 * fast/replaced/maxheight-pxs-expected.txt:
597 * fast/replaced/maxwidth-percent-expected.checksum: Added.
598 * fast/replaced/maxwidth-percent-expected.png: Added.
599 * fast/replaced/maxwidth-percent-expected.txt:
600 * fast/replaced/maxwidth-pxs-expected.checksum: Added.
601 * fast/replaced/maxwidth-pxs-expected.png: Added.
602 * fast/replaced/maxwidth-pxs-expected.txt:
603 * fast/replaced/minheight-percent-expected.checksum: Added.
604 * fast/replaced/minheight-percent-expected.png: Added.
605 * fast/replaced/minheight-percent-expected.txt:
606 * fast/replaced/minheight-pxs-expected.checksum: Added.
607 * fast/replaced/minheight-pxs-expected.png: Added.
608 * fast/replaced/minheight-pxs-expected.txt:
609 * fast/replaced/minwidth-percent-expected.checksum: Added.
610 * fast/replaced/minwidth-percent-expected.png: Added.
611 * fast/replaced/minwidth-percent-expected.txt:
612 * fast/replaced/minwidth-pxs-expected.checksum: Added.
613 * fast/replaced/minwidth-pxs-expected.png: Added.
614 * fast/replaced/minwidth-pxs-expected.txt:
616 2006-02-24 Antti Koivisto <koivisto@iki.fi>
620 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=7440
621 Floats not positioned correctly
623 * fast/block/float/multiple-float-positioning-expected.checksum: Added.
624 * fast/block/float/multiple-float-positioning-expected.png: Added.
625 * fast/block/float/multiple-float-positioning-expected.txt: Added.
626 * fast/block/float/multiple-float-positioning.html: Added.
628 2006-02-24 Graham Dennis <Graham.Dennis@gmail.com>
632 <http://bugzilla.opendarwin.org/show_bug.cgi?id=6933>
633 Selection extends beyond focus ring for some contentEditable divs
635 * editing/selection/extend-by-word-002-expected.checksum:
636 * editing/selection/extend-by-word-002-expected.png:
637 * editing/selection/select-all-001-expected.checksum:
638 * editing/selection/select-all-001-expected.png:
639 * editing/selection/select-all-002-expected.checksum:
640 * editing/selection/select-all-002-expected.png:
642 2006-02-24 Darin Adler <darin@apple.com>
644 - test <rdar://problem/4456287> REGRESSION: assertion failure at mypage.apple.com
645 in WebCore::TimerBase::nextFireInterval() const + 100 (Timer.cpp:188)
647 * fast/dom/Window/redirect-with-timer.html: Added.
648 * fast/dom/Window/redirect-with-timer-expected.txt: Added.
650 2006-02-24 Graham Dennis <Graham.Dennis@gmail.com>
652 <http://bugzilla.opendarwin.org/show_bug.cgi?id=7245>
653 caret does not display at the end of some lines in contenteditable divs
657 * editing/deleting/delete-block-merge-contents-018-expected.txt:
658 * editing/deleting/delete-block-merge-contents-021-expected.txt:
659 * editing/deleting/delete-line-end-ws-001-expected.txt:
660 * editing/deleting/delete-line-end-ws-002-expected.txt:
661 * editing/deleting/forward-delete-expected.txt:
662 * editing/execCommand/boldSelection-expected.txt:
663 * editing/execCommand/italicizeByCharacter-expected.txt:
664 * editing/execCommand/modifyForeColorByCharacter-expected.txt:
665 * editing/execCommand/print-expected.txt:
666 * editing/execCommand/selectAll-expected.txt:
667 * editing/execCommand/strikethroughSelection-expected.txt:
668 * editing/inserting/insert-div-019-expected.txt:
669 * editing/inserting/insert-div-027-expected.txt:
670 * editing/inserting/typing-003-expected.txt:
671 * editing/pasteboard/paste-text-012-expected.txt:
672 * editing/pasteboard/paste-text-013-expected.txt:
673 * editing/pasteboard/paste-text-014-expected.txt:
674 * editing/selection/extend-by-character-003-expected.txt:
675 * editing/selection/extend-by-character-005-expected.txt:
676 * editing/selection/extend-by-word-002-expected.checksum:
677 * editing/selection/extend-by-word-002-expected.png:
678 * editing/selection/extend-by-word-002-expected.txt:
679 * editing/selection/move-by-character-003-expected.txt:
680 * editing/selection/move-by-character-005-expected.txt:
681 * editing/selection/select-all-001-expected.txt:
682 * editing/selection/select-all-002-expected.checksum:
683 * editing/selection/select-all-002-expected.png:
684 * editing/selection/select-all-002-expected.txt:
685 * editing/selection/select-all-003-expected.txt:
686 * editing/style/create-block-for-style-001-expected.txt:
687 * editing/style/create-block-for-style-002-expected.txt:
688 * editing/style/create-block-for-style-003-expected.txt:
689 * editing/style/create-block-for-style-004-expected.txt:
690 * editing/style/create-block-for-style-005-expected.txt:
691 * editing/style/create-block-for-style-006-expected.txt:
692 * editing/style/create-block-for-style-007-expected.txt:
693 * editing/style/create-block-for-style-008-expected.txt:
694 * editing/style/create-block-for-style-009-expected.txt:
695 * editing/style/create-block-for-style-010-expected.txt:
696 * editing/style/create-block-for-style-011-expected.txt:
697 * editing/style/create-block-for-style-012-expected.txt:
698 * editing/style/create-block-for-style-013-expected.txt:
699 * editing/style/relative-font-size-change-001-expected.txt:
700 * editing/style/relative-font-size-change-002-expected.txt:
701 * editing/style/relative-font-size-change-003-expected.txt:
702 * editing/style/relative-font-size-change-004-expected.txt:
703 * fast/clip/outline-overflowClip-expected.txt:
704 * fast/overflow/overflow-focus-ring-expected.checksum:
705 * fast/overflow/overflow-focus-ring-expected.png:
706 * fast/overflow/overflow-focus-ring-expected.txt:
707 * fast/text/justified-text-rect-expected.checksum:
708 * fast/text/justified-text-rect-expected.png:
709 * fast/text/justified-text-rect-expected.txt:
710 * fast/text/justified-text-rect.html:
712 2006-02-24 Sam Weinig <sam.weinig@gmail.com>
716 -tests for http://bugzilla.opendarwin.org/show_bug.cgi?id=5146
718 * fast/replaced/maxheight-percent.html: Added.
719 * fast/replaced/maxheight-pxs.html: Added.
720 * fast/replaced/maxwidth-percent.html: Added.
721 * fast/replaced/maxwidth-pxs.html: Added.
722 * fast/replaced/minheight-percent.html: Added.
723 * fast/replaced/minheight-pxs.html: Added.
724 * fast/replaced/minwidth-percent.html: Added.
725 * fast/replaced/minwidth-pxs.html: Added.
726 * fast/replaced/resources/1x1-blue.png: Added.
727 * fast/replaced/resources/square-blue-100x100.png: Added.
729 2006-02-24 Alexey Proskuryakov <ap@nypop.com>
733 - http://bugzilla.opendarwin.org/show_bug.cgi?id=7435
734 Add Ian Hickson's XMLHttpRequest tests
736 * http/conf/httpd.conf: Enable send-as-is handler, required by the tests.
738 * http/tests/xmlhttprequest/web-apps: Added.
739 * http/tests/xmlhttprequest/web-apps/.htaccess: Added.
740 * http/tests/xmlhttprequest/web-apps/001-expected.txt: Added.
741 * http/tests/xmlhttprequest/web-apps/001-test.cgi: Added.
742 * http/tests/xmlhttprequest/web-apps/001.html: Added.
743 * http/tests/xmlhttprequest/web-apps/002-expected.txt: Added.
744 * http/tests/xmlhttprequest/web-apps/002-simple-a.txt: Added.
745 * http/tests/xmlhttprequest/web-apps/002-simple-b.txt: Added.
746 * http/tests/xmlhttprequest/web-apps/002-simple-expected.txt: Added.
747 * http/tests/xmlhttprequest/web-apps/002-simple.html: Added.
748 * http/tests/xmlhttprequest/web-apps/002.html: Added.
749 * http/tests/xmlhttprequest/web-apps/002a.txt: Added.
750 * http/tests/xmlhttprequest/web-apps/002b.txt: Added.
751 * http/tests/xmlhttprequest/web-apps/002c.txt: Added.
752 * http/tests/xmlhttprequest/web-apps/003-expected.txt: Added.
753 * http/tests/xmlhttprequest/web-apps/003-test.cgi: Added.
754 * http/tests/xmlhttprequest/web-apps/003.html: Added.
755 * http/tests/xmlhttprequest/web-apps/004-expected.txt: Added.
756 * http/tests/xmlhttprequest/web-apps/004-test.cgi: Added.
757 * http/tests/xmlhttprequest/web-apps/004.html: Added.
758 * http/tests/xmlhttprequest/web-apps/005-expected.txt: Added.
759 * http/tests/xmlhttprequest/web-apps/005-test.cgi: Added.
760 * http/tests/xmlhttprequest/web-apps/005.html: Added.
761 * http/tests/xmlhttprequest/web-apps/006-test.cgi: Added.
762 * http/tests/xmlhttprequest/web-apps/006.html-disabled: Added.
763 * http/tests/xmlhttprequest/web-apps/007-expected.txt: Added.
764 * http/tests/xmlhttprequest/web-apps/007-test.asis: Added.
765 * http/tests/xmlhttprequest/web-apps/007.html: Added.
766 * http/tests/xmlhttprequest/web-apps/008-expected.txt: Added.
767 * http/tests/xmlhttprequest/web-apps/008-test.asis: Added.
768 * http/tests/xmlhttprequest/web-apps/008.html: Added.
769 * http/tests/xmlhttprequest/web-apps/009-test.cgi: Added.
770 * http/tests/xmlhttprequest/web-apps/009.html-disabled: Added.
771 * http/tests/xmlhttprequest/web-apps/010-expected.txt: Added.
772 * http/tests/xmlhttprequest/web-apps/010-test.cgi: Added.
773 * http/tests/xmlhttprequest/web-apps/010.html: Added.
774 * http/tests/xmlhttprequest/web-apps/011-expected.txt: Added.
775 * http/tests/xmlhttprequest/web-apps/011-test200.asis: Added.
776 * http/tests/xmlhttprequest/web-apps/011.html: Added.
777 * http/tests/xmlhttprequest/web-apps/012-expected.txt: Added.
778 * http/tests/xmlhttprequest/web-apps/012-test200.asis: Added.
779 * http/tests/xmlhttprequest/web-apps/012.html: Added.
780 * http/tests/xmlhttprequest/web-apps/013-expected.txt: Added.
781 * http/tests/xmlhttprequest/web-apps/013-test.cgi: Added.
782 * http/tests/xmlhttprequest/web-apps/013.html: Added.
783 * http/tests/xmlhttprequest/web-apps/014-expected.txt: Added.
784 * http/tests/xmlhttprequest/web-apps/014-test404.asis: Added.
785 * http/tests/xmlhttprequest/web-apps/014.html: Added.
786 * http/tests/xmlhttprequest/web-apps/015-expected.txt: Added.
787 * http/tests/xmlhttprequest/web-apps/015-test.cgi: Added.
788 * http/tests/xmlhttprequest/web-apps/015.html: Added.
789 * http/tests/xmlhttprequest/web-apps/016-test.cgi: Added.
790 * http/tests/xmlhttprequest/web-apps/016.html-disabled: Added.
791 * http/tests/xmlhttprequest/web-apps/017.html-disabled: Added.
792 * http/tests/xmlhttprequest/web-apps/README: Added.
793 * http/tests/xmlhttprequest/web-apps/TODO: Added.
794 * http/tests/xmlhttprequest/web-apps/readme.txt: Added.
795 * http/tests/xmlhttprequest/web-apps/recursion: Added.
796 * http/tests/xmlhttprequest/web-apps/recursion/001.html-disabled: Added.
797 * http/tests/xmlhttprequest/web-apps/recursion/README: Added.
799 2006-02-22 Alexey Proskuryakov <ap@nypop.com>
803 - http://bugzilla.opendarwin.org/show_bug.cgi?id=7409
804 Some minor fixes to http tests.
806 * http/conf/httpd.conf: don't define CustomLog and ErrorLog - these are now
807 passed from run-webkit-tests.
808 * http/tests/favicon.ico: Added.
809 * http/tests/incremental/slow-utf8-text.text: Remove an unused variable,
810 * http/tests/incremental/split-hex-entities.html: Ditto.
811 * http/tests/xmlhttprequest/interactive-state.cgi: Ditto.
813 2006-02-21 Adele Peterson <adele@apple.com>
817 - Tests for http://bugzilla.opendarwin.org/show_bug.cgi?id=7330
818 baselinePosition is wrong for new text field when empty
820 * fast/forms/input-baseline-expected.checksum: Added.
821 * fast/forms/input-baseline-expected.png: Added.
822 * fast/forms/input-baseline-expected.txt: Added.
823 * fast/forms/input-baseline.html: Added.
824 * fast/inline-block/contenteditable-baseline-expected.checksum: Added.
825 * fast/inline-block/contenteditable-baseline-expected.png: Added.
826 * fast/inline-block/contenteditable-baseline-expected.txt: Added.
827 * fast/inline-block/contenteditable-baseline.html: Added.
829 2006-02-21 Alexey Proskuryakov <ap@nypop.com>
833 - Tests to go with http://bugzilla.opendarwin.org/show_bug.cgi?id=6197
834 Would like to use locally installed Apache for testing.
838 * http/conf/httpd.conf: Added.
839 * http/conf/mime.types: Added.
841 * http/tests/incremental: Added.
842 * http/tests/incremental/.htaccess: Added.
843 * http/tests/incremental/slow-utf8-text-expected.checksum: Added.
844 * http/tests/incremental/slow-utf8-text-expected.png: Added.
845 * http/tests/incremental/slow-utf8-text-expected.txt: Added.
846 * http/tests/incremental/slow-utf8-text.text: Added.
847 * http/tests/incremental/split-hex-entities-expected.txt: Added.
848 * http/tests/incremental/split-hex-entities.html: Added.
849 * http/tests/xmlhttprequest: Added.
850 * http/tests/xmlhttprequest/post-content-type-expected.txt: Added.
851 * http/tests/xmlhttprequest/post-content-type.html: Added.
852 * http/tests/xmlhttprequest/print-content-type.cgi: Added.
853 * http/tests/xmlhttprequest/resources: Added.
854 * http/tests/xmlhttprequest/resources/.htaccess: Added.
855 * http/tests/xmlhttprequest/resources/reply.txt: Added.
856 * http/tests/xmlhttprequest/resources/reply.xml: Added.
857 * http/tests/xmlhttprequest/resources/reply2.txt: Added.
858 * http/tests/xmlhttprequest/resources/reply2.xml: Added.
859 * http/tests/xmlhttprequest/resources/reply3.txt: Added.
860 * http/tests/xmlhttprequest/resources/reply3.xml: Added.
861 * http/tests/xmlhttprequest/resources/reply4.txt: Added.
862 * http/tests/xmlhttprequest/resources/reply4.xml: Added.
863 * http/tests/xmlhttprequest/resources/reply5.txt: Added.
864 * http/tests/xmlhttprequest/resources/zero-length.txt: Added.
865 * http/tests/xmlhttprequest/response-encoding-expected.txt: Added.
866 * http/tests/xmlhttprequest/response-encoding.html: Added.
867 * http/tests/xmlhttprequest/zero-length-response-expected.txt: Added.
868 * http/tests/xmlhttprequest/zero-length-response-sync-expected.txt: Added.
869 * http/tests/xmlhttprequest/zero-length-response-sync.html: Added.
870 * http/tests/xmlhttprequest/zero-length-response.html: Added.
871 * http/tests/xmlhttprequest/interactive-state-expected.txt: Added.
872 * http/tests/xmlhttprequest/interactive-state.html: Added.
873 * http/tests/xmlhttprequest/interactive-state.cgi: Added.
875 2006-02-20 Maciej Stachowiak <mjs@apple.com>
877 Reviewed by Geoff and Darin.
879 Patch from Maks Orlovich, based on work by David Faure, hand-applied and
880 significantly reworked by me.
882 - Patch: give internal function names (KJS merge)
883 http://bugzilla.opendarwin.org/show_bug.cgi?id=6279
885 Updated test results, now showing correct function string.
887 * fast/dom/xmlhttprequest-get-expected.txt:
888 * fast/js/kde/function-expected.txt:
889 * fast/js/kde/inbuilt_function_tostring-expected.txt:
891 2006-02-20 Darin Adler <darin@apple.com>
893 - test http://bugzilla.opendarwin.org/show_bug.cgi?id=6831
894 contentEditable outline darkens as caret moves
896 * editing/selection/move-by-character-6.html: Added.
897 * editing/selection/move-by-character-6-expected.txt: Added.
898 * editing/selection/move-by-character-6-expected.checksum: Added.
899 * editing/selection/move-by-character-6-expected.png: Added.
901 2006-02-18 Mitz Pettel <opendarwin.org@mitzpettel.com>
905 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=7343
906 REGRESSION: fast/js/toString-overrides.html fails when run multiple times
908 * fast/js/resources/toString-exception.js: Added.
909 * fast/js/toString-exception-expected.txt: Added.
910 * fast/js/toString-exception.html: Added.
912 2006-02-18 Alexander Kellett <lypanov@kde.org>
917 http://bugzilla.opendarwin.org/show_bug.cgi?id=7199
918 Text gradient fills entire screen if text empty
920 * svg/custom/text-gradient-no-content.svg: Added.
922 2006-02-17 Mitz Pettel <opendarwin.org@mitzpettel.com>
926 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=4227
927 The ex unit doesn't work for font-variant: small-caps
929 * fast/css/ex-after-font-variant-expected.checksum: Added.
930 * fast/css/ex-after-font-variant-expected.png: Added.
931 * fast/css/ex-after-font-variant-expected.txt: Added.
932 * fast/css/ex-after-font-variant.html: Added.
934 2006-02-17 Justin Garcia <justin.garcia@apple.com>
938 This test appears to be occasionally hanging. Disabling it while
941 * editing/selection/drag-to-contenteditable-iframe.html: Removed.
942 * editing/selection/drag-to-contenteditable-iframe.html-disabled: Added.
944 2006-02-17 David Kilzer <ddkilzer@kilzer.net>
946 Reviewed by Anders Carlsson.
948 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=7265
949 REGRESSION: noscript, noframes, nolayer, noembed tags insert break inside paragraph tag
951 * fast/parser/nofoo-tags-inside-paragraph-expected.checksum: Added.
952 * fast/parser/nofoo-tags-inside-paragraph-expected.png: Added.
953 * fast/parser/nofoo-tags-inside-paragraph-expected.txt: Added.
954 * fast/parser/nofoo-tags-inside-paragraph.html: Added.
956 2006-02-17 Mitz Pettel <opendarwin.org@mitzpettel.com>
960 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=7218
961 Text underlined on mouse over
963 * fast/css/universal-hover-quirk-expected.checksum: Added.
964 * fast/css/universal-hover-quirk-expected.png: Added.
965 * fast/css/universal-hover-quirk-expected.txt: Added.
966 * fast/css/universal-hover-quirk.html: Added.
968 2006-02-17 Mitz Pettel <opendarwin.org@mitzpettel.com>
970 Reviewed by Dave Hyatt.
972 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=7216
973 white-space: pre-wrap collapses leading whitespace following a newline
975 * fast/text/whitespace/pre-wrap-spaces-after-newline-expected.checksum: Added.
976 * fast/text/whitespace/pre-wrap-spaces-after-newline-expected.png: Added.
977 * fast/text/whitespace/pre-wrap-spaces-after-newline-expected.txt: Added.
978 * fast/text/whitespace/pre-wrap-spaces-after-newline.html: Added.
980 2006-02-16 Adele Peterson <adele@apple.com>
982 Updating results for fix:
983 http://bugzilla.opendarwin.org/show_bug.cgi?id=6812
984 Missing focus ring on new text fields
986 * fast/forms/input-appearance-focus-expected.checksum:
987 * fast/forms/input-appearance-focus-expected.png:
989 2006-02-15 Justin Garcia <justin.garcia@apple.com>
993 <http://bugzilla.opendarwin.org/show_bug.cgi?id=7148>
994 Add drag and drop support to DumpRenderTree
996 * css1/basic/comments-expected.checksum:
997 * css1/basic/comments-expected.png:
998 * css1/basic/containment-expected.checksum:
999 * css1/basic/containment-expected.png:
1000 * css1/basic/id_as_selector-expected.checksum:
1001 * css1/basic/id_as_selector-expected.png:
1002 * css1/basic/inheritance-expected.checksum:
1003 * css1/basic/inheritance-expected.png:
1004 * css1/box_properties/border-expected.checksum:
1005 * css1/box_properties/border-expected.png:
1006 * css1/box_properties/border_bottom-expected.checksum:
1007 * css1/box_properties/border_bottom-expected.png:
1008 * css1/box_properties/border_bottom_width-expected.checksum:
1009 * css1/box_properties/border_bottom_width-expected.png:
1010 * css1/box_properties/border_left-expected.checksum:
1011 * css1/box_properties/border_left-expected.png:
1012 * css1/box_properties/border_left_width-expected.checksum:
1013 * css1/box_properties/border_left_width-expected.png:
1014 * css1/box_properties/border_right_inline-expected.checksum:
1015 * css1/box_properties/border_right_inline-expected.png:
1016 * css1/box_properties/border_right_width-expected.checksum:
1017 * css1/box_properties/border_right_width-expected.png:
1018 * css1/box_properties/border_style-expected.checksum:
1019 * css1/box_properties/border_style-expected.png:
1020 * css1/box_properties/border_top-expected.checksum:
1021 * css1/box_properties/border_top-expected.png:
1022 * css1/box_properties/border_top_width-expected.checksum:
1023 * css1/box_properties/border_top_width-expected.png:
1024 * css1/box_properties/border_width-expected.checksum:
1025 * css1/box_properties/border_width-expected.png:
1026 * css1/box_properties/clear-expected.checksum:
1027 * css1/box_properties/clear-expected.png:
1028 * css1/box_properties/clear_float-expected.checksum:
1029 * css1/box_properties/clear_float-expected.png:
1030 * css1/box_properties/float_elements_in_series-expected.checksum:
1031 * css1/box_properties/float_elements_in_series-expected.png:
1032 * css1/box_properties/float_margin-expected.checksum:
1033 * css1/box_properties/float_margin-expected.png:
1034 * css1/box_properties/float_on_text_elements-expected.checksum:
1035 * css1/box_properties/float_on_text_elements-expected.png:
1036 * css1/box_properties/height-expected.checksum:
1037 * css1/box_properties/height-expected.png:
1038 * css1/box_properties/margin-expected.checksum:
1039 * css1/box_properties/margin-expected.png:
1040 * css1/box_properties/margin_bottom-expected.checksum:
1041 * css1/box_properties/margin_bottom-expected.png:
1042 * css1/box_properties/margin_inline-expected.checksum:
1043 * css1/box_properties/margin_inline-expected.png:
1044 * css1/box_properties/margin_left-expected.checksum:
1045 * css1/box_properties/margin_left-expected.png:
1046 * css1/box_properties/margin_right-expected.checksum:
1047 * css1/box_properties/margin_right-expected.png:
1048 * css1/box_properties/margin_top-expected.checksum:
1049 * css1/box_properties/margin_top-expected.png:
1050 * css1/box_properties/padding-expected.checksum:
1051 * css1/box_properties/padding-expected.png:
1052 * css1/box_properties/padding_bottom-expected.checksum:
1053 * css1/box_properties/padding_bottom-expected.png:
1054 * css1/box_properties/padding_inline-expected.checksum:
1055 * css1/box_properties/padding_inline-expected.png:
1056 * css1/box_properties/padding_left-expected.checksum:
1057 * css1/box_properties/padding_left-expected.png:
1058 * css1/box_properties/padding_right-expected.checksum:
1059 * css1/box_properties/padding_right-expected.png:
1060 * css1/box_properties/padding_top-expected.checksum:
1061 * css1/box_properties/padding_top-expected.png:
1062 * css1/box_properties/width-expected.checksum:
1063 * css1/box_properties/width-expected.png:
1064 * css1/cascade/cascade_order-expected.checksum:
1065 * css1/cascade/cascade_order-expected.png:
1066 * css1/classification/display-expected.checksum:
1067 * css1/classification/display-expected.png:
1068 * css1/classification/list_style_type-expected.checksum:
1069 * css1/classification/list_style_type-expected.png:
1070 * css1/classification/white_space-expected.checksum:
1071 * css1/classification/white_space-expected.png:
1072 * css1/color_and_background/background-expected.checksum:
1073 * css1/color_and_background/background-expected.png:
1074 * css1/color_and_background/background_attachment-expected.checksum:
1075 * css1/color_and_background/background_attachment-expected.png:
1076 * css1/color_and_background/background_position-expected.checksum:
1077 * css1/color_and_background/background_position-expected.png:
1078 * css1/color_and_background/background_repeat-expected.checksum:
1079 * css1/color_and_background/background_repeat-expected.png:
1080 * css1/conformance/forward_compatible_parsing-expected.checksum:
1081 * css1/conformance/forward_compatible_parsing-expected.png:
1082 * css1/font_properties/font-expected.checksum:
1083 * css1/font_properties/font-expected.png:
1084 * css1/font_properties/font_family-expected.checksum:
1085 * css1/font_properties/font_family-expected.png:
1086 * css1/font_properties/font_size-expected.checksum:
1087 * css1/font_properties/font_size-expected.png:
1088 * css1/font_properties/font_weight-expected.checksum:
1089 * css1/font_properties/font_weight-expected.png:
1090 * css1/formatting_model/floating_elements-expected.checksum:
1091 * css1/formatting_model/floating_elements-expected.png:
1092 * css1/formatting_model/height_of_lines-expected.checksum:
1093 * css1/formatting_model/height_of_lines-expected.png:
1094 * css1/formatting_model/horizontal_formatting-expected.checksum:
1095 * css1/formatting_model/horizontal_formatting-expected.png:
1096 * css1/formatting_model/inline_elements-expected.checksum:
1097 * css1/formatting_model/inline_elements-expected.png:
1098 * css1/formatting_model/replaced_elements-expected.checksum:
1099 * css1/formatting_model/replaced_elements-expected.png:
1100 * css1/formatting_model/vertical_formatting-expected.checksum:
1101 * css1/formatting_model/vertical_formatting-expected.png:
1102 * css1/pseudo/anchor-expected.checksum:
1103 * css1/pseudo/anchor-expected.png:
1104 * css1/pseudo/firstletter-expected.checksum:
1105 * css1/pseudo/firstletter-expected.png:
1106 * css1/pseudo/firstline-expected.checksum:
1107 * css1/pseudo/firstline-expected.png:
1108 * css1/pseudo/multiple_pseudo_elements-expected.checksum:
1109 * css1/pseudo/multiple_pseudo_elements-expected.png:
1110 * css1/text_properties/letter_spacing-expected.checksum:
1111 * css1/text_properties/letter_spacing-expected.png:
1112 * css1/text_properties/line_height-expected.checksum:
1113 * css1/text_properties/line_height-expected.png:
1114 * css1/text_properties/text-transCapitalize-expected.checksum:
1115 * css1/text_properties/text-transCapitalize-expected.png:
1116 * css1/text_properties/text_decoration-expected.checksum:
1117 * css1/text_properties/text_decoration-expected.png:
1118 * css1/text_properties/text_indent-expected.checksum:
1119 * css1/text_properties/text_indent-expected.png:
1120 * css1/text_properties/text_transform-expected.checksum:
1121 * css1/text_properties/text_transform-expected.png:
1122 * css1/text_properties/vertical_align-expected.checksum:
1123 * css1/text_properties/vertical_align-expected.png:
1124 * css1/text_properties/word_spacing-expected.checksum:
1125 * css1/text_properties/word_spacing-expected.png:
1126 * css1/units/color_units-expected.checksum:
1127 * css1/units/color_units-expected.png:
1128 * css1/units/length_units-expected.checksum:
1129 * css1/units/length_units-expected.png:
1130 * css2.1/t0801-c412-hz-box-00-b-a-expected.checksum:
1131 * css2.1/t0801-c412-hz-box-00-b-a-expected.png:
1132 * css2.1/t0803-c5502-mrgn-r-02-c-expected.checksum:
1133 * css2.1/t0803-c5502-mrgn-r-02-c-expected.png:
1134 * css2.1/t0803-c5505-mrgn-02-c-expected.checksum:
1135 * css2.1/t0803-c5505-mrgn-02-c-expected.png:
1136 * css2.1/t080301-c411-vt-mrgn-00-b-expected.checksum:
1137 * css2.1/t080301-c411-vt-mrgn-00-b-expected.png:
1138 * css2.1/t0905-c5525-fltclr-00-c-ag-expected.checksum:
1139 * css2.1/t0905-c5525-fltclr-00-c-ag-expected.png:
1140 * css2.1/t0905-c5525-fltmrgn-00-c-ag-expected.checksum:
1141 * css2.1/t0905-c5525-fltmrgn-00-c-ag-expected.png:
1142 * css2.1/t0905-c5525-fltwidth-00-c-g-expected.checksum:
1143 * css2.1/t0905-c5525-fltwidth-00-c-g-expected.png:
1144 * css2.1/t1002-c5523-width-02-b-g-expected.checksum:
1145 * css2.1/t1002-c5523-width-02-b-g-expected.png:
1146 * css2.1/t140201-c535-bg-fixd-00-b-g-expected.checksum:
1147 * css2.1/t140201-c535-bg-fixd-00-b-g-expected.png:
1148 * css2.1/t140201-c537-bgfxps-00-c-ag-expected.checksum:
1149 * css2.1/t140201-c537-bgfxps-00-c-ag-expected.png:
1150 * css2.1/t1508-c527-font-07-b-expected.checksum:
1151 * css2.1/t1508-c527-font-07-b-expected.png:
1152 * editing/deleting/delete-after-span-ws-001-expected.checksum:
1153 * editing/deleting/delete-after-span-ws-001-expected.png:
1154 * editing/deleting/delete-after-span-ws-002-expected.checksum:
1155 * editing/deleting/delete-after-span-ws-002-expected.png:
1156 * editing/deleting/delete-after-span-ws-003-expected.checksum:
1157 * editing/deleting/delete-after-span-ws-003-expected.png:
1158 * editing/deleting/delete-and-undo-expected.checksum:
1159 * editing/deleting/delete-and-undo-expected.png:
1160 * editing/deleting/delete-and-undo-expected.txt:
1161 * editing/deleting/delete-line-end-ws-001-expected.checksum:
1162 * editing/deleting/delete-line-end-ws-001-expected.png:
1163 * editing/deleting/delete-line-end-ws-002-expected.checksum:
1164 * editing/deleting/delete-line-end-ws-002-expected.png:
1165 * editing/inserting/insert-div-023-expected.checksum:
1166 * editing/inserting/insert-div-023-expected.png:
1167 * editing/selection/caret-and-focus-ring.html:
1168 * editing/selection/drag-to-contenteditable-iframe-expected.checksum: Added.
1169 * editing/selection/drag-to-contenteditable-iframe-expected.png: Added.
1170 * editing/selection/drag-to-contenteditable-iframe-expected.txt: Added.
1171 * editing/selection/drag-to-contenteditable-iframe.html: Added.
1172 * editing/selection/focus_editable_html-expected.checksum:
1173 * editing/selection/focus_editable_html-expected.png:
1174 * editing/selection/iframe-expected.checksum:
1175 * editing/selection/iframe-expected.png:
1176 * editing/selection/replaced-boundaries-3-expected.checksum:
1177 * editing/selection/replaced-boundaries-3-expected.png:
1178 * editing/selection/select-all-001-expected.checksum:
1179 * editing/selection/select-all-001-expected.png:
1180 * editing/selection/select-all-002-expected.checksum:
1181 * editing/selection/select-all-002-expected.png:
1182 * editing/selection/select-all-003-expected.checksum:
1183 * editing/selection/select-all-003-expected.png:
1184 * editing/selection/select-all-004-expected.checksum:
1185 * editing/selection/select-all-004-expected.png:
1186 * editing/selection/select-box-expected.checksum:
1187 * editing/selection/select-box-expected.png:
1188 * editing/selection/selection-background.html:
1189 * editing/selection/unrendered-001-expected.checksum:
1190 * editing/selection/unrendered-001-expected.png:
1191 * editing/selection/unrendered-002-expected.checksum:
1192 * editing/selection/unrendered-002-expected.png:
1193 * editing/selection/unrendered-003-expected.checksum:
1194 * editing/selection/unrendered-003-expected.png:
1195 * editing/selection/unrendered-004-expected.checksum:
1196 * editing/selection/unrendered-004-expected.png:
1197 * editing/selection/unrendered-005-expected.checksum:
1198 * editing/selection/unrendered-005-expected.png:
1199 * editing/undo/4063751-expected.txt:
1200 * editing/undo/redo-typing-001-expected.txt:
1201 * editing/undo/undo-typing-001-expected.checksum:
1202 * editing/undo/undo-typing-001-expected.png:
1203 * editing/undo/undo-typing-001-expected.txt:
1204 * fast/block/basic/016-expected.checksum:
1205 * fast/block/basic/016-expected.png:
1206 * fast/block/basic/text-indent-rtl-expected.checksum:
1207 * fast/block/float/008-expected.checksum:
1208 * fast/block/float/008-expected.png:
1209 * fast/block/float/013-expected.checksum:
1210 * fast/block/float/013-expected.png:
1211 * fast/block/float/019-expected.checksum:
1212 * fast/block/float/019-expected.png:
1213 * fast/block/float/021-expected.checksum:
1214 * fast/block/float/021-expected.png:
1215 * fast/block/float/025-expected.checksum:
1216 * fast/block/float/025-expected.png:
1217 * fast/block/float/026-expected.checksum:
1218 * fast/block/float/026-expected.png:
1219 * fast/block/float/027-expected.checksum:
1220 * fast/block/float/027-expected.png:
1221 * fast/block/float/028-expected.checksum:
1222 * fast/block/float/028-expected.png:
1223 * fast/block/float/032-expected.checksum:
1224 * fast/block/float/032-expected.png:
1225 * fast/block/float/033-expected.checksum:
1226 * fast/block/float/033-expected.png:
1227 * fast/block/margin-collapse/103-expected.checksum:
1228 * fast/block/margin-collapse/103-expected.png:
1229 * fast/block/margin-collapse/104-expected.checksum:
1230 * fast/block/margin-collapse/104-expected.png:
1231 * fast/block/positioning/047-expected.checksum:
1232 * fast/block/positioning/047-expected.png:
1233 * fast/block/positioning/051-expected.checksum:
1234 * fast/block/positioning/051-expected.png:
1235 * fast/block/positioning/055-expected.checksum:
1236 * fast/block/positioning/055-expected.png:
1237 * fast/block/positioning/auto/007-expected.checksum:
1238 * fast/block/positioning/auto/007-expected.png:
1239 * fast/block/positioning/relayout-on-position-change-expected.checksum:
1240 * fast/box-sizing/box-sizing-expected.checksum:
1241 * fast/box-sizing/box-sizing-expected.png:
1242 * fast/clip/014-expected.checksum:
1243 * fast/clip/014-expected.png:
1244 * fast/css-generated-content/014-expected.checksum:
1245 * fast/css-generated-content/014-expected.png:
1246 * fast/css/005-expected.checksum:
1247 * fast/css/005-expected.png:
1248 * fast/css/MarqueeLayoutTest-expected.checksum:
1249 * fast/css/MarqueeLayoutTest-expected.png:
1250 * fast/css/imageTileOpacity-expected.checksum:
1251 * fast/css/imageTileOpacity-expected.png:
1252 * fast/css/word-space-extra-expected.checksum:
1253 * fast/css/word-space-extra-expected.png:
1254 * fast/dom/HTMLObjectElement/object-as-frame.html:
1255 * fast/dom/focus-contenteditable-expected.checksum:
1256 * fast/dom/focus-contenteditable-expected.png:
1257 * fast/dom/window-onFocus.html:
1258 * fast/dynamic/008-expected.checksum:
1259 * fast/dynamic/008-expected.png:
1260 * fast/encoding/utf-16-big-endian-expected.checksum:
1261 * fast/encoding/utf-16-big-endian-expected.png:
1262 * fast/encoding/utf-16-little-endian-expected.checksum:
1263 * fast/encoding/utf-16-little-endian-expected.png:
1264 * fast/flexbox/009-expected.checksum:
1265 * fast/flexbox/009-expected.png:
1266 * fast/flexbox/016-expected.checksum:
1267 * fast/flexbox/016-expected.png:
1268 * fast/forms/001-expected.checksum:
1269 * fast/forms/001-expected.png:
1270 * fast/forms/003-expected.checksum:
1271 * fast/forms/003-expected.png:
1272 * fast/forms/004-expected.checksum:
1273 * fast/forms/004-expected.png:
1274 * fast/forms/HTMLOptionElement_label01-expected.checksum:
1275 * fast/forms/HTMLOptionElement_label01-expected.png:
1276 * fast/forms/HTMLOptionElement_label02-expected.checksum:
1277 * fast/forms/HTMLOptionElement_label02-expected.png:
1278 * fast/forms/HTMLOptionElement_label03-expected.checksum:
1279 * fast/forms/HTMLOptionElement_label03-expected.png:
1280 * fast/forms/HTMLOptionElement_label04-expected.checksum:
1281 * fast/forms/HTMLOptionElement_label04-expected.png:
1282 * fast/forms/button-sizes-expected.checksum:
1283 * fast/forms/button-sizes-expected.png:
1284 * fast/forms/checkbox-radio-onchange-expected.checksum:
1285 * fast/forms/checkbox-radio-onchange-expected.png:
1286 * fast/forms/form-element-geometry-expected.checksum:
1287 * fast/forms/form-element-geometry-expected.png:
1288 * fast/forms/indeterminate-expected.checksum:
1289 * fast/forms/indeterminate-expected.png:
1290 * fast/forms/option-script-expected.checksum:
1291 * fast/forms/option-script-expected.png:
1292 * fast/forms/option-strip-whitespace-expected.checksum:
1293 * fast/forms/option-strip-whitespace-expected.png:
1294 * fast/forms/radio_checked-expected.checksum:
1295 * fast/forms/radio_checked-expected.png:
1296 * fast/forms/radio_checked_dynamic-expected.checksum:
1297 * fast/forms/radio_checked_dynamic-expected.png:
1298 * fast/forms/textAreaLineHeight-expected.checksum:
1299 * fast/forms/textAreaLineHeight-expected.png:
1300 * fast/inline-block/tricky-baseline-expected.checksum:
1301 * fast/inline-block/tricky-baseline-expected.png:
1302 * fast/invalid/014-expected.checksum:
1303 * fast/invalid/014-expected.png:
1304 * fast/lists/008-expected.checksum:
1305 * fast/lists/008-expected.png:
1306 * fast/lists/li-br-expected.checksum:
1307 * fast/lists/li-br-expected.png:
1308 * fast/lists/olstart-expected.checksum:
1309 * fast/lists/olstart-expected.png:
1310 * fast/loader/form-events-back-forward.html: Removed.
1311 * fast/loader/form-events-back-forward.html-disabled: Added.
1312 * fast/overflow/002-expected.checksum:
1313 * fast/overflow/002-expected.png:
1314 * fast/overflow/003-expected.checksum:
1315 * fast/overflow/003-expected.png:
1316 * fast/overflow/005-expected.checksum:
1317 * fast/overflow/005-expected.png:
1318 * fast/overflow/006-expected.checksum:
1319 * fast/overflow/006-expected.png:
1320 * fast/overflow/007-expected.checksum:
1321 * fast/overflow/007-expected.png:
1322 * fast/overflow/image-selection-highlight-expected.checksum:
1323 * fast/overflow/image-selection-highlight-expected.png:
1324 * fast/overflow/overflow-auto-table-expected.checksum:
1325 * fast/overflow/overflow-auto-table-expected.png:
1326 * fast/overflow/overflow-rtl-expected.checksum:
1327 * fast/overflow/overflow-rtl-expected.png:
1328 * fast/overflow/overflow-text-hit-testing-expected.checksum:
1329 * fast/overflow/overflow-text-hit-testing-expected.png:
1330 * fast/overflow/scrollRevealButton-expected.checksum:
1331 * fast/overflow/scrollRevealButton-expected.png:
1332 * fast/parser/comments-expected.checksum:
1333 * fast/parser/comments-expected.png:
1334 * fast/parser/document-write-option-expected.checksum:
1335 * fast/parser/document-write-option-expected.png:
1336 * fast/parser/entities-in-xhtml-expected.checksum:
1337 * fast/parser/entities-in-xhtml-expected.png:
1338 * fast/replaced/005-expected.checksum:
1339 * fast/replaced/005-expected.png:
1340 * fast/replaced/width100percent-expected.checksum:
1341 * fast/replaced/width100percent-expected.png:
1342 * fast/selectors/166-expected.checksum:
1343 * fast/selectors/166-expected.png:
1344 * fast/table/023-expected.checksum:
1345 * fast/table/023-expected.png:
1346 * fast/table/034-expected.checksum:
1347 * fast/table/034-expected.png:
1348 * fast/table/040-expected.checksum:
1349 * fast/table/040-expected.png:
1350 * fast/table/border-collapsing/004-expected.checksum:
1351 * fast/table/border-collapsing/004-expected.png:
1352 * fast/table/edge-offsets-expected.checksum:
1353 * fast/table/edge-offsets-expected.png:
1354 * fast/table/height-percent-test-expected.checksum:
1355 * fast/table/height-percent-test-expected.png:
1356 * fast/table/overflowHidden-expected.checksum:
1357 * fast/table/overflowHidden-expected.png:
1358 * fast/table/wide-colspan-expected.checksum:
1359 * fast/table/wide-colspan-expected.png:
1360 * fast/table/wide-column-expected.checksum:
1361 * fast/table/wide-column-expected.png:
1362 * fast/text/softHyphen-expected.checksum:
1363 * fast/text/softHyphen-expected.png:
1364 * fast/text/whitespace/024-expected.checksum:
1365 * fast/text/whitespace/024-expected.png:
1366 * fast/tokenizer/004-expected.checksum:
1367 * fast/tokenizer/004-expected.png:
1368 * svg/custom/feDisplacementMap-01-expected.png: Removed.
1369 * svg/custom/junk-data-expected.checksum:
1370 * svg/custom/junk-data-expected.png:
1371 * svg/custom/missing-xlink-expected.checksum:
1372 * svg/custom/missing-xlink-expected.png:
1373 * svg/custom/path-bad-data-expected.checksum:
1374 * svg/custom/path-bad-data-expected.png:
1375 * traversal/tree-walker-004-expected.checksum:
1376 * traversal/tree-walker-004-expected.png:
1378 2006-02-15 Geoffrey Garen <ggaren@apple.com>
1382 - Layout test for <rdar://problem/4176077> CrashTracer: 6569
1383 crashes in DashboardClient at com.apple.JavaScriptCore:
1384 KJS::Bindings::ObjcFallbackObjectImp::type()
1387 * plugins/undefined-property-crash-expected.txt: Added.
1388 * plugins/undefined-property-crash.html: Added.
1390 2006-02-15 Eric Seidel <eseidel@apple.com>
1392 Add files missing from previous commit.
1394 * svg/custom/feDisplacementMap-01-expected.checksum: Added.
1395 * svg/custom/feDisplacementMap-01-expected.png: Added.
1396 * svg/custom/feDisplacementMap-01-expected.txt: Added.
1398 2006-02-15 Oliver Hunt <ojh16@student.canterbury.ac.nz>
1400 Reviewed by eseidel. Landed by eseidel.
1402 Implemented feDisplacementMap.
1403 http://bugzilla.opendarwin.org/show_bug.cgi?id=5862
1405 * svg/W3C-SVG-1.1/filters-displace-01-f-expected.checksum:
1406 * svg/W3C-SVG-1.1/filters-displace-01-f-expected.png:
1407 * svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt:
1408 * svg/custom/feDisplacementMap-01.svg: Added.
1409 * svg/custom/feDisplacementMap-01-expected.checksum: Added.
1410 * svg/custom/feDisplacementMap-01-expected.png: Added.
1411 * svg/custom/feDisplacementMap-01-expected.txt: Added.
1412 * svg/custom/resources/feDisplacementMap-01-displace.png: Added.
1413 * svg/custom/resources/feDisplacementMap-01-source.png: Added.
1415 2006-02-15 Eric Seidel <eseidel@apple.com>
1417 Update missing result from last commit.
1419 * fast/xsl/xslt-recursion-expected.txt:
1421 2006-02-15 Alexey Proskuryakov <ap@nypop.com>
1425 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=6452
1426 KURL::appendEscapingBadChars() doesn't know about %u-escaping.
1428 * fast/encoding/resources/%25%u0435 0 %xx%%%ulike.html: Added.
1429 * fast/encoding/percent-escaping-expected.txt: Added.
1430 * fast/encoding/percent-escaping.html: Added.
1432 2006-02-14 Eric Seidel <eseidel@apple.com>
1436 Add incremental parsing support to XMLTokenizer.
1437 Also adds serialization of DOCTYPEs for xml documents
1438 Also fixes css styling for pages where xsl recursion is blocked.
1439 http://bugzilla.opendarwin.org/show_bug.cgi?id=6057
1441 * fast/dom/dom-parse-serialize-display-expected.checksum:
1442 * fast/dom/dom-parse-serialize-display-expected.png:
1443 * fast/dom/dom-parse-serialize-display-expected.txt:
1444 * fast/dom/dom-parse-serialize-expected.checksum:
1445 * fast/dom/dom-parse-serialize-expected.png:
1446 * fast/dom/dom-parse-serialize-expected.txt:
1447 * fast/dom/xmlhttprequest-get-expected.txt:
1448 * fast/xsl/resources/xslt-recursion-chain1.xsl:
1449 * fast/xsl/xslt-processer-expected.txt:
1451 2006-02-14 Adele Peterson <adele@apple.com>
1453 Tests for http://bugzilla.opendarwin.org/show_bug.cgi?id=6815
1454 Calculate correct width for new text fields
1456 * fast/forms/input-appearance-width.html: Added.
1457 * fast/forms/input-appearance-width-expected.txt: Added.
1458 * fast/forms/input-appearance-width-expected.png: Added.
1459 * fast/forms/input-appearance-width-expected.checksum: Added.
1460 * fast/forms/input-appearance-minWidth.html: Added.
1461 * fast/forms/input-appearance-minWidth-expected.txt: Added.
1462 * fast/forms/input-appearance-minWidth-expected.png: Added.
1463 * fast/forms/input-appearance-minWidth-expected.checksum: Added.
1465 2006-02-14 John Sullivan <sullivan@apple.com>
1467 One more of the same (this one tests list boxes instead of pop-up menus)
1469 * fast/forms/HTMLOptionElement_label05-expected.checksum: Added.
1470 * fast/forms/HTMLOptionElement_label05-expected.png: Added.
1471 * fast/forms/HTMLOptionElement_label05-expected.txt: Added.
1472 * fast/forms/HTMLOptionElement_label05.html: Added.
1474 2006-02-14 John Sullivan <sullivan@apple.com>
1476 Added another option element label test at Dave Hyatt's suggestion
1478 * fast/forms/HTMLOptionElement_label04-expected.checksum: Added.
1479 * fast/forms/HTMLOptionElement_label04-expected.png: Added.
1480 * fast/forms/HTMLOptionElement_label04-expected.txt: Added.
1481 * fast/forms/HTMLOptionElement_label04.html: Added.
1483 2006-02-14 Adele Peterson <adele@apple.com>
1487 Moving these tests to a better location.
1489 * dom/html/level2/html/HTMLOptionElement_label01-expected.checksum: Removed.
1490 * dom/html/level2/html/HTMLOptionElement_label01-expected.png: Removed.
1491 * dom/html/level2/html/HTMLOptionElement_label01-expected.txt: Removed.
1492 * dom/html/level2/html/HTMLOptionElement_label01.html: Removed.
1493 * dom/html/level2/html/HTMLOptionElement_label02-expected.checksum: Removed.
1494 * dom/html/level2/html/HTMLOptionElement_label02-expected.png: Removed.
1495 * dom/html/level2/html/HTMLOptionElement_label02-expected.txt: Removed.
1496 * dom/html/level2/html/HTMLOptionElement_label02.html: Removed.
1497 * dom/html/level2/html/HTMLOptionElement_label03-expected.checksum: Removed.
1498 * dom/html/level2/html/HTMLOptionElement_label03-expected.png: Removed.
1499 * dom/html/level2/html/HTMLOptionElement_label03-expected.txt: Removed.
1500 * dom/html/level2/html/HTMLOptionElement_label03.html: Removed.
1501 * fast/forms/HTMLOptionElement_label01-expected.checksum: Added.
1502 * fast/forms/HTMLOptionElement_label01-expected.png: Added.
1503 * fast/forms/HTMLOptionElement_label01-expected.txt: Added.
1504 * fast/forms/HTMLOptionElement_label01.html: Added.
1505 * fast/forms/HTMLOptionElement_label02-expected.checksum: Added.
1506 * fast/forms/HTMLOptionElement_label02-expected.png: Added.
1507 * fast/forms/HTMLOptionElement_label02-expected.txt: Added.
1508 * fast/forms/HTMLOptionElement_label02.html: Added.
1509 * fast/forms/HTMLOptionElement_label03-expected.checksum: Added.
1510 * fast/forms/HTMLOptionElement_label03-expected.png: Added.
1511 * fast/forms/HTMLOptionElement_label03-expected.txt: Added.
1512 * fast/forms/HTMLOptionElement_label03.html: Added.
1514 2006-02-14 John Sullivan <sullivan@apple.com>
1516 Reviewed by Adele Peterson.
1518 - tests for http://bugzilla.opendarwin.org/show_bug.cgi?id=7255
1519 label attribute in option elements is ignored
1521 * dom/html/level2/html/HTMLOptionElement_label01-expected.checksum: Added.
1522 * dom/html/level2/html/HTMLOptionElement_label01-expected.png: Added.
1523 * dom/html/level2/html/HTMLOptionElement_label01-expected.txt: Added.
1524 * dom/html/level2/html/HTMLOptionElement_label01.html: Added.
1525 * dom/html/level2/html/HTMLOptionElement_label02-expected.checksum: Added.
1526 * dom/html/level2/html/HTMLOptionElement_label02-expected.png: Added.
1527 * dom/html/level2/html/HTMLOptionElement_label02-expected.txt: Added.
1528 * dom/html/level2/html/HTMLOptionElement_label02.html: Added.
1529 * dom/html/level2/html/HTMLOptionElement_label03-expected.checksum: Added.
1530 * dom/html/level2/html/HTMLOptionElement_label03-expected.png: Added.
1531 * dom/html/level2/html/HTMLOptionElement_label03-expected.txt: Added.
1532 * dom/html/level2/html/HTMLOptionElement_label03.html: Added.
1534 2006-01-31 David Harrison <harrison@apple.com>
1536 Updated test case after improving table deletion.
1538 * selection/move-between-blocks-no-001-expected.txt: Updated.
1540 2006-02-12 David Kilzer <ddkilzer@kilzer.net>
1542 Reviewed and tweaked by Darin.
1544 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=7206
1545 REGRESSION: PDF "images" no longer render within HTML pages
1547 * fast/replaced/page-as-image.html: Added.
1548 * fast/replaced/page-as-image-expected.txt: Added.
1549 * fast/replaced/page-as-image-expected.png: Added.
1550 * fast/replaced/page-as-image-expected.checksum: Added.
1551 * fast/replaced/resources/image.pdf: Added.
1553 2006-02-12 Maciej Stachowiak <mjs@apple.com>
1555 Rubber stamped by Geoff.
1557 - comment out remote <base> URLs, these were making the tests hang for a long time
1559 This also made the affected tests start passing.
1561 * dom/xhtml/level2/html/HTMLBodyElement01-expected.checksum: Removed.
1562 * dom/xhtml/level2/html/HTMLBodyElement01-expected.png: Removed.
1563 * dom/xhtml/level2/html/HTMLBodyElement01-expected.txt:
1564 * dom/xhtml/level2/html/HTMLBodyElement01.xhtml:
1565 * dom/xhtml/level2/html/HTMLBodyElement02-expected.checksum: Removed.
1566 * dom/xhtml/level2/html/HTMLBodyElement02-expected.png: Removed.
1567 * dom/xhtml/level2/html/HTMLBodyElement02-expected.txt:
1568 * dom/xhtml/level2/html/HTMLBodyElement02.xhtml:
1569 * dom/xhtml/level2/html/HTMLBodyElement03-expected.checksum: Removed.
1570 * dom/xhtml/level2/html/HTMLBodyElement03-expected.png: Removed.
1571 * dom/xhtml/level2/html/HTMLBodyElement03-expected.txt:
1572 * dom/xhtml/level2/html/HTMLBodyElement03.xhtml:
1573 * dom/xhtml/level2/html/HTMLBodyElement04-expected.checksum: Removed.
1574 * dom/xhtml/level2/html/HTMLBodyElement04-expected.png: Removed.
1575 * dom/xhtml/level2/html/HTMLBodyElement04-expected.txt:
1576 * dom/xhtml/level2/html/HTMLBodyElement04.xhtml:
1577 * dom/xhtml/level2/html/HTMLBodyElement05-expected.checksum: Removed.
1578 * dom/xhtml/level2/html/HTMLBodyElement05-expected.png: Removed.
1579 * dom/xhtml/level2/html/HTMLBodyElement05-expected.txt:
1580 * dom/xhtml/level2/html/HTMLBodyElement05.xhtml:
1581 * dom/xhtml/level2/html/HTMLBodyElement06-expected.checksum: Removed.
1582 * dom/xhtml/level2/html/HTMLBodyElement06-expected.png: Removed.
1583 * dom/xhtml/level2/html/HTMLBodyElement06-expected.txt:
1584 * dom/xhtml/level2/html/HTMLBodyElement06.xhtml:
1585 * dom/xhtml/level2/html/body01-expected.checksum: Removed.
1586 * dom/xhtml/level2/html/body01-expected.png: Removed.
1587 * dom/xhtml/level2/html/body01-expected.txt:
1588 * dom/xhtml/level2/html/body01.xhtml:
1590 2006-02-11 Alexander Kellett <lypanov@kde.org>
1592 Adding test case for
1594 http://bugzilla.opendarwin.org/show_bug.cgi?id=5360
1596 * svg/custom/coords-relative-units-transforms.svg: Added.
1598 2006-02-11 Alexey Proskuryakov <ap@nypop.com>
1602 * fast/events/event-targets.html: Fixed a small mistake in this test, noticed while
1603 checking that bug 3609 is fixed in tip of tree.
1605 2006-02-11 Mitz Pettel <opendarwin.org@mitzpettel.com>
1609 - new test and updated results for
1610 http://bugzilla.opendarwin.org/show_bug.cgi?id=7054
1611 Vertical scroll bars do not appear or do not scroll completely
1613 * fast/replaced/width100percent-expected.checksum: Updated.
1614 * fast/replaced/width100percent-expected.png: Updated.
1615 * fast/replaced/width100percent-expected.txt: Updated.
1616 * fast/table/edge-offsets-expected.checksum: Added.
1617 * fast/table/edge-offsets-expected.png: Added.
1618 * fast/table/edge-offsets-expected.txt: Added.
1619 * fast/table/edge-offsets.html: Added.
1621 2006-02-11 Alexey Proskuryakov <ap@nypop.com>
1625 - tests for http://bugzilla.opendarwin.org/show_bug.cgi?id=3400
1626 setting the .src of an iframe to the same value does not reload page
1628 * fast/frames/frame-set-same-location-expected.checksum: Added.
1629 * fast/frames/frame-set-same-location-expected.png: Added.
1630 * fast/frames/frame-set-same-location-expected.txt: Added.
1631 * fast/frames/frame-set-same-location.html: Added.
1632 * fast/frames/frame-set-same-src-expected.checksum: Added.
1633 * fast/frames/frame-set-same-src-expected.png: Added.
1634 * fast/frames/frame-set-same-src-expected.txt: Added.
1635 * fast/frames/frame-set-same-src.html: Added.
1636 * fast/frames/iframe-set-same-location-expected.txt: Added.
1637 * fast/frames/iframe-set-same-location.html: Added.
1638 * fast/frames/iframe-set-same-src-expected.txt: Added.
1639 * fast/frames/iframe-set-same-src.html: Added.
1641 2006-02-11 Eric Seidel <eseidel@apple.com>
1645 Adding support for external entity declarations in XSLT.
1646 http://bugzilla.opendarwin.org/show_bug.cgi?id=7184
1647 <rdar://problem/4271696> support external DTD references in XSLT
1649 * fast/parser/external-entities-expected.checksum: Added.
1650 * fast/parser/external-entities-expected.png: Added.
1651 * fast/parser/external-entities-expected.txt: Added.
1652 * fast/parser/external-entities-in-xslt-expected.txt: Added.
1653 * fast/parser/external-entities-in-xslt.xml: Added.
1654 * fast/parser/external-entities.xml: Added.
1655 * fast/parser/resources: Added.
1656 * fast/parser/resources/external-entities.dtd: Added.
1657 * fast/parser/resources/external-entities.xsl: Added.
1659 2006-02-10 Beth Dakin <bdakin@apple.com>
1663 Layout test for <rdar://problem/4149655> Frequently reported crash,
1664 repro at lastminute.se in khtml::RenderBlock::createLineBoxes
1666 * fast/css-generated-content/015-expected.checksum: Added.
1667 * fast/css-generated-content/015-expected.png: Added.
1668 * fast/css-generated-content/015-expected.txt: Added.
1669 * fast/css-generated-content/015.html: Added.
1671 2006-02-08 Maciej Stachowiak <mjs@apple.com>
1673 Add missing file from earlier added svg test.
1675 * svg/custom/resources/link-target.html: Added.
1677 2006-02-08 Boris Daljevic <boris@backbase.com>
1679 Reviewed and tweaked by Darin.
1681 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=6648
1682 Safari strips namespace prefix when using setAttribute(), but should treat it as part of name
1684 * fast/dom/Element: Added.
1685 * fast/dom/Element/setAttribute-with-colon.html: Added.
1686 * fast/dom/Element/setAttribute-with-colon-expected.txt: Added.
1688 2006-02-08 Mitz Pettel <opendarwin.org@mitzpettel.com>
1692 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=7095
1693 Removing positioning from an element does not relayout properly
1695 * fast/block/positioning/relayout-on-position-change-expected.checksum: Added.
1696 * fast/block/positioning/relayout-on-position-change-expected.png: Added.
1697 * fast/block/positioning/relayout-on-position-change-expected.txt: Added.
1698 * fast/block/positioning/relayout-on-position-change.html: Added.
1700 2006-02-08 Maciej Stachowiak <mjs@apple.com>
1702 - added SVG path hit testing test
1704 * svg/custom/hit-test-path-expected.checksum: Added.
1705 * svg/custom/hit-test-path-expected.png: Added.
1706 * svg/custom/hit-test-path-expected.txt: Added.
1707 * svg/custom/hit-test-path.svg: Added.
1709 2006-02-08 Adele Peterson <adele@apple.com>
1714 <rdar://problem/4325160> REGRESSION(416.12-420+): window events not stopped by stopPropagation (affects macnn forums)
1716 * fast/events/window-events-bubble-expected.txt: Added.
1717 * fast/events/window-events-bubble.html: Added.
1718 * fast/events/window-events-bubble2-expected.txt: Added.
1719 * fast/events/window-events-bubble2.html: Added.
1720 * fast/events/window-events-capture-expected.txt: Added.
1721 * fast/events/window-events-capture.html: Added.
1723 2006-02-07 Adele Peterson <adele@apple.com>
1726 <rdar://problem/3727939> Safari strips \0 characters from HTML tags making them valid
1728 * fast/encoding/decoder-allow-null-chars.html
1729 * fast/encoding/decoder-allow-null-chars-expected.txt
1731 2006-02-07 Alexey Proskuryakov <ap@nypop.com>
1733 Reviewed by Timothy.
1735 - tests for http://bugzilla.opendarwin.org/show_bug.cgi?id=7012
1736 Convert JavaScript objects to appropriate AppleScript types, instead of only strings
1738 * fast/AppleScript: Added.
1739 * fast/AppleScript/001-expected.txt: Added.
1740 * fast/AppleScript/001.html: Added.
1741 * fast/AppleScript/array-expected.txt: Added.
1742 * fast/AppleScript/array.html: Added.
1743 * fast/AppleScript/date-expected.txt: Added.
1744 * fast/AppleScript/date.html: Added.
1746 2006-02-06 Maciej Stachowiak <mjs@apple.com>
1750 - test case that verifies that <object> containing html is treated
1751 like <iframe> in various respects
1752 http://bugzilla.opendarwin.org/show_bug.cgi?id=7125
1754 * fast/dom/HTMLObjectElement/object-as-frame-expected.txt: Added.
1755 * fast/dom/HTMLObjectElement/object-as-frame.html: Added.
1757 - updated this test to reflect that the onload event now fires for iframes,
1758 including ones with empty src
1759 http://bugzilla.opendarwin.org/show_bug.cgi?id=3609
1761 * fast/events/event-targets-expected.checksum: Removed.
1762 * fast/events/event-targets-expected.png: Removed.
1763 * fast/events/event-targets-expected.txt:
1764 * fast/events/event-targets.html:
1766 2006-02-06 Adele Peterson <adele@apple.com?
1770 - fix http://bugzilla.opendarwin.org/show_bug.cgi?id=6944
1771 REGRESSION: crash when loading page w/ <link> that has a DOMSubtreeModified event listener
1773 * fast/events/event-listener-on-link.html: Added.
1774 * fast/events/event-listener-on-link-expected.txt: Added.
1775 * fast/events/event-listener-on-link-expected.png: Added.
1776 * fast/events/event-listener-on-link-expected.checksum: Added.
1778 2006-02-05 Maciej Stachowiak <mjs@apple.com>
1782 - test for 7094: onfocus/onblur on non-form-controls bubble
1783 http://bugzilla.opendarwin.org/show_bug.cgi?id=7094
1785 * fast/events/div-focus-expected.txt: Added.
1786 * fast/events/div-focus.html: Added.
1788 2006-02-04 Darin Adler <darin@apple.com>
1792 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=7071
1793 REGRESSION: Jumping to an anchor identifier makes page scroll horizontally
1795 * fast/overflow/scroll-vertical-not-horizontal.html: Added.
1796 * fast/overflow/scroll-vectical-not-horizontal-expected.txt: Added.
1798 2006-02-05 Darin Adler <darin@apple.com>
1800 - converted three more files from UTF-16 to ASCII that had no reason to be UTF-16
1802 * fast/dom/resources/top.html: Just straight conversion to ASCII.
1803 * fast/events/updateLayoutForHitTest.html: Converted one character to an entity,
1804 and reformatted the file a bit.
1805 * fast/text/line-breaks.html: Just straight conversion to ASCII.
1807 2006-02-05 Maciej Stachowiak <mjs@apple.com>
1811 Re-landing test case for:
1812 - various event cleanup, including fixing of the load event for iframes
1813 http://bugzilla.opendarwin.org/show_bug.cgi?id=7079
1815 * fast/events/iframe-object-onload-expected.txt: Added.
1816 * fast/events/iframe-object-onload.html: Added.
1818 - changed expected results and description for this test, unload should
1819 not fire in this case:
1821 * fast/events/onunload-body-property-expected.txt:
1822 * fast/events/onunload-body-property.html:
1824 - changed from UTF-16 to ASCII, there was no reason for this to be UTF-16.
1826 * fast/dom/attr_dead_doc.html:
1828 2006-02-05 Darin Adler <darin@apple.com>
1832 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=6908
1833 REGRESSION: Replacing existing <option> shuffles it to the end of the list
1835 * fast/forms/select-replace-option.html: Added.
1836 * fast/forms/select-replace-option-expected.txt: Added.
1838 2006-02-05 Darin Adler <darin@apple.com>
1842 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=6962
1843 REGRESSION: www.usa.phillips.com crashes due to <param> with no name
1845 * fast/replaced/object-param-no-name.html: Added.
1846 * fast/replaced/object-param-no-name-expected.txt: Added.
1848 - fixed test that I landed incorrectly earlier
1850 * fast/overflow/onscroll-layer-self-destruct.html: Removed Subversion property junk.
1851 * fast/overflow/onscroll-layer-self-destruct-expected.txt: Ditto.
1853 2006-02-05 Darin Adler <darin@apple.com>
1855 - rolled out Maciej's event cleanup patch, which is causing problems
1857 I believe he has a fix, and he'll re-land the patch with the fix later.
1859 Original fix was <http://bugzilla.opendarwin.org/show_bug.cgi?id=7079>.
1860 Problems described in <http://bugzilla.opendarwin.org/show_bug.cgi?id=7084>.
1862 2006-02-05 Darin Adler <darin@apple.com>
1866 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=7048
1867 Reproducible crash when onscroll handler deletes the layer or its object
1869 * fast/overflow/onscroll-layer-self-destruct.html: Added.
1870 * fast/overflow/onscroll-layer-self-destruct-expected.txt: Added.
1872 2006-02-05 Maciej Stachowiak <mjs@apple.com>
1877 - various event cleanup, including fixing of the load event for iframes
1878 http://bugzilla.opendarwin.org/show_bug.cgi?id=7079
1880 * fast/events/iframe-object-onload-expected.txt: Added.
1881 * fast/events/iframe-object-onload.html: Added.
1883 2006-02-04 Maciej Stachowiak <mjs@apple.com>
1885 - reverted CSS media queries patch, as it causes random crashes on the
1886 layout tests with a debug build.
1888 * fast/media/001-expected.checksum: Removed.
1889 * fast/media/001-expected.png: Removed.
1890 * fast/media/001-expected.txt: Removed.
1891 * fast/media/001.html: Removed.
1892 * fast/media/002-expected.checksum: Removed.
1893 * fast/media/002-expected.png: Removed.
1894 * fast/media/002-expected.txt: Removed.
1895 * fast/media/002.html: Removed.
1896 * fast/media/003-expected.checksum: Removed.
1897 * fast/media/003-expected.png: Removed.
1898 * fast/media/003-expected.txt: Removed.
1899 * fast/media/003.html: Removed.
1900 * fast/media/004-expected.checksum: Removed.
1901 * fast/media/004-expected.png: Removed.
1902 * fast/media/004-expected.txt: Removed.
1903 * fast/media/004.html: Removed.
1904 * fast/media/005-expected.checksum: Removed.
1905 * fast/media/005-expected.png: Removed.
1906 * fast/media/005-expected.txt: Removed.
1907 * fast/media/005.html: Removed.
1908 * fast/media/006-expected.checksum: Removed.
1909 * fast/media/006-expected.png: Removed.
1910 * fast/media/006-expected.txt: Removed.
1911 * fast/media/006.html: Removed.
1912 * fast/media/007-expected.checksum: Removed.
1913 * fast/media/007-expected.png: Removed.
1914 * fast/media/007-expected.txt: Removed.
1915 * fast/media/007.html: Removed.
1916 * fast/media/008-expected.checksum: Removed.
1917 * fast/media/008-expected.png: Removed.
1918 * fast/media/008-expected.txt: Removed.
1919 * fast/media/008.html: Removed.
1920 * fast/media/009-expected.checksum: Removed.
1921 * fast/media/009-expected.png: Removed.
1922 * fast/media/009-expected.txt: Removed.
1923 * fast/media/009.html: Removed.
1924 * fast/media/010-expected.checksum: Removed.
1925 * fast/media/010-expected.png: Removed.
1926 * fast/media/010-expected.txt: Removed.
1927 * fast/media/010.html: Removed.
1928 * fast/media/011-expected.checksum: Removed.
1929 * fast/media/011-expected.png: Removed.
1930 * fast/media/011-expected.txt: Removed.
1931 * fast/media/011.html: Removed.
1932 * fast/media/012-expected.checksum: Removed.
1933 * fast/media/012-expected.png: Removed.
1934 * fast/media/012-expected.txt: Removed.
1935 * fast/media/012.html: Removed.
1936 * fast/media/013-expected.checksum: Removed.
1937 * fast/media/013-expected.png: Removed.
1938 * fast/media/013-expected.txt: Removed.
1939 * fast/media/013.html: Removed.
1940 * fast/media/014-expected.checksum: Removed.
1941 * fast/media/014-expected.png: Removed.
1942 * fast/media/014-expected.txt: Removed.
1943 * fast/media/014.html: Removed.
1944 * fast/media/015-expected.checksum: Removed.
1945 * fast/media/015-expected.png: Removed.
1946 * fast/media/015-expected.txt: Removed.
1947 * fast/media/015.html: Removed.
1948 * fast/media/016-expected.checksum: Removed.
1949 * fast/media/016-expected.png: Removed.
1950 * fast/media/016-expected.txt: Removed.
1951 * fast/media/016.html: Removed.
1952 * fast/media/017-expected.checksum: Removed.
1953 * fast/media/017-expected.png: Removed.
1954 * fast/media/017-expected.txt: Removed.
1955 * fast/media/017.html: Removed.
1956 * fast/media/018-expected.checksum: Removed.
1957 * fast/media/018-expected.png: Removed.
1958 * fast/media/018-expected.txt: Removed.
1959 * fast/media/018.html: Removed.
1960 * fast/media/019-expected.checksum: Removed.
1961 * fast/media/019-expected.png: Removed.
1962 * fast/media/019-expected.txt: Removed.
1963 * fast/media/019.html: Removed.
1964 * fast/media/020-expected.checksum: Removed.
1965 * fast/media/020-expected.png: Removed.
1966 * fast/media/020-expected.txt: Removed.
1967 * fast/media/020.html: Removed.
1968 * fast/media/021-expected.checksum: Removed.
1969 * fast/media/021-expected.png: Removed.
1970 * fast/media/021-expected.txt: Removed.
1971 * fast/media/021.html: Removed.
1972 * fast/media/022-expected.checksum: Removed.
1973 * fast/media/022-expected.png: Removed.
1974 * fast/media/022-expected.txt: Removed.
1975 * fast/media/022.html: Removed.
1976 * fast/media/023-expected.checksum: Removed.
1977 * fast/media/023-expected.png: Removed.
1978 * fast/media/023-expected.txt: Removed.
1979 * fast/media/023.html: Removed.
1980 * fast/media/024-expected.checksum: Removed.
1981 * fast/media/024-expected.png: Removed.
1982 * fast/media/024-expected.txt: Removed.
1983 * fast/media/024.html: Removed.
1984 * fast/media/025-expected.checksum: Removed.
1985 * fast/media/025-expected.png: Removed.
1986 * fast/media/025-expected.txt: Removed.
1987 * fast/media/025.html: Removed.
1988 * fast/media/026-expected.checksum: Removed.
1989 * fast/media/026-expected.png: Removed.
1990 * fast/media/026.html: Removed.
1991 * fast/media/import-p-green.css: Removed.
1993 2006-02-03 Darin Adler <darin@apple.com>
1995 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=5210
1996 REGRESSION: for/in loop with var changes global variable instead of making local
1998 * fast/js/for-in-var-scope.html: Added.
1999 * fast/js/resources/for-in-var-scope.js: Added.
2000 * fast/js/for-in-var-scope-expected.txt: Added.
2002 2006-02-03 Darin Adler <darin@apple.com>
2004 - updated test result due to revised fix for <ol> number
2006 * fast/lists/olstart-expected.txt: Updated.
2008 2006-02-03 Andrew Wellington <proton@wiretapped.net>
2012 Layout tests for bug 5776: Generated numbers of ordered lists (OL) are
2013 not calculated right
2015 * fast/lists/ol-display-types-expected.checksum: Added.
2016 * fast/lists/ol-display-types-expected.png: Added.
2017 * fast/lists/ol-display-types-expected.txt: Added.
2018 * fast/lists/ol-display-types.html: Added.
2019 * fast/lists/olstart-expected.checksum: Added.
2020 * fast/lists/olstart-expected.png: Added.
2021 * fast/lists/olstart-expected.txt: Added.
2022 * fast/lists/olstart.html: Added.
2024 2006-02-03 Timothy Hatcher <timothy@apple.com>
2026 Reviewed by Dave Hyatt, Tim H.
2029 Bug 4127: WebCore doesn't support Media Queries (CSS3 module)
2030 http://bugzilla.opendarwin.org/show_bug.cgi?id=4127
2033 * fast/media: Added.
2034 * fast/media/001-expected.checksum: Added.
2035 * fast/media/001-expected.png: Added.
2036 * fast/media/001-expected.txt: Added.
2037 * fast/media/001.html: Added.
2038 * fast/media/002-expected.checksum: Added.
2039 * fast/media/002-expected.png: Added.
2040 * fast/media/002-expected.txt: Added.
2041 * fast/media/002.html: Added.
2042 * fast/media/003-expected.checksum: Added.
2043 * fast/media/003-expected.png: Added.
2044 * fast/media/003-expected.txt: Added.
2045 * fast/media/003.html: Added.
2046 * fast/media/004-expected.checksum: Added.
2047 * fast/media/004-expected.png: Added.
2048 * fast/media/004-expected.txt: Added.
2049 * fast/media/004.html: Added.
2050 * fast/media/005-expected.checksum: Added.
2051 * fast/media/005-expected.png: Added.
2052 * fast/media/005-expected.txt: Added.
2053 * fast/media/005.html: Added.
2054 * fast/media/006-expected.checksum: Added.
2055 * fast/media/006-expected.png: Added.
2056 * fast/media/006-expected.txt: Added.
2057 * fast/media/006.html: Added.
2058 * fast/media/007-expected.checksum: Added.
2059 * fast/media/007-expected.png: Added.
2060 * fast/media/007-expected.txt: Added.
2061 * fast/media/007.html: Added.
2062 * fast/media/008-expected.checksum: Added.
2063 * fast/media/008-expected.png: Added.
2064 * fast/media/008-expected.txt: Added.
2065 * fast/media/008.html: Added.
2066 * fast/media/009-expected.checksum: Added.
2067 * fast/media/009-expected.png: Added.
2068 * fast/media/009-expected.txt: Added.
2069 * fast/media/009.html: Added.
2070 * fast/media/010-expected.checksum: Added.
2071 * fast/media/010-expected.png: Added.
2072 * fast/media/010-expected.txt: Added.
2073 * fast/media/010.html: Added.
2074 * fast/media/011-expected.checksum: Added.
2075 * fast/media/011-expected.png: Added.
2076 * fast/media/011-expected.txt: Added.
2077 * fast/media/011.html: Added.
2078 * fast/media/012-expected.checksum: Added.
2079 * fast/media/012-expected.png: Added.
2080 * fast/media/012-expected.txt: Added.
2081 * fast/media/012.html: Added.
2082 * fast/media/013-expected.checksum: Added.
2083 * fast/media/013-expected.png: Added.
2084 * fast/media/013-expected.txt: Added.
2085 * fast/media/013.html: Added.
2086 * fast/media/014-expected.checksum: Added.
2087 * fast/media/014-expected.png: Added.
2088 * fast/media/014-expected.txt: Added.
2089 * fast/media/014.html: Added.
2090 * fast/media/015-expected.checksum: Added.
2091 * fast/media/015-expected.png: Added.
2092 * fast/media/015-expected.txt: Added.
2093 * fast/media/015.html: Added.
2094 * fast/media/016-expected.checksum: Added.
2095 * fast/media/016-expected.png: Added.
2096 * fast/media/016-expected.txt: Added.
2097 * fast/media/016.html: Added.
2098 * fast/media/017-expected.checksum: Added.
2099 * fast/media/017-expected.png: Added.
2100 * fast/media/017-expected.txt: Added.
2101 * fast/media/017.html: Added.
2102 * fast/media/018-expected.checksum: Added.
2103 * fast/media/018-expected.png: Added.
2104 * fast/media/018-expected.txt: Added.
2105 * fast/media/018.html: Added.
2106 * fast/media/019-expected.checksum: Added.
2107 * fast/media/019-expected.png: Added.
2108 * fast/media/019-expected.txt: Added.
2109 * fast/media/019.html: Added.
2110 * fast/media/020-expected.checksum: Added.
2111 * fast/media/020-expected.png: Added.
2112 * fast/media/020-expected.txt: Added.
2113 * fast/media/020.html: Added.
2114 * fast/media/021-expected.checksum: Added.
2115 * fast/media/021-expected.png: Added.
2116 * fast/media/021-expected.txt: Added.
2117 * fast/media/021.html: Added.
2118 * fast/media/022-expected.checksum: Added.
2119 * fast/media/022-expected.png: Added.
2120 * fast/media/022-expected.txt: Added.
2121 * fast/media/022.html: Added.
2122 * fast/media/023-expected.checksum: Added.
2123 * fast/media/023-expected.png: Added.
2124 * fast/media/023-expected.txt: Added.
2125 * fast/media/023.html: Added.
2126 * fast/media/024-expected.checksum: Added.
2127 * fast/media/024-expected.png: Added.
2128 * fast/media/024-expected.txt: Added.
2129 * fast/media/024.html: Added.
2130 * fast/media/025-expected.checksum: Added.
2131 * fast/media/025-expected.png: Added.
2132 * fast/media/025-expected.txt: Added.
2133 * fast/media/025.html: Added.
2134 * fast/media/026-expected.checksum: Added.
2135 * fast/media/026-expected.png: Added.
2136 * fast/media/026.html: Added.
2137 * fast/media/import-p-green.css: Added.
2139 2006-02-02 Justin Garcia <justin.garcia@apple.com>
2141 Reviewed by harrison
2143 Turned on continuous spell checking to test the fix for:
2144 <http://bugzilla.opendarwin.org/show_bug.cgi?id=6586>
2145 REGRESSION: visible_text.cpp assertion failure in Mail.app
2148 * editing/selection/end-of-document.html
2150 Pixel results for editing tests now include misspelling markers.
2151 A few of them are incorrect, filed 7038 to cover this.
2152 * editing/deleting/delete-3928305-fix-expected.checksum:
2153 * editing/deleting/delete-3928305-fix-expected.png:
2154 * editing/deleting/delete-3959464-fix-expected.checksum:
2155 * editing/deleting/delete-3959464-fix-expected.png:
2156 * editing/deleting/delete-after-span-ws-001-expected.checksum:
2157 * editing/deleting/delete-after-span-ws-001-expected.png:
2158 * editing/deleting/delete-after-span-ws-002-expected.checksum:
2159 * editing/deleting/delete-after-span-ws-002-expected.png:
2160 * editing/deleting/delete-after-span-ws-003-expected.checksum:
2161 * editing/deleting/delete-after-span-ws-003-expected.png:
2162 * editing/deleting/delete-and-undo-expected.checksum:
2163 * editing/deleting/delete-and-undo-expected.png:
2164 * editing/deleting/delete-block-contents-003-expected.checksum:
2165 * editing/deleting/delete-block-contents-003-expected.png:
2166 * editing/deleting/delete-block-merge-contents-010-expected.checksum:
2167 * editing/deleting/delete-block-merge-contents-010-expected.png:
2168 * editing/deleting/delete-contiguous-ws-001-expected.checksum:
2169 * editing/deleting/delete-contiguous-ws-001-expected.png:
2170 * editing/deleting/delete-tab-002-expected.checksum:
2171 * editing/deleting/delete-tab-002-expected.png:
2172 * editing/deleting/delete-tab-003-expected.checksum:
2173 * editing/deleting/delete-tab-003-expected.png:
2174 * editing/deleting/delete-trailing-ws-002-expected.checksum:
2175 * editing/deleting/delete-trailing-ws-002-expected.png:
2176 * editing/deleting/delete-ws-fixup-001-expected.checksum:
2177 * editing/deleting/delete-ws-fixup-001-expected.png:
2178 * editing/deleting/delete-ws-fixup-002-expected.checksum:
2179 * editing/deleting/delete-ws-fixup-002-expected.png:
2180 * editing/inserting/editing-empty-divs-expected.checksum:
2181 * editing/inserting/editing-empty-divs-expected.png:
2182 * editing/inserting/insert-3659587-fix-expected.checksum:
2183 * editing/inserting/insert-3659587-fix-expected.png:
2184 * editing/inserting/insert-br-004-expected.checksum:
2185 * editing/inserting/insert-br-004-expected.png:
2186 * editing/inserting/insert-br-005-expected.checksum:
2187 * editing/inserting/insert-br-005-expected.png:
2188 * editing/inserting/insert-br-007-expected.checksum:
2189 * editing/inserting/insert-br-007-expected.png:
2190 * editing/inserting/insert-div-007-expected.checksum:
2191 * editing/inserting/insert-div-007-expected.png:
2192 * editing/inserting/insert-div-012-expected.checksum:
2193 * editing/inserting/insert-div-012-expected.png:
2194 * editing/inserting/insert-div-013-expected.checksum:
2195 * editing/inserting/insert-div-013-expected.png:
2196 * editing/inserting/insert-div-014-expected.checksum:
2197 * editing/inserting/insert-div-014-expected.png:
2198 * editing/inserting/insert-div-015-expected.checksum:
2199 * editing/inserting/insert-div-015-expected.png:
2200 * editing/inserting/insert-div-016-expected.checksum:
2201 * editing/inserting/insert-div-016-expected.png:
2202 * editing/inserting/insert-div-017-expected.checksum:
2203 * editing/inserting/insert-div-017-expected.png:
2204 * editing/inserting/insert-div-018-expected.checksum:
2205 * editing/inserting/insert-div-018-expected.png:
2206 * editing/inserting/insert-div-019-expected.checksum:
2207 * editing/inserting/insert-div-019-expected.png:
2208 * editing/inserting/insert-div-020-expected.checksum:
2209 * editing/inserting/insert-div-020-expected.png:
2210 * editing/inserting/insert-div-021-expected.checksum:
2211 * editing/inserting/insert-div-021-expected.png:
2212 * editing/inserting/insert-div-022-expected.checksum:
2213 * editing/inserting/insert-div-022-expected.png:
2214 * editing/inserting/insert-div-025-expected.checksum:
2215 * editing/inserting/insert-div-025-expected.png:
2216 * editing/inserting/insert-div-027-expected.checksum:
2217 * editing/inserting/insert-div-027-expected.png:
2218 * editing/inserting/insert-tab-002-expected.checksum:
2219 * editing/inserting/insert-tab-002-expected.png:
2220 * editing/inserting/insert-tab-003-expected.checksum:
2221 * editing/inserting/insert-tab-003-expected.png:
2222 * editing/inserting/insert-text-with-newlines-expected.checksum:
2223 * editing/inserting/insert-text-with-newlines-expected.png:
2224 * editing/inserting/return-key-with-selection-001-expected.checksum:
2225 * editing/inserting/return-key-with-selection-001-expected.png:
2226 * editing/inserting/return-key-with-selection-002-expected.checksum:
2227 * editing/inserting/return-key-with-selection-002-expected.png:
2228 * editing/inserting/return-key-with-selection-003-expected.checksum:
2229 * editing/inserting/return-key-with-selection-003-expected.png:
2230 * editing/inserting/typing-002-expected.checksum:
2231 * editing/inserting/typing-002-expected.png:
2232 * editing/inserting/typing-around-br-001-expected.checksum:
2233 * editing/inserting/typing-around-br-001-expected.png:
2234 * editing/pasteboard/cut-text-001-expected.checksum:
2235 * editing/pasteboard/cut-text-001-expected.png:
2236 * editing/pasteboard/paste-list-001-expected.checksum:
2237 * editing/pasteboard/paste-text-001-expected.checksum:
2238 * editing/pasteboard/paste-text-001-expected.png:
2239 * editing/pasteboard/paste-text-012-expected.checksum:
2240 * editing/pasteboard/paste-text-012-expected.png:
2241 * editing/pasteboard/paste-text-013-expected.checksum:
2242 * editing/pasteboard/paste-text-013-expected.png:
2243 * editing/pasteboard/paste-text-014-expected.checksum:
2244 * editing/pasteboard/paste-text-014-expected.png:
2245 * editing/pasteboard/paste-text-019-expected.checksum:
2246 * editing/pasteboard/paste-text-019-expected.png:
2247 * editing/selection/3690703-2-expected.checksum:
2248 * editing/selection/3690703-expected.checksum:
2249 * editing/selection/3690719-expected.checksum:
2250 * editing/selection/extend-by-word-001-expected.checksum:
2251 * editing/selection/extend-by-word-001-expected.png:
2252 * editing/selection/iframe-expected.checksum:
2253 * editing/selection/iframe-expected.png:
2254 * editing/selection/move-backwords-by-word-001-expected.checksum:
2255 * editing/selection/move-backwords-by-word-001-expected.png:
2256 * editing/selection/move-by-character-001-expected.checksum:
2257 * editing/selection/move-by-character-001-expected.png:
2258 * editing/selection/move-by-line-001-expected.checksum:
2259 * editing/selection/move-by-line-001-expected.png:
2260 * editing/selection/move-by-word-001-expected.checksum:
2261 * editing/selection/move-by-word-001-expected.png:
2262 * editing/selection/replaced-boundaries-1-expected.checksum:
2263 * editing/selection/replaced-boundaries-1-expected.png:
2264 * editing/selection/unrendered-002-expected.checksum:
2265 * editing/selection/unrendered-002-expected.png:
2266 * editing/style/block-styles-007-expected.checksum:
2267 * editing/style/block-styles-007-expected.png:
2268 * editing/style/create-block-for-style-002-expected.checksum:
2269 * editing/style/create-block-for-style-002-expected.png:
2270 * editing/style/create-block-for-style-003-expected.checksum:
2271 * editing/style/create-block-for-style-003-expected.png:
2272 * editing/style/create-block-for-style-004-expected.checksum:
2273 * editing/style/create-block-for-style-004-expected.png:
2274 * editing/style/create-block-for-style-006-expected.checksum:
2275 * editing/style/create-block-for-style-006-expected.png:
2276 * editing/style/create-block-for-style-008-expected.checksum:
2277 * editing/style/create-block-for-style-008-expected.png:
2278 * editing/style/create-block-for-style-009-expected.checksum:
2279 * editing/style/create-block-for-style-009-expected.png:
2280 * editing/style/create-block-for-style-011-expected.checksum:
2281 * editing/style/create-block-for-style-011-expected.png:
2282 * editing/style/create-block-for-style-012-expected.checksum:
2283 * editing/style/create-block-for-style-012-expected.png:
2284 * editing/style/create-block-for-style-013-expected.checksum:
2285 * editing/style/create-block-for-style-013-expected.png:
2286 * editing/unsupported-content/list-type-after-expected.checksum:
2287 * editing/unsupported-content/list-type-before-expected.checksum:
2288 * editing/unsupported-content/table-type-after-expected.checksum:
2289 * editing/unsupported-content/table-type-before-expected.checksum:
2290 * fast/dom/blur-contenteditable-expected.checksum:
2291 * fast/dom/blur-contenteditable-expected.png:
2293 2006-02-02 Darin Adler <darin@apple.com>
2295 - tests for http://bugzilla.opendarwin.org/show_bug.cgi?id=7000
2296 REGRESSION: Scrolling is triggering onunload in TOT
2298 * fast/events/onunload-body-property.html: Added.
2299 * fast/events/onunload-body-property-expected.txt: Added.
2300 * fast/events/onunload-window-property.html: Added.
2301 * fast/events/onunload-window-property-expected.txt: Added.
2303 2006-02-02 Mitz Pettel <opendarwin.org@mitzpettel.com>
2307 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=6881
2308 Block with position:absolute bottom:0 doesn't always move when height
2309 of containing block changes (affects Safari RSS)
2311 * fast/block/positioning/height-change-expected.checksum: Added.
2312 * fast/block/positioning/height-change-expected.png: Added.
2313 * fast/block/positioning/height-change-expected.txt: Added.
2314 * fast/block/positioning/height-change.html: Added.
2316 2006-02-01 Darin Adler <darin@apple.com>
2318 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=7018
2319 REGRESSION: clearTimeout no longer works
2321 * fast/dom/Window/clear-timeout.html: Added.
2322 * fast/dom/Window/clear-timeout-expected.txt: Added.
2324 2006-01-31 Maciej Stachowiak <mjs@apple.com>
2328 - test case for REGRESSION: assertion failure mousing over DHTML menus at www.worldofwarcraft.com
2329 http://bugzilla.opendarwin.org/show_bug.cgi?id=6931
2331 * fast/dynamic/layer-hit-test-crash-expected.checksum: Added.
2332 * fast/dynamic/layer-hit-test-crash-expected.png: Added.
2333 * fast/dynamic/layer-hit-test-crash-expected.txt: Added.
2334 * fast/dynamic/layer-hit-test-crash.html: Added.
2336 2006-01-31 Adele Peterson <adele@apple.com>
2338 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=6862
2339 Input's value doesn't get updated after typing in new text field
2341 * fast/forms/input-changing-value-expected.txt: Added.
2342 * fast/forms/input-changing-value.html: Added.
2344 2006-01-31 Timothy Hatcher <timothy@apple.com>
2346 Adding test cases for:
2347 http://bugzilla.opendarwin.org/show_bug.cgi?id=4959
2348 Bug 4959: inline style not terminated properly after <form>
2350 Updated older tests/results to work with the patch.
2351 Some of the tests had an open <span> with no close.
2353 * editing/deleting/delete-image-003-expected.txt:
2354 * editing/deleting/delete-image-003.html:
2355 * editing/undo/redo-typing-001-expected.txt:
2356 * editing/undo/redo-typing-001.html:
2357 * editing/undo/undo-typing-001-expected.txt:
2358 * editing/undo/undo-typing-001.html:
2359 * fast/block/float/031.html:
2360 * fast/parser/residual-style-span-form-expected.checksum: Added.
2361 * fast/parser/residual-style-span-form-expected.png: Added.
2362 * fast/parser/residual-style-span-form-expected.txt: Added.
2363 * fast/parser/residual-style-span-form.html: Added.
2364 * fast/text/whitespace/006-expected.txt:
2366 2006-01-31 David Harrison <harrison@apple.com>
2368 Adding test cases for:
2369 <rdar://problem/4423922> TOT REGRESSION (r12358): first iframe in pair fails to copy
2371 * editing/pasteboard/paste-empty-startcontainer-expected.png: Added.
2372 * editing/pasteboard/paste-empty-startcontainer-expected.checksum: Added.
2373 * editing/pasteboard/paste-empty-startcontainer-expected.txt: Added.
2374 * editing/pasteboard/paste-empty-startcontainer.html: Added.
2376 2006-01-31 Mitz Pettel <opendarwin.org@mitzpettel.com>
2380 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=6942
2381 Assertion failure in HTMLSelectElementImpl::selectedIndex (m_multiple)
2383 * fast/forms/selected-index-assert-expected.txt: Added.
2384 * fast/forms/selected-index-assert.html: Added.
2386 2006-01-31 David Kilzer <ddkilzer@kilzer.net>
2390 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=6584
2391 REGRESSION: button after unclosed button gives trouble
2393 * fast/forms/button-cannot-be-nested-expected.checksum: Added.
2394 * fast/forms/button-cannot-be-nested-expected.png: Added.
2395 * fast/forms/button-cannot-be-nested-expected.txt: Added.
2396 * fast/forms/button-cannot-be-nested.html: Added.
2398 2006-01-31 Mitz Pettel <opendarwin.org@mitzpettel.com>
2402 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=6959
2403 REGRESSION: Assertion failure in HTMLTokenizer::parseTag (!scriptNode) on page with ignored scripts
2405 * fast/parser/script-after-frameset-assert-expected.txt: Added.
2406 * fast/parser/script-after-frameset-assert.html: Added.
2408 2006-01-31 Mitz Pettel <opendarwin.org@mitzpettel.com>
2412 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=6960
2413 REGRESSION: Assertion failure in table_layout.cpp:216 calcWidthArray()
2415 * fast/table/fixed-table-non-cell-in-row.html: Added.
2416 * fast/table/fixed-table-non-cell-in-row-expected.txt: Added.
2417 * fast/table/fixed-table-non-cell-in-row-expected.png: Added.
2418 * fast/table/fixed-table-non-cell-in-row-expected.checksum: Added.
2420 2006-01-31 Anders Carlsson <andersca@mac.com>
2424 - update tests for http://bugzilla.opendarwin.org/show_bug.cgi?id=6964
2425 ImagePatterns are always rendered mirrored
2427 * fast/dom/image-object-in-canvas-expected.checksum:
2428 * fast/dom/image-object-in-canvas-expected.png:
2430 2006-01-31 Maciej Stachowiak <mjs@apple.com>
2432 Added test case I forgot to commit earlier.
2434 - test case for crash if a node is removed from the DOM before being reparented due to residual style
2435 http://bugzilla.opendarwin.org/show_bug.cgi?id=6778
2437 * fast/parser/remove-block-in-residual-style.html: Added.
2438 * fast/parser/remove-block-in-residual-style-expected.checksum: Added.
2439 * fast/parser/remove-block-in-residual-style-expected.png: Added.
2440 * fast/parser/remove-block-in-residual-style-expected.txt: Added.
2442 2006-01-30 Anders Carlsson <andersca@mac.com>
2446 Update test for http://bugzilla.opendarwin.org/show_bug.cgi?id=6907
2447 REGRESSION: United.com menus messed up due to document.all/MSIE sniff
2449 * fast/dom/undetectable-document-all.html:
2450 Test that typeof document.all is undefined.
2452 2006-01-30 Darin Adler <darin@apple.com>
2454 Pointed out by Dave Kilzer.
2456 - added test result I forgot to check in
2458 * fast/dom/Range/range-exceptions-expected.txt: Added.
2460 2006-01-30 Beth Dakin <bdakin@apple.com>
2462 Layout test for <rdar://problem/4298052> Crash in
2463 KWQCheckIfReloading at http://www.inquisitorx.com/beta/
2465 * fast/loader/docLoaderFrame-expected.checksum: Added.
2466 * fast/loader/docLoaderFrame-expected.png: Added.
2467 * fast/loader/docLoaderFrame-expected.txt: Added.
2468 * fast/loader/docLoaderFrame.html: Added.
2470 2006-01-30 Darin Adler <darin@apple.com>
2472 - updated test result for rect changes
2474 * fast/box-sizing/percentage-height-expected.txt: A bunch of strange empty
2475 clip rects are now dumping as (0,0) 0x0.
2477 2006-01-29 Sam Weinig <sam.weinig@gmail.com>
2481 - fixed some tests that were missing test images
2483 * fast/replaced/resources/sample.gif: Added.
2484 * fast/replaced/resources/1x1-green.png: Added.
2485 * fast/replaced/resources/1x1-red.png: Added.
2487 * fast/replaced/001.html: Changed images to point to actual images.
2488 * fast/replaced/002.html: Ditto.
2489 * fast/replaced/003.html: Ditto.
2490 * fast/replaced/004.html: Ditto.
2492 * fast/replaced/002-expected.txt: Updated.
2493 * fast/replaced/003-expected.txt: Updated.
2495 * fast/replaced/001-expected.png: Updated.
2496 * fast/replaced/001-expected.checksum: Updated.
2497 * fast/replaced/002-expected.png: Updated.
2498 * fast/replaced/002-expected.checksum: Updated.
2499 * fast/replaced/003-expected.png: Updated.
2500 * fast/replaced/003-expected.checksum: Updated.
2501 * fast/replaced/004-expected.png: Updated.
2502 * fast/replaced/004-expected.checksum: Updated.
2504 2006-01-29 Mitz Pettel <opendarwin.org@mitzpettel.com>
2508 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=6888
2509 Collapsed borders appear on the wrong side or on the wrong cell in RTL tables
2511 * fast/table/border-collapsing/rtl-border-collapsing.html: Added.
2512 * fast/table/border-collapsing/rtl-border-collapsing-expected.txt: Added.
2513 * fast/table/border-collapsing/rtl-border-collapsing-expected.checksum: Added.
2514 * fast/table/border-collapsing/rtl-border-collapsing-expected.png: Added.
2516 2006-01-28 Darin Adler <darin@apple.com>
2520 - tests for http://bugzilla.opendarwin.org/show_bug.cgi?id=6550
2521 REGRESSION: window.open('myurl', '_self') fails to load myurl in current window
2523 * fast/dom/Window/window-open-parent.html: Added.
2524 * fast/dom/Window/window-open-parent-no-parent.html: Added.
2525 * fast/dom/Window/window-open-self.html: Added.
2526 * fast/dom/Window/window-open-top.html: Added.
2528 * fast/dom/Window/resources: Added.
2529 * fast/dom/Window/resources/destination.html: Added.
2530 * fast/dom/Window/window-open-parent-expected.txt: Added.
2531 * fast/dom/Window/window-open-parent-no-parent-expected.txt: Added.
2532 * fast/dom/Window/window-open-self-expected.txt: Added.
2533 * fast/dom/Window/window-open-top-expected.txt: Added.
2535 2006-01-29 Darin Adler <darin@apple.com>
2537 - added a test for the names of range exceptions, which were wrong
2538 in my last commit until I made the fix Alexey suggested
2540 * fast/dom/Range: Added.
2541 * fast/dom/Range/range-exceptions.html: Added.
2542 * fast/dom/Range/resources: Added.
2543 * fast/dom/Range/resources/range-exceptions.js: Added.
2544 * fast/dom/Range/resources/TEMPLATE.html: Added.
2546 * fast/js/resources/js-test-pre.js: Escape & and < characters in the
2547 output so you can have tests with HTML fragments as expected results.
2549 2006-01-29 David Harrison <harrison@apple.com>
2551 Adding test cases for:
2552 1) Arrowing up or down to an empty list item skipped the list item
2553 2) Deleting the content of a list item made it so you could never get the cursor inside the empty item
2555 * editing/selection/move-by-line-002-expected.png: Added.
2556 * editing/selection/move-by-line-002-expected.checksum: Added.
2557 * editing/selection/move-by-line-002-expected.txt: Added.
2558 * editing/selection/move-by-line-002.html: Added.
2559 * editing/deleting/delete-listitem-002-expected.checksum: Added.
2560 * editing/deleting/delete-listitem-002-expected.png: Added.
2561 * editing/deleting/delete-listitem-002-expected.txt: Added.
2562 * editing/deleting/delete-listitem-002.html: Added.
2564 2006-01-29 Eric Seidel <eseidel@apple.com>
2566 Reviewed by hyatt & darin.
2568 Remaining fixes for SVGTetris:
2569 http://bugzilla.opendarwin.org/show_bug.cgi?id=6889
2570 Fix for CDF support:
2571 http://bugzilla.opendarwin.org/show_bug.cgi?id=6025
2572 Fix for filter updating:
2573 http://bugzilla.opendarwin.org/show_bug.cgi?id=6849
2574 Also, as a side effect of 6849, fixed double-apply of filters, improving:
2575 http://bugzilla.opendarwin.org/show_bug.cgi?id=6713
2577 Results updated for most tests, pixel results improved for filter tests.
2579 * svg/W3C-SVG-1.1/color-prof-01-f-expected.txt:
2580 * svg/W3C-SVG-1.1/coords-trans-01-b-expected.txt:
2581 * svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt:
2582 * svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt:
2583 * svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt:
2584 * svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt:
2585 * svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt:
2586 * svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.txt:
2587 * svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.checksum:
2588 * svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.png:
2589 * svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.txt:
2590 * svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt:
2591 * svg/W3C-SVG-1.1/filters-color-01-b-expected.txt:
2592 * svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt:
2593 * svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt:
2594 * svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt:
2595 * svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.txt:
2596 * svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt:
2597 * svg/W3C-SVG-1.1/filters-gauss-01-b-expected.checksum:
2598 * svg/W3C-SVG-1.1/filters-gauss-01-b-expected.png:
2599 * svg/W3C-SVG-1.1/filters-gauss-01-b-expected.txt:
2600 * svg/W3C-SVG-1.1/filters-image-01-b-expected.txt:
2601 * svg/W3C-SVG-1.1/filters-light-01-f-expected.txt:
2602 * svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt:
2603 * svg/W3C-SVG-1.1/filters-offset-01-b-expected.checksum:
2604 * svg/W3C-SVG-1.1/filters-offset-01-b-expected.png:
2605 * svg/W3C-SVG-1.1/filters-offset-01-b-expected.txt:
2606 * svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt:
2607 * svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt:
2608 * svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt:
2609 * svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt:
2610 * svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt:
2611 * svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt:
2612 * svg/W3C-SVG-1.1/masking-path-04-b-expected.txt:
2613 * svg/W3C-SVG-1.1/metadata-example-01-b-expected.txt:
2614 * svg/W3C-SVG-1.1/painting-marker-01-f-expected.txt:
2615 * svg/W3C-SVG-1.1/painting-marker-02-f-expected.txt:
2616 * svg/W3C-SVG-1.1/render-groups-01-b-expected.txt:
2617 * svg/W3C-SVG-1.1/render-groups-03-t-expected.txt:
2618 * svg/W3C-SVG-1.1/struct-image-01-t-expected.txt:
2619 * svg/W3C-SVG-1.1/struct-image-02-b-expected.txt:
2620 * svg/W3C-SVG-1.1/struct-image-03-t-expected.txt:
2621 * svg/W3C-SVG-1.1/struct-image-04-t-expected.txt:
2622 * svg/W3C-SVG-1.1/struct-image-05-b-expected.txt:
2623 * svg/W3C-SVG-1.1/struct-symbol-01-b-expected.txt:
2624 * svg/W3C-SVG-1.1/styling-css-02-b-expected.txt:
2625 * svg/W3C-SVG-1.1/text-text-01-b-expected.txt:
2626 * svg/custom/filter-source-alpha-expected.txt:
2627 * svg/custom/image-with-transform-clip-filter-expected.checksum:
2628 * svg/custom/image-with-transform-clip-filter-expected.png:
2629 * svg/custom/image-with-transform-clip-filter-expected.txt:
2630 * svg/custom/junk-data-expected.checksum:
2631 * svg/custom/junk-data-expected.png:
2632 * svg/custom/junk-data-expected.txt:
2633 * svg/custom/missing-xlink-expected.checksum:
2634 * svg/custom/missing-xlink-expected.png:
2635 * svg/custom/missing-xlink-expected.txt:
2636 * svg/custom/simpleCDF-expected.checksum:
2637 * svg/custom/simpleCDF-expected.png:
2638 * svg/custom/simpleCDF-expected.txt:
2639 * svg/custom/text-filter-expected.checksum:
2640 * svg/custom/text-filter-expected.png:
2641 * svg/custom/text-filter-expected.txt:
2642 * svg/custom/text-image-opacity-expected.txt:
2644 2006-01-29 Eric Seidel <eseidel@apple.com>
2648 * svg/custom/viewport-update-expected.checksum: Added.
2649 * svg/custom/viewport-update-expected.png: Added.
2650 * svg/custom/viewport-update-expected.txt: Added.
2651 * svg/custom/viewport-update.svg: Added.
2653 2006-01-29 Darin Adler <darin@apple.com>
2655 - updated tests for http://bugzilla.opendarwin.org/show_bug.cgi?id=6895
2656 include exception names in JavaScript form of DOM exception
2658 * dom/xhtml/level1/core/hc_nodevalue03-expected.txt:
2659 * dom/xhtml/level3/core/canonicalform06-expected.txt:
2660 * dom/xhtml/level3/core/documentgetdoctype01-expected.txt:
2661 * dom/xhtml/level3/core/infoset06-expected.txt:
2662 * dom/xhtml/level3/core/infoset07-expected.txt:
2663 * dom/xhtml/level3/core/nodecomparedocumentposition02-expected.txt:
2664 * dom/xhtml/level3/core/nodeinsertbefore02-expected.txt:
2665 * dom/xhtml/level3/core/nodeinsertbefore05-expected.txt:
2666 * dom/xhtml/level3/core/nodeisequalnode17-expected.txt:
2667 * dom/xhtml/level3/core/noderemovechild04-expected.txt:
2668 * dom/xhtml/level3/core/noderemovechild05-expected.txt:
2669 * dom/xhtml/level3/core/nodereplacechild13-expected.txt:
2670 * dom/xhtml/level3/core/wellformed01-expected.txt:
2671 * dom/xhtml/level3/core/wellformed02-expected.txt:
2672 * dom/xhtml/level3/core/wellformed03-expected.txt:
2673 * dom/xhtml/level3/core/wellformed04-expected.txt:
2675 - for these, also changed the tests to be dumpAsText at the same time
2677 * fast/dom/outerText-no-element.html:
2678 * fast/dom/outerText-no-element-expected.txt:
2679 * fast/dynamic/outerHTML-no-element.html:
2680 * fast/dynamic/outerHTML-no-element-expected.txt:
2682 * fast/dom/outerText-no-element-expected.checksum: Removed.
2683 * fast/dom/outerText-no-element-expected.png: Removed.
2684 * fast/dynamic/outerHTML-no-element-expected.checksum: Removed.
2685 * fast/dynamic/outerHTML-no-element-expected.png: Removed.
2687 - removed test results for tests that are either disabled or not checked in
2689 * dom/xhtml/level2/html/HTMLIFrameElement11-expected.txt: Removed.
2690 * dom/xhtml/level3/core/documentadoptnode22-expected.txt: Removed.
2691 * editing/execCommand/boldCharacter-expected.txt: Removed.
2692 * fast/parser/remove-block-in-residual-style-expected.checksum: Removed.
2693 * fast/parser/remove-block-in-residual-style-expected.png: Removed.
2694 * fast/parser/remove-block-in-residual-style-expected.txt: Removed.
2695 * fast/plugins: Removed.
2696 * fast/plugins/netscape-back-forward-expected.txt: Removed.
2697 * fast/plugins/resources: Removed.
2698 * fast/plugins/resources/go-back.html: Removed.
2700 2006-01-28 Darin Adler <darin@apple.com>
2702 Reviewed by John Sullivan.
2704 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=6870
2705 REGRESSION: JavaScript Date constructor won't accept another Date object
2707 * fast/js/date-constructor.html: Added.
2708 * fast/js/date-constructor-expected.txt: Added.
2709 * fast/js/resources/date-constructor.js: Added.
2711 * fast/js/resources/date-big-constructor.js: Formatting tweak.
2713 2006-01-28 Darin Adler <darin@apple.com>
2717 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=6711
2718 crash if an event is dispatched to a listener that uses handleEvent
2720 * fast/events/dispatch-to-handle-event.html: Added.
2721 * fast/events/dispatch-to-handle-event-expected.txt: Added.
2723 2006-01-28 Mitz Pettel <opendarwin.org@mitzpettel.com>
2727 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=5868
2728 Crash on HP.com with ToT and Safari 2.0.2 in khtml::RenderContainer::detach()
2730 * fast/table/add-before-anonymous-child.html: Added.
2731 * fast/table/add-before-anonymous-child-expected.txt: Added.
2732 * fast/table/add-before-anonymous-child-expected.png: Added.
2733 * fast/table/add-before-anonymous-child-expected.checksum: Added.
2735 2006-01-28 Alexander Kellett <lypanov@kde.org>
2737 Reviewed by eseidel.
2739 * svg/custom/filter-source-alpha-expected.checksum
2740 * svg/custom/filter-source-alpha-expected.png
2741 * svg/custom/filter-source-alpha-expected.txt
2742 * svg/custom/filter-source-alpha.svg
2744 2006-01-27 Darin Adler <darin@apple.com>
2748 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=6075
2749 REGRESSION: event.relatedTarget not working, breaks menus at www.ati.com
2751 * fast/events/related-target-expected.txt: Added.
2752 * fast/events/related-target.html: Added.
2754 2006-01-27 Adele Peterson <adele@apple.com>
2757 <rdar://problem/4422624> REGRESSION: crash loading webmail.mac.com
2759 * fast/forms/input-no-renderer-expected.checksum: Added.
2760 * fast/forms/input-no-renderer-expected.png: Added.
2761 * fast/forms/input-no-renderer-expected.txt: Added.
2762 * fast/forms/input-no-renderer.html: Added.
2764 2006-01-27 Darin Adler <darin@apple.com>
2766 - revised test for http://bugzilla.opendarwin.org/show_bug.cgi?id=6731
2767 REGRESSION: change event fires at load time for checked items
2769 * fast/forms/radio-button-no-change-event.html: Updated to add a second radio button.
2770 * fast/forms/radio-button-no-change-event-expected.txt: Updated.
2772 2006-01-26 Maciej Stachowiak <mjs@apple.com>
2774 Reviewed by Tim Omernick.
2776 - test case for REGRESSION: crash when setting a list with list-style: none to display: none
2777 http://bugzilla.opendarwin.org/show_bug.cgi?id=6860
2779 (This bug was fixed independently by Dave Harrison but I'm landing the test
2782 * fast/lists/list-style-none-crash-expected.checksum: Added.
2783 * fast/lists/list-style-none-crash-expected.png: Added.
2784 * fast/lists/list-style-none-crash-expected.txt: Added.
2785 * fast/lists/list-style-none-crash.html: Added.
2787 2006-01-26 Beth Dakin <bdakin@apple.com>
2789 Test case for <rdar://problem/4256504>
2790 khtml::RenderBlock::skipWhitespace crashes upon interaction with
2793 * fast/inline/positionedLifetime-expected.checksum: Added.
2794 * fast/inline/positionedLifetime-expected.png: Added.
2795 * fast/inline/positionedLifetime-expected.txt: Added.
2796 * fast/inline/positionedLifetime.html: Added.
2798 2006-01-26 Mitz Pettel <opendarwin.org@mitzpettel.com>
2800 Reviewed and landed by Anders.
2802 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=6841
2803 REGRESSION: WebKit (Thursday, January 26, 2006) crash in HTMLImageElementImpl::width()
2805 * fast/dom/HTMLImageElement/image-without-renderer-width-expected.txt: Added.
2806 * fast/dom/HTMLImageElement/image-without-renderer-width.html: Added.
2808 2006-01-26 Anders Carlsson <andersca@mac.com>
2812 Update test for http://bugzilla.opendarwin.org/show_bug.cgi?id=6845
2813 Autogenerate more classes.
2815 * fast/dom/features-expected.checksum: Removed.
2816 * fast/dom/features-expected.png: Removed.
2817 * fast/dom/features-expected.txt:
2818 * fast/dom/features.html:
2819 Update test case result, also use layoutTestController.dumpAsText()
2821 2006-01-26 Alexander Kellett <lypanov@kde.org>
2823 Reviewed by eseidel.
2825 Implemented automated testcasing for RenderSVGText's nodeAtPoint()
2826 This provides an automated way to test for regressions on bug:
2827 http://bugzilla.opendarwin.org/show_bug.cgi?id=6843
2829 * svg/custom/text-hit-test.svg: Added.
2830 * svg/custom/text-hit-test-expected.checksum: Added.
2831 * svg/custom/text-hit-test-expected.png: Added.
2832 * svg/custom/text-hit-test-expected.txt: Added.
2834 2006-01-26 David Harrison <harrison@apple.com>
2836 Adding test case for:
2837 http://bugzilla.opendarwin.org/show_bug.cgi?id=6835
2839 * editing/deleting/delete-listitem-001-expected.checksum: Added.
2840 * editing/deleting/delete-listitem-001-expected.png: Added.
2841 * editing/deleting/delete-listitem-001-expected.txt: Added.
2842 * editing/deleting/delete-listitem-001.html: Added.
2844 2006-01-26 Eric Seidel <eseidel@apple.com>
2846 Adding additional test case from:
2847 http://bugzilla.opendarwin.org/show_bug.cgi?id=6801
2849 * svg/custom/percentage-rect2-expected.checksum: Added.
2850 * svg/custom/percentage-rect2-expected.png: Added.
2851 * svg/custom/percentage-rect2-expected.txt: Added.
2852 * svg/custom/percentage-rect2.svg: Added.
2854 2006-01-26 Eric Seidel <eseidel@apple.com>
2858 * svg/custom/junk-data-expected.checksum:
2859 * svg/custom/junk-data-expected.png:
2860 * svg/custom/junk-data-expected.txt:
2861 * svg/custom/missing-xlink-expected.checksum:
2862 * svg/custom/missing-xlink-expected.png:
2863 * svg/custom/missing-xlink-expected.txt:
2864 * viewport-no-width-height.svg: Added.
2865 * viewport-no-width-height-expected.checksum: Added.
2866 * viewport-no-width-height-expected.png: Added.
2867 * viewport-no-width-height-expected.txt: Added.
2869 2006-01-25 Alexander Kellett <lypanov@kde.org>
2871 Reviewed by eseidel.
2873 Percentage values for width, height are not rendered correctly.
2874 http://bugzilla.opendarwin.org/show_bug.cgi?id=5331
2876 * svg/W3C-SVG-1.1/coords-units-01-b-expected.checksum:
2877 * svg/W3C-SVG-1.1/coords-units-01-b-expected.png:
2878 * svg/W3C-SVG-1.1/coords-units-02-b-expected.checksum:
2879 * svg/W3C-SVG-1.1/coords-units-02-b-expected.png:
2880 * svg/W3C-SVG-1.1/coords-units-02-b-expected.txt:
2881 * svg/W3C-SVG-1.1/coords-units-03-b-expected.checksum:
2882 * svg/W3C-SVG-1.1/coords-units-03-b-expected.png:
2883 * svg/W3C-SVG-1.1/coords-units-03-b-expected.txt:
2884 * svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt:
2885 * svg/W3C-SVG-1.1/filters-color-01-b-expected.txt:
2886 * svg/W3C-SVG-1.1/filters-composite-02-b-expected.checksum:
2887 * svg/W3C-SVG-1.1/filters-composite-02-b-expected.png:
2888 * svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt:
2889 * svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.txt:
2890 * svg/W3C-SVG-1.1/filters-displace-01-f-expected.checksum:
2891 * svg/W3C-SVG-1.1/filters-displace-01-f-expected.png:
2892 * svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt:
2893 * svg/W3C-SVG-1.1/filters-example-01-b-expected.txt:
2894 * svg/W3C-SVG-1.1/filters-gauss-01-b-expected.txt:
2895 * svg/W3C-SVG-1.1/filters-light-01-f-expected.txt:
2896 * svg/W3C-SVG-1.1/filters-offset-01-b-expected.txt:
2897 * svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt:
2898 * svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt:
2899 * svg/W3C-SVG-1.1/struct-image-02-b-expected.checksum:
2900 * svg/W3C-SVG-1.1/struct-image-02-b-expected.png:
2901 * svg/W3C-SVG-1.1/struct-image-02-b-expected.txt:
2902 * svg/custom/image-with-transform-clip-filter-expected.txt:
2903 * svg/custom/percentage-rect-expected.checksum: Added.
2904 * svg/custom/percentage-rect-expected.png: Added.
2905 * svg/custom/percentage-rect-expected.txt: Added.
2906 * svg/custom/percentage-rect.svg: Added.
2907 * svg/custom/text-filter-expected.txt:
2909 2006-01-25 Justin Garcia <justin.garcia@apple.com>
2911 Reviewed by harrison
2913 <http://bugzilla.opendarwin.org/show_bug.cgi?id=6644>
2914 TinyMCE: Undo operation crashes Safari
2915 <rdar://problem/4343068>
2916 Some shouldChangeSelection calls are nonsensical
2918 Selections are blown away if their endpoints are removed from the document.
2919 This changed the selections that editing delegates see during deletion/replacement.
2921 * editing/deleting/collapse-whitespace-3587601-fix-expected.txt:
2922 * editing/deleting/delete-3608430-fix-expected.txt:
2923 * editing/deleting/delete-3608462-fix-expected.txt:
2924 * editing/deleting/delete-3775172-fix-expected.txt:
2925 * editing/deleting/delete-3800834-fix-expected.txt:
2926 * editing/deleting/delete-3857753-fix-expected.txt:
2927 * editing/deleting/delete-3865854-fix-expected.txt:
2928 * editing/deleting/delete-3928305-fix-expected.txt:
2929 * editing/deleting/delete-3959464-fix-expected.txt:
2930 * editing/deleting/delete-4038408-fix-expected.txt:
2931 * editing/deleting/delete-at-paragraph-boundaries-001-expected.txt:
2932 * editing/deleting/delete-at-paragraph-boundaries-002-expected.txt:
2933 * editing/deleting/delete-at-paragraph-boundaries-003-expected.txt:
2934 * editing/deleting/delete-at-paragraph-boundaries-004-expected.txt:
2935 * editing/deleting/delete-at-paragraph-boundaries-005-expected.txt:
2936 * editing/deleting/delete-at-paragraph-boundaries-006-expected.txt:
2937 * editing/deleting/delete-at-paragraph-boundaries-007-expected.txt:
2938 * editing/deleting/delete-at-paragraph-boundaries-009-expected.txt:
2939 * editing/deleting/delete-at-paragraph-boundaries-010-expected.txt:
2940 * editing/deleting/delete-at-paragraph-boundaries-011-expected.txt:
2941 * editing/deleting/delete-block-contents-001-expected.txt:
2942 * editing/deleting/delete-block-contents-002-expected.txt:
2943 * editing/deleting/delete-block-contents-003-expected.txt:
2944 * editing/deleting/delete-block-merge-contents-001-expected.txt:
2945 * editing/deleting/delete-block-merge-contents-002-expected.txt:
2946 * editing/deleting/delete-block-merge-contents-003-expected.txt:
2947 * editing/deleting/delete-block-merge-contents-004-expected.txt:
2948 * editing/deleting/delete-block-merge-contents-005-expected.txt:
2949 * editing/deleting/delete-block-merge-contents-006-expected.txt:
2950 * editing/deleting/delete-block-merge-contents-007-expected.txt:
2951 * editing/deleting/delete-block-merge-contents-008-expected.txt:
2952 * editing/deleting/delete-block-merge-contents-009-expected.txt:
2953 * editing/deleting/delete-block-merge-contents-010-expected.txt:
2954 * editing/deleting/delete-block-merge-contents-012-expected.txt:
2955 * editing/deleting/delete-block-merge-contents-013-expected.txt:
2956 * editing/deleting/delete-block-merge-contents-014-expected.txt:
2957 * editing/deleting/delete-block-merge-contents-015-expected.txt:
2958 * editing/deleting/delete-block-merge-contents-016-expected.txt:
2959 * editing/deleting/delete-block-merge-contents-017-expected.txt:
2960 * editing/deleting/delete-block-merge-contents-018-expected.txt:
2961 * editing/deleting/delete-block-merge-contents-019-expected.txt:
2962 * editing/deleting/delete-block-merge-contents-020-expected.txt:
2963 * editing/deleting/delete-block-merge-contents-021-expected.txt:
2964 * editing/deleting/delete-br-008-expected.txt:
2965 * editing/deleting/delete-br-010-expected.txt:
2966 * editing/deleting/delete-image-001-expected.txt:
2967 * editing/deleting/delete-image-002-expected.txt:
2968 * editing/deleting/delete-image-003-expected.txt:
2969 * editing/deleting/delete-image-004-expected.txt:
2970 * editing/deleting/delete-line-001-expected.txt:
2971 * editing/deleting/delete-line-002-expected.txt:
2972 * editing/deleting/delete-line-003-expected.txt:
2973 * editing/deleting/delete-line-004-expected.txt:
2974 * editing/deleting/delete-line-005-expected.txt:
2975 * editing/deleting/delete-line-006-expected.txt:
2976 * editing/deleting/delete-line-007-expected.txt:
2977 * editing/deleting/delete-line-008-expected.txt:
2978 * editing/deleting/delete-line-009-expected.txt:
2979 * editing/deleting/delete-line-010-expected.txt:
2980 * editing/deleting/delete-line-011-expected.txt:
2981 * editing/deleting/delete-line-012-expected.txt:
2982 * editing/deleting/delete-line-013-expected.txt:
2983 * editing/deleting/delete-line-014-expected.txt:
2984 * editing/deleting/delete-line-015-expected.txt:
2985 * editing/deleting/delete-line-016-expected.txt:
2986 * editing/deleting/delete-line-017-expected.txt:
2987 * editing/deleting/delete-select-all-001-expected.txt:
2988 * editing/deleting/delete-select-all-002-expected.txt:
2989 * editing/deleting/delete-select-all-003-expected.txt:
2990 * editing/execCommand/boldSelection-expected.txt:
2991 * editing/execCommand/strikethroughSelection-expected.txt:
2992 * editing/input/attributed-substring-from-range-lines-expected.txt:
2993 * editing/input/text-input-controller-expected.txt:
2994 * editing/inserting/insert-3654864-fix-expected.txt:
2995 * editing/inserting/insert-3659587-fix-expected.txt:
2996 * editing/inserting/insert-3775316-fix-expected.txt:
2997 * editing/inserting/insert-3851164-fix-expected.txt:
2998 * editing/inserting/insert-3907422-fix-expected.txt:
2999 * editing/inserting/insert-after-delete-001-expected.txt:
3000 * editing/inserting/insert-div-001-expected.txt:
3001 * editing/inserting/insert-div-002-expected.txt:
3002 * editing/inserting/insert-div-003-expected.txt:
3003 * editing/inserting/insert-div-005-expected.txt:
3004 * editing/inserting/insert-div-007-expected.txt:
3005 * editing/inserting/insert-div-009-expected.txt:
3006 * editing/inserting/insert-div-010-expected.txt:
3007 * editing/inserting/insert-div-020-expected.txt:
3008 * editing/inserting/insert-div-023-expected.txt:
3009 * editing/inserting/insert-div-024-expected.txt:
3010 * editing/inserting/insert-div-025-expected.txt:
3011 * editing/inserting/insert-div-026-expected.txt:
3012 * editing/inserting/return-key-with-selection-001-expected.txt:
3013 * editing/inserting/return-key-with-selection-002-expected.txt:
3014 * editing/inserting/return-key-with-selection-003-expected.txt:
3015 * editing/pasteboard/3976872-expected.txt:
3016 * editing/pasteboard/4076267-3-expected.txt:
3017 * editing/pasteboard/4076267-expected.txt:
3018 * editing/pasteboard/block-wrappers-necessary-expected.txt:
3019 * editing/pasteboard/paste-4035648-fix-expected.txt:
3020 * editing/pasteboard/paste-4039777-fix-expected.txt:
3021 * editing/pasteboard/paste-line-endings-001-expected.txt:
3022 * editing/pasteboard/paste-line-endings-006-expected.txt:
3023 * editing/pasteboard/paste-line-endings-007-expected.txt:
3024 * editing/pasteboard/paste-line-endings-008-expected.txt:
3025 * editing/pasteboard/paste-line-endings-009-expected.txt:
3026 * editing/pasteboard/paste-line-endings-010-expected.txt:
3027 * editing/pasteboard/paste-match-style-001-expected.txt:
3028 * editing/pasteboard/paste-match-style-002-expected.txt:
3029 * editing/pasteboard/paste-pre-001-expected.txt:
3030 * editing/pasteboard/paste-pre-002-expected.txt:
3031 * editing/pasteboard/paste-text-002-expected.txt:
3032 * editing/pasteboard/paste-text-003-expected.txt:
3033 * editing/pasteboard/paste-text-006-expected.txt:
3034 * editing/pasteboard/paste-text-007-expected.txt:
3035 * editing/pasteboard/paste-text-008-expected.txt:
3036 * editing/pasteboard/paste-text-009-expected.txt:
3037 * editing/pasteboard/paste-text-011-expected.txt:
3038 * editing/pasteboard/paste-text-015-expected.txt:
3039 * editing/pasteboard/paste-text-016-expected.txt:
3040 * editing/pasteboard/paste-text-017-expected.txt:
3041 * editing/pasteboard/paste-text-018-expected.txt:
3042 * editing/pasteboard/smart-paste-006-expected.txt:
3043 * editing/pasteboard/smart-paste-007-expected.txt:
3044 * editing/selection/node-removal-1-expected.checksum: Added.
3045 * editing/selection/node-removal-1-expected.png: Added.
3046 * editing/selection/node-removal-1-expected.txt: Added.
3047 * editing/selection/node-removal-1.html: Added.
3048 * editing/selection/node-removal-2-expected.checksum: Added.
3049 * editing/selection/node-removal-2-expected.png: Added.
3050 * editing/selection/node-removal-2-expected.txt: Added.
3051 * editing/selection/node-removal-2.html: Added.
3052 * editing/style/block-style-004-expected.txt:
3053 * editing/style/block-style-005-expected.txt:
3054 * editing/style/block-style-006-expected.txt:
3055 * editing/style/create-block-for-style-001-expected.txt:
3056 * editing/style/create-block-for-style-002-expected.txt:
3057 * editing/style/create-block-for-style-003-expected.txt:
3058 * editing/style/create-block-for-style-004-expected.txt:
3059 * editing/style/create-block-for-style-007-expected.txt:
3060 * editing/style/create-block-for-style-009-expected.txt:
3061 * editing/style/create-block-for-style-010-expected.txt:
3062 * editing/style/create-block-for-style-011-expected.txt:
3063 * editing/style/create-block-for-style-012-expected.txt:
3064 * editing/style/create-block-for-style-013-expected.txt:
3065 * editing/style/relative-font-size-change-001-expected.txt:
3066 * editing/style/relative-font-size-change-002-expected.txt:
3067 * editing/style/remove-underline-across-paragraph-expected.txt:
3068 * editing/style/remove-underline-across-paragraph-in-bold-expected.txt:
3069 * editing/style/remove-underline-after-paragraph-expected.txt:
3070 * editing/style/remove-underline-after-paragraph-in-bold-expected.txt:
3071 * editing/style/remove-underline-from-stylesheet-expected.txt:
3072 * editing/style/smoosh-styles-001-expected.txt:
3073 * editing/style/smoosh-styles-002-expected.txt:
3074 * editing/style/smoosh-styles-003-expected.txt:
3075 * editing/style/style-3681552-fix-001-expected.txt:
3076 * editing/style/style-3681552-fix-002-expected.txt:
3077 * editing/style/style-3690704-fix-expected.txt:
3078 * editing/style/style-3998892-fix-expected.txt:
3079 * editing/style/style-boundary-001-expected.txt:
3080 * editing/style/style-boundary-003-expected.txt:
3081 * editing/style/style-boundary-004-expected.txt:
3082 * editing/style/typing-style-001-expected.txt:
3083 * editing/style/typing-style-003-expected.txt:
3084 * editing/unsupported-content/list-delete-001-expected.txt:
3085 * editing/unsupported-content/list-delete-002-expected.txt:
3086 * editing/unsupported-content/list-delete-003-expected.txt:
3087 * editing/unsupported-content/table-delete-001-expected.txt:
3088 * editing/unsupported-content/table-delete-002-expected.txt:
3089 * editing/unsupported-content/table-delete-003-expected.txt:
3090 * fast/events/updateLayoutForHitTest-expected.txt:
3091 * fast/forms/attributed-strings-expected.txt:
3093 2006-01-25 Adele Peterson <adele@apple.com>
3095 Updating test results for aqua text fields.
3097 * fast/forms/input-appearance-focus-expected.checksum:
3098 * fast/forms/input-appearance-focus-expected.png:
3099 * fast/forms/input-appearance-focus-expected.txt:
3101 2006-01-25 David Harrison <harrison@apple.com>
3105 Updated pixel tests for my recent checkin.
3107 * editing/pasteboard/paste-list-001-expected.png:
3108 * editing/selection/3690703-2-expected.png:
3109 * editing/selection/3690703-expected.png:
3110 * editing/selection/3690719-expected.png:
3111 * editing/unsupported-content/list-type-after-expected.png:
3112 * editing/unsupported-content/list-type-before-expected.png:
3113 * editing/unsupported-content/table-type-after-expected.png:
3114 * editing/unsupported-content/table-type-before-expected.png:
3116 2006-01-25 David Harrison <harrison@apple.com>
3118 Updated for fixes of:
3120 <rdar://problem/3907635> copy/paste of list item text moves list item up one <LI>
3121 <rdar://problem/3907647> Enhance list editing: return inserts <li></li>
3122 <rdar://problem/4060158> deleting selection within table deletes more than intended
3123 <rdar://problem/4061232> Deleting a list can delete unselected content
3124 <rdar://problem/4062212> after pasting in contents of web.apple.com, typing before start adds to table instead of before table
3125 <rdar://problem/4064437> After copy/paste from bugweb cannot go back to entering text at left side of page
3126 <rdar://problem/4259845> Table editing in design mode is broken
3127 <rdar://problem/4287667> Insertion point goes before table instead of inside first cell
3128 <rdar://problem/4345749> Editing HTML - Enter at end of <LI> inserts uneditable blank <LI>
3129 <rdar://problem/4345794> HTML editing: Enter at end of last <LI> does not add new <LI>
3130 <rdar://problem/4345825> HTML Editing: editing first <LI> element removes first <LI> and more
3131 <rdar://problem/4345835> HTML editing: editing last <LI> removes everything within <BODY>
3132 <rdar://problem/4345879> HTML editing: editing first <TD> moves data out of table
3134 * editing/deleting/delete-4083333-fix-expected.txt:
3135 * editing/deleting/delete-at-paragraph-boundaries-003-expected.txt:
3136 * editing/deleting/delete-at-paragraph-boundaries-006-expected.txt:
3137 * editing/deleting/delete-at-paragraph-boundaries-011-expected.txt:
3138 * editing/deleting/delete-image-004-expected.txt:
3139 * editing/deleting/delete-line-015-expected.txt:
3140 * editing/deleting/delete-select-all-001-expected.txt:
3141 * editing/pasteboard/paste-list-001-expected.txt:
3142 * editing/pasteboard/paste-table-001-expected.txt:
3143 * editing/pasteboard/paste-table-001.html:
3144 * editing/selection/3690703-2-expected.txt:
3145 * editing/selection/3690703-2.html:
3146 * editing/selection/3690703-expected.txt:
3147 * editing/selection/3690719-expected.txt:
3148 * editing/selection/move-by-line-001-expected.txt:
3149 * editing/selection/move-by-line-001.html:
3150 * editing/selection/replaced-boundaries-3-expected.txt:
3151 * editing/unsupported-content/list-type-after-expected.txt:
3152 * editing/unsupported-content/list-type-after.html:
3153 * editing/unsupported-content/list-type-before-expected.txt:
3154 * editing/unsupported-content/list-type-before.html:
3155 * editing/unsupported-content/table-delete-001-expected.txt:
3156 * editing/unsupported-content/table-delete-001.html:
3157 * editing/unsupported-content/table-delete-002-expected.txt:
3158 * editing/unsupported-content/table-delete-002.html:
3159 * editing/unsupported-content/table-type-after-expected.txt:
3160 * editing/unsupported-content/table-type-after.html:
3161 * editing/unsupported-content/table-type-before-expected.txt:
3162 * editing/unsupported-content/table-type-before.html:
3164 2006-01-25 Alexey Proskuryakov <ap@nypop.com>
3168 Corrected a test case for http://bugzilla.opendarwin.org/show_bug.cgi?id=6385.
3170 * fast/frames/frame-element-name.html: Fix a reference to the left frame.
3171 * fast/frames/frame-element-name-expected.txt: Updated results.
3172 * fast/frames/frame-element-name-expected.png: Updated results.
3173 * fast/frames/frame-element-name-expected.checksum: Updated results.
3174 * fast/frames/resources/frame-element-name-left.html: Use escape() on the name.
3175 * fast/frames/resources/frame-element-name-right.html: Ditto.
3177 2006-01-24 Darin Adler <darin@apple.com>
3179 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=6731
3180 REGRESSION: change event fires at load time for checked items
3182 * fast/forms/radio-button-no-change-event.html: Added.
3183 * fast/forms/radio-button-no-change-event-expected.txt: Added.
3185 2006-01-24 Adele Peterson <adele@apple.com>
3187 Test for focus and blur for new text fields.
3189 * fast/forms/input-appearance-focus.html: Added.
3190 * fast/forms/input-appearance-focus-expected.txt: Added.
3191 * fast/forms/input-appearance-focus-expected.png: Added.
3192 * fast/forms/input-appearance-focus-expected.checksum: Added.
3194 2006-01-24 Darin Adler <darin@apple.com>
3198 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=6782
3199 REGRESSION: replaceChild broken when node to replace is first (TinyMCE test app broken)
3201 * fast/dom/replace-first-child.html: Added.
3202 * fast/dom/replace-first-child-expected.txt: Added
3204 2006-01-24 Maciej Stachowiak <mjs@apple.com>
3206 Reviewed by Dave Hyatt.
3208 - test case for http://bugzilla.opendarwin.org/show_bug.cgi?id=6778
3209 (Crash if a node is removed from the DOM before being reparented due to residual style)
3211 * fast/parser/remove-block-in-residual-style-expected.checksum: Added.
3212 * fast/parser/remove-block-in-residual-style-expected.png: Added.
3213 * fast/parser/remove-block-in-residual-style-expected.txt: Added.
3215 2006-01-23 Darin Adler <darin@apple.com>
3217 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=6385
3218 REGRESSION: Unnamed frames return a generated name as window.frameElement.name
3220 * fast/frames/frame-element-name.html: Added.
3221 * fast/frames/frame-element-name-expected.txt: Added.
3222 * fast/frames/frame-element-name-expected.png: Added.
3223 * fast/frames/frame-element-name-expected.checksum: Added.
3225 2006-01-23 Darin Adler <darin@apple.com>
3227 Suggested by Anders.
3229 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=6617
3230 REGRESSION: Crash in cloneChildNodes when clicking element
3232 * fast/dom/clone-node-form-elements-with-attr.html: Added.
3233 * fast/dom/clone-node-form-elements-with-attr-expected.txt: Added.
3235 2006-01-23 David Harrison <harrison@apple.com>
3237 <rdar://problem/4026906> Paste of HTML table content can break table structure
3239 * editing/pasteboard/paste-4039777-fix-expected.checksum: Added.
3240 * editing/pasteboard/paste-4039777-fix-expected.png: Added.
3241 * editing/pasteboard/paste-4039777-fix-expected.txt: Added.
3242 * editing/pasteboard/paste-4039777-fix.html: Added.
3244 2006-01-22 Darin Adler <darin@apple.com>
3248 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=5731
3249 Form element as display table-cell hangs Safari (will eventually crash)
3251 * fast/table/form-with-table-style.html: Added.
3252 * fast/table/form-with-table-style-expected.txt: Added.
3253 * fast/table/form-with-table-style-expected.png: Added.
3254 * fast/table/form-with-table-style-expected.checksum: Added.
3256 2006-01-22 David Kilzer <ddkilzer@kilzer.net>
3260 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=5656
3261 REGRESSION: Buttons on Yahoo! Mail misplaced in ToT
3262 <rdar://problem/4404335>
3263 Tests whether white-space mode on buttons is inherited and not forced.
3265 * fast/forms/button-white-space-expected.checksum: Added.
3266 * fast/forms/button-white-space-expected.png: Added.
3267 * fast/forms/button-white-space-expected.txt: Added.
3268 * fast/forms/button-white-space.html: Added.
3270 2006-01-22 Eric Seidel <eseidel@apple.com>
3274 SVG needs to support "evt" instead of "event" in event handlers.
3275 http://bugzilla.opendarwin.org/show_bug.cgi?id=5874
3277 * svg/custom/evt-onload-expected.checksum: Added.
3278 * svg/custom/evt-onload-expected.png: Added.
3279 * svg/custom/evt-onload-expected.txt: Added.
3280 * svg/custom/evt-onload.svg: Added.
3282 2006-01-22 Darin Adler <darin@apple.com>
3286 - tests for http://bugzilla.opendarwin.org/show_bug.cgi?id=3508
3287 REGRESSION (125-412): problem with negative margin-top and position: absolute (vre.aitg.com)
3289 * fast/css/position-negative-top-margin.html: Added.
3290 * fast/css/position-negative-top-margin-expected.txt: Added.
3291 * fast/css/position-negative-top-margin-expected.png: Added.
3292 * fast/css/position-negative-top-margin-expected.checksum: Added.
3294 * fast/box-sizing/box-sizing-expected.txt: Updated, since absolute position box locations changed.
3295 * fast/box-sizing/box-sizing-expected.png: Ditto.
3296 * fast/box-sizing/box-sizing-expected.checksum: Ditto.
3298 - changed a few suitable tests to dump as text (in part to fix a failing pixel test in one)
3300 * fast/parser/entity-surrogate-pairs.html: Added a call to dumpAsText().
3301 * fast/parser/entity-surrogate-pairs-expected.txt: Now a plain text file instead of a render tree.
3302 * fast/parser/entity-surrogate-pairs-expected.png: Removed.
3303 * fast/parser/entity-surrogate-pairs-expected.checksum: Removed.
3305 * fast/parser/head-comment.html Added a call to dumpAsText().
3306 * fast/parser/head-comment-expected.txt: Now a plain text file instead of a render tree.
3307 * fast/parser/head-comment-expected.png: Removed.
3308 * fast/parser/head-comment-expected.checksum: Removed.
3310 2006-01-22 Alexey Proskuryakov <ap@nypop.com>
3314 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=3702
3315 Web page is laid out incorrectly after printing with print-specific style sheet
3317 * fast/table/append-cells-expected.checksum: Added.
3318 * fast/table/append-cells-expected.png: Added.
3319 * fast/table/append-cells-expected.txt: Added.
3320 * fast/table/append-cells.html: Added.
3321 * fast/table/append-cells2-expected.checksum: Added.
3322 * fast/table/append-cells2-expected.png: Added.
3323 * fast/table/append-cells2-expected.txt: Added.
3324 * fast/table/append-cells2.html: Added.
3325 * fast/table/remove-td-display-none-expected.checksum: Added.
3326 * fast/table/remove-td-display-none-expected.png: Added.
3327 * fast/table/remove-td-display-none-expected.txt: Added.
3328 * fast/table/remove-td-display-none.html: Added.
3330 2006-01-22 Alexander Kellett <lypanov@kde.org>
3332 Reviewed by eseidel.
3334 Add support for custom fill/strokes on text.
3335 http://bugzilla.opendarwin.org/show_bug.cgi?id=6448
3337 * svg/W3C-SVG-1.1/animate-elem-02-t-expected.checksum:
3338 * svg/W3C-SVG-1.1/animate-elem-02-t-expected.png:
3339 * svg/W3C-SVG-1.1/animate-elem-03-t-expected.checksum:
3340 * svg/W3C-SVG-1.1/animate-elem-03-t-expected.png:
3341 * svg/W3C-SVG-1.1/animate-elem-04-t-expected.checksum:
3342 * svg/W3C-SVG-1.1/animate-elem-04-t-expected.png:
3343 * svg/W3C-SVG-1.1/animate-elem-05-t-expected.checksum:
3344 * svg/W3C-SVG-1.1/animate-elem-05-t-expected.png:
3345 * svg/W3C-SVG-1.1/animate-elem-06-t-expected.checksum:
3346 * svg/W3C-SVG-1.1/animate-elem-06-t-expected.png:
3347 * svg/W3C-SVG-1.1/animate-elem-07-t-expected.checksum:
3348 * svg/W3C-SVG-1.1/animate-elem-07-t-expected.png:
3349 * svg/W3C-SVG-1.1/animate-elem-08-t-expected.checksum:
3350 * svg/W3C-SVG-1.1/animate-elem-08-t-expected.png:
3351 * svg/W3C-SVG-1.1/animate-elem-13-t-expected.checksum:
3352 * svg/W3C-SVG-1.1/animate-elem-13-t-expected.png:
3353 * svg/W3C-SVG-1.1/animate-elem-14-t-expected.checksum:
3354 * svg/W3C-SVG-1.1/animate-elem-14-t-expected.png:
3355 * svg/W3C-SVG-1.1/animate-elem-15-t-expected.checksum:
3356 * svg/W3C-SVG-1.1/animate-elem-15-t-expected.png:
3357 * svg/W3C-SVG-1.1/animate-elem-16-t-expected.checksum:
3358 * svg/W3C-SVG-1.1/animate-elem-16-t-expected.png:
3359 * svg/W3C-SVG-1.1/animate-elem-17-t-expected.checksum:
3360 * svg/W3C-SVG-1.1/animate-elem-17-t-expected.png:
3361 * svg/W3C-SVG-1.1/animate-elem-18-t-expected.checksum:
3362 * svg/W3C-SVG-1.1/animate-elem-18-t-expected.png:
3363 * svg/W3C-SVG-1.1/animate-elem-19-t-expected.checksum:
3364 * svg/W3C-SVG-1.1/animate-elem-19-t-expected.png:
3365 * svg/W3C-SVG-1.1/animate-elem-20-t-expected.checksum:
3366 * svg/W3C-SVG-1.1/animate-elem-20-t-expected.png:
3367 * svg/W3C-SVG-1.1/animate-elem-21-t-expected.checksum:
3368 * svg/W3C-SVG-1.1/animate-elem-21-t-expected.png:
3369 * svg/W3C-SVG-1.1/animate-elem-24-t-expected.checksum:
3370 * svg/W3C-SVG-1.1/animate-elem-24-t-expected.png:
3371 * svg/W3C-SVG-1.1/animate-elem-29-b-expected.checksum:
3372 * svg/W3C-SVG-1.1/animate-elem-29-b-expected.png:
3373 * svg/W3C-SVG-1.1/filters-blend-01-b-expected.checksum:
3374 * svg/W3C-SVG-1.1/filters-blend-01-b-expected.png:
3375 * svg/W3C-SVG-1.1/filters-example-01-b-expected.checksum:
3376 * svg/W3C-SVG-1.1/filters-example-01-b-expected.png:
3377 * svg/W3C-SVG-1.1/fonts-elem-02-t-expected.checksum:
3378 * svg/W3C-SVG-1.1/fonts-elem-02-t-expected.png:
3379 * svg/W3C-SVG-1.1/interact-cursor-01-f-expected.checksum:
3380 * svg/W3C-SVG-1.1/interact-cursor-01-f-expected.png:
3381 * svg/W3C-SVG-1.1/interact-events-01-b-expected.checksum:
3382 * svg/W3C-SVG-1.1/interact-events-01-b-expected.png:
3383 * svg/W3C-SVG-1.1/linking-uri-01-b-expected.checksum:
3384 * svg/W3C-SVG-1.1/linking-uri-01-b-expected.png:
3385 * svg/W3C-SVG-1.1/linking-uri-02-b-expected.checksum:
3386 * svg/W3C-SVG-1.1/linking-uri-02-b-expected.png:
3387 * svg/W3C-SVG-1.1/masking-mask-01-b-expected.checksum:
3388 * svg/W3C-SVG-1.1/masking-mask-01-b-expected.png:
3389 * svg/W3C-SVG-1.1/masking-path-04-b-expected.checksum:
3390 * svg/W3C-SVG-1.1/masking-path-04-b-expected.png:
3391 * svg/W3C-SVG-1.1/metadata-example-01-b-expected.checksum:
3392 * svg/W3C-SVG-1.1/metadata-example-01-b-expected.png:
3393 * svg/W3C-SVG-1.1/painting-fill-02-t-expected.checksum:
3394 * svg/W3C-SVG-1.1/painting-fill-02-t-expected.png:
3395 * svg/W3C-SVG-1.1/pservers-grad-05-b-expected.checksum:
3396 * svg/W3C-SVG-1.1/pservers-grad-05-b-expected.png:
3397 * svg/W3C-SVG-1.1/pservers-grad-08-b-expected.checksum:
3398 * svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png:
3399 * svg/W3C-SVG-1.1/pservers-grad-11-b-expected.checksum:
3400 * svg/W3C-SVG-1.1/pservers-grad-11-b-expected.png:
3401 * svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.checksum:
3402 * svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.png:
3403 * svg/W3C-SVG-1.1/render-elems-06-t-expected.checksum:
3404 * svg/W3C-SVG-1.1/render-elems-06-t-expected.png:
3405 * svg/W3C-SVG-1.1/render-elems-07-t-expected.checksum:
3406 * svg/W3C-SVG-1.1/render-elems-07-t-expected.png:
3407 * svg/W3C-SVG-1.1/render-elems-08-t-expected.checksum:
3408 * svg/W3C-SVG-1.1/render-elems-08-t-expected.png:
3409 * svg/W3C-SVG-1.1/text-align-01-b-expected.checksum:
3410 * svg/W3C-SVG-1.1/text-align-01-b-expected.png:
3411 * svg/W3C-SVG-1.1/text-align-03-b-expected.checksum:
3412 * svg/W3C-SVG-1.1/text-align-03-b-expected.png:
3413 * svg/W3C-SVG-1.1/text-align-04-b-expected.checksum:
3414 * svg/W3C-SVG-1.1/text-align-04-b-expected.png:
3415 * svg/W3C-SVG-1.1/text-align-05-b-expected.checksum:
3416 * svg/W3C-SVG-1.1/text-align-05-b-expected.png:
3417 * svg/W3C-SVG-1.1/text-altglyph-01-b-expected.checksum:
3418 * svg/W3C-SVG-1.1/text-altglyph-01-b-expected.png:
3419 * svg/W3C-SVG-1.1/text-deco-01-b-expected.checksum:
3420 * svg/W3C-SVG-1.1/text-deco-01-b-expected.png:
3421 * svg/W3C-SVG-1.1/text-fonts-01-t-expected.checksum:
3422 * svg/W3C-SVG-1.1/text-fonts-01-t-expected.png:
3423 * svg/W3C-SVG-1.1/text-fonts-02-t-expected.checksum:
3424 * svg/W3C-SVG-1.1/text-fonts-02-t-expected.png:
3425 * svg/W3C-SVG-1.1/text-text-01-b-expected.checksum:
3426 * svg/W3C-SVG-1.1/text-text-01-b-expected.png:
3427 * svg/W3C-SVG-1.1/text-text-03-b-expected.checksum:
3428 * svg/W3C-SVG-1.1/text-text-03-b-expected.png:
3429 * svg/W3C-SVG-1.1/text-tref-01-b-expected.checksum:
3430 * svg/W3C-SVG-1.1/text-tref-01-b-expected.png:
3431 * svg/W3C-SVG-1.1/text-tspan-01-b-expected.checksum:
3432 * svg/W3C-SVG-1.1/text-tspan-01-b-expected.png:
3433 * svg/W3C-SVG-1.1/text-ws-01-t-expected.checksum:
3434 * svg/W3C-SVG-1.1/text-ws-01-t-expected.png:
3435 * svg/W3C-SVG-1.1/text-ws-02-t-expected.checksum:
3436 * svg/W3C-SVG-1.1/text-ws-02-t-expected.png:
3437 * svg/custom/text-clip-expected.checksum:
3438 * svg/custom/text-clip-expected.png:
3439 * svg/custom/text-filter-expected.checksum:
3440 * svg/custom/text-filter-expected.png:
3441 * svg/custom/text-image-opacity-expected.checksum:
3442 * svg/custom/text-image-opacity-expected.png:
3444 2006-01-21 Anders Carlsson <andersca@mac.com>
3448 - tests for http://bugzilla.opendarwin.org/show_bug.cgi?id=3869
3449 Should use HTML Image element instead of JS Image object
3451 * fast/dom/image-object-expected.txt: Added.
3452 * fast/dom/image-object-in-canvas-expected.checksum: Added.
3453 * fast/dom/image-object-in-canvas-expected.png: Added.
3454 * fast/dom/image-object-in-canvas-expected.txt: Added.
3455 * fast/dom/image-object-in-canvas.html: Added.
3456 * fast/dom/image-object.html: Added.
3458 2006-01-21 Anders Carlsson <andersca@mac.com>
3460 * editing/editing.js:
3461 Fix typo which made editing test cases fail.
3463 2006-01-21 Anders Carlsson <andersca@mac.com>