1 2009-03-25 Darin Adler <darin@apple.com>
3 Reviewed by David Hyatt.
5 Bug 24740: crash in RenderSlider::setPositionFromValue when calling pause() after setting <video> to display: none
6 https://bugs.webkit.org/show_bug.cgi?id=24740
9 Bug 12104: Native Slider: When the thumb's height is specified as a percentage, it is not centered properly
10 https://bugs.webkit.org/show_bug.cgi?id=12104
12 * media/video-display-none-crash-expected.txt: Added.
13 * media/video-display-none-crash.html: Added.
15 * platform/mac/fast/forms/box-shadow-override-expected.txt: Updated since a slider's thumb is no longer
16 relative-positioned and hence no longer gets its own layer.
17 * platform/mac/fast/forms/input-appearance-height-expected.txt: Ditto.
18 * platform/mac/fast/forms/slider-padding-expected.txt: Ditto.
19 * platform/mac/fast/forms/slider-thumb-shared-style-expected.txt: Ditto.
20 * platform/mac/fast/forms/slider-thumb-stylability-expected.txt: Ditto.
21 * platform/mac/media/audio-controls-rendering-expected.txt: Ditto.
22 * platform/mac/media/video-controls-rendering-expected.txt: Ditto.
23 * platform/mac/media/video-display-toggle-expected.txt: Ditto.
25 2009-03-24 Mark Rowe <mrowe@apple.com>
27 Reviewed by Jon "The Most Boring Man in the World" Honeycutt.
29 Update test result for change to explicitly map NSNotFound to -1 in textInputController.characterIndexForPoint.
31 * platform/mac/fast/dom/character-index-for-point-expected.txt:
33 2009-03-24 Mark Rowe <mrowe@apple.com>
35 Rubber-stamped by Oliver Hunt.
37 Skip some more tests that are failing.
39 * platform/mac-snowleopard/Skipped:
41 2009-03-24 Adele Peterson <adele@apple.com>
43 Reviewed by Darin Adler.
45 Updated tests for https://bugs.webkit.org/show_bug.cgi?id=24707
46 <rdar://problem/6593021> Deleting with a caret in a blank, quoted line decreases the quoting, but does not delete the line
48 * editing/deleting/2610675-1-expected.txt:
49 * editing/deleting/2610675-1.html:
50 * editing/deleting/2610675-2-expected.txt:
51 * editing/deleting/2610675-2.html:
53 2009-03-24 Mark Rowe <mrowe@apple.com>
55 Rubber-stamped by Sam Weinig.
57 Skip fast/forms/search-zoomed.html as it currently fails due to <rdar://problem/6718460>.
59 * platform/mac-snowleopard/Skipped:
61 2009-03-24 Mark Rowe <mrowe@apple.com>
63 Skip some more media tests for now.
65 * platform/mac-snowleopard/Skipped:
67 2009-03-24 Pamela Greene <pam@chromium.org>
69 Reviewed by Sam Weinig.
71 Add tests of font choices and metrics, to isolate those dependencies.
73 https://bugs.webkit.org/show_bug.cgi?id=24566
76 * fonts/cursive.html: Added.
77 * fonts/default.html: Added.
78 * fonts/fantasy.html: Added.
79 * fonts/monospace.html: Added.
80 * fonts/sans-serif.html: Added.
81 * fonts/serif.html: Added.
82 * platform/mac/fonts: Added.
83 * platform/mac/fonts/cursive-expected.checksum: Added.
84 * platform/mac/fonts/cursive-expected.png: Added.
85 * platform/mac/fonts/cursive-expected.txt: Added.
86 * platform/mac/fonts/default-expected.checksum: Added.
87 * platform/mac/fonts/default-expected.png: Added.
88 * platform/mac/fonts/default-expected.txt: Added.
89 * platform/mac/fonts/fantasy-expected.checksum: Added.
90 * platform/mac/fonts/fantasy-expected.png: Added.
91 * platform/mac/fonts/fantasy-expected.txt: Added.
92 * platform/mac/fonts/monospace-expected.checksum: Added.
93 * platform/mac/fonts/monospace-expected.png: Added.
94 * platform/mac/fonts/monospace-expected.txt: Added.
95 * platform/mac/fonts/sans-serif-expected.checksum: Added.
96 * platform/mac/fonts/sans-serif-expected.png: Added.
97 * platform/mac/fonts/sans-serif-expected.txt: Added.
98 * platform/mac/fonts/serif-expected.checksum: Added.
99 * platform/mac/fonts/serif-expected.png: Added.
100 * platform/mac/fonts/serif-expected.txt: Added.
102 2009-03-24 David Kilzer <ddkilzer@apple.com>
104 Bug 23310: Setting an absolute path (/abs) on an <iframe> with no src doesn't resolve the URL properly
106 <https://bugs.webkit.org/show_bug.cgi?id=23310>
108 Reviewed by Darin Adler.
110 * fast/frames/iframe-no-src-set-location-expected.txt: Added.
111 * fast/frames/iframe-no-src-set-location.html: Added.
112 * fast/frames/resources/iframe-no-src-set-location-pass.html: Copied from LayoutTests/fast/dom/Document/early-document-access-expected.txt.
114 2009-03-24 Simon Fraser <simon.fraser@apple.com>
116 Reviewed by Dave Hyatt
118 https://bugs.webkit.org/show_bug.cgi?id=24659
120 Testcase for hit testing on element that has been rotated to be almost
123 * platform/mac/transforms/3d/hit-testing/rotated-hit-test-expected.txt: Added.
124 * transforms/3d/hit-testing/rotated-hit-test.html: Added.
126 2009-03-24 David Hyatt <hyatt@apple.com>
128 Reviewed by Simon Fraser
130 Test for https://bugs.webkit.org/show_bug.cgi?id=21789
132 * fast/clip/overflow-border-radius-clip.html: Added.
133 * platform/mac/fast/clip/overflow-border-radius-clip-expected.checksum: Added.
134 * platform/mac/fast/clip/overflow-border-radius-clip-expected.png: Added.
135 * platform/mac/fast/clip/overflow-border-radius-clip-expected.txt: Added.
137 2009-03-24 David Hyatt <hyatt@apple.com>
139 Reviewed by Simon Fraser
141 Test for https://bugs.webkit.org/show_bug.cgi?id=21789
143 * fast/replaced/border-radius-clip.html: Added.
144 * platform/mac/fast/replaced/border-radius-clip-expected.checksum: Added.
145 * platform/mac/fast/replaced/border-radius-clip-expected.png: Added.
146 * platform/mac/fast/replaced/border-radius-clip-expected.txt: Added.
148 2009-03-24 Eric Carlson <eric.carlson@apple.com>
150 Update media tests broken by r41907.
152 * fast/dom/Window/window-properties-expected.txt:
153 * http/tests/media/video-play-stall-seek.html:
154 * http/tests/media/video-play-stall.html:
156 2009-03-24 Dan Bernstein <mitz@apple.com>
158 Reviewed by Darin Adler.
160 - test for <rdar://problem/6107874>
162 Test that the nesting depth of "block-level" elements generated by
165 * fast/parser/block-nesting-cap-expected.txt: Added.
166 * fast/parser/block-nesting-cap.html: Added.
167 * fast/parser/resources/block-nesting-cap.js: Added.
169 2009-03-17 Eric Seidel <eric@webkit.org>
171 Reviewed by David Hyatt.
173 document.write() should be able to make a document strict mode
174 https://bugs.webkit.org/show_bug.cgi?id=24336
176 Our behavior is now tested by fast/dom/Document/document-write-doctype
177 and matches IE, FF fails this new test. Mozilla bug filed:
178 https://bugzilla.mozilla.org/show_bug.cgi?id=483908
180 * fast/dom/Document/document-write-doctype-expected.txt: Added.
181 * fast/dom/Document/document-write-doctype.html: Added.
182 * fast/dom/Document/resources/document-write-doctype.js: Added.
184 2009-03-23 Darin Adler <darin@apple.com>
186 Reviewed by Adele Peterson.
188 Bug 24726: hit testing doesn't work right when the click is on anonymous content
189 https://bugs.webkit.org/show_bug.cgi?id=24726
190 rdar://problem/6696992
192 * editing/selection/hit-test-anonymous-expected.txt: Added.
193 * editing/selection/hit-test-anonymous.html: Added.
195 2009-03-23 Simon Fraser <simon.fraser@apple.com>
197 Reviewed by Antti Koivisto
199 https://bugs.webkit.org/show_bug.cgi?id=24733
201 Test events on the play button after zooming.
203 * media/video-controls-zoomed-expected.txt: Added.
204 * media/video-controls-zoomed.html: Added.
206 2009-03-23 Simon Fraser <simon.fraser@apple.com>
208 Reviewed by Darin Adler
210 https://bugs.webkit.org/show_bug.cgi?id=24736
212 Test listbox hit testing, slider hit testing, and search field
213 hit testing with zoom style (which, unfortunately, isn't quite
214 the same as testing full page zoom).
216 * fast/forms/listbox-hit-test-zoomed.html: Added.
217 * fast/forms/search-zoomed.html: Added.
218 * fast/forms/slider-zoomed-expected.txt: Added.
219 * fast/forms/slider-zoomed.html: Added.
220 * platform/mac/fast/forms/listbox-hit-test-zoomed-expected.checksum: Added.
221 * platform/mac/fast/forms/listbox-hit-test-zoomed-expected.png: Added.
222 * platform/mac/fast/forms/listbox-hit-test-zoomed-expected.txt: Added.
223 * platform/mac/fast/forms/search-zoomed-expected.checksum: Added.
224 * platform/mac/fast/forms/search-zoomed-expected.png: Added.
225 * platform/mac/fast/forms/search-zoomed-expected.txt: Added.
227 2009-03-23 Simon Fraser <simon.fraser@apple.com>
229 Reviewed by Dan Bernstein
231 https://bugs.webkit.org/show_bug.cgi?id=24753
233 Test for CSS clip with zooming.
235 * fast/css/clip-zooming.html: Added.
237 2009-03-23 Eric Carlson <eric.carlson@apple.com>
239 Reviewed by Adele Peterson.
241 https://bugs.webkit.org/show_bug.cgi?id=24588
242 Bug 24588: Update media element implementation to current spec
244 * media/media-constants-expected.txt: Test all media constants.
245 * media/media-constants.html: Ditto.
246 * media/remove-from-document-expected.txt: Updated for spec changes.
247 * media/remove-from-document-no-load.html: Ditto.
248 * media/remove-from-document.html: Ditto.
249 * media/unsupported-rtsp-expected.txt: Ditto.
250 * media/unsupported-rtsp.html: Ditto.
251 * media/video-currentTime-set-expected.txt: Ditto.
252 * media/video-currentTime-set.html: Ditto.
253 * media/video-error-does-not-exist-expected.txt: Ditto.
254 * media/video-error-does-not-exist.html: Ditto.
255 * media/video-load-networkState-expected.txt: Ditto.
256 * media/video-load-networkState.html: Ditto.
257 * media/video-load-readyState-expected.txt: Ditto.
258 * media/video-load-readyState.html: Ditto.
259 * media/video-loop-expected.txt: Ditto.
260 * media/video-loop.html: Ditto.
261 * media/video-pause-empty-events-expected.txt: Ditto.
262 * media/video-pause-empty-events.html: Ditto.
263 * media/video-play-empty-events-expected.txt: Ditto.
264 * media/video-play-empty-events.html: Ditto.
265 * media/video-play-pause-events-expected.txt: Ditto.
266 * media/video-play-pause-events.html: Ditto.
267 * media/video-play-pause-exception-expected.txt: Ditto.
268 * media/video-play-pause-exception.html: Ditto.
269 * media/video-seek-no-src-exception-expected.txt: Test that seeking
270 whene there is no 'src' attribute throws an INVALID_STATE_ERR exception.
271 * media/video-seek-no-src-exception.html:
272 * media/video-seek-past-end-playing-expected.txt: Ditto.
273 * media/video-seek-past-end-playing.html: Ditto.
274 * media/video-seeking-expected.txt: Ditto.
275 * media/video-seeking.html: Ditto.
276 * media/video-source-add-src-expected.txt: Test that adding a 'src'
277 attribute does nothing when a <source> element has already been chosen.
278 * media/video-source-add-src.html:
279 * media/video-src-change-expected.txt: Ditto.
280 * media/video-src-change.html: Ditto.
281 * media/video-src-invalid-remove-expected.txt: Test that removing invalid
282 'src' attribute triggers <source> elements loading.
283 * media/video-src-invalid-remove.html:
284 * media/video-src-plus-source-expected.txt: Test that a <source> element
285 is not used when a bogus 'src' attribute is present.
286 * media/video-src-plus-source.html:
287 * media/video-src-remove-expected.txt: Ditto.
288 * media/video-src-remove.html: Ditto.
289 * media/video-test.js:
294 * media/video-timeupdate-during-playback-expected.txt: Test that 'timeupdate' events
295 are posted while an element is playing but not while paused.
296 * media/video-timeupdate-during-playback.html:
298 * platform/mac/Skipped: Skip media/video-error-abort.html for now, need to figure out how to
299 test now that the 'loadstart' event is now fired asynchronously.
300 * platform/win/Skipped
302 2009-03-22 Simon Fraser <simon.fraser@apple.com>
304 Reviewed by Dan Bernstein
306 https://bugs.webkit.org/show_bug.cgi?id=24743
308 Testcase for hit testing children with negative z-index.
310 * fast/layers/zindex-hit-test.html: Added.
312 2009-03-20 Tony Chang <tony@chromium.org>
314 Reviewed by Alexey Proskuryakov.
316 https://bugs.webkit.org/show_bug.cgi?id=24679
318 Change the layout test from using a data: URL to using a file:///
319 URL for the iframe. If DRT's frame loader has
320 AllowLocalLoadsForLocalOnly, then it's not possible to load an image
321 from disk into the iframe. Since this test is about D&D, not
322 local load checks, switch to a local file that doesn't have this
325 This should fix the test on win DRT as well.
327 * fast/events/resources/standalone-image-drag-to-editable-frame.html: Added.
328 * fast/events/standalone-image-drag-to-editable.html:
330 2009-03-20 Dan Bernstein <mitz@apple.com>
332 Reviewed by Dave Hyatt.
334 - test, updated test and results for https://bugs.webkit.org/show_bug.cgi?id=23739
335 <rdar://problem/6556371> REGRESSION (r36513): iframe isn't sized properly upon load
337 * fast/replaced/percent-height-in-anonymous-block-in-table.html: Added.
338 * fast/replaced/table-percent-height-expected.txt:
339 * fast/replaced/table-percent-height.html:
340 * platform/mac/fast/replaced/percent-height-in-anonymous-block-in-table-expected.checksum: Added.
341 * platform/mac/fast/replaced/percent-height-in-anonymous-block-in-table-expected.png: Added.
342 * platform/mac/fast/replaced/percent-height-in-anonymous-block-in-table-expected.txt: Added.
344 2009-03-20 Dmitry Titov <dimich@chromium.org>
346 Fix broken LayoutTest/http/tests/workers/text-encoding.html.
347 Forgot to add a new file with the previous patch.
349 * http/tests/workers/resources/subworker-encoded.php: Added.
351 2009-03-20 Alpha Lam <hclam@chromium.org>
353 Reviewed by Darin Fisher.
355 https://bugs.webkit.org/show_bug.cgi?id=24721
357 The test in this change is just to verify a no crash. Full tree
358 dump is not necessary, so change to test to dumpAsText and update
359 the affected test results.
361 * fast/block/float/crash-on-absolute-positioning-expected.txt: Added.
362 * fast/block/float/crash-on-absolute-positioning.html:
363 * platform/mac/fast/block/float/crash-on-absolute-positioning-expected.txt: Removed.
365 2009-03-20 Dmitry Titov <dimich@chromium.org>
367 Reviewed by Alexey Proskuryakov.
369 https://bugs.webkit.org/show_bug.cgi?id=24706
370 Remove ScriptExecutionContext::encoding() since Workers do not need it.
371 WorkerContext::encoding() is simply removed, while Document::encoding()
372 made non-virtual and private. Workers use UTF-8 now except when instructed
373 otherwise by http header. Updated test.
374 Also, added test for encoding used by importScripts().
376 * http/tests/workers/resources/subworker-encoded.php: Added.
377 * http/tests/workers/resources/worker-encoded.php:
378 * http/tests/workers/text-encoding-expected.txt:
379 * http/tests/workers/text-encoding.html:
381 2009-03-20 Beth Dakin <bdakin@apple.com>
383 Reviewed by Dave Hyatt.
385 Test for https://bugs.webkit.org/show_bug.cgi?id=20909 REGRESSION
386 (r35318): A press release at pfizer.com does not display correctly
387 - and corresponding -
388 <rdar://problem/6680073>
390 * http/tests/misc/generated-content-inside-table.html: Added.
391 * platform/mac/http/tests/misc/generated-content-inside-table-expected.checksum: Added.
392 * platform/mac/http/tests/misc/generated-content-inside-table-expected.png: Added.
393 * platform/mac/http/tests/misc/generated-content-inside-table-expected.txt: Added.
395 2009-03-19 Alexey Proskuryakov <ap@webkit.org>
397 Reviewed by Darin Adler.
399 https://bugs.webkit.org/show_bug.cgi?id=24122
400 <rdar://problem/6674179>
401 REGRESSION: DOM Range extractContents/deleteContents failures seen on Moxiecode tests
403 * fast/dom/Range/deleted-range-endpoints-expected.txt: Added.
404 * fast/dom/Range/deleted-range-endpoints.html: Added.
406 2009-03-19 Geoffrey Garen <ggaren@apple.com>
408 Reviewed by Cameron Zwarich and Oliver Hunt.
410 Re-enabled this test, since it no longer crashes when JavaScriptCore is
411 compiled in non-JIT mode.
413 * fast/workers/use-machine-stack.html: Copied from fast/workers/use-machine-stack.html-disabled.
414 * fast/workers/use-machine-stack.html-disabled: Removed.
416 2009-03-19 Cameron Zwarich <cwzwarich@uwaterloo.ca>
418 Reviewed by Oliver Hunt.
420 Add tests for bug 24350: REGRESSION: Safari 4 breaks SPAW wysiwyg editor multiple instances
421 <https://bugs.webkit.org/show_bug.cgi?id=24350>
422 <rdar://problem/6674182>
424 * fast/js/function-constructor-newline-after-brace-expected.txt: Added.
425 * fast/js/function-constructor-newline-after-brace.html: Added.
426 * fast/js/resources/function-constructor-newline-after-brace.js: Added.
428 2009-03-19 Mark Rowe <mrowe@apple.com>
430 Reviewed by Stephanie Lewis.
432 Fix fast/text/Geeza-Pro-vertical-metrics-adjustment.html on Leopard by moving the results in to the location
433 that run-webkit-tests currently looks for them.
435 * platform/mac-leopard/platform/mac/fast/text/international/Geeza-Pro-vertical-metrics-adjustment-expected.checksum: Renamed from LayoutTests/platform/mac-leopard/fast/text/international/Geeza-Pro-vertical-metrics-adjustment-expected.checksum.
436 * platform/mac-leopard/platform/mac/fast/text/international/Geeza-Pro-vertical-metrics-adjustment-expected.png: Renamed from LayoutTests/platform/mac-leopard/fast/text/international/Geeza-Pro-vertical-metrics-adjustment-expected.png.
437 * platform/mac-leopard/platform/mac/fast/text/international/Geeza-Pro-vertical-metrics-adjustment-expected.txt: Renamed from LayoutTests/platform/mac-leopard/fast/text/international/Geeza-Pro-vertical-metrics-adjustment-expected.txt.
439 2009-03-19 Geoffrey Garen <ggaren@apple.com>
441 Reviewed by Oliver Hunt.
443 Fixed <rdar://problem/6279213> Regular expression run-time complexity
444 limit too low for long inputs (21485)
446 Added a test for a complex regexp match that should succeed, and one
449 * fast/js/regexp-overflow-expected.txt:
450 * fast/js/resources/regexp-overflow.js:
452 2009-03-19 Mark Rowe <mrowe@apple.com>
454 Reviewed by Sam Weinig.
456 Update test results for changes in handling of CMYK.
458 * fast/canvas/resources/set-colors.js:
459 * fast/canvas/set-colors-expected.txt:
460 * platform/mac-leopard/fast/canvas/set-colors-expected.txt: Copied from LayoutTests/fast/canvas/set-colors-expected.txt.
462 2009-03-19 Geoffrey Garen <ggaren@apple.com>
464 Reviewed by Sam Weinig.
466 Made two layout tests less agressive, to accomodate a change I made
467 for <rdar://problem/6603562> REGRESSION (Safari 4): regular expression
468 pattern size limit lower than Safari 3.2, other browsers, breaks SAP (14873)
470 * fast/js/regexp-charclass-crash-expected.txt:
471 * fast/js/regexp-charclass-crash.html: Explicitly limit the number of iterations
472 in the test loop. Otherwise, regular expression engines supporting very
473 long patterns take a very very very long time to run this test.
475 * fast/js/resources/regexp-overflow.js: Made the "too big" regexp in
476 this test even bigger, to match our new limit.
478 2009-03-19 Simon Fraser <simon.fraser@apple.com>
480 Reviewed by Dave Hyatt
482 https://bugs.webkit.org/show_bug.cgi?id=24686
484 New tests for hit testing transformed, coplanar elements, and transformed elements
485 with a transformed overlay.
487 * platform/mac/transforms/3d/point-mapping/3d-point-mapping-coplanar-expected.txt: Added.
488 * platform/mac/transforms/3d/point-mapping/3d-point-mapping-overlapping-expected.txt: Added.
489 * transforms/3d/point-mapping/3d-point-mapping-coplanar.html: Added.
490 * transforms/3d/point-mapping/3d-point-mapping-overlapping.html: Added.
492 2009-03-19 Scott Violet <sky@google.com>
494 Reviewed by Simon Fraser.
496 https://bugs.webkit.org/show_bug.cgi?id=24678
497 Transitions tests somewhat flakey on Chromium.
499 Modifies transitions/transition-end-event-helpers.js to only process
502 * transitions/transition-end-event-helpers.js:
504 2009-03-19 Cameron Zwarich <cwzwarich@uwaterloo.ca>
506 Reviewed by Oliver Hunt.
508 Add test for bug 24596: ASSERT in JSC::PropertySlot::slotBase @ iGoogle homepage
509 <https://bugs.webkit.org/show_bug.cgi?id=24596>
510 <rdar://problem/6686493>
512 * http/tests/security/cross-frame-access-get-custom-property-cached-expected.txt: Added.
513 * http/tests/security/cross-frame-access-get-custom-property-cached.html: Added.
514 * http/tests/security/resources/cross-frame-access-get-custom-property-cached-iframe.html: Added.
515 * http/tests/security/resources/cross-frame-access.js:
518 2009-03-18 Alexey Proskuryakov <ap@webkit.org>
520 Reviewed by Sam Weinig.
522 https://bugs.webkit.org/show_bug.cgi?id=24676
523 Simple cross-origin requests shouldn't dispatch upload progress events
525 * http/tests/xmlhttprequest/resources/cross-site-progress-events.cgi: Added.
526 * http/tests/xmlhttprequest/simple-cross-origin-progress-events-expected.txt: Added.
527 * http/tests/xmlhttprequest/simple-cross-origin-progress-events.html: Added.
529 2009-03-18 Mark Rowe <mrowe@apple.com>
531 Reviewed by Sam Weinig.
533 Skip plugins/netscape-throw-exception.html due to <rdar://problem/6530010>.
535 * platform/mac-snowleopard/Skipped:
537 2009-03-18 Mark Rowe <mrowe@apple.com>
539 Rubber-stamped by Dan Bernstein.
541 Disable pluginDocumentView-deallocated-dataSource.html as it has not tested
542 what it was designed to test for some time, and is failing on some machines.
543 Fixing the test is tracked by <https://bugs.webkit.org/show_bug.cgi?id=24690>.
545 * platform/mac/plugins/pluginDocumentView-deallocated-dataSource.html-disabled: Renamed from LayoutTests/platform/mac/plugins/pluginDocumentView-deallocated-dataSource.html.
547 2009-03-18 Mark Rowe <mrowe@apple.com>
549 Reviewed by Dan Bernstein.
551 Update test results for change to address <rdar://problem/6693300>.
553 * plugins/mouse-events-expected.txt:
554 * plugins/netscape-destroy-plugin-script-objects-expected.txt:
555 * plugins/netscape-plugin-setwindow-size-2-expected.txt:
556 * plugins/netscape-plugin-setwindow-size-expected.txt:
557 * plugins/open-and-close-window-with-plugin-expected.txt:
559 2009-03-18 Beth Dakin <bdakin@apple.com>
561 Rubber-stamped by Dan Bernstein.
563 Updating test to reflect our joy.
565 * fast/dom/offset-parent-positioned-and-inline-expected.txt:
566 * fast/dom/offset-parent-positioned-and-inline.html:
568 2009-03-18 Beth Dakin <bdakin@apple.com>
570 Reviewed by Dave Hyatt.
572 Test for <rdar://problem/6636747> REGRESSION (Safari 4 PB-r41326):
573 Popup menu appears at the wrong location on page at http://
574 www.signonsandiego.com/
576 * fast/dom/offset-parent-positioned-and-inline-expected.txt: Added.
577 * fast/dom/offset-parent-positioned-and-inline.html: Added.
579 2009-03-18 Sam Weinig <sam@webkit.org>
581 Reviewed by Simon Fraser.
583 Update test results for https://bugs.webkit.org/show_bug.cgi?id=23966
584 REGRESSION: Custom arrow navigation functionality doesn't work at dropular.net
585 <rdar://problem/6589657>
587 * fast/dom/getBoundingClientRect-expected.txt:
588 * fast/dom/getClientRects-expected.txt:
590 2009-03-18 Alexey Proskuryakov <ap@webkit.org>
592 Reviewed by Darin Adler.
594 https://bugs.webkit.org/show_bug.cgi?id=24670
595 Add tests for XHR progress events during cross-origin requests.
597 * http/tests/xmlhttprequest/redirect-cross-origin-2-expected.txt: Added.
598 * http/tests/xmlhttprequest/redirect-cross-origin-2.html: Added.
599 * http/tests/xmlhttprequest/redirect-cross-origin-expected.txt: Added.
600 * http/tests/xmlhttprequest/redirect-cross-origin-post-expected.txt: Added.
601 * http/tests/xmlhttprequest/redirect-cross-origin-post-sync-expected.txt: Added.
602 * http/tests/xmlhttprequest/redirect-cross-origin-post-sync.html: Added.
603 * http/tests/xmlhttprequest/redirect-cross-origin-post.html: Added.
604 * http/tests/xmlhttprequest/redirect-cross-origin-sync-double-expected.txt: Added.
605 * http/tests/xmlhttprequest/redirect-cross-origin-sync-double.html: Added.
606 * http/tests/xmlhttprequest/redirect-cross-origin-sync-expected.txt: Added.
607 * http/tests/xmlhttprequest/redirect-cross-origin-sync.html: Added.
608 * http/tests/xmlhttprequest/redirect-cross-origin.html: Added.
609 * http/tests/xmlhttprequest/simple-cross-origin-denied-events-expected.txt: Added.
610 * http/tests/xmlhttprequest/simple-cross-origin-denied-events-post-expected.txt: Added.
611 * http/tests/xmlhttprequest/simple-cross-origin-denied-events-post-sync-expected.txt: Added.
612 * http/tests/xmlhttprequest/simple-cross-origin-denied-events-post-sync.html: Added.
613 * http/tests/xmlhttprequest/simple-cross-origin-denied-events-post.html: Added.
614 * http/tests/xmlhttprequest/simple-cross-origin-denied-events-sync-expected.txt: Added.
615 * http/tests/xmlhttprequest/simple-cross-origin-denied-events-sync.html: Added.
616 * http/tests/xmlhttprequest/simple-cross-origin-denied-events.html: Added.
618 2009-03-17 Oliver Hunt <oliver@apple.com>
620 Reviewed by Cameron Zwarich.
622 Update finally codegen test to newer style, add additional tests for
623 finaliser changing the return value.
625 * fast/js/finally-codegen-failure-expected.txt:
626 * fast/js/finally-codegen-failure.html:
627 * fast/js/resources/finally-codegen-failure.js: Added.
629 2009-03-17 Mark Rowe <mrowe@apple.com>
631 Rubber-stamped by Dan Bernstein.
633 Update layout test to avoid depending on formatting of -[NSAttributedString description].
635 The attributes aren't important to the test.
637 * platform/mac/fast/text/attributed-substring-from-range-001-expected.txt:
638 * platform/mac/fast/text/attributed-substring-from-range-001.html:
640 2009-03-17 Mark Rowe <mrowe@apple.com>
642 Rubber-stamped by Dan Bernstein.
644 Land updated results for tests involving Geeza Pro.
646 * platform/mac-leopard/fast/text/international/Geeza-Pro-vertical-metrics-adjustment-expected.checksum: Renamed from LayoutTests/platform/mac/fast/text/international/Geeza-Pro-vertical-metrics-adjustment-expected.checksum.
647 * platform/mac-leopard/fast/text/international/Geeza-Pro-vertical-metrics-adjustment-expected.png: Renamed from LayoutTests/platform/mac/fast/text/international/Geeza-Pro-vertical-metrics-adjustment-expected.png.
648 * platform/mac-leopard/fast/text/international/Geeza-Pro-vertical-metrics-adjustment-expected.txt: Copied from LayoutTests/platform/mac/fast/text/international/Geeza-Pro-vertical-metrics-adjustment-expected.txt.
649 * platform/mac-leopard/fast/text/international/bidi-AN-after-L-expected.checksum: Renamed from LayoutTests/platform/mac/fast/text/international/bidi-AN-after-L-expected.checksum.
650 * platform/mac-leopard/fast/text/international/bidi-AN-after-L-expected.png: Renamed from LayoutTests/platform/mac/fast/text/international/bidi-AN-after-L-expected.png.
651 * platform/mac-leopard/fast/text/international/bidi-AN-after-L-expected.txt: Copied from LayoutTests/platform/mac/fast/text/international/bidi-AN-after-L-expected.txt.
652 * platform/mac-leopard/fast/text/international/bidi-AN-after-empty-run-expected.checksum: Renamed from LayoutTests/platform/mac/fast/text/international/bidi-AN-after-empty-run-expected.checksum.
653 * platform/mac-leopard/fast/text/international/bidi-AN-after-empty-run-expected.png: Renamed from LayoutTests/platform/mac/fast/text/international/bidi-AN-after-empty-run-expected.png.
654 * platform/mac-leopard/fast/text/international/bidi-AN-after-empty-run-expected.txt: Copied from LayoutTests/platform/mac/fast/text/international/bidi-AN-after-empty-run-expected.txt.
655 * platform/mac-leopard/fast/text/international/bidi-CS-after-AN-expected.checksum: Renamed from LayoutTests/platform/mac/fast/text/international/bidi-CS-after-AN-expected.checksum.
656 * platform/mac-leopard/fast/text/international/bidi-CS-after-AN-expected.png: Renamed from LayoutTests/platform/mac/fast/text/international/bidi-CS-after-AN-expected.png.
657 * platform/mac-leopard/fast/text/international/bidi-CS-after-AN-expected.txt: Copied from LayoutTests/platform/mac/fast/text/international/bidi-CS-after-AN-expected.txt.
658 * platform/mac-leopard/fast/text/international/bidi-neutral-run-expected.checksum: Renamed from LayoutTests/platform/mac/fast/text/international/bidi-neutral-run-expected.checksum.
659 * platform/mac-leopard/fast/text/international/bidi-neutral-run-expected.png: Renamed from LayoutTests/platform/mac/fast/text/international/bidi-neutral-run-expected.png.
660 * platform/mac-leopard/fast/text/international/bidi-neutral-run-expected.txt: Copied from LayoutTests/platform/mac/fast/text/international/bidi-neutral-run-expected.txt.
661 * platform/mac/fast/text/international/Geeza-Pro-vertical-metrics-adjustment-expected.txt:
662 * platform/mac/fast/text/international/bidi-AN-after-L-expected.txt:
663 * platform/mac/fast/text/international/bidi-AN-after-empty-run-expected.txt:
664 * platform/mac/fast/text/international/bidi-CS-after-AN-expected.txt:
665 * platform/mac/fast/text/international/bidi-neutral-run-expected.txt:
667 2009-03-17 Mark Rowe <mrowe@apple.com>
669 Rubber-stamped by Dan Bernstein.
671 Move the results out of platform/mac since they're a cross-platform progression,
672 and non-Mac platforms are already skipping the tests.
674 * fast/dom/Window/window-properties-expected.txt:
675 * fast/dom/navigator-detached-no-crash-expected.txt:
676 * platform/mac/fast/dom/Window/window-properties-expected.txt: Removed.
677 * platform/mac/fast/dom/navigator-detached-no-crash-expected.txt: Removed.
679 2009-03-17 Mark Rowe <mrowe@apple.com>
681 Rubber-stamped by Sam Weinig.
683 Update layout test results now that the test passes.
685 * fast/xsl/mozilla-tests-expected.txt:
686 * platform/mac-leopard/fast/xsl/mozilla-tests-expected.txt: Copied from LayoutTests/fast/xsl/mozilla-tests-expected.txt.
688 2009-03-17 Mark Rowe <mrowe@apple.com>
690 Reviewed by Sam Weinig.
692 Add platform-specific layout test results to accommodate geolocation.
694 * platform/mac-leopard/fast/dom/Window/window-properties-expected.txt: Copied from LayoutTests/fast/dom/Window/window-properties-expected.txt.
695 * platform/mac-leopard/fast/dom/navigator-detached-no-crash-expected.txt: Copied from LayoutTests/fast/dom/navigator-detached-no-crash-expected.txt.
696 * platform/mac/fast/dom/Window/window-properties-expected.txt: Copied from LayoutTests/fast/dom/Window/window-properties-expected.txt.
697 * platform/mac/fast/dom/navigator-detached-no-crash-expected.txt: Copied from LayoutTests/fast/dom/navigator-detached-no-crash-expected.txt.
699 2009-03-17 Mark Rowe <mrowe@apple.com>
701 Reviewed by Sam Weinig.
703 Remove geolocation-not-implemented.html.
705 * geolocation/geolocation-not-implemented-expected.txt: Removed.
706 * geolocation/geolocation-not-implemented.html: Removed.
707 * geolocation/geolocation-test.js: Removed.
708 * platform/gtk/Skipped:
710 2009-03-17 Mark Rowe <mrowe@apple.com>
712 Rubber-stamped by Sam Weinig.
714 Update layout test results to accommodate the updated Unicode text segmentation rules.
716 * platform/mac-leopard/css1/text_properties/text_transform-expected.checksum: Renamed from LayoutTests/platform/mac/css1/text_properties/text_transform-expected.checksum.
717 * platform/mac-leopard/css1/text_properties/text_transform-expected.png: Renamed from LayoutTests/platform/mac/css1/text_properties/text_transform-expected.png.
718 * platform/mac-leopard/css1/text_properties/text_transform-expected.txt: Copied from LayoutTests/platform/mac/css1/text_properties/text_transform-expected.txt.
719 * platform/mac-leopard/css2.1/t1605-c545-txttrans-00-b-ag-expected.checksum: Renamed from LayoutTests/platform/mac/css2.1/t1605-c545-txttrans-00-b-ag-expected.checksum.
720 * platform/mac-leopard/css2.1/t1605-c545-txttrans-00-b-ag-expected.png: Renamed from LayoutTests/platform/mac/css2.1/t1605-c545-txttrans-00-b-ag-expected.png.
721 * platform/mac-leopard/css2.1/t1605-c545-txttrans-00-b-ag-expected.txt: Copied from LayoutTests/platform/mac/css2.1/t1605-c545-txttrans-00-b-ag-expected.txt.
722 * platform/mac/css1/text_properties/text_transform-expected.txt:
723 * platform/mac/css2.1/t1605-c545-txttrans-00-b-ag-expected.txt:
725 2009-03-17 Ojan Vafai <ojan@chromium.org>
727 Reviewed by Adele Peterson.
729 Put the padding inside scrollbars on textareas.
730 https://bugs.webkit.org/show_bug.cgi?id=24370
732 Almost all of the test rebaselines are just the textarea moving into the layer
733 now that the overflow is on the textarea instead of it's shadowNode. There area
734 a couple pixel test rebaselines where the scrollbars move and text wraps
735 differently now that the padding is inside the scrollbars.
737 * platform/mac/editing/inserting/4960120-1-expected.txt:
738 * platform/mac/editing/pasteboard/nested-blocks-with-text-area-expected.txt:
739 * platform/mac/editing/pasteboard/pasting-tabs-expected.txt:
740 * platform/mac/fast/block/margin-collapse/103-expected.txt:
741 * platform/mac/fast/css/resize-corner-tracking-expected.txt:
742 * platform/mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt:
743 * platform/mac/fast/dynamic/008-expected.txt:
744 * platform/mac/fast/forms/basic-textareas-expected.checksum:
745 * platform/mac/fast/forms/basic-textareas-expected.png:
746 * platform/mac/fast/forms/basic-textareas-expected.txt:
747 * platform/mac/fast/forms/basic-textareas-quirks-expected.checksum: Added.
748 * platform/mac/fast/forms/basic-textareas-quirks-expected.png: Added.
749 * platform/mac/fast/forms/basic-textareas-quirks-expected.txt: Added.
750 * platform/mac/fast/forms/form-element-geometry-expected.txt:
751 * platform/mac/fast/forms/linebox-overflow-in-textarea-padding-expected.checksum:
752 * platform/mac/fast/forms/linebox-overflow-in-textarea-padding-expected.png:
753 * platform/mac/fast/forms/linebox-overflow-in-textarea-padding-expected.txt:
754 * platform/mac/fast/forms/negativeLineHeight-expected.txt:
755 * platform/mac/fast/forms/textAreaLineHeight-expected.txt:
756 * platform/mac/fast/forms/textarea-align-expected.txt:
757 * platform/mac/fast/forms/textarea-rows-cols-expected.txt:
758 * platform/mac/fast/forms/textarea-scroll-height-expected.txt:
759 * platform/mac/fast/forms/textarea-scrollbar-expected.txt:
760 * platform/mac/fast/forms/textarea-scrolled-type-expected.txt:
761 * platform/mac/fast/forms/textarea-setinnerhtml-expected.txt:
762 * platform/mac/fast/forms/textarea-width-expected.txt:
763 * platform/mac/fast/overflow/overflow-x-y-expected.txt:
764 * platform/mac/fast/parser/comment-in-textarea-expected.txt:
765 * platform/mac/fast/parser/entity-comment-in-textarea-expected.txt:
766 * platform/mac/fast/parser/open-comment-in-textarea-expected.txt:
767 * platform/mac/fast/replaced/width100percent-textarea-expected.txt:
768 * platform/mac/fast/table/003-expected.txt:
769 * platform/mac/fast/text/international/rtl-white-space-pre-wrap-expected.txt:
770 * platform/mac/http/tests/navigation/anchor-basic-expected.txt:
771 * platform/mac/http/tests/navigation/anchor-frames-expected.txt:
772 * platform/mac/http/tests/navigation/anchor-goback-expected.txt:
773 * platform/mac/http/tests/navigation/anchor-subframeload-expected.txt:
774 * platform/mac/http/tests/navigation/javascriptlink-basic-expected.txt:
775 * platform/mac/http/tests/navigation/javascriptlink-frames-expected.txt:
776 * platform/mac/http/tests/navigation/javascriptlink-goback-expected.txt:
777 * platform/mac/http/tests/navigation/javascriptlink-subframeload-expected.txt:
778 * platform/mac/http/tests/navigation/metaredirect-basic-expected.txt:
779 * platform/mac/http/tests/navigation/metaredirect-frames-expected.txt:
780 * platform/mac/http/tests/navigation/metaredirect-goback-expected.txt:
781 * platform/mac/http/tests/navigation/metaredirect-subframeload-expected.txt:
782 * platform/mac/http/tests/navigation/post-goback2-expected.txt:
783 * platform/mac/http/tests/navigation/postredirect-goback2-expected.txt:
784 * platform/mac/http/tests/navigation/redirect302-basic-expected.txt:
785 * platform/mac/http/tests/navigation/redirect302-frames-expected.txt:
786 * platform/mac/http/tests/navigation/redirect302-goback-expected.txt:
787 * platform/mac/http/tests/navigation/redirect302-subframeload-expected.txt:
788 * platform/mac/http/tests/navigation/relativeanchor-basic-expected.txt:
789 * platform/mac/http/tests/navigation/relativeanchor-frames-expected.txt:
790 * platform/mac/http/tests/navigation/relativeanchor-goback-expected.txt:
791 * platform/mac/http/tests/navigation/slowmetaredirect-basic-expected.txt:
792 * platform/mac/http/tests/navigation/slowtimerredirect-basic-expected.txt:
793 * platform/mac/http/tests/navigation/success200-basic-expected.txt:
794 * platform/mac/http/tests/navigation/success200-frames-expected.txt:
795 * platform/mac/http/tests/navigation/success200-frames-loadsame-expected.txt:
796 * platform/mac/http/tests/navigation/success200-goback-expected.txt:
797 * platform/mac/http/tests/navigation/success200-loadsame-expected.txt:
798 * platform/mac/http/tests/navigation/success200-reload-expected.txt:
799 * platform/mac/http/tests/navigation/success200-subframeload-expected.txt:
800 * platform/mac/http/tests/navigation/timerredirect-basic-expected.txt:
801 * platform/mac/http/tests/navigation/timerredirect-frames-expected.txt:
802 * platform/mac/http/tests/navigation/timerredirect-goback-expected.txt:
803 * platform/mac/http/tests/navigation/timerredirect-subframeload-expected.txt:
804 * platform/mac/tables/mozilla/bugs/bug194024-expected.txt:
805 * platform/mac/tables/mozilla/bugs/bug30559-expected.txt:
806 * platform/mac/tables/mozilla/bugs/bug30692-expected.txt:
808 2009-03-17 Adele Peterson <adele@apple.com>
810 Reviewed by Darin Adler.
812 Test for https://bugs.webkit.org/show_bug.cgi?id=24655
813 <rdar://problem/6633727> Hitting return at the end of a line with an anchor jumps me to the bottom of the message
815 * editing/inserting/6633727.html: Added.
816 * platform/mac/editing/inserting/6633727-expected.checksum: Added.
817 * platform/mac/editing/inserting/6633727-expected.png: Added.
818 * platform/mac/editing/inserting/6633727-expected.txt: Added.
820 Updated results. The behavior for these tests doesn't change, but the render tree is slightly different.
822 * platform/mac/editing/inserting/insert-div-021-expected.txt:
823 * platform/mac/editing/style/block-styles-007-expected.txt:
825 2009-03-17 Alexey Proskuryakov <ap@webkit.org>
827 Reviewed by Darin Adler.
829 https://bugs.webkit.org/show_bug.cgi?id=13287
830 Cannot change SELECT to a dynamically created option
832 * fast/forms/add-and-remove-option-expected.txt: Added.
833 * fast/forms/add-and-remove-option.html: Added.
834 * fast/forms/add-remove-option-modification-event-expected.txt: Added.
835 * fast/forms/add-remove-option-modification-event.html: Added.
836 * fast/forms/add-selected-option-expected.txt: Added.
837 * fast/forms/add-selected-option.html: Added.
838 * fast/forms/select-cache-desynchronization-expected.txt: Added.
839 * fast/forms/select-cache-desynchronization.html: Added.
841 2009-03-16 David Hyatt <hyatt@apple.com>
843 <rdar://problem/6648411> REGRESSION: Layout of page is wrong at http://www.popcap.com/
845 Make sure that the initial shouldPaint check that looks at enclosingLayers properly skips over
846 layers that don't paint themselves. This is done by adding a new enclosingSelfPaintingLayer method
847 so that RenderObjects can walk up the enclosing layer chain and skip any layers that don't paint
850 Reviewed by Darin Adler.
852 * fast/block/float/overlapping-floats-with-overflow-hidden.html: Added.
853 * platform/mac/fast/block/float/overlapping-floats-with-overflow-hidden-expected.checksum: Added.
854 * platform/mac/fast/block/float/overlapping-floats-with-overflow-hidden-expected.png: Added.
855 * platform/mac/fast/block/float/overlapping-floats-with-overflow-hidden-expected.txt: Added.
857 2009-03-17 Darin Adler <darin@apple.com>
859 Reviewed by Alexey Proskuryakov.
861 Bug 24624: Crash in imageLoadEventTimerFired after adoptNode used on <img>,
862 seen with inspector, which uses adoptNode
863 https://bugs.webkit.org/show_bug.cgi?id=24624
864 rdar://problem/6422850
866 This test has one significant disadvantage. When it fails, the crash typically
867 occurs during a subsequent test, not this one. It would be great if someone figured
868 out at some point how to improve that.
870 * fast/dom/HTMLImageElement/image-load-cross-document-expected.txt: Added.
871 * fast/dom/HTMLImageElement/image-load-cross-document.html: Added.
872 * fast/dom/HTMLImageElement/resources/image-load-subframe.html: Added.
874 2009-03-17 Alexey Proskuryakov <ap@webkit.org>
876 Reviewed by Sam Weinig.
878 https://bugs.webkit.org/show_bug.cgi?id=24614
879 Access control checks are different in cached and uncached cases
881 * http/tests/xmlhttprequest/access-control-basic-non-simple-allow-async.html:
882 * http/tests/xmlhttprequest/access-control-basic-non-simple-allow.html:
883 The default Content-Type set by XMLHttpRequest is no longer implicitly permitted for
884 cross origin requests, changed the test to send text/plain.
886 * http/tests/xmlhttprequest/resources/access-control-basic-non-get-allow.cgi:
887 Modified to prevent errors on unexpected request methods (not directly related to this patch).
889 * http/tests/xmlhttprequest/access-control-basic-non-simple-deny-cached-expected.txt: Added.
890 * http/tests/xmlhttprequest/access-control-basic-non-simple-deny-cached.html: Added.
892 2009-03-16 Gustavo Noronha Silva <gns@gnome.org>
894 Reviewed by Mark Rowe.
896 https://bugs.webkit.org/show_bug.cgi?id=24638
897 [GTK] HTML5 media tags do not work
899 Remove the blacklisting of the media/ directory, now that we have
900 a working MediaPlayer; skip only the tests that are still failing
901 because MediaPlayerPrivateGStreamer is not completely implemented.
903 * platform/gtk/Skipped:
905 2009-03-16 Mark Rowe <mrowe@apple.com>
907 Rubber-stamped by Adele Peterson.
909 Skip media tests that are currently failing.
911 * platform/mac-snowleopard/Skipped:
913 2009-03-16 Mark Rowe <mrowe@apple.com>
915 Rubber-stamped by Beth Dakin.
917 Skip a test that is currently crashing.
919 * platform/mac-snowleopard/Skipped:
921 2009-03-16 Mark Rowe <mrowe@apple.com>
923 Rubber-stamped by Beth Dakin.
925 Update test results for six accessibility tests.
927 * platform/mac/accessibility/lists-expected.txt:
928 * platform/mac/accessibility/table-attributes-expected.txt:
929 * platform/mac/accessibility/table-detection-expected.txt:
930 * platform/mac/accessibility/table-sections-expected.txt:
931 * platform/mac/accessibility/table-with-aria-role-expected.txt:
932 * platform/mac/accessibility/table-with-rules-expected.txt:
934 2009-03-16 Mark Rowe <mrowe@apple.com>
936 Rubber-stamped by Beth Dakin.
938 Move platform-specific acessibility tests and results into platform/mac.
940 * platform/mac/accessibility/accesskey-expected.txt: Renamed from LayoutTests/accessibility/accesskey-expected.txt.
941 * platform/mac/accessibility/accesskey.html: Renamed from LayoutTests/accessibility/accesskey.html.
942 * platform/mac/accessibility/aria-describedby-on-input-expected.txt: Renamed from LayoutTests/accessibility/aria-describedby-on-input-expected.txt.
943 * platform/mac/accessibility/aria-labelledby-on-input-expected.txt: Renamed from LayoutTests/accessibility/aria-labelledby-on-input-expected.txt.
944 * platform/mac/accessibility/aria-range-expected.txt: Renamed from LayoutTests/accessibility/aria-range-expected.txt.
945 * platform/mac/accessibility/aria-range-value-expected.txt: Renamed from LayoutTests/accessibility/aria-range-value-expected.txt.
946 * platform/mac/accessibility/aria-range-value.html: Renamed from LayoutTests/accessibility/aria-range-value.html.
947 * platform/mac/accessibility/aria-range.html: Renamed from LayoutTests/accessibility/aria-range.html.
948 * platform/mac/accessibility/aria-roles-expected.txt: Renamed from LayoutTests/accessibility/aria-roles-expected.txt.
949 * platform/mac/accessibility/aria-slider-expected.txt: Renamed from LayoutTests/accessibility/aria-slider-expected.txt.
950 * platform/mac/accessibility/aria-slider.html: Renamed from LayoutTests/accessibility/aria-slider.html.
951 * platform/mac/accessibility/aria-spinbutton-expected.txt: Renamed from LayoutTests/accessibility/aria-spinbutton-expected.txt.
952 * platform/mac/accessibility/aria-spinbutton.html: Renamed from LayoutTests/accessibility/aria-spinbutton.html.
953 * platform/mac/accessibility/bounds-for-range-expected.txt: Renamed from LayoutTests/accessibility/bounds-for-range-expected.txt.
954 * platform/mac/accessibility/bounds-for-range.html: Renamed from LayoutTests/accessibility/bounds-for-range.html.
955 * platform/mac/accessibility/content-editable-expected.txt: Renamed from LayoutTests/accessibility/content-editable-expected.txt.
956 * platform/mac/accessibility/content-editable.html: Renamed from LayoutTests/accessibility/content-editable.html.
957 * platform/mac/accessibility/document-attributes-expected.txt: Renamed from LayoutTests/accessibility/document-attributes-expected.txt.
958 * platform/mac/accessibility/document-attributes.html: Renamed from LayoutTests/accessibility/document-attributes.html.
959 * platform/mac/accessibility/document-links-expected.txt: Renamed from LayoutTests/accessibility/document-links-expected.txt.
960 * platform/mac/accessibility/document-links.html: Renamed from LayoutTests/accessibility/document-links.html.
961 * platform/mac/accessibility/double-title-expected.txt: Renamed from LayoutTests/accessibility/double-title-expected.txt.
962 * platform/mac/accessibility/double-title.html: Renamed from LayoutTests/accessibility/double-title.html.
963 * platform/mac/accessibility/frame-with-title-expected.txt: Renamed from LayoutTests/accessibility/frame-with-title-expected.txt.
964 * platform/mac/accessibility/frame-with-title.html: Renamed from LayoutTests/accessibility/frame-with-title.html.
965 * platform/mac/accessibility/image-map1-expected.txt: Renamed from LayoutTests/accessibility/image-map1-expected.txt.
966 * platform/mac/accessibility/image-map2-expected.txt: Renamed from LayoutTests/accessibility/image-map2-expected.txt.
967 * platform/mac/accessibility/input-image-url-expected.txt: Renamed from LayoutTests/accessibility/input-image-url-expected.txt.
968 * platform/mac/accessibility/input-image-url.html: Renamed from LayoutTests/accessibility/input-image-url.html.
969 * platform/mac/accessibility/internal-link-anchors-expected.txt: Renamed from LayoutTests/accessibility/internal-link-anchors-expected.txt.
970 * platform/mac/accessibility/internal-link-anchors.html: Renamed from LayoutTests/accessibility/internal-link-anchors.html.
971 * platform/mac/accessibility/internal-link-anchors2-expected.txt: Renamed from LayoutTests/accessibility/internal-link-anchors2-expected.txt.
972 * platform/mac/accessibility/legend-expected.txt: Renamed from LayoutTests/accessibility/legend-expected.txt.
973 * platform/mac/accessibility/plugin-expected.txt: Renamed from LayoutTests/accessibility/plugin-expected.txt.
974 * platform/mac/accessibility/radio-button-group-members-expected.txt: Renamed from LayoutTests/accessibility/radio-button-group-members-expected.txt.
975 * platform/mac/accessibility/resources/cake.png: Copied from LayoutTests/accessibility/resources/cake.png.
976 * platform/mac/accessibility/resources/test.swf: Renamed from LayoutTests/accessibility/resources/test.swf.
977 * platform/mac/accessibility/table-one-cell-expected.txt: Renamed from LayoutTests/accessibility/table-one-cell-expected.txt.
979 2009-03-16 Darin Adler <darin@apple.com>
981 Reviewed by Adele Peterson.
983 Bug 24629: moving forward or backward a paragraph fails at edge of document
984 https://bugs.webkit.org/show_bug.cgi?id=24629
985 rdar://problem/6544413
987 * editing/selection/move-paragraph-document-edges-expected.txt: Added.
988 * editing/selection/move-paragraph-document-edges.html: Added.
990 2009-03-16 David Hyatt <hyatt@apple.com>
992 Reviewed by Eric Seidel
994 https://bugs.webkit.org/show_bug.cgi?id=13632
996 Overflow scrolling needs to account for the bottom/right padding on the object itself as well
997 as for bottom/right margins on children.
999 * platform/mac/fast/body-propagation/overflow/002-expected.checksum:
1000 * platform/mac/fast/body-propagation/overflow/002-expected.png:
1001 * platform/mac/fast/body-propagation/overflow/002-expected.txt:
1002 * platform/mac/fast/body-propagation/overflow/002-xhtml-expected.checksum:
1003 * platform/mac/fast/body-propagation/overflow/002-xhtml-expected.png:
1004 * platform/mac/fast/body-propagation/overflow/002-xhtml-expected.txt:
1005 * platform/mac/fast/body-propagation/overflow/003-declarative-expected.checksum:
1006 * platform/mac/fast/body-propagation/overflow/003-declarative-expected.png:
1007 * platform/mac/fast/body-propagation/overflow/003-declarative-expected.txt:
1008 * platform/mac/fast/body-propagation/overflow/003-expected.checksum:
1009 * platform/mac/fast/body-propagation/overflow/003-expected.png:
1010 * platform/mac/fast/body-propagation/overflow/003-expected.txt:
1011 * platform/mac/fast/body-propagation/overflow/003-xhtml-expected.checksum:
1012 * platform/mac/fast/body-propagation/overflow/003-xhtml-expected.png:
1013 * platform/mac/fast/body-propagation/overflow/003-xhtml-expected.txt:
1014 * platform/mac/fast/body-propagation/overflow/004-declarative-expected.checksum:
1015 * platform/mac/fast/body-propagation/overflow/004-declarative-expected.png:
1016 * platform/mac/fast/body-propagation/overflow/004-declarative-expected.txt:
1017 * platform/mac/fast/body-propagation/overflow/004-expected.checksum:
1018 * platform/mac/fast/body-propagation/overflow/004-expected.png:
1019 * platform/mac/fast/body-propagation/overflow/004-expected.txt:
1020 * platform/mac/fast/body-propagation/overflow/004-xhtml-expected.checksum:
1021 * platform/mac/fast/body-propagation/overflow/004-xhtml-expected.png:
1022 * platform/mac/fast/body-propagation/overflow/004-xhtml-expected.txt:
1023 * platform/mac/fast/body-propagation/overflow/007-declarative-expected.checksum:
1024 * platform/mac/fast/body-propagation/overflow/007-declarative-expected.png:
1025 * platform/mac/fast/body-propagation/overflow/007-declarative-expected.txt:
1026 * platform/mac/fast/body-propagation/overflow/007-expected.checksum:
1027 * platform/mac/fast/body-propagation/overflow/007-expected.png:
1028 * platform/mac/fast/body-propagation/overflow/007-expected.txt:
1029 * platform/mac/fast/body-propagation/overflow/007-xhtml-expected.checksum:
1030 * platform/mac/fast/body-propagation/overflow/007-xhtml-expected.png:
1031 * platform/mac/fast/body-propagation/overflow/007-xhtml-expected.txt:
1032 * platform/mac/fast/forms/basic-textareas-expected.txt:
1033 * platform/mac/fast/forms/input-disabled-color-expected.txt:
1034 * platform/mac/fast/forms/input-readonly-autoscroll-expected.checksum:
1035 * platform/mac/fast/forms/input-readonly-autoscroll-expected.png:
1036 * platform/mac/fast/forms/input-readonly-autoscroll-expected.txt:
1037 * platform/mac/fast/forms/input-readonly-dimmed-expected.txt:
1038 * platform/mac/fast/forms/linebox-overflow-in-textarea-padding-expected.checksum:
1039 * platform/mac/fast/forms/linebox-overflow-in-textarea-padding-expected.png:
1040 * platform/mac/fast/forms/linebox-overflow-in-textarea-padding-expected.txt:
1041 * platform/mac/fast/overflow/003-expected.checksum:
1042 * platform/mac/fast/overflow/003-expected.png:
1043 * platform/mac/fast/overflow/003-expected.txt:
1044 * platform/mac/fast/overflow/004-expected.checksum:
1045 * platform/mac/fast/overflow/004-expected.png:
1046 * platform/mac/fast/overflow/007-expected.checksum:
1047 * platform/mac/fast/overflow/007-expected.png:
1048 * platform/mac/fast/overflow/007-expected.txt:
1049 * platform/mac/fast/overflow/clip-rects-fixed-ancestor-expected.txt:
1050 * platform/mac/fast/repaint/selection-gap-overflow-scroll-expected.checksum:
1051 * platform/mac/fast/repaint/selection-gap-overflow-scroll-expected.png:
1052 * platform/mac/fast/repaint/selection-gap-overflow-scroll-expected.txt:
1053 * platform/mac/fast/replaced/width100percent-textarea-expected.checksum:
1054 * platform/mac/fast/replaced/width100percent-textarea-expected.png:
1055 * platform/mac/fast/replaced/width100percent-textarea-expected.txt:
1056 * platform/mac/scrollbars/overflow-scrollbar-combinations-expected.txt:
1057 * platform/mac/tables/mozilla/bugs/bug83786-expected.txt:
1058 * platform/mac/tables/mozilla_expected_failures/bugs/bug106966-expected.txt:
1060 2009-03-16 Sam Weinig <sam@webkit.org>
1062 Reviewed by Anders Carlsson.
1064 Test for <rdar://problem/6320555>
1065 Add an upper limit for setting HTMLSelectElement.length.
1067 * fast/forms/select-max-length-expected.txt: Added.
1068 * fast/forms/select-max-length.html: Added.
1070 2009-03-16 Pamela Greene <pam@chromium.org>
1072 Reviewed by Dimitri Glazkov.
1074 Remove test dependency on precise window location and size. It's not
1075 clear to me why these vary, but they're not what the test is checking,
1076 so it need not depend on them in any case.
1077 https://bugs.webkit.org/show_bug.cgi?id=24170
1079 * fast/dom/Window/window-lookup-precedence-expected.txt:
1080 * fast/dom/Window/window-lookup-precedence.html:
1082 2009-03-16 Alexey Proskuryakov <ap@webkit.org>
1084 Reviewed by Darin Adler.
1086 https://bugs.webkit.org/show_bug.cgi?id=21752
1087 REGRESSION: referencing XHR constructor for a not yet loaded frame permanently breaks it
1089 * fast/dom/Window/resources/window-early-properties-xhr-frame.html: Added.
1090 * fast/dom/Window/window-early-properties-xhr-expected.txt: Added.
1091 * fast/dom/Window/window-early-properties-xhr.html: Added.
1093 2009-03-15 Alexey Proskuryakov <ap@webkit.org>
1095 Reviewed by Darin Adler.
1097 https://bugs.webkit.org/show_bug.cgi?id=19737
1098 No cursor and paste not enabled right clicking text field/area
1100 * fast/events/right-click-focus-expected.txt: Added.
1101 * fast/events/right-click-focus.html: Added.
1103 * editing/selection/5354455-2.html:
1104 * platform/mac/editing/selection/5354455-2-expected.checksum:
1105 * platform/mac/editing/selection/5354455-2-expected.png:
1106 * platform/mac/editing/selection/5354455-2-expected.txt:
1107 Right-clicking now removes existing selection. I think that this is a progression.
1109 2009-03-15 Alexey Proskuryakov <ap@webkit.org>
1111 Suggested by Mark Rowe.
1113 Move results for security/block-test.html to their correct locations. Results for other
1114 platforms will need to be generated.
1116 * platform/mac-leopard/security/block-test-expected.txt: Removed.
1117 * platform/mac-tiger/security: Added.
1118 * platform/mac-tiger/security/block-test-expected.txt: Copied from LayoutTests/security/block-test-expected.txt.
1119 * platform/mac/security: Added.
1120 * platform/mac/security/block-test-expected.txt: Copied from LayoutTests/platform/mac-leopard/security/block-test-expected.txt.
1121 * security/block-test-expected.txt: Removed.
1123 2009-03-15 Alexey Proskuryakov <ap@webkit.org>
1125 Reviewed by Adele Peterson.
1127 https://bugs.webkit.org/show_bug.cgi?id=23949
1128 HTMLSelectElement is in inconsistent state when handling mutation events
1130 * fast/forms/mutation-event-recalc-expected.txt: Added.
1131 * fast/forms/mutation-event-recalc.html: Added.
1133 2009-03-14 Alexey Proskuryakov <ap@webkit.org>
1135 Add svn:executable property to recently added cgi scripts.
1137 * http/tests/xmlhttprequest/resources/access-control-basic-options-not-supported.cgi:
1138 * http/tests/xmlhttprequest/resources/access-control-basic-whitelist-request-headers.cgi:
1140 2009-03-14 Mark Rowe <mrowe@apple.com>
1142 Rubber-stamped by Dan Bernstein.
1144 Skip two tests that are failing.
1146 * platform/mac-snowleopard/Skipped: Added.
1148 2009-03-14 Xan Lopez <xlopez@igalia.com>
1150 Reviewed by Mark Rowe.
1152 Remove two now working tests from GTK's Skipped list.
1154 * platform/gtk/Skipped:
1156 2009-03-14 Mark Rowe <mrowe@apple.com>
1158 Rubber-stamped by Oliver Hunt.
1160 Update layout test results to accommodate slight changes in error messages in the latest version of libxml2.
1162 * fast/dom/getElementsByClassName/011-expected.txt:
1163 * fast/parser/external-entities-expected.txt:
1164 * platform/mac-leopard/fast/dom/getElementsByClassName/011-expected.txt: Copied from LayoutTests/fast/dom/getElementsByClassName/011-expected.txt.
1165 * platform/mac-leopard/fast/invalid/missing-end-tag-expected.checksum: Copied from LayoutTests/platform/mac/fast/invalid/missing-end-tag-expected.checksum.
1166 * platform/mac-leopard/fast/invalid/missing-end-tag-expected.png: Copied from LayoutTests/platform/mac/fast/invalid/missing-end-tag-expected.png.
1167 * platform/mac-leopard/fast/invalid/missing-end-tag-expected.txt: Copied from LayoutTests/platform/mac/fast/invalid/missing-end-tag-expected.txt.
1168 * platform/mac-leopard/fast/parser/external-entities-expected.txt: Copied from LayoutTests/fast/parser/external-entities-expected.txt.
1169 * platform/mac-leopard/fast/parser/xhtml-alternate-entities-expected.checksum: Copied from LayoutTests/platform/mac/fast/parser/xhtml-alternate-entities-expected.checksum.
1170 * platform/mac-leopard/fast/parser/xhtml-alternate-entities-expected.png: Copied from LayoutTests/platform/mac/fast/parser/xhtml-alternate-entities-expected.png.
1171 * platform/mac-leopard/fast/parser/xhtml-alternate-entities-expected.txt: Copied from LayoutTests/platform/mac/fast/parser/xhtml-alternate-entities-expected.txt.
1172 * platform/mac-leopard/fast/xsl/xslt-extra-content-at-end-expected.checksum: Copied from LayoutTests/platform/mac/fast/xsl/xslt-extra-content-at-end-expected.checksum.
1173 * platform/mac-leopard/fast/xsl/xslt-extra-content-at-end-expected.png: Copied from LayoutTests/platform/mac/fast/xsl/xslt-extra-content-at-end-expected.png.
1174 * platform/mac-leopard/fast/xsl/xslt-extra-content-at-end-expected.txt: Copied from LayoutTests/platform/mac/fast/xsl/xslt-extra-content-at-end-expected.txt.
1175 * platform/mac-leopard/svg/custom/junk-data-expected.checksum: Copied from LayoutTests/platform/mac/svg/custom/junk-data-expected.checksum.
1176 * platform/mac-leopard/svg/custom/junk-data-expected.png: Copied from LayoutTests/platform/mac/svg/custom/junk-data-expected.png.
1177 * platform/mac-leopard/svg/custom/junk-data-expected.txt: Copied from LayoutTests/platform/mac/svg/custom/junk-data-expected.txt.
1178 * platform/mac-leopard/svg/custom/missing-xlink-expected.checksum: Copied from LayoutTests/platform/mac/svg/custom/missing-xlink-expected.checksum.
1179 * platform/mac-leopard/svg/custom/missing-xlink-expected.png: Copied from LayoutTests/platform/mac/svg/custom/missing-xlink-expected.png.
1180 * platform/mac-leopard/svg/custom/missing-xlink-expected.txt: Copied from LayoutTests/platform/mac/svg/custom/missing-xlink-expected.txt.
1181 * platform/mac-leopard/svg/hixie/error/012-expected.checksum: Copied from LayoutTests/platform/mac/svg/hixie/error/012-expected.checksum.
1182 * platform/mac-leopard/svg/hixie/error/012-expected.png: Copied from LayoutTests/platform/mac/svg/hixie/error/012-expected.png.
1183 * platform/mac-leopard/svg/hixie/error/012-expected.txt: Copied from LayoutTests/platform/mac/svg/hixie/error/012-expected.txt.
1184 * platform/mac/fast/invalid/missing-end-tag-expected.checksum:
1185 * platform/mac/fast/invalid/missing-end-tag-expected.png:
1186 * platform/mac/fast/invalid/missing-end-tag-expected.txt:
1187 * platform/mac/fast/parser/xhtml-alternate-entities-expected.checksum:
1188 * platform/mac/fast/parser/xhtml-alternate-entities-expected.png:
1189 * platform/mac/fast/parser/xhtml-alternate-entities-expected.txt:
1190 * platform/mac/fast/xsl/xslt-extra-content-at-end-expected.checksum:
1191 * platform/mac/fast/xsl/xslt-extra-content-at-end-expected.png:
1192 * platform/mac/fast/xsl/xslt-extra-content-at-end-expected.txt:
1193 * platform/mac/svg/custom/junk-data-expected.checksum:
1194 * platform/mac/svg/custom/junk-data-expected.png:
1195 * platform/mac/svg/custom/junk-data-expected.txt:
1196 * platform/mac/svg/custom/missing-xlink-expected.checksum:
1197 * platform/mac/svg/custom/missing-xlink-expected.png:
1198 * platform/mac/svg/custom/missing-xlink-expected.txt:
1199 * platform/mac/svg/hixie/error/012-expected.checksum:
1200 * platform/mac/svg/hixie/error/012-expected.png:
1201 * platform/mac/svg/hixie/error/012-expected.txt:
1203 2009-03-14 Mark Rowe <mrowe@apple.com>
1205 Reviewed by Dan Bernstein.
1207 Shuffle layout tests and expected results around to fit the new search policy.
1209 * platform/mac-leopard/Skipped:
1210 * platform/mac-leopard/accessibility/lists-expected.txt: Renamed from LayoutTests/accessibility/lists-expected.txt.
1211 * platform/mac-leopard/accessibility/table-attributes-expected.txt: Renamed from LayoutTests/accessibility/table-attributes-expected.txt.
1212 * platform/mac-leopard/accessibility/table-cell-spans-expected.txt: Renamed from LayoutTests/accessibility/table-cell-spans-expected.txt.
1213 * platform/mac-leopard/accessibility/table-cells-expected.txt: Renamed from LayoutTests/accessibility/table-cells-expected.txt.
1214 * platform/mac-leopard/accessibility/table-detection-expected.txt: Renamed from LayoutTests/accessibility/table-detection-expected.txt.
1215 * platform/mac-leopard/accessibility/table-sections-expected.txt: Renamed from LayoutTests/accessibility/table-sections-expected.txt.
1216 * platform/mac-leopard/accessibility/table-with-aria-role-expected.txt: Renamed from LayoutTests/accessibility/table-with-aria-role-expected.txt.
1217 * platform/mac-leopard/accessibility/table-with-rules-expected.txt: Renamed from LayoutTests/accessibility/table-with-rules-expected.txt.
1218 * platform/mac-leopard/fast/text/atsui-multiple-renderers-expected.checksum: Copied from LayoutTests/platform/mac/fast/text/atsui-multiple-renderers-expected.checksum.
1219 * platform/mac-leopard/fast/text/atsui-multiple-renderers-expected.png: Copied from LayoutTests/platform/mac/fast/text/atsui-multiple-renderers-expected.png.
1220 * platform/mac-leopard/fast/text/atsui-multiple-renderers-expected.txt: Copied from LayoutTests/platform/mac/fast/text/atsui-multiple-renderers-expected.txt.
1221 * platform/mac-tiger/Skipped:
1222 * platform/mac/accessibility/lists-expected.txt: Renamed from LayoutTests/platform/mac-snowleopard/accessibility/lists-expected.txt.
1223 * platform/mac/accessibility/table-attributes-expected.txt: Renamed from LayoutTests/platform/mac-snowleopard/accessibility/table-attributes-expected.txt.
1224 * platform/mac/accessibility/table-cell-spans-expected.txt: Renamed from LayoutTests/platform/mac-snowleopard/accessibility/table-cell-spans-expected.txt.
1225 * platform/mac/accessibility/table-cells-expected.txt: Renamed from LayoutTests/platform/mac-snowleopard/accessibility/table-cells-expected.txt.
1226 * platform/mac/accessibility/table-detection-expected.txt: Renamed from LayoutTests/platform/mac-snowleopard/accessibility/table-detection-expected.txt.
1227 * platform/mac/accessibility/table-multi-bodies-expected.txt: Renamed from LayoutTests/platform/mac-snowleopard/accessibility/table-multi-bodies-expected.txt.
1228 * platform/mac/accessibility/table-multi-bodies.html: Renamed from LayoutTests/platform/mac-snowleopard/accessibility/table-multi-bodies.html.
1229 * platform/mac/accessibility/table-sections-expected.txt: Renamed from LayoutTests/platform/mac-snowleopard/accessibility/table-sections-expected.txt.
1230 * platform/mac/accessibility/table-updating-expected.txt: Renamed from LayoutTests/platform/mac-snowleopard/accessibility/table-updating-expected.txt.
1231 * platform/mac/accessibility/table-updating.html: Renamed from LayoutTests/platform/mac-snowleopard/accessibility/table-updating.html.
1232 * platform/mac/accessibility/table-with-aria-role-expected.txt: Renamed from LayoutTests/platform/mac-snowleopard/accessibility/table-with-aria-role-expected.txt.
1233 * platform/mac/accessibility/table-with-rules-expected.txt: Renamed from LayoutTests/platform/mac-snowleopard/accessibility/table-with-rules-expected.txt.
1234 * platform/mac/fast/text/atsui-multiple-renderers-expected.checksum: Renamed from platform/mac-snowleopard/fast/text/atsui-multiple-renderers-expected.checksum.
1235 * platform/mac/fast/text/atsui-multiple-renderers-expected.png: Renamed from platform/mac-snowleopard/fast/text/atsui-multiple-renderers-expected.png.
1236 * platform/mac/fast/text/atsui-multiple-renderers-expected.txt: Renamed from platform/mac-snowleopard/fast/text/atsui-multiple-renderers-expected.txt.
1237 * platform/mac/fast/text/myanmar-shaping-expected.checksum: Renamed from LayoutTests/platform/mac-snowleopard/fast/text/myanmar-shaping-expected.checksum.
1238 * platform/mac/fast/text/myanmar-shaping-expected.png: Renamed from LayoutTests/platform/mac-snowleopard/fast/text/myanmar-shaping-expected.png.
1239 * platform/mac/fast/text/myanmar-shaping-expected.txt: Renamed from LayoutTests/platform/mac-snowleopard/fast/text/myanmar-shaping-expected.txt.
1240 * platform/mac/fast/text/myanmar-shaping.html: Renamed from LayoutTests/platform/mac-snowleopard/fast/text/myanmar-shaping.html.
1241 * platform/mac/fast/text/resources/Garuda.ttf: Renamed from LayoutTests/platform/mac-snowleopard/fast/text/resources/Garuda.ttf.
1242 * platform/mac/fast/text/resources/mm3.ttf: Renamed from LayoutTests/platform/mac-snowleopard/fast/text/resources/mm3.ttf.
1243 * platform/mac/fast/text/thai-combining-mark-positioning-expected.checksum: Renamed from LayoutTests/platform/mac-snowleopard/fast/text/thai-combining-mark-positioning-expected.checksum.
1244 * platform/mac/fast/text/thai-combining-mark-positioning-expected.png: Renamed from LayoutTests/platform/mac-snowleopard/fast/text/thai-combining-mark-positioning-expected.png.
1245 * platform/mac/fast/text/thai-combining-mark-positioning-expected.txt: Renamed from LayoutTests/platform/mac-snowleopard/fast/text/thai-combining-mark-positioning-expected.txt.
1246 * platform/mac/fast/text/thai-combining-mark-positioning.html: Renamed from LayoutTests/platform/mac-snowleopard/fast/text/thai-combining-mark-positioning.html.
1248 2009-03-14 Alexey Proskuryakov <ap@webkit.org>
1250 Reviewed by Darin Adler.
1252 https://bugs.webkit.org/show_bug.cgi?id=24545
1253 Make cross-site XHR simple request definition match current spec draft
1255 * http/tests/xmlhttprequest/access-control-basic-post-fail-non-simple-content-type-expected.txt: Added.
1256 * http/tests/xmlhttprequest/access-control-basic-post-fail-non-simple-content-type.html: Added.
1257 * http/tests/xmlhttprequest/access-control-basic-whitelist-request-headers-expected.txt: Added.
1258 * http/tests/xmlhttprequest/access-control-basic-whitelist-request-headers.html: Added.
1259 * http/tests/xmlhttprequest/resources/access-control-basic-options-not-supported.cgi: Added.
1260 * http/tests/xmlhttprequest/resources/access-control-basic-whitelist-request-headers.cgi: Added.
1262 2009-03-14 Alexey Proskuryakov <ap@webkit.org>
1264 Reviewed by Darin Adler.
1266 https://bugs.webkit.org/show_bug.cgi?id=15172
1267 object fallback - empty string for first argument of setAttributeNS does not work like null
1269 https://bugs.webkit.org/show_bug.cgi?id=24548
1270 createElementNS("", name) should create an element in null namespace
1272 * fast/dom/createElementNS-empty-namespace-expected.txt: Added.
1273 * fast/dom/createElementNS-empty-namespace.html: Added.
1274 * fast/dom/setAttributeNS-empty-namespace-expected.txt: Added.
1275 * fast/dom/setAttributeNS-empty-namespace.html: Added.
1277 2009-03-13 Ojan Vafai <ojan@chromium.org>
1279 Reviewed by Eric Seidel.
1281 Add tests for various types of textareas. Tests in both
1282 quirks and standards modes. Although only the standards
1283 modes tests fit in the pixel results.
1284 https://bugs.webkit.org/show_bug.cgi?id=24370
1286 * fast/forms/basic-textareas.html: Added.
1287 * platform/mac/fast/forms/basic-textareas-expected.checksum: Added.
1288 * platform/mac/fast/forms/basic-textareas-expected.png: Added.
1289 * platform/mac/fast/forms/basic-textareas-expected.txt: Added.
1291 2009-03-13 Chris Fleizach <cfleizach@apple.com>
1293 Reviewed by Beth Dakin.
1295 Bug 24474: AX: in multi-body tables, asking for a cell at a specific coordinate can return nil
1296 https://bugs.webkit.org/show_bug.cgi?id=24474
1298 * platform/mac-snowleopard/accessibility/table-multi-bodies-expected.txt: Added.
1299 * platform/mac-snowleopard/accessibility/table-multi-bodies.html: Added.
1301 2009-03-13 Adele Peterson <adele@apple.com>
1303 Reviewed by Justin Garcia.
1305 Tests for <rdar://problem/5089327> Color of quoted content is wrong when pasted inside other quoted content
1307 * editing/pasteboard/5089327.html: Added.
1308 * platform/mac/editing/pasteboard/5089327-expected.checksum: Added.
1309 * platform/mac/editing/pasteboard/5089327-expected.png: Added.
1310 * platform/mac/editing/pasteboard/5089327-expected.txt: Added.
1312 Updated colors for pasted content.
1314 * platform/mac/editing/pasteboard/paste-blockquote-into-blockquote-4-expected.checksum:
1315 * platform/mac/editing/pasteboard/paste-blockquote-into-blockquote-4-expected.png:
1316 * platform/mac/editing/pasteboard/paste-blockquote-into-blockquote-4-expected.txt:
1317 * platform/mac/editing/pasteboard/paste-blockquote-into-blockquote-expected.checksum:
1318 * platform/mac/editing/pasteboard/paste-blockquote-into-blockquote-expected.png:
1320 2009-03-13 Pamela Greene <pam@chromium.org>
1322 Reviewed by Darin Fisher.
1324 Add tests for window property lookup precedence in the presence of
1325 conflicting names in a child frame and in a named document element.
1327 https://bugs.webkit.org/show_bug.cgi?id=24170
1329 * fast/dom/Window/resources/window-properties.js: Added.
1330 * fast/dom/Window/window-lookup-precedence-expected.txt: Added.
1331 * fast/dom/Window/window-lookup-precedence.html: Added.
1332 * fast/js/resources/js-test-pre.js:
1333 (shouldEvaluateTo): Added. Compares expected values of various types.
1336 2009-03-13 Pamela Greene <pam@chromium.org>
1338 Reviewed by Alexey Proskuryakov.
1340 Add test cases to ensure that DOM constructors have higher lookup
1341 precedence than a document element with the same name.
1343 https://bugs.webkit.org/show_bug.cgi?id=24520
1345 * fast/dom/dom-constructors-expected.txt:
1346 * fast/dom/dom-constructors.html:
1348 2009-03-13 Pamela Greene <pam@chromium.org>
1350 Reviewed by Alexey Proskuryakov.
1352 Add a test to check that the JS wrapper for the document in an
1353 inner frame is created in the correct context when it's accessed
1354 from the outer frame first.
1356 https://bugs.webkit.org/show_bug.cgi?id=24564
1358 * fast/dom/resources/wrapper-context-inner.html: Added.
1359 * fast/dom/wrapper-context-expected.txt: Added.
1360 * fast/dom/wrapper-context.html: Added.
1362 2009-03-13 Alexey Proskuryakov <ap@webkit.org>
1364 Reviewed by Sam Weinig.
1366 https://bugs.webkit.org/show_bug.cgi?id=24575
1367 XHR response is incorrect after a network error.
1369 * http/tests/xmlhttprequest/cross-site-denied-response-expected.txt: Added.
1370 * http/tests/xmlhttprequest/cross-site-denied-response-sync-2-expected.txt: Added.
1371 * http/tests/xmlhttprequest/cross-site-denied-response-sync-2.html: Added.
1372 * http/tests/xmlhttprequest/cross-site-denied-response-sync-expected.txt: Added.
1373 * http/tests/xmlhttprequest/cross-site-denied-response-sync.html: Added.
1374 * http/tests/xmlhttprequest/cross-site-denied-response.html: Added.
1376 2009-03-13 Alexey Proskuryakov <ap@webkit.org>
1378 Updating results after the fix for bug 3547.
1380 * fast/loader/xmlhttprequest-missing-file-exception-expected.txt: The status text for
1381 a failed local file load is no longer "OK", which is good.
1383 2009-03-13 Adam Bergkvist <adam.bergkvist@ericsson.com>
1385 Reviewed by Alexey Proskuryakov.
1387 https://bugs.webkit.org/show_bug.cgi?id=3547
1388 XMLHttpRequest.statusText returns always "OK"
1390 Changed default expected results to PASS. Moved previous expected
1391 results to platform/mac.
1393 * http/tests/xmlhttprequest/web-apps/012-expected.txt:
1394 * http/tests/xmlhttprequest/web-apps/013-expected.txt:
1395 * platform/mac/http/tests/xmlhttprequest: Added.
1396 * platform/mac/http/tests/xmlhttprequest/web-apps: Added.
1397 * platform/mac/http/tests/xmlhttprequest/web-apps/012-expected.txt: Added.
1398 * platform/mac/http/tests/xmlhttprequest/web-apps/013-expected.txt: Added.
1400 2009-03-12 Dan Bernstein <mitz@apple.com>
1404 * platform/mac-tiger/Skipped:
1406 2009-03-12 Dan Bernstein <mitz@apple.com>
1408 Reviewed by Anders Carlsson.
1410 - skip editing/selection/word-thai.html on Tiger because it has an older
1413 * platform/mac-tiger/Skipped:
1415 2009-02-26 Eric Seidel <eric@webkit.org>
1417 Reviewed by Justin Garcia.
1419 Add more logging to this test to make it
1420 easier to debug when it breaks.
1422 * editing/selection/click-before-and-after-table.html:
1424 2009-03-12 Aaron Boodman <aa@chromium.org>
1426 Reviewed by Dave Hyatt.
1428 Bug 16348: @font-face does not affect the default style
1429 <https://bugs.webkit.org/show_bug.cgi?id=16348>
1431 * fast/css/font-face-default-font.html:
1432 Handle the default font being either 'Times' or 'Times New Roman'.
1434 2009-03-12 Pamela Greene <pam@chromium.org>
1436 Reviewed by Alexey Proskuryakov.
1438 Add a test to check that an invalid second argument of
1439 window.postMessage is ignored. Note that this is probably not the
1440 correct behavior according to the HTML5 spec, so this test will
1441 need to be changed once we support that.
1443 https://bugs.webkit.org/show_bug.cgi?id=24523
1445 * fast/dom/Window/window-postmessage-args-expected.txt: Added.
1446 * fast/dom/Window/window-postmessage-args.html: Added.
1448 2009-03-02 Eric Seidel <eric@webkit.org>
1450 Reviewed by Darin Fisher and Justin Garcia.
1452 Safari crashes during drag and drop in Google presentations
1453 due to mutation event handlers removing DOM content during insertNode
1454 https://bugs.webkit.org/show_bug.cgi?id=22634
1456 * editing/selection/crash-on-drag-with-mutation-events-expected.txt: Added.
1457 * editing/selection/crash-on-drag-with-mutation-events.html: Added.
1459 2009-03-12 Simon Fraser <simon.fraser@apple.com>
1461 Reviewed by Adele Peterson.
1463 https://bugs.webkit.org/show_bug.cgi?id=24508
1465 Test for setting the value on a text input with placeholder text.
1467 * fast/forms/placeholder-set-value.html: Added.
1468 * platform/mac/fast/forms/placeholder-set-value-expected.checksum: Added.
1469 * platform/mac/fast/forms/placeholder-set-value-expected.png: Added.
1470 * platform/mac/fast/forms/placeholder-set-value-expected.txt: Added.
1472 2009-03-12 Simon Fraser <simon.fraser@apple.com>
1474 Reviewed by Dimitri Glazkov.
1476 https://bugs.webkit.org/show_bug.cgi?id=24496
1477 Test for logging non-string values.
1479 * fast/js/console-non-string-values-expected.txt: Added.
1480 * fast/js/console-non-string-values.html: Added.
1482 2009-03-12 Simon Fraser <simon.fraser@apple.com>
1484 Reviewed by Dave Hyatt
1486 https://bugs.webkit.org/show_bug.cgi?id=24552
1488 Test hit testing when there is a normal-flow, self-painting layer
1489 (e.g. a reflection) in the layer tree.
1491 * fast/layers/normal-flow-hit-test.html: Added.
1492 * platform/mac/fast/layers/normal-flow-hit-test-expected.checksum: Added.
1493 * platform/mac/fast/layers/normal-flow-hit-test-expected.png: Added.
1494 * platform/mac/fast/layers/normal-flow-hit-test-expected.txt: Added.
1496 2009-03-12 Pamela Greene <pam@chromium.org>
1498 Reviewed by Alexey Proskuryakov.
1500 Add test cases to make sure window.location and window.navigator
1501 have higher lookup precedence than a DOM element with that ID.
1503 https://bugs.webkit.org/show_bug.cgi?id=24522
1505 * fast/dom/Window/window-special-properties-expected.txt:
1506 * fast/dom/Window/window-special-properties.html:
1508 2009-03-12 Pamela Greene <pam@chromium.org>
1510 Reviewed by Darin Adler.
1512 Add a test to make sure GC doesn't drop XHR wrappers too soon.
1513 https://bugs.webkit.org/show_bug.cgi?id=24528
1515 * fast/dom/xmlhttprequest-gc-expected.txt: Added.
1516 * fast/dom/xmlhttprequest-gc.html: Added.
1518 2009-03-11 Oliver Hunt <oliver@apple.com>
1520 Reviewed by Adele Peterson.
1522 <rdar://problem/6673852> Widget "Simple World Clock" does not display with Safari 4
1524 Add testcases to ensure correct behaviour of addStop when given an invalid color
1527 * fast/canvas/canvas-gradient-addStop-error-expected.txt: Added.
1528 * fast/canvas/canvas-gradient-addStop-error.html: Added.
1529 * fast/canvas/resources/canvas-gradient-addStop-error.js: Added.
1531 2009-03-11 Dan Bernstein <mitz@apple.com>
1533 Reviewed by Darin Adler.
1535 - test for <rdar://problem/3919124> Thai text selection in Safari is
1538 * platform/mac/editing/selection/word-thai-expected.txt: Added.
1539 * platform/mac/editing/selection/word-thai.html: Added.
1541 2009-03-11 Beth Dakin <bdakin@apple.com>
1543 Reviewed by Dan Bernstein.
1545 Test for https://bugs.webkit.org/show_bug.cgi?id=14749 percentage
1546 top value on position:relative child not calculated correctly if
1547 parent has percentage height
1548 - and corresponding -
1549 <rdar://problem/6172925>
1551 * fast/css/percent-top-value-with-relative-position.html: Added.
1552 * platform/mac/fast/css/percent-top-value-with-relative-position-expected.checksum: Added.
1553 * platform/mac/fast/css/percent-top-value-with-relative-position-expected.png: Added.
1554 * platform/mac/fast/css/percent-top-value-with-relative-position-expected.txt: Added.
1556 2009-03-11 Pamela Greene <pam@chromium.org>
1558 Reviewed by Alexey Proskuryakov.
1560 Add test for potential crash in window.frames.length
1561 These files were accidentally left out of r41459.
1563 https://bugs.webkit.org/show_bug.cgi?id=24339
1565 * fast/dom/Window/window-collection-length-no-crash-expected.txt: Added.
1566 * fast/dom/Window/window-collection-length-no-crash.html: Added.
1568 2009-03-11 Simon Fraser <simon.fraser@apple.com>
1570 Reviewed by Dave Hyatt
1572 https://bugs.webkit.org/show_bug.cgi?id=24366
1574 Make this test more reliable by only calling runAnimationTest() once
1575 the animation starts, not before some setTimeout().
1577 * animations/change-keyframes-name-expected.txt:
1578 * animations/change-keyframes-name.html:
1580 2009-03-11 Simon Fraser <simon.fraser@apple.com>
1582 Reviewed by Dave Hyatt
1584 https://bugs.webkit.org/show_bug.cgi?id=24266
1586 Land new expected results for transform-absolute-in-positioned-container.html,
1587 and new pixel results for reflection-masks.html. Both are progressions.
1589 * platform/mac/fast/reflections/reflection-masks-expected.checksum:
1590 * platform/mac/fast/reflections/reflection-masks-expected.png:
1591 * platform/mac/fast/repaint/transform-absolute-in-positioned-container-expected.checksum:
1592 * platform/mac/fast/repaint/transform-absolute-in-positioned-container-expected.png:
1593 * platform/mac/fast/repaint/transform-absolute-in-positioned-container-expected.txt:
1595 2009-03-11 Simon Fraser <simon.fraser@apple.com>
1597 Reviewed by Dan Bernstein
1599 https://bugs.webkit.org/show_bug.cgi?id=23093
1601 Test for repainting of the search field cancel button.
1603 * fast/repaint/search-field-cancel.html: Added.
1604 * platform/mac/fast/repaint/search-field-cancel-expected.checksum: Added.
1605 * platform/mac/fast/repaint/search-field-cancel-expected.png: Added.
1606 * platform/mac/fast/repaint/search-field-cancel-expected.txt: Added.
1608 2009-03-11 Marc-André Decoste <mad@chromium.org>
1610 Reviewed by Eric Seidel.
1612 Fixed the positions of the list boxes so that the size of their
1613 rendering doesn't affect the test coordinates.
1614 https://bugs.webkit.org/show_bug.cgi?id=24006
1616 * fast/forms/option-mouseevents-expected.txt:
1617 * fast/forms/option-mouseevents.html:
1619 2009-03-11 Hironori Bono <hbono@chromium.org>
1621 Reviewed by Alexey Proskuryakov.
1623 https://bugs.webkit.org/show_bug.cgi?id=15790
1624 Ligatures aren't accounted for when manipulating VisiblePositions
1626 Verify that we can prevent a cursor from moving in the middle of an Indic ligature.
1628 * editing/deleting/skip-virama-001-expected.txt: Added.
1629 * editing/deleting/skip-virama-001.html: Added.
1631 * platform/mac-tiger/Skipped: This fix requires a customized cursorMovementIterator,
1632 which is not enabled on Tiger (see bug 24513).
1634 2009-03-11 Jan Michael Alonzo <jmalonzo@webkit.org>
1636 Reviewed by Holger Freyther.
1638 [Gtk] Implement LayoutTestControllerGtk::setPrivateBrowsingEnabled
1639 https://bugs.webkit.org/show_bug.cgi?id=24487
1641 Enable http/tests/security/cross-frame-access-private-browsing.html test.
1643 * platform/gtk/Skipped:
1645 2009-03-10 Alexey Proskuryakov <ap@webkit.org>
1647 Reviewed by Sam Weinig.
1649 <rdar://problem/6123770> Restrict access to document.cookie when making a cross-site XHR
1651 * http/tests/security/cookies/xmlhttprequest.html: We don't expose cookies for documents
1652 retrieved via XMLHttpRequest. Added a check to make sure that we don't forget about cross-
1653 origin restrictions if we ever decide to change that.
1655 * http/tests/xmlhttprequest/resources/get-set-cookie.cgi: While at it, fixed a broken check
1658 2009-03-10 Simon Fraser <simon.fraser@apple.com>
1660 Reviewed by Darin Adler
1662 https://bugs.webkit.org/show_bug.cgi?id=24503
1664 Test for hitting the cancel button of an absolutely-positioned form
1667 * fast/forms/search-abs-pos-cancel-button-expected.txt: Added.
1668 * fast/forms/search-abs-pos-cancel-button.html: Added.
1670 2009-03-10 Beth Dakin <bdakin@apple.com>
1672 Reviewed by Darin Adler.
1674 Test changes for <rdar://problem/6624769> REGRESSION (Safari 4 PB):
1675 No scroll bar appears for long line of text with NOWRAP set
1678 * fast/inline/long-wrapped-line.html: Added.
1679 * platform/mac/fast/inline/long-wrapped-line-expected.checksum: Added.
1680 * platform/mac/fast/inline/long-wrapped-line-expected.png: Added.
1681 * platform/mac/fast/inline/long-wrapped-line-expected.txt: Added.
1684 These tests all have changed results from the patch. Now trailing
1685 whitespace always has its own linebox instead of sometimes sharing
1686 a linebox with text.
1687 * platform/mac/editing/deleting/5206311-1-expected.txt:
1688 * platform/mac/editing/deleting/delete-block-merge-contents-018-expected.txt:
1689 * platform/mac/editing/deleting/delete-block-merge-contents-021-expected.txt:
1690 * platform/mac/editing/deleting/delete-block-merge-contents-022-expected.txt:
1691 * platform/mac/editing/deleting/delete-block-table-expected.txt:
1692 * platform/mac/editing/deleting/delete-leading-ws-001-expected.txt:
1693 * platform/mac/editing/deleting/delete-line-end-ws-001-expected.txt:
1694 * platform/mac/editing/deleting/delete-line-end-ws-002-expected.txt:
1695 * platform/mac/editing/deleting/delete-to-select-table-expected.txt:
1696 * platform/mac/editing/deleting/delete-ws-fixup-001-expected.txt:
1697 * platform/mac/editing/deleting/delete-ws-fixup-002-expected.txt:
1698 * platform/mac/editing/deleting/deletionUI-single-instance-expected.txt:
1699 * platform/mac/editing/deleting/forward-delete-expected.txt:
1700 * platform/mac/editing/execCommand/5482023-expected.txt:
1701 * platform/mac/editing/execCommand/boldSelection-expected.txt:
1702 * platform/mac/editing/execCommand/italicizeByCharacter-expected.txt:
1703 * platform/mac/editing/execCommand/modifyForeColorByCharacter-expected.txt:
1704 * platform/mac/editing/execCommand/print-expected.txt:
1705 * platform/mac/editing/execCommand/selectAll-expected.txt:
1706 * platform/mac/editing/execCommand/strikethroughSelection-expected.txt:
1707 * platform/mac/editing/input/emacs-ctrl-o-expected.txt:
1708 * platform/mac/editing/inserting/12882-expected.txt:
1709 * platform/mac/editing/inserting/editable-html-element-expected.txt:
1710 * platform/mac/editing/inserting/insert-div-019-expected.txt:
1711 * platform/mac/editing/inserting/insert-div-020-expected.txt:
1712 * platform/mac/editing/inserting/insert-div-021-expected.txt:
1713 * platform/mac/editing/inserting/insert-div-022-expected.txt:
1714 * platform/mac/editing/inserting/insert-div-023-expected.txt:
1715 * platform/mac/editing/inserting/insert-div-024-expected.txt:
1716 * platform/mac/editing/inserting/insert-div-025-expected.txt:
1717 * platform/mac/editing/inserting/insert-div-027-expected.txt:
1718 * platform/mac/editing/inserting/typing-003-expected.txt:
1719 * platform/mac/editing/pasteboard/4989774-expected.txt:
1720 * platform/mac/editing/pasteboard/5028447-expected.txt:
1721 * platform/mac/editing/pasteboard/merge-end-3-expected.txt:
1722 * platform/mac/editing/pasteboard/paste-table-003-expected.txt:
1723 * platform/mac/editing/pasteboard/paste-text-012-expected.txt:
1724 * platform/mac/editing/pasteboard/paste-text-013-expected.txt:
1725 * platform/mac/editing/pasteboard/paste-text-014-expected.txt:
1726 * platform/mac/editing/selection/4947387-expected.txt:
1727 * platform/mac/editing/selection/4983858-expected.txt:
1728 * platform/mac/editing/selection/5081257-1-expected.txt:
1729 * platform/mac/editing/selection/5081257-2-expected.txt:
1730 * platform/mac/editing/selection/5136696-expected.txt:
1731 * platform/mac/editing/selection/5234383-1-expected.txt:
1732 * platform/mac/editing/selection/5234383-2-expected.txt:
1733 * platform/mac/editing/selection/7152-1-expected.txt:
1734 * platform/mac/editing/selection/7152-2-expected.txt:
1735 * platform/mac/editing/selection/after-line-wrap-expected.txt:
1736 * platform/mac/editing/selection/click-start-of-line-expected.txt:
1737 * platform/mac/editing/selection/drag-in-iframe-expected.txt:
1738 * platform/mac/editing/selection/editable-html-element-expected.txt:
1739 * platform/mac/editing/selection/editable-non-editable-crash-expected.txt:
1740 * platform/mac/editing/selection/end-of-document-expected.txt:
1741 * platform/mac/editing/selection/extend-by-character-003-expected.txt:
1742 * platform/mac/editing/selection/extend-by-character-005-expected.txt:
1743 * platform/mac/editing/selection/extend-by-word-002-expected.txt:
1744 * platform/mac/editing/selection/mixed-editability-1-expected.txt:
1745 * platform/mac/editing/selection/move-by-character-003-expected.txt:
1746 * platform/mac/editing/selection/move-by-character-005-expected.txt:
1747 * platform/mac/editing/selection/select-all-001-expected.txt:
1748 * platform/mac/editing/selection/select-all-002-expected.txt:
1749 * platform/mac/editing/selection/select-all-003-expected.txt:
1750 * platform/mac/editing/selection/wrapped-line-caret-1-expected.txt:
1751 * platform/mac/editing/selection/wrapped-line-caret-2-expected.txt:
1752 * platform/mac/editing/style/apple-style-editable-mix-expected.txt:
1753 * platform/mac/editing/style/create-block-for-style-001-expected.txt:
1754 * platform/mac/editing/style/create-block-for-style-002-expected.txt:
1755 * platform/mac/editing/style/create-block-for-style-003-expected.txt:
1756 * platform/mac/editing/style/create-block-for-style-004-expected.txt:
1757 * platform/mac/editing/style/create-block-for-style-005-expected.txt:
1758 * platform/mac/editing/style/create-block-for-style-006-expected.txt:
1759 * platform/mac/editing/style/create-block-for-style-007-expected.txt:
1760 * platform/mac/editing/style/create-block-for-style-008-expected.txt:
1761 * platform/mac/editing/style/create-block-for-style-009-expected.txt:
1762 * platform/mac/editing/style/create-block-for-style-010-expected.txt:
1763 * platform/mac/editing/style/create-block-for-style-011-expected.txt:
1764 * platform/mac/editing/style/create-block-for-style-012-expected.txt:
1765 * platform/mac/editing/style/create-block-for-style-013-expected.txt:
1766 * platform/mac/editing/style/relative-font-size-change-001-expected.txt:
1767 * platform/mac/editing/style/relative-font-size-change-002-expected.txt:
1768 * platform/mac/editing/style/relative-font-size-change-003-expected.txt:
1769 * platform/mac/editing/style/relative-font-size-change-004-expected.txt:
1770 * platform/mac/editing/undo/undo-combined-delete-boundary-expected.txt:
1771 * platform/mac/editing/undo/undo-combined-delete-expected.txt:
1772 * platform/mac/editing/undo/undo-delete-boundary-expected.txt:
1773 * platform/mac/editing/undo/undo-delete-expected.txt:
1774 * platform/mac/editing/undo/undo-forward-delete-boundary-expected.txt:
1775 * platform/mac/editing/undo/undo-forward-delete-expected.txt:
1776 * platform/mac/fast/block/float/editable-text-overlapping-float-expected.txt:
1777 * platform/mac/fast/clip/outline-overflowClip-expected.txt:
1778 * platform/mac/fast/forms/negativeLineHeight-expected.txt:
1779 * platform/mac/fast/forms/textAreaLineHeight-expected.txt:
1780 * platform/mac/fast/forms/textarea-rows-cols-expected.txt:
1781 * platform/mac/fast/lists/drag-into-marker-expected.txt:
1782 * platform/mac/fast/parser/comment-in-textarea-expected.txt:
1783 * platform/mac/fast/parser/entity-comment-in-textarea-expected.txt:
1784 * platform/mac/fast/parser/open-comment-in-textarea-expected.txt:
1785 * platform/mac/fast/repaint/inline-outline-repaint-expected.txt:
1786 * platform/mac/fast/repaint/selection-after-delete-expected.txt:
1787 * platform/mac/fast/repaint/selection-after-remove-expected.txt:
1788 * platform/mac/fast/text/embed-at-end-of-pre-wrap-line-expected.txt:
1789 * platform/mac/fast/text/trailing-white-space-expected.txt:
1790 * platform/mac/fast/text/whitespace/pre-wrap-line-test-expected.txt:
1791 * platform/mac/fast/text/whitespace/pre-wrap-overflow-selection-expected.txt:
1792 * platform/mac/fast/text/whitespace/pre-wrap-spaces-after-newline-expected.txt:
1793 * platform/mac/fast/text/whitespace/tab-character-basics-expected.txt:
1794 * platform/mac/http/tests/navigation/anchor-goback-expected.txt:
1795 * platform/mac/http/tests/navigation/javascriptlink-goback-expected.txt:
1796 * platform/mac/http/tests/navigation/metaredirect-goback-expected.txt:
1797 * platform/mac/http/tests/navigation/post-goback2-expected.txt:
1798 * platform/mac/http/tests/navigation/postredirect-goback2-expected.txt:
1799 * platform/mac/http/tests/navigation/redirect302-goback-expected.txt:
1800 * platform/mac/http/tests/navigation/success200-goback-expected.txt:
1801 * platform/mac/http/tests/navigation/timerredirect-goback-expected.txt:
1803 2009-03-10 Cameron Zwarich <cwzwarich@uwaterloo.ca>
1805 Reviewed by Geoff Garen.
1807 Tests for bug 24291: REGRESSION (r38635): Single line JavaScript comment prevents HTML button click handler execution
1808 <https://bugs.webkit.org/show_bug.cgi?id=24291>
1809 <rdar://problem/6663472>
1811 * fast/events/onload-single-line-comment-expected.txt: Added.
1812 * fast/events/onload-single-line-comment.html: Added.
1813 * fast/js/function-constructor-single-line-comment-expected.txt: Added.
1814 * fast/js/function-constructor-single-line-comment.html: Added.
1815 * fast/js/resources/function-constructor-single-line-comment.js: Added.
1817 2009-03-10 Cameron Zwarich <cwzwarich@uwaterloo.ca>
1819 Reviewed by Geoff Garen.
1821 Test for bug 23736: WebKit Crashes on http://g-conquest.fr/~server2
1822 <https://bugs.webkit.org/show_bug.cgi?id=23736>
1823 <rdar://problem/6560278>
1825 * http/tests/misc/javascript-url-stop-loaders-expected.txt: Added.
1826 * http/tests/misc/javascript-url-stop-loaders.html: Added.
1828 2009-03-10 Darin Adler <darin@apple.com>
1830 Reviewed by Alexey Proskuryakov.
1832 Bug 24494: crash when deleting at end of document and merging paragraphs
1833 https://bugs.webkit.org/show_bug.cgi?id=24494
1834 rdar://problem/6571537
1836 * editing/deleting/merge-at-end-of-document-expected.txt: Added.
1837 * editing/deleting/merge-at-end-of-document.html: Added.
1839 2009-03-10 Darin Adler <darin@apple.com>
1841 Reviewed by Dan Bernstein.
1843 Bug 23564: REGRESSION (r39230-39286): crash loading page that changes <input> display type and then calls innerHTML
1844 https://bugs.webkit.org/show_bug.cgi?id=23564
1845 rdar://problem/6537238
1847 * fast/dom/HTMLElement/innerHTML-selection-crash-expected.txt: Added.
1848 * fast/dom/HTMLElement/innerHTML-selection-crash.html: Added.
1850 2009-03-10 Oliver Hunt <oliver@apple.com>
1852 Reviewed by Alexey Proskuryakov.
1854 <rdar://problem/6425807> Implement WorkerUtils.importScripts()
1855 <https://bugs.webkit.org/show_bug.cgi?id=22721>
1857 Tests to cover various usages of importScripts, eg. network load
1858 failures, security exceptions, execution ordering, etc
1860 * http/tests/workers/resources/worker-importScripts-differentOrigin.js: Added.
1861 * http/tests/workers/resources/worker-importScripts-source1.js: Added.
1862 * http/tests/workers/resources/worker-importScripts-source2.js: Added.
1863 * http/tests/workers/resources/worker-importScripts-syntaxError.js: Added.
1864 * http/tests/workers/resources/worker-importScripts.js: Added.
1865 (try.resetLoadFlags):
1866 * http/tests/workers/worker-importScripts-expected.txt: Added.
1867 * http/tests/workers/worker-importScripts.html: Added.
1869 2009-03-10 Alexey Proskuryakov <ap@webkit.org>
1871 Reviewed by Darin Adler.
1873 https://bugs.webkit.org/show_bug.cgi?id=19797
1874 Bring the list of forbidden headers in sync with XMLHttpRequest spec draft
1876 * http/tests/xmlhttprequest/set-dangerous-headers-expected.txt:
1877 * http/tests/xmlhttprequest/set-dangerous-headers.html:
1879 2009-03-09 Simon Fraser <simon.fraser@apple.com>
1881 Reviewed by Dan Bernstein, Oliver Hunt
1883 https://bugs.webkit.org/show_bug.cgi?id=24475
1885 Test for repainting a replaced element with transform and box-shadow.
1887 * fast/repaint/transform-replaced-shadows.html: Added.
1888 * platform/mac/fast/repaint/transform-replaced-shadows-expected.checksum: Added.
1889 * platform/mac/fast/repaint/transform-replaced-shadows-expected.png: Added.
1890 * platform/mac/fast/repaint/transform-replaced-shadows-expected.txt: Added.
1892 2009-03-09 Oliver Hunt <oliver@apple.com>
1894 Reviewed by Gavin Barraclough.
1896 Bug 24447: REGRESSION (r41508): Google Maps does not complete initialization
1897 <rdar://problem/6657774>
1899 Tests to cover correct dirtying of the register cache at branch targets. I've included
1900 the closest case i was able to make that could generate incorrect code from a back edge
1901 but was unable to create a case which would actually fail.
1903 * fast/js/registerCachingAcrossBranchTargets-expected.txt: Added.
1904 * fast/js/registerCachingAcrossBranchTargets.html: Added.
1905 * fast/js/resources/registerCachingAcrossBranchTargets.js: Added.
1907 2009-03-09 Sam Weinig <sam@webkit.org>
1909 Roll out r41393. It has been causing failures on the bots for about a week.
1911 * fast/block/float/resources/se_arrow.png: Removed.
1912 * fast/block/float/resources/yinyang.png: Removed.
1913 * fast/block/float/t0905-c414-flt-fit-01-d-g.html: Removed.
1914 * fast/block/float/t0905-c5525-fltblck-00-d-ag.html: Removed.
1915 * fast/block/float/t0905-c5526-flthw-00-c-g.html: Removed.
1916 * platform/mac/fast/block/float/t0905-c414-flt-fit-01-d-g-expected.checksum: Removed.
1917 * platform/mac/fast/block/float/t0905-c414-flt-fit-01-d-g-expected.png: Removed.
1918 * platform/mac/fast/block/float/t0905-c414-flt-fit-01-d-g-expected.txt: Removed.
1919 * platform/mac/fast/block/float/t0905-c5525-fltblck-00-d-ag-expected.checksum: Removed.
1920 * platform/mac/fast/block/float/t0905-c5525-fltblck-00-d-ag-expected.png: Removed.
1921 * platform/mac/fast/block/float/t0905-c5525-fltblck-00-d-ag-expected.txt: Removed.
1922 * platform/mac/fast/block/float/t0905-c5526-flthw-00-c-g-expected.checksum: Removed.
1923 * platform/mac/fast/block/float/t0905-c5526-flthw-00-c-g-expected.png: Removed.
1924 * platform/mac/fast/block/float/t0905-c5526-flthw-00-c-g-expected.txt: Removed.
1926 2009-03-09 Dan Bernstein <mitz@apple.com>
1928 Reviewed by Adele Peterson and Dave Hyatt.
1930 - test for <rdar://problem/6654344> REGRESSION (r41041): Zillow.com has
1931 misaligned edit fields
1933 * fast/forms/legend-display-none-expected.txt: Added.
1934 * fast/forms/legend-display-none.html: Added.
1936 2009-03-09 Alpha Lam <hclam@chromium.org>
1938 Reviewed by Dave Hyatt.
1940 https://bugs.webkit.org/show_bug.cgi?id=23024
1942 Added regression test for a bug that causes crashes.
1944 * fast/block/float/crash-on-absolute-positioning.html: Added.
1945 * platform/mac/fast/block/float/crash-on-absolute-positioning-expected.txt: Added.
1947 2009-03-09 Simon Fraser <simon.fraser@apple.com>
1949 Reviewed by Dave Hyatt
1951 https://bugs.webkit.org/show_bug.cgi?id=24433
1953 Test hit testing with backface-visibility: hidden, and a transform on
1956 * platform/mac/transforms/3d/hit-testing/backface-no-transform-hit-test-expected.txt: Added.
1957 * transforms/3d/hit-testing/backface-no-transform-hit-test.html: Added.
1959 2009-03-08 Holger Hans Peter Freyther <zecke@selfish.org>
1961 Rubber-stamped by Mark Rowe.
1963 [Gtk] Skip failing tests that require the eventSender.
1965 The Gtk+ platform is lacking an implementation of the
1966 eventSender. We will enable the tests once there is an
1967 implementation of that class.
1969 * platform/gtk/Skipped:
1971 2009-03-08 Holger Hans Peter Freyther <zecke@selfish.org>
1973 Reviewed by Mark Rowe.
1975 Enable all fast/profiler tests.
1977 * platform/gtk/Skipped:
1979 2009-03-07 Jan Michael Alonzo <jmalonzo@webkit.org>
1981 Updated Skipped list per r41464. Not reviewed.
1982 This should remove the warnings that come up everytime we run the gtk layout tests.
1983 http://trac.webkit.org/changeset/41464
1985 The ff. tests have been moved to fast/css/getComputedStyle in the Skipped list:
1986 fast/css/computed-style-without-renderer.html
1987 fast/css/computed-style.html
1988 fast/css/getComputedStyle-border-box.html
1990 The ff. test has been removed from the Skipped list:
1991 fast/css/marginComputedStyle.html
1993 * platform/gtk/Skipped:
1995 2009-03-07 Jan Michael Alonzo <jmalonzo@webkit.org>
1997 Rubber-stamped by Holger Freyther.
1999 Remove fast/canvas/gradient-empty-path.html from the skipped
2000 list as it was removed by r39288.
2002 * platform/gtk/Skipped:
2004 2009-03-07 Jan Michael Alonzo <jmalonzo@webkit.org>
2006 Reviewed by Holger Freyther.
2008 [Gtk] Enable http security, plugins and ssl tests
2009 https://bugs.webkit.org/show_bug.cgi?id=24393
2011 Enable http tests for security, plugins and ssl, skipping tests
2012 that are failing/crashing.
2014 * platform/gtk/Skipped:
2016 2009-03-07 Jan Michael Alonzo <jmalonzo@webkit.org>
2018 Reviewed by Holger Freyther.
2020 [Gtk] Enable http history tests
2021 https://bugs.webkit.org/show_bug.cgi?id=24394
2023 Enable http/tests/history, adding failing tests to the Skipped list.
2025 * platform/gtk/Skipped:
2027 2009-03-07 Adele Peterson <adele@apple.com>
2029 Reviewed by Dan Bernstein.
2031 Test for https://bugs.webkit.org/show_bug.cgi?id=24444
2032 No multiple JS property for <input type="file" multiple />
2034 * fast/forms/input-multiple-expected.txt: Added.
2035 * fast/forms/input-multiple.html: Added.
2037 2009-03-06 Darin Adler <darin@apple.com>
2039 Fixed broken test I just landed for bug 24422.
2041 * fast/dom/location-new-window-no-crash-expected.txt: Updated.
2042 * fast/dom/resources/location-new-window-no-crash.js: Added code to make the window
2043 opening and closing work in DumpRenderTree.
2045 2009-03-06 Dmitry Titov <dimich@chromium.org>
2047 Reviewed by Alexey Proskuryakov.
2049 https://bugs.webkit.org/show_bug.cgi?id=24150
2050 Add virtual ScriptExecutionContext::encoding()
2052 Test to verify how the text encoding in workers is used.
2053 Script decoding and url completion is checked, with and
2054 w/o http 'Content-Type: ...;charset=...' header.
2056 * http/tests/workers/resources/worker-encoded.php: Added.
2057 * http/tests/workers/resources/xhr-query-utf8.php: Added.
2058 * http/tests/workers/resources/xhr-response.php: Added.
2059 * http/tests/workers/text-encoding-expected.txt: Added.
2060 * http/tests/workers/text-encoding.html: Added.
2062 2009-03-04 Chris Marrin <cmarrin@apple.com>
2064 Reviewed by Simon Fraser.
2066 https://bugs.webkit.org/show_bug.cgi?id=24363
2068 Fixed test and fixed expected results to reflect the fix
2070 * fast/dom/Window/webkitConvertPoint-expected.txt:
2071 * fast/dom/Window/webkitConvertPoint.html:
2073 2009-03-06 Darin Adler <darin@apple.com>
2075 Reviewed by Darin Fisher.
2077 Bug 24422: REGRESSION: null-URL crash in FrameLoader setting location.hash on new window
2078 https://bugs.webkit.org/show_bug.cgi?id=24422
2079 rdar://problem/6402208
2081 The new test manipulates all the properties of the location object on a new window which
2082 has no location yet. I tested Firefox too and added comments about how its behavior differs
2083 from WebKit. At some point we may want to tweak our behavior to be a bit closer to theirs,
2084 or check IE's behavior or if HTML 5 or some other W3 specification has something to say
2085 about this, but for now the main purpose of the test is to verify we don't crash.
2087 * fast/dom/location-new-window-no-crash-expected.txt: Added.
2088 * fast/dom/location-new-window-no-crash.html: Added.
2089 * fast/dom/resources/location-new-window-no-crash.js: Added.
2091 2009-03-06 Darin Adler <darin@apple.com>
2093 * fast/dom/Window/window-properties-expected.txt: Updated for recent addition of canPlayType.
2095 2009-03-06 Hironori Bono <hbono@chromium.org>
2097 Reviewed by Alexey Proskuryakov.
2099 https://bugs.webkit.org/show_bug.cgi?id=24342
2100 Bug 24342: [Chromium] cannot insert a Thai character after a Thai
2103 Add a test that verifies we can insert a character after a Thai prepend character.
2105 * editing/inserting/insert-thai-characters-001-expected.txt: Added.
2106 * editing/inserting/insert-thai-characters-001.html: Added.
2108 2009-03-05 Alexey Proskuryakov <ap@webkit.org>
2110 Reviewed by Oliver Hunt.
2112 <rdar://problem/6621701> Safari 4 Beta Breaks XMLHttpRequest Response Text With Special
2113 Characters (a compatibility issue with widgets).
2115 * http/tests/xmlhttprequest/broken-xml-encoding-expected.txt: Added.
2116 * http/tests/xmlhttprequest/broken-xml-encoding.html: Added.
2117 * http/tests/xmlhttprequest/resources/broken-encoding.xml: Added.
2119 2009-03-05 Simon Fraser <simon.fraser@apple.com>
2121 Reviewed by Dave Hyatt
2123 https://bugs.webkit.org/show_bug.cgi?id=24412
2125 Testcase for hit testing an element with -webkit-transform-style: preserve-3d
2128 * transforms/3d/hit-testing/hit-preserves-3d-expected.txt: Added.
2129 * transforms/3d/hit-testing/hit-preserves-3d.html: Added.
2131 2009-03-05 Justin Garcia <justin.garcia@apple.com>
2133 Reviewed by Darin Adler.
2135 WebViewDidChangeSelectionNotification isn't always called.
2136 Undo was enabled, shouldDeleteDOMRange was called, etc. for no-op backward and forward deletes.
2138 * platform/mac/editing/deleting/delete-4038408-fix-expected.txt:
2139 * platform/mac/editing/deleting/delete-at-start-or-end-expected.txt:
2140 * platform/mac/editing/deleting/delete-br-002-expected.txt:
2141 * platform/mac/editing/deleting/delete-br-004-expected.txt:
2142 * platform/mac/editing/deleting/delete-br-005-expected.txt:
2143 * platform/mac/editing/deleting/delete-br-006-expected.txt:
2144 * platform/mac/editing/deleting/delete-br-009-expected.txt:
2145 * platform/mac/editing/deleting/delete-br-010-expected.txt:
2146 * platform/mac/editing/deleting/delete-hr-expected.txt:
2147 * platform/mac/editing/deleting/delete-tab-004-expected.txt:
2148 * platform/mac/editing/deleting/forward-delete-expected.txt:
2149 * platform/mac/editing/deleting/merge-into-empty-block-1-expected.txt:
2150 * platform/mac/editing/deleting/merge-into-empty-block-2-expected.txt:
2151 * platform/mac/editing/inserting/editing-empty-divs-expected.txt:
2152 * platform/mac/editing/inserting/insert-3800346-fix-expected.txt:
2153 * platform/mac/editing/inserting/insert-br-004-expected.txt:
2154 * platform/mac/editing/inserting/insert-br-005-expected.txt:
2155 * platform/mac/editing/inserting/insert-br-006-expected.txt:
2156 * platform/mac/editing/inserting/insert-br-008-expected.txt:
2157 * platform/mac/editing/inserting/insert-div-006-expected.txt:
2158 * platform/mac/editing/inserting/insert-div-008-expected.txt:
2159 * platform/mac/editing/inserting/insert-div-010-expected.txt:
2160 * platform/mac/editing/inserting/insert-div-011-expected.txt:
2161 * platform/mac/editing/inserting/insert-div-013-expected.txt:
2162 * platform/mac/editing/inserting/insert-div-015-expected.txt:
2163 * platform/mac/editing/inserting/insert-div-019-expected.txt:
2164 * platform/mac/editing/inserting/insert-div-021-expected.txt:
2165 * platform/mac/editing/inserting/insert-paragraph-01-expected.txt:
2166 * platform/mac/editing/inserting/insert-paragraph-03-expected.txt:
2167 * platform/mac/editing/inserting/insert-paragraph-05-expected.txt:
2168 * platform/mac/editing/inserting/insert-tab-004-expected.txt:
2169 * platform/mac/editing/inserting/insert-text-with-newlines-expected.txt:
2170 * platform/mac/editing/inserting/line-break-expected.txt:
2171 * platform/mac/editing/pasteboard/3976872-expected.txt:
2172 * platform/mac/editing/pasteboard/emacs-ctrl-a-k-y-expected.txt:
2173 * platform/mac/editing/pasteboard/emacs-ctrl-k-y-001-expected.txt:
2174 * platform/mac/editing/pasteboard/paste-text-010-expected.txt:
2175 * platform/mac/editing/style/block-style-006-expected.txt:
2176 * platform/mac/editing/undo/undo-combined-delete-boundary-expected.txt:
2177 * platform/mac/editing/undo/undo-combined-delete-expected.txt:
2178 * platform/mac/editing/undo/undo-forward-delete-boundary-expected.txt:
2179 * platform/mac/editing/undo/undo-forward-delete-expected.txt:
2181 2009-03-05 Eric Seidel <eric@webkit.org>
2183 Rubber-stamped by Adam Roben.
2185 Move all of the fast/css/*computed* tests into fast/css/getComputedStyle
2186 in preparation for adding a bunch more getComputedStyle tests.
2188 * fast/css/getComputedStyle/computed-style-display-none-expected.txt: Renamed from LayoutTests/fast/css/computed-style-display-none-expected.txt.
2189 * fast/css/getComputedStyle/computed-style-display-none.html: Renamed from LayoutTests/fast/css/computed-style-display-none.html.
2190 * fast/css/getComputedStyle/computed-style-expected.txt: Renamed from LayoutTests/fast/css/computed-style-expected.txt.
2191 * fast/css/getComputedStyle/computed-style-negative-top-expected.txt: Renamed from LayoutTests/fast/css/computed-style-negative-top-expected.txt.
2192 * fast/css/getComputedStyle/computed-style-negative-top.html: Renamed from LayoutTests/fast/css/computed-style-negative-top.html.
2193 * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: Renamed from LayoutTests/fast/css/computed-style-without-renderer-expected.txt.
2194 * fast/css/getComputedStyle/computed-style-without-renderer.html: Renamed from LayoutTests/fast/css/computed-style-without-renderer.html.
2195 * fast/css/getComputedStyle/computed-style.html: Renamed from LayoutTests/fast/css/computed-style.html.
2196 * fast/css/getComputedStyle/getComputedStyle-background-position-expected.txt: Renamed from LayoutTests/fast/css/getComputedStyle-background-position-expected.txt.
2197 * fast/css/getComputedStyle/getComputedStyle-background-position.html: Renamed from LayoutTests/fast/css/getComputedStyle-background-position.html.
2198 * fast/css/getComputedStyle/getComputedStyle-background-size-expected.txt: Renamed from LayoutTests/fast/css/getComputedStyle-background-size-expected.txt.
2199 * fast/css/getComputedStyle/getComputedStyle-background-size.html: Renamed from LayoutTests/fast/css/getComputedStyle-background-size.html.
2200 * fast/css/getComputedStyle/getComputedStyle-border-box-expected.txt: Renamed from LayoutTests/fast/css/getComputedStyle-border-box-expected.txt.
2201 * fast/css/getComputedStyle/getComputedStyle-border-box.html: Renamed from LayoutTests/fast/css/getComputedStyle-border-box.html.
2202 * fast/css/getComputedStyle/getComputedStyle-border-image-expected.txt: Renamed from LayoutTests/fast/css/getComputedStyle-border-image-expected.txt.
2203 * fast/css/getComputedStyle/getComputedStyle-border-image.html: Renamed from LayoutTests/fast/css/getComputedStyle-border-image.html.
2204 * fast/css/getComputedStyle/getComputedStyle-border-spacing-expected.txt: Renamed from LayoutTests/fast/css/getComputedStyle-border-spacing-expected.txt.
2205 * fast/css/getComputedStyle/getComputedStyle-border-spacing.html: Renamed from LayoutTests/fast/css/getComputedStyle-border-spacing.html.
2206 * fast/css/getComputedStyle/getComputedStyle-borderRadius-expected.txt: Renamed from LayoutTests/fast/css/getComputedStyle-borderRadius-expected.txt.
2207 * fast/css/getComputedStyle/getComputedStyle-borderRadius.html: Renamed from LayoutTests/fast/css/getComputedStyle-borderRadius.html.
2208 * fast/css/getComputedStyle/getComputedStyle-relayout-expected.txt: Renamed from LayoutTests/fast/css/getComputedStyle-relayout-expected.txt.
2209 * fast/css/getComputedStyle/getComputedStyle-relayout.html: Renamed from LayoutTests/fast/css/getComputedStyle-relayout.html.
2210 * fast/css/getComputedStyle/getComputedStyle-transform-expected.txt: Renamed from LayoutTests/fast/css/getComputedStyle-transform-expected.txt.
2211 * fast/css/getComputedStyle/getComputedStyle-transform.html: Renamed from LayoutTests/fast/css/getComputedStyle-transform.html.
2212 * fast/css/getComputedStyle/getComputedStyle-zIndex-auto-expected.txt: Renamed from LayoutTests/fast/css/getComputedStyle-zIndex-auto-expected.txt.
2213 * fast/css/getComputedStyle/getComputedStyle-zIndex-auto.html: Renamed from LayoutTests/fast/css/getComputedStyle-zIndex-auto.html.
2214 * fast/css/marginComputedStyle.html: Removed.
2215 * platform/mac/fast/css/getComputedStyle/computed-style-expected.txt: Renamed from LayoutTests/platform/mac/fast/css/computed-style-expected.txt.
2216 * platform/mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: Renamed from LayoutTests/platform/mac/fast/css/computed-style-without-renderer-expected.txt.
2217 * platform/mac/fast/css/getComputedStyle/marginComputedStyle-expected.checksum: Renamed from LayoutTests/platform/mac/fast/css/marginComputedStyle-expected.checksum.
2218 * platform/mac/fast/css/getComputedStyle/marginComputedStyle-expected.png: Renamed from LayoutTests/platform/mac/fast/css/marginComputedStyle-expected.png.
2219 * platform/mac/fast/css/getComputedStyle/marginComputedStyle-expected.txt: Renamed from LayoutTests/platform/mac/fast/css/marginComputedStyle-expected.txt.
2220 * platform/qt/fast/css/getComputedStyle/computed-style-expected.txt: Renamed from LayoutTests/platform/qt/fast/css/computed-style-expected.txt.
2221 * platform/qt/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: Renamed from LayoutTests/platform/qt/fast/css/computed-style-without-renderer-expected.txt.
2222 * platform/win/fast/css/getComputedStyle/computed-style-expected.txt: Renamed from LayoutTests/platform/win/fast/css/computed-style-expected.txt.
2223 * platform/win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: Renamed from LayoutTests/platform/win/fast/css/computed-style-without-renderer-expected.txt.
2225 2009-03-05 Eric Carlson <eric.carlson@apple.com>
2227 Reviewed by Simon Fraser.
2229 https://bugs.webkit.org/show_bug.cgi?id=24400
2230 Bug 24400: Remove "start", "end", "loopStart", "loopEnd", "currentLoop", and "playCount"
2231 media element attributes
2233 * media/loopend-limits-expected.txt: Removed.
2234 * media/loopend-limits.html: Removed.
2235 * media/loopstart-limits-expected.txt: Removed.
2236 * media/loopstart-limits.html: Removed.
2237 * media/video-dom-end-expected.txt: Removed.
2238 * media/video-dom-end.html: Removed.
2239 * media/video-dom-loopcount-expected.txt: Removed.
2240 * media/video-dom-loopcount.html: Removed.
2241 * media/video-dom-loopend-expected.txt: Removed.
2242 * media/video-dom-loopend.html: Removed.
2243 * media/video-dom-loopstart-expected.txt: Removed.
2244 * media/video-dom-loopstart.html: Removed.
2245 * media/video-dom-start-expected.txt: Removed.
2246 * media/video-dom-start.html: Removed.
2247 * media/video-end-expected.txt: Removed.
2248 * media/video-end.html: Removed.
2249 * media/video-loop.html: Added, test for new "loop" attribute.
2250 * media/video-loopcount-expected.txt: Removed.
2251 * media/video-loopcount.html: Removed.
2252 * media/video-loopend-expected.txt: Removed.
2253 * media/video-loopend.html: Removed.
2254 * media/video-loopstart-expected.txt: Removed.
2255 * media/video-loopstart.html: Removed.
2256 * media/video-seek-past-end-paused-expected.txt: Updated for loop changes, add more tests.
2257 * media/video-seek-past-end-paused.html: Ditto.
2258 * media/video-seek-past-end-playing-expected.txt: Ditto.
2259 * media/video-seek-past-end-playing.html: Ditto.
2260 * media/video-start-expected.txt: Removed.
2261 * media/video-start.html: Removed.
2263 2009-03-05 Pamela Greene <pam@chromium.org>
2265 Reviewed by Alexey Proskuryakov.
2267 Add test for potential crash in window.frames.length
2268 https://bugs.webkit.org/show_bug.cgi?id=24339
2270 * fast/dom/Window/window-collection-length-no-crash-expected.txt: Added.
2271 * fast/dom/Window/window-collection-length-no-crash.html: Added.
2273 2009-03-04 Simon Fraser <simon.fraser@apple.com>
2275 Rubber-stamped by Eric Seidel.
2277 New layout tests for point mapping and hit testing through 3d transforms.
2278 Not run by default yet.
2280 * platform/mac/transforms/3d/hit-testing/backface-hit-test-expected.txt: Added.
2281 * platform/mac/transforms/3d/point-mapping/3d-point-mapping-2-expected.txt: Added.
2282 * platform/mac/transforms/3d/point-mapping/3d-point-mapping-deep-expected.txt: Added.
2283 * platform/mac/transforms/3d/point-mapping/3d-point-mapping-expected.txt: Added.
2284 * platform/mac/transforms/3d/point-mapping/3d-point-mapping-origins-expected.txt: Added.
2285 * platform/mac/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.txt: Added.
2286 * transforms/3d/cssmatrix-3d-interface-expected.txt: Added.
2287 * transforms/3d/cssmatrix-3d-interface.xhtml: Added.
2288 * transforms/3d/hit-testing/backface-hit-test.html: Added.
2289 * transforms/3d/point-mapping/3d-point-mapping-2.html: Added.
2290 * transforms/3d/point-mapping/3d-point-mapping-deep.html: Added.
2291 * transforms/3d/point-mapping/3d-point-mapping-origins.html: Added.
2292 * transforms/3d/point-mapping/3d-point-mapping-preserve-3d.html: Added.
2293 * transforms/3d/point-mapping/3d-point-mapping.html: Added.
2294 * transforms/3d/point-mapping/point-mapping-helpers.js: Added.
2301 2009-03-04 Eric Carlson <eric.carlson@apple.com>
2303 - Correct bogus result checked in as part of r41432.
2305 * media/video-can-play-type-expected.txt:
2307 2009-03-04 Pamela Greene <pam@chromium.org>
2309 Reviewed by Darin Fisher.
2311 Add test to ensure that window.frames is self-referential
2312 https://bugs.webkit.org/show_bug.cgi?id=24341
2314 * fast/dom/Window/window-frames-self-referential-expected.txt: Added.
2315 * fast/dom/Window/window-frames-self-referential.html: Added.
2317 2009-03-04 David Levin <levin@chromium.org>
2319 Reviewed by Alexey Proskuryakov.
2321 Bug 24337: Assert when doing sync XHR in a worker for a cacheable response.
2322 <https://bugs.webkit.org/show_bug.cgi?id=24337>
2324 * http/tests/xmlhttprequest/access-control-basic-denied-preflight-cache-expected.txt: Added.
2325 * http/tests/xmlhttprequest/access-control-basic-denied-preflight-cache.html: Added.
2326 * http/tests/xmlhttprequest/workers/resources/xmlhttprequest-file-not-found.js: Added.
2329 * http/tests/xmlhttprequest/workers/xmlhttprequest-file-not-found-expected.txt: Added.
2330 * http/tests/xmlhttprequest/workers/xmlhttprequest-file-not-found.html: Added.
2332 2009-03-04 David Levin <levin@chromium.org>
2334 Reviewed by Alexey Proskuryakov.
2336 Bug 24330: Sync xhr in workers should send an abort exception when the worker is terminated.
2337 <https://bugs.webkit.org/show_bug.cgi?id=24330>
2339 Added test to verify to terminate a worker while it is doing a synchronous xhr.
2340 It does not verify that the exception is a ABORT_ERR because I couldn't figure out a way
2341 to actually do this.
2343 * http/tests/xmlhttprequest/workers/abort-exception-assert-expected.txt: Added.
2344 * http/tests/xmlhttprequest/workers/abort-exception-assert.html: Added.
2345 * http/tests/xmlhttprequest/workers/resources/endless-response.php: Copied from LayoutTests/http/tests/xmlhttprequest/resources/endlessxml.php.
2346 * http/tests/xmlhttprequest/workers/resources/endless-sync-xhr.js: Added.
2348 2009-03-04 Eric Carlson <eric.carlson@apple.com>
2350 Reviewed by Antti Koivisto.
2352 https://bugs.webkit.org/show_bug.cgi?id=24364
2353 Test HTMLMediaElement canPlayType method.
2355 * media/video-can-play-type-expected.txt: Added.
2356 * media/video-can-play-type.html: Added.
2358 2009-03-04 Kevin McCullough <kmccullough@apple.com>
2362 * fast/profiler/many-calls-in-the-same-scope-expected.txt:
2363 * fast/profiler/multiple-and-different-scoped-anonymous-function-calls-expected.txt:
2364 * fast/profiler/multiple-and-different-scoped-function-calls-expected.txt:
2365 * fast/profiler/nested-start-and-stop-profiler-expected.txt:
2366 * fast/profiler/profile-calls-in-included-file-expected.txt:
2368 2009-03-04 Simon Fraser <simon.fraser@apple.com>
2370 Reviewed by Dave Hyatt
2372 https://bugs.webkit.org/show_bug.cgi?id=24361
2374 Test hit testing on generated content.
2376 * fast/css-generated-content/hit-test-generated-content.html: Added.
2377 * platform/mac/fast/css-generated-content/hit-test-generated-content-expected.checksum: Added.
2378 * platform/mac/fast/css-generated-content/hit-test-generated-content-expected.png: Added.
2379 * platform/mac/fast/css-generated-content/hit-test-generated-content-expected.txt: Added.
2381 2009-03-03 David Hyatt <hyatt@apple.com>
2383 Test case for https://bugs.webkit.org/show_bug.cgi?id=24201
2385 Reviewed by Dan Bernstein
2387 * fast/block/float/nested-clearance.html: Added.
2388 * platform/mac/fast/block/float/nested-clearance-expected.checksum: Added.
2389 * platform/mac/fast/block/float/nested-clearance-expected.png: Added.
2390 * platform/mac/fast/block/float/nested-clearance-expected.txt: Added.
2392 2009-03-03 Anders Carlsson <andersca@apple.com>
2394 Reviewed by John Sullivan.
2396 https://bugs.webkit.org/show_bug.cgi?id=22884
2397 <rdar://problem/6449783>
2398 modified layout test crashes Safari
2401 * plugins/destroy-stream-twice-expected.txt:
2402 * plugins/destroy-stream-twice.html:
2404 2009-03-03 Eric Carlson <eric.carlson@apple.com>
2406 Reviewed by Simon Fraser.
2408 https://bugs.webkit.org/show_bug.cgi?id=24294
2409 Bug 24294: Improve media layout test logging
2411 Make all media layout tests log the condition that is being tested,
2412 success or failure, plus observed value when a test condition fails
2413 so it is possible to see exactly what failed without having to hack
2414 the test source. Consolidate some of the logic in the shared JavaScript file.
2416 * media/audio-constructor-expected.txt:
2417 * media/audio-constructor-src-expected.txt:
2418 * media/audio-constructor-src.html:
2419 * media/audio-constructor.html:
2420 * media/audio-mpeg-supported-expected.txt:
2421 * media/audio-mpeg-supported.html:
2422 * media/broken-video-expected.txt:
2423 * media/broken-video.html:
2424 * media/constructors-expected.txt:
2425 * media/constructors.html:
2426 * media/loopend-limits-expected.txt:
2427 * media/loopstart-limits-expected.txt:
2428 * media/progress-event-expected.txt:
2429 * media/progress-event-total-expected.txt:
2430 * media/progress-event-total.html:
2431 * media/progress-event.html:
2432 * media/remove-from-document-expected.txt:
2433 * media/remove-from-document-no-load-expected.txt:
2434 * media/remove-from-document-no-load.html:
2435 * media/remove-from-document.html:
2436 * media/unsupported-rtsp-expected.txt:
2437 * media/unsupported-rtsp.html:
2438 * media/unsupported-tracks-expected.txt:
2439 * media/unsupported-tracks.html:
2440 * media/video-append-source-expected.txt:
2441 * media/video-append-source.html:
2442 * media/video-autoplay-expected.txt:
2443 * media/video-autoplay.html:
2444 * media/video-buffered-expected.txt:
2445 * media/video-buffered.html:
2446 * media/video-controls-expected.txt:
2447 * media/video-controls-transformed-expected.txt:
2448 * media/video-controls-transformed.html:
2449 * media/video-controls.html:
2450 * media/video-currentTime-expected.txt:
2451 * media/video-currentTime-set.html:
2452 * media/video-currentTime-set2-expected.txt:
2453 * media/video-currentTime-set2.html:
2454 * media/video-currentTime.html:
2455 * media/video-dom-autoplay-expected.txt:
2456 * media/video-dom-autoplay.html:
2457 * media/video-dom-end-expected.txt:
2458 * media/video-dom-end.html:
2459 * media/video-dom-loopcount-expected.txt:
2460 * media/video-dom-loopcount.html:
2461 * media/video-dom-loopend-expected.txt:
2462 * media/video-dom-loopend.html:
2463 * media/video-dom-loopstart-expected.txt:
2464 * media/video-dom-loopstart.html:
2465 * media/video-dom-src-expected.txt:
2466 * media/video-dom-src.html:
2467 * media/video-dom-start-expected.txt:
2468 * media/video-dom-start.html:
2469 * media/video-end-expected.txt:
2470 * media/video-end.html:
2471 * media/video-error-abort-expected.txt:
2472 * media/video-error-abort.html:
2473 * media/video-error-does-not-exist-expected.txt:
2474 * media/video-error-does-not-exist.html:
2475 * media/video-load-networkState-expected.txt:
2476 * media/video-load-networkState.html:
2477 * media/video-load-readyState-expected.txt:
2478 * media/video-load-readyState.html:
2479 * media/video-loopcount-expected.txt:
2480 * media/video-loopcount.html:
2481 * media/video-loopend-expected.txt:
2482 * media/video-loopend.html:
2483 * media/video-loopstart-expected.txt:
2484 * media/video-loopstart.html:
2485 * media/video-muted-expected.txt:
2486 * media/video-muted.html:
2487 * media/video-no-autoplay-expected.txt:
2488 * media/video-no-autoplay.html:
2489 * media/video-pause-empty-events-expected.txt:
2490 * media/video-pause-empty-events.html:
2491 * media/video-play-empty-events-expected.txt:
2492 * media/video-play-empty-events.html:
2493 * media/video-play-pause-events-expected.txt:
2494 * media/video-play-pause-events.html:
2495 * media/video-poster-expected.txt:
2496 * media/video-poster.html:
2497 * media/video-seek-past-end-paused-expected.txt:
2498 * media/video-seek-past-end-paused.html:
2499 * media/video-seek-past-end-playing-expected.txt:
2500 * media/video-seek-past-end-playing.html:
2501 * media/video-seekable-expected.txt:
2502 * media/video-seekable.html:
2503 * media/video-seeking-expected.txt:
2504 * media/video-seeking.html:
2505 * media/video-size-expected.txt:
2506 * media/video-size.html:
2507 * media/video-source-expected.txt:
2508 * media/video-source-media-expected.txt:
2509 * media/video-source-media.html:
2510 * media/video-source-type-expected.txt:
2511 * media/video-source-type-params-expected.txt:
2512 * media/video-source-type-params.html:
2513 * media/video-source-type.html:
2514 * media/video-source.html:
2515 * media/video-src-change-expected.txt:
2516 * media/video-src-change.html:
2517 * media/video-src-expected.txt:
2518 * media/video-src-remove-expected.txt:
2519 * media/video-src-remove.html:
2520 * media/video-src-set-expected.txt:
2521 * media/video-src-set.html:
2522 * media/video-src-source-expected.txt:
2523 * media/video-src-source.html:
2524 * media/video-src.html:
2525 * media/video-start-expected.txt:
2526 * media/video-start.html:
2527 * media/video-test.js:
2530 (waitForEvent._eventCallback):
2532 (waitForEventAndTest._eventCallback):
2533 (waitForEventAndTest):
2536 * media/video-volume-expected.txt:
2537 * media/video-volume.html:
2538 * media/video-width-height-expected.txt:
2539 * media/video-width-height.html:
2541 2009-03-03 Kevin McCullough <kmccullough@apple.com>
2543 Reviewed by Oliver Hunt.
2545 <rdar://problem/6031674> JSProfiler: Multiple anonymous functions get
2546 the same entry in profiler if called from same function
2548 - This no longer happens but I thought I'd make a test case anyway.
2550 * fast/profiler/multiple-anonymous-functions-called-from-the-same-function-expected.txt: Added.
2551 * fast/profiler/multiple-anonymous-functions-called-from-the-same-function.html: Added.
2552 * fast/profiler/resources/profiler-test-JS-resources.js:
2553 (anotherAnonymousFunction):
2555 2009-03-03 Kevin McCullough <kmccullough@apple.com>
2557 Reviewed by Oliver Hunt.
2559 <rdar://problem/6639110> console.profile() doesn't work without a title
2561 * fast/profiler/profile-with-no-title-expected.txt: Added.
2562 * fast/profiler/profile-with-no-title.html: Added.
2564 2009-03-03 Pamela Greene <pam@chromium.org>
2566 Remove junk files that must have been accidentally committed.
2567 Submitted without review.
2569 * fast/block/float/t0905-c414-flt-fit-01-d-g.html.orig: Removed.
2570 * fast/block/float/t0905-c414-flt-fit-01-d-g.html.rej: Removed.
2571 * fast/block/float/t0905-c5525-fltblck-00-d-ag.html.orig: Removed.
2572 * fast/block/float/t0905-c5525-fltblck-00-d-ag.html.rej: Removed.
2573 * fast/block/float/t0905-c5526-flthw-00-c-g.html.orig: Removed.
2574 * fast/block/float/t0905-c5526-flthw-00-c-g.html.rej: Removed.
2576 2009-03-03 Scott Violet <sky@google.com>
2578 Reviewed by Eric Seidel.
2580 https://bugs.webkit.org/show_bug.cgi?id=24325
2581 Crash on replacing document contents during drop
2583 Makes sure we don't crash during dnd with DOM mutation event listener
2584 that mutates the document on drop.
2586 * fast/events/crash-on-mutate-during-drop-expected.txt: Added.
2587 * fast/events/crash-on-mutate-during-drop.html: Added.
2589 2009-03-03 Brady Eidson <beidson@apple.com>
2591 Reviewed by Darin Adler
2593 Layout test covering <rdar://problem/6616664> - Quick looks of various file types is broken
2595 Added to test the changes:
2596 * fast/loader/main-document-url-for-non-http-loads-expected.txt: Added.
2597 * fast/loader/main-document-url-for-non-http-loads.html: Added.
2598 * fast/loader/resources/subframe-notify-done.html: Added.
2600 Updated the following for the new info from dumpResourceLoadCallbacks():
2601 * http/tests/misc/window-dot-stop-expected.txt:
2602 * http/tests/xmlhttprequest/abort-should-cancel-load-expected.txt:
2603 * platform/mac-leopard/security/block-test-expected.txt:
2604 * platform/mac-tiger/http/tests/misc/willCacheResponse-delegate-callback-expected.txt:
2605 * platform/mac/http/tests/misc/willCacheResponse-delegate-callback-expected.txt:
2606 * platform/mac/webarchive/loading/cache-expired-subresource-expected.txt:
2607 * security/block-test-expected.txt:
2608 * webarchive/loading/test-loading-archive-expected.txt:
2610 2009-03-02 Chris Marrin <cmarrin@apple.com>
2612 Reviewed by Sam Weinig.
2614 https://bugs.webkit.org/show_bug.cgi?id=24257
2616 Test for all newly added constructor prototypes.
2617 This addition also changes window-properties.html
2618 results, so that is updated as well.
2620 * fast/dom/Window/custom-constructors-expected.txt: Added.
2621 * fast/dom/Window/custom-constructors.html: Added.
2622 * fast/dom/Window/window-properties-expected.txt:
2624 2009-03-03 Jungshik Shin <jshin@chromium.org>
2626 Reviewed by Darin Adler.
2628 http://bugs.webkit.org/show_bug.cgi?id=23482
2629 Add the following CSS 2.1 tests, with YinYang character (U+262F)
2630 and SouthEast Arrow (U+2798) replaced by png images,
2631 to fast/block/float. Leftward white arrow (U+21E6) is also
2632 replaced by an ASCII-equivalent of '<-'.
2634 css2.1/t0905-c414-flt-fit-01-d-g.html
2635 css2.1/t0905-c5525-fltblck-00-d-ag.html
2636 css2.1/t0905-c5526-flthw-00-c-g.html
2638 On platforms where no font covers those characters (e.g. Windows),
2639 the above tests can be skipped and the new tests can be used, instead.
2640 They're equivalent in terms of what they test.
2642 * fast/block/float/resources/se_arrow.png: Added.
2643 * fast/block/float/resources/yinyang.png: Added.
2644 * fast/block/float/t0905-c414-flt-fit-01-d-g.html: Copied from LayoutTests/css2.1/t0905-c414-flt-fit-01-d-g.html.
2645 * fast/block/float/t0905-c5525-fltblck-00-d-ag.html: Copied from LayoutTests/css2.1/t0905-c5525-fltblck-00-d-ag.html.
2646 * fast/block/float/t0905-c5526-flthw-00-c-g.html: Copied from LayoutTests/css2.1/t0905-c5526-flthw-00-c-g.html.
2647 * platform/mac/fast/block/float/t0905-c414-flt-fit-01-d-g-expected.checksum: Added.
2648 * platform/mac/fast/block/float/t0905-c414-flt-fit-01-d-g-expected.png: Added.
2649 * platform/mac/fast/block/float/t0905-c414-flt-fit-01-d-g-expected.txt: Added.
2650 * platform/mac/fast/block/float/t0905-c5525-fltblck-00-d-ag-expected.checksum: Added.
2651 * platform/mac/fast/block/float/t0905-c5525-fltblck-00-d-ag-expected.png: Added.
2652 * platform/mac/fast/block/float/t0905-c5525-fltblck-00-d-ag-expected.txt: Added.
2653 * platform/mac/fast/block/float/t0905-c5526-flthw-00-c-g-expected.checksum: Added.
2654 * platform/mac/fast/block/float/t0905-c5526-flthw-00-c-g-expected.png: Added.
2655 * platform/mac/fast/block/float/t0905-c5526-flthw-00-c-g-expected.txt: Added.
2657 2009-03-03 Alexey Proskuryakov <ap@webkit.org>
2659 Reviewed by Adam Roben.
2661 https://bugs.webkit.org/show_bug.cgi?id=4343
2662 XMLHttpRequest doesn't work in a JavaScript-created window
2664 The problem was fixed a while ago (r34506), just adding a test.
2666 * http/tests/xmlhttprequest/request-from-popup-expected.txt: Added.
2667 * http/tests/xmlhttprequest/request-from-popup.html: Added.
2669 2009-03-02 Simon Fraser <simon.fraser@apple.com>
2671 Reviewed by Adele Peterson
2673 https://bugs.webkit.org/show_bug.cgi?id=24313
2675 Test hit testing on the border and padding of inputs, after
2676 touching code that referenced <rdar://problem/4617841>.
2678 * fast/forms/input-hit-test-border-expected.txt: Added.
2679 * fast/forms/input-hit-test-border.html: Added.
2681 2009-03-01 David Levin <levin@chromium.org>
2683 Reviewed by Alexey Proskuryakov.
2685 Bug 24271: XMLHttpRequest needs js bindings for Workers.
2686 <https://bugs.webkit.org/show_bug.cgi?id=24271>
2688 Some sanity checks for xhr done from workers. These are the same as
2689 tests done for normal workers.
2691 * http/tests/xmlhttprequest/workers/methods-async-expected.txt: Added.
2692 * http/tests/xmlhttprequest/workers/methods-async.html: Added.
2693 * http/tests/xmlhttprequest/workers/methods-expected.txt: Added.
2694 * http/tests/xmlhttprequest/workers/methods.html: Added.
2695 * http/tests/xmlhttprequest/workers/resources/methods-async.js: Added.
2702 (processStateChange):
2703 * http/tests/xmlhttprequest/workers/resources/methods.cgi: Copied from LayoutTests/http/tests/xmlhttprequest/methods.cgi.
2704 * http/tests/xmlhttprequest/workers/resources/methods.js: Added.
2708 2009-02-28 Jan Michael Alonzo <jmalonzo@webkit.org>
2710 Reviewed by Holger Freyther.
2712 [Gtk] get the HTTP layout tests going
2713 https://bugs.webkit.org/show_bug.cgi?id=24259
2715 Enable http tests, excluding tests/folders that fail or untested
2717 * platform/gtk/Skipped:
2719 2009-03-01 Dan Bernstein <mitz@apple.com>
2721 Reviewed by Darin Adler.
2723 - test for <rdar://problem/6634768> Reproducible crash in RenderLayer::updateScrollCornerStyle() using full-page zoom at MobileMe Contacts
2725 * fast/events/scroll-during-zoom-change-expected.txt: Added.
2726 * fast/events/scroll-during-zoom-change.html: Added.
2728 2009-02-28 Dan Bernstein <mitz@apple.com>
2730 - correct a color profile mismatch in expected pixel results
2732 * platform/mac/fast/gradients/background-clipped-expected.checksum:
2733 * platform/mac/fast/gradients/background-clipped-expected.png:
2735 2009-02-28 Dan Bernstein <mitz@apple.com>
2737 Reviewed by Oliver Hunt.
2739 - test for https://bugs.webkit.org/show_bug.cgi?id=23848
2740 <rdar://problem/6573250> REGRESSION: Crash when mouse cursor moves over a link on www.opportuno.de
2742 * fast/layers/inline-dirty-z-order-lists.html: Added.
2743 * platform/mac/fast/layers/inline-dirty-z-order-lists-expected.checksum: Added.
2744 * platform/mac/fast/layers/inline-dirty-z-order-lists-expected.png: Added.
2745 * platform/mac/fast/layers/inline-dirty-z-order-lists-expected.txt: Added.
2747 2009-02-27 Matt Pennig <pennig@apple.com>
2749 Reviewed by David Hyatt.
2752 1. Tests offsetParent, offsetLeft and offsetTop on fixed-position elements.
2753 2. Tests offsetLeft and offsetTop on static and positioned <html> elements.
2755 * fast/dom/Element/fixed-position-offset-parent-expected.txt: Added.
2756 * fast/dom/Element/fixed-position-offset-parent.html: Added.
2757 * fast/dom/Element/offsetLeft-offsetTop-html-expected.txt: Added.
2758 * fast/dom/Element/offsetLeft-offsetTop-html.html: Added.
2760 2009-02-27 Dean Jackson <dino@apple.com>
2762 Reviewed by Simon Fraser
2764 Pixel tests for previous commit
2765 https://bugs.webkit.org/show_bug.cgi?id=24252
2768 * platform/mac/transforms/no_transform_hit_testing-expected.checksum: Added.
2769 * platform/mac/transforms/no_transform_hit_testing-expected.png: Added.
2771 2009-02-27 Dean Jackson <dino@apple.com>
2773 Reviewed by Simon Fraser.
2775 Add test for crash - transform is null in hit testing
2776 https://bugs.webkit.org/show_bug.cgi?id=24252
2778 * transforms/no_transform_hit_testing-expected.txt: Added.
2779 * transforms/no_transform_hit_testing.html: Added.
2781 2009-02-27 David Levin <levin@chromium.org>
2783 Reviewed by Alexey Proskuryakov.
2785 Bug 24213: Web Worker: Worker4 test: onmessage will never be called
2786 <https://bugs.webkit.org/show_bug.cgi?id=24213>
2788 * fast/workers/worker-terminate-expected.txt:
2789 * fast/workers/worker-terminate.html:
2790 Added a log entry to the onmessage handler for worker4 to make it visible that
2791 the handler was called and removed the terminate call that happened outside of onmessage.
2793 2009-02-26 Adele Peterson <adele@apple.com>
2795 Reviewed by Alice Liu.
2797 Make the success/failure of this test more obvious.
2799 * editing/selection/designmode-no-caret.html:
2800 * platform/mac/editing/selection/designmode-no-caret-expected.checksum:
2801 * platform/mac/editing/selection/designmode-no-caret-expected.png:
2802 * platform/mac/editing/selection/designmode-no-caret-expected.txt:
2804 2009-02-26 Gavin Barraclough <barraclough@apple.com>
2806 Rubber stamped by Geoff Garen.
2808 Layout test for bug #23614.
2810 * fast/js/resources/switch-behaviour.js:
2811 * fast/js/switch-behaviour-expected.txt:
2813 2009-02-26 Adele Peterson <adele@apple.com>
2815 Reviewed by Geoff Garen.
2817 Updating results for <rdar://problem/6618166>
2818 https://bugs.webkit.org/show_bug.cgi?id=24216
2819 (REGRESSION r36919) Safari 4 Beta causes MSN Messenger's text entry field to lose focus after entering a message
2821 We changed these results shortly after r36919, but the original result is actually correct.
2822 The test's text indicates that we expect a caret to be placed in this case.
2824 * platform/mac/editing/selection/designmode-no-caret-expected.checksum:
2825 * platform/mac/editing/selection/designmode-no-caret-expected.png:
2826 * platform/mac/editing/selection/designmode-no-caret-expected.txt:
2828 2009-02-26 David Hyatt <hyatt@apple.com>
2830 Reviewed by Sam Weinig
2832 Fix text-bottom vertical alignment. It was incorrectly aligning the bottom of the descent instead of including
2833 the line-height below the descent.
2835 * fast/inline/vertical-align-text-bottom.html: Added.
2836 * platform/mac/fast/inline/vertical-align-text-bottom-expected.checksum: Added.
2837 * platform/mac/fast/inline/vertical-align-text-bottom-expected.png: Added.
2838 * platform/mac/fast/inline/vertical-align-text-bottom-expected.txt: Added.
2840 2009-02-26 Dirk Schulze <krit@webkit.org>
2842 Reviewed by Eric Seidel.
2844 Corrected some tests after the new SVG Masking implementation for Mac.
2846 Make SVG Masking platform aware
2847 https://bugs.webkit.org/show_bug.cgi?id=19243
2849 * platform/mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.checksum:
2850 * platform/mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.png:
2851 * platform/mac/svg/custom/grayscale-gradient-mask-expected.checksum:
2852 * platform/mac/svg/custom/grayscale-gradient-mask-expected.png:
2853 * svg/custom/mask-excessive-malloc.svg:
2855 2009-02-26 Adam Treat <adam.treat@torchmobile.com>
2857 Reviewed by Darin Adler, Antti Koivisto and Alexey Proskuryakov.
2859 https://bugs.webkit.org/show_bug.cgi?id=24133
2860 Add a test that checks for a crash in a particular sequence that invokes
2861 the HTML preload scanner and then cancels all loads.
2863 * http/tests/misc/slow-preload-cancel-expected.txt: Added.
2864 * http/tests/misc/slow-preload-cancel.html: Added.
2865 * http/tests/misc/resources/slow-preload-cancel-1.html: Added.
2867 2009-02-26 Alexey Proskuryakov <ap@webkit.org>
2869 Reviewed by Darin Adler.
2871 https://bugs.webkit.org/show_bug.cgi?id=23500
2872 KURL::parse() incorrectly compares its result to original string
2874 * fast/loader/url-parse-1-expected.txt: Updated results. Neither old nor new results match
2877 2009-02-26 Rahul Kuchhal <kuchhal@chromium.org>
2879 Reviewed by Dave Hyatt.
2881 https://bugs.webkit.org/show_bug.cgi?id=24003
2882 Fix a crash caused by unsafe type conversion.
2884 * fast/block/positioning/absolute-in-inline-rtl-4-expected.txt: Added.
2885 * fast/block/positioning/absolute-in-inline-rtl-4.html: Added.
2887 2009-02-26 David Hyatt <hyatt@apple.com>
2889 Reviewed by Dan Bernstein & Darin Adler
2891 Make sure the border/padding are properly omitted at the start of an inline that is a continuation.
2893 * fast/inline/inline-continuation-borders.html: Added.
2894 * platform/mac/fast/inline/inline-continuation-borders-expected.checksum: Added.
2895 * platform/mac/fast/inline/inline-continuation-borders-expected.png: Added.
2896 * platform/mac/fast/inline/inline-continuation-borders-expected.txt: Added.
2898 2009-02-26 Pamela Greene <pam@chromium.org>
2900 Reviewed by Darin Fisher.
2902 Add test that custom DOM properties survive garbage collection.
2903 https://bugs.webkit.org/show_bug.cgi?id=24142
2905 * fast/dom/Window/customized-property-survives-gc-expected.txt: Added.
2906 * fast/dom/Window/customized-property-survives-gc.html: Added.
2908 2009-02-26 Alexey Proskuryakov <ap@webkit.org>
2910 Reviewed by Darin Adler.
2912 https://bugs.webkit.org/show_bug.cgi?id=19527
2913 ASSERTION FAILED: containerA && containerB
2915 * fast/dom/Range/range-comparePoint.html: Updated the test for current Firefox behavior
2916 (as of 3.1 and 3.2a1pre).
2918 * fast/dom/Range/bug-19527-expected.txt: Added.
2919 * fast/dom/Range/bug-19527.html: Added.
2920 Test a number of additional edge cases.
2922 2009-02-25 Cameron Zwarich <cwzwarich@uwaterloo.ca>
2924 Reviewed by Gavin Barraclough.
2926 Add tests for bug 24086: Regression (r40993): WebKit crashes after logging in to lists.zenbe
2927 <https://bugs.webkit.org/show_bug.cgi?id=24086>
2928 <rdar://problem/6625111>
2930 * fast/js/resources/sort-no-jit-code-crash.js: Added.
2931 * fast/js/sort-no-jit-code-crash-expected.txt: Added.
2932 * fast/js/sort-no-jit-code-crash.html: Added.
2934 2009-02-25 Dan Bernstein <mitz@apple.com>
2936 Reviewed by Simon Fraser.
2938 - test for https://bugs.webkit.org/show_bug.cgi?id=24130
2939 <rdar://problem/6618196> Paint very slow when horizontally resizing
2941 * fast/gradients/background-clipped.html: Added.
2942 * platform/mac/fast/gradients/background-clipped-expected.checksum: Added.
2943 * platform/mac/fast/gradients/background-clipped-expected.png: Added.
2944 * platform/mac/fast/gradients/background-clipped-expected.txt: Added.
2946 2009-02-25 Ojan Vafai <ojan@chromium.org>
2948 Reviewed by Eric Seidel.
2950 Fix test regressions from positionForCoordinates patch.
2951 These three just need rebaselining.
2952 https://bugs.webkit.org/show_bug.cgi?id=24148
2954 standalone-image-drag now correctly places the image in the text
2955 at the x coordinate that it's being dragged on at.
2957 dirtyLinesForInline now places the cursor at the node below it when clicking
2958 in the margin of that node instead of the node above it.
2960 svg/custom/pointer-events-path.svg previously had the caret at the end of
2961 the last box, and now has the caret at the beginning of the last box,
2962 since the click was to the left of the box.
2964 * platform/mac/fast/events/standalone-image-drag-to-editable-expected.checksum:
2965 * platform/mac/fast/events/standalone-image-drag-to-editable-expected.png:
2966 * platform/mac/fast/events/standalone-image-drag-to-editable-expected.txt:
2967 * platform/mac/fast/inline/dirtyLinesForInline-expected.txt:
2968 * platform/mac/svg/custom/pointer-events-path-expected.txt:
2970 2009-02-25 Chris Fleizach <cfleizach@apple.com>
2972 Reviewed by Beth Dakin.
2975 Bug 24143: Crash occurs at WebCore::AccessibilityTable::isTableExposableThroughAccessibility() when applying a link in GMail
2976 https://bugs.webkit.org/show_bug.cgi?id=24143
2978 * platform/mac-snowleopard/accessibility/table-updating-expected.txt: Added.
2979 * platform/mac-snowleopard/accessibility/table-updating.html: Added.
2981 2009-02-24 Geoffrey Garen <ggaren@apple.com>
2983 Reviewed by Maciej Stachowiak.
2985 Added a test for <rdar://problem/6611174> REGRESSION (r36701): Unable to
2986 select messages on hotmail (24052)
2988 * fast/js/for-in-cached-expected.txt: Added.
2989 * fast/js/for-in-cached.html: Added.
2990 * fast/js/resources/for-in-cached.js: Added.
2993 2009-02-25 Beth Dakin <bdakin@apple.com>
2995 Reviewed by Darin Adler.
2997 Test for <rdar://problem/6487249> repro crash in
2998 WebCore::CSSParser::parseFillImage copying entire contents of this
3000 -and corresponding: https://bugs.webkit.org/show_bug.cgi?id=24172
3002 * editing/pasteboard/copy-crash-with-extraneous-attribute-expected.txt: Added.
3003 * editing/pasteboard/copy-crash-with-extraneous-attribute.html: Added.
3005 2009-02-25 Chris Marrin <cmarrin@apple.com>
3007 Reviewed by Simon Fraser.
3009 https://bugs.webkit.org/show_bug.cgi?id=23943
3011 Test for new API and fixed results of window-properties.html
3012 to include new API and new WebKitPoint object.
3014 * fast/dom/Window/webkitConvertPoint-expected.txt: Added.
3015 * fast/dom/Window/webkitConvertPoint.html: Added.
3016 * fast/dom/Window/window-properties-expected.txt:
3018 2009-02-25 David Levin <levin@chromium.org>
3020 Reviewed by Alexey Proskuryakov.
3022 Bug 24089: ThreadableLoader::loadResourceSynchronously should do callbacks like the async code.
3023 <https://bugs.webkit.org/show_bug.cgi?id=24089>
3025 Modified the test to account for behavior change and output more information to better detect
3026 future changes in behavior.
3028 * http/tests/xmlhttprequest/xmlhttprequest-unsafe-redirect-expected.txt:
3029 * http/tests/xmlhttprequest/xmlhttprequest-unsafe-redirect.html:
3031 2009-02-24 Chris Marrin <cmarrin@apple.com>
3033 Reviewed by David Hyatt.
3035 https://bugs.webkit.org/show_bug.cgi?id=23368
3037 Hit testing tests, for both accelerated and non-accelerated
3038 cases, and for both transitions and animations.
3040 * animations/animation-hit-test-expected.txt: Added.
3041 * animations/animation-hit-test-transform-expected.txt: Added.
3042 * animations/animation-hit-test-transform.html: Added.
3043 * animations/animation-hit-test.html: Added.
3044 * transitions/transition-hit-test-expected.txt: Added.
3045 * transitions/transition-hit-test-transform-expected.txt: Added.
3046 * transitions/transition-hit-test-transform.html: Added.
3047 * transitions/transition-hit-test.html: Added.
3049 2009-02-25 Alexey Proskuryakov <ap@webkit.org>
3051 Reviewed by Darin Adler.
3053 https://bugs.webkit.org/show_bug.cgi?id=24067
3054 REGRESSION: Crash in WebCore::Document::initSecurityContext
3056 * http/tests/security/aboutBlank/window-open-self-about-blank-expected.txt: Added.
3057 * http/tests/security/aboutBlank/window-open-self-about-blank.html: Added.
3059 2009-02-25 Adam Treat <adam.treat@torchmobile.com>
3061 Reviewed by Zack Rusin.
3063 https://bugs.webkit.org/show_bug.cgi?id=24158
3064 Adding these tests back in as they are now passing with the implementation
3065 of the queue*() methods on layoutTestController.
3067 * platform/qt/Skipped:
3069 2009-02-24 Simon Fraser <simon.fraser@apple.com>
3071 Reviewed by Anders Carlsson
3073 https://bugs.webkit.org/show_bug.cgi?id=15081
3075 Add tests for display:none on applets, embeds and object elements.
3077 * fast/replaced/applet-display-none.html: Added.
3078 * fast/replaced/embed-display-none.html: Added.
3079 * fast/replaced/object-display-none.html: Added.
3080 * fast/replaced/resources/test.swf: Copied from LayoutTests/accessibility/resources/test.swf.
3081 * platform/mac/fast/replaced/applet-display-none-expected.checksum: Added.
3082 * platform/mac/fast/replaced/applet-display-none-expected.png: Added.
3083 * platform/mac/fast/replaced/applet-display-none-expected.txt: Added.
3084 * platform/mac/fast/replaced/embed-display-none-expected.checksum: Added.
3085 * platform/mac/fast/replaced/embed-display-none-expected.png: Added.
3086 * platform/mac/fast/replaced/embed-display-none-expected.txt: Added.
3087 * platform/mac/fast/replaced/object-display-none-expected.checksum: Added.
3088 * platform/mac/fast/replaced/object-display-none-expected.png: Added.
3089 * platform/mac/fast/replaced/object-display-none-expected.txt: Added.
3091 2009-02-24 Sam Weinig <sam@webkit.org>
3093 Reviewed by David Hyatt.
3095 Test for https://bugs.webkit.org/show_bug.cgi?id=23990
3096 Regression (r40837): JavaScript image popup doesn't work
3098 * fast/dom/getBoundingClientRect-getClientRects-relative-to-viewport-expected.txt: Added.
3099 * fast/dom/getBoundingClientRect-getClientRects-relative-to-viewport.html: Added.
3101 2009-02-24 David Hyatt <hyatt@apple.com>
3103 Reviewed by Eric Seidel
3105 https://bugs.webkit.org/show_bug.cgi?id=23740, painting order wrong for normal flow elements with overflow: hidden
3107 This patch reworks the painting of overflow. There is now the concept of a "self-painting layer." All
3108 layers are considered to be self-painting except for overflow layers that are normal flow (and that don't have
3109 reflections or masks).
3111 If an overflow layer is not self-painting, then it ends up painted by its parent just like any other normal flow object.
3112 The only difference is that the clip has to be pushed and popped when painting the object's children.
3114 The lightweight clipping scheme used for controls has been extended to cover overflow now in this simplified case. With
3115 the code consolidated into reusable push/pop functions, all of the renderers that use overflow have been patched to
3116 use the new functions.
3118 Hit testing has also been patched to check the overflow clip rect first before recurring into children.
3120 Scrollbar paint has been moved into RenderBlock for now, since none of the table objects support scrollbars
3121 yet, and scrollbar hit testing was already there anyway. Now the two code paths are more symmetrical.
3123 Masks are now treated like normal flow layers (just like reflections).
3125 A couple of test cases have been added to fast/overflow to test the stacking order.
3127 * fast/overflow/overflow-float-stacking.html: Added.
3128 * fast/overflow/overflow-stacking.html: Added.
3129 * platform/mac/fast/overflow/overflow-float-stacking-expected.checksum: Added.
3130 * platform/mac/fast/overflow/overflow-float-stacking-expected.png: Added.
3131 * platform/mac/fast/overflow/overflow-float-stacking-expected.txt: Added.
3132 * platform/mac/fast/overflow/overflow-stacking-expected.checksum: Added.
3133 * platform/mac/fast/overflow/overflow-stacking-expected.png: Added.
3134 * platform/mac/fast/overflow/overflow-stacking-expected.txt: Added.
3136 2009-02-24 Simon Fraser <simon.fraser@apple.com>
3138 Reviewed by Eric Seidel
3140 https://bugs.webkit.org/show_bug.cgi?id=24135
3142 Update the expected value after testcase change.
3144 * fast/events/offsetX-offsetY-expected.txt:
3146 2009-02-05 Ojan Vafai <ojan@chromium.org> and Eric Seidel <eric@webkit.org>
3148 Reviewed by Dave Hyatt.
3150 Make cursor positions match IE6/IE7/FF3 when clicking in margins/padding
3151 around divs inside editable regions.
3152 https://bugs.webkit.org/show_bug.cgi?id=23605
3154 Fix clicks outside editable regions from focusing the editable region.
3155 https://bugs.webkit.org/show_bug.cgi?id=23607
3157 Removed editing/selection/contenteditable-click-outside.html as it's
3158 not as useful as our new tests.
3160 * editing/selection/click-in-margins-inside-editable-div-expected.txt: Added.
3161 * editing/selection/click-in-margins-inside-editable-div.html: Added.
3162 * editing/selection/click-in-padding-with-multiple-line-boxes-expected.txt: Added.
3163 * editing/selection/click-in-padding-with-multiple-line-boxes.html: Added.
3164 * editing/selection/click-outside-editable-div-expected.txt: Added.
3165 * editing/selection/click-outside-editable-div.html: Added.
3166 * editing/selection/contenteditable-click-outside.html: Removed.
3167 * editing/selection/resources/TEMPLATE.html: Added.
3168 * editing/selection/resources/click-in-margins-inside-editable-div.js: Added.
3169 * editing/selection/resources/click-in-padding-with-multiple-line-boxes.js: Added.
3170 * editing/selection/resources/click-outside-editable-div.js: Added.
3171 * editing/selection/resources/js-test-selection-shared.js: Added.
3172 * editing/selection/select-missing-image.html:
3173 * platform/mac/editing/selection/contenteditable-click-outside-expected.checksum: Removed.
3174 * platform/mac/editing/selection/contenteditable-click-outside-expected.txt: Removed.
3175 * platform/mac/editing/selection/select-all-iframe-expected.txt:
3176 * platform/mac/editing/selection/select-from-textfield-outwards-expected.txt:
3177 * platform/mac/editing/selection/select-missing-image-expected.txt:
3178 * platform/qt/editing/selection/contenteditable-click-outside-expected.txt: Removed.
3179 * platform/qt/editing/selection/select-all-iframe-expected.txt: Removed.
3181 2009-02-24 Simon Fraser <simon.fraser@apple.com>
3183 Reviewed by Darin Adler
3185 https://bugs.webkit.org/show_bug.cgi?id=24135
3187 Fix test now that offsetX/offsetY get rounded, rather than truncated.
3189 * fast/events/offsetX-offsetY.html:
3191 2009-02-24 Beth Dakin <bdakin@apple.com>
3193 Reviewed by Sam Weinig.
3195 Test for https://bugs.webkit.org/show_bug.cgi?id=24004 REGRESSION:
3196 Ordered list item marker misaligned when line height is not 1.2
3197 -and corresponding <rdar://problem/6602506>
3199 * fast/lists/list-marker-with-line-height.html: Added.
3200 * platform/mac/fast/lists/list-marker-with-line-height-expected.checksum: Added.
3201 * platform/mac/fast/lists/list-marker-with-line-height-expected.png: Added.
3202 * platform/mac/fast/lists/list-marker-with-line-height-expected.txt: Added.
3204 2009-02-24 Adam Treat <adam.treat@torchmobile.com>
3206 Reviewed by Simon Fraser.
3208 Adding these tests back in and removing from the Skipped list as
3209 these tests are all now passing on my machine as of latest revision.
3211 * platform/qt/Skipped:
3213 2009-02-24 Adam Treat <adam.treat@torchmobile.com>
3215 Reviewed by Cameron Zwarich.
3217 Remove tests from the Qt Skipped list that no longer even exist.
3219 * platform/qt/Skipped:
3221 2009-02-24 Alexey Proskuryakov <ap@webkit.org>
3223 Reviewed by Darin Adler.
3225 https://bugs.webkit.org/show_bug.cgi?id=24091
3226 <rdar://problem/6468660> Start of redirect chain ends up as master entry in Application Cache
3228 * http/tests/appcache/access-via-redirect-expected.txt: Added.
3229 * http/tests/appcache/access-via-redirect.php: Added.
3230 * http/tests/appcache/resources/access-via-redirect.html: Added.
3231 * http/tests/appcache/resources/access-via-redirect.manifest: Added.
3233 2009-02-24 Alexey Proskuryakov <ap@webkit.org>
3235 Reviewed by Mark Rowe ("awesome!").
3237 Make test for <https://bugs.webkit.org/show_bug.cgi?id=15707> more reliable.
3239 * fast/dom/onload-open.html: Added waitUntilDone().
3241 2009-02-24 David Levin <levin@chromium.org>
3243 Reviewed by Dave Hyatt.
3245 Update expected results due to better results introduced by r41090.
3247 * platform/mac/media/video-layer-crash-expected.txt:
3249 2009-02-23 Julien Chaffraix <jchaffraix@webkit.org>
3251 Reviewed by Darin Adler.
3253 Test for bug 23956: Safari crashes when cloneNode fails (cloning a XML element with an invalid nodeName)
3255 * fast/dom/cloneNode-expected.txt: Added.
3256 * fast/dom/cloneNode.html: Added.
3258 2009-02-23 David Hyatt <hyatt@apple.com>
3260 Fix the stacking order for column rules in multi-column layout. Column rules should paint as part of the background of an element, just
3261 after all other components of the background have been painted. This allows negative z-index children to still paint on top of the
3262 column rules (rather than ending up above the background of the box but behind the column rules).
3264 Reviewed by Eric Seidel
3266 * fast/multicol/column-rules-stacking.html: Added.
3267 * platform/mac/fast/multicol/column-rules-stacking-expected.checksum: Added.
3268 * platform/mac/fast/multicol/column-rules-stacking-expected.png: Added.
3269 * platform/mac/fast/multicol/column-rules-stacking-expected.txt: Added.
3271 2009-02-23 Gustavo Noronha Silva <gns@gnome.org>
3273 Reviewed by Alexey Proskuryakov.
3275 https://bugs.webkit.org/show_bug.cgi?id=24011
3276 KURL's setPort doesn't unset port if 0 is given
3278 Adding regression tests for change done on KURL's setPort in
3279 r41076. It is worth noting that Firefox doesn't render this test
3280 correctly since it raises an exception when javascript tries to
3281 change the iframe's contentWindow.location.port, though other
3282 properties are modifiable.
3284 * fast/loader/location-port-expected.txt: Added.
3285 * fast/loader/location-port.html: Added.
3286 * fast/loader/resources/location-port-iframe.html: Added.
3288 2009-02-23 Alexey Proskuryakov <ap@webkit.org>
3290 Rubber-stamped by Mark Rowe.
3292 https://bugs.webkit.org/show_bug.cgi?id=15690
3293 Bug in layout test framework (setUpPage vs. setUpPageStatus)
3295 * (Many JS files in dom/):
3296 (setUpPage): Replaced setUpPage with setUpPageStatus where appropriate, downstreaming
3299 2009-02-23 Alexey Proskuryakov <ap@webkit.org>
3301 Reviewed by Mark Rowe.
3303 https://bugs.webkit.org/show_bug.cgi?id=21147
3304 hash property returns incorrect value for links w/o hash
3306 * fast/dom/empty-hash-and-search-expected.txt: Added.
3307 * fast/dom/empty-hash-and-search.html: Added.
3309 2009-02-23 Alexey Proskuryakov <ap@webkit.org>
3311 Reviewed by Darin Adler.
3313 https://bugs.webkit.org/show_bug.cgi?id=20184
3314 SELECT with no name generates invalid query string
3316 * fast/forms/select-no-name-expected.txt: Added.
3317 * fast/forms/select-no-name.html: Added.
3319 2009-02-23 Alexey Proskuryakov <ap@webkit.org>
3321 Reviewed by Darin Adler.
3323 https://bugs.webkit.org/show_bug.cgi?id=15707
3324 Crash when manipulating document from within an iframe onload function
3326 * fast/dom/onload-open-expected.txt: Added.
3327 * fast/dom/onload-open.html: Added.
3328 * fast/dom/resources/frame-onload-open.html: Added.
3330 2009-02-23 Alexey Proskuryakov <ap@webkit.org>
3332 Reviewed by Darin Adler.
3334 https://bugs.webkit.org/show_bug.cgi?id=18970
3335 Numerically named input fields cause document.forms loop problems
3337 * fast/forms/numeric-input-name-expected.txt: Added.
3338 * fast/forms/numeric-input-name.html: Added.
3340 2009-02-21 Hironori Bono <hbono@chromium.org>
3342 Reviewed by Alexey Proskuryakov.
3344 https://bugs.webkit.org/show_bug.cgi?id=23786
3345 [Chromium] line-break characters in a complex text are treated as zero-width spaces
3347 Added tests which verifies line-break characters in a complex text are treated as defined in CSS 2.1.
3349 * fast/text/international/bidi-linebreak-001.html: Added.
3350 * fast/text/international/bidi-linebreak-002.html: Added.
3351 * fast/text/international/bidi-linebreak-003.html: Added.
3352 * platform/mac/fast/text/international/bidi-linebreak-001-expected.checksum: Added.
3353 * platform/mac/fast/text/international/bidi-linebreak-001-expected.png: Added.
3354 * platform/mac/fast/text/international/bidi-linebreak-001-expected.txt: Added.
3355 * platform/mac/fast/text/international/bidi-linebreak-002-expected.checksum: Added.
3356 * platform/mac/fast/text/international/bidi-linebreak-002-expected.png: Added.
3357 * platform/mac/fast/text/international/bidi-linebreak-002-expected.txt: Added.
3358 * platform/mac/fast/text/international/bidi-linebreak-003-expected.checksum: Added.
3359 * platform/mac/fast/text/international/bidi-linebreak-003-expected.png: Added.
3360 * platform/mac/fast/text/international/bidi-linebreak-003-expected.txt: Added.
3362 2009-02-20 Sam Weinig <sam@webkit.org>
3364 * fast/dom/SelectorAPI/resig-SelectorsAPI-test-expected.txt: Update results.
3366 2009-02-20 Oliver Hunt <oliver@apple.com>
3370 <rdar://problem/6606660> 2==null returns true in 64bit jit
3372 Improved equality test to contain all integer values that could
3373 appear to be other immediate values if the type tag were ignored.
3375 * fast/js/equality-expected.txt:
3376 * fast/js/resources/equality.js:
3378 2009-02-19 Sam Weinig <sam@webkit.org>
3380 Reviewed by Beth Dakin.
3382 Tests for https://bugs.webkit.org/show_bug.cgi?id=24044
3383 Update querySelector/querySelectorAll to match the latest spec
3385 * fast/dom/SelectorAPI/dumpNodeList-almost-strict-expected.txt:
3386 * fast/dom/SelectorAPI/dumpNodeList-expected.txt:
3387 * fast/dom/SelectorAPI/resig-SelectorsAPI-test-expected.txt:
3388 * fast/dom/SelectorAPI/resig-SelectorsAPI-test.xhtml: Updated. We now fail 17 tests
3389 due to not throwing an exception when no arguments are passed to querySelector
3390 or querySelectorAll.
3391 * fast/dom/SelectorAPI/resources/undefined-null-stringify.js: Added.
3392 * fast/dom/SelectorAPI/undefined-null-stringify-expected.txt: Added.
3393 * fast/dom/SelectorAPI/undefined-null-stringify.html: Added.
3395 2009-02-19 David Hyatt <hyatt@apple.com>
3397 Fix a bug where reflections didn't work properly if opacity was < 1. Make sure that replaced elements
3398 also consider reflections to be part of their visual overflow. This had already been done for blocks
3399 and lines, but it wasn't being done yet for replaced elements.
3401 Also make sure that when the object being reflected has opacity < 1 that we don't end up popping the outer
3402 transparency layer early. Since the reflected object paints twice, we don't want to end the transparency
3403 layer it pushed until we're done painting the real object (rather than the reflection).
3405 Reviewed by Dan Bernstein
3407 * fast/reflections/reflection-masks-opacity.html: Added.
3408 * platform/mac/fast/reflections/reflection-direction-expected.txt:
3409 * platform/mac/fast/reflections/reflection-masks-expected.txt:
3410 * platform/mac/fast/reflections/reflection-masks-opacity-expected.checksum: Added.
3411 * platform/mac/fast/reflections/reflection-masks-opacity-expected.png: Added.
3412 * platform/mac/fast/reflections/reflection-masks-opacity-expected.txt: Added.
3414 2009-02-19 Jay Campan <jcampan@google.com>
3416 Reviewed by Alexey Proskuryakov.
3418 https://bugs.webkit.org/show_bug.cgi?id=23959
3419 LayoutTests/fast/dom/navigator-detached-no-crash.html may fail with other JS engines.
3421 * fast/dom/navigator-detached-no-crash-expected.txt:
3422 * fast/dom/navigator-detached-no-crash.html:
3424 2009-02-19 Dimitri Glazkov <dglazkov@chromium.org>
3426 Reviewed by Dave Hyatt.
3428 https://bugs.webkit.org/show_bug.cgi?id=24012
3429 Clarify objective of the test and clean up.
3431 * fast/forms/inline-ignored-on-legend-expected.txt:
3432 * fast/forms/inline-ignored-on-legend.html:
3434 2009-02-18 Dimitri Glazkov <dglazkov@chromium.org>
3436 Reviewed by Eric Seidel.
3438 https://bugs.webkit.org/show_bug.cgi?id=24012
3439 Convert inline-ignored-on-legend to text-only test.
3441 * fast/forms/inline-ignored-on-legend-expected.txt: Added.
3442 * fast/forms/inline-ignored-on-legend.html: Changed to text-only.
3443 * platform/mac/fast/forms/inline-ignored-on-legend-expected.checksum: Removed.
3444 * platform/mac/fast/forms/inline-ignored-on-legend-expected.png: Removed.
3445 * platform/mac/fast/forms/inline-ignored-on-legend-expected.txt: Removed.
3447 2009-02-17 Peter Abrahamsen <rainhead@gmail.com>
3449 Reviewed by Sam Weinig.
3451 https://bugs.webkit.org/show_bug.cgi?id=23958
3452 <rdar://problem/6587815>
3454 Updated XMLHttpRequests tests to match the newest Access Control draft.
3456 * http/tests/security/originHeader/resources/print-origin.cgi:
3457 * http/tests/xmlhttprequest/resources/access-control-basic-allow-access-control-origin-header.cgi:
3458 * http/tests/xmlhttprequest/resources/access-control-basic-allow-print-headers.cgi:
3459 * http/tests/xmlhttprequest/resources/access-control-basic-allow-star.cgi:
3460 * http/tests/xmlhttprequest/resources/access-control-basic-allow.cgi:
3461 * http/tests/xmlhttprequest/resources/access-control-basic-get-fail-non-simple.cgi:
3462 * http/tests/xmlhttprequest/resources/access-control-basic-non-get-allow.cgi:
3463 * http/tests/xmlhttprequest/resources/access-control-basic-preflight-cache-invalidation.php:
3464 * http/tests/xmlhttprequest/resources/access-control-basic-preflight-cache-timeout.php:
3465 * http/tests/xmlhttprequest/resources/access-control-basic-preflight-cache.php:
3466 * http/tests/xmlhttprequest/resources/access-control-basic-whitelist-response-headers.cgi: