1 2006-11-02 Geoffrey Garen <ggaren@apple.com>
3 Updated results because they were incorrect when checked in. (We never
6 * fast/js/regexp-unicode-handling-expected.txt:
8 2006-11-02 Adele Peterson <adele@apple.com>
12 Test for http://bugs.webkit.org/show_bug.cgi?id=9581
13 REGRESSION: The new NativeTextArea scrolls to the top when the control is unfocused.
15 * fast/forms/textarea-no-scroll-on-blur-expected.txt: Added.
16 * fast/forms/textarea-no-scroll-on-blur.html: Added.
18 2006-11-02 W. Andy Carrel <wac@google.com>
20 Reviewed by Maciej, landed by Anders.
22 Adding tests for Unicode RegExp behavior to match IE and Firefox.
23 * fast/js/regexp-unicode-handling-expected.txt: Added.
24 * fast/js/regexp-unicode-handling.html: Added.
25 * fast/js/resources/regexp-unicode-handling.js: Added.
27 2006-11-02 Alexey Proskuryakov <ap@nypop.com>
29 Reviewed by Maciej, landed by Anders.
31 Test for bugs 7253 and 7445, based on reductions made by Parag Shah and W. Andy Carrel.
33 * fast/js/gmail-re-re-expected.txt: Added.
34 * fast/js/gmail-re-re.html: Added.
35 * fast/js/resources/gmail-re-re.js: Added.
37 2006-11-02 Geoffrey Garen <ggaren@apple.com>
39 Updated results to fix failure seen when running layout tests. Justin
40 Garcia says the new results look more correct.
42 * editing/selection/drag-to-contenteditable-iframe-expected.txt:
44 2006-11-02 Adele Peterson <adele@apple.com>
46 Reviewed by Mitz and Geoff.
48 Test for <rdar://problem/4650271> REGRESSION(NativeTextArea): Textareas don't get scrollbars when text gets too big for content area (10105)
50 * fast/forms/textarea-scrollbar-expected.checksum: Added.
51 * fast/forms/textarea-scrollbar-expected.png: Added.
52 * fast/forms/textarea-scrollbar-expected.txt: Added.
53 * fast/forms/textarea-scrollbar.html: Added.
55 2006-11-02 Kevin McCullough <KMcCullough@apple.com>
59 - Changed the test to take into account the JavaScript standard's interesting take on DST. According to the standard DST should not reflect historically accurate information but should rather interpolate from a comparable year. This test used to show historically accurate information but now reflects the results of interpolating.
61 * fast/js/date-big-setdate-expected.txt:
62 * fast/js/resources/date-big-setdate.js:
64 2006-11-01 Justin Garcia <justin.garcia@apple.com>
68 <rdar://problem/4062865>
69 Copy/paste of a select element fails to include the options
71 Updated to reflect fix:
72 * editing/pasteboard/4641033-expected.checksum:
73 * editing/pasteboard/4641033-expected.png:
74 * editing/pasteboard/4641033-expected.txt:
75 * editing/pasteboard/4641033.html:
78 * editing/inserting/before-after-input-element-expected.checksum: Added.
79 * editing/inserting/before-after-input-element-expected.png: Added.
80 * editing/inserting/before-after-input-element-expected.txt: Added.
81 * editing/inserting/before-after-input-element.html: Added.
82 * editing/pasteboard/input-field-1-expected.checksum: Added.
83 * editing/pasteboard/input-field-1-expected.png: Added.
84 * editing/pasteboard/input-field-1-expected.txt: Added.
85 * editing/pasteboard/input-field-1.html: Added.
86 * editing/pasteboard/select-element-1-expected.checksum: Added.
87 * editing/pasteboard/select-element-1-expected.png: Added.
88 * editing/pasteboard/select-element-1-expected.txt: Added.
89 * editing/pasteboard/select-element-1.html: Added.
90 * editing/selection/select-element-paragraph-boundary-expected.checksum: Added.
91 * editing/selection/select-element-paragraph-boundary-expected.png: Added.
92 * editing/selection/select-element-paragraph-boundary-expected.txt: Added.
93 * editing/selection/select-element-paragraph-boundary.html: Added.
95 2006-11-01 Kevin McCullough <KMcCullough@apple.com>
97 - temporarily passing a test so that it does not interfere with others testing.
99 * fast/js/date-big-setdate-expected.txt:
101 2006-11-01 Adele Peterson <adele@apple.com>
103 Fixing typo. Changed repaintTest to runRepaintTest.
105 * fast/repaint/overflow-outline-repaint-expected.checksum:
106 * fast/repaint/overflow-outline-repaint-expected.png:
107 * fast/repaint/overflow-outline-repaint.html:
109 2006-11-01 Adele Peterson <adele@apple.com>
113 Tests for http://bugs.webkit.org/show_bug.cgi?id=11277
114 REGRESSION: Incomplete repaint of overflow areas when deleting
116 * fast/repaint/overflow-delete-line-expected.checksum: Added.
117 * fast/repaint/overflow-delete-line-expected.png: Added.
118 * fast/repaint/overflow-delete-line-expected.txt: Added.
119 * fast/repaint/overflow-delete-line.html: Added.
120 * fast/repaint/overflow-scroll-delete-expected.checksum: Added.
121 * fast/repaint/overflow-scroll-delete-expected.png: Added.
122 * fast/repaint/overflow-scroll-delete-expected.txt: Added.
123 * fast/repaint/overflow-scroll-delete.html: Added.
124 * fast/repaint/overflow-outline-repaint-expected.checksum: Added.
125 * fast/repaint/overflow-outline-repaint-expected.png: Added.
126 * fast/repaint/overflow-outline-repaint-expected.txt: Added.
127 * fast/repaint/overflow-outline-repaint.html: Added.
129 2006-10-31 Geoffrey Garen <ggaren@apple.com>
131 Added test for accessing the 'caller' property from inside an event
134 * fast/events/caller-access-from-event-listener-expected.txt: Added.
135 * fast/events/caller-access-from-event-listener.html: Added.
137 2006-10-31 Geoffrey Garen <ggaren@apple.com>
139 Added layout test for copying password field.
141 * editing/pasteboard/copy-in-password-field-expected.txt: Added.
142 * editing/pasteboard/copy-in-password-field.html: Added.
144 2006-10-31 Justin Garcia <justin.garcia@apple.com>
148 Updated these tests to mention the bug that they demonstrate:
149 * editing/pasteboard/nested-blocks-with-text-area-expected.checksum:
150 * editing/pasteboard/nested-blocks-with-text-area-expected.png:
151 * editing/pasteboard/nested-blocks-with-text-area-expected.txt:
152 * editing/pasteboard/nested-blocks-with-text-area.html:
153 * editing/pasteboard/nested-blocks-with-text-field-expected.checksum:
154 * editing/pasteboard/nested-blocks-with-text-field-expected.png:
155 * editing/pasteboard/nested-blocks-with-text-field-expected.txt:
156 * editing/pasteboard/nested-blocks-with-text-field.html:
158 2006-10-31 Adele Peterson <adele@apple.com>
162 Tests for http://bugs.webkit.org/show_bug.cgi?id=11127 NativeListBox: arrow and drag selection should pivot around one list item
163 and http://bugs.webkit.org/show_bug.cgi?id=11173 REGRESSION (NativeListBox): Shift-clicking items in list box doesn't expand the current selection
164 and http://bugs.webkit.org/show_bug.cgi?id=11417 REGRESSION: onchange does not fire for list-style select elements
166 * fast/forms/listbox-onchange-expected.txt: Added.
167 * fast/forms/listbox-onchange.html: Added.
168 * fast/forms/listbox-selection-expected.txt: Added.
169 * fast/forms/listbox-selection.html: Added.
171 2006-10-31 Justin Garcia <justin.garcia@apple.com>
175 * editing/execCommand/create-list-1.html: Removed.
176 * editing/execCommand/create-list-with-hr-expected.checksum:
177 * editing/execCommand/create-list-with-hr-expected.png:
178 * editing/execCommand/create-list-with-hr-expected.txt:
179 * editing/execCommand/remove-list-1-expected.checksum:
180 * editing/execCommand/remove-list-1-expected.png:
181 * editing/execCommand/remove-list-1-expected.txt:
182 * fast/text/attributed-substring-from-range-001-expected.txt:
184 2006-10-31 Vladimir Olexa <vladimir.olexa@gmail.com>
188 Test for http://bugs.webkit.org/show_bug.cgi?id=4166
189 Function object does not support caller property
191 * fast/js/caller-property-expected.txt: Added.
192 * fast/js/caller-property.html: Added.
193 * fast/js/resources/caller-property.js: Added.
195 2006-10-30 Darin Adler <darin@apple.com>
199 * fast/dom/xmlhttprequest-get-expected.txt: Generated a new result.
200 Maciej says that the new behavior of returning empty string instead of
201 undefined is correct and matches Firefox, so the new result is better
204 2006-10-29 Mitz Pettel <mitz@webkit.org>
208 Test for http://bugs.webkit.org/show_bug.cgi?id=11444
209 REGRESSION (r17378): Exception (-[NSCFDictionary setObject:forKey:]: attempt to insert nil value)
210 when submitting a form with an empty uninitialized field
212 * fast/forms/submit-nil-value-field-assert-expected.txt: Added.
213 * fast/forms/submit-nil-value-field-assert.html: Added.
215 2006-10-30 Mark Rowe <bdash@webkit.org>
219 Fix fast/block/basic/014.html to pass when Microsoft Office fonts are present.
221 * fast/block/basic/014-expected.checksum:
222 * fast/block/basic/014-expected.png:
223 * fast/block/basic/014-expected.txt:
224 * fast/block/basic/014.html: Always use default sans-serif font rather than
225 preferring Microsoft Office fonts.
227 2006-10-29 Mark Rowe <bdash@webkit.org>
231 Fix failure in editing/inserting/insert-3851164-fix if Gill Sans font is present.
233 * editing/inserting/insert-3851164-fix.html: Specify sans-serif to match expected results
234 generated without Gill Sans present.
236 2006-10-29 Darin Adler <darin@apple.com>
238 * fast/events/js-keyboard-event-creation-expected.txt: Update test that
239 is affected in a minor way by the change to DumpRenderTree.
241 2006-10-26 Justin Garcia <justin.garcia@apple.com>
245 <http://bugs.webkit.org/show_bug.cgi?id=11423>
246 REGRESSION: First newline missing from textarea's value
248 Changes reflect the removal of more brs that were about
250 * editing/deleting/delete-4038408-fix-expected.txt:
251 * editing/inserting/insert-3654864-fix-expected.txt:
252 * editing/inserting/insert-3659587-fix-expected.txt:
253 * editing/inserting/insert-3775316-fix-expected.txt:
254 * editing/inserting/insert-at-end-01-expected.txt:
255 * editing/inserting/insert-at-end-02-expected.txt:
256 * editing/inserting/insert-br-001-expected.txt:
257 * editing/inserting/insert-br-005-expected.txt:
259 Added to demonstrate fix:
260 * fast/forms/11423-expected.txt: Added.
261 * fast/forms/11423.html: Added.
263 2006-10-27 Darin Adler <darin@apple.com>
265 - new test results for a couple of tests
267 * fast/js/kde/RegExp-expected.txt: Affected by the change to decode \u
268 sequences in JavaScript regular expression at the lexer level.
270 * http/tests/navigation/success200-reload-expected.txt: For some reason,
271 this is consistently not dumping the "scrolled" line any more -- since the
272 purpose of the test has nothing to do with that, landing new results.
274 2006-10-26 W. Andy Carrel <wac@google.com>
278 * tests/mozilla/ecma_2/RegExp/properties-001.js: Changed test to look
279 for Unicode character rather than the '\u' escaped equivalent for
280 .source and .toString().
282 2006-10-26 Darin Adler <darin@apple.com>
286 * editing/execCommand/remove-formatting-expected.txt: Roll back results.
287 The ones just checked in showed the same kind of intermittent failure that
288 copy-paste-bidi.html used to show -- now we consistently get these results.
290 2006-10-26 Justin Garcia <justin.garcia@apple.com>
294 <http://bugs.webkit.org/show_bug.cgi?id=11329>
295 Gmail Editor: Can't remove styling applied to selection after clicking "Remove Formatting" toolbar icon.
297 * editing/execCommand/remove-formatting-2-expected.checksum: Added.
298 * editing/execCommand/remove-formatting-2-expected.png: Added.
299 * editing/execCommand/remove-formatting-2-expected.txt: Added.
300 * editing/execCommand/remove-formatting-2.html: Added.
301 * editing/execCommand/remove-formatting-expected.txt:
303 2006-10-26 Oliver Hunt <oliver@apple.com>
306 Layout test for <rdar://problem/4800518>
308 * fast/canvas/canvas-transforms-during-path-expected.checksum: Added.
309 * fast/canvas/canvas-transforms-during-path-expected.png: Added.
310 * fast/canvas/canvas-transforms-during-path-expected.txt: Added.
311 * fast/canvas/canvas-transforms-during-path.html: Added.
313 2006-10-26 Darin Adler <darin@apple.com>
317 - removed non-deterministic behavior in editing that was causing
318 give inconsistent results for editing/pasteboard/copy-paste-bidi.html
320 * editing/pasteboard/copy-paste-bidi-expected.txt: New results, without the
321 anonymous block that sometimes appeared and sometimes did not.
323 2006-10-26 Darin Adler <darin@apple.com>
325 - oops, checked in failure results, not success
327 * fast/js/string-property-iteration-expected.txt:
330 2006-10-26 Darin Adler <darin@apple.com>
332 - checked in some missing results
333 (if these are wrong we could remove or disable the test)
335 * svg/hixie/cascade/002-expected.checksum: Added.
336 * svg/hixie/cascade/002-expected.png: Added.
337 * svg/hixie/cascade/002-expected.txt: Added.
339 2006-10-26 Darin Adler <darin@apple.com>
343 - add a test for iteration of properties of string objects
345 * fast/js/resources/string-property-iteration.js: Added.
346 * fast/js/string-property-iteration-expected.txt: Added.
347 * fast/js/string-property-iteration.html: Added.
349 2006-10-24 Maciej Stachowiak <mjs@apple.com>
353 - re-enable testing of HEAD methods, now that bugs relating to these are fixed
355 * http/tests/xmlhttprequest/methods-async-expected.txt:
356 * http/tests/xmlhttprequest/methods-async.html:
357 * http/tests/xmlhttprequest/methods-expected.txt:
358 * http/tests/xmlhttprequest/methods.html:
360 2006-10-24 Justin Garcia <justin.garcia@apple.com>
364 <http://bugs.webkit.org/show_bug.cgi?id=10993>
365 GMail Editor: Caret doesn't always position itself after list marker
367 * editing/execCommand/create-list-1-expected.checksum: Added.
368 * editing/execCommand/create-list-1-expected.png: Added.
369 * editing/execCommand/create-list-1-expected.txt: Added.
370 * editing/execCommand/create-list-1.html: Added.
373 * editing/execCommand/create-list-with-hr-expected.checksum:
374 * editing/execCommand/create-list-with-hr-expected.png:
375 * editing/execCommand/create-list-with-hr-expected.txt:
376 * editing/execCommand/create-list-with-hr.html:
377 * editing/execCommand/remove-list-1-expected.checksum:
378 * editing/execCommand/remove-list-1-expected.png:
379 * editing/execCommand/remove-list-1-expected.txt:
380 * fast/text/attributed-substring-from-range-001-expected.txt:
382 2006-10-23 Justin Garcia <justin.garcia@apple.com>
386 <http://bugs.webkit.org/show_bug.cgi?id=11334>
387 Writely Editor: Placing caret in a list "highlights" both Numbered List and Bulleted List toolbar icons
389 * editing/execCommand/queryCommandState-01-expected.txt: Added.
390 * editing/execCommand/queryCommandState-01.html: Added.
392 2006-10-20 Justin Garcia <justin.garcia@apple.com>
396 <http://bugs.webkit.org/show_bug.cgi?id=11333>
397 Writely Editor: After inserting a HR element, pressing return key creates a copy of this HR element in the document
399 * editing/inserting/insert-br-009-expected.checksum: Added.
400 * editing/inserting/insert-br-009-expected.png: Added.
401 * editing/inserting/insert-br-009-expected.txt: Added.
402 * editing/inserting/insert-br-009.html: Added.
403 * editing/inserting/insert-paragraph-01-expected.checksum: Added.
404 * editing/inserting/insert-paragraph-01-expected.png: Added.
405 * editing/inserting/insert-paragraph-01-expected.txt: Added.
406 * editing/inserting/insert-paragraph-01.html: Added.
407 * editing/inserting/insert-paragraph-02-expected.checksum: Added.
408 * editing/inserting/insert-paragraph-02-expected.png: Added.
409 * editing/inserting/insert-paragraph-02-expected.txt: Added.
410 * editing/inserting/insert-paragraph-02.html: Added.
411 * editing/inserting/insert-paragraph-03-expected.checksum: Added.
412 * editing/inserting/insert-paragraph-03-expected.png: Added.
413 * editing/inserting/insert-paragraph-03-expected.txt: Added.
414 * editing/inserting/insert-paragraph-03.html: Added.
415 * editing/inserting/insert-paragraph-04-expected.checksum: Added.
416 * editing/inserting/insert-paragraph-04-expected.png: Added.
417 * editing/inserting/insert-paragraph-04-expected.txt: Added.
418 * editing/inserting/insert-paragraph-04.html: Added.
420 2006-10-20 Geoffrey Garen <ggaren@apple.com>
422 RS by Beth "pants on fire" Dakin.
424 Put some layout tests in their place.
426 * fast/dom/Window/window-object-cross-frame-calls-expected.txt: Added.
427 * fast/dom/Window/window-object-cross-frame-calls.html: Added.
428 * fast/dom/Window/window-onFocus-expected.checksum: Added.
429 * fast/dom/Window/window-onFocus-expected.png: Added.
430 * fast/dom/Window/window-onFocus-expected.txt: Added.
431 * fast/dom/Window/window-onFocus.html: Added.
432 * fast/dom/Window/window-xy-properties-expected.txt: Added.
433 * fast/dom/Window/window-xy-properties.html: Added.
434 * fast/dom/window-object-cross-frame-calls-expected.txt: Removed.
435 * fast/dom/window-object-cross-frame-calls.html: Removed.
436 * fast/dom/window-onFocus-expected.checksum: Removed.
437 * fast/dom/window-onFocus-expected.png: Removed.
438 * fast/dom/window-onFocus-expected.txt: Removed.
439 * fast/dom/window-onFocus.html: Removed.
440 * fast/dom/window-xy-properties-expected.txt: Removed.
441 * fast/dom/window-xy-properties.html: Removed.
442 * fast/html/xhtml-serialize-expected.txt: Added.
443 * fast/html/xhtml-serialize.html: Added.
444 * fast/js/resources/xhtml-serialize.js: Removed.
445 * fast/js/resources/xslt-fragment-in-empty-doc.js: Removed.
446 * fast/js/xhtml-serialize-expected.txt: Removed.
447 * fast/js/xhtml-serialize.html: Removed.
448 * fast/js/xslt-fragment-in-empty-doc-expected.txt: Removed.
449 * fast/js/xslt-fragment-in-empty-doc.html: Removed.
450 * fast/xsl/xslt-fragment-in-empty-doc-expected.txt: Added.
451 * fast/xsl/xslt-fragment-in-empty-doc.html: Added.
452 * fast/dom/resources/child.html: Removed.
453 * fast/dom/Window/resources/child.html: Added.
455 2006-10-20 Beth Dakin <bdakin@apple.com>
459 Changing these counters tests because they fail on some people's
460 machines. They fail for people who have the Armenian glyphs the
461 tests were looking for in the "expected" line. There is no point in
462 testing that anyway, since we do not currently support Armenian in
463 counters or in list markers.
465 * fast/css/counters/counter10-expected.checksum:
466 * fast/css/counters/counter10-expected.png:
467 * fast/css/counters/counter10-expected.txt:
468 * fast/css/counters/counter10.html:
469 * fast/css/counters/counters10-expected.checksum:
470 * fast/css/counters/counters10-expected.png:
471 * fast/css/counters/counters10-expected.txt:
472 * fast/css/counters/counters10.html:
474 2006-10-20 Geoffrey Garen <ggaren@apple.com>
478 Removed old window property tests because they didn't quite work and they
479 were looking at me funny. Replaced with new, comprehensive test.
481 * fast/dom/Window/window-properties-expected.txt: Added.
482 * fast/dom/Window/window-properties.html: Added.
483 * fast/js/window-properties-expected.txt: Removed.
484 * fast/js/window-properties.html: Removed.
485 * fast/js/window-properties2-expected.txt: Removed.
486 * fast/js/window-properties2.html: Removed.
488 2006-10-20 Anders Carlsson <acarlsson@apple.com>
492 Add test case for timer crash.
494 * fast/dom/timer-clear-interval-in-handler-expected.txt: Added.
495 * fast/dom/timer-clear-interval-in-handler.html: Added.
497 2006-10-20 Geoffrey Garen <ggaren@apple.com>
499 Reviewed by Beth, approved in principle by Adele, who couldn't be troubled
500 for an actual review.
502 Fixed http://bugs.webkit.org/show_bug.cgi?id=11345
503 1 fewer shouldChangeSelection delegate call for fast/forms/focus-control-to-page
505 I updated this test to use <input type="search"> because that's the only
506 remaining AppKit control, and the test's intention is verify tabbing
507 between AppKit and non-AppKit controls.
509 I updated the results because the behavior change is good.
511 Here's why the test regressed:
513 Our editing code is cra-zay. When AppKit calls nextKeyView, we not only
514 calculate the next key element in the page, we also focus it as a side-effect.
515 As a result, we used to fire a focus delegate twice, because AppKit happened
516 to call nextKeyView twice.
518 This test first regressed when Adele changed listboxes to be non-AppKit
519 controls (r16718). That change took AppKit out of test.
521 The regression redoubled itself when Adam moved TAB handling into the DOM
522 (r16741), taking AppKit out of TABing completely.
524 * fast/forms/focus-control-to-page-expected.txt:
525 * fast/forms/focus-control-to-page.html:
527 2006-10-19 Justin Garcia <justin.garcia@apple.com>
531 <rdar://problem/4447885>
532 API: WebView should have a method something like incrementLeftMarginBy: or indentBy:
534 Changed blockquotes in these tests to blockquote class="webkit-indent-blockquote".
535 * editing/execCommand/indent-empty-root-expected.txt:
536 * editing/execCommand/indent-selection-expected.checksum:
537 * editing/execCommand/indent-selection-expected.png:
538 * editing/execCommand/indent-selection-expected.txt:
539 * editing/execCommand/indent-selection.html:
540 * editing/execCommand/nsresponder-indent-expected.txt:
541 * editing/execCommand/nsresponder-outdent.html:
542 * editing/execCommand/outdent-selection-expected.checksum:
543 * editing/execCommand/outdent-selection-expected.png:
544 * editing/execCommand/outdent-selection-expected.txt:
546 Ditto. Added a FIXME:
547 * editing/execCommand/outdent-selection.html:
549 2006-10-19 Geoffrey Garen <ggaren@apple.com>
553 Added a delay before printing the last line of text to ensure that the two
554 lines consistently decode as separate chunks.
556 * http/tests/incremental/slow-utf8-css.pl:
557 * http/tests/incremental/slow-utf8-css-expected.txt:
559 2006-10-19 Alexey Proskuryakov <ap@nypop.com>
563 Test for http://bugs.webkit.org/show_bug.cgi?id=11141
564 REGRESSION(r16681-r16691): CSS '@import' doesn't respect HTML Base element
566 * http/tests/uri/css-href-2.css: Added.
567 * http/tests/uri/css-href-expected.checksum: Added.
568 * http/tests/uri/css-href-expected.png: Added.
569 * http/tests/uri/css-href-expected.txt: Added.
570 * http/tests/uri/css-href-fwd.css: Added.
571 * http/tests/uri/css-href.css: Added.
572 * http/tests/uri/css-href.php: Added.
573 * http/tests/uri/resources/css-href-2.css: Added.
574 * http/tests/uri/resources/css-href.css: Added.
576 2006-10-19 Geoffrey Garen <ggaren@apple.com>
578 Updated this test to avoid machine-specific results.
580 * fast/js/window-properties2-expected.txt:
581 * fast/js/window-properties2.html:
583 2006-10-18 Geoffrey Garen <ggaren@apple.com>
585 Test for some window properties that WebCore previously didn't enumerate.
587 * fast/js/window-properties2-expected.txt: Added.
588 * fast/js/window-properties2.html: Added.
590 2006-10-18 Geoffrey Garen <ggaren@apple.com>
594 Updated some results now that some global JS objects repeatably report their
595 statically declared properties.
597 * fast/js/window-properties-expected.txt:
598 * fast/js/window-properties.html:
600 2006-10-18 Adam Roben <aroben@apple.com>
604 Fix: http://bugs.webkit.org/show_bug.cgi?id=11342
605 fast/repaint/4774354 is failing
607 It seems that this test got checked in with incorrect results, as it
608 has been failing since its introduction in r17093.
610 * fast/repaint/4774354-expected.txt:
612 2006-10-18 Adam Roben <aroben@apple.com>
616 New test to make sure we're generating the correct keycodes for Tab
617 and Shift-Tab keypresses.
619 * fast/events/js-keyboard-event-creation-expected.txt: Added.
620 * fast/events/js-keyboard-event-creation.html: Added.
622 2006-10-18 Adam Roben <aroben@apple.com>
626 Fix: http://bugs.webkit.org/show_bug.cgi?id=11344
627 REGRESSION (r16741): webViewDidChangeSelection delegate not firing in
630 The behavior for display-none-in-onchange-keyboard is still correct
631 (we don't crash when the element about to receive focus gets
632 display:none set), so I've just generated new results for it.
634 The behavior of tabbing-input-iframe has changed a little. iframe
635 elements are now in the tab order, so I've changed the test to take
636 that into account and generated new results.
638 * fast/forms/display-none-in-onchange-keyboard-expected.txt:
639 * fast/forms/tabbing-input-iframe-expected.txt:
640 * fast/forms/tabbing-input-iframe.html:
642 2006-10-18 Justin Garcia <justin.garcia@apple.com>
646 <rdar://problem/4784823>
647 GMail Editor: Hang occurs when removing list styling on text in a rich text message
649 * editing/execCommand/remove-list-1-expected.checksum: Added.
650 * editing/execCommand/remove-list-1-expected.png: Added.
651 * editing/execCommand/remove-list-1-expected.txt: Added.
652 * editing/execCommand/remove-list-1.html: Added.
654 2006-10-17 Justin Garcia <justin.garcia@apple.com>
658 <rdar://problem/4765600>
659 REGRESSION: Mail.app: smart deletion of words does not work
661 * editing/deleting/smart-delete-003-expected.checksum: Added.
662 * editing/deleting/smart-delete-003-expected.png: Added.
663 * editing/deleting/smart-delete-003-expected.txt: Added.
664 * editing/deleting/smart-delete-003.html: Added.
665 * editing/deleting/smart-delete-004-expected.checksum: Added.
666 * editing/deleting/smart-delete-004-expected.png: Added.
667 * editing/deleting/smart-delete-004-expected.txt: Added.
668 * editing/deleting/smart-delete-004.html: Added.
670 2006-10-18 Adam Roben <aroben@apple.com>
674 Fix: http://bugs.webkit.org/show_bug.cgi?id=11340
675 editing/pasteboard/4641033 needs new results
677 Update results after r17071.
679 * editing/pasteboard/4641033-expected.txt:
681 2006-10-17 Justin Garcia <justin.garcia@apple.com>
685 <rdar://problem/4776665>
686 REGRESSION: In Mail, caret is visible when the message body isn't focused
688 * editing/selection/4776665-expected.checksum: Added.
689 * editing/selection/4776665-expected.png: Added.
690 * editing/selection/4776665-expected.txt: Added.
691 * editing/selection/4776665.html: Added.
693 2006-10-17 Justin Garcia <justin.garcia@apple.com>
697 <rdar://problem/4774354>
698 REGRESSION: In Gmail, caret reappears when dragging a selection over some text in the message body
700 * fast/repaint/4774354-expected.checksum: Added.
701 * fast/repaint/4774354-expected.png: Added.
702 * fast/repaint/4774354-expected.txt: Added.
703 * fast/repaint/4774354.html: Added.
704 * fast/repaint/resources/contenteditable-iframe-src.html: Added.
706 2006-10-17 Justin Garcia <justin.garcia@apple.com>
710 <rdar://problem/4776765>
711 REGRESSION: Caret's ghost left behind after inserting a paragraph separator (11237)
713 * fast/repaint/4776765-expected.checksum: Added.
714 * fast/repaint/4776765-expected.png: Added.
715 * fast/repaint/4776765-expected.txt: Added.
716 * fast/repaint/4776765.html: Added.
718 2006-10-17 Alice Liu <alice.liu@apple.com>
720 Reviewed by Tim Hatcher.
722 When nodes are removed, selections are cleared, and when
723 http://bugs.webkit.org/show_bug.cgi?id=6498 was fixed, we started
724 sending didChangeSelection notifications. Updating the test results
725 fixes some of the tests mentioned in http://bugs.webkit.org/show_bug.cgi?id=10924
727 * fast/dynamic/move-node-with-selection-expected.txt:
728 * fast/events/dblclick-addEventListener-expected.txt:
729 * fast/events/updateLayoutForHitTest-expected.txt:
731 2006-10-17 Alice Liu <alice.liu@apple.com>
735 updating test results after r17068 - http://bugs.webkit.org/show_bug.cgi?id=11320
737 * fast/block/float/013-expected.checksum:
738 * fast/block/float/013-expected.txt:
740 2006-10-17 Adam Roben <aroben@apple.com>
744 Fixes http://bugs.webkit.org/show_bug.cgi?id=11214
745 http/tests/xmlhttprequest/exceptions.html needs new results
747 Updating results after r16794.
749 * http/tests/xmlhttprequest/exceptions-expected.txt:
750 * http/tests/xmlhttprequest/exceptions.html: Add comments about why we
751 don't follow the XHR spec.
753 2006-10-16 Justin Garcia <justin.garcia@apple.com>
757 <rdar://problem/3655385>
758 Editing: -indent: method unimplemented
760 * editing/execCommand/nsresponder-indent-expected.checksum: Added.
761 * editing/execCommand/nsresponder-indent-expected.png: Added.
762 * editing/execCommand/nsresponder-indent-expected.txt: Added.
763 * editing/execCommand/nsresponder-indent.html: Added.
764 * editing/execCommand/nsresponder-outdent-expected.checksum: Added.
765 * editing/execCommand/nsresponder-outdent-expected.png: Added.
766 * editing/execCommand/nsresponder-outdent-expected.txt: Added.
767 * editing/execCommand/nsresponder-outdent.html: Added.
769 2006-10-13 Justin Garcia <justin.garcia@apple.com>
771 Reviewed by ggaren and harrison
773 <rdar://problem/4744008>
774 9A270: Mail crashes when I try to paste large items from Safari
776 * editing/pasteboard/4744008-expected.txt: Added.
777 * editing/pasteboard/4744008.html: Added.
779 2006-10-13 Geoffrey Garen <ggaren@apple.com>
781 Tests for accessing renderer-dependent properties from a javascript: URL.
783 * fast/frames/frame-js-url-clientWidth-expected.txt: Added.
784 * fast/frames/frame-js-url-clientWidth.html: Added.
785 * fast/frames/iframe-js-url-clientWidth-expected.txt: Added.
786 * fast/frames/iframe-js-url-clientWidth.html: Added.
788 2006-10-13 David Harrison <harrison@apple.com>
792 <rdar://problem/4746860> Mail crash in WebCore::CSSMutableStyleDeclaration::merge(WebCore::CSSMutableStyleDeclaration*, bool)
794 * editing/style/style-boundary-005.html: Added. Matches steps from bug.
795 * editing/execCommand/hilitecolor-expected.txt: Updated (no empty Apple style spans).
796 * editing/style/remove-underline-across-paragraph-in-bold-expected.txt: Updated (no empty Apple style spans).
797 * editing/style/remove-underline-in-bold-expected.txt: Updated (no empty Apple style spans).
798 * editing/style/typing-style-003-expected.txt: Updated (no empty Apple style spans).
800 2006-10-12 Adele Peterson <adele@apple.com>
804 - Test for http://bugs.webkit.org/show_bug.cgi?id=11172
805 REGRESSION (NativeListBox): OPTION text paints over the edge of the select element at http://jobs.apple.com/
807 * fast/forms/listbox-width-change-expected.txt: Added.
808 * fast/forms/listbox-width-change-expected.png: Added.
809 * fast/forms/listbox-width-change-expected.checksum: Added.
810 * fast/forms/listbox-width-change.html: Added.
812 2006-10-11 Kevin McCullough <KMcCullough@apple.com>
816 These test DST behavior on the cusp of a change (i.e. spring forward, fall back)
818 * fast/js/date-DST-time-cusps-expected.txt: Added.
819 * fast/js/date-DST-time-cusps.html: Added.
820 * fast/js/resources/date-DST-time-cusps.js: Added.
822 2006-10-11 Oliver Hunt <oliver@apple.com>
826 Fix svg text related layout tests
828 * svg/custom/getsvgdocument-expected.txt:
829 * svg/hixie/viewbox/003-expected.txt:
831 2006-10-11 Oliver Hunt <oliver@apple.com>
835 Test case for http://bugs.webkit.org/show_bug.cgi?id=11251
837 * fast/canvas/zero-size-fill-rect-expected.checksum: Added.
838 * fast/canvas/zero-size-fill-rect-expected.png: Added.
839 * fast/canvas/zero-size-fill-rect-expected.txt: Added.
840 * fast/canvas/zero-size-fill-rect.html: Added.
842 2006-10-11 Rob Buis <buis@kde.org>
847 http://bugs.webkit.org/show_bug.cgi?id=11221
848 REGRESSION: iExploder crash due to style="cursor: url()"
850 * fast/css/invalid-cursor-property-crash-expected.txt: Added.
851 * fast/css/invalid-cursor-property-crash.html: Added.
853 2006-10-11 Antti Koivisto <koivisto@iki.fi>
857 Test for http://bugs.webkit.org/show_bug.cgi?id=4377
859 * fast/layers/layer-visibility-expected.checksum: Added.
860 * fast/layers/layer-visibility-expected.png: Added.
861 * fast/layers/layer-visibility-expected.txt: Added.
862 * fast/layers/layer-visibility.html: Added.
864 2006-10-10 Oliver Hunt <ohunt@apple.com>
866 Rubber stamped by Anders.
868 Updated to deal with new svg text renderers, and
871 custom/text-clip testcase was incorrect, and has been fixed
873 * svg/W3C-SVG-1.1/animate-elem-02-t-expected.txt:
874 * svg/W3C-SVG-1.1/animate-elem-03-t-expected.txt:
875 * svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt:
876 * svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt:
877 * svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt:
878 * svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt:
879 * svg/W3C-SVG-1.1/animate-elem-08-t-expected.checksum:
880 * svg/W3C-SVG-1.1/animate-elem-08-t-expected.png:
881 * svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt:
882 * svg/W3C-SVG-1.1/animate-elem-09-t-expected.txt:
883 * svg/W3C-SVG-1.1/animate-elem-10-t-expected.txt:
884 * svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt:
885 * svg/W3C-SVG-1.1/animate-elem-12-t-expected.txt:
886 * svg/W3C-SVG-1.1/animate-elem-13-t-expected.txt:
887 * svg/W3C-SVG-1.1/animate-elem-14-t-expected.txt:
888 * svg/W3C-SVG-1.1/animate-elem-15-t-expected.txt:
889 * svg/W3C-SVG-1.1/animate-elem-16-t-expected.txt:
890 * svg/W3C-SVG-1.1/animate-elem-17-t-expected.txt:
891 * svg/W3C-SVG-1.1/animate-elem-18-t-expected.txt:
892 * svg/W3C-SVG-1.1/animate-elem-19-t-expected.txt:
893 * svg/W3C-SVG-1.1/animate-elem-20-t-expected.txt:
894 * svg/W3C-SVG-1.1/animate-elem-21-t-expected.txt:
895 * svg/W3C-SVG-1.1/animate-elem-22-b-expected.checksum:
896 * svg/W3C-SVG-1.1/animate-elem-22-b-expected.png:
897 * svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt:
898 * svg/W3C-SVG-1.1/animate-elem-23-t-expected.txt:
899 * svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt:
900 * svg/W3C-SVG-1.1/animate-elem-25-t-expected.txt:
901 * svg/W3C-SVG-1.1/animate-elem-26-t-expected.txt:
902 * svg/W3C-SVG-1.1/animate-elem-27-t-expected.checksum:
903 * svg/W3C-SVG-1.1/animate-elem-27-t-expected.png:
904 * svg/W3C-SVG-1.1/animate-elem-27-t-expected.txt:
905 * svg/W3C-SVG-1.1/animate-elem-28-t-expected.txt:
906 * svg/W3C-SVG-1.1/animate-elem-29-b-expected.txt:
907 * svg/W3C-SVG-1.1/color-prof-01-f-expected.txt:
908 * svg/W3C-SVG-1.1/color-prop-01-b-expected.txt:
909 * svg/W3C-SVG-1.1/color-prop-02-f-expected.txt:
910 * svg/W3C-SVG-1.1/color-prop-03-t-expected.txt:
911 * svg/W3C-SVG-1.1/coords-trans-01-b-expected.txt:
912 * svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt:
913 * svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt:
914 * svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt:
915 * svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt:
916 * svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt:
917 * svg/W3C-SVG-1.1/coords-units-01-b-expected.txt:
918 * svg/W3C-SVG-1.1/coords-units-02-b-expected.txt:
919 * svg/W3C-SVG-1.1/coords-units-03-b-expected.txt:
920 * svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.txt:
921 * svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.txt:
922 * svg/W3C-SVG-1.1/extend-namespace-01-f-expected.checksum:
923 * svg/W3C-SVG-1.1/extend-namespace-01-f-expected.png:
924 * svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt:
925 * svg/W3C-SVG-1.1/filters-blend-01-b-expected.checksum:
926 * svg/W3C-SVG-1.1/filters-blend-01-b-expected.png:
927 * svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt:
928 * svg/W3C-SVG-1.1/filters-color-01-b-expected.checksum:
929 * svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
930 * svg/W3C-SVG-1.1/filters-color-01-b-expected.txt:
931 * svg/W3C-SVG-1.1/filters-composite-02-b-expected.checksum:
932 * svg/W3C-SVG-1.1/filters-composite-02-b-expected.png:
933 * svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt:
934 * svg/W3C-SVG-1.1/filters-comptran-01-b-expected.checksum:
935 * svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
936 * svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt:
937 * svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt:
938 * svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.checksum:
939 * svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.png:
940 * svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.txt:
941 * svg/W3C-SVG-1.1/filters-displace-01-f-expected.checksum:
942 * svg/W3C-SVG-1.1/filters-displace-01-f-expected.png:
943 * svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt:
944 * svg/W3C-SVG-1.1/filters-example-01-b-expected.checksum:
945 * svg/W3C-SVG-1.1/filters-example-01-b-expected.png:
946 * svg/W3C-SVG-1.1/filters-example-01-b-expected.txt:
947 * svg/W3C-SVG-1.1/filters-gauss-01-b-expected.checksum:
948 * svg/W3C-SVG-1.1/filters-gauss-01-b-expected.png:
949 * svg/W3C-SVG-1.1/filters-gauss-01-b-expected.txt:
950 * svg/W3C-SVG-1.1/filters-image-01-b-expected.checksum:
951 * svg/W3C-SVG-1.1/filters-image-01-b-expected.png:
952 * svg/W3C-SVG-1.1/filters-image-01-b-expected.txt:
953 * svg/W3C-SVG-1.1/filters-light-01-f-expected.checksum:
954 * svg/W3C-SVG-1.1/filters-light-01-f-expected.png:
955 * svg/W3C-SVG-1.1/filters-light-01-f-expected.txt:
956 * svg/W3C-SVG-1.1/filters-morph-01-f-expected.checksum:
957 * svg/W3C-SVG-1.1/filters-morph-01-f-expected.png:
958 * svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt:
959 * svg/W3C-SVG-1.1/filters-offset-01-b-expected.checksum:
960 * svg/W3C-SVG-1.1/filters-offset-01-b-expected.png:
961 * svg/W3C-SVG-1.1/filters-offset-01-b-expected.txt:
962 * svg/W3C-SVG-1.1/filters-specular-01-f-expected.checksum:
963 * svg/W3C-SVG-1.1/filters-specular-01-f-expected.png:
964 * svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt:
965 * svg/W3C-SVG-1.1/filters-tile-01-b-expected.checksum:
966 * svg/W3C-SVG-1.1/filters-tile-01-b-expected.png:
967 * svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt:
968 * svg/W3C-SVG-1.1/filters-turb-01-f-expected.checksum:
969 * svg/W3C-SVG-1.1/filters-turb-01-f-expected.png:
970 * svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt:
971 * svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt:
972 * svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt:
973 * svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt:
974 * svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt:
975 * svg/W3C-SVG-1.1/interact-cursor-01-f-expected.checksum:
976 * svg/W3C-SVG-1.1/interact-cursor-01-f-expected.png:
977 * svg/W3C-SVG-1.1/interact-cursor-01-f-expected.txt:
978 * svg/W3C-SVG-1.1/interact-dom-01-b-expected.txt:
979 * svg/W3C-SVG-1.1/interact-events-01-b-expected.txt:
980 * svg/W3C-SVG-1.1/interact-order-01-b-expected.txt:
981 * svg/W3C-SVG-1.1/interact-order-02-b-expected.txt:
982 * svg/W3C-SVG-1.1/interact-order-03-b-expected.txt:
983 * svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt:
984 * svg/W3C-SVG-1.1/linking-a-01-b-expected.txt:
985 * svg/W3C-SVG-1.1/linking-a-02-b-expected.txt:
986 * svg/W3C-SVG-1.1/linking-a-03-b-expected.txt:
987 * svg/W3C-SVG-1.1/linking-a-04-t-expected.txt:
988 * svg/W3C-SVG-1.1/linking-uri-01-b-expected.txt:
989 * svg/W3C-SVG-1.1/linking-uri-02-b-expected.txt:
990 * svg/W3C-SVG-1.1/linking-uri-03-t-expected.txt:
991 * svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt:
992 * svg/W3C-SVG-1.1/masking-opacity-01-b-expected.txt:
993 * svg/W3C-SVG-1.1/masking-path-01-b-expected.txt:
994 * svg/W3C-SVG-1.1/masking-path-02-b-expected.txt:
995 * svg/W3C-SVG-1.1/masking-path-03-b-expected.txt:
996 * svg/W3C-SVG-1.1/masking-path-04-b-expected.txt:
997 * svg/W3C-SVG-1.1/masking-path-05-f-expected.txt:
998 * svg/W3C-SVG-1.1/metadata-example-01-b-expected.txt:
999 * svg/W3C-SVG-1.1/painting-fill-01-t-expected.txt:
1000 * svg/W3C-SVG-1.1/painting-fill-02-t-expected.txt:
1001 * svg/W3C-SVG-1.1/painting-fill-03-t-expected.txt:
1002 * svg/W3C-SVG-1.1/painting-fill-04-t-expected.txt:
1003 * svg/W3C-SVG-1.1/painting-marker-01-f-expected.txt:
1004 * svg/W3C-SVG-1.1/painting-marker-02-f-expected.txt:
1005 * svg/W3C-SVG-1.1/painting-render-01-b-expected.checksum:
1006 * svg/W3C-SVG-1.1/painting-render-01-b-expected.png:
1007 * svg/W3C-SVG-1.1/painting-render-01-b-expected.txt:
1008 * svg/W3C-SVG-1.1/painting-stroke-01-t-expected.txt:
1009 * svg/W3C-SVG-1.1/painting-stroke-02-t-expected.txt:
1010 * svg/W3C-SVG-1.1/painting-stroke-03-t-expected.txt:
1011 * svg/W3C-SVG-1.1/painting-stroke-04-t-expected.txt:
1012 * svg/W3C-SVG-1.1/paths-data-01-t-expected.txt:
1013 * svg/W3C-SVG-1.1/paths-data-02-t-expected.txt:
1014 * svg/W3C-SVG-1.1/paths-data-03-f-expected.txt:
1015 * svg/W3C-SVG-1.1/paths-data-04-t-expected.txt:
1016 * svg/W3C-SVG-1.1/paths-data-05-t-expected.txt:
1017 * svg/W3C-SVG-1.1/paths-data-06-t-expected.txt:
1018 * svg/W3C-SVG-1.1/paths-data-07-t-expected.txt:
1019 * svg/W3C-SVG-1.1/pservers-grad-01-b-expected.txt:
1020 * svg/W3C-SVG-1.1/pservers-grad-02-b-expected.txt:
1021 * svg/W3C-SVG-1.1/pservers-grad-03-b-expected.txt:
1022 * svg/W3C-SVG-1.1/pservers-grad-04-b-expected.txt:
1023 * svg/W3C-SVG-1.1/pservers-grad-05-b-expected.txt:
1024 * svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt:
1025 * svg/W3C-SVG-1.1/pservers-grad-07-b-expected.txt:
1026 * svg/W3C-SVG-1.1/pservers-grad-08-b-expected.txt:
1027 * svg/W3C-SVG-1.1/pservers-grad-09-b-expected.txt:
1028 * svg/W3C-SVG-1.1/pservers-grad-10-b-expected.txt:
1029 * svg/W3C-SVG-1.1/pservers-grad-11-b-expected.txt:
1030 * svg/W3C-SVG-1.1/pservers-grad-12-b-expected.txt:
1031 * svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.txt:
1032 * svg/W3C-SVG-1.1/render-elems-01-t-expected.txt:
1033 * svg/W3C-SVG-1.1/render-elems-02-t-expected.txt:
1034 * svg/W3C-SVG-1.1/render-elems-03-t-expected.txt:
1035 * svg/W3C-SVG-1.1/render-elems-06-t-expected.txt:
1036 * svg/W3C-SVG-1.1/render-elems-07-t-expected.txt:
1037 * svg/W3C-SVG-1.1/render-elems-08-t-expected.txt:
1038 * svg/W3C-SVG-1.1/render-groups-01-b-expected.checksum:
1039 * svg/W3C-SVG-1.1/render-groups-01-b-expected.png:
1040 * svg/W3C-SVG-1.1/render-groups-01-b-expected.txt:
1041 * svg/W3C-SVG-1.1/render-groups-03-t-expected.txt:
1042 * svg/W3C-SVG-1.1/script-handle-01-b-expected.txt:
1043 * svg/W3C-SVG-1.1/script-handle-02-b-expected.txt:
1044 * svg/W3C-SVG-1.1/script-handle-03-b-expected.txt:
1045 * svg/W3C-SVG-1.1/script-handle-04-b-expected.txt:
1046 * svg/W3C-SVG-1.1/shapes-circle-01-t-expected.txt:
1047 * svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.txt:
1048 * svg/W3C-SVG-1.1/shapes-line-01-t-expected.txt:
1049 * svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.txt:
1050 * svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.txt:
1051 * svg/W3C-SVG-1.1/shapes-rect-01-t-expected.txt:
1052 * svg/W3C-SVG-1.1/struct-cond-01-t-expected.txt:
1053 * svg/W3C-SVG-1.1/struct-cond-02-t-expected.txt:
1054 * svg/W3C-SVG-1.1/struct-defs-01-t-expected.txt:
1055 * svg/W3C-SVG-1.1/struct-dom-01-b-expected.txt:
1056 * svg/W3C-SVG-1.1/struct-dom-02-b-expected.txt:
1057 * svg/W3C-SVG-1.1/struct-dom-03-b-expected.txt:
1058 * svg/W3C-SVG-1.1/struct-dom-04-b-expected.txt:
1059 * svg/W3C-SVG-1.1/struct-dom-05-b-expected.txt:
1060 * svg/W3C-SVG-1.1/struct-dom-06-b-expected.txt:
1061 * svg/W3C-SVG-1.1/struct-group-01-t-expected.txt:
1062 * svg/W3C-SVG-1.1/struct-group-02-b-expected.txt:
1063 * svg/W3C-SVG-1.1/struct-image-01-t-expected.txt:
1064 * svg/W3C-SVG-1.1/struct-image-02-b-expected.txt:
1065 * svg/W3C-SVG-1.1/struct-image-03-t-expected.txt:
1066 * svg/W3C-SVG-1.1/struct-image-04-t-expected.txt:
1067 * svg/W3C-SVG-1.1/struct-image-05-b-expected.txt:
1068 * svg/W3C-SVG-1.1/struct-symbol-01-b-expected.txt:
1069 * svg/W3C-SVG-1.1/styling-css-01-b-expected.txt:
1070 * svg/W3C-SVG-1.1/styling-css-02-b-expected.txt:
1071 * svg/W3C-SVG-1.1/styling-css-03-b-expected.txt:
1072 * svg/W3C-SVG-1.1/styling-inherit-01-b-expected.txt:
1073 * svg/W3C-SVG-1.1/styling-pres-01-t-expected.txt:
1074 * svg/W3C-SVG-1.1/text-align-01-b-expected.checksum:
1075 * svg/W3C-SVG-1.1/text-align-01-b-expected.png:
1076 * svg/W3C-SVG-1.1/text-align-01-b-expected.txt:
1077 * svg/W3C-SVG-1.1/text-align-02-b-expected.checksum:
1078 * svg/W3C-SVG-1.1/text-align-02-b-expected.png:
1079 * svg/W3C-SVG-1.1/text-align-02-b-expected.txt:
1080 * svg/W3C-SVG-1.1/text-align-03-b-expected.checksum:
1081 * svg/W3C-SVG-1.1/text-align-03-b-expected.png:
1082 * svg/W3C-SVG-1.1/text-align-03-b-expected.txt:
1083 * svg/W3C-SVG-1.1/text-align-04-b-expected.checksum:
1084 * svg/W3C-SVG-1.1/text-align-04-b-expected.png:
1085 * svg/W3C-SVG-1.1/text-align-04-b-expected.txt:
1086 * svg/W3C-SVG-1.1/text-align-05-b-expected.checksum:
1087 * svg/W3C-SVG-1.1/text-align-05-b-expected.png:
1088 * svg/W3C-SVG-1.1/text-align-05-b-expected.txt:
1089 * svg/W3C-SVG-1.1/text-align-06-b-expected.checksum:
1090 * svg/W3C-SVG-1.1/text-align-06-b-expected.png:
1091 * svg/W3C-SVG-1.1/text-align-06-b-expected.txt:
1092 * svg/W3C-SVG-1.1/text-altglyph-01-b-expected.txt:
1093 * svg/W3C-SVG-1.1/text-deco-01-b-expected.checksum:
1094 * svg/W3C-SVG-1.1/text-deco-01-b-expected.png:
1095 * svg/W3C-SVG-1.1/text-deco-01-b-expected.txt:
1096 * svg/W3C-SVG-1.1/text-fonts-01-t-expected.checksum:
1097 * svg/W3C-SVG-1.1/text-fonts-01-t-expected.png:
1098 * svg/W3C-SVG-1.1/text-fonts-01-t-expected.txt:
1099 * svg/W3C-SVG-1.1/text-fonts-02-t-expected.txt:
1100 * svg/W3C-SVG-1.1/text-path-01-b-expected.txt:
1101 * svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt:
1102 * svg/W3C-SVG-1.1/text-text-01-b-expected.txt:
1103 * svg/W3C-SVG-1.1/text-text-03-b-expected.txt:
1104 * svg/W3C-SVG-1.1/text-tref-01-b-expected.txt:
1105 * svg/W3C-SVG-1.1/text-tselect-01-b-expected.checksum:
1106 * svg/W3C-SVG-1.1/text-tselect-01-b-expected.png:
1107 * svg/W3C-SVG-1.1/text-tselect-01-b-expected.txt:
1108 * svg/W3C-SVG-1.1/text-tspan-01-b-expected.checksum:
1109 * svg/W3C-SVG-1.1/text-tspan-01-b-expected.png:
1110 * svg/W3C-SVG-1.1/text-tspan-01-b-expected.txt:
1111 * svg/W3C-SVG-1.1/text-ws-01-t-expected.txt:
1112 * svg/W3C-SVG-1.1/text-ws-02-t-expected.txt:
1113 * svg/custom/baseval-animval-equality-expected.checksum:
1114 * svg/custom/baseval-animval-equality-expected.png:
1115 * svg/custom/coords-relative-units-transforms-expected.checksum:
1116 * svg/custom/coords-relative-units-transforms-expected.png:
1117 * svg/custom/coords-relative-units-transforms-expected.txt:
1118 * svg/custom/createelement-expected.txt:
1119 * svg/custom/feComponentTransfer-Discrete-expected.txt:
1120 * svg/custom/feComponentTransfer-Gamma-expected.txt:
1121 * svg/custom/feComponentTransfer-Linear-expected.txt:
1122 * svg/custom/feComponentTransfer-Table-expected.txt:
1123 * svg/custom/foreign-object-skew-expected.txt:
1124 * svg/custom/gradient-stroke-width-expected.txt:
1125 * svg/custom/image-with-transform-clip-filter-expected.txt:
1126 * svg/custom/invalid-css-expected.txt:
1127 * svg/custom/invalid-fill-expected.txt:
1128 * svg/custom/invalid-viewbox1-expected.txt:
1129 * svg/custom/invalid-viewbox2-expected.txt:
1130 * svg/custom/junk-data-expected.txt:
1131 * svg/custom/marker-overflow-clip-expected.txt:
1132 * svg/custom/missing-xlink-expected.txt:
1133 * svg/custom/non-opaque-filters-expected.txt:
1134 * svg/custom/pointer-events-path-expected.txt:
1135 * svg/custom/svg-overflow-types-expected.txt:
1136 text-clip was an incorrect test, rather than an incorrect result
1137 * svg/custom/text-clip-expected.txt:
1138 * svg/custom/text-clip.svg:
1139 * svg/custom/text-filter-expected.txt:
1140 * svg/custom/text-gradient-no-content-expected.txt:
1141 * svg/custom/text-hit-test-expected.txt:
1142 * svg/custom/text-image-opacity-expected.txt:
1143 * svg/custom/tref-update-expected.txt:
1145 2006-10-09 Maciej Stachowiak <mjs@apple.com>
1149 - test case that ensures Referer[sic] header is sent
1151 * http/tests/misc/referrer-expected.txt: Added.
1152 * http/tests/misc/referrer.html: Added.
1153 * http/tests/misc/resources/referrer-result.php: Added.
1155 2006-10-09 Nikolas Zimmermann <zimmermann@kde.org>
1159 Use log() instead of alert() just like in all other tests.
1161 * editing/selection/move-begin-end.html:
1163 2006-10-07 Andrew Wellington <proton@wiretapped.net>
1167 Test for http://bugzilla.opendarwin.org/show_bug.cgi?id=10837
1168 Bug 10837: REGRESSION: Yahoo New Charts Crashes WebKit
1170 * fast/dom/HTMLDocument/frameless-location-bugzilla10837-expected.checksum: Added.
1171 * fast/dom/HTMLDocument/frameless-location-bugzilla10837-expected.png: Added.
1172 * fast/dom/HTMLDocument/frameless-location-bugzilla10837-expected.txt: Added.
1173 * fast/dom/HTMLDocument/frameless-location-bugzilla10837.html: Added.
1175 2006-10-05 Alexey Proskuryakov <ap@nypop.com>
1179 http://bugs.webkit.org/show_bug.cgi?id=11054
1180 REGRESSION: Traditional Chinese encoding in login authentication
1182 Each of these tests is passed by Firefox 1.5 and/or WinIE 6.
1184 * fast/encoding/GBK/EUC-CN-expected.txt: Added.
1185 * fast/encoding/GBK/EUC-CN.html: Added.
1186 * fast/encoding/GBK/chinese-expected.txt: Added.
1187 * fast/encoding/GBK/chinese.html: Added.
1188 * fast/encoding/GBK/cn-gb-expected.txt: Added.
1189 * fast/encoding/GBK/cn-gb.html: Added.
1190 * fast/encoding/GBK/csgb2312-expected.txt: Added.
1191 * fast/encoding/GBK/csgb2312.html: Added.
1192 * fast/encoding/GBK/csgb231280-expected.txt: Added.
1193 * fast/encoding/GBK/csgb231280.html: Added.
1194 * fast/encoding/GBK/gb2312-expected.txt: Added.
1195 * fast/encoding/GBK/gb2312.html: Added.
1196 * fast/encoding/GBK/gb_2312-80-expected.txt: Added.
1197 * fast/encoding/GBK/gb_2312-80.html: Added.
1198 * fast/encoding/GBK/gbk-expected.txt: Added.
1199 * fast/encoding/GBK/gbk.html: Added.
1200 * fast/encoding/GBK/iso-ir-58-expected.txt: Added.
1201 * fast/encoding/GBK/iso-ir-58.html: Added.
1202 * fast/encoding/GBK/x-euc-cn-expected.txt: Added.
1203 * fast/encoding/GBK/x-euc-cn.html: Added.
1204 * fast/encoding/GBK/x-gbk-expected.txt: Added.
1205 * fast/encoding/GBK/x-gbk.html: Added.
1207 2006-10-04 Anders Carlsson <acarlsson@apple.com>
1211 * fast/frames/frame-src-attribute-expected.txt:
1214 2006-10-03 Alexey Proskuryakov <ap@nypop.com>
1218 http://bugs.webkit.org/show_bug.cgi?id=11130
1219 Convert "undefined" to AE missing value
1221 * fast/AppleScript/001-expected.txt:
1222 * fast/AppleScript/array-expected.txt:
1223 Updated the results.
1225 2006-10-03 Justin Garcia <justin.garcia@apple.com>
1227 Reviewed by harrison
1229 * editing/execCommand/paste-1-expected.checksum: Added.
1230 * editing/execCommand/paste-1-expected.png: Added.
1231 * editing/execCommand/paste-1-expected.txt: Added.
1232 * editing/execCommand/paste-1.html: Added.
1233 * editing/execCommand/paste-2-expected.checksum: Added.
1234 * editing/execCommand/paste-2-expected.png: Added.
1235 * editing/execCommand/paste-2-expected.txt: Added.
1236 * editing/execCommand/paste-2.html: Added.
1238 2006-10-03 Beth Dakin <bdakin@apple.com>
1242 Changing these two counters tests so they pass on the BuildBot.
1244 * fast/css/counters/counter04-expected.checksum:
1245 * fast/css/counters/counter04-expected.png:
1246 * fast/css/counters/counter04-expected.txt:
1247 * fast/css/counters/counter04.html:
1248 * fast/css/counters/counters04-expected.checksum:
1249 * fast/css/counters/counters04-expected.png:
1250 * fast/css/counters/counters04-expected.txt:
1251 * fast/css/counters/counters04.html:
1253 2006-10-03 Justin Garcia <justin.garcia@apple.com>
1257 Fixed a typo, updating expected results.
1259 * editing/execCommand/create-list-with-hr-expected.checksum:
1260 * editing/execCommand/create-list-with-hr-expected.png:
1261 * editing/execCommand/create-list-with-hr-expected.txt:
1263 2006-10-03 David Harrison <harrison@apple.com>
1267 <rdar://problem/4671286> Candidate Window isn't displayed and only first candidate is displayed at typing location.
1269 Updated test so that it actually shows the caret rect for the caret position.
1270 Before, it was showing the caret rect for the 9th character of the test description.
1272 * fast/text/justified-text-rect-expected.checksum:
1273 * fast/text/justified-text-rect-expected.png:
1274 * fast/text/justified-text-rect-expected.txt:
1275 * fast/text/justified-text-rect.html:
1277 2006-10-02 Justin Garcia <justin.garcia@apple.com>
1281 * editing/execCommand/create-list-with-hr-expected.checksum: Added.
1282 * editing/execCommand/create-list-with-hr-expected.png: Added.
1283 * editing/execCommand/create-list-with-hr-expected.txt: Added.
1284 * editing/execCommand/create-list-with-hr.html: Added.
1286 2006-10-02 Beth Dakin <bdakin@apple.com>
1288 Minor harassment followed by abject surrender provided by ggggaren.
1292 * fast/css/counters/contentNone-expected.checksum: Added.
1293 * fast/css/counters/contentNone-expected.png: Added.
1294 * fast/css/counters/contentNone-expected.txt: Added.
1295 * fast/css/counters/contentNone.html: Added.
1296 * fast/css/counters/counter00-expected.checksum: Added.
1297 * fast/css/counters/counter00-expected.png: Added.
1298 * fast/css/counters/counter00-expected.txt: Added.
1299 * fast/css/counters/counter00.html: Added.
1300 * fast/css/counters/counter01-expected.checksum: Added.
1301 * fast/css/counters/counter01-expected.png: Added.
1302 * fast/css/counters/counter01-expected.txt: Added.
1303 * fast/css/counters/counter01.html: Added.
1304 * fast/css/counters/counter02-expected.checksum: Added.
1305 * fast/css/counters/counter02-expected.png: Added.
1306 * fast/css/counters/counter02-expected.txt: Added.
1307 * fast/css/counters/counter02.html: Added.
1308 * fast/css/counters/counter03-expected.checksum: Added.
1309 * fast/css/counters/counter03-expected.png: Added.
1310 * fast/css/counters/counter03-expected.txt: Added.
1311 * fast/css/counters/counter03.html: Added.
1312 * fast/css/counters/counter04-expected.checksum: Added.
1313 * fast/css/counters/counter04-expected.png: Added.
1314 * fast/css/counters/counter04-expected.txt: Added.
1315 * fast/css/counters/counter04.html: Added.
1316 * fast/css/counters/counter05-expected.checksum: Added.
1317 * fast/css/counters/counter05-expected.png: Added.
1318 * fast/css/counters/counter05-expected.txt: Added.
1319 * fast/css/counters/counter05.html: Added.
1320 * fast/css/counters/counter06-expected.checksum: Added.
1321 * fast/css/counters/counter06-expected.png: Added.
1322 * fast/css/counters/counter06-expected.txt: Added.
1323 * fast/css/counters/counter06.html: Added.
1324 * fast/css/counters/counter07-expected.checksum: Added.
1325 * fast/css/counters/counter07-expected.png: Added.
1326 * fast/css/counters/counter07-expected.txt: Added.
1327 * fast/css/counters/counter07.html: Added.
1328 * fast/css/counters/counter08-expected.checksum: Added.
1329 * fast/css/counters/counter08-expected.png: Added.
1330 * fast/css/counters/counter08-expected.txt: Added.
1331 * fast/css/counters/counter08.html: Added.
1332 * fast/css/counters/counter09-expected.checksum: Added.
1333 * fast/css/counters/counter09-expected.png: Added.
1334 * fast/css/counters/counter09-expected.txt: Added.
1335 * fast/css/counters/counter09.html: Added.
1336 * fast/css/counters/counter10-expected.checksum: Added.
1337 * fast/css/counters/counter10-expected.png: Added.
1338 * fast/css/counters/counter10-expected.txt: Added.
1339 * fast/css/counters/counter10.html: Added.
1340 * fast/css/counters/counter11-expected.checksum: Added.
1341 * fast/css/counters/counter11-expected.png: Added.
1342 * fast/css/counters/counter11-expected.txt: Added.
1343 * fast/css/counters/counter11.html: Added.
1344 * fast/css/counters/counter12-expected.checksum: Added.
1345 * fast/css/counters/counter12-expected.png: Added.
1346 * fast/css/counters/counter12-expected.txt: Added.
1347 * fast/css/counters/counter12.html: Added.
1348 * fast/css/counters/counter13-expected.checksum: Added.
1349 * fast/css/counters/counter13-expected.png: Added.
1350 * fast/css/counters/counter13-expected.txt: Added.
1351 * fast/css/counters/counter13.html: Added.
1352 * fast/css/counters/counter14-expected.checksum: Added.
1353 * fast/css/counters/counter14-expected.png: Added.
1354 * fast/css/counters/counter14-expected.txt: Added.
1355 * fast/css/counters/counter14.html: Added.
1356 * fast/css/counters/counter15-expected.checksum: Added.
1357 * fast/css/counters/counter15-expected.png: Added.
1358 * fast/css/counters/counter15-expected.txt: Added.
1359 * fast/css/counters/counter15.html: Added.
1360 * fast/css/counters/counter16-expected.checksum: Added.
1361 * fast/css/counters/counter16-expected.png: Added.
1362 * fast/css/counters/counter16-expected.txt: Added.
1363 * fast/css/counters/counter16.html: Added.
1364 * fast/css/counters/counters00-expected.checksum: Added.
1365 * fast/css/counters/counters00-expected.png: Added.
1366 * fast/css/counters/counters00-expected.txt: Added.
1367 * fast/css/counters/counters00.html: Added.
1368 * fast/css/counters/counters01-expected.checksum: Added.
1369 * fast/css/counters/counters01-expected.png: Added.
1370 * fast/css/counters/counters01-expected.txt: Added.
1371 * fast/css/counters/counters01.html: Added.
1372 * fast/css/counters/counters02-expected.checksum: Added.
1373 * fast/css/counters/counters02-expected.png: Added.
1374 * fast/css/counters/counters02-expected.txt: Added.
1375 * fast/css/counters/counters02.html: Added.
1376 * fast/css/counters/counters03-expected.checksum: Added.
1377 * fast/css/counters/counters03-expected.png: Added.
1378 * fast/css/counters/counters03-expected.txt: Added.
1379 * fast/css/counters/counters03.html: Added.
1380 * fast/css/counters/counters04-expected.checksum: Added.
1381 * fast/css/counters/counters04-expected.png: Added.
1382 * fast/css/counters/counters04-expected.txt: Added.
1383 * fast/css/counters/counters04.html: Added.
1384 * fast/css/counters/counters05-expected.checksum: Added.
1385 * fast/css/counters/counters05-expected.png: Added.
1386 * fast/css/counters/counters05-expected.txt: Added.
1387 * fast/css/counters/counters05.html: Added.
1388 * fast/css/counters/counters06-expected.checksum: Added.
1389 * fast/css/counters/counters06-expected.png: Added.
1390 * fast/css/counters/counters06-expected.txt: Added.
1391 * fast/css/counters/counters06.html: Added.
1392 * fast/css/counters/counters07-expected.checksum: Added.
1393 * fast/css/counters/counters07-expected.png: Added.
1394 * fast/css/counters/counters07-expected.txt: Added.
1395 * fast/css/counters/counters07.html: Added.
1396 * fast/css/counters/counters08-expected.checksum: Added.
1397 * fast/css/counters/counters08-expected.png: Added.
1398 * fast/css/counters/counters08-expected.txt: Added.
1399 * fast/css/counters/counters08.html: Added.
1400 * fast/css/counters/counters09-expected.checksum: Added.
1401 * fast/css/counters/counters09-expected.png: Added.
1402 * fast/css/counters/counters09-expected.txt: Added.
1403 * fast/css/counters/counters09.html: Added.
1404 * fast/css/counters/counters10-expected.checksum: Added.
1405 * fast/css/counters/counters10-expected.png: Added.
1406 * fast/css/counters/counters10-expected.txt: Added.
1407 * fast/css/counters/counters10.html: Added.
1408 * fast/css/counters/counters11-expected.checksum: Added.
1409 * fast/css/counters/counters11-expected.png: Added.
1410 * fast/css/counters/counters11-expected.txt: Added.
1411 * fast/css/counters/counters11.html: Added.
1412 * fast/css/counters/counters12-expected.checksum: Added.
1413 * fast/css/counters/counters12-expected.png: Added.
1414 * fast/css/counters/counters12-expected.txt: Added.
1415 * fast/css/counters/counters12.html: Added.
1416 * fast/css/counters/counters13-expected.checksum: Added.
1417 * fast/css/counters/counters13-expected.png: Added.
1418 * fast/css/counters/counters13-expected.txt: Added.
1419 * fast/css/counters/counters13.html: Added.
1420 * fast/css/counters/counters14-expected.checksum: Added.
1421 * fast/css/counters/counters14-expected.png: Added.
1422 * fast/css/counters/counters14-expected.txt: Added.
1423 * fast/css/counters/counters14.html: Added.
1424 * fast/css/counters/counters15-expected.checksum: Added.
1425 * fast/css/counters/counters15-expected.png: Added.
1426 * fast/css/counters/counters15-expected.txt: Added.
1427 * fast/css/counters/counters15.html: Added.
1428 * fast/css/counters/counters18-expected.checksum: Added.
1429 * fast/css/counters/counters18-expected.png: Added.
1430 * fast/css/counters/counters18-expected.txt: Added.
1431 * fast/css/counters/counters18.html: Added.
1432 * fast/css/counters/implied00-expected.checksum: Added.
1433 * fast/css/counters/implied00-expected.png: Added.
1434 * fast/css/counters/implied00-expected.txt: Added.
1435 * fast/css/counters/implied00.html: Added.
1436 * fast/css/counters/root-expected.checksum: Added.
1437 * fast/css/counters/root-expected.png: Added.
1438 * fast/css/counters/root-expected.txt: Added.
1439 * fast/css/counters/root.html: Added.
1440 * fast/css/counters/visibilityNone-expected.checksum: Added.
1441 * fast/css/counters/visibilityNone-expected.png: Added.
1442 * fast/css/counters/visibilityNone-expected.txt: Added.
1443 * fast/css/counters/visibilityNone.html: Added.
1445 2006-10-02 Adam Roben <aroben@apple.com>
1449 This change fixes a couple of problems with the window-properties
1450 test. window-properties' output changes depending on the presence or
1451 non-presence of session history (see
1452 http://bugs.webkit.org/show_bug.cgi?id=10965 for details). For this
1453 reason, the test must always be run as part of a run of ALL layout
1454 tests. The test results checked in were generated from an individual
1455 run of this test, so the buildbots were always failing since they run
1456 all the tests at once.
1458 This change regenerates the results for the test using a full run of
1459 layout tests. The test now also prints out object class names, and
1460 will print an error message when the test is run by itself.
1462 * fast/js/window-properties-expected.txt:
1463 * fast/js/window-properties.html:
1465 2006-10-02 Adele Peterson <adele@apple.com>
1469 - Updated results for <rdar://problem/4463841> Switch to use new list box implementation for <select multiple>
1471 * fast/forms/HTMLOptionElement_label05-expected.checksum:
1472 * fast/forms/HTMLOptionElement_label05-expected.png:
1473 * fast/forms/HTMLOptionElement_label05-expected.txt:
1474 * fast/forms/form-element-geometry-expected.checksum:
1475 * fast/forms/form-element-geometry-expected.png:
1476 * fast/forms/form-element-geometry-expected.txt:
1477 * fast/forms/option-strip-whitespace-expected.checksum:
1478 * fast/forms/option-strip-whitespace-expected.png:
1479 * fast/forms/option-strip-whitespace-expected.txt:
1480 * fast/forms/password-doubleclick-selection-expected.txt: Added.
1481 * fast/forms/password-doubleclick-selection.html: Added.
1482 * fast/forms/select-change-popup-to-listbox-expected.checksum:
1483 * fast/forms/select-change-popup-to-listbox-expected.png:
1484 * fast/forms/select-change-popup-to-listbox-expected.txt:
1485 * fast/text/updateNewFont-expected.checksum:
1486 * fast/text/updateNewFont-expected.png:
1487 * fast/text/updateNewFont-expected.txt:
1489 2006-10-01 Maciej Stachowiak <mjs@apple.com>
1491 Rubber stamped by Alexey.
1493 - reverted fix for http://bugs.webkit.org/show_bug.cgi?id=10893 since it led to layout test crashes
1495 * fast/dom/css-insert-import-rule-expected.txt: Removed.
1496 * fast/dom/css-insert-import-rule.html: Removed.
1498 2006-09-30 Geoffrey Garen <ggaren@apple.com>
1500 Added test for the viewource attribute, which applies to <frame> and
1503 * fast/frames/viewsource-attribute-expected.txt: Added.
1504 * fast/frames/viewsource-attribute.html: Added.
1506 * fast/frames/frameElement-widthheight.html: Removed stray character.
1508 2006-09-30 David Harrison <harrison@apple.com>
1510 Reviewed by John Sullivan.
1512 <rdar://problem/4641262> REGRESSION: Japanese text corrupts on wrapping point
1514 * fast/text/international/wrap-CJK-001-expected.checksum: Added.
1515 * fast/text/international/wrap-CJK-001-expected.png: Added.
1516 * fast/text/international/wrap-CJK-001-expected.txt: Added.
1517 * fast/text/international/wrap-CJK-001.html: Added.
1519 2006-10-01 Graham Dennis <graham.dennis@gmail.com>
1523 Test for http://bugs.webkit.org/show_bug.cgi?id=10842
1524 REGRESSION (r15418): contenteditable div truncates rightmost Japanese character
1526 * fast/text/line-breaks-after-white-space-expected.checksum: Added.
1527 * fast/text/line-breaks-after-white-space-expected.png: Added.
1528 * fast/text/line-breaks-after-white-space-expected.txt: Added.
1529 * fast/text/line-breaks-after-white-space.html: Added.
1531 2006-10-01 Alexey Proskuryakov <ap@nypop.com>
1533 Reviewed by Maciej and Darin.
1535 Test for http://bugs.webkit.org/show_bug.cgi?id=4372
1536 JavaScript document.write page form does not submit in Safari
1538 * fast/forms/document-write-expected.txt: Added.
1539 * fast/forms/document-write.html: Added.
1541 2006-09-30 Alexey Proskuryakov <ap@nypop.com>
1545 Test for http://bugs.webkit.org/show_bug.cgi?id=11011
1546 External CSS is parsed as iso-8859-1 even though the main document is utf-8
1548 * fast/encoding/css-charset-default-expected.txt: Added.
1549 * fast/encoding/css-charset-default.xhtml: Added.
1550 * fast/encoding/css-charset-import.css: Added.
1551 * fast/encoding/css-charset-inherit-iso-8859-5.css: Added.
1552 * fast/encoding/css-charset-inherit-koi-8.css: Added.
1554 2006-09-30 Rob Buis <buis@kde.org>
1556 Reviewed by eseidel.
1559 http://bugs.webkit.org/show_bug.cgi?id=11096
1560 Hit testing for polylines fails
1562 * svg/custom/polyline-hittest-expected.checksum: Added.
1563 * svg/custom/polyline-hittest-expected.png: Added.
1564 * svg/custom/polyline-hittest-expected.txt: Added.
1565 * svg/custom/polyline-hittest.svg: Added.
1567 2006-09-29 Timothy Hatcher <timothy@apple.com>
1569 Bug 11041: fast/dom/isindex-001 needs new results
1570 http://bugs.webkit.org/show_bug.cgi?id=11041
1572 * fast/dom/isindex-001-expected.txt:
1574 2006-09-29 Geoffrey Garen <ggaren@apple.com>
1576 Reviewed by John, Maciej.
1578 Added test for whether a frame element reports its src attribute as a
1579 complete, rather than relative, URL.
1581 * fast/frames/frame-src-attribute-expected.txt: Added.
1582 * fast/frames/frame-src-attribute.html: Added.
1583 * fast/frames/resources/frame-src-attribute-subframe.html: Added.
1585 2006-09-29 David Harrison <harrison@apple.com>
1587 Reviewed by John Sullivan.
1589 <rdar://problem/4663772> REGRESSION: Cannot type in Japanese after replying to a particular message
1590 <rdar://problem/4673293> REGRESSION: Can't enter the Japanese characters in Mail or Blot
1592 * fast/text/attributed-substring-from-range-001-expected.txt: Added.
1593 * fast/text/attributed-substring-from-range-001.html: Added.
1595 Check attributed string results when starting or ending at a br element.
1597 2006-09-29 Rob Buis <buis@kde.org>
1602 http://bugs.webkit.org/show_bug.cgi?id=10893
1603 InsertRule can not handle @import statements
1605 * fast/dom/css-insert-import-rule.html: Added.
1606 * fast/dom/resources/css-insert-import-rule.css: Added.
1608 2006-09-28 David Harrison <harrison@apple.com>
1612 Call clearKillRing() so we are guaranteed to start with empty kill ring.
1614 * editing/pasteboard/emacs-cntl-y-001.html:
1616 2006-09-27 Eric Seidel <eric@eseidel.com>
1620 paths with no fill specified default to black but do not recieve paint-related mouse events
1621 http://bugs.webkit.org/show_bug.cgi?id=11069
1623 * svg/custom/hover-default-fill-expected.checksum: Added.
1624 * svg/custom/hover-default-fill-expected.png: Added.
1625 * svg/custom/hover-default-fill-expected.txt: Added.
1626 * svg/custom/hover-default-fill.svg: Added.
1628 2006-09-27 Rob Buis <buis@kde.org>
1630 Reviewed by eseidel.
1633 http://bugs.webkit.org/show_bug.cgi?id=11015
1634 SVG handles em units incorrectly
1636 * svg/custom/viewport-em-expected.checksum: Added.
1637 * svg/custom/viewport-em-expected.png: Added.
1638 * svg/custom/viewport-em-expected.txt: Added.
1639 * svg/custom/viewport-em.svg: Added.
1640 * svg/custom/viewport-update2-expected.checksum: Added.
1641 * svg/custom/viewport-update2-expected.png: Added.
1642 * svg/custom/viewport-update2-expected.txt: Added.
1643 * svg/custom/viewport-update2.svg: Added.
1645 2006-09-27 Eric Seidel <eric@eseidel.com>
1649 Updated test (and results) for new invalid fill behavior.
1650 http://bugs.webkit.org/show_bug.cgi?id=11017
1652 * svg/custom/invalid-fill-expected.checksum:
1653 * svg/custom/invalid-fill-expected.png:
1654 * svg/custom/invalid-fill-expected.txt:
1655 * svg/custom/invalid-fill.svg:
1657 2006-09-26 Justin Garcia <justin.garcia@apple.com>
1661 <rdar://problem/4747695>
1662 Gmail Editor: Crash at WebCore::Range::startPosition() when decreasing a indent
1664 * editing/deleting/list-item-1-expected.checksum: Added.
1665 * editing/deleting/list-item-1-expected.png: Added.
1666 * editing/deleting/list-item-1-expected.txt: Added.
1667 * editing/deleting/list-item-1.html: Added.
1668 * editing/execCommand/remove-list-item-1-expected.checksum: Added.
1669 * editing/execCommand/remove-list-item-1-expected.png: Added.
1670 * editing/execCommand/remove-list-item-1-expected.txt: Added.
1671 * editing/execCommand/remove-list-item-1.html: Added.
1673 2006-09-26 David Harrison <harrison@apple.com>
1675 Reviewed by John and TimH.
1677 <rdar://problem/4743256> Seed: Ctrl-Y key binding does nothing when kill ring is empty
1679 * editing/pasteboard/emacs-cntl-y-001-expected.checksum: Added.
1680 * editing/pasteboard/emacs-cntl-y-001-expected.png: Added.
1681 * editing/pasteboard/emacs-cntl-y-001-expected.txt: Added.
1682 * editing/pasteboard/emacs-cntl-y-001.html: Added.
1684 2006-09-26 Eric Seidel <eric@eseidel.com>
1688 viewbox parser does not allow <tab> as a delimiter
1689 http://bugs.webkit.org/show_bug.cgi?id=11014
1691 * svg/hixie/viewbox/003-expected.checksum: Added.
1692 * svg/hixie/viewbox/003-expected.png: Added.
1693 * svg/hixie/viewbox/003-expected.txt: Added.
1694 * svg/hixie/viewbox/003.xml: Added.
1696 2006-09-26 Eric Seidel <eric@eseidel.com>
1700 SVGDocument::createElement does not create elements in the SVG namespace
1701 http://bugs.webkit.org/show_bug.cgi?id=10932
1703 * svg/custom/createelement-expected.checksum: Added.
1704 * svg/custom/createelement-expected.png: Added.
1705 * svg/custom/createelement-expected.txt: Added.
1706 * svg/custom/createelement.svg: Added.
1708 2006-09-26 Eric Seidel <eric@eseidel.com>
1712 RenderPath::nodeAtPoint does not respect stroke width
1713 http://bugs.webkit.org/show_bug.cgi?id=10829
1715 * svg/custom/stroke-width-click-expected.txt: Added.
1716 * svg/custom/stroke-width-click.svg: Added.
1718 2006-09-25 Justin Garcia <justin.garcia@apple.com>
1722 * editing/execCommand/indent-empty-root-expected.checksum: Added.
1723 * editing/execCommand/indent-empty-root-expected.png: Added.
1724 * editing/execCommand/indent-empty-root-expected.txt: Added.
1725 * editing/execCommand/indent-empty-root.html: Added.
1727 2006-09-24 Eric Seidel <eric@eseidel.com>
1731 Add test: svg/custom/viewport-clip.svg
1732 and update results for:
1733 http://bugs.webkit.org/show_bug.cgi?id=11007
1734 (Also update some old results, due to CoreImage variance)
1736 * svg/custom/baseval-animval-equality.svg:
1737 * svg/custom/empty-merge-expected.checksum:
1738 * svg/custom/empty-merge-expected.png:
1739 * svg/custom/empty-merge-expected.txt:
1740 * svg/custom/empty-merge.svg:
1741 * svg/custom/feDisplacementMap-01-expected.checksum:
1742 * svg/custom/feDisplacementMap-01-expected.png:
1743 * svg/custom/foreign-object-skew-expected.checksum:
1744 * svg/custom/foreign-object-skew-expected.png:
1745 * svg/custom/gradient-stroke-width-expected.txt:
1746 * svg/custom/grayscale-gradient-mask-expected.checksum:
1747 * svg/custom/grayscale-gradient-mask-expected.png:
1748 * svg/custom/grayscale-gradient-mask-expected.txt:
1749 * svg/custom/grayscale-gradient-mask.svg:
1750 * svg/custom/image-with-transform-clip-filter-expected.checksum:
1751 * svg/custom/image-with-transform-clip-filter-expected.png:
1752 * svg/custom/path-bad-data-expected.checksum:
1753 * svg/custom/path-bad-data-expected.png:
1754 * svg/custom/path-bad-data-expected.txt:
1755 * svg/custom/text-filter-expected.checksum:
1756 * svg/custom/text-filter-expected.png:
1757 * svg/custom/text-image-opacity-expected.checksum:
1758 * svg/custom/text-image-opacity-expected.png:
1759 * svg/custom/transform-scale-parse.svg:
1760 * svg/custom/viewport-clip-expected.checksum: Added.
1761 * svg/custom/viewport-clip-expected.png: Added.
1762 * svg/custom/viewport-clip-expected.txt: Added.
1763 * svg/custom/viewport-clip.svg: Added.
1765 2006-09-24 Eric Seidel <eric@eseidel.com>
1769 Browsers disagree on behavior for an invalid fill
1770 http://bugs.webkit.org/show_bug.cgi?id=11017
1772 * svg/custom/invalid-fill-expected.checksum: Added.
1773 * svg/custom/invalid-fill-expected.png: Added.
1774 * svg/custom/invalid-fill-expected.txt: Added.
1775 * svg/custom/invalid-fill.svg: Added.
1777 2006-09-24 Eric Seidel <eric@eseidel.com>
1781 Import one of Hixie's tests for:
1782 <svg:a> cannot be styled with a:hover
1783 http://bugs.webkit.org/show_bug.cgi?id=11005
1785 * svg/hixie/cascade/002.css: Added.
1786 * svg/hixie/cascade/002.xml: Added.
1788 2006-09-23 Alexey Proskuryakov <ap@nypop.com>
1792 http://bugs.webkit.org/show_bug.cgi?id=4872
1793 XMLHttpRequest fails to throw an exception when there is a security violation
1794 (mismatching domains)
1796 * http/tests/xmlhttprequest/exceptions-expected.txt: Added.
1797 * http/tests/xmlhttprequest/exceptions.html: Added.
1799 * http/tests/xmlhttprequest/extra-parameters-expected.txt: Added.
1800 * http/tests/xmlhttprequest/extra-parameters.html: Added.
1801 * http/tests/xmlhttprequest/resources/post-echo.cgi: Added.
1802 Test that passing too many parameters is OK (Firefox behavior; WinIE raises an exception).
1804 * fast/dom/xmlhttprequest-get-expected.txt: Updated results.
1806 * http/tests/xmlhttprequest/zero-length-response-expected.txt:
1807 * http/tests/xmlhttprequest/zero-length-response-sync-expected.txt:
1808 * http/tests/xmlhttprequest/zero-length-response-sync.html:
1809 * http/tests/xmlhttprequest/zero-length-response.html:
1810 Updated results and changed state names to match the current spec.
1812 * http/tests/xmlhttprequest/resources/zero-length.xml: Added.
1814 2006-09-21 Nikolas Zimmermann <zimmermann@kde.org>
1816 Reviewed by eseidel.
1819 http://bugs.webkit.org/show_bug.cgi?id=10977
1820 SVGDocument does not expose 'rootElement' property
1822 * svg/custom/rootelement-expected.checksum: Added.
1823 * svg/custom/rootelement-expected.png: Added.
1824 * svg/custom/rootelement-expected.txt: Added.
1825 * svg/custom/rootelement.svg: Added.
1827 2006-09-21 Timothy Hatcher <timothy@apple.com>
1829 Adding more calls to layoutTestController.dumpChildFrameScrollPositions()
1830 for tests that need to report child frame scroll positions.
1832 * http/tests/navigation/anchor-frames.html:
1833 * http/tests/navigation/anchor-subframeload.html:
1834 * http/tests/navigation/relativeanchor-frames.html:
1836 2006-09-21 Timothy Hatcher <timothy@apple.com>
1840 Bug 10923: Frame scroll layout test failures on the buildbot
1841 http://bugs.webkit.org/show_bug.cgi?id=10923
1843 Made this test call layoutTestController.dumpChildFrameScrollPositions().
1845 * fast/overflow/scrollRevealButton-expected.txt:
1846 * fast/overflow/scrollRevealButton.html:
1848 2006-09-20 Justin Garcia <justin.garcia@apple.com>
1852 * editing/pasteboard/subframe-dragndrop-1-expected.checksum: Added.
1853 * editing/pasteboard/subframe-dragndrop-1-expected.png: Added.
1854 * editing/pasteboard/subframe-dragndrop-1-expected.txt: Added.
1855 * editing/pasteboard/subframe-dragndrop-1.html: Added.
1857 2006-09-20 Rob Buis <buis@kde.org>
1859 Reviewed by eseidel.
1861 Updated test results because of:
1862 http://bugs.webkit.org/show_bug.cgi?id=10946
1863 new marker code draws end-marker in wrong place
1865 * svg/W3C-SVG-1.1/painting-marker-02-f-expected.checksum:
1866 * svg/W3C-SVG-1.1/painting-marker-02-f-expected.png:
1867 * svg/custom/invalid-css-expected.txt:
1869 2006-09-20 Julien Palmas <julien.palmas@gmail.com>
1871 Reviewed by eseidel. Landed by eseidel.
1873 Test for http://bugs.webkit.org/show_bug.cgi?id=6003
1875 * svg/custom/pattern-y-offset-expected.checksum: Added.
1876 * svg/custom/pattern-y-offset-expected.png: Added.
1877 * svg/custom/pattern-y-offset-expected.txt: Added.
1878 * svg/custom/pattern-y-offset.svg: Added.
1880 2006-09-20 Justin Garcia <justin.garcia@apple.com>
1882 Reviewed by harrison
1884 * editing/selection/editable-links.html: Added.
1885 * editing/selection/editable-links.html-disabled: Removed.
1887 2006-09-20 Adam Roben <aroben@apple.com>
1889 Reviewed by timothy.
1891 Fixes http://bugs.webkit.org/show_bug.cgi?id=10953
1892 Test results for fast/js/window-properties.html should include
1893 children of window.document.body.firstChild
1895 * fast/js/window-properties-expected.txt: Regenerate results which now
1896 include window.document.body.firstChild.*
1897 * fast/js/window-properties.html: Print out 'null' for null objects
1898 instead of 'object' for more clarity
1900 2006-09-20 Adam Roben <aroben@apple.com>
1904 Adding test for http://bugs.webkit.org/show_bug.cgi?id=10935
1905 REGRESSION: file upload control with direction:rtl or text-align:right
1906 draws button on top of filename/icon
1908 * fast/forms/file-input-direction-expected.checksum: Added.
1909 * fast/forms/file-input-direction-expected.png: Added.
1910 * fast/forms/file-input-direction-expected.txt: Added.
1911 * fast/forms/file-input-direction.html: Added.
1913 2006-09-20 Eric Seidel <eric@eseidel.com>
1917 Commit two test updates I forgot to commit with:
1918 Markers should clip to their viewport.
1919 http://bugs.webkit.org/show_bug.cgi?id=5967
1921 * svg/W3C-SVG-1.1/painting-marker-01-f-expected.checksum:
1922 * svg/W3C-SVG-1.1/painting-marker-01-f-expected.png:
1923 * svg/W3C-SVG-1.1/painting-marker-01-f-expected.txt:
1924 * svg/W3C-SVG-1.1/painting-marker-02-f-expected.checksum:
1925 * svg/W3C-SVG-1.1/painting-marker-02-f-expected.png:
1926 * svg/W3C-SVG-1.1/painting-marker-02-f-expected.txt:
1928 2006-09-19 Eric Seidel <eric@eseidel.com>
1932 Updated results for http://bugs.webkit.org/show_bug.cgi?id=8585
1934 * svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt:
1935 * svg/W3C-SVG-1.1/filters-color-01-b-expected.txt:
1936 * svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt:
1937 * svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt:
1938 * svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt:
1939 * svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.txt:
1940 * svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt:
1941 * svg/W3C-SVG-1.1/filters-example-01-b-expected.txt:
1942 * svg/W3C-SVG-1.1/filters-gauss-01-b-expected.txt:
1943 * svg/W3C-SVG-1.1/filters-image-01-b-expected.txt:
1944 * svg/W3C-SVG-1.1/filters-light-01-f-expected.txt:
1945 * svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt:
1946 * svg/W3C-SVG-1.1/filters-offset-01-b-expected.txt:
1947 * svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt:
1948 * svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt:
1949 * svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt:
1950 * svg/custom/feComponentTransfer-Discrete-expected.txt:
1951 * svg/custom/feComponentTransfer-Gamma-expected.txt:
1952 * svg/custom/feComponentTransfer-Linear-expected.txt:
1953 * svg/custom/feComponentTransfer-Table-expected.txt:
1954 * svg/custom/feDisplacementMap-01-expected.txt:
1955 * svg/custom/filter-source-alpha-expected.txt:
1956 * svg/custom/image-with-transform-clip-filter-expected.txt:
1957 * svg/custom/non-opaque-filters-expected.txt:
1958 * svg/custom/text-filter-expected.txt:
1960 2006-09-19 Eric Seidel <eric@eseidel.com>
1964 Markers should clip to their viewport.
1965 http://bugs.webkit.org/show_bug.cgi?id=5967
1967 * svg/custom/marker-overflow-clip-expected.checksum: Added.
1968 * svg/custom/marker-overflow-clip-expected.png: Added.
1969 * svg/custom/marker-overflow-clip-expected.txt: Added.
1970 * svg/custom/marker-overflow-clip.svg: Added.
1972 2006-09-19 Justin Garcia <justin.garcia@apple.com>
1976 Disabling this test temporarily.
1978 * editing/selection/editable-links.html: Removed.
1979 * editing/selection/editable-links.html-disabled: Added.
1981 2006-09-19 Justin Garcia <justin.garcia@apple.com>
1983 Reviewed by harrison
1985 * editing/selection/editable-links-expected.checksum: Added.
1986 * editing/selection/editable-links-expected.png: Added.
1987 * editing/selection/editable-links-expected.txt: Added.
1988 * editing/selection/editable-links.html: Added.
1990 2006-09-19 Justin Garcia <justin.garcia@apple.com>
1992 Reviewed by harrison
1994 * editing/pasteboard/pasting-tabs-expected.checksum: Added.
1995 * editing/pasteboard/pasting-tabs-expected.png: Added.
1996 * editing/pasteboard/pasting-tabs-expected.txt: Added.
1997 * editing/pasteboard/pasting-tabs.html: Added.
1999 2006-09-18 Adam Roben <aroben@apple.com>
2003 Update tests for the new file upload control.
2005 * fast/forms/file-input-disabled-expected.txt:
2006 * fast/forms/form-element-geometry-expected.txt:
2007 * fast/forms/input-appearance-height-expected.txt:
2008 * fast/forms/input-value-expected.txt:
2010 2006-09-17 Eric Seidel <eric@eseidel.com>
2014 * fast/js/window-properties.html: make work in Firefox (hangs IE)
2016 2006-09-17 Eric Seidel <eric@eseidel.com>
2018 Add a textual dump of the window object property tree.
2022 * fast/js/window-properties-expected.txt: Added.
2023 * fast/js/window-properties.html: Added.
2025 2006-09-17 David Hyatt <hyatt@apple.com>
2027 Adding layout test for bug 10899.
2029 * fast/text/basic/generic-family-changes-expected.checksum: Added.
2030 * fast/text/basic/generic-family-changes-expected.png: Added.
2031 * fast/text/basic/generic-family-changes-expected.txt: Added.
2032 * fast/text/basic/generic-family-changes.html: Added.
2034 2006-09-17 Alexey Proskuryakov <ap@nypop.com>
2038 Test for http://bugs.webkit.org/show_bug.cgi?id=10852
2039 REGRESSION: Reproducible crash in XMLHttpRequest::abort()
2041 Currently, this test prints an error message to the console, because requests from
2042 an unload handler still don't work.
2044 * http/tests/xmlhttprequest/xhr-onunload-expected.txt: Added.
2045 * http/tests/xmlhttprequest/xhr-onunload.html: Added.
2047 2006-09-15 Justin Garcia <justin.garcia@apple.com>
2049 Reviewed by harrison
2051 <rdar://problem/4674869>
2052 REGRESSION: selecting text to write over results in cursor jumping to middle of next line
2054 * editing/deleting/whitespace-pre-1-expected.checksum: Added.
2055 * editing/deleting/whitespace-pre-1-expected.png: Added.
2056 * editing/deleting/whitespace-pre-1-expected.txt: Added.
2057 * editing/deleting/whitespace-pre-1.html: Added.
2059 2006-09-15 Timothy Hatcher <timothy@apple.com>
2063 Updating results to new expected values.
2065 * fast/lists/drag-into-marker-expected.txt:
2066 * fast/repaint/selection-after-delete-expected.txt:
2068 2006-09-15 Timothy Hatcher <timothy@apple.com>
2072 Updating results to new expected values.
2074 * editing/inserting/4278698-expected.txt:
2075 * fast/dom/window-xy-properties-expected.txt:
2077 2006-09-15 Adam Roben <aroben@apple.com>
2079 Reviewed by timothy.
2081 Part of http://bugs.webkit.org/show_bug.cgi?id=10865
2082 New file upload control should match the width of the old one
2084 Update tests to match new file upload control.
2086 * fast/forms/file-input-disabled-expected.txt:
2087 * fast/forms/form-element-geometry-expected.txt:
2088 * fast/forms/input-appearance-height-expected.txt:
2089 * fast/forms/input-value-expected.txt:
2091 2006-09-15 Kevin McCullough <KMcCullough@apple.com>
2093 - just layout test result changes
2095 * fast/dom/Range/range-compareNode-expected.txt:
2096 * fast/dom/Range/range-intersectsNode-expected.txt:
2098 2006-09-14 Justin Garcia <justin.garcia@apple.com>
2100 Reviewed by harrison
2102 <rdar://problem/4655880> Up/Down arrows skip over To Do
2104 * editing/selection/mixed-editability-3-expected.checksum: Added.
2105 * editing/selection/mixed-editability-3-expected.png: Added.
2106 * editing/selection/mixed-editability-3-expected.txt: Added.
2107 * editing/selection/mixed-editability-3.html: Added.
2108 * editing/selection/mixed-editability-4-expected.checksum: Added.
2109 * editing/selection/mixed-editability-4-expected.png: Added.
2110 * editing/selection/mixed-editability-4-expected.txt: Added.
2111 * editing/selection/mixed-editability-4.html: Added.
2112 * editing/selection/mixed-editability-5-expected.checksum: Added.
2113 * editing/selection/mixed-editability-5-expected.png: Added.
2114 * editing/selection/mixed-editability-5-expected.txt: Added.
2115 * editing/selection/mixed-editability-5.html: Added.
2117 2006-09-14 Graham Dennis <graham.dennis@gmail.com>
2119 Reviewed by Justin Garcia.
2121 Modified testcase for:
2122 http://bugs.webkit.org/show_bug.cgi?id=10726
2123 Crash in ApplyStyleCommand::applyRelativeFontStyleChange
2125 * editing/style/table-selection-expected.checksum:
2126 * editing/style/table-selection-expected.png:
2127 * editing/style/table-selection-expected.txt:
2128 * editing/style/table-selection.html:
2129 This testcase was for 10579, which is very similar to this bug (10726)
2130 Now the testcase tests both bugs.
2132 2006-09-13 Adam Roben <aroben@apple.com>
2134 Rubberstamped by hyatt.
2136 Updating tables results after hyatt landed a fix for
2137 http://bugs.webkit.org/show_bug.cgi?id=8126
2138 Padding must not apply to columns
2140 * tables/mozilla/bugs/bug139524-2-expected.txt:
2141 * tables/mozilla/bugs/bug139524-4-expected.txt:
2142 * tables/mozilla/bugs/bug32841-expected.txt:
2143 * tables/mozilla/dom/appendCol2-expected.txt:
2144 * tables/mozilla/dom/deleteCol1-expected.txt:
2145 * tables/mozilla/dom/deleteCol2-expected.txt:
2146 * tables/mozilla/dom/deleteCol3-expected.txt:
2147 * tables/mozilla/dom/deleteColGroup1-expected.txt:
2148 * tables/mozilla/dom/deleteColGroup2-expected.txt:
2149 * tables/mozilla/dom/insertColGroups1-expected.txt:
2150 * tables/mozilla/dom/insertColGroups2-expected.txt:
2151 * tables/mozilla/dom/insertCols1-expected.txt:
2152 * tables/mozilla/dom/insertCols2-expected.txt:
2153 * tables/mozilla/dom/insertCols3-expected.txt:
2154 * tables/mozilla/dom/insertCols4-expected.txt:
2155 * tables/mozilla/dom/insertCols5-expected.txt:
2156 * tables/mozilla/marvin/body_col-expected.txt:
2157 * tables/mozilla/marvin/x_col_span-expected.txt:
2158 * tables/mozilla/marvin/x_col_width_px-expected.txt:
2159 * tables/mozilla/marvin/x_colgroup_span-expected.txt:
2160 * tables/mozilla/other/body_col-expected.txt:
2161 * tables/mozilla_expected_failures/bugs/bug1128-expected.txt:
2162 * tables/mozilla_expected_failures/bugs/bug29058-2-expected.txt:
2163 * tables/mozilla_expected_failures/bugs/bug45621-expected.txt:
2164 * tables/mozilla_expected_failures/bugs/bug7243-expected.txt:
2165 * tables/mozilla_expected_failures/core/cols1-expected.txt:
2166 * tables/mozilla_expected_failures/dom/appendCol1-expected.txt:
2167 * tables/mozilla_expected_failures/dom/appendColGroup1-expected.txt:
2168 * tables/mozilla_expected_failures/other/test4-expected.txt:
2170 2006-09-12 Julien Palmas <julien.palmas@gmail.com>
2172 Reviewed by darin. Landed by eseidel.
2174 * svg/custom/svgpolyparser-extra-space-expected.checksum: Added.
2175 * svg/custom/svgpolyparser-extra-space-expected.png: Added.
2176 * svg/custom/svgpolyparser-extra-space-expected.txt: Added.
2177 * svg/custom/svgpolyparser-extra-space.svg: Added.
2179 2006-09-12 Kevin McCullough <KMcCullough@apple.com>
2181 Reviewed by Andersca, Maciej, Brady.
2183 * fast/dom/Range/range-intersectsNode-expected.txt: Added.
2184 * fast/dom/Range/range-intersectsNode.html: Added.
2185 * fast/dom/Range/resources/intersectsNode.js: Added.
2187 2006-09-12 Nikolas Zimmermann <zimmermann@kde.org>
2189 Reviewed by eseidel. Landed by eseidel.
2191 Fixed: http://bugs.webkit.org/show_bug.cgi?id=10826
2193 * svg/W3C-SVG-1.1/struct-dom-01-b-expected.checksum:
2194 * svg/W3C-SVG-1.1/struct-dom-01-b-expected.png:
2195 * svg/W3C-SVG-1.1/struct-dom-01-b-expected.txt:
2197 2006-09-11 Nikolas Zimmermann <zimmermann@kde.org>
2199 Reviewed by eseidel. Landed by eseidel.
2201 * svg/custom/baseval-animval-equality.svg: Added.
2203 2006-09-11 Kevin McCullough <KMcCullough@apple.com>
2208 * fast/dom/Range/range-compareNode-expected.txt: Added.
2209 * fast/dom/Range/range-compareNode.html: Added.
2210 * fast/dom/Range/range-comparePoint.html:
2212 2006-09-11 Vladimir Olexa <vladimir.olexa@gmail.com>
2216 - test for http://bugs.webkit.org/show_bug.cgi?id=10323
2217 REGRESSION: javascript: URL containing '\\' gets passed as '//'
2219 * fast/dom/javascript-backslash-expected.txt: Added.
2220 * fast/dom/javascript-backslash.html: Added.
2222 2006-09-11 Darin Adler <darin@apple.com>
2224 - converted a test to plain text (makes it platform independent; fixes a failure)
2226 * fast/events/ondragenter-expected.checksum: Removed.
2227 * fast/events/ondragenter-expected.png: Removed.
2228 * fast/events/ondragenter-expected.txt:
2229 * fast/events/ondragenter.html:
2231 2006-09-10 Darin Adler <darin@apple.com>
2233 - converted a test to plain text (makes it platform independent; fixes a failure)
2235 * fast/text/plain-text-line-breaks-expected.checksum: Removed.
2236 * fast/text/plain-text-line-breaks-expected.png: Removed.
2237 * fast/text/plain-text-line-breaks-expected.txt: Regenerated.
2238 * fast/text/plain-text-line-breaks.html: Added a call to dumpAsText().
2240 2006-09-08 Timothy Hatcher <timothy@apple.com>
2242 Adds a test for the CSS URL quoting logic.
2244 * fast/inspector/cssURLQuotes-expected.txt: Added.
2245 * fast/inspector/cssURLQuotes.html: Added.
2247 2006-09-09 Alexey Proskuryakov <ap@nypop.com>
2251 http://bugs.webkit.org/show_bug.cgi?id=10759
2252 fast/AppleScript/array.html test failing
2254 * fast/AppleScript/001-expected.txt: Updated results.
2256 2006-09-07 Alexey Proskuryakov <ap@nypop.com>
2260 Test for http://bugs.webkit.org/show_bug.cgi?id=10753
2261 REGRESSION: The beginning of a CSS file is missing
2263 * http/tests/incremental/slow-utf8-css-expected.checksum: Added.
2264 * http/tests/incremental/slow-utf8-css-expected.png: Added.
2265 * http/tests/incremental/slow-utf8-css-expected.txt: Added.
2266 * http/tests/incremental/slow-utf8-css.pl: Added.
2268 2006-09-07 Rob Buis <buis@kde.org>
2273 <http://bugs.webkit.org/show_bug.cgi?id=9753>
2274 SVG with width and height 100% leaves room for scrollbar on the right.
2276 Also Updated .txt files (all text blocks are wider) and some updated
2277 pixel tests (some text is layouted differently because of wider text blocks).
2279 * svg/W3C-SVG-1.1/animate-elem-02-t-expected.txt:
2280 * svg/W3C-SVG-1.1/animate-elem-03-t-expected.txt:
2281 * svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt:
2282 * svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt:
2283 * svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt:
2284 * svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt:
2285 * svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt:
2286 * svg/W3C-SVG-1.1/animate-elem-09-t-expected.txt:
2287 * svg/W3C-SVG-1.1/animate-elem-10-t-expected.txt:
2288 * svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt:
2289 * svg/W3C-SVG-1.1/animate-elem-12-t-expected.txt:
2290 * svg/W3C-SVG-1.1/animate-elem-13-t-expected.txt:
2291 * svg/W3C-SVG-1.1/animate-elem-14-t-expected.txt:
2292 * svg/W3C-SVG-1.1/animate-elem-15-t-expected.txt:
2293 * svg/W3C-SVG-1.1/animate-elem-16-t-expected.txt:
2294 * svg/W3C-SVG-1.1/animate-elem-17-t-expected.txt:
2295 * svg/W3C-SVG-1.1/animate-elem-18-t-expected.txt:
2296 * svg/W3C-SVG-1.1/animate-elem-19-t-expected.txt:
2297 * svg/W3C-SVG-1.1/animate-elem-20-t-expected.txt:
2298 * svg/W3C-SVG-1.1/animate-elem-21-t-expected.txt:
2299 * svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt:
2300 * svg/W3C-SVG-1.1/animate-elem-23-t-expected.txt:
2301 * svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt:
2302 * svg/W3C-SVG-1.1/animate-elem-25-t-expected.txt:
2303 * svg/W3C-SVG-1.1/animate-elem-26-t-expected.txt:
2304 * svg/W3C-SVG-1.1/animate-elem-27-t-expected.txt:
2305 * svg/W3C-SVG-1.1/animate-elem-28-t-expected.txt:
2306 * svg/W3C-SVG-1.1/animate-elem-29-b-expected.txt:
2307 * svg/W3C-SVG-1.1/color-prof-01-f-expected.txt:
2308 * svg/W3C-SVG-1.1/color-prop-01-b-expected.txt:
2309 * svg/W3C-SVG-1.1/color-prop-02-f-expected.txt:
2310 * svg/W3C-SVG-1.1/color-prop-03-t-expected.txt:
2311 * svg/W3C-SVG-1.1/coords-trans-01-b-expected.txt:
2312 * svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt:
2313 * svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt:
2314 * svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt:
2315 * svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt:
2316 * svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt:
2317 * svg/W3C-SVG-1.1/coords-units-01-b-expected.txt:
2318 * svg/W3C-SVG-1.1/coords-units-02-b-expected.txt:
2319 * svg/W3C-SVG-1.1/coords-units-03-b-expected.txt:
2320 * svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.txt:
2321 * svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.txt:
2322 * svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt:
2323 * svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt:
2324 * svg/W3C-SVG-1.1/filters-color-01-b-expected.txt:
2325 * svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt:
2326 * svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt:
2327 * svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt:
2328 * svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.txt:
2329 * svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt:
2330 * svg/W3C-SVG-1.1/filters-example-01-b-expected.txt:
2331 * svg/W3C-SVG-1.1/filters-gauss-01-b-expected.txt:
2332 * svg/W3C-SVG-1.1/filters-image-01-b-expected.txt:
2333 * svg/W3C-SVG-1.1/filters-light-01-f-expected.txt:
2334 * svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt:
2335 * svg/W3C-SVG-1.1/filters-offset-01-b-expected.txt:
2336 * svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt:
2337 * svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt:
2338 * svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt:
2339 * svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt:
2340 * svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt:
2341 * svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt:
2342 * svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt:
2343 * svg/W3C-SVG-1.1/interact-cursor-01-f-expected.txt:
2344 * svg/W3C-SVG-1.1/interact-dom-01-b-expected.txt:
2345 * svg/W3C-SVG-1.1/interact-events-01-b-expected.txt:
2346 * svg/W3C-SVG-1.1/interact-order-01-b-expected.txt:
2347 * svg/W3C-SVG-1.1/interact-order-02-b-expected.txt:
2348 * svg/W3C-SVG-1.1/interact-order-03-b-expected.txt:
2349 * svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt:
2350 * svg/W3C-SVG-1.1/linking-a-01-b-expected.txt:
2351 * svg/W3C-SVG-1.1/linking-a-02-b-expected.txt:
2352 * svg/W3C-SVG-1.1/linking-a-03-b-expected.txt:
2353 * svg/W3C-SVG-1.1/linking-a-04-t-expected.txt:
2354 * svg/W3C-SVG-1.1/linking-uri-01-b-expected.txt:
2355 * svg/W3C-SVG-1.1/linking-uri-02-b-expected.txt:
2356 * svg/W3C-SVG-1.1/linking-uri-03-t-expected.txt:
2357 * svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt:
2358 * svg/W3C-SVG-1.1/masking-opacity-01-b-expected.txt:
2359 * svg/W3C-SVG-1.1/masking-path-01-b-expected.txt:
2360 * svg/W3C-SVG-1.1/masking-path-02-b-expected.txt:
2361 * svg/W3C-SVG-1.1/masking-path-03-b-expected.txt:
2362 * svg/W3C-SVG-1.1/masking-path-04-b-expected.txt:
2363 * svg/W3C-SVG-1.1/masking-path-05-f-expected.txt:
2364 * svg/W3C-SVG-1.1/metadata-example-01-b-expected.txt:
2365 * svg/W3C-SVG-1.1/painting-fill-01-t-expected.txt:
2366 * svg/W3C-SVG-1.1/painting-fill-02-t-expected.txt:
2367 * svg/W3C-SVG-1.1/painting-fill-03-t-expected.txt:
2368 * svg/W3C-SVG-1.1/painting-fill-04-t-expected.txt:
2369 * svg/W3C-SVG-1.1/painting-marker-01-f-expected.txt:
2370 * svg/W3C-SVG-1.1/painting-marker-02-f-expected.txt:
2371 * svg/W3C-SVG-1.1/painting-render-01-b-expected.txt:
2372 * svg/W3C-SVG-1.1/painting-stroke-01-t-expected.checksum:
2373 * svg/W3C-SVG-1.1/painting-stroke-01-t-expected.png:
2374 * svg/W3C-SVG-1.1/painting-stroke-01-t-expected.txt:
2375 * svg/W3C-SVG-1.1/painting-stroke-02-t-expected.checksum:
2376 * svg/W3C-SVG-1.1/painting-stroke-02-t-expected.png:
2377 * svg/W3C-SVG-1.1/painting-stroke-02-t-expected.txt:
2378 * svg/W3C-SVG-1.1/painting-stroke-03-t-expected.checksum:
2379 * svg/W3C-SVG-1.1/painting-stroke-03-t-expected.png:
2380 * svg/W3C-SVG-1.1/painting-stroke-03-t-expected.txt:
2381 * svg/W3C-SVG-1.1/painting-stroke-04-t-expected.checksum:
2382 * svg/W3C-SVG-1.1/painting-stroke-04-t-expected.png:
2383 * svg/W3C-SVG-1.1/painting-stroke-04-t-expected.txt:
2384 * svg/W3C-SVG-1.1/paths-data-01-t-expected.txt:
2385 * svg/W3C-SVG-1.1/paths-data-02-t-expected.txt:
2386 * svg/W3C-SVG-1.1/paths-data-03-f-expected.txt:
2387 * svg/W3C-SVG-1.1/paths-data-04-t-expected.txt:
2388 * svg/W3C-SVG-1.1/paths-data-05-t-expected.txt:
2389 * svg/W3C-SVG-1.1/paths-data-06-t-expected.txt:
2390 * svg/W3C-SVG-1.1/paths-data-07-t-expected.txt:
2391 * svg/W3C-SVG-1.1/pservers-grad-01-b-expected.txt:
2392 * svg/W3C-SVG-1.1/pservers-grad-02-b-expected.txt:
2393 * svg/W3C-SVG-1.1/pservers-grad-03-b-expected.txt:
2394 * svg/W3C-SVG-1.1/pservers-grad-04-b-expected.txt:
2395 * svg/W3C-SVG-1.1/pservers-grad-05-b-expected.txt:
2396 * svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt:
2397 * svg/W3C-SVG-1.1/pservers-grad-07-b-expected.txt:
2398 * svg/W3C-SVG-1.1/pservers-grad-08-b-expected.txt:
2399 * svg/W3C-SVG-1.1/pservers-grad-09-b-expected.txt:
2400 * svg/W3C-SVG-1.1/pservers-grad-10-b-expected.txt:
2401 * svg/W3C-SVG-1.1/pservers-grad-11-b-expected.txt:
2402 * svg/W3C-SVG-1.1/pservers-grad-12-b-expected.txt:
2403 * svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.txt:
2404 * svg/W3C-SVG-1.1/render-elems-01-t-expected.txt:
2405 * svg/W3C-SVG-1.1/render-elems-02-t-expected.txt:
2406 * svg/W3C-SVG-1.1/render-elems-03-t-expected.txt:
2407 * svg/W3C-SVG-1.1/render-elems-06-t-expected.txt:
2408 * svg/W3C-SVG-1.1/render-elems-07-t-expected.txt:
2409 * svg/W3C-SVG-1.1/render-elems-08-t-expected.txt:
2410 * svg/W3C-SVG-1.1/render-groups-01-b-expected.txt:
2411 * svg/W3C-SVG-1.1/render-groups-03-t-expected.txt:
2412 * svg/W3C-SVG-1.1/script-handle-01-b-expected.txt:
2413 * svg/W3C-SVG-1.1/script-handle-02-b-expected.txt:
2414 * svg/W3C-SVG-1.1/script-handle-03-b-expected.txt:
2415 * svg/W3C-SVG-1.1/script-handle-04-b-expected.txt:
2416 * svg/W3C-SVG-1.1/shapes-circle-01-t-expected.txt:
2417 * svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.txt:
2418 * svg/W3C-SVG-1.1/shapes-line-01-t-expected.txt:
2419 * svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.txt:
2420 * svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.txt:
2421 * svg/W3C-SVG-1.1/shapes-rect-01-t-expected.txt:
2422 * svg/W3C-SVG-1.1/struct-cond-01-t-expected.txt:
2423 * svg/W3C-SVG-1.1/struct-cond-02-t-expected.txt:
2424 * svg/W3C-SVG-1.1/struct-defs-01-t-expected.txt:
2425 * svg/W3C-SVG-1.1/struct-dom-01-b-expected.txt:
2426 * svg/W3C-SVG-1.1/struct-dom-02-b-expected.txt:
2427 * svg/W3C-SVG-1.1/struct-dom-03-b-expected.txt:
2428 * svg/W3C-SVG-1.1/struct-dom-04-b-expected.txt:
2429 * svg/W3C-SVG-1.1/struct-dom-05-b-expected.txt:
2430 * svg/W3C-SVG-1.1/struct-dom-06-b-expected.txt:
2431 * svg/W3C-SVG-1.1/struct-group-01-t-expected.txt:
2432 * svg/W3C-SVG-1.1/struct-group-02-b-expected.txt:
2433 * svg/W3C-SVG-1.1/struct-image-01-t-expected.txt:
2434 * svg/W3C-SVG-1.1/struct-image-02-b-expected.txt:
2435 * svg/W3C-SVG-1.1/struct-image-03-t-expected.txt:
2436 * svg/W3C-SVG-1.1/struct-image-04-t-expected.txt:
2437 * svg/W3C-SVG-1.1/struct-image-05-b-expected.txt:
2438 * svg/W3C-SVG-1.1/struct-symbol-01-b-expected.txt:
2439 * svg/W3C-SVG-1.1/styling-css-01-b-expected.txt:
2440 * svg/W3C-SVG-1.1/styling-css-02-b-expected.txt:
2441 * svg/W3C-SVG-1.1/styling-css-03-b-expected.txt:
2442 * svg/W3C-SVG-1.1/styling-inherit-01-b-expected.txt:
2443 * svg/W3C-SVG-1.1/styling-pres-01-t-expected.txt:
2444 * svg/W3C-SVG-1.1/text-align-01-b-expected.txt:
2445 * svg/W3C-SVG-1.1/text-align-02-b-expected.checksum:
2446 * svg/W3C-SVG-1.1/text-align-02-b-expected.png:
2447 * svg/W3C-SVG-1.1/text-align-02-b-expected.txt:
2448 * svg/W3C-SVG-1.1/text-align-03-b-expected.checksum:
2449 * svg/W3C-SVG-1.1/text-align-03-b-expected.png:
2450 * svg/W3C-SVG-1.1/text-align-03-b-expected.txt:
2451 * svg/W3C-SVG-1.1/text-align-04-b-expected.txt:
2452 * svg/W3C-SVG-1.1/text-align-05-b-expected.txt:
2453 * svg/W3C-SVG-1.1/text-align-06-b-expected.txt:
2454 * svg/W3C-SVG-1.1/text-altglyph-01-b-expected.txt:
2455 * svg/W3C-SVG-1.1/text-deco-01-b-expected.txt:
2456 * svg/W3C-SVG-1.1/text-fonts-01-t-expected.txt:
2457 * svg/W3C-SVG-1.1/text-fonts-02-t-expected.txt:
2458 * svg/W3C-SVG-1.1/text-path-01-b-expected.txt:
2459 * svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt:
2460 * svg/W3C-SVG-1.1/text-text-01-b-expected.txt:
2461 * svg/W3C-SVG-1.1/text-text-03-b-expected.checksum:
2462 * svg/W3C-SVG-1.1/text-text-03-b-expected.png:
2463 * svg/W3C-SVG-1.1/text-text-03-b-expected.txt:
2464 * svg/W3C-SVG-1.1/text-tref-01-b-expected.txt:
2465 * svg/W3C-SVG-1.1/text-tselect-01-b-expected.txt:
2466 * svg/W3C-SVG-1.1/text-tspan-01-b-expected.txt:
2467 * svg/W3C-SVG-1.1/text-ws-01-t-expected.txt:
2468 * svg/W3C-SVG-1.1/text-ws-02-t-expected.txt:
2469 * svg/custom/coords-relative-units-transforms-expected.txt:
2470 * svg/custom/feComponentTransfer-Discrete-expected.txt:
2471 * svg/custom/feComponentTransfer-Gamma-expected.txt:
2472 * svg/custom/feComponentTransfer-Linear-expected.txt:
2473 * svg/custom/feComponentTransfer-Table-expected.txt:
2474 * svg/custom/image-with-transform-clip-filter-expected.txt:
2475 * svg/custom/invalid-css-expected.txt:
2476 * svg/custom/invalid-viewbox1-expected.txt:
2477 * svg/custom/invalid-viewbox2-expected.txt:
2478 * svg/custom/non-opaque-filters-expected.txt:
2479 * svg/custom/percentage-rect-expected.checksum:
2480 * svg/custom/percentage-rect-expected.png:
2481 * svg/custom/percentage-rect-expected.txt:
2482 * svg/custom/pointer-events-path-expected.txt:
2483 * svg/custom/svg-overflow-types-expected.txt:
2484 * svg/custom/text-clip-expected.txt:
2485 * svg/custom/text-filter-expected.txt:
2486 * svg/custom/text-gradient-no-content-expected.checksum:
2487 * svg/custom/text-gradient-no-content-expected.png:
2488 * svg/custom/text-gradient-no-content-expected.txt:
2489 * svg/custom/text-hit-test-expected.txt:
2490 * svg/custom/text-image-opacity-expected.txt:
2491 * svg/custom/tref-update-expected.txt:
2492 * svg/custom/width-full-percentage-expected.checksum: Added.
2493 * svg/custom/width-full-percentage-expected.png: Added.
2494 * svg/custom/width-full-percentage-expected.txt: Added.
2495 * svg/custom/width-full-percentage.svg: Added.
2497 2006-09-05 Darin Adler <darin@apple.com>
2501 - test for bug where the charset in a link element for a CSS stylesheet is ignored.
2502 I noticed this while working on new text encoding machinery.
2504 * fast/encoding/css-link-charset-expected.txt: Added.
2505 * fast/encoding/css-link-charset.css: Added.
2506 * fast/encoding/css-link-charset.html: Added.
2508 - test for http://bugs.webkit.org/show_bug.cgi?id=10681
2509 REGRESSION: Reproducible crash at Wikipedia
2510 (Alexey wrote this one, I reviewed.)
2512 * fast/forms/form-data-encoding-normalization-overrun-expected.txt: Added.
2513 * fast/forms/form-data-encoding-normalization-overrun.html: Added.
2515 - and a tweak to an existing test
2517 * fast/forms/form-data-encoding.html: Changed to dump encoded URL so it's easier to
2518 diagnose this when it fails.
2520 2006-09-05 Justin Garcia <justin.garcia@apple.com>
2522 Reviewed by thatcher
2524 Setup for <rdar://problem/4344550> Misspellings aren't marked after undo delete
2527 * editing/pasteboard/4641033-expected.checksum:
2528 * editing/pasteboard/4641033-expected.png:
2529 * editing/execCommand/outdent-selection-expected.checksum:
2530 * editing/execCommand/outdent-selection-expected.png:
2532 Added a didChangeSelection notification that was absent before:
2533 * editing/deleting/collapse-whitespace-3587601-fix-expected.txt:
2534 * editing/deleting/delete-3608430-fix-expected.txt:
2535 * editing/deleting/delete-3608462-fix-expected.txt:
2536 * editing/deleting/delete-3775172-fix-expected.txt:
2537 * editing/deleting/delete-3800834-fix-expected.txt:
2538 * editing/deleting/delete-3857753-fix-expected.txt:
2539 * editing/deleting/delete-3865854-fix-expected.txt:
2540 * editing/deleting/delete-3928305-fix-expected.txt:
2541 * editing/deleting/delete-3959464-fix-expected.txt:
2542 * editing/deleting/delete-4038408-fix-expected.txt:
2543 * editing/deleting/delete-all-text-in-text-field-assertion-expected.txt:
2544 * editing/deleting/delete-at-paragraph-boundaries-001-expected.txt:
2545 * editing/deleting/delete-at-paragraph-boundaries-002-expected.txt:
2546 * editing/deleting/delete-at-paragraph-boundaries-003-expected.txt:
2547 * editing/deleting/delete-at-paragraph-boundaries-004-expected.txt:
2548 * editing/deleting/delete-at-paragraph-boundaries-005-expected.txt:
2549 * editing/deleting/delete-at-paragraph-boundaries-006-expected.txt:
2550 * editing/deleting/delete-at-paragraph-boundaries-007-expected.txt:
2551 * editing/deleting/delete-at-paragraph-boundaries-009-expected.txt:
2552 * editing/deleting/delete-at-paragraph-boundaries-010-expected.txt:
2553 * editing/deleting/delete-at-paragraph-boundaries-011-expected.txt:
2554 * editing/deleting/delete-block-contents-001-expected.txt:
2555 * editing/deleting/delete-block-contents-002-expected.txt:
2556 * editing/deleting/delete-block-contents-003-expected.txt:
2557 * editing/deleting/delete-block-merge-contents-001-expected.txt:
2558 * editing/deleting/delete-block-merge-contents-002-expected.txt:
2559 * editing/deleting/delete-block-merge-contents-003-expected.txt:
2560 * editing/deleting/delete-block-merge-contents-004-expected.txt:
2561 * editing/deleting/delete-block-merge-contents-005-expected.txt:
2562 * editing/deleting/delete-block-merge-contents-006-expected.txt:
2563 * editing/deleting/delete-block-merge-contents-007-expected.txt:
2564 * editing/deleting/delete-block-merge-contents-008-expected.txt:
2565 * editing/deleting/delete-block-merge-contents-009-expected.txt:
2566 * editing/deleting/delete-block-merge-contents-010-expected.txt:
2567 * editing/deleting/delete-block-merge-contents-012-expected.txt:
2568 * editing/deleting/delete-block-merge-contents-013-expected.txt:
2569 * editing/deleting/delete-block-merge-contents-014-expected.txt:
2570 * editing/deleting/delete-block-merge-contents-015-expected.txt:
2571 * editing/deleting/delete-block-merge-contents-016-expected.txt:
2572 * editing/deleting/delete-block-merge-contents-017-expected.txt:
2573 * editing/deleting/delete-block-merge-contents-018-expected.txt:
2574 * editing/deleting/delete-block-merge-contents-019-expected.txt:
2575 * editing/deleting/delete-block-merge-contents-020-expected.txt:
2576 * editing/deleting/delete-block-merge-contents-021-expected.txt:
2577 * editing/deleting/delete-block-merge-contents-022-expected.txt:
2578 * editing/deleting/delete-block-merge-contents-023-expected.txt:
2579 * editing/deleting/delete-block-merge-contents-024-expected.txt:
2580 * editing/deleting/delete-block-table-expected.txt:
2581 * editing/deleting/delete-br-008-expected.txt:
2582 * editing/deleting/delete-br-010-expected.txt:
2583 * editing/deleting/delete-br-011-expected.txt:
2584 * editing/deleting/delete-first-list-item-expected.txt:
2585 * editing/deleting/delete-image-001-expected.txt:
2586 * editing/deleting/delete-image-002-expected.txt:
2587 * editing/deleting/delete-image-003-expected.txt:
2588 * editing/deleting/delete-image-004-expected.txt:
2589 * editing/deleting/delete-line-001-expected.txt:
2590 * editing/deleting/delete-line-002-expected.txt:
2591 * editing/deleting/delete-line-003-expected.txt:
2592 * editing/deleting/delete-line-004-expected.txt:
2593 * editing/deleting/delete-line-005-expected.txt:
2594 * editing/deleting/delete-line-006-expected.txt:
2595 * editing/deleting/delete-line-007-expected.txt:
2596 * editing/deleting/delete-line-008-expected.txt:
2597 * editing/deleting/delete-line-009-expected.txt:
2598 * editing/deleting/delete-line-010-expected.txt:
2599 * editing/deleting/delete-line-011-expected.txt:
2600 * editing/deleting/delete-line-012-expected.txt:
2601 * editing/deleting/delete-line-013-expected.txt:
2602 * editing/deleting/delete-line-014-expected.txt:
2603 * editing/deleting/delete-line-015-expected.txt:
2604 * editing/deleting/delete-line-016-expected.txt:
2605 * editing/deleting/delete-line-017-expected.txt:
2606 * editing/deleting/delete-listitem-001-expected.txt:
2607 * editing/deleting/delete-listitem-002-expected.txt:
2608 * editing/deleting/delete-mixed-editable-content-001-expected.txt:
2609 * editing/deleting/delete-select-all-001-expected.txt:
2610 * editing/deleting/delete-select-all-002-expected.txt:
2611 * editing/deleting/delete-select-all-003-expected.txt:
2612 * editing/deleting/merge-different-styles-expected.txt:
2613 * editing/deleting/merge-endOfParagraph-expected.txt:
2614 * editing/deleting/merge-no-br-expected.txt:
2615 * editing/deleting/pruning-after-merge-1-expected.txt:
2616 * editing/deleting/pruning-after-merge-2-expected.txt:
2617 * editing/deleting/table-cells-expected.txt:
2618 * editing/execCommand/boldSelection-expected.txt:
2619 * editing/execCommand/create-list-from-range-selection-expected.txt:
2620 * editing/execCommand/createLink-expected.txt:
2621 * editing/execCommand/format-block-expected.txt:
2622 * editing/execCommand/format-block-from-range-selection-expected.txt:
2623 * editing/execCommand/format-block-with-braces-expected.txt:
2624 * editing/execCommand/format-block-with-trailing-br-expected.txt:
2625 * editing/execCommand/hilitecolor-expected.txt:
2626 * editing/execCommand/indent-list-item-expected.txt:
2627 * editing/execCommand/indent-selection-expected.txt:
2628 * editing/execCommand/insert-list-and-stitch-expected.txt:
2629 * editing/execCommand/insert-list-with-id-expected.txt:
2630 * editing/execCommand/insertHTML-expected.txt:
2631 * editing/execCommand/insertHorizontalRule-expected.txt:
2632 * editing/execCommand/remove-formatting-expected.txt:
2633 * editing/execCommand/remove-list-from-range-selection-expected.txt:
2634 * editing/execCommand/remove-list-items-expected.txt:
2635 * editing/execCommand/strikethroughSelection-expected.txt:
2636 * editing/execCommand/switch-list-type-expected.txt:
2637 * editing/execCommand/unlink-expected.txt:
2638 * editing/input/text-input-controller-expected.txt:
2639 * editing/inserting/insert-3654864-fix-expected.txt:
2640 * editing/inserting/insert-3659587-fix-expected.txt:
2641 * editing/inserting/insert-3775316-fix-expected.txt:
2642 * editing/inserting/insert-3851164-fix-expected.txt:
2643 * editing/inserting/insert-3907422-fix-expected.txt:
2644 * editing/inserting/insert-after-delete-001-expected.txt:
2645 * editing/inserting/insert-div-001-expected.txt:
2646 * editing/inserting/insert-div-002-expected.txt:
2647 * editing/inserting/insert-div-003-expected.txt:
2648 * editing/inserting/insert-div-005-expected.txt:
2649 * editing/inserting/insert-div-007-expected.txt:
2650 * editing/inserting/insert-div-009-expected.txt:
2651 * editing/inserting/insert-div-010-expected.txt:
2652 * editing/inserting/insert-div-020-expected.txt:
2653 * editing/inserting/insert-div-023-expected.txt:
2654 * editing/inserting/insert-div-024-expected.txt:
2655 * editing/inserting/insert-div-025-expected.txt:
2656 * editing/inserting/insert-div-026-expected.txt:
2657 * editing/inserting/multiple-lines-selected-expected.txt:
2658 * editing/inserting/paragraph-separator-03-expected.txt:
2659 * editing/inserting/paragraph-separator-in-table-2-expected.txt:
2660 * editing/inserting/redo-expected.txt:
2661 * editing/inserting/return-key-with-selection-001-expected.txt:
2662 * editing/inserting/return-key-with-selection-002-expected.txt:
2663 * editing/inserting/return-key-with-selection-003-expected.txt:
2664 * editing/pasteboard/3976872-expected.txt:
2665 * editing/pasteboard/4076267-3-expected.txt:
2666 * editing/pasteboard/4076267-expected.txt:
2667 * editing/pasteboard/4700297-expected.txt:
2668 * editing/pasteboard/8145-3-expected.txt:
2669 * editing/pasteboard/block-wrappers-necessary-expected.txt:
2670 * editing/pasteboard/copy-paste-bidi-expected.txt:
2671 * editing/pasteboard/displaced-generic-placeholder-expected.txt:
2672 * editing/pasteboard/displaced-placeholder-expected.txt:
2673 * editing/pasteboard/display-block-on-spans-expected.txt:
2674 * editing/pasteboard/drag-drop-modifies-page-expected.txt:
2675 * editing/pasteboard/interchange-newline-2-expected.txt:
2676 * editing/pasteboard/merge-after-delete-1-expected.txt:
2677 * editing/pasteboard/merge-after-delete-2-expected.txt:
2678 * editing/pasteboard/merge-after-delete-expected.txt:
2679 * editing/pasteboard/merge-end-3-expected.txt:
2680 * editing/pasteboard/merge-end-5-expected.txt:
2681 * editing/pasteboard/merge-end-blockquote-expected.txt:
2682 * editing/pasteboard/merge-end-list-expected.txt:
2683 * editing/pasteboard/merge-end-table-expected.txt:
2684 * editing/pasteboard/paste-4035648-fix-expected.txt:
2685 * editing/pasteboard/paste-4039777-fix-expected.txt:
2686 * editing/pasteboard/paste-line-endings-001-expected.txt:
2687 * editing/pasteboard/paste-line-endings-006-expected.txt:
2688 * editing/pasteboard/paste-match-style-001-expected.txt:
2689 * editing/pasteboard/paste-match-style-002-expected.txt:
2690 * editing/pasteboard/paste-pre-001-expected.txt:
2691 * editing/pasteboard/paste-pre-002-expected.txt:
2692 * editing/pasteboard/paste-table-002-expected.txt:
2693 * editing/pasteboard/paste-table-003-expected.txt:
2694 * editing/pasteboard/paste-text-006-expected.txt:
2695 * editing/pasteboard/paste-text-007-expected.txt:
2696 * editing/pasteboard/paste-text-010-expected.txt:
2697 * editing/pasteboard/paste-text-011-expected.txt:
2698 * editing/pasteboard/paste-text-015-expected.txt:
2699 * editing/pasteboard/paste-text-016-expected.txt:
2700 * editing/pasteboard/paste-text-017-expected.txt:
2701 * editing/pasteboard/paste-text-018-expected.txt:
2702 * editing/pasteboard/prevent-block-nesting-01-expected.txt:
2703 * editing/pasteboard/smart-paste-003-expected.txt:
2704 * editing/pasteboard/smart-paste-004-expected.txt:
2705 * editing/pasteboard/smart-paste-005-expected.txt:
2706 * editing/pasteboard/smart-paste-006-expected.txt:
2707 * editing/pasteboard/smart-paste-007-expected.txt:
2708 * editing/pasteboard/smart-paste-008-expected.txt:
2709 * editing/pasteboard/testcase-9507-expected.txt:
2710 * editing/pasteboard/undoable-fragment-removes-expected.txt:
2711 * editing/selection/expanding-selections-expected.txt:
2712 * editing/selection/expanding-selections2-expected.txt:
2713 * editing/selection/node-removal-1-expected.txt:
2714 * editing/selection/node-removal-2-expected.txt:
2715 * editing/selection/select-all-iframe-expected.txt:
2716 * editing/selection/skip-non-editable-1-expected.txt:
2717 * editing/selection/triple-click-in-pre-expected.txt:
2718 * editing/style/apple-style-editable-mix-expected.txt:
2719 * editing/style/block-style-004-expected.txt:
2720 * editing/style/block-style-005-expected.txt:
2721 * editing/style/block-style-006-expected.txt:
2722 * editing/style/create-block-for-style-001-expected.txt:
2723 * editing/style/create-block-for-style-002-expected.txt:
2724 * editing/style/create-block-for-style-003-expected.txt:
2725 * editing/style/create-block-for-style-004-expected.txt:
2726 * editing/style/create-block-for-style-007-expected.txt:
2727 * editing/style/create-block-for-style-009-expected.txt:
2728 * editing/style/create-block-for-style-010-expected.txt:
2729 * editing/style/create-block-for-style-011-expected.txt:
2730 * editing/style/create-block-for-style-012-expected.txt:
2731 * editing/style/create-block-for-style-013-expected.txt:
2732 * editing/style/designmode-expected.txt:
2733 * editing/style/relative-font-size-change-001-expected.txt:
2734 * editing/style/relative-font-size-change-002-expected.txt:
2735 * editing/style/remove-underline-across-paragraph-expected.txt:
2736 * editing/style/remove-underline-across-paragraph-in-bold-expected.txt:
2737 * editing/style/remove-underline-after-paragraph-expected.txt:
2738 * editing/style/remove-underline-after-paragraph-in-bold-expected.txt:
2739 * editing/style/remove-underline-from-stylesheet-expected.txt:
2740 * editing/style/smoosh-styles-001-expected.txt:
2741 * editing/style/smoosh-styles-002-expected.txt:
2742 * editing/style/smoosh-styles-003-expected.txt:
2743 * editing/style/style-3681552-fix-001-expected.txt:
2744 * editing/style/style-3681552-fix-002-expected.txt:
2745 * editing/style/style-3690704-fix-expected.txt:
2746 * editing/style/style-3998892-fix-expected.txt:
2747 * editing/style/style-boundary-001-expected.txt:
2748 * editing/style/style-boundary-003-expected.txt:
2749 * editing/style/style-boundary-004-expected.txt:
2750 * editing/style/typing-style-001-expected.txt:
2751 * editing/style/typing-style-003-expected.txt:
2752 * editing/undo/undo-misspellings-expected.txt:
2753 * editing/unsupported-content/list-delete-001-expected.txt:
2754 * editing/unsupported-content/list-delete-002-expected.txt:
2755 * editing/unsupported-content/list-delete-003-expected.txt:
2756 * editing/unsupported-content/table-delete-001-expected.txt:
2757 * editing/unsupported-content/table-delete-002-expected.txt:
2758 * editing/unsupported-content/table-delete-003-expected.txt:
2759 * fast/forms/attributed-strings-expected.txt:
2760 * fast/forms/cursor-position-expected.txt:
2761 * fast/forms/drag-into-textarea-expected.txt:
2762 * fast/forms/input-appearance-maxlength-expected.txt:
2763 * fast/forms/input-paste-undo-expected.txt:
2764 * fast/forms/input-selection-restore-expected.txt:
2765 * fast/forms/input-text-paste-maxlength-expected.txt:
2766 * fast/forms/selection-functions-expected.txt:
2767 * fast/forms/text-field-setvalue-crash-expected.txt:
2768 * fast/forms/textarea-paste-newline-expected.txt:
2770 2006-09-04 Alexey Proskuryakov <ap@nypop.com>
2774 Tests for http://bugs.webkit.org/show_bug.cgi?id=10716
2775 XMLHttpRequest.responseText is null if HTTP response is empty
2777 The results are not fully correct yet:
2778 - accessing properties that are now undefined should cause an exception;
2779 - on error, responseXML should be null, rather than contain an HTML document describing
2782 * http/tests/xmlhttprequest/supported-xml-content-types-expected.txt: Updated for responseXML
2783 now returning null for nil documents.
2785 * http/tests/xmlhttprequest/zero-length-response-expected.txt:
2786 * http/tests/xmlhttprequest/zero-length-response-sync-expected.txt:
2787 * http/tests/xmlhttprequest/zero-length-response-sync.html:
2788 * http/tests/xmlhttprequest/zero-length-response.html:
2789 Extended to cover more properties.
2791 2006-09-04 Alexey Proskuryakov <ap@nypop.com>
2795 Test for http://bugs.webkit.org/show_bug.cgi?id=10676
2796 @charset rules not accessible via DOM
2798 * fast/encoding/css-charset-dom-expected.txt: Added.
2799 * fast/encoding/css-charset-dom.html: Added.
2801 2006-09-04 Rob Buis <buis@kde.org>
2805 Testcase needed for:
2806 http://bugs.webkit.org/show_bug.cgi?id=6546
2807 clipPath data does not respect transforms
2809 * svg/custom/clip-path-with-transform-expected.checksum: Added.
2810 * svg/custom/clip-path-with-transform-expected.png: Added.
2811 * svg/custom/clip-path-with-transform-expected.txt: Added.
2812 * svg/custom/clip-path-with-transform.svg: Added.
2814 2006-09-03 Alexey Proskuryakov <ap@nypop.com>
2818 Test for http://bugs.webkit.org/show_bug.cgi?id=10693
2819 Convert JavaScript arrays to AppleScript lists
2821 * fast/AppleScript/array-expected.txt:
2822 * fast/AppleScript/array.html: Updated results, added a test for
2823 circular dependencies.
2825 2006-09-03 Alexey Proskuryakov <ap@nypop.com>
2829 Tests for http://bugs.webkit.org/show_bug.cgi?id=10697
2830 REGRESSION (r16175): Errors in incremental decoding of UTF-8
2832 * fast/encoding/charset-invalid-expected.txt: Added.
2833 * fast/encoding/charset-invalid.html: Added.
2834 * http/tests/incremental/slow-utf8-html-expected.txt: Added.
2835 * http/tests/incremental/slow-utf8-html.pl: Added.
2837 2006-09-03 Alexey Proskuryakov <ap@nypop.com>
2841 http://bugs.webkit.org/show_bug.cgi?id=4508
2842 Layout tests access an external server
2844 * fast/backgrounds/repeat/noRepeatCorrectClip.html: Use a local resource (it was already present,
2845 but the test still pointed to a remote one).
2846 * fast/dom/HTMLImageElement/image-src-absolute-url-expected.txt:
2847 * fast/dom/HTMLImageElement/image-src-absolute-url.html: Use a non-existent file URL instead of
2848 a non-existent http one.
2849 * fast/loader/docLoaderFrame-expected.checksum: Removed.
2850 * fast/loader/docLoaderFrame-expected.png: Removed.
2851 * fast/loader/docLoaderFrame-expected.txt: Removed.
2852 * fast/loader/docLoaderFrame.html: Removed.
2853 * http/tests/xmlhttprequest/docLoaderFrame-expected.txt: Added.
2854 * http/tests/xmlhttprequest/docLoaderFrame.html: Added.
2855 * http/tests/xmlhttprequest/resources/docLoaderFrame-data.html: Added.
2856 Use a local resource. Also, turned the test into a text one, and used waitUntilDone to make it
2859 2006-09-02 Graham Dennis <graham.dennis@gmail.com>
2864 http://bugs.webkit.org/show_bug.cgi?id=10579
2865 AppleStyleCommand::applyBlockStyle crash
2867 * editing/style/table-selection-expected.checksum: Added.
2868 * editing/style/table-selection-expected.png: Added.
2869 * editing/style/table-selection-expected.txt: Added.
2870 * editing/style/table-selection.html: Added.
2872 2006-09-01 Adele Peterson <adele@apple.com>
2874 Reviewed by Tim Omernick.
2876 Updated results for http://bugs.webkit.org/show_bug.cgi?id=6990
2877 Switch to use new text field implementation for <input type="password">
2879 * dom/html/level2/html/HTMLInputElement22-expected.txt:
2880 * dom/xhtml/level2/html/HTMLInputElement22-expected.txt:
2881 * fast/events/event-sender-mouse-click.html:
2882 * fast/forms/input-appearance-height-expected.checksum:
2883 * fast/forms/input-appearance-height-expected.txt:
2884 * fast/forms/input-type-change-in-onfocus-mouse-expected.txt:
2885 * fast/forms/input-value-expected.checksum:
2886 * fast/forms/input-value-expected.png:
2887 * fast/forms/input-value-expected.txt:
2888 * tables/mozilla_expected_failures/bugs/bug92647-1-expected.checksum:
2889 * tables/mozilla_expected_failures/bugs/bug92647-1-expected.png:
2890 * tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt:
2892 Updated from switch to style-able selects
2893 * fast/forms/option-strip-whitespace-expected.checksum:
2894 * fast/forms/option-strip-whitespace-expected.png:
2895 * fast/forms/option-strip-whitespace-expected.txt:
2897 2006-09-01 Timothy Hatcher <timothy@apple.com>
2901 - updated results, null is not round-tripped through the bindings
2902 because of regressions the original change caused in other applications.
2903 - added an echo for "undefined".
2905 * plugins/bindings-test-expected.txt:
2906 * plugins/bindings-test.html:
2908 2006-09-01 Alexey Proskuryakov <ap@nypop.com>
2913 - http://bugs.webkit.org/show_bug.cgi?id=5620
2914 Should only honor encoding from <meta> in HTML
2916 - http://bugs.webkit.org/show_bug.cgi?id=9783
2917 An XML declaration without an explicit encoding incorrectly triggers
2918 UTF-8 encoding in an HTML document
2920 - http://bugs.webkit.org/show_bug.cgi?id=10155
2921 CSS2: @charset is not supported
2923 * fast/encoding/css-charset-expected.txt: Added.
2924 * fast/encoding/css-charset.css: Added.
2925 * fast/encoding/css-charset.html: Added.
2926 * fast/encoding/css-charset-evil-expected.txt: Added.
2927 * fast/encoding/css-charset-evil.css: Added.
2928 * fast/encoding/css-charset-evil.html: Added.
2929 * fast/encoding/default-xhtml-encoding-expected.txt: Added.
2930 * fast/encoding/default-xhtml-encoding.xhtml: Added.
2931 * fast/encoding/meta-in-xhtml-expected.txt: Added.
2932 * fast/encoding/meta-in-xhtml.xhtml: Added.
2933 * fast/encoding/pseudo-xml-2-expected.txt: Added.
2934 * fast/encoding/pseudo-xml-2.html: Added.
2935 * fast/encoding/pseudo-xml-3-expected.txt: Added.
2936 * fast/encoding/pseudo-xml-3.html: Added.
2937 * fast/encoding/pseudo-xml-4-expected.txt: Added.
2938 * fast/encoding/pseudo-xml-4.html: Added.
2939 * fast/encoding/pseudo-xml-expected.txt: Added.
2940 * fast/encoding/pseudo-xml.html: Added.
2942 2006-08-31 Alice Liu <alice.liu@apple.com>
2946 Revised expected results for an isindex element because of
2947 <rdar://problem/4463870> Switch to use new text field implementation for <isindex>
2948 Now the field is rendered as a textfield
2950 * fast/dom/isindex-002-expected.checksum:
2951 * fast/dom/isindex-002-expected.png:
2952 * fast/dom/isindex-002-expected.txt:
2954 2006-08-30 Rob Buis <buis@kde.org>
2958 Changed test results because of:
2959 http://bugs.webkit.org/show_bug.cgi?id=10586
2960 pointer-events has issues when things are not stroked/filled
2962 * svg/custom/pointer-events-path-expected.checksum:
2963 * svg/custom/pointer-events-path-expected.png:
2964 * svg/custom/pointer-events-path-expected.txt:
2966 2006-08-29 Justin Garcia <justin.garcia@apple.com>
2968 Reviewed by harrison
2970 <rdar://problem/4700297>
2971 REGRESSION: After replacing a misspelled word in a sentence, the selection extends to end of current line
2974 * editing/pasteboard/smart-paste-002-expected.checksum:
2975 * editing/pasteboard/smart-paste-002-expected.png:
2976 * editing/pasteboard/smart-paste-002-expected.txt:
2977 Added to demonstrate fix:
2978 * editing/pasteboard/4700297-expected.checksum: Added.
2979 * editing/pasteboard/4700297-expected.png: Added.
2980 * editing/pasteboard/4700297-expected.txt: Added.
2981 * editing/pasteboard/4700297.html: Added.
2982 Removed a superfluous style span:
2983 * editing/deleting/pruning-after-merge-1-expected.txt:
2984 * editing/pasteboard/interchange-newline-1-expected.txt:
2985 * editing/pasteboard/paste-text-019-expected.checksum:
2986 * editing/pasteboard/paste-text-019-expected.png:
2987 * editing/pasteboard/paste-text-019-expected.txt:
2988 * editing/selection/drag-to-contenteditable-iframe-expected.txt:
2989 Accidently checked in bad results yesterday:
2990 * editing/pasteboard/copy-paste-bidi-expected.txt:
2991 Equivalent render tree:
2992 * editing/pasteboard/smart-paste-001-expected.txt:
2994 2006-08-29 waylonis <waylonis@google.com>
2998 - Updated test to check for exceptions thrown in a plug-in. This is
2999 a test for http://bugs.webkit.org/show_bug.cgi?id=10114.
3000 * plugins/bindings-test-expected.txt:
3001 * plugins/bindings-test.html:
3003 2006-08-29 Darin Adler <darin@apple.com>
3007 - test for <rdar://problem/4701494> REGRESSION: Scrollbar on EPSN widget doesn't scroll (also affects Widgets widget, web inspector)
3009 * fast/css/computed-style-negative-top-expected.txt: Added.
3010 * fast/css/computed-style-negative-top.html: Added.
3012 2006-08-28 Justin Garcia <justin.garcia@apple.com>
3014 Reviewed by harrison
3016 * editing/inserting/redo-expected.checksum: Added.
3017 * editing/inserting/redo-expected.png: Added.
3018 * editing/inserting/redo-expected.txt: Added.
3019 * editing/inserting/redo.html: Added.
3020 * editing/pasteboard/copy-paste-bidi-expected.txt:
3022 2006-08-28 Alice Liu <alice.liu@apple.com>
3026 Added tests for <rdar://problem/4548537> Document.domain and other attributes are blank for an iframe created with document.write
3028 * http/tests/misc/iframe-domain-test-expected.txt: Added.
3029 * http/tests/misc/iframe-domain-test.html: Added.
3031 2006-08-27 Rob Buis <buis@kde.org>
3035 Changed test result because of:
3036 http://bugs.webkit.org/show_bug.cgi?id=10557
3037 KCanvasPath should be replace by platform/Path
3039 * svg/W3C-SVG-1.1/struct-dom-06-b-expected.txt:
3041 2006-08-26 Eric Seidel <eric@eseidel.com>
3045 Test case for: pointer-events does not work.
3046 http://bugs.webkit.org/show_bug.cgi?id=10415
3048 * svg/custom/pointer-events-path-expected.checksum: Added.
3049 * svg/custom/pointer-events-path-expected.png: Added.
3050 * svg/custom/pointer-events-path-expected.txt: Added.
3051 * svg/custom/pointer-events-path.svg: Added.
3053 2006-08-27 Rob Buis <buis@kde.org>
3058 http://bugs.webkit.org/show_bug.cgi?id=10558
3059 SVG should have support for <metadata> element
3061 * svg/custom/create-metadata-element-expected.checksum: Added.
3062 * svg/custom/create-metadata-element-expected.png: Added.
3063 * svg/custom/create-metadata-element-expected.txt: Added.
3064 * svg/custom/create-metadata-element.svg: Added.
3066 2006-08-25 Adele Peterson <adele@apple.com>
3068 Updated results for addition of -webkit-text-security.
3070 * fast/css/computed-style-expected.txt:
3072 2006-08-25 Adele Peterson <adele@apple.com>
3076 New tests and updated tests for styled selects.
3078 * fast/borders/borderRadiusInvalidColor-expected.checksum: Added.
3079 * fast/borders/borderRadiusInvalidColor-expected.png: Added.
3080 * fast/borders/borderRadiusInvalidColor-expected.txt: Added.
3081 * fast/borders/borderRadiusInvalidColor.html: Added.
3083 * fast/forms/select-baseline-expected.checksum: Added.
3084 * fast/forms/select-baseline-expected.png: Added.
3085 * fast/forms/select-baseline-expected.txt: Added.
3086 * fast/forms/select-baseline.html: Added.
3088 * editing/pasteboard/4641033-expected.txt:
3089 * editing/selection/replaced-boundaries-3-expected.txt:
3090 * editing/selection/select-box-expected.txt:
3091 * fast/block/margin-collapse/103-expected.txt:
3092 * fast/forms/001-expected.checksum:
3093 * fast/forms/001-expected.png:
3094 * fast/forms/001-expected.txt:
3095 * fast/forms/003-expected.txt:
3096 * fast/forms/004-expected.txt:
3097 * fast/forms/HTMLOptionElement_label01-expected.txt:
3098 * fast/forms/HTMLOptionElement_label02-expected.txt:
3099 * fast/forms/HTMLOptionElement_label03-expected.txt:
3100 * fast/forms/HTMLOptionElement_label04-expected.txt:
3101 * fast/forms/HTMLOptionElement_label06-expected.txt:
3102 * fast/forms/HTMLOptionElement_label07-expected.txt:
3103 * fast/forms/form-element-geometry-expected.checksum:
3104 * fast/forms/form-element-geometry-expected.png:
3105 * fast/forms/form-element-geometry-expected.txt:
3106 * fast/forms/option-script-expected.txt:
3107 * fast/forms/option-text-clip-expected.txt:
3108 * fast/forms/select-change-listbox-to-popup-expected.txt:
3109 * fast/forms/select-selected-expected.txt:
3110 * fast/forms/select-style-expected.txt:
3111 * fast/forms/select-visual-hebrew-expected.txt:
3112 * fast/invalid/014-expected.txt:
3113 * fast/parser/document-write-option-expected.txt:
3114 * fast/replaced/width100percent-expected.txt:
3115 * http/tests/navigation/anchor-basic-expected.txt:
3116 * http/tests/navigation/anchor-frames-expected.txt:
3117 * http/tests/navigation/anchor-goback-expected.txt:
3118 * http/tests/navigation/anchor-subframeload-expected.txt:
3119 * http/tests/navigation/javascriptlink-basic-expected.txt:
3120 * http/tests/navigation/javascriptlink-frames-expected.txt:
3121 * http/tests/navigation/javascriptlink-goback-expected.txt:
3122 * http/tests/navigation/javascriptlink-subframeload-expected.txt:
3123 * http/tests/navigation/metaredirect-basic-expected.txt:
3124 * http/tests/navigation/metaredirect-frames-expected.txt:
3125 * http/tests/navigation/metaredirect-goback-expected.txt:
3126 * http/tests/navigation/metaredirect-subframeload-expected.txt:
3127 * http/tests/navigation/post-goback2-expected.txt:
3128 * http/tests/navigation/postredirect-goback2-expected.txt:
3129 * http/tests/navigation/redirect302-basic-expected.txt:
3130 * http/tests/navigation/redirect302-frames-expected.txt:
3131 * http/tests/navigation/redirect302-goback-expected.txt:
3132 * http/tests/navigation/redirect302-subframeload-expected.txt:
3133 * http/tests/navigation/relativeanchor-basic-expected.txt:
3134 * http/tests/navigation/relativeanchor-frames-expected.txt:
3135 * http/tests/navigation/relativeanchor-goback-expected.txt:
3136 * http/tests/navigation/slowmetaredirect-basic-expected.txt:
3137 * http/tests/navigation/slowtimerredirect-basic-expected.txt:
3138 * http/tests/navigation/success200-basic-expected.txt:
3139 * http/tests/navigation/success200-frames-expected.txt:
3140 * http/tests/navigation/success200-frames-loadsame-expected.txt:
3141 * http/tests/navigation/success200-goback-expected.txt:
3142 * http/tests/navigation/success200-loadsame-expected.txt:
3143 * http/tests/navigation/success200-reload-expected.txt:
3144 * http/tests/navigation/success200-subframeload-expected.txt:
3145 * http/tests/navigation/timerredirect-basic-expected.txt:
3146 * http/tests/navigation/timerredirect-frames-expected.txt:
3147 * http/tests/navigation/timerredirect-goback-expected.txt:
3148 * http/tests/navigation/timerredirect-subframeload-expected.txt:
3149 * tables/mozilla/bugs/bug1188-expected.txt:
3150 * tables/mozilla/bugs/bug18359-expected.txt:
3151 * tables/mozilla/bugs/bug2479-3-expected.txt:
3152 * tables/mozilla/bugs/bug2479-4-expected.txt:
3153 * tables/mozilla/bugs/bug29326-expected.txt:
3154 * tables/mozilla/bugs/bug33855-expected.txt:
3155 * tables/mozilla/bugs/bug4382-expected.txt:
3156 * tables/mozilla/bugs/bug96334-expected.txt:
3157 * tables/mozilla/core/margins-expected.txt:
3158 * tables/mozilla/dom/tableDom-expected.txt:
3159 * tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
3161 2006-08-24 Darin Adler <darin@apple.com>
3165 - test for http://bugs.webkit.org/show_bug.cgi?id=10169
3166 REGRESSION: NativeTextArea: Text dragged from <input type=text> to textarea disappears
3168 * fast/forms/drag-into-textarea-expected.txt: Added.
3169 * fast/forms/drag-into-textarea.html: Added.
3171 2006-08-24 David Harrison <harrison@apple.com>
3173 Updated expected results for this change:
3175 <rdar://problem/4522205> Represent controls in AXAttributedStringForTextMarkerRange
3177 * editing/selection/anchor-focus1-expected.txt:
3178 * editing/selection/anchor-focus2-expected.txt:
3179 * editing/selection/anchor-focus3-expected.txt:
3180 * editing/selection/move-begin-end-expected.txt:
3181 * fast/dom/Element/onclick-case-expected.txt:
3182 * fast/dom/HTMLInputElement/size-as-number-expected.txt:
3183 * fast/dom/document-all-input-expected.txt:
3184 * fast/dom/option-properties-expected.txt:
3185 * fast/events/objc-keyboard-event-creation-expected.txt:
3186 * fast/events/onsubmit-bubbling-expected.txt:
3187 * fast/forms/access-key-expected.txt:
3188 * fast/forms/activate-and-disabled-elements-expected.txt:
3189 * fast/forms/button-in-forms-collection-expected.txt:
3190 * fast/forms/check-box-enter-key-expected.txt:
3191 * fast/forms/cursor-position-expected.txt:
3192 * fast/forms/display-none-in-onchange-keyboard-expected.txt:
3193 * fast/forms/domstring-replace-crash-expected.txt:
3194 * fast/forms/double-focus-expected.txt:
3195 * fast/forms/element-by-name-expected.txt:
3196 * fast/forms/empty-get-expected.txt:
3197 * fast/forms/focus-expected.txt:
3198 * fast/forms/form-get-multipart-expected.txt:
3199 * fast/forms/form-get-multipart2-expected.txt:
3200 * fast/forms/form-get-multipart3-expected.txt:
3201 * fast/forms/form-post-urlencoded-expected.txt:
3202 * fast/forms/input-appearance-elementFromPoint-expected.txt:
3203 * fast/forms/input-appearance-maxlength-expected.txt:
3204 * fast/forms/input-changing-value-expected.txt:
3205 * fast/forms/input-delete-expected.txt:
3206 * fast/forms/input-selection-hidden-expected.txt:
3207 * fast/forms/input-selection-restore-expected.txt:
3208 * fast/forms/input-text-enter-expected.txt:
3209 * fast/forms/input-truncate-newline-expected.txt:
3210 * fast/forms/legend-access-key-expected.txt:
3211 * fast/forms/onchange-enter-submit-expected.txt:
3212 * fast/forms/onselect-textarea-expected.txt:
3213 * fast/forms/onselect-textfield-expected.txt:
3214 * fast/forms/paste-into-textarea-expected.txt:
3215 * fast/forms/plaintext-mode-1-expected.txt:
3216 * fast/forms/select-remove-option-expected.txt:
3217 * fast/forms/select-replace-option-expected.txt:
3218 * fast/forms/select-reset-expected.txt:
3219 * fast/forms/selection-functions-expected.txt:
3220 * fast/forms/text-field-setvalue-crash-expected.txt:
3221 * fast/forms/textarea-crlf-expected.txt:
3222 * fast/forms/textarea-scrolled-endline-caret-expected.txt:
3223 * fast/forms/textarea-setvalue-submit-expected.txt:
3224 * fast/forms/textfield-focus-out-expected.txt:
3226 2006-08-24 Rob Buis <buis@kde.org>
3231 http://bugs.webkit.org/show_bug.cgi?id=10524
3232 svg transform: comma delimiting breaks display
3234 * svg/custom/transform-scale-parse-expected.checksum: Added.
3235 * svg/custom/transform-scale-parse-expected.png: Added.
3236 * svg/custom/transform-scale-parse-expected.txt: Added.
3237 * svg/custom/transform-scale-parse.svg: Added.
3239 2006-08-22 Trey Matteson <trey@usa.net>
3243 This test update was missing from the patch I posted, and ggarren just checked in.
3245 * fast/overflow/scrollRevealButton-expected.txt:
3247 2006-08-22 Maciej Stachowiak <mjs@apple.com>
3251 - test for <rdar://problem/4683948> REGRESSION: Assertion failure in [FrameProgressEntry addChild:forDataSource:] (fandango.com)
3253 (I both added a WebKit assertion that would fail under this test, and then did a fix to make it not fire)
3255 * fast/loader/start-load-in-unload-expected.txt: Added.
3256 * fast/loader/start-load-in-unload.html: Added.
3258 2006-08-22 Maciej Stachowiak <mjs@apple.com>
3260 Fix for broken tests.
3262 - made newly added CGI scripts executable
3264 * http/tests/navigation/resources/error404.pl:
3265 * http/tests/navigation/resources/frameset.pl:
3266 * http/tests/navigation/resources/postresult.pl:
3267 * http/tests/navigation/resources/redirect302.pl:
3269 2006-08-22 Justin Garcia <justin.garcia@apple.com>
3271 Reviewed by harrison
3273 <http://bugs.webkit.org/show_bug.cgi?id=10449>
3274 REGRESSION(r15918): drag-into-marker.html failing
3276 * editing/pasteboard/paste-list-001-expected.txt:
3277 * fast/lists/drag-into-marker.html: Added.
3278 * fast/lists/drag-into-marker.html-disabled: Removed.
3280 2006-08-22 Justin Garcia <justin.garcia@apple.com>
3282 Reviewed by harrison
3284 <rdar://problem/4052343&4052343&4426622> Mail hung on paste text
3287 * editing/pasteboard/paste-4039777-fix-expected.checksum:
3288 * editing/pasteboard/paste-4039777-fix-expected.png:
3289 * editing/pasteboard/paste-4039777-fix-expected.txt:
3290 * editing/deleting/delete-3857753-fix-expected.txt:
3291 * editing/pasteboard/styled-element-markup-expected.checksum:
3292 * editing/pasteboard/styled-element-markup-expected.png:
3293 * editing/pasteboard/styled-element-markup-expected.txt:
3294 * editing/execCommand/insertHTML-expected.checksum:
3295 * editing/execCommand/insertHTML-expected.png:
3296 * editing/execCommand/insertHTML-expected.txt:
3297 * editing/execCommand/insertHTML.html:
3299 Removed some empty style spans, font tags are replaced by style spans
3300 in a couple of cases:
3301 * editing/deleting/merge-different-styles-expected.txt:
3302 * editing/deleting/pruning-after-merge-1-expected.txt:
3303 * editing/deleting/pruning-after-merge-2-expected.txt:
3304 * editing/inserting/insert-3786362-fix-expected.txt:
3305 * editing/pasteboard/block-wrappers-necessary-expected.txt:
3306 * editing/pasteboard/display-block-on-spans-expected.txt:
3307 * editing/pasteboard/merge-end-table-expected.txt:
3308 * editing/pasteboard/paste-4035648-fix-expected.txt:
3309 * editing/pasteboard/paste-line-endings-001-expected.txt:
3310 * editing/pasteboard/paste-line-endings-006-expected.txt:
3311 * editing/pasteboard/paste-list-001-expected.txt:
3312 * editing/pasteboard/paste-pre-001-expected.txt:
3313 * editing/pasteboard/paste-pre-002-expected.txt:
3314 * editing/pasteboard/paste-table-001-expected.txt:
3315 * editing/pasteboard/paste-table-002-expected.txt:
3316 * editing/pasteboard/paste-text-001-expected.txt:
3317 * editing/pasteboard/paste-text-002-expected.txt:
3318 * editing/pasteboard/paste-text-003-expected.txt:
3319 * editing/pasteboard/paste-text-004-expected.txt:
3320 * editing/pasteboard/paste-text-005-expected.txt:
3321 * editing/pasteboard/paste-text-006-expected.txt:
3322 * editing/pasteboard/paste-text-011-expected.txt:
3323 * editing/pasteboard/paste-text-012-expected.txt:
3324 * editing/pasteboard/paste-text-013-expected.txt:
3325 * editing/pasteboard/paste-text-014-expected.txt:
3326 * editing/pasteboard/paste-text-015-expected.txt:
3327 * editing/pasteboard/paste-text-016-expected.txt:
3328 * editing/pasteboard/paste-text-017-expected.txt:
3329 * editing/pasteboard/paste-text-at-tabspan-001-expected.txt:
3330 * editing/pasteboard/paste-text-at-tabspan-002-expected.txt:
3331 * editing/pasteboard/paste-text-at-tabspan-003-expected.txt:
3332 * editing/pasteboard/styled-element-markup.html:
3333 * editing/pasteboard/testcase-9507-expected.txt:
3334 * editing/style/smoosh-styles-001-expected.txt:
3335 * editing/style/smoosh-styles-002-expected.txt:
3337 2006-08-22 Trey Matteson <trey@usa.net>
3341 Introducing a small test suite for bugs related to various navigation techniques,
3342 e.g., back/forward, reload, various redirect flavors, POST, POST-then-redirect,
3343 within-page anchors. Most of the tests are done with and without an enclosing frameset.
3344 The tests verify the content of the final page (which may include restored form
3345 state), scroll location (also sometimes restored), and the full content of the
3348 * fast/overflow/scrollRevealButton-expected.txt:
3349 Updated to include scroll location that is now emitted.
3350 * http/tests/navigation/anchor-basic-expected.txt: Added.
3351 * http/tests/navigation/anchor-basic.html: Added.
3352 * http/tests/navigation/anchor-frames-expected.txt: Added.
3353 * http/tests/navigation/anchor-frames.html: Added.
3354 * http/tests/navigation/anchor-goback-expected.txt: Added.
3355 * http/tests/navigation/anchor-goback.html: Added.
3356 * http/tests/navigation/anchor-subframeload-expected.txt: Added.
3357 * http/tests/navigation/anchor-subframeload.html: Added.
3358 * http/tests/navigation/error404-basic-expected.txt: Added.
3359 * http/tests/navigation/error404-basic.html: Added.
3360 * http/tests/navigation/error404-frames-expected.txt: Added.
3361 * http/tests/navigation/error404-frames.html: Added.
3362 * http/tests/navigation/error404-goback-expected.txt: Added.
3363 * http/tests/navigation/error404-goback.html: Added.
3364 * http/tests/navigation/error404-subframeload-expected.txt: Added.
3365 * http/tests/navigation/error404-subframeload.html: Added.
3366 * http/tests/navigation/javascriptlink-basic-expected.txt: Added.
3367 * http/tests/navigation/javascriptlink-basic.html: Added.
3368 * http/tests/navigation/javascriptlink-frames-expected.txt: Added.
3369 * http/tests/navigation/javascriptlink-frames.html: Added.
3370 * http/tests/navigation/javascriptlink-goback-expected.txt: Added.
3371 * http/tests/navigation/javascriptlink-goback.html: Added.
3372 * http/tests/navigation/javascriptlink-subframeload-expected.txt: Added.
3373 * http/tests/navigation/javascriptlink-subframeload.html: Added.
3374 * http/tests/navigation/metaredirect-basic-expected.txt: Added.
3375 * http/tests/navigation/metaredirect-basic.html: Added.
3376 * http/tests/navigation/metaredirect-frames-expected.txt: Added.
3377 * http/tests/navigation/metaredirect-frames.html: Added.
3378 * http/tests/navigation/metaredirect-goback-expected.txt: Added.
3379 * http/tests/navigation/metaredirect-goback.html: Added.
3380 * http/tests/navigation/metaredirect-subframeload-expected.txt: Added.
3381 * http/tests/navigation/metaredirect-subframeload.html: Added.
3382 * http/tests/navigation/post-basic-expected.txt: Added.
3383 * http/tests/navigation/post-basic.html: Added.
3384 * http/tests/navigation/post-frames-expected.txt: Added.
3385 * http/tests/navigation/post-frames-goback1.html-disabled: Added.
3386 * http/tests/navigation/post-frames.html: Added.
3387 * http/tests/navigation/post-goback1-expected.txt: Added.
3388 * http/tests/navigation/post-goback1.html: Added.
3389 * http/tests/navigation/post-goback2-expected.txt: Added.
3390 * http/tests/navigation/post-goback2.html: Added.
3391 * http/tests/navigation/postredirect-basic-expected.txt: Added.
3392 * http/tests/navigation/postredirect-basic.html: Added.
3393 * http/tests/navigation/postredirect-frames-expected.txt: Added.
3394 * http/tests/navigation/postredirect-frames-goback1.html-disabled: Added.
3395 * http/tests/navigation/postredirect-frames.html: Added.
3396 * http/tests/navigation/postredirect-goback1-expected.txt: Added.
3397 * http/tests/navigation/postredirect-goback1.html: Added.
3398 * http/tests/navigation/postredirect-goback2-expected.txt: Added.
3399 * http/tests/navigation/postredirect-goback2.html: Added.
3400 * http/tests/navigation/redirect302-basic-expected.txt: Added.
3401 * http/tests/navigation/redirect302-basic.html: Added.
3402 * http/tests/navigation/redirect302-frames-expected.txt: Added.
3403 * http/tests/navigation/redirect302-frames.html: Added.
3404 * http/tests/navigation/redirect302-goback-expected.txt: Added.
3405 * http/tests/navigation/redirect302-goback.html: Added.
3406 * http/tests/navigation/redirect302-subframeload-expected.txt: Added.
3407 * http/tests/navigation/redirect302-subframeload.html: Added.
3408 * http/tests/navigation/relativeanchor-basic-expected.txt: Added.
3409 * http/tests/navigation/relativeanchor-basic.html: Added.
3410 * http/tests/navigation/relativeanchor-frames-expected.txt: Added.
3411 * http/tests/navigation/relativeanchor-frames.html: Added.
3412 * http/tests/navigation/relativeanchor-goback-expected.txt: Added.
3413 * http/tests/navigation/relativeanchor-goback.html: Added.
3414 * http/tests/navigation/resources/error404.pl: Added.
3415 * http/tests/navigation/resources/frameset.pl: Added.
3416 * http/tests/navigation/resources/javascriptlink.html: Added.
3417 * http/tests/navigation/resources/metaredirect.html: Added.
3418 * http/tests/navigation/resources/otherpage.html: Added.
3419 * http/tests/navigation/resources/postresult.pl: Added.
3420 * http/tests/navigation/resources/redirect302.pl: Added.
3421 * http/tests/navigation/resources/slowmetaredirect.html: Added.
3422 * http/tests/navigation/resources/slowtimerredirect.html: Added.
3423 * http/tests/navigation/resources/success200.html: Added.
3424 * http/tests/navigation/resources/testcode.js: Added.
3425 * http/tests/navigation/resources/timerredirect.html: Added.
3426 * http/tests/navigation/slowmetaredirect-basic-expected.txt: Added.
3427 * http/tests/navigation/slowmetaredirect-basic.html: Added.
3428 * http/tests/navigation/slowtimerredirect-basic-expected.txt: Added.
3429 * http/tests/navigation/slowtimerredirect-basic.html: Added.
3430 * http/tests/navigation/success200-basic-expected.txt: Added.
3431 * http/tests/navigation/success200-basic.html: Added.
3432 * http/tests/navigation/success200-frames-expected.txt: Added.
3433 * http/tests/navigation/success200-frames-goback.html-disabled: Added.
3434 * http/tests/navigation/success200-frames-loadsame-expected.txt: Added.
3435 * http/tests/navigation/success200-frames-loadsame.html: Added.
3436 * http/tests/navigation/success200-frames-reload.html-disabled: Added.
3437 * http/tests/navigation/success200-frames.html: Added.
3438 * http/tests/navigation/success200-goback-expected.txt: Added.
3439 * http/tests/navigation/success200-goback.html: Added.
3440 * http/tests/navigation/success200-loadsame-expected.txt: Added.
3441 * http/tests/navigation/success200-loadsame.html: Added.
3442 * http/tests/navigation/success200-reload-expected.txt: Added.
3443 * http/tests/navigation/success200-reload.html: Added.
3444 * http/tests/navigation/success200-subframeload-expected.txt: Added.
3445 * http/tests/navigation/success200-subframeload-goback.html-disabled: Added.
3446 * http/tests/navigation/success200-subframeload.html: Added.
3447 * http/tests/navigation/timerredirect-basic-expected.txt: Added.
3448 * http/tests/navigation/timerredirect-basic.html: Added.
3449 * http/tests/navigation/timerredirect-frames-expected.txt: Added.
3450 * http/tests/navigation/timerredirect-frames.html: Added.
3451 * http/tests/navigation/timerredirect-goback-expected.txt: Added.
3452 * http/tests/navigation/timerredirect-goback.html: Added.
3453 * http/tests/navigation/timerredirect-subframeload-expected.txt: Added.
3454 * http/tests/navigation/timerredirect-subframeload.html: Added.
3456 2006-08-22 Rob Buis <buis@kde.org>
3461 http://bugs.webkit.org/show_bug.cgi?id=10402
3462 REPRO: SVG crashes inside gradient code
3464 * svg/custom/gradient-attr-update-expected.checksum: Added.
3465 * svg/custom/gradient-attr-update-expected.png: Added.
3466 * svg/custom/gradient-attr-update-expected.txt: Added.
3467 * svg/custom/gradient-attr-update.svg: Added.
3469 2006-08-22 Rob Buis <buis@kde.org>
3473 Testcase needed for:
3474 http://bugs.webkit.org/show_bug.cgi?id=10405
3475 REPRO: SVG Maze crashes in RenderPath code
3477 * svg/custom/dynamic-empty-path-expected.checksum: Added.
3478 * svg/custom/dynamic-empty-path-expected.png: Added.
3479 * svg/custom/dynamic-empty-path-expected.txt: Added.
3480 * svg/custom/dynamic-empty-path.svg: Added.
3482 2006-08-21 Alexey Proskuryakov <ap@nypop.com>
3486 Test for http://bugs.webkit.org/show_bug.cgi?id=10419
3487 XSLTProcessor transformToFragment fails because of an XML declaration
3489 * fast/xsl/transformToFragment-XML-declaration-expected.txt: Added.
3490 * fast/xsl/transformToFragment-XML-declaration.html: Added.
3492 * fast/xsl/xslt-extra-content-at-end-expected.checksum:
3493 * fast/xsl/xslt-extra-content-at-end-expected.png: