1 2006-12-08 Alexey Proskuryakov <ap@webkit.org>
5 Test for http://bugs.webkit.org/show_bug.cgi?id=11772
6 REGRESSION: XMLSerializer.serializeToString incorrect value for CDATA nodes
8 * fast/dom/serialize-cdata-expected.txt: Added.
9 * fast/dom/serialize-cdata.html: Added.
11 2006-12-08 Rob Buis <buis@kde.org>
16 http://bugs.webkit.org/show_bug.cgi?id=6074
17 WebKit+SVG and FireFox disagree on invalid "transform" handling
19 Also new results for transform-ignore-after-invalid.svg.
21 * svg/custom/invalid-transforms-expected.checksum: Added.
22 * svg/custom/invalid-transforms-expected.png: Added.
23 * svg/custom/invalid-transforms-expected.txt: Added.
24 * svg/custom/invalid-transforms.svg: Added.
25 * svg/custom/transform-ignore-after-invalid-expected.checksum:
26 * svg/custom/transform-ignore-after-invalid-expected.png:
27 * svg/custom/transform-ignore-after-invalid-expected.txt:
29 2006-12-07 Geoffrey Garen <ggaren@apple.com>
31 Reviewed by Beth Dakin.
33 Tests for the change and blur events in input elements.
35 * fast/events/onchange-passwordfield-expected.txt: Added.
36 * fast/events/onchange-passwordfield.html: Added.
37 * fast/events/onchange-searchfield-expected.txt: Added.
38 * fast/events/onchange-searchfield.html: Added.
39 * fast/events/onchange-textfield-expected.txt: Added.
40 * fast/events/onchange-textfield.html: Added.
42 2006-12-07 Anders Carlsson <acarlsson@apple.com>
46 <rdar://problem/4838778>
47 DashboardClient crashing in WebCore::SubresourceLoader::didFail.
49 * http/tests/xmlhttprequest/abort-crash-expected.txt: Added.
50 * http/tests/xmlhttprequest/abort-crash.html: Added.
51 * http/tests/xmlhttprequest/hello-world.cgi: Added.
53 2006-12-07 Kirby White <KWhiteRight@gmail.com>
57 http://bugs.webkit.org/show_bug.cgi?id=11771
58 Bug 11771: Add a test for resetting a textarea form control
60 * fast/dom/HTMLTextAreaElement/reset-textarea-expected.checksum: Added.
61 * fast/dom/HTMLTextAreaElement/reset-textarea-expected.png: Added.
62 * fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt: Added.
63 * fast/dom/HTMLTextAreaElement/reset-textarea.html: Added.
65 2006-12-06 Justin Garcia <justin.garcia@apple.com>
69 <rdar://problem/4818134>
70 Crash in WebCore::selectRange when invoking WebView:insertNewLine in any empty content editable DIV.
72 * editing/selection/select-line-expected.txt: Added.
73 * editing/selection/select-line.html: Added.
75 2006-12-06 Justin Garcia <justin.garcia@apple.com>
79 <rdar://problem/4854869>
80 Inserting a new line in a contenteditable=true SPAN whose parent is a DIV asserts
82 * editing/deleting/delete-mixed-editable-content-001-expected.txt:
83 * editing/inserting/editable-inline-element-expected.checksum: Added.
84 * editing/inserting/editable-inline-element-expected.txt: Added.
85 * editing/inserting/editable-inline-element-expected.png: Added.
86 * editing/inserting/editable-inline-element.html: Added.
88 2006-12-06 Justin Garcia <justin.garcia@apple.com>
92 <rdar://problem/4753545>
93 REGRESSION: Edited whitespace sequences are all nbsps (10636)
95 * editing/inserting/edited-whitespace-1-expected.checksum: Added.
96 * editing/inserting/edited-whitespace-1-expected.png: Added.
97 * editing/inserting/edited-whitespace-1-expected.txt: Added.
98 * editing/inserting/edited-whitespace-1.html: Added.
100 2006-12-05 Rob Buis <buis@kde.org>
105 http://bugs.webkit.org/show_bug.cgi?id=11686
106 WebKit draws Carto.net tabgroup example completely incorrectly (ff does fine)
108 * svg/custom/getBBox-js-expected.txt: Added.
109 * svg/custom/getBBox-js.svg: Added.
111 2006-12-05 Kirby White <KWhiteRight@gmail.com>
113 Reviewed and landed by Alexey.
115 * fast/dom/HTMLSelectElement/listbox-select-reset-expected.txt: Added.
116 * fast/dom/HTMLSelectElement/listbox-select-reset.html: Added.
118 2006-12-05 Alexey Proskuryakov <ap@webkit.org>
122 Make this test pass on PowerPC, too (the calculation was giving 4.7e-16 instead of zero,
123 now rounding it to 15 digits).
125 * svg/custom/getTransformToElement.svg:
127 2006-12-04 Darin Adler <darin@apple.com>
131 - test the part of http://bugs.webkit.org/show_bug.cgi?id=11628
132 REGRESSION (r17597): Command-return in text fields doesn't open a new tab or window
133 that can easily be tested from the DOM -- this only checks that
134 simulated mouse events from clicking on a link have the key state
135 from the Enter key keyboard event, which is one part of the fix
138 * fast/events/simulated-key-state-expected.txt: Added.
139 * fast/events/simulated-key-state.html: Added.
141 2006-12-02 Geoffrey Garen <ggaren@apple.com>
143 Reviewed by Darin Adler.
145 Removed Dashboard quirk from expected results. Now that we have a Dashboard
146 quirks mode, there's no reason to keep the old, bad behavior in the browser.
148 * http/tests/xmlhttprequest/exceptions-expected.txt:
149 * http/tests/xmlhttprequest/exceptions.html:
151 2006-12-04 Rob Buis <buis@kde.org>
158 http://bugs.webkit.org/show_bug.cgi?id=3280
159 With LEGEND element, align=right value is not supported
160 http://bugs.webkit.org/show_bug.cgi?id=11544
161 <legend> rendering doesn't take align into account
163 * fast/forms/fieldset-align-expected.checksum: Added.
164 * fast/forms/fieldset-align-expected.png: Added.
165 * fast/forms/fieldset-align-expected.txt: Added.
166 * fast/forms/fieldset-align.html: Added.
168 2006-12-03 Nikolas Zimmermann <zimmermann@kde.org>
172 Add a new set of svg layout tests specifically testing SVGPoint/SVGRect/SVGNumber js wrapping.
174 It's related to following bugs:
175 http://bugs.webkit.org/show_bug.cgi?id=11734
176 http://bugs.webkit.org/show_bug.cgi?id=11685
178 * svg/custom/SVGNumber-interface-expected.checksum: Added.
179 * svg/custom/SVGNumber-interface-expected.png: Added.
180 * svg/custom/SVGNumber-interface-expected.txt: Added.
181 * svg/custom/SVGNumber-interface.svg: Added.
182 * svg/custom/SVGPoint-interface-expected.checksum: Added.
183 * svg/custom/SVGPoint-interface-expected.png: Added.
184 * svg/custom/SVGPoint-interface-expected.txt: Added.
185 * svg/custom/SVGPoint-interface.svg: Added.
186 * svg/custom/SVGPoint-matrixTransform-expected.checksum: Added.
187 * svg/custom/SVGPoint-matrixTransform-expected.txt: Added.
188 * svg/custom/SVGPoint-matrixTransform.svg: Added.
189 * svg/custom/SVGRect-interface-expected.checksum: Added.
190 * svg/custom/SVGRect-interface-expected.png: Added.
191 * svg/custom/SVGRect-interface-expected.txt: Added.
192 * svg/custom/SVGRect-interface.svg: Added.
194 2006-12-03 Rob Buis <buis@kde.org>
199 http://bugs.webkit.org/show_bug.cgi?id=11667
200 SVG: method .getTransformToElement(elt) in SVGLocatable not implemented
202 * svg/custom/getTransformToElement-expected.checksum: Added.
203 * svg/custom/getTransformToElement-expected.png: Added.
204 * svg/custom/getTransformToElement-expected.txt: Added.
205 * svg/custom/getTransformToElement.svg: Added.
207 2006-12-03 Alexey Proskuryakov <ap@webkit.org>
211 This test used to be a pixel one, but without pixel results provided - converted to text.
213 * http/tests/xmlhttprequest/frame-load-cancelled-abort-expected.txt:
214 * http/tests/xmlhttprequest/frame-load-cancelled-abort.html:
216 * http/tests/xmlhttprequest/resources/frame-load-to-cancel.html: Added a parameter to send()
217 to make the test work in Firefox.
219 2006-12-02 Mitz Pettel <mitz@webkit.org>
223 - test for http://bugs.webkit.org/show_bug.cgi?id=11672
224 REGRESSION (r17068): Repro crash due to painting without layout
226 * fast/dynamic/containing-block-change-expected.checksum: Added.
227 * fast/dynamic/containing-block-change-expected.png: Added.
228 * fast/dynamic/containing-block-change-expected.txt: Added.
229 * fast/dynamic/containing-block-change.html: Added.
231 2006-12-01 Justin Garcia <justin.garcia@apple.com>
235 <rdar://problem/4826940>
236 Selection change performed even when delete delegate replies NO (11415)
238 Removed unnecessary shouldChangeSelection calls;
239 * editing/deleting/delete-at-start-or-end-expected.txt:
240 * editing/deleting/delete-br-002-expected.txt:
241 * editing/deleting/delete-br-004-expected.txt:
242 * editing/deleting/delete-br-005-expected.txt:
243 * editing/deleting/delete-br-006-expected.txt:
244 * editing/deleting/delete-br-009-expected.txt:
245 * editing/deleting/delete-br-010-expected.txt:
246 * editing/deleting/delete-br-012-expected.txt:
247 * editing/deleting/delete-hr-expected.txt:
248 * editing/deleting/delete-tab-004-expected.txt:
249 * editing/deleting/forward-delete-expected.txt:
250 * editing/deleting/merge-into-empty-block-1-expected.txt:
251 * editing/deleting/merge-into-empty-block-2-expected.txt:
252 * editing/execCommand/format-block-expected.txt:
253 * editing/execCommand/outdent-selection-expected.txt:
254 * editing/inserting/editing-empty-divs-expected.txt:
255 * editing/inserting/insert-3800346-fix-expected.txt:
256 * editing/inserting/insert-br-004-expected.txt:
257 * editing/inserting/insert-br-005-expected.txt:
258 * editing/inserting/insert-br-006-expected.txt:
259 * editing/inserting/insert-br-008-expected.txt:
260 * editing/inserting/insert-div-006-expected.txt:
261 * editing/inserting/insert-div-008-expected.txt:
262 * editing/inserting/insert-div-010-expected.txt:
263 * editing/inserting/insert-div-011-expected.txt:
264 * editing/inserting/insert-div-013-expected.txt:
265 * editing/inserting/insert-div-015-expected.txt:
266 * editing/inserting/insert-div-019-expected.txt:
267 * editing/inserting/insert-div-021-expected.txt:
268 * editing/inserting/insert-paragraph-01-expected.txt:
269 * editing/inserting/insert-paragraph-03-expected.txt:
270 * editing/inserting/insert-tab-004-expected.txt:
271 * editing/inserting/insert-text-with-newlines-expected.txt:
272 * editing/inserting/line-break-expected.txt:
273 * editing/pasteboard/3976872-expected.txt:
274 * editing/pasteboard/paste-text-005-expected.txt:
275 * editing/pasteboard/paste-text-006-expected.txt:
276 * editing/pasteboard/paste-text-007-expected.txt:
277 * editing/pasteboard/paste-text-010-expected.txt:
278 * editing/pasteboard/paste-text-014-expected.txt:
279 * editing/pasteboard/paste-text-016-expected.txt:
280 * editing/pasteboard/quirks-mode-br-2-expected.txt:
281 * editing/style/apple-style-editable-mix-expected.txt:
282 * editing/style/block-style-001-expected.txt:
283 * editing/style/block-style-002-expected.txt:
284 * editing/style/block-style-003-expected.txt:
285 * editing/style/block-style-006-expected.txt:
286 * editing/style/create-block-for-style-005-expected.txt:
287 * editing/style/create-block-for-style-006-expected.txt:
288 * editing/style/create-block-for-style-008-expected.txt:
289 * editing/style/relative-font-size-change-002-expected.txt:
290 * editing/style/relative-font-size-change-003-expected.txt:
291 * editing/style/relative-font-size-change-004-expected.txt:
292 * editing/style/table-selection-expected.txt:
294 2006-11-30 John Sullivan <sullivan@apple.com>
298 * editing/execCommand/create-list-from-range-selection-expected.checksum:
299 * editing/execCommand/create-list-from-range-selection-expected.png:
300 * editing/execCommand/create-list-from-range-selection-expected.txt:
301 * editing/execCommand/create-list-from-range-selection.html:
302 This test's results were broken by using rangeCompliantEquivalent at
303 appropriate places in CompositeEditCommand.cpp::moveParagraphs(), presumably
304 by revealing a different bug. Justin is going to look into this; for now I've
305 updated the result so that it won't appear to fail for others.
307 * editing/execCommand/create-list-with-hr-expected.checksum:
308 * editing/execCommand/create-list-with-hr-expected.png:
309 * editing/execCommand/create-list-with-hr-expected.txt:
310 * editing/execCommand/create-list-with-hr.html:
311 This test's results were improved by using rangeCompliantEquivalent at
312 appropriate places in CompositeEditCommand.cpp::moveParagraphs() -- it used
313 to create an extra <div>, and now it does not.
315 2006-11-29 Justin Garcia <justin.garcia@apple.com>
319 <rdar://problem/4845371>
320 In Mail, a crash occurs at WebCore::Node::traverseNextNode() when cutting selected text from a HTML message
322 * editing/deleting/4845371-expected.checksum: Added.
323 * editing/deleting/4845371-expected.png: Added.
324 * editing/deleting/4845371-expected.txt: Added.
325 * editing/deleting/4845371.html: Added.
327 2006-11-28 David Harrison <harrison@apple.com>
331 <rdar://problem/4852804> selection color does not get drawn over the missing image rectangle
333 * editing/selection/select-missing-image-expected.checksum: Added.
334 * editing/selection/select-missing-image-expected.png: Added.
335 * editing/selection/select-missing-image-expected.txt: Added.
336 * editing/selection/select-missing-image.html: Added.
338 2006-11-28 Justin Garcia <justin.garcia@apple.com>
342 <rdar://problem/4397952>
343 Cannot select buttons at the end of a document, preventing copy/paste
345 * editing/selection/4397952-expected.checksum: Added.
346 * editing/selection/4397952-expected.png: Added.
347 * editing/selection/4397952-expected.txt: Added.
348 * editing/selection/4397952.html: Added.
350 2006-11-27 Alexey Proskuryakov <ap@webkit.org>
354 Test for http://bugs.webkit.org/show_bug.cgi?id=11694
355 XSLT output method does not default to HTML when the target document is HTML
357 * fast/xsl/default-html-expected.txt: Added.
358 * fast/xsl/default-html.html: Added.
360 2006-11-27 Kevin McCullough <KMcCullough@apple.com>
364 * fast/forms/resources/success.html: Removed.
365 * fast/forms/targeted-frame-submission-expected.checksum:
366 * fast/forms/targeted-frame-submission-expected.png:
367 * fast/forms/targeted-frame-submission-expected.txt:
368 * fast/forms/targeted-frame-submission.html:
370 2006-11-27 Kevin McCullough <KMcCullough@apple.com>
372 Reviewed by Adam and Anders.
375 Targeted frame submission.
377 * fast/forms/resources/success.html: Added.
378 * fast/forms/targeted-frame-submission-expected.checksum: Added.
379 * fast/forms/targeted-frame-submission-expected.png: Added.
380 * fast/forms/targeted-frame-submission-expected.txt: Added.
381 * fast/forms/targeted-frame-submission.html: Added.
383 2006-11-24 Rob Buis <buis@kde.org>
388 http://bugs.webkit.org/show_bug.cgi?id=11666
389 .getScreenCTM() returns wrong values
391 * svg/custom/text-ctm-expected.checksum: Added.
392 * svg/custom/text-ctm-expected.png: Added.
393 * svg/custom/text-ctm-expected.txt: Added.
394 * svg/custom/text-ctm.svg: Added.
396 2006-11-22 Rob Buis <buis@kde.org>
401 http://bugs.webkit.org/show_bug.cgi?id=11661
402 SVG: stroke not sensitive to mouse events (hit testing fails)
404 * svg/custom/hit-test-path-stroke-expected.checksum: Added.
405 * svg/custom/hit-test-path-stroke-expected.png: Added.
406 * svg/custom/hit-test-path-stroke-expected.txt: Added.
407 * svg/custom/hit-test-path-stroke.svg: Added.
409 2006-11-21 Alex Taylor <darwin@techvisual.co.nz>
413 Pixel tests for border radius rendering bug
414 - http://bugs.webkit.org/show_bug.cgi?id=11587
416 * fast/borders/borderRadiusArcs01-expected.checksum: Added.
417 * fast/borders/borderRadiusArcs01-expected.png: Added.
418 * fast/borders/borderRadiusArcs01-expected.txt: Added.
419 * fast/borders/borderRadiusArcs01.html: Added.
421 2006-11-20 W. Andy Carrel <wac@google.com>
425 http://bugs.webkit.org/show_bug.cgi?id=11501
426 REGRESSION: \u no longer escapes metacharacters in RegExps
427 http://bugs.webkit.org/show_bug.cgi?id=11502
428 Serializing RegExps doesn't preserve Unicode escapes
430 * fast/js/kde/RegExp-expected.txt:
431 * fast/js/regexp-unicode-handling-expected.txt:
432 Adjust these test results to passing as a result of other included
433 changes in this revision.
435 2006-11-20 Alexey Proskuryakov <ap@webkit.org>
439 http://bugs.webkit.org/show_bug.cgi?id=10736
440 XMLHttpRequest.responseXML should be null on error
442 * http/tests/xmlhttprequest/zero-length-response-expected.txt:
443 * http/tests/xmlhttprequest/zero-length-response-sync-expected.txt:
444 Updated the results for the new behavior.
446 2006-11-20 Alexey Proskuryakov <ap@webkit.org>
448 Reviewed by Sam Weinig.
450 http://bugs.webkit.org/show_bug.cgi?id=11633
451 Implement XMLDocument properties xmlEncoding, xmlVersion, xmlStandalone
453 * dom/xhtml/level3/core/documentgetxmlencoding01-expected.txt:
454 * dom/xhtml/level3/core/documentgetxmlencoding03-expected.txt
455 * dom/xhtml/level3/core/documentgetxmlstandalone04-expected.txt:
456 * dom/xhtml/level3/core/documentgetxmlversion01-expected.txt:
457 * dom/xhtml/level3/core/documentgetxmlversion02-expected.txt:
458 * dom/xhtml/level3/core/documentgetxmlversion03-expected.txt:
461 * dom/xhtml/level3/core/documentgetxmlencoding03.xhtml: Re-added a correct test.
463 * fast/dom/Window/window-properties-expected.txt: Added these new properties.
465 * http/tests/xmlhttprequest/xml-encoding-expected.txt: Added.
466 * http/tests/xmlhttprequest/xml-encoding.html: Added.
467 * http/tests/xmlhttprequest/resources/xml-encoding.xml: Added.
468 * http/tests/xmlhttprequest/resources/post-echo-as-utf-8.cgi: Added.
469 Test how xmlEncoding interacts with XMLHttpRequest.
471 2006-11-19 Alexey Proskuryakov <ap@webkit.org>
473 Removed parts of an incorrectly committed test, to be re-added later.
475 * dom/xhtml/level3/core/documentgetxmlencoding03-expected.png: Removed.
476 * dom/xhtml/level3/core/documentgetxmlencoding03-expected.checksum: Removed.
477 * dom/xhtml/level3/core/documentgetxmlencoding03.xhtml: Removed.
479 2006-11-19 Mitz Pettel <mitz@webkit.org>
483 - http://bugs.webkit.org/show_bug.cgi?id=11626
484 Automate test for rdar://problem/4056100
486 * fast/repaint/delete-into-nested-block-expected.checksum: Added.
487 * fast/repaint/delete-into-nested-block-expected.png: Added.
488 * fast/repaint/delete-into-nested-block-expected.txt: Added.
489 * fast/repaint/delete-into-nested-block.html: Added.
491 2006-11-18 Anders Carlsson <acarlsson@apple.com>
495 Add tests for crash when garbage collecting node iterators and tree walkers
496 without a node filter.
498 * fast/dom/node-filter-gc-expected.txt: Added.
499 * fast/dom/node-filter-gc.html: Added.
501 2006-11-18 Rob Buis <buis@kde.org>
506 http://bugs.webkit.org/show_bug.cgi?id=11321
507 Element with :target pseudo-class still matched after fragment identifier change
509 * fast/css/target-fragment-match-expected.checksum: Added.
510 * fast/css/target-fragment-match-expected.png: Added.
511 * fast/css/target-fragment-match-expected.txt: Added.
512 * fast/css/target-fragment-match.html: Added.
514 2006-11-18 Alexey Proskuryakov <ap@webkit.org>
516 Reviewed by Rob (yay!).
518 http://bugs.webkit.org/show_bug.cgi?id=11640
519 XMLHttpRequest produces undefined:undefined HTTP authentication
521 * http/tests/xmlhttprequest/basic-auth-expected.txt:
522 * http/tests/xmlhttprequest/basic-auth.html:
523 Added tests for undefined.
525 2006-11-17 Justin Garcia <justin.garcia@apple.com>
529 <rdar://problem/4237467> REGRESSION: Pasting word from quoted text quotes the destination
530 <rdar://problem/4017358> quoted text is wrong color, when pasted as quotation
533 * editing/pasteboard/merge-end-blockquote-expected.checksum:
534 * editing/pasteboard/merge-end-blockquote-expected.png:
535 * editing/pasteboard/merge-end-blockquote-expected.txt:
536 * editing/pasteboard/merge-end-blockquote.html:
539 * editing/pasteboard/paste-blockquote-1-expected.checksum: Added.
540 * editing/pasteboard/paste-blockquote-1-expected.png: Added.
541 * editing/pasteboard/paste-blockquote-1-expected.txt: Added.
542 * editing/pasteboard/paste-blockquote-1.html: Added.
543 * editing/pasteboard/paste-blockquote-2-expected.checksum: Added.
544 * editing/pasteboard/paste-blockquote-2-expected.png: Added.
545 * editing/pasteboard/paste-blockquote-2-expected.txt: Added.
546 * editing/pasteboard/paste-blockquote-2.html: Added.
547 * editing/pasteboard/paste-blockquote-3-expected.checksum: Added.
548 * editing/pasteboard/paste-blockquote-3-expected.png: Added.
549 * editing/pasteboard/paste-blockquote-3-expected.txt: Added.
550 * editing/pasteboard/paste-blockquote-3.html: Added.
552 2006-11-16 Rob Buis <buis@kde.org>
554 Reviewed and landed by Brady
557 http://bugs.webkit.org/show_bug.cgi?id=11590
558 Bug 11590: REGRESSION (r17726-r17742): Wikipedia page intermittently loads but doesn't render
560 * fast/css/import-rule-regression-11590-expected.txt: Added.
561 * fast/css/import-rule-regression-11590.html: Added.
562 * fast/css/resources/imports.css: Added.
563 * fast/css/resources/style.css: Added.
565 2006-11-15 Adele Peterson <adele@apple.com>
569 Updating results for new slider implementation.
571 * fast/forms/input-appearance-height-expected.checksum:
572 * fast/forms/input-appearance-height-expected.png:
573 * fast/forms/input-appearance-height-expected.txt:
575 2006-11-14 Justin Garcia <justin.garcia@apple.com>
579 <rdar://problem/4806874>
580 Missing background image after paste
582 Checking in new expected results for fixes:
583 * editing/inserting/insert-3851164-fix-expected.checksum:
584 * editing/inserting/insert-3851164-fix-expected.png:
585 * editing/selection/drag-in-iframe-expected.checksum:
586 * editing/selection/drag-in-iframe-expected.png:
588 Same, but also removing an outdated comment about a bug:
589 * editing/pasteboard/paste-text-019-expected.checksum:
590 * editing/pasteboard/paste-text-019-expected.png:
591 * editing/pasteboard/paste-text-019-expected.txt:
592 * editing/pasteboard/paste-text-019.html:
595 * editing/pasteboard/4806874-expected.checksum: Added.
596 * editing/pasteboard/4806874-expected.png: Added.
597 * editing/pasteboard/4806874-expected.txt: Added.
598 * editing/pasteboard/4806874.html: Added.
600 Equivalent render trees:
601 * editing/inserting/insert-3907422-fix-expected.txt:
602 * editing/pasteboard/paste-text-011-expected.txt:
603 * editing/pasteboard/paste-text-015-expected.txt:
605 2006-11-14 Mitz Pettel <mitz@webkit.org>
607 http://bugs.webkit.org/show_bug.cgi?id=11575
608 Bug 11575: REGRESSION: WebCore crash in CSSParser/HTMLTokenizer
610 * fast/css/css-imports-expected.checksum: Added.
611 * fast/css/css-imports-expected.png: Added.
612 * fast/css/css-imports-expected.txt: Added.
613 * fast/css/css-imports.html: Added.
614 * fast/css/resources/css-imports-2.css: Added.
615 * fast/css/resources/css-imports.css: Added.
617 2006-11-13 Justin Garcia <justin.garcia@apple.com>
621 * editing/selection/drag-select-1-expected.checksum: Added.
622 * editing/selection/drag-select-1-expected.png: Added.
623 * editing/selection/drag-select-1-expected.txt: Added.
624 * editing/selection/drag-select-1.html: Added.
626 2006-11-13 Justin Garcia <justin.garcia@apple.com>
630 * editing/pasteboard/paste-unrendered-select-expected.checksum: Added.
631 * editing/pasteboard/paste-unrendered-select-expected.png: Added.
632 * editing/pasteboard/paste-unrendered-select-expected.txt: Added.
633 * editing/pasteboard/paste-unrendered-select.html: Added.
635 2006-11-11 Rob Buis <buis@kde.org>
640 http://bugs.webkit.org/show_bug.cgi?id=10893
641 InsertRule can not handle @import statements
643 * fast/dom/css-insert-import-rule-expected.txt: Added.
644 * fast/dom/css-insert-import-rule.html: Added.
645 * fast/dom/resources/css-insert-import-rule-red.css: Added.
647 2006-11-11 Graham Dennis <graham.dennis@gmail.com>
651 REGRESSION (r16122): min/max widths incorrectly calculated for contentEditable text
652 http://bugs.webkit.org/show_bug.cgi?id=11570
654 * fast/text/whitespace/nbsp-mode-and-linewraps-expected.checksum: Added.
655 * fast/text/whitespace/nbsp-mode-and-linewraps-expected.png: Added.
656 * fast/text/whitespace/nbsp-mode-and-linewraps-expected.txt: Added.
657 * fast/text/whitespace/nbsp-mode-and-linewraps.html: Added.
659 2006-11-10 Justin Garcia <justin.garcia@apple.com>
663 <rdar://problem/4069359>
664 Deleting hyperlink text, then typing uses link typing style but loses the link itself
666 * editing/deleting/delete-link-1-expected.checksum: Added.
667 * editing/deleting/delete-link-1-expected.png: Added.
668 * editing/deleting/delete-link-1-expected.txt: Added.
669 * editing/deleting/delete-link-1.html: Added.
670 * editing/inserting/insert-before-link-1-expected.checksum: Added.
671 * editing/inserting/insert-before-link-1-expected.png: Added.
672 * editing/inserting/insert-before-link-1-expected.txt: Added.
673 * editing/inserting/insert-before-link-1.html: Added.
675 2006-11-09 Adam Roben <aroben@apple.com>
679 New test to keep the mistake I made in r17680 from happening again.
681 * fast/block/margin-collapse/negative-margins-expected.checksum: Added.
682 * fast/block/margin-collapse/negative-margins-expected.png: Added.
683 * fast/block/margin-collapse/negative-margins-expected.txt: Added.
684 * fast/block/margin-collapse/negative-margins.html: Added.
686 2006-11-08 Darin Adler <darin@apple.com>
690 - added test for option-tab
692 * fast/events/option-tab.html: Added.
693 * fast/events/option-tab-expected.txt: Added.
695 2006-11-08 Brady Eidson <beidson@apple.com>
699 Added test to cover bug http://bugs.webkit.org/show_bug.cgi?id=11450
700 -Confirm there is no assert when nuking a frame with an active XMLHttpRequest load
701 -Confirm the correct state-change notifications for the request are dispatched
703 * http/tests/xmlhttprequest/frame-load-cancelled-abort-expected.txt: Added.
704 * http/tests/xmlhttprequest/frame-load-cancelled-abort.html: Added.
705 * http/tests/xmlhttprequest/resources/endlessxml.php: Added.
706 * http/tests/xmlhttprequest/resources/frame-load-to-cancel.html: Added.
708 2006-11-08 Darin Adler <darin@apple.com>
712 * fast/forms/submit-nil-value-field-assert.html: Update test so it
713 no longer relies on incorrect "submit form right away during JavaScript
716 2006-11-08 Beth Dakin <bdakin@apple.com>
720 This test needs new results from my last check-in. I thought this
721 change was already in my tree, but I guess not. Whoops!
723 * fast/dom/delete-contents-expected.txt:
725 2006-11-07 Beth Dakin <bdakin@apple.com>
729 Test cases for <rdar://problem/4820814> A crash occurs at
730 WebCore::HitTestResult::spellingToolTip() when mousing down on
731 iframe at www.macsurfer.com
733 And for the found-bug of moving text nodes within the head to the
736 * fast/dom/HTMLHeadElement/textInHead1-expected.checksum: Added.
737 * fast/dom/HTMLHeadElement/textInHead1-expected.png: Added.
738 * fast/dom/HTMLHeadElement/textInHead1-expected.txt: Added.
739 * fast/dom/HTMLHeadElement/textInHead1.html: Added.
740 * fast/dom/HTMLHeadElement/textInHead2-expected.checksum: Added.
741 * fast/dom/HTMLHeadElement/textInHead2-expected.png: Added.
742 * fast/dom/HTMLHeadElement/textInHead2-expected.txt: Added.
743 * fast/dom/HTMLHeadElement/textInHead2.html: Added.
744 * fast/dom/HTMLHeadElement/textInHead3-expected.checksum: Added.
745 * fast/dom/HTMLHeadElement/textInHead3-expected.png: Added.
746 * fast/dom/HTMLHeadElement/textInHead3-expected.txt: Added.
747 * fast/dom/HTMLHeadElement/textInHead3.html: Added.
748 * fast/dom/HTMLHeadElement/textInHead4-expected.checksum: Added.
749 * fast/dom/HTMLHeadElement/textInHead4-expected.png: Added.
750 * fast/dom/HTMLHeadElement/textInHead4-expected.txt: Added.
751 * fast/dom/HTMLHeadElement/textInHead4.html: Added.
752 * fast/dom/HTMLHeadElement/textInHead5-expected.checksum: Added.
753 * fast/dom/HTMLHeadElement/textInHead5-expected.png: Added.
754 * fast/dom/HTMLHeadElement/textInHead5-expected.txt: Added.
755 * fast/dom/HTMLHeadElement/textInHead5.html: Added.
756 * fast/frames/onlyCommentInIFrame-expected.checksum: Added.
757 * fast/frames/onlyCommentInIFrame-expected.txt: Added.
758 * fast/frames/onlyCommentInIFrame.html: Added.
759 * fast/frames/resources/comment.html: Added.
760 * fast/frames/resources/commentX.xhtml: Added.
761 * tables/mozilla/bugs/bug1224-expected.checksum:
762 * tables/mozilla/bugs/bug1224-expected.png:
763 * tables/mozilla/bugs/bug1224-expected.txt:
765 2006-11-07 David Harrison <harrison@apple.com>
769 * editing/pasteboard/4076267-2-expected.checksum:
770 * editing/pasteboard/4076267-2-expected.png:
771 * editing/pasteboard/4076267-2-expected.txt:
773 2006-11-07 Darin Adler <darin@apple.com>
775 Rolled out change for <rdar://problem/4820814>.
777 Beth's planning on landing a new change for it soon, but in the mean time
778 we need layout tests succeeding again.
780 2006-11-07 David Harrison <harrison@apple.com>
784 <rdar://problem/4714993> REGRESSION: After replacing a misspelled word in a sentence, the selected word wraps down to next line (10428)
786 * editing/pasteboard/3976872-expected.txt:
787 * editing/pasteboard/4076267-2-expected.txt:
788 * editing/pasteboard/4076267-3-expected.txt:
789 * editing/pasteboard/4076267-expected.txt:
790 * editing/pasteboard/8145-1-expected.txt:
791 * editing/pasteboard/paste-empty-startcontainer-expected.txt: Removed.
792 * editing/pasteboard/paste-match-style-001-expected.txt:
793 * editing/pasteboard/paste-match-style-002-expected.txt:
794 * editing/pasteboard/paste-text-019-expected.txt:
795 * editing/pasteboard/pasting-tabs-expected.txt:
797 2006-11-07 Mitz Pettel <mitz@webkit.org>
801 Test for http://bugs.webkit.org/show_bug.cgi?id=11505
802 REGRESSION: Null pointer deref in HitTestResult::spellingToolTip() (assertion failure in Node::document)
804 The null check was added as part for the fix for <rdar://problem/4820814>,
805 however the test that was committed with the fix avoids the case of a null
806 m_innerNonSharedNode, which this test covers.
808 * fast/css-generated-content/spellingToolTip-assert-expected.checksum: Added.
809 * fast/css-generated-content/spellingToolTip-assert-expected.png: Added.
810 * fast/css-generated-content/spellingToolTip-assert-expected.txt: Added.
811 * fast/css-generated-content/spellingToolTip-assert.html: Added.
813 2006-11-06 Beth Dakin <bdakin@apple.com>
817 Test for <rdar://problem/4820814> A crash occurs at
818 WebCore::HitTestResult::spellingToolTip() when mousing down on
819 iframe at www.macsurfer.com
821 * fast/frames/onlyCommentInIFrame-expected.checksum: Added.
822 * fast/frames/onlyCommentInIFrame-expected.png: Added.
823 * fast/frames/onlyCommentInIFrame-expected.txt: Added.
824 * fast/frames/onlyCommentInIFrame.html: Added.
825 * fast/frames/resources/comment.html: Added.
826 * fast/frames/resources/commentX.xhtml: Added.
828 2006-11-06 Geoffrey Garen <ggaren@apple.com>
830 New results. The originals were incorrect.
832 * svg/W3C-SVG-1.1/text-intro-01-t-expected.checksum:
833 * svg/W3C-SVG-1.1/text-intro-01-t-expected.png:
834 * svg/W3C-SVG-1.1/text-intro-01-t-expected.txt:
835 * svg/W3C-SVG-1.1/text-intro-02-b-expected.checksum:
836 * svg/W3C-SVG-1.1/text-intro-02-b-expected.png:
837 * svg/W3C-SVG-1.1/text-intro-02-b-expected.txt:
838 * svg/W3C-SVG-1.1/text-intro-03-b-expected.checksum:
839 * svg/W3C-SVG-1.1/text-intro-03-b-expected.png:
840 * svg/W3C-SVG-1.1/text-intro-03-b-expected.txt:
841 * svg/W3C-SVG-1.1/text-intro-04-t-expected.checksum:
842 * svg/W3C-SVG-1.1/text-intro-04-t-expected.png:
843 * svg/W3C-SVG-1.1/text-intro-04-t-expected.txt:
845 2006-11-06 Justin Garcia <justin.garcia@apple.com>
849 * editing/execCommand/4641880-1-expected.checksum: Added.
850 * editing/execCommand/4641880-1-expected.png: Added.
851 * editing/execCommand/4641880-1-expected.txt: Added.
852 * editing/execCommand/4641880-1.html: Added.
853 * editing/execCommand/4641880-2-expected.checksum: Added.
854 * editing/execCommand/4641880-2-expected.png: Added.
855 * editing/execCommand/4641880-2-expected.txt: Added.
856 * editing/execCommand/4641880-2.html: Added.
858 2006-11-06 Oliver Hunt <oliver@apple.com>
862 * svg/W3C-SVG-1.1/text-intro-01-t-expected.checksum: Added.
863 * svg/W3C-SVG-1.1/text-intro-01-t-expected.png: Added.
864 * svg/W3C-SVG-1.1/text-intro-01-t-expected.txt: Added.
865 * svg/W3C-SVG-1.1/text-intro-01-t.svg-disabled: Removed.
866 * svg/W3C-SVG-1.1/text-intro-02-b-expected.checksum: Added.
867 * svg/W3C-SVG-1.1/text-intro-02-b-expected.png: Added.
868 * svg/W3C-SVG-1.1/text-intro-02-b-expected.txt: Added.
869 * svg/W3C-SVG-1.1/text-intro-02-b.svg-disabled: Removed.
870 * svg/W3C-SVG-1.1/text-intro-03-b-expected.checksum: Added.
871 * svg/W3C-SVG-1.1/text-intro-03-b-expected.png: Added.
872 * svg/W3C-SVG-1.1/text-intro-03-b-expected.txt: Added.
873 * svg/W3C-SVG-1.1/text-intro-03-b.svg-disabled: Removed.
874 * svg/W3C-SVG-1.1/text-intro-04-t-expected.checksum: Added.
875 * svg/W3C-SVG-1.1/text-intro-04-t-expected.png: Added.
876 * svg/W3C-SVG-1.1/text-intro-04-t-expected.txt: Added.
877 * svg/W3C-SVG-1.1/text-intro-04-t.svg-disabled: Removed.
879 2006-11-06 David Harrison <harrison@apple.com>
883 <rdar://problem/4813973> Pressing delete key to remove empty quoted line leaves cursor mis-positioned
885 * editing/deleting/delete-br-012-expected.checksum: Added.
886 * editing/deleting/delete-br-012-expected.png: Added.
887 * editing/deleting/delete-br-012-expected.txt: Added.
888 * editing/deleting/delete-br-012.html: Added.
890 2006-11-06 Alexey Proskuryakov <ap@nypop.com>
892 Reviewed by Sam Weinig.
894 Fix a layout test failure that happened with additional fonts installed - replace a fancy
895 Unicode character with a plain asterisk.
897 * css2.1/t0905-c414-flt-00-d-expected.checksum:
898 * css2.1/t0905-c414-flt-00-d-expected.png:
899 * css2.1/t0905-c414-flt-00-d-expected.txt:
900 * css2.1/t0905-c414-flt-00-d.html:
902 2006-11-06 Alexey Proskuryakov <ap@webkit.org>
906 Removed leftover results from the previous test.
908 * editing/selection/drag-to-contenteditable-iframe-expected.txt:
910 2006-11-07 Mark Rowe <bdash@webkit.org>
912 http://bugs.webkit.org/show_bug.cgi?id=11526
913 Bug 11526: REGRESSION(r17610): Layout test failure in svg/custom/create-metadata-element.svg
915 Correctly updated tests results.
917 * fast/dom/HTMLMetaElement/meta-attributes-expected.txt:
918 * fast/dom/HTMLMetaElement/meta-attributes.html:
920 2006-11-06 Mark Rowe <bdash@webkit.org>
924 http://bugs.webkit.org/show_bug.cgi?id=11526
925 Bug 11526: REGRESSION(r17610): Layout test failure in svg/custom/create-metadata-element.svg
927 Updated test results for change from nodeName to className in DOMNode::toString.
929 * fast/dom/HTMLMetaElement/meta-attributes-expected.txt:
930 * fast/dom/prototype-chain-expected.txt:
931 * fast/dom/replace-first-child-expected.txt:
932 * fast/events/mouseclick-target-and-positioning-expected.txt:
933 * fast/forms/input-appearance-preventDefault-expected.checksum:
934 * fast/forms/input-appearance-preventDefault-expected.png:
935 * fast/forms/input-appearance-preventDefault-expected.txt:
936 * fast/loader/loadInProgress-expected.txt:
937 * fast/tokenizer/external-script-document-write-expected.checksum:
938 * fast/tokenizer/external-script-document-write-expected.png:
939 * fast/tokenizer/external-script-document-write-expected.txt:
940 * traversal/stay-within-root-expected.checksum:
941 * traversal/stay-within-root-expected.png:
942 * traversal/stay-within-root-expected.txt:
944 2006-11-06 Alexey Proskuryakov <ap@webkit.org>
948 Test for http://bugs.webkit.org/show_bug.cgi?id=11517
949 REGRESSION: Flash clicks/interactivity not working properly
951 * plugins/mouse-events-expected.txt: Added.
952 * plugins/mouse-events.html: Added.
954 2006-11-06 Mark Rowe <bdash@webkit.org>
956 Reviewed by the wonderful Mitz Pettel.
958 Test for http://bugs.webkit.org/show_bug.cgi?id=11524
959 Bug 11524: REGRESSION(r9842): Array.prototype.join should use ToString operator rather than calling toString on each element
961 * fast/js/array-join-bug-11524-expected.txt: Added.
962 * fast/js/array-join-bug-11524.html: Added.
963 * fast/js/resources/array-join-bug-11524.js: Added.
965 2006-11-04 Alexey Proskuryakov <ap@nypop.com>
969 http://bugs.webkit.org/show_bug.cgi?id=11448
970 ⟨ and ⟩ entities are mapped to the incorrect Unicode codepoint
972 * fast/parser/entities-in-xhtml-expected.checksum: Removed.
973 * fast/parser/entities-in-xhtml-expected.png: Removed.
974 Converted to plain text, the large table in the test didn't nearly fit anyway.
976 * fast/parser/entities-in-xhtml-expected.txt:
977 * fast/parser/entities-in-xhtml.xhtml:
978 Made the test self-consistent again by using actual numeric values for ⟨ and ⟩.
980 * fast/parser/entities-in-html-expected.txt: Added.
981 * fast/parser/entities-in-html.html: Added.
982 An HTML copy of the same test.
984 2006-11-03 Alexey Proskuryakov <ap@nypop.com>
988 Test for http://bugs.webkit.org/show_bug.cgi?id=7323
989 REGRESSION (10.4.4): ondrag* events don't fire on page in a frame
991 * fast/events/drag-in-frames-expected.txt: Added.
992 * fast/events/drag-in-frames.html: Added.
993 * fast/events/resources/drag-in-frames-console.html: Added.
994 * fast/events/resources/drag-in-frames-left.html: Added.
995 * fast/events/resources/drag-in-frames-right.html: Added.
997 * editing/selection/expanding-selections.html:
998 * editing/selection/expanding-selections2.html:
999 * fast/dynamic/layer-hit-test-crash.html:
1000 * fast/events/event-view-toString.html:
1001 * fast/events/resources/drag-outside-window-frame.html:
1002 * svg/custom/hover-default-fill.svg:
1003 Added missing calls to mouseUp().
1005 * svg/custom/stroke-width-click-expected.txt:
1006 * svg/custom/stroke-width-click.svg:
1007 Don't attempt to click outside the page, this was confusing DRT.
1009 * editing/selection/select-from-textfield-outwards-expected.txt:
1010 * editing/selection/select-from-textfield-outwards.html:
1011 Removed alerts between dragging steps - they are now useless,
1012 as the dragging events are stored and executed at once.
1014 2006-11-03 Geoffrey Garen <ggaren@apple.com>
1016 Missed a few tests in my last check-in, and checked in old results for
1019 * editing/inserting/before-after-input-element-expected.txt:
1020 * editing/inserting/before-after-input-element.html:
1021 * editing/pasteboard/4641033-expected.txt:
1022 * editing/pasteboard/input-field-1-expected.txt:
1023 * editing/pasteboard/input-field-1.html:
1024 * editing/pasteboard/select-element-1-expected.txt:
1025 * editing/pasteboard/select-element-1.html:
1026 * editing/selection/select-element-paragraph-boundary-expected.txt:
1027 * editing/selection/select-element-paragraph-boundary.html:
1028 * fast/forms/textarea-no-scroll-on-blur-expected.txt:
1029 * fast/forms/textarea-scrollbar-expected.txt:
1031 2006-11-02 Geoffrey Garen <ggaren@apple.com>
1033 Reviewed by Justin Garcia.
1035 Used a PERL script to add calls to opt into dumping of editing callbacks
1036 in all editing tests that didn't do so already. This is required now that
1037 dumping of editing callbacks is opt-in.
1039 Updated editing.js so that any test that calls runEditingTest() opt into
1040 dumping of editing callbacks.
1042 Updated results in all non-editing tests to remove dumping of editing callbacks.
1044 Updated results in all editing tests to reflect minor DOM changes due to new
1047 [ many tests and results modified ]
1049 2006-11-02 Geoffrey Garen <ggaren@apple.com>
1051 Updated results because they were incorrect when checked in. (We never
1054 * fast/js/regexp-unicode-handling-expected.txt:
1056 2006-11-02 Adele Peterson <adele@apple.com>
1060 Test for http://bugs.webkit.org/show_bug.cgi?id=9581
1061 REGRESSION: The new NativeTextArea scrolls to the top when the control is unfocused.
1063 * fast/forms/textarea-no-scroll-on-blur-expected.txt: Added.
1064 * fast/forms/textarea-no-scroll-on-blur.html: Added.
1066 2006-11-02 W. Andy Carrel <wac@google.com>
1068 Reviewed by Maciej, landed by Anders.
1070 Adding tests for Unicode RegExp behavior to match IE and Firefox.
1071 * fast/js/regexp-unicode-handling-expected.txt: Added.
1072 * fast/js/regexp-unicode-handling.html: Added.
1073 * fast/js/resources/regexp-unicode-handling.js: Added.
1075 2006-11-02 Alexey Proskuryakov <ap@nypop.com>
1077 Reviewed by Maciej, landed by Anders.
1079 Test for bugs 7253 and 7445, based on reductions made by Parag Shah and W. Andy Carrel.
1081 * fast/js/gmail-re-re-expected.txt: Added.
1082 * fast/js/gmail-re-re.html: Added.
1083 * fast/js/resources/gmail-re-re.js: Added.
1085 2006-11-02 Geoffrey Garen <ggaren@apple.com>
1087 Updated results to fix failure seen when running layout tests. Justin
1088 Garcia says the new results look more correct.
1090 * editing/selection/drag-to-contenteditable-iframe-expected.txt:
1092 2006-11-02 Adele Peterson <adele@apple.com>
1094 Reviewed by Mitz and Geoff.
1096 Test for <rdar://problem/4650271> REGRESSION(NativeTextArea): Textareas don't get scrollbars when text gets too big for content area (10105)
1098 * fast/forms/textarea-scrollbar-expected.checksum: Added.
1099 * fast/forms/textarea-scrollbar-expected.png: Added.
1100 * fast/forms/textarea-scrollbar-expected.txt: Added.
1101 * fast/forms/textarea-scrollbar.html: Added.
1103 2006-11-02 Kevin McCullough <KMcCullough@apple.com>
1107 - 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.
1109 * fast/js/date-big-setdate-expected.txt:
1110 * fast/js/resources/date-big-setdate.js:
1112 2006-11-01 Justin Garcia <justin.garcia@apple.com>
1116 <rdar://problem/4062865>
1117 Copy/paste of a select element fails to include the options
1119 Updated to reflect fix:
1120 * editing/pasteboard/4641033-expected.checksum:
1121 * editing/pasteboard/4641033-expected.png:
1122 * editing/pasteboard/4641033-expected.txt:
1123 * editing/pasteboard/4641033.html:
1126 * editing/inserting/before-after-input-element-expected.checksum: Added.
1127 * editing/inserting/before-after-input-element-expected.png: Added.
1128 * editing/inserting/before-after-input-element-expected.txt: Added.
1129 * editing/inserting/before-after-input-element.html: Added.
1130 * editing/pasteboard/input-field-1-expected.checksum: Added.
1131 * editing/pasteboard/input-field-1-expected.png: Added.
1132 * editing/pasteboard/input-field-1-expected.txt: Added.
1133 * editing/pasteboard/input-field-1.html: Added.
1134 * editing/pasteboard/select-element-1-expected.checksum: Added.
1135 * editing/pasteboard/select-element-1-expected.png: Added.
1136 * editing/pasteboard/select-element-1-expected.txt: Added.
1137 * editing/pasteboard/select-element-1.html: Added.
1138 * editing/selection/select-element-paragraph-boundary-expected.checksum: Added.
1139 * editing/selection/select-element-paragraph-boundary-expected.png: Added.
1140 * editing/selection/select-element-paragraph-boundary-expected.txt: Added.
1141 * editing/selection/select-element-paragraph-boundary.html: Added.
1143 2006-11-01 Kevin McCullough <KMcCullough@apple.com>
1145 - temporarily passing a test so that it does not interfere with others testing.
1147 * fast/js/date-big-setdate-expected.txt:
1149 2006-11-01 Adele Peterson <adele@apple.com>
1151 Fixing typo. Changed repaintTest to runRepaintTest.
1153 * fast/repaint/overflow-outline-repaint-expected.checksum:
1154 * fast/repaint/overflow-outline-repaint-expected.png:
1155 * fast/repaint/overflow-outline-repaint.html:
1157 2006-11-01 Adele Peterson <adele@apple.com>
1161 Tests for http://bugs.webkit.org/show_bug.cgi?id=11277
1162 REGRESSION: Incomplete repaint of overflow areas when deleting
1164 * fast/repaint/overflow-delete-line-expected.checksum: Added.
1165 * fast/repaint/overflow-delete-line-expected.png: Added.
1166 * fast/repaint/overflow-delete-line-expected.txt: Added.
1167 * fast/repaint/overflow-delete-line.html: Added.
1168 * fast/repaint/overflow-scroll-delete-expected.checksum: Added.
1169 * fast/repaint/overflow-scroll-delete-expected.png: Added.
1170 * fast/repaint/overflow-scroll-delete-expected.txt: Added.
1171 * fast/repaint/overflow-scroll-delete.html: Added.
1172 * fast/repaint/overflow-outline-repaint-expected.checksum: Added.
1173 * fast/repaint/overflow-outline-repaint-expected.png: Added.
1174 * fast/repaint/overflow-outline-repaint-expected.txt: Added.
1175 * fast/repaint/overflow-outline-repaint.html: Added.
1177 2006-10-31 Geoffrey Garen <ggaren@apple.com>
1179 Added test for accessing the 'caller' property from inside an event
1182 * fast/events/caller-access-from-event-listener-expected.txt: Added.
1183 * fast/events/caller-access-from-event-listener.html: Added.
1185 2006-10-31 Geoffrey Garen <ggaren@apple.com>
1187 Added layout test for copying password field.
1189 * editing/pasteboard/copy-in-password-field-expected.txt: Added.
1190 * editing/pasteboard/copy-in-password-field.html: Added.
1192 2006-10-31 Justin Garcia <justin.garcia@apple.com>
1194 Reviewed by harrison
1196 Updated these tests to mention the bug that they demonstrate:
1197 * editing/pasteboard/nested-blocks-with-text-area-expected.checksum:
1198 * editing/pasteboard/nested-blocks-with-text-area-expected.png:
1199 * editing/pasteboard/nested-blocks-with-text-area-expected.txt:
1200 * editing/pasteboard/nested-blocks-with-text-area.html:
1201 * editing/pasteboard/nested-blocks-with-text-field-expected.checksum:
1202 * editing/pasteboard/nested-blocks-with-text-field-expected.png:
1203 * editing/pasteboard/nested-blocks-with-text-field-expected.txt:
1204 * editing/pasteboard/nested-blocks-with-text-field.html:
1206 2006-10-31 Adele Peterson <adele@apple.com>
1210 Tests for http://bugs.webkit.org/show_bug.cgi?id=11127 NativeListBox: arrow and drag selection should pivot around one list item
1211 and http://bugs.webkit.org/show_bug.cgi?id=11173 REGRESSION (NativeListBox): Shift-clicking items in list box doesn't expand the current selection
1212 and http://bugs.webkit.org/show_bug.cgi?id=11417 REGRESSION: onchange does not fire for list-style select elements
1214 * fast/forms/listbox-onchange-expected.txt: Added.
1215 * fast/forms/listbox-onchange.html: Added.
1216 * fast/forms/listbox-selection-expected.txt: Added.
1217 * fast/forms/listbox-selection.html: Added.
1219 2006-10-31 Justin Garcia <justin.garcia@apple.com>
1221 Reviewed by harrison
1223 * editing/execCommand/create-list-1.html: Removed.
1224 * editing/execCommand/create-list-with-hr-expected.checksum:
1225 * editing/execCommand/create-list-with-hr-expected.png:
1226 * editing/execCommand/create-list-with-hr-expected.txt:
1227 * editing/execCommand/remove-list-1-expected.checksum:
1228 * editing/execCommand/remove-list-1-expected.png:
1229 * editing/execCommand/remove-list-1-expected.txt:
1230 * fast/text/attributed-substring-from-range-001-expected.txt:
1232 2006-10-31 Vladimir Olexa <vladimir.olexa@gmail.com>
1236 Test for http://bugs.webkit.org/show_bug.cgi?id=4166
1237 Function object does not support caller property
1239 * fast/js/caller-property-expected.txt: Added.
1240 * fast/js/caller-property.html: Added.
1241 * fast/js/resources/caller-property.js: Added.
1243 2006-10-30 Darin Adler <darin@apple.com>
1245 Requested by Maciej.
1247 * fast/dom/xmlhttprequest-get-expected.txt: Generated a new result.
1248 Maciej says that the new behavior of returning empty string instead of
1249 undefined is correct and matches Firefox, so the new result is better
1252 2006-10-29 Mitz Pettel <mitz@webkit.org>
1256 Test for http://bugs.webkit.org/show_bug.cgi?id=11444
1257 REGRESSION (r17378): Exception (-[NSCFDictionary setObject:forKey:]: attempt to insert nil value)
1258 when submitting a form with an empty uninitialized field
1260 * fast/forms/submit-nil-value-field-assert-expected.txt: Added.
1261 * fast/forms/submit-nil-value-field-assert.html: Added.
1263 2006-10-30 Mark Rowe <bdash@webkit.org>
1267 Fix fast/block/basic/014.html to pass when Microsoft Office fonts are present.
1269 * fast/block/basic/014-expected.checksum:
1270 * fast/block/basic/014-expected.png:
1271 * fast/block/basic/014-expected.txt:
1272 * fast/block/basic/014.html: Always use default sans-serif font rather than
1273 preferring Microsoft Office fonts.
1275 2006-10-29 Mark Rowe <bdash@webkit.org>
1279 Fix failure in editing/inserting/insert-3851164-fix if Gill Sans font is present.
1281 * editing/inserting/insert-3851164-fix.html: Specify sans-serif to match expected results
1282 generated without Gill Sans present.
1284 2006-10-29 Darin Adler <darin@apple.com>
1286 * fast/events/js-keyboard-event-creation-expected.txt: Update test that
1287 is affected in a minor way by the change to DumpRenderTree.
1289 2006-10-26 Justin Garcia <justin.garcia@apple.com>
1291 Reviewed by harrison
1293 <http://bugs.webkit.org/show_bug.cgi?id=11423>
1294 REGRESSION: First newline missing from textarea's value
1296 Changes reflect the removal of more brs that were about
1298 * editing/deleting/delete-4038408-fix-expected.txt:
1299 * editing/inserting/insert-3654864-fix-expected.txt:
1300 * editing/inserting/insert-3659587-fix-expected.txt:
1301 * editing/inserting/insert-3775316-fix-expected.txt:
1302 * editing/inserting/insert-at-end-01-expected.txt:
1303 * editing/inserting/insert-at-end-02-expected.txt:
1304 * editing/inserting/insert-br-001-expected.txt:
1305 * editing/inserting/insert-br-005-expected.txt:
1307 Added to demonstrate fix:
1308 * fast/forms/11423-expected.txt: Added.
1309 * fast/forms/11423.html: Added.
1311 2006-10-27 Darin Adler <darin@apple.com>
1313 - new test results for a couple of tests
1315 * fast/js/kde/RegExp-expected.txt: Affected by the change to decode \u
1316 sequences in JavaScript regular expression at the lexer level.
1318 * http/tests/navigation/success200-reload-expected.txt: For some reason,
1319 this is consistently not dumping the "scrolled" line any more -- since the
1320 purpose of the test has nothing to do with that, landing new results.
1322 2006-10-26 W. Andy Carrel <wac@google.com>
1326 * tests/mozilla/ecma_2/RegExp/properties-001.js: Changed test to look
1327 for Unicode character rather than the '\u' escaped equivalent for
1328 .source and .toString().
1330 2006-10-26 Darin Adler <darin@apple.com>
1334 * editing/execCommand/remove-formatting-expected.txt: Roll back results.
1335 The ones just checked in showed the same kind of intermittent failure that
1336 copy-paste-bidi.html used to show -- now we consistently get these results.
1338 2006-10-26 Justin Garcia <justin.garcia@apple.com>
1342 <http://bugs.webkit.org/show_bug.cgi?id=11329>
1343 Gmail Editor: Can't remove styling applied to selection after clicking "Remove Formatting" toolbar icon.
1345 * editing/execCommand/remove-formatting-2-expected.checksum: Added.
1346 * editing/execCommand/remove-formatting-2-expected.png: Added.
1347 * editing/execCommand/remove-formatting-2-expected.txt: Added.
1348 * editing/execCommand/remove-formatting-2.html: Added.
1349 * editing/execCommand/remove-formatting-expected.txt:
1351 2006-10-26 Oliver Hunt <oliver@apple.com>
1354 Layout test for <rdar://problem/4800518>
1356 * fast/canvas/canvas-transforms-during-path-expected.checksum: Added.
1357 * fast/canvas/canvas-transforms-during-path-expected.png: Added.
1358 * fast/canvas/canvas-transforms-during-path-expected.txt: Added.
1359 * fast/canvas/canvas-transforms-during-path.html: Added.
1361 2006-10-26 Darin Adler <darin@apple.com>
1365 - removed non-deterministic behavior in editing that was causing
1366 give inconsistent results for editing/pasteboard/copy-paste-bidi.html
1368 * editing/pasteboard/copy-paste-bidi-expected.txt: New results, without the
1369 anonymous block that sometimes appeared and sometimes did not.
1371 2006-10-26 Darin Adler <darin@apple.com>
1373 - oops, checked in failure results, not success
1375 * fast/js/string-property-iteration-expected.txt:
1378 2006-10-26 Darin Adler <darin@apple.com>
1380 - checked in some missing results
1381 (if these are wrong we could remove or disable the test)
1383 * svg/hixie/cascade/002-expected.checksum: Added.
1384 * svg/hixie/cascade/002-expected.png: Added.
1385 * svg/hixie/cascade/002-expected.txt: Added.
1387 2006-10-26 Darin Adler <darin@apple.com>
1391 - add a test for iteration of properties of string objects
1393 * fast/js/resources/string-property-iteration.js: Added.
1394 * fast/js/string-property-iteration-expected.txt: Added.
1395 * fast/js/string-property-iteration.html: Added.
1397 2006-10-24 Maciej Stachowiak <mjs@apple.com>
1401 - re-enable testing of HEAD methods, now that bugs relating to these are fixed
1403 * http/tests/xmlhttprequest/methods-async-expected.txt:
1404 * http/tests/xmlhttprequest/methods-async.html:
1405 * http/tests/xmlhttprequest/methods-expected.txt:
1406 * http/tests/xmlhttprequest/methods.html:
1408 2006-10-24 Justin Garcia <justin.garcia@apple.com>
1412 <http://bugs.webkit.org/show_bug.cgi?id=10993>
1413 GMail Editor: Caret doesn't always position itself after list marker
1415 * editing/execCommand/create-list-1-expected.checksum: Added.
1416 * editing/execCommand/create-list-1-expected.png: Added.
1417 * editing/execCommand/create-list-1-expected.txt: Added.
1418 * editing/execCommand/create-list-1.html: Added.
1421 * editing/execCommand/create-list-with-hr-expected.checksum:
1422 * editing/execCommand/create-list-with-hr-expected.png:
1423 * editing/execCommand/create-list-with-hr-expected.txt:
1424 * editing/execCommand/create-list-with-hr.html:
1425 * editing/execCommand/remove-list-1-expected.checksum:
1426 * editing/execCommand/remove-list-1-expected.png:
1427 * editing/execCommand/remove-list-1-expected.txt:
1428 * fast/text/attributed-substring-from-range-001-expected.txt:
1430 2006-10-23 Justin Garcia <justin.garcia@apple.com>
1434 <http://bugs.webkit.org/show_bug.cgi?id=11334>
1435 Writely Editor: Placing caret in a list "highlights" both Numbered List and Bulleted List toolbar icons
1437 * editing/execCommand/queryCommandState-01-expected.txt: Added.
1438 * editing/execCommand/queryCommandState-01.html: Added.
1440 2006-10-20 Justin Garcia <justin.garcia@apple.com>
1444 <http://bugs.webkit.org/show_bug.cgi?id=11333>
1445 Writely Editor: After inserting a HR element, pressing return key creates a copy of this HR element in the document
1447 * editing/inserting/insert-br-009-expected.checksum: Added.
1448 * editing/inserting/insert-br-009-expected.png: Added.
1449 * editing/inserting/insert-br-009-expected.txt: Added.
1450 * editing/inserting/insert-br-009.html: Added.
1451 * editing/inserting/insert-paragraph-01-expected.checksum: Added.
1452 * editing/inserting/insert-paragraph-01-expected.png: Added.
1453 * editing/inserting/insert-paragraph-01-expected.txt: Added.
1454 * editing/inserting/insert-paragraph-01.html: Added.
1455 * editing/inserting/insert-paragraph-02-expected.checksum: Added.
1456 * editing/inserting/insert-paragraph-02-expected.png: Added.
1457 * editing/inserting/insert-paragraph-02-expected.txt: Added.
1458 * editing/inserting/insert-paragraph-02.html: Added.
1459 * editing/inserting/insert-paragraph-03-expected.checksum: Added.
1460 * editing/inserting/insert-paragraph-03-expected.png: Added.
1461 * editing/inserting/insert-paragraph-03-expected.txt: Added.
1462 * editing/inserting/insert-paragraph-03.html: Added.
1463 * editing/inserting/insert-paragraph-04-expected.checksum: Added.
1464 * editing/inserting/insert-paragraph-04-expected.png: Added.
1465 * editing/inserting/insert-paragraph-04-expected.txt: Added.
1466 * editing/inserting/insert-paragraph-04.html: Added.
1468 2006-10-20 Geoffrey Garen <ggaren@apple.com>
1470 RS by Beth "pants on fire" Dakin.
1472 Put some layout tests in their place.
1474 * fast/dom/Window/window-object-cross-frame-calls-expected.txt: Added.
1475 * fast/dom/Window/window-object-cross-frame-calls.html: Added.
1476 * fast/dom/Window/window-onFocus-expected.checksum: Added.
1477 * fast/dom/Window/window-onFocus-expected.png: Added.
1478 * fast/dom/Window/window-onFocus-expected.txt: Added.
1479 * fast/dom/Window/window-onFocus.html: Added.
1480 * fast/dom/Window/window-xy-properties-expected.txt: Added.
1481 * fast/dom/Window/window-xy-properties.html: Added.
1482 * fast/dom/window-object-cross-frame-calls-expected.txt: Removed.
1483 * fast/dom/window-object-cross-frame-calls.html: Removed.
1484 * fast/dom/window-onFocus-expected.checksum: Removed.
1485 * fast/dom/window-onFocus-expected.png: Removed.
1486 * fast/dom/window-onFocus-expected.txt: Removed.
1487 * fast/dom/window-onFocus.html: Removed.
1488 * fast/dom/window-xy-properties-expected.txt: Removed.
1489 * fast/dom/window-xy-properties.html: Removed.
1490 * fast/html/xhtml-serialize-expected.txt: Added.
1491 * fast/html/xhtml-serialize.html: Added.
1492 * fast/js/resources/xhtml-serialize.js: Removed.
1493 * fast/js/resources/xslt-fragment-in-empty-doc.js: Removed.
1494 * fast/js/xhtml-serialize-expected.txt: Removed.
1495 * fast/js/xhtml-serialize.html: Removed.
1496 * fast/js/xslt-fragment-in-empty-doc-expected.txt: Removed.
1497 * fast/js/xslt-fragment-in-empty-doc.html: Removed.
1498 * fast/xsl/xslt-fragment-in-empty-doc-expected.txt: Added.
1499 * fast/xsl/xslt-fragment-in-empty-doc.html: Added.
1500 * fast/dom/resources/child.html: Removed.
1501 * fast/dom/Window/resources/child.html: Added.
1503 2006-10-20 Beth Dakin <bdakin@apple.com>
1507 Changing these counters tests because they fail on some people's
1508 machines. They fail for people who have the Armenian glyphs the
1509 tests were looking for in the "expected" line. There is no point in
1510 testing that anyway, since we do not currently support Armenian in
1511 counters or in list markers.
1513 * fast/css/counters/counter10-expected.checksum:
1514 * fast/css/counters/counter10-expected.png:
1515 * fast/css/counters/counter10-expected.txt:
1516 * fast/css/counters/counter10.html:
1517 * fast/css/counters/counters10-expected.checksum:
1518 * fast/css/counters/counters10-expected.png:
1519 * fast/css/counters/counters10-expected.txt:
1520 * fast/css/counters/counters10.html:
1522 2006-10-20 Geoffrey Garen <ggaren@apple.com>
1526 Removed old window property tests because they didn't quite work and they
1527 were looking at me funny. Replaced with new, comprehensive test.
1529 * fast/dom/Window/window-properties-expected.txt: Added.
1530 * fast/dom/Window/window-properties.html: Added.
1531 * fast/js/window-properties-expected.txt: Removed.
1532 * fast/js/window-properties.html: Removed.
1533 * fast/js/window-properties2-expected.txt: Removed.
1534 * fast/js/window-properties2.html: Removed.
1536 2006-10-20 Anders Carlsson <acarlsson@apple.com>
1540 Add test case for timer crash.
1542 * fast/dom/timer-clear-interval-in-handler-expected.txt: Added.
1543 * fast/dom/timer-clear-interval-in-handler.html: Added.
1545 2006-10-20 Geoffrey Garen <ggaren@apple.com>
1547 Reviewed by Beth, approved in principle by Adele, who couldn't be troubled
1548 for an actual review.
1550 Fixed http://bugs.webkit.org/show_bug.cgi?id=11345
1551 1 fewer shouldChangeSelection delegate call for fast/forms/focus-control-to-page
1553 I updated this test to use <input type="search"> because that's the only
1554 remaining AppKit control, and the test's intention is verify tabbing
1555 between AppKit and non-AppKit controls.
1557 I updated the results because the behavior change is good.
1559 Here's why the test regressed:
1561 Our editing code is cra-zay. When AppKit calls nextKeyView, we not only
1562 calculate the next key element in the page, we also focus it as a side-effect.
1563 As a result, we used to fire a focus delegate twice, because AppKit happened
1564 to call nextKeyView twice.
1566 This test first regressed when Adele changed listboxes to be non-AppKit
1567 controls (r16718). That change took AppKit out of test.
1569 The regression redoubled itself when Adam moved TAB handling into the DOM
1570 (r16741), taking AppKit out of TABing completely.
1572 * fast/forms/focus-control-to-page-expected.txt:
1573 * fast/forms/focus-control-to-page.html:
1575 2006-10-19 Justin Garcia <justin.garcia@apple.com>
1579 <rdar://problem/4447885>
1580 API: WebView should have a method something like incrementLeftMarginBy: or indentBy:
1582 Changed blockquotes in these tests to blockquote class="webkit-indent-blockquote".
1583 * editing/execCommand/indent-empty-root-expected.txt:
1584 * editing/execCommand/indent-selection-expected.checksum:
1585 * editing/execCommand/indent-selection-expected.png:
1586 * editing/execCommand/indent-selection-expected.txt:
1587 * editing/execCommand/indent-selection.html:
1588 * editing/execCommand/nsresponder-indent-expected.txt:
1589 * editing/execCommand/nsresponder-outdent.html:
1590 * editing/execCommand/outdent-selection-expected.checksum:
1591 * editing/execCommand/outdent-selection-expected.png:
1592 * editing/execCommand/outdent-selection-expected.txt:
1594 Ditto. Added a FIXME:
1595 * editing/execCommand/outdent-selection.html:
1597 2006-10-19 Geoffrey Garen <ggaren@apple.com>
1601 Added a delay before printing the last line of text to ensure that the two
1602 lines consistently decode as separate chunks.
1604 * http/tests/incremental/slow-utf8-css.pl:
1605 * http/tests/incremental/slow-utf8-css-expected.txt:
1607 2006-10-19 Alexey Proskuryakov <ap@nypop.com>
1611 Test for http://bugs.webkit.org/show_bug.cgi?id=11141
1612 REGRESSION(r16681-r16691): CSS '@import' doesn't respect HTML Base element
1614 * http/tests/uri/css-href-2.css: Added.
1615 * http/tests/uri/css-href-expected.checksum: Added.
1616 * http/tests/uri/css-href-expected.png: Added.
1617 * http/tests/uri/css-href-expected.txt: Added.
1618 * http/tests/uri/css-href-fwd.css: Added.
1619 * http/tests/uri/css-href.css: Added.
1620 * http/tests/uri/css-href.php: Added.
1621 * http/tests/uri/resources/css-href-2.css: Added.
1622 * http/tests/uri/resources/css-href.css: Added.
1624 2006-10-19 Geoffrey Garen <ggaren@apple.com>
1626 Updated this test to avoid machine-specific results.
1628 * fast/js/window-properties2-expected.txt:
1629 * fast/js/window-properties2.html:
1631 2006-10-18 Geoffrey Garen <ggaren@apple.com>
1633 Test for some window properties that WebCore previously didn't enumerate.
1635 * fast/js/window-properties2-expected.txt: Added.
1636 * fast/js/window-properties2.html: Added.
1638 2006-10-18 Geoffrey Garen <ggaren@apple.com>
1642 Updated some results now that some global JS objects repeatably report their
1643 statically declared properties.
1645 * fast/js/window-properties-expected.txt:
1646 * fast/js/window-properties.html:
1648 2006-10-18 Adam Roben <aroben@apple.com>
1652 Fix: http://bugs.webkit.org/show_bug.cgi?id=11342
1653 fast/repaint/4774354 is failing
1655 It seems that this test got checked in with incorrect results, as it
1656 has been failing since its introduction in r17093.
1658 * fast/repaint/4774354-expected.txt:
1660 2006-10-18 Adam Roben <aroben@apple.com>
1664 New test to make sure we're generating the correct keycodes for Tab
1665 and Shift-Tab keypresses.
1667 * fast/events/js-keyboard-event-creation-expected.txt: Added.
1668 * fast/events/js-keyboard-event-creation.html: Added.
1670 2006-10-18 Adam Roben <aroben@apple.com>
1674 Fix: http://bugs.webkit.org/show_bug.cgi?id=11344
1675 REGRESSION (r16741): webViewDidChangeSelection delegate not firing in
1678 The behavior for display-none-in-onchange-keyboard is still correct
1679 (we don't crash when the element about to receive focus gets
1680 display:none set), so I've just generated new results for it.
1682 The behavior of tabbing-input-iframe has changed a little. iframe
1683 elements are now in the tab order, so I've changed the test to take
1684 that into account and generated new results.
1686 * fast/forms/display-none-in-onchange-keyboard-expected.txt:
1687 * fast/forms/tabbing-input-iframe-expected.txt:
1688 * fast/forms/tabbing-input-iframe.html:
1690 2006-10-18 Justin Garcia <justin.garcia@apple.com>
1692 Reviewed by harrison
1694 <rdar://problem/4784823>
1695 GMail Editor: Hang occurs when removing list styling on text in a rich text message
1697 * editing/execCommand/remove-list-1-expected.checksum: Added.
1698 * editing/execCommand/remove-list-1-expected.png: Added.
1699 * editing/execCommand/remove-list-1-expected.txt: Added.
1700 * editing/execCommand/remove-list-1.html: Added.
1702 2006-10-17 Justin Garcia <justin.garcia@apple.com>
1704 Reviewed by harrison
1706 <rdar://problem/4765600>
1707 REGRESSION: Mail.app: smart deletion of words does not work
1709 * editing/deleting/smart-delete-003-expected.checksum: Added.
1710 * editing/deleting/smart-delete-003-expected.png: Added.
1711 * editing/deleting/smart-delete-003-expected.txt: Added.
1712 * editing/deleting/smart-delete-003.html: Added.
1713 * editing/deleting/smart-delete-004-expected.checksum: Added.
1714 * editing/deleting/smart-delete-004-expected.png: Added.
1715 * editing/deleting/smart-delete-004-expected.txt: Added.
1716 * editing/deleting/smart-delete-004.html: Added.
1718 2006-10-18 Adam Roben <aroben@apple.com>
1722 Fix: http://bugs.webkit.org/show_bug.cgi?id=11340
1723 editing/pasteboard/4641033 needs new results
1725 Update results after r17071.
1727 * editing/pasteboard/4641033-expected.txt:
1729 2006-10-17 Justin Garcia <justin.garcia@apple.com>
1731 Reviewed by harrison
1733 <rdar://problem/4776665>
1734 REGRESSION: In Mail, caret is visible when the message body isn't focused
1736 * editing/selection/4776665-expected.checksum: Added.
1737 * editing/selection/4776665-expected.png: Added.
1738 * editing/selection/4776665-expected.txt: Added.
1739 * editing/selection/4776665.html: Added.
1741 2006-10-17 Justin Garcia <justin.garcia@apple.com>
1743 Reviewed by harrison
1745 <rdar://problem/4774354>
1746 REGRESSION: In Gmail, caret reappears when dragging a selection over some text in the message body
1748 * fast/repaint/4774354-expected.checksum: Added.
1749 * fast/repaint/4774354-expected.png: Added.
1750 * fast/repaint/4774354-expected.txt: Added.
1751 * fast/repaint/4774354.html: Added.
1752 * fast/repaint/resources/contenteditable-iframe-src.html: Added.
1754 2006-10-17 Justin Garcia <justin.garcia@apple.com>
1756 Reviewed by sullivan
1758 <rdar://problem/4776765>
1759 REGRESSION: Caret's ghost left behind after inserting a paragraph separator (11237)
1761 * fast/repaint/4776765-expected.checksum: Added.
1762 * fast/repaint/4776765-expected.png: Added.
1763 * fast/repaint/4776765-expected.txt: Added.
1764 * fast/repaint/4776765.html: Added.
1766 2006-10-17 Alice Liu <alice.liu@apple.com>
1768 Reviewed by Tim Hatcher.
1770 When nodes are removed, selections are cleared, and when
1771 http://bugs.webkit.org/show_bug.cgi?id=6498 was fixed, we started
1772 sending didChangeSelection notifications. Updating the test results
1773 fixes some of the tests mentioned in http://bugs.webkit.org/show_bug.cgi?id=10924
1775 * fast/dynamic/move-node-with-selection-expected.txt:
1776 * fast/events/dblclick-addEventListener-expected.txt:
1777 * fast/events/updateLayoutForHitTest-expected.txt:
1779 2006-10-17 Alice Liu <alice.liu@apple.com>
1783 updating test results after r17068 - http://bugs.webkit.org/show_bug.cgi?id=11320
1785 * fast/block/float/013-expected.checksum:
1786 * fast/block/float/013-expected.txt:
1788 2006-10-17 Adam Roben <aroben@apple.com>
1792 Fixes http://bugs.webkit.org/show_bug.cgi?id=11214
1793 http/tests/xmlhttprequest/exceptions.html needs new results
1795 Updating results after r16794.
1797 * http/tests/xmlhttprequest/exceptions-expected.txt:
1798 * http/tests/xmlhttprequest/exceptions.html: Add comments about why we
1799 don't follow the XHR spec.
1801 2006-10-16 Justin Garcia <justin.garcia@apple.com>
1803 Reviewed by harrison
1805 <rdar://problem/3655385>
1806 Editing: -indent: method unimplemented
1808 * editing/execCommand/nsresponder-indent-expected.checksum: Added.
1809 * editing/execCommand/nsresponder-indent-expected.png: Added.
1810 * editing/execCommand/nsresponder-indent-expected.txt: Added.
1811 * editing/execCommand/nsresponder-indent.html: Added.
1812 * editing/execCommand/nsresponder-outdent-expected.checksum: Added.
1813 * editing/execCommand/nsresponder-outdent-expected.png: Added.
1814 * editing/execCommand/nsresponder-outdent-expected.txt: Added.
1815 * editing/execCommand/nsresponder-outdent.html: Added.
1817 2006-10-13 Justin Garcia <justin.garcia@apple.com>
1819 Reviewed by ggaren and harrison
1821 <rdar://problem/4744008>
1822 9A270: Mail crashes when I try to paste large items from Safari
1824 * editing/pasteboard/4744008-expected.txt: Added.
1825 * editing/pasteboard/4744008.html: Added.
1827 2006-10-13 Geoffrey Garen <ggaren@apple.com>
1829 Tests for accessing renderer-dependent properties from a javascript: URL.
1831 * fast/frames/frame-js-url-clientWidth-expected.txt: Added.
1832 * fast/frames/frame-js-url-clientWidth.html: Added.
1833 * fast/frames/iframe-js-url-clientWidth-expected.txt: Added.
1834 * fast/frames/iframe-js-url-clientWidth.html: Added.
1836 2006-10-13 David Harrison <harrison@apple.com>
1840 <rdar://problem/4746860> Mail crash in WebCore::CSSMutableStyleDeclaration::merge(WebCore::CSSMutableStyleDeclaration*, bool)
1842 * editing/style/style-boundary-005.html: Added. Matches steps from bug.
1843 * editing/execCommand/hilitecolor-expected.txt: Updated (no empty Apple style spans).
1844 * editing/style/remove-underline-across-paragraph-in-bold-expected.txt: Updated (no empty Apple style spans).
1845 * editing/style/remove-underline-in-bold-expected.txt: Updated (no empty Apple style spans).
1846 * editing/style/typing-style-003-expected.txt: Updated (no empty Apple style spans).
1848 2006-10-12 Adele Peterson <adele@apple.com>
1852 - Test for http://bugs.webkit.org/show_bug.cgi?id=11172
1853 REGRESSION (NativeListBox): OPTION text paints over the edge of the select element at http://jobs.apple.com/
1855 * fast/forms/listbox-width-change-expected.txt: Added.
1856 * fast/forms/listbox-width-change-expected.png: Added.
1857 * fast/forms/listbox-width-change-expected.checksum: Added.
1858 * fast/forms/listbox-width-change.html: Added.
1860 2006-10-11 Kevin McCullough <KMcCullough@apple.com>
1864 These test DST behavior on the cusp of a change (i.e. spring forward, fall back)
1866 * fast/js/date-DST-time-cusps-expected.txt: Added.
1867 * fast/js/date-DST-time-cusps.html: Added.
1868 * fast/js/resources/date-DST-time-cusps.js: Added.
1870 2006-10-11 Oliver Hunt <oliver@apple.com>
1874 Fix svg text related layout tests
1876 * svg/custom/getsvgdocument-expected.txt:
1877 * svg/hixie/viewbox/003-expected.txt:
1879 2006-10-11 Oliver Hunt <oliver@apple.com>
1883 Test case for http://bugs.webkit.org/show_bug.cgi?id=11251
1885 * fast/canvas/zero-size-fill-rect-expected.checksum: Added.
1886 * fast/canvas/zero-size-fill-rect-expected.png: Added.
1887 * fast/canvas/zero-size-fill-rect-expected.txt: Added.
1888 * fast/canvas/zero-size-fill-rect.html: Added.
1890 2006-10-11 Rob Buis <buis@kde.org>
1895 http://bugs.webkit.org/show_bug.cgi?id=11221
1896 REGRESSION: iExploder crash due to style="cursor: url()"
1898 * fast/css/invalid-cursor-property-crash-expected.txt: Added.
1899 * fast/css/invalid-cursor-property-crash.html: Added.
1901 2006-10-11 Antti Koivisto <koivisto@iki.fi>
1905 Test for http://bugs.webkit.org/show_bug.cgi?id=4377
1907 * fast/layers/layer-visibility-expected.checksum: Added.
1908 * fast/layers/layer-visibility-expected.png: Added.
1909 * fast/layers/layer-visibility-expected.txt: Added.
1910 * fast/layers/layer-visibility.html: Added.
1912 2006-10-10 Oliver Hunt <ohunt@apple.com>
1914 Rubber stamped by Anders.
1916 Updated to deal with new svg text renderers, and
1919 custom/text-clip testcase was incorrect, and has been fixed
1921 * svg/W3C-SVG-1.1/animate-elem-02-t-expected.txt:
1922 * svg/W3C-SVG-1.1/animate-elem-03-t-expected.txt:
1923 * svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt:
1924 * svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt:
1925 * svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt:
1926 * svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt:
1927 * svg/W3C-SVG-1.1/animate-elem-08-t-expected.checksum:
1928 * svg/W3C-SVG-1.1/animate-elem-08-t-expected.png:
1929 * svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt:
1930 * svg/W3C-SVG-1.1/animate-elem-09-t-expected.txt:
1931 * svg/W3C-SVG-1.1/animate-elem-10-t-expected.txt:
1932 * svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt:
1933 * svg/W3C-SVG-1.1/animate-elem-12-t-expected.txt:
1934 * svg/W3C-SVG-1.1/animate-elem-13-t-expected.txt:
1935 * svg/W3C-SVG-1.1/animate-elem-14-t-expected.txt:
1936 * svg/W3C-SVG-1.1/animate-elem-15-t-expected.txt:
1937 * svg/W3C-SVG-1.1/animate-elem-16-t-expected.txt:
1938 * svg/W3C-SVG-1.1/animate-elem-17-t-expected.txt:
1939 * svg/W3C-SVG-1.1/animate-elem-18-t-expected.txt:
1940 * svg/W3C-SVG-1.1/animate-elem-19-t-expected.txt:
1941 * svg/W3C-SVG-1.1/animate-elem-20-t-expected.txt:
1942 * svg/W3C-SVG-1.1/animate-elem-21-t-expected.txt:
1943 * svg/W3C-SVG-1.1/animate-elem-22-b-expected.checksum:
1944 * svg/W3C-SVG-1.1/animate-elem-22-b-expected.png:
1945 * svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt:
1946 * svg/W3C-SVG-1.1/animate-elem-23-t-expected.txt:
1947 * svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt:
1948 * svg/W3C-SVG-1.1/animate-elem-25-t-expected.txt:
1949 * svg/W3C-SVG-1.1/animate-elem-26-t-expected.txt:
1950 * svg/W3C-SVG-1.1/animate-elem-27-t-expected.checksum:
1951 * svg/W3C-SVG-1.1/animate-elem-27-t-expected.png:
1952 * svg/W3C-SVG-1.1/animate-elem-27-t-expected.txt:
1953 * svg/W3C-SVG-1.1/animate-elem-28-t-expected.txt:
1954 * svg/W3C-SVG-1.1/animate-elem-29-b-expected.txt:
1955 * svg/W3C-SVG-1.1/color-prof-01-f-expected.txt:
1956 * svg/W3C-SVG-1.1/color-prop-01-b-expected.txt:
1957 * svg/W3C-SVG-1.1/color-prop-02-f-expected.txt:
1958 * svg/W3C-SVG-1.1/color-prop-03-t-expected.txt:
1959 * svg/W3C-SVG-1.1/coords-trans-01-b-expected.txt:
1960 * svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt:
1961 * svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt:
1962 * svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt:
1963 * svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt:
1964 * svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt:
1965 * svg/W3C-SVG-1.1/coords-units-01-b-expected.txt:
1966 * svg/W3C-SVG-1.1/coords-units-02-b-expected.txt:
1967 * svg/W3C-SVG-1.1/coords-units-03-b-expected.txt:
1968 * svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.txt:
1969 * svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.txt:
1970 * svg/W3C-SVG-1.1/extend-namespace-01-f-expected.checksum:
1971 * svg/W3C-SVG-1.1/extend-namespace-01-f-expected.png:
1972 * svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt:
1973 * svg/W3C-SVG-1.1/filters-blend-01-b-expected.checksum:
1974 * svg/W3C-SVG-1.1/filters-blend-01-b-expected.png:
1975 * svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt:
1976 * svg/W3C-SVG-1.1/filters-color-01-b-expected.checksum:
1977 * svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
1978 * svg/W3C-SVG-1.1/filters-color-01-b-expected.txt:
1979 * svg/W3C-SVG-1.1/filters-composite-02-b-expected.checksum:
1980 * svg/W3C-SVG-1.1/filters-composite-02-b-expected.png:
1981 * svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt:
1982 * svg/W3C-SVG-1.1/filters-comptran-01-b-expected.checksum:
1983 * svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
1984 * svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt:
1985 * svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt:
1986 * svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.checksum:
1987 * svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.png:
1988 * svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.txt:
1989 * svg/W3C-SVG-1.1/filters-displace-01-f-expected.checksum:
1990 * svg/W3C-SVG-1.1/filters-displace-01-f-expected.png:
1991 * svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt:
1992 * svg/W3C-SVG-1.1/filters-example-01-b-expected.checksum:
1993 * svg/W3C-SVG-1.1/filters-example-01-b-expected.png:
1994 * svg/W3C-SVG-1.1/filters-example-01-b-expected.txt:
1995 * svg/W3C-SVG-1.1/filters-gauss-01-b-expected.checksum:
1996 * svg/W3C-SVG-1.1/filters-gauss-01-b-expected.png:
1997 * svg/W3C-SVG-1.1/filters-gauss-01-b-expected.txt:
1998 * svg/W3C-SVG-1.1/filters-image-01-b-expected.checksum:
1999 * svg/W3C-SVG-1.1/filters-image-01-b-expected.png:
2000 * svg/W3C-SVG-1.1/filters-image-01-b-expected.txt:
2001 * svg/W3C-SVG-1.1/filters-light-01-f-expected.checksum:
2002 * svg/W3C-SVG-1.1/filters-light-01-f-expected.png:
2003 * svg/W3C-SVG-1.1/filters-light-01-f-expected.txt:
2004 * svg/W3C-SVG-1.1/filters-morph-01-f-expected.checksum:
2005 * svg/W3C-SVG-1.1/filters-morph-01-f-expected.png:
2006 * svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt:
2007 * svg/W3C-SVG-1.1/filters-offset-01-b-expected.checksum:
2008 * svg/W3C-SVG-1.1/filters-offset-01-b-expected.png:
2009 * svg/W3C-SVG-1.1/filters-offset-01-b-expected.txt:
2010 * svg/W3C-SVG-1.1/filters-specular-01-f-expected.checksum:
2011 * svg/W3C-SVG-1.1/filters-specular-01-f-expected.png:
2012 * svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt:
2013 * svg/W3C-SVG-1.1/filters-tile-01-b-expected.checksum:
2014 * svg/W3C-SVG-1.1/filters-tile-01-b-expected.png:
2015 * svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt:
2016 * svg/W3C-SVG-1.1/filters-turb-01-f-expected.checksum:
2017 * svg/W3C-SVG-1.1/filters-turb-01-f-expected.png:
2018 * svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt:
2019 * svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt:
2020 * svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt:
2021 * svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt:
2022 * svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt:
2023 * svg/W3C-SVG-1.1/interact-cursor-01-f-expected.checksum:
2024 * svg/W3C-SVG-1.1/interact-cursor-01-f-expected.png:
2025 * svg/W3C-SVG-1.1/interact-cursor-01-f-expected.txt:
2026 * svg/W3C-SVG-1.1/interact-dom-01-b-expected.txt:
2027 * svg/W3C-SVG-1.1/interact-events-01-b-expected.txt:
2028 * svg/W3C-SVG-1.1/interact-order-01-b-expected.txt:
2029 * svg/W3C-SVG-1.1/interact-order-02-b-expected.txt:
2030 * svg/W3C-SVG-1.1/interact-order-03-b-expected.txt:
2031 * svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt:
2032 * svg/W3C-SVG-1.1/linking-a-01-b-expected.txt:
2033 * svg/W3C-SVG-1.1/linking-a-02-b-expected.txt:
2034 * svg/W3C-SVG-1.1/linking-a-03-b-expected.txt:
2035 * svg/W3C-SVG-1.1/linking-a-04-t-expected.txt:
2036 * svg/W3C-SVG-1.1/linking-uri-01-b-expected.txt:
2037 * svg/W3C-SVG-1.1/linking-uri-02-b-expected.txt:
2038 * svg/W3C-SVG-1.1/linking-uri-03-t-expected.txt:
2039 * svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt:
2040 * svg/W3C-SVG-1.1/masking-opacity-01-b-expected.txt:
2041 * svg/W3C-SVG-1.1/masking-path-01-b-expected.txt:
2042 * svg/W3C-SVG-1.1/masking-path-02-b-expected.txt:
2043 * svg/W3C-SVG-1.1/masking-path-03-b-expected.txt:
2044 * svg/W3C-SVG-1.1/masking-path-04-b-expected.txt:
2045 * svg/W3C-SVG-1.1/masking-path-05-f-expected.txt:
2046 * svg/W3C-SVG-1.1/metadata-example-01-b-expected.txt:
2047 * svg/W3C-SVG-1.1/painting-fill-01-t-expected.txt:
2048 * svg/W3C-SVG-1.1/painting-fill-02-t-expected.txt:
2049 * svg/W3C-SVG-1.1/painting-fill-03-t-expected.txt:
2050 * svg/W3C-SVG-1.1/painting-fill-04-t-expected.txt:
2051 * svg/W3C-SVG-1.1/painting-marker-01-f-expected.txt:
2052 * svg/W3C-SVG-1.1/painting-marker-02-f-expected.txt:
2053 * svg/W3C-SVG-1.1/painting-render-01-b-expected.checksum:
2054 * svg/W3C-SVG-1.1/painting-render-01-b-expected.png:
2055 * svg/W3C-SVG-1.1/painting-render-01-b-expected.txt:
2056 * svg/W3C-SVG-1.1/painting-stroke-01-t-expected.txt:
2057 * svg/W3C-SVG-1.1/painting-stroke-02-t-expected.txt:
2058 * svg/W3C-SVG-1.1/painting-stroke-03-t-expected.txt:
2059 * svg/W3C-SVG-1.1/painting-stroke-04-t-expected.txt:
2060 * svg/W3C-SVG-1.1/paths-data-01-t-expected.txt:
2061 * svg/W3C-SVG-1.1/paths-data-02-t-expected.txt:
2062 * svg/W3C-SVG-1.1/paths-data-03-f-expected.txt:
2063 * svg/W3C-SVG-1.1/paths-data-04-t-expected.txt:
2064 * svg/W3C-SVG-1.1/paths-data-05-t-expected.txt:
2065 * svg/W3C-SVG-1.1/paths-data-06-t-expected.txt:
2066 * svg/W3C-SVG-1.1/paths-data-07-t-expected.txt:
2067 * svg/W3C-SVG-1.1/pservers-grad-01-b-expected.txt:
2068 * svg/W3C-SVG-1.1/pservers-grad-02-b-expected.txt:
2069 * svg/W3C-SVG-1.1/pservers-grad-03-b-expected.txt:
2070 * svg/W3C-SVG-1.1/pservers-grad-04-b-expected.txt:
2071 * svg/W3C-SVG-1.1/pservers-grad-05-b-expected.txt:
2072 * svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt:
2073 * svg/W3C-SVG-1.1/pservers-grad-07-b-expected.txt:
2074 * svg/W3C-SVG-1.1/pservers-grad-08-b-expected.txt:
2075 * svg/W3C-SVG-1.1/pservers-grad-09-b-expected.txt:
2076 * svg/W3C-SVG-1.1/pservers-grad-10-b-expected.txt:
2077 * svg/W3C-SVG-1.1/pservers-grad-11-b-expected.txt:
2078 * svg/W3C-SVG-1.1/pservers-grad-12-b-expected.txt:
2079 * svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.txt:
2080 * svg/W3C-SVG-1.1/render-elems-01-t-expected.txt:
2081 * svg/W3C-SVG-1.1/render-elems-02-t-expected.txt:
2082 * svg/W3C-SVG-1.1/render-elems-03-t-expected.txt:
2083 * svg/W3C-SVG-1.1/render-elems-06-t-expected.txt:
2084 * svg/W3C-SVG-1.1/render-elems-07-t-expected.txt:
2085 * svg/W3C-SVG-1.1/render-elems-08-t-expected.txt:
2086 * svg/W3C-SVG-1.1/render-groups-01-b-expected.checksum:
2087 * svg/W3C-SVG-1.1/render-groups-01-b-expected.png:
2088 * svg/W3C-SVG-1.1/render-groups-01-b-expected.txt:
2089 * svg/W3C-SVG-1.1/render-groups-03-t-expected.txt:
2090 * svg/W3C-SVG-1.1/script-handle-01-b-expected.txt:
2091 * svg/W3C-SVG-1.1/script-handle-02-b-expected.txt:
2092 * svg/W3C-SVG-1.1/script-handle-03-b-expected.txt:
2093 * svg/W3C-SVG-1.1/script-handle-04-b-expected.txt:
2094 * svg/W3C-SVG-1.1/shapes-circle-01-t-expected.txt:
2095 * svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.txt:
2096 * svg/W3C-SVG-1.1/shapes-line-01-t-expected.txt:
2097 * svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.txt:
2098 * svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.txt:
2099 * svg/W3C-SVG-1.1/shapes-rect-01-t-expected.txt:
2100 * svg/W3C-SVG-1.1/struct-cond-01-t-expected.txt:
2101 * svg/W3C-SVG-1.1/struct-cond-02-t-expected.txt:
2102 * svg/W3C-SVG-1.1/struct-defs-01-t-expected.txt:
2103 * svg/W3C-SVG-1.1/struct-dom-01-b-expected.txt:
2104 * svg/W3C-SVG-1.1/struct-dom-02-b-expected.txt:
2105 * svg/W3C-SVG-1.1/struct-dom-03-b-expected.txt:
2106 * svg/W3C-SVG-1.1/struct-dom-04-b-expected.txt:
2107 * svg/W3C-SVG-1.1/struct-dom-05-b-expected.txt:
2108 * svg/W3C-SVG-1.1/struct-dom-06-b-expected.txt:
2109 * svg/W3C-SVG-1.1/struct-group-01-t-expected.txt:
2110 * svg/W3C-SVG-1.1/struct-group-02-b-expected.txt:
2111 * svg/W3C-SVG-1.1/struct-image-01-t-expected.txt:
2112 * svg/W3C-SVG-1.1/struct-image-02-b-expected.txt:
2113 * svg/W3C-SVG-1.1/struct-image-03-t-expected.txt:
2114 * svg/W3C-SVG-1.1/struct-image-04-t-expected.txt:
2115 * svg/W3C-SVG-1.1/struct-image-05-b-expected.txt:
2116 * svg/W3C-SVG-1.1/struct-symbol-01-b-expected.txt:
2117 * svg/W3C-SVG-1.1/styling-css-01-b-expected.txt:
2118 * svg/W3C-SVG-1.1/styling-css-02-b-expected.txt:
2119 * svg/W3C-SVG-1.1/styling-css-03-b-expected.txt:
2120 * svg/W3C-SVG-1.1/styling-inherit-01-b-expected.txt:
2121 * svg/W3C-SVG-1.1/styling-pres-01-t-expected.txt:
2122 * svg/W3C-SVG-1.1/text-align-01-b-expected.checksum:
2123 * svg/W3C-SVG-1.1/text-align-01-b-expected.png:
2124 * svg/W3C-SVG-1.1/text-align-01-b-expected.txt:
2125 * svg/W3C-SVG-1.1/text-align-02-b-expected.checksum:
2126 * svg/W3C-SVG-1.1/text-align-02-b-expected.png:
2127 * svg/W3C-SVG-1.1/text-align-02-b-expected.txt:
2128 * svg/W3C-SVG-1.1/text-align-03-b-expected.checksum:
2129 * svg/W3C-SVG-1.1/text-align-03-b-expected.png:
2130 * svg/W3C-SVG-1.1/text-align-03-b-expected.txt:
2131 * svg/W3C-SVG-1.1/text-align-04-b-expected.checksum:
2132 * svg/W3C-SVG-1.1/text-align-04-b-expected.png:
2133 * svg/W3C-SVG-1.1/text-align-04-b-expected.txt:
2134 * svg/W3C-SVG-1.1/text-align-05-b-expected.checksum:
2135 * svg/W3C-SVG-1.1/text-align-05-b-expected.png:
2136 * svg/W3C-SVG-1.1/text-align-05-b-expected.txt:
2137 * svg/W3C-SVG-1.1/text-align-06-b-expected.checksum:
2138 * svg/W3C-SVG-1.1/text-align-06-b-expected.png:
2139 * svg/W3C-SVG-1.1/text-align-06-b-expected.txt:
2140 * svg/W3C-SVG-1.1/text-altglyph-01-b-expected.txt:
2141 * svg/W3C-SVG-1.1/text-deco-01-b-expected.checksum:
2142 * svg/W3C-SVG-1.1/text-deco-01-b-expected.png:
2143 * svg/W3C-SVG-1.1/text-deco-01-b-expected.txt:
2144 * svg/W3C-SVG-1.1/text-fonts-01-t-expected.checksum:
2145 * svg/W3C-SVG-1.1/text-fonts-01-t-expected.png:
2146 * svg/W3C-SVG-1.1/text-fonts-01-t-expected.txt:
2147 * svg/W3C-SVG-1.1/text-fonts-02-t-expected.txt:
2148 * svg/W3C-SVG-1.1/text-path-01-b-expected.txt:
2149 * svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt:
2150 * svg/W3C-SVG-1.1/text-text-01-b-expected.txt:
2151 * svg/W3C-SVG-1.1/text-text-03-b-expected.txt:
2152 * svg/W3C-SVG-1.1/text-tref-01-b-expected.txt:
2153 * svg/W3C-SVG-1.1/text-tselect-01-b-expected.checksum:
2154 * svg/W3C-SVG-1.1/text-tselect-01-b-expected.png:
2155 * svg/W3C-SVG-1.1/text-tselect-01-b-expected.txt:
2156 * svg/W3C-SVG-1.1/text-tspan-01-b-expected.checksum:
2157 * svg/W3C-SVG-1.1/text-tspan-01-b-expected.png:
2158 * svg/W3C-SVG-1.1/text-tspan-01-b-expected.txt:
2159 * svg/W3C-SVG-1.1/text-ws-01-t-expected.txt:
2160 * svg/W3C-SVG-1.1/text-ws-02-t-expected.txt:
2161 * svg/custom/baseval-animval-equality-expected.checksum:
2162 * svg/custom/baseval-animval-equality-expected.png:
2163 * svg/custom/coords-relative-units-transforms-expected.checksum:
2164 * svg/custom/coords-relative-units-transforms-expected.png:
2165 * svg/custom/coords-relative-units-transforms-expected.txt:
2166 * svg/custom/createelement-expected.txt:
2167 * svg/custom/feComponentTransfer-Discrete-expected.txt:
2168 * svg/custom/feComponentTransfer-Gamma-expected.txt:
2169 * svg/custom/feComponentTransfer-Linear-expected.txt:
2170 * svg/custom/feComponentTransfer-Table-expected.txt:
2171 * svg/custom/foreign-object-skew-expected.txt:
2172 * svg/custom/gradient-stroke-width-expected.txt:
2173 * svg/custom/image-with-transform-clip-filter-expected.txt:
2174 * svg/custom/invalid-css-expected.txt:
2175 * svg/custom/invalid-fill-expected.txt:
2176 * svg/custom/invalid-viewbox1-expected.txt:
2177 * svg/custom/invalid-viewbox2-expected.txt:
2178 * svg/custom/junk-data-expected.txt:
2179 * svg/custom/marker-overflow-clip-expected.txt:
2180 * svg/custom/missing-xlink-expected.txt:
2181 * svg/custom/non-opaque-filters-expected.txt:
2182 * svg/custom/pointer-events-path-expected.txt:
2183 * svg/custom/svg-overflow-types-expected.txt:
2184 text-clip was an incorrect test, rather than an incorrect result
2185 * svg/custom/text-clip-expected.txt:
2186 * svg/custom/text-clip.svg:
2187 * svg/custom/text-filter-expected.txt:
2188 * svg/custom/text-gradient-no-content-expected.txt:
2189 * svg/custom/text-hit-test-expected.txt:
2190 * svg/custom/text-image-opacity-expected.txt:
2191 * svg/custom/tref-update-expected.txt:
2193 2006-10-09 Maciej Stachowiak <mjs@apple.com>
2197 - test case that ensures Referer[sic] header is sent
2199 * http/tests/misc/referrer-expected.txt: Added.
2200 * http/tests/misc/referrer.html: Added.
2201 * http/tests/misc/resources/referrer-result.php: Added.
2203 2006-10-09 Nikolas Zimmermann <zimmermann@kde.org>
2207 Use log() instead of alert() just like in all other tests.
2209 * editing/selection/move-begin-end.html:
2211 2006-10-07 Andrew Wellington <proton@wiretapped.net>
2215 Test for http://bugs.webkit.org/show_bug.cgi?id=10837
2216 Bug 10837: REGRESSION: Yahoo New Charts Crashes WebKit
2218 * fast/dom/HTMLDocument/frameless-location-bugzilla10837-expected.checksum: Added.
2219 * fast/dom/HTMLDocument/frameless-location-bugzilla10837-expected.png: Added.
2220 * fast/dom/HTMLDocument/frameless-location-bugzilla10837-expected.txt: Added.
2221 * fast/dom/HTMLDocument/frameless-location-bugzilla10837.html: Added.
2223 2006-10-05 Alexey Proskuryakov <ap@nypop.com>
2227 http://bugs.webkit.org/show_bug.cgi?id=11054
2228 REGRESSION: Traditional Chinese encoding in login authentication
2230 Each of these tests is passed by Firefox 1.5 and/or WinIE 6.
2232 * fast/encoding/GBK/EUC-CN-expected.txt: Added.
2233 * fast/encoding/GBK/EUC-CN.html: Added.
2234 * fast/encoding/GBK/chinese-expected.txt: Added.
2235 * fast/encoding/GBK/chinese.html: Added.
2236 * fast/encoding/GBK/cn-gb-expected.txt: Added.
2237 * fast/encoding/GBK/cn-gb.html: Added.
2238 * fast/encoding/GBK/csgb2312-expected.txt: Added.
2239 * fast/encoding/GBK/csgb2312.html: Added.
2240 * fast/encoding/GBK/csgb231280-expected.txt: Added.
2241 * fast/encoding/GBK/csgb231280.html: Added.
2242 * fast/encoding/GBK/gb2312-expected.txt: Added.
2243 * fast/encoding/GBK/gb2312.html: Added.
2244 * fast/encoding/GBK/gb_2312-80-expected.txt: Added.
2245 * fast/encoding/GBK/gb_2312-80.html: Added.
2246 * fast/encoding/GBK/gbk-expected.txt: Added.
2247 * fast/encoding/GBK/gbk.html: Added.
2248 * fast/encoding/GBK/iso-ir-58-expected.txt: Added.
2249 * fast/encoding/GBK/iso-ir-58.html: Added.
2250 * fast/encoding/GBK/x-euc-cn-expected.txt: Added.
2251 * fast/encoding/GBK/x-euc-cn.html: Added.
2252 * fast/encoding/GBK/x-gbk-expected.txt: Added.
2253 * fast/encoding/GBK/x-gbk.html: Added.
2255 2006-10-04 Anders Carlsson <acarlsson@apple.com>
2259 * fast/frames/frame-src-attribute-expected.txt:
2262 2006-10-03 Alexey Proskuryakov <ap@nypop.com>
2266 http://bugs.webkit.org/show_bug.cgi?id=11130
2267 Convert "undefined" to AE missing value
2269 * fast/AppleScript/001-expected.txt:
2270 * fast/AppleScript/array-expected.txt:
2271 Updated the results.
2273 2006-10-03 Justin Garcia <justin.garcia@apple.com>
2275 Reviewed by harrison
2277 * editing/execCommand/paste-1-expected.checksum: Added.
2278 * editing/execCommand/paste-1-expected.png: Added.
2279 * editing/execCommand/paste-1-expected.txt: Added.
2280 * editing/execCommand/paste-1.html: Added.
2281 * editing/execCommand/paste-2-expected.checksum: Added.
2282 * editing/execCommand/paste-2-expected.png: Added.
2283 * editing/execCommand/paste-2-expected.txt: Added.
2284 * editing/execCommand/paste-2.html: Added.
2286 2006-10-03 Beth Dakin <bdakin@apple.com>
2290 Changing these two counters tests so they pass on the BuildBot.
2292 * fast/css/counters/counter04-expected.checksum:
2293 * fast/css/counters/counter04-expected.png:
2294 * fast/css/counters/counter04-expected.txt:
2295 * fast/css/counters/counter04.html:
2296 * fast/css/counters/counters04-expected.checksum:
2297 * fast/css/counters/counters04-expected.png:
2298 * fast/css/counters/counters04-expected.txt:
2299 * fast/css/counters/counters04.html:
2301 2006-10-03 Justin Garcia <justin.garcia@apple.com>
2305 Fixed a typo, updating expected results.
2307 * editing/execCommand/create-list-with-hr-expected.checksum:
2308 * editing/execCommand/create-list-with-hr-expected.png:
2309 * editing/execCommand/create-list-with-hr-expected.txt:
2311 2006-10-03 David Harrison <harrison@apple.com>
2315 <rdar://problem/4671286> Candidate Window isn't displayed and only first candidate is displayed at typing location.
2317 Updated test so that it actually shows the caret rect for the caret position.
2318 Before, it was showing the caret rect for the 9th character of the test description.
2320 * fast/text/justified-text-rect-expected.checksum:
2321 * fast/text/justified-text-rect-expected.png:
2322 * fast/text/justified-text-rect-expected.txt:
2323 * fast/text/justified-text-rect.html:
2325 2006-10-02 Justin Garcia <justin.garcia@apple.com>
2329 * editing/execCommand/create-list-with-hr-expected.checksum: Added.
2330 * editing/execCommand/create-list-with-hr-expected.png: Added.
2331 * editing/execCommand/create-list-with-hr-expected.txt: Added.
2332 * editing/execCommand/create-list-with-hr.html: Added.
2334 2006-10-02 Beth Dakin <bdakin@apple.com>
2336 Minor harassment followed by abject surrender provided by ggggaren.
2340 * fast/css/counters/contentNone-expected.checksum: Added.
2341 * fast/css/counters/contentNone-expected.png: Added.
2342 * fast/css/counters/contentNone-expected.txt: Added.
2343 * fast/css/counters/contentNone.html: Added.
2344 * fast/css/counters/counter00-expected.checksum: Added.
2345 * fast/css/counters/counter00-expected.png: Added.
2346 * fast/css/counters/counter00-expected.txt: Added.
2347 * fast/css/counters/counter00.html: Added.
2348 * fast/css/counters/counter01-expected.checksum: Added.
2349 * fast/css/counters/counter01-expected.png: Added.
2350 * fast/css/counters/counter01-expected.txt: Added.
2351 * fast/css/counters/counter01.html: Added.
2352 * fast/css/counters/counter02-expected.checksum: Added.
2353 * fast/css/counters/counter02-expected.png: Added.
2354 * fast/css/counters/counter02-expected.txt: Added.
2355 * fast/css/counters/counter02.html: Added.
2356 * fast/css/counters/counter03-expected.checksum: Added.
2357 * fast/css/counters/counter03-expected.png: Added.
2358 * fast/css/counters/counter03-expected.txt: Added.
2359 * fast/css/counters/counter03.html: Added.
2360 * fast/css/counters/counter04-expected.checksum: Added.
2361 * fast/css/counters/counter04-expected.png: Added.
2362 * fast/css/counters/counter04-expected.txt: Added.
2363 * fast/css/counters/counter04.html: Added.
2364 * fast/css/counters/counter05-expected.checksum: Added.
2365 * fast/css/counters/counter05-expected.png: Added.
2366 * fast/css/counters/counter05-expected.txt: Added.
2367 * fast/css/counters/counter05.html: Added.
2368 * fast/css/counters/counter06-expected.checksum: Added.
2369 * fast/css/counters/counter06-expected.png: Added.
2370 * fast/css/counters/counter06-expected.txt: Added.
2371 * fast/css/counters/counter06.html: Added.
2372 * fast/css/counters/counter07-expected.checksum: Added.
2373 * fast/css/counters/counter07-expected.png: Added.
2374 * fast/css/counters/counter07-expected.txt: Added.
2375 * fast/css/counters/counter07.html: Added.
2376 * fast/css/counters/counter08-expected.checksum: Added.
2377 * fast/css/counters/counter08-expected.png: Added.
2378 * fast/css/counters/counter08-expected.txt: Added.
2379 * fast/css/counters/counter08.html: Added.
2380 * fast/css/counters/counter09-expected.checksum: Added.
2381 * fast/css/counters/counter09-expected.png: Added.
2382 * fast/css/counters/counter09-expected.txt: Added.
2383 * fast/css/counters/counter09.html: Added.
2384 * fast/css/counters/counter10-expected.checksum: Added.
2385 * fast/css/counters/counter10-expected.png: Added.
2386 * fast/css/counters/counter10-expected.txt: Added.
2387 * fast/css/counters/counter10.html: Added.
2388 * fast/css/counters/counter11-expected.checksum: Added.
2389 * fast/css/counters/counter11-expected.png: Added.
2390 * fast/css/counters/counter11-expected.txt: Added.
2391 * fast/css/counters/counter11.html: Added.
2392 * fast/css/counters/counter12-expected.checksum: Added.
2393 * fast/css/counters/counter12-expected.png: Added.
2394 * fast/css/counters/counter12-expected.txt: Added.
2395 * fast/css/counters/counter12.html: Added.
2396 * fast/css/counters/counter13-expected.checksum: Added.
2397 * fast/css/counters/counter13-expected.png: Added.
2398 * fast/css/counters/counter13-expected.txt: Added.
2399 * fast/css/counters/counter13.html: Added.
2400 * fast/css/counters/counter14-expected.checksum: Added.
2401 * fast/css/counters/counter14-expected.png: Added.
2402 * fast/css/counters/counter14-expected.txt: Added.
2403 * fast/css/counters/counter14.html: Added.
2404 * fast/css/counters/counter15-expected.checksum: Added.
2405 * fast/css/counters/counter15-expected.png: Added.
2406 * fast/css/counters/counter15-expected.txt: Added.
2407 * fast/css/counters/counter15.html: Added.
2408 * fast/css/counters/counter16-expected.checksum: Added.
2409 * fast/css/counters/counter16-expected.png: Added.
2410 * fast/css/counters/counter16-expected.txt: Added.
2411 * fast/css/counters/counter16.html: Added.
2412 * fast/css/counters/counters00-expected.checksum: Added.
2413 * fast/css/counters/counters00-expected.png: Added.
2414 * fast/css/counters/counters00-expected.txt: Added.
2415 * fast/css/counters/counters00.html: Added.
2416 * fast/css/counters/counters01-expected.checksum: Added.
2417 * fast/css/counters/counters01-expected.png: Added.
2418 * fast/css/counters/counters01-expected.txt: Added.
2419 * fast/css/counters/counters01.html: Added.
2420 * fast/css/counters/counters02-expected.checksum: Added.
2421 * fast/css/counters/counters02-expected.png: Added.
2422 * fast/css/counters/counters02-expected.txt: Added.
2423 * fast/css/counters/counters02.html: Added.
2424 * fast/css/counters/counters03-expected.checksum: Added.
2425 * fast/css/counters/counters03-expected.png: Added.
2426 * fast/css/counters/counters03-expected.txt: Added.
2427 * fast/css/counters/counters03.html: Added.
2428 * fast/css/counters/counters04-expected.checksum: Added.
2429 * fast/css/counters/counters04-expected.png: Added.
2430 * fast/css/counters/counters04-expected.txt: Added.
2431 * fast/css/counters/counters04.html: Added.
2432 * fast/css/counters/counters05-expected.checksum: Added.
2433 * fast/css/counters/counters05-expected.png: Added.
2434 * fast/css/counters/counters05-expected.txt: Added.
2435 * fast/css/counters/counters05.html: Added.
2436 * fast/css/counters/counters06-expected.checksum: Added.
2437 * fast/css/counters/counters06-expected.png: Added.
2438 * fast/css/counters/counters06-expected.txt: Added.
2439 * fast/css/counters/counters06.html: Added.
2440 * fast/css/counters/counters07-expected.checksum: Added.
2441 * fast/css/counters/counters07-expected.png: Added.
2442 * fast/css/counters/counters07-expected.txt: Added.
2443 * fast/css/counters/counters07.html: Added.
2444 * fast/css/counters/counters08-expected.checksum: Added.
2445 * fast/css/counters/counters08-expected.png: Added.
2446 * fast/css/counters/counters08-expected.txt: Added.
2447 * fast/css/counters/counters08.html: Added.
2448 * fast/css/counters/counters09-expected.checksum: Added.
2449 * fast/css/counters/counters09-expected.png: Added.
2450 * fast/css/counters/counters09-expected.txt: Added.
2451 * fast/css/counters/counters09.html: Added.
2452 * fast/css/counters/counters10-expected.checksum: Added.
2453 * fast/css/counters/counters10-expected.png: Added.
2454 * fast/css/counters/counters10-expected.txt: Added.
2455 * fast/css/counters/counters10.html: Added.
2456 * fast/css/counters/counters11-expected.checksum: Added.
2457 * fast/css/counters/counters11-expected.png: Added.
2458 * fast/css/counters/counters11-expected.txt: Added.
2459 * fast/css/counters/counters11.html: Added.
2460 * fast/css/counters/counters12-expected.checksum: Added.
2461 * fast/css/counters/counters12-expected.png: Added.
2462 * fast/css/counters/counters12-expected.txt: Added.
2463 * fast/css/counters/counters12.html: Added.
2464 * fast/css/counters/counters13-expected.checksum: Added.
2465 * fast/css/counters/counters13-expected.png: Added.
2466 * fast/css/counters/counters13-expected.txt: Added.
2467 * fast/css/counters/counters13.html: Added.
2468 * fast/css/counters/counters14-expected.checksum: Added.
2469 * fast/css/counters/counters14-expected.png: Added.
2470 * fast/css/counters/counters14-expected.txt: Added.
2471 * fast/css/counters/counters14.html: Added.
2472 * fast/css/counters/counters15-expected.checksum: Added.
2473 * fast/css/counters/counters15-expected.png: Added.
2474 * fast/css/counters/counters15-expected.txt: Added.
2475 * fast/css/counters/counters15.html: Added.
2476 * fast/css/counters/counters18-expected.checksum: Added.
2477 * fast/css/counters/counters18-expected.png: Added.
2478 * fast/css/counters/counters18-expected.txt: Added.
2479 * fast/css/counters/counters18.html: Added.
2480 * fast/css/counters/implied00-expected.checksum: Added.
2481 * fast/css/counters/implied00-expected.png: Added.
2482 * fast/css/counters/implied00-expected.txt: Added.
2483 * fast/css/counters/implied00.html: Added.
2484 * fast/css/counters/root-expected.checksum: Added.
2485 * fast/css/counters/root-expected.png: Added.
2486 * fast/css/counters/root-expected.txt: Added.
2487 * fast/css/counters/root.html: Added.
2488 * fast/css/counters/visibilityNone-expected.checksum: Added.
2489 * fast/css/counters/visibilityNone-expected.png: Added.
2490 * fast/css/counters/visibilityNone-expected.txt: Added.
2491 * fast/css/counters/visibilityNone.html: Added.
2493 2006-10-02 Adam Roben <aroben@apple.com>
2497 This change fixes a couple of problems with the window-properties
2498 test. window-properties' output changes depending on the presence or
2499 non-presence of session history (see
2500 http://bugs.webkit.org/show_bug.cgi?id=10965 for details). For this
2501 reason, the test must always be run as part of a run of ALL layout
2502 tests. The test results checked in were generated from an individual
2503 run of this test, so the buildbots were always failing since they run
2504 all the tests at once.
2506 This change regenerates the results for the test using a full run of
2507 layout tests. The test now also prints out object class names, and
2508 will print an error message when the test is run by itself.
2510 * fast/js/window-properties-expected.txt:
2511 * fast/js/window-properties.html:
2513 2006-10-02 Adele Peterson <adele@apple.com>
2517 - Updated results for <rdar://problem/4463841> Switch to use new list box implementation for <select multiple>
2519 * fast/forms/HTMLOptionElement_label05-expected.checksum:
2520 * fast/forms/HTMLOptionElement_label05-expected.png:
2521 * fast/forms/HTMLOptionElement_label05-expected.txt:
2522 * fast/forms/form-element-geometry-expected.checksum:
2523 * fast/forms/form-element-geometry-expected.png:
2524 * fast/forms/form-element-geometry-expected.txt:
2525 * fast/forms/option-strip-whitespace-expected.checksum:
2526 * fast/forms/option-strip-whitespace-expected.png:
2527 * fast/forms/option-strip-whitespace-expected.txt:
2528 * fast/forms/password-doubleclick-selection-expected.txt: Added.
2529 * fast/forms/password-doubleclick-selection.html: Added.
2530 * fast/forms/select-change-popup-to-listbox-expected.checksum:
2531 * fast/forms/select-change-popup-to-listbox-expected.png:
2532 * fast/forms/select-change-popup-to-listbox-expected.txt:
2533 * fast/text/updateNewFont-expected.checksum:
2534 * fast/text/updateNewFont-expected.png:
2535 * fast/text/updateNewFont-expected.txt:
2537 2006-10-01 Maciej Stachowiak <mjs@apple.com>
2539 Rubber stamped by Alexey.
2541 - reverted fix for http://bugs.webkit.org/show_bug.cgi?id=10893 since it led to layout test crashes
2543 * fast/dom/css-insert-import-rule-expected.txt: Removed.
2544 * fast/dom/css-insert-import-rule.html: Removed.
2546 2006-09-30 Geoffrey Garen <ggaren@apple.com>
2548 Added test for the viewource attribute, which applies to <frame> and
2551 * fast/frames/viewsource-attribute-expected.txt: Added.
2552 * fast/frames/viewsource-attribute.html: Added.
2554 * fast/frames/frameElement-widthheight.html: Removed stray character.
2556 2006-09-30 David Harrison <harrison@apple.com>
2558 Reviewed by John Sullivan.
2560 <rdar://problem/4641262> REGRESSION: Japanese text corrupts on wrapping point
2562 * fast/text/international/wrap-CJK-001-expected.checksum: Added.
2563 * fast/text/international/wrap-CJK-001-expected.png: Added.
2564 * fast/text/international/wrap-CJK-001-expected.txt: Added.
2565 * fast/text/international/wrap-CJK-001.html: Added.
2567 2006-10-01 Graham Dennis <graham.dennis@gmail.com>
2571 Test for http://bugs.webkit.org/show_bug.cgi?id=10842
2572 REGRESSION (r15418): contenteditable div truncates rightmost Japanese character
2574 * fast/text/line-breaks-after-white-space-expected.checksum: Added.
2575 * fast/text/line-breaks-after-white-space-expected.png: Added.
2576 * fast/text/line-breaks-after-white-space-expected.txt: Added.
2577 * fast/text/line-breaks-after-white-space.html: Added.
2579 2006-10-01 Alexey Proskuryakov <ap@nypop.com>
2581 Reviewed by Maciej and Darin.
2583 Test for http://bugs.webkit.org/show_bug.cgi?id=4372
2584 JavaScript document.write page form does not submit in Safari
2586 * fast/forms/document-write-expected.txt: Added.
2587 * fast/forms/document-write.html: Added.
2589 2006-09-30 Alexey Proskuryakov <ap@nypop.com>
2593 Test for http://bugs.webkit.org/show_bug.cgi?id=11011
2594 External CSS is parsed as iso-8859-1 even though the main document is utf-8
2596 * fast/encoding/css-charset-default-expected.txt: Added.
2597 * fast/encoding/css-charset-default.xhtml: Added.
2598 * fast/encoding/css-charset-import.css: Added.
2599 * fast/encoding/css-charset-inherit-iso-8859-5.css: Added.
2600 * fast/encoding/css-charset-inherit-koi-8.css: Added.
2602 2006-09-30 Rob Buis <buis@kde.org>
2604 Reviewed by eseidel.
2607 http://bugs.webkit.org/show_bug.cgi?id=11096
2608 Hit testing for polylines fails
2610 * svg/custom/polyline-hittest-expected.checksum: Added.
2611 * svg/custom/polyline-hittest-expected.png: Added.
2612 * svg/custom/polyline-hittest-expected.txt: Added.
2613 * svg/custom/polyline-hittest.svg: Added.
2615 2006-09-29 Timothy Hatcher <timothy@apple.com>
2617 Bug 11041: fast/dom/isindex-001 needs new results
2618 http://bugs.webkit.org/show_bug.cgi?id=11041
2620 * fast/dom/isindex-001-expected.txt:
2622 2006-09-29 Geoffrey Garen <ggaren@apple.com>
2624 Reviewed by John, Maciej.
2626 Added test for whether a frame element reports its src attribute as a
2627 complete, rather than relative, URL.
2629 * fast/frames/frame-src-attribute-expected.txt: Added.
2630 * fast/frames/frame-src-attribute.html: Added.
2631 * fast/frames/resources/frame-src-attribute-subframe.html: Added.
2633 2006-09-29 David Harrison <harrison@apple.com>
2635 Reviewed by John Sullivan.
2637 <rdar://problem/4663772> REGRESSION: Cannot type in Japanese after replying to a particular message
2638 <rdar://problem/4673293> REGRESSION: Can't enter the Japanese characters in Mail or Blot
2640 * fast/text/attributed-substring-from-range-001-expected.txt: Added.
2641 * fast/text/attributed-substring-from-range-001.html: Added.
2643 Check attributed string results when starting or ending at a br element.
2645 2006-09-29 Rob Buis <buis@kde.org>
2650 http://bugs.webkit.org/show_bug.cgi?id=10893
2651 InsertRule can not handle @import statements
2653 * fast/dom/css-insert-import-rule.html: Added.
2654 * fast/dom/resources/css-insert-import-rule.css: Added.
2656 2006-09-28 David Harrison <harrison@apple.com>
2660 Call clearKillRing() so we are guaranteed to start with empty kill ring.
2662 * editing/pasteboard/emacs-cntl-y-001.html:
2664 2006-09-27 Eric Seidel <eric@eseidel.com>
2668 paths with no fill specified default to black but do not recieve paint-related mouse events
2669 http://bugs.webkit.org/show_bug.cgi?id=11069
2671 * svg/custom/hover-default-fill-expected.checksum: Added.
2672 * svg/custom/hover-default-fill-expected.png: Added.
2673 * svg/custom/hover-default-fill-expected.txt: Added.
2674 * svg/custom/hover-default-fill.svg: Added.
2676 2006-09-27 Rob Buis <buis@kde.org>
2678 Reviewed by eseidel.
2681 http://bugs.webkit.org/show_bug.cgi?id=11015
2682 SVG handles em units incorrectly
2684 * svg/custom/viewport-em-expected.checksum: Added.
2685 * svg/custom/viewport-em-expected.png: Added.
2686 * svg/custom/viewport-em-expected.txt: Added.
2687 * svg/custom/viewport-em.svg: Added.
2688 * svg/custom/viewport-update2-expected.checksum: Added.
2689 * svg/custom/viewport-update2-expected.png: Added.
2690 * svg/custom/viewport-update2-expected.txt: Added.
2691 * svg/custom/viewport-update2.svg: Added.
2693 2006-09-27 Eric Seidel <eric@eseidel.com>
2697 Updated test (and results) for new invalid fill behavior.
2698 http://bugs.webkit.org/show_bug.cgi?id=11017
2700 * svg/custom/invalid-fill-expected.checksum:
2701 * svg/custom/invalid-fill-expected.png:
2702 * svg/custom/invalid-fill-expected.txt:
2703 * svg/custom/invalid-fill.svg:
2705 2006-09-26 Justin Garcia <justin.garcia@apple.com>
2709 <rdar://problem/4747695>
2710 Gmail Editor: Crash at WebCore::Range::startPosition() when decreasing a indent
2712 * editing/deleting/list-item-1-expected.checksum: Added.
2713 * editing/deleting/list-item-1-expected.png: Added.
2714 * editing/deleting/list-item-1-expected.txt: Added.
2715 * editing/deleting/list-item-1.html: Added.
2716 * editing/execCommand/remove-list-item-1-expected.checksum: Added.
2717 * editing/execCommand/remove-list-item-1-expected.png: Added.
2718 * editing/execCommand/remove-list-item-1-expected.txt: Added.
2719 * editing/execCommand/remove-list-item-1.html: Added.
2721 2006-09-26 David Harrison <harrison@apple.com>
2723 Reviewed by John and TimH.
2725 <rdar://problem/4743256> Seed: Ctrl-Y key binding does nothing when kill ring is empty
2727 * editing/pasteboard/emacs-cntl-y-001-expected.checksum: Added.
2728 * editing/pasteboard/emacs-cntl-y-001-expected.png: Added.
2729 * editing/pasteboard/emacs-cntl-y-001-expected.txt: Added.
2730 * editing/pasteboard/emacs-cntl-y-001.html: Added.
2732 2006-09-26 Eric Seidel <eric@eseidel.com>
2736 viewbox parser does not allow <tab> as a delimiter
2737 http://bugs.webkit.org/show_bug.cgi?id=11014
2739 * svg/hixie/viewbox/003-expected.checksum: Added.
2740 * svg/hixie/viewbox/003-expected.png: Added.
2741 * svg/hixie/viewbox/003-expected.txt: Added.
2742 * svg/hixie/viewbox/003.xml: Added.
2744 2006-09-26 Eric Seidel <eric@eseidel.com>
2748 SVGDocument::createElement does not create elements in the SVG namespace
2749 http://bugs.webkit.org/show_bug.cgi?id=10932
2751 * svg/custom/createelement-expected.checksum: Added.
2752 * svg/custom/createelement-expected.png: Added.
2753 * svg/custom/createelement-expected.txt: Added.
2754 * svg/custom/createelement.svg: Added.
2756 2006-09-26 Eric Seidel <eric@eseidel.com>
2760 RenderPath::nodeAtPoint does not respect stroke width
2761 http://bugs.webkit.org/show_bug.cgi?id=10829
2763 * svg/custom/stroke-width-click-expected.txt: Added.
2764 * svg/custom/stroke-width-click.svg: Added.
2766 2006-09-25 Justin Garcia <justin.garcia@apple.com>
2770 * editing/execCommand/indent-empty-root-expected.checksum: Added.
2771 * editing/execCommand/indent-empty-root-expected.png: Added.
2772 * editing/execCommand/indent-empty-root-expected.txt: Added.
2773 * editing/execCommand/indent-empty-root.html: Added.
2775 2006-09-24 Eric Seidel <eric@eseidel.com>
2779 Add test: svg/custom/viewport-clip.svg
2780 and update results for:
2781 http://bugs.webkit.org/show_bug.cgi?id=11007
2782 (Also update some old results, due to CoreImage variance)
2784 * svg/custom/baseval-animval-equality.svg:
2785 * svg/custom/empty-merge-expected.checksum:
2786 * svg/custom/empty-merge-expected.png:
2787 * svg/custom/empty-merge-expected.txt:
2788 * svg/custom/empty-merge.svg:
2789 * svg/custom/feDisplacementMap-01-expected.checksum:
2790 * svg/custom/feDisplacementMap-01-expected.png:
2791 * svg/custom/foreign-object-skew-expected.checksum:
2792 * svg/custom/foreign-object-skew-expected.png:
2793 * svg/custom/gradient-stroke-width-expected.txt:
2794 * svg/custom/grayscale-gradient-mask-expected.checksum:
2795 * svg/custom/grayscale-gradient-mask-expected.png:
2796 * svg/custom/grayscale-gradient-mask-expected.txt:
2797 * svg/custom/grayscale-gradient-mask.svg:
2798 * svg/custom/image-with-transform-clip-filter-expected.checksum:
2799 * svg/custom/image-with-transform-clip-filter-expected.png:
2800 * svg/custom/path-bad-data-expected.checksum:
2801 * svg/custom/path-bad-data-expected.png:
2802 * svg/custom/path-bad-data-expected.txt:
2803 * svg/custom/text-filter-expected.checksum:
2804 * svg/custom/text-filter-expected.png:
2805 * svg/custom/text-image-opacity-expected.checksum:
2806 * svg/custom/text-image-opacity-expected.png:
2807 * svg/custom/transform-scale-parse.svg:
2808 * svg/custom/viewport-clip-expected.checksum: Added.
2809 * svg/custom/viewport-clip-expected.png: Added.
2810 * svg/custom/viewport-clip-expected.txt: Added.
2811 * svg/custom/viewport-clip.svg: Added.
2813 2006-09-24 Eric Seidel <eric@eseidel.com>
2817 Browsers disagree on behavior for an invalid fill
2818 http://bugs.webkit.org/show_bug.cgi?id=11017
2820 * svg/custom/invalid-fill-expected.checksum: Added.
2821 * svg/custom/invalid-fill-expected.png: Added.
2822 * svg/custom/invalid-fill-expected.txt: Added.
2823 * svg/custom/invalid-fill.svg: Added.
2825 2006-09-24 Eric Seidel <eric@eseidel.com>
2829 Import one of Hixie's tests for:
2830 <svg:a> cannot be styled with a:hover
2831 http://bugs.webkit.org/show_bug.cgi?id=11005
2833 * svg/hixie/cascade/002.css: Added.
2834 * svg/hixie/cascade/002.xml: Added.
2836 2006-09-23 Alexey Proskuryakov <ap@nypop.com>
2840 http://bugs.webkit.org/show_bug.cgi?id=4872
2841 XMLHttpRequest fails to throw an exception when there is a security violation
2842 (mismatching domains)
2844 * http/tests/xmlhttprequest/exceptions-expected.txt: Added.
2845 * http/tests/xmlhttprequest/exceptions.html: Added.
2847 * http/tests/xmlhttprequest/extra-parameters-expected.txt: Added.
2848 * http/tests/xmlhttprequest/extra-parameters.html: Added.
2849 * http/tests/xmlhttprequest/resources/post-echo.cgi: Added.
2850 Test that passing too many parameters is OK (Firefox behavior; WinIE raises an exception).
2852 * fast/dom/xmlhttprequest-get-expected.txt: Updated results.
2854 * http/tests/xmlhttprequest/zero-length-response-expected.txt:
2855 * http/tests/xmlhttprequest/zero-length-response-sync-expected.txt:
2856 * http/tests/xmlhttprequest/zero-length-response-sync.html:
2857 * http/tests/xmlhttprequest/zero-length-response.html:
2858 Updated results and changed state names to match the current spec.
2860 * http/tests/xmlhttprequest/resources/zero-length.xml: Added.
2862 2006-09-21 Nikolas Zimmermann <zimmermann@kde.org>
2864 Reviewed by eseidel.
2867 http://bugs.webkit.org/show_bug.cgi?id=10977
2868 SVGDocument does not expose 'rootElement' property
2870 * svg/custom/rootelement-expected.checksum: Added.
2871 * svg/custom/rootelement-expected.png: Added.
2872 * svg/custom/rootelement-expected.txt: Added.
2873 * svg/custom/rootelement.svg: Added.
2875 2006-09-21 Timothy Hatcher <timothy@apple.com>
2877 Adding more calls to layoutTestController.dumpChildFrameScrollPositions()
2878 for tests that need to report child frame scroll positions.
2880 * http/tests/navigation/anchor-frames.html:
2881 * http/tests/navigation/anchor-subframeload.html:
2882 * http/tests/navigation/relativeanchor-frames.html:
2884 2006-09-21 Timothy Hatcher <timothy@apple.com>
2888 Bug 10923: Frame scroll layout test failures on the buildbot
2889 http://bugs.webkit.org/show_bug.cgi?id=10923
2891 Made this test call layoutTestController.dumpChildFrameScrollPositions().
2893 * fast/overflow/scrollRevealButton-expected.txt:
2894 * fast/overflow/scrollRevealButton.html:
2896 2006-09-20 Justin Garcia <justin.garcia@apple.com>
2900 * editing/pasteboard/subframe-dragndrop-1-expected.checksum: Added.
2901 * editing/pasteboard/subframe-dragndrop-1-expected.png: Added.
2902 * editing/pasteboard/subframe-dragndrop-1-expected.txt: Added.
2903 * editing/pasteboard/subframe-dragndrop-1.html: Added.
2905 2006-09-20 Rob Buis <buis@kde.org>
2907 Reviewed by eseidel.
2909 Updated test results because of:
2910 http://bugs.webkit.org/show_bug.cgi?id=10946
2911 new marker code draws end-marker in wrong place
2913 * svg/W3C-SVG-1.1/painting-marker-02-f-expected.checksum:
2914 * svg/W3C-SVG-1.1/painting-marker-02-f-expected.png:
2915 * svg/custom/invalid-css-expected.txt:
2917 2006-09-20 Julien Palmas <julien.palmas@gmail.com>
2919 Reviewed by eseidel. Landed by eseidel.
2921 Test for http://bugs.webkit.org/show_bug.cgi?id=6003
2923 * svg/custom/pattern-y-offset-expected.checksum: Added.
2924 * svg/custom/pattern-y-offset-expected.png: Added.
2925 * svg/custom/pattern-y-offset-expected.txt: Added.
2926 * svg/custom/pattern-y-offset.svg: Added.
2928 2006-09-20 Justin Garcia <justin.garcia@apple.com>
2930 Reviewed by harrison
2932 * editing/selection/editable-links.html: Added.
2933 * editing/selection/editable-links.html-disabled: Removed.
2935 2006-09-20 Adam Roben <aroben@apple.com>
2937 Reviewed by timothy.
2939 Fixes http://bugs.webkit.org/show_bug.cgi?id=10953
2940 Test results for fast/js/window-properties.html should include
2941 children of window.document.body.firstChild
2943 * fast/js/window-properties-expected.txt: Regenerate results which now
2944 include window.document.body.firstChild.*
2945 * fast/js/window-properties.html: Print out 'null' for null objects
2946 instead of 'object' for more clarity
2948 2006-09-20 Adam Roben <aroben@apple.com>
2952 Adding test for http://bugs.webkit.org/show_bug.cgi?id=10935
2953 REGRESSION: file upload control with direction:rtl or text-align:right
2954 draws button on top of filename/icon
2956 * fast/forms/file-input-direction-expected.checksum: Added.
2957 * fast/forms/file-input-direction-expected.png: Added.
2958 * fast/forms/file-input-direction-expected.txt: Added.
2959 * fast/forms/file-input-direction.html: Added.
2961 2006-09-20 Eric Seidel <eric@eseidel.com>
2965 Commit two test updates I forgot to commit with:
2966 Markers should clip to their viewport.
2967 http://bugs.webkit.org/show_bug.cgi?id=5967
2969 * svg/W3C-SVG-1.1/painting-marker-01-f-expected.checksum:
2970 * svg/W3C-SVG-1.1/painting-marker-01-f-expected.png:
2971 * svg/W3C-SVG-1.1/painting-marker-01-f-expected.txt:
2972 * svg/W3C-SVG-1.1/painting-marker-02-f-expected.checksum:
2973 * svg/W3C-SVG-1.1/painting-marker-02-f-expected.png:
2974 * svg/W3C-SVG-1.1/painting-marker-02-f-expected.txt:
2976 2006-09-19 Eric Seidel <eric@eseidel.com>
2980 Updated results for http://bugs.webkit.org/show_bug.cgi?id=8585
2982 * svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt:
2983 * svg/W3C-SVG-1.1/filters-color-01-b-expected.txt:
2984 * svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt:
2985 * svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt:
2986 * svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt:
2987 * svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.txt:
2988 * svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt:
2989 * svg/W3C-SVG-1.1/filters-example-01-b-expected.txt:
2990 * svg/W3C-SVG-1.1/filters-gauss-01-b-expected.txt:
2991 * svg/W3C-SVG-1.1/filters-image-01-b-expected.txt:
2992 * svg/W3C-SVG-1.1/filters-light-01-f-expected.txt:
2993 * svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt:
2994 * svg/W3C-SVG-1.1/filters-offset-01-b-expected.txt:
2995 * svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt:
2996 * svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt:
2997 * svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt:
2998 * svg/custom/feComponentTransfer-Discrete-expected.txt:
2999 * svg/custom/feComponentTransfer-Gamma-expected.txt:
3000 * svg/custom/feComponentTransfer-Linear-expected.txt:
3001 * svg/custom/feComponentTransfer-Table-expected.txt:
3002 * svg/custom/feDisplacementMap-01-expected.txt:
3003 * svg/custom/filter-source-alpha-expected.txt:
3004 * svg/custom/image-with-transform-clip-filter-expected.txt:
3005 * svg/custom/non-opaque-filters-expected.txt:
3006 * svg/custom/text-filter-expected.txt:
3008 2006-09-19 Eric Seidel <eric@eseidel.com>
3012 Markers should clip to their viewport.
3013 http://bugs.webkit.org/show_bug.cgi?id=5967
3015 * svg/custom/marker-overflow-clip-expected.checksum: Added.
3016 * svg/custom/marker-overflow-clip-expected.png: Added.
3017 * svg/custom/marker-overflow-clip-expected.txt: Added.
3018 * svg/custom/marker-overflow-clip.svg: Added.
3020 2006-09-19 Justin Garcia <justin.garcia@apple.com>
3024 Disabling this test temporarily.
3026 * editing/selection/editable-links.html: Removed.
3027 * editing/selection/editable-links.html-disabled: Added.
3029 2006-09-19 Justin Garcia <justin.garcia@apple.com>
3031 Reviewed by harrison
3033 * editing/selection/editable-links-expected.checksum: Added.
3034 * editing/selection/editable-links-expected.png: Added.
3035 * editing/selection/editable-links-expected.txt: Added.
3036 * editing/selection/editable-links.html: Added.
3038 2006-09-19 Justin Garcia <justin.garcia@apple.com>
3040 Reviewed by harrison
3042 * editing/pasteboard/pasting-tabs-expected.checksum: Added.
3043 * editing/pasteboard/pasting-tabs-expected.png: Added.
3044 * editing/pasteboard/pasting-tabs-expected.txt: Added.
3045 * editing/pasteboard/pasting-tabs.html: Added.
3047 2006-09-18 Adam Roben <aroben@apple.com>
3051 Update tests for the new file upload control.
3053 * fast/forms/file-input-disabled-expected.txt:
3054 * fast/forms/form-element-geometry-expected.txt:
3055 * fast/forms/input-appearance-height-expected.txt:
3056 * fast/forms/input-value-expected.txt:
3058 2006-09-17 Eric Seidel <eric@eseidel.com>
3062 * fast/js/window-properties.html: make work in Firefox (hangs IE)
3064 2006-09-17 Eric Seidel <eric@eseidel.com>
3066 Add a textual dump of the window object property tree.
3070 * fast/js/window-properties-expected.txt: Added.
3071 * fast/js/window-properties.html: Added.
3073 2006-09-17 David Hyatt <hyatt@apple.com>
3075 Adding layout test for bug 10899.
3077 * fast/text/basic/generic-family-changes-expected.checksum: Added.
3078 * fast/text/basic/generic-family-changes-expected.png: Added.
3079 * fast/text/basic/generic-family-changes-expected.txt: Added.
3080 * fast/text/basic/generic-family-changes.html: Added.
3082 2006-09-17 Alexey Proskuryakov <ap@nypop.com>
3086 Test for http://bugs.webkit.org/show_bug.cgi?id=10852
3087 REGRESSION: Reproducible crash in XMLHttpRequest::abort()
3089 Currently, this test prints an error message to the console, because requests from
3090 an unload handler still don't work.
3092 * http/tests/xmlhttprequest/xhr-onunload-expected.txt: Added.
3093 * http/tests/xmlhttprequest/xhr-onunload.html: Added.
3095 2006-09-15 Justin Garcia <justin.garcia@apple.com>
3097 Reviewed by harrison
3099 <rdar://problem/4674869>
3100 REGRESSION: selecting text to write over results in cursor jumping to middle of next line
3102 * editing/deleting/whitespace-pre-1-expected.checksum: Added.
3103 * editing/deleting/whitespace-pre-1-expected.png: Added.
3104 * editing/deleting/whitespace-pre-1-expected.txt: Added.
3105 * editing/deleting/whitespace-pre-1.html: Added.
3107 2006-09-15 Timothy Hatcher <timothy@apple.com>
3111 Updating results to new expected values.
3113 * fast/lists/drag-into-marker-expected.txt:
3114 * fast/repaint/selection-after-delete-expected.txt:
3116 2006-09-15 Timothy Hatcher <timothy@apple.com>
3120 Updating results to new expected values.
3122 * editing/inserting/4278698-expected.txt:
3123 * fast/dom/window-xy-properties-expected.txt:
3125 2006-09-15 Adam Roben <aroben@apple.com>
3127 Reviewed by timothy.
3129 Part of http://bugs.webkit.org/show_bug.cgi?id=10865
3130 New file upload control should match the width of the old one
3132 Update tests to match new file upload control.
3134 * fast/forms/file-input-disabled-expected.txt:
3135 * fast/forms/form-element-geometry-expected.txt:
3136 * fast/forms/input-appearance-height-expected.txt:
3137 * fast/forms/input-value-expected.txt:
3139 2006-09-15 Kevin McCullough <KMcCullough@apple.com>
3141 - just layout test result changes
3143 * fast/dom/Range/range-compareNode-expected.txt:
3144 * fast/dom/Range/range-intersectsNode-expected.txt:
3146 2006-09-14 Justin Garcia <justin.garcia@apple.com>
3148 Reviewed by harrison
3150 <rdar://problem/4655880> Up/Down arrows skip over To Do
3152 * editing/selection/mixed-editability-3-expected.checksum: Added.
3153 * editing/selection/mixed-editability-3-expected.png: Added.
3154 * editing/selection/mixed-editability-3-expected.txt: Added.
3155 * editing/selection/mixed-editability-3.html: Added.
3156 * editing/selection/mixed-editability-4-expected.checksum: Added.
3157 * editing/selection/mixed-editability-4-expected.png: Added.
3158 * editing/selection/mixed-editability-4-expected.txt: Added.
3159 * editing/selection/mixed-editability-4.html: Added.
3160 * editing/selection/mixed-editability-5-expected.checksum: Added.
3161 * editing/selection/mixed-editability-5-expected.png: Added.
3162 * editing/selection/mixed-editability-5-expected.txt: Added.
3163 * editing/selection/mixed-editability-5.html: Added.
3165 2006-09-14 Graham Dennis <graham.dennis@gmail.com>
3167 Reviewed by Justin Garcia.
3169 Modified testcase for:
3170 http://bugs.webkit.org/show_bug.cgi?id=10726
3171 Crash in ApplyStyleCommand::applyRelativeFontStyleChange
3173 * editing/style/table-selection-expected.checksum:
3174 * editing/style/table-selection-expected.png:
3175 * editing/style/table-selection-expected.txt:
3176 * editing/style/table-selection.html:
3177 This testcase was for 10579, which is very similar to this bug (10726)
3178 Now the testcase tests both bugs.
3180 2006-09-13 Adam Roben <aroben@apple.com>
3182 Rubberstamped by hyatt.
3184 Updating tables results after hyatt landed a fix for
3185 http://bugs.webkit.org/show_bug.cgi?id=8126
3186 Padding must not apply to columns
3188 * tables/mozilla/bugs/bug139524-2-expected.txt:
3189 * tables/mozilla/bugs/bug139524-4-expected.txt:
3190 * tables/mozilla/bugs/bug32841-expected.txt:
3191 * tables/mozilla/dom/appendCol2-expected.txt:
3192 * tables/mozilla/dom/deleteCol1-expected.txt:
3193 * tables/mozilla/dom/deleteCol2-expected.txt:
3194 * tables/mozilla/dom/deleteCol3-expected.txt:
3195 * tables/mozilla/dom/deleteColGroup1-expected.txt:
3196 * tables/mozilla/dom/deleteColGroup2-expected.txt:
3197 * tables/mozilla/dom/insertColGroups1-expected.txt:
3198 * tables/mozilla/dom/insertColGroups2-expected.txt:
3199 * tables/mozilla/dom/insertCols1-expected.txt:
3200 * tables/mozilla/dom/insertCols2-expected.txt:
3201 * tables/mozilla/dom/insertCols3-expected.txt:
3202 * tables/mozilla/dom/insertCols4-expected.txt:
3203 * tables/mozilla/dom/insertCols5-expected.txt:
3204 * tables/mozilla/marvin/body_col-expected.txt:
3205 * tables/mozilla/marvin/x_col_span-expected.txt:
3206 * tables/mozilla/marvin/x_col_width_px-expected.txt:
3207 * tables/mozilla/marvin/x_colgroup_span-expected.txt:
3208 * tables/mozilla/other/body_col-expected.txt:
3209 * tables/mozilla_expected_failures/bugs/bug1128-expected.txt:
3210 * tables/mozilla_expected_failures/bugs/bug29058-2-expected.txt:
3211 * tables/mozilla_expected_failures/bugs/bug45621-expected.txt:
3212 * tables/mozilla_expected_failures/bugs/bug7243-expected.txt:
3213 * tables/mozilla_expected_failures/core/cols1-expected.txt:
3214 * tables/mozilla_expected_failures/dom/appendCol1-expected.txt:
3215 * tables/mozilla_expected_failures/dom/appendColGroup1-expected.txt:
3216 * tables/mozilla_expected_failures/other/test4-expected.txt:
3218 2006-09-12 Julien Palmas <julien.palmas@gmail.com>
3220 Reviewed by darin. Landed by eseidel.
3222 * svg/custom/svgpolyparser-extra-space-expected.checksum: Added.
3223 * svg/custom/svgpolyparser-extra-space-expected.png: Added.
3224 * svg/custom/svgpolyparser-extra-space-expected.txt: Added.
3225 * svg/custom/svgpolyparser-extra-space.svg: Added.
3227 2006-09-12 Kevin McCullough <KMcCullough@apple.com>
3229 Reviewed by Andersca, Maciej, Brady.
3231 * fast/dom/Range/range-intersectsNode-expected.txt: Added.
3232 * fast/dom/Range/range-intersectsNode.html: Added.
3233 * fast/dom/Range/resources/intersectsNode.js: Added.
3235 2006-09-12 Nikolas Zimmermann <zimmermann@kde.org>
3237 Reviewed by eseidel. Landed by eseidel.
3239 Fixed: http://bugs.webkit.org/show_bug.cgi?id=10826
3241 * svg/W3C-SVG-1.1/struct-dom-01-b-expected.checksum:
3242 * svg/W3C-SVG-1.1/struct-dom-01-b-expected.png:
3243 * svg/W3C-SVG-1.1/struct-dom-01-b-expected.txt:
3245 2006-09-11 Nikolas Zimmermann <zimmermann@kde.org>
3247 Reviewed by eseidel. Landed by eseidel.
3249 * svg/custom/baseval-animval-equality.svg: Added.
3251 2006-09-11 Kevin McCullough <KMcCullough@apple.com>
3256 * fast/dom/Range/range-compareNode-expected.txt: Added.
3257 * fast/dom/Range/range-compareNode.html: Added.
3258 * fast/dom/Range/range-comparePoint.html:
3260 2006-09-11 Vladimir Olexa <vladimir.olexa@gmail.com>
3264 - test for http://bugs.webkit.org/show_bug.cgi?id=10323
3265 REGRESSION: javascript: URL containing '\\' gets passed as '//'
3267 * fast/dom/javascript-backslash-expected.txt: Added.
3268 * fast/dom/javascript-backslash.html: Added.
3270 2006-09-11 Darin Adler <darin@apple.com>
3272 - converted a test to plain text (makes it platform independent; fixes a failure)
3274 * fast/events/ondragenter-expected.checksum: Removed.
3275 * fast/events/ondragenter-expected.png: Removed.
3276 * fast/events/ondragenter-expected.txt:
3277 * fast/events/ondragenter.html:
3279 2006-09-10 Darin Adler <darin@apple.com>
3281 - converted a test to plain text (makes it platform independent; fixes a failure)
3283 * fast/text/plain-text-line-breaks-expected.checksum: Removed.
3284 * fast/text/plain-text-line-breaks-expected.png: Removed.
3285 * fast/text/plain-text-line-breaks-expected.txt: Regenerated.
3286 * fast/text/plain-text-line-breaks.html: Added a call to dumpAsText().
3288 2006-09-08 Timothy Hatcher <timothy@apple.com>
3290 Adds a test for the CSS URL quoting logic.
3292 * fast/inspector/cssURLQuotes-expected.txt: Added.
3293 * fast/inspector/cssURLQuotes.html: Added.
3295 2006-09-09 Alexey Proskuryakov <ap@nypop.com>
3299 http://bugs.webkit.org/show_bug.cgi?id=10759
3300 fast/AppleScript/array.html test failing
3302 * fast/AppleScript/001-expected.txt: Updated results.
3304 2006-09-07 Alexey Proskuryakov <ap@nypop.com>
3308 Test for http://bugs.webkit.org/show_bug.cgi?id=10753
3309 REGRESSION: The beginning of a CSS file is missing
3311 * http/tests/incremental/slow-utf8-css-expected.checksum: Added.
3312 * http/tests/incremental/slow-utf8-css-expected.png: Added.
3313 * http/tests/incremental/slow-utf8-css-expected.txt: Added.
3314 * http/tests/incremental/slow-utf8-css.pl: Added.
3316 2006-09-07 Rob Buis <buis@kde.org>
3321 <http://bugs.webkit.org/show_bug.cgi?id=9753>
3322 SVG with width and height 100% leaves room for scrollbar on the right.
3324 Also Updated .txt files (all text blocks are wider) and some updated
3325 pixel tests (some text is layouted differently because of wider text blocks).
3327 * svg/W3C-SVG-1.1/animate-elem-02-t-expected.txt:
3328 * svg/W3C-SVG-1.1/animate-elem-03-t-expected.txt:
3329 * svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt:
3330 * svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt:
3331 * svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt:
3332 * svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt:
3333 * svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt:
3334 * svg/W3C-SVG-1.1/animate-elem-09-t-expected.txt:
3335 * svg/W3C-SVG-1.1/animate-elem-10-t-expected.txt:
3336 * svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt:
3337 * svg/W3C-SVG-1.1/animate-elem-12-t-expected.txt:
3338 * svg/W3C-SVG-1.1/animate-elem-13-t-expected.txt:
3339 * svg/W3C-SVG-1.1/animate-elem-14-t-expected.txt:
3340 * svg/W3C-SVG-1.1/animate-elem-15-t-expected.txt:
3341 * svg/W3C-SVG-1.1/animate-elem-16-t-expected.txt:
3342 * svg/W3C-SVG-1.1/animate-elem-17-t-expected.txt:
3343 * svg/W3C-SVG-1.1/animate-elem-18-t-expected.txt:
3344 * svg/W3C-SVG-1.1/animate-elem-19-t-expected.txt:
3345 * svg/W3C-SVG-1.1/animate-elem-20-t-expected.txt:
3346 * svg/W3C-SVG-1.1/animate-elem-21-t-expected.txt:
3347 * svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt:
3348 * svg/W3C-SVG-1.1/animate-elem-23-t-expected.txt:
3349 * svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt:
3350 * svg/W3C-SVG-1.1/animate-elem-25-t-expected.txt:
3351 * svg/W3C-SVG-1.1/animate-elem-26-t-expected.txt:
3352 * svg/W3C-SVG-1.1/animate-elem-27-t-expected.txt:
3353 * svg/W3C-SVG-1.1/animate-elem-28-t-expected.txt:
3354 * svg/W3C-SVG-1.1/animate-elem-29-b-expected.txt:
3355 * svg/W3C-SVG-1.1/color-prof-01-f-expected.txt:
3356 * svg/W3C-SVG-1.1/color-prop-01-b-expected.txt:
3357 * svg/W3C-SVG-1.1/color-prop-02-f-expected.txt:
3358 * svg/W3C-SVG-1.1/color-prop-03-t-expected.txt:
3359 * svg/W3C-SVG-1.1/coords-trans-01-b-expected.txt:
3360 * svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt:
3361 * svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt:
3362 * svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt:
3363 * svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt:
3364 * svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt:
3365 * svg/W3C-SVG-1.1/coords-units-01-b-expected.txt:
3366 * svg/W3C-SVG-1.1/coords-units-02-b-expected.txt:
3367 * svg/W3C-SVG-1.1/coords-units-03-b-expected.txt:
3368 * svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.txt:
3369 * svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.txt:
3370 * svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt:
3371 * svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt:
3372 * svg/W3C-SVG-1.1/filters-color-01-b-expected.txt:
3373 * svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt:
3374 * svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt:
3375 * svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt:
3376 * svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.txt:
3377 * svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt:
3378 * svg/W3C-SVG-1.1/filters-example-01-b-expected.txt:
3379 * svg/W3C-SVG-1.1/filters-gauss-01-b-expected.txt:
3380 * svg/W3C-SVG-1.1/filters-image-01-b-expected.txt:
3381 * svg/W3C-SVG-1.1/filters-light-01-f-expected.txt:
3382 * svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt:
3383 * svg/W3C-SVG-1.1/filters-offset-01-b-expected.txt:
3384 * svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt:
3385 * svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt:
3386 * svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt:
3387 * svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt:
3388 * svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt:
3389 * svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt:
3390 * svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt:
3391 * svg/W3C-SVG-1.1/interact-cursor-01-f-expected.txt:
3392 * svg/W3C-SVG-1.1/interact-dom-01-b-expected.txt:
3393 * svg/W3C-SVG-1.1/interact-events-01-b-expected.txt:
3394 * svg/W3C-SVG-1.1/interact-order-01-b-expected.txt:
3395 * svg/W3C-SVG-1.1/interact-order-02-b-expected.txt:
3396 * svg/W3C-SVG-1.1/interact-order-03-b-expected.txt:
3397 * svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt:
3398 * svg/W3C-SVG-1.1/linking-a-01-b-expected.txt:
3399 * svg/W3C-SVG-1.1/linking-a-02-b-expected.txt:
3400 * svg/W3C-SVG-1.1/linking-a-03-b-expected.txt:
3401 * svg/W3C-SVG-1.1/linking-a-04-t-expected.txt:
3402 * svg/W3C-SVG-1.1/linking-uri-01-b-expected.txt:
3403 * svg/W3C-SVG-1.1/linking-uri-02-b-expected.txt:
3404 * svg/W3C-SVG-1.1/linking-uri-03-t-expected.txt:
3405 * svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt:
3406 * svg/W3C-SVG-1.1/masking-opacity-01-b-expected.txt:
3407 * svg/W3C-SVG-1.1/masking-path-01-b-expected.txt:
3408 * svg/W3C-SVG-1.1/masking-path-02-b-expected.txt:
3409 * svg/W3C-SVG-1.1/masking-path-03-b-expected.txt:
3410 * svg/W3C-SVG-1.1/masking-path-04-b-expected.txt:
3411 * svg/W3C-SVG-1.1/masking-path-05-f-expected.txt:
3412 * svg/W3C-SVG-1.1/metadata-example-01-b-expected.txt:
3413 * svg/W3C-SVG-1.1/painting-fill-01-t-expected.txt:
3414 * svg/W3C-SVG-1.1/painting-fill-02-t-expected.txt:
3415 * svg/W3C-SVG-1.1/painting-fill-03-t-expected.txt:
3416 * svg/W3C-SVG-1.1/painting-fill-04-t-expected.txt:
3417 * svg/W3C-SVG-1.1/painting-marker-01-f-expected.txt:
3418 * svg/W3C-SVG-1.1/painting-marker-02-f-expected.txt:
3419 * svg/W3C-SVG-1.1/painting-render-01-b-expected.txt:
3420 * svg/W3C-SVG-1.1/painting-stroke-01-t-expected.checksum:
3421 * svg/W3C-SVG-1.1/painting-stroke-01-t-expected.png:
3422 * svg/W3C-SVG-1.1/painting-stroke-01-t-expected.txt:
3423 * svg/W3C-SVG-1.1/painting-stroke-02-t-expected.checksum:
3424 * svg/W3C-SVG-1.1/painting-stroke-02-t-expected.png:
3425 * svg/W3C-SVG-1.1/painting-stroke-02-t-expected.txt:
3426 * svg/W3C-SVG-1.1/painting-stroke-03-t-expected.checksum:
3427 * svg/W3C-SVG-1.1/painting-stroke-03-t-expected.png:
3428 * svg/W3C-SVG-1.1/painting-stroke-03-t-expected.txt:
3429 * svg/W3C-SVG-1.1/painting-stroke-04-t-expected.checksum:
3430 * svg/W3C-SVG-1.1/painting-stroke-04-t-expected.png:
3431 * svg/W3C-SVG-1.1/painting-stroke-04-t-expected.txt:
3432 * svg/W3C-SVG-1.1/paths-data-01-t-expected.txt:
3433 * svg/W3C-SVG-1.1/paths-data-02-t-expected.txt:
3434 * svg/W3C-SVG-1.1/paths-data-03-f-expected.txt:
3435 * svg/W3C-SVG-1.1/paths-data-04-t-expected.txt:
3436 * svg/W3C-SVG-1.1/paths-data-05-t-expected.txt:
3437 * svg/W3C-SVG-1.1/paths-data-06-t-expected.txt:
3438 * svg/W3C-SVG-1.1/paths-data-07-t-expected.txt:
3439 * svg/W3C-SVG-1.1/pservers-grad-01-b-expected.txt:
3440 * svg/W3C-SVG-1.1/pservers-grad-02-b-expected.txt:
3441 * svg/W3C-SVG-1.1/pservers-grad-03-b-expected.txt:
3442 * svg/W3C-SVG-1.1/pservers-grad-04-b-expected.txt:
3443 * svg/W3C-SVG-1.1/pservers-grad-05-b-expected.txt:
3444 * svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt:
3445 * svg/W3C-SVG-1.1/pservers-grad-07-b-expected.txt:
3446 * svg/W3C-SVG-1.1/pservers-grad-08-b-expected.txt:
3447 * svg/W3C-SVG-1.1/pservers-grad-09-b-expected.txt:
3448 * svg/W3C-SVG-1.1/pservers-grad-10-b-expected.txt:
3449 * svg/W3C-SVG-1.1/pservers-grad-11-b-expected.txt:
3450 * svg/W3C-SVG-1.1/pservers-grad-12-b-expected.txt:
3451 * svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.txt:
3452 * svg/W3C-SVG-1.1/render-elems-01-t-expected.txt:
3453 * svg/W3C-SVG-1.1/render-elems-02-t-expected.txt:
3454 * svg/W3C-SVG-1.1/render-elems-03-t-expected.txt:
3455 * svg/W3C-SVG-1.1/render-elems-06-t-expected.txt:
3456 * svg/W3C-SVG-1.1/render-elems-07-t-expected.txt:
3457 * svg/W3C-SVG-1.1/render-elems-08-t-expected.txt:
3458 * svg/W3C-SVG-1.1/render-groups-01-b-expected.txt:
3459 * svg/W3C-SVG-1.1/render-groups-03-t-expected.txt:
3460 * svg/W3C-SVG-1.1/script-handle-01-b-expected.txt:
3461 * svg/W3C-SVG-1.1/script-handle-02-b-expected.txt:
3462 * svg/W3C-SVG-1.1/script-handle-03-b-expected.txt:
3463 * svg/W3C-SVG-1.1/script-handle-04-b-expected.txt:
3464 * svg/W3C-SVG-1.1/shapes-circle-01-t-expected.txt:
3465 * svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.txt:
3466 * svg/W3C-SVG-1.1/shapes-line-01-t-expected.txt:
3467 * svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.txt:
3468 * svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.txt:
3469 * svg/W3C-SVG-1.1/shapes-rect-01-t-expected.txt:
3470 * svg/W3C-SVG-1.1/struct-cond-01-t-expected.txt:
3471 * svg/W3C-SVG-1.1/struct-cond-02-t-expected.txt:
3472 * svg/W3C-SVG-1.1/struct-defs-01-t-expected.txt:
3473 * svg/W3C-SVG-1.1/struct-dom-01-b-expected.txt:
3474 * svg/W3C-SVG-1.1/struct-dom-02-b-expected.txt:
3475 * svg/W3C-SVG-1.1/struct-dom-03-b-expected.txt:
3476 * svg/W3C-SVG-1.1/struct-dom-04-b-expected.txt:
3477 * svg/W3C-SVG-1.1/struct-dom-05-b-expected.txt:
3478 * svg/W3C-SVG-1.1/struct-dom-06-b-expected.txt:
3479 * svg/W3C-SVG-1.1/struct-group-01-t-expected.txt:
3480 * svg/W3C-SVG-1.1/struct-group-02-b-expected.txt:
3481 * svg/W3C-SVG-1.1/struct-image-01-t-expected.txt:
3482 * svg/W3C-SVG-1.1/struct-image-02-b-expected.txt:
3483 * svg/W3C-SVG-1.1/struct-image-03-t-expected.txt:
3484 * svg/W3C-SVG-1.1/struct-image-04-t-expected.txt:
3485 * svg/W3C-SVG-1.1/struct-image-05-b-expected.txt:
3486 * svg/W3C-SVG-1.1/struct-symbol-01-b-expected.txt:
3487 * svg/W3C-SVG-1.1/styling-css-01-b-expected.txt:
3488 * svg/W3C-SVG-1.1/styling-css-02-b-expected.txt:
3489 * svg/W3C-SVG-1.1/styling-css-03-b-expected.txt:
3490 * svg/W3C-SVG-1.1/styling-inherit-01-b-expected.txt:
3491 * svg/W3C-SVG-1.1/styling-pres-01-t-expected.txt:
3492 * svg/W3C-SVG-1.1/text-align-01-b-expected.txt:
3493 * svg/W3C-SVG-1.1/text-align-02-b-expected.checksum:
3494 * svg/W3C-SVG-1.1/text-align-02-b-expected.png:
3495 * svg/W3C-SVG-1.1/text-align-02-b-expected.txt:
3496 * svg/W3C-SVG-1.1/text-align-03-b-expected.checksum:
3497 * svg/W3C-SVG-1.1/text-align-03-b-expected.png:
3498 * svg/W3C-SVG-1.1/text-align-03-b-expected.txt:
3499 * svg/W3C-SVG-1.1/text-align-04-b-expected.txt:
3500 * svg/W3C-SVG-1.1/text-align-05-b-expected.txt:
3501 * svg/W3C-SVG-1.1/text-align-06-b-expected.txt:
3502 * svg/W3C-SVG-1.1/text-altglyph-01-b-expected.txt:
3503 * svg/W3C-SVG-1.1/text-deco-01-b-expected.txt:
3504 * svg/W3C-SVG-1.1/text-fonts-01-t-expected.txt:
3505 * svg/W3C-SVG-1.1/text-fonts-02-t-expected.txt:
3506 * svg/W3C-SVG-1.1/text-path-01-b-expected.txt:
3507 * svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt:
3508 * svg/W3C-SVG-1.1/text-text-01-b-expected.txt:
3509 * svg/W3C-SVG-1.1/text-text-03-b-expected.checksum:
3510 * svg/W3C-SVG-1.1/text-text-03-b-expected.png:
3511 * svg/W3C-SVG-1.1/text-text-03-b-expected.txt:
3512 * svg/W3C-SVG-1.1/text-tref-01-b-expected.txt:
3513 * svg/W3C-SVG-1.1/text-tselect-01-b-expected.txt:
3514 * svg/W3C-SVG-1.1/text-tspan-01-b-expected.txt:
3515 * svg/W3C-SVG-1.1/text-ws-01-t-expected.txt:
3516 * svg/W3C-SVG-1.1/text-ws-02-t-expected.txt:
3517 * svg/custom/coords-relative-units-transforms-expected.txt:
3518 * svg/custom/feComponentTransfer-Discrete-expected.txt:
3519 * svg/custom/feComponentTransfer-Gamma-expected.txt:
3520 * svg/custom/feComponentTransfer-Linear-expected.txt:
3521 * svg/custom/feComponentTransfer-Table-expected.txt:
3522 * svg/custom/image-with-transform-clip-filter-expected.txt:
3523 * svg/custom/invalid-css-expected.txt:
3524 * svg/custom/invalid-viewbox1-expected.txt:
3525 * svg/custom/invalid-viewbox2-expected.txt:
3526 * svg/custom/non-opaque-filters-expected.txt:
3527 * svg/custom/percentage-rect-expected.checksum:
3528 * svg/custom/percentage-rect-expected.png:
3529 * svg/custom/percentage-rect-expected.txt:
3530 * svg/custom/pointer-events-path-expected.txt:
3531 * svg/custom/svg-overflow-types-expected.txt:
3532 * svg/custom/text-clip-expected.txt:
3533 * svg/custom/text-filter-expected.txt:
3534 * svg/custom/text-gradient-no-content-expected.checksum:
3535 * svg/custom/text-gradient-no-content-expected.png:
3536 * svg/custom/text-gradient-no-content-expected.txt:
3537 * svg/custom/text-hit-test-expected.txt: