1 2009-07-13 Simon Hausmann <hausmann@webkit.org>
3 Reviewed by Ariya Hidayat.
5 Removed two more storage tests from the Qt DRT skip list that relied on
6 layoutTestController to be accessible in newly opened windows.
10 2009-07-13 Simon Hausmann <hausmann@webkit.org>
12 Reviewed by Ariya Hidayat.
14 Removed three tests from the Qt DRT Skip list that rely on
15 LayoutTestController.setPrivateBrowsingEnabled and pass now.
17 * platform/qt/Skipped:
19 2009-07-13 Simon Hausmann <hausmann@webkit.org>
21 Reviewed by Ariya Hidayat.
23 Enable a bunch of more storage layout tests for the Qt DRT, now that
26 * platform/qt/Skipped:
28 2009-07-13 Simon Hausmann <hausmann@webkit.org>
30 Reviewed by Ariya Hidayat.
32 Enable some storage layout tests in the Qt DRT, as the pass now.
34 * platform/qt/Skipped:
36 2009-07-13 Simon Hausmann <hausmann@webkit.org>
38 Reviewed by Ariya Hidayat.
40 Removed 20 more frame tests from the Qt skip list as they pass now
41 after making sure we only dump after the main frame's loadFinished
44 * platform/qt/Skipped:
46 2009-07-13 Simon Hausmann <hausmann@webkit.org>
48 Reviewed by Ariya Hidayat.
50 Remove fast/frames/removal-before-attach-crash.html and
51 fast/dom/StyleSheet/ownerNode-lifetime-2.html from the Qt DRT skip
52 list, as they pass now with support for the GCController.
54 * platform/qt/Skipped:
56 2009-07-13 Jan Michael Alonzo <jmalonzo@webkit.org>
58 <https://bugs.webkit.org/show_bug.cgi?id=27171> [Gtk]
59 REGRESSION (r45440): fails at fast/events/frame-programmatic-focus.html
61 Reviewed by Gustavo Noronha.
63 Unskip fast/events/frame-programmatic-focus.html
65 * platform/gtk/Skipped:
67 2009-07-13 Jan Michael Alonzo <jmalonzo@webkit.org>
69 https://bugs.webkit.org/show_bug.cgi?id=26718 [Gtk] Add support for javascript windows for DRT
71 Reviewed by Gustavo Noronha and Xan Lopez.
73 Unskip tests that now pass due to support for JS windows in Gtk DRT.
75 * platform/gtk/Skipped:
77 2009-07-13 Simon Hausmann <simon.hausmann@nokia.com>
79 Rubber-stamped by Oliver Hunt.
81 Tweak mouseout-dead-subframe.html to be more robust.
83 The test calls notifyDone() and then dumpAsText(). The latter call has no effect
84 as notifyDone() performs the dump, but it passes in the mac DRT because the mime-type
85 of the .html file is detected as text/plain and therefore the text is dumped instead
88 Changed the testcase to call dumpAsText() first and then notifyDone(), to make it
89 pass without relying on the mime type detection.
91 That also makes the test pass in the Qt DRT.
93 * fast/events/mouseout-dead-subframe.html: Swapped notifyDone() and dumpAsText() calls to
94 call the former before the latter.
95 * platform/qt/Skipped: Removed skipped test.
97 2009-07-13 Drew Wilson <atwilson@google.com>
99 Reviewed by David Levin.
101 Add ENABLE(SHARED_WORKERS) flag and define SharedWorker APIs
102 https://bugs.webkit.org/show_bug.cgi?id=26932
104 Unit tests for new SharedWorker APIs (disabled by default).
106 * fast/workers/shared-worker-constructor-expected.txt: Added.
107 * fast/workers/shared-worker-constructor.html-disabled: Added.
108 * fast/workers/shared-worker-event-listener-expected.txt: Added.
109 * fast/workers/shared-worker-event-listener.html-disabled: Added.
111 2009-07-12 Adam Barth <abarth@webkit.org>
113 Reviewed by Oliver Hunt.
115 Facebook Chat is broken due to XSS auditor
116 https://bugs.webkit.org/show_bug.cgi?id=27179
118 Add some more test coverage to our handling of script tags with src
119 attributes. Also, ensure that we don't raise the alarm when a URL
120 parameter is injected directly into the attribute value.
122 * http/tests/security/xssAuditor/resources/echo-script-src.pl: Added.
123 * http/tests/security/xssAuditor/script-tag-src-redirect-safe-expected.txt: Copied from LayoutTests/http/tests/security/xssAuditor/base-href-safe-expected.txt.
124 * http/tests/security/xssAuditor/script-tag-src-redirect-safe.html: Added.
125 * http/tests/security/xssAuditor/script-tag-with-source-double-quote-expected.txt: Copied from LayoutTests/http/tests/security/xssAuditor/anchor-url-dom-write-location-expected.txt.
126 * http/tests/security/xssAuditor/script-tag-with-source-double-quote.html: Added.
127 * http/tests/security/xssAuditor/script-tag-with-source-no-quote-expected.txt: Copied from LayoutTests/http/tests/security/xssAuditor/anchor-url-dom-write-location-expected.txt.
128 * http/tests/security/xssAuditor/script-tag-with-source-no-quote.html: Added.
130 2009-07-12 Eric Carlson <eric.carlson@apple.com>
132 Reviewed by Dan Bernstein.
134 https://bugs.webkit.org/show_bug.cgi?id=27197
135 QuickTime supports data: urls, add a layout test.
137 * media/audio-data-url-expected.txt: Added.
138 * media/audio-data-url.html: Added.
141 * platform/gtk/Skipped:
144 2009-07-12 Daniel Bates <dbates@intudata.com>
146 Reviewed by Darin Adler.
148 https://bugs.webkit.org/show_bug.cgi?id=27189
150 Tests that XSSAuditor does not block HTML Base elements whose path has the
151 same host as the page.
153 * http/tests/security/xssAuditor/base-href-safe3-expected.txt: Added.
154 * http/tests/security/xssAuditor/base-href-safe3.html: Added.
155 * http/tests/security/xssAuditor/resources/base-href/base-href-safe3.html: Added.
157 2009-07-11 Oliver Hunt <oliver@apple.com>
159 Reviewed by Simon Fraser.
161 Bug 27187 - Match Gecko behaviour for canvas path mutation APIs on an empty path
162 <https://bugs.webkit.org/show_bug.cgi?id=27187>
164 Add tests for the behaviour of effected APIs.
166 * fast/canvas/canvas-modify-emptyPath-expected.txt: Added.
167 * fast/canvas/canvas-modify-emptyPath.html: Added.
168 * fast/canvas/resources/canvas-modify-emptyPath.js: Added.
171 2009-07-11 Eric Carlson <eric.carlson@apple.com>
173 Reviewed by Antti Koivisto.
175 HTMLMediaElement.canPlayType "maybe" and "probably" reversed
176 https://bugs.webkit.org/show_bug.cgi?id=27186
178 * media/video-can-play-type-expected.txt:
179 * media/video-can-play-type.html:
181 2009-07-11 Simon Fraser <simon.fraser@apple.com>
183 Enable support for accelerated compositing and 3d transforms on Leopard.
184 <https://bugs.webkit.org/show_bug.cgi?id=20166>
185 <rdar://problem/6120614>
187 Reviewed by Oliver Hunt.
189 Add Leopard-specific pixel results for compositing and 3d-transform tests, since
190 there are gamma differences between Leopard and SnowLeopard. Also some layer
191 intersection behavior differs betweeen the two.
193 * platform/mac-leopard/compositing/direct-image-compositing-expected.checksum: Added.
194 * platform/mac-leopard/compositing/direct-image-compositing-expected.png: Added.
195 * platform/mac-leopard/compositing/geometry/root-layer-update-expected.checksum: Added.
196 * platform/mac-leopard/compositing/geometry/root-layer-update-expected.png: Added.
197 * platform/mac-leopard/compositing/overflow/overflow-positioning-expected.checksum: Added.
198 * platform/mac-leopard/compositing/overflow/overflow-positioning-expected.png: Added.
199 * platform/mac-leopard/compositing/repaint/become-overlay-composited-layer-expected.checksum: Added.
200 * platform/mac-leopard/compositing/repaint/become-overlay-composited-layer-expected.png: Added.
201 * platform/mac-leopard/compositing/repaint/layer-repaint-rects-expected.checksum: Added.
202 * platform/mac-leopard/compositing/repaint/layer-repaint-rects-expected.png: Added.
203 * platform/mac-leopard/transforms/3d/general/perspective-units-expected.checksum: Added.
204 * platform/mac-leopard/transforms/3d/general/perspective-units-expected.png: Added.
205 * platform/mac-leopard/transforms/3d/point-mapping/3d-point-mapping-2-expected.checksum: Added.
206 * platform/mac-leopard/transforms/3d/point-mapping/3d-point-mapping-2-expected.png: Added.
207 * platform/mac-leopard/transforms/3d/point-mapping/3d-point-mapping-coplanar-expected.checksum: Added.
208 * platform/mac-leopard/transforms/3d/point-mapping/3d-point-mapping-coplanar-expected.png: Added.
209 * platform/mac-leopard/transforms/3d/point-mapping/3d-point-mapping-deep-expected.checksum: Added.
210 * platform/mac-leopard/transforms/3d/point-mapping/3d-point-mapping-deep-expected.png: Added.
211 * platform/mac-leopard/transforms/3d/point-mapping/3d-point-mapping-expected.checksum: Added.
212 * platform/mac-leopard/transforms/3d/point-mapping/3d-point-mapping-expected.png: Added.
213 * platform/mac-leopard/transforms/3d/point-mapping/3d-point-mapping-origins-expected.checksum: Added.
214 * platform/mac-leopard/transforms/3d/point-mapping/3d-point-mapping-origins-expected.png: Added.
215 * platform/mac-leopard/transforms/3d/point-mapping/3d-point-mapping-overlapping-expected.checksum: Added.
216 * platform/mac-leopard/transforms/3d/point-mapping/3d-point-mapping-overlapping-expected.png: Added.
217 * platform/mac-leopard/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.checksum: Added.
218 * platform/mac-leopard/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.png: Added.
220 * platform/mac-tiger/fast/media/mq-transform-02-expected.checksum: Renamed from LayoutTests/platform/mac-leopard/fast/media/mq-transform-02-expected.checksum.
221 * platform/mac-tiger/fast/media/mq-transform-02-expected.png: Renamed from LayoutTests/platform/mac-leopard/fast/media/mq-transform-02-expected.png.
222 * platform/mac-tiger/fast/media/mq-transform-02-expected.txt: Renamed from LayoutTests/platform/mac-leopard/fast/media/mq-transform-02-expected.txt.
223 * platform/mac-tiger/fast/media/mq-transform-03-expected.checksum: Renamed from LayoutTests/platform/mac-leopard/fast/media/mq-transform-03-expected.checksum.
224 * platform/mac-tiger/fast/media/mq-transform-03-expected.png: Renamed from LayoutTests/platform/mac-leopard/fast/media/mq-transform-03-expected.png.
225 * platform/mac-tiger/fast/media/mq-transform-03-expected.txt: Renamed from LayoutTests/platform/mac-leopard/fast/media/mq-transform-03-expected.txt.
226 Fix the media query results for leopard, which now supports 3d transforms. Move the 3d-disabled results
227 to the Tiger directory.
229 2009-07-10 Daniel Bates <dbates@intudata.com>
231 Reviewed by Adam Barth.
233 https://bugs.webkit.org/show_bug.cgi?id=26921
235 Tests protection against HTML entities encoded attacks.
237 * http/tests/security/xssAuditor/inline-event-HTML-entities-expected.txt: Added.
238 * http/tests/security/xssAuditor/inline-event-HTML-entities.html: Added.
239 * http/tests/security/xssAuditor/javascript-link-HTML-entities-control-char-expected.txt: Added.
240 * http/tests/security/xssAuditor/javascript-link-HTML-entities-control-char.html: Added.
241 * http/tests/security/xssAuditor/javascript-link-HTML-entities-expected.txt: Added.
242 * http/tests/security/xssAuditor/javascript-link-HTML-entities-named-expected.txt: Added.
243 * http/tests/security/xssAuditor/javascript-link-HTML-entities-named.html: Added.
244 * http/tests/security/xssAuditor/javascript-link-HTML-entities-null-char-expected.txt: Added.
245 * http/tests/security/xssAuditor/javascript-link-HTML-entities-null-char.html: Added.
246 * http/tests/security/xssAuditor/javascript-link-HTML-entities.html: Added.
247 * http/tests/security/xssAuditor/link-onclick-entities-expected.txt: Added.
248 * http/tests/security/xssAuditor/link-onclick-entities.html: Added.
249 * http/tests/security/xssAuditor/script-tag-entities-expected.txt: Added.
250 * http/tests/security/xssAuditor/script-tag-entities.html: Added.
251 * http/tests/security/xssAuditor/script-tag-with-source-entities-expected.txt: Added.
252 * http/tests/security/xssAuditor/script-tag-with-source-entities.html: Added.
254 2009-07-10 Daniel Bates <dbates@intudata.com>
256 Reviewed by Adam Barth.
258 https://bugs.webkit.org/show_bug.cgi?id=27151
260 Tests prevention of JavaScript URLs that contain null- and non-null control characters.
262 * http/tests/security/xssAuditor/javascript-link-control-char-expected.txt: Added.
263 * http/tests/security/xssAuditor/javascript-link-control-char.html: Added.
264 * http/tests/security/xssAuditor/javascript-link-expected.txt: Added.
265 * http/tests/security/xssAuditor/javascript-link-null-char-expected.txt: Added.
266 * http/tests/security/xssAuditor/javascript-link-null-char.html: Added.
267 * http/tests/security/xssAuditor/javascript-link.html: Added.
268 * http/tests/security/xssAuditor/resources/echo-intertag-click-and-notify.pl: Added.
270 2009-07-10 Jan Michael Alonzo <jmalonzo@webkit.org>
272 Skip tests in the Gtk port that
273 - are dependent on eventSender
274 - require platform-specific results
275 - regressed (with links to the regression bug report)
276 - failing (due to missing/incomplete implementation)
278 * platform/gtk/Skipped:
280 2009-07-10 Eric Carlson <eric.carlson@apple.com>
282 Reviewed by Simon Fraser.
284 <rdar://problem/7049066>.
285 Update media tests for new SnowLeopard controller layout.
287 * platform/mac/media/controls-after-reload-expected.txt:
288 * platform/mac/media/controls-styling-expected.txt:
289 * platform/mac/media/video-empty-source-expected.txt:
290 * platform/mac/media/video-zoom-controls-expected.txt:
292 2009-07-10 Peter Kasting <pkasting@google.com>
294 https://bugs.webkit.org/show_bug.cgi?id=19562
295 Disable a failing layout test caused by the patch for this bug until
296 I have time to determine that the obvious fix is correct.
298 * fast/dom/domListEnumeration.html: Removed.
299 * fast/dom/domListEnumeration.html-disabled: Copied from LayoutTests/fast/dom/domListEnumeration.html.
301 2009-07-10 Michelangelo De Simone <micdesim@gmail.com>
303 Reviewed by Adele Peterson.
305 https://bugs.webkit.org/show_bug.cgi?id=19562
306 Minimal test case for ValidityState; more tests are going to be added
307 along with specific validation routines.
309 * fast/forms/ValidityState-001-expected.txt: Added.
310 * fast/forms/ValidityState-001.html: Added.
312 2009-07-10 Simon Hausmann <hausmann@webkit.org>
314 No Review, just re-ordering Qt DRT skip list.
316 Moved skipped crash tests to the crash section.
318 * platform/qt/Skipped:
320 2009-07-10 Dirk Pranke <dpranke@chromium.org>
322 Reviewed by Darin Adler.
324 Changing the test string from a platform-dependent file:/// to a more
327 https://bugs.webkit.org/show_bug.cgi?id=27138
329 * fast/dom/anchor-toString-expected.txt:
330 * fast/dom/anchor-toString.html:
332 2009-07-10 Simon Hausmann <hausmann@webkit.org>
334 No Review, just skipping a new test for Qt DRT.
336 Skip fast/forms/slider-delete-while-dragging-thumb.html due to missing eventSender
339 * platform/qt/Skipped:
341 2009-07-10 Dan Bernstein <mitz@apple.com>
343 Reviewed by Simon Fraser.
345 - test for https://bugs.webkit.org/show_bug.cgi?id=27137
346 <rdar://problem/7043124> REGRESSION (r44311): Reproducible crash due
347 to infinite recursion into FrameLoader::gotoAnchor() ->
350 * fast/loader/goto-anchor-infinite-layout-expected.txt: Added.
351 * fast/loader/goto-anchor-infinite-layout.html: Added.
353 2009-07-09 Simon Hausmann <hausmann@webkit.org>
355 Reviewed by Holger Freyther.
357 Re-enabled dom/xhtml/level2/html/HTMLBaseElement0{1,2} for the Qt DRT,
358 as there's now a cross-platform result and it passes.
360 * platform/qt/Skipped:
361 * platform/qt/dom/xhtml/level2/html/HTMLBaseElement01-expected.txt: Removed.
362 * platform/qt/dom/xhtml/level2/html/HTMLBaseElement02-expected.txt: Removed.
364 2009-07-08 Simon Hausmann <hausmann@webkit.org>
366 Reviewed by Holger Freyther.
368 https://bugs.webkit.org/show_bug.cgi?id=27108
370 Remove fast/loader/frame-creation-removal.html from the skip list, it
373 * platform/qt/Skipped:
375 2009-07-08 Simon Hausmann <hausmann@webkit.org>
377 Reviewed by Holger Freyther.
379 https://bugs.webkit.org/show_bug.cgi?id=27109
381 Remove various tests from the Qt skip list that previously failed
382 due to DRT side-effects.
384 * platform/qt/Skipped:
386 2009-07-09 Oliver Hunt <oliver@apple.com>
388 Reviewed by Maciej Stachowiak.
390 Bug 27142 - canPlayType() should return empty string for unsupported content
391 <https://bugs.webkit.org/show_bug.cgi?id=27142>
393 Update test to check for the empty string rather than "no"
395 * media/video-can-play-type-expected.txt:
396 * media/video-can-play-type.html:
398 2009-07-09 Roland Steiner <rolandsteiner@google.com>
400 Reviewed by Maciej Stachowiak.
402 Test proper parsing of HTML5 <rp> and <rt> tags.
403 Both tags are optional if followed by another <rp>/<rt> tag.
405 See also https://bugs.webkit.org/show_bug.cgi?id=26985
408 * fast/ruby/parse-rp-expected.txt: Added.
409 * fast/ruby/parse-rp.html: Added.
411 2009-07-09 Maciej Stachowiak <mjs@apple.com>
413 Reviewed by Darin Adler.
415 REGRESSION: crash in edge cases of floating point parsing.
416 <rdar://problem/7044458>
417 https://bugs.webkit.org/show_bug.cgi?id=27110
419 Test cases for both JavaScript and CSS use of dtoa.
421 * fast/css/number-parsing-crash-2-expected.txt: Added.
422 * fast/css/number-parsing-crash-2.html: Added.
423 * fast/css/number-parsing-crash-expected.txt: Added.
424 * fast/css/number-parsing-crash.html: Added.
425 * fast/js/number-parsing-crash-expected.txt: Added.
426 * fast/js/number-parsing-crash.html: Added.
427 * fast/js/resources/number-parsing-crash.js: Added.
429 2009-07-09 Drew Wilson <atwilson@google.com>
431 Reviewed by Alexey Proskuryakov.
433 https://bugs.webkit.org/show_bug.cgi?id=26903
435 Turned on CHANNEL_MESSAGING by default, re-enabled the various tests, and updated expected results.
437 * fast/dom/Window/window-properties-expected.txt:
438 * fast/dom/constructors-cached-navigate-expected.txt:
439 * fast/events/message-channel-gc-2.html: Renamed from LayoutTests/fast/events/message-channel-gc-2.html-disabled.
440 * fast/events/message-channel-gc-3.html: Renamed from LayoutTests/fast/events/message-channel-gc-3.html-disabled.
441 * fast/events/message-channel-gc-4.html: Renamed from LayoutTests/fast/events/message-channel-gc-4.html-disabled.
442 * fast/events/message-channel-gc.html: Renamed from LayoutTests/fast/events/message-channel-gc.html-disabled.
443 * fast/events/message-channel-listener-circular-ownership.html: Renamed from LayoutTests/fast/events/message-channel-listener-circular-ownership.html-disabled.
444 * fast/events/message-port-clone.html: Renamed from LayoutTests/fast/events/message-port-clone.html-disabled.
445 * fast/events/message-port-constructor-for-deleted-document.html: Renamed from LayoutTests/fast/events/message-port-constructor-for-deleted-document.html-disabled.
446 * fast/events/message-port-deleted-document.html: Renamed from LayoutTests/fast/events/message-port-deleted-document.html-disabled.
447 * fast/events/message-port-deleted-frame.html: Renamed from LayoutTests/fast/events/message-port-deleted-frame.html-disabled.
448 * fast/events/message-port-inactive-document.html: Renamed from LayoutTests/fast/events/message-port-inactive-document.html-disabled.
449 * fast/events/message-port-no-wrapper.html: Renamed from LayoutTests/fast/events/message-port-no-wrapper.html-disabled.
450 * fast/events/message-port.html: Renamed from LayoutTests/fast/events/message-port.html-disabled.
451 * fast/js/global-constructors-expected.txt:
452 * fast/workers/worker-cloneport.html: Renamed from LayoutTests/fast/workers/worker-cloneport.html-disabled.
453 * fast/workers/worker-messageport-gc.html: Renamed from LayoutTests/fast/workers/worker-messageport-gc.html-disabled.
454 * fast/workers/worker-messageport.html: Renamed from LayoutTests/fast/workers/worker-messageport.html-disabled.
455 * http/tests/security/MessagePort/event-listener-context.html: Renamed from LayoutTests/http/tests/security/MessagePort/event-listener-context.html-disabled
457 2009-07-09 Pierre d'Herbemont <pdherbemont@apple.com>
459 Reviewed by Simon Fraser.
461 Full page zoom breaks remaining and elapsed time display in the
463 https://bugs.webkit.org/show_bug.cgi?id=27123
465 * media/video-zoom-controls.html: Remove duplicated code.
466 * platform/mac-leopard/media/video-zoom-controls-expected.txt: Copied from LayoutTests/platform/mac/media/video-zoom-controls-expected.txt.
467 * platform/mac-snowleopard/Skipped:
468 * platform/mac/media/video-zoom-controls-expected.checksum: Removed. The test is not reliable for pixel test.
469 * platform/mac/media/video-zoom-controls-expected.png: Removed.
470 * platform/mac/media/video-zoom-controls-expected.txt: Updated
472 2009-07-09 Chris Fleizach <cfleizach@apple.com>
474 Reviewed by Darin Adler.
477 Bug 27130 - Need to implement ARIA role="toolbar"
478 https://bugs.webkit.org/show_bug.cgi?id=27130
480 * platform/mac/accessibility/aria-toolbar-expected.txt: Added.
481 * platform/mac/accessibility/aria-toolbar.html: Added.
483 2009-07-09 Chris Fleizach <cfleizach@apple.com>
485 Reviewed by Darin Adler.
488 Bug 27129 - AX: possible assertion for a non-native image in accessibility
489 https://bugs.webkit.org/show_bug.cgi?id=27129
491 * accessibility/non-native-image-crash-expected.txt: Added.
492 * accessibility/non-native-image-crash.html: Added.
494 2009-07-09 Eric Carlson <eric.carlson@apple.com>
496 Reviewed by Adele Peterson.
498 Possible crashes when mouse clicks not dispatched because range input destroyed while
499 thumb is being dragged (e.g. scrub to end of movie)
500 <rdar://problem/7037494>
501 https://bugs.webkit.org/show_bug.cgi?id=27101
503 Tests deleting a control while capturing mouse events.
505 * fast/forms/search-delete-while-cancel-button-clicked-expected.txt: Added.
506 * fast/forms/search-delete-while-cancel-button-clicked.html: Added.
507 * fast/forms/slider-delete-while-dragging-thumb-expected.txt: Added.
508 * fast/forms/slider-delete-while-dragging-thumb.html: Added.
509 * media/audio-delete-while-slider-thumb-clicked-expected.txt: Added.
510 * media/audio-delete-while-slider-thumb-clicked.html: Added.
511 * media/audio-delete-while-step-button-clicked-expected.txt: Added.
512 * media/audio-delete-while-step-button-clicked.html: Added.
514 * platform/mac-snowleopard/Skipped:
515 Skip the new media controller tests until <rdar://problem/6502936> is fixed.
517 2009-07-08 Pierre d'Herbemont <pdherbemont@apple.com>
519 Reviewed by Simon Fraser.
521 Make sure we can click outside the slider thumb and start dragging.
522 https://bugs.webkit.org/show_bug.cgi?id=26229
524 Along with the events chain, test that the slider value are correct,
525 and that clicking outside the slider and dragging works as expected.
527 * fast/forms/slider-mouse-events-expected.txt:
528 * fast/forms/slider-mouse-events.html:
530 2009-07-08 Pierre d'Herbemont <pdherbemont@apple.com>
532 Reviewed by Simon Fraser.
534 https://bugs.webkit.org/show_bug.cgi?id=27100
536 Reenable media/video-empty-source.html. Test the controls
537 look when there is no src specified in a <video> element.
539 * platform/mac-leopard/media/video-empty-source-expected.checksum:
540 * platform/mac-leopard/media/video-empty-source-expected.png:
541 * platform/mac-leopard/media/video-empty-source-expected.txt: Copied from LayoutTests/platform/mac/media/video-empty-source-expected.txt.
542 * platform/mac-snowleopard/Skipped:
543 * platform/mac/media/video-empty-source-expected.checksum:
544 * platform/mac/media/video-empty-source-expected.png:
545 * platform/mac/media/video-empty-source-expected.txt:
547 2009-07-08 Simon Hausmann <hausmann@webkit.org>
549 Rubber-stamped by Holger Freyther a while ago.
551 Add two more tests to the Qt skip list due to missing DRT
554 * platform/qt/Skipped:
556 2009-07-08 Daniel Bates <dbates@intudata.com>
558 Reviewed by Adam Barth.
560 https://bugs.webkit.org/show_bug.cgi?id=26918
562 Tests prevention of injected HTML Base tag.
564 * http/tests/security/xssAuditor/base-href-control-char-expected.txt: Added.
565 * http/tests/security/xssAuditor/base-href-control-char.html: Added.
566 * http/tests/security/xssAuditor/base-href-expected.txt: Added.
567 * http/tests/security/xssAuditor/base-href-null-char-expected.txt: Added.
568 * http/tests/security/xssAuditor/base-href-null-char.html: Added.
569 * http/tests/security/xssAuditor/base-href-safe-expected.txt: Added.
570 * http/tests/security/xssAuditor/base-href-safe.html: Added.
571 * http/tests/security/xssAuditor/base-href-safe2-expected.txt: Added.
572 * http/tests/security/xssAuditor/base-href-safe2.html: Added.
573 * http/tests/security/xssAuditor/base-href-scheme-relative-expected.txt: Added.
574 * http/tests/security/xssAuditor/base-href-scheme-relative.html: Added.
575 * http/tests/security/xssAuditor/base-href.html: Added.
576 * http/tests/security/xssAuditor/resources/base-href: Added.
577 * http/tests/security/xssAuditor/resources/base-href/base-href-safe2.html: Added.
578 * http/tests/security/xssAuditor/resources/base-href/really-safe-script.js: Added.
579 * http/tests/security/xssAuditor/resources/base-href/safe-script.js: Added.
580 * http/tests/security/xssAuditor/resources/echo-head-base-href.pl: Added.
581 * http/tests/security/xssAuditor/resources/safe-script.js: Added.
583 2009-07-08 Daniel Bates <dbates@intudata.com>
585 Reviewed by Adam Barth.
587 https://bugs.webkit.org/show_bug.cgi?id=27071
589 Tests that HTTP parameters that contain null- and non-null-control characters are
590 properly handled by XSSAuditor.
592 * http/tests/security/xssAuditor/anchor-url-dom-write-location-inline-event-null-char-expected.txt: Added.
593 * http/tests/security/xssAuditor/anchor-url-dom-write-location-inline-event-null-char.html: Added.
594 * http/tests/security/xssAuditor/embed-tag-control-char-expected.txt: Added.
595 * http/tests/security/xssAuditor/embed-tag-control-char.html: Added.
596 * http/tests/security/xssAuditor/embed-tag-expected.txt: Added.
597 * http/tests/security/xssAuditor/embed-tag-null-char-expected.txt: Added.
598 * http/tests/security/xssAuditor/embed-tag-null-char.html: Added.
599 * http/tests/security/xssAuditor/embed-tag.html: Added.
600 * http/tests/security/xssAuditor/link-onclick-control-char-expected.txt: Added.
601 * http/tests/security/xssAuditor/link-onclick-control-char.html: Added.
602 * http/tests/security/xssAuditor/link-onclick-null-char-expected.txt: Added.
603 * http/tests/security/xssAuditor/link-onclick-null-char.html: Added.
604 * http/tests/security/xssAuditor/object-embed-tag-control-char-expected.txt: Added.
605 * http/tests/security/xssAuditor/object-embed-tag-control-char.html: Added.
606 * http/tests/security/xssAuditor/object-embed-tag-expected.txt: Added.
607 * http/tests/security/xssAuditor/object-embed-tag-null-char-expected.txt: Added.
608 * http/tests/security/xssAuditor/object-embed-tag-null-char.html: Added.
609 * http/tests/security/xssAuditor/object-embed-tag.html: Added.
610 * http/tests/security/xssAuditor/object-tag-expected.txt: Added.
611 * http/tests/security/xssAuditor/object-tag.html: Added.
612 * http/tests/security/xssAuditor/resources/execGetURL.swf: Added.
613 * http/tests/security/xssAuditor/script-tag-post-control-char-expected.txt: Added.
614 * http/tests/security/xssAuditor/script-tag-post-control-char.html: Added.
615 * http/tests/security/xssAuditor/script-tag-post-null-char-expected.txt: Added.
616 * http/tests/security/xssAuditor/script-tag-post-null-char.html: Added.
617 * http/tests/security/xssAuditor/script-tag-with-source-control-char-expected.txt: Added.
618 * http/tests/security/xssAuditor/script-tag-with-source-control-char.html: Added.
619 * http/tests/security/xssAuditor/script-tag-with-source-null-char-expected.txt: Added.
620 * http/tests/security/xssAuditor/script-tag-with-source-null-char.html: Added.
622 2009-07-08 Pierre d'Herbemont <pdherbemont@apple.com>
624 Rubber-stamped by Simon Fraser.
626 Fix the media/controls-after-reload.html and media/controls-styling.html
627 on windows. (Needed a line at end of file)
629 * platform/win/media/controls-after-reload-expected.txt:
630 * platform/win/media/controls-styling-expected.txt:
632 2009-07-08 Pierre d'Herbemont <pdherbemont@apple.com>
634 Reviewed by Simon Fraser.
636 Add special test results for media/controls-after-reload.html
637 and media/controls-styling.html on Windows.
639 * platform/win/media/controls-after-reload-expected.txt: Added.
640 * platform/win/media/controls-styling-expected.txt: Added.
642 2009-07-08 Pierre d'Herbemont <pdherbemont@apple.com>
644 Fix the Leopard test result for media/controls-after-reload.txt.
646 * platform/mac-leopard/media/controls-after-reload-expected.txt:
648 2009-07-07 Simon Fraser <simon.fraser@apple.com>
650 Reviewed by Dan Bernstein.
652 -webkit-perspective should be a Length
653 https://bugs.webkit.org/show_bug.cgi?id=27066
655 * platform/mac/transforms/3d/general/perspective-non-layer-expected.checksum: Added.
656 * platform/mac/transforms/3d/general/perspective-non-layer-expected.png: Added.
657 * platform/mac/transforms/3d/general/perspective-non-layer-expected.txt: Added.
658 Add missing results for existing test.
660 * platform/mac/transforms/3d/general/perspective-units-expected.checksum: Added.
661 * platform/mac/transforms/3d/general/perspective-units-expected.png: Added.
662 * platform/mac/transforms/3d/general/perspective-units-expected.txt: Added.
663 * transforms/3d/general/perspective-units.html: Added.
665 2009-07-07 Brady Eidson <beidson@apple.com>
667 Reviewed by Mark Rowe.
669 https://bugs.webkit.org/show_bug.cgi?id=27049 - In dumpBackForwardList() mode, DRT should normalize file urls.
671 * fast/loader/subframe-navigate-during-main-frame-load-expected.txt: Make the results agnostic to the layout of
672 filesystem on the testing machine.
674 2009-07-07 Simon Fraser <simon.fraser@apple.com>
676 Reviewed by Dan Bernstein.
678 Repaint issue after layer drops out of composited mode.
679 <https://bugs.webkit.org/show_bug.cgi?id=27022>
681 Test for repainting on the next style change after a layer stops being composited.
683 * compositing/repaint/layer-repaint-rects.html: Added.
684 * platform/mac/compositing/repaint/layer-repaint-rects-expected.checksum: Added.
685 * platform/mac/compositing/repaint/layer-repaint-rects-expected.png: Added.
686 * platform/mac/compositing/repaint/layer-repaint-rects-expected.txt: Added.
688 2009-07-07 Dan Bernstein <mitz@apple.com>
690 Reviewed by Dave Hyatt and Darin Adler.
692 - test for https://bugs.webkit.org/show_bug.cgi?id=26963
693 <rdar://problem/7030998> Reproducible crash at
694 FontCache::getFontData() when a custom font is used in a pseudo-style
696 * fast/css/pseudo-cache-stale.html: Added.
697 * platform/mac/fast/css/pseudo-cache-stale-expected.checksum: Added.
698 * platform/mac/fast/css/pseudo-cache-stale-expected.png: Added.
699 * platform/mac/fast/css/pseudo-cache-stale-expected.txt: Added.
701 2009-07-07 Dirk Pranke <dpranke@chromium.org>
703 Reviewed by Darin Fisher.
705 revise test expectations for bug 26088
706 http://bugs.webkit.org/show_bug.cgi?id=26088
708 generate pixel expectations, move location of generic expected file
711 * fast/text/text-large-negative-letter-spacing-with-opacity-expected.txt: Copied from platform/mac/fast/text/text-large-negative-letter-spacing-with-opacity-expected.txt.
712 * platform/mac/fast/text/text-large-negative-letter-spacing-with-opacity-expected.txt: Removed.
713 * platform/mac/fast/text/text-letter-spacing-expected.checksum: Added.
714 * platform/mac/fast/text/text-letter-spacing-expected.png: Added.
716 2009-07-07 Pierre d'Herbemont <pdherbemont@apple.com>
718 Reviewed by Simon Fraser.
720 https://bugs.webkit.org/show_bug.cgi?id=27047
722 Make sure nothing changing the src and reloading doesn't
723 change the look of the controller.
725 * media/controls-after-reload.html: Added.
726 * platform/mac-leopard/media/controls-after-reload-expected.txt: Added.
727 * platform/mac/media/controls-after-reload-expected.txt: Added.
729 2009-07-07 Pierre d'Herbemont <pdherbemont@apple.com>
731 Reviewed by Simon Fraser.
733 Add a specific leopard result for controls-styling.html, given that it doesn't
734 use the new controller look.
736 * platform/mac-leopard/media/controls-styling-expected.txt: Added.
738 2009-07-07 Gavin Barraclough <barraclough@apple.com>
740 Reviewed by Geoff Garen.
742 fast/js/global-recursion-on-full-stack.html is a little finicky.
744 The test recurses down the JS stack to find the bottom (catching this with an exception),
745 then tries to call a host function (document.write), switch writes new '<script>' code,
746 and expects this code to be run, then expects this code to try to call 'f();' again,
747 which it expects to fail, and it expects to catch that exception. However it is possible
748 that one of the earlier stages (the call to document.write, entering the interpreter to
749 run the new global code) will fail, depending on exactly how much stack space was free at
750 the point the last call to f() failed.
752 Tweak the test to make it work.
754 * fast/js/global-recursion-on-full-stack.html:
756 2009-07-07 Dan Bernstein <mitz@apple.com>
758 Reviewed by Simon Fraser.
760 - tests for https://bugs.webkit.org/show_bug.cgi?id=27042
761 <rdar://problem/7010981> Incomplete painting of newly created floats
763 * fast/repaint/float-in-new-block-with-layout-delta.html: Added.
764 * fast/repaint/float-new-in-block.html: Added.
765 * platform/mac/fast/repaint/float-in-new-block-with-layout-delta-expected.checksum: Added.
766 * platform/mac/fast/repaint/float-in-new-block-with-layout-delta-expected.png: Added.
767 * platform/mac/fast/repaint/float-in-new-block-with-layout-delta-expected.txt: Added.
768 * platform/mac/fast/repaint/float-new-in-block-expected.checksum: Added.
769 * platform/mac/fast/repaint/float-new-in-block-expected.png: Added.
770 * platform/mac/fast/repaint/float-new-in-block-expected.txt: Added.
772 2009-07-07 Brady Eidson <beidson@apple.com>
774 Reviewed by Darin Adler.
776 <rdar://problem/7024039> REGRESSION (r42158): Back-forward navigation does not work correctly on nytimes.com
778 * fast/loader/resources/subframe-navigate-during-main-frame-load2.html: Added.
779 * fast/loader/subframe-navigate-during-main-frame-load-expected.txt: Added.
780 * fast/loader/subframe-navigate-during-main-frame-load.html: Added.
782 * http/tests/navigation/javascriptlink-subframeload-expected.txt: Updated results to
783 reflect the progression!
784 * platform/mac/http/tests/navigation/javascriptlink-frames-expected.txt: Ditto!
786 * http/tests/misc/redirect-to-about-blank.html: Add missing semi-colons.
788 2009-07-06 Pierre d'Herbemont <pdherbemont@apple.com>
790 Reviewed by Simon Fraser.
792 Make sure overriding properties won't affect the media controller.
794 * media/controls-styling.html: Added.
796 2009-07-07 Jan Michael Alonzo <jmalonzo@webkit.org>
798 Reviewed by Gustavo Noronha.
800 [GTK] textarea height property works only if other property are defined
801 https://bugs.webkit.org/show_bug.cgi?id=18984
803 Let WebCore handle textarea's metrics instead of readjusting it RenderthemeGtk.
805 Test: fast/forms/textarea-metrics.html
807 * platform/gtk/Skipped:
809 2009-07-07 Ben Murdoch <benm@google.com>
811 Reviewed by Antti Koivisto.
813 HTML5 Database becomes locked if a transaction is in progress when the page is refreshed.
814 https://bugs.webkit.org/show_bug.cgi?id=25711
816 Tests fix for https://bugs.webkit.org/show_bug.cgi?id=25711, where
817 web storage databases could become locked until the browser is
818 shut down if the page is refreshed whilst a transaction is in
821 * storage/database-lock-after-reload-expected.txt: Added.
822 * storage/database-lock-after-reload.html: Added.
823 * storage/resources/database-lock-after-reload-2.html: Added.
825 2009-07-08 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
827 Rubber-stamped by Simon Hausmann.
829 Remove non-existing tests from the Qt skipped list.
831 * platform/qt/Skipped:
833 2009-07-07 Simon Hausmann <hausmann@webkit.org>
835 Reviewed by Holger Freyther.
837 Removed subframe-self-close.html from the Qt skip list.
839 * platform/qt/Skipped:
841 2009-07-07 Simon Hausmann <hausmann@webkit.org>
843 Reviewed by Holger Freyther.
845 Added all current failing Qt DRT tests to the skip list, for a fresh start.
847 * platform/qt/Skipped:
849 2009-07-06 Eric Carlson <eric.carlson@apple.com>
851 Reviewed by Simon Fraser.
853 <rdar://problem/7035474> Make new media controller UI default on SnowLeopard
855 Disable media tests that depend on controller size/position on SnowLeopard until
856 <rdar://problem/6502936> Update run-webkit-tests to deal with new media controller look
859 * platform/mac-snowleopard/Skipped:
861 2009-07-06 Shinichiro Hamaji <hamaji@chromium.org>
863 Reviewed by David Hyatt.
865 Bug 15135: REGRESSION (r19843-r19850): Changing a flexbox's
866 contents makes its container scroll to the top
867 https://bugs.webkit.org/show_bug.cgi?id=15135
869 Delay updateing scroll bar of descendants of flexbox until their
870 positions are determined. In this way we can prevent descendants
871 of flexible boxes from changing positions of their scrollbars
872 using tentative positions.
874 * fast/flexbox/repaint-scrollbar-expected.txt: Added.
875 * fast/flexbox/repaint-scrollbar.html: Added.
876 * fast/flexbox/resources/repaint-scrollbar.js: Added.
878 2009-07-06 Hironori Bono <hbono@chromium.org>
880 Reviewed by Maciej Stachowiak.
882 Make unconfirmed IME text affect textarea's value.
883 This matches input and contentEditable elements as well
886 This fixes https://bugs.webkit.org/show_bug.cgi?id=25061.
888 Input elements would go down this code path because it
889 would always get a null compositionNode from frame->editor().
890 Special casing compositionNodes is wrong because we explicitly
891 want unconfirmed IME input in the textarea's value (assuming we
892 want to match IE and Firefox here).
894 This change is originally created by Ojan Vafai <ojan@chromium.org> and
895 I just changed its manual tests with an automated test on his behalf.
897 * platform/mac/editing/input/text-control-ime-input-expected.txt: Added.
898 * platform/mac/editing/input/text-control-ime-input.html: Added.
900 2009-07-06 Ojan Vafai <ojan@chromium.org>
902 Reviewed by Eric Seidel.
904 Fix crash when indenting in an empty table cell.
905 https://bugs.webkit.org/show_bug.cgi?id=26872
907 The crash is that we would call splitTreeToNode where the node
908 and the nodeToSplitTo were the same node.
910 * editing/execCommand/indent-empty-table-cell-expected.txt: Added.
911 * editing/execCommand/indent-empty-table-cell.html: Added.
913 2009-07-05 Chris Marrin <cmarrin@apple.com>
915 Reviewed by Simon Fraser.
917 https://bugs.webkit.org/show_bug.cgi?id=26943
919 LayoutTest showing extra transition when the first one
922 * transitions/extra-transition-expected.txt: Added.
923 * transitions/extra-transition.html: Added.
924 * transitions/resources: Added.
925 * transitions/resources/Aurora.jpg: Added.
927 2009-07-05 Simon Fraser <simon.fraser@apple.com>
929 Revert the previous commit because it broke the
930 animations/transition-and-animation-1.html
933 * transitions/extra-transition-expected.txt: Removed.
934 * transitions/extra-transition.html: Removed.
935 * transitions/resources/Aurora.jpg: Removed.
937 2009-07-05 Chris Marrin <cmarrin@apple.com>
939 Reviewed by Simon Fraser.
941 https://bugs.webkit.org/show_bug.cgi?id=26943
943 LayoutTest showing extra transition when the first one
946 * transitions/extra-transition-expected.txt: Added.
947 * transitions/extra-transition.html: Added.
948 * transitions/resources: Added.
949 * transitions/resources/Aurora.jpg: Added.
951 2009-07-05 Rob Buis <rwlbuis@gmail.com>
953 Reviewed by Maciej Stachowiak.
956 Bug 26897 - Dynamic SVG images do not display correctly
957 https://bugs.webkit.org/show_bug.cgi?id=26897
959 * platform/mac/svg/custom/createImageElement2-expected.checksum: Added.
960 * platform/mac/svg/custom/createImageElement2-expected.png: Added.
961 * platform/mac/svg/custom/createImageElement2-expected.txt: Added.
962 * svg/custom/createImageElement2.xhtml: Added.
964 2009-07-03 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
966 Not reviewed. Forgot to land ontimer-inline-event.html results within my last WML commit.
968 * wml/ontimer-inline-event-expected.txt: Test title changed, update results.
970 2009-07-03 Dmitry Titov <dimich@chromium.org>
972 Reviewed by Darin Fisher.
974 Increase delay in worker-terminate layout test to make it more reliable.
975 https://bugs.webkit.org/show_bug.cgi?id=26917
977 This test used time delay to see of terminated worker does not return
978 messages (terminated). In some test conditions, the current delay (500ms)
979 is too short and test fails. Move setting the delay to the end of initialization
980 and increase it 2x to make test more reliable.
982 * fast/workers/worker-terminate.html:
984 2009-07-03 Jan Michael Alonzo <jmalonzo@webkit.org>
986 Skip tests that require expected results that Gtk doesn't have.
988 * platform/gtk/Skipped:
990 2009-07-02 Pierre d'Herbemont <pdherbemont@apple.com>
992 Added the test result of r45511 for platform/mac.
994 * platform/mac/media/controls-strict-expected.txt: Added.
996 2009-07-02 Pierre d'Herbemont <pdherbemont@apple.com>
998 Reviewed by Simon Fraser.
1000 https://bugs.webkit.org/show_bug.cgi?id=26939
1002 Media controller is rendered badly at http://www.mozilla.com/en-US/firefox/video/firefox-3.5.html
1004 Test that the controller renders correctly in strict mode as well.
1006 * media/controls-strict.html: Added.
1007 * platform/mac/media/controls-strict-mode-expected.txt: Added.
1009 2009-07-02 David Hyatt <hyatt@apple.com>
1011 Reviewed by Mark Rowe.
1013 Land new results from my change to make replaced elements no longer be overflow:hidden by
1014 default. This affected plaintext dumping, which is clearly a bug in and of itself. For now
1015 I am just updating the results and will file a followup bug about the fact that text dumping actually
1016 does something different with overflow on replaced elements (when it clearly should not).
1018 * fast/block/float/crash-replaced-display-block-expected.txt:
1019 * fast/dom/Range/acid3-surround-contents-expected.txt:
1020 * fast/dom/object-embed-plugin-scripting-expected.txt:
1021 * fast/parser/badentity-expected.txt:
1022 * http/tests/security/local-video-poster-from-remote-expected.txt:
1024 2009-07-02 Brady Eidson <beidson@apple.com>
1026 Rubberstamped by John Sullivan.
1028 Add Tiger-specific results for these tests.
1030 * platform/mac-tiger/Skipped:
1031 * platform/mac-tiger/platform/mac/fast/loader/file-url-mimetypes-2-expected.txt: Added.
1032 * platform/mac-tiger/platform/mac/fast/loader/file-url-mimetypes-3-expected.txt: Added.
1033 * platform/mac-tiger/platform/mac/fast/loader/file-url-mimetypes-expected.txt:
1035 2009-07-02 Brady Eidson <beidson@apple.com>
1037 Skip the correct test names.
1039 * platform/mac-tiger/Skipped:
1041 2009-07-02 Brady Eidson <beidson@apple.com>
1043 Rubberstamped by Sam Weinig
1045 Split up file-url-mimetypes.html into 3 tests to avoid any risk of timing out on slower machines.
1047 * platform/mac/fast/loader/file-url-mimetypes-2-expected.txt: Added.
1048 * platform/mac/fast/loader/file-url-mimetypes-2.html: Copied from platform/mac/fast/loader/file-url-mimetypes.html.
1049 * platform/mac/fast/loader/file-url-mimetypes-3-expected.txt: Added.
1050 * platform/mac/fast/loader/file-url-mimetypes-3.html: Copied from platform/mac/fast/loader/file-url-mimetypes.html.
1051 * platform/mac/fast/loader/file-url-mimetypes-expected.txt:
1052 * platform/mac/fast/loader/file-url-mimetypes.html:
1053 * platform/mac-tiger/Skipped:
1055 2009-07-02 Brady Eidson <beidson@apple.com>
1057 Resolve failing Tiger layout test until I can fix it.
1059 * platform/mac-tiger/Skipped:
1061 2009-07-02 Dirk Pranke <dpranke@chromium.org>
1063 Reviewed by Darin Fisher.
1065 Fix https://bugs.webkit.org/show_bug.cgi?id=26088 - Chromium crashes
1066 when a text run with a large negative letter-spacing attribute is
1067 layered on top of an opaque div. The patch makes TransparencyWin.cpp
1068 more resilient to failures.
1070 * fast/text/text-large-negative-letter-spacing-with-opacity.html: Added.
1071 * fast/text/text-letter-spacing.html: Added.
1072 * platform/mac/fast/text/text-large-negative-letter-spacing-with-opacity-expected.txt: Added.
1073 * platform/mac/fast/text/text-letter-spacing-expected.checksum: Added.
1074 * platform/mac/fast/text/text-letter-spacing-expected.png: Added.
1075 * platform/mac/fast/text/text-letter-spacing-expected.txt: Added.
1077 2009-07-02 David Hyatt <hyatt@apple.com>
1079 Reviewed by Simon Fraser.
1081 Test cases for bug 22119, clicks in scrollbar of transformed element don't work.
1083 * platform/mac/fast/forms/listbox-scrollbar-hit-test-expected.txt: Added.
1084 * platform/mac/fast/forms/listbox-scrollbar-hit-test.html: Added.
1085 * platform/mac/fast/overflow/overflow-scrollbar-hit-test-expected.txt: Added.
1086 * platform/mac/fast/overflow/overflow-scrollbar-hit-test.html: Added.
1088 2009-07-02 Dan Bernstein <mitz@apple.com>
1090 Reviewed by Dave Hyatt and Simon Fraser.
1092 - test for part of <rdar://problem/6933052> SPOD playing video in a div
1095 * fast/box-shadow/transform-fringing.html: Added.
1096 * platform/mac/fast/box-shadow/transform-fringing-expected.checksum: Added.
1097 * platform/mac/fast/box-shadow/transform-fringing-expected.png: Added.
1098 * platform/mac/fast/box-shadow/transform-fringing-expected.txt: Added.
1100 2009-07-02 Brady Eidson <beidson@apple.com>
1102 Rubberstamped by Sam Weinig.
1104 Add more sample files for extensions we should know the MIME types for.
1106 * platform/mac/fast/loader/file-url-mimetypes.html:
1107 * platform/mac/fast/loader/file-url-mimetypes-expected.txt:
1108 * platform/mac/fast/loader/resources/mimeTypeExamples/example-3fr.3fr: Added.
1109 * platform/mac/fast/loader/resources/mimeTypeExamples/example-aaf.aaf: Added.
1110 * platform/mac/fast/loader/resources/mimeTypeExamples/example-ada.ada: Added.
1111 * platform/mac/fast/loader/resources/mimeTypeExamples/example-adb.adb: Added.
1112 * platform/mac/fast/loader/resources/mimeTypeExamples/example-ads.ads: Added.
1113 * platform/mac/fast/loader/resources/mimeTypeExamples/example-app.app: Added.
1114 * platform/mac/fast/loader/resources/mimeTypeExamples/example-applescript.applescript: Added.
1115 * platform/mac/fast/loader/resources/mimeTypeExamples/example-arw.arw: Added.
1116 * platform/mac/fast/loader/resources/mimeTypeExamples/example-as.as: Added.
1117 * platform/mac/fast/loader/resources/mimeTypeExamples/example-aupreset.aupreset: Added.
1118 * platform/mac/fast/loader/resources/mimeTypeExamples/example-c++.c++: Added.
1119 * platform/mac/fast/loader/resources/mimeTypeExamples/example-c.c: Added.
1120 * platform/mac/fast/loader/resources/mimeTypeExamples/example-caf.caf: Added.
1121 * platform/mac/fast/loader/resources/mimeTypeExamples/example-cc.cc: Added.
1122 * platform/mac/fast/loader/resources/mimeTypeExamples/example-cp.cp: Added.
1123 * platform/mac/fast/loader/resources/mimeTypeExamples/example-cpp.cpp: Added.
1124 * platform/mac/fast/loader/resources/mimeTypeExamples/example-cr2.cr2: Added.
1125 * platform/mac/fast/loader/resources/mimeTypeExamples/example-cxx.cxx: Added.
1126 * platform/mac/fast/loader/resources/mimeTypeExamples/example-defs.defs: Added.
1127 * platform/mac/fast/loader/resources/mimeTypeExamples/example-dfont.dfont: Added.
1128 * platform/mac/fast/loader/resources/mimeTypeExamples/example-dlyan.dlyan: Added.
1129 * platform/mac/fast/loader/resources/mimeTypeExamples/example-dng.dng: Added.
1130 * platform/mac/fast/loader/resources/mimeTypeExamples/example-dylib.dylib: Added.
1131 * platform/mac/fast/loader/resources/mimeTypeExamples/example-exp.exp: Added.
1132 * platform/mac/fast/loader/resources/mimeTypeExamples/example-exr.exr: Added.
1133 * platform/mac/fast/loader/resources/mimeTypeExamples/example-f.f: Added.
1134 * platform/mac/fast/loader/resources/mimeTypeExamples/example-f77.f77: Added.
1135 * platform/mac/fast/loader/resources/mimeTypeExamples/example-f90.f90: Added.
1136 * platform/mac/fast/loader/resources/mimeTypeExamples/example-f95.f95: Added.
1137 * platform/mac/fast/loader/resources/mimeTypeExamples/example-fff.fff: Added.
1138 * platform/mac/fast/loader/resources/mimeTypeExamples/example-for.for: Added.
1139 * platform/mac/fast/loader/resources/mimeTypeExamples/example-h++.h++: Added.
1140 * platform/mac/fast/loader/resources/mimeTypeExamples/example-h.h: Added.
1141 * platform/mac/fast/loader/resources/mimeTypeExamples/example-hh.hh: Added.
1142 * platform/mac/fast/loader/resources/mimeTypeExamples/example-hp.hp: Added.
1143 * platform/mac/fast/loader/resources/mimeTypeExamples/example-hpp.hpp: Added.
1144 * platform/mac/fast/loader/resources/mimeTypeExamples/example-hxx.hxx: Added.
1145 * platform/mac/fast/loader/resources/mimeTypeExamples/example-icc.icc: Added.
1146 * platform/mac/fast/loader/resources/mimeTypeExamples/example-icm.icm: Added.
1147 * platform/mac/fast/loader/resources/mimeTypeExamples/example-icns.icns: Added.
1148 * platform/mac/fast/loader/resources/mimeTypeExamples/example-jav.jav: Added.
1149 * platform/mac/fast/loader/resources/mimeTypeExamples/example-java.java: Added.
1150 * platform/mac/fast/loader/resources/mimeTypeExamples/example-jfx.jfx: Added.
1151 * platform/mac/fast/loader/resources/mimeTypeExamples/example-l.l: Added.
1152 * platform/mac/fast/loader/resources/mimeTypeExamples/example-lid.lid: Added.
1153 * platform/mac/fast/loader/resources/mimeTypeExamples/example-lm.lm: Added.
1154 * platform/mac/fast/loader/resources/mimeTypeExamples/example-lmm.lmm: Added.
1155 * platform/mac/fast/loader/resources/mimeTypeExamples/example-lpp.lpp: Added.
1156 * platform/mac/fast/loader/resources/mimeTypeExamples/example-lxx.lxx: Added.
1157 * platform/mac/fast/loader/resources/mimeTypeExamples/example-m.m: Added.
1158 * platform/mac/fast/loader/resources/mimeTypeExamples/example-m4a.m4a: Added.
1159 * platform/mac/fast/loader/resources/mimeTypeExamples/example-m4b.m4b: Added.
1160 * platform/mac/fast/loader/resources/mimeTypeExamples/example-m4v.m4v: Added.
1161 * platform/mac/fast/loader/resources/mimeTypeExamples/example-mig.mig: Added.
1162 * platform/mac/fast/loader/resources/mimeTypeExamples/example-mm.mm: Added.
1163 * platform/mac/fast/loader/resources/mimeTypeExamples/example-mos.mos: Added.
1164 * platform/mac/fast/loader/resources/mimeTypeExamples/example-mrw.mrw: Added.
1165 * platform/mac/fast/loader/resources/mimeTypeExamples/example-nef.nef: Added.
1166 * platform/mac/fast/loader/resources/mimeTypeExamples/example-o.o: Added.
1167 * platform/mac/fast/loader/resources/mimeTypeExamples/example-omf.omf: Added.
1168 * platform/mac/fast/loader/resources/mimeTypeExamples/example-orf.orf: Added.
1169 * platform/mac/fast/loader/resources/mimeTypeExamples/example-pas.pas: Added.
1170 * platform/mac/fast/loader/resources/mimeTypeExamples/example-pch++.pch++: Added.
1171 * platform/mac/fast/loader/resources/mimeTypeExamples/example-pch.pch: Added.
1172 * platform/mac/fast/loader/resources/mimeTypeExamples/example-pef.pef: Added.
1173 * platform/mac/fast/loader/resources/mimeTypeExamples/example-pf.pf: Added.
1174 * platform/mac/fast/loader/resources/mimeTypeExamples/example-pfa.pfa: Added.
1175 * platform/mac/fast/loader/resources/mimeTypeExamples/example-pfb.pfb: Added.
1176 * platform/mac/fast/loader/resources/mimeTypeExamples/example-plist.plist: Added.
1177 * platform/mac/fast/loader/resources/mimeTypeExamples/example-r.r: Added.
1178 * platform/mac/fast/loader/resources/mimeTypeExamples/example-raf.raf: Added.
1179 * platform/mac/fast/loader/resources/mimeTypeExamples/example-raw.raw: Added.
1180 * platform/mac/fast/loader/resources/mimeTypeExamples/example-s.s: Added.
1181 * platform/mac/fast/loader/resources/mimeTypeExamples/example-scpt.scpt: Added.
1182 * platform/mac/fast/loader/resources/mimeTypeExamples/example-sd2.sd2: Added.
1183 * platform/mac/fast/loader/resources/mimeTypeExamples/example-sf2.sf2: Added.
1184 * platform/mac/fast/loader/resources/mimeTypeExamples/example-srf.srf: Added.
1185 * platform/mac/fast/loader/resources/mimeTypeExamples/example-suit.suit: Added.
1186 * platform/mac/fast/loader/resources/mimeTypeExamples/example-tbz.tbz: Added.
1187 * platform/mac/fast/loader/resources/mimeTypeExamples/example-tbz2.tbz2: Added.
1188 * platform/mac/fast/loader/resources/mimeTypeExamples/example-ttc.ttc: Added.
1189 * platform/mac/fast/loader/resources/mimeTypeExamples/example-ttf.ttf: Added.
1190 * platform/mac/fast/loader/resources/mimeTypeExamples/example-ul.ul: Added.
1191 * platform/mac/fast/loader/resources/mimeTypeExamples/example-ulaw.ulaw: Added.
1192 * platform/mac/fast/loader/resources/mimeTypeExamples/example-ulw.ulw: Added.
1193 * platform/mac/fast/loader/resources/mimeTypeExamples/example-war.war: Added.
1194 * platform/mac/fast/loader/resources/mimeTypeExamples/example-y.y: Added.
1195 * platform/mac/fast/loader/resources/mimeTypeExamples/example-ym.ym: Added.
1196 * platform/mac/fast/loader/resources/mimeTypeExamples/example-ymm.ymm: Added.
1197 * platform/mac/fast/loader/resources/mimeTypeExamples/example-ypp.ypp: Added.
1198 * platform/mac/fast/loader/resources/mimeTypeExamples/example-yxx.yxx: Added.
1200 2009-07-02 Eric Carlson <eric.carlson@apple.com>
1202 Reviewed by Simon Fraser.
1204 <rdar://problem/6518119>
1206 Delay dumping the render tree because the media controller may not be done with
1209 * media/video-empty-source.html:
1211 2009-07-02 Antonio Gomes <antonio.gomes@openbossa.org>
1213 Reviewed by Simon Hausmann.
1215 https://bugs.webkit.org/show_bug.cgi?id=26896
1217 Updated computed-style-expected.txt and computed-style-without-renderer-expected.txt
1218 files according to the default font size value (13) set in DumpRenderTree/qt/DumpRenderTree.cpp .
1220 * platform/qt/fast/css/getComputedStyle/computed-style-expected.txt:
1221 * platform/qt/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
1223 2009-07-01 Xan Lopez <xlopez@igalia.com>
1225 Disable accessibility tests until we have the accessibility
1228 * platform/gtk/Skipped:
1230 2009-07-01 Simon Fraser <simon.fraser@apple.com>
1232 Reviewed by Dan Bernstein.
1234 <video> fails to show on http://camendesign.com/code/video_for_everybody
1235 <rdar://problem/7026010>
1236 https://bugs.webkit.org/show_bug.cgi?id=26919
1238 Testcase for changing the root layer size, and ensuring that all
1239 the compositing layers are correctly repositioned.
1241 * compositing/geometry/root-layer-update.html: Added.
1242 * platform/mac/compositing/geometry/root-layer-update-expected.checksum: Added.
1243 * platform/mac/compositing/geometry/root-layer-update-expected.png: Added.
1244 * platform/mac/compositing/geometry/root-layer-update-expected.txt: Added.
1246 2009-07-01 Simon Fraser <simon.fraser@apple.com>
1248 Reviewed by Dan Bernstein
1250 <rdar://problem/7026010> <video> fails to show on http://camendesign.com/code/video_for_everybody
1252 Test for outline width affecting compositing layer positions.
1254 * compositing/geometry/outline-change.html: Added.
1255 * platform/mac/compositing/geometry/outline-change-expected.checksum: Added.
1256 * platform/mac/compositing/geometry/outline-change-expected.png: Added.
1257 * platform/mac/compositing/geometry/outline-change-expected.txt: Added.
1259 2009-07-01 Daniel Bates <dbates@intudata.com>
1261 Reviewed by Adam Barth.
1263 https://bugs.webkit.org/show_bug.cgi?id=26899
1265 Tests that XSSAuditor prevents injected scripts that contain control characters.
1267 * http/tests/security/xssAuditor/script-tag-control-char-expected.txt: Added.
1268 * http/tests/security/xssAuditor/script-tag-control-char.html: Added.
1269 * http/tests/security/xssAuditor/script-tag-null-char-expected.txt: Added.
1270 * http/tests/security/xssAuditor/script-tag-null-char.html: Added.
1272 2009-07-01 Chris Fleizach <cfleizach@apple.com>
1274 Reviewed by Oliver Hunt.
1276 Test for Bug 26909: aria-label needs to be supported
1277 https://bugs.webkit.org/show_bug.cgi?id=26909
1279 * accessibility/aria-label-expected.txt: Added.
1280 * accessibility/aria-label.html: Added.
1282 2009-07-01 Chris Fleizach <cfleizach@apple.com>
1284 Reviewed by Beth Dakin.
1286 Tests for Bug 26900: AX: Manual spell check with Command-; does not bring up suggestions
1287 https://bugs.webkit.org/show_bug.cgi?id=26900
1289 * accessibility/editable-webarea-context-menu-point-expected.txt: Added.
1290 * accessibility/editable-webarea-context-menu-point.html: Added.
1292 2009-07-01 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
1294 Reviewed by George Staikos.
1296 Fixes: https://bugs.webkit.org/show_bug.cgi?id=26885
1298 Add new WML testcases covering onenterforward/ontimer support.
1300 * wml/onenterforward-event-expected.txt: Added.
1301 * wml/onenterforward-event.html: Added.
1302 * wml/onenterforward-inline-event-expected.txt: Added.
1303 * wml/onenterforward-inline-event.html: Added.
1304 * wml/ontimer-event-expected.txt: Added.
1305 * wml/ontimer-event.html: Added.
1306 * wml/resources/onenterforward-event.js: Added.
1307 (setupTestDocument):
1310 * wml/resources/onenterforward-event.wml: Added.
1311 * wml/resources/onenterforward-inline-event.js: Added.
1312 (setupTestDocument):
1315 * wml/resources/onenterforward-inline-event.wml: Added.
1316 * wml/resources/ontimer-event.js: Added.
1317 (setupTestDocument):
1320 * wml/resources/ontimer-event.wml: Added.
1321 * wml/resources/ontimer-inline-event.js:
1323 2009-07-01 David Hyatt <hyatt@apple.com>
1325 Reviewed by Simon Fraser.
1327 Add layout test for being able to set attributes on dcol elements.
1329 * fast/dom/HTMLDataGridElement/DataGridColumns-dom-attributes-expected.txt: Added.
1330 * fast/dom/HTMLDataGridElement/DataGridColumns-dom-attributes.html: Added.
1332 2009-07-01 Simon Fraser <simon.fraser@apple.com>
1334 Reviewed by Dimitri Glazkov.
1336 Add some missing pixel results for compositing tests.
1338 * platform/mac/compositing/layers-inside-overflow-scroll-expected.checksum: Added.
1339 * platform/mac/compositing/layers-inside-overflow-scroll-expected.png: Added.
1340 * platform/mac/compositing/overflow/overflow-scroll-expected.checksum: Added.
1341 * platform/mac/compositing/overflow/overflow-scroll-expected.png: Added.
1343 2009-07-01 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
1345 Reviewed by George Staikos.
1347 Fixes: https://bugs.webkit.org/show_bug.cgi?id=26884
1349 WMLTestCase.js relies on timing-dependant hacks, making it difficult to predict results on slower machines.
1350 Fix by rewriting and simplifying the testing procedure, which contained unnecessary quirks working around older WML bugs.
1352 * wml/resources/WMLTestCase.js:
1353 (createWMLTestCase.iframeElement.onload):
1354 (createWMLTestCase):
1357 2009-07-01 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
1359 Reviewed by Holger Freyther.
1361 Apply same cleanup to WML testcases living in http/tests/wml/. Forgot about them in my last commit.
1363 * http/tests/wml/resources/go-task-get-method-accept-charset.js:
1364 (setupTestDocument):
1365 * http/tests/wml/resources/go-task-get-method.js:
1366 (setupTestDocument):
1367 * http/tests/wml/resources/go-task-post-method-accept-charset.js:
1368 (setupTestDocument):
1369 * http/tests/wml/resources/go-task-post-method.js:
1370 (setupTestDocument):
1371 * http/tests/wml/resources/post-data-to-server.js:
1372 (setupTestDocument):
1374 2009-07-01 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
1376 Reviewed by Holger Freyther.
1378 Slightly cleanup some WML testcases:
1379 Use "anchorElement.textContent = '...'" instead of "anchorElement.appendChild(document.createTextNode('...'))"
1381 * wml/resources/go-task-get-method-external-deck-with-href.js:
1382 (setupTestDocument):
1383 * wml/resources/go-task-get-method-external-deck.js:
1384 (setupTestDocument):
1385 * wml/resources/go-task-get-method-same-deck.js:
1386 (setupTestDocument):
1387 * wml/resources/input-format.js:
1388 (setupTestDocument):
1389 * wml/resources/variable-reference-invalid-character.js:
1390 (setupTestDocument):
1391 * wml/resources/variable-reference-valid.js:
1392 (setupTestDocument):
1394 2009-06-30 Xan Lopez <xlopez@igalia.com>
1396 Disable test using eventSender.
1398 * platform/gtk/Skipped:
1400 2009-06-30 Xan Lopez <xlopez@igalia.com>
1402 Disable new tests until we enable the accessibility controller.
1404 * platform/gtk/Skipped:
1406 2009-06-30 Simon Fraser <simon.fraser@apple.com>
1408 Rubber-stamped by Dan Bernstein.
1410 Update compositing pixel results now that DRT dumps them correctly.
1412 * compositing/overflow/overflow-scroll.html:
1413 Fixed typo in this testcase.
1415 * platform/mac/compositing/overflow/ancestor-overflow-expected.checksum:
1416 * platform/mac/compositing/overflow/ancestor-overflow-expected.png:
1417 * platform/mac/compositing/overflow/overflow-positioning-expected.checksum:
1418 * platform/mac/compositing/overflow/overflow-positioning-expected.png:
1419 * platform/mac/compositing/overflow/overflow-scroll-expected.txt:
1420 * platform/mac/compositing/overflow/parent-overflow-expected.checksum:
1421 * platform/mac/compositing/overflow/parent-overflow-expected.png:
1422 * platform/mac/compositing/repaint/content-into-overflow-expected.checksum:
1423 * platform/mac/compositing/repaint/content-into-overflow-expected.png:
1424 * platform/mac/compositing/repaint/overflow-into-content-expected.checksum:
1425 * platform/mac/compositing/repaint/overflow-into-content-expected.png:
1427 2009-06-30 Eric Seidel <eric@webkit.org>
1429 No review, reverting r45396. (George Staikos agrees the change was wrong.)
1430 http://trac.webkit.org/changeset/45396
1432 * fast/css/getComputedStyle/computed-style-font-family-expected.txt:
1434 2009-06-30 David Hyatt <hyatt@apple.com>
1436 Reviewed by Beth Dakin.
1438 Add layout test for https://bugs.webkit.org/show_bug.cgi?id=26858.
1440 * fast/dom/HTMLDataGridElement/DataGridColumns-dom-expected.txt: Added.
1441 * fast/dom/HTMLDataGridElement/DataGridColumns-dom.html: Added.
1443 2009-06-30 Antonio Gomes <antonio.gomes@openbossa.org>
1445 Reviewed by Simon Hausmann.
1447 Updated LayoutTests/fast/css/getComputedStyle/computed-style-font-family-expected.txt
1448 according to the default font size value set in WebKit/qt/Api/qwebsettings.cpp (in
1451 * fast/css/getComputedStyle/computed-style-font-family-expected.txt:
1453 2009-06-30 Antonio Gomes <antonio.gomes@openbossa.org>
1455 Reviewed by Simon Hausmann.
1457 Updated LayoutTests/platform/qt/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt
1458 to some newly cross-platform CSS properties.
1460 * platform/qt/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
1462 2009-06-30 David Levin <levin@chromium.org>
1464 Reviewed by Oliver Hunt.
1466 Make media/video-document-types pass again. It broke when the
1467 call to waitUntilDone was accidently made asynchronous in r45378.
1469 * media/video-document-types.html:
1471 2009-06-30 Simon Fraser <simon.fraser@apple.com>
1473 Reviewed by Dave Hyatt, Dan Bernstein.
1475 <rdar://problem/6191676> Redraw issues scrolling overflow:scroll div with compositing
1477 Testcase for various configurations of compositing and positioning with overflow.
1479 * compositing/overflow/overflow-scroll.html: Added.
1480 * platform/mac/compositing/overflow/overflow-scroll-expected.txt: Added.
1482 2009-06-30 Alexey Proskuryakov <ap@webkit.org>
1484 Reviewed by Dan Bernstein.
1486 https://bugs.webkit.org/show_bug.cgi?id=26764
1487 Uncaught NOT_FOUND_ERR: DOMException 8 loading empty text file
1489 * fast/parser/empty-text-resource-expected.txt: Added.
1490 * fast/parser/empty-text-resource.html: Added.
1492 2009-06-30 Drew Wilson <atwilson@google.com>
1494 Reviewed by David Levin.
1496 <https://bugs.webkit.org/show_bug.cgi?id=25435>
1498 Added tests for sending MessagePorts to/from workers.
1500 * fast/workers/resources/worker-cloneport.js: Added.
1502 * fast/workers/resources/worker-messageport.js: Added.
1505 * fast/workers/worker-cloneport-expected.txt: Added.
1506 * fast/workers/worker-cloneport.html-disabled: Added.
1507 Tests for cloning a port while messages are sent from another thread.
1508 * fast/workers/worker-messageport-expected.txt: Added.
1509 * fast/workers/worker-messageport.html-disabled: Added.
1510 General tests for sending messages to workers via message ports.
1511 * fast/workers/worker-messageport-gc-expected.txt: Added.
1512 * fast/workers/worker-messageport-gc.html-disabled: Added.
1513 Tests to ensure Workers don't shut down when reachable only via MessagePorts.
1515 2009-06-30 Eric Carlson <eric.carlson@apple.com>
1517 Reviewed by Simon Fraser.
1519 <rdar://problem/7019799> Slow loading MediaDocument can fall back to plug-in unnecessarily
1521 Don't test iframe immediately, switch over from <video> to <embed> may not have
1522 happend when the document 'load' event fires.
1524 * media/video-document-types.html:
1526 2009-06-30 Xan Lopez <xlopez@igalia.com>
1528 Skip new editing tests.
1530 They are failing because we don't have a dumpEditingCallbacks
1533 * platform/gtk/Skipped:
1535 2009-06-29 Oliver Hunt <oliver@apple.com>
1537 Reviewed by Gavin Barraclough.
1539 <rdar://problem/7016214> JSON.parse fails to parse valid JSON with most Unicode characters
1540 <https://bugs.webkit.org/show_bug.cgi?id=26802>
1542 Add test of unicode parsing in JSON.
1544 * fast/js/JSON-parse-expected.txt:
1545 * fast/js/resources/JSON-parse.js:
1546 (createTests.result):
1549 2009-06-29 Antonio Gomes <antonio.gomes@openbossa.org>
1551 Reviewed by Simon Hausmann.
1553 Updated LayoutTests/platform/qt/fast/css/getComputedStyle/computed-style-expected.txt to some newly cross-platform CSS properties.
1555 The file has not been updated for a while.
1557 * platform/win/fast/css/getComputedStyle/computed-style-expected.txt:
1559 2009-06-29 Sam Weinig <sam@webkit.org>
1561 Reviewed by Dave Hyatt.
1563 Update for the change in DataGridDataSource API.
1565 * fast/dom/HTMLDataGridElement/DataGridDataSource-basic-expected.txt:
1566 * fast/dom/HTMLDataGridElement/DataGridDataSource-basic.html:
1568 2009-06-29 Chris Marrin <cmarrin@apple.com>
1570 Reviewed by Simon Fraser <simon.fraser@apple.com>.
1572 https://bugs.webkit.org/show_bug.cgi?id=26706
1574 Added tests for -webkit-text-fill-color and
1575 text-shadow, since these go through different
1578 * transitions/override-transition-crash-expected.txt:
1579 * transitions/override-transition-crash.html:
1581 2009-06-29 David Hyatt <hyatt@apple.com>
1583 Reviewed by Mark Rowe.
1585 Update layout tests for addition of HTMLDataGridCellElement constructor.
1587 * fast/dom/Window/window-properties-expected.txt:
1588 * fast/js/global-constructors-expected.txt:
1590 2009-06-29 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
1592 Reviewed by Adam Treat.
1594 Rename go-task-animation.* to ontimer-inline-event.* to reflect what it really tests.
1596 * wml/go-task-animation-expected.txt: Removed.
1597 * wml/go-task-animation.html: Removed.
1598 * wml/ontimer-inline-event-expected.txt: Copied from wml/go-task-animation-expected.txt.
1599 * wml/ontimer-inline-event.html: Copied from wml/go-task-animation.html.
1600 * wml/resources/animation.wml: Removed.
1601 * wml/resources/go-task-animation.js: Removed.
1602 * wml/resources/ontimer-inline-event.js: Copied from wml/resources/go-task-animation.js.
1603 * wml/resources/ontimer-inline-event.wml: Copied from wml/resources/animation.wml.
1605 2009-06-29 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
1607 Reviewed by Adam Treat.
1609 Fixes: https://bugs.webkit.org/show_bug.cgi?id=26246
1611 Implement most WML specific <select> element features.
1612 Add two tests covering most select/variable related functionality.
1614 * http/tests/wml/post-data-to-server-expected.txt: Added.
1615 * http/tests/wml/post-data-to-server.html: Added.
1616 * http/tests/wml/resources/dumpVariables.cgi: Added.
1617 * http/tests/wml/resources/post-data-to-server.js: Added.
1618 (setupTestDocument):
1619 (sendTextToControl):
1622 * wml/resources/WMLTestCase.js:
1623 (createWMLTestCase.iframeElement.onload):
1624 (createWMLTestCase):
1626 * wml/resources/select-element-variables.js: Added.
1627 (setupTestDocument):
1630 * wml/select-element-variables-expected.txt: Added.
1631 * wml/select-element-variables.html: Added.
1633 2009-06-28 Dan Bernstein <mitz@apple.com>
1635 Reviewed by Simon Fraser.
1637 - add a test case for https://bugs.webkit.org/show_bug.cgi?id=26783
1638 <rdar://problem/7014543> REGRESSION (r45296): Subfolders not displayed
1639 in MobileMe iDisk Web App
1641 * fast/dom/Element/scrollWidth-expected.txt:
1642 * fast/dom/Element/scrollWidth.html:
1644 2009-06-27 Simon Fraser <simon.fraser@apple.com>
1646 Reviewed by Eric Seidel.
1648 https://bugs.webkit.org/show_bug.cgi?id=26780
1650 Testcases for compositing and self-painting layers (for which we use
1651 video to make an element composited while being in the normal flow),
1652 and for moving layers inside an overflow:scroll div.
1654 * compositing/layers-inside-overflow-scroll.html: Added.
1655 * compositing/resources/video.mp4: Added.
1656 * compositing/self-painting-layers.html: Added.
1657 * platform/mac/compositing/layers-inside-overflow-scroll-expected.txt: Added.
1658 * platform/mac/compositing/self-painting-layers-expected.txt: Added.
1660 2009-06-28 John Abd-El-Malek <jam@chromium.org>
1662 https://bugs.webkit.org/show_bug.cgi?id=15457
1664 Layout tests to ensure that "src" paramater is added when it's missing
1665 but "data" is present.
1667 * plugins/netscape-plugin-map-data-to-src-expected.txt: Added.
1668 * plugins/netscape-plugin-map-data-to-src.html: Added.
1670 2009-06-28 Eric Seidel <eric@webkit.org>
1672 No review. Just updating test results Kevin seems to have missed.
1674 Test failure started with:
1675 http://trac.webkit.org/changeset/45287
1676 The new results definitely look better.
1678 * fast/profiler/profile-with-no-title-expected.txt:
1680 2009-06-27 Ryosuke Niwa <rniwa@google.com>
1682 Reviewed by Eric Seidel.
1684 https://bugs.webkit.org/show_bug.cgi?id=26762
1686 Clean up for IndentOutdentCommand::indentRegion, and solved most of problems related to the bug 21712.
1687 https://bugs.webkit.org/show_bug.cgi?id=21712
1689 The following test cases are intended for 21712, but included here
1690 since this patch already solved a lot of problems.
1692 * editing/execCommand/indent-nested-lists-1-expected.txt: Added.
1693 * editing/execCommand/indent-nested-lists-1.html: Added.
1694 * editing/execCommand/indent-nested-lists-2-expected.txt: Added.
1695 * editing/execCommand/indent-nested-lists-2.html: Added.
1696 * editing/execCommand/indent-nested-lists-3-expected.txt: Added.
1697 * editing/execCommand/indent-nested-lists-3.html: Added.
1698 * editing/execCommand/indent-nested-lists-4-expected.txt: Added.
1699 * editing/execCommand/indent-nested-lists-4.html: Added.
1700 * editing/execCommand/indent-nested-lists-5-expected.txt: Added.
1701 * editing/execCommand/indent-nested-lists-5.html: Added.
1702 * editing/execCommand/indent-nested-lists-6-expected.txt: Added.
1703 * editing/execCommand/indent-nested-lists-6.html: Added.
1704 * editing/execCommand/indent-nested-lists-7-expected.txt: Added.
1705 * editing/execCommand/indent-nested-lists-7.html: Added.
1706 * editing/execCommand/outdent-nested-lists-1-expected.txt: Added.
1707 * editing/execCommand/outdent-nested-lists-1.html: Added.
1708 * editing/execCommand/outdent-nested-lists-2-expected.txt: Added.
1709 * editing/execCommand/outdent-nested-lists-2.html: Added.
1710 * editing/execCommand/outdent-nested-lists-3-expected.txt: Added.
1711 * editing/execCommand/outdent-nested-lists-3.html: Added.
1712 * editing/execCommand/outdent-nested-lists-4-expected.txt: Added.
1713 * editing/execCommand/outdent-nested-lists-4.html: Added.
1715 2009-06-27 Daniel Bates <dbates@intudata.com>
1717 Reviewed by Adam Barth.
1719 https://bugs.webkit.org/show_bug.cgi?id=26776
1721 More tests for the XSSAuditor.
1723 * http/tests/security/xssAuditor/anchor-url-dom-write-location-expected.txt: Added.
1724 * http/tests/security/xssAuditor/anchor-url-dom-write-location-inline-event-expected.txt: Added.
1725 * http/tests/security/xssAuditor/anchor-url-dom-write-location-inline-event.html: Added.
1726 * http/tests/security/xssAuditor/anchor-url-dom-write-location-javascript-URL-expected.txt: Added.
1727 * http/tests/security/xssAuditor/anchor-url-dom-write-location-javascript-URL.html: Added.
1728 * http/tests/security/xssAuditor/anchor-url-dom-write-location.html: Added.
1729 * http/tests/security/xssAuditor/dom-write-URL-expected.txt: Added.
1730 * http/tests/security/xssAuditor/dom-write-URL.html: Added.
1731 * http/tests/security/xssAuditor/dom-write-innerHTML-expected.txt: Added.
1732 * http/tests/security/xssAuditor/dom-write-innerHTML.html: Added.
1733 * http/tests/security/xssAuditor/dom-write-location-expected.txt: Added.
1734 * http/tests/security/xssAuditor/dom-write-location-inline-event-expected.txt: Added.
1735 * http/tests/security/xssAuditor/dom-write-location-inline-event.html: Added.
1736 * http/tests/security/xssAuditor/dom-write-location-javascript-URL-expected.txt: Added.
1737 * http/tests/security/xssAuditor/dom-write-location-javascript-URL.html: Added.
1738 * http/tests/security/xssAuditor/dom-write-location.html: Added.
1739 * http/tests/security/xssAuditor/faux-script1-expected.txt: Added.
1740 * http/tests/security/xssAuditor/faux-script1.html: Added.
1741 * http/tests/security/xssAuditor/faux-script2-expected.txt: Added.
1742 * http/tests/security/xssAuditor/faux-script2.html: Added.
1743 * http/tests/security/xssAuditor/faux-script3-expected.txt: Added.
1744 * http/tests/security/xssAuditor/faux-script3.html: Added.
1745 * http/tests/security/xssAuditor/get-from-iframe-expected.txt: Added.
1746 * http/tests/security/xssAuditor/get-from-iframe.html: Added.
1747 * http/tests/security/xssAuditor/malformed-HTML-expected.txt: Added.
1748 * http/tests/security/xssAuditor/malformed-HTML.html: Added.
1749 * http/tests/security/xssAuditor/post-from-iframe-expected.txt: Added.
1750 * http/tests/security/xssAuditor/post-from-iframe.html: Added.
1751 * http/tests/security/xssAuditor/resources/anchor-url-dom-write-location-click.html: Added.
1752 * http/tests/security/xssAuditor/resources/echo-dom-write-URL.html: Added.
1753 * http/tests/security/xssAuditor/resources/echo-dom-write-innerHTML.html: Added.
1754 * http/tests/security/xssAuditor/resources/echo-dom-write-location.html: Added.
1755 * http/tests/security/xssAuditor/resources/utilities.js: Added.
1756 (sendRequestFromIFrame):
1758 2009-06-27 Daniel Bates <dbates@intudata.com>
1760 Reviewed by Adam Barth.
1762 Tests for https://bugs.webkit.org/show_bug.cgi?id=26708
1764 Tests prevention of injected scripts with scheme relative paths, iFrame JavaScript URLs,
1767 * http/tests/security/xssAuditor/http-equiv-utf-7-encoded-expected.txt: Added.
1768 * http/tests/security/xssAuditor/http-equiv-utf-7-encoded.html: Added.
1769 * http/tests/security/xssAuditor/iframe-javascript-url-expected.txt: Added.
1770 * http/tests/security/xssAuditor/iframe-javascript-url.html: Added.
1771 * http/tests/security/xssAuditor/resources/echo-intertag-default-encode.pl: Added.
1772 * http/tests/security/xssAuditor/script-tag-utf-7-encoded-expected.txt: Added.
1773 * http/tests/security/xssAuditor/script-tag-utf-7-encoded.html: Added.
1774 * http/tests/security/xssAuditor/script-tag-with-source-relative-scheme-expected.txt: Added.
1775 * http/tests/security/xssAuditor/script-tag-with-source-relative-scheme.html: Added.
1777 2009-06-27 Oliver Hunt <oliver@apple.com>
1779 Reviewed by Maciej Stachowiak.
1781 Bug 26771: Canvas is incorrectly tainted when drawing from a video element that uses <source> elements
1783 Add test to protect against incorrectly tainting the canvas.
1785 * media/video-canvas-source-expected.txt: Added.
1786 * media/video-canvas-source.html: Added.
1788 2009-06-26 Alexey Proskuryakov <ap@webkit.org>
1790 Updating Tiger results for a recently modified test.
1792 * platform/mac-tiger/fast/encoding/idn-security-expected.txt:
1794 2009-06-26 Dan Bernstein <mitz@apple.com>
1796 Reviewed by Oliver Hunt.
1798 * fast/dom/Element/scrollWidth-expected.txt: Added.
1799 * fast/dom/Element/scrollWidth.html: Added.
1801 2009-06-26 Chris Fleizach <cfleizach@apple.com>
1803 Reviewed by Oliver Hunt.
1805 Tests for Bug 26725: aria-hidden, aria-disabled, aria-readonly need to be implemented
1807 * accessibility/aria-disabled-expected.txt: Added.
1808 * accessibility/aria-disabled.html: Added.
1809 * accessibility/aria-hidden-expected.txt: Added.
1810 * accessibility/aria-hidden.html: Added.
1811 * accessibility/aria-readonly-expected.txt: Added.
1812 * accessibility/aria-readonly.html: Added.
1814 2009-06-26 Brady Eidson <beidson@apple.com>
1818 * platform/mac-tiger/fast/loader/file-url-mimetypes-expected.txt: Removed.
1819 * platform/mac-tiger/platform: Added.
1820 * platform/mac-tiger/platform/mac: Added.
1821 * platform/mac-tiger/platform/mac/fast: Added.
1822 * platform/mac-tiger/platform/mac/fast/loader: Added.
1823 * platform/mac-tiger/platform/mac/fast/loader/file-url-mimetypes-expected.txt: Copied from platform/mac-tiger/fast/loader/file-url-mimetypes-expected.txt.
1825 2009-06-26 Brady Eidson <beidson@apple.com>
1827 Fix Tiger results for the new mime type layout test.
1829 * platform/mac-tiger/fast/loader: Added.
1830 * platform/mac-tiger/fast/loader/file-url-mimetypes-expected.txt: Added.
1832 2009-06-26 Jessie Berlin <jberlin@apple.com>
1834 Reviewed by Mark Rowe.
1838 * editing/selection/drag-start-event-client-x-y-expected.txt:
1840 2009-06-26 Brady Eidson <beidson@apple.com>
1842 Step 2 (new Mac results)
1844 * platform/mac/fast/images/favicon-as-image-expected.checksum: Added.
1845 * platform/mac/fast/images/favicon-as-image-expected.png: Added.
1846 * platform/mac/fast/images/favicon-as-image-expected.txt: Added.
1848 2009-06-26 Brady Eidson <beidson@apple.com>
1850 1st step of fixing the layout test I broke on Mac platforms.
1852 * platform/mac-leopard/fast/images/favicon-as-image-expected.checksum: Removed.
1853 * platform/mac-leopard/fast/images/favicon-as-image-expected.png: Removed.
1854 * platform/mac-leopard/fast/images/favicon-as-image-expected.txt: Removed.
1855 * platform/mac-tiger/fast/images/favicon-as-image-expected.checksum: Removed.
1856 * platform/mac-tiger/fast/images/favicon-as-image-expected.png: Removed.
1857 * platform/mac-tiger/fast/images/favicon-as-image-expected.txt: Removed.
1858 * platform/mac/fast/images/favicon-as-image-expected.checksum: Removed.
1859 * platform/mac/fast/images/favicon-as-image-expected.png: Removed.
1860 * platform/mac/fast/images/favicon-as-image-expected.txt: Removed.
1861 * platform/win/fast/images: Added.
1862 * platform/win/fast/images/favicon-as-image-expected.checksum: Copied from platform/mac/fast/images/favicon-as-image-expected.checksum.
1863 * platform/win/fast/images/favicon-as-image-expected.png: Copied from platform/mac/fast/images/favicon-as-image-expected.png.
1864 * platform/win/fast/images/favicon-as-image-expected.txt: Copied from platform/mac/fast/images/favicon-as-image-expected.txt.
1866 2009-06-26 Mark Rowe <mrowe@apple.com>
1868 Land updated results after the test change.
1870 * editing/selection/user-drag-element-and-user-select-none-expected.txt:
1872 2009-06-26 Jessie Berlin <jberlin@apple.com>
1874 Reviewed by Mark Rowe.
1876 Layout test for making sure the client X Y coordinates of the event
1877 in a dragstart handler are correct.
1879 https://bugs.webkit.org/show_bug.cgi?id=26723
1881 * editing/selection/drag-start-event-client-x-y-expected.txt: Added.
1882 * editing/selection/drag-start-event-client-x-y.html: Added.
1884 2009-06-26 Mark Rowe <mrowe@apple.com>
1886 Reviewed by Sam Weinig.
1888 Fix user-drag-element-and-user-select-none.html to not rely on a bug in Mac DRT.
1890 * editing/selection/user-drag-element-and-user-select-none.html:
1892 2009-06-25 Brady Eidson <beidson@apple.com>
1894 Reviewed by Sam Weinig
1896 <rdar://problem/6961578> REGRESSION (r43511): Opening .fdf files from Acrobat Professional fails
1898 Add a test file for each of file extensions we think WebKit on Mac should know the MIME type for.
1900 * platform/mac/fast/loader/file-url-mimetypes-expected.txt: Added.
1901 * platform/mac/fast/loader/file-url-mimetypes.html: Added.
1902 * platform/mac/fast/loader/resources: Added.
1903 * platform/mac/fast/loader/resources/mimeTypeExamples: Added.
1904 * platform/mac/fast/loader/resources/mimeTypeExamples/example-3g2.3g2: Added.
1905 * platform/mac/fast/loader/resources/mimeTypeExamples/example-3gp.3gp: Added.
1906 * platform/mac/fast/loader/resources/mimeTypeExamples/example-3gp2.3gp2: Added.
1907 * platform/mac/fast/loader/resources/mimeTypeExamples/example-3gpp.3gpp: Added.
1908 * platform/mac/fast/loader/resources/mimeTypeExamples/example-Z.Z: Added.
1909 * platform/mac/fast/loader/resources/mimeTypeExamples/example-ac3.ac3: Added.
1910 * platform/mac/fast/loader/resources/mimeTypeExamples/example-ai.ai: Added.
1911 * platform/mac/fast/loader/resources/mimeTypeExamples/example-aif.aif: Added.
1912 * platform/mac/fast/loader/resources/mimeTypeExamples/example-aifc.aifc: Added.
1913 * platform/mac/fast/loader/resources/mimeTypeExamples/example-aiff.aiff: Added.
1914 * platform/mac/fast/loader/resources/mimeTypeExamples/example-asc.asc: Added.
1915 * platform/mac/fast/loader/resources/mimeTypeExamples/example-asf.asf: Added.
1916 * platform/mac/fast/loader/resources/mimeTypeExamples/example-asx.asx: Added.
1917 * platform/mac/fast/loader/resources/mimeTypeExamples/example-au.au: Added.
1918 * platform/mac/fast/loader/resources/mimeTypeExamples/example-avi.avi: Added.
1919 * platform/mac/fast/loader/resources/mimeTypeExamples/example-bcpio.bcpio: Added.
1920 * platform/mac/fast/loader/resources/mimeTypeExamples/example-bin.bin: Added.
1921 * platform/mac/fast/loader/resources/mimeTypeExamples/example-bmp.bmp: Added.
1922 * platform/mac/fast/loader/resources/mimeTypeExamples/example-bz.bz: Added.
1923 * platform/mac/fast/loader/resources/mimeTypeExamples/example-bz2.bz2: Added.
1924 * platform/mac/fast/loader/resources/mimeTypeExamples/example-cdf.cdf: Added.
1925 * platform/mac/fast/loader/resources/mimeTypeExamples/example-class.class: Added.
1926 * platform/mac/fast/loader/resources/mimeTypeExamples/example-cpgz.cpgz: Added.
1927 * platform/mac/fast/loader/resources/mimeTypeExamples/example-cpio.cpio: Added.
1928 * platform/mac/fast/loader/resources/mimeTypeExamples/example-cpt.cpt: Added.
1929 * platform/mac/fast/loader/resources/mimeTypeExamples/example-crw.crw: Added.
1930 * platform/mac/fast/loader/resources/mimeTypeExamples/example-csh.csh: Added.
1931 * platform/mac/fast/loader/resources/mimeTypeExamples/example-css.css: Added.
1932 * platform/mac/fast/loader/resources/mimeTypeExamples/example-dcr.dcr: Added.
1933 * platform/mac/fast/loader/resources/mimeTypeExamples/example-dif.dif: Added.
1934 * platform/mac/fast/loader/resources/mimeTypeExamples/example-dir.dir: Added.
1935 * platform/mac/fast/loader/resources/mimeTypeExamples/example-dll.dll: Added.
1936 * platform/mac/fast/loader/resources/mimeTypeExamples/example-dls.dls: Added.
1937 * platform/mac/fast/loader/resources/mimeTypeExamples/example-dmg.dmg: Added.
1938 * platform/mac/fast/loader/resources/mimeTypeExamples/example-dms.dms: Added.
1939 * platform/mac/fast/loader/resources/mimeTypeExamples/example-doc.doc: Added.
1940 * platform/mac/fast/loader/resources/mimeTypeExamples/example-docm.docm: Added.
1941 * platform/mac/fast/loader/resources/mimeTypeExamples/example-docx.docx: Added.
1942 * platform/mac/fast/loader/resources/mimeTypeExamples/example-dotm.dotm: Added.
1943 * platform/mac/fast/loader/resources/mimeTypeExamples/example-dotx.dotx: Added.
1944 * platform/mac/fast/loader/resources/mimeTypeExamples/example-dv.dv: Added.
1945 * platform/mac/fast/loader/resources/mimeTypeExamples/example-dvi.dvi: Added.
1946 * platform/mac/fast/loader/resources/mimeTypeExamples/example-dxr.dxr: Added.
1947 * platform/mac/fast/loader/resources/mimeTypeExamples/example-efx.efx: Added.
1948 * platform/mac/fast/loader/resources/mimeTypeExamples/example-eps.eps: Added.
1949 * platform/mac/fast/loader/resources/mimeTypeExamples/example-etx.etx: Added.
1950 * platform/mac/fast/loader/resources/mimeTypeExamples/example-exe.exe: Added.
1951 * platform/mac/fast/loader/resources/mimeTypeExamples/example-ez.ez: Added.
1952 * platform/mac/fast/loader/resources/mimeTypeExamples/example-fdf.fdf: Added.
1953 * platform/mac/fast/loader/resources/mimeTypeExamples/example-fla.fla: Added.
1954 * platform/mac/fast/loader/resources/mimeTypeExamples/example-fp.fp: Added.
1955 * platform/mac/fast/loader/resources/mimeTypeExamples/example-fp2.fp2: Added.
1956 * platform/mac/fast/loader/resources/mimeTypeExamples/example-fp3.fp3: Added.
1957 * platform/mac/fast/loader/resources/mimeTypeExamples/example-fp4.fp4: Added.
1958 * platform/mac/fast/loader/resources/mimeTypeExamples/example-fp5.fp5: Added.
1959 * platform/mac/fast/loader/resources/mimeTypeExamples/example-fp6.fp6: Added.
1960 * platform/mac/fast/loader/resources/mimeTypeExamples/example-fpx.fpx: Added.
1961 * platform/mac/fast/loader/resources/mimeTypeExamples/example-gif.gif: Added.
1962 * platform/mac/fast/loader/resources/mimeTypeExamples/example-gtar.gtar: Added.
1963 * platform/mac/fast/loader/resources/mimeTypeExamples/example-gz.gz: Added.
1964 * platform/mac/fast/loader/resources/mimeTypeExamples/example-gzip.gzip: Added.
1965 * platform/mac/fast/loader/resources/mimeTypeExamples/example-hdf.hdf: Added.
1966 * platform/mac/fast/loader/resources/mimeTypeExamples/example-hqx.hqx: Added.
1967 * platform/mac/fast/loader/resources/mimeTypeExamples/example-htm.htm: Added.
1968 * platform/mac/fast/loader/resources/mimeTypeExamples/example-html.html: Added.
1969 * platform/mac/fast/loader/resources/mimeTypeExamples/example-ice.ice: Added.
1970 * platform/mac/fast/loader/resources/mimeTypeExamples/example-ico.ico: Added.
1971 * platform/mac/fast/loader/resources/mimeTypeExamples/example-ics.ics: Added.
1972 * platform/mac/fast/loader/resources/mimeTypeExamples/example-ief.ief: Added.
1973 * platform/mac/fast/loader/resources/mimeTypeExamples/example-iges.iges: Added.
1974 * platform/mac/fast/loader/resources/mimeTypeExamples/example-igs.igs: Added.
1975 * platform/mac/fast/loader/resources/mimeTypeExamples/example-iso.iso: Added.
1976 * platform/mac/fast/loader/resources/mimeTypeExamples/example-j2k.j2k: Added.
1977 * platform/mac/fast/loader/resources/mimeTypeExamples/example-jar.jar: Added.
1978 * platform/mac/fast/loader/resources/mimeTypeExamples/example-javascript.javascript: Added.
1979 * platform/mac/fast/loader/resources/mimeTypeExamples/example-jhtml.jhtml: Added.
1980 * platform/mac/fast/loader/resources/mimeTypeExamples/example-jnlp.jnlp: Added.
1981 * platform/mac/fast/loader/resources/mimeTypeExamples/example-jp2.jp2: Added.
1982 * platform/mac/fast/loader/resources/mimeTypeExamples/example-jpe.jpe: Added.
1983 * platform/mac/fast/loader/resources/mimeTypeExamples/example-jpeg.jpeg: Added.
1984 * platform/mac/fast/loader/resources/mimeTypeExamples/example-jpf.jpf: Added.
1985 * platform/mac/fast/loader/resources/mimeTypeExamples/example-jpg.jpg: Added.
1986 * platform/mac/fast/loader/resources/mimeTypeExamples/example-jpx.jpx: Added.
1987 * platform/mac/fast/loader/resources/mimeTypeExamples/example-js.js: Added.
1988 * platform/mac/fast/loader/resources/mimeTypeExamples/example-jscript.jscript: Added.
1989 * platform/mac/fast/loader/resources/mimeTypeExamples/example-kar.kar: Added.
1990 * platform/mac/fast/loader/resources/mimeTypeExamples/example-latex.latex: Added.
1991 * platform/mac/fast/loader/resources/mimeTypeExamples/example-lha.lha: Added.
1992 * platform/mac/fast/loader/resources/mimeTypeExamples/example-lzh.lzh: Added.
1993 * platform/mac/fast/loader/resources/mimeTypeExamples/example-m15.m15: Added.
1994 * platform/mac/fast/loader/resources/mimeTypeExamples/example-m2v.m2v: Added.
1995 * platform/mac/fast/loader/resources/mimeTypeExamples/example-m3u.m3u: Added.
1996 * platform/mac/fast/loader/resources/mimeTypeExamples/example-m4p.m4p: Added.
1997 * platform/mac/fast/loader/resources/mimeTypeExamples/example-m75.m75: Added.
1998 * platform/mac/fast/loader/resources/mimeTypeExamples/example-mac.mac: Added.
1999 * platform/mac/fast/loader/resources/mimeTypeExamples/example-man.man: Added.
2000 * platform/mac/fast/loader/resources/mimeTypeExamples/example-me.me: Added.
2001 * platform/mac/fast/loader/resources/mimeTypeExamples/example-mesh.mesh: Added.
2002 * platform/mac/fast/loader/resources/mimeTypeExamples/example-mid.mid: Added.
2003 * platform/mac/fast/loader/resources/mimeTypeExamples/example-midi.midi: Added.
2004 * platform/mac/fast/loader/resources/mimeTypeExamples/example-mif.mif: Added.
2005 * platform/mac/fast/loader/resources/mimeTypeExamples/example-mov.mov: Added.
2006 * platform/mac/fast/loader/resources/mimeTypeExamples/example-movie.movie: Added.
2007 * platform/mac/fast/loader/resources/mimeTypeExamples/example-mp2.mp2: Added.
2008 * platform/mac/fast/loader/resources/mimeTypeExamples/example-mp3.mp3: Added.
2009 * platform/mac/fast/loader/resources/mimeTypeExamples/example-mp4.mp4: Added.
2010 * platform/mac/fast/loader/resources/mimeTypeExamples/example-mpe.mpe: Added.
2011 * platform/mac/fast/loader/resources/mimeTypeExamples/example-mpeg.mpeg: Added.
2012 * platform/mac/fast/loader/resources/mimeTypeExamples/example-mpg.mpg: Added.
2013 * platform/mac/fast/loader/resources/mimeTypeExamples/example-mpga.mpga: Added.
2014 * platform/mac/fast/loader/resources/mimeTypeExamples/example-ms.ms: Added.
2015 * platform/mac/fast/loader/resources/mimeTypeExamples/example-msh.msh: Added.
2016 * platform/mac/fast/loader/resources/mimeTypeExamples/example-mxu.mxu: Added.
2017 * platform/mac/fast/loader/resources/mimeTypeExamples/example-nc.nc: Added.
2018 * platform/mac/fast/loader/resources/mimeTypeExamples/example-oda.oda: Added.
2019 * platform/mac/fast/loader/resources/mimeTypeExamples/example-odc.odc: Added.
2020 * platform/mac/fast/loader/resources/mimeTypeExamples/example-odf.odf: Added.
2021 * platform/mac/fast/loader/resources/mimeTypeExamples/example-odg.odg: Added.
2022 * platform/mac/fast/loader/resources/mimeTypeExamples/example-odi.odi: Added.
2023 * platform/mac/fast/loader/resources/mimeTypeExamples/example-odm.odm: Added.
2024 * platform/mac/fast/loader/resources/mimeTypeExamples/example-odp.odp: Added.
2025 * platform/mac/fast/loader/resources/mimeTypeExamples/example-ods.ods: Added.
2026 * platform/mac/fast/loader/resources/mimeTypeExamples/example-odt.odt: Added.
2027 * platform/mac/fast/loader/resources/mimeTypeExamples/example-otc.otc: Added.
2028 * platform/mac/fast/loader/resources/mimeTypeExamples/example-otf.otf: Added.
2029 * platform/mac/fast/loader/resources/mimeTypeExamples/example-otg.otg: Added.
2030 * platform/mac/fast/loader/resources/mimeTypeExamples/example-oth.oth: Added.
2031 * platform/mac/fast/loader/resources/mimeTypeExamples/example-oti.oti: Added.
2032 * platform/mac/fast/loader/resources/mimeTypeExamples/example-otp.otp: Added.
2033 * platform/mac/fast/loader/resources/mimeTypeExamples/example-ots.ots: Added.
2034 * platform/mac/fast/loader/resources/mimeTypeExamples/example-ott.ott: Added.
2035 * platform/mac/fast/loader/resources/mimeTypeExamples/example-pbm.pbm: Added.
2036 * platform/mac/fast/loader/resources/mimeTypeExamples/example-pct.pct: Added.
2037 * platform/mac/fast/loader/resources/mimeTypeExamples/example-pcx.pcx: Added.
2038 * platform/mac/fast/loader/resources/mimeTypeExamples/example-pdb.pdb: Added.
2039 * platform/mac/fast/loader/resources/mimeTypeExamples/example-pdf.pdf: Added.
2040 * platform/mac/fast/loader/resources/mimeTypeExamples/example-pgm.pgm: Added.
2041 * platform/mac/fast/loader/resources/mimeTypeExamples/example-pgn.pgn: Added.
2042 * platform/mac/fast/loader/resources/mimeTypeExamples/example-ph3.ph3: Added.
2043 * platform/mac/fast/loader/resources/mimeTypeExamples/example-ph4.ph4: Added.
2044 * platform/mac/fast/loader/resources/mimeTypeExamples/example-php.php: Added.
2045 * platform/mac/fast/loader/resources/mimeTypeExamples/example-php3.php3: Added.
2046 * platform/mac/fast/loader/resources/mimeTypeExamples/example-php4.php4: Added.
2047 * platform/mac/fast/loader/resources/mimeTypeExamples/example-phtml.phtml: Added.
2048 * platform/mac/fast/loader/resources/mimeTypeExamples/example-pic.pic: Added.
2049 * platform/mac/fast/loader/resources/mimeTypeExamples/example-pict.pict: Added.
2050 * platform/mac/fast/loader/resources/mimeTypeExamples/example-pl.pl: Added.
2051 * platform/mac/fast/loader/resources/mimeTypeExamples/example-pls.pls: Added.
2052 * platform/mac/fast/loader/resources/mimeTypeExamples/example-pm.pm: Added.
2053 * platform/mac/fast/loader/resources/mimeTypeExamples/example-png.png: Added.
2054 * platform/mac/fast/loader/resources/mimeTypeExamples/example-pnm.pnm: Added.
2055 * platform/mac/fast/loader/resources/mimeTypeExamples/example-pnt.pnt: Added.
2056 * platform/mac/fast/loader/resources/mimeTypeExamples/example-pntg.pntg: Added.
2057 * platform/mac/fast/loader/resources/mimeTypeExamples/example-potm.potm: Added.
2058 * platform/mac/fast/loader/resources/mimeTypeExamples/example-potx.potx: Added.
2059 * platform/mac/fast/loader/resources/mimeTypeExamples/example-ppm.ppm: Added.
2060 * platform/mac/fast/loader/resources/mimeTypeExamples/example-ppsm.ppsm: Added.
2061 * platform/mac/fast/loader/resources/mimeTypeExamples/example-ppsx.ppsx: Added.
2062 * platform/mac/fast/loader/resources/mimeTypeExamples/example-ppt.ppt: Added.
2063 * platform/mac/fast/loader/resources/mimeTypeExamples/example-pptm.pptm: Added.
2064 * platform/mac/fast/loader/resources/mimeTypeExamples/example-pptx.pptx: Added.
2065 * platform/mac/fast/loader/resources/mimeTypeExamples/example-ps.ps: Added.
2066 * platform/mac/fast/loader/resources/mimeTypeExamples/example-psd.psd: Added.
2067 * platform/mac/fast/loader/resources/mimeTypeExamples/example-py.py: Added.
2068 * platform/mac/fast/loader/resources/mimeTypeExamples/example-qif.qif: Added.
2069 * platform/mac/fast/loader/resources/mimeTypeExamples/example-qt.qt: Added.
2070 * platform/mac/fast/loader/resources/mimeTypeExamples/example-qti.qti: Added.
2071 * platform/mac/fast/loader/resources/mimeTypeExamples/example-qtif.qtif: Added.
2072 * platform/mac/fast/loader/resources/mimeTypeExamples/example-qtz.qtz: Added.
2073 * platform/mac/fast/loader/resources/mimeTypeExamples/example-ra.ra: Added.
2074 * platform/mac/fast/loader/resources/mimeTypeExamples/example-ram.ram: Added.
2075 * platform/mac/fast/loader/resources/mimeTypeExamples/example-ras.ras: Added.
2076 * platform/mac/fast/loader/resources/mimeTypeExamples/example-rb.rb: Added.
2077 * platform/mac/fast/loader/resources/mimeTypeExamples/example-rbw.rbw: Added.
2078 * platform/mac/fast/loader/resources/mimeTypeExamples/example-rgb.rgb: Added.
2079 * platform/mac/fast/loader/resources/mimeTypeExamples/example-rm.rm: Added.
2080 * platform/mac/fast/loader/resources/mimeTypeExamples/example-roff.roff: Added.
2081 * platform/mac/fast/loader/resources/mimeTypeExamples/example-rpm.rpm: Added.
2082 * platform/mac/fast/loader/resources/mimeTypeExamples/example-rtf.rtf: Added.
2083 * platform/mac/fast/loader/resources/mimeTypeExamples/example-rtx.rtx: Added.
2084 * platform/mac/fast/loader/resources/mimeTypeExamples/example-sgi.sgi: Added.
2085 * platform/mac/fast/loader/resources/mimeTypeExamples/example-sgm.sgm: Added.
2086 * platform/mac/fast/loader/resources/mimeTypeExamples/example-sgml.sgml: Added.
2087 * platform/mac/fast/loader/resources/mimeTypeExamples/example-sh.sh: Added.
2088 * platform/mac/fast/loader/resources/mimeTypeExamples/example-shar.shar: Added.
2089 * platform/mac/fast/loader/resources/mimeTypeExamples/example-shtm.shtm: Added.
2090 * platform/mac/fast/loader/resources/mimeTypeExamples/example-shtml.shtml: Added.
2091 * platform/mac/fast/loader/resources/mimeTypeExamples/example-silo.silo: Added.
2092 * platform/mac/fast/loader/resources/mimeTypeExamples/example-sit.sit: Added.
2093 * platform/mac/fast/loader/resources/mimeTypeExamples/example-sitx.sitx: Added.
2094 * platform/mac/fast/loader/resources/mimeTypeExamples/example-skd.skd: Added.
2095 * platform/mac/fast/loader/resources/mimeTypeExamples/example-skm.skm: Added.
2096 * platform/mac/fast/loader/resources/mimeTypeExamples/example-skp.skp: Added.
2097 * platform/mac/fast/loader/resources/mimeTypeExamples/example-skt.skt: Added.
2098 * platform/mac/fast/loader/resources/mimeTypeExamples/example-smf.smf: Added.
2099 * platform/mac/fast/loader/resources/mimeTypeExamples/example-smi.smi: Added.
2100 * platform/mac/fast/loader/resources/mimeTypeExamples/example-smil.smil: Added.
2101 * platform/mac/fast/loader/resources/mimeTypeExamples/example-snd.snd: Added.
2102 * platform/mac/fast/loader/resources/mimeTypeExamples/example-so.so: Added.
2103 * platform/mac/fast/loader/resources/mimeTypeExamples/example-spl.spl: Added.
2104 * platform/mac/fast/loader/resources/mimeTypeExamples/example-src.src: Added.
2105 * platform/mac/fast/loader/resources/mimeTypeExamples/example-sv4cpio.sv4cpio: Added.
2106 * platform/mac/fast/loader/resources/mimeTypeExamples/example-sv4crc.sv4crc: Added.
2107 * platform/mac/fast/loader/resources/mimeTypeExamples/example-svg.svg: Added.
2108 * platform/mac/fast/loader/resources/mimeTypeExamples/example-svgz.svgz: Added.
2109 * platform/mac/fast/loader/resources/mimeTypeExamples/example-swf.swf: Added.
2110 * platform/mac/fast/loader/resources/mimeTypeExamples/example-t.t: Added.
2111 * platform/mac/fast/loader/resources/mimeTypeExamples/example-tar.tar: Added.
2112 * platform/mac/fast/loader/resources/mimeTypeExamples/example-targa.targa: Added.
2113 * platform/mac/fast/loader/resources/mimeTypeExamples/example-tcl.tcl: Added.
2114 * platform/mac/fast/loader/resources/mimeTypeExamples/example-tex.tex: Added.
2115 * platform/mac/fast/loader/resources/mimeTypeExamples/example-texi.texi: Added.
2116 * platform/mac/fast/loader/resources/mimeTypeExamples/example-texinfo.texinfo: Added.
2117 * platform/mac/fast/loader/resources/mimeTypeExamples/example-text.text: Added.
2118 * platform/mac/fast/loader/resources/mimeTypeExamples/example-tga.tga: Added.
2119 * platform/mac/fast/loader/resources/mimeTypeExamples/example-tgz.tgz: Added.
2120 * platform/mac/fast/loader/resources/mimeTypeExamples/example-tif.tif: Added.
2121 * platform/mac/fast/loader/resources/mimeTypeExamples/example-tiff.tiff: Added.
2122 * platform/mac/fast/loader/resources/mimeTypeExamples/example-torrent.torrent: Added.
2123 * platform/mac/fast/loader/resources/mimeTypeExamples/example-tr.tr: Added.
2124 * platform/mac/fast/loader/resources/mimeTypeExamples/example-tsv.tsv: Added.
2125 * platform/mac/fast/loader/resources/mimeTypeExamples/example-txt.txt: Added.
2126 * platform/mac/fast/loader/resources/mimeTypeExamples/example-ustar.ustar: Added.
2127 * platform/mac/fast/loader/resources/mimeTypeExamples/example-vcard.vcard: Added.
2128 * platform/mac/fast/loader/resources/mimeTypeExamples/example-vcd.vcd: Added.
2129 * platform/mac/fast/loader/resources/mimeTypeExamples/example-vcf.vcf: Added.
2130 * platform/mac/fast/loader/resources/mimeTypeExamples/example-vfw.vfw: Added.
2131 * platform/mac/fast/loader/resources/mimeTypeExamples/example-vrml.vrml: Added.
2132 * platform/mac/fast/loader/resources/mimeTypeExamples/example-wav.wav: Added.
2133 * platform/mac/fast/loader/resources/mimeTypeExamples/example-wave.wave: Added.
2134 * platform/mac/fast/loader/resources/mimeTypeExamples/example-wax.wax: Added.
2135 * platform/mac/fast/loader/resources/mimeTypeExamples/example-wbmp.wbmp: Added.
2136 * platform/mac/fast/loader/resources/mimeTypeExamples/example-wbxml.wbxml: Added.
2137 * platform/mac/fast/loader/resources/mimeTypeExamples/example-webarchive.webarchive: Added.
2138 * platform/mac/fast/loader/resources/mimeTypeExamples/example-wm.wm: Added.
2139 * platform/mac/fast/loader/resources/mimeTypeExamples/example-wma.wma: Added.
2140 * platform/mac/fast/loader/resources/mimeTypeExamples/example-wmd.wmd: Added.
2141 * platform/mac/fast/loader/resources/mimeTypeExamples/example-wml.wml: Added.
2142 * platform/mac/fast/loader/resources/mimeTypeExamples/example-wmlc.wmlc: Added.
2143 * platform/mac/fast/loader/resources/mimeTypeExamples/example-wmls.wmls: Added.
2144 * platform/mac/fast/loader/resources/mimeTypeExamples/example-wmlsc.wmlsc: Added.
2145 * platform/mac/fast/loader/resources/mimeTypeExamples/example-wmp.wmp: Added.
2146 * platform/mac/fast/loader/resources/mimeTypeExamples/example-wmv.wmv: Added.
2147 * platform/mac/fast/loader/resources/mimeTypeExamples/example-wmx.wmx: Added.
2148 * platform/mac/fast/loader/resources/mimeTypeExamples/example-wrl.wrl: Added.
2149 * platform/mac/fast/loader/resources/mimeTypeExamples/example-wvx.wvx: Added.
2150 * platform/mac/fast/loader/resources/mimeTypeExamples/example-xbm.xbm: Added.
2151 * platform/mac/fast/loader/resources/mimeTypeExamples/example-xdp.xdp: Added.
2152 * platform/mac/fast/loader/resources/mimeTypeExamples/example-xfd.xfd: Added.
2153 * platform/mac/fast/loader/resources/mimeTypeExamples/example-xfdf.xfdf: Added.
2154 * platform/mac/fast/loader/resources/mimeTypeExamples/example-xht.xht: Added.
2155 * platform/mac/fast/loader/resources/mimeTypeExamples/example-xhtm.xhtm: Added.
2156 * platform/mac/fast/loader/resources/mimeTypeExamples/example-xhtml.xhtml: Added.
2157 * platform/mac/fast/loader/resources/mimeTypeExamples/example-xls.xls: Added.
2158 * platform/mac/fast/loader/resources/mimeTypeExamples/example-xlsb.xlsb: Added.
2159 * platform/mac/fast/loader/resources/mimeTypeExamples/example-xlsm.xlsm: Added.
2160 * platform/mac/fast/loader/resources/mimeTypeExamples/example-xlsx.xlsx: Added.
2161 * platform/mac/fast/loader/resources/mimeTypeExamples/example-xltm.xltm: Added.
2162 * platform/mac/fast/loader/resources/mimeTypeExamples/example-xltx.xltx: Added.
2163 * platform/mac/fast/loader/resources/mimeTypeExamples/example-xml.xml: Added.
2164 * platform/mac/fast/loader/resources/mimeTypeExamples/example-xpm.xpm: Added.
2165 * platform/mac/fast/loader/resources/mimeTypeExamples/example-xsl.xsl: Added.
2166 * platform/mac/fast/loader/resources/mimeTypeExamples/example-xwd.xwd: Added.
2167 * platform/mac/fast/loader/resources/mimeTypeExamples/example-xyz.xyz: Added.
2168 * platform/mac/fast/loader/resources/mimeTypeExamples/example-zip.zip: Added.
2170 2009-06-25 Pierre d'Herbemont <pdherbemont@apple.com>
2172 Reviewed by Simon Fraser.
2174 https://bugs.webkit.org/show_bug.cgi?id=26659
2176 Update layout tests since the fullscreen button no longer has a renderer.
2178 * platform/mac/fast/layers/video-layer-expected.txt:
2179 * platform/mac/media/audio-controls-rendering-expected.txt:
2180 * platform/mac/media/video-controls-rendering-expected.txt:
2181 * platform/mac/media/video-display-toggle-expected.txt:
2182 * platform/mac/media/video-empty-source-expected.txt:
2183 * platform/mac/media/video-zoom-controls-expected.txt:
2185 2009-06-26 Adele Peterson <adele@apple.com>
2187 Reviewed by Darin Adler.
2189 Test for <rdar://problem/7000796>
2190 REGRESSION(34681): Breaking up quoted text makes new, unquoted text blue after certain steps; repros with some messages
2192 * editing/inserting/break-blockquote-after-delete.html: Added.
2193 * platform/mac/editing/inserting/break-blockquote-after-delete-expected.checksum: Added.
2194 * platform/mac/editing/inserting/break-blockquote-after-delete-expected.png: Added.
2195 * platform/mac/editing/inserting/break-blockquote-after-delete-expected.txt: Added.
2197 2009-06-26 Yongjun Zhang <yongjun.zhang@nokia.com>
2199 Reviewed by Eric Seidel.
2201 Bug 20303: [Qt] Key events are not working in frames.
2203 Add a layout test to test the event is sent to the right sub-frame.
2205 * platform/qt/fast/events/event-sender-keydown-frame-expected.txt: Added.
2206 * platform/qt/fast/events/event-sender-keydown-frame.html: Added.
2208 2009-06-26 Rob Buis <rwlbuis@gmail.com>
2210 Reviewed by Eric Seidel.
2213 https://bugs.webkit.org/show_bug.cgi?id=26682
2214 Bug 26682: It should be possible to add image to SVG DOM programmatically (using JavaScript)
2216 * platform/mac/svg/custom/createImageElement-expected.checksum: Added
2217 * platform/mac/svg/custom/createImageElement-expected.png: Added
2218 * platform/mac/svg/custom/createImageElement-expected.txt: Added.
2219 * svg/custom/createImageElement.svg: Added.
2221 2009-06-26 Takeshi Yoshino <tyoshino@google.com>
2223 Reviewed by Timothy Hatcher.
2225 Bug 26156: In view-source mode, always render the contents using HTMLViewSourceDocument
2226 https://bugs.webkit.org/show_bug.cgi?id=26156
2228 When in view-source mode, render the contents using HTMLViewSourceDocument
2229 regardless it's applicable for any plugin or not.
2231 Chromium tells WebCore to render the contents of specified URL when
2232 view-source: prefix is added to the URL. But currently, DOMImplementation
2233 ignores inViewSourceMode() when the MIME type is indicating that the contents
2234 are neither texts nor HTML family documents.
2236 For example, we can check the contents of asf file without launching media
2237 player. Rendering contents for view-source:-specified input is not what user
2240 http://code.google.com/p/chromium/issues/detail?id=10545
2242 I want to fix this issue by this patch. IMHO, regardless of this Chromium
2243 specific issue, I think we should force use of HTMLViewSourceDocument when
2244 inViewSourceMode() is specified.
2246 * fast/frames/resources/viewsource-fake-image-file.png: Added.
2247 * fast/frames/viewsource-on-image-file.html: Added.
2248 * platform/mac/fast/frames/viewsource-on-image-file-expected.txt: Added.
2250 2009-06-26 Alexey Proskuryakov <ap@webkit.org>
2252 Reviewed by Sam Weinig.
2254 <rdar://problem/6651201> Update lookalike character list.
2256 * fast/encoding/idn-security-expected.txt:
2257 * fast/encoding/idn-security.html:
2259 2009-06-26 Jungshik Shin <jshin@chromium.org>
2261 Reviewed by Eric Seidel.
2263 Add an additional test for bug 23786 (mistreatment of CR/LF
2264 as zero-width characters in Chromium port). Tests using Bidi text were
2265 added when the fix was checked in. Without the patch, Chromium used
2266 to fail the same way with LTR complex scripts as well. (that is,
2267 CR and LF were treated as zero-width space). To prevent a potential
2268 regression in the future, a new test with Hindi (a LTR complex script)
2271 The expected results for Mac and Windows are added while this test
2272 is added to Skipped file for gtk. I guess this test just needs
2273 a new test result generated on gtk.
2275 https://bugs.webkit.org/show_bug.cgi?id=25698
2277 * fast/text/international/hindi-whitespace.html: Added.
2278 * platform/gtk/Skipped:
2279 * platform/mac/fast/text/international/hindi-whitespace-expected.checksum: Added.
2280 * platform/mac/fast/text/international/hindi-whitespace-expected.png: Added.
2281 * platform/mac/fast/text/international/hindi-whitespace-expected.txt: Added.
2282 * platform/win/fast/text/international/hindi-whitespace-expected.checksum: Added.
2283 * platform/win/fast/text/international/hindi-whitespace-expected.png: Added.
2284 * platform/win/fast/text/international/hindi-whitespace-expected.txt: Added.
2286 2009-06-25 Alexey Proskuryakov <ap@webkit.org>
2288 Reviewed by Darin Adler.
2290 https://bugs.webkit.org/show_bug.cgi?id=26681
2291 <rdar://problem/7003461> Problem updating applicationCache when server returns 304
2293 * http/tests/appcache/resources/uncacheable-resource.php: Added.
2294 * http/tests/appcache/resources/versioned-manifest.php:
2295 Added the kind of resource that was causing trouble.
2297 2009-06-25 Ryosuke Niwa <rniwa@google.com>
2299 Reviewed by Eric Seidel.
2301 The following pixel tests have been converted into dumpastext tests. This
2302 fixes the bug 26336 partially.
2304 * editing/execCommand/remove-list-1-expected.txt: Added.
2305 * editing/execCommand/remove-list-1.html:
2306 * editing/execCommand/remove-list-items-expected.txt: Added.
2307 * editing/execCommand/remove-list-items.html:
2308 * platform/mac/editing/execCommand/remove-list-1-expected.checksum: Removed.
2309 * platform/mac/editing/execCommand/remove-list-1-expected.png: Removed.
2310 * platform/mac/editing/execCommand/remove-list-1-expected.txt: Removed.
2311 * platform/mac/editing/execCommand/remove-list-items-expected.checksum: Removed.
2312 * platform/mac/editing/execCommand/remove-list-items-expected.png: Removed.
2313 * platform/mac/editing/execCommand/remove-list-items-expected.txt: Removed.
2314 * platform/qt/editing/execCommand/remove-list-1-expected.txt: Removed.
2315 * platform/qt/editing/execCommand/remove-list-items-expected.txt: Removed.
2317 2009-06-25 Simon Fraser <simon.fraser@apple.com>
2319 Reviewed by Oliver Hunt.
2321 <rdar://problem/6990481>
2323 Handle perspective computation on non-layer objects.
2325 * transforms/3d/general/perspective-non-layer.html: Added.
2327 2009-06-25 Simon Fraser <simon.fraser@apple.com>
2329 Rubber-stamped by Eric Seidel
2331 Update this test after the video controller changes.
2333 * platform/mac/fast/layers/video-layer-expected.txt:
2335 2009-06-25 Jan Michael Alonzo <jmalonzo@webkit.org>
2337 Not reviewed. Skip another failing test due to lack of eventSender impl.
2339 * platform/gtk/Skipped:
2341 2009-06-25 Jan Michael Alonzo <jmalonzo@webkit.org>
2343 Not reviewed. Skip failing gtk tests due to missing DRT features.
2345 * platform/gtk/Skipped:
2347 2009-06-25 Simon Fraser <simon.fraser@apple.com>
2349 Rubber-stamped by Dan Bernstein.
2351 Add Windows-specific test results, since Windows does not have
2352 3d transforms enabled.
2354 * platform/win/fast/media/mq-transform-02-expected.txt: Copied from LayoutTests/platform/mac-leopard/fast/media/mq-transform-02-expected.txt.
2355 * platform/win/fast/media/mq-transform-03-expected.txt: Copied from LayoutTests/platform/mac-leopard/fast/media/mq-transform-03-expected.txt.
2357 2009-06-25 Pierre d'Herbemont <pdherbemont@apple.com>
2359 Reviewed by Eric Seidel.
2361 https://bugs.webkit.org/show_bug.cgi?id=26653
2363 After the change to -webkit-box usage for controller bar, we need to
2364 update the media layout tests.
2366 * platform/mac/media/audio-controls-rendering-expected.txt:
2367 * platform/mac/media/video-controls-rendering-expected.txt:
2368 * platform/mac/media/video-display-toggle-expected.txt:
2369 * platform/mac/media/video-empty-source-expected.txt:
2370 * platform/mac/media/video-zoom-controls-expected.txt:
2372 2009-06-25 Ryosuke Niwa <rniwa@google.com>
2374 Reviewed by Eric Seidel.
2376 The following pixel tests have been converted into dumpastext tests. This
2377 fixes the bug 26336 partially.
2379 * editing/execCommand/5432254-2-expected.txt: Added.
2380 * editing/execCommand/5432254-2.html:
2381 * editing/execCommand/5700414-1-expected.txt: Added.
2382 * editing/execCommand/5700414-1.html:
2383 * editing/execCommand/5700414-2-expected.txt: Added.
2384 * editing/execCommand/5700414-2.html:
2385 * platform/mac/editing/execCommand/5432254-2-expected.checksum: Removed.
2386 * platform/mac/editing/execCommand/5432254-2-expected.png: Removed.
2387 * platform/mac/editing/execCommand/5432254-2-expected.txt: Removed.
2388 * platform/mac/editing/execCommand/5700414-1-expected.checksum: Removed.
2389 * platform/mac/editing/execCommand/5700414-1-expected.png: Removed.
2390 * platform/mac/editing/execCommand/5700414-1-expected.txt: Removed.
2391 * platform/mac/editing/execCommand/5700414-2-expected.checksum: Removed.
2392 * platform/mac/editing/execCommand/5700414-2-expected.png: Removed.
2393 * platform/mac/editing/execCommand/5700414-2-expected.txt: Removed.
2394 * platform/qt/editing/execCommand/5432254-2-expected.txt: Removed.
2396 2009-06-25 Shinichiro Hamaji <hamaji@chromium.org>
2398 Reviewed by Dimitri Glazkov.
2400 https://bugs.webkit.org/show_bug.cgi?id=26436
2402 Windows Chromium bug fix: save context of destination canvas in
2403 TransparencyWin::compositeTextComposite() before the function
2404 modifies the context.
2406 * fast/canvas/resources/translate-text.js: Added.
2407 (description.pixelValueAt):
2410 * fast/canvas/translate-text-expected.txt: Added.
2411 * fast/canvas/translate-text.html: Added.
2413 2009-06-25 Takeshi Yoshino <tyoshino@google.com>
2415 Reviewed by David Levin.
2417 Bug 26207: Rebaseline the expected image for fast/forms/select-style.html for Mac.
2418 https://bugs.webkit.org/show_bug.cgi?id=26207
2420 Replace the expected image for fast/forms/select-style-expected.html for
2421 Mac which need to be rebaselined due to r43903
2422 (http://trac.webkit.org/changeset/43903).
2424 * platform/mac/fast/forms/select-style-expected.png:
2426 2009-06-25 John Gregg <johnnyg@google.com>
2428 Reviewed by Sam Weinig.
2430 Bug 23721: Changing dropdown's selectedIndex within onchange handler fires another onchange
2431 https://bugs.webkit.org/show_bug.cgi?id=23721
2433 Check for unnecessary calls to onchange in response to script
2436 * fast/forms/select-script-onchange-expected.txt: Added.
2437 * fast/forms/select-script-onchange.html: Added.
2439 2009-06-25 Dan Bernstein <mitz@apple.com>
2441 Reviewed by Darin Adler.
2443 - test for https://bugs.webkit.org/show_bug.cgi?id=26671
2444 <rdar://problem/7001880> Safari 4.0 crashes in
2445 WebCore::DOMTimer::fired()
2447 * fast/dom/style-sheet-candidate-remove-unrendered-document-expected.txt: Added.
2448 * fast/dom/style-sheet-candidate-remove-unrendered-document.html: Added.
2450 2009-06-25 Eric Seidel <eric@webkit.org>
2452 No review, just skipping a new test.
2454 Skip new test on platforms missing eventSender.beginDragWithFiles
2455 Test: http/tests/security/clipboard/clipboard-file-access.html
2456 https://bugs.webkit.org/show_bug.cgi?id=25916
2458 * platform/gtk/Skipped:
2459 * platform/qt/Skipped:
2460 * platform/win/Skipped:
2462 2009-06-24 Dan Bernstein <mitz@apple.com>
2464 Reviewed by Simon Fraser.
2466 - test for <rdar://problem/7001817> REGRESSION (r41902): Base position
2467 track at UCSC Genome Browser doesn't work because image map prevents
2468 img from hit-testing
2470 * fast/replaced/image-map-2-expected.txt: Added.
2471 * fast/replaced/image-map-2.html: Added.
2473 2009-06-24 Chris Fleizach <cfleizach@apple.com>
2475 Reviewed by Oliver Hunt.
2477 Tests for Bug 26668: AX: need a way to retrieve the language for an element.
2479 * accessibility/language-attribute-expected.txt: Added.
2480 * accessibility/language-attribute.html: Added.
2482 2009-06-24 Oliver Hunt <oliver@apple.com>
2484 Reviewed by Darin Adler.
2486 <rdar://problem/6940519> REGRESSION (Safari 4 Public Beta - TOT): google.com/adplanner shows blank page instead of site details in "basic research'
2488 Add test cases for excessively large comma expressions.
2490 * fast/js/excessive-comma-usage-expected.txt: Added.
2491 * fast/js/excessive-comma-usage.html: Added.
2492 * fast/js/resources/excessive-comma-usage.js: Added.
2494 2009-06-24 Rob Buis <rwlbuis@gmail.com>
2496 Reviewed by Eric Seidel.
2499 https://bugs.webkit.org/show_bug.cgi?id=26392
2500 Bug 26392: In html, modification of xlink:href of an newly inserted svg image does not work.
2501 https://bugs.webkit.org/show_bug.cgi?id=26328
2502 Bug 26328: changing href attribute of svg images dows not work when changing display attribute as well
2504 * platform/mac/svg/custom/js-update-image-and-display-expected.checksum: Added
2505 * platform/mac/svg/custom/js-update-image-and-display-expected.png: Added
2506 * platform/mac/svg/custom/js-update-image-and-display-expected.txt: Added
2507 * svg/custom/js-update-image-and-display.svg: Added.
2508 * platform/mac/svg/custom/js-update-image-and-display2-expected.checksum: Added
2509 * platform/mac/svg/custom/js-update-image-and-display2-expected.png: Added
2510 * platform/mac/svg/custom/js-update-image-and-display2-expected.txt: Added
2511 * svg/custom/js-update-image-and-display2.svg: Added.
2512 * platform/mac/svg/custom/js-update-image-and-display3-expected.checksum: Added
2513 * platform/mac/svg/custom/js-update-image-and-display3-expected.png: Added
2514 * platform/mac/svg/custom/js-update-image-and-display3-expected.txt: Added
2515 * svg/custom/js-update-image-and-display3.svg: Added.
2517 2009-06-24 Dan Bernstein <mitz@apple.com>
2519 - add Windows results for one new test and one test
2520 whose Mac results changed recently
2522 * platform/win/fast/forms/search-vertical-alignment-expected.checksum: Added.
2523 * platform/win/fast/forms/search-vertical-alignment-expected.png: Added.
2524 * platform/win/fast/forms/search-vertical-alignment-expected.txt: Added.
2525 * platform/win/fast/replaced/width100percent-searchfield-expected.checksum: Added.
2526 * platform/win/fast/replaced/width100percent-searchfield-expected.png: Added.
2527 * platform/win/fast/replaced/width100percent-searchfield-expected.txt:
2529 2009-06-24 David Hyatt <hyatt@apple.com>
2531 Reviewed by Sam Weinig.
2533 Add test for https://bugs.webkit.org/show_bug.cgi?id=26687.
2535 * fast/dom/HTMLDataGridElement/DataGridColumns-basic-expected.txt: Added.
2536 * fast/dom/HTMLDataGridElement/DataGridColumns-basic.html: Added.
2538 2009-06-24 Oliver Hunt <oliver@apple.com>
2540 Reviewed by NOBODY (Disabling failing test!).
2542 * media/video-canvas.html-disabled: Renamed from LayoutTests/media/video-canvas.html.
2544 2009-06-24 Eric Seidel <eric@webkit.org>
2546 Reviewed by Mark Rowe.
2548 Add new drag tests to the Skipped lists for non-mac platforms.
2551 fast/events/drag-to-navigate.html
2552 fast/events/prevent-drag-to-navigate.html
2554 * platform/gtk/Skipped:
2555 * platform/qt/Skipped:
2556 * platform/win/Skipped:
2558 2009-06-24 Oliver Hunt <oliver@apple.com>
2560 Reviewed by NOBODY (attempted test fix).
2562 Attempting to make test more reliable.
2564 * media/video-canvas.html:
2566 2009-06-05 Eric Seidel <eric@webkit.org>
2568 Reviewed by Oliver Hunt.
2570 https://bugs.webkit.org/show_bug.cgi?id=25922
2571 Fix dropEffect = "none" to work as expected.
2573 * fast/events/drag-to-navigate-expected.txt: Copied from LayoutTests/editing/selection/doubleclick-whitespace-img-crash-expected.txt.
2574 * fast/events/drag-to-navigate.html: Added.
2575 * fast/events/prevent-drag-to-navigate-expected.txt: Copied from LayoutTests/editing/selection/doubleclick-whitespace-img-crash-expected.txt.
2576 * fast/events/prevent-drag-to-navigate.html: Added.
2577 * fast/events/resources/file-for-drag-to-navigate.html: Added.
2578 * fast/events/resources/file-for-prevent-drag-to-navigate.html: Added.
2580 2009-06-23 Oliver Hunt <oliver@apple.com>
2582 Reviewed by NOBODY (missed a file).
2584 Add expected results for test i landed earlier
2586 * fast/js/dictionary-no-cache-expected.txt: Added.
2588 2009-06-23 Oliver Hunt <oliver@apple.com> and Eric Carlson <eric.carlson@apple.com>
2590 Reviewed by Sam Weinig and Dave Hyatt.
2592 <rdar://problem/6164797> Add Canvas API to allow drawing of <video> frames
2593 <https://bugs.webkit.org/show_bug.cgi?id=25920>
2595 Add tests for drawing a video to the canvas element.
2597 * media/video-canvas-expected.txt: Added.
2598 * media/video-canvas.html: Added.
2600 2009-06-23 Oliver Hunt <oliver@apple.com>
2602 Reviewed by Gavin Barraclough.
2604 <rdar://problem/6992806> REGRESSION: Enumeration can skip new properties in cases of prototypes that have more than 64 (26593)
2605 <https://bugs.webkit.org/show_bug.cgi?id=26593>
2607 Add tests to ensure we correctly invalidate caching that depends on structure chains
2608 that include dictionaries.
2610 * fast/js/dictionary-no-cache.html: Added.
2611 * fast/js/dictionary-no-cache-expected.txt: Added.
2612 * fast/js/resources/dictionary-no-cache.js: Added.
2614 2009-06-23 Ojan Vafai <ojan@chromium.org>
2616 Reviewed by Mark Rowe.
2618 Resets the results for a test that was missed in
2619 http://trac.webkit.org/changeset/45016.
2621 * editing/execCommand/5142012-3-expected.txt:
2623 2009-06-23 Sam Weinig <sam@webkit.org>
2625 Reviewed by Dave Hyatt.
2627 Test for https://bugs.webkit.org/show_bug.cgi?id=26516
2628 Add initial implementation of DataGridDataSource
2630 * fast/dom/HTMLDataGridElement: Added.
2631 * fast/dom/HTMLDataGridElement/DataGridDataSource-basic-expected.txt: Added.
2632 * fast/dom/HTMLDataGridElement/DataGridDataSource-basic.html: Added.
2634 2009-06-23 Ryosuke Niwa <rniwa@google.com>
2636 Reviewed by Justin Garcia.
2638 Undo the changeset 21212 to fix the regression bug 14062.
2639 The changeset 21212 attempted to fix rdar://problem/5002441.
2640 The changeset 21212 modified InsertTextCommand::input so as to convert
2641 all spaces in text to non-breaking spaces for rdar://problem/5002441.
2642 However, the bug was originally caused by rebalanceWhitespaceAt
2643 and this workaround introduced a regression bug 14062.
2644 Because rebalanceWhitespaceAt appears to behave correctly now,
2645 the workaround introduced in 21212 is no longer needed.
2647 The following test cases are affected by this change.
2648 This patch removes unappropriate non-breaking spaces ( ) and
2649 inserts normal spaces instead.
2651 * editing/deleting/2610675-1-expected.txt: Replaced.
2652 * editing/deleting/2610675-2-expected.txt: Replaced.
2653 * editing/deleting/2610675-3-expected.txt: Replaced.
2654 * editing/inserting/insert-before-link-1-expected.txt: Replaced.
2655 * editing/inserting/space-after-removeformat-expected.txt: Added.
2656 * editing/inserting/space-after-removeformat.html: Added.
2657 * platform/mac/editing/execCommand/5482023-expected.checksum: Replaced.
2658 * platform/mac/editing/execCommand/5482023-expected.png: Replaced.
2659 * platform/mac/editing/execCommand/5482023-expected.txt: Replaced.
2660 * platform/mac/editing/input/text-input-controller-expected.txt: Replaced.
2661 * platform/mac/editing/inserting/editable-html-element-expected.checksum: Replaced.
2662 * platform/mac/editing/inserting/editable-html-element-expected.png: Replaced.
2663 * platform/mac/editing/inserting/editable-html-element-expected.txt: Replaced.
2664 * platform/mac/editing/pasteboard/4989774-expected.checksum: Replaced.
2665 * platform/mac/editing/pasteboard/4989774-expected.png: Replaced.
2666 * platform/mac/editing/pasteboard/4989774-expected.txt: Replaced.
2667 * platform/mac/editing/selection/4983858-expected.checksum: Replaced.
2668 * platform/mac/editing/selection/4983858-expected.png: Replaced.
2669 * platform/mac/editing/selection/4983858-expected.txt: Replaced.
2671 2009-06-23 Beth Dakin <bdakin@apple.com>
2673 Reviewed by Dave Hyatt.
2675 Test for https://bugs.webkit.org/show_bug.cgi?id=26523 <col>
2676 elements width can't be changed with javascript
2678 * fast/dom/HTMLTableColElement: Added.
2679 * fast/dom/HTMLTableColElement/resize-table-using-col-width.html: Added.
2680 * platform/mac/fast/dom/HTMLTableColElement: Added.
2681 * platform/mac/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.checksum: Added.
2682 * platform/mac/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.png: Added.
2683 * platform/mac/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.txt: Added.
2685 2009-06-23 Ojan Vafai <ojan@chromium.org>
2687 Reviewed by Dan Bernstein.
2689 This test hits an edge case where typingStyle would never get cleared.
2690 In addition to making every text insertion go into its own text node,
2691 this caused large performance problems.
2693 https://bugs.webkit.org/show_bug.cgi?id=26279
2695 * editing/execCommand/5770834-1-expected.txt:
2696 These results match how they were before r43243. It's not clear to me
2697 why changes to font-size are affecting text-align styling though.
2698 * editing/inserting/font-size-clears-from-typing-style-expected.txt: Added.
2699 * editing/inserting/font-size-clears-from-typing-style.html: Added.
2700 * editing/inserting/resources/TEMPLATE.html: Copied from LayoutTests/editing/execCommand/resources/TEMPLATE.html.
2701 * editing/inserting/resources/font-size-clears-from-typing-style.js: Added.
2702 * platform/mac/editing/execCommand/remove-formatting-2-expected.txt:
2704 2009-06-23 Kevin McCullough <kmccullough@apple.com>
2706 Reviewed by Darin Adler.
2708 <rdar://problem/6994790> CrashTracer: [USER] 8 crashes in Mail trying to
2709 add a blank line to pasted Facebook content (under
2710 CompositeEditCommand::positionAvoidingSpecialElementBoundary)
2712 * editing/inserting/return-with-object-element-expected.txt: Added.
2713 * editing/inserting/return-with-object-element.html: Added.
2715 2009-06-23 Simon Fraser <simon.fraser@apple.com>
2717 Reviewed by Dave Hyatt.
2719 https://bugs.webkit.org/show_bug.cgi?id=24863
2721 Testcase for reflections on composited layers.
2723 * compositing/reflections/reflection-on-composited.html: Added.
2724 * platform/mac/compositing/reflections/reflection-on-composited-expected.txt: Added.
2726 2009-06-23 Antti Koivisto <antti@apple.com>
2728 Reviewed by Darin Adler.
2730 https://bugs.webkit.org/show_bug.cgi?id=26643
2731 Memory cache should respect Cache-Control: no-store
2733 Update the test to cover no-store.
2735 * http/tests/cache/subresource-expiration-expected.txt:
2736 * http/tests/cache/subresource-expiration.html:
2738 2009-06-23 Kevin McCullough <kmccullough@apple.com>
2740 Reviewed by Adele Peterson.
2742 <rdar://problem/6902203> REGRESSION: 'Return' insertion point incorrect
2743 after manually quoting blank line then hitting return
2745 * editing/inserting/insert-br-quoted-007-expected.txt: Added.
2746 * editing/inserting/insert-br-quoted-007.html: Added.
2748 2009-06-23 Eric Carlson <eric.carlson@apple.com>
2750 Reviewed by NOBODY, layout tests fix.
2752 'timeupdate' events are, by definition, timing dependent so it isn't
2753 a good idea to log them in layout test results.
2755 * media/event-attributes-expected.txt:
2756 * media/event-attributes.html:
2758 2009-06-23 Eric Carlson <eric.carlson@apple.com>
2760 Reviewed by Darin Adler.
2762 <rdar://problem/6978938> Need HTML 5 event attributes for media elements
2764 * media/event-attributes-expected.txt: Added.
2765 * media/event-attributes.html: Added.
2766 * media/progress-event-total.html: Cleanup, use event handler attributes.
2767 * media/progress-event.html: Ditto.
2769 * media/video-size-intrinsic-scale.html: Remove duplicate 'waitForEvent("ratechange")'
2770 * media/video-source-add-src.html: Ditto.
2771 * media/video-source-error.html: Ditto.
2772 * media/video-timeupdate-during-playback.html: Ditto.
2774 * platform/gtk/Skipped: Skip new test.
2776 2009-06-23 Adam Barth <abarth@webkit.org>
2778 Reviewed by Sam Weinig.
2780 https://bugs.webkit.org/show_bug.cgi?id=26589
2782 More tests for the XSSAuditor. (I converted the server side to Perl
2783 after Sam reviewed the patch because the PHP scripts didn't agree with
2784 the Tiger and Windows buildbots.)
2786 * http/tests/security/xssAuditor/img-onerror-tricky-expected.txt: Added.
2787 * http/tests/security/xssAuditor/img-onerror-tricky.html: Added.
2788 * http/tests/security/xssAuditor/link-onclick-expected.txt: Added.
2789 * http/tests/security/xssAuditor/link-onclick.html: Added.
2790 * http/tests/security/xssAuditor/property-escape-expected.txt: Added.
2791 * http/tests/security/xssAuditor/property-escape.html: Added.
2792 * http/tests/security/xssAuditor/resources/echo-intertag-post-and-notify.pl: Added.
2793 * http/tests/security/xssAuditor/resources/echo-intertag-post.pl: Added.
2794 * http/tests/security/xssAuditor/resources/echo-intertag-utf-7.pl: Added.
2795 * http/tests/security/xssAuditor/resources/echo-intertag.php: Removed.
2796 * http/tests/security/xssAuditor/resources/echo-intertag.pl: Added.
2797 * http/tests/security/xssAuditor/resources/echo-property.pl: Added.
2798 * http/tests/security/xssAuditor/resources/redir.php: Added.
2799 * http/tests/security/xssAuditor/resources/xss.js: Added.
2800 * http/tests/security/xssAuditor/script-tag-convoluted-expected.txt: Added.
2801 * http/tests/security/xssAuditor/script-tag-convoluted.html: Added.
2802 * http/tests/security/xssAuditor/script-tag-open-redirect-expected.txt: Added.
2803 * http/tests/security/xssAuditor/script-tag-open-redirect.html: Added.
2804 * http/tests/security/xssAuditor/script-tag-post-expected.txt: Added.
2805 * http/tests/security/xssAuditor/script-tag-post.html: Added.
2806 * http/tests/security/xssAuditor/script-tag-redirect-expected.txt: Added.
2807 * http/tests/security/xssAuditor/script-tag-redirect.html: Added.
2808 * http/tests/security/xssAuditor/script-tag-utf-7-expected.txt: Added.
2809 * http/tests/security/xssAuditor/script-tag-utf-7.html: Added.
2810 * http/tests/security/xssAuditor/script-tag-with-source-expected.txt: Added.
2811 * http/tests/security/xssAuditor/script-tag-with-source.html: Added.
2812 * http/tests/security/xssAuditor/script-tag.html:
2814 2009-06-22 Shinichiro Hamaji <hamaji@chromium.org>
2816 Reviewed by Alexey Proskuryakov.
2818 https://bugs.webkit.org/show_bug.cgi?id=17820
2820 Skip layout tests for DST if the test runs not in PST/PDT.
2822 * fast/js/date-DST-time-cusps-expected.txt:
2823 * fast/js/date-big-setdate-expected.txt:
2824 * fast/js/resources/date-DST-time-cusps.js:
2825 * fast/js/resources/date-big-setdate.js:
2827 2009-06-22 Oliver Hunt <oliver@apple.com>
2829 Reviewed by Alexey Proskuryakov.
2831 Bug 26640: JSON.stringify needs to special case Boolean objects
2832 <https://bugs.webkit.org/show_bug.cgi?id=26640>
2834 Add tests for serialisation of wrapped and unwrapped primitives.
2836 * fast/js/JSON-stringify-expected.txt:
2837 * fast/js/resources/JSON-stringify.js:
2838 * fast/js/resources/json2-es5-compat.js:
2839 Modify Str() to match ES5 errata
2841 2009-06-22 Sam Weinig <sam@webkit.org>
2843 Reviewed by Gavin Barraclough.
2845 Add event handler attribute getter/setters to HTMLFrameSetElement
2846 as specified in HTML 5. These match the ones on HTMLBodyElement.
2848 * fast/dom/event-attribute-availability-expected.txt:
2849 * fast/dom/resources/event-attribute-availability.js:
2851 2009-06-22 Oliver Hunt <oliver@apple.com>
2853 Reviewed by Darin Adler.
2855 Bug 26591: Support revivers in JSON.parse
2856 <https://bugs.webkit.org/show_bug.cgi?id=26591>
2858 Test cases for JSON.parse with a reviver function.
2860 * fast/js/JSON-parse-expected.txt:
2861 * fast/js/resources/JSON-parse.js:
2863 (createTests.result):
2864 (createTests.logOrder):
2866 (createTests.throwAfterFifthCall):
2869 2009-06-22 Simon Fraser <simon.fraser@apple.com>
2871 Reviewed by Dave Hyatt.
2873 https://bugs.webkit.org/show_bug.cgi?id=26430
2875 Testcase for a layer's composited position being affected by a later sibling.
2877 * compositing/sibling-positioning.html: Added.
2878 * platform/mac/compositing/sibling-positioning-expected.txt: Added.
2880 2009-06-22 Sam Weinig <sam@webkit.org>
2882 Reviewed by Mark Rowe.
2884 Add event handler attribute getter/setters to HTMLBodyElement
2885 as specified in HTML 5.
2887 * fast/dom/event-attribute-availability-expected.txt:
2888 * fast/dom/resources/event-attribute-availability.js:
2890 2009-05-21 Eric Seidel <eric@webkit.org>
2892 Reviewed by Maciej Stachowiak.
2894 Expose files in the clipboard in ondrop events.
2895 https://bugs.webkit.org/show_bug.cgi?id=25916
2897 File.fileSize subtests fail due to limitations of DRT during http tests:
2898 https://bugs.webkit.org/show_bug.cgi?id=25909
2900 Directory subtests fail until correct of directory File tests is decided by:
2901 https://bugs.webkit.org/show_bug.cgi?id=25879
2903 * http/tests/security/clipboard/clipboard-file-access-expected.txt: Added.
2904 * http/tests/security/clipboard/clipboard-file-access.html: Added.
2905 * http/tests/security/clipboard/resources/TEMPLATE.html: Added.
2906 * http/tests/security/clipboard/resources/apple.gif: Copied from LayoutTests/editing/pasteboard/resources/apple.gif.
2907 * http/tests/security/clipboard/resources/clipboard-file-access.js: Added.
2909 (moveMouseToCenterOfElement):
2910 (dragFilesOntoDragTarget):
2912 (draggingPathsShouldResultInFiles):
2914 * http/tests/security/clipboard/resources/mozilla.gif: Copied from LayoutTests/editing/pasteboard/resources/mozilla.gif.
2916 2009-06-22 David Levin <levin@chromium.org>
2918 Reviewed by Alexey Proskuryakov.
2920 Fix layout tests to account for removal of DOMStringList, which was done
2921 in http://trac.webkit.org/changeset/44943.
2923 * fast/dom/Window/window-properties-expected.txt:
2924 * fast/js/global-constructors-expected.txt:
2926 2009-06-22 David Levin <levin@chromium.org>
2928 Reviewed by David Hyatt and Eric Seidel.
2930 REGRESSION: When the main page (ScrollView) has a custom scrollbar, it crashes on destruction.
2931 https://bugs.webkit.org/show_bug.cgi?id=26326
2933 Test that refreshing an iframe with custom scrollbars works without crashing.
2935 * scrollbars/resources/page-with-custom-scrollbars.html: Added.
2936 * scrollbars/scrollbar-crash-on-refresh-expected.txt: Added.
2937 * scrollbars/scrollbar-crash-on-refresh.html: Added.
2939 2009-06-22 Dan Bernstein <mitz@apple.com>
2941 Reviewed by Simon Fraser.
2943 - test for https://bugs.webkit.org/show_bug.cgi?id=23606
2944 <rdar://problem/6537777> CSS gradient not repainted when image load
2947 * fast/repaint/background-generated.html: Added.
2948 * platform/mac/fast/repaint/background-generated-expected.checksum: Added.
2949 * platform/mac/fast/repaint/background-generated-expected.png: Added.
2950 * platform/mac/fast/repaint/background-generated-expected.txt: Added.
2952 2009-06-22 Darin Adler <darin@apple.com>
2954 * platform/gtk/Skipped: Skip two new tests.
2956 2009-06-22 Darin Adler <darin@apple.com>
2958 * fast/js/JSON-stringify-expected.txt: Update results.
2960 2009-06-21 Oliver Hunt <oliver@apple.com>
2962 Reviewed by Darin Adler.
2964 Bug 26592: Support standard toJSON functions
2966 Add tests of Date.toJSON.
2968 * fast/js/JSON-stringify-expected.txt:
2969 * fast/js/resources/JSON-stringify.js:
2970 (createTests.result):
2971 (createTests.result.push.):
2973 2009-06-21 Oliver Hunt <oliver@apple.com>
2975 Reviewed by Sam Weinig.
2977 Bug 26594: JSC needs to support Date.toISOString
2978 <https://bugs.webkit.org/show_bug.cgi?id=26594>
2980 A few basic correctness tests for Date.toISOString.
2982 * fast/js/date-toisostring-expected.txt: Added.
2983 * fast/js/date-toisostring.html: Added.
2984 * fast/js/resources/date-toisostring.js: Added.
2986 2009-06-21 Sam Weinig <sam@webkit.org>
2988 Reviewed by Oliver Hunt.
2990 Test for https://bugs.webkit.org/show_bug.cgi?id=26596
2991 Only expose event handler attributes to elements and documents.
2993 * fast/dom/event-attribute-availability-expected.txt: Added.
2994 * fast/dom/event-attribute-availability.html: Added.
2995 * fast/dom/resources/event-attribute-availability.js: Added.
2997 2009-06-21 Daniel Bates <dbates@intudata.com>
2999 Reviewed by Adam Barth.
3001 Test for https://bugs.webkit.org/show_bug.cgi?id=26580
3003 Tests that XSSAuditor (if enabled) prevents script execution in child window.
3005 * http/tests/security/xssAuditor/link-opens-new-window-expected.txt: Added.
3006 * http/tests/security/xssAuditor/link-opens-new-window.html: Added.
3007 * http/tests/security/xssAuditor/resources/echo-intertag-and-notify.php: Added.
3009 2009-06-21 Dan Bernstein <mitz@apple.com>
3011 Rubber-stamped by Mark Rowe.
3013 - make repaint tests more reliable when run in Safari
3015 * fast/repaint/resources/repaint.js:
3016 (runRepaintTest): Increased the timeout from 0 to 100, to ensure that
3017 painting occurs once before repaintTest() is called.
3019 2009-06-21 Oliver Hunt <oliver@apple.com>
3021 Reviewed by Darin Adler and Cameron Zwarich.
3023 Bug 26587: Support JSON.parse
3025 Add tests to cover basic usage of JSON.parse
3027 * fast/js/JSON-parse.html: Added.
3028 * fast/js/JSON-parse-expected.txt: Added.
3029 * fast/js/resources/JSON-parse.js: Added.
3030 (createTests.result):
3033 2009-06-21 Drew Wilson <atwilson@google.com>
3035 Reviewed by David Levin.
3037 <https://bugs.webkit.org/show_bug.cgi?id=26448>
3039 New tests for MessagePort GC cases that weren't previously covered.
3041 * fast/events/message-channel-gc-4-expected.txt: Added.
3042 Test for case where both MessagePorts are in-transit (cloned) when a GC occurs.
3043 * fast/events/message-channel-gc-4.html-disabled: Added.
3045 2009-06-21 Drew Wilson <atwilson@google.com>
3047 Reviewed by David Levin.
3049 <https://bugs.webkit.org/show_bug.cgi?id=25043>
3050 Updated MessageChannel/MessagePorts tests to reflect latest spec (close event has been removed).
3051 Added more tests of port cloning.
3053 * fast/events/message-channel-gc-2-expected.txt:
3054 * fast/events/message-channel-gc-2.html-disabled:
3055 * fast/events/message-channel-gc-3-expected.txt:
3056 * fast/events/message-channel-gc-3.html-disabled:
3057 * fast/events/message-channel-gc-expected.txt:
3058 * fast/events/message-channel-gc.html-disabled:
3059 * fast/events/message-port-clone-expected.txt: Added.
3060 * fast/events/message-port-clone.html-disabled: Added.
3061 * fast/events/message-port-expected.txt:
3062 * fast/events/message-port-no-wrapper-expected.txt: Added.
3063 * fast/events/message-port-onclose-expected.txt: Removed.
3064 * fast/events/message-port-onclose.html-disabled: Removed.
3065 * fast/events/message-port.html-disabled:
3067 2009-06-21 Dan Bernstein <mitz@apple.com>
3069 Reviewed by Sam Weinig.
3071 - test for https://bugs.webkit.org/show_bug.cgi?id=15383
3072 <rdar://problem/5682745> resize: vertical does not restrict to vertical
3075 * fast/css/resize-single-axis-expected.txt: Added.
3076 * fast/css/resize-single-axis.html: Added.
3078 2009-06-21 Sam Weinig <sam@webkit.org>
3080 Reviewed by Eric Seidel.
3082 Test for https://bugs.webkit.org/show_bug.cgi?id=26578
3083 event.currentTarget for listener registered on window should point to the window object like in Firefox
3085 * fast/events/event-trace-expected.txt: Added.
3086 * fast/events/event-trace.html: Added.
3088 2009-06-21 Dan Bernstein <mitz@apple.com>
3090 Reviewed by Sam Weinig.
3092 - test for https://bugs.webkit.org/show_bug.cgi?id=9694
3093 resize value not compared
3095 * fast/css/resize-value-compared-expected.txt: Added.
3096 * fast/css/resize-value-compared.html: Added.
3098 2009-06-21 Darin Adler <darin@apple.com>
3100 * platform/gtk/Skipped: Skip one more test.
3102 2009-06-20 Darin Adler <darin@apple.com>
3104 * platform/gtk/Skipped: Skip some new tests.
3106 2009-06-19 Alice Liu <alice.liu@apple.com>
3108 Fix https://bugs.webkit.org/show_bug.cgi?id=26568
3109 Repro crash animating GIF if previously used in a closed window's back/forward list
3110 Also filed as <rdar://problem/6978362>
3112 Reviewed by Maciej Stachowiak.
3114 Adding resource used in WebCore/manual-tests/animated-gif-bfcache-crash.html
3115 * http/tests/misc/resources/animated-gif-with-offsets.gif: Added.
3117 2009-06-20 Sam Weinig <sam@webkit.org>
3119 Reviewed by Adam Barth.
3121 Test for https://bugs.webkit.org/show_bug.cgi?id=26554
3123 Test writing to parent and top.
3125 * http/tests/security/cross-frame-access-put-expected.txt:
3126 * http/tests/security/cross-frame-access-put.html:
3127 * http/tests/security/resources/cross-frame-iframe-for-put-test.html:
3129 2009-06-20 Mark Rowe <mrowe@apple.com>
3131 Reviewed by Dan Bernstein.
3133 Test for <https://bugs.webkit.org/show_bug.cgi?id=15106>.
3134 Bug 15106: REGRESSION: Can't drag text as element when user-select is set to none
3136 * editing/selection/user-drag-element-and-user-select-none-expected.txt: Added.
3137 * editing/selection/user-drag-element-and-user-select-none.html: Added.
3139 2009-06-20 Darin Adler <darin@apple.com>
3141 Reviewed by Dan Bernstein.
3143 Bug 26528: REGRESSION (r44674): Assertion in TextIterator::pushFullyClippedState while counting matches for "a" on apple.com
3144 https://bugs.webkit.org/show_bug.cgi?id=26528
3145 rdar://problem/6985329
3147 * editing/selection/find-in-text-control-expected.txt: Updated to expect
3148 finding text in <input type="text"> and <input type="search">, but not
3149 in <input type="password">.
3151 * editing/selection/find-in-text-control.html: Added tests for <input>
3152 elements as well as <textarea> elements. Also tweaked result output
3153 format to accomodate multiple text nodes.
3155 2009-06-20 Xan Lopez <xlopez@igalia.com>
3157 Skip new accessibility test, we still lack and accessibilityController.
3159 * platform/gtk/Skipped:
3161 2009-06-20 Xan Lopez <xlopez@igalia.com>
3163 We don't seem to support these new HTTP tests either, skip them.
3165 * platform/gtk/Skipped:
3167 2009-06-20 Xan Lopez <xlopez@igalia.com>
3169 Skip test that requires eventSender.
3171 * platform/gtk/Skipped:
3173 2009-06-19 Ryosuke Niwa <rniwa@google.com>
3175 Reviewed by Maciej Stachowiak.
3177 This fixs the bug 26361. The original test case did not invoke the event that
3178 triggered the actual test. This patch adds code to invoke this event, and also
3179 converts it from a pixel test to a dumpAsText test.
3181 * editing/deleting/5156801-expected.txt: Added.
3182 * editing/deleting/5156801.html:
3183 * platform/mac/editing/deleting/5156801-expected.checksum: Removed.
3184 * platform/mac/editing/deleting/5156801-expected.png: Removed.
3185 * platform/mac/editing/deleting/5156801-expected.txt: Removed.
3186 * platform/qt/editing/deleting/5156801-expected.txt: Removed.
3188 2009-06-19 David Hyatt <hyatt@apple.com>
3190 Reviewed by Anders Carlsson.
3192 https://bugs.webkit.org/show_bug.cgi?id=26547
3194 Implement the IDL interface for HTMLDataGridColELement.
3196 * fast/dom/Window/window-properties-expected.txt:
3197 * fast/js/global-constructors-expected.txt:
3199 2009-06-19 Dan Bernstein <mitz@apple.com>
3201 Reviewed by Dave Hyatt.
3203 - text for <rdar://problem/6967596> Safari hung using 100% CPU when I
3204 tried to look up a word in Dictionary using command-control-d
3206 * editing/selection/move-by-line-005-expected.txt: Added.
3207 * editing/selection/move-by-line-005.html: Added.
3209 2009-06-19 Dan Bernstein <mitz@apple.com>
3211 Reviewed by Anders Carlsson.
3213 - update test results after r44806
3215 * platform/mac/fast/replaced/width100percent-searchfield-expected.txt:
3217 2009-06-18 Shinichiro Hamaji <hamaji@chromium.org>
3219 Reviewed by Oliver Hunt.
3221 https://bugs.webkit.org/show_bug.cgi?id=26426
3223 Use 1<<23-1 as steps of no-repeat patterns instead of 100000000.0f.
3224 The original number cannot be represented by mantissa of float
3225 (23bit) so that it caused some error.
3227 * fast/canvas/image-object-in-canvas.html:
3228 * platform/mac/fast/canvas/image-object-in-canvas-expected.checksum:
3229 * platform/mac/fast/canvas/image-object-in-canvas-expected.png:
3230 * platform/mac/fast/canvas/image-object-in-canvas-expected.txt:
3232 2009-06-18 Adam Barth <abarth@webkit.org>
3234 Reviewed by Sam Weinig.
3236 https://bugs.webkit.org/show_bug.cgi?id=26199
3238 Added a basic test for the XSSAuditor.
3240 * http/tests/security/xssAuditor/resources/echo-intertag.php: Added.
3241 * http/tests/security/xssAuditor/script-tag-expected.txt: Added.
3242 * http/tests/security/xssAuditor/script-tag.html: Added.
3244 2009-06-18 Dirk Schulze <krit@webkit.org>
3246 Reviewed by Oliver Hunt.
3248 Test for feOffset with the primitiveUnits objectBoundingBox
3251 * platform/mac/svg/filters/feOffset-expected.checksum: Added.
3252 * platform/mac/svg/filters/feOffset-expected.png: Added.
3253 * platform/mac/svg/filters/feOffset-expected.txt: Added.
3254 * svg/filters/feOffset.svg: Added.
3256 2009-06-18 Dirk Schulze <krit@webkit.org>
3258 Reviewed by Oliver Hunt.
3260 Added a test of batik and a own one to check behavior of the
3261 new feTile effect in SVG.
3263 * platform/mac/svg/batik/filters/feTile-expected.checksum: Added.
3264 * platform/mac/svg/batik/filters/feTile-expected.png: Added.
3265 * platform/mac/svg/batik/filters/feTile-expected.txt: Added.
3266 * platform/mac/svg/filters/feTile-expected.checksum: Added.
3267 * platform/mac/svg/filters/feTile-expected.png: Added.
3268 * platform/mac/svg/filters/feTile-expected.txt: Added.
3269 * svg/batik/filters/feTile.svg: Added.
3270 * svg/filters/feTile.svg: Added.
3272 2009-06-18 Dirk Schulze <krit@webkit.org>
3274 Reviewed by Oliver Hunt.
3276 Check the feMerge implementation.
3278 * platform/mac/svg/filters/feMerge-expected.checksum: Added.
3279 * platform/mac/svg/filters/feMerge-expected.png: Added.
3280 * platform/mac/svg/filters/feMerge-expected.txt: Added.
3281 * svg/filters/feMerge.svg: Added.
3283 2009-06-18 Chris Fleizach <cfleizach@apple.com>
3285 Reviewed by Darin Adler.
3287 Test for Bug 26522: In DOM mode, VoiceOver reads some mouseover text on web sites strangely.
3288 Strangely the layout output for another test changed, but the actual test was ok.
3290 * accessibility/non-data-table-cell-title-ui-element-expected.txt: Added.
3291 * accessibility/non-data-table-cell-title-ui-element.html: Added.
3292 * platform/mac/accessibility/table-multi-bodies-expected.txt:
3294 2009-06-18 Ryosuke Niwa <rniwa@google.com>
3296 Reviewed by Eric Seidel.
3298 The following pixel tests have been converted into dumpastext tests. This
3299 fixes the bug 26336 partially.
3301 * editing/execCommand/insertHTML-expected.txt: Added.
3302 * editing/execCommand/insertHTML.html:
3303 * editing/execCommand/switch-list-type-expected.txt: Added.
3304 * editing/execCommand/switch-list-type.html:
3305 * platform/mac/editing/execCommand/insertHTML-expected.checksum: Removed.
3306 * platform/mac/editing/execCommand/insertHTML-expected.png: Removed.
3307 * platform/mac/editing/execCommand/insertHTML-expected.txt: Removed.
3308 * platform/mac/editing/execCommand/switch-list-type-expected.checksum: Removed.
3309 * platform/mac/editing/execCommand/switch-list-type-expected.png: Removed.
3310 * platform/mac/editing/execCommand/switch-list-type-expected.txt: Removed.
3311 * platform/qt/editing/execCommand/insertHTML-expected.txt: Removed.
3312 * platform/qt/editing/execCommand/switch-list-type-expected.txt: Removed.
3314 2009-06-18 Ryosuke Niwa <rniwa@google.com>
3316 Reviewed by Eric Seidel.
3318 The following pixel tests have been converted into dumpastext tests. This
3319 fixes the bug 26336 partially.
3321 * editing/execCommand/5207369-expected.txt: Added.
3322 * editing/execCommand/5207369.html:
3323 * editing/execCommand/5210032-expected.txt: Added.
3324 * editing/execCommand/5210032.html:
3325 * editing/execCommand/5432254-1-expected.txt: Added.
3326 * editing/execCommand/5432254-1.html:
3327 * platform/mac/editing/execCommand/5207369-expected.checksum: Removed.
3328 * platform/mac/editing/execCommand/5207369-expected.png: Removed.
3329 * platform/mac/editing/execCommand/5207369-expected.txt: Removed.
3330 * platform/mac/editing/execCommand/5210032-expected.checksum: Removed.
3331 * platform/mac/editing/execCommand/5210032-expected.png: Removed.
3332 * platform/mac/editing/execCommand/5210032-expected.txt: Removed.
3333 * platform/mac/editing/execCommand/5432254-1-expected.checksum: Removed.
3334 * platform/mac/editing/execCommand/5432254-1-expected.png: Removed.
3335 * platform/mac/editing/execCommand/5432254-1-expected.txt: Removed.
3336 * platform/qt/editing/execCommand/5207369-expected.txt: Removed.
3337 * platform/qt/editing/execCommand/5210032-expected.txt: Removed.
3338 * platform/qt/editing/execCommand/5432254-1-expected.txt: Removed.
3340 2009-06-18 Ryosuke Niwa <rniwa@google.com>
3342 Reviewed by Eric Seidel.
3344 The following pixel tests have been converted into dumpastext tests. This
3345 fixes the bug 26336 partially.
3347 * editing/execCommand/5142012-3-expected.txt: Added.
3348 * editing/execCommand/5142012-3.html:
3349 * editing/execCommand/5144139-1-expected.txt: Added.
3350 * editing/execCommand/5144139-1.html:
3351 * editing/execCommand/5164796-expected.txt: Added.
3352 * editing/execCommand/5164796.html:
3353 * platform/mac/editing/execCommand/5142012-3-expected.checksum: Removed.
3354 * platform/mac/editing/execCommand/5142012-3-expected.png: Removed.
3355 * platform/mac/editing/execCommand/5142012-3-expected.txt: Removed.
3356 * platform/mac/editing/execCommand/5144139-1-expected.checksum: Removed.
3357 * platform/mac/editing/execCommand/5144139-1-expected.png: Removed.
3358 * platform/mac/editing/execCommand/5144139-1-expected.txt: Removed.
3359 * platform/mac/editing/execCommand/5164796-expected.checksum: Removed.
3360 * platform/mac/editing/execCommand/5164796-expected.png: Removed.
3361 * platform/mac/editing/execCommand/5164796-expected.txt: Removed.
3362 * platform/qt/editing/execCommand/5142012-3-expected.txt: Removed.
3363 * platform/qt/editing/execCommand/5144139-1-expected.txt: Removed.
3364 * platform/qt/editing/execCommand/5164796-expected.txt: Removed.
3366 2009-06-18 Ryosuke Niwa <rniwa@google.com>
3368 Reviewed by Eric Seidel.
3370 The following pixel tests have been converted into dumpastext tests. This
3371 fixes the bug 26336 partially.
3373 * editing/execCommand/4916583-expected.txt: Added.
3374 * editing/execCommand/4916583.html:
3375 * editing/execCommand/5119244-expected.txt: Added.
3376 * editing/execCommand/5119244.html:
3377 * editing/execCommand/5120591-expected.txt: Added.
3378 * editing/execCommand/5120591.html:
3379 * platform/mac/editing/execCommand/4916583-expected.checksum: Removed.
3380 * platform/mac/editing/execCommand/4916583-expected.png: Removed.
3381 * platform/mac/editing/execCommand/4916583-expected.txt: Removed.
3382 * platform/mac/editing/execCommand/5119244-expected.checksum: Removed.
3383 * platform/mac/editing/execCommand/5119244-expected.png: Removed.
3384 * platform/mac/editing/execCommand/5119244-expected.txt: Removed.
3385 * platform/mac/editing/execCommand/5120591-expected.checksum: Removed.
3386 * platform/mac/editing/execCommand/5120591-expected.png: Removed.
3387 * platform/mac/editing/execCommand/5120591-expected.txt: Removed.
3388 * platform/qt/editing/execCommand/4916583-expected.txt: Removed.
3389 * platform/qt/editing/execCommand/5119244-expected.txt: Removed.
3390 * platform/qt/editing/execCommand/5120591-expected.txt: Removed.
3392 2009-06-18 Simon Fraser <simon.fraser@apple.com>
3394 Reviewed by Dan Bernstein.
3396 <rdar://problem/6983207> Non-layer content is not re-rendered when transition
3397 starts sometimes (with hardware acceleration).
3399 * compositing/repaint/become-overlay-composited-layer.html: Added.
3400 * platform/mac/compositing/repaint/become-overlay-composited-layer-expected.txt: Added.
3402 2009-06-18 Alexey Proskuryakov <ap@webkit.org>
3404 Reviewed by Maciej Stachowiak and Dave Levin.
3406 https://bugs.webkit.org/show_bug.cgi?id=26510
3407 Add tests for authentication behavior with cross-origin XMLHttpRequest
3409 * http/tests/xmlhttprequest/cross-origin-authorization-expected.txt: Added.
3410 * http/tests/xmlhttprequest/cross-origin-authorization.html: Added.
3411 * http/tests/xmlhttprequest/cross-origin-no-authorization-expected.txt: Added.
3412 * http/tests/xmlhttprequest/cross-origin-no-authorization.html: Added.
3413 * http/tests/xmlhttprequest/resources/cross-origin-authorization.php: Added.
3414 * http/tests/xmlhttprequest/resources/cross-origin-check-cookies.php: Added.
3415 * http/tests/xmlhttprequest/resources/cross-origin-no-authorization.php: Added.
3416 * http/tests/xmlhttprequest/resources/cross-origin-preset-authorization-frame.html: Added.
3417 * platform/mac-tiger/Skipped:
3419 2009-06-17 Darin Adler <darin@apple.com>
3421 Reviewed by Oliver Hunt.
3423 Bug 26429: Make JSON.stringify non-recursive so it can handle objects
3424 of arbitrary complexity
3425 https://bugs.webkit.org/show_bug.cgi?id=26429
3427 * fast/js/JSON-stringify-expected.txt: Updated.
3428 * fast/js/resources/JSON-stringify.js: Changed the infinite object and
3429 infinite array tests to instead just test something a fixed number of
3430 levels deep. Otherwise we end up with an infinite loop in the test,
3431 which would lead to the slow-script dialog in the production web browser.
3432 Also raised the number from 512 to 2048 since there's no fixed limit any more.
3434 2009-06-17 Erik Arvidsson <arv@chromium.org>
3436 Reviewed by Adele Peterson.
3438 https://bugs.webkit.org/show_bug.cgi?id=15189
3439 Test case for textarea input event.
3441 * fast/forms/resources/textarea-input-event.js: Added.
3443 (handleTextareaOnInput):
3444 * fast/forms/textarea-input-event-expected.txt: Added.
3445 * fast/forms/textarea-input-event.html: Added.
3447 2009-06-18 Rob Buis <rwlbuis@gmail.com>
3452 https://bugs.webkit.org/show_bug.cgi?id=26385
3453 Root SVG element is not checked on requiredFeatures, requiredExtension like other elements
3455 Also do the isValid check for outer <svg>.
3457 * platform/mac/svg/custom/outer-svg-unknown-feature-expected.checksum: Added.
3458 * platform/mac/svg/custom/outer-svg-unknown-feature-expected.png: Added.
3459 * platform/mac/svg/custom/outer-svg-unknown-feature-expected.txt: Added.
3460 * svg/custom/outer-svg-unknown-feature.svg: Added.
3462 2009-06-18 Simon Fraser <simon.fraser@apple.com>
3464 Reviewed by Mark Rowe.
3466 https://bugs.webkit.org/show_bug.cgi?id=26499
3468 New expected results after making <video> elements get RenderLayers.
3470 * platform/mac/fast/replaced/border-radius-clip-expected.txt:
3472 2009-06-18 Dan Bernstein <mitz@apple.com>
3474 Reviewed by Darin Adler.
3476 - test and updated result for <rdar://problem/6913221>
3477 REGRESSION (Safari 3-4): Search field on apple.com cuts entered text
3479 * fast/forms/search-vertical-alignment.html: Added.
3480 * platform/mac/fast/forms/search-vertical-alignment-expected.checksum: Added.
3481 * platform/mac/fast/forms/search-vertical-alignment-expected.png: Added.
3482 * platform/mac/fast/forms/search-vertical-alignment-expected.txt: Added.
3483 * platform/mac/fast/forms/search-zoomed-expected.checksum:
3484 * platform/mac/fast/forms/search-zoomed-expected.png:
3485 * platform/mac/fast/forms/search-zoomed-expected.txt:
3487 2009-06-18 Chris Evans <scarybeasts@gmail.com>
3489 Reviewed by Adam Barth.
3491 Added test for bug 26454 (broken 8-digit hex entities).
3492 https://bugs.webkit.org/show_bug.cgi?id=26454
3494 * fast/parser/eightdigithexentity-expected.txt: Added.
3495 * fast/parser/eightdigithexentity.html: Added.
3497 2009-06-17 Gavin Barraclough <barraclough@apple.com>
3499 Reviewed by Mark Rowe.
3501 Add tests to check shifts by non-constant amounts.
3503 * fast/js/kde/operators-expected.txt:
3504 * fast/js/kde/resources/operators.js:
3506 2009-06-17 Simon Fraser <simon.fraser@apple.com>
3508 Reviewed by Darin Adler.