1 2007-07-13 Sam Weinig <sam@webkit.org>
3 Reviewed by Geoff Garen.
5 Tests for <rdar://problem/5318394>
6 http site can read/write content of https site in same domain
8 Adds ssl configuration information and tests.
10 * http/conf/apache2-httpd.conf:
11 * http/conf/cygwin-httpd.conf:
12 * http/conf/httpd.conf:
13 * http/conf/webkit-httpd.pem: Added.
14 * http/tests/security/cross-frame-access-expected.txt:
15 * http/tests/security/cross-frame-access-first-time-expected.txt:
16 * http/tests/security/cross-frame-access-protocol-expected.txt: Added.
17 * http/tests/security/cross-frame-access-protocol.html: Added.
18 * http/tests/security/cross-frame-access-put-expected.txt:
19 * http/tests/ssl: Added.
20 * http/tests/ssl/resources: Added.
21 * http/tests/ssl/resources/cross-frame-access-protocol-iframe.html: Added.
22 * http/tests/ssl/verify-ssl-enabled-expected.txt: Added.
23 * http/tests/ssl/verify-ssl-enabled.php: Added.
25 2007-07-13 Antti Koivisto <antti@apple.com>
29 Test for <rdar://problem/5192256>
30 click() in onchange handler causes another change event (causes hang at http://forums.whirlpool.net.au/)
32 * fast/events/onchange-click-hang-expected.txt: Added.
33 * fast/events/onchange-click-hang.html: Added.
35 2007-07-13 Antti Koivisto <antti@apple.com>
39 Test for x <rdar://problem/5333387>
40 Combination of selection and click() on checkbox crashes
42 * fast/dynamic/checkbox-selection-crash-expected.txt: Added.
43 * fast/dynamic/checkbox-selection-crash.html: Added.
45 2007-07-13 Antti Koivisto <antti@apple.com>
49 Test for <rdar://problem/5333365>
50 Calling click() is very slow
52 * fast/forms/slow-click-expected.txt: Added.
53 * fast/forms/slow-click.html: Added.
55 2007-07-14 Mark Rowe <mrowe@apple.com>
59 Apply the change to Apache 2 configuration from r24204 to the other two Apache configuration files.
61 * http/conf/cygwin-httpd.conf:
62 * http/conf/httpd.conf:
64 2007-07-13 Mitz Pettel <mitz@webkit.org>
66 Reviewed by Dave Hyatt.
68 - updated tests and results for http://bugs.webkit.org/show_bug.cgi?id=13873
69 Incomplete repaint of replaced element's box shadow
71 * fast/repaint/box-shadow-h-expected.checksum:
72 * fast/repaint/box-shadow-h-expected.png:
73 * fast/repaint/box-shadow-h-expected.txt:
74 * fast/repaint/box-shadow-h.html:
75 * fast/repaint/box-shadow-v-expected.checksum:
76 * fast/repaint/box-shadow-v-expected.png:
77 * fast/repaint/box-shadow-v-expected.txt:
78 * fast/repaint/box-shadow-v.html:
80 2007-07-13 Mitz Pettel <mitz@webkit.org>
82 Reviewed by Dave Hyatt.
84 - test and updated results for http://bugs.webkit.org/show_bug.cgi?id=14395
85 When a <p> is inside <li> two <BR>s are rendered
87 * editing/pasteboard/4861080-expected.checksum:
88 * editing/pasteboard/4861080-expected.png:
89 * editing/pasteboard/4861080-expected.txt:
90 * fast/lists/marker-before-empty-inline-expected.checksum: Added.
91 * fast/lists/marker-before-empty-inline-expected.png: Added.
92 * fast/lists/marker-before-empty-inline-expected.txt: Added.
93 * fast/lists/marker-before-empty-inline.html: Added.
95 2007-07-12 David Kilzer <ddkilzer@apple.com>
99 Backed out previous change. The test requires a different hostname to work.
101 * http/tests/security/cross-frame-access-put.html:
103 2007-07-12 David Kilzer <ddkilzer@apple.com>
107 Don't hard code the hostname to make it work with run-webkit-httpd on other interfaces.
109 * http/tests/security/cross-frame-access-put.html:
111 2007-07-12 Justin Garcia <justin.garcia@apple.com>
113 Reviewed by Harrison.
115 <rdar://problem/5300379> Mail hung on option-delete
117 * editing/deleting/5300379-expected.checksum: Added.
118 * editing/deleting/5300379-expected.png: Added.
119 * editing/deleting/5300379-expected.txt: Added.
120 * editing/deleting/5300379.html: Added.
122 2007-07-11 Sam Weinig <sam@webkit.org>
126 Test for <rdar://problem/5329841>
127 Calling window.closed on a closed window causes Safari to crash
129 * fast/dom/Window/window-closed-crash-expected.txt: Added.
130 * fast/dom/Window/window-closed-crash.html: Added.
132 2007-07-12 Mitz Pettel <mitz@webkit.org>
134 Reviewed by Mark Rowe.
136 - try to fix hang seen on buildbot after the last fix
138 * fast/history/resources/history_reload_window.html:
140 2007-07-12 Mitz Pettel <mitz@webkit.org>
142 Reviewed by Mark Rowe.
144 - fix an assertion failure in DumpRenderTree when running fast/history/resources/history_reload_window.html
146 * fast/history/resources/history_reload_window.html: Delay notifyDone() until
147 after the window actually closes.
149 2007-07-12 Maxime Britto <mbritto@pleyo.com>
151 Reviewed by Mark Rowe.
153 Update the expected results now that they match what the test describes as the correct rendering.
155 * svg/custom/invalid-fill-hex-expected.txt:
156 * svg/custom/invalid-fill-hex-expected.png:
158 2007-07-11 Alexey Proskuryakov <ap@webkit.org>
162 http://bugs.webkit.org/show_bug.cgi?id=14584
163 XMLHttpRequest treats null login/password incorrectly
165 * http/tests/xmlhttprequest/null-auth-expected.txt: Added.
166 * http/tests/xmlhttprequest/null-auth.php: Added.
167 * http/tests/xmlhttprequest/resources/echo-auth.php: Added.
169 * http/tests/xmlhttprequest/basic-auth.html:
170 * http/tests/xmlhttprequest/resources/basic-auth: Added.
171 * http/tests/xmlhttprequest/resources/basic-auth.php: Removed.
172 * http/tests/xmlhttprequest/resources/basic-auth/basic-auth.php: Copied from LayoutTests/http/tests/xmlhttprequest/resources/basic-auth.php.
173 Moved this test's protected resource to its own subdirectory, so that accessing it doesn't set
174 default credentials for the whole resources directory.
176 2007-07-11 Anders Carlsson <andersca@apple.com>
180 Create the lock file in a writable directory.
182 * http/conf/apache2-httpd.conf:
184 2007-07-11 Justin Garcia <justin.garcia@apple.com>
188 <rdar://problem/5234383> REGRESSION: Sentence breaker method returning entire document length
190 * editing/selection/5234383-1-expected.checksum: Added.
191 * editing/selection/5234383-1-expected.png: Added.
192 * editing/selection/5234383-1-expected.txt: Added.
193 * editing/selection/5234383-1.html: Added.
194 * editing/selection/5234383-2-expected.checksum: Added.
195 * editing/selection/5234383-2-expected.png: Added.
196 * editing/selection/5234383-2-expected.txt: Added.
197 * editing/selection/5234383-2.html: Added.
199 2007-07-11 Rob Buis <buis@kde.org>
204 http://bugs.webkit.org/show_bug.cgi?id=14453
205 REGRESSION: www.nzherald.co.nz almost all the formating is gone
207 * css2.1/bogus-color-span-expected.checksum: Added.
208 * css2.1/bogus-color-span-expected.png: Added.
209 * css2.1/bogus-color-span-expected.txt: Added.
210 * css2.1/bogus-color-span.html: Added.
212 2007-07-10 Sam Weinig <sam@webkit.org>
216 * fast/dom/Window/get-set-properties-expected.txt: Added.
217 * fast/dom/Window/get-set-properties.html: Added.
219 2007-07-10 Sam Weinig <sam@webkit.org>
223 Tests for <rdar://problem/5326791>
225 * http/tests/security/cross-frame-access-expected.txt:
226 * http/tests/security/cross-frame-access-put-expected.txt: Added.
227 * http/tests/security/cross-frame-access-put.html: Added.
228 * http/tests/security/resources/cross-frame-iframe-for-put-test.html: Added.
230 2007-07-10 Mitz Pettel <mitz@webkit.org>
234 - test for http://bugs.webkit.org/show_bug.cgi?id=14449
235 REGRESSION (r14345-r14375): Absolutely positioned image does not scale to containing element's height
237 * fast/replaced/absolute-position-percentage-height-expected.checksum: Added.
238 * fast/replaced/absolute-position-percentage-height-expected.png: Added.
239 * fast/replaced/absolute-position-percentage-height-expected.txt: Added.
240 * fast/replaced/absolute-position-percentage-height.html: Added.
242 2007-07-10 Alice Liu <alice.liu@apple.com>
245 removing tests that were blocked on lack of support for smart pasting and DOM Paste API
247 2007-07-09 Geoffrey Garen <ggaren@apple.com>
249 Reviewed by Maciej Stachowiak.
251 * fast/events/onload-after-document-close-no-subresource-expected.txt: Added.
252 * fast/events/onload-after-document-close-no-subresource.html: Added.
253 * fast/events/onload-after-document-close-with-subresource-expected.txt: Added.
254 * fast/events/onload-after-document-close-with-subresource.html: Added.
255 * fast/events/resources/onload-image.png: Added.
257 2007-07-10 Rob Buis <buis@kde.org>
262 http://bugs.webkit.org/show_bug.cgi?id=8007
263 createElement() and XHTML (A dynamically created table not rendered as such)
265 SVG tests are changed to use createElementNS instead of createElement.
266 Other test results match FF2 results, except replace-child.html and
267 nodeisdefaultnamespace09.xhtml.
269 * dom/xhtml/level1/core/hc_documentcreateelementcasesensitive-expected.txt:
270 * dom/xhtml/level2/html/HTMLSelectElement18-expected.txt:
271 * dom/xhtml/level2/html/HTMLSelectElement19-expected.txt:
272 * dom/xhtml/level2/html/HTMLSelectElement20-expected.txt:
273 * dom/xhtml/level2/html/HTMLTableElement31-expected.txt:
274 * dom/xhtml/level3/core/nodeisdefaultnamespace09-expected.txt:
275 * dom/xhtml/level3/core/nodelookupprefix10-expected.txt:
276 * fast/css/create_element_align-expected.checksum: Added.
277 * fast/css/create_element_align-expected.png: Added.
278 * fast/css/create_element_align-expected.txt: Added.
279 * fast/css/create_element_align.xhtml: Added.
280 * fast/dom/Document/replace-child-expected.txt:
281 * fast/dom/createElement-expected.txt: Added.
282 * fast/dom/createElement.html: Added.
283 * svg/custom/createelement-expected.txt:
284 * svg/custom/createelement.svg:
285 * svg/custom/js-late-clipPath-and-object-creation.svg:
286 * svg/custom/js-late-clipPath-creation.svg:
287 * svg/custom/js-late-gradient-and-object-creation.svg:
288 * svg/custom/js-late-gradient-creation.svg:
289 * svg/custom/js-late-marker-and-object-creation.svg:
290 * svg/custom/js-late-marker-creation.svg:
291 * svg/custom/js-late-mask-and-object-creation.svg:
292 * svg/custom/js-late-mask-creation.svg:
293 * svg/custom/js-late-pattern-and-object-creation.svg:
294 * svg/custom/js-late-pattern-creation.svg:
295 * svg/custom/multiple-title-elements.svg:
296 * svg/custom/path-textPath-simulation.svg:
298 2007-07-09 Alice Liu <alice.liu@apple.com>
301 removed one test from skipped list to see whether it will pass with the new
302 DOM Paste API change that is being added simultaneously.
304 2007-07-09 Justin Garcia <justin.garcia@apple.com>
306 Rolling the fix for 5310404 back in now that 5310404 has been fixed in Mail.
308 * editing/deleting/4845371-expected.checksum:
309 * editing/deleting/4845371-expected.txt:
310 * editing/deleting/4845371.html:
311 * editing/deleting/5126166-expected.txt:
312 * editing/deleting/5290534.html: Added.
313 * editing/deleting/5290534.html-disabled: Removed.
315 2007-07-09 Justin Garcia <justin.garcia@apple.com>
319 <rdar://problem/5156801> REGRESSION: Crash when deleting table content in Leopard Mail
321 * editing/deleting/5156801-expected.checksum: Added.
322 * editing/deleting/5156801-expected.png: Added.
323 * editing/deleting/5156801-expected.txt: Added.
324 * editing/deleting/5156801.html: Added.
326 2007-07-09 Anders Carlsson <andersca@apple.com>
330 <rdar://problem/4954319>
331 Acrobat 7 / Safari crash: CrashTracer: 99 crashes in Safari at
332 com.apple.WebCore: WebCore::NetscapePlugInStreamLoader::isDone const + 0
336 * plugins/return-error-from-new-stream-callback-in-full-frame-plugin-expected.txt: Added.
337 * plugins/return-error-from-new-stream-callback-in-full-frame-plugin.html: Added.
339 2007-07-08 Mitz Pettel <mitz@webkit.org>
343 - test for http://bugs.webkit.org/show_bug.cgi?id=12384
344 getComputedStyle with td.style.display='none' reports '' for all properties except display
346 * fast/css/computed-style-without-renderer-expected.txt: Added.
347 * fast/css/computed-style-without-renderer.html: Added.
349 2007-07-08 Rob Buis <buis@kde.org>
354 http://bugs.webkit.org/show_bug.cgi?id=14209
355 DRT should be able to deal with text zoom
356 http://bugs.webkit.org/show_bug.cgi?id=10752
357 The inspector should not respond to Make Text Smaller/Bigger commands
359 * fast/css/ignore-text-zoom-expected.checksum: Added.
360 * fast/css/ignore-text-zoom-expected.png: Added.
361 * fast/css/ignore-text-zoom-expected.txt: Added.
362 * fast/css/ignore-text-zoom.html: Added.
365 2007-07-08 Mitz Pettel <mitz@webkit.org>
369 - test for http://bugs.webkit.org/show_bug.cgi?id=14221
370 Repro crash (ASSERTION FAILED: oldText in RenderBlock::updateFirstLetter() during relayout of :before content with first-letter style)
372 * fast/css-generated-content/before-with-first-letter-expected.checksum: Added.
373 * fast/css-generated-content/before-with-first-letter-expected.png: Added.
374 * fast/css-generated-content/before-with-first-letter-expected.txt: Added.
375 * fast/css-generated-content/before-with-first-letter.html: Added.
377 2007-07-07 Sam Weinig <sam@webkit.org>
379 Reviewed by Oliver Hunt.
381 - update results after removing extraneous calls to isSafeScript for
384 * http/tests/security/cross-frame-access-expected.txt:
386 2007-07-07 Darin Adler <darin@apple.com>
388 - updated results (I changed the test at the last minute, but didn't regenerate results)
390 * fast/canvas/fill-stroke-clip-reset-path-expected.checksum: Updated.
391 * fast/canvas/fill-stroke-clip-reset-path-expected.png: Updated.
392 * fast/canvas/fill-stroke-clip-reset-path-expected.txt: Updated.
394 2007-07-07 Darin Adler <darin@apple.com>
396 - test for <rdar://problem/5292364> REGRESSION: ZX Spectrum 3.0 widget - graphic anomalies in widget window frame
398 * fast/canvas/fill-stroke-clip-reset-path-expected.checksum: Added.
399 * fast/canvas/fill-stroke-clip-reset-path-expected.png: Added.
400 * fast/canvas/fill-stroke-clip-reset-path-expected.txt: Added.
401 * fast/canvas/fill-stroke-clip-reset-path.html: Added.
403 2007-07-07 Rob Buis <buis@kde.org>
408 http://bugs.webkit.org/show_bug.cgi?id=8994
409 Canvas doesn't reset on resize
411 * fast/canvas/canvas-resize-reset-expected.checksum: Added.
412 * fast/canvas/canvas-resize-reset-expected.png: Added.
413 * fast/canvas/canvas-resize-reset-expected.txt: Added.
414 * fast/canvas/canvas-resize-reset.html: Added.
416 2007-07-07 Alexey Proskuryakov <ap@webkit.org>
418 Fixed a mismatch between test output and expected results (a typo that was only fixed in the former).
420 * fast/loader/early-load-cancel-expected.txt:
422 2007-07-07 Alexey Proskuryakov <ap@webkit.org>
426 http://bugs.webkit.org/show_bug.cgi?id=14525
427 Support exslt:node-set()
429 * fast/xsl/exslt-node-set-expected.txt: Added.
430 * fast/xsl/exslt-node-set.xml: Added.
431 * fast/xsl/exslt-node-set.xsl: Added.
433 2007-07-06 Maciej Stachowiak <mjs@apple.com>
437 - test case for <rdar://problem/5133420> ASSERT in WebDocumentLoaderMac::decreaseLoadCount() un-discarding Gmail message
439 * fast/loader/early-load-cancel-expected.txt: Added.
440 * fast/loader/early-load-cancel.html: Added.
441 * fast/loader/resources/early-load-cancel-inner.html: Added.
443 2007-07-06 Mitz Pettel <mitz@webkit.org>
447 - test for http://bugs.webkit.org/show_bug.cgi?id=14545
448 REGRESSION (r21854-r21869): Repro crash in RenderBlock::updateFirstLetter @ nola.com/rose/
450 * fast/css/first-letter-capitalized-expected.checksum: Added.
451 * fast/css/first-letter-capitalized-expected.png: Added.
452 * fast/css/first-letter-capitalized-expected.txt: Added.
453 * fast/css/first-letter-capitalized.html: Added.
455 2007-07-06 Darin Adler <darin@apple.com>
457 * mac/leopard/Skipped: Updated bug numbers for some bugs that were duplicates.
459 2007-07-06 Timothy Hatcher <timothy@apple.com>
463 <rdar://problem/5313506> Some attributed string layout tests have an extra space character on Leopard
465 Leopard serializes empty attribute dictionaries as "{ }", turn these into "{}" to match Tiger.
467 * fast/text/attributed-substring-from-range-001.html:
468 * mac/leopard/Skipped: Don't skip this test anymore.
470 2007-07-06 Anders Carlsson <andersca@apple.com>
472 Reviewed by David Kilzer.
474 <rdar://problem/5313502>
475 Many webarchive tests fail due to different NSURLResponse serialization on Leopard
477 * mac/leopard/Skipped:
478 * webarchive/archive-with-unencoded-url-expected.txt:
479 * webarchive/test-body-background-expected.txt:
480 * webarchive/test-duplicate-resources-expected.txt:
481 * webarchive/test-frameset-expected.txt:
482 * webarchive/test-img-src-expected.txt:
483 * webarchive/test-input-src-expected.txt:
484 * webarchive/test-link-href-expected.txt:
485 * webarchive/test-object-data-expected.txt:
486 * webarchive/test-script-src-expected.txt:
487 * webarchive/test-table-background-expected.txt:
488 * webarchive/test-td-background-expected.txt:
490 2007-07-06 Timothy Hatcher <timothy@apple.com>
494 <rdar://problem/5313506> Some attributed string layout tests have an extra space character on Leopard
496 Don't dump the attributed string's description, this isn't helpful for the test. Just log
497 the attribute names at index 0, which we expect to be nothing, to make sure the string
500 * fast/forms/attributed-strings-expected.txt:
501 * fast/forms/attributed-strings.html:
503 2007-07-06 Anders Carlsson <andersca@apple.com>
505 Reviewed by David Kilzer.
509 * webarchive/archive-empty-frame-dom-expected.txt:
510 * webarchive/archive-empty-frame-source-expected.txt:
511 * webarchive/archive-with-unencoded-url-expected.txt:
512 * webarchive/test-body-background-expected.txt:
513 * webarchive/test-duplicate-resources-expected.txt:
514 * webarchive/test-frameset-expected.txt:
515 * webarchive/test-img-src-expected.txt:
516 * webarchive/test-input-src-expected.txt:
517 * webarchive/test-link-href-expected.txt:
518 * webarchive/test-object-data-expected.txt:
519 * webarchive/test-script-src-expected.txt:
520 * webarchive/test-table-background-expected.txt:
521 * webarchive/test-td-background-expected.txt:
523 2007-07-06 Anders Carlsson <andersca@apple.com>
527 <rdar://problem/5280532>
528 REGRESSION: Can't access nested embed by document.name if object is not immediate parent
530 * plugins/embed-inside-object-expected.txt: Added.
531 * plugins/embed-inside-object.html: Added.
533 2007-07-06 Adam Roben <aroben@apple.com>
535 Add another Leopard failure
537 * mac/leopard/Skipped:
539 2007-07-06 Adam Roben <aroben@apple.com>
541 Add another crasher to the Skipped file
543 Also moved a test that had a bug filed about it out of the section of
548 2007-07-06 Anders Carlsson <andersca@apple.com>
552 <rdar://problem/5313518> fast/events/iframe-object-onload.html shows events out of order on Leopard
554 Fix test so that it doesn't matter in what order the frames/objects are loaded. This is done by keeping
555 the load logs in an array and sort it before dumping it.
557 * fast/events/iframe-object-onload-expected.txt:
558 * fast/events/iframe-object-onload.html:
559 * mac/leopard/Skipped:
561 2007-07-06 Anders Carlsson <andersca@apple.com>
565 <rdar://problem/5313512> fast/frames/frame-set-same-{location,src}.html sometimes hang on Leopard
567 Make these tests more robust against frames loading in a different order. Also, turn the tests
568 into text tests and remove them from the Leopard skipped list.
570 * fast/frames/frame-set-same-location-expected.checksum: Removed.
571 * fast/frames/frame-set-same-location-expected.png: Removed.
572 * fast/frames/frame-set-same-location-expected.txt:
573 * fast/frames/frame-set-same-location.html:
574 * fast/frames/frame-set-same-src-expected.checksum: Removed.
575 * fast/frames/frame-set-same-src-expected.png: Removed.
576 * fast/frames/frame-set-same-src-expected.txt:
577 * fast/frames/frame-set-same-src.html:
578 * mac/leopard/Skipped:
580 2007-07-06 Mark Rowe <mrowe@apple.com>
582 Unreviewed. Update test results.
584 * fast/encoding/utf-32-big-endian-bom-expected.txt:
585 * fast/encoding/utf-32-big-endian-nobom-expected.txt:
586 * fast/encoding/utf-32-little-endian-bom-expected.txt:
587 * fast/encoding/utf-32-little-endian-nobom-expected.txt:
589 2007-07-06 Mitz Pettel <mitz@webkit.org>
593 - test for http://bugs.webkit.org/show_bug.cgi?id=14400
594 Assertion failure (SHOULD NEVER BE REACHED) going back on YouTube
596 * fast/forms/button-state-restore-expected.txt: Added.
597 * fast/forms/button-state-restore.html: Added.
599 2007-07-06 Mitz Pettel <mitz@webkit.org>
603 - repaint test for http://bugs.webkit.org/show_bug.cgi?id=14487
604 Incomplete repaint of background and border of boxes with -webkit-border-fit:lines
606 * fast/repaint/border-fit-lines-expected.checksum: Added.
607 * fast/repaint/border-fit-lines-expected.png: Added.
608 * fast/repaint/border-fit-lines-expected.txt: Added.
609 * fast/repaint/border-fit-lines.html: Added.
611 2007-07-06 Tony Chang <idealisms@gmail.com>
615 http://bugs.webkit.org/show_bug.cgi?id=14516
616 Bug 14516: crash loading multipart/x-mixed-replace data on windows safari
618 * http/tests/multipart/resources/multipart-nodashes.php: Added.
619 * http/tests/multipart/win-boundary-crash-expected.txt: Added.
620 * http/tests/multipart/win-boundary-crash.html: Added.
622 2007-07-06 Jungshik Shin <jungshik.shin@gmail.com>
626 - test for http://bugs.webkit.org/show_bug.cgi?id=13415
628 * fast/encoding/utf-32-big-endian-bom-expected.txt: Added.
629 * fast/encoding/utf-32-big-endian-bom.html: Added.
630 * fast/encoding/utf-32-big-endian-nobom-expected.txt: Added.
631 * fast/encoding/utf-32-big-endian-nobom.xml: Added.
632 * fast/encoding/utf-32-little-endian-bom-expected.txt: Added.
633 * fast/encoding/utf-32-little-endian-bom.html: Added.
634 * fast/encoding/utf-32-little-endian-nobom-expected.txt: Added.
635 * fast/encoding/utf-32-little-endian-nobom.xml: Added.
637 2007-07-06 Rob Buis <buis@kde.org>
642 http://bugs.webkit.org/show_bug.cgi?id=14442
643 Adding a stop with value 1.0 to a gradient that has already been used has no effect
645 * fast/canvas/gradient-add-second-start-end-stop-expected.checksum: Added.
646 * fast/canvas/gradient-add-second-start-end-stop-expected.png: Added.
647 * fast/canvas/gradient-add-second-start-end-stop-expected.txt: Added.
648 * fast/canvas/gradient-add-second-start-end-stop.html: Added.
650 2007-07-05 Adam Roben <aroben@apple.com>
652 Updated the Windows Skipped file
656 2007-07-05 Geoffrey Garen <ggaren@apple.com>
658 Forgot to add this file for the test for <rdar://problem/5303567> REGRESSION:
659 XMLHttpRequest.responseXML. Darin added a dummy file before -- here's the
662 * fast/loader/resources/plist.app:
664 2007-07-05 Justin Garcia <justin.garcia@apple.com>
666 Reviewed by Harrison.
668 <rdar://problem/5279521> REGRESSION: In Mail, a crash occurs at WebCore::Range::startPosition() when attempting to apply alignment to selected image/text in message body
671 * editing/style/5279521-expected.checksum: Added.
672 * editing/style/5279521-expected.png: Added.
673 * editing/style/5279521-expected.txt: Added.
674 * editing/style/5279521.html: Added.
677 * fast/forms/radio-check-click-and-drag-expected.txt:
678 * fast/forms/textarea-type-spaces-expected.txt:
680 2007-07-05 Darin Adler <darin@apple.com>
682 - tweaked IDN test and checked in both Tiger results and Leopard
684 * fast/encoding/idn-security.html: Changed test to only test lowercase "a" since the behavior for
685 uppercase letters has changed in the new ICU. Also added code to detect the older ICU and expect
688 * fast/encoding/idn-security-expected.txt: Regenerated results.
690 * mac/leopard/fast/encoding/idn-security-expected.txt: Copied from fast/encoding/idn-security-expected.txt.
693 2007-07-05 Adam Roben <aroben@apple.com>
695 Added two tests for Bug 14388: Input in text fields limited to 1024 characters
697 fast/forms/input-maxlength-2.html is obsoleted by
698 fast/forms/input-maxlength.html.
702 * fast/forms/input-implicit-length-limit-expected.txt: Added.
703 * fast/forms/input-implicit-length-limit.html: Added.
704 * fast/forms/input-maxlength-2-expected.checksum: Removed.
705 * fast/forms/input-maxlength-2-expected.png: Removed.
706 * fast/forms/input-maxlength-2-expected.txt: Removed.
707 * fast/forms/input-maxlength-2.html: Removed.
708 * fast/forms/input-maxlength-expected.txt: Added.
709 * fast/forms/input-maxlength.html: Added.
711 2007-07-05 Adam Roben <aroben@apple.com>
713 Add another hanging test to the Leopard Skipped file
715 Rubberstamped by Adele.
717 * mac/leopard/Skipped:
719 2007-07-05 Adam Roben <aroben@apple.com>
721 Add a Skipped file for Leopard.
725 * mac/leopard/Skipped: Added.
727 2007-07-04 Matt Perry <mpComplete@gmail.com>
731 Test for http://bugs.webkit.org/show_bug.cgi?id=13400
732 Bug 13400: REGRESSION (r20809-20814): No back entry created for navigations created by assigning to document.location
733 <rdar://problem/5153025>
735 Test that assigning to document.location in various ways adds an
736 item to the back/forward list.
738 * http/tests/navigation/document-location-click-expected.txt: Added.
739 * http/tests/navigation/document-location-click-timeout-expected.txt: Added.
740 * http/tests/navigation/document-location-click-timeout.html: Added.
741 * http/tests/navigation/document-location-click.html: Added.
742 * http/tests/navigation/document-location-mouseover-expected.txt: Added.
743 * http/tests/navigation/document-location-mouseover.html: Added.
744 * http/tests/navigation/document-location-onload-expected.txt: Added.
745 * http/tests/navigation/document-location-onload.html: Added.
746 * http/tests/navigation/resources/document-location.js: Added.
748 2007-07-04 Darin Adler <darin@apple.com>
750 - take out infinity tests from the test for bug 5292262 (see below) for now since they
751 give different results on PowerPC and Intel and are not an important part of the intent
752 of this test anyway; the bug was about normal numbers, not edge cases like infinity
754 If we want to test the infinity behavior, we should make a separate test later.
756 * fast/objc/longlongTest-expected.txt: Removed results from infinity tests.
757 * fast/objc/longlongTest.html: Removed infinity tests.
759 2007-07-05 Antti Koivisto <antti@apple.com>
763 Test for Repro crash due to infinite recursion in HTMLParser::handleError @ youos.com
764 <rdar://problem/5237811>
766 * fast/table/incomplete-table-in-fragment-hang-expected.txt: Added.
767 * fast/table/incomplete-table-in-fragment-hang.html: Added.
769 2007-07-04 Sam Weinig <sam@webkit.org>
773 Test for http://bugs.webkit.org/show_bug.cgi?id=14504
774 REGRESSION (r23573): Amazon Book Excerpt can not be viewed in recent nightly
776 * fast/dom/Window/window-property-shadowing-expected.txt: Added.
777 * fast/dom/Window/window-property-shadowing.html: Added.
779 2007-07-03 Darin Adler <darin@apple.com>
781 Reviewed by Tim Hatcher.
783 - tests for <rdar://problem/5221297> Font family name in the cssText for a DOMCSSStyleDeclaration needs quotes
785 * editing/style/font-family-with-space-expected.txt: Added.
786 * editing/style/font-family-with-space.html: Added.
788 * fast/inspector/style-expected.txt: Updated expected results to expect "Lucida Grande" in quote marks.
790 2007-07-03 Adele Peterson <adele@apple.com>
794 Test for: <rdar://problem/5292988> domain names shouldn't contain ignorable characters
796 * fast/encoding/idn-security-expected.txt: Added.
797 * fast/encoding/idn-security.html: Added.
798 * win/Skipped: Blocked by <rdar://problem/5301954>.
800 2007-07-03 Sam Weinig <sam@webkit.org>
804 Eleventh round of fixes for implicit 64-32 bit conversion errors.
805 <rdar://problem/5292262>
808 * fast/objc/longlongTest-expected.txt: Added.
809 * fast/objc/longlongTest.html: Added.
811 2007-07-03 Anders Carlsson <andersca@apple.com>
815 <rdar://problem/5289718>
816 http://bugs.webkit.org/show_bug.cgi?id=14437
817 CrashTracer: [REGRESSION] 76 crashes in Safari at com.apple.WebCore: WebCore::Frame::settings const + 6 (14437)
819 Add test from Alexey Proskuryakov.
821 * plugins/plugin-remove-subframe-expected.txt: Added.
822 * plugins/plugin-remove-subframe.html: Added.
824 2007-07-03 Sam Weinig <sam@webkit.org>
828 Seventh round of fixes for implicit 64-32 bit conversion errors.
829 <rdar://problem/5292262>
831 - Change from double -> float caused some slight changes.
833 * svg/W3C-SVG-1.1/animate-elem-33-t-expected.txt:
834 * svg/W3C-SVG-1.1/animate-elem-37-t-expected.txt:
835 * svg/W3C-SVG-1.1/animate-elem-39-t-expected.txt:
836 * svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt:
837 * svg/W3C-SVG-1.1/animate-elem-81-t-expected.txt:
838 * svg/W3C-SVG-1.1/animate-elem-82-t-expected.txt:
839 * svg/W3C-SVG-1.1/animate-elem-83-t-expected.txt:
840 * svg/W3C-SVG-1.1/coords-units-02-b-expected.txt:
841 * svg/W3C-SVG-1.1/painting-render-01-b-expected.txt:
842 * svg/W3C-SVG-1.1/script-handle-02-b-expected.txt:
843 * svg/W3C-SVG-1.1/script-handle-03-b-expected.txt:
844 * svg/W3C-SVG-1.1/script-handle-04-b-expected.txt:
845 * svg/W3C-SVG-1.1/shapes-circle-02-t-expected.txt:
846 * svg/W3C-SVG-1.1/shapes-ellipse-02-t-expected.txt:
847 * svg/W3C-SVG-1.1/text-align-01-b-expected.txt:
848 * svg/W3C-SVG-1.1/text-align-05-b-expected.txt:
849 * svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt:
851 2007-07-03 Antti Koivisto <antti@apple.com>
855 Test for REGRESSION: misplaced selection ring remains after link is no longer focused.
856 <rdar://problem/5205580>
858 * fast/repaint/focus-layers-expected.checksum: Added.
859 * fast/repaint/focus-layers-expected.png: Added.
860 * fast/repaint/focus-layers-expected.txt: Added.
861 * fast/repaint/focus-layers.html: Added.
863 2007-07-02 Adam Roben <aroben@apple.com>
865 Update the Windows Skipped list.
869 2007-07-02 Adam Roben <aroben@apple.com>
871 Update results after r23938.
873 * fast/inline-block/14498-positionForCoordinates-expected.txt:
874 * fast/table/click-near-anonymous-table-expected.txt:
875 * svg/custom/pointer-events-image-expected.txt:
876 * svg/custom/pointer-events-path-expected.txt:
877 * svg/custom/text-hit-test-expected.txt:
879 2007-07-02 Adam Roben <aroben@apple.com>
881 Test for Bug 14498: RenderContainer::positionForCoordinates contains an order of operations error
882 http://bugs.webkit.org/show_bug.cgi?id=14498
886 * fast/inline-block/14498-positionForCoordinates-expected.txt: Added.
887 * fast/inline-block/14498-positionForCoordinates.html: Added.
889 2007-07-01 Darin Adler <darin@apple.com>
891 Fixed a no-SVG test failure by removing a node that was affecting the test results differently
892 depending on whether SVG support was compiled in or not.
894 * fast/xpath/namespace-vs-predicate.xhtml: Remove the r_00 node at the end of the test.
896 2007-07-01 Sam Weinig <sam@webkit.org>
900 Third round of implicit 64-32 bit conversion errors fixes.
901 <rdar://problem/5292262>
903 getFloatValue() used to return a double and now returns a float for a small
906 * fast/css/getFloatValueForUnit-expected.checksum:
907 * fast/css/getFloatValueForUnit-expected.png:
908 * fast/css/getFloatValueForUnit-expected.txt:
909 * fast/css/getFloatValueForUnit.html:
911 2007-07-01 Darin Adler <darin@apple.com>
913 Fixed a no-SVG test failure by moving a test that requires SVG into the svg directory.
915 * fast/dom/svg-element-attribute-js-null-expected.txt: Removed.
916 * fast/dom/svg-element-attribute-js-null.xhtml: Removed.
917 * svg/dom/svg-element-attribute-js-null-expected.txt: Copied from fast/dom/svg-element-attribute-js-null-expected.txt.
918 * svg/dom/svg-element-attribute-js-null.xhtml: Copied from fast/dom/svg-element-attribute-js-null.xhtml.
920 2007-07-01 Darin Adler <darin@apple.com>
922 Added a missing file for the test for <rdar://problem/5303567> REGRESSION: XMLHttpRequest.responseXML
924 * fast/loader/resources/plist.app: Added. Just some random XML file I found somewhere; seems to make
925 the test succeed instead of failing every time!
927 2007-07-01 Pamela Greene <pamg.bugs@gmail.com>
931 Tests for <http://bugs.webkit.org/show_bug.cgi?id=14320>
932 Bug 14320: <canvas> gradient stops at identical offsets are applied in the wrong order
933 <rdar://problem/5290084>
935 Add tests for various combinations of stops, including multiple stops at
936 the same offsets, sorted and unsorted. Update results accordingly.
938 * fast/canvas/fillrect_gradient-expected.checksum:
939 * fast/canvas/fillrect_gradient-expected.png:
940 * fast/canvas/fillrect_gradient-expected.txt:
941 * fast/canvas/fillrect_gradient.html:
943 2007-06-29 Adam Roben <aroben@apple.com>
945 New test that makes sure we handle putting isindex into form data correctly.
949 * http/tests/misc/isindex-formdata-expected.txt: Added.
950 * http/tests/misc/isindex-formdata.html: Added.
952 2007-06-29 Justin Garcia <justin.garcia@apple.com>
954 Reviewed by Harrison.
956 <rdar://problem/5299513> REGRESSION: In Mail, a crash occurs when attempting to undo a newly created To Do
958 Backing out a change made in r23787.
960 * editing/deleting/4845371-expected.txt:
961 * editing/deleting/4845371.html:
962 * editing/deleting/5126166-expected.txt:
963 * editing/deleting/5290534.html: Removed.
964 * editing/deleting/5290534.html-disabled: Added.
966 2007-06-29 Geoffrey Garen <ggaren@apple.com>
968 Reviewed by Darin Adler, Anders Carlsson.
970 Test for <rdar://problem/5303567> REGRESSION: XMLHttpRequest.responseXML
971 returns NULL if response MIME type is not XML -- breaks Wikipedia widget
973 * fast/loader/xmlhttprequest-bad-mimetype-expected.txt: Added.
974 * fast/loader/xmlhttprequest-bad-mimetype.html: Added.
976 2007-06-29 Adele Peterson <adele@apple.com>
978 Rolling out tests for <rdar://problem/5301322>.
980 * fast/forms/input-readonly-select-all-expected.checksum: Removed.
981 * fast/forms/input-readonly-select-all-expected.png: Removed.
982 * fast/forms/input-readonly-select-all-expected.txt: Removed.
983 * fast/forms/input-readonly-select-all.html: Removed..
984 * fast/forms/textarea-readonly-select-all-expected.checksum: Removed.
985 * fast/forms/textarea-readonly-select-all-expected.png: Removed.
986 * fast/forms/textarea-readonly-select-all-expected.txt: Removed.
987 * fast/forms/textarea-readonly-select-all.html: Removed.
989 2007-06-29 Geoffrey Garen <ggaren@apple.com>
991 Reviewed by Oliver Hunt.
993 Layout tests for <rdar://problem/4962298> REGRESSION: Synchronous XHR for
994 missing local file throws exception -- breaks Wikipedia widget
996 * fast/loader/xmlhttprequest-missing-file-exception-expected.txt: Added.
997 * fast/loader/xmlhttprequest-missing-file-exception.html: Added.
999 2007-06-29 Adele Peterson <adele@apple.com>
1001 Reviewed by Ada and Kevin McCullough.
1003 Test for <rdar://problem/5301322> REGRESSION: Select All selects the whole page when used in readonly textareas
1005 * fast/forms/input-readonly-select-all-expected.checksum: Added.
1006 * fast/forms/input-readonly-select-all-expected.png: Added.
1007 * fast/forms/input-readonly-select-all-expected.txt: Added.
1008 * fast/forms/input-readonly-select-all.html: Added.
1009 * fast/forms/textarea-readonly-select-all-expected.checksum: Added.
1010 * fast/forms/textarea-readonly-select-all-expected.png: Added.
1011 * fast/forms/textarea-readonly-select-all-expected.txt: Added.
1012 * fast/forms/textarea-readonly-select-all.html: Added.
1014 2007-06-28 Mitz Pettel <mitz@webkit.org>
1018 - test for http://bugs.webkit.org/show_bug.cgi?id=14118
1019 ASSERTION FAILED: !needsLayout() seen again
1021 * fast/dynamic/recursive-layout-expected.txt: Added.
1022 * fast/dynamic/recursive-layout.html: Added.
1024 2007-06-28 Sam Weinig <sam@webkit.org>
1026 Rubberstamped by Adam Roben.
1028 Roll out r23861. It caused the buildbot to fail on intel.
1030 * http/tests/navigation/goBack-blank-tab-page-expected.txt: Removed.
1031 * http/tests/navigation/goBack-blank-tab-page.html: Removed.
1032 * http/tests/navigation/resources/before-go-back.html: Removed.
1033 * http/tests/navigation/resources/will-go-back.html: Removed.
1035 2007-06-28 Maxime Britto <mbritto@pleyo.com>
1039 Tests for http://bugs.webkit.org/show_bug.cgi?id=13038
1040 ASSERTION FAILED: item->target().isEmpty() || m_mainFrame->tree()->find(item->target()) == m_mainFrame
1042 Although the test works with the script, it can't detect an eventually
1043 error automatically since the first link must be opened in a new tab with
1044 a _blank target to reproduce the crash. So it should be launched manually
1045 following the steps decribed in there, then it's effective.
1047 * http/tests/navigation/goBack-blank-tab-page-expected.txt: Added.
1048 * http/tests/navigation/goBack-blank-tab-page.html: Added.
1049 * http/tests/navigation/resources/before-go-back.html: Added.
1050 * http/tests/navigation/resources/will-go-back.html: Added.
1052 2007-06-28 Anders Carlsson <andersca@apple.com>
1054 Remove tests that don't need to be skipped anymore.
1058 2007-06-28 Rob Buis <buis@kde.org>
1060 Forgot committing this change in my previous commit.
1062 * svg/custom/invalid-fill-hex-expected.checksum:
1063 * svg/custom/invalid-fill-hex-expected.png:
1064 * svg/custom/invalid-fill-hex-expected.txt:
1065 * svg/custom/invalid-fill-hex.svg:
1067 2007-06-28 Rob Buis <buis@kde.org>
1071 http://bugs.webkit.org/show_bug.cgi?id=14373
1072 CSS1: selectors (classes and IDs) cannot start with a dash or with a digit
1074 These are improvements due to stricter id selector checking.
1076 * css2.1/css1_forward_compatible_parsing-expected.checksum: Added.
1077 * css2.1/css1_forward_compatible_parsing-expected.png: Added.
1078 * css2.1/css1_forward_compatible_parsing-expected.txt: Added.
1079 * css2.1/css1_forward_compatible_parsing.html: Added.
1080 * css2.1/t040103-ident-08-c-expected.checksum:
1081 * css2.1/t040103-ident-08-c-expected.png:
1082 * css2.1/t040103-ident-08-c-expected.txt:
1083 * css2.1/t0509-id-sel-syntax-01-f-expected.checksum:
1084 * css2.1/t0509-id-sel-syntax-01-f-expected.png:
1085 * css2.1/t0509-id-sel-syntax-01-f-expected.txt:
1087 2007-06-28 Antti Koivisto <antti@apple.com>
1091 Test changes for http://bugs.webkit.org/show_bug.cgi?id=14332
1092 Bug 14332: REGRESSION (r21145): <td> width ignored
1093 <rdar://problem/5290123>
1095 - expand empty-cells.html to cover non-zero cellpadding case too
1096 - update other related tests (none of these affect pixel results)
1098 * fast/css/acid2-expected.txt:
1099 * fast/css/acid2-pixel-expected.txt:
1100 * fast/table/032-expected.txt:
1101 * fast/table/empty-cells-expected.checksum:
1102 * fast/table/empty-cells-expected.png:
1103 * fast/table/empty-cells-expected.txt:
1104 * fast/table/empty-cells.html:
1105 * fast/table/empty-section-crash-expected.txt:
1106 * http/tests/misc/acid2-expected.txt:
1107 * http/tests/misc/acid2-pixel-expected.txt:
1108 * tables/mozilla/bugs/bug222467-expected.txt:
1109 * tables/mozilla/bugs/bug78162-expected.txt:
1111 2007-06-28 Adam Roben <aroben@apple.com>
1113 New test for <rdar://problem/5300443> word-break and -webkit-user-modify allow any value
1117 * fast/css/word-break-user-modify-allowed-values-expected.txt: Added.
1118 * fast/css/word-break-user-modify-allowed-values.html: Added.
1120 2007-06-27 Kevin McCullough <kmccullough@apple.com>
1124 - <rdar://problem/5271937> REGRESSION: Apparent WebKit JavaScript memory smasher when submitting comment to iWeb site (crashes in kjs_pcre_compile2)
1125 - Correctly evaluate the return value of _pcre_ucp_findchar.
1127 * fast/js/regexp-unicode-overflow-expected.txt: Added.
1128 * fast/js/regexp-unicode-overflow.html: Added.
1129 * fast/js/resources/regexp-unicode-overflow.js: Added.
1131 2007-06-27 Sam Weinig <sam@webkit.org>
1135 Update tests for http://bugs.webkit.org/show_bug.cgi?id=14319
1136 Move the Selection object out of the JS bindings
1138 * fast/dom/Window/window-properties-expected.txt:
1139 * fast/js/toString-and-valueOf-override-expected.txt:
1140 * http/tests/security/cross-frame-access-expected.txt:
1142 2007-06-27 Sam Weinig <sam@webkit.org>
1144 Reviewed by Adam Roben.
1146 Tests for http://bugs.webkit.org/show_bug.cgi?id=12045
1147 Crash under gmalloc at WTF::RefPtr<WebCore::HTMLSliderThumbElement>::operator->
1148 <rdar://problem/5286670>
1150 * fast/forms/thumbslider-crash-expected.checksum: Added.
1151 * fast/forms/thumbslider-crash-expected.png: Added.
1152 * fast/forms/thumbslider-crash-expected.txt: Added.
1153 * fast/forms/thumbslider-crash.html: Added.
1154 * fast/forms/thumbslider-no-parent-slider-expected.checksum: Added.
1155 * fast/forms/thumbslider-no-parent-slider-expected.png: Added.
1156 * fast/forms/thumbslider-no-parent-slider-expected.txt: Added.
1157 * fast/forms/thumbslider-no-parent-slider.html: Added.
1159 2007-06-27 Justin Garcia <justin.garcia@apple.com>
1163 <rdar://problem/5247341> REGRESSION: Pasting sometimes loses trailing newline
1165 Demonstrates the bug:
1166 * editing/pasteboard/5247341-expected.checksum: Added.
1167 * editing/pasteboard/5247341-expected.png: Added.
1168 * editing/pasteboard/5247341-expected.txt: Added.
1169 * editing/pasteboard/5247341.html: Added.
1171 The changes in this patch exposed three bugs (5296964, 5296977, and 5299425).
1172 Added FIXMES for them. Also removed tabs in them:
1173 * editing/pasteboard/paste-table-003-expected.checksum:
1174 * editing/pasteboard/paste-table-003-expected.png:
1175 * editing/pasteboard/paste-table-003-expected.txt:
1176 * editing/pasteboard/paste-table-003.html:
1177 * fast/forms/textarea-paste-newline.html:
1180 * editing/pasteboard/paste-text-016-expected.txt:
1181 * editing/pasteboard/paste-text-017-expected.txt:
1184 2007-06-27 Justin Garcia <justin.garcia@apple.com>
1188 <rdar://problem/4580583> Breaking blockquoted list should not automatically renumber the second list
1190 Splits a quoted list w/o splitting a list item:
1191 * editing/execCommand/4580583-1-expected.checksum: Added.
1192 * editing/execCommand/4580583-1-expected.png: Added.
1193 * editing/execCommand/4580583-1-expected.txt: Added.
1194 * editing/execCommand/4580583-1.html: Added.
1196 Split a quoted list item:
1197 * editing/execCommand/4580583-2-expected.checksum: Added.
1198 * editing/execCommand/4580583-2-expected.png: Added.
1199 * editing/execCommand/4580583-2-expected.txt: Added.
1200 * editing/execCommand/4580583-2.html: Added.
1202 2007-06-27 Alexey Proskuryakov <ap@webkit.org>
1206 http://bugs.webkit.org/show_bug.cgi?id=14288
1207 XMLHttpRequest doesn't use a correct content type for file:// URLs
1209 * fast/dom/resources/1251.html: Added.
1210 * fast/dom/xmlhttprequest-html-response-encoding.html: Added.
1211 * fast/dom/xmlhttprequest-html-response-encoding-expected.txt: Added.
1213 * http/tests/xmlhttprequest/response-encoding-expected.txt:
1214 * http/tests/xmlhttprequest/response-encoding.html:
1215 Added a sync case, which I forgot to add when fixing bug 13905.
1217 2007-06-26 Mitz Pettel <mitz@webkit.org>
1221 - updated results for http://bugs.webkit.org/show_bug.cgi?id=14406
1222 <colgroup>'s borders are ignored when it has <col> children
1224 * tables/mozilla/core/table_rules-expected.checksum: Added.
1225 * tables/mozilla/core/table_rules-expected.png: Added.
1226 * tables/mozilla/core/table_rules-expected.txt: Added.
1227 * tables/mozilla/core/table_rules.html: Copied from LayoutTests/tables/mozilla_expected_failures/core/table_rules.html.
1228 * tables/mozilla/marvin/x_table_rules_groups-expected.checksum: Added.
1229 * tables/mozilla/marvin/x_table_rules_groups-expected.png: Added.
1230 * tables/mozilla/marvin/x_table_rules_groups-expected.txt: Added.
1231 * tables/mozilla/marvin/x_table_rules_groups.xml: Copied from LayoutTests/tables/mozilla_expected_failures/marvin/x_table_rules_groups.xml.
1232 * tables/mozilla_expected_failures/core/table_rules-expected.checksum: Removed.
1233 * tables/mozilla_expected_failures/core/table_rules-expected.png: Removed.
1234 * tables/mozilla_expected_failures/core/table_rules-expected.txt: Removed.
1235 * tables/mozilla_expected_failures/core/table_rules.html: Removed.
1236 * tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.checksum:
1237 * tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.txt:
1238 * tables/mozilla_expected_failures/marvin/x_table_rules_groups-expected.checksum: Removed.
1239 * tables/mozilla_expected_failures/marvin/x_table_rules_groups-expected.png: Removed.
1240 * tables/mozilla_expected_failures/marvin/x_table_rules_groups-expected.txt: Removed.
1241 * tables/mozilla_expected_failures/marvin/x_table_rules_groups.xml: Removed.
1243 2007-06-26 Mitz Pettel <mitz@webkit.org>
1247 - repaint test for http://bugs.webkit.org/show_bug.cgi?id=14329
1248 REGRESSION: TEXTAREA - cannot drag-and-drop text at en.wikipedia.org/
1250 * fast/repaint/resources/text-selection-rect-in-overflow-frame.html: Added.
1251 * fast/repaint/text-selection-rect-in-overflow-2-expected.checksum: Added.
1252 * fast/repaint/text-selection-rect-in-overflow-2-expected.png: Added.
1253 * fast/repaint/text-selection-rect-in-overflow-2-expected.txt: Added.
1254 * fast/repaint/text-selection-rect-in-overflow-2.html: Added.
1256 2007-06-26 Sam Weinig <sam@webkit.org>
1260 Make sure not to enumerate the toString() function.
1261 <rdar://problem/5297118>
1263 * fast/dom/Window/window-appendages-cleared-expected.txt:
1264 * fast/dom/Window/window-properties-expected.txt:
1265 * fast/js/toString-dontEnum-expected.txt: Added.
1266 * fast/js/toString-dontEnum.html: Added.
1268 2007-06-26 Sam Weinig <sam@webkit.org>
1272 Update tests for http://bugs.webkit.org/show_bug.cgi?id=14111
1273 Autogenerate Event JS binding
1275 * fast/dom/prototype-chain-expected.txt: DOMEventPrototype is no longer
1276 in the prototype chain.
1277 * fast/dom/xmlhttprequest-get-expected.txt:
1279 2007-06-26 Justin Garcia <justin.garcia@apple.com>
1283 <rdar://problem/5290534> Crash RenderTextControl::calcHeight() after deleting text in a search field
1285 Demonstrates the bug:
1286 * editing/deleting/5290534-expected.txt: Added.
1287 * editing/deleting/5290534.html: Added.
1289 Fixed a bug (an extra br was inserted) and removed a FIXME:
1290 * editing/deleting/4845371-expected.checksum:
1291 * editing/deleting/4845371-expected.png:
1292 * editing/deleting/4845371-expected.txt:
1293 * editing/deleting/4845371.html:
1295 Removed an unrendered br that was being incorrectly inserted:
1296 * editing/deleting/5126166-expected.txt:
1298 2007-06-25 Sam Weinig <sam@webkit.org>
1302 Test for http://bugs.webkit.org/show_bug.cgi?id=11315
1303 Mutating document.constructor.prototype mutates Object.prototype
1305 * fast/js/constructor-expected.txt: Added.
1306 * fast/js/constructor.html: Added.
1307 * fast/js/resources/constructor.js: Added.
1309 2007-06-25 Adele Peterson <adele@apple.com>
1313 Test for: <rdar://problem/5286410> Scrollbar and resize corner for overflow area is not hidden with style "visibility: hidden;"
1314 http://bugs.webkit.org/show_bug.cgi?id=14297
1316 * fast/overflow/hidden-scrollbar-resize-expected.checksum: Added.
1317 * fast/overflow/hidden-scrollbar-resize-expected.png: Added.
1318 * fast/overflow/hidden-scrollbar-resize-expected.txt: Added.
1319 * fast/overflow/hidden-scrollbar-resize.html: Added.
1321 2007-06-25 Mitz Pettel <mitz@webkit.org>
1325 - test and updated results for http://bugs.webkit.org/show_bug.cgi?id=14202
1326 Table caption renders too narrow sometimes
1328 * fast/table/caption-relayout-expected.checksum: Added.
1329 * fast/table/caption-relayout-expected.png: Added.
1330 * fast/table/caption-relayout-expected.txt: Added.
1331 * fast/table/caption-relayout.html: Added.
1332 * tables/mozilla/marvin/x_caption_class-expected.checksum:
1333 * tables/mozilla/marvin/x_caption_class-expected.png:
1334 * tables/mozilla/marvin/x_caption_class-expected.txt:
1335 * tables/mozilla/marvin/x_caption_id-expected.checksum:
1336 * tables/mozilla/marvin/x_caption_id-expected.png:
1337 * tables/mozilla/marvin/x_caption_id-expected.txt:
1338 * tables/mozilla/marvin/x_caption_style-expected.checksum:
1339 * tables/mozilla/marvin/x_caption_style-expected.png:
1340 * tables/mozilla/marvin/x_caption_style-expected.txt:
1341 * tables/mozilla_expected_failures/bugs/bug29058-2-expected.checksum:
1342 * tables/mozilla_expected_failures/bugs/bug29058-2-expected.png:
1343 * tables/mozilla_expected_failures/bugs/bug29058-2-expected.txt:
1344 * tables/mozilla_expected_failures/bugs/bug3166-5-expected.checksum:
1345 * tables/mozilla_expected_failures/bugs/bug3166-5-expected.png:
1346 * tables/mozilla_expected_failures/bugs/bug3166-5-expected.txt:
1347 * tables/mozilla_expected_failures/bugs/bug3166-6-expected.checksum:
1348 * tables/mozilla_expected_failures/bugs/bug3166-6-expected.png:
1349 * tables/mozilla_expected_failures/bugs/bug3166-6-expected.txt:
1350 * tables/mozilla_expected_failures/bugs/bug3166-9-expected.checksum:
1351 * tables/mozilla_expected_failures/bugs/bug3166-9-expected.png:
1352 * tables/mozilla_expected_failures/bugs/bug3166-9-expected.txt:
1354 2007-06-25 Mitz Pettel <mitz@webkit.org>
1358 - pixel test for http://bugs.webkit.org/show_bug.cgi?id=14245
1359 Underline painted under <br>, not repainted properly
1361 * fast/inline/br-text-decoration-expected.checksum: Added.
1362 * fast/inline/br-text-decoration-expected.png: Added.
1363 * fast/inline/br-text-decoration-expected.txt: Added.
1364 * fast/inline/br-text-decoration.html: Added.
1366 2007-06-25 Matt Perry <mpComplete@gmail.com>
1368 Reviewed by Sam Weinig.
1370 Modify test to wait until the second frame loads, and update its expected output to match.
1372 * fast/dom/HTMLDocument/frameless-location-bugzilla10837-expected.checksum:
1373 * fast/dom/HTMLDocument/frameless-location-bugzilla10837-expected.png:
1374 * fast/dom/HTMLDocument/frameless-location-bugzilla10837-expected.txt:
1375 * fast/dom/HTMLDocument/frameless-location-bugzilla10837.html:
1377 2007-06-25 Mitz Pettel <mitz@webkit.org>
1381 - updated results for http://bugs.webkit.org/show_bug.cgi?id=14341
1382 rules="none" ignored in certain cases
1384 * tables/mozilla/marvin/table_rules_none-expected.checksum: Added.
1385 * tables/mozilla/marvin/table_rules_none-expected.png: Added.
1386 * tables/mozilla/marvin/table_rules_none-expected.txt: Added.
1387 * tables/mozilla/marvin/table_rules_none.html: Copied from LayoutTests/tables/mozilla_expected_failures/marvin/table_rules_none.html.
1388 * tables/mozilla/marvin/x_table_rules_none-expected.checksum: Added.
1389 * tables/mozilla/marvin/x_table_rules_none-expected.png: Added.
1390 * tables/mozilla/marvin/x_table_rules_none-expected.txt: Added.
1391 * tables/mozilla/marvin/x_table_rules_none.xml: Copied from LayoutTests/tables/mozilla_expected_failures/marvin/x_table_rules_none.xml.
1392 * tables/mozilla_expected_failures/core/table_rules-expected.checksum:
1393 * tables/mozilla_expected_failures/core/table_rules-expected.png:
1394 * tables/mozilla_expected_failures/core/table_rules-expected.txt:
1395 * tables/mozilla_expected_failures/marvin/table_rules_none-expected.checksum: Removed.
1396 * tables/mozilla_expected_failures/marvin/table_rules_none-expected.png: Removed.
1397 * tables/mozilla_expected_failures/marvin/table_rules_none-expected.txt: Removed.
1398 * tables/mozilla_expected_failures/marvin/table_rules_none.html: Removed.
1399 * tables/mozilla_expected_failures/marvin/x_table_rules_none-expected.checksum: Removed.
1400 * tables/mozilla_expected_failures/marvin/x_table_rules_none-expected.png: Removed.
1401 * tables/mozilla_expected_failures/marvin/x_table_rules_none-expected.txt: Removed.
1402 * tables/mozilla_expected_failures/marvin/x_table_rules_none.xml: Removed.
1404 2007-06-23 Sam Weinig <sam@webkit.org>
1408 Tests for http://bugs.webkit.org/show_bug.cgi?id=14321
1409 getComputedStyle(...).zIndex returns string "normal"
1411 * fast/css/computed-style-expected.txt:
1412 * fast/css/getComputedStyle-zIndex-auto-expected.txt: Added.
1413 * fast/css/getComputedStyle-zIndex-auto.html: Added.
1415 2007-06-23 Geoffrey Garen <ggaren@apple.com>
1417 Uploading the correct expected results -- the ones checked in expected
1418 an "unkown" callback, which was incorrect behavior.
1420 * fast/loader/user-style-sheet-resource-load-callbacks-expected.txt:
1422 2007-06-22 Beth Dakin <bdakin@apple.com>
1424 Reviewed by Oliver and Darin.
1426 Tests for <rdar://problem/5266999> Loading page from MangleMe fuzz
1427 tester crashes in RenderTableRow::addChild (giant ROWSPAN)
1429 The results of this test have changed because we now clamp rowspan
1430 at 8190 to match Firefox.
1431 * fast/table/giantRowspan-expected.checksum:
1432 * fast/table/giantRowspan-expected.png:
1433 * fast/table/giantRowspan-expected.txt:
1435 A new test that crashes our old heuristic for too-large rowspan,
1436 but succeeds with the new one.
1437 * fast/table/giantRowspan2-expected.checksum: Added.
1438 * fast/table/giantRowspan2-expected.png: Added.
1439 * fast/table/giantRowspan2-expected.txt: Added.
1440 * fast/table/giantRowspan2.html: Added.
1442 2007-06-22 Justin Garcia <justin.garcia@apple.com>
1446 <rdar://problem/5272440> Adding To Do via Note received in e-mail adds newlines when pressing return
1449 * editing/deleting/5272440-expected.checksum: Added.
1450 * editing/deleting/5272440-expected.png: Added.
1451 * editing/deleting/5272440-expected.txt: Added.
1452 * editing/deleting/5272440.html: Added.
1454 upstream() now works for the positions visually equivalent to [span, 0]
1455 where span is an inline root editable element:
1456 * editing/deleting/delete-mixed-editable-content-001-expected.txt:
1458 2007-06-22 Anders Carlsson <andersca@apple.com>
1462 * fast/loader/user-style-sheet-resource-load-callbacks-expected.txt: Added.
1464 2007-06-22 Anders Carlsson <andersca@apple.com>
1468 <rdar://problem/5244734>
1469 WebKit shouldn't send delegate resource load methods for the user stylesheet (doing so causes assertions in Safari)
1471 * fast/loader/resources/user-style-sheet.css: Added.
1472 * fast/loader/user-style-sheet-resource-load-callbacks.html: Added.
1474 2007-06-22 Timothy Hatcher <timothy@apple.com>
1478 <rdar://problem/5228168> Leopard regression test failures: fast/applescript
1480 New results to match the DumpRenderTree changes.
1482 * fast/AppleScript/001-expected.txt:
1483 * fast/AppleScript/array-expected.txt:
1484 * fast/AppleScript/date-expected.txt:
1486 2007-06-21 Mark Rowe <mrowe@apple.com>
1490 Test for <rdar://problem/5266928> REGRESSION: crash/assert failure beneath RenderFrameSet::layOutAxis when loading
1492 * fast/frames/frame-set-whitespace-attributes-expected.txt: Added.
1493 * fast/frames/frame-set-whitespace-attributes.html: Added.
1495 2007-06-21 Geoffrey Garen <ggaren@apple.com>
1497 Reviewed by Dave Hyatt.
1499 Fixed <rdar://problem/4977124> | http://bugs.webkit.org/show_bug.cgi?id=12646
1500 REGRESSION: RapidWeaver's "Hello" HTML page doesn't display any DHTML
1501 effects when clicking on its links (12646)
1503 Added layout test for this bug:
1505 * fast/invalid/nestedh3s-rapidweaver-expected.txt: Added.
1506 * fast/invalid/nestedh3s-rapidweaver.html: Added.
1508 Reversed the expected results for this test because I rolled out r7703:
1510 * fast/invalid/nestedh3s-expected.checksum:
1511 * fast/invalid/nestedh3s-expected.png:
1512 * fast/invalid/nestedh3s-expected.txt:
1513 * fast/invalid/nestedh3s.html:
1515 2007-06-21 Anders Carlsson <andersca@apple.com>
1519 Update test results.
1521 * http/tests/loading/bad-scheme-subframe-expected.txt:
1522 * http/tests/loading/bad-server-subframe-expected.txt:
1523 * http/tests/loading/basic-expected.txt:
1524 * http/tests/loading/empty-subframe-expected.txt:
1525 * http/tests/loading/simple-subframe-expected.txt:
1526 * webarchive/loading/test-loading-archive-expected.txt:
1528 2007-06-21 Anders Carlsson <andersca@apple.com>
1534 * fast/dom/xmlhttprequest-invalid-values-expected.txt:
1536 2007-06-21 Alexey Proskuryakov <ap@webkit.org>
1540 http://bugs.webkit.org/show_bug.cgi?id=13905
1541 REGRESSION: A Chinese dictionary widget has a problem with XMLHttpRequest response encoding
1543 * http/tests/xmlhttprequest/resources/1251.html: Added.
1544 * http/tests/xmlhttprequest/response-encoding-expected.txt:
1545 * http/tests/xmlhttprequest/response-encoding.html:
1547 2007-06-21 Alexey Proskuryakov <ap@webkit.org>
1551 One more test for XHR header injection.
1553 * http/tests/xmlhttprequest/inject-header-expected.txt: Added.
1554 * http/tests/xmlhttprequest/inject-header.html: Added.
1556 2007-06-20 Anders Carlsson <andersca@apple.com>
1560 Make sure that the test case tests '\n' and '\r' too.
1562 * fast/dom/xmlhttprequest-invalid-values.html:
1564 2007-06-20 Mitz Pettel <mitz@webkit.org>
1568 - repaint test for http://bugs.webkit.org/show_bug.cgi?id=14056
1569 REGRESSION (r21113-21143): TR background not repainted via style class change
1571 * fast/repaint/table-row-expected.checksum: Added.
1572 * fast/repaint/table-row-expected.png: Added.
1573 * fast/repaint/table-row-expected.txt: Added.
1574 * fast/repaint/table-row.html: Added.
1576 2007-06-20 Mark Rowe <mrowe@apple.com>
1580 Test for http://bugs.webkit.org/show_bug.cgi?id=14244
1581 Bug 14244: Data corruption when using a replace() callback function with data containing "$"
1583 * fast/js/resources/string-replace-2.js: Update to test with 'replaceValue' being a function returning strings with "$n" placeholders.
1584 * fast/js/string-replace-2-expected.txt:
1586 2007-06-20 Mitz Pettel <mitz@webkit.org>
1590 - pixel test for http://bugs.webkit.org/show_bug.cgi?id=14040
1591 Top and bottom border images flipped when using -webkit-border-image when border end up tiled
1593 * fast/borders/border-image-01-expected.checksum: Added.
1594 * fast/borders/border-image-01-expected.png: Added.
1595 * fast/borders/border-image-01-expected.txt: Added.
1596 * fast/borders/border-image-01.html: Added.
1597 * fast/borders/resources/border-image.png: Added.
1599 2007-06-20 Anders Carlsson <andersca@apple.com>
1601 Remove the XPath tests, they all pass now.
1605 2007-06-19 Geoffrey Garen <ggaren@apple.com>
1607 Reviewed by Sam Weinig.
1609 Fixed up these tests because they broke the bot.
1611 - Removed reliance on suppressConsoleMessages because I never checked
1612 that in and I decided it would just be a headache on other platforms.
1613 - Removed call to frames[0].stop() because it was nonsense.
1614 - Added console messages to results.
1616 * http/tests/security/cross-frame-access-expected.txt:
1617 * http/tests/security/cross-frame-access-first-time-expected.txt:
1618 * http/tests/security/cross-frame-access-first-time.html:
1619 * http/tests/security/cross-frame-access.html:
1621 2007-06-19 Geoffrey Garen <ggaren@apple.com>
1623 Reviewed by Darin Adler.
1625 Tests for cross-frame access. <rdar://problem/5251309>.
1627 * http/tests/security/cross-frame-access-expected.txt: Added.
1628 * http/tests/security/cross-frame-access-first-time-expected.txt: Added.
1629 * http/tests/security/cross-frame-access-first-time.html: Added.
1630 * http/tests/security/cross-frame-access.html: Added.
1631 * http/tests/security/resources/cross-frame-iframe.html: Added.
1633 2007-06-18 Anders Carlsson <andersca@apple.com>
1635 Reviewed by John Sullivan.
1637 Update result, we shouldn't call didFinishLoadForFrame if the URL isn't valid.
1639 * http/tests/loading/bad-scheme-subframe-expected.txt:
1641 2007-06-18 Sam Weinig <sam@webkit.org>
1645 Updates tests for http://bugs.webkit.org/show_bug.cgi?id=14193
1646 Move the Screen object out of the JS bindings
1648 * fast/dom/Window/window-appendages-cleared-expected.txt:
1649 * fast/dom/Window/window-properties-expected.txt:
1651 2007-06-18 Sam Weinig <sam@webkit.org>
1655 Update tests now that window.frames points to window and not FrameArray
1656 (which has been removed).
1658 * fast/dom/Window/resources/window-appendages-cleared-results.html:
1659 * fast/dom/Window/window-appendages-cleared-expected.txt:
1660 * fast/dom/Window/window-appendages-cleared.html:
1661 * fast/dom/Window/window-properties-expected.txt:
1662 * fast/js/toString-and-valueOf-override-expected.txt:
1663 * fast/js/toString-and-valueOf-override.html:
1665 2007-06-18 Mitz Pettel <mitz@webkit.org>
1669 - test for http://bugs.webkit.org/show_bug.cgi?id=13413
1670 Failed assertion in RenderTextControl::setSelectionRange in Google Spreadsheets
1672 * fast/forms/input-zero-height-focus-expected.txt: Added.
1673 * fast/forms/input-zero-height-focus.html: Added.
1675 2007-06-15 Sam Weinig <sam@webkit.org>
1679 Update test for http://bugs.webkit.org/show_bug.cgi?id=14053
1680 Autogenerate JS binding for Rect
1682 * fast/dom/Window/window-properties-expected.txt:
1684 2007-06-14 Anders Carlsson <andersca@apple.com>
1688 Add test that manipulates plug-in script objects after the plug-in has been destroyed.
1690 * plugins/netscape-destroy-plugin-script-objects-expected.txt: Added.
1691 * plugins/netscape-destroy-plugin-script-objects.html: Added.
1693 2007-06-14 George Staikos <staikos@kde.org>
1697 Test for keypress causing typeahead crash on empty selects (% 0)
1699 * fast/forms/listbox-typeahead-empty-expected.txt: Added.
1700 * fast/forms/listbox-typeahead-empty.html: Added.
1702 2007-06-13 Darin Adler <darin@apple.com>
1704 Reviewed by Mark Rowe.
1706 - test for http://bugs.webkit.org/show_bug.cgi?id=14132
1707 array sort with > 10000 elements sets elements > 10000 undefined
1709 * fast/js/resources/sort-large-array.js: Added.
1710 * fast/js/sort-large-array-expected.txt: Added.
1711 * fast/js/sort-large-array.html: Added.
1713 2007-06-10 Geoffrey Garen <ggaren@apple.com>
1715 Reviewed by Beth Dakin.
1717 Made confusing work-around to ObjC bindings bug <rdar://problem/5262101>
1720 Fixed test to actually call queueReload.
1722 * fast/frames/resources/iframe-focus.html:
1724 2007-06-10 Beth Dakin <bdakin@apple.com>
1728 Fix for http://bugs.webkit.org/show_bug.cgi?id=13933 REGRESSION:
1729 fast/history/clicked-link-is-visited is failing
1731 * fast/frames/resources/iframe-focus.html: Cause the page to reload
1732 with layoutTestController.queueReload instead of using JavaScript
1733 to reload. Using JS seems to get DRT's history all messed up (off
1736 2007-06-08 Sam Weinig <sam@webkit.org>
1740 Update test for http://bugs.webkit.org/show_bug.cgi?id=14044
1741 Autogenerate the JS bindings for HTMLCollection.
1743 * tables/mozilla/bugs/bug53690-1-expected.txt: Now throws Undefined Error instead of Null Error
1745 2007-06-08 Beth Dakin <bdakin@apple.com>
1749 Fix for http://trac.webkit.org/projects/webkit/changeset/21738
1751 This test started failing after Adele's r21738. After investigating
1752 this, it turns out that it just needs updated results. This test
1753 happened to tickle the very bug that Adele fixed.
1755 * http/tests/navigation/relativeanchor-goback-expected.txt:
1757 2007-06-08 Justin Garcia <justin.garcia@apple.com>
1761 <rdar://problem/5232159> REGRESSION: Cannot select text in RSS view
1763 * editing/selection/5232159-expected.checksum: Added.
1764 * editing/selection/5232159-expected.png: Added.
1765 * editing/selection/5232159-expected.txt: Added.
1766 * editing/selection/5232159.html: Added.
1768 2007-06-07 Justin Garcia <justin.garcia@apple.com>
1772 <rdar://problem/5237074> REGRESSION: editing/unsupported-content/table-delete-003 is failing (13931)
1774 Corrected the description and added a FIXME:
1775 * editing/unsupported-content/table-delete-003-expected.checksum:
1776 * editing/unsupported-content/table-delete-003-expected.png:
1777 * editing/unsupported-content/table-delete-003-expected.txt:
1778 * editing/unsupported-content/table-delete-003.html:
1780 2007-06-07 Sam Weinig <sam@webkit.org>
1784 Update test for http://bugs.webkit.org/show_bug.cgi?id=14028
1785 Finish autogenerating the JS bindings for Node
1787 * fast/dom/prototype-chain-expected.txt: DOMNodePrototype is no longer in the prototype chain.
1789 2007-06-06 Sam Weinig <sam@webkit.org>
1793 Update tests for http://bugs.webkit.org/show_bug.cgi?id=13973
1794 Autogenerate most of the rest of kjs_dom.h/cpp
1796 * fast/dom/Window/window-properties-expected.txt:
1797 * fast/dom/prototype-chain-expected.txt:
1799 2007-06-06 Justin Garcia <justin.garcia@apple.com>
1803 * editing/pasteboard/5245519-expected.checksum: Added.
1804 * editing/pasteboard/5245519-expected.png: Added.
1805 * editing/pasteboard/5245519-expected.txt: Added.
1806 * editing/pasteboard/5245519.html: Added.
1808 2007-06-06 Justin Garcia <justin.garcia@apple.com>
1810 Reviewed by Harrison.
1812 <rdar://problem/4889598> Problems with moveDown: and moveUp: in Notes with ToDos
1814 * editing/selection/4889598-expected.checksum: Added.
1815 * editing/selection/4889598-expected.png: Added.
1816 * editing/selection/4889598-expected.txt: Added.
1817 * editing/selection/4889598.html: Added.
1819 2007-06-06 Sam Weinig <sam@webkit.org>
1823 Update results for http://bugs.webkit.org/show_bug.cgi?id=13947
1824 Finish autogenerating the JS DOM traversal code
1826 * fast/dom/Window/window-properties-expected.txt:
1828 2007-06-05 Anders Carlsson <andersca@apple.com>
1832 <rdar://problem/5245555> REGRESSION: HTTP header injection in XMLHttpRequest.setRequestHeader
1833 <rdar://problem/5246208> HTTP injection in XMLHttpRequest.open method parameter
1834 <rdar://problem/5246242> HTTP header injection in HXMLHttpRequest.setRequestHeader header parameter
1836 * fast/dom/xmlhttprequest-invalid-values-expected.txt: Added.
1837 * fast/dom/xmlhttprequest-invalid-values.html: Added.
1839 2007-06-04 Justin Garcia <justin.garcia@apple.com>
1841 Reviewed by Kimon Tsinteris.
1843 <rdar://problem/5241148> REGRESSION: ActivEdit can't perform operations on certain selections
1846 * editing/selection/5241148-expected.txt: Added.
1847 * editing/selection/5241148.html: Added.
1848 Updated to reflect new equivalents for positions before/after tables:
1849 * editing/selection/click-before-and-after-table-expected.txt:
1850 * editing/selection/click-before-and-after-table.html:
1852 2007-06-04 Rob Buis <buis@kde.org>
1857 http://bugs.webkit.org/show_bug.cgi?id=6170
1858 CSS1: Properties for :first-letter aren't recalculated on color change
1860 * fast/css/first-letter-recalculation-expected.checksum: Added.
1861 * fast/css/first-letter-recalculation-expected.png: Added.
1862 * fast/css/first-letter-recalculation-expected.txt: Added.
1863 * fast/css/first-letter-recalculation.html: Added.
1865 2007-05-31 Sam Weinig <sam@webkit.org>
1869 Update test to reflect new correct result.
1871 * fast/dom/Window/atob-btoa-expected.txt:
1872 * fast/dom/Window/atob-btoa.html:
1874 2007-05-31 Sam Weinig <sam@webkit.org>
1878 Tests for http://bugs.webkit.org/show_bug.cgi?id=10782
1879 Classes should not override JSObject::toString(ExecState *)
1881 - Adds a new test to test overriding toString and valueOf for
1883 - Update tests to reflect the correction of the toString architecture.
1885 * editing/selection/getRangeAt-expected.txt:
1886 * fast/dom/Window/atob-btoa-expected.txt:
1887 * fast/js/toString-and-valueOf-override-expected.txt: Added.
1888 * fast/js/toString-and-valueOf-override.html: Added.
1890 2007-05-31 Eric Seidel <eric@webkit.org>
1894 Test for fix: http://bugs.webkit.org/show_bug.cgi?id=12570
1896 * svg/custom/prevent-default-expected.checksum: Added.
1897 * svg/custom/prevent-default-expected.png: Added.
1898 * svg/custom/prevent-default-expected.txt: Added.
1899 * svg/custom/prevent-default.svg: Added.
1901 2007-05-30 Maciej Stachowiak <mjs@apple.com>
1905 - fix layout test editing/style/table-selection.html
1907 * editing/style/table-selection-expected.txt: Updated selection delegate output.
1909 2007-05-30 Sam Weinig <sam@webkit.org>
1913 Update results for http://bugs.webkit.org/show_bug.cgi?id=13943
1914 Autogenerate the JS bindings for the CSSStyleSheet
1916 * fast/dom/Window/window-properties-expected.txt:
1918 2007-05-30 Sam Weinig <sam@webkit.org>
1920 Reviewed by Oliver the Hun.
1922 Update results for http://bugs.webkit.org/show_bug.cgi?id=13944
1923 Generate and add missing JS constructors
1925 * fast/dom/Window/window-properties-expected.txt:
1927 2007-05-30 Sam Weinig <sam@webkit.org>
1929 Reviewed by Dr. Harrison.
1931 Patch for http://bugs.webkit.org/show_bug.cgi?id=13868
1932 REGRESSION: crash on accessing a new iframe's contentWindow property
1934 * fast/dom/frame-contentWindow-crash-expected.txt: Added.
1935 * fast/dom/frame-contentWindow-crash.html: Added.
1936 * fast/dom/iframe-contentWindow-crash-expected.txt: Added.
1937 * fast/dom/iframe-contentWindow-crash.html: Added.
1939 2007-05-30 Mitz Pettel <mitz@webkit.org>
1943 - test for http://bugs.webkit.org/show_bug.cgi?id=13775
1944 REGRESSION: Popup button text should use "natural" directionality to match the items in the popup menu
1946 * fast/forms/select-writing-direction-natural-expected.checksum: Added.
1947 * fast/forms/select-writing-direction-natural-expected.png: Added.
1948 * fast/forms/select-writing-direction-natural-expected.txt: Added.
1949 * fast/forms/select-writing-direction-natural.html: Added.
1951 2007-05-30 Mitz Pettel <mitz@webkit.org>
1955 - http://bugs.webkit.org/show_bug.cgi?id=13932
1956 <rdar://problem/5237075>
1957 REGRESSION: fast/dynamic/containing-block-change is failing
1959 * fast/dynamic/containing-block-change.html: Removed whitespace that
1960 got turned into text nodes, thereby making lastNode be not what the script
1963 2007-05-30 Sam Weinig <sam@webkit.org>
1967 - Update results for http://bugs.webkit.org/show_bug.cgi?id=13919
1968 Autogenerate the JS bindings for the CSSRule and its subclasses
1970 * fast/dom/Window/window-properties-expected.txt: adds new constructors
1971 * fast/dom/wrapper-classes-expected.txt: CSSStyleRule now passes!!
1973 2007-05-30 Oliver Hunt <oliver@apple.com>
1977 Remove reference to SVG node from test -- otherwise this test incorrectly appears
1978 to fail in non-SVG builds
1980 * http/tests/xmlhttprequest/svg-created-by-xhr-disallowed-in-dashboard-expected.txt:
1981 * http/tests/xmlhttprequest/svg-created-by-xhr-disallowed-in-dashboard.html:
1983 2007-05-29 Sam Weinig <sam@webkit.org>
1987 Update results for http://bugs.webkit.org/show_bug.cgi?id=13912
1988 Autogenerate the JS bindings for the MediaList
1990 * fast/dom/Window/window-properties-expected.txt: new constructors added.
1992 2007-05-29 Sam Weinig <sam@webkit.org>
1996 Update results after http://bugs.webkit.org/show_bug.cgi?id=13908
1997 Autogenerate the JS bindings for the StyleSheet
1999 * fast/dom/Window/window-properties-expected.txt: Adds StyleSheet constructor
2001 2007-05-29 Adele Peterson <adele@apple.com>
2005 Updated tests for <rdar://problem/5213039> REGRESSION: Wells Fargo registration page returns blank
2007 * fast/dom/HTMLInputElement/input-hidden-value-expected.txt:
2008 * fast/dom/HTMLInputElement/input-text-reset-expected.txt:
2009 * fast/dom/HTMLInputElement/input-text-reset.html:
2011 2007-05-29 Darin Adler <darin@apple.com>
2015 - updated results since I removed many cases of the innerHTML optimization
2017 * fast/dom/HTMLElement/set-inner-outer-optimization.html: Updated.
2019 2007-05-29 Mitz Pettel <mitz@webkit.org>
2023 - updated results for http://bugs.webkit.org/show_bug.cgi?id=13904
2025 * fast/forms/box-shadow-override-expected.checksum:
2026 * fast/forms/box-shadow-override-expected.png:
2028 2007-05-29 Mitz Pettel <mitz@webkit.org>
2032 - test for http://bugs.webkit.org/show_bug.cgi?id=13792
2033 REGRESSION: WebKit doesn't show this javascript screenshot page (and crashes after click on its "hidden link")
2035 * fast/frames/removal-before-attach-crash-expected.txt: Added.
2036 * fast/frames/removal-before-attach-crash.html: Added.
2038 2007-05-29 Darin Adler <darin@apple.com>
2042 - test for http://bugs.webkit.org/show_bug.cgi?id=13602
2043 Amazon product pages keep repainting over and over again
2045 * fast/dom/HTMLElement/set-inner-outer-optimization-expected.txt: Added.
2046 * fast/dom/HTMLElement/set-inner-outer-optimization.html: Added.
2048 * editing/execCommand/copy-without-selection.html: Added missing preventDefault calls
2049 to prevent this from being a double-paste test.
2051 * fast/css/first-letter-detach-expected.checksum: Updated.
2052 * fast/css/first-letter-detach-expected.png: Updated.
2053 * fast/css/first-letter-detach-expected.txt: Updated.
2054 * fast/css/first-letter-detach.html: Updated to test three different ways of setting the
2055 text of the first-letter element; setInnerHTML and two other ways.
2057 * fast/events/updateLayoutForHitTest-expected.txt: Updated result that changed slightly
2058 due to setInnerHTML improvement.
2059 * fast/forms/textarea-setinnerhtml-expected.txt: Ditto.
2061 2007-05-28 Mitz Pettel <mitz@webkit.org>
2065 - test for http://bugs.webkit.org/show_bug.cgi?id=13896
2066 REGRESSION (NativePopup): Reproductible crasher on Google Coop control panel
2068 * fast/forms/select-display-none-style-resolve-expected.checksum: Added.
2069 * fast/forms/select-display-none-style-resolve-expected.png: Added.
2070 * fast/forms/select-display-none-style-resolve-expected.txt: Added.
2071 * fast/forms/select-display-none-style-resolve.html: Added.
2073 2007-05-28 Sam Weinig <sam@webkit.org>
2077 Update tests for http://bugs.webkit.org/show_bug.cgi?id=13894
2078 Remove the legacy class KJS::JSHTMLElement
2080 - Corrects prototype chain for all HTMLElement subclasses which
2081 now only have one HTMLElement prototype and not two.
2083 * fast/dom/Window/window-properties-expected.txt:
2084 * fast/dom/prototype-chain-expected.txt:
2086 2007-05-28 David Kilzer <ddkilzer@webkit.org>
2088 Reviewed by NOBODY (newly passing tests).
2090 http://bugs.webkit.org/show_bug.cgi?id=13793
2091 RULES=groups overridden by border, colgroup=span not honored by border collapsing
2093 Moved three now-passing tests from tables/mozilla_expected_failures to tables/mozilla.
2095 * tables/mozilla/marvin/colgroup_width_pct-expected.checksum:
2096 Copied from tables/mozilla_expected_failures/marvin/colgroup_width_pct-expected.checksum.
2097 * tables/mozilla/marvin/colgroup_width_pct-expected.png:
2098 Copied from tables/mozilla_expected_failures/marvin/colgroup_width_pct-expected.png.
2099 * tables/mozilla/marvin/colgroup_width_pct-expected.txt:
2100 Copied from tables/mozilla_expected_failures/marvin/colgroup_width_pct-expected.txt.
2101 * tables/mozilla/marvin/colgroup_width_pct.html:
2102 Copied from tables/mozilla_expected_failures/marvin/colgroup_width_pct.html.
2103 * tables/mozilla/marvin/colgroup_width_px-expected.checksum:
2104 Copied from tables/mozilla_expected_failures/marvin/colgroup_width_px-expected.checksum.
2105 * tables/mozilla/marvin/colgroup_width_px-expected.png:
2106 Copied from tables/mozilla_expected_failures/marvin/colgroup_width_px-expected.png.
2107 * tables/mozilla/marvin/colgroup_width_px-expected.txt:
2108 Copied from tables/mozilla_expected_failures/marvin/colgroup_width_px-expected.txt.
2109 * tables/mozilla/marvin/colgroup_width_px.html:
2110 Copied from tables/mozilla_expected_failures/marvin/colgroup_width_px.html.
2111 * tables/mozilla/marvin/x_colgroup_width_pct-expected.checksum:
2112 Copied from tables/mozilla_expected_failures/marvin/x_colgroup_width_pct-expected.checksum.
2113 * tables/mozilla/marvin/x_colgroup_width_pct-expected.png:
2114 Copied from tables/mozilla_expected_failures/marvin/x_colgroup_width_pct-expected.png.
2115 * tables/mozilla/marvin/x_colgroup_width_pct-expected.txt:
2116 Copied from tables/mozilla_expected_failures/marvin/x_colgroup_width_pct-expected.txt.
2117 * tables/mozilla/marvin/x_colgroup_width_pct.xml:
2118 Copied from tables/mozilla_expected_failures/marvin/x_colgroup_width_pct.xml.
2119 * tables/mozilla_expected_failures/marvin/colgroup_width_pct-expected.checksum: Removed.
2120 * tables/mozilla_expected_failures/marvin/colgroup_width_pct-expected.png: Removed.
2121 * tables/mozilla_expected_failures/marvin/colgroup_width_pct-expected.txt: Removed.
2122 * tables/mozilla_expected_failures/marvin/colgroup_width_pct.html: Removed.
2123 * tables/mozilla_expected_failures/marvin/colgroup_width_px-expected.checksum: Removed.
2124 * tables/mozilla_expected_failures/marvin/colgroup_width_px-expected.png: Removed.
2125 * tables/mozilla_expected_failures/marvin/colgroup_width_px-expected.txt: Removed.
2126 * tables/mozilla_expected_failures/marvin/colgroup_width_px.html: Removed.
2127 * tables/mozilla_expected_failures/marvin/x_colgroup_width_pct-expected.checksum: Removed.
2128 * tables/mozilla_expected_failures/marvin/x_colgroup_width_pct-expected.png: Removed.
2129 * tables/mozilla_expected_failures/marvin/x_colgroup_width_pct-expected.txt: Removed.
2130 * tables/mozilla_expected_failures/marvin/x_colgroup_width_pct.xml: Removed.
2132 2007-05-27 Sam Weinig <sam@webkit.org>
2136 Update results for http://bugs.webkit.org/show_bug.cgi?id=13893
2137 Autogenerate the JS bindings for the HTMLObjectElement,
2138 HTMLEmbedElement and HTMLAppletElement
2140 - account for the new JSHTMLObjectElement and JSHTMLEmbedElement that are
2141 being autogenerated and can now produce constructors.
2143 * fast/dom/Window/element-constructors-on-window-expected.txt:
2144 * fast/dom/Window/window-properties-expected.txt:
2146 2007-05-26 Mitz Pettel <mitz@webkit.org>
2150 - updated tests for http://bugs.webkit.org/show_bug.cgi?id=13876
2151 Box-Shadow disappears if shadow doesn't fit in the window size
2153 * fast/repaint/box-shadow-h-expected.checksum:
2154 * fast/repaint/box-shadow-h-expected.png:
2155 * fast/repaint/box-shadow-h-expected.txt:
2156 * fast/repaint/box-shadow-h.html:
2157 * fast/repaint/box-shadow-v-expected.checksum:
2158 * fast/repaint/box-shadow-v-expected.png:
2159 * fast/repaint/box-shadow-v-expected.txt:
2160 * fast/repaint/box-shadow-v.html:
2162 2007-05-26 Sam Weinig <sam@webkit.org>
2166 Update tests http://bugs.webkit.org/show_bug.cgi?id=13854
2167 Port of commit 667785 from kjs
2169 - update tests and results to match kde.
2171 * fast/js/kde/StringObject-expected.txt:
2172 * fast/js/kde/resources/StringObject.js:
2174 2007-05-26 Alexey Proskuryakov <ap@webkit.org>
2178 http://bugs.webkit.org/show_bug.cgi?id=13605
2179 REGRESSION: Browser crashes when switching Kotoeri input modes
2181 * editing/input/replace-invalid-range-expected.txt: Added.
2182 * editing/input/replace-invalid-range.html: Added.
2184 2007-05-26 Mitz Pettel <mitz@webkit.org>
2188 - updated test results for http://bugs.webkit.org/show_bug.cgi?id=13870
2189 RenderFrameSet should only allow frame and frameset children
2191 * fast/frames/inline-object-inside-frameset-expected.txt:
2193 2007-05-26 Mitz Pettel <mitz@webkit.org>
2197 - pixel test for http://bugs.webkit.org/show_bug.cgi?id=13871
2198 Box shadow should not apply to Aqua-themed controls
2200 * fast/forms/box-shadow-override-expected.checksum: Added.
2201 * fast/forms/box-shadow-override-expected.png: Added.
2202 * fast/forms/box-shadow-override-expected.txt: Added.
2203 * fast/forms/box-shadow-override.html: Added.
2205 2007-05-25 Kimmo Kinnunen <kimmok@iki.fi>
2209 - Test cases for http://bugs.webkit.org/show_bug.cgi?id=13456
2210 REGRESSION: setTimeout"arguments" object gets shadowed by a local variable
2212 * fast/js/resources/vardecl-preserve-arguments.js: Added.
2213 * fast/js/vardecl-preserve-arguments-expected.txt: Added.
2214 * fast/js/vardecl-preserve-arguments.html: Added.
2216 2007-05-25 Mitz Pettel <mitz@webkit.org>
2220 - http://bugs.webkit.org/show_bug.cgi?id=13869
2221 Many leaks seen on buildbot after r21735
2223 Added a test that ::-webkit-slider-thumb style is actually applied.
2225 * fast/forms/slider-thumb-stylability-expected.checksum: Added.
2226 * fast/forms/slider-thumb-stylability-expected.png: Added.
2227 * fast/forms/slider-thumb-stylability-expected.txt: Added.
2228 * fast/forms/slider-thumb-stylability.html: Added.
2230 2007-05-25 Maciej Stachowiak <mjs@apple.com>
2234 - fix layout test that is failing due to hardcoded file paths in the results by moving it to the http tests
2236 * fast/history/redirect-load-no-form-restoration-expected.txt: Removed.
2237 * fast/history/redirect-load-no-form-restoration.html: Removed.
2238 * fast/history/resources/redirect-load.html: Removed.
2239 * http/tests/navigation/redirect-load-no-form-restoration-expected.txt: Added.
2240 * http/tests/redirect-load-no-form-restoration.html: Removed.
2241 * http/tests/resources/redirect-load.html: Removed.
2243 2007-05-25 Justin Garcia <justin.garcia@apple.com>
2245 Reviewed by Harrison.
2247 <rdar://problem/5228141>
2248 REGRESSION: Can't apply style to selection that ends after an image
2250 * editing/style/5228141-expected.checksum: Added.
2251 * editing/style/5228141-expected.png: Added.
2252 * editing/style/5228141-expected.txt: Added.
2253 * editing/style/5228141.html: Added.
2255 2007-05-25 Kevin McCullough <kmccullough@apple.com>
2259 - <rdar://problem/5183523> REGRESSION: Excel: Worksheet tabs in spreadsheet saved as web page don't work.
2260 - 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.
2261 - 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.
2263 * fast/dom/frame-loading-via-document-write-expected.txt: Added.
2264 * fast/dom/frame-loading-via-document-write.html: Added.
2265 * fast/dom/resources/abe.png: Added.
2266 * http/tests/security/frame-loading-via-document-write-expected.txt: Added.
2267 * http/tests/security/frame-loading-via-document-write.html: Added.
2268 * http/tests/security/resources/abe.png: Added.
2270 2007-05-25 Darin Adler <darin@apple.com>
2272 - updated tests results that were affected by Hyatt's change to
2273 turn the odious <script/> quirk back on
2275 * fast/parser/script-tag-with-trailing-slash-expected.txt: Updated
2276 test result to reflect now-expected failure. It would be good some
2277 day to change the test to be more clear that this is working as
2280 * fast/tokenizer/script_extra_close-expected.txt: Updated.
2282 2007-05-25 Darin Adler <darin@apple.com>
2284 - Hixie (who originally wrote this test) and Hyatt say that this
2285 test is invalid, and should be removed -- and it's failing too
2288 * fast/block/basic/017-expected.checksum: Removed.
2289 * fast/block/basic/017-expected.png: Removed.
2290 * fast/block/basic/017-expected.txt: Removed.
2291 * fast/block/basic/017.html: Removed.
2293 2007-05-25 Darin Adler <darin@apple.com>
2295 - updated some test results that were affected by Anders's change
2296 to make image documents use quirks mode
2298 * dom/xhtml/level2/html/frame-expected.txt: Updated.
2299 * dom/xhtml/level2/html/iframe-expected.txt: Updated.
2300 * editing/pasteboard/copy-standalone-image-expected.txt: Updated.
2301 * fast/events/standalone-image-drag-to-editable-expected.txt: Updated.
2303 2007-05-25 Mitz Pettel <mitz@webkit.org>
2307 - pixel test for http://bugs.webkit.org/show_bug.cgi?id=13872
2308 REGRESSION: An empty search field can have a cancel button
2310 * fast/forms/search-cancel-button-style-sharing-expected.checksum: Added.
2311 * fast/forms/search-cancel-button-style-sharing-expected.png: Added.
2312 * fast/forms/search-cancel-button-style-sharing-expected.txt: Added.
2313 * fast/forms/search-cancel-button-style-sharing.html: Added.
2315 2007-05-25 Darin Adler <darin@apple.com>
2317 * fast/table/rowindex-comment-nodes-expected.txt: Update to reflect success.
2318 A recent check-in fixed this test, but nobody checked in updated results.
2320 2007-05-25 Darin Adler <darin@apple.com>
2322 - updated some test results that were affected by Hyatt's fix for
2323 <rdar://problem/5208440> REGRESSION: Raw text needs to be pulled
2324 outside of tables (13753)
2326 The whitespace in the DOM has changed the child indices of various elements,
2327 which shows up in the caret and selection logging.
2329 * editing/deleting/5026848-2-expected.txt: Updated.
2330 * editing/deleting/5026848-3-expected.txt: Updated.
2331 * editing/deleting/5126166-expected.txt: Updated.
2332 * editing/deleting/delete-block-table-expected.txt: Updated.
2333 * fast/forms/input-double-click-selection-gap-bug-expected.txt: Updated.
2334 * fast/replaced/selection-rect-in-table-cell-expected.txt: Updated.
2335 * fast/text/textIteratorNilRenderer-expected.txt: Updated.
2337 2007-05-25 Kimmo Kinnunen <kimmok@iki.fi>
2341 - http://bugs.webkit.org/show_bug.cgi?id=13623 (Decompilation of function
2342 doesn't compile with "++(x,y)")
2343 - Contains tests for grouping expression that is inside typeof or prefix/postfix
2346 * fast/js/resources/toString-prefix-postfix-preserve-parens.js: Added.
2347 * fast/js/toString-prefix-postfix-preserve-parens-expected.txt: Added.
2348 * fast/js/toString-prefix-postfix-preserve-parens.html: Added.
2350 2007-05-25 Mitz Pettel <mitz@webkit.org>
2354 - pixel test for http://bugs.webkit.org/show_bug.cgi?id=13767
2355 REGRESSION: Multipart image documents are garbled
2357 * http/tests/multipart/invalid-image-data-standalone-expected.checksum: Added.
2358 * http/tests/multipart/invalid-image-data-standalone-expected.png: Added.
2359 * http/tests/multipart/invalid-image-data-standalone-expected.txt: Added.
2360 * http/tests/multipart/invalid-image-data-standalone.html: Added.
2361 * http/tests/multipart/resources/green-100x100.png: Added.
2363 2007-05-24 Rob Buis <buis@kde.org>
2368 http://bugs.webkit.org/show_bug.cgi?id=4104
2369 first-letter not updating style with hover
2370 http://bugs.webkit.org/show_bug.cgi?id=13169
2371 css-formatted first letter won't hide dynamically
2373 * fast/css/first-letter-hover-expected.checksum: Added.
2374 * fast/css/first-letter-hover-expected.png: Added.
2375 * fast/css/first-letter-hover-expected.txt: Added.
2376 * fast/css/first-letter-hover.html: Added.
2377 * fast/css/first-letter-visibility-expected.checksum: Added.
2378 * fast/css/first-letter-visibility-expected.png: Added.
2379 * fast/css/first-letter-visibility-expected.txt: Added.
2380 * fast/css/first-letter-visibility.html: Added.
2382 2007-05-24 Mitz Pettel <mitz@webkit.org>
2386 - http://bugs.webkit.org/show_bug.cgi?id=13823
2387 REGRESSION: fast/forms/select-item-background-clip.html failing pixel test
2389 Updated the test and the results.
2391 * fast/forms/select-item-background-clip-expected.checksum:
2392 * fast/forms/select-item-background-clip-expected.png:
2393 * fast/forms/select-item-background-clip-expected.txt:
2394 * fast/forms/select-item-background-clip.html:
2396 2007-05-24 Mitz Pettel <mitz@webkit.org>
2400 - test for http://bugs.webkit.org/show_bug.cgi?id=13800
2401 REGRESSION: Moving a slider moves another unrelated slider
2403 * fast/forms/slider-thumb-shared-style-expected.checksum: Added.
2404 * fast/forms/slider-thumb-shared-style-expected.png: Added.
2405 * fast/forms/slider-thumb-shared-style-expected.txt: Added.
2406 * fast/forms/slider-thumb-shared-style.html: Added.
2408 2007-05-24 Adele Peterson <adele@apple.com>
2412 Test for <rdar://problem/5211921> Form values sometimes get transposed (iGoogle)
2414 * fast/history/redirect-load-no-form-restoration-expected.txt: Added.
2415 * fast/history/redirect-load-no-form-restoration.html: Added.
2416 * fast/history/resources/redirect-load.html: Added.
2418 2007-05-24 Mitz Pettel <mitz@webkit.org>
2422 - test for http://bugs.webkit.org/show_bug.cgi?id=13857
2423 REGRESSION: onChange function applied to select element executes twice when focus is set
2425 * fast/forms/select-double-onchange-expected.txt: Added.
2426 * fast/forms/select-double-onchange.html: Added.
2428 2007-05-24 Kevin McCullough <kmccullough@apple.com>
2432 - Do you ever feel like Charlie Brown? *sigh*
2434 * fast/dom/HTMLHeadElement/resources/head-check.js:
2436 2007-05-24 Kevin McCullough <kmccullough@apple.com>
2440 - Rolling back change to fix the build until I have a good fix for data: urls.
2443 * fast/dom/HTMLHeadElement/resources/head-check.js:
2444 * fast/dom/frame-loading-via-document-write-expected.txt: Removed.
2445 * fast/dom/frame-loading-via-document-write.html: Removed.
2446 * fast/dom/resources/frame-loading-via-document-write.js: Removed.
2447 * fast/dom/resources/green250x50.png: Removed.
2448 * fast/dom/resources/success.html: Removed.
2449 * http/tests/security/frame-loading-via-document-write-expected.txt: Removed.
2450 * http/tests/security/frame-loading-via-document-write.html: Removed.
2451 * http/tests/security/resources/frame-loading-via-document-write.js: Removed.
2452 * http/tests/security/resources/success.html: Removed.
2454 2007-05-24 Mitz Pettel <mitz@webkit.org>
2458 - pixel test for http://bugs.webkit.org/show_bug.cgi?id=13837
2459 Separator in new <select> widget disappears when block element with border is in document.
2461 * fast/forms/menulist-separator-painting-expected.checksum: Added.
2462 * fast/forms/menulist-separator-painting-expected.png: Added.
2463 * fast/forms/menulist-separator-painting-expected.txt: Added.
2464 * fast/forms/menulist-separator-painting.html: Added.
2466 2007-05-24 Sam Weinig <sam@webkit.org>
2470 - update results to account for the new JSHTMLFrameSetElement
2471 that is being autogenerated and can now produce a constructor.
2473 * fast/dom/Window/element-constructors-on-window-expected.txt:
2474 * fast/dom/Window/window-properties-expected.txt:
2476 2007-05-23 Mitz Pettel <mitz@webkit.org>
2478 Reviewed by David Hyatt.
2480 - tests for http://bugs.webkit.org/show_bug.cgi?id=13563
2481 REGRESSION: Crash loading message in Yahoo! Mail
2483 * fast/css/stale-style-selector-crash-1-expected.txt: Added.
2484 * fast/css/stale-style-selector-crash-1.html: Added.
2485 * fast/css/stale-style-selector-crash-2-expected.txt: Added.
2486 * fast/css/stale-style-selector-crash-2.html: Added.
2488 2007-05-23 Darin Adler <darin@apple.com>
2492 - updated the many tests with an extra newline or two at the end
2493 because of the bug where plain-text serialization will consider
2494 nodes that are not rendered
2496 2007-05-23 Sam Weinig <sam@webkit.org>
2500 Update tests for http://bugs.webkit.org/show_bug.cgi?id=13830
2501 Auto-generate JS DOM bindings for HTMLDocument and most of
2502 the rest of HTMLElement
2504 - Corrects prototype chain for JSHTMLDocument and adds test
2505 for HTMLFormElement.
2507 * fast/dom/prototype-chain-expected.txt:
2508 * fast/dom/prototype-chain.html:
2510 2007-05-23 Kevin McCullough <kmccullough@apple.com>
2514 - Fixed build breakage.
2516 * fast/dom/open-and-close-by-DOM-expected.txt: Added.
2517 * fast/dom/open-and-close-by-DOM.html: Added.
2519 2007-05-23 Kevin McCullough <kmccullough@apple.com>
2523 - Removing failing tests until I've fixed them.
2525 * fast/dom/open-and-close-by-DOM-expected.txt: Removed.
2526 * fast/dom/open-and-close-by-DOM.html: Removed.
2528 2007-05-23 Rob Buis <buis@kde.org>
2530 Reviewed by Dave Hyatt.
2533 http://bugs.webkit.org/show_bug.cgi?id=13174
2534 line-height in font shorthand does not override a previously stated line-height property
2536 The two changed results are improvements.
2538 * css1/font_properties/font-expected.checksum:
2539 * css1/font_properties/font-expected.png:
2540 * css1/font_properties/font-expected.txt:
2541 * fast/css/line-height-font-order-expected.checksum: Added.
2542 * fast/css/line-height-font-order-expected.png: Added.
2543 * fast/css/line-height-font-order-expected.txt: Added.
2544 * fast/css/line-height-font-order.html: Added.
2545 * tables/mozilla/bugs/bug83786-expected.checksum:
2546 * tables/mozilla/bugs/bug83786-expected.png:
2547 * tables/mozilla/bugs/bug83786-expected.txt:
2549 2007-05-23 Rob Buis <buis@kde.org>
2554 http://bugs.webkit.org/show_bug.cgi?id=13784
2555 REGRESSION (r13744-13750): Crash with empty gradient when drawing to canvas
2557 * fast/canvas/fillrect-gradient-zero-stops-expected.checksum: Added.
2558 * fast/canvas/fillrect-gradient-zero-stops-expected.png: Added.
2559 * fast/canvas/fillrect-gradient-zero-stops-expected.txt: Added.
2560 * fast/canvas/fillrect-gradient-zero-stops.html: Added.
2562 2007-05-23 Rob Buis <buis@kde.org>
2567 http://bugs.webkit.org/show_bug.cgi?id=13801
2568 Crash when loading nonexisting symbol
2570 * svg/custom/use-referencing-nonexisting-symbol-expected.checksum: Added.
2571 * svg/custom/use-referencing-nonexisting-symbol-expected.png: Added.
2572 * svg/custom/use-referencing-nonexisting-symbol-expected.txt: Added.
2573 * svg/custom/use-referencing-nonexisting-symbol.svg: Added.
2575 2007-05-22 Sam Weinig <sam@webkit.org>
2579 Update tests for http://bugs.webkit.org/show_bug.cgi?id=13833
2580 Add ObjC DOM binding for HTMLMarqeeElement
2582 * fast/dom/wrapper-classes-expected.txt:
2583 * fast/dom/wrapper-classes.html: HTMLMarqueeElement now is a
2584 DOMHTMLMarqueeElement
2586 2007-05-22 Justin Garcia <justin.garcia@apple.com>
2590 http://bugs.webkit.org/show_bug.cgi?id=13804
2591 REGRESSION(r21611): Several new layout test pixel failures (misspelling markers)
2593 * editing/selection/13804-expected.checksum: Added.
2594 * editing/selection/13804-expected.png: Added.
2595 * editing/selection/13804-expected.txt: Added.
2596 * editing/selection/13804.html: Added.
2598 * editing/selection/5076323-1-expected.png: Added.
2599 * editing/selection/5076323-2-expected.png: Added.
2600 * editing/selection/5076323-3-expected.png: Added.
2602 2007-05-22 Darin Adler <darin@apple.com>
2606 - test for <rdar://problem/5215830> REGRESSION: ebay.com layout is wrong
2608 * fast/dom/iframe-document.html: Updated test to expect no document property.
2609 * fast/dom/iframe-document-expected.txt: Updated.
2611 * fast/forms/focus2.html: Changed test to use ownerDocument instead of document.
2613 2007-05-22 Adele Peterson <adele@apple.com>
2617 Test for http://bugs.webkit.org/show_bug.cgi?id=13796
2618 Crash in [NSInputContext currentInputContext] when you click on this map
2620 * fast/frames/frame-display-none-focus-expected.txt: Added.
2621 * fast/frames/frame-display-none-focus.html: Added.
2622 * fast/frames/resources/iframe-focus.html: Added.
2624 2007-05-22 Justin Garcia <justin.garcia@apple.com>
2628 <rdar://problem/4875189> List is deleted when replacing contents with Chinese/Japanese characters
2630 Moved from unsupported-content because we've supported editing lists
2632 * editing/deleting/4875189-expected.checksum: Added.
2633 * editing/deleting/4875189-expected.png: Added.
2634 * editing/deleting/4875189-expected.txt: Added.
2635 * editing/deleting/4875189.html: Added.
2636 * editing/unsupported-content/list-delete-002-expected.checksum: Removed.
2637 * editing/unsupported-content/list-delete-002-expected.png: Removed.
2638 * editing/unsupported-content/list-delete-002-expected.txt: Removed.
2639 * editing/unsupported-content/list-delete-002.html: Removed.
2641 Reflects new behavior:
2642 * editing/deleting/delete-select-all-003-expected.checksum:
2643 * editing/deleting/delete-select-all-003-expected.png:
2644 * editing/deleting/delete-select-all-003-expected.txt:
2646 Ditto and also removed a FIXME:
2647 * editing/deleting/list-item-1-expected.checksum:
2648 * editing/deleting/list-item-1-expected.png:
2649 * editing/deleting/list-item-1-expected.txt:
2650 * editing/deleting/list-item-1.html:
2652 2007-05-22 Kevin McCullough <kmccullough@apple.com>
2656 - Forgot to checkin for fix for rdar://problem/4981886
2658 * fast/dom/open-and-close-by-DOM-expected.txt: Added.
2659 * fast/dom/open-and-close-by-DOM.html: Added.
2660 * fast/dom/resources/close.html: Added.
2661 * fast/dom/resources/middle.html: Added.
2662 * http/tests/security/local-image-from-remote.html:
2664 2007-05-22 Justin Garcia <justin.garcia@apple.com>
2668 <rdar://problem/5213963>
2669 REGRESSION(r21467): Active selection remains in text field after clicking on a button
2672 * editing/selection/5213963-expected.checksum: Added.
2673 * editing/selection/5213963-expected.png: Added.
2674 * editing/selection/5213963-expected.txt: Added.
2675 * editing/selection/5213963.html: Added.
2676 We now clear the selection on mouse down (but not before
2677 the mousedown event is fired):
2678 * fast/forms/focus-selection-input-expected.txt:
2679 * fast/forms/focus-selection-textarea-expected.txt:
2681 2007-05-21 Oliver Hunt <oliver@apple.com>
2685 Layout test for http://bugs.webkit.org/show_bug.cgi?id=13789
2687 * svg/custom/getscreenctm-in-mixed-content-expected.checksum: Added.
2688 * svg/custom/getscreenctm-in-mixed-content-expected.png: Added.
2689 * svg/custom/getscreenctm-in-mixed-content-expected.txt: Added.
2690 * svg/custom/getscreenctm-in-mixed-content.xhtml: Added.
2692 2007-05-21 Sam Weinig <sam@webkit.org>
2696 - update tests and results for http://bugs.webkit.org/show_bug.cgi?id=13803
2697 to account for the new JSHTMLMarquee that is being autogenerated and
2698 can now produce a constructor.
2700 * fast/dom/Window/element-constructors-on-window-expected.txt:
2701 * fast/dom/Window/element-constructors-on-window.html:
2702 * fast/dom/Window/window-properties-expected.txt:
2704 2007-05-21 Sam Weinig <sam@webkit.org>
2708 Update test results.
2710 * fast/frames/viewsource-attribute-expected.checksum:
2711 * fast/frames/viewsource-attribute-expected.png:
2712 * fast/frames/viewsource-attribute-expected.txt:
2714 2007-05-21 Sam Weinig <sam@webkit.org>
2716 Reviewed by Adam and Darin.
2718 - update results for http://bugs.webkit.org/show_bug.cgi?id=13791
2719 to account for new JSHTMLElements that are being autogenerated and
2720 can now produce constructors.
2722 * fast/dom/Window/element-constructors-on-window-expected.txt:
2723 * fast/dom/Window/window-properties-expected.txt:
2725 2007-05-19 Mitz Pettel <mitz@webkit.org>
2727 Reviewed by Dave Hyatt.
2729 - repaint tests and updated results for http://bugs.webkit.org/show_bug.cgi?id=12729
2730 box-shadow disappears when scrolling a div that it falls on/under
2732 * fast/box-shadow/basic-shadows-expected.checksum:
2733 * fast/box-shadow/basic-shadows-expected.png:
2734 * fast/box-shadow/basic-shadows-expected.txt:
2735 * fast/repaint/box-shadow-dynamic-expected.checksum: Added.
2736 * fast/repaint/box-shadow-dynamic-expected.png: Added.
2737 * fast/repaint/box-shadow-dynamic-expected.txt: Added.
2738 * fast/repaint/box-shadow-dynamic.html: Added.
2739 * fast/repaint/box-shadow-h-expected.checksum: Added.
2740 * fast/repaint/box-shadow-h-expected.png: Added.
2741 * fast/repaint/box-shadow-h-expected.txt: Added.
2742 * fast/repaint/box-shadow-h.html: Added.
2743 * fast/repaint/box-shadow-v-expected.checksum: Added.
2744 * fast/repaint/box-shadow-v-expected.png: Added.
2745 * fast/repaint/box-shadow-v-expected.txt: Added.
2746 * fast/repaint/box-shadow-v.html: Added.
2748 2007-05-20 Mark Rowe <mrowe@apple.com>
2750 Update test results after r21597.
2752 * fast/frames/viewsource-attribute-expected.checksum:
2753 * fast/frames/viewsource-attribute-expected.png:
2754 * fast/frames/viewsource-attribute-expected.txt:
2756 2007-05-19 Mitz Pettel <mitz@webkit.org>
2760 - test for http://bugs.webkit.org/show_bug.cgi?id=13774
2761 REGRESSION: Crash emailing blog entry using Google Reader
2763 * fast/table/stale-grid-crash-expected.checksum: Added.
2764 * fast/table/stale-grid-crash-expected.png: Added.
2765 * fast/table/stale-grid-crash-expected.txt: Added.
2766 * fast/table/stale-grid-crash.html: Added.
2768 2007-05-19 Mitz Pettel <mitz@webkit.org>
2772 - http://bugs.webkit.org/show_bug.cgi?id=13320
2773 rounded corners with drop shadows are really slow
2775 * fast/box-shadow/border-radius-big-expected.checksum: Added.
2776 * fast/box-shadow/border-radius-big-expected.png: Added.
2777 * fast/box-shadow/border-radius-big-expected.txt: Added.
2778 * fast/box-shadow/border-radius-big.html: Added.
2780 2007-05-19 Anders Carlsson <andersca@apple.com>
2784 http://bugs.webkit.org/show_bug.cgi?id=13771
2785 Assertion failure ASSERT(m_layer) when running Hamachi fuzz tester
2787 * fast/frames/inline-object-inside-frameset-expected.txt: Added.
2788 * fast/frames/inline-object-inside-frameset.html: Added.
2790 2007-05-18 Sam Weinig <sam@webkit.org>
2794 - update results to account for new JSHTMLElements that are being
2795 auto-generated and can now produce Constructors.
2797 * fast/dom/Window/element-constructors-on-window-expected.txt:
2798 * fast/dom/Window/window-properties-expected.txt:
2800 2007-05-17 Maciej Stachowiak <mjs@apple.com>
2802 Not Reviewed, buildbot test fix.
2804 - updated results for the last fiew checkins.
2806 * fast/dom/clientWidthAfterDocumentIsRemoved-expected.txt:
2807 * fast/dom/replaceChild-expected.txt:
2808 * http/tests/loading/bad-scheme-subframe-expected.txt:
2809 * webarchive/loading/test-loading-archive-expected.txt:
2811 2007-05-18 Sam Weinig <sam@webkit.org>
2815 Update test results after Hyatt's update of view-source
2816 to include line numbers and a gutter.
2818 * fast/frames/viewsource-attribute-expected.checksum:
2819 * fast/frames/viewsource-attribute-expected.png:
2820 * fast/frames/viewsource-attribute-expected.txt:
2822 2007-05-18 Oliver Hunt <oliver@apple.com>
2826 Fix capitalisation of resources referenced by test case.
2828 * svg/carto.net/window.svg:
2830 2007-05-17 Justin Garcia <justin.garcia@apple.com>
2834 <rdar://problem/5209984> REGRESSION: Crash on click after clearing Facebook status
2836 * editing/selection/5209984-expected.txt: Added.
2837 * editing/selection/5209984.html: Added.
2839 2007-05-17 Sam Weinig <sam@webkit.org>
2843 Tests for <rdar://problem/5201423> REGRESSION: Links in
2844 sidebar don't work on Honda website
2846 * fast/dom/anchor-toString-expected.txt: Added.
2847 * fast/dom/anchor-toString.html: Added.
2848 * fast/forms/focus2.html:
2850 2007-05-17 Antti Koivisto <antti@apple.com>
2854 Test for http://bugs.webkit.org/show_bug.cgi?id=13727
2855 REGRESSION: Reproducible hang setting the selection's extent offset to -1
2856 <rdar://problem/5206890>
2858 * LayoutTests/editing/selection/selection-invalid-offset-expected.txt: Added.
2859 * LayoutTests/editing/selection/selection-invalid-offset.html: Added.
2861 2007-05-17 Adele Peterson <adele@apple.com>
2865 Test for <rdar://problem/5096035> REGRESSION: rtl text should be left-aligned in <select>s
2867 * fast/text/international/bidi-menulist-expected.checksum: Added.
2868 * fast/text/international/bidi-menulist-expected.png: Added.
2869 * fast/text/international/bidi-menulist-expected.txt: Added.
2870 * fast/text/international/bidi-menulist.html: Added.
2872 2007-05-17 Justin Garcia <justin.garcia@apple.com>
2874 Reviewed by harrison
2876 * editing/execCommand/4924441-expected.checksum: Added.
2877 * editing/execCommand/4924441-expected.png: Added.
2878 * editing/execCommand/4924441-expected.txt: Added.
2879 * editing/execCommand/4924441.html: Added.
2880 * editing/execCommand/5207369-expected.checksum: Added.
2881 * editing/execCommand/5207369-expected.png: Added.
2882 * editing/execCommand/5207369-expected.txt: Added.
2883 * editing/execCommand/5207369.html: Added.
2884 * editing/execCommand/5210032-expected.checksum: Added.
2885 * editing/execCommand/5210032-expected.png: Added.
2886 * editing/execCommand/5210032-expected.txt: Added.
2887 * editing/execCommand/5210032.html: Added.
2889 2007-05-17 Mitz Pettel <mitz@webkit.org>
2893 - pixel test for http://bugs.webkit.org/show_bug.cgi?id=13759
2894 REGRESSION (r20182-r20184): Incorrect rendering of multipart images
2896 Created http/tests/multipart and moved the existing multipart test there.
2898 * http/tests/misc/multipart-expected.txt: Removed.
2899 * http/tests/misc/multipart.html: Removed.
2900 * http/tests/misc/resources/1x1-blue.png: Removed.
2901 * http/tests/misc/resources/multipart.php: Removed.
2902 * http/tests/multipart/invalid-image-data-expected.checksum: Added.
2903 * http/tests/multipart/invalid-image-data-expected.png: Added.
2904 * http/tests/multipart/invalid-image-data-expected.txt: Added.
2905 * http/tests/multipart/invalid-image-data.html: Added.
2906 * http/tests/multipart/resources/2x2-green.png: Added. Shared by both
2908 * http/tests/multipart/resources/abe.png: Added.
2909 * http/tests/multipart/resources/multipart.php: Added. Shared by both
2911 * http/tests/multipart/stop-crash.html: Renamed from misc/multipart.html.
2913 2007-05-17 Justin Garcia <justin.garcia@apple.com>
2915 Reviewed by harrison
2918 * editing/execCommand/5190926-expected.checksum: Added.
2919 * editing/execCommand/5190926-expected.png: Added.
2920 * editing/execCommand/5190926-expected.txt: Added.
2921 * editing/execCommand/5190926.html: Added.
2923 Avoided some nesting:
2924 * editing/execCommand/5142012-2-expected.txt:
2925 * editing/execCommand/switch-list-type-expected.txt:
2927 2007-05-16 Maciej Stachowiak <mjs@apple.com>
2931 - added a bunch of layout tests using the new load delegate testing mechanism
2933 * http/tests/loading/bad-scheme-subframe-expected.txt: Added.
2934 * http/tests/loading/bad-scheme-subframe.html: Added.
2935 * http/tests/loading/bad-server-subframe-expected.txt: Added.
2936 * http/tests/loading/bad-server-subframe.html: Added.
2937 * http/tests/loading/basic-expected.txt: Added.
2938 * http/tests/loading/basic.html: Added.
2939 * http/tests/loading/empty-subframe-expected.txt: Added.
2940 * http/tests/loading/empty-subframe.html: Added.
2941 * http/tests/loading/simple-subframe-expected.txt: Added.
2942 * http/tests/loading/simple-subframe.html: Added.
2944 2007-05-16 dethbakin <bdakin@apple.com>
2948 Changes for <rdar://problem/5204107> REGRESSION: CSS web forum site
2949 layout not displaying properly in latest WebKit
2952 * fast/table/tableInsideCaption-expected.checksum: Added.
2953 * fast/table/tableInsideCaption-expected.png: Added.
2954 * fast/table/tableInsideCaption-expected.txt: Added.
2955 * fast/table/tableInsideCaption.html: Added.
2958 * tables/mozilla/bugs/bug48028-1-expected.checksum:
2959 * tables/mozilla/bugs/bug48028-1-expected.png:
2960 * tables/mozilla/bugs/bug48028-1-expected.txt:
2961 * tables/mozilla_expected_failures/core/captions1-
2963 * tables/mozilla_expected_failures/core/captions1-expected.png:
2964 * tables/mozilla_expected_failures/core/captions1-expected.txt:
2966 Not great changes. These changes expose other bugs. Filing reports
2968 * tables/mozilla/bugs/bug48028-2-expected.txt:
2969 * tables/mozilla/bugs/bug55789-expected.checksum:
2970 * tables/mozilla/bugs/bug55789-expected.png:
2971 * tables/mozilla/bugs/bug55789-expected.txt:
2973 2007-05-16 Kevin McCullough <kmccullough@apple.com>
2975 Reviewed by Darin and Geoff.
2977 - rdar://problem/4981886
2978 - Added tests for allowing JS to close a window that was opened by the DOM.
2980 * fast/dom/open-and-close-by-DOM-expected.txt: Added.
2981 * fast/dom/open-and-close-by-DOM.html: Added.
2982 * fast/dom/resources/close.html: Added.
2983 * fast/dom/resources/middle.html: Added.
2985 2007-05-16 Darin Adler <darin@apple.com>
2989 - test for <rdar://problem/4928671> Crash due to runaway recursion when fieldset has display: table-row (12066)
2991 * fast/css/fieldset-display-row-expected.checksum: Added.
2992 * fast/css/fieldset-display-row-expected.png: Added.
2993 * fast/css/fieldset-display-row-expected.txt: Added.
2994 * fast/css/fieldset-display-row.html: Added.
2996 2007-05-15 Sam Weinig <sam@webkit.org>
3000 - Yet more tests for http://bugs.webkit.org/show_bug.cgi?id=13722
3001 Finish testing and fixing the setting of DOM attributes to JS null
3003 Tests for SVG attributes that take a DOMString.
3005 * fast/dom/svg-element-attribute-js-null-expected.txt: Added.
3006 * fast/dom/svg-element-attribute-js-null.xhtml: Added.
3008 2007-05-15 Sam Weinig <sam@webkit.org>
3012 - More Tests for http://bugs.webkit.org/show_bug.cgi?id=13722
3013 Finish testing and fixing the setting of DOM attributes to JS null
3015 Tests for CanvasRenderingContext2D attributes that take a DOMString.
3017 * fast/dom/canvasContext2d-element-attribute-js-null-expected.txt: Added.
3018 * fast/dom/canvasContext2d-element-attribute-js-null.html: Added.
3020 2007-05-15 Sam Weinig <sam@webkit.org>
3024 - More Tests for http://bugs.webkit.org/show_bug.cgi?id=13722
3025 Finish testing and fixing the setting of DOM attributes to JS null
3027 Tests for CSSOM attributes that take a DOMString.
3029 * fast/dom/css-element-attribute-js-null-expected.txt: Added.
3030 * fast/dom/css-element-attribute-js-null.html: Added.
3032 2007-05-15 Justin Garcia <justin.garcia@apple.com>
3034 Updating expected results for r21074.
3036 * css1/cascade/cascade_order-expected.checksum:
3037 * css1/cascade/cascade_order-expected.png:
3038 * css2.1/t0402-c71-fwd-parsing-02-f-expected.checksum:
3039 * css2.1/t0402-c71-fwd-parsing-02-f-expected.png:
3040 * css2.1/t0505-c16-descendant-01-e-expected.checksum:
3041 * css2.1/t0505-c16-descendant-01-e-expected.png:
3042 * css2.1/t050803-c14-classes-00-e-expected.checksum:
3043 * css2.1/t050803-c14-classes-00-e-expected.png:
3044 * css2.1/t0509-c15-ids-01-e-expected.checksum:
3045 * css2.1/t0509-c15-ids-01-e-expected.png:
3046 * css2.1/t0805-c5518-brdr-t-01-e-expected.checksum:
3047 * css2.1/t0805-c5518-brdr-t-01-e-expected.png:
3048 * css2.1/t0805-c5519-brdr-r-02-e-expected.checksum:
3049 * css2.1/t0805-c5519-brdr-r-02-e-expected.png:
3050 * css2.1/t0805-c5520-brdr-b-01-e-expected.checksum:
3051 * css2.1/t0805-c5520-brdr-b-01-e-expected.png:
3052 * css2.1/t0805-c5521-brdr-l-02-e-expected.checksum:
3053 * css2.1/t0805-c5521-brdr-l-02-e-expected.png:
3054 * css2.1/t1205-c563-list-type-00-b-expected.checksum:
3055 * css2.1/t1205-c563-list-type-00-b-expected.png:
3056 * css2.1/t1205-c564-list-img-00-b-g-expected.checksum:
3057 * css2.1/t1205-c564-list-img-00-b-g-expected.png:
3058 * fast/backgrounds/repeat/noRepeatCorrectClip-expected.checksum:
3059 * fast/backgrounds/repeat/noRepeatCorrectClip-expected.png:
3060 * fast/block/float/014-expected.checksum:
3061 * fast/block/float/014-expected.png:
3062 * fast/css/001-expected.checksum:
3063 * fast/css/001-expected.png:
3064 * fast/css/css2-system-fonts-expected.checksum:
3065 * fast/css/css2-system-fonts-expected.png:
3066 * fast/doctypes/001-expected.checksum:
3067 * fast/doctypes/001-expected.png:
3068 * fast/doctypes/002-expected.checksum:
3069 * fast/doctypes/002-expected.png:
3070 * fast/doctypes/003-expected.checksum:
3071 * fast/doctypes/003-expected.png:
3072 * fast/doctypes/004-expected.checksum:
3073 * fast/doctypes/004-expected.png:
3074 * fast/dom/Window/window-onFocus-expected.checksum:
3075 * fast/dom/Window/window-onFocus-expected.png:
3076 * fast/events/keydown-1-expected.checksum:
3077 * fast/events/keydown-1-expected.png:
3078 * fast/lists/002-expected.checksum:
3079 * fast/lists/002-expected.png:
3080 * fast/lists/003-expected.checksum:
3081 * fast/lists/003-expected.png:
3082 * fast/lists/005-expected.checksum:
3083 * fast/lists/005-expected.png:
3084 * fast/lists/007-expected.checksum:
3085 * fast/lists/007-expected.png:
3086 * fast/lists/008-expected.checksum:
3087 * fast/lists/008-expected.png:
3088 * fast/lists/big-list-marker-expected.checksum:
3089 * fast/lists/big-list-marker-expected.png:
3090 * fast/lists/dynamic-marker-crash-expected.checksum:
3091 * fast/lists/dynamic-marker-crash-expected.png:
3092 * fast/lists/item-not-in-list-line-wrapping-expected.checksum:
3093 * fast/lists/item-not-in-list-line-wrapping-expected.png:
3094 * fast/lists/marker-image-error-expected.checksum:
3095 * fast/lists/marker-image-error-expected.png:
3096 * fast/lists/ol-display-types-expected.checksum:
3097 * fast/lists/ol-display-types-expected.png:
3098 * fast/lists/scrolled-marker-paint-expected.checksum:
3099 * fast/lists/scrolled-marker-paint-expected.png:
3100 * fast/overflow/overflow-rtl-expected.checksum:
3101 * fast/overflow/overflow-rtl-expected.png:
3102 * fast/repaint/list-marker-2-expected.checksum:
3103 * fast/repaint/list-marker-2-expected.png:
3104 * fast/repaint/list-marker-expected.checksum:
3105 * fast/repaint/list-marker-expected.png:
3106 * fast/selectors/001-expected.checksum:
3107 * fast/selectors/001-expected.png:
3108 * fast/selectors/013-expected.checksum:
3109 * fast/selectors/013-expected.png:
3110 * fast/selectors/015-expected.checksum:
3111 * fast/selectors/015-expected.png:
3112 * fast/selectors/166-expected.checksum:
3113 * fast/selectors/166-expected.png:
3114 * tables/mozilla/bugs/bug23235-expected.checksum:
3115 * tables/mozilla/bugs/bug23235-expected.png:
3116 * tables/mozilla/bugs/bug30692-expected.checksum:
3117 * tables/mozilla/bugs/bug30692-expected.png:
3118 * tables/mozilla/bugs/bug3191-expected.checksum:
3119 * tables/mozilla/bugs/bug3191-expected.png:
3120 * tables/mozilla/marvin/backgr_index-expected.checksum:
3121 * tables/mozilla/marvin/backgr_index-expected.png:
3122 * tables/mozilla/marvin/backgr_layers-opacity-expected.checksum:
3123 * tables/mozilla/marvin/backgr_layers-opacity-expected.png:
3124 * tables/mozilla_expected_failures/bugs/bug1010-expected.checksum:
3125 * tables/mozilla_expected_failures/bugs/bug1010-expected.png:
3126 * tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.checksum:
3127 * tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.png:
3128 * tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.checksum:
3129 * tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.png:
3131 2007-05-15 Mitz Pettel <mitz@webkit.org>
3135 - test for http://bugs.webkit.org/show_bug.cgi?id=13360
3136 REGRESSION: Crash closing live web cam viewer page
3138 * http/tests/misc/multipart-expected.txt: Added.
3139 * http/tests/misc/multipart.html: Added.
3140 * http/tests/misc/resources/1x1-blue.png: Added.
3141 * http/tests/misc/resources/multipart.php: Added.
3143 2007-05-15 Sam Weinig <sam@webkit.org>
3147 - Test for http://bugs.webkit.org/show_bug.cgi?id=13722
3148 Finish testing and fixing the setting of DOM attributes to JS null
3150 Tests for Core DOM attributes.
3152 * fast/dom/coreDOM-element-attribute-js-null-expected.txt: Added.
3153 * fast/dom/coreDOM-element-attribute-js-null.xhtml: Added.
3155 2007-05-15 Justin Garcia <justin.garcia@apple.com>
3157 Updating expected results for r21074.
3159 * editing/deleting/4866671-expected.checksum:
3160 * editing/deleting/4866671-expected.png:
3161 * editing/deleting/delete-first-list-item-expected.checksum:
3162 * editing/deleting/delete-first-list-item-expected.png:
3163 * editing/deleting/delete-listitem-002-expected.checksum:
3164 * editing/deleting/delete-listitem-002-expected.png:
3165 * editing/deleting/list-item-1-expected.checksum:
3166 * editing/deleting/list-item-1-expected.png:
3167 * editing/deleting/merge-into-empty-block-2-expected.checksum:
3168 * editing/deleting/merge-into-empty-block-2-expected.png:
3169 * editing/execCommand/4641880-1-expected.checksum:
3170 * editing/execCommand/4641880-1-expected.png:
3171 * editing/execCommand/4747450-expected.checksum:
3172 * editing/execCommand/4747450-expected.png:
3173 * editing/execCommand/4916402-expected.checksum:
3174 * editing/execCommand/4916402-expected.png:
3175 * editing/execCommand/4916583-expected.checksum:
3176 * editing/execCommand/4916583-expected.png:
3177 * editing/execCommand/5142012-2-expected.checksum:
3178 * editing/execCommand/5142012-2-expected.png:
3179 * editing/execCommand/5144139-1-expected.checksum:
3180 * editing/execCommand/5144139-1-expected.png:
3181 * editing/execCommand/create-list-with-hr-expected.checksum:
3182 * editing/execCommand/create-list-with-hr-expected.png:
3183 * editing/execCommand/indent-list-item-expected.checksum:
3184 * editing/execCommand/indent-list-item-expected.png:
3185 * editing/execCommand/indent-selection-expected.checksum:
3186 * editing/execCommand/indent-selection-expected.png:
3187 * editing/execCommand/insert-list-empty-div-expected.checksum:
3188 * editing/execCommand/insert-list-empty-div-expected.png:
3189 * editing/execCommand/remove-list-item-1-expected.checksum:
3190 * editing/execCommand/remove-list-item-1-expected.png:
3191 * editing/inserting/4959067-expected.checksum:
3192 * editing/inserting/4959067-expected.png:
3193 * editing/pasteboard/4861080-expected.checksum:
3194 * editing/pasteboard/4861080-expected.png:
3195 * editing/pasteboard/drag-selected-image-to-contenteditable-expected.checksum:
3196 * editing/pasteboard/drag-selected-image-to-contenteditable-expected.png:
3197 * editing/pasteboard/drop-link-expected.checksum:
3198 * editing/pasteboard/drop-link-expected.png:
3199 * editing/pasteboard/innerText-inline-table-expected.checksum:
3200 * editing/pasteboard/innerText-inline-table-expected.png:
3201 * editing/pasteboard/input-field-1-expected.checksum:
3202 * editing/pasteboard/input-field-1-expected.png:
3203 * editing/pasteboard/merge-end-list-expected.checksum:
3204 * editing/pasteboard/merge-end-list-expected.png:
3205 * editing/pasteboard/merge-start-list-expected.checksum:
3206 * editing/pasteboard/merge-start-list-expected.png:
3207 * editing/pasteboard/select-element-1-expected.checksum:
3208 * editing/pasteboard/select-element-1-expected.png:
3209 * editing/selection/drag-to-contenteditable-iframe-expected.checksum:
3210 * editing/selection/drag-to-contenteditable-iframe-expected.png:
3211 * editing/selection/extend-by-word-002-expected.checksum:
3212 * editing/selection/extend-by-word-002-expected.png:
3213 * editing/selection/select-all-iframe-expected.checksum:
3214 * editing/selection/select-all-iframe-expected.png:
3215 * editing/selection/selectNode-expected.checksum:
3216 * editing/selection/selectNode-expected.png:
3217 * editing/selection/selectNodeContents-expected.checksum:
3218 * editing/selection/selectNodeContents-expected.png:
3219 * editing/unsupported-content/list-delete-001-expected.checksum:
3220 * editing/unsupported-content/list-delete-001-expected.png:
3221 * editing/unsupported-content/list-type-after-expected.checksum:
3222 * editing/unsupported-content/list-type-after-expected.png:
3223 * editing/unsupported-content/list-type-before-expected.checksum:
3224 * editing/unsupported-content/list-type-before-expected.png:
3226 2007-05-15 Anders Carlsson <andersca@apple.com>
3230 <rdar://problem/5183685>
3231 http://bugs.webkit.org/show_bug.cgi?id=13301
3232 ASSERT or null value when trying to use a getter defined on a window object
3236 * fast/dom/getter-on-window-object-expected.txt: Added.
3237 * fast/dom/getter-on-window-object.html: Added.
3239 2007-05-15 Justin Garcia <justin.garcia@apple.com>
3241 Spelling markers fixed:
3242 * editing/deleting/delete-block-table-expected.checksum:
3243 * editing/deleting/delete-block-table-expected.png:
3244 * editing/selection/move-by-line-001-expected.checksum:
3245 * editing/selection/move-by-line-001-expected.png:
3247 2007-05-14 Justin Garcia <justin.garcia@apple.com>
3251 Updated these expected results. We now clear the
3252 selection inside a focused node *after* firing the
3253 mousedown event handler, which matches FF:
3254 * fast/forms/focus-selection-input-expected.txt:
3255 * fast/forms/focus-selection-textarea-expected.txt:
3257 2007-05-14 Justin Garcia <justin.garcia@apple.com>
3261 Spelling markers fixed:
3262 * editing/deleting/delete-to-select-table-expected.checksum:
3263 * editing/deleting/delete-to-select-table-expected.png:
3264 * editing/selection/end-of-document-expected.checksum:
3265 * editing/selection/end-of-document-expected.png:
3266 * editing/inserting/insert-paragraph-02-expected.checksum:
3267 * editing/inserting/insert-paragraph-02-expected.png:
3269 Focus halo now painted:
3270 * editing/execCommand/format-block-with-braces-expected.checksum:
3271 * editing/execCommand/format-block-with-braces-expected.png:
3273 Needed FIXMEs removed after fixing 4714993:
3274 * editing/pasteboard/merge-end-1-expected.checksum:
3275 * editing/pasteboard/merge-end-1-expected.png:
3276 * editing/pasteboard/merge-end-1-expected.txt:
3277 * editing/pasteboard/merge-end-1.html:
3278 * editing/pasteboard/merge-end-2-expected.checksum:
3279 * editing/pasteboard/merge-end-2-expected.png:
3280 * editing/pasteboard/merge-end-2-expected.txt:
3281 * editing/pasteboard/merge-end-2.html:
3283 2007-05-14 Maciej Stachowiak <mjs@apple.com>
3287 - Test case for <rdar://problem/5203036> REGRESSION: Assertion failure in WebCore::FrameLoader::restoreScrollPositionAndViewState() going back from fark.com Photoshop contest (13684)
3289 * http/tests/incremental/slow-utf8-html.pl:
3290 * http/tests/navigation/back-to-slow-frame.html: Added.
3291 * http/tests/navigation/back-to-slow-frame-expected.txt: Added.
3292 * http/tests/navigation/resources/back-to-slow-frame-2.html: Added.
3293 * http/tests/navigation/resources/back-to-slow-frame-3.html: Added.
3294 * http/tests/navigation/resources/slow-resource-1-sec.pl: Added.
3296 2007-05-14 Kimmo Kinnunen <kimmok@iki.fi>
3300 - Tests for fix to http://bugs.webkit.org/show_bug.cgi?id=13622 (Decompiler omits
3301 trailing comma in array literal)
3303 * fast/js/resources/toString-elision-trailing-comma.js: Added.
3304 * fast/js/toString-elision-trailing-comma-expected.txt: Added.
3305 * fast/js/toString-elision-trailing-comma.html: Added.
3307 2007-05-14 Mitz Pettel <mitz@webkit.org>
3309 Reviewed by Dave Hyatt.
3311 - test for http://bugs.webkit.org/show_bug.cgi?id=13603
3312 style leaks in washingtonpost.com
3314 * fast/parser/residual-style-close-across-n-blocks-expected.txt: Added.
3315 * fast/parser/residual-style-close-across-n-blocks.html: Added.
3317 2007-05-14 Sam Weinig <sam@webkit.org>
3321 - Tests for http://bugs.webkit.org/show_bug.cgi?id=13541
3322 REGRESSION: Setting a DOMString attribute to JS null in the
3323 JS bindings should default to converting to the empty string
3325 * fast/dom/document-attribute-js-null-expected.txt: Added.
3326 * fast/dom/document-attribute-js-null.html: Added.
3327 * fast/dom/element-attribute-js-null-expected.txt: Added.
3328 * fast/dom/element-attribute-js-null.html: Added.
3329 * fast/forms/input-null-expected.txt: Removed.
3330 * fast/forms/input-null.html: Removed.
3332 2007-05-14 Justin Garcia <justin.garcia@apple.com>
3336 <rdar://problem/5136696> Selection is removed when focusing a node in another frame
3339 * editing/selection/5136696-expected.checksum: Added.
3340 * editing/selection/5136696-expected.png: Added.
3341 * editing/selection/5136696-expected.txt: Added.
3342 * editing/selection/5136696.html: Added.
3344 2007-05-14 Kimmo Kinnunen <kimmok@iki.fi>
3346 Tests for http://bugs.webkit.org/show_bug.cgi?id=10878
3347 Bug 10878: Incorrect decompilation for "4..x"
3349 Test all the different forms of expressions that can contain
3350 a dot following a number literal.
3351 Includes new tests for PrefixDotNode, PostfixDotNode, DeleteDotNode,
3352 AssignDotNode and FunctionCallParenDotNode.
3354 * fast/js/resources/toString-number-dot-expr.js:
3355 * fast/js/toString-number-dot-expr-expected.txt: Updated.
3357 2007-05-13 Alexey Proskuryakov <ap@webkit.org>
3361 http://bugs.webkit.org/show_bug.cgi?id=13690
3362 JavaScript Form Validation issue on Banco do Brasil site
3364 * fast/forms/input-setvalue-selection-expected.txt: Added.
3365 * fast/forms/input-setvalue-selection.html: Added.
3367 * fast/forms/input-appearance-maxlength.html: Now that the selection is correctly set
3368 in inactive text inputs, we need to explicitly change it to exercise the same code path.
3370 * fast/forms/input-selection-restore-expected.txt: Removed.
3371 * fast/forms/input-selection-restore.html: Removed.
3372 AFAICT, this test was added in r14931 to test for status quo, and not because we
3373 specifically wanted such behavior.
3375 2007-05-13 Rob Buis <buis@kde.org>
3379 http://bugs.webkit.org/show_bug.cgi?id=13529
3380 DOM3 keyIdentifier text is incorrect
3382 Adjusted tests and test results.
3384 * fast/events/frame-tab-focus.html:
3385 * fast/events/js-keyboard-event-creation-expected.txt:
3386 * fast/events/objc-event-api-expected.txt:
3387 * fast/events/option-tab.html:
3388 * fast/forms/focus2.html:
3389 * fast/html/tab-order.html:
3391 2007-05-12 Mitz Pettel <mitz@webkit.org>
3395 - repaint test for http://bugs.webkit.org/show_bug.cgi?id=13680
3396 Incomplete repaint of focus ring around continuation
3398 * fast/repaint/continuation-after-outline-expected.checksum: Added.
3399 * fast/repaint/continuation-after-outline-expected.png: Added.
3400 * fast/repaint/continuation-after-outline-expected.txt: Added.
3401 * fast/repaint/continuation-after-outline.html: Added.
3403 2007-05-12 Oliver Hunt <oliver@apple.com>
3407 Add test to verify files can be dragged to <input type="file">
3409 * fast/forms/dragging-to-file-input-expected.txt: Added.
3410 * fast/forms/dragging-to-file-input.html: Added.
3412 2007-05-12 Mitz Pettel <mitz@webkit.org>
3416 - pixel test for http://bugs.webkit.org/show_bug.cgi?id=13695
3417 REGRESSION (r21387): Replaced elements' highlight rects are wrongly positioned
3419 * fast/replaced/selection-rect-expected.checksum: Added.
3420 * fast/replaced/selection-rect-expected.png: Added.
3421 * fast/replaced/selection-rect-expected.txt: Added.
3422 * fast/replaced/selection-rect.html: Added.
3424 2007-05-12 Mitz Pettel <mitz@webkit.org>
3428 - repaint test for http://bugs.webkit.org/show_bug.cgi?id=13685
3429 REGRESSION (r21368-r21388): Highlighting text in scrolled textareas behaves oddly
3431 * fast/repaint/text-selection-rect-in-overflow-expected.checksum: Added.
3432 * fast/repaint/text-selection-rect-in-overflow-expected.png: Added.
3433 * fast/repaint/text-selection-rect-in-overflow-expected.txt: Added.
3434 * fast/repaint/text-selection-rect-in-overflow.html: Added.
3436 2007-05-11 Oliver Hunt <oliver@apple.com>
3440 Layout test for x-mac-roman character encoding.
3442 * fast/encoding/xmacroman-encoding-test-expected.txt: Added.
3443 * fast/encoding/xmacroman-encoding-test.html: Added.
3445 2007-05-11 Oliver Hunt <oliver@apple.com>
3449 Layout tests for <rdar://problem/5017375> WebKit should disable SVG in Dashboard
3450 Tests attempt to use SVG in a number of ways, both direct and indirect.
3453 * http/tests/xmlhttprequest/resources/svgtest.svg: Added.
3456 * http/tests/xmlhttprequest/svg-created-by-xhr-disallowed-in-dashboard-expected.txt: Added.
3457 * http/tests/xmlhttprequest/svg-created-by-xhr-disallowed-in-dashboard.html: Added.
3458 Attempts to use an SVG doc created with XHR as content
3460 * svg/custom/embedded-svg-disallowed-in-dashboard-expected.txt: Added.
3461 * svg/custom/embedded-svg-disallowed-in-dashboard.xml: Added.
3462 Attempts to use SVG by embedding it in an SVG doc.
3464 * svg/custom/manually-parsed-embedded-svg-disallowed-in-dashboard-expected.txt: Added.
3465 * svg/custom/manually-parsed-embedded-svg-disallowed-in-dashboard.html: Added.
3466 Attempts to use SVG by using a DOMParser to manually parse XHMTL with embedded SVG
3468 * svg/custom/manually-parsed-svg-disallowed-in-dashboard-expected.txt: Added.
3469 * svg/custom/manually-parsed-svg-disallowed-in-dashboard.html: Added.
3470 Attempts to use SVG by using a DOMParser to manually create an SVG doc from a string
3472 * svg/custom/svg-disallowed-in-dashboard-object-expected.txt: Added.
3473 * svg/custom/svg-disallowed-in-dashboard-object.html: Added.
3474 Attempts to embed SVG with <embed>, <object>, and <iframe>
3476 2007-05-11 Mark Rowe <mrowe@apple.com>
3478 Rubber-stamped by Oliver.
3480 * fast/encoding/char-encoding.html: Change from a 5 millisecond
3481 timeout to a 500 millisecond timeout to work around occasional
3482 timing-related test failures.
3484 2007-05-11 Geoffrey Garen <ggaren@apple.com>
3486 Reviewed by Darin Adler.
3488 Updated test a little bit now that +[WebScriptObject scriptObjectForJSObject:frame:]
3491 * fast/dom/wrapper-round-tripping.html:
3493 2007-05-11 Mitz Pettel <mitz@webkit.org>
3497 - test and updated results for http://bugs.webkit.org/show_bug.cgi?id=13635
3498 REGRESSION: Cannot log in to webmail.co.za account
3500 * fast/dom/HTMLOptionElement/option-text-expected.txt: Added.
3501 * fast/dom/HTMLOptionElement/option-text.html: Added.
3502 * fast/forms/HTMLOptionElement_label06-expected.checksum:
3503 * fast/forms/HTMLOptionElement_label06-expected.png:
3504 * fast/forms/HTMLOptionElement_label06-expected.txt:
3506 2007-05-11 Kimmo Kinnunen <kimmok@iki.fi>
3510 - Tests for bug http://bugs.webkit.org/show_bug.cgi?id=13620
3511 Bogus decompilation of "for (var j = 1 in [])"
3513 Testcase covers toString()ing functions with
3514 for-statements of form for (var j = 1 in []) and for (var j=0;j<10;j++)
3516 * fast/js/resources/toString-for-var-decl.js: Added.
3517 * fast/js/toString-for-var-decl-expected.txt: Added.
3518 * fast/js/toString-for-var-decl.html: Added.
3520 2007-05-11 Kimmo Kinnunen <kimmok@iki.fi>
3524 Tests for http://bugs.webkit.org/show_bug.cgi?id=10878
3525 Bug 10878: Incorrect decompilation for "4..x"
3527 * fast/js/resources/toString-number-dot-expr.js: Added.
3528 * fast/js/toString-number-dot-expr-expected.txt: Added.
3529 * fast/js/toString-number-dot-expr.html: Added.
3531 2007-05-11 Darin Adler <darin@apple.com>
3535 - test for http://bugs.webkit.org/show_bug.cgi?id=7452
3536 <rdar://problem/3211749> line breaks ignored after <wbr> in <pre> block (affects livejournal.com)
3538 * fast/text/wbr-pre-expected.checksum: Added.
3539 * fast/text/wbr-pre-expected.png: Added.
3540 * fast/text/wbr-pre-expected.txt: Added.
3541 * fast/text/wbr-pre.html: Added.
3543 - test for http://bugs.webkit.org/show_bug.cgi?id=10657
3544 <rdar://problem/4274588> <wbr> tags are ignored
3546 * fast/text/wbr-expected.checksum: Added.
3547 * fast/text/wbr-expected.png: Added.
3548 * fast/text/wbr-expected.txt: Added.
3549 * fast/text/wbr.html: Added.
3551 - test for http://bugs.webkit.org/show_bug.cgi?id=12689
3552 <wbr> :before/:after content causes line break
3554 * fast/css-generated-content/wbr-with-before-content-expected.checksum: Added.
3555 * fast/css-generated-content/wbr-with-before-content-expected.png: Added.
3556 * fast/css-generated-content/wbr-with-before-content-expected.txt: Added.
3557 * fast/css-generated-content/wbr-with-before-content.html: Added.
3559 - test for <rdar://problem/5127366> DOM tree isn't correct when parsing with <wbr>
3561 * fast/invalid/021-expected.txt: Updated result.
3562 * fast/parser/parse-wbr-expected.txt: Added.
3563 * fast/parser/parse-wbr.html: Added.
3565 2007-05-10 Mitz Pettel <mitz@webkit.org>
3569 - repaint test and updated results for http://bugs.webkit.org/show_bug.cgi?id=13655
3570 Incomplete repaint when text-shadow is used in a render layer with explicit height
3572 * fast/repaint/layer-full-repaint-expected.checksum: Added.
3573 * fast/repaint/layer-full-repaint-expected.png: Added.
3574 * fast/repaint/layer-full-repaint-expected.txt: Added.
3575 * fast/repaint/layer-full-repaint.html: Added.
3576 * fast/repaint/repaint-resized-overflow-expected.checksum:
3577 * fast/repaint/repaint-resized-overflow-expected.png:
3579 2007-05-10 Justin Garcia <justin.garcia@apple.com>
3583 <rdar://problem/5195166> Incorrect proposedRange DOMRange passed to WebViewEditing delegate
3585 * editing/selection/5195166-1-expected.checksum: Added.
3586 * editing/selection/5195166-1-expected.png: Added.
3587 * editing/selection/5195166-1-expected.txt: Added.
3588 * editing/selection/5195166-1.html: Added.
3589 * editing/selection/5195166-2-expected.checksum: Added.
3590 * editing/selection/5195166-2-expected.png: Added.
3591 * editing/selection/5195166-2-expected.txt: Added.
3592 * editing/selection/5195166-2.html: Added.
<