1 2008-05-08 Simon Hausmann <hausmann@webkit.org>
5 Don't skip fast/loader/local-css-allowed-in-strict-mode.html, it
10 2008-05-07 Stephanie Lewis <slewis@apple.com>
14 * fast/events/onunload-not-on-body-expected.txt:
16 2008-05-07 Stephanie Lewis <slewis@apple.com>
20 Test onunload attr on a frame does not call onunload, but that an onunload attr on the body of
21 a frame does. Also test that onunloads on object elements are not called.
23 * fast/events/onunload-not-on-body-expected.txt: Added.
24 * fast/events/onunload-not-on-body.html: Added.
26 2008-05-07 Dan Bernstein <mitz@apple.com>
28 Reviewed by John Sullivan.
30 - test for https://bugs.webkit.org/show_bug.cgi?id=18909
31 <rdar://problem/5914165> REGRESSION (r31872-r31878): Viewed photos not closing completely at indycar.com
33 * fast/dynamic/positioned-movement-with-positioned-children.html: Added.
34 * platform/mac/fast/dynamic/positioned-movement-with-positioned-children-expected.checksum: Added.
35 * platform/mac/fast/dynamic/positioned-movement-with-positioned-children-expected.png: Added.
36 * platform/mac/fast/dynamic/positioned-movement-with-positioned-children-expected.txt: Added.
38 2008-05-07 Justin Garcia <justin.garcia@apple.com>
40 Reviewed by John Sullivan.
42 <rdar://problem/5666354> Crashes in Mail at WebCore::RemoveNodeCommand::doApply
44 * editing/pasteboard/5761530-1-expected.txt: Added.
45 * editing/pasteboard/5761530-1.html: Added.
46 * editing/pasteboard/5761530-2-expected.txt: Added.
47 * editing/pasteboard/5761530-2.html: Added.
49 2008-05-07 David Kilzer <ddkilzer@apple.com>
51 Bug 18900: Password field has focus but can't type text (i.rememberthemilk.com)
52 <https://bugs.webkit.org/show_bug.cgi?id=18900>
53 <rdar://problem/5912383>
57 * fast/forms/textfield-to-password-on-focus-expected.txt: Added.
58 * fast/forms/textfield-to-password-on-focus.html: Added.
60 2008-05-07 Tor Arne Vestbø <tavestbo@trolltech.com>
64 Add ~250 tests that fail to the skipped list so we have a sane baseline.
66 * platform/qt/Skipped:
68 2008-05-06 Dan Bernstein <mitz@apple.com>
70 Reviewed by Darin Adler.
72 - test for <rdar://problem/5914544> Crash in layoutInlineChildren()
74 * fast/block/float/float-on-zero-height-line.html: Added.
75 * platform/mac/fast/block/float/float-on-zero-height-line-expected.checksum: Added.
76 * platform/mac/fast/block/float/float-on-zero-height-line-expected.png: Added.
77 * platform/mac/fast/block/float/float-on-zero-height-line-expected.txt: Added.
79 2008-05-06 Adam Barth <abarth-webkit@adambarth.com>
81 Reviewed by Sam Weinig.
83 https://bugs.webkit.org/show_bug.cgi?id=18725
84 Update tests for asynchronous postMessage.
86 Collin Jackson <collinj-webkit@collinjackson.com> also contributed to this patch.
88 * http/tests/messaging/cross-domain-message-send.html:
89 * http/tests/messaging/resources/cross-domain-message-receive.html:
90 * http/tests/security/cross-frame-access-delete.html:
91 * http/tests/security/cross-frame-access-history-put.html:
92 * http/tests/security/cross-frame-access-location-put.html:
93 * http/tests/security/postMessage/delivery-order-expected.txt: Added.
94 * http/tests/security/postMessage/delivery-order.html: Added.
95 * http/tests/security/postMessage/invalid-origin-throws-exception-expected.txt:
96 * http/tests/security/postMessage/invalid-origin-throws-exception.html:
97 * http/tests/security/postMessage/origin-unaffected-by-base-tag-expected.txt:
98 * http/tests/security/postMessage/origin-unaffected-by-base-tag.html:
99 * http/tests/security/postMessage/origin-unaffected-by-document-domain-expected.txt:
100 * http/tests/security/postMessage/origin-unaffected-by-document-domain.html:
101 * http/tests/security/postMessage/resources/javascript-post-message-sender.html:
102 * http/tests/security/postMessage/resources/post-message-listener.html:
103 * http/tests/security/postMessage/resources/recv.js: Added.
104 * http/tests/security/postMessage/target-origin-expected.txt:
105 * http/tests/security/postMessage/target-origin.html:
106 * http/tests/security/resources/cross-frame-iframe-for-delete-test.html:
107 * http/tests/security/resources/cross-frame-iframe-for-history-put-test.html:
108 * http/tests/security/resources/cross-frame-iframe-for-location-put-test.html:
109 * http/tests/security/resources/xss-eval3.html:
110 * http/tests/security/xss-eval.html:
112 2008-05-05 Alexey Proskuryakov <ap@webkit.org>
116 https://bugs.webkit.org/show_bug.cgi?id=11947
117 nbsps should be converted to entities in innerHTML
119 https://bugs.webkit.org/show_bug.cgi?id=18769
120 replacing with spaces using regexp creates inconsistent result
122 * fast/dom/innerHTML-nbsp-expected.txt: Added.
123 * fast/dom/innerHTML-nbsp.html: Added.
124 * fast/dom/innerHTML-escaping-attribute-expected.txt: Added.
125 * fast/dom/innerHTML-escaping-attribute.html: Added.
127 * editing/inserting/edited-whitespace-1.html: Updated expected results.
129 2008-05-05 David Hyatt <hyatt@apple.com>
131 Fix for https://bugs.webkit.org/show_bug.cgi?id=18821, putImageData incorrect when data has alpha.
135 * fast/canvas/canvas-alphaImageData-behavior-expected.txt: Added.
136 * fast/canvas/canvas-alphaImageData-behavior.html: Added.
137 * fast/canvas/canvas-alphaImageData-behavior.js: Added.
139 2008-05-05 Dan Bernstein <mitz@apple.com>
141 Rubber-stamped by Adam Roben.
143 - fix test failure due to Windows' preference for Mac results over
146 * platform/win/editing/selection/move-left-right-expected.txt: Copied from LayoutTests/editing/selection/move-left-right-expected.txt.
148 2008-05-05 Dan Bernstein <mitz@apple.com>
150 Reviewed by Dave Hyatt.
152 - test, updated test and updated results for https://bugs.webkit.org/show_bug.cgi?id=18809
153 Forms with block level generated content and absolutely positioned labels break inline layout (fixed on reflow)
155 * fast/block/basic/adding-near-anonymous-block.html: Added.
156 * media/video-controls-rendering.html: Changed to work around
157 https://bugs.webkit.org/show_bug.cgi?id=18857 which now affects this
158 test in its original form.
159 * platform/mac/css1/box_properties/clear-expected.txt:
160 * platform/mac/fast/block/basic/adding-near-anonymous-block-expected.checksum: Added.
161 * platform/mac/fast/block/basic/adding-near-anonymous-block-expected.png: Added.
162 * platform/mac/fast/block/basic/adding-near-anonymous-block-expected.txt: Added.
163 * platform/mac/fast/forms/input-align-image-expected.txt:
164 * platform/mac/media/audio-controls-rendering-expected.txt:
165 * platform/mac/media/video-controls-rendering-expected.txt:
166 * platform/mac/tables/mozilla/bugs/bug51140-expected.txt:
168 2008-05-02 Antti Koivisto <antti@apple.com>
172 Test for <rdar://problem/5840475>
173 CrashTracer: [USER] 2 crashes in Safari at com.apple.WebCore: WebCore::RenderBlock::insertPositionedObject
175 * fast/transforms/container-transform-crash-expected.txt: Added.
176 * fast/transforms/container-transform-crash.html: Added.
178 2008-05-04 Dan Bernstein <mitz@apple.com>
180 Reviewed by Sam Weinig.
182 - test for https://bugs.webkit.org/show_bug.cgi?id=18879
183 <rdar://problem/5909481> Reproducible crash when removing a gradient
185 * fast/gradients/crash-on-remove-expected.txt: Added.
186 * fast/gradients/crash-on-remove.html: Added.
188 2008-05-04 Sam Weinig <sam@webkit.org>
190 Reviewed by Maciej Stachowiak.
192 Don't print out the full url.
194 * fast/dom/Window/dom-access-from-closure-iframe-expected.txt:
195 * fast/dom/Window/dom-access-from-closure-window-expected.txt:
196 * fast/dom/Window/resources/dom-access-from-closure-iframe-child.html:
197 * fast/dom/Window/resources/dom-access-from-closure-window-child.html:
199 2008-05-03 Rob Buis <buis@kde.org>
203 Extended testcase for:
204 https://bugs.webkit.org/show_bug.cgi?id=18652
205 onchange events don't seem to fire for input[type=range] controls.
207 * fast/forms/slider-onchange-event-expected.txt:
208 * fast/forms/slider-onchange-event.html:
210 2008-05-03 Sam Weinig <sam@webkit.org>
212 Reviewed by Dan Bernstein.
214 Add tests that show our behavior when using closures from a global object
215 whose frame has been navigated.
217 Related to https://bugs.webkit.org/show_bug.cgi?id=17249.
219 * fast/dom/Window/closure-access-after-navigation-iframe-expected.txt: Added.
220 * fast/dom/Window/closure-access-after-navigation-iframe.html: Added.
221 * fast/dom/Window/closure-access-after-navigation-window-expected.txt: Added.
222 * fast/dom/Window/closure-access-after-navigation-window.html: Added.
223 * fast/dom/Window/dom-access-from-closure-iframe-expected.txt: Added.
224 * fast/dom/Window/dom-access-from-closure-iframe.html: Added.
225 * fast/dom/Window/dom-access-from-closure-window-expected.txt: Added.
226 * fast/dom/Window/dom-access-from-closure-window.html: Added.
227 * fast/dom/Window/resources/closure-access-after-navigation-iframe-child-1.html: Added.
228 * fast/dom/Window/resources/closure-access-after-navigation-iframe-child-2.html: Added.
229 * fast/dom/Window/resources/closure-access-after-navigation-window-child-1.html: Added.
230 * fast/dom/Window/resources/closure-access-after-navigation-window-child-2.html: Added.
231 * fast/dom/Window/resources/dom-access-from-closure-iframe-child.html: Added.
232 * fast/dom/Window/resources/dom-access-from-closure-window-child.html: Added.
233 * fast/dom/Window/resources/notify-opener-done.html: Added.
234 * fast/dom/Window/resources/notify-parent-done.html: Added.
236 2008-05-01 Rob Buis <buis@kde.org>
241 https://bugs.webkit.org/show_bug.cgi?id=18568
242 background: currentColor fails
244 * fast/css/background-currentcolor-expected.txt: Added.
245 * fast/css/background-currentcolor.html: Added.
247 2008-05-02 Dan Bernstein <mitz@apple.com>
249 Reviewed by John Sullivan.
251 - add pixel test for text shadows with zero blur and various offsets,
252 including zero offset
254 * fast/text/shadow-no-blur.html: Added.
255 * platform/mac/fast/text/shadow-no-blur-expected.checksum: Added.
256 * platform/mac/fast/text/shadow-no-blur-expected.png: Added.
257 * platform/mac/fast/text/shadow-no-blur-expected.txt: Added.
259 2008-05-02 Tor Arne Vestbø <tavestbo@trolltech.com>
261 Rubber-stamped by Simon.
263 Updated Qt layout-tests to match changes in font metrics.
265 * platform/qt/editing/deleting/merge-whitespace-pre-expected.txt:
266 * platform/qt/editing/deleting/paragraph-in-preserveNewline-expected.txt:
267 * platform/qt/editing/deleting/table-cells-expected.txt:
268 * platform/qt/editing/execCommand/format-block-expected.txt:
269 * platform/qt/editing/execCommand/format-block-with-trailing-br-expected.txt:
270 * platform/qt/editing/inserting/5803706-1-expected.txt: Added.
271 * platform/qt/editing/inserting/paragraph-separator-03-expected.txt:
272 * platform/qt/editing/pasteboard/4631972-expected.txt:
273 * platform/qt/editing/pasteboard/5027857-expected.txt:
274 * platform/qt/editing/pasteboard/innerText-inline-table-expected.txt:
275 * platform/qt/editing/pasteboard/paste-pre-002-expected.txt:
276 * platform/qt/editing/style/smoosh-styles-002-expected.txt:
277 * platform/qt/fast/block/basic/015-expected.txt:
278 * platform/qt/fast/canvas/canvas-transform-identity-expected.txt: Added.
279 * platform/qt/fast/canvas/canvas-transform-infinity-expected.txt: Added.
280 * platform/qt/fast/canvas/canvas-transform-multiply-expected.txt: Added.
281 * platform/qt/fast/canvas/canvas-transform-nan-expected.txt: Added.
282 * platform/qt/fast/canvas/canvas-transform-non-invertible-expected.txt: Added.
283 * platform/qt/fast/canvas/canvas-transform-skewed-expected.txt: Added.
284 * platform/qt/fast/css-generated-content/014-expected.txt:
285 * platform/qt/fast/css/beforeSelectorOnCodeElement-expected.txt:
286 * platform/qt/fast/css/hover-subselector-expected.txt:
287 * platform/qt/fast/css/invalid-percentage-property-expected.txt: Added.
288 * platform/qt/fast/css/line-height-font-order-expected.txt:
289 * platform/qt/fast/css/outline-auto-empty-rects-expected.txt:
290 * platform/qt/fast/css/text-align-expected.txt: Added.
291 * platform/qt/fast/css/universal-hover-quirk-expected.txt:
292 * platform/qt/fast/dom/attr_dead_doc-expected.txt:
293 * platform/qt/fast/dom/dom-parse-serialize-display-expected.txt:
294 * platform/qt/fast/dom/dom-parse-serialize-expected.txt:
295 * platform/qt/fast/dom/row-inner-text-expected.txt:
296 * platform/qt/fast/dom/stripNullFromTextNodes-expected.txt:
297 * platform/qt/fast/dynamic/insertAdjacentElement-expected.txt:
298 * platform/qt/fast/encoding/preload-encoding-expected.txt: Added.
299 * platform/qt/fast/flexbox/016-expected.txt:
300 * platform/qt/fast/flexbox/023-expected.txt:
301 * platform/qt/fast/flexbox/024-expected.txt:
302 * platform/qt/fast/forms/menulist-option-wrap-expected.txt:
303 * platform/qt/fast/forms/targeted-frame-submission-expected.txt:
304 * platform/qt/fast/frames/001-expected.txt:
305 * platform/qt/fast/frames/002-expected.txt:
306 * platform/qt/fast/frames/calculate-fixed-expected.txt:
307 * platform/qt/fast/frames/calculate-order-expected.txt:
308 * platform/qt/fast/frames/calculate-percentage-expected.txt:
309 * platform/qt/fast/frames/calculate-relative-expected.txt:
310 * platform/qt/fast/frames/calculate-round-expected.txt:
311 * platform/qt/fast/frames/contentWindow_Frame-expected.txt:
312 * platform/qt/fast/frames/contentWindow_iFrame-expected.txt:
313 * platform/qt/fast/frames/empty-frame-src-expected.txt:
314 * platform/qt/fast/frames/iframe-option-crash-expected.txt:
315 * platform/qt/fast/frames/iframe-with-frameborder-expected.txt:
316 * platform/qt/fast/frames/invalid-expected.txt:
317 * platform/qt/fast/frames/no-frame-borders-expected.txt:
318 * platform/qt/fast/frames/valid-expected.txt:
319 * platform/qt/fast/frames/viewsource-attribute-expected.txt:
320 * platform/qt/fast/html/listing-expected.txt:
321 * platform/qt/fast/inline-block/002-expected.txt:
322 * platform/qt/fast/innerHTML/006-expected.txt:
323 * platform/qt/fast/invalid/019-expected.txt:
324 * platform/qt/fast/lists/inlineBoxWrapperNullCheck-expected.txt:
325 * platform/qt/fast/lists/ordered-list-with-no-ol-tag-expected.txt:
326 * platform/qt/fast/overflow/overflow-auto-table-expected.txt:
327 * platform/qt/fast/overflow/unreachable-overflow-rtl-bug-expected.txt:
328 * platform/qt/fast/replaced/replaced-breaking-expected.txt:
329 * platform/qt/fast/replaced/width100percent-image-expected.txt:
330 * platform/qt/fast/selectors/lang-inheritance-expected.txt: Added.
331 * platform/qt/fast/selectors/lang-inheritance2-expected.txt: Added.
332 * platform/qt/fast/selectors/lang-vs-xml-lang-expected.txt: Added.
333 * platform/qt/fast/selectors/lang-vs-xml-lang-xhtml-expected.txt: Added.
334 * platform/qt/fast/table/018-expected.txt:
335 * platform/qt/fast/table/border-collapsing/004-expected.txt:
336 * platform/qt/fast/table/frame-and-rules-expected.txt:
337 * platform/qt/fast/table/invisible-cell-background-expected.txt:
338 * platform/qt/fast/text/atsui-spacing-features-expected.txt:
339 * platform/qt/fast/text/basic/009-expected.txt:
340 * platform/qt/fast/text/basic/generic-family-changes-expected.txt:
341 * platform/qt/fast/text/basic/generic-family-reset-expected.txt:
342 * platform/qt/fast/text/selection-hard-linebreak-expected.txt:
343 * platform/qt/fast/text/wbr-pre-expected.txt:
344 * platform/qt/fast/text/whitespace/019-expected.txt:
345 * platform/qt/fast/text/whitespace/022-expected.txt:
346 * platform/qt/fast/text/whitespace/023-expected.txt:
347 * platform/qt/fast/text/whitespace/029-expected.txt:
348 * platform/qt/fast/text/whitespace/030-expected.txt:
349 * platform/qt/fast/text/whitespace/pre-newline-box-test-expected.txt:
350 * platform/qt/fast/text/whitespace/pre-wrap-last-char-expected.txt:
351 * platform/qt/fast/text/whitespace/pre-wrap-spaces-after-newline-expected.txt:
352 * platform/qt/tables/mozilla/bugs/45621-expected.txt:
353 * platform/qt/tables/mozilla/bugs/bug101674-expected.txt:
354 * platform/qt/tables/mozilla/bugs/bug10269-2-expected.txt:
355 * platform/qt/tables/mozilla/bugs/bug10296-1-expected.txt:
356 * platform/qt/tables/mozilla/bugs/bug13105-expected.txt:
357 * platform/qt/tables/mozilla/bugs/bug137388-3-expected.txt:
358 * platform/qt/tables/mozilla/bugs/bug139524-2-expected.txt:
359 * platform/qt/tables/mozilla/bugs/bug157890-expected.txt:
360 * platform/qt/tables/mozilla/bugs/bug19061-1-expected.txt:
361 * platform/qt/tables/mozilla/bugs/bug19061-2-expected.txt:
362 * platform/qt/tables/mozilla/bugs/bug20579-expected.txt:
363 * platform/qt/tables/mozilla/bugs/bug22019-expected.txt:
364 * platform/qt/tables/mozilla/bugs/bug23235-expected.txt:
365 * platform/qt/tables/mozilla/bugs/bug2886-2-expected.txt:
366 * platform/qt/tables/mozilla/bugs/bug2973-expected.txt:
367 * platform/qt/tables/mozilla/bugs/bug30418-expected.txt:
368 * platform/qt/tables/mozilla/bugs/bug38916-expected.txt:
369 * platform/qt/tables/mozilla/bugs/bug57828-2-expected.txt:
370 * platform/qt/tables/mozilla/bugs/bug7121-1-expected.txt:
371 * platform/qt/tables/mozilla/bugs/bug83786-expected.txt:
372 * platform/qt/tables/mozilla/collapsing_borders/bug41262-3-expected.txt:
373 * platform/qt/tables/mozilla/core/col_widths_fix_autoFixPer-expected.txt:
374 * platform/qt/tables/mozilla/other/test6-expected.txt:
375 * platform/qt/tables/mozilla_expected_failures/bugs/97619-expected.txt:
376 * platform/qt/tables/mozilla_expected_failures/bugs/bug1055-2-expected.txt:
377 * platform/qt/tables/mozilla_expected_failures/bugs/bug1128-expected.txt:
378 * platform/qt/tables/mozilla_expected_failures/bugs/bug21518-expected.txt:
379 * platform/qt/tables/mozilla_expected_failures/bugs/bug22122-expected.txt:
381 2008-05-01 Sam Weinig <sam@webkit.org>
385 * fast/canvas/canvas-path-with-inf-nan-dimensions-expected.txt: Added.
387 2008-05-01 Sam Weinig <sam@webkit.org>
389 Reviewed by Geoffrey Garen.
391 * http/tests/security/listener/xss-JSTargetNode-onclick-addEventListener-expected.txt:
392 * http/tests/security/listener/xss-JSTargetNode-onclick-shortcut-expected.txt:
393 * http/tests/security/listener/xss-XMLHttpRequest-addEventListener-expected.txt:
394 * http/tests/security/listener/xss-XMLHttpRequest-shortcut-expected.txt:
395 * http/tests/security/listener/xss-window-onclick-addEventListener-expected.txt:
396 * http/tests/security/listener/xss-window-onclick-shortcut-expected.txt:
397 * http/tests/security/xss-eval-expected.txt:
399 2008-05-01 Anders Carlsson <andersca@apple.com>
403 Disable an SVG font test that crashes.
405 http://bugs.webkit.org/show_bug.cgi?id=18830 tracks fixing the crash.
407 * svg/W3C-SVG-1.1/fonts-glyph-02-t.svg: Removed.
408 * svg/W3C-SVG-1.1/fonts-glyph-02-t.svg-disabled: Copied from svg/W3C-SVG-1.1/fonts-glyph-02-t.svg.
410 2008-05-01 Anatoli Papirovski <apapirovski@mac.com>
412 Reviewed by Dave Hyatt.
414 - added a test case for https://bugs.webkit.org/show_bug.cgi?id=18347
415 Absolutely positioned image percentage width does not respect container's padding
417 * fast/replaced/absolute-position-percentage-width.html: Added.
418 * platform/mac/fast/replaced/absolute-position-percentage-width-expected.checksum: Added.
419 * platform/mac/fast/replaced/absolute-position-percentage-width-expected.png: Added.
420 * platform/mac/fast/replaced/absolute-position-percentage-width-expected.txt: Added.
422 2008-04-29 Eric Seidel <eric@webkit.org>
424 Rubber-stamped by Sam Weinig.
426 Mark a couple UTF16 files as binary so windows-svn doesn't mutilate them on checkout.
428 * fast/xsl/xslt-enc16.xml: add svn:mime-type application/octet-stream
429 * fast/xsl/xslt-enc16to16.xml: add svn:mime-type application/octet-stream
431 2008-05-01 Alice Liu <alice.liu@apple.com>
433 Rubber-stamped by Sam Weinig.
435 fast/events/tabindex-focus-blur-all.html was timing out on some machines
436 Make this test faster by not doing += on innerHTML.
438 * fast/events/resources/tabindex-focus-blur-all.js:
440 2008-05-01 Sam Weinig <sam@webkit.org>
442 Update results with -webkit-box-reflect values.
444 * fast/css/computed-style-expected.txt:
445 * fast/css/computed-style-without-renderer-expected.txt:
446 * svg/css/getComputedStyle-basic-expected.txt:
448 2008-04-30 Rob Buis <buis@kde.org>
453 https://bugs.webkit.org/show_bug.cgi?id=16447
454 onload called too many times for <svg:image>
455 https://bugs.webkit.org/show_bug.cgi?id=12282
456 SVG wastes time in malloc to send loadEvents to non-existent listeners
458 * svg/custom/loadevents-capturing-expected.txt: Added.
459 * svg/custom/loadevents-capturing.svg: Added.
460 * svg/custom/loadevents-externalresourcesrequired-displaynone-expected.txt: Added.
461 * svg/custom/loadevents-externalresourcesrequired-displaynone.svg: Added.
462 * svg/custom/loadevents-externalresourcesrequired-expected.txt: Added.
463 * svg/custom/loadevents-externalresourcesrequired.svg: Added.
464 * svg/custom/loadevents-normal-displaynone-expected.txt: Added.
465 * svg/custom/loadevents-normal-displaynone.svg: Added.
466 * svg/custom/loadevents-normal-expected.txt: Added.
467 * svg/custom/loadevents-normal.svg: Added.
469 2008-04-30 David Hyatt <hyatt@apple.com>
471 Add test for video crasher.
473 Reviewed by Dan Bernstein
475 * media/video-layer-crash.html: Added.
476 * platform/mac/media/video-layer-crash-expected.checksum: Added.
477 * platform/mac/media/video-layer-crash-expected.png: Added.
478 * platform/mac/media/video-layer-crash-expected.txt: Added.
480 2008-04-30 Tor Arne Vestbø <tavestbo@trolltech.com>
482 Rubber-stamped by Simon
484 Updated the expected test results to reflect the fact that most render objects now are anonymous.
486 * platform/qt/editing/pasteboard/paste-pre-001-expected.txt:
487 * platform/qt/editing/pasteboard/paste-text-019-expected.txt:
488 * platform/qt/editing/selection/display-table-text-expected.txt:
489 * platform/qt/fast/backgrounds/background-inherit-color-bug-expected.txt:
490 * platform/qt/fast/block/basic/011-expected.txt:
491 * platform/qt/fast/css-generated-content/015-expected.txt:
492 * platform/qt/fast/css-generated-content/inline-display-types-expected.txt:
493 * platform/qt/fast/css-generated-content/table-cell-before-content-expected.txt:
494 * platform/qt/fast/css/word-space-extra-expected.txt:
495 * platform/qt/fast/forms/001-expected.txt:
496 * platform/qt/fast/forms/form-hides-table-expected.txt:
497 * platform/qt/fast/forms/input-text-word-wrap-expected.txt:
498 * platform/qt/fast/forms/menulist-width-change-expected.txt:
499 * platform/qt/fast/parser/001-expected.txt:
500 * platform/qt/fast/table/037-expected.txt:
501 * platform/qt/fast/table/add-before-anonymous-child-expected.txt:
502 * platform/qt/fast/table/border-collapsing/003-expected.txt:
503 * platform/qt/fast/table/cell-absolute-child-expected.txt:
504 * platform/qt/fast/table/click-near-anonymous-table-expected.txt:
505 * platform/qt/fast/table/form-with-table-style-expected.txt:
506 * platform/qt/fast/table/overflowHidden-expected.txt:
507 * platform/qt/fast/table/text-field-baseline-expected.txt:
508 * platform/qt/fast/table/vertical-align-baseline-readjust-expected.txt:
509 * platform/qt/fast/text/font-initial-expected.txt:
510 * platform/qt/fast/text/whitespace/024-expected.txt:
511 * platform/qt/fast/text/word-break-expected.txt:
512 * platform/qt/tables/mozilla/bugs/bug1055-1-expected.txt:
513 * platform/qt/tables/mozilla/bugs/bug11321-expected.txt:
514 * platform/qt/tables/mozilla/bugs/bug13118-expected.txt:
515 * platform/qt/tables/mozilla/bugs/bug2479-1-expected.txt:
516 * platform/qt/tables/mozilla/bugs/bug2479-3-expected.txt:
517 * platform/qt/tables/mozilla/bugs/bug2479-4-expected.txt:
518 * platform/qt/tables/mozilla/bugs/bug269566-expected.txt:
519 * platform/qt/tables/mozilla/bugs/bug275625-expected.txt:
520 * platform/qt/tables/mozilla/bugs/bug3037-1-expected.txt:
521 * platform/qt/tables/mozilla/bugs/bug3037-2-expected.txt:
522 * platform/qt/tables/mozilla/bugs/bug30985-expected.txt:
523 * platform/qt/tables/mozilla/bugs/bug7112-1-expected.txt:
524 * platform/qt/tables/mozilla/bugs/bug7112-2-expected.txt:
525 * platform/qt/tables/mozilla/bugs/bug72359-expected.txt:
526 * platform/qt/tables/mozilla/bugs/bug8032-1-expected.txt:
527 * platform/qt/tables/mozilla/bugs/bug8950-expected.txt:
528 * platform/qt/tables/mozilla/marvin/x_caption_align_bottom-expected.txt:
529 * platform/qt/tables/mozilla/marvin/x_caption_align_top-expected.txt:
530 * platform/qt/tables/mozilla/marvin/x_caption_class-expected.txt:
531 * platform/qt/tables/mozilla/marvin/x_caption_id-expected.txt:
532 * platform/qt/tables/mozilla/marvin/x_caption_style-expected.txt:
533 * platform/qt/tables/mozilla/marvin/x_col_align_center-expected.txt:
534 * platform/qt/tables/mozilla/marvin/x_col_align_char-expected.txt:
535 * platform/qt/tables/mozilla/marvin/x_col_align_justify-expected.txt:
536 * platform/qt/tables/mozilla/marvin/x_col_align_left-expected.txt:
537 * platform/qt/tables/mozilla/marvin/x_col_align_right-expected.txt:
538 * platform/qt/tables/mozilla/marvin/x_col_span-expected.txt:
539 * platform/qt/tables/mozilla/marvin/x_col_valign_baseline-expected.txt:
540 * platform/qt/tables/mozilla/marvin/x_col_valign_bottom-expected.txt:
541 * platform/qt/tables/mozilla/marvin/x_col_valign_middle-expected.txt:
542 * platform/qt/tables/mozilla/marvin/x_col_valign_top-expected.txt:
543 * platform/qt/tables/mozilla/marvin/x_col_width_pct-expected.txt:
544 * platform/qt/tables/mozilla/marvin/x_col_width_px-expected.txt:
545 * platform/qt/tables/mozilla/marvin/x_col_width_rel-expected.txt:
546 * platform/qt/tables/mozilla/marvin/x_colgroup_align_center-expected.txt:
547 * platform/qt/tables/mozilla/marvin/x_colgroup_align_char-expected.txt:
548 * platform/qt/tables/mozilla/marvin/x_colgroup_align_justify-expected.txt:
549 * platform/qt/tables/mozilla/marvin/x_colgroup_align_left-expected.txt:
550 * platform/qt/tables/mozilla/marvin/x_colgroup_align_right-expected.txt:
551 * platform/qt/tables/mozilla/marvin/x_colgroup_span-expected.txt:
552 * platform/qt/tables/mozilla/marvin/x_colgroup_valign_baseline-expected.txt:
553 * platform/qt/tables/mozilla/marvin/x_colgroup_valign_bottom-expected.txt:
554 * platform/qt/tables/mozilla/marvin/x_colgroup_valign_middle-expected.txt:
555 * platform/qt/tables/mozilla/marvin/x_colgroup_valign_top-expected.txt:
556 * platform/qt/tables/mozilla/marvin/x_colgroup_width_pct-expected.txt:
557 * platform/qt/tables/mozilla/marvin/x_colgroup_width_rel-expected.txt:
558 * platform/qt/tables/mozilla/marvin/x_table_align_center-expected.txt:
559 * platform/qt/tables/mozilla/marvin/x_table_align_left-expected.txt:
560 * platform/qt/tables/mozilla/marvin/x_table_align_right-expected.txt:
561 * platform/qt/tables/mozilla/marvin/x_table_bgcolor_name-expected.txt:
562 * platform/qt/tables/mozilla/marvin/x_table_bgcolor_rgb-expected.txt:
563 * platform/qt/tables/mozilla/marvin/x_table_cellpadding-expected.txt:
564 * platform/qt/tables/mozilla/marvin/x_table_cellpadding_pct-expected.txt:
565 * platform/qt/tables/mozilla/marvin/x_table_cellspacing-expected.txt:
566 * platform/qt/tables/mozilla/marvin/x_table_cellspacing_pct-expected.txt:
567 * platform/qt/tables/mozilla/marvin/x_table_class-expected.txt:
568 * platform/qt/tables/mozilla/marvin/x_table_id-expected.txt:
569 * platform/qt/tables/mozilla/marvin/x_table_style-expected.txt:
570 * platform/qt/tables/mozilla/marvin/x_table_width_pct-expected.txt:
571 * platform/qt/tables/mozilla/marvin/x_table_width_px-expected.txt:
572 * platform/qt/tables/mozilla/marvin/x_td_align_center-expected.txt:
573 * platform/qt/tables/mozilla/marvin/x_td_align_char-expected.txt:
574 * platform/qt/tables/mozilla/marvin/x_td_align_justify-expected.txt:
575 * platform/qt/tables/mozilla/marvin/x_td_align_left-expected.txt:
576 * platform/qt/tables/mozilla/marvin/x_td_align_right-expected.txt:
577 * platform/qt/tables/mozilla/marvin/x_td_bgcolor_name-expected.txt:
578 * platform/qt/tables/mozilla/marvin/x_td_bgcolor_rgb-expected.txt:
579 * platform/qt/tables/mozilla/marvin/x_td_class-expected.txt:
580 * platform/qt/tables/mozilla/marvin/x_td_colspan-expected.txt:
581 * platform/qt/tables/mozilla/marvin/x_td_height-expected.txt:
582 * platform/qt/tables/mozilla/marvin/x_td_id-expected.txt:
583 * platform/qt/tables/mozilla/marvin/x_td_nowrap-expected.txt:
584 * platform/qt/tables/mozilla/marvin/x_td_rowspan-expected.txt:
585 * platform/qt/tables/mozilla/marvin/x_td_style-expected.txt:
586 * platform/qt/tables/mozilla/marvin/x_td_valign_baseline-expected.txt:
587 * platform/qt/tables/mozilla/marvin/x_td_valign_bottom-expected.txt:
588 * platform/qt/tables/mozilla/marvin/x_td_valign_middle-expected.txt:
589 * platform/qt/tables/mozilla/marvin/x_td_valign_top-expected.txt:
590 * platform/qt/tables/mozilla/marvin/x_td_width-expected.txt:
591 * platform/qt/tables/mozilla/marvin/x_th_align_center-expected.txt:
592 * platform/qt/tables/mozilla/marvin/x_th_align_char-expected.txt:
593 * platform/qt/tables/mozilla/marvin/x_th_align_justify-expected.txt:
594 * platform/qt/tables/mozilla/marvin/x_th_align_left-expected.txt:
595 * platform/qt/tables/mozilla/marvin/x_th_align_right-expected.txt:
596 * platform/qt/tables/mozilla/marvin/x_th_bgcolor_name-expected.txt:
597 * platform/qt/tables/mozilla/marvin/x_th_bgcolor_rgb-expected.txt:
598 * platform/qt/tables/mozilla/marvin/x_th_class-expected.txt:
599 * platform/qt/tables/mozilla/marvin/x_th_colspan-expected.txt:
600 * platform/qt/tables/mozilla/marvin/x_th_height-expected.txt:
601 * platform/qt/tables/mozilla/marvin/x_th_id-expected.txt:
602 * platform/qt/tables/mozilla/marvin/x_th_nowrap-expected.txt:
603 * platform/qt/tables/mozilla/marvin/x_th_rowspan-expected.txt:
604 * platform/qt/tables/mozilla/marvin/x_th_style-expected.txt:
605 * platform/qt/tables/mozilla/marvin/x_th_valign_baseline-expected.txt:
606 * platform/qt/tables/mozilla/marvin/x_th_valign_bottom-expected.txt:
607 * platform/qt/tables/mozilla/marvin/x_th_valign_middle-expected.txt:
608 * platform/qt/tables/mozilla/marvin/x_th_valign_top-expected.txt:
609 * platform/qt/tables/mozilla/marvin/x_th_width-expected.txt:
610 * platform/qt/tables/mozilla/marvin/x_tr_align_center-expected.txt:
611 * platform/qt/tables/mozilla/marvin/x_tr_align_char-expected.txt:
612 * platform/qt/tables/mozilla/marvin/x_tr_align_justify-expected.txt:
613 * platform/qt/tables/mozilla/marvin/x_tr_align_left-expected.txt:
614 * platform/qt/tables/mozilla/marvin/x_tr_align_right-expected.txt:
615 * platform/qt/tables/mozilla/marvin/x_tr_bgcolor_name-expected.txt:
616 * platform/qt/tables/mozilla/marvin/x_tr_bgcolor_rgb-expected.txt:
617 * platform/qt/tables/mozilla/marvin/x_tr_class-expected.txt:
618 * platform/qt/tables/mozilla/marvin/x_tr_id-expected.txt:
619 * platform/qt/tables/mozilla/marvin/x_tr_style-expected.txt:
620 * platform/qt/tables/mozilla/marvin/x_tr_valign_baseline-expected.txt:
621 * platform/qt/tables/mozilla/marvin/x_tr_valign_bottom-expected.txt:
622 * platform/qt/tables/mozilla/marvin/x_tr_valign_middle-expected.txt:
623 * platform/qt/tables/mozilla/marvin/x_tr_valign_top-expected.txt:
624 * platform/qt/tables/mozilla_expected_failures/bugs/bug178855-expected.txt:
625 * platform/qt/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
626 * platform/qt/tables/mozilla_expected_failures/bugs/bug278266-expected.txt:
627 * platform/qt/tables/mozilla_expected_failures/marvin/x_caption_align_left-expected.txt:
628 * platform/qt/tables/mozilla_expected_failures/marvin/x_caption_align_right-expected.txt:
629 * platform/qt/tables/mozilla_expected_failures/marvin/x_colgroup_width_px-expected.txt:
630 * platform/qt/tables/mozilla_expected_failures/other/test4-expected.txt:
632 2008-04-30 Tor Arne Vestbø <tavestbo@trolltech.com>
634 Rubber-stamped by Simon.
636 Updated the expected test results to the current font metrics.
638 * platform/qt/css1/basic/class_as_selector-expected.txt:
639 * platform/qt/css1/basic/comments-expected.txt:
640 * platform/qt/css1/basic/containment-expected.txt:
641 * platform/qt/css1/basic/contextual_selectors-expected.txt:
642 * platform/qt/css1/basic/grouping-expected.txt:
643 * platform/qt/css1/basic/id_as_selector-expected.txt:
644 * platform/qt/css1/basic/inheritance-expected.txt:
645 * platform/qt/css1/box_properties/acid_test-expected.txt:
646 * platform/qt/css1/box_properties/border-expected.txt:
647 * platform/qt/css1/box_properties/border_bottom-expected.txt:
648 * platform/qt/css1/box_properties/border_bottom_inline-expected.txt:
649 * platform/qt/css1/box_properties/border_bottom_width-expected.txt:
650 * platform/qt/css1/box_properties/border_bottom_width_inline-expected.txt:
651 * platform/qt/css1/box_properties/border_color-expected.txt:
652 * platform/qt/css1/box_properties/border_color_inline-expected.txt:
653 * platform/qt/css1/box_properties/border_inline-expected.txt:
654 * platform/qt/css1/box_properties/border_left-expected.txt:
655 * platform/qt/css1/box_properties/border_left_inline-expected.txt:
656 * platform/qt/css1/box_properties/border_left_width-expected.txt:
657 * platform/qt/css1/box_properties/border_left_width_inline-expected.txt:
658 * platform/qt/css1/box_properties/border_right-expected.txt:
659 * platform/qt/css1/box_properties/border_right_inline-expected.txt:
660 * platform/qt/css1/box_properties/border_right_width-expected.txt:
661 * platform/qt/css1/box_properties/border_right_width_inline-expected.txt:
662 * platform/qt/css1/box_properties/border_style-expected.txt:
663 * platform/qt/css1/box_properties/border_style_inline-expected.txt:
664 * platform/qt/css1/box_properties/border_top-expected.txt:
665 * platform/qt/css1/box_properties/border_top_inline-expected.txt:
666 * platform/qt/css1/box_properties/border_top_width-expected.txt:
667 * platform/qt/css1/box_properties/border_top_width_inline-expected.txt:
668 * platform/qt/css1/box_properties/border_width-expected.txt:
669 * platform/qt/css1/box_properties/border_width_inline-expected.txt:
670 * platform/qt/css1/box_properties/clear-expected.txt:
671 * platform/qt/css1/box_properties/clear_float-expected.txt:
672 * platform/qt/css1/box_properties/float-expected.txt:
673 * platform/qt/css1/box_properties/float_elements_in_series-expected.txt:
674 * platform/qt/css1/box_properties/float_margin-expected.txt:
675 * platform/qt/css1/box_properties/height-expected.txt:
676 * platform/qt/css1/box_properties/margin-expected.txt:
677 * platform/qt/css1/box_properties/margin_bottom-expected.txt:
678 * platform/qt/css1/box_properties/margin_bottom_inline-expected.txt:
679 * platform/qt/css1/box_properties/margin_inline-expected.txt:
680 * platform/qt/css1/box_properties/margin_left-expected.txt:
681 * platform/qt/css1/box_properties/margin_left_inline-expected.txt:
682 * platform/qt/css1/box_properties/margin_right-expected.txt:
683 * platform/qt/css1/box_properties/margin_right_inline-expected.txt:
684 * platform/qt/css1/box_properties/margin_top-expected.txt:
685 * platform/qt/css1/box_properties/margin_top_inline-expected.txt:
686 * platform/qt/css1/box_properties/padding-expected.txt:
687 * platform/qt/css1/box_properties/padding_bottom-expected.txt:
688 * platform/qt/css1/box_properties/padding_bottom_inline-expected.txt:
689 * platform/qt/css1/box_properties/padding_inline-expected.txt:
690 * platform/qt/css1/box_properties/padding_left-expected.txt:
691 * platform/qt/css1/box_properties/padding_left_inline-expected.txt:
692 * platform/qt/css1/box_properties/padding_right-expected.txt:
693 * platform/qt/css1/box_properties/padding_right_inline-expected.txt:
694 * platform/qt/css1/box_properties/padding_top-expected.txt:
695 * platform/qt/css1/box_properties/padding_top_inline-expected.txt:
696 * platform/qt/css1/box_properties/width-expected.txt:
697 * platform/qt/css1/cascade/cascade_order-expected.txt:
698 * platform/qt/css1/cascade/important-expected.txt:
699 * platform/qt/css1/classification/display-expected.txt:
700 * platform/qt/css1/classification/list_style-expected.txt:
701 * platform/qt/css1/classification/list_style_image-expected.txt:
702 * platform/qt/css1/classification/list_style_position-expected.txt:
703 * platform/qt/css1/classification/list_style_type-expected.txt:
704 * platform/qt/css1/classification/white_space-expected.txt:
705 * platform/qt/css1/color_and_background/background-expected.txt:
706 * platform/qt/css1/color_and_background/background_attachment-expected.txt:
707 * platform/qt/css1/color_and_background/background_color-expected.txt:
708 * platform/qt/css1/color_and_background/background_image-expected.txt:
709 * platform/qt/css1/color_and_background/background_position-expected.txt:
710 * platform/qt/css1/color_and_background/background_repeat-expected.txt:
711 * platform/qt/css1/color_and_background/color-expected.txt:
712 * platform/qt/css1/conformance/forward_compatible_parsing-expected.txt:
713 * platform/qt/css1/font_properties/font-expected.txt:
714 * platform/qt/css1/font_properties/font_family-expected.txt:
715 * platform/qt/css1/font_properties/font_size-expected.txt:
716 * platform/qt/css1/font_properties/font_style-expected.txt:
717 * platform/qt/css1/font_properties/font_variant-expected.txt:
718 * platform/qt/css1/font_properties/font_weight-expected.txt:
719 * platform/qt/css1/formatting_model/canvas-expected.txt:
720 * platform/qt/css1/formatting_model/floating_elements-expected.txt:
721 * platform/qt/css1/formatting_model/height_of_lines-expected.txt:
722 * platform/qt/css1/formatting_model/horizontal_formatting-expected.txt:
723 * platform/qt/css1/formatting_model/inline_elements-expected.txt:
724 * platform/qt/css1/formatting_model/replaced_elements-expected.txt:
725 * platform/qt/css1/formatting_model/vertical_formatting-expected.txt:
726 * platform/qt/css1/pseudo/anchor-expected.txt:
727 * platform/qt/css1/pseudo/firstletter-expected.txt:
728 * platform/qt/css1/pseudo/firstline-expected.txt:
729 * platform/qt/css1/pseudo/multiple_pseudo_elements-expected.txt:
730 * platform/qt/css1/pseudo/pseudo_elements_in_selectors-expected.txt:
731 * platform/qt/css1/text_properties/letter_spacing-expected.txt:
732 * platform/qt/css1/text_properties/line_height-expected.txt:
733 * platform/qt/css1/text_properties/text_align-expected.txt:
734 * platform/qt/css1/text_properties/text_decoration-expected.txt:
735 * platform/qt/css1/text_properties/text_indent-expected.txt:
736 * platform/qt/css1/text_properties/text_transform-expected.txt:
737 * platform/qt/css1/text_properties/vertical_align-expected.txt:
738 * platform/qt/css1/text_properties/word_spacing-expected.txt:
739 * platform/qt/css1/units/color_units-expected.txt:
740 * platform/qt/css1/units/length_units-expected.txt:
741 * platform/qt/css1/units/percentage_units-expected.txt:
742 * platform/qt/css1/units/urls-expected.txt:
743 * platform/qt/css2.1/t010403-shand-font-00-b-expected.txt:
744 * platform/qt/css2.1/t010403-shand-font-01-b-expected.txt:
745 * platform/qt/css2.1/t010403-shand-font-02-b-expected.txt:
746 * platform/qt/css2.1/t010403-shand-font-03-b-expected.txt:
747 * platform/qt/css2.1/t040103-escapes-01-b-expected.txt:
748 * platform/qt/css2.1/t040105-atkeyw-00-b-expected.txt:
749 * platform/qt/css2.1/t040304-c64-uri-00-a-g-expected.txt:
750 * platform/qt/css2.1/t050803-c14-classes-00-e-expected.txt:
751 * platform/qt/css2.1/t0509-c15-ids-01-e-expected.txt:
752 * platform/qt/css2.1/t0602-c13-inh-underlin-00-e-expected.txt:
753 * platform/qt/css2.1/t0603-c11-import-00-b-expected.txt:
754 * platform/qt/css2.1/t09-c5526c-display-00-e-expected.txt:
755 * platform/qt/css2.1/t0905-c414-flt-wrap-01-d-g-expected.txt:
756 * platform/qt/css2.1/t090501-c414-flt-ln-00-d-expected.txt:
757 * platform/qt/css2.1/t090501-c414-flt-ln-01-d-g-expected.txt:
758 * platform/qt/css2.1/t090501-c414-flt-ln-02-d-expected.txt:
759 * platform/qt/css2.1/t090501-c414-flt-ln-03-d-expected.txt:
760 * platform/qt/css2.1/t100801-c548-ln-ht-02-b-ag-expected.txt:
761 * platform/qt/css2.1/t1503-c522-font-family-00-b-expected.txt:
762 * platform/qt/css2.1/t1508-c527-font-01-b-expected.txt:
763 * platform/qt/css2.1/t1508-c527-font-06-b-expected.txt:
764 * platform/qt/css3/css3-modsel-33-expected.txt:
766 2008-04-30 Simon Hausmann <hausmann@webkit.org>
768 Rubber-stamped by Holger.
770 Updated the skip list for the Qt port to exclude features currently
773 * platform/qt/Skipped:
775 2008-04-30 Rob Buis <buis@kde.org>
780 https://bugs.webkit.org/show_bug.cgi?id=11939
781 Quirksmode: Ignores media types in stylesheet PIs
783 * fast/css/resources/xml-stylesheet-media-print.css: Added.
784 * fast/css/resources/xml-stylesheet-media-screen.css: Added.
785 * fast/css/xml-stylesheet-media-processing-expected.txt: Added.
786 * fast/css/xml-stylesheet-media-processing.xhtml: Added.
788 2008-04-29 Anatoli Papirovski <apapirovski@mac.com>
790 Reviewed by Dan Bernstein.
792 Modified the SVG test case for RGB and RGBA parsing - mixing percentage and
793 numerical values is illegal.
795 * svg/custom/rgbcolor-syntax.svg:
797 2008-04-29 David Hyatt <hyatt@apple.com>
799 Implement support for the new box-reflect property. Tests of the new property.
801 Reviewed by Dan Bernstein
803 * fast/reflections: Added.
804 * fast/reflections/reflection-computed-style-expected.txt: Added.
805 * fast/reflections/reflection-computed-style.html: Added.
806 * fast/reflections/reflection-direction.html: Added.
807 * fast/reflections/reflection-masks.html: Added.
808 * fast/reflections/reflection-nesting.html: Added.
809 * fast/reflections/resources: Added.
810 * fast/reflections/resources/kate.png: Added.
811 * fast/reflections/resources/vignette-mask.png: Added.
813 2008-04-29 Anatoli Papirovski <apapirovski@mac.com>
815 Reviewed by Darin Adler.
817 Fix for https://bugs.webkit.org/show_bug.cgi?id=18355
818 Updated the results of the layout test for "RGB color syntax error handling".
820 * platform/mac/css2.1/t040306-syntax-01-f-expected.checksum:
821 * platform/mac/css2.1/t040306-syntax-01-f-expected.png:
822 * platform/mac/css2.1/t040306-syntax-01-f-expected.txt:
824 2008-04-29 Simon Hausmann <hausmann@webkit.org>
826 Rubber-stamped by Holger.
828 Updated the layout tests after the latest submits to the Qt port
829 to our new baseline, after numerous fixes in RenderThemeQt
832 Updated the Skipped file with new expected failures that need
835 * platform/qt/Skipped:
836 * platform/qt/css1/box_properties/acid_test-expected.txt:
837 * platform/qt/css1/font_properties/font_family-expected.txt:
838 * platform/qt/css2.1/t09-c5526c-display-00-e-expected.txt:
839 * platform/qt/css2.1/t1503-c522-font-family-00-b-expected.txt:
840 * platform/qt/editing/deleting/5168598-expected.txt:
841 * platform/qt/editing/execCommand/4920488-expected.txt:
842 * platform/qt/editing/execCommand/insertImage-expected.txt:
843 * platform/qt/editing/inserting/4960120-1-expected.txt:
844 * platform/qt/editing/inserting/before-after-input-element-expected.txt:
845 * platform/qt/editing/pasteboard/4641033-expected.txt:
846 * platform/qt/editing/pasteboard/4806874-expected.txt:
847 * platform/qt/editing/pasteboard/4944770-1-expected.txt:
848 * platform/qt/editing/pasteboard/nested-blocks-with-text-area-expected.txt:
849 * platform/qt/editing/pasteboard/nested-blocks-with-text-field-expected.txt:
850 * platform/qt/editing/pasteboard/pasting-tabs-expected.txt:
851 * platform/qt/editing/selection/3690703-2-expected.txt:
852 * platform/qt/editing/selection/3690703-expected.txt:
853 * platform/qt/editing/selection/3690719-expected.txt:
854 * platform/qt/editing/selection/4397952-expected.txt:
855 * platform/qt/editing/selection/4895428-3-expected.txt:
856 * platform/qt/editing/selection/5136696-expected.txt:
857 * platform/qt/editing/selection/5213963-expected.txt:
858 * platform/qt/editing/selection/5240265-expected.txt:
859 * platform/qt/editing/selection/caret-before-select-expected.txt:
860 * platform/qt/editing/selection/replaced-boundaries-3-expected.txt:
861 * platform/qt/editing/selection/select-box-expected.txt:
862 * platform/qt/editing/selection/select-element-paragraph-boundary-expected.txt:
863 * platform/qt/fast/block/basic/011-expected.txt:
864 * platform/qt/fast/block/float/032-expected.txt:
865 * platform/qt/fast/block/float/float-avoidance-expected.txt:
866 * platform/qt/fast/block/positioning/inline-block-relposition-expected.txt:
867 * platform/qt/fast/css/continuationCrash-expected.txt:
868 * platform/qt/fast/css/line-height-expected.txt:
869 * platform/qt/fast/css/margin-top-bottom-dynamic-expected.txt:
870 * platform/qt/fast/css/resize-corner-tracking-expected.txt:
871 * platform/qt/fast/css/rtl-ordering-expected.txt:
872 * platform/qt/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt:
873 * platform/qt/fast/dom/inner-text-expected.txt:
874 * platform/qt/fast/dynamic/008-expected.txt:
875 * platform/qt/fast/encoding/utf-16-big-endian-expected.txt:
876 * platform/qt/fast/encoding/utf-16-little-endian-expected.txt:
877 * platform/qt/fast/events/label-focus-expected.txt:
878 * platform/qt/fast/forms/001-expected.txt:
879 * platform/qt/fast/forms/003-expected.txt:
880 * platform/qt/fast/forms/004-expected.txt:
881 * platform/qt/fast/forms/8250-expected.txt:
882 * platform/qt/fast/forms/HTMLOptionElement_label01-expected.txt:
883 * platform/qt/fast/forms/HTMLOptionElement_label02-expected.txt:
884 * platform/qt/fast/forms/HTMLOptionElement_label03-expected.txt:
885 * platform/qt/fast/forms/HTMLOptionElement_label04-expected.txt:
886 * platform/qt/fast/forms/HTMLOptionElement_label06-expected.txt:
887 * platform/qt/fast/forms/HTMLOptionElement_label07-expected.txt:
888 * platform/qt/fast/forms/blankbuttons-expected.txt:
889 * platform/qt/fast/forms/box-shadow-override-expected.txt:
890 * platform/qt/fast/forms/button-align-expected.txt:
891 * platform/qt/fast/forms/button-generated-content-expected.txt:
892 * platform/qt/fast/forms/button-inner-block-reuse-expected.txt:
893 * platform/qt/fast/forms/button-positioned-expected.txt:
894 * platform/qt/fast/forms/button-sizes-expected.txt:
895 * platform/qt/fast/forms/button-table-styles-expected.txt:
896 * platform/qt/fast/forms/button-white-space-expected.txt:
897 * platform/qt/fast/forms/checkbox-radio-onchange-expected.txt:
898 * platform/qt/fast/forms/disabled-select-change-index-expected.txt:
899 * platform/qt/fast/forms/encoding-test-expected.txt:
900 * platform/qt/fast/forms/fieldset-align-expected.txt:
901 * platform/qt/fast/forms/file-input-direction-expected.txt:
902 * platform/qt/fast/forms/file-input-disabled-expected.txt:
903 * platform/qt/fast/forms/floating-textfield-relayout-expected.txt:
904 * platform/qt/fast/forms/form-element-geometry-expected.txt:
905 * platform/qt/fast/forms/formmove-expected.txt:
906 * platform/qt/fast/forms/formmove2-expected.txt:
907 * platform/qt/fast/forms/formmove3-expected.txt:
908 * platform/qt/fast/forms/hidden-input-file-expected.txt:
909 * platform/qt/fast/forms/input-align-expected.txt:
910 * platform/qt/fast/forms/input-appearance-bkcolor-expected.txt:
911 * platform/qt/fast/forms/input-appearance-default-bkcolor-expected.txt:
912 * platform/qt/fast/forms/input-appearance-disabled-expected.txt:
913 * platform/qt/fast/forms/input-appearance-focus-expected.txt:
914 * platform/qt/fast/forms/input-appearance-height-expected.txt:
915 * platform/qt/fast/forms/input-appearance-preventDefault-expected.txt:
916 * platform/qt/fast/forms/input-appearance-readonly-expected.txt:
917 * platform/qt/fast/forms/input-appearance-selection-expected.txt:
918 * platform/qt/fast/forms/input-appearance-visibility-expected.txt:
919 * platform/qt/fast/forms/input-appearance-width-expected.txt:
920 * platform/qt/fast/forms/input-baseline-expected.txt:
921 * platform/qt/fast/forms/input-disabled-color-expected.txt:
922 * platform/qt/fast/forms/input-double-click-selection-gap-bug-expected.txt:
923 * platform/qt/fast/forms/input-paste-undo-expected.txt:
924 * platform/qt/fast/forms/input-readonly-dimmed-expected.txt:
925 * platform/qt/fast/forms/input-readonly-empty-expected.txt:
926 * platform/qt/fast/forms/input-spaces-expected.txt:
927 * platform/qt/fast/forms/input-table-expected.txt:
928 * platform/qt/fast/forms/input-text-click-inside-expected.txt:
929 * platform/qt/fast/forms/input-text-maxlength-expected.txt:
930 * platform/qt/fast/forms/input-text-option-delete-expected.txt:
931 * platform/qt/fast/forms/input-text-paste-maxlength-expected.txt:
932 * platform/qt/fast/forms/input-text-self-emptying-click-expected.txt:
933 * platform/qt/fast/forms/input-text-word-wrap-expected.txt:
934 * platform/qt/fast/forms/input-type-change2-expected.txt:
935 * platform/qt/fast/forms/input-value-expected.txt:
936 * platform/qt/fast/forms/input-width-expected.txt:
937 * platform/qt/fast/forms/listbox-width-change-expected.txt:
938 * platform/qt/fast/forms/menulist-deselect-update-expected.txt:
939 * platform/qt/fast/forms/menulist-narrow-width-expected.txt:
940 * platform/qt/fast/forms/menulist-restrict-line-height-expected.txt:
941 * platform/qt/fast/forms/menulist-separator-painting-expected.txt:
942 * platform/qt/fast/forms/menulist-width-change-expected.txt:
943 * platform/qt/fast/forms/minWidthPercent-expected.txt:
944 * platform/qt/fast/forms/option-script-expected.txt:
945 * platform/qt/fast/forms/option-strip-whitespace-expected.txt:
946 * platform/qt/fast/forms/option-text-clip-expected.txt:
947 * platform/qt/fast/forms/password-placeholder-expected.txt:
948 * platform/qt/fast/forms/placeholder-set-attribute-expected.txt:
949 * platform/qt/fast/forms/plaintext-mode-2-expected.txt:
950 * platform/qt/fast/forms/radio-attr-order-expected.txt:
951 * platform/qt/fast/forms/radio-nested-labels-expected.txt:
952 * platform/qt/fast/forms/radio_checked-expected.txt:
953 * platform/qt/fast/forms/radio_checked_dynamic-expected.txt:
954 * platform/qt/fast/forms/select-align-expected.txt:
955 * platform/qt/fast/forms/select-baseline-expected.txt:
956 * platform/qt/fast/forms/select-change-listbox-to-popup-expected.txt:
957 * platform/qt/fast/forms/select-disabled-appearance-expected.txt:
958 * platform/qt/fast/forms/select-initial-position-expected.txt:
959 * platform/qt/fast/forms/select-selected-expected.txt:
960 * platform/qt/fast/forms/select-size-expected.txt:
961 * platform/qt/fast/forms/select-style-expected.txt:
962 * platform/qt/fast/forms/select-visual-hebrew-expected.txt:
963 * platform/qt/fast/forms/stuff-on-my-optgroup-expected.txt:
964 * platform/qt/fast/forms/targeted-frame-submission-expected.txt:
965 * platform/qt/fast/forms/textarea-align-expected.txt:
966 * platform/qt/fast/forms/textarea-rows-cols-expected.txt:
967 * platform/qt/fast/forms/textarea-setinnerhtml-expected.txt:
968 * platform/qt/fast/forms/textfield-drag-into-disabled-expected.txt:
969 * platform/qt/fast/forms/textfield-overflow-expected.txt:
970 * platform/qt/fast/forms/visual-hebrew-text-field-expected.txt:
971 * platform/qt/fast/images/pdf-as-image-expected.txt:
972 * platform/qt/fast/images/pdf-as-image-landscape-expected.txt:
973 * platform/qt/fast/images/svg-as-image-expected.txt:
974 * platform/qt/fast/inline/positionedLifetime-expected.txt:
975 * platform/qt/fast/invalid/014-expected.txt:
976 * platform/qt/fast/lists/dynamic-marker-crash-expected.txt:
977 * platform/qt/fast/lists/inlineBoxWrapperNullCheck-expected.txt:
978 * platform/qt/fast/loader/start-load-in-unload-expected.txt:
979 * platform/qt/fast/parser/document-write-option-expected.txt:
980 * platform/qt/fast/repaint/control-clip-expected.txt:
981 * platform/qt/fast/replaced/pdf-as-image-expected.txt:
982 * platform/qt/fast/replaced/replaced-breaking-expected.txt:
983 * platform/qt/fast/replaced/replaced-breaking-mixture-expected.txt:
984 * platform/qt/fast/replaced/three-selects-break-expected.txt:
985 * platform/qt/fast/replaced/width100percent-button-expected.txt:
986 * platform/qt/fast/replaced/width100percent-menulist-expected.txt:
987 * platform/qt/fast/replaced/width100percent-radio-expected.txt:
988 * platform/qt/fast/replaced/width100percent-textfield-expected.txt:
989 * platform/qt/fast/selectors/064-expected.txt:
990 * platform/qt/fast/table/003-expected.txt:
991 * platform/qt/fast/table/append-cells2-expected.txt:
992 * platform/qt/fast/table/colspanMinWidth-expected.txt:
993 * platform/qt/fast/table/remove-td-display-none-expected.txt:
994 * platform/qt/fast/table/spanOverlapRepaint-expected.txt:
995 * platform/qt/fast/table/text-field-baseline-expected.txt:
996 * platform/qt/fast/text/international/rtl-white-space-pre-wrap-expected.txt:
997 * platform/qt/tables/mozilla/bugs/45621-expected.txt:
998 * platform/qt/tables/mozilla/bugs/bug1188-expected.txt:
999 * platform/qt/tables/mozilla/bugs/bug12384-expected.txt:
1000 * platform/qt/tables/mozilla/bugs/bug1318-expected.txt:
1001 * platform/qt/tables/mozilla/bugs/bug138725-expected.txt:
1002 * platform/qt/tables/mozilla/bugs/bug18359-expected.txt:
1003 * platform/qt/tables/mozilla/bugs/bug194024-expected.txt:
1004 * platform/qt/tables/mozilla/bugs/bug24200-expected.txt:
1005 * platform/qt/tables/mozilla/bugs/bug2479-3-expected.txt:
1006 * platform/qt/tables/mozilla/bugs/bug2479-4-expected.txt:
1007 * platform/qt/tables/mozilla/bugs/bug26178-expected.txt:
1008 * platform/qt/tables/mozilla/bugs/bug28928-expected.txt:
1009 * platform/qt/tables/mozilla/bugs/bug29326-expected.txt:
1010 * platform/qt/tables/mozilla/bugs/bug2962-expected.txt:
1011 * platform/qt/tables/mozilla/bugs/bug30559-expected.txt:
1012 * platform/qt/tables/mozilla/bugs/bug30692-expected.txt:
1013 * platform/qt/tables/mozilla/bugs/bug33855-expected.txt:
1014 * platform/qt/tables/mozilla/bugs/bug39209-expected.txt:
1015 * platform/qt/tables/mozilla/bugs/bug4382-expected.txt:
1016 * platform/qt/tables/mozilla/bugs/bug4429-expected.txt:
1017 * platform/qt/tables/mozilla/bugs/bug4527-expected.txt:
1018 * platform/qt/tables/mozilla/bugs/bug46368-1-expected.txt:
1019 * platform/qt/tables/mozilla/bugs/bug46368-2-expected.txt:
1020 * platform/qt/tables/mozilla/bugs/bug51037-expected.txt:
1021 * platform/qt/tables/mozilla/bugs/bug55545-expected.txt:
1022 * platform/qt/tables/mozilla/bugs/bug56201-expected.txt:
1023 * platform/qt/tables/mozilla/bugs/bug59354-expected.txt:
1024 * platform/qt/tables/mozilla/bugs/bug60749-expected.txt:
1025 * platform/qt/tables/mozilla/bugs/bug68912-expected.txt:
1026 * platform/qt/tables/mozilla/bugs/bug7342-expected.txt:
1027 * platform/qt/tables/mozilla/bugs/bug92647-2-expected.txt:
1028 * platform/qt/tables/mozilla/bugs/bug96334-expected.txt:
1029 * platform/qt/tables/mozilla/bugs/bug99948-expected.txt:
1030 * platform/qt/tables/mozilla/collapsing_borders/bug41262-3-expected.txt:
1031 * platform/qt/tables/mozilla/collapsing_borders/bug41262-4-expected.txt:
1032 * platform/qt/tables/mozilla/core/margins-expected.txt:
1033 * platform/qt/tables/mozilla/dom/tableDom-expected.txt:
1034 * platform/qt/tables/mozilla/other/move_row-expected.txt:
1035 * platform/qt/tables/mozilla_expected_failures/bugs/bug1725-expected.txt:
1036 * platform/qt/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
1037 * platform/qt/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt:
1038 * platform/qt/tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt:
1039 * platform/qt/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.txt:
1040 * platform/qt/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.txt:
1041 * platform/qt/tables/mozilla_expected_failures/core/captions1-expected.txt:
1042 * platform/qt/tables/mozilla_expected_failures/core/captions2-expected.txt:
1044 2008-04-29 Alice Liu <alice.liu@apple.com>
1046 Reviewed by Beth Dakin.
1048 Comply with HTML5 spec about parsing tabindex property according to
1049 integer parsing rules
1051 * fast/parser/tabindex-parsing-expected.txt: Added.
1052 * fast/parser/tabindex-parsing.html: Added.
1054 2008-04-28 Dan Bernstein <mitz@apple.com>
1056 Reviewed by Maciej Stachowiak.
1058 - updated results for https://bugs.webkit.org/show_bug.cgi?id=18795
1059 REGRESSION (r32660): Text heavier with text-shadow
1061 * platform/mac/fast/css/shadow-multiple-expected.checksum:
1062 * platform/mac/fast/css/shadow-multiple-expected.png:
1063 * platform/mac/fast/repaint/shadow-multiple-horizontal-expected.checksum:
1064 * platform/mac/fast/repaint/shadow-multiple-horizontal-expected.png:
1065 * platform/mac/fast/repaint/shadow-multiple-strict-horizontal-expected.checksum:
1066 * platform/mac/fast/repaint/shadow-multiple-strict-horizontal-expected.png:
1067 * platform/mac/fast/repaint/shadow-multiple-strict-vertical-expected.checksum:
1068 * platform/mac/fast/repaint/shadow-multiple-strict-vertical-expected.png:
1069 * platform/mac/fast/repaint/shadow-multiple-vertical-expected.checksum:
1070 * platform/mac/fast/repaint/shadow-multiple-vertical-expected.png:
1072 2008-04-28 Brady Eidson <beidson@apple.com>
1074 Reviewed by Sam Weinig
1076 Add Storage.clear(), per updates to HTML5
1078 * storage/domstorage/localstorage/clear-expected.txt: Added.
1079 * storage/domstorage/localstorage/clear.html: Added.
1080 * storage/domstorage/sessionstorage/clear-expected.txt: Added.
1081 * storage/domstorage/sessionstorage/clear.html: Added.
1083 2008-04-28 Alice Liu <alice.liu@apple.com>
1085 Reviewed by Sam Weinig.
1087 Fix <rdar://problem/4911289> Add tabindex property to all children
1088 of HTMLElement (7138)
1089 http://bugs.webkit.org/show_bug.cgi?id=7138
1091 minor updates to these existing tests:
1092 * fast/dom/domListEnumeration-expected.txt:
1093 * fast/dom/plugin-attributes-enumeration-expected.txt:
1094 * fast/dom/resources/domListEnumeration.js:
1096 * fast/events/resources/abe.png: Added.
1097 * fast/events/resources/tabindex-focus-blur-all-frame1.html: Added.
1098 * fast/events/resources/tabindex-focus-blur-all-frame2.html: Added.
1099 * fast/events/resources/tabindex-focus-blur-all-iframe1.html: Added.
1100 * fast/events/resources/tabindex-focus-blur-all-iframe2.html: Added.
1101 * fast/events/resources/tabindex-focus-blur-all.js: Added.
1102 * fast/events/tabindex-focus-blur-all-expected.txt: Added.
1103 * fast/events/tabindex-focus-blur-all.html: Added.
1105 2008-04-28 Dan Bernstein <mitz@apple.com>
1107 Reviewed by Dave Hyatt.
1109 - add rendering and invalidation tests for multiple shadows
1111 * fast/css/shadow-multiple.html: Added.
1112 * fast/repaint/shadow-multiple-horizontal.html: Added.
1113 * fast/repaint/shadow-multiple-strict-horizontal.html: Added.
1114 * fast/repaint/shadow-multiple-strict-vertical.html: Added.
1115 * fast/repaint/shadow-multiple-vertical.html: Added.
1116 * platform/mac/fast/css/shadow-multiple-expected.checksum: Added.
1117 * platform/mac/fast/css/shadow-multiple-expected.png: Added.
1118 * platform/mac/fast/css/shadow-multiple-expected.txt: Added.
1119 * platform/mac/fast/repaint/shadow-multiple-horizontal-expected.checksum: Added.
1120 * platform/mac/fast/repaint/shadow-multiple-horizontal-expected.png: Added.
1121 * platform/mac/fast/repaint/shadow-multiple-horizontal-expected.txt: Added.
1122 * platform/mac/fast/repaint/shadow-multiple-strict-horizontal-expected.checksum: Added.
1123 * platform/mac/fast/repaint/shadow-multiple-strict-horizontal-expected.png: Added.
1124 * platform/mac/fast/repaint/shadow-multiple-strict-horizontal-expected.txt: Added.
1125 * platform/mac/fast/repaint/shadow-multiple-strict-vertical-expected.checksum: Added.
1126 * platform/mac/fast/repaint/shadow-multiple-strict-vertical-expected.png: Added.
1127 * platform/mac/fast/repaint/shadow-multiple-strict-vertical-expected.txt: Added.
1128 * platform/mac/fast/repaint/shadow-multiple-vertical-expected.checksum: Added.
1129 * platform/mac/fast/repaint/shadow-multiple-vertical-expected.png: Added.
1130 * platform/mac/fast/repaint/shadow-multiple-vertical-expected.txt: Added.
1132 2008-04-28 David Hyatt <hyatt@apple.com>
1134 Add layout test for canvas self-drawing bug.
1136 Reviewed by Dan Bernstein
1138 * fast/canvas/canvasDrawingIntoSelf.html: Added.
1139 * platform/mac/fast/canvas/canvasDrawingIntoSelf-expected.checksum: Added.
1140 * platform/mac/fast/canvas/canvasDrawingIntoSelf-expected.png: Added.
1141 * platform/mac/fast/canvas/canvasDrawingIntoSelf-expected.txt: Added.
1143 2008-04-28 David Hyatt <hyatt@apple.com>
1145 Add layout test for canvas.
1147 Reviewed by Tim Hatcher
1149 * fast/canvas/drawImage.html: Added.
1150 * platform/mac/fast/canvas/drawImage-expected.checksum: Added.
1151 * platform/mac/fast/canvas/drawImage-expected.png: Added.
1152 * platform/mac/fast/canvas/drawImage-expected.txt: Added.
1154 2008-04-28 Holger Hans Peter Freyther <zecke@selfish.org>
1158 Fix the crash on http://www.orad.pl. We called end too early.
1160 1. we need a ::write that will pause the parser due a pending
1162 2. we need a second write to queue data (tricky part)
1163 3. we need to get a finish call (document loaded)
1164 4. we resume the script and parse, schedule loading of a new script
1166 5. we resume the new script and we get a crash
1168 This bug is hard to trigger, e.g. if the web server is only allowing
1169 one connection per client/IP. This is why we need to sleep in the scripts. We
1170 want to make sure that the page is first fully received before serving the
1174 * http/tests/misc/resources/script-slow1.pl: Added.
1175 * http/tests/misc/resources/script-slow2.pl: Added.
1176 * http/tests/misc/xmltokenizer-do-not-crash-expected.txt: Added.
1177 * http/tests/misc/xmltokenizer-do-not-crash.pl: Added.
1179 2008-04-28 Holger Hans Peter Freyther <zecke@selfish.org>
1183 Update the Skipped list, we pass most of the http/tests/misc
1186 * platform/qt/Skipped:
1188 2008-04-27 Oliver Hunt <oliver@apple.com>
1192 Bug 17173: HTML5 Canvas API requires us to ignore certain operations
1193 <https://bugs.webkit.org/show_bug.cgi?id=17173>
1195 Correct old test case now that undefined behaviour is defined. Add
1196 additional tests for non-path related cases that are also now defined.
1198 * fast/canvas/canvas-path-with-inf-nan-dimensions.html: Added.
1199 * fast/canvas/canvas-with-incorrect-args-expected.txt:
1200 * fast/canvas/canvas-with-incorrect-args.html:
1202 2008-04-27 Rob Buis <buis@kde.org>
1207 https://bugs.webkit.org/show_bug.cgi?id=18652
1208 onchange events don't seem to fire for input[type=range] controls.
1210 * fast/forms/slider-onchange-event-expected.txt: Added.
1211 * fast/forms/slider-onchange-event.html: Added.
1213 2008-04-27 Dan Bernstein <mitz@apple.com>
1215 Reviewed by Darin Adler.
1217 - test for https://bugs.webkit.org/show_bug.cgi?id=3729
1218 <rdar://problem/4036353> REGRESSION: arrow keys move insertion bar backwards in RTL text
1220 * editing/selection/move-left-right-expected.txt: Added.
1221 * editing/selection/move-left-right.html: Added.
1222 * platform/mac/editing/selection/move-left-right-expected.txt: Added.
1224 2008-04-27 Sam Weinig <sam@webkit.org>
1226 Reviewed by Maciej Stachowiak.
1228 Update test to reflect add the CanvasRenderingContext2d constructor.
1230 * fast/dom/Window/window-properties-expected.txt:
1232 2008-04-26 Adam Barth <hk9565@gmail.com>
1234 Reviewed by Adam Roben and Sam Weinig.
1236 Update LayoutTests for new postMessage API.
1238 Collin Jackson <collinj-webkit@collinjackson.com> also contributed to this patch.
1240 * http/tests/security/postMessage/domain-and-uri-unaffected-by-base-tag-expected.txt: Removed.
1241 * http/tests/security/postMessage/domain-and-uri-unaffected-by-base-tag.html: Removed.
1242 * http/tests/security/postMessage/domain-unaffected-by-document-domain-expected.txt: Removed.
1243 * http/tests/security/postMessage/domain-unaffected-by-document-domain.html: Removed.
1244 * http/tests/security/postMessage/invalid-origin-throws-exception-expected.txt: Added.
1245 * http/tests/security/postMessage/invalid-origin-throws-exception.html: Added.
1246 * http/tests/security/postMessage/javascript-page-still-sends-domain-expected.txt: Removed.
1247 * http/tests/security/postMessage/javascript-page-still-sends-domain.html: Removed.
1248 * http/tests/security/postMessage/javascript-page-still-sends-origin-expected.txt: Copied from LayoutTests/http/tests/security/postMessage/javascript-page-still-sends-domain-expected.txt.
1249 * http/tests/security/postMessage/javascript-page-still-sends-origin.html: Copied from LayoutTests/http/tests/security/postMessage/javascript-page-still-sends-domain.html.
1250 * http/tests/security/postMessage/origin-unaffected-by-base-tag-expected.txt: Copied from LayoutTests/http/tests/security/postMessage/domain-and-uri-unaffected-by-base-tag-expected.txt.
1251 * http/tests/security/postMessage/origin-unaffected-by-base-tag.html: Copied from LayoutTests/http/tests/security/postMessage/domain-and-uri-unaffected-by-base-tag.html.
1252 * http/tests/security/postMessage/origin-unaffected-by-document-domain-expected.txt: Copied from LayoutTests/http/tests/security/postMessage/domain-unaffected-by-document-domain-expected.txt.
1253 * http/tests/security/postMessage/origin-unaffected-by-document-domain.html: Copied from LayoutTests/http/tests/security/postMessage/domain-unaffected-by-document-domain.html.
1254 * http/tests/security/postMessage/target-origin-expected.txt: Added.
1255 * http/tests/security/postMessage/target-origin.html: Added.
1257 2008-04-26 Anatoli Papirovski <apapirovski@mac.com>
1259 Reviewed by Dave Hyatt.
1261 Test for https://bugs.webkit.org/show_bug.cgi?id=18583
1262 Negative values are invalid for font-size and line-height,
1263 including in the shorthand "font".
1265 * fast/css/font-size-negative.html: Added.
1266 * fast/css/line-height-negative.html: Added.
1267 * platform/mac/css2.1/t100801-c548-ln-ht-02-b-ag-expected.checksum:
1268 * platform/mac/css2.1/t100801-c548-ln-ht-02-b-ag-expected.png:
1269 * platform/mac/css2.1/t100801-c548-ln-ht-02-b-ag-expected.txt:
1270 * platform/mac/fast/css/font-size-negative-expected.checksum: Added.
1271 * platform/mac/fast/css/font-size-negative-expected.png: Added.
1272 * platform/mac/fast/css/font-size-negative-expected.txt: Added.
1273 * platform/mac/fast/css/line-height-negative-expected.checksum: Added.
1274 * platform/mac/fast/css/line-height-negative-expected.png: Added.
1275 * platform/mac/fast/css/line-height-negative-expected.txt: Added.
1277 2008-04-25 Holger Hans Peter Freyther <zecke@selfish.org>
1279 Rubber stamped by Simon
1281 Do not execute most of the http tests as they hang or crash.
1283 * platform/qt/Skipped:
1285 2008-04-24 Dan Bernstein <mitz@apple.com>
1287 Reviewed by Dave Hyatt.
1289 - test for https://bugs.webkit.org/show_bug.cgi?id=18722
1290 <rdar://problem/5888360> REGRESSION (3.1 -> TOT): Webkit Nightly Build crashes when visiting i has a hotdog
1292 * fast/dynamic/float-remove-above-line-expected.txt: Added.
1293 * fast/dynamic/float-remove-above-line.html: Added.
1295 2008-04-24 Cameron McCormack <cam@mcc.id.au>
1297 Reviewed by Maciej Stachowiak.
1300 http://bugs.webkit.org/show_bug.cgi?id=18328
1301 Modifying rx="" or ry="" on a <rect> doesn't relayout
1303 * svg/dom/SVGRectElement: Added.
1304 * svg/dom/SVGRectElement/rect-modify-rx-expected.txt: Added.
1305 * svg/dom/SVGRectElement/rect-modify-rx.svg: Added.
1307 2008-04-24 Adam Barth <hk9565@gmail.com>
1309 Reviewed by Sam Weinig.
1311 Test that we block headers beginning with "Sec-" as per spec.
1313 * http/tests/xmlhttprequest/set-dangerous-headers-expected.txt:
1314 * http/tests/xmlhttprequest/set-dangerous-headers.html:
1316 2008-04-22 Feng Qian <ian.eng.webkit@gmail.com>
1318 Reviewed by Geoff Garen.
1320 Test for nested event handlers.
1322 * fast/events/nested-window-event-expected.txt: Added.
1323 * fast/events/nested-window-event.html: Added.
1325 2008-04-24 Dan Bernstein <mitz@apple.com>
1327 Reviewed by Darin Adler.
1329 - test the visual position of the primary caret in bidirectional text
1331 * platform/mac/editing/input/caret-primary-bidi-expected.txt: Added.
1332 * platform/mac/editing/input/caret-primary-bidi.html: Added.
1334 2008-04-24 Justin Garcia <justin.garcia@apple.com>
1336 Reviewed by Darin Adler.
1338 <rdar://problem/5604313> FormatBlock leaves first letter incorrectly styled (16004)
1340 * editing/execCommand/5604313-expected.txt: Added.
1341 * editing/execCommand/5604313.html: Added.
1343 r2008-04-23 Dan Bernstein <mitz@apple.com>
1345 Rubber-stamped by Dave Hyatt.
1347 - update computed style results for border-image and mask-image
1349 * fast/css/computed-style-expected.txt:
1350 * fast/css/computed-style-without-renderer-expected.txt:
1351 * svg/css/getComputedStyle-basic-expected.txt:
1353 2008-04-23 David Hyatt <hyatt@apple.com>
1355 Implement getComputedStyle for -webkit-border-image.
1357 Reviewed by Dan Bernstein
1359 * fast/css/getComputedStyle-border-image-expected.txt: Added.
1360 * fast/css/getComputedStyle-border-image.html: Added.
1362 2008-04-23 David Hyatt <hyatt@apple.com>
1364 Add support for a new mask-box-image property that is analogous to border-image.
1366 Reviewed by Dan Bernstein
1368 * fast/borders/block-mask-overlay-image.html: Added.
1369 * fast/borders/inline-mask-overlay-image.html: Added.
1370 * fast/borders/resources/mask.png: Added.
1371 * platform/mac/fast/borders/block-mask-overlay-image-expected.checksum: Added.
1372 * platform/mac/fast/borders/block-mask-overlay-image-expected.png: Added.
1373 * platform/mac/fast/borders/block-mask-overlay-image-expected.txt: Added.
1374 * platform/mac/fast/borders/inline-mask-overlay-image-expected.checksum: Added.
1375 * platform/mac/fast/borders/inline-mask-overlay-image-expected.png: Added.
1376 * platform/mac/fast/borders/inline-mask-overlay-image-expected.txt: Added.
1378 2008-04-23 Justin Garcia <justin.garcia@apple.com>
1380 Reviewed by Darin Adler.
1382 <rdar://problem/5825350> OWA: Caret disappears when navigating with arrows keys in contenteditable div
1384 * editing/selection/5825350-1-expected.txt: Added.
1385 * editing/selection/5825350-1.html: Added.
1386 * editing/selection/5825350-2-expected.txt: Added.
1387 * editing/selection/5825350-2.html: Added.
1389 2008-04-23 Darin Adler <darin@apple.com>
1391 - updated a test affected by the addition of mask-composite
1393 * svg/css/getComputedStyle-basic-expected.txt: Updated.
1395 2008-04-23 Dan Bernstein <mitz@apple.com>
1397 Reviewed by Darin Adler.
1399 - test that moving forward through bidirectional text does not skip the
1400 position after the last character on the line
1402 * editing/selection/move-past-trailing-space.html: Added.
1403 * platform/mac/editing/selection/move-past-trailing-space-expected.checksum: Added.
1404 * platform/mac/editing/selection/move-past-trailing-space-expected.png: Added.
1405 * platform/mac/editing/selection/move-past-trailing-space-expected.txt: Added.
1407 2008-04-22 Anatoli Papirovski <apapirovski@mac.com>
1409 Reviewed by Dan Bernstein.
1411 https://bugs.webkit.org/show_bug.cgi?id=18584
1412 Add a test case for border-color inheritance.
1414 * fast/borders/border-color-inherit.html: Added.
1415 * platform/mac/fast/borders/border-color-inherit-expected.checksum: Added.
1416 * platform/mac/fast/borders/border-color-inherit-expected.png: Added.
1417 * platform/mac/fast/borders/border-color-inherit-expected.txt: Added.
1419 2008-04-22 David Hyatt <hyatt@apple.com>
1421 Add support for mask-composite.
1423 Reviewed by Sam Weinig
1425 * fast/backgrounds/mask-composite.html: Added.
1426 * fast/backgrounds/resources/mask-bottom-left.png: Added.
1427 * fast/backgrounds/resources/mask-bottom-right.png: Added.
1428 * fast/backgrounds/resources/mask-bottom.png: Added.
1429 * fast/backgrounds/resources/mask-center.png: Added.
1430 * fast/backgrounds/resources/mask-left.png: Added.
1431 * fast/backgrounds/resources/mask-right.png: Added.
1432 * fast/backgrounds/resources/mask-top-left.png: Added.
1433 * fast/backgrounds/resources/mask-top-right.png: Added.
1434 * fast/backgrounds/resources/mask-top.png: Added.
1435 * platform/mac/fast/backgrounds/mask-composite-expected.checksum: Added.
1436 * platform/mac/fast/backgrounds/mask-composite-expected.png: Added.
1437 * platform/mac/fast/backgrounds/mask-composite-expected.txt: Added.
1439 2008-04-22 Antti Koivisto <antti@apple.com>
1441 Update SVG animation test results.
1443 * platform/mac/svg/W3C-SVG-1.1/animate-elem-33-t-expected.txt:
1445 2008-04-22 David Hyatt <hyatt@apple.com>
1447 Add support for CSS alpha masks. Test cases.
1451 * fast/backgrounds/repeat/mask-negative-offset-repeat.html: Added.
1452 * fast/backgrounds/repeat/resources/white.gif: Added.
1453 * fast/backgrounds/svg-as-mask.html: Added.
1455 2008-04-22 Dan Bernstein <mitz@apple.com>
1457 Reviewed by Sam Weinig.
1459 - updated results with the trailing space having the right directionality
1461 * platform/mac/fast/text/trailing-white-space-2-expected.txt:
1463 2008-04-22 Alice Liu <alice.liu@apple.com>
1465 Reviewed by John Sullivan and Adam Roben.
1467 Test for new behavior when advancing focus from a focusable-by-script node, which now
1468 matches Firefox 2 and 3
1470 * fast/events/tabindex-focus-chain-expected.txt: Added.
1471 * fast/events/tabindex-focus-chain.html: Added.
1473 2008-04-21 Mark Rowe <mrowe@apple.com>
1475 Fix the case on the file names of test results for svg/custom/altglyph.svg, and remove an extra -expected.txt that was checked in with incorrect
1478 * platform/mac/svg/custom/altGlyph-expected.checksum: Removed.
1479 * platform/mac/svg/custom/altGlyph-expected.png: Removed.
1480 * platform/mac/svg/custom/altGlyph-expected.txt: Removed.
1481 * platform/mac/svg/custom/altglyph-expected.checksum: Copied from LayoutTests/platform/mac/svg/custom/altGlyph-expected.checksum.
1482 * platform/mac/svg/custom/altglyph-expected.png: Copied from LayoutTests/platform/mac/svg/custom/altGlyph-expected.png.
1484 2008-04-21 Dan Bernstein <mitz@apple.com>
1486 Reviewed by Darin Adler.
1488 - update acid3.html to reflect the updated test.
1489 - test for implicit "all" media in media queries
1490 - test that the value of the monochrome media feature is 0 on color displays
1492 * http/tests/misc/acid3.html:
1493 * fast/media/implicit-media-all.html: Added.
1494 * fast/media/monochrome.html: Added.
1495 * platform/mac/fast/media/implicit-media-all-expected.checksum: Added.
1496 * platform/mac/fast/media/implicit-media-all-expected.png: Added.
1497 * platform/mac/fast/media/implicit-media-all-expected.txt: Added.
1498 * platform/mac/fast/media/monochrome-expected.checksum: Added.
1499 * platform/mac/fast/media/monochrome-expected.png: Added.
1500 * platform/mac/fast/media/monochrome-expected.txt: Added.
1502 2008-04-21 Justin Garcia <justin.garcia@apple.com>
1504 Reviewed by John Sullivan.
1506 <rdar://problem/5803706> Pressing return at the end of a header doesn't break out of header (17460)
1508 * editing/inserting/5803706-1-expected.txt: Added.
1509 * editing/inserting/5803706-1.html: Added.
1510 * editing/inserting/5803706-2-expected.txt: Added.
1511 * editing/inserting/5803706-2.html: Added.
1513 2008-04-21 Mark Rowe <mrowe@apple.com>
1515 Land updated results for three tests and disable three more on Tiger.
1517 * http/tests/xmlhttprequest/infoOnProgressEvent-expected.txt:
1518 * platform/mac-tiger/Skipped: Disable three tests using font-face that fail intermittently on Tiger bots.
1519 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt: Update Tiger results following r32247.
1520 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt: Ditto.
1522 2008-04-21 Julien Chaffraix <jchaffraix@webkit.org>
1524 Not reviewed, add missing files in my previous commit.
1526 * http/tests/xmlhttprequest/infoOnProgressEvent-expected.txt: Added.
1527 * http/tests/xmlhttprequest/infoOnProgressEvent.html: Added.
1529 2008-04-21 Eric Seidel <eric@webkit.org>
1533 Make test work in Opera. Fix bug in results serialization.
1535 * fast/js/resources/function-toString-parentheses.js:
1537 2008-04-21 Julien Chaffraix <jchaffraix@webkit.org>
1541 Bug 13596: Implement .onprogress handler on XMLHttpRequest objects to support progressive download content length information.
1543 * http/tests/xmlhttprequest/infoOnProgressEvent-expected.txt: Added.
1544 * http/tests/xmlhttprequest/infoOnProgressEvent.html: Added.
1546 2008-04-19 Dan Bernstein <mitz@apple.com>
1548 Reviewed by Dave Hyatt.
1550 - more test cases for https://bugs.webkit.org/show_bug.cgi?id=17921
1551 in which the trailing white space is already in a separate
1552 run but still needs to be re-ordered.
1554 * fast/text/trailing-white-space-2.html: Copied from LayoutTests/fast/text/trailing-white-space.html.
1555 * platform/mac/fast/text/trailing-white-space-2-expected.checksum: Added.
1556 * platform/mac/fast/text/trailing-white-space-2-expected.png: Added.
1557 * platform/mac/fast/text/trailing-white-space-2-expected.txt: Added.
1559 2008-04-19 Brady Eidson <beidson@apple.com>
1561 Update window-properties to add the profiler and fix a layout test
1563 * fast/dom/Window/window-properties-expected.txt:
1565 2008-04-18 Antti Koivisto <antti@apple.com>
1567 Update test results.
1569 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt:
1570 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt:
1571 * platform/mac/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt:
1572 * platform/mac/svg/W3C-SVG-1.1/animate-elem-33-t-expected.txt:
1574 2008-04-18 Sam Weinig <sam@webkit.org>
1576 Disable this test until we can figure out why it is failing on some systems.
1578 * fast/canvas/toDataURL-supportedTypes.html: Removed.
1579 * fast/canvas/toDataURL-supportedTypes.html-disabled: Copied from fast/canvas/toDataURL-supportedTypes.html.
1581 2008-04-18 Dan Bernstein <mitz@apple.com>
1583 Reviewed by Brady Eidson.
1585 - test for <rdar://problem/5872671> REGRESSION (3.1.1-TOT): Repro crash going to Ortega Park home page
1587 * fast/dynamic/5872671-expected.txt: Added.
1588 * fast/dynamic/5872671.html: Added.
1590 2008-04-18 Dan Bernstein <mitz@apple.com>
1592 Reviewed by Darin Adler.
1594 - test and updated results for https://bugs.webkit.org/show_bug.cgi?id=17921
1595 Extra white space at the end of right-aligned or justified text with -webkit-line-break: after-white-space
1597 * fast/text/trailing-white-space.html: Added.
1598 * http/tests/misc/acid3-expected.txt:
1599 * platform/mac/editing/deleting/delete-block-table-expected.txt:
1600 * platform/mac/editing/deleting/delete-to-select-table-expected.txt:
1601 * platform/mac/editing/deleting/deletionUI-single-instance-expected.txt:
1602 * platform/mac/editing/execCommand/5482023-expected.txt:
1603 * platform/mac/editing/execCommand/boldSelection-expected.txt:
1604 * platform/mac/editing/execCommand/italicizeByCharacter-expected.txt:
1605 * platform/mac/editing/execCommand/modifyForeColorByCharacter-expected.txt:
1606 * platform/mac/editing/execCommand/print-expected.txt:
1607 * platform/mac/editing/execCommand/selectAll-expected.txt:
1608 * platform/mac/editing/execCommand/strikethroughSelection-expected.txt:
1609 * platform/mac/editing/inserting/editable-html-element-expected.txt:
1610 * platform/mac/editing/inserting/insert-div-027-expected.txt:
1611 * platform/mac/editing/pasteboard/5028447-expected.txt:
1612 * platform/mac/editing/pasteboard/block-wrappers-necessary-expected.checksum:
1613 * platform/mac/editing/pasteboard/block-wrappers-necessary-expected.png:
1614 * platform/mac/editing/pasteboard/block-wrappers-necessary-expected.txt:
1615 * platform/mac/editing/pasteboard/nested-blocks-with-text-area-expected.checksum:
1616 * platform/mac/editing/pasteboard/nested-blocks-with-text-area-expected.png:
1617 * platform/mac/editing/pasteboard/nested-blocks-with-text-area-expected.txt:
1618 * platform/mac/editing/pasteboard/nested-blocks-with-text-field-expected.checksum:
1619 * platform/mac/editing/pasteboard/nested-blocks-with-text-field-expected.png:
1620 * platform/mac/editing/pasteboard/nested-blocks-with-text-field-expected.txt:
1621 * platform/mac/editing/selection/5081257-1-expected.txt:
1622 * platform/mac/editing/selection/after-line-wrap-expected.txt:
1623 * platform/mac/editing/selection/mixed-editability-1-expected.txt:
1624 * platform/mac/editing/selection/select-all-001-expected.txt:
1625 * platform/mac/editing/selection/select-all-002-expected.txt:
1626 * platform/mac/editing/selection/select-all-003-expected.txt:
1627 * platform/mac/editing/style/apple-style-editable-mix-expected.txt:
1628 * platform/mac/editing/style/create-block-for-style-012-expected.checksum:
1629 * platform/mac/editing/style/create-block-for-style-012-expected.png:
1630 * platform/mac/editing/style/create-block-for-style-012-expected.txt:
1631 * platform/mac/fast/clip/outline-overflowClip-expected.txt:
1632 * platform/mac/fast/forms/textarea-rows-cols-expected.txt:
1633 * platform/mac/fast/replaced/width100percent-textarea-expected.txt:
1634 * platform/mac/fast/text/embed-at-end-of-pre-wrap-line-expected.txt:
1635 * platform/mac/fast/text/justified-text-rect-expected.txt:
1636 * platform/mac/fast/text/trailing-white-space-expected.checksum: Added.
1637 * platform/mac/fast/text/trailing-white-space-expected.png: Added.
1638 * platform/mac/fast/text/trailing-white-space-expected.txt: Added.
1639 * platform/mac/fast/text/whitespace/pre-wrap-last-char-expected.txt:
1640 * platform/mac/fast/text/whitespace/pre-wrap-overflow-selection-expected.txt:
1641 * platform/mac/fast/text/whitespace/pre-wrap-spaces-after-newline-expected.txt:
1643 2008-04-18 Dan Bernstein <mitz@apple.com>
1645 - add css2.1/t1506-c525-font-wt-00-b.html to the Windows skipped list
1647 * platform/win/Skipped:
1649 2008-04-18 Adam Roben <aroben@apple.com>
1651 * platform/win/Skipped: Added another failing test.
1653 2008-04-17 Antti Koivisto <antti@apple.com>
1655 Update SVG animation test results.
1657 * platform/mac/svg/W3C-SVG-1.1/animate-elem-30-t-expected.txt:
1658 * platform/mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt:
1659 * platform/mac/svg/W3C-SVG-1.1/animate-elem-41-t-expected.txt:
1661 2008-04-17 Antti Koivisto <antti@apple.com>
1663 Re-enable animation tests on windows.
1665 * platform/win/Skipped:
1667 2008-04-17 Sam Weinig <sam@webkit.org>
1669 Reviewed by Anders Carlsson.
1671 Update test result for additon of XMLHttpRequest constants.
1673 * fast/dom/Window/window-properties-expected.txt:
1675 2008-04-17 Anders Carlsson <andersca@apple.com>
1677 Add applicationCache object.
1679 * fast/dom/Window/window-properties-expected.txt:
1681 2008-04-17 Adam Roben <aroben@apple.com>
1683 Add some crashing tests to the Skipped file
1685 * platform/win/Skipped:
1687 2008-04-17 Dean Jackson <dino@apple.com>
1691 Test for <rdar://problem/5849968> translate method should have Y=0 when only X is present
1693 * fast/css/transform-default-parameter.html: Added.
1694 * platform/mac/fast/css/transform-default-parameter-expected.checksum: Added.
1695 * platform/mac/fast/css/transform-default-parameter-expected.png: Added.
1696 * platform/mac/fast/css/transform-default-parameter-expected.txt: Added.
1698 2008-04-16 Darin Adler <darin@apple.com>
1700 Earlier version reviewed by Mitz.
1702 - test for <rdar://problem/5858617> REGRESSION (r21452-Safari 3.1):
1703 Safari does not find words containing Ăź (German letter sharp-s)
1705 * fast/text/find-case-folding-expected.txt: Added.
1706 * fast/text/find-case-folding.html: Added.
1708 2008-04-16 Antti Koivisto <antti@apple.com>
1712 Test for <rdar://problem/5863728>
1713 REGRESSION: Garbage character shown in temperatures in the Weather widget (encoding issue with degree symbol)
1715 * fast/encoding/resources/utf-8.css: Added.
1716 * fast/encoding/resources/utf-8.js: Added.
1717 * fast/encoding/preload-encoding-expected.txt: Added.
1718 * fast/encoding/preload-encoding.html: Added.
1720 2008-04-16 Alexey Proskuryakov <ap@webkit.org>
1724 http://bugs.webkit.org/show_bug.cgi?id=18259
1725 XML+XSLT pages in iframe contains document.location of a parent window
1727 * fast/xsl/resources/subframe-location-frame.xml: Added.
1728 * fast/xsl/resources/subframe-location-frame.xsl: Added.
1729 * fast/xsl/subframe-location-expected.txt: Added.
1730 * fast/xsl/subframe-location.html: Added.
1732 2008-04-15 Justin Garcia <justin.garcia@apple.com>
1736 <rdar://problem/5665299> REGRESSION (r27369): Paste text into a contenteditable div creates a contenteditable div for each line (16661)
1738 * editing/pasteboard/5665299-expected.txt: Added.
1739 * editing/pasteboard/5665299.html: Added.
1741 2008-04-15 Anatoli Papirovski <apapirovski@mac.com>
1745 Added test case for background-origin calculation on root elements
1746 (background-repeat and background-size), r10794 [CSS1 + CSS3]
1748 * fast/backgrounds/background-origin-root-element.html: Added.
1749 * platform/mac/fast/backgrounds/background-origin-root-element-expected.checksum: Added.
1750 * platform/mac/fast/backgrounds/background-origin-root-element-expected.png: Added.
1751 * platform/mac/fast/backgrounds/background-origin-root-element-expected.txt: Added.
1753 2008-04-15 Brady Eidson <beidson@apple.com>
1757 Hook up event dispatching for window.localStorage changes.
1758 Now a meaningful LayoutTest suite can be landed for window.localStorage.
1760 * storage/domstorage/localstorage/enumerate-storage-expected.txt: Added.
1761 * storage/domstorage/localstorage/enumerate-storage.html: Added.
1762 * storage/domstorage/localstorage/iframe-events-expected.txt: Added.
1763 * storage/domstorage/localstorage/iframe-events.html: Added.
1764 * storage/domstorage/localstorage/index-get-and-set-expected.txt: Added.
1765 * storage/domstorage/localstorage/index-get-and-set.html: Added.
1766 * storage/domstorage/localstorage/onstorage-attribute-markup-expected.txt: Added.
1767 * storage/domstorage/localstorage/onstorage-attribute-markup.html: Added.
1768 * storage/domstorage/localstorage/onstorage-attribute-setattribute-expected.txt: Added.
1769 * storage/domstorage/localstorage/onstorage-attribute-setattribute.html: Added.
1770 * storage/domstorage/localstorage/resources: Added.
1771 * storage/domstorage/localstorage/resources/clearLocalStorage.js: Added.
1772 * storage/domstorage/localstorage/resources/iframe-events-second.html: Added.
1773 * storage/domstorage/localstorage/resources/window-open-second.html: Added.
1774 * storage/domstorage/localstorage/simple-events-expected.txt: Added.
1775 * storage/domstorage/localstorage/simple-events.html: Added.
1776 * storage/domstorage/localstorage/simple-usage-expected.txt: Added.
1777 * storage/domstorage/localstorage/simple-usage.html: Added.
1778 * storage/domstorage/localstorage/window-open-expected.txt: Added.
1779 * storage/domstorage/localstorage/window-open.html: Added.
1781 2008-04-14 Brady Eidson <beidson@apple.com>
1785 As underpinnings for LocalStorage are laid, it is exposed to the dom - update the relevant layout tests.
1787 * fast/dom/Window/window-properties-expected.txt:
1788 * storage/domstorage/window-attributes-exist-expected.txt:
1790 2008-04-14 Julien Chaffraix <jchaffraix@webkit.org>
1794 Layout test for http://bugs.webkit.org/show_bug.cgi?id=17403:
1795 WebKit Creates Invalid Xhtml Links with Ajax
1797 * fast/parser/ampersand-escaped-parseXMLFragment-expected.txt: Added.
1798 * fast/parser/ampersand-escaped-parseXMLFragment.xhtml: Added.
1800 2008-04-14 Rob Buis <buis@kde.org>
1805 http://bugs.webkit.org/show_bug.cgi?id=18230
1806 tspan in link not working
1808 * platform/mac/svg/custom/text-linking-expected.txt: Added.
1809 * svg/custom/text-linking.svg: Added.
1811 2008-04-11 Dan Bernstein <mitz@apple.com>
1813 Reviewed by Dave Hyatt.
1815 - revert incorrect expected results from r31324
1817 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.txt:
1819 2008-04-10 Alexey Proskuryakov <ap@webkit.org>
1821 https://bugs.webkit.org/show_bug.cgi?id=18402
1822 REGRESSION: visited element handling is incorrect in nested join/toString calls
1824 * fast/js/array-tostring-and-join-expected.txt: Added.
1825 * fast/js/array-tostring-and-join.html: Added.
1826 * fast/js/resources/array-tostring-and-join.js: Added.
1828 2008-04-11 Rob Buis <buis@kde.org>
1833 http://bugs.webkit.org/show_bug.cgi?id=18340
1834 Elements with display="none" in a <clipPath> still contribute to clipping path
1836 * platform/mac/svg/custom/clip-path-display-none-child-expected.checksum: Added.
1837 * platform/mac/svg/custom/clip-path-display-none-child-expected.png: Added.
1838 * platform/mac/svg/custom/clip-path-display-none-child-expected.txt: Added.
1839 * svg/custom/clip-path-display-none-child.svg: Added.
1841 2008-04-10 Antti Koivisto <antti@apple.com>
1843 Update SVG animation test results.
1845 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-02-t-expected.checksum:
1846 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-02-t-expected.png:
1847 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-03-t-expected.checksum:
1848 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-03-t-expected.png:
1849 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-04-t-expected.checksum:
1850 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-04-t-expected.png:
1851 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-05-t-expected.checksum:
1852 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-05-t-expected.png:
1853 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-09-t-expected.checksum:
1854 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-09-t-expected.png:
1855 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-10-t-expected.checksum:
1856 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-10-t-expected.png:
1857 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-11-t-expected.checksum:
1858 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-11-t-expected.png:
1859 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-12-t-expected.checksum:
1860 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-12-t-expected.png:
1861 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-30-t-expected.checksum:
1862 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-30-t-expected.png:
1863 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-31-t-expected.checksum:
1864 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-31-t-expected.png:
1865 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-33-t-expected.checksum:
1866 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-33-t-expected.png:
1867 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-34-t-expected.checksum:
1868 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-34-t-expected.png:
1869 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-39-t-expected.checksum:
1870 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png:
1871 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-40-t-expected.checksum:
1872 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-40-t-expected.png:
1873 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-41-t-expected.checksum:
1874 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-41-t-expected.png:
1875 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-46-t-expected.checksum:
1876 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-46-t-expected.png:
1877 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-60-t-expected.checksum:
1878 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-60-t-expected.png:
1879 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-62-t-expected.checksum:
1880 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-62-t-expected.png:
1881 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-63-t-expected.checksum:
1882 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-63-t-expected.png:
1883 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-64-t-expected.checksum:
1884 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-64-t-expected.png:
1885 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-65-t-expected.checksum:
1886 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-65-t-expected.png:
1887 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-66-t-expected.checksum:
1888 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-66-t-expected.png:
1889 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-67-t-expected.checksum:
1890 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-67-t-expected.png:
1891 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-68-t-expected.checksum:
1892 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-68-t-expected.png:
1893 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-69-t-expected.checksum:
1894 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-69-t-expected.png:
1895 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-70-t-expected.checksum:
1896 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-70-t-expected.png:
1897 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-77-t-expected.checksum:
1898 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-77-t-expected.png:
1899 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-78-t-expected.checksum:
1900 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-78-t-expected.png:
1901 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-81-t-expected.checksum:
1902 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-81-t-expected.png:
1903 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-82-t-expected.checksum:
1904 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-82-t-expected.png:
1905 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-85-t-expected.checksum:
1906 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-85-t-expected.png:
1907 * platform/mac/svg/W3C-SVG-1.1/animate-elem-02-t-expected.txt:
1908 * platform/mac/svg/W3C-SVG-1.1/animate-elem-03-t-expected.txt:
1909 * platform/mac/svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt:
1910 * platform/mac/svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt:
1911 * platform/mac/svg/W3C-SVG-1.1/animate-elem-09-t-expected.txt:
1912 * platform/mac/svg/W3C-SVG-1.1/animate-elem-10-t-expected.txt:
1913 * platform/mac/svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt:
1914 * platform/mac/svg/W3C-SVG-1.1/animate-elem-12-t-expected.txt:
1915 * platform/mac/svg/W3C-SVG-1.1/animate-elem-30-t-expected.txt:
1916 * platform/mac/svg/W3C-SVG-1.1/animate-elem-31-t-expected.txt:
1917 * platform/mac/svg/W3C-SVG-1.1/animate-elem-33-t-expected.txt:
1918 * platform/mac/svg/W3C-SVG-1.1/animate-elem-34-t-expected.txt:
1919 * platform/mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.txt:
1920 * platform/mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt:
1921 * platform/mac/svg/W3C-SVG-1.1/animate-elem-41-t-expected.txt:
1922 * platform/mac/svg/W3C-SVG-1.1/animate-elem-46-t-expected.txt:
1923 * platform/mac/svg/W3C-SVG-1.1/animate-elem-60-t-expected.txt:
1924 * platform/mac/svg/W3C-SVG-1.1/animate-elem-62-t-expected.txt:
1925 * platform/mac/svg/W3C-SVG-1.1/animate-elem-63-t-expected.txt:
1926 * platform/mac/svg/W3C-SVG-1.1/animate-elem-64-t-expected.txt:
1927 * platform/mac/svg/W3C-SVG-1.1/animate-elem-65-t-expected.txt:
1928 * platform/mac/svg/W3C-SVG-1.1/animate-elem-66-t-expected.txt:
1929 * platform/mac/svg/W3C-SVG-1.1/animate-elem-67-t-expected.txt:
1930 * platform/mac/svg/W3C-SVG-1.1/animate-elem-68-t-expected.txt:
1931 * platform/mac/svg/W3C-SVG-1.1/animate-elem-69-t-expected.txt:
1932 * platform/mac/svg/W3C-SVG-1.1/animate-elem-70-t-expected.txt:
1933 * platform/mac/svg/W3C-SVG-1.1/animate-elem-77-t-expected.txt:
1934 * platform/mac/svg/W3C-SVG-1.1/animate-elem-78-t-expected.txt:
1935 * platform/mac/svg/W3C-SVG-1.1/animate-elem-81-t-expected.txt:
1936 * platform/mac/svg/W3C-SVG-1.1/animate-elem-82-t-expected.txt:
1937 * platform/mac/svg/W3C-SVG-1.1/animate-elem-85-t-expected.txt:
1939 2008-04-10 Alice Liu <alice.liu@apple.com>
1941 Reviewed by Dan Bernstein.
1943 Added test for <rdar://5815856> CrashTracer: [USER] 8384 crashes in WebCore::Widget::getView const + 6
1945 * fast/events/mouseout-dead-subframe-expected.txt: Added.
1946 * fast/events/mouseout-dead-subframe.html: Added.
1948 2008-04-10 Brady Eidson <beidson@apple.com>
1950 Reviewed by Mitz Pettel
1952 DOM Storage layout test cleanup
1954 * storage/domstorage/sessionstorage/iframe-events.html: Check for the layoutTestController in a manner that
1955 won't confuse Firefox
1956 * storage/domstorage/sessionstorage/resources/clearSessionStorage.js: Don't mutate while iterating! Clea
1957 the sessionStorage properly
1959 2008-04-09 Brady Eidson <beidson@apple.com>
1961 Forgot to check in this updated result with my Storage-enumeration change
1964 * fast/dom/Window/window-properties-expected.txt:
1966 2008-04-09 Brady Eidson <beidson@apple.com>
1968 Reviewed by Mitz Pettel
1970 Add the "onstorage" attribute for the body element to provide easy setup of StorageEvent handling.
1972 * storage/domstorage/sessionstorage/onstorage-attribute-markup-expected.txt: Added.
1973 * storage/domstorage/sessionstorage/onstorage-attribute-markup.html: Added.
1974 * storage/domstorage/sessionstorage/onstorage-attribute-setattribute-expected.txt: Added.
1975 * storage/domstorage/sessionstorage/onstorage-attribute-setattribute.html: Added.
1977 2008-04-09 Brady Eidson <beidson@apple.com>
1979 Reviewed by Sam Weinig
1981 When enumerating a Storage object, the Storage built-ins should not be included, but the
1982 prototype chain SHOULD be included.
1984 Updated the layout test to test this.
1985 * storage/domstorage/sessionstorage/enumerate-storage-expected.txt:
1986 * storage/domstorage/sessionstorage/enumerate-storage.html:
1988 2008-04-09 Dan Bernstein <mitz@apple.com>
1990 Reviewed by Sam Weinig.
1992 - fix more Windows layout test regressions from the font-weight patch
1994 The patch silently introduced the ability to select some fonts
1995 by their full name on Windows. Firefox and IE allow the same.
1996 This made these tests use different, Windows-only fonts on
1997 Windows. The patch removes references to these fonts from the
2000 * tables/mozilla/bugs/bug4093.html:
2001 * tables/mozilla/bugs/bug43854-1.html:
2002 * tables/mozilla/bugs/bug8381.html:
2003 * tables/mozilla/core/bloomberg.html:
2005 2008-04-09 Brady Eidson <beidson@apple.com>
2007 Reviewed by Adam Roben
2009 Per the HTML5 spec, enumerating a Storage object should walk the keys in the storage area,
2010 and should not return the built-in properties.
2012 This test adds some keys to sessionStorage, enumerates the sessionStorage object, and logs
2013 the sorted result. It should *not* contain the built in properties of the Storage object
2015 * storage/domstorage/sessionstorage/enumerate-storage-expected.txt: Added.
2016 * storage/domstorage/sessionstorage/enumerate-storage.html: Added.
2018 2008-04-08 Brady Eidson <beidson@apple.com>
2020 Rubberstamped by Adam
2022 * platform/win/Skipped: SessionStorage tests pass fine on Windows, as long as the feature is enabled!
2024 2008-04-08 Dan Bernstein <mitz@apple.com>
2026 Reviewed by Antti Koivisto.
2028 - test for http://bugs.webkit.org/show_bug.cgi?id=18172
2029 REGRESSION (r31114-31132): Page renders structured almost horizontally (at flickr.com)
2031 * fast/block/float/br-with-clear-2.html: Added.
2032 * platform/mac/fast/block/float/br-with-clear-2-expected.checksum: Added.
2033 * platform/mac/fast/block/float/br-with-clear-2-expected.png: Added.
2034 * platform/mac/fast/block/float/br-with-clear-2-expected.txt: Added.
2036 2008-04-08 Brady Eidson <beidson@apple.com>
2038 Reviewed by Mitzpettel
2040 Fixed http://bugs.webkit.org/show_bug.cgi?id=18302
2041 -WebArchive subresources dump in random order, intermittent failures
2043 Now that a DRT fix has set the order, these 3 tests needed new results
2045 * webarchive/test-css-import-expected.txt:
2046 * webarchive/test-duplicate-resources-expected.txt:
2047 * webarchive/test-frameset-expected.txt:
2049 2008-04-07 Brady Eidson <beidson@apple.com>
2051 Rubberstamped by Geoff Garen
2053 Forgot to update these results after I added the Prototype
2055 * fast/dom/Window/window-properties-expected.txt:
2057 2008-04-07 Brady Eidson <beidson@apple.com>
2059 I can't fathom why the new storage tests could be hanging, but alas they are on Windows
2060 Disable until I can figure out why
2062 * platform/win/Skipped:
2064 2008-04-07 Brady Eidson <beidson@apple.com>
2066 Begrudgingly reviewed by Sam Weinig
2068 Initial suite of layout tests for HTML5 key/value SessionStorage (<rdar://problem/5797684>)
2070 * fast/dom/Window/window-properties-expected.txt:
2071 * storage/domstorage: Added.
2072 * storage/domstorage/localstorage: Added.
2073 * storage/domstorage/sessionstorage: Added.
2074 * storage/domstorage/sessionstorage/iframe-events-expected.txt: Added.
2075 * storage/domstorage/sessionstorage/iframe-events.html: Added.
2076 * storage/domstorage/sessionstorage/index-get-and-set-expected.txt: Added.
2077 * storage/domstorage/sessionstorage/index-get-and-set.html: Added.
2078 * storage/domstorage/sessionstorage/resources: Added.
2079 * storage/domstorage/sessionstorage/resources/clearSessionStorage.js: Added.
2080 * storage/domstorage/sessionstorage/resources/iframe-events-second.html: Added.
2081 * storage/domstorage/sessionstorage/resources/window-open-second.html: Added.
2082 * storage/domstorage/sessionstorage/simple-events-expected.txt: Added.
2083 * storage/domstorage/sessionstorage/simple-events.html: Added.
2084 * storage/domstorage/sessionstorage/simple-usage-expected.txt: Added.
2085 * storage/domstorage/sessionstorage/simple-usage.html: Added.
2086 * storage/domstorage/sessionstorage/window-open-expected.txt: Added.
2087 * storage/domstorage/sessionstorage/window-open.html: Added.
2088 * storage/domstorage/window-attributes-exist-expected.txt: Added.
2089 * storage/domstorage/window-attributes-exist.html: Added.
2091 2008-04-07 Alexey Proskuryakov <ap@webkit.org>
2093 Reviewed by Dan Bernstein.
2095 <rdar://problem/5574946> Inline frame ISO-8859-1 even though parent character set is UTF-8
2097 * fast/loader/inherit-charset-to-empty-frame-expected.txt: Added.
2098 * fast/loader/inherit-charset-to-empty-frame.html: Added.
2100 2008-04-05 Rob Buis <buis@kde.org>
2105 http://bugs.webkit.org/show_bug.cgi?id=17129
2106 Incorrect style resolution in CSS styled SVG, with multiple style sheets
2108 * fast/css/xml-stylesheet-alternate-processing-expected.txt: Added.
2109 * fast/css/xml-stylesheet-alternate-processing.xhtml: Added.
2110 * fast/css/xml-stylesheet-title-processing-expected.txt: Added.
2111 * fast/css/xml-stylesheet-title-processing.xhtml: Added.
2113 2008-04-05 Dan Bernstein <mitz@apple.com>
2115 Reviewed by Darin Adler.
2117 - repaint test for <rdar://problem/5843719> Excessive repainting of cells in tables with non-auto height
2119 * fast/repaint/table-two-pass-layout-overpaint.html: Added.
2120 * platform/mac/fast/repaint/table-two-pass-layout-overpaint-expected.checksum: Added.
2121 * platform/mac/fast/repaint/table-two-pass-layout-overpaint-expected.png: Added.
2122 * platform/mac/fast/repaint/table-two-pass-layout-overpaint-expected.txt: Added.
2124 2008-04-03 Oliver Hunt <oliver@apple.com>
2126 Reviewed by NOBODY (Rollout).
2128 Rollout layout test changes for r31566
2130 2008-04-03 Brady Eidson <beidson@apple.com>
2132 Fix a tab into 4-spaces instead
2134 * webarchive/test-css-import-expected.txt:
2136 2008-04-03 Holger Hans Peter Freyther <holger.freyther@trolltech.com>
2140 * Add a Qt specific result for bad-scheme-subframe-expected.txt
2141 * To match the mac-port we would have to return IgnoreNavigationRequest for
2142 schemes/URLs not supported by the QNetworkAccessManager in QWebPage::navigationRequested
2143 but we can't do that because QNetworkAccessManager does not expose a list of supported
2144 schemes and operations. So in contrast to the mac we will try to load the frame and fail.
2147 * platform/qt/http/tests/loading/bad-scheme-subframe-expected.txt: Added.
2149 2008-04-03 Holger Hans Peter Freyther <holger.freyther@trolltech.com>
2153 * Fix http/tests/loading/simple-subframe.html by adding a test result. The result is
2154 quite similar to the one of the mac port.
2157 * platform/qt/http/tests/loading/simple-subframe-expected.txt: Added.
2159 2008-04-03 Holger Hans Peter Freyther <holger.freyther@trolltech.com>
2163 * Remove dumpFrameLoadCallbacks from simple-subframe.html because it is
2164 located in a directory with the name "loading". And this will autoamtically
2166 * Remove this method from the LayoutTestController as it is unused now and this
2167 avoids adding it to the DRT of the Qt port.
2170 * http/tests/loading/simple-subframe.html:
2172 2008-04-02 Brady Eidson <beidson@apple.com>
2174 Written by David Kilzer, tweaked by Brady, Reviewed by Mitz Pettel
2176 - test for http://bugs.webkit.org/show_bug.cgi?id=11839
2177 Webarchive fails to save CSS files in @import statements
2179 The idea is to <link> to a CSS file which @imports another CSS file,
2180 and also @import a CSS file inside a <style> element, which also @imports another CSS file
2182 Then make sure all 4 of the css files are in the resulting webarchive
2184 * webarchive/resources/test-css-import-recurse.css: Added.
2185 * webarchive/resources/test-css-import.css: Added.
2186 * webarchive/resources/test-css-link-recurse.css: Added.
2187 * webarchive/resources/test-css-link.css: Added.
2188 * webarchive/test-css-import-expected.txt: Added.
2189 * webarchive/test-css-import.html: Added.
2191 2008-04-02 Nikolas Zimmermann <zimmermann@kde.org>
2195 Fix all existing tests in svg/dynamic-updates to actually reflect repainting changes, by
2196 removing the timing dependency. Instead model them like frame-getSVGDocument.html by
2197 not including the <script src="js-test-post.js"> element within the TEMPLATE.html but
2198 by dynamically injecting it, if the test actually finished.
2200 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.checksum:
2201 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.png:
2202 * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-06-t-expected.checksum:
2203 * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-06-t-expected.png:
2204 * platform/mac-leopard/svg/custom/marker-getPropertyValue-expected.checksum: Added.
2205 * platform/mac-leopard/svg/custom/marker-getPropertyValue-expected.png: Added.
2206 * platform/mac-leopard/svg/custom/svg-xml-dom-sync-expected.checksum: Added.
2207 * platform/mac-leopard/svg/custom/svg-xml-dom-sync-expected.png: Added.
2208 * platform/mac-leopard/svg/custom/text-xy-updates-expected.checksum: Added.
2209 * platform/mac-leopard/svg/custom/text-xy-updates-expected.png: Added.
2210 * platform/mac-leopard/svg/dom/altGlyph-dom-expected.checksum: Added.
2211 * platform/mac-leopard/svg/dom/altGlyph-dom-expected.png: Added.
2212 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-dom-cx-attr-expected.checksum:
2213 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-dom-cx-attr-expected.png:
2214 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-dom-cy-attr-expected.checksum:
2215 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-dom-cy-attr-expected.png:
2216 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-dom-r-attr-expected.checksum:
2217 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-dom-r-attr-expected.png:
2218 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop-expected.checksum:
2219 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop-expected.png:
2220 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop-expected.checksum:
2221 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop-expected.png:
2222 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-svgdom-r-prop-expected.checksum:
2223 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-svgdom-r-prop-expected.png:
2224 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-dom-cx-attr-expected.checksum:
2225 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-dom-cx-attr-expected.png:
2226 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-dom-cy-attr-expected.checksum:
2227 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-dom-cy-attr-expected.png:
2228 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-dom-rx-attr-expected.checksum:
2229 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-dom-rx-attr-expected.png:
2230 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-dom-ry-attr-expected.checksum:
2231 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-dom-ry-attr-expected.png:
2232 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-svgdom-cx-prop-expected.checksum:
2233 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-svgdom-cx-prop-expected.png:
2234 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-svgdom-cy-prop-expected.checksum:
2235 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-svgdom-cy-prop-expected.png:
2236 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-svgdom-rx-prop-expected.checksum:
2237 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-svgdom-rx-prop-expected.png:
2238 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-svgdom-ry-prop-expected.checksum:
2239 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-svgdom-ry-prop-expected.png:
2240 * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-dom-height-attr-expected.checksum:
2241 * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-dom-height-attr-expected.png:
2242 * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-dom-width-attr-expected.checksum:
2243 * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-dom-width-attr-expected.png:
2244 * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-height-prop-expected.checksum:
2245 * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-height-prop-expected.png:
2246 * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-width-prop-expected.checksum:
2247 * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-width-prop-expected.png:
2248 * platform/mac-leopard/svg/text/kerning-expected.checksum: Added.
2249 * platform/mac-leopard/svg/text/kerning-expected.png: Added.
2250 * platform/mac-leopard/svg/text/multichar-glyph-expected.checksum: Added.
2251 * platform/mac-leopard/svg/text/multichar-glyph-expected.png: Added.
2252 * platform/mac-leopard/svg/text/text-text-06-t-expected.checksum:
2253 * platform/mac-leopard/svg/text/text-text-06-t-expected.png:
2254 * svg/custom/resources/svg-xml-dom-sync.js: Added.
2255 * svg/custom/svg-xml-dom-sync-expected.txt: Added.
2256 * svg/custom/svg-xml-dom-sync.html: Added.
2257 * svg/dynamic-updates/SVGAElement-dom-href-attr.html:
2258 * svg/dynamic-updates/SVGAElement-dom-target-attr.html:
2259 * svg/dynamic-updates/SVGAElement-svgdom-href-prop.html:
2260 * svg/dynamic-updates/SVGAElement-svgdom-target-prop.html:
2261 * svg/dynamic-updates/SVGCircleElement-dom-cx-attr-expected.txt:
2262 * svg/dynamic-updates/SVGCircleElement-dom-cx-attr.html:
2263 * svg/dynamic-updates/SVGCircleElement-dom-cy-attr-expected.txt:
2264 * svg/dynamic-updates/SVGCircleElement-dom-cy-attr.html:
2265 * svg/dynamic-updates/SVGCircleElement-dom-r-attr-expected.txt:
2266 * svg/dynamic-updates/SVGCircleElement-dom-r-attr.html:
2267 * svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop-expected.txt:
2268 * svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop.html:
2269 * svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop-expected.txt:
2270 * svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop.html:
2271 * svg/dynamic-updates/SVGCircleElement-svgdom-r-prop-expected.txt:
2272 * svg/dynamic-updates/SVGCircleElement-svgdom-r-prop.html:
2273 * svg/dynamic-updates/SVGClipPathElement-dom-clipPathUnits-attr.html:
2274 * svg/dynamic-updates/SVGClipPathElement-svgdom-clipPathUnits-prop.html:
2275 * svg/dynamic-updates/SVGEllipseElement-dom-cx-attr-expected.txt:
2276 * svg/dynamic-updates/SVGEllipseElement-dom-cx-attr.html:
2277 * svg/dynamic-updates/SVGEllipseElement-dom-cy-attr-expected.txt:
2278 * svg/dynamic-updates/SVGEllipseElement-dom-cy-attr.html:
2279 * svg/dynamic-updates/SVGEllipseElement-dom-rx-attr-expected.txt:
2280 * svg/dynamic-updates/SVGEllipseElement-dom-rx-attr.html:
2281 * svg/dynamic-updates/SVGEllipseElement-dom-ry-attr-expected.txt:
2282 * svg/dynamic-updates/SVGEllipseElement-dom-ry-attr.html:
2283 * svg/dynamic-updates/SVGEllipseElement-svgdom-cx-prop-expected.txt:
2284 * svg/dynamic-updates/SVGEllipseElement-svgdom-cx-prop.html:
2285 * svg/dynamic-updates/SVGEllipseElement-svgdom-cy-prop-expected.txt:
2286 * svg/dynamic-updates/SVGEllipseElement-svgdom-cy-prop.html:
2287 * svg/dynamic-updates/SVGEllipseElement-svgdom-rx-prop-expected.txt:
2288 * svg/dynamic-updates/SVGEllipseElement-svgdom-rx-prop.html:
2289 * svg/dynamic-updates/SVGEllipseElement-svgdom-ry-prop-expected.txt:
2290 * svg/dynamic-updates/SVGEllipseElement-svgdom-ry-prop.html:
2291 * svg/dynamic-updates/SVGForeignObjectElement-dom-height-attr-expected.txt:
2292 * svg/dynamic-updates/SVGForeignObjectElement-dom-height-attr.html:
2293 * svg/dynamic-updates/SVGForeignObjectElement-dom-width-attr-expected.txt:
2294 * svg/dynamic-updates/SVGForeignObjectElement-dom-width-attr.html:
2295 * svg/dynamic-updates/SVGForeignObjectElement-dom-x-attr.html:
2296 * svg/dynamic-updates/SVGForeignObjectElement-dom-y-attr.html:
2297 * svg/dynamic-updates/SVGForeignObjectElement-svgdom-height-prop-expected.txt:
2298 * svg/dynamic-updates/SVGForeignObjectElement-svgdom-height-prop.html:
2299 * svg/dynamic-updates/SVGForeignObjectElement-svgdom-width-prop-expected.txt:
2300 * svg/dynamic-updates/SVGForeignObjectElement-svgdom-width-prop.html:
2301 * svg/dynamic-updates/SVGForeignObjectElement-svgdom-x-prop.html:
2302 * svg/dynamic-updates/SVGForeignObjectElement-svgdom-y-prop.html:
2303 * svg/dynamic-updates/resources/SVGAElement-dom-href-attr.js:
2304 * svg/dynamic-updates/resources/SVGAElement-dom-target-attr.js:
2305 * svg/dynamic-updates/resources/SVGAElement-svgdom-href-prop.js:
2306 * svg/dynamic-updates/resources/SVGAElement-svgdom-target-prop.js:
2307 * svg/dynamic-updates/resources/SVGCircleElement-dom-cx-attr.js:
2308 * svg/dynamic-updates/resources/SVGCircleElement-dom-cy-attr.js:
2309 * svg/dynamic-updates/resources/SVGCircleElement-dom-r-attr.js:
2310 * svg/dynamic-updates/resources/SVGCircleElement-svgdom-cx-prop.js:
2311 * svg/dynamic-updates/resources/SVGCircleElement-svgdom-cy-prop.js:
2312 * svg/dynamic-updates/resources/SVGCircleElement-svgdom-r-prop.js:
2313 * svg/dynamic-updates/resources/SVGClipPathElement-dom-clipPathUnits-attr.js:
2314 * svg/dynamic-updates/resources/SVGClipPathElement-svgdom-clipPathUnits-prop.js:
2315 * svg/dynamic-updates/resources/SVGEllipseElement-dom-cx-attr.js:
2316 * svg/dynamic-updates/resources/SVGEllipseElement-dom-cy-attr.js:
2317 * svg/dynamic-updates/resources/SVGEllipseElement-dom-rx-attr.js:
2318 * svg/dynamic-updates/resources/SVGEllipseElement-dom-ry-attr.js:
2319 * svg/dynamic-updates/resources/SVGEllipseElement-svgdom-cx-prop.js:
2320 * svg/dynamic-updates/resources/SVGEllipseElement-svgdom-cy-prop.js:
2321 * svg/dynamic-updates/resources/SVGEllipseElement-svgdom-rx-prop.js:
2322 * svg/dynamic-updates/resources/SVGEllipseElement-svgdom-ry-prop.js:
2323 * svg/dynamic-updates/resources/SVGForeignObjectElement-dom-height-attr.js:
2324 * svg/dynamic-updates/resources/SVGForeignObjectElement-dom-width-attr.js:
2325 * svg/dynamic-updates/resources/SVGForeignObjectElement-dom-x-attr.js:
2326 * svg/dynamic-updates/resources/SVGForeignObjectElement-dom-y-attr.js:
2327 * svg/dynamic-updates/resources/SVGForeignObjectElement-svgdom-height-prop.js:
2328 * svg/dynamic-updates/resources/SVGForeignObjectElement-svgdom-width-prop.js:
2329 * svg/dynamic-updates/resources/SVGForeignObjectElement-svgdom-x-prop.js:
2330 * svg/dynamic-updates/resources/SVGForeignObjectElement-svgdom-y-prop.js:
2331 * svg/dynamic-updates/resources/SVGTestCase.js:
2332 * svg/dynamic-updates/resources/TEMPLATE.html:
2334 2008-03-25 Eric Seidel <eric@webkit.org>
2338 Add test for /^bar/ optimization.
2339 http://bugs.webkit.org/show_bug.cgi?id=18086
2341 * fast/js/ascii-regexp-subject-expected.txt: Copied from LayoutTests/fast/xpath/4XPath/Borrowed/kd_20010423-expected.txt.
2342 * fast/js/ascii-regexp-subject.html: Copied from LayoutTests/fast/js/typeof-syntax.html.
2343 * fast/js/resources/ascii-regexp-subject.js: Added.
2345 2008-03-31 Rob Buis <buis@kde.org>
2350 http://bugs.webkit.org/show_bug.cgi?id=15595
2351 marker property doesn't show up correctly as "shorthand" in inspector
2353 * svg/custom/marker-getPropertyValue-expected.txt: Added.
2354 * svg/custom/marker-getPropertyValue.svg: Added.
2356 2008-03-30 Dan Bernstein <mitz@apple.com>
2358 Reviewed by Sam Weinig.
2360 - repaint test for http://bugs.webkit.org/show_bug.cgi?id=18115
2361 REGRESSION (r31250): Incomplete repaint of GoogleReader sidebar while reading unread posts
2363 * fast/repaint/lines-with-layout-delta.html: Added.
2364 * platform/mac/fast/repaint/lines-with-layout-delta-expected.checksum: Added.
2365 * platform/mac/fast/repaint/lines-with-layout-delta-expected.png: Added.
2366 * platform/mac/fast/repaint/lines-with-layout-delta-expected.txt: Added.
2368 2008-03-30 Dan Bernstein <mitz@apple.com>
2370 Reviewed by Maciej Stachowiak.
2372 - test for an assertion failure in CSSParser.cpp's
2373 equalIgnoringCase() when parsing certain transforms.
2375 * fast/css/transform-function-lowercase-assert-expected.txt: Added.
2376 * fast/css/transform-function-lowercase-assert.html: Added.
2378 2008-03-30 Rob Buis <buis@kde.org>
2383 http://bugs.webkit.org/show_bug.cgi?id=17633
2384 SVG: modifying x & y attribute of text element from JS fails
2386 * platform/mac/svg/custom/text-xy-updates-expected.txt: Added.
2387 * svg/custom/text-xy-updates.svg: Added.
2389 2008-03-30 Rob Buis <buis@kde.org>
2391 Reviewed by Adam Roben.
2395 * svg/custom/tref-update.svg:
2397 2008-03-29 Sam Weinig <sam@webkit.org>
2399 Reviewed by Brady Eidson.
2401 Test for crash when canceling a resource load while port blocked failure
2404 * fast/loader/cancel-load-during-port-block-timer-expected.txt: Added.
2405 * fast/loader/cancel-load-during-port-block-timer.html: Added.
2407 2008-03-29 Oliver Hunt <oliver@apple.com>
2411 Bug 17924: Crash in KJS::ConstDeclNode::evaluate with |with| and |const|
2412 <http://bugs.webkit.org/show_bug.cgi?id=17924>
2414 Add test cases for const inside with
2416 * fast/js/const-expected.txt:
2417 * fast/js/resources/const.js:
2419 2008-03-28 Dan Bernstein <mitz@apple.com>
2421 Reviewed by Dave Hyatt.
2423 - pixel test for a percentage background position regression from r31389
2425 * fast/backgrounds/background-position-1.html: Added.
2426 * platform/mac/fast/backgrounds/background-position-1-expected.checksum: Added.
2427 * platform/mac/fast/backgrounds/background-position-1-expected.png: Added.
2428 * platform/mac/fast/backgrounds/background-position-1-expected.txt: Added.
2430 2008-03-28 Stephanie Lewis <slewis@apple.com>
2432 Update Windows Skipped list. Bugs filed.
2434 * platform/win/Skipped:
2436 2008-03-28 Darin Adler <darin@apple.com>
2440 * fast/encoding/invalid-xml-expected.txt: Update to reflect a true success.
2441 * fast/encoding/resources/invalid-xml.js: Eliminate race condition by not ending
2442 the test until the js-test-post.js script has loaded.
2444 2008-03-28 Alexey Proskuryakov <ap@webkit.org>
2446 Rubber-stamped by Brady.
2448 Enable server-side includes via AddHandler, hopefully making Apache 1.3 happy.
2450 * http/tests/misc/.htaccess:
2451 * http/tests/misc/resources/acid3/.htaccess:
2453 2008-03-28 Alexey Proskuryakov <ap@webkit.org>
2457 Enable mod_include for acid3.html - the previous check-in only had it in resources
2460 * http/tests/misc/.htaccess: Added.
2462 2008-03-28 Eric Seidel <eric@webkit.org>
2466 Add Acid3 test as an http test
2467 http://bugs.webkit.org/show_bug.cgi?id=18176
2469 * http/tests/misc/acid3-expected.checksum: Added.
2470 * http/tests/misc/acid3-expected.png: Added.
2471 * http/tests/misc/acid3-expected.txt: Added.
2472 * http/tests/misc/acid3.html: Added.
2473 * http/tests/misc/resources/acid3/.htaccess: Added.
2474 * http/tests/misc/resources/acid3/empty.css: Added.
2475 * http/tests/misc/resources/acid3/empty.html: Added.
2476 * http/tests/misc/resources/acid3/empty.png: Added.
2477 * http/tests/misc/resources/acid3/empty.txt: Added.
2478 * http/tests/misc/resources/acid3/empty.xml: Added.
2479 * http/tests/misc/resources/acid3/font.svg: Added.
2480 * http/tests/misc/resources/acid3/font.ttf: Added.
2481 * http/tests/misc/resources/acid3/instructions.inc: Added.
2482 * http/tests/misc/resources/acid3/reference.html: Added.
2483 * http/tests/misc/resources/acid3/reference.png: Added.
2484 * http/tests/misc/resources/acid3/support-a.png.404: Added.
2485 * http/tests/misc/resources/acid3/support-b.png: Added.
2486 * http/tests/misc/resources/acid3/support-c.png: Added.
2487 * http/tests/misc/resources/acid3/svg.xml: Added.
2488 * http/tests/misc/resources/acid3/xhtml.1: Added.
2489 * http/tests/misc/resources/acid3/xhtml.2: Added.
2490 * http/tests/misc/resources/acid3/xhtml.3: Added.
2492 2008-03-27 Mark Rowe <mrowe@apple.com>
2494 Reviewed by Adam Roben.
2496 Tests for <rdar://problem/5826236> Regular expressions with large nested repetition counts can have their
2497 compiled length calculated incorrectly.
2499 * fast/js/regexp-overflow-expected.txt:
2500 * fast/js/resources/regexp-overflow.js:
2502 2008-03-27 Brady Eidson <beidson@apple.com>
2504 Reviewed by Adam Roben
2506 Updated results, as we now more consistently archive empty frames/empty resources
2508 * webarchive/archive-empty-frame-source-expected.txt:
2510 2008-03-26 Sam Weinig <sam@webkit.org>
2512 Rubber-stamped by Adam Roben.
2516 * fast/dom/Window/window-special-properties-expected.txt:
2518 2008-03-26 Maciej Stachowiak <mjs@apple.com>
2520 Reviewed by Hyatt and Adam.
2522 - new test case and test fixes for SVG text kerning
2524 * svg/text/kerning.svg: Added.
2525 * platform/mac/svg/text/kerning-expected.txt: Added.
2527 * platform/mac/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt:
2528 * platform/mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt:
2529 * platform/mac/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt:
2530 * platform/mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt:
2531 * platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
2533 2008-03-26 Stephanie Lewis <slewis@apple.com>
2537 Move storage tests to Skipped list since they hang 80% of the time. See <rdar://problem/5787763>.
2539 * platform/win/Skipped:
2541 2008-03-26 Maciej Stachowiak <mjs@apple.com>
2545 - test updates for "SVG multichar glyph matching matches longest instead of first (affects Acid3 test 79)"
2546 http://bugs.webkit.org/show_bug.cgi?id=18118
2548 These test cases were already checking for this exact bug and now
2551 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.txt:
2552 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.txt:
2554 o2008-03-26 Eric Seidel <eric@webkit.org>
2558 Fix, makes us pass Test 70
2559 XML documents should be strict about encoding checks
2560 http://bugs.webkit.org/show_bug.cgi?id=17079
2562 * fast/encoding/invalid-xml-expected.txt: Added.
2563 * fast/encoding/invalid-xml.html: Copied from LayoutTests/fast/dom/resources/TEMPLATE.html.
2564 * fast/encoding/resources/invalid-xml-shift-jis.xml: Added.
2565 * fast/encoding/resources/invalid-xml-utf16.xml: Added.
2566 * fast/encoding/resources/invalid-xml-utf8.xml: Added.
2567 * fast/encoding/resources/invalid-xml-x-mac-thai.xml: Added.
2568 * fast/encoding/resources/invalid-xml.js: Added.
2570 2008-03-26 Dan Bernstein <mitz@apple.com>
2572 Reviewed by Darin Adler.
2574 - tests for http://bugs.webkit.org/show_bug.cgi?id=17994
2575 REGRESSION (523-525+) View not updated when changing CSS size via JavaScript
2576 - and http://bugs.webkit.org/show_bug.cgi?id=18063
2577 REGRESSION (r31250): Small bug that just cropped up in WebKit r31275
2579 * fast/repaint/subtree-root-clip-2.html: Added.
2580 * fast/repaint/subtree-root-clip-3.html: Added.
2581 * fast/repaint/subtree-root-clip.html: Added.
2582 * platform/mac/fast/repaint/subtree-root-clip-2-expected.checksum: Added.
2583 * platform/mac/fast/repaint/subtree-root-clip-2-expected.png: Added.
2584 * platform/mac/fast/repaint/subtree-root-clip-2-expected.txt: Added.
2585 * platform/mac/fast/repaint/subtree-root-clip-3-expected.checksum: Added.
2586 * platform/mac/fast/repaint/subtree-root-clip-3-expected.png: Added.
2587 * platform/mac/fast/repaint/subtree-root-clip-3-expected.txt: Added.
2588 * platform/mac/fast/repaint/subtree-root-clip-expected.checksum: Added.
2589 * platform/mac/fast/repaint/subtree-root-clip-expected.png: Added.
2590 * platform/mac/fast/repaint/subtree-root-clip-expected.txt: Added.
2592 2008-03-24 Maciej Stachowiak <mjs@apple.com>
2596 - test case and new results for "SVGTextElement.getStartPositionOfChar does not correctly account for multichar glyphs"
2597 http://bugs.webkit.org/show_bug.cgi?id=18046
2599 * svg/text/multichar-glyph.svg: Added. New test case for both rendering and getStartPositionOfChar
2600 access of multichar glyphs.
2601 * platform/mac/svg/text/multichar-glyph-expected.txt: Added.
2603 The following test results changed, all appear to be improvements.
2605 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.txt:
2606 * platform/mac/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.txt:
2607 * platform/mac/svg/W3C-SVG-1.1/text-text-06-t-expected.txt:
2608 * platform/mac/svg/text/text-altglyph-01-b-expected.txt:
2609 * platform/mac/svg/text/text-text-06-t-expected.txt:
2611 2008-03-25 Beth Dakin <bdakin@apple.com>
2615 Test for <rdar://problem/5811826> CSSValueList::item() does not
2618 * fast/css/resources/bikes.bmp: Added.
2619 * fast/css/value-list-out-of-bounds-crash.html: Added.
2620 * platform/mac/fast/css/value-list-out-of-bounds-crash-expected.checksum: Added.
2621 * platform/mac/fast/css/value-list-out-of-bounds-crash-expected.png: Added.
2622 * platform/mac/fast/css/value-list-out-of-bounds-crash-expected.txt: Added.
2624 2008-03-25 Darin Adler <darin@apple.com>
2628 - test for http://bugs.webkit.org/show_bug.cgi?id=17252
2629 Acid3 test removing Nodes during NodeIterator walk fails (affects Acid3 test 2)
2631 * traversal/acid3-test-2-expected.txt: Added.
2632 * traversal/acid3-test-2.html: Added.
2633 * traversal/resources/acid3-test-2.js: Added.
2634 * traversal/resources/exception-forwarding.js: Removed bogus extra line of code.
2636 2008-03-24 Oliver Hunt <oliver@apple.com>
2638 Reviewed by Mark Rowe.
2640 Disable this test until we can fix
2641 Bug 18057: keyDown incorrectly propagates up the frame tree
2643 * fast/events/key-events-in-frame.html: Removed.
2644 * fast/events/key-events-in-frame.html-disabled: Added.
2646 2008-03-24 Brady Eidson <beidson@apple.com>
2648 Made new layout test files executable, as needed for the tests to not fail!
2650 * http/tests/navigation/resources/reload-subframe-content.pl: Added.
2651 * http/tests/navigation/resources/reload-subframe.pl: Added.
2653 2008-03-24 Cameron Zwarich <cwzwarich@uwaterloo.ca>
2655 Reviewed by Maciej, landed by Brady
2657 Tests for the following bugs:
2659 Bug 3580: iFrames Appear to be Cached
2660 <http://bugs.webkit.org/show_bug.cgi?id=3580>
2662 Bug 15486: REGRESSION: Reload causes WebKit to *forget* fragment URLs
2663 <http://bugs.webkit.org/show_bug.cgi?id=15486>
2665 Bug 15554: Reload causes <object> to use old data
2666 <http://bugs.webkit.org/show_bug.cgi?id=15554>
2668 * http/tests/navigation/reload-subframe-frame-expected.txt: Added.
2669 * http/tests/navigation/reload-subframe-frame.html: Added.
2670 * http/tests/navigation/reload-subframe-iframe-expected.txt: Added.
2671 * http/tests/navigation/reload-subframe-iframe.html: Added.
2672 * http/tests/navigation/reload-subframe-object-expected.txt: Added.
2673 * http/tests/navigation/reload-subframe-object.html: Added.
2674 * http/tests/navigation/resources/reload-subframe-content.pl: Added.
2675 * http/tests/navigation/resources/reload-subframe.pl: Added.
2677 2008-03-24 Dan Bernstein <mitz@apple.com>
2679 Reviewed by Sam Weinig.
2681 - test for <rdar://problem/5812292> CrashTracer: [REGRESSION] 60 crashes in Safari at com.apple.WebCore: WebCore::RenderObject::repaintRectangle + 47
2683 * fast/repaint/renderer-destruction-by-invalidateSelection-crash.html: Added.
2684 * platform/mac/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.checksum: Added.
2685 * platform/mac/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.png: Added.
2686 * platform/mac/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt: Added.
2688 2008-03-23 Maciej Stachowiak <mjs@apple.com>
2692 - updated test results for "SVGTextElement.getNumberOfChars is broken for altGlyph (affects Acid3 test 79)"
2693 http://bugs.webkit.org/show_bug.cgi?id=17062
2695 * platform/mac/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.txt:
2696 * platform/mac/svg/text/text-altglyph-01-b-expected.txt:
2697 * svg/dom/altGlyph-dom-expected.txt: Added.
2698 * svg/dom/altGlyph-dom.xhtml: Added.
2699 * svg/dom/resources/altGlyph-dom.js: Added.
2701 2008-03-23 Robert Blaut <webkit@blaut.biz>
2703 Reviewed by eseidel. Landed by eseidel.
2705 Test to ensure [~=] attribute selector doesn't match empty string
2707 * fast/css/attribute-selector-empty-value.html: Added.
2709 2008-03-23 Oliver Hunt <oliver@apple.com>
2713 Test to ensure key events don't propagate up the frame tree.
2715 * fast/events/key-events-in-frame-expected.txt: Added.
2716 * fast/events/key-events-in-frame.html: Added.
2718 2008-03-22 Eric Seidel <eric@webkit.org>
2720 Update a (passing) result I missed in my last checkin. No review.
2722 * dom/xhtml/level3/core/documentgetdoctype01-expected.txt:
2724 2008-03-22 Eric Seidel <eric@webkit.org>
2728 Unify handling of NAMESPACE_ERR and fix Acid3 test 25
2729 http://bugs.webkit.org/show_bug.cgi?id=16693
2731 * fast/dom/DOMImplementation/createDocumentType-err-expected.txt: Added.
2732 * fast/dom/DOMImplementation/createDocumentType-err.html: Copied from LayoutTests/fast/dom/DOMException/EventException.html.
2733 * fast/dom/DOMImplementation/resources/TEMPLATE.html: Copied from LayoutTests/fast/dom/Document/resources/TEMPLATE.html.
2734 * fast/dom/DOMImplementation/resources/createDocumentType-err.js: Added.
2735 * fast/dom/Document/createAttributeNS-namespace-err-expected.txt:
2736 * fast/dom/Document/createElementNS-namespace-err-expected.txt:
2738 2008-03-22 Eric Seidel <eric@webkit.org>
2742 Fix createElementNS to throw exceptions for invalid qualified names
2743 Fixes Acid3 sub-test 23
2744 http://bugs.webkit.org/show_bug.cgi?id=16833
2746 * dom/xhtml/level3/core/documentsetstricterrorchecking02-expected.txt:
2747 * fast/dom/Document/createAttributeNS-namespace-err-expected.txt: Added.
2748 * fast/dom/Document/createAttributeNS-namespace-err.html: Copied from LayoutTests/fast/dom/Element/dimension-properties-unrendered.html.
2749 * fast/dom/Document/createElementNS-namespace-err-expected.txt: Added.
2750 * fast/dom/Document/createElementNS-namespace-err.html: Copied from LayoutTests/fast/dom/EntityReference/readonly-exceptions.html.
2751 * fast/dom/Document/resources/TEMPLATE.html: Copied from LayoutTests/fast/dom/Element/resources/TEMPLATE.html.
2752 * fast/dom/Document/resources/createAttributeNS-namespace-err.js: Added.
2753 * fast/dom/Document/resources/createElementNS-namespace-err.js: Added.
2755 2008-03-21 Cameron Zwarich <cwzwarich@uwaterloo.ca>
2757 Reviewed by Oliver Hunt.
2759 Test for <http://bugs.webkit.org/show_bug.cgi?id=13693>
2760 Bug 13693: REGRESSION (r13615): Acid2 Test Eyes render improperly after a page refresh
2762 * http/tests/navigation/fallback-anchor-reload-expected.txt: Added.
2763 * http/tests/navigation/fallback-anchor-reload.html: Added.
2765 2008-03-21 Dan Bernstein <mitz@apple.com>
2767 Reviewed by Oliver Hunt.
2769 - test for http://bugs.webkit.org/show_bug.cgi?id=17988
2770 REGRESSION (r31114-31132): Crash in InlineBox::isDirty() opening chowhound.com
2772 * fast/css-generated-content/empty-content-with-float-crash-expected.txt: Added.
2773 * fast/css-generated-content/empty-content-with-float-crash.html: Added.
2775 2008-03-21 Oliver Hunt <oliver@apple.com>
2777 Reviewed by Geoff Garen.
2779 Ensure we correctly report optimised variables as being
2782 * fast/js/propertyIsEnumerable-expected.txt:
2783 * fast/js/resources/propertyIsEnumerable.js:
2785 2008-03-21 Sam Weinig <sam@webkit.org>
2787 Reviewed by Oliver Hunt.
2789 Enable tests for <rdar://problem/5788451>
2790 toDataURL not implemented for Windows (need mapping of MIME type to UTI)
2792 * platform/win/Skipped:
2793 * platform/win/fast/canvas: Added.
2794 * platform/win/fast/canvas/toDataURL-supportedTypes-expected.txt: Added.
2796 2008-03-21 Dan Bernstein <mitz@apple.com>
2798 Reviewed by Adele Peterson.
2800 - test for http://bugs.webkit.org/show_bug.cgi?id=17966
2801 REGRESSION (r31114-r31132): Clearing via br behaves unpredictably
2803 * fast/block/float/br-with-clear.html: Added.
2804 * platform/mac/fast/block/float/br-with-clear-expected.checksum: Added.
2805 * platform/mac/fast/block/float/br-with-clear-expected.png: Added.
2806 * platform/mac/fast/block/float/br-with-clear-expected.txt: Added.
2808 2008-03-21 Dan Bernstein <mitz@apple.com>
2810 - update results for the 'zoom' property added in
2811 <http://trac.webkit.org/projects/webkit/changeset/31155>
2813 * fast/css/computed-style-expected.txt:
2814 * fast/css/computed-style-without-renderer-expected.txt:
2815 * svg/css/getComputedStyle-basic-expected.txt:
2817 2008-03-20 Dan Bernstein <mitz@apple.com>
2819 Reviewed by Anders Carlsson.
2821 - test for an assertion failure due to a line being marked dirty during
2822 computeVerticalPositionsForLine() due to temporary box destruction
2824 * fast/inline/clean-after-removing-temp-boxes-expected.txt: Added.
2825 * fast/inline/clean-after-removing-temp-boxes.html: Added.
2827 2008-03-20 Mark Rowe <mrowe@apple.com>
2829 Rubber-stamped by Sam Weinig.
2831 Tweak NodeList tests to ensure that they force a GC outside of DRT.
2833 * fast/dom/NodeList/5725058-crash-scenario-1.html:
2834 * fast/dom/NodeList/5725058-crash-scenario-2.html:
2836 2008-03-20 Aaron Golden <aegolden@gmail.com>
2838 Reviewed by Darin and David Kilzer.
2840 - test for <http://bugs.webkit.org/show_bug.cgi?id=15263>, which caused certain marquees to not display.
2842 * fast/html/marquee-scroll.html: Added.
2843 * platform/mac/fast/html/marquee-scroll-expected.checksum: Added.
2844 * platform/mac/fast/html/marquee-scroll-expected.png: Added.
2845 * platform/mac/fast/html/marquee-scroll-expected.txt: Added.
2847 2008-03-19 Justin Garcia <justin.garcia@apple.com>
2851 <rdar://problem/5780697> Copying content with CSS property values that are percentages can cause fidelity issues
2853 * editing/pasteboard/5780697-2-expected.txt: Added.
2854 * editing/pasteboard/5780697-2.html: Added.
2856 2008-03-19 Oliver Hunt <oliver@apple.com>
2860 Test case for Canvas.arc with zero-length radius needed to
2861 be updated for current html5 spec.
2863 * fast/canvas/canvas-with-incorrect-args-expected.txt:
2864 * fast/canvas/canvas-with-incorrect-args.html:
2866 2008-03-19 Justin Garcia <justin.garcia@apple.com>
2870 <rdar://problem/5794920> Acid3: Assertion failure in VisiblePosition::previous when clicking on results (17004)
2872 * editing/pasteboard/4989774.html: Updated to wait for the images to load before trying to copy it.
2873 * editing/selection/5794920-1-expected.txt: Added.
2874 * editing/selection/5794920-1.html: Added.
2876 2008-03-19 Dan Bernstein <mitz@apple.com>
2878 Reviewed by Sam Weinig.
2880 - test for assertion failure in RenderBlock::determineStartPosition() at http://www.wired.com/techbiz/it/magazine/16-04/bz_apple
2882 * fast/repaint/line-flow-with-floats-10.html: Added.
2883 * platform/mac/fast/repaint/line-flow-with-floats-10-expected.checksum: Added.
2884 * platform/mac/fast/repaint/line-flow-with-floats-10-expected.png: Added.
2885 * platform/mac/fast/repaint/line-flow-with-floats-10-expected.txt: Added.
2887 2008-03-19 Dan Bernstein <mitz@apple.com>
2889 Reviewed by John Sullivan.
2891 - test for <rdar://problem/5805070> CrashTracer: [USER] 33 crashes in Safari at com.apple.WebCore: WebCore::FrameView::layout + 431
2893 * fast/dynamic/subtree-parent-static-y.html: Added.
2894 * platform/mac/fast/dynamic/subtree-parent-static-y-expected.checksum: Added.
2895 * platform/mac/fast/dynamic/subtree-parent-static-y-expected.png: Added.
2896 * platform/mac/fast/dynamic/subtree-parent-static-y-expected.txt: Added.
2898 2008-03-19 Mark Rowe <mrowe@apple.com>
2900 Reviewed by Oliver Hunt.
2902 Test for http://bugs.webkit.org/show_bug.cgi?id=17939
2903 Bug 17939: Crash decompiling "const a = 1, b;"
2905 * fast/js/function-toString-parentheses-expected.txt:
2906 * fast/js/resources/function-toString-parentheses.js:
2908 2008-03-18 Oliver Hunt <oliver@apple.com>
2910 Reviewed by Mark Rowe.
2912 Bug 17929: Incorrect decompilation with |const|, comma
2913 http://bugs.webkit.org/show_bug.cgi?id=17929
2915 Test cases for converting const nodes to string.
2917 * fast/js/resources/function-toString-parentheses.js:
2919 2008-03-18 Mark Rowe <mrowe@apple.com>
2921 Reviewed by Oliver Hunt.
2923 Tests for http://bugs.webkit.org/show_bug.cgi?id=17925 and http://bugs.webkit.org/show_bug.cgi?id=17927.
2924 - Bug 17925: Crash in KJS::JSObject::put after setting this.__proto__
2925 - Bug 17927: Hang after attempting to create circular __proto__
2927 * fast/js/cyclic-proto-expected.txt: Added.
2928 * fast/js/cyclic-proto.html: Copied from LayoutTests/fast/js/assign.html.
2929 * fast/js/non-object-proto-expected.txt: Added.
2930 * fast/js/non-object-proto.html: Copied from LayoutTests/fast/js/rehash-assign.html.
2931 * fast/js/resources/cyclic-proto.js: Added.
2932 * fast/js/resources/non-object-proto.js: Added.
2934 2008-03-18 Sam Weinig <sam@webkit.org>
2936 Reviewed by Anders Carlsson.
2938 Tests for http://bugs.webkit.org/show_bug.cgi?id=17057
2939 REGRESSION: Frequent random crashes in WebCore::JSNodeList::indexGetter
2940 <rdar://problem/5725058>
2942 * fast/dom/NodeList/5725058-crash-scenario-1-expected.txt: Added.
2943 * fast/dom/NodeList/5725058-crash-scenario-1.html: Added.
2944 * fast/dom/NodeList/5725058-crash-scenario-2-expected.txt: Added.
2945 * fast/dom/NodeList/5725058-crash-scenario-2.html: Added.
2946 * fast/dom/NodeList/5725058-crash-scenario-3-expected.txt: Added.
2947 * fast/dom/NodeList/5725058-crash-scenario-3.html: Added.
2949 2008-03-18 Sam Weinig <sam@webkit.org>
2951 Reviewed by Darin Adler.
2953 Make domListEnumeration.html test not depend on the order of property enumeration
2954 by sorting the result array.
2956 * fast/dom/domListEnumeration-expected.txt:
2957 * fast/dom/resources/domListEnumeration.js:
2959 2008-03-18 Dan Bernstein <mitz@apple.com>
2961 Reviewed by Adele Peterson.
2963 - test for <rdar://problem/5805127> REGRESSION (r31116): Assertion failure (floatIndex < floats.size()) in RenderBlock::determineStartPosition() at digg.com
2965 * fast/dynamic/floating-to-positioned.html: Added.
2966 * platform/mac/fast/dynamic/floating-to-positioned-expected.checksum: Added.
2967 * platform/mac/fast/dynamic/floating-to-positioned-expected.png: Added.
2968 * platform/mac/fast/dynamic/floating-to-positioned-expected.txt: Added.
2970 2008-03-17 Dan Bernstein <mitz@apple.com>
2972 Reviewed by Dave Hyatt.
2974 - test incremental relayout of blocks that contain floats
2976 * fast/repaint/line-flow-with-floats-1.html: Added.
2977 * fast/repaint/line-flow-with-floats-2.html: Added.
2978 * fast/repaint/line-flow-with-floats-3.html: Added.
2979 * fast/repaint/line-flow-with-floats-4.html: Added.
2980 * fast/repaint/line-flow-with-floats-5.html: Added.
2981 * fast/repaint/line-flow-with-floats-6.html: Added.
2982 * fast/repaint/line-flow-with-floats-7.html: Added.
2983 * fast/repaint/line-flow-with-floats-8.html: Added.
2984 * fast/repaint/line-flow-with-floats-9.html: Added.
2985 * fast/repaint/resources/line-flow-with-floats.html: Added.
2986 * fast/repaint/resources/line-flow-with-floats.js: Added.
2987 * platform/mac/fast/repaint/line-flow-with-floats-1-expected.checksum: Added.
2988 * platform/mac/fast/repaint/line-flow-with-floats-1-expected.png: Added.
2989 * platform/mac/fast/repaint/line-flow-with-floats-1-expected.txt: Added.
2990 * platform/mac/fast/repaint/line-flow-with-floats-2-expected.checksum: Added.
2991 * platform/mac/fast/repaint/line-flow-with-floats-2-expected.png: Added.
2992 * platform/mac/fast/repaint/line-flow-with-floats-2-expected.txt: Added.
2993 * platform/mac/fast/repaint/line-flow-with-floats-3-expected.checksum: Added.
2994 * platform/mac/fast/repaint/line-flow-with-floats-3-expected.png: Added.
2995 * platform/mac/fast/repaint/line-flow-with-floats-3-expected.txt: Added.
2996 * platform/mac/fast/repaint/line-flow-with-floats-4-expected.checksum: Added.
2997 * platform/mac/fast/repaint/line-flow-with-floats-4-expected.png: Added.
2998 * platform/mac/fast/repaint/line-flow-with-floats-4-expected.txt: Added.
2999 * platform/mac/fast/repaint/line-flow-with-floats-5-expected.checksum: Added.
3000 * platform/mac/fast/repaint/line-flow-with-floats-5-expected.png: Added.
3001 * platform/mac/fast/repaint/line-flow-with-floats-5-expected.txt: Added.
3002 * platform/mac/fast/repaint/line-flow-with-floats-6-expected.checksum: Added.
3003 * platform/mac/fast/repaint/line-flow-with-floats-6-expected.png: Added.
3004 * platform/mac/fast/repaint/line-flow-with-floats-6-expected.txt: Added.
3005 * platform/mac/fast/repaint/line-flow-with-floats-7-expected.checksum: Added.
3006 * platform/mac/fast/repaint/line-flow-with-floats-7-expected.png: Added.
3007 * platform/mac/fast/repaint/line-flow-with-floats-7-expected.txt: Added.
3008 * platform/mac/fast/repaint/line-flow-with-floats-8-expected.checksum: Added.
3009 * platform/mac/fast/repaint/line-flow-with-floats-8-expected.png: Added.
3010 * platform/mac/fast/repaint/line-flow-with-floats-8-expected.txt: Added.
3011 * platform/mac/fast/repaint/line-flow-with-floats-9-expected.checksum: Added.
3012 * platform/mac/fast/repaint/line-flow-with-floats-9-expected.png: Added.
3013 * platform/mac/fast/repaint/line-flow-with-floats-9-expected.txt: Added.
3015 2008-03-17 Eric Seidel <eric@webkit.org>
3019 Add test case to test NPN_IntFromIdentifier
3021 * plugins/netscape-identifier-conversion-expected.txt: Added.
3022 * plugins/netscape-identifier-conversion.html: Copied from LayoutTests/traversal/resources/TEMPLATE.html.
3023 * plugins/resources/TEMPLATE.html: Copied from LayoutTests/traversal/resources/TEMPLATE.html.
3024 * plugins/resources/netscape-identifier-conversion.js: Added.
3026 2008-03-17 Sam Weinig <sam@webkit.org>
3028 Reviewed by Dan Bernstein.
3030 Add HTMLCollection constructor to the Window object. (Omission noticed by Harri Porten)
3032 * fast/dom/Window/window-properties-expected.txt:
3034 2008-03-17 Robert Blaut <webkit@blaut.biz>
3038 Fix for bug http://bugs.webkit.org/show_bug.cgi?id=17696
3039 Set default margin-bottom for form element in quirk mode
3040 and be compatible with Gecko.
3042 * fast/css/margin-bottom-form-element-quirk.html: Added.
3043 * fast/css/margin-bottom-form-element-strict.html: Added.
3044 * fast/frames/viewsource-empty-attribute-value-expected.txt:
3045 * platform/mac/fast/block/margin-collapse/103-expected.checksum:
3046 * platform/mac/fast/block/margin-collapse/103-expected.png:
3047 * platform/mac/fast/block/margin-collapse/103-expected.txt:
3048 * platform/mac/fast/css/margin-bottom-form-element-quirk-expected.checksum: Added.
3049 * platform/mac/fast/css/margin-bottom-form-element-quirk-expected.png: Added.
3050 * platform/mac/fast/css/margin-bottom-form-element-quirk-expected.txt: Added.
3051 * platform/mac/fast/css/margin-bottom-form-element-strict-expected.checksum: Added.
3052 * platform/mac/fast/css/margin-bottom-form-element-strict-expected.png: Added.
3053 * platform/mac/fast/css/margin-bottom-form-element-strict-expected.txt: Added.
3054 * platform/mac/tables/mozilla/bugs/bug44505-expected.checksum:
3055 * platform/mac/tables/mozilla/bugs/bug44505-expected.png:
3056 * platform/mac/tables/mozilla/bugs/bug44505-expected.txt:
3057 * platform/mac/tables/mozilla/bugs/bug51727-expected.checksum:
3058 * platform/mac/tables/mozilla/bugs/bug51727-expected.png:
3059 * platform/mac/tables/mozilla/bugs/bug51727-expected.txt:
3060 * platform/mac/tables/mozilla/bugs/bug52505-expected.checksum:
3061 * platform/mac/tables/mozilla/bugs/bug52505-expected.png:
3062 * platform/mac/tables/mozilla/bugs/bug52505-expected.txt:
3063 * platform/mac/tables/mozilla/bugs/bug52506-expected.checksum:
3064 * platform/mac/tables/mozilla/bugs/bug52506-expected.png:
3065 * platform/mac/tables/mozilla/bugs/bug52506-expected.txt:
3066 * platform/mac/tables/mozilla_expected_failures/bugs/bug2479-2-expected.checksum:
3067 * platform/mac/tables/mozilla_expected_failures/bugs/bug2479-2-expected.png:
3068 * platform/mac/tables/mozilla_expected_failures/bugs/bug2479-2-expected.txt:
3069 * platform/mac/tables/mozilla_expected_failures/bugs/bug56024-expected.checksum:
3070 * platform/mac/tables/mozilla_expected_failures/bugs/bug56024-expected.png:
3071 * platform/mac/tables/mozilla_expected_failures/bugs/bug56024-expected.txt:
3072 * platform/qt/fast/block/margin-collapse/103-expected.txt: Removed.
3073 * platform/qt/tables/mozilla/bugs/bug44505-expected.txt: Removed.
3074 * platform/qt/tables/mozilla/bugs/bug51727-expected.txt: Removed.
3075 * platform/qt/tables/mozilla/bugs/bug52505-expected.txt: Removed.
3076 * platform/qt/tables/mozilla/bugs/bug52506-expected.txt: Removed.
3077 * platform/qt/tables/mozilla_expected_failures/bugs/bug2479-2-expected.txt: Removed.
3078 * platform/qt/tables/mozilla_expected_failures/bugs/bug56024-expected.txt: Removed.
3080 2008-03-17 Yuzhu Shen <yuzhu.shen@gmail.com>
3084 Bug: http://bugs.webkit.org/show_bug.cgi?id=17760
3085 Test whether <img> tries to load image with empty src attribute.
3087 * fast/images/load-img-with-empty-src-expected.txt: Added.
3088 * fast/images/load-img-with-empty-src.html: Added.
3089 * fast/images/resources/test-load.jpg: Added.
3091 2008-03-17 Adam Roben <aroben@apple.com>
3093 Test for Bug 17876: REGRESSION (r31060): Attempting to visit Ofcom page causes crash
3095 <http://bugs.webkit.org/show_bug.cgi?id=17876>
3099 * fast/dom/remove-named-attribute-crash-expected.txt: Added.
3100 * fast/dom/remove-named-attribute-crash.html: Added.
3102 2008-03-16 Maciej Stachowiak <mjs@apple.com>
3106 - test for "Acid3 expects different exceptions for surroundContents calls involving comment nodes (affects Acid3 test 11)"
3107 http://bugs.webkit.org/show_bug.cgi?id=17509
3109 * fast/dom/Range/acid3-surround-contents-expected.txt: Added.
3110 * fast/dom/Range/acid3-surround-contents.html: Added.
3112 2008-03-16 Marvin Decker <marv.decker@gmail.com>
3116 Fix bug 15119, unencodable characters in URLs should be entity-escaped.
3118 * http/tests/uri/escaped-entity-expected.txt: Added.
3119 * http/tests/uri/escaped-entity.html: Added.
3121 2008-03-16 Darin Adler <darin@apple.com>
3123 Reviewed by Mark Rowe.
3125 - test for bug fixes in http://bugs.webkit.org/show_bug.cgi?id=17881
3126 a little cleanup for HTMLTextAreaElement
3128 * fast/forms/textarea-default-value-leading-newline-expected.txt: Added.
3129 * fast/forms/textarea-default-value-leading-newline.html: Copied from fast/forms/textarea-crlf.html.
3131 * fast/forms/textarea-hard-linewrap-expected.txt: Updated.
3132 * fast/forms/textarea-hard-linewrap.html: Cleaned up a bit.
3134 * fast/forms/textarea-linewrap-dynamic-expected.txt: Added.
3135 * fast/forms/textarea-linewrap-dynamic.html: Copied from fast/forms/textarea-hard-linewrap.html.
3137 2008-03-16 Antti Koivisto <antti@apple.com>
3141 Test for http://bugs.webkit.org/show_bug.cgi?id=17862
3142 REGRESSION (r31038): Reproducible crash under DocLoader::checkForReload() at marware.com
3144 * http/tests/misc/resources/uncacheable-script.cgi: Added.
3145 * http/tests/misc/uncacheable-script-repeated-expected.txt: Added.
3146 * http/tests/misc/uncacheable-script-repeated.html: Added.
3148 2008-03-16 Yuzhu Shen <yuzhu.shen@gmail.com>
3152 Bug: http://bugs.webkit.org/show_bug.cgi?id=17714
3153 Test whether clicking <img href="#"> goes to top of the page.
3155 * fast/html/empty-fragment-id-goto-top-expected.txt: Added.
3156 * fast/html/empty-fragment-id-goto-top.html: Added.
3158 2008-03-16 Darin Adler <darin@apple.com>
3162 - test for http://bugs.webkit.org/show_bug.cgi?id=14941
3163 <rdar://problem/5404093> textarea value from JavaScript includes extra newline
3165 * fast/forms/textarea-paste-newline.html: Updated test to expect correct behavior instead
3166 of expecting the bug.
3168 * fast/forms/textarea-trailing-newline-expected.txt: Added.
3169 * fast/forms/textarea-trailing-newline.html: Added.
3171 2008-03-15 Darin Adler <darin@apple.com>
3175 - test changes for http://bugs.webkit.org/show_bug.cgi?id=11997
3176 Ranges are not fixed after mutation (affects Acid3 test 13)
3178 * fast/dom/Range/mutation-expected.txt: Added.
3179 * fast/dom/Range/mutation.html: Added.
3180 * fast/dom/Range/resources/mutation.js: Added.
3182 * editing/execCommand/4920742-2-expected.txt: Updated.
3183 * editing/execCommand/4920742-2.html: Updated this test. It was testing for a crash in a
3184 case that's no longer possible -- you can't make a range where one endpoint is in the
3185 document and the other is not.
3187 * platform/mac/editing/execCommand/4920488-expected.txt: Removed WRONG_DOCUMENT_ERR.
3188 The fact that a test was getting this exception was a bug, similar to the case above.
3189 * platform/qt/editing/execCommand/4920488-expected.txt: Ditto.
3191 2008-03-15 Julien Chaffraix <julien.chaffraix@gmail.com>
3195 [CURL] Crash below ResourceHandleManager::setupPOST when job->request().httpBody() is NULL
3196 http://bugs.webkit.org/show_bug.cgi?id=16906
3198 * http/tests/xmlhttprequest/xmlhttprequest-post-crash-expected.txt: Added.
3199 * http/tests/xmlhttprequest/xmlhttprequest-post-crash.html: Added.
3201 2008-03-14 Anders Carlsson <andersca@apple.com>
3205 <rdar://problem/5794989>
3206 https://bugs.webkit.org/show_bug.cgi?id=17792
3207 REGRESSION (Safari 3.0.4-3.1): Ordering tickets from Sweden's biggest train operator doesn't work
3211 * fast/dom/Window/window-open-self-from-other-frame-expected.txt: Added.
3212 * fast/dom/Window/window-open-self-from-other-frame.html: Added.
3214 2008-03-14 Dan Bernstein <mitz@apple.com>
3216 Reviewed by Darin Adler.
3218 - test for http://bugs.webkit.org/show_bug.cgi?id=17834
3219 REGRESSION: floated first-letter does not work when included in table
3221 * fast/css/first-letter-float.html: Added.
3222 * platform/mac-leopard/fast/css/first-letter-float-expected.checksum: Added.
3223 * platform/mac-leopard/fast/css/first-letter-float-expected.png: Added.
3224 * platform/mac/fast/css/first-letter-float-expected.txt: Added.
3226 2008-03-13 Antti Koivisto <antti@apple.com>
3230 Update test results for the preload patch. Load order for some resources changed,
3231 this does not affect the substance of these tests.
3233 * platform/mac-leopard/security/block-test-expected.txt:
3234 * security/block-test-expected.txt:
3235 * webarchive/loading/cache-expired-subresource-expected.txt:
3237 2008-03-13 Dan Bernstein <mitz@apple.com>
3239 Reviewed by Dave Hyatt.
3241 - test for http://bugs.webkit.org/show_bug.cgi?id=17819
3242 Border-collapse: collapse later cell wins on PC, earlier cell on Mac
3244 * fast/table/border-collapsing/equal-precedence-resolution.html: Added.
3245 * platform/mac/fast/table/border-collapsing/equal-precedence-resolution-expected.checksum: Added.
3246 * platform/mac/fast/table/border-collapsing/equal-precedence-resolution-expected.png: Added.
3247 * platform/mac/fast/table/border-collapsing/equal-precedence-resolution-expected.txt: Added.
3249 2008-03-12 Justin Garcia <justin.garcia@apple.com>
3253 <rdar://problem/5770834> Crash at InsertTextCommand::prepareForTextInsertion() doing RemoveFormat in a certain list
3255 * editing/execCommand/5770834-1-expected.txt: Added.
3256 * editing/execCommand/5770834-1.html: Added.
3258 2008-03-11 Alexey Proskuryakov <ap@webkit.org>
3262 <rdar://problem/5640615> REGRESSION (Safari 2-3): Changing subframe encoding rules broke
3265 * fast/encoding/frame-default-enc-expected.txt:
3266 * fast/encoding/frame-default-enc.html:
3267 Reversed success and failure.
3269 * http/tests/misc/frame-default-enc-different-domain-expected.txt: Added.
3270 * http/tests/misc/frame-default-enc-different-domain.html: Copied from LayoutTests/fast/encoding/frame-default-enc.html.
3271 * http/tests/misc/frame-default-enc-same-domain-expected.txt: Added.
3272 * http/tests/misc/frame-default-enc-same-domain.html: Copied from LayoutTests/fast/encoding/frame-default-enc.html.
3273 * http/tests/misc/resources/frame-default-enc-frame.html: Copied from LayoutTests/fast/encoding/resources/frame-default-enc-frame.html.
3275 2008-03-10 Sam Weinig <sam@webkit.org>
3277 Reviewed by Beth Dakin.
3279 Update test to catch the SECURITY_ERR thrown by
3280 CanvasRenderingContext2D::getImageData() and
3281 HTMLCanvasElement::toDataURL() on a tainted canvas
3283 * http/tests/security/canvas-remote-read-remote-image-expected.txt:
3284 * http/tests/security/canvas-remote-read-remote-image.html:
3286 2008-03-10 Justin Garcia <justin.garcia@apple.com>
3290 <rdar://problem/5779984> REGRESSION (r30391): GMail: Safari won't display the Edit Link dialog
3292 * editing/pasteboard/5780697-2-expected.txt: Added.
3293 * editing/pasteboard/5780697-2.html: Added.
3294 * editing/selection/5779984-1-expected.txt: Added.
3295 * editing/selection/5779984-1.html: Added.
3297 2008-03-10 Sam Weinig <sam@webkit.org>
3299 Reviewed by Beth Dakin.
3301 Add Tiger specific results for toDataURL-supportedTypes.html as the image
3302 encoders have slightly changed between releases.
3304 * platform/mac-tiger/fast/canvas: Added.
3305 * platform/mac-tiger/fast/canvas/toDataURL-supportedTypes-expected.txt: Added.
3307 2008-03-02 Julien Chaffraix <julien.chaffraix@gmail.com>
3309 Reviewed and landed by Darin.
3311 bug 12182 : XMLHttpRequest should raise SECURITY_ERR for same-origin policy violations
3313 * http/tests/xmlhttprequest/exceptions-expected.txt: Updated results
3315 2008-03-10 Johnny Ding <johnnyding.webkit@gmail.com>
3317 Reviewed, tweaked and landed by Alexey.
3319 Bug http://bugs.webkit.org/show_bug.cgi?id=17732
3320 Test case for testing script decoding after setting its src attribute
3322 * fast/dom/HTMLScriptElement/resources/script-decoding-error-after-setting-src.js: Added.
3323 * fast/dom/HTMLScriptElement/script-decoding-error-after-setting-src-expected.txt: Added.
3324 * fast/dom/HTMLScriptElement/script-decoding-error-after-setting-src.html: Added.
3326 2008-03-07 Simon Hausmann <hausmann@webkit.org>
3332 Added a testcase for http://bugs.webkit.org/show_bug.cgi?id=16815
3334 * fast/js/navigator-plugins-crash-expected.txt: Added.
3335 * fast/js/navigator-plugins-crash.html: Added.
3337 2008-03-08 Oliver Hunt <oliver@apple.com>
3341 Test case for Bug 16516: canvas image patterns stop working with some transformations
3343 * fast/canvas/canvas-pattern-behaviour.js:
3345 2008-03-08 Oliver Hunt <oliver@apple.com>
3349 Bug 17728: Canvas.createPattern with null repeat argument throws an exception
3351 Test cases for various way of constructing a pattern
3353 * fast/canvas/canvas-pattern-behaviour-expected.txt: Added.
3354 * fast/canvas/canvas-pattern-behaviour.html: Added.
3355 * fast/canvas/canvas-pattern-behaviour.js: Added.
3357 2008-03-08 Darin Adler <darin@apple.com>
3359 * platform/win/Skipped: Fixed some typos (stray "s" characters).
3361 2008-03-07 Stephanie Lewis <slewis@apple.com>
3365 Add toDataURL tests to skipped list
3367 * platform/win/Skipped:
3369 2008-03-07 Alexey Proskuryakov <ap@webkit.org>
3373 REGRESSION: Korean decoding doesn't support extended EUC-KR.
3375 * fast/encoding/char-decoding-expected.txt:
3376 * fast/encoding/char-decoding.html:
3377 Added cases for Korean.
3379 2008-03-07 Oliver Hunt <oliver@apple.com>
3381 Reviewed by Mark Rowe.
3383 Test case for Bug 16610: <canvas> restore() removes path segments created before it
3385 * fast/canvas/canvas-save-restore-with-path-expected.txt: Added.
3386 * fast/canvas/canvas-save-restore-with-path.html: Added.
3387 * fast/canvas/canvas-save-restore-with-path.js: Added.
3389 2008-03-07 Samuel Weinig <sam@webkit.org>
3391 Reviewed by Oliver Hunt.
3393 Tests for http://bugs.webkit.org/show_bug.cgi?id=16673
3394 <canvas> lacks toDataURL()
3396 * fast/canvas/toDataURL-noData-expected.txt: Added.
3397 * fast/canvas/toDataURL-noData.html: Added.
3398 * fast/canvas/toDataURL-supportedTypes-expected.txt: Added.
3399 * fast/canvas/toDataURL-supportedTypes.html: Added.
3401 2008-03-07 Stephanie Lewis <slewis@apple.com>
3403 update Windows Skipped List
3405 * platform/win/Skipped:
3407 2008-03-07 Adele Peterson <adele@apple.com>
3409 Adding fast/dom/HTMLDocument/hasFocus.html to the skipped list, while I investigate the failure.
3411 * platform/win/Skipped:
3413 2008-03-06 Geoffrey Garen <ggaren@apple.com>
3415 Reviewed by Darin Adler.
3417 Tests for <rdar://problem/5689093> Stricter (ES4) eval semantics
3419 * fast/js/eval-cross-window-expected.txt: Added.
3420 * fast/js/eval-cross-window.html: Added.
3421 * fast/js/eval-keyword-vs-function-expected.txt: Added.
3422 * fast/js/eval-keyword-vs-function.html: Added.
3423 * fast/js/eval-overriding-expected.txt: Added.
3424 * fast/js/eval-overriding.html: Added.
3426 Tests to make sure not to regress security:
3428 * http/tests/security/resources/xss-eval2.html: Added.
3429 * http/tests/security/resources/xss-eval3.html: Added.
3430 * http/tests/security/xss-eval-expected.txt: Added.
3431 * http/tests/security/xss-eval.html: Added.
3433 I removed these tests because we no longer match the behavior they
3434 expected, and the new tests are more comprehensive:
3436 * fast/js/window-eval-context-expected.txt: Removed.
3437 * fast/js/window-eval-context.html: Removed.
3438 * fast/js/window-eval-tearoff-expected.txt: Removed.
3439 * fast/js/window-eval-tearoff.html: Removed.
3441 2008-03-06 Oliver Hunt <oliver@apple.com>
3445 Test security restrictions for retrieving the content of tainted canvases
3447 * http/tests/security/canvas-remote-read-remote-image-expected.txt: Added.
3448 * http/tests/security/canvas-remote-read-remote-image.html: Added.
3450 2008-03-06 Adele Peterson <adele@apple.com>
3454 Tests for <rdar://problem/5785892> Implement activeElement attribute for HTMLDocument (HTML5)
3455 and <rdar://problem/5785895> Implement hasFocus() for HTMLDocument (HTML5)
3457 * fast/dom/HTMLDocument/activeElement-expected.txt: Added.
3458 * fast/dom/HTMLDocument/activeElement.html: Added.
3459 * fast/dom/HTMLDocument/hasFocus-expected.txt: Added.
3460 * fast/dom/HTMLDocument/hasFocus.html: Added.
3461 * fast/dom/HTMLDocument/resources/hasFocus-iframe.html: Added.
3463 2008-03-06 Dan Bernstein <mitz@apple.com>
3465 Reviewed by Darin Adler.
3467 - test and updated results for <rdar://problem/5741981> 154008 WebKit: Some asian language font glyphs are not shown (in Mail and Entourage)
3469 * fast/text/soft-hyphen-3.html: Added.
3470 * platform/mac/fast/text/basic/014-expected.txt:
3471 * platform/mac/fast/text/soft-hyphen-3-expected.checksum: Added.
3472 * platform/mac/fast/text/soft-hyphen-3-expected.png: Added.
3473 * platform/mac/fast/text/soft-hyphen-3-expected.txt: Added.
3475 2008-03-06 Alexey Proskuryakov <ap@webkit.org>
3479 <rdar://problem/5687269> Need to create a Collator abstraction for WebCore and JavaScriptCore
3481 Added a test to verify that collation is indeed locale-sensitive, and not just UCA.