1 2007-06-28 Rob Buis <buis@kde.org>
5 http://bugs.webkit.org/show_bug.cgi?id=14373
6 CSS1: selectors (classes and IDs) cannot start with a dash or with a digit
8 These are improvements due to stricter id selector checking.
10 * css2.1/css1_forward_compatible_parsing-expected.checksum: Added.
11 * css2.1/css1_forward_compatible_parsing-expected.png: Added.
12 * css2.1/css1_forward_compatible_parsing-expected.txt: Added.
13 * css2.1/css1_forward_compatible_parsing.html: Added.
14 * css2.1/t040103-ident-08-c-expected.checksum:
15 * css2.1/t040103-ident-08-c-expected.png:
16 * css2.1/t040103-ident-08-c-expected.txt:
17 * css2.1/t0509-id-sel-syntax-01-f-expected.checksum:
18 * css2.1/t0509-id-sel-syntax-01-f-expected.png:
19 * css2.1/t0509-id-sel-syntax-01-f-expected.txt:
21 2007-06-28 Antti Koivisto <antti@apple.com>
25 Test changes for http://bugs.webkit.org/show_bug.cgi?id=14332
26 Bug 14332: REGRESSION (r21145): <td> width ignored
27 <rdar://problem/5290123>
29 - expand empty-cells.html to cover non-zero cellpadding case too
30 - update other related tests (none of these affect pixel results)
32 * fast/css/acid2-expected.txt:
33 * fast/css/acid2-pixel-expected.txt:
34 * fast/table/032-expected.txt:
35 * fast/table/empty-cells-expected.checksum:
36 * fast/table/empty-cells-expected.png:
37 * fast/table/empty-cells-expected.txt:
38 * fast/table/empty-cells.html:
39 * fast/table/empty-section-crash-expected.txt:
40 * http/tests/misc/acid2-expected.txt:
41 * http/tests/misc/acid2-pixel-expected.txt:
42 * tables/mozilla/bugs/bug222467-expected.txt:
43 * tables/mozilla/bugs/bug78162-expected.txt:
45 2007-06-28 Adam Roben <aroben@apple.com>
47 New test for <rdar://problem/5300443> word-break and -webkit-user-modify allow any value
51 * fast/css/word-break-user-modify-allowed-values-expected.txt: Added.
52 * fast/css/word-break-user-modify-allowed-values.html: Added.
54 2007-06-27 Kevin McCullough <kmccullough@apple.com>
58 - <rdar://problem/5271937> REGRESSION: Apparent WebKit JavaScript memory smasher when submitting comment to iWeb site (crashes in kjs_pcre_compile2)
59 - Correctly evaluate the return value of _pcre_ucp_findchar.
61 * fast/js/regexp-unicode-overflow-expected.txt: Added.
62 * fast/js/regexp-unicode-overflow.html: Added.
63 * fast/js/resources/regexp-unicode-overflow.js: Added.
65 2007-06-27 Sam Weinig <sam@webkit.org>
69 Update tests for http://bugs.webkit.org/show_bug.cgi?id=14319
70 Move the Selection object out of the JS bindings
72 * fast/dom/Window/window-properties-expected.txt:
73 * fast/js/toString-and-valueOf-override-expected.txt:
74 * http/tests/security/cross-frame-access-expected.txt:
76 2007-06-27 Sam Weinig <sam@webkit.org>
78 Reviewed by Adam Roben.
80 Tests for http://bugs.webkit.org/show_bug.cgi?id=12045
81 Crash under gmalloc at WTF::RefPtr<WebCore::HTMLSliderThumbElement>::operator->
82 <rdar://problem/5286670>
84 * fast/forms/thumbslider-crash-expected.checksum: Added.
85 * fast/forms/thumbslider-crash-expected.png: Added.
86 * fast/forms/thumbslider-crash-expected.txt: Added.
87 * fast/forms/thumbslider-crash.html: Added.
88 * fast/forms/thumbslider-no-parent-slider-expected.checksum: Added.
89 * fast/forms/thumbslider-no-parent-slider-expected.png: Added.
90 * fast/forms/thumbslider-no-parent-slider-expected.txt: Added.
91 * fast/forms/thumbslider-no-parent-slider.html: Added.
93 2007-06-27 Justin Garcia <justin.garcia@apple.com>
97 <rdar://problem/5247341> REGRESSION: Pasting sometimes loses trailing newline
100 * editing/pasteboard/5247341-expected.checksum: Added.
101 * editing/pasteboard/5247341-expected.png: Added.
102 * editing/pasteboard/5247341-expected.txt: Added.
103 * editing/pasteboard/5247341.html: Added.
105 The changes in this patch exposed three bugs (5296964, 5296977, and 5299425).
106 Added FIXMES for them. Also removed tabs in them:
107 * editing/pasteboard/paste-table-003-expected.checksum:
108 * editing/pasteboard/paste-table-003-expected.png:
109 * editing/pasteboard/paste-table-003-expected.txt:
110 * editing/pasteboard/paste-table-003.html:
111 * fast/forms/textarea-paste-newline.html:
114 * editing/pasteboard/paste-text-016-expected.txt:
115 * editing/pasteboard/paste-text-017-expected.txt:
118 2007-06-27 Justin Garcia <justin.garcia@apple.com>
122 <rdar://problem/4580583> Breaking blockquoted list should not automatically renumber the second list
124 Splits a quoted list w/o splitting a list item:
125 * editing/execCommand/4580583-1-expected.checksum: Added.
126 * editing/execCommand/4580583-1-expected.png: Added.
127 * editing/execCommand/4580583-1-expected.txt: Added.
128 * editing/execCommand/4580583-1.html: Added.
130 Split a quoted list item:
131 * editing/execCommand/4580583-2-expected.checksum: Added.
132 * editing/execCommand/4580583-2-expected.png: Added.
133 * editing/execCommand/4580583-2-expected.txt: Added.
134 * editing/execCommand/4580583-2.html: Added.
136 2007-06-27 Alexey Proskuryakov <ap@webkit.org>
140 http://bugs.webkit.org/show_bug.cgi?id=14288
141 XMLHttpRequest doesn't use a correct content type for file:// URLs
143 * fast/dom/resources/1251.html: Added.
144 * fast/dom/xmlhttprequest-html-response-encoding.html: Added.
145 * fast/dom/xmlhttprequest-html-response-encoding-expected.txt: Added.
147 * http/tests/xmlhttprequest/response-encoding-expected.txt:
148 * http/tests/xmlhttprequest/response-encoding.html:
149 Added a sync case, which I forgot to add when fixing bug 13905.
151 2007-06-26 Mitz Pettel <mitz@webkit.org>
155 - updated results for http://bugs.webkit.org/show_bug.cgi?id=14406
156 <colgroup>'s borders are ignored when it has <col> children
158 * tables/mozilla/core/table_rules-expected.checksum: Added.
159 * tables/mozilla/core/table_rules-expected.png: Added.
160 * tables/mozilla/core/table_rules-expected.txt: Added.
161 * tables/mozilla/core/table_rules.html: Copied from LayoutTests/tables/mozilla_expected_failures/core/table_rules.html.
162 * tables/mozilla/marvin/x_table_rules_groups-expected.checksum: Added.
163 * tables/mozilla/marvin/x_table_rules_groups-expected.png: Added.
164 * tables/mozilla/marvin/x_table_rules_groups-expected.txt: Added.
165 * tables/mozilla/marvin/x_table_rules_groups.xml: Copied from LayoutTests/tables/mozilla_expected_failures/marvin/x_table_rules_groups.xml.
166 * tables/mozilla_expected_failures/core/table_rules-expected.checksum: Removed.
167 * tables/mozilla_expected_failures/core/table_rules-expected.png: Removed.
168 * tables/mozilla_expected_failures/core/table_rules-expected.txt: Removed.
169 * tables/mozilla_expected_failures/core/table_rules.html: Removed.
170 * tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.checksum:
171 * tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.txt:
172 * tables/mozilla_expected_failures/marvin/x_table_rules_groups-expected.checksum: Removed.
173 * tables/mozilla_expected_failures/marvin/x_table_rules_groups-expected.png: Removed.
174 * tables/mozilla_expected_failures/marvin/x_table_rules_groups-expected.txt: Removed.
175 * tables/mozilla_expected_failures/marvin/x_table_rules_groups.xml: Removed.
177 2007-06-26 Mitz Pettel <mitz@webkit.org>
181 - repaint test for http://bugs.webkit.org/show_bug.cgi?id=14329
182 REGRESSION: TEXTAREA - cannot drag-and-drop text at en.wikipedia.org/
184 * fast/repaint/resources/text-selection-rect-in-overflow-frame.html: Added.
185 * fast/repaint/text-selection-rect-in-overflow-2-expected.checksum: Added.
186 * fast/repaint/text-selection-rect-in-overflow-2-expected.png: Added.
187 * fast/repaint/text-selection-rect-in-overflow-2-expected.txt: Added.
188 * fast/repaint/text-selection-rect-in-overflow-2.html: Added.
190 2007-06-26 Sam Weinig <sam@webkit.org>
194 Make sure not to enumerate the toString() function.
195 <rdar://problem/5297118>
197 * fast/dom/Window/window-appendages-cleared-expected.txt:
198 * fast/dom/Window/window-properties-expected.txt:
199 * fast/js/toString-dontEnum-expected.txt: Added.
200 * fast/js/toString-dontEnum.html: Added.
202 2007-06-26 Sam Weinig <sam@webkit.org>
206 Update tests for http://bugs.webkit.org/show_bug.cgi?id=14111
207 Autogenerate Event JS binding
209 * fast/dom/prototype-chain-expected.txt: DOMEventPrototype is no longer
210 in the prototype chain.
211 * fast/dom/xmlhttprequest-get-expected.txt:
213 2007-06-26 Justin Garcia <justin.garcia@apple.com>
217 <rdar://problem/5290534> Crash RenderTextControl::calcHeight() after deleting text in a search field
219 Demonstrates the bug:
220 * editing/deleting/5290534-expected.txt: Added.
221 * editing/deleting/5290534.html: Added.
223 Fixed a bug (an extra br was inserted) and removed a FIXME:
224 * editing/deleting/4845371-expected.checksum:
225 * editing/deleting/4845371-expected.png:
226 * editing/deleting/4845371-expected.txt:
227 * editing/deleting/4845371.html:
229 Removed an unrendered br that was being incorrectly inserted:
230 * editing/deleting/5126166-expected.txt:
232 2007-06-25 Sam Weinig <sam@webkit.org>
236 Test for http://bugs.webkit.org/show_bug.cgi?id=11315
237 Mutating document.constructor.prototype mutates Object.prototype
239 * fast/js/constructor-expected.txt: Added.
240 * fast/js/constructor.html: Added.
241 * fast/js/resources/constructor.js: Added.
243 2007-06-25 Adele Peterson <adele@apple.com>
247 Test for: <rdar://problem/5286410> Scrollbar and resize corner for overflow area is not hidden with style "visibility: hidden;"
248 http://bugs.webkit.org/show_bug.cgi?id=14297
250 * fast/overflow/hidden-scrollbar-resize-expected.checksum: Added.
251 * fast/overflow/hidden-scrollbar-resize-expected.png: Added.
252 * fast/overflow/hidden-scrollbar-resize-expected.txt: Added.
253 * fast/overflow/hidden-scrollbar-resize.html: Added.
255 2007-06-25 Mitz Pettel <mitz@webkit.org>
259 - test and updated results for http://bugs.webkit.org/show_bug.cgi?id=14202
260 Table caption renders too narrow sometimes
262 * fast/table/caption-relayout-expected.checksum: Added.
263 * fast/table/caption-relayout-expected.png: Added.
264 * fast/table/caption-relayout-expected.txt: Added.
265 * fast/table/caption-relayout.html: Added.
266 * tables/mozilla/marvin/x_caption_class-expected.checksum:
267 * tables/mozilla/marvin/x_caption_class-expected.png:
268 * tables/mozilla/marvin/x_caption_class-expected.txt:
269 * tables/mozilla/marvin/x_caption_id-expected.checksum:
270 * tables/mozilla/marvin/x_caption_id-expected.png:
271 * tables/mozilla/marvin/x_caption_id-expected.txt:
272 * tables/mozilla/marvin/x_caption_style-expected.checksum:
273 * tables/mozilla/marvin/x_caption_style-expected.png:
274 * tables/mozilla/marvin/x_caption_style-expected.txt:
275 * tables/mozilla_expected_failures/bugs/bug29058-2-expected.checksum:
276 * tables/mozilla_expected_failures/bugs/bug29058-2-expected.png:
277 * tables/mozilla_expected_failures/bugs/bug29058-2-expected.txt:
278 * tables/mozilla_expected_failures/bugs/bug3166-5-expected.checksum:
279 * tables/mozilla_expected_failures/bugs/bug3166-5-expected.png:
280 * tables/mozilla_expected_failures/bugs/bug3166-5-expected.txt:
281 * tables/mozilla_expected_failures/bugs/bug3166-6-expected.checksum:
282 * tables/mozilla_expected_failures/bugs/bug3166-6-expected.png:
283 * tables/mozilla_expected_failures/bugs/bug3166-6-expected.txt:
284 * tables/mozilla_expected_failures/bugs/bug3166-9-expected.checksum:
285 * tables/mozilla_expected_failures/bugs/bug3166-9-expected.png:
286 * tables/mozilla_expected_failures/bugs/bug3166-9-expected.txt:
288 2007-06-25 Mitz Pettel <mitz@webkit.org>
292 - pixel test for http://bugs.webkit.org/show_bug.cgi?id=14245
293 Underline painted under <br>, not repainted properly
295 * fast/inline/br-text-decoration-expected.checksum: Added.
296 * fast/inline/br-text-decoration-expected.png: Added.
297 * fast/inline/br-text-decoration-expected.txt: Added.
298 * fast/inline/br-text-decoration.html: Added.
300 2007-06-25 Matt Perry <mpComplete@gmail.com>
302 Reviewed by Sam Weinig.
304 Modify test to wait until the second frame loads, and update its expected output to match.
306 * fast/dom/HTMLDocument/frameless-location-bugzilla10837-expected.checksum:
307 * fast/dom/HTMLDocument/frameless-location-bugzilla10837-expected.png:
308 * fast/dom/HTMLDocument/frameless-location-bugzilla10837-expected.txt:
309 * fast/dom/HTMLDocument/frameless-location-bugzilla10837.html:
311 2007-06-25 Mitz Pettel <mitz@webkit.org>
315 - updated results for http://bugs.webkit.org/show_bug.cgi?id=14341
316 rules="none" ignored in certain cases
318 * tables/mozilla/marvin/table_rules_none-expected.checksum: Added.
319 * tables/mozilla/marvin/table_rules_none-expected.png: Added.
320 * tables/mozilla/marvin/table_rules_none-expected.txt: Added.
321 * tables/mozilla/marvin/table_rules_none.html: Copied from LayoutTests/tables/mozilla_expected_failures/marvin/table_rules_none.html.
322 * tables/mozilla/marvin/x_table_rules_none-expected.checksum: Added.
323 * tables/mozilla/marvin/x_table_rules_none-expected.png: Added.
324 * tables/mozilla/marvin/x_table_rules_none-expected.txt: Added.
325 * tables/mozilla/marvin/x_table_rules_none.xml: Copied from LayoutTests/tables/mozilla_expected_failures/marvin/x_table_rules_none.xml.
326 * tables/mozilla_expected_failures/core/table_rules-expected.checksum:
327 * tables/mozilla_expected_failures/core/table_rules-expected.png:
328 * tables/mozilla_expected_failures/core/table_rules-expected.txt:
329 * tables/mozilla_expected_failures/marvin/table_rules_none-expected.checksum: Removed.
330 * tables/mozilla_expected_failures/marvin/table_rules_none-expected.png: Removed.
331 * tables/mozilla_expected_failures/marvin/table_rules_none-expected.txt: Removed.
332 * tables/mozilla_expected_failures/marvin/table_rules_none.html: Removed.
333 * tables/mozilla_expected_failures/marvin/x_table_rules_none-expected.checksum: Removed.
334 * tables/mozilla_expected_failures/marvin/x_table_rules_none-expected.png: Removed.
335 * tables/mozilla_expected_failures/marvin/x_table_rules_none-expected.txt: Removed.
336 * tables/mozilla_expected_failures/marvin/x_table_rules_none.xml: Removed.
338 2007-06-23 Sam Weinig <sam@webkit.org>
342 Tests for http://bugs.webkit.org/show_bug.cgi?id=14321
343 getComputedStyle(...).zIndex returns string "normal"
345 * fast/css/computed-style-expected.txt:
346 * fast/css/getComputedStyle-zIndex-auto-expected.txt: Added.
347 * fast/css/getComputedStyle-zIndex-auto.html: Added.
349 2007-06-23 Geoffrey Garen <ggaren@apple.com>
351 Uploading the correct expected results -- the ones checked in expected
352 an "unkown" callback, which was incorrect behavior.
354 * fast/loader/user-style-sheet-resource-load-callbacks-expected.txt:
356 2007-06-22 Beth Dakin <bdakin@apple.com>
358 Reviewed by Oliver and Darin.
360 Tests for <rdar://problem/5266999> Loading page from MangleMe fuzz
361 tester crashes in RenderTableRow::addChild (giant ROWSPAN)
363 The results of this test have changed because we now clamp rowspan
364 at 8190 to match Firefox.
365 * fast/table/giantRowspan-expected.checksum:
366 * fast/table/giantRowspan-expected.png:
367 * fast/table/giantRowspan-expected.txt:
369 A new test that crashes our old heuristic for too-large rowspan,
370 but succeeds with the new one.
371 * fast/table/giantRowspan2-expected.checksum: Added.
372 * fast/table/giantRowspan2-expected.png: Added.
373 * fast/table/giantRowspan2-expected.txt: Added.
374 * fast/table/giantRowspan2.html: Added.
376 2007-06-22 Justin Garcia <justin.garcia@apple.com>
380 <rdar://problem/5272440> Adding To Do via Note received in e-mail adds newlines when pressing return
383 * editing/deleting/5272440-expected.checksum: Added.
384 * editing/deleting/5272440-expected.png: Added.
385 * editing/deleting/5272440-expected.txt: Added.
386 * editing/deleting/5272440.html: Added.
388 upstream() now works for the positions visually equivalent to [span, 0]
389 where span is an inline root editable element:
390 * editing/deleting/delete-mixed-editable-content-001-expected.txt:
392 2007-06-22 Anders Carlsson <andersca@apple.com>
396 * fast/loader/user-style-sheet-resource-load-callbacks-expected.txt: Added.
398 2007-06-22 Anders Carlsson <andersca@apple.com>
402 <rdar://problem/5244734>
403 WebKit shouldn't send delegate resource load methods for the user stylesheet (doing so causes assertions in Safari)
405 * fast/loader/resources/user-style-sheet.css: Added.
406 * fast/loader/user-style-sheet-resource-load-callbacks.html: Added.
408 2007-06-22 Timothy Hatcher <timothy@apple.com>
412 <rdar://problem/5228168> Leopard regression test failures: fast/applescript
414 New results to match the DumpRenderTree changes.
416 * fast/AppleScript/001-expected.txt:
417 * fast/AppleScript/array-expected.txt:
418 * fast/AppleScript/date-expected.txt:
420 2007-06-21 Mark Rowe <mrowe@apple.com>
424 Test for <rdar://problem/5266928> REGRESSION: crash/assert failure beneath RenderFrameSet::layOutAxis when loading
426 * fast/frames/frame-set-whitespace-attributes-expected.txt: Added.
427 * fast/frames/frame-set-whitespace-attributes.html: Added.
429 2007-06-21 Geoffrey Garen <ggaren@apple.com>
431 Reviewed by Dave Hyatt.
433 Fixed <rdar://problem/4977124> | http://bugs.webkit.org/show_bug.cgi?id=12646
434 REGRESSION: RapidWeaver's "Hello" HTML page doesn't display any DHTML
435 effects when clicking on its links (12646)
437 Added layout test for this bug:
439 * fast/invalid/nestedh3s-rapidweaver-expected.txt: Added.
440 * fast/invalid/nestedh3s-rapidweaver.html: Added.
442 Reversed the expected results for this test because I rolled out r7703:
444 * fast/invalid/nestedh3s-expected.checksum:
445 * fast/invalid/nestedh3s-expected.png:
446 * fast/invalid/nestedh3s-expected.txt:
447 * fast/invalid/nestedh3s.html:
449 2007-06-21 Anders Carlsson <andersca@apple.com>
455 * http/tests/loading/bad-scheme-subframe-expected.txt:
456 * http/tests/loading/bad-server-subframe-expected.txt:
457 * http/tests/loading/basic-expected.txt:
458 * http/tests/loading/empty-subframe-expected.txt:
459 * http/tests/loading/simple-subframe-expected.txt:
460 * webarchive/loading/test-loading-archive-expected.txt:
462 2007-06-21 Anders Carlsson <andersca@apple.com>
468 * fast/dom/xmlhttprequest-invalid-values-expected.txt:
470 2007-06-21 Alexey Proskuryakov <ap@webkit.org>
474 http://bugs.webkit.org/show_bug.cgi?id=13905
475 REGRESSION: A Chinese dictionary widget has a problem with XMLHttpRequest response encoding
477 * http/tests/xmlhttprequest/resources/1251.html: Added.
478 * http/tests/xmlhttprequest/response-encoding-expected.txt:
479 * http/tests/xmlhttprequest/response-encoding.html:
481 2007-06-21 Alexey Proskuryakov <ap@webkit.org>
485 One more test for XHR header injection.
487 * http/tests/xmlhttprequest/inject-header-expected.txt: Added.
488 * http/tests/xmlhttprequest/inject-header.html: Added.
490 2007-06-20 Anders Carlsson <andersca@apple.com>
494 Make sure that the test case tests '\n' and '\r' too.
496 * fast/dom/xmlhttprequest-invalid-values.html:
498 2007-06-20 Mitz Pettel <mitz@webkit.org>
502 - repaint test for http://bugs.webkit.org/show_bug.cgi?id=14056
503 REGRESSION (r21113-21143): TR background not repainted via style class change
505 * fast/repaint/table-row-expected.checksum: Added.
506 * fast/repaint/table-row-expected.png: Added.
507 * fast/repaint/table-row-expected.txt: Added.
508 * fast/repaint/table-row.html: Added.
510 2007-06-20 Mark Rowe <mrowe@apple.com>
514 Test for http://bugs.webkit.org/show_bug.cgi?id=14244
515 Bug 14244: Data corruption when using a replace() callback function with data containing "$"
517 * fast/js/resources/string-replace-2.js: Update to test with 'replaceValue' being a function returning strings with "$n" placeholders.
518 * fast/js/string-replace-2-expected.txt:
520 2007-06-20 Mitz Pettel <mitz@webkit.org>
524 - pixel test for http://bugs.webkit.org/show_bug.cgi?id=14040
525 Top and bottom border images flipped when using -webkit-border-image when border end up tiled
527 * fast/borders/border-image-01-expected.checksum: Added.
528 * fast/borders/border-image-01-expected.png: Added.
529 * fast/borders/border-image-01-expected.txt: Added.
530 * fast/borders/border-image-01.html: Added.
531 * fast/borders/resources/border-image.png: Added.
533 2007-06-20 Anders Carlsson <andersca@apple.com>
535 Remove the XPath tests, they all pass now.
539 2007-06-19 Geoffrey Garen <ggaren@apple.com>
541 Reviewed by Sam Weinig.
543 Fixed up these tests because they broke the bot.
545 - Removed reliance on suppressConsoleMessages because I never checked
546 that in and I decided it would just be a headache on other platforms.
547 - Removed call to frames[0].stop() because it was nonsense.
548 - Added console messages to results.
550 * http/tests/security/cross-frame-access-expected.txt:
551 * http/tests/security/cross-frame-access-first-time-expected.txt:
552 * http/tests/security/cross-frame-access-first-time.html:
553 * http/tests/security/cross-frame-access.html:
555 2007-06-19 Geoffrey Garen <ggaren@apple.com>
557 Reviewed by Darin Adler.
559 Tests for cross-frame access. <rdar://problem/5251309>.
561 * http/tests/security/cross-frame-access-expected.txt: Added.
562 * http/tests/security/cross-frame-access-first-time-expected.txt: Added.
563 * http/tests/security/cross-frame-access-first-time.html: Added.
564 * http/tests/security/cross-frame-access.html: Added.
565 * http/tests/security/resources/cross-frame-iframe.html: Added.
567 2007-06-18 Anders Carlsson <andersca@apple.com>
569 Reviewed by John Sullivan.
571 Update result, we shouldn't call didFinishLoadForFrame if the URL isn't valid.
573 * http/tests/loading/bad-scheme-subframe-expected.txt:
575 2007-06-18 Sam Weinig <sam@webkit.org>
579 Updates tests for http://bugs.webkit.org/show_bug.cgi?id=14193
580 Move the Screen object out of the JS bindings
582 * fast/dom/Window/window-appendages-cleared-expected.txt:
583 * fast/dom/Window/window-properties-expected.txt:
585 2007-06-18 Sam Weinig <sam@webkit.org>
589 Update tests now that window.frames points to window and not FrameArray
590 (which has been removed).
592 * fast/dom/Window/resources/window-appendages-cleared-results.html:
593 * fast/dom/Window/window-appendages-cleared-expected.txt:
594 * fast/dom/Window/window-appendages-cleared.html:
595 * fast/dom/Window/window-properties-expected.txt:
596 * fast/js/toString-and-valueOf-override-expected.txt:
597 * fast/js/toString-and-valueOf-override.html:
599 2007-06-18 Mitz Pettel <mitz@webkit.org>
603 - test for http://bugs.webkit.org/show_bug.cgi?id=13413
604 Failed assertion in RenderTextControl::setSelectionRange in Google Spreadsheets
606 * fast/forms/input-zero-height-focus-expected.txt: Added.
607 * fast/forms/input-zero-height-focus.html: Added.
609 2007-06-15 Sam Weinig <sam@webkit.org>
613 Update test for http://bugs.webkit.org/show_bug.cgi?id=14053
614 Autogenerate JS binding for Rect
616 * fast/dom/Window/window-properties-expected.txt:
618 2007-06-14 Anders Carlsson <andersca@apple.com>
622 Add test that manipulates plug-in script objects after the plug-in has been destroyed.
624 * plugins/netscape-destroy-plugin-script-objects-expected.txt: Added.
625 * plugins/netscape-destroy-plugin-script-objects.html: Added.
627 2007-06-14 George Staikos <staikos@kde.org>
631 Test for keypress causing typeahead crash on empty selects (% 0)
633 * fast/forms/listbox-typeahead-empty-expected.txt: Added.
634 * fast/forms/listbox-typeahead-empty.html: Added.
636 2007-06-13 Darin Adler <darin@apple.com>
638 Reviewed by Mark Rowe.
640 - test for http://bugs.webkit.org/show_bug.cgi?id=14132
641 array sort with > 10000 elements sets elements > 10000 undefined
643 * fast/js/resources/sort-large-array.js: Added.
644 * fast/js/sort-large-array-expected.txt: Added.
645 * fast/js/sort-large-array.html: Added.
647 2007-06-10 Geoffrey Garen <ggaren@apple.com>
649 Reviewed by Beth Dakin.
651 Made confusing work-around to ObjC bindings bug <rdar://problem/5262101>
654 Fixed test to actually call queueReload.
656 * fast/frames/resources/iframe-focus.html:
658 2007-06-10 Beth Dakin <bdakin@apple.com>
662 Fix for http://bugs.webkit.org/show_bug.cgi?id=13933 REGRESSION:
663 fast/history/clicked-link-is-visited is failing
665 * fast/frames/resources/iframe-focus.html: Cause the page to reload
666 with layoutTestController.queueReload instead of using JavaScript
667 to reload. Using JS seems to get DRT's history all messed up (off
670 2007-06-08 Sam Weinig <sam@webkit.org>
674 Update test for http://bugs.webkit.org/show_bug.cgi?id=14044
675 Autogenerate the JS bindings for HTMLCollection.
677 * tables/mozilla/bugs/bug53690-1-expected.txt: Now throws Undefined Error instead of Null Error
679 2007-06-08 Beth Dakin <bdakin@apple.com>
683 Fix for http://trac.webkit.org/projects/webkit/changeset/21738
685 This test started failing after Adele's r21738. After investigating
686 this, it turns out that it just needs updated results. This test
687 happened to tickle the very bug that Adele fixed.
689 * http/tests/navigation/relativeanchor-goback-expected.txt:
691 2007-06-08 Justin Garcia <justin.garcia@apple.com>
695 <rdar://problem/5232159> REGRESSION: Cannot select text in RSS view
697 * editing/selection/5232159-expected.checksum: Added.
698 * editing/selection/5232159-expected.png: Added.
699 * editing/selection/5232159-expected.txt: Added.
700 * editing/selection/5232159.html: Added.
702 2007-06-07 Justin Garcia <justin.garcia@apple.com>
706 <rdar://problem/5237074> REGRESSION: editing/unsupported-content/table-delete-003 is failing (13931)
708 Corrected the description and added a FIXME:
709 * editing/unsupported-content/table-delete-003-expected.checksum:
710 * editing/unsupported-content/table-delete-003-expected.png:
711 * editing/unsupported-content/table-delete-003-expected.txt:
712 * editing/unsupported-content/table-delete-003.html:
714 2007-06-07 Sam Weinig <sam@webkit.org>
718 Update test for http://bugs.webkit.org/show_bug.cgi?id=14028
719 Finish autogenerating the JS bindings for Node
721 * fast/dom/prototype-chain-expected.txt: DOMNodePrototype is no longer in the prototype chain.
723 2007-06-06 Sam Weinig <sam@webkit.org>
727 Update tests for http://bugs.webkit.org/show_bug.cgi?id=13973
728 Autogenerate most of the rest of kjs_dom.h/cpp
730 * fast/dom/Window/window-properties-expected.txt:
731 * fast/dom/prototype-chain-expected.txt:
733 2007-06-06 Justin Garcia <justin.garcia@apple.com>
737 * editing/pasteboard/5245519-expected.checksum: Added.
738 * editing/pasteboard/5245519-expected.png: Added.
739 * editing/pasteboard/5245519-expected.txt: Added.
740 * editing/pasteboard/5245519.html: Added.
742 2007-06-06 Justin Garcia <justin.garcia@apple.com>
744 Reviewed by Harrison.
746 <rdar://problem/4889598> Problems with moveDown: and moveUp: in Notes with ToDos
748 * editing/selection/4889598-expected.checksum: Added.
749 * editing/selection/4889598-expected.png: Added.
750 * editing/selection/4889598-expected.txt: Added.
751 * editing/selection/4889598.html: Added.
753 2007-06-06 Sam Weinig <sam@webkit.org>
757 Update results for http://bugs.webkit.org/show_bug.cgi?id=13947
758 Finish autogenerating the JS DOM traversal code
760 * fast/dom/Window/window-properties-expected.txt:
762 2007-06-05 Anders Carlsson <andersca@apple.com>
766 <rdar://problem/5245555> REGRESSION: HTTP header injection in XMLHttpRequest.setRequestHeader
767 <rdar://problem/5246208> HTTP injection in XMLHttpRequest.open method parameter
768 <rdar://problem/5246242> HTTP header injection in HXMLHttpRequest.setRequestHeader header parameter
770 * fast/dom/xmlhttprequest-invalid-values-expected.txt: Added.
771 * fast/dom/xmlhttprequest-invalid-values.html: Added.
773 2007-06-04 Justin Garcia <justin.garcia@apple.com>
775 Reviewed by Kimon Tsinteris.
777 <rdar://problem/5241148> REGRESSION: ActivEdit can't perform operations on certain selections
780 * editing/selection/5241148-expected.txt: Added.
781 * editing/selection/5241148.html: Added.
782 Updated to reflect new equivalents for positions before/after tables:
783 * editing/selection/click-before-and-after-table-expected.txt:
784 * editing/selection/click-before-and-after-table.html:
786 2007-06-04 Rob Buis <buis@kde.org>
791 http://bugs.webkit.org/show_bug.cgi?id=6170
792 CSS1: Properties for :first-letter aren't recalculated on color change
794 * fast/css/first-letter-recalculation-expected.checksum: Added.
795 * fast/css/first-letter-recalculation-expected.png: Added.
796 * fast/css/first-letter-recalculation-expected.txt: Added.
797 * fast/css/first-letter-recalculation.html: Added.
799 2007-05-31 Sam Weinig <sam@webkit.org>
803 Update test to reflect new correct result.
805 * fast/dom/Window/atob-btoa-expected.txt:
806 * fast/dom/Window/atob-btoa.html:
808 2007-05-31 Sam Weinig <sam@webkit.org>
812 Tests for http://bugs.webkit.org/show_bug.cgi?id=10782
813 Classes should not override JSObject::toString(ExecState *)
815 - Adds a new test to test overriding toString and valueOf for
817 - Update tests to reflect the correction of the toString architecture.
819 * editing/selection/getRangeAt-expected.txt:
820 * fast/dom/Window/atob-btoa-expected.txt:
821 * fast/js/toString-and-valueOf-override-expected.txt: Added.
822 * fast/js/toString-and-valueOf-override.html: Added.
824 2007-05-31 Eric Seidel <eric@webkit.org>
828 Test for fix: http://bugs.webkit.org/show_bug.cgi?id=12570
830 * svg/custom/prevent-default-expected.checksum: Added.
831 * svg/custom/prevent-default-expected.png: Added.
832 * svg/custom/prevent-default-expected.txt: Added.
833 * svg/custom/prevent-default.svg: Added.
835 2007-05-30 Maciej Stachowiak <mjs@apple.com>
839 - fix layout test editing/style/table-selection.html
841 * editing/style/table-selection-expected.txt: Updated selection delegate output.
843 2007-05-30 Sam Weinig <sam@webkit.org>
847 Update results for http://bugs.webkit.org/show_bug.cgi?id=13943
848 Autogenerate the JS bindings for the CSSStyleSheet
850 * fast/dom/Window/window-properties-expected.txt:
852 2007-05-30 Sam Weinig <sam@webkit.org>
854 Reviewed by Oliver the Hun.
856 Update results for http://bugs.webkit.org/show_bug.cgi?id=13944
857 Generate and add missing JS constructors
859 * fast/dom/Window/window-properties-expected.txt:
861 2007-05-30 Sam Weinig <sam@webkit.org>
863 Reviewed by Dr. Harrison.
865 Patch for http://bugs.webkit.org/show_bug.cgi?id=13868
866 REGRESSION: crash on accessing a new iframe's contentWindow property
868 * fast/dom/frame-contentWindow-crash-expected.txt: Added.
869 * fast/dom/frame-contentWindow-crash.html: Added.
870 * fast/dom/iframe-contentWindow-crash-expected.txt: Added.
871 * fast/dom/iframe-contentWindow-crash.html: Added.
873 2007-05-30 Mitz Pettel <mitz@webkit.org>
877 - test for http://bugs.webkit.org/show_bug.cgi?id=13775
878 REGRESSION: Popup button text should use "natural" directionality to match the items in the popup menu
880 * fast/forms/select-writing-direction-natural-expected.checksum: Added.
881 * fast/forms/select-writing-direction-natural-expected.png: Added.
882 * fast/forms/select-writing-direction-natural-expected.txt: Added.
883 * fast/forms/select-writing-direction-natural.html: Added.
885 2007-05-30 Mitz Pettel <mitz@webkit.org>
889 - http://bugs.webkit.org/show_bug.cgi?id=13932
890 <rdar://problem/5237075>
891 REGRESSION: fast/dynamic/containing-block-change is failing
893 * fast/dynamic/containing-block-change.html: Removed whitespace that
894 got turned into text nodes, thereby making lastNode be not what the script
897 2007-05-30 Sam Weinig <sam@webkit.org>
901 - Update results for http://bugs.webkit.org/show_bug.cgi?id=13919
902 Autogenerate the JS bindings for the CSSRule and its subclasses
904 * fast/dom/Window/window-properties-expected.txt: adds new constructors
905 * fast/dom/wrapper-classes-expected.txt: CSSStyleRule now passes!!
907 2007-05-30 Oliver Hunt <oliver@apple.com>
911 Remove reference to SVG node from test -- otherwise this test incorrectly appears
912 to fail in non-SVG builds
914 * http/tests/xmlhttprequest/svg-created-by-xhr-disallowed-in-dashboard-expected.txt:
915 * http/tests/xmlhttprequest/svg-created-by-xhr-disallowed-in-dashboard.html:
917 2007-05-29 Sam Weinig <sam@webkit.org>
921 Update results for http://bugs.webkit.org/show_bug.cgi?id=13912
922 Autogenerate the JS bindings for the MediaList
924 * fast/dom/Window/window-properties-expected.txt: new constructors added.
926 2007-05-29 Sam Weinig <sam@webkit.org>
930 Update results after http://bugs.webkit.org/show_bug.cgi?id=13908
931 Autogenerate the JS bindings for the StyleSheet
933 * fast/dom/Window/window-properties-expected.txt: Adds StyleSheet constructor
935 2007-05-29 Adele Peterson <adele@apple.com>
939 Updated tests for <rdar://problem/5213039> REGRESSION: Wells Fargo registration page returns blank
941 * fast/dom/HTMLInputElement/input-hidden-value-expected.txt:
942 * fast/dom/HTMLInputElement/input-text-reset-expected.txt:
943 * fast/dom/HTMLInputElement/input-text-reset.html:
945 2007-05-29 Darin Adler <darin@apple.com>
949 - updated results since I removed many cases of the innerHTML optimization
951 * fast/dom/HTMLElement/set-inner-outer-optimization.html: Updated.
953 2007-05-29 Mitz Pettel <mitz@webkit.org>
957 - updated results for http://bugs.webkit.org/show_bug.cgi?id=13904
959 * fast/forms/box-shadow-override-expected.checksum:
960 * fast/forms/box-shadow-override-expected.png:
962 2007-05-29 Mitz Pettel <mitz@webkit.org>
966 - test for http://bugs.webkit.org/show_bug.cgi?id=13792
967 REGRESSION: WebKit doesn't show this javascript screenshot page (and crashes after click on its "hidden link")
969 * fast/frames/removal-before-attach-crash-expected.txt: Added.
970 * fast/frames/removal-before-attach-crash.html: Added.
972 2007-05-29 Darin Adler <darin@apple.com>
976 - test for http://bugs.webkit.org/show_bug.cgi?id=13602
977 Amazon product pages keep repainting over and over again
979 * fast/dom/HTMLElement/set-inner-outer-optimization-expected.txt: Added.
980 * fast/dom/HTMLElement/set-inner-outer-optimization.html: Added.
982 * editing/execCommand/copy-without-selection.html: Added missing preventDefault calls
983 to prevent this from being a double-paste test.
985 * fast/css/first-letter-detach-expected.checksum: Updated.
986 * fast/css/first-letter-detach-expected.png: Updated.
987 * fast/css/first-letter-detach-expected.txt: Updated.
988 * fast/css/first-letter-detach.html: Updated to test three different ways of setting the
989 text of the first-letter element; setInnerHTML and two other ways.
991 * fast/events/updateLayoutForHitTest-expected.txt: Updated result that changed slightly
992 due to setInnerHTML improvement.
993 * fast/forms/textarea-setinnerhtml-expected.txt: Ditto.
995 2007-05-28 Mitz Pettel <mitz@webkit.org>
999 - test for http://bugs.webkit.org/show_bug.cgi?id=13896
1000 REGRESSION (NativePopup): Reproductible crasher on Google Coop control panel
1002 * fast/forms/select-display-none-style-resolve-expected.checksum: Added.
1003 * fast/forms/select-display-none-style-resolve-expected.png: Added.
1004 * fast/forms/select-display-none-style-resolve-expected.txt: Added.
1005 * fast/forms/select-display-none-style-resolve.html: Added.
1007 2007-05-28 Sam Weinig <sam@webkit.org>
1011 Update tests for http://bugs.webkit.org/show_bug.cgi?id=13894
1012 Remove the legacy class KJS::JSHTMLElement
1014 - Corrects prototype chain for all HTMLElement subclasses which
1015 now only have one HTMLElement prototype and not two.
1017 * fast/dom/Window/window-properties-expected.txt:
1018 * fast/dom/prototype-chain-expected.txt:
1020 2007-05-28 David Kilzer <ddkilzer@webkit.org>
1022 Reviewed by NOBODY (newly passing tests).
1024 http://bugs.webkit.org/show_bug.cgi?id=13793
1025 RULES=groups overridden by border, colgroup=span not honored by border collapsing
1027 Moved three now-passing tests from tables/mozilla_expected_failures to tables/mozilla.
1029 * tables/mozilla/marvin/colgroup_width_pct-expected.checksum:
1030 Copied from tables/mozilla_expected_failures/marvin/colgroup_width_pct-expected.checksum.
1031 * tables/mozilla/marvin/colgroup_width_pct-expected.png:
1032 Copied from tables/mozilla_expected_failures/marvin/colgroup_width_pct-expected.png.
1033 * tables/mozilla/marvin/colgroup_width_pct-expected.txt:
1034 Copied from tables/mozilla_expected_failures/marvin/colgroup_width_pct-expected.txt.
1035 * tables/mozilla/marvin/colgroup_width_pct.html:
1036 Copied from tables/mozilla_expected_failures/marvin/colgroup_width_pct.html.
1037 * tables/mozilla/marvin/colgroup_width_px-expected.checksum:
1038 Copied from tables/mozilla_expected_failures/marvin/colgroup_width_px-expected.checksum.
1039 * tables/mozilla/marvin/colgroup_width_px-expected.png:
1040 Copied from tables/mozilla_expected_failures/marvin/colgroup_width_px-expected.png.
1041 * tables/mozilla/marvin/colgroup_width_px-expected.txt:
1042 Copied from tables/mozilla_expected_failures/marvin/colgroup_width_px-expected.txt.
1043 * tables/mozilla/marvin/colgroup_width_px.html:
1044 Copied from tables/mozilla_expected_failures/marvin/colgroup_width_px.html.
1045 * tables/mozilla/marvin/x_colgroup_width_pct-expected.checksum:
1046 Copied from tables/mozilla_expected_failures/marvin/x_colgroup_width_pct-expected.checksum.
1047 * tables/mozilla/marvin/x_colgroup_width_pct-expected.png:
1048 Copied from tables/mozilla_expected_failures/marvin/x_colgroup_width_pct-expected.png.
1049 * tables/mozilla/marvin/x_colgroup_width_pct-expected.txt:
1050 Copied from tables/mozilla_expected_failures/marvin/x_colgroup_width_pct-expected.txt.
1051 * tables/mozilla/marvin/x_colgroup_width_pct.xml:
1052 Copied from tables/mozilla_expected_failures/marvin/x_colgroup_width_pct.xml.
1053 * tables/mozilla_expected_failures/marvin/colgroup_width_pct-expected.checksum: Removed.
1054 * tables/mozilla_expected_failures/marvin/colgroup_width_pct-expected.png: Removed.
1055 * tables/mozilla_expected_failures/marvin/colgroup_width_pct-expected.txt: Removed.
1056 * tables/mozilla_expected_failures/marvin/colgroup_width_pct.html: Removed.
1057 * tables/mozilla_expected_failures/marvin/colgroup_width_px-expected.checksum: Removed.
1058 * tables/mozilla_expected_failures/marvin/colgroup_width_px-expected.png: Removed.
1059 * tables/mozilla_expected_failures/marvin/colgroup_width_px-expected.txt: Removed.
1060 * tables/mozilla_expected_failures/marvin/colgroup_width_px.html: Removed.
1061 * tables/mozilla_expected_failures/marvin/x_colgroup_width_pct-expected.checksum: Removed.
1062 * tables/mozilla_expected_failures/marvin/x_colgroup_width_pct-expected.png: Removed.
1063 * tables/mozilla_expected_failures/marvin/x_colgroup_width_pct-expected.txt: Removed.
1064 * tables/mozilla_expected_failures/marvin/x_colgroup_width_pct.xml: Removed.
1066 2007-05-27 Sam Weinig <sam@webkit.org>
1070 Update results for http://bugs.webkit.org/show_bug.cgi?id=13893
1071 Autogenerate the JS bindings for the HTMLObjectElement,
1072 HTMLEmbedElement and HTMLAppletElement
1074 - account for the new JSHTMLObjectElement and JSHTMLEmbedElement that are
1075 being autogenerated and can now produce constructors.
1077 * fast/dom/Window/element-constructors-on-window-expected.txt:
1078 * fast/dom/Window/window-properties-expected.txt:
1080 2007-05-26 Mitz Pettel <mitz@webkit.org>
1084 - updated tests for http://bugs.webkit.org/show_bug.cgi?id=13876
1085 Box-Shadow disappears if shadow doesn't fit in the window size
1087 * fast/repaint/box-shadow-h-expected.checksum:
1088 * fast/repaint/box-shadow-h-expected.png:
1089 * fast/repaint/box-shadow-h-expected.txt:
1090 * fast/repaint/box-shadow-h.html:
1091 * fast/repaint/box-shadow-v-expected.checksum:
1092 * fast/repaint/box-shadow-v-expected.png:
1093 * fast/repaint/box-shadow-v-expected.txt:
1094 * fast/repaint/box-shadow-v.html:
1096 2007-05-26 Sam Weinig <sam@webkit.org>
1100 Update tests http://bugs.webkit.org/show_bug.cgi?id=13854
1101 Port of commit 667785 from kjs
1103 - update tests and results to match kde.
1105 * fast/js/kde/StringObject-expected.txt:
1106 * fast/js/kde/resources/StringObject.js:
1108 2007-05-26 Alexey Proskuryakov <ap@webkit.org>
1112 http://bugs.webkit.org/show_bug.cgi?id=13605
1113 REGRESSION: Browser crashes when switching Kotoeri input modes
1115 * editing/input/replace-invalid-range-expected.txt: Added.
1116 * editing/input/replace-invalid-range.html: Added.
1118 2007-05-26 Mitz Pettel <mitz@webkit.org>
1122 - updated test results for http://bugs.webkit.org/show_bug.cgi?id=13870
1123 RenderFrameSet should only allow frame and frameset children
1125 * fast/frames/inline-object-inside-frameset-expected.txt:
1127 2007-05-26 Mitz Pettel <mitz@webkit.org>
1131 - pixel test for http://bugs.webkit.org/show_bug.cgi?id=13871
1132 Box shadow should not apply to Aqua-themed controls
1134 * fast/forms/box-shadow-override-expected.checksum: Added.
1135 * fast/forms/box-shadow-override-expected.png: Added.
1136 * fast/forms/box-shadow-override-expected.txt: Added.
1137 * fast/forms/box-shadow-override.html: Added.
1139 2007-05-25 Kimmo Kinnunen <kimmok@iki.fi>
1143 - Test cases for http://bugs.webkit.org/show_bug.cgi?id=13456
1144 REGRESSION: setTimeout"arguments" object gets shadowed by a local variable
1146 * fast/js/resources/vardecl-preserve-arguments.js: Added.
1147 * fast/js/vardecl-preserve-arguments-expected.txt: Added.
1148 * fast/js/vardecl-preserve-arguments.html: Added.
1150 2007-05-25 Mitz Pettel <mitz@webkit.org>
1154 - http://bugs.webkit.org/show_bug.cgi?id=13869
1155 Many leaks seen on buildbot after r21735
1157 Added a test that ::-webkit-slider-thumb style is actually applied.
1159 * fast/forms/slider-thumb-stylability-expected.checksum: Added.
1160 * fast/forms/slider-thumb-stylability-expected.png: Added.
1161 * fast/forms/slider-thumb-stylability-expected.txt: Added.
1162 * fast/forms/slider-thumb-stylability.html: Added.
1164 2007-05-25 Maciej Stachowiak <mjs@apple.com>
1168 - fix layout test that is failing due to hardcoded file paths in the results by moving it to the http tests
1170 * fast/history/redirect-load-no-form-restoration-expected.txt: Removed.
1171 * fast/history/redirect-load-no-form-restoration.html: Removed.
1172 * fast/history/resources/redirect-load.html: Removed.
1173 * http/tests/navigation/redirect-load-no-form-restoration-expected.txt: Added.
1174 * http/tests/redirect-load-no-form-restoration.html: Removed.
1175 * http/tests/resources/redirect-load.html: Removed.
1177 2007-05-25 Justin Garcia <justin.garcia@apple.com>
1179 Reviewed by Harrison.
1181 <rdar://problem/5228141>
1182 REGRESSION: Can't apply style to selection that ends after an image
1184 * editing/style/5228141-expected.checksum: Added.
1185 * editing/style/5228141-expected.png: Added.
1186 * editing/style/5228141-expected.txt: Added.
1187 * editing/style/5228141.html: Added.
1189 2007-05-25 Kevin McCullough <kmccullough@apple.com>
1193 - <rdar://problem/5183523> REGRESSION: Excel: Worksheet tabs in spreadsheet saved as web page don't work.
1194 - 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.
1195 - 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.
1197 * fast/dom/frame-loading-via-document-write-expected.txt: Added.
1198 * fast/dom/frame-loading-via-document-write.html: Added.
1199 * fast/dom/resources/abe.png: Added.
1200 * http/tests/security/frame-loading-via-document-write-expected.txt: Added.
1201 * http/tests/security/frame-loading-via-document-write.html: Added.
1202 * http/tests/security/resources/abe.png: Added.
1204 2007-05-25 Darin Adler <darin@apple.com>
1206 - updated tests results that were affected by Hyatt's change to
1207 turn the odious <script/> quirk back on
1209 * fast/parser/script-tag-with-trailing-slash-expected.txt: Updated
1210 test result to reflect now-expected failure. It would be good some
1211 day to change the test to be more clear that this is working as
1214 * fast/tokenizer/script_extra_close-expected.txt: Updated.
1216 2007-05-25 Darin Adler <darin@apple.com>
1218 - Hixie (who originally wrote this test) and Hyatt say that this
1219 test is invalid, and should be removed -- and it's failing too
1222 * fast/block/basic/017-expected.checksum: Removed.
1223 * fast/block/basic/017-expected.png: Removed.
1224 * fast/block/basic/017-expected.txt: Removed.
1225 * fast/block/basic/017.html: Removed.
1227 2007-05-25 Darin Adler <darin@apple.com>
1229 - updated some test results that were affected by Anders's change
1230 to make image documents use quirks mode
1232 * dom/xhtml/level2/html/frame-expected.txt: Updated.
1233 * dom/xhtml/level2/html/iframe-expected.txt: Updated.
1234 * editing/pasteboard/copy-standalone-image-expected.txt: Updated.
1235 * fast/events/standalone-image-drag-to-editable-expected.txt: Updated.
1237 2007-05-25 Mitz Pettel <mitz@webkit.org>
1241 - pixel test for http://bugs.webkit.org/show_bug.cgi?id=13872
1242 REGRESSION: An empty search field can have a cancel button
1244 * fast/forms/search-cancel-button-style-sharing-expected.checksum: Added.
1245 * fast/forms/search-cancel-button-style-sharing-expected.png: Added.
1246 * fast/forms/search-cancel-button-style-sharing-expected.txt: Added.
1247 * fast/forms/search-cancel-button-style-sharing.html: Added.
1249 2007-05-25 Darin Adler <darin@apple.com>
1251 * fast/table/rowindex-comment-nodes-expected.txt: Update to reflect success.
1252 A recent check-in fixed this test, but nobody checked in updated results.
1254 2007-05-25 Darin Adler <darin@apple.com>
1256 - updated some test results that were affected by Hyatt's fix for
1257 <rdar://problem/5208440> REGRESSION: Raw text needs to be pulled
1258 outside of tables (13753)
1260 The whitespace in the DOM has changed the child indices of various elements,
1261 which shows up in the caret and selection logging.
1263 * editing/deleting/5026848-2-expected.txt: Updated.
1264 * editing/deleting/5026848-3-expected.txt: Updated.
1265 * editing/deleting/5126166-expected.txt: Updated.
1266 * editing/deleting/delete-block-table-expected.txt: Updated.
1267 * fast/forms/input-double-click-selection-gap-bug-expected.txt: Updated.
1268 * fast/replaced/selection-rect-in-table-cell-expected.txt: Updated.
1269 * fast/text/textIteratorNilRenderer-expected.txt: Updated.
1271 2007-05-25 Kimmo Kinnunen <kimmok@iki.fi>
1275 - http://bugs.webkit.org/show_bug.cgi?id=13623 (Decompilation of function
1276 doesn't compile with "++(x,y)")
1277 - Contains tests for grouping expression that is inside typeof or prefix/postfix
1280 * fast/js/resources/toString-prefix-postfix-preserve-parens.js: Added.
1281 * fast/js/toString-prefix-postfix-preserve-parens-expected.txt: Added.
1282 * fast/js/toString-prefix-postfix-preserve-parens.html: Added.
1284 2007-05-25 Mitz Pettel <mitz@webkit.org>
1288 - pixel test for http://bugs.webkit.org/show_bug.cgi?id=13767
1289 REGRESSION: Multipart image documents are garbled
1291 * http/tests/multipart/invalid-image-data-standalone-expected.checksum: Added.
1292 * http/tests/multipart/invalid-image-data-standalone-expected.png: Added.
1293 * http/tests/multipart/invalid-image-data-standalone-expected.txt: Added.
1294 * http/tests/multipart/invalid-image-data-standalone.html: Added.
1295 * http/tests/multipart/resources/green-100x100.png: Added.
1297 2007-05-24 Rob Buis <buis@kde.org>
1302 http://bugs.webkit.org/show_bug.cgi?id=4104
1303 first-letter not updating style with hover
1304 http://bugs.webkit.org/show_bug.cgi?id=13169
1305 css-formatted first letter won't hide dynamically
1307 * fast/css/first-letter-hover-expected.checksum: Added.
1308 * fast/css/first-letter-hover-expected.png: Added.
1309 * fast/css/first-letter-hover-expected.txt: Added.
1310 * fast/css/first-letter-hover.html: Added.
1311 * fast/css/first-letter-visibility-expected.checksum: Added.
1312 * fast/css/first-letter-visibility-expected.png: Added.
1313 * fast/css/first-letter-visibility-expected.txt: Added.
1314 * fast/css/first-letter-visibility.html: Added.
1316 2007-05-24 Mitz Pettel <mitz@webkit.org>
1320 - http://bugs.webkit.org/show_bug.cgi?id=13823
1321 REGRESSION: fast/forms/select-item-background-clip.html failing pixel test
1323 Updated the test and the results.
1325 * fast/forms/select-item-background-clip-expected.checksum:
1326 * fast/forms/select-item-background-clip-expected.png:
1327 * fast/forms/select-item-background-clip-expected.txt:
1328 * fast/forms/select-item-background-clip.html:
1330 2007-05-24 Mitz Pettel <mitz@webkit.org>
1334 - test for http://bugs.webkit.org/show_bug.cgi?id=13800
1335 REGRESSION: Moving a slider moves another unrelated slider
1337 * fast/forms/slider-thumb-shared-style-expected.checksum: Added.
1338 * fast/forms/slider-thumb-shared-style-expected.png: Added.
1339 * fast/forms/slider-thumb-shared-style-expected.txt: Added.
1340 * fast/forms/slider-thumb-shared-style.html: Added.
1342 2007-05-24 Adele Peterson <adele@apple.com>
1346 Test for <rdar://problem/5211921> Form values sometimes get transposed (iGoogle)
1348 * fast/history/redirect-load-no-form-restoration-expected.txt: Added.
1349 * fast/history/redirect-load-no-form-restoration.html: Added.
1350 * fast/history/resources/redirect-load.html: Added.
1352 2007-05-24 Mitz Pettel <mitz@webkit.org>
1356 - test for http://bugs.webkit.org/show_bug.cgi?id=13857
1357 REGRESSION: onChange function applied to select element executes twice when focus is set
1359 * fast/forms/select-double-onchange-expected.txt: Added.
1360 * fast/forms/select-double-onchange.html: Added.
1362 2007-05-24 Kevin McCullough <kmccullough@apple.com>
1366 - Do you ever feel like Charlie Brown? *sigh*
1368 * fast/dom/HTMLHeadElement/resources/head-check.js:
1370 2007-05-24 Kevin McCullough <kmccullough@apple.com>
1374 - Rolling back change to fix the build until I have a good fix for data: urls.
1377 * fast/dom/HTMLHeadElement/resources/head-check.js:
1378 * fast/dom/frame-loading-via-document-write-expected.txt: Removed.
1379 * fast/dom/frame-loading-via-document-write.html: Removed.
1380 * fast/dom/resources/frame-loading-via-document-write.js: Removed.
1381 * fast/dom/resources/green250x50.png: Removed.
1382 * fast/dom/resources/success.html: Removed.
1383 * http/tests/security/frame-loading-via-document-write-expected.txt: Removed.
1384 * http/tests/security/frame-loading-via-document-write.html: Removed.
1385 * http/tests/security/resources/frame-loading-via-document-write.js: Removed.
1386 * http/tests/security/resources/success.html: Removed.
1388 2007-05-24 Mitz Pettel <mitz@webkit.org>
1392 - pixel test for http://bugs.webkit.org/show_bug.cgi?id=13837
1393 Separator in new <select> widget disappears when block element with border is in document.
1395 * fast/forms/menulist-separator-painting-expected.checksum: Added.
1396 * fast/forms/menulist-separator-painting-expected.png: Added.
1397 * fast/forms/menulist-separator-painting-expected.txt: Added.
1398 * fast/forms/menulist-separator-painting.html: Added.
1400 2007-05-24 Sam Weinig <sam@webkit.org>
1404 - update results to account for the new JSHTMLFrameSetElement
1405 that is being autogenerated and can now produce a constructor.
1407 * fast/dom/Window/element-constructors-on-window-expected.txt:
1408 * fast/dom/Window/window-properties-expected.txt:
1410 2007-05-23 Mitz Pettel <mitz@webkit.org>
1412 Reviewed by David Hyatt.
1414 - tests for http://bugs.webkit.org/show_bug.cgi?id=13563
1415 REGRESSION: Crash loading message in Yahoo! Mail
1417 * fast/css/stale-style-selector-crash-1-expected.txt: Added.
1418 * fast/css/stale-style-selector-crash-1.html: Added.
1419 * fast/css/stale-style-selector-crash-2-expected.txt: Added.
1420 * fast/css/stale-style-selector-crash-2.html: Added.
1422 2007-05-23 Darin Adler <darin@apple.com>
1426 - updated the many tests with an extra newline or two at the end
1427 because of the bug where plain-text serialization will consider
1428 nodes that are not rendered
1430 2007-05-23 Sam Weinig <sam@webkit.org>
1434 Update tests for http://bugs.webkit.org/show_bug.cgi?id=13830
1435 Auto-generate JS DOM bindings for HTMLDocument and most of
1436 the rest of HTMLElement
1438 - Corrects prototype chain for JSHTMLDocument and adds test
1439 for HTMLFormElement.
1441 * fast/dom/prototype-chain-expected.txt:
1442 * fast/dom/prototype-chain.html:
1444 2007-05-23 Kevin McCullough <kmccullough@apple.com>
1448 - Fixed build breakage.
1450 * fast/dom/open-and-close-by-DOM-expected.txt: Added.
1451 * fast/dom/open-and-close-by-DOM.html: Added.
1453 2007-05-23 Kevin McCullough <kmccullough@apple.com>
1457 - Removing failing tests until I've fixed them.
1459 * fast/dom/open-and-close-by-DOM-expected.txt: Removed.
1460 * fast/dom/open-and-close-by-DOM.html: Removed.
1462 2007-05-23 Rob Buis <buis@kde.org>
1464 Reviewed by Dave Hyatt.
1467 http://bugs.webkit.org/show_bug.cgi?id=13174
1468 line-height in font shorthand does not override a previously stated line-height property
1470 The two changed results are improvements.
1472 * css1/font_properties/font-expected.checksum:
1473 * css1/font_properties/font-expected.png:
1474 * css1/font_properties/font-expected.txt:
1475 * fast/css/line-height-font-order-expected.checksum: Added.
1476 * fast/css/line-height-font-order-expected.png: Added.
1477 * fast/css/line-height-font-order-expected.txt: Added.
1478 * fast/css/line-height-font-order.html: Added.
1479 * tables/mozilla/bugs/bug83786-expected.checksum:
1480 * tables/mozilla/bugs/bug83786-expected.png:
1481 * tables/mozilla/bugs/bug83786-expected.txt:
1483 2007-05-23 Rob Buis <buis@kde.org>
1488 http://bugs.webkit.org/show_bug.cgi?id=13784
1489 REGRESSION (r13744-13750): Crash with empty gradient when drawing to canvas
1491 * fast/canvas/fillrect-gradient-zero-stops-expected.checksum: Added.
1492 * fast/canvas/fillrect-gradient-zero-stops-expected.png: Added.
1493 * fast/canvas/fillrect-gradient-zero-stops-expected.txt: Added.
1494 * fast/canvas/fillrect-gradient-zero-stops.html: Added.
1496 2007-05-23 Rob Buis <buis@kde.org>
1501 http://bugs.webkit.org/show_bug.cgi?id=13801
1502 Crash when loading nonexisting symbol
1504 * svg/custom/use-referencing-nonexisting-symbol-expected.checksum: Added.
1505 * svg/custom/use-referencing-nonexisting-symbol-expected.png: Added.
1506 * svg/custom/use-referencing-nonexisting-symbol-expected.txt: Added.
1507 * svg/custom/use-referencing-nonexisting-symbol.svg: Added.
1509 2007-05-22 Sam Weinig <sam@webkit.org>
1513 Update tests for http://bugs.webkit.org/show_bug.cgi?id=13833
1514 Add ObjC DOM binding for HTMLMarqeeElement
1516 * fast/dom/wrapper-classes-expected.txt:
1517 * fast/dom/wrapper-classes.html: HTMLMarqueeElement now is a
1518 DOMHTMLMarqueeElement
1520 2007-05-22 Justin Garcia <justin.garcia@apple.com>
1524 http://bugs.webkit.org/show_bug.cgi?id=13804
1525 REGRESSION(r21611): Several new layout test pixel failures (misspelling markers)
1527 * editing/selection/13804-expected.checksum: Added.
1528 * editing/selection/13804-expected.png: Added.
1529 * editing/selection/13804-expected.txt: Added.
1530 * editing/selection/13804.html: Added.
1532 * editing/selection/5076323-1-expected.png: Added.
1533 * editing/selection/5076323-2-expected.png: Added.
1534 * editing/selection/5076323-3-expected.png: Added.
1536 2007-05-22 Darin Adler <darin@apple.com>
1540 - test for <rdar://problem/5215830> REGRESSION: ebay.com layout is wrong
1542 * fast/dom/iframe-document.html: Updated test to expect no document property.
1543 * fast/dom/iframe-document-expected.txt: Updated.
1545 * fast/forms/focus2.html: Changed test to use ownerDocument instead of document.
1547 2007-05-22 Adele Peterson <adele@apple.com>
1551 Test for http://bugs.webkit.org/show_bug.cgi?id=13796
1552 Crash in [NSInputContext currentInputContext] when you click on this map
1554 * fast/frames/frame-display-none-focus-expected.txt: Added.
1555 * fast/frames/frame-display-none-focus.html: Added.
1556 * fast/frames/resources/iframe-focus.html: Added.
1558 2007-05-22 Justin Garcia <justin.garcia@apple.com>
1562 <rdar://problem/4875189> List is deleted when replacing contents with Chinese/Japanese characters
1564 Moved from unsupported-content because we've supported editing lists
1566 * editing/deleting/4875189-expected.checksum: Added.
1567 * editing/deleting/4875189-expected.png: Added.
1568 * editing/deleting/4875189-expected.txt: Added.
1569 * editing/deleting/4875189.html: Added.
1570 * editing/unsupported-content/list-delete-002-expected.checksum: Removed.
1571 * editing/unsupported-content/list-delete-002-expected.png: Removed.
1572 * editing/unsupported-content/list-delete-002-expected.txt: Removed.
1573 * editing/unsupported-content/list-delete-002.html: Removed.
1575 Reflects new behavior:
1576 * editing/deleting/delete-select-all-003-expected.checksum:
1577 * editing/deleting/delete-select-all-003-expected.png:
1578 * editing/deleting/delete-select-all-003-expected.txt:
1580 Ditto and also removed a FIXME:
1581 * editing/deleting/list-item-1-expected.checksum:
1582 * editing/deleting/list-item-1-expected.png:
1583 * editing/deleting/list-item-1-expected.txt:
1584 * editing/deleting/list-item-1.html:
1586 2007-05-22 Kevin McCullough <kmccullough@apple.com>
1590 - Forgot to checkin for fix for rdar://problem/4981886
1592 * fast/dom/open-and-close-by-DOM-expected.txt: Added.
1593 * fast/dom/open-and-close-by-DOM.html: Added.
1594 * fast/dom/resources/close.html: Added.
1595 * fast/dom/resources/middle.html: Added.
1596 * http/tests/security/local-image-from-remote.html:
1598 2007-05-22 Justin Garcia <justin.garcia@apple.com>
1602 <rdar://problem/5213963>
1603 REGRESSION(r21467): Active selection remains in text field after clicking on a button
1606 * editing/selection/5213963-expected.checksum: Added.
1607 * editing/selection/5213963-expected.png: Added.
1608 * editing/selection/5213963-expected.txt: Added.
1609 * editing/selection/5213963.html: Added.
1610 We now clear the selection on mouse down (but not before
1611 the mousedown event is fired):
1612 * fast/forms/focus-selection-input-expected.txt:
1613 * fast/forms/focus-selection-textarea-expected.txt:
1615 2007-05-21 Oliver Hunt <oliver@apple.com>
1619 Layout test for http://bugs.webkit.org/show_bug.cgi?id=13789
1621 * svg/custom/getscreenctm-in-mixed-content-expected.checksum: Added.
1622 * svg/custom/getscreenctm-in-mixed-content-expected.png: Added.
1623 * svg/custom/getscreenctm-in-mixed-content-expected.txt: Added.
1624 * svg/custom/getscreenctm-in-mixed-content.xhtml: Added.
1626 2007-05-21 Sam Weinig <sam@webkit.org>
1630 - update tests and results for http://bugs.webkit.org/show_bug.cgi?id=13803
1631 to account for the new JSHTMLMarquee that is being autogenerated and
1632 can now produce a constructor.
1634 * fast/dom/Window/element-constructors-on-window-expected.txt:
1635 * fast/dom/Window/element-constructors-on-window.html:
1636 * fast/dom/Window/window-properties-expected.txt:
1638 2007-05-21 Sam Weinig <sam@webkit.org>
1642 Update test results.
1644 * fast/frames/viewsource-attribute-expected.checksum:
1645 * fast/frames/viewsource-attribute-expected.png:
1646 * fast/frames/viewsource-attribute-expected.txt:
1648 2007-05-21 Sam Weinig <sam@webkit.org>
1650 Reviewed by Adam and Darin.
1652 - update results for http://bugs.webkit.org/show_bug.cgi?id=13791
1653 to account for new JSHTMLElements that are being autogenerated and
1654 can now produce constructors.
1656 * fast/dom/Window/element-constructors-on-window-expected.txt:
1657 * fast/dom/Window/window-properties-expected.txt:
1659 2007-05-19 Mitz Pettel <mitz@webkit.org>
1661 Reviewed by Dave Hyatt.
1663 - repaint tests and updated results for http://bugs.webkit.org/show_bug.cgi?id=12729
1664 box-shadow disappears when scrolling a div that it falls on/under
1666 * fast/box-shadow/basic-shadows-expected.checksum:
1667 * fast/box-shadow/basic-shadows-expected.png:
1668 * fast/box-shadow/basic-shadows-expected.txt:
1669 * fast/repaint/box-shadow-dynamic-expected.checksum: Added.
1670 * fast/repaint/box-shadow-dynamic-expected.png: Added.
1671 * fast/repaint/box-shadow-dynamic-expected.txt: Added.
1672 * fast/repaint/box-shadow-dynamic.html: Added.
1673 * fast/repaint/box-shadow-h-expected.checksum: Added.
1674 * fast/repaint/box-shadow-h-expected.png: Added.
1675 * fast/repaint/box-shadow-h-expected.txt: Added.
1676 * fast/repaint/box-shadow-h.html: Added.
1677 * fast/repaint/box-shadow-v-expected.checksum: Added.
1678 * fast/repaint/box-shadow-v-expected.png: Added.
1679 * fast/repaint/box-shadow-v-expected.txt: Added.
1680 * fast/repaint/box-shadow-v.html: Added.
1682 2007-05-20 Mark Rowe <mrowe@apple.com>
1684 Update test results after r21597.
1686 * fast/frames/viewsource-attribute-expected.checksum:
1687 * fast/frames/viewsource-attribute-expected.png:
1688 * fast/frames/viewsource-attribute-expected.txt:
1690 2007-05-19 Mitz Pettel <mitz@webkit.org>
1694 - test for http://bugs.webkit.org/show_bug.cgi?id=13774
1695 REGRESSION: Crash emailing blog entry using Google Reader
1697 * fast/table/stale-grid-crash-expected.checksum: Added.
1698 * fast/table/stale-grid-crash-expected.png: Added.
1699 * fast/table/stale-grid-crash-expected.txt: Added.
1700 * fast/table/stale-grid-crash.html: Added.
1702 2007-05-19 Mitz Pettel <mitz@webkit.org>
1706 - http://bugs.webkit.org/show_bug.cgi?id=13320
1707 rounded corners with drop shadows are really slow
1709 * fast/box-shadow/border-radius-big-expected.checksum: Added.
1710 * fast/box-shadow/border-radius-big-expected.png: Added.
1711 * fast/box-shadow/border-radius-big-expected.txt: Added.
1712 * fast/box-shadow/border-radius-big.html: Added.
1714 2007-05-19 Anders Carlsson <andersca@apple.com>
1718 http://bugs.webkit.org/show_bug.cgi?id=13771
1719 Assertion failure ASSERT(m_layer) when running Hamachi fuzz tester
1721 * fast/frames/inline-object-inside-frameset-expected.txt: Added.
1722 * fast/frames/inline-object-inside-frameset.html: Added.
1724 2007-05-18 Sam Weinig <sam@webkit.org>
1728 - update results to account for new JSHTMLElements that are being
1729 auto-generated and can now produce Constructors.
1731 * fast/dom/Window/element-constructors-on-window-expected.txt:
1732 * fast/dom/Window/window-properties-expected.txt:
1734 2007-05-17 Maciej Stachowiak <mjs@apple.com>
1736 Not Reviewed, buildbot test fix.
1738 - updated results for the last fiew checkins.
1740 * fast/dom/clientWidthAfterDocumentIsRemoved-expected.txt:
1741 * fast/dom/replaceChild-expected.txt:
1742 * http/tests/loading/bad-scheme-subframe-expected.txt:
1743 * webarchive/loading/test-loading-archive-expected.txt:
1745 2007-05-18 Sam Weinig <sam@webkit.org>
1749 Update test results after Hyatt's update of view-source
1750 to include line numbers and a gutter.
1752 * fast/frames/viewsource-attribute-expected.checksum:
1753 * fast/frames/viewsource-attribute-expected.png:
1754 * fast/frames/viewsource-attribute-expected.txt:
1756 2007-05-18 Oliver Hunt <oliver@apple.com>
1760 Fix capitalisation of resources referenced by test case.
1762 * svg/carto.net/window.svg:
1764 2007-05-17 Justin Garcia <justin.garcia@apple.com>
1768 <rdar://problem/5209984> REGRESSION: Crash on click after clearing Facebook status
1770 * editing/selection/5209984-expected.txt: Added.
1771 * editing/selection/5209984.html: Added.
1773 2007-05-17 Sam Weinig <sam@webkit.org>
1777 Tests for <rdar://problem/5201423> REGRESSION: Links in
1778 sidebar don't work on Honda website
1780 * fast/dom/anchor-toString-expected.txt: Added.
1781 * fast/dom/anchor-toString.html: Added.
1782 * fast/forms/focus2.html:
1784 2007-05-17 Antti Koivisto <antti@apple.com>
1788 Test for http://bugs.webkit.org/show_bug.cgi?id=13727
1789 REGRESSION: Reproducible hang setting the selection's extent offset to -1
1790 <rdar://problem/5206890>
1792 * LayoutTests/editing/selection/selection-invalid-offset-expected.txt: Added.
1793 * LayoutTests/editing/selection/selection-invalid-offset.html: Added.
1795 2007-05-17 Adele Peterson <adele@apple.com>
1799 Test for <rdar://problem/5096035> REGRESSION: rtl text should be left-aligned in <select>s
1801 * fast/text/international/bidi-menulist-expected.checksum: Added.
1802 * fast/text/international/bidi-menulist-expected.png: Added.
1803 * fast/text/international/bidi-menulist-expected.txt: Added.
1804 * fast/text/international/bidi-menulist.html: Added.
1806 2007-05-17 Justin Garcia <justin.garcia@apple.com>
1808 Reviewed by harrison
1810 * editing/execCommand/4924441-expected.checksum: Added.
1811 * editing/execCommand/4924441-expected.png: Added.
1812 * editing/execCommand/4924441-expected.txt: Added.
1813 * editing/execCommand/4924441.html: Added.
1814 * editing/execCommand/5207369-expected.checksum: Added.
1815 * editing/execCommand/5207369-expected.png: Added.
1816 * editing/execCommand/5207369-expected.txt: Added.
1817 * editing/execCommand/5207369.html: Added.
1818 * editing/execCommand/5210032-expected.checksum: Added.
1819 * editing/execCommand/5210032-expected.png: Added.
1820 * editing/execCommand/5210032-expected.txt: Added.
1821 * editing/execCommand/5210032.html: Added.
1823 2007-05-17 Mitz Pettel <mitz@webkit.org>
1827 - pixel test for http://bugs.webkit.org/show_bug.cgi?id=13759
1828 REGRESSION (r20182-r20184): Incorrect rendering of multipart images
1830 Created http/tests/multipart and moved the existing multipart test there.
1832 * http/tests/misc/multipart-expected.txt: Removed.
1833 * http/tests/misc/multipart.html: Removed.
1834 * http/tests/misc/resources/1x1-blue.png: Removed.
1835 * http/tests/misc/resources/multipart.php: Removed.
1836 * http/tests/multipart/invalid-image-data-expected.checksum: Added.
1837 * http/tests/multipart/invalid-image-data-expected.png: Added.
1838 * http/tests/multipart/invalid-image-data-expected.txt: Added.
1839 * http/tests/multipart/invalid-image-data.html: Added.
1840 * http/tests/multipart/resources/2x2-green.png: Added. Shared by both
1842 * http/tests/multipart/resources/abe.png: Added.
1843 * http/tests/multipart/resources/multipart.php: Added. Shared by both
1845 * http/tests/multipart/stop-crash.html: Renamed from misc/multipart.html.
1847 2007-05-17 Justin Garcia <justin.garcia@apple.com>
1849 Reviewed by harrison
1852 * editing/execCommand/5190926-expected.checksum: Added.
1853 * editing/execCommand/5190926-expected.png: Added.
1854 * editing/execCommand/5190926-expected.txt: Added.
1855 * editing/execCommand/5190926.html: Added.
1857 Avoided some nesting:
1858 * editing/execCommand/5142012-2-expected.txt:
1859 * editing/execCommand/switch-list-type-expected.txt:
1861 2007-05-16 Maciej Stachowiak <mjs@apple.com>
1865 - added a bunch of layout tests using the new load delegate testing mechanism
1867 * http/tests/loading/bad-scheme-subframe-expected.txt: Added.
1868 * http/tests/loading/bad-scheme-subframe.html: Added.
1869 * http/tests/loading/bad-server-subframe-expected.txt: Added.
1870 * http/tests/loading/bad-server-subframe.html: Added.
1871 * http/tests/loading/basic-expected.txt: Added.
1872 * http/tests/loading/basic.html: Added.
1873 * http/tests/loading/empty-subframe-expected.txt: Added.
1874 * http/tests/loading/empty-subframe.html: Added.
1875 * http/tests/loading/simple-subframe-expected.txt: Added.
1876 * http/tests/loading/simple-subframe.html: Added.
1878 2007-05-16 dethbakin <bdakin@apple.com>
1882 Changes for <rdar://problem/5204107> REGRESSION: CSS web forum site
1883 layout not displaying properly in latest WebKit
1886 * fast/table/tableInsideCaption-expected.checksum: Added.
1887 * fast/table/tableInsideCaption-expected.png: Added.
1888 * fast/table/tableInsideCaption-expected.txt: Added.
1889 * fast/table/tableInsideCaption.html: Added.
1892 * tables/mozilla/bugs/bug48028-1-expected.checksum:
1893 * tables/mozilla/bugs/bug48028-1-expected.png:
1894 * tables/mozilla/bugs/bug48028-1-expected.txt:
1895 * tables/mozilla_expected_failures/core/captions1-
1897 * tables/mozilla_expected_failures/core/captions1-expected.png:
1898 * tables/mozilla_expected_failures/core/captions1-expected.txt:
1900 Not great changes. These changes expose other bugs. Filing reports
1902 * tables/mozilla/bugs/bug48028-2-expected.txt:
1903 * tables/mozilla/bugs/bug55789-expected.checksum:
1904 * tables/mozilla/bugs/bug55789-expected.png:
1905 * tables/mozilla/bugs/bug55789-expected.txt:
1907 2007-05-16 Kevin McCullough <kmccullough@apple.com>
1909 Reviewed by Darin and Geoff.
1911 - rdar://problem/4981886
1912 - Added tests for allowing JS to close a window that was opened by the DOM.
1914 * fast/dom/open-and-close-by-DOM-expected.txt: Added.
1915 * fast/dom/open-and-close-by-DOM.html: Added.
1916 * fast/dom/resources/close.html: Added.
1917 * fast/dom/resources/middle.html: Added.
1919 2007-05-16 Darin Adler <darin@apple.com>
1923 - test for <rdar://problem/4928671> Crash due to runaway recursion when fieldset has display: table-row (12066)
1925 * fast/css/fieldset-display-row-expected.checksum: Added.
1926 * fast/css/fieldset-display-row-expected.png: Added.
1927 * fast/css/fieldset-display-row-expected.txt: Added.
1928 * fast/css/fieldset-display-row.html: Added.
1930 2007-05-15 Sam Weinig <sam@webkit.org>
1934 - Yet more tests for http://bugs.webkit.org/show_bug.cgi?id=13722
1935 Finish testing and fixing the setting of DOM attributes to JS null
1937 Tests for SVG attributes that take a DOMString.
1939 * fast/dom/svg-element-attribute-js-null-expected.txt: Added.
1940 * fast/dom/svg-element-attribute-js-null.xhtml: Added.
1942 2007-05-15 Sam Weinig <sam@webkit.org>
1946 - More Tests for http://bugs.webkit.org/show_bug.cgi?id=13722
1947 Finish testing and fixing the setting of DOM attributes to JS null
1949 Tests for CanvasRenderingContext2D attributes that take a DOMString.
1951 * fast/dom/canvasContext2d-element-attribute-js-null-expected.txt: Added.
1952 * fast/dom/canvasContext2d-element-attribute-js-null.html: Added.
1954 2007-05-15 Sam Weinig <sam@webkit.org>
1958 - More Tests for http://bugs.webkit.org/show_bug.cgi?id=13722
1959 Finish testing and fixing the setting of DOM attributes to JS null
1961 Tests for CSSOM attributes that take a DOMString.
1963 * fast/dom/css-element-attribute-js-null-expected.txt: Added.
1964 * fast/dom/css-element-attribute-js-null.html: Added.
1966 2007-05-15 Justin Garcia <justin.garcia@apple.com>
1968 Updating expected results for r21074.
1970 * css1/cascade/cascade_order-expected.checksum:
1971 * css1/cascade/cascade_order-expected.png:
1972 * css2.1/t0402-c71-fwd-parsing-02-f-expected.checksum:
1973 * css2.1/t0402-c71-fwd-parsing-02-f-expected.png:
1974 * css2.1/t0505-c16-descendant-01-e-expected.checksum:
1975 * css2.1/t0505-c16-descendant-01-e-expected.png:
1976 * css2.1/t050803-c14-classes-00-e-expected.checksum:
1977 * css2.1/t050803-c14-classes-00-e-expected.png:
1978 * css2.1/t0509-c15-ids-01-e-expected.checksum:
1979 * css2.1/t0509-c15-ids-01-e-expected.png:
1980 * css2.1/t0805-c5518-brdr-t-01-e-expected.checksum:
1981 * css2.1/t0805-c5518-brdr-t-01-e-expected.png:
1982 * css2.1/t0805-c5519-brdr-r-02-e-expected.checksum:
1983 * css2.1/t0805-c5519-brdr-r-02-e-expected.png:
1984 * css2.1/t0805-c5520-brdr-b-01-e-expected.checksum:
1985 * css2.1/t0805-c5520-brdr-b-01-e-expected.png:
1986 * css2.1/t0805-c5521-brdr-l-02-e-expected.checksum:
1987 * css2.1/t0805-c5521-brdr-l-02-e-expected.png:
1988 * css2.1/t1205-c563-list-type-00-b-expected.checksum:
1989 * css2.1/t1205-c563-list-type-00-b-expected.png:
1990 * css2.1/t1205-c564-list-img-00-b-g-expected.checksum:
1991 * css2.1/t1205-c564-list-img-00-b-g-expected.png:
1992 * fast/backgrounds/repeat/noRepeatCorrectClip-expected.checksum:
1993 * fast/backgrounds/repeat/noRepeatCorrectClip-expected.png:
1994 * fast/block/float/014-expected.checksum:
1995 * fast/block/float/014-expected.png:
1996 * fast/css/001-expected.checksum:
1997 * fast/css/001-expected.png:
1998 * fast/css/css2-system-fonts-expected.checksum:
1999 * fast/css/css2-system-fonts-expected.png:
2000 * fast/doctypes/001-expected.checksum:
2001 * fast/doctypes/001-expected.png:
2002 * fast/doctypes/002-expected.checksum:
2003 * fast/doctypes/002-expected.png:
2004 * fast/doctypes/003-expected.checksum:
2005 * fast/doctypes/003-expected.png:
2006 * fast/doctypes/004-expected.checksum:
2007 * fast/doctypes/004-expected.png:
2008 * fast/dom/Window/window-onFocus-expected.checksum:
2009 * fast/dom/Window/window-onFocus-expected.png:
2010 * fast/events/keydown-1-expected.checksum:
2011 * fast/events/keydown-1-expected.png:
2012 * fast/lists/002-expected.checksum:
2013 * fast/lists/002-expected.png:
2014 * fast/lists/003-expected.checksum:
2015 * fast/lists/003-expected.png:
2016 * fast/lists/005-expected.checksum:
2017 * fast/lists/005-expected.png:
2018 * fast/lists/007-expected.checksum:
2019 * fast/lists/007-expected.png:
2020 * fast/lists/008-expected.checksum:
2021 * fast/lists/008-expected.png:
2022 * fast/lists/big-list-marker-expected.checksum:
2023 * fast/lists/big-list-marker-expected.png:
2024 * fast/lists/dynamic-marker-crash-expected.checksum:
2025 * fast/lists/dynamic-marker-crash-expected.png:
2026 * fast/lists/item-not-in-list-line-wrapping-expected.checksum:
2027 * fast/lists/item-not-in-list-line-wrapping-expected.png:
2028 * fast/lists/marker-image-error-expected.checksum:
2029 * fast/lists/marker-image-error-expected.png:
2030 * fast/lists/ol-display-types-expected.checksum:
2031 * fast/lists/ol-display-types-expected.png:
2032 * fast/lists/scrolled-marker-paint-expected.checksum:
2033 * fast/lists/scrolled-marker-paint-expected.png:
2034 * fast/overflow/overflow-rtl-expected.checksum:
2035 * fast/overflow/overflow-rtl-expected.png:
2036 * fast/repaint/list-marker-2-expected.checksum:
2037 * fast/repaint/list-marker-2-expected.png:
2038 * fast/repaint/list-marker-expected.checksum:
2039 * fast/repaint/list-marker-expected.png:
2040 * fast/selectors/001-expected.checksum:
2041 * fast/selectors/001-expected.png:
2042 * fast/selectors/013-expected.checksum:
2043 * fast/selectors/013-expected.png:
2044 * fast/selectors/015-expected.checksum:
2045 * fast/selectors/015-expected.png:
2046 * fast/selectors/166-expected.checksum:
2047 * fast/selectors/166-expected.png:
2048 * tables/mozilla/bugs/bug23235-expected.checksum:
2049 * tables/mozilla/bugs/bug23235-expected.png:
2050 * tables/mozilla/bugs/bug30692-expected.checksum:
2051 * tables/mozilla/bugs/bug30692-expected.png:
2052 * tables/mozilla/bugs/bug3191-expected.checksum:
2053 * tables/mozilla/bugs/bug3191-expected.png:
2054 * tables/mozilla/marvin/backgr_index-expected.checksum:
2055 * tables/mozilla/marvin/backgr_index-expected.png:
2056 * tables/mozilla/marvin/backgr_layers-opacity-expected.checksum:
2057 * tables/mozilla/marvin/backgr_layers-opacity-expected.png:
2058 * tables/mozilla_expected_failures/bugs/bug1010-expected.checksum:
2059 * tables/mozilla_expected_failures/bugs/bug1010-expected.png:
2060 * tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.checksum:
2061 * tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.png:
2062 * tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.checksum:
2063 * tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.png:
2065 2007-05-15 Mitz Pettel <mitz@webkit.org>
2069 - test for http://bugs.webkit.org/show_bug.cgi?id=13360
2070 REGRESSION: Crash closing live web cam viewer page
2072 * http/tests/misc/multipart-expected.txt: Added.
2073 * http/tests/misc/multipart.html: Added.
2074 * http/tests/misc/resources/1x1-blue.png: Added.
2075 * http/tests/misc/resources/multipart.php: Added.
2077 2007-05-15 Sam Weinig <sam@webkit.org>
2081 - Test for http://bugs.webkit.org/show_bug.cgi?id=13722
2082 Finish testing and fixing the setting of DOM attributes to JS null
2084 Tests for Core DOM attributes.
2086 * fast/dom/coreDOM-element-attribute-js-null-expected.txt: Added.
2087 * fast/dom/coreDOM-element-attribute-js-null.xhtml: Added.
2089 2007-05-15 Justin Garcia <justin.garcia@apple.com>
2091 Updating expected results for r21074.
2093 * editing/deleting/4866671-expected.checksum:
2094 * editing/deleting/4866671-expected.png:
2095 * editing/deleting/delete-first-list-item-expected.checksum:
2096 * editing/deleting/delete-first-list-item-expected.png:
2097 * editing/deleting/delete-listitem-002-expected.checksum:
2098 * editing/deleting/delete-listitem-002-expected.png:
2099 * editing/deleting/list-item-1-expected.checksum:
2100 * editing/deleting/list-item-1-expected.png:
2101 * editing/deleting/merge-into-empty-block-2-expected.checksum:
2102 * editing/deleting/merge-into-empty-block-2-expected.png:
2103 * editing/execCommand/4641880-1-expected.checksum:
2104 * editing/execCommand/4641880-1-expected.png:
2105 * editing/execCommand/4747450-expected.checksum:
2106 * editing/execCommand/4747450-expected.png:
2107 * editing/execCommand/4916402-expected.checksum:
2108 * editing/execCommand/4916402-expected.png:
2109 * editing/execCommand/4916583-expected.checksum:
2110 * editing/execCommand/4916583-expected.png:
2111 * editing/execCommand/5142012-2-expected.checksum:
2112 * editing/execCommand/5142012-2-expected.png:
2113 * editing/execCommand/5144139-1-expected.checksum:
2114 * editing/execCommand/5144139-1-expected.png:
2115 * editing/execCommand/create-list-with-hr-expected.checksum:
2116 * editing/execCommand/create-list-with-hr-expected.png:
2117 * editing/execCommand/indent-list-item-expected.checksum:
2118 * editing/execCommand/indent-list-item-expected.png:
2119 * editing/execCommand/indent-selection-expected.checksum:
2120 * editing/execCommand/indent-selection-expected.png:
2121 * editing/execCommand/insert-list-empty-div-expected.checksum:
2122 * editing/execCommand/insert-list-empty-div-expected.png:
2123 * editing/execCommand/remove-list-item-1-expected.checksum:
2124 * editing/execCommand/remove-list-item-1-expected.png:
2125 * editing/inserting/4959067-expected.checksum:
2126 * editing/inserting/4959067-expected.png:
2127 * editing/pasteboard/4861080-expected.checksum:
2128 * editing/pasteboard/4861080-expected.png:
2129 * editing/pasteboard/drag-selected-image-to-contenteditable-expected.checksum:
2130 * editing/pasteboard/drag-selected-image-to-contenteditable-expected.png:
2131 * editing/pasteboard/drop-link-expected.checksum:
2132 * editing/pasteboard/drop-link-expected.png:
2133 * editing/pasteboard/innerText-inline-table-expected.checksum:
2134 * editing/pasteboard/innerText-inline-table-expected.png:
2135 * editing/pasteboard/input-field-1-expected.checksum:
2136 * editing/pasteboard/input-field-1-expected.png:
2137 * editing/pasteboard/merge-end-list-expected.checksum:
2138 * editing/pasteboard/merge-end-list-expected.png:
2139 * editing/pasteboard/merge-start-list-expected.checksum:
2140 * editing/pasteboard/merge-start-list-expected.png:
2141 * editing/pasteboard/select-element-1-expected.checksum:
2142 * editing/pasteboard/select-element-1-expected.png:
2143 * editing/selection/drag-to-contenteditable-iframe-expected.checksum:
2144 * editing/selection/drag-to-contenteditable-iframe-expected.png:
2145 * editing/selection/extend-by-word-002-expected.checksum:
2146 * editing/selection/extend-by-word-002-expected.png:
2147 * editing/selection/select-all-iframe-expected.checksum:
2148 * editing/selection/select-all-iframe-expected.png:
2149 * editing/selection/selectNode-expected.checksum:
2150 * editing/selection/selectNode-expected.png:
2151 * editing/selection/selectNodeContents-expected.checksum:
2152 * editing/selection/selectNodeContents-expected.png:
2153 * editing/unsupported-content/list-delete-001-expected.checksum:
2154 * editing/unsupported-content/list-delete-001-expected.png:
2155 * editing/unsupported-content/list-type-after-expected.checksum:
2156 * editing/unsupported-content/list-type-after-expected.png:
2157 * editing/unsupported-content/list-type-before-expected.checksum:
2158 * editing/unsupported-content/list-type-before-expected.png:
2160 2007-05-15 Anders Carlsson <andersca@apple.com>
2164 <rdar://problem/5183685>
2165 http://bugs.webkit.org/show_bug.cgi?id=13301
2166 ASSERT or null value when trying to use a getter defined on a window object
2170 * fast/dom/getter-on-window-object-expected.txt: Added.
2171 * fast/dom/getter-on-window-object.html: Added.
2173 2007-05-15 Justin Garcia <justin.garcia@apple.com>
2175 Spelling markers fixed:
2176 * editing/deleting/delete-block-table-expected.checksum:
2177 * editing/deleting/delete-block-table-expected.png:
2178 * editing/selection/move-by-line-001-expected.checksum:
2179 * editing/selection/move-by-line-001-expected.png:
2181 2007-05-14 Justin Garcia <justin.garcia@apple.com>
2185 Updated these expected results. We now clear the
2186 selection inside a focused node *after* firing the
2187 mousedown event handler, which matches FF:
2188 * fast/forms/focus-selection-input-expected.txt:
2189 * fast/forms/focus-selection-textarea-expected.txt:
2191 2007-05-14 Justin Garcia <justin.garcia@apple.com>
2195 Spelling markers fixed:
2196 * editing/deleting/delete-to-select-table-expected.checksum:
2197 * editing/deleting/delete-to-select-table-expected.png:
2198 * editing/selection/end-of-document-expected.checksum:
2199 * editing/selection/end-of-document-expected.png:
2200 * editing/inserting/insert-paragraph-02-expected.checksum:
2201 * editing/inserting/insert-paragraph-02-expected.png:
2203 Focus halo now painted:
2204 * editing/execCommand/format-block-with-braces-expected.checksum:
2205 * editing/execCommand/format-block-with-braces-expected.png:
2207 Needed FIXMEs removed after fixing 4714993:
2208 * editing/pasteboard/merge-end-1-expected.checksum:
2209 * editing/pasteboard/merge-end-1-expected.png:
2210 * editing/pasteboard/merge-end-1-expected.txt:
2211 * editing/pasteboard/merge-end-1.html:
2212 * editing/pasteboard/merge-end-2-expected.checksum:
2213 * editing/pasteboard/merge-end-2-expected.png:
2214 * editing/pasteboard/merge-end-2-expected.txt:
2215 * editing/pasteboard/merge-end-2.html:
2217 2007-05-14 Maciej Stachowiak <mjs@apple.com>
2221 - Test case for <rdar://problem/5203036> REGRESSION: Assertion failure in WebCore::FrameLoader::restoreScrollPositionAndViewState() going back from fark.com Photoshop contest (13684)
2223 * http/tests/incremental/slow-utf8-html.pl:
2224 * http/tests/navigation/back-to-slow-frame.html: Added.
2225 * http/tests/navigation/back-to-slow-frame-expected.txt: Added.
2226 * http/tests/navigation/resources/back-to-slow-frame-2.html: Added.
2227 * http/tests/navigation/resources/back-to-slow-frame-3.html: Added.
2228 * http/tests/navigation/resources/slow-resource-1-sec.pl: Added.
2230 2007-05-14 Kimmo Kinnunen <kimmok@iki.fi>
2234 - Tests for fix to http://bugs.webkit.org/show_bug.cgi?id=13622 (Decompiler omits
2235 trailing comma in array literal)
2237 * fast/js/resources/toString-elision-trailing-comma.js: Added.
2238 * fast/js/toString-elision-trailing-comma-expected.txt: Added.
2239 * fast/js/toString-elision-trailing-comma.html: Added.
2241 2007-05-14 Mitz Pettel <mitz@webkit.org>
2243 Reviewed by Dave Hyatt.
2245 - test for http://bugs.webkit.org/show_bug.cgi?id=13603
2246 style leaks in washingtonpost.com
2248 * fast/parser/residual-style-close-across-n-blocks-expected.txt: Added.
2249 * fast/parser/residual-style-close-across-n-blocks.html: Added.
2251 2007-05-14 Sam Weinig <sam@webkit.org>
2255 - Tests for http://bugs.webkit.org/show_bug.cgi?id=13541
2256 REGRESSION: Setting a DOMString attribute to JS null in the
2257 JS bindings should default to converting to the empty string
2259 * fast/dom/document-attribute-js-null-expected.txt: Added.
2260 * fast/dom/document-attribute-js-null.html: Added.
2261 * fast/dom/element-attribute-js-null-expected.txt: Added.
2262 * fast/dom/element-attribute-js-null.html: Added.
2263 * fast/forms/input-null-expected.txt: Removed.
2264 * fast/forms/input-null.html: Removed.
2266 2007-05-14 Justin Garcia <justin.garcia@apple.com>
2270 <rdar://problem/5136696> Selection is removed when focusing a node in another frame
2273 * editing/selection/5136696-expected.checksum: Added.
2274 * editing/selection/5136696-expected.png: Added.
2275 * editing/selection/5136696-expected.txt: Added.
2276 * editing/selection/5136696.html: Added.
2278 2007-05-14 Kimmo Kinnunen <kimmok@iki.fi>
2280 Tests for http://bugs.webkit.org/show_bug.cgi?id=10878
2281 Bug 10878: Incorrect decompilation for "4..x"
2283 Test all the different forms of expressions that can contain
2284 a dot following a number literal.
2285 Includes new tests for PrefixDotNode, PostfixDotNode, DeleteDotNode,
2286 AssignDotNode and FunctionCallParenDotNode.
2288 * fast/js/resources/toString-number-dot-expr.js:
2289 * fast/js/toString-number-dot-expr-expected.txt: Updated.
2291 2007-05-13 Alexey Proskuryakov <ap@webkit.org>
2295 http://bugs.webkit.org/show_bug.cgi?id=13690
2296 JavaScript Form Validation issue on Banco do Brasil site
2298 * fast/forms/input-setvalue-selection-expected.txt: Added.
2299 * fast/forms/input-setvalue-selection.html: Added.
2301 * fast/forms/input-appearance-maxlength.html: Now that the selection is correctly set
2302 in inactive text inputs, we need to explicitly change it to exercise the same code path.
2304 * fast/forms/input-selection-restore-expected.txt: Removed.
2305 * fast/forms/input-selection-restore.html: Removed.
2306 AFAICT, this test was added in r14931 to test for status quo, and not because we
2307 specifically wanted such behavior.
2309 2007-05-13 Rob Buis <buis@kde.org>
2313 http://bugs.webkit.org/show_bug.cgi?id=13529
2314 DOM3 keyIdentifier text is incorrect
2316 Adjusted tests and test results.
2318 * fast/events/frame-tab-focus.html:
2319 * fast/events/js-keyboard-event-creation-expected.txt:
2320 * fast/events/objc-event-api-expected.txt:
2321 * fast/events/option-tab.html:
2322 * fast/forms/focus2.html:
2323 * fast/html/tab-order.html:
2325 2007-05-12 Mitz Pettel <mitz@webkit.org>
2329 - repaint test for http://bugs.webkit.org/show_bug.cgi?id=13680
2330 Incomplete repaint of focus ring around continuation
2332 * fast/repaint/continuation-after-outline-expected.checksum: Added.
2333 * fast/repaint/continuation-after-outline-expected.png: Added.
2334 * fast/repaint/continuation-after-outline-expected.txt: Added.
2335 * fast/repaint/continuation-after-outline.html: Added.
2337 2007-05-12 Oliver Hunt <oliver@apple.com>
2341 Add test to verify files can be dragged to <input type="file">
2343 * fast/forms/dragging-to-file-input-expected.txt: Added.
2344 * fast/forms/dragging-to-file-input.html: Added.
2346 2007-05-12 Mitz Pettel <mitz@webkit.org>
2350 - pixel test for http://bugs.webkit.org/show_bug.cgi?id=13695
2351 REGRESSION (r21387): Replaced elements' highlight rects are wrongly positioned
2353 * fast/replaced/selection-rect-expected.checksum: Added.
2354 * fast/replaced/selection-rect-expected.png: Added.
2355 * fast/replaced/selection-rect-expected.txt: Added.
2356 * fast/replaced/selection-rect.html: Added.
2358 2007-05-12 Mitz Pettel <mitz@webkit.org>
2362 - repaint test for http://bugs.webkit.org/show_bug.cgi?id=13685
2363 REGRESSION (r21368-r21388): Highlighting text in scrolled textareas behaves oddly
2365 * fast/repaint/text-selection-rect-in-overflow-expected.checksum: Added.
2366 * fast/repaint/text-selection-rect-in-overflow-expected.png: Added.
2367 * fast/repaint/text-selection-rect-in-overflow-expected.txt: Added.
2368 * fast/repaint/text-selection-rect-in-overflow.html: Added.
2370 2007-05-11 Oliver Hunt <oliver@apple.com>
2374 Layout test for x-mac-roman character encoding.
2376 * fast/encoding/xmacroman-encoding-test-expected.txt: Added.
2377 * fast/encoding/xmacroman-encoding-test.html: Added.
2379 2007-05-11 Oliver Hunt <oliver@apple.com>
2383 Layout tests for <rdar://problem/5017375> WebKit should disable SVG in Dashboard
2384 Tests attempt to use SVG in a number of ways, both direct and indirect.
2387 * http/tests/xmlhttprequest/resources/svgtest.svg: Added.
2390 * http/tests/xmlhttprequest/svg-created-by-xhr-disallowed-in-dashboard-expected.txt: Added.
2391 * http/tests/xmlhttprequest/svg-created-by-xhr-disallowed-in-dashboard.html: Added.
2392 Attempts to use an SVG doc created with XHR as content
2394 * svg/custom/embedded-svg-disallowed-in-dashboard-expected.txt: Added.
2395 * svg/custom/embedded-svg-disallowed-in-dashboard.xml: Added.
2396 Attempts to use SVG by embedding it in an SVG doc.
2398 * svg/custom/manually-parsed-embedded-svg-disallowed-in-dashboard-expected.txt: Added.
2399 * svg/custom/manually-parsed-embedded-svg-disallowed-in-dashboard.html: Added.
2400 Attempts to use SVG by using a DOMParser to manually parse XHMTL with embedded SVG
2402 * svg/custom/manually-parsed-svg-disallowed-in-dashboard-expected.txt: Added.
2403 * svg/custom/manually-parsed-svg-disallowed-in-dashboard.html: Added.
2404 Attempts to use SVG by using a DOMParser to manually create an SVG doc from a string
2406 * svg/custom/svg-disallowed-in-dashboard-object-expected.txt: Added.
2407 * svg/custom/svg-disallowed-in-dashboard-object.html: Added.
2408 Attempts to embed SVG with <embed>, <object>, and <iframe>
2410 2007-05-11 Mark Rowe <mrowe@apple.com>
2412 Rubber-stamped by Oliver.
2414 * fast/encoding/char-encoding.html: Change from a 5 millisecond
2415 timeout to a 500 millisecond timeout to work around occasional
2416 timing-related test failures.
2418 2007-05-11 Geoffrey Garen <ggaren@apple.com>
2420 Reviewed by Darin Adler.
2422 Updated test a little bit now that +[WebScriptObject scriptObjectForJSObject:frame:]
2425 * fast/dom/wrapper-round-tripping.html:
2427 2007-05-11 Mitz Pettel <mitz@webkit.org>
2431 - test and updated results for http://bugs.webkit.org/show_bug.cgi?id=13635
2432 REGRESSION: Cannot log in to webmail.co.za account
2434 * fast/dom/HTMLOptionElement/option-text-expected.txt: Added.
2435 * fast/dom/HTMLOptionElement/option-text.html: Added.
2436 * fast/forms/HTMLOptionElement_label06-expected.checksum:
2437 * fast/forms/HTMLOptionElement_label06-expected.png:
2438 * fast/forms/HTMLOptionElement_label06-expected.txt:
2440 2007-05-11 Kimmo Kinnunen <kimmok@iki.fi>
2444 - Tests for bug http://bugs.webkit.org/show_bug.cgi?id=13620
2445 Bogus decompilation of "for (var j = 1 in [])"
2447 Testcase covers toString()ing functions with
2448 for-statements of form for (var j = 1 in []) and for (var j=0;j<10;j++)
2450 * fast/js/resources/toString-for-var-decl.js: Added.
2451 * fast/js/toString-for-var-decl-expected.txt: Added.
2452 * fast/js/toString-for-var-decl.html: Added.
2454 2007-05-11 Kimmo Kinnunen <kimmok@iki.fi>
2458 Tests for http://bugs.webkit.org/show_bug.cgi?id=10878
2459 Bug 10878: Incorrect decompilation for "4..x"
2461 * fast/js/resources/toString-number-dot-expr.js: Added.
2462 * fast/js/toString-number-dot-expr-expected.txt: Added.
2463 * fast/js/toString-number-dot-expr.html: Added.
2465 2007-05-11 Darin Adler <darin@apple.com>
2469 - test for http://bugs.webkit.org/show_bug.cgi?id=7452
2470 <rdar://problem/3211749> line breaks ignored after <wbr> in <pre> block (affects livejournal.com)
2472 * fast/text/wbr-pre-expected.checksum: Added.
2473 * fast/text/wbr-pre-expected.png: Added.
2474 * fast/text/wbr-pre-expected.txt: Added.
2475 * fast/text/wbr-pre.html: Added.
2477 - test for http://bugs.webkit.org/show_bug.cgi?id=10657
2478 <rdar://problem/4274588> <wbr> tags are ignored
2480 * fast/text/wbr-expected.checksum: Added.
2481 * fast/text/wbr-expected.png: Added.
2482 * fast/text/wbr-expected.txt: Added.
2483 * fast/text/wbr.html: Added.
2485 - test for http://bugs.webkit.org/show_bug.cgi?id=12689
2486 <wbr> :before/:after content causes line break
2488 * fast/css-generated-content/wbr-with-before-content-expected.checksum: Added.
2489 * fast/css-generated-content/wbr-with-before-content-expected.png: Added.
2490 * fast/css-generated-content/wbr-with-before-content-expected.txt: Added.
2491 * fast/css-generated-content/wbr-with-before-content.html: Added.
2493 - test for <rdar://problem/5127366> DOM tree isn't correct when parsing with <wbr>
2495 * fast/invalid/021-expected.txt: Updated result.
2496 * fast/parser/parse-wbr-expected.txt: Added.
2497 * fast/parser/parse-wbr.html: Added.
2499 2007-05-10 Mitz Pettel <mitz@webkit.org>
2503 - repaint test and updated results for http://bugs.webkit.org/show_bug.cgi?id=13655
2504 Incomplete repaint when text-shadow is used in a render layer with explicit height
2506 * fast/repaint/layer-full-repaint-expected.checksum: Added.
2507 * fast/repaint/layer-full-repaint-expected.png: Added.
2508 * fast/repaint/layer-full-repaint-expected.txt: Added.
2509 * fast/repaint/layer-full-repaint.html: Added.
2510 * fast/repaint/repaint-resized-overflow-expected.checksum:
2511 * fast/repaint/repaint-resized-overflow-expected.png:
2513 2007-05-10 Justin Garcia <justin.garcia@apple.com>
2517 <rdar://problem/5195166> Incorrect proposedRange DOMRange passed to WebViewEditing delegate
2519 * editing/selection/5195166-1-expected.checksum: Added.
2520 * editing/selection/5195166-1-expected.png: Added.
2521 * editing/selection/5195166-1-expected.txt: Added.
2522 * editing/selection/5195166-1.html: Added.
2523 * editing/selection/5195166-2-expected.checksum: Added.
2524 * editing/selection/5195166-2-expected.png: Added.
2525 * editing/selection/5195166-2-expected.txt: Added.
2526 * editing/selection/5195166-2.html: Added.
2528 2007-05-10 Adele Peterson <adele@apple.com>
2532 Test for <rdar://problem/4100616> Doing a "find" in RSS doesn't scroll to result
2534 * fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.checksum: Added.
2535 * fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.png: Added.
2536 * fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.txt: Added.
2537 * fast/overflow/scroll-nested-positioned-layer-in-overflow.html: Added.
2539 2007-05-08 Maciej Stachowiak <mjs@apple.com>
2543 - new test case for:
2544 <rdar://problem/5063277> blank screen after login to Citibank Online (accessing document before frame starts loading cancels load)
2545 <rdar://problem/5159541> REGRESSION (r20972): Wall Street Journal pages replaced by advertisements (13465)
2547 (The test case covers both scenarios.)
2549 * http/tests/misc/frame-access-during-load-expected.checksum: Added.
2550 * http/tests/misc/frame-access-during-load-expected.png: Added.
2551 * http/tests/misc/frame-access-during-load-expected.txt: Added.
2552 * http/tests/misc/frame-access-during-load.html: Added.
2554 - test results beneficially or harmlessly changed as a result of the above fixes
2556 * css2.1/t0801-c412-hz-box-00-b-a-expected.checksum:
2557 * css2.1/t0801-c412-hz-box-00-b-a-expected.png:
2558 * css2.1/t0801-c412-hz-box-00-b-a-expected.txt: This reflects an <object> containing
2559 an image now creating an image renderer.
2561 * dom/xhtml/level2/html/HTMLIFrameElement11-expected.txt: This is updated to a slightly
2562 less bad failure for access to a frame that's not loaded yet.
2564 The following test results now reflect the frame removal that the test was testing:
2566 * fast/dom/clientWidthAfterDocumentIsRemoved-expected.checksum:
2567 * fast/dom/clientWidthAfterDocumentIsRemoved-expected.png:
2568 * fast/dom/clientWidthAfterDocumentIsRemoved-expected.txt:
2569 * fast/dom/replaceChild-expected.checksum:
2570 * fast/dom/replaceChild-expected.png:
2571 * fast/dom/replaceChild-expected.txt:
2573 The following tests results now reflect empty document content for iframes that never load anything:
2575 * fast/events/focusingUnloadedFrame-expected.txt:
2576 * tables/mozilla_expected_failures/bugs/bug137388-1-expected.txt:
2577 * tables/mozilla_expected_failures/bugs/bug137388-2-expected.txt:
2579 2007-05-10 Brady Eidson <beidson@apple.com>
2583 Fix for http://bugs.webkit.org/show_bug.cgi?id=13636 and <rdar://problem/5190816>
2585 When creating the applets collection, be sure to only count Objects if they contain
2588 * dom/html/level2/html/AppletsCollection-expected.txt: Added.
2589 * dom/html/level2/html/AppletsCollection.html: Added.
2591 2007-05-09 Geoffrey Garen <ggaren@apple.com>
2593 Reviewed by Maciej Stachowiak.
2595 Tests for more fix-ups to the WebScriptObject/WebScripting APIs, related to
2596 <rdar://problem/5140447> API for fetching JSGlobalContextRef from WebView
2599 * fast/dom/wrapper-classes-expected.txt:
2600 * fast/dom/wrapper-classes.html: Added cases to test the wrapper classes
2601 for different data types sent across the JS/ObjC bridge.
2602 * fast/dom/wrapper-round-tripping-expected.txt: Added.
2603 * fast/dom/wrapper-round-tripping.html: Added. New test to verify that
2604 you can round-trip between a JSObjectRef and a WebScriptObject.
2606 2007-05-09 Oliver Hunt <oliver@apple.com>
2610 Workaround for rdar://problem/5114296 need to allow for
2611 download occuring, and thus not triggering subframeLoaded()
2613 * fast/encoding/char-encoding.html:
2615 2007-05-08 Justin Garcia <justin.garcia@apple.com>
2619 <rdar://problem/5017613> Style changes don't effect fully selected ToDo content
2621 Demonstrates the bug:
2622 * editing/style/5017613-1-expected.checksum: Added.
2623 * editing/style/5017613-1-expected.png: Added.
2624 * editing/style/5017613-1-expected.txt: Added.
2625 * editing/style/5017613-1.html: Added.
2627 Tests to make sure that a plaintext-only region
2628 will only be styled if it is fully selected:
2629 * editing/style/5017613-2-expected.checksum: Added.
2630 * editing/style/5017613-2-expected.png: Added.
2631 * editing/style/5017613-2-expected.txt: Added.
2632 * editing/style/5017613-2.html: Added.
2634 2007-05-09 Adele Peterson <adele@apple.com>
2638 Updated results for <rdar://problem/5113578> REGRESSION: textfields that set the height but not the font
2639 look different from IE & FF because the font is small
2641 * fast/block/float/032-expected.txt:
2642 * fast/forms/input-text-word-wrap-expected.checksum:
2643 * fast/forms/input-text-word-wrap-expected.png:
2644 * fast/forms/input-text-word-wrap-expected.txt:
2646 2007-05-09 Darin Adler <darin@apple.com>
2648 - checked in a file that was accidentally left out of the last check-in
2650 * fast/js/cyclic-prototypes-expected.txt: Added.
2652 2007-05-09 Eric Seidel <eric@webkit.org>
2656 http://bugs.webkit.org/show_bug.cgi?id=6985
2657 Cyclic __proto__ values cause webkit to hang
2659 * fast/js/cyclic-prototypes-expected.txt: Added.
2660 * fast/js/cyclic-prototypes.html: Added.
2661 * fast/js/resources/cyclic-prototypes.js: Added.
2663 2007-05-08 Geoffrey Garen <ggaren@apple.com>
2665 Reviewed by Darin Adler.
2667 Added test to verify that you get back the same JS/ObjC wrapper when
2668 you access the same object twice.
2670 * fast/dom/wrapper-identity-expected.txt: Added.
2671 * fast/dom/wrapper-identity.html: Added.
2673 2007-05-08 Kimmo Kinnunen <kimmok@iki.fi>
2675 Reviewed by darin. Landed by eseidel.
2677 - http://bugs.webkit.org/show_bug.cgi?id=10880 Do..while loop gains extra ;
2679 * fast/js/do-while-semicolon-expected.txt: Added.
2680 * fast/js/do-while-semicolon.html: Added.
2681 * fast/js/resources/do-while-semicolon.js: Added.
2683 2007-05-08 Oliver Hunt <oliver@apple.com>
2687 Test for <rdar://problem/5188938> arc method on
2688 Canvas causes hang or crash work around.
2690 * fast/canvas/arc-crash-expected.txt: Added.
2691 * fast/canvas/arc-crash.html: Added.
2693 2007-05-08 Alexey Proskuryakov <ap@webkit.org>
2697 http://bugs.webkit.org/show_bug.cgi?id=13480
2698 window.Attr is undefined
2700 * fast/dom/Window/attr-constructor-expected.txt: Added.
2701 * fast/dom/Window/attr-constructor.html: Added.
2703 * fast/dom/Window/window-properties-expected.txt: Many new global constructors added.
2705 2007-05-07 Justin Garcia <justin.garcia@apple.com>
2709 <rdar://problem/4895428> Can't drag selected ToDo
2711 This tests to see that the focus of a focusable node
2712 inside an already focused node is delayed until mouse up:
2713 * editing/selection/4895428-2-expected.checksum: Added.
2714 * editing/selection/4895428-2-expected.png: Added.
2715 * editing/selection/4895428-2-expected.txt: Added.
2716 * editing/selection/4895428-2.html: Added.
2718 We delay focus until mouse up, but only if that node is
2719 inside an already focused node:
2720 * editing/selection/4895428-3-expected.checksum: Added.
2721 * editing/selection/4895428-3-expected.png: Added.
2722 * editing/selection/4895428-3-expected.txt: Added.
2723 * editing/selection/4895428-3.html: Added.
2725 This demonstrates the bug:
2726 * editing/selection/4895428-4-expected.checksum: Added.
2727 * editing/selection/4895428-4-expected.png: Added.
2728 * editing/selection/4895428-4-expected.txt: Added.
2729 * editing/selection/4895428-4.html: Added.
2731 2007-05-07 Oliver Hunt <oliver@apple.com>
2735 Test the behaviour of canvas methods called with inf/nan parameters
2737 * fast/canvas/canvas-with-incorrect-args-expected.txt: Added.
2738 * fast/canvas/canvas-with-incorrect-args.html: Added.
2740 2007-05-07 Justin Garcia <justin.garcia@apple.com>
2744 <rdar://problem/4895428> Can't drag selected To Do if it is not showing a due date
2746 * editing/selection/4895428-1-expected.checksum: Added.
2747 * editing/selection/4895428-1-expected.png: Added.
2748 * editing/selection/4895428-1-expected.txt: Added.
2749 * editing/selection/4895428-1.html: Added.
2751 2007-05-07 Darin Adler <darin@apple.com>
2753 - rolling out setInnerHTML optimization until I can figure out why tests are failing
2755 2007-05-07 Darin Adler <darin@apple.com>
2759 - test for http://bugs.webkit.org/show_bug.cgi?id=13602
2760 Amazon product pages keep repainting over and over again
2762 * fast/dom/HTMLElement/set-inner-outer-optimization-expected.txt: Added.
2763 * fast/dom/HTMLElement/set-inner-outer-optimization.html: Added.
2765 2007-05-06 Darin Adler <darin@apple.com>
2769 - test for http://bugs.webkit.org/show_bug.cgi?id=13537
2771 * fast/canvas/drawImage-with-invalid-args.html: Changed to a dumpAsText test.
2772 Added logging and a negative-size test.
2773 * fast/canvas/drawImage-with-invalid-args-expected.txt: Updated.
2775 * fast/canvas/drawImage-with-invalid-args-expected.checksum: Removed.
2776 * fast/canvas/drawImage-with-invalid-args-expected.png: Removed.
2778 2007-05-06 Mitz Pettel <mitz@webkit.org>
2782 - test for http://bugs.webkit.org/show_bug.cgi?id=13557
2783 Crash when dragging selection over absolutely positioned generated content on block element
2785 * fast/css-generated-content/positioned-background-hit-test-crash-expected.checksum: Added.
2786 * fast/css-generated-content/positioned-background-hit-test-crash-expected.png: Added.
2787 * fast/css-generated-content/positioned-background-hit-test-crash-expected.txt: Added.
2788 * fast/css-generated-content/positioned-background-hit-test-crash.html: Added.
2790 2007-05-06 Alexey Proskuryakov <ap@webkit.org>
2794 http://bugs.webkit.org/show_bug.cgi?id=13584
2795 <script> code wrongly assumes requests can't fail
2797 * fast/loader/unloadable-script-expected.txt: Added.
2798 * fast/loader/unloadable-script.html: Added.
2800 2007-05-04 Darin Adler <darin@apple.com>
2804 - test for http://bugs.webkit.org/show_bug.cgi?id=12821
2805 <rdar://problem/5007921> Number.toExponential doesn't work for negative numbers
2807 * fast/js/kde/resources/Number.js: Added negative number versions of some tests of
2808 toFixed, toExponential, toPrecision, etc.
2809 * fast/js/kde/Number-expected.txt: Updated, new tests all passing.
2811 2007-05-02 David Harrison <harrison@apple.com>
2815 - test for <rdar://problem/5174862> Crash resulting from DeprecatedString::insert()
2817 * editing/selection/move-by-sentence-001-expected.checksum: Added.
2818 * editing/selection/move-by-sentence-001-expected.png: Added.
2819 * editing/selection/move-by-sentence-001-expected.txt: Added.
2820 * editing/selection/move-by-sentence-001.html: Added.
2822 2007-05-02 Mitz Pettel <mitz@webkit.org>
2824 Reviewed by Dave Hyatt.
2826 - test for http://bugs.webkit.org/show_bug.cgi?id=9276
2827 Quirksmode: Image swap resize bug
2829 * fast/replaced/image-resize-width-expected.checksum: Added.
2830 * fast/replaced/image-resize-width-expected.png: Added.
2831 * fast/replaced/image-resize-width-expected.txt: Added.
2832 * fast/replaced/image-resize-width.html: Added.
2833 * fast/replaced/resources/rectangle-red-200x100.png: Added.
2835 2007-05-01 Justin Garcia <justin.garcia@apple.com>
2839 <rdar://problem/5002441>
2840 Pressing space key does nothing above quoted content or a signature
2842 Demonstrates the bug:
2843 * editing/inserting/5002441-expected.checksum: Added.
2844 * editing/inserting/5002441-expected.png: Added.
2845 * editing/inserting/5002441-expected.txt: Added.
2846 * editing/inserting/5002441.html: Added.
2848 Fixed. Spaces passed to execCommand("InsertText", ...)
2849 are no longer collapsed:
2850 * editing/inserting/editable-html-element-expected.checksum:
2851 * editing/inserting/editable-html-element-expected.png:
2852 * editing/inserting/editable-html-element-expected.txt:
2853 * editing/pasteboard/4989774-expected.checksum:
2854 * editing/pasteboard/4989774-expected.png:
2855 * editing/pasteboard/4989774-expected.txt:
2856 * editing/selection/4983858-expected.checksum:
2857 * editing/selection/4983858-expected.png:
2858 * editing/selection/4983858-expected.txt:
2860 2007-05-01 Darin Adler <darin@apple.com>
2864 - test for http://bugs.webkit.org/show_bug.cgi?id=13559
2865 REGRESSION: Canvas aspect ratio is incorrect
2867 * fast/canvas/canvas-size-change-after-layout-expected.checksum: Added.
2868 * fast/canvas/canvas-size-change-after-layout-expected.png: Added.
2869 * fast/canvas/canvas-size-change-after-layout-expected.txt: Added.
2870 * fast/canvas/canvas-size-change-after-layout.html: Added.
2872 2007-05-01 Darin Adler <darin@apple.com>
2876 - added a test for <rdar://problem/5172596> HTML-parser-created tbody elements
2877 are being ignored when processing CSS child rules
2879 * fast/css/child-selector-implicit-tbody.html: Added.
2880 * fast/css/child-selector-implicit-tbody-expected.txt: Added.
2882 - updated test results for <rdar://problem/5172607> XML parser is creating
2883 implicit tbody elements; the only change is the tag name that's dumped
2885 * fast/table/037-expected.txt:
2886 * tables/mozilla/marvin/x_caption_align_bottom-expected.txt:
2887 * tables/mozilla/marvin/x_caption_align_top-expected.txt:
2888 * tables/mozilla/marvin/x_caption_class-expected.txt:
2889 * tables/mozilla/marvin/x_caption_id-expected.txt:
2890 * tables/mozilla/marvin/x_caption_style-expected.txt:
2891 * tables/mozilla/marvin/x_col_align_center-expected.txt:
2892 * tables/mozilla/marvin/x_col_align_char-expected.txt:
2893 * tables/mozilla/marvin/x_col_align_justify-expected.txt:
2894 * tables/mozilla/marvin/x_col_align_left-expected.txt:
2895 * tables/mozilla/marvin/x_col_align_right-expected.txt:
2896 * tables/mozilla/marvin/x_col_span-expected.txt:
2897 * tables/mozilla/marvin/x_col_valign_baseline-expected.txt:
2898 * tables/mozilla/marvin/x_col_valign_bottom-expected.txt:
2899 * tables/mozilla/marvin/x_col_valign_middle-expected.txt:
2900 * tables/mozilla/marvin/x_col_valign_top-expected.txt:
2901 * tables/mozilla/marvin/x_col_width_pct-expected.txt:
2902 * tables/mozilla/marvin/x_col_width_px-expected.txt:
2903 * tables/mozilla/marvin/x_col_width_rel-expected.txt:
2904 * tables/mozilla/marvin/x_colgroup_align_center-expected.txt:
2905 * tables/mozilla/marvin/x_colgroup_align_char-expected.txt:
2906 * tables/mozilla/marvin/x_colgroup_align_justify-expected.txt:
2907 * tables/mozilla/marvin/x_colgroup_align_left-expected.txt:
2908 * tables/mozilla/marvin/x_colgroup_align_right-expected.txt:
2909 * tables/mozilla/marvin/x_colgroup_span-expected.txt:
2910 * tables/mozilla/marvin/x_colgroup_valign_baseline-expected.txt:
2911 * tables/mozilla/marvin/x_colgroup_valign_bottom-expected.txt:
2912 * tables/mozilla/marvin/x_colgroup_valign_middle-expected.txt:
2913 * tables/mozilla/marvin/x_colgroup_valign_top-expected.txt:
2914 * tables/mozilla/marvin/x_colgroup_width_rel-expected.txt:
2915 * tables/mozilla/marvin/x_table_align_center-expected.txt:
2916 * tables/mozilla/marvin/x_table_align_left-expected.txt:
2917 * tables/mozilla/marvin/x_table_align_right-expected.txt:
2918 * tables/mozilla/marvin/x_table_bgcolor_name-expected.txt:
2919 * tables/mozilla/marvin/x_table_bgcolor_rgb-expected.txt:
2920 * tables/mozilla/marvin/x_table_cellpadding-expected.txt:
2921 * tables/mozilla/marvin/x_table_cellpadding_pct-expected.txt:
2922 * tables/mozilla/marvin/x_table_cellspacing-expected.txt:
2923 * tables/mozilla/marvin/x_table_cellspacing_pct-expected.txt:
2924 * tables/mozilla/marvin/x_table_class-expected.txt:
2925 * tables/mozilla/marvin/x_table_id-expected.txt:
2926 * tables/mozilla/marvin/x_table_style-expected.txt:
2927 * tables/mozilla/marvin/x_table_width_pct-expected.txt:
2928 * tables/mozilla/marvin/x_table_width_px-expected.txt:
2929 * tables/mozilla/marvin/x_td_align_center-expected.txt:
2930 * tables/mozilla/marvin/x_td_align_char-expected.txt:
2931 * tables/mozilla/marvin/x_td_align_justify-expected.txt:
2932 * tables/mozilla/marvin/x_td_align_left-expected.txt:
2933 * tables/mozilla/marvin/x_td_align_right-expected.txt:
2934 * tables/mozilla/marvin/x_td_bgcolor_name-expected.txt:
2935 * tables/mozilla/marvin/x_td_bgcolor_rgb-expected.txt:
2936 * tables/mozilla/marvin/x_td_class-expected.txt:
2937 * tables/mozilla/marvin/x_td_colspan-expected.txt:
2938 * tables/mozilla/marvin/x_td_height-expected.txt:
2939 * tables/mozilla/marvin/x_td_id-expected.txt:
2940 * tables/mozilla/marvin/x_td_nowrap-expected.txt:
2941 * tables/mozilla/marvin/x_td_rowspan-expected.txt:
2942 * tables/mozilla/marvin/x_td_style-expected.txt:
2943 * tables/mozilla/marvin/x_td_valign_baseline-expected.txt:
2944 * tables/mozilla/marvin/x_td_valign_bottom-expected.txt:
2945 * tables/mozilla/marvin/x_td_valign_middle-expected.txt:
2946 * tables/mozilla/marvin/x_td_valign_top-expected.txt:
2947 * tables/mozilla/marvin/x_td_width-expected.txt:
2948 * tables/mozilla/marvin/x_th_align_center-expected.txt:
2949 * tables/mozilla/marvin/x_th_align_char-expected.txt:
2950 * tables/mozilla/marvin/x_th_align_justify-expected.txt:
2951 * tables/mozilla/marvin/x_th_align_left-expected.txt:
2952 * tables/mozilla/marvin/x_th_align_right-expected.txt:
2953 * tables/mozilla/marvin/x_th_bgcolor_name-expected.txt:
2954 * tables/mozilla/marvin/x_th_bgcolor_rgb-expected.txt:
2955 * tables/mozilla/marvin/x_th_class-expected.txt:
2956 * tables/mozilla/marvin/x_th_colspan-expected.txt:
2957 * tables/mozilla/marvin/x_th_height-expected.txt:
2958 * tables/mozilla/marvin/x_th_id-expected.txt:
2959 * tables/mozilla/marvin/x_th_nowrap-expected.txt:
2960 * tables/mozilla/marvin/x_th_rowspan-expected.txt:
2961 * tables/mozilla/marvin/x_th_style-expected.txt:
2962 * tables/mozilla/marvin/x_th_valign_baseline-expected.txt:
2963 * tables/mozilla/marvin/x_th_valign_bottom-expected.txt:
2964 * tables/mozilla/marvin/x_th_valign_middle-expected.txt:
2965 * tables/mozilla/marvin/x_th_valign_top-expected.txt:
2966 * tables/mozilla/marvin/x_th_width-expected.txt:
2967 * tables/mozilla/marvin/x_tr_align_center-expected.txt:
2968 * tables/mozilla/marvin/x_tr_align_char-expected.txt:
2969 * tables/mozilla/marvin/x_tr_align_justify-expected.txt:
2970 * tables/mozilla/marvin/x_tr_align_left-expected.txt:
2971 * tables/mozilla/marvin/x_tr_align_right-expected.txt:
2972 * tables/mozilla/marvin/x_tr_bgcolor_name-expected.txt:
2973 * tables/mozilla/marvin/x_tr_bgcolor_rgb-expected.txt:
2974 * tables/mozilla/marvin/x_tr_class-expected.txt:
2975 * tables/mozilla/marvin/x_tr_id-expected.txt:
2976 * tables/mozilla/marvin/x_tr_style-expected.txt:
2977 * tables/mozilla/marvin/x_tr_valign_baseline-expected.txt:
2978 * tables/mozilla/marvin/x_tr_valign_bottom-expected.txt:
2979 * tables/mozilla/marvin/x_tr_valign_middle-expected.txt:
2980 * tables/mozilla/marvin/x_tr_valign_top-expected.txt:
2981 * tables/mozilla_expected_failures/bugs/bug178855-expected.txt:
2982 * tables/mozilla_expected_failures/marvin/x_caption_align_left-expected.txt:
2983 * tables/mozilla_expected_failures/marvin/x_caption_align_right-expected.txt:
2984 * tables/mozilla_expected_failures/marvin/x_colgroup_width_pct-expected.txt:
2985 * tables/mozilla_expected_failures/marvin/x_colgroup_width_px-expected.txt:
2987 2007-04-30 David Hyatt <hyatt@apple.com>
2989 Fix for bug 12691, generated content and display: table-cell duplicates
2990 content on a size change. Make sure that the code to update before/after
2991 content is smart enough to drill into anonymous containers to find the
2996 * fast/css-generated-content/table-cell-before-content-expected.checksum: Added.
2997 * fast/css-generated-content/table-cell-before-content-expected.png: Added.
2998 * fast/css-generated-content/table-cell-before-content-expected.txt: Added.
2999 * fast/css-generated-content/table-cell-before-content.html: Added.
3001 2007-04-30 Justin Garcia <justin.garcia@apple.com>
3005 <rdar://problem/4875189> List gets deleted when replacing contents
3007 Replacing the contents of a list:
3008 * editing/inserting/4875189-1-expected.checksum: Added.
3009 * editing/inserting/4875189-1-expected.png: Added.
3010 * editing/inserting/4875189-1-expected.txt: Added.
3011 * editing/inserting/4875189-1.html: Added.
3013 * editing/inserting/4875189-2-expected.checksum: Added.
3014 * editing/inserting/4875189-2-expected.png: Added.
3015 * editing/inserting/4875189-2-expected.txt: Added.
3016 * editing/inserting/4875189-2.html: Added.
3017 Pasting a list on top of itself now creates a nested list:
3018 * editing/pasteboard/paste-4039777-fix-expected.checksum:
3019 * editing/pasteboard/paste-4039777-fix-expected.png:
3020 * editing/pasteboard/paste-4039777-fix-expected.txt:
3022 2007-04-30 Justin Garcia <justin.garcia@apple.com>
3026 <rdar://problem/5168598> Crash when deleting a link inside an input field
3028 * editing/deleting/5168598-expected.checksum: Added.
3029 * editing/deleting/5168598-expected.png: Added.
3030 * editing/deleting/5168598-expected.txt: Added.
3031 * editing/deleting/5168598.html: Added.
3033 2007-04-29 Mitz Pettel <mitz@webkit.org>
3035 Reviewed by Dave Hyatt.
3037 - repaint test for http://bugs.webkit.org/show_bug.cgi?id=13544
3038 REGRESSION (r21120): Member profile frame not erased at Yahoo! Answers
3040 * fast/repaint/layer-hide-when-needs-layout-expected.checksum: Added.
3041 * fast/repaint/layer-hide-when-needs-layout-expected.png: Added.
3042 * fast/repaint/layer-hide-when-needs-layout-expected.txt: Added.
3043 * fast/repaint/layer-hide-when-needs-layout.html: Added.
3045 2007-04-29 Mitz Pettel <mitz@webkit.org>
3047 Reviewed by Darin and Hyatt.
3049 - test and updated results for http://bugs.webkit.org/show_bug.cgi?id=13487
3050 Implement O(1) absoluteClippedOverflowRect and absoluteOutlineBox during layout for a possible speed gain
3052 * fast/repaint/bugzilla-3509-expected.checksum:
3053 * fast/repaint/bugzilla-3509-expected.png:
3054 * fast/repaint/intermediate-layout-position-clip-expected.checksum: Added.
3055 * fast/repaint/intermediate-layout-position-clip-expected.png: Added.
3056 * fast/repaint/intermediate-layout-position-clip-expected.txt: Added.
3057 * fast/repaint/intermediate-layout-position-clip.html: Added.
3058 * fast/repaint/intermediate-layout-position-expected.checksum:
3059 * fast/repaint/intermediate-layout-position-expected.png:
3061 2007-04-28 Adele Peterson <adele@apple.com>
3063 Added test to cover updated fix for <rdar://problem/5152299>
3065 * fast/events/no-blur-on-enter-button-expected.txt: Added.
3066 * fast/events/no-blur-on-enter-button.html: Added.
3068 2007-04-28 Darin Adler <darin@apple.com>
3072 - test for <rdar://problem/5154144> Hamachi test fails: assertion failure in ListHashSet
3074 * fast/forms/add-remove-form-elements-stress-test-expected.txt: Added.
3075 * fast/forms/add-remove-form-elements-stress-test.html: Added.
3077 2007-04-28 Adele Peterson <adele@apple.com>
3079 Tests for <rdar://problem/5152299> REGRESSION: <button> elements do not respond to space and return key as similar <input> elements do
3081 * fast/forms/button-enter-click-expected.txt: Added.
3082 * fast/forms/button-enter-click.html: Added.
3083 * fast/forms/button-spacebar-click-expected.txt: Added.
3084 * fast/forms/button-spacebar-click.html: Added.
3086 2007-04-28 Mitz Pettel <mitz@webkit.org>
3090 - test for http://bugs.webkit.org/show_bug.cgi?id=13501
3091 REGRESSION (r21093): Pasting into text field fails and makes the caret disappear
3093 * fast/dynamic/anonymous-block-layer-lost-expected.checksum: Added.
3094 * fast/dynamic/anonymous-block-layer-lost-expected.png: Added.
3095 * fast/dynamic/anonymous-block-layer-lost-expected.txt: Added.
3096 * fast/dynamic/anonymous-block-layer-lost.html: Added.
3098 2007-04-28 Adele Peterson <adele@apple.com>
3102 Test for <rdar://problem/4806988> REGRESSION: history.go(0) doesn't reload page (affects buttons at facebook.com)
3104 * fast/history/history_reload-expected.txt: Added.
3105 * fast/history/history_reload.html: Added.
3106 * fast/history/resources/history_reload_window.html: Added.
3108 2007-04-28 Alexey Proskuryakov <ap@webkit.org>
3112 http://bugs.webkit.org/show_bug.cgi?id=13514
3113 REGRESSION (r20997-21003): Crash in WebCore::Node::document
3115 * fast/dom/NodeList/childNodes-reset-cache-expected.txt: Added.
3116 * fast/dom/NodeList/childNodes-reset-cache.html: Added.
3118 2007-04-28 Darin Adler <darin@apple.com>
3122 - test for http://bugs.webkit.org/show_bug.cgi?id=6216
3123 REGRESSION: getElementsByTagNameNS with empty namespace doesn't work
3125 * fast/dom/namespaces-1-expected.txt: Added.
3126 * fast/dom/namespaces-1.html: Added.
3128 2007-04-28 Darin Adler <darin@apple.com>
3130 Reviewed by Kevin Decker.
3132 - update test result for fix for <rdar://problem/5148271> Chinese numbers
3133 are incorrect in numbered lists (including pasting from TextEdit to Mail)
3135 * fast/lists/w3-list-styles-expected.txt: Updated. The new test results match
3136 the behavior of Firefox.
3138 2007-04-27 Mitz Pettel <mitz@webkit.org>
3142 - http://bugs.webkit.org/show_bug.cgi?id=13521
3143 Update fast/css/percentage-non-integer for the new empty table cell behavior
3145 * fast/css/percentage-non-integer-expected.checksum:
3146 * fast/css/percentage-non-integer-expected.png:
3147 * fast/css/percentage-non-integer-expected.txt:
3148 * fast/css/percentage-non-integer.html:
3150 2007-04-27 Justin Garcia <justin.garcia@apple.com>
3154 <rdar://problem/5164796>
3155 Enable execCommand("CreateLink", ...) for caret selections
3157 * editing/execCommand/5164796-expected.checksum: Added.
3158 * editing/execCommand/5164796-expected.png: Added.
3159 * editing/execCommand/5164796-expected.txt: Added.
3160 * editing/execCommand/5164796.html: Added.
3162 2007-04-27 Antti Koivisto <antti@apple.com>
3164 Forgot this png from previous commit.
3166 * fast/table/empty-cells-expected.png: Added.
3168 2007-04-27 Antti Koivisto <antti@apple.com>
3170 Reviewed by Darin, Hyatt.
3172 Test for http://bugs.webkit.org/show_bug.cgi?id=13081
3173 Empty table cells not handled correctly
3174 <rdar://problem/5067926>
3176 Added test case and checked in updated results for others. Changes represent
3177 progressions or are not visible in rendering output.
3179 * fast/block/positioning/negative-right-pos-expected.txt:
3180 * fast/css/acid2-expected.txt:
3181 * fast/css/acid2-pixel-expected.txt:
3182 * fast/css/percentage-non-integer-expected.checksum:
3183 * fast/css/percentage-non-integer-expected.png:
3184 * fast/css/percentage-non-integer-expected.txt:
3185 * fast/repaint/table-cell-move-expected.checksum:
3186 * fast/repaint/table-cell-move-expected.png:
3187 * fast/repaint/table-cell-move-expected.txt:
3188 * fast/table/012-expected.txt:
3189 * fast/table/032-expected.txt:
3190 * fast/table/empty-cells-expected.checksum: Added.
3191 * fast/table/empty-cells-expected.txt: Added.
3192 * fast/table/empty-cells.html: Added.
3193 * fast/table/empty-section-crash-expected.txt:
3194 * http/tests/misc/acid2-expected.txt:
3195 * http/tests/misc/acid2-pixel-expected.txt:
3196 * tables/mozilla/bugs/bug100334-expected.txt:
3197 * tables/mozilla/bugs/bug1188-expected.txt:
3198 * tables/mozilla/bugs/bug16012-expected.checksum:
3199 * tables/mozilla/bugs/bug16012-expected.png:
3200 * tables/mozilla/bugs/bug16012-expected.txt:
3201 * tables/mozilla/bugs/bug1818-6-expected.txt:
3202 * tables/mozilla/bugs/bug222336-expected.txt:
3203 * tables/mozilla/bugs/bug222467-expected.txt:
3204 * tables/mozilla/bugs/bug78162-expected.txt:
3205 * tables/mozilla/core/misc-expected.checksum:
3206 * tables/mozilla/core/misc-expected.png:
3207 * tables/mozilla/core/misc-expected.txt:
3208 * tables/mozilla_expected_failures/bugs/bug14007-1-expected.checksum:
3209 * tables/mozilla_expected_failures/bugs/bug14007-1-expected.png:
3210 * tables/mozilla_expected_failures/bugs/bug14007-1-expected.txt:
3211 * tables/mozilla_expected_failures/bugs/bug72393-expected.checksum:
3212 * tables/mozilla_expected_failures/bugs/bug72393-expected.png:
3213 * tables/mozilla_expected_failures/bugs/bug72393-expected.txt:
3214 * tables/mozilla_expected_failures/other/empty_cells-expected.txt:
3216 2007-04-27 Rob Buis <buis@kde.org>
3221 http://bugs.webkit.org/show_bug.cgi?id=13052
3222 Text not rendered in a second inline SVG element
3224 * svg/custom/invisible-text-after-scrolling-expected.png:
3225 * svg/custom/second-inline-text-expected.checksum: Added.
3226 * svg/custom/second-inline-text-expected.png: Added.
3227 * svg/custom/second-inline-text-expected.txt: Added.
3228 * svg/custom/second-inline-text.xhtml: Added.
3230 2007-04-26 Mitz Pettel <mitz@webkit.org>
3234 - pixel test for http://bugs.webkit.org/show_bug.cgi?id=13500
3235 REGRESSION: Listbox scrollbar does not reflect actual scrolled position when selected option is added after layout
3237 * fast/forms/listbox-scrollbar-incremental-load-expected.checksum: Added.
3238 * fast/forms/listbox-scrollbar-incremental-load-expected.png: Added.
3239 * fast/forms/listbox-scrollbar-incremental-load-expected.txt: Added.
3240 * fast/forms/listbox-scrollbar-incremental-load.html: Added.
3242 2007-04-26 Justin Garcia <justin.garcia@apple.com>
3246 <rdar://problem/5120591> Crash when creating a link in Leopard wiki server
3248 * editing/execCommand/5120591-expected.checksum: Added.
3249 * editing/execCommand/5120591-expected.png: Added.
3250 * editing/execCommand/5120591-expected.txt: Added.
3251 * editing/execCommand/5120591.html: Added.
3253 2007-04-26 Matt Perry <mpComplete@gmail.com>
3255 Reviewed, tweaked and landed by Alexey.
3258 http://bugs.webkit.org/show_bug.cgi?id=13495
3259 Crash when referencing an undefined entity in an XHTML document
3261 * fast/parser/badentity-expected.txt: Added.
3262 * fast/parser/badentity.xhtml: Added.
3263 * fast/parser/resources/badentity.xhtml: Added.
3265 2007-04-25 Rob Buis <buis@kde.org>
3270 http://bugs.webkit.org/show_bug.cgi?id=12163
3271 SVG text does not appear in a scrolling <div>
3273 * svg/custom/invisible-text-after-scrolling-expected.checksum: Added.
3274 * svg/custom/invisible-text-after-scrolling-expected.png: Added.
3275 * svg/custom/invisible-text-after-scrolling-expected.txt: Added.
3276 * svg/custom/invisible-text-after-scrolling.xhtml: Added.
3278 2007-04-25 Anders Carlsson <andersca@apple.com>
3282 <rdar://problem/4869095>
3283 default content type for XMLHttpRequest POSTs changed (breaks Flickrator 0.1 widget)
3285 * http/tests/xmlhttprequest/default-content-type-dashboard-expected.txt: Added.
3286 * http/tests/xmlhttprequest/default-content-type-dashboard.html: Added.
3288 2007-04-24 Justin Garcia <justin.garcia@apple.com>
3292 <rdar://problem/5156401>
3293 Crash when dragging text into a link inside a table cell
3296 * editing/pasteboard/5156401-1-expected.checksum: Added.
3297 * editing/pasteboard/5156401-1-expected.png: Added.
3298 * editing/pasteboard/5156401-1-expected.txt: Added.
3299 * editing/pasteboard/5156401-1.html: Added.
3301 Test inserting at the end of a link where we would previously
3302 insert in the wrong paragraph:
3303 * editing/inserting/5156401-2-expected.checksum: Added.
3304 * editing/inserting/5156401-2-expected.png: Added.
3305 * editing/inserting/5156401-2-expected.txt: Added.
3306 * editing/inserting/5156401-2.html: Added.
3308 2007-04-24 Darin Adler <darin@apple.com>
3312 - test for <rdar://problem/4356361> Selection after multiple delete
3313 keypresses and undo selects only the last deleted character
3315 * editing/undo/undo-combined-delete-boundary-expected.checksum: Added.
3316 * editing/undo/undo-combined-delete-boundary-expected.png: Added.
3317 * editing/undo/undo-combined-delete-boundary-expected.txt: Added.
3318 * editing/undo/undo-combined-delete-boundary.html: Added.
3319 * editing/undo/undo-combined-delete-expected.checksum: Added.
3320 * editing/undo/undo-combined-delete-expected.png: Added.
3321 * editing/undo/undo-combined-delete-expected.txt: Added.
3322 * editing/undo/undo-combined-delete.html: Added.
3323 * editing/undo/undo-delete-boundary-expected.checksum: Added.
3324 * editing/undo/undo-delete-boundary-expected.png: Added.
3325 * editing/undo/undo-delete-boundary-expected.txt: Added.
3326 * editing/undo/undo-delete-boundary.html: Added.
3327 * editing/undo/undo-delete-expected.checksum: Added.
3328 * editing/undo/undo-delete-expected.png: Added.
3329 * editing/undo/undo-delete-expected.txt: Added.
3330 * editing/undo/undo-delete.html: Added.
3331 * editing/undo/undo-forward-delete-boundary-expected.checksum: Added.
3332 * editing/undo/undo-forward-delete-boundary-expected.png: Added.
3333 * editing/undo/undo-forward-delete-boundary-expected.txt: Added.
3334 * editing/undo/undo-forward-delete-boundary.html: Added.
3335 * editing/undo/undo-forward-delete-expected.checksum: Added.
3336 * editing/undo/undo-forward-delete-expected.png: Added.
3337 * editing/undo/undo-forward-delete-expected.txt: Added.
3338 * editing/undo/undo-forward-delete.html: Added.
3340 * editing/deleting/delete-and-undo-expected.txt: One of the delegate callbacks has changed in
3341 this test's result, because it reflects the selection after undoing a sequence of deletions.
3343 2007-04-24 Sam Weinig <sam@webkit.org>
3347 - test for http://bugs.webkit.org/show_bug.cgi?id=13448
3348 REGRESSION: setting an input element's value to JavaScript null gives "null"
3350 * fast/forms/input-null-expected.txt: Added.
3351 * fast/forms/input-null.html: Added.
3353 2007-04-24 Mitz Pettel <mitz@webkit.org>
3355 Reviewed by Dave Hyatt.
3357 - pixel test for http://bugs.webkit.org/show_bug.cgi?id=13453
3358 Control clip isn't applied to children's backgrounds, outlines and floats
3360 * fast/forms/control-clip-expected.checksum: Added.
3361 * fast/forms/control-clip-expected.png: Added.
3362 * fast/forms/control-clip-expected.txt: Added.
3363 * fast/forms/control-clip.html: Added.
3365 2007-04-23 Geoffrey Garen <ggaren@apple.com>
3367 Rubber Stamped by Mark Rowe.
3369 Disabling this test because it hangs all the time.
3370 (http://bugs.webkit.org/show_bug.cgi?id=13370)
3372 * http/tests/plugins/npapi-response-headers.html: Removed.
3374 2007-04-23 Beth Dakin <bdakin@apple.com>
3378 Test for <rdar://problem/5155507> REGRESSION: Crash in
3379 RenderLayer::setHasVisibleContent()
3381 * fast/css-generated-content/visibleContentHiddenParent-expected.checksum: Added.
3382 * fast/css-generated-content/visibleContentHiddenParent-expected.png: Added.
3383 * fast/css-generated-content/visibleContentHiddenParent-expected.txt: Added.
3384 * fast/css-generated-content/visibleContentHiddenParent.html: Added.
3386 2007-04-23 Adele Peterson <adele@apple.com>
3390 Updating test from last checkin to include test case for select with and without a form element.
3392 * fast/events/onchange-select-popup-expected.txt:
3393 * fast/events/onchange-select-popup.html:
3395 2007-04-23 Adele Peterson <adele@apple.com>
3397 Reviewed by Hyatt & Adam.
3399 Tests for <rdar://problem/4807799> REGRESSION: calling select() in onSearch handler doesn't work if you hit enter to trigger the event
3400 and <rdar://problem/5153970> onChange doesn't fire when focusing a popup, using type-ahead to select, and leaving
3402 * fast/events/onchange-passwordfield-expected.txt:
3403 * fast/events/onchange-passwordfield.html:
3404 * fast/events/onchange-searchfield-expected.txt:
3405 * fast/events/onchange-searchfield.html:
3406 * fast/events/onchange-select-popup-expected.txt: Added.
3407 * fast/events/onchange-select-popup.html: Added.
3408 * fast/events/onchange-textfield-expected.txt:
3409 * fast/events/onchange-textfield.html:
3410 * fast/forms/onchange-enter-submit-expected.txt:
3412 2007-04-23 Darin Adler <darin@apple.com>
3416 - test for <rdar://problem/4840688> REGRESSION (r10588, r10621): JavaScript won't parse
3417 modifications of non-references (breaks 300themovie.warnerbros.com, fedex.com)
3419 * fast/js/modify-non-references-expected.txt: Added.
3420 * fast/js/modify-non-references.html: Added.
3421 * fast/js/resources/modify-non-references.js: Added.
3423 * fast/js/assign-expected.txt: Updated for different exception text.
3424 * fast/js/postfix-syntax-expected.txt: Ditto.
3425 * fast/js/prefix-syntax-expected.txt: Ditto.
3427 2007-04-23 Darin Adler <darin@apple.com>
3431 - test changes for rename of box-sizing to -webkit-box-sizing
3433 * fast/borders/border-fit.html: Rename.
3434 * fast/box-sizing/box-sizing.html: Ditto.
3435 * fast/box-sizing/panels-one.html: Added -webkit-box-sizing.
3436 * fast/box-sizing/panels-two.html: Ditto.
3437 * fast/box-sizing/percentage-height.html: Renamed -khtml-box-sizing to -webkit-box-sizing.
3438 * fast/css/computed-style-expected.txt: Updated for different name and place in sorting order.
3439 * tables/mozilla/core/box_sizing.html: Rename.
3441 2007-04-22 Darin Adler <darin@apple.com>
3443 Reviewed by Tim Hatcher.
3445 - test for http://bugs.webkit.org/show_bug.cgi?id=13439
3446 4 problems found in dashboard-region parser and serializer
3448 * fast/css/dashboard-region-parser.html: Added.
3449 * fast/css/dashboard-region-parser-expected.txt: Added.
3451 * fast/css/dashboard-regions-attr-crash.html: Updated bug URL to point to bugs.webkit.org
3452 instead of bugzilla.opendarwin.org. At some point we should do this for the roughly 100
3453 other tests that have the old URL.
3454 * fast/css/dashboard-regions-attr-crash-expected.txt: Ditto.
3456 2007-04-22 Darin Adler <darin@apple.com>
3460 - test for <rdar://problem/5100240> REGRESSION: Control-O broken
3462 * editing/input/emacs-ctrl-o-expected.checksum: Added.
3463 * editing/input/emacs-ctrl-o-expected.png: Added.
3464 * editing/input/emacs-ctrl-o-expected.txt: Added.
3465 * editing/input/emacs-ctrl-o.html: Added.
3467 2007-04-21 Mitz Pettel <mitz@webkit.org>
3471 - repaint test for http://bugs.webkit.org/show_bug.cgi?id=13391
3472 REGRESSION (r18819): Incomplete repaint of button text
3474 * fast/repaint/control-clip-expected.checksum: Added.
3475 * fast/repaint/control-clip-expected.png: Added.
3476 * fast/repaint/control-clip-expected.txt: Added.
3477 * fast/repaint/control-clip.html: Added.
3479 2007-04-21 Lamar Goddard <lamargoddard@gmail.com>
3483 http://bugs.webkit.org/show_bug.cgi?id=5262
3484 <rdar://problem/5018778>
3485 XMLSerializer drops Namespace information
3487 * fast/dom/serialize-nodes-expected.txt: Added.
3488 * fast/dom/serialize-nodes.xhtml: Added.
3489 * dom/xhtml/level3/core/nodeisequalnode14-expected.txt: This test fails because
3490 createAttribute is supposed to create an Attr with localName of null.
3491 * dom/xhtml/level3/core/nodeisequalnode15-expected.txt: Now succeeds.
3492 * fast/innerHTML/004-expected.txt: Added namespace information to head and body nodes
3493 as xhtml nodes now serialize with namespace information.
3495 2007-04-21 Alexey Proskuryakov <ap@webkit.org>
3499 http://bugs.webkit.org/show_bug.cgi?id=13300
3500 Reproducible crash opening anekdot.ru
3502 * fast/parser/rewrite-form-expected.txt: Added.
3503 * fast/parser/rewrite-form.html: Added.
3504 * fast/parser/rewrite-map-expected.txt: Added.
3505 * fast/parser/rewrite-map.html: Added.
3507 2007-04-21 Mitz Pettel <mitz@webkit.org>
3511 - test for http://bugs.webkit.org/show_bug.cgi?id=13353
3512 REGRESSION (r20754-20766): Textarea does not resize when scrollbar is present
3514 * fast/overflow/hit-test-overflow-controls-expected.checksum: Added.
3515 * fast/overflow/hit-test-overflow-controls-expected.png: Added.
3516 * fast/overflow/hit-test-overflow-controls-expected.txt: Added.
3517 * fast/overflow/hit-test-overflow-controls.html: Added.
3519 2007-04-21 Mitz Pettel <mitz@webkit.org>
3523 - test for http://bugs.webkit.org/show_bug.cgi?id=13417
3524 Repro crash when the first argument to getMatchedCSSRules is not an element
3526 * fast/dom/Window/getMatchedCSSRules-null-crash-expected.txt: Added.
3527 * fast/dom/Window/getMatchedCSSRules-null-crash.html: Added.
3529 2007-04-20 Beth Dakin <bdakin@apple.com>
3533 Test I meant to check in a while ago.
3535 * fast/events/fire-scroll-event-expected.txt: Added.
3536 * fast/events/fire-scroll-event.html: Added.
3538 2007-04-20 Darin Adler <darin@apple.com>
3540 Reviewed by Geoff Garen and John Sullivan.
3542 - test changes for <rdar://problem/4671964> document property on <iframe> elements causes problems for SAP application
3544 * fast/dom/iframe-document-expected.txt: Added.
3545 * fast/dom/iframe-document.html: Added.
3547 * fast/dom/attr_dead_doc.html: Changed to use contentDocument instead of relying on the document property
3548 on HTMLIFrameElement.
3549 * fast/events/mouseover-mouseout.html: Ditto.
3550 * fast/frames/repaint-display-none-crash.html: Ditto.
3552 2007-04-19 Mitz Pettel <mitz@webkit.org>
3554 Rubber-stamped by Adam.
3556 - http://bugs.webkit.org/show_bug.cgi?id=13412
3557 Replace abe.jpg with a PNG file
3559 * editing/abe.jpg: Removed.
3560 * editing/deleting/4866671.html:
3561 * editing/deleting/delete-3608462-fix.html:
3562 * editing/deleting/delete-image-001.html:
3563 * editing/deleting/delete-image-002.html:
3564 * editing/deleting/delete-image-003.html:
3565 * editing/deleting/delete-image-004.html:
3566 * editing/execCommand/5080333-1-expected.checksum:
3567 * editing/execCommand/5080333-1-expected.png:
3568 * editing/execCommand/5080333-1.html:
3569 * editing/execCommand/5080333-2-expected.checksum:
3570 * editing/execCommand/5080333-2-expected.png: