1 2009-07-13 Simon Hausmann <simon.hausmann@nokia.com>
3 Reviewed by Ariya Hidayat.
5 Enable a bunch of plugin layout tests for the Qt DRT.
9 2009-07-13 Simon Hausmann <hausmann@webkit.org>
11 Reviewed by Ariya Hidayat.
13 Removed two more storage tests from the Qt DRT skip list that relied on
14 layoutTestController to be accessible in newly opened windows.
16 * platform/qt/Skipped:
18 2009-07-13 Simon Hausmann <hausmann@webkit.org>
20 Reviewed by Ariya Hidayat.
22 Removed three tests from the Qt DRT Skip list that rely on
23 LayoutTestController.setPrivateBrowsingEnabled and pass now.
25 * platform/qt/Skipped:
27 2009-07-13 Simon Hausmann <hausmann@webkit.org>
29 Reviewed by Ariya Hidayat.
31 Enable a bunch of more storage layout tests for the Qt DRT, now that
34 * platform/qt/Skipped:
36 2009-07-13 Simon Hausmann <hausmann@webkit.org>
38 Reviewed by Ariya Hidayat.
40 Enable some storage layout tests in the Qt DRT, as the pass now.
42 * platform/qt/Skipped:
44 2009-07-13 Simon Hausmann <hausmann@webkit.org>
46 Reviewed by Ariya Hidayat.
48 Removed 20 more frame tests from the Qt skip list as they pass now
49 after making sure we only dump after the main frame's loadFinished
52 * platform/qt/Skipped:
54 2009-07-13 Simon Hausmann <hausmann@webkit.org>
56 Reviewed by Ariya Hidayat.
58 Remove fast/frames/removal-before-attach-crash.html and
59 fast/dom/StyleSheet/ownerNode-lifetime-2.html from the Qt DRT skip
60 list, as they pass now with support for the GCController.
62 * platform/qt/Skipped:
64 2009-07-13 Jan Michael Alonzo <jmalonzo@webkit.org>
66 <https://bugs.webkit.org/show_bug.cgi?id=27171> [Gtk]
67 REGRESSION (r45440): fails at fast/events/frame-programmatic-focus.html
69 Reviewed by Gustavo Noronha.
71 Unskip fast/events/frame-programmatic-focus.html
73 * platform/gtk/Skipped:
75 2009-07-13 Jan Michael Alonzo <jmalonzo@webkit.org>
77 https://bugs.webkit.org/show_bug.cgi?id=26718 [Gtk] Add support for javascript windows for DRT
79 Reviewed by Gustavo Noronha and Xan Lopez.
81 Unskip tests that now pass due to support for JS windows in Gtk DRT.
83 * platform/gtk/Skipped:
85 2009-07-13 Simon Hausmann <simon.hausmann@nokia.com>
87 Rubber-stamped by Oliver Hunt.
89 Tweak mouseout-dead-subframe.html to be more robust.
91 The test calls notifyDone() and then dumpAsText(). The latter call has no effect
92 as notifyDone() performs the dump, but it passes in the mac DRT because the mime-type
93 of the .html file is detected as text/plain and therefore the text is dumped instead
96 Changed the testcase to call dumpAsText() first and then notifyDone(), to make it
97 pass without relying on the mime type detection.
99 That also makes the test pass in the Qt DRT.
101 * fast/events/mouseout-dead-subframe.html: Swapped notifyDone() and dumpAsText() calls to
102 call the former before the latter.
103 * platform/qt/Skipped: Removed skipped test.
105 2009-07-13 Drew Wilson <atwilson@google.com>
107 Reviewed by David Levin.
109 Add ENABLE(SHARED_WORKERS) flag and define SharedWorker APIs
110 https://bugs.webkit.org/show_bug.cgi?id=26932
112 Unit tests for new SharedWorker APIs (disabled by default).
114 * fast/workers/shared-worker-constructor-expected.txt: Added.
115 * fast/workers/shared-worker-constructor.html-disabled: Added.
116 * fast/workers/shared-worker-event-listener-expected.txt: Added.
117 * fast/workers/shared-worker-event-listener.html-disabled: Added.
119 2009-07-12 Adam Barth <abarth@webkit.org>
121 Reviewed by Oliver Hunt.
123 Facebook Chat is broken due to XSS auditor
124 https://bugs.webkit.org/show_bug.cgi?id=27179
126 Add some more test coverage to our handling of script tags with src
127 attributes. Also, ensure that we don't raise the alarm when a URL
128 parameter is injected directly into the attribute value.
130 * http/tests/security/xssAuditor/resources/echo-script-src.pl: Added.
131 * http/tests/security/xssAuditor/script-tag-src-redirect-safe-expected.txt: Copied from LayoutTests/http/tests/security/xssAuditor/base-href-safe-expected.txt.
132 * http/tests/security/xssAuditor/script-tag-src-redirect-safe.html: Added.
133 * 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.
134 * http/tests/security/xssAuditor/script-tag-with-source-double-quote.html: Added.
135 * 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.
136 * http/tests/security/xssAuditor/script-tag-with-source-no-quote.html: Added.
138 2009-07-12 Eric Carlson <eric.carlson@apple.com>
140 Reviewed by Dan Bernstein.
142 https://bugs.webkit.org/show_bug.cgi?id=27197
143 QuickTime supports data: urls, add a layout test.
145 * media/audio-data-url-expected.txt: Added.
146 * media/audio-data-url.html: Added.
149 * platform/gtk/Skipped:
152 2009-07-12 Daniel Bates <dbates@intudata.com>
154 Reviewed by Darin Adler.
156 https://bugs.webkit.org/show_bug.cgi?id=27189
158 Tests that XSSAuditor does not block HTML Base elements whose path has the
159 same host as the page.
161 * http/tests/security/xssAuditor/base-href-safe3-expected.txt: Added.
162 * http/tests/security/xssAuditor/base-href-safe3.html: Added.
163 * http/tests/security/xssAuditor/resources/base-href/base-href-safe3.html: Added.
165 2009-07-11 Oliver Hunt <oliver@apple.com>
167 Reviewed by Simon Fraser.
169 Bug 27187 - Match Gecko behaviour for canvas path mutation APIs on an empty path
170 <https://bugs.webkit.org/show_bug.cgi?id=27187>
172 Add tests for the behaviour of effected APIs.
174 * fast/canvas/canvas-modify-emptyPath-expected.txt: Added.
175 * fast/canvas/canvas-modify-emptyPath.html: Added.
176 * fast/canvas/resources/canvas-modify-emptyPath.js: Added.
179 2009-07-11 Eric Carlson <eric.carlson@apple.com>
181 Reviewed by Antti Koivisto.
183 HTMLMediaElement.canPlayType "maybe" and "probably" reversed
184 https://bugs.webkit.org/show_bug.cgi?id=27186
186 * media/video-can-play-type-expected.txt:
187 * media/video-can-play-type.html:
189 2009-07-11 Simon Fraser <simon.fraser@apple.com>
191 Enable support for accelerated compositing and 3d transforms on Leopard.
192 <https://bugs.webkit.org/show_bug.cgi?id=20166>
193 <rdar://problem/6120614>
195 Reviewed by Oliver Hunt.
197 Add Leopard-specific pixel results for compositing and 3d-transform tests, since
198 there are gamma differences between Leopard and SnowLeopard. Also some layer
199 intersection behavior differs betweeen the two.
201 * platform/mac-leopard/compositing/direct-image-compositing-expected.checksum: Added.
202 * platform/mac-leopard/compositing/direct-image-compositing-expected.png: Added.
203 * platform/mac-leopard/compositing/geometry/root-layer-update-expected.checksum: Added.
204 * platform/mac-leopard/compositing/geometry/root-layer-update-expected.png: Added.
205 * platform/mac-leopard/compositing/overflow/overflow-positioning-expected.checksum: Added.
206 * platform/mac-leopard/compositing/overflow/overflow-positioning-expected.png: Added.
207 * platform/mac-leopard/compositing/repaint/become-overlay-composited-layer-expected.checksum: Added.
208 * platform/mac-leopard/compositing/repaint/become-overlay-composited-layer-expected.png: Added.
209 * platform/mac-leopard/compositing/repaint/layer-repaint-rects-expected.checksum: Added.
210 * platform/mac-leopard/compositing/repaint/layer-repaint-rects-expected.png: Added.
211 * platform/mac-leopard/transforms/3d/general/perspective-units-expected.checksum: Added.
212 * platform/mac-leopard/transforms/3d/general/perspective-units-expected.png: Added.
213 * platform/mac-leopard/transforms/3d/point-mapping/3d-point-mapping-2-expected.checksum: Added.
214 * platform/mac-leopard/transforms/3d/point-mapping/3d-point-mapping-2-expected.png: Added.
215 * platform/mac-leopard/transforms/3d/point-mapping/3d-point-mapping-coplanar-expected.checksum: Added.
216 * platform/mac-leopard/transforms/3d/point-mapping/3d-point-mapping-coplanar-expected.png: Added.
217 * platform/mac-leopard/transforms/3d/point-mapping/3d-point-mapping-deep-expected.checksum: Added.
218 * platform/mac-leopard/transforms/3d/point-mapping/3d-point-mapping-deep-expected.png: Added.
219 * platform/mac-leopard/transforms/3d/point-mapping/3d-point-mapping-expected.checksum: Added.
220 * platform/mac-leopard/transforms/3d/point-mapping/3d-point-mapping-expected.png: Added.
221 * platform/mac-leopard/transforms/3d/point-mapping/3d-point-mapping-origins-expected.checksum: Added.
222 * platform/mac-leopard/transforms/3d/point-mapping/3d-point-mapping-origins-expected.png: Added.
223 * platform/mac-leopard/transforms/3d/point-mapping/3d-point-mapping-overlapping-expected.checksum: Added.
224 * platform/mac-leopard/transforms/3d/point-mapping/3d-point-mapping-overlapping-expected.png: Added.
225 * platform/mac-leopard/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.checksum: Added.
226 * platform/mac-leopard/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.png: Added.
228 * platform/mac-tiger/fast/media/mq-transform-02-expected.checksum: Renamed from LayoutTests/platform/mac-leopard/fast/media/mq-transform-02-expected.checksum.
229 * platform/mac-tiger/fast/media/mq-transform-02-expected.png: Renamed from LayoutTests/platform/mac-leopard/fast/media/mq-transform-02-expected.png.
230 * platform/mac-tiger/fast/media/mq-transform-02-expected.txt: Renamed from LayoutTests/platform/mac-leopard/fast/media/mq-transform-02-expected.txt.
231 * platform/mac-tiger/fast/media/mq-transform-03-expected.checksum: Renamed from LayoutTests/platform/mac-leopard/fast/media/mq-transform-03-expected.checksum.
232 * platform/mac-tiger/fast/media/mq-transform-03-expected.png: Renamed from LayoutTests/platform/mac-leopard/fast/media/mq-transform-03-expected.png.
233 * platform/mac-tiger/fast/media/mq-transform-03-expected.txt: Renamed from LayoutTests/platform/mac-leopard/fast/media/mq-transform-03-expected.txt.
234 Fix the media query results for leopard, which now supports 3d transforms. Move the 3d-disabled results
235 to the Tiger directory.
237 2009-07-10 Daniel Bates <dbates@intudata.com>
239 Reviewed by Adam Barth.
241 https://bugs.webkit.org/show_bug.cgi?id=26921
243 Tests protection against HTML entities encoded attacks.
245 * http/tests/security/xssAuditor/inline-event-HTML-entities-expected.txt: Added.
246 * http/tests/security/xssAuditor/inline-event-HTML-entities.html: Added.
247 * http/tests/security/xssAuditor/javascript-link-HTML-entities-control-char-expected.txt: Added.
248 * http/tests/security/xssAuditor/javascript-link-HTML-entities-control-char.html: Added.
249 * http/tests/security/xssAuditor/javascript-link-HTML-entities-expected.txt: Added.
250 * http/tests/security/xssAuditor/javascript-link-HTML-entities-named-expected.txt: Added.
251 * http/tests/security/xssAuditor/javascript-link-HTML-entities-named.html: Added.
252 * http/tests/security/xssAuditor/javascript-link-HTML-entities-null-char-expected.txt: Added.
253 * http/tests/security/xssAuditor/javascript-link-HTML-entities-null-char.html: Added.
254 * http/tests/security/xssAuditor/javascript-link-HTML-entities.html: Added.
255 * http/tests/security/xssAuditor/link-onclick-entities-expected.txt: Added.
256 * http/tests/security/xssAuditor/link-onclick-entities.html: Added.
257 * http/tests/security/xssAuditor/script-tag-entities-expected.txt: Added.
258 * http/tests/security/xssAuditor/script-tag-entities.html: Added.
259 * http/tests/security/xssAuditor/script-tag-with-source-entities-expected.txt: Added.
260 * http/tests/security/xssAuditor/script-tag-with-source-entities.html: Added.
262 2009-07-10 Daniel Bates <dbates@intudata.com>
264 Reviewed by Adam Barth.
266 https://bugs.webkit.org/show_bug.cgi?id=27151
268 Tests prevention of JavaScript URLs that contain null- and non-null control characters.
270 * http/tests/security/xssAuditor/javascript-link-control-char-expected.txt: Added.
271 * http/tests/security/xssAuditor/javascript-link-control-char.html: Added.
272 * http/tests/security/xssAuditor/javascript-link-expected.txt: Added.
273 * http/tests/security/xssAuditor/javascript-link-null-char-expected.txt: Added.
274 * http/tests/security/xssAuditor/javascript-link-null-char.html: Added.
275 * http/tests/security/xssAuditor/javascript-link.html: Added.
276 * http/tests/security/xssAuditor/resources/echo-intertag-click-and-notify.pl: Added.
278 2009-07-10 Jan Michael Alonzo <jmalonzo@webkit.org>
280 Skip tests in the Gtk port that
281 - are dependent on eventSender
282 - require platform-specific results
283 - regressed (with links to the regression bug report)
284 - failing (due to missing/incomplete implementation)
286 * platform/gtk/Skipped:
288 2009-07-10 Eric Carlson <eric.carlson@apple.com>
290 Reviewed by Simon Fraser.
292 <rdar://problem/7049066>.
293 Update media tests for new SnowLeopard controller layout.
295 * platform/mac/media/controls-after-reload-expected.txt:
296 * platform/mac/media/controls-styling-expected.txt:
297 * platform/mac/media/video-empty-source-expected.txt:
298 * platform/mac/media/video-zoom-controls-expected.txt:
300 2009-07-10 Peter Kasting <pkasting@google.com>
302 https://bugs.webkit.org/show_bug.cgi?id=19562
303 Disable a failing layout test caused by the patch for this bug until
304 I have time to determine that the obvious fix is correct.
306 * fast/dom/domListEnumeration.html: Removed.
307 * fast/dom/domListEnumeration.html-disabled: Copied from LayoutTests/fast/dom/domListEnumeration.html.
309 2009-07-10 Michelangelo De Simone <micdesim@gmail.com>
311 Reviewed by Adele Peterson.
313 https://bugs.webkit.org/show_bug.cgi?id=19562
314 Minimal test case for ValidityState; more tests are going to be added
315 along with specific validation routines.
317 * fast/forms/ValidityState-001-expected.txt: Added.
318 * fast/forms/ValidityState-001.html: Added.
320 2009-07-10 Simon Hausmann <hausmann@webkit.org>
322 No Review, just re-ordering Qt DRT skip list.
324 Moved skipped crash tests to the crash section.
326 * platform/qt/Skipped:
328 2009-07-10 Dirk Pranke <dpranke@chromium.org>
330 Reviewed by Darin Adler.
332 Changing the test string from a platform-dependent file:/// to a more
335 https://bugs.webkit.org/show_bug.cgi?id=27138
337 * fast/dom/anchor-toString-expected.txt:
338 * fast/dom/anchor-toString.html:
340 2009-07-10 Simon Hausmann <hausmann@webkit.org>
342 No Review, just skipping a new test for Qt DRT.
344 Skip fast/forms/slider-delete-while-dragging-thumb.html due to missing eventSender
347 * platform/qt/Skipped:
349 2009-07-10 Dan Bernstein <mitz@apple.com>
351 Reviewed by Simon Fraser.
353 - test for https://bugs.webkit.org/show_bug.cgi?id=27137
354 <rdar://problem/7043124> REGRESSION (r44311): Reproducible crash due
355 to infinite recursion into FrameLoader::gotoAnchor() ->
358 * fast/loader/goto-anchor-infinite-layout-expected.txt: Added.
359 * fast/loader/goto-anchor-infinite-layout.html: Added.
361 2009-07-09 Simon Hausmann <hausmann@webkit.org>
363 Reviewed by Holger Freyther.
365 Re-enabled dom/xhtml/level2/html/HTMLBaseElement0{1,2} for the Qt DRT,
366 as there's now a cross-platform result and it passes.
368 * platform/qt/Skipped:
369 * platform/qt/dom/xhtml/level2/html/HTMLBaseElement01-expected.txt: Removed.
370 * platform/qt/dom/xhtml/level2/html/HTMLBaseElement02-expected.txt: Removed.
372 2009-07-08 Simon Hausmann <hausmann@webkit.org>
374 Reviewed by Holger Freyther.
376 https://bugs.webkit.org/show_bug.cgi?id=27108
378 Remove fast/loader/frame-creation-removal.html from the skip list, it
381 * platform/qt/Skipped:
383 2009-07-08 Simon Hausmann <hausmann@webkit.org>
385 Reviewed by Holger Freyther.
387 https://bugs.webkit.org/show_bug.cgi?id=27109
389 Remove various tests from the Qt skip list that previously failed
390 due to DRT side-effects.
392 * platform/qt/Skipped:
394 2009-07-09 Oliver Hunt <oliver@apple.com>
396 Reviewed by Maciej Stachowiak.
398 Bug 27142 - canPlayType() should return empty string for unsupported content
399 <https://bugs.webkit.org/show_bug.cgi?id=27142>
401 Update test to check for the empty string rather than "no"
403 * media/video-can-play-type-expected.txt:
404 * media/video-can-play-type.html:
406 2009-07-09 Roland Steiner <rolandsteiner@google.com>
408 Reviewed by Maciej Stachowiak.
410 Test proper parsing of HTML5 <rp> and <rt> tags.
411 Both tags are optional if followed by another <rp>/<rt> tag.
413 See also https://bugs.webkit.org/show_bug.cgi?id=26985
416 * fast/ruby/parse-rp-expected.txt: Added.
417 * fast/ruby/parse-rp.html: Added.
419 2009-07-09 Maciej Stachowiak <mjs@apple.com>
421 Reviewed by Darin Adler.
423 REGRESSION: crash in edge cases of floating point parsing.
424 <rdar://problem/7044458>
425 https://bugs.webkit.org/show_bug.cgi?id=27110
427 Test cases for both JavaScript and CSS use of dtoa.
429 * fast/css/number-parsing-crash-2-expected.txt: Added.
430 * fast/css/number-parsing-crash-2.html: Added.
431 * fast/css/number-parsing-crash-expected.txt: Added.
432 * fast/css/number-parsing-crash.html: Added.
433 * fast/js/number-parsing-crash-expected.txt: Added.
434 * fast/js/number-parsing-crash.html: Added.
435 * fast/js/resources/number-parsing-crash.js: Added.
437 2009-07-09 Drew Wilson <atwilson@google.com>
439 Reviewed by Alexey Proskuryakov.
441 https://bugs.webkit.org/show_bug.cgi?id=26903
443 Turned on CHANNEL_MESSAGING by default, re-enabled the various tests, and updated expected results.
445 * fast/dom/Window/window-properties-expected.txt:
446 * fast/dom/constructors-cached-navigate-expected.txt:
447 * fast/events/message-channel-gc-2.html: Renamed from LayoutTests/fast/events/message-channel-gc-2.html-disabled.
448 * fast/events/message-channel-gc-3.html: Renamed from LayoutTests/fast/events/message-channel-gc-3.html-disabled.
449 * fast/events/message-channel-gc-4.html: Renamed from LayoutTests/fast/events/message-channel-gc-4.html-disabled.
450 * fast/events/message-channel-gc.html: Renamed from LayoutTests/fast/events/message-channel-gc.html-disabled.
451 * fast/events/message-channel-listener-circular-ownership.html: Renamed from LayoutTests/fast/events/message-channel-listener-circular-ownership.html-disabled.
452 * fast/events/message-port-clone.html: Renamed from LayoutTests/fast/events/message-port-clone.html-disabled.
453 * fast/events/message-port-constructor-for-deleted-document.html: Renamed from LayoutTests/fast/events/message-port-constructor-for-deleted-document.html-disabled.
454 * fast/events/message-port-deleted-document.html: Renamed from LayoutTests/fast/events/message-port-deleted-document.html-disabled.
455 * fast/events/message-port-deleted-frame.html: Renamed from LayoutTests/fast/events/message-port-deleted-frame.html-disabled.
456 * fast/events/message-port-inactive-document.html: Renamed from LayoutTests/fast/events/message-port-inactive-document.html-disabled.
457 * fast/events/message-port-no-wrapper.html: Renamed from LayoutTests/fast/events/message-port-no-wrapper.html-disabled.
458 * fast/events/message-port.html: Renamed from LayoutTests/fast/events/message-port.html-disabled.
459 * fast/js/global-constructors-expected.txt:
460 * fast/workers/worker-cloneport.html: Renamed from LayoutTests/fast/workers/worker-cloneport.html-disabled.
461 * fast/workers/worker-messageport-gc.html: Renamed from LayoutTests/fast/workers/worker-messageport-gc.html-disabled.
462 * fast/workers/worker-messageport.html: Renamed from LayoutTests/fast/workers/worker-messageport.html-disabled.
463 * http/tests/security/MessagePort/event-listener-context.html: Renamed from LayoutTests/http/tests/security/MessagePort/event-listener-context.html-disabled
465 2009-07-09 Pierre d'Herbemont <pdherbemont@apple.com>
467 Reviewed by Simon Fraser.
469 Full page zoom breaks remaining and elapsed time display in the
471 https://bugs.webkit.org/show_bug.cgi?id=27123
473 * media/video-zoom-controls.html: Remove duplicated code.
474 * platform/mac-leopard/media/video-zoom-controls-expected.txt: Copied from LayoutTests/platform/mac/media/video-zoom-controls-expected.txt.
475 * platform/mac-snowleopard/Skipped:
476 * platform/mac/media/video-zoom-controls-expected.checksum: Removed. The test is not reliable for pixel test.
477 * platform/mac/media/video-zoom-controls-expected.png: Removed.
478 * platform/mac/media/video-zoom-controls-expected.txt: Updated
480 2009-07-09 Chris Fleizach <cfleizach@apple.com>
482 Reviewed by Darin Adler.
485 Bug 27130 - Need to implement ARIA role="toolbar"
486 https://bugs.webkit.org/show_bug.cgi?id=27130
488 * platform/mac/accessibility/aria-toolbar-expected.txt: Added.
489 * platform/mac/accessibility/aria-toolbar.html: Added.
491 2009-07-09 Chris Fleizach <cfleizach@apple.com>
493 Reviewed by Darin Adler.
496 Bug 27129 - AX: possible assertion for a non-native image in accessibility
497 https://bugs.webkit.org/show_bug.cgi?id=27129
499 * accessibility/non-native-image-crash-expected.txt: Added.
500 * accessibility/non-native-image-crash.html: Added.
502 2009-07-09 Eric Carlson <eric.carlson@apple.com>
504 Reviewed by Adele Peterson.
506 Possible crashes when mouse clicks not dispatched because range input destroyed while
507 thumb is being dragged (e.g. scrub to end of movie)
508 <rdar://problem/7037494>
509 https://bugs.webkit.org/show_bug.cgi?id=27101
511 Tests deleting a control while capturing mouse events.
513 * fast/forms/search-delete-while-cancel-button-clicked-expected.txt: Added.
514 * fast/forms/search-delete-while-cancel-button-clicked.html: Added.
515 * fast/forms/slider-delete-while-dragging-thumb-expected.txt: Added.
516 * fast/forms/slider-delete-while-dragging-thumb.html: Added.
517 * media/audio-delete-while-slider-thumb-clicked-expected.txt: Added.
518 * media/audio-delete-while-slider-thumb-clicked.html: Added.
519 * media/audio-delete-while-step-button-clicked-expected.txt: Added.
520 * media/audio-delete-while-step-button-clicked.html: Added.
522 * platform/mac-snowleopard/Skipped:
523 Skip the new media controller tests until <rdar://problem/6502936> is fixed.
525 2009-07-08 Pierre d'Herbemont <pdherbemont@apple.com>
527 Reviewed by Simon Fraser.
529 Make sure we can click outside the slider thumb and start dragging.
530 https://bugs.webkit.org/show_bug.cgi?id=26229
532 Along with the events chain, test that the slider value are correct,
533 and that clicking outside the slider and dragging works as expected.
535 * fast/forms/slider-mouse-events-expected.txt:
536 * fast/forms/slider-mouse-events.html:
538 2009-07-08 Pierre d'Herbemont <pdherbemont@apple.com>
540 Reviewed by Simon Fraser.
542 https://bugs.webkit.org/show_bug.cgi?id=27100
544 Reenable media/video-empty-source.html. Test the controls
545 look when there is no src specified in a <video> element.
547 * platform/mac-leopard/media/video-empty-source-expected.checksum:
548 * platform/mac-leopard/media/video-empty-source-expected.png:
549 * platform/mac-leopard/media/video-empty-source-expected.txt: Copied from LayoutTests/platform/mac/media/video-empty-source-expected.txt.
550 * platform/mac-snowleopard/Skipped:
551 * platform/mac/media/video-empty-source-expected.checksum:
552 * platform/mac/media/video-empty-source-expected.png:
553 * platform/mac/media/video-empty-source-expected.txt:
555 2009-07-08 Simon Hausmann <hausmann@webkit.org>
557 Rubber-stamped by Holger Freyther a while ago.
559 Add two more tests to the Qt skip list due to missing DRT
562 * platform/qt/Skipped:
564 2009-07-08 Daniel Bates <dbates@intudata.com>
566 Reviewed by Adam Barth.
568 https://bugs.webkit.org/show_bug.cgi?id=26918
570 Tests prevention of injected HTML Base tag.
572 * http/tests/security/xssAuditor/base-href-control-char-expected.txt: Added.
573 * http/tests/security/xssAuditor/base-href-control-char.html: Added.
574 * http/tests/security/xssAuditor/base-href-expected.txt: Added.
575 * http/tests/security/xssAuditor/base-href-null-char-expected.txt: Added.
576 * http/tests/security/xssAuditor/base-href-null-char.html: Added.
577 * http/tests/security/xssAuditor/base-href-safe-expected.txt: Added.
578 * http/tests/security/xssAuditor/base-href-safe.html: Added.
579 * http/tests/security/xssAuditor/base-href-safe2-expected.txt: Added.
580 * http/tests/security/xssAuditor/base-href-safe2.html: Added.
581 * http/tests/security/xssAuditor/base-href-scheme-relative-expected.txt: Added.
582 * http/tests/security/xssAuditor/base-href-scheme-relative.html: Added.
583 * http/tests/security/xssAuditor/base-href.html: Added.
584 * http/tests/security/xssAuditor/resources/base-href: Added.
585 * http/tests/security/xssAuditor/resources/base-href/base-href-safe2.html: Added.
586 * http/tests/security/xssAuditor/resources/base-href/really-safe-script.js: Added.
587 * http/tests/security/xssAuditor/resources/base-href/safe-script.js: Added.
588 * http/tests/security/xssAuditor/resources/echo-head-base-href.pl: Added.
589 * http/tests/security/xssAuditor/resources/safe-script.js: Added.
591 2009-07-08 Daniel Bates <dbates@intudata.com>
593 Reviewed by Adam Barth.
595 https://bugs.webkit.org/show_bug.cgi?id=27071
597 Tests that HTTP parameters that contain null- and non-null-control characters are
598 properly handled by XSSAuditor.
600 * http/tests/security/xssAuditor/anchor-url-dom-write-location-inline-event-null-char-expected.txt: Added.
601 * http/tests/security/xssAuditor/anchor-url-dom-write-location-inline-event-null-char.html: Added.
602 * http/tests/security/xssAuditor/embed-tag-control-char-expected.txt: Added.
603 * http/tests/security/xssAuditor/embed-tag-control-char.html: Added.
604 * http/tests/security/xssAuditor/embed-tag-expected.txt: Added.
605 * http/tests/security/xssAuditor/embed-tag-null-char-expected.txt: Added.
606 * http/tests/security/xssAuditor/embed-tag-null-char.html: Added.
607 * http/tests/security/xssAuditor/embed-tag.html: Added.
608 * http/tests/security/xssAuditor/link-onclick-control-char-expected.txt: Added.
609 * http/tests/security/xssAuditor/link-onclick-control-char.html: Added.
610 * http/tests/security/xssAuditor/link-onclick-null-char-expected.txt: Added.
611 * http/tests/security/xssAuditor/link-onclick-null-char.html: Added.
612 * http/tests/security/xssAuditor/object-embed-tag-control-char-expected.txt: Added.
613 * http/tests/security/xssAuditor/object-embed-tag-control-char.html: Added.
614 * http/tests/security/xssAuditor/object-embed-tag-expected.txt: Added.
615 * http/tests/security/xssAuditor/object-embed-tag-null-char-expected.txt: Added.
616 * http/tests/security/xssAuditor/object-embed-tag-null-char.html: Added.
617 * http/tests/security/xssAuditor/object-embed-tag.html: Added.
618 * http/tests/security/xssAuditor/object-tag-expected.txt: Added.
619 * http/tests/security/xssAuditor/object-tag.html: Added.
620 * http/tests/security/xssAuditor/resources/execGetURL.swf: Added.
621 * http/tests/security/xssAuditor/script-tag-post-control-char-expected.txt: Added.
622 * http/tests/security/xssAuditor/script-tag-post-control-char.html: Added.
623 * http/tests/security/xssAuditor/script-tag-post-null-char-expected.txt: Added.
624 * http/tests/security/xssAuditor/script-tag-post-null-char.html: Added.
625 * http/tests/security/xssAuditor/script-tag-with-source-control-char-expected.txt: Added.
626 * http/tests/security/xssAuditor/script-tag-with-source-control-char.html: Added.
627 * http/tests/security/xssAuditor/script-tag-with-source-null-char-expected.txt: Added.
628 * http/tests/security/xssAuditor/script-tag-with-source-null-char.html: Added.
630 2009-07-08 Pierre d'Herbemont <pdherbemont@apple.com>
632 Rubber-stamped by Simon Fraser.
634 Fix the media/controls-after-reload.html and media/controls-styling.html
635 on windows. (Needed a line at end of file)
637 * platform/win/media/controls-after-reload-expected.txt:
638 * platform/win/media/controls-styling-expected.txt:
640 2009-07-08 Pierre d'Herbemont <pdherbemont@apple.com>
642 Reviewed by Simon Fraser.
644 Add special test results for media/controls-after-reload.html
645 and media/controls-styling.html on Windows.
647 * platform/win/media/controls-after-reload-expected.txt: Added.
648 * platform/win/media/controls-styling-expected.txt: Added.
650 2009-07-08 Pierre d'Herbemont <pdherbemont@apple.com>
652 Fix the Leopard test result for media/controls-after-reload.txt.
654 * platform/mac-leopard/media/controls-after-reload-expected.txt:
656 2009-07-07 Simon Fraser <simon.fraser@apple.com>
658 Reviewed by Dan Bernstein.
660 -webkit-perspective should be a Length
661 https://bugs.webkit.org/show_bug.cgi?id=27066
663 * platform/mac/transforms/3d/general/perspective-non-layer-expected.checksum: Added.
664 * platform/mac/transforms/3d/general/perspective-non-layer-expected.png: Added.
665 * platform/mac/transforms/3d/general/perspective-non-layer-expected.txt: Added.
666 Add missing results for existing test.
668 * platform/mac/transforms/3d/general/perspective-units-expected.checksum: Added.
669 * platform/mac/transforms/3d/general/perspective-units-expected.png: Added.
670 * platform/mac/transforms/3d/general/perspective-units-expected.txt: Added.
671 * transforms/3d/general/perspective-units.html: Added.
673 2009-07-07 Brady Eidson <beidson@apple.com>
675 Reviewed by Mark Rowe.
677 https://bugs.webkit.org/show_bug.cgi?id=27049 - In dumpBackForwardList() mode, DRT should normalize file urls.
679 * fast/loader/subframe-navigate-during-main-frame-load-expected.txt: Make the results agnostic to the layout of
680 filesystem on the testing machine.
682 2009-07-07 Simon Fraser <simon.fraser@apple.com>
684 Reviewed by Dan Bernstein.
686 Repaint issue after layer drops out of composited mode.
687 <https://bugs.webkit.org/show_bug.cgi?id=27022>
689 Test for repainting on the next style change after a layer stops being composited.
691 * compositing/repaint/layer-repaint-rects.html: Added.
692 * platform/mac/compositing/repaint/layer-repaint-rects-expected.checksum: Added.
693 * platform/mac/compositing/repaint/layer-repaint-rects-expected.png: Added.
694 * platform/mac/compositing/repaint/layer-repaint-rects-expected.txt: Added.
696 2009-07-07 Dan Bernstein <mitz@apple.com>
698 Reviewed by Dave Hyatt and Darin Adler.
700 - test for https://bugs.webkit.org/show_bug.cgi?id=26963
701 <rdar://problem/7030998> Reproducible crash at
702 FontCache::getFontData() when a custom font is used in a pseudo-style
704 * fast/css/pseudo-cache-stale.html: Added.
705 * platform/mac/fast/css/pseudo-cache-stale-expected.checksum: Added.
706 * platform/mac/fast/css/pseudo-cache-stale-expected.png: Added.
707 * platform/mac/fast/css/pseudo-cache-stale-expected.txt: Added.
709 2009-07-07 Dirk Pranke <dpranke@chromium.org>
711 Reviewed by Darin Fisher.
713 revise test expectations for bug 26088
714 http://bugs.webkit.org/show_bug.cgi?id=26088
716 generate pixel expectations, move location of generic expected file
719 * 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.
720 * platform/mac/fast/text/text-large-negative-letter-spacing-with-opacity-expected.txt: Removed.
721 * platform/mac/fast/text/text-letter-spacing-expected.checksum: Added.
722 * platform/mac/fast/text/text-letter-spacing-expected.png: Added.
724 2009-07-07 Pierre d'Herbemont <pdherbemont@apple.com>
726 Reviewed by Simon Fraser.
728 https://bugs.webkit.org/show_bug.cgi?id=27047
730 Make sure nothing changing the src and reloading doesn't
731 change the look of the controller.
733 * media/controls-after-reload.html: Added.
734 * platform/mac-leopard/media/controls-after-reload-expected.txt: Added.
735 * platform/mac/media/controls-after-reload-expected.txt: Added.
737 2009-07-07 Pierre d'Herbemont <pdherbemont@apple.com>
739 Reviewed by Simon Fraser.
741 Add a specific leopard result for controls-styling.html, given that it doesn't
742 use the new controller look.
744 * platform/mac-leopard/media/controls-styling-expected.txt: Added.
746 2009-07-07 Gavin Barraclough <barraclough@apple.com>
748 Reviewed by Geoff Garen.
750 fast/js/global-recursion-on-full-stack.html is a little finicky.
752 The test recurses down the JS stack to find the bottom (catching this with an exception),
753 then tries to call a host function (document.write), switch writes new '<script>' code,
754 and expects this code to be run, then expects this code to try to call 'f();' again,
755 which it expects to fail, and it expects to catch that exception. However it is possible
756 that one of the earlier stages (the call to document.write, entering the interpreter to
757 run the new global code) will fail, depending on exactly how much stack space was free at
758 the point the last call to f() failed.
760 Tweak the test to make it work.
762 * fast/js/global-recursion-on-full-stack.html:
764 2009-07-07 Dan Bernstein <mitz@apple.com>
766 Reviewed by Simon Fraser.
768 - tests for https://bugs.webkit.org/show_bug.cgi?id=27042
769 <rdar://problem/7010981> Incomplete painting of newly created floats
771 * fast/repaint/float-in-new-block-with-layout-delta.html: Added.
772 * fast/repaint/float-new-in-block.html: Added.
773 * platform/mac/fast/repaint/float-in-new-block-with-layout-delta-expected.checksum: Added.
774 * platform/mac/fast/repaint/float-in-new-block-with-layout-delta-expected.png: Added.
775 * platform/mac/fast/repaint/float-in-new-block-with-layout-delta-expected.txt: Added.
776 * platform/mac/fast/repaint/float-new-in-block-expected.checksum: Added.
777 * platform/mac/fast/repaint/float-new-in-block-expected.png: Added.
778 * platform/mac/fast/repaint/float-new-in-block-expected.txt: Added.
780 2009-07-07 Brady Eidson <beidson@apple.com>
782 Reviewed by Darin Adler.
784 <rdar://problem/7024039> REGRESSION (r42158): Back-forward navigation does not work correctly on nytimes.com
786 * fast/loader/resources/subframe-navigate-during-main-frame-load2.html: Added.
787 * fast/loader/subframe-navigate-during-main-frame-load-expected.txt: Added.
788 * fast/loader/subframe-navigate-during-main-frame-load.html: Added.
790 * http/tests/navigation/javascriptlink-subframeload-expected.txt: Updated results to
791 reflect the progression!
792 * platform/mac/http/tests/navigation/javascriptlink-frames-expected.txt: Ditto!
794 * http/tests/misc/redirect-to-about-blank.html: Add missing semi-colons.
796 2009-07-06 Pierre d'Herbemont <pdherbemont@apple.com>
798 Reviewed by Simon Fraser.
800 Make sure overriding properties won't affect the media controller.
802 * media/controls-styling.html: Added.
804 2009-07-07 Jan Michael Alonzo <jmalonzo@webkit.org>
806 Reviewed by Gustavo Noronha.
808 [GTK] textarea height property works only if other property are defined
809 https://bugs.webkit.org/show_bug.cgi?id=18984
811 Let WebCore handle textarea's metrics instead of readjusting it RenderthemeGtk.
813 Test: fast/forms/textarea-metrics.html
815 * platform/gtk/Skipped:
817 2009-07-07 Ben Murdoch <benm@google.com>
819 Reviewed by Antti Koivisto.
821 HTML5 Database becomes locked if a transaction is in progress when the page is refreshed.
822 https://bugs.webkit.org/show_bug.cgi?id=25711
824 Tests fix for https://bugs.webkit.org/show_bug.cgi?id=25711, where
825 web storage databases could become locked until the browser is
826 shut down if the page is refreshed whilst a transaction is in
829 * storage/database-lock-after-reload-expected.txt: Added.
830 * storage/database-lock-after-reload.html: Added.
831 * storage/resources/database-lock-after-reload-2.html: Added.
833 2009-07-08 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
835 Rubber-stamped by Simon Hausmann.
837 Remove non-existing tests from the Qt skipped list.
839 * platform/qt/Skipped:
841 2009-07-07 Simon Hausmann <hausmann@webkit.org>
843 Reviewed by Holger Freyther.
845 Removed subframe-self-close.html from the Qt skip list.
847 * platform/qt/Skipped:
849 2009-07-07 Simon Hausmann <hausmann@webkit.org>
851 Reviewed by Holger Freyther.
853 Added all current failing Qt DRT tests to the skip list, for a fresh start.
855 * platform/qt/Skipped:
857 2009-07-06 Eric Carlson <eric.carlson@apple.com>
859 Reviewed by Simon Fraser.
861 <rdar://problem/7035474> Make new media controller UI default on SnowLeopard
863 Disable media tests that depend on controller size/position on SnowLeopard until
864 <rdar://problem/6502936> Update run-webkit-tests to deal with new media controller look
867 * platform/mac-snowleopard/Skipped:
869 2009-07-06 Shinichiro Hamaji <hamaji@chromium.org>
871 Reviewed by David Hyatt.
873 Bug 15135: REGRESSION (r19843-r19850): Changing a flexbox's
874 contents makes its container scroll to the top
875 https://bugs.webkit.org/show_bug.cgi?id=15135
877 Delay updateing scroll bar of descendants of flexbox until their
878 positions are determined. In this way we can prevent descendants
879 of flexible boxes from changing positions of their scrollbars
880 using tentative positions.
882 * fast/flexbox/repaint-scrollbar-expected.txt: Added.
883 * fast/flexbox/repaint-scrollbar.html: Added.
884 * fast/flexbox/resources/repaint-scrollbar.js: Added.
886 2009-07-06 Hironori Bono <hbono@chromium.org>
888 Reviewed by Maciej Stachowiak.
890 Make unconfirmed IME text affect textarea's value.
891 This matches input and contentEditable elements as well
894 This fixes https://bugs.webkit.org/show_bug.cgi?id=25061.
896 Input elements would go down this code path because it
897 would always get a null compositionNode from frame->editor().
898 Special casing compositionNodes is wrong because we explicitly
899 want unconfirmed IME input in the textarea's value (assuming we
900 want to match IE and Firefox here).
902 This change is originally created by Ojan Vafai <ojan@chromium.org> and
903 I just changed its manual tests with an automated test on his behalf.
905 * platform/mac/editing/input/text-control-ime-input-expected.txt: Added.
906 * platform/mac/editing/input/text-control-ime-input.html: Added.
908 2009-07-06 Ojan Vafai <ojan@chromium.org>
910 Reviewed by Eric Seidel.
912 Fix crash when indenting in an empty table cell.
913 https://bugs.webkit.org/show_bug.cgi?id=26872
915 The crash is that we would call splitTreeToNode where the node
916 and the nodeToSplitTo were the same node.
918 * editing/execCommand/indent-empty-table-cell-expected.txt: Added.
919 * editing/execCommand/indent-empty-table-cell.html: Added.
921 2009-07-05 Chris Marrin <cmarrin@apple.com>
923 Reviewed by Simon Fraser.
925 https://bugs.webkit.org/show_bug.cgi?id=26943
927 LayoutTest showing extra transition when the first one
930 * transitions/extra-transition-expected.txt: Added.
931 * transitions/extra-transition.html: Added.
932 * transitions/resources: Added.
933 * transitions/resources/Aurora.jpg: Added.
935 2009-07-05 Simon Fraser <simon.fraser@apple.com>
937 Revert the previous commit because it broke the
938 animations/transition-and-animation-1.html
941 * transitions/extra-transition-expected.txt: Removed.
942 * transitions/extra-transition.html: Removed.
943 * transitions/resources/Aurora.jpg: Removed.
945 2009-07-05 Chris Marrin <cmarrin@apple.com>
947 Reviewed by Simon Fraser.
949 https://bugs.webkit.org/show_bug.cgi?id=26943
951 LayoutTest showing extra transition when the first one
954 * transitions/extra-transition-expected.txt: Added.
955 * transitions/extra-transition.html: Added.
956 * transitions/resources: Added.
957 * transitions/resources/Aurora.jpg: Added.
959 2009-07-05 Rob Buis <rwlbuis@gmail.com>
961 Reviewed by Maciej Stachowiak.
964 Bug 26897 - Dynamic SVG images do not display correctly
965 https://bugs.webkit.org/show_bug.cgi?id=26897
967 * platform/mac/svg/custom/createImageElement2-expected.checksum: Added.
968 * platform/mac/svg/custom/createImageElement2-expected.png: Added.
969 * platform/mac/svg/custom/createImageElement2-expected.txt: Added.
970 * svg/custom/createImageElement2.xhtml: Added.
972 2009-07-03 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
974 Not reviewed. Forgot to land ontimer-inline-event.html results within my last WML commit.
976 * wml/ontimer-inline-event-expected.txt: Test title changed, update results.
978 2009-07-03 Dmitry Titov <dimich@chromium.org>
980 Reviewed by Darin Fisher.
982 Increase delay in worker-terminate layout test to make it more reliable.
983 https://bugs.webkit.org/show_bug.cgi?id=26917
985 This test used time delay to see of terminated worker does not return
986 messages (terminated). In some test conditions, the current delay (500ms)
987 is too short and test fails. Move setting the delay to the end of initialization
988 and increase it 2x to make test more reliable.
990 * fast/workers/worker-terminate.html:
992 2009-07-03 Jan Michael Alonzo <jmalonzo@webkit.org>
994 Skip tests that require expected results that Gtk doesn't have.
996 * platform/gtk/Skipped:
998 2009-07-02 Pierre d'Herbemont <pdherbemont@apple.com>
1000 Added the test result of r45511 for platform/mac.
1002 * platform/mac/media/controls-strict-expected.txt: Added.
1004 2009-07-02 Pierre d'Herbemont <pdherbemont@apple.com>
1006 Reviewed by Simon Fraser.
1008 https://bugs.webkit.org/show_bug.cgi?id=26939
1010 Media controller is rendered badly at http://www.mozilla.com/en-US/firefox/video/firefox-3.5.html
1012 Test that the controller renders correctly in strict mode as well.
1014 * media/controls-strict.html: Added.
1015 * platform/mac/media/controls-strict-mode-expected.txt: Added.
1017 2009-07-02 David Hyatt <hyatt@apple.com>
1019 Reviewed by Mark Rowe.
1021 Land new results from my change to make replaced elements no longer be overflow:hidden by
1022 default. This affected plaintext dumping, which is clearly a bug in and of itself. For now
1023 I am just updating the results and will file a followup bug about the fact that text dumping actually
1024 does something different with overflow on replaced elements (when it clearly should not).
1026 * fast/block/float/crash-replaced-display-block-expected.txt:
1027 * fast/dom/Range/acid3-surround-contents-expected.txt:
1028 * fast/dom/object-embed-plugin-scripting-expected.txt:
1029 * fast/parser/badentity-expected.txt:
1030 * http/tests/security/local-video-poster-from-remote-expected.txt:
1032 2009-07-02 Brady Eidson <beidson@apple.com>
1034 Rubberstamped by John Sullivan.
1036 Add Tiger-specific results for these tests.
1038 * platform/mac-tiger/Skipped:
1039 * platform/mac-tiger/platform/mac/fast/loader/file-url-mimetypes-2-expected.txt: Added.
1040 * platform/mac-tiger/platform/mac/fast/loader/file-url-mimetypes-3-expected.txt: Added.
1041 * platform/mac-tiger/platform/mac/fast/loader/file-url-mimetypes-expected.txt:
1043 2009-07-02 Brady Eidson <beidson@apple.com>
1045 Skip the correct test names.
1047 * platform/mac-tiger/Skipped:
1049 2009-07-02 Brady Eidson <beidson@apple.com>
1051 Rubberstamped by Sam Weinig
1053 Split up file-url-mimetypes.html into 3 tests to avoid any risk of timing out on slower machines.
1055 * platform/mac/fast/loader/file-url-mimetypes-2-expected.txt: Added.
1056 * platform/mac/fast/loader/file-url-mimetypes-2.html: Copied from platform/mac/fast/loader/file-url-mimetypes.html.
1057 * platform/mac/fast/loader/file-url-mimetypes-3-expected.txt: Added.
1058 * platform/mac/fast/loader/file-url-mimetypes-3.html: Copied from platform/mac/fast/loader/file-url-mimetypes.html.
1059 * platform/mac/fast/loader/file-url-mimetypes-expected.txt:
1060 * platform/mac/fast/loader/file-url-mimetypes.html:
1061 * platform/mac-tiger/Skipped:
1063 2009-07-02 Brady Eidson <beidson@apple.com>
1065 Resolve failing Tiger layout test until I can fix it.
1067 * platform/mac-tiger/Skipped:
1069 2009-07-02 Dirk Pranke <dpranke@chromium.org>
1071 Reviewed by Darin Fisher.
1073 Fix https://bugs.webkit.org/show_bug.cgi?id=26088 - Chromium crashes
1074 when a text run with a large negative letter-spacing attribute is
1075 layered on top of an opaque div. The patch makes TransparencyWin.cpp
1076 more resilient to failures.
1078 * fast/text/text-large-negative-letter-spacing-with-opacity.html: Added.
1079 * fast/text/text-letter-spacing.html: Added.
1080 * platform/mac/fast/text/text-large-negative-letter-spacing-with-opacity-expected.txt: Added.
1081 * platform/mac/fast/text/text-letter-spacing-expected.checksum: Added.
1082 * platform/mac/fast/text/text-letter-spacing-expected.png: Added.
1083 * platform/mac/fast/text/text-letter-spacing-expected.txt: Added.
1085 2009-07-02 David Hyatt <hyatt@apple.com>
1087 Reviewed by Simon Fraser.
1089 Test cases for bug 22119, clicks in scrollbar of transformed element don't work.
1091 * platform/mac/fast/forms/listbox-scrollbar-hit-test-expected.txt: Added.
1092 * platform/mac/fast/forms/listbox-scrollbar-hit-test.html: Added.
1093 * platform/mac/fast/overflow/overflow-scrollbar-hit-test-expected.txt: Added.
1094 * platform/mac/fast/overflow/overflow-scrollbar-hit-test.html: Added.
1096 2009-07-02 Dan Bernstein <mitz@apple.com>
1098 Reviewed by Dave Hyatt and Simon Fraser.
1100 - test for part of <rdar://problem/6933052> SPOD playing video in a div
1103 * fast/box-shadow/transform-fringing.html: Added.
1104 * platform/mac/fast/box-shadow/transform-fringing-expected.checksum: Added.
1105 * platform/mac/fast/box-shadow/transform-fringing-expected.png: Added.
1106 * platform/mac/fast/box-shadow/transform-fringing-expected.txt: Added.
1108 2009-07-02 Brady Eidson <beidson@apple.com>
1110 Rubberstamped by Sam Weinig.
1112 Add more sample files for extensions we should know the MIME types for.
1114 * platform/mac/fast/loader/file-url-mimetypes.html:
1115 * platform/mac/fast/loader/file-url-mimetypes-expected.txt:
1116 * platform/mac/fast/loader/resources/mimeTypeExamples/example-3fr.3fr: Added.
1117 * platform/mac/fast/loader/resources/mimeTypeExamples/example-aaf.aaf: Added.
1118 * platform/mac/fast/loader/resources/mimeTypeExamples/example-ada.ada: Added.
1119 * platform/mac/fast/loader/resources/mimeTypeExamples/example-adb.adb: Added.
1120 * platform/mac/fast/loader/resources/mimeTypeExamples/example-ads.ads: Added.
1121 * platform/mac/fast/loader/resources/mimeTypeExamples/example-app.app: Added.
1122 * platform/mac/fast/loader/resources/mimeTypeExamples/example-applescript.applescript: Added.
1123 * platform/mac/fast/loader/resources/mimeTypeExamples/example-arw.arw: Added.
1124 * platform/mac/fast/loader/resources/mimeTypeExamples/example-as.as: Added.
1125 * platform/mac/fast/loader/resources/mimeTypeExamples/example-aupreset.aupreset: Added.
1126 * platform/mac/fast/loader/resources/mimeTypeExamples/example-c++.c++: Added.
1127 * platform/mac/fast/loader/resources/mimeTypeExamples/example-c.c: Added.
1128 * platform/mac/fast/loader/resources/mimeTypeExamples/example-caf.caf: Added.
1129 * platform/mac/fast/loader/resources/mimeTypeExamples/example-cc.cc: Added.
1130 * platform/mac/fast/loader/resources/mimeTypeExamples/example-cp.cp: Added.
1131 * platform/mac/fast/loader/resources/mimeTypeExamples/example-cpp.cpp: Added.
1132 * platform/mac/fast/loader/resources/mimeTypeExamples/example-cr2.cr2: Added.
1133 * platform/mac/fast/loader/resources/mimeTypeExamples/example-cxx.cxx: Added.
1134 * platform/mac/fast/loader/resources/mimeTypeExamples/example-defs.defs: Added.
1135 * platform/mac/fast/loader/resources/mimeTypeExamples/example-dfont.dfont: Added.
1136 * platform/mac/fast/loader/resources/mimeTypeExamples/example-dlyan.dlyan: Added.
1137 * platform/mac/fast/loader/resources/mimeTypeExamples/example-dng.dng: Added.
1138 * platform/mac/fast/loader/resources/mimeTypeExamples/example-dylib.dylib: Added.
1139 * platform/mac/fast/loader/resources/mimeTypeExamples/example-exp.exp: Added.
1140 * platform/mac/fast/loader/resources/mimeTypeExamples/example-exr.exr: Added.
1141 * platform/mac/fast/loader/resources/mimeTypeExamples/example-f.f: Added.
1142 * platform/mac/fast/loader/resources/mimeTypeExamples/example-f77.f77: Added.
1143 * platform/mac/fast/loader/resources/mimeTypeExamples/example-f90.f90: Added.
1144 * platform/mac/fast/loader/resources/mimeTypeExamples/example-f95.f95: Added.
1145 * platform/mac/fast/loader/resources/mimeTypeExamples/example-fff.fff: Added.
1146 * platform/mac/fast/loader/resources/mimeTypeExamples/example-for.for: Added.
1147 * platform/mac/fast/loader/resources/mimeTypeExamples/example-h++.h++: Added.
1148 * platform/mac/fast/loader/resources/mimeTypeExamples/example-h.h: Added.
1149 * platform/mac/fast/loader/resources/mimeTypeExamples/example-hh.hh: Added.
1150 * platform/mac/fast/loader/resources/mimeTypeExamples/example-hp.hp: Added.
1151 * platform/mac/fast/loader/resources/mimeTypeExamples/example-hpp.hpp: Added.
1152 * platform/mac/fast/loader/resources/mimeTypeExamples/example-hxx.hxx: Added.
1153 * platform/mac/fast/loader/resources/mimeTypeExamples/example-icc.icc: Added.
1154 * platform/mac/fast/loader/resources/mimeTypeExamples/example-icm.icm: Added.
1155 * platform/mac/fast/loader/resources/mimeTypeExamples/example-icns.icns: Added.
1156 * platform/mac/fast/loader/resources/mimeTypeExamples/example-jav.jav: Added.
1157 * platform/mac/fast/loader/resources/mimeTypeExamples/example-java.java: Added.
1158 * platform/mac/fast/loader/resources/mimeTypeExamples/example-jfx.jfx: Added.
1159 * platform/mac/fast/loader/resources/mimeTypeExamples/example-l.l: Added.
1160 * platform/mac/fast/loader/resources/mimeTypeExamples/example-lid.lid: Added.
1161 * platform/mac/fast/loader/resources/mimeTypeExamples/example-lm.lm: Added.
1162 * platform/mac/fast/loader/resources/mimeTypeExamples/example-lmm.lmm: Added.
1163 * platform/mac/fast/loader/resources/mimeTypeExamples/example-lpp.lpp: Added.
1164 * platform/mac/fast/loader/resources/mimeTypeExamples/example-lxx.lxx: Added.
1165 * platform/mac/fast/loader/resources/mimeTypeExamples/example-m.m: Added.
1166 * platform/mac/fast/loader/resources/mimeTypeExamples/example-m4a.m4a: Added.
1167 * platform/mac/fast/loader/resources/mimeTypeExamples/example-m4b.m4b: Added.
1168 * platform/mac/fast/loader/resources/mimeTypeExamples/example-m4v.m4v: Added.
1169 * platform/mac/fast/loader/resources/mimeTypeExamples/example-mig.mig: Added.
1170 * platform/mac/fast/loader/resources/mimeTypeExamples/example-mm.mm: Added.
1171 * platform/mac/fast/loader/resources/mimeTypeExamples/example-mos.mos: Added.
1172 * platform/mac/fast/loader/resources/mimeTypeExamples/example-mrw.mrw: Added.
1173 * platform/mac/fast/loader/resources/mimeTypeExamples/example-nef.nef: Added.
1174 * platform/mac/fast/loader/resources/mimeTypeExamples/example-o.o: Added.
1175 * platform/mac/fast/loader/resources/mimeTypeExamples/example-omf.omf: Added.
1176 * platform/mac/fast/loader/resources/mimeTypeExamples/example-orf.orf: Added.
1177 * platform/mac/fast/loader/resources/mimeTypeExamples/example-pas.pas: Added.
1178 * platform/mac/fast/loader/resources/mimeTypeExamples/example-pch++.pch++: Added.
1179 * platform/mac/fast/loader/resources/mimeTypeExamples/example-pch.pch: Added.
1180 * platform/mac/fast/loader/resources/mimeTypeExamples/example-pef.pef: Added.
1181 * platform/mac/fast/loader/resources/mimeTypeExamples/example-pf.pf: Added.
1182 * platform/mac/fast/loader/resources/mimeTypeExamples/example-pfa.pfa: Added.
1183 * platform/mac/fast/loader/resources/mimeTypeExamples/example-pfb.pfb: Added.
1184 * platform/mac/fast/loader/resources/mimeTypeExamples/example-plist.plist: Added.
1185 * platform/mac/fast/loader/resources/mimeTypeExamples/example-r.r: Added.
1186 * platform/mac/fast/loader/resources/mimeTypeExamples/example-raf.raf: Added.
1187 * platform/mac/fast/loader/resources/mimeTypeExamples/example-raw.raw: Added.
1188 * platform/mac/fast/loader/resources/mimeTypeExamples/example-s.s: Added.
1189 * platform/mac/fast/loader/resources/mimeTypeExamples/example-scpt.scpt: Added.
1190 * platform/mac/fast/loader/resources/mimeTypeExamples/example-sd2.sd2: Added.
1191 * platform/mac/fast/loader/resources/mimeTypeExamples/example-sf2.sf2: Added.
1192 * platform/mac/fast/loader/resources/mimeTypeExamples/example-srf.srf: Added.
1193 * platform/mac/fast/loader/resources/mimeTypeExamples/example-suit.suit: Added.
1194 * platform/mac/fast/loader/resources/mimeTypeExamples/example-tbz.tbz: Added.
1195 * platform/mac/fast/loader/resources/mimeTypeExamples/example-tbz2.tbz2: Added.
1196 * platform/mac/fast/loader/resources/mimeTypeExamples/example-ttc.ttc: Added.
1197 * platform/mac/fast/loader/resources/mimeTypeExamples/example-ttf.ttf: Added.
1198 * platform/mac/fast/loader/resources/mimeTypeExamples/example-ul.ul: Added.
1199 * platform/mac/fast/loader/resources/mimeTypeExamples/example-ulaw.ulaw: Added.
1200 * platform/mac/fast/loader/resources/mimeTypeExamples/example-ulw.ulw: Added.
1201 * platform/mac/fast/loader/resources/mimeTypeExamples/example-war.war: Added.
1202 * platform/mac/fast/loader/resources/mimeTypeExamples/example-y.y: Added.
1203 * platform/mac/fast/loader/resources/mimeTypeExamples/example-ym.ym: Added.
1204 * platform/mac/fast/loader/resources/mimeTypeExamples/example-ymm.ymm: Added.
1205 * platform/mac/fast/loader/resources/mimeTypeExamples/example-ypp.ypp: Added.
1206 * platform/mac/fast/loader/resources/mimeTypeExamples/example-yxx.yxx: Added.
1208 2009-07-02 Eric Carlson <eric.carlson@apple.com>
1210 Reviewed by Simon Fraser.
1212 <rdar://problem/6518119>
1214 Delay dumping the render tree because the media controller may not be done with
1217 * media/video-empty-source.html:
1219 2009-07-02 Antonio Gomes <antonio.gomes@openbossa.org>
1221 Reviewed by Simon Hausmann.
1223 https://bugs.webkit.org/show_bug.cgi?id=26896
1225 Updated computed-style-expected.txt and computed-style-without-renderer-expected.txt
1226 files according to the default font size value (13) set in DumpRenderTree/qt/DumpRenderTree.cpp .
1228 * platform/qt/fast/css/getComputedStyle/computed-style-expected.txt:
1229 * platform/qt/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
1231 2009-07-01 Xan Lopez <xlopez@igalia.com>
1233 Disable accessibility tests until we have the accessibility
1236 * platform/gtk/Skipped:
1238 2009-07-01 Simon Fraser <simon.fraser@apple.com>
1240 Reviewed by Dan Bernstein.
1242 <video> fails to show on http://camendesign.com/code/video_for_everybody
1243 <rdar://problem/7026010>
1244 https://bugs.webkit.org/show_bug.cgi?id=26919
1246 Testcase for changing the root layer size, and ensuring that all
1247 the compositing layers are correctly repositioned.
1249 * compositing/geometry/root-layer-update.html: Added.
1250 * platform/mac/compositing/geometry/root-layer-update-expected.checksum: Added.
1251 * platform/mac/compositing/geometry/root-layer-update-expected.png: Added.
1252 * platform/mac/compositing/geometry/root-layer-update-expected.txt: Added.
1254 2009-07-01 Simon Fraser <simon.fraser@apple.com>
1256 Reviewed by Dan Bernstein
1258 <rdar://problem/7026010> <video> fails to show on http://camendesign.com/code/video_for_everybody
1260 Test for outline width affecting compositing layer positions.
1262 * compositing/geometry/outline-change.html: Added.
1263 * platform/mac/compositing/geometry/outline-change-expected.checksum: Added.
1264 * platform/mac/compositing/geometry/outline-change-expected.png: Added.
1265 * platform/mac/compositing/geometry/outline-change-expected.txt: Added.
1267 2009-07-01 Daniel Bates <dbates@intudata.com>
1269 Reviewed by Adam Barth.
1271 https://bugs.webkit.org/show_bug.cgi?id=26899
1273 Tests that XSSAuditor prevents injected scripts that contain control characters.
1275 * http/tests/security/xssAuditor/script-tag-control-char-expected.txt: Added.
1276 * http/tests/security/xssAuditor/script-tag-control-char.html: Added.
1277 * http/tests/security/xssAuditor/script-tag-null-char-expected.txt: Added.
1278 * http/tests/security/xssAuditor/script-tag-null-char.html: Added.
1280 2009-07-01 Chris Fleizach <cfleizach@apple.com>
1282 Reviewed by Oliver Hunt.
1284 Test for Bug 26909: aria-label needs to be supported
1285 https://bugs.webkit.org/show_bug.cgi?id=26909
1287 * accessibility/aria-label-expected.txt: Added.
1288 * accessibility/aria-label.html: Added.
1290 2009-07-01 Chris Fleizach <cfleizach@apple.com>
1292 Reviewed by Beth Dakin.
1294 Tests for Bug 26900: AX: Manual spell check with Command-; does not bring up suggestions
1295 https://bugs.webkit.org/show_bug.cgi?id=26900
1297 * accessibility/editable-webarea-context-menu-point-expected.txt: Added.
1298 * accessibility/editable-webarea-context-menu-point.html: Added.
1300 2009-07-01 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
1302 Reviewed by George Staikos.
1304 Fixes: https://bugs.webkit.org/show_bug.cgi?id=26885
1306 Add new WML testcases covering onenterforward/ontimer support.
1308 * wml/onenterforward-event-expected.txt: Added.
1309 * wml/onenterforward-event.html: Added.
1310 * wml/onenterforward-inline-event-expected.txt: Added.
1311 * wml/onenterforward-inline-event.html: Added.
1312 * wml/ontimer-event-expected.txt: Added.
1313 * wml/ontimer-event.html: Added.
1314 * wml/resources/onenterforward-event.js: Added.
1315 (setupTestDocument):
1318 * wml/resources/onenterforward-event.wml: Added.
1319 * wml/resources/onenterforward-inline-event.js: Added.
1320 (setupTestDocument):
1323 * wml/resources/onenterforward-inline-event.wml: Added.
1324 * wml/resources/ontimer-event.js: Added.
1325 (setupTestDocument):
1328 * wml/resources/ontimer-event.wml: Added.
1329 * wml/resources/ontimer-inline-event.js:
1331 2009-07-01 David Hyatt <hyatt@apple.com>
1333 Reviewed by Simon Fraser.
1335 Add layout test for being able to set attributes on dcol elements.
1337 * fast/dom/HTMLDataGridElement/DataGridColumns-dom-attributes-expected.txt: Added.
1338 * fast/dom/HTMLDataGridElement/DataGridColumns-dom-attributes.html: Added.
1340 2009-07-01 Simon Fraser <simon.fraser@apple.com>
1342 Reviewed by Dimitri Glazkov.
1344 Add some missing pixel results for compositing tests.
1346 * platform/mac/compositing/layers-inside-overflow-scroll-expected.checksum: Added.
1347 * platform/mac/compositing/layers-inside-overflow-scroll-expected.png: Added.
1348 * platform/mac/compositing/overflow/overflow-scroll-expected.checksum: Added.
1349 * platform/mac/compositing/overflow/overflow-scroll-expected.png: Added.
1351 2009-07-01 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
1353 Reviewed by George Staikos.
1355 Fixes: https://bugs.webkit.org/show_bug.cgi?id=26884
1357 WMLTestCase.js relies on timing-dependant hacks, making it difficult to predict results on slower machines.
1358 Fix by rewriting and simplifying the testing procedure, which contained unnecessary quirks working around older WML bugs.
1360 * wml/resources/WMLTestCase.js:
1361 (createWMLTestCase.iframeElement.onload):
1362 (createWMLTestCase):
1365 2009-07-01 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
1367 Reviewed by Holger Freyther.
1369 Apply same cleanup to WML testcases living in http/tests/wml/. Forgot about them in my last commit.
1371 * http/tests/wml/resources/go-task-get-method-accept-charset.js:
1372 (setupTestDocument):
1373 * http/tests/wml/resources/go-task-get-method.js:
1374 (setupTestDocument):
1375 * http/tests/wml/resources/go-task-post-method-accept-charset.js:
1376 (setupTestDocument):
1377 * http/tests/wml/resources/go-task-post-method.js:
1378 (setupTestDocument):
1379 * http/tests/wml/resources/post-data-to-server.js:
1380 (setupTestDocument):
1382 2009-07-01 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
1384 Reviewed by Holger Freyther.
1386 Slightly cleanup some WML testcases:
1387 Use "anchorElement.textContent = '...'" instead of "anchorElement.appendChild(document.createTextNode('...'))"
1389 * wml/resources/go-task-get-method-external-deck-with-href.js:
1390 (setupTestDocument):
1391 * wml/resources/go-task-get-method-external-deck.js:
1392 (setupTestDocument):
1393 * wml/resources/go-task-get-method-same-deck.js:
1394 (setupTestDocument):
1395 * wml/resources/input-format.js:
1396 (setupTestDocument):
1397 * wml/resources/variable-reference-invalid-character.js:
1398 (setupTestDocument):
1399 * wml/resources/variable-reference-valid.js:
1400 (setupTestDocument):
1402 2009-06-30 Xan Lopez <xlopez@igalia.com>
1404 Disable test using eventSender.
1406 * platform/gtk/Skipped:
1408 2009-06-30 Xan Lopez <xlopez@igalia.com>
1410 Disable new tests until we enable the accessibility controller.
1412 * platform/gtk/Skipped:
1414 2009-06-30 Simon Fraser <simon.fraser@apple.com>
1416 Rubber-stamped by Dan Bernstein.
1418 Update compositing pixel results now that DRT dumps them correctly.
1420 * compositing/overflow/overflow-scroll.html:
1421 Fixed typo in this testcase.
1423 * platform/mac/compositing/overflow/ancestor-overflow-expected.checksum:
1424 * platform/mac/compositing/overflow/ancestor-overflow-expected.png:
1425 * platform/mac/compositing/overflow/overflow-positioning-expected.checksum:
1426 * platform/mac/compositing/overflow/overflow-positioning-expected.png:
1427 * platform/mac/compositing/overflow/overflow-scroll-expected.txt:
1428 * platform/mac/compositing/overflow/parent-overflow-expected.checksum:
1429 * platform/mac/compositing/overflow/parent-overflow-expected.png:
1430 * platform/mac/compositing/repaint/content-into-overflow-expected.checksum:
1431 * platform/mac/compositing/repaint/content-into-overflow-expected.png:
1432 * platform/mac/compositing/repaint/overflow-into-content-expected.checksum:
1433 * platform/mac/compositing/repaint/overflow-into-content-expected.png:
1435 2009-06-30 Eric Seidel <eric@webkit.org>
1437 No review, reverting r45396. (George Staikos agrees the change was wrong.)
1438 http://trac.webkit.org/changeset/45396
1440 * fast/css/getComputedStyle/computed-style-font-family-expected.txt:
1442 2009-06-30 David Hyatt <hyatt@apple.com>
1444 Reviewed by Beth Dakin.
1446 Add layout test for https://bugs.webkit.org/show_bug.cgi?id=26858.
1448 * fast/dom/HTMLDataGridElement/DataGridColumns-dom-expected.txt: Added.
1449 * fast/dom/HTMLDataGridElement/DataGridColumns-dom.html: Added.
1451 2009-06-30 Antonio Gomes <antonio.gomes@openbossa.org>
1453 Reviewed by Simon Hausmann.
1455 Updated LayoutTests/fast/css/getComputedStyle/computed-style-font-family-expected.txt
1456 according to the default font size value set in WebKit/qt/Api/qwebsettings.cpp (in
1459 * fast/css/getComputedStyle/computed-style-font-family-expected.txt:
1461 2009-06-30 Antonio Gomes <antonio.gomes@openbossa.org>
1463 Reviewed by Simon Hausmann.
1465 Updated LayoutTests/platform/qt/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt
1466 to some newly cross-platform CSS properties.
1468 * platform/qt/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
1470 2009-06-30 David Levin <levin@chromium.org>
1472 Reviewed by Oliver Hunt.
1474 Make media/video-document-types pass again. It broke when the
1475 call to waitUntilDone was accidently made asynchronous in r45378.
1477 * media/video-document-types.html:
1479 2009-06-30 Simon Fraser <simon.fraser@apple.com>
1481 Reviewed by Dave Hyatt, Dan Bernstein.
1483 <rdar://problem/6191676> Redraw issues scrolling overflow:scroll div with compositing
1485 Testcase for various configurations of compositing and positioning with overflow.
1487 * compositing/overflow/overflow-scroll.html: Added.
1488 * platform/mac/compositing/overflow/overflow-scroll-expected.txt: Added.
1490 2009-06-30 Alexey Proskuryakov <ap@webkit.org>
1492 Reviewed by Dan Bernstein.
1494 https://bugs.webkit.org/show_bug.cgi?id=26764
1495 Uncaught NOT_FOUND_ERR: DOMException 8 loading empty text file
1497 * fast/parser/empty-text-resource-expected.txt: Added.
1498 * fast/parser/empty-text-resource.html: Added.
1500 2009-06-30 Drew Wilson <atwilson@google.com>
1502 Reviewed by David Levin.
1504 <https://bugs.webkit.org/show_bug.cgi?id=25435>
1506 Added tests for sending MessagePorts to/from workers.
1508 * fast/workers/resources/worker-cloneport.js: Added.
1510 * fast/workers/resources/worker-messageport.js: Added.
1513 * fast/workers/worker-cloneport-expected.txt: Added.
1514 * fast/workers/worker-cloneport.html-disabled: Added.
1515 Tests for cloning a port while messages are sent from another thread.
1516 * fast/workers/worker-messageport-expected.txt: Added.
1517 * fast/workers/worker-messageport.html-disabled: Added.
1518 General tests for sending messages to workers via message ports.
1519 * fast/workers/worker-messageport-gc-expected.txt: Added.
1520 * fast/workers/worker-messageport-gc.html-disabled: Added.
1521 Tests to ensure Workers don't shut down when reachable only via MessagePorts.
1523 2009-06-30 Eric Carlson <eric.carlson@apple.com>
1525 Reviewed by Simon Fraser.
1527 <rdar://problem/7019799> Slow loading MediaDocument can fall back to plug-in unnecessarily
1529 Don't test iframe immediately, switch over from <video> to <embed> may not have
1530 happend when the document 'load' event fires.
1532 * media/video-document-types.html:
1534 2009-06-30 Xan Lopez <xlopez@igalia.com>
1536 Skip new editing tests.
1538 They are failing because we don't have a dumpEditingCallbacks
1541 * platform/gtk/Skipped:
1543 2009-06-29 Oliver Hunt <oliver@apple.com>
1545 Reviewed by Gavin Barraclough.
1547 <rdar://problem/7016214> JSON.parse fails to parse valid JSON with most Unicode characters
1548 <https://bugs.webkit.org/show_bug.cgi?id=26802>
1550 Add test of unicode parsing in JSON.
1552 * fast/js/JSON-parse-expected.txt:
1553 * fast/js/resources/JSON-parse.js:
1554 (createTests.result):
1557 2009-06-29 Antonio Gomes <antonio.gomes@openbossa.org>
1559 Reviewed by Simon Hausmann.
1561 Updated LayoutTests/platform/qt/fast/css/getComputedStyle/computed-style-expected.txt to some newly cross-platform CSS properties.
1563 The file has not been updated for a while.
1565 * platform/win/fast/css/getComputedStyle/computed-style-expected.txt:
1567 2009-06-29 Sam Weinig <sam@webkit.org>
1569 Reviewed by Dave Hyatt.
1571 Update for the change in DataGridDataSource API.
1573 * fast/dom/HTMLDataGridElement/DataGridDataSource-basic-expected.txt:
1574 * fast/dom/HTMLDataGridElement/DataGridDataSource-basic.html:
1576 2009-06-29 Chris Marrin <cmarrin@apple.com>
1578 Reviewed by Simon Fraser <simon.fraser@apple.com>.
1580 https://bugs.webkit.org/show_bug.cgi?id=26706
1582 Added tests for -webkit-text-fill-color and
1583 text-shadow, since these go through different
1586 * transitions/override-transition-crash-expected.txt:
1587 * transitions/override-transition-crash.html:
1589 2009-06-29 David Hyatt <hyatt@apple.com>
1591 Reviewed by Mark Rowe.
1593 Update layout tests for addition of HTMLDataGridCellElement constructor.
1595 * fast/dom/Window/window-properties-expected.txt:
1596 * fast/js/global-constructors-expected.txt:
1598 2009-06-29 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
1600 Reviewed by Adam Treat.
1602 Rename go-task-animation.* to ontimer-inline-event.* to reflect what it really tests.
1604 * wml/go-task-animation-expected.txt: Removed.
1605 * wml/go-task-animation.html: Removed.
1606 * wml/ontimer-inline-event-expected.txt: Copied from wml/go-task-animation-expected.txt.
1607 * wml/ontimer-inline-event.html: Copied from wml/go-task-animation.html.
1608 * wml/resources/animation.wml: Removed.
1609 * wml/resources/go-task-animation.js: Removed.
1610 * wml/resources/ontimer-inline-event.js: Copied from wml/resources/go-task-animation.js.
1611 * wml/resources/ontimer-inline-event.wml: Copied from wml/resources/animation.wml.
1613 2009-06-29 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
1615 Reviewed by Adam Treat.
1617 Fixes: https://bugs.webkit.org/show_bug.cgi?id=26246
1619 Implement most WML specific <select> element features.
1620 Add two tests covering most select/variable related functionality.
1622 * http/tests/wml/post-data-to-server-expected.txt: Added.
1623 * http/tests/wml/post-data-to-server.html: Added.
1624 * http/tests/wml/resources/dumpVariables.cgi: Added.
1625 * http/tests/wml/resources/post-data-to-server.js: Added.
1626 (setupTestDocument):
1627 (sendTextToControl):
1630 * wml/resources/WMLTestCase.js:
1631 (createWMLTestCase.iframeElement.onload):
1632 (createWMLTestCase):
1634 * wml/resources/select-element-variables.js: Added.
1635 (setupTestDocument):
1638 * wml/select-element-variables-expected.txt: Added.
1639 * wml/select-element-variables.html: Added.
1641 2009-06-28 Dan Bernstein <mitz@apple.com>
1643 Reviewed by Simon Fraser.
1645 - add a test case for https://bugs.webkit.org/show_bug.cgi?id=26783
1646 <rdar://problem/7014543> REGRESSION (r45296): Subfolders not displayed
1647 in MobileMe iDisk Web App
1649 * fast/dom/Element/scrollWidth-expected.txt:
1650 * fast/dom/Element/scrollWidth.html:
1652 2009-06-27 Simon Fraser <simon.fraser@apple.com>
1654 Reviewed by Eric Seidel.
1656 https://bugs.webkit.org/show_bug.cgi?id=26780
1658 Testcases for compositing and self-painting layers (for which we use
1659 video to make an element composited while being in the normal flow),
1660 and for moving layers inside an overflow:scroll div.
1662 * compositing/layers-inside-overflow-scroll.html: Added.
1663 * compositing/resources/video.mp4: Added.
1664 * compositing/self-painting-layers.html: Added.
1665 * platform/mac/compositing/layers-inside-overflow-scroll-expected.txt: Added.
1666 * platform/mac/compositing/self-painting-layers-expected.txt: Added.
1668 2009-06-28 John Abd-El-Malek <jam@chromium.org>
1670 https://bugs.webkit.org/show_bug.cgi?id=15457
1672 Layout tests to ensure that "src" paramater is added when it's missing
1673 but "data" is present.
1675 * plugins/netscape-plugin-map-data-to-src-expected.txt: Added.
1676 * plugins/netscape-plugin-map-data-to-src.html: Added.
1678 2009-06-28 Eric Seidel <eric@webkit.org>
1680 No review. Just updating test results Kevin seems to have missed.
1682 Test failure started with:
1683 http://trac.webkit.org/changeset/45287
1684 The new results definitely look better.
1686 * fast/profiler/profile-with-no-title-expected.txt:
1688 2009-06-27 Ryosuke Niwa <rniwa@google.com>
1690 Reviewed by Eric Seidel.
1692 https://bugs.webkit.org/show_bug.cgi?id=26762
1694 Clean up for IndentOutdentCommand::indentRegion, and solved most of problems related to the bug 21712.
1695 https://bugs.webkit.org/show_bug.cgi?id=21712
1697 The following test cases are intended for 21712, but included here
1698 since this patch already solved a lot of problems.
1700 * editing/execCommand/indent-nested-lists-1-expected.txt: Added.
1701 * editing/execCommand/indent-nested-lists-1.html: Added.
1702 * editing/execCommand/indent-nested-lists-2-expected.txt: Added.
1703 * editing/execCommand/indent-nested-lists-2.html: Added.
1704 * editing/execCommand/indent-nested-lists-3-expected.txt: Added.
1705 * editing/execCommand/indent-nested-lists-3.html: Added.
1706 * editing/execCommand/indent-nested-lists-4-expected.txt: Added.
1707 * editing/execCommand/indent-nested-lists-4.html: Added.
1708 * editing/execCommand/indent-nested-lists-5-expected.txt: Added.
1709 * editing/execCommand/indent-nested-lists-5.html: Added.
1710 * editing/execCommand/indent-nested-lists-6-expected.txt: Added.
1711 * editing/execCommand/indent-nested-lists-6.html: Added.
1712 * editing/execCommand/indent-nested-lists-7-expected.txt: Added.
1713 * editing/execCommand/indent-nested-lists-7.html: Added.
1714 * editing/execCommand/outdent-nested-lists-1-expected.txt: Added.
1715 * editing/execCommand/outdent-nested-lists-1.html: Added.
1716 * editing/execCommand/outdent-nested-lists-2-expected.txt: Added.
1717 * editing/execCommand/outdent-nested-lists-2.html: Added.
1718 * editing/execCommand/outdent-nested-lists-3-expected.txt: Added.
1719 * editing/execCommand/outdent-nested-lists-3.html: Added.
1720 * editing/execCommand/outdent-nested-lists-4-expected.txt: Added.
1721 * editing/execCommand/outdent-nested-lists-4.html: Added.
1723 2009-06-27 Daniel Bates <dbates@intudata.com>
1725 Reviewed by Adam Barth.
1727 https://bugs.webkit.org/show_bug.cgi?id=26776
1729 More tests for the XSSAuditor.
1731 * http/tests/security/xssAuditor/anchor-url-dom-write-location-expected.txt: Added.
1732 * http/tests/security/xssAuditor/anchor-url-dom-write-location-inline-event-expected.txt: Added.
1733 * http/tests/security/xssAuditor/anchor-url-dom-write-location-inline-event.html: Added.
1734 * http/tests/security/xssAuditor/anchor-url-dom-write-location-javascript-URL-expected.txt: Added.
1735 * http/tests/security/xssAuditor/anchor-url-dom-write-location-javascript-URL.html: Added.
1736 * http/tests/security/xssAuditor/anchor-url-dom-write-location.html: Added.
1737 * http/tests/security/xssAuditor/dom-write-URL-expected.txt: Added.
1738 * http/tests/security/xssAuditor/dom-write-URL.html: Added.
1739 * http/tests/security/xssAuditor/dom-write-innerHTML-expected.txt: Added.
1740 * http/tests/security/xssAuditor/dom-write-innerHTML.html: Added.
1741 * http/tests/security/xssAuditor/dom-write-location-expected.txt: Added.
1742 * http/tests/security/xssAuditor/dom-write-location-inline-event-expected.txt: Added.
1743 * http/tests/security/xssAuditor/dom-write-location-inline-event.html: Added.
1744 * http/tests/security/xssAuditor/dom-write-location-javascript-URL-expected.txt: Added.
1745 * http/tests/security/xssAuditor/dom-write-location-javascript-URL.html: Added.
1746 * http/tests/security/xssAuditor/dom-write-location.html: Added.
1747 * http/tests/security/xssAuditor/faux-script1-expected.txt: Added.
1748 * http/tests/security/xssAuditor/faux-script1.html: Added.
1749 * http/tests/security/xssAuditor/faux-script2-expected.txt: Added.
1750 * http/tests/security/xssAuditor/faux-script2.html: Added.
1751 * http/tests/security/xssAuditor/faux-script3-expected.txt: Added.
1752 * http/tests/security/xssAuditor/faux-script3.html: Added.
1753 * http/tests/security/xssAuditor/get-from-iframe-expected.txt: Added.
1754 * http/tests/security/xssAuditor/get-from-iframe.html: Added.
1755 * http/tests/security/xssAuditor/malformed-HTML-expected.txt: Added.
1756 * http/tests/security/xssAuditor/malformed-HTML.html: Added.
1757 * http/tests/security/xssAuditor/post-from-iframe-expected.txt: Added.
1758 * http/tests/security/xssAuditor/post-from-iframe.html: Added.
1759 * http/tests/security/xssAuditor/resources/anchor-url-dom-write-location-click.html: Added.
1760 * http/tests/security/xssAuditor/resources/echo-dom-write-URL.html: Added.
1761 * http/tests/security/xssAuditor/resources/echo-dom-write-innerHTML.html: Added.
1762 * http/tests/security/xssAuditor/resources/echo-dom-write-location.html: Added.
1763 * http/tests/security/xssAuditor/resources/utilities.js: Added.
1764 (sendRequestFromIFrame):
1766 2009-06-27 Daniel Bates <dbates@intudata.com>
1768 Reviewed by Adam Barth.
1770 Tests for https://bugs.webkit.org/show_bug.cgi?id=26708
1772 Tests prevention of injected scripts with scheme relative paths, iFrame JavaScript URLs,
1775 * http/tests/security/xssAuditor/http-equiv-utf-7-encoded-expected.txt: Added.
1776 * http/tests/security/xssAuditor/http-equiv-utf-7-encoded.html: Added.
1777 * http/tests/security/xssAuditor/iframe-javascript-url-expected.txt: Added.
1778 * http/tests/security/xssAuditor/iframe-javascript-url.html: Added.
1779 * http/tests/security/xssAuditor/resources/echo-intertag-default-encode.pl: Added.
1780 * http/tests/security/xssAuditor/script-tag-utf-7-encoded-expected.txt: Added.
1781 * http/tests/security/xssAuditor/script-tag-utf-7-encoded.html: Added.
1782 * http/tests/security/xssAuditor/script-tag-with-source-relative-scheme-expected.txt: Added.
1783 * http/tests/security/xssAuditor/script-tag-with-source-relative-scheme.html: Added.
1785 2009-06-27 Oliver Hunt <oliver@apple.com>
1787 Reviewed by Maciej Stachowiak.
1789 Bug 26771: Canvas is incorrectly tainted when drawing from a video element that uses <source> elements
1791 Add test to protect against incorrectly tainting the canvas.
1793 * media/video-canvas-source-expected.txt: Added.
1794 * media/video-canvas-source.html: Added.
1796 2009-06-26 Alexey Proskuryakov <ap@webkit.org>
1798 Updating Tiger results for a recently modified test.
1800 * platform/mac-tiger/fast/encoding/idn-security-expected.txt:
1802 2009-06-26 Dan Bernstein <mitz@apple.com>
1804 Reviewed by Oliver Hunt.
1806 * fast/dom/Element/scrollWidth-expected.txt: Added.
1807 * fast/dom/Element/scrollWidth.html: Added.
1809 2009-06-26 Chris Fleizach <cfleizach@apple.com>
1811 Reviewed by Oliver Hunt.
1813 Tests for Bug 26725: aria-hidden, aria-disabled, aria-readonly need to be implemented
1815 * accessibility/aria-disabled-expected.txt: Added.
1816 * accessibility/aria-disabled.html: Added.
1817 * accessibility/aria-hidden-expected.txt: Added.
1818 * accessibility/aria-hidden.html: Added.
1819 * accessibility/aria-readonly-expected.txt: Added.
1820 * accessibility/aria-readonly.html: Added.
1822 2009-06-26 Brady Eidson <beidson@apple.com>
1826 * platform/mac-tiger/fast/loader/file-url-mimetypes-expected.txt: Removed.
1827 * platform/mac-tiger/platform: Added.
1828 * platform/mac-tiger/platform/mac: Added.
1829 * platform/mac-tiger/platform/mac/fast: Added.
1830 * platform/mac-tiger/platform/mac/fast/loader: Added.
1831 * platform/mac-tiger/platform/mac/fast/loader/file-url-mimetypes-expected.txt: Copied from platform/mac-tiger/fast/loader/file-url-mimetypes-expected.txt.
1833 2009-06-26 Brady Eidson <beidson@apple.com>
1835 Fix Tiger results for the new mime type layout test.
1837 * platform/mac-tiger/fast/loader: Added.
1838 * platform/mac-tiger/fast/loader/file-url-mimetypes-expected.txt: Added.
1840 2009-06-26 Jessie Berlin <jberlin@apple.com>
1842 Reviewed by Mark Rowe.
1846 * editing/selection/drag-start-event-client-x-y-expected.txt:
1848 2009-06-26 Brady Eidson <beidson@apple.com>
1850 Step 2 (new Mac results)
1852 * platform/mac/fast/images/favicon-as-image-expected.checksum: Added.
1853 * platform/mac/fast/images/favicon-as-image-expected.png: Added.
1854 * platform/mac/fast/images/favicon-as-image-expected.txt: Added.
1856 2009-06-26 Brady Eidson <beidson@apple.com>
1858 1st step of fixing the layout test I broke on Mac platforms.
1860 * platform/mac-leopard/fast/images/favicon-as-image-expected.checksum: Removed.
1861 * platform/mac-leopard/fast/images/favicon-as-image-expected.png: Removed.
1862 * platform/mac-leopard/fast/images/favicon-as-image-expected.txt: Removed.
1863 * platform/mac-tiger/fast/images/favicon-as-image-expected.checksum: Removed.
1864 * platform/mac-tiger/fast/images/favicon-as-image-expected.png: Removed.
1865 * platform/mac-tiger/fast/images/favicon-as-image-expected.txt: Removed.
1866 * platform/mac/fast/images/favicon-as-image-expected.checksum: Removed.
1867 * platform/mac/fast/images/favicon-as-image-expected.png: Removed.
1868 * platform/mac/fast/images/favicon-as-image-expected.txt: Removed.
1869 * platform/win/fast/images: Added.
1870 * platform/win/fast/images/favicon-as-image-expected.checksum: Copied from platform/mac/fast/images/favicon-as-image-expected.checksum.
1871 * platform/win/fast/images/favicon-as-image-expected.png: Copied from platform/mac/fast/images/favicon-as-image-expected.png.
1872 * platform/win/fast/images/favicon-as-image-expected.txt: Copied from platform/mac/fast/images/favicon-as-image-expected.txt.
1874 2009-06-26 Mark Rowe <mrowe@apple.com>
1876 Land updated results after the test change.
1878 * editing/selection/user-drag-element-and-user-select-none-expected.txt:
1880 2009-06-26 Jessie Berlin <jberlin@apple.com>
1882 Reviewed by Mark Rowe.
1884 Layout test for making sure the client X Y coordinates of the event
1885 in a dragstart handler are correct.
1887 https://bugs.webkit.org/show_bug.cgi?id=26723
1889 * editing/selection/drag-start-event-client-x-y-expected.txt: Added.
1890 * editing/selection/drag-start-event-client-x-y.html: Added.
1892 2009-06-26 Mark Rowe <mrowe@apple.com>
1894 Reviewed by Sam Weinig.
1896 Fix user-drag-element-and-user-select-none.html to not rely on a bug in Mac DRT.
1898 * editing/selection/user-drag-element-and-user-select-none.html:
1900 2009-06-25 Brady Eidson <beidson@apple.com>
1902 Reviewed by Sam Weinig
1904 <rdar://problem/6961578> REGRESSION (r43511): Opening .fdf files from Acrobat Professional fails
1906 Add a test file for each of file extensions we think WebKit on Mac should know the MIME type for.
1908 * platform/mac/fast/loader/file-url-mimetypes-expected.txt: Added.
1909 * platform/mac/fast/loader/file-url-mimetypes.html: Added.
1910 * platform/mac/fast/loader/resources: Added.
1911 * platform/mac/fast/loader/resources/mimeTypeExamples: Added.
1912 * platform/mac/fast/loader/resources/mimeTypeExamples/example-3g2.3g2: Added.
1913 * platform/mac/fast/loader/resources/mimeTypeExamples/example-3gp.3gp: Added.
1914 * platform/mac/fast/loader/resources/mimeTypeExamples/example-3gp2.3gp2: Added.
1915 * platform/mac/fast/loader/resources/mimeTypeExamples/example-3gpp.3gpp: Added.
1916 * platform/mac/fast/loader/resources/mimeTypeExamples/example-Z.Z: Added.
1917 * platform/mac/fast/loader/resources/mimeTypeExamples/example-ac3.ac3: Added.
1918 * platform/mac/fast/loader/resources/mimeTypeExamples/example-ai.ai: Added.
1919 * platform/mac/fast/loader/resources/mimeTypeExamples/example-aif.aif: Added.
1920 * platform/mac/fast/loader/resources/mimeTypeExamples/example-aifc.aifc: Added.
1921 * platform/mac/fast/loader/resources/mimeTypeExamples/example-aiff.aiff: Added.
1922 * platform/mac/fast/loader/resources/mimeTypeExamples/example-asc.asc: Added.
1923 * platform/mac/fast/loader/resources/mimeTypeExamples/example-asf.asf: Added.
1924 * platform/mac/fast/loader/resources/mimeTypeExamples/example-asx.asx: Added.
1925 * platform/mac/fast/loader/resources/mimeTypeExamples/example-au.au: Added.
1926 * platform/mac/fast/loader/resources/mimeTypeExamples/example-avi.avi: Added.
1927 * platform/mac/fast/loader/resources/mimeTypeExamples/example-bcpio.bcpio: Added.
1928 * platform/mac/fast/loader/resources/mimeTypeExamples/example-bin.bin: Added.
1929 * platform/mac/fast/loader/resources/mimeTypeExamples/example-bmp.bmp: Added.
1930 * platform/mac/fast/loader/resources/mimeTypeExamples/example-bz.bz: Added.
1931 * platform/mac/fast/loader/resources/mimeTypeExamples/example-bz2.bz2: Added.
1932 * platform/mac/fast/loader/resources/mimeTypeExamples/example-cdf.cdf: Added.
1933 * platform/mac/fast/loader/resources/mimeTypeExamples/example-class.class: Added.
1934 * platform/mac/fast/loader/resources/mimeTypeExamples/example-cpgz.cpgz: Added.
1935 * platform/mac/fast/loader/resources/mimeTypeExamples/example-cpio.cpio: Added.
1936 * platform/mac/fast/loader/resources/mimeTypeExamples/example-cpt.cpt: Added.
1937 * platform/mac/fast/loader/resources/mimeTypeExamples/example-crw.crw: Added.
1938 * platform/mac/fast/loader/resources/mimeTypeExamples/example-csh.csh: Added.
1939 * platform/mac/fast/loader/resources/mimeTypeExamples/example-css.css: Added.
1940 * platform/mac/fast/loader/resources/mimeTypeExamples/example-dcr.dcr: Added.
1941 * platform/mac/fast/loader/resources/mimeTypeExamples/example-dif.dif: Added.
1942 * platform/mac/fast/loader/resources/mimeTypeExamples/example-dir.dir: Added.
1943 * platform/mac/fast/loader/resources/mimeTypeExamples/example-dll.dll: Added.
1944 * platform/mac/fast/loader/resources/mimeTypeExamples/example-dls.dls: Added.
1945 * platform/mac/fast/loader/resources/mimeTypeExamples/example-dmg.dmg: Added.
1946 * platform/mac/fast/loader/resources/mimeTypeExamples/example-dms.dms: Added.
1947 * platform/mac/fast/loader/resources/mimeTypeExamples/example-doc.doc: Added.
1948 * platform/mac/fast/loader/resources/mimeTypeExamples/example-docm.docm: Added.
1949 * platform/mac/fast/loader/resources/mimeTypeExamples/example-docx.docx: Added.
1950 * platform/mac/fast/loader/resources/mimeTypeExamples/example-dotm.dotm: Added.
1951 * platform/mac/fast/loader/resources/mimeTypeExamples/example-dotx.dotx: Added.
1952 * platform/mac/fast/loader/resources/mimeTypeExamples/example-dv.dv: Added.
1953 * platform/mac/fast/loader/resources/mimeTypeExamples/example-dvi.dvi: Added.
1954 * platform/mac/fast/loader/resources/mimeTypeExamples/example-dxr.dxr: Added.
1955 * platform/mac/fast/loader/resources/mimeTypeExamples/example-efx.efx: Added.
1956 * platform/mac/fast/loader/resources/mimeTypeExamples/example-eps.eps: Added.
1957 * platform/mac/fast/loader/resources/mimeTypeExamples/example-etx.etx: Added.
1958 * platform/mac/fast/loader/resources/mimeTypeExamples/example-exe.exe: Added.
1959 * platform/mac/fast/loader/resources/mimeTypeExamples/example-ez.ez: Added.
1960 * platform/mac/fast/loader/resources/mimeTypeExamples/example-fdf.fdf: Added.
1961 * platform/mac/fast/loader/resources/mimeTypeExamples/example-fla.fla: Added.
1962 * platform/mac/fast/loader/resources/mimeTypeExamples/example-fp.fp: Added.
1963 * platform/mac/fast/loader/resources/mimeTypeExamples/example-fp2.fp2: Added.
1964 * platform/mac/fast/loader/resources/mimeTypeExamples/example-fp3.fp3: Added.
1965 * platform/mac/fast/loader/resources/mimeTypeExamples/example-fp4.fp4: Added.
1966 * platform/mac/fast/loader/resources/mimeTypeExamples/example-fp5.fp5: Added.
1967 * platform/mac/fast/loader/resources/mimeTypeExamples/example-fp6.fp6: Added.
1968 * platform/mac/fast/loader/resources/mimeTypeExamples/example-fpx.fpx: Added.
1969 * platform/mac/fast/loader/resources/mimeTypeExamples/example-gif.gif: Added.
1970 * platform/mac/fast/loader/resources/mimeTypeExamples/example-gtar.gtar: Added.
1971 * platform/mac/fast/loader/resources/mimeTypeExamples/example-gz.gz: Added.
1972 * platform/mac/fast/loader/resources/mimeTypeExamples/example-gzip.gzip: Added.
1973 * platform/mac/fast/loader/resources/mimeTypeExamples/example-hdf.hdf: Added.
1974 * platform/mac/fast/loader/resources/mimeTypeExamples/example-hqx.hqx: Added.
1975 * platform/mac/fast/loader/resources/mimeTypeExamples/example-htm.htm: Added.
1976 * platform/mac/fast/loader/resources/mimeTypeExamples/example-html.html: Added.
1977 * platform/mac/fast/loader/resources/mimeTypeExamples/example-ice.ice: Added.
1978 * platform/mac/fast/loader/resources/mimeTypeExamples/example-ico.ico: Added.
1979 * platform/mac/fast/loader/resources/mimeTypeExamples/example-ics.ics: Added.
1980 * platform/mac/fast/loader/resources/mimeTypeExamples/example-ief.ief: Added.
1981 * platform/mac/fast/loader/resources/mimeTypeExamples/example-iges.iges: Added.
1982 * platform/mac/fast/loader/resources/mimeTypeExamples/example-igs.igs: Added.
1983 * platform/mac/fast/loader/resources/mimeTypeExamples/example-iso.iso: Added.
1984 * platform/mac/fast/loader/resources/mimeTypeExamples/example-j2k.j2k: Added.
1985 * platform/mac/fast/loader/resources/mimeTypeExamples/example-jar.jar: Added.
1986 * platform/mac/fast/loader/resources/mimeTypeExamples/example-javascript.javascript: Added.
1987 * platform/mac/fast/loader/resources/mimeTypeExamples/example-jhtml.jhtml: Added.
1988 * platform/mac/fast/loader/resources/mimeTypeExamples/example-jnlp.jnlp: Added.
1989 * platform/mac/fast/loader/resources/mimeTypeExamples/example-jp2.jp2: Added.
1990 * platform/mac/fast/loader/resources/mimeTypeExamples/example-jpe.jpe: Added.
1991 * platform/mac/fast/loader/resources/mimeTypeExamples/example-jpeg.jpeg: Added.
1992 * platform/mac/fast/loader/resources/mimeTypeExamples/example-jpf.jpf: Added.
1993 * platform/mac/fast/loader/resources/mimeTypeExamples/example-jpg.jpg: Added.
1994 * platform/mac/fast/loader/resources/mimeTypeExamples/example-jpx.jpx: Added.
1995 * platform/mac/fast/loader/resources/mimeTypeExamples/example-js.js: Added.
1996 * platform/mac/fast/loader/resources/mimeTypeExamples/example-jscript.jscript: Added.
1997 * platform/mac/fast/loader/resources/mimeTypeExamples/example-kar.kar: Added.
1998 * platform/mac/fast/loader/resources/mimeTypeExamples/example-latex.latex: Added.
1999 * platform/mac/fast/loader/resources/mimeTypeExamples/example-lha.lha: Added.
2000 * platform/mac/fast/loader/resources/mimeTypeExamples/example-lzh.lzh: Added.
2001 * platform/mac/fast/loader/resources/mimeTypeExamples/example-m15.m15: Added.
2002 * platform/mac/fast/loader/resources/mimeTypeExamples/example-m2v.m2v: Added.
2003 * platform/mac/fast/loader/resources/mimeTypeExamples/example-m3u.m3u: Added.
2004 * platform/mac/fast/loader/resources/mimeTypeExamples/example-m4p.m4p: Added.
2005 * platform/mac/fast/loader/resources/mimeTypeExamples/example-m75.m75: Added.
2006 * platform/mac/fast/loader/resources/mimeTypeExamples/example-mac.mac: Added.
2007 * platform/mac/fast/loader/resources/mimeTypeExamples/example-man.man: Added.
2008 * platform/mac/fast/loader/resources/mimeTypeExamples/example-me.me: Added.
2009 * platform/mac/fast/loader/resources/mimeTypeExamples/example-mesh.mesh: Added.
2010 * platform/mac/fast/loader/resources/mimeTypeExamples/example-mid.mid: Added.
2011 * platform/mac/fast/loader/resources/mimeTypeExamples/example-midi.midi: Added.
2012 * platform/mac/fast/loader/resources/mimeTypeExamples/example-mif.mif: Added.
2013 * platform/mac/fast/loader/resources/mimeTypeExamples/example-mov.mov: Added.
2014 * platform/mac/fast/loader/resources/mimeTypeExamples/example-movie.movie: Added.
2015 * platform/mac/fast/loader/resources/mimeTypeExamples/example-mp2.mp2: Added.
2016 * platform/mac/fast/loader/resources/mimeTypeExamples/example-mp3.mp3: Added.
2017 * platform/mac/fast/loader/resources/mimeTypeExamples/example-mp4.mp4: Added.
2018 * platform/mac/fast/loader/resources/mimeTypeExamples/example-mpe.mpe: Added.
2019 * platform/mac/fast/loader/resources/mimeTypeExamples/example-mpeg.mpeg: Added.
2020 * platform/mac/fast/loader/resources/mimeTypeExamples/example-mpg.mpg: Added.
2021 * platform/mac/fast/loader/resources/mimeTypeExamples/example-mpga.mpga: Added.
2022 * platform/mac/fast/loader/resources/mimeTypeExamples/example-ms.ms: Added.
2023 * platform/mac/fast/loader/resources/mimeTypeExamples/example-msh.msh: Added.
2024 * platform/mac/fast/loader/resources/mimeTypeExamples/example-mxu.mxu: Added.
2025 * platform/mac/fast/loader/resources/mimeTypeExamples/example-nc.nc: Added.
2026 * platform/mac/fast/loader/resources/mimeTypeExamples/example-oda.oda: Added.
2027 * platform/mac/fast/loader/resources/mimeTypeExamples/example-odc.odc: Added.
2028 * platform/mac/fast/loader/resources/mimeTypeExamples/example-odf.odf: Added.
2029 * platform/mac/fast/loader/resources/mimeTypeExamples/example-odg.odg: Added.
2030 * platform/mac/fast/loader/resources/mimeTypeExamples/example-odi.odi: Added.
2031 * platform/mac/fast/loader/resources/mimeTypeExamples/example-odm.odm: Added.
2032 * platform/mac/fast/loader/resources/mimeTypeExamples/example-odp.odp: Added.
2033 * platform/mac/fast/loader/resources/mimeTypeExamples/example-ods.ods: Added.
2034 * platform/mac/fast/loader/resources/mimeTypeExamples/example-odt.odt: Added.
2035 * platform/mac/fast/loader/resources/mimeTypeExamples/example-otc.otc: Added.
2036 * platform/mac/fast/loader/resources/mimeTypeExamples/example-otf.otf: Added.
2037 * platform/mac/fast/loader/resources/mimeTypeExamples/example-otg.otg: Added.
2038 * platform/mac/fast/loader/resources/mimeTypeExamples/example-oth.oth: Added.
2039 * platform/mac/fast/loader/resources/mimeTypeExamples/example-oti.oti: Added.
2040 * platform/mac/fast/loader/resources/mimeTypeExamples/example-otp.otp: Added.
2041 * platform/mac/fast/loader/resources/mimeTypeExamples/example-ots.ots: Added.
2042 * platform/mac/fast/loader/resources/mimeTypeExamples/example-ott.ott: Added.
2043 * platform/mac/fast/loader/resources/mimeTypeExamples/example-pbm.pbm: Added.
2044 * platform/mac/fast/loader/resources/mimeTypeExamples/example-pct.pct: Added.
2045 * platform/mac/fast/loader/resources/mimeTypeExamples/example-pcx.pcx: Added.
2046 * platform/mac/fast/loader/resources/mimeTypeExamples/example-pdb.pdb: Added.
2047 * platform/mac/fast/loader/resources/mimeTypeExamples/example-pdf.pdf: Added.
2048 * platform/mac/fast/loader/resources/mimeTypeExamples/example-pgm.pgm: Added.
2049 * platform/mac/fast/loader/resources/mimeTypeExamples/example-pgn.pgn: Added.
2050 * platform/mac/fast/loader/resources/mimeTypeExamples/example-ph3.ph3: Added.
2051 * platform/mac/fast/loader/resources/mimeTypeExamples/example-ph4.ph4: Added.
2052 * platform/mac/fast/loader/resources/mimeTypeExamples/example-php.php: Added.
2053 * platform/mac/fast/loader/resources/mimeTypeExamples/example-php3.php3: Added.
2054 * platform/mac/fast/loader/resources/mimeTypeExamples/example-php4.php4: Added.
2055 * platform/mac/fast/loader/resources/mimeTypeExamples/example-phtml.phtml: Added.
2056 * platform/mac/fast/loader/resources/mimeTypeExamples/example-pic.pic: Added.
2057 * platform/mac/fast/loader/resources/mimeTypeExamples/example-pict.pict: Added.
2058 * platform/mac/fast/loader/resources/mimeTypeExamples/example-pl.pl: Added.
2059 * platform/mac/fast/loader/resources/mimeTypeExamples/example-pls.pls: Added.
2060 * platform/mac/fast/loader/resources/mimeTypeExamples/example-pm.pm: Added.
2061 * platform/mac/fast/loader/resources/mimeTypeExamples/example-png.png: Added.
2062 * platform/mac/fast/loader/resources/mimeTypeExamples/example-pnm.pnm: Added.
2063 * platform/mac/fast/loader/resources/mimeTypeExamples/example-pnt.pnt: Added.
2064 * platform/mac/fast/loader/resources/mimeTypeExamples/example-pntg.pntg: Added.
2065 * platform/mac/fast/loader/resources/mimeTypeExamples/example-potm.potm: Added.
2066 * platform/mac/fast/loader/resources/mimeTypeExamples/example-potx.potx: Added.
2067 * platform/mac/fast/loader/resources/mimeTypeExamples/example-ppm.ppm: Added.
2068 * platform/mac/fast/loader/resources/mimeTypeExamples/example-ppsm.ppsm: Added.
2069 * platform/mac/fast/loader/resources/mimeTypeExamples/example-ppsx.ppsx: Added.
2070 * platform/mac/fast/loader/resources/mimeTypeExamples/example-ppt.ppt: Added.
2071 * platform/mac/fast/loader/resources/mimeTypeExamples/example-pptm.pptm: Added.
2072 * platform/mac/fast/loader/resources/mimeTypeExamples/example-pptx.pptx: Added.
2073 * platform/mac/fast/loader/resources/mimeTypeExamples/example-ps.ps: Added.
2074 * platform/mac/fast/loader/resources/mimeTypeExamples/example-psd.psd: Added.
2075 * platform/mac/fast/loader/resources/mimeTypeExamples/example-py.py: Added.
2076 * platform/mac/fast/loader/resources/mimeTypeExamples/example-qif.qif: Added.
2077 * platform/mac/fast/loader/resources/mimeTypeExamples/example-qt.qt: Added.
2078 * platform/mac/fast/loader/resources/mimeTypeExamples/example-qti.qti: Added.
2079 * platform/mac/fast/loader/resources/mimeTypeExamples/example-qtif.qtif: Added.
2080 * platform/mac/fast/loader/resources/mimeTypeExamples/example-qtz.qtz: Added.
2081 * platform/mac/fast/loader/resources/mimeTypeExamples/example-ra.ra: Added.
2082 * platform/mac/fast/loader/resources/mimeTypeExamples/example-ram.ram: Added.
2083 * platform/mac/fast/loader/resources/mimeTypeExamples/example-ras.ras: Added.
2084 * platform/mac/fast/loader/resources/mimeTypeExamples/example-rb.rb: Added.
2085 * platform/mac/fast/loader/resources/mimeTypeExamples/example-rbw.rbw: Added.
2086 * platform/mac/fast/loader/resources/mimeTypeExamples/example-rgb.rgb: Added.
2087 * platform/mac/fast/loader/resources/mimeTypeExamples/example-rm.rm: Added.
2088 * platform/mac/fast/loader/resources/mimeTypeExamples/example-roff.roff: Added.
2089 * platform/mac/fast/loader/resources/mimeTypeExamples/example-rpm.rpm: Added.
2090 * platform/mac/fast/loader/resources/mimeTypeExamples/example-rtf.rtf: Added.
2091 * platform/mac/fast/loader/resources/mimeTypeExamples/example-rtx.rtx: Added.
2092 * platform/mac/fast/loader/resources/mimeTypeExamples/example-sgi.sgi: Added.
2093 * platform/mac/fast/loader/resources/mimeTypeExamples/example-sgm.sgm: Added.
2094 * platform/mac/fast/loader/resources/mimeTypeExamples/example-sgml.sgml: Added.
2095 * platform/mac/fast/loader/resources/mimeTypeExamples/example-sh.sh: Added.
2096 * platform/mac/fast/loader/resources/mimeTypeExamples/example-shar.shar: Added.
2097 * platform/mac/fast/loader/resources/mimeTypeExamples/example-shtm.shtm: Added.
2098 * platform/mac/fast/loader/resources/mimeTypeExamples/example-shtml.shtml: Added.
2099 * platform/mac/fast/loader/resources/mimeTypeExamples/example-silo.silo: Added.
2100 * platform/mac/fast/loader/resources/mimeTypeExamples/example-sit.sit: Added.
2101 * platform/mac/fast/loader/resources/mimeTypeExamples/example-sitx.sitx: Added.
2102 * platform/mac/fast/loader/resources/mimeTypeExamples/example-skd.skd: Added.
2103 * platform/mac/fast/loader/resources/mimeTypeExamples/example-skm.skm: Added.
2104 * platform/mac/fast/loader/resources/mimeTypeExamples/example-skp.skp: Added.
2105 * platform/mac/fast/loader/resources/mimeTypeExamples/example-skt.skt: Added.
2106 * platform/mac/fast/loader/resources/mimeTypeExamples/example-smf.smf: Added.
2107 * platform/mac/fast/loader/resources/mimeTypeExamples/example-smi.smi: Added.
2108 * platform/mac/fast/loader/resources/mimeTypeExamples/example-smil.smil: Added.
2109 * platform/mac/fast/loader/resources/mimeTypeExamples/example-snd.snd: Added.
2110 * platform/mac/fast/loader/resources/mimeTypeExamples/example-so.so: Added.
2111 * platform/mac/fast/loader/resources/mimeTypeExamples/example-spl.spl: Added.
2112 * platform/mac/fast/loader/resources/mimeTypeExamples/example-src.src: Added.
2113 * platform/mac/fast/loader/resources/mimeTypeExamples/example-sv4cpio.sv4cpio: Added.
2114 * platform/mac/fast/loader/resources/mimeTypeExamples/example-sv4crc.sv4crc: Added.
2115 * platform/mac/fast/loader/resources/mimeTypeExamples/example-svg.svg: Added.
2116 * platform/mac/fast/loader/resources/mimeTypeExamples/example-svgz.svgz: Added.
2117 * platform/mac/fast/loader/resources/mimeTypeExamples/example-swf.swf: Added.
2118 * platform/mac/fast/loader/resources/mimeTypeExamples/example-t.t: Added.
2119 * platform/mac/fast/loader/resources/mimeTypeExamples/example-tar.tar: Added.
2120 * platform/mac/fast/loader/resources/mimeTypeExamples/example-targa.targa: Added.
2121 * platform/mac/fast/loader/resources/mimeTypeExamples/example-tcl.tcl: Added.
2122 * platform/mac/fast/loader/resources/mimeTypeExamples/example-tex.tex: Added.
2123 * platform/mac/fast/loader/resources/mimeTypeExamples/example-texi.texi: Added.
2124 * platform/mac/fast/loader/resources/mimeTypeExamples/example-texinfo.texinfo: Added.
2125 * platform/mac/fast/loader/resources/mimeTypeExamples/example-text.text: Added.
2126 * platform/mac/fast/loader/resources/mimeTypeExamples/example-tga.tga: Added.
2127 * platform/mac/fast/loader/resources/mimeTypeExamples/example-tgz.tgz: Added.
2128 * platform/mac/fast/loader/resources/mimeTypeExamples/example-tif.tif: Added.
2129 * platform/mac/fast/loader/resources/mimeTypeExamples/example-tiff.tiff: Added.
2130 * platform/mac/fast/loader/resources/mimeTypeExamples/example-torrent.torrent: Added.
2131 * platform/mac/fast/loader/resources/mimeTypeExamples/example-tr.tr: Added.
2132 * platform/mac/fast/loader/resources/mimeTypeExamples/example-tsv.tsv: Added.
2133 * platform/mac/fast/loader/resources/mimeTypeExamples/example-txt.txt: Added.
2134 * platform/mac/fast/loader/resources/mimeTypeExamples/example-ustar.ustar: Added.
2135 * platform/mac/fast/loader/resources/mimeTypeExamples/example-vcard.vcard: Added.
2136 * platform/mac/fast/loader/resources/mimeTypeExamples/example-vcd.vcd: Added.
2137 * platform/mac/fast/loader/resources/mimeTypeExamples/example-vcf.vcf: Added.
2138 * platform/mac/fast/loader/resources/mimeTypeExamples/example-vfw.vfw: Added.
2139 * platform/mac/fast/loader/resources/mimeTypeExamples/example-vrml.vrml: Added.
2140 * platform/mac/fast/loader/resources/mimeTypeExamples/example-wav.wav: Added.
2141 * platform/mac/fast/loader/resources/mimeTypeExamples/example-wave.wave: Added.
2142 * platform/mac/fast/loader/resources/mimeTypeExamples/example-wax.wax: Added.
2143 * platform/mac/fast/loader/resources/mimeTypeExamples/example-wbmp.wbmp: Added.
2144 * platform/mac/fast/loader/resources/mimeTypeExamples/example-wbxml.wbxml: Added.
2145 * platform/mac/fast/loader/resources/mimeTypeExamples/example-webarchive.webarchive: Added.
2146 * platform/mac/fast/loader/resources/mimeTypeExamples/example-wm.wm: Added.
2147 * platform/mac/fast/loader/resources/mimeTypeExamples/example-wma.wma: Added.
2148 * platform/mac/fast/loader/resources/mimeTypeExamples/example-wmd.wmd: Added.
2149 * platform/mac/fast/loader/resources/mimeTypeExamples/example-wml.wml: Added.
2150 * platform/mac/fast/loader/resources/mimeTypeExamples/example-wmlc.wmlc: Added.
2151 * platform/mac/fast/loader/resources/mimeTypeExamples/example-wmls.wmls: Added.
2152 * platform/mac/fast/loader/resources/mimeTypeExamples/example-wmlsc.wmlsc: Added.
2153 * platform/mac/fast/loader/resources/mimeTypeExamples/example-wmp.wmp: Added.
2154 * platform/mac/fast/loader/resources/mimeTypeExamples/example-wmv.wmv: Added.
2155 * platform/mac/fast/loader/resources/mimeTypeExamples/example-wmx.wmx: Added.
2156 * platform/mac/fast/loader/resources/mimeTypeExamples/example-wrl.wrl: Added.
2157 * platform/mac/fast/loader/resources/mimeTypeExamples/example-wvx.wvx: Added.
2158 * platform/mac/fast/loader/resources/mimeTypeExamples/example-xbm.xbm: Added.
2159 * platform/mac/fast/loader/resources/mimeTypeExamples/example-xdp.xdp: Added.
2160 * platform/mac/fast/loader/resources/mimeTypeExamples/example-xfd.xfd: Added.
2161 * platform/mac/fast/loader/resources/mimeTypeExamples/example-xfdf.xfdf: Added.
2162 * platform/mac/fast/loader/resources/mimeTypeExamples/example-xht.xht: Added.
2163 * platform/mac/fast/loader/resources/mimeTypeExamples/example-xhtm.xhtm: Added.
2164 * platform/mac/fast/loader/resources/mimeTypeExamples/example-xhtml.xhtml: Added.
2165 * platform/mac/fast/loader/resources/mimeTypeExamples/example-xls.xls: Added.
2166 * platform/mac/fast/loader/resources/mimeTypeExamples/example-xlsb.xlsb: Added.
2167 * platform/mac/fast/loader/resources/mimeTypeExamples/example-xlsm.xlsm: Added.
2168 * platform/mac/fast/loader/resources/mimeTypeExamples/example-xlsx.xlsx: Added.
2169 * platform/mac/fast/loader/resources/mimeTypeExamples/example-xltm.xltm: Added.
2170 * platform/mac/fast/loader/resources/mimeTypeExamples/example-xltx.xltx: Added.
2171 * platform/mac/fast/loader/resources/mimeTypeExamples/example-xml.xml: Added.
2172 * platform/mac/fast/loader/resources/mimeTypeExamples/example-xpm.xpm: Added.
2173 * platform/mac/fast/loader/resources/mimeTypeExamples/example-xsl.xsl: Added.
2174 * platform/mac/fast/loader/resources/mimeTypeExamples/example-xwd.xwd: Added.
2175 * platform/mac/fast/loader/resources/mimeTypeExamples/example-xyz.xyz: Added.
2176 * platform/mac/fast/loader/resources/mimeTypeExamples/example-zip.zip: Added.
2178 2009-06-25 Pierre d'Herbemont <pdherbemont@apple.com>
2180 Reviewed by Simon Fraser.
2182 https://bugs.webkit.org/show_bug.cgi?id=26659
2184 Update layout tests since the fullscreen button no longer has a renderer.
2186 * platform/mac/fast/layers/video-layer-expected.txt:
2187 * platform/mac/media/audio-controls-rendering-expected.txt:
2188 * platform/mac/media/video-controls-rendering-expected.txt:
2189 * platform/mac/media/video-display-toggle-expected.txt:
2190 * platform/mac/media/video-empty-source-expected.txt:
2191 * platform/mac/media/video-zoom-controls-expected.txt:
2193 2009-06-26 Adele Peterson <adele@apple.com>
2195 Reviewed by Darin Adler.
2197 Test for <rdar://problem/7000796>
2198 REGRESSION(34681): Breaking up quoted text makes new, unquoted text blue after certain steps; repros with some messages
2200 * editing/inserting/break-blockquote-after-delete.html: Added.
2201 * platform/mac/editing/inserting/break-blockquote-after-delete-expected.checksum: Added.
2202 * platform/mac/editing/inserting/break-blockquote-after-delete-expected.png: Added.
2203 * platform/mac/editing/inserting/break-blockquote-after-delete-expected.txt: Added.
2205 2009-06-26 Yongjun Zhang <yongjun.zhang@nokia.com>
2207 Reviewed by Eric Seidel.
2209 Bug 20303: [Qt] Key events are not working in frames.
2211 Add a layout test to test the event is sent to the right sub-frame.
2213 * platform/qt/fast/events/event-sender-keydown-frame-expected.txt: Added.
2214 * platform/qt/fast/events/event-sender-keydown-frame.html: Added.
2216 2009-06-26 Rob Buis <rwlbuis@gmail.com>
2218 Reviewed by Eric Seidel.
2221 https://bugs.webkit.org/show_bug.cgi?id=26682
2222 Bug 26682: It should be possible to add image to SVG DOM programmatically (using JavaScript)
2224 * platform/mac/svg/custom/createImageElement-expected.checksum: Added
2225 * platform/mac/svg/custom/createImageElement-expected.png: Added
2226 * platform/mac/svg/custom/createImageElement-expected.txt: Added.
2227 * svg/custom/createImageElement.svg: Added.
2229 2009-06-26 Takeshi Yoshino <tyoshino@google.com>
2231 Reviewed by Timothy Hatcher.
2233 Bug 26156: In view-source mode, always render the contents using HTMLViewSourceDocument
2234 https://bugs.webkit.org/show_bug.cgi?id=26156
2236 When in view-source mode, render the contents using HTMLViewSourceDocument
2237 regardless it's applicable for any plugin or not.
2239 Chromium tells WebCore to render the contents of specified URL when
2240 view-source: prefix is added to the URL. But currently, DOMImplementation
2241 ignores inViewSourceMode() when the MIME type is indicating that the contents
2242 are neither texts nor HTML family documents.
2244 For example, we can check the contents of asf file without launching media
2245 player. Rendering contents for view-source:-specified input is not what user
2248 http://code.google.com/p/chromium/issues/detail?id=10545
2250 I want to fix this issue by this patch. IMHO, regardless of this Chromium
2251 specific issue, I think we should force use of HTMLViewSourceDocument when
2252 inViewSourceMode() is specified.
2254 * fast/frames/resources/viewsource-fake-image-file.png: Added.
2255 * fast/frames/viewsource-on-image-file.html: Added.
2256 * platform/mac/fast/frames/viewsource-on-image-file-expected.txt: Added.
2258 2009-06-26 Alexey Proskuryakov <ap@webkit.org>
2260 Reviewed by Sam Weinig.
2262 <rdar://problem/6651201> Update lookalike character list.
2264 * fast/encoding/idn-security-expected.txt:
2265 * fast/encoding/idn-security.html:
2267 2009-06-26 Jungshik Shin <jshin@chromium.org>
2269 Reviewed by Eric Seidel.
2271 Add an additional test for bug 23786 (mistreatment of CR/LF
2272 as zero-width characters in Chromium port). Tests using Bidi text were
2273 added when the fix was checked in. Without the patch, Chromium used
2274 to fail the same way with LTR complex scripts as well. (that is,
2275 CR and LF were treated as zero-width space). To prevent a potential
2276 regression in the future, a new test with Hindi (a LTR complex script)
2279 The expected results for Mac and Windows are added while this test
2280 is added to Skipped file for gtk. I guess this test just needs
2281 a new test result generated on gtk.
2283 https://bugs.webkit.org/show_bug.cgi?id=25698
2285 * fast/text/international/hindi-whitespace.html: Added.
2286 * platform/gtk/Skipped:
2287 * platform/mac/fast/text/international/hindi-whitespace-expected.checksum: Added.
2288 * platform/mac/fast/text/international/hindi-whitespace-expected.png: Added.
2289 * platform/mac/fast/text/international/hindi-whitespace-expected.txt: Added.
2290 * platform/win/fast/text/international/hindi-whitespace-expected.checksum: Added.
2291 * platform/win/fast/text/international/hindi-whitespace-expected.png: Added.
2292 * platform/win/fast/text/international/hindi-whitespace-expected.txt: Added.
2294 2009-06-25 Alexey Proskuryakov <ap@webkit.org>
2296 Reviewed by Darin Adler.
2298 https://bugs.webkit.org/show_bug.cgi?id=26681
2299 <rdar://problem/7003461> Problem updating applicationCache when server returns 304
2301 * http/tests/appcache/resources/uncacheable-resource.php: Added.
2302 * http/tests/appcache/resources/versioned-manifest.php:
2303 Added the kind of resource that was causing trouble.
2305 2009-06-25 Ryosuke Niwa <rniwa@google.com>
2307 Reviewed by Eric Seidel.
2309 The following pixel tests have been converted into dumpastext tests. This
2310 fixes the bug 26336 partially.
2312 * editing/execCommand/remove-list-1-expected.txt: Added.
2313 * editing/execCommand/remove-list-1.html:
2314 * editing/execCommand/remove-list-items-expected.txt: Added.
2315 * editing/execCommand/remove-list-items.html:
2316 * platform/mac/editing/execCommand/remove-list-1-expected.checksum: Removed.
2317 * platform/mac/editing/execCommand/remove-list-1-expected.png: Removed.
2318 * platform/mac/editing/execCommand/remove-list-1-expected.txt: Removed.
2319 * platform/mac/editing/execCommand/remove-list-items-expected.checksum: Removed.
2320 * platform/mac/editing/execCommand/remove-list-items-expected.png: Removed.
2321 * platform/mac/editing/execCommand/remove-list-items-expected.txt: Removed.
2322 * platform/qt/editing/execCommand/remove-list-1-expected.txt: Removed.
2323 * platform/qt/editing/execCommand/remove-list-items-expected.txt: Removed.
2325 2009-06-25 Simon Fraser <simon.fraser@apple.com>
2327 Reviewed by Oliver Hunt.
2329 <rdar://problem/6990481>
2331 Handle perspective computation on non-layer objects.
2333 * transforms/3d/general/perspective-non-layer.html: Added.
2335 2009-06-25 Simon Fraser <simon.fraser@apple.com>
2337 Rubber-stamped by Eric Seidel
2339 Update this test after the video controller changes.
2341 * platform/mac/fast/layers/video-layer-expected.txt:
2343 2009-06-25 Jan Michael Alonzo <jmalonzo@webkit.org>
2345 Not reviewed. Skip another failing test due to lack of eventSender impl.
2347 * platform/gtk/Skipped:
2349 2009-06-25 Jan Michael Alonzo <jmalonzo@webkit.org>
2351 Not reviewed. Skip failing gtk tests due to missing DRT features.
2353 * platform/gtk/Skipped:
2355 2009-06-25 Simon Fraser <simon.fraser@apple.com>
2357 Rubber-stamped by Dan Bernstein.
2359 Add Windows-specific test results, since Windows does not have
2360 3d transforms enabled.
2362 * platform/win/fast/media/mq-transform-02-expected.txt: Copied from LayoutTests/platform/mac-leopard/fast/media/mq-transform-02-expected.txt.
2363 * platform/win/fast/media/mq-transform-03-expected.txt: Copied from LayoutTests/platform/mac-leopard/fast/media/mq-transform-03-expected.txt.
2365 2009-06-25 Pierre d'Herbemont <pdherbemont@apple.com>
2367 Reviewed by Eric Seidel.
2369 https://bugs.webkit.org/show_bug.cgi?id=26653
2371 After the change to -webkit-box usage for controller bar, we need to
2372 update the media layout tests.
2374 * platform/mac/media/audio-controls-rendering-expected.txt:
2375 * platform/mac/media/video-controls-rendering-expected.txt:
2376 * platform/mac/media/video-display-toggle-expected.txt:
2377 * platform/mac/media/video-empty-source-expected.txt:
2378 * platform/mac/media/video-zoom-controls-expected.txt:
2380 2009-06-25 Ryosuke Niwa <rniwa@google.com>
2382 Reviewed by Eric Seidel.
2384 The following pixel tests have been converted into dumpastext tests. This
2385 fixes the bug 26336 partially.
2387 * editing/execCommand/5432254-2-expected.txt: Added.
2388 * editing/execCommand/5432254-2.html:
2389 * editing/execCommand/5700414-1-expected.txt: Added.
2390 * editing/execCommand/5700414-1.html:
2391 * editing/execCommand/5700414-2-expected.txt: Added.
2392 * editing/execCommand/5700414-2.html:
2393 * platform/mac/editing/execCommand/5432254-2-expected.checksum: Removed.
2394 * platform/mac/editing/execCommand/5432254-2-expected.png: Removed.
2395 * platform/mac/editing/execCommand/5432254-2-expected.txt: Removed.
2396 * platform/mac/editing/execCommand/5700414-1-expected.checksum: Removed.
2397 * platform/mac/editing/execCommand/5700414-1-expected.png: Removed.
2398 * platform/mac/editing/execCommand/5700414-1-expected.txt: Removed.
2399 * platform/mac/editing/execCommand/5700414-2-expected.checksum: Removed.
2400 * platform/mac/editing/execCommand/5700414-2-expected.png: Removed.
2401 * platform/mac/editing/execCommand/5700414-2-expected.txt: Removed.
2402 * platform/qt/editing/execCommand/5432254-2-expected.txt: Removed.
2404 2009-06-25 Shinichiro Hamaji <hamaji@chromium.org>
2406 Reviewed by Dimitri Glazkov.
2408 https://bugs.webkit.org/show_bug.cgi?id=26436
2410 Windows Chromium bug fix: save context of destination canvas in
2411 TransparencyWin::compositeTextComposite() before the function
2412 modifies the context.
2414 * fast/canvas/resources/translate-text.js: Added.
2415 (description.pixelValueAt):
2418 * fast/canvas/translate-text-expected.txt: Added.
2419 * fast/canvas/translate-text.html: Added.
2421 2009-06-25 Takeshi Yoshino <tyoshino@google.com>
2423 Reviewed by David Levin.
2425 Bug 26207: Rebaseline the expected image for fast/forms/select-style.html for Mac.
2426 https://bugs.webkit.org/show_bug.cgi?id=26207
2428 Replace the expected image for fast/forms/select-style-expected.html for
2429 Mac which need to be rebaselined due to r43903
2430 (http://trac.webkit.org/changeset/43903).
2432 * platform/mac/fast/forms/select-style-expected.png:
2434 2009-06-25 John Gregg <johnnyg@google.com>
2436 Reviewed by Sam Weinig.
2438 Bug 23721: Changing dropdown's selectedIndex within onchange handler fires another onchange
2439 https://bugs.webkit.org/show_bug.cgi?id=23721
2441 Check for unnecessary calls to onchange in response to script
2444 * fast/forms/select-script-onchange-expected.txt: Added.
2445 * fast/forms/select-script-onchange.html: Added.
2447 2009-06-25 Dan Bernstein <mitz@apple.com>
2449 Reviewed by Darin Adler.
2451 - test for https://bugs.webkit.org/show_bug.cgi?id=26671
2452 <rdar://problem/7001880> Safari 4.0 crashes in
2453 WebCore::DOMTimer::fired()
2455 * fast/dom/style-sheet-candidate-remove-unrendered-document-expected.txt: Added.
2456 * fast/dom/style-sheet-candidate-remove-unrendered-document.html: Added.
2458 2009-06-25 Eric Seidel <eric@webkit.org>
2460 No review, just skipping a new test.
2462 Skip new test on platforms missing eventSender.beginDragWithFiles
2463 Test: http/tests/security/clipboard/clipboard-file-access.html
2464 https://bugs.webkit.org/show_bug.cgi?id=25916
2466 * platform/gtk/Skipped:
2467 * platform/qt/Skipped:
2468 * platform/win/Skipped:
2470 2009-06-24 Dan Bernstein <mitz@apple.com>
2472 Reviewed by Simon Fraser.
2474 - test for <rdar://problem/7001817> REGRESSION (r41902): Base position
2475 track at UCSC Genome Browser doesn't work because image map prevents
2476 img from hit-testing
2478 * fast/replaced/image-map-2-expected.txt: Added.
2479 * fast/replaced/image-map-2.html: Added.
2481 2009-06-24 Chris Fleizach <cfleizach@apple.com>
2483 Reviewed by Oliver Hunt.
2485 Tests for Bug 26668: AX: need a way to retrieve the language for an element.
2487 * accessibility/language-attribute-expected.txt: Added.
2488 * accessibility/language-attribute.html: Added.
2490 2009-06-24 Oliver Hunt <oliver@apple.com>
2492 Reviewed by Darin Adler.
2494 <rdar://problem/6940519> REGRESSION (Safari 4 Public Beta - TOT): google.com/adplanner shows blank page instead of site details in "basic research'
2496 Add test cases for excessively large comma expressions.
2498 * fast/js/excessive-comma-usage-expected.txt: Added.
2499 * fast/js/excessive-comma-usage.html: Added.
2500 * fast/js/resources/excessive-comma-usage.js: Added.
2502 2009-06-24 Rob Buis <rwlbuis@gmail.com>
2504 Reviewed by Eric Seidel.
2507 https://bugs.webkit.org/show_bug.cgi?id=26392
2508 Bug 26392: In html, modification of xlink:href of an newly inserted svg image does not work.
2509 https://bugs.webkit.org/show_bug.cgi?id=26328
2510 Bug 26328: changing href attribute of svg images dows not work when changing display attribute as well
2512 * platform/mac/svg/custom/js-update-image-and-display-expected.checksum: Added
2513 * platform/mac/svg/custom/js-update-image-and-display-expected.png: Added
2514 * platform/mac/svg/custom/js-update-image-and-display-expected.txt: Added
2515 * svg/custom/js-update-image-and-display.svg: Added.
2516 * platform/mac/svg/custom/js-update-image-and-display2-expected.checksum: Added
2517 * platform/mac/svg/custom/js-update-image-and-display2-expected.png: Added
2518 * platform/mac/svg/custom/js-update-image-and-display2-expected.txt: Added
2519 * svg/custom/js-update-image-and-display2.svg: Added.
2520 * platform/mac/svg/custom/js-update-image-and-display3-expected.checksum: Added
2521 * platform/mac/svg/custom/js-update-image-and-display3-expected.png: Added
2522 * platform/mac/svg/custom/js-update-image-and-display3-expected.txt: Added
2523 * svg/custom/js-update-image-and-display3.svg: Added.
2525 2009-06-24 Dan Bernstein <mitz@apple.com>
2527 - add Windows results for one new test and one test
2528 whose Mac results changed recently
2530 * platform/win/fast/forms/search-vertical-alignment-expected.checksum: Added.
2531 * platform/win/fast/forms/search-vertical-alignment-expected.png: Added.
2532 * platform/win/fast/forms/search-vertical-alignment-expected.txt: Added.
2533 * platform/win/fast/replaced/width100percent-searchfield-expected.checksum: Added.
2534 * platform/win/fast/replaced/width100percent-searchfield-expected.png: Added.
2535 * platform/win/fast/replaced/width100percent-searchfield-expected.txt:
2537 2009-06-24 David Hyatt <hyatt@apple.com>
2539 Reviewed by Sam Weinig.
2541 Add test for https://bugs.webkit.org/show_bug.cgi?id=26687.
2543 * fast/dom/HTMLDataGridElement/DataGridColumns-basic-expected.txt: Added.
2544 * fast/dom/HTMLDataGridElement/DataGridColumns-basic.html: Added.
2546 2009-06-24 Oliver Hunt <oliver@apple.com>
2548 Reviewed by NOBODY (Disabling failing test!).
2550 * media/video-canvas.html-disabled: Renamed from LayoutTests/media/video-canvas.html.
2552 2009-06-24 Eric Seidel <eric@webkit.org>
2554 Reviewed by Mark Rowe.
2556 Add new drag tests to the Skipped lists for non-mac platforms.
2559 fast/events/drag-to-navigate.html
2560 fast/events/prevent-drag-to-navigate.html
2562 * platform/gtk/Skipped:
2563 * platform/qt/Skipped:
2564 * platform/win/Skipped:
2566 2009-06-24 Oliver Hunt <oliver@apple.com>
2568 Reviewed by NOBODY (attempted test fix).
2570 Attempting to make test more reliable.
2572 * media/video-canvas.html:
2574 2009-06-05 Eric Seidel <eric@webkit.org>
2576 Reviewed by Oliver Hunt.
2578 https://bugs.webkit.org/show_bug.cgi?id=25922
2579 Fix dropEffect = "none" to work as expected.
2581 * fast/events/drag-to-navigate-expected.txt: Copied from LayoutTests/editing/selection/doubleclick-whitespace-img-crash-expected.txt.
2582 * fast/events/drag-to-navigate.html: Added.
2583 * fast/events/prevent-drag-to-navigate-expected.txt: Copied from LayoutTests/editing/selection/doubleclick-whitespace-img-crash-expected.txt.
2584 * fast/events/prevent-drag-to-navigate.html: Added.
2585 * fast/events/resources/file-for-drag-to-navigate.html: Added.
2586 * fast/events/resources/file-for-prevent-drag-to-navigate.html: Added.
2588 2009-06-23 Oliver Hunt <oliver@apple.com>
2590 Reviewed by NOBODY (missed a file).
2592 Add expected results for test i landed earlier
2594 * fast/js/dictionary-no-cache-expected.txt: Added.
2596 2009-06-23 Oliver Hunt <oliver@apple.com> and Eric Carlson <eric.carlson@apple.com>
2598 Reviewed by Sam Weinig and Dave Hyatt.
2600 <rdar://problem/6164797> Add Canvas API to allow drawing of <video> frames
2601 <https://bugs.webkit.org/show_bug.cgi?id=25920>
2603 Add tests for drawing a video to the canvas element.
2605 * media/video-canvas-expected.txt: Added.
2606 * media/video-canvas.html: Added.
2608 2009-06-23 Oliver Hunt <oliver@apple.com>
2610 Reviewed by Gavin Barraclough.
2612 <rdar://problem/6992806> REGRESSION: Enumeration can skip new properties in cases of prototypes that have more than 64 (26593)
2613 <https://bugs.webkit.org/show_bug.cgi?id=26593>
2615 Add tests to ensure we correctly invalidate caching that depends on structure chains
2616 that include dictionaries.
2618 * fast/js/dictionary-no-cache.html: Added.
2619 * fast/js/dictionary-no-cache-expected.txt: Added.
2620 * fast/js/resources/dictionary-no-cache.js: Added.
2622 2009-06-23 Ojan Vafai <ojan@chromium.org>
2624 Reviewed by Mark Rowe.
2626 Resets the results for a test that was missed in
2627 http://trac.webkit.org/changeset/45016.
2629 * editing/execCommand/5142012-3-expected.txt:
2631 2009-06-23 Sam Weinig <sam@webkit.org>
2633 Reviewed by Dave Hyatt.
2635 Test for https://bugs.webkit.org/show_bug.cgi?id=26516
2636 Add initial implementation of DataGridDataSource
2638 * fast/dom/HTMLDataGridElement: Added.
2639 * fast/dom/HTMLDataGridElement/DataGridDataSource-basic-expected.txt: Added.
2640 * fast/dom/HTMLDataGridElement/DataGridDataSource-basic.html: Added.
2642 2009-06-23 Ryosuke Niwa <rniwa@google.com>
2644 Reviewed by Justin Garcia.
2646 Undo the changeset 21212 to fix the regression bug 14062.
2647 The changeset 21212 attempted to fix rdar://problem/5002441.
2648 The changeset 21212 modified InsertTextCommand::input so as to convert
2649 all spaces in text to non-breaking spaces for rdar://problem/5002441.
2650 However, the bug was originally caused by rebalanceWhitespaceAt
2651 and this workaround introduced a regression bug 14062.
2652 Because rebalanceWhitespaceAt appears to behave correctly now,
2653 the workaround introduced in 21212 is no longer needed.
2655 The following test cases are affected by this change.
2656 This patch removes unappropriate non-breaking spaces ( ) and
2657 inserts normal spaces instead.
2659 * editing/deleting/2610675-1-expected.txt: Replaced.
2660 * editing/deleting/2610675-2-expected.txt: Replaced.
2661 * editing/deleting/2610675-3-expected.txt: Replaced.
2662 * editing/inserting/insert-before-link-1-expected.txt: Replaced.
2663 * editing/inserting/space-after-removeformat-expected.txt: Added.
2664 * editing/inserting/space-after-removeformat.html: Added.
2665 * platform/mac/editing/execCommand/5482023-expected.checksum: Replaced.
2666 * platform/mac/editing/execCommand/5482023-expected.png: Replaced.
2667 * platform/mac/editing/execCommand/5482023-expected.txt: Replaced.
2668 * platform/mac/editing/input/text-input-controller-expected.txt: Replaced.
2669 * platform/mac/editing/inserting/editable-html-element-expected.checksum: Replaced.
2670 * platform/mac/editing/inserting/editable-html-element-expected.png: Replaced.
2671 * platform/mac/editing/inserting/editable-html-element-expected.txt: Replaced.
2672 * platform/mac/editing/pasteboard/4989774-expected.checksum: Replaced.
2673 * platform/mac/editing/pasteboard/4989774-expected.png: Replaced.
2674 * platform/mac/editing/pasteboard/4989774-expected.txt: Replaced.
2675 * platform/mac/editing/selection/4983858-expected.checksum: Replaced.
2676 * platform/mac/editing/selection/4983858-expected.png: Replaced.
2677 * platform/mac/editing/selection/4983858-expected.txt: Replaced.
2679 2009-06-23 Beth Dakin <bdakin@apple.com>
2681 Reviewed by Dave Hyatt.
2683 Test for https://bugs.webkit.org/show_bug.cgi?id=26523 <col>
2684 elements width can't be changed with javascript
2686 * fast/dom/HTMLTableColElement: Added.
2687 * fast/dom/HTMLTableColElement/resize-table-using-col-width.html: Added.
2688 * platform/mac/fast/dom/HTMLTableColElement: Added.
2689 * platform/mac/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.checksum: Added.
2690 * platform/mac/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.png: Added.
2691 * platform/mac/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.txt: Added.
2693 2009-06-23 Ojan Vafai <ojan@chromium.org>
2695 Reviewed by Dan Bernstein.
2697 This test hits an edge case where typingStyle would never get cleared.
2698 In addition to making every text insertion go into its own text node,
2699 this caused large performance problems.
2701 https://bugs.webkit.org/show_bug.cgi?id=26279
2703 * editing/execCommand/5770834-1-expected.txt:
2704 These results match how they were before r43243. It's not clear to me
2705 why changes to font-size are affecting text-align styling though.
2706 * editing/inserting/font-size-clears-from-typing-style-expected.txt: Added.
2707 * editing/inserting/font-size-clears-from-typing-style.html: Added.
2708 * editing/inserting/resources/TEMPLATE.html: Copied from LayoutTests/editing/execCommand/resources/TEMPLATE.html.
2709 * editing/inserting/resources/font-size-clears-from-typing-style.js: Added.
2710 * platform/mac/editing/execCommand/remove-formatting-2-expected.txt:
2712 2009-06-23 Kevin McCullough <kmccullough@apple.com>
2714 Reviewed by Darin Adler.
2716 <rdar://problem/6994790> CrashTracer: [USER] 8 crashes in Mail trying to
2717 add a blank line to pasted Facebook content (under
2718 CompositeEditCommand::positionAvoidingSpecialElementBoundary)
2720 * editing/inserting/return-with-object-element-expected.txt: Added.
2721 * editing/inserting/return-with-object-element.html: Added.
2723 2009-06-23 Simon Fraser <simon.fraser@apple.com>
2725 Reviewed by Dave Hyatt.
2727 https://bugs.webkit.org/show_bug.cgi?id=24863
2729 Testcase for reflections on composited layers.
2731 * compositing/reflections/reflection-on-composited.html: Added.
2732 * platform/mac/compositing/reflections/reflection-on-composited-expected.txt: Added.
2734 2009-06-23 Antti Koivisto <antti@apple.com>
2736 Reviewed by Darin Adler.
2738 https://bugs.webkit.org/show_bug.cgi?id=26643
2739 Memory cache should respect Cache-Control: no-store
2741 Update the test to cover no-store.
2743 * http/tests/cache/subresource-expiration-expected.txt:
2744 * http/tests/cache/subresource-expiration.html:
2746 2009-06-23 Kevin McCullough <kmccullough@apple.com>
2748 Reviewed by Adele Peterson.
2750 <rdar://problem/6902203> REGRESSION: 'Return' insertion point incorrect
2751 after manually quoting blank line then hitting return
2753 * editing/inserting/insert-br-quoted-007-expected.txt: Added.
2754 * editing/inserting/insert-br-quoted-007.html: Added.
2756 2009-06-23 Eric Carlson <eric.carlson@apple.com>
2758 Reviewed by NOBODY, layout tests fix.
2760 'timeupdate' events are, by definition, timing dependent so it isn't
2761 a good idea to log them in layout test results.
2763 * media/event-attributes-expected.txt:
2764 * media/event-attributes.html:
2766 2009-06-23 Eric Carlson <eric.carlson@apple.com>
2768 Reviewed by Darin Adler.
2770 <rdar://problem/6978938> Need HTML 5 event attributes for media elements
2772 * media/event-attributes-expected.txt: Added.
2773 * media/event-attributes.html: Added.
2774 * media/progress-event-total.html: Cleanup, use event handler attributes.
2775 * media/progress-event.html: Ditto.
2777 * media/video-size-intrinsic-scale.html: Remove duplicate 'waitForEvent("ratechange")'
2778 * media/video-source-add-src.html: Ditto.
2779 * media/video-source-error.html: Ditto.
2780 * media/video-timeupdate-during-playback.html: Ditto.
2782 * platform/gtk/Skipped: Skip new test.
2784 2009-06-23 Adam Barth <abarth@webkit.org>
2786 Reviewed by Sam Weinig.
2788 https://bugs.webkit.org/show_bug.cgi?id=26589
2790 More tests for the XSSAuditor. (I converted the server side to Perl
2791 after Sam reviewed the patch because the PHP scripts didn't agree with
2792 the Tiger and Windows buildbots.)
2794 * http/tests/security/xssAuditor/img-onerror-tricky-expected.txt: Added.
2795 * http/tests/security/xssAuditor/img-onerror-tricky.html: Added.
2796 * http/tests/security/xssAuditor/link-onclick-expected.txt: Added.
2797 * http/tests/security/xssAuditor/link-onclick.html: Added.
2798 * http/tests/security/xssAuditor/property-escape-expected.txt: Added.
2799 * http/tests/security/xssAuditor/property-escape.html: Added.
2800 * http/tests/security/xssAuditor/resources/echo-intertag-post-and-notify.pl: Added.
2801 * http/tests/security/xssAuditor/resources/echo-intertag-post.pl: Added.
2802 * http/tests/security/xssAuditor/resources/echo-intertag-utf-7.pl: Added.
2803 * http/tests/security/xssAuditor/resources/echo-intertag.php: Removed.
2804 * http/tests/security/xssAuditor/resources/echo-intertag.pl: Added.
2805 * http/tests/security/xssAuditor/resources/echo-property.pl: Added.
2806 * http/tests/security/xssAuditor/resources/redir.php: Added.
2807 * http/tests/security/xssAuditor/resources/xss.js: Added.
2808 * http/tests/security/xssAuditor/script-tag-convoluted-expected.txt: Added.
2809 * http/tests/security/xssAuditor/script-tag-convoluted.html: Added.
2810 * http/tests/security/xssAuditor/script-tag-open-redirect-expected.txt: Added.
2811 * http/tests/security/xssAuditor/script-tag-open-redirect.html: Added.
2812 * http/tests/security/xssAuditor/script-tag-post-expected.txt: Added.
2813 * http/tests/security/xssAuditor/script-tag-post.html: Added.
2814 * http/tests/security/xssAuditor/script-tag-redirect-expected.txt: Added.
2815 * http/tests/security/xssAuditor/script-tag-redirect.html: Added.
2816 * http/tests/security/xssAuditor/script-tag-utf-7-expected.txt: Added.
2817 * http/tests/security/xssAuditor/script-tag-utf-7.html: Added.
2818 * http/tests/security/xssAuditor/script-tag-with-source-expected.txt: Added.
2819 * http/tests/security/xssAuditor/script-tag-with-source.html: Added.
2820 * http/tests/security/xssAuditor/script-tag.html:
2822 2009-06-22 Shinichiro Hamaji <hamaji@chromium.org>
2824 Reviewed by Alexey Proskuryakov.
2826 https://bugs.webkit.org/show_bug.cgi?id=17820
2828 Skip layout tests for DST if the test runs not in PST/PDT.
2830 * fast/js/date-DST-time-cusps-expected.txt:
2831 * fast/js/date-big-setdate-expected.txt:
2832 * fast/js/resources/date-DST-time-cusps.js:
2833 * fast/js/resources/date-big-setdate.js:
2835 2009-06-22 Oliver Hunt <oliver@apple.com>
2837 Reviewed by Alexey Proskuryakov.
2839 Bug 26640: JSON.stringify needs to special case Boolean objects
2840 <https://bugs.webkit.org/show_bug.cgi?id=26640>
2842 Add tests for serialisation of wrapped and unwrapped primitives.
2844 * fast/js/JSON-stringify-expected.txt:
2845 * fast/js/resources/JSON-stringify.js:
2846 * fast/js/resources/json2-es5-compat.js:
2847 Modify Str() to match ES5 errata
2849 2009-06-22 Sam Weinig <sam@webkit.org>
2851 Reviewed by Gavin Barraclough.
2853 Add event handler attribute getter/setters to HTMLFrameSetElement
2854 as specified in HTML 5. These match the ones on HTMLBodyElement.
2856 * fast/dom/event-attribute-availability-expected.txt:
2857 * fast/dom/resources/event-attribute-availability.js:
2859 2009-06-22 Oliver Hunt <oliver@apple.com>
2861 Reviewed by Darin Adler.
2863 Bug 26591: Support revivers in JSON.parse
2864 <https://bugs.webkit.org/show_bug.cgi?id=26591>
2866 Test cases for JSON.parse with a reviver function.
2868 * fast/js/JSON-parse-expected.txt:
2869 * fast/js/resources/JSON-parse.js:
2871 (createTests.result):
2872 (createTests.logOrder):
2874 (createTests.throwAfterFifthCall):
2877 2009-06-22 Simon Fraser <simon.fraser@apple.com>
2879 Reviewed by Dave Hyatt.
2881 https://bugs.webkit.org/show_bug.cgi?id=26430
2883 Testcase for a layer's composited position being affected by a later sibling.
2885 * compositing/sibling-positioning.html: Added.
2886 * platform/mac/compositing/sibling-positioning-expected.txt: Added.
2888 2009-06-22 Sam Weinig <sam@webkit.org>
2890 Reviewed by Mark Rowe.
2892 Add event handler attribute getter/setters to HTMLBodyElement
2893 as specified in HTML 5.
2895 * fast/dom/event-attribute-availability-expected.txt:
2896 * fast/dom/resources/event-attribute-availability.js:
2898 2009-05-21 Eric Seidel <eric@webkit.org>
2900 Reviewed by Maciej Stachowiak.
2902 Expose files in the clipboard in ondrop events.
2903 https://bugs.webkit.org/show_bug.cgi?id=25916
2905 File.fileSize subtests fail due to limitations of DRT during http tests:
2906 https://bugs.webkit.org/show_bug.cgi?id=25909
2908 Directory subtests fail until correct of directory File tests is decided by:
2909 https://bugs.webkit.org/show_bug.cgi?id=25879
2911 * http/tests/security/clipboard/clipboard-file-access-expected.txt: Added.
2912 * http/tests/security/clipboard/clipboard-file-access.html: Added.
2913 * http/tests/security/clipboard/resources/TEMPLATE.html: Added.
2914 * http/tests/security/clipboard/resources/apple.gif: Copied from LayoutTests/editing/pasteboard/resources/apple.gif.
2915 * http/tests/security/clipboard/resources/clipboard-file-access.js: Added.
2917 (moveMouseToCenterOfElement):
2918 (dragFilesOntoDragTarget):
2920 (draggingPathsShouldResultInFiles):
2922 * http/tests/security/clipboard/resources/mozilla.gif: Copied from LayoutTests/editing/pasteboard/resources/mozilla.gif.
2924 2009-06-22 David Levin <levin@chromium.org>
2926 Reviewed by Alexey Proskuryakov.
2928 Fix layout tests to account for removal of DOMStringList, which was done
2929 in http://trac.webkit.org/changeset/44943.
2931 * fast/dom/Window/window-properties-expected.txt:
2932 * fast/js/global-constructors-expected.txt:
2934 2009-06-22 David Levin <levin@chromium.org>
2936 Reviewed by David Hyatt and Eric Seidel.
2938 REGRESSION: When the main page (ScrollView) has a custom scrollbar, it crashes on destruction.
2939 https://bugs.webkit.org/show_bug.cgi?id=26326
2941 Test that refreshing an iframe with custom scrollbars works without crashing.
2943 * scrollbars/resources/page-with-custom-scrollbars.html: Added.
2944 * scrollbars/scrollbar-crash-on-refresh-expected.txt: Added.
2945 * scrollbars/scrollbar-crash-on-refresh.html: Added.
2947 2009-06-22 Dan Bernstein <mitz@apple.com>
2949 Reviewed by Simon Fraser.
2951 - test for https://bugs.webkit.org/show_bug.cgi?id=23606
2952 <rdar://problem/6537777> CSS gradient not repainted when image load
2955 * fast/repaint/background-generated.html: Added.
2956 * platform/mac/fast/repaint/background-generated-expected.checksum: Added.
2957 * platform/mac/fast/repaint/background-generated-expected.png: Added.
2958 * platform/mac/fast/repaint/background-generated-expected.txt: Added.
2960 2009-06-22 Darin Adler <darin@apple.com>
2962 * platform/gtk/Skipped: Skip two new tests.
2964 2009-06-22 Darin Adler <darin@apple.com>
2966 * fast/js/JSON-stringify-expected.txt: Update results.
2968 2009-06-21 Oliver Hunt <oliver@apple.com>
2970 Reviewed by Darin Adler.
2972 Bug 26592: Support standard toJSON functions
2974 Add tests of Date.toJSON.
2976 * fast/js/JSON-stringify-expected.txt:
2977 * fast/js/resources/JSON-stringify.js:
2978 (createTests.result):
2979 (createTests.result.push.):
2981 2009-06-21 Oliver Hunt <oliver@apple.com>
2983 Reviewed by Sam Weinig.
2985 Bug 26594: JSC needs to support Date.toISOString
2986 <https://bugs.webkit.org/show_bug.cgi?id=26594>
2988 A few basic correctness tests for Date.toISOString.
2990 * fast/js/date-toisostring-expected.txt: Added.
2991 * fast/js/date-toisostring.html: Added.
2992 * fast/js/resources/date-toisostring.js: Added.
2994 2009-06-21 Sam Weinig <sam@webkit.org>
2996 Reviewed by Oliver Hunt.
2998 Test for https://bugs.webkit.org/show_bug.cgi?id=26596
2999 Only expose event handler attributes to elements and documents.
3001 * fast/dom/event-attribute-availability-expected.txt: Added.
3002 * fast/dom/event-attribute-availability.html: Added.
3003 * fast/dom/resources/event-attribute-availability.js: Added.
3005 2009-06-21 Daniel Bates <dbates@intudata.com>
3007 Reviewed by Adam Barth.
3009 Test for https://bugs.webkit.org/show_bug.cgi?id=26580
3011 Tests that XSSAuditor (if enabled) prevents script execution in child window.
3013 * http/tests/security/xssAuditor/link-opens-new-window-expected.txt: Added.
3014 * http/tests/security/xssAuditor/link-opens-new-window.html: Added.
3015 * http/tests/security/xssAuditor/resources/echo-intertag-and-notify.php: Added.
3017 2009-06-21 Dan Bernstein <mitz@apple.com>
3019 Rubber-stamped by Mark Rowe.
3021 - make repaint tests more reliable when run in Safari
3023 * fast/repaint/resources/repaint.js:
3024 (runRepaintTest): Increased the timeout from 0 to 100, to ensure that
3025 painting occurs once before repaintTest() is called.
3027 2009-06-21 Oliver Hunt <oliver@apple.com>
3029 Reviewed by Darin Adler and Cameron Zwarich.
3031 Bug 26587: Support JSON.parse
3033 Add tests to cover basic usage of JSON.parse
3035 * fast/js/JSON-parse.html: Added.
3036 * fast/js/JSON-parse-expected.txt: Added.
3037 * fast/js/resources/JSON-parse.js: Added.
3038 (createTests.result):
3041 2009-06-21 Drew Wilson <atwilson@google.com>
3043 Reviewed by David Levin.
3045 <https://bugs.webkit.org/show_bug.cgi?id=26448>
3047 New tests for MessagePort GC cases that weren't previously covered.
3049 * fast/events/message-channel-gc-4-expected.txt: Added.
3050 Test for case where both MessagePorts are in-transit (cloned) when a GC occurs.
3051 * fast/events/message-channel-gc-4.html-disabled: Added.
3053 2009-06-21 Drew Wilson <atwilson@google.com>
3055 Reviewed by David Levin.
3057 <https://bugs.webkit.org/show_bug.cgi?id=25043>
3058 Updated MessageChannel/MessagePorts tests to reflect latest spec (close event has been removed).
3059 Added more tests of port cloning.
3061 * fast/events/message-channel-gc-2-expected.txt:
3062 * fast/events/message-channel-gc-2.html-disabled:
3063 * fast/events/message-channel-gc-3-expected.txt:
3064 * fast/events/message-channel-gc-3.html-disabled:
3065 * fast/events/message-channel-gc-expected.txt:
3066 * fast/events/message-channel-gc.html-disabled:
3067 * fast/events/message-port-clone-expected.txt: Added.
3068 * fast/events/message-port-clone.html-disabled: Added.
3069 * fast/events/message-port-expected.txt:
3070 * fast/events/message-port-no-wrapper-expected.txt: Added.
3071 * fast/events/message-port-onclose-expected.txt: Removed.
3072 * fast/events/message-port-onclose.html-disabled: Removed.
3073 * fast/events/message-port.html-disabled:
3075 2009-06-21 Dan Bernstein <mitz@apple.com>
3077 Reviewed by Sam Weinig.
3079 - test for https://bugs.webkit.org/show_bug.cgi?id=15383
3080 <rdar://problem/5682745> resize: vertical does not restrict to vertical
3083 * fast/css/resize-single-axis-expected.txt: Added.
3084 * fast/css/resize-single-axis.html: Added.
3086 2009-06-21 Sam Weinig <sam@webkit.org>
3088 Reviewed by Eric Seidel.
3090 Test for https://bugs.webkit.org/show_bug.cgi?id=26578
3091 event.currentTarget for listener registered on window should point to the window object like in Firefox
3093 * fast/events/event-trace-expected.txt: Added.
3094 * fast/events/event-trace.html: Added.
3096 2009-06-21 Dan Bernstein <mitz@apple.com>
3098 Reviewed by Sam Weinig.
3100 - test for https://bugs.webkit.org/show_bug.cgi?id=9694
3101 resize value not compared
3103 * fast/css/resize-value-compared-expected.txt: Added.
3104 * fast/css/resize-value-compared.html: Added.
3106 2009-06-21 Darin Adler <darin@apple.com>
3108 * platform/gtk/Skipped: Skip one more test.
3110 2009-06-20 Darin Adler <darin@apple.com>
3112 * platform/gtk/Skipped: Skip some new tests.
3114 2009-06-19 Alice Liu <alice.liu@apple.com>
3116 Fix https://bugs.webkit.org/show_bug.cgi?id=26568
3117 Repro crash animating GIF if previously used in a closed window's back/forward list
3118 Also filed as <rdar://problem/6978362>
3120 Reviewed by Maciej Stachowiak.
3122 Adding resource used in WebCore/manual-tests/animated-gif-bfcache-crash.html
3123 * http/tests/misc/resources/animated-gif-with-offsets.gif: Added.
3125 2009-06-20 Sam Weinig <sam@webkit.org>
3127 Reviewed by Adam Barth.
3129 Test for https://bugs.webkit.org/show_bug.cgi?id=26554
3131 Test writing to parent and top.
3133 * http/tests/security/cross-frame-access-put-expected.txt:
3134 * http/tests/security/cross-frame-access-put.html:
3135 * http/tests/security/resources/cross-frame-iframe-for-put-test.html:
3137 2009-06-20 Mark Rowe <mrowe@apple.com>
3139 Reviewed by Dan Bernstein.
3141 Test for <https://bugs.webkit.org/show_bug.cgi?id=15106>.
3142 Bug 15106: REGRESSION: Can't drag text as element when user-select is set to none
3144 * editing/selection/user-drag-element-and-user-select-none-expected.txt: Added.
3145 * editing/selection/user-drag-element-and-user-select-none.html: Added.
3147 2009-06-20 Darin Adler <darin@apple.com>
3149 Reviewed by Dan Bernstein.
3151 Bug 26528: REGRESSION (r44674): Assertion in TextIterator::pushFullyClippedState while counting matches for "a" on apple.com
3152 https://bugs.webkit.org/show_bug.cgi?id=26528
3153 rdar://problem/6985329
3155 * editing/selection/find-in-text-control-expected.txt: Updated to expect
3156 finding text in <input type="text"> and <input type="search">, but not
3157 in <input type="password">.
3159 * editing/selection/find-in-text-control.html: Added tests for <input>
3160 elements as well as <textarea> elements. Also tweaked result output
3161 format to accomodate multiple text nodes.
3163 2009-06-20 Xan Lopez <xlopez@igalia.com>
3165 Skip new accessibility test, we still lack and accessibilityController.
3167 * platform/gtk/Skipped:
3169 2009-06-20 Xan Lopez <xlopez@igalia.com>
3171 We don't seem to support these new HTTP tests either, skip them.
3173 * platform/gtk/Skipped:
3175 2009-06-20 Xan Lopez <xlopez@igalia.com>
3177 Skip test that requires eventSender.
3179 * platform/gtk/Skipped:
3181 2009-06-19 Ryosuke Niwa <rniwa@google.com>
3183 Reviewed by Maciej Stachowiak.
3185 This fixs the bug 26361. The original test case did not invoke the event that
3186 triggered the actual test. This patch adds code to invoke this event, and also
3187 converts it from a pixel test to a dumpAsText test.
3189 * editing/deleting/5156801-expected.txt: Added.
3190 * editing/deleting/5156801.html:
3191 * platform/mac/editing/deleting/5156801-expected.checksum: Removed.
3192 * platform/mac/editing/deleting/5156801-expected.png: Removed.
3193 * platform/mac/editing/deleting/5156801-expected.txt: Removed.
3194 * platform/qt/editing/deleting/5156801-expected.txt: Removed.
3196 2009-06-19 David Hyatt <hyatt@apple.com>
3198 Reviewed by Anders Carlsson.
3200 https://bugs.webkit.org/show_bug.cgi?id=26547
3202 Implement the IDL interface for HTMLDataGridColELement.
3204 * fast/dom/Window/window-properties-expected.txt:
3205 * fast/js/global-constructors-expected.txt:
3207 2009-06-19 Dan Bernstein <mitz@apple.com>
3209 Reviewed by Dave Hyatt.
3211 - text for <rdar://problem/6967596> Safari hung using 100% CPU when I
3212 tried to look up a word in Dictionary using command-control-d
3214 * editing/selection/move-by-line-005-expected.txt: Added.
3215 * editing/selection/move-by-line-005.html: Added.
3217 2009-06-19 Dan Bernstein <mitz@apple.com>
3219 Reviewed by Anders Carlsson.
3221 - update test results after r44806
3223 * platform/mac/fast/replaced/width100percent-searchfield-expected.txt:
3225 2009-06-18 Shinichiro Hamaji <hamaji@chromium.org>
3227 Reviewed by Oliver Hunt.
3229 https://bugs.webkit.org/show_bug.cgi?id=26426
3231 Use 1<<23-1 as steps of no-repeat patterns instead of 100000000.0f.
3232 The original number cannot be represented by mantissa of float
3233 (23bit) so that it caused some error.
3235 * fast/canvas/image-object-in-canvas.html:
3236 * platform/mac/fast/canvas/image-object-in-canvas-expected.checksum:
3237 * platform/mac/fast/canvas/image-object-in-canvas-expected.png:
3238 * platform/mac/fast/canvas/image-object-in-canvas-expected.txt:
3240 2009-06-18 Adam Barth <abarth@webkit.org>
3242 Reviewed by Sam Weinig.
3244 https://bugs.webkit.org/show_bug.cgi?id=26199
3246 Added a basic test for the XSSAuditor.
3248 * http/tests/security/xssAuditor/resources/echo-intertag.php: Added.
3249 * http/tests/security/xssAuditor/script-tag-expected.txt: Added.
3250 * http/tests/security/xssAuditor/script-tag.html: Added.
3252 2009-06-18 Dirk Schulze <krit@webkit.org>
3254 Reviewed by Oliver Hunt.
3256 Test for feOffset with the primitiveUnits objectBoundingBox
3259 * platform/mac/svg/filters/feOffset-expected.checksum: Added.
3260 * platform/mac/svg/filters/feOffset-expected.png: Added.
3261 * platform/mac/svg/filters/feOffset-expected.txt: Added.
3262 * svg/filters/feOffset.svg: Added.
3264 2009-06-18 Dirk Schulze <krit@webkit.org>
3266 Reviewed by Oliver Hunt.
3268 Added a test of batik and a own one to check behavior of the
3269 new feTile effect in SVG.
3271 * platform/mac/svg/batik/filters/feTile-expected.checksum: Added.
3272 * platform/mac/svg/batik/filters/feTile-expected.png: Added.
3273 * platform/mac/svg/batik/filters/feTile-expected.txt: Added.
3274 * platform/mac/svg/filters/feTile-expected.checksum: Added.
3275 * platform/mac/svg/filters/feTile-expected.png: Added.
3276 * platform/mac/svg/filters/feTile-expected.txt: Added.
3277 * svg/batik/filters/feTile.svg: Added.
3278 * svg/filters/feTile.svg: Added.
3280 2009-06-18 Dirk Schulze <krit@webkit.org>
3282 Reviewed by Oliver Hunt.
3284 Check the feMerge implementation.
3286 * platform/mac/svg/filters/feMerge-expected.checksum: Added.
3287 * platform/mac/svg/filters/feMerge-expected.png: Added.
3288 * platform/mac/svg/filters/feMerge-expected.txt: Added.
3289 * svg/filters/feMerge.svg: Added.
3291 2009-06-18 Chris Fleizach <cfleizach@apple.com>
3293 Reviewed by Darin Adler.
3295 Test for Bug 26522: In DOM mode, VoiceOver reads some mouseover text on web sites strangely.
3296 Strangely the layout output for another test changed, but the actual test was ok.
3298 * accessibility/non-data-table-cell-title-ui-element-expected.txt: Added.
3299 * accessibility/non-data-table-cell-title-ui-element.html: Added.
3300 * platform/mac/accessibility/table-multi-bodies-expected.txt:
3302 2009-06-18 Ryosuke Niwa <rniwa@google.com>
3304 Reviewed by Eric Seidel.
3306 The following pixel tests have been converted into dumpastext tests. This
3307 fixes the bug 26336 partially.
3309 * editing/execCommand/insertHTML-expected.txt: Added.
3310 * editing/execCommand/insertHTML.html:
3311 * editing/execCommand/switch-list-type-expected.txt: Added.
3312 * editing/execCommand/switch-list-type.html:
3313 * platform/mac/editing/execCommand/insertHTML-expected.checksum: Removed.
3314 * platform/mac/editing/execCommand/insertHTML-expected.png: Removed.
3315 * platform/mac/editing/execCommand/insertHTML-expected.txt: Removed.
3316 * platform/mac/editing/execCommand/switch-list-type-expected.checksum: Removed.
3317 * platform/mac/editing/execCommand/switch-list-type-expected.png: Removed.
3318 * platform/mac/editing/execCommand/switch-list-type-expected.txt: Removed.
3319 * platform/qt/editing/execCommand/insertHTML-expected.txt: Removed.
3320 * platform/qt/editing/execCommand/switch-list-type-expected.txt: Removed.
3322 2009-06-18 Ryosuke Niwa <rniwa@google.com>
3324 Reviewed by Eric Seidel.
3326 The following pixel tests have been converted into dumpastext tests. This
3327 fixes the bug 26336 partially.
3329 * editing/execCommand/5207369-expected.txt: Added.
3330 * editing/execCommand/5207369.html:
3331 * editing/execCommand/5210032-expected.txt: Added.
3332 * editing/execCommand/5210032.html:
3333 * editing/execCommand/5432254-1-expected.txt: Added.
3334 * editing/execCommand/5432254-1.html:
3335 * platform/mac/editing/execCommand/5207369-expected.checksum: Removed.
3336 * platform/mac/editing/execCommand/5207369-expected.png: Removed.
3337 * platform/mac/editing/execCommand/5207369-expected.txt: Removed.
3338 * platform/mac/editing/execCommand/5210032-expected.checksum: Removed.
3339 * platform/mac/editing/execCommand/5210032-expected.png: Removed.
3340 * platform/mac/editing/execCommand/5210032-expected.txt: Removed.
3341 * platform/mac/editing/execCommand/5432254-1-expected.checksum: Removed.
3342 * platform/mac/editing/execCommand/5432254-1-expected.png: Removed.
3343 * platform/mac/editing/execCommand/5432254-1-expected.txt: Removed.
3344 * platform/qt/editing/execCommand/5207369-expected.txt: Removed.
3345 * platform/qt/editing/execCommand/5210032-expected.txt: Removed.
3346 * platform/qt/editing/execCommand/5432254-1-expected.txt: Removed.
3348 2009-06-18 Ryosuke Niwa <rniwa@google.com>
3350 Reviewed by Eric Seidel.
3352 The following pixel tests have been converted into dumpastext tests. This
3353 fixes the bug 26336 partially.
3355 * editing/execCommand/5142012-3-expected.txt: Added.
3356 * editing/execCommand/5142012-3.html:
3357 * editing/execCommand/5144139-1-expected.txt: Added.
3358 * editing/execCommand/5144139-1.html:
3359 * editing/execCommand/5164796-expected.txt: Added.
3360 * editing/execCommand/5164796.html:
3361 * platform/mac/editing/execCommand/5142012-3-expected.checksum: Removed.
3362 * platform/mac/editing/execCommand/5142012-3-expected.png: Removed.
3363 * platform/mac/editing/execCommand/5142012-3-expected.txt: Removed.
3364 * platform/mac/editing/execCommand/5144139-1-expected.checksum: Removed.
3365 * platform/mac/editing/execCommand/5144139-1-expected.png: Removed.
3366 * platform/mac/editing/execCommand/5144139-1-expected.txt: Removed.
3367 * platform/mac/editing/execCommand/5164796-expected.checksum: Removed.
3368 * platform/mac/editing/execCommand/5164796-expected.png: Removed.
3369 * platform/mac/editing/execCommand/5164796-expected.txt: Removed.
3370 * platform/qt/editing/execCommand/5142012-3-expected.txt: Removed.
3371 * platform/qt/editing/execCommand/5144139-1-expected.txt: Removed.
3372 * platform/qt/editing/execCommand/5164796-expected.txt: Removed.
3374 2009-06-18 Ryosuke Niwa <rniwa@google.com>
3376 Reviewed by Eric Seidel.
3378 The following pixel tests have been converted into dumpastext tests. This
3379 fixes the bug 26336 partially.
3381 * editing/execCommand/4916583-expected.txt: Added.
3382 * editing/execCommand/4916583.html:
3383 * editing/execCommand/5119244-expected.txt: Added.
3384 * editing/execCommand/5119244.html:
3385 * editing/execCommand/5120591-expected.txt: Added.
3386 * editing/execCommand/5120591.html:
3387 * platform/mac/editing/execCommand/4916583-expected.checksum: Removed.
3388 * platform/mac/editing/execCommand/4916583-expected.png: Removed.
3389 * platform/mac/editing/execCommand/4916583-expected.txt: Removed.
3390 * platform/mac/editing/execCommand/5119244-expected.checksum: Removed.
3391 * platform/mac/editing/execCommand/5119244-expected.png: Removed.
3392 * platform/mac/editing/execCommand/5119244-expected.txt: Removed.
3393 * platform/mac/editing/execCommand/5120591-expected.checksum: Removed.
3394 * platform/mac/editing/execCommand/5120591-expected.png: Removed.
3395 * platform/mac/editing/execCommand/5120591-expected.txt: Removed.
3396 * platform/qt/editing/execCommand/4916583-expected.txt: Removed.
3397 * platform/qt/editing/execCommand/5119244-expected.txt: Removed.
3398 * platform/qt/editing/execCommand/5120591-expected.txt: Removed.
3400 2009-06-18 Simon Fraser <simon.fraser@apple.com>
3402 Reviewed by Dan Bernstein.
3404 <rdar://problem/6983207> Non-layer content is not re-rendered when transition
3405 starts sometimes (with hardware acceleration).
3407 * compositing/repaint/become-overlay-composited-layer.html: Added.
3408 * platform/mac/compositing/repaint/become-overlay-composited-layer-expected.txt: Added.
3410 2009-06-18 Alexey Proskuryakov <ap@webkit.org>
3412 Reviewed by Maciej Stachowiak and Dave Levin.
3414 https://bugs.webkit.org/show_bug.cgi?id=26510
3415 Add tests for authentication behavior with cross-origin XMLHttpRequest
3417 * http/tests/xmlhttprequest/cross-origin-authorization-expected.txt: Added.
3418 * http/tests/xmlhttprequest/cross-origin-authorization.html: Added.
3419 * http/tests/xmlhttprequest/cross-origin-no-authorization-expected.txt: Added.
3420 * http/tests/xmlhttprequest/cross-origin-no-authorization.html: Added.
3421 * http/tests/xmlhttprequest/resources/cross-origin-authorization.php: Added.
3422 * http/tests/xmlhttprequest/resources/cross-origin-check-cookies.php: Added.
3423 * http/tests/xmlhttprequest/resources/cross-origin-no-authorization.php: Added.
3424 * http/tests/xmlhttprequest/resources/cross-origin-preset-authorization-frame.html: Added.
3425 * platform/mac-tiger/Skipped:
3427 2009-06-17 Darin Adler <darin@apple.com>
3429 Reviewed by Oliver Hunt.
3431 Bug 26429: Make JSON.stringify non-recursive so it can handle objects
3432 of arbitrary complexity
3433 https://bugs.webkit.org/show_bug.cgi?id=26429
3435 * fast/js/JSON-stringify-expected.txt: Updated.
3436 * fast/js/resources/JSON-stringify.js: Changed the infinite object and
3437 infinite array tests to instead just test something a fixed number of
3438 levels deep. Otherwise we end up with an infinite loop in the test,
3439 which would lead to the slow-script dialog in the production web browser.
3440 Also raised the number from 512 to 2048 since there's no fixed limit any more.
3442 2009-06-17 Erik Arvidsson <arv@chromium.org>
3444 Reviewed by Adele Peterson.
3446 https://bugs.webkit.org/show_bug.cgi?id=15189
3447 Test case for textarea input event.
3449 * fast/forms/resources/textarea-input-event.js: Added.
3451 (handleTextareaOnInput):
3452 * fast/forms/textarea-input-event-expected.txt: Added.
3453 * fast/forms/textarea-input-event.html: Added.
3455 2009-06-18 Rob Buis <rwlbuis@gmail.com>
3460 https://bugs.webkit.org/show_bug.cgi?id=26385
3461 Root SVG element is not checked on requiredFeatures, requiredExtension like other elements
3463 Also do the isValid check for outer <svg>.
3465 * platform/mac/svg/custom/outer-svg-unknown-feature-expected.checksum: Added.
3466 * platform/mac/svg/custom/outer-svg-unknown-feature-expected.png: Added.
3467 * platform/mac/svg/custom/outer-svg-unknown-feature-expected.txt: Added.
3468 * svg/custom/outer-svg-unknown-feature.svg: Added.
3470 2009-06-18 Simon Fraser <simon.fraser@apple.com>
3472 Reviewed by Mark Rowe.
3474 https://bugs.webkit.org/show_bug.cgi?id=26499
3476 New expected results after making <video> elements get RenderLayers.
3478 * platform/mac/fast/replaced/border-radius-clip-expected.txt:
3480 2009-06-18 Dan Bernstein <mitz@apple.com>
3482 Reviewed by Darin Adler.
3484 - test and updated result for <rdar://problem/6913221>
3485 REGRESSION (Safari 3-4): Search field on apple.com cuts entered text
3487 * fast/forms/search-vertical-alignment.html: Added.
3488 * platform/mac/fast/forms/search-vertical-alignment-expected.checksum: Added.
3489 * platform/mac/fast/forms/search-vertical-alignment-expected.png: Added.
3490 * platform/mac/fast/forms/search-vertical-alignment-expected.txt: Added.
3491 * platform/mac/fast/forms/search-zoomed-expected.checksum:
3492 * platform/mac/fast/forms/search-zoomed-expected.png:
3493 * platform/mac/fast/forms/search-zoomed-expected.txt:
3495 2009-06-18 Chris Evans <scarybeasts@gmail.com>
3497 Reviewed by Adam Barth.
3499 Added test for bug 26454 (broken 8-digit hex entities).
3500 https://bugs.webkit.org/show_bug.cgi?id=26454
3502 * fast/parser/eightdigithexentity-expected.txt: Added.
3503 * fast/parser/eightdigithexentity.html: Added.
3505 2009-06-17 Gavin Barraclough <barraclough@apple.com>
3507 Reviewed by Mark Rowe.
3509 Add tests to check shifts by non-constant amounts.