1 2006-12-07 Geoffrey Garen <ggaren@apple.com>
3 Reviewed by Beth Dakin.
5 Tests for the change and blur events in input elements.
7 * fast/events/onchange-passwordfield-expected.txt: Added.
8 * fast/events/onchange-passwordfield.html: Added.
9 * fast/events/onchange-searchfield-expected.txt: Added.
10 * fast/events/onchange-searchfield.html: Added.
11 * fast/events/onchange-textfield-expected.txt: Added.
12 * fast/events/onchange-textfield.html: Added.
14 2006-12-07 Anders Carlsson <acarlsson@apple.com>
18 <rdar://problem/4838778>
19 DashboardClient crashing in WebCore::SubresourceLoader::didFail.
21 * http/tests/xmlhttprequest/abort-crash-expected.txt: Added.
22 * http/tests/xmlhttprequest/abort-crash.html: Added.
23 * http/tests/xmlhttprequest/hello-world.cgi: Added.
25 2006-12-07 Kirby White <KWhiteRight@gmail.com>
29 http://bugs.webkit.org/show_bug.cgi?id=11771
30 Bug 11771: Add a test for resetting a textarea form control
32 * fast/dom/HTMLTextAreaElement/reset-textarea-expected.checksum: Added.
33 * fast/dom/HTMLTextAreaElement/reset-textarea-expected.png: Added.
34 * fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt: Added.
35 * fast/dom/HTMLTextAreaElement/reset-textarea.html: Added.
37 2006-12-06 Justin Garcia <justin.garcia@apple.com>
41 <rdar://problem/4818134>
42 Crash in WebCore::selectRange when invoking WebView:insertNewLine in any empty content editable DIV.
44 * editing/selection/select-line-expected.txt: Added.
45 * editing/selection/select-line.html: Added.
47 2006-12-06 Justin Garcia <justin.garcia@apple.com>
51 <rdar://problem/4854869>
52 Inserting a new line in a contenteditable=true SPAN whose parent is a DIV asserts
54 * editing/deleting/delete-mixed-editable-content-001-expected.txt:
55 * editing/inserting/editable-inline-element-expected.checksum: Added.
56 * editing/inserting/editable-inline-element-expected.txt: Added.
57 * editing/inserting/editable-inline-element-expected.png: Added.
58 * editing/inserting/editable-inline-element.html: Added.
60 2006-12-06 Justin Garcia <justin.garcia@apple.com>
64 <rdar://problem/4753545>
65 REGRESSION: Edited whitespace sequences are all nbsps (10636)
67 * editing/inserting/edited-whitespace-1-expected.checksum: Added.
68 * editing/inserting/edited-whitespace-1-expected.png: Added.
69 * editing/inserting/edited-whitespace-1-expected.txt: Added.
70 * editing/inserting/edited-whitespace-1.html: Added.
72 2006-12-05 Rob Buis <buis@kde.org>
77 http://bugs.webkit.org/show_bug.cgi?id=11686
78 WebKit draws Carto.net tabgroup example completely incorrectly (ff does fine)
80 * svg/custom/getBBox-js-expected.txt: Added.
81 * svg/custom/getBBox-js.svg: Added.
83 2006-12-05 Kirby White <KWhiteRight@gmail.com>
85 Reviewed and landed by Alexey.
87 * fast/dom/HTMLSelectElement/listbox-select-reset-expected.txt: Added.
88 * fast/dom/HTMLSelectElement/listbox-select-reset.html: Added.
90 2006-12-05 Alexey Proskuryakov <ap@webkit.org>
94 Make this test pass on PowerPC, too (the calculation was giving 4.7e-16 instead of zero,
95 now rounding it to 15 digits).
97 * svg/custom/getTransformToElement.svg:
99 2006-12-04 Darin Adler <darin@apple.com>
103 - test the part of http://bugs.webkit.org/show_bug.cgi?id=11628
104 REGRESSION (r17597): Command-return in text fields doesn't open a new tab or window
105 that can easily be tested from the DOM -- this only checks that
106 simulated mouse events from clicking on a link have the key state
107 from the Enter key keyboard event, which is one part of the fix
110 * fast/events/simulated-key-state-expected.txt: Added.
111 * fast/events/simulated-key-state.html: Added.
113 2006-12-02 Geoffrey Garen <ggaren@apple.com>
115 Reviewed by Darin Adler.
117 Removed Dashboard quirk from expected results. Now that we have a Dashboard
118 quirks mode, there's no reason to keep the old, bad behavior in the browser.
120 * http/tests/xmlhttprequest/exceptions-expected.txt:
121 * http/tests/xmlhttprequest/exceptions.html:
123 2006-12-04 Rob Buis <buis@kde.org>
130 http://bugs.webkit.org/show_bug.cgi?id=3280
131 With LEGEND element, align=right value is not supported
132 http://bugs.webkit.org/show_bug.cgi?id=11544
133 <legend> rendering doesn't take align into account
135 * fast/forms/fieldset-align-expected.checksum: Added.
136 * fast/forms/fieldset-align-expected.png: Added.
137 * fast/forms/fieldset-align-expected.txt: Added.
138 * fast/forms/fieldset-align.html: Added.
140 2006-12-03 Nikolas Zimmermann <zimmermann@kde.org>
144 Add a new set of svg layout tests specifically testing SVGPoint/SVGRect/SVGNumber js wrapping.
146 It's related to following bugs:
147 http://bugs.webkit.org/show_bug.cgi?id=11734
148 http://bugs.webkit.org/show_bug.cgi?id=11685
150 * svg/custom/SVGNumber-interface-expected.checksum: Added.
151 * svg/custom/SVGNumber-interface-expected.png: Added.
152 * svg/custom/SVGNumber-interface-expected.txt: Added.
153 * svg/custom/SVGNumber-interface.svg: Added.
154 * svg/custom/SVGPoint-interface-expected.checksum: Added.
155 * svg/custom/SVGPoint-interface-expected.png: Added.
156 * svg/custom/SVGPoint-interface-expected.txt: Added.
157 * svg/custom/SVGPoint-interface.svg: Added.
158 * svg/custom/SVGPoint-matrixTransform-expected.checksum: Added.
159 * svg/custom/SVGPoint-matrixTransform-expected.txt: Added.
160 * svg/custom/SVGPoint-matrixTransform.svg: Added.
161 * svg/custom/SVGRect-interface-expected.checksum: Added.
162 * svg/custom/SVGRect-interface-expected.png: Added.
163 * svg/custom/SVGRect-interface-expected.txt: Added.
164 * svg/custom/SVGRect-interface.svg: Added.
166 2006-12-03 Rob Buis <buis@kde.org>
171 http://bugs.webkit.org/show_bug.cgi?id=11667
172 SVG: method .getTransformToElement(elt) in SVGLocatable not implemented
174 * svg/custom/getTransformToElement-expected.checksum: Added.
175 * svg/custom/getTransformToElement-expected.png: Added.
176 * svg/custom/getTransformToElement-expected.txt: Added.
177 * svg/custom/getTransformToElement.svg: Added.
179 2006-12-03 Alexey Proskuryakov <ap@webkit.org>
183 This test used to be a pixel one, but without pixel results provided - converted to text.
185 * http/tests/xmlhttprequest/frame-load-cancelled-abort-expected.txt:
186 * http/tests/xmlhttprequest/frame-load-cancelled-abort.html:
188 * http/tests/xmlhttprequest/resources/frame-load-to-cancel.html: Added a parameter to send()
189 to make the test work in Firefox.
191 2006-12-02 Mitz Pettel <mitz@webkit.org>
195 - test for http://bugs.webkit.org/show_bug.cgi?id=11672
196 REGRESSION (r17068): Repro crash due to painting without layout
198 * fast/dynamic/containing-block-change-expected.checksum: Added.
199 * fast/dynamic/containing-block-change-expected.png: Added.
200 * fast/dynamic/containing-block-change-expected.txt: Added.
201 * fast/dynamic/containing-block-change.html: Added.
203 2006-12-01 Justin Garcia <justin.garcia@apple.com>
207 <rdar://problem/4826940>
208 Selection change performed even when delete delegate replies NO (11415)
210 Removed unnecessary shouldChangeSelection calls;
211 * editing/deleting/delete-at-start-or-end-expected.txt:
212 * editing/deleting/delete-br-002-expected.txt:
213 * editing/deleting/delete-br-004-expected.txt:
214 * editing/deleting/delete-br-005-expected.txt:
215 * editing/deleting/delete-br-006-expected.txt:
216 * editing/deleting/delete-br-009-expected.txt:
217 * editing/deleting/delete-br-010-expected.txt:
218 * editing/deleting/delete-br-012-expected.txt:
219 * editing/deleting/delete-hr-expected.txt:
220 * editing/deleting/delete-tab-004-expected.txt:
221 * editing/deleting/forward-delete-expected.txt:
222 * editing/deleting/merge-into-empty-block-1-expected.txt:
223 * editing/deleting/merge-into-empty-block-2-expected.txt:
224 * editing/execCommand/format-block-expected.txt:
225 * editing/execCommand/outdent-selection-expected.txt:
226 * editing/inserting/editing-empty-divs-expected.txt:
227 * editing/inserting/insert-3800346-fix-expected.txt:
228 * editing/inserting/insert-br-004-expected.txt:
229 * editing/inserting/insert-br-005-expected.txt:
230 * editing/inserting/insert-br-006-expected.txt:
231 * editing/inserting/insert-br-008-expected.txt:
232 * editing/inserting/insert-div-006-expected.txt:
233 * editing/inserting/insert-div-008-expected.txt:
234 * editing/inserting/insert-div-010-expected.txt:
235 * editing/inserting/insert-div-011-expected.txt:
236 * editing/inserting/insert-div-013-expected.txt:
237 * editing/inserting/insert-div-015-expected.txt:
238 * editing/inserting/insert-div-019-expected.txt:
239 * editing/inserting/insert-div-021-expected.txt:
240 * editing/inserting/insert-paragraph-01-expected.txt:
241 * editing/inserting/insert-paragraph-03-expected.txt:
242 * editing/inserting/insert-tab-004-expected.txt:
243 * editing/inserting/insert-text-with-newlines-expected.txt:
244 * editing/inserting/line-break-expected.txt:
245 * editing/pasteboard/3976872-expected.txt:
246 * editing/pasteboard/paste-text-005-expected.txt:
247 * editing/pasteboard/paste-text-006-expected.txt:
248 * editing/pasteboard/paste-text-007-expected.txt:
249 * editing/pasteboard/paste-text-010-expected.txt:
250 * editing/pasteboard/paste-text-014-expected.txt:
251 * editing/pasteboard/paste-text-016-expected.txt:
252 * editing/pasteboard/quirks-mode-br-2-expected.txt:
253 * editing/style/apple-style-editable-mix-expected.txt:
254 * editing/style/block-style-001-expected.txt:
255 * editing/style/block-style-002-expected.txt:
256 * editing/style/block-style-003-expected.txt:
257 * editing/style/block-style-006-expected.txt:
258 * editing/style/create-block-for-style-005-expected.txt:
259 * editing/style/create-block-for-style-006-expected.txt:
260 * editing/style/create-block-for-style-008-expected.txt:
261 * editing/style/relative-font-size-change-002-expected.txt:
262 * editing/style/relative-font-size-change-003-expected.txt:
263 * editing/style/relative-font-size-change-004-expected.txt:
264 * editing/style/table-selection-expected.txt:
266 2006-11-30 John Sullivan <sullivan@apple.com>
270 * editing/execCommand/create-list-from-range-selection-expected.checksum:
271 * editing/execCommand/create-list-from-range-selection-expected.png:
272 * editing/execCommand/create-list-from-range-selection-expected.txt:
273 * editing/execCommand/create-list-from-range-selection.html:
274 This test's results were broken by using rangeCompliantEquivalent at
275 appropriate places in CompositeEditCommand.cpp::moveParagraphs(), presumably
276 by revealing a different bug. Justin is going to look into this; for now I've
277 updated the result so that it won't appear to fail for others.
279 * editing/execCommand/create-list-with-hr-expected.checksum:
280 * editing/execCommand/create-list-with-hr-expected.png:
281 * editing/execCommand/create-list-with-hr-expected.txt:
282 * editing/execCommand/create-list-with-hr.html:
283 This test's results were improved by using rangeCompliantEquivalent at
284 appropriate places in CompositeEditCommand.cpp::moveParagraphs() -- it used
285 to create an extra <div>, and now it does not.
287 2006-11-29 Justin Garcia <justin.garcia@apple.com>
291 <rdar://problem/4845371>
292 In Mail, a crash occurs at WebCore::Node::traverseNextNode() when cutting selected text from a HTML message
294 * editing/deleting/4845371-expected.checksum: Added.
295 * editing/deleting/4845371-expected.png: Added.
296 * editing/deleting/4845371-expected.txt: Added.
297 * editing/deleting/4845371.html: Added.
299 2006-11-28 David Harrison <harrison@apple.com>
303 <rdar://problem/4852804> selection color does not get drawn over the missing image rectangle
305 * editing/selection/select-missing-image-expected.checksum: Added.
306 * editing/selection/select-missing-image-expected.png: Added.
307 * editing/selection/select-missing-image-expected.txt: Added.
308 * editing/selection/select-missing-image.html: Added.
310 2006-11-28 Justin Garcia <justin.garcia@apple.com>
314 <rdar://problem/4397952>
315 Cannot select buttons at the end of a document, preventing copy/paste
317 * editing/selection/4397952-expected.checksum: Added.
318 * editing/selection/4397952-expected.png: Added.
319 * editing/selection/4397952-expected.txt: Added.
320 * editing/selection/4397952.html: Added.
322 2006-11-27 Alexey Proskuryakov <ap@webkit.org>
326 Test for http://bugs.webkit.org/show_bug.cgi?id=11694
327 XSLT output method does not default to HTML when the target document is HTML
329 * fast/xsl/default-html-expected.txt: Added.
330 * fast/xsl/default-html.html: Added.
332 2006-11-27 Kevin McCullough <KMcCullough@apple.com>
336 * fast/forms/resources/success.html: Removed.
337 * fast/forms/targeted-frame-submission-expected.checksum:
338 * fast/forms/targeted-frame-submission-expected.png:
339 * fast/forms/targeted-frame-submission-expected.txt:
340 * fast/forms/targeted-frame-submission.html:
342 2006-11-27 Kevin McCullough <KMcCullough@apple.com>
344 Reviewed by Adam and Anders.
347 Targeted frame submission.
349 * fast/forms/resources/success.html: Added.
350 * fast/forms/targeted-frame-submission-expected.checksum: Added.
351 * fast/forms/targeted-frame-submission-expected.png: Added.
352 * fast/forms/targeted-frame-submission-expected.txt: Added.
353 * fast/forms/targeted-frame-submission.html: Added.
355 2006-11-24 Rob Buis <buis@kde.org>
360 http://bugs.webkit.org/show_bug.cgi?id=11666
361 .getScreenCTM() returns wrong values
363 * svg/custom/text-ctm-expected.checksum: Added.
364 * svg/custom/text-ctm-expected.png: Added.
365 * svg/custom/text-ctm-expected.txt: Added.
366 * svg/custom/text-ctm.svg: Added.
368 2006-11-22 Rob Buis <buis@kde.org>
373 http://bugs.webkit.org/show_bug.cgi?id=11661
374 SVG: stroke not sensitive to mouse events (hit testing fails)
376 * svg/custom/hit-test-path-stroke-expected.checksum: Added.
377 * svg/custom/hit-test-path-stroke-expected.png: Added.
378 * svg/custom/hit-test-path-stroke-expected.txt: Added.
379 * svg/custom/hit-test-path-stroke.svg: Added.
381 2006-11-21 Alex Taylor <darwin@techvisual.co.nz>
385 Pixel tests for border radius rendering bug
386 - http://bugs.webkit.org/show_bug.cgi?id=11587
388 * fast/borders/borderRadiusArcs01-expected.checksum: Added.
389 * fast/borders/borderRadiusArcs01-expected.png: Added.
390 * fast/borders/borderRadiusArcs01-expected.txt: Added.
391 * fast/borders/borderRadiusArcs01.html: Added.
393 2006-11-20 W. Andy Carrel <wac@google.com>
397 http://bugs.webkit.org/show_bug.cgi?id=11501
398 REGRESSION: \u no longer escapes metacharacters in RegExps
399 http://bugs.webkit.org/show_bug.cgi?id=11502
400 Serializing RegExps doesn't preserve Unicode escapes
402 * fast/js/kde/RegExp-expected.txt:
403 * fast/js/regexp-unicode-handling-expected.txt:
404 Adjust these test results to passing as a result of other included
405 changes in this revision.
407 2006-11-20 Alexey Proskuryakov <ap@webkit.org>
411 http://bugs.webkit.org/show_bug.cgi?id=10736
412 XMLHttpRequest.responseXML should be null on error
414 * http/tests/xmlhttprequest/zero-length-response-expected.txt:
415 * http/tests/xmlhttprequest/zero-length-response-sync-expected.txt:
416 Updated the results for the new behavior.
418 2006-11-20 Alexey Proskuryakov <ap@webkit.org>
420 Reviewed by Sam Weinig.
422 http://bugs.webkit.org/show_bug.cgi?id=11633
423 Implement XMLDocument properties xmlEncoding, xmlVersion, xmlStandalone
425 * dom/xhtml/level3/core/documentgetxmlencoding01-expected.txt:
426 * dom/xhtml/level3/core/documentgetxmlencoding03-expected.txt
427 * dom/xhtml/level3/core/documentgetxmlstandalone04-expected.txt:
428 * dom/xhtml/level3/core/documentgetxmlversion01-expected.txt:
429 * dom/xhtml/level3/core/documentgetxmlversion02-expected.txt:
430 * dom/xhtml/level3/core/documentgetxmlversion03-expected.txt:
433 * dom/xhtml/level3/core/documentgetxmlencoding03.xhtml: Re-added a correct test.
435 * fast/dom/Window/window-properties-expected.txt: Added these new properties.
437 * http/tests/xmlhttprequest/xml-encoding-expected.txt: Added.
438 * http/tests/xmlhttprequest/xml-encoding.html: Added.
439 * http/tests/xmlhttprequest/resources/xml-encoding.xml: Added.
440 * http/tests/xmlhttprequest/resources/post-echo-as-utf-8.cgi: Added.
441 Test how xmlEncoding interacts with XMLHttpRequest.
443 2006-11-19 Alexey Proskuryakov <ap@webkit.org>
445 Removed parts of an incorrectly committed test, to be re-added later.
447 * dom/xhtml/level3/core/documentgetxmlencoding03-expected.png: Removed.
448 * dom/xhtml/level3/core/documentgetxmlencoding03-expected.checksum: Removed.
449 * dom/xhtml/level3/core/documentgetxmlencoding03.xhtml: Removed.
451 2006-11-19 Mitz Pettel <mitz@webkit.org>
455 - http://bugs.webkit.org/show_bug.cgi?id=11626
456 Automate test for rdar://problem/4056100
458 * fast/repaint/delete-into-nested-block-expected.checksum: Added.
459 * fast/repaint/delete-into-nested-block-expected.png: Added.
460 * fast/repaint/delete-into-nested-block-expected.txt: Added.
461 * fast/repaint/delete-into-nested-block.html: Added.
463 2006-11-18 Anders Carlsson <acarlsson@apple.com>
467 Add tests for crash when garbage collecting node iterators and tree walkers
468 without a node filter.
470 * fast/dom/node-filter-gc-expected.txt: Added.
471 * fast/dom/node-filter-gc.html: Added.
473 2006-11-18 Rob Buis <buis@kde.org>
478 http://bugs.webkit.org/show_bug.cgi?id=11321
479 Element with :target pseudo-class still matched after fragment identifier change
481 * fast/css/target-fragment-match-expected.checksum: Added.
482 * fast/css/target-fragment-match-expected.png: Added.
483 * fast/css/target-fragment-match-expected.txt: Added.
484 * fast/css/target-fragment-match.html: Added.
486 2006-11-18 Alexey Proskuryakov <ap@webkit.org>
488 Reviewed by Rob (yay!).
490 http://bugs.webkit.org/show_bug.cgi?id=11640
491 XMLHttpRequest produces undefined:undefined HTTP authentication
493 * http/tests/xmlhttprequest/basic-auth-expected.txt:
494 * http/tests/xmlhttprequest/basic-auth.html:
495 Added tests for undefined.
497 2006-11-17 Justin Garcia <justin.garcia@apple.com>
501 <rdar://problem/4237467> REGRESSION: Pasting word from quoted text quotes the destination
502 <rdar://problem/4017358> quoted text is wrong color, when pasted as quotation
505 * editing/pasteboard/merge-end-blockquote-expected.checksum:
506 * editing/pasteboard/merge-end-blockquote-expected.png:
507 * editing/pasteboard/merge-end-blockquote-expected.txt:
508 * editing/pasteboard/merge-end-blockquote.html:
511 * editing/pasteboard/paste-blockquote-1-expected.checksum: Added.
512 * editing/pasteboard/paste-blockquote-1-expected.png: Added.
513 * editing/pasteboard/paste-blockquote-1-expected.txt: Added.
514 * editing/pasteboard/paste-blockquote-1.html: Added.
515 * editing/pasteboard/paste-blockquote-2-expected.checksum: Added.
516 * editing/pasteboard/paste-blockquote-2-expected.png: Added.
517 * editing/pasteboard/paste-blockquote-2-expected.txt: Added.
518 * editing/pasteboard/paste-blockquote-2.html: Added.
519 * editing/pasteboard/paste-blockquote-3-expected.checksum: Added.
520 * editing/pasteboard/paste-blockquote-3-expected.png: Added.
521 * editing/pasteboard/paste-blockquote-3-expected.txt: Added.
522 * editing/pasteboard/paste-blockquote-3.html: Added.
524 2006-11-16 Rob Buis <buis@kde.org>
526 Reviewed and landed by Brady
529 http://bugs.webkit.org/show_bug.cgi?id=11590
530 Bug 11590: REGRESSION (r17726-r17742): Wikipedia page intermittently loads but doesn't render
532 * fast/css/import-rule-regression-11590-expected.txt: Added.
533 * fast/css/import-rule-regression-11590.html: Added.
534 * fast/css/resources/imports.css: Added.
535 * fast/css/resources/style.css: Added.
537 2006-11-15 Adele Peterson <adele@apple.com>
541 Updating results for new slider implementation.
543 * fast/forms/input-appearance-height-expected.checksum:
544 * fast/forms/input-appearance-height-expected.png:
545 * fast/forms/input-appearance-height-expected.txt:
547 2006-11-14 Justin Garcia <justin.garcia@apple.com>
551 <rdar://problem/4806874>
552 Missing background image after paste
554 Checking in new expected results for fixes:
555 * editing/inserting/insert-3851164-fix-expected.checksum:
556 * editing/inserting/insert-3851164-fix-expected.png:
557 * editing/selection/drag-in-iframe-expected.checksum:
558 * editing/selection/drag-in-iframe-expected.png:
560 Same, but also removing an outdated comment about a bug:
561 * editing/pasteboard/paste-text-019-expected.checksum:
562 * editing/pasteboard/paste-text-019-expected.png:
563 * editing/pasteboard/paste-text-019-expected.txt:
564 * editing/pasteboard/paste-text-019.html:
567 * editing/pasteboard/4806874-expected.checksum: Added.
568 * editing/pasteboard/4806874-expected.png: Added.
569 * editing/pasteboard/4806874-expected.txt: Added.
570 * editing/pasteboard/4806874.html: Added.
572 Equivalent render trees:
573 * editing/inserting/insert-3907422-fix-expected.txt:
574 * editing/pasteboard/paste-text-011-expected.txt:
575 * editing/pasteboard/paste-text-015-expected.txt:
577 2006-11-14 Mitz Pettel <mitz@webkit.org>
579 http://bugs.webkit.org/show_bug.cgi?id=11575
580 Bug 11575: REGRESSION: WebCore crash in CSSParser/HTMLTokenizer
582 * fast/css/css-imports-expected.checksum: Added.
583 * fast/css/css-imports-expected.png: Added.
584 * fast/css/css-imports-expected.txt: Added.
585 * fast/css/css-imports.html: Added.
586 * fast/css/resources/css-imports-2.css: Added.
587 * fast/css/resources/css-imports.css: Added.
589 2006-11-13 Justin Garcia <justin.garcia@apple.com>
593 * editing/selection/drag-select-1-expected.checksum: Added.
594 * editing/selection/drag-select-1-expected.png: Added.
595 * editing/selection/drag-select-1-expected.txt: Added.
596 * editing/selection/drag-select-1.html: Added.
598 2006-11-13 Justin Garcia <justin.garcia@apple.com>
602 * editing/pasteboard/paste-unrendered-select-expected.checksum: Added.
603 * editing/pasteboard/paste-unrendered-select-expected.png: Added.
604 * editing/pasteboard/paste-unrendered-select-expected.txt: Added.
605 * editing/pasteboard/paste-unrendered-select.html: Added.
607 2006-11-11 Rob Buis <buis@kde.org>
612 http://bugs.webkit.org/show_bug.cgi?id=10893
613 InsertRule can not handle @import statements
615 * fast/dom/css-insert-import-rule-expected.txt: Added.
616 * fast/dom/css-insert-import-rule.html: Added.
617 * fast/dom/resources/css-insert-import-rule-red.css: Added.
619 2006-11-11 Graham Dennis <graham.dennis@gmail.com>
623 REGRESSION (r16122): min/max widths incorrectly calculated for contentEditable text
624 http://bugs.webkit.org/show_bug.cgi?id=11570
626 * fast/text/whitespace/nbsp-mode-and-linewraps-expected.checksum: Added.
627 * fast/text/whitespace/nbsp-mode-and-linewraps-expected.png: Added.
628 * fast/text/whitespace/nbsp-mode-and-linewraps-expected.txt: Added.
629 * fast/text/whitespace/nbsp-mode-and-linewraps.html: Added.
631 2006-11-10 Justin Garcia <justin.garcia@apple.com>
635 <rdar://problem/4069359>
636 Deleting hyperlink text, then typing uses link typing style but loses the link itself
638 * editing/deleting/delete-link-1-expected.checksum: Added.
639 * editing/deleting/delete-link-1-expected.png: Added.
640 * editing/deleting/delete-link-1-expected.txt: Added.
641 * editing/deleting/delete-link-1.html: Added.
642 * editing/inserting/insert-before-link-1-expected.checksum: Added.
643 * editing/inserting/insert-before-link-1-expected.png: Added.
644 * editing/inserting/insert-before-link-1-expected.txt: Added.
645 * editing/inserting/insert-before-link-1.html: Added.
647 2006-11-09 Adam Roben <aroben@apple.com>
651 New test to keep the mistake I made in r17680 from happening again.
653 * fast/block/margin-collapse/negative-margins-expected.checksum: Added.
654 * fast/block/margin-collapse/negative-margins-expected.png: Added.
655 * fast/block/margin-collapse/negative-margins-expected.txt: Added.
656 * fast/block/margin-collapse/negative-margins.html: Added.
658 2006-11-08 Darin Adler <darin@apple.com>
662 - added test for option-tab
664 * fast/events/option-tab.html: Added.
665 * fast/events/option-tab-expected.txt: Added.
667 2006-11-08 Brady Eidson <beidson@apple.com>
671 Added test to cover bug http://bugs.webkit.org/show_bug.cgi?id=11450
672 -Confirm there is no assert when nuking a frame with an active XMLHttpRequest load
673 -Confirm the correct state-change notifications for the request are dispatched
675 * http/tests/xmlhttprequest/frame-load-cancelled-abort-expected.txt: Added.
676 * http/tests/xmlhttprequest/frame-load-cancelled-abort.html: Added.
677 * http/tests/xmlhttprequest/resources/endlessxml.php: Added.
678 * http/tests/xmlhttprequest/resources/frame-load-to-cancel.html: Added.
680 2006-11-08 Darin Adler <darin@apple.com>
684 * fast/forms/submit-nil-value-field-assert.html: Update test so it
685 no longer relies on incorrect "submit form right away during JavaScript
688 2006-11-08 Beth Dakin <bdakin@apple.com>
692 This test needs new results from my last check-in. I thought this
693 change was already in my tree, but I guess not. Whoops!
695 * fast/dom/delete-contents-expected.txt:
697 2006-11-07 Beth Dakin <bdakin@apple.com>
701 Test cases for <rdar://problem/4820814> A crash occurs at
702 WebCore::HitTestResult::spellingToolTip() when mousing down on
703 iframe at www.macsurfer.com
705 And for the found-bug of moving text nodes within the head to the
708 * fast/dom/HTMLHeadElement/textInHead1-expected.checksum: Added.
709 * fast/dom/HTMLHeadElement/textInHead1-expected.png: Added.
710 * fast/dom/HTMLHeadElement/textInHead1-expected.txt: Added.
711 * fast/dom/HTMLHeadElement/textInHead1.html: Added.
712 * fast/dom/HTMLHeadElement/textInHead2-expected.checksum: Added.
713 * fast/dom/HTMLHeadElement/textInHead2-expected.png: Added.
714 * fast/dom/HTMLHeadElement/textInHead2-expected.txt: Added.
715 * fast/dom/HTMLHeadElement/textInHead2.html: Added.
716 * fast/dom/HTMLHeadElement/textInHead3-expected.checksum: Added.
717 * fast/dom/HTMLHeadElement/textInHead3-expected.png: Added.
718 * fast/dom/HTMLHeadElement/textInHead3-expected.txt: Added.
719 * fast/dom/HTMLHeadElement/textInHead3.html: Added.
720 * fast/dom/HTMLHeadElement/textInHead4-expected.checksum: Added.
721 * fast/dom/HTMLHeadElement/textInHead4-expected.png: Added.
722 * fast/dom/HTMLHeadElement/textInHead4-expected.txt: Added.
723 * fast/dom/HTMLHeadElement/textInHead4.html: Added.
724 * fast/dom/HTMLHeadElement/textInHead5-expected.checksum: Added.
725 * fast/dom/HTMLHeadElement/textInHead5-expected.png: Added.
726 * fast/dom/HTMLHeadElement/textInHead5-expected.txt: Added.
727 * fast/dom/HTMLHeadElement/textInHead5.html: Added.
728 * fast/frames/onlyCommentInIFrame-expected.checksum: Added.
729 * fast/frames/onlyCommentInIFrame-expected.txt: Added.
730 * fast/frames/onlyCommentInIFrame.html: Added.
731 * fast/frames/resources/comment.html: Added.
732 * fast/frames/resources/commentX.xhtml: Added.
733 * tables/mozilla/bugs/bug1224-expected.checksum:
734 * tables/mozilla/bugs/bug1224-expected.png:
735 * tables/mozilla/bugs/bug1224-expected.txt:
737 2006-11-07 David Harrison <harrison@apple.com>
741 * editing/pasteboard/4076267-2-expected.checksum:
742 * editing/pasteboard/4076267-2-expected.png:
743 * editing/pasteboard/4076267-2-expected.txt:
745 2006-11-07 Darin Adler <darin@apple.com>
747 Rolled out change for <rdar://problem/4820814>.
749 Beth's planning on landing a new change for it soon, but in the mean time
750 we need layout tests succeeding again.
752 2006-11-07 David Harrison <harrison@apple.com>
756 <rdar://problem/4714993> REGRESSION: After replacing a misspelled word in a sentence, the selected word wraps down to next line (10428)
758 * editing/pasteboard/3976872-expected.txt:
759 * editing/pasteboard/4076267-2-expected.txt:
760 * editing/pasteboard/4076267-3-expected.txt:
761 * editing/pasteboard/4076267-expected.txt:
762 * editing/pasteboard/8145-1-expected.txt:
763 * editing/pasteboard/paste-empty-startcontainer-expected.txt: Removed.
764 * editing/pasteboard/paste-match-style-001-expected.txt:
765 * editing/pasteboard/paste-match-style-002-expected.txt:
766 * editing/pasteboard/paste-text-019-expected.txt:
767 * editing/pasteboard/pasting-tabs-expected.txt:
769 2006-11-07 Mitz Pettel <mitz@webkit.org>
773 Test for http://bugs.webkit.org/show_bug.cgi?id=11505
774 REGRESSION: Null pointer deref in HitTestResult::spellingToolTip() (assertion failure in Node::document)
776 The null check was added as part for the fix for <rdar://problem/4820814>,
777 however the test that was committed with the fix avoids the case of a null
778 m_innerNonSharedNode, which this test covers.
780 * fast/css-generated-content/spellingToolTip-assert-expected.checksum: Added.
781 * fast/css-generated-content/spellingToolTip-assert-expected.png: Added.
782 * fast/css-generated-content/spellingToolTip-assert-expected.txt: Added.
783 * fast/css-generated-content/spellingToolTip-assert.html: Added.
785 2006-11-06 Beth Dakin <bdakin@apple.com>
789 Test for <rdar://problem/4820814> A crash occurs at
790 WebCore::HitTestResult::spellingToolTip() when mousing down on
791 iframe at www.macsurfer.com
793 * fast/frames/onlyCommentInIFrame-expected.checksum: Added.
794 * fast/frames/onlyCommentInIFrame-expected.png: Added.
795 * fast/frames/onlyCommentInIFrame-expected.txt: Added.
796 * fast/frames/onlyCommentInIFrame.html: Added.
797 * fast/frames/resources/comment.html: Added.
798 * fast/frames/resources/commentX.xhtml: Added.
800 2006-11-06 Geoffrey Garen <ggaren@apple.com>
802 New results. The originals were incorrect.
804 * svg/W3C-SVG-1.1/text-intro-01-t-expected.checksum:
805 * svg/W3C-SVG-1.1/text-intro-01-t-expected.png:
806 * svg/W3C-SVG-1.1/text-intro-01-t-expected.txt:
807 * svg/W3C-SVG-1.1/text-intro-02-b-expected.checksum:
808 * svg/W3C-SVG-1.1/text-intro-02-b-expected.png:
809 * svg/W3C-SVG-1.1/text-intro-02-b-expected.txt:
810 * svg/W3C-SVG-1.1/text-intro-03-b-expected.checksum:
811 * svg/W3C-SVG-1.1/text-intro-03-b-expected.png:
812 * svg/W3C-SVG-1.1/text-intro-03-b-expected.txt:
813 * svg/W3C-SVG-1.1/text-intro-04-t-expected.checksum:
814 * svg/W3C-SVG-1.1/text-intro-04-t-expected.png:
815 * svg/W3C-SVG-1.1/text-intro-04-t-expected.txt:
817 2006-11-06 Justin Garcia <justin.garcia@apple.com>
821 * editing/execCommand/4641880-1-expected.checksum: Added.
822 * editing/execCommand/4641880-1-expected.png: Added.
823 * editing/execCommand/4641880-1-expected.txt: Added.
824 * editing/execCommand/4641880-1.html: Added.
825 * editing/execCommand/4641880-2-expected.checksum: Added.
826 * editing/execCommand/4641880-2-expected.png: Added.
827 * editing/execCommand/4641880-2-expected.txt: Added.
828 * editing/execCommand/4641880-2.html: Added.
830 2006-11-06 Oliver Hunt <oliver@apple.com>
834 * svg/W3C-SVG-1.1/text-intro-01-t-expected.checksum: Added.
835 * svg/W3C-SVG-1.1/text-intro-01-t-expected.png: Added.
836 * svg/W3C-SVG-1.1/text-intro-01-t-expected.txt: Added.
837 * svg/W3C-SVG-1.1/text-intro-01-t.svg-disabled: Removed.
838 * svg/W3C-SVG-1.1/text-intro-02-b-expected.checksum: Added.
839 * svg/W3C-SVG-1.1/text-intro-02-b-expected.png: Added.
840 * svg/W3C-SVG-1.1/text-intro-02-b-expected.txt: Added.
841 * svg/W3C-SVG-1.1/text-intro-02-b.svg-disabled: Removed.
842 * svg/W3C-SVG-1.1/text-intro-03-b-expected.checksum: Added.
843 * svg/W3C-SVG-1.1/text-intro-03-b-expected.png: Added.
844 * svg/W3C-SVG-1.1/text-intro-03-b-expected.txt: Added.
845 * svg/W3C-SVG-1.1/text-intro-03-b.svg-disabled: Removed.
846 * svg/W3C-SVG-1.1/text-intro-04-t-expected.checksum: Added.
847 * svg/W3C-SVG-1.1/text-intro-04-t-expected.png: Added.
848 * svg/W3C-SVG-1.1/text-intro-04-t-expected.txt: Added.
849 * svg/W3C-SVG-1.1/text-intro-04-t.svg-disabled: Removed.
851 2006-11-06 David Harrison <harrison@apple.com>
855 <rdar://problem/4813973> Pressing delete key to remove empty quoted line leaves cursor mis-positioned
857 * editing/deleting/delete-br-012-expected.checksum: Added.
858 * editing/deleting/delete-br-012-expected.png: Added.
859 * editing/deleting/delete-br-012-expected.txt: Added.
860 * editing/deleting/delete-br-012.html: Added.
862 2006-11-06 Alexey Proskuryakov <ap@nypop.com>
864 Reviewed by Sam Weinig.
866 Fix a layout test failure that happened with additional fonts installed - replace a fancy
867 Unicode character with a plain asterisk.
869 * css2.1/t0905-c414-flt-00-d-expected.checksum:
870 * css2.1/t0905-c414-flt-00-d-expected.png:
871 * css2.1/t0905-c414-flt-00-d-expected.txt:
872 * css2.1/t0905-c414-flt-00-d.html:
874 2006-11-06 Alexey Proskuryakov <ap@webkit.org>
878 Removed leftover results from the previous test.
880 * editing/selection/drag-to-contenteditable-iframe-expected.txt:
882 2006-11-07 Mark Rowe <bdash@webkit.org>
884 http://bugs.webkit.org/show_bug.cgi?id=11526
885 Bug 11526: REGRESSION(r17610): Layout test failure in svg/custom/create-metadata-element.svg
887 Correctly updated tests results.
889 * fast/dom/HTMLMetaElement/meta-attributes-expected.txt:
890 * fast/dom/HTMLMetaElement/meta-attributes.html:
892 2006-11-06 Mark Rowe <bdash@webkit.org>
896 http://bugs.webkit.org/show_bug.cgi?id=11526
897 Bug 11526: REGRESSION(r17610): Layout test failure in svg/custom/create-metadata-element.svg
899 Updated test results for change from nodeName to className in DOMNode::toString.
901 * fast/dom/HTMLMetaElement/meta-attributes-expected.txt:
902 * fast/dom/prototype-chain-expected.txt:
903 * fast/dom/replace-first-child-expected.txt:
904 * fast/events/mouseclick-target-and-positioning-expected.txt:
905 * fast/forms/input-appearance-preventDefault-expected.checksum:
906 * fast/forms/input-appearance-preventDefault-expected.png:
907 * fast/forms/input-appearance-preventDefault-expected.txt:
908 * fast/loader/loadInProgress-expected.txt:
909 * fast/tokenizer/external-script-document-write-expected.checksum:
910 * fast/tokenizer/external-script-document-write-expected.png:
911 * fast/tokenizer/external-script-document-write-expected.txt:
912 * traversal/stay-within-root-expected.checksum:
913 * traversal/stay-within-root-expected.png:
914 * traversal/stay-within-root-expected.txt:
916 2006-11-06 Alexey Proskuryakov <ap@webkit.org>
920 Test for http://bugs.webkit.org/show_bug.cgi?id=11517
921 REGRESSION: Flash clicks/interactivity not working properly
923 * plugins/mouse-events-expected.txt: Added.
924 * plugins/mouse-events.html: Added.
926 2006-11-06 Mark Rowe <bdash@webkit.org>
928 Reviewed by the wonderful Mitz Pettel.
930 Test for http://bugs.webkit.org/show_bug.cgi?id=11524
931 Bug 11524: REGRESSION(r9842): Array.prototype.join should use ToString operator rather than calling toString on each element
933 * fast/js/array-join-bug-11524-expected.txt: Added.
934 * fast/js/array-join-bug-11524.html: Added.
935 * fast/js/resources/array-join-bug-11524.js: Added.
937 2006-11-04 Alexey Proskuryakov <ap@nypop.com>
941 http://bugs.webkit.org/show_bug.cgi?id=11448
942 ⟨ and ⟩ entities are mapped to the incorrect Unicode codepoint
944 * fast/parser/entities-in-xhtml-expected.checksum: Removed.
945 * fast/parser/entities-in-xhtml-expected.png: Removed.
946 Converted to plain text, the large table in the test didn't nearly fit anyway.
948 * fast/parser/entities-in-xhtml-expected.txt:
949 * fast/parser/entities-in-xhtml.xhtml:
950 Made the test self-consistent again by using actual numeric values for ⟨ and ⟩.
952 * fast/parser/entities-in-html-expected.txt: Added.
953 * fast/parser/entities-in-html.html: Added.
954 An HTML copy of the same test.
956 2006-11-03 Alexey Proskuryakov <ap@nypop.com>
960 Test for http://bugs.webkit.org/show_bug.cgi?id=7323
961 REGRESSION (10.4.4): ondrag* events don't fire on page in a frame
963 * fast/events/drag-in-frames-expected.txt: Added.
964 * fast/events/drag-in-frames.html: Added.
965 * fast/events/resources/drag-in-frames-console.html: Added.
966 * fast/events/resources/drag-in-frames-left.html: Added.
967 * fast/events/resources/drag-in-frames-right.html: Added.
969 * editing/selection/expanding-selections.html:
970 * editing/selection/expanding-selections2.html:
971 * fast/dynamic/layer-hit-test-crash.html:
972 * fast/events/event-view-toString.html:
973 * fast/events/resources/drag-outside-window-frame.html:
974 * svg/custom/hover-default-fill.svg:
975 Added missing calls to mouseUp().
977 * svg/custom/stroke-width-click-expected.txt:
978 * svg/custom/stroke-width-click.svg:
979 Don't attempt to click outside the page, this was confusing DRT.
981 * editing/selection/select-from-textfield-outwards-expected.txt:
982 * editing/selection/select-from-textfield-outwards.html:
983 Removed alerts between dragging steps - they are now useless,
984 as the dragging events are stored and executed at once.
986 2006-11-03 Geoffrey Garen <ggaren@apple.com>
988 Missed a few tests in my last check-in, and checked in old results for
991 * editing/inserting/before-after-input-element-expected.txt:
992 * editing/inserting/before-after-input-element.html:
993 * editing/pasteboard/4641033-expected.txt:
994 * editing/pasteboard/input-field-1-expected.txt:
995 * editing/pasteboard/input-field-1.html:
996 * editing/pasteboard/select-element-1-expected.txt:
997 * editing/pasteboard/select-element-1.html:
998 * editing/selection/select-element-paragraph-boundary-expected.txt:
999 * editing/selection/select-element-paragraph-boundary.html:
1000 * fast/forms/textarea-no-scroll-on-blur-expected.txt:
1001 * fast/forms/textarea-scrollbar-expected.txt:
1003 2006-11-02 Geoffrey Garen <ggaren@apple.com>
1005 Reviewed by Justin Garcia.
1007 Used a PERL script to add calls to opt into dumping of editing callbacks
1008 in all editing tests that didn't do so already. This is required now that
1009 dumping of editing callbacks is opt-in.
1011 Updated editing.js so that any test that calls runEditingTest() opt into
1012 dumping of editing callbacks.
1014 Updated results in all non-editing tests to remove dumping of editing callbacks.
1016 Updated results in all editing tests to reflect minor DOM changes due to new
1019 [ many tests and results modified ]
1021 2006-11-02 Geoffrey Garen <ggaren@apple.com>
1023 Updated results because they were incorrect when checked in. (We never
1026 * fast/js/regexp-unicode-handling-expected.txt:
1028 2006-11-02 Adele Peterson <adele@apple.com>
1032 Test for http://bugs.webkit.org/show_bug.cgi?id=9581
1033 REGRESSION: The new NativeTextArea scrolls to the top when the control is unfocused.
1035 * fast/forms/textarea-no-scroll-on-blur-expected.txt: Added.
1036 * fast/forms/textarea-no-scroll-on-blur.html: Added.
1038 2006-11-02 W. Andy Carrel <wac@google.com>
1040 Reviewed by Maciej, landed by Anders.
1042 Adding tests for Unicode RegExp behavior to match IE and Firefox.
1043 * fast/js/regexp-unicode-handling-expected.txt: Added.
1044 * fast/js/regexp-unicode-handling.html: Added.
1045 * fast/js/resources/regexp-unicode-handling.js: Added.
1047 2006-11-02 Alexey Proskuryakov <ap@nypop.com>
1049 Reviewed by Maciej, landed by Anders.
1051 Test for bugs 7253 and 7445, based on reductions made by Parag Shah and W. Andy Carrel.
1053 * fast/js/gmail-re-re-expected.txt: Added.
1054 * fast/js/gmail-re-re.html: Added.
1055 * fast/js/resources/gmail-re-re.js: Added.
1057 2006-11-02 Geoffrey Garen <ggaren@apple.com>
1059 Updated results to fix failure seen when running layout tests. Justin
1060 Garcia says the new results look more correct.
1062 * editing/selection/drag-to-contenteditable-iframe-expected.txt:
1064 2006-11-02 Adele Peterson <adele@apple.com>
1066 Reviewed by Mitz and Geoff.
1068 Test for <rdar://problem/4650271> REGRESSION(NativeTextArea): Textareas don't get scrollbars when text gets too big for content area (10105)
1070 * fast/forms/textarea-scrollbar-expected.checksum: Added.
1071 * fast/forms/textarea-scrollbar-expected.png: Added.
1072 * fast/forms/textarea-scrollbar-expected.txt: Added.
1073 * fast/forms/textarea-scrollbar.html: Added.
1075 2006-11-02 Kevin McCullough <KMcCullough@apple.com>
1079 - 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.
1081 * fast/js/date-big-setdate-expected.txt:
1082 * fast/js/resources/date-big-setdate.js:
1084 2006-11-01 Justin Garcia <justin.garcia@apple.com>
1088 <rdar://problem/4062865>
1089 Copy/paste of a select element fails to include the options
1091 Updated to reflect fix:
1092 * editing/pasteboard/4641033-expected.checksum:
1093 * editing/pasteboard/4641033-expected.png:
1094 * editing/pasteboard/4641033-expected.txt:
1095 * editing/pasteboard/4641033.html:
1098 * editing/inserting/before-after-input-element-expected.checksum: Added.
1099 * editing/inserting/before-after-input-element-expected.png: Added.
1100 * editing/inserting/before-after-input-element-expected.txt: Added.
1101 * editing/inserting/before-after-input-element.html: Added.
1102 * editing/pasteboard/input-field-1-expected.checksum: Added.
1103 * editing/pasteboard/input-field-1-expected.png: Added.
1104 * editing/pasteboard/input-field-1-expected.txt: Added.
1105 * editing/pasteboard/input-field-1.html: Added.
1106 * editing/pasteboard/select-element-1-expected.checksum: Added.
1107 * editing/pasteboard/select-element-1-expected.png: Added.
1108 * editing/pasteboard/select-element-1-expected.txt: Added.
1109 * editing/pasteboard/select-element-1.html: Added.
1110 * editing/selection/select-element-paragraph-boundary-expected.checksum: Added.
1111 * editing/selection/select-element-paragraph-boundary-expected.png: Added.
1112 * editing/selection/select-element-paragraph-boundary-expected.txt: Added.
1113 * editing/selection/select-element-paragraph-boundary.html: Added.
1115 2006-11-01 Kevin McCullough <KMcCullough@apple.com>
1117 - temporarily passing a test so that it does not interfere with others testing.
1119 * fast/js/date-big-setdate-expected.txt:
1121 2006-11-01 Adele Peterson <adele@apple.com>
1123 Fixing typo. Changed repaintTest to runRepaintTest.
1125 * fast/repaint/overflow-outline-repaint-expected.checksum:
1126 * fast/repaint/overflow-outline-repaint-expected.png:
1127 * fast/repaint/overflow-outline-repaint.html:
1129 2006-11-01 Adele Peterson <adele@apple.com>
1133 Tests for http://bugs.webkit.org/show_bug.cgi?id=11277
1134 REGRESSION: Incomplete repaint of overflow areas when deleting
1136 * fast/repaint/overflow-delete-line-expected.checksum: Added.
1137 * fast/repaint/overflow-delete-line-expected.png: Added.
1138 * fast/repaint/overflow-delete-line-expected.txt: Added.
1139 * fast/repaint/overflow-delete-line.html: Added.
1140 * fast/repaint/overflow-scroll-delete-expected.checksum: Added.
1141 * fast/repaint/overflow-scroll-delete-expected.png: Added.
1142 * fast/repaint/overflow-scroll-delete-expected.txt: Added.
1143 * fast/repaint/overflow-scroll-delete.html: Added.
1144 * fast/repaint/overflow-outline-repaint-expected.checksum: Added.
1145 * fast/repaint/overflow-outline-repaint-expected.png: Added.
1146 * fast/repaint/overflow-outline-repaint-expected.txt: Added.
1147 * fast/repaint/overflow-outline-repaint.html: Added.
1149 2006-10-31 Geoffrey Garen <ggaren@apple.com>
1151 Added test for accessing the 'caller' property from inside an event
1154 * fast/events/caller-access-from-event-listener-expected.txt: Added.
1155 * fast/events/caller-access-from-event-listener.html: Added.
1157 2006-10-31 Geoffrey Garen <ggaren@apple.com>
1159 Added layout test for copying password field.
1161 * editing/pasteboard/copy-in-password-field-expected.txt: Added.
1162 * editing/pasteboard/copy-in-password-field.html: Added.
1164 2006-10-31 Justin Garcia <justin.garcia@apple.com>
1166 Reviewed by harrison
1168 Updated these tests to mention the bug that they demonstrate:
1169 * editing/pasteboard/nested-blocks-with-text-area-expected.checksum:
1170 * editing/pasteboard/nested-blocks-with-text-area-expected.png:
1171 * editing/pasteboard/nested-blocks-with-text-area-expected.txt:
1172 * editing/pasteboard/nested-blocks-with-text-area.html:
1173 * editing/pasteboard/nested-blocks-with-text-field-expected.checksum:
1174 * editing/pasteboard/nested-blocks-with-text-field-expected.png:
1175 * editing/pasteboard/nested-blocks-with-text-field-expected.txt:
1176 * editing/pasteboard/nested-blocks-with-text-field.html:
1178 2006-10-31 Adele Peterson <adele@apple.com>
1182 Tests for http://bugs.webkit.org/show_bug.cgi?id=11127 NativeListBox: arrow and drag selection should pivot around one list item
1183 and http://bugs.webkit.org/show_bug.cgi?id=11173 REGRESSION (NativeListBox): Shift-clicking items in list box doesn't expand the current selection
1184 and http://bugs.webkit.org/show_bug.cgi?id=11417 REGRESSION: onchange does not fire for list-style select elements
1186 * fast/forms/listbox-onchange-expected.txt: Added.
1187 * fast/forms/listbox-onchange.html: Added.
1188 * fast/forms/listbox-selection-expected.txt: Added.
1189 * fast/forms/listbox-selection.html: Added.
1191 2006-10-31 Justin Garcia <justin.garcia@apple.com>
1193 Reviewed by harrison
1195 * editing/execCommand/create-list-1.html: Removed.
1196 * editing/execCommand/create-list-with-hr-expected.checksum:
1197 * editing/execCommand/create-list-with-hr-expected.png:
1198 * editing/execCommand/create-list-with-hr-expected.txt:
1199 * editing/execCommand/remove-list-1-expected.checksum:
1200 * editing/execCommand/remove-list-1-expected.png:
1201 * editing/execCommand/remove-list-1-expected.txt:
1202 * fast/text/attributed-substring-from-range-001-expected.txt:
1204 2006-10-31 Vladimir Olexa <vladimir.olexa@gmail.com>
1208 Test for http://bugs.webkit.org/show_bug.cgi?id=4166
1209 Function object does not support caller property
1211 * fast/js/caller-property-expected.txt: Added.
1212 * fast/js/caller-property.html: Added.
1213 * fast/js/resources/caller-property.js: Added.
1215 2006-10-30 Darin Adler <darin@apple.com>
1217 Requested by Maciej.
1219 * fast/dom/xmlhttprequest-get-expected.txt: Generated a new result.
1220 Maciej says that the new behavior of returning empty string instead of
1221 undefined is correct and matches Firefox, so the new result is better
1224 2006-10-29 Mitz Pettel <mitz@webkit.org>
1228 Test for http://bugs.webkit.org/show_bug.cgi?id=11444
1229 REGRESSION (r17378): Exception (-[NSCFDictionary setObject:forKey:]: attempt to insert nil value)
1230 when submitting a form with an empty uninitialized field
1232 * fast/forms/submit-nil-value-field-assert-expected.txt: Added.
1233 * fast/forms/submit-nil-value-field-assert.html: Added.
1235 2006-10-30 Mark Rowe <bdash@webkit.org>
1239 Fix fast/block/basic/014.html to pass when Microsoft Office fonts are present.
1241 * fast/block/basic/014-expected.checksum:
1242 * fast/block/basic/014-expected.png:
1243 * fast/block/basic/014-expected.txt:
1244 * fast/block/basic/014.html: Always use default sans-serif font rather than
1245 preferring Microsoft Office fonts.
1247 2006-10-29 Mark Rowe <bdash@webkit.org>
1251 Fix failure in editing/inserting/insert-3851164-fix if Gill Sans font is present.
1253 * editing/inserting/insert-3851164-fix.html: Specify sans-serif to match expected results
1254 generated without Gill Sans present.
1256 2006-10-29 Darin Adler <darin@apple.com>
1258 * fast/events/js-keyboard-event-creation-expected.txt: Update test that
1259 is affected in a minor way by the change to DumpRenderTree.
1261 2006-10-26 Justin Garcia <justin.garcia@apple.com>
1263 Reviewed by harrison
1265 <http://bugs.webkit.org/show_bug.cgi?id=11423>
1266 REGRESSION: First newline missing from textarea's value
1268 Changes reflect the removal of more brs that were about
1270 * editing/deleting/delete-4038408-fix-expected.txt:
1271 * editing/inserting/insert-3654864-fix-expected.txt:
1272 * editing/inserting/insert-3659587-fix-expected.txt:
1273 * editing/inserting/insert-3775316-fix-expected.txt:
1274 * editing/inserting/insert-at-end-01-expected.txt:
1275 * editing/inserting/insert-at-end-02-expected.txt:
1276 * editing/inserting/insert-br-001-expected.txt:
1277 * editing/inserting/insert-br-005-expected.txt:
1279 Added to demonstrate fix:
1280 * fast/forms/11423-expected.txt: Added.
1281 * fast/forms/11423.html: Added.
1283 2006-10-27 Darin Adler <darin@apple.com>
1285 - new test results for a couple of tests
1287 * fast/js/kde/RegExp-expected.txt: Affected by the change to decode \u
1288 sequences in JavaScript regular expression at the lexer level.
1290 * http/tests/navigation/success200-reload-expected.txt: For some reason,
1291 this is consistently not dumping the "scrolled" line any more -- since the
1292 purpose of the test has nothing to do with that, landing new results.
1294 2006-10-26 W. Andy Carrel <wac@google.com>
1298 * tests/mozilla/ecma_2/RegExp/properties-001.js: Changed test to look
1299 for Unicode character rather than the '\u' escaped equivalent for
1300 .source and .toString().
1302 2006-10-26 Darin Adler <darin@apple.com>
1306 * editing/execCommand/remove-formatting-expected.txt: Roll back results.
1307 The ones just checked in showed the same kind of intermittent failure that
1308 copy-paste-bidi.html used to show -- now we consistently get these results.
1310 2006-10-26 Justin Garcia <justin.garcia@apple.com>
1314 <http://bugs.webkit.org/show_bug.cgi?id=11329>
1315 Gmail Editor: Can't remove styling applied to selection after clicking "Remove Formatting" toolbar icon.
1317 * editing/execCommand/remove-formatting-2-expected.checksum: Added.
1318 * editing/execCommand/remove-formatting-2-expected.png: Added.
1319 * editing/execCommand/remove-formatting-2-expected.txt: Added.
1320 * editing/execCommand/remove-formatting-2.html: Added.
1321 * editing/execCommand/remove-formatting-expected.txt:
1323 2006-10-26 Oliver Hunt <oliver@apple.com>
1326 Layout test for <rdar://problem/4800518>
1328 * fast/canvas/canvas-transforms-during-path-expected.checksum: Added.
1329 * fast/canvas/canvas-transforms-during-path-expected.png: Added.
1330 * fast/canvas/canvas-transforms-during-path-expected.txt: Added.
1331 * fast/canvas/canvas-transforms-during-path.html: Added.
1333 2006-10-26 Darin Adler <darin@apple.com>
1337 - removed non-deterministic behavior in editing that was causing
1338 give inconsistent results for editing/pasteboard/copy-paste-bidi.html
1340 * editing/pasteboard/copy-paste-bidi-expected.txt: New results, without the
1341 anonymous block that sometimes appeared and sometimes did not.
1343 2006-10-26 Darin Adler <darin@apple.com>
1345 - oops, checked in failure results, not success
1347 * fast/js/string-property-iteration-expected.txt:
1350 2006-10-26 Darin Adler <darin@apple.com>
1352 - checked in some missing results
1353 (if these are wrong we could remove or disable the test)
1355 * svg/hixie/cascade/002-expected.checksum: Added.
1356 * svg/hixie/cascade/002-expected.png: Added.
1357 * svg/hixie/cascade/002-expected.txt: Added.
1359 2006-10-26 Darin Adler <darin@apple.com>
1363 - add a test for iteration of properties of string objects
1365 * fast/js/resources/string-property-iteration.js: Added.
1366 * fast/js/string-property-iteration-expected.txt: Added.
1367 * fast/js/string-property-iteration.html: Added.
1369 2006-10-24 Maciej Stachowiak <mjs@apple.com>
1373 - re-enable testing of HEAD methods, now that bugs relating to these are fixed
1375 * http/tests/xmlhttprequest/methods-async-expected.txt:
1376 * http/tests/xmlhttprequest/methods-async.html:
1377 * http/tests/xmlhttprequest/methods-expected.txt:
1378 * http/tests/xmlhttprequest/methods.html:
1380 2006-10-24 Justin Garcia <justin.garcia@apple.com>
1384 <http://bugs.webkit.org/show_bug.cgi?id=10993>
1385 GMail Editor: Caret doesn't always position itself after list marker
1387 * editing/execCommand/create-list-1-expected.checksum: Added.
1388 * editing/execCommand/create-list-1-expected.png: Added.
1389 * editing/execCommand/create-list-1-expected.txt: Added.
1390 * editing/execCommand/create-list-1.html: Added.
1393 * editing/execCommand/create-list-with-hr-expected.checksum:
1394 * editing/execCommand/create-list-with-hr-expected.png:
1395 * editing/execCommand/create-list-with-hr-expected.txt:
1396 * editing/execCommand/create-list-with-hr.html:
1397 * editing/execCommand/remove-list-1-expected.checksum:
1398 * editing/execCommand/remove-list-1-expected.png:
1399 * editing/execCommand/remove-list-1-expected.txt:
1400 * fast/text/attributed-substring-from-range-001-expected.txt:
1402 2006-10-23 Justin Garcia <justin.garcia@apple.com>
1406 <http://bugs.webkit.org/show_bug.cgi?id=11334>
1407 Writely Editor: Placing caret in a list "highlights" both Numbered List and Bulleted List toolbar icons
1409 * editing/execCommand/queryCommandState-01-expected.txt: Added.
1410 * editing/execCommand/queryCommandState-01.html: Added.
1412 2006-10-20 Justin Garcia <justin.garcia@apple.com>
1416 <http://bugs.webkit.org/show_bug.cgi?id=11333>
1417 Writely Editor: After inserting a HR element, pressing return key creates a copy of this HR element in the document
1419 * editing/inserting/insert-br-009-expected.checksum: Added.
1420 * editing/inserting/insert-br-009-expected.png: Added.
1421 * editing/inserting/insert-br-009-expected.txt: Added.
1422 * editing/inserting/insert-br-009.html: Added.
1423 * editing/inserting/insert-paragraph-01-expected.checksum: Added.
1424 * editing/inserting/insert-paragraph-01-expected.png: Added.
1425 * editing/inserting/insert-paragraph-01-expected.txt: Added.
1426 * editing/inserting/insert-paragraph-01.html: Added.
1427 * editing/inserting/insert-paragraph-02-expected.checksum: Added.
1428 * editing/inserting/insert-paragraph-02-expected.png: Added.
1429 * editing/inserting/insert-paragraph-02-expected.txt: Added.
1430 * editing/inserting/insert-paragraph-02.html: Added.
1431 * editing/inserting/insert-paragraph-03-expected.checksum: Added.
1432 * editing/inserting/insert-paragraph-03-expected.png: Added.
1433 * editing/inserting/insert-paragraph-03-expected.txt: Added.
1434 * editing/inserting/insert-paragraph-03.html: Added.
1435 * editing/inserting/insert-paragraph-04-expected.checksum: Added.
1436 * editing/inserting/insert-paragraph-04-expected.png: Added.
1437 * editing/inserting/insert-paragraph-04-expected.txt: Added.
1438 * editing/inserting/insert-paragraph-04.html: Added.
1440 2006-10-20 Geoffrey Garen <ggaren@apple.com>
1442 RS by Beth "pants on fire" Dakin.
1444 Put some layout tests in their place.
1446 * fast/dom/Window/window-object-cross-frame-calls-expected.txt: Added.
1447 * fast/dom/Window/window-object-cross-frame-calls.html: Added.
1448 * fast/dom/Window/window-onFocus-expected.checksum: Added.
1449 * fast/dom/Window/window-onFocus-expected.png: Added.
1450 * fast/dom/Window/window-onFocus-expected.txt: Added.
1451 * fast/dom/Window/window-onFocus.html: Added.
1452 * fast/dom/Window/window-xy-properties-expected.txt: Added.
1453 * fast/dom/Window/window-xy-properties.html: Added.
1454 * fast/dom/window-object-cross-frame-calls-expected.txt: Removed.
1455 * fast/dom/window-object-cross-frame-calls.html: Removed.
1456 * fast/dom/window-onFocus-expected.checksum: Removed.
1457 * fast/dom/window-onFocus-expected.png: Removed.
1458 * fast/dom/window-onFocus-expected.txt: Removed.
1459 * fast/dom/window-onFocus.html: Removed.
1460 * fast/dom/window-xy-properties-expected.txt: Removed.
1461 * fast/dom/window-xy-properties.html: Removed.
1462 * fast/html/xhtml-serialize-expected.txt: Added.
1463 * fast/html/xhtml-serialize.html: Added.
1464 * fast/js/resources/xhtml-serialize.js: Removed.
1465 * fast/js/resources/xslt-fragment-in-empty-doc.js: Removed.
1466 * fast/js/xhtml-serialize-expected.txt: Removed.
1467 * fast/js/xhtml-serialize.html: Removed.
1468 * fast/js/xslt-fragment-in-empty-doc-expected.txt: Removed.
1469 * fast/js/xslt-fragment-in-empty-doc.html: Removed.
1470 * fast/xsl/xslt-fragment-in-empty-doc-expected.txt: Added.
1471 * fast/xsl/xslt-fragment-in-empty-doc.html: Added.
1472 * fast/dom/resources/child.html: Removed.
1473 * fast/dom/Window/resources/child.html: Added.
1475 2006-10-20 Beth Dakin <bdakin@apple.com>
1479 Changing these counters tests because they fail on some people's
1480 machines. They fail for people who have the Armenian glyphs the
1481 tests were looking for in the "expected" line. There is no point in
1482 testing that anyway, since we do not currently support Armenian in
1483 counters or in list markers.
1485 * fast/css/counters/counter10-expected.checksum:
1486 * fast/css/counters/counter10-expected.png:
1487 * fast/css/counters/counter10-expected.txt:
1488 * fast/css/counters/counter10.html:
1489 * fast/css/counters/counters10-expected.checksum:
1490 * fast/css/counters/counters10-expected.png:
1491 * fast/css/counters/counters10-expected.txt:
1492 * fast/css/counters/counters10.html:
1494 2006-10-20 Geoffrey Garen <ggaren@apple.com>
1498 Removed old window property tests because they didn't quite work and they
1499 were looking at me funny. Replaced with new, comprehensive test.
1501 * fast/dom/Window/window-properties-expected.txt: Added.
1502 * fast/dom/Window/window-properties.html: Added.
1503 * fast/js/window-properties-expected.txt: Removed.
1504 * fast/js/window-properties.html: Removed.
1505 * fast/js/window-properties2-expected.txt: Removed.
1506 * fast/js/window-properties2.html: Removed.
1508 2006-10-20 Anders Carlsson <acarlsson@apple.com>
1512 Add test case for timer crash.
1514 * fast/dom/timer-clear-interval-in-handler-expected.txt: Added.
1515 * fast/dom/timer-clear-interval-in-handler.html: Added.
1517 2006-10-20 Geoffrey Garen <ggaren@apple.com>
1519 Reviewed by Beth, approved in principle by Adele, who couldn't be troubled
1520 for an actual review.
1522 Fixed http://bugs.webkit.org/show_bug.cgi?id=11345
1523 1 fewer shouldChangeSelection delegate call for fast/forms/focus-control-to-page
1525 I updated this test to use <input type="search"> because that's the only
1526 remaining AppKit control, and the test's intention is verify tabbing
1527 between AppKit and non-AppKit controls.
1529 I updated the results because the behavior change is good.
1531 Here's why the test regressed:
1533 Our editing code is cra-zay. When AppKit calls nextKeyView, we not only
1534 calculate the next key element in the page, we also focus it as a side-effect.
1535 As a result, we used to fire a focus delegate twice, because AppKit happened
1536 to call nextKeyView twice.
1538 This test first regressed when Adele changed listboxes to be non-AppKit
1539 controls (r16718). That change took AppKit out of test.
1541 The regression redoubled itself when Adam moved TAB handling into the DOM
1542 (r16741), taking AppKit out of TABing completely.
1544 * fast/forms/focus-control-to-page-expected.txt:
1545 * fast/forms/focus-control-to-page.html:
1547 2006-10-19 Justin Garcia <justin.garcia@apple.com>
1551 <rdar://problem/4447885>
1552 API: WebView should have a method something like incrementLeftMarginBy: or indentBy:
1554 Changed blockquotes in these tests to blockquote class="webkit-indent-blockquote".
1555 * editing/execCommand/indent-empty-root-expected.txt:
1556 * editing/execCommand/indent-selection-expected.checksum:
1557 * editing/execCommand/indent-selection-expected.png:
1558 * editing/execCommand/indent-selection-expected.txt:
1559 * editing/execCommand/indent-selection.html:
1560 * editing/execCommand/nsresponder-indent-expected.txt:
1561 * editing/execCommand/nsresponder-outdent.html:
1562 * editing/execCommand/outdent-selection-expected.checksum:
1563 * editing/execCommand/outdent-selection-expected.png:
1564 * editing/execCommand/outdent-selection-expected.txt:
1566 Ditto. Added a FIXME:
1567 * editing/execCommand/outdent-selection.html:
1569 2006-10-19 Geoffrey Garen <ggaren@apple.com>
1573 Added a delay before printing the last line of text to ensure that the two
1574 lines consistently decode as separate chunks.
1576 * http/tests/incremental/slow-utf8-css.pl:
1577 * http/tests/incremental/slow-utf8-css-expected.txt:
1579 2006-10-19 Alexey Proskuryakov <ap@nypop.com>
1583 Test for http://bugs.webkit.org/show_bug.cgi?id=11141
1584 REGRESSION(r16681-r16691): CSS '@import' doesn't respect HTML Base element
1586 * http/tests/uri/css-href-2.css: Added.
1587 * http/tests/uri/css-href-expected.checksum: Added.
1588 * http/tests/uri/css-href-expected.png: Added.
1589 * http/tests/uri/css-href-expected.txt: Added.
1590 * http/tests/uri/css-href-fwd.css: Added.
1591 * http/tests/uri/css-href.css: Added.
1592 * http/tests/uri/css-href.php: Added.
1593 * http/tests/uri/resources/css-href-2.css: Added.
1594 * http/tests/uri/resources/css-href.css: Added.
1596 2006-10-19 Geoffrey Garen <ggaren@apple.com>
1598 Updated this test to avoid machine-specific results.
1600 * fast/js/window-properties2-expected.txt:
1601 * fast/js/window-properties2.html:
1603 2006-10-18 Geoffrey Garen <ggaren@apple.com>
1605 Test for some window properties that WebCore previously didn't enumerate.
1607 * fast/js/window-properties2-expected.txt: Added.
1608 * fast/js/window-properties2.html: Added.
1610 2006-10-18 Geoffrey Garen <ggaren@apple.com>
1614 Updated some results now that some global JS objects repeatably report their
1615 statically declared properties.
1617 * fast/js/window-properties-expected.txt:
1618 * fast/js/window-properties.html:
1620 2006-10-18 Adam Roben <aroben@apple.com>
1624 Fix: http://bugs.webkit.org/show_bug.cgi?id=11342
1625 fast/repaint/4774354 is failing
1627 It seems that this test got checked in with incorrect results, as it
1628 has been failing since its introduction in r17093.
1630 * fast/repaint/4774354-expected.txt:
1632 2006-10-18 Adam Roben <aroben@apple.com>
1636 New test to make sure we're generating the correct keycodes for Tab
1637 and Shift-Tab keypresses.
1639 * fast/events/js-keyboard-event-creation-expected.txt: Added.
1640 * fast/events/js-keyboard-event-creation.html: Added.
1642 2006-10-18 Adam Roben <aroben@apple.com>
1646 Fix: http://bugs.webkit.org/show_bug.cgi?id=11344
1647 REGRESSION (r16741): webViewDidChangeSelection delegate not firing in
1650 The behavior for display-none-in-onchange-keyboard is still correct
1651 (we don't crash when the element about to receive focus gets
1652 display:none set), so I've just generated new results for it.
1654 The behavior of tabbing-input-iframe has changed a little. iframe
1655 elements are now in the tab order, so I've changed the test to take
1656 that into account and generated new results.
1658 * fast/forms/display-none-in-onchange-keyboard-expected.txt:
1659 * fast/forms/tabbing-input-iframe-expected.txt:
1660 * fast/forms/tabbing-input-iframe.html:
1662 2006-10-18 Justin Garcia <justin.garcia@apple.com>
1664 Reviewed by harrison
1666 <rdar://problem/4784823>
1667 GMail Editor: Hang occurs when removing list styling on text in a rich text message
1669 * editing/execCommand/remove-list-1-expected.checksum: Added.
1670 * editing/execCommand/remove-list-1-expected.png: Added.
1671 * editing/execCommand/remove-list-1-expected.txt: Added.
1672 * editing/execCommand/remove-list-1.html: Added.
1674 2006-10-17 Justin Garcia <justin.garcia@apple.com>
1676 Reviewed by harrison
1678 <rdar://problem/4765600>
1679 REGRESSION: Mail.app: smart deletion of words does not work
1681 * editing/deleting/smart-delete-003-expected.checksum: Added.
1682 * editing/deleting/smart-delete-003-expected.png: Added.
1683 * editing/deleting/smart-delete-003-expected.txt: Added.
1684 * editing/deleting/smart-delete-003.html: Added.
1685 * editing/deleting/smart-delete-004-expected.checksum: Added.
1686 * editing/deleting/smart-delete-004-expected.png: Added.
1687 * editing/deleting/smart-delete-004-expected.txt: Added.
1688 * editing/deleting/smart-delete-004.html: Added.
1690 2006-10-18 Adam Roben <aroben@apple.com>
1694 Fix: http://bugs.webkit.org/show_bug.cgi?id=11340
1695 editing/pasteboard/4641033 needs new results
1697 Update results after r17071.
1699 * editing/pasteboard/4641033-expected.txt:
1701 2006-10-17 Justin Garcia <justin.garcia@apple.com>
1703 Reviewed by harrison
1705 <rdar://problem/4776665>
1706 REGRESSION: In Mail, caret is visible when the message body isn't focused
1708 * editing/selection/4776665-expected.checksum: Added.
1709 * editing/selection/4776665-expected.png: Added.
1710 * editing/selection/4776665-expected.txt: Added.
1711 * editing/selection/4776665.html: Added.
1713 2006-10-17 Justin Garcia <justin.garcia@apple.com>
1715 Reviewed by harrison
1717 <rdar://problem/4774354>
1718 REGRESSION: In Gmail, caret reappears when dragging a selection over some text in the message body
1720 * fast/repaint/4774354-expected.checksum: Added.
1721 * fast/repaint/4774354-expected.png: Added.
1722 * fast/repaint/4774354-expected.txt: Added.
1723 * fast/repaint/4774354.html: Added.
1724 * fast/repaint/resources/contenteditable-iframe-src.html: Added.
1726 2006-10-17 Justin Garcia <justin.garcia@apple.com>
1728 Reviewed by sullivan
1730 <rdar://problem/4776765>
1731 REGRESSION: Caret's ghost left behind after inserting a paragraph separator (11237)
1733 * fast/repaint/4776765-expected.checksum: Added.
1734 * fast/repaint/4776765-expected.png: Added.
1735 * fast/repaint/4776765-expected.txt: Added.
1736 * fast/repaint/4776765.html: Added.
1738 2006-10-17 Alice Liu <alice.liu@apple.com>
1740 Reviewed by Tim Hatcher.
1742 When nodes are removed, selections are cleared, and when
1743 http://bugs.webkit.org/show_bug.cgi?id=6498 was fixed, we started
1744 sending didChangeSelection notifications. Updating the test results
1745 fixes some of the tests mentioned in http://bugs.webkit.org/show_bug.cgi?id=10924
1747 * fast/dynamic/move-node-with-selection-expected.txt:
1748 * fast/events/dblclick-addEventListener-expected.txt:
1749 * fast/events/updateLayoutForHitTest-expected.txt:
1751 2006-10-17 Alice Liu <alice.liu@apple.com>
1755 updating test results after r17068 - http://bugs.webkit.org/show_bug.cgi?id=11320
1757 * fast/block/float/013-expected.checksum:
1758 * fast/block/float/013-expected.txt:
1760 2006-10-17 Adam Roben <aroben@apple.com>
1764 Fixes http://bugs.webkit.org/show_bug.cgi?id=11214
1765 http/tests/xmlhttprequest/exceptions.html needs new results
1767 Updating results after r16794.
1769 * http/tests/xmlhttprequest/exceptions-expected.txt:
1770 * http/tests/xmlhttprequest/exceptions.html: Add comments about why we
1771 don't follow the XHR spec.
1773 2006-10-16 Justin Garcia <justin.garcia@apple.com>
1775 Reviewed by harrison
1777 <rdar://problem/3655385>
1778 Editing: -indent: method unimplemented
1780 * editing/execCommand/nsresponder-indent-expected.checksum: Added.
1781 * editing/execCommand/nsresponder-indent-expected.png: Added.
1782 * editing/execCommand/nsresponder-indent-expected.txt: Added.
1783 * editing/execCommand/nsresponder-indent.html: Added.
1784 * editing/execCommand/nsresponder-outdent-expected.checksum: Added.
1785 * editing/execCommand/nsresponder-outdent-expected.png: Added.
1786 * editing/execCommand/nsresponder-outdent-expected.txt: Added.
1787 * editing/execCommand/nsresponder-outdent.html: Added.
1789 2006-10-13 Justin Garcia <justin.garcia@apple.com>
1791 Reviewed by ggaren and harrison
1793 <rdar://problem/4744008>
1794 9A270: Mail crashes when I try to paste large items from Safari
1796 * editing/pasteboard/4744008-expected.txt: Added.
1797 * editing/pasteboard/4744008.html: Added.
1799 2006-10-13 Geoffrey Garen <ggaren@apple.com>
1801 Tests for accessing renderer-dependent properties from a javascript: URL.
1803 * fast/frames/frame-js-url-clientWidth-expected.txt: Added.
1804 * fast/frames/frame-js-url-clientWidth.html: Added.
1805 * fast/frames/iframe-js-url-clientWidth-expected.txt: Added.
1806 * fast/frames/iframe-js-url-clientWidth.html: Added.
1808 2006-10-13 David Harrison <harrison@apple.com>
1812 <rdar://problem/4746860> Mail crash in WebCore::CSSMutableStyleDeclaration::merge(WebCore::CSSMutableStyleDeclaration*, bool)
1814 * editing/style/style-boundary-005.html: Added. Matches steps from bug.
1815 * editing/execCommand/hilitecolor-expected.txt: Updated (no empty Apple style spans).
1816 * editing/style/remove-underline-across-paragraph-in-bold-expected.txt: Updated (no empty Apple style spans).
1817 * editing/style/remove-underline-in-bold-expected.txt: Updated (no empty Apple style spans).
1818 * editing/style/typing-style-003-expected.txt: Updated (no empty Apple style spans).
1820 2006-10-12 Adele Peterson <adele@apple.com>
1824 - Test for http://bugs.webkit.org/show_bug.cgi?id=11172
1825 REGRESSION (NativeListBox): OPTION text paints over the edge of the select element at http://jobs.apple.com/
1827 * fast/forms/listbox-width-change-expected.txt: Added.
1828 * fast/forms/listbox-width-change-expected.png: Added.
1829 * fast/forms/listbox-width-change-expected.checksum: Added.
1830 * fast/forms/listbox-width-change.html: Added.
1832 2006-10-11 Kevin McCullough <KMcCullough@apple.com>
1836 These test DST behavior on the cusp of a change (i.e. spring forward, fall back)
1838 * fast/js/date-DST-time-cusps-expected.txt: Added.
1839 * fast/js/date-DST-time-cusps.html: Added.
1840 * fast/js/resources/date-DST-time-cusps.js: Added.
1842 2006-10-11 Oliver Hunt <oliver@apple.com>
1846 Fix svg text related layout tests
1848 * svg/custom/getsvgdocument-expected.txt:
1849 * svg/hixie/viewbox/003-expected.txt:
1851 2006-10-11 Oliver Hunt <oliver@apple.com>
1855 Test case for http://bugs.webkit.org/show_bug.cgi?id=11251
1857 * fast/canvas/zero-size-fill-rect-expected.checksum: Added.
1858 * fast/canvas/zero-size-fill-rect-expected.png: Added.
1859 * fast/canvas/zero-size-fill-rect-expected.txt: Added.
1860 * fast/canvas/zero-size-fill-rect.html: Added.
1862 2006-10-11 Rob Buis <buis@kde.org>
1867 http://bugs.webkit.org/show_bug.cgi?id=11221
1868 REGRESSION: iExploder crash due to style="cursor: url()"
1870 * fast/css/invalid-cursor-property-crash-expected.txt: Added.
1871 * fast/css/invalid-cursor-property-crash.html: Added.
1873 2006-10-11 Antti Koivisto <koivisto@iki.fi>
1877 Test for http://bugs.webkit.org/show_bug.cgi?id=4377
1879 * fast/layers/layer-visibility-expected.checksum: Added.
1880 * fast/layers/layer-visibility-expected.png: Added.
1881 * fast/layers/layer-visibility-expected.txt: Added.
1882 * fast/layers/layer-visibility.html: Added.
1884 2006-10-10 Oliver Hunt <ohunt@apple.com>
1886 Rubber stamped by Anders.
1888 Updated to deal with new svg text renderers, and
1891 custom/text-clip testcase was incorrect, and has been fixed
1893 * svg/W3C-SVG-1.1/animate-elem-02-t-expected.txt:
1894 * svg/W3C-SVG-1.1/animate-elem-03-t-expected.txt:
1895 * svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt:
1896 * svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt:
1897 * svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt:
1898 * svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt:
1899 * svg/W3C-SVG-1.1/animate-elem-08-t-expected.checksum:
1900 * svg/W3C-SVG-1.1/animate-elem-08-t-expected.png:
1901 * svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt:
1902 * svg/W3C-SVG-1.1/animate-elem-09-t-expected.txt:
1903 * svg/W3C-SVG-1.1/animate-elem-10-t-expected.txt:
1904 * svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt:
1905 * svg/W3C-SVG-1.1/animate-elem-12-t-expected.txt:
1906 * svg/W3C-SVG-1.1/animate-elem-13-t-expected.txt:
1907 * svg/W3C-SVG-1.1/animate-elem-14-t-expected.txt:
1908 * svg/W3C-SVG-1.1/animate-elem-15-t-expected.txt:
1909 * svg/W3C-SVG-1.1/animate-elem-16-t-expected.txt:
1910 * svg/W3C-SVG-1.1/animate-elem-17-t-expected.txt:
1911 * svg/W3C-SVG-1.1/animate-elem-18-t-expected.txt:
1912 * svg/W3C-SVG-1.1/animate-elem-19-t-expected.txt:
1913 * svg/W3C-SVG-1.1/animate-elem-20-t-expected.txt:
1914 * svg/W3C-SVG-1.1/animate-elem-21-t-expected.txt:
1915 * svg/W3C-SVG-1.1/animate-elem-22-b-expected.checksum:
1916 * svg/W3C-SVG-1.1/animate-elem-22-b-expected.png:
1917 * svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt:
1918 * svg/W3C-SVG-1.1/animate-elem-23-t-expected.txt:
1919 * svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt:
1920 * svg/W3C-SVG-1.1/animate-elem-25-t-expected.txt:
1921 * svg/W3C-SVG-1.1/animate-elem-26-t-expected.txt:
1922 * svg/W3C-SVG-1.1/animate-elem-27-t-expected.checksum:
1923 * svg/W3C-SVG-1.1/animate-elem-27-t-expected.png:
1924 * svg/W3C-SVG-1.1/animate-elem-27-t-expected.txt:
1925 * svg/W3C-SVG-1.1/animate-elem-28-t-expected.txt:
1926 * svg/W3C-SVG-1.1/animate-elem-29-b-expected.txt:
1927 * svg/W3C-SVG-1.1/color-prof-01-f-expected.txt:
1928 * svg/W3C-SVG-1.1/color-prop-01-b-expected.txt:
1929 * svg/W3C-SVG-1.1/color-prop-02-f-expected.txt:
1930 * svg/W3C-SVG-1.1/color-prop-03-t-expected.txt:
1931 * svg/W3C-SVG-1.1/coords-trans-01-b-expected.txt:
1932 * svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt:
1933 * svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt:
1934 * svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt:
1935 * svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt:
1936 * svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt:
1937 * svg/W3C-SVG-1.1/coords-units-01-b-expected.txt:
1938 * svg/W3C-SVG-1.1/coords-units-02-b-expected.txt:
1939 * svg/W3C-SVG-1.1/coords-units-03-b-expected.txt:
1940 * svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.txt:
1941 * svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.txt:
1942 * svg/W3C-SVG-1.1/extend-namespace-01-f-expected.checksum:
1943 * svg/W3C-SVG-1.1/extend-namespace-01-f-expected.png:
1944 * svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt:
1945 * svg/W3C-SVG-1.1/filters-blend-01-b-expected.checksum:
1946 * svg/W3C-SVG-1.1/filters-blend-01-b-expected.png:
1947 * svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt:
1948 * svg/W3C-SVG-1.1/filters-color-01-b-expected.checksum:
1949 * svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
1950 * svg/W3C-SVG-1.1/filters-color-01-b-expected.txt:
1951 * svg/W3C-SVG-1.1/filters-composite-02-b-expected.checksum:
1952 * svg/W3C-SVG-1.1/filters-composite-02-b-expected.png:
1953 * svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt:
1954 * svg/W3C-SVG-1.1/filters-comptran-01-b-expected.checksum:
1955 * svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
1956 * svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt:
1957 * svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt:
1958 * svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.checksum:
1959 * svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.png:
1960 * svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.txt:
1961 * svg/W3C-SVG-1.1/filters-displace-01-f-expected.checksum:
1962 * svg/W3C-SVG-1.1/filters-displace-01-f-expected.png:
1963 * svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt:
1964 * svg/W3C-SVG-1.1/filters-example-01-b-expected.checksum:
1965 * svg/W3C-SVG-1.1/filters-example-01-b-expected.png:
1966 * svg/W3C-SVG-1.1/filters-example-01-b-expected.txt:
1967 * svg/W3C-SVG-1.1/filters-gauss-01-b-expected.checksum:
1968 * svg/W3C-SVG-1.1/filters-gauss-01-b-expected.png:
1969 * svg/W3C-SVG-1.1/filters-gauss-01-b-expected.txt:
1970 * svg/W3C-SVG-1.1/filters-image-01-b-expected.checksum:
1971 * svg/W3C-SVG-1.1/filters-image-01-b-expected.png:
1972 * svg/W3C-SVG-1.1/filters-image-01-b-expected.txt:
1973 * svg/W3C-SVG-1.1/filters-light-01-f-expected.checksum:
1974 * svg/W3C-SVG-1.1/filters-light-01-f-expected.png:
1975 * svg/W3C-SVG-1.1/filters-light-01-f-expected.txt:
1976 * svg/W3C-SVG-1.1/filters-morph-01-f-expected.checksum:
1977 * svg/W3C-SVG-1.1/filters-morph-01-f-expected.png:
1978 * svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt:
1979 * svg/W3C-SVG-1.1/filters-offset-01-b-expected.checksum:
1980 * svg/W3C-SVG-1.1/filters-offset-01-b-expected.png:
1981 * svg/W3C-SVG-1.1/filters-offset-01-b-expected.txt:
1982 * svg/W3C-SVG-1.1/filters-specular-01-f-expected.checksum:
1983 * svg/W3C-SVG-1.1/filters-specular-01-f-expected.png:
1984 * svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt:
1985 * svg/W3C-SVG-1.1/filters-tile-01-b-expected.checksum:
1986 * svg/W3C-SVG-1.1/filters-tile-01-b-expected.png:
1987 * svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt:
1988 * svg/W3C-SVG-1.1/filters-turb-01-f-expected.checksum:
1989 * svg/W3C-SVG-1.1/filters-turb-01-f-expected.png:
1990 * svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt:
1991 * svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt:
1992 * svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt:
1993 * svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt:
1994 * svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt:
1995 * svg/W3C-SVG-1.1/interact-cursor-01-f-expected.checksum:
1996 * svg/W3C-SVG-1.1/interact-cursor-01-f-expected.png:
1997 * svg/W3C-SVG-1.1/interact-cursor-01-f-expected.txt:
1998 * svg/W3C-SVG-1.1/interact-dom-01-b-expected.txt:
1999 * svg/W3C-SVG-1.1/interact-events-01-b-expected.txt:
2000 * svg/W3C-SVG-1.1/interact-order-01-b-expected.txt:
2001 * svg/W3C-SVG-1.1/interact-order-02-b-expected.txt:
2002 * svg/W3C-SVG-1.1/interact-order-03-b-expected.txt:
2003 * svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt:
2004 * svg/W3C-SVG-1.1/linking-a-01-b-expected.txt:
2005 * svg/W3C-SVG-1.1/linking-a-02-b-expected.txt:
2006 * svg/W3C-SVG-1.1/linking-a-03-b-expected.txt:
2007 * svg/W3C-SVG-1.1/linking-a-04-t-expected.txt:
2008 * svg/W3C-SVG-1.1/linking-uri-01-b-expected.txt:
2009 * svg/W3C-SVG-1.1/linking-uri-02-b-expected.txt:
2010 * svg/W3C-SVG-1.1/linking-uri-03-t-expected.txt:
2011 * svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt:
2012 * svg/W3C-SVG-1.1/masking-opacity-01-b-expected.txt:
2013 * svg/W3C-SVG-1.1/masking-path-01-b-expected.txt:
2014 * svg/W3C-SVG-1.1/masking-path-02-b-expected.txt:
2015 * svg/W3C-SVG-1.1/masking-path-03-b-expected.txt:
2016 * svg/W3C-SVG-1.1/masking-path-04-b-expected.txt:
2017 * svg/W3C-SVG-1.1/masking-path-05-f-expected.txt:
2018 * svg/W3C-SVG-1.1/metadata-example-01-b-expected.txt:
2019 * svg/W3C-SVG-1.1/painting-fill-01-t-expected.txt:
2020 * svg/W3C-SVG-1.1/painting-fill-02-t-expected.txt:
2021 * svg/W3C-SVG-1.1/painting-fill-03-t-expected.txt:
2022 * svg/W3C-SVG-1.1/painting-fill-04-t-expected.txt:
2023 * svg/W3C-SVG-1.1/painting-marker-01-f-expected.txt:
2024 * svg/W3C-SVG-1.1/painting-marker-02-f-expected.txt:
2025 * svg/W3C-SVG-1.1/painting-render-01-b-expected.checksum:
2026 * svg/W3C-SVG-1.1/painting-render-01-b-expected.png:
2027 * svg/W3C-SVG-1.1/painting-render-01-b-expected.txt:
2028 * svg/W3C-SVG-1.1/painting-stroke-01-t-expected.txt:
2029 * svg/W3C-SVG-1.1/painting-stroke-02-t-expected.txt:
2030 * svg/W3C-SVG-1.1/painting-stroke-03-t-expected.txt:
2031 * svg/W3C-SVG-1.1/painting-stroke-04-t-expected.txt:
2032 * svg/W3C-SVG-1.1/paths-data-01-t-expected.txt:
2033 * svg/W3C-SVG-1.1/paths-data-02-t-expected.txt:
2034 * svg/W3C-SVG-1.1/paths-data-03-f-expected.txt:
2035 * svg/W3C-SVG-1.1/paths-data-04-t-expected.txt:
2036 * svg/W3C-SVG-1.1/paths-data-05-t-expected.txt:
2037 * svg/W3C-SVG-1.1/paths-data-06-t-expected.txt:
2038 * svg/W3C-SVG-1.1/paths-data-07-t-expected.txt:
2039 * svg/W3C-SVG-1.1/pservers-grad-01-b-expected.txt:
2040 * svg/W3C-SVG-1.1/pservers-grad-02-b-expected.txt:
2041 * svg/W3C-SVG-1.1/pservers-grad-03-b-expected.txt:
2042 * svg/W3C-SVG-1.1/pservers-grad-04-b-expected.txt:
2043 * svg/W3C-SVG-1.1/pservers-grad-05-b-expected.txt:
2044 * svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt:
2045 * svg/W3C-SVG-1.1/pservers-grad-07-b-expected.txt:
2046 * svg/W3C-SVG-1.1/pservers-grad-08-b-expected.txt:
2047 * svg/W3C-SVG-1.1/pservers-grad-09-b-expected.txt:
2048 * svg/W3C-SVG-1.1/pservers-grad-10-b-expected.txt:
2049 * svg/W3C-SVG-1.1/pservers-grad-11-b-expected.txt:
2050 * svg/W3C-SVG-1.1/pservers-grad-12-b-expected.txt:
2051 * svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.txt:
2052 * svg/W3C-SVG-1.1/render-elems-01-t-expected.txt:
2053 * svg/W3C-SVG-1.1/render-elems-02-t-expected.txt:
2054 * svg/W3C-SVG-1.1/render-elems-03-t-expected.txt:
2055 * svg/W3C-SVG-1.1/render-elems-06-t-expected.txt:
2056 * svg/W3C-SVG-1.1/render-elems-07-t-expected.txt:
2057 * svg/W3C-SVG-1.1/render-elems-08-t-expected.txt:
2058 * svg/W3C-SVG-1.1/render-groups-01-b-expected.checksum:
2059 * svg/W3C-SVG-1.1/render-groups-01-b-expected.png:
2060 * svg/W3C-SVG-1.1/render-groups-01-b-expected.txt:
2061 * svg/W3C-SVG-1.1/render-groups-03-t-expected.txt:
2062 * svg/W3C-SVG-1.1/script-handle-01-b-expected.txt:
2063 * svg/W3C-SVG-1.1/script-handle-02-b-expected.txt:
2064 * svg/W3C-SVG-1.1/script-handle-03-b-expected.txt:
2065 * svg/W3C-SVG-1.1/script-handle-04-b-expected.txt:
2066 * svg/W3C-SVG-1.1/shapes-circle-01-t-expected.txt:
2067 * svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.txt:
2068 * svg/W3C-SVG-1.1/shapes-line-01-t-expected.txt:
2069 * svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.txt:
2070 * svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.txt:
2071 * svg/W3C-SVG-1.1/shapes-rect-01-t-expected.txt:
2072 * svg/W3C-SVG-1.1/struct-cond-01-t-expected.txt:
2073 * svg/W3C-SVG-1.1/struct-cond-02-t-expected.txt:
2074 * svg/W3C-SVG-1.1/struct-defs-01-t-expected.txt:
2075 * svg/W3C-SVG-1.1/struct-dom-01-b-expected.txt:
2076 * svg/W3C-SVG-1.1/struct-dom-02-b-expected.txt:
2077 * svg/W3C-SVG-1.1/struct-dom-03-b-expected.txt:
2078 * svg/W3C-SVG-1.1/struct-dom-04-b-expected.txt:
2079 * svg/W3C-SVG-1.1/struct-dom-05-b-expected.txt:
2080 * svg/W3C-SVG-1.1/struct-dom-06-b-expected.txt:
2081 * svg/W3C-SVG-1.1/struct-group-01-t-expected.txt:
2082 * svg/W3C-SVG-1.1/struct-group-02-b-expected.txt:
2083 * svg/W3C-SVG-1.1/struct-image-01-t-expected.txt:
2084 * svg/W3C-SVG-1.1/struct-image-02-b-expected.txt:
2085 * svg/W3C-SVG-1.1/struct-image-03-t-expected.txt:
2086 * svg/W3C-SVG-1.1/struct-image-04-t-expected.txt:
2087 * svg/W3C-SVG-1.1/struct-image-05-b-expected.txt:
2088 * svg/W3C-SVG-1.1/struct-symbol-01-b-expected.txt:
2089 * svg/W3C-SVG-1.1/styling-css-01-b-expected.txt:
2090 * svg/W3C-SVG-1.1/styling-css-02-b-expected.txt:
2091 * svg/W3C-SVG-1.1/styling-css-03-b-expected.txt:
2092 * svg/W3C-SVG-1.1/styling-inherit-01-b-expected.txt:
2093 * svg/W3C-SVG-1.1/styling-pres-01-t-expected.txt:
2094 * svg/W3C-SVG-1.1/text-align-01-b-expected.checksum:
2095 * svg/W3C-SVG-1.1/text-align-01-b-expected.png:
2096 * svg/W3C-SVG-1.1/text-align-01-b-expected.txt:
2097 * svg/W3C-SVG-1.1/text-align-02-b-expected.checksum:
2098 * svg/W3C-SVG-1.1/text-align-02-b-expected.png:
2099 * svg/W3C-SVG-1.1/text-align-02-b-expected.txt:
2100 * svg/W3C-SVG-1.1/text-align-03-b-expected.checksum:
2101 * svg/W3C-SVG-1.1/text-align-03-b-expected.png:
2102 * svg/W3C-SVG-1.1/text-align-03-b-expected.txt:
2103 * svg/W3C-SVG-1.1/text-align-04-b-expected.checksum:
2104 * svg/W3C-SVG-1.1/text-align-04-b-expected.png:
2105 * svg/W3C-SVG-1.1/text-align-04-b-expected.txt:
2106 * svg/W3C-SVG-1.1/text-align-05-b-expected.checksum:
2107 * svg/W3C-SVG-1.1/text-align-05-b-expected.png:
2108 * svg/W3C-SVG-1.1/text-align-05-b-expected.txt:
2109 * svg/W3C-SVG-1.1/text-align-06-b-expected.checksum:
2110 * svg/W3C-SVG-1.1/text-align-06-b-expected.png:
2111 * svg/W3C-SVG-1.1/text-align-06-b-expected.txt:
2112 * svg/W3C-SVG-1.1/text-altglyph-01-b-expected.txt:
2113 * svg/W3C-SVG-1.1/text-deco-01-b-expected.checksum:
2114 * svg/W3C-SVG-1.1/text-deco-01-b-expected.png:
2115 * svg/W3C-SVG-1.1/text-deco-01-b-expected.txt:
2116 * svg/W3C-SVG-1.1/text-fonts-01-t-expected.checksum:
2117 * svg/W3C-SVG-1.1/text-fonts-01-t-expected.png:
2118 * svg/W3C-SVG-1.1/text-fonts-01-t-expected.txt:
2119 * svg/W3C-SVG-1.1/text-fonts-02-t-expected.txt:
2120 * svg/W3C-SVG-1.1/text-path-01-b-expected.txt:
2121 * svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt:
2122 * svg/W3C-SVG-1.1/text-text-01-b-expected.txt:
2123 * svg/W3C-SVG-1.1/text-text-03-b-expected.txt:
2124 * svg/W3C-SVG-1.1/text-tref-01-b-expected.txt:
2125 * svg/W3C-SVG-1.1/text-tselect-01-b-expected.checksum:
2126 * svg/W3C-SVG-1.1/text-tselect-01-b-expected.png:
2127 * svg/W3C-SVG-1.1/text-tselect-01-b-expected.txt:
2128 * svg/W3C-SVG-1.1/text-tspan-01-b-expected.checksum:
2129 * svg/W3C-SVG-1.1/text-tspan-01-b-expected.png:
2130 * svg/W3C-SVG-1.1/text-tspan-01-b-expected.txt:
2131 * svg/W3C-SVG-1.1/text-ws-01-t-expected.txt:
2132 * svg/W3C-SVG-1.1/text-ws-02-t-expected.txt:
2133 * svg/custom/baseval-animval-equality-expected.checksum:
2134 * svg/custom/baseval-animval-equality-expected.png:
2135 * svg/custom/coords-relative-units-transforms-expected.checksum:
2136 * svg/custom/coords-relative-units-transforms-expected.png:
2137 * svg/custom/coords-relative-units-transforms-expected.txt:
2138 * svg/custom/createelement-expected.txt:
2139 * svg/custom/feComponentTransfer-Discrete-expected.txt:
2140 * svg/custom/feComponentTransfer-Gamma-expected.txt:
2141 * svg/custom/feComponentTransfer-Linear-expected.txt:
2142 * svg/custom/feComponentTransfer-Table-expected.txt:
2143 * svg/custom/foreign-object-skew-expected.txt:
2144 * svg/custom/gradient-stroke-width-expected.txt:
2145 * svg/custom/image-with-transform-clip-filter-expected.txt:
2146 * svg/custom/invalid-css-expected.txt:
2147 * svg/custom/invalid-fill-expected.txt:
2148 * svg/custom/invalid-viewbox1-expected.txt:
2149 * svg/custom/invalid-viewbox2-expected.txt:
2150 * svg/custom/junk-data-expected.txt:
2151 * svg/custom/marker-overflow-clip-expected.txt:
2152 * svg/custom/missing-xlink-expected.txt:
2153 * svg/custom/non-opaque-filters-expected.txt:
2154 * svg/custom/pointer-events-path-expected.txt:
2155 * svg/custom/svg-overflow-types-expected.txt:
2156 text-clip was an incorrect test, rather than an incorrect result
2157 * svg/custom/text-clip-expected.txt:
2158 * svg/custom/text-clip.svg:
2159 * svg/custom/text-filter-expected.txt:
2160 * svg/custom/text-gradient-no-content-expected.txt:
2161 * svg/custom/text-hit-test-expected.txt:
2162 * svg/custom/text-image-opacity-expected.txt:
2163 * svg/custom/tref-update-expected.txt:
2165 2006-10-09 Maciej Stachowiak <mjs@apple.com>
2169 - test case that ensures Referer[sic] header is sent
2171 * http/tests/misc/referrer-expected.txt: Added.
2172 * http/tests/misc/referrer.html: Added.
2173 * http/tests/misc/resources/referrer-result.php: Added.
2175 2006-10-09 Nikolas Zimmermann <zimmermann@kde.org>
2179 Use log() instead of alert() just like in all other tests.
2181 * editing/selection/move-begin-end.html:
2183 2006-10-07 Andrew Wellington <proton@wiretapped.net>
2187 Test for http://bugs.webkit.org/show_bug.cgi?id=10837
2188 Bug 10837: REGRESSION: Yahoo New Charts Crashes WebKit
2190 * fast/dom/HTMLDocument/frameless-location-bugzilla10837-expected.checksum: Added.
2191 * fast/dom/HTMLDocument/frameless-location-bugzilla10837-expected.png: Added.
2192 * fast/dom/HTMLDocument/frameless-location-bugzilla10837-expected.txt: Added.
2193 * fast/dom/HTMLDocument/frameless-location-bugzilla10837.html: Added.
2195 2006-10-05 Alexey Proskuryakov <ap@nypop.com>
2199 http://bugs.webkit.org/show_bug.cgi?id=11054
2200 REGRESSION: Traditional Chinese encoding in login authentication
2202 Each of these tests is passed by Firefox 1.5 and/or WinIE 6.
2204 * fast/encoding/GBK/EUC-CN-expected.txt: Added.
2205 * fast/encoding/GBK/EUC-CN.html: Added.
2206 * fast/encoding/GBK/chinese-expected.txt: Added.
2207 * fast/encoding/GBK/chinese.html: Added.
2208 * fast/encoding/GBK/cn-gb-expected.txt: Added.
2209 * fast/encoding/GBK/cn-gb.html: Added.
2210 * fast/encoding/GBK/csgb2312-expected.txt: Added.
2211 * fast/encoding/GBK/csgb2312.html: Added.
2212 * fast/encoding/GBK/csgb231280-expected.txt: Added.
2213 * fast/encoding/GBK/csgb231280.html: Added.
2214 * fast/encoding/GBK/gb2312-expected.txt: Added.
2215 * fast/encoding/GBK/gb2312.html: Added.
2216 * fast/encoding/GBK/gb_2312-80-expected.txt: Added.
2217 * fast/encoding/GBK/gb_2312-80.html: Added.
2218 * fast/encoding/GBK/gbk-expected.txt: Added.
2219 * fast/encoding/GBK/gbk.html: Added.
2220 * fast/encoding/GBK/iso-ir-58-expected.txt: Added.
2221 * fast/encoding/GBK/iso-ir-58.html: Added.
2222 * fast/encoding/GBK/x-euc-cn-expected.txt: Added.
2223 * fast/encoding/GBK/x-euc-cn.html: Added.
2224 * fast/encoding/GBK/x-gbk-expected.txt: Added.
2225 * fast/encoding/GBK/x-gbk.html: Added.
2227 2006-10-04 Anders Carlsson <acarlsson@apple.com>
2231 * fast/frames/frame-src-attribute-expected.txt:
2234 2006-10-03 Alexey Proskuryakov <ap@nypop.com>
2238 http://bugs.webkit.org/show_bug.cgi?id=11130
2239 Convert "undefined" to AE missing value
2241 * fast/AppleScript/001-expected.txt:
2242 * fast/AppleScript/array-expected.txt:
2243 Updated the results.
2245 2006-10-03 Justin Garcia <justin.garcia@apple.com>
2247 Reviewed by harrison
2249 * editing/execCommand/paste-1-expected.checksum: Added.
2250 * editing/execCommand/paste-1-expected.png: Added.
2251 * editing/execCommand/paste-1-expected.txt: Added.
2252 * editing/execCommand/paste-1.html: Added.
2253 * editing/execCommand/paste-2-expected.checksum: Added.
2254 * editing/execCommand/paste-2-expected.png: Added.
2255 * editing/execCommand/paste-2-expected.txt: Added.
2256 * editing/execCommand/paste-2.html: Added.
2258 2006-10-03 Beth Dakin <bdakin@apple.com>
2262 Changing these two counters tests so they pass on the BuildBot.
2264 * fast/css/counters/counter04-expected.checksum:
2265 * fast/css/counters/counter04-expected.png:
2266 * fast/css/counters/counter04-expected.txt:
2267 * fast/css/counters/counter04.html:
2268 * fast/css/counters/counters04-expected.checksum:
2269 * fast/css/counters/counters04-expected.png:
2270 * fast/css/counters/counters04-expected.txt:
2271 * fast/css/counters/counters04.html:
2273 2006-10-03 Justin Garcia <justin.garcia@apple.com>
2277 Fixed a typo, updating expected results.
2279 * editing/execCommand/create-list-with-hr-expected.checksum:
2280 * editing/execCommand/create-list-with-hr-expected.png:
2281 * editing/execCommand/create-list-with-hr-expected.txt:
2283 2006-10-03 David Harrison <harrison@apple.com>
2287 <rdar://problem/4671286> Candidate Window isn't displayed and only first candidate is displayed at typing location.
2289 Updated test so that it actually shows the caret rect for the caret position.
2290 Before, it was showing the caret rect for the 9th character of the test description.
2292 * fast/text/justified-text-rect-expected.checksum:
2293 * fast/text/justified-text-rect-expected.png:
2294 * fast/text/justified-text-rect-expected.txt:
2295 * fast/text/justified-text-rect.html:
2297 2006-10-02 Justin Garcia <justin.garcia@apple.com>
2301 * editing/execCommand/create-list-with-hr-expected.checksum: Added.
2302 * editing/execCommand/create-list-with-hr-expected.png: Added.
2303 * editing/execCommand/create-list-with-hr-expected.txt: Added.
2304 * editing/execCommand/create-list-with-hr.html: Added.
2306 2006-10-02 Beth Dakin <bdakin@apple.com>
2308 Minor harassment followed by abject surrender provided by ggggaren.
2312 * fast/css/counters/contentNone-expected.checksum: Added.
2313 * fast/css/counters/contentNone-expected.png: Added.
2314 * fast/css/counters/contentNone-expected.txt: Added.
2315 * fast/css/counters/contentNone.html: Added.
2316 * fast/css/counters/counter00-expected.checksum: Added.
2317 * fast/css/counters/counter00-expected.png: Added.
2318 * fast/css/counters/counter00-expected.txt: Added.
2319 * fast/css/counters/counter00.html: Added.
2320 * fast/css/counters/counter01-expected.checksum: Added.
2321 * fast/css/counters/counter01-expected.png: Added.
2322 * fast/css/counters/counter01-expected.txt: Added.
2323 * fast/css/counters/counter01.html: Added.
2324 * fast/css/counters/counter02-expected.checksum: Added.
2325 * fast/css/counters/counter02-expected.png: Added.
2326 * fast/css/counters/counter02-expected.txt: Added.
2327 * fast/css/counters/counter02.html: Added.
2328 * fast/css/counters/counter03-expected.checksum: Added.
2329 * fast/css/counters/counter03-expected.png: Added.
2330 * fast/css/counters/counter03-expected.txt: Added.
2331 * fast/css/counters/counter03.html: Added.
2332 * fast/css/counters/counter04-expected.checksum: Added.
2333 * fast/css/counters/counter04-expected.png: Added.
2334 * fast/css/counters/counter04-expected.txt: Added.
2335 * fast/css/counters/counter04.html: Added.
2336 * fast/css/counters/counter05-expected.checksum: Added.
2337 * fast/css/counters/counter05-expected.png: Added.
2338 * fast/css/counters/counter05-expected.txt: Added.
2339 * fast/css/counters/counter05.html: Added.
2340 * fast/css/counters/counter06-expected.checksum: Added.
2341 * fast/css/counters/counter06-expected.png: Added.
2342 * fast/css/counters/counter06-expected.txt: Added.
2343 * fast/css/counters/counter06.html: Added.
2344 * fast/css/counters/counter07-expected.checksum: Added.
2345 * fast/css/counters/counter07-expected.png: Added.
2346 * fast/css/counters/counter07-expected.txt: Added.
2347 * fast/css/counters/counter07.html: Added.
2348 * fast/css/counters/counter08-expected.checksum: Added.
2349 * fast/css/counters/counter08-expected.png: Added.
2350 * fast/css/counters/counter08-expected.txt: Added.
2351 * fast/css/counters/counter08.html: Added.
2352 * fast/css/counters/counter09-expected.checksum: Added.
2353 * fast/css/counters/counter09-expected.png: Added.
2354 * fast/css/counters/counter09-expected.txt: Added.
2355 * fast/css/counters/counter09.html: Added.
2356 * fast/css/counters/counter10-expected.checksum: Added.
2357 * fast/css/counters/counter10-expected.png: Added.
2358 * fast/css/counters/counter10-expected.txt: Added.
2359 * fast/css/counters/counter10.html: Added.
2360 * fast/css/counters/counter11-expected.checksum: Added.
2361 * fast/css/counters/counter11-expected.png: Added.
2362 * fast/css/counters/counter11-expected.txt: Added.
2363 * fast/css/counters/counter11.html: Added.
2364 * fast/css/counters/counter12-expected.checksum: Added.
2365 * fast/css/counters/counter12-expected.png: Added.
2366 * fast/css/counters/counter12-expected.txt: Added.
2367 * fast/css/counters/counter12.html: Added.
2368 * fast/css/counters/counter13-expected.checksum: Added.
2369 * fast/css/counters/counter13-expected.png: Added.
2370 * fast/css/counters/counter13-expected.txt: Added.
2371 * fast/css/counters/counter13.html: Added.
2372 * fast/css/counters/counter14-expected.checksum: Added.
2373 * fast/css/counters/counter14-expected.png: Added.
2374 * fast/css/counters/counter14-expected.txt: Added.
2375 * fast/css/counters/counter14.html: Added.
2376 * fast/css/counters/counter15-expected.checksum: Added.
2377 * fast/css/counters/counter15-expected.png: Added.
2378 * fast/css/counters/counter15-expected.txt: Added.
2379 * fast/css/counters/counter15.html: Added.
2380 * fast/css/counters/counter16-expected.checksum: Added.
2381 * fast/css/counters/counter16-expected.png: Added.
2382 * fast/css/counters/counter16-expected.txt: Added.
2383 * fast/css/counters/counter16.html: Added.
2384 * fast/css/counters/counters00-expected.checksum: Added.
2385 * fast/css/counters/counters00-expected.png: Added.
2386 * fast/css/counters/counters00-expected.txt: Added.
2387 * fast/css/counters/counters00.html: Added.
2388 * fast/css/counters/counters01-expected.checksum: Added.
2389 * fast/css/counters/counters01-expected.png: Added.
2390 * fast/css/counters/counters01-expected.txt: Added.
2391 * fast/css/counters/counters01.html: Added.
2392 * fast/css/counters/counters02-expected.checksum: Added.
2393 * fast/css/counters/counters02-expected.png: Added.
2394 * fast/css/counters/counters02-expected.txt: Added.
2395 * fast/css/counters/counters02.html: Added.
2396 * fast/css/counters/counters03-expected.checksum: Added.
2397 * fast/css/counters/counters03-expected.png: Added.
2398 * fast/css/counters/counters03-expected.txt: Added.
2399 * fast/css/counters/counters03.html: Added.
2400 * fast/css/counters/counters04-expected.checksum: Added.
2401 * fast/css/counters/counters04-expected.png: Added.
2402 * fast/css/counters/counters04-expected.txt: Added.
2403 * fast/css/counters/counters04.html: Added.
2404 * fast/css/counters/counters05-expected.checksum: Added.
2405 * fast/css/counters/counters05-expected.png: Added.
2406 * fast/css/counters/counters05-expected.txt: Added.
2407 * fast/css/counters/counters05.html: Added.
2408 * fast/css/counters/counters06-expected.checksum: Added.
2409 * fast/css/counters/counters06-expected.png: Added.
2410 * fast/css/counters/counters06-expected.txt: Added.
2411 * fast/css/counters/counters06.html: Added.
2412 * fast/css/counters/counters07-expected.checksum: Added.
2413 * fast/css/counters/counters07-expected.png: Added.
2414 * fast/css/counters/counters07-expected.txt: Added.
2415 * fast/css/counters/counters07.html: Added.
2416 * fast/css/counters/counters08-expected.checksum: Added.
2417 * fast/css/counters/counters08-expected.png: Added.
2418 * fast/css/counters/counters08-expected.txt: Added.
2419 * fast/css/counters/counters08.html: Added.
2420 * fast/css/counters/counters09-expected.checksum: Added.
2421 * fast/css/counters/counters09-expected.png: Added.
2422 * fast/css/counters/counters09-expected.txt: Added.
2423 * fast/css/counters/counters09.html: Added.
2424 * fast/css/counters/counters10-expected.checksum: Added.
2425 * fast/css/counters/counters10-expected.png: Added.
2426 * fast/css/counters/counters10-expected.txt: Added.
2427 * fast/css/counters/counters10.html: Added.
2428 * fast/css/counters/counters11-expected.checksum: Added.
2429 * fast/css/counters/counters11-expected.png: Added.
2430 * fast/css/counters/counters11-expected.txt: Added.
2431 * fast/css/counters/counters11.html: Added.
2432 * fast/css/counters/counters12-expected.checksum: Added.
2433 * fast/css/counters/counters12-expected.png: Added.
2434 * fast/css/counters/counters12-expected.txt: Added.
2435 * fast/css/counters/counters12.html: Added.
2436 * fast/css/counters/counters13-expected.checksum: Added.
2437 * fast/css/counters/counters13-expected.png: Added.
2438 * fast/css/counters/counters13-expected.txt: Added.
2439 * fast/css/counters/counters13.html: Added.
2440 * fast/css/counters/counters14-expected.checksum: Added.
2441 * fast/css/counters/counters14-expected.png: Added.
2442 * fast/css/counters/counters14-expected.txt: Added.
2443 * fast/css/counters/counters14.html: Added.
2444 * fast/css/counters/counters15-expected.checksum: Added.
2445 * fast/css/counters/counters15-expected.png: Added.
2446 * fast/css/counters/counters15-expected.txt: Added.
2447 * fast/css/counters/counters15.html: Added.
2448 * fast/css/counters/counters18-expected.checksum: Added.
2449 * fast/css/counters/counters18-expected.png: Added.
2450 * fast/css/counters/counters18-expected.txt: Added.
2451 * fast/css/counters/counters18.html: Added.
2452 * fast/css/counters/implied00-expected.checksum: Added.
2453 * fast/css/counters/implied00-expected.png: Added.
2454 * fast/css/counters/implied00-expected.txt: Added.
2455 * fast/css/counters/implied00.html: Added.
2456 * fast/css/counters/root-expected.checksum: Added.
2457 * fast/css/counters/root-expected.png: Added.
2458 * fast/css/counters/root-expected.txt: Added.
2459 * fast/css/counters/root.html: Added.
2460 * fast/css/counters/visibilityNone-expected.checksum: Added.
2461 * fast/css/counters/visibilityNone-expected.png: Added.
2462 * fast/css/counters/visibilityNone-expected.txt: Added.
2463 * fast/css/counters/visibilityNone.html: Added.
2465 2006-10-02 Adam Roben <aroben@apple.com>
2469 This change fixes a couple of problems with the window-properties
2470 test. window-properties' output changes depending on the presence or
2471 non-presence of session history (see
2472 http://bugs.webkit.org/show_bug.cgi?id=10965 for details). For this
2473 reason, the test must always be run as part of a run of ALL layout
2474 tests. The test results checked in were generated from an individual
2475 run of this test, so the buildbots were always failing since they run
2476 all the tests at once.
2478 This change regenerates the results for the test using a full run of
2479 layout tests. The test now also prints out object class names, and
2480 will print an error message when the test is run by itself.
2482 * fast/js/window-properties-expected.txt:
2483 * fast/js/window-properties.html:
2485 2006-10-02 Adele Peterson <adele@apple.com>
2489 - Updated results for <rdar://problem/4463841> Switch to use new list box implementation for <select multiple>
2491 * fast/forms/HTMLOptionElement_label05-expected.checksum:
2492 * fast/forms/HTMLOptionElement_label05-expected.png:
2493 * fast/forms/HTMLOptionElement_label05-expected.txt:
2494 * fast/forms/form-element-geometry-expected.checksum:
2495 * fast/forms/form-element-geometry-expected.png:
2496 * fast/forms/form-element-geometry-expected.txt:
2497 * fast/forms/option-strip-whitespace-expected.checksum:
2498 * fast/forms/option-strip-whitespace-expected.png:
2499 * fast/forms/option-strip-whitespace-expected.txt:
2500 * fast/forms/password-doubleclick-selection-expected.txt: Added.
2501 * fast/forms/password-doubleclick-selection.html: Added.
2502 * fast/forms/select-change-popup-to-listbox-expected.checksum:
2503 * fast/forms/select-change-popup-to-listbox-expected.png:
2504 * fast/forms/select-change-popup-to-listbox-expected.txt:
2505 * fast/text/updateNewFont-expected.checksum:
2506 * fast/text/updateNewFont-expected.png:
2507 * fast/text/updateNewFont-expected.txt:
2509 2006-10-01 Maciej Stachowiak <mjs@apple.com>
2511 Rubber stamped by Alexey.
2513 - reverted fix for http://bugs.webkit.org/show_bug.cgi?id=10893 since it led to layout test crashes
2515 * fast/dom/css-insert-import-rule-expected.txt: Removed.
2516 * fast/dom/css-insert-import-rule.html: Removed.
2518 2006-09-30 Geoffrey Garen <ggaren@apple.com>
2520 Added test for the viewource attribute, which applies to <frame> and
2523 * fast/frames/viewsource-attribute-expected.txt: Added.
2524 * fast/frames/viewsource-attribute.html: Added.
2526 * fast/frames/frameElement-widthheight.html: Removed stray character.
2528 2006-09-30 David Harrison <harrison@apple.com>
2530 Reviewed by John Sullivan.
2532 <rdar://problem/4641262> REGRESSION: Japanese text corrupts on wrapping point
2534 * fast/text/international/wrap-CJK-001-expected.checksum: Added.
2535 * fast/text/international/wrap-CJK-001-expected.png: Added.
2536 * fast/text/international/wrap-CJK-001-expected.txt: Added.
2537 * fast/text/international/wrap-CJK-001.html: Added.
2539 2006-10-01 Graham Dennis <graham.dennis@gmail.com>
2543 Test for http://bugs.webkit.org/show_bug.cgi?id=10842
2544 REGRESSION (r15418): contenteditable div truncates rightmost Japanese character
2546 * fast/text/line-breaks-after-white-space-expected.checksum: Added.
2547 * fast/text/line-breaks-after-white-space-expected.png: Added.
2548 * fast/text/line-breaks-after-white-space-expected.txt: Added.
2549 * fast/text/line-breaks-after-white-space.html: Added.
2551 2006-10-01 Alexey Proskuryakov <ap@nypop.com>
2553 Reviewed by Maciej and Darin.
2555 Test for http://bugs.webkit.org/show_bug.cgi?id=4372
2556 JavaScript document.write page form does not submit in Safari
2558 * fast/forms/document-write-expected.txt: Added.
2559 * fast/forms/document-write.html: Added.
2561 2006-09-30 Alexey Proskuryakov <ap@nypop.com>
2565 Test for http://bugs.webkit.org/show_bug.cgi?id=11011
2566 External CSS is parsed as iso-8859-1 even though the main document is utf-8
2568 * fast/encoding/css-charset-default-expected.txt: Added.
2569 * fast/encoding/css-charset-default.xhtml: Added.
2570 * fast/encoding/css-charset-import.css: Added.
2571 * fast/encoding/css-charset-inherit-iso-8859-5.css: Added.
2572 * fast/encoding/css-charset-inherit-koi-8.css: Added.
2574 2006-09-30 Rob Buis <buis@kde.org>
2576 Reviewed by eseidel.
2579 http://bugs.webkit.org/show_bug.cgi?id=11096
2580 Hit testing for polylines fails
2582 * svg/custom/polyline-hittest-expected.checksum: Added.
2583 * svg/custom/polyline-hittest-expected.png: Added.
2584 * svg/custom/polyline-hittest-expected.txt: Added.
2585 * svg/custom/polyline-hittest.svg: Added.
2587 2006-09-29 Timothy Hatcher <timothy@apple.com>
2589 Bug 11041: fast/dom/isindex-001 needs new results
2590 http://bugs.webkit.org/show_bug.cgi?id=11041
2592 * fast/dom/isindex-001-expected.txt:
2594 2006-09-29 Geoffrey Garen <ggaren@apple.com>
2596 Reviewed by John, Maciej.
2598 Added test for whether a frame element reports its src attribute as a
2599 complete, rather than relative, URL.
2601 * fast/frames/frame-src-attribute-expected.txt: Added.
2602 * fast/frames/frame-src-attribute.html: Added.
2603 * fast/frames/resources/frame-src-attribute-subframe.html: Added.
2605 2006-09-29 David Harrison <harrison@apple.com>
2607 Reviewed by John Sullivan.
2609 <rdar://problem/4663772> REGRESSION: Cannot type in Japanese after replying to a particular message
2610 <rdar://problem/4673293> REGRESSION: Can't enter the Japanese characters in Mail or Blot
2612 * fast/text/attributed-substring-from-range-001-expected.txt: Added.
2613 * fast/text/attributed-substring-from-range-001.html: Added.
2615 Check attributed string results when starting or ending at a br element.
2617 2006-09-29 Rob Buis <buis@kde.org>
2622 http://bugs.webkit.org/show_bug.cgi?id=10893
2623 InsertRule can not handle @import statements
2625 * fast/dom/css-insert-import-rule.html: Added.
2626 * fast/dom/resources/css-insert-import-rule.css: Added.
2628 2006-09-28 David Harrison <harrison@apple.com>
2632 Call clearKillRing() so we are guaranteed to start with empty kill ring.
2634 * editing/pasteboard/emacs-cntl-y-001.html:
2636 2006-09-27 Eric Seidel <eric@eseidel.com>
2640 paths with no fill specified default to black but do not recieve paint-related mouse events
2641 http://bugs.webkit.org/show_bug.cgi?id=11069
2643 * svg/custom/hover-default-fill-expected.checksum: Added.
2644 * svg/custom/hover-default-fill-expected.png: Added.
2645 * svg/custom/hover-default-fill-expected.txt: Added.
2646 * svg/custom/hover-default-fill.svg: Added.
2648 2006-09-27 Rob Buis <buis@kde.org>
2650 Reviewed by eseidel.
2653 http://bugs.webkit.org/show_bug.cgi?id=11015
2654 SVG handles em units incorrectly
2656 * svg/custom/viewport-em-expected.checksum: Added.
2657 * svg/custom/viewport-em-expected.png: Added.
2658 * svg/custom/viewport-em-expected.txt: Added.
2659 * svg/custom/viewport-em.svg: Added.
2660 * svg/custom/viewport-update2-expected.checksum: Added.
2661 * svg/custom/viewport-update2-expected.png: Added.
2662 * svg/custom/viewport-update2-expected.txt: Added.
2663 * svg/custom/viewport-update2.svg: Added.
2665 2006-09-27 Eric Seidel <eric@eseidel.com>
2669 Updated test (and results) for new invalid fill behavior.
2670 http://bugs.webkit.org/show_bug.cgi?id=11017
2672 * svg/custom/invalid-fill-expected.checksum:
2673 * svg/custom/invalid-fill-expected.png:
2674 * svg/custom/invalid-fill-expected.txt:
2675 * svg/custom/invalid-fill.svg:
2677 2006-09-26 Justin Garcia <justin.garcia@apple.com>
2681 <rdar://problem/4747695>
2682 Gmail Editor: Crash at WebCore::Range::startPosition() when decreasing a indent
2684 * editing/deleting/list-item-1-expected.checksum: Added.
2685 * editing/deleting/list-item-1-expected.png: Added.
2686 * editing/deleting/list-item-1-expected.txt: Added.
2687 * editing/deleting/list-item-1.html: Added.
2688 * editing/execCommand/remove-list-item-1-expected.checksum: Added.
2689 * editing/execCommand/remove-list-item-1-expected.png: Added.
2690 * editing/execCommand/remove-list-item-1-expected.txt: Added.
2691 * editing/execCommand/remove-list-item-1.html: Added.
2693 2006-09-26 David Harrison <harrison@apple.com>
2695 Reviewed by John and TimH.
2697 <rdar://problem/4743256> Seed: Ctrl-Y key binding does nothing when kill ring is empty
2699 * editing/pasteboard/emacs-cntl-y-001-expected.checksum: Added.
2700 * editing/pasteboard/emacs-cntl-y-001-expected.png: Added.
2701 * editing/pasteboard/emacs-cntl-y-001-expected.txt: Added.
2702 * editing/pasteboard/emacs-cntl-y-001.html: Added.
2704 2006-09-26 Eric Seidel <eric@eseidel.com>
2708 viewbox parser does not allow <tab> as a delimiter
2709 http://bugs.webkit.org/show_bug.cgi?id=11014
2711 * svg/hixie/viewbox/003-expected.checksum: Added.
2712 * svg/hixie/viewbox/003-expected.png: Added.
2713 * svg/hixie/viewbox/003-expected.txt: Added.
2714 * svg/hixie/viewbox/003.xml: Added.
2716 2006-09-26 Eric Seidel <eric@eseidel.com>
2720 SVGDocument::createElement does not create elements in the SVG namespace
2721 http://bugs.webkit.org/show_bug.cgi?id=10932
2723 * svg/custom/createelement-expected.checksum: Added.
2724 * svg/custom/createelement-expected.png: Added.
2725 * svg/custom/createelement-expected.txt: Added.
2726 * svg/custom/createelement.svg: Added.
2728 2006-09-26 Eric Seidel <eric@eseidel.com>
2732 RenderPath::nodeAtPoint does not respect stroke width
2733 http://bugs.webkit.org/show_bug.cgi?id=10829
2735 * svg/custom/stroke-width-click-expected.txt: Added.
2736 * svg/custom/stroke-width-click.svg: Added.
2738 2006-09-25 Justin Garcia <justin.garcia@apple.com>
2742 * editing/execCommand/indent-empty-root-expected.checksum: Added.
2743 * editing/execCommand/indent-empty-root-expected.png: Added.
2744 * editing/execCommand/indent-empty-root-expected.txt: Added.
2745 * editing/execCommand/indent-empty-root.html: Added.
2747 2006-09-24 Eric Seidel <eric@eseidel.com>
2751 Add test: svg/custom/viewport-clip.svg
2752 and update results for:
2753 http://bugs.webkit.org/show_bug.cgi?id=11007
2754 (Also update some old results, due to CoreImage variance)
2756 * svg/custom/baseval-animval-equality.svg:
2757 * svg/custom/empty-merge-expected.checksum:
2758 * svg/custom/empty-merge-expected.png:
2759 * svg/custom/empty-merge-expected.txt:
2760 * svg/custom/empty-merge.svg:
2761 * svg/custom/feDisplacementMap-01-expected.checksum:
2762 * svg/custom/feDisplacementMap-01-expected.png:
2763 * svg/custom/foreign-object-skew-expected.checksum:
2764 * svg/custom/foreign-object-skew-expected.png:
2765 * svg/custom/gradient-stroke-width-expected.txt:
2766 * svg/custom/grayscale-gradient-mask-expected.checksum:
2767 * svg/custom/grayscale-gradient-mask-expected.png:
2768 * svg/custom/grayscale-gradient-mask-expected.txt:
2769 * svg/custom/grayscale-gradient-mask.svg:
2770 * svg/custom/image-with-transform-clip-filter-expected.checksum:
2771 * svg/custom/image-with-transform-clip-filter-expected.png:
2772 * svg/custom/path-bad-data-expected.checksum:
2773 * svg/custom/path-bad-data-expected.png:
2774 * svg/custom/path-bad-data-expected.txt:
2775 * svg/custom/text-filter-expected.checksum:
2776 * svg/custom/text-filter-expected.png:
2777 * svg/custom/text-image-opacity-expected.checksum:
2778 * svg/custom/text-image-opacity-expected.png:
2779 * svg/custom/transform-scale-parse.svg:
2780 * svg/custom/viewport-clip-expected.checksum: Added.
2781 * svg/custom/viewport-clip-expected.png: Added.
2782 * svg/custom/viewport-clip-expected.txt: Added.
2783 * svg/custom/viewport-clip.svg: Added.
2785 2006-09-24 Eric Seidel <eric@eseidel.com>
2789 Browsers disagree on behavior for an invalid fill
2790 http://bugs.webkit.org/show_bug.cgi?id=11017
2792 * svg/custom/invalid-fill-expected.checksum: Added.
2793 * svg/custom/invalid-fill-expected.png: Added.
2794 * svg/custom/invalid-fill-expected.txt: Added.
2795 * svg/custom/invalid-fill.svg: Added.
2797 2006-09-24 Eric Seidel <eric@eseidel.com>
2801 Import one of Hixie's tests for:
2802 <svg:a> cannot be styled with a:hover
2803 http://bugs.webkit.org/show_bug.cgi?id=11005
2805 * svg/hixie/cascade/002.css: Added.
2806 * svg/hixie/cascade/002.xml: Added.
2808 2006-09-23 Alexey Proskuryakov <ap@nypop.com>
2812 http://bugs.webkit.org/show_bug.cgi?id=4872
2813 XMLHttpRequest fails to throw an exception when there is a security violation
2814 (mismatching domains)
2816 * http/tests/xmlhttprequest/exceptions-expected.txt: Added.
2817 * http/tests/xmlhttprequest/exceptions.html: Added.
2819 * http/tests/xmlhttprequest/extra-parameters-expected.txt: Added.
2820 * http/tests/xmlhttprequest/extra-parameters.html: Added.
2821 * http/tests/xmlhttprequest/resources/post-echo.cgi: Added.
2822 Test that passing too many parameters is OK (Firefox behavior; WinIE raises an exception).
2824 * fast/dom/xmlhttprequest-get-expected.txt: Updated results.
2826 * http/tests/xmlhttprequest/zero-length-response-expected.txt:
2827 * http/tests/xmlhttprequest/zero-length-response-sync-expected.txt:
2828 * http/tests/xmlhttprequest/zero-length-response-sync.html:
2829 * http/tests/xmlhttprequest/zero-length-response.html:
2830 Updated results and changed state names to match the current spec.
2832 * http/tests/xmlhttprequest/resources/zero-length.xml: Added.
2834 2006-09-21 Nikolas Zimmermann <zimmermann@kde.org>
2836 Reviewed by eseidel.
2839 http://bugs.webkit.org/show_bug.cgi?id=10977
2840 SVGDocument does not expose 'rootElement' property
2842 * svg/custom/rootelement-expected.checksum: Added.
2843 * svg/custom/rootelement-expected.png: Added.
2844 * svg/custom/rootelement-expected.txt: Added.
2845 * svg/custom/rootelement.svg: Added.
2847 2006-09-21 Timothy Hatcher <timothy@apple.com>
2849 Adding more calls to layoutTestController.dumpChildFrameScrollPositions()
2850 for tests that need to report child frame scroll positions.
2852 * http/tests/navigation/anchor-frames.html:
2853 * http/tests/navigation/anchor-subframeload.html:
2854 * http/tests/navigation/relativeanchor-frames.html:
2856 2006-09-21 Timothy Hatcher <timothy@apple.com>
2860 Bug 10923: Frame scroll layout test failures on the buildbot
2861 http://bugs.webkit.org/show_bug.cgi?id=10923
2863 Made this test call layoutTestController.dumpChildFrameScrollPositions().
2865 * fast/overflow/scrollRevealButton-expected.txt:
2866 * fast/overflow/scrollRevealButton.html:
2868 2006-09-20 Justin Garcia <justin.garcia@apple.com>
2872 * editing/pasteboard/subframe-dragndrop-1-expected.checksum: Added.
2873 * editing/pasteboard/subframe-dragndrop-1-expected.png: Added.
2874 * editing/pasteboard/subframe-dragndrop-1-expected.txt: Added.
2875 * editing/pasteboard/subframe-dragndrop-1.html: Added.
2877 2006-09-20 Rob Buis <buis@kde.org>
2879 Reviewed by eseidel.
2881 Updated test results because of:
2882 http://bugs.webkit.org/show_bug.cgi?id=10946
2883 new marker code draws end-marker in wrong place
2885 * svg/W3C-SVG-1.1/painting-marker-02-f-expected.checksum:
2886 * svg/W3C-SVG-1.1/painting-marker-02-f-expected.png:
2887 * svg/custom/invalid-css-expected.txt:
2889 2006-09-20 Julien Palmas <julien.palmas@gmail.com>
2891 Reviewed by eseidel. Landed by eseidel.
2893 Test for http://bugs.webkit.org/show_bug.cgi?id=6003
2895 * svg/custom/pattern-y-offset-expected.checksum: Added.
2896 * svg/custom/pattern-y-offset-expected.png: Added.
2897 * svg/custom/pattern-y-offset-expected.txt: Added.
2898 * svg/custom/pattern-y-offset.svg: Added.
2900 2006-09-20 Justin Garcia <justin.garcia@apple.com>
2902 Reviewed by harrison
2904 * editing/selection/editable-links.html: Added.
2905 * editing/selection/editable-links.html-disabled: Removed.
2907 2006-09-20 Adam Roben <aroben@apple.com>
2909 Reviewed by timothy.
2911 Fixes http://bugs.webkit.org/show_bug.cgi?id=10953
2912 Test results for fast/js/window-properties.html should include
2913 children of window.document.body.firstChild
2915 * fast/js/window-properties-expected.txt: Regenerate results which now
2916 include window.document.body.firstChild.*
2917 * fast/js/window-properties.html: Print out 'null' for null objects
2918 instead of 'object' for more clarity
2920 2006-09-20 Adam Roben <aroben@apple.com>
2924 Adding test for http://bugs.webkit.org/show_bug.cgi?id=10935
2925 REGRESSION: file upload control with direction:rtl or text-align:right
2926 draws button on top of filename/icon
2928 * fast/forms/file-input-direction-expected.checksum: Added.
2929 * fast/forms/file-input-direction-expected.png: Added.
2930 * fast/forms/file-input-direction-expected.txt: Added.
2931 * fast/forms/file-input-direction.html: Added.
2933 2006-09-20 Eric Seidel <eric@eseidel.com>
2937 Commit two test updates I forgot to commit with:
2938 Markers should clip to their viewport.
2939 http://bugs.webkit.org/show_bug.cgi?id=5967
2941 * svg/W3C-SVG-1.1/painting-marker-01-f-expected.checksum:
2942 * svg/W3C-SVG-1.1/painting-marker-01-f-expected.png:
2943 * svg/W3C-SVG-1.1/painting-marker-01-f-expected.txt:
2944 * svg/W3C-SVG-1.1/painting-marker-02-f-expected.checksum:
2945 * svg/W3C-SVG-1.1/painting-marker-02-f-expected.png:
2946 * svg/W3C-SVG-1.1/painting-marker-02-f-expected.txt:
2948 2006-09-19 Eric Seidel <eric@eseidel.com>
2952 Updated results for http://bugs.webkit.org/show_bug.cgi?id=8585
2954 * svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt:
2955 * svg/W3C-SVG-1.1/filters-color-01-b-expected.txt:
2956 * svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt:
2957 * svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt:
2958 * svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt:
2959 * svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.txt:
2960 * svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt:
2961 * svg/W3C-SVG-1.1/filters-example-01-b-expected.txt:
2962 * svg/W3C-SVG-1.1/filters-gauss-01-b-expected.txt:
2963 * svg/W3C-SVG-1.1/filters-image-01-b-expected.txt:
2964 * svg/W3C-SVG-1.1/filters-light-01-f-expected.txt:
2965 * svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt:
2966 * svg/W3C-SVG-1.1/filters-offset-01-b-expected.txt:
2967 * svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt:
2968 * svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt:
2969 * svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt:
2970 * svg/custom/feComponentTransfer-Discrete-expected.txt:
2971 * svg/custom/feComponentTransfer-Gamma-expected.txt:
2972 * svg/custom/feComponentTransfer-Linear-expected.txt:
2973 * svg/custom/feComponentTransfer-Table-expected.txt:
2974 * svg/custom/feDisplacementMap-01-expected.txt:
2975 * svg/custom/filter-source-alpha-expected.txt:
2976 * svg/custom/image-with-transform-clip-filter-expected.txt:
2977 * svg/custom/non-opaque-filters-expected.txt:
2978 * svg/custom/text-filter-expected.txt:
2980 2006-09-19 Eric Seidel <eric@eseidel.com>
2984 Markers should clip to their viewport.
2985 http://bugs.webkit.org/show_bug.cgi?id=5967
2987 * svg/custom/marker-overflow-clip-expected.checksum: Added.
2988 * svg/custom/marker-overflow-clip-expected.png: Added.
2989 * svg/custom/marker-overflow-clip-expected.txt: Added.
2990 * svg/custom/marker-overflow-clip.svg: Added.
2992 2006-09-19 Justin Garcia <justin.garcia@apple.com>
2996 Disabling this test temporarily.
2998 * editing/selection/editable-links.html: Removed.
2999 * editing/selection/editable-links.html-disabled: Added.
3001 2006-09-19 Justin Garcia <justin.garcia@apple.com>
3003 Reviewed by harrison
3005 * editing/selection/editable-links-expected.checksum: Added.
3006 * editing/selection/editable-links-expected.png: Added.
3007 * editing/selection/editable-links-expected.txt: Added.
3008 * editing/selection/editable-links.html: Added.
3010 2006-09-19 Justin Garcia <justin.garcia@apple.com>
3012 Reviewed by harrison
3014 * editing/pasteboard/pasting-tabs-expected.checksum: Added.
3015 * editing/pasteboard/pasting-tabs-expected.png: Added.
3016 * editing/pasteboard/pasting-tabs-expected.txt: Added.
3017 * editing/pasteboard/pasting-tabs.html: Added.
3019 2006-09-18 Adam Roben <aroben@apple.com>
3023 Update tests for the new file upload control.
3025 * fast/forms/file-input-disabled-expected.txt:
3026 * fast/forms/form-element-geometry-expected.txt:
3027 * fast/forms/input-appearance-height-expected.txt:
3028 * fast/forms/input-value-expected.txt:
3030 2006-09-17 Eric Seidel <eric@eseidel.com>
3034 * fast/js/window-properties.html: make work in Firefox (hangs IE)
3036 2006-09-17 Eric Seidel <eric@eseidel.com>
3038 Add a textual dump of the window object property tree.
3042 * fast/js/window-properties-expected.txt: Added.
3043 * fast/js/window-properties.html: Added.
3045 2006-09-17 David Hyatt <hyatt@apple.com>
3047 Adding layout test for bug 10899.
3049 * fast/text/basic/generic-family-changes-expected.checksum: Added.
3050 * fast/text/basic/generic-family-changes-expected.png: Added.
3051 * fast/text/basic/generic-family-changes-expected.txt: Added.
3052 * fast/text/basic/generic-family-changes.html: Added.
3054 2006-09-17 Alexey Proskuryakov <ap@nypop.com>
3058 Test for http://bugs.webkit.org/show_bug.cgi?id=10852
3059 REGRESSION: Reproducible crash in XMLHttpRequest::abort()
3061 Currently, this test prints an error message to the console, because requests from
3062 an unload handler still don't work.
3064 * http/tests/xmlhttprequest/xhr-onunload-expected.txt: Added.
3065 * http/tests/xmlhttprequest/xhr-onunload.html: Added.
3067 2006-09-15 Justin Garcia <justin.garcia@apple.com>
3069 Reviewed by harrison
3071 <rdar://problem/4674869>
3072 REGRESSION: selecting text to write over results in cursor jumping to middle of next line
3074 * editing/deleting/whitespace-pre-1-expected.checksum: Added.
3075 * editing/deleting/whitespace-pre-1-expected.png: Added.
3076 * editing/deleting/whitespace-pre-1-expected.txt: Added.
3077 * editing/deleting/whitespace-pre-1.html: Added.
3079 2006-09-15 Timothy Hatcher <timothy@apple.com>
3083 Updating results to new expected values.
3085 * fast/lists/drag-into-marker-expected.txt:
3086 * fast/repaint/selection-after-delete-expected.txt:
3088 2006-09-15 Timothy Hatcher <timothy@apple.com>
3092 Updating results to new expected values.
3094 * editing/inserting/4278698-expected.txt:
3095 * fast/dom/window-xy-properties-expected.txt:
3097 2006-09-15 Adam Roben <aroben@apple.com>
3099 Reviewed by timothy.
3101 Part of http://bugs.webkit.org/show_bug.cgi?id=10865
3102 New file upload control should match the width of the old one
3104 Update tests to match new file upload control.
3106 * fast/forms/file-input-disabled-expected.txt:
3107 * fast/forms/form-element-geometry-expected.txt:
3108 * fast/forms/input-appearance-height-expected.txt:
3109 * fast/forms/input-value-expected.txt:
3111 2006-09-15 Kevin McCullough <KMcCullough@apple.com>
3113 - just layout test result changes
3115 * fast/dom/Range/range-compareNode-expected.txt:
3116 * fast/dom/Range/range-intersectsNode-expected.txt:
3118 2006-09-14 Justin Garcia <justin.garcia@apple.com>
3120 Reviewed by harrison
3122 <rdar://problem/4655880> Up/Down arrows skip over To Do
3124 * editing/selection/mixed-editability-3-expected.checksum: Added.
3125 * editing/selection/mixed-editability-3-expected.png: Added.
3126 * editing/selection/mixed-editability-3-expected.txt: Added.
3127 * editing/selection/mixed-editability-3.html: Added.
3128 * editing/selection/mixed-editability-4-expected.checksum: Added.
3129 * editing/selection/mixed-editability-4-expected.png: Added.
3130 * editing/selection/mixed-editability-4-expected.txt: Added.
3131 * editing/selection/mixed-editability-4.html: Added.
3132 * editing/selection/mixed-editability-5-expected.checksum: Added.
3133 * editing/selection/mixed-editability-5-expected.png: Added.
3134 * editing/selection/mixed-editability-5-expected.txt: Added.
3135 * editing/selection/mixed-editability-5.html: Added.
3137 2006-09-14 Graham Dennis <graham.dennis@gmail.com>
3139 Reviewed by Justin Garcia.
3141 Modified testcase for:
3142 http://bugs.webkit.org/show_bug.cgi?id=10726
3143 Crash in ApplyStyleCommand::applyRelativeFontStyleChange
3145 * editing/style/table-selection-expected.checksum:
3146 * editing/style/table-selection-expected.png:
3147 * editing/style/table-selection-expected.txt:
3148 * editing/style/table-selection.html:
3149 This testcase was for 10579, which is very similar to this bug (10726)
3150 Now the testcase tests both bugs.
3152 2006-09-13 Adam Roben <aroben@apple.com>
3154 Rubberstamped by hyatt.
3156 Updating tables results after hyatt landed a fix for
3157 http://bugs.webkit.org/show_bug.cgi?id=8126
3158 Padding must not apply to columns
3160 * tables/mozilla/bugs/bug139524-2-expected.txt:
3161 * tables/mozilla/bugs/bug139524-4-expected.txt:
3162 * tables/mozilla/bugs/bug32841-expected.txt:
3163 * tables/mozilla/dom/appendCol2-expected.txt:
3164 * tables/mozilla/dom/deleteCol1-expected.txt:
3165 * tables/mozilla/dom/deleteCol2-expected.txt:
3166 * tables/mozilla/dom/deleteCol3-expected.txt:
3167 * tables/mozilla/dom/deleteColGroup1-expected.txt:
3168 * tables/mozilla/dom/deleteColGroup2-expected.txt:
3169 * tables/mozilla/dom/insertColGroups1-expected.txt:
3170 * tables/mozilla/dom/insertColGroups2-expected.txt:
3171 * tables/mozilla/dom/insertCols1-expected.txt:
3172 * tables/mozilla/dom/insertCols2-expected.txt:
3173 * tables/mozilla/dom/insertCols3-expected.txt:
3174 * tables/mozilla/dom/insertCols4-expected.txt:
3175 * tables/mozilla/dom/insertCols5-expected.txt:
3176 * tables/mozilla/marvin/body_col-expected.txt:
3177 * tables/mozilla/marvin/x_col_span-expected.txt:
3178 * tables/mozilla/marvin/x_col_width_px-expected.txt:
3179 * tables/mozilla/marvin/x_colgroup_span-expected.txt:
3180 * tables/mozilla/other/body_col-expected.txt:
3181 * tables/mozilla_expected_failures/bugs/bug1128-expected.txt:
3182 * tables/mozilla_expected_failures/bugs/bug29058-2-expected.txt:
3183 * tables/mozilla_expected_failures/bugs/bug45621-expected.txt:
3184 * tables/mozilla_expected_failures/bugs/bug7243-expected.txt:
3185 * tables/mozilla_expected_failures/core/cols1-expected.txt:
3186 * tables/mozilla_expected_failures/dom/appendCol1-expected.txt:
3187 * tables/mozilla_expected_failures/dom/appendColGroup1-expected.txt:
3188 * tables/mozilla_expected_failures/other/test4-expected.txt:
3190 2006-09-12 Julien Palmas <julien.palmas@gmail.com>
3192 Reviewed by darin. Landed by eseidel.
3194 * svg/custom/svgpolyparser-extra-space-expected.checksum: Added.
3195 * svg/custom/svgpolyparser-extra-space-expected.png: Added.
3196 * svg/custom/svgpolyparser-extra-space-expected.txt: Added.
3197 * svg/custom/svgpolyparser-extra-space.svg: Added.
3199 2006-09-12 Kevin McCullough <KMcCullough@apple.com>
3201 Reviewed by Andersca, Maciej, Brady.
3203 * fast/dom/Range/range-intersectsNode-expected.txt: Added.
3204 * fast/dom/Range/range-intersectsNode.html: Added.
3205 * fast/dom/Range/resources/intersectsNode.js: Added.
3207 2006-09-12 Nikolas Zimmermann <zimmermann@kde.org>
3209 Reviewed by eseidel. Landed by eseidel.
3211 Fixed: http://bugs.webkit.org/show_bug.cgi?id=10826
3213 * svg/W3C-SVG-1.1/struct-dom-01-b-expected.checksum:
3214 * svg/W3C-SVG-1.1/struct-dom-01-b-expected.png:
3215 * svg/W3C-SVG-1.1/struct-dom-01-b-expected.txt:
3217 2006-09-11 Nikolas Zimmermann <zimmermann@kde.org>
3219 Reviewed by eseidel. Landed by eseidel.
3221 * svg/custom/baseval-animval-equality.svg: Added.
3223 2006-09-11 Kevin McCullough <KMcCullough@apple.com>
3228 * fast/dom/Range/range-compareNode-expected.txt: Added.
3229 * fast/dom/Range/range-compareNode.html: Added.
3230 * fast/dom/Range/range-comparePoint.html:
3232 2006-09-11 Vladimir Olexa <vladimir.olexa@gmail.com>
3236 - test for http://bugs.webkit.org/show_bug.cgi?id=10323
3237 REGRESSION: javascript: URL containing '\\' gets passed as '//'
3239 * fast/dom/javascript-backslash-expected.txt: Added.
3240 * fast/dom/javascript-backslash.html: Added.
3242 2006-09-11 Darin Adler <darin@apple.com>
3244 - converted a test to plain text (makes it platform independent; fixes a failure)
3246 * fast/events/ondragenter-expected.checksum: Removed.
3247 * fast/events/ondragenter-expected.png: Removed.
3248 * fast/events/ondragenter-expected.txt:
3249 * fast/events/ondragenter.html:
3251 2006-09-10 Darin Adler <darin@apple.com>
3253 - converted a test to plain text (makes it platform independent; fixes a failure)
3255 * fast/text/plain-text-line-breaks-expected.checksum: Removed.
3256 * fast/text/plain-text-line-breaks-expected.png: Removed.
3257 * fast/text/plain-text-line-breaks-expected.txt: Regenerated.
3258 * fast/text/plain-text-line-breaks.html: Added a call to dumpAsText().
3260 2006-09-08 Timothy Hatcher <timothy@apple.com>
3262 Adds a test for the CSS URL quoting logic.
3264 * fast/inspector/cssURLQuotes-expected.txt: Added.
3265 * fast/inspector/cssURLQuotes.html: Added.
3267 2006-09-09 Alexey Proskuryakov <ap@nypop.com>
3271 http://bugs.webkit.org/show_bug.cgi?id=10759
3272 fast/AppleScript/array.html test failing
3274 * fast/AppleScript/001-expected.txt: Updated results.
3276 2006-09-07 Alexey Proskuryakov <ap@nypop.com>
3280 Test for http://bugs.webkit.org/show_bug.cgi?id=10753
3281 REGRESSION: The beginning of a CSS file is missing
3283 * http/tests/incremental/slow-utf8-css-expected.checksum: Added.
3284 * http/tests/incremental/slow-utf8-css-expected.png: Added.
3285 * http/tests/incremental/slow-utf8-css-expected.txt: Added.
3286 * http/tests/incremental/slow-utf8-css.pl: Added.
3288 2006-09-07 Rob Buis <buis@kde.org>
3293 <http://bugs.webkit.org/show_bug.cgi?id=9753>
3294 SVG with width and height 100% leaves room for scrollbar on the right.
3296 Also Updated .txt files (all text blocks are wider) and some updated
3297 pixel tests (some text is layouted differently because of wider text blocks).
3299 * svg/W3C-SVG-1.1/animate-elem-02-t-expected.txt:
3300 * svg/W3C-SVG-1.1/animate-elem-03-t-expected.txt:
3301 * svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt:
3302 * svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt:
3303 * svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt:
3304 * svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt:
3305 * svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt:
3306 * svg/W3C-SVG-1.1/animate-elem-09-t-expected.txt:
3307 * svg/W3C-SVG-1.1/animate-elem-10-t-expected.txt:
3308 * svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt:
3309 * svg/W3C-SVG-1.1/animate-elem-12-t-expected.txt:
3310 * svg/W3C-SVG-1.1/animate-elem-13-t-expected.txt:
3311 * svg/W3C-SVG-1.1/animate-elem-14-t-expected.txt:
3312 * svg/W3C-SVG-1.1/animate-elem-15-t-expected.txt:
3313 * svg/W3C-SVG-1.1/animate-elem-16-t-expected.txt:
3314 * svg/W3C-SVG-1.1/animate-elem-17-t-expected.txt:
3315 * svg/W3C-SVG-1.1/animate-elem-18-t-expected.txt:
3316 * svg/W3C-SVG-1.1/animate-elem-19-t-expected.txt:
3317 * svg/W3C-SVG-1.1/animate-elem-20-t-expected.txt:
3318 * svg/W3C-SVG-1.1/animate-elem-21-t-expected.txt:
3319 * svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt:
3320 * svg/W3C-SVG-1.1/animate-elem-23-t-expected.txt:
3321 * svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt:
3322 * svg/W3C-SVG-1.1/animate-elem-25-t-expected.txt:
3323 * svg/W3C-SVG-1.1/animate-elem-26-t-expected.txt:
3324 * svg/W3C-SVG-1.1/animate-elem-27-t-expected.txt:
3325 * svg/W3C-SVG-1.1/animate-elem-28-t-expected.txt:
3326 * svg/W3C-SVG-1.1/animate-elem-29-b-expected.txt:
3327 * svg/W3C-SVG-1.1/color-prof-01-f-expected.txt:
3328 * svg/W3C-SVG-1.1/color-prop-01-b-expected.txt:
3329 * svg/W3C-SVG-1.1/color-prop-02-f-expected.txt:
3330 * svg/W3C-SVG-1.1/color-prop-03-t-expected.txt:
3331 * svg/W3C-SVG-1.1/coords-trans-01-b-expected.txt:
3332 * svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt:
3333 * svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt:
3334 * svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt:
3335 * svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt:
3336 * svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt:
3337 * svg/W3C-SVG-1.1/coords-units-01-b-expected.txt:
3338 * svg/W3C-SVG-1.1/coords-units-02-b-expected.txt:
3339 * svg/W3C-SVG-1.1/coords-units-03-b-expected.txt:
3340 * svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.txt:
3341 * svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.txt:
3342 * svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt:
3343 * svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt:
3344 * svg/W3C-SVG-1.1/filters-color-01-b-expected.txt:
3345 * svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt:
3346 * svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt:
3347 * svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt:
3348 * svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.txt:
3349 * svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt:
3350 * svg/W3C-SVG-1.1/filters-example-01-b-expected.txt:
3351 * svg/W3C-SVG-1.1/filters-gauss-01-b-expected.txt:
3352 * svg/W3C-SVG-1.1/filters-image-01-b-expected.txt:
3353 * svg/W3C-SVG-1.1/filters-light-01-f-expected.txt:
3354 * svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt:
3355 * svg/W3C-SVG-1.1/filters-offset-01-b-expected.txt:
3356 * svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt:
3357 * svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt:
3358 * svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt:
3359 * svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt:
3360 * svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt:
3361 * svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt:
3362 * svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt:
3363 * svg/W3C-SVG-1.1/interact-cursor-01-f-expected.txt:
3364 * svg/W3C-SVG-1.1/interact-dom-01-b-expected.txt:
3365 * svg/W3C-SVG-1.1/interact-events-01-b-expected.txt:
3366 * svg/W3C-SVG-1.1/interact-order-01-b-expected.txt:
3367 * svg/W3C-SVG-1.1/interact-order-02-b-expected.txt:
3368 * svg/W3C-SVG-1.1/interact-order-03-b-expected.txt:
3369 * svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt:
3370 * svg/W3C-SVG-1.1/linking-a-01-b-expected.txt:
3371 * svg/W3C-SVG-1.1/linking-a-02-b-expected.txt:
3372 * svg/W3C-SVG-1.1/linking-a-03-b-expected.txt:
3373 * svg/W3C-SVG-1.1/linking-a-04-t-expected.txt:
3374 * svg/W3C-SVG-1.1/linking-uri-01-b-expected.txt:
3375 * svg/W3C-SVG-1.1/linking-uri-02-b-expected.txt:
3376 * svg/W3C-SVG-1.1/linking-uri-03-t-expected.txt:
3377 * svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt:
3378 * svg/W3C-SVG-1.1/masking-opacity-01-b-expected.txt:
3379 * svg/W3C-SVG-1.1/masking-path-01-b-expected.txt:
3380 * svg/W3C-SVG-1.1/masking-path-02-b-expected.txt:
3381 * svg/W3C-SVG-1.1/masking-path-03-b-expected.txt:
3382 * svg/W3C-SVG-1.1/masking-path-04-b-expected.txt:
3383 * svg/W3C-SVG-1.1/masking-path-05-f-expected.txt:
3384 * svg/W3C-SVG-1.1/metadata-example-01-b-expected.txt:
3385 * svg/W3C-SVG-1.1/painting-fill-01-t-expected.txt:
3386 * svg/W3C-SVG-1.1/painting-fill-02-t-expected.txt:
3387 * svg/W3C-SVG-1.1/painting-fill-03-t-expected.txt:
3388 * svg/W3C-SVG-1.1/painting-fill-04-t-expected.txt:
3389 * svg/W3C-SVG-1.1/painting-marker-01-f-expected.txt:
3390 * svg/W3C-SVG-1.1/painting-marker-02-f-expected.txt:
3391 * svg/W3C-SVG-1.1/painting-render-01-b-expected.txt:
3392 * svg/W3C-SVG-1.1/painting-stroke-01-t-expected.checksum:
3393 * svg/W3C-SVG-1.1/painting-stroke-01-t-expected.png:
3394 * svg/W3C-SVG-1.1/painting-stroke-01-t-expected.txt:
3395 * svg/W3C-SVG-1.1/painting-stroke-02-t-expected.checksum:
3396 * svg/W3C-SVG-1.1/painting-stroke-02-t-expected.png:
3397 * svg/W3C-SVG-1.1/painting-stroke-02-t-expected.txt:
3398 * svg/W3C-SVG-1.1/painting-stroke-03-t-expected.checksum:
3399 * svg/W3C-SVG-1.1/painting-stroke-03-t-expected.png:
3400 * svg/W3C-SVG-1.1/painting-stroke-03-t-expected.txt:
3401 * svg/W3C-SVG-1.1/painting-stroke-04-t-expected.checksum:
3402 * svg/W3C-SVG-1.1/painting-stroke-04-t-expected.png:
3403 * svg/W3C-SVG-1.1/painting-stroke-04-t-expected.txt:
3404 * svg/W3C-SVG-1.1/paths-data-01-t-expected.txt:
3405 * svg/W3C-SVG-1.1/paths-data-02-t-expected.txt:
3406 * svg/W3C-SVG-1.1/paths-data-03-f-expected.txt:
3407 * svg/W3C-SVG-1.1/paths-data-04-t-expected.txt:
3408 * svg/W3C-SVG-1.1/paths-data-05-t-expected.txt:
3409 * svg/W3C-SVG-1.1/paths-data-06-t-expected.txt:
3410 * svg/W3C-SVG-1.1/paths-data-07-t-expected.txt:
3411 * svg/W3C-SVG-1.1/pservers-grad-01-b-expected.txt:
3412 * svg/W3C-SVG-1.1/pservers-grad-02-b-expected.txt:
3413 * svg/W3C-SVG-1.1/pservers-grad-03-b-expected.txt:
3414 * svg/W3C-SVG-1.1/pservers-grad-04-b-expected.txt:
3415 * svg/W3C-SVG-1.1/pservers-grad-05-b-expected.txt:
3416 * svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt:
3417 * svg/W3C-SVG-1.1/pservers-grad-07-b-expected.txt:
3418 * svg/W3C-SVG-1.1/pservers-grad-08-b-expected.txt:
3419 * svg/W3C-SVG-1.1/pservers-grad-09-b-expected.txt:
3420 * svg/W3C-SVG-1.1/pservers-grad-10-b-expected.txt:
3421 * svg/W3C-SVG-1.1/pservers-grad-11-b-expected.txt:
3422 * svg/W3C-SVG-1.1/pservers-grad-12-b-expected.txt:
3423 * svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.txt:
3424 * svg/W3C-SVG-1.1/render-elems-01-t-expected.txt:
3425 * svg/W3C-SVG-1.1/render-elems-02-t-expected.txt:
3426 * svg/W3C-SVG-1.1/render-elems-03-t-expected.txt:
3427 * svg/W3C-SVG-1.1/render-elems-06-t-expected.txt:
3428 * svg/W3C-SVG-1.1/render-elems-07-t-expected.txt:
3429 * svg/W3C-SVG-1.1/render-elems-08-t-expected.txt:
3430 * svg/W3C-SVG-1.1/render-groups-01-b-expected.txt:
3431 * svg/W3C-SVG-1.1/render-groups-03-t-expected.txt:
3432 * svg/W3C-SVG-1.1/script-handle-01-b-expected.txt:
3433 * svg/W3C-SVG-1.1/script-handle-02-b-expected.txt:
3434 * svg/W3C-SVG-1.1/script-handle-03-b-expected.txt:
3435 * svg/W3C-SVG-1.1/script-handle-04-b-expected.txt:
3436 * svg/W3C-SVG-1.1/shapes-circle-01-t-expected.txt:
3437 * svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.txt:
3438 * svg/W3C-SVG-1.1/shapes-line-01-t-expected.txt:
3439 * svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.txt:
3440 * svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.txt:
3441 * svg/W3C-SVG-1.1/shapes-rect-01-t-expected.txt:
3442 * svg/W3C-SVG-1.1/struct-cond-01-t-expected.txt:
3443 * svg/W3C-SVG-1.1/struct-cond-02-t-expected.txt:
3444 * svg/W3C-SVG-1.1/struct-defs-01-t-expected.txt:
3445 * svg/W3C-SVG-1.1/struct-dom-01-b-expected.txt:
3446 * svg/W3C-SVG-1.1/struct-dom-02-b-expected.txt:
3447 * svg/W3C-SVG-1.1/struct-dom-03-b-expected.txt:
3448 * svg/W3C-SVG-1.1/struct-dom-04-b-expected.txt:
3449 * svg/W3C-SVG-1.1/struct-dom-05-b-expected.txt:
3450 * svg/W3C-SVG-1.1/struct-dom-06-b-expected.txt:
3451 * svg/W3C-SVG-1.1/struct-group-01-t-expected.txt:
3452 * svg/W3C-SVG-1.1/struct-group-02-b-expected.txt:
3453 * svg/W3C-SVG-1.1/struct-image-01-t-expected.txt:
3454 * svg/W3C-SVG-1.1/struct-image-02-b-expected.txt:
3455 * svg/W3C-SVG-1.1/struct-image-03-t-expected.txt:
3456 * svg/W3C-SVG-1.1/struct-image-04-t-expected.txt:
3457 * svg/W3C-SVG-1.1/struct-image-05-b-expected.txt:
3458 * svg/W3C-SVG-1.1/struct-symbol-01-b-expected.txt:
3459 * svg/W3C-SVG-1.1/styling-css-01-b-expected.txt:
3460 * svg/W3C-SVG-1.1/styling-css-02-b-expected.txt:
3461 * svg/W3C-SVG-1.1/styling-css-03-b-expected.txt:
3462 * svg/W3C-SVG-1.1/styling-inherit-01-b-expected.txt:
3463 * svg/W3C-SVG-1.1/styling-pres-01-t-expected.txt:
3464 * svg/W3C-SVG-1.1/text-align-01-b-expected.txt:
3465 * svg/W3C-SVG-1.1/text-align-02-b-expected.checksum:
3466 * svg/W3C-SVG-1.1/text-align-02-b-expected.png:
3467 * svg/W3C-SVG-1.1/text-align-02-b-expected.txt:
3468 * svg/W3C-SVG-1.1/text-align-03-b-expected.checksum:
3469 * svg/W3C-SVG-1.1/text-align-03-b-expected.png:
3470 * svg/W3C-SVG-1.1/text-align-03-b-expected.txt:
3471 * svg/W3C-SVG-1.1/text-align-04-b-expected.txt:
3472 * svg/W3C-SVG-1.1/text-align-05-b-expected.txt:
3473 * svg/W3C-SVG-1.1/text-align-06-b-expected.txt:
3474 * svg/W3C-SVG-1.1/text-altglyph-01-b-expected.txt:
3475 * svg/W3C-SVG-1.1/text-deco-01-b-expected.txt:
3476 * svg/W3C-SVG-1.1/text-fonts-01-t-expected.txt:
3477 * svg/W3C-SVG-1.1/text-fonts-02-t-expected.txt:
3478 * svg/W3C-SVG-1.1/text-path-01-b-expected.txt:
3479 * svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt:
3480 * svg/W3C-SVG-1.1/text-text-01-b-expected.txt:
3481 * svg/W3C-SVG-1.1/text-text-03-b-expected.checksum:
3482 * svg/W3C-SVG-1.1/text-text-03-b-expected.png:
3483 * svg/W3C-SVG-1.1/text-text-03-b-expected.txt:
3484 * svg/W3C-SVG-1.1/text-tref-01-b-expected.txt:
3485 * svg/W3C-SVG-1.1/text-tselect-01-b-expected.txt:
3486 * svg/W3C-SVG-1.1/text-tspan-01-b-expected.txt:
3487 * svg/W3C-SVG-1.1/text-ws-01-t-expected.txt:
3488 * svg/W3C-SVG-1.1/text-ws-02-t-expected.txt:
3489 * svg/custom/coords-relative-units-transforms-expected.txt:
3490 * svg/custom/feComponentTransfer-Discrete-expected.txt:
3491 * svg/custom/feComponentTransfer-Gamma-expected.txt:
3492 * svg/custom/feComponentTransfer-Linear-expected.txt:
3493 * svg/custom/feComponentTransfer-Table-expected.txt:
3494 * svg/custom/image-with-transform-clip-filter-expected.txt:
3495 * svg/custom/invalid-css-expected.txt:
3496 * svg/custom/invalid-viewbox1-expected.txt:
3497 * svg/custom/invalid-viewbox2-expected.txt:
3498 * svg/custom/non-opaque-filters-expected.txt:
3499 * svg/custom/percentage-rect-expected.checksum:
3500 * svg/custom/percentage-rect-expected.png:
3501 * svg/custom/percentage-rect-expected.txt:
3502 * svg/custom/pointer-events-path-expected.txt:
3503 * svg/custom/svg-overflow-types-expected.txt:
3504 * svg/custom/text-clip-expected.txt:
3505 * svg/custom/text-filter-expected.txt:
3506 * svg/custom/text-gradient-no-content-expected.checksum:
3507 * svg/custom/text-gradient-no-content-expected.png:
3508 * svg/custom/text-gradient-no-content-expected.txt:
3509 * svg/custom/text-hit-test-expected.txt:
3510 * svg/custom/text-image-opacity-expected.txt:
3511 * svg/custom/tref-update-expected.txt:
3512 * svg/custom/width-full-percentage-expected.checksum: Added.
3513 * svg/custom/width-full-percentage-expected.png: Added.
3514 * svg/custom/width-full-percentage-expected.txt: Added.
3515 * svg/custom/width-full-percentage.svg: Added.
3517 2006-09-05 Darin Adler <darin@apple.com>
3521 - test for bug where the charset in a link element for a CSS stylesheet is ignored.
3522 I noticed this while working on new text encoding machinery.
3524 * fast/encoding/css-link-charset-expected.txt: Added.
3525 * fast/encoding/css-link-charset.css: Added.
3526 * fast/encoding/css-link-charset.html: Added.
3528 - test for http://bugs.webkit.org/show_bug.cgi?id=10681
3529 REGRESSION: Reproducible crash at Wikipedia
3530 (Alexey wrote this one, I reviewed.)
3532 * fast/forms/form-data-encoding-normalization-overrun-expected.txt: Added.
3533 * fast/forms/form-data-encoding-normalization-overrun.html: Added.
3535 - and a tweak to an existing test