1 2007-07-01 Darin Adler <darin@apple.com>
3 Fixed a no-SVG test failure by removing a node that was affecting the test results differently
4 depending on whether SVG support was compiled in or not.
6 * fast/xpath/namespace-vs-predicate.xhtml: Remove the r_00 node at the end of the test.
8 2007-07-01 Sam Weinig <sam@webkit.org>
12 Third round of implicit 64-32 bit conversion errors fixes.
13 <rdar://problem/5292262>
15 getFloatValue() used to return a double and now returns a float for a small
18 * fast/css/getFloatValueForUnit-expected.checksum:
19 * fast/css/getFloatValueForUnit-expected.png:
20 * fast/css/getFloatValueForUnit-expected.txt:
21 * fast/css/getFloatValueForUnit.html:
23 2007-07-01 Darin Adler <darin@apple.com>
25 Fixed a no-SVG test failure by moving a test that requires SVG into the svg directory.
27 * fast/dom/svg-element-attribute-js-null-expected.txt: Removed.
28 * fast/dom/svg-element-attribute-js-null.xhtml: Removed.
29 * svg/dom/svg-element-attribute-js-null-expected.txt: Copied from fast/dom/svg-element-attribute-js-null-expected.txt.
30 * svg/dom/svg-element-attribute-js-null.xhtml: Copied from fast/dom/svg-element-attribute-js-null.xhtml.
32 2007-07-01 Darin Adler <darin@apple.com>
34 Added a missing file for the test for <rdar://problem/5303567> REGRESSION: XMLHttpRequest.responseXML
36 * fast/loader/resources/plist.app: Added. Just some random XML file I found somewhere; seems to make
37 the test succeed instead of failing every time!
39 2007-07-01 Pamela Greene <pamg.bugs@gmail.com>
43 Tests for <http://bugs.webkit.org/show_bug.cgi?id=14320>
44 Bug 14320: <canvas> gradient stops at identical offsets are applied in the wrong order
45 <rdar://problem/5290084>
47 Add tests for various combinations of stops, including multiple stops at
48 the same offsets, sorted and unsorted. Update results accordingly.
50 * fast/canvas/fillrect_gradient-expected.checksum:
51 * fast/canvas/fillrect_gradient-expected.png:
52 * fast/canvas/fillrect_gradient-expected.txt:
53 * fast/canvas/fillrect_gradient.html:
55 2007-06-29 Adam Roben <aroben@apple.com>
57 New test that makes sure we handle putting isindex into form data correctly.
61 * http/tests/misc/isindex-formdata-expected.txt: Added.
62 * http/tests/misc/isindex-formdata.html: Added.
64 2007-06-29 Justin Garcia <justin.garcia@apple.com>
68 <rdar://problem/5299513> REGRESSION: In Mail, a crash occurs when attempting to undo a newly created To Do
70 Backing out a change made in r23787.
72 * editing/deleting/4845371-expected.txt:
73 * editing/deleting/4845371.html:
74 * editing/deleting/5126166-expected.txt:
75 * editing/deleting/5290534.html: Removed.
76 * editing/deleting/5290534.html-disabled: Added.
78 2007-06-29 Geoffrey Garen <ggaren@apple.com>
80 Reviewed by Darin Adler, Anders Carlsson.
82 Test for <rdar://problem/5303567> REGRESSION: XMLHttpRequest.responseXML
83 returns NULL if response MIME type is not XML -- breaks Wikipedia widget
85 * fast/loader/xmlhttprequest-bad-mimetype-expected.txt: Added.
86 * fast/loader/xmlhttprequest-bad-mimetype.html: Added.
88 2007-06-29 Adele Peterson <adele@apple.com>
90 Rolling out tests for <rdar://problem/5301322>.
92 * fast/forms/input-readonly-select-all-expected.checksum: Removed.
93 * fast/forms/input-readonly-select-all-expected.png: Removed.
94 * fast/forms/input-readonly-select-all-expected.txt: Removed.
95 * fast/forms/input-readonly-select-all.html: Removed..
96 * fast/forms/textarea-readonly-select-all-expected.checksum: Removed.
97 * fast/forms/textarea-readonly-select-all-expected.png: Removed.
98 * fast/forms/textarea-readonly-select-all-expected.txt: Removed.
99 * fast/forms/textarea-readonly-select-all.html: Removed.
101 2007-06-29 Geoffrey Garen <ggaren@apple.com>
103 Reviewed by Oliver Hunt.
105 Layout tests for <rdar://problem/4962298> REGRESSION: Synchronous XHR for
106 missing local file throws exception -- breaks Wikipedia widget
108 * fast/loader/xmlhttprequest-missing-file-exception-expected.txt: Added.
109 * fast/loader/xmlhttprequest-missing-file-exception.html: Added.
111 2007-06-29 Adele Peterson <adele@apple.com>
113 Reviewed by Ada and Kevin McCullough.
115 Test for <rdar://problem/5301322> REGRESSION: Select All selects the whole page when used in readonly textareas
117 * fast/forms/input-readonly-select-all-expected.checksum: Added.
118 * fast/forms/input-readonly-select-all-expected.png: Added.
119 * fast/forms/input-readonly-select-all-expected.txt: Added.
120 * fast/forms/input-readonly-select-all.html: Added.
121 * fast/forms/textarea-readonly-select-all-expected.checksum: Added.
122 * fast/forms/textarea-readonly-select-all-expected.png: Added.
123 * fast/forms/textarea-readonly-select-all-expected.txt: Added.
124 * fast/forms/textarea-readonly-select-all.html: Added.
126 2007-06-28 Mitz Pettel <mitz@webkit.org>
130 - test for http://bugs.webkit.org/show_bug.cgi?id=14118
131 ASSERTION FAILED: !needsLayout() seen again
133 * fast/dynamic/recursive-layout-expected.txt: Added.
134 * fast/dynamic/recursive-layout.html: Added.
136 2007-06-28 Sam Weinig <sam@webkit.org>
138 Rubberstamped by Adam Roben.
140 Roll out r23861. It caused the buildbot to fail on intel.
142 * http/tests/navigation/goBack-blank-tab-page-expected.txt: Removed.
143 * http/tests/navigation/goBack-blank-tab-page.html: Removed.
144 * http/tests/navigation/resources/before-go-back.html: Removed.
145 * http/tests/navigation/resources/will-go-back.html: Removed.
147 2007-06-28 Maxime Britto <mbritto@pleyo.com>
151 Tests for http://bugs.webkit.org/show_bug.cgi?id=13038
152 ASSERTION FAILED: item->target().isEmpty() || m_mainFrame->tree()->find(item->target()) == m_mainFrame
154 Although the test works with the script, it can't detect an eventually
155 error automatically since the first link must be opened in a new tab with
156 a _blank target to reproduce the crash. So it should be launched manually
157 following the steps decribed in there, then it's effective.
159 * http/tests/navigation/goBack-blank-tab-page-expected.txt: Added.
160 * http/tests/navigation/goBack-blank-tab-page.html: Added.
161 * http/tests/navigation/resources/before-go-back.html: Added.
162 * http/tests/navigation/resources/will-go-back.html: Added.
164 2007-06-28 Anders Carlsson <andersca@apple.com>
166 Remove tests that don't need to be skipped anymore.
170 2007-06-28 Rob Buis <buis@kde.org>
172 Forgot committing this change in my previous commit.
174 * svg/custom/invalid-fill-hex-expected.checksum:
175 * svg/custom/invalid-fill-hex-expected.png:
176 * svg/custom/invalid-fill-hex-expected.txt:
177 * svg/custom/invalid-fill-hex.svg:
179 2007-06-28 Rob Buis <buis@kde.org>
183 http://bugs.webkit.org/show_bug.cgi?id=14373
184 CSS1: selectors (classes and IDs) cannot start with a dash or with a digit
186 These are improvements due to stricter id selector checking.
188 * css2.1/css1_forward_compatible_parsing-expected.checksum: Added.
189 * css2.1/css1_forward_compatible_parsing-expected.png: Added.
190 * css2.1/css1_forward_compatible_parsing-expected.txt: Added.
191 * css2.1/css1_forward_compatible_parsing.html: Added.
192 * css2.1/t040103-ident-08-c-expected.checksum:
193 * css2.1/t040103-ident-08-c-expected.png:
194 * css2.1/t040103-ident-08-c-expected.txt:
195 * css2.1/t0509-id-sel-syntax-01-f-expected.checksum:
196 * css2.1/t0509-id-sel-syntax-01-f-expected.png:
197 * css2.1/t0509-id-sel-syntax-01-f-expected.txt:
199 2007-06-28 Antti Koivisto <antti@apple.com>
203 Test changes for http://bugs.webkit.org/show_bug.cgi?id=14332
204 Bug 14332: REGRESSION (r21145): <td> width ignored
205 <rdar://problem/5290123>
207 - expand empty-cells.html to cover non-zero cellpadding case too
208 - update other related tests (none of these affect pixel results)
210 * fast/css/acid2-expected.txt:
211 * fast/css/acid2-pixel-expected.txt:
212 * fast/table/032-expected.txt:
213 * fast/table/empty-cells-expected.checksum:
214 * fast/table/empty-cells-expected.png:
215 * fast/table/empty-cells-expected.txt:
216 * fast/table/empty-cells.html:
217 * fast/table/empty-section-crash-expected.txt:
218 * http/tests/misc/acid2-expected.txt:
219 * http/tests/misc/acid2-pixel-expected.txt:
220 * tables/mozilla/bugs/bug222467-expected.txt:
221 * tables/mozilla/bugs/bug78162-expected.txt:
223 2007-06-28 Adam Roben <aroben@apple.com>
225 New test for <rdar://problem/5300443> word-break and -webkit-user-modify allow any value
229 * fast/css/word-break-user-modify-allowed-values-expected.txt: Added.
230 * fast/css/word-break-user-modify-allowed-values.html: Added.
232 2007-06-27 Kevin McCullough <kmccullough@apple.com>
236 - <rdar://problem/5271937> REGRESSION: Apparent WebKit JavaScript memory smasher when submitting comment to iWeb site (crashes in kjs_pcre_compile2)
237 - Correctly evaluate the return value of _pcre_ucp_findchar.
239 * fast/js/regexp-unicode-overflow-expected.txt: Added.
240 * fast/js/regexp-unicode-overflow.html: Added.
241 * fast/js/resources/regexp-unicode-overflow.js: Added.
243 2007-06-27 Sam Weinig <sam@webkit.org>
247 Update tests for http://bugs.webkit.org/show_bug.cgi?id=14319
248 Move the Selection object out of the JS bindings
250 * fast/dom/Window/window-properties-expected.txt:
251 * fast/js/toString-and-valueOf-override-expected.txt:
252 * http/tests/security/cross-frame-access-expected.txt:
254 2007-06-27 Sam Weinig <sam@webkit.org>
256 Reviewed by Adam Roben.
258 Tests for http://bugs.webkit.org/show_bug.cgi?id=12045
259 Crash under gmalloc at WTF::RefPtr<WebCore::HTMLSliderThumbElement>::operator->
260 <rdar://problem/5286670>
262 * fast/forms/thumbslider-crash-expected.checksum: Added.
263 * fast/forms/thumbslider-crash-expected.png: Added.
264 * fast/forms/thumbslider-crash-expected.txt: Added.
265 * fast/forms/thumbslider-crash.html: Added.
266 * fast/forms/thumbslider-no-parent-slider-expected.checksum: Added.
267 * fast/forms/thumbslider-no-parent-slider-expected.png: Added.
268 * fast/forms/thumbslider-no-parent-slider-expected.txt: Added.
269 * fast/forms/thumbslider-no-parent-slider.html: Added.
271 2007-06-27 Justin Garcia <justin.garcia@apple.com>
275 <rdar://problem/5247341> REGRESSION: Pasting sometimes loses trailing newline
277 Demonstrates the bug:
278 * editing/pasteboard/5247341-expected.checksum: Added.
279 * editing/pasteboard/5247341-expected.png: Added.
280 * editing/pasteboard/5247341-expected.txt: Added.
281 * editing/pasteboard/5247341.html: Added.
283 The changes in this patch exposed three bugs (5296964, 5296977, and 5299425).
284 Added FIXMES for them. Also removed tabs in them:
285 * editing/pasteboard/paste-table-003-expected.checksum:
286 * editing/pasteboard/paste-table-003-expected.png:
287 * editing/pasteboard/paste-table-003-expected.txt:
288 * editing/pasteboard/paste-table-003.html:
289 * fast/forms/textarea-paste-newline.html:
292 * editing/pasteboard/paste-text-016-expected.txt:
293 * editing/pasteboard/paste-text-017-expected.txt:
296 2007-06-27 Justin Garcia <justin.garcia@apple.com>
300 <rdar://problem/4580583> Breaking blockquoted list should not automatically renumber the second list
302 Splits a quoted list w/o splitting a list item:
303 * editing/execCommand/4580583-1-expected.checksum: Added.
304 * editing/execCommand/4580583-1-expected.png: Added.
305 * editing/execCommand/4580583-1-expected.txt: Added.
306 * editing/execCommand/4580583-1.html: Added.
308 Split a quoted list item:
309 * editing/execCommand/4580583-2-expected.checksum: Added.
310 * editing/execCommand/4580583-2-expected.png: Added.
311 * editing/execCommand/4580583-2-expected.txt: Added.
312 * editing/execCommand/4580583-2.html: Added.
314 2007-06-27 Alexey Proskuryakov <ap@webkit.org>
318 http://bugs.webkit.org/show_bug.cgi?id=14288
319 XMLHttpRequest doesn't use a correct content type for file:// URLs
321 * fast/dom/resources/1251.html: Added.
322 * fast/dom/xmlhttprequest-html-response-encoding.html: Added.
323 * fast/dom/xmlhttprequest-html-response-encoding-expected.txt: Added.
325 * http/tests/xmlhttprequest/response-encoding-expected.txt:
326 * http/tests/xmlhttprequest/response-encoding.html:
327 Added a sync case, which I forgot to add when fixing bug 13905.
329 2007-06-26 Mitz Pettel <mitz@webkit.org>
333 - updated results for http://bugs.webkit.org/show_bug.cgi?id=14406
334 <colgroup>'s borders are ignored when it has <col> children
336 * tables/mozilla/core/table_rules-expected.checksum: Added.
337 * tables/mozilla/core/table_rules-expected.png: Added.
338 * tables/mozilla/core/table_rules-expected.txt: Added.
339 * tables/mozilla/core/table_rules.html: Copied from LayoutTests/tables/mozilla_expected_failures/core/table_rules.html.
340 * tables/mozilla/marvin/x_table_rules_groups-expected.checksum: Added.
341 * tables/mozilla/marvin/x_table_rules_groups-expected.png: Added.
342 * tables/mozilla/marvin/x_table_rules_groups-expected.txt: Added.
343 * tables/mozilla/marvin/x_table_rules_groups.xml: Copied from LayoutTests/tables/mozilla_expected_failures/marvin/x_table_rules_groups.xml.
344 * tables/mozilla_expected_failures/core/table_rules-expected.checksum: Removed.
345 * tables/mozilla_expected_failures/core/table_rules-expected.png: Removed.
346 * tables/mozilla_expected_failures/core/table_rules-expected.txt: Removed.
347 * tables/mozilla_expected_failures/core/table_rules.html: Removed.
348 * tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.checksum:
349 * tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.txt:
350 * tables/mozilla_expected_failures/marvin/x_table_rules_groups-expected.checksum: Removed.
351 * tables/mozilla_expected_failures/marvin/x_table_rules_groups-expected.png: Removed.
352 * tables/mozilla_expected_failures/marvin/x_table_rules_groups-expected.txt: Removed.
353 * tables/mozilla_expected_failures/marvin/x_table_rules_groups.xml: Removed.
355 2007-06-26 Mitz Pettel <mitz@webkit.org>
359 - repaint test for http://bugs.webkit.org/show_bug.cgi?id=14329
360 REGRESSION: TEXTAREA - cannot drag-and-drop text at en.wikipedia.org/
362 * fast/repaint/resources/text-selection-rect-in-overflow-frame.html: Added.
363 * fast/repaint/text-selection-rect-in-overflow-2-expected.checksum: Added.
364 * fast/repaint/text-selection-rect-in-overflow-2-expected.png: Added.
365 * fast/repaint/text-selection-rect-in-overflow-2-expected.txt: Added.
366 * fast/repaint/text-selection-rect-in-overflow-2.html: Added.
368 2007-06-26 Sam Weinig <sam@webkit.org>
372 Make sure not to enumerate the toString() function.
373 <rdar://problem/5297118>
375 * fast/dom/Window/window-appendages-cleared-expected.txt:
376 * fast/dom/Window/window-properties-expected.txt:
377 * fast/js/toString-dontEnum-expected.txt: Added.
378 * fast/js/toString-dontEnum.html: Added.
380 2007-06-26 Sam Weinig <sam@webkit.org>
384 Update tests for http://bugs.webkit.org/show_bug.cgi?id=14111
385 Autogenerate Event JS binding
387 * fast/dom/prototype-chain-expected.txt: DOMEventPrototype is no longer
388 in the prototype chain.
389 * fast/dom/xmlhttprequest-get-expected.txt:
391 2007-06-26 Justin Garcia <justin.garcia@apple.com>
395 <rdar://problem/5290534> Crash RenderTextControl::calcHeight() after deleting text in a search field
397 Demonstrates the bug:
398 * editing/deleting/5290534-expected.txt: Added.
399 * editing/deleting/5290534.html: Added.
401 Fixed a bug (an extra br was inserted) and removed a FIXME:
402 * editing/deleting/4845371-expected.checksum:
403 * editing/deleting/4845371-expected.png:
404 * editing/deleting/4845371-expected.txt:
405 * editing/deleting/4845371.html:
407 Removed an unrendered br that was being incorrectly inserted:
408 * editing/deleting/5126166-expected.txt:
410 2007-06-25 Sam Weinig <sam@webkit.org>
414 Test for http://bugs.webkit.org/show_bug.cgi?id=11315
415 Mutating document.constructor.prototype mutates Object.prototype
417 * fast/js/constructor-expected.txt: Added.
418 * fast/js/constructor.html: Added.
419 * fast/js/resources/constructor.js: Added.
421 2007-06-25 Adele Peterson <adele@apple.com>
425 Test for: <rdar://problem/5286410> Scrollbar and resize corner for overflow area is not hidden with style "visibility: hidden;"
426 http://bugs.webkit.org/show_bug.cgi?id=14297
428 * fast/overflow/hidden-scrollbar-resize-expected.checksum: Added.
429 * fast/overflow/hidden-scrollbar-resize-expected.png: Added.
430 * fast/overflow/hidden-scrollbar-resize-expected.txt: Added.
431 * fast/overflow/hidden-scrollbar-resize.html: Added.
433 2007-06-25 Mitz Pettel <mitz@webkit.org>
437 - test and updated results for http://bugs.webkit.org/show_bug.cgi?id=14202
438 Table caption renders too narrow sometimes
440 * fast/table/caption-relayout-expected.checksum: Added.
441 * fast/table/caption-relayout-expected.png: Added.
442 * fast/table/caption-relayout-expected.txt: Added.
443 * fast/table/caption-relayout.html: Added.
444 * tables/mozilla/marvin/x_caption_class-expected.checksum:
445 * tables/mozilla/marvin/x_caption_class-expected.png:
446 * tables/mozilla/marvin/x_caption_class-expected.txt:
447 * tables/mozilla/marvin/x_caption_id-expected.checksum:
448 * tables/mozilla/marvin/x_caption_id-expected.png:
449 * tables/mozilla/marvin/x_caption_id-expected.txt:
450 * tables/mozilla/marvin/x_caption_style-expected.checksum:
451 * tables/mozilla/marvin/x_caption_style-expected.png:
452 * tables/mozilla/marvin/x_caption_style-expected.txt:
453 * tables/mozilla_expected_failures/bugs/bug29058-2-expected.checksum:
454 * tables/mozilla_expected_failures/bugs/bug29058-2-expected.png:
455 * tables/mozilla_expected_failures/bugs/bug29058-2-expected.txt:
456 * tables/mozilla_expected_failures/bugs/bug3166-5-expected.checksum:
457 * tables/mozilla_expected_failures/bugs/bug3166-5-expected.png:
458 * tables/mozilla_expected_failures/bugs/bug3166-5-expected.txt:
459 * tables/mozilla_expected_failures/bugs/bug3166-6-expected.checksum:
460 * tables/mozilla_expected_failures/bugs/bug3166-6-expected.png:
461 * tables/mozilla_expected_failures/bugs/bug3166-6-expected.txt:
462 * tables/mozilla_expected_failures/bugs/bug3166-9-expected.checksum:
463 * tables/mozilla_expected_failures/bugs/bug3166-9-expected.png:
464 * tables/mozilla_expected_failures/bugs/bug3166-9-expected.txt:
466 2007-06-25 Mitz Pettel <mitz@webkit.org>
470 - pixel test for http://bugs.webkit.org/show_bug.cgi?id=14245
471 Underline painted under <br>, not repainted properly
473 * fast/inline/br-text-decoration-expected.checksum: Added.
474 * fast/inline/br-text-decoration-expected.png: Added.
475 * fast/inline/br-text-decoration-expected.txt: Added.
476 * fast/inline/br-text-decoration.html: Added.
478 2007-06-25 Matt Perry <mpComplete@gmail.com>
480 Reviewed by Sam Weinig.
482 Modify test to wait until the second frame loads, and update its expected output to match.
484 * fast/dom/HTMLDocument/frameless-location-bugzilla10837-expected.checksum:
485 * fast/dom/HTMLDocument/frameless-location-bugzilla10837-expected.png:
486 * fast/dom/HTMLDocument/frameless-location-bugzilla10837-expected.txt:
487 * fast/dom/HTMLDocument/frameless-location-bugzilla10837.html:
489 2007-06-25 Mitz Pettel <mitz@webkit.org>
493 - updated results for http://bugs.webkit.org/show_bug.cgi?id=14341
494 rules="none" ignored in certain cases
496 * tables/mozilla/marvin/table_rules_none-expected.checksum: Added.
497 * tables/mozilla/marvin/table_rules_none-expected.png: Added.
498 * tables/mozilla/marvin/table_rules_none-expected.txt: Added.
499 * tables/mozilla/marvin/table_rules_none.html: Copied from LayoutTests/tables/mozilla_expected_failures/marvin/table_rules_none.html.
500 * tables/mozilla/marvin/x_table_rules_none-expected.checksum: Added.
501 * tables/mozilla/marvin/x_table_rules_none-expected.png: Added.
502 * tables/mozilla/marvin/x_table_rules_none-expected.txt: Added.
503 * tables/mozilla/marvin/x_table_rules_none.xml: Copied from LayoutTests/tables/mozilla_expected_failures/marvin/x_table_rules_none.xml.
504 * tables/mozilla_expected_failures/core/table_rules-expected.checksum:
505 * tables/mozilla_expected_failures/core/table_rules-expected.png:
506 * tables/mozilla_expected_failures/core/table_rules-expected.txt:
507 * tables/mozilla_expected_failures/marvin/table_rules_none-expected.checksum: Removed.
508 * tables/mozilla_expected_failures/marvin/table_rules_none-expected.png: Removed.
509 * tables/mozilla_expected_failures/marvin/table_rules_none-expected.txt: Removed.
510 * tables/mozilla_expected_failures/marvin/table_rules_none.html: Removed.
511 * tables/mozilla_expected_failures/marvin/x_table_rules_none-expected.checksum: Removed.
512 * tables/mozilla_expected_failures/marvin/x_table_rules_none-expected.png: Removed.
513 * tables/mozilla_expected_failures/marvin/x_table_rules_none-expected.txt: Removed.
514 * tables/mozilla_expected_failures/marvin/x_table_rules_none.xml: Removed.
516 2007-06-23 Sam Weinig <sam@webkit.org>
520 Tests for http://bugs.webkit.org/show_bug.cgi?id=14321
521 getComputedStyle(...).zIndex returns string "normal"
523 * fast/css/computed-style-expected.txt:
524 * fast/css/getComputedStyle-zIndex-auto-expected.txt: Added.
525 * fast/css/getComputedStyle-zIndex-auto.html: Added.
527 2007-06-23 Geoffrey Garen <ggaren@apple.com>
529 Uploading the correct expected results -- the ones checked in expected
530 an "unkown" callback, which was incorrect behavior.
532 * fast/loader/user-style-sheet-resource-load-callbacks-expected.txt:
534 2007-06-22 Beth Dakin <bdakin@apple.com>
536 Reviewed by Oliver and Darin.
538 Tests for <rdar://problem/5266999> Loading page from MangleMe fuzz
539 tester crashes in RenderTableRow::addChild (giant ROWSPAN)
541 The results of this test have changed because we now clamp rowspan
542 at 8190 to match Firefox.
543 * fast/table/giantRowspan-expected.checksum:
544 * fast/table/giantRowspan-expected.png:
545 * fast/table/giantRowspan-expected.txt:
547 A new test that crashes our old heuristic for too-large rowspan,
548 but succeeds with the new one.
549 * fast/table/giantRowspan2-expected.checksum: Added.
550 * fast/table/giantRowspan2-expected.png: Added.
551 * fast/table/giantRowspan2-expected.txt: Added.
552 * fast/table/giantRowspan2.html: Added.
554 2007-06-22 Justin Garcia <justin.garcia@apple.com>
558 <rdar://problem/5272440> Adding To Do via Note received in e-mail adds newlines when pressing return
561 * editing/deleting/5272440-expected.checksum: Added.
562 * editing/deleting/5272440-expected.png: Added.
563 * editing/deleting/5272440-expected.txt: Added.
564 * editing/deleting/5272440.html: Added.
566 upstream() now works for the positions visually equivalent to [span, 0]
567 where span is an inline root editable element:
568 * editing/deleting/delete-mixed-editable-content-001-expected.txt:
570 2007-06-22 Anders Carlsson <andersca@apple.com>
574 * fast/loader/user-style-sheet-resource-load-callbacks-expected.txt: Added.
576 2007-06-22 Anders Carlsson <andersca@apple.com>
580 <rdar://problem/5244734>
581 WebKit shouldn't send delegate resource load methods for the user stylesheet (doing so causes assertions in Safari)
583 * fast/loader/resources/user-style-sheet.css: Added.
584 * fast/loader/user-style-sheet-resource-load-callbacks.html: Added.
586 2007-06-22 Timothy Hatcher <timothy@apple.com>
590 <rdar://problem/5228168> Leopard regression test failures: fast/applescript
592 New results to match the DumpRenderTree changes.
594 * fast/AppleScript/001-expected.txt:
595 * fast/AppleScript/array-expected.txt:
596 * fast/AppleScript/date-expected.txt:
598 2007-06-21 Mark Rowe <mrowe@apple.com>
602 Test for <rdar://problem/5266928> REGRESSION: crash/assert failure beneath RenderFrameSet::layOutAxis when loading
604 * fast/frames/frame-set-whitespace-attributes-expected.txt: Added.
605 * fast/frames/frame-set-whitespace-attributes.html: Added.
607 2007-06-21 Geoffrey Garen <ggaren@apple.com>
609 Reviewed by Dave Hyatt.
611 Fixed <rdar://problem/4977124> | http://bugs.webkit.org/show_bug.cgi?id=12646
612 REGRESSION: RapidWeaver's "Hello" HTML page doesn't display any DHTML
613 effects when clicking on its links (12646)
615 Added layout test for this bug:
617 * fast/invalid/nestedh3s-rapidweaver-expected.txt: Added.
618 * fast/invalid/nestedh3s-rapidweaver.html: Added.
620 Reversed the expected results for this test because I rolled out r7703:
622 * fast/invalid/nestedh3s-expected.checksum:
623 * fast/invalid/nestedh3s-expected.png:
624 * fast/invalid/nestedh3s-expected.txt:
625 * fast/invalid/nestedh3s.html:
627 2007-06-21 Anders Carlsson <andersca@apple.com>
633 * http/tests/loading/bad-scheme-subframe-expected.txt:
634 * http/tests/loading/bad-server-subframe-expected.txt:
635 * http/tests/loading/basic-expected.txt:
636 * http/tests/loading/empty-subframe-expected.txt:
637 * http/tests/loading/simple-subframe-expected.txt:
638 * webarchive/loading/test-loading-archive-expected.txt:
640 2007-06-21 Anders Carlsson <andersca@apple.com>
646 * fast/dom/xmlhttprequest-invalid-values-expected.txt:
648 2007-06-21 Alexey Proskuryakov <ap@webkit.org>
652 http://bugs.webkit.org/show_bug.cgi?id=13905
653 REGRESSION: A Chinese dictionary widget has a problem with XMLHttpRequest response encoding
655 * http/tests/xmlhttprequest/resources/1251.html: Added.
656 * http/tests/xmlhttprequest/response-encoding-expected.txt:
657 * http/tests/xmlhttprequest/response-encoding.html:
659 2007-06-21 Alexey Proskuryakov <ap@webkit.org>
663 One more test for XHR header injection.
665 * http/tests/xmlhttprequest/inject-header-expected.txt: Added.
666 * http/tests/xmlhttprequest/inject-header.html: Added.
668 2007-06-20 Anders Carlsson <andersca@apple.com>
672 Make sure that the test case tests '\n' and '\r' too.
674 * fast/dom/xmlhttprequest-invalid-values.html:
676 2007-06-20 Mitz Pettel <mitz@webkit.org>
680 - repaint test for http://bugs.webkit.org/show_bug.cgi?id=14056
681 REGRESSION (r21113-21143): TR background not repainted via style class change
683 * fast/repaint/table-row-expected.checksum: Added.
684 * fast/repaint/table-row-expected.png: Added.
685 * fast/repaint/table-row-expected.txt: Added.
686 * fast/repaint/table-row.html: Added.
688 2007-06-20 Mark Rowe <mrowe@apple.com>
692 Test for http://bugs.webkit.org/show_bug.cgi?id=14244
693 Bug 14244: Data corruption when using a replace() callback function with data containing "$"
695 * fast/js/resources/string-replace-2.js: Update to test with 'replaceValue' being a function returning strings with "$n" placeholders.
696 * fast/js/string-replace-2-expected.txt:
698 2007-06-20 Mitz Pettel <mitz@webkit.org>
702 - pixel test for http://bugs.webkit.org/show_bug.cgi?id=14040
703 Top and bottom border images flipped when using -webkit-border-image when border end up tiled
705 * fast/borders/border-image-01-expected.checksum: Added.
706 * fast/borders/border-image-01-expected.png: Added.
707 * fast/borders/border-image-01-expected.txt: Added.
708 * fast/borders/border-image-01.html: Added.
709 * fast/borders/resources/border-image.png: Added.
711 2007-06-20 Anders Carlsson <andersca@apple.com>
713 Remove the XPath tests, they all pass now.
717 2007-06-19 Geoffrey Garen <ggaren@apple.com>
719 Reviewed by Sam Weinig.
721 Fixed up these tests because they broke the bot.
723 - Removed reliance on suppressConsoleMessages because I never checked
724 that in and I decided it would just be a headache on other platforms.
725 - Removed call to frames[0].stop() because it was nonsense.
726 - Added console messages to results.
728 * http/tests/security/cross-frame-access-expected.txt:
729 * http/tests/security/cross-frame-access-first-time-expected.txt:
730 * http/tests/security/cross-frame-access-first-time.html:
731 * http/tests/security/cross-frame-access.html:
733 2007-06-19 Geoffrey Garen <ggaren@apple.com>
735 Reviewed by Darin Adler.
737 Tests for cross-frame access. <rdar://problem/5251309>.
739 * http/tests/security/cross-frame-access-expected.txt: Added.
740 * http/tests/security/cross-frame-access-first-time-expected.txt: Added.
741 * http/tests/security/cross-frame-access-first-time.html: Added.
742 * http/tests/security/cross-frame-access.html: Added.
743 * http/tests/security/resources/cross-frame-iframe.html: Added.
745 2007-06-18 Anders Carlsson <andersca@apple.com>
747 Reviewed by John Sullivan.
749 Update result, we shouldn't call didFinishLoadForFrame if the URL isn't valid.
751 * http/tests/loading/bad-scheme-subframe-expected.txt:
753 2007-06-18 Sam Weinig <sam@webkit.org>
757 Updates tests for http://bugs.webkit.org/show_bug.cgi?id=14193
758 Move the Screen object out of the JS bindings
760 * fast/dom/Window/window-appendages-cleared-expected.txt:
761 * fast/dom/Window/window-properties-expected.txt:
763 2007-06-18 Sam Weinig <sam@webkit.org>
767 Update tests now that window.frames points to window and not FrameArray
768 (which has been removed).
770 * fast/dom/Window/resources/window-appendages-cleared-results.html:
771 * fast/dom/Window/window-appendages-cleared-expected.txt:
772 * fast/dom/Window/window-appendages-cleared.html:
773 * fast/dom/Window/window-properties-expected.txt:
774 * fast/js/toString-and-valueOf-override-expected.txt:
775 * fast/js/toString-and-valueOf-override.html:
777 2007-06-18 Mitz Pettel <mitz@webkit.org>
781 - test for http://bugs.webkit.org/show_bug.cgi?id=13413
782 Failed assertion in RenderTextControl::setSelectionRange in Google Spreadsheets
784 * fast/forms/input-zero-height-focus-expected.txt: Added.
785 * fast/forms/input-zero-height-focus.html: Added.
787 2007-06-15 Sam Weinig <sam@webkit.org>
791 Update test for http://bugs.webkit.org/show_bug.cgi?id=14053
792 Autogenerate JS binding for Rect
794 * fast/dom/Window/window-properties-expected.txt:
796 2007-06-14 Anders Carlsson <andersca@apple.com>
800 Add test that manipulates plug-in script objects after the plug-in has been destroyed.
802 * plugins/netscape-destroy-plugin-script-objects-expected.txt: Added.
803 * plugins/netscape-destroy-plugin-script-objects.html: Added.
805 2007-06-14 George Staikos <staikos@kde.org>
809 Test for keypress causing typeahead crash on empty selects (% 0)
811 * fast/forms/listbox-typeahead-empty-expected.txt: Added.
812 * fast/forms/listbox-typeahead-empty.html: Added.
814 2007-06-13 Darin Adler <darin@apple.com>
816 Reviewed by Mark Rowe.
818 - test for http://bugs.webkit.org/show_bug.cgi?id=14132
819 array sort with > 10000 elements sets elements > 10000 undefined
821 * fast/js/resources/sort-large-array.js: Added.
822 * fast/js/sort-large-array-expected.txt: Added.
823 * fast/js/sort-large-array.html: Added.
825 2007-06-10 Geoffrey Garen <ggaren@apple.com>
827 Reviewed by Beth Dakin.
829 Made confusing work-around to ObjC bindings bug <rdar://problem/5262101>
832 Fixed test to actually call queueReload.
834 * fast/frames/resources/iframe-focus.html:
836 2007-06-10 Beth Dakin <bdakin@apple.com>
840 Fix for http://bugs.webkit.org/show_bug.cgi?id=13933 REGRESSION:
841 fast/history/clicked-link-is-visited is failing
843 * fast/frames/resources/iframe-focus.html: Cause the page to reload
844 with layoutTestController.queueReload instead of using JavaScript
845 to reload. Using JS seems to get DRT's history all messed up (off
848 2007-06-08 Sam Weinig <sam@webkit.org>
852 Update test for http://bugs.webkit.org/show_bug.cgi?id=14044
853 Autogenerate the JS bindings for HTMLCollection.
855 * tables/mozilla/bugs/bug53690-1-expected.txt: Now throws Undefined Error instead of Null Error
857 2007-06-08 Beth Dakin <bdakin@apple.com>
861 Fix for http://trac.webkit.org/projects/webkit/changeset/21738
863 This test started failing after Adele's r21738. After investigating
864 this, it turns out that it just needs updated results. This test
865 happened to tickle the very bug that Adele fixed.
867 * http/tests/navigation/relativeanchor-goback-expected.txt:
869 2007-06-08 Justin Garcia <justin.garcia@apple.com>
873 <rdar://problem/5232159> REGRESSION: Cannot select text in RSS view
875 * editing/selection/5232159-expected.checksum: Added.
876 * editing/selection/5232159-expected.png: Added.
877 * editing/selection/5232159-expected.txt: Added.
878 * editing/selection/5232159.html: Added.
880 2007-06-07 Justin Garcia <justin.garcia@apple.com>
884 <rdar://problem/5237074> REGRESSION: editing/unsupported-content/table-delete-003 is failing (13931)
886 Corrected the description and added a FIXME:
887 * editing/unsupported-content/table-delete-003-expected.checksum:
888 * editing/unsupported-content/table-delete-003-expected.png:
889 * editing/unsupported-content/table-delete-003-expected.txt:
890 * editing/unsupported-content/table-delete-003.html:
892 2007-06-07 Sam Weinig <sam@webkit.org>
896 Update test for http://bugs.webkit.org/show_bug.cgi?id=14028
897 Finish autogenerating the JS bindings for Node
899 * fast/dom/prototype-chain-expected.txt: DOMNodePrototype is no longer in the prototype chain.
901 2007-06-06 Sam Weinig <sam@webkit.org>
905 Update tests for http://bugs.webkit.org/show_bug.cgi?id=13973
906 Autogenerate most of the rest of kjs_dom.h/cpp
908 * fast/dom/Window/window-properties-expected.txt:
909 * fast/dom/prototype-chain-expected.txt:
911 2007-06-06 Justin Garcia <justin.garcia@apple.com>
915 * editing/pasteboard/5245519-expected.checksum: Added.
916 * editing/pasteboard/5245519-expected.png: Added.
917 * editing/pasteboard/5245519-expected.txt: Added.
918 * editing/pasteboard/5245519.html: Added.
920 2007-06-06 Justin Garcia <justin.garcia@apple.com>
922 Reviewed by Harrison.
924 <rdar://problem/4889598> Problems with moveDown: and moveUp: in Notes with ToDos
926 * editing/selection/4889598-expected.checksum: Added.
927 * editing/selection/4889598-expected.png: Added.
928 * editing/selection/4889598-expected.txt: Added.
929 * editing/selection/4889598.html: Added.
931 2007-06-06 Sam Weinig <sam@webkit.org>
935 Update results for http://bugs.webkit.org/show_bug.cgi?id=13947
936 Finish autogenerating the JS DOM traversal code
938 * fast/dom/Window/window-properties-expected.txt:
940 2007-06-05 Anders Carlsson <andersca@apple.com>
944 <rdar://problem/5245555> REGRESSION: HTTP header injection in XMLHttpRequest.setRequestHeader
945 <rdar://problem/5246208> HTTP injection in XMLHttpRequest.open method parameter
946 <rdar://problem/5246242> HTTP header injection in HXMLHttpRequest.setRequestHeader header parameter
948 * fast/dom/xmlhttprequest-invalid-values-expected.txt: Added.
949 * fast/dom/xmlhttprequest-invalid-values.html: Added.
951 2007-06-04 Justin Garcia <justin.garcia@apple.com>
953 Reviewed by Kimon Tsinteris.
955 <rdar://problem/5241148> REGRESSION: ActivEdit can't perform operations on certain selections
958 * editing/selection/5241148-expected.txt: Added.
959 * editing/selection/5241148.html: Added.
960 Updated to reflect new equivalents for positions before/after tables:
961 * editing/selection/click-before-and-after-table-expected.txt:
962 * editing/selection/click-before-and-after-table.html:
964 2007-06-04 Rob Buis <buis@kde.org>
969 http://bugs.webkit.org/show_bug.cgi?id=6170
970 CSS1: Properties for :first-letter aren't recalculated on color change
972 * fast/css/first-letter-recalculation-expected.checksum: Added.
973 * fast/css/first-letter-recalculation-expected.png: Added.
974 * fast/css/first-letter-recalculation-expected.txt: Added.
975 * fast/css/first-letter-recalculation.html: Added.
977 2007-05-31 Sam Weinig <sam@webkit.org>
981 Update test to reflect new correct result.
983 * fast/dom/Window/atob-btoa-expected.txt:
984 * fast/dom/Window/atob-btoa.html:
986 2007-05-31 Sam Weinig <sam@webkit.org>
990 Tests for http://bugs.webkit.org/show_bug.cgi?id=10782
991 Classes should not override JSObject::toString(ExecState *)
993 - Adds a new test to test overriding toString and valueOf for
995 - Update tests to reflect the correction of the toString architecture.
997 * editing/selection/getRangeAt-expected.txt:
998 * fast/dom/Window/atob-btoa-expected.txt:
999 * fast/js/toString-and-valueOf-override-expected.txt: Added.
1000 * fast/js/toString-and-valueOf-override.html: Added.
1002 2007-05-31 Eric Seidel <eric@webkit.org>
1006 Test for fix: http://bugs.webkit.org/show_bug.cgi?id=12570
1008 * svg/custom/prevent-default-expected.checksum: Added.
1009 * svg/custom/prevent-default-expected.png: Added.
1010 * svg/custom/prevent-default-expected.txt: Added.
1011 * svg/custom/prevent-default.svg: Added.
1013 2007-05-30 Maciej Stachowiak <mjs@apple.com>
1017 - fix layout test editing/style/table-selection.html
1019 * editing/style/table-selection-expected.txt: Updated selection delegate output.
1021 2007-05-30 Sam Weinig <sam@webkit.org>
1025 Update results for http://bugs.webkit.org/show_bug.cgi?id=13943
1026 Autogenerate the JS bindings for the CSSStyleSheet
1028 * fast/dom/Window/window-properties-expected.txt:
1030 2007-05-30 Sam Weinig <sam@webkit.org>
1032 Reviewed by Oliver the Hun.
1034 Update results for http://bugs.webkit.org/show_bug.cgi?id=13944
1035 Generate and add missing JS constructors
1037 * fast/dom/Window/window-properties-expected.txt:
1039 2007-05-30 Sam Weinig <sam@webkit.org>
1041 Reviewed by Dr. Harrison.
1043 Patch for http://bugs.webkit.org/show_bug.cgi?id=13868
1044 REGRESSION: crash on accessing a new iframe's contentWindow property
1046 * fast/dom/frame-contentWindow-crash-expected.txt: Added.
1047 * fast/dom/frame-contentWindow-crash.html: Added.
1048 * fast/dom/iframe-contentWindow-crash-expected.txt: Added.
1049 * fast/dom/iframe-contentWindow-crash.html: Added.
1051 2007-05-30 Mitz Pettel <mitz@webkit.org>
1055 - test for http://bugs.webkit.org/show_bug.cgi?id=13775
1056 REGRESSION: Popup button text should use "natural" directionality to match the items in the popup menu
1058 * fast/forms/select-writing-direction-natural-expected.checksum: Added.
1059 * fast/forms/select-writing-direction-natural-expected.png: Added.
1060 * fast/forms/select-writing-direction-natural-expected.txt: Added.
1061 * fast/forms/select-writing-direction-natural.html: Added.
1063 2007-05-30 Mitz Pettel <mitz@webkit.org>
1067 - http://bugs.webkit.org/show_bug.cgi?id=13932
1068 <rdar://problem/5237075>
1069 REGRESSION: fast/dynamic/containing-block-change is failing
1071 * fast/dynamic/containing-block-change.html: Removed whitespace that
1072 got turned into text nodes, thereby making lastNode be not what the script
1075 2007-05-30 Sam Weinig <sam@webkit.org>
1079 - Update results for http://bugs.webkit.org/show_bug.cgi?id=13919
1080 Autogenerate the JS bindings for the CSSRule and its subclasses
1082 * fast/dom/Window/window-properties-expected.txt: adds new constructors
1083 * fast/dom/wrapper-classes-expected.txt: CSSStyleRule now passes!!
1085 2007-05-30 Oliver Hunt <oliver@apple.com>
1089 Remove reference to SVG node from test -- otherwise this test incorrectly appears
1090 to fail in non-SVG builds
1092 * http/tests/xmlhttprequest/svg-created-by-xhr-disallowed-in-dashboard-expected.txt:
1093 * http/tests/xmlhttprequest/svg-created-by-xhr-disallowed-in-dashboard.html:
1095 2007-05-29 Sam Weinig <sam@webkit.org>
1099 Update results for http://bugs.webkit.org/show_bug.cgi?id=13912
1100 Autogenerate the JS bindings for the MediaList
1102 * fast/dom/Window/window-properties-expected.txt: new constructors added.
1104 2007-05-29 Sam Weinig <sam@webkit.org>
1108 Update results after http://bugs.webkit.org/show_bug.cgi?id=13908
1109 Autogenerate the JS bindings for the StyleSheet
1111 * fast/dom/Window/window-properties-expected.txt: Adds StyleSheet constructor
1113 2007-05-29 Adele Peterson <adele@apple.com>
1117 Updated tests for <rdar://problem/5213039> REGRESSION: Wells Fargo registration page returns blank
1119 * fast/dom/HTMLInputElement/input-hidden-value-expected.txt:
1120 * fast/dom/HTMLInputElement/input-text-reset-expected.txt:
1121 * fast/dom/HTMLInputElement/input-text-reset.html:
1123 2007-05-29 Darin Adler <darin@apple.com>
1127 - updated results since I removed many cases of the innerHTML optimization
1129 * fast/dom/HTMLElement/set-inner-outer-optimization.html: Updated.
1131 2007-05-29 Mitz Pettel <mitz@webkit.org>
1135 - updated results for http://bugs.webkit.org/show_bug.cgi?id=13904
1137 * fast/forms/box-shadow-override-expected.checksum:
1138 * fast/forms/box-shadow-override-expected.png:
1140 2007-05-29 Mitz Pettel <mitz@webkit.org>
1144 - test for http://bugs.webkit.org/show_bug.cgi?id=13792
1145 REGRESSION: WebKit doesn't show this javascript screenshot page (and crashes after click on its "hidden link")
1147 * fast/frames/removal-before-attach-crash-expected.txt: Added.
1148 * fast/frames/removal-before-attach-crash.html: Added.
1150 2007-05-29 Darin Adler <darin@apple.com>
1154 - test for http://bugs.webkit.org/show_bug.cgi?id=13602
1155 Amazon product pages keep repainting over and over again
1157 * fast/dom/HTMLElement/set-inner-outer-optimization-expected.txt: Added.
1158 * fast/dom/HTMLElement/set-inner-outer-optimization.html: Added.
1160 * editing/execCommand/copy-without-selection.html: Added missing preventDefault calls
1161 to prevent this from being a double-paste test.
1163 * fast/css/first-letter-detach-expected.checksum: Updated.
1164 * fast/css/first-letter-detach-expected.png: Updated.
1165 * fast/css/first-letter-detach-expected.txt: Updated.
1166 * fast/css/first-letter-detach.html: Updated to test three different ways of setting the
1167 text of the first-letter element; setInnerHTML and two other ways.
1169 * fast/events/updateLayoutForHitTest-expected.txt: Updated result that changed slightly
1170 due to setInnerHTML improvement.
1171 * fast/forms/textarea-setinnerhtml-expected.txt: Ditto.
1173 2007-05-28 Mitz Pettel <mitz@webkit.org>
1177 - test for http://bugs.webkit.org/show_bug.cgi?id=13896
1178 REGRESSION (NativePopup): Reproductible crasher on Google Coop control panel
1180 * fast/forms/select-display-none-style-resolve-expected.checksum: Added.
1181 * fast/forms/select-display-none-style-resolve-expected.png: Added.
1182 * fast/forms/select-display-none-style-resolve-expected.txt: Added.
1183 * fast/forms/select-display-none-style-resolve.html: Added.
1185 2007-05-28 Sam Weinig <sam@webkit.org>
1189 Update tests for http://bugs.webkit.org/show_bug.cgi?id=13894
1190 Remove the legacy class KJS::JSHTMLElement
1192 - Corrects prototype chain for all HTMLElement subclasses which
1193 now only have one HTMLElement prototype and not two.
1195 * fast/dom/Window/window-properties-expected.txt:
1196 * fast/dom/prototype-chain-expected.txt:
1198 2007-05-28 David Kilzer <ddkilzer@webkit.org>
1200 Reviewed by NOBODY (newly passing tests).
1202 http://bugs.webkit.org/show_bug.cgi?id=13793
1203 RULES=groups overridden by border, colgroup=span not honored by border collapsing
1205 Moved three now-passing tests from tables/mozilla_expected_failures to tables/mozilla.
1207 * tables/mozilla/marvin/colgroup_width_pct-expected.checksum:
1208 Copied from tables/mozilla_expected_failures/marvin/colgroup_width_pct-expected.checksum.
1209 * tables/mozilla/marvin/colgroup_width_pct-expected.png:
1210 Copied from tables/mozilla_expected_failures/marvin/colgroup_width_pct-expected.png.
1211 * tables/mozilla/marvin/colgroup_width_pct-expected.txt:
1212 Copied from tables/mozilla_expected_failures/marvin/colgroup_width_pct-expected.txt.
1213 * tables/mozilla/marvin/colgroup_width_pct.html:
1214 Copied from tables/mozilla_expected_failures/marvin/colgroup_width_pct.html.
1215 * tables/mozilla/marvin/colgroup_width_px-expected.checksum:
1216 Copied from tables/mozilla_expected_failures/marvin/colgroup_width_px-expected.checksum.
1217 * tables/mozilla/marvin/colgroup_width_px-expected.png:
1218 Copied from tables/mozilla_expected_failures/marvin/colgroup_width_px-expected.png.
1219 * tables/mozilla/marvin/colgroup_width_px-expected.txt:
1220 Copied from tables/mozilla_expected_failures/marvin/colgroup_width_px-expected.txt.
1221 * tables/mozilla/marvin/colgroup_width_px.html:
1222 Copied from tables/mozilla_expected_failures/marvin/colgroup_width_px.html.
1223 * tables/mozilla/marvin/x_colgroup_width_pct-expected.checksum:
1224 Copied from tables/mozilla_expected_failures/marvin/x_colgroup_width_pct-expected.checksum.
1225 * tables/mozilla/marvin/x_colgroup_width_pct-expected.png:
1226 Copied from tables/mozilla_expected_failures/marvin/x_colgroup_width_pct-expected.png.
1227 * tables/mozilla/marvin/x_colgroup_width_pct-expected.txt:
1228 Copied from tables/mozilla_expected_failures/marvin/x_colgroup_width_pct-expected.txt.
1229 * tables/mozilla/marvin/x_colgroup_width_pct.xml:
1230 Copied from tables/mozilla_expected_failures/marvin/x_colgroup_width_pct.xml.
1231 * tables/mozilla_expected_failures/marvin/colgroup_width_pct-expected.checksum: Removed.
1232 * tables/mozilla_expected_failures/marvin/colgroup_width_pct-expected.png: Removed.
1233 * tables/mozilla_expected_failures/marvin/colgroup_width_pct-expected.txt: Removed.
1234 * tables/mozilla_expected_failures/marvin/colgroup_width_pct.html: Removed.
1235 * tables/mozilla_expected_failures/marvin/colgroup_width_px-expected.checksum: Removed.
1236 * tables/mozilla_expected_failures/marvin/colgroup_width_px-expected.png: Removed.
1237 * tables/mozilla_expected_failures/marvin/colgroup_width_px-expected.txt: Removed.
1238 * tables/mozilla_expected_failures/marvin/colgroup_width_px.html: Removed.
1239 * tables/mozilla_expected_failures/marvin/x_colgroup_width_pct-expected.checksum: Removed.
1240 * tables/mozilla_expected_failures/marvin/x_colgroup_width_pct-expected.png: Removed.
1241 * tables/mozilla_expected_failures/marvin/x_colgroup_width_pct-expected.txt: Removed.
1242 * tables/mozilla_expected_failures/marvin/x_colgroup_width_pct.xml: Removed.
1244 2007-05-27 Sam Weinig <sam@webkit.org>
1248 Update results for http://bugs.webkit.org/show_bug.cgi?id=13893
1249 Autogenerate the JS bindings for the HTMLObjectElement,
1250 HTMLEmbedElement and HTMLAppletElement
1252 - account for the new JSHTMLObjectElement and JSHTMLEmbedElement that are
1253 being autogenerated and can now produce constructors.
1255 * fast/dom/Window/element-constructors-on-window-expected.txt:
1256 * fast/dom/Window/window-properties-expected.txt:
1258 2007-05-26 Mitz Pettel <mitz@webkit.org>
1262 - updated tests for http://bugs.webkit.org/show_bug.cgi?id=13876
1263 Box-Shadow disappears if shadow doesn't fit in the window size
1265 * fast/repaint/box-shadow-h-expected.checksum:
1266 * fast/repaint/box-shadow-h-expected.png:
1267 * fast/repaint/box-shadow-h-expected.txt:
1268 * fast/repaint/box-shadow-h.html:
1269 * fast/repaint/box-shadow-v-expected.checksum:
1270 * fast/repaint/box-shadow-v-expected.png:
1271 * fast/repaint/box-shadow-v-expected.txt:
1272 * fast/repaint/box-shadow-v.html:
1274 2007-05-26 Sam Weinig <sam@webkit.org>
1278 Update tests http://bugs.webkit.org/show_bug.cgi?id=13854
1279 Port of commit 667785 from kjs
1281 - update tests and results to match kde.
1283 * fast/js/kde/StringObject-expected.txt:
1284 * fast/js/kde/resources/StringObject.js:
1286 2007-05-26 Alexey Proskuryakov <ap@webkit.org>
1290 http://bugs.webkit.org/show_bug.cgi?id=13605
1291 REGRESSION: Browser crashes when switching Kotoeri input modes
1293 * editing/input/replace-invalid-range-expected.txt: Added.
1294 * editing/input/replace-invalid-range.html: Added.
1296 2007-05-26 Mitz Pettel <mitz@webkit.org>
1300 - updated test results for http://bugs.webkit.org/show_bug.cgi?id=13870
1301 RenderFrameSet should only allow frame and frameset children
1303 * fast/frames/inline-object-inside-frameset-expected.txt:
1305 2007-05-26 Mitz Pettel <mitz@webkit.org>
1309 - pixel test for http://bugs.webkit.org/show_bug.cgi?id=13871
1310 Box shadow should not apply to Aqua-themed controls
1312 * fast/forms/box-shadow-override-expected.checksum: Added.
1313 * fast/forms/box-shadow-override-expected.png: Added.
1314 * fast/forms/box-shadow-override-expected.txt: Added.
1315 * fast/forms/box-shadow-override.html: Added.
1317 2007-05-25 Kimmo Kinnunen <kimmok@iki.fi>
1321 - Test cases for http://bugs.webkit.org/show_bug.cgi?id=13456
1322 REGRESSION: setTimeout"arguments" object gets shadowed by a local variable
1324 * fast/js/resources/vardecl-preserve-arguments.js: Added.
1325 * fast/js/vardecl-preserve-arguments-expected.txt: Added.
1326 * fast/js/vardecl-preserve-arguments.html: Added.
1328 2007-05-25 Mitz Pettel <mitz@webkit.org>
1332 - http://bugs.webkit.org/show_bug.cgi?id=13869
1333 Many leaks seen on buildbot after r21735
1335 Added a test that ::-webkit-slider-thumb style is actually applied.
1337 * fast/forms/slider-thumb-stylability-expected.checksum: Added.
1338 * fast/forms/slider-thumb-stylability-expected.png: Added.
1339 * fast/forms/slider-thumb-stylability-expected.txt: Added.
1340 * fast/forms/slider-thumb-stylability.html: Added.
1342 2007-05-25 Maciej Stachowiak <mjs@apple.com>
1346 - fix layout test that is failing due to hardcoded file paths in the results by moving it to the http tests
1348 * fast/history/redirect-load-no-form-restoration-expected.txt: Removed.
1349 * fast/history/redirect-load-no-form-restoration.html: Removed.
1350 * fast/history/resources/redirect-load.html: Removed.
1351 * http/tests/navigation/redirect-load-no-form-restoration-expected.txt: Added.
1352 * http/tests/redirect-load-no-form-restoration.html: Removed.
1353 * http/tests/resources/redirect-load.html: Removed.
1355 2007-05-25 Justin Garcia <justin.garcia@apple.com>
1357 Reviewed by Harrison.
1359 <rdar://problem/5228141>
1360 REGRESSION: Can't apply style to selection that ends after an image
1362 * editing/style/5228141-expected.checksum: Added.
1363 * editing/style/5228141-expected.png: Added.
1364 * editing/style/5228141-expected.txt: Added.
1365 * editing/style/5228141.html: Added.
1367 2007-05-25 Kevin McCullough <kmccullough@apple.com>
1371 - <rdar://problem/5183523> REGRESSION: Excel: Worksheet tabs in spreadsheet saved as web page don't work.
1372 - 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.
1373 - 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.
1375 * fast/dom/frame-loading-via-document-write-expected.txt: Added.
1376 * fast/dom/frame-loading-via-document-write.html: Added.
1377 * fast/dom/resources/abe.png: Added.
1378 * http/tests/security/frame-loading-via-document-write-expected.txt: Added.
1379 * http/tests/security/frame-loading-via-document-write.html: Added.
1380 * http/tests/security/resources/abe.png: Added.
1382 2007-05-25 Darin Adler <darin@apple.com>
1384 - updated tests results that were affected by Hyatt's change to
1385 turn the odious <script/> quirk back on
1387 * fast/parser/script-tag-with-trailing-slash-expected.txt: Updated
1388 test result to reflect now-expected failure. It would be good some
1389 day to change the test to be more clear that this is working as
1392 * fast/tokenizer/script_extra_close-expected.txt: Updated.
1394 2007-05-25 Darin Adler <darin@apple.com>
1396 - Hixie (who originally wrote this test) and Hyatt say that this
1397 test is invalid, and should be removed -- and it's failing too
1400 * fast/block/basic/017-expected.checksum: Removed.
1401 * fast/block/basic/017-expected.png: Removed.
1402 * fast/block/basic/017-expected.txt: Removed.
1403 * fast/block/basic/017.html: Removed.
1405 2007-05-25 Darin Adler <darin@apple.com>
1407 - updated some test results that were affected by Anders's change
1408 to make image documents use quirks mode
1410 * dom/xhtml/level2/html/frame-expected.txt: Updated.
1411 * dom/xhtml/level2/html/iframe-expected.txt: Updated.
1412 * editing/pasteboard/copy-standalone-image-expected.txt: Updated.
1413 * fast/events/standalone-image-drag-to-editable-expected.txt: Updated.
1415 2007-05-25 Mitz Pettel <mitz@webkit.org>
1419 - pixel test for http://bugs.webkit.org/show_bug.cgi?id=13872
1420 REGRESSION: An empty search field can have a cancel button
1422 * fast/forms/search-cancel-button-style-sharing-expected.checksum: Added.
1423 * fast/forms/search-cancel-button-style-sharing-expected.png: Added.
1424 * fast/forms/search-cancel-button-style-sharing-expected.txt: Added.
1425 * fast/forms/search-cancel-button-style-sharing.html: Added.
1427 2007-05-25 Darin Adler <darin@apple.com>
1429 * fast/table/rowindex-comment-nodes-expected.txt: Update to reflect success.
1430 A recent check-in fixed this test, but nobody checked in updated results.
1432 2007-05-25 Darin Adler <darin@apple.com>
1434 - updated some test results that were affected by Hyatt's fix for
1435 <rdar://problem/5208440> REGRESSION: Raw text needs to be pulled
1436 outside of tables (13753)
1438 The whitespace in the DOM has changed the child indices of various elements,
1439 which shows up in the caret and selection logging.
1441 * editing/deleting/5026848-2-expected.txt: Updated.
1442 * editing/deleting/5026848-3-expected.txt: Updated.
1443 * editing/deleting/5126166-expected.txt: Updated.
1444 * editing/deleting/delete-block-table-expected.txt: Updated.
1445 * fast/forms/input-double-click-selection-gap-bug-expected.txt: Updated.
1446 * fast/replaced/selection-rect-in-table-cell-expected.txt: Updated.
1447 * fast/text/textIteratorNilRenderer-expected.txt: Updated.
1449 2007-05-25 Kimmo Kinnunen <kimmok@iki.fi>
1453 - http://bugs.webkit.org/show_bug.cgi?id=13623 (Decompilation of function
1454 doesn't compile with "++(x,y)")
1455 - Contains tests for grouping expression that is inside typeof or prefix/postfix
1458 * fast/js/resources/toString-prefix-postfix-preserve-parens.js: Added.
1459 * fast/js/toString-prefix-postfix-preserve-parens-expected.txt: Added.
1460 * fast/js/toString-prefix-postfix-preserve-parens.html: Added.
1462 2007-05-25 Mitz Pettel <mitz@webkit.org>
1466 - pixel test for http://bugs.webkit.org/show_bug.cgi?id=13767
1467 REGRESSION: Multipart image documents are garbled
1469 * http/tests/multipart/invalid-image-data-standalone-expected.checksum: Added.
1470 * http/tests/multipart/invalid-image-data-standalone-expected.png: Added.
1471 * http/tests/multipart/invalid-image-data-standalone-expected.txt: Added.
1472 * http/tests/multipart/invalid-image-data-standalone.html: Added.
1473 * http/tests/multipart/resources/green-100x100.png: Added.
1475 2007-05-24 Rob Buis <buis@kde.org>
1480 http://bugs.webkit.org/show_bug.cgi?id=4104
1481 first-letter not updating style with hover
1482 http://bugs.webkit.org/show_bug.cgi?id=13169
1483 css-formatted first letter won't hide dynamically
1485 * fast/css/first-letter-hover-expected.checksum: Added.
1486 * fast/css/first-letter-hover-expected.png: Added.
1487 * fast/css/first-letter-hover-expected.txt: Added.
1488 * fast/css/first-letter-hover.html: Added.
1489 * fast/css/first-letter-visibility-expected.checksum: Added.
1490 * fast/css/first-letter-visibility-expected.png: Added.
1491 * fast/css/first-letter-visibility-expected.txt: Added.
1492 * fast/css/first-letter-visibility.html: Added.
1494 2007-05-24 Mitz Pettel <mitz@webkit.org>
1498 - http://bugs.webkit.org/show_bug.cgi?id=13823
1499 REGRESSION: fast/forms/select-item-background-clip.html failing pixel test
1501 Updated the test and the results.
1503 * fast/forms/select-item-background-clip-expected.checksum:
1504 * fast/forms/select-item-background-clip-expected.png:
1505 * fast/forms/select-item-background-clip-expected.txt:
1506 * fast/forms/select-item-background-clip.html:
1508 2007-05-24 Mitz Pettel <mitz@webkit.org>
1512 - test for http://bugs.webkit.org/show_bug.cgi?id=13800
1513 REGRESSION: Moving a slider moves another unrelated slider
1515 * fast/forms/slider-thumb-shared-style-expected.checksum: Added.
1516 * fast/forms/slider-thumb-shared-style-expected.png: Added.
1517 * fast/forms/slider-thumb-shared-style-expected.txt: Added.
1518 * fast/forms/slider-thumb-shared-style.html: Added.
1520 2007-05-24 Adele Peterson <adele@apple.com>
1524 Test for <rdar://problem/5211921> Form values sometimes get transposed (iGoogle)
1526 * fast/history/redirect-load-no-form-restoration-expected.txt: Added.
1527 * fast/history/redirect-load-no-form-restoration.html: Added.
1528 * fast/history/resources/redirect-load.html: Added.
1530 2007-05-24 Mitz Pettel <mitz@webkit.org>
1534 - test for http://bugs.webkit.org/show_bug.cgi?id=13857
1535 REGRESSION: onChange function applied to select element executes twice when focus is set
1537 * fast/forms/select-double-onchange-expected.txt: Added.
1538 * fast/forms/select-double-onchange.html: Added.
1540 2007-05-24 Kevin McCullough <kmccullough@apple.com>
1544 - Do you ever feel like Charlie Brown? *sigh*
1546 * fast/dom/HTMLHeadElement/resources/head-check.js:
1548 2007-05-24 Kevin McCullough <kmccullough@apple.com>
1552 - Rolling back change to fix the build until I have a good fix for data: urls.
1555 * fast/dom/HTMLHeadElement/resources/head-check.js:
1556 * fast/dom/frame-loading-via-document-write-expected.txt: Removed.
1557 * fast/dom/frame-loading-via-document-write.html: Removed.
1558 * fast/dom/resources/frame-loading-via-document-write.js: Removed.
1559 * fast/dom/resources/green250x50.png: Removed.
1560 * fast/dom/resources/success.html: Removed.
1561 * http/tests/security/frame-loading-via-document-write-expected.txt: Removed.
1562 * http/tests/security/frame-loading-via-document-write.html: Removed.
1563 * http/tests/security/resources/frame-loading-via-document-write.js: Removed.
1564 * http/tests/security/resources/success.html: Removed.
1566 2007-05-24 Mitz Pettel <mitz@webkit.org>
1570 - pixel test for http://bugs.webkit.org/show_bug.cgi?id=13837
1571 Separator in new <select> widget disappears when block element with border is in document.
1573 * fast/forms/menulist-separator-painting-expected.checksum: Added.
1574 * fast/forms/menulist-separator-painting-expected.png: Added.
1575 * fast/forms/menulist-separator-painting-expected.txt: Added.
1576 * fast/forms/menulist-separator-painting.html: Added.
1578 2007-05-24 Sam Weinig <sam@webkit.org>
1582 - update results to account for the new JSHTMLFrameSetElement
1583 that is being autogenerated and can now produce a constructor.
1585 * fast/dom/Window/element-constructors-on-window-expected.txt:
1586 * fast/dom/Window/window-properties-expected.txt:
1588 2007-05-23 Mitz Pettel <mitz@webkit.org>
1590 Reviewed by David Hyatt.
1592 - tests for http://bugs.webkit.org/show_bug.cgi?id=13563
1593 REGRESSION: Crash loading message in Yahoo! Mail
1595 * fast/css/stale-style-selector-crash-1-expected.txt: Added.
1596 * fast/css/stale-style-selector-crash-1.html: Added.
1597 * fast/css/stale-style-selector-crash-2-expected.txt: Added.
1598 * fast/css/stale-style-selector-crash-2.html: Added.
1600 2007-05-23 Darin Adler <darin@apple.com>
1604 - updated the many tests with an extra newline or two at the end
1605 because of the bug where plain-text serialization will consider
1606 nodes that are not rendered
1608 2007-05-23 Sam Weinig <sam@webkit.org>
1612 Update tests for http://bugs.webkit.org/show_bug.cgi?id=13830
1613 Auto-generate JS DOM bindings for HTMLDocument and most of
1614 the rest of HTMLElement
1616 - Corrects prototype chain for JSHTMLDocument and adds test
1617 for HTMLFormElement.
1619 * fast/dom/prototype-chain-expected.txt:
1620 * fast/dom/prototype-chain.html:
1622 2007-05-23 Kevin McCullough <kmccullough@apple.com>
1626 - Fixed build breakage.
1628 * fast/dom/open-and-close-by-DOM-expected.txt: Added.
1629 * fast/dom/open-and-close-by-DOM.html: Added.
1631 2007-05-23 Kevin McCullough <kmccullough@apple.com>
1635 - Removing failing tests until I've fixed them.
1637 * fast/dom/open-and-close-by-DOM-expected.txt: Removed.
1638 * fast/dom/open-and-close-by-DOM.html: Removed.
1640 2007-05-23 Rob Buis <buis@kde.org>
1642 Reviewed by Dave Hyatt.
1645 http://bugs.webkit.org/show_bug.cgi?id=13174
1646 line-height in font shorthand does not override a previously stated line-height property
1648 The two changed results are improvements.
1650 * css1/font_properties/font-expected.checksum:
1651 * css1/font_properties/font-expected.png:
1652 * css1/font_properties/font-expected.txt:
1653 * fast/css/line-height-font-order-expected.checksum: Added.
1654 * fast/css/line-height-font-order-expected.png: Added.
1655 * fast/css/line-height-font-order-expected.txt: Added.
1656 * fast/css/line-height-font-order.html: Added.
1657 * tables/mozilla/bugs/bug83786-expected.checksum:
1658 * tables/mozilla/bugs/bug83786-expected.png:
1659 * tables/mozilla/bugs/bug83786-expected.txt:
1661 2007-05-23 Rob Buis <buis@kde.org>
1666 http://bugs.webkit.org/show_bug.cgi?id=13784
1667 REGRESSION (r13744-13750): Crash with empty gradient when drawing to canvas
1669 * fast/canvas/fillrect-gradient-zero-stops-expected.checksum: Added.
1670 * fast/canvas/fillrect-gradient-zero-stops-expected.png: Added.
1671 * fast/canvas/fillrect-gradient-zero-stops-expected.txt: Added.
1672 * fast/canvas/fillrect-gradient-zero-stops.html: Added.
1674 2007-05-23 Rob Buis <buis@kde.org>
1679 http://bugs.webkit.org/show_bug.cgi?id=13801
1680 Crash when loading nonexisting symbol
1682 * svg/custom/use-referencing-nonexisting-symbol-expected.checksum: Added.
1683 * svg/custom/use-referencing-nonexisting-symbol-expected.png: Added.
1684 * svg/custom/use-referencing-nonexisting-symbol-expected.txt: Added.
1685 * svg/custom/use-referencing-nonexisting-symbol.svg: Added.
1687 2007-05-22 Sam Weinig <sam@webkit.org>
1691 Update tests for http://bugs.webkit.org/show_bug.cgi?id=13833
1692 Add ObjC DOM binding for HTMLMarqeeElement
1694 * fast/dom/wrapper-classes-expected.txt:
1695 * fast/dom/wrapper-classes.html: HTMLMarqueeElement now is a
1696 DOMHTMLMarqueeElement
1698 2007-05-22 Justin Garcia <justin.garcia@apple.com>
1702 http://bugs.webkit.org/show_bug.cgi?id=13804
1703 REGRESSION(r21611): Several new layout test pixel failures (misspelling markers)
1705 * editing/selection/13804-expected.checksum: Added.
1706 * editing/selection/13804-expected.png: Added.
1707 * editing/selection/13804-expected.txt: Added.
1708 * editing/selection/13804.html: Added.
1710 * editing/selection/5076323-1-expected.png: Added.
1711 * editing/selection/5076323-2-expected.png: Added.
1712 * editing/selection/5076323-3-expected.png: Added.
1714 2007-05-22 Darin Adler <darin@apple.com>
1718 - test for <rdar://problem/5215830> REGRESSION: ebay.com layout is wrong
1720 * fast/dom/iframe-document.html: Updated test to expect no document property.
1721 * fast/dom/iframe-document-expected.txt: Updated.
1723 * fast/forms/focus2.html: Changed test to use ownerDocument instead of document.
1725 2007-05-22 Adele Peterson <adele@apple.com>
1729 Test for http://bugs.webkit.org/show_bug.cgi?id=13796
1730 Crash in [NSInputContext currentInputContext] when you click on this map
1732 * fast/frames/frame-display-none-focus-expected.txt: Added.
1733 * fast/frames/frame-display-none-focus.html: Added.
1734 * fast/frames/resources/iframe-focus.html: Added.
1736 2007-05-22 Justin Garcia <justin.garcia@apple.com>
1740 <rdar://problem/4875189> List is deleted when replacing contents with Chinese/Japanese characters
1742 Moved from unsupported-content because we've supported editing lists
1744 * editing/deleting/4875189-expected.checksum: Added.
1745 * editing/deleting/4875189-expected.png: Added.
1746 * editing/deleting/4875189-expected.txt: Added.
1747 * editing/deleting/4875189.html: Added.
1748 * editing/unsupported-content/list-delete-002-expected.checksum: Removed.
1749 * editing/unsupported-content/list-delete-002-expected.png: Removed.
1750 * editing/unsupported-content/list-delete-002-expected.txt: Removed.
1751 * editing/unsupported-content/list-delete-002.html: Removed.
1753 Reflects new behavior:
1754 * editing/deleting/delete-select-all-003-expected.checksum:
1755 * editing/deleting/delete-select-all-003-expected.png:
1756 * editing/deleting/delete-select-all-003-expected.txt:
1758 Ditto and also removed a FIXME:
1759 * editing/deleting/list-item-1-expected.checksum:
1760 * editing/deleting/list-item-1-expected.png:
1761 * editing/deleting/list-item-1-expected.txt:
1762 * editing/deleting/list-item-1.html:
1764 2007-05-22 Kevin McCullough <kmccullough@apple.com>
1768 - Forgot to checkin for fix for rdar://problem/4981886
1770 * fast/dom/open-and-close-by-DOM-expected.txt: Added.
1771 * fast/dom/open-and-close-by-DOM.html: Added.
1772 * fast/dom/resources/close.html: Added.
1773 * fast/dom/resources/middle.html: Added.
1774 * http/tests/security/local-image-from-remote.html:
1776 2007-05-22 Justin Garcia <justin.garcia@apple.com>
1780 <rdar://problem/5213963>
1781 REGRESSION(r21467): Active selection remains in text field after clicking on a button
1784 * editing/selection/5213963-expected.checksum: Added.
1785 * editing/selection/5213963-expected.png: Added.
1786 * editing/selection/5213963-expected.txt: Added.
1787 * editing/selection/5213963.html: Added.
1788 We now clear the selection on mouse down (but not before
1789 the mousedown event is fired):
1790 * fast/forms/focus-selection-input-expected.txt:
1791 * fast/forms/focus-selection-textarea-expected.txt:
1793 2007-05-21 Oliver Hunt <oliver@apple.com>
1797 Layout test for http://bugs.webkit.org/show_bug.cgi?id=13789
1799 * svg/custom/getscreenctm-in-mixed-content-expected.checksum: Added.
1800 * svg/custom/getscreenctm-in-mixed-content-expected.png: Added.
1801 * svg/custom/getscreenctm-in-mixed-content-expected.txt: Added.
1802 * svg/custom/getscreenctm-in-mixed-content.xhtml: Added.
1804 2007-05-21 Sam Weinig <sam@webkit.org>
1808 - update tests and results for http://bugs.webkit.org/show_bug.cgi?id=13803
1809 to account for the new JSHTMLMarquee that is being autogenerated and
1810 can now produce a constructor.
1812 * fast/dom/Window/element-constructors-on-window-expected.txt:
1813 * fast/dom/Window/element-constructors-on-window.html:
1814 * fast/dom/Window/window-properties-expected.txt:
1816 2007-05-21 Sam Weinig <sam@webkit.org>
1820 Update test results.
1822 * fast/frames/viewsource-attribute-expected.checksum:
1823 * fast/frames/viewsource-attribute-expected.png:
1824 * fast/frames/viewsource-attribute-expected.txt:
1826 2007-05-21 Sam Weinig <sam@webkit.org>
1828 Reviewed by Adam and Darin.
1830 - update results for http://bugs.webkit.org/show_bug.cgi?id=13791
1831 to account for new JSHTMLElements that are being autogenerated and
1832 can now produce constructors.
1834 * fast/dom/Window/element-constructors-on-window-expected.txt:
1835 * fast/dom/Window/window-properties-expected.txt:
1837 2007-05-19 Mitz Pettel <mitz@webkit.org>
1839 Reviewed by Dave Hyatt.
1841 - repaint tests and updated results for http://bugs.webkit.org/show_bug.cgi?id=12729
1842 box-shadow disappears when scrolling a div that it falls on/under
1844 * fast/box-shadow/basic-shadows-expected.checksum:
1845 * fast/box-shadow/basic-shadows-expected.png:
1846 * fast/box-shadow/basic-shadows-expected.txt:
1847 * fast/repaint/box-shadow-dynamic-expected.checksum: Added.
1848 * fast/repaint/box-shadow-dynamic-expected.png: Added.
1849 * fast/repaint/box-shadow-dynamic-expected.txt: Added.
1850 * fast/repaint/box-shadow-dynamic.html: Added.
1851 * fast/repaint/box-shadow-h-expected.checksum: Added.
1852 * fast/repaint/box-shadow-h-expected.png: Added.
1853 * fast/repaint/box-shadow-h-expected.txt: Added.
1854 * fast/repaint/box-shadow-h.html: Added.
1855 * fast/repaint/box-shadow-v-expected.checksum: Added.
1856 * fast/repaint/box-shadow-v-expected.png: Added.
1857 * fast/repaint/box-shadow-v-expected.txt: Added.
1858 * fast/repaint/box-shadow-v.html: Added.
1860 2007-05-20 Mark Rowe <mrowe@apple.com>
1862 Update test results after r21597.
1864 * fast/frames/viewsource-attribute-expected.checksum:
1865 * fast/frames/viewsource-attribute-expected.png:
1866 * fast/frames/viewsource-attribute-expected.txt:
1868 2007-05-19 Mitz Pettel <mitz@webkit.org>
1872 - test for http://bugs.webkit.org/show_bug.cgi?id=13774
1873 REGRESSION: Crash emailing blog entry using Google Reader
1875 * fast/table/stale-grid-crash-expected.checksum: Added.
1876 * fast/table/stale-grid-crash-expected.png: Added.
1877 * fast/table/stale-grid-crash-expected.txt: Added.
1878 * fast/table/stale-grid-crash.html: Added.
1880 2007-05-19 Mitz Pettel <mitz@webkit.org>
1884 - http://bugs.webkit.org/show_bug.cgi?id=13320
1885 rounded corners with drop shadows are really slow
1887 * fast/box-shadow/border-radius-big-expected.checksum: Added.
1888 * fast/box-shadow/border-radius-big-expected.png: Added.
1889 * fast/box-shadow/border-radius-big-expected.txt: Added.
1890 * fast/box-shadow/border-radius-big.html: Added.
1892 2007-05-19 Anders Carlsson <andersca@apple.com>
1896 http://bugs.webkit.org/show_bug.cgi?id=13771
1897 Assertion failure ASSERT(m_layer) when running Hamachi fuzz tester
1899 * fast/frames/inline-object-inside-frameset-expected.txt: Added.
1900 * fast/frames/inline-object-inside-frameset.html: Added.
1902 2007-05-18 Sam Weinig <sam@webkit.org>
1906 - update results to account for new JSHTMLElements that are being
1907 auto-generated and can now produce Constructors.
1909 * fast/dom/Window/element-constructors-on-window-expected.txt:
1910 * fast/dom/Window/window-properties-expected.txt:
1912 2007-05-17 Maciej Stachowiak <mjs@apple.com>
1914 Not Reviewed, buildbot test fix.
1916 - updated results for the last fiew checkins.
1918 * fast/dom/clientWidthAfterDocumentIsRemoved-expected.txt:
1919 * fast/dom/replaceChild-expected.txt:
1920 * http/tests/loading/bad-scheme-subframe-expected.txt:
1921 * webarchive/loading/test-loading-archive-expected.txt:
1923 2007-05-18 Sam Weinig <sam@webkit.org>
1927 Update test results after Hyatt's update of view-source
1928 to include line numbers and a gutter.
1930 * fast/frames/viewsource-attribute-expected.checksum:
1931 * fast/frames/viewsource-attribute-expected.png:
1932 * fast/frames/viewsource-attribute-expected.txt:
1934 2007-05-18 Oliver Hunt <oliver@apple.com>
1938 Fix capitalisation of resources referenced by test case.
1940 * svg/carto.net/window.svg:
1942 2007-05-17 Justin Garcia <justin.garcia@apple.com>
1946 <rdar://problem/5209984> REGRESSION: Crash on click after clearing Facebook status
1948 * editing/selection/5209984-expected.txt: Added.
1949 * editing/selection/5209984.html: Added.
1951 2007-05-17 Sam Weinig <sam@webkit.org>
1955 Tests for <rdar://problem/5201423> REGRESSION: Links in
1956 sidebar don't work on Honda website
1958 * fast/dom/anchor-toString-expected.txt: Added.
1959 * fast/dom/anchor-toString.html: Added.
1960 * fast/forms/focus2.html:
1962 2007-05-17 Antti Koivisto <antti@apple.com>
1966 Test for http://bugs.webkit.org/show_bug.cgi?id=13727
1967 REGRESSION: Reproducible hang setting the selection's extent offset to -1
1968 <rdar://problem/5206890>
1970 * LayoutTests/editing/selection/selection-invalid-offset-expected.txt: Added.
1971 * LayoutTests/editing/selection/selection-invalid-offset.html: Added.
1973 2007-05-17 Adele Peterson <adele@apple.com>
1977 Test for <rdar://problem/5096035> REGRESSION: rtl text should be left-aligned in <select>s
1979 * fast/text/international/bidi-menulist-expected.checksum: Added.
1980 * fast/text/international/bidi-menulist-expected.png: Added.
1981 * fast/text/international/bidi-menulist-expected.txt: Added.
1982 * fast/text/international/bidi-menulist.html: Added.
1984 2007-05-17 Justin Garcia <justin.garcia@apple.com>
1986 Reviewed by harrison
1988 * editing/execCommand/4924441-expected.checksum: Added.
1989 * editing/execCommand/4924441-expected.png: Added.
1990 * editing/execCommand/4924441-expected.txt: Added.
1991 * editing/execCommand/4924441.html: Added.
1992 * editing/execCommand/5207369-expected.checksum: Added.
1993 * editing/execCommand/5207369-expected.png: Added.
1994 * editing/execCommand/5207369-expected.txt: Added.
1995 * editing/execCommand/5207369.html: Added.
1996 * editing/execCommand/5210032-expected.checksum: Added.
1997 * editing/execCommand/5210032-expected.png: Added.
1998 * editing/execCommand/5210032-expected.txt: Added.
1999 * editing/execCommand/5210032.html: Added.
2001 2007-05-17 Mitz Pettel <mitz@webkit.org>
2005 - pixel test for http://bugs.webkit.org/show_bug.cgi?id=13759
2006 REGRESSION (r20182-r20184): Incorrect rendering of multipart images
2008 Created http/tests/multipart and moved the existing multipart test there.
2010 * http/tests/misc/multipart-expected.txt: Removed.
2011 * http/tests/misc/multipart.html: Removed.
2012 * http/tests/misc/resources/1x1-blue.png: Removed.
2013 * http/tests/misc/resources/multipart.php: Removed.
2014 * http/tests/multipart/invalid-image-data-expected.checksum: Added.
2015 * http/tests/multipart/invalid-image-data-expected.png: Added.
2016 * http/tests/multipart/invalid-image-data-expected.txt: Added.
2017 * http/tests/multipart/invalid-image-data.html: Added.
2018 * http/tests/multipart/resources/2x2-green.png: Added. Shared by both
2020 * http/tests/multipart/resources/abe.png: Added.
2021 * http/tests/multipart/resources/multipart.php: Added. Shared by both
2023 * http/tests/multipart/stop-crash.html: Renamed from misc/multipart.html.
2025 2007-05-17 Justin Garcia <justin.garcia@apple.com>
2027 Reviewed by harrison
2030 * editing/execCommand/5190926-expected.checksum: Added.
2031 * editing/execCommand/5190926-expected.png: Added.
2032 * editing/execCommand/5190926-expected.txt: Added.
2033 * editing/execCommand/5190926.html: Added.
2035 Avoided some nesting:
2036 * editing/execCommand/5142012-2-expected.txt:
2037 * editing/execCommand/switch-list-type-expected.txt:
2039 2007-05-16 Maciej Stachowiak <mjs@apple.com>
2043 - added a bunch of layout tests using the new load delegate testing mechanism
2045 * http/tests/loading/bad-scheme-subframe-expected.txt: Added.
2046 * http/tests/loading/bad-scheme-subframe.html: Added.
2047 * http/tests/loading/bad-server-subframe-expected.txt: Added.
2048 * http/tests/loading/bad-server-subframe.html: Added.
2049 * http/tests/loading/basic-expected.txt: Added.
2050 * http/tests/loading/basic.html: Added.
2051 * http/tests/loading/empty-subframe-expected.txt: Added.
2052 * http/tests/loading/empty-subframe.html: Added.
2053 * http/tests/loading/simple-subframe-expected.txt: Added.
2054 * http/tests/loading/simple-subframe.html: Added.
2056 2007-05-16 dethbakin <bdakin@apple.com>
2060 Changes for <rdar://problem/5204107> REGRESSION: CSS web forum site
2061 layout not displaying properly in latest WebKit
2064 * fast/table/tableInsideCaption-expected.checksum: Added.
2065 * fast/table/tableInsideCaption-expected.png: Added.
2066 * fast/table/tableInsideCaption-expected.txt: Added.
2067 * fast/table/tableInsideCaption.html: Added.
2070 * tables/mozilla/bugs/bug48028-1-expected.checksum:
2071 * tables/mozilla/bugs/bug48028-1-expected.png:
2072 * tables/mozilla/bugs/bug48028-1-expected.txt:
2073 * tables/mozilla_expected_failures/core/captions1-
2075 * tables/mozilla_expected_failures/core/captions1-expected.png:
2076 * tables/mozilla_expected_failures/core/captions1-expected.txt:
2078 Not great changes. These changes expose other bugs. Filing reports
2080 * tables/mozilla/bugs/bug48028-2-expected.txt:
2081 * tables/mozilla/bugs/bug55789-expected.checksum:
2082 * tables/mozilla/bugs/bug55789-expected.png:
2083 * tables/mozilla/bugs/bug55789-expected.txt:
2085 2007-05-16 Kevin McCullough <kmccullough@apple.com>
2087 Reviewed by Darin and Geoff.
2089 - rdar://problem/4981886
2090 - Added tests for allowing JS to close a window that was opened by the DOM.
2092 * fast/dom/open-and-close-by-DOM-expected.txt: Added.
2093 * fast/dom/open-and-close-by-DOM.html: Added.
2094 * fast/dom/resources/close.html: Added.
2095 * fast/dom/resources/middle.html: Added.
2097 2007-05-16 Darin Adler <darin@apple.com>
2101 - test for <rdar://problem/4928671> Crash due to runaway recursion when fieldset has display: table-row (12066)
2103 * fast/css/fieldset-display-row-expected.checksum: Added.
2104 * fast/css/fieldset-display-row-expected.png: Added.
2105 * fast/css/fieldset-display-row-expected.txt: Added.
2106 * fast/css/fieldset-display-row.html: Added.
2108 2007-05-15 Sam Weinig <sam@webkit.org>
2112 - Yet more tests for http://bugs.webkit.org/show_bug.cgi?id=13722
2113 Finish testing and fixing the setting of DOM attributes to JS null
2115 Tests for SVG attributes that take a DOMString.
2117 * fast/dom/svg-element-attribute-js-null-expected.txt: Added.
2118 * fast/dom/svg-element-attribute-js-null.xhtml: Added.
2120 2007-05-15 Sam Weinig <sam@webkit.org>
2124 - More Tests for http://bugs.webkit.org/show_bug.cgi?id=13722
2125 Finish testing and fixing the setting of DOM attributes to JS null
2127 Tests for CanvasRenderingContext2D attributes that take a DOMString.
2129 * fast/dom/canvasContext2d-element-attribute-js-null-expected.txt: Added.
2130 * fast/dom/canvasContext2d-element-attribute-js-null.html: Added.
2132 2007-05-15 Sam Weinig <sam@webkit.org>
2136 - More Tests for http://bugs.webkit.org/show_bug.cgi?id=13722
2137 Finish testing and fixing the setting of DOM attributes to JS null
2139 Tests for CSSOM attributes that take a DOMString.
2141 * fast/dom/css-element-attribute-js-null-expected.txt: Added.
2142 * fast/dom/css-element-attribute-js-null.html: Added.
2144 2007-05-15 Justin Garcia <justin.garcia@apple.com>
2146 Updating expected results for r21074.
2148 * css1/cascade/cascade_order-expected.checksum:
2149 * css1/cascade/cascade_order-expected.png:
2150 * css2.1/t0402-c71-fwd-parsing-02-f-expected.checksum:
2151 * css2.1/t0402-c71-fwd-parsing-02-f-expected.png:
2152 * css2.1/t0505-c16-descendant-01-e-expected.checksum:
2153 * css2.1/t0505-c16-descendant-01-e-expected.png:
2154 * css2.1/t050803-c14-classes-00-e-expected.checksum:
2155 * css2.1/t050803-c14-classes-00-e-expected.png:
2156 * css2.1/t0509-c15-ids-01-e-expected.checksum:
2157 * css2.1/t0509-c15-ids-01-e-expected.png:
2158 * css2.1/t0805-c5518-brdr-t-01-e-expected.checksum:
2159 * css2.1/t0805-c5518-brdr-t-01-e-expected.png:
2160 * css2.1/t0805-c5519-brdr-r-02-e-expected.checksum:
2161 * css2.1/t0805-c5519-brdr-r-02-e-expected.png:
2162 * css2.1/t0805-c5520-brdr-b-01-e-expected.checksum:
2163 * css2.1/t0805-c5520-brdr-b-01-e-expected.png:
2164 * css2.1/t0805-c5521-brdr-l-02-e-expected.checksum:
2165 * css2.1/t0805-c5521-brdr-l-02-e-expected.png:
2166 * css2.1/t1205-c563-list-type-00-b-expected.checksum:
2167 * css2.1/t1205-c563-list-type-00-b-expected.png:
2168 * css2.1/t1205-c564-list-img-00-b-g-expected.checksum:
2169 * css2.1/t1205-c564-list-img-00-b-g-expected.png:
2170 * fast/backgrounds/repeat/noRepeatCorrectClip-expected.checksum:
2171 * fast/backgrounds/repeat/noRepeatCorrectClip-expected.png:
2172 * fast/block/float/014-expected.checksum:
2173 * fast/block/float/014-expected.png:
2174 * fast/css/001-expected.checksum:
2175 * fast/css/001-expected.png:
2176 * fast/css/css2-system-fonts-expected.checksum:
2177 * fast/css/css2-system-fonts-expected.png:
2178 * fast/doctypes/001-expected.checksum:
2179 * fast/doctypes/001-expected.png:
2180 * fast/doctypes/002-expected.checksum:
2181 * fast/doctypes/002-expected.png:
2182 * fast/doctypes/003-expected.checksum:
2183 * fast/doctypes/003-expected.png:
2184 * fast/doctypes/004-expected.checksum:
2185 * fast/doctypes/004-expected.png:
2186 * fast/dom/Window/window-onFocus-expected.checksum:
2187 * fast/dom/Window/window-onFocus-expected.png:
2188 * fast/events/keydown-1-expected.checksum:
2189 * fast/events/keydown-1-expected.png:
2190 * fast/lists/002-expected.checksum:
2191 * fast/lists/002-expected.png:
2192 * fast/lists/003-expected.checksum:
2193 * fast/lists/003-expected.png:
2194 * fast/lists/005-expected.checksum:
2195 * fast/lists/005-expected.png:
2196 * fast/lists/007-expected.checksum:
2197 * fast/lists/007-expected.png:
2198 * fast/lists/008-expected.checksum:
2199 * fast/lists/008-expected.png:
2200 * fast/lists/big-list-marker-expected.checksum:
2201 * fast/lists/big-list-marker-expected.png:
2202 * fast/lists/dynamic-marker-crash-expected.checksum:
2203 * fast/lists/dynamic-marker-crash-expected.png:
2204 * fast/lists/item-not-in-list-line-wrapping-expected.checksum:
2205 * fast/lists/item-not-in-list-line-wrapping-expected.png:
2206 * fast/lists/marker-image-error-expected.checksum:
2207 * fast/lists/marker-image-error-expected.png:
2208 * fast/lists/ol-display-types-expected.checksum:
2209 * fast/lists/ol-display-types-expected.png:
2210 * fast/lists/scrolled-marker-paint-expected.checksum:
2211 * fast/lists/scrolled-marker-paint-expected.png:
2212 * fast/overflow/overflow-rtl-expected.checksum:
2213 * fast/overflow/overflow-rtl-expected.png:
2214 * fast/repaint/list-marker-2-expected.checksum:
2215 * fast/repaint/list-marker-2-expected.png:
2216 * fast/repaint/list-marker-expected.checksum:
2217 * fast/repaint/list-marker-expected.png:
2218 * fast/selectors/001-expected.checksum:
2219 * fast/selectors/001-expected.png:
2220 * fast/selectors/013-expected.checksum:
2221 * fast/selectors/013-expected.png:
2222 * fast/selectors/015-expected.checksum:
2223 * fast/selectors/015-expected.png:
2224 * fast/selectors/166-expected.checksum:
2225 * fast/selectors/166-expected.png:
2226 * tables/mozilla/bugs/bug23235-expected.checksum:
2227 * tables/mozilla/bugs/bug23235-expected.png:
2228 * tables/mozilla/bugs/bug30692-expected.checksum:
2229 * tables/mozilla/bugs/bug30692-expected.png:
2230 * tables/mozilla/bugs/bug3191-expected.checksum:
2231 * tables/mozilla/bugs/bug3191-expected.png:
2232 * tables/mozilla/marvin/backgr_index-expected.checksum:
2233 * tables/mozilla/marvin/backgr_index-expected.png:
2234 * tables/mozilla/marvin/backgr_layers-opacity-expected.checksum:
2235 * tables/mozilla/marvin/backgr_layers-opacity-expected.png:
2236 * tables/mozilla_expected_failures/bugs/bug1010-expected.checksum:
2237 * tables/mozilla_expected_failures/bugs/bug1010-expected.png:
2238 * tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.checksum:
2239 * tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.png:
2240 * tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.checksum:
2241 * tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.png:
2243 2007-05-15 Mitz Pettel <mitz@webkit.org>
2247 - test for http://bugs.webkit.org/show_bug.cgi?id=13360
2248 REGRESSION: Crash closing live web cam viewer page
2250 * http/tests/misc/multipart-expected.txt: Added.
2251 * http/tests/misc/multipart.html: Added.
2252 * http/tests/misc/resources/1x1-blue.png: Added.
2253 * http/tests/misc/resources/multipart.php: Added.
2255 2007-05-15 Sam Weinig <sam@webkit.org>
2259 - Test for http://bugs.webkit.org/show_bug.cgi?id=13722
2260 Finish testing and fixing the setting of DOM attributes to JS null
2262 Tests for Core DOM attributes.
2264 * fast/dom/coreDOM-element-attribute-js-null-expected.txt: Added.
2265 * fast/dom/coreDOM-element-attribute-js-null.xhtml: Added.
2267 2007-05-15 Justin Garcia <justin.garcia@apple.com>
2269 Updating expected results for r21074.
2271 * editing/deleting/4866671-expected.checksum:
2272 * editing/deleting/4866671-expected.png:
2273 * editing/deleting/delete-first-list-item-expected.checksum:
2274 * editing/deleting/delete-first-list-item-expected.png:
2275 * editing/deleting/delete-listitem-002-expected.checksum:
2276 * editing/deleting/delete-listitem-002-expected.png:
2277 * editing/deleting/list-item-1-expected.checksum:
2278 * editing/deleting/list-item-1-expected.png:
2279 * editing/deleting/merge-into-empty-block-2-expected.checksum:
2280 * editing/deleting/merge-into-empty-block-2-expected.png:
2281 * editing/execCommand/4641880-1-expected.checksum:
2282 * editing/execCommand/4641880-1-expected.png:
2283 * editing/execCommand/4747450-expected.checksum:
2284 * editing/execCommand/4747450-expected.png:
2285 * editing/execCommand/4916402-expected.checksum:
2286 * editing/execCommand/4916402-expected.png:
2287 * editing/execCommand/4916583-expected.checksum:
2288 * editing/execCommand/4916583-expected.png:
2289 * editing/execCommand/5142012-2-expected.checksum:
2290 * editing/execCommand/5142012-2-expected.png:
2291 * editing/execCommand/5144139-1-expected.checksum:
2292 * editing/execCommand/5144139-1-expected.png:
2293 * editing/execCommand/create-list-with-hr-expected.checksum:
2294 * editing/execCommand/create-list-with-hr-expected.png:
2295 * editing/execCommand/indent-list-item-expected.checksum:
2296 * editing/execCommand/indent-list-item-expected.png:
2297 * editing/execCommand/indent-selection-expected.checksum:
2298 * editing/execCommand/indent-selection-expected.png:
2299 * editing/execCommand/insert-list-empty-div-expected.checksum:
2300 * editing/execCommand/insert-list-empty-div-expected.png:
2301 * editing/execCommand/remove-list-item-1-expected.checksum:
2302 * editing/execCommand/remove-list-item-1-expected.png:
2303 * editing/inserting/4959067-expected.checksum:
2304 * editing/inserting/4959067-expected.png:
2305 * editing/pasteboard/4861080-expected.checksum:
2306 * editing/pasteboard/4861080-expected.png:
2307 * editing/pasteboard/drag-selected-image-to-contenteditable-expected.checksum:
2308 * editing/pasteboard/drag-selected-image-to-contenteditable-expected.png:
2309 * editing/pasteboard/drop-link-expected.checksum:
2310 * editing/pasteboard/drop-link-expected.png:
2311 * editing/pasteboard/innerText-inline-table-expected.checksum:
2312 * editing/pasteboard/innerText-inline-table-expected.png:
2313 * editing/pasteboard/input-field-1-expected.checksum:
2314 * editing/pasteboard/input-field-1-expected.png:
2315 * editing/pasteboard/merge-end-list-expected.checksum:
2316 * editing/pasteboard/merge-end-list-expected.png:
2317 * editing/pasteboard/merge-start-list-expected.checksum:
2318 * editing/pasteboard/merge-start-list-expected.png:
2319 * editing/pasteboard/select-element-1-expected.checksum:
2320 * editing/pasteboard/select-element-1-expected.png:
2321 * editing/selection/drag-to-contenteditable-iframe-expected.checksum:
2322 * editing/selection/drag-to-contenteditable-iframe-expected.png:
2323 * editing/selection/extend-by-word-002-expected.checksum:
2324 * editing/selection/extend-by-word-002-expected.png:
2325 * editing/selection/select-all-iframe-expected.checksum:
2326 * editing/selection/select-all-iframe-expected.png:
2327 * editing/selection/selectNode-expected.checksum:
2328 * editing/selection/selectNode-expected.png:
2329 * editing/selection/selectNodeContents-expected.checksum:
2330 * editing/selection/selectNodeContents-expected.png:
2331 * editing/unsupported-content/list-delete-001-expected.checksum:
2332 * editing/unsupported-content/list-delete-001-expected.png:
2333 * editing/unsupported-content/list-type-after-expected.checksum:
2334 * editing/unsupported-content/list-type-after-expected.png:
2335 * editing/unsupported-content/list-type-before-expected.checksum:
2336 * editing/unsupported-content/list-type-before-expected.png:
2338 2007-05-15 Anders Carlsson <andersca@apple.com>
2342 <rdar://problem/5183685>
2343 http://bugs.webkit.org/show_bug.cgi?id=13301
2344 ASSERT or null value when trying to use a getter defined on a window object
2348 * fast/dom/getter-on-window-object-expected.txt: Added.
2349 * fast/dom/getter-on-window-object.html: Added.
2351 2007-05-15 Justin Garcia <justin.garcia@apple.com>
2353 Spelling markers fixed:
2354 * editing/deleting/delete-block-table-expected.checksum:
2355 * editing/deleting/delete-block-table-expected.png:
2356 * editing/selection/move-by-line-001-expected.checksum:
2357 * editing/selection/move-by-line-001-expected.png:
2359 2007-05-14 Justin Garcia <justin.garcia@apple.com>
2363 Updated these expected results. We now clear the
2364 selection inside a focused node *after* firing the
2365 mousedown event handler, which matches FF:
2366 * fast/forms/focus-selection-input-expected.txt:
2367 * fast/forms/focus-selection-textarea-expected.txt:
2369 2007-05-14 Justin Garcia <justin.garcia@apple.com>
2373 Spelling markers fixed:
2374 * editing/deleting/delete-to-select-table-expected.checksum:
2375 * editing/deleting/delete-to-select-table-expected.png:
2376 * editing/selection/end-of-document-expected.checksum:
2377 * editing/selection/end-of-document-expected.png:
2378 * editing/inserting/insert-paragraph-02-expected.checksum:
2379 * editing/inserting/insert-paragraph-02-expected.png:
2381 Focus halo now painted:
2382 * editing/execCommand/format-block-with-braces-expected.checksum:
2383 * editing/execCommand/format-block-with-braces-expected.png:
2385 Needed FIXMEs removed after fixing 4714993:
2386 * editing/pasteboard/merge-end-1-expected.checksum:
2387 * editing/pasteboard/merge-end-1-expected.png:
2388 * editing/pasteboard/merge-end-1-expected.txt:
2389 * editing/pasteboard/merge-end-1.html:
2390 * editing/pasteboard/merge-end-2-expected.checksum:
2391 * editing/pasteboard/merge-end-2-expected.png:
2392 * editing/pasteboard/merge-end-2-expected.txt:
2393 * editing/pasteboard/merge-end-2.html:
2395 2007-05-14 Maciej Stachowiak <mjs@apple.com>
2399 - Test case for <rdar://problem/5203036> REGRESSION: Assertion failure in WebCore::FrameLoader::restoreScrollPositionAndViewState() going back from fark.com Photoshop contest (13684)
2401 * http/tests/incremental/slow-utf8-html.pl:
2402 * http/tests/navigation/back-to-slow-frame.html: Added.
2403 * http/tests/navigation/back-to-slow-frame-expected.txt: Added.
2404 * http/tests/navigation/resources/back-to-slow-frame-2.html: Added.
2405 * http/tests/navigation/resources/back-to-slow-frame-3.html: Added.
2406 * http/tests/navigation/resources/slow-resource-1-sec.pl: Added.
2408 2007-05-14 Kimmo Kinnunen <kimmok@iki.fi>
2412 - Tests for fix to http://bugs.webkit.org/show_bug.cgi?id=13622 (Decompiler omits
2413 trailing comma in array literal)
2415 * fast/js/resources/toString-elision-trailing-comma.js: Added.
2416 * fast/js/toString-elision-trailing-comma-expected.txt: Added.
2417 * fast/js/toString-elision-trailing-comma.html: Added.
2419 2007-05-14 Mitz Pettel <mitz@webkit.org>
2421 Reviewed by Dave Hyatt.
2423 - test for http://bugs.webkit.org/show_bug.cgi?id=13603
2424 style leaks in washingtonpost.com
2426 * fast/parser/residual-style-close-across-n-blocks-expected.txt: Added.
2427 * fast/parser/residual-style-close-across-n-blocks.html: Added.
2429 2007-05-14 Sam Weinig <sam@webkit.org>
2433 - Tests for http://bugs.webkit.org/show_bug.cgi?id=13541
2434 REGRESSION: Setting a DOMString attribute to JS null in the
2435 JS bindings should default to converting to the empty string
2437 * fast/dom/document-attribute-js-null-expected.txt: Added.
2438 * fast/dom/document-attribute-js-null.html: Added.
2439 * fast/dom/element-attribute-js-null-expected.txt: Added.
2440 * fast/dom/element-attribute-js-null.html: Added.
2441 * fast/forms/input-null-expected.txt: Removed.
2442 * fast/forms/input-null.html: Removed.
2444 2007-05-14 Justin Garcia <justin.garcia@apple.com>
2448 <rdar://problem/5136696> Selection is removed when focusing a node in another frame
2451 * editing/selection/5136696-expected.checksum: Added.
2452 * editing/selection/5136696-expected.png: Added.
2453 * editing/selection/5136696-expected.txt: Added.
2454 * editing/selection/5136696.html: Added.
2456 2007-05-14 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 Test all the different forms of expressions that can contain
2462 a dot following a number literal.
2463 Includes new tests for PrefixDotNode, PostfixDotNode, DeleteDotNode,
2464 AssignDotNode and FunctionCallParenDotNode.
2466 * fast/js/resources/toString-number-dot-expr.js:
2467 * fast/js/toString-number-dot-expr-expected.txt: Updated.
2469 2007-05-13 Alexey Proskuryakov <ap@webkit.org>
2473 http://bugs.webkit.org/show_bug.cgi?id=13690
2474 JavaScript Form Validation issue on Banco do Brasil site
2476 * fast/forms/input-setvalue-selection-expected.txt: Added.
2477 * fast/forms/input-setvalue-selection.html: Added.
2479 * fast/forms/input-appearance-maxlength.html: Now that the selection is correctly set
2480 in inactive text inputs, we need to explicitly change it to exercise the same code path.
2482 * fast/forms/input-selection-restore-expected.txt: Removed.
2483 * fast/forms/input-selection-restore.html: Removed.
2484 AFAICT, this test was added in r14931 to test for status quo, and not because we
2485 specifically wanted such behavior.
2487 2007-05-13 Rob Buis <buis@kde.org>
2491 http://bugs.webkit.org/show_bug.cgi?id=13529
2492 DOM3 keyIdentifier text is incorrect
2494 Adjusted tests and test results.
2496 * fast/events/frame-tab-focus.html:
2497 * fast/events/js-keyboard-event-creation-expected.txt:
2498 * fast/events/objc-event-api-expected.txt:
2499 * fast/events/option-tab.html:
2500 * fast/forms/focus2.html:
2501 * fast/html/tab-order.html:
2503 2007-05-12 Mitz Pettel <mitz@webkit.org>
2507 - repaint test for http://bugs.webkit.org/show_bug.cgi?id=13680
2508 Incomplete repaint of focus ring around continuation
2510 * fast/repaint/continuation-after-outline-expected.checksum: Added.
2511 * fast/repaint/continuation-after-outline-expected.png: Added.
2512 * fast/repaint/continuation-after-outline-expected.txt: Added.
2513 * fast/repaint/continuation-after-outline.html: Added.
2515 2007-05-12 Oliver Hunt <oliver@apple.com>
2519 Add test to verify files can be dragged to <input type="file">
2521 * fast/forms/dragging-to-file-input-expected.txt: Added.
2522 * fast/forms/dragging-to-file-input.html: Added.
2524 2007-05-12 Mitz Pettel <mitz@webkit.org>
2528 - pixel test for http://bugs.webkit.org/show_bug.cgi?id=13695
2529 REGRESSION (r21387): Replaced elements' highlight rects are wrongly positioned
2531 * fast/replaced/selection-rect-expected.checksum: Added.
2532 * fast/replaced/selection-rect-expected.png: Added.
2533 * fast/replaced/selection-rect-expected.txt: Added.
2534 * fast/replaced/selection-rect.html: Added.
2536 2007-05-12 Mitz Pettel <mitz@webkit.org>
2540 - repaint test for http://bugs.webkit.org/show_bug.cgi?id=13685
2541 REGRESSION (r21368-r21388): Highlighting text in scrolled textareas behaves oddly
2543 * fast/repaint/text-selection-rect-in-overflow-expected.checksum: Added.
2544 * fast/repaint/text-selection-rect-in-overflow-expected.png: Added.
2545 * fast/repaint/text-selection-rect-in-overflow-expected.txt: Added.
2546 * fast/repaint/text-selection-rect-in-overflow.html: Added.
2548 2007-05-11 Oliver Hunt <oliver@apple.com>
2552 Layout test for x-mac-roman character encoding.
2554 * fast/encoding/xmacroman-encoding-test-expected.txt: Added.
2555 * fast/encoding/xmacroman-encoding-test.html: Added.
2557 2007-05-11 Oliver Hunt <oliver@apple.com>
2561 Layout tests for <rdar://problem/5017375> WebKit should disable SVG in Dashboard
2562 Tests attempt to use SVG in a number of ways, both direct and indirect.
2565 * http/tests/xmlhttprequest/resources/svgtest.svg: Added.
2568 * http/tests/xmlhttprequest/svg-created-by-xhr-disallowed-in-dashboard-expected.txt: Added.
2569 * http/tests/xmlhttprequest/svg-created-by-xhr-disallowed-in-dashboard.html: Added.
2570 Attempts to use an SVG doc created with XHR as content
2572 * svg/custom/embedded-svg-disallowed-in-dashboard-expected.txt: Added.
2573 * svg/custom/embedded-svg-disallowed-in-dashboard.xml: Added.
2574 Attempts to use SVG by embedding it in an SVG doc.
2576 * svg/custom/manually-parsed-embedded-svg-disallowed-in-dashboard-expected.txt: Added.
2577 * svg/custom/manually-parsed-embedded-svg-disallowed-in-dashboard.html: Added.
2578 Attempts to use SVG by using a DOMParser to manually parse XHMTL with embedded SVG
2580 * svg/custom/manually-parsed-svg-disallowed-in-dashboard-expected.txt: Added.
2581 * svg/custom/manually-parsed-svg-disallowed-in-dashboard.html: Added.
2582 Attempts to use SVG by using a DOMParser to manually create an SVG doc from a string
2584 * svg/custom/svg-disallowed-in-dashboard-object-expected.txt: Added.
2585 * svg/custom/svg-disallowed-in-dashboard-object.html: Added.
2586 Attempts to embed SVG with <embed>, <object>, and <iframe>
2588 2007-05-11 Mark Rowe <mrowe@apple.com>
2590 Rubber-stamped by Oliver.
2592 * fast/encoding/char-encoding.html: Change from a 5 millisecond
2593 timeout to a 500 millisecond timeout to work around occasional
2594 timing-related test failures.
2596 2007-05-11 Geoffrey Garen <ggaren@apple.com>
2598 Reviewed by Darin Adler.
2600 Updated test a little bit now that +[WebScriptObject scriptObjectForJSObject:frame:]
2603 * fast/dom/wrapper-round-tripping.html:
2605 2007-05-11 Mitz Pettel <mitz@webkit.org>
2609 - test and updated results for http://bugs.webkit.org/show_bug.cgi?id=13635
2610 REGRESSION: Cannot log in to webmail.co.za account
2612 * fast/dom/HTMLOptionElement/option-text-expected.txt: Added.
2613 * fast/dom/HTMLOptionElement/option-text.html: Added.
2614 * fast/forms/HTMLOptionElement_label06-expected.checksum:
2615 * fast/forms/HTMLOptionElement_label06-expected.png:
2616 * fast/forms/HTMLOptionElement_label06-expected.txt:
2618 2007-05-11 Kimmo Kinnunen <kimmok@iki.fi>
2622 - Tests for bug http://bugs.webkit.org/show_bug.cgi?id=13620
2623 Bogus decompilation of "for (var j = 1 in [])"
2625 Testcase covers toString()ing functions with
2626 for-statements of form for (var j = 1 in []) and for (var j=0;j<10;j++)
2628 * fast/js/resources/toString-for-var-decl.js: Added.
2629 * fast/js/toString-for-var-decl-expected.txt: Added.
2630 * fast/js/toString-for-var-decl.html: Added.
2632 2007-05-11 Kimmo Kinnunen <kimmok@iki.fi>
2636 Tests for http://bugs.webkit.org/show_bug.cgi?id=10878
2637 Bug 10878: Incorrect decompilation for "4..x"
2639 * fast/js/resources/toString-number-dot-expr.js: Added.
2640 * fast/js/toString-number-dot-expr-expected.txt: Added.
2641 * fast/js/toString-number-dot-expr.html: Added.
2643 2007-05-11 Darin Adler <darin@apple.com>
2647 - test for http://bugs.webkit.org/show_bug.cgi?id=7452
2648 <rdar://problem/3211749> line breaks ignored after <wbr> in <pre> block (affects livejournal.com)
2650 * fast/text/wbr-pre-expected.checksum: Added.
2651 * fast/text/wbr-pre-expected.png: Added.
2652 * fast/text/wbr-pre-expected.txt: Added.
2653 * fast/text/wbr-pre.html: Added.
2655 - test for http://bugs.webkit.org/show_bug.cgi?id=10657
2656 <rdar://problem/4274588> <wbr> tags are ignored
2658 * fast/text/wbr-expected.checksum: Added.
2659 * fast/text/wbr-expected.png: Added.
2660 * fast/text/wbr-expected.txt: Added.
2661 * fast/text/wbr.html: Added.
2663 - test for http://bugs.webkit.org/show_bug.cgi?id=12689
2664 <wbr> :before/:after content causes line break
2666 * fast/css-generated-content/wbr-with-before-content-expected.checksum: Added.
2667 * fast/css-generated-content/wbr-with-before-content-expected.png: Added.
2668 * fast/css-generated-content/wbr-with-before-content-expected.txt: Added.
2669 * fast/css-generated-content/wbr-with-before-content.html: Added.
2671 - test for <rdar://problem/5127366> DOM tree isn't correct when parsing with <wbr>
2673 * fast/invalid/021-expected.txt: Updated result.
2674 * fast/parser/parse-wbr-expected.txt: Added.
2675 * fast/parser/parse-wbr.html: Added.
2677 2007-05-10 Mitz Pettel <mitz@webkit.org>
2681 - repaint test and updated results for http://bugs.webkit.org/show_bug.cgi?id=13655
2682 Incomplete repaint when text-shadow is used in a render layer with explicit height
2684 * fast/repaint/layer-full-repaint-expected.checksum: Added.
2685 * fast/repaint/layer-full-repaint-expected.png: Added.
2686 * fast/repaint/layer-full-repaint-expected.txt: Added.
2687 * fast/repaint/layer-full-repaint.html: Added.
2688 * fast/repaint/repaint-resized-overflow-expected.checksum:
2689 * fast/repaint/repaint-resized-overflow-expected.png:
2691 2007-05-10 Justin Garcia <justin.garcia@apple.com>
2695 <rdar://problem/5195166> Incorrect proposedRange DOMRange passed to WebViewEditing delegate
2697 * editing/selection/5195166-1-expected.checksum: Added.
2698 * editing/selection/5195166-1-expected.png: Added.
2699 * editing/selection/5195166-1-expected.txt: Added.
2700 * editing/selection/5195166-1.html: Added.
2701 * editing/selection/5195166-2-expected.checksum: Added.
2702 * editing/selection/5195166-2-expected.png: Added.
2703 * editing/selection/5195166-2-expected.txt: Added.
2704 * editing/selection/5195166-2.html: Added.
2706 2007-05-10 Adele Peterson <adele@apple.com>
2710 Test for <rdar://problem/4100616> Doing a "find" in RSS doesn't scroll to result
2712 * fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.checksum: Added.
2713 * fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.png: Added.
2714 * fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.txt: Added.
2715 * fast/overflow/scroll-nested-positioned-layer-in-overflow.html: Added.
2717 2007-05-08 Maciej Stachowiak <mjs@apple.com>
2721 - new test case for:
2722 <rdar://problem/5063277> blank screen after login to Citibank Online (accessing document before frame starts loading cancels load)
2723 <rdar://problem/5159541> REGRESSION (r20972): Wall Street Journal pages replaced by advertisements (13465)
2725 (The test case covers both scenarios.)
2727 * http/tests/misc/frame-access-during-load-expected.checksum: Added.
2728 * http/tests/misc/frame-access-during-load-expected.png: Added.
2729 * http/tests/misc/frame-access-during-load-expected.txt: Added.
2730 * http/tests/misc/frame-access-during-load.html: Added.
2732 - test results beneficially or harmlessly changed as a result of the above fixes
2734 * css2.1/t0801-c412-hz-box-00-b-a-expected.checksum:
2735 * css2.1/t0801-c412-hz-box-00-b-a-expected.png:
2736 * css2.1/t0801-c412-hz-box-00-b-a-expected.txt: This reflects an <object> containing
2737 an image now creating an image renderer.
2739 * dom/xhtml/level2/html/HTMLIFrameElement11-expected.txt: This is updated to a slightly
2740 less bad failure for access to a frame that's not loaded yet.
2742 The following test results now reflect the frame removal that the test was testing:
2744 * fast/dom/clientWidthAfterDocumentIsRemoved-expected.checksum:
2745 * fast/dom/clientWidthAfterDocumentIsRemoved-expected.png:
2746 * fast/dom/clientWidthAfterDocumentIsRemoved-expected.txt:
2747 * fast/dom/replaceChild-expected.checksum:
2748 * fast/dom/replaceChild-expected.png:
2749 * fast/dom/replaceChild-expected.txt:
2751 The following tests results now reflect empty document content for iframes that never load anything:
2753 * fast/events/focusingUnloadedFrame-expected.txt:
2754 * tables/mozilla_expected_failures/bugs/bug137388-1-expected.txt:
2755 * tables/mozilla_expected_failures/bugs/bug137388-2-expected.txt:
2757 2007-05-10 Brady Eidson <beidson@apple.com>
2761 Fix for http://bugs.webkit.org/show_bug.cgi?id=13636 and <rdar://problem/5190816>
2763 When creating the applets collection, be sure to only count Objects if they contain
2766 * dom/html/level2/html/AppletsCollection-expected.txt: Added.
2767 * dom/html/level2/html/AppletsCollection.html: Added.
2769 2007-05-09 Geoffrey Garen <ggaren@apple.com>
2771 Reviewed by Maciej Stachowiak.
2773 Tests for more fix-ups to the WebScriptObject/WebScripting APIs, related to
2774 <rdar://problem/5140447> API for fetching JSGlobalContextRef from WebView
2777 * fast/dom/wrapper-classes-expected.txt:
2778 * fast/dom/wrapper-classes.html: Added cases to test the wrapper classes
2779 for different data types sent across the JS/ObjC bridge.
2780 * fast/dom/wrapper-round-tripping-expected.txt: Added.
2781 * fast/dom/wrapper-round-tripping.html: Added. New test to verify that
2782 you can round-trip between a JSObjectRef and a WebScriptObject.
2784 2007-05-09 Oliver Hunt <oliver@apple.com>
2788 Workaround for rdar://problem/5114296 need to allow for
2789 download occuring, and thus not triggering subframeLoaded()
2791 * fast/encoding/char-encoding.html:
2793 2007-05-08 Justin Garcia <justin.garcia@apple.com>
2797 <rdar://problem/5017613> Style changes don't effect fully selected ToDo content
2799 Demonstrates the bug:
2800 * editing/style/5017613-1-expected.checksum: Added.
2801 * editing/style/5017613-1-expected.png: Added.
2802 * editing/style/5017613-1-expected.txt: Added.
2803 * editing/style/5017613-1.html: Added.
2805 Tests to make sure that a plaintext-only region
2806 will only be styled if it is fully selected:
2807 * editing/style/5017613-2-expected.checksum: Added.
2808 * editing/style/5017613-2-expected.png: Added.
2809 * editing/style/5017613-2-expected.txt: Added.
2810 * editing/style/5017613-2.html: Added.
2812 2007-05-09 Adele Peterson <adele@apple.com>
2816 Updated results for <rdar://problem/5113578> REGRESSION: textfields that set the height but not the font
2817 look different from IE & FF because the font is small
2819 * fast/block/float/032-expected.txt:
2820 * fast/forms/input-text-word-wrap-expected.checksum:
2821 * fast/forms/input-text-word-wrap-expected.png:
2822 * fast/forms/input-text-word-wrap-expected.txt:
2824 2007-05-09 Darin Adler <darin@apple.com>
2826 - checked in a file that was accidentally left out of the last check-in
2828 * fast/js/cyclic-prototypes-expected.txt: Added.
2830 2007-05-09 Eric Seidel <eric@webkit.org>
2834 http://bugs.webkit.org/show_bug.cgi?id=6985
2835 Cyclic __proto__ values cause webkit to hang
2837 * fast/js/cyclic-prototypes-expected.txt: Added.
2838 * fast/js/cyclic-prototypes.html: Added.
2839 * fast/js/resources/cyclic-prototypes.js: Added.
2841 2007-05-08 Geoffrey Garen <ggaren@apple.com>
2843 Reviewed by Darin Adler.
2845 Added test to verify that you get back the same JS/ObjC wrapper when
2846 you access the same object twice.
2848 * fast/dom/wrapper-identity-expected.txt: Added.
2849 * fast/dom/wrapper-identity.html: Added.
2851 2007-05-08 Kimmo Kinnunen <kimmok@iki.fi>
2853 Reviewed by darin. Landed by eseidel.
2855 - http://bugs.webkit.org/show_bug.cgi?id=10880 Do..while loop gains extra ;
2857 * fast/js/do-while-semicolon-expected.txt: Added.
2858 * fast/js/do-while-semicolon.html: Added.
2859 * fast/js/resources/do-while-semicolon.js: Added.
2861 2007-05-08 Oliver Hunt <oliver@apple.com>
2865 Test for <rdar://problem/5188938> arc method on
2866 Canvas causes hang or crash work around.
2868 * fast/canvas/arc-crash-expected.txt: Added.
2869 * fast/canvas/arc-crash.html: Added.
2871 2007-05-08 Alexey Proskuryakov <ap@webkit.org>
2875 http://bugs.webkit.org/show_bug.cgi?id=13480
2876 window.Attr is undefined
2878 * fast/dom/Window/attr-constructor-expected.txt: Added.
2879 * fast/dom/Window/attr-constructor.html: Added.
2881 * fast/dom/Window/window-properties-expected.txt: Many new global constructors added.
2883 2007-05-07 Justin Garcia <justin.garcia@apple.com>
2887 <rdar://problem/4895428> Can't drag selected ToDo
2889 This tests to see that the focus of a focusable node
2890 inside an already focused node is delayed until mouse up:
2891 * editing/selection/4895428-2-expected.checksum: Added.
2892 * editing/selection/4895428-2-expected.png: Added.
2893 * editing/selection/4895428-2-expected.txt: Added.
2894 * editing/selection/4895428-2.html: Added.
2896 We delay focus until mouse up, but only if that node is
2897 inside an already focused node:
2898 * editing/selection/4895428-3-expected.checksum: Added.
2899 * editing/selection/4895428-3-expected.png: Added.
2900 * editing/selection/4895428-3-expected.txt: Added.
2901 * editing/selection/4895428-3.html: Added.
2903 This demonstrates the bug:
2904 * editing/selection/4895428-4-expected.checksum: Added.
2905 * editing/selection/4895428-4-expected.png: Added.
2906 * editing/selection/4895428-4-expected.txt: Added.
2907 * editing/selection/4895428-4.html: Added.
2909 2007-05-07 Oliver Hunt <oliver@apple.com>
2913 Test the behaviour of canvas methods called with inf/nan parameters
2915 * fast/canvas/canvas-with-incorrect-args-expected.txt: Added.
2916 * fast/canvas/canvas-with-incorrect-args.html: Added.
2918 2007-05-07 Justin Garcia <justin.garcia@apple.com>
2922 <rdar://problem/4895428> Can't drag selected To Do if it is not showing a due date
2924 * editing/selection/4895428-1-expected.checksum: Added.
2925 * editing/selection/4895428-1-expected.png: Added.
2926 * editing/selection/4895428-1-expected.txt: Added.
2927 * editing/selection/4895428-1.html: Added.
2929 2007-05-07 Darin Adler <darin@apple.com>
2931 - rolling out setInnerHTML optimization until I can figure out why tests are failing
2933 2007-05-07 Darin Adler <darin@apple.com>
2937 - test for http://bugs.webkit.org/show_bug.cgi?id=13602
2938 Amazon product pages keep repainting over and over again
2940 * fast/dom/HTMLElement/set-inner-outer-optimization-expected.txt: Added.
2941 * fast/dom/HTMLElement/set-inner-outer-optimization.html: Added.
2943 2007-05-06 Darin Adler <darin@apple.com>
2947 - test for http://bugs.webkit.org/show_bug.cgi?id=13537
2949 * fast/canvas/drawImage-with-invalid-args.html: Changed to a dumpAsText test.
2950 Added logging and a negative-size test.
2951 * fast/canvas/drawImage-with-invalid-args-expected.txt: Updated.
2953 * fast/canvas/drawImage-with-invalid-args-expected.checksum: Removed.
2954 * fast/canvas/drawImage-with-invalid-args-expected.png: Removed.
2956 2007-05-06 Mitz Pettel <mitz@webkit.org>
2960 - test for http://bugs.webkit.org/show_bug.cgi?id=13557
2961 Crash when dragging selection over absolutely positioned generated content on block element
2963 * fast/css-generated-content/positioned-background-hit-test-crash-expected.checksum: Added.
2964 * fast/css-generated-content/positioned-background-hit-test-crash-expected.png: Added.
2965 * fast/css-generated-content/positioned-background-hit-test-crash-expected.txt: Added.
2966 * fast/css-generated-content/positioned-background-hit-test-crash.html: Added.
2968 2007-05-06 Alexey Proskuryakov <ap@webkit.org>
2972 http://bugs.webkit.org/show_bug.cgi?id=13584
2973 <script> code wrongly assumes requests can't fail
2975 * fast/loader/unloadable-script-expected.txt: Added.
2976 * fast/loader/unloadable-script.html: Added.
2978 2007-05-04 Darin Adler <darin@apple.com>
2982 - test for http://bugs.webkit.org/show_bug.cgi?id=12821
2983 <rdar://problem/5007921> Number.toExponential doesn't work for negative numbers
2985 * fast/js/kde/resources/Number.js: Added negative number versions of some tests of
2986 toFixed, toExponential, toPrecision, etc.
2987 * fast/js/kde/Number-expected.txt: Updated, new tests all passing.
2989 2007-05-02 David Harrison <harrison@apple.com>
2993 - test for <rdar://problem/5174862> Crash resulting from DeprecatedString::insert()
2995 * editing/selection/move-by-sentence-001-expected.checksum: Added.
2996 * editing/selection/move-by-sentence-001-expected.png: Added.
2997 * editing/selection/move-by-sentence-001-expected.txt: Added.
2998 * editing/selection/move-by-sentence-001.html: Added.
3000 2007-05-02 Mitz Pettel <mitz@webkit.org>
3002 Reviewed by Dave Hyatt.
3004 - test for http://bugs.webkit.org/show_bug.cgi?id=9276
3005 Quirksmode: Image swap resize bug
3007 * fast/replaced/image-resize-width-expected.checksum: Added.
3008 * fast/replaced/image-resize-width-expected.png: Added.
3009 * fast/replaced/image-resize-width-expected.txt: Added.
3010 * fast/replaced/image-resize-width.html: Added.
3011 * fast/replaced/resources/rectangle-red-200x100.png: Added.
3013 2007-05-01 Justin Garcia <justin.garcia@apple.com>
3017 <rdar://problem/5002441>
3018 Pressing space key does nothing above quoted content or a signature
3020 Demonstrates the bug:
3021 * editing/inserting/5002441-expected.checksum: Added.
3022 * editing/inserting/5002441-expected.png: Added.
3023 * editing/inserting/5002441-expected.txt: Added.
3024 * editing/inserting/5002441.html: Added.
3026 Fixed. Spaces passed to execCommand("InsertText", ...)
3027 are no longer collapsed:
3028 * editing/inserting/editable-html-element-expected.checksum:
3029 * editing/inserting/editable-html-element-expected.png:
3030 * editing/inserting/editable-html-element-expected.txt:
3031 * editing/pasteboard/4989774-expected.checksum:
3032 * editing/pasteboard/4989774-expected.png:
3033 * editing/pasteboard/4989774-expected.txt:
3034 * editing/selection/4983858-expected.checksum:
3035 * editing/selection/4983858-expected.png:
3036 * editing/selection/4983858-expected.txt:
3038 2007-05-01 Darin Adler <darin@apple.com>
3042 - test for http://bugs.webkit.org/show_bug.cgi?id=13559
3043 REGRESSION: Canvas aspect ratio is incorrect
3045 * fast/canvas/canvas-size-change-after-layout-expected.checksum: Added.
3046 * fast/canvas/canvas-size-change-after-layout-expected.png: Added.
3047 * fast/canvas/canvas-size-change-after-layout-expected.txt: Added.
3048 * fast/canvas/canvas-size-change-after-layout.html: Added.
3050 2007-05-01 Darin Adler <darin@apple.com>
3054 - added a test for <rdar://problem/5172596> HTML-parser-created tbody elements
3055 are being ignored when processing CSS child rules
3057 * fast/css/child-selector-implicit-tbody.html: Added.
3058 * fast/css/child-selector-implicit-tbody-expected.txt: Added.
3060 - updated test results for <rdar://problem/5172607> XML parser is creating
3061 implicit tbody elements; the only change is the tag name that's dumped
3063 * fast/table/037-expected.txt:
3064 * tables/mozilla/marvin/x_caption_align_bottom-expected.txt:
3065 * tables/mozilla/marvin/x_caption_align_top-expected.txt:
3066 * tables/mozilla/marvin/x_caption_class-expected.txt:
3067 * tables/mozilla/marvin/x_caption_id-expected.txt:
3068 * tables/mozilla/marvin/x_caption_style-expected.txt:
3069 * tables/mozilla/marvin/x_col_align_center-expected.txt:
3070 * tables/mozilla/marvin/x_col_align_char-expected.txt:
3071 * tables/mozilla/marvin/x_col_align_justify-expected.txt:
3072 * tables/mozilla/marvin/x_col_align_left-expected.txt:
3073 * tables/mozilla/marvin/x_col_align_right-expected.txt:
3074 * tables/mozilla/marvin/x_col_span-expected.txt:
3075 * tables/mozilla/marvin/x_col_valign_baseline-expected.txt:
3076 * tables/mozilla/marvin/x_col_valign_bottom-expected.txt:
3077 * tables/mozilla/marvin/x_col_valign_middle-expected.txt:
3078 * tables/mozilla/marvin/x_col_valign_top-expected.txt:
3079 * tables/mozilla/marvin/x_col_width_pct-expected.txt:
3080 * tables/mozilla/marvin/x_col_width_px-expected.txt:
3081 * tables/mozilla/marvin/x_col_width_rel-expected.txt:
3082 * tables/mozilla/marvin/x_colgroup_align_center-expected.txt:
3083 * tables/mozilla/marvin/x_colgroup_align_char-expected.txt:
3084 * tables/mozilla/marvin/x_colgroup_align_justify-expected.txt:
3085 * tables/mozilla/marvin/x_colgroup_align_left-expected.txt:
3086 * tables/mozilla/marvin/x_colgroup_align_right-expected.txt:
3087 * tables/mozilla/marvin/x_colgroup_span-expected.txt:
3088 * tables/mozilla/marvin/x_colgroup_valign_baseline-expected.txt:
3089 * tables/mozilla/marvin/x_colgroup_valign_bottom-expected.txt:
3090 * tables/mozilla/marvin/x_colgroup_valign_middle-expected.txt:
3091 * tables/mozilla/marvin/x_colgroup_valign_top-expected.txt:
3092 * tables/mozilla/marvin/x_colgroup_width_rel-expected.txt:
3093 * tables/mozilla/marvin/x_table_align_center-expected.txt:
3094 * tables/mozilla/marvin/x_table_align_left-expected.txt:
3095 * tables/mozilla/marvin/x_table_align_right-expected.txt:
3096 * tables/mozilla/marvin/x_table_bgcolor_name-expected.txt:
3097 * tables/mozilla/marvin/x_table_bgcolor_rgb-expected.txt:
3098 * tables/mozilla/marvin/x_table_cellpadding-expected.txt:
3099 * tables/mozilla/marvin/x_table_cellpadding_pct-expected.txt:
3100 * tables/mozilla/marvin/x_table_cellspacing-expected.txt:
3101 * tables/mozilla/marvin/x_table_cellspacing_pct-expected.txt:
3102 * tables/mozilla/marvin/x_table_class-expected.txt:
3103 * tables/mozilla/marvin/x_table_id-expected.txt:
3104 * tables/mozilla/marvin/x_table_style-expected.txt:
3105 * tables/mozilla/marvin/x_table_width_pct-expected.txt:
3106 * tables/mozilla/marvin/x_table_width_px-expected.txt:
3107 * tables/mozilla/marvin/x_td_align_center-expected.txt:
3108 * tables/mozilla/marvin/x_td_align_char-expected.txt:
3109 * tables/mozilla/marvin/x_td_align_justify-expected.txt:
3110 * tables/mozilla/marvin/x_td_align_left-expected.txt:
3111 * tables/mozilla/marvin/x_td_align_right-expected.txt:
3112 * tables/mozilla/marvin/x_td_bgcolor_name-expected.txt:
3113 * tables/mozilla/marvin/x_td_bgcolor_rgb-expected.txt:
3114 * tables/mozilla/marvin/x_td_class-expected.txt:
3115 * tables/mozilla/marvin/x_td_colspan-expected.txt:
3116 * tables/mozilla/marvin/x_td_height-expected.txt:
3117 * tables/mozilla/marvin/x_td_id-expected.txt:
3118 * tables/mozilla/marvin/x_td_nowrap-expected.txt:
3119 * tables/mozilla/marvin/x_td_rowspan-expected.txt:
3120 * tables/mozilla/marvin/x_td_style-expected.txt:
3121 * tables/mozilla/marvin/x_td_valign_baseline-expected.txt:
3122 * tables/mozilla/marvin/x_td_valign_bottom-expected.txt:
3123 * tables/mozilla/marvin/x_td_valign_middle-expected.txt:
3124 * tables/mozilla/marvin/x_td_valign_top-expected.txt:
3125 * tables/mozilla/marvin/x_td_width-expected.txt:
3126 * tables/mozilla/marvin/x_th_align_center-expected.txt:
3127 * tables/mozilla/marvin/x_th_align_char-expected.txt:
3128 * tables/mozilla/marvin/x_th_align_justify-expected.txt:
3129 * tables/mozilla/marvin/x_th_align_left-expected.txt:
3130 * tables/mozilla/marvin/x_th_align_right-expected.txt:
3131 * tables/mozilla/marvin/x_th_bgcolor_name-expected.txt:
3132 * tables/mozilla/marvin/x_th_bgcolor_rgb-expected.txt:
3133 * tables/mozilla/marvin/x_th_class-expected.txt:
3134 * tables/mozilla/marvin/x_th_colspan-expected.txt:
3135 * tables/mozilla/marvin/x_th_height-expected.txt:
3136 * tables/mozilla/marvin/x_th_id-expected.txt:
3137 * tables/mozilla/marvin/x_th_nowrap-expected.txt:
3138 * tables/mozilla/marvin/x_th_rowspan-expected.txt:
3139 * tables/mozilla/marvin/x_th_style-expected.txt:
3140 * tables/mozilla/marvin/x_th_valign_baseline-expected.txt:
3141 * tables/mozilla/marvin/x_th_valign_bottom-expected.txt:
3142 * tables/mozilla/marvin/x_th_valign_middle-expected.txt:
3143 * tables/mozilla/marvin/x_th_valign_top-expected.txt:
3144 * tables/mozilla/marvin/x_th_width-expected.txt:
3145 * tables/mozilla/marvin/x_tr_align_center-expected.txt:
3146 * tables/mozilla/marvin/x_tr_align_char-expected.txt:
3147 * tables/mozilla/marvin/x_tr_align_justify-expected.txt:
3148 * tables/mozilla/marvin/x_tr_align_left-expected.txt:
3149 * tables/mozilla/marvin/x_tr_align_right-expected.txt:
3150 * tables/mozilla/marvin/x_tr_bgcolor_name-expected.txt:
3151 * tables/mozilla/marvin/x_tr_bgcolor_rgb-expected.txt:
3152 * tables/mozilla/marvin/x_tr_class-expected.txt:
3153 * tables/mozilla/marvin/x_tr_id-expected.txt:
3154 * tables/mozilla/marvin/x_tr_style-expected.txt:
3155 * tables/mozilla/marvin/x_tr_valign_baseline-expected.txt:
3156 * tables/mozilla/marvin/x_tr_valign_bottom-expected.txt:
3157 * tables/mozilla/marvin/x_tr_valign_middle-expected.txt:
3158 * tables/mozilla/marvin/x_tr_valign_top-expected.txt:
3159 * tables/mozilla_expected_failures/bugs/bug178855-expected.txt:
3160 * tables/mozilla_expected_failures/marvin/x_caption_align_left-expected.txt:
3161 * tables/mozilla_expected_failures/marvin/x_caption_align_right-expected.txt:
3162 * tables/mozilla_expected_failures/marvin/x_colgroup_width_pct-expected.txt:
3163 * tables/mozilla_expected_failures/marvin/x_colgroup_width_px-expected.txt:
3165 2007-04-30 David Hyatt <hyatt@apple.com>
3167 Fix for bug 12691, generated content and display: table-cell duplicates
3168 content on a size change. Make sure that the code to update before/after
3169 content is smart enough to drill into anonymous containers to find the
3174 * fast/css-generated-content/table-cell-before-content-expected.checksum: Added.
3175 * fast/css-generated-content/table-cell-before-content-expected.png: Added.
3176 * fast/css-generated-content/table-cell-before-content-expected.txt: Added.
3177 * fast/css-generated-content/table-cell-before-content.html: Added.
3179 2007-04-30 Justin Garcia <justin.garcia@apple.com>
3183 <rdar://problem/4875189> List gets deleted when replacing contents
3185 Replacing the contents of a list:
3186 * editing/inserting/4875189-1-expected.checksum: Added.
3187 * editing/inserting/4875189-1-expected.png: Added.
3188 * editing/inserting/4875189-1-expected.txt: Added.
3189 * editing/inserting/4875189-1.html: Added.
3191 * editing/inserting/4875189-2-expected.checksum: Added.
3192 * editing/inserting/4875189-2-expected.png: Added.
3193 * editing/inserting/4875189-2-expected.txt: Added.
3194 * editing/inserting/4875189-2.html: Added.
3195 Pasting a list on top of itself now creates a nested list:
3196 * editing/pasteboard/paste-4039777-fix-expected.checksum:
3197 * editing/pasteboard/paste-4039777-fix-expected.png:
3198 * editing/pasteboard/paste-4039777-fix-expected.txt:
3200 2007-04-30 Justin Garcia <justin.garcia@apple.com>
3204 <rdar://problem/5168598> Crash when deleting a link inside an input field
3206 * editing/deleting/5168598-expected.checksum: Added.
3207 * editing/deleting/5168598-expected.png: Added.
3208 * editing/deleting/5168598-expected.txt: Added.
3209 * editing/deleting/5168598.html: Added.
3211 2007-04-29 Mitz Pettel <mitz@webkit.org>
3213 Reviewed by Dave Hyatt.
3215 - repaint test for http://bugs.webkit.org/show_bug.cgi?id=13544
3216 REGRESSION (r21120): Member profile frame not erased at Yahoo! Answers
3218 * fast/repaint/layer-hide-when-needs-layout-expected.checksum: Added.
3219 * fast/repaint/layer-hide-when-needs-layout-expected.png: Added.
3220 * fast/repaint/layer-hide-when-needs-layout-expected.txt: Added.
3221 * fast/repaint/layer-hide-when-needs-layout.html: Added.
3223 2007-04-29 Mitz Pettel <mitz@webkit.org>
3225 Reviewed by Darin and Hyatt.
3227 - test and updated results for http://bugs.webkit.org/show_bug.cgi?id=13487
3228 Implement O(1) absoluteClippedOverflowRect and absoluteOutlineBox during layout for a possible speed gain
3230 * fast/repaint/bugzilla-3509-expected.checksum:
3231 * fast/repaint/bugzilla-3509-expected.png:
3232 * fast/repaint/intermediate-layout-position-clip-expected.checksum: Added.
3233 * fast/repaint/intermediate-layout-position-clip-expected.png: Added.
3234 * fast/repaint/intermediate-layout-position-clip-expected.txt: Added.
3235 * fast/repaint/intermediate-layout-position-clip.html: Added.
3236 * fast/repaint/intermediate-layout-position-expected.checksum:
3237 * fast/repaint/intermediate-layout-position-expected.png:
3239 2007-04-28 Adele Peterson <adele@apple.com>
3241 Added test to cover updated fix for <rdar://problem/5152299>
3243 * fast/events/no-blur-on-enter-button-expected.txt: Added.
3244 * fast/events/no-blur-on-enter-button.html: Added.
3246 2007-04-28 Darin Adler <darin@apple.com>
3250 - test for <rdar://problem/5154144> Hamachi test fails: assertion failure in ListHashSet
3252 * fast/forms/add-remove-form-elements-stress-test-expected.txt: Added.
3253 * fast/forms/add-remove-form-elements-stress-test.html: Added.
3255 2007-04-28 Adele Peterson <adele@apple.com>
3257 Tests for <rdar://problem/5152299> REGRESSION: <button> elements do not respond to space and return key as similar <input> elements do
3259 * fast/forms/button-enter-click-expected.txt: Added.
3260 * fast/forms/button-enter-click.html: Added.
3261 * fast/forms/button-spacebar-click-expected.txt: Added.
3262 * fast/forms/button-spacebar-click.html: Added.
3264 2007-04-28 Mitz Pettel <mitz@webkit.org>
3268 - test for http://bugs.webkit.org/show_bug.cgi?id=13501
3269 REGRESSION (r21093): Pasting into text field fails and makes the caret disappear
3271 * fast/dynamic/anonymous-block-layer-lost-expected.checksum: Added.
3272 * fast/dynamic/anonymous-block-layer-lost-expected.png: Added.
3273 * fast/dynamic/anonymous-block-layer-lost-expected.txt: Added.
3274 * fast/dynamic/anonymous-block-layer-lost.html: Added.
3276 2007-04-28 Adele Peterson <adele@apple.com>
3280 Test for <rdar://problem/4806988> REGRESSION: history.go(0) doesn't reload page (affects buttons at facebook.com)
3282 * fast/history/history_reload-expected.txt: Added.
3283 * fast/history/history_reload.html: Added.
3284 * fast/history/resources/history_reload_window.html: Added.
3286 2007-04-28 Alexey Proskuryakov <ap@webkit.org>
3290 http://bugs.webkit.org/show_bug.cgi?id=13514
3291 REGRESSION (r20997-21003): Crash in WebCore::Node::document
3293 * fast/dom/NodeList/childNodes-reset-cache-expected.txt: Added.
3294 * fast/dom/NodeList/childNodes-reset-cache.html: Added.
3296 2007-04-28 Darin Adler <darin@apple.com>
3300 - test for http://bugs.webkit.org/show_bug.cgi?id=6216
3301 REGRESSION: getElementsByTagNameNS with empty namespace doesn't work
3303 * fast/dom/namespaces-1-expected.txt: Added.
3304 * fast/dom/namespaces-1.html: Added.
3306 2007-04-28 Darin Adler <darin@apple.com>
3308 Reviewed by Kevin Decker.
3310 - update test result for fix for <rdar://problem/5148271> Chinese numbers
3311 are incorrect in numbered lists (including pasting from TextEdit to Mail)
3313 * fast/lists/w3-list-styles-expected.txt: Updated. The new test results match
3314 the behavior of Firefox.
3316 2007-04-27 Mitz Pettel <mitz@webkit.org>
3320 - http://bugs.webkit.org/show_bug.cgi?id=13521
3321 Update fast/css/percentage-non-integer for the new empty table cell behavior
3323 * fast/css/percentage-non-integer-expected.checksum:
3324 * fast/css/percentage-non-integer-expected.png:
3325 * fast/css/percentage-non-integer-expected.txt:
3326 * fast/css/percentage-non-integer.html:
3328 2007-04-27 Justin Garcia <justin.garcia@apple.com>
3332 <rdar://problem/5164796>
3333 Enable execCommand("CreateLink", ...) for caret selections
3335 * editing/execCommand/5164796-expected.checksum: Added.
3336 * editing/execCommand/5164796-expected.png: Added.
3337 * editing/execCommand/5164796-expected.txt: Added.
3338 * editing/execCommand/5164796.html: Added.
3340 2007-04-27 Antti Koivisto <antti@apple.com>
3342 Forgot this png from previous commit.
3344 * fast/table/empty-cells-expected.png: Added.
3346 2007-04-27 Antti Koivisto <antti@apple.com>
3348 Reviewed by Darin, Hyatt.
3350 Test for http://bugs.webkit.org/show_bug.cgi?id=13081
3351 Empty table cells not handled correctly
3352 <rdar://problem/5067926>
3354 Added test case and checked in updated results for others. Changes represent
3355 progressions or are not visible in rendering output.
3357 * fast/block/positioning/negative-right-pos-expected.txt:
3358 * fast/css/acid2-expected.txt:
3359 * fast/css/acid2-pixel-expected.txt:
3360 * fast/css/percentage-non-integer-expected.checksum:
3361 * fast/css/percentage-non-integer-expected.png:
3362 * fast/css/percentage-non-integer-expected.txt:
3363 * fast/repaint/table-cell-move-expected.checksum:
3364 * fast/repaint/table-cell-move-expected.png:
3365 * fast/repaint/table-cell-move-expected.txt:
3366 * fast/table/012-expected.txt:
3367 * fast/table/032-expected.txt:
3368 * fast/table/empty-cells-expected.checksum: Added.
3369 * fast/table/empty-cells-expected.txt: Added.
3370 * fast/table/empty-cells.html: Added.
3371 * fast/table/empty-section-crash-expected.txt:
3372 * http/tests/misc/acid2-expected.txt:
3373 * http/tests/misc/acid2-pixel-expected.txt:
3374 * tables/mozilla/bugs/bug100334-expected.txt:
3375 * tables/mozilla/bugs/bug1188-expected.txt:
3376 * tables/mozilla/bugs/bug16012-expected.checksum:
3377 * tables/mozilla/bugs/bug16012-expected.png:
3378 * tables/mozilla/bugs/bug16012-expected.txt:
3379 * tables/mozilla/bugs/bug1818-6-expected.txt:
3380 * tables/mozilla/bugs/bug222336-expected.txt:
3381 * tables/mozilla/bugs/bug222467-expected.txt:
3382 * tables/mozilla/bugs/bug78162-expected.txt:
3383 * tables/mozilla/core/misc-expected.checksum:
3384 * tables/mozilla/core/misc-expected.png:
3385 * tables/mozilla/core/misc-expected.txt:
3386 * tables/mozilla_expected_failures/bugs/bug14007-1-expected.checksum:
3387 * tables/mozilla_expected_failures/bugs/bug14007-1-expected.png:
3388 * tables/mozilla_expected_failures/bugs/bug14007-1-expected.txt:
3389 * tables/mozilla_expected_failures/bugs/bug72393-expected.checksum:
3390 * tables/mozilla_expected_failures/bugs/bug72393-expected.png:
3391 * tables/mozilla_expected_failures/bugs/bug72393-expected.txt:
3392 * tables/mozilla_expected_failures/other/empty_cells-expected.txt:
3394 2007-04-27 Rob Buis <buis@kde.org>
3399 http://bugs.webkit.org/show_bug.cgi?id=13052
3400 Text not rendered in a second inline SVG element
3402 * svg/custom/invisible-text-after-scrolling-expected.png:
3403 * svg/custom/second-inline-text-expected.checksum: Added.
3404 * svg/custom/second-inline-text-expected.png: Added.
3405 * svg/custom/second-inline-text-expected.txt: Added.
3406 * svg/custom/second-inline-text.xhtml: Added.
3408 2007-04-26 Mitz Pettel <mitz@webkit.org>
3412 - pixel test for http://bugs.webkit.org/show_bug.cgi?id=13500
3413 REGRESSION: Listbox scrollbar does not reflect actual scrolled position when selected option is added after layout
3415 * fast/forms/listbox-scrollbar-incremental-load-expected.checksum: Added.
3416 * fast/forms/listbox-scrollbar-incremental-load-expected.png: Added.
3417 * fast/forms/listbox-scrollbar-incremental-load-expected.txt: Added.
3418 * fast/forms/listbox-scrollbar-incremental-load.html: Added.
3420 2007-04-26 Justin Garcia <justin.garcia@apple.com>
3424 <rdar://problem/5120591> Crash when creating a link in Leopard wiki server
3426 * editing/execCommand/5120591-expected.checksum: Added.
3427 * editing/execCommand/5120591-expected.png: Added.
3428 * editing/execCommand/5120591-expected.txt: Added.
3429 * editing/execCommand/5120591.html: Added.
3431 2007-04-26 Matt Perry <mpComplete@gmail.com>
3433 Reviewed, tweaked and landed by Alexey.
3436 http://bugs.webkit.org/show_bug.cgi?id=13495
3437 Crash when referencing an undefined entity in an XHTML document
3439 * fast/parser/badentity-expected.txt: Added.
3440 * fast/parser/badentity.xhtml: Added.
3441 * fast/parser/resources/badentity.xhtml: Added.
3443 2007-04-25 Rob Buis <buis@kde.org>
3448 http://bugs.webkit.org/show_bug.cgi?id=12163
3449 SVG text does not appear in a scrolling <div>
3451 * svg/custom/invisible-text-after-scrolling-expected.checksum: Added.
3452 * svg/custom/invisible-text-after-scrolling-expected.png: Added.
3453 * svg/custom/invisible-text-after-scrolling-expected.txt: Added.
3454 * svg/custom/invisible-text-after-scrolling.xhtml: Added.
3456 2007-04-25 Anders Carlsson <andersca@apple.com>
3460 <rdar://problem/4869095>
3461 default content type for XMLHttpRequest POSTs changed (breaks Flickrator 0.1 widget)
3463 * http/tests/xmlhttprequest/default-content-type-dashboard-expected.txt: Added.
3464 * http/tests/xmlhttprequest/default-content-type-dashboard.html: Added.
3466 2007-04-24 Justin Garcia <justin.garcia@apple.com>
3470 <rdar://problem/5156401>
3471 Crash when dragging text into a link inside a table cell
3474 * editing/pasteboard/5156401-1-expected.checksum: Added.
3475 * editing/pasteboard/5156401-1-expected.png: Added.
3476 * editing/pasteboard/5156401-1-expected.txt: Added.
3477 * editing/pasteboard/5156401-1.html: Added.
3479 Test inserting at the end of a link where we would previously
3480 insert in the wrong paragraph:
3481 * editing/inserting/5156401-2-expected.checksum: Added.
3482 * editing/inserting/5156401-2-expected.png: Added.
3483 * editing/inserting/5156401-2-expected.txt: Added.
3484 * editing/inserting/5156401-2.html: Added.
3486 2007-04-24 Darin Adler <darin@apple.com>
3490 - test for <rdar://problem/4356361> Selection after multiple delete
3491 keypresses and undo selects only the last deleted character
3493 * editing/undo/undo-combined-delete-boundary-expected.checksum: Added.
3494 * editing/undo/undo-combined-delete-boundary-expected.png: Added.
3495 * editing/undo/undo-combined-delete-boundary-expected.txt: Added.
3496 * editing/undo/undo-combined-delete-boundary.html: Added.
3497 * editing/undo/undo-combined-delete-expected.checksum: Added.
3498 * editing/undo/undo-combined-delete-expected.png: Added.
3499 * editing/undo/undo-combined-delete-expected.txt: Added.
3500 * editing/undo/undo-combined-delete.html: Added.
3501 * editing/undo/undo-delete-boundary-expected.checksum: Added.
3502 * editing/undo/undo-delete-boundary-expected.png: Added.
3503 * editing/undo/undo-delete-boundary-expected.txt: Added.
3504 * editing/undo/undo-delete-boundary.html: Added.
3505 * editing/undo/undo-delete-expected.checksum: Added.
3506 * editing/undo/undo-delete-expected.png: Added.
3507 * editing/undo/undo-delete-expected.txt: Added.
3508 * editing/undo/undo-delete.html: Added.
3509 * editing/undo/undo-forward-delete-boundary-expected.checksum: Added.
3510 * editing/undo/undo-forward-delete-boundary-expected.png: Added.
3511 * editing/undo/undo-forward-delete-boundary-expected.txt: Added.
3512 * editing/undo/undo-forward-delete-boundary.html: Added.
3513 * editing/undo/undo-forward-delete-expected.checksum: Added.
3514 * editing/undo/undo-forward-delete-expected.png: Added.
3515 * editing/undo/undo-forward-delete-expected.txt: Added.
3516 * editing/undo/undo-forward-delete.html: Added.
3518 * editing/deleting/delete-and-undo-expected.txt: One of the delegate callbacks has changed in
3519 this test's result, because it reflects the selection after undoing a sequence of deletions.
3521 2007-04-24 Sam Weinig <sam@webkit.org>
3525 - test for http://bugs.webkit.org/show_bug.cgi?id=13448
3526 REGRESSION: setting an input element's value to JavaScript null gives "null"
3528 * fast/forms/input-null-expected.txt: Added.
3529 * fast/forms/input-null.html: Added.
3531 2007-04-24 Mitz Pettel <mitz@webkit.org>
3533 Reviewed by Dave Hyatt.
3535 - pixel test for http://bugs.webkit.org/show_bug.cgi?id=13453
3536 Control clip isn't applied to children's backgrounds, outlines and floats
3538 * fast/forms/control-clip-expected.checksum: Added.
3539 * fast/forms/control-clip-expected.png: Added.
3540 * fast/forms/control-clip-expected.txt: Added.
3541 * fast/forms/control-clip.html: Added.
3543 2007-04-23 Geoffrey Garen <ggaren@apple.com>
3545 Rubber Stamped by Mark Rowe.
3547 Disabling this test because it hangs all the time.
3548 (http://bugs.webkit.org/show_bug.cgi?id=13370)
3550 * http/tests/plugins/npapi-response-headers.html: Removed.
3552 2007-04-23 Beth Dakin <bdakin@apple.com>
3556 Test for <rdar://problem/5155507> REGRESSION: Crash in
3557 RenderLayer::setHasVisibleContent()
3559 * fast/css-generated-content/visibleContentHiddenParent-expected.checksum: Added.
3560 * fast/css-generated-content/visibleContentHiddenParent-expected.png: Added.
3561 * fast/css-generated-content/visibleContentHiddenParent-expected.txt: Added.
3562 * fast/css-generated-content/visibleContentHiddenParent.html: Added.
3564 2007-04-23 Adele Peterson <adele@apple.com>
3568 Updating test from last checkin to include test case for select with and without a form element.