1 2007-06-28 Antti Koivisto <antti@apple.com>
5 Test changes for http://bugs.webkit.org/show_bug.cgi?id=14332
6 Bug 14332: REGRESSION (r21145): <td> width ignored
7 <rdar://problem/5290123>
9 - expand empty-cells.html to cover non-zero cellpadding case too
10 - update other related tests (none of these affect pixel results)
12 * fast/css/acid2-expected.txt:
13 * fast/css/acid2-pixel-expected.txt:
14 * fast/table/032-expected.txt:
15 * fast/table/empty-cells-expected.checksum:
16 * fast/table/empty-cells-expected.png:
17 * fast/table/empty-cells-expected.txt:
18 * fast/table/empty-cells.html:
19 * fast/table/empty-section-crash-expected.txt:
20 * http/tests/misc/acid2-expected.txt:
21 * http/tests/misc/acid2-pixel-expected.txt:
22 * tables/mozilla/bugs/bug222467-expected.txt:
23 * tables/mozilla/bugs/bug78162-expected.txt:
25 2007-06-28 Adam Roben <aroben@apple.com>
27 New test for <rdar://problem/5300443> word-break and -webkit-user-modify allow any value
31 * fast/css/word-break-user-modify-allowed-values-expected.txt: Added.
32 * fast/css/word-break-user-modify-allowed-values.html: Added.
34 2007-06-27 Kevin McCullough <kmccullough@apple.com>
38 - <rdar://problem/5271937> REGRESSION: Apparent WebKit JavaScript memory smasher when submitting comment to iWeb site (crashes in kjs_pcre_compile2)
39 - Correctly evaluate the return value of _pcre_ucp_findchar.
41 * fast/js/regexp-unicode-overflow-expected.txt: Added.
42 * fast/js/regexp-unicode-overflow.html: Added.
43 * fast/js/resources/regexp-unicode-overflow.js: Added.
45 2007-06-27 Sam Weinig <sam@webkit.org>
49 Update tests for http://bugs.webkit.org/show_bug.cgi?id=14319
50 Move the Selection object out of the JS bindings
52 * fast/dom/Window/window-properties-expected.txt:
53 * fast/js/toString-and-valueOf-override-expected.txt:
54 * http/tests/security/cross-frame-access-expected.txt:
56 2007-06-27 Sam Weinig <sam@webkit.org>
58 Reviewed by Adam Roben.
60 Tests for http://bugs.webkit.org/show_bug.cgi?id=12045
61 Crash under gmalloc at WTF::RefPtr<WebCore::HTMLSliderThumbElement>::operator->
62 <rdar://problem/5286670>
64 * fast/forms/thumbslider-crash-expected.checksum: Added.
65 * fast/forms/thumbslider-crash-expected.png: Added.
66 * fast/forms/thumbslider-crash-expected.txt: Added.
67 * fast/forms/thumbslider-crash.html: Added.
68 * fast/forms/thumbslider-no-parent-slider-expected.checksum: Added.
69 * fast/forms/thumbslider-no-parent-slider-expected.png: Added.
70 * fast/forms/thumbslider-no-parent-slider-expected.txt: Added.
71 * fast/forms/thumbslider-no-parent-slider.html: Added.
73 2007-06-27 Justin Garcia <justin.garcia@apple.com>
77 <rdar://problem/5247341> REGRESSION: Pasting sometimes loses trailing newline
80 * editing/pasteboard/5247341-expected.checksum: Added.
81 * editing/pasteboard/5247341-expected.png: Added.
82 * editing/pasteboard/5247341-expected.txt: Added.
83 * editing/pasteboard/5247341.html: Added.
85 The changes in this patch exposed three bugs (5296964, 5296977, and 5299425).
86 Added FIXMES for them. Also removed tabs in them:
87 * editing/pasteboard/paste-table-003-expected.checksum:
88 * editing/pasteboard/paste-table-003-expected.png:
89 * editing/pasteboard/paste-table-003-expected.txt:
90 * editing/pasteboard/paste-table-003.html:
91 * fast/forms/textarea-paste-newline.html:
94 * editing/pasteboard/paste-text-016-expected.txt:
95 * editing/pasteboard/paste-text-017-expected.txt:
98 2007-06-27 Justin Garcia <justin.garcia@apple.com>
102 <rdar://problem/4580583> Breaking blockquoted list should not automatically renumber the second list
104 Splits a quoted list w/o splitting a list item:
105 * editing/execCommand/4580583-1-expected.checksum: Added.
106 * editing/execCommand/4580583-1-expected.png: Added.
107 * editing/execCommand/4580583-1-expected.txt: Added.
108 * editing/execCommand/4580583-1.html: Added.
110 Split a quoted list item:
111 * editing/execCommand/4580583-2-expected.checksum: Added.
112 * editing/execCommand/4580583-2-expected.png: Added.
113 * editing/execCommand/4580583-2-expected.txt: Added.
114 * editing/execCommand/4580583-2.html: Added.
116 2007-06-27 Alexey Proskuryakov <ap@webkit.org>
120 http://bugs.webkit.org/show_bug.cgi?id=14288
121 XMLHttpRequest doesn't use a correct content type for file:// URLs
123 * fast/dom/resources/1251.html: Added.
124 * fast/dom/xmlhttprequest-html-response-encoding.html: Added.
125 * fast/dom/xmlhttprequest-html-response-encoding-expected.txt: Added.
127 * http/tests/xmlhttprequest/response-encoding-expected.txt:
128 * http/tests/xmlhttprequest/response-encoding.html:
129 Added a sync case, which I forgot to add when fixing bug 13905.
131 2007-06-26 Mitz Pettel <mitz@webkit.org>
135 - updated results for http://bugs.webkit.org/show_bug.cgi?id=14406
136 <colgroup>'s borders are ignored when it has <col> children
138 * tables/mozilla/core/table_rules-expected.checksum: Added.
139 * tables/mozilla/core/table_rules-expected.png: Added.
140 * tables/mozilla/core/table_rules-expected.txt: Added.
141 * tables/mozilla/core/table_rules.html: Copied from LayoutTests/tables/mozilla_expected_failures/core/table_rules.html.
142 * tables/mozilla/marvin/x_table_rules_groups-expected.checksum: Added.
143 * tables/mozilla/marvin/x_table_rules_groups-expected.png: Added.
144 * tables/mozilla/marvin/x_table_rules_groups-expected.txt: Added.
145 * tables/mozilla/marvin/x_table_rules_groups.xml: Copied from LayoutTests/tables/mozilla_expected_failures/marvin/x_table_rules_groups.xml.
146 * tables/mozilla_expected_failures/core/table_rules-expected.checksum: Removed.
147 * tables/mozilla_expected_failures/core/table_rules-expected.png: Removed.
148 * tables/mozilla_expected_failures/core/table_rules-expected.txt: Removed.
149 * tables/mozilla_expected_failures/core/table_rules.html: Removed.
150 * tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.checksum:
151 * tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.txt:
152 * tables/mozilla_expected_failures/marvin/x_table_rules_groups-expected.checksum: Removed.
153 * tables/mozilla_expected_failures/marvin/x_table_rules_groups-expected.png: Removed.
154 * tables/mozilla_expected_failures/marvin/x_table_rules_groups-expected.txt: Removed.
155 * tables/mozilla_expected_failures/marvin/x_table_rules_groups.xml: Removed.
157 2007-06-26 Mitz Pettel <mitz@webkit.org>
161 - repaint test for http://bugs.webkit.org/show_bug.cgi?id=14329
162 REGRESSION: TEXTAREA - cannot drag-and-drop text at en.wikipedia.org/
164 * fast/repaint/resources/text-selection-rect-in-overflow-frame.html: Added.
165 * fast/repaint/text-selection-rect-in-overflow-2-expected.checksum: Added.
166 * fast/repaint/text-selection-rect-in-overflow-2-expected.png: Added.
167 * fast/repaint/text-selection-rect-in-overflow-2-expected.txt: Added.
168 * fast/repaint/text-selection-rect-in-overflow-2.html: Added.
170 2007-06-26 Sam Weinig <sam@webkit.org>
174 Make sure not to enumerate the toString() function.
175 <rdar://problem/5297118>
177 * fast/dom/Window/window-appendages-cleared-expected.txt:
178 * fast/dom/Window/window-properties-expected.txt:
179 * fast/js/toString-dontEnum-expected.txt: Added.
180 * fast/js/toString-dontEnum.html: Added.
182 2007-06-26 Sam Weinig <sam@webkit.org>
186 Update tests for http://bugs.webkit.org/show_bug.cgi?id=14111
187 Autogenerate Event JS binding
189 * fast/dom/prototype-chain-expected.txt: DOMEventPrototype is no longer
190 in the prototype chain.
191 * fast/dom/xmlhttprequest-get-expected.txt:
193 2007-06-26 Justin Garcia <justin.garcia@apple.com>
197 <rdar://problem/5290534> Crash RenderTextControl::calcHeight() after deleting text in a search field
199 Demonstrates the bug:
200 * editing/deleting/5290534-expected.txt: Added.
201 * editing/deleting/5290534.html: Added.
203 Fixed a bug (an extra br was inserted) and removed a FIXME:
204 * editing/deleting/4845371-expected.checksum:
205 * editing/deleting/4845371-expected.png:
206 * editing/deleting/4845371-expected.txt:
207 * editing/deleting/4845371.html:
209 Removed an unrendered br that was being incorrectly inserted:
210 * editing/deleting/5126166-expected.txt:
212 2007-06-25 Sam Weinig <sam@webkit.org>
216 Test for http://bugs.webkit.org/show_bug.cgi?id=11315
217 Mutating document.constructor.prototype mutates Object.prototype
219 * fast/js/constructor-expected.txt: Added.
220 * fast/js/constructor.html: Added.
221 * fast/js/resources/constructor.js: Added.
223 2007-06-25 Adele Peterson <adele@apple.com>
227 Test for: <rdar://problem/5286410> Scrollbar and resize corner for overflow area is not hidden with style "visibility: hidden;"
228 http://bugs.webkit.org/show_bug.cgi?id=14297
230 * fast/overflow/hidden-scrollbar-resize-expected.checksum: Added.
231 * fast/overflow/hidden-scrollbar-resize-expected.png: Added.
232 * fast/overflow/hidden-scrollbar-resize-expected.txt: Added.
233 * fast/overflow/hidden-scrollbar-resize.html: Added.
235 2007-06-25 Mitz Pettel <mitz@webkit.org>
239 - test and updated results for http://bugs.webkit.org/show_bug.cgi?id=14202
240 Table caption renders too narrow sometimes
242 * fast/table/caption-relayout-expected.checksum: Added.
243 * fast/table/caption-relayout-expected.png: Added.
244 * fast/table/caption-relayout-expected.txt: Added.
245 * fast/table/caption-relayout.html: Added.
246 * tables/mozilla/marvin/x_caption_class-expected.checksum:
247 * tables/mozilla/marvin/x_caption_class-expected.png:
248 * tables/mozilla/marvin/x_caption_class-expected.txt:
249 * tables/mozilla/marvin/x_caption_id-expected.checksum:
250 * tables/mozilla/marvin/x_caption_id-expected.png:
251 * tables/mozilla/marvin/x_caption_id-expected.txt:
252 * tables/mozilla/marvin/x_caption_style-expected.checksum:
253 * tables/mozilla/marvin/x_caption_style-expected.png:
254 * tables/mozilla/marvin/x_caption_style-expected.txt:
255 * tables/mozilla_expected_failures/bugs/bug29058-2-expected.checksum:
256 * tables/mozilla_expected_failures/bugs/bug29058-2-expected.png:
257 * tables/mozilla_expected_failures/bugs/bug29058-2-expected.txt:
258 * tables/mozilla_expected_failures/bugs/bug3166-5-expected.checksum:
259 * tables/mozilla_expected_failures/bugs/bug3166-5-expected.png:
260 * tables/mozilla_expected_failures/bugs/bug3166-5-expected.txt:
261 * tables/mozilla_expected_failures/bugs/bug3166-6-expected.checksum:
262 * tables/mozilla_expected_failures/bugs/bug3166-6-expected.png:
263 * tables/mozilla_expected_failures/bugs/bug3166-6-expected.txt:
264 * tables/mozilla_expected_failures/bugs/bug3166-9-expected.checksum:
265 * tables/mozilla_expected_failures/bugs/bug3166-9-expected.png:
266 * tables/mozilla_expected_failures/bugs/bug3166-9-expected.txt:
268 2007-06-25 Mitz Pettel <mitz@webkit.org>
272 - pixel test for http://bugs.webkit.org/show_bug.cgi?id=14245
273 Underline painted under <br>, not repainted properly
275 * fast/inline/br-text-decoration-expected.checksum: Added.
276 * fast/inline/br-text-decoration-expected.png: Added.
277 * fast/inline/br-text-decoration-expected.txt: Added.
278 * fast/inline/br-text-decoration.html: Added.
280 2007-06-25 Matt Perry <mpComplete@gmail.com>
282 Reviewed by Sam Weinig.
284 Modify test to wait until the second frame loads, and update its expected output to match.
286 * fast/dom/HTMLDocument/frameless-location-bugzilla10837-expected.checksum:
287 * fast/dom/HTMLDocument/frameless-location-bugzilla10837-expected.png:
288 * fast/dom/HTMLDocument/frameless-location-bugzilla10837-expected.txt:
289 * fast/dom/HTMLDocument/frameless-location-bugzilla10837.html:
291 2007-06-25 Mitz Pettel <mitz@webkit.org>
295 - updated results for http://bugs.webkit.org/show_bug.cgi?id=14341
296 rules="none" ignored in certain cases
298 * tables/mozilla/marvin/table_rules_none-expected.checksum: Added.
299 * tables/mozilla/marvin/table_rules_none-expected.png: Added.
300 * tables/mozilla/marvin/table_rules_none-expected.txt: Added.
301 * tables/mozilla/marvin/table_rules_none.html: Copied from LayoutTests/tables/mozilla_expected_failures/marvin/table_rules_none.html.
302 * tables/mozilla/marvin/x_table_rules_none-expected.checksum: Added.
303 * tables/mozilla/marvin/x_table_rules_none-expected.png: Added.
304 * tables/mozilla/marvin/x_table_rules_none-expected.txt: Added.
305 * tables/mozilla/marvin/x_table_rules_none.xml: Copied from LayoutTests/tables/mozilla_expected_failures/marvin/x_table_rules_none.xml.
306 * tables/mozilla_expected_failures/core/table_rules-expected.checksum:
307 * tables/mozilla_expected_failures/core/table_rules-expected.png:
308 * tables/mozilla_expected_failures/core/table_rules-expected.txt:
309 * tables/mozilla_expected_failures/marvin/table_rules_none-expected.checksum: Removed.
310 * tables/mozilla_expected_failures/marvin/table_rules_none-expected.png: Removed.
311 * tables/mozilla_expected_failures/marvin/table_rules_none-expected.txt: Removed.
312 * tables/mozilla_expected_failures/marvin/table_rules_none.html: Removed.
313 * tables/mozilla_expected_failures/marvin/x_table_rules_none-expected.checksum: Removed.
314 * tables/mozilla_expected_failures/marvin/x_table_rules_none-expected.png: Removed.
315 * tables/mozilla_expected_failures/marvin/x_table_rules_none-expected.txt: Removed.
316 * tables/mozilla_expected_failures/marvin/x_table_rules_none.xml: Removed.
318 2007-06-23 Sam Weinig <sam@webkit.org>
322 Tests for http://bugs.webkit.org/show_bug.cgi?id=14321
323 getComputedStyle(...).zIndex returns string "normal"
325 * fast/css/computed-style-expected.txt:
326 * fast/css/getComputedStyle-zIndex-auto-expected.txt: Added.
327 * fast/css/getComputedStyle-zIndex-auto.html: Added.
329 2007-06-23 Geoffrey Garen <ggaren@apple.com>
331 Uploading the correct expected results -- the ones checked in expected
332 an "unkown" callback, which was incorrect behavior.
334 * fast/loader/user-style-sheet-resource-load-callbacks-expected.txt:
336 2007-06-22 Beth Dakin <bdakin@apple.com>
338 Reviewed by Oliver and Darin.
340 Tests for <rdar://problem/5266999> Loading page from MangleMe fuzz
341 tester crashes in RenderTableRow::addChild (giant ROWSPAN)
343 The results of this test have changed because we now clamp rowspan
344 at 8190 to match Firefox.
345 * fast/table/giantRowspan-expected.checksum:
346 * fast/table/giantRowspan-expected.png:
347 * fast/table/giantRowspan-expected.txt:
349 A new test that crashes our old heuristic for too-large rowspan,
350 but succeeds with the new one.
351 * fast/table/giantRowspan2-expected.checksum: Added.
352 * fast/table/giantRowspan2-expected.png: Added.
353 * fast/table/giantRowspan2-expected.txt: Added.
354 * fast/table/giantRowspan2.html: Added.
356 2007-06-22 Justin Garcia <justin.garcia@apple.com>
360 <rdar://problem/5272440> Adding To Do via Note received in e-mail adds newlines when pressing return
363 * editing/deleting/5272440-expected.checksum: Added.
364 * editing/deleting/5272440-expected.png: Added.
365 * editing/deleting/5272440-expected.txt: Added.
366 * editing/deleting/5272440.html: Added.
368 upstream() now works for the positions visually equivalent to [span, 0]
369 where span is an inline root editable element:
370 * editing/deleting/delete-mixed-editable-content-001-expected.txt:
372 2007-06-22 Anders Carlsson <andersca@apple.com>
376 * fast/loader/user-style-sheet-resource-load-callbacks-expected.txt: Added.
378 2007-06-22 Anders Carlsson <andersca@apple.com>
382 <rdar://problem/5244734>
383 WebKit shouldn't send delegate resource load methods for the user stylesheet (doing so causes assertions in Safari)
385 * fast/loader/resources/user-style-sheet.css: Added.
386 * fast/loader/user-style-sheet-resource-load-callbacks.html: Added.
388 2007-06-22 Timothy Hatcher <timothy@apple.com>
392 <rdar://problem/5228168> Leopard regression test failures: fast/applescript
394 New results to match the DumpRenderTree changes.
396 * fast/AppleScript/001-expected.txt:
397 * fast/AppleScript/array-expected.txt:
398 * fast/AppleScript/date-expected.txt:
400 2007-06-21 Mark Rowe <mrowe@apple.com>
404 Test for <rdar://problem/5266928> REGRESSION: crash/assert failure beneath RenderFrameSet::layOutAxis when loading
406 * fast/frames/frame-set-whitespace-attributes-expected.txt: Added.
407 * fast/frames/frame-set-whitespace-attributes.html: Added.
409 2007-06-21 Geoffrey Garen <ggaren@apple.com>
411 Reviewed by Dave Hyatt.
413 Fixed <rdar://problem/4977124> | http://bugs.webkit.org/show_bug.cgi?id=12646
414 REGRESSION: RapidWeaver's "Hello" HTML page doesn't display any DHTML
415 effects when clicking on its links (12646)
417 Added layout test for this bug:
419 * fast/invalid/nestedh3s-rapidweaver-expected.txt: Added.
420 * fast/invalid/nestedh3s-rapidweaver.html: Added.
422 Reversed the expected results for this test because I rolled out r7703:
424 * fast/invalid/nestedh3s-expected.checksum:
425 * fast/invalid/nestedh3s-expected.png:
426 * fast/invalid/nestedh3s-expected.txt:
427 * fast/invalid/nestedh3s.html:
429 2007-06-21 Anders Carlsson <andersca@apple.com>
435 * http/tests/loading/bad-scheme-subframe-expected.txt:
436 * http/tests/loading/bad-server-subframe-expected.txt:
437 * http/tests/loading/basic-expected.txt:
438 * http/tests/loading/empty-subframe-expected.txt:
439 * http/tests/loading/simple-subframe-expected.txt:
440 * webarchive/loading/test-loading-archive-expected.txt:
442 2007-06-21 Anders Carlsson <andersca@apple.com>
448 * fast/dom/xmlhttprequest-invalid-values-expected.txt:
450 2007-06-21 Alexey Proskuryakov <ap@webkit.org>
454 http://bugs.webkit.org/show_bug.cgi?id=13905
455 REGRESSION: A Chinese dictionary widget has a problem with XMLHttpRequest response encoding
457 * http/tests/xmlhttprequest/resources/1251.html: Added.
458 * http/tests/xmlhttprequest/response-encoding-expected.txt:
459 * http/tests/xmlhttprequest/response-encoding.html:
461 2007-06-21 Alexey Proskuryakov <ap@webkit.org>
465 One more test for XHR header injection.
467 * http/tests/xmlhttprequest/inject-header-expected.txt: Added.
468 * http/tests/xmlhttprequest/inject-header.html: Added.
470 2007-06-20 Anders Carlsson <andersca@apple.com>
474 Make sure that the test case tests '\n' and '\r' too.
476 * fast/dom/xmlhttprequest-invalid-values.html:
478 2007-06-20 Mitz Pettel <mitz@webkit.org>
482 - repaint test for http://bugs.webkit.org/show_bug.cgi?id=14056
483 REGRESSION (r21113-21143): TR background not repainted via style class change
485 * fast/repaint/table-row-expected.checksum: Added.
486 * fast/repaint/table-row-expected.png: Added.
487 * fast/repaint/table-row-expected.txt: Added.
488 * fast/repaint/table-row.html: Added.
490 2007-06-20 Mark Rowe <mrowe@apple.com>
494 Test for http://bugs.webkit.org/show_bug.cgi?id=14244
495 Bug 14244: Data corruption when using a replace() callback function with data containing "$"
497 * fast/js/resources/string-replace-2.js: Update to test with 'replaceValue' being a function returning strings with "$n" placeholders.
498 * fast/js/string-replace-2-expected.txt:
500 2007-06-20 Mitz Pettel <mitz@webkit.org>
504 - pixel test for http://bugs.webkit.org/show_bug.cgi?id=14040
505 Top and bottom border images flipped when using -webkit-border-image when border end up tiled
507 * fast/borders/border-image-01-expected.checksum: Added.
508 * fast/borders/border-image-01-expected.png: Added.
509 * fast/borders/border-image-01-expected.txt: Added.
510 * fast/borders/border-image-01.html: Added.
511 * fast/borders/resources/border-image.png: Added.
513 2007-06-20 Anders Carlsson <andersca@apple.com>
515 Remove the XPath tests, they all pass now.
519 2007-06-19 Geoffrey Garen <ggaren@apple.com>
521 Reviewed by Sam Weinig.
523 Fixed up these tests because they broke the bot.
525 - Removed reliance on suppressConsoleMessages because I never checked
526 that in and I decided it would just be a headache on other platforms.
527 - Removed call to frames[0].stop() because it was nonsense.
528 - Added console messages to results.
530 * http/tests/security/cross-frame-access-expected.txt:
531 * http/tests/security/cross-frame-access-first-time-expected.txt:
532 * http/tests/security/cross-frame-access-first-time.html:
533 * http/tests/security/cross-frame-access.html:
535 2007-06-19 Geoffrey Garen <ggaren@apple.com>
537 Reviewed by Darin Adler.
539 Tests for cross-frame access. <rdar://problem/5251309>.
541 * http/tests/security/cross-frame-access-expected.txt: Added.
542 * http/tests/security/cross-frame-access-first-time-expected.txt: Added.
543 * http/tests/security/cross-frame-access-first-time.html: Added.
544 * http/tests/security/cross-frame-access.html: Added.
545 * http/tests/security/resources/cross-frame-iframe.html: Added.
547 2007-06-18 Anders Carlsson <andersca@apple.com>
549 Reviewed by John Sullivan.
551 Update result, we shouldn't call didFinishLoadForFrame if the URL isn't valid.
553 * http/tests/loading/bad-scheme-subframe-expected.txt:
555 2007-06-18 Sam Weinig <sam@webkit.org>
559 Updates tests for http://bugs.webkit.org/show_bug.cgi?id=14193
560 Move the Screen object out of the JS bindings
562 * fast/dom/Window/window-appendages-cleared-expected.txt:
563 * fast/dom/Window/window-properties-expected.txt:
565 2007-06-18 Sam Weinig <sam@webkit.org>
569 Update tests now that window.frames points to window and not FrameArray
570 (which has been removed).
572 * fast/dom/Window/resources/window-appendages-cleared-results.html:
573 * fast/dom/Window/window-appendages-cleared-expected.txt:
574 * fast/dom/Window/window-appendages-cleared.html:
575 * fast/dom/Window/window-properties-expected.txt:
576 * fast/js/toString-and-valueOf-override-expected.txt:
577 * fast/js/toString-and-valueOf-override.html:
579 2007-06-18 Mitz Pettel <mitz@webkit.org>
583 - test for http://bugs.webkit.org/show_bug.cgi?id=13413
584 Failed assertion in RenderTextControl::setSelectionRange in Google Spreadsheets
586 * fast/forms/input-zero-height-focus-expected.txt: Added.
587 * fast/forms/input-zero-height-focus.html: Added.
589 2007-06-15 Sam Weinig <sam@webkit.org>
593 Update test for http://bugs.webkit.org/show_bug.cgi?id=14053
594 Autogenerate JS binding for Rect
596 * fast/dom/Window/window-properties-expected.txt:
598 2007-06-14 Anders Carlsson <andersca@apple.com>
602 Add test that manipulates plug-in script objects after the plug-in has been destroyed.
604 * plugins/netscape-destroy-plugin-script-objects-expected.txt: Added.
605 * plugins/netscape-destroy-plugin-script-objects.html: Added.
607 2007-06-14 George Staikos <staikos@kde.org>
611 Test for keypress causing typeahead crash on empty selects (% 0)
613 * fast/forms/listbox-typeahead-empty-expected.txt: Added.
614 * fast/forms/listbox-typeahead-empty.html: Added.
616 2007-06-13 Darin Adler <darin@apple.com>
618 Reviewed by Mark Rowe.
620 - test for http://bugs.webkit.org/show_bug.cgi?id=14132
621 array sort with > 10000 elements sets elements > 10000 undefined
623 * fast/js/resources/sort-large-array.js: Added.
624 * fast/js/sort-large-array-expected.txt: Added.
625 * fast/js/sort-large-array.html: Added.
627 2007-06-10 Geoffrey Garen <ggaren@apple.com>
629 Reviewed by Beth Dakin.
631 Made confusing work-around to ObjC bindings bug <rdar://problem/5262101>
634 Fixed test to actually call queueReload.
636 * fast/frames/resources/iframe-focus.html:
638 2007-06-10 Beth Dakin <bdakin@apple.com>
642 Fix for http://bugs.webkit.org/show_bug.cgi?id=13933 REGRESSION:
643 fast/history/clicked-link-is-visited is failing
645 * fast/frames/resources/iframe-focus.html: Cause the page to reload
646 with layoutTestController.queueReload instead of using JavaScript
647 to reload. Using JS seems to get DRT's history all messed up (off
650 2007-06-08 Sam Weinig <sam@webkit.org>
654 Update test for http://bugs.webkit.org/show_bug.cgi?id=14044
655 Autogenerate the JS bindings for HTMLCollection.
657 * tables/mozilla/bugs/bug53690-1-expected.txt: Now throws Undefined Error instead of Null Error
659 2007-06-08 Beth Dakin <bdakin@apple.com>
663 Fix for http://trac.webkit.org/projects/webkit/changeset/21738
665 This test started failing after Adele's r21738. After investigating
666 this, it turns out that it just needs updated results. This test
667 happened to tickle the very bug that Adele fixed.
669 * http/tests/navigation/relativeanchor-goback-expected.txt:
671 2007-06-08 Justin Garcia <justin.garcia@apple.com>
675 <rdar://problem/5232159> REGRESSION: Cannot select text in RSS view
677 * editing/selection/5232159-expected.checksum: Added.
678 * editing/selection/5232159-expected.png: Added.
679 * editing/selection/5232159-expected.txt: Added.
680 * editing/selection/5232159.html: Added.
682 2007-06-07 Justin Garcia <justin.garcia@apple.com>
686 <rdar://problem/5237074> REGRESSION: editing/unsupported-content/table-delete-003 is failing (13931)
688 Corrected the description and added a FIXME:
689 * editing/unsupported-content/table-delete-003-expected.checksum:
690 * editing/unsupported-content/table-delete-003-expected.png:
691 * editing/unsupported-content/table-delete-003-expected.txt:
692 * editing/unsupported-content/table-delete-003.html:
694 2007-06-07 Sam Weinig <sam@webkit.org>
698 Update test for http://bugs.webkit.org/show_bug.cgi?id=14028
699 Finish autogenerating the JS bindings for Node
701 * fast/dom/prototype-chain-expected.txt: DOMNodePrototype is no longer in the prototype chain.
703 2007-06-06 Sam Weinig <sam@webkit.org>
707 Update tests for http://bugs.webkit.org/show_bug.cgi?id=13973
708 Autogenerate most of the rest of kjs_dom.h/cpp
710 * fast/dom/Window/window-properties-expected.txt:
711 * fast/dom/prototype-chain-expected.txt:
713 2007-06-06 Justin Garcia <justin.garcia@apple.com>
717 * editing/pasteboard/5245519-expected.checksum: Added.
718 * editing/pasteboard/5245519-expected.png: Added.
719 * editing/pasteboard/5245519-expected.txt: Added.
720 * editing/pasteboard/5245519.html: Added.
722 2007-06-06 Justin Garcia <justin.garcia@apple.com>
724 Reviewed by Harrison.
726 <rdar://problem/4889598> Problems with moveDown: and moveUp: in Notes with ToDos
728 * editing/selection/4889598-expected.checksum: Added.
729 * editing/selection/4889598-expected.png: Added.
730 * editing/selection/4889598-expected.txt: Added.
731 * editing/selection/4889598.html: Added.
733 2007-06-06 Sam Weinig <sam@webkit.org>
737 Update results for http://bugs.webkit.org/show_bug.cgi?id=13947
738 Finish autogenerating the JS DOM traversal code
740 * fast/dom/Window/window-properties-expected.txt:
742 2007-06-05 Anders Carlsson <andersca@apple.com>
746 <rdar://problem/5245555> REGRESSION: HTTP header injection in XMLHttpRequest.setRequestHeader
747 <rdar://problem/5246208> HTTP injection in XMLHttpRequest.open method parameter
748 <rdar://problem/5246242> HTTP header injection in HXMLHttpRequest.setRequestHeader header parameter
750 * fast/dom/xmlhttprequest-invalid-values-expected.txt: Added.
751 * fast/dom/xmlhttprequest-invalid-values.html: Added.
753 2007-06-04 Justin Garcia <justin.garcia@apple.com>
755 Reviewed by Kimon Tsinteris.
757 <rdar://problem/5241148> REGRESSION: ActivEdit can't perform operations on certain selections
760 * editing/selection/5241148-expected.txt: Added.
761 * editing/selection/5241148.html: Added.
762 Updated to reflect new equivalents for positions before/after tables:
763 * editing/selection/click-before-and-after-table-expected.txt:
764 * editing/selection/click-before-and-after-table.html:
766 2007-06-04 Rob Buis <buis@kde.org>
771 http://bugs.webkit.org/show_bug.cgi?id=6170
772 CSS1: Properties for :first-letter aren't recalculated on color change
774 * fast/css/first-letter-recalculation-expected.checksum: Added.
775 * fast/css/first-letter-recalculation-expected.png: Added.
776 * fast/css/first-letter-recalculation-expected.txt: Added.
777 * fast/css/first-letter-recalculation.html: Added.
779 2007-05-31 Sam Weinig <sam@webkit.org>
783 Update test to reflect new correct result.
785 * fast/dom/Window/atob-btoa-expected.txt:
786 * fast/dom/Window/atob-btoa.html:
788 2007-05-31 Sam Weinig <sam@webkit.org>
792 Tests for http://bugs.webkit.org/show_bug.cgi?id=10782
793 Classes should not override JSObject::toString(ExecState *)
795 - Adds a new test to test overriding toString and valueOf for
797 - Update tests to reflect the correction of the toString architecture.
799 * editing/selection/getRangeAt-expected.txt:
800 * fast/dom/Window/atob-btoa-expected.txt:
801 * fast/js/toString-and-valueOf-override-expected.txt: Added.
802 * fast/js/toString-and-valueOf-override.html: Added.
804 2007-05-31 Eric Seidel <eric@webkit.org>
808 Test for fix: http://bugs.webkit.org/show_bug.cgi?id=12570
810 * svg/custom/prevent-default-expected.checksum: Added.
811 * svg/custom/prevent-default-expected.png: Added.
812 * svg/custom/prevent-default-expected.txt: Added.
813 * svg/custom/prevent-default.svg: Added.
815 2007-05-30 Maciej Stachowiak <mjs@apple.com>
819 - fix layout test editing/style/table-selection.html
821 * editing/style/table-selection-expected.txt: Updated selection delegate output.
823 2007-05-30 Sam Weinig <sam@webkit.org>
827 Update results for http://bugs.webkit.org/show_bug.cgi?id=13943
828 Autogenerate the JS bindings for the CSSStyleSheet
830 * fast/dom/Window/window-properties-expected.txt:
832 2007-05-30 Sam Weinig <sam@webkit.org>
834 Reviewed by Oliver the Hun.
836 Update results for http://bugs.webkit.org/show_bug.cgi?id=13944
837 Generate and add missing JS constructors
839 * fast/dom/Window/window-properties-expected.txt:
841 2007-05-30 Sam Weinig <sam@webkit.org>
843 Reviewed by Dr. Harrison.
845 Patch for http://bugs.webkit.org/show_bug.cgi?id=13868
846 REGRESSION: crash on accessing a new iframe's contentWindow property
848 * fast/dom/frame-contentWindow-crash-expected.txt: Added.
849 * fast/dom/frame-contentWindow-crash.html: Added.
850 * fast/dom/iframe-contentWindow-crash-expected.txt: Added.
851 * fast/dom/iframe-contentWindow-crash.html: Added.
853 2007-05-30 Mitz Pettel <mitz@webkit.org>
857 - test for http://bugs.webkit.org/show_bug.cgi?id=13775
858 REGRESSION: Popup button text should use "natural" directionality to match the items in the popup menu
860 * fast/forms/select-writing-direction-natural-expected.checksum: Added.
861 * fast/forms/select-writing-direction-natural-expected.png: Added.
862 * fast/forms/select-writing-direction-natural-expected.txt: Added.
863 * fast/forms/select-writing-direction-natural.html: Added.
865 2007-05-30 Mitz Pettel <mitz@webkit.org>
869 - http://bugs.webkit.org/show_bug.cgi?id=13932
870 <rdar://problem/5237075>
871 REGRESSION: fast/dynamic/containing-block-change is failing
873 * fast/dynamic/containing-block-change.html: Removed whitespace that
874 got turned into text nodes, thereby making lastNode be not what the script
877 2007-05-30 Sam Weinig <sam@webkit.org>
881 - Update results for http://bugs.webkit.org/show_bug.cgi?id=13919
882 Autogenerate the JS bindings for the CSSRule and its subclasses
884 * fast/dom/Window/window-properties-expected.txt: adds new constructors
885 * fast/dom/wrapper-classes-expected.txt: CSSStyleRule now passes!!
887 2007-05-30 Oliver Hunt <oliver@apple.com>
891 Remove reference to SVG node from test -- otherwise this test incorrectly appears
892 to fail in non-SVG builds
894 * http/tests/xmlhttprequest/svg-created-by-xhr-disallowed-in-dashboard-expected.txt:
895 * http/tests/xmlhttprequest/svg-created-by-xhr-disallowed-in-dashboard.html:
897 2007-05-29 Sam Weinig <sam@webkit.org>
901 Update results for http://bugs.webkit.org/show_bug.cgi?id=13912
902 Autogenerate the JS bindings for the MediaList
904 * fast/dom/Window/window-properties-expected.txt: new constructors added.
906 2007-05-29 Sam Weinig <sam@webkit.org>
910 Update results after http://bugs.webkit.org/show_bug.cgi?id=13908
911 Autogenerate the JS bindings for the StyleSheet
913 * fast/dom/Window/window-properties-expected.txt: Adds StyleSheet constructor
915 2007-05-29 Adele Peterson <adele@apple.com>
919 Updated tests for <rdar://problem/5213039> REGRESSION: Wells Fargo registration page returns blank
921 * fast/dom/HTMLInputElement/input-hidden-value-expected.txt:
922 * fast/dom/HTMLInputElement/input-text-reset-expected.txt:
923 * fast/dom/HTMLInputElement/input-text-reset.html:
925 2007-05-29 Darin Adler <darin@apple.com>
929 - updated results since I removed many cases of the innerHTML optimization
931 * fast/dom/HTMLElement/set-inner-outer-optimization.html: Updated.
933 2007-05-29 Mitz Pettel <mitz@webkit.org>
937 - updated results for http://bugs.webkit.org/show_bug.cgi?id=13904
939 * fast/forms/box-shadow-override-expected.checksum:
940 * fast/forms/box-shadow-override-expected.png:
942 2007-05-29 Mitz Pettel <mitz@webkit.org>
946 - test for http://bugs.webkit.org/show_bug.cgi?id=13792
947 REGRESSION: WebKit doesn't show this javascript screenshot page (and crashes after click on its "hidden link")
949 * fast/frames/removal-before-attach-crash-expected.txt: Added.
950 * fast/frames/removal-before-attach-crash.html: Added.
952 2007-05-29 Darin Adler <darin@apple.com>
956 - test for http://bugs.webkit.org/show_bug.cgi?id=13602
957 Amazon product pages keep repainting over and over again
959 * fast/dom/HTMLElement/set-inner-outer-optimization-expected.txt: Added.
960 * fast/dom/HTMLElement/set-inner-outer-optimization.html: Added.
962 * editing/execCommand/copy-without-selection.html: Added missing preventDefault calls
963 to prevent this from being a double-paste test.
965 * fast/css/first-letter-detach-expected.checksum: Updated.
966 * fast/css/first-letter-detach-expected.png: Updated.
967 * fast/css/first-letter-detach-expected.txt: Updated.
968 * fast/css/first-letter-detach.html: Updated to test three different ways of setting the
969 text of the first-letter element; setInnerHTML and two other ways.
971 * fast/events/updateLayoutForHitTest-expected.txt: Updated result that changed slightly
972 due to setInnerHTML improvement.
973 * fast/forms/textarea-setinnerhtml-expected.txt: Ditto.
975 2007-05-28 Mitz Pettel <mitz@webkit.org>
979 - test for http://bugs.webkit.org/show_bug.cgi?id=13896
980 REGRESSION (NativePopup): Reproductible crasher on Google Coop control panel
982 * fast/forms/select-display-none-style-resolve-expected.checksum: Added.
983 * fast/forms/select-display-none-style-resolve-expected.png: Added.
984 * fast/forms/select-display-none-style-resolve-expected.txt: Added.
985 * fast/forms/select-display-none-style-resolve.html: Added.
987 2007-05-28 Sam Weinig <sam@webkit.org>
991 Update tests for http://bugs.webkit.org/show_bug.cgi?id=13894
992 Remove the legacy class KJS::JSHTMLElement
994 - Corrects prototype chain for all HTMLElement subclasses which
995 now only have one HTMLElement prototype and not two.
997 * fast/dom/Window/window-properties-expected.txt:
998 * fast/dom/prototype-chain-expected.txt:
1000 2007-05-28 David Kilzer <ddkilzer@webkit.org>
1002 Reviewed by NOBODY (newly passing tests).
1004 http://bugs.webkit.org/show_bug.cgi?id=13793
1005 RULES=groups overridden by border, colgroup=span not honored by border collapsing
1007 Moved three now-passing tests from tables/mozilla_expected_failures to tables/mozilla.
1009 * tables/mozilla/marvin/colgroup_width_pct-expected.checksum:
1010 Copied from tables/mozilla_expected_failures/marvin/colgroup_width_pct-expected.checksum.
1011 * tables/mozilla/marvin/colgroup_width_pct-expected.png:
1012 Copied from tables/mozilla_expected_failures/marvin/colgroup_width_pct-expected.png.
1013 * tables/mozilla/marvin/colgroup_width_pct-expected.txt:
1014 Copied from tables/mozilla_expected_failures/marvin/colgroup_width_pct-expected.txt.
1015 * tables/mozilla/marvin/colgroup_width_pct.html:
1016 Copied from tables/mozilla_expected_failures/marvin/colgroup_width_pct.html.
1017 * tables/mozilla/marvin/colgroup_width_px-expected.checksum:
1018 Copied from tables/mozilla_expected_failures/marvin/colgroup_width_px-expected.checksum.
1019 * tables/mozilla/marvin/colgroup_width_px-expected.png:
1020 Copied from tables/mozilla_expected_failures/marvin/colgroup_width_px-expected.png.
1021 * tables/mozilla/marvin/colgroup_width_px-expected.txt:
1022 Copied from tables/mozilla_expected_failures/marvin/colgroup_width_px-expected.txt.
1023 * tables/mozilla/marvin/colgroup_width_px.html:
1024 Copied from tables/mozilla_expected_failures/marvin/colgroup_width_px.html.
1025 * tables/mozilla/marvin/x_colgroup_width_pct-expected.checksum:
1026 Copied from tables/mozilla_expected_failures/marvin/x_colgroup_width_pct-expected.checksum.
1027 * tables/mozilla/marvin/x_colgroup_width_pct-expected.png:
1028 Copied from tables/mozilla_expected_failures/marvin/x_colgroup_width_pct-expected.png.
1029 * tables/mozilla/marvin/x_colgroup_width_pct-expected.txt:
1030 Copied from tables/mozilla_expected_failures/marvin/x_colgroup_width_pct-expected.txt.
1031 * tables/mozilla/marvin/x_colgroup_width_pct.xml:
1032 Copied from tables/mozilla_expected_failures/marvin/x_colgroup_width_pct.xml.
1033 * tables/mozilla_expected_failures/marvin/colgroup_width_pct-expected.checksum: Removed.
1034 * tables/mozilla_expected_failures/marvin/colgroup_width_pct-expected.png: Removed.
1035 * tables/mozilla_expected_failures/marvin/colgroup_width_pct-expected.txt: Removed.
1036 * tables/mozilla_expected_failures/marvin/colgroup_width_pct.html: Removed.
1037 * tables/mozilla_expected_failures/marvin/colgroup_width_px-expected.checksum: Removed.
1038 * tables/mozilla_expected_failures/marvin/colgroup_width_px-expected.png: Removed.
1039 * tables/mozilla_expected_failures/marvin/colgroup_width_px-expected.txt: Removed.
1040 * tables/mozilla_expected_failures/marvin/colgroup_width_px.html: Removed.
1041 * tables/mozilla_expected_failures/marvin/x_colgroup_width_pct-expected.checksum: Removed.
1042 * tables/mozilla_expected_failures/marvin/x_colgroup_width_pct-expected.png: Removed.
1043 * tables/mozilla_expected_failures/marvin/x_colgroup_width_pct-expected.txt: Removed.
1044 * tables/mozilla_expected_failures/marvin/x_colgroup_width_pct.xml: Removed.
1046 2007-05-27 Sam Weinig <sam@webkit.org>
1050 Update results for http://bugs.webkit.org/show_bug.cgi?id=13893
1051 Autogenerate the JS bindings for the HTMLObjectElement,
1052 HTMLEmbedElement and HTMLAppletElement
1054 - account for the new JSHTMLObjectElement and JSHTMLEmbedElement that are
1055 being autogenerated and can now produce constructors.
1057 * fast/dom/Window/element-constructors-on-window-expected.txt:
1058 * fast/dom/Window/window-properties-expected.txt:
1060 2007-05-26 Mitz Pettel <mitz@webkit.org>
1064 - updated tests for http://bugs.webkit.org/show_bug.cgi?id=13876
1065 Box-Shadow disappears if shadow doesn't fit in the window size
1067 * fast/repaint/box-shadow-h-expected.checksum:
1068 * fast/repaint/box-shadow-h-expected.png:
1069 * fast/repaint/box-shadow-h-expected.txt:
1070 * fast/repaint/box-shadow-h.html:
1071 * fast/repaint/box-shadow-v-expected.checksum:
1072 * fast/repaint/box-shadow-v-expected.png:
1073 * fast/repaint/box-shadow-v-expected.txt:
1074 * fast/repaint/box-shadow-v.html:
1076 2007-05-26 Sam Weinig <sam@webkit.org>
1080 Update tests http://bugs.webkit.org/show_bug.cgi?id=13854
1081 Port of commit 667785 from kjs
1083 - update tests and results to match kde.
1085 * fast/js/kde/StringObject-expected.txt:
1086 * fast/js/kde/resources/StringObject.js:
1088 2007-05-26 Alexey Proskuryakov <ap@webkit.org>
1092 http://bugs.webkit.org/show_bug.cgi?id=13605
1093 REGRESSION: Browser crashes when switching Kotoeri input modes
1095 * editing/input/replace-invalid-range-expected.txt: Added.
1096 * editing/input/replace-invalid-range.html: Added.
1098 2007-05-26 Mitz Pettel <mitz@webkit.org>
1102 - updated test results for http://bugs.webkit.org/show_bug.cgi?id=13870
1103 RenderFrameSet should only allow frame and frameset children
1105 * fast/frames/inline-object-inside-frameset-expected.txt:
1107 2007-05-26 Mitz Pettel <mitz@webkit.org>
1111 - pixel test for http://bugs.webkit.org/show_bug.cgi?id=13871
1112 Box shadow should not apply to Aqua-themed controls
1114 * fast/forms/box-shadow-override-expected.checksum: Added.
1115 * fast/forms/box-shadow-override-expected.png: Added.
1116 * fast/forms/box-shadow-override-expected.txt: Added.
1117 * fast/forms/box-shadow-override.html: Added.
1119 2007-05-25 Kimmo Kinnunen <kimmok@iki.fi>
1123 - Test cases for http://bugs.webkit.org/show_bug.cgi?id=13456
1124 REGRESSION: setTimeout"arguments" object gets shadowed by a local variable
1126 * fast/js/resources/vardecl-preserve-arguments.js: Added.
1127 * fast/js/vardecl-preserve-arguments-expected.txt: Added.
1128 * fast/js/vardecl-preserve-arguments.html: Added.
1130 2007-05-25 Mitz Pettel <mitz@webkit.org>
1134 - http://bugs.webkit.org/show_bug.cgi?id=13869
1135 Many leaks seen on buildbot after r21735
1137 Added a test that ::-webkit-slider-thumb style is actually applied.
1139 * fast/forms/slider-thumb-stylability-expected.checksum: Added.
1140 * fast/forms/slider-thumb-stylability-expected.png: Added.
1141 * fast/forms/slider-thumb-stylability-expected.txt: Added.
1142 * fast/forms/slider-thumb-stylability.html: Added.
1144 2007-05-25 Maciej Stachowiak <mjs@apple.com>
1148 - fix layout test that is failing due to hardcoded file paths in the results by moving it to the http tests
1150 * fast/history/redirect-load-no-form-restoration-expected.txt: Removed.
1151 * fast/history/redirect-load-no-form-restoration.html: Removed.
1152 * fast/history/resources/redirect-load.html: Removed.
1153 * http/tests/navigation/redirect-load-no-form-restoration-expected.txt: Added.
1154 * http/tests/redirect-load-no-form-restoration.html: Removed.
1155 * http/tests/resources/redirect-load.html: Removed.
1157 2007-05-25 Justin Garcia <justin.garcia@apple.com>
1159 Reviewed by Harrison.
1161 <rdar://problem/5228141>
1162 REGRESSION: Can't apply style to selection that ends after an image
1164 * editing/style/5228141-expected.checksum: Added.
1165 * editing/style/5228141-expected.png: Added.
1166 * editing/style/5228141-expected.txt: Added.
1167 * editing/style/5228141.html: Added.
1169 2007-05-25 Kevin McCullough <kmccullough@apple.com>
1173 - <rdar://problem/5183523> REGRESSION: Excel: Worksheet tabs in spreadsheet saved as web page don't work.
1174 - Change load to check the URL as well as the referrer since it is possilbe to have a referrer which limits a load even thought the URL would allow it. There is a bug about how we need to re-evaluate the whole load architecture: <rdar://problem/5227992> Rethink canLoad() to have a consistent and comprehensive architecture.
1175 - These tests do not dumpAsText since DRT doesn't seem to be able to handle text in frames. If it is in the future then these tests already have sufficient text to change to that output and give correct results.
1177 * fast/dom/frame-loading-via-document-write-expected.txt: Added.
1178 * fast/dom/frame-loading-via-document-write.html: Added.
1179 * fast/dom/resources/abe.png: Added.
1180 * http/tests/security/frame-loading-via-document-write-expected.txt: Added.
1181 * http/tests/security/frame-loading-via-document-write.html: Added.
1182 * http/tests/security/resources/abe.png: Added.
1184 2007-05-25 Darin Adler <darin@apple.com>
1186 - updated tests results that were affected by Hyatt's change to
1187 turn the odious <script/> quirk back on
1189 * fast/parser/script-tag-with-trailing-slash-expected.txt: Updated
1190 test result to reflect now-expected failure. It would be good some
1191 day to change the test to be more clear that this is working as
1194 * fast/tokenizer/script_extra_close-expected.txt: Updated.
1196 2007-05-25 Darin Adler <darin@apple.com>
1198 - Hixie (who originally wrote this test) and Hyatt say that this
1199 test is invalid, and should be removed -- and it's failing too
1202 * fast/block/basic/017-expected.checksum: Removed.
1203 * fast/block/basic/017-expected.png: Removed.
1204 * fast/block/basic/017-expected.txt: Removed.
1205 * fast/block/basic/017.html: Removed.
1207 2007-05-25 Darin Adler <darin@apple.com>
1209 - updated some test results that were affected by Anders's change
1210 to make image documents use quirks mode
1212 * dom/xhtml/level2/html/frame-expected.txt: Updated.
1213 * dom/xhtml/level2/html/iframe-expected.txt: Updated.
1214 * editing/pasteboard/copy-standalone-image-expected.txt: Updated.
1215 * fast/events/standalone-image-drag-to-editable-expected.txt: Updated.
1217 2007-05-25 Mitz Pettel <mitz@webkit.org>
1221 - pixel test for http://bugs.webkit.org/show_bug.cgi?id=13872
1222 REGRESSION: An empty search field can have a cancel button
1224 * fast/forms/search-cancel-button-style-sharing-expected.checksum: Added.
1225 * fast/forms/search-cancel-button-style-sharing-expected.png: Added.
1226 * fast/forms/search-cancel-button-style-sharing-expected.txt: Added.
1227 * fast/forms/search-cancel-button-style-sharing.html: Added.
1229 2007-05-25 Darin Adler <darin@apple.com>
1231 * fast/table/rowindex-comment-nodes-expected.txt: Update to reflect success.
1232 A recent check-in fixed this test, but nobody checked in updated results.
1234 2007-05-25 Darin Adler <darin@apple.com>
1236 - updated some test results that were affected by Hyatt's fix for
1237 <rdar://problem/5208440> REGRESSION: Raw text needs to be pulled
1238 outside of tables (13753)
1240 The whitespace in the DOM has changed the child indices of various elements,
1241 which shows up in the caret and selection logging.
1243 * editing/deleting/5026848-2-expected.txt: Updated.
1244 * editing/deleting/5026848-3-expected.txt: Updated.
1245 * editing/deleting/5126166-expected.txt: Updated.
1246 * editing/deleting/delete-block-table-expected.txt: Updated.
1247 * fast/forms/input-double-click-selection-gap-bug-expected.txt: Updated.
1248 * fast/replaced/selection-rect-in-table-cell-expected.txt: Updated.
1249 * fast/text/textIteratorNilRenderer-expected.txt: Updated.
1251 2007-05-25 Kimmo Kinnunen <kimmok@iki.fi>
1255 - http://bugs.webkit.org/show_bug.cgi?id=13623 (Decompilation of function
1256 doesn't compile with "++(x,y)")
1257 - Contains tests for grouping expression that is inside typeof or prefix/postfix
1260 * fast/js/resources/toString-prefix-postfix-preserve-parens.js: Added.
1261 * fast/js/toString-prefix-postfix-preserve-parens-expected.txt: Added.
1262 * fast/js/toString-prefix-postfix-preserve-parens.html: Added.
1264 2007-05-25 Mitz Pettel <mitz@webkit.org>
1268 - pixel test for http://bugs.webkit.org/show_bug.cgi?id=13767
1269 REGRESSION: Multipart image documents are garbled
1271 * http/tests/multipart/invalid-image-data-standalone-expected.checksum: Added.
1272 * http/tests/multipart/invalid-image-data-standalone-expected.png: Added.
1273 * http/tests/multipart/invalid-image-data-standalone-expected.txt: Added.
1274 * http/tests/multipart/invalid-image-data-standalone.html: Added.
1275 * http/tests/multipart/resources/green-100x100.png: Added.
1277 2007-05-24 Rob Buis <buis@kde.org>
1282 http://bugs.webkit.org/show_bug.cgi?id=4104
1283 first-letter not updating style with hover
1284 http://bugs.webkit.org/show_bug.cgi?id=13169
1285 css-formatted first letter won't hide dynamically
1287 * fast/css/first-letter-hover-expected.checksum: Added.
1288 * fast/css/first-letter-hover-expected.png: Added.
1289 * fast/css/first-letter-hover-expected.txt: Added.
1290 * fast/css/first-letter-hover.html: Added.
1291 * fast/css/first-letter-visibility-expected.checksum: Added.
1292 * fast/css/first-letter-visibility-expected.png: Added.
1293 * fast/css/first-letter-visibility-expected.txt: Added.
1294 * fast/css/first-letter-visibility.html: Added.
1296 2007-05-24 Mitz Pettel <mitz@webkit.org>
1300 - http://bugs.webkit.org/show_bug.cgi?id=13823
1301 REGRESSION: fast/forms/select-item-background-clip.html failing pixel test
1303 Updated the test and the results.
1305 * fast/forms/select-item-background-clip-expected.checksum:
1306 * fast/forms/select-item-background-clip-expected.png:
1307 * fast/forms/select-item-background-clip-expected.txt:
1308 * fast/forms/select-item-background-clip.html:
1310 2007-05-24 Mitz Pettel <mitz@webkit.org>
1314 - test for http://bugs.webkit.org/show_bug.cgi?id=13800
1315 REGRESSION: Moving a slider moves another unrelated slider
1317 * fast/forms/slider-thumb-shared-style-expected.checksum: Added.
1318 * fast/forms/slider-thumb-shared-style-expected.png: Added.
1319 * fast/forms/slider-thumb-shared-style-expected.txt: Added.
1320 * fast/forms/slider-thumb-shared-style.html: Added.
1322 2007-05-24 Adele Peterson <adele@apple.com>
1326 Test for <rdar://problem/5211921> Form values sometimes get transposed (iGoogle)
1328 * fast/history/redirect-load-no-form-restoration-expected.txt: Added.
1329 * fast/history/redirect-load-no-form-restoration.html: Added.
1330 * fast/history/resources/redirect-load.html: Added.
1332 2007-05-24 Mitz Pettel <mitz@webkit.org>
1336 - test for http://bugs.webkit.org/show_bug.cgi?id=13857
1337 REGRESSION: onChange function applied to select element executes twice when focus is set
1339 * fast/forms/select-double-onchange-expected.txt: Added.
1340 * fast/forms/select-double-onchange.html: Added.
1342 2007-05-24 Kevin McCullough <kmccullough@apple.com>
1346 - Do you ever feel like Charlie Brown? *sigh*
1348 * fast/dom/HTMLHeadElement/resources/head-check.js:
1350 2007-05-24 Kevin McCullough <kmccullough@apple.com>
1354 - Rolling back change to fix the build until I have a good fix for data: urls.
1357 * fast/dom/HTMLHeadElement/resources/head-check.js:
1358 * fast/dom/frame-loading-via-document-write-expected.txt: Removed.
1359 * fast/dom/frame-loading-via-document-write.html: Removed.
1360 * fast/dom/resources/frame-loading-via-document-write.js: Removed.
1361 * fast/dom/resources/green250x50.png: Removed.
1362 * fast/dom/resources/success.html: Removed.
1363 * http/tests/security/frame-loading-via-document-write-expected.txt: Removed.
1364 * http/tests/security/frame-loading-via-document-write.html: Removed.
1365 * http/tests/security/resources/frame-loading-via-document-write.js: Removed.
1366 * http/tests/security/resources/success.html: Removed.
1368 2007-05-24 Mitz Pettel <mitz@webkit.org>
1372 - pixel test for http://bugs.webkit.org/show_bug.cgi?id=13837
1373 Separator in new <select> widget disappears when block element with border is in document.
1375 * fast/forms/menulist-separator-painting-expected.checksum: Added.
1376 * fast/forms/menulist-separator-painting-expected.png: Added.
1377 * fast/forms/menulist-separator-painting-expected.txt: Added.
1378 * fast/forms/menulist-separator-painting.html: Added.
1380 2007-05-24 Sam Weinig <sam@webkit.org>
1384 - update results to account for the new JSHTMLFrameSetElement
1385 that is being autogenerated and can now produce a constructor.
1387 * fast/dom/Window/element-constructors-on-window-expected.txt:
1388 * fast/dom/Window/window-properties-expected.txt:
1390 2007-05-23 Mitz Pettel <mitz@webkit.org>
1392 Reviewed by David Hyatt.
1394 - tests for http://bugs.webkit.org/show_bug.cgi?id=13563
1395 REGRESSION: Crash loading message in Yahoo! Mail
1397 * fast/css/stale-style-selector-crash-1-expected.txt: Added.
1398 * fast/css/stale-style-selector-crash-1.html: Added.
1399 * fast/css/stale-style-selector-crash-2-expected.txt: Added.
1400 * fast/css/stale-style-selector-crash-2.html: Added.
1402 2007-05-23 Darin Adler <darin@apple.com>
1406 - updated the many tests with an extra newline or two at the end
1407 because of the bug where plain-text serialization will consider
1408 nodes that are not rendered
1410 2007-05-23 Sam Weinig <sam@webkit.org>
1414 Update tests for http://bugs.webkit.org/show_bug.cgi?id=13830
1415 Auto-generate JS DOM bindings for HTMLDocument and most of
1416 the rest of HTMLElement
1418 - Corrects prototype chain for JSHTMLDocument and adds test
1419 for HTMLFormElement.
1421 * fast/dom/prototype-chain-expected.txt:
1422 * fast/dom/prototype-chain.html:
1424 2007-05-23 Kevin McCullough <kmccullough@apple.com>
1428 - Fixed build breakage.
1430 * fast/dom/open-and-close-by-DOM-expected.txt: Added.
1431 * fast/dom/open-and-close-by-DOM.html: Added.
1433 2007-05-23 Kevin McCullough <kmccullough@apple.com>
1437 - Removing failing tests until I've fixed them.
1439 * fast/dom/open-and-close-by-DOM-expected.txt: Removed.
1440 * fast/dom/open-and-close-by-DOM.html: Removed.
1442 2007-05-23 Rob Buis <buis@kde.org>
1444 Reviewed by Dave Hyatt.
1447 http://bugs.webkit.org/show_bug.cgi?id=13174
1448 line-height in font shorthand does not override a previously stated line-height property
1450 The two changed results are improvements.
1452 * css1/font_properties/font-expected.checksum:
1453 * css1/font_properties/font-expected.png:
1454 * css1/font_properties/font-expected.txt:
1455 * fast/css/line-height-font-order-expected.checksum: Added.
1456 * fast/css/line-height-font-order-expected.png: Added.
1457 * fast/css/line-height-font-order-expected.txt: Added.
1458 * fast/css/line-height-font-order.html: Added.
1459 * tables/mozilla/bugs/bug83786-expected.checksum:
1460 * tables/mozilla/bugs/bug83786-expected.png:
1461 * tables/mozilla/bugs/bug83786-expected.txt:
1463 2007-05-23 Rob Buis <buis@kde.org>
1468 http://bugs.webkit.org/show_bug.cgi?id=13784
1469 REGRESSION (r13744-13750): Crash with empty gradient when drawing to canvas
1471 * fast/canvas/fillrect-gradient-zero-stops-expected.checksum: Added.
1472 * fast/canvas/fillrect-gradient-zero-stops-expected.png: Added.
1473 * fast/canvas/fillrect-gradient-zero-stops-expected.txt: Added.
1474 * fast/canvas/fillrect-gradient-zero-stops.html: Added.
1476 2007-05-23 Rob Buis <buis@kde.org>
1481 http://bugs.webkit.org/show_bug.cgi?id=13801
1482 Crash when loading nonexisting symbol
1484 * svg/custom/use-referencing-nonexisting-symbol-expected.checksum: Added.
1485 * svg/custom/use-referencing-nonexisting-symbol-expected.png: Added.
1486 * svg/custom/use-referencing-nonexisting-symbol-expected.txt: Added.
1487 * svg/custom/use-referencing-nonexisting-symbol.svg: Added.
1489 2007-05-22 Sam Weinig <sam@webkit.org>
1493 Update tests for http://bugs.webkit.org/show_bug.cgi?id=13833
1494 Add ObjC DOM binding for HTMLMarqeeElement
1496 * fast/dom/wrapper-classes-expected.txt:
1497 * fast/dom/wrapper-classes.html: HTMLMarqueeElement now is a
1498 DOMHTMLMarqueeElement
1500 2007-05-22 Justin Garcia <justin.garcia@apple.com>
1504 http://bugs.webkit.org/show_bug.cgi?id=13804
1505 REGRESSION(r21611): Several new layout test pixel failures (misspelling markers)
1507 * editing/selection/13804-expected.checksum: Added.
1508 * editing/selection/13804-expected.png: Added.
1509 * editing/selection/13804-expected.txt: Added.
1510 * editing/selection/13804.html: Added.
1512 * editing/selection/5076323-1-expected.png: Added.
1513 * editing/selection/5076323-2-expected.png: Added.
1514 * editing/selection/5076323-3-expected.png: Added.
1516 2007-05-22 Darin Adler <darin@apple.com>
1520 - test for <rdar://problem/5215830> REGRESSION: ebay.com layout is wrong
1522 * fast/dom/iframe-document.html: Updated test to expect no document property.
1523 * fast/dom/iframe-document-expected.txt: Updated.
1525 * fast/forms/focus2.html: Changed test to use ownerDocument instead of document.
1527 2007-05-22 Adele Peterson <adele@apple.com>
1531 Test for http://bugs.webkit.org/show_bug.cgi?id=13796
1532 Crash in [NSInputContext currentInputContext] when you click on this map
1534 * fast/frames/frame-display-none-focus-expected.txt: Added.
1535 * fast/frames/frame-display-none-focus.html: Added.
1536 * fast/frames/resources/iframe-focus.html: Added.
1538 2007-05-22 Justin Garcia <justin.garcia@apple.com>
1542 <rdar://problem/4875189> List is deleted when replacing contents with Chinese/Japanese characters
1544 Moved from unsupported-content because we've supported editing lists
1546 * editing/deleting/4875189-expected.checksum: Added.
1547 * editing/deleting/4875189-expected.png: Added.
1548 * editing/deleting/4875189-expected.txt: Added.
1549 * editing/deleting/4875189.html: Added.
1550 * editing/unsupported-content/list-delete-002-expected.checksum: Removed.
1551 * editing/unsupported-content/list-delete-002-expected.png: Removed.
1552 * editing/unsupported-content/list-delete-002-expected.txt: Removed.
1553 * editing/unsupported-content/list-delete-002.html: Removed.
1555 Reflects new behavior:
1556 * editing/deleting/delete-select-all-003-expected.checksum:
1557 * editing/deleting/delete-select-all-003-expected.png:
1558 * editing/deleting/delete-select-all-003-expected.txt:
1560 Ditto and also removed a FIXME:
1561 * editing/deleting/list-item-1-expected.checksum:
1562 * editing/deleting/list-item-1-expected.png:
1563 * editing/deleting/list-item-1-expected.txt:
1564 * editing/deleting/list-item-1.html:
1566 2007-05-22 Kevin McCullough <kmccullough@apple.com>
1570 - Forgot to checkin for fix for rdar://problem/4981886
1572 * fast/dom/open-and-close-by-DOM-expected.txt: Added.
1573 * fast/dom/open-and-close-by-DOM.html: Added.
1574 * fast/dom/resources/close.html: Added.
1575 * fast/dom/resources/middle.html: Added.
1576 * http/tests/security/local-image-from-remote.html:
1578 2007-05-22 Justin Garcia <justin.garcia@apple.com>
1582 <rdar://problem/5213963>
1583 REGRESSION(r21467): Active selection remains in text field after clicking on a button
1586 * editing/selection/5213963-expected.checksum: Added.
1587 * editing/selection/5213963-expected.png: Added.
1588 * editing/selection/5213963-expected.txt: Added.
1589 * editing/selection/5213963.html: Added.
1590 We now clear the selection on mouse down (but not before
1591 the mousedown event is fired):
1592 * fast/forms/focus-selection-input-expected.txt:
1593 * fast/forms/focus-selection-textarea-expected.txt:
1595 2007-05-21 Oliver Hunt <oliver@apple.com>
1599 Layout test for http://bugs.webkit.org/show_bug.cgi?id=13789
1601 * svg/custom/getscreenctm-in-mixed-content-expected.checksum: Added.
1602 * svg/custom/getscreenctm-in-mixed-content-expected.png: Added.
1603 * svg/custom/getscreenctm-in-mixed-content-expected.txt: Added.
1604 * svg/custom/getscreenctm-in-mixed-content.xhtml: Added.
1606 2007-05-21 Sam Weinig <sam@webkit.org>
1610 - update tests and results for http://bugs.webkit.org/show_bug.cgi?id=13803
1611 to account for the new JSHTMLMarquee that is being autogenerated and
1612 can now produce a constructor.
1614 * fast/dom/Window/element-constructors-on-window-expected.txt:
1615 * fast/dom/Window/element-constructors-on-window.html:
1616 * fast/dom/Window/window-properties-expected.txt:
1618 2007-05-21 Sam Weinig <sam@webkit.org>
1622 Update test results.
1624 * fast/frames/viewsource-attribute-expected.checksum:
1625 * fast/frames/viewsource-attribute-expected.png:
1626 * fast/frames/viewsource-attribute-expected.txt:
1628 2007-05-21 Sam Weinig <sam@webkit.org>
1630 Reviewed by Adam and Darin.
1632 - update results for http://bugs.webkit.org/show_bug.cgi?id=13791
1633 to account for new JSHTMLElements that are being autogenerated and
1634 can now produce constructors.
1636 * fast/dom/Window/element-constructors-on-window-expected.txt:
1637 * fast/dom/Window/window-properties-expected.txt:
1639 2007-05-19 Mitz Pettel <mitz@webkit.org>
1641 Reviewed by Dave Hyatt.
1643 - repaint tests and updated results for http://bugs.webkit.org/show_bug.cgi?id=12729
1644 box-shadow disappears when scrolling a div that it falls on/under
1646 * fast/box-shadow/basic-shadows-expected.checksum:
1647 * fast/box-shadow/basic-shadows-expected.png:
1648 * fast/box-shadow/basic-shadows-expected.txt:
1649 * fast/repaint/box-shadow-dynamic-expected.checksum: Added.
1650 * fast/repaint/box-shadow-dynamic-expected.png: Added.
1651 * fast/repaint/box-shadow-dynamic-expected.txt: Added.
1652 * fast/repaint/box-shadow-dynamic.html: Added.
1653 * fast/repaint/box-shadow-h-expected.checksum: Added.
1654 * fast/repaint/box-shadow-h-expected.png: Added.
1655 * fast/repaint/box-shadow-h-expected.txt: Added.
1656 * fast/repaint/box-shadow-h.html: Added.
1657 * fast/repaint/box-shadow-v-expected.checksum: Added.
1658 * fast/repaint/box-shadow-v-expected.png: Added.
1659 * fast/repaint/box-shadow-v-expected.txt: Added.
1660 * fast/repaint/box-shadow-v.html: Added.
1662 2007-05-20 Mark Rowe <mrowe@apple.com>
1664 Update test results after r21597.
1666 * fast/frames/viewsource-attribute-expected.checksum:
1667 * fast/frames/viewsource-attribute-expected.png:
1668 * fast/frames/viewsource-attribute-expected.txt:
1670 2007-05-19 Mitz Pettel <mitz@webkit.org>
1674 - test for http://bugs.webkit.org/show_bug.cgi?id=13774
1675 REGRESSION: Crash emailing blog entry using Google Reader
1677 * fast/table/stale-grid-crash-expected.checksum: Added.
1678 * fast/table/stale-grid-crash-expected.png: Added.
1679 * fast/table/stale-grid-crash-expected.txt: Added.
1680 * fast/table/stale-grid-crash.html: Added.
1682 2007-05-19 Mitz Pettel <mitz@webkit.org>
1686 - http://bugs.webkit.org/show_bug.cgi?id=13320
1687 rounded corners with drop shadows are really slow
1689 * fast/box-shadow/border-radius-big-expected.checksum: Added.
1690 * fast/box-shadow/border-radius-big-expected.png: Added.
1691 * fast/box-shadow/border-radius-big-expected.txt: Added.
1692 * fast/box-shadow/border-radius-big.html: Added.
1694 2007-05-19 Anders Carlsson <andersca@apple.com>
1698 http://bugs.webkit.org/show_bug.cgi?id=13771
1699 Assertion failure ASSERT(m_layer) when running Hamachi fuzz tester
1701 * fast/frames/inline-object-inside-frameset-expected.txt: Added.
1702 * fast/frames/inline-object-inside-frameset.html: Added.
1704 2007-05-18 Sam Weinig <sam@webkit.org>
1708 - update results to account for new JSHTMLElements that are being
1709 auto-generated and can now produce Constructors.
1711 * fast/dom/Window/element-constructors-on-window-expected.txt:
1712 * fast/dom/Window/window-properties-expected.txt:
1714 2007-05-17 Maciej Stachowiak <mjs@apple.com>
1716 Not Reviewed, buildbot test fix.
1718 - updated results for the last fiew checkins.
1720 * fast/dom/clientWidthAfterDocumentIsRemoved-expected.txt:
1721 * fast/dom/replaceChild-expected.txt:
1722 * http/tests/loading/bad-scheme-subframe-expected.txt:
1723 * webarchive/loading/test-loading-archive-expected.txt:
1725 2007-05-18 Sam Weinig <sam@webkit.org>
1729 Update test results after Hyatt's update of view-source
1730 to include line numbers and a gutter.
1732 * fast/frames/viewsource-attribute-expected.checksum:
1733 * fast/frames/viewsource-attribute-expected.png:
1734 * fast/frames/viewsource-attribute-expected.txt:
1736 2007-05-18 Oliver Hunt <oliver@apple.com>
1740 Fix capitalisation of resources referenced by test case.
1742 * svg/carto.net/window.svg:
1744 2007-05-17 Justin Garcia <justin.garcia@apple.com>
1748 <rdar://problem/5209984> REGRESSION: Crash on click after clearing Facebook status
1750 * editing/selection/5209984-expected.txt: Added.
1751 * editing/selection/5209984.html: Added.
1753 2007-05-17 Sam Weinig <sam@webkit.org>
1757 Tests for <rdar://problem/5201423> REGRESSION: Links in
1758 sidebar don't work on Honda website
1760 * fast/dom/anchor-toString-expected.txt: Added.
1761 * fast/dom/anchor-toString.html: Added.
1762 * fast/forms/focus2.html:
1764 2007-05-17 Antti Koivisto <antti@apple.com>
1768 Test for http://bugs.webkit.org/show_bug.cgi?id=13727
1769 REGRESSION: Reproducible hang setting the selection's extent offset to -1
1770 <rdar://problem/5206890>
1772 * LayoutTests/editing/selection/selection-invalid-offset-expected.txt: Added.
1773 * LayoutTests/editing/selection/selection-invalid-offset.html: Added.
1775 2007-05-17 Adele Peterson <adele@apple.com>
1779 Test for <rdar://problem/5096035> REGRESSION: rtl text should be left-aligned in <select>s
1781 * fast/text/international/bidi-menulist-expected.checksum: Added.
1782 * fast/text/international/bidi-menulist-expected.png: Added.
1783 * fast/text/international/bidi-menulist-expected.txt: Added.
1784 * fast/text/international/bidi-menulist.html: Added.
1786 2007-05-17 Justin Garcia <justin.garcia@apple.com>
1788 Reviewed by harrison
1790 * editing/execCommand/4924441-expected.checksum: Added.
1791 * editing/execCommand/4924441-expected.png: Added.
1792 * editing/execCommand/4924441-expected.txt: Added.
1793 * editing/execCommand/4924441.html: Added.
1794 * editing/execCommand/5207369-expected.checksum: Added.
1795 * editing/execCommand/5207369-expected.png: Added.
1796 * editing/execCommand/5207369-expected.txt: Added.
1797 * editing/execCommand/5207369.html: Added.
1798 * editing/execCommand/5210032-expected.checksum: Added.
1799 * editing/execCommand/5210032-expected.png: Added.
1800 * editing/execCommand/5210032-expected.txt: Added.
1801 * editing/execCommand/5210032.html: Added.
1803 2007-05-17 Mitz Pettel <mitz@webkit.org>
1807 - pixel test for http://bugs.webkit.org/show_bug.cgi?id=13759
1808 REGRESSION (r20182-r20184): Incorrect rendering of multipart images
1810 Created http/tests/multipart and moved the existing multipart test there.
1812 * http/tests/misc/multipart-expected.txt: Removed.
1813 * http/tests/misc/multipart.html: Removed.
1814 * http/tests/misc/resources/1x1-blue.png: Removed.
1815 * http/tests/misc/resources/multipart.php: Removed.
1816 * http/tests/multipart/invalid-image-data-expected.checksum: Added.
1817 * http/tests/multipart/invalid-image-data-expected.png: Added.
1818 * http/tests/multipart/invalid-image-data-expected.txt: Added.
1819 * http/tests/multipart/invalid-image-data.html: Added.
1820 * http/tests/multipart/resources/2x2-green.png: Added. Shared by both
1822 * http/tests/multipart/resources/abe.png: Added.
1823 * http/tests/multipart/resources/multipart.php: Added. Shared by both
1825 * http/tests/multipart/stop-crash.html: Renamed from misc/multipart.html.
1827 2007-05-17 Justin Garcia <justin.garcia@apple.com>
1829 Reviewed by harrison
1832 * editing/execCommand/5190926-expected.checksum: Added.
1833 * editing/execCommand/5190926-expected.png: Added.
1834 * editing/execCommand/5190926-expected.txt: Added.
1835 * editing/execCommand/5190926.html: Added.
1837 Avoided some nesting:
1838 * editing/execCommand/5142012-2-expected.txt:
1839 * editing/execCommand/switch-list-type-expected.txt:
1841 2007-05-16 Maciej Stachowiak <mjs@apple.com>
1845 - added a bunch of layout tests using the new load delegate testing mechanism
1847 * http/tests/loading/bad-scheme-subframe-expected.txt: Added.
1848 * http/tests/loading/bad-scheme-subframe.html: Added.
1849 * http/tests/loading/bad-server-subframe-expected.txt: Added.
1850 * http/tests/loading/bad-server-subframe.html: Added.
1851 * http/tests/loading/basic-expected.txt: Added.
1852 * http/tests/loading/basic.html: Added.
1853 * http/tests/loading/empty-subframe-expected.txt: Added.
1854 * http/tests/loading/empty-subframe.html: Added.
1855 * http/tests/loading/simple-subframe-expected.txt: Added.
1856 * http/tests/loading/simple-subframe.html: Added.
1858 2007-05-16 dethbakin <bdakin@apple.com>
1862 Changes for <rdar://problem/5204107> REGRESSION: CSS web forum site
1863 layout not displaying properly in latest WebKit
1866 * fast/table/tableInsideCaption-expected.checksum: Added.
1867 * fast/table/tableInsideCaption-expected.png: Added.
1868 * fast/table/tableInsideCaption-expected.txt: Added.
1869 * fast/table/tableInsideCaption.html: Added.
1872 * tables/mozilla/bugs/bug48028-1-expected.checksum:
1873 * tables/mozilla/bugs/bug48028-1-expected.png:
1874 * tables/mozilla/bugs/bug48028-1-expected.txt:
1875 * tables/mozilla_expected_failures/core/captions1-
1877 * tables/mozilla_expected_failures/core/captions1-expected.png:
1878 * tables/mozilla_expected_failures/core/captions1-expected.txt:
1880 Not great changes. These changes expose other bugs. Filing reports
1882 * tables/mozilla/bugs/bug48028-2-expected.txt:
1883 * tables/mozilla/bugs/bug55789-expected.checksum:
1884 * tables/mozilla/bugs/bug55789-expected.png:
1885 * tables/mozilla/bugs/bug55789-expected.txt:
1887 2007-05-16 Kevin McCullough <kmccullough@apple.com>
1889 Reviewed by Darin and Geoff.
1891 - rdar://problem/4981886
1892 - Added tests for allowing JS to close a window that was opened by the DOM.
1894 * fast/dom/open-and-close-by-DOM-expected.txt: Added.
1895 * fast/dom/open-and-close-by-DOM.html: Added.
1896 * fast/dom/resources/close.html: Added.
1897 * fast/dom/resources/middle.html: Added.
1899 2007-05-16 Darin Adler <darin@apple.com>
1903 - test for <rdar://problem/4928671> Crash due to runaway recursion when fieldset has display: table-row (12066)
1905 * fast/css/fieldset-display-row-expected.checksum: Added.
1906 * fast/css/fieldset-display-row-expected.png: Added.
1907 * fast/css/fieldset-display-row-expected.txt: Added.
1908 * fast/css/fieldset-display-row.html: Added.
1910 2007-05-15 Sam Weinig <sam@webkit.org>
1914 - Yet more tests for http://bugs.webkit.org/show_bug.cgi?id=13722
1915 Finish testing and fixing the setting of DOM attributes to JS null
1917 Tests for SVG attributes that take a DOMString.
1919 * fast/dom/svg-element-attribute-js-null-expected.txt: Added.
1920 * fast/dom/svg-element-attribute-js-null.xhtml: Added.
1922 2007-05-15 Sam Weinig <sam@webkit.org>
1926 - More Tests for http://bugs.webkit.org/show_bug.cgi?id=13722
1927 Finish testing and fixing the setting of DOM attributes to JS null
1929 Tests for CanvasRenderingContext2D attributes that take a DOMString.
1931 * fast/dom/canvasContext2d-element-attribute-js-null-expected.txt: Added.
1932 * fast/dom/canvasContext2d-element-attribute-js-null.html: Added.
1934 2007-05-15 Sam Weinig <sam@webkit.org>
1938 - More Tests for http://bugs.webkit.org/show_bug.cgi?id=13722
1939 Finish testing and fixing the setting of DOM attributes to JS null
1941 Tests for CSSOM attributes that take a DOMString.
1943 * fast/dom/css-element-attribute-js-null-expected.txt: Added.
1944 * fast/dom/css-element-attribute-js-null.html: Added.
1946 2007-05-15 Justin Garcia <justin.garcia@apple.com>
1948 Updating expected results for r21074.
1950 * css1/cascade/cascade_order-expected.checksum:
1951 * css1/cascade/cascade_order-expected.png:
1952 * css2.1/t0402-c71-fwd-parsing-02-f-expected.checksum:
1953 * css2.1/t0402-c71-fwd-parsing-02-f-expected.png:
1954 * css2.1/t0505-c16-descendant-01-e-expected.checksum:
1955 * css2.1/t0505-c16-descendant-01-e-expected.png:
1956 * css2.1/t050803-c14-classes-00-e-expected.checksum:
1957 * css2.1/t050803-c14-classes-00-e-expected.png:
1958 * css2.1/t0509-c15-ids-01-e-expected.checksum:
1959 * css2.1/t0509-c15-ids-01-e-expected.png:
1960 * css2.1/t0805-c5518-brdr-t-01-e-expected.checksum:
1961 * css2.1/t0805-c5518-brdr-t-01-e-expected.png:
1962 * css2.1/t0805-c5519-brdr-r-02-e-expected.checksum:
1963 * css2.1/t0805-c5519-brdr-r-02-e-expected.png:
1964 * css2.1/t0805-c5520-brdr-b-01-e-expected.checksum:
1965 * css2.1/t0805-c5520-brdr-b-01-e-expected.png:
1966 * css2.1/t0805-c5521-brdr-l-02-e-expected.checksum:
1967 * css2.1/t0805-c5521-brdr-l-02-e-expected.png:
1968 * css2.1/t1205-c563-list-type-00-b-expected.checksum:
1969 * css2.1/t1205-c563-list-type-00-b-expected.png:
1970 * css2.1/t1205-c564-list-img-00-b-g-expected.checksum:
1971 * css2.1/t1205-c564-list-img-00-b-g-expected.png:
1972 * fast/backgrounds/repeat/noRepeatCorrectClip-expected.checksum:
1973 * fast/backgrounds/repeat/noRepeatCorrectClip-expected.png:
1974 * fast/block/float/014-expected.checksum:
1975 * fast/block/float/014-expected.png:
1976 * fast/css/001-expected.checksum:
1977 * fast/css/001-expected.png:
1978 * fast/css/css2-system-fonts-expected.checksum:
1979 * fast/css/css2-system-fonts-expected.png:
1980 * fast/doctypes/001-expected.checksum:
1981 * fast/doctypes/001-expected.png:
1982 * fast/doctypes/002-expected.checksum:
1983 * fast/doctypes/002-expected.png:
1984 * fast/doctypes/003-expected.checksum:
1985 * fast/doctypes/003-expected.png:
1986 * fast/doctypes/004-expected.checksum:
1987 * fast/doctypes/004-expected.png:
1988 * fast/dom/Window/window-onFocus-expected.checksum:
1989 * fast/dom/Window/window-onFocus-expected.png:
1990 * fast/events/keydown-1-expected.checksum:
1991 * fast/events/keydown-1-expected.png:
1992 * fast/lists/002-expected.checksum:
1993 * fast/lists/002-expected.png:
1994 * fast/lists/003-expected.checksum:
1995 * fast/lists/003-expected.png:
1996 * fast/lists/005-expected.checksum:
1997 * fast/lists/005-expected.png:
1998 * fast/lists/007-expected.checksum:
1999 * fast/lists/007-expected.png:
2000 * fast/lists/008-expected.checksum:
2001 * fast/lists/008-expected.png:
2002 * fast/lists/big-list-marker-expected.checksum:
2003 * fast/lists/big-list-marker-expected.png:
2004 * fast/lists/dynamic-marker-crash-expected.checksum:
2005 * fast/lists/dynamic-marker-crash-expected.png:
2006 * fast/lists/item-not-in-list-line-wrapping-expected.checksum:
2007 * fast/lists/item-not-in-list-line-wrapping-expected.png:
2008 * fast/lists/marker-image-error-expected.checksum:
2009 * fast/lists/marker-image-error-expected.png:
2010 * fast/lists/ol-display-types-expected.checksum:
2011 * fast/lists/ol-display-types-expected.png:
2012 * fast/lists/scrolled-marker-paint-expected.checksum:
2013 * fast/lists/scrolled-marker-paint-expected.png:
2014 * fast/overflow/overflow-rtl-expected.checksum:
2015 * fast/overflow/overflow-rtl-expected.png:
2016 * fast/repaint/list-marker-2-expected.checksum:
2017 * fast/repaint/list-marker-2-expected.png:
2018 * fast/repaint/list-marker-expected.checksum:
2019 * fast/repaint/list-marker-expected.png:
2020 * fast/selectors/001-expected.checksum:
2021 * fast/selectors/001-expected.png:
2022 * fast/selectors/013-expected.checksum:
2023 * fast/selectors/013-expected.png:
2024 * fast/selectors/015-expected.checksum:
2025 * fast/selectors/015-expected.png:
2026 * fast/selectors/166-expected.checksum:
2027 * fast/selectors/166-expected.png:
2028 * tables/mozilla/bugs/bug23235-expected.checksum:
2029 * tables/mozilla/bugs/bug23235-expected.png:
2030 * tables/mozilla/bugs/bug30692-expected.checksum:
2031 * tables/mozilla/bugs/bug30692-expected.png:
2032 * tables/mozilla/bugs/bug3191-expected.checksum:
2033 * tables/mozilla/bugs/bug3191-expected.png:
2034 * tables/mozilla/marvin/backgr_index-expected.checksum:
2035 * tables/mozilla/marvin/backgr_index-expected.png:
2036 * tables/mozilla/marvin/backgr_layers-opacity-expected.checksum:
2037 * tables/mozilla/marvin/backgr_layers-opacity-expected.png:
2038 * tables/mozilla_expected_failures/bugs/bug1010-expected.checksum:
2039 * tables/mozilla_expected_failures/bugs/bug1010-expected.png:
2040 * tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.checksum:
2041 * tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.png:
2042 * tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.checksum:
2043 * tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.png:
2045 2007-05-15 Mitz Pettel <mitz@webkit.org>
2049 - test for http://bugs.webkit.org/show_bug.cgi?id=13360
2050 REGRESSION: Crash closing live web cam viewer page
2052 * http/tests/misc/multipart-expected.txt: Added.
2053 * http/tests/misc/multipart.html: Added.
2054 * http/tests/misc/resources/1x1-blue.png: Added.
2055 * http/tests/misc/resources/multipart.php: Added.
2057 2007-05-15 Sam Weinig <sam@webkit.org>
2061 - Test for http://bugs.webkit.org/show_bug.cgi?id=13722
2062 Finish testing and fixing the setting of DOM attributes to JS null
2064 Tests for Core DOM attributes.
2066 * fast/dom/coreDOM-element-attribute-js-null-expected.txt: Added.
2067 * fast/dom/coreDOM-element-attribute-js-null.xhtml: Added.
2069 2007-05-15 Justin Garcia <justin.garcia@apple.com>
2071 Updating expected results for r21074.
2073 * editing/deleting/4866671-expected.checksum:
2074 * editing/deleting/4866671-expected.png:
2075 * editing/deleting/delete-first-list-item-expected.checksum:
2076 * editing/deleting/delete-first-list-item-expected.png:
2077 * editing/deleting/delete-listitem-002-expected.checksum:
2078 * editing/deleting/delete-listitem-002-expected.png:
2079 * editing/deleting/list-item-1-expected.checksum:
2080 * editing/deleting/list-item-1-expected.png:
2081 * editing/deleting/merge-into-empty-block-2-expected.checksum:
2082 * editing/deleting/merge-into-empty-block-2-expected.png:
2083 * editing/execCommand/4641880-1-expected.checksum:
2084 * editing/execCommand/4641880-1-expected.png:
2085 * editing/execCommand/4747450-expected.checksum:
2086 * editing/execCommand/4747450-expected.png:
2087 * editing/execCommand/4916402-expected.checksum:
2088 * editing/execCommand/4916402-expected.png:
2089 * editing/execCommand/4916583-expected.checksum:
2090 * editing/execCommand/4916583-expected.png:
2091 * editing/execCommand/5142012-2-expected.checksum:
2092 * editing/execCommand/5142012-2-expected.png:
2093 * editing/execCommand/5144139-1-expected.checksum:
2094 * editing/execCommand/5144139-1-expected.png:
2095 * editing/execCommand/create-list-with-hr-expected.checksum:
2096 * editing/execCommand/create-list-with-hr-expected.png:
2097 * editing/execCommand/indent-list-item-expected.checksum:
2098 * editing/execCommand/indent-list-item-expected.png:
2099 * editing/execCommand/indent-selection-expected.checksum:
2100 * editing/execCommand/indent-selection-expected.png:
2101 * editing/execCommand/insert-list-empty-div-expected.checksum:
2102 * editing/execCommand/insert-list-empty-div-expected.png:
2103 * editing/execCommand/remove-list-item-1-expected.checksum:
2104 * editing/execCommand/remove-list-item-1-expected.png:
2105 * editing/inserting/4959067-expected.checksum:
2106 * editing/inserting/4959067-expected.png:
2107 * editing/pasteboard/4861080-expected.checksum:
2108 * editing/pasteboard/4861080-expected.png:
2109 * editing/pasteboard/drag-selected-image-to-contenteditable-expected.checksum:
2110 * editing/pasteboard/drag-selected-image-to-contenteditable-expected.png:
2111 * editing/pasteboard/drop-link-expected.checksum:
2112 * editing/pasteboard/drop-link-expected.png:
2113 * editing/pasteboard/innerText-inline-table-expected.checksum:
2114 * editing/pasteboard/innerText-inline-table-expected.png:
2115 * editing/pasteboard/input-field-1-expected.checksum:
2116 * editing/pasteboard/input-field-1-expected.png:
2117 * editing/pasteboard/merge-end-list-expected.checksum:
2118 * editing/pasteboard/merge-end-list-expected.png:
2119 * editing/pasteboard/merge-start-list-expected.checksum:
2120 * editing/pasteboard/merge-start-list-expected.png:
2121 * editing/pasteboard/select-element-1-expected.checksum:
2122 * editing/pasteboard/select-element-1-expected.png:
2123 * editing/selection/drag-to-contenteditable-iframe-expected.checksum:
2124 * editing/selection/drag-to-contenteditable-iframe-expected.png:
2125 * editing/selection/extend-by-word-002-expected.checksum:
2126 * editing/selection/extend-by-word-002-expected.png:
2127 * editing/selection/select-all-iframe-expected.checksum:
2128 * editing/selection/select-all-iframe-expected.png:
2129 * editing/selection/selectNode-expected.checksum:
2130 * editing/selection/selectNode-expected.png:
2131 * editing/selection/selectNodeContents-expected.checksum:
2132 * editing/selection/selectNodeContents-expected.png:
2133 * editing/unsupported-content/list-delete-001-expected.checksum:
2134 * editing/unsupported-content/list-delete-001-expected.png:
2135 * editing/unsupported-content/list-type-after-expected.checksum:
2136 * editing/unsupported-content/list-type-after-expected.png:
2137 * editing/unsupported-content/list-type-before-expected.checksum:
2138 * editing/unsupported-content/list-type-before-expected.png:
2140 2007-05-15 Anders Carlsson <andersca@apple.com>
2144 <rdar://problem/5183685>
2145 http://bugs.webkit.org/show_bug.cgi?id=13301
2146 ASSERT or null value when trying to use a getter defined on a window object
2150 * fast/dom/getter-on-window-object-expected.txt: Added.
2151 * fast/dom/getter-on-window-object.html: Added.
2153 2007-05-15 Justin Garcia <justin.garcia@apple.com>
2155 Spelling markers fixed:
2156 * editing/deleting/delete-block-table-expected.checksum:
2157 * editing/deleting/delete-block-table-expected.png:
2158 * editing/selection/move-by-line-001-expected.checksum:
2159 * editing/selection/move-by-line-001-expected.png:
2161 2007-05-14 Justin Garcia <justin.garcia@apple.com>
2165 Updated these expected results. We now clear the
2166 selection inside a focused node *after* firing the
2167 mousedown event handler, which matches FF:
2168 * fast/forms/focus-selection-input-expected.txt:
2169 * fast/forms/focus-selection-textarea-expected.txt:
2171 2007-05-14 Justin Garcia <justin.garcia@apple.com>
2175 Spelling markers fixed:
2176 * editing/deleting/delete-to-select-table-expected.checksum:
2177 * editing/deleting/delete-to-select-table-expected.png:
2178 * editing/selection/end-of-document-expected.checksum:
2179 * editing/selection/end-of-document-expected.png:
2180 * editing/inserting/insert-paragraph-02-expected.checksum:
2181 * editing/inserting/insert-paragraph-02-expected.png:
2183 Focus halo now painted:
2184 * editing/execCommand/format-block-with-braces-expected.checksum:
2185 * editing/execCommand/format-block-with-braces-expected.png:
2187 Needed FIXMEs removed after fixing 4714993:
2188 * editing/pasteboard/merge-end-1-expected.checksum:
2189 * editing/pasteboard/merge-end-1-expected.png:
2190 * editing/pasteboard/merge-end-1-expected.txt:
2191 * editing/pasteboard/merge-end-1.html:
2192 * editing/pasteboard/merge-end-2-expected.checksum:
2193 * editing/pasteboard/merge-end-2-expected.png:
2194 * editing/pasteboard/merge-end-2-expected.txt:
2195 * editing/pasteboard/merge-end-2.html:
2197 2007-05-14 Maciej Stachowiak <mjs@apple.com>
2201 - Test case for <rdar://problem/5203036> REGRESSION: Assertion failure in WebCore::FrameLoader::restoreScrollPositionAndViewState() going back from fark.com Photoshop contest (13684)
2203 * http/tests/incremental/slow-utf8-html.pl:
2204 * http/tests/navigation/back-to-slow-frame.html: Added.
2205 * http/tests/navigation/back-to-slow-frame-expected.txt: Added.
2206 * http/tests/navigation/resources/back-to-slow-frame-2.html: Added.
2207 * http/tests/navigation/resources/back-to-slow-frame-3.html: Added.
2208 * http/tests/navigation/resources/slow-resource-1-sec.pl: Added.
2210 2007-05-14 Kimmo Kinnunen <kimmok@iki.fi>
2214 - Tests for fix to http://bugs.webkit.org/show_bug.cgi?id=13622 (Decompiler omits
2215 trailing comma in array literal)
2217 * fast/js/resources/toString-elision-trailing-comma.js: Added.
2218 * fast/js/toString-elision-trailing-comma-expected.txt: Added.
2219 * fast/js/toString-elision-trailing-comma.html: Added.
2221 2007-05-14 Mitz Pettel <mitz@webkit.org>
2223 Reviewed by Dave Hyatt.
2225 - test for http://bugs.webkit.org/show_bug.cgi?id=13603
2226 style leaks in washingtonpost.com
2228 * fast/parser/residual-style-close-across-n-blocks-expected.txt: Added.
2229 * fast/parser/residual-style-close-across-n-blocks.html: Added.
2231 2007-05-14 Sam Weinig <sam@webkit.org>
2235 - Tests for http://bugs.webkit.org/show_bug.cgi?id=13541
2236 REGRESSION: Setting a DOMString attribute to JS null in the
2237 JS bindings should default to converting to the empty string
2239 * fast/dom/document-attribute-js-null-expected.txt: Added.
2240 * fast/dom/document-attribute-js-null.html: Added.
2241 * fast/dom/element-attribute-js-null-expected.txt: Added.
2242 * fast/dom/element-attribute-js-null.html: Added.
2243 * fast/forms/input-null-expected.txt: Removed.
2244 * fast/forms/input-null.html: Removed.
2246 2007-05-14 Justin Garcia <justin.garcia@apple.com>
2250 <rdar://problem/5136696> Selection is removed when focusing a node in another frame
2253 * editing/selection/5136696-expected.checksum: Added.
2254 * editing/selection/5136696-expected.png: Added.
2255 * editing/selection/5136696-expected.txt: Added.
2256 * editing/selection/5136696.html: Added.
2258 2007-05-14 Kimmo Kinnunen <kimmok@iki.fi>
2260 Tests for http://bugs.webkit.org/show_bug.cgi?id=10878
2261 Bug 10878: Incorrect decompilation for "4..x"
2263 Test all the different forms of expressions that can contain
2264 a dot following a number literal.
2265 Includes new tests for PrefixDotNode, PostfixDotNode, DeleteDotNode,
2266 AssignDotNode and FunctionCallParenDotNode.
2268 * fast/js/resources/toString-number-dot-expr.js:
2269 * fast/js/toString-number-dot-expr-expected.txt: Updated.
2271 2007-05-13 Alexey Proskuryakov <ap@webkit.org>
2275 http://bugs.webkit.org/show_bug.cgi?id=13690
2276 JavaScript Form Validation issue on Banco do Brasil site
2278 * fast/forms/input-setvalue-selection-expected.txt: Added.
2279 * fast/forms/input-setvalue-selection.html: Added.
2281 * fast/forms/input-appearance-maxlength.html: Now that the selection is correctly set
2282 in inactive text inputs, we need to explicitly change it to exercise the same code path.
2284 * fast/forms/input-selection-restore-expected.txt: Removed.
2285 * fast/forms/input-selection-restore.html: Removed.
2286 AFAICT, this test was added in r14931 to test for status quo, and not because we
2287 specifically wanted such behavior.
2289 2007-05-13 Rob Buis <buis@kde.org>
2293 http://bugs.webkit.org/show_bug.cgi?id=13529
2294 DOM3 keyIdentifier text is incorrect
2296 Adjusted tests and test results.
2298 * fast/events/frame-tab-focus.html:
2299 * fast/events/js-keyboard-event-creation-expected.txt:
2300 * fast/events/objc-event-api-expected.txt:
2301 * fast/events/option-tab.html:
2302 * fast/forms/focus2.html:
2303 * fast/html/tab-order.html:
2305 2007-05-12 Mitz Pettel <mitz@webkit.org>
2309 - repaint test for http://bugs.webkit.org/show_bug.cgi?id=13680
2310 Incomplete repaint of focus ring around continuation
2312 * fast/repaint/continuation-after-outline-expected.checksum: Added.
2313 * fast/repaint/continuation-after-outline-expected.png: Added.
2314 * fast/repaint/continuation-after-outline-expected.txt: Added.
2315 * fast/repaint/continuation-after-outline.html: Added.
2317 2007-05-12 Oliver Hunt <oliver@apple.com>
2321 Add test to verify files can be dragged to <input type="file">
2323 * fast/forms/dragging-to-file-input-expected.txt: Added.
2324 * fast/forms/dragging-to-file-input.html: Added.
2326 2007-05-12 Mitz Pettel <mitz@webkit.org>
2330 - pixel test for http://bugs.webkit.org/show_bug.cgi?id=13695
2331 REGRESSION (r21387): Replaced elements' highlight rects are wrongly positioned
2333 * fast/replaced/selection-rect-expected.checksum: Added.
2334 * fast/replaced/selection-rect-expected.png: Added.
2335 * fast/replaced/selection-rect-expected.txt: Added.
2336 * fast/replaced/selection-rect.html: Added.
2338 2007-05-12 Mitz Pettel <mitz@webkit.org>
2342 - repaint test for http://bugs.webkit.org/show_bug.cgi?id=13685
2343 REGRESSION (r21368-r21388): Highlighting text in scrolled textareas behaves oddly
2345 * fast/repaint/text-selection-rect-in-overflow-expected.checksum: Added.
2346 * fast/repaint/text-selection-rect-in-overflow-expected.png: Added.
2347 * fast/repaint/text-selection-rect-in-overflow-expected.txt: Added.
2348 * fast/repaint/text-selection-rect-in-overflow.html: Added.
2350 2007-05-11 Oliver Hunt <oliver@apple.com>
2354 Layout test for x-mac-roman character encoding.
2356 * fast/encoding/xmacroman-encoding-test-expected.txt: Added.
2357 * fast/encoding/xmacroman-encoding-test.html: Added.
2359 2007-05-11 Oliver Hunt <oliver@apple.com>
2363 Layout tests for <rdar://problem/5017375> WebKit should disable SVG in Dashboard
2364 Tests attempt to use SVG in a number of ways, both direct and indirect.
2367 * http/tests/xmlhttprequest/resources/svgtest.svg: Added.
2370 * http/tests/xmlhttprequest/svg-created-by-xhr-disallowed-in-dashboard-expected.txt: Added.
2371 * http/tests/xmlhttprequest/svg-created-by-xhr-disallowed-in-dashboard.html: Added.
2372 Attempts to use an SVG doc created with XHR as content
2374 * svg/custom/embedded-svg-disallowed-in-dashboard-expected.txt: Added.
2375 * svg/custom/embedded-svg-disallowed-in-dashboard.xml: Added.
2376 Attempts to use SVG by embedding it in an SVG doc.
2378 * svg/custom/manually-parsed-embedded-svg-disallowed-in-dashboard-expected.txt: Added.
2379 * svg/custom/manually-parsed-embedded-svg-disallowed-in-dashboard.html: Added.
2380 Attempts to use SVG by using a DOMParser to manually parse XHMTL with embedded SVG
2382 * svg/custom/manually-parsed-svg-disallowed-in-dashboard-expected.txt: Added.
2383 * svg/custom/manually-parsed-svg-disallowed-in-dashboard.html: Added.
2384 Attempts to use SVG by using a DOMParser to manually create an SVG doc from a string
2386 * svg/custom/svg-disallowed-in-dashboard-object-expected.txt: Added.
2387 * svg/custom/svg-disallowed-in-dashboard-object.html: Added.
2388 Attempts to embed SVG with <embed>, <object>, and <iframe>
2390 2007-05-11 Mark Rowe <mrowe@apple.com>
2392 Rubber-stamped by Oliver.
2394 * fast/encoding/char-encoding.html: Change from a 5 millisecond
2395 timeout to a 500 millisecond timeout to work around occasional
2396 timing-related test failures.
2398 2007-05-11 Geoffrey Garen <ggaren@apple.com>
2400 Reviewed by Darin Adler.
2402 Updated test a little bit now that +[WebScriptObject scriptObjectForJSObject:frame:]
2405 * fast/dom/wrapper-round-tripping.html:
2407 2007-05-11 Mitz Pettel <mitz@webkit.org>
2411 - test and updated results for http://bugs.webkit.org/show_bug.cgi?id=13635
2412 REGRESSION: Cannot log in to webmail.co.za account
2414 * fast/dom/HTMLOptionElement/option-text-expected.txt: Added.
2415 * fast/dom/HTMLOptionElement/option-text.html: Added.
2416 * fast/forms/HTMLOptionElement_label06-expected.checksum:
2417 * fast/forms/HTMLOptionElement_label06-expected.png:
2418 * fast/forms/HTMLOptionElement_label06-expected.txt:
2420 2007-05-11 Kimmo Kinnunen <kimmok@iki.fi>
2424 - Tests for bug http://bugs.webkit.org/show_bug.cgi?id=13620
2425 Bogus decompilation of "for (var j = 1 in [])"
2427 Testcase covers toString()ing functions with
2428 for-statements of form for (var j = 1 in []) and for (var j=0;j<10;j++)
2430 * fast/js/resources/toString-for-var-decl.js: Added.
2431 * fast/js/toString-for-var-decl-expected.txt: Added.
2432 * fast/js/toString-for-var-decl.html: Added.
2434 2007-05-11 Kimmo Kinnunen <kimmok@iki.fi>
2438 Tests for http://bugs.webkit.org/show_bug.cgi?id=10878
2439 Bug 10878: Incorrect decompilation for "4..x"
2441 * fast/js/resources/toString-number-dot-expr.js: Added.
2442 * fast/js/toString-number-dot-expr-expected.txt: Added.
2443 * fast/js/toString-number-dot-expr.html: Added.
2445 2007-05-11 Darin Adler <darin@apple.com>
2449 - test for http://bugs.webkit.org/show_bug.cgi?id=7452
2450 <rdar://problem/3211749> line breaks ignored after <wbr> in <pre> block (affects livejournal.com)
2452 * fast/text/wbr-pre-expected.checksum: Added.
2453 * fast/text/wbr-pre-expected.png: Added.
2454 * fast/text/wbr-pre-expected.txt: Added.
2455 * fast/text/wbr-pre.html: Added.
2457 - test for http://bugs.webkit.org/show_bug.cgi?id=10657
2458 <rdar://problem/4274588> <wbr> tags are ignored
2460 * fast/text/wbr-expected.checksum: Added.
2461 * fast/text/wbr-expected.png: Added.
2462 * fast/text/wbr-expected.txt: Added.
2463 * fast/text/wbr.html: Added.
2465 - test for http://bugs.webkit.org/show_bug.cgi?id=12689
2466 <wbr> :before/:after content causes line break
2468 * fast/css-generated-content/wbr-with-before-content-expected.checksum: Added.
2469 * fast/css-generated-content/wbr-with-before-content-expected.png: Added.
2470 * fast/css-generated-content/wbr-with-before-content-expected.txt: Added.
2471 * fast/css-generated-content/wbr-with-before-content.html: Added.
2473 - test for <rdar://problem/5127366> DOM tree isn't correct when parsing with <wbr>
2475 * fast/invalid/021-expected.txt: Updated result.
2476 * fast/parser/parse-wbr-expected.txt: Added.
2477 * fast/parser/parse-wbr.html: Added.
2479 2007-05-10 Mitz Pettel <mitz@webkit.org>
2483 - repaint test and updated results for http://bugs.webkit.org/show_bug.cgi?id=13655
2484 Incomplete repaint when text-shadow is used in a render layer with explicit height
2486 * fast/repaint/layer-full-repaint-expected.checksum: Added.
2487 * fast/repaint/layer-full-repaint-expected.png: Added.
2488 * fast/repaint/layer-full-repaint-expected.txt: Added.
2489 * fast/repaint/layer-full-repaint.html: Added.
2490 * fast/repaint/repaint-resized-overflow-expected.checksum:
2491 * fast/repaint/repaint-resized-overflow-expected.png:
2493 2007-05-10 Justin Garcia <justin.garcia@apple.com>
2497 <rdar://problem/5195166> Incorrect proposedRange DOMRange passed to WebViewEditing delegate
2499 * editing/selection/5195166-1-expected.checksum: Added.
2500 * editing/selection/5195166-1-expected.png: Added.
2501 * editing/selection/5195166-1-expected.txt: Added.
2502 * editing/selection/5195166-1.html: Added.
2503 * editing/selection/5195166-2-expected.checksum: Added.
2504 * editing/selection/5195166-2-expected.png: Added.
2505 * editing/selection/5195166-2-expected.txt: Added.
2506 * editing/selection/5195166-2.html: Added.
2508 2007-05-10 Adele Peterson <adele@apple.com>
2512 Test for <rdar://problem/4100616> Doing a "find" in RSS doesn't scroll to result
2514 * fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.checksum: Added.
2515 * fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.png: Added.
2516 * fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.txt: Added.
2517 * fast/overflow/scroll-nested-positioned-layer-in-overflow.html: Added.
2519 2007-05-08 Maciej Stachowiak <mjs@apple.com>
2523 - new test case for:
2524 <rdar://problem/5063277> blank screen after login to Citibank Online (accessing document before frame starts loading cancels load)
2525 <rdar://problem/5159541> REGRESSION (r20972): Wall Street Journal pages replaced by advertisements (13465)
2527 (The test case covers both scenarios.)
2529 * http/tests/misc/frame-access-during-load-expected.checksum: Added.
2530 * http/tests/misc/frame-access-during-load-expected.png: Added.
2531 * http/tests/misc/frame-access-during-load-expected.txt: Added.
2532 * http/tests/misc/frame-access-during-load.html: Added.
2534 - test results beneficially or harmlessly changed as a result of the above fixes
2536 * css2.1/t0801-c412-hz-box-00-b-a-expected.checksum:
2537 * css2.1/t0801-c412-hz-box-00-b-a-expected.png:
2538 * css2.1/t0801-c412-hz-box-00-b-a-expected.txt: This reflects an <object> containing
2539 an image now creating an image renderer.
2541 * dom/xhtml/level2/html/HTMLIFrameElement11-expected.txt: This is updated to a slightly
2542 less bad failure for access to a frame that's not loaded yet.
2544 The following test results now reflect the frame removal that the test was testing:
2546 * fast/dom/clientWidthAfterDocumentIsRemoved-expected.checksum:
2547 * fast/dom/clientWidthAfterDocumentIsRemoved-expected.png:
2548 * fast/dom/clientWidthAfterDocumentIsRemoved-expected.txt:
2549 * fast/dom/replaceChild-expected.checksum:
2550 * fast/dom/replaceChild-expected.png:
2551 * fast/dom/replaceChild-expected.txt:
2553 The following tests results now reflect empty document content for iframes that never load anything:
2555 * fast/events/focusingUnloadedFrame-expected.txt:
2556 * tables/mozilla_expected_failures/bugs/bug137388-1-expected.txt:
2557 * tables/mozilla_expected_failures/bugs/bug137388-2-expected.txt:
2559 2007-05-10 Brady Eidson <beidson@apple.com>
2563 Fix for http://bugs.webkit.org/show_bug.cgi?id=13636 and <rdar://problem/5190816>
2565 When creating the applets collection, be sure to only count Objects if they contain
2568 * dom/html/level2/html/AppletsCollection-expected.txt: Added.
2569 * dom/html/level2/html/AppletsCollection.html: Added.
2571 2007-05-09 Geoffrey Garen <ggaren@apple.com>
2573 Reviewed by Maciej Stachowiak.
2575 Tests for more fix-ups to the WebScriptObject/WebScripting APIs, related to
2576 <rdar://problem/5140447> API for fetching JSGlobalContextRef from WebView
2579 * fast/dom/wrapper-classes-expected.txt:
2580 * fast/dom/wrapper-classes.html: Added cases to test the wrapper classes
2581 for different data types sent across the JS/ObjC bridge.
2582 * fast/dom/wrapper-round-tripping-expected.txt: Added.
2583 * fast/dom/wrapper-round-tripping.html: Added. New test to verify that
2584 you can round-trip between a JSObjectRef and a WebScriptObject.
2586 2007-05-09 Oliver Hunt <oliver@apple.com>
2590 Workaround for rdar://problem/5114296 need to allow for
2591 download occuring, and thus not triggering subframeLoaded()
2593 * fast/encoding/char-encoding.html:
2595 2007-05-08 Justin Garcia <justin.garcia@apple.com>
2599 <rdar://problem/5017613> Style changes don't effect fully selected ToDo content
2601 Demonstrates the bug:
2602 * editing/style/5017613-1-expected.checksum: Added.
2603 * editing/style/5017613-1-expected.png: Added.
2604 * editing/style/5017613-1-expected.txt: Added.
2605 * editing/style/5017613-1.html: Added.
2607 Tests to make sure that a plaintext-only region
2608 will only be styled if it is fully selected:
2609 * editing/style/5017613-2-expected.checksum: Added.
2610 * editing/style/5017613-2-expected.png: Added.
2611 * editing/style/5017613-2-expected.txt: Added.
2612 * editing/style/5017613-2.html: Added.
2614 2007-05-09 Adele Peterson <adele@apple.com>
2618 Updated results for <rdar://problem/5113578> REGRESSION: textfields that set the height but not the font
2619 look different from IE & FF because the font is small
2621 * fast/block/float/032-expected.txt:
2622 * fast/forms/input-text-word-wrap-expected.checksum:
2623 * fast/forms/input-text-word-wrap-expected.png:
2624 * fast/forms/input-text-word-wrap-expected.txt:
2626 2007-05-09 Darin Adler <darin@apple.com>
2628 - checked in a file that was accidentally left out of the last check-in
2630 * fast/js/cyclic-prototypes-expected.txt: Added.
2632 2007-05-09 Eric Seidel <eric@webkit.org>
2636 http://bugs.webkit.org/show_bug.cgi?id=6985
2637 Cyclic __proto__ values cause webkit to hang
2639 * fast/js/cyclic-prototypes-expected.txt: Added.
2640 * fast/js/cyclic-prototypes.html: Added.
2641 * fast/js/resources/cyclic-prototypes.js: Added.
2643 2007-05-08 Geoffrey Garen <ggaren@apple.com>
2645 Reviewed by Darin Adler.
2647 Added test to verify that you get back the same JS/ObjC wrapper when
2648 you access the same object twice.
2650 * fast/dom/wrapper-identity-expected.txt: Added.
2651 * fast/dom/wrapper-identity.html: Added.
2653 2007-05-08 Kimmo Kinnunen <kimmok@iki.fi>
2655 Reviewed by darin. Landed by eseidel.
2657 - http://bugs.webkit.org/show_bug.cgi?id=10880 Do..while loop gains extra ;
2659 * fast/js/do-while-semicolon-expected.txt: Added.
2660 * fast/js/do-while-semicolon.html: Added.
2661 * fast/js/resources/do-while-semicolon.js: Added.
2663 2007-05-08 Oliver Hunt <oliver@apple.com>
2667 Test for <rdar://problem/5188938> arc method on
2668 Canvas causes hang or crash work around.
2670 * fast/canvas/arc-crash-expected.txt: Added.
2671 * fast/canvas/arc-crash.html: Added.
2673 2007-05-08 Alexey Proskuryakov <ap@webkit.org>
2677 http://bugs.webkit.org/show_bug.cgi?id=13480
2678 window.Attr is undefined
2680 * fast/dom/Window/attr-constructor-expected.txt: Added.
2681 * fast/dom/Window/attr-constructor.html: Added.
2683 * fast/dom/Window/window-properties-expected.txt: Many new global constructors added.
2685 2007-05-07 Justin Garcia <justin.garcia@apple.com>
2689 <rdar://problem/4895428> Can't drag selected ToDo
2691 This tests to see that the focus of a focusable node
2692 inside an already focused node is delayed until mouse up:
2693 * editing/selection/4895428-2-expected.checksum: Added.
2694 * editing/selection/4895428-2-expected.png: Added.
2695 * editing/selection/4895428-2-expected.txt: Added.
2696 * editing/selection/4895428-2.html: Added.
2698 We delay focus until mouse up, but only if that node is
2699 inside an already focused node:
2700 * editing/selection/4895428-3-expected.checksum: Added.
2701 * editing/selection/4895428-3-expected.png: Added.
2702 * editing/selection/4895428-3-expected.txt: Added.
2703 * editing/selection/4895428-3.html: Added.
2705 This demonstrates the bug:
2706 * editing/selection/4895428-4-expected.checksum: Added.
2707 * editing/selection/4895428-4-expected.png: Added.
2708 * editing/selection/4895428-4-expected.txt: Added.
2709 * editing/selection/4895428-4.html: Added.
2711 2007-05-07 Oliver Hunt <oliver@apple.com>
2715 Test the behaviour of canvas methods called with inf/nan parameters
2717 * fast/canvas/canvas-with-incorrect-args-expected.txt: Added.
2718 * fast/canvas/canvas-with-incorrect-args.html: Added.
2720 2007-05-07 Justin Garcia <justin.garcia@apple.com>
2724 <rdar://problem/4895428> Can't drag selected To Do if it is not showing a due date
2726 * editing/selection/4895428-1-expected.checksum: Added.
2727 * editing/selection/4895428-1-expected.png: Added.
2728 * editing/selection/4895428-1-expected.txt: Added.
2729 * editing/selection/4895428-1.html: Added.
2731 2007-05-07 Darin Adler <darin@apple.com>
2733 - rolling out setInnerHTML optimization until I can figure out why tests are failing
2735 2007-05-07 Darin Adler <darin@apple.com>
2739 - test for http://bugs.webkit.org/show_bug.cgi?id=13602
2740 Amazon product pages keep repainting over and over again
2742 * fast/dom/HTMLElement/set-inner-outer-optimization-expected.txt: Added.
2743 * fast/dom/HTMLElement/set-inner-outer-optimization.html: Added.
2745 2007-05-06 Darin Adler <darin@apple.com>
2749 - test for http://bugs.webkit.org/show_bug.cgi?id=13537
2751 * fast/canvas/drawImage-with-invalid-args.html: Changed to a dumpAsText test.
2752 Added logging and a negative-size test.
2753 * fast/canvas/drawImage-with-invalid-args-expected.txt: Updated.
2755 * fast/canvas/drawImage-with-invalid-args-expected.checksum: Removed.
2756 * fast/canvas/drawImage-with-invalid-args-expected.png: Removed.
2758 2007-05-06 Mitz Pettel <mitz@webkit.org>
2762 - test for http://bugs.webkit.org/show_bug.cgi?id=13557
2763 Crash when dragging selection over absolutely positioned generated content on block element
2765 * fast/css-generated-content/positioned-background-hit-test-crash-expected.checksum: Added.
2766 * fast/css-generated-content/positioned-background-hit-test-crash-expected.png: Added.
2767 * fast/css-generated-content/positioned-background-hit-test-crash-expected.txt: Added.
2768 * fast/css-generated-content/positioned-background-hit-test-crash.html: Added.
2770 2007-05-06 Alexey Proskuryakov <ap@webkit.org>
2774 http://bugs.webkit.org/show_bug.cgi?id=13584
2775 <script> code wrongly assumes requests can't fail
2777 * fast/loader/unloadable-script-expected.txt: Added.
2778 * fast/loader/unloadable-script.html: Added.
2780 2007-05-04 Darin Adler <darin@apple.com>
2784 - test for http://bugs.webkit.org/show_bug.cgi?id=12821
2785 <rdar://problem/5007921> Number.toExponential doesn't work for negative numbers
2787 * fast/js/kde/resources/Number.js: Added negative number versions of some tests of
2788 toFixed, toExponential, toPrecision, etc.
2789 * fast/js/kde/Number-expected.txt: Updated, new tests all passing.
2791 2007-05-02 David Harrison <harrison@apple.com>
2795 - test for <rdar://problem/5174862> Crash resulting from DeprecatedString::insert()
2797 * editing/selection/move-by-sentence-001-expected.checksum: Added.
2798 * editing/selection/move-by-sentence-001-expected.png: Added.
2799 * editing/selection/move-by-sentence-001-expected.txt: Added.
2800 * editing/selection/move-by-sentence-001.html: Added.
2802 2007-05-02 Mitz Pettel <mitz@webkit.org>
2804 Reviewed by Dave Hyatt.
2806 - test for http://bugs.webkit.org/show_bug.cgi?id=9276
2807 Quirksmode: Image swap resize bug
2809 * fast/replaced/image-resize-width-expected.checksum: Added.
2810 * fast/replaced/image-resize-width-expected.png: Added.
2811 * fast/replaced/image-resize-width-expected.txt: Added.
2812 * fast/replaced/image-resize-width.html: Added.
2813 * fast/replaced/resources/rectangle-red-200x100.png: Added.
2815 2007-05-01 Justin Garcia <justin.garcia@apple.com>
2819 <rdar://problem/5002441>
2820 Pressing space key does nothing above quoted content or a signature
2822 Demonstrates the bug:
2823 * editing/inserting/5002441-expected.checksum: Added.
2824 * editing/inserting/5002441-expected.png: Added.
2825 * editing/inserting/5002441-expected.txt: Added.
2826 * editing/inserting/5002441.html: Added.
2828 Fixed. Spaces passed to execCommand("InsertText", ...)
2829 are no longer collapsed:
2830 * editing/inserting/editable-html-element-expected.checksum:
2831 * editing/inserting/editable-html-element-expected.png:
2832 * editing/inserting/editable-html-element-expected.txt:
2833 * editing/pasteboard/4989774-expected.checksum:
2834 * editing/pasteboard/4989774-expected.png:
2835 * editing/pasteboard/4989774-expected.txt:
2836 * editing/selection/4983858-expected.checksum:
2837 * editing/selection/4983858-expected.png:
2838 * editing/selection/4983858-expected.txt:
2840 2007-05-01 Darin Adler <darin@apple.com>
2844 - test for http://bugs.webkit.org/show_bug.cgi?id=13559
2845 REGRESSION: Canvas aspect ratio is incorrect
2847 * fast/canvas/canvas-size-change-after-layout-expected.checksum: Added.
2848 * fast/canvas/canvas-size-change-after-layout-expected.png: Added.
2849 * fast/canvas/canvas-size-change-after-layout-expected.txt: Added.
2850 * fast/canvas/canvas-size-change-after-layout.html: Added.
2852 2007-05-01 Darin Adler <darin@apple.com>
2856 - added a test for <rdar://problem/5172596> HTML-parser-created tbody elements
2857 are being ignored when processing CSS child rules
2859 * fast/css/child-selector-implicit-tbody.html: Added.
2860 * fast/css/child-selector-implicit-tbody-expected.txt: Added.
2862 - updated test results for <rdar://problem/5172607> XML parser is creating
2863 implicit tbody elements; the only change is the tag name that's dumped
2865 * fast/table/037-expected.txt:
2866 * tables/mozilla/marvin/x_caption_align_bottom-expected.txt:
2867 * tables/mozilla/marvin/x_caption_align_top-expected.txt:
2868 * tables/mozilla/marvin/x_caption_class-expected.txt:
2869 * tables/mozilla/marvin/x_caption_id-expected.txt:
2870 * tables/mozilla/marvin/x_caption_style-expected.txt:
2871 * tables/mozilla/marvin/x_col_align_center-expected.txt:
2872 * tables/mozilla/marvin/x_col_align_char-expected.txt:
2873 * tables/mozilla/marvin/x_col_align_justify-expected.txt:
2874 * tables/mozilla/marvin/x_col_align_left-expected.txt:
2875 * tables/mozilla/marvin/x_col_align_right-expected.txt:
2876 * tables/mozilla/marvin/x_col_span-expected.txt:
2877 * tables/mozilla/marvin/x_col_valign_baseline-expected.txt:
2878 * tables/mozilla/marvin/x_col_valign_bottom-expected.txt:
2879 * tables/mozilla/marvin/x_col_valign_middle-expected.txt:
2880 * tables/mozilla/marvin/x_col_valign_top-expected.txt:
2881 * tables/mozilla/marvin/x_col_width_pct-expected.txt:
2882 * tables/mozilla/marvin/x_col_width_px-expected.txt:
2883 * tables/mozilla/marvin/x_col_width_rel-expected.txt:
2884 * tables/mozilla/marvin/x_colgroup_align_center-expected.txt:
2885 * tables/mozilla/marvin/x_colgroup_align_char-expected.txt:
2886 * tables/mozilla/marvin/x_colgroup_align_justify-expected.txt:
2887 * tables/mozilla/marvin/x_colgroup_align_left-expected.txt:
2888 * tables/mozilla/marvin/x_colgroup_align_right-expected.txt:
2889 * tables/mozilla/marvin/x_colgroup_span-expected.txt:
2890 * tables/mozilla/marvin/x_colgroup_valign_baseline-expected.txt:
2891 * tables/mozilla/marvin/x_colgroup_valign_bottom-expected.txt:
2892 * tables/mozilla/marvin/x_colgroup_valign_middle-expected.txt:
2893 * tables/mozilla/marvin/x_colgroup_valign_top-expected.txt:
2894 * tables/mozilla/marvin/x_colgroup_width_rel-expected.txt:
2895 * tables/mozilla/marvin/x_table_align_center-expected.txt:
2896 * tables/mozilla/marvin/x_table_align_left-expected.txt:
2897 * tables/mozilla/marvin/x_table_align_right-expected.txt:
2898 * tables/mozilla/marvin/x_table_bgcolor_name-expected.txt:
2899 * tables/mozilla/marvin/x_table_bgcolor_rgb-expected.txt:
2900 * tables/mozilla/marvin/x_table_cellpadding-expected.txt:
2901 * tables/mozilla/marvin/x_table_cellpadding_pct-expected.txt:
2902 * tables/mozilla/marvin/x_table_cellspacing-expected.txt:
2903 * tables/mozilla/marvin/x_table_cellspacing_pct-expected.txt:
2904 * tables/mozilla/marvin/x_table_class-expected.txt:
2905 * tables/mozilla/marvin/x_table_id-expected.txt:
2906 * tables/mozilla/marvin/x_table_style-expected.txt:
2907 * tables/mozilla/marvin/x_table_width_pct-expected.txt:
2908 * tables/mozilla/marvin/x_table_width_px-expected.txt:
2909 * tables/mozilla/marvin/x_td_align_center-expected.txt:
2910 * tables/mozilla/marvin/x_td_align_char-expected.txt:
2911 * tables/mozilla/marvin/x_td_align_justify-expected.txt:
2912 * tables/mozilla/marvin/x_td_align_left-expected.txt:
2913 * tables/mozilla/marvin/x_td_align_right-expected.txt:
2914 * tables/mozilla/marvin/x_td_bgcolor_name-expected.txt:
2915 * tables/mozilla/marvin/x_td_bgcolor_rgb-expected.txt:
2916 * tables/mozilla/marvin/x_td_class-expected.txt:
2917 * tables/mozilla/marvin/x_td_colspan-expected.txt:
2918 * tables/mozilla/marvin/x_td_height-expected.txt:
2919 * tables/mozilla/marvin/x_td_id-expected.txt:
2920 * tables/mozilla/marvin/x_td_nowrap-expected.txt:
2921 * tables/mozilla/marvin/x_td_rowspan-expected.txt:
2922 * tables/mozilla/marvin/x_td_style-expected.txt:
2923 * tables/mozilla/marvin/x_td_valign_baseline-expected.txt:
2924 * tables/mozilla/marvin/x_td_valign_bottom-expected.txt:
2925 * tables/mozilla/marvin/x_td_valign_middle-expected.txt:
2926 * tables/mozilla/marvin/x_td_valign_top-expected.txt:
2927 * tables/mozilla/marvin/x_td_width-expected.txt:
2928 * tables/mozilla/marvin/x_th_align_center-expected.txt:
2929 * tables/mozilla/marvin/x_th_align_char-expected.txt:
2930 * tables/mozilla/marvin/x_th_align_justify-expected.txt:
2931 * tables/mozilla/marvin/x_th_align_left-expected.txt:
2932 * tables/mozilla/marvin/x_th_align_right-expected.txt:
2933 * tables/mozilla/marvin/x_th_bgcolor_name-expected.txt:
2934 * tables/mozilla/marvin/x_th_bgcolor_rgb-expected.txt:
2935 * tables/mozilla/marvin/x_th_class-expected.txt:
2936 * tables/mozilla/marvin/x_th_colspan-expected.txt:
2937 * tables/mozilla/marvin/x_th_height-expected.txt:
2938 * tables/mozilla/marvin/x_th_id-expected.txt:
2939 * tables/mozilla/marvin/x_th_nowrap-expected.txt:
2940 * tables/mozilla/marvin/x_th_rowspan-expected.txt:
2941 * tables/mozilla/marvin/x_th_style-expected.txt:
2942 * tables/mozilla/marvin/x_th_valign_baseline-expected.txt:
2943 * tables/mozilla/marvin/x_th_valign_bottom-expected.txt:
2944 * tables/mozilla/marvin/x_th_valign_middle-expected.txt:
2945 * tables/mozilla/marvin/x_th_valign_top-expected.txt:
2946 * tables/mozilla/marvin/x_th_width-expected.txt:
2947 * tables/mozilla/marvin/x_tr_align_center-expected.txt:
2948 * tables/mozilla/marvin/x_tr_align_char-expected.txt:
2949 * tables/mozilla/marvin/x_tr_align_justify-expected.txt:
2950 * tables/mozilla/marvin/x_tr_align_left-expected.txt:
2951 * tables/mozilla/marvin/x_tr_align_right-expected.txt:
2952 * tables/mozilla/marvin/x_tr_bgcolor_name-expected.txt:
2953 * tables/mozilla/marvin/x_tr_bgcolor_rgb-expected.txt:
2954 * tables/mozilla/marvin/x_tr_class-expected.txt:
2955 * tables/mozilla/marvin/x_tr_id-expected.txt:
2956 * tables/mozilla/marvin/x_tr_style-expected.txt:
2957 * tables/mozilla/marvin/x_tr_valign_baseline-expected.txt:
2958 * tables/mozilla/marvin/x_tr_valign_bottom-expected.txt:
2959 * tables/mozilla/marvin/x_tr_valign_middle-expected.txt:
2960 * tables/mozilla/marvin/x_tr_valign_top-expected.txt:
2961 * tables/mozilla_expected_failures/bugs/bug178855-expected.txt:
2962 * tables/mozilla_expected_failures/marvin/x_caption_align_left-expected.txt:
2963 * tables/mozilla_expected_failures/marvin/x_caption_align_right-expected.txt:
2964 * tables/mozilla_expected_failures/marvin/x_colgroup_width_pct-expected.txt:
2965 * tables/mozilla_expected_failures/marvin/x_colgroup_width_px-expected.txt:
2967 2007-04-30 David Hyatt <hyatt@apple.com>
2969 Fix for bug 12691, generated content and display: table-cell duplicates
2970 content on a size change. Make sure that the code to update before/after
2971 content is smart enough to drill into anonymous containers to find the
2976 * fast/css-generated-content/table-cell-before-content-expected.checksum: Added.
2977 * fast/css-generated-content/table-cell-before-content-expected.png: Added.
2978 * fast/css-generated-content/table-cell-before-content-expected.txt: Added.
2979 * fast/css-generated-content/table-cell-before-content.html: Added.
2981 2007-04-30 Justin Garcia <justin.garcia@apple.com>
2985 <rdar://problem/4875189> List gets deleted when replacing contents
2987 Replacing the contents of a list:
2988 * editing/inserting/4875189-1-expected.checksum: Added.
2989 * editing/inserting/4875189-1-expected.png: Added.
2990 * editing/inserting/4875189-1-expected.txt: Added.
2991 * editing/inserting/4875189-1.html: Added.
2993 * editing/inserting/4875189-2-expected.checksum: Added.
2994 * editing/inserting/4875189-2-expected.png: Added.
2995 * editing/inserting/4875189-2-expected.txt: Added.
2996 * editing/inserting/4875189-2.html: Added.
2997 Pasting a list on top of itself now creates a nested list:
2998 * editing/pasteboard/paste-4039777-fix-expected.checksum:
2999 * editing/pasteboard/paste-4039777-fix-expected.png:
3000 * editing/pasteboard/paste-4039777-fix-expected.txt:
3002 2007-04-30 Justin Garcia <justin.garcia@apple.com>
3006 <rdar://problem/5168598> Crash when deleting a link inside an input field
3008 * editing/deleting/5168598-expected.checksum: Added.
3009 * editing/deleting/5168598-expected.png: Added.
3010 * editing/deleting/5168598-expected.txt: Added.
3011 * editing/deleting/5168598.html: Added.
3013 2007-04-29 Mitz Pettel <mitz@webkit.org>
3015 Reviewed by Dave Hyatt.
3017 - repaint test for http://bugs.webkit.org/show_bug.cgi?id=13544
3018 REGRESSION (r21120): Member profile frame not erased at Yahoo! Answers
3020 * fast/repaint/layer-hide-when-needs-layout-expected.checksum: Added.
3021 * fast/repaint/layer-hide-when-needs-layout-expected.png: Added.
3022 * fast/repaint/layer-hide-when-needs-layout-expected.txt: Added.
3023 * fast/repaint/layer-hide-when-needs-layout.html: Added.
3025 2007-04-29 Mitz Pettel <mitz@webkit.org>
3027 Reviewed by Darin and Hyatt.
3029 - test and updated results for http://bugs.webkit.org/show_bug.cgi?id=13487
3030 Implement O(1) absoluteClippedOverflowRect and absoluteOutlineBox during layout for a possible speed gain
3032 * fast/repaint/bugzilla-3509-expected.checksum:
3033 * fast/repaint/bugzilla-3509-expected.png:
3034 * fast/repaint/intermediate-layout-position-clip-expected.checksum: Added.
3035 * fast/repaint/intermediate-layout-position-clip-expected.png: Added.
3036 * fast/repaint/intermediate-layout-position-clip-expected.txt: Added.
3037 * fast/repaint/intermediate-layout-position-clip.html: Added.
3038 * fast/repaint/intermediate-layout-position-expected.checksum:
3039 * fast/repaint/intermediate-layout-position-expected.png:
3041 2007-04-28 Adele Peterson <adele@apple.com>
3043 Added test to cover updated fix for <rdar://problem/5152299>
3045 * fast/events/no-blur-on-enter-button-expected.txt: Added.
3046 * fast/events/no-blur-on-enter-button.html: Added.
3048 2007-04-28 Darin Adler <darin@apple.com>
3052 - test for <rdar://problem/5154144> Hamachi test fails: assertion failure in ListHashSet
3054 * fast/forms/add-remove-form-elements-stress-test-expected.txt: Added.
3055 * fast/forms/add-remove-form-elements-stress-test.html: Added.
3057 2007-04-28 Adele Peterson <adele@apple.com>
3059 Tests for <rdar://problem/5152299> REGRESSION: <button> elements do not respond to space and return key as similar <input> elements do
3061 * fast/forms/button-enter-click-expected.txt: Added.
3062 * fast/forms/button-enter-click.html: Added.
3063 * fast/forms/button-spacebar-click-expected.txt: Added.
3064 * fast/forms/button-spacebar-click.html: Added.
3066 2007-04-28 Mitz Pettel <mitz@webkit.org>
3070 - test for http://bugs.webkit.org/show_bug.cgi?id=13501
3071 REGRESSION (r21093): Pasting into text field fails and makes the caret disappear
3073 * fast/dynamic/anonymous-block-layer-lost-expected.checksum: Added.
3074 * fast/dynamic/anonymous-block-layer-lost-expected.png: Added.
3075 * fast/dynamic/anonymous-block-layer-lost-expected.txt: Added.
3076 * fast/dynamic/anonymous-block-layer-lost.html: Added.
3078 2007-04-28 Adele Peterson <adele@apple.com>
3082 Test for <rdar://problem/4806988> REGRESSION: history.go(0) doesn't reload page (affects buttons at facebook.com)
3084 * fast/history/history_reload-expected.txt: Added.
3085 * fast/history/history_reload.html: Added.
3086 * fast/history/resources/history_reload_window.html: Added.
3088 2007-04-28 Alexey Proskuryakov <ap@webkit.org>
3092 http://bugs.webkit.org/show_bug.cgi?id=13514
3093 REGRESSION (r20997-21003): Crash in WebCore::Node::document
3095 * fast/dom/NodeList/childNodes-reset-cache-expected.txt: Added.
3096 * fast/dom/NodeList/childNodes-reset-cache.html: Added.
3098 2007-04-28 Darin Adler <darin@apple.com>
3102 - test for http://bugs.webkit.org/show_bug.cgi?id=6216
3103 REGRESSION: getElementsByTagNameNS with empty namespace doesn't work
3105 * fast/dom/namespaces-1-expected.txt: Added.
3106 * fast/dom/namespaces-1.html: Added.
3108 2007-04-28 Darin Adler <darin@apple.com>
3110 Reviewed by Kevin Decker.
3112 - update test result for fix for <rdar://problem/5148271> Chinese numbers
3113 are incorrect in numbered lists (including pasting from TextEdit to Mail)
3115 * fast/lists/w3-list-styles-expected.txt: Updated. The new test results match
3116 the behavior of Firefox.
3118 2007-04-27 Mitz Pettel <mitz@webkit.org>
3122 - http://bugs.webkit.org/show_bug.cgi?id=13521
3123 Update fast/css/percentage-non-integer for the new empty table cell behavior
3125 * fast/css/percentage-non-integer-expected.checksum:
3126 * fast/css/percentage-non-integer-expected.png:
3127 * fast/css/percentage-non-integer-expected.txt:
3128 * fast/css/percentage-non-integer.html:
3130 2007-04-27 Justin Garcia <justin.garcia@apple.com>
3134 <rdar://problem/5164796>
3135 Enable execCommand("CreateLink", ...) for caret selections
3137 * editing/execCommand/5164796-expected.checksum: Added.
3138 * editing/execCommand/5164796-expected.png: Added.
3139 * editing/execCommand/5164796-expected.txt: Added.
3140 * editing/execCommand/5164796.html: Added.
3142 2007-04-27 Antti Koivisto <antti@apple.com>
3144 Forgot this png from previous commit.
3146 * fast/table/empty-cells-expected.png: Added.
3148 2007-04-27 Antti Koivisto <antti@apple.com>
3150 Reviewed by Darin, Hyatt.
3152 Test for http://bugs.webkit.org/show_bug.cgi?id=13081
3153 Empty table cells not handled correctly
3154 <rdar://problem/5067926>
3156 Added test case and checked in updated results for others. Changes represent
3157 progressions or are not visible in rendering output.
3159 * fast/block/positioning/negative-right-pos-expected.txt:
3160 * fast/css/acid2-expected.txt:
3161 * fast/css/acid2-pixel-expected.txt:
3162 * fast/css/percentage-non-integer-expected.checksum:
3163 * fast/css/percentage-non-integer-expected.png:
3164 * fast/css/percentage-non-integer-expected.txt:
3165 * fast/repaint/table-cell-move-expected.checksum:
3166 * fast/repaint/table-cell-move-expected.png:
3167 * fast/repaint/table-cell-move-expected.txt:
3168 * fast/table/012-expected.txt:
3169 * fast/table/032-expected.txt:
3170 * fast/table/empty-cells-expected.checksum: Added.
3171 * fast/table/empty-cells-expected.txt: Added.
3172 * fast/table/empty-cells.html: Added.
3173 * fast/table/empty-section-crash-expected.txt:
3174 * http/tests/misc/acid2-expected.txt:
3175 * http/tests/misc/acid2-pixel-expected.txt:
3176 * tables/mozilla/bugs/bug100334-expected.txt:
3177 * tables/mozilla/bugs/bug1188-expected.txt:
3178 * tables/mozilla/bugs/bug16012-expected.checksum:
3179 * tables/mozilla/bugs/bug16012-expected.png:
3180 * tables/mozilla/bugs/bug16012-expected.txt:
3181 * tables/mozilla/bugs/bug1818-6-expected.txt:
3182 * tables/mozilla/bugs/bug222336-expected.txt:
3183 * tables/mozilla/bugs/bug222467-expected.txt:
3184 * tables/mozilla/bugs/bug78162-expected.txt:
3185 * tables/mozilla/core/misc-expected.checksum:
3186 * tables/mozilla/core/misc-expected.png:
3187 * tables/mozilla/core/misc-expected.txt:
3188 * tables/mozilla_expected_failures/bugs/bug14007-1-expected.checksum:
3189 * tables/mozilla_expected_failures/bugs/bug14007-1-expected.png:
3190 * tables/mozilla_expected_failures/bugs/bug14007-1-expected.txt:
3191 * tables/mozilla_expected_failures/bugs/bug72393-expected.checksum:
3192 * tables/mozilla_expected_failures/bugs/bug72393-expected.png:
3193 * tables/mozilla_expected_failures/bugs/bug72393-expected.txt:
3194 * tables/mozilla_expected_failures/other/empty_cells-expected.txt:
3196 2007-04-27 Rob Buis <buis@kde.org>
3201 http://bugs.webkit.org/show_bug.cgi?id=13052
3202 Text not rendered in a second inline SVG element
3204 * svg/custom/invisible-text-after-scrolling-expected.png:
3205 * svg/custom/second-inline-text-expected.checksum: Added.
3206 * svg/custom/second-inline-text-expected.png: Added.
3207 * svg/custom/second-inline-text-expected.txt: Added.
3208 * svg/custom/second-inline-text.xhtml: Added.
3210 2007-04-26 Mitz Pettel <mitz@webkit.org>
3214 - pixel test for http://bugs.webkit.org/show_bug.cgi?id=13500
3215 REGRESSION: Listbox scrollbar does not reflect actual scrolled position when selected option is added after layout
3217 * fast/forms/listbox-scrollbar-incremental-load-expected.checksum: Added.
3218 * fast/forms/listbox-scrollbar-incremental-load-expected.png: Added.
3219 * fast/forms/listbox-scrollbar-incremental-load-expected.txt: Added.
3220 * fast/forms/listbox-scrollbar-incremental-load.html: Added.
3222 2007-04-26 Justin Garcia <justin.garcia@apple.com>
3226 <rdar://problem/5120591> Crash when creating a link in Leopard wiki server
3228 * editing/execCommand/5120591-expected.checksum: Added.
3229 * editing/execCommand/5120591-expected.png: Added.
3230 * editing/execCommand/5120591-expected.txt: Added.
3231 * editing/execCommand/5120591.html: Added.
3233 2007-04-26 Matt Perry <mpComplete@gmail.com>
3235 Reviewed, tweaked and landed by Alexey.
3238 http://bugs.webkit.org/show_bug.cgi?id=13495
3239 Crash when referencing an undefined entity in an XHTML document
3241 * fast/parser/badentity-expected.txt: Added.
3242 * fast/parser/badentity.xhtml: Added.
3243 * fast/parser/resources/badentity.xhtml: Added.
3245 2007-04-25 Rob Buis <buis@kde.org>
3250 http://bugs.webkit.org/show_bug.cgi?id=12163
3251 SVG text does not appear in a scrolling <div>
3253 * svg/custom/invisible-text-after-scrolling-expected.checksum: Added.
3254 * svg/custom/invisible-text-after-scrolling-expected.png: Added.
3255 * svg/custom/invisible-text-after-scrolling-expected.txt: Added.
3256 * svg/custom/invisible-text-after-scrolling.xhtml: Added.
3258 2007-04-25 Anders Carlsson <andersca@apple.com>
3262 <rdar://problem/4869095>
3263 default content type for XMLHttpRequest POSTs changed (breaks Flickrator 0.1 widget)
3265 * http/tests/xmlhttprequest/default-content-type-dashboard-expected.txt: Added.
3266 * http/tests/xmlhttprequest/default-content-type-dashboard.html: Added.
3268 2007-04-24 Justin Garcia <justin.garcia@apple.com>
3272 <rdar://problem/5156401>
3273 Crash when dragging text into a link inside a table cell
3276 * editing/pasteboard/5156401-1-expected.checksum: Added.
3277 * editing/pasteboard/5156401-1-expected.png: Added.
3278 * editing/pasteboard/5156401-1-expected.txt: Added.
3279 * editing/pasteboard/5156401-1.html: Added.
3281 Test inserting at the end of a link where we would previously
3282 insert in the wrong paragraph:
3283 * editing/inserting/5156401-2-expected.checksum: Added.
3284 * editing/inserting/5156401-2-expected.png: Added.
3285 * editing/inserting/5156401-2-expected.txt: Added.
3286 * editing/inserting/5156401-2.html: Added.
3288 2007-04-24 Darin Adler <darin@apple.com>
3292 - test for <rdar://problem/4356361> Selection after multiple delete
3293 keypresses and undo selects only the last deleted character
3295 * editing/undo/undo-combined-delete-boundary-expected.checksum: Added.
3296 * editing/undo/undo-combined-delete-boundary-expected.png: Added.
3297 * editing/undo/undo-combined-delete-boundary-expected.txt: Added.
3298 * editing/undo/undo-combined-delete-boundary.html: Added.
3299 * editing/undo/undo-combined-delete-expected.checksum: Added.
3300 * editing/undo/undo-combined-delete-expected.png: Added.
3301 * editing/undo/undo-combined-delete-expected.txt: Added.
3302 * editing/undo/undo-combined-delete.html: Added.
3303 * editing/undo/undo-delete-boundary-expected.checksum: Added.
3304 * editing/undo/undo-delete-boundary-expected.png: Added.
3305 * editing/undo/undo-delete-boundary-expected.txt: Added.
3306 * editing/undo/undo-delete-boundary.html: Added.
3307 * editing/undo/undo-delete-expected.checksum: Added.
3308 * editing/undo/undo-delete-expected.png: Added.
3309 * editing/undo/undo-delete-expected.txt: Added.
3310 * editing/undo/undo-delete.html: Added.
3311 * editing/undo/undo-forward-delete-boundary-expected.checksum: Added.
3312 * editing/undo/undo-forward-delete-boundary-expected.png: Added.
3313 * editing/undo/undo-forward-delete-boundary-expected.txt: Added.
3314 * editing/undo/undo-forward-delete-boundary.html: Added.
3315 * editing/undo/undo-forward-delete-expected.checksum: Added.
3316 * editing/undo/undo-forward-delete-expected.png: Added.
3317 * editing/undo/undo-forward-delete-expected.txt: Added.
3318 * editing/undo/undo-forward-delete.html: Added.
3320 * editing/deleting/delete-and-undo-expected.txt: One of the delegate callbacks has changed in
3321 this test's result, because it reflects the selection after undoing a sequence of deletions.
3323 2007-04-24 Sam Weinig <sam@webkit.org>
3327 - test for http://bugs.webkit.org/show_bug.cgi?id=13448
3328 REGRESSION: setting an input element's value to JavaScript null gives "null"
3330 * fast/forms/input-null-expected.txt: Added.
3331 * fast/forms/input-null.html: Added.
3333 2007-04-24 Mitz Pettel <mitz@webkit.org>
3335 Reviewed by Dave Hyatt.
3337 - pixel test for http://bugs.webkit.org/show_bug.cgi?id=13453
3338 Control clip isn't applied to children's backgrounds, outlines and floats
3340 * fast/forms/control-clip-expected.checksum: Added.
3341 * fast/forms/control-clip-expected.png: Added.
3342 * fast/forms/control-clip-expected.txt: Added.
3343 * fast/forms/control-clip.html: Added.
3345 2007-04-23 Geoffrey Garen <ggaren@apple.com>
3347 Rubber Stamped by Mark Rowe.
3349 Disabling this test because it hangs all the time.
3350 (http://bugs.webkit.org/show_bug.cgi?id=13370)
3352 * http/tests/plugins/npapi-response-headers.html: Removed.
3354 2007-04-23 Beth Dakin <bdakin@apple.com>
3358 Test for <rdar://problem/5155507> REGRESSION: Crash in
3359 RenderLayer::setHasVisibleContent()
3361 * fast/css-generated-content/visibleContentHiddenParent-expected.checksum: Added.
3362 * fast/css-generated-content/visibleContentHiddenParent-expected.png: Added.
3363 * fast/css-generated-content/visibleContentHiddenParent-expected.txt: Added.
3364 * fast/css-generated-content/visibleContentHiddenParent.html: Added.
3366 2007-04-23 Adele Peterson <adele@apple.com>
3370 Updating test from last checkin to include test case for select with and without a form element.
3372 * fast/events/onchange-select-popup-expected.txt:
3373 * fast/events/onchange-select-popup.html:
3375 2007-04-23 Adele Peterson <adele@apple.com>
3377 Reviewed by Hyatt & Adam.
3379 Tests for <rdar://problem/4807799> REGRESSION: calling select() in onSearch handler doesn't work if you hit enter to trigger the event
3380 and <rdar://problem/5153970> onChange doesn't fire when focusing a popup, using type-ahead to select, and leaving
3382 * fast/events/onchange-passwordfield-expected.txt:
3383 * fast/events/onchange-passwordfield.html:
3384 * fast/events/onchange-searchfield-expected.txt:
3385 * fast/events/onchange-searchfield.html:
3386 * fast/events/onchange-select-popup-expected.txt: Added.
3387 * fast/events/onchange-select-popup.html: Added.
3388 * fast/events/onchange-textfield-expected.txt:
3389 * fast/events/onchange-textfield.html:
3390 * fast/forms/onchange-enter-submit-expected.txt:
3392 2007-04-23 Darin Adler <darin@apple.com>
3396 - test for <rdar://problem/4840688> REGRESSION (r10588, r10621): JavaScript won't parse
3397 modifications of non-references (breaks 300themovie.warnerbros.com, fedex.com)
3399 * fast/js/modify-non-references-expected.txt: Added.
3400 * fast/js/modify-non-references.html: Added.
3401 * fast/js/resources/modify-non-references.js: Added.
3403 * fast/js/assign-expected.txt: Updated for different exception text.
3404 * fast/js/postfix-syntax-expected.txt: Ditto.
3405 * fast/js/prefix-syntax-expected.txt: Ditto.
3407 2007-04-23 Darin Adler <darin@apple.com>
3411 - test changes for rename of box-sizing to -webkit-box-sizing
3413 * fast/borders/border-fit.html: Rename.
3414 * fast/box-sizing/box-sizing.html: Ditto.
3415 * fast/box-sizing/panels-one.html: Added -webkit-box-sizing.
3416 * fast/box-sizing/panels-two.html: Ditto.
3417 * fast/box-sizing/percentage-height.html: Renamed -khtml-box-sizing to -webkit-box-sizing.
3418 * fast/css/computed-style-expected.txt: Updated for different name and place in sorting order.
3419 * tables/mozilla/core/box_sizing.html: Rename.
3421 2007-04-22 Darin Adler <darin@apple.com>
3423 Reviewed by Tim Hatcher.
3425 - test for http://bugs.webkit.org/show_bug.cgi?id=13439
3426 4 problems found in dashboard-region parser and serializer
3428 * fast/css/dashboard-region-parser.html: Added.
3429 * fast/css/dashboard-region-parser-expected.txt: Added.
3431 * fast/css/dashboard-regions-attr-crash.html: Updated bug URL to point to bugs.webkit.org
3432 instead of bugzilla.opendarwin.org. At some point we should do this for the roughly 100
3433 other tests that have the old URL.
3434 * fast/css/dashboard-regions-attr-crash-expected.txt: Ditto.
3436 2007-04-22 Darin Adler <darin@apple.com>
3440 - test for <rdar://problem/5100240> REGRESSION: Control-O broken
3442 * editing/input/emacs-ctrl-o-expected.checksum: Added.
3443 * editing/input/emacs-ctrl-o-expected.png: Added.
3444 * editing/input/emacs-ctrl-o-expected.txt: Added.
3445 * editing/input/emacs-ctrl-o.html: Added.
3447 2007-04-21 Mitz Pettel <mitz@webkit.org>
3451 - repaint test for http://bugs.webkit.org/show_bug.cgi?id=13391
3452 REGRESSION (r18819): Incomplete repaint of button text
3454 * fast/repaint/control-clip-expected.checksum: Added.
3455 * fast/repaint/control-clip-expected.png: Added.
3456 * fast/repaint/control-clip-expected.txt: Added.
3457 * fast/repaint/control-clip.html: Added.
3459 2007-04-21 Lamar Goddard <lamargoddard@gmail.com>
3463 http://bugs.webkit.org/show_bug.cgi?id=5262
3464 <rdar://problem/5018778>
3465 XMLSerializer drops Namespace information
3467 * fast/dom/serialize-nodes-expected.txt: Added.
3468 * fast/dom/serialize-nodes.xhtml: Added.
3469 * dom/xhtml/level3/core/nodeisequalnode14-expected.txt: This test fails because
3470 createAttribute is supposed to create an Attr with localName of null.
3471 * dom/xhtml/level3/core/nodeisequalnode15-expected.txt: Now succeeds.
3472 * fast/innerHTML/004-expected.txt: Added namespace information to head and body nodes
3473 as xhtml nodes now serialize with namespace information.
3475 2007-04-21 Alexey Proskuryakov <ap@webkit.org>
3479 http://bugs.webkit.org/show_bug.cgi?id=13300
3480 Reproducible crash opening anekdot.ru
3482 * fast/parser/rewrite-form-expected.txt: Added.
3483 * fast/parser/rewrite-form.html: Added.
3484 * fast/parser/rewrite-map-expected.txt: Added.
3485 * fast/parser/rewrite-map.html: Added.
3487 2007-04-21 Mitz Pettel <mitz@webkit.org>
3491 - test for http://bugs.webkit.org/show_bug.cgi?id=13353
3492 REGRESSION (r20754-20766): Textarea does not resize when scrollbar is present
3494 * fast/overflow/hit-test-overflow-controls-expected.checksum: Added.
3495 * fast/overflow/hit-test-overflow-controls-expected.png: Added.
3496 * fast/overflow/hit-test-overflow-controls-expected.txt: Added.
3497 * fast/overflow/hit-test-overflow-controls.html: Added.
3499 2007-04-21 Mitz Pettel <mitz@webkit.org>
3503 - test for http://bugs.webkit.org/show_bug.cgi?id=13417
3504 Repro crash when the first argument to getMatchedCSSRules is not an element
3506 * fast/dom/Window/getMatchedCSSRules-null-crash-expected.txt: Added.
3507 * fast/dom/Window/getMatchedCSSRules-null-crash.html: Added.
3509 2007-04-20 Beth Dakin <bdakin@apple.com>
3513 Test I meant to check in a while ago.
3515 * fast/events/fire-scroll-event-expected.txt: Added.
3516 * fast/events/fire-scroll-event.html: Added.
3518 2007-04-20 Darin Adler <darin@apple.com>
3520 Reviewed by Geoff Garen and John Sullivan.
3522 - test changes for <rdar://problem/4671964> document property on <iframe> elements causes problems for SAP application
3524 * fast/dom/iframe-document-expected.txt: Added.
3525 * fast/dom/iframe-document.html: Added.
3527 * fast/dom/attr_dead_doc.html: Changed to use contentDocument instead of relying on the document property
3528 on HTMLIFrameElement.
3529 * fast/events/mouseover-mouseout.html: Ditto.
3530 * fast/frames/repaint-display-none-crash.html: Ditto.
3532 2007-04-19 Mitz Pettel <mitz@webkit.org>
3534 Rubber-stamped by Adam.
3536 - http://bugs.webkit.org/show_bug.cgi?id=13412
3537 Replace abe.jpg with a PNG file
3539 * editing/abe.jpg: Removed.
3540 * editing/deleting/4866671.html:
3541 * editing/deleting/delete-3608462-fix.html:
3542 * editing/deleting/delete-image-001.html:
3543 * editing/deleting/delete-image-002.html:
3544 * editing/deleting/delete-image-003.html:
3545 * editing/deleting/delete-image-004.html:
3546 * editing/execCommand/5080333-1-expected.checksum:
3547 * editing/execCommand/5080333-1-expected.png:
3548 * editing/execCommand/5080333-1.html:
3549 * editing/execCommand/5080333-2-expected.checksum:
3550 * editing/execCommand/5080333-2-expected.png:
3551 * editing/execCommand/5080333-2.html:
3552 * editing/execCommand/createLink-expected.txt:
3553 * editing/execCommand/createLink.html:
3554 * editing/execCommand/insertImage-expected.checksum:
3555 * editing/execCommand/insertImage-expected.png:
3556 * editing/execCommand/insertImage.html:
3557 * editing/execCommand/unlink-expected.txt:
3558 * editing/execCommand/unlink.html:
3559 * editing/inserting/12882.html:
3560 * editing/inserting/typing-around-image-001.html:
3561 * editing/pasteboard/4641033-expected.checksum:
3562 * editing/pasteboard/4641033-expected.png:
3563 * editing/pasteboard/4641033.html:
3564 * editing/pasteboard/4947130-expected.checksum:
3565 * editing/pasteboard/4947130-expected.png:
3566 * editing/pasteboard/4947130.html:
3567 * editing/pasteboard/4989774-expected.checksum:
3568 * editing/pasteboard/4989774-expected.png:
3569 * editing/pasteboard/4989774.html:
3570 * editing/pasteboard/copy-standalone-image.html:
3571 * editing/pasteboard/drag-image-to-contenteditable-in-iframe-expected.checksum:
3572 * editing/pasteboard/drag-image-to-contenteditable-in-iframe-expected.png:
3573 * editing/pasteboard/drag-image-to-contenteditable-in-iframe.html:
3574 * editing/pasteboard/drag-selected-image-to-contenteditable-expected.checksum:
3575 * editing/pasteboard/drag-selected-image-to-contenteditable-expected.png:
3576 * editing/pasteboard/drag-selected-image-to-contenteditable.html:
3577 * editing/pasteboard/styled-element-markup-expected.checksum:
3578 * editing/pasteboard/styled-element-markup-expected.png:
3579 * editing/pasteboard/styled-element-markup.html:
3580 * editing/resources/abe.jpg: Removed.
3581 * editing/resources/abe.png: Added.
3582 * editing/selection/4402375-expected.checksum:
3583 * editing/selection/4402375-expected.png:
3584 * editing/selection/4402375.html:
3585 * editing/selection/4932260-1-expected.checksum:
3586 * editing/selection/4932260-1-expected.png:
3587 * editing/selection/4932260-1.html:
3588 * editing/selection/4932260-2-expected.checksum:
3589 * editing/selection/4932260-2-expected.png:
3590 * editing/selection/4932260-2.html:
3591 * editing/selection/4932260-3-expected.checksum:
3592 * editing/selection/4932260-3-expected.png:
3593 * editing/selection/4932260-3.html:
3594 * editing/selection/drag-to-contenteditable-iframe-expected.checksum:
3595 * editing/selection/drag-to-contenteditable-iframe-expected.png:
3596 * editing/selection/drag-to-contenteditable-iframe.html:
3597 * editing/selection/extend-by-character-002-expected.checksum:
3598 * editing/selection/extend-by-character-002-expected.png:
3599 * editing/selection/extend-by-character-002.html:
3600 * editing/selection/extend-by-character-004-expected.checksum:
3601 * editing/selection/extend-by-character-004-expected.png:
3602 * editing/selection/extend-by-character-004.html:
3603 * editing/selection/image-before-linebreak-expected.checksum:
3604 * editing/selection/image-before-linebreak-expected.png:
3605 * editing/selection/image-before-linebreak.html:
3606 * editing/selection/legal-positions.html:
3607 * editing/selection/move-by-character-002-expected.checksum:
3608 * editing/selection/move-by-character-002-expected.png:
3609 * editing/selection/move-by-character-002.html:
3610 * editing/selection/move-by-character-004-expected.checksum:
3611 * editing/selection/move-by-character-004-expected.png:
3612 * editing/selection/move-by-character-004.html:
3613 * editing/selection/replaced-boundaries-1-expected.checksum:
3614 * editing/selection/replaced-boundaries-1-expected.png:
3615 * editing/selection/replaced-boundaries-1.html:
3616 * editing/selection/replaced-boundaries-2-expected.checksum:
3617 * editing/selection/replaced-boundaries-2-expected.png:
3618 * editing/selection/replaced-boundaries-2.html:
3620 2007-04-19 Justin Garcia <justin.garcia@apple.com>
3622 Reviewed by harrison
3624 <rdar://problem/5144139>
3625 On delete, <BR> inserted into non-editable ToDo <TABLE> element
3627 * editing/deleting/5144139-2-expected.checksum: Added.
3628 * editing/deleting/5144139-2-expected.png: Added.
3629 * editing/deleting/5144139-2-expected.txt: Added.
3630 * editing/deleting/5144139-2.html: Added.
3632 2007-04-19 Justin Garcia <justin.garcia@apple.com>
3634 Reviewed by harrison
3636 * editing/execCommand/5144139-1-expected.checksum: Added.
3637 * editing/execCommand/5144139-1-expected.png: Added.
3638 * editing/execCommand/5144139-1-expected.txt: Added.
3639 * editing/execCommand/5144139-1.html: Added.
3641 2007-04-19 Justin Garcia <justin.garcia@apple.com>
3645 <rdar://problem/5142012>
3646 GoogleDocs: Crash at WebCore::Range::startPosition() when creating a list from a link
3648 Tests the change to pushAnchorElementDown, where we remove
3649 the anchor element that has had copies of it pushed down:
3650 * editing/execCommand/5142012-1-expected.checksum: Added.
3651 * editing/execCommand/5142012-1-expected.png: Added.
3652 * editing/execCommand/5142012-1-expected.txt: Added.
3653 * editing/execCommand/5142012-1.html: Added.
3655 Demonstrates the crash (fixed by adding nil-checks
3657 * editing/execCommand/5142012-2-expected.checksum: Added.
3658 * editing/execCommand/5142012-2-expected.png: Added.
3659 * editing/execCommand/5142012-2-expected.txt: Added.
3660 * editing/execCommand/5142012-2.html: Added.
3662 Tests the changes to positionAvoidingSpecialElementBoundary,
3663 where we push down anchors before we avoid them so that
3664 we don't also avoid structural elements like lists and paragraphs:
3665 * editing/execCommand/5142012-3-expected.checksum: Added.
3666 * editing/execCommand/5142012-3-expected.png: Added.
3667 * editing/execCommand/5142012-3-expected.txt: Added.
3668 * editing/execCommand/5142012-3.html: Added.
3670 2007-04-19 Beth Dakin <bdakin@apple.com>
3674 Series of new/rearranged results after fix for <rdar://problem/
3675 5120889> Sized table cells w/borders not drawn to correct size
3677 These tests are different by tiny, barely noticeable amounts. The
3678 new results are more correct. We didn't catch the problem before
3679 because it was so subtle here:
3680 * fast/replaced/width100percent-expected.txt:
3681 * fast/table/003-expected.checksum:
3682 * fast/table/003-expected.png:
3683 * fast/table/003-expected.txt:
3685 This is the test that exposed the other problem with replaced
3686 children. Now we fit snugly inside the border on the bottom, which
3687 is different than Firefox, but seems right.
3688 * tables/mozilla/bugs/bug131020-expected.checksum:
3689 * tables/mozilla/bugs/bug131020-expected.png:
3690 * tables/mozilla/bugs/bug131020-expected.txt:
3692 This test actually always failed and was incorrectly filed as a
3693 success. Moving to failures.
3694 * tables/mozilla/bugs/bug137388-2-expected.checksum: Removed.
3695 * tables/mozilla/bugs/bug137388-2-expected.png: Removed.
3696 * tables/mozilla/bugs/bug137388-2-expected.txt: Removed.
3697 * tables/mozilla/bugs/bug137388-2.html: Removed.
3698 * tables/mozilla_expected_failures/bugs/bug137388-2-expected.checksum: Added.
3699 * tables/mozilla_expected_failures/bugs/bug137388-2-expected.png: Added.
3700 * tables/mozilla_expected_failures/bugs/bug137388-2-expected.txt: Added.
3702 This test was actually wrong before, and now it is right!
3703 * tables/mozilla/bugs/bug149275-2-expected.checksum:
3704 * tables/mozilla/bugs/bug149275-2-expected.png:
3705 * tables/mozilla/bugs/bug149275-2-expected.txt:
3707 This was a failing test that now passes. YAY!
3708 * tables/mozilla/bugs/bug18440-expected.checksum: Added.
3709 * tables/mozilla/bugs/bug18440-expected.png: Added.
3710 * tables/mozilla/bugs/bug18440-expected.txt: Added.
3711 * tables/mozilla_expected_failures/bugs/bug18440-expected.checksum: Removed.
3712 * tables/mozilla_expected_failures/bugs/bug18440-expected.png: Removed.
3713 * tables/mozilla_expected_failures/bugs/bug18440-expected.txt: Removed.
3714 * tables/mozilla_expected_failures/bugs/bug18440.html: Removed.
3716 This was slightly wrong before and is now correct.
3717 * tables/mozilla/bugs/bug30692-expected.checksum:
3718 * tables/mozilla/bugs/bug30692-expected.png:
3719 * tables/mozilla/bugs/bug30692-expected.txt:
3721 Still wrong, but slightly more correct.
3722 * tables/mozilla_expected_failures/bugs/bug137388-1-expected.checksum:
3723 * tables/mozilla_expected_failures/bugs/bug137388-1-expected.png:
3724 * tables/mozilla_expected_failures/bugs/bug137388-1-expected.txt:
3726 So much closer to being correct!! But still slightly wrong.
3727 * tables/mozilla_expected_failures/bugs/bug19526-expected.txt:
3729 2007-04-19 Anders Carlsson <andersca@apple.com>
3733 http://bugs.webkit.org/show_bug.cgi?id=13333
3734 Support naturalWidth/naturalHeight on image elements
3736 * fast/dom/HTMLImageElement/image-natural-width-height-expected.txt: Added.
3737 * fast/dom/HTMLImageElement/image-natural-width-height.html: Added.
3739 2007-04-19 Mitz Pettel <mitz@webkit.org>
3743 - updated results for http://bugs.webkit.org/show_bug.cgi?id=13291
3744 REGRESSION (r19595): WebViewDidBeginEditingNotification not posted when focusing with the mouse
3746 * editing/deleting/4845371-expected.txt:
3747 * editing/deleting/collapse-whitespace-3587601-fix-expected.txt:
3748 * editing/deleting/delete-3608430-fix-expected.txt:
3749 * editing/deleting/delete-3608445-fix-expected.txt:
3750 * editing/deleting/delete-3608462-fix-expected.txt:
3751 * editing/deleting/delete-3775172-fix-expected.txt:
3752 * editing/deleting/delete-3800834-fix-expected.txt:
3753 * editing/deleting/delete-3857753-fix-expected.txt:
3754 * editing/deleting/delete-3865854-fix-expected.txt:
3755 * editing/deleting/delete-3928305-fix-expected.txt:
3756 * editing/deleting/delete-3959464-fix-expected.txt:
3757 * editing/deleting/delete-4038408-fix-expected.txt:
3758 * editing/deleting/delete-4083333-fix-expected.txt:
3759 * editing/deleting/delete-after-span-ws-001-expected.txt:
3760 * editing/deleting/delete-after-span-ws-002-expected.txt:
3761 * editing/deleting/delete-after-span-ws-003-expected.txt:
3762 * editing/deleting/delete-all-text-in-text-field-assertion-expected.txt:
3763 * editing/deleting/delete-and-undo-expected.txt:
3764 * editing/deleting/delete-at-paragraph-boundaries-001-expected.txt:
3765 * editing/deleting/delete-at-paragraph-boundaries-002-expected.txt:
3766 * editing/deleting/delete-at-paragraph-boundaries-003-expected.txt:
3767 * editing/deleting/delete-at-paragraph-boundaries-004-expected.txt:
3768 * editing/deleting/delete-at-paragraph-boundaries-005-expected.txt:
3769 * editing/deleting/delete-at-paragraph-boundaries-006-expected.txt:
3770 * editing/deleting/delete-at-paragraph-boundaries-007-expected.txt:
3771 * editing/deleting/delete-at-paragraph-boundaries-008-expected.txt:
3772 * editing/deleting/delete-at-paragraph-boundaries-009-expected.txt:
3773 * editing/deleting/delete-at-paragraph-boundaries-010-expected.txt:
3774 * editing/deleting/delete-at-paragraph-boundaries-011-expected.txt:
3775 * editing/deleting/delete-at-start-or-end-expected.txt:
3776 * editing/deleting/delete-block-contents-001-expected.txt:
3777 * editing/deleting/delete-block-contents-002-expected.txt:
3778 * editing/deleting/delete-block-contents-003-expected.txt:
3779 * editing/deleting/delete-block-merge-contents-001-expected.txt:
3780 * editing/deleting/delete-block-merge-contents-002-expected.txt:
3781 * editing/deleting/delete-block-merge-contents-003-expected.txt:
3782 * editing/deleting/delete-block-merge-contents-004-expected.txt:
3783 * editing/deleting/delete-block-merge-contents-005-expected.txt:
3784 * editing/deleting/delete-block-merge-contents-006-expected.txt:
3785 * editing/deleting/delete-block-merge-contents-007-expected.txt:
3786 * editing/deleting/delete-block-merge-contents-008-expected.txt:
3787 * editing/deleting/delete-block-merge-contents-009-expected.txt:
3788 * editing/deleting/delete-block-merge-contents-010-expected.txt:
3789 * editing/deleting/delete-block-merge-contents-011-expected.txt:
3790 * editing/deleting/delete-block-merge-contents-012-expected.txt:
3791 * editing/deleting/delete-block-merge-contents-013-expected.txt:
3792 * editing/deleting/delete-block-merge-contents-014-expected.txt:
3793 * editing/deleting/delete-block-merge-contents-015-expected.txt:
3794 * editing/deleting/delete-block-merge-contents-016-expected.txt:
3795 * editing/deleting/delete-block-merge-contents-017-expected.txt:
3796 * editing/deleting/delete-block-merge-contents-018-expected.txt:
3797 * editing/deleting/delete-block-merge-contents-019-expected.txt:
3798 * editing/deleting/delete-block-merge-contents-020-expected.txt:
3799 * editing/deleting/delete-block-merge-contents-021-expected.txt:
3800 * editing/deleting/delete-block-merge-contents-022-expected.txt:
3801 * editing/deleting/delete-block-merge-contents-023-expected.txt:
3802 * editing/deleting/delete-block-merge-contents-024-expected.txt:
3803 * editing/deleting/delete-block-table-expected.txt:
3804 * editing/deleting/delete-br-001-expected.txt:
3805 * editing/deleting/delete-br-002-expected.txt:
3806 * editing/deleting/delete-br-003-expected.txt:
3807 * editing/deleting/delete-br-004-expected.txt:
3808 * editing/deleting/delete-br-005-expected.txt:
3809 * editing/deleting/delete-br-006-expected.txt:
3810 * editing/deleting/delete-br-007-expected.txt:
3811 * editing/deleting/delete-br-008-expected.txt:
3812 * editing/deleting/delete-br-009-expected.txt:
3813 * editing/deleting/delete-br-010-expected.txt:
3814 * editing/deleting/delete-br-011-expected.txt:
3815 * editing/deleting/delete-br-012-expected.txt:
3816 * editing/deleting/delete-by-word-001-expected.txt:
3817 * editing/deleting/delete-by-word-002-expected.txt:
3818 * editing/deleting/delete-character-001-expected.txt:
3819 * editing/deleting/delete-contiguous-ws-001-expected.txt:
3820 * editing/deleting/delete-first-list-item-expected.txt:
3821 * editing/deleting/delete-hr-expected.txt:
3822 * editing/deleting/delete-image-001-expected.txt:
3823 * editing/deleting/delete-image-002-expected.txt:
3824 * editing/deleting/delete-image-003-expected.txt:
3825 * editing/deleting/delete-image-004-expected.txt:
3826 * editing/deleting/delete-leading-ws-001-expected.txt:
3827 * editing/deleting/delete-line-001-expected.txt:
3828 * editing/deleting/delete-line-002-expected.txt:
3829 * editing/deleting/delete-line-003-expected.txt:
3830 * editing/deleting/delete-line-004-expected.txt:
3831 * editing/deleting/delete-line-005-expected.txt:
3832 * editing/deleting/delete-line-006-expected.txt:
3833 * editing/deleting/delete-line-007-expected.txt:
3834 * editing/deleting/delete-line-008-expected.txt:
3835 * editing/deleting/delete-line-009-expected.txt:
3836 * editing/deleting/delete-line-010-expected.txt:
3837 * editing/deleting/delete-line-011-expected.txt:
3838 * editing/deleting/delete-line-012-expected.txt:
3839 * editing/deleting/delete-line-013-expected.txt:
3840 * editing/deleting/delete-line-014-expected.txt:
3841 * editing/deleting/delete-line-015-expected.txt:
3842 * editing/deleting/delete-line-016-expected.txt:
3843 * editing/deleting/delete-line-017-expected.txt:
3844 * editing/deleting/delete-line-end-ws-001-expected.txt:
3845 * editing/deleting/delete-line-end-ws-002-expected.txt:
3846 * editing/deleting/delete-link-1-expected.txt:
3847 * editing/deleting/delete-listitem-001-expected.txt:
3848 * editing/deleting/delete-listitem-002-expected.txt:
3849 * editing/deleting/delete-mixed-editable-content-001-expected.txt:
3850 * editing/deleting/delete-select-all-001-expected.txt:
3851 * editing/deleting/delete-select-all-002-expected.txt:
3852 * editing/deleting/delete-select-all-003-expected.txt:
3853 * editing/deleting/delete-selection-001-expected.txt:
3854 * editing/deleting/delete-tab-001-expected.txt:
3855 * editing/deleting/delete-tab-002-expected.txt:
3856 * editing/deleting/delete-tab-003-expected.txt:
3857 * editing/deleting/delete-tab-004-expected.txt:
3858 * editing/deleting/delete-to-end-of-paragraph-expected.txt:
3859 * editing/deleting/delete-to-select-table-expected.txt:
3860 * editing/deleting/delete-trailing-ws-001-expected.txt:
3861 * editing/deleting/delete-trailing-ws-002-expected.txt:
3862 * editing/deleting/delete-ws-fixup-001-expected.txt:
3863 * editing/deleting/delete-ws-fixup-002-expected.txt:
3864 * editing/deleting/delete-ws-fixup-003-expected.txt:
3865 * editing/deleting/delete-ws-fixup-004-expected.txt:
3866 * editing/deleting/forward-delete-expected.txt:
3867 * editing/deleting/list-item-1-expected.txt:
3868 * editing/deleting/merge-different-styles-expected.txt:
3869 * editing/deleting/merge-endOfParagraph-expected.txt:
3870 * editing/deleting/merge-into-empty-block-1-expected.txt:
3871 * editing/deleting/merge-into-empty-block-2-expected.txt:
3872 * editing/deleting/merge-no-br-expected.txt:
3873 * editing/deleting/merge-unrendered-space-expected.txt:
3874 * editing/deleting/paragraph-in-preserveNewline-expected.txt:
3875 * editing/deleting/pruning-after-merge-1-expected.txt:
3876 * editing/deleting/pruning-after-merge-2-expected.txt:
3877 * editing/deleting/smart-delete-001-expected.txt:
3878 * editing/deleting/smart-delete-002-expected.txt:
3879 * editing/deleting/smart-delete-003-expected.txt:
3880 * editing/deleting/smart-delete-004-expected.txt:
3881 * editing/deleting/table-cells-expected.txt:
3882 * editing/deleting/transpose-empty-expected.txt:
3883 * editing/deleting/whitespace-pre-1-expected.txt:
3884 * editing/execCommand/4641880-1-expected.txt:
3885 * editing/execCommand/4641880-2-expected.txt:
3886 * editing/execCommand/boldSelection-expected.txt:
3887 * editing/execCommand/create-list-from-range-selection-expected.txt:
3888 * editing/execCommand/create-list-with-hr-expected.txt:
3889 * editing/execCommand/createLink-expected.txt:
3890 * editing/execCommand/format-block-expected.txt:
3891 * editing/execCommand/format-block-from-range-selection-expected.txt:
3892 * editing/execCommand/format-block-with-braces-expected.txt:
3893 * editing/execCommand/format-block-with-trailing-br-expected.txt:
3894 * editing/execCommand/hilitecolor-expected.txt:
3895 * editing/execCommand/indent-empty-root-expected.txt:
3896 * editing/execCommand/indent-list-item-expected.txt:
3897 * editing/execCommand/indent-selection-expected.txt:
3898 * editing/execCommand/insert-list-and-stitch-expected.txt:
3899 * editing/execCommand/insert-list-with-id-expected.txt:
3900 * editing/execCommand/insertHTML-expected.txt:
3901 * editing/execCommand/insertHorizontalRule-expected.txt:
3902 * editing/execCommand/insertImage-expected.txt:
3903 * editing/execCommand/italicizeByCharacter-expected.txt:
3904 * editing/execCommand/modifyForeColorByCharacter-expected.txt:
3905 * editing/execCommand/nsresponder-indent-expected.txt:
3906 * editing/execCommand/nsresponder-outdent-expected.txt:
3907 * editing/execCommand/outdent-selection-expected.txt:
3908 * editing/execCommand/print-expected.txt:
3909 * editing/execCommand/queryCommandState-01-expected.txt:
3910 * editing/execCommand/remove-formatting-2-expected.txt:
3911 * editing/execCommand/remove-formatting-expected.txt:
3912 * editing/execCommand/remove-list-from-range-selection-expected.txt:
3913 * editing/execCommand/remove-list-item-1-expected.txt:
3914 * editing/execCommand/remove-list-items-expected.txt:
3915 * editing/execCommand/selectAll-expected.txt:
3916 * editing/execCommand/strikethroughSelection-expected.txt:
3917 * editing/execCommand/switch-list-type-expected.txt:
3918 * editing/execCommand/unlink-expected.txt:
3919 * editing/input/firstrectforcharacterrange-plain-expected.txt:
3920 * editing/input/firstrectforcharacterrange-styled-expected.txt:
3921 * editing/input/wrapped-line-char-rect-expected.txt:
3922 * editing/inserting/4278698-expected.txt:
3923 * editing/inserting/before-after-input-element-expected.txt:
3924 * editing/inserting/editable-html-element-expected.txt:
3925 * editing/inserting/editing-empty-divs-expected.txt:
3926 * editing/inserting/insert-3654864-fix-expected.txt:
3927 * editing/inserting/insert-3659587-fix-expected.txt:
3928 * editing/inserting/insert-3775316-fix-expected.txt:
3929 * editing/inserting/insert-3778059-fix-expected.txt:
3930 * editing/inserting/insert-3786362-fix-expected.txt:
3931 * editing/inserting/insert-3800346-fix-expected.txt:
3932 * editing/inserting/insert-3851164-fix-expected.txt:
3933 * editing/inserting/insert-3907422-fix-expected.txt:
3934 * editing/inserting/insert-after-delete-001-expected.txt:
3935 * editing/inserting/insert-at-end-01-expected.txt:
3936 * editing/inserting/insert-at-end-02-expected.txt:
3937 * editing/inserting/insert-before-link-1-expected.txt:
3938 * editing/inserting/insert-br-001-expected.txt:
3939 * editing/inserting/insert-br-002-expected.txt:
3940 * editing/inserting/insert-br-003-expected.txt:
3941 * editing/inserting/insert-br-004-expected.txt:
3942 * editing/inserting/insert-br-005-expected.txt:
3943 * editing/inserting/insert-br-006-expected.txt:
3944 * editing/inserting/insert-br-007-expected.txt:
3945 * editing/inserting/insert-br-008-expected.txt:
3946 * editing/inserting/insert-br-009-expected.txt:
3947 * editing/inserting/insert-br-at-tabspan-001-expected.txt:
3948 * editing/inserting/insert-br-at-tabspan-002-expected.txt:
3949 * editing/inserting/insert-br-at-tabspan-003-expected.txt:
3950 * editing/inserting/insert-br-quoted-001-expected.txt:
3951 * editing/inserting/insert-br-quoted-002-expected.txt:
3952 * editing/inserting/insert-br-quoted-003-expected.txt:
3953 * editing/inserting/insert-br-quoted-004-expected.txt:
3954 * editing/inserting/insert-br-quoted-005-expected.txt:
3955 * editing/inserting/insert-br-quoted-006-expected.txt:
3956 * editing/inserting/insert-div-001-expected.txt:
3957 * editing/inserting/insert-div-002-expected.txt:
3958 * editing/inserting/insert-div-003-expected.txt:
3959 * editing/inserting/insert-div-004-expected.txt:
3960 * editing/inserting/insert-div-005-expected.txt:
3961 * editing/inserting/insert-div-006-expected.txt:
3962 * editing/inserting/insert-div-007-expected.txt:
3963 * editing/inserting/insert-div-008-expected.txt:
3964 * editing/inserting/insert-div-009-expected.txt:
3965 * editing/inserting/insert-div-010-expected.txt:
3966 * editing/inserting/insert-div-011-expected.txt:
3967 * editing/inserting/insert-div-012-expected.txt:
3968 * editing/inserting/insert-div-013-expected.txt:
3969 * editing/inserting/insert-div-014-expected.txt:
3970 * editing/inserting/insert-div-015-expected.txt:
3971 * editing/inserting/insert-div-016-expected.txt:
3972 * editing/inserting/insert-div-017-expected.txt:
3973 * editing/inserting/insert-div-018-expected.txt:
3974 * editing/inserting/insert-div-019-expected.txt:
3975 * editing/inserting/insert-div-020-expected.txt:
3976 * editing/inserting/insert-div-021-expected.txt:
3977 * editing/inserting/insert-div-022-expected.txt:
3978 * editing/inserting/insert-div-023-expected.txt:
3979 * editing/inserting/insert-div-024-expected.txt:
3980 * editing/inserting/insert-div-025-expected.txt:
3981 * editing/inserting/insert-div-026-expected.txt:
3982 * editing/inserting/insert-div-027-expected.txt:
3983 * editing/inserting/insert-paragraph-01-expected.txt:
3984 * editing/inserting/insert-paragraph-02-expected.txt:
3985 * editing/inserting/insert-paragraph-03-expected.txt:
3986 * editing/inserting/insert-paragraph-04-expected.txt:
3987 * editing/inserting/insert-space-in-empty-doc-expected.txt:
3988 * editing/inserting/insert-tab-001-expected.txt:
3989 * editing/inserting/insert-tab-002-expected.txt:
3990 * editing/inserting/insert-tab-003-expected.txt:
3991 * editing/inserting/insert-tab-004-expected.txt:
3992 * editing/inserting/insert-text-at-tabspan-001-expected.txt:
3993 * editing/inserting/insert-text-at-tabspan-002-expected.txt:
3994 * editing/inserting/insert-text-at-tabspan-003-expected.txt:
3995 * editing/inserting/insert-text-with-newlines-expected.txt:
3996 * editing/inserting/line-break-expected.txt:
3997 * editing/inserting/multiple-lines-selected-expected.txt:
3998 * editing/inserting/paragraph-separator-01-expected.txt:
3999 * editing/inserting/paragraph-separator-02-expected.txt:
4000 * editing/inserting/paragraph-separator-03-expected.txt:
4001 * editing/inserting/paragraph-separator-in-table-1-expected.txt:
4002 * editing/inserting/paragraph-separator-in-table-2-expected.txt:
4003 * editing/inserting/redo-expected.txt:
4004 * editing/inserting/return-key-with-selection-001-expected.txt:
4005 * editing/inserting/return-key-with-selection-002-expected.txt:
4006 * editing/inserting/return-key-with-selection-003-expected.txt:
4007 * editing/inserting/typing-001-expected.txt:
4008 * editing/inserting/typing-002-expected.txt:
4009 * editing/inserting/typing-003-expected.txt:
4010 * editing/inserting/typing-around-br-001-expected.txt:
4011 * editing/inserting/typing-around-image-001-expected.txt:
4012 * editing/pasteboard/3976872-expected.txt:
4013 * editing/pasteboard/4076267-2-expected.txt:
4014 * editing/pasteboard/4076267-3-expected.txt:
4015 * editing/pasteboard/4076267-expected.txt:
4016 * editing/pasteboard/4242293-1-expected.txt:
4017 * editing/pasteboard/4242293-expected.txt:
4018 * editing/pasteboard/4631972-expected.txt:
4019 * editing/pasteboard/4641033-expected.txt:
4020 * editing/pasteboard/4700297-expected.txt:
4021 * editing/pasteboard/4744008-expected.txt:
4022 * editing/pasteboard/8145-1-expected.txt:
4023 * editing/pasteboard/8145-2-expected.txt:
4024 * editing/pasteboard/8145-3-expected.txt:
4025 * editing/pasteboard/bad-placeholder-expected.txt:
4026 * editing/pasteboard/block-wrappers-necessary-expected.txt:
4027 * editing/pasteboard/copy-in-password-field-expected.txt:
4028 * editing/pasteboard/copy-standalone-image-expected.txt:
4029 * editing/pasteboard/cut-text-001-expected.txt:
4030 * editing/pasteboard/displaced-generic-placeholder-expected.txt:
4031 * editing/pasteboard/displaced-placeholder-expected.txt:
4032 * editing/pasteboard/display-block-on-spans-expected.txt:
4033 * editing/pasteboard/drag-drop-modifies-page-expected.txt:
4034 * editing/pasteboard/drag-selected-image-to-contenteditable-expected.txt:
4035 * editing/pasteboard/drop-link-expected.txt:
4036 * editing/pasteboard/emacs-cntl-y-001-expected.txt:
4037 * editing/pasteboard/emacs-ctrl-a-k-y-expected.txt:
4038 * editing/pasteboard/emacs-ctrl-k-y-001-expected.txt:
4039 * editing/pasteboard/interchange-newline-1-expected.txt:
4040 * editing/pasteboard/interchange-newline-2-expected.txt:
4041 * editing/pasteboard/interchange-newline-3-expected.txt:
4042 * editing/pasteboard/interchange-newline-4-expected.txt:
4043 * editing/pasteboard/merge-after-delete-1-expected.txt:
4044 * editing/pasteboard/merge-after-delete-2-expected.txt:
4045 * editing/pasteboard/merge-after-delete-expected.txt:
4046 * editing/pasteboard/merge-end-3-expected.txt:
4047 * editing/pasteboard/merge-end-4-expected.txt:
4048 * editing/pasteboard/merge-end-5-expected.txt:
4049 * editing/pasteboard/merge-end-blockquote-expected.txt:
4050 * editing/pasteboard/merge-end-borders-expected.txt:
4051 * editing/pasteboard/merge-end-list-expected.txt:
4052 * editing/pasteboard/merge-end-table-expected.txt:
4053 * editing/pasteboard/merge-start-blockquote-expected.txt:
4054 * editing/pasteboard/merge-start-list-expected.txt:
4055 * editing/pasteboard/nested-blocks-with-text-area-expected.txt:
4056 * editing/pasteboard/nested-blocks-with-text-field-expected.txt:
4057 * editing/pasteboard/paste-4035648-fix-expected.txt:
4058 * editing/pasteboard/paste-4038267-fix-expected.txt:
4059 * editing/pasteboard/paste-4039777-fix-expected.txt:
4060 * editing/pasteboard/paste-RTFD-expected.txt:
4061 * editing/pasteboard/paste-TIFF-expected.txt:
4062 * editing/pasteboard/paste-line-endings-001-expected.txt:
4063 * editing/pasteboard/paste-line-endings-002-expected.txt:
4064 * editing/pasteboard/paste-line-endings-003-expected.txt:
4065 * editing/pasteboard/paste-line-endings-004-expected.txt:
4066 * editing/pasteboard/paste-line-endings-005-expected.txt:
4067 * editing/pasteboard/paste-line-endings-006-expected.txt:
4068 * editing/pasteboard/paste-line-endings-007-expected.txt:
4069 * editing/pasteboard/paste-line-endings-008-expected.txt:
4070 * editing/pasteboard/paste-line-endings-009-expected.txt:
4071 * editing/pasteboard/paste-line-endings-010-expected.txt:
4072 * editing/pasteboard/paste-list-001-expected.txt:
4073 * editing/pasteboard/paste-match-style-001-expected.txt:
4074 * editing/pasteboard/paste-match-style-002-expected.txt:
4075 * editing/pasteboard/paste-pre-001-expected.txt:
4076 * editing/pasteboard/paste-pre-002-expected.txt:
4077 * editing/pasteboard/paste-table-001-expected.txt:
4078 * editing/pasteboard/paste-table-002-expected.txt:
4079 * editing/pasteboard/paste-table-003-expected.txt:
4080 * editing/pasteboard/paste-text-001-expected.txt:
4081 * editing/pasteboard/paste-text-002-expected.txt:
4082 * editing/pasteboard/paste-text-003-expected.txt:
4083 * editing/pasteboard/paste-text-004-expected.txt:
4084 * editing/pasteboard/paste-text-005-expected.txt:
4085 * editing/pasteboard/paste-text-006-expected.txt:
4086 * editing/pasteboard/paste-text-007-expected.txt:
4087 * editing/pasteboard/paste-text-008-expected.txt:
4088 * editing/pasteboard/paste-text-009-expected.txt:
4089 * editing/pasteboard/paste-text-010-expected.txt:
4090 * editing/pasteboard/paste-text-011-expected.txt:
4091 * editing/pasteboard/paste-text-012-expected.txt:
4092 * editing/pasteboard/paste-text-013-expected.txt:
4093 * editing/pasteboard/paste-text-014-expected.txt:
4094 * editing/pasteboard/paste-text-015-expected.txt:
4095 * editing/pasteboard/paste-text-016-expected.txt:
4096 * editing/pasteboard/paste-text-017-expected.txt:
4097 * editing/pasteboard/paste-text-018-expected.txt:
4098 * editing/pasteboard/paste-text-019-expected.txt:
4099 * editing/pasteboard/paste-text-at-tabspan-001-expected.txt:
4100 * editing/pasteboard/paste-text-at-tabspan-002-expected.txt:
4101 * editing/pasteboard/paste-text-at-tabspan-003-expected.txt:
4102 * editing/pasteboard/paste-xml-expected.txt:
4103 * editing/pasteboard/pasting-object-expected.txt:
4104 * editing/pasteboard/pasting-tabs-expected.txt:
4105 * editing/pasteboard/prevent-block-nesting-01-expected.txt:
4106 * editing/pasteboard/quirks-mode-br-1-expected.txt:
4107 * editing/pasteboard/quirks-mode-br-2-expected.txt:
4108 * editing/pasteboard/smart-paste-001-expected.txt:
4109 * editing/pasteboard/smart-paste-002-expected.txt:
4110 * editing/pasteboard/smart-paste-003-expected.txt:
4111 * editing/pasteboard/smart-paste-004-expected.txt:
4112 * editing/pasteboard/smart-paste-005-expected.txt:
4113 * editing/pasteboard/smart-paste-006-expected.txt:
4114 * editing/pasteboard/smart-paste-007-expected.txt:
4115 * editing/pasteboard/smart-paste-008-expected.txt:
4116 * editing/pasteboard/styled-element-markup-expected.txt:
4117 * editing/pasteboard/subframe-dragndrop-1-expected.txt:
4118 * editing/pasteboard/testcase-9507-expected.txt:
4119 * editing/pasteboard/undoable-fragment-removes-expected.txt:
4120 * editing/pasteboard/unrendered-br-expected.txt:
4121 * editing/selection/3690703-2-expected.txt:
4122 * editing/selection/3690703-expected.txt:
4123 * editing/selection/3690719-expected.txt:
4124 * editing/selection/4397952-expected.txt:
4125 * editing/selection/4932260-1-expected.txt:
4126 * editing/selection/4932260-2-expected.txt:
4127 * editing/selection/4932260-3-expected.txt:
4128 * editing/selection/4947387-expected.txt:
4129 * editing/selection/6476-expected.txt:
4130 * editing/selection/7152-1-expected.txt:
4131 * editing/selection/7152-2-expected.txt:
4132 * editing/selection/after-line-wrap-expected.txt:
4133 * editing/selection/caret-rtl-2-expected.txt:
4134 * editing/selection/caret-rtl-expected.txt:
4135 * editing/selection/click-before-and-after-table-expected.txt:
4136 * editing/selection/click-start-of-line-expected.txt:
4137 * editing/selection/designmode-no-caret-expected.txt:
4138 * editing/selection/editable-links-expected.txt:
4139 * editing/selection/editable-non-editable-crash-expected.txt:
4140 * editing/selection/end-of-document-expected.txt:
4141 * editing/selection/expanding-selections-expected.txt:
4142 * editing/selection/expanding-selections2-expected.txt:
4143 * editing/selection/extend-by-character-001-expected.txt:
4144 * editing/selection/extend-by-character-002-expected.txt:
4145 * editing/selection/extend-by-character-003-expected.txt:
4146 * editing/selection/extend-by-character-004-expected.txt:
4147 * editing/selection/extend-by-character-005-expected.txt:
4148 * editing/selection/extend-by-character-006-expected.txt:
4149 * editing/selection/extend-by-sentence-001-expected.txt:
4150 * editing/selection/extend-by-word-001-expected.txt:
4151 * editing/selection/extend-by-word-002-expected.txt: