1 2009-11-15 Chris Fleizach <cfleizach@apple.com>
3 Fixing broken layout test.
5 Need to implement ARIA role="directory"
6 https://bugs.webkit.org/show_bug.cgi?id=31516
8 Lists are not supported on Leopard or Tiger, so the test for this
9 bug needs to be skipped.
11 * platform/mac-leopard/Skipped:
12 * platform/mac-tiger/Skipped:
14 2009-11-14 Chris Fleizach <cfleizach@apple.com>
16 Reviewed by Darin Adler.
18 Need to implement ARIA role="directory"
19 https://bugs.webkit.org/show_bug.cgi?id=31516
21 * platform/mac/accessibility/aria-directory-expected.txt: Added.
22 * platform/mac/accessibility/aria-directory.html: Added.
24 2009-11-14 Adele Peterson <adele@apple.com>
26 Reviewed by Dan Bernstein.
28 Test for <rdar://problem/6946165> Would like to be able to specify the number of visible lines when using -webkit-line-clamp
30 * fast/overflow/line-clamp.html: Added.
31 * platform/mac/fast/overflow/line-clamp-expected.checksum: Added.
32 * platform/mac/fast/overflow/line-clamp-expected.png: Added.
33 * platform/mac/fast/overflow/line-clamp-expected.txt: Added.
35 2009-11-14 Kent Tamura <tkent@chromium.org>
37 Reviewed by Darin Adler.
39 Add tests for reading/writing .type property of HTMLInputElement.
40 https://bugs.webkit.org/show_bug.cgi?id=29004
42 * fast/forms/input-type-change3-expected.txt: Added.
43 * fast/forms/input-type-change3.html: Added.
44 * fast/forms/script-tests/input-type-change3.js: Added.
46 2009-11-14 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
48 Skip new test that needs new DRT infrastructure, with bug filled.
50 * platform/gtk/Skipped:
52 2009-11-13 Chris Fleizach <cfleizach@apple.com>
54 Reviewed by Darin Adler.
56 WAI-ARIA: checkbox does not determine its label from text content
57 https://bugs.webkit.org/show_bug.cgi?id=31456
59 * accessibility/aria-checkbox-text.html: Added.
60 * platform/gtk/Skipped:
61 * platform/mac/accessibility/aria-checkbox-text-expected.txt: Added.
62 * platform/win/Skipped:
64 2009-11-13 Alexey Proskuryakov <ap@apple.com>
66 Disable websocket tests on Tiger, as they time out.
68 Filed <https://bugs.webkit.org/show_bug.cgi?id=31501> to investigate this issue.
70 * platform/mac-tiger/Skipped:
72 2009-11-12 Jeremy Orlow <jorlow@chromium.org>
74 Reviewed by Dmitry Titov.
76 Now that we're tracking key size in the quota, we can't fit as much in.
77 https://bugs.webkit.org/show_bug.cgi?id=31451
79 * storage/domstorage/quota-expected.txt:
80 * storage/domstorage/script-tests/quota.js:
83 2009-11-13 Shinichiro Hamaji <hamaji@chromium.org>
85 Reviewed by Darin Adler.
87 WebCore::externalRepresentation should update layout before getting render object
88 https://bugs.webkit.org/show_bug.cgi?id=31459
90 Before this change, the render tree output for this test was wrong.
91 Note that #FF0000 (red) becomes #008000 (green) now.
93 * platform/mac/svg/custom/gradient-stop-style-change-expected.txt:
95 2009-11-04 Adam Roben <aroben@apple.com>
97 Test that delegates can modify global objects in isolated worlds
99 Fixes <http://webkit.org/b/31124> Tell the WebFrameLoadDelegate when
100 window objects in isolated worlds are cleared
102 Reviewed by Dave Hyatt.
104 * http/tests/security/isolatedWorld/didClearWindowObject-expected.txt: Added.
105 * http/tests/security/isolatedWorld/didClearWindowObject.html: Added.
106 Tests that the global object in the normal world does not have a
107 __worldID property, and that the global object in isolated worlds has
108 a __worldID property whose value is equal to the world's ID.
110 2009-11-13 Dumitru Daniliuc <dumi@chromium.org>
112 Reviewed by Eric Seidel.
114 Remove the unnecessary call to dumpDatabaseCallbacks().
116 https://bugs.webkit.org/show_bug.cgi?id=31495
118 * storage/hash-change-with-xhr.html:
120 2009-11-13 Hironori Bono <hbono@chromium.org>
122 Reviewed by Oliver Hunt.
124 Implement composition events introduced in DOM Level 3.
125 This change adds a new IDL which defines the composition events, adds a class which
126 implements the composition events, and sends the composition events according to
128 https://bugs.webkit.org/show_bug.cgi?id=26310
130 * fast/events/ime-composition-events-001-expected.txt: Added.
131 * fast/events/ime-composition-events-001.html: Added.
132 * platform/gtk/Skipped: Skip this test because TextInputController is not implemented.
133 * platform/qt/Skipped: ditto.
134 * platform/win/Skipped: ditto.
136 2009-11-13 Kenneth Rohde Christiansen <kenneth@webkit.org>
138 Reviewed by Simon Hausmann.
140 Add a file for suppressing invalid valgrind errors (Qt / Linux only)
142 * platform/qt/SuppressedValgrindErrors: Added.
144 2009-11-13 Alexey Proskuryakov <ap@apple.com>
146 Disable websocket tests on Windows, as the server cannot start on buildbot.
148 Filed <https://bugs.webkit.org/show_bug.cgi?id=31479> to investigate this issue.
150 * platform/win/Skipped:
152 2009-11-12 Alexey Proskuryakov <ap@apple.com>
154 Reviewed by Darin Adler.
156 https://bugs.webkit.org/show_bug.cgi?id=31441
157 Implement SocketStreamCFNet
159 * platform/mac/Skipped:
160 * platform/win/Skipped:
161 Enables tests in websocket directory.
163 2009-11-13 Dmitry Titov <dimich@chromium.org>
165 Reviewed by Darin Adler.
167 Fix worker-timeout.html layout test that fails in Chromium harness.
168 https://bugs.webkit.org/show_bug.cgi?id=31452
170 * fast/workers/worker-timeout.html:
171 Stop logging timer messages at the same time as calling NotifyDone() because
172 in test harness Chromium uses for workers it does not capture the output immediately.
174 2009-11-13 Pavel Feldman <pfeldman@chromium.org>
176 Reviewed by Adam Barth.
178 Chromium: [REGRESSION] Crash while stopping on a breakpoint.
181 https://bugs.webkit.org/show_bug.cgi?id=31467
183 * http/tests/security/calling-versus-current-expected.txt: Removed.
184 * http/tests/security/calling-versus-current.html: Removed.
186 2009-11-13 Dirk Schulze <krit@webkit.org>
188 Reviewed by Gustavo Noronha.
190 Skip fast/canvas/canvas-shadow.html we need to enable filters
191 on cairo to pass this test.
193 * platform/gtk/Skipped:
195 2009-11-13 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
197 Skip one more new test.
199 * platform/gtk/Skipped:
201 2009-11-12 Anantanarayanan G Iyengar <ananta@chromium.org>
203 Reviewed by Adam Barth.
205 The document-html and window-html tests don't use a setTimeout to notify that the
206 test is completed. The layout test plugin now issues the notifyDone call via
209 https://bugs.webkit.org/show_bug.cgi?id=31067
211 * plugins/document-open.html:
212 * plugins/window-open.html:
214 2009-11-12 Kinuko Yasuda <kinuko@google.com>
216 Reviewed by Adam Barth.
218 Makes the output of fast/events/mouse-click-events.html independent
220 https://bugs.webkit.org/show_bug.cgi?id=31405
222 * fast/events/mouse-click-events-expected.txt:
223 * fast/events/script-tests/mouse-click-events.js:
225 2009-11-12 Simon Fraser <simon.fraser@apple.com>
227 Reviewed by Dan Bernstein.
229 Transformed reflected elements are clipped inside element with opacity
230 https://bugs.webkit.org/show_bug.cgi?id=30957
232 Testcase for reflected and transformed elements inside an opacity layer.
234 * fast/reflections/opacity-reflection-transform.html: Added.
235 * platform/mac/fast/reflections/opacity-reflection-transform-expected.checksum: Added.
236 * platform/mac/fast/reflections/opacity-reflection-transform-expected.png: Added.
237 * platform/mac/fast/reflections/opacity-reflection-transform-expected.txt: Added.
239 2009-11-12 Joanmarie Diggs <joanmarie.diggs@gmail.com>
241 Reviewed by Gustavo Noronha Silva.
243 https://bugs.webkit.org/show_bug.cgi?id=30997
244 [Gtk] Implemment AtkDocument
246 Added testing support for AtkDocument implementation.
248 * accessibility/document-attributes.html: Added.
249 * accessibility/document-attributes-expected.txt: Added.
250 * platform/mac/Skipped:
251 * platform/win/Skipped:
253 2009-11-11 Dirk Schulze <krit@webkit.org>
255 Reviewed by Simon Fraser.
257 Some tests for canvas shadow.
259 * fast/canvas/canvas-shadow-expected.txt: Added.
260 * fast/canvas/canvas-shadow.html: Added.
261 * fast/canvas/script-tests/canvas-shadow.js: Added.
263 2009-11-12 Brian Weinstein <bweinstein@apple.com>
265 Rubber-stamped by Steve Falkenburg.
267 Add failing tests to Skipped list.
269 * platform/win/Skipped:
271 2009-11-12 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
273 Skipping tests that fail intermitently.
275 * platform/gtk/Skipped:
277 2009-11-12 Sam Weinig <sam@webkit.org>
279 Reviewed by Oliver Hunt.
281 Test for <rdar://problem/7267951>
282 Canvas methods should reject uses of NaN and Infinity.
284 * fast/canvas/canvas-with-illegal-args-expected.txt: Added.
285 * fast/canvas/canvas-with-illegal-args.html: Added.
286 * fast/canvas/script-tests/canvas-with-illegal-args.js: Added.
288 2009-11-12 Mark Rowe <mrowe@apple.com>
290 Skip an accessibility test that covers functionality not available on Tiger or Leopard.
292 * platform/mac-leopard/Skipped:
293 * platform/mac-tiger/Skipped:
295 2009-11-12 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
297 Skipping one more new test, and a number of other tests, with bugs
300 * platform/gtk/Skipped:
302 2009-11-12 Mark Rowe <mrowe@apple.com>
304 Fix results for fast/dom/Window/window-properties.html after r50893.
306 * fast/dom/Window/window-properties-expected.txt:
308 2009-11-12 Mark Rowe <mrowe@apple.com>
310 Rubber-stamped by Anders Carlsson.
312 Move a misplaced accessibility test from platform/mac-snowleopard/accessibility to accessibility,
313 and the results from platform/mac-snowleopard/accessibility to platform/mac/accessibility.
315 * accessibility/aria-list-and-listitem.html: Renamed from LayoutTests/platform/mac-snowleopard/accessibility/aria-list-and-listitem.html.
316 * platform/mac/accessibility/aria-list-and-listitem-expected.txt: Renamed from LayoutTests/platform/mac-snowleopard/accessibility/aria-list-and-listitem-expected.txt.
318 2009-11-12 Mark Rowe <mrowe@apple.com>
320 Rubber-stamped by Brady Eidson.
322 Land updated results for file-url-mimetypes-2.html and file-url-mimetypes-3.html.
324 * platform/mac-snowleopard/platform/mac/fast/loader/file-url-mimetypes-2-expected.txt: Copied from LayoutTests/platform/mac/fast/loader/file-url-mimetypes-2-expected.txt.
325 * platform/mac-snowleopard/platform/mac/fast/loader/file-url-mimetypes-3-expected.txt: Copied from LayoutTests/platform/mac/fast/loader/file-url-mimetypes-3-expected.txt.
326 * platform/mac/fast/loader/file-url-mimetypes-2-expected.txt:
327 * platform/mac/fast/loader/file-url-mimetypes-3-expected.txt:
329 2009-11-12 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
331 Unreviewed. Skipped new tests, a test that keeps failing despite
332 not failing locally, and a new DnD test.
334 * platform/gtk/Skipped:
336 2009-11-12 Eric Carlson <eric.carlson@apple.com>
338 Unreviewed, build fix.
340 Skipped tests need path relative to LayoutTests folder, not just
343 * platform/gtk/Skipped:
344 * platform/mac-leopard/Skipped:
345 * platform/mac-tiger/Skipped:
346 * platform/win/Skipped:
348 2009-11-12 Eric Carlson <eric.carlson@apple.com>
350 Reviewed by Dan Bernstein.
352 <rdar://problem/7388969> Add DOM API for fullscreen video
354 Tests for fullscreen <video> DOM API.
356 * media/media-fullscreen-inline-expected.txt: Added.
357 * media/media-fullscreen-inline.html: Added.
358 * media/media-fullscreen-not-in-document-expected.txt: Added.
359 * media/media-fullscreen-not-in-document.html: Added.
360 * media/media-fullscreen.js: Added.
362 * platform/gtk/Skipped:
363 * platform/mac-leopard/Skipped:
364 * platform/mac-tiger/Skipped:
365 * platform/win/Skipped:
366 Skipped on platforms that don't support fullscreen yet.
368 2009-11-12 Alexey Proskuryakov <ap@apple.com>
370 Reviewed by David Levin.
372 https://bugs.webkit.org/show_bug.cgi?id=31426
373 Some WebSocket tests don't properly listen to close event
375 * websocket/tests/script-tests/handshake-error.js:
376 * websocket/tests/script-tests/simple.js:
377 Made the tests clear second-chance timer on finish, avoiding confusing output when running
380 * websocket/tests/script-tests/frame-length-longer-than-buffer.js:
381 * websocket/tests/script-tests/frame-length-skip.js:
382 * websocket/tests/frame-length-longer-than-buffer-expected.txt:
383 * websocket/tests/frame-length-skip-expected.txt:
384 These tests now finish properly.
386 * websocket/tests/handshake-error-expected.txt:
387 * websocket/tests/simple-expected.txt:
388 I'm getting an extra empty line for these tests, which is surprising. But since I didn't
389 change anything, I assume that it should be there.
391 2009-11-12 Adam Barth <abarth@webkit.org>
393 Reviewed by Dimitri Glazkov.
395 [Chromium] Sify compose button alerts error
396 https://bugs.webkit.org/show_bug.cgi?id=31394
398 Test that we're using the calling security context in a simple case.
400 * http/tests/security/calling-versus-current-expected.txt: Added.
401 * http/tests/security/calling-versus-current.html: Added.
403 2009-11-12 Daniel Bates <dbates@webkit.org>
405 Reviewed by Darin Adler.
407 https://bugs.webkit.org/show_bug.cgi?id=30291
409 Rebased results for existing test case fast/events/drag-and-drop.html
412 Now, we can run the part of the test when effectAllowed == "uninitialized".
414 * fast/events/drag-and-drop-expected.txt: Rebased results.
415 * fast/events/drag-and-drop.html: Removed notice about this bug (#30291).
417 2009-11-12 Chris Fleizach <cfleizach@apple.com>
419 Reviewed by Darin Adler.
421 ARIA: add alert type roles
422 https://bugs.webkit.org/show_bug.cgi?id=31392
424 * platform/mac/accessibility/aria-alerts-expected.txt: Added.
425 * platform/mac/accessibility/aria-alerts.html: Added.
427 2009-11-12 Andras Becsi <becsi.andras@stud.u-szeged.hu>
429 Rubber-stamped by Tor Arne Vestbø.
431 [Qt] Update outdated metrics in layout tests after change to Qt 4.6 on the buildbot.
433 * platform/qt/css1/basic/class_as_selector-expected.txt:
434 * platform/qt/css1/basic/comments-expected.txt:
435 * platform/qt/css1/basic/containment-expected.txt:
436 * platform/qt/css1/basic/contextual_selectors-expected.txt:
437 * platform/qt/css1/basic/grouping-expected.txt:
438 * platform/qt/css1/basic/id_as_selector-expected.txt:
439 * platform/qt/css1/basic/inheritance-expected.txt:
440 * platform/qt/css1/box_properties/acid_test-expected.txt:
441 * platform/qt/css1/box_properties/border-expected.txt:
442 * platform/qt/css1/box_properties/border_bottom-expected.txt:
443 * platform/qt/css1/box_properties/border_bottom_inline-expected.txt:
444 * platform/qt/css1/box_properties/border_bottom_width-expected.txt:
445 * platform/qt/css1/box_properties/border_bottom_width_inline-expected.txt:
446 * platform/qt/css1/box_properties/border_color-expected.txt:
447 * platform/qt/css1/box_properties/border_color_inline-expected.txt:
448 * platform/qt/css1/box_properties/border_inline-expected.txt:
449 * platform/qt/css1/box_properties/border_left-expected.txt:
450 * platform/qt/css1/box_properties/border_left_inline-expected.txt:
451 * platform/qt/css1/box_properties/border_left_width-expected.txt:
452 * platform/qt/css1/box_properties/border_left_width_inline-expected.txt:
453 * platform/qt/css1/box_properties/border_right-expected.txt:
454 * platform/qt/css1/box_properties/border_right_inline-expected.txt:
455 * platform/qt/css1/box_properties/border_right_width-expected.txt:
456 * platform/qt/css1/box_properties/border_right_width_inline-expected.txt:
457 * platform/qt/css1/box_properties/border_style-expected.txt:
458 * platform/qt/css1/box_properties/border_style_inline-expected.txt:
459 * platform/qt/css1/box_properties/border_top-expected.txt:
460 * platform/qt/css1/box_properties/border_top_inline-expected.txt:
461 * platform/qt/css1/box_properties/border_top_width-expected.txt:
462 * platform/qt/css1/box_properties/border_top_width_inline-expected.txt:
463 * platform/qt/css1/box_properties/border_width-expected.txt:
464 * platform/qt/css1/box_properties/border_width_inline-expected.txt:
465 * platform/qt/css1/box_properties/clear-expected.txt:
466 * platform/qt/css1/box_properties/clear_float-expected.txt:
467 * platform/qt/css1/box_properties/float-expected.txt:
468 * platform/qt/css1/box_properties/float_elements_in_series-expected.txt:
469 * platform/qt/css1/box_properties/float_margin-expected.txt:
470 * platform/qt/css1/box_properties/float_on_text_elements-expected.txt:
471 * platform/qt/css1/box_properties/height-expected.txt:
472 * platform/qt/css1/box_properties/margin-expected.txt:
473 * platform/qt/css1/box_properties/margin_bottom-expected.txt:
474 * platform/qt/css1/box_properties/margin_bottom_inline-expected.txt:
475 * platform/qt/css1/box_properties/margin_inline-expected.txt:
476 * platform/qt/css1/box_properties/margin_left-expected.txt:
477 * platform/qt/css1/box_properties/margin_left_inline-expected.txt:
478 * platform/qt/css1/box_properties/margin_right-expected.txt:
479 * platform/qt/css1/box_properties/margin_right_inline-expected.txt:
480 * platform/qt/css1/box_properties/margin_top-expected.txt:
481 * platform/qt/css1/box_properties/margin_top_inline-expected.txt:
482 * platform/qt/css1/box_properties/padding-expected.txt:
483 * platform/qt/css1/box_properties/padding_bottom-expected.txt:
484 * platform/qt/css1/box_properties/padding_bottom_inline-expected.txt:
485 * platform/qt/css1/box_properties/padding_inline-expected.txt:
486 * platform/qt/css1/box_properties/padding_left-expected.txt:
487 * platform/qt/css1/box_properties/padding_left_inline-expected.txt:
488 * platform/qt/css1/box_properties/padding_right-expected.txt:
489 * platform/qt/css1/box_properties/padding_right_inline-expected.txt:
490 * platform/qt/css1/box_properties/padding_top-expected.txt:
491 * platform/qt/css1/box_properties/padding_top_inline-expected.txt:
492 * platform/qt/css1/box_properties/width-expected.txt:
493 * platform/qt/css1/cascade/cascade_order-expected.txt:
494 * platform/qt/css1/cascade/important-expected.txt:
495 * platform/qt/css1/classification/display-expected.txt:
496 * platform/qt/css1/classification/list_style-expected.txt:
497 * platform/qt/css1/classification/list_style_image-expected.txt:
498 * platform/qt/css1/classification/list_style_position-expected.txt:
499 * platform/qt/css1/classification/list_style_type-expected.txt:
500 * platform/qt/css1/classification/white_space-expected.txt:
501 * platform/qt/css1/color_and_background/background-expected.txt:
502 * platform/qt/css1/color_and_background/background_attachment-expected.txt:
503 * platform/qt/css1/color_and_background/background_color-expected.txt:
504 * platform/qt/css1/color_and_background/background_image-expected.txt:
505 * platform/qt/css1/color_and_background/background_position-expected.txt:
506 * platform/qt/css1/color_and_background/background_repeat-expected.txt:
507 * platform/qt/css1/color_and_background/color-expected.txt:
508 * platform/qt/css1/conformance/forward_compatible_parsing-expected.txt:
509 * platform/qt/css1/font_properties/font-expected.txt:
510 * platform/qt/css1/font_properties/font_family-expected.txt:
511 * platform/qt/css1/font_properties/font_size-expected.txt:
512 * platform/qt/css1/font_properties/font_style-expected.txt:
513 * platform/qt/css1/font_properties/font_variant-expected.txt:
514 * platform/qt/css1/font_properties/font_weight-expected.txt:
515 * platform/qt/css1/formatting_model/canvas-expected.txt:
516 * platform/qt/css1/formatting_model/floating_elements-expected.txt:
517 * platform/qt/css1/formatting_model/height_of_lines-expected.txt:
518 * platform/qt/css1/formatting_model/horizontal_formatting-expected.txt:
519 * platform/qt/css1/formatting_model/inline_elements-expected.txt:
520 * platform/qt/css1/formatting_model/replaced_elements-expected.txt:
521 * platform/qt/css1/formatting_model/vertical_formatting-expected.txt:
522 * platform/qt/css1/pseudo/anchor-expected.txt:
523 * platform/qt/css1/pseudo/firstletter-expected.txt:
524 * platform/qt/css1/pseudo/firstline-expected.txt:
525 * platform/qt/css1/pseudo/multiple_pseudo_elements-expected.txt:
526 * platform/qt/css1/pseudo/pseudo_elements_in_selectors-expected.txt:
527 * platform/qt/css1/text_properties/letter_spacing-expected.txt:
528 * platform/qt/css1/text_properties/line_height-expected.txt:
529 * platform/qt/css1/text_properties/text_align-expected.txt:
530 * platform/qt/css1/text_properties/text_decoration-expected.txt:
531 * platform/qt/css1/text_properties/text_indent-expected.txt:
532 * platform/qt/css1/text_properties/text_transform-expected.txt:
533 * platform/qt/css1/text_properties/vertical_align-expected.txt:
534 * platform/qt/css1/text_properties/word_spacing-expected.txt:
535 * platform/qt/css1/units/color_units-expected.txt:
536 * platform/qt/css1/units/length_units-expected.txt:
537 * platform/qt/css1/units/percentage_units-expected.txt:
538 * platform/qt/css1/units/urls-expected.txt:
539 * platform/qt/css2.1/t040102-keywords-00-b-expected.txt:
540 * platform/qt/css2.1/t040102-keywords-01-b-expected.txt:
541 * platform/qt/css2.1/t040103-case-00-b-expected.txt:
542 * platform/qt/css2.1/t040103-case-01-c-expected.txt:
543 * platform/qt/css2.1/t040103-escapes-00-b-expected.txt:
544 * platform/qt/css2.1/t040103-escapes-01-b-expected.txt:
545 * platform/qt/css2.1/t040103-escapes-02-d-expected.txt:
546 * platform/qt/css2.1/t040103-escapes-03-b-expected.txt:
547 * platform/qt/css2.1/t040103-escapes-04-b-expected.txt:
548 * platform/qt/css2.1/t040103-escapes-05-c-expected.txt:
549 * platform/qt/css2.1/t040103-escapes-06-b-expected.txt:
550 * platform/qt/css2.1/t040103-escapes-07-b-expected.txt:
551 * platform/qt/css2.1/t040103-escapes-08-b-expected.txt:
552 * platform/qt/css2.1/t040103-ident-00-c-expected.txt:
553 * platform/qt/css2.1/t040103-ident-01-c-expected.txt:
554 * platform/qt/css2.1/t040103-ident-02-c-expected.txt:
555 * platform/qt/css2.1/t040103-ident-03-c-expected.txt:
556 * platform/qt/css2.1/t040103-ident-04-c-expected.txt:
557 * platform/qt/css2.1/t040103-ident-05-c-expected.txt:
558 * platform/qt/css2.1/t040103-ident-06-c-expected.txt:
559 * platform/qt/css2.1/t040103-ident-07-c-expected.txt:
560 * platform/qt/css2.1/t040103-ident-08-c-expected.txt:
561 * platform/qt/css2.1/t040103-ident-09-c-expected.txt:
562 * platform/qt/css2.1/t040103-ident-10-c-expected.txt:
563 * platform/qt/css2.1/t040103-ident-11-c-expected.txt:
564 * platform/qt/css2.1/t040103-ident-12-c-expected.txt:
565 * platform/qt/css2.1/t040103-ident-13-c-expected.txt:
566 * platform/qt/css2.1/t040105-atkeyw-00-b-expected.txt:
567 * platform/qt/css2.1/t040105-atkeyw-01-b-expected.txt:
568 * platform/qt/css2.1/t040105-atkeyw-02-b-expected.txt:
569 * platform/qt/css2.1/t040105-atrule-00-b-expected.txt:
570 * platform/qt/css2.1/t040105-atrule-01-b-expected.txt:
571 * platform/qt/css2.1/t040105-atrule-02-b-expected.txt:
572 * platform/qt/css2.1/t040105-atrule-03-b-expected.txt:
573 * platform/qt/css2.1/t040105-atrule-04-b-expected.txt:
574 * platform/qt/css2.1/t040105-import-00-b-expected.txt:
575 * platform/qt/css2.1/t040105-import-01-b-expected.txt:
576 * platform/qt/css2.1/t040109-c17-comments-00-b-expected.txt:
577 * platform/qt/css2.1/t040109-c17-comments-01-b-expected.txt:
578 * platform/qt/css2.1/t0402-c71-fwd-parsing-00-f-expected.txt:
579 * platform/qt/css2.1/t0402-c71-fwd-parsing-01-f-expected.txt:
580 * platform/qt/css2.1/t0402-c71-fwd-parsing-02-f-expected.txt:
581 * platform/qt/css2.1/t0402-c71-fwd-parsing-03-f-expected.txt:
582 * platform/qt/css2.1/t0402-c71-fwd-parsing-04-f-expected.txt:
583 * platform/qt/css2.1/t0402-syntax-01-f-expected.txt:
584 * platform/qt/css2.1/t0402-syntax-02-f-expected.txt:
585 * platform/qt/css2.1/t0402-syntax-03-f-expected.txt:
586 * platform/qt/css2.1/t0402-syntax-04-f-expected.txt:
587 * platform/qt/css2.1/t0402-syntax-05-f-expected.txt:
588 * platform/qt/css2.1/t0402-syntax-06-f-expected.txt:
589 * platform/qt/css2.1/t040302-c61-ex-len-00-b-a-expected.txt:
590 * platform/qt/css2.1/t040302-c61-phys-len-00-b-expected.txt:
591 * platform/qt/css2.1/t040302-c61-rel-len-00-b-ag-expected.txt:
592 * platform/qt/css2.1/t040304-c64-uri-00-a-g-expected.txt:
593 * platform/qt/css2.1/t040306-c63-color-00-b-ag-expected.txt:
594 * platform/qt/css2.1/t040306-syntax-01-f-expected.txt:
595 * platform/qt/css2.1/t040307-syntax-01-b-expected.txt:
596 * platform/qt/css2.1/t1202-counter-00-b-expected.txt:
597 * platform/qt/css2.1/t1202-counter-01-b-expected.txt:
598 * platform/qt/css2.1/t1202-counter-02-b-expected.txt:
599 * platform/qt/css2.1/t1202-counter-03-b-expected.txt:
600 * platform/qt/css2.1/t1202-counter-04-b-expected.txt:
601 * platform/qt/css2.1/t1202-counter-05-b-expected.txt:
602 * platform/qt/css2.1/t1202-counter-06-b-expected.txt:
603 * platform/qt/css2.1/t1202-counter-07-b-expected.txt:
604 * platform/qt/css2.1/t1202-counter-08-b-expected.txt:
605 * platform/qt/css2.1/t1202-counter-09-b-expected.txt:
606 * platform/qt/css2.1/t1202-counter-11-b-expected.txt:
607 * platform/qt/css2.1/t1202-counter-12-b-expected.txt:
608 * platform/qt/css2.1/t1202-counter-13-b-expected.txt:
609 * platform/qt/css2.1/t1202-counter-14-b-expected.txt:
610 * platform/qt/css2.1/t1202-counter-15-b-expected.txt:
611 * platform/qt/css2.1/t1202-counter-16-f-expected.txt:
612 * platform/qt/css2.1/t1202-counters-00-b-expected.txt:
613 * platform/qt/css2.1/t1202-counters-01-b-expected.txt:
614 * platform/qt/css2.1/t1202-counters-02-b-expected.txt:
615 * platform/qt/css2.1/t1202-counters-03-b-expected.txt:
616 * platform/qt/css2.1/t1202-counters-05-b-expected.txt:
617 * platform/qt/css2.1/t1202-counters-06-b-expected.txt:
618 * platform/qt/css2.1/t1202-counters-07-b-expected.txt:
619 * platform/qt/css2.1/t1202-counters-08-b-expected.txt:
620 * platform/qt/css2.1/t1202-counters-09-b-expected.txt:
621 * platform/qt/css2.1/t1202-counters-11-b-expected.txt:
622 * platform/qt/css2.1/t1202-counters-12-b-expected.txt:
623 * platform/qt/css2.1/t1202-counters-13-b-expected.txt:
624 * platform/qt/css2.1/t1202-counters-14-b-expected.txt:
625 * platform/qt/css2.1/t1202-counters-15-b-expected.txt:
626 * platform/qt/css2.1/t1202-counters-16-c-expected.txt:
627 * platform/qt/css2.1/t1202-counters-17-d-expected.txt:
628 * platform/qt/css2.1/t1202-counters-18-f-expected.txt:
629 * platform/qt/css2.1/t1205-c561-list-displ-00-b-expected.txt:
630 * platform/qt/css2.1/t1205-c563-list-type-00-b-expected.txt:
631 * platform/qt/css2.1/t1205-c563-list-type-01-b-expected.txt:
632 * platform/qt/css2.1/t1205-c564-list-img-00-b-g-expected.txt:
633 * platform/qt/css2.1/t1205-c565-list-pos-00-b-expected.txt:
634 * platform/qt/css2.1/t1205-c566-list-stl-01-c-g-expected.txt:
635 * platform/qt/css2.1/t140201-c532-bgcolor-00-a-expected.txt:
636 * platform/qt/css2.1/t140201-c532-bgcolor-01-b-expected.txt:
637 * platform/qt/css2.1/t140201-c533-bgimage-00-a-expected.txt:
638 * platform/qt/css2.1/t140201-c533-bgimage-01-b-g-expected.txt:
639 * platform/qt/css2.1/t140201-c534-bgre-00-b-ag-expected.txt:
640 * platform/qt/css2.1/t140201-c535-bg-fixd-00-b-g-expected.txt:
641 * platform/qt/css2.1/t140201-c536-bgpos-00-b-ag-expected.txt:
642 * platform/qt/css2.1/t1503-c522-font-family-00-b-expected.txt:
643 * platform/qt/css2.1/t1504-c523-font-style-00-b-expected.txt:
644 * platform/qt/css2.1/t1504-c543-txt-decor-00-d-g-expected.txt:
645 * platform/qt/css2.1/t1505-c524-font-var-00-b-expected.txt:
646 * platform/qt/css2.1/t1506-c525-font-wt-00-b-expected.txt:
647 * platform/qt/css2.1/t1507-c526-font-sz-00-b-expected.txt:
648 * platform/qt/css2.1/t1507-c526-font-sz-01-b-a-expected.txt:
649 * platform/qt/css2.1/t1507-c526-font-sz-02-b-a-expected.txt:
650 * platform/qt/css2.1/t1507-c526-font-sz-03-f-a-expected.txt:
651 * platform/qt/css2.1/t1508-c527-font-00-b-expected.txt:
652 * platform/qt/css2.1/t1508-c527-font-01-b-expected.txt:
653 * platform/qt/css2.1/t1508-c527-font-02-b-expected.txt:
654 * platform/qt/css2.1/t1508-c527-font-03-b-expected.txt:
655 * platform/qt/css2.1/t1508-c527-font-04-b-expected.txt:
656 * platform/qt/css2.1/t1508-c527-font-05-b-expected.txt:
657 * platform/qt/css2.1/t1508-c527-font-06-b-expected.txt:
658 * platform/qt/css2.1/t1508-c527-font-07-b-expected.txt:
659 * platform/qt/css2.1/t1508-c527-font-08-b-expected.txt:
660 * platform/qt/css2.1/t1508-c527-font-09-b-expected.txt:
661 * platform/qt/css2.1/t1508-c527-font-10-c-expected.txt:
662 * platform/qt/css2.1/t170602-bdr-conflct-w-00-d-expected.txt:
663 * platform/qt/css2.1/t170602-bdr-conflct-w-01-d-expected.txt:
664 * platform/qt/css2.1/t170602-bdr-conflct-w-02-d-expected.txt:
665 * platform/qt/css2.1/t170602-bdr-conflct-w-03-d-expected.txt:
666 * platform/qt/css2.1/t170602-bdr-conflct-w-04-d-expected.txt:
667 * platform/qt/css2.1/t170602-bdr-conflct-w-05-d-expected.txt:
668 * platform/qt/css2.1/t170602-bdr-conflct-w-06-d-expected.txt:
669 * platform/qt/css2.1/t170602-bdr-conflct-w-07-d-expected.txt:
670 * platform/qt/css2.1/t170602-bdr-conflct-w-08-d-expected.txt:
671 * platform/qt/css2.1/t170602-bdr-conflct-w-09-d-expected.txt:
672 * platform/qt/css2.1/t170602-bdr-conflct-w-10-d-expected.txt:
673 * platform/qt/css2.1/t170602-bdr-conflct-w-11-d-expected.txt:
674 * platform/qt/css2.1/t170602-bdr-conflct-w-12-d-expected.txt:
675 * platform/qt/css2.1/t170602-bdr-conflct-w-13-d-expected.txt:
676 * platform/qt/css2.1/t170602-bdr-conflct-w-14-d-expected.txt:
677 * platform/qt/css2.1/t170602-bdr-conflct-w-15-d-expected.txt:
678 * platform/qt/css2.1/t170602-bdr-conflct-w-16-d-expected.txt:
679 * platform/qt/css2.1/t170602-bdr-conflct-w-17-d-expected.txt:
680 * platform/qt/css2.1/t170602-bdr-conflct-w-18-d-expected.txt:
681 * platform/qt/css2.1/t170602-bdr-conflct-w-19-d-expected.txt:
682 * platform/qt/css2.1/t170602-bdr-conflct-w-20-d-expected.txt:
683 * platform/qt/css2.1/t170602-bdr-conflct-w-21-d-expected.txt:
684 * platform/qt/css2.1/t170602-bdr-conflct-w-22-d-expected.txt:
685 * platform/qt/css2.1/t170602-bdr-conflct-w-23-d-expected.txt:
686 * platform/qt/css2.1/t170602-bdr-conflct-w-24-d-expected.txt:
687 * platform/qt/css2.1/t170602-bdr-conflct-w-25-d-expected.txt:
688 * platform/qt/css2.1/t170602-bdr-conflct-w-26-d-expected.txt:
689 * platform/qt/css2.1/t170602-bdr-conflct-w-27-d-expected.txt:
690 * platform/qt/css2.1/t170602-bdr-conflct-w-28-d-expected.txt:
691 * platform/qt/css2.1/t170602-bdr-conflct-w-29-d-expected.txt:
692 * platform/qt/css2.1/t170602-bdr-conflct-w-30-d-expected.txt:
693 * platform/qt/css2.1/t170602-bdr-conflct-w-31-d-expected.txt:
694 * platform/qt/css2.1/t170602-bdr-conflct-w-32-d-expected.txt:
695 * platform/qt/css2.1/t170602-bdr-conflct-w-33-d-expected.txt:
696 * platform/qt/css2.1/t170602-bdr-conflct-w-34-d-expected.txt:
697 * platform/qt/css2.1/t170602-bdr-conflct-w-35-d-expected.txt:
698 * platform/qt/css2.1/t170602-bdr-conflct-w-36-d-expected.txt:
699 * platform/qt/css2.1/t170602-bdr-conflct-w-37-d-expected.txt:
700 * platform/qt/css2.1/t170602-bdr-conflct-w-38-d-expected.txt:
701 * platform/qt/css2.1/t170602-bdr-conflct-w-39-d-expected.txt:
702 * platform/qt/css2.1/t170602-bdr-conflct-w-40-d-expected.txt:
703 * platform/qt/css2.1/t170602-bdr-conflct-w-41-d-expected.txt:
704 * platform/qt/css2.1/t170602-bdr-conflct-w-42-d-expected.txt:
705 * platform/qt/css2.1/t170602-bdr-conflct-w-43-d-expected.txt:
706 * platform/qt/css2.1/t170602-bdr-conflct-w-44-d-expected.txt:
707 * platform/qt/css2.1/t170602-bdr-conflct-w-45-d-expected.txt:
708 * platform/qt/css2.1/t170602-bdr-conflct-w-46-d-expected.txt:
709 * platform/qt/css2.1/t170602-bdr-conflct-w-47-d-expected.txt:
710 * platform/qt/css2.1/t170602-bdr-conflct-w-48-d-expected.txt:
711 * platform/qt/css2.1/t170602-bdr-conflct-w-49-d-expected.txt:
712 * platform/qt/editing/inserting/break-blockquote-after-delete-expected.txt:
713 * platform/qt/fast/backgrounds/001-expected.txt:
714 * platform/qt/fast/backgrounds/animated-svg-as-background-expected.txt:
715 * platform/qt/fast/backgrounds/background-inherit-color-bug-expected.txt:
716 * platform/qt/fast/backgrounds/background-origin-root-element-expected.txt:
717 * platform/qt/fast/backgrounds/background-position-1-expected.txt:
718 * platform/qt/fast/backgrounds/background-position-rounding-expected.txt:
719 * platform/qt/fast/backgrounds/body-generated-image-propagated-to-root-expected.txt:
720 * platform/qt/fast/backgrounds/mask-composite-expected.txt:
721 * platform/qt/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.txt:
722 * platform/qt/fast/backgrounds/repeat/negative-offset-repeat-expected.txt:
723 * platform/qt/fast/backgrounds/repeat/noRepeatCorrectClip-expected.txt:
724 * platform/qt/fast/backgrounds/size/backgroundSize15-expected.txt:
725 * platform/qt/fast/backgrounds/size/zero-expected.txt:
726 * platform/qt/fast/backgrounds/solid-color-context-restore-expected.txt:
727 * platform/qt/fast/backgrounds/svg-as-background-1-expected.txt:
728 * platform/qt/fast/backgrounds/svg-as-background-2-expected.txt:
729 * platform/qt/fast/backgrounds/svg-as-background-3-expected.txt:
730 * platform/qt/fast/backgrounds/svg-as-background-4-expected.txt:
731 * platform/qt/fast/backgrounds/svg-as-background-5-expected.txt:
732 * platform/qt/fast/backgrounds/svg-as-background-6-expected.txt:
733 * platform/qt/fast/block/float/avoidance-percent-width-compat-expected.txt:
734 * platform/qt/fast/block/float/avoidance-percent-width-strict-expected.txt:
735 * platform/qt/fast/block/margin-collapse/block-inside-inline/001-expected.txt:
736 * platform/qt/fast/block/margin-collapse/block-inside-inline/002-expected.txt:
737 * platform/qt/fast/block/margin-collapse/block-inside-inline/003-expected.txt:
738 * platform/qt/fast/block/margin-collapse/block-inside-inline/004-expected.txt:
739 * platform/qt/fast/block/margin-collapse/block-inside-inline/005-expected.txt:
740 * platform/qt/fast/block/margin-collapse/block-inside-inline/006-expected.txt:
741 * platform/qt/fast/block/margin-collapse/block-inside-inline/010-expected.txt:
742 * platform/qt/fast/block/margin-collapse/block-inside-inline/011-expected.txt:
743 * platform/qt/fast/block/margin-collapse/block-inside-inline/012-expected.txt:
744 * platform/qt/fast/block/margin-collapse/block-inside-inline/015-expected.txt:
745 * platform/qt/fast/block/margin-collapse/block-inside-inline/016-expected.txt:
746 * platform/qt/fast/block/margin-collapse/block-inside-inline/017-expected.txt:
747 * platform/qt/fast/block/margin-collapse/block-inside-inline/018-expected.txt:
748 * platform/qt/fast/block/margin-collapse/block-inside-inline/019-expected.txt:
749 * platform/qt/fast/block/margin-collapse/block-inside-inline/020-expected.txt:
750 * platform/qt/fast/block/margin-collapse/block-inside-inline/021-expected.txt:
751 * platform/qt/fast/block/margin-collapse/block-inside-inline/022-expected.txt:
752 * platform/qt/fast/block/margin-collapse/block-inside-inline/025-expected.txt:
753 * platform/qt/fast/borders/border-radius-constraints-expected.txt:
754 * platform/qt/fast/borders/border-radius-split-inline-expected.txt:
755 * platform/qt/fast/box-shadow/basic-shadows-expected.txt:
756 * platform/qt/fast/box-shadow/inset-expected.txt:
757 * platform/qt/fast/box-shadow/transform-fringing-expected.txt:
758 * platform/qt/fast/canvas/canvas-before-css-expected.txt:
759 * platform/qt/fast/canvas/canvas-composite-expected.txt:
760 * platform/qt/fast/canvas/canvas-empty-image-pattern-expected.txt:
761 * platform/qt/fast/canvas/canvas-transform-identity-expected.txt:
762 * platform/qt/fast/canvas/canvas-transform-infinity-expected.txt:
763 * platform/qt/fast/canvas/canvas-transform-multiply-expected.txt:
764 * platform/qt/fast/canvas/canvas-transform-nan-expected.txt:
765 * platform/qt/fast/canvas/canvas-transform-non-invertible-expected.txt:
766 * platform/qt/fast/canvas/canvas-transform-skewed-expected.txt:
767 * platform/qt/fast/canvas/canvas-transforms-during-path-expected.txt:
768 * platform/qt/fast/canvas/canvas-zoom-expected.txt:
769 * platform/qt/fast/canvas/drawImage-expected.txt:
770 * platform/qt/fast/canvas/drawImage-with-globalAlpha-expected.txt:
771 * platform/qt/fast/canvas/image-pattern-rotate-expected.txt:
772 * platform/qt/fast/canvas/shadow-offset-1-expected.txt:
773 * platform/qt/fast/canvas/shadow-offset-2-expected.txt:
774 * platform/qt/fast/canvas/shadow-offset-3-expected.txt:
775 * platform/qt/fast/canvas/shadow-offset-4-expected.txt:
776 * platform/qt/fast/canvas/shadow-offset-5-expected.txt:
777 * platform/qt/fast/canvas/shadow-offset-6-expected.txt:
778 * platform/qt/fast/canvas/shadow-offset-7-expected.txt:
779 * platform/qt/fast/css/attribute-selector-dynamic-expected.txt:
780 * platform/qt/fast/css/font-smoothing-expected.txt:
781 * platform/qt/fast/css/getComputedStyle/marginComputedStyle-expected.txt:
782 * platform/qt/fast/css/nested-floating-relative-position-percentages-expected.txt:
783 * platform/qt/fast/css/nth-child-dynamic-expected.txt:
784 * platform/qt/fast/css/pseudo-cache-stale-expected.txt:
785 * platform/qt/fast/css/rem-dynamic-scaling-expected.txt:
786 * platform/qt/fast/css/rem-units-on-root-expected.txt:
787 * platform/qt/fast/css/text-input-with-webkit-border-radius-expected.txt:
788 * platform/qt/fast/css/text-rendering-expected.txt:
789 * platform/qt/fast/doctypes/001-expected.txt:
790 * platform/qt/fast/doctypes/002-expected.txt:
791 * platform/qt/fast/doctypes/004-expected.txt:
792 * platform/qt/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.txt:
793 * platform/qt/fast/dynamic/anchor-lock-expected.txt:
794 * platform/qt/fast/dynamic/genContentDestroyChildren-expected.txt:
795 * platform/qt/fast/dynamic/window-resize-scrollbars-test-expected.txt:
796 * platform/qt/fast/dynamic/window-scrollbars-test-expected.txt:
797 * platform/qt/fast/forms/basic-buttons-expected.txt:
798 * platform/qt/fast/forms/basic-inputs-expected.txt:
799 * platform/qt/fast/forms/button-style-color-expected.txt:
800 * platform/qt/fast/forms/isindex-placeholder-expected.txt:
801 * platform/qt/fast/forms/menulist-style-color-expected.txt:
802 * platform/qt/fast/forms/search-vertical-alignment-expected.txt:
803 * platform/qt/fast/forms/text-style-color-expected.txt:
804 * platform/qt/fast/forms/textarea-placeholder-pseudo-style-expected.txt:
805 * platform/qt/fast/forms/textarea-placeholder-set-attribute-expected.txt:
806 * platform/qt/fast/forms/textarea-placeholder-set-value-expected.txt:
807 * platform/qt/fast/frames/frame-navigation-expected.txt:
808 * platform/qt/fast/frames/frame-scrolling-attribute-expected.txt:
809 * platform/qt/fast/frames/frameset-style-recalc-expected.txt:
810 * platform/qt/fast/frames/iframe-scrolling-attribute-expected.txt:
811 * platform/qt/fast/frames/viewsource-on-image-file-expected.txt:
812 * platform/qt/fast/gradients/crash-on-zero-radius-expected.txt:
813 * platform/qt/fast/history/clicked-link-is-visited-expected.txt:
814 * platform/qt/fast/images/animated-gif-with-offsets-expected.txt:
815 * platform/qt/fast/images/image-in-map-expected.txt:
816 * platform/qt/fast/images/svg-as-background-expected.txt:
817 * platform/qt/fast/images/svg-width-100p-as-background-expected.txt:
818 * platform/qt/fast/lists/ol-start-parsing-expected.txt:
819 * platform/qt/fast/multicol/positioned-with-constrained-height-expected.txt:
820 * platform/qt/fast/overflow/overflow-with-local-background-attachment-expected.txt:
821 * platform/qt/fast/overflow/position-fixed-transform-clipping-expected.txt:
822 * platform/qt/fast/reflections/abs-position-in-reflection-expected.txt:
823 * platform/qt/fast/reflections/transparent-reflected-sublayers-expected.txt:
824 * platform/qt/fast/repaint/line-in-scrolled-clipped-block-expected.txt:
825 * platform/qt/fast/repaint/rel-positioned-inline-with-overflow-expected.txt:
826 * platform/qt/fast/table/fixed-table-with-percent-inside-percent-table-expected.txt:
827 * platform/qt/fast/table/fixed-table-with-percent-width-inside-auto-table-expected.txt:
828 * platform/qt/fast/table/fixed-table-with-percent-width-inside-div-expected.txt:
829 * platform/qt/fast/table/fixed-table-with-percent-width-inside-extra-large-div-expected.txt:
830 * platform/qt/fast/table/fixed-table-with-percent-width-inside-fixed-width-table-expected.txt:
831 * platform/qt/fast/table/fixed-table-with-small-percent-width-expected.txt:
832 * platform/qt/fast/text/international/hindi-whitespace-expected.txt:
833 * platform/qt/fast/text/international/khmer-selection-expected.txt:
834 * platform/qt/fast/text/shadow-translucent-fill-expected.txt:
835 * platform/qt/fast/text/text-letter-spacing-expected.txt:
836 * platform/qt/fast/transforms/bounding-rect-zoom-expected.txt:
837 * platform/qt/fast/xsl/document-function-expected.txt:
838 * platform/qt/plugins/netscape-dom-access-expected.txt:
839 * platform/qt/svg/custom/createImageElement2-expected.txt:
840 * platform/qt/svg/filters/feComposite-expected.txt:
841 * platform/qt/svg/filters/sourceAlpha-expected.txt:
842 * platform/qt/tables/mozilla/bugs/adforce_imgis_com-expected.txt:
843 * platform/qt/tables/mozilla/bugs/bug196870-expected.txt:
844 * platform/qt/tables/mozilla/bugs/bug56201-expected.txt:
845 * platform/qt/tables/mozilla/bugs/bug92647-2-expected.txt:
846 * platform/qt/tables/mozilla/other/slashlogo-expected.txt:
847 * platform/qt/tables/mozilla_expected_failures/bugs/bug23847-expected.txt:
849 2009-11-12 Shinichiro Hamaji <hamaji@chromium.org>
851 Unreviewed test fix by skipping a new test introduced in
852 https://bugs.webkit.org/show_bug.cgi?id=22249
854 * platform/gtk/Skipped:
855 * platform/qt/Skipped:
856 * platform/win/Skipped:
858 2009-11-12 Yuta Kitamura <yutak@chromium.org>
860 Reviewed by Eric Seidel.
862 Prevent text inside a multi-column block from being split into columns.
864 If the tentative height of a multi-column block was too small, we need to
865 expand the block height and try to layout again, in order to prevent text
866 from being split into different columns.
868 CSS Multicolumn text is split awkwardly
869 https://bugs.webkit.org/show_bug.cgi?id=22249
871 * fast/multicol/single-line.html: Added.
872 * fast/multicol/single-line-expected.checksum: Added.
873 * fast/multicol/single-line-expected.png: Added.
874 * fast/multicol/single-line-expected.txt: Added.
876 2009-11-11 Kent Tamura <tkent@chromium.org>
878 Reviewed by Darin Adler.
880 A test for a bug that RenderFileUploadControl isn't initialized with
881 multiple files. This test is skipped on ports which have no
882 eventSender.beginDragWithFiles().
883 https://bugs.webkit.org/show_bug.cgi?id=31195
885 * fast/forms/input-file-re-render.html: Added.
886 * platform/gtk/Skipped:
887 * platform/mac/fast/forms/input-file-re-render-expected.checksum: Added.
888 * platform/mac/fast/forms/input-file-re-render-expected.png: Added.
889 * platform/mac/fast/forms/input-file-re-render-expected.txt: Added.
890 * platform/qt/Skipped:
891 * platform/win/Skipped:
893 2009-11-11 Daniel Bates <dbates@webkit.org>
895 Reviewed by Eric Seidel.
897 https://bugs.webkit.org/show_bug.cgi?id=31326
899 Makes the output for test fast/events/drag-and-drop.html pretty.
900 Now, it is easier to read for a human to read understand the results.
902 * fast/events/drag-and-drop-expected.txt: Rebased result.
903 * fast/events/drag-and-drop.html: Modified to make the output pretty.
905 2009-11-11 Chris Fleizach <cfleizach@apple.com>
907 Reviewed by Oliver Hunt.
909 need to implement aria tree roles
910 https://bugs.webkit.org/show_bug.cgi?id=31284
912 * accessibility/aria-readonly-expected.txt:
913 * accessibility/aria-readonly.html:
914 * platform/mac/accessibility/aria-multiselectable-expected.txt: Added.
915 * platform/mac/accessibility/aria-multiselectable.html: Added.
916 * platform/mac/accessibility/aria-tree-expected.txt: Added.
917 * platform/mac/accessibility/aria-tree.html: Added.
918 * platform/mac/accessibility/content-editable-expected.txt:
919 * platform/mac/accessibility/radio-button-group-members-expected.txt:
921 2009-11-11 Fumitoshi Ukai <ukai@chromium.org>
923 Reviewed by Alexey Proskuryakov.
925 Fix WebSocket frame parser of frame_type with high-order bit set.
926 https://bugs.webkit.org/show_bug.cgi?id=30668
928 * websocket/tests/frame-length-longer-than-buffer-expected.txt: Added.
929 * websocket/tests/frame-length-longer-than-buffer.html: Added.
930 * websocket/tests/frame-length-longer-than-buffer_wsh.py: Added.
931 * websocket/tests/frame-length-skip-expected.txt: Added.
932 * websocket/tests/frame-length-skip.html: Added.
933 * websocket/tests/frame-length-skip_wsh.py: Added.
934 * websocket/tests/script-tests/frame-length-longer-than-buffer.js: Added.
935 * websocket/tests/script-tests/frame-length-skip.js: Added.
937 2009-11-11 Csaba Osztrogonác <ossy@webkit.org>
939 Put tests into skiplist added in r50830 and r50839 because
940 layoutTestController.showWebInspector() is unimplemented now.
942 * platform/qt/Skipped:
944 2009-11-11 Dirk Pranke <dpranke@chromium.org>
946 Reviewed by Dmitry Titov.
948 Rewrite the test to run on a wider variety of screen configurations
951 https://bugs.webkit.org/show_bug.cgi?id=31373
953 * fast/dom/Window/window-screen-properties-expected.txt:
954 * fast/dom/Window/window-screen-properties.html:
955 * platform/win/fast/dom/Window/window-screen-properties-expected.txt: Removed.
957 2009-11-11 Beth Dakin <bdakin@apple.com>
959 Reviewed by Simon Fraser.
961 Tests for https://bugs.webkit.org/show_bug.cgi?id=31382
962 Make -webkit-color-correction work with shadows
964 * fast/css/color-correction-on-box-shadow.html: Added.
965 * fast/css/color-correction-on-text-shadow.html: Added.
966 * platform/mac/fast/css/color-correction-on-box-shadow-expected.checksum: Added.
967 * platform/mac/fast/css/color-correction-on-box-shadow-expected.png: Added.
968 * platform/mac/fast/css/color-correction-on-box-shadow-expected.txt: Added.
969 * platform/mac/fast/css/color-correction-on-text-shadow-expected.checksum: Added.
970 * platform/mac/fast/css/color-correction-on-text-shadow-expected.png: Added.
971 * platform/mac/fast/css/color-correction-on-text-shadow-expected.txt: Added.
973 2009-11-11 Kent Tamura <tkent@chromium.org>
975 Reviewed by Darin Adler.
977 Print the file text of a file upload control in DumpRenderTree for ease of tests.
978 https://bugs.webkit.org/show_bug.cgi?id=31195
980 * platform/mac-leopard/fast/forms/file-input-disabled-expected.txt:
981 * platform/mac/fast/forms/box-shadow-override-expected.txt:
982 * platform/mac/fast/forms/file-input-direction-expected.txt:
983 * platform/mac/fast/forms/file-input-disabled-expected.txt:
984 * platform/mac/fast/forms/form-element-geometry-expected.txt:
985 * platform/mac/fast/forms/hidden-input-file-expected.txt:
986 * platform/mac/fast/forms/input-appearance-height-expected.txt:
987 * platform/mac/fast/forms/input-value-expected.txt:
988 * platform/win/fast/forms/box-shadow-override-expected.txt:
989 * platform/win/fast/forms/file-input-disabled-expected.txt:
990 * platform/win/fast/forms/input-appearance-height-expected.txt:
991 * platform/win/fast/forms/input-value-expected.txt:
993 2009-11-11 Erik Arvidsson <arv@chromium.org>
995 Reviewed by Dmitri Titov.
997 Fix layout test to not call onload on the wrong window after image has
998 been dropped onto the iframe.
999 https://bugs.webkit.org/show_bug.cgi?id=30893
1001 * editing/selection/drag-to-contenteditable-iframe.html:
1003 2009-11-11 Brian Weinstein <bweinstein@apple.com>
1005 Reviewed by Beth Dakin.
1007 Unskip the webkit-color-correction tests because the workaround of using
1008 the deviceRGBColorSpace allows the tests to pass on Windows.
1010 * platform/win/Skipped:
1012 2009-11-11 Brian Weinstein <bweinstein@apple.com>
1014 Reviewed by Darin Adler.
1016 Skip the webkit-color-correction tests because they crash on Windows
1017 due to a CoreGraphics bug.
1019 * platform/win/Skipped:
1021 2009-11-11 Eric Z. Ayers <zundel@google.com>
1023 Reviewed by Pavel Feldman.
1025 Timeline tests for records generated for
1026 Layout, Paint, ParseHTML, MarkTimeline, and Style Recalculation
1028 https://bugs.webkit.org/show_bug.cgi?id=31361
1030 * inspector/timeline-layout-expected.txt: Added.
1031 * inspector/timeline-layout.html: Added.
1032 * inspector/timeline-mark-timeline-expected.txt: Added.
1033 * inspector/timeline-mark-timeline.html: Added.
1034 * inspector/timeline-paint-expected.txt: Added.
1035 * inspector/timeline-paint.html: Added.
1036 * inspector/timeline-parse-html-expected.txt: Added.
1037 * inspector/timeline-parse-html.html: Added.
1038 * inspector/timeline-recalculate-styles-expected.txt: Added.
1039 * inspector/timeline-recalculate-styles.html: Added.
1041 2009-11-11 Jessie Berlin <jberlin@webkit.org>
1043 Reviewed by Timothy Hatcher.
1045 Display the correct summary in the web inspector for the padding
1046 shorthand. Also corrects the summaries for the border-color,
1047 border-width, border-style, and margin shorthands.
1049 https://bugs.webkit.org/show_bug.cgi?id=7987
1051 * fast/css/shorthands-four-values-expected.txt: Added.
1052 * fast/css/shorthands-four-values.html: Added.
1054 2009-11-11 Eric Z. Ayers <zundel@google.com>
1056 Reviewed by Pavel Feldman.
1058 Added a test of an externally loaded script tag for Inspector
1060 Fixed identity comparisons.
1062 https://bugs.webkit.org/show_bug.cgi?id=31365
1064 * inspector/timeline-script-tag-1.html:
1065 * inspector/timeline-script-tag-2-expected.txt: Added.
1066 * inspector/timeline-script-tag-2.html: Added.
1067 * inspector/timeline-script-tag-2.js: Added.
1068 * inspector/timeline-test.js:
1070 (timelineAgentTypeToString):
1072 2009-11-11 Antonio Gomes <tonikitoo@webkit.org>
1074 Rubber-stamped by Kenneth Christiansen.
1076 Grouping some of the current skipped plugin tests that fail
1077 due to the same reason: no support for objective-c functions.
1079 * platform/qt/Skipped:
1081 2009-11-11 Daniel Bates <dbates@webkit.org>
1083 Reviewed by Eric Seidel.
1085 https://bugs.webkit.org/show_bug.cgi?id=31334
1087 We should skip the test case /fast/events/drag-and-drop-fire-drag-dragover.html
1088 on both the Qt and GTK builds since there are issues with drag-and-drop support
1091 For Qt: https://bugs.webkit.org/show_bug.cgi?id=31332
1092 For GTK: https://bugs.webkit.org/show_bug.cgi?id=30576
1094 * platform/gtk/Skipped: Skip test case /fast/events/drag-and-drop-fire-drag-dragover.html
1095 since there are issues with drag-and-drop support in both GTK and Qt.
1096 * platform/qt/Skipped: Ditto.
1098 2009-11-11 Yuta Kitamura <yutak@chromium.org>
1100 Reviewed by Eric Seidel.
1102 Convert LayoutTests/fast/inline/dirtyLinesForInline.html into dumpAsText.
1104 This test checks if the browser crashes after some operations. It doesn't test
1105 any other interesting features, so we can safely make it a dumpAsText test.
1107 https://bugs.webkit.org/show_bug.cgi?id=31335
1109 * fast/inline/dirtyLinesForInline-expected.txt: Added.
1110 * fast/inline/dirtyLinesForInline.html: Added dumpAsText().
1111 * platform/mac/fast/inline/dirtyLinesForInline-expected.checksum: Removed.
1112 * platform/mac/fast/inline/dirtyLinesForInline-expected.png: Removed.
1113 * platform/mac/fast/inline/dirtyLinesForInline-expected.txt: Removed.
1115 2009-11-11 Eric Z. Ayers <zundel@google.com>
1117 Reviewed by Timothy Hatcher.
1119 Adds a test that dumps the timeline data for a simple script tag.
1121 https://bugs.webkit.org/show_bug.cgi?id=31204
1123 * inspector/inspector-test.js:
1125 * inspector/timeline-script-tag-1-expected.txt: Added.
1126 * inspector/timeline-script-tag-1.html: Added.
1127 * inspector/timeline-test.js: Added.
1128 (retrieveTimelineData):
1130 (dumpTimelineRecords):
1131 (printTimelineRecordProperties):
1132 (isNonDeterministicProp):
1134 (isTimelineOverheadRecord):
1135 (markTimelineRecordAsOverhead):
1136 (timelineAgentTypeToString):
1137 (frontend_startTimelineProfiler.window.WebInspector.addRecordToTimeline):
1138 (frontend_startTimelineProfiler):
1139 (frontend_getTimelineResults):
1142 2009-11-11 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1144 Unreviewed. Skipping new tests.
1146 * platform/gtk/Skipped:
1148 2009-11-11 Yuzo Fujishima <yuzo@google.com>
1150 Reviewed by David Levin.
1152 Add a test for web socket handshake error.
1154 https://bugs.webkit.org/show_bug.cgi?id=31336
1156 * websocket/tests/handshake-error-expected.txt: Added.
1157 * websocket/tests/handshake-error.html: Added.
1158 * websocket/tests/handshake-error_wsh.py: Added.
1159 * websocket/tests/script-tests/handshake-error.js: Added.
1166 2009-11-11 Yuzo Fujishima <yuzo@google.com>
1168 Reviewed by David Levin.
1170 Add a simple web socket test. This tests basic features of Web Socket.
1171 This also serves as an example of Web Socket tests.
1173 https://bugs.webkit.org/show_bug.cgi?id=27492
1175 * platform/gtk/Skipped:
1176 * platform/mac/Skipped:
1177 * platform/qt/Skipped:
1178 * platform/win/Skipped:
1179 * websocket/tests/resources/simple.js: Added.
1184 * websocket/tests/simple-expected.txt: Added.
1185 * websocket/tests/simple.html: Added.
1186 * websocket/tests/simple_wsh.py: Added.
1188 2009-11-11 Philippe Normand <pnormand@igalia.com>
1190 Reviewed by Xan Lopez.
1192 https://bugs.webkit.org/show_bug.cgi?id=30221
1193 [GTK] fails to load media embedded in iframe element
1195 * platform/gtk/Skipped: Unskip fixed tests.
1197 2009-11-10 Roland Steiner <rolandsteiner@chromium.org>
1199 Reviewed by Eric Seidel.
1201 Re-baselined layout test results for Windows for tests in fast/ruby.
1202 (see https://bugs.webkit.org/show_bug.cgi?id=28420)
1204 * platform/win/fast/ruby: Added.
1205 * platform/win/fast/ruby/ruby-empty-rt-expected.checksum: Added.
1206 * platform/win/fast/ruby/ruby-empty-rt-expected.png: Added.
1207 * platform/win/fast/ruby/ruby-empty-rt-expected.txt: Added.
1208 * platform/win/fast/ruby/ruby-length-expected.checksum: Added.
1209 * platform/win/fast/ruby/ruby-length-expected.png: Added.
1210 * platform/win/fast/ruby/ruby-length-expected.txt: Added.
1211 * platform/win/fast/ruby/ruby-run-break-expected.checksum: Added.
1212 * platform/win/fast/ruby/ruby-run-break-expected.png: Added.
1213 * platform/win/fast/ruby/ruby-run-break-expected.txt: Added.
1214 * platform/win/fast/ruby/ruby-runs-expected.checksum: Added.
1215 * platform/win/fast/ruby/ruby-runs-expected.png: Added.
1216 * platform/win/fast/ruby/ruby-runs-expected.txt: Added.
1217 * platform/win/fast/ruby/ruby-runs-spans-expected.checksum: Added.
1218 * platform/win/fast/ruby/ruby-runs-spans-expected.png: Added.
1219 * platform/win/fast/ruby/ruby-runs-spans-expected.txt: Added.
1220 * platform/win/fast/ruby/ruby-simple-expected.checksum: Added.
1221 * platform/win/fast/ruby/ruby-simple-expected.png: Added.
1222 * platform/win/fast/ruby/ruby-simple-expected.txt: Added.
1223 * platform/win/fast/ruby/ruby-simple-rp-expected.checksum: Added.
1224 * platform/win/fast/ruby/ruby-simple-rp-expected.png: Added.
1225 * platform/win/fast/ruby/ruby-simple-rp-expected.txt: Added.
1226 * platform/win/fast/ruby/ruby-trailing-expected.checksum: Added.
1227 * platform/win/fast/ruby/ruby-trailing-expected.png: Added.
1228 * platform/win/fast/ruby/ruby-trailing-expected.txt: Added.
1229 * platform/win/fast/ruby/rubyDOM-insert-rt-expected.checksum: Added.
1230 * platform/win/fast/ruby/rubyDOM-insert-rt-expected.png: Added.
1231 * platform/win/fast/ruby/rubyDOM-insert-rt-expected.txt: Added.
1232 * platform/win/fast/ruby/rubyDOM-insert-text1-expected.checksum: Added.
1233 * platform/win/fast/ruby/rubyDOM-insert-text1-expected.png: Added.
1234 * platform/win/fast/ruby/rubyDOM-insert-text1-expected.txt: Added.
1235 * platform/win/fast/ruby/rubyDOM-insert-text2-expected.checksum: Added.
1236 * platform/win/fast/ruby/rubyDOM-insert-text2-expected.png: Added.
1237 * platform/win/fast/ruby/rubyDOM-insert-text2-expected.txt: Added.
1238 * platform/win/fast/ruby/rubyDOM-insert-text3-expected.checksum: Added.
1239 * platform/win/fast/ruby/rubyDOM-insert-text3-expected.png: Added.
1240 * platform/win/fast/ruby/rubyDOM-insert-text3-expected.txt: Added.
1241 * platform/win/fast/ruby/rubyDOM-remove-rt1-expected.checksum: Added.
1242 * platform/win/fast/ruby/rubyDOM-remove-rt1-expected.png: Added.
1243 * platform/win/fast/ruby/rubyDOM-remove-rt1-expected.txt: Added.
1244 * platform/win/fast/ruby/rubyDOM-remove-rt2-expected.checksum: Added.
1245 * platform/win/fast/ruby/rubyDOM-remove-rt2-expected.png: Added.
1246 * platform/win/fast/ruby/rubyDOM-remove-rt2-expected.txt: Added.
1247 * platform/win/fast/ruby/rubyDOM-remove-text1-expected.checksum: Added.
1248 * platform/win/fast/ruby/rubyDOM-remove-text1-expected.png: Added.
1249 * platform/win/fast/ruby/rubyDOM-remove-text1-expected.txt: Added.
1250 * platform/win/fast/ruby/rubyDOM-remove-text2-expected.checksum: Added.
1251 * platform/win/fast/ruby/rubyDOM-remove-text2-expected.png: Added.
1252 * platform/win/fast/ruby/rubyDOM-remove-text2-expected.txt: Added.
1254 2009-11-10 Daniel Bates <dbates@webkit.org>
1256 Reviewed by Oliver Hunt.
1258 https://bugs.webkit.org/show_bug.cgi?id=30754
1260 Tests that the drag event always fires before the dragover event.
1262 Also, re-bases the result for test fast/events/drag-in-frames.html, since
1263 we now conform to the HTML 5 spec.
1265 * fast/events/drag-and-drop-fire-drag-dragover-expected.txt: Added.
1266 * fast/events/drag-and-drop-fire-drag-dragover.html: Added.
1267 * fast/events/drag-in-frames-expected.txt: Rebased result.
1269 2009-11-10 Vitaly Repeshko <vitalyr@chromium.org>
1271 Reviewed by Dimitri Glazkov.
1273 [V8] Fix crash in V8CustomXPathNSResolver (http://crbug.com/26726).
1274 https://bugs.webkit.org/show_bug.cgi?id=31301
1276 * fast/xpath/xpath-detached-iframe-resolver-crash-expected.txt: Added.
1277 * fast/xpath/xpath-detached-iframe-resolver-crash.html: Added.
1279 2009-11-10 Yael Aharon <yael.aharon@nokia.com>
1281 Reviewed by Timothy Hatcher.
1283 Implement URL decomposition IDL attributes for HTMLAnchorElement.
1284 https://bugs.webkit.org/show_bug.cgi?id=29972
1286 Testcases for setting and getting different parts of the URL.
1288 * fast/dom/HTMLAnchorElement: Added.
1289 * fast/dom/HTMLAnchorElement/script-tests: Added.
1290 * fast/dom/HTMLAnchorElement/script-tests/TEMPLATE.html: Added.
1291 * fast/dom/HTMLAnchorElement/script-tests/set-href-attribute-hash.js: Added.
1292 * fast/dom/HTMLAnchorElement/script-tests/set-href-attribute-host.js: Added.
1293 * fast/dom/HTMLAnchorElement/script-tests/set-href-attribute-hostname.js: Added.
1294 * fast/dom/HTMLAnchorElement/script-tests/set-href-attribute-pathname.js: Added.
1295 * fast/dom/HTMLAnchorElement/script-tests/set-href-attribute-port.js: Added.
1296 * fast/dom/HTMLAnchorElement/script-tests/set-href-attribute-protocol.js: Added.
1297 * fast/dom/HTMLAnchorElement/script-tests/set-href-attribute-search.js: Added.
1298 * fast/dom/HTMLAnchorElement/set-href-attribute-hash-expected.txt: Added.
1299 * fast/dom/HTMLAnchorElement/set-href-attribute-hash.html: Added.
1300 * fast/dom/HTMLAnchorElement/set-href-attribute-host-expected.txt: Added.
1301 * fast/dom/HTMLAnchorElement/set-href-attribute-host.html: Added.
1302 * fast/dom/HTMLAnchorElement/set-href-attribute-hostname-expected.txt: Added.
1303 * fast/dom/HTMLAnchorElement/set-href-attribute-hostname.html: Added.
1304 * fast/dom/HTMLAnchorElement/set-href-attribute-pathname-expected.txt: Added.
1305 * fast/dom/HTMLAnchorElement/set-href-attribute-pathname.html: Added.
1306 * fast/dom/HTMLAnchorElement/set-href-attribute-port-expected.txt: Added.
1307 * fast/dom/HTMLAnchorElement/set-href-attribute-port.html: Added.
1308 * fast/dom/HTMLAnchorElement/set-href-attribute-protocol-expected.txt: Added.
1309 * fast/dom/HTMLAnchorElement/set-href-attribute-protocol.html: Added.
1310 * fast/dom/HTMLAnchorElement/set-href-attribute-search-expected.txt: Added.
1311 * fast/dom/HTMLAnchorElement/set-href-attribute-search.html: Added.
1313 2009-11-10 Brian Weinstein <bweinstein@apple.com>
1315 Update getComputedStyle results for Windows to add -webkit-color-correction.
1317 * platform/win/fast/css/getComputedStyle/computed-style-expected.txt:
1318 * platform/win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
1320 2009-11-10 Brady Eidson <beidson@apple.com>
1322 Reviewed by NOBODY (Fix my own layout-test snafu)
1324 Made a small change to my test then didn't update the results before landing.
1326 * http/tests/webarchive/cross-origin-stylesheet-crash-expected.webarchive:
1328 2009-11-10 Brady Eidson <beidson@apple.com>
1330 Reviewed by Sam Weinig.
1332 Repro crash saving pcmag.com article as a webarchive.
1333 <rdar://problem/7381219> and https://webkit.org/b/31322
1335 * http/tests/webarchive/cross-origin-stylesheet-crash.html: Added.
1336 * http/tests/webarchive/cross-origin-stylesheet-crash-expected.webarchive: Added.
1337 * http/tests/webarchive/resources/localhost-stylesheet.css: Added.
1338 * platform/gtk/Skipped: Add this test to the gtk Skipped list which tracks all individual skipped tests
1339 instead of directories.
1341 2009-11-10 Brian Weinstein <bweinstein@apple.com>
1343 Rubber-stamped by Anders Carlsson.
1345 Add timing out test to Windows Skipped list.
1347 * platform/win/Skipped:
1349 2009-11-10 Csaba Osztrogonác <ossy@webkit.org>
1351 Put test into skiplist added in r50758 because
1352 layoutTestController.showWebInspector() is unimplemented now.
1354 * platform/qt/Skipped: inspector/timeline-enum-stability.html added.
1356 2009-11-10 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1358 Unreviewed. Skip another test that requires implementing editing
1361 * platform/gtk/Skipped:
1363 2009-11-10 Beth Dakin <bdakin@apple.com>
1365 Reviewed by Darin Adler.
1367 Tests for <rdar://problem/7059710>
1369 https://bugs.webkit.org/show_bug.cgi?id=31196 Implement -webkit-
1370 color-correction for CSS colors
1373 * fast/css/color-correction-backgrounds-and-text.html: Added.
1374 * fast/css/color-correction-on-backgrounds.html: Added.
1375 * fast/css/color-correction-on-text.html: Added.
1376 * fast/css/color-correction.html: Added.
1377 * fast/css/parsing-color-correction-expected.txt: Added.
1378 * fast/css/parsing-color-correction.html: Added.
1379 * fast/css/resources/parsing-color-correction.js: Added.
1381 * fast/css/resources/purple-srgb.png: Added.
1382 * platform/mac/fast/css/color-correction-backgrounds-and-text-expected.checksum: Added.
1383 * platform/mac/fast/css/color-correction-backgrounds-and-text-expected.png: Added.
1384 * platform/mac/fast/css/color-correction-backgrounds-and-text-expected.txt: Added.
1385 * platform/mac/fast/css/color-correction-expected.checksum: Added.
1386 * platform/mac/fast/css/color-correction-expected.png: Added.
1387 * platform/mac/fast/css/color-correction-expected.txt: Added.
1388 * platform/mac/fast/css/color-correction-on-backgrounds-expected.checksum: Added.
1389 * platform/mac/fast/css/color-correction-on-backgrounds-expected.png: Added.
1390 * platform/mac/fast/css/color-correction-on-backgrounds-expected.txt: Added.
1391 * platform/mac/fast/css/color-correction-on-text-expected.checksum: Added.
1392 * platform/mac/fast/css/color-correction-on-text-expected.png: Added.
1393 * platform/mac/fast/css/color-correction-on-text-expected.txt: Added.
1395 New and improved results.
1396 * platform/mac/fast/css/getComputedStyle/computed-style-expected.txt:
1397 * platform/mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
1398 * svg/css/getComputedStyle-basic-expected.txt:
1400 2009-11-10 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1402 Unreviewed. Skip new tests.
1404 * platform/gtk/Skipped:
1406 2009-11-10 Eric Z. Ayers <zundel@google.com>
1408 Reviewed by Timothy Hatcher.
1410 Adds a test to flag changes to values of the WebInspector Timeline record types.
1411 Downstream apps depend on these mappings remaining stable.
1413 https://bugs.webkit.org/show_bug.cgi?id=31303
1415 * inspector/timeline-enum-stability-expected.txt: Added.
1416 * inspector/timeline-enum-stability.html: Added.
1418 2009-11-10 Andras Becsi <becsi.andras@stud.u-szeged.hu>
1420 Reviewed by Kenneth Rohde Christiansen.
1422 [Qt] Update outdated metrics in these tests after r50665 enabled the previously missing scrollbar.
1423 This fixes https://bugs.webkit.org/show_bug.cgi?id=31281.
1425 * platform/qt/css1/basic/class_as_selector-expected.txt:
1426 * platform/qt/css1/basic/comments-expected.txt:
1427 * platform/qt/css1/basic/containment-expected.txt:
1428 * platform/qt/css1/basic/id_as_selector-expected.txt:
1429 * platform/qt/css1/basic/inheritance-expected.txt:
1430 * platform/qt/css1/box_properties/border-expected.txt:
1431 * platform/qt/css1/box_properties/border_bottom-expected.txt:
1432 * platform/qt/css1/box_properties/border_bottom_width-expected.txt:
1433 * platform/qt/css1/box_properties/border_left-expected.txt:
1434 * platform/qt/css1/box_properties/border_left_width-expected.txt:
1435 * platform/qt/css1/box_properties/border_right_inline-expected.txt:
1436 * platform/qt/css1/box_properties/border_right_width-expected.txt:
1437 * platform/qt/css1/box_properties/border_style-expected.txt:
1438 * platform/qt/css1/box_properties/border_top-expected.txt:
1439 * platform/qt/css1/box_properties/border_top_width-expected.txt:
1440 * platform/qt/css1/box_properties/border_width-expected.txt:
1441 * platform/qt/css1/box_properties/clear-expected.txt:
1442 * platform/qt/css1/box_properties/clear_float-expected.txt:
1443 * platform/qt/css1/box_properties/float_elements_in_series-expected.txt:
1444 * platform/qt/css1/box_properties/float_margin-expected.txt:
1445 * platform/qt/css1/box_properties/float_on_text_elements-expected.txt:
1446 * platform/qt/css1/box_properties/height-expected.txt:
1447 * platform/qt/css1/box_properties/margin-expected.txt:
1448 * platform/qt/css1/box_properties/margin_bottom-expected.txt:
1449 * platform/qt/css1/box_properties/margin_inline-expected.txt:
1450 * platform/qt/css1/box_properties/margin_left-expected.txt:
1451 * platform/qt/css1/box_properties/margin_right-expected.txt:
1452 * platform/qt/css1/box_properties/margin_top-expected.txt:
1453 * platform/qt/css1/box_properties/padding-expected.txt:
1454 * platform/qt/css1/box_properties/padding_bottom-expected.txt:
1455 * platform/qt/css1/box_properties/padding_inline-expected.txt:
1456 * platform/qt/css1/box_properties/padding_left-expected.txt:
1457 * platform/qt/css1/box_properties/padding_right-expected.txt:
1458 * platform/qt/css1/box_properties/padding_top-expected.txt:
1459 * platform/qt/css1/box_properties/width-expected.txt:
1460 * platform/qt/css1/cascade/cascade_order-expected.txt:
1461 * platform/qt/css1/cascade/important-expected.txt:
1462 * platform/qt/css1/classification/display-expected.txt:
1463 * platform/qt/css1/classification/list_style_type-expected.txt:
1464 * platform/qt/css1/classification/white_space-expected.txt:
1465 * platform/qt/css1/color_and_background/background-expected.txt:
1466 * platform/qt/css1/color_and_background/background_attachment-expected.txt:
1467 * platform/qt/css1/color_and_background/background_color-expected.txt:
1468 * platform/qt/css1/color_and_background/background_image-expected.txt:
1469 * platform/qt/css1/color_and_background/background_position-expected.txt:
1470 * platform/qt/css1/color_and_background/background_repeat-expected.txt:
1471 * platform/qt/css1/conformance/forward_compatible_parsing-expected.txt:
1472 * platform/qt/css1/font_properties/font-expected.txt:
1473 * platform/qt/css1/font_properties/font_family-expected.txt:
1474 * platform/qt/css1/font_properties/font_size-expected.txt:
1475 * platform/qt/css1/font_properties/font_weight-expected.txt:
1476 * platform/qt/css1/formatting_model/floating_elements-expected.txt:
1477 * platform/qt/css1/formatting_model/height_of_lines-expected.txt:
1478 * platform/qt/css1/formatting_model/horizontal_formatting-expected.txt:
1479 * platform/qt/css1/formatting_model/inline_elements-expected.txt:
1480 * platform/qt/css1/formatting_model/replaced_elements-expected.txt:
1481 * platform/qt/css1/formatting_model/vertical_formatting-expected.txt:
1482 * platform/qt/css1/pseudo/anchor-expected.txt:
1483 * platform/qt/css1/pseudo/firstletter-expected.txt:
1484 * platform/qt/css1/pseudo/firstline-expected.txt:
1485 * platform/qt/css1/pseudo/multiple_pseudo_elements-expected.txt:
1486 * platform/qt/css1/pseudo/pseudo_elements_in_selectors-expected.txt:
1487 * platform/qt/css1/text_properties/letter_spacing-expected.txt:
1488 * platform/qt/css1/text_properties/line_height-expected.txt:
1489 * platform/qt/css1/text_properties/text_decoration-expected.txt:
1490 * platform/qt/css1/text_properties/text_indent-expected.txt:
1491 * platform/qt/css1/text_properties/text_transform-expected.txt:
1492 * platform/qt/css1/text_properties/vertical_align-expected.txt:
1493 * platform/qt/css1/text_properties/word_spacing-expected.txt:
1494 * platform/qt/css1/units/color_units-expected.txt:
1495 * platform/qt/css1/units/length_units-expected.txt:
1496 * platform/qt/css1/units/percentage_units-expected.txt:
1497 * platform/qt/css2.1/t0402-c71-fwd-parsing-02-f-expected.txt:
1498 * platform/qt/css2.1/t1202-counter-09-b-expected.txt:
1499 * platform/qt/css2.1/t1202-counters-08-b-expected.txt:
1500 * platform/qt/css2.1/t1202-counters-09-b-expected.txt:
1501 * platform/qt/css2.1/t140201-c535-bg-fixd-00-b-g-expected.txt:
1502 * platform/qt/css2.1/t1508-c527-font-07-b-expected.txt:
1503 * platform/qt/fast/backgrounds/background-inherit-color-bug-expected.txt:
1504 * platform/qt/fast/backgrounds/size/backgroundSize15-expected.txt:
1505 * platform/qt/fast/block/float/008-expected.txt:
1506 * platform/qt/fast/block/float/019-expected.txt:
1507 * platform/qt/fast/block/float/033-expected.txt:
1508 * platform/qt/fast/block/float/035-expected.txt:
1509 * platform/qt/fast/block/float/avoidance-percent-width-strict-expected.txt:
1510 * platform/qt/fast/box-shadow/basic-shadows-expected.txt:
1511 * platform/qt/fast/canvas/canvas-bg-expected.txt:
1512 * platform/qt/fast/css/nested-floating-relative-position-percentages-expected.txt:
1513 * platform/qt/fast/css/nth-child-dynamic-expected.txt:
1514 * platform/qt/fast/css/text-rendering-expected.txt:
1515 * platform/qt/fast/dynamic/anchor-lock-expected.txt:
1516 * platform/qt/fast/flexbox/flex-hang-expected.txt:
1517 * platform/qt/fast/forms/search-vertical-alignment-expected.txt:
1518 * platform/qt/fast/frames/iframe-scrolling-attribute-expected.txt:
1519 * platform/qt/fast/lists/ol-start-parsing-expected.txt:
1520 * platform/qt/fast/multicol/positioned-with-constrained-height-expected.txt:
1521 * platform/qt/fast/overflow/position-fixed-transform-clipping-expected.txt:
1522 * platform/qt/fast/table/height-percent-test-expected.txt:
1523 * platform/qt/fast/table/wide-colspan-expected.txt:
1524 * platform/qt/fast/table/wide-column-expected.txt:
1525 * platform/qt/fast/text/text-letter-spacing-expected.txt:
1526 * platform/qt/svg/css/stars-with-shadow-expected.txt:
1527 * platform/qt/tables/mozilla/bugs/bug29314-expected.txt:
1529 2009-11-10 Philippe Normand <pnormand@igalia.com>
1531 Reviewed by Eric Seidel.
1533 https://bugs.webkit.org/show_bug.cgi?id=31047
1534 [GTK] Failing test media/video-played-ranges-1.html
1536 * platform/gtk/Skipped: Unskip fixed tests.
1538 2009-11-10 Oliver Hunt <oliver@apple.com>
1540 Reviewed by Maciej Stachowiak.
1542 Rename 3D Canvas related classes to use WebGL prefix
1543 https://bugs.webkit.org/show_bug.cgi?id=29095
1545 Update tests to use new WebGL prefixed names
1547 * fast/canvas/webgl/array-unit-tests-expected.txt:
1548 * fast/canvas/webgl/array-unit-tests.html:
1549 * fast/canvas/webgl/gl-get-calls.html:
1550 * fast/canvas/webgl/resources/utils3d.js:
1554 * fast/canvas/webgl/triangle.html:
1555 * fast/dom/Window/window-properties.html:
1556 * fast/dom/script-tests/constructed-objects-prototypes.js:
1557 (constructorPropertiesOnWindow):
1558 * fast/dom/script-tests/prototype-inheritance-2.js:
1559 (constructorNamesForWindow):
1560 * fast/dom/script-tests/prototype-inheritance.js:
1561 * fast/js/script-tests/global-constructors.js:
1563 2009-11-09 Dirk Schulze <krit@webkit.org>
1565 Reviewed by Oliver Hunt.
1567 Test for SVG filter effect feDisplacementMap.
1569 * platform/mac/svg/filters/feDisplacementMap-expected.checksum: Added.
1570 * platform/mac/svg/filters/feDisplacementMap-expected.png: Added.
1571 * platform/mac/svg/filters/feDisplacementMap-expected.txt: Added.
1572 * svg/filters/feDisplacementMap.svg: Added.
1574 2009-11-03 Shinichiro Hamaji <hamaji@chromium.org>
1576 Reviewed by Eric Seidel.
1578 wrong expected images after Bug 8736
1579 https://bugs.webkit.org/show_bug.cgi?id=31094
1581 * platform/mac/fast/borders/border-radius-huge-assert-expected.png:
1582 * platform/mac/fast/box-shadow/border-radius-big-expected.checksum:
1583 * platform/mac/fast/box-shadow/border-radius-big-expected.png:
1585 2009-11-09 Shinichiro Hamaji <hamaji@chromium.org>
1587 Reviewed by Oliver Hunt.
1589 Can cache prototype lookups on uncacheable dictionaries.
1590 https://bugs.webkit.org/show_bug.cgi?id=31198
1592 Fixed wrong expectation file committed.
1594 * fast/js/dictionary-prototype-caching-expected.txt:
1596 2009-11-09 Oliver Hunt <oliver@apple.com>
1598 Reviewed by Gavin Barraclough.
1600 Can cache prototype lookups on uncacheable dictionaries.
1601 https://bugs.webkit.org/show_bug.cgi?id=31198
1603 Add tests for lookup on uncacheable prototype.
1605 * fast/js/dictionary-prototype-caching-expected.txt: Added.
1606 * fast/js/dictionary-prototype-caching.html: Added.
1607 * fast/js/script-tests/dictionary-prototype-caching.js: Added.
1610 2009-11-09 Anders Carlsson <andersca@apple.com>
1612 Reviewed by Darin Adler and Dan Bernstein.
1614 <rdar://problem/7328395>
1615 https://bugs.webkit.org/show_bug.cgi?id=31277
1617 When an object tag's style changes (for example when child nodes are added/removed),
1618 reuse its Frame (if it has one) instead of creating multiple Frames.
1620 * fast/dom/HTMLObjectElement/children-changed-expected.txt: Added.
1621 * fast/dom/HTMLObjectElement/children-changed.html: Added.
1623 2009-11-09 Yael Aharon <yael.aharon@nokia.com>
1625 Reviewed by Kenneth Rohde Christiansen.
1627 [Qt] Allow setting HTTP headers with empty value in XMLHTTPRequest
1628 https://bugs.webkit.org/show_bug.cgi?id=31140
1630 Test that XHR request can set http headers with no value.
1632 * http/tests/xmlhttprequest/xmlhttprequest-setrequestheader-no-value-expected.txt: Added.
1633 * http/tests/xmlhttprequest/xmlhttprequest-setrequestheader-no-value.html: Added.
1635 2009-11-09 Mark Mentovai <mark@chromium.org>
1637 Reviewed by Dan Bernstein.
1639 rdar://problem/7215132, https://bugs.webkit.org/show_bug.cgi?id=29167
1640 REGRESSION (r48064): mint.com loses scrollbars after coming out of
1643 rdar://problem/7314421, https://bugs.webkit.org/show_bug.cgi?id=30517
1644 REGRESSION (r48064): Extra scroll bars in GarageBand Lesson Store.
1646 * fast/overflow/scrollbar-restored-expected.txt: Added.
1647 * fast/overflow/scrollbar-restored.html: Added.
1649 2009-11-09 Keishi Hattori <casey.hattori@gmail.com>
1651 Reviewed by Timothy Hatcher.
1653 Web Inspector: CSS syntax highlighter doesn't recognize negative numbers
1654 https://bugs.webkit.org/show_bug.cgi?id=31257
1656 * inspector/syntax-highlight-css-expected.txt:
1657 * inspector/syntax-highlight-css.html:
1659 2009-11-09 Andras Becsi <becsi.andras@stud.u-szeged.hu>
1661 Rubber-stamped by Holger Hans Peter Freyther.
1663 [Qt] Skip new japanese ruby annotation tests because of missing japanese font support.
1665 * platform/qt/Skipped:
1667 2009-11-09 Csaba Osztrogonác <ossy@webkit.org>
1669 Unreviewed trivial fix.
1671 Removed previously (r50589) deleted test case from skiplists.
1673 * platform/gtk/Skipped: fast/events/drag-and-drop-none.html removed.
1674 * platform/qt/Skipped: fast/events/drag-and-drop-none.html removed.
1676 2009-11-09 Martin Robinson <martin.james.robinson@gmail.com>
1678 Reviewed by Jan Alonzo.
1680 [GTK] Expose Page::tabKeyCyclesThroughElements in the API
1681 https://bugs.webkit.org/show_bug.cgi?id=30482
1683 Unskip fast/events/keypress-insert-tab.html as it now passes.
1685 * platform/gtk/Skipped:
1687 2009-11-05 Jakub Wieczorek <faw217@gmail.com>
1689 Reviewed by Holger Freyther.
1691 [Qt] Add Qt specific result for fast/parser/xml-declaration-missing-ending-mark.html
1692 https://bugs.webkit.org/show_bug.cgi?id=31192
1694 Qt is using the QXmlStreamReader to handle XML and it is generating a different
1695 error string requiring to have a custom result.
1697 Unskip the test as it is passing now.
1699 * platform/qt/Skipped:
1700 * platform/qt/fast/parser/xml-declaration-missing-ending-mark-expected.txt: Added.
1702 2009-11-08 Johnny Ding <johnnyding.webkit@gmail.com>
1704 Reviewed by Dimitri Glazkov.
1706 https://bugs.webkit.org/show_bug.cgi?id=31224
1707 [V8] Return StyleSheet object instead of HTMLStyleElement w/document.styleSheets named property getter.
1709 * fast/dom/StyleSheet/get-stylesheet-byname-expected.txt: Added.
1710 * fast/dom/StyleSheet/get-stylesheet-byname.html: Added.
1711 * fast/dom/StyleSheet/script-tests: Added.
1712 * fast/dom/StyleSheet/script-tests/get-stylesheet-byname.js: Added.
1714 2009-11-08 Daniel Bates <dbates@webkit.org>
1716 Reviewed by Adam Barth.
1718 https://bugs.webkit.org/show_bug.cgi?id=31098
1720 Tests that the XSSAuditor prevents loading plugin-based content that is not
1721 from the same-origin as the enclosing page.
1723 * http/tests/security/xssAuditor/object-src-inject-expected.txt: Added.
1724 * http/tests/security/xssAuditor/object-src-inject.html: Added.
1725 * http/tests/security/xssAuditor/resources/echo-object-src.pl: Added.
1727 2009-11-08 Shu Chang <Chang.Shu@nokia.com>
1729 Reviewed by Holger Freyther.
1731 Update texts in test description after test case change in r50579.
1732 https://bugs.webkit.org/show_bug.cgi?id=31122
1734 * editing/selection/shrink-selection-after-shift-pagedown-expected.txt:
1735 * editing/selection/shrink-selection-after-shift-pagedown.html:
1737 2009-11-08 Dan Bernstein <mitz@apple.com>
1739 Reviewed by Simon Fraser.
1741 <rdar://problem/7363434> Crash inside RenderObject::localToAbsolute
1742 below FrameView::layout
1743 https://bugs.webkit.org/show_bug.cgi?id=31093
1745 * fast/block/positioning/relative-positioned-inline-container-expected.checksum: Added.
1746 * fast/block/positioning/relative-positioned-inline-container-expected.png: Added.
1747 * fast/block/positioning/relative-positioned-inline-container-expected.txt: Added.
1748 * fast/block/positioning/relative-positioned-inline-container.html: Added.
1750 2009-11-07 Dirk Pranke <dpranke@chromium.org>
1752 Reviewed by Darin Adler.
1754 Add in missing expectations.
1756 * platform/mac/fast/forms/input-list-button-size-expected.checksum: Added.
1757 * platform/mac/fast/forms/input-list-button-size-expected.png: Added.
1758 * platform/mac/fast/forms/select-dirty-parent-pref-widths-expected.png: Added.
1759 * platform/mac/fast/text/text-letter-spacing-expected.png: Added.
1761 2009-11-06 Anantanarayanan G Iyengar <ananta@chromium.org>
1763 Reviewed by Adam Barth.
1765 Added layout tests to test document.open and window.open calls issued
1766 by NPAPI plugins without a calling javascript context. The associated
1767 webkit bug is https://bugs.webkit.org/show_bug.cgi?id=31067, which
1770 * plugins/document-open-expected.txt: Added.
1771 * plugins/document-open.html: Added.
1772 * plugins/window-open-expected.txt: Added.
1773 * plugins/window-open.html: Added.
1775 2009-11-06 Steve Block <steveblock@google.com>
1777 Reviewed by Eric Seidel.
1779 Geolocation error code UNKNOWN_ERROR is deprecated.
1780 https://bugs.webkit.org/show_bug.cgi?id=31184
1782 Update test case of the value of the PositionError.UNKNOWN_ERROR constant in error.html.
1783 Also remove redundant test cases of the value of all PositionError constants.
1785 * fast/dom/Geolocation/resources/error.js: Modified. Update test of value of PositionError.UNKNOWN_ERROR constant.
1786 * fast/dom/Geolocation/error-expected.txt: Modified. Expected result for above test.
1787 * fast/dom/Geolocation/resources/permission-denied-already-error.js: Modified. Remove tests of the value of PositionError constants.
1788 * fast/dom/Geolocation/permission-denied-already-error-expected.txt: Modified. Expected result for above test.
1789 * fast/dom/Geolocation/resources/permission-denied-already-success.js: Modified. Remove tests of the value of PositionError constants.
1790 * fast/dom/Geolocation/permission-denied-already-success-expected.txt: Modified. Expected result for above test.
1791 * fast/dom/Geolocation/resources/permission-denied.js: Modified. Remove tests of the value of PositionError constants.
1792 * fast/dom/Geolocation/permission-denied-expected.txt: Modified. Expected result for above test.
1793 * fast/dom/Geolocation/resources/permission-denied-stops-watches.js: Modified. Remove tests of the value of PositionError constants.
1794 * fast/dom/Geolocation/permission-denied-stops-watches-expected.txt: Modified. Expected result for above test.
1795 * fast/dom/Geolocation/resources/reentrant-error.js: Modified. Remove tests of the value of PositionError constants.
1796 * fast/dom/Geolocation/reentrant-error-expected.txt: Modified. Expected result for above test.
1797 * fast/dom/Geolocation/resources/timeout-zero.js: Modified. Remove tests of the value of PositionError constants.
1798 * fast/dom/Geolocation/timeout-zero-expected.txt: Modified. Expected result for above test.
1799 * fast/dom/Geolocation/resources/watch.js: Modified. Remove tests of the value of PositionError constants.
1800 * fast/dom/Geolocation/watch-expected.txt: Modified. Expected result for above test.
1802 2009-11-04 Shinichiro Hamaji <hamaji@chromium.org>
1804 Reviewed by Darin Adler.
1806 css2.1/t040304-c64-uri-00-a-g.html is failing
1807 https://bugs.webkit.org/show_bug.cgi?id=23271
1809 This test isn't failing now because this test was fixed in
1810 http://trac.webkit.org/changeset/47884
1812 * platform/mac/css2.1/t040304-c64-uri-00-a-g-expected.checksum:
1813 * platform/mac/css2.1/t040304-c64-uri-00-a-g-expected.png:
1815 2009-11-05 Daniel Bates <dbates@webkit.org>
1817 Reviewed by Eric Seidel.
1819 https://bugs.webkit.org/show_bug.cgi?id=31193
1821 Removed obsolete test case which was included in the patch for bug #30107.
1822 This test case is already covered by the test case fast/events/drag-and-drop.html,
1823 which was included in the patch for bug #24731.
1825 * fast/events/drag-and-drop-none-expected.txt: Removed.
1826 * fast/events/drag-and-drop-none.html: Removed.
1827 * platform/win/Skipped: Removed entry for drag-and-drop-none.html.
1829 2009-11-05 Adam Barth <abarth@webkit.org>
1831 Reviewed by Sam Weinig.
1833 Cross-domain access to stylesheet text should not be allowed
1834 https://bugs.webkit.org/show_bug.cgi?id=20527
1836 Test that a script cannot read cross-origin cssRules.
1838 * http/tests/security/cannot-read-cssrules-expected.txt: Added.
1839 * http/tests/security/cannot-read-cssrules-redirect-expected.txt: Added.
1840 * http/tests/security/cannot-read-cssrules-redirect.html: Added.
1841 * http/tests/security/cannot-read-cssrules.html: Added.
1843 2009-11-05 Alice Liu <alice.liu@apple.com>
1845 Adding a resource that seems to be missing. Without it, several tests in
1846 fast/dom/beforeload aren't really testing if the default event handling is
1847 prevented, but instead are only testing if the beforeload event fires.
1849 Rubber-stamped by Gavin Barraclough.
1851 * fast/dom/beforeload/resources/fail.js: Added.
1853 2009-11-05 Pavel Feldman <pfeldman@chromium.org>
1855 Reviewed by Timothy Hatcher.
1857 Web Inspector: beautify layout tests.
1859 https://bugs.webkit.org/show_bug.cgi?id=31189
1861 * inspector/console-dir-expected.txt:
1862 * inspector/console-dir.html:
1863 * inspector/console-dirxml-expected.txt:
1864 * inspector/console-dirxml.html:
1865 * inspector/console-format-collections-expected.txt:
1866 * inspector/console-format-collections.html:
1867 * inspector/console-format-expected.txt:
1868 * inspector/console-format.html:
1869 * inspector/console-tests-expected.txt:
1870 * inspector/console-tests.html:
1871 * inspector/console-tests.js: Added.
1872 (dumpConsoleMessages.callback):
1873 (dumpConsoleMessages):
1874 (dumpConsoleMessagesWithClasses.callback):
1875 (dumpConsoleMessagesWithClasses):
1876 (frontendScript_dumpConsoleMessages):
1877 * inspector/css-syntax-highlight.html: Removed.
1878 * inspector/elements-panel-structure-expected.txt:
1879 * inspector/elements-panel-structure.html:
1880 * inspector/elements-tests.js: Added.
1881 (frontendScript_expandDOMSubtree.processChildren):
1882 (frontendScript_expandDOMSubtree):
1883 * inspector/evaluate-in-frontend.html:
1884 * inspector/evaluate-in-frontend.js: Removed.
1885 * inspector/inspector-test.js: Added.
1887 (evaluateInWebInspector):
1890 (window.didEvaluateForTestInFrontend):
1891 * inspector/javascript-syntax-highlight.html: Removed.
1892 * inspector/styles-iframe.html:
1893 * inspector/syntax-highlight-css-expected.txt: Renamed from LayoutTests/inspector/css-syntax-highlight-expected.txt.
1894 * inspector/syntax-highlight-css.html: Added.
1895 * inspector/syntax-highlight-javascript-expected.txt: Renamed from LayoutTests/inspector/javascript-syntax-highlight-expected.txt.
1896 * inspector/syntax-highlight-javascript.html: Added.
1897 * inspector/syntax-highlight.js: Added.
1900 (frontendScript_dumpSyntaxHighlight):
1901 * inspector/timeline-trivial.html:
1902 * platform/qt/Skipped:
1904 2009-11-05 Shu Chang <Chang.Shu@nokia.com>
1906 Reviewed by Adele Peterson.
1908 The number of selected lines in textarea after a shift-PageDown
1909 may differ. The test case is modified so that it will not depend
1910 on the exact number of lines selected. This should resolve regression
1911 on platforms like Qt and GTK.
1912 https://bugs.webkit.org/show_bug.cgi?id=31122
1914 * editing/selection/shrink-selection-after-shift-pagedown.html:
1916 2009-11-05 Pavel Feldman <pfeldman@chromium.org>
1918 Not reviewed: empty line in expectations build fix.
1920 * fast/events/event-listener-map-rehash-crash-expected.txt:
1922 i2009-11-05 Pavel Feldman <pfeldman@chromium.org>
1924 Reviewed by Timothy Hatcher.
1926 REGRESSION: Web Inspector doesn't show CSS rules properly for iframes
1928 https://bugs.webkit.org/show_bug.cgi?id=30884
1930 * inspector/console-dir.html:
1931 * inspector/console-dirxml.html:
1932 * inspector/console-format-collections-expected.txt:
1933 * inspector/console-format-collections.html:
1934 * inspector/console-format.html:
1935 * inspector/console-tests.html:
1936 * inspector/elements-panel-structure-expected.txt:
1937 * inspector/elements-panel-structure.html:
1938 * inspector/evaluate-in-frontend.js:
1940 (expandDOMSubtree.processChildren):
1942 (dumpConsoleMessages):
1943 * inspector/resources/styles-iframe-data.html: Added.
1944 * inspector/styles-iframe-expected.txt: Added.
1945 * inspector/styles-iframe.html: Added.
1946 * platform/qt/Skipped:
1948 2009-11-05 Dimitri Glazkov <dglazkov@chromium.org>
1950 Reviewed by Geoffrey Garen.
1952 Rehashing of EventListenerMap leads to loss of EvenListenerList.
1953 https://bugs.webkit.org/show_bug.cgi?id=31027
1955 * fast/events/event-listener-map-rehash-crash.html: Added.
1957 2009-11-05 Brian Weinstein <bweinstein@apple.com>
1959 Rubber-stamped by Adam Roben.
1961 Add ruby tests and failing accessibility test to Windows Skipped list,
1962 we should be able to re-add ruby tests, but not sure the correct course
1965 * platform/win/Skipped:
1967 2009-11-05 Jian Li <jianli@chromium.org>
1969 Reviewed by Dmitri Titov.
1971 Tests the drag event bubbling on different targets:
1972 - iframe with invalid source
1973 - iframe with valid source
1974 - non-iframe droppable element
1975 https://bugs.webkit.org/show_bug.cgi?id=30469
1977 * http/tests/misc/bubble-drag-events-expected.txt: Added.
1978 * http/tests/misc/bubble-drag-events.html: Added.
1980 2009-11-05 Jeff Schiller <codedread@gmail.com>
1982 Reviewed by Simon Fraser.
1984 Added test to ensure proper order of matrix multiplication with SVGMatrix.
1985 https://bugs.webkit.org/show_bug.cgi?id=16062
1987 * svg/dom/SVGMatrix-interface-expected.txt: Added.
1988 * svg/dom/SVGMatrix-interface.xhtml: Added.
1990 2009-11-03 Justin Garcia <justin.garcia@apple.com>
1992 Reviewed by Adele Peterson.
1994 https://bugs.webkit.org/show_bug.cgi?id=25439
1995 Deleting when in front of a block image removes character from previous paragraph
1997 * editing/deleting/delete-before-block-image-1-expected.txt: Added.
1998 * editing/deleting/delete-before-block-image-1.html: Added.
1999 * editing/deleting/delete-before-block-image-2-expected.txt: Added.
2000 * editing/deleting/delete-before-block-image-2.html: Added.
2001 * editing/deleting/delete-before-block-table-expected.txt: Added.
2002 * editing/deleting/delete-before-block-table.html: Added.
2004 2009-11-04 Enrica Casucci <enrica@apple.com>
2006 Reviewed by Adele Peterson.
2008 Hang in Mail on attempting to change indent level
2009 <rdar://problem/7131805>
2010 https://bugs.webkit.org/show_bug.cgi?id=31127
2012 Added test to cover all the different code paths.
2014 * editing/execCommand/outdent-multiparagraph-list-expected.txt: Added.
2015 * editing/execCommand/outdent-multiparagraph-list.html: Added.
2017 2009-11-04 Daniel Bates <dbates@webkit.org>
2019 Reviewed by Eric Seidel.
2021 https://bugs.webkit.org/show_bug.cgi?id=30266
2023 Changed data format type from "text" to "text/plain" to pass Chrome tests.
2025 * fast/events/drag-and-drop-dataTransfer-types-nocrash-expected.txt:
2026 * fast/events/drag-and-drop-dataTransfer-types-nocrash.html:
2028 2009-11-04 Chris Fleizach <cfleizach@apple.com>
2030 Reviewed by Beth Dakin.
2032 Need to implement ARIA role="combobox"
2033 https://bugs.webkit.org/show_bug.cgi?id=31096
2035 * accessibility/aria-combobox.html: Added.
2036 * platform/gtk/Skipped:
2037 * platform/mac/accessibility/aria-combobox-expected.txt: Added.
2038 * platform/win/Skipped:
2040 2009-11-04 Csaba Osztrogonác <ossy@webkit.org>
2042 Put test into skiplist added in r50489 because
2043 layoutTestController.showWebInspector() is unimplemented now.
2045 * platform/qt/Skipped: inspector/timeline-trivial.html added.
2047 2009-11-04 Csaba Osztrogonác <ossy@webkit.org>
2051 Revert r50496 because it broke all layout tests on QtBuildBot.
2053 * svg/text/resources: Removed.
2054 * svg/text/resources/text-font-invalid.svg: Removed.
2055 * svg/text/text-font-invalid-expected.txt: Removed.
2056 * svg/text/text-font-invalid.html: Removed.
2058 2009-11-03 Roland Steiner <rolandsteiner@chromium.org>
2060 Reviewed by Mark Rowe.
2063 add ruby layout tests to the Skipped list on mac, since they somehow cause
2064 http/tests/security/mixedContent/about-blank-iframe-in-main-frame.html to fail.
2068 * platform/mac/Skipped:
2070 2009-11-02 Benjamin Poulain <benjamin.poulain@nokia.com>
2072 Reviewed by Simon Hausmann.
2074 Add a new test to reproduce 29856. The bug only happen
2075 when the SVG file is used as an image.
2076 https://bugs.webkit.org/show_bug.cgi?id=29856
2078 * svg/text/text-font-invalid-expected.txt: Added.
2079 * svg/text/resources/text-font-invalid.svg: Added.
2080 * svg/text/text-font-invalid.html: Added.
2082 2009-11-04 Roland Steiner <rolandsteiner@chromium.org>
2084 Reviewed by Dave Hyatt.
2086 Bug 28420 - Implement HTML5 <ruby> rendering
2087 (https://bugs.webkit.org/show_bug.cgi?id=28420)
2089 First rudimentary implementation of HTML5 ruby rendering support - layout tests.
2091 New layout tests: basic rendering:
2092 * fast/ruby/ruby-empty-rt.html: Added.
2093 * fast/ruby/ruby-length.html: Added.
2094 * fast/ruby/ruby-run-break.html: Added.
2095 * fast/ruby/ruby-runs-spans.html: Added.
2096 * fast/ruby/ruby-runs.html: Added.
2097 * fast/ruby/ruby-simple-rp.html: Added.
2098 * fast/ruby/ruby-simple.html: Added.
2099 * fast/ruby/ruby-trailing.html: Added.
2101 New layout tests: DOM manipulation within <ruby>
2102 * fast/ruby/rubyDOM-insert-rt.html: Added.
2103 * fast/ruby/rubyDOM-insert-text1.html: Added.
2104 * fast/ruby/rubyDOM-insert-text2.html: Added.
2105 * fast/ruby/rubyDOM-insert-text3.html: Added.
2106 * fast/ruby/rubyDOM-remove-rt1.html: Added.
2107 * fast/ruby/rubyDOM-remove-rt2.html: Added.
2108 * fast/ruby/rubyDOM-remove-text1.html: Added.
2109 * fast/ruby/rubyDOM-remove-text2.html: Added.
2111 New layout tests results:
2112 * platform/mac/fast/ruby: Added.
2113 * platform/mac/fast/ruby/ruby-empty-rt-expected.checksum: Added.
2114 * platform/mac/fast/ruby/ruby-empty-rt-expected.png: Added.
2115 * platform/mac/fast/ruby/ruby-empty-rt-expected.txt: Added.
2116 * platform/mac/fast/ruby/ruby-length-expected.checksum: Added.
2117 * platform/mac/fast/ruby/ruby-length-expected.png: Added.
2118 * platform/mac/fast/ruby/ruby-length-expected.txt: Added.
2119 * platform/mac/fast/ruby/ruby-run-break-expected.checksum: Added.
2120 * platform/mac/fast/ruby/ruby-run-break-expected.png: Added.
2121 * platform/mac/fast/ruby/ruby-run-break-expected.txt: Added.
2122 * platform/mac/fast/ruby/ruby-runs-expected.checksum: Added.
2123 * platform/mac/fast/ruby/ruby-runs-expected.png: Added.
2124 * platform/mac/fast/ruby/ruby-runs-expected.txt: Added.
2125 * platform/mac/fast/ruby/ruby-runs-spans-expected.checksum: Added.
2126 * platform/mac/fast/ruby/ruby-runs-spans-expected.png: Added.
2127 * platform/mac/fast/ruby/ruby-runs-spans-expected.txt: Added.
2128 * platform/mac/fast/ruby/ruby-simple-expected.checksum: Added.
2129 * platform/mac/fast/ruby/ruby-simple-expected.png: Added.
2130 * platform/mac/fast/ruby/ruby-simple-expected.txt: Added.
2131 * platform/mac/fast/ruby/ruby-simple-rp-expected.checksum: Added.
2132 * platform/mac/fast/ruby/ruby-simple-rp-expected.png: Added.
2133 * platform/mac/fast/ruby/ruby-simple-rp-expected.txt: Added.
2134 * platform/mac/fast/ruby/ruby-trailing-expected.checksum: Added.
2135 * platform/mac/fast/ruby/ruby-trailing-expected.png: Added.
2136 * platform/mac/fast/ruby/ruby-trailing-expected.txt: Added.
2137 * platform/mac/fast/ruby/rubyDOM-insert-rt-expected.checksum: Added.
2138 * platform/mac/fast/ruby/rubyDOM-insert-rt-expected.png: Added.
2139 * platform/mac/fast/ruby/rubyDOM-insert-rt-expected.txt: Added.
2140 * platform/mac/fast/ruby/rubyDOM-insert-text1-expected.checksum: Added.
2141 * platform/mac/fast/ruby/rubyDOM-insert-text1-expected.png: Added.
2142 * platform/mac/fast/ruby/rubyDOM-insert-text1-expected.txt: Added.
2143 * platform/mac/fast/ruby/rubyDOM-insert-text2-expected.checksum: Added.
2144 * platform/mac/fast/ruby/rubyDOM-insert-text2-expected.png: Added.
2145 * platform/mac/fast/ruby/rubyDOM-insert-text2-expected.txt: Added.
2146 * platform/mac/fast/ruby/rubyDOM-insert-text3-expected.checksum: Added.
2147 * platform/mac/fast/ruby/rubyDOM-insert-text3-expected.png: Added.
2148 * platform/mac/fast/ruby/rubyDOM-insert-text3-expected.txt: Added.
2149 * platform/mac/fast/ruby/rubyDOM-remove-rt1-expected.checksum: Added.
2150 * platform/mac/fast/ruby/rubyDOM-remove-rt1-expected.png: Added.
2151 * platform/mac/fast/ruby/rubyDOM-remove-rt1-expected.txt: Added.
2152 * platform/mac/fast/ruby/rubyDOM-remove-rt2-expected.checksum: Added.
2153 * platform/mac/fast/ruby/rubyDOM-remove-rt2-expected.png: Added.
2154 * platform/mac/fast/ruby/rubyDOM-remove-rt2-expected.txt: Added.
2155 * platform/mac/fast/ruby/rubyDOM-remove-text1-expected.checksum: Added.
2156 * platform/mac/fast/ruby/rubyDOM-remove-text1-expected.png: Added.
2157 * platform/mac/fast/ruby/rubyDOM-remove-text1-expected.txt: Added.
2158 * platform/mac/fast/ruby/rubyDOM-remove-text2-expected.checksum: Added.
2159 * platform/mac/fast/ruby/rubyDOM-remove-text2-expected.png: Added.
2160 * platform/mac/fast/ruby/rubyDOM-remove-text2-expected.txt: Added.
2162 2009-11-03 Kenneth Russell <kbr@google.com>
2164 Reviewed by Oliver Hunt.
2166 Add overridePreference call to all WebGL layout tests
2167 https://bugs.webkit.org/show_bug.cgi?id=31088
2169 * fast/canvas/webgl/array-unit-tests.html:
2170 * fast/canvas/webgl/getActiveTest.html:
2171 * fast/canvas/webgl/gl-get-calls.html:
2172 * fast/canvas/webgl/incorrect-context-object-behaviour.html:
2173 * fast/canvas/webgl/null-object-behaviour.html:
2174 * fast/canvas/webgl/resources/shader-test.js: Removed.
2175 * fast/canvas/webgl/resources/webgl-test.js: Copied from LayoutTests/fast/canvas/webgl/resources/shader-test.js.
2177 2009-11-03 Eric Z. Ayers <zundel@google.com>
2179 Reviewed by Timothy Hatcher.
2181 Adds a test for turning on the timeline profiler. This caused
2182 a crash because profiling was enabled in the middle of processing
2185 https://bugs.webkit.org/show_bug.cgi?id=31080
2187 * inspector/timeline-trivial-expected.txt: Added.
2188 * inspector/timeline-trivial.html: Added.
2190 2009-11-03 Bradley Green <brg@chromium.org>
2192 Reviewed by Dmitry Titov.
2194 Updating test expectations for implementation of
2195 window.navigator.registerProtocolHandler and
2196 window.navigator.registerContentHandler.
2198 There is a default implimentation for these APIs, hence all platforms
2199 with the navigator-detached-no-crash-expect and
2200 window-properties-expected tests needed to be updated. While
2201 isolatedWorlds has a window-properties-expected test, it has no window
2202 object and hence does not need to be updaetd.
2204 We add two fast/dom tests to insure that the proper exceptions are
2205 thrown when bad syntax or security violations are made by calling the
2208 * fast/dom/Window/window-properties-expected.txt:
2209 * fast/dom/navigator-detached-no-crash-expected.txt:
2210 * fast/dom/navigator-detached-no-crash.html:
2211 * fast/dom/registerContentHandler-expected.txt: Added.
2212 * fast/dom/registerContentHandler.html: Added.
2213 * fast/dom/registerProtocolHandler-expected.txt: Added.
2214 * fast/dom/registerProtocolHandler.html: Added.
2215 * platform/gtk/fast/dom/Window/window-properties-expected.txt:
2216 * platform/gtk/fast/dom/navigator-detached-no-crash-expected.txt:
2217 * platform/mac-leopard/fast/dom/navigator-detached-no-crash-expected.txt:
2219 2009-11-03 Dan Bernstein <mitz@apple.com>
2221 Reviewed by Anders Carlsson and Beth Dakin.
2223 https://bugs.webkit.org/show_bug.cgi?id=31070
2224 Test for <rdar://problem/7194735> Crashes at RenderText::RenderText()
2225 Test for <rdar://problem/6937089> Crashes at RenderWidget::destroy()
2227 * plugins/attach-during-destroy-expected.txt: Added.
2228 * plugins/attach-during-destroy.html: Added.
2229 * plugins/destroy-reentry-expected.txt: Added.
2230 * plugins/destroy-reentry.html: Added.
2232 2009-11-03 Evan Martin <evan@chromium.org>
2234 Reviewed by Darin Adler.
2236 A test that reproduces a hard-to-trigger memory corruption in the
2239 https://bugs.webkit.org/show_bug.cgi?id=30827
2241 * fast/css/end-of-buffer-crash.html: Added.
2243 2009-11-02 Darin Adler <darin@apple.com>
2245 Reviewed by Dan Bernstein.
2247 Crash due to double-destroy related to CSS run-in property
2248 https://bugs.webkit.org/show_bug.cgi?id=31034
2249 rdar://problem/7328458
2251 * fast/css/run-in-crash-expected.txt: Added.
2252 * fast/css/run-in-crash.html: Added.
2254 2009-11-03 Victor Wang <victorw@chromium.org>
2256 Reviewed by Eric Seidel.
2258 "http://trac.webkit.org/changeset/50315" makes links mouse
2259 focusable only on GTK and QT, so win has same behavior as mac now
2260 Remove the win specific expected results for tests failed
2263 https://bugs.webkit.org/show_bug.cgi?id=30968
2265 * platform/win/fast/events/click-focus-anchor-expected.txt: Removed.
2266 * platform/win/fast/inline: Removed.
2267 * platform/win/fast/inline/dirtyLinesForInline-expected.txt: Removed.
2269 2009-11-03 Csaba Osztrogonác <ossy@webkit.org>
2271 Add files to skiplist depend on phonon support,
2272 which is disabled on the Qt buildbot for now.
2274 * platform/qt/Skipped:
2276 2009-11-03 Csaba Osztrogonác <ossy@webkit.org>
2278 Rubber-stamped by Tor Arne Vestbø.
2280 Remove now passing tests from skiplist.
2282 * platform/qt/Skipped:
2284 2009-11-03 Csaba Osztrogonác <ossy@webkit.org>
2286 Put test into skiplist added in r50411 because
2287 layoutTestController.showWebInspector() is unimplemented now.
2289 * platform/qt/Skipped: inspector/css-syntax-highlight.html added
2291 2009-11-02 Oliver Hunt <oliver@apple.com>
2293 Reviewed by Gavin Barraclough.
2295 REGRESSION (r48573): JSC may incorrectly cache chain lookups with a dictionary at the head of the chain
2296 https://bugs.webkit.org/show_bug.cgi?id=31045
2298 Add tests for dictionary at the head of a prototype chain.
2300 * fast/js/script-tests/dictionary-no-cache.js:
2301 * fast/js/dictionary-no-cache-expected.txt:
2303 2009-11-02 Enrica Casucci <enrica@apple.com>
2305 Reviewed by Adele Peterson and Dan Bernstein.
2307 Safari crashes when calling execCommand on formatted html in special case
2308 <rdar://problem/7318656>
2309 https://bugs.webkit.org/show_bug.cgi?id=31023
2311 * editing/execCommand/align-in-span-expected.txt: Added.
2312 * editing/execCommand/align-in-span.html: Added.
2314 2009-11-02 Chris Marrin <cmarrin@apple.com>
2316 Reviewed by Oliver Hunt.
2318 Revised tests for changes to when exceptions are raised in WebGL content
2319 https://bugs.webkit.org/show_bug.cgi?id=31005
2321 * fast/canvas/webgl/incorrect-context-object-behaviour-expected.txt:
2322 * fast/canvas/webgl/null-object-behaviour-expected.txt:
2323 * fast/canvas/webgl/script-tests/incorrect-context-object-behaviour.js:
2324 * fast/canvas/webgl/script-tests/null-object-behaviour.js:
2326 2009-11-02 Philippe Normand <pnormand@igalia.com>
2328 Reviewed by Jan Alonzo.
2330 [GTK] Failing media/video-played-reset.html
2331 https://bugs.webkit.org/show_bug.cgi?id=30589
2333 * platform/gtk/Skipped: Unskip fixed test.
2335 2009-11-02 Andrew Scherkus <scherkus@chromium.org>
2337 Reviewed by Eric Carlson.
2339 Increase the timeout of media/video-currentTime-set.html from 800ms to 2000ms.
2341 Also fix call to logResult() as parameters were reversed, resulting in
2342 printing an error message of "false".
2344 https://bugs.webkit.org/show_bug.cgi?id=31017
2346 * media/video-currentTime-set.html: Timeout increased to 2000ms.
2348 2009-10-30 Alexey Proskuryakov <ap@apple.com>
2350 Reviewed by Darin Adler.
2352 https://bugs.webkit.org/show_bug.cgi?id=30969
2353 A no-prefix XPath node test should not match no-namespace elements in HTML document
2355 * fast/xpath/null-namespace-in-html-expected.txt: Added.
2356 * fast/xpath/null-namespace-in-html.html: Added.
2358 2009-11-02 Keishi Hattori <casey.hattori@gmail.com>
2360 Reviewed by Timothy Hatcher.
2362 Web Inspector: Rewrite CSSSourceSyntaxHighlighter so it shares more code
2363 https://bugs.webkit.org/show_bug.cgi?id=30907
2365 * inspector/css-syntax-highlight-expected.txt: Added.
2366 * inspector/css-syntax-highlight.html: Added.
2367 * inspector/javascript-syntax-highlight-expected.txt:
2369 2009-11-02 Chris Fleizach <cfleizach@apple.com>
2371 Reviewed by Beth Dakin.
2373 Support ARIA "tab" roles
2374 https://bugs.webkit.org/show_bug.cgi?id=30842
2376 * accessibility/aria-controls-with-tabs-expected.txt: Added.
2377 * accessibility/aria-controls-with-tabs.html: Added.
2378 * accessibility/aria-tab-roles.html: Added.
2379 * platform/gtk/Skipped:
2380 * platform/mac/accessibility/aria-tab-roles-expected.txt: Added.
2381 * platform/win/Skipped:
2383 2009-11-02 Roland Steiner <rolandsteiner@chromium.org>
2385 Reviewed by Dave Hyatt.
2387 Bug 28420 - Implement HTML5 <ruby> rendering
2388 (https://bugs.webkit.org/show_bug.cgi?id=28420)
2390 First rudimentary implementation of HTML5 ruby rendering support.
2392 Further layout tests will be committed in a follow-up patch under fast/ruby.
2394 * fast/ruby/parse-rp-expected.txt: result changed due to <rt> being rendered as block within <ruby>
2396 2009-11-01 Alexey Proskuryakov <ap@apple.com>
2398 Reviewed by Dan Bernstein.
2400 https://bugs.webkit.org/show_bug.cgi?id=30992
2401 Node.isDefaultNamespace doesn't convert empty strings to null
2403 * fast/dom/Node/default-namespace-empty-argument-expected.txt: Added.
2404 * fast/dom/Node/default-namespace-empty-argument.html: Added.
2406 2009-11-01 Yael Aharon <yael.aharon@nokia.com>
2408 Reviewed by Darin Adler.
2410 Don't add '/' to the URL path if the it does not include '/' after the protocol component
2411 https://bugs.webkit.org/show_bug.cgi?id=30971
2413 Updating the expected result to reflect the change.
2415 * fast/loader/url-parse-1-expected.txt:
2417 2009-10-31 Alexey Proskuryakov <ap@apple.com>
2419 Reviewed by John Sullivan.
2421 https://bugs.webkit.org/show_bug.cgi?id=30982
2422 createHTMLDocument doesn't escape ampersand and less-than in title
2424 * fast/dom/DOMImplementation/createHTMLDocument-title-expected.txt: Added.
2425 * fast/dom/DOMImplementation/createHTMLDocument-title.html: Added.
2427 2009-11-01 Hironori Bono <hbono@chromium.org>
2429 Reviewed by Darin Adler.
2431 Bug 30902: Need a layout test for Bug 28284
2432 This change just adds a simple test that calls TextInputController.firstRectForCharacterRange()
2433 before and after inserting a Thai character and compare their results.
2434 https://bugs.webkit.org/show_bug.cgi?id=30902
2436 * fast/text/international/thai-cursor-position-expected.txt: Added.
2437 * fast/text/international/thai-cursor-position.html: Added.
2438 * platform/gtk/Skipped: Skip this test because TextInputController is not implemented.
2439 * platform/qt/Skipped: ditto.
2440 * platform/win/Skipped: ditto.
2442 2009-11-01 Yuta Kitamura <yutak@chromium.org>
2444 Reviewed by Darin Adler.
2446 Fix assertion falure in RenderObjectChildList::updateBeforeAfterContent().
2448 [Crash (debug)] Combination of list-item and :after causes assertion failure
2449 https://bugs.webkit.org/show_bug.cgi?id=30944
2451 * fast/css/list-item-pseudo-nocrash-expected.txt: Added.
2452 * fast/css/list-item-pseudo-nocrash.html: Added.
2454 2009-11-01 Philippe Normand <pnormand@igalia.com>
2456 Reviewed by Eric Seidel.
2458 https://bugs.webkit.org/show_bug.cgi?id=30586
2459 [GTK] Failing test media/video-src-empty.html
2461 * platform/gtk/Skipped: Unskip fixed test.
2463 2009-10-31 Oliver Hunt <oliver@apple.com>
2465 Reviewed by Jon Honeycutt.
2467 WebGL allows objects to be used with the wrong context
2468 https://bugs.webkit.org/show_bug.cgi?id=30981
2470 Add tests for null/missing object parameters and objects being used
2471 on the wrong context.
2473 * fast/canvas/webgl/incorrect-context-object-behaviour-expected.txt: Added.
2474 * fast/canvas/webgl/incorrect-context-object-behaviour.html: Added.
2475 * fast/canvas/webgl/null-object-behaviour-expected.txt: Added.
2476 * fast/canvas/webgl/null-object-behaviour.html: Added.
2477 * fast/canvas/webgl/resources/shader-test.js:
2478 (loadStandardProgram):
2479 (loadStandardVertexShader):
2480 (loadStandardFragmentShader):
2481 * fast/canvas/webgl/script-tests/incorrect-context-object-behaviour.js: Added.
2482 * fast/canvas/webgl/script-tests/null-object-behaviour.js: Added.
2484 2009-10-30 Enrica Casucci <enrica@apple.com>
2486 Reviewed by Darin Adler.
2488 REGRESSION: In Mail, Undo does not restore some characters I have deleted at the end of a line
2489 https://bugs.webkit.org/show_bug.cgi?id=30955
2490 <rdar://problem/7067033>
2492 * editing/undo/undo-deleteWord-expected.txt: Added.
2493 * editing/undo/undo-deleteWord.html: Added.
2495 2009-10-29 Jon Honeycutt <jhoneycutt@apple.com>
2497 Test for MSAA: Accessibility of headings is not correct
2499 https://bugs.webkit.org/show_bug.cgi?id=30937
2501 Reviewed by Adam Roben.
2503 * platform/win/accessibility/heading-elements-expected.txt: Added.
2504 * platform/win/accessibility/heading-elements.html: Added.
2506 2009-10-29 Jon Honeycutt <jhoneycutt@apple.com>
2508 Test for MSAA: Accessibility of links is wrong
2510 https://bugs.webkit.org/show_bug.cgi?id=30928
2512 Reviewed by Darin Adler.
2514 * platform/win/accessibility/linked-elements-expected.txt: Added.
2515 * platform/win/accessibility/linked-elements.html: Added.
2517 2009-10-30 Ben Murdoch <benm@google.com>
2519 Reviewed by David Kilzer.
2521 openDatabase() with empty version sets db version up incorrectly
2522 https://bugs.webkit.org/show_bug.cgi?id=28417
2524 * storage/open-database-set-empty-version-expected.txt: Added.
2525 * storage/open-database-set-empty-version.html: Added.
2527 2009-10-30 Shinichiro Hamaji <hamaji@chromium.org>
2529 Reviewed by Darin Adler.
2531 counterValueForElementById should return space-separated string for multiple counters
2532 https://bugs.webkit.org/show_bug.cgi?id=30939
2534 * fast/css/counters/counterValueForElementById-expected.txt: Added.
2535 * fast/css/counters/counterValueForElementById.html: Added.
2537 2009-10-30 Shinichiro Hamaji <hamaji@chromium.org>
2539 Reviewed by Mark Rowe.
2541 fast/css/counters/t1204* are not asynchronous anymore
2542 https://bugs.webkit.org/show_bug.cgi?id=30940
2544 * fast/css/counters/t1204-increment-00-c-o.html:
2545 * fast/css/counters/t1204-increment-01-c-o.html:
2547 2009-10-30 Kenneth Rohde Christiansen <kenneth@webkit.org>
2549 Unreviewed layout test fixes.
2551 The existing excepted results were wrong, due to the visited links not
2552 being reset between tests.
2554 This was fixed in r50329, so updating the results.
2556 * platform/qt/fast/block/margin-collapse/block-inside-inline/010-expected.txt:
2557 * platform/qt/fast/block/margin-collapse/block-inside-inline/011-expected.txt:
2558 * platform/qt/fast/block/margin-collapse/block-inside-inline/012-expected.txt:
2559 * platform/qt/fast/block/margin-collapse/block-inside-inline/015-expected.txt:
2560 * platform/qt/fast/block/margin-collapse/block-inside-inline/016-expected.txt:
2561 * platform/qt/fast/block/margin-collapse/block-inside-inline/020-expected.txt:
2563 2009-10-30 Andras Becsi <becsi.andras@stud.u-szeged.hu>
2565 Reviewed by Holger Hans Peter Freyther.
2567 [Qt] Add expected files for new svg tests we pass.
2568 Compared to the Mac expected png files.
2570 * platform/qt/svg/css/arrow-with-shadow-expected.txt: Added.
2571 * platform/qt/svg/css/circle-in-mask-with-shadow-expected.txt: Added.
2572 * platform/qt/svg/css/clippath-with-shadow-expected.txt: Added.
2573 * platform/qt/svg/css/mask-with-shadow-expected.txt: Added.
2574 * platform/qt/svg/css/path-with-shadow-expected.txt: Added.
2575 * platform/qt/svg/css/stars-with-shadow-expected.txt: Added.
2576 * platform/qt/svg/filters/shadow-on-filter-expected.txt: Added.
2577 * platform/qt/svg/filters/shadow-on-rect-with-filter-expected.txt: Added.
2579 2009-10-30 Yury Semikhatsky <yurys@chromium.org>
2581 Reviewed by Pavel Feldman.
2583 Test that browser doesn't crash in case of stack overflow
2584 inside console.log()
2586 https://bugs.webkit.org/show_bug.cgi?id=30904
2588 * fast/dom/console-log-stack-overflow-expected.txt: Added.
2589 * fast/dom/console-log-stack-overflow.html: Added.
2591 2009-10-30 Oliver Hunt <oliver@apple.com>
2593 Reviewed by Gavin Barraclough.
2595 Regression: crash enumerating properties of an object with getters or setters
2596 https://bugs.webkit.org/show_bug.cgi?id=30948
2598 Add test for enumerating getters and setters.
2600 * fast/js/for-in-cached-expected.txt:
2601 * fast/js/script-tests/for-in-cached.js:
2604 2009-10-29 Erik Arvidsson <arv@chromium.org>
2606 Reviewed by Eric Seidel.
2608 Make links mouse focusable only on GTK and QT.
2610 Links are now always mouse focusable on GTK and QT. On other platforms
2611 the link needs a tabIndex or it needs to be contentEditable.
2613 https://bugs.webkit.org/show_bug.cgi?id=26856
2615 * fast/events/click-focus-anchor-expected.txt:
2616 * fast/events/click-focus-anchor.html:
2617 * platform/gtk/fast/events/click-focus-anchor-expected.txt: Added.
2618 * platform/mac/fast/events/click-focus-anchor-expected.txt: Removed.
2619 * platform/qt/fast/events/click-focus-anchor-expected.txt: Added.
2621 2009-10-29 Jonathan Dixon <joth@chromium.org>
2623 Reviewed by Eric Seidel.
2625 Add expected files for GTK and QT builds, for test text-input-webkit-radius.html
2626 Expected fils collected from buildbot:
2627 http://build.webkit.org/results/Qt%20Linux%20Release/r50286%20(3257)/fast/css/
2628 http://build.webkit.org/results/GTK%20Linux%20Release/r50286%20(5308)/fast/css/
2630 * platform/gtk/fast/css/text-input-with-webkit-border-radius-expected.txt: Added.
2631 * platform/qt/fast/css/text-input-with-webkit-border-radius-expected.txt: Added.
2633 2009-10-29 Dan Bernstein <mitz@apple.com>
2635 Updated Tiger-specific result now that Tiger matches current behavior. A Tiger-specific
2636 result is still needed because of the difference in Thai fonts.
2638 * platform/mac-tiger/fast/text/atsui-multiple-renderers-expected.txt:
2640 2009-10-29 Dan Bernstein <mitz@apple.com>
2642 Reviewed by Sam Weinig.
2644 Updated a test to account for font metric differences between Mac OS X versions. Removed
2645 Leopard-specific results for another test now that Leopard matches current behavior.
2647 * platform/mac-leopard/fast/text/atsui-multiple-renderers-expected.checksum: Removed.
2648 * platform/mac-leopard/fast/text/atsui-multiple-renderers-expected.png: Removed.
2649 * platform/mac-leopard/fast/text/atsui-multiple-renderers-expected.txt: Removed.
2650 * platform/mac/fast/text/ligature-subdivision-expected.txt:
2651 * platform/mac/fast/text/script-tests/ligature-subdivision.js:
2653 2009-10-29 Enrica Casucci <enrica@apple.com>
2655 REGRESSION(3.2.3 - 4.0.2): Message composing: when I undo a color change to text in Mail, undo/redo behaves strangely
2656 <rdar://problem/7115041>
2657 https://bugs.webkit.org/show_bug.cgi?id=30892
2659 * editing/undo/redo-style-expected.txt: Added.
2660 * editing/undo/redo-style.html: Added.
2662 2009-10-29 Shinichiro Hamaji <hamaji@chromium.org>
2664 Reviewed by Darin Adler.
2666 fast/css/counters/invalidate-cached-counter-node can be dumpAsText
2667 https://bugs.webkit.org/show_bug.cgi?id=30931
2669 * fast/css/counters/invalidate-cached-counter-node-expected.txt: Added.
2670 * fast/css/counters/invalidate-cached-counter-node.html:
2671 * platform/mac/fast/css/counters/invalidate-cached-counter-node-expected.checksum: Removed.
2672 * platform/mac/fast/css/counters/invalidate-cached-counter-node-expected.png: Removed.
2673 * platform/mac/fast/css/counters/invalidate-cached-counter-node-expected.txt: Removed.
2675 2009-10-29 Csaba Osztrogonác <ossy@webkit.org>
2677 [Qt] Remove some tests that now pass.
2679 * platform/qt/Skipped:
2681 2009-10-29 Dan Bernstein <mitz@apple.com>
2683 Reviewed by Sam Weinig.
2685 Problem editing or selecting text containing ligatures
2686 https://bugs.webkit.org/show_bug.cgi?id=30025
2688 * platform/mac/fast/text/ligature-subdivision-expected.txt: Added.
2689 * platform/mac/fast/text/ligature-subdivision.html: Added.
2690 * platform/mac/fast/text/script-tests: Added.
2691 * platform/mac/fast/text/script-tests/TEMPLATE.html: Copied from LayoutTests/fast/js/script-tests/TEMPLATE.html.
2692 * platform/mac/fast/text/script-tests/ligature-subdivision.js: Added.
2694 2009-10-29 Kenneth Rohde Christiansen <kenneth@webkit.org>
2696 Reviewed by Oliver Hunt.
2698 Removed test that passes after implementing the Qt DRT version
2699 of dumpBackForwardList().
2701 * platform/qt/Skipped:
2703 2009-10-29 Kenneth Rohde Christiansen <kenneth@webkit.org>
2705 Rubberstamped by Adam Roben.
2707 Remove two tests that pass on the buildbot.
2709 * platform/qt/Skipped:
2711 2009-10-29 Dan Bernstein <mitz@apple.com>
2713 Updated expected result for Tiger
2715 * platform/mac-tiger/fast/text/international/thai-line-breaks-expected.txt:
2717 2009-10-29 Kenneth Rohde Christiansen <kenneth@webkit.org>
2719 Unreviewed Qt buildbot fix.
2721 Add some files to skipped that depend on phonon support,
2722 which is disabled on the Qt buildbot for now.
2724 * platform/qt/Skipped:
2726 2009-10-29 Kenneth Rohde Christiansen <kenneth@webkit.org>
2728 Rubberstamped by Adam Roben.
2730 Remove tests that pass after the change introduced in r50289.
2732 * platform/qt/Skipped:
2734 2009-10-29 Brian Weinstein <bweinstein@apple.com>
2736 Rubber-stamped by Steve Falkenburg.
2738 Windows Release bots are having problems in xmlhttprequest tests, Skipping them temporarily
2739 to see if this eliminates the problem, and it is a test causing httpd problems.
2741 * platform/win/Skipped:
2743 2009-10-29 Adam Barth <abarth@webkit.org>
2745 Reviewed by Eric Seidel.
2747 Don't run JavaScript URLs in view source mode
2748 https://bugs.webkit.org/show_bug.cgi?id=30881
2750 Test that we don't run JavaScript URLs in view source mode.
2752 This test actually passes before this change. I don't know how to
2753 actually run JavaScript URLs in view source frames using DRT, but it's
2754 possible in an abitrary embedding of WebKit.
2756 * http/tests/security/view-source-no-javascript-url-expected.txt: Added.
2757 * http/tests/security/view-source-no-javascript-url.html: Added.
2759 2009-10-28 Dan Bernstein <mitz@apple.com>
2761 Removed Leopard-specific result after changing ATSUI missing-glyph behavior to match the
2762 Core Text and fast code paths' behavior.
2764 * platform/mac-leopard/fast/text/international/khmer-selection-expected.txt: Removed.
2766 2009-10-28 Andrew Scherkus <scherkus@chromium.org>
2768 Reviewed by Eric Carlson.
2770 Fix video-pause-immediately.html to avoid using setTimeout().
2772 This also addresses the flakiness on Windows, where 200ms was not enough time to advance the clock past zero.
2774 https://bugs.webkit.org/show_bug.cgi?id=30889
2776 * media/video-pause-immediately.html: Replace setTimeout() with timeupdate events.
2778 2009-10-28 Brian Weinstein <bweinstein@apple.com>
2780 Rubber-stamped by Ada Chan.
2782 Add accessibility test to the list of Windows Skipped tests.
2784 * platform/win/Skipped:
2786 2009-10-28 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
2788 Reviewed by Jan Alonzo.
2790 [GTK] API to start inspector for a WebView
2791 https://bugs.webkit.org/show_bug.cgi?id=22551
2793 Unskip inspector tests that we are now able to run.
2795 * platform/gtk/Skipped:
2797 2009-10-28 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
2799 Reviewed by Xan Lopez.
2801 [GTK] Fails new test fast/js/navigator-language.html
2802 https://bugs.webkit.org/show_bug.cgi?id=30440
2804 Unskip the test that now passes.
2806 * platform/gtk/Skipped:
2808 2009-10-28 Jonathan Dixon <joth@chromium.org>
2810 Reviewed by Eric Seidel.
2812 Bug 30547: (Chromium) searchbox not rendered properly due to the css property -webkit-border-radius
2813 https://bugs.webkit.org/show_bug.cgi?id=30547
2815 * fast/css/text-input-with-webkit-border-radius-expected.checksum: Added.
2816 * fast/css/text-input-with-webkit-border-radius-expected.png: Added.
2817 * fast/css/text-input-with-webkit-border-radius-expected.txt: Added.
2818 * fast/css/text-input-with-webkit-border-radius.html: Added.
2820 2009-10-27 Shinichiro Hamaji <hamaji@chromium.org>
2822 Reviewed by Darin Adler.
2824 Provide a way to get counter values with layoutTestContoller
2825 https://bugs.webkit.org/show_bug.cgi?id=30555
2827 Convert two pixel tests to dumpAsText tests using counterValueForElementById.
2829 * fast/css/counters/t1204-increment-00-c-o-expected.txt: Added.
2830 * fast/css/counters/t1204-increment-00-c-o.html:
2831 * fast/css/counters/t1204-increment-01-c-o-expected.txt: Added.
2832 * fast/css/counters/t1204-increment-01-c-o.html:
2833 * platform/mac/fast/css/counters/t1204-increment-00-c-o-expected.checksum: Removed.
2834 * platform/mac/fast/css/counters/t1204-increment-00-c-o-expected.png: Removed.
2835 * platform/mac/fast/css/counters/t1204-increment-00-c-o-expected.txt: Removed.
2836 * platform/mac/fast/css/counters/t1204-increment-01-c-o-expected.checksum: Removed.
2837 * platform/mac/fast/css/counters/t1204-increment-01-c-o-expected.png: Removed.
2838 * platform/mac/fast/css/counters/t1204-increment-01-c-o-expected.txt: Removed.
2839 * platform/qt/fast/css/counters/t1204-increment-00-c-o-expected.txt: Removed.
2840 * platform/qt/fast/css/counters/t1204-increment-01-c-o-expected.txt: Removed.
2842 2009-10-28 Alexey Proskuryakov <ap@apple.com>
2844 Reviewed by Darin Adler.
2846 https://bugs.webkit.org/show_bug.cgi?id=30841
2847 <rdar://problem/7342730> WebKit should not pass Referer header through a redirect to a non-secure site
2849 * http/tests/ssl/referer-301-expected.txt: Added.
2850 * http/tests/ssl/referer-301.html: Added.
2851 * http/tests/ssl/referer-303-expected.txt: Added.
2852 * http/tests/ssl/referer-303.html: Added.
2853 * http/tests/ssl/resources: Added.
2854 * http/tests/ssl/resources/referer-301-redir.php: Added.
2855 * http/tests/ssl/resources/referer-303-redir.php: Added.
2856 * http/tests/ssl/resources/no-http-referer.cgi: Added.
2858 2009-10-28 Shu Chang <Chang.Shu@nokia.com>
2860 Reviewed by Eric Seidel.
2862 Added special expected test result for Tiger to fix regression tests.
2863 https://bugs.webkit.org/show_bug.cgi?id=30811
2865 * platform/mac-tiger/fast/js/navigator-language-expected.txt: Added.
2867 2009-10-28 Csaba Osztrogonác <ossy@webkit.org>
2869 Rubber-stamped by Holger Freyther.
2871 [Qt] Remove http/tests/security tests from
2872 skiplist, and add only now failing tests.
2874 * platform/qt/Skipped:
2876 2009-10-28 Csaba Osztrogonác <ossy@webkit.org>
2878 [Qt] Remove http/tests/misc tests from
2879 skiplist, and add only now failing tests.
2881 * platform/qt/Skipped:
2883 2009-10-28 Csaba Osztrogonác <ossy@webkit.org>
2885 Reviewed by Holger Freyther.
2887 Put tests into skiplist added in r50168 and r50162 because
2888 layoutTestController.showWebInspector() is unimplemented now.
2890 * platform/qt/Skipped:
2891 inspector/console-format-collections.html added
2892 inspector/javascript-syntax-highlight.html added
2894 2009-10-27 Dan Bernstein <mitz@apple.com>
2896 Rubber-stamped by Sam Weinig.
2898 Changed this test to use -webkit-box-shadow instead of box-shadow after r49003.
2900 * fast/box-shadow/inset.html:
2902 2009-10-27 Joseph Pecoraro <joepeck@webkit.org>
2904 Reviewed by Pavel Feldman.
2906 Web Inspector: Move runAfterPendingDispatches to TestController for Clarity
2907 https://bugs.webkit.org/show_bug.cgi?id=30844
2909 * inspector/console-format-collections.html: updated to reflect TestController change
2911 2009-10-27 Chris Fleizach <cfleizach@apple.com>
2913 Reviewed by Darin Adler.
2915 WAI-ARIA: add support for 'option' role
2916 https://bugs.webkit.org/show_bug.cgi?id=30843
2918 * accessibility/aria-option-role.html: Added.
2919 * platform/gtk/Skipped:
2920 * platform/mac/accessibility/aria-option-role-expected.txt: Added.
2921 * platform/win/Skipped:
2923 2009-10-27 Chris Fleizach <cfleizach@apple.com>
2927 ARIA menu/menu item need AXRoleDescription
2928 https://bugs.webkit.org/show_bug.cgi?id=30804
2930 Layout test fix for Tiger/Leopard.
2932 * platform/mac-leopard/accessibility/table-with-aria-role-expected.txt:
2934 2009-10-27 Chris Fleizach <cfleizach@apple.com>
2936 Reviewed by Adele Peterson.
2938 WAI-ARIA: add support for 'presentation' role
2939 https://bugs.webkit.org/show_bug.cgi?id=30806
2941 * accessibility/aria-presentational-role-expected.txt: Added.
2942 * accessibility/aria-presentational-role.html: Added.
2944 2009-10-27 Chris Fleizach <cfleizach@apple.com>
2946 Reviewed by Darin Adler.
2948 ARIA menu/menu item need AXRoleDescription
2949 https://bugs.webkit.org/show_bug.cgi?id=30804
2951 * platform/mac/accessibility/aria-menu-role-descriptions-expected.txt: Added.
2952 * platform/mac/accessibility/aria-menu-role-descriptions.html: Added.
2953 * platform/mac/accessibility/table-with-aria-role-expected.txt:
2955 2009-10-27 Steve Block <steveblock@google.com>
2957 Reviewed by Darin Adler.
2959 When a Geolocation method is called, immediately calls the error calback asynchronously if permissions have already been denied.
2960 https://bugs.webkit.org/show_bug.cgi?id=27944.
2962 * fast/dom/Geolocation/resources/permission-denied-already-error.js: Added. Tests that when permission has already been denied, the error callback is invoked with code PERMISSION_DENIED, when the Geolocation service reports an error.
2963 * fast/dom/Geolocation/permission-denied-already-error.html: Added. Wrapper for above test.
2964 * fast/dom/Geolocation/permission-denied-already-error-expected.txt: Added. Expected result for above test.
2965 * fast/dom/Geolocation/resources/permission-denied-already-success.js: Added. Tests that when permission has already been denied, the error callback is invoked with code PERMISSION_DENIED, when the Geolocation service has a good position fix.
2966 * fast/dom/Geolocation/permission-denied-already-success.html: Added. Wrapper for above test.
2967 * fast/dom/Geolocation/permission-denied-already-success-expected.txt: Added. Expected result for above test.
2968 * fast/dom/Geolocation/resources/permission-denied.js: Modified. Updates error string.
2969 * fast/dom/Geolocation/permission-denied-expected.txt: Modified. Expected result for above test.
2970 * fast/dom/Geolocation/resources/permission-denied-stops-watches.js: Modified. Updates error string.
2971 * fast/dom/Geolocation/permission-denied-expected-stops-watches.txt: Modified. Expected result for above test.
2972 * platform/gtk/Skipped: Modified. Adds above tests to skipped list.
2974 2009-10-27 Eric Seidel <eric@webkit.org>
2976 Reviewed by Nikolas Zimmermann.
2978 SVGStyledElement::getPresentationAttribute() can return a shared CSSValue (some SVG tests randomly fail on the bot, and in release builds)
2979 https://bugs.webkit.org/show_bug.cgi?id=29620
2981 * svg/dom/getPresentationAttribute-cache-corruption-expected.txt: Added.
2982 * svg/dom/getPresentationAttribute-cache-corruption.svg: Added.
2984 2009-10-27 Dan Bernstein <mitz@apple.com>
2986 Reviewed by Simon Fraser.
2988 Incomplete repaint of text field in relative positioned inline at imdb.com
2989 https://bugs.webkit.org/show_bug.cgi?id=30047
2991 * fast/repaint/inline-relative-positioned-expected.checksum: Added.
2992 * fast/repaint/inline-relative-positioned-expected.png: Added.
2993 * fast/repaint/inline-relative-positioned-expected.txt: Added.
2994 * fast/repaint/inline-relative-positioned.html: Added.
2996 2009-10-27 Kinuko Yasuda <kinuko@google.com>
2998 Reviewed by Darin Adler.
3000 Fixing a test case that yields FAIL results. Also updating
3001 the corresponding expected results.
3002 https://bugs.webkit.org/show_bug.cgi?id=30821
3004 * storage/domstorage/complex-values-expected.txt:
3005 * storage/domstorage/script-tests/complex-values.js:
3007 2009-10-27 Ryosuke Niwa <rniwa@webkit.org>
3009 Reviewed by Eric Seidel.
3011 WebKit cannot remove nested bold tags
3012 https://bugs.webkit.org/show_bug.cgi?id=30784
3014 Adds two more edge cases to remove-nested-inline-styles.js:
3015 <b><b><b>12</b></b></b> and <b><b><b>1</b></b>2</b>
3016 WebKit now passes the one existing test used to fail.
3018 * editing/style/remove-nested-inline-styles-expected.txt: Added two tests.
3019 * editing/style/script-tests/remove-nested-inline-styles.js: Added two tests.
3021 2009-10-27 Joseph Pecoraro <joepeck@webkit.org>
3023 Reviewed by Timothy Hatcher.
3025 Web Inspector: Pretty Print all HTML Collection Types like we do for NodeList
3026 https://bugs.webkit.org/show_bug.cgi?id=30709
3028 * inspector/console-format-collections-expected.txt: Added.
3029 * inspector/console-format-collections.html: Added.
3030 * inspector/evaluate-in-frontend.js: Changed innerHTML to DOM elements instead.
3032 2009-10-27 Adele Peterson <adele@apple.com>
3034 Test for <rdar://problem/7269075> REGRESSION (Safari 4.0.3-ToT): After pressing Shift-PageDown, pressing Shift-Up
3035 extends the top of the selection upwards (but should shrink the selection instead)
3036 https://bugs.webkit.org/show_bug.cgi?id=29981
3038 * editing/selection/shrink-selection-after-shift-pagedown-expected.txt: Added.
3039 * editing/selection/shrink-selection-after-shift-pagedown.html: Added.
3041 2009-10-27 Keishi Hattori <casey.hattori@gmail.com>
3043 Reviewed by Timothy Hatcher.
3045 Tests for JavaScript syntax highlighter.
3046 https://bugs.webkit.org/show_bug.cgi?id=27147
3048 * inspector/javascript-syntax-highlight-expected.txt: Added.
3049 * inspector/javascript-syntax-highlight.html: Added.
3051 2009-10-27 Xan Lopez <xlopez@igalia.com>
3053 Skip a few more tests that are failing on and off.
3055 * platform/gtk/Skipped:
3057 2009-10-27 Mads Ager <ager@chromium.org>
3059 Reviewed by Adam Barth.
3061 [V8] Missing null check after string conversion in error reporting
3062 https://bugs.webkit.org/show_bug.cgi?id=30774
3064 Test case for toString conversion failure on an error object in
3065 stack overflow situations. Test passes if it doesn't crash.
3067 * fast/dom/error-to-string-stack-overflow-expected.txt: Added.
3068 * fast/dom/error-to-string-stack-overflow.html: Added.
3070 2009-10-27 Brady Eidson <beidson@apple.com>
3072 Rubberstamped by Sam Weinig.
3074 Re-enable the check that disallows pages with unload handlers in the page cache.
3076 <rdar://problem/7196485> and http://webkit.org/b/29021
3078 * platform/mac/Skipped:
3079 * platform/win/Skipped:
3081 2009-10-27 Xan Lopez <xlopez@igalia.com>
3085 * platform/gtk/Skipped:
3087 2009-10-27 Xan Lopez <xlopez@igalia.com>
3089 Fix typo in test names.
3091 * platform/gtk/Skipped:
3093 2009-10-27 Xan Lopez <xlopez@igalia.com>
3095 Skip a few tests with links to their tracking bugs.
3097 * platform/gtk/Skipped:
3099 2009-10-26 Daniel Bates <dbates@webkit.org>
3101 Reviewed by Darin Adler.
3103 https://bugs.webkit.org/show_bug.cgi?id=30491
3105 Test that the <isindex> element can be submitted without being enclosed
3106 within a <form> element. Also tests that the href property of the <base>
3107 element can be used to direct where the submission is sent.
3109 * http/tests/misc/isindex-with-no-form-base-href-expected.txt: Added.
3110 * http/tests/misc/isindex-with-no-form-base-href.html: Added.
3111 * http/tests/misc/isindex-with-no-form-expected.txt: Added.
3112 * http/tests/misc/isindex-with-no-form.html: Added.
3113 * http/tests/misc/resources/isindex-with-no-form-base-href-submit.html: Added.
3114 * http/tests/misc/resources/isindex-with-no-form-base-href.html: Added.
3116 2009-10-26 Brian Weinstein <bweinstein@apple.com>
3118 Unreviewed - Updating getComputedStyle results for Windows.
3120 Updating getComputedStyle results for Windows.
3122 * platform/win/fast/css/getComputedStyle/computed-style-expected.txt:
3123 * platform/win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
3125 2009-10-26 Brady Eidson <beidson@apple.com>
3127 Reviewed by Darin Adler.
3129 <rdar://problem/7289467> and http://webkit.org/b/30798 - REGRESSION (r48687): www.myuhc.com doesn't load.
3131 * fast/loader/grandparent-completion-starts-redirect-expected.txt: Added.
3132 * fast/loader/grandparent-completion-starts-redirect.html: Added.
3133 * fast/loader/resources/meta-redirect-to-notify-done.html: Added.
3134 * fast/loader/resources/parent-of-redirect.html: Added.
3136 2009-10-26 Dan Bernstein <mitz@apple.com>
3138 Reviewed by Sam Weinig.
3140 Use -webkit-background-size as the transition property in this test now
3141 that it is distinct from background-size.
3143 * transitions/multiple-background-size-transitions.html:
3145 2009-10-26 Dan Bernstein <mitz@apple.com>
3147 Rubber-stamped by Beth Dakin.
3149 Update expedted results after r50108.
3151 * svg/css/getComputedStyle-basic-expected.txt:
3153 2009-10-26 Brady Eidson <beidson@apple.com>
3155 Reviewed by Darin Adler.
3157 <rdar://problem/7308952> and http://webkit.org/b/30424 - REGRESSION (r48687): Pages on ucas.com appear blank.
3159 * fast/loader/history-forward-in-head-expected.txt: Added.
3160 * fast/loader/history-forward-in-head.html: Added.
3162 2009-10-26 Alexey Proskuryakov <ap@apple.com>
3164 Reviewed by Darin Adler.
3166 https://bugs.webkit.org/show_bug.cgi?id=30049
3167 <rdar://problem/7286002> Manipulating DOM from a script while parsing XHTML can cause a crash
3169 * fast/parser/remove-current-node-parent-x-2-expected.txt: Added.
3170 * fast/parser/remove-current-node-parent-x-2.xhtml: Added.
3171 * fast/parser/remove-current-node-parent-x-expected.txt: Added.
3172 * fast/parser/remove-current-node-parent-x.xhtml: Added.
3174 2009-10-26 Dan Bernstein <mitz@apple.com>
3176 Reviewed by Beth Dakin.
3178 background-size: X treated as background-size: X X, not background-size: X auto
3179 https://bugs.webkit.org/show_bug.cgi?id=28440
3181 * fast/backgrounds/size/parsing-background-size-values-expected.txt:
3182 * fast/backgrounds/size/parsing-inherit-expected.txt:
3183 * fast/backgrounds/size/resources/parsing-background-size-values.js:
3185 * fast/backgrounds/size/resources/parsing-inherit.js:
3186 * platform/mac/fast/css/getComputedStyle/computed-style-expected.txt:
3187 * platform/mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
3189 2009-10-26 Dimitri Glazkov <dglazkov@chromium.org>
3191 Reviewed by Geoffrey Garen.
3193 Test for https://bugs.webkit.org/show_bug.cgi?id=30765
3194 REGRESSION (r48701): Removing an event listener causes one added after it to not fire
3196 * fast/events/event-listener-list-mutation-expected.txt: Added.
3197 * fast/events/event-listener-list-mutation.html: Added.
3198 * fast/events/script-tests/event-listener-list-mutation.js: Added.
3199 (TestMutation.listeners):
3200 (TestMutation.mutateList):
3202 2009-10-26 Xan Lopez <xlopez@igalia.com>
3204 Skip test fast/loader/opaque-base-url.html with a reference to the
3205 bug tracking it, https://bugs.webkit.org/show_bug.cgi?id=30724
3207 * platform/gtk/Skipped:
3209 2009-10-26 Nate Chapin <japhet@chromium.org>
3211 Reviewed by Alexey Proskuryakov.
3213 Update no-referrer-reset for https://bugs.webkit.org/show_bug.cgi?id=30781.
3215 * http/tests/navigation/no-referrer-reset-expected.txt: Expect window.opener to still be set.
3216 * http/tests/navigation/no-referrer-reset.html: Update text to reflect what the test actually does.
3218 2009-10-26 Ryosuke Niwa <rniwa@webkit.org>
3220 Reviewed by Eric Seidel.
3222 Data loss occurs when unbolding nested bold tags.
3223 https://bugs.webkit.org/show_bug.cgi?id=30083
3225 Adds a test to make sure WebKit can remove nested b, i, & s tags properly
3226 without loosing the content of inner elements.
3228 * editing/style/remove-nested-inline-styles-expected.txt: Added.
3229 * editing/style/remove-nested-inline-styles.html: Added.
3230 * editing/style/script-tests/remove-nested-inline-styles.js: Added.
3231 (removeStyleAndExpect):
3233 2009-10-26 Sam Weinig <sam@webkit.org>
3235 Rubber-stamped by Darin Adler.
3237 Rollout r50041-50043. The HTML5 spec changed to make HTMLOptionsCollection
3238 inherit from HTMLCollection.
3240 * fast/dom/wrapper-classes-expected.txt:
3242 2009-10-26 Rahul Kuchhal <kuchhal@chromium.org>
3244 Reviewed by Eric Seidel.
3246 Prevent crash when optgroup element is empty.
3248 https://bugs.webkit.org/show_bug.cgi?id=30365
3250 * fast/forms/select-empty-optgroup-expected.txt: Added.
3251 * fast/forms/select-empty-optgroup.html: Added.
3253 2009-10-26 Csaba Osztrogonác <ossy@webkit.org>
3255 Unreviewed typo fix.
3257 * platform/qt/Skipped: shared-workers-close.html replaced with shared-worker-close.html
3259 2009-10-23 Alexey Proskuryakov <ap@apple.com>
3261 Reviewed by Adam Barth and Darin Adler.
3263 https://bugs.webkit.org/show_bug.cgi?id=30723
3264 <rdar://problem/6189415> Input names added to multipart/form-data headers need to be escaped.
3266 * http/tests/security/escape-form-data-field-names-expected.txt: Added.
3267 * http/tests/security/escape-form-data-field-names.html: Added.
3268 * http/tests/security/resources/escape-form-data-field-names.cgi: Added.
3270 2009-10-26 Andras Becsi <becsi.andras@stud.u-szeged.hu>
3272 Reviewed by Ariya Hidayat.
3274 [Qt] Skip two flakey tests because of sporadic timeouts.
3276 * platform/qt/Skipped:
3278 2009-10-26 Andras Becsi <becsi.andras@stud.u-szeged.hu>
3280 Reviewed by Ariya Hidayat.
3282 [Qt] Skipping two other tests because of missing features on our platform.
3284 * platform/qt/Skipped:
3286 2009-10-26 Andras Becsi <becsi.andras@stud.u-szeged.hu>
3288 Reviewed by Ariya Hidayat.
3290 [Qt] Add platform-dependent expected file for test added in r49875.
3292 * platform/qt/fast/css/getComputedStyle/marginComputedStyle-expected.txt: Added.
3294 2009-10-26 Andras Becsi <becsi.andras@stud.u-szeged.hu>
3296 Reviewed by Ariya Hidayat.
3298 [Qt] Update outdated expected files which expected wrong color values.
3300 * platform/qt/fast/block/margin-collapse/block-inside-inline/010-expected.txt:
3301 * platform/qt/fast/block/margin-collapse/block-inside-inline/011-expected.txt:
3302 * platform/qt/fast/block/margin-collapse/block-inside-inline/012-expected.txt:
3303 * platform/qt/fast/block/margin-collapse/block-inside-inline/015-expected.txt:
3304 * platform/qt/fast/block/margin-collapse/block-inside-inline/016-expected.txt:
3305 * platform/qt/fast/block/margin-collapse/block-inside-inline/020-expected.txt:
3307 2009-10-26 Keishi Hattori <casey.hattori@gmail.com>
3309 Reviewed by Pavel Feldman.
3311 Fix for Console not showing repeat count when repeatedly logging an Event
3312 https://bugs.webkit.org/show_bug.cgi?id=30324
3314 * inspector/console-tests-expected.txt:
3316 2009-10-26 Eric Carlson <eric.carlson@apple.com>
3318 Reviewed by Eric Seidel.
3320 Remove HTML5 media element 'load' event
3321 https://bugs.webkit.org/show_bug.cgi?id=30464
3323 Part 1, change layout tests to not use the event.
3325 * media/audio-constructor-autobuffer-expected.txt:
3326 * media/audio-constructor-autobuffer.html:
3327 * media/audio-constructor-expected.txt:
3328 * media/audio-constructor-src-expected.txt:
3329 * media/audio-constructor-src.html:
3330 * media/audio-constructor.html:
3331 * media/audio-controls-rendering.html:
3332 * media/audio-data-url-expected.txt:
3333 * media/audio-data-url.html:
3334 * media/audio-mpeg-supported-expected.txt:
3335 * media/audio-mpeg-supported.html:
3336 * media/media-load-event-expected.txt:
3337 * media/media-load-event.html:
3338 * media/progress-event-expected.txt:
3339 * media/progress-event-total-expected.txt:
3340 * media/progress-event-total.html:
3341 * media/progress-event.html:
3342 * media/remove-from-document-expected.txt:
3343 * media/remove-from-document-no-load-expected.txt:
3344 * media/remove-from-document-no-load.html:
3345 * media/remove-from-document.html:
3346 * media/restore-from-page-cache-expected.txt:
3347 * media/restore-from-page-cache.html:
3348 * media/video-append-source-expected.txt:
3349 * media/video-append-source.html:
3350 * media/video-buffered-expected.txt:
3351 * media/video-buffered.html:
3352 * media/video-canvas-source-expected.txt:
3353 * media/video-canvas-source.html:
3354 * media/video-controls-expected.txt:
3355 * media/video-controls-transformed-expected.txt:
3356 * media/video-controls-transformed.html:
3357 * media/video-controls-zoomed-expected.txt:
3358 * media/video-controls-zoomed.html:
3359 * media/video-controls.html:
3360 * media/video-currentTime-expected.txt:
3361 * media/video-currentTime-set-expected.txt:
3362 * media/video-currentTime-set.html:
3363 * media/video-currentTime-set2-expected.txt:
3364 * media/video-currentTime-set2.html:
3365 * media/video-currentTime.html:
3366 * media/video-dom-src-expected.txt:
3367 * media/video-dom-src.html:
3368 * media/video-error-abort-expected.txt:
3369 * media/video-error-abort.html:
3370 * media/video-error-does-not-exist.html:
3371 * media/video-muted-expected.txt:
3372 * media/video-muted.html:
3373 * media/video-no-autoplay-expected.txt:
3374 * media/video-no-autoplay.html:
3375 * media/video-seek-past-end-paused-expected.txt:
3376 * media/video-seek-past-end-paused.html:
3377 * media/video-seek-past-end-playing-expected.txt:
3378 * media/video-seek-past-end-playing.html:
3379 * media/video-seekable-expected.txt:
3380 * media/video-seekable.html:
3381 * media/video-seeking-expected.txt:
3382 * media/video-seeking.html:
3383 * media/video-src-change-expected.txt:
3384 * media/video-src-change.html:
3385 * media/video-volume-expected.txt:
3386 * media/video-volume.html:
3388 2009-10-26 Chris Fleizach <cfleizach@apple.com>
3390 Reviewed by Darin Adler.
3392 crash with AX on when an image map contains an anchor tag
3393 https://bugs.webkit.org/show_bug.cgi?id=30739
3395 * accessibility/crashing-a-tag-in-map-expected.txt: Added.
3396 * accessibility/crashing-a-tag-in-map.html: Added.
3398 2009-10-26 Csaba Osztrogonác <ossy@webkit.org>
3400 Rubber-stamped by Tor Arne Vestbø.
3402 http/tests/cookies/simple-cookies-max-age.html moved to flakey tests group.
3403 http/tests/xmlhttprequest/workers/close.html added to flakey tests group.
3405 * platform/qt/Skipped:
3407 2009-10-26 Csaba Osztrogonác <ossy@webkit.org>
3409 Unreviewed trivial fix for r49854.
3411 * platform/qt/Skipped: Missing html extension added.
3413 2009-10-26 Jan Michael Alonzo <jmalonzo@webkit.org>
3415 Reviewed by Gustavo Noronha.
3417 [Gtk] Reenable mod_rewrite in Fedora's httpd.conf
3418 https://bugs.webkit.org/show_bug.cgi?id=30741
3420 * http/conf/fedora-httpd.conf:
3422 2009-10-25 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
3424 Unreviewed. Rebaseline test after 49998.
3426 * platform/gtk/fast/dom/prototype-inheritance-2-expected.txt:
3428 2009-10-25 Hironori Bono <hbono@chromium.org>
3430 Reviewed by Darin Adler.
3432 A quick fix for Bug 29103.
3433 Since String::startsWith() cannot fold non-ASCII characters, this change folds the prefix string
3434 and the option string before calling String::startsWith().
3435 https://bugs.webkit.org/show_bug.cgi?id=29103
3437 * fast/forms/listbox-typeahead-cyrillic-expected.txt: Added.
3438 * fast/forms/listbox-typeahead-cyrillic.html: Added.
3439 * fast/forms/listbox-typeahead-greek-expected.txt: Added.
3440 * fast/forms/listbox-typeahead-greek.html: Added.
3442 2009-10-25 Sam Weinig <sam@webkit.org>
3444 Reviewed by Dan Bernstein.
3446 Update tests for https://bugs.webkit.org/show_bug.cgi?id=30751
3447 HTMLOptionsCollection should not inherit from HTMLCollection
3449 * fast/dom/wrapper-classes-expected.txt:
3451 2009-10-24 Dan Bernstein <mitz@apple.com>
3453 Reviewed by Sam Weinig.
3455 Missing images at 350.org due to wrong URLs
3456 https://bugs.webkit.org/show_bug.cgi?id=30748
3458 * fast/dom/HTMLImageElement/parse-src-expected.txt: Added.
3459 * fast/dom/HTMLImageElement/parse-src.html: Added.
3460 * fast/dom/HTMLImageElement/script-tests: Added.
3461 * fast/dom/HTMLImageElement/script-tests/TEMPLATE.html: Copied from LayoutTests/fast/dom/Document/script-tests/TEMPLATE.html.
3462 * fast/dom/HTMLImageElement/script-tests/parse-src.js: Added.
3464 2009-10-23 Chris Evans <cevans@chromium.org>
3466 Reviewed by Adam Barth.
3468 Added test for bug 27239 (ignore Refresh for view source mode).
3469 https://bugs.webkit.org/show_bug.cgi?id=27239
3471 * http/tests/security/view-source-no-refresh.html: Added
3472 * http/tests/security/view-source-no-refresh-expected.txt: Added
3473 * http/tests/security/resources/view-source-no-refresh.php: Added
3475 2009-10-23 Alejandro G. Castro <alex@igalia.com>
3477 Reviewed by Xan Lopez.
3479 [GTK] Modified the tests results according to the last changes due
3480 to the fixes of the bug (r49985):
3481 https://bugs.webkit.org/show_bug.cgi?id=29697.
3483 * platform/gtk/editing/execCommand/4916541-expected.txt:
3484 * platform/gtk/editing/execCommand/5138441-expected.txt:
3485 * platform/gtk/editing/execCommand/5481523-expected.txt:
3486 * platform/gtk/editing/execCommand/indent-paragraphs-expected.txt: Added.
3488 2009-10-23 Jon Honeycutt <jhoneycutt@apple.com>
3490 MSAA: Name for image elements should use alt attribute text
3492 https://bugs.webkit.org/show_bug.cgi?id=30727
3493 <rdar://problem/7328291>
3495 Reviewed by Alice Liu.
3497 * platform/win/accessibility/img-alt-attribute-expected.txt: Added.
3498 * platform/win/accessibility/img-alt-attribute.html: Added.
3500 2009-10-23 Sam Weinig <sam@webkit.org>
3502 Reviewed by Anders Carlsson.
3504 Update and add test for https://bugs.webkit.org/show_bug.cgi?id=30695
3505 Drop .tags() support from HTMLCollection
3507 * fast/dom/HTMLDocument/document-all-expected.txt: Added.
3508 * fast/dom/HTMLDocument/document-all.html: Added.
3509 * fast/dom/HTMLDocument/script-tests: Added.
3510 * fast/dom/HTMLDocument/script-tests/document-all.js: Added.
3511 * fast/dom/Window/window-properties-expected.txt:
3512 * fast/dom/dom-constructors-expected.txt:
3513 * fast/dom/dom-constructors.html:
3514 * fast/dom/domListEnumeration-expected.txt:
3515 * fast/dom/prototype-inheritance-2-expected.txt:
3516 * fast/dom/prototype-inheritance-expected.txt:
3517 * fast/dom/script-tests/domListEnumeration.js:
3518 * fast/dom/undetectable-document-all-expected.txt:
3519 * fast/js/global-constructors-expected.txt:
3521 2009-10-23 Alpha Lam <hclam@chromium.org>
3523 Reviewed by Eric Carlson.
3525 Volume slider always starts at half volume
3526 https://bugs.webkit.org/show_bug.cgi?id=28322
3528 * media/video-volume-slider.html: Added.
3529 Pixel test for the volume slider of the media control. This test
3530 assumes volume slider is implemented and usable. It moves the mouse
3531 over the right bottom corner of a video element to trigger the
3532 volume slider. If volume slider is not implemented at all, you'll
3533 only see a video element with the first frame.
3534 * platform/gtk/Skipped: The above test requires a volume slider so it's skipped.
3535 * platform/mac/Skipped: ditto.
3536 * platform/win/Skipped: ditto.
3538 2009-10-23 Andrew Scherkus <scherkus@chromium.org>
3540 Reviewed by Eric Carlson.
3542 Add a layout test to assert that media element implementors do not
3543 advance currentTime after being paused.
3545 https://bugs.webkit.org/show_bug.cgi?id=30699
3547 * media/video-pause-immediately-expected.txt: Added.
3548 * media/video-pause-immediately.html: Added.
3550 2009-10-23 Victor Wang <victorw@chromium.org>
3552 Reviewed by Eric Seidel.
3554 Update the expected pixel result for test svg-as-background-6.html
3556 The old result is incorrect because of the wrong SVG masking offset calculation.
3557 Patch http://trac.webkit.org/changeset/49598 fixed the issue.
3558 The pixel result of this layout test needs to be updated.
3560 https://bugs.webkit.org/show_bug.cgi?id=30692