1 2006-11-03 Alexey Proskuryakov <ap@nypop.com>
5 Test for http://bugs.webkit.org/show_bug.cgi?id=7323
6 REGRESSION (10.4.4): ondrag* events don't fire on page in a frame
8 * fast/events/drag-in-frames-expected.txt: Added.
9 * fast/events/drag-in-frames.html: Added.
10 * fast/events/resources/drag-in-frames-console.html: Added.
11 * fast/events/resources/drag-in-frames-left.html: Added.
12 * fast/events/resources/drag-in-frames-right.html: Added.
14 * editing/selection/expanding-selections.html:
15 * editing/selection/expanding-selections2.html:
16 * fast/dynamic/layer-hit-test-crash.html:
17 * fast/events/event-view-toString.html:
18 * fast/events/resources/drag-outside-window-frame.html:
19 * svg/custom/hover-default-fill.svg:
20 Added missing calls to mouseUp().
22 * svg/custom/stroke-width-click-expected.txt:
23 * svg/custom/stroke-width-click.svg:
24 Don't attempt to click outside the page, this was confusing DRT.
26 * editing/selection/select-from-textfield-outwards-expected.txt:
27 * editing/selection/select-from-textfield-outwards.html:
28 Removed alerts between dragging steps - they are now useless,
29 as the dragging events are stored and executed at once.
31 2006-11-03 Geoffrey Garen <ggaren@apple.com>
33 Missed a few tests in my last check-in, and checked in old results for
36 * editing/inserting/before-after-input-element-expected.txt:
37 * editing/inserting/before-after-input-element.html:
38 * editing/pasteboard/4641033-expected.txt:
39 * editing/pasteboard/input-field-1-expected.txt:
40 * editing/pasteboard/input-field-1.html:
41 * editing/pasteboard/select-element-1-expected.txt:
42 * editing/pasteboard/select-element-1.html:
43 * editing/selection/select-element-paragraph-boundary-expected.txt:
44 * editing/selection/select-element-paragraph-boundary.html:
45 * fast/forms/textarea-no-scroll-on-blur-expected.txt:
46 * fast/forms/textarea-scrollbar-expected.txt:
48 2006-11-02 Geoffrey Garen <ggaren@apple.com>
50 Reviewed by Justin Garcia.
52 Used a PERL script to add calls to opt into dumping of editing callbacks
53 in all editing tests that didn't do so already. This is required now that
54 dumping of editing callbacks is opt-in.
56 Updated editing.js so that any test that calls runEditingTest() opt into
57 dumping of editing callbacks.
59 Updated results in all non-editing tests to remove dumping of editing callbacks.
61 Updated results in all editing tests to reflect minor DOM changes due to new
64 [ many tests and results modified ]
66 2006-11-02 Geoffrey Garen <ggaren@apple.com>
68 Updated results because they were incorrect when checked in. (We never
71 * fast/js/regexp-unicode-handling-expected.txt:
73 2006-11-02 Adele Peterson <adele@apple.com>
77 Test for http://bugs.webkit.org/show_bug.cgi?id=9581
78 REGRESSION: The new NativeTextArea scrolls to the top when the control is unfocused.
80 * fast/forms/textarea-no-scroll-on-blur-expected.txt: Added.
81 * fast/forms/textarea-no-scroll-on-blur.html: Added.
83 2006-11-02 W. Andy Carrel <wac@google.com>
85 Reviewed by Maciej, landed by Anders.
87 Adding tests for Unicode RegExp behavior to match IE and Firefox.
88 * fast/js/regexp-unicode-handling-expected.txt: Added.
89 * fast/js/regexp-unicode-handling.html: Added.
90 * fast/js/resources/regexp-unicode-handling.js: Added.
92 2006-11-02 Alexey Proskuryakov <ap@nypop.com>
94 Reviewed by Maciej, landed by Anders.
96 Test for bugs 7253 and 7445, based on reductions made by Parag Shah and W. Andy Carrel.
98 * fast/js/gmail-re-re-expected.txt: Added.
99 * fast/js/gmail-re-re.html: Added.
100 * fast/js/resources/gmail-re-re.js: Added.
102 2006-11-02 Geoffrey Garen <ggaren@apple.com>
104 Updated results to fix failure seen when running layout tests. Justin
105 Garcia says the new results look more correct.
107 * editing/selection/drag-to-contenteditable-iframe-expected.txt:
109 2006-11-02 Adele Peterson <adele@apple.com>
111 Reviewed by Mitz and Geoff.
113 Test for <rdar://problem/4650271> REGRESSION(NativeTextArea): Textareas don't get scrollbars when text gets too big for content area (10105)
115 * fast/forms/textarea-scrollbar-expected.checksum: Added.
116 * fast/forms/textarea-scrollbar-expected.png: Added.
117 * fast/forms/textarea-scrollbar-expected.txt: Added.
118 * fast/forms/textarea-scrollbar.html: Added.
120 2006-11-02 Kevin McCullough <KMcCullough@apple.com>
124 - 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.
126 * fast/js/date-big-setdate-expected.txt:
127 * fast/js/resources/date-big-setdate.js:
129 2006-11-01 Justin Garcia <justin.garcia@apple.com>
133 <rdar://problem/4062865>
134 Copy/paste of a select element fails to include the options
136 Updated to reflect fix:
137 * editing/pasteboard/4641033-expected.checksum:
138 * editing/pasteboard/4641033-expected.png:
139 * editing/pasteboard/4641033-expected.txt:
140 * editing/pasteboard/4641033.html:
143 * editing/inserting/before-after-input-element-expected.checksum: Added.
144 * editing/inserting/before-after-input-element-expected.png: Added.
145 * editing/inserting/before-after-input-element-expected.txt: Added.
146 * editing/inserting/before-after-input-element.html: Added.
147 * editing/pasteboard/input-field-1-expected.checksum: Added.
148 * editing/pasteboard/input-field-1-expected.png: Added.
149 * editing/pasteboard/input-field-1-expected.txt: Added.
150 * editing/pasteboard/input-field-1.html: Added.
151 * editing/pasteboard/select-element-1-expected.checksum: Added.
152 * editing/pasteboard/select-element-1-expected.png: Added.
153 * editing/pasteboard/select-element-1-expected.txt: Added.
154 * editing/pasteboard/select-element-1.html: Added.
155 * editing/selection/select-element-paragraph-boundary-expected.checksum: Added.
156 * editing/selection/select-element-paragraph-boundary-expected.png: Added.
157 * editing/selection/select-element-paragraph-boundary-expected.txt: Added.
158 * editing/selection/select-element-paragraph-boundary.html: Added.
160 2006-11-01 Kevin McCullough <KMcCullough@apple.com>
162 - temporarily passing a test so that it does not interfere with others testing.
164 * fast/js/date-big-setdate-expected.txt:
166 2006-11-01 Adele Peterson <adele@apple.com>
168 Fixing typo. Changed repaintTest to runRepaintTest.
170 * fast/repaint/overflow-outline-repaint-expected.checksum:
171 * fast/repaint/overflow-outline-repaint-expected.png:
172 * fast/repaint/overflow-outline-repaint.html:
174 2006-11-01 Adele Peterson <adele@apple.com>
178 Tests for http://bugs.webkit.org/show_bug.cgi?id=11277
179 REGRESSION: Incomplete repaint of overflow areas when deleting
181 * fast/repaint/overflow-delete-line-expected.checksum: Added.
182 * fast/repaint/overflow-delete-line-expected.png: Added.
183 * fast/repaint/overflow-delete-line-expected.txt: Added.
184 * fast/repaint/overflow-delete-line.html: Added.
185 * fast/repaint/overflow-scroll-delete-expected.checksum: Added.
186 * fast/repaint/overflow-scroll-delete-expected.png: Added.
187 * fast/repaint/overflow-scroll-delete-expected.txt: Added.
188 * fast/repaint/overflow-scroll-delete.html: Added.
189 * fast/repaint/overflow-outline-repaint-expected.checksum: Added.
190 * fast/repaint/overflow-outline-repaint-expected.png: Added.
191 * fast/repaint/overflow-outline-repaint-expected.txt: Added.
192 * fast/repaint/overflow-outline-repaint.html: Added.
194 2006-10-31 Geoffrey Garen <ggaren@apple.com>
196 Added test for accessing the 'caller' property from inside an event
199 * fast/events/caller-access-from-event-listener-expected.txt: Added.
200 * fast/events/caller-access-from-event-listener.html: Added.
202 2006-10-31 Geoffrey Garen <ggaren@apple.com>
204 Added layout test for copying password field.
206 * editing/pasteboard/copy-in-password-field-expected.txt: Added.
207 * editing/pasteboard/copy-in-password-field.html: Added.
209 2006-10-31 Justin Garcia <justin.garcia@apple.com>
213 Updated these tests to mention the bug that they demonstrate:
214 * editing/pasteboard/nested-blocks-with-text-area-expected.checksum:
215 * editing/pasteboard/nested-blocks-with-text-area-expected.png:
216 * editing/pasteboard/nested-blocks-with-text-area-expected.txt:
217 * editing/pasteboard/nested-blocks-with-text-area.html:
218 * editing/pasteboard/nested-blocks-with-text-field-expected.checksum:
219 * editing/pasteboard/nested-blocks-with-text-field-expected.png:
220 * editing/pasteboard/nested-blocks-with-text-field-expected.txt:
221 * editing/pasteboard/nested-blocks-with-text-field.html:
223 2006-10-31 Adele Peterson <adele@apple.com>
227 Tests for http://bugs.webkit.org/show_bug.cgi?id=11127 NativeListBox: arrow and drag selection should pivot around one list item
228 and http://bugs.webkit.org/show_bug.cgi?id=11173 REGRESSION (NativeListBox): Shift-clicking items in list box doesn't expand the current selection
229 and http://bugs.webkit.org/show_bug.cgi?id=11417 REGRESSION: onchange does not fire for list-style select elements
231 * fast/forms/listbox-onchange-expected.txt: Added.
232 * fast/forms/listbox-onchange.html: Added.
233 * fast/forms/listbox-selection-expected.txt: Added.
234 * fast/forms/listbox-selection.html: Added.
236 2006-10-31 Justin Garcia <justin.garcia@apple.com>
240 * editing/execCommand/create-list-1.html: Removed.
241 * editing/execCommand/create-list-with-hr-expected.checksum:
242 * editing/execCommand/create-list-with-hr-expected.png:
243 * editing/execCommand/create-list-with-hr-expected.txt:
244 * editing/execCommand/remove-list-1-expected.checksum:
245 * editing/execCommand/remove-list-1-expected.png:
246 * editing/execCommand/remove-list-1-expected.txt:
247 * fast/text/attributed-substring-from-range-001-expected.txt:
249 2006-10-31 Vladimir Olexa <vladimir.olexa@gmail.com>
253 Test for http://bugs.webkit.org/show_bug.cgi?id=4166
254 Function object does not support caller property
256 * fast/js/caller-property-expected.txt: Added.
257 * fast/js/caller-property.html: Added.
258 * fast/js/resources/caller-property.js: Added.
260 2006-10-30 Darin Adler <darin@apple.com>
264 * fast/dom/xmlhttprequest-get-expected.txt: Generated a new result.
265 Maciej says that the new behavior of returning empty string instead of
266 undefined is correct and matches Firefox, so the new result is better
269 2006-10-29 Mitz Pettel <mitz@webkit.org>
273 Test for http://bugs.webkit.org/show_bug.cgi?id=11444
274 REGRESSION (r17378): Exception (-[NSCFDictionary setObject:forKey:]: attempt to insert nil value)
275 when submitting a form with an empty uninitialized field
277 * fast/forms/submit-nil-value-field-assert-expected.txt: Added.
278 * fast/forms/submit-nil-value-field-assert.html: Added.
280 2006-10-30 Mark Rowe <bdash@webkit.org>
284 Fix fast/block/basic/014.html to pass when Microsoft Office fonts are present.
286 * fast/block/basic/014-expected.checksum:
287 * fast/block/basic/014-expected.png:
288 * fast/block/basic/014-expected.txt:
289 * fast/block/basic/014.html: Always use default sans-serif font rather than
290 preferring Microsoft Office fonts.
292 2006-10-29 Mark Rowe <bdash@webkit.org>
296 Fix failure in editing/inserting/insert-3851164-fix if Gill Sans font is present.
298 * editing/inserting/insert-3851164-fix.html: Specify sans-serif to match expected results
299 generated without Gill Sans present.
301 2006-10-29 Darin Adler <darin@apple.com>
303 * fast/events/js-keyboard-event-creation-expected.txt: Update test that
304 is affected in a minor way by the change to DumpRenderTree.
306 2006-10-26 Justin Garcia <justin.garcia@apple.com>
310 <http://bugs.webkit.org/show_bug.cgi?id=11423>
311 REGRESSION: First newline missing from textarea's value
313 Changes reflect the removal of more brs that were about
315 * editing/deleting/delete-4038408-fix-expected.txt:
316 * editing/inserting/insert-3654864-fix-expected.txt:
317 * editing/inserting/insert-3659587-fix-expected.txt:
318 * editing/inserting/insert-3775316-fix-expected.txt:
319 * editing/inserting/insert-at-end-01-expected.txt:
320 * editing/inserting/insert-at-end-02-expected.txt:
321 * editing/inserting/insert-br-001-expected.txt:
322 * editing/inserting/insert-br-005-expected.txt:
324 Added to demonstrate fix:
325 * fast/forms/11423-expected.txt: Added.
326 * fast/forms/11423.html: Added.
328 2006-10-27 Darin Adler <darin@apple.com>
330 - new test results for a couple of tests
332 * fast/js/kde/RegExp-expected.txt: Affected by the change to decode \u
333 sequences in JavaScript regular expression at the lexer level.
335 * http/tests/navigation/success200-reload-expected.txt: For some reason,
336 this is consistently not dumping the "scrolled" line any more -- since the
337 purpose of the test has nothing to do with that, landing new results.
339 2006-10-26 W. Andy Carrel <wac@google.com>
343 * tests/mozilla/ecma_2/RegExp/properties-001.js: Changed test to look
344 for Unicode character rather than the '\u' escaped equivalent for
345 .source and .toString().
347 2006-10-26 Darin Adler <darin@apple.com>
351 * editing/execCommand/remove-formatting-expected.txt: Roll back results.
352 The ones just checked in showed the same kind of intermittent failure that
353 copy-paste-bidi.html used to show -- now we consistently get these results.
355 2006-10-26 Justin Garcia <justin.garcia@apple.com>
359 <http://bugs.webkit.org/show_bug.cgi?id=11329>
360 Gmail Editor: Can't remove styling applied to selection after clicking "Remove Formatting" toolbar icon.
362 * editing/execCommand/remove-formatting-2-expected.checksum: Added.
363 * editing/execCommand/remove-formatting-2-expected.png: Added.
364 * editing/execCommand/remove-formatting-2-expected.txt: Added.
365 * editing/execCommand/remove-formatting-2.html: Added.
366 * editing/execCommand/remove-formatting-expected.txt:
368 2006-10-26 Oliver Hunt <oliver@apple.com>
371 Layout test for <rdar://problem/4800518>
373 * fast/canvas/canvas-transforms-during-path-expected.checksum: Added.
374 * fast/canvas/canvas-transforms-during-path-expected.png: Added.
375 * fast/canvas/canvas-transforms-during-path-expected.txt: Added.
376 * fast/canvas/canvas-transforms-during-path.html: Added.
378 2006-10-26 Darin Adler <darin@apple.com>
382 - removed non-deterministic behavior in editing that was causing
383 give inconsistent results for editing/pasteboard/copy-paste-bidi.html
385 * editing/pasteboard/copy-paste-bidi-expected.txt: New results, without the
386 anonymous block that sometimes appeared and sometimes did not.
388 2006-10-26 Darin Adler <darin@apple.com>
390 - oops, checked in failure results, not success
392 * fast/js/string-property-iteration-expected.txt:
395 2006-10-26 Darin Adler <darin@apple.com>
397 - checked in some missing results
398 (if these are wrong we could remove or disable the test)
400 * svg/hixie/cascade/002-expected.checksum: Added.
401 * svg/hixie/cascade/002-expected.png: Added.
402 * svg/hixie/cascade/002-expected.txt: Added.
404 2006-10-26 Darin Adler <darin@apple.com>
408 - add a test for iteration of properties of string objects
410 * fast/js/resources/string-property-iteration.js: Added.
411 * fast/js/string-property-iteration-expected.txt: Added.
412 * fast/js/string-property-iteration.html: Added.
414 2006-10-24 Maciej Stachowiak <mjs@apple.com>
418 - re-enable testing of HEAD methods, now that bugs relating to these are fixed
420 * http/tests/xmlhttprequest/methods-async-expected.txt:
421 * http/tests/xmlhttprequest/methods-async.html:
422 * http/tests/xmlhttprequest/methods-expected.txt:
423 * http/tests/xmlhttprequest/methods.html:
425 2006-10-24 Justin Garcia <justin.garcia@apple.com>
429 <http://bugs.webkit.org/show_bug.cgi?id=10993>
430 GMail Editor: Caret doesn't always position itself after list marker
432 * editing/execCommand/create-list-1-expected.checksum: Added.
433 * editing/execCommand/create-list-1-expected.png: Added.
434 * editing/execCommand/create-list-1-expected.txt: Added.
435 * editing/execCommand/create-list-1.html: Added.
438 * editing/execCommand/create-list-with-hr-expected.checksum:
439 * editing/execCommand/create-list-with-hr-expected.png:
440 * editing/execCommand/create-list-with-hr-expected.txt:
441 * editing/execCommand/create-list-with-hr.html:
442 * editing/execCommand/remove-list-1-expected.checksum:
443 * editing/execCommand/remove-list-1-expected.png:
444 * editing/execCommand/remove-list-1-expected.txt:
445 * fast/text/attributed-substring-from-range-001-expected.txt:
447 2006-10-23 Justin Garcia <justin.garcia@apple.com>
451 <http://bugs.webkit.org/show_bug.cgi?id=11334>
452 Writely Editor: Placing caret in a list "highlights" both Numbered List and Bulleted List toolbar icons
454 * editing/execCommand/queryCommandState-01-expected.txt: Added.
455 * editing/execCommand/queryCommandState-01.html: Added.
457 2006-10-20 Justin Garcia <justin.garcia@apple.com>
461 <http://bugs.webkit.org/show_bug.cgi?id=11333>
462 Writely Editor: After inserting a HR element, pressing return key creates a copy of this HR element in the document
464 * editing/inserting/insert-br-009-expected.checksum: Added.
465 * editing/inserting/insert-br-009-expected.png: Added.
466 * editing/inserting/insert-br-009-expected.txt: Added.
467 * editing/inserting/insert-br-009.html: Added.
468 * editing/inserting/insert-paragraph-01-expected.checksum: Added.
469 * editing/inserting/insert-paragraph-01-expected.png: Added.
470 * editing/inserting/insert-paragraph-01-expected.txt: Added.
471 * editing/inserting/insert-paragraph-01.html: Added.
472 * editing/inserting/insert-paragraph-02-expected.checksum: Added.
473 * editing/inserting/insert-paragraph-02-expected.png: Added.
474 * editing/inserting/insert-paragraph-02-expected.txt: Added.
475 * editing/inserting/insert-paragraph-02.html: Added.
476 * editing/inserting/insert-paragraph-03-expected.checksum: Added.
477 * editing/inserting/insert-paragraph-03-expected.png: Added.
478 * editing/inserting/insert-paragraph-03-expected.txt: Added.
479 * editing/inserting/insert-paragraph-03.html: Added.
480 * editing/inserting/insert-paragraph-04-expected.checksum: Added.
481 * editing/inserting/insert-paragraph-04-expected.png: Added.
482 * editing/inserting/insert-paragraph-04-expected.txt: Added.
483 * editing/inserting/insert-paragraph-04.html: Added.
485 2006-10-20 Geoffrey Garen <ggaren@apple.com>
487 RS by Beth "pants on fire" Dakin.
489 Put some layout tests in their place.
491 * fast/dom/Window/window-object-cross-frame-calls-expected.txt: Added.
492 * fast/dom/Window/window-object-cross-frame-calls.html: Added.
493 * fast/dom/Window/window-onFocus-expected.checksum: Added.
494 * fast/dom/Window/window-onFocus-expected.png: Added.
495 * fast/dom/Window/window-onFocus-expected.txt: Added.
496 * fast/dom/Window/window-onFocus.html: Added.
497 * fast/dom/Window/window-xy-properties-expected.txt: Added.
498 * fast/dom/Window/window-xy-properties.html: Added.
499 * fast/dom/window-object-cross-frame-calls-expected.txt: Removed.
500 * fast/dom/window-object-cross-frame-calls.html: Removed.
501 * fast/dom/window-onFocus-expected.checksum: Removed.
502 * fast/dom/window-onFocus-expected.png: Removed.
503 * fast/dom/window-onFocus-expected.txt: Removed.
504 * fast/dom/window-onFocus.html: Removed.
505 * fast/dom/window-xy-properties-expected.txt: Removed.
506 * fast/dom/window-xy-properties.html: Removed.
507 * fast/html/xhtml-serialize-expected.txt: Added.
508 * fast/html/xhtml-serialize.html: Added.
509 * fast/js/resources/xhtml-serialize.js: Removed.
510 * fast/js/resources/xslt-fragment-in-empty-doc.js: Removed.
511 * fast/js/xhtml-serialize-expected.txt: Removed.
512 * fast/js/xhtml-serialize.html: Removed.
513 * fast/js/xslt-fragment-in-empty-doc-expected.txt: Removed.
514 * fast/js/xslt-fragment-in-empty-doc.html: Removed.
515 * fast/xsl/xslt-fragment-in-empty-doc-expected.txt: Added.
516 * fast/xsl/xslt-fragment-in-empty-doc.html: Added.
517 * fast/dom/resources/child.html: Removed.
518 * fast/dom/Window/resources/child.html: Added.
520 2006-10-20 Beth Dakin <bdakin@apple.com>
524 Changing these counters tests because they fail on some people's
525 machines. They fail for people who have the Armenian glyphs the
526 tests were looking for in the "expected" line. There is no point in
527 testing that anyway, since we do not currently support Armenian in
528 counters or in list markers.
530 * fast/css/counters/counter10-expected.checksum:
531 * fast/css/counters/counter10-expected.png:
532 * fast/css/counters/counter10-expected.txt:
533 * fast/css/counters/counter10.html:
534 * fast/css/counters/counters10-expected.checksum:
535 * fast/css/counters/counters10-expected.png:
536 * fast/css/counters/counters10-expected.txt:
537 * fast/css/counters/counters10.html:
539 2006-10-20 Geoffrey Garen <ggaren@apple.com>
543 Removed old window property tests because they didn't quite work and they
544 were looking at me funny. Replaced with new, comprehensive test.
546 * fast/dom/Window/window-properties-expected.txt: Added.
547 * fast/dom/Window/window-properties.html: Added.
548 * fast/js/window-properties-expected.txt: Removed.
549 * fast/js/window-properties.html: Removed.
550 * fast/js/window-properties2-expected.txt: Removed.
551 * fast/js/window-properties2.html: Removed.
553 2006-10-20 Anders Carlsson <acarlsson@apple.com>
557 Add test case for timer crash.
559 * fast/dom/timer-clear-interval-in-handler-expected.txt: Added.
560 * fast/dom/timer-clear-interval-in-handler.html: Added.
562 2006-10-20 Geoffrey Garen <ggaren@apple.com>
564 Reviewed by Beth, approved in principle by Adele, who couldn't be troubled
565 for an actual review.
567 Fixed http://bugs.webkit.org/show_bug.cgi?id=11345
568 1 fewer shouldChangeSelection delegate call for fast/forms/focus-control-to-page
570 I updated this test to use <input type="search"> because that's the only
571 remaining AppKit control, and the test's intention is verify tabbing
572 between AppKit and non-AppKit controls.
574 I updated the results because the behavior change is good.
576 Here's why the test regressed:
578 Our editing code is cra-zay. When AppKit calls nextKeyView, we not only
579 calculate the next key element in the page, we also focus it as a side-effect.
580 As a result, we used to fire a focus delegate twice, because AppKit happened
581 to call nextKeyView twice.
583 This test first regressed when Adele changed listboxes to be non-AppKit
584 controls (r16718). That change took AppKit out of test.
586 The regression redoubled itself when Adam moved TAB handling into the DOM
587 (r16741), taking AppKit out of TABing completely.
589 * fast/forms/focus-control-to-page-expected.txt:
590 * fast/forms/focus-control-to-page.html:
592 2006-10-19 Justin Garcia <justin.garcia@apple.com>
596 <rdar://problem/4447885>
597 API: WebView should have a method something like incrementLeftMarginBy: or indentBy:
599 Changed blockquotes in these tests to blockquote class="webkit-indent-blockquote".
600 * editing/execCommand/indent-empty-root-expected.txt:
601 * editing/execCommand/indent-selection-expected.checksum:
602 * editing/execCommand/indent-selection-expected.png:
603 * editing/execCommand/indent-selection-expected.txt:
604 * editing/execCommand/indent-selection.html:
605 * editing/execCommand/nsresponder-indent-expected.txt:
606 * editing/execCommand/nsresponder-outdent.html:
607 * editing/execCommand/outdent-selection-expected.checksum:
608 * editing/execCommand/outdent-selection-expected.png:
609 * editing/execCommand/outdent-selection-expected.txt:
611 Ditto. Added a FIXME:
612 * editing/execCommand/outdent-selection.html:
614 2006-10-19 Geoffrey Garen <ggaren@apple.com>
618 Added a delay before printing the last line of text to ensure that the two
619 lines consistently decode as separate chunks.
621 * http/tests/incremental/slow-utf8-css.pl:
622 * http/tests/incremental/slow-utf8-css-expected.txt:
624 2006-10-19 Alexey Proskuryakov <ap@nypop.com>
628 Test for http://bugs.webkit.org/show_bug.cgi?id=11141
629 REGRESSION(r16681-r16691): CSS '@import' doesn't respect HTML Base element
631 * http/tests/uri/css-href-2.css: Added.
632 * http/tests/uri/css-href-expected.checksum: Added.
633 * http/tests/uri/css-href-expected.png: Added.
634 * http/tests/uri/css-href-expected.txt: Added.
635 * http/tests/uri/css-href-fwd.css: Added.
636 * http/tests/uri/css-href.css: Added.
637 * http/tests/uri/css-href.php: Added.
638 * http/tests/uri/resources/css-href-2.css: Added.
639 * http/tests/uri/resources/css-href.css: Added.
641 2006-10-19 Geoffrey Garen <ggaren@apple.com>
643 Updated this test to avoid machine-specific results.
645 * fast/js/window-properties2-expected.txt:
646 * fast/js/window-properties2.html:
648 2006-10-18 Geoffrey Garen <ggaren@apple.com>
650 Test for some window properties that WebCore previously didn't enumerate.
652 * fast/js/window-properties2-expected.txt: Added.
653 * fast/js/window-properties2.html: Added.
655 2006-10-18 Geoffrey Garen <ggaren@apple.com>
659 Updated some results now that some global JS objects repeatably report their
660 statically declared properties.
662 * fast/js/window-properties-expected.txt:
663 * fast/js/window-properties.html:
665 2006-10-18 Adam Roben <aroben@apple.com>
669 Fix: http://bugs.webkit.org/show_bug.cgi?id=11342
670 fast/repaint/4774354 is failing
672 It seems that this test got checked in with incorrect results, as it
673 has been failing since its introduction in r17093.
675 * fast/repaint/4774354-expected.txt:
677 2006-10-18 Adam Roben <aroben@apple.com>
681 New test to make sure we're generating the correct keycodes for Tab
682 and Shift-Tab keypresses.
684 * fast/events/js-keyboard-event-creation-expected.txt: Added.
685 * fast/events/js-keyboard-event-creation.html: Added.
687 2006-10-18 Adam Roben <aroben@apple.com>
691 Fix: http://bugs.webkit.org/show_bug.cgi?id=11344
692 REGRESSION (r16741): webViewDidChangeSelection delegate not firing in
695 The behavior for display-none-in-onchange-keyboard is still correct
696 (we don't crash when the element about to receive focus gets
697 display:none set), so I've just generated new results for it.
699 The behavior of tabbing-input-iframe has changed a little. iframe
700 elements are now in the tab order, so I've changed the test to take
701 that into account and generated new results.
703 * fast/forms/display-none-in-onchange-keyboard-expected.txt:
704 * fast/forms/tabbing-input-iframe-expected.txt:
705 * fast/forms/tabbing-input-iframe.html:
707 2006-10-18 Justin Garcia <justin.garcia@apple.com>
711 <rdar://problem/4784823>
712 GMail Editor: Hang occurs when removing list styling on text in a rich text message
714 * editing/execCommand/remove-list-1-expected.checksum: Added.
715 * editing/execCommand/remove-list-1-expected.png: Added.
716 * editing/execCommand/remove-list-1-expected.txt: Added.
717 * editing/execCommand/remove-list-1.html: Added.
719 2006-10-17 Justin Garcia <justin.garcia@apple.com>
723 <rdar://problem/4765600>
724 REGRESSION: Mail.app: smart deletion of words does not work
726 * editing/deleting/smart-delete-003-expected.checksum: Added.
727 * editing/deleting/smart-delete-003-expected.png: Added.
728 * editing/deleting/smart-delete-003-expected.txt: Added.
729 * editing/deleting/smart-delete-003.html: Added.
730 * editing/deleting/smart-delete-004-expected.checksum: Added.
731 * editing/deleting/smart-delete-004-expected.png: Added.
732 * editing/deleting/smart-delete-004-expected.txt: Added.
733 * editing/deleting/smart-delete-004.html: Added.
735 2006-10-18 Adam Roben <aroben@apple.com>
739 Fix: http://bugs.webkit.org/show_bug.cgi?id=11340
740 editing/pasteboard/4641033 needs new results
742 Update results after r17071.
744 * editing/pasteboard/4641033-expected.txt:
746 2006-10-17 Justin Garcia <justin.garcia@apple.com>
750 <rdar://problem/4776665>
751 REGRESSION: In Mail, caret is visible when the message body isn't focused
753 * editing/selection/4776665-expected.checksum: Added.
754 * editing/selection/4776665-expected.png: Added.
755 * editing/selection/4776665-expected.txt: Added.
756 * editing/selection/4776665.html: Added.
758 2006-10-17 Justin Garcia <justin.garcia@apple.com>
762 <rdar://problem/4774354>
763 REGRESSION: In Gmail, caret reappears when dragging a selection over some text in the message body
765 * fast/repaint/4774354-expected.checksum: Added.
766 * fast/repaint/4774354-expected.png: Added.
767 * fast/repaint/4774354-expected.txt: Added.
768 * fast/repaint/4774354.html: Added.
769 * fast/repaint/resources/contenteditable-iframe-src.html: Added.
771 2006-10-17 Justin Garcia <justin.garcia@apple.com>
775 <rdar://problem/4776765>
776 REGRESSION: Caret's ghost left behind after inserting a paragraph separator (11237)
778 * fast/repaint/4776765-expected.checksum: Added.
779 * fast/repaint/4776765-expected.png: Added.
780 * fast/repaint/4776765-expected.txt: Added.
781 * fast/repaint/4776765.html: Added.
783 2006-10-17 Alice Liu <alice.liu@apple.com>
785 Reviewed by Tim Hatcher.
787 When nodes are removed, selections are cleared, and when
788 http://bugs.webkit.org/show_bug.cgi?id=6498 was fixed, we started
789 sending didChangeSelection notifications. Updating the test results
790 fixes some of the tests mentioned in http://bugs.webkit.org/show_bug.cgi?id=10924
792 * fast/dynamic/move-node-with-selection-expected.txt:
793 * fast/events/dblclick-addEventListener-expected.txt:
794 * fast/events/updateLayoutForHitTest-expected.txt:
796 2006-10-17 Alice Liu <alice.liu@apple.com>
800 updating test results after r17068 - http://bugs.webkit.org/show_bug.cgi?id=11320
802 * fast/block/float/013-expected.checksum:
803 * fast/block/float/013-expected.txt:
805 2006-10-17 Adam Roben <aroben@apple.com>
809 Fixes http://bugs.webkit.org/show_bug.cgi?id=11214
810 http/tests/xmlhttprequest/exceptions.html needs new results
812 Updating results after r16794.
814 * http/tests/xmlhttprequest/exceptions-expected.txt:
815 * http/tests/xmlhttprequest/exceptions.html: Add comments about why we
816 don't follow the XHR spec.
818 2006-10-16 Justin Garcia <justin.garcia@apple.com>
822 <rdar://problem/3655385>
823 Editing: -indent: method unimplemented
825 * editing/execCommand/nsresponder-indent-expected.checksum: Added.
826 * editing/execCommand/nsresponder-indent-expected.png: Added.
827 * editing/execCommand/nsresponder-indent-expected.txt: Added.
828 * editing/execCommand/nsresponder-indent.html: Added.
829 * editing/execCommand/nsresponder-outdent-expected.checksum: Added.
830 * editing/execCommand/nsresponder-outdent-expected.png: Added.
831 * editing/execCommand/nsresponder-outdent-expected.txt: Added.
832 * editing/execCommand/nsresponder-outdent.html: Added.
834 2006-10-13 Justin Garcia <justin.garcia@apple.com>
836 Reviewed by ggaren and harrison
838 <rdar://problem/4744008>
839 9A270: Mail crashes when I try to paste large items from Safari
841 * editing/pasteboard/4744008-expected.txt: Added.
842 * editing/pasteboard/4744008.html: Added.
844 2006-10-13 Geoffrey Garen <ggaren@apple.com>
846 Tests for accessing renderer-dependent properties from a javascript: URL.
848 * fast/frames/frame-js-url-clientWidth-expected.txt: Added.
849 * fast/frames/frame-js-url-clientWidth.html: Added.
850 * fast/frames/iframe-js-url-clientWidth-expected.txt: Added.
851 * fast/frames/iframe-js-url-clientWidth.html: Added.
853 2006-10-13 David Harrison <harrison@apple.com>
857 <rdar://problem/4746860> Mail crash in WebCore::CSSMutableStyleDeclaration::merge(WebCore::CSSMutableStyleDeclaration*, bool)
859 * editing/style/style-boundary-005.html: Added. Matches steps from bug.
860 * editing/execCommand/hilitecolor-expected.txt: Updated (no empty Apple style spans).
861 * editing/style/remove-underline-across-paragraph-in-bold-expected.txt: Updated (no empty Apple style spans).
862 * editing/style/remove-underline-in-bold-expected.txt: Updated (no empty Apple style spans).
863 * editing/style/typing-style-003-expected.txt: Updated (no empty Apple style spans).
865 2006-10-12 Adele Peterson <adele@apple.com>
869 - Test for http://bugs.webkit.org/show_bug.cgi?id=11172
870 REGRESSION (NativeListBox): OPTION text paints over the edge of the select element at http://jobs.apple.com/
872 * fast/forms/listbox-width-change-expected.txt: Added.
873 * fast/forms/listbox-width-change-expected.png: Added.
874 * fast/forms/listbox-width-change-expected.checksum: Added.
875 * fast/forms/listbox-width-change.html: Added.
877 2006-10-11 Kevin McCullough <KMcCullough@apple.com>
881 These test DST behavior on the cusp of a change (i.e. spring forward, fall back)
883 * fast/js/date-DST-time-cusps-expected.txt: Added.
884 * fast/js/date-DST-time-cusps.html: Added.
885 * fast/js/resources/date-DST-time-cusps.js: Added.
887 2006-10-11 Oliver Hunt <oliver@apple.com>
891 Fix svg text related layout tests
893 * svg/custom/getsvgdocument-expected.txt:
894 * svg/hixie/viewbox/003-expected.txt:
896 2006-10-11 Oliver Hunt <oliver@apple.com>
900 Test case for http://bugs.webkit.org/show_bug.cgi?id=11251
902 * fast/canvas/zero-size-fill-rect-expected.checksum: Added.
903 * fast/canvas/zero-size-fill-rect-expected.png: Added.
904 * fast/canvas/zero-size-fill-rect-expected.txt: Added.
905 * fast/canvas/zero-size-fill-rect.html: Added.
907 2006-10-11 Rob Buis <buis@kde.org>
912 http://bugs.webkit.org/show_bug.cgi?id=11221
913 REGRESSION: iExploder crash due to style="cursor: url()"
915 * fast/css/invalid-cursor-property-crash-expected.txt: Added.
916 * fast/css/invalid-cursor-property-crash.html: Added.
918 2006-10-11 Antti Koivisto <koivisto@iki.fi>
922 Test for http://bugs.webkit.org/show_bug.cgi?id=4377
924 * fast/layers/layer-visibility-expected.checksum: Added.
925 * fast/layers/layer-visibility-expected.png: Added.
926 * fast/layers/layer-visibility-expected.txt: Added.
927 * fast/layers/layer-visibility.html: Added.
929 2006-10-10 Oliver Hunt <ohunt@apple.com>
931 Rubber stamped by Anders.
933 Updated to deal with new svg text renderers, and
936 custom/text-clip testcase was incorrect, and has been fixed
938 * svg/W3C-SVG-1.1/animate-elem-02-t-expected.txt:
939 * svg/W3C-SVG-1.1/animate-elem-03-t-expected.txt:
940 * svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt:
941 * svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt:
942 * svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt:
943 * svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt:
944 * svg/W3C-SVG-1.1/animate-elem-08-t-expected.checksum:
945 * svg/W3C-SVG-1.1/animate-elem-08-t-expected.png:
946 * svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt:
947 * svg/W3C-SVG-1.1/animate-elem-09-t-expected.txt:
948 * svg/W3C-SVG-1.1/animate-elem-10-t-expected.txt:
949 * svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt:
950 * svg/W3C-SVG-1.1/animate-elem-12-t-expected.txt:
951 * svg/W3C-SVG-1.1/animate-elem-13-t-expected.txt:
952 * svg/W3C-SVG-1.1/animate-elem-14-t-expected.txt:
953 * svg/W3C-SVG-1.1/animate-elem-15-t-expected.txt:
954 * svg/W3C-SVG-1.1/animate-elem-16-t-expected.txt:
955 * svg/W3C-SVG-1.1/animate-elem-17-t-expected.txt:
956 * svg/W3C-SVG-1.1/animate-elem-18-t-expected.txt:
957 * svg/W3C-SVG-1.1/animate-elem-19-t-expected.txt:
958 * svg/W3C-SVG-1.1/animate-elem-20-t-expected.txt:
959 * svg/W3C-SVG-1.1/animate-elem-21-t-expected.txt:
960 * svg/W3C-SVG-1.1/animate-elem-22-b-expected.checksum:
961 * svg/W3C-SVG-1.1/animate-elem-22-b-expected.png:
962 * svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt:
963 * svg/W3C-SVG-1.1/animate-elem-23-t-expected.txt:
964 * svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt:
965 * svg/W3C-SVG-1.1/animate-elem-25-t-expected.txt:
966 * svg/W3C-SVG-1.1/animate-elem-26-t-expected.txt:
967 * svg/W3C-SVG-1.1/animate-elem-27-t-expected.checksum:
968 * svg/W3C-SVG-1.1/animate-elem-27-t-expected.png:
969 * svg/W3C-SVG-1.1/animate-elem-27-t-expected.txt:
970 * svg/W3C-SVG-1.1/animate-elem-28-t-expected.txt:
971 * svg/W3C-SVG-1.1/animate-elem-29-b-expected.txt:
972 * svg/W3C-SVG-1.1/color-prof-01-f-expected.txt:
973 * svg/W3C-SVG-1.1/color-prop-01-b-expected.txt:
974 * svg/W3C-SVG-1.1/color-prop-02-f-expected.txt:
975 * svg/W3C-SVG-1.1/color-prop-03-t-expected.txt:
976 * svg/W3C-SVG-1.1/coords-trans-01-b-expected.txt:
977 * svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt:
978 * svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt:
979 * svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt:
980 * svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt:
981 * svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt:
982 * svg/W3C-SVG-1.1/coords-units-01-b-expected.txt:
983 * svg/W3C-SVG-1.1/coords-units-02-b-expected.txt:
984 * svg/W3C-SVG-1.1/coords-units-03-b-expected.txt:
985 * svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.txt:
986 * svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.txt:
987 * svg/W3C-SVG-1.1/extend-namespace-01-f-expected.checksum:
988 * svg/W3C-SVG-1.1/extend-namespace-01-f-expected.png:
989 * svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt:
990 * svg/W3C-SVG-1.1/filters-blend-01-b-expected.checksum:
991 * svg/W3C-SVG-1.1/filters-blend-01-b-expected.png:
992 * svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt:
993 * svg/W3C-SVG-1.1/filters-color-01-b-expected.checksum:
994 * svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
995 * svg/W3C-SVG-1.1/filters-color-01-b-expected.txt:
996 * svg/W3C-SVG-1.1/filters-composite-02-b-expected.checksum:
997 * svg/W3C-SVG-1.1/filters-composite-02-b-expected.png:
998 * svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt:
999 * svg/W3C-SVG-1.1/filters-comptran-01-b-expected.checksum:
1000 * svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
1001 * svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt:
1002 * svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt:
1003 * svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.checksum:
1004 * svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.png:
1005 * svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.txt:
1006 * svg/W3C-SVG-1.1/filters-displace-01-f-expected.checksum:
1007 * svg/W3C-SVG-1.1/filters-displace-01-f-expected.png:
1008 * svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt:
1009 * svg/W3C-SVG-1.1/filters-example-01-b-expected.checksum:
1010 * svg/W3C-SVG-1.1/filters-example-01-b-expected.png:
1011 * svg/W3C-SVG-1.1/filters-example-01-b-expected.txt:
1012 * svg/W3C-SVG-1.1/filters-gauss-01-b-expected.checksum:
1013 * svg/W3C-SVG-1.1/filters-gauss-01-b-expected.png:
1014 * svg/W3C-SVG-1.1/filters-gauss-01-b-expected.txt:
1015 * svg/W3C-SVG-1.1/filters-image-01-b-expected.checksum:
1016 * svg/W3C-SVG-1.1/filters-image-01-b-expected.png:
1017 * svg/W3C-SVG-1.1/filters-image-01-b-expected.txt:
1018 * svg/W3C-SVG-1.1/filters-light-01-f-expected.checksum:
1019 * svg/W3C-SVG-1.1/filters-light-01-f-expected.png:
1020 * svg/W3C-SVG-1.1/filters-light-01-f-expected.txt:
1021 * svg/W3C-SVG-1.1/filters-morph-01-f-expected.checksum:
1022 * svg/W3C-SVG-1.1/filters-morph-01-f-expected.png:
1023 * svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt:
1024 * svg/W3C-SVG-1.1/filters-offset-01-b-expected.checksum:
1025 * svg/W3C-SVG-1.1/filters-offset-01-b-expected.png:
1026 * svg/W3C-SVG-1.1/filters-offset-01-b-expected.txt:
1027 * svg/W3C-SVG-1.1/filters-specular-01-f-expected.checksum:
1028 * svg/W3C-SVG-1.1/filters-specular-01-f-expected.png:
1029 * svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt:
1030 * svg/W3C-SVG-1.1/filters-tile-01-b-expected.checksum:
1031 * svg/W3C-SVG-1.1/filters-tile-01-b-expected.png:
1032 * svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt:
1033 * svg/W3C-SVG-1.1/filters-turb-01-f-expected.checksum:
1034 * svg/W3C-SVG-1.1/filters-turb-01-f-expected.png:
1035 * svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt:
1036 * svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt:
1037 * svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt:
1038 * svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt:
1039 * svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt:
1040 * svg/W3C-SVG-1.1/interact-cursor-01-f-expected.checksum:
1041 * svg/W3C-SVG-1.1/interact-cursor-01-f-expected.png:
1042 * svg/W3C-SVG-1.1/interact-cursor-01-f-expected.txt:
1043 * svg/W3C-SVG-1.1/interact-dom-01-b-expected.txt:
1044 * svg/W3C-SVG-1.1/interact-events-01-b-expected.txt:
1045 * svg/W3C-SVG-1.1/interact-order-01-b-expected.txt:
1046 * svg/W3C-SVG-1.1/interact-order-02-b-expected.txt:
1047 * svg/W3C-SVG-1.1/interact-order-03-b-expected.txt:
1048 * svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt:
1049 * svg/W3C-SVG-1.1/linking-a-01-b-expected.txt:
1050 * svg/W3C-SVG-1.1/linking-a-02-b-expected.txt:
1051 * svg/W3C-SVG-1.1/linking-a-03-b-expected.txt:
1052 * svg/W3C-SVG-1.1/linking-a-04-t-expected.txt:
1053 * svg/W3C-SVG-1.1/linking-uri-01-b-expected.txt:
1054 * svg/W3C-SVG-1.1/linking-uri-02-b-expected.txt:
1055 * svg/W3C-SVG-1.1/linking-uri-03-t-expected.txt:
1056 * svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt:
1057 * svg/W3C-SVG-1.1/masking-opacity-01-b-expected.txt:
1058 * svg/W3C-SVG-1.1/masking-path-01-b-expected.txt:
1059 * svg/W3C-SVG-1.1/masking-path-02-b-expected.txt:
1060 * svg/W3C-SVG-1.1/masking-path-03-b-expected.txt:
1061 * svg/W3C-SVG-1.1/masking-path-04-b-expected.txt:
1062 * svg/W3C-SVG-1.1/masking-path-05-f-expected.txt:
1063 * svg/W3C-SVG-1.1/metadata-example-01-b-expected.txt:
1064 * svg/W3C-SVG-1.1/painting-fill-01-t-expected.txt:
1065 * svg/W3C-SVG-1.1/painting-fill-02-t-expected.txt:
1066 * svg/W3C-SVG-1.1/painting-fill-03-t-expected.txt:
1067 * svg/W3C-SVG-1.1/painting-fill-04-t-expected.txt:
1068 * svg/W3C-SVG-1.1/painting-marker-01-f-expected.txt:
1069 * svg/W3C-SVG-1.1/painting-marker-02-f-expected.txt:
1070 * svg/W3C-SVG-1.1/painting-render-01-b-expected.checksum:
1071 * svg/W3C-SVG-1.1/painting-render-01-b-expected.png:
1072 * svg/W3C-SVG-1.1/painting-render-01-b-expected.txt:
1073 * svg/W3C-SVG-1.1/painting-stroke-01-t-expected.txt:
1074 * svg/W3C-SVG-1.1/painting-stroke-02-t-expected.txt:
1075 * svg/W3C-SVG-1.1/painting-stroke-03-t-expected.txt:
1076 * svg/W3C-SVG-1.1/painting-stroke-04-t-expected.txt:
1077 * svg/W3C-SVG-1.1/paths-data-01-t-expected.txt:
1078 * svg/W3C-SVG-1.1/paths-data-02-t-expected.txt:
1079 * svg/W3C-SVG-1.1/paths-data-03-f-expected.txt:
1080 * svg/W3C-SVG-1.1/paths-data-04-t-expected.txt:
1081 * svg/W3C-SVG-1.1/paths-data-05-t-expected.txt:
1082 * svg/W3C-SVG-1.1/paths-data-06-t-expected.txt:
1083 * svg/W3C-SVG-1.1/paths-data-07-t-expected.txt:
1084 * svg/W3C-SVG-1.1/pservers-grad-01-b-expected.txt:
1085 * svg/W3C-SVG-1.1/pservers-grad-02-b-expected.txt:
1086 * svg/W3C-SVG-1.1/pservers-grad-03-b-expected.txt:
1087 * svg/W3C-SVG-1.1/pservers-grad-04-b-expected.txt:
1088 * svg/W3C-SVG-1.1/pservers-grad-05-b-expected.txt:
1089 * svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt:
1090 * svg/W3C-SVG-1.1/pservers-grad-07-b-expected.txt:
1091 * svg/W3C-SVG-1.1/pservers-grad-08-b-expected.txt:
1092 * svg/W3C-SVG-1.1/pservers-grad-09-b-expected.txt:
1093 * svg/W3C-SVG-1.1/pservers-grad-10-b-expected.txt:
1094 * svg/W3C-SVG-1.1/pservers-grad-11-b-expected.txt:
1095 * svg/W3C-SVG-1.1/pservers-grad-12-b-expected.txt:
1096 * svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.txt:
1097 * svg/W3C-SVG-1.1/render-elems-01-t-expected.txt:
1098 * svg/W3C-SVG-1.1/render-elems-02-t-expected.txt:
1099 * svg/W3C-SVG-1.1/render-elems-03-t-expected.txt:
1100 * svg/W3C-SVG-1.1/render-elems-06-t-expected.txt:
1101 * svg/W3C-SVG-1.1/render-elems-07-t-expected.txt:
1102 * svg/W3C-SVG-1.1/render-elems-08-t-expected.txt:
1103 * svg/W3C-SVG-1.1/render-groups-01-b-expected.checksum:
1104 * svg/W3C-SVG-1.1/render-groups-01-b-expected.png:
1105 * svg/W3C-SVG-1.1/render-groups-01-b-expected.txt:
1106 * svg/W3C-SVG-1.1/render-groups-03-t-expected.txt:
1107 * svg/W3C-SVG-1.1/script-handle-01-b-expected.txt:
1108 * svg/W3C-SVG-1.1/script-handle-02-b-expected.txt:
1109 * svg/W3C-SVG-1.1/script-handle-03-b-expected.txt:
1110 * svg/W3C-SVG-1.1/script-handle-04-b-expected.txt:
1111 * svg/W3C-SVG-1.1/shapes-circle-01-t-expected.txt:
1112 * svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.txt:
1113 * svg/W3C-SVG-1.1/shapes-line-01-t-expected.txt:
1114 * svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.txt:
1115 * svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.txt:
1116 * svg/W3C-SVG-1.1/shapes-rect-01-t-expected.txt:
1117 * svg/W3C-SVG-1.1/struct-cond-01-t-expected.txt:
1118 * svg/W3C-SVG-1.1/struct-cond-02-t-expected.txt:
1119 * svg/W3C-SVG-1.1/struct-defs-01-t-expected.txt:
1120 * svg/W3C-SVG-1.1/struct-dom-01-b-expected.txt:
1121 * svg/W3C-SVG-1.1/struct-dom-02-b-expected.txt:
1122 * svg/W3C-SVG-1.1/struct-dom-03-b-expected.txt:
1123 * svg/W3C-SVG-1.1/struct-dom-04-b-expected.txt:
1124 * svg/W3C-SVG-1.1/struct-dom-05-b-expected.txt:
1125 * svg/W3C-SVG-1.1/struct-dom-06-b-expected.txt:
1126 * svg/W3C-SVG-1.1/struct-group-01-t-expected.txt:
1127 * svg/W3C-SVG-1.1/struct-group-02-b-expected.txt:
1128 * svg/W3C-SVG-1.1/struct-image-01-t-expected.txt:
1129 * svg/W3C-SVG-1.1/struct-image-02-b-expected.txt:
1130 * svg/W3C-SVG-1.1/struct-image-03-t-expected.txt:
1131 * svg/W3C-SVG-1.1/struct-image-04-t-expected.txt:
1132 * svg/W3C-SVG-1.1/struct-image-05-b-expected.txt:
1133 * svg/W3C-SVG-1.1/struct-symbol-01-b-expected.txt:
1134 * svg/W3C-SVG-1.1/styling-css-01-b-expected.txt:
1135 * svg/W3C-SVG-1.1/styling-css-02-b-expected.txt:
1136 * svg/W3C-SVG-1.1/styling-css-03-b-expected.txt:
1137 * svg/W3C-SVG-1.1/styling-inherit-01-b-expected.txt:
1138 * svg/W3C-SVG-1.1/styling-pres-01-t-expected.txt:
1139 * svg/W3C-SVG-1.1/text-align-01-b-expected.checksum:
1140 * svg/W3C-SVG-1.1/text-align-01-b-expected.png:
1141 * svg/W3C-SVG-1.1/text-align-01-b-expected.txt:
1142 * svg/W3C-SVG-1.1/text-align-02-b-expected.checksum:
1143 * svg/W3C-SVG-1.1/text-align-02-b-expected.png:
1144 * svg/W3C-SVG-1.1/text-align-02-b-expected.txt:
1145 * svg/W3C-SVG-1.1/text-align-03-b-expected.checksum:
1146 * svg/W3C-SVG-1.1/text-align-03-b-expected.png:
1147 * svg/W3C-SVG-1.1/text-align-03-b-expected.txt:
1148 * svg/W3C-SVG-1.1/text-align-04-b-expected.checksum:
1149 * svg/W3C-SVG-1.1/text-align-04-b-expected.png:
1150 * svg/W3C-SVG-1.1/text-align-04-b-expected.txt:
1151 * svg/W3C-SVG-1.1/text-align-05-b-expected.checksum:
1152 * svg/W3C-SVG-1.1/text-align-05-b-expected.png:
1153 * svg/W3C-SVG-1.1/text-align-05-b-expected.txt:
1154 * svg/W3C-SVG-1.1/text-align-06-b-expected.checksum:
1155 * svg/W3C-SVG-1.1/text-align-06-b-expected.png:
1156 * svg/W3C-SVG-1.1/text-align-06-b-expected.txt:
1157 * svg/W3C-SVG-1.1/text-altglyph-01-b-expected.txt:
1158 * svg/W3C-SVG-1.1/text-deco-01-b-expected.checksum:
1159 * svg/W3C-SVG-1.1/text-deco-01-b-expected.png:
1160 * svg/W3C-SVG-1.1/text-deco-01-b-expected.txt:
1161 * svg/W3C-SVG-1.1/text-fonts-01-t-expected.checksum:
1162 * svg/W3C-SVG-1.1/text-fonts-01-t-expected.png:
1163 * svg/W3C-SVG-1.1/text-fonts-01-t-expected.txt:
1164 * svg/W3C-SVG-1.1/text-fonts-02-t-expected.txt:
1165 * svg/W3C-SVG-1.1/text-path-01-b-expected.txt:
1166 * svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt:
1167 * svg/W3C-SVG-1.1/text-text-01-b-expected.txt:
1168 * svg/W3C-SVG-1.1/text-text-03-b-expected.txt:
1169 * svg/W3C-SVG-1.1/text-tref-01-b-expected.txt:
1170 * svg/W3C-SVG-1.1/text-tselect-01-b-expected.checksum:
1171 * svg/W3C-SVG-1.1/text-tselect-01-b-expected.png:
1172 * svg/W3C-SVG-1.1/text-tselect-01-b-expected.txt:
1173 * svg/W3C-SVG-1.1/text-tspan-01-b-expected.checksum:
1174 * svg/W3C-SVG-1.1/text-tspan-01-b-expected.png:
1175 * svg/W3C-SVG-1.1/text-tspan-01-b-expected.txt:
1176 * svg/W3C-SVG-1.1/text-ws-01-t-expected.txt:
1177 * svg/W3C-SVG-1.1/text-ws-02-t-expected.txt:
1178 * svg/custom/baseval-animval-equality-expected.checksum:
1179 * svg/custom/baseval-animval-equality-expected.png:
1180 * svg/custom/coords-relative-units-transforms-expected.checksum:
1181 * svg/custom/coords-relative-units-transforms-expected.png:
1182 * svg/custom/coords-relative-units-transforms-expected.txt:
1183 * svg/custom/createelement-expected.txt:
1184 * svg/custom/feComponentTransfer-Discrete-expected.txt:
1185 * svg/custom/feComponentTransfer-Gamma-expected.txt:
1186 * svg/custom/feComponentTransfer-Linear-expected.txt:
1187 * svg/custom/feComponentTransfer-Table-expected.txt:
1188 * svg/custom/foreign-object-skew-expected.txt:
1189 * svg/custom/gradient-stroke-width-expected.txt:
1190 * svg/custom/image-with-transform-clip-filter-expected.txt:
1191 * svg/custom/invalid-css-expected.txt:
1192 * svg/custom/invalid-fill-expected.txt:
1193 * svg/custom/invalid-viewbox1-expected.txt:
1194 * svg/custom/invalid-viewbox2-expected.txt:
1195 * svg/custom/junk-data-expected.txt:
1196 * svg/custom/marker-overflow-clip-expected.txt:
1197 * svg/custom/missing-xlink-expected.txt:
1198 * svg/custom/non-opaque-filters-expected.txt:
1199 * svg/custom/pointer-events-path-expected.txt:
1200 * svg/custom/svg-overflow-types-expected.txt:
1201 text-clip was an incorrect test, rather than an incorrect result
1202 * svg/custom/text-clip-expected.txt:
1203 * svg/custom/text-clip.svg:
1204 * svg/custom/text-filter-expected.txt:
1205 * svg/custom/text-gradient-no-content-expected.txt:
1206 * svg/custom/text-hit-test-expected.txt:
1207 * svg/custom/text-image-opacity-expected.txt:
1208 * svg/custom/tref-update-expected.txt:
1210 2006-10-09 Maciej Stachowiak <mjs@apple.com>
1214 - test case that ensures Referer[sic] header is sent
1216 * http/tests/misc/referrer-expected.txt: Added.
1217 * http/tests/misc/referrer.html: Added.
1218 * http/tests/misc/resources/referrer-result.php: Added.
1220 2006-10-09 Nikolas Zimmermann <zimmermann@kde.org>
1224 Use log() instead of alert() just like in all other tests.
1226 * editing/selection/move-begin-end.html:
1228 2006-10-07 Andrew Wellington <proton@wiretapped.net>
1232 Test for http://bugzilla.opendarwin.org/show_bug.cgi?id=10837
1233 Bug 10837: REGRESSION: Yahoo New Charts Crashes WebKit
1235 * fast/dom/HTMLDocument/frameless-location-bugzilla10837-expected.checksum: Added.
1236 * fast/dom/HTMLDocument/frameless-location-bugzilla10837-expected.png: Added.
1237 * fast/dom/HTMLDocument/frameless-location-bugzilla10837-expected.txt: Added.
1238 * fast/dom/HTMLDocument/frameless-location-bugzilla10837.html: Added.
1240 2006-10-05 Alexey Proskuryakov <ap@nypop.com>
1244 http://bugs.webkit.org/show_bug.cgi?id=11054
1245 REGRESSION: Traditional Chinese encoding in login authentication
1247 Each of these tests is passed by Firefox 1.5 and/or WinIE 6.
1249 * fast/encoding/GBK/EUC-CN-expected.txt: Added.
1250 * fast/encoding/GBK/EUC-CN.html: Added.
1251 * fast/encoding/GBK/chinese-expected.txt: Added.
1252 * fast/encoding/GBK/chinese.html: Added.
1253 * fast/encoding/GBK/cn-gb-expected.txt: Added.
1254 * fast/encoding/GBK/cn-gb.html: Added.
1255 * fast/encoding/GBK/csgb2312-expected.txt: Added.
1256 * fast/encoding/GBK/csgb2312.html: Added.
1257 * fast/encoding/GBK/csgb231280-expected.txt: Added.
1258 * fast/encoding/GBK/csgb231280.html: Added.
1259 * fast/encoding/GBK/gb2312-expected.txt: Added.
1260 * fast/encoding/GBK/gb2312.html: Added.
1261 * fast/encoding/GBK/gb_2312-80-expected.txt: Added.
1262 * fast/encoding/GBK/gb_2312-80.html: Added.
1263 * fast/encoding/GBK/gbk-expected.txt: Added.
1264 * fast/encoding/GBK/gbk.html: Added.
1265 * fast/encoding/GBK/iso-ir-58-expected.txt: Added.
1266 * fast/encoding/GBK/iso-ir-58.html: Added.
1267 * fast/encoding/GBK/x-euc-cn-expected.txt: Added.
1268 * fast/encoding/GBK/x-euc-cn.html: Added.
1269 * fast/encoding/GBK/x-gbk-expected.txt: Added.
1270 * fast/encoding/GBK/x-gbk.html: Added.
1272 2006-10-04 Anders Carlsson <acarlsson@apple.com>
1276 * fast/frames/frame-src-attribute-expected.txt:
1279 2006-10-03 Alexey Proskuryakov <ap@nypop.com>
1283 http://bugs.webkit.org/show_bug.cgi?id=11130
1284 Convert "undefined" to AE missing value
1286 * fast/AppleScript/001-expected.txt:
1287 * fast/AppleScript/array-expected.txt:
1288 Updated the results.
1290 2006-10-03 Justin Garcia <justin.garcia@apple.com>
1292 Reviewed by harrison
1294 * editing/execCommand/paste-1-expected.checksum: Added.
1295 * editing/execCommand/paste-1-expected.png: Added.
1296 * editing/execCommand/paste-1-expected.txt: Added.
1297 * editing/execCommand/paste-1.html: Added.
1298 * editing/execCommand/paste-2-expected.checksum: Added.
1299 * editing/execCommand/paste-2-expected.png: Added.
1300 * editing/execCommand/paste-2-expected.txt: Added.
1301 * editing/execCommand/paste-2.html: Added.
1303 2006-10-03 Beth Dakin <bdakin@apple.com>
1307 Changing these two counters tests so they pass on the BuildBot.
1309 * fast/css/counters/counter04-expected.checksum:
1310 * fast/css/counters/counter04-expected.png:
1311 * fast/css/counters/counter04-expected.txt:
1312 * fast/css/counters/counter04.html:
1313 * fast/css/counters/counters04-expected.checksum:
1314 * fast/css/counters/counters04-expected.png:
1315 * fast/css/counters/counters04-expected.txt:
1316 * fast/css/counters/counters04.html:
1318 2006-10-03 Justin Garcia <justin.garcia@apple.com>
1322 Fixed a typo, updating expected results.
1324 * editing/execCommand/create-list-with-hr-expected.checksum:
1325 * editing/execCommand/create-list-with-hr-expected.png:
1326 * editing/execCommand/create-list-with-hr-expected.txt:
1328 2006-10-03 David Harrison <harrison@apple.com>
1332 <rdar://problem/4671286> Candidate Window isn't displayed and only first candidate is displayed at typing location.
1334 Updated test so that it actually shows the caret rect for the caret position.
1335 Before, it was showing the caret rect for the 9th character of the test description.
1337 * fast/text/justified-text-rect-expected.checksum:
1338 * fast/text/justified-text-rect-expected.png:
1339 * fast/text/justified-text-rect-expected.txt:
1340 * fast/text/justified-text-rect.html:
1342 2006-10-02 Justin Garcia <justin.garcia@apple.com>
1346 * editing/execCommand/create-list-with-hr-expected.checksum: Added.
1347 * editing/execCommand/create-list-with-hr-expected.png: Added.
1348 * editing/execCommand/create-list-with-hr-expected.txt: Added.
1349 * editing/execCommand/create-list-with-hr.html: Added.
1351 2006-10-02 Beth Dakin <bdakin@apple.com>
1353 Minor harassment followed by abject surrender provided by ggggaren.
1357 * fast/css/counters/contentNone-expected.checksum: Added.
1358 * fast/css/counters/contentNone-expected.png: Added.
1359 * fast/css/counters/contentNone-expected.txt: Added.
1360 * fast/css/counters/contentNone.html: Added.
1361 * fast/css/counters/counter00-expected.checksum: Added.
1362 * fast/css/counters/counter00-expected.png: Added.
1363 * fast/css/counters/counter00-expected.txt: Added.
1364 * fast/css/counters/counter00.html: Added.
1365 * fast/css/counters/counter01-expected.checksum: Added.
1366 * fast/css/counters/counter01-expected.png: Added.
1367 * fast/css/counters/counter01-expected.txt: Added.
1368 * fast/css/counters/counter01.html: Added.
1369 * fast/css/counters/counter02-expected.checksum: Added.
1370 * fast/css/counters/counter02-expected.png: Added.
1371 * fast/css/counters/counter02-expected.txt: Added.
1372 * fast/css/counters/counter02.html: Added.
1373 * fast/css/counters/counter03-expected.checksum: Added.
1374 * fast/css/counters/counter03-expected.png: Added.
1375 * fast/css/counters/counter03-expected.txt: Added.
1376 * fast/css/counters/counter03.html: Added.
1377 * fast/css/counters/counter04-expected.checksum: Added.
1378 * fast/css/counters/counter04-expected.png: Added.
1379 * fast/css/counters/counter04-expected.txt: Added.
1380 * fast/css/counters/counter04.html: Added.
1381 * fast/css/counters/counter05-expected.checksum: Added.
1382 * fast/css/counters/counter05-expected.png: Added.
1383 * fast/css/counters/counter05-expected.txt: Added.
1384 * fast/css/counters/counter05.html: Added.
1385 * fast/css/counters/counter06-expected.checksum: Added.
1386 * fast/css/counters/counter06-expected.png: Added.
1387 * fast/css/counters/counter06-expected.txt: Added.
1388 * fast/css/counters/counter06.html: Added.
1389 * fast/css/counters/counter07-expected.checksum: Added.
1390 * fast/css/counters/counter07-expected.png: Added.
1391 * fast/css/counters/counter07-expected.txt: Added.
1392 * fast/css/counters/counter07.html: Added.
1393 * fast/css/counters/counter08-expected.checksum: Added.
1394 * fast/css/counters/counter08-expected.png: Added.
1395 * fast/css/counters/counter08-expected.txt: Added.
1396 * fast/css/counters/counter08.html: Added.
1397 * fast/css/counters/counter09-expected.checksum: Added.
1398 * fast/css/counters/counter09-expected.png: Added.
1399 * fast/css/counters/counter09-expected.txt: Added.
1400 * fast/css/counters/counter09.html: Added.
1401 * fast/css/counters/counter10-expected.checksum: Added.
1402 * fast/css/counters/counter10-expected.png: Added.
1403 * fast/css/counters/counter10-expected.txt: Added.
1404 * fast/css/counters/counter10.html: Added.
1405 * fast/css/counters/counter11-expected.checksum: Added.
1406 * fast/css/counters/counter11-expected.png: Added.
1407 * fast/css/counters/counter11-expected.txt: Added.
1408 * fast/css/counters/counter11.html: Added.
1409 * fast/css/counters/counter12-expected.checksum: Added.
1410 * fast/css/counters/counter12-expected.png: Added.
1411 * fast/css/counters/counter12-expected.txt: Added.
1412 * fast/css/counters/counter12.html: Added.
1413 * fast/css/counters/counter13-expected.checksum: Added.
1414 * fast/css/counters/counter13-expected.png: Added.
1415 * fast/css/counters/counter13-expected.txt: Added.
1416 * fast/css/counters/counter13.html: Added.
1417 * fast/css/counters/counter14-expected.checksum: Added.
1418 * fast/css/counters/counter14-expected.png: Added.
1419 * fast/css/counters/counter14-expected.txt: Added.
1420 * fast/css/counters/counter14.html: Added.
1421 * fast/css/counters/counter15-expected.checksum: Added.
1422 * fast/css/counters/counter15-expected.png: Added.
1423 * fast/css/counters/counter15-expected.txt: Added.
1424 * fast/css/counters/counter15.html: Added.
1425 * fast/css/counters/counter16-expected.checksum: Added.
1426 * fast/css/counters/counter16-expected.png: Added.
1427 * fast/css/counters/counter16-expected.txt: Added.
1428 * fast/css/counters/counter16.html: Added.
1429 * fast/css/counters/counters00-expected.checksum: Added.
1430 * fast/css/counters/counters00-expected.png: Added.
1431 * fast/css/counters/counters00-expected.txt: Added.
1432 * fast/css/counters/counters00.html: Added.
1433 * fast/css/counters/counters01-expected.checksum: Added.
1434 * fast/css/counters/counters01-expected.png: Added.
1435 * fast/css/counters/counters01-expected.txt: Added.
1436 * fast/css/counters/counters01.html: Added.
1437 * fast/css/counters/counters02-expected.checksum: Added.
1438 * fast/css/counters/counters02-expected.png: Added.
1439 * fast/css/counters/counters02-expected.txt: Added.
1440 * fast/css/counters/counters02.html: Added.
1441 * fast/css/counters/counters03-expected.checksum: Added.
1442 * fast/css/counters/counters03-expected.png: Added.
1443 * fast/css/counters/counters03-expected.txt: Added.
1444 * fast/css/counters/counters03.html: Added.
1445 * fast/css/counters/counters04-expected.checksum: Added.
1446 * fast/css/counters/counters04-expected.png: Added.
1447 * fast/css/counters/counters04-expected.txt: Added.
1448 * fast/css/counters/counters04.html: Added.
1449 * fast/css/counters/counters05-expected.checksum: Added.
1450 * fast/css/counters/counters05-expected.png: Added.
1451 * fast/css/counters/counters05-expected.txt: Added.
1452 * fast/css/counters/counters05.html: Added.
1453 * fast/css/counters/counters06-expected.checksum: Added.
1454 * fast/css/counters/counters06-expected.png: Added.
1455 * fast/css/counters/counters06-expected.txt: Added.
1456 * fast/css/counters/counters06.html: Added.
1457 * fast/css/counters/counters07-expected.checksum: Added.
1458 * fast/css/counters/counters07-expected.png: Added.
1459 * fast/css/counters/counters07-expected.txt: Added.
1460 * fast/css/counters/counters07.html: Added.
1461 * fast/css/counters/counters08-expected.checksum: Added.
1462 * fast/css/counters/counters08-expected.png: Added.
1463 * fast/css/counters/counters08-expected.txt: Added.
1464 * fast/css/counters/counters08.html: Added.
1465 * fast/css/counters/counters09-expected.checksum: Added.
1466 * fast/css/counters/counters09-expected.png: Added.
1467 * fast/css/counters/counters09-expected.txt: Added.
1468 * fast/css/counters/counters09.html: Added.
1469 * fast/css/counters/counters10-expected.checksum: Added.
1470 * fast/css/counters/counters10-expected.png: Added.
1471 * fast/css/counters/counters10-expected.txt: Added.
1472 * fast/css/counters/counters10.html: Added.
1473 * fast/css/counters/counters11-expected.checksum: Added.
1474 * fast/css/counters/counters11-expected.png: Added.
1475 * fast/css/counters/counters11-expected.txt: Added.
1476 * fast/css/counters/counters11.html: Added.
1477 * fast/css/counters/counters12-expected.checksum: Added.
1478 * fast/css/counters/counters12-expected.png: Added.
1479 * fast/css/counters/counters12-expected.txt: Added.
1480 * fast/css/counters/counters12.html: Added.
1481 * fast/css/counters/counters13-expected.checksum: Added.
1482 * fast/css/counters/counters13-expected.png: Added.
1483 * fast/css/counters/counters13-expected.txt: Added.
1484 * fast/css/counters/counters13.html: Added.
1485 * fast/css/counters/counters14-expected.checksum: Added.
1486 * fast/css/counters/counters14-expected.png: Added.
1487 * fast/css/counters/counters14-expected.txt: Added.
1488 * fast/css/counters/counters14.html: Added.
1489 * fast/css/counters/counters15-expected.checksum: Added.
1490 * fast/css/counters/counters15-expected.png: Added.
1491 * fast/css/counters/counters15-expected.txt: Added.
1492 * fast/css/counters/counters15.html: Added.
1493 * fast/css/counters/counters18-expected.checksum: Added.
1494 * fast/css/counters/counters18-expected.png: Added.
1495 * fast/css/counters/counters18-expected.txt: Added.
1496 * fast/css/counters/counters18.html: Added.
1497 * fast/css/counters/implied00-expected.checksum: Added.
1498 * fast/css/counters/implied00-expected.png: Added.
1499 * fast/css/counters/implied00-expected.txt: Added.
1500 * fast/css/counters/implied00.html: Added.
1501 * fast/css/counters/root-expected.checksum: Added.
1502 * fast/css/counters/root-expected.png: Added.
1503 * fast/css/counters/root-expected.txt: Added.
1504 * fast/css/counters/root.html: Added.
1505 * fast/css/counters/visibilityNone-expected.checksum: Added.
1506 * fast/css/counters/visibilityNone-expected.png: Added.
1507 * fast/css/counters/visibilityNone-expected.txt: Added.
1508 * fast/css/counters/visibilityNone.html: Added.
1510 2006-10-02 Adam Roben <aroben@apple.com>
1514 This change fixes a couple of problems with the window-properties
1515 test. window-properties' output changes depending on the presence or
1516 non-presence of session history (see
1517 http://bugs.webkit.org/show_bug.cgi?id=10965 for details). For this
1518 reason, the test must always be run as part of a run of ALL layout
1519 tests. The test results checked in were generated from an individual
1520 run of this test, so the buildbots were always failing since they run
1521 all the tests at once.
1523 This change regenerates the results for the test using a full run of
1524 layout tests. The test now also prints out object class names, and
1525 will print an error message when the test is run by itself.
1527 * fast/js/window-properties-expected.txt:
1528 * fast/js/window-properties.html:
1530 2006-10-02 Adele Peterson <adele@apple.com>
1534 - Updated results for <rdar://problem/4463841> Switch to use new list box implementation for <select multiple>
1536 * fast/forms/HTMLOptionElement_label05-expected.checksum:
1537 * fast/forms/HTMLOptionElement_label05-expected.png:
1538 * fast/forms/HTMLOptionElement_label05-expected.txt:
1539 * fast/forms/form-element-geometry-expected.checksum:
1540 * fast/forms/form-element-geometry-expected.png:
1541 * fast/forms/form-element-geometry-expected.txt:
1542 * fast/forms/option-strip-whitespace-expected.checksum:
1543 * fast/forms/option-strip-whitespace-expected.png:
1544 * fast/forms/option-strip-whitespace-expected.txt:
1545 * fast/forms/password-doubleclick-selection-expected.txt: Added.
1546 * fast/forms/password-doubleclick-selection.html: Added.
1547 * fast/forms/select-change-popup-to-listbox-expected.checksum:
1548 * fast/forms/select-change-popup-to-listbox-expected.png:
1549 * fast/forms/select-change-popup-to-listbox-expected.txt:
1550 * fast/text/updateNewFont-expected.checksum:
1551 * fast/text/updateNewFont-expected.png:
1552 * fast/text/updateNewFont-expected.txt:
1554 2006-10-01 Maciej Stachowiak <mjs@apple.com>
1556 Rubber stamped by Alexey.
1558 - reverted fix for http://bugs.webkit.org/show_bug.cgi?id=10893 since it led to layout test crashes
1560 * fast/dom/css-insert-import-rule-expected.txt: Removed.
1561 * fast/dom/css-insert-import-rule.html: Removed.
1563 2006-09-30 Geoffrey Garen <ggaren@apple.com>
1565 Added test for the viewource attribute, which applies to <frame> and
1568 * fast/frames/viewsource-attribute-expected.txt: Added.
1569 * fast/frames/viewsource-attribute.html: Added.
1571 * fast/frames/frameElement-widthheight.html: Removed stray character.
1573 2006-09-30 David Harrison <harrison@apple.com>
1575 Reviewed by John Sullivan.
1577 <rdar://problem/4641262> REGRESSION: Japanese text corrupts on wrapping point
1579 * fast/text/international/wrap-CJK-001-expected.checksum: Added.
1580 * fast/text/international/wrap-CJK-001-expected.png: Added.
1581 * fast/text/international/wrap-CJK-001-expected.txt: Added.
1582 * fast/text/international/wrap-CJK-001.html: Added.
1584 2006-10-01 Graham Dennis <graham.dennis@gmail.com>
1588 Test for http://bugs.webkit.org/show_bug.cgi?id=10842
1589 REGRESSION (r15418): contenteditable div truncates rightmost Japanese character
1591 * fast/text/line-breaks-after-white-space-expected.checksum: Added.
1592 * fast/text/line-breaks-after-white-space-expected.png: Added.
1593 * fast/text/line-breaks-after-white-space-expected.txt: Added.
1594 * fast/text/line-breaks-after-white-space.html: Added.
1596 2006-10-01 Alexey Proskuryakov <ap@nypop.com>
1598 Reviewed by Maciej and Darin.
1600 Test for http://bugs.webkit.org/show_bug.cgi?id=4372
1601 JavaScript document.write page form does not submit in Safari
1603 * fast/forms/document-write-expected.txt: Added.
1604 * fast/forms/document-write.html: Added.
1606 2006-09-30 Alexey Proskuryakov <ap@nypop.com>
1610 Test for http://bugs.webkit.org/show_bug.cgi?id=11011
1611 External CSS is parsed as iso-8859-1 even though the main document is utf-8
1613 * fast/encoding/css-charset-default-expected.txt: Added.
1614 * fast/encoding/css-charset-default.xhtml: Added.
1615 * fast/encoding/css-charset-import.css: Added.
1616 * fast/encoding/css-charset-inherit-iso-8859-5.css: Added.
1617 * fast/encoding/css-charset-inherit-koi-8.css: Added.
1619 2006-09-30 Rob Buis <buis@kde.org>
1621 Reviewed by eseidel.
1624 http://bugs.webkit.org/show_bug.cgi?id=11096
1625 Hit testing for polylines fails
1627 * svg/custom/polyline-hittest-expected.checksum: Added.
1628 * svg/custom/polyline-hittest-expected.png: Added.
1629 * svg/custom/polyline-hittest-expected.txt: Added.
1630 * svg/custom/polyline-hittest.svg: Added.
1632 2006-09-29 Timothy Hatcher <timothy@apple.com>
1634 Bug 11041: fast/dom/isindex-001 needs new results
1635 http://bugs.webkit.org/show_bug.cgi?id=11041
1637 * fast/dom/isindex-001-expected.txt:
1639 2006-09-29 Geoffrey Garen <ggaren@apple.com>
1641 Reviewed by John, Maciej.
1643 Added test for whether a frame element reports its src attribute as a
1644 complete, rather than relative, URL.
1646 * fast/frames/frame-src-attribute-expected.txt: Added.
1647 * fast/frames/frame-src-attribute.html: Added.
1648 * fast/frames/resources/frame-src-attribute-subframe.html: Added.
1650 2006-09-29 David Harrison <harrison@apple.com>
1652 Reviewed by John Sullivan.
1654 <rdar://problem/4663772> REGRESSION: Cannot type in Japanese after replying to a particular message
1655 <rdar://problem/4673293> REGRESSION: Can't enter the Japanese characters in Mail or Blot
1657 * fast/text/attributed-substring-from-range-001-expected.txt: Added.
1658 * fast/text/attributed-substring-from-range-001.html: Added.
1660 Check attributed string results when starting or ending at a br element.
1662 2006-09-29 Rob Buis <buis@kde.org>
1667 http://bugs.webkit.org/show_bug.cgi?id=10893
1668 InsertRule can not handle @import statements
1670 * fast/dom/css-insert-import-rule.html: Added.
1671 * fast/dom/resources/css-insert-import-rule.css: Added.
1673 2006-09-28 David Harrison <harrison@apple.com>
1677 Call clearKillRing() so we are guaranteed to start with empty kill ring.
1679 * editing/pasteboard/emacs-cntl-y-001.html:
1681 2006-09-27 Eric Seidel <eric@eseidel.com>
1685 paths with no fill specified default to black but do not recieve paint-related mouse events
1686 http://bugs.webkit.org/show_bug.cgi?id=11069
1688 * svg/custom/hover-default-fill-expected.checksum: Added.
1689 * svg/custom/hover-default-fill-expected.png: Added.
1690 * svg/custom/hover-default-fill-expected.txt: Added.
1691 * svg/custom/hover-default-fill.svg: Added.
1693 2006-09-27 Rob Buis <buis@kde.org>
1695 Reviewed by eseidel.
1698 http://bugs.webkit.org/show_bug.cgi?id=11015
1699 SVG handles em units incorrectly
1701 * svg/custom/viewport-em-expected.checksum: Added.
1702 * svg/custom/viewport-em-expected.png: Added.
1703 * svg/custom/viewport-em-expected.txt: Added.
1704 * svg/custom/viewport-em.svg: Added.
1705 * svg/custom/viewport-update2-expected.checksum: Added.
1706 * svg/custom/viewport-update2-expected.png: Added.
1707 * svg/custom/viewport-update2-expected.txt: Added.
1708 * svg/custom/viewport-update2.svg: Added.
1710 2006-09-27 Eric Seidel <eric@eseidel.com>
1714 Updated test (and results) for new invalid fill behavior.
1715 http://bugs.webkit.org/show_bug.cgi?id=11017
1717 * svg/custom/invalid-fill-expected.checksum:
1718 * svg/custom/invalid-fill-expected.png:
1719 * svg/custom/invalid-fill-expected.txt:
1720 * svg/custom/invalid-fill.svg:
1722 2006-09-26 Justin Garcia <justin.garcia@apple.com>
1726 <rdar://problem/4747695>
1727 Gmail Editor: Crash at WebCore::Range::startPosition() when decreasing a indent
1729 * editing/deleting/list-item-1-expected.checksum: Added.
1730 * editing/deleting/list-item-1-expected.png: Added.
1731 * editing/deleting/list-item-1-expected.txt: Added.
1732 * editing/deleting/list-item-1.html: Added.
1733 * editing/execCommand/remove-list-item-1-expected.checksum: Added.
1734 * editing/execCommand/remove-list-item-1-expected.png: Added.
1735 * editing/execCommand/remove-list-item-1-expected.txt: Added.
1736 * editing/execCommand/remove-list-item-1.html: Added.
1738 2006-09-26 David Harrison <harrison@apple.com>
1740 Reviewed by John and TimH.
1742 <rdar://problem/4743256> Seed: Ctrl-Y key binding does nothing when kill ring is empty
1744 * editing/pasteboard/emacs-cntl-y-001-expected.checksum: Added.
1745 * editing/pasteboard/emacs-cntl-y-001-expected.png: Added.
1746 * editing/pasteboard/emacs-cntl-y-001-expected.txt: Added.
1747 * editing/pasteboard/emacs-cntl-y-001.html: Added.
1749 2006-09-26 Eric Seidel <eric@eseidel.com>
1753 viewbox parser does not allow <tab> as a delimiter
1754 http://bugs.webkit.org/show_bug.cgi?id=11014
1756 * svg/hixie/viewbox/003-expected.checksum: Added.
1757 * svg/hixie/viewbox/003-expected.png: Added.
1758 * svg/hixie/viewbox/003-expected.txt: Added.
1759 * svg/hixie/viewbox/003.xml: Added.
1761 2006-09-26 Eric Seidel <eric@eseidel.com>
1765 SVGDocument::createElement does not create elements in the SVG namespace
1766 http://bugs.webkit.org/show_bug.cgi?id=10932
1768 * svg/custom/createelement-expected.checksum: Added.
1769 * svg/custom/createelement-expected.png: Added.
1770 * svg/custom/createelement-expected.txt: Added.
1771 * svg/custom/createelement.svg: Added.
1773 2006-09-26 Eric Seidel <eric@eseidel.com>
1777 RenderPath::nodeAtPoint does not respect stroke width
1778 http://bugs.webkit.org/show_bug.cgi?id=10829
1780 * svg/custom/stroke-width-click-expected.txt: Added.
1781 * svg/custom/stroke-width-click.svg: Added.
1783 2006-09-25 Justin Garcia <justin.garcia@apple.com>
1787 * editing/execCommand/indent-empty-root-expected.checksum: Added.
1788 * editing/execCommand/indent-empty-root-expected.png: Added.
1789 * editing/execCommand/indent-empty-root-expected.txt: Added.
1790 * editing/execCommand/indent-empty-root.html: Added.
1792 2006-09-24 Eric Seidel <eric@eseidel.com>
1796 Add test: svg/custom/viewport-clip.svg
1797 and update results for:
1798 http://bugs.webkit.org/show_bug.cgi?id=11007
1799 (Also update some old results, due to CoreImage variance)
1801 * svg/custom/baseval-animval-equality.svg:
1802 * svg/custom/empty-merge-expected.checksum:
1803 * svg/custom/empty-merge-expected.png:
1804 * svg/custom/empty-merge-expected.txt:
1805 * svg/custom/empty-merge.svg:
1806 * svg/custom/feDisplacementMap-01-expected.checksum:
1807 * svg/custom/feDisplacementMap-01-expected.png:
1808 * svg/custom/foreign-object-skew-expected.checksum:
1809 * svg/custom/foreign-object-skew-expected.png:
1810 * svg/custom/gradient-stroke-width-expected.txt:
1811 * svg/custom/grayscale-gradient-mask-expected.checksum:
1812 * svg/custom/grayscale-gradient-mask-expected.png:
1813 * svg/custom/grayscale-gradient-mask-expected.txt:
1814 * svg/custom/grayscale-gradient-mask.svg:
1815 * svg/custom/image-with-transform-clip-filter-expected.checksum:
1816 * svg/custom/image-with-transform-clip-filter-expected.png:
1817 * svg/custom/path-bad-data-expected.checksum:
1818 * svg/custom/path-bad-data-expected.png:
1819 * svg/custom/path-bad-data-expected.txt:
1820 * svg/custom/text-filter-expected.checksum:
1821 * svg/custom/text-filter-expected.png:
1822 * svg/custom/text-image-opacity-expected.checksum:
1823 * svg/custom/text-image-opacity-expected.png:
1824 * svg/custom/transform-scale-parse.svg:
1825 * svg/custom/viewport-clip-expected.checksum: Added.
1826 * svg/custom/viewport-clip-expected.png: Added.
1827 * svg/custom/viewport-clip-expected.txt: Added.
1828 * svg/custom/viewport-clip.svg: Added.
1830 2006-09-24 Eric Seidel <eric@eseidel.com>
1834 Browsers disagree on behavior for an invalid fill
1835 http://bugs.webkit.org/show_bug.cgi?id=11017
1837 * svg/custom/invalid-fill-expected.checksum: Added.
1838 * svg/custom/invalid-fill-expected.png: Added.
1839 * svg/custom/invalid-fill-expected.txt: Added.
1840 * svg/custom/invalid-fill.svg: Added.
1842 2006-09-24 Eric Seidel <eric@eseidel.com>
1846 Import one of Hixie's tests for:
1847 <svg:a> cannot be styled with a:hover
1848 http://bugs.webkit.org/show_bug.cgi?id=11005
1850 * svg/hixie/cascade/002.css: Added.
1851 * svg/hixie/cascade/002.xml: Added.
1853 2006-09-23 Alexey Proskuryakov <ap@nypop.com>
1857 http://bugs.webkit.org/show_bug.cgi?id=4872
1858 XMLHttpRequest fails to throw an exception when there is a security violation
1859 (mismatching domains)
1861 * http/tests/xmlhttprequest/exceptions-expected.txt: Added.
1862 * http/tests/xmlhttprequest/exceptions.html: Added.
1864 * http/tests/xmlhttprequest/extra-parameters-expected.txt: Added.
1865 * http/tests/xmlhttprequest/extra-parameters.html: Added.
1866 * http/tests/xmlhttprequest/resources/post-echo.cgi: Added.
1867 Test that passing too many parameters is OK (Firefox behavior; WinIE raises an exception).
1869 * fast/dom/xmlhttprequest-get-expected.txt: Updated results.
1871 * http/tests/xmlhttprequest/zero-length-response-expected.txt:
1872 * http/tests/xmlhttprequest/zero-length-response-sync-expected.txt:
1873 * http/tests/xmlhttprequest/zero-length-response-sync.html:
1874 * http/tests/xmlhttprequest/zero-length-response.html:
1875 Updated results and changed state names to match the current spec.
1877 * http/tests/xmlhttprequest/resources/zero-length.xml: Added.
1879 2006-09-21 Nikolas Zimmermann <zimmermann@kde.org>
1881 Reviewed by eseidel.
1884 http://bugs.webkit.org/show_bug.cgi?id=10977
1885 SVGDocument does not expose 'rootElement' property
1887 * svg/custom/rootelement-expected.checksum: Added.
1888 * svg/custom/rootelement-expected.png: Added.
1889 * svg/custom/rootelement-expected.txt: Added.
1890 * svg/custom/rootelement.svg: Added.
1892 2006-09-21 Timothy Hatcher <timothy@apple.com>
1894 Adding more calls to layoutTestController.dumpChildFrameScrollPositions()
1895 for tests that need to report child frame scroll positions.
1897 * http/tests/navigation/anchor-frames.html:
1898 * http/tests/navigation/anchor-subframeload.html:
1899 * http/tests/navigation/relativeanchor-frames.html:
1901 2006-09-21 Timothy Hatcher <timothy@apple.com>
1905 Bug 10923: Frame scroll layout test failures on the buildbot
1906 http://bugs.webkit.org/show_bug.cgi?id=10923
1908 Made this test call layoutTestController.dumpChildFrameScrollPositions().
1910 * fast/overflow/scrollRevealButton-expected.txt:
1911 * fast/overflow/scrollRevealButton.html:
1913 2006-09-20 Justin Garcia <justin.garcia@apple.com>
1917 * editing/pasteboard/subframe-dragndrop-1-expected.checksum: Added.
1918 * editing/pasteboard/subframe-dragndrop-1-expected.png: Added.
1919 * editing/pasteboard/subframe-dragndrop-1-expected.txt: Added.
1920 * editing/pasteboard/subframe-dragndrop-1.html: Added.
1922 2006-09-20 Rob Buis <buis@kde.org>
1924 Reviewed by eseidel.
1926 Updated test results because of:
1927 http://bugs.webkit.org/show_bug.cgi?id=10946
1928 new marker code draws end-marker in wrong place
1930 * svg/W3C-SVG-1.1/painting-marker-02-f-expected.checksum:
1931 * svg/W3C-SVG-1.1/painting-marker-02-f-expected.png:
1932 * svg/custom/invalid-css-expected.txt:
1934 2006-09-20 Julien Palmas <julien.palmas@gmail.com>
1936 Reviewed by eseidel. Landed by eseidel.
1938 Test for http://bugs.webkit.org/show_bug.cgi?id=6003
1940 * svg/custom/pattern-y-offset-expected.checksum: Added.
1941 * svg/custom/pattern-y-offset-expected.png: Added.
1942 * svg/custom/pattern-y-offset-expected.txt: Added.
1943 * svg/custom/pattern-y-offset.svg: Added.
1945 2006-09-20 Justin Garcia <justin.garcia@apple.com>
1947 Reviewed by harrison
1949 * editing/selection/editable-links.html: Added.
1950 * editing/selection/editable-links.html-disabled: Removed.
1952 2006-09-20 Adam Roben <aroben@apple.com>
1954 Reviewed by timothy.
1956 Fixes http://bugs.webkit.org/show_bug.cgi?id=10953
1957 Test results for fast/js/window-properties.html should include
1958 children of window.document.body.firstChild
1960 * fast/js/window-properties-expected.txt: Regenerate results which now
1961 include window.document.body.firstChild.*
1962 * fast/js/window-properties.html: Print out 'null' for null objects
1963 instead of 'object' for more clarity
1965 2006-09-20 Adam Roben <aroben@apple.com>
1969 Adding test for http://bugs.webkit.org/show_bug.cgi?id=10935
1970 REGRESSION: file upload control with direction:rtl or text-align:right
1971 draws button on top of filename/icon
1973 * fast/forms/file-input-direction-expected.checksum: Added.
1974 * fast/forms/file-input-direction-expected.png: Added.
1975 * fast/forms/file-input-direction-expected.txt: Added.
1976 * fast/forms/file-input-direction.html: Added.
1978 2006-09-20 Eric Seidel <eric@eseidel.com>
1982 Commit two test updates I forgot to commit with:
1983 Markers should clip to their viewport.
1984 http://bugs.webkit.org/show_bug.cgi?id=5967
1986 * svg/W3C-SVG-1.1/painting-marker-01-f-expected.checksum:
1987 * svg/W3C-SVG-1.1/painting-marker-01-f-expected.png:
1988 * svg/W3C-SVG-1.1/painting-marker-01-f-expected.txt:
1989 * svg/W3C-SVG-1.1/painting-marker-02-f-expected.checksum:
1990 * svg/W3C-SVG-1.1/painting-marker-02-f-expected.png:
1991 * svg/W3C-SVG-1.1/painting-marker-02-f-expected.txt:
1993 2006-09-19 Eric Seidel <eric@eseidel.com>
1997 Updated results for http://bugs.webkit.org/show_bug.cgi?id=8585
1999 * svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt:
2000 * svg/W3C-SVG-1.1/filters-color-01-b-expected.txt:
2001 * svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt:
2002 * svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt:
2003 * svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt:
2004 * svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.txt:
2005 * svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt:
2006 * svg/W3C-SVG-1.1/filters-example-01-b-expected.txt:
2007 * svg/W3C-SVG-1.1/filters-gauss-01-b-expected.txt:
2008 * svg/W3C-SVG-1.1/filters-image-01-b-expected.txt:
2009 * svg/W3C-SVG-1.1/filters-light-01-f-expected.txt:
2010 * svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt:
2011 * svg/W3C-SVG-1.1/filters-offset-01-b-expected.txt:
2012 * svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt:
2013 * svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt:
2014 * svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt:
2015 * svg/custom/feComponentTransfer-Discrete-expected.txt:
2016 * svg/custom/feComponentTransfer-Gamma-expected.txt:
2017 * svg/custom/feComponentTransfer-Linear-expected.txt:
2018 * svg/custom/feComponentTransfer-Table-expected.txt:
2019 * svg/custom/feDisplacementMap-01-expected.txt:
2020 * svg/custom/filter-source-alpha-expected.txt:
2021 * svg/custom/image-with-transform-clip-filter-expected.txt:
2022 * svg/custom/non-opaque-filters-expected.txt:
2023 * svg/custom/text-filter-expected.txt:
2025 2006-09-19 Eric Seidel <eric@eseidel.com>
2029 Markers should clip to their viewport.
2030 http://bugs.webkit.org/show_bug.cgi?id=5967
2032 * svg/custom/marker-overflow-clip-expected.checksum: Added.
2033 * svg/custom/marker-overflow-clip-expected.png: Added.
2034 * svg/custom/marker-overflow-clip-expected.txt: Added.
2035 * svg/custom/marker-overflow-clip.svg: Added.
2037 2006-09-19 Justin Garcia <justin.garcia@apple.com>
2041 Disabling this test temporarily.
2043 * editing/selection/editable-links.html: Removed.
2044 * editing/selection/editable-links.html-disabled: Added.
2046 2006-09-19 Justin Garcia <justin.garcia@apple.com>
2048 Reviewed by harrison
2050 * editing/selection/editable-links-expected.checksum: Added.
2051 * editing/selection/editable-links-expected.png: Added.
2052 * editing/selection/editable-links-expected.txt: Added.
2053 * editing/selection/editable-links.html: Added.
2055 2006-09-19 Justin Garcia <justin.garcia@apple.com>
2057 Reviewed by harrison
2059 * editing/pasteboard/pasting-tabs-expected.checksum: Added.
2060 * editing/pasteboard/pasting-tabs-expected.png: Added.
2061 * editing/pasteboard/pasting-tabs-expected.txt: Added.
2062 * editing/pasteboard/pasting-tabs.html: Added.
2064 2006-09-18 Adam Roben <aroben@apple.com>
2068 Update tests for the new file upload control.
2070 * fast/forms/file-input-disabled-expected.txt:
2071 * fast/forms/form-element-geometry-expected.txt:
2072 * fast/forms/input-appearance-height-expected.txt:
2073 * fast/forms/input-value-expected.txt:
2075 2006-09-17 Eric Seidel <eric@eseidel.com>
2079 * fast/js/window-properties.html: make work in Firefox (hangs IE)
2081 2006-09-17 Eric Seidel <eric@eseidel.com>
2083 Add a textual dump of the window object property tree.
2087 * fast/js/window-properties-expected.txt: Added.
2088 * fast/js/window-properties.html: Added.
2090 2006-09-17 David Hyatt <hyatt@apple.com>
2092 Adding layout test for bug 10899.
2094 * fast/text/basic/generic-family-changes-expected.checksum: Added.
2095 * fast/text/basic/generic-family-changes-expected.png: Added.
2096 * fast/text/basic/generic-family-changes-expected.txt: Added.
2097 * fast/text/basic/generic-family-changes.html: Added.
2099 2006-09-17 Alexey Proskuryakov <ap@nypop.com>
2103 Test for http://bugs.webkit.org/show_bug.cgi?id=10852
2104 REGRESSION: Reproducible crash in XMLHttpRequest::abort()
2106 Currently, this test prints an error message to the console, because requests from
2107 an unload handler still don't work.
2109 * http/tests/xmlhttprequest/xhr-onunload-expected.txt: Added.
2110 * http/tests/xmlhttprequest/xhr-onunload.html: Added.
2112 2006-09-15 Justin Garcia <justin.garcia@apple.com>
2114 Reviewed by harrison
2116 <rdar://problem/4674869>
2117 REGRESSION: selecting text to write over results in cursor jumping to middle of next line
2119 * editing/deleting/whitespace-pre-1-expected.checksum: Added.
2120 * editing/deleting/whitespace-pre-1-expected.png: Added.
2121 * editing/deleting/whitespace-pre-1-expected.txt: Added.
2122 * editing/deleting/whitespace-pre-1.html: Added.
2124 2006-09-15 Timothy Hatcher <timothy@apple.com>
2128 Updating results to new expected values.
2130 * fast/lists/drag-into-marker-expected.txt:
2131 * fast/repaint/selection-after-delete-expected.txt:
2133 2006-09-15 Timothy Hatcher <timothy@apple.com>
2137 Updating results to new expected values.
2139 * editing/inserting/4278698-expected.txt:
2140 * fast/dom/window-xy-properties-expected.txt:
2142 2006-09-15 Adam Roben <aroben@apple.com>
2144 Reviewed by timothy.
2146 Part of http://bugs.webkit.org/show_bug.cgi?id=10865
2147 New file upload control should match the width of the old one
2149 Update tests to match new file upload control.
2151 * fast/forms/file-input-disabled-expected.txt:
2152 * fast/forms/form-element-geometry-expected.txt:
2153 * fast/forms/input-appearance-height-expected.txt:
2154 * fast/forms/input-value-expected.txt:
2156 2006-09-15 Kevin McCullough <KMcCullough@apple.com>
2158 - just layout test result changes
2160 * fast/dom/Range/range-compareNode-expected.txt:
2161 * fast/dom/Range/range-intersectsNode-expected.txt:
2163 2006-09-14 Justin Garcia <justin.garcia@apple.com>
2165 Reviewed by harrison
2167 <rdar://problem/4655880> Up/Down arrows skip over To Do
2169 * editing/selection/mixed-editability-3-expected.checksum: Added.
2170 * editing/selection/mixed-editability-3-expected.png: Added.
2171 * editing/selection/mixed-editability-3-expected.txt: Added.
2172 * editing/selection/mixed-editability-3.html: Added.
2173 * editing/selection/mixed-editability-4-expected.checksum: Added.
2174 * editing/selection/mixed-editability-4-expected.png: Added.
2175 * editing/selection/mixed-editability-4-expected.txt: Added.
2176 * editing/selection/mixed-editability-4.html: Added.
2177 * editing/selection/mixed-editability-5-expected.checksum: Added.
2178 * editing/selection/mixed-editability-5-expected.png: Added.
2179 * editing/selection/mixed-editability-5-expected.txt: Added.
2180 * editing/selection/mixed-editability-5.html: Added.
2182 2006-09-14 Graham Dennis <graham.dennis@gmail.com>
2184 Reviewed by Justin Garcia.
2186 Modified testcase for:
2187 http://bugs.webkit.org/show_bug.cgi?id=10726
2188 Crash in ApplyStyleCommand::applyRelativeFontStyleChange
2190 * editing/style/table-selection-expected.checksum:
2191 * editing/style/table-selection-expected.png:
2192 * editing/style/table-selection-expected.txt:
2193 * editing/style/table-selection.html:
2194 This testcase was for 10579, which is very similar to this bug (10726)
2195 Now the testcase tests both bugs.
2197 2006-09-13 Adam Roben <aroben@apple.com>
2199 Rubberstamped by hyatt.
2201 Updating tables results after hyatt landed a fix for
2202 http://bugs.webkit.org/show_bug.cgi?id=8126
2203 Padding must not apply to columns
2205 * tables/mozilla/bugs/bug139524-2-expected.txt:
2206 * tables/mozilla/bugs/bug139524-4-expected.txt:
2207 * tables/mozilla/bugs/bug32841-expected.txt:
2208 * tables/mozilla/dom/appendCol2-expected.txt:
2209 * tables/mozilla/dom/deleteCol1-expected.txt:
2210 * tables/mozilla/dom/deleteCol2-expected.txt:
2211 * tables/mozilla/dom/deleteCol3-expected.txt:
2212 * tables/mozilla/dom/deleteColGroup1-expected.txt:
2213 * tables/mozilla/dom/deleteColGroup2-expected.txt:
2214 * tables/mozilla/dom/insertColGroups1-expected.txt:
2215 * tables/mozilla/dom/insertColGroups2-expected.txt:
2216 * tables/mozilla/dom/insertCols1-expected.txt:
2217 * tables/mozilla/dom/insertCols2-expected.txt:
2218 * tables/mozilla/dom/insertCols3-expected.txt:
2219 * tables/mozilla/dom/insertCols4-expected.txt:
2220 * tables/mozilla/dom/insertCols5-expected.txt:
2221 * tables/mozilla/marvin/body_col-expected.txt:
2222 * tables/mozilla/marvin/x_col_span-expected.txt:
2223 * tables/mozilla/marvin/x_col_width_px-expected.txt:
2224 * tables/mozilla/marvin/x_colgroup_span-expected.txt:
2225 * tables/mozilla/other/body_col-expected.txt:
2226 * tables/mozilla_expected_failures/bugs/bug1128-expected.txt:
2227 * tables/mozilla_expected_failures/bugs/bug29058-2-expected.txt:
2228 * tables/mozilla_expected_failures/bugs/bug45621-expected.txt:
2229 * tables/mozilla_expected_failures/bugs/bug7243-expected.txt:
2230 * tables/mozilla_expected_failures/core/cols1-expected.txt:
2231 * tables/mozilla_expected_failures/dom/appendCol1-expected.txt:
2232 * tables/mozilla_expected_failures/dom/appendColGroup1-expected.txt:
2233 * tables/mozilla_expected_failures/other/test4-expected.txt:
2235 2006-09-12 Julien Palmas <julien.palmas@gmail.com>
2237 Reviewed by darin. Landed by eseidel.
2239 * svg/custom/svgpolyparser-extra-space-expected.checksum: Added.
2240 * svg/custom/svgpolyparser-extra-space-expected.png: Added.
2241 * svg/custom/svgpolyparser-extra-space-expected.txt: Added.
2242 * svg/custom/svgpolyparser-extra-space.svg: Added.
2244 2006-09-12 Kevin McCullough <KMcCullough@apple.com>
2246 Reviewed by Andersca, Maciej, Brady.
2248 * fast/dom/Range/range-intersectsNode-expected.txt: Added.
2249 * fast/dom/Range/range-intersectsNode.html: Added.
2250 * fast/dom/Range/resources/intersectsNode.js: Added.
2252 2006-09-12 Nikolas Zimmermann <zimmermann@kde.org>
2254 Reviewed by eseidel. Landed by eseidel.
2256 Fixed: http://bugs.webkit.org/show_bug.cgi?id=10826
2258 * svg/W3C-SVG-1.1/struct-dom-01-b-expected.checksum:
2259 * svg/W3C-SVG-1.1/struct-dom-01-b-expected.png:
2260 * svg/W3C-SVG-1.1/struct-dom-01-b-expected.txt:
2262 2006-09-11 Nikolas Zimmermann <zimmermann@kde.org>
2264 Reviewed by eseidel. Landed by eseidel.
2266 * svg/custom/baseval-animval-equality.svg: Added.
2268 2006-09-11 Kevin McCullough <KMcCullough@apple.com>
2273 * fast/dom/Range/range-compareNode-expected.txt: Added.
2274 * fast/dom/Range/range-compareNode.html: Added.
2275 * fast/dom/Range/range-comparePoint.html:
2277 2006-09-11 Vladimir Olexa <vladimir.olexa@gmail.com>
2281 - test for http://bugs.webkit.org/show_bug.cgi?id=10323
2282 REGRESSION: javascript: URL containing '\\' gets passed as '//'
2284 * fast/dom/javascript-backslash-expected.txt: Added.
2285 * fast/dom/javascript-backslash.html: Added.
2287 2006-09-11 Darin Adler <darin@apple.com>
2289 - converted a test to plain text (makes it platform independent; fixes a failure)
2291 * fast/events/ondragenter-expected.checksum: Removed.
2292 * fast/events/ondragenter-expected.png: Removed.
2293 * fast/events/ondragenter-expected.txt:
2294 * fast/events/ondragenter.html:
2296 2006-09-10 Darin Adler <darin@apple.com>
2298 - converted a test to plain text (makes it platform independent; fixes a failure)
2300 * fast/text/plain-text-line-breaks-expected.checksum: Removed.
2301 * fast/text/plain-text-line-breaks-expected.png: Removed.
2302 * fast/text/plain-text-line-breaks-expected.txt: Regenerated.
2303 * fast/text/plain-text-line-breaks.html: Added a call to dumpAsText().
2305 2006-09-08 Timothy Hatcher <timothy@apple.com>
2307 Adds a test for the CSS URL quoting logic.
2309 * fast/inspector/cssURLQuotes-expected.txt: Added.
2310 * fast/inspector/cssURLQuotes.html: Added.
2312 2006-09-09 Alexey Proskuryakov <ap@nypop.com>
2316 http://bugs.webkit.org/show_bug.cgi?id=10759
2317 fast/AppleScript/array.html test failing
2319 * fast/AppleScript/001-expected.txt: Updated results.
2321 2006-09-07 Alexey Proskuryakov <ap@nypop.com>
2325 Test for http://bugs.webkit.org/show_bug.cgi?id=10753
2326 REGRESSION: The beginning of a CSS file is missing
2328 * http/tests/incremental/slow-utf8-css-expected.checksum: Added.
2329 * http/tests/incremental/slow-utf8-css-expected.png: Added.
2330 * http/tests/incremental/slow-utf8-css-expected.txt: Added.
2331 * http/tests/incremental/slow-utf8-css.pl: Added.
2333 2006-09-07 Rob Buis <buis@kde.org>
2338 <http://bugs.webkit.org/show_bug.cgi?id=9753>
2339 SVG with width and height 100% leaves room for scrollbar on the right.
2341 Also Updated .txt files (all text blocks are wider) and some updated
2342 pixel tests (some text is layouted differently because of wider text blocks).
2344 * svg/W3C-SVG-1.1/animate-elem-02-t-expected.txt:
2345 * svg/W3C-SVG-1.1/animate-elem-03-t-expected.txt:
2346 * svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt:
2347 * svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt:
2348 * svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt:
2349 * svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt:
2350 * svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt:
2351 * svg/W3C-SVG-1.1/animate-elem-09-t-expected.txt:
2352 * svg/W3C-SVG-1.1/animate-elem-10-t-expected.txt:
2353 * svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt:
2354 * svg/W3C-SVG-1.1/animate-elem-12-t-expected.txt:
2355 * svg/W3C-SVG-1.1/animate-elem-13-t-expected.txt:
2356 * svg/W3C-SVG-1.1/animate-elem-14-t-expected.txt:
2357 * svg/W3C-SVG-1.1/animate-elem-15-t-expected.txt:
2358 * svg/W3C-SVG-1.1/animate-elem-16-t-expected.txt:
2359 * svg/W3C-SVG-1.1/animate-elem-17-t-expected.txt:
2360 * svg/W3C-SVG-1.1/animate-elem-18-t-expected.txt:
2361 * svg/W3C-SVG-1.1/animate-elem-19-t-expected.txt:
2362 * svg/W3C-SVG-1.1/animate-elem-20-t-expected.txt:
2363 * svg/W3C-SVG-1.1/animate-elem-21-t-expected.txt:
2364 * svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt:
2365 * svg/W3C-SVG-1.1/animate-elem-23-t-expected.txt:
2366 * svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt:
2367 * svg/W3C-SVG-1.1/animate-elem-25-t-expected.txt:
2368 * svg/W3C-SVG-1.1/animate-elem-26-t-expected.txt:
2369 * svg/W3C-SVG-1.1/animate-elem-27-t-expected.txt:
2370 * svg/W3C-SVG-1.1/animate-elem-28-t-expected.txt:
2371 * svg/W3C-SVG-1.1/animate-elem-29-b-expected.txt:
2372 * svg/W3C-SVG-1.1/color-prof-01-f-expected.txt:
2373 * svg/W3C-SVG-1.1/color-prop-01-b-expected.txt:
2374 * svg/W3C-SVG-1.1/color-prop-02-f-expected.txt:
2375 * svg/W3C-SVG-1.1/color-prop-03-t-expected.txt:
2376 * svg/W3C-SVG-1.1/coords-trans-01-b-expected.txt:
2377 * svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt:
2378 * svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt:
2379 * svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt:
2380 * svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt:
2381 * svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt:
2382 * svg/W3C-SVG-1.1/coords-units-01-b-expected.txt:
2383 * svg/W3C-SVG-1.1/coords-units-02-b-expected.txt:
2384 * svg/W3C-SVG-1.1/coords-units-03-b-expected.txt:
2385 * svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.txt:
2386 * svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.txt:
2387 * svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt:
2388 * svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt:
2389 * svg/W3C-SVG-1.1/filters-color-01-b-expected.txt:
2390 * svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt:
2391 * svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt:
2392 * svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt:
2393 * svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.txt:
2394 * svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt:
2395 * svg/W3C-SVG-1.1/filters-example-01-b-expected.txt:
2396 * svg/W3C-SVG-1.1/filters-gauss-01-b-expected.txt:
2397 * svg/W3C-SVG-1.1/filters-image-01-b-expected.txt:
2398 * svg/W3C-SVG-1.1/filters-light-01-f-expected.txt:
2399 * svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt:
2400 * svg/W3C-SVG-1.1/filters-offset-01-b-expected.txt:
2401 * svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt:
2402 * svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt:
2403 * svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt:
2404 * svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt:
2405 * svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt:
2406 * svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt:
2407 * svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt:
2408 * svg/W3C-SVG-1.1/interact-cursor-01-f-expected.txt:
2409 * svg/W3C-SVG-1.1/interact-dom-01-b-expected.txt:
2410 * svg/W3C-SVG-1.1/interact-events-01-b-expected.txt:
2411 * svg/W3C-SVG-1.1/interact-order-01-b-expected.txt:
2412 * svg/W3C-SVG-1.1/interact-order-02-b-expected.txt:
2413 * svg/W3C-SVG-1.1/interact-order-03-b-expected.txt:
2414 * svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt:
2415 * svg/W3C-SVG-1.1/linking-a-01-b-expected.txt:
2416 * svg/W3C-SVG-1.1/linking-a-02-b-expected.txt:
2417 * svg/W3C-SVG-1.1/linking-a-03-b-expected.txt:
2418 * svg/W3C-SVG-1.1/linking-a-04-t-expected.txt:
2419 * svg/W3C-SVG-1.1/linking-uri-01-b-expected.txt:
2420 * svg/W3C-SVG-1.1/linking-uri-02-b-expected.txt:
2421 * svg/W3C-SVG-1.1/linking-uri-03-t-expected.txt:
2422 * svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt:
2423 * svg/W3C-SVG-1.1/masking-opacity-01-b-expected.txt:
2424 * svg/W3C-SVG-1.1/masking-path-01-b-expected.txt:
2425 * svg/W3C-SVG-1.1/masking-path-02-b-expected.txt:
2426 * svg/W3C-SVG-1.1/masking-path-03-b-expected.txt:
2427 * svg/W3C-SVG-1.1/masking-path-04-b-expected.txt:
2428 * svg/W3C-SVG-1.1/masking-path-05-f-expected.txt:
2429 * svg/W3C-SVG-1.1/metadata-example-01-b-expected.txt:
2430 * svg/W3C-SVG-1.1/painting-fill-01-t-expected.txt:
2431 * svg/W3C-SVG-1.1/painting-fill-02-t-expected.txt:
2432 * svg/W3C-SVG-1.1/painting-fill-03-t-expected.txt:
2433 * svg/W3C-SVG-1.1/painting-fill-04-t-expected.txt:
2434 * svg/W3C-SVG-1.1/painting-marker-01-f-expected.txt:
2435 * svg/W3C-SVG-1.1/painting-marker-02-f-expected.txt:
2436 * svg/W3C-SVG-1.1/painting-render-01-b-expected.txt:
2437 * svg/W3C-SVG-1.1/painting-stroke-01-t-expected.checksum:
2438 * svg/W3C-SVG-1.1/painting-stroke-01-t-expected.png:
2439 * svg/W3C-SVG-1.1/painting-stroke-01-t-expected.txt:
2440 * svg/W3C-SVG-1.1/painting-stroke-02-t-expected.checksum:
2441 * svg/W3C-SVG-1.1/painting-stroke-02-t-expected.png:
2442 * svg/W3C-SVG-1.1/painting-stroke-02-t-expected.txt:
2443 * svg/W3C-SVG-1.1/painting-stroke-03-t-expected.checksum:
2444 * svg/W3C-SVG-1.1/painting-stroke-03-t-expected.png:
2445 * svg/W3C-SVG-1.1/painting-stroke-03-t-expected.txt:
2446 * svg/W3C-SVG-1.1/painting-stroke-04-t-expected.checksum:
2447 * svg/W3C-SVG-1.1/painting-stroke-04-t-expected.png:
2448 * svg/W3C-SVG-1.1/painting-stroke-04-t-expected.txt:
2449 * svg/W3C-SVG-1.1/paths-data-01-t-expected.txt:
2450 * svg/W3C-SVG-1.1/paths-data-02-t-expected.txt:
2451 * svg/W3C-SVG-1.1/paths-data-03-f-expected.txt:
2452 * svg/W3C-SVG-1.1/paths-data-04-t-expected.txt:
2453 * svg/W3C-SVG-1.1/paths-data-05-t-expected.txt:
2454 * svg/W3C-SVG-1.1/paths-data-06-t-expected.txt:
2455 * svg/W3C-SVG-1.1/paths-data-07-t-expected.txt:
2456 * svg/W3C-SVG-1.1/pservers-grad-01-b-expected.txt:
2457 * svg/W3C-SVG-1.1/pservers-grad-02-b-expected.txt:
2458 * svg/W3C-SVG-1.1/pservers-grad-03-b-expected.txt:
2459 * svg/W3C-SVG-1.1/pservers-grad-04-b-expected.txt:
2460 * svg/W3C-SVG-1.1/pservers-grad-05-b-expected.txt:
2461 * svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt:
2462 * svg/W3C-SVG-1.1/pservers-grad-07-b-expected.txt:
2463 * svg/W3C-SVG-1.1/pservers-grad-08-b-expected.txt:
2464 * svg/W3C-SVG-1.1/pservers-grad-09-b-expected.txt:
2465 * svg/W3C-SVG-1.1/pservers-grad-10-b-expected.txt:
2466 * svg/W3C-SVG-1.1/pservers-grad-11-b-expected.txt:
2467 * svg/W3C-SVG-1.1/pservers-grad-12-b-expected.txt:
2468 * svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.txt:
2469 * svg/W3C-SVG-1.1/render-elems-01-t-expected.txt:
2470 * svg/W3C-SVG-1.1/render-elems-02-t-expected.txt:
2471 * svg/W3C-SVG-1.1/render-elems-03-t-expected.txt:
2472 * svg/W3C-SVG-1.1/render-elems-06-t-expected.txt:
2473 * svg/W3C-SVG-1.1/render-elems-07-t-expected.txt:
2474 * svg/W3C-SVG-1.1/render-elems-08-t-expected.txt:
2475 * svg/W3C-SVG-1.1/render-groups-01-b-expected.txt:
2476 * svg/W3C-SVG-1.1/render-groups-03-t-expected.txt:
2477 * svg/W3C-SVG-1.1/script-handle-01-b-expected.txt:
2478 * svg/W3C-SVG-1.1/script-handle-02-b-expected.txt:
2479 * svg/W3C-SVG-1.1/script-handle-03-b-expected.txt:
2480 * svg/W3C-SVG-1.1/script-handle-04-b-expected.txt:
2481 * svg/W3C-SVG-1.1/shapes-circle-01-t-expected.txt:
2482 * svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.txt:
2483 * svg/W3C-SVG-1.1/shapes-line-01-t-expected.txt:
2484 * svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.txt:
2485 * svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.txt:
2486 * svg/W3C-SVG-1.1/shapes-rect-01-t-expected.txt:
2487 * svg/W3C-SVG-1.1/struct-cond-01-t-expected.txt:
2488 * svg/W3C-SVG-1.1/struct-cond-02-t-expected.txt:
2489 * svg/W3C-SVG-1.1/struct-defs-01-t-expected.txt:
2490 * svg/W3C-SVG-1.1/struct-dom-01-b-expected.txt:
2491 * svg/W3C-SVG-1.1/struct-dom-02-b-expected.txt:
2492 * svg/W3C-SVG-1.1/struct-dom-03-b-expected.txt:
2493 * svg/W3C-SVG-1.1/struct-dom-04-b-expected.txt:
2494 * svg/W3C-SVG-1.1/struct-dom-05-b-expected.txt:
2495 * svg/W3C-SVG-1.1/struct-dom-06-b-expected.txt:
2496 * svg/W3C-SVG-1.1/struct-group-01-t-expected.txt:
2497 * svg/W3C-SVG-1.1/struct-group-02-b-expected.txt:
2498 * svg/W3C-SVG-1.1/struct-image-01-t-expected.txt:
2499 * svg/W3C-SVG-1.1/struct-image-02-b-expected.txt:
2500 * svg/W3C-SVG-1.1/struct-image-03-t-expected.txt:
2501 * svg/W3C-SVG-1.1/struct-image-04-t-expected.txt:
2502 * svg/W3C-SVG-1.1/struct-image-05-b-expected.txt:
2503 * svg/W3C-SVG-1.1/struct-symbol-01-b-expected.txt:
2504 * svg/W3C-SVG-1.1/styling-css-01-b-expected.txt:
2505 * svg/W3C-SVG-1.1/styling-css-02-b-expected.txt:
2506 * svg/W3C-SVG-1.1/styling-css-03-b-expected.txt:
2507 * svg/W3C-SVG-1.1/styling-inherit-01-b-expected.txt:
2508 * svg/W3C-SVG-1.1/styling-pres-01-t-expected.txt:
2509 * svg/W3C-SVG-1.1/text-align-01-b-expected.txt:
2510 * svg/W3C-SVG-1.1/text-align-02-b-expected.checksum:
2511 * svg/W3C-SVG-1.1/text-align-02-b-expected.png:
2512 * svg/W3C-SVG-1.1/text-align-02-b-expected.txt:
2513 * svg/W3C-SVG-1.1/text-align-03-b-expected.checksum:
2514 * svg/W3C-SVG-1.1/text-align-03-b-expected.png:
2515 * svg/W3C-SVG-1.1/text-align-03-b-expected.txt:
2516 * svg/W3C-SVG-1.1/text-align-04-b-expected.txt:
2517 * svg/W3C-SVG-1.1/text-align-05-b-expected.txt:
2518 * svg/W3C-SVG-1.1/text-align-06-b-expected.txt:
2519 * svg/W3C-SVG-1.1/text-altglyph-01-b-expected.txt:
2520 * svg/W3C-SVG-1.1/text-deco-01-b-expected.txt:
2521 * svg/W3C-SVG-1.1/text-fonts-01-t-expected.txt:
2522 * svg/W3C-SVG-1.1/text-fonts-02-t-expected.txt:
2523 * svg/W3C-SVG-1.1/text-path-01-b-expected.txt:
2524 * svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt:
2525 * svg/W3C-SVG-1.1/text-text-01-b-expected.txt:
2526 * svg/W3C-SVG-1.1/text-text-03-b-expected.checksum:
2527 * svg/W3C-SVG-1.1/text-text-03-b-expected.png:
2528 * svg/W3C-SVG-1.1/text-text-03-b-expected.txt:
2529 * svg/W3C-SVG-1.1/text-tref-01-b-expected.txt:
2530 * svg/W3C-SVG-1.1/text-tselect-01-b-expected.txt:
2531 * svg/W3C-SVG-1.1/text-tspan-01-b-expected.txt:
2532 * svg/W3C-SVG-1.1/text-ws-01-t-expected.txt:
2533 * svg/W3C-SVG-1.1/text-ws-02-t-expected.txt:
2534 * svg/custom/coords-relative-units-transforms-expected.txt:
2535 * svg/custom/feComponentTransfer-Discrete-expected.txt:
2536 * svg/custom/feComponentTransfer-Gamma-expected.txt:
2537 * svg/custom/feComponentTransfer-Linear-expected.txt:
2538 * svg/custom/feComponentTransfer-Table-expected.txt:
2539 * svg/custom/image-with-transform-clip-filter-expected.txt:
2540 * svg/custom/invalid-css-expected.txt:
2541 * svg/custom/invalid-viewbox1-expected.txt:
2542 * svg/custom/invalid-viewbox2-expected.txt:
2543 * svg/custom/non-opaque-filters-expected.txt:
2544 * svg/custom/percentage-rect-expected.checksum:
2545 * svg/custom/percentage-rect-expected.png:
2546 * svg/custom/percentage-rect-expected.txt:
2547 * svg/custom/pointer-events-path-expected.txt:
2548 * svg/custom/svg-overflow-types-expected.txt:
2549 * svg/custom/text-clip-expected.txt:
2550 * svg/custom/text-filter-expected.txt:
2551 * svg/custom/text-gradient-no-content-expected.checksum:
2552 * svg/custom/text-gradient-no-content-expected.png:
2553 * svg/custom/text-gradient-no-content-expected.txt:
2554 * svg/custom/text-hit-test-expected.txt:
2555 * svg/custom/text-image-opacity-expected.txt:
2556 * svg/custom/tref-update-expected.txt:
2557 * svg/custom/width-full-percentage-expected.checksum: Added.
2558 * svg/custom/width-full-percentage-expected.png: Added.
2559 * svg/custom/width-full-percentage-expected.txt: Added.
2560 * svg/custom/width-full-percentage.svg: Added.
2562 2006-09-05 Darin Adler <darin@apple.com>
2566 - test for bug where the charset in a link element for a CSS stylesheet is ignored.
2567 I noticed this while working on new text encoding machinery.
2569 * fast/encoding/css-link-charset-expected.txt: Added.
2570 * fast/encoding/css-link-charset.css: Added.
2571 * fast/encoding/css-link-charset.html: Added.
2573 - test for http://bugs.webkit.org/show_bug.cgi?id=10681
2574 REGRESSION: Reproducible crash at Wikipedia
2575 (Alexey wrote this one, I reviewed.)
2577 * fast/forms/form-data-encoding-normalization-overrun-expected.txt: Added.
2578 * fast/forms/form-data-encoding-normalization-overrun.html: Added.
2580 - and a tweak to an existing test
2582 * fast/forms/form-data-encoding.html: Changed to dump encoded URL so it's easier to
2583 diagnose this when it fails.
2585 2006-09-05 Justin Garcia <justin.garcia@apple.com>
2587 Reviewed by thatcher
2589 Setup for <rdar://problem/4344550> Misspellings aren't marked after undo delete
2592 * editing/pasteboard/4641033-expected.checksum:
2593 * editing/pasteboard/4641033-expected.png:
2594 * editing/execCommand/outdent-selection-expected.checksum:
2595 * editing/execCommand/outdent-selection-expected.png:
2597 Added a didChangeSelection notification that was absent before:
2598 * editing/deleting/collapse-whitespace-3587601-fix-expected.txt:
2599 * editing/deleting/delete-3608430-fix-expected.txt:
2600 * editing/deleting/delete-3608462-fix-expected.txt:
2601 * editing/deleting/delete-3775172-fix-expected.txt:
2602 * editing/deleting/delete-3800834-fix-expected.txt:
2603 * editing/deleting/delete-3857753-fix-expected.txt:
2604 * editing/deleting/delete-3865854-fix-expected.txt:
2605 * editing/deleting/delete-3928305-fix-expected.txt:
2606 * editing/deleting/delete-3959464-fix-expected.txt:
2607 * editing/deleting/delete-4038408-fix-expected.txt:
2608 * editing/deleting/delete-all-text-in-text-field-assertion-expected.txt:
2609 * editing/deleting/delete-at-paragraph-boundaries-001-expected.txt:
2610 * editing/deleting/delete-at-paragraph-boundaries-002-expected.txt:
2611 * editing/deleting/delete-at-paragraph-boundaries-003-expected.txt:
2612 * editing/deleting/delete-at-paragraph-boundaries-004-expected.txt:
2613 * editing/deleting/delete-at-paragraph-boundaries-005-expected.txt:
2614 * editing/deleting/delete-at-paragraph-boundaries-006-expected.txt:
2615 * editing/deleting/delete-at-paragraph-boundaries-007-expected.txt:
2616 * editing/deleting/delete-at-paragraph-boundaries-009-expected.txt:
2617 * editing/deleting/delete-at-paragraph-boundaries-010-expected.txt:
2618 * editing/deleting/delete-at-paragraph-boundaries-011-expected.txt:
2619 * editing/deleting/delete-block-contents-001-expected.txt:
2620 * editing/deleting/delete-block-contents-002-expected.txt:
2621 * editing/deleting/delete-block-contents-003-expected.txt:
2622 * editing/deleting/delete-block-merge-contents-001-expected.txt:
2623 * editing/deleting/delete-block-merge-contents-002-expected.txt:
2624 * editing/deleting/delete-block-merge-contents-003-expected.txt:
2625 * editing/deleting/delete-block-merge-contents-004-expected.txt:
2626 * editing/deleting/delete-block-merge-contents-005-expected.txt:
2627 * editing/deleting/delete-block-merge-contents-006-expected.txt:
2628 * editing/deleting/delete-block-merge-contents-007-expected.txt:
2629 * editing/deleting/delete-block-merge-contents-008-expected.txt:
2630 * editing/deleting/delete-block-merge-contents-009-expected.txt:
2631 * editing/deleting/delete-block-merge-contents-010-expected.txt:
2632 * editing/deleting/delete-block-merge-contents-012-expected.txt:
2633 * editing/deleting/delete-block-merge-contents-013-expected.txt:
2634 * editing/deleting/delete-block-merge-contents-014-expected.txt:
2635 * editing/deleting/delete-block-merge-contents-015-expected.txt:
2636 * editing/deleting/delete-block-merge-contents-016-expected.txt:
2637 * editing/deleting/delete-block-merge-contents-017-expected.txt:
2638 * editing/deleting/delete-block-merge-contents-018-expected.txt:
2639 * editing/deleting/delete-block-merge-contents-019-expected.txt:
2640 * editing/deleting/delete-block-merge-contents-020-expected.txt:
2641 * editing/deleting/delete-block-merge-contents-021-expected.txt:
2642 * editing/deleting/delete-block-merge-contents-022-expected.txt:
2643 * editing/deleting/delete-block-merge-contents-023-expected.txt:
2644 * editing/deleting/delete-block-merge-contents-024-expected.txt:
2645 * editing/deleting/delete-block-table-expected.txt:
2646 * editing/deleting/delete-br-008-expected.txt:
2647 * editing/deleting/delete-br-010-expected.txt:
2648 * editing/deleting/delete-br-011-expected.txt:
2649 * editing/deleting/delete-first-list-item-expected.txt:
2650 * editing/deleting/delete-image-001-expected.txt:
2651 * editing/deleting/delete-image-002-expected.txt:
2652 * editing/deleting/delete-image-003-expected.txt:
2653 * editing/deleting/delete-image-004-expected.txt:
2654 * editing/deleting/delete-line-001-expected.txt:
2655 * editing/deleting/delete-line-002-expected.txt:
2656 * editing/deleting/delete-line-003-expected.txt:
2657 * editing/deleting/delete-line-004-expected.txt:
2658 * editing/deleting/delete-line-005-expected.txt:
2659 * editing/deleting/delete-line-006-expected.txt:
2660 * editing/deleting/delete-line-007-expected.txt:
2661 * editing/deleting/delete-line-008-expected.txt:
2662 * editing/deleting/delete-line-009-expected.txt:
2663 * editing/deleting/delete-line-010-expected.txt:
2664 * editing/deleting/delete-line-011-expected.txt:
2665 * editing/deleting/delete-line-012-expected.txt:
2666 * editing/deleting/delete-line-013-expected.txt:
2667 * editing/deleting/delete-line-014-expected.txt:
2668 * editing/deleting/delete-line-015-expected.txt:
2669 * editing/deleting/delete-line-016-expected.txt:
2670 * editing/deleting/delete-line-017-expected.txt:
2671 * editing/deleting/delete-listitem-001-expected.txt:
2672 * editing/deleting/delete-listitem-002-expected.txt:
2673 * editing/deleting/delete-mixed-editable-content-001-expected.txt:
2674 * editing/deleting/delete-select-all-001-expected.txt:
2675 * editing/deleting/delete-select-all-002-expected.txt:
2676 * editing/deleting/delete-select-all-003-expected.txt:
2677 * editing/deleting/merge-different-styles-expected.txt:
2678 * editing/deleting/merge-endOfParagraph-expected.txt:
2679 * editing/deleting/merge-no-br-expected.txt:
2680 * editing/deleting/pruning-after-merge-1-expected.txt:
2681 * editing/deleting/pruning-after-merge-2-expected.txt:
2682 * editing/deleting/table-cells-expected.txt:
2683 * editing/execCommand/boldSelection-expected.txt:
2684 * editing/execCommand/create-list-from-range-selection-expected.txt:
2685 * editing/execCommand/createLink-expected.txt:
2686 * editing/execCommand/format-block-expected.txt:
2687 * editing/execCommand/format-block-from-range-selection-expected.txt:
2688 * editing/execCommand/format-block-with-braces-expected.txt:
2689 * editing/execCommand/format-block-with-trailing-br-expected.txt:
2690 * editing/execCommand/hilitecolor-expected.txt:
2691 * editing/execCommand/indent-list-item-expected.txt:
2692 * editing/execCommand/indent-selection-expected.txt:
2693 * editing/execCommand/insert-list-and-stitch-expected.txt:
2694 * editing/execCommand/insert-list-with-id-expected.txt:
2695 * editing/execCommand/insertHTML-expected.txt:
2696 * editing/execCommand/insertHorizontalRule-expected.txt:
2697 * editing/execCommand/remove-formatting-expected.txt:
2698 * editing/execCommand/remove-list-from-range-selection-expected.txt:
2699 * editing/execCommand/remove-list-items-expected.txt:
2700 * editing/execCommand/strikethroughSelection-expected.txt:
2701 * editing/execCommand/switch-list-type-expected.txt:
2702 * editing/execCommand/unlink-expected.txt:
2703 * editing/input/text-input-controller-expected.txt:
2704 * editing/inserting/insert-3654864-fix-expected.txt:
2705 * editing/inserting/insert-3659587-fix-expected.txt:
2706 * editing/inserting/insert-3775316-fix-expected.txt:
2707 * editing/inserting/insert-3851164-fix-expected.txt:
2708 * editing/inserting/insert-3907422-fix-expected.txt:
2709 * editing/inserting/insert-after-delete-001-expected.txt:
2710 * editing/inserting/insert-div-001-expected.txt:
2711 * editing/inserting/insert-div-002-expected.txt:
2712 * editing/inserting/insert-div-003-expected.txt:
2713 * editing/inserting/insert-div-005-expected.txt:
2714 * editing/inserting/insert-div-007-expected.txt:
2715 * editing/inserting/insert-div-009-expected.txt:
2716 * editing/inserting/insert-div-010-expected.txt:
2717 * editing/inserting/insert-div-020-expected.txt:
2718 * editing/inserting/insert-div-023-expected.txt:
2719 * editing/inserting/insert-div-024-expected.txt:
2720 * editing/inserting/insert-div-025-expected.txt:
2721 * editing/inserting/insert-div-026-expected.txt:
2722 * editing/inserting/multiple-lines-selected-expected.txt:
2723 * editing/inserting/paragraph-separator-03-expected.txt:
2724 * editing/inserting/paragraph-separator-in-table-2-expected.txt:
2725 * editing/inserting/redo-expected.txt:
2726 * editing/inserting/return-key-with-selection-001-expected.txt:
2727 * editing/inserting/return-key-with-selection-002-expected.txt:
2728 * editing/inserting/return-key-with-selection-003-expected.txt:
2729 * editing/pasteboard/3976872-expected.txt:
2730 * editing/pasteboard/4076267-3-expected.txt:
2731 * editing/pasteboard/4076267-expected.txt:
2732 * editing/pasteboard/4700297-expected.txt:
2733 * editing/pasteboard/8145-3-expected.txt:
2734 * editing/pasteboard/block-wrappers-necessary-expected.txt:
2735 * editing/pasteboard/copy-paste-bidi-expected.txt:
2736 * editing/pasteboard/displaced-generic-placeholder-expected.txt:
2737 * editing/pasteboard/displaced-placeholder-expected.txt:
2738 * editing/pasteboard/display-block-on-spans-expected.txt:
2739 * editing/pasteboard/drag-drop-modifies-page-expected.txt:
2740 * editing/pasteboard/interchange-newline-2-expected.txt:
2741 * editing/pasteboard/merge-after-delete-1-expected.txt:
2742 * editing/pasteboard/merge-after-delete-2-expected.txt:
2743 * editing/pasteboard/merge-after-delete-expected.txt:
2744 * editing/pasteboard/merge-end-3-expected.txt:
2745 * editing/pasteboard/merge-end-5-expected.txt:
2746 * editing/pasteboard/merge-end-blockquote-expected.txt:
2747 * editing/pasteboard/merge-end-list-expected.txt:
2748 * editing/pasteboard/merge-end-table-expected.txt:
2749 * editing/pasteboard/paste-4035648-fix-expected.txt:
2750 * editing/pasteboard/paste-4039777-fix-expected.txt:
2751 * editing/pasteboard/paste-line-endings-001-expected.txt:
2752 * editing/pasteboard/paste-line-endings-006-expected.txt:
2753 * editing/pasteboard/paste-match-style-001-expected.txt:
2754 * editing/pasteboard/paste-match-style-002-expected.txt:
2755 * editing/pasteboard/paste-pre-001-expected.txt:
2756 * editing/pasteboard/paste-pre-002-expected.txt:
2757 * editing/pasteboard/paste-table-002-expected.txt:
2758 * editing/pasteboard/paste-table-003-expected.txt:
2759 * editing/pasteboard/paste-text-006-expected.txt:
2760 * editing/pasteboard/paste-text-007-expected.txt:
2761 * editing/pasteboard/paste-text-010-expected.txt:
2762 * editing/pasteboard/paste-text-011-expected.txt:
2763 * editing/pasteboard/paste-text-015-expected.txt:
2764 * editing/pasteboard/paste-text-016-expected.txt:
2765 * editing/pasteboard/paste-text-017-expected.txt:
2766 * editing/pasteboard/paste-text-018-expected.txt:
2767 * editing/pasteboard/prevent-block-nesting-01-expected.txt:
2768 * editing/pasteboard/smart-paste-003-expected.txt:
2769 * editing/pasteboard/smart-paste-004-expected.txt:
2770 * editing/pasteboard/smart-paste-005-expected.txt:
2771 * editing/pasteboard/smart-paste-006-expected.txt:
2772 * editing/pasteboard/smart-paste-007-expected.txt:
2773 * editing/pasteboard/smart-paste-008-expected.txt:
2774 * editing/pasteboard/testcase-9507-expected.txt:
2775 * editing/pasteboard/undoable-fragment-removes-expected.txt:
2776 * editing/selection/expanding-selections-expected.txt:
2777 * editing/selection/expanding-selections2-expected.txt:
2778 * editing/selection/node-removal-1-expected.txt:
2779 * editing/selection/node-removal-2-expected.txt:
2780 * editing/selection/select-all-iframe-expected.txt:
2781 * editing/selection/skip-non-editable-1-expected.txt:
2782 * editing/selection/triple-click-in-pre-expected.txt:
2783 * editing/style/apple-style-editable-mix-expected.txt:
2784 * editing/style/block-style-004-expected.txt:
2785 * editing/style/block-style-005-expected.txt:
2786 * editing/style/block-style-006-expected.txt:
2787 * editing/style/create-block-for-style-001-expected.txt:
2788 * editing/style/create-block-for-style-002-expected.txt:
2789 * editing/style/create-block-for-style-003-expected.txt:
2790 * editing/style/create-block-for-style-004-expected.txt:
2791 * editing/style/create-block-for-style-007-expected.txt:
2792 * editing/style/create-block-for-style-009-expected.txt:
2793 * editing/style/create-block-for-style-010-expected.txt:
2794 * editing/style/create-block-for-style-011-expected.txt:
2795 * editing/style/create-block-for-style-012-expected.txt:
2796 * editing/style/create-block-for-style-013-expected.txt:
2797 * editing/style/designmode-expected.txt:
2798 * editing/style/relative-font-size-change-001-expected.txt:
2799 * editing/style/relative-font-size-change-002-expected.txt:
2800 * editing/style/remove-underline-across-paragraph-expected.txt:
2801 * editing/style/remove-underline-across-paragraph-in-bold-expected.txt:
2802 * editing/style/remove-underline-after-paragraph-expected.txt:
2803 * editing/style/remove-underline-after-paragraph-in-bold-expected.txt:
2804 * editing/style/remove-underline-from-stylesheet-expected.txt:
2805 * editing/style/smoosh-styles-001-expected.txt:
2806 * editing/style/smoosh-styles-002-expected.txt:
2807 * editing/style/smoosh-styles-003-expected.txt:
2808 * editing/style/style-3681552-fix-001-expected.txt:
2809 * editing/style/style-3681552-fix-002-expected.txt:
2810 * editing/style/style-3690704-fix-expected.txt:
2811 * editing/style/style-3998892-fix-expected.txt:
2812 * editing/style/style-boundary-001-expected.txt:
2813 * editing/style/style-boundary-003-expected.txt:
2814 * editing/style/style-boundary-004-expected.txt:
2815 * editing/style/typing-style-001-expected.txt:
2816 * editing/style/typing-style-003-expected.txt:
2817 * editing/undo/undo-misspellings-expected.txt:
2818 * editing/unsupported-content/list-delete-001-expected.txt:
2819 * editing/unsupported-content/list-delete-002-expected.txt:
2820 * editing/unsupported-content/list-delete-003-expected.txt:
2821 * editing/unsupported-content/table-delete-001-expected.txt:
2822 * editing/unsupported-content/table-delete-002-expected.txt:
2823 * editing/unsupported-content/table-delete-003-expected.txt:
2824 * fast/forms/attributed-strings-expected.txt:
2825 * fast/forms/cursor-position-expected.txt:
2826 * fast/forms/drag-into-textarea-expected.txt:
2827 * fast/forms/input-appearance-maxlength-expected.txt:
2828 * fast/forms/input-paste-undo-expected.txt:
2829 * fast/forms/input-selection-restore-expected.txt:
2830 * fast/forms/input-text-paste-maxlength-expected.txt:
2831 * fast/forms/selection-functions-expected.txt:
2832 * fast/forms/text-field-setvalue-crash-expected.txt:
2833 * fast/forms/textarea-paste-newline-expected.txt:
2835 2006-09-04 Alexey Proskuryakov <ap@nypop.com>
2839 Tests for http://bugs.webkit.org/show_bug.cgi?id=10716
2840 XMLHttpRequest.responseText is null if HTTP response is empty
2842 The results are not fully correct yet:
2843 - accessing properties that are now undefined should cause an exception;
2844 - on error, responseXML should be null, rather than contain an HTML document describing
2847 * http/tests/xmlhttprequest/supported-xml-content-types-expected.txt: Updated for responseXML
2848 now returning null for nil documents.
2850 * http/tests/xmlhttprequest/zero-length-response-expected.txt:
2851 * http/tests/xmlhttprequest/zero-length-response-sync-expected.txt:
2852 * http/tests/xmlhttprequest/zero-length-response-sync.html:
2853 * http/tests/xmlhttprequest/zero-length-response.html:
2854 Extended to cover more properties.
2856 2006-09-04 Alexey Proskuryakov <ap@nypop.com>
2860 Test for http://bugs.webkit.org/show_bug.cgi?id=10676
2861 @charset rules not accessible via DOM
2863 * fast/encoding/css-charset-dom-expected.txt: Added.
2864 * fast/encoding/css-charset-dom.html: Added.
2866 2006-09-04 Rob Buis <buis@kde.org>
2870 Testcase needed for:
2871 http://bugs.webkit.org/show_bug.cgi?id=6546
2872 clipPath data does not respect transforms
2874 * svg/custom/clip-path-with-transform-expected.checksum: Added.
2875 * svg/custom/clip-path-with-transform-expected.png: Added.
2876 * svg/custom/clip-path-with-transform-expected.txt: Added.
2877 * svg/custom/clip-path-with-transform.svg: Added.
2879 2006-09-03 Alexey Proskuryakov <ap@nypop.com>
2883 Test for http://bugs.webkit.org/show_bug.cgi?id=10693
2884 Convert JavaScript arrays to AppleScript lists
2886 * fast/AppleScript/array-expected.txt:
2887 * fast/AppleScript/array.html: Updated results, added a test for
2888 circular dependencies.
2890 2006-09-03 Alexey Proskuryakov <ap@nypop.com>
2894 Tests for http://bugs.webkit.org/show_bug.cgi?id=10697
2895 REGRESSION (r16175): Errors in incremental decoding of UTF-8
2897 * fast/encoding/charset-invalid-expected.txt: Added.
2898 * fast/encoding/charset-invalid.html: Added.
2899 * http/tests/incremental/slow-utf8-html-expected.txt: Added.
2900 * http/tests/incremental/slow-utf8-html.pl: Added.
2902 2006-09-03 Alexey Proskuryakov <ap@nypop.com>
2906 http://bugs.webkit.org/show_bug.cgi?id=4508
2907 Layout tests access an external server
2909 * fast/backgrounds/repeat/noRepeatCorrectClip.html: Use a local resource (it was already present,
2910 but the test still pointed to a remote one).
2911 * fast/dom/HTMLImageElement/image-src-absolute-url-expected.txt:
2912 * fast/dom/HTMLImageElement/image-src-absolute-url.html: Use a non-existent file URL instead of
2913 a non-existent http one.
2914 * fast/loader/docLoaderFrame-expected.checksum: Removed.
2915 * fast/loader/docLoaderFrame-expected.png: Removed.
2916 * fast/loader/docLoaderFrame-expected.txt: Removed.
2917 * fast/loader/docLoaderFrame.html: Removed.
2918 * http/tests/xmlhttprequest/docLoaderFrame-expected.txt: Added.
2919 * http/tests/xmlhttprequest/docLoaderFrame.html: Added.
2920 * http/tests/xmlhttprequest/resources/docLoaderFrame-data.html: Added.
2921 Use a local resource. Also, turned the test into a text one, and used waitUntilDone to make it
2924 2006-09-02 Graham Dennis <graham.dennis@gmail.com>
2929 http://bugs.webkit.org/show_bug.cgi?id=10579
2930 AppleStyleCommand::applyBlockStyle crash
2932 * editing/style/table-selection-expected.checksum: Added.
2933 * editing/style/table-selection-expected.png: Added.
2934 * editing/style/table-selection-expected.txt: Added.
2935 * editing/style/table-selection.html: Added.
2937 2006-09-01 Adele Peterson <adele@apple.com>
2939 Reviewed by Tim Omernick.
2941 Updated results for http://bugs.webkit.org/show_bug.cgi?id=6990
2942 Switch to use new text field implementation for <input type="password">
2944 * dom/html/level2/html/HTMLInputElement22-expected.txt:
2945 * dom/xhtml/level2/html/HTMLInputElement22-expected.txt:
2946 * fast/events/event-sender-mouse-click.html:
2947 * fast/forms/input-appearance-height-expected.checksum:
2948 * fast/forms/input-appearance-height-expected.txt:
2949 * fast/forms/input-type-change-in-onfocus-mouse-expected.txt:
2950 * fast/forms/input-value-expected.checksum:
2951 * fast/forms/input-value-expected.png:
2952 * fast/forms/input-value-expected.txt:
2953 * tables/mozilla_expected_failures/bugs/bug92647-1-expected.checksum:
2954 * tables/mozilla_expected_failures/bugs/bug92647-1-expected.png:
2955 * tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt:
2957 Updated from switch to style-able selects
2958 * fast/forms/option-strip-whitespace-expected.checksum:
2959 * fast/forms/option-strip-whitespace-expected.png:
2960 * fast/forms/option-strip-whitespace-expected.txt:
2962 2006-09-01 Timothy Hatcher <timothy@apple.com>
2966 - updated results, null is not round-tripped through the bindings
2967 because of regressions the original change caused in other applications.
2968 - added an echo for "undefined".
2970 * plugins/bindings-test-expected.txt:
2971 * plugins/bindings-test.html:
2973 2006-09-01 Alexey Proskuryakov <ap@nypop.com>
2978 - http://bugs.webkit.org/show_bug.cgi?id=5620
2979 Should only honor encoding from <meta> in HTML
2981 - http://bugs.webkit.org/show_bug.cgi?id=9783
2982 An XML declaration without an explicit encoding incorrectly triggers
2983 UTF-8 encoding in an HTML document
2985 - http://bugs.webkit.org/show_bug.cgi?id=10155
2986 CSS2: @charset is not supported
2988 * fast/encoding/css-charset-expected.txt: Added.
2989 * fast/encoding/css-charset.css: Added.
2990 * fast/encoding/css-charset.html: Added.
2991 * fast/encoding/css-charset-evil-expected.txt: Added.
2992 * fast/encoding/css-charset-evil.css: Added.
2993 * fast/encoding/css-charset-evil.html: Added.
2994 * fast/encoding/default-xhtml-encoding-expected.txt: Added.
2995 * fast/encoding/default-xhtml-encoding.xhtml: Added.
2996 * fast/encoding/meta-in-xhtml-expected.txt: Added.
2997 * fast/encoding/meta-in-xhtml.xhtml: Added.
2998 * fast/encoding/pseudo-xml-2-expected.txt: Added.
2999 * fast/encoding/pseudo-xml-2.html: Added.
3000 * fast/encoding/pseudo-xml-3-expected.txt: Added.
3001 * fast/encoding/pseudo-xml-3.html: Added.
3002 * fast/encoding/pseudo-xml-4-expected.txt: Added.
3003 * fast/encoding/pseudo-xml-4.html: Added.
3004 * fast/encoding/pseudo-xml-expected.txt: Added.
3005 * fast/encoding/pseudo-xml.html: Added.
3007 2006-08-31 Alice Liu <alice.liu@apple.com>
3011 Revised expected results for an isindex element because of
3012 <rdar://problem/4463870> Switch to use new text field implementation for <isindex>
3013 Now the field is rendered as a textfield
3015 * fast/dom/isindex-002-expected.checksum:
3016 * fast/dom/isindex-002-expected.png:
3017 * fast/dom/isindex-002-expected.txt:
3019 2006-08-30 Rob Buis <buis@kde.org>
3023 Changed test results because of:
3024 http://bugs.webkit.org/show_bug.cgi?id=10586
3025 pointer-events has issues when things are not stroked/filled
3027 * svg/custom/pointer-events-path-expected.checksum:
3028 * svg/custom/pointer-events-path-expected.png:
3029 * svg/custom/pointer-events-path-expected.txt:
3031 2006-08-29 Justin Garcia <justin.garcia@apple.com>
3033 Reviewed by harrison
3035 <rdar://problem/4700297>
3036 REGRESSION: After replacing a misspelled word in a sentence, the selection extends to end of current line
3039 * editing/pasteboard/smart-paste-002-expected.checksum:
3040 * editing/pasteboard/smart-paste-002-expected.png:
3041 * editing/pasteboard/smart-paste-002-expected.txt:
3042 Added to demonstrate fix:
3043 * editing/pasteboard/4700297-expected.checksum: Added.
3044 * editing/pasteboard/4700297-expected.png: Added.
3045 * editing/pasteboard/4700297-expected.txt: Added.
3046 * editing/pasteboard/4700297.html: Added.
3047 Removed a superfluous style span:
3048 * editing/deleting/pruning-after-merge-1-expected.txt:
3049 * editing/pasteboard/interchange-newline-1-expected.txt:
3050 * editing/pasteboard/paste-text-019-expected.checksum:
3051 * editing/pasteboard/paste-text-019-expected.png:
3052 * editing/pasteboard/paste-text-019-expected.txt:
3053 * editing/selection/drag-to-contenteditable-iframe-expected.txt:
3054 Accidently checked in bad results yesterday:
3055 * editing/pasteboard/copy-paste-bidi-expected.txt:
3056 Equivalent render tree:
3057 * editing/pasteboard/smart-paste-001-expected.txt:
3059 2006-08-29 waylonis <waylonis@google.com>
3063 - Updated test to check for exceptions thrown in a plug-in. This is
3064 a test for http://bugs.webkit.org/show_bug.cgi?id=10114.
3065 * plugins/bindings-test-expected.txt:
3066 * plugins/bindings-test.html:
3068 2006-08-29 Darin Adler <darin@apple.com>
3072 - test for <rdar://problem/4701494> REGRESSION: Scrollbar on EPSN widget doesn't scroll (also affects Widgets widget, web inspector)
3074 * fast/css/computed-style-negative-top-expected.txt: Added.
3075 * fast/css/computed-style-negative-top.html: Added.
3077 2006-08-28 Justin Garcia <justin.garcia@apple.com>
3079 Reviewed by harrison
3081 * editing/inserting/redo-expected.checksum: Added.
3082 * editing/inserting/redo-expected.png: Added.
3083 * editing/inserting/redo-expected.txt: Added.
3084 * editing/inserting/redo.html: Added.
3085 * editing/pasteboard/copy-paste-bidi-expected.txt:
3087 2006-08-28 Alice Liu <alice.liu@apple.com>
3091 Added tests for <rdar://problem/4548537> Document.domain and other attributes are blank for an iframe created with document.write
3093 * http/tests/misc/iframe-domain-test-expected.txt: Added.
3094 * http/tests/misc/iframe-domain-test.html: Added.
3096 2006-08-27 Rob Buis <buis@kde.org>
3100 Changed test result because of:
3101 http://bugs.webkit.org/show_bug.cgi?id=10557
3102 KCanvasPath should be replace by platform/Path
3104 * svg/W3C-SVG-1.1/struct-dom-06-b-expected.txt:
3106 2006-08-26 Eric Seidel <eric@eseidel.com>
3110 Test case for: pointer-events does not work.
3111 http://bugs.webkit.org/show_bug.cgi?id=10415
3113 * svg/custom/pointer-events-path-expected.checksum: Added.
3114 * svg/custom/pointer-events-path-expected.png: Added.
3115 * svg/custom/pointer-events-path-expected.txt: Added.
3116 * svg/custom/pointer-events-path.svg: Added.
3118 2006-08-27 Rob Buis <buis@kde.org>
3123 http://bugs.webkit.org/show_bug.cgi?id=10558
3124 SVG should have support for <metadata> element
3126 * svg/custom/create-metadata-element-expected.checksum: Added.
3127 * svg/custom/create-metadata-element-expected.png: Added.
3128 * svg/custom/create-metadata-element-expected.txt: Added.
3129 * svg/custom/create-metadata-element.svg: Added.
3131 2006-08-25 Adele Peterson <adele@apple.com>
3133 Updated results for addition of -webkit-text-security.
3135 * fast/css/computed-style-expected.txt:
3137 2006-08-25 Adele Peterson <adele@apple.com>
3141 New tests and updated tests for styled selects.
3143 * fast/borders/borderRadiusInvalidColor-expected.checksum: Added.
3144 * fast/borders/borderRadiusInvalidColor-expected.png: Added.
3145 * fast/borders/borderRadiusInvalidColor-expected.txt: Added.
3146 * fast/borders/borderRadiusInvalidColor.html: Added.
3148 * fast/forms/select-baseline-expected.checksum: Added.
3149 * fast/forms/select-baseline-expected.png: Added.
3150 * fast/forms/select-baseline-expected.txt: Added.
3151 * fast/forms/select-baseline.html: Added.
3153 * editing/pasteboard/4641033-expected.txt:
3154 * editing/selection/replaced-boundaries-3-expected.txt:
3155 * editing/selection/select-box-expected.txt:
3156 * fast/block/margin-collapse/103-expected.txt:
3157 * fast/forms/001-expected.checksum:
3158 * fast/forms/001-expected.png:
3159 * fast/forms/001-expected.txt:
3160 * fast/forms/003-expected.txt:
3161 * fast/forms/004-expected.txt:
3162 * fast/forms/HTMLOptionElement_label01-expected.txt:
3163 * fast/forms/HTMLOptionElement_label02-expected.txt:
3164 * fast/forms/HTMLOptionElement_label03-expected.txt:
3165 * fast/forms/HTMLOptionElement_label04-expected.txt:
3166 * fast/forms/HTMLOptionElement_label06-expected.txt:
3167 * fast/forms/HTMLOptionElement_label07-expected.txt:
3168 * fast/forms/form-element-geometry-expected.checksum:
3169 * fast/forms/form-element-geometry-expected.png:
3170 * fast/forms/form-element-geometry-expected.txt:
3171 * fast/forms/option-script-expected.txt:
3172 * fast/forms/option-text-clip-expected.txt:
3173 * fast/forms/select-change-listbox-to-popup-expected.txt:
3174 * fast/forms/select-selected-expected.txt:
3175 * fast/forms/select-style-expected.txt:
3176 * fast/forms/select-visual-hebrew-expected.txt:
3177 * fast/invalid/014-expected.txt:
3178 * fast/parser/document-write-option-expected.txt:
3179 * fast/replaced/width100percent-expected.txt:
3180 * http/tests/navigation/anchor-basic-expected.txt:
3181 * http/tests/navigation/anchor-frames-expected.txt:
3182 * http/tests/navigation/anchor-goback-expected.txt:
3183 * http/tests/navigation/anchor-subframeload-expected.txt:
3184 * http/tests/navigation/javascriptlink-basic-expected.txt:
3185 * http/tests/navigation/javascriptlink-frames-expected.txt:
3186 * http/tests/navigation/javascriptlink-goback-expected.txt:
3187 * http/tests/navigation/javascriptlink-subframeload-expected.txt:
3188 * http/tests/navigation/metaredirect-basic-expected.txt:
3189 * http/tests/navigation/metaredirect-frames-expected.txt:
3190 * http/tests/navigation/metaredirect-goback-expected.txt:
3191 * http/tests/navigation/metaredirect-subframeload-expected.txt:
3192 * http/tests/navigation/post-goback2-expected.txt:
3193 * http/tests/navigation/postredirect-goback2-expected.txt:
3194 * http/tests/navigation/redirect302-basic-expected.txt:
3195 * http/tests/navigation/redirect302-frames-expected.txt:
3196 * http/tests/navigation/redirect302-goback-expected.txt:
3197 * http/tests/navigation/redirect302-subframeload-expected.txt:
3198 * http/tests/navigation/relativeanchor-basic-expected.txt:
3199 * http/tests/navigation/relativeanchor-frames-expected.txt:
3200 * http/tests/navigation/relativeanchor-goback-expected.txt:
3201 * http/tests/navigation/slowmetaredirect-basic-expected.txt:
3202 * http/tests/navigation/slowtimerredirect-basic-expected.txt:
3203 * http/tests/navigation/success200-basic-expected.txt:
3204 * http/tests/navigation/success200-frames-expected.txt:
3205 * http/tests/navigation/success200-frames-loadsame-expected.txt:
3206 * http/tests/navigation/success200-goback-expected.txt:
3207 * http/tests/navigation/success200-loadsame-expected.txt:
3208 * http/tests/navigation/success200-reload-expected.txt:
3209 * http/tests/navigation/success200-subframeload-expected.txt:
3210 * http/tests/navigation/timerredirect-basic-expected.txt:
3211 * http/tests/navigation/timerredirect-frames-expected.txt:
3212 * http/tests/navigation/timerredirect-goback-expected.txt:
3213 * http/tests/navigation/timerredirect-subframeload-expected.txt:
3214 * tables/mozilla/bugs/bug1188-expected.txt:
3215 * tables/mozilla/bugs/bug18359-expected.txt:
3216 * tables/mozilla/bugs/bug2479-3-expected.txt:
3217 * tables/mozilla/bugs/bug2479-4-expected.txt:
3218 * tables/mozilla/bugs/bug29326-expected.txt:
3219 * tables/mozilla/bugs/bug33855-expected.txt:
3220 * tables/mozilla/bugs/bug4382-expected.txt:
3221 * tables/mozilla/bugs/bug96334-expected.txt:
3222 * tables/mozilla/core/margins-expected.txt:
3223 * tables/mozilla/dom/tableDom-expected.txt:
3224 * tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
3226 2006-08-24 Darin Adler <darin@apple.com>
3230 - test for http://bugs.webkit.org/show_bug.cgi?id=10169
3231 REGRESSION: NativeTextArea: Text dragged from <input type=text> to textarea disappears
3233 * fast/forms/drag-into-textarea-expected.txt: Added.
3234 * fast/forms/drag-into-textarea.html: Added.
3236 2006-08-24 David Harrison <harrison@apple.com>
3238 Updated expected results for this change:
3240 <rdar://problem/4522205> Represent controls in AXAttributedStringForTextMarkerRange
3242 * editing/selection/anchor-focus1-expected.txt:
3243 * editing/selection/anchor-focus2-expected.txt:
3244 * editing/selection/anchor-focus3-expected.txt:
3245 * editing/selection/move-begin-end-expected.txt:
3246 * fast/dom/Element/onclick-case-expected.txt:
3247 * fast/dom/HTMLInputElement/size-as-number-expected.txt:
3248 * fast/dom/document-all-input-expected.txt:
3249 * fast/dom/option-properties-expected.txt:
3250 * fast/events/objc-keyboard-event-creation-expected.txt:
3251 * fast/events/onsubmit-bubbling-expected.txt:
3252 * fast/forms/access-key-expected.txt:
3253 * fast/forms/activate-and-disabled-elements-expected.txt:
3254 * fast/forms/button-in-forms-collection-expected.txt:
3255 * fast/forms/check-box-enter-key-expected.txt:
3256 * fast/forms/cursor-position-expected.txt:
3257 * fast/forms/display-none-in-onchange-keyboard-expected.txt:
3258 * fast/forms/domstring-replace-crash-expected.txt:
3259 * fast/forms/double-focus-expected.txt:
3260 * fast/forms/element-by-name-expected.txt:
3261 * fast/forms/empty-get-expected.txt:
3262 * fast/forms/focus-expected.txt:
3263 * fast/forms/form-get-multipart-expected.txt:
3264 * fast/forms/form-get-multipart2-expected.txt:
3265 * fast/forms/form-get-multipart3-expected.txt:
3266 * fast/forms/form-post-urlencoded-expected.txt:
3267 * fast/forms/input-appearance-elementFromPoint-expected.txt:
3268 * fast/forms/input-appearance-maxlength-expected.txt:
3269 * fast/forms/input-changing-value-expected.txt:
3270 * fast/forms/input-delete-expected.txt:
3271 * fast/forms/input-selection-hidden-expected.txt:
3272 * fast/forms/input-selection-restore-expected.txt:
3273 * fast/forms/input-text-enter-expected.txt:
3274 * fast/forms/input-truncate-newline-expected.txt:
3275 * fast/forms/legend-access-key-expected.txt:
3276 * fast/forms/onchange-enter-submit-expected.txt:
3277 * fast/forms/onselect-textarea-expected.txt:
3278 * fast/forms/onselect-textfield-expected.txt:
3279 * fast/forms/paste-into-textarea-expected.txt:
3280 * fast/forms/plaintext-mode-1-expected.txt:
3281 * fast/forms/select-remove-option-expected.txt:
3282 * fast/forms/select-replace-option-expected.txt:
3283 * fast/forms/select-reset-expected.txt:
3284 * fast/forms/selection-functions-expected.txt:
3285 * fast/forms/text-field-setvalue-crash-expected.txt:
3286 * fast/forms/textarea-crlf-expected.txt:
3287 * fast/forms/textarea-scrolled-endline-caret-expected.txt:
3288 * fast/forms/textarea-setvalue-submit-expected.txt:
3289 * fast/forms/textfield-focus-out-expected.txt:
3291 2006-08-24 Rob Buis <buis@kde.org>
3296 http://bugs.webkit.org/show_bug.cgi?id=10524
3297 svg transform: comma delimiting breaks display
3299 * svg/custom/transform-scale-parse-expected.checksum: Added.
3300 * svg/custom/transform-scale-parse-expected.png: Added.
3301 * svg/custom/transform-scale-parse-expected.txt: Added.
3302 * svg/custom/transform-scale-parse.svg: Added.
3304 2006-08-22 Trey Matteson <trey@usa.net>
3308 This test update was missing from the patch I posted, and ggarren just checked in.
3310 * fast/overflow/scrollRevealButton-expected.txt:
3312 2006-08-22 Maciej Stachowiak <mjs@apple.com>
3316 - test for <rdar://problem/4683948> REGRESSION: Assertion failure in [FrameProgressEntry addChild:forDataSource:] (fandango.com)
3318 (I both added a WebKit assertion that would fail under this test, and then did a fix to make it not fire)
3320 * fast/loader/start-load-in-unload-expected.txt: Added.
3321 * fast/loader/start-load-in-unload.html: Added.
3323 2006-08-22 Maciej Stachowiak <mjs@apple.com>
3325 Fix for broken tests.
3327 - made newly added CGI scripts executable
3329 * http/tests/navigation/resources/error404.pl:
3330 * http/tests/navigation/resources/frameset.pl:
3331 * http/tests/navigation/resources/postresult.pl:
3332 * http/tests/navigation/resources/redirect302.pl:
3334 2006-08-22 Justin Garcia <justin.garcia@apple.com>
3336 Reviewed by harrison
3338 <http://bugs.webkit.org/show_bug.cgi?id=10449>
3339 REGRESSION(r15918): drag-into-marker.html failing
3341 * editing/pasteboard/paste-list-001-expected.txt:
3342 * fast/lists/drag-into-marker.html: Added.
3343 * fast/lists/drag-into-marker.html-disabled: Removed.
3345 2006-08-22 Justin Garcia <justin.garcia@apple.com>
3347 Reviewed by harrison
3349 <rdar://problem/4052343&4052343&4426622> Mail hung on paste text
3352 * editing/pasteboard/paste-4039777-fix-expected.checksum:
3353 * editing/pasteboard/paste-4039777-fix-expected.png:
3354 * editing/pasteboard/paste-4039777-fix-expected.txt:
3355 * editing/deleting/delete-3857753-fix-expected.txt:
3356 * editing/pasteboard/styled-element-markup-expected.checksum:
3357 * editing/pasteboard/styled-element-markup-expected.png:
3358 * editing/pasteboard/styled-element-markup-expected.txt:
3359 * editing/execCommand/insertHTML-expected.checksum:
3360 * editing/execCommand/insertHTML-expected.png:
3361 * editing/execCommand/insertHTML-expected.txt:
3362 * editing/execCommand/insertHTML.html:
3364 Removed some empty style spans, font tags are replaced by style spans
3365 in a couple of cases:
3366 * editing/deleting/merge-different-styles-expected.txt:
3367 * editing/deleting/pruning-after-merge-1-expected.txt:
3368 * editing/deleting/pruning-after-merge-2-expected.txt:
3369 * editing/inserting/insert-3786362-fix-expected.txt:
3370 * editing/pasteboard/block-wrappers-necessary-expected.txt:
3371 * editing/pasteboard/display-block-on-spans-expected.txt:
3372 * editing/pasteboard/merge-end-table-expected.txt:
3373 * editing/pasteboard/paste-4035648-fix-expected.txt:
3374 * editing/pasteboard/paste-line-endings-001-expected.txt:
3375 * editing/pasteboard/paste-line-endings-006-expected.txt:
3376 * editing/pasteboard/paste-list-001-expected.txt:
3377 * editing/pasteboard/paste-pre-001-expected.txt:
3378 * editing/pasteboard/paste-pre-002-expected.txt:
3379 * editing/pasteboard/paste-table-001-expected.txt:
3380 * editing/pasteboard/paste-table-002-expected.txt:
3381 * editing/pasteboard/paste-text-001-expected.txt:
3382 * editing/pasteboard/paste-text-002-expected.txt:
3383 * editing/pasteboard/paste-text-003-expected.txt:
3384 * editing/pasteboard/paste-text-004-expected.txt:
3385 * editing/pasteboard/paste-text-005-expected.txt:
3386 * editing/pasteboard/paste-text-006-expected.txt:
3387 * editing/pasteboard/paste-text-011-expected.txt:
3388 * editing/pasteboard/paste-text-012-expected.txt:
3389 * editing/pasteboard/paste-text-013-expected.txt:
3390 * editing/pasteboard/paste-text-014-expected.txt:
3391 * editing/pasteboard/paste-text-015-expected.txt:
3392 * editing/pasteboard/paste-text-016-expected.txt:
3393 * editing/pasteboard/paste-text-017-expected.txt:
3394 * editing/pasteboard/paste-text-at-tabspan-001-expected.txt:
3395 * editing/pasteboard/paste-text-at-tabspan-002-expected.txt:
3396 * editing/pasteboard/paste-text-at-tabspan-003-expected.txt:
3397 * editing/pasteboard/styled-element-markup.html:
3398 * editing/pasteboard/testcase-9507-expected.txt:
3399 * editing/style/smoosh-styles-001-expected.txt:
3400 * editing/style/smoosh-styles-002-expected.txt:
3402 2006-08-22 Trey Matteson <trey@usa.net>
3406 Introducing a small test suite for bugs related to various navigation techniques,
3407 e.g., back/forward, reload, various redirect flavors, POST, POST-then-redirect,
3408 within-page anchors. Most of the tests are done with and without an enclosing frameset.
3409 The tests verify the content of the final page (which may include restored form
3410 state), scroll location (also sometimes restored), and the full content of the
3413 * fast/overflow/scrollRevealButton-expected.txt:
3414 Updated to include scroll location that is now emitted.
3415 * http/tests/navigation/anchor-basic-expected.txt: Added.
3416 * http/tests/navigation/anchor-basic.html: Added.
3417 * http/tests/navigation/anchor-frames-expected.txt: Added.
3418 * http/tests/navigation/anchor-frames.html: Added.
3419 * http/tests/navigation/anchor-goback-expected.txt: Added.
3420 * http/tests/navigation/anchor-goback.html: Added.
3421 * http/tests/navigation/anchor-subframeload-expected.txt: Added.
3422 * http/tests/navigation/anchor-subframeload.html: Added.
3423 * http/tests/navigation/error404-basic-expected.txt: Added.
3424 * http/tests/navigation/error404-basic.html: Added.
3425 * http/tests/navigation/error404-frames-expected.txt: Added.
3426 * http/tests/navigation/error404-frames.html: Added.
3427 * http/tests/navigation/error404-goback-expected.txt: Added.
3428 * http/tests/navigation/error404-goback.html: Added.
3429 * http/tests/navigation/error404-subframeload-expected.txt: Added.
3430 * http/tests/navigation/error404-subframeload.html: Added.
3431 * http/tests/navigation/javascriptlink-basic-expected.txt: Added.
3432 * http/tests/navigation/javascriptlink-basic.html: Added.
3433 * http/tests/navigation/javascriptlink-frames-expected.txt: Added.
3434 * http/tests/navigation/javascriptlink-frames.html: Added.
3435 * http/tests/navigation/javascriptlink-goback-expected.txt: Added.
3436 * http/tests/navigation/javascriptlink-goback.html: Added.
3437 * http/tests/navigation/javascriptlink-subframeload-expected.txt: Added.
3438 * http/tests/navigation/javascriptlink-subframeload.html: Added.
3439 * http/tests/navigation/metaredirect-basic-expected.txt: Added.
3440 * http/tests/navigation/metaredirect-basic.html: Added.
3441 * http/tests/navigation/metaredirect-frames-expected.txt: Added.
3442 * http/tests/navigation/metaredirect-frames.html: Added.
3443 * http/tests/navigation/metaredirect-goback-expected.txt: Added.
3444 * http/tests/navigation/metaredirect-goback.html: Added.
3445 * http/tests/navigation/metaredirect-subframeload-expected.txt: Added.
3446 * http/tests/navigation/metaredirect-subframeload.html: Added.
3447 * http/tests/navigation/post-basic-expected.txt: Added.
3448 * http/tests/navigation/post-basic.html: Added.
3449 * http/tests/navigation/post-frames-expected.txt: Added.
3450 * http/tests/navigation/post-frames-goback1.html-disabled: Added.
3451 * http/tests/navigation/post-frames.html: Added.
3452 * http/tests/navigation/post-goback1-expected.txt: Added.
3453 * http/tests/navigation/post-goback1.html: Added.
3454 * http/tests/navigation/post-goback2-expected.txt: Added.
3455 * http/tests/navigation/post-goback2.html: Added.
3456 * http/tests/navigation/postredirect-basic-expected.txt: Added.
3457 * http/tests/navigation/postredirect-basic.html: Added.
3458 * http/tests/navigation/postredirect-frames-expected.txt: Added.
3459 * http/tests/navigation/postredirect-frames-goback1.html-disabled: Added.
3460 * http/tests/navigation/postredirect-frames.html: Added.
3461 * http/tests/navigation/postredirect-goback1-expected.txt: Added.
3462 * http/tests/navigation/postredirect-goback1.html: Added.
3463 * http/tests/navigation/postredirect-goback2-expected.txt: Added.
3464 * http/tests/navigation/postredirect-goback2.html: Added.
3465 * http/tests/navigation/redirect302-basic-expected.txt: Added.
3466 * http/tests/navigation/redirect302-basic.html: Added.
3467 * http/tests/navigation/redirect302-frames-expected.txt: Added.
3468 * http/tests/navigation/redirect302-frames.html: Added.
3469 * http/tests/navigation/redirect302-goback-expected.txt: Added.
3470 * http/tests/navigation/redirect302-goback.html: Added.
3471 * http/tests/navigation/redirect302-subframeload-expected.txt: Added.
3472 * http/tests/navigation/redirect302-subframeload.html: Added.
3473 * http/tests/navigation/relativeanchor-basic-expected.txt: Added.
3474 * http/tests/navigation/relativeanchor-basic.html: Added.
3475 * http/tests/navigation/relativeanchor-frames-expected.txt: Added.
3476 * http/tests/navigation/relativeanchor-frames.html: Added.
3477 * http/tests/navigation/relativeanchor-goback-expected.txt: Added.
3478 * http/tests/navigation/relativeanchor-goback.html: Added.
3479 * http/tests/navigation/resources/error404.pl: Added.
3480 * http/tests/navigation/resources/frameset.pl: Added.
3481 * http/tests/navigation/resources/javascriptlink.html: Added.
3482 * http/tests/navigation/resources/metaredirect.html: Added.
3483 * http/tests/navigation/resources/otherpage.html: Added.
3484 * http/tests/navigation/resources/postresult.pl: Added.
3485 * http/tests/navigation/resources/redirect302.pl: Added.
3486 * http/tests/navigation/resources/slowmetaredirect.html: Added.
3487 * http/tests/navigation/resources/slowtimerredirect.html: Added.
3488 * http/tests/navigation/resources/success200.html: Added.
3489 * http/tests/navigation/resources/testcode.js: Added.
3490 * http/tests/navigation/resources/timerredirect.html: Added.
3491 * http/tests/navigation/slowmetaredirect-basic-expected.txt: Added.
3492 * http/tests/navigation/slowmetaredirect-basic.html: Added.
3493 * http/tests/navigation/slowtimerredirect-basic-expected.txt: Added.