1 2009-11-16 Kenneth Rohde Christiansen <kenneth@webkit.org>
3 Rubberstamped by Simon Hausmann.
5 Added new Qt expected results for animation tests.
7 * platform/qt/animations/change-transform-in-end-event-expected.txt: Added.
8 * platform/qt/animations/state-at-end-event-expected.txt: Added.
9 * platform/qt/animations/state-at-end-event-transform-expected.txt: Added.
11 2009-11-15 Chris Fleizach <cfleizach@apple.com>
13 Fixing broken layout test.
15 Need to implement ARIA role="directory"
16 https://bugs.webkit.org/show_bug.cgi?id=31516
18 Lists are not supported on Leopard or Tiger, so the test for this
19 bug needs to be skipped.
21 * platform/mac-leopard/Skipped:
22 * platform/mac-tiger/Skipped:
24 2009-11-14 Chris Fleizach <cfleizach@apple.com>
26 Reviewed by Darin Adler.
28 Need to implement ARIA role="directory"
29 https://bugs.webkit.org/show_bug.cgi?id=31516
31 * platform/mac/accessibility/aria-directory-expected.txt: Added.
32 * platform/mac/accessibility/aria-directory.html: Added.
34 2009-11-14 Adele Peterson <adele@apple.com>
36 Reviewed by Dan Bernstein.
38 Test for <rdar://problem/6946165> Would like to be able to specify the number of visible lines when using -webkit-line-clamp
40 * fast/overflow/line-clamp.html: Added.
41 * platform/mac/fast/overflow/line-clamp-expected.checksum: Added.
42 * platform/mac/fast/overflow/line-clamp-expected.png: Added.
43 * platform/mac/fast/overflow/line-clamp-expected.txt: Added.
45 2009-11-14 Kent Tamura <tkent@chromium.org>
47 Reviewed by Darin Adler.
49 Add tests for reading/writing .type property of HTMLInputElement.
50 https://bugs.webkit.org/show_bug.cgi?id=29004
52 * fast/forms/input-type-change3-expected.txt: Added.
53 * fast/forms/input-type-change3.html: Added.
54 * fast/forms/script-tests/input-type-change3.js: Added.
56 2009-11-14 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
58 Skip new test that needs new DRT infrastructure, with bug filled.
60 * platform/gtk/Skipped:
62 2009-11-13 Chris Fleizach <cfleizach@apple.com>
64 Reviewed by Darin Adler.
66 WAI-ARIA: checkbox does not determine its label from text content
67 https://bugs.webkit.org/show_bug.cgi?id=31456
69 * accessibility/aria-checkbox-text.html: Added.
70 * platform/gtk/Skipped:
71 * platform/mac/accessibility/aria-checkbox-text-expected.txt: Added.
72 * platform/win/Skipped:
74 2009-11-13 Alexey Proskuryakov <ap@apple.com>
76 Disable websocket tests on Tiger, as they time out.
78 Filed <https://bugs.webkit.org/show_bug.cgi?id=31501> to investigate this issue.
80 * platform/mac-tiger/Skipped:
82 2009-11-12 Jeremy Orlow <jorlow@chromium.org>
84 Reviewed by Dmitry Titov.
86 Now that we're tracking key size in the quota, we can't fit as much in.
87 https://bugs.webkit.org/show_bug.cgi?id=31451
89 * storage/domstorage/quota-expected.txt:
90 * storage/domstorage/script-tests/quota.js:
93 2009-11-13 Shinichiro Hamaji <hamaji@chromium.org>
95 Reviewed by Darin Adler.
97 WebCore::externalRepresentation should update layout before getting render object
98 https://bugs.webkit.org/show_bug.cgi?id=31459
100 Before this change, the render tree output for this test was wrong.
101 Note that #FF0000 (red) becomes #008000 (green) now.
103 * platform/mac/svg/custom/gradient-stop-style-change-expected.txt:
105 2009-11-04 Adam Roben <aroben@apple.com>
107 Test that delegates can modify global objects in isolated worlds
109 Fixes <http://webkit.org/b/31124> Tell the WebFrameLoadDelegate when
110 window objects in isolated worlds are cleared
112 Reviewed by Dave Hyatt.
114 * http/tests/security/isolatedWorld/didClearWindowObject-expected.txt: Added.
115 * http/tests/security/isolatedWorld/didClearWindowObject.html: Added.
116 Tests that the global object in the normal world does not have a
117 __worldID property, and that the global object in isolated worlds has
118 a __worldID property whose value is equal to the world's ID.
120 2009-11-13 Dumitru Daniliuc <dumi@chromium.org>
122 Reviewed by Eric Seidel.
124 Remove the unnecessary call to dumpDatabaseCallbacks().
126 https://bugs.webkit.org/show_bug.cgi?id=31495
128 * storage/hash-change-with-xhr.html:
130 2009-11-13 Hironori Bono <hbono@chromium.org>
132 Reviewed by Oliver Hunt.
134 Implement composition events introduced in DOM Level 3.
135 This change adds a new IDL which defines the composition events, adds a class which
136 implements the composition events, and sends the composition events according to
138 https://bugs.webkit.org/show_bug.cgi?id=26310
140 * fast/events/ime-composition-events-001-expected.txt: Added.
141 * fast/events/ime-composition-events-001.html: Added.
142 * platform/gtk/Skipped: Skip this test because TextInputController is not implemented.
143 * platform/qt/Skipped: ditto.
144 * platform/win/Skipped: ditto.
146 2009-11-13 Kenneth Rohde Christiansen <kenneth@webkit.org>
148 Reviewed by Simon Hausmann.
150 Add a file for suppressing invalid valgrind errors (Qt / Linux only)
152 * platform/qt/SuppressedValgrindErrors: Added.
154 2009-11-13 Alexey Proskuryakov <ap@apple.com>
156 Disable websocket tests on Windows, as the server cannot start on buildbot.
158 Filed <https://bugs.webkit.org/show_bug.cgi?id=31479> to investigate this issue.
160 * platform/win/Skipped:
162 2009-11-12 Alexey Proskuryakov <ap@apple.com>
164 Reviewed by Darin Adler.
166 https://bugs.webkit.org/show_bug.cgi?id=31441
167 Implement SocketStreamCFNet
169 * platform/mac/Skipped:
170 * platform/win/Skipped:
171 Enables tests in websocket directory.
173 2009-11-13 Dmitry Titov <dimich@chromium.org>
175 Reviewed by Darin Adler.
177 Fix worker-timeout.html layout test that fails in Chromium harness.
178 https://bugs.webkit.org/show_bug.cgi?id=31452
180 * fast/workers/worker-timeout.html:
181 Stop logging timer messages at the same time as calling NotifyDone() because
182 in test harness Chromium uses for workers it does not capture the output immediately.
184 2009-11-13 Pavel Feldman <pfeldman@chromium.org>
186 Reviewed by Adam Barth.
188 Chromium: [REGRESSION] Crash while stopping on a breakpoint.
191 https://bugs.webkit.org/show_bug.cgi?id=31467
193 * http/tests/security/calling-versus-current-expected.txt: Removed.
194 * http/tests/security/calling-versus-current.html: Removed.
196 2009-11-13 Dirk Schulze <krit@webkit.org>
198 Reviewed by Gustavo Noronha.
200 Skip fast/canvas/canvas-shadow.html we need to enable filters
201 on cairo to pass this test.
203 * platform/gtk/Skipped:
205 2009-11-13 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
207 Skip one more new test.
209 * platform/gtk/Skipped:
211 2009-11-12 Anantanarayanan G Iyengar <ananta@chromium.org>
213 Reviewed by Adam Barth.
215 The document-html and window-html tests don't use a setTimeout to notify that the
216 test is completed. The layout test plugin now issues the notifyDone call via
219 https://bugs.webkit.org/show_bug.cgi?id=31067
221 * plugins/document-open.html:
222 * plugins/window-open.html:
224 2009-11-12 Kinuko Yasuda <kinuko@google.com>
226 Reviewed by Adam Barth.
228 Makes the output of fast/events/mouse-click-events.html independent
230 https://bugs.webkit.org/show_bug.cgi?id=31405
232 * fast/events/mouse-click-events-expected.txt:
233 * fast/events/script-tests/mouse-click-events.js:
235 2009-11-12 Simon Fraser <simon.fraser@apple.com>
237 Reviewed by Dan Bernstein.
239 Transformed reflected elements are clipped inside element with opacity
240 https://bugs.webkit.org/show_bug.cgi?id=30957
242 Testcase for reflected and transformed elements inside an opacity layer.
244 * fast/reflections/opacity-reflection-transform.html: Added.
245 * platform/mac/fast/reflections/opacity-reflection-transform-expected.checksum: Added.
246 * platform/mac/fast/reflections/opacity-reflection-transform-expected.png: Added.
247 * platform/mac/fast/reflections/opacity-reflection-transform-expected.txt: Added.
249 2009-11-12 Joanmarie Diggs <joanmarie.diggs@gmail.com>
251 Reviewed by Gustavo Noronha Silva.
253 https://bugs.webkit.org/show_bug.cgi?id=30997
254 [Gtk] Implemment AtkDocument
256 Added testing support for AtkDocument implementation.
258 * accessibility/document-attributes.html: Added.
259 * accessibility/document-attributes-expected.txt: Added.
260 * platform/mac/Skipped:
261 * platform/win/Skipped:
263 2009-11-11 Dirk Schulze <krit@webkit.org>
265 Reviewed by Simon Fraser.
267 Some tests for canvas shadow.
269 * fast/canvas/canvas-shadow-expected.txt: Added.
270 * fast/canvas/canvas-shadow.html: Added.
271 * fast/canvas/script-tests/canvas-shadow.js: Added.
273 2009-11-12 Brian Weinstein <bweinstein@apple.com>
275 Rubber-stamped by Steve Falkenburg.
277 Add failing tests to Skipped list.
279 * platform/win/Skipped:
281 2009-11-12 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
283 Skipping tests that fail intermitently.
285 * platform/gtk/Skipped:
287 2009-11-12 Sam Weinig <sam@webkit.org>
289 Reviewed by Oliver Hunt.
291 Test for <rdar://problem/7267951>
292 Canvas methods should reject uses of NaN and Infinity.
294 * fast/canvas/canvas-with-illegal-args-expected.txt: Added.
295 * fast/canvas/canvas-with-illegal-args.html: Added.
296 * fast/canvas/script-tests/canvas-with-illegal-args.js: Added.
298 2009-11-12 Mark Rowe <mrowe@apple.com>
300 Skip an accessibility test that covers functionality not available on Tiger or Leopard.
302 * platform/mac-leopard/Skipped:
303 * platform/mac-tiger/Skipped:
305 2009-11-12 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
307 Skipping one more new test, and a number of other tests, with bugs
310 * platform/gtk/Skipped:
312 2009-11-12 Mark Rowe <mrowe@apple.com>
314 Fix results for fast/dom/Window/window-properties.html after r50893.
316 * fast/dom/Window/window-properties-expected.txt:
318 2009-11-12 Mark Rowe <mrowe@apple.com>
320 Rubber-stamped by Anders Carlsson.
322 Move a misplaced accessibility test from platform/mac-snowleopard/accessibility to accessibility,
323 and the results from platform/mac-snowleopard/accessibility to platform/mac/accessibility.
325 * accessibility/aria-list-and-listitem.html: Renamed from LayoutTests/platform/mac-snowleopard/accessibility/aria-list-and-listitem.html.
326 * platform/mac/accessibility/aria-list-and-listitem-expected.txt: Renamed from LayoutTests/platform/mac-snowleopard/accessibility/aria-list-and-listitem-expected.txt.
328 2009-11-12 Mark Rowe <mrowe@apple.com>
330 Rubber-stamped by Brady Eidson.
332 Land updated results for file-url-mimetypes-2.html and file-url-mimetypes-3.html.
334 * 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.
335 * 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.
336 * platform/mac/fast/loader/file-url-mimetypes-2-expected.txt:
337 * platform/mac/fast/loader/file-url-mimetypes-3-expected.txt:
339 2009-11-12 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
341 Unreviewed. Skipped new tests, a test that keeps failing despite
342 not failing locally, and a new DnD test.
344 * platform/gtk/Skipped:
346 2009-11-12 Eric Carlson <eric.carlson@apple.com>
348 Unreviewed, build fix.
350 Skipped tests need path relative to LayoutTests folder, not just
353 * platform/gtk/Skipped:
354 * platform/mac-leopard/Skipped:
355 * platform/mac-tiger/Skipped:
356 * platform/win/Skipped:
358 2009-11-12 Eric Carlson <eric.carlson@apple.com>
360 Reviewed by Dan Bernstein.
362 <rdar://problem/7388969> Add DOM API for fullscreen video
364 Tests for fullscreen <video> DOM API.
366 * media/media-fullscreen-inline-expected.txt: Added.
367 * media/media-fullscreen-inline.html: Added.
368 * media/media-fullscreen-not-in-document-expected.txt: Added.
369 * media/media-fullscreen-not-in-document.html: Added.
370 * media/media-fullscreen.js: Added.
372 * platform/gtk/Skipped:
373 * platform/mac-leopard/Skipped:
374 * platform/mac-tiger/Skipped:
375 * platform/win/Skipped:
376 Skipped on platforms that don't support fullscreen yet.
378 2009-11-12 Alexey Proskuryakov <ap@apple.com>
380 Reviewed by David Levin.
382 https://bugs.webkit.org/show_bug.cgi?id=31426
383 Some WebSocket tests don't properly listen to close event
385 * websocket/tests/script-tests/handshake-error.js:
386 * websocket/tests/script-tests/simple.js:
387 Made the tests clear second-chance timer on finish, avoiding confusing output when running
390 * websocket/tests/script-tests/frame-length-longer-than-buffer.js:
391 * websocket/tests/script-tests/frame-length-skip.js:
392 * websocket/tests/frame-length-longer-than-buffer-expected.txt:
393 * websocket/tests/frame-length-skip-expected.txt:
394 These tests now finish properly.
396 * websocket/tests/handshake-error-expected.txt:
397 * websocket/tests/simple-expected.txt:
398 I'm getting an extra empty line for these tests, which is surprising. But since I didn't
399 change anything, I assume that it should be there.
401 2009-11-12 Adam Barth <abarth@webkit.org>
403 Reviewed by Dimitri Glazkov.
405 [Chromium] Sify compose button alerts error
406 https://bugs.webkit.org/show_bug.cgi?id=31394
408 Test that we're using the calling security context in a simple case.
410 * http/tests/security/calling-versus-current-expected.txt: Added.
411 * http/tests/security/calling-versus-current.html: Added.
413 2009-11-12 Daniel Bates <dbates@webkit.org>
415 Reviewed by Darin Adler.
417 https://bugs.webkit.org/show_bug.cgi?id=30291
419 Rebased results for existing test case fast/events/drag-and-drop.html
422 Now, we can run the part of the test when effectAllowed == "uninitialized".
424 * fast/events/drag-and-drop-expected.txt: Rebased results.
425 * fast/events/drag-and-drop.html: Removed notice about this bug (#30291).
427 2009-11-12 Chris Fleizach <cfleizach@apple.com>
429 Reviewed by Darin Adler.
431 ARIA: add alert type roles
432 https://bugs.webkit.org/show_bug.cgi?id=31392
434 * platform/mac/accessibility/aria-alerts-expected.txt: Added.
435 * platform/mac/accessibility/aria-alerts.html: Added.
437 2009-11-12 Andras Becsi <becsi.andras@stud.u-szeged.hu>
439 Rubber-stamped by Tor Arne Vestbø.
441 [Qt] Update outdated metrics in layout tests after change to Qt 4.6 on the buildbot.
443 * platform/qt/css1/basic/class_as_selector-expected.txt:
444 * platform/qt/css1/basic/comments-expected.txt:
445 * platform/qt/css1/basic/containment-expected.txt:
446 * platform/qt/css1/basic/contextual_selectors-expected.txt:
447 * platform/qt/css1/basic/grouping-expected.txt:
448 * platform/qt/css1/basic/id_as_selector-expected.txt:
449 * platform/qt/css1/basic/inheritance-expected.txt:
450 * platform/qt/css1/box_properties/acid_test-expected.txt:
451 * platform/qt/css1/box_properties/border-expected.txt:
452 * platform/qt/css1/box_properties/border_bottom-expected.txt:
453 * platform/qt/css1/box_properties/border_bottom_inline-expected.txt:
454 * platform/qt/css1/box_properties/border_bottom_width-expected.txt:
455 * platform/qt/css1/box_properties/border_bottom_width_inline-expected.txt:
456 * platform/qt/css1/box_properties/border_color-expected.txt:
457 * platform/qt/css1/box_properties/border_color_inline-expected.txt:
458 * platform/qt/css1/box_properties/border_inline-expected.txt:
459 * platform/qt/css1/box_properties/border_left-expected.txt:
460 * platform/qt/css1/box_properties/border_left_inline-expected.txt:
461 * platform/qt/css1/box_properties/border_left_width-expected.txt:
462 * platform/qt/css1/box_properties/border_left_width_inline-expected.txt:
463 * platform/qt/css1/box_properties/border_right-expected.txt:
464 * platform/qt/css1/box_properties/border_right_inline-expected.txt:
465 * platform/qt/css1/box_properties/border_right_width-expected.txt:
466 * platform/qt/css1/box_properties/border_right_width_inline-expected.txt:
467 * platform/qt/css1/box_properties/border_style-expected.txt:
468 * platform/qt/css1/box_properties/border_style_inline-expected.txt:
469 * platform/qt/css1/box_properties/border_top-expected.txt:
470 * platform/qt/css1/box_properties/border_top_inline-expected.txt:
471 * platform/qt/css1/box_properties/border_top_width-expected.txt:
472 * platform/qt/css1/box_properties/border_top_width_inline-expected.txt:
473 * platform/qt/css1/box_properties/border_width-expected.txt:
474 * platform/qt/css1/box_properties/border_width_inline-expected.txt:
475 * platform/qt/css1/box_properties/clear-expected.txt:
476 * platform/qt/css1/box_properties/clear_float-expected.txt:
477 * platform/qt/css1/box_properties/float-expected.txt:
478 * platform/qt/css1/box_properties/float_elements_in_series-expected.txt:
479 * platform/qt/css1/box_properties/float_margin-expected.txt:
480 * platform/qt/css1/box_properties/float_on_text_elements-expected.txt:
481 * platform/qt/css1/box_properties/height-expected.txt:
482 * platform/qt/css1/box_properties/margin-expected.txt:
483 * platform/qt/css1/box_properties/margin_bottom-expected.txt:
484 * platform/qt/css1/box_properties/margin_bottom_inline-expected.txt:
485 * platform/qt/css1/box_properties/margin_inline-expected.txt:
486 * platform/qt/css1/box_properties/margin_left-expected.txt:
487 * platform/qt/css1/box_properties/margin_left_inline-expected.txt:
488 * platform/qt/css1/box_properties/margin_right-expected.txt:
489 * platform/qt/css1/box_properties/margin_right_inline-expected.txt:
490 * platform/qt/css1/box_properties/margin_top-expected.txt:
491 * platform/qt/css1/box_properties/margin_top_inline-expected.txt:
492 * platform/qt/css1/box_properties/padding-expected.txt:
493 * platform/qt/css1/box_properties/padding_bottom-expected.txt:
494 * platform/qt/css1/box_properties/padding_bottom_inline-expected.txt:
495 * platform/qt/css1/box_properties/padding_inline-expected.txt:
496 * platform/qt/css1/box_properties/padding_left-expected.txt:
497 * platform/qt/css1/box_properties/padding_left_inline-expected.txt:
498 * platform/qt/css1/box_properties/padding_right-expected.txt:
499 * platform/qt/css1/box_properties/padding_right_inline-expected.txt:
500 * platform/qt/css1/box_properties/padding_top-expected.txt:
501 * platform/qt/css1/box_properties/padding_top_inline-expected.txt:
502 * platform/qt/css1/box_properties/width-expected.txt:
503 * platform/qt/css1/cascade/cascade_order-expected.txt:
504 * platform/qt/css1/cascade/important-expected.txt:
505 * platform/qt/css1/classification/display-expected.txt:
506 * platform/qt/css1/classification/list_style-expected.txt:
507 * platform/qt/css1/classification/list_style_image-expected.txt:
508 * platform/qt/css1/classification/list_style_position-expected.txt:
509 * platform/qt/css1/classification/list_style_type-expected.txt:
510 * platform/qt/css1/classification/white_space-expected.txt:
511 * platform/qt/css1/color_and_background/background-expected.txt:
512 * platform/qt/css1/color_and_background/background_attachment-expected.txt:
513 * platform/qt/css1/color_and_background/background_color-expected.txt:
514 * platform/qt/css1/color_and_background/background_image-expected.txt:
515 * platform/qt/css1/color_and_background/background_position-expected.txt:
516 * platform/qt/css1/color_and_background/background_repeat-expected.txt:
517 * platform/qt/css1/color_and_background/color-expected.txt:
518 * platform/qt/css1/conformance/forward_compatible_parsing-expected.txt:
519 * platform/qt/css1/font_properties/font-expected.txt:
520 * platform/qt/css1/font_properties/font_family-expected.txt:
521 * platform/qt/css1/font_properties/font_size-expected.txt:
522 * platform/qt/css1/font_properties/font_style-expected.txt:
523 * platform/qt/css1/font_properties/font_variant-expected.txt:
524 * platform/qt/css1/font_properties/font_weight-expected.txt:
525 * platform/qt/css1/formatting_model/canvas-expected.txt:
526 * platform/qt/css1/formatting_model/floating_elements-expected.txt:
527 * platform/qt/css1/formatting_model/height_of_lines-expected.txt:
528 * platform/qt/css1/formatting_model/horizontal_formatting-expected.txt:
529 * platform/qt/css1/formatting_model/inline_elements-expected.txt:
530 * platform/qt/css1/formatting_model/replaced_elements-expected.txt:
531 * platform/qt/css1/formatting_model/vertical_formatting-expected.txt:
532 * platform/qt/css1/pseudo/anchor-expected.txt:
533 * platform/qt/css1/pseudo/firstletter-expected.txt:
534 * platform/qt/css1/pseudo/firstline-expected.txt:
535 * platform/qt/css1/pseudo/multiple_pseudo_elements-expected.txt:
536 * platform/qt/css1/pseudo/pseudo_elements_in_selectors-expected.txt:
537 * platform/qt/css1/text_properties/letter_spacing-expected.txt:
538 * platform/qt/css1/text_properties/line_height-expected.txt:
539 * platform/qt/css1/text_properties/text_align-expected.txt:
540 * platform/qt/css1/text_properties/text_decoration-expected.txt:
541 * platform/qt/css1/text_properties/text_indent-expected.txt:
542 * platform/qt/css1/text_properties/text_transform-expected.txt:
543 * platform/qt/css1/text_properties/vertical_align-expected.txt:
544 * platform/qt/css1/text_properties/word_spacing-expected.txt:
545 * platform/qt/css1/units/color_units-expected.txt:
546 * platform/qt/css1/units/length_units-expected.txt:
547 * platform/qt/css1/units/percentage_units-expected.txt:
548 * platform/qt/css1/units/urls-expected.txt:
549 * platform/qt/css2.1/t040102-keywords-00-b-expected.txt:
550 * platform/qt/css2.1/t040102-keywords-01-b-expected.txt:
551 * platform/qt/css2.1/t040103-case-00-b-expected.txt:
552 * platform/qt/css2.1/t040103-case-01-c-expected.txt:
553 * platform/qt/css2.1/t040103-escapes-00-b-expected.txt:
554 * platform/qt/css2.1/t040103-escapes-01-b-expected.txt:
555 * platform/qt/css2.1/t040103-escapes-02-d-expected.txt:
556 * platform/qt/css2.1/t040103-escapes-03-b-expected.txt:
557 * platform/qt/css2.1/t040103-escapes-04-b-expected.txt:
558 * platform/qt/css2.1/t040103-escapes-05-c-expected.txt:
559 * platform/qt/css2.1/t040103-escapes-06-b-expected.txt:
560 * platform/qt/css2.1/t040103-escapes-07-b-expected.txt:
561 * platform/qt/css2.1/t040103-escapes-08-b-expected.txt:
562 * platform/qt/css2.1/t040103-ident-00-c-expected.txt:
563 * platform/qt/css2.1/t040103-ident-01-c-expected.txt:
564 * platform/qt/css2.1/t040103-ident-02-c-expected.txt:
565 * platform/qt/css2.1/t040103-ident-03-c-expected.txt:
566 * platform/qt/css2.1/t040103-ident-04-c-expected.txt:
567 * platform/qt/css2.1/t040103-ident-05-c-expected.txt:
568 * platform/qt/css2.1/t040103-ident-06-c-expected.txt:
569 * platform/qt/css2.1/t040103-ident-07-c-expected.txt:
570 * platform/qt/css2.1/t040103-ident-08-c-expected.txt:
571 * platform/qt/css2.1/t040103-ident-09-c-expected.txt:
572 * platform/qt/css2.1/t040103-ident-10-c-expected.txt:
573 * platform/qt/css2.1/t040103-ident-11-c-expected.txt:
574 * platform/qt/css2.1/t040103-ident-12-c-expected.txt:
575 * platform/qt/css2.1/t040103-ident-13-c-expected.txt:
576 * platform/qt/css2.1/t040105-atkeyw-00-b-expected.txt:
577 * platform/qt/css2.1/t040105-atkeyw-01-b-expected.txt:
578 * platform/qt/css2.1/t040105-atkeyw-02-b-expected.txt:
579 * platform/qt/css2.1/t040105-atrule-00-b-expected.txt:
580 * platform/qt/css2.1/t040105-atrule-01-b-expected.txt:
581 * platform/qt/css2.1/t040105-atrule-02-b-expected.txt:
582 * platform/qt/css2.1/t040105-atrule-03-b-expected.txt:
583 * platform/qt/css2.1/t040105-atrule-04-b-expected.txt:
584 * platform/qt/css2.1/t040105-import-00-b-expected.txt:
585 * platform/qt/css2.1/t040105-import-01-b-expected.txt:
586 * platform/qt/css2.1/t040109-c17-comments-00-b-expected.txt:
587 * platform/qt/css2.1/t040109-c17-comments-01-b-expected.txt:
588 * platform/qt/css2.1/t0402-c71-fwd-parsing-00-f-expected.txt:
589 * platform/qt/css2.1/t0402-c71-fwd-parsing-01-f-expected.txt:
590 * platform/qt/css2.1/t0402-c71-fwd-parsing-02-f-expected.txt:
591 * platform/qt/css2.1/t0402-c71-fwd-parsing-03-f-expected.txt:
592 * platform/qt/css2.1/t0402-c71-fwd-parsing-04-f-expected.txt:
593 * platform/qt/css2.1/t0402-syntax-01-f-expected.txt:
594 * platform/qt/css2.1/t0402-syntax-02-f-expected.txt:
595 * platform/qt/css2.1/t0402-syntax-03-f-expected.txt:
596 * platform/qt/css2.1/t0402-syntax-04-f-expected.txt:
597 * platform/qt/css2.1/t0402-syntax-05-f-expected.txt:
598 * platform/qt/css2.1/t0402-syntax-06-f-expected.txt:
599 * platform/qt/css2.1/t040302-c61-ex-len-00-b-a-expected.txt:
600 * platform/qt/css2.1/t040302-c61-phys-len-00-b-expected.txt:
601 * platform/qt/css2.1/t040302-c61-rel-len-00-b-ag-expected.txt:
602 * platform/qt/css2.1/t040304-c64-uri-00-a-g-expected.txt:
603 * platform/qt/css2.1/t040306-c63-color-00-b-ag-expected.txt:
604 * platform/qt/css2.1/t040306-syntax-01-f-expected.txt:
605 * platform/qt/css2.1/t040307-syntax-01-b-expected.txt:
606 * platform/qt/css2.1/t1202-counter-00-b-expected.txt:
607 * platform/qt/css2.1/t1202-counter-01-b-expected.txt:
608 * platform/qt/css2.1/t1202-counter-02-b-expected.txt:
609 * platform/qt/css2.1/t1202-counter-03-b-expected.txt:
610 * platform/qt/css2.1/t1202-counter-04-b-expected.txt:
611 * platform/qt/css2.1/t1202-counter-05-b-expected.txt:
612 * platform/qt/css2.1/t1202-counter-06-b-expected.txt:
613 * platform/qt/css2.1/t1202-counter-07-b-expected.txt:
614 * platform/qt/css2.1/t1202-counter-08-b-expected.txt:
615 * platform/qt/css2.1/t1202-counter-09-b-expected.txt:
616 * platform/qt/css2.1/t1202-counter-11-b-expected.txt:
617 * platform/qt/css2.1/t1202-counter-12-b-expected.txt:
618 * platform/qt/css2.1/t1202-counter-13-b-expected.txt:
619 * platform/qt/css2.1/t1202-counter-14-b-expected.txt:
620 * platform/qt/css2.1/t1202-counter-15-b-expected.txt:
621 * platform/qt/css2.1/t1202-counter-16-f-expected.txt:
622 * platform/qt/css2.1/t1202-counters-00-b-expected.txt:
623 * platform/qt/css2.1/t1202-counters-01-b-expected.txt:
624 * platform/qt/css2.1/t1202-counters-02-b-expected.txt:
625 * platform/qt/css2.1/t1202-counters-03-b-expected.txt:
626 * platform/qt/css2.1/t1202-counters-05-b-expected.txt:
627 * platform/qt/css2.1/t1202-counters-06-b-expected.txt:
628 * platform/qt/css2.1/t1202-counters-07-b-expected.txt:
629 * platform/qt/css2.1/t1202-counters-08-b-expected.txt:
630 * platform/qt/css2.1/t1202-counters-09-b-expected.txt:
631 * platform/qt/css2.1/t1202-counters-11-b-expected.txt:
632 * platform/qt/css2.1/t1202-counters-12-b-expected.txt:
633 * platform/qt/css2.1/t1202-counters-13-b-expected.txt:
634 * platform/qt/css2.1/t1202-counters-14-b-expected.txt:
635 * platform/qt/css2.1/t1202-counters-15-b-expected.txt:
636 * platform/qt/css2.1/t1202-counters-16-c-expected.txt:
637 * platform/qt/css2.1/t1202-counters-17-d-expected.txt:
638 * platform/qt/css2.1/t1202-counters-18-f-expected.txt:
639 * platform/qt/css2.1/t1205-c561-list-displ-00-b-expected.txt:
640 * platform/qt/css2.1/t1205-c563-list-type-00-b-expected.txt:
641 * platform/qt/css2.1/t1205-c563-list-type-01-b-expected.txt:
642 * platform/qt/css2.1/t1205-c564-list-img-00-b-g-expected.txt:
643 * platform/qt/css2.1/t1205-c565-list-pos-00-b-expected.txt:
644 * platform/qt/css2.1/t1205-c566-list-stl-01-c-g-expected.txt:
645 * platform/qt/css2.1/t140201-c532-bgcolor-00-a-expected.txt:
646 * platform/qt/css2.1/t140201-c532-bgcolor-01-b-expected.txt:
647 * platform/qt/css2.1/t140201-c533-bgimage-00-a-expected.txt:
648 * platform/qt/css2.1/t140201-c533-bgimage-01-b-g-expected.txt:
649 * platform/qt/css2.1/t140201-c534-bgre-00-b-ag-expected.txt:
650 * platform/qt/css2.1/t140201-c535-bg-fixd-00-b-g-expected.txt:
651 * platform/qt/css2.1/t140201-c536-bgpos-00-b-ag-expected.txt:
652 * platform/qt/css2.1/t1503-c522-font-family-00-b-expected.txt:
653 * platform/qt/css2.1/t1504-c523-font-style-00-b-expected.txt:
654 * platform/qt/css2.1/t1504-c543-txt-decor-00-d-g-expected.txt:
655 * platform/qt/css2.1/t1505-c524-font-var-00-b-expected.txt:
656 * platform/qt/css2.1/t1506-c525-font-wt-00-b-expected.txt:
657 * platform/qt/css2.1/t1507-c526-font-sz-00-b-expected.txt:
658 * platform/qt/css2.1/t1507-c526-font-sz-01-b-a-expected.txt:
659 * platform/qt/css2.1/t1507-c526-font-sz-02-b-a-expected.txt:
660 * platform/qt/css2.1/t1507-c526-font-sz-03-f-a-expected.txt:
661 * platform/qt/css2.1/t1508-c527-font-00-b-expected.txt:
662 * platform/qt/css2.1/t1508-c527-font-01-b-expected.txt:
663 * platform/qt/css2.1/t1508-c527-font-02-b-expected.txt:
664 * platform/qt/css2.1/t1508-c527-font-03-b-expected.txt:
665 * platform/qt/css2.1/t1508-c527-font-04-b-expected.txt:
666 * platform/qt/css2.1/t1508-c527-font-05-b-expected.txt:
667 * platform/qt/css2.1/t1508-c527-font-06-b-expected.txt:
668 * platform/qt/css2.1/t1508-c527-font-07-b-expected.txt:
669 * platform/qt/css2.1/t1508-c527-font-08-b-expected.txt:
670 * platform/qt/css2.1/t1508-c527-font-09-b-expected.txt:
671 * platform/qt/css2.1/t1508-c527-font-10-c-expected.txt:
672 * platform/qt/css2.1/t170602-bdr-conflct-w-00-d-expected.txt:
673 * platform/qt/css2.1/t170602-bdr-conflct-w-01-d-expected.txt:
674 * platform/qt/css2.1/t170602-bdr-conflct-w-02-d-expected.txt:
675 * platform/qt/css2.1/t170602-bdr-conflct-w-03-d-expected.txt:
676 * platform/qt/css2.1/t170602-bdr-conflct-w-04-d-expected.txt:
677 * platform/qt/css2.1/t170602-bdr-conflct-w-05-d-expected.txt:
678 * platform/qt/css2.1/t170602-bdr-conflct-w-06-d-expected.txt:
679 * platform/qt/css2.1/t170602-bdr-conflct-w-07-d-expected.txt:
680 * platform/qt/css2.1/t170602-bdr-conflct-w-08-d-expected.txt:
681 * platform/qt/css2.1/t170602-bdr-conflct-w-09-d-expected.txt:
682 * platform/qt/css2.1/t170602-bdr-conflct-w-10-d-expected.txt:
683 * platform/qt/css2.1/t170602-bdr-conflct-w-11-d-expected.txt:
684 * platform/qt/css2.1/t170602-bdr-conflct-w-12-d-expected.txt:
685 * platform/qt/css2.1/t170602-bdr-conflct-w-13-d-expected.txt:
686 * platform/qt/css2.1/t170602-bdr-conflct-w-14-d-expected.txt:
687 * platform/qt/css2.1/t170602-bdr-conflct-w-15-d-expected.txt:
688 * platform/qt/css2.1/t170602-bdr-conflct-w-16-d-expected.txt:
689 * platform/qt/css2.1/t170602-bdr-conflct-w-17-d-expected.txt:
690 * platform/qt/css2.1/t170602-bdr-conflct-w-18-d-expected.txt:
691 * platform/qt/css2.1/t170602-bdr-conflct-w-19-d-expected.txt:
692 * platform/qt/css2.1/t170602-bdr-conflct-w-20-d-expected.txt:
693 * platform/qt/css2.1/t170602-bdr-conflct-w-21-d-expected.txt:
694 * platform/qt/css2.1/t170602-bdr-conflct-w-22-d-expected.txt:
695 * platform/qt/css2.1/t170602-bdr-conflct-w-23-d-expected.txt:
696 * platform/qt/css2.1/t170602-bdr-conflct-w-24-d-expected.txt:
697 * platform/qt/css2.1/t170602-bdr-conflct-w-25-d-expected.txt:
698 * platform/qt/css2.1/t170602-bdr-conflct-w-26-d-expected.txt:
699 * platform/qt/css2.1/t170602-bdr-conflct-w-27-d-expected.txt:
700 * platform/qt/css2.1/t170602-bdr-conflct-w-28-d-expected.txt:
701 * platform/qt/css2.1/t170602-bdr-conflct-w-29-d-expected.txt:
702 * platform/qt/css2.1/t170602-bdr-conflct-w-30-d-expected.txt:
703 * platform/qt/css2.1/t170602-bdr-conflct-w-31-d-expected.txt:
704 * platform/qt/css2.1/t170602-bdr-conflct-w-32-d-expected.txt:
705 * platform/qt/css2.1/t170602-bdr-conflct-w-33-d-expected.txt:
706 * platform/qt/css2.1/t170602-bdr-conflct-w-34-d-expected.txt:
707 * platform/qt/css2.1/t170602-bdr-conflct-w-35-d-expected.txt:
708 * platform/qt/css2.1/t170602-bdr-conflct-w-36-d-expected.txt:
709 * platform/qt/css2.1/t170602-bdr-conflct-w-37-d-expected.txt:
710 * platform/qt/css2.1/t170602-bdr-conflct-w-38-d-expected.txt:
711 * platform/qt/css2.1/t170602-bdr-conflct-w-39-d-expected.txt:
712 * platform/qt/css2.1/t170602-bdr-conflct-w-40-d-expected.txt:
713 * platform/qt/css2.1/t170602-bdr-conflct-w-41-d-expected.txt:
714 * platform/qt/css2.1/t170602-bdr-conflct-w-42-d-expected.txt:
715 * platform/qt/css2.1/t170602-bdr-conflct-w-43-d-expected.txt:
716 * platform/qt/css2.1/t170602-bdr-conflct-w-44-d-expected.txt:
717 * platform/qt/css2.1/t170602-bdr-conflct-w-45-d-expected.txt:
718 * platform/qt/css2.1/t170602-bdr-conflct-w-46-d-expected.txt:
719 * platform/qt/css2.1/t170602-bdr-conflct-w-47-d-expected.txt:
720 * platform/qt/css2.1/t170602-bdr-conflct-w-48-d-expected.txt:
721 * platform/qt/css2.1/t170602-bdr-conflct-w-49-d-expected.txt:
722 * platform/qt/editing/inserting/break-blockquote-after-delete-expected.txt:
723 * platform/qt/fast/backgrounds/001-expected.txt:
724 * platform/qt/fast/backgrounds/animated-svg-as-background-expected.txt:
725 * platform/qt/fast/backgrounds/background-inherit-color-bug-expected.txt:
726 * platform/qt/fast/backgrounds/background-origin-root-element-expected.txt:
727 * platform/qt/fast/backgrounds/background-position-1-expected.txt:
728 * platform/qt/fast/backgrounds/background-position-rounding-expected.txt:
729 * platform/qt/fast/backgrounds/body-generated-image-propagated-to-root-expected.txt:
730 * platform/qt/fast/backgrounds/mask-composite-expected.txt:
731 * platform/qt/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.txt:
732 * platform/qt/fast/backgrounds/repeat/negative-offset-repeat-expected.txt:
733 * platform/qt/fast/backgrounds/repeat/noRepeatCorrectClip-expected.txt:
734 * platform/qt/fast/backgrounds/size/backgroundSize15-expected.txt:
735 * platform/qt/fast/backgrounds/size/zero-expected.txt:
736 * platform/qt/fast/backgrounds/solid-color-context-restore-expected.txt:
737 * platform/qt/fast/backgrounds/svg-as-background-1-expected.txt:
738 * platform/qt/fast/backgrounds/svg-as-background-2-expected.txt:
739 * platform/qt/fast/backgrounds/svg-as-background-3-expected.txt:
740 * platform/qt/fast/backgrounds/svg-as-background-4-expected.txt:
741 * platform/qt/fast/backgrounds/svg-as-background-5-expected.txt:
742 * platform/qt/fast/backgrounds/svg-as-background-6-expected.txt:
743 * platform/qt/fast/block/float/avoidance-percent-width-compat-expected.txt:
744 * platform/qt/fast/block/float/avoidance-percent-width-strict-expected.txt:
745 * platform/qt/fast/block/margin-collapse/block-inside-inline/001-expected.txt:
746 * platform/qt/fast/block/margin-collapse/block-inside-inline/002-expected.txt:
747 * platform/qt/fast/block/margin-collapse/block-inside-inline/003-expected.txt:
748 * platform/qt/fast/block/margin-collapse/block-inside-inline/004-expected.txt:
749 * platform/qt/fast/block/margin-collapse/block-inside-inline/005-expected.txt:
750 * platform/qt/fast/block/margin-collapse/block-inside-inline/006-expected.txt:
751 * platform/qt/fast/block/margin-collapse/block-inside-inline/010-expected.txt:
752 * platform/qt/fast/block/margin-collapse/block-inside-inline/011-expected.txt:
753 * platform/qt/fast/block/margin-collapse/block-inside-inline/012-expected.txt:
754 * platform/qt/fast/block/margin-collapse/block-inside-inline/015-expected.txt:
755 * platform/qt/fast/block/margin-collapse/block-inside-inline/016-expected.txt:
756 * platform/qt/fast/block/margin-collapse/block-inside-inline/017-expected.txt:
757 * platform/qt/fast/block/margin-collapse/block-inside-inline/018-expected.txt:
758 * platform/qt/fast/block/margin-collapse/block-inside-inline/019-expected.txt:
759 * platform/qt/fast/block/margin-collapse/block-inside-inline/020-expected.txt:
760 * platform/qt/fast/block/margin-collapse/block-inside-inline/021-expected.txt:
761 * platform/qt/fast/block/margin-collapse/block-inside-inline/022-expected.txt:
762 * platform/qt/fast/block/margin-collapse/block-inside-inline/025-expected.txt:
763 * platform/qt/fast/borders/border-radius-constraints-expected.txt:
764 * platform/qt/fast/borders/border-radius-split-inline-expected.txt:
765 * platform/qt/fast/box-shadow/basic-shadows-expected.txt:
766 * platform/qt/fast/box-shadow/inset-expected.txt:
767 * platform/qt/fast/box-shadow/transform-fringing-expected.txt:
768 * platform/qt/fast/canvas/canvas-before-css-expected.txt:
769 * platform/qt/fast/canvas/canvas-composite-expected.txt:
770 * platform/qt/fast/canvas/canvas-empty-image-pattern-expected.txt:
771 * platform/qt/fast/canvas/canvas-transform-identity-expected.txt:
772 * platform/qt/fast/canvas/canvas-transform-infinity-expected.txt:
773 * platform/qt/fast/canvas/canvas-transform-multiply-expected.txt:
774 * platform/qt/fast/canvas/canvas-transform-nan-expected.txt:
775 * platform/qt/fast/canvas/canvas-transform-non-invertible-expected.txt:
776 * platform/qt/fast/canvas/canvas-transform-skewed-expected.txt:
777 * platform/qt/fast/canvas/canvas-transforms-during-path-expected.txt:
778 * platform/qt/fast/canvas/canvas-zoom-expected.txt:
779 * platform/qt/fast/canvas/drawImage-expected.txt:
780 * platform/qt/fast/canvas/drawImage-with-globalAlpha-expected.txt:
781 * platform/qt/fast/canvas/image-pattern-rotate-expected.txt:
782 * platform/qt/fast/canvas/shadow-offset-1-expected.txt:
783 * platform/qt/fast/canvas/shadow-offset-2-expected.txt:
784 * platform/qt/fast/canvas/shadow-offset-3-expected.txt:
785 * platform/qt/fast/canvas/shadow-offset-4-expected.txt:
786 * platform/qt/fast/canvas/shadow-offset-5-expected.txt:
787 * platform/qt/fast/canvas/shadow-offset-6-expected.txt:
788 * platform/qt/fast/canvas/shadow-offset-7-expected.txt:
789 * platform/qt/fast/css/attribute-selector-dynamic-expected.txt:
790 * platform/qt/fast/css/font-smoothing-expected.txt:
791 * platform/qt/fast/css/getComputedStyle/marginComputedStyle-expected.txt:
792 * platform/qt/fast/css/nested-floating-relative-position-percentages-expected.txt:
793 * platform/qt/fast/css/nth-child-dynamic-expected.txt:
794 * platform/qt/fast/css/pseudo-cache-stale-expected.txt:
795 * platform/qt/fast/css/rem-dynamic-scaling-expected.txt:
796 * platform/qt/fast/css/rem-units-on-root-expected.txt:
797 * platform/qt/fast/css/text-input-with-webkit-border-radius-expected.txt:
798 * platform/qt/fast/css/text-rendering-expected.txt:
799 * platform/qt/fast/doctypes/001-expected.txt:
800 * platform/qt/fast/doctypes/002-expected.txt:
801 * platform/qt/fast/doctypes/004-expected.txt:
802 * platform/qt/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.txt:
803 * platform/qt/fast/dynamic/anchor-lock-expected.txt:
804 * platform/qt/fast/dynamic/genContentDestroyChildren-expected.txt:
805 * platform/qt/fast/dynamic/window-resize-scrollbars-test-expected.txt:
806 * platform/qt/fast/dynamic/window-scrollbars-test-expected.txt:
807 * platform/qt/fast/forms/basic-buttons-expected.txt:
808 * platform/qt/fast/forms/basic-inputs-expected.txt:
809 * platform/qt/fast/forms/button-style-color-expected.txt:
810 * platform/qt/fast/forms/isindex-placeholder-expected.txt:
811 * platform/qt/fast/forms/menulist-style-color-expected.txt:
812 * platform/qt/fast/forms/search-vertical-alignment-expected.txt:
813 * platform/qt/fast/forms/text-style-color-expected.txt:
814 * platform/qt/fast/forms/textarea-placeholder-pseudo-style-expected.txt:
815 * platform/qt/fast/forms/textarea-placeholder-set-attribute-expected.txt:
816 * platform/qt/fast/forms/textarea-placeholder-set-value-expected.txt:
817 * platform/qt/fast/frames/frame-navigation-expected.txt:
818 * platform/qt/fast/frames/frame-scrolling-attribute-expected.txt:
819 * platform/qt/fast/frames/frameset-style-recalc-expected.txt:
820 * platform/qt/fast/frames/iframe-scrolling-attribute-expected.txt:
821 * platform/qt/fast/frames/viewsource-on-image-file-expected.txt:
822 * platform/qt/fast/gradients/crash-on-zero-radius-expected.txt:
823 * platform/qt/fast/history/clicked-link-is-visited-expected.txt:
824 * platform/qt/fast/images/animated-gif-with-offsets-expected.txt:
825 * platform/qt/fast/images/image-in-map-expected.txt:
826 * platform/qt/fast/images/svg-as-background-expected.txt:
827 * platform/qt/fast/images/svg-width-100p-as-background-expected.txt:
828 * platform/qt/fast/lists/ol-start-parsing-expected.txt:
829 * platform/qt/fast/multicol/positioned-with-constrained-height-expected.txt:
830 * platform/qt/fast/overflow/overflow-with-local-background-attachment-expected.txt:
831 * platform/qt/fast/overflow/position-fixed-transform-clipping-expected.txt:
832 * platform/qt/fast/reflections/abs-position-in-reflection-expected.txt:
833 * platform/qt/fast/reflections/transparent-reflected-sublayers-expected.txt:
834 * platform/qt/fast/repaint/line-in-scrolled-clipped-block-expected.txt:
835 * platform/qt/fast/repaint/rel-positioned-inline-with-overflow-expected.txt:
836 * platform/qt/fast/table/fixed-table-with-percent-inside-percent-table-expected.txt:
837 * platform/qt/fast/table/fixed-table-with-percent-width-inside-auto-table-expected.txt:
838 * platform/qt/fast/table/fixed-table-with-percent-width-inside-div-expected.txt:
839 * platform/qt/fast/table/fixed-table-with-percent-width-inside-extra-large-div-expected.txt:
840 * platform/qt/fast/table/fixed-table-with-percent-width-inside-fixed-width-table-expected.txt:
841 * platform/qt/fast/table/fixed-table-with-small-percent-width-expected.txt:
842 * platform/qt/fast/text/international/hindi-whitespace-expected.txt:
843 * platform/qt/fast/text/international/khmer-selection-expected.txt:
844 * platform/qt/fast/text/shadow-translucent-fill-expected.txt:
845 * platform/qt/fast/text/text-letter-spacing-expected.txt:
846 * platform/qt/fast/transforms/bounding-rect-zoom-expected.txt:
847 * platform/qt/fast/xsl/document-function-expected.txt:
848 * platform/qt/plugins/netscape-dom-access-expected.txt:
849 * platform/qt/svg/custom/createImageElement2-expected.txt:
850 * platform/qt/svg/filters/feComposite-expected.txt:
851 * platform/qt/svg/filters/sourceAlpha-expected.txt:
852 * platform/qt/tables/mozilla/bugs/adforce_imgis_com-expected.txt:
853 * platform/qt/tables/mozilla/bugs/bug196870-expected.txt:
854 * platform/qt/tables/mozilla/bugs/bug56201-expected.txt:
855 * platform/qt/tables/mozilla/bugs/bug92647-2-expected.txt:
856 * platform/qt/tables/mozilla/other/slashlogo-expected.txt:
857 * platform/qt/tables/mozilla_expected_failures/bugs/bug23847-expected.txt:
859 2009-11-12 Shinichiro Hamaji <hamaji@chromium.org>
861 Unreviewed test fix by skipping a new test introduced in
862 https://bugs.webkit.org/show_bug.cgi?id=22249
864 * platform/gtk/Skipped:
865 * platform/qt/Skipped:
866 * platform/win/Skipped:
868 2009-11-12 Yuta Kitamura <yutak@chromium.org>
870 Reviewed by Eric Seidel.
872 Prevent text inside a multi-column block from being split into columns.
874 If the tentative height of a multi-column block was too small, we need to
875 expand the block height and try to layout again, in order to prevent text
876 from being split into different columns.
878 CSS Multicolumn text is split awkwardly
879 https://bugs.webkit.org/show_bug.cgi?id=22249
881 * fast/multicol/single-line.html: Added.
882 * fast/multicol/single-line-expected.checksum: Added.
883 * fast/multicol/single-line-expected.png: Added.
884 * fast/multicol/single-line-expected.txt: Added.
886 2009-11-11 Kent Tamura <tkent@chromium.org>
888 Reviewed by Darin Adler.
890 A test for a bug that RenderFileUploadControl isn't initialized with
891 multiple files. This test is skipped on ports which have no
892 eventSender.beginDragWithFiles().
893 https://bugs.webkit.org/show_bug.cgi?id=31195
895 * fast/forms/input-file-re-render.html: Added.
896 * platform/gtk/Skipped:
897 * platform/mac/fast/forms/input-file-re-render-expected.checksum: Added.
898 * platform/mac/fast/forms/input-file-re-render-expected.png: Added.
899 * platform/mac/fast/forms/input-file-re-render-expected.txt: Added.
900 * platform/qt/Skipped:
901 * platform/win/Skipped:
903 2009-11-11 Daniel Bates <dbates@webkit.org>
905 Reviewed by Eric Seidel.
907 https://bugs.webkit.org/show_bug.cgi?id=31326
909 Makes the output for test fast/events/drag-and-drop.html pretty.
910 Now, it is easier to read for a human to read understand the results.
912 * fast/events/drag-and-drop-expected.txt: Rebased result.
913 * fast/events/drag-and-drop.html: Modified to make the output pretty.
915 2009-11-11 Chris Fleizach <cfleizach@apple.com>
917 Reviewed by Oliver Hunt.
919 need to implement aria tree roles
920 https://bugs.webkit.org/show_bug.cgi?id=31284
922 * accessibility/aria-readonly-expected.txt:
923 * accessibility/aria-readonly.html:
924 * platform/mac/accessibility/aria-multiselectable-expected.txt: Added.
925 * platform/mac/accessibility/aria-multiselectable.html: Added.
926 * platform/mac/accessibility/aria-tree-expected.txt: Added.
927 * platform/mac/accessibility/aria-tree.html: Added.
928 * platform/mac/accessibility/content-editable-expected.txt:
929 * platform/mac/accessibility/radio-button-group-members-expected.txt:
931 2009-11-11 Fumitoshi Ukai <ukai@chromium.org>
933 Reviewed by Alexey Proskuryakov.
935 Fix WebSocket frame parser of frame_type with high-order bit set.
936 https://bugs.webkit.org/show_bug.cgi?id=30668
938 * websocket/tests/frame-length-longer-than-buffer-expected.txt: Added.
939 * websocket/tests/frame-length-longer-than-buffer.html: Added.
940 * websocket/tests/frame-length-longer-than-buffer_wsh.py: Added.
941 * websocket/tests/frame-length-skip-expected.txt: Added.
942 * websocket/tests/frame-length-skip.html: Added.
943 * websocket/tests/frame-length-skip_wsh.py: Added.
944 * websocket/tests/script-tests/frame-length-longer-than-buffer.js: Added.
945 * websocket/tests/script-tests/frame-length-skip.js: Added.
947 2009-11-11 Csaba Osztrogonác <ossy@webkit.org>
949 Put tests into skiplist added in r50830 and r50839 because
950 layoutTestController.showWebInspector() is unimplemented now.
952 * platform/qt/Skipped:
954 2009-11-11 Dirk Pranke <dpranke@chromium.org>
956 Reviewed by Dmitry Titov.
958 Rewrite the test to run on a wider variety of screen configurations
961 https://bugs.webkit.org/show_bug.cgi?id=31373
963 * fast/dom/Window/window-screen-properties-expected.txt:
964 * fast/dom/Window/window-screen-properties.html:
965 * platform/win/fast/dom/Window/window-screen-properties-expected.txt: Removed.
967 2009-11-11 Beth Dakin <bdakin@apple.com>
969 Reviewed by Simon Fraser.
971 Tests for https://bugs.webkit.org/show_bug.cgi?id=31382
972 Make -webkit-color-correction work with shadows
974 * fast/css/color-correction-on-box-shadow.html: Added.
975 * fast/css/color-correction-on-text-shadow.html: Added.
976 * platform/mac/fast/css/color-correction-on-box-shadow-expected.checksum: Added.
977 * platform/mac/fast/css/color-correction-on-box-shadow-expected.png: Added.
978 * platform/mac/fast/css/color-correction-on-box-shadow-expected.txt: Added.
979 * platform/mac/fast/css/color-correction-on-text-shadow-expected.checksum: Added.
980 * platform/mac/fast/css/color-correction-on-text-shadow-expected.png: Added.
981 * platform/mac/fast/css/color-correction-on-text-shadow-expected.txt: Added.
983 2009-11-11 Kent Tamura <tkent@chromium.org>
985 Reviewed by Darin Adler.
987 Print the file text of a file upload control in DumpRenderTree for ease of tests.
988 https://bugs.webkit.org/show_bug.cgi?id=31195
990 * platform/mac-leopard/fast/forms/file-input-disabled-expected.txt:
991 * platform/mac/fast/forms/box-shadow-override-expected.txt:
992 * platform/mac/fast/forms/file-input-direction-expected.txt:
993 * platform/mac/fast/forms/file-input-disabled-expected.txt:
994 * platform/mac/fast/forms/form-element-geometry-expected.txt:
995 * platform/mac/fast/forms/hidden-input-file-expected.txt:
996 * platform/mac/fast/forms/input-appearance-height-expected.txt:
997 * platform/mac/fast/forms/input-value-expected.txt:
998 * platform/win/fast/forms/box-shadow-override-expected.txt:
999 * platform/win/fast/forms/file-input-disabled-expected.txt:
1000 * platform/win/fast/forms/input-appearance-height-expected.txt:
1001 * platform/win/fast/forms/input-value-expected.txt:
1003 2009-11-11 Erik Arvidsson <arv@chromium.org>
1005 Reviewed by Dmitri Titov.
1007 Fix layout test to not call onload on the wrong window after image has
1008 been dropped onto the iframe.
1009 https://bugs.webkit.org/show_bug.cgi?id=30893
1011 * editing/selection/drag-to-contenteditable-iframe.html:
1013 2009-11-11 Brian Weinstein <bweinstein@apple.com>
1015 Reviewed by Beth Dakin.
1017 Unskip the webkit-color-correction tests because the workaround of using
1018 the deviceRGBColorSpace allows the tests to pass on Windows.
1020 * platform/win/Skipped:
1022 2009-11-11 Brian Weinstein <bweinstein@apple.com>
1024 Reviewed by Darin Adler.
1026 Skip the webkit-color-correction tests because they crash on Windows
1027 due to a CoreGraphics bug.
1029 * platform/win/Skipped:
1031 2009-11-11 Eric Z. Ayers <zundel@google.com>
1033 Reviewed by Pavel Feldman.
1035 Timeline tests for records generated for
1036 Layout, Paint, ParseHTML, MarkTimeline, and Style Recalculation
1038 https://bugs.webkit.org/show_bug.cgi?id=31361
1040 * inspector/timeline-layout-expected.txt: Added.
1041 * inspector/timeline-layout.html: Added.
1042 * inspector/timeline-mark-timeline-expected.txt: Added.
1043 * inspector/timeline-mark-timeline.html: Added.
1044 * inspector/timeline-paint-expected.txt: Added.
1045 * inspector/timeline-paint.html: Added.
1046 * inspector/timeline-parse-html-expected.txt: Added.
1047 * inspector/timeline-parse-html.html: Added.
1048 * inspector/timeline-recalculate-styles-expected.txt: Added.
1049 * inspector/timeline-recalculate-styles.html: Added.
1051 2009-11-11 Jessie Berlin <jberlin@webkit.org>
1053 Reviewed by Timothy Hatcher.
1055 Display the correct summary in the web inspector for the padding
1056 shorthand. Also corrects the summaries for the border-color,
1057 border-width, border-style, and margin shorthands.
1059 https://bugs.webkit.org/show_bug.cgi?id=7987
1061 * fast/css/shorthands-four-values-expected.txt: Added.
1062 * fast/css/shorthands-four-values.html: Added.
1064 2009-11-11 Eric Z. Ayers <zundel@google.com>
1066 Reviewed by Pavel Feldman.
1068 Added a test of an externally loaded script tag for Inspector
1070 Fixed identity comparisons.
1072 https://bugs.webkit.org/show_bug.cgi?id=31365
1074 * inspector/timeline-script-tag-1.html:
1075 * inspector/timeline-script-tag-2-expected.txt: Added.
1076 * inspector/timeline-script-tag-2.html: Added.
1077 * inspector/timeline-script-tag-2.js: Added.
1078 * inspector/timeline-test.js:
1080 (timelineAgentTypeToString):
1082 2009-11-11 Antonio Gomes <tonikitoo@webkit.org>
1084 Rubber-stamped by Kenneth Christiansen.
1086 Grouping some of the current skipped plugin tests that fail
1087 due to the same reason: no support for objective-c functions.
1089 * platform/qt/Skipped:
1091 2009-11-11 Daniel Bates <dbates@webkit.org>
1093 Reviewed by Eric Seidel.
1095 https://bugs.webkit.org/show_bug.cgi?id=31334
1097 We should skip the test case /fast/events/drag-and-drop-fire-drag-dragover.html
1098 on both the Qt and GTK builds since there are issues with drag-and-drop support
1101 For Qt: https://bugs.webkit.org/show_bug.cgi?id=31332
1102 For GTK: https://bugs.webkit.org/show_bug.cgi?id=30576
1104 * platform/gtk/Skipped: Skip test case /fast/events/drag-and-drop-fire-drag-dragover.html
1105 since there are issues with drag-and-drop support in both GTK and Qt.
1106 * platform/qt/Skipped: Ditto.
1108 2009-11-11 Yuta Kitamura <yutak@chromium.org>
1110 Reviewed by Eric Seidel.
1112 Convert LayoutTests/fast/inline/dirtyLinesForInline.html into dumpAsText.
1114 This test checks if the browser crashes after some operations. It doesn't test
1115 any other interesting features, so we can safely make it a dumpAsText test.
1117 https://bugs.webkit.org/show_bug.cgi?id=31335
1119 * fast/inline/dirtyLinesForInline-expected.txt: Added.
1120 * fast/inline/dirtyLinesForInline.html: Added dumpAsText().
1121 * platform/mac/fast/inline/dirtyLinesForInline-expected.checksum: Removed.
1122 * platform/mac/fast/inline/dirtyLinesForInline-expected.png: Removed.
1123 * platform/mac/fast/inline/dirtyLinesForInline-expected.txt: Removed.
1125 2009-11-11 Eric Z. Ayers <zundel@google.com>
1127 Reviewed by Timothy Hatcher.
1129 Adds a test that dumps the timeline data for a simple script tag.
1131 https://bugs.webkit.org/show_bug.cgi?id=31204
1133 * inspector/inspector-test.js:
1135 * inspector/timeline-script-tag-1-expected.txt: Added.
1136 * inspector/timeline-script-tag-1.html: Added.
1137 * inspector/timeline-test.js: Added.
1138 (retrieveTimelineData):
1140 (dumpTimelineRecords):
1141 (printTimelineRecordProperties):
1142 (isNonDeterministicProp):
1144 (isTimelineOverheadRecord):
1145 (markTimelineRecordAsOverhead):
1146 (timelineAgentTypeToString):
1147 (frontend_startTimelineProfiler.window.WebInspector.addRecordToTimeline):
1148 (frontend_startTimelineProfiler):
1149 (frontend_getTimelineResults):
1152 2009-11-11 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1154 Unreviewed. Skipping new tests.
1156 * platform/gtk/Skipped:
1158 2009-11-11 Yuzo Fujishima <yuzo@google.com>
1160 Reviewed by David Levin.
1162 Add a test for web socket handshake error.
1164 https://bugs.webkit.org/show_bug.cgi?id=31336
1166 * websocket/tests/handshake-error-expected.txt: Added.
1167 * websocket/tests/handshake-error.html: Added.
1168 * websocket/tests/handshake-error_wsh.py: Added.
1169 * websocket/tests/script-tests/handshake-error.js: Added.
1176 2009-11-11 Yuzo Fujishima <yuzo@google.com>
1178 Reviewed by David Levin.
1180 Add a simple web socket test. This tests basic features of Web Socket.
1181 This also serves as an example of Web Socket tests.
1183 https://bugs.webkit.org/show_bug.cgi?id=27492
1185 * platform/gtk/Skipped:
1186 * platform/mac/Skipped:
1187 * platform/qt/Skipped:
1188 * platform/win/Skipped:
1189 * websocket/tests/resources/simple.js: Added.
1194 * websocket/tests/simple-expected.txt: Added.
1195 * websocket/tests/simple.html: Added.
1196 * websocket/tests/simple_wsh.py: Added.
1198 2009-11-11 Philippe Normand <pnormand@igalia.com>
1200 Reviewed by Xan Lopez.
1202 https://bugs.webkit.org/show_bug.cgi?id=30221
1203 [GTK] fails to load media embedded in iframe element
1205 * platform/gtk/Skipped: Unskip fixed tests.
1207 2009-11-10 Roland Steiner <rolandsteiner@chromium.org>
1209 Reviewed by Eric Seidel.
1211 Re-baselined layout test results for Windows for tests in fast/ruby.
1212 (see https://bugs.webkit.org/show_bug.cgi?id=28420)
1214 * platform/win/fast/ruby: Added.
1215 * platform/win/fast/ruby/ruby-empty-rt-expected.checksum: Added.
1216 * platform/win/fast/ruby/ruby-empty-rt-expected.png: Added.
1217 * platform/win/fast/ruby/ruby-empty-rt-expected.txt: Added.
1218 * platform/win/fast/ruby/ruby-length-expected.checksum: Added.
1219 * platform/win/fast/ruby/ruby-length-expected.png: Added.
1220 * platform/win/fast/ruby/ruby-length-expected.txt: Added.
1221 * platform/win/fast/ruby/ruby-run-break-expected.checksum: Added.
1222 * platform/win/fast/ruby/ruby-run-break-expected.png: Added.
1223 * platform/win/fast/ruby/ruby-run-break-expected.txt: Added.
1224 * platform/win/fast/ruby/ruby-runs-expected.checksum: Added.
1225 * platform/win/fast/ruby/ruby-runs-expected.png: Added.
1226 * platform/win/fast/ruby/ruby-runs-expected.txt: Added.
1227 * platform/win/fast/ruby/ruby-runs-spans-expected.checksum: Added.
1228 * platform/win/fast/ruby/ruby-runs-spans-expected.png: Added.
1229 * platform/win/fast/ruby/ruby-runs-spans-expected.txt: Added.
1230 * platform/win/fast/ruby/ruby-simple-expected.checksum: Added.
1231 * platform/win/fast/ruby/ruby-simple-expected.png: Added.
1232 * platform/win/fast/ruby/ruby-simple-expected.txt: Added.
1233 * platform/win/fast/ruby/ruby-simple-rp-expected.checksum: Added.
1234 * platform/win/fast/ruby/ruby-simple-rp-expected.png: Added.
1235 * platform/win/fast/ruby/ruby-simple-rp-expected.txt: Added.
1236 * platform/win/fast/ruby/ruby-trailing-expected.checksum: Added.
1237 * platform/win/fast/ruby/ruby-trailing-expected.png: Added.
1238 * platform/win/fast/ruby/ruby-trailing-expected.txt: Added.
1239 * platform/win/fast/ruby/rubyDOM-insert-rt-expected.checksum: Added.
1240 * platform/win/fast/ruby/rubyDOM-insert-rt-expected.png: Added.
1241 * platform/win/fast/ruby/rubyDOM-insert-rt-expected.txt: Added.
1242 * platform/win/fast/ruby/rubyDOM-insert-text1-expected.checksum: Added.
1243 * platform/win/fast/ruby/rubyDOM-insert-text1-expected.png: Added.
1244 * platform/win/fast/ruby/rubyDOM-insert-text1-expected.txt: Added.
1245 * platform/win/fast/ruby/rubyDOM-insert-text2-expected.checksum: Added.
1246 * platform/win/fast/ruby/rubyDOM-insert-text2-expected.png: Added.
1247 * platform/win/fast/ruby/rubyDOM-insert-text2-expected.txt: Added.
1248 * platform/win/fast/ruby/rubyDOM-insert-text3-expected.checksum: Added.
1249 * platform/win/fast/ruby/rubyDOM-insert-text3-expected.png: Added.
1250 * platform/win/fast/ruby/rubyDOM-insert-text3-expected.txt: Added.
1251 * platform/win/fast/ruby/rubyDOM-remove-rt1-expected.checksum: Added.
1252 * platform/win/fast/ruby/rubyDOM-remove-rt1-expected.png: Added.
1253 * platform/win/fast/ruby/rubyDOM-remove-rt1-expected.txt: Added.
1254 * platform/win/fast/ruby/rubyDOM-remove-rt2-expected.checksum: Added.
1255 * platform/win/fast/ruby/rubyDOM-remove-rt2-expected.png: Added.
1256 * platform/win/fast/ruby/rubyDOM-remove-rt2-expected.txt: Added.
1257 * platform/win/fast/ruby/rubyDOM-remove-text1-expected.checksum: Added.
1258 * platform/win/fast/ruby/rubyDOM-remove-text1-expected.png: Added.
1259 * platform/win/fast/ruby/rubyDOM-remove-text1-expected.txt: Added.
1260 * platform/win/fast/ruby/rubyDOM-remove-text2-expected.checksum: Added.
1261 * platform/win/fast/ruby/rubyDOM-remove-text2-expected.png: Added.
1262 * platform/win/fast/ruby/rubyDOM-remove-text2-expected.txt: Added.
1264 2009-11-10 Daniel Bates <dbates@webkit.org>
1266 Reviewed by Oliver Hunt.
1268 https://bugs.webkit.org/show_bug.cgi?id=30754
1270 Tests that the drag event always fires before the dragover event.
1272 Also, re-bases the result for test fast/events/drag-in-frames.html, since
1273 we now conform to the HTML 5 spec.
1275 * fast/events/drag-and-drop-fire-drag-dragover-expected.txt: Added.
1276 * fast/events/drag-and-drop-fire-drag-dragover.html: Added.
1277 * fast/events/drag-in-frames-expected.txt: Rebased result.
1279 2009-11-10 Vitaly Repeshko <vitalyr@chromium.org>
1281 Reviewed by Dimitri Glazkov.
1283 [V8] Fix crash in V8CustomXPathNSResolver (http://crbug.com/26726).
1284 https://bugs.webkit.org/show_bug.cgi?id=31301
1286 * fast/xpath/xpath-detached-iframe-resolver-crash-expected.txt: Added.
1287 * fast/xpath/xpath-detached-iframe-resolver-crash.html: Added.
1289 2009-11-10 Yael Aharon <yael.aharon@nokia.com>
1291 Reviewed by Timothy Hatcher.
1293 Implement URL decomposition IDL attributes for HTMLAnchorElement.
1294 https://bugs.webkit.org/show_bug.cgi?id=29972
1296 Testcases for setting and getting different parts of the URL.
1298 * fast/dom/HTMLAnchorElement: Added.
1299 * fast/dom/HTMLAnchorElement/script-tests: Added.
1300 * fast/dom/HTMLAnchorElement/script-tests/TEMPLATE.html: Added.
1301 * fast/dom/HTMLAnchorElement/script-tests/set-href-attribute-hash.js: Added.
1302 * fast/dom/HTMLAnchorElement/script-tests/set-href-attribute-host.js: Added.
1303 * fast/dom/HTMLAnchorElement/script-tests/set-href-attribute-hostname.js: Added.
1304 * fast/dom/HTMLAnchorElement/script-tests/set-href-attribute-pathname.js: Added.
1305 * fast/dom/HTMLAnchorElement/script-tests/set-href-attribute-port.js: Added.
1306 * fast/dom/HTMLAnchorElement/script-tests/set-href-attribute-protocol.js: Added.
1307 * fast/dom/HTMLAnchorElement/script-tests/set-href-attribute-search.js: Added.
1308 * fast/dom/HTMLAnchorElement/set-href-attribute-hash-expected.txt: Added.
1309 * fast/dom/HTMLAnchorElement/set-href-attribute-hash.html: Added.
1310 * fast/dom/HTMLAnchorElement/set-href-attribute-host-expected.txt: Added.
1311 * fast/dom/HTMLAnchorElement/set-href-attribute-host.html: Added.
1312 * fast/dom/HTMLAnchorElement/set-href-attribute-hostname-expected.txt: Added.
1313 * fast/dom/HTMLAnchorElement/set-href-attribute-hostname.html: Added.
1314 * fast/dom/HTMLAnchorElement/set-href-attribute-pathname-expected.txt: Added.
1315 * fast/dom/HTMLAnchorElement/set-href-attribute-pathname.html: Added.
1316 * fast/dom/HTMLAnchorElement/set-href-attribute-port-expected.txt: Added.
1317 * fast/dom/HTMLAnchorElement/set-href-attribute-port.html: Added.
1318 * fast/dom/HTMLAnchorElement/set-href-attribute-protocol-expected.txt: Added.
1319 * fast/dom/HTMLAnchorElement/set-href-attribute-protocol.html: Added.
1320 * fast/dom/HTMLAnchorElement/set-href-attribute-search-expected.txt: Added.
1321 * fast/dom/HTMLAnchorElement/set-href-attribute-search.html: Added.
1323 2009-11-10 Brian Weinstein <bweinstein@apple.com>
1325 Update getComputedStyle results for Windows to add -webkit-color-correction.
1327 * platform/win/fast/css/getComputedStyle/computed-style-expected.txt:
1328 * platform/win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
1330 2009-11-10 Brady Eidson <beidson@apple.com>
1332 Reviewed by NOBODY (Fix my own layout-test snafu)
1334 Made a small change to my test then didn't update the results before landing.
1336 * http/tests/webarchive/cross-origin-stylesheet-crash-expected.webarchive:
1338 2009-11-10 Brady Eidson <beidson@apple.com>
1340 Reviewed by Sam Weinig.
1342 Repro crash saving pcmag.com article as a webarchive.
1343 <rdar://problem/7381219> and https://webkit.org/b/31322
1345 * http/tests/webarchive/cross-origin-stylesheet-crash.html: Added.
1346 * http/tests/webarchive/cross-origin-stylesheet-crash-expected.webarchive: Added.
1347 * http/tests/webarchive/resources/localhost-stylesheet.css: Added.
1348 * platform/gtk/Skipped: Add this test to the gtk Skipped list which tracks all individual skipped tests
1349 instead of directories.
1351 2009-11-10 Brian Weinstein <bweinstein@apple.com>
1353 Rubber-stamped by Anders Carlsson.
1355 Add timing out test to Windows Skipped list.
1357 * platform/win/Skipped:
1359 2009-11-10 Csaba Osztrogonác <ossy@webkit.org>
1361 Put test into skiplist added in r50758 because
1362 layoutTestController.showWebInspector() is unimplemented now.
1364 * platform/qt/Skipped: inspector/timeline-enum-stability.html added.
1366 2009-11-10 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1368 Unreviewed. Skip another test that requires implementing editing
1371 * platform/gtk/Skipped:
1373 2009-11-10 Beth Dakin <bdakin@apple.com>
1375 Reviewed by Darin Adler.
1377 Tests for <rdar://problem/7059710>
1379 https://bugs.webkit.org/show_bug.cgi?id=31196 Implement -webkit-
1380 color-correction for CSS colors
1383 * fast/css/color-correction-backgrounds-and-text.html: Added.
1384 * fast/css/color-correction-on-backgrounds.html: Added.
1385 * fast/css/color-correction-on-text.html: Added.
1386 * fast/css/color-correction.html: Added.
1387 * fast/css/parsing-color-correction-expected.txt: Added.
1388 * fast/css/parsing-color-correction.html: Added.
1389 * fast/css/resources/parsing-color-correction.js: Added.
1391 * fast/css/resources/purple-srgb.png: Added.
1392 * platform/mac/fast/css/color-correction-backgrounds-and-text-expected.checksum: Added.
1393 * platform/mac/fast/css/color-correction-backgrounds-and-text-expected.png: Added.
1394 * platform/mac/fast/css/color-correction-backgrounds-and-text-expected.txt: Added.
1395 * platform/mac/fast/css/color-correction-expected.checksum: Added.
1396 * platform/mac/fast/css/color-correction-expected.png: Added.
1397 * platform/mac/fast/css/color-correction-expected.txt: Added.
1398 * platform/mac/fast/css/color-correction-on-backgrounds-expected.checksum: Added.
1399 * platform/mac/fast/css/color-correction-on-backgrounds-expected.png: Added.
1400 * platform/mac/fast/css/color-correction-on-backgrounds-expected.txt: Added.
1401 * platform/mac/fast/css/color-correction-on-text-expected.checksum: Added.
1402 * platform/mac/fast/css/color-correction-on-text-expected.png: Added.
1403 * platform/mac/fast/css/color-correction-on-text-expected.txt: Added.
1405 New and improved results.
1406 * platform/mac/fast/css/getComputedStyle/computed-style-expected.txt:
1407 * platform/mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
1408 * svg/css/getComputedStyle-basic-expected.txt:
1410 2009-11-10 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1412 Unreviewed. Skip new tests.
1414 * platform/gtk/Skipped:
1416 2009-11-10 Eric Z. Ayers <zundel@google.com>
1418 Reviewed by Timothy Hatcher.
1420 Adds a test to flag changes to values of the WebInspector Timeline record types.
1421 Downstream apps depend on these mappings remaining stable.
1423 https://bugs.webkit.org/show_bug.cgi?id=31303
1425 * inspector/timeline-enum-stability-expected.txt: Added.
1426 * inspector/timeline-enum-stability.html: Added.
1428 2009-11-10 Andras Becsi <becsi.andras@stud.u-szeged.hu>
1430 Reviewed by Kenneth Rohde Christiansen.
1432 [Qt] Update outdated metrics in these tests after r50665 enabled the previously missing scrollbar.
1433 This fixes https://bugs.webkit.org/show_bug.cgi?id=31281.
1435 * platform/qt/css1/basic/class_as_selector-expected.txt:
1436 * platform/qt/css1/basic/comments-expected.txt:
1437 * platform/qt/css1/basic/containment-expected.txt:
1438 * platform/qt/css1/basic/id_as_selector-expected.txt:
1439 * platform/qt/css1/basic/inheritance-expected.txt:
1440 * platform/qt/css1/box_properties/border-expected.txt:
1441 * platform/qt/css1/box_properties/border_bottom-expected.txt:
1442 * platform/qt/css1/box_properties/border_bottom_width-expected.txt:
1443 * platform/qt/css1/box_properties/border_left-expected.txt:
1444 * platform/qt/css1/box_properties/border_left_width-expected.txt:
1445 * platform/qt/css1/box_properties/border_right_inline-expected.txt:
1446 * platform/qt/css1/box_properties/border_right_width-expected.txt:
1447 * platform/qt/css1/box_properties/border_style-expected.txt:
1448 * platform/qt/css1/box_properties/border_top-expected.txt:
1449 * platform/qt/css1/box_properties/border_top_width-expected.txt:
1450 * platform/qt/css1/box_properties/border_width-expected.txt:
1451 * platform/qt/css1/box_properties/clear-expected.txt:
1452 * platform/qt/css1/box_properties/clear_float-expected.txt:
1453 * platform/qt/css1/box_properties/float_elements_in_series-expected.txt:
1454 * platform/qt/css1/box_properties/float_margin-expected.txt:
1455 * platform/qt/css1/box_properties/float_on_text_elements-expected.txt:
1456 * platform/qt/css1/box_properties/height-expected.txt:
1457 * platform/qt/css1/box_properties/margin-expected.txt:
1458 * platform/qt/css1/box_properties/margin_bottom-expected.txt:
1459 * platform/qt/css1/box_properties/margin_inline-expected.txt:
1460 * platform/qt/css1/box_properties/margin_left-expected.txt:
1461 * platform/qt/css1/box_properties/margin_right-expected.txt:
1462 * platform/qt/css1/box_properties/margin_top-expected.txt:
1463 * platform/qt/css1/box_properties/padding-expected.txt:
1464 * platform/qt/css1/box_properties/padding_bottom-expected.txt:
1465 * platform/qt/css1/box_properties/padding_inline-expected.txt:
1466 * platform/qt/css1/box_properties/padding_left-expected.txt:
1467 * platform/qt/css1/box_properties/padding_right-expected.txt:
1468 * platform/qt/css1/box_properties/padding_top-expected.txt:
1469 * platform/qt/css1/box_properties/width-expected.txt:
1470 * platform/qt/css1/cascade/cascade_order-expected.txt:
1471 * platform/qt/css1/cascade/important-expected.txt:
1472 * platform/qt/css1/classification/display-expected.txt:
1473 * platform/qt/css1/classification/list_style_type-expected.txt:
1474 * platform/qt/css1/classification/white_space-expected.txt:
1475 * platform/qt/css1/color_and_background/background-expected.txt:
1476 * platform/qt/css1/color_and_background/background_attachment-expected.txt:
1477 * platform/qt/css1/color_and_background/background_color-expected.txt:
1478 * platform/qt/css1/color_and_background/background_image-expected.txt:
1479 * platform/qt/css1/color_and_background/background_position-expected.txt:
1480 * platform/qt/css1/color_and_background/background_repeat-expected.txt:
1481 * platform/qt/css1/conformance/forward_compatible_parsing-expected.txt:
1482 * platform/qt/css1/font_properties/font-expected.txt:
1483 * platform/qt/css1/font_properties/font_family-expected.txt:
1484 * platform/qt/css1/font_properties/font_size-expected.txt:
1485 * platform/qt/css1/font_properties/font_weight-expected.txt:
1486 * platform/qt/css1/formatting_model/floating_elements-expected.txt:
1487 * platform/qt/css1/formatting_model/height_of_lines-expected.txt:
1488 * platform/qt/css1/formatting_model/horizontal_formatting-expected.txt:
1489 * platform/qt/css1/formatting_model/inline_elements-expected.txt:
1490 * platform/qt/css1/formatting_model/replaced_elements-expected.txt:
1491 * platform/qt/css1/formatting_model/vertical_formatting-expected.txt:
1492 * platform/qt/css1/pseudo/anchor-expected.txt:
1493 * platform/qt/css1/pseudo/firstletter-expected.txt:
1494 * platform/qt/css1/pseudo/firstline-expected.txt:
1495 * platform/qt/css1/pseudo/multiple_pseudo_elements-expected.txt:
1496 * platform/qt/css1/pseudo/pseudo_elements_in_selectors-expected.txt:
1497 * platform/qt/css1/text_properties/letter_spacing-expected.txt:
1498 * platform/qt/css1/text_properties/line_height-expected.txt:
1499 * platform/qt/css1/text_properties/text_decoration-expected.txt:
1500 * platform/qt/css1/text_properties/text_indent-expected.txt:
1501 * platform/qt/css1/text_properties/text_transform-expected.txt:
1502 * platform/qt/css1/text_properties/vertical_align-expected.txt:
1503 * platform/qt/css1/text_properties/word_spacing-expected.txt:
1504 * platform/qt/css1/units/color_units-expected.txt:
1505 * platform/qt/css1/units/length_units-expected.txt:
1506 * platform/qt/css1/units/percentage_units-expected.txt:
1507 * platform/qt/css2.1/t0402-c71-fwd-parsing-02-f-expected.txt:
1508 * platform/qt/css2.1/t1202-counter-09-b-expected.txt:
1509 * platform/qt/css2.1/t1202-counters-08-b-expected.txt:
1510 * platform/qt/css2.1/t1202-counters-09-b-expected.txt:
1511 * platform/qt/css2.1/t140201-c535-bg-fixd-00-b-g-expected.txt:
1512 * platform/qt/css2.1/t1508-c527-font-07-b-expected.txt:
1513 * platform/qt/fast/backgrounds/background-inherit-color-bug-expected.txt:
1514 * platform/qt/fast/backgrounds/size/backgroundSize15-expected.txt:
1515 * platform/qt/fast/block/float/008-expected.txt:
1516 * platform/qt/fast/block/float/019-expected.txt:
1517 * platform/qt/fast/block/float/033-expected.txt:
1518 * platform/qt/fast/block/float/035-expected.txt:
1519 * platform/qt/fast/block/float/avoidance-percent-width-strict-expected.txt:
1520 * platform/qt/fast/box-shadow/basic-shadows-expected.txt:
1521 * platform/qt/fast/canvas/canvas-bg-expected.txt:
1522 * platform/qt/fast/css/nested-floating-relative-position-percentages-expected.txt:
1523 * platform/qt/fast/css/nth-child-dynamic-expected.txt:
1524 * platform/qt/fast/css/text-rendering-expected.txt:
1525 * platform/qt/fast/dynamic/anchor-lock-expected.txt:
1526 * platform/qt/fast/flexbox/flex-hang-expected.txt:
1527 * platform/qt/fast/forms/search-vertical-alignment-expected.txt:
1528 * platform/qt/fast/frames/iframe-scrolling-attribute-expected.txt:
1529 * platform/qt/fast/lists/ol-start-parsing-expected.txt:
1530 * platform/qt/fast/multicol/positioned-with-constrained-height-expected.txt:
1531 * platform/qt/fast/overflow/position-fixed-transform-clipping-expected.txt:
1532 * platform/qt/fast/table/height-percent-test-expected.txt:
1533 * platform/qt/fast/table/wide-colspan-expected.txt:
1534 * platform/qt/fast/table/wide-column-expected.txt:
1535 * platform/qt/fast/text/text-letter-spacing-expected.txt:
1536 * platform/qt/svg/css/stars-with-shadow-expected.txt:
1537 * platform/qt/tables/mozilla/bugs/bug29314-expected.txt:
1539 2009-11-10 Philippe Normand <pnormand@igalia.com>
1541 Reviewed by Eric Seidel.
1543 https://bugs.webkit.org/show_bug.cgi?id=31047
1544 [GTK] Failing test media/video-played-ranges-1.html
1546 * platform/gtk/Skipped: Unskip fixed tests.
1548 2009-11-10 Oliver Hunt <oliver@apple.com>
1550 Reviewed by Maciej Stachowiak.
1552 Rename 3D Canvas related classes to use WebGL prefix
1553 https://bugs.webkit.org/show_bug.cgi?id=29095
1555 Update tests to use new WebGL prefixed names
1557 * fast/canvas/webgl/array-unit-tests-expected.txt:
1558 * fast/canvas/webgl/array-unit-tests.html:
1559 * fast/canvas/webgl/gl-get-calls.html:
1560 * fast/canvas/webgl/resources/utils3d.js:
1564 * fast/canvas/webgl/triangle.html:
1565 * fast/dom/Window/window-properties.html:
1566 * fast/dom/script-tests/constructed-objects-prototypes.js:
1567 (constructorPropertiesOnWindow):
1568 * fast/dom/script-tests/prototype-inheritance-2.js:
1569 (constructorNamesForWindow):
1570 * fast/dom/script-tests/prototype-inheritance.js:
1571 * fast/js/script-tests/global-constructors.js:
1573 2009-11-09 Dirk Schulze <krit@webkit.org>
1575 Reviewed by Oliver Hunt.
1577 Test for SVG filter effect feDisplacementMap.
1579 * platform/mac/svg/filters/feDisplacementMap-expected.checksum: Added.
1580 * platform/mac/svg/filters/feDisplacementMap-expected.png: Added.
1581 * platform/mac/svg/filters/feDisplacementMap-expected.txt: Added.
1582 * svg/filters/feDisplacementMap.svg: Added.
1584 2009-11-03 Shinichiro Hamaji <hamaji@chromium.org>
1586 Reviewed by Eric Seidel.
1588 wrong expected images after Bug 8736
1589 https://bugs.webkit.org/show_bug.cgi?id=31094
1591 * platform/mac/fast/borders/border-radius-huge-assert-expected.png:
1592 * platform/mac/fast/box-shadow/border-radius-big-expected.checksum:
1593 * platform/mac/fast/box-shadow/border-radius-big-expected.png:
1595 2009-11-09 Shinichiro Hamaji <hamaji@chromium.org>
1597 Reviewed by Oliver Hunt.
1599 Can cache prototype lookups on uncacheable dictionaries.
1600 https://bugs.webkit.org/show_bug.cgi?id=31198
1602 Fixed wrong expectation file committed.
1604 * fast/js/dictionary-prototype-caching-expected.txt:
1606 2009-11-09 Oliver Hunt <oliver@apple.com>
1608 Reviewed by Gavin Barraclough.
1610 Can cache prototype lookups on uncacheable dictionaries.
1611 https://bugs.webkit.org/show_bug.cgi?id=31198
1613 Add tests for lookup on uncacheable prototype.
1615 * fast/js/dictionary-prototype-caching-expected.txt: Added.
1616 * fast/js/dictionary-prototype-caching.html: Added.
1617 * fast/js/script-tests/dictionary-prototype-caching.js: Added.
1620 2009-11-09 Anders Carlsson <andersca@apple.com>
1622 Reviewed by Darin Adler and Dan Bernstein.
1624 <rdar://problem/7328395>
1625 https://bugs.webkit.org/show_bug.cgi?id=31277
1627 When an object tag's style changes (for example when child nodes are added/removed),
1628 reuse its Frame (if it has one) instead of creating multiple Frames.
1630 * fast/dom/HTMLObjectElement/children-changed-expected.txt: Added.
1631 * fast/dom/HTMLObjectElement/children-changed.html: Added.
1633 2009-11-09 Yael Aharon <yael.aharon@nokia.com>
1635 Reviewed by Kenneth Rohde Christiansen.
1637 [Qt] Allow setting HTTP headers with empty value in XMLHTTPRequest
1638 https://bugs.webkit.org/show_bug.cgi?id=31140
1640 Test that XHR request can set http headers with no value.
1642 * http/tests/xmlhttprequest/xmlhttprequest-setrequestheader-no-value-expected.txt: Added.
1643 * http/tests/xmlhttprequest/xmlhttprequest-setrequestheader-no-value.html: Added.
1645 2009-11-09 Mark Mentovai <mark@chromium.org>
1647 Reviewed by Dan Bernstein.
1649 rdar://problem/7215132, https://bugs.webkit.org/show_bug.cgi?id=29167
1650 REGRESSION (r48064): mint.com loses scrollbars after coming out of
1653 rdar://problem/7314421, https://bugs.webkit.org/show_bug.cgi?id=30517
1654 REGRESSION (r48064): Extra scroll bars in GarageBand Lesson Store.
1656 * fast/overflow/scrollbar-restored-expected.txt: Added.
1657 * fast/overflow/scrollbar-restored.html: Added.
1659 2009-11-09 Keishi Hattori <casey.hattori@gmail.com>
1661 Reviewed by Timothy Hatcher.
1663 Web Inspector: CSS syntax highlighter doesn't recognize negative numbers
1664 https://bugs.webkit.org/show_bug.cgi?id=31257
1666 * inspector/syntax-highlight-css-expected.txt:
1667 * inspector/syntax-highlight-css.html:
1669 2009-11-09 Andras Becsi <becsi.andras@stud.u-szeged.hu>
1671 Rubber-stamped by Holger Hans Peter Freyther.
1673 [Qt] Skip new japanese ruby annotation tests because of missing japanese font support.
1675 * platform/qt/Skipped:
1677 2009-11-09 Csaba Osztrogonác <ossy@webkit.org>
1679 Unreviewed trivial fix.
1681 Removed previously (r50589) deleted test case from skiplists.
1683 * platform/gtk/Skipped: fast/events/drag-and-drop-none.html removed.
1684 * platform/qt/Skipped: fast/events/drag-and-drop-none.html removed.
1686 2009-11-09 Martin Robinson <martin.james.robinson@gmail.com>
1688 Reviewed by Jan Alonzo.
1690 [GTK] Expose Page::tabKeyCyclesThroughElements in the API
1691 https://bugs.webkit.org/show_bug.cgi?id=30482
1693 Unskip fast/events/keypress-insert-tab.html as it now passes.
1695 * platform/gtk/Skipped:
1697 2009-11-05 Jakub Wieczorek <faw217@gmail.com>
1699 Reviewed by Holger Freyther.
1701 [Qt] Add Qt specific result for fast/parser/xml-declaration-missing-ending-mark.html
1702 https://bugs.webkit.org/show_bug.cgi?id=31192
1704 Qt is using the QXmlStreamReader to handle XML and it is generating a different
1705 error string requiring to have a custom result.
1707 Unskip the test as it is passing now.
1709 * platform/qt/Skipped:
1710 * platform/qt/fast/parser/xml-declaration-missing-ending-mark-expected.txt: Added.
1712 2009-11-08 Johnny Ding <johnnyding.webkit@gmail.com>
1714 Reviewed by Dimitri Glazkov.
1716 https://bugs.webkit.org/show_bug.cgi?id=31224
1717 [V8] Return StyleSheet object instead of HTMLStyleElement w/document.styleSheets named property getter.
1719 * fast/dom/StyleSheet/get-stylesheet-byname-expected.txt: Added.
1720 * fast/dom/StyleSheet/get-stylesheet-byname.html: Added.
1721 * fast/dom/StyleSheet/script-tests: Added.
1722 * fast/dom/StyleSheet/script-tests/get-stylesheet-byname.js: Added.
1724 2009-11-08 Daniel Bates <dbates@webkit.org>
1726 Reviewed by Adam Barth.
1728 https://bugs.webkit.org/show_bug.cgi?id=31098
1730 Tests that the XSSAuditor prevents loading plugin-based content that is not
1731 from the same-origin as the enclosing page.
1733 * http/tests/security/xssAuditor/object-src-inject-expected.txt: Added.
1734 * http/tests/security/xssAuditor/object-src-inject.html: Added.
1735 * http/tests/security/xssAuditor/resources/echo-object-src.pl: Added.
1737 2009-11-08 Shu Chang <Chang.Shu@nokia.com>
1739 Reviewed by Holger Freyther.
1741 Update texts in test description after test case change in r50579.
1742 https://bugs.webkit.org/show_bug.cgi?id=31122
1744 * editing/selection/shrink-selection-after-shift-pagedown-expected.txt:
1745 * editing/selection/shrink-selection-after-shift-pagedown.html:
1747 2009-11-08 Dan Bernstein <mitz@apple.com>
1749 Reviewed by Simon Fraser.
1751 <rdar://problem/7363434> Crash inside RenderObject::localToAbsolute
1752 below FrameView::layout
1753 https://bugs.webkit.org/show_bug.cgi?id=31093
1755 * fast/block/positioning/relative-positioned-inline-container-expected.checksum: Added.
1756 * fast/block/positioning/relative-positioned-inline-container-expected.png: Added.
1757 * fast/block/positioning/relative-positioned-inline-container-expected.txt: Added.
1758 * fast/block/positioning/relative-positioned-inline-container.html: Added.
1760 2009-11-07 Dirk Pranke <dpranke@chromium.org>
1762 Reviewed by Darin Adler.
1764 Add in missing expectations.
1766 * platform/mac/fast/forms/input-list-button-size-expected.checksum: Added.
1767 * platform/mac/fast/forms/input-list-button-size-expected.png: Added.
1768 * platform/mac/fast/forms/select-dirty-parent-pref-widths-expected.png: Added.
1769 * platform/mac/fast/text/text-letter-spacing-expected.png: Added.
1771 2009-11-06 Anantanarayanan G Iyengar <ananta@chromium.org>
1773 Reviewed by Adam Barth.
1775 Added layout tests to test document.open and window.open calls issued
1776 by NPAPI plugins without a calling javascript context. The associated
1777 webkit bug is https://bugs.webkit.org/show_bug.cgi?id=31067, which
1780 * plugins/document-open-expected.txt: Added.
1781 * plugins/document-open.html: Added.
1782 * plugins/window-open-expected.txt: Added.
1783 * plugins/window-open.html: Added.
1785 2009-11-06 Steve Block <steveblock@google.com>
1787 Reviewed by Eric Seidel.
1789 Geolocation error code UNKNOWN_ERROR is deprecated.
1790 https://bugs.webkit.org/show_bug.cgi?id=31184
1792 Update test case of the value of the PositionError.UNKNOWN_ERROR constant in error.html.
1793 Also remove redundant test cases of the value of all PositionError constants.
1795 * fast/dom/Geolocation/resources/error.js: Modified. Update test of value of PositionError.UNKNOWN_ERROR constant.
1796 * fast/dom/Geolocation/error-expected.txt: Modified. Expected result for above test.
1797 * fast/dom/Geolocation/resources/permission-denied-already-error.js: Modified. Remove tests of the value of PositionError constants.
1798 * fast/dom/Geolocation/permission-denied-already-error-expected.txt: Modified. Expected result for above test.
1799 * fast/dom/Geolocation/resources/permission-denied-already-success.js: Modified. Remove tests of the value of PositionError constants.
1800 * fast/dom/Geolocation/permission-denied-already-success-expected.txt: Modified. Expected result for above test.
1801 * fast/dom/Geolocation/resources/permission-denied.js: Modified. Remove tests of the value of PositionError constants.
1802 * fast/dom/Geolocation/permission-denied-expected.txt: Modified. Expected result for above test.
1803 * fast/dom/Geolocation/resources/permission-denied-stops-watches.js: Modified. Remove tests of the value of PositionError constants.
1804 * fast/dom/Geolocation/permission-denied-stops-watches-expected.txt: Modified. Expected result for above test.
1805 * fast/dom/Geolocation/resources/reentrant-error.js: Modified. Remove tests of the value of PositionError constants.
1806 * fast/dom/Geolocation/reentrant-error-expected.txt: Modified. Expected result for above test.
1807 * fast/dom/Geolocation/resources/timeout-zero.js: Modified. Remove tests of the value of PositionError constants.
1808 * fast/dom/Geolocation/timeout-zero-expected.txt: Modified. Expected result for above test.
1809 * fast/dom/Geolocation/resources/watch.js: Modified. Remove tests of the value of PositionError constants.
1810 * fast/dom/Geolocation/watch-expected.txt: Modified. Expected result for above test.
1812 2009-11-04 Shinichiro Hamaji <hamaji@chromium.org>
1814 Reviewed by Darin Adler.
1816 css2.1/t040304-c64-uri-00-a-g.html is failing
1817 https://bugs.webkit.org/show_bug.cgi?id=23271
1819 This test isn't failing now because this test was fixed in
1820 http://trac.webkit.org/changeset/47884
1822 * platform/mac/css2.1/t040304-c64-uri-00-a-g-expected.checksum:
1823 * platform/mac/css2.1/t040304-c64-uri-00-a-g-expected.png:
1825 2009-11-05 Daniel Bates <dbates@webkit.org>
1827 Reviewed by Eric Seidel.
1829 https://bugs.webkit.org/show_bug.cgi?id=31193
1831 Removed obsolete test case which was included in the patch for bug #30107.
1832 This test case is already covered by the test case fast/events/drag-and-drop.html,
1833 which was included in the patch for bug #24731.
1835 * fast/events/drag-and-drop-none-expected.txt: Removed.
1836 * fast/events/drag-and-drop-none.html: Removed.
1837 * platform/win/Skipped: Removed entry for drag-and-drop-none.html.
1839 2009-11-05 Adam Barth <abarth@webkit.org>
1841 Reviewed by Sam Weinig.
1843 Cross-domain access to stylesheet text should not be allowed
1844 https://bugs.webkit.org/show_bug.cgi?id=20527
1846 Test that a script cannot read cross-origin cssRules.
1848 * http/tests/security/cannot-read-cssrules-expected.txt: Added.
1849 * http/tests/security/cannot-read-cssrules-redirect-expected.txt: Added.
1850 * http/tests/security/cannot-read-cssrules-redirect.html: Added.
1851 * http/tests/security/cannot-read-cssrules.html: Added.
1853 2009-11-05 Alice Liu <alice.liu@apple.com>
1855 Adding a resource that seems to be missing. Without it, several tests in
1856 fast/dom/beforeload aren't really testing if the default event handling is
1857 prevented, but instead are only testing if the beforeload event fires.
1859 Rubber-stamped by Gavin Barraclough.
1861 * fast/dom/beforeload/resources/fail.js: Added.
1863 2009-11-05 Pavel Feldman <pfeldman@chromium.org>
1865 Reviewed by Timothy Hatcher.
1867 Web Inspector: beautify layout tests.
1869 https://bugs.webkit.org/show_bug.cgi?id=31189
1871 * inspector/console-dir-expected.txt:
1872 * inspector/console-dir.html:
1873 * inspector/console-dirxml-expected.txt:
1874 * inspector/console-dirxml.html:
1875 * inspector/console-format-collections-expected.txt:
1876 * inspector/console-format-collections.html:
1877 * inspector/console-format-expected.txt:
1878 * inspector/console-format.html:
1879 * inspector/console-tests-expected.txt:
1880 * inspector/console-tests.html:
1881 * inspector/console-tests.js: Added.
1882 (dumpConsoleMessages.callback):
1883 (dumpConsoleMessages):
1884 (dumpConsoleMessagesWithClasses.callback):
1885 (dumpConsoleMessagesWithClasses):
1886 (frontendScript_dumpConsoleMessages):
1887 * inspector/css-syntax-highlight.html: Removed.
1888 * inspector/elements-panel-structure-expected.txt:
1889 * inspector/elements-panel-structure.html:
1890 * inspector/elements-tests.js: Added.
1891 (frontendScript_expandDOMSubtree.processChildren):
1892 (frontendScript_expandDOMSubtree):
1893 * inspector/evaluate-in-frontend.html:
1894 * inspector/evaluate-in-frontend.js: Removed.
1895 * inspector/inspector-test.js: Added.
1897 (evaluateInWebInspector):
1900 (window.didEvaluateForTestInFrontend):
1901 * inspector/javascript-syntax-highlight.html: Removed.
1902 * inspector/styles-iframe.html:
1903 * inspector/syntax-highlight-css-expected.txt: Renamed from LayoutTests/inspector/css-syntax-highlight-expected.txt.
1904 * inspector/syntax-highlight-css.html: Added.
1905 * inspector/syntax-highlight-javascript-expected.txt: Renamed from LayoutTests/inspector/javascript-syntax-highlight-expected.txt.
1906 * inspector/syntax-highlight-javascript.html: Added.
1907 * inspector/syntax-highlight.js: Added.
1910 (frontendScript_dumpSyntaxHighlight):
1911 * inspector/timeline-trivial.html:
1912 * platform/qt/Skipped:
1914 2009-11-05 Shu Chang <Chang.Shu@nokia.com>
1916 Reviewed by Adele Peterson.
1918 The number of selected lines in textarea after a shift-PageDown
1919 may differ. The test case is modified so that it will not depend
1920 on the exact number of lines selected. This should resolve regression
1921 on platforms like Qt and GTK.
1922 https://bugs.webkit.org/show_bug.cgi?id=31122
1924 * editing/selection/shrink-selection-after-shift-pagedown.html:
1926 2009-11-05 Pavel Feldman <pfeldman@chromium.org>
1928 Not reviewed: empty line in expectations build fix.
1930 * fast/events/event-listener-map-rehash-crash-expected.txt:
1932 i2009-11-05 Pavel Feldman <pfeldman@chromium.org>
1934 Reviewed by Timothy Hatcher.
1936 REGRESSION: Web Inspector doesn't show CSS rules properly for iframes
1938 https://bugs.webkit.org/show_bug.cgi?id=30884
1940 * inspector/console-dir.html:
1941 * inspector/console-dirxml.html:
1942 * inspector/console-format-collections-expected.txt:
1943 * inspector/console-format-collections.html:
1944 * inspector/console-format.html:
1945 * inspector/console-tests.html:
1946 * inspector/elements-panel-structure-expected.txt:
1947 * inspector/elements-panel-structure.html:
1948 * inspector/evaluate-in-frontend.js:
1950 (expandDOMSubtree.processChildren):
1952 (dumpConsoleMessages):
1953 * inspector/resources/styles-iframe-data.html: Added.
1954 * inspector/styles-iframe-expected.txt: Added.
1955 * inspector/styles-iframe.html: Added.
1956 * platform/qt/Skipped:
1958 2009-11-05 Dimitri Glazkov <dglazkov@chromium.org>
1960 Reviewed by Geoffrey Garen.
1962 Rehashing of EventListenerMap leads to loss of EvenListenerList.
1963 https://bugs.webkit.org/show_bug.cgi?id=31027
1965 * fast/events/event-listener-map-rehash-crash.html: Added.
1967 2009-11-05 Brian Weinstein <bweinstein@apple.com>
1969 Rubber-stamped by Adam Roben.
1971 Add ruby tests and failing accessibility test to Windows Skipped list,
1972 we should be able to re-add ruby tests, but not sure the correct course
1975 * platform/win/Skipped:
1977 2009-11-05 Jian Li <jianli@chromium.org>
1979 Reviewed by Dmitri Titov.
1981 Tests the drag event bubbling on different targets:
1982 - iframe with invalid source
1983 - iframe with valid source
1984 - non-iframe droppable element
1985 https://bugs.webkit.org/show_bug.cgi?id=30469
1987 * http/tests/misc/bubble-drag-events-expected.txt: Added.
1988 * http/tests/misc/bubble-drag-events.html: Added.
1990 2009-11-05 Jeff Schiller <codedread@gmail.com>
1992 Reviewed by Simon Fraser.
1994 Added test to ensure proper order of matrix multiplication with SVGMatrix.
1995 https://bugs.webkit.org/show_bug.cgi?id=16062
1997 * svg/dom/SVGMatrix-interface-expected.txt: Added.
1998 * svg/dom/SVGMatrix-interface.xhtml: Added.
2000 2009-11-03 Justin Garcia <justin.garcia@apple.com>
2002 Reviewed by Adele Peterson.
2004 https://bugs.webkit.org/show_bug.cgi?id=25439
2005 Deleting when in front of a block image removes character from previous paragraph
2007 * editing/deleting/delete-before-block-image-1-expected.txt: Added.
2008 * editing/deleting/delete-before-block-image-1.html: Added.
2009 * editing/deleting/delete-before-block-image-2-expected.txt: Added.
2010 * editing/deleting/delete-before-block-image-2.html: Added.
2011 * editing/deleting/delete-before-block-table-expected.txt: Added.
2012 * editing/deleting/delete-before-block-table.html: Added.
2014 2009-11-04 Enrica Casucci <enrica@apple.com>
2016 Reviewed by Adele Peterson.
2018 Hang in Mail on attempting to change indent level
2019 <rdar://problem/7131805>
2020 https://bugs.webkit.org/show_bug.cgi?id=31127
2022 Added test to cover all the different code paths.
2024 * editing/execCommand/outdent-multiparagraph-list-expected.txt: Added.
2025 * editing/execCommand/outdent-multiparagraph-list.html: Added.
2027 2009-11-04 Daniel Bates <dbates@webkit.org>
2029 Reviewed by Eric Seidel.
2031 https://bugs.webkit.org/show_bug.cgi?id=30266
2033 Changed data format type from "text" to "text/plain" to pass Chrome tests.
2035 * fast/events/drag-and-drop-dataTransfer-types-nocrash-expected.txt:
2036 * fast/events/drag-and-drop-dataTransfer-types-nocrash.html:
2038 2009-11-04 Chris Fleizach <cfleizach@apple.com>
2040 Reviewed by Beth Dakin.
2042 Need to implement ARIA role="combobox"
2043 https://bugs.webkit.org/show_bug.cgi?id=31096
2045 * accessibility/aria-combobox.html: Added.
2046 * platform/gtk/Skipped:
2047 * platform/mac/accessibility/aria-combobox-expected.txt: Added.
2048 * platform/win/Skipped:
2050 2009-11-04 Csaba Osztrogonác <ossy@webkit.org>
2052 Put test into skiplist added in r50489 because
2053 layoutTestController.showWebInspector() is unimplemented now.
2055 * platform/qt/Skipped: inspector/timeline-trivial.html added.
2057 2009-11-04 Csaba Osztrogonác <ossy@webkit.org>
2061 Revert r50496 because it broke all layout tests on QtBuildBot.
2063 * svg/text/resources: Removed.
2064 * svg/text/resources/text-font-invalid.svg: Removed.
2065 * svg/text/text-font-invalid-expected.txt: Removed.
2066 * svg/text/text-font-invalid.html: Removed.
2068 2009-11-03 Roland Steiner <rolandsteiner@chromium.org>
2070 Reviewed by Mark Rowe.
2073 add ruby layout tests to the Skipped list on mac, since they somehow cause
2074 http/tests/security/mixedContent/about-blank-iframe-in-main-frame.html to fail.
2078 * platform/mac/Skipped:
2080 2009-11-02 Benjamin Poulain <benjamin.poulain@nokia.com>
2082 Reviewed by Simon Hausmann.
2084 Add a new test to reproduce 29856. The bug only happen
2085 when the SVG file is used as an image.
2086 https://bugs.webkit.org/show_bug.cgi?id=29856
2088 * svg/text/text-font-invalid-expected.txt: Added.
2089 * svg/text/resources/text-font-invalid.svg: Added.
2090 * svg/text/text-font-invalid.html: Added.
2092 2009-11-04 Roland Steiner <rolandsteiner@chromium.org>
2094 Reviewed by Dave Hyatt.
2096 Bug 28420 - Implement HTML5 <ruby> rendering
2097 (https://bugs.webkit.org/show_bug.cgi?id=28420)
2099 First rudimentary implementation of HTML5 ruby rendering support - layout tests.
2101 New layout tests: basic rendering:
2102 * fast/ruby/ruby-empty-rt.html: Added.
2103 * fast/ruby/ruby-length.html: Added.
2104 * fast/ruby/ruby-run-break.html: Added.
2105 * fast/ruby/ruby-runs-spans.html: Added.
2106 * fast/ruby/ruby-runs.html: Added.
2107 * fast/ruby/ruby-simple-rp.html: Added.
2108 * fast/ruby/ruby-simple.html: Added.
2109 * fast/ruby/ruby-trailing.html: Added.
2111 New layout tests: DOM manipulation within <ruby>
2112 * fast/ruby/rubyDOM-insert-rt.html: Added.
2113 * fast/ruby/rubyDOM-insert-text1.html: Added.
2114 * fast/ruby/rubyDOM-insert-text2.html: Added.
2115 * fast/ruby/rubyDOM-insert-text3.html: Added.
2116 * fast/ruby/rubyDOM-remove-rt1.html: Added.
2117 * fast/ruby/rubyDOM-remove-rt2.html: Added.
2118 * fast/ruby/rubyDOM-remove-text1.html: Added.
2119 * fast/ruby/rubyDOM-remove-text2.html: Added.
2121 New layout tests results:
2122 * platform/mac/fast/ruby: Added.
2123 * platform/mac/fast/ruby/ruby-empty-rt-expected.checksum: Added.
2124 * platform/mac/fast/ruby/ruby-empty-rt-expected.png: Added.
2125 * platform/mac/fast/ruby/ruby-empty-rt-expected.txt: Added.
2126 * platform/mac/fast/ruby/ruby-length-expected.checksum: Added.
2127 * platform/mac/fast/ruby/ruby-length-expected.png: Added.
2128 * platform/mac/fast/ruby/ruby-length-expected.txt: Added.
2129 * platform/mac/fast/ruby/ruby-run-break-expected.checksum: Added.
2130 * platform/mac/fast/ruby/ruby-run-break-expected.png: Added.
2131 * platform/mac/fast/ruby/ruby-run-break-expected.txt: Added.
2132 * platform/mac/fast/ruby/ruby-runs-expected.checksum: Added.
2133 * platform/mac/fast/ruby/ruby-runs-expected.png: Added.
2134 * platform/mac/fast/ruby/ruby-runs-expected.txt: Added.
2135 * platform/mac/fast/ruby/ruby-runs-spans-expected.checksum: Added.
2136 * platform/mac/fast/ruby/ruby-runs-spans-expected.png: Added.
2137 * platform/mac/fast/ruby/ruby-runs-spans-expected.txt: Added.
2138 * platform/mac/fast/ruby/ruby-simple-expected.checksum: Added.
2139 * platform/mac/fast/ruby/ruby-simple-expected.png: Added.
2140 * platform/mac/fast/ruby/ruby-simple-expected.txt: Added.
2141 * platform/mac/fast/ruby/ruby-simple-rp-expected.checksum: Added.
2142 * platform/mac/fast/ruby/ruby-simple-rp-expected.png: Added.
2143 * platform/mac/fast/ruby/ruby-simple-rp-expected.txt: Added.
2144 * platform/mac/fast/ruby/ruby-trailing-expected.checksum: Added.
2145 * platform/mac/fast/ruby/ruby-trailing-expected.png: Added.
2146 * platform/mac/fast/ruby/ruby-trailing-expected.txt: Added.
2147 * platform/mac/fast/ruby/rubyDOM-insert-rt-expected.checksum: Added.
2148 * platform/mac/fast/ruby/rubyDOM-insert-rt-expected.png: Added.
2149 * platform/mac/fast/ruby/rubyDOM-insert-rt-expected.txt: Added.
2150 * platform/mac/fast/ruby/rubyDOM-insert-text1-expected.checksum: Added.
2151 * platform/mac/fast/ruby/rubyDOM-insert-text1-expected.png: Added.
2152 * platform/mac/fast/ruby/rubyDOM-insert-text1-expected.txt: Added.
2153 * platform/mac/fast/ruby/rubyDOM-insert-text2-expected.checksum: Added.
2154 * platform/mac/fast/ruby/rubyDOM-insert-text2-expected.png: Added.
2155 * platform/mac/fast/ruby/rubyDOM-insert-text2-expected.txt: Added.
2156 * platform/mac/fast/ruby/rubyDOM-insert-text3-expected.checksum: Added.
2157 * platform/mac/fast/ruby/rubyDOM-insert-text3-expected.png: Added.
2158 * platform/mac/fast/ruby/rubyDOM-insert-text3-expected.txt: Added.
2159 * platform/mac/fast/ruby/rubyDOM-remove-rt1-expected.checksum: Added.
2160 * platform/mac/fast/ruby/rubyDOM-remove-rt1-expected.png: Added.
2161 * platform/mac/fast/ruby/rubyDOM-remove-rt1-expected.txt: Added.
2162 * platform/mac/fast/ruby/rubyDOM-remove-rt2-expected.checksum: Added.
2163 * platform/mac/fast/ruby/rubyDOM-remove-rt2-expected.png: Added.
2164 * platform/mac/fast/ruby/rubyDOM-remove-rt2-expected.txt: Added.
2165 * platform/mac/fast/ruby/rubyDOM-remove-text1-expected.checksum: Added.
2166 * platform/mac/fast/ruby/rubyDOM-remove-text1-expected.png: Added.
2167 * platform/mac/fast/ruby/rubyDOM-remove-text1-expected.txt: Added.
2168 * platform/mac/fast/ruby/rubyDOM-remove-text2-expected.checksum: Added.
2169 * platform/mac/fast/ruby/rubyDOM-remove-text2-expected.png: Added.
2170 * platform/mac/fast/ruby/rubyDOM-remove-text2-expected.txt: Added.
2172 2009-11-03 Kenneth Russell <kbr@google.com>
2174 Reviewed by Oliver Hunt.
2176 Add overridePreference call to all WebGL layout tests
2177 https://bugs.webkit.org/show_bug.cgi?id=31088
2179 * fast/canvas/webgl/array-unit-tests.html:
2180 * fast/canvas/webgl/getActiveTest.html:
2181 * fast/canvas/webgl/gl-get-calls.html:
2182 * fast/canvas/webgl/incorrect-context-object-behaviour.html:
2183 * fast/canvas/webgl/null-object-behaviour.html:
2184 * fast/canvas/webgl/resources/shader-test.js: Removed.
2185 * fast/canvas/webgl/resources/webgl-test.js: Copied from LayoutTests/fast/canvas/webgl/resources/shader-test.js.
2187 2009-11-03 Eric Z. Ayers <zundel@google.com>
2189 Reviewed by Timothy Hatcher.
2191 Adds a test for turning on the timeline profiler. This caused
2192 a crash because profiling was enabled in the middle of processing
2195 https://bugs.webkit.org/show_bug.cgi?id=31080
2197 * inspector/timeline-trivial-expected.txt: Added.
2198 * inspector/timeline-trivial.html: Added.
2200 2009-11-03 Bradley Green <brg@chromium.org>
2202 Reviewed by Dmitry Titov.
2204 Updating test expectations for implementation of
2205 window.navigator.registerProtocolHandler and
2206 window.navigator.registerContentHandler.
2208 There is a default implimentation for these APIs, hence all platforms
2209 with the navigator-detached-no-crash-expect and
2210 window-properties-expected tests needed to be updated. While
2211 isolatedWorlds has a window-properties-expected test, it has no window
2212 object and hence does not need to be updaetd.
2214 We add two fast/dom tests to insure that the proper exceptions are
2215 thrown when bad syntax or security violations are made by calling the
2218 * fast/dom/Window/window-properties-expected.txt:
2219 * fast/dom/navigator-detached-no-crash-expected.txt:
2220 * fast/dom/navigator-detached-no-crash.html:
2221 * fast/dom/registerContentHandler-expected.txt: Added.
2222 * fast/dom/registerContentHandler.html: Added.
2223 * fast/dom/registerProtocolHandler-expected.txt: Added.
2224 * fast/dom/registerProtocolHandler.html: Added.
2225 * platform/gtk/fast/dom/Window/window-properties-expected.txt:
2226 * platform/gtk/fast/dom/navigator-detached-no-crash-expected.txt:
2227 * platform/mac-leopard/fast/dom/navigator-detached-no-crash-expected.txt:
2229 2009-11-03 Dan Bernstein <mitz@apple.com>
2231 Reviewed by Anders Carlsson and Beth Dakin.
2233 https://bugs.webkit.org/show_bug.cgi?id=31070
2234 Test for <rdar://problem/7194735> Crashes at RenderText::RenderText()
2235 Test for <rdar://problem/6937089> Crashes at RenderWidget::destroy()
2237 * plugins/attach-during-destroy-expected.txt: Added.
2238 * plugins/attach-during-destroy.html: Added.
2239 * plugins/destroy-reentry-expected.txt: Added.
2240 * plugins/destroy-reentry.html: Added.
2242 2009-11-03 Evan Martin <evan@chromium.org>
2244 Reviewed by Darin Adler.
2246 A test that reproduces a hard-to-trigger memory corruption in the
2249 https://bugs.webkit.org/show_bug.cgi?id=30827
2251 * fast/css/end-of-buffer-crash.html: Added.
2253 2009-11-02 Darin Adler <darin@apple.com>
2255 Reviewed by Dan Bernstein.
2257 Crash due to double-destroy related to CSS run-in property
2258 https://bugs.webkit.org/show_bug.cgi?id=31034
2259 rdar://problem/7328458
2261 * fast/css/run-in-crash-expected.txt: Added.
2262 * fast/css/run-in-crash.html: Added.
2264 2009-11-03 Victor Wang <victorw@chromium.org>
2266 Reviewed by Eric Seidel.
2268 "http://trac.webkit.org/changeset/50315" makes links mouse
2269 focusable only on GTK and QT, so win has same behavior as mac now
2270 Remove the win specific expected results for tests failed
2273 https://bugs.webkit.org/show_bug.cgi?id=30968
2275 * platform/win/fast/events/click-focus-anchor-expected.txt: Removed.
2276 * platform/win/fast/inline: Removed.
2277 * platform/win/fast/inline/dirtyLinesForInline-expected.txt: Removed.
2279 2009-11-03 Csaba Osztrogonác <ossy@webkit.org>
2281 Add files to skiplist depend on phonon support,
2282 which is disabled on the Qt buildbot for now.
2284 * platform/qt/Skipped:
2286 2009-11-03 Csaba Osztrogonác <ossy@webkit.org>
2288 Rubber-stamped by Tor Arne Vestbø.
2290 Remove now passing tests from skiplist.
2292 * platform/qt/Skipped:
2294 2009-11-03 Csaba Osztrogonác <ossy@webkit.org>
2296 Put test into skiplist added in r50411 because
2297 layoutTestController.showWebInspector() is unimplemented now.
2299 * platform/qt/Skipped: inspector/css-syntax-highlight.html added
2301 2009-11-02 Oliver Hunt <oliver@apple.com>
2303 Reviewed by Gavin Barraclough.
2305 REGRESSION (r48573): JSC may incorrectly cache chain lookups with a dictionary at the head of the chain
2306 https://bugs.webkit.org/show_bug.cgi?id=31045
2308 Add tests for dictionary at the head of a prototype chain.
2310 * fast/js/script-tests/dictionary-no-cache.js:
2311 * fast/js/dictionary-no-cache-expected.txt:
2313 2009-11-02 Enrica Casucci <enrica@apple.com>
2315 Reviewed by Adele Peterson and Dan Bernstein.
2317 Safari crashes when calling execCommand on formatted html in special case
2318 <rdar://problem/7318656>
2319 https://bugs.webkit.org/show_bug.cgi?id=31023
2321 * editing/execCommand/align-in-span-expected.txt: Added.
2322 * editing/execCommand/align-in-span.html: Added.
2324 2009-11-02 Chris Marrin <cmarrin@apple.com>
2326 Reviewed by Oliver Hunt.
2328 Revised tests for changes to when exceptions are raised in WebGL content
2329 https://bugs.webkit.org/show_bug.cgi?id=31005
2331 * fast/canvas/webgl/incorrect-context-object-behaviour-expected.txt:
2332 * fast/canvas/webgl/null-object-behaviour-expected.txt:
2333 * fast/canvas/webgl/script-tests/incorrect-context-object-behaviour.js:
2334 * fast/canvas/webgl/script-tests/null-object-behaviour.js:
2336 2009-11-02 Philippe Normand <pnormand@igalia.com>
2338 Reviewed by Jan Alonzo.
2340 [GTK] Failing media/video-played-reset.html
2341 https://bugs.webkit.org/show_bug.cgi?id=30589
2343 * platform/gtk/Skipped: Unskip fixed test.
2345 2009-11-02 Andrew Scherkus <scherkus@chromium.org>
2347 Reviewed by Eric Carlson.
2349 Increase the timeout of media/video-currentTime-set.html from 800ms to 2000ms.
2351 Also fix call to logResult() as parameters were reversed, resulting in
2352 printing an error message of "false".
2354 https://bugs.webkit.org/show_bug.cgi?id=31017
2356 * media/video-currentTime-set.html: Timeout increased to 2000ms.
2358 2009-10-30 Alexey Proskuryakov <ap@apple.com>
2360 Reviewed by Darin Adler.
2362 https://bugs.webkit.org/show_bug.cgi?id=30969
2363 A no-prefix XPath node test should not match no-namespace elements in HTML document
2365 * fast/xpath/null-namespace-in-html-expected.txt: Added.
2366 * fast/xpath/null-namespace-in-html.html: Added.
2368 2009-11-02 Keishi Hattori <casey.hattori@gmail.com>
2370 Reviewed by Timothy Hatcher.
2372 Web Inspector: Rewrite CSSSourceSyntaxHighlighter so it shares more code
2373 https://bugs.webkit.org/show_bug.cgi?id=30907
2375 * inspector/css-syntax-highlight-expected.txt: Added.
2376 * inspector/css-syntax-highlight.html: Added.
2377 * inspector/javascript-syntax-highlight-expected.txt:
2379 2009-11-02 Chris Fleizach <cfleizach@apple.com>
2381 Reviewed by Beth Dakin.
2383 Support ARIA "tab" roles
2384 https://bugs.webkit.org/show_bug.cgi?id=30842
2386 * accessibility/aria-controls-with-tabs-expected.txt: Added.
2387 * accessibility/aria-controls-with-tabs.html: Added.
2388 * accessibility/aria-tab-roles.html: Added.
2389 * platform/gtk/Skipped:
2390 * platform/mac/accessibility/aria-tab-roles-expected.txt: Added.
2391 * platform/win/Skipped:
2393 2009-11-02 Roland Steiner <rolandsteiner@chromium.org>
2395 Reviewed by Dave Hyatt.
2397 Bug 28420 - Implement HTML5 <ruby> rendering
2398 (https://bugs.webkit.org/show_bug.cgi?id=28420)
2400 First rudimentary implementation of HTML5 ruby rendering support.
2402 Further layout tests will be committed in a follow-up patch under fast/ruby.
2404 * fast/ruby/parse-rp-expected.txt: result changed due to <rt> being rendered as block within <ruby>
2406 2009-11-01 Alexey Proskuryakov <ap@apple.com>
2408 Reviewed by Dan Bernstein.
2410 https://bugs.webkit.org/show_bug.cgi?id=30992
2411 Node.isDefaultNamespace doesn't convert empty strings to null
2413 * fast/dom/Node/default-namespace-empty-argument-expected.txt: Added.
2414 * fast/dom/Node/default-namespace-empty-argument.html: Added.
2416 2009-11-01 Yael Aharon <yael.aharon@nokia.com>
2418 Reviewed by Darin Adler.
2420 Don't add '/' to the URL path if the it does not include '/' after the protocol component
2421 https://bugs.webkit.org/show_bug.cgi?id=30971
2423 Updating the expected result to reflect the change.
2425 * fast/loader/url-parse-1-expected.txt:
2427 2009-10-31 Alexey Proskuryakov <ap@apple.com>
2429 Reviewed by John Sullivan.
2431 https://bugs.webkit.org/show_bug.cgi?id=30982
2432 createHTMLDocument doesn't escape ampersand and less-than in title
2434 * fast/dom/DOMImplementation/createHTMLDocument-title-expected.txt: Added.
2435 * fast/dom/DOMImplementation/createHTMLDocument-title.html: Added.
2437 2009-11-01 Hironori Bono <hbono@chromium.org>
2439 Reviewed by Darin Adler.
2441 Bug 30902: Need a layout test for Bug 28284
2442 This change just adds a simple test that calls TextInputController.firstRectForCharacterRange()
2443 before and after inserting a Thai character and compare their results.
2444 https://bugs.webkit.org/show_bug.cgi?id=30902
2446 * fast/text/international/thai-cursor-position-expected.txt: Added.
2447 * fast/text/international/thai-cursor-position.html: Added.
2448 * platform/gtk/Skipped: Skip this test because TextInputController is not implemented.
2449 * platform/qt/Skipped: ditto.
2450 * platform/win/Skipped: ditto.
2452 2009-11-01 Yuta Kitamura <yutak@chromium.org>
2454 Reviewed by Darin Adler.
2456 Fix assertion falure in RenderObjectChildList::updateBeforeAfterContent().
2458 [Crash (debug)] Combination of list-item and :after causes assertion failure
2459 https://bugs.webkit.org/show_bug.cgi?id=30944
2461 * fast/css/list-item-pseudo-nocrash-expected.txt: Added.
2462 * fast/css/list-item-pseudo-nocrash.html: Added.
2464 2009-11-01 Philippe Normand <pnormand@igalia.com>
2466 Reviewed by Eric Seidel.
2468 https://bugs.webkit.org/show_bug.cgi?id=30586
2469 [GTK] Failing test media/video-src-empty.html
2471 * platform/gtk/Skipped: Unskip fixed test.
2473 2009-10-31 Oliver Hunt <oliver@apple.com>
2475 Reviewed by Jon Honeycutt.
2477 WebGL allows objects to be used with the wrong context
2478 https://bugs.webkit.org/show_bug.cgi?id=30981
2480 Add tests for null/missing object parameters and objects being used
2481 on the wrong context.
2483 * fast/canvas/webgl/incorrect-context-object-behaviour-expected.txt: Added.
2484 * fast/canvas/webgl/incorrect-context-object-behaviour.html: Added.
2485 * fast/canvas/webgl/null-object-behaviour-expected.txt: Added.
2486 * fast/canvas/webgl/null-object-behaviour.html: Added.
2487 * fast/canvas/webgl/resources/shader-test.js:
2488 (loadStandardProgram):
2489 (loadStandardVertexShader):
2490 (loadStandardFragmentShader):
2491 * fast/canvas/webgl/script-tests/incorrect-context-object-behaviour.js: Added.
2492 * fast/canvas/webgl/script-tests/null-object-behaviour.js: Added.
2494 2009-10-30 Enrica Casucci <enrica@apple.com>
2496 Reviewed by Darin Adler.
2498 REGRESSION: In Mail, Undo does not restore some characters I have deleted at the end of a line
2499 https://bugs.webkit.org/show_bug.cgi?id=30955
2500 <rdar://problem/7067033>
2502 * editing/undo/undo-deleteWord-expected.txt: Added.
2503 * editing/undo/undo-deleteWord.html: Added.
2505 2009-10-29 Jon Honeycutt <jhoneycutt@apple.com>
2507 Test for MSAA: Accessibility of headings is not correct
2509 https://bugs.webkit.org/show_bug.cgi?id=30937
2511 Reviewed by Adam Roben.
2513 * platform/win/accessibility/heading-elements-expected.txt: Added.
2514 * platform/win/accessibility/heading-elements.html: Added.
2516 2009-10-29 Jon Honeycutt <jhoneycutt@apple.com>
2518 Test for MSAA: Accessibility of links is wrong
2520 https://bugs.webkit.org/show_bug.cgi?id=30928
2522 Reviewed by Darin Adler.
2524 * platform/win/accessibility/linked-elements-expected.txt: Added.
2525 * platform/win/accessibility/linked-elements.html: Added.
2527 2009-10-30 Ben Murdoch <benm@google.com>
2529 Reviewed by David Kilzer.
2531 openDatabase() with empty version sets db version up incorrectly
2532 https://bugs.webkit.org/show_bug.cgi?id=28417
2534 * storage/open-database-set-empty-version-expected.txt: Added.
2535 * storage/open-database-set-empty-version.html: Added.
2537 2009-10-30 Shinichiro Hamaji <hamaji@chromium.org>
2539 Reviewed by Darin Adler.
2541 counterValueForElementById should return space-separated string for multiple counters
2542 https://bugs.webkit.org/show_bug.cgi?id=30939
2544 * fast/css/counters/counterValueForElementById-expected.txt: Added.
2545 * fast/css/counters/counterValueForElementById.html: Added.
2547 2009-10-30 Shinichiro Hamaji <hamaji@chromium.org>
2549 Reviewed by Mark Rowe.
2551 fast/css/counters/t1204* are not asynchronous anymore
2552 https://bugs.webkit.org/show_bug.cgi?id=30940
2554 * fast/css/counters/t1204-increment-00-c-o.html:
2555 * fast/css/counters/t1204-increment-01-c-o.html:
2557 2009-10-30 Kenneth Rohde Christiansen <kenneth@webkit.org>
2559 Unreviewed layout test fixes.
2561 The existing excepted results were wrong, due to the visited links not
2562 being reset between tests.
2564 This was fixed in r50329, so updating the results.
2566 * platform/qt/fast/block/margin-collapse/block-inside-inline/010-expected.txt:
2567 * platform/qt/fast/block/margin-collapse/block-inside-inline/011-expected.txt:
2568 * platform/qt/fast/block/margin-collapse/block-inside-inline/012-expected.txt:
2569 * platform/qt/fast/block/margin-collapse/block-inside-inline/015-expected.txt:
2570 * platform/qt/fast/block/margin-collapse/block-inside-inline/016-expected.txt:
2571 * platform/qt/fast/block/margin-collapse/block-inside-inline/020-expected.txt:
2573 2009-10-30 Andras Becsi <becsi.andras@stud.u-szeged.hu>
2575 Reviewed by Holger Hans Peter Freyther.
2577 [Qt] Add expected files for new svg tests we pass.
2578 Compared to the Mac expected png files.
2580 * platform/qt/svg/css/arrow-with-shadow-expected.txt: Added.
2581 * platform/qt/svg/css/circle-in-mask-with-shadow-expected.txt: Added.
2582 * platform/qt/svg/css/clippath-with-shadow-expected.txt: Added.
2583 * platform/qt/svg/css/mask-with-shadow-expected.txt: Added.
2584 * platform/qt/svg/css/path-with-shadow-expected.txt: Added.
2585 * platform/qt/svg/css/stars-with-shadow-expected.txt: Added.
2586 * platform/qt/svg/filters/shadow-on-filter-expected.txt: Added.
2587 * platform/qt/svg/filters/shadow-on-rect-with-filter-expected.txt: Added.
2589 2009-10-30 Yury Semikhatsky <yurys@chromium.org>
2591 Reviewed by Pavel Feldman.
2593 Test that browser doesn't crash in case of stack overflow
2594 inside console.log()
2596 https://bugs.webkit.org/show_bug.cgi?id=30904
2598 * fast/dom/console-log-stack-overflow-expected.txt: Added.
2599 * fast/dom/console-log-stack-overflow.html: Added.
2601 2009-10-30 Oliver Hunt <oliver@apple.com>
2603 Reviewed by Gavin Barraclough.
2605 Regression: crash enumerating properties of an object with getters or setters
2606 https://bugs.webkit.org/show_bug.cgi?id=30948
2608 Add test for enumerating getters and setters.
2610 * fast/js/for-in-cached-expected.txt:
2611 * fast/js/script-tests/for-in-cached.js:
2614 2009-10-29 Erik Arvidsson <arv@chromium.org>
2616 Reviewed by Eric Seidel.
2618 Make links mouse focusable only on GTK and QT.
2620 Links are now always mouse focusable on GTK and QT. On other platforms
2621 the link needs a tabIndex or it needs to be contentEditable.
2623 https://bugs.webkit.org/show_bug.cgi?id=26856
2625 * fast/events/click-focus-anchor-expected.txt:
2626 * fast/events/click-focus-anchor.html:
2627 * platform/gtk/fast/events/click-focus-anchor-expected.txt: Added.
2628 * platform/mac/fast/events/click-focus-anchor-expected.txt: Removed.
2629 * platform/qt/fast/events/click-focus-anchor-expected.txt: Added.
2631 2009-10-29 Jonathan Dixon <joth@chromium.org>
2633 Reviewed by Eric Seidel.
2635 Add expected files for GTK and QT builds, for test text-input-webkit-radius.html
2636 Expected fils collected from buildbot:
2637 http://build.webkit.org/results/Qt%20Linux%20Release/r50286%20(3257)/fast/css/
2638 http://build.webkit.org/results/GTK%20Linux%20Release/r50286%20(5308)/fast/css/
2640 * platform/gtk/fast/css/text-input-with-webkit-border-radius-expected.txt: Added.
2641 * platform/qt/fast/css/text-input-with-webkit-border-radius-expected.txt: Added.
2643 2009-10-29 Dan Bernstein <mitz@apple.com>
2645 Updated Tiger-specific result now that Tiger matches current behavior. A Tiger-specific
2646 result is still needed because of the difference in Thai fonts.
2648 * platform/mac-tiger/fast/text/atsui-multiple-renderers-expected.txt:
2650 2009-10-29 Dan Bernstein <mitz@apple.com>
2652 Reviewed by Sam Weinig.
2654 Updated a test to account for font metric differences between Mac OS X versions. Removed
2655 Leopard-specific results for another test now that Leopard matches current behavior.
2657 * platform/mac-leopard/fast/text/atsui-multiple-renderers-expected.checksum: Removed.
2658 * platform/mac-leopard/fast/text/atsui-multiple-renderers-expected.png: Removed.
2659 * platform/mac-leopard/fast/text/atsui-multiple-renderers-expected.txt: Removed.
2660 * platform/mac/fast/text/ligature-subdivision-expected.txt:
2661 * platform/mac/fast/text/script-tests/ligature-subdivision.js:
2663 2009-10-29 Enrica Casucci <enrica@apple.com>
2665 REGRESSION(3.2.3 - 4.0.2): Message composing: when I undo a color change to text in Mail, undo/redo behaves strangely
2666 <rdar://problem/7115041>
2667 https://bugs.webkit.org/show_bug.cgi?id=30892
2669 * editing/undo/redo-style-expected.txt: Added.
2670 * editing/undo/redo-style.html: Added.
2672 2009-10-29 Shinichiro Hamaji <hamaji@chromium.org>
2674 Reviewed by Darin Adler.
2676 fast/css/counters/invalidate-cached-counter-node can be dumpAsText
2677 https://bugs.webkit.org/show_bug.cgi?id=30931
2679 * fast/css/counters/invalidate-cached-counter-node-expected.txt: Added.
2680 * fast/css/counters/invalidate-cached-counter-node.html:
2681 * platform/mac/fast/css/counters/invalidate-cached-counter-node-expected.checksum: Removed.
2682 * platform/mac/fast/css/counters/invalidate-cached-counter-node-expected.png: Removed.
2683 * platform/mac/fast/css/counters/invalidate-cached-counter-node-expected.txt: Removed.
2685 2009-10-29 Csaba Osztrogonác <ossy@webkit.org>
2687 [Qt] Remove some tests that now pass.
2689 * platform/qt/Skipped:
2691 2009-10-29 Dan Bernstein <mitz@apple.com>
2693 Reviewed by Sam Weinig.
2695 Problem editing or selecting text containing ligatures
2696 https://bugs.webkit.org/show_bug.cgi?id=30025
2698 * platform/mac/fast/text/ligature-subdivision-expected.txt: Added.
2699 * platform/mac/fast/text/ligature-subdivision.html: Added.
2700 * platform/mac/fast/text/script-tests: Added.
2701 * platform/mac/fast/text/script-tests/TEMPLATE.html: Copied from LayoutTests/fast/js/script-tests/TEMPLATE.html.
2702 * platform/mac/fast/text/script-tests/ligature-subdivision.js: Added.
2704 2009-10-29 Kenneth Rohde Christiansen <kenneth@webkit.org>
2706 Reviewed by Oliver Hunt.
2708 Removed test that passes after implementing the Qt DRT version
2709 of dumpBackForwardList().
2711 * platform/qt/Skipped:
2713 2009-10-29 Kenneth Rohde Christiansen <kenneth@webkit.org>
2715 Rubberstamped by Adam Roben.
2717 Remove two tests that pass on the buildbot.
2719 * platform/qt/Skipped:
2721 2009-10-29 Dan Bernstein <mitz@apple.com>
2723 Updated expected result for Tiger
2725 * platform/mac-tiger/fast/text/international/thai-line-breaks-expected.txt:
2727 2009-10-29 Kenneth Rohde Christiansen <kenneth@webkit.org>
2729 Unreviewed Qt buildbot fix.
2731 Add some files to skipped that depend on phonon support,
2732 which is disabled on the Qt buildbot for now.
2734 * platform/qt/Skipped:
2736 2009-10-29 Kenneth Rohde Christiansen <kenneth@webkit.org>
2738 Rubberstamped by Adam Roben.
2740 Remove tests that pass after the change introduced in r50289.
2742 * platform/qt/Skipped:
2744 2009-10-29 Brian Weinstein <bweinstein@apple.com>
2746 Rubber-stamped by Steve Falkenburg.
2748 Windows Release bots are having problems in xmlhttprequest tests, Skipping them temporarily
2749 to see if this eliminates the problem, and it is a test causing httpd problems.
2751 * platform/win/Skipped:
2753 2009-10-29 Adam Barth <abarth@webkit.org>
2755 Reviewed by Eric Seidel.
2757 Don't run JavaScript URLs in view source mode
2758 https://bugs.webkit.org/show_bug.cgi?id=30881
2760 Test that we don't run JavaScript URLs in view source mode.
2762 This test actually passes before this change. I don't know how to
2763 actually run JavaScript URLs in view source frames using DRT, but it's
2764 possible in an abitrary embedding of WebKit.
2766 * http/tests/security/view-source-no-javascript-url-expected.txt: Added.
2767 * http/tests/security/view-source-no-javascript-url.html: Added.
2769 2009-10-28 Dan Bernstein <mitz@apple.com>
2771 Removed Leopard-specific result after changing ATSUI missing-glyph behavior to match the
2772 Core Text and fast code paths' behavior.
2774 * platform/mac-leopard/fast/text/international/khmer-selection-expected.txt: Removed.
2776 2009-10-28 Andrew Scherkus <scherkus@chromium.org>
2778 Reviewed by Eric Carlson.
2780 Fix video-pause-immediately.html to avoid using setTimeout().
2782 This also addresses the flakiness on Windows, where 200ms was not enough time to advance the clock past zero.
2784 https://bugs.webkit.org/show_bug.cgi?id=30889
2786 * media/video-pause-immediately.html: Replace setTimeout() with timeupdate events.
2788 2009-10-28 Brian Weinstein <bweinstein@apple.com>
2790 Rubber-stamped by Ada Chan.
2792 Add accessibility test to the list of Windows Skipped tests.
2794 * platform/win/Skipped:
2796 2009-10-28 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
2798 Reviewed by Jan Alonzo.
2800 [GTK] API to start inspector for a WebView
2801 https://bugs.webkit.org/show_bug.cgi?id=22551
2803 Unskip inspector tests that we are now able to run.
2805 * platform/gtk/Skipped:
2807 2009-10-28 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
2809 Reviewed by Xan Lopez.
2811 [GTK] Fails new test fast/js/navigator-language.html
2812 https://bugs.webkit.org/show_bug.cgi?id=30440
2814 Unskip the test that now passes.
2816 * platform/gtk/Skipped:
2818 2009-10-28 Jonathan Dixon <joth@chromium.org>
2820 Reviewed by Eric Seidel.
2822 Bug 30547: (Chromium) searchbox not rendered properly due to the css property -webkit-border-radius
2823 https://bugs.webkit.org/show_bug.cgi?id=30547
2825 * fast/css/text-input-with-webkit-border-radius-expected.checksum: Added.
2826 * fast/css/text-input-with-webkit-border-radius-expected.png: Added.
2827 * fast/css/text-input-with-webkit-border-radius-expected.txt: Added.
2828 * fast/css/text-input-with-webkit-border-radius.html: Added.
2830 2009-10-27 Shinichiro Hamaji <hamaji@chromium.org>
2832 Reviewed by Darin Adler.
2834 Provide a way to get counter values with layoutTestContoller
2835 https://bugs.webkit.org/show_bug.cgi?id=30555
2837 Convert two pixel tests to dumpAsText tests using counterValueForElementById.
2839 * fast/css/counters/t1204-increment-00-c-o-expected.txt: Added.
2840 * fast/css/counters/t1204-increment-00-c-o.html:
2841 * fast/css/counters/t1204-increment-01-c-o-expected.txt: Added.
2842 * fast/css/counters/t1204-increment-01-c-o.html:
2843 * platform/mac/fast/css/counters/t1204-increment-00-c-o-expected.checksum: Removed.
2844 * platform/mac/fast/css/counters/t1204-increment-00-c-o-expected.png: Removed.
2845 * platform/mac/fast/css/counters/t1204-increment-00-c-o-expected.txt: Removed.
2846 * platform/mac/fast/css/counters/t1204-increment-01-c-o-expected.checksum: Removed.
2847 * platform/mac/fast/css/counters/t1204-increment-01-c-o-expected.png: Removed.
2848 * platform/mac/fast/css/counters/t1204-increment-01-c-o-expected.txt: Removed.
2849 * platform/qt/fast/css/counters/t1204-increment-00-c-o-expected.txt: Removed.
2850 * platform/qt/fast/css/counters/t1204-increment-01-c-o-expected.txt: Removed.
2852 2009-10-28 Alexey Proskuryakov <ap@apple.com>
2854 Reviewed by Darin Adler.
2856 https://bugs.webkit.org/show_bug.cgi?id=30841
2857 <rdar://problem/7342730> WebKit should not pass Referer header through a redirect to a non-secure site
2859 * http/tests/ssl/referer-301-expected.txt: Added.
2860 * http/tests/ssl/referer-301.html: Added.
2861 * http/tests/ssl/referer-303-expected.txt: Added.
2862 * http/tests/ssl/referer-303.html: Added.
2863 * http/tests/ssl/resources: Added.
2864 * http/tests/ssl/resources/referer-301-redir.php: Added.
2865 * http/tests/ssl/resources/referer-303-redir.php: Added.
2866 * http/tests/ssl/resources/no-http-referer.cgi: Added.
2868 2009-10-28 Shu Chang <Chang.Shu@nokia.com>
2870 Reviewed by Eric Seidel.
2872 Added special expected test result for Tiger to fix regression tests.
2873 https://bugs.webkit.org/show_bug.cgi?id=30811
2875 * platform/mac-tiger/fast/js/navigator-language-expected.txt: Added.
2877 2009-10-28 Csaba Osztrogonác <ossy@webkit.org>
2879 Rubber-stamped by Holger Freyther.
2881 [Qt] Remove http/tests/security tests from
2882 skiplist, and add only now failing tests.
2884 * platform/qt/Skipped:
2886 2009-10-28 Csaba Osztrogonác <ossy@webkit.org>
2888 [Qt] Remove http/tests/misc tests from
2889 skiplist, and add only now failing tests.
2891 * platform/qt/Skipped:
2893 2009-10-28 Csaba Osztrogonác <ossy@webkit.org>
2895 Reviewed by Holger Freyther.
2897 Put tests into skiplist added in r50168 and r50162 because
2898 layoutTestController.showWebInspector() is unimplemented now.
2900 * platform/qt/Skipped:
2901 inspector/console-format-collections.html added
2902 inspector/javascript-syntax-highlight.html added
2904 2009-10-27 Dan Bernstein <mitz@apple.com>
2906 Rubber-stamped by Sam Weinig.
2908 Changed this test to use -webkit-box-shadow instead of box-shadow after r49003.
2910 * fast/box-shadow/inset.html:
2912 2009-10-27 Joseph Pecoraro <joepeck@webkit.org>
2914 Reviewed by Pavel Feldman.
2916 Web Inspector: Move runAfterPendingDispatches to TestController for Clarity
2917 https://bugs.webkit.org/show_bug.cgi?id=30844
2919 * inspector/console-format-collections.html: updated to reflect TestController change
2921 2009-10-27 Chris Fleizach <cfleizach@apple.com>
2923 Reviewed by Darin Adler.
2925 WAI-ARIA: add support for 'option' role
2926 https://bugs.webkit.org/show_bug.cgi?id=30843
2928 * accessibility/aria-option-role.html: Added.
2929 * platform/gtk/Skipped:
2930 * platform/mac/accessibility/aria-option-role-expected.txt: Added.
2931 * platform/win/Skipped:
2933 2009-10-27 Chris Fleizach <cfleizach@apple.com>
2937 ARIA menu/menu item need AXRoleDescription
2938 https://bugs.webkit.org/show_bug.cgi?id=30804
2940 Layout test fix for Tiger/Leopard.
2942 * platform/mac-leopard/accessibility/table-with-aria-role-expected.txt:
2944 2009-10-27 Chris Fleizach <cfleizach@apple.com>
2946 Reviewed by Adele Peterson.
2948 WAI-ARIA: add support for 'presentation' role
2949 https://bugs.webkit.org/show_bug.cgi?id=30806
2951 * accessibility/aria-presentational-role-expected.txt: Added.
2952 * accessibility/aria-presentational-role.html: Added.
2954 2009-10-27 Chris Fleizach <cfleizach@apple.com>
2956 Reviewed by Darin Adler.
2958 ARIA menu/menu item need AXRoleDescription
2959 https://bugs.webkit.org/show_bug.cgi?id=30804
2961 * platform/mac/accessibility/aria-menu-role-descriptions-expected.txt: Added.
2962 * platform/mac/accessibility/aria-menu-role-descriptions.html: Added.
2963 * platform/mac/accessibility/table-with-aria-role-expected.txt:
2965 2009-10-27 Steve Block <steveblock@google.com>
2967 Reviewed by Darin Adler.
2969 When a Geolocation method is called, immediately calls the error calback asynchronously if permissions have already been denied.
2970 https://bugs.webkit.org/show_bug.cgi?id=27944.
2972 * 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.
2973 * fast/dom/Geolocation/permission-denied-already-error.html: Added. Wrapper for above test.
2974 * fast/dom/Geolocation/permission-denied-already-error-expected.txt: Added. Expected result for above test.
2975 * 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.
2976 * fast/dom/Geolocation/permission-denied-already-success.html: Added. Wrapper for above test.
2977 * fast/dom/Geolocation/permission-denied-already-success-expected.txt: Added. Expected result for above test.
2978 * fast/dom/Geolocation/resources/permission-denied.js: Modified. Updates error string.
2979 * fast/dom/Geolocation/permission-denied-expected.txt: Modified. Expected result for above test.
2980 * fast/dom/Geolocation/resources/permission-denied-stops-watches.js: Modified. Updates error string.
2981 * fast/dom/Geolocation/permission-denied-expected-stops-watches.txt: Modified. Expected result for above test.
2982 * platform/gtk/Skipped: Modified. Adds above tests to skipped list.
2984 2009-10-27 Eric Seidel <eric@webkit.org>
2986 Reviewed by Nikolas Zimmermann.
2988 SVGStyledElement::getPresentationAttribute() can return a shared CSSValue (some SVG tests randomly fail on the bot, and in release builds)
2989 https://bugs.webkit.org/show_bug.cgi?id=29620
2991 * svg/dom/getPresentationAttribute-cache-corruption-expected.txt: Added.
2992 * svg/dom/getPresentationAttribute-cache-corruption.svg: Added.
2994 2009-10-27 Dan Bernstein <mitz@apple.com>
2996 Reviewed by Simon Fraser.
2998 Incomplete repaint of text field in relative positioned inline at imdb.com
2999 https://bugs.webkit.org/show_bug.cgi?id=30047
3001 * fast/repaint/inline-relative-positioned-expected.checksum: Added.
3002 * fast/repaint/inline-relative-positioned-expected.png: Added.
3003 * fast/repaint/inline-relative-positioned-expected.txt: Added.
3004 * fast/repaint/inline-relative-positioned.html: Added.
3006 2009-10-27 Kinuko Yasuda <kinuko@google.com>
3008 Reviewed by Darin Adler.
3010 Fixing a test case that yields FAIL results. Also updating
3011 the corresponding expected results.
3012 https://bugs.webkit.org/show_bug.cgi?id=30821
3014 * storage/domstorage/complex-values-expected.txt:
3015 * storage/domstorage/script-tests/complex-values.js:
3017 2009-10-27 Ryosuke Niwa <rniwa@webkit.org>
3019 Reviewed by Eric Seidel.
3021 WebKit cannot remove nested bold tags
3022 https://bugs.webkit.org/show_bug.cgi?id=30784
3024 Adds two more edge cases to remove-nested-inline-styles.js:
3025 <b><b><b>12</b></b></b> and <b><b><b>1</b></b>2</b>
3026 WebKit now passes the one existing test used to fail.
3028 * editing/style/remove-nested-inline-styles-expected.txt: Added two tests.
3029 * editing/style/script-tests/remove-nested-inline-styles.js: Added two tests.
3031 2009-10-27 Joseph Pecoraro <joepeck@webkit.org>
3033 Reviewed by Timothy Hatcher.
3035 Web Inspector: Pretty Print all HTML Collection Types like we do for NodeList
3036 https://bugs.webkit.org/show_bug.cgi?id=30709
3038 * inspector/console-format-collections-expected.txt: Added.
3039 * inspector/console-format-collections.html: Added.
3040 * inspector/evaluate-in-frontend.js: Changed innerHTML to DOM elements instead.
3042 2009-10-27 Adele Peterson <adele@apple.com>
3044 Test for <rdar://problem/7269075> REGRESSION (Safari 4.0.3-ToT): After pressing Shift-PageDown, pressing Shift-Up
3045 extends the top of the selection upwards (but should shrink the selection instead)
3046 https://bugs.webkit.org/show_bug.cgi?id=29981
3048 * editing/selection/shrink-selection-after-shift-pagedown-expected.txt: Added.
3049 * editing/selection/shrink-selection-after-shift-pagedown.html: Added.
3051 2009-10-27 Keishi Hattori <casey.hattori@gmail.com>
3053 Reviewed by Timothy Hatcher.
3055 Tests for JavaScript syntax highlighter.
3056 https://bugs.webkit.org/show_bug.cgi?id=27147
3058 * inspector/javascript-syntax-highlight-expected.txt: Added.
3059 * inspector/javascript-syntax-highlight.html: Added.
3061 2009-10-27 Xan Lopez <xlopez@igalia.com>
3063 Skip a few more tests that are failing on and off.
3065 * platform/gtk/Skipped:
3067 2009-10-27 Mads Ager <ager@chromium.org>
3069 Reviewed by Adam Barth.
3071 [V8] Missing null check after string conversion in error reporting
3072 https://bugs.webkit.org/show_bug.cgi?id=30774
3074 Test case for toString conversion failure on an error object in
3075 stack overflow situations. Test passes if it doesn't crash.
3077 * fast/dom/error-to-string-stack-overflow-expected.txt: Added.
3078 * fast/dom/error-to-string-stack-overflow.html: Added.
3080 2009-10-27 Brady Eidson <beidson@apple.com>
3082 Rubberstamped by Sam Weinig.
3084 Re-enable the check that disallows pages with unload handlers in the page cache.
3086 <rdar://problem/7196485> and http://webkit.org/b/29021
3088 * platform/mac/Skipped:
3089 * platform/win/Skipped:
3091 2009-10-27 Xan Lopez <xlopez@igalia.com>
3095 * platform/gtk/Skipped:
3097 2009-10-27 Xan Lopez <xlopez@igalia.com>
3099 Fix typo in test names.
3101 * platform/gtk/Skipped:
3103 2009-10-27 Xan Lopez <xlopez@igalia.com>
3105 Skip a few tests with links to their tracking bugs.
3107 * platform/gtk/Skipped:
3109 2009-10-26 Daniel Bates <dbates@webkit.org>
3111 Reviewed by Darin Adler.
3113 https://bugs.webkit.org/show_bug.cgi?id=30491
3115 Test that the <isindex> element can be submitted without being enclosed
3116 within a <form> element. Also tests that the href property of the <base>
3117 element can be used to direct where the submission is sent.
3119 * http/tests/misc/isindex-with-no-form-base-href-expected.txt: Added.
3120 * http/tests/misc/isindex-with-no-form-base-href.html: Added.
3121 * http/tests/misc/isindex-with-no-form-expected.txt: Added.
3122 * http/tests/misc/isindex-with-no-form.html: Added.
3123 * http/tests/misc/resources/isindex-with-no-form-base-href-submit.html: Added.
3124 * http/tests/misc/resources/isindex-with-no-form-base-href.html: Added.
3126 2009-10-26 Brian Weinstein <bweinstein@apple.com>
3128 Unreviewed - Updating getComputedStyle results for Windows.
3130 Updating getComputedStyle results for Windows.
3132 * platform/win/fast/css/getComputedStyle/computed-style-expected.txt:
3133 * platform/win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
3135 2009-10-26 Brady Eidson <beidson@apple.com>
3137 Reviewed by Darin Adler.
3139 <rdar://problem/7289467> and http://webkit.org/b/30798 - REGRESSION (r48687): www.myuhc.com doesn't load.
3141 * fast/loader/grandparent-completion-starts-redirect-expected.txt: Added.
3142 * fast/loader/grandparent-completion-starts-redirect.html: Added.
3143 * fast/loader/resources/meta-redirect-to-notify-done.html: Added.
3144 * fast/loader/resources/parent-of-redirect.html: Added.
3146 2009-10-26 Dan Bernstein <mitz@apple.com>
3148 Reviewed by Sam Weinig.
3150 Use -webkit-background-size as the transition property in this test now
3151 that it is distinct from background-size.
3153 * transitions/multiple-background-size-transitions.html:
3155 2009-10-26 Dan Bernstein <mitz@apple.com>
3157 Rubber-stamped by Beth Dakin.
3159 Update expedted results after r50108.
3161 * svg/css/getComputedStyle-basic-expected.txt:
3163 2009-10-26 Brady Eidson <beidson@apple.com>
3165 Reviewed by Darin Adler.
3167 <rdar://problem/7308952> and http://webkit.org/b/30424 - REGRESSION (r48687): Pages on ucas.com appear blank.
3169 * fast/loader/history-forward-in-head-expected.txt: Added.
3170 * fast/loader/history-forward-in-head.html: Added.
3172 2009-10-26 Alexey Proskuryakov <ap@apple.com>
3174 Reviewed by Darin Adler.
3176 https://bugs.webkit.org/show_bug.cgi?id=30049
3177 <rdar://problem/7286002> Manipulating DOM from a script while parsing XHTML can cause a crash
3179 * fast/parser/remove-current-node-parent-x-2-expected.txt: Added.
3180 * fast/parser/remove-current-node-parent-x-2.xhtml: Added.
3181 * fast/parser/remove-current-node-parent-x-expected.txt: Added.
3182 * fast/parser/remove-current-node-parent-x.xhtml: Added.
3184 2009-10-26 Dan Bernstein <mitz@apple.com>
3186 Reviewed by Beth Dakin.
3188 background-size: X treated as background-size: X X, not background-size: X auto
3189 https://bugs.webkit.org/show_bug.cgi?id=28440
3191 * fast/backgrounds/size/parsing-background-size-values-expected.txt:
3192 * fast/backgrounds/size/parsing-inherit-expected.txt:
3193 * fast/backgrounds/size/resources/parsing-background-size-values.js:
3195 * fast/backgrounds/size/resources/parsing-inherit.js:
3196 * platform/mac/fast/css/getComputedStyle/computed-style-expected.txt:
3197 * platform/mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
3199 2009-10-26 Dimitri Glazkov <dglazkov@chromium.org>
3201 Reviewed by Geoffrey Garen.
3203 Test for https://bugs.webkit.org/show_bug.cgi?id=30765
3204 REGRESSION (r48701): Removing an event listener causes one added after it to not fire
3206 * fast/events/event-listener-list-mutation-expected.txt: Added.
3207 * fast/events/event-listener-list-mutation.html: Added.
3208 * fast/events/script-tests/event-listener-list-mutation.js: Added.
3209 (TestMutation.listeners):
3210 (TestMutation.mutateList):
3212 2009-10-26 Xan Lopez <xlopez@igalia.com>
3214 Skip test fast/loader/opaque-base-url.html with a reference to the
3215 bug tracking it, https://bugs.webkit.org/show_bug.cgi?id=30724
3217 * platform/gtk/Skipped:
3219 2009-10-26 Nate Chapin <japhet@chromium.org>
3221 Reviewed by Alexey Proskuryakov.
3223 Update no-referrer-reset for https://bugs.webkit.org/show_bug.cgi?id=30781.
3225 * http/tests/navigation/no-referrer-reset-expected.txt: Expect window.opener to still be set.
3226 * http/tests/navigation/no-referrer-reset.html: Update text to reflect what the test actually does.
3228 2009-10-26 Ryosuke Niwa <rniwa@webkit.org>
3230 Reviewed by Eric Seidel.
3232 Data loss occurs when unbolding nested bold tags.
3233 https://bugs.webkit.org/show_bug.cgi?id=30083
3235 Adds a test to make sure WebKit can remove nested b, i, & s tags properly
3236 without loosing the content of inner elements.
3238 * editing/style/remove-nested-inline-styles-expected.txt: Added.
3239 * editing/style/remove-nested-inline-styles.html: Added.
3240 * editing/style/script-tests/remove-nested-inline-styles.js: Added.
3241 (removeStyleAndExpect):
3243 2009-10-26 Sam Weinig <sam@webkit.org>
3245 Rubber-stamped by Darin Adler.
3247 Rollout r50041-50043. The HTML5 spec changed to make HTMLOptionsCollection
3248 inherit from HTMLCollection.
3250 * fast/dom/wrapper-classes-expected.txt:
3252 2009-10-26 Rahul Kuchhal <kuchhal@chromium.org>
3254 Reviewed by Eric Seidel.
3256 Prevent crash when optgroup element is empty.
3258 https://bugs.webkit.org/show_bug.cgi?id=30365
3260 * fast/forms/select-empty-optgroup-expected.txt: Added.
3261 * fast/forms/select-empty-optgroup.html: Added.
3263 2009-10-26 Csaba Osztrogonác <ossy@webkit.org>
3265 Unreviewed typo fix.
3267 * platform/qt/Skipped: shared-workers-close.html replaced with shared-worker-close.html
3269 2009-10-23 Alexey Proskuryakov <ap@apple.com>
3271 Reviewed by Adam Barth and Darin Adler.
3273 https://bugs.webkit.org/show_bug.cgi?id=30723
3274 <rdar://problem/6189415> Input names added to multipart/form-data headers need to be escaped.
3276 * http/tests/security/escape-form-data-field-names-expected.txt: Added.
3277 * http/tests/security/escape-form-data-field-names.html: Added.
3278 * http/tests/security/resources/escape-form-data-field-names.cgi: Added.
3280 2009-10-26 Andras Becsi <becsi.andras@stud.u-szeged.hu>
3282 Reviewed by Ariya Hidayat.
3284 [Qt] Skip two flakey tests because of sporadic timeouts.
3286 * platform/qt/Skipped:
3288 2009-10-26 Andras Becsi <becsi.andras@stud.u-szeged.hu>
3290 Reviewed by Ariya Hidayat.
3292 [Qt] Skipping two other tests because of missing features on our platform.
3294 * platform/qt/Skipped:
3296 2009-10-26 Andras Becsi <becsi.andras@stud.u-szeged.hu>
3298 Reviewed by Ariya Hidayat.
3300 [Qt] Add platform-dependent expected file for test added in r49875.
3302 * platform/qt/fast/css/getComputedStyle/marginComputedStyle-expected.txt: Added.
3304 2009-10-26 Andras Becsi <becsi.andras@stud.u-szeged.hu>
3306 Reviewed by Ariya Hidayat.
3308 [Qt] Update outdated expected files which expected wrong color values.
3310 * platform/qt/fast/block/margin-collapse/block-inside-inline/010-expected.txt:
3311 * platform/qt/fast/block/margin-collapse/block-inside-inline/011-expected.txt:
3312 * platform/qt/fast/block/margin-collapse/block-inside-inline/012-expected.txt:
3313 * platform/qt/fast/block/margin-collapse/block-inside-inline/015-expected.txt:
3314 * platform/qt/fast/block/margin-collapse/block-inside-inline/016-expected.txt:
3315 * platform/qt/fast/block/margin-collapse/block-inside-inline/020-expected.txt:
3317 2009-10-26 Keishi Hattori <casey.hattori@gmail.com>
3319 Reviewed by Pavel Feldman.
3321 Fix for Console not showing repeat count when repeatedly logging an Event
3322 https://bugs.webkit.org/show_bug.cgi?id=30324
3324 * inspector/console-tests-expected.txt:
3326 2009-10-26 Eric Carlson <eric.carlson@apple.com>
3328 Reviewed by Eric Seidel.
3330 Remove HTML5 media element 'load' event
3331 https://bugs.webkit.org/show_bug.cgi?id=30464
3333 Part 1, change layout tests to not use the event.
3335 * media/audio-constructor-autobuffer-expected.txt:
3336 * media/audio-constructor-autobuffer.html:
3337 * media/audio-constructor-expected.txt:
3338 * media/audio-constructor-src-expected.txt:
3339 * media/audio-constructor-src.html:
3340 * media/audio-constructor.html:
3341 * media/audio-controls-rendering.html:
3342 * media/audio-data-url-expected.txt:
3343 * media/audio-data-url.html:
3344 * media/audio-mpeg-supported-expected.txt:
3345 * media/audio-mpeg-supported.html:
3346 * media/media-load-event-expected.txt:
3347 * media/media-load-event.html:
3348 * media/progress-event-expected.txt:
3349 * media/progress-event-total-expected.txt:
3350 * media/progress-event-total.html:
3351 * media/progress-event.html:
3352 * media/remove-from-document-expected.txt:
3353 * media/remove-from-document-no-load-expected.txt:
3354 * media/remove-from-document-no-load.html:
3355 * media/remove-from-document.html:
3356 * media/restore-from-page-cache-expected.txt:
3357 * media/restore-from-page-cache.html:
3358 * media/video-append-source-expected.txt:
3359 * media/video-append-source.html:
3360 * media/video-buffered-expected.txt:
3361 * media/video-buffered.html:
3362 * media/video-canvas-source-expected.txt:
3363 * media/video-canvas-source.html:
3364 * media/video-controls-expected.txt:
3365 * media/video-controls-transformed-expected.txt:
3366 * media/video-controls-transformed.html:
3367 * media/video-controls-zoomed-expected.txt:
3368 * media/video-controls-zoomed.html:
3369 * media/video-controls.html:
3370 * media/video-currentTime-expected.txt:
3371 * media/video-currentTime-set-expected.txt:
3372 * media/video-currentTime-set.html:
3373 * media/video-currentTime-set2-expected.txt:
3374 * media/video-currentTime-set2.html:
3375 * media/video-currentTime.html:
3376 * media/video-dom-src-expected.txt:
3377 * media/video-dom-src.html:
3378 * media/video-error-abort-expected.txt:
3379 * media/video-error-abort.html:
3380 * media/video-error-does-not-exist.html:
3381 * media/video-muted-expected.txt:
3382 * media/video-muted.html:
3383 * media/video-no-autoplay-expected.txt:
3384 * media/video-no-autoplay.html:
3385 * media/video-seek-past-end-paused-expected.txt:
3386 * media/video-seek-past-end-paused.html:
3387 * media/video-seek-past-end-playing-expected.txt:
3388 * media/video-seek-past-end-playing.html:
3389 * media/video-seekable-expected.txt:
3390 * media/video-seekable.html:
3391 * media/video-seeking-expected.txt:
3392 * media/video-seeking.html:
3393 * media/video-src-change-expected.txt:
3394 * media/video-src-change.html:
3395 * media/video-volume-expected.txt:
3396 * media/video-volume.html:
3398 2009-10-26 Chris Fleizach <cfleizach@apple.com>
3400 Reviewed by Darin Adler.
3402 crash with AX on when an image map contains an anchor tag
3403 https://bugs.webkit.org/show_bug.cgi?id=30739
3405 * accessibility/crashing-a-tag-in-map-expected.txt: Added.
3406 * accessibility/crashing-a-tag-in-map.html: Added.
3408 2009-10-26 Csaba Osztrogonác <ossy@webkit.org>
3410 Rubber-stamped by Tor Arne Vestbø.
3412 http/tests/cookies/simple-cookies-max-age.html moved to flakey tests group.
3413 http/tests/xmlhttprequest/workers/close.html added to flakey tests group.
3415 * platform/qt/Skipped:
3417 2009-10-26 Csaba Osztrogonác <ossy@webkit.org>
3419 Unreviewed trivial fix for r49854.
3421 * platform/qt/Skipped: Missing html extension added.
3423 2009-10-26 Jan Michael Alonzo <jmalonzo@webkit.org>
3425 Reviewed by Gustavo Noronha.
3427 [Gtk] Reenable mod_rewrite in Fedora's httpd.conf
3428 https://bugs.webkit.org/show_bug.cgi?id=30741
3430 * http/conf/fedora-httpd.conf:
3432 2009-10-25 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
3434 Unreviewed. Rebaseline test after 49998.
3436 * platform/gtk/fast/dom/prototype-inheritance-2-expected.txt:
3438 2009-10-25 Hironori Bono <hbono@chromium.org>
3440 Reviewed by Darin Adler.
3442 A quick fix for Bug 29103.
3443 Since String::startsWith() cannot fold non-ASCII characters, this change folds the prefix string
3444 and the option string before calling String::startsWith().
3445 https://bugs.webkit.org/show_bug.cgi?id=29103
3447 * fast/forms/listbox-typeahead-cyrillic-expected.txt: Added.
3448 * fast/forms/listbox-typeahead-cyrillic.html: Added.
3449 * fast/forms/listbox-typeahead-greek-expected.txt: Added.
3450 * fast/forms/listbox-typeahead-greek.html: Added.
3452 2009-10-25 Sam Weinig <sam@webkit.org>
3454 Reviewed by Dan Bernstein.
3456 Update tests for https://bugs.webkit.org/show_bug.cgi?id=30751
3457 HTMLOptionsCollection should not inherit from HTMLCollection
3459 * fast/dom/wrapper-classes-expected.txt:
3461 2009-10-24 Dan Bernstein <mitz@apple.com>
3463 Reviewed by Sam Weinig.
3465 Missing images at 350.org due to wrong URLs
3466 https://bugs.webkit.org/show_bug.cgi?id=30748
3468 * fast/dom/HTMLImageElement/parse-src-expected.txt: Added.
3469 * fast/dom/HTMLImageElement/parse-src.html: Added.
3470 * fast/dom/HTMLImageElement/script-tests: Added.
3471 * fast/dom/HTMLImageElement/script-tests/TEMPLATE.html: Copied from LayoutTests/fast/dom/Document/script-tests/TEMPLATE.html.
3472 * fast/dom/HTMLImageElement/script-tests/parse-src.js: Added.
3474 2009-10-23 Chris Evans <cevans@chromium.org>
3476 Reviewed by Adam Barth.
3478 Added test for bug 27239 (ignore Refresh for view source mode).
3479 https://bugs.webkit.org/show_bug.cgi?id=27239
3481 * http/tests/security/view-source-no-refresh.html: Added
3482 * http/tests/security/view-source-no-refresh-expected.txt: Added
3483 * http/tests/security/resources/view-source-no-refresh.php: Added
3485 2009-10-23 Alejandro G. Castro <alex@igalia.com>
3487 Reviewed by Xan Lopez.
3489 [GTK] Modified the tests results according to the last changes due
3490 to the fixes of the bug (r49985):
3491 https://bugs.webkit.org/show_bug.cgi?id=29697.
3493 * platform/gtk/editing/execCommand/4916541-expected.txt:
3494 * platform/gtk/editing/execCommand/5138441-expected.txt:
3495 * platform/gtk/editing/execCommand/5481523-expected.txt:
3496 * platform/gtk/editing/execCommand/indent-paragraphs-expected.txt: Added.
3498 2009-10-23 Jon Honeycutt <jhoneycutt@apple.com>
3500 MSAA: Name for image elements should use alt attribute text
3502 https://bugs.webkit.org/show_bug.cgi?id=30727
3503 <rdar://problem/7328291>
3505 Reviewed by Alice Liu.
3507 * platform/win/accessibility/img-alt-attribute-expected.txt: Added.
3508 * platform/win/accessibility/img-alt-attribute.html: Added.
3510 2009-10-23 Sam Weinig <sam@webkit.org>
3512 Reviewed by Anders Carlsson.
3514 Update and add test for https://bugs.webkit.org/show_bug.cgi?id=30695
3515 Drop .tags() support from HTMLCollection
3517 * fast/dom/HTMLDocument/document-all-expected.txt: Added.
3518 * fast/dom/HTMLDocument/document-all.html: Added.
3519 * fast/dom/HTMLDocument/script-tests: Added.
3520 * fast/dom/HTMLDocument/script-tests/document-all.js: Added.
3521 * fast/dom/Window/window-properties-expected.txt:
3522 * fast/dom/dom-constructors-expected.txt:
3523 * fast/dom/dom-constructors.html:
3524 * fast/dom/domListEnumeration-expected.txt:
3525 * fast/dom/prototype-inheritance-2-expected.txt:
3526 * fast/dom/prototype-inheritance-expected.txt:
3527 * fast/dom/script-tests/domListEnumeration.js:
3528 * fast/dom/undetectable-document-all-expected.txt:
3529 * fast/js/global-constructors-expected.txt:
3531 2009-10-23 Alpha Lam <hclam@chromium.org>
3533 Reviewed by Eric Carlson.
3535 Volume slider always starts at half volume
3536 https://bugs.webkit.org/show_bug.cgi?id=28322
3538 * media/video-volume-slider.html: Added.
3539 Pixel test for the volume slider of the media control. This test
3540 assumes volume slider is implemented and usable. It moves the mouse
3541 over the right bottom corner of a video element to trigger the
3542 volume slider. If volume slider is not implemented at all, you'll
3543 only see a video element with the first frame.
3544 * platform/gtk/Skipped: The above test requires a volume slider so it's skipped.
3545 * platform/mac/Skipped: ditto.
3546 * platform/win/Skipped: ditto.
3548 2009-10-23 Andrew Scherkus <scherkus@chromium.org>
3550 Reviewed by Eric Carlson.
3552 Add a layout test to assert that media element implementors do not
3553 advance currentTime after being paused.
3555 https://bugs.webkit.org/show_bug.cgi?id=30699
3557 * media/video-pause-immediately-expected.txt: Added.
3558 * media/video-pause-immediately.html: Added.
3560 2009-10-23 Victor Wang <victorw@chromium.org>