1 2009-11-13 Kenneth Rohde Christiansen <kenneth@webkit.org>
3 Reviewed by Simon Hausmann.
5 Add a file for suppressing invalid valgrind errors (Qt / Linux only)
7 * platform/qt/SuppressedValgrindErrors: Added.
9 2009-11-13 Alexey Proskuryakov <ap@apple.com>
11 Disable websocket tests on Windows, as the server cannot start on buildbot.
13 Filed <https://bugs.webkit.org/show_bug.cgi?id=31479> to investigate this issue.
15 * platform/win/Skipped:
17 2009-11-12 Alexey Proskuryakov <ap@apple.com>
19 Reviewed by Darin Adler.
21 https://bugs.webkit.org/show_bug.cgi?id=31441
22 Implement SocketStreamCFNet
24 * platform/mac/Skipped:
25 * platform/win/Skipped:
26 Enables tests in websocket directory.
28 2009-11-13 Dmitry Titov <dimich@chromium.org>
30 Reviewed by Darin Adler.
32 Fix worker-timeout.html layout test that fails in Chromium harness.
33 https://bugs.webkit.org/show_bug.cgi?id=31452
35 * fast/workers/worker-timeout.html:
36 Stop logging timer messages at the same time as calling NotifyDone() because
37 in test harness Chromium uses for workers it does not capture the output immediately.
39 2009-11-13 Pavel Feldman <pfeldman@chromium.org>
41 Reviewed by Adam Barth.
43 Chromium: [REGRESSION] Crash while stopping on a breakpoint.
46 https://bugs.webkit.org/show_bug.cgi?id=31467
48 * http/tests/security/calling-versus-current-expected.txt: Removed.
49 * http/tests/security/calling-versus-current.html: Removed.
51 2009-11-13 Dirk Schulze <krit@webkit.org>
53 Reviewed by Gustavo Noronha.
55 Skip fast/canvas/canvas-shadow.html we need to enable filters
56 on cairo to pass this test.
58 * platform/gtk/Skipped:
60 2009-11-13 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
62 Skip one more new test.
64 * platform/gtk/Skipped:
66 2009-11-12 Anantanarayanan G Iyengar <ananta@chromium.org>
68 Reviewed by Adam Barth.
70 The document-html and window-html tests don't use a setTimeout to notify that the
71 test is completed. The layout test plugin now issues the notifyDone call via
74 https://bugs.webkit.org/show_bug.cgi?id=31067
76 * plugins/document-open.html:
77 * plugins/window-open.html:
79 2009-11-12 Kinuko Yasuda <kinuko@google.com>
81 Reviewed by Adam Barth.
83 Makes the output of fast/events/mouse-click-events.html independent
85 https://bugs.webkit.org/show_bug.cgi?id=31405
87 * fast/events/mouse-click-events-expected.txt:
88 * fast/events/script-tests/mouse-click-events.js:
90 2009-11-12 Simon Fraser <simon.fraser@apple.com>
92 Reviewed by Dan Bernstein.
94 Transformed reflected elements are clipped inside element with opacity
95 https://bugs.webkit.org/show_bug.cgi?id=30957
97 Testcase for reflected and transformed elements inside an opacity layer.
99 * fast/reflections/opacity-reflection-transform.html: Added.
100 * platform/mac/fast/reflections/opacity-reflection-transform-expected.checksum: Added.
101 * platform/mac/fast/reflections/opacity-reflection-transform-expected.png: Added.
102 * platform/mac/fast/reflections/opacity-reflection-transform-expected.txt: Added.
104 2009-11-12 Joanmarie Diggs <joanmarie.diggs@gmail.com>
106 Reviewed by Gustavo Noronha Silva.
108 https://bugs.webkit.org/show_bug.cgi?id=30997
109 [Gtk] Implemment AtkDocument
111 Added testing support for AtkDocument implementation.
113 * accessibility/document-attributes.html: Added.
114 * accessibility/document-attributes-expected.txt: Added.
115 * platform/mac/Skipped:
116 * platform/win/Skipped:
118 2009-11-11 Dirk Schulze <krit@webkit.org>
120 Reviewed by Simon Fraser.
122 Some tests for canvas shadow.
124 * fast/canvas/canvas-shadow-expected.txt: Added.
125 * fast/canvas/canvas-shadow.html: Added.
126 * fast/canvas/script-tests/canvas-shadow.js: Added.
128 2009-11-12 Brian Weinstein <bweinstein@apple.com>
130 Rubber-stamped by Steve Falkenburg.
132 Add failing tests to Skipped list.
134 * platform/win/Skipped:
136 2009-11-12 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
138 Skipping tests that fail intermitently.
140 * platform/gtk/Skipped:
142 2009-11-12 Sam Weinig <sam@webkit.org>
144 Reviewed by Oliver Hunt.
146 Test for <rdar://problem/7267951>
147 Canvas methods should reject uses of NaN and Infinity.
149 * fast/canvas/canvas-with-illegal-args-expected.txt: Added.
150 * fast/canvas/canvas-with-illegal-args.html: Added.
151 * fast/canvas/script-tests/canvas-with-illegal-args.js: Added.
153 2009-11-12 Mark Rowe <mrowe@apple.com>
155 Skip an accessibility test that covers functionality not available on Tiger or Leopard.
157 * platform/mac-leopard/Skipped:
158 * platform/mac-tiger/Skipped:
160 2009-11-12 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
162 Skipping one more new test, and a number of other tests, with bugs
165 * platform/gtk/Skipped:
167 2009-11-12 Mark Rowe <mrowe@apple.com>
169 Fix results for fast/dom/Window/window-properties.html after r50893.
171 * fast/dom/Window/window-properties-expected.txt:
173 2009-11-12 Mark Rowe <mrowe@apple.com>
175 Rubber-stamped by Anders Carlsson.
177 Move a misplaced accessibility test from platform/mac-snowleopard/accessibility to accessibility,
178 and the results from platform/mac-snowleopard/accessibility to platform/mac/accessibility.
180 * accessibility/aria-list-and-listitem.html: Renamed from LayoutTests/platform/mac-snowleopard/accessibility/aria-list-and-listitem.html.
181 * platform/mac/accessibility/aria-list-and-listitem-expected.txt: Renamed from LayoutTests/platform/mac-snowleopard/accessibility/aria-list-and-listitem-expected.txt.
183 2009-11-12 Mark Rowe <mrowe@apple.com>
185 Rubber-stamped by Brady Eidson.
187 Land updated results for file-url-mimetypes-2.html and file-url-mimetypes-3.html.
189 * 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.
190 * 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.
191 * platform/mac/fast/loader/file-url-mimetypes-2-expected.txt:
192 * platform/mac/fast/loader/file-url-mimetypes-3-expected.txt:
194 2009-11-12 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
196 Unreviewed. Skipped new tests, a test that keeps failing despite
197 not failing locally, and a new DnD test.
199 * platform/gtk/Skipped:
201 2009-11-12 Eric Carlson <eric.carlson@apple.com>
203 Unreviewed, build fix.
205 Skipped tests need path relative to LayoutTests folder, not just
208 * platform/gtk/Skipped:
209 * platform/mac-leopard/Skipped:
210 * platform/mac-tiger/Skipped:
211 * platform/win/Skipped:
213 2009-11-12 Eric Carlson <eric.carlson@apple.com>
215 Reviewed by Dan Bernstein.
217 <rdar://problem/7388969> Add DOM API for fullscreen video
219 Tests for fullscreen <video> DOM API.
221 * media/media-fullscreen-inline-expected.txt: Added.
222 * media/media-fullscreen-inline.html: Added.
223 * media/media-fullscreen-not-in-document-expected.txt: Added.
224 * media/media-fullscreen-not-in-document.html: Added.
225 * media/media-fullscreen.js: Added.
227 * platform/gtk/Skipped:
228 * platform/mac-leopard/Skipped:
229 * platform/mac-tiger/Skipped:
230 * platform/win/Skipped:
231 Skipped on platforms that don't support fullscreen yet.
233 2009-11-12 Alexey Proskuryakov <ap@apple.com>
235 Reviewed by David Levin.
237 https://bugs.webkit.org/show_bug.cgi?id=31426
238 Some WebSocket tests don't properly listen to close event
240 * websocket/tests/script-tests/handshake-error.js:
241 * websocket/tests/script-tests/simple.js:
242 Made the tests clear second-chance timer on finish, avoiding confusing output when running
245 * websocket/tests/script-tests/frame-length-longer-than-buffer.js:
246 * websocket/tests/script-tests/frame-length-skip.js:
247 * websocket/tests/frame-length-longer-than-buffer-expected.txt:
248 * websocket/tests/frame-length-skip-expected.txt:
249 These tests now finish properly.
251 * websocket/tests/handshake-error-expected.txt:
252 * websocket/tests/simple-expected.txt:
253 I'm getting an extra empty line for these tests, which is surprising. But since I didn't
254 change anything, I assume that it should be there.
256 2009-11-12 Adam Barth <abarth@webkit.org>
258 Reviewed by Dimitri Glazkov.
260 [Chromium] Sify compose button alerts error
261 https://bugs.webkit.org/show_bug.cgi?id=31394
263 Test that we're using the calling security context in a simple case.
265 * http/tests/security/calling-versus-current-expected.txt: Added.
266 * http/tests/security/calling-versus-current.html: Added.
268 2009-11-12 Daniel Bates <dbates@webkit.org>
270 Reviewed by Darin Adler.
272 https://bugs.webkit.org/show_bug.cgi?id=30291
274 Rebased results for existing test case fast/events/drag-and-drop.html
277 Now, we can run the part of the test when effectAllowed == "uninitialized".
279 * fast/events/drag-and-drop-expected.txt: Rebased results.
280 * fast/events/drag-and-drop.html: Removed notice about this bug (#30291).
282 2009-11-12 Chris Fleizach <cfleizach@apple.com>
284 Reviewed by Darin Adler.
286 ARIA: add alert type roles
287 https://bugs.webkit.org/show_bug.cgi?id=31392
289 * platform/mac/accessibility/aria-alerts-expected.txt: Added.
290 * platform/mac/accessibility/aria-alerts.html: Added.
292 2009-11-12 Andras Becsi <becsi.andras@stud.u-szeged.hu>
294 Rubber-stamped by Tor Arne Vestbø.
296 [Qt] Update outdated metrics in layout tests after change to Qt 4.6 on the buildbot.
298 * platform/qt/css1/basic/class_as_selector-expected.txt:
299 * platform/qt/css1/basic/comments-expected.txt:
300 * platform/qt/css1/basic/containment-expected.txt:
301 * platform/qt/css1/basic/contextual_selectors-expected.txt:
302 * platform/qt/css1/basic/grouping-expected.txt:
303 * platform/qt/css1/basic/id_as_selector-expected.txt:
304 * platform/qt/css1/basic/inheritance-expected.txt:
305 * platform/qt/css1/box_properties/acid_test-expected.txt:
306 * platform/qt/css1/box_properties/border-expected.txt:
307 * platform/qt/css1/box_properties/border_bottom-expected.txt:
308 * platform/qt/css1/box_properties/border_bottom_inline-expected.txt:
309 * platform/qt/css1/box_properties/border_bottom_width-expected.txt:
310 * platform/qt/css1/box_properties/border_bottom_width_inline-expected.txt:
311 * platform/qt/css1/box_properties/border_color-expected.txt:
312 * platform/qt/css1/box_properties/border_color_inline-expected.txt:
313 * platform/qt/css1/box_properties/border_inline-expected.txt:
314 * platform/qt/css1/box_properties/border_left-expected.txt:
315 * platform/qt/css1/box_properties/border_left_inline-expected.txt:
316 * platform/qt/css1/box_properties/border_left_width-expected.txt:
317 * platform/qt/css1/box_properties/border_left_width_inline-expected.txt:
318 * platform/qt/css1/box_properties/border_right-expected.txt:
319 * platform/qt/css1/box_properties/border_right_inline-expected.txt:
320 * platform/qt/css1/box_properties/border_right_width-expected.txt:
321 * platform/qt/css1/box_properties/border_right_width_inline-expected.txt:
322 * platform/qt/css1/box_properties/border_style-expected.txt:
323 * platform/qt/css1/box_properties/border_style_inline-expected.txt:
324 * platform/qt/css1/box_properties/border_top-expected.txt:
325 * platform/qt/css1/box_properties/border_top_inline-expected.txt:
326 * platform/qt/css1/box_properties/border_top_width-expected.txt:
327 * platform/qt/css1/box_properties/border_top_width_inline-expected.txt:
328 * platform/qt/css1/box_properties/border_width-expected.txt:
329 * platform/qt/css1/box_properties/border_width_inline-expected.txt:
330 * platform/qt/css1/box_properties/clear-expected.txt:
331 * platform/qt/css1/box_properties/clear_float-expected.txt:
332 * platform/qt/css1/box_properties/float-expected.txt:
333 * platform/qt/css1/box_properties/float_elements_in_series-expected.txt:
334 * platform/qt/css1/box_properties/float_margin-expected.txt:
335 * platform/qt/css1/box_properties/float_on_text_elements-expected.txt:
336 * platform/qt/css1/box_properties/height-expected.txt:
337 * platform/qt/css1/box_properties/margin-expected.txt:
338 * platform/qt/css1/box_properties/margin_bottom-expected.txt:
339 * platform/qt/css1/box_properties/margin_bottom_inline-expected.txt:
340 * platform/qt/css1/box_properties/margin_inline-expected.txt:
341 * platform/qt/css1/box_properties/margin_left-expected.txt:
342 * platform/qt/css1/box_properties/margin_left_inline-expected.txt:
343 * platform/qt/css1/box_properties/margin_right-expected.txt:
344 * platform/qt/css1/box_properties/margin_right_inline-expected.txt:
345 * platform/qt/css1/box_properties/margin_top-expected.txt:
346 * platform/qt/css1/box_properties/margin_top_inline-expected.txt:
347 * platform/qt/css1/box_properties/padding-expected.txt:
348 * platform/qt/css1/box_properties/padding_bottom-expected.txt:
349 * platform/qt/css1/box_properties/padding_bottom_inline-expected.txt:
350 * platform/qt/css1/box_properties/padding_inline-expected.txt:
351 * platform/qt/css1/box_properties/padding_left-expected.txt:
352 * platform/qt/css1/box_properties/padding_left_inline-expected.txt:
353 * platform/qt/css1/box_properties/padding_right-expected.txt:
354 * platform/qt/css1/box_properties/padding_right_inline-expected.txt:
355 * platform/qt/css1/box_properties/padding_top-expected.txt:
356 * platform/qt/css1/box_properties/padding_top_inline-expected.txt:
357 * platform/qt/css1/box_properties/width-expected.txt:
358 * platform/qt/css1/cascade/cascade_order-expected.txt:
359 * platform/qt/css1/cascade/important-expected.txt:
360 * platform/qt/css1/classification/display-expected.txt:
361 * platform/qt/css1/classification/list_style-expected.txt:
362 * platform/qt/css1/classification/list_style_image-expected.txt:
363 * platform/qt/css1/classification/list_style_position-expected.txt:
364 * platform/qt/css1/classification/list_style_type-expected.txt:
365 * platform/qt/css1/classification/white_space-expected.txt:
366 * platform/qt/css1/color_and_background/background-expected.txt:
367 * platform/qt/css1/color_and_background/background_attachment-expected.txt:
368 * platform/qt/css1/color_and_background/background_color-expected.txt:
369 * platform/qt/css1/color_and_background/background_image-expected.txt:
370 * platform/qt/css1/color_and_background/background_position-expected.txt:
371 * platform/qt/css1/color_and_background/background_repeat-expected.txt:
372 * platform/qt/css1/color_and_background/color-expected.txt:
373 * platform/qt/css1/conformance/forward_compatible_parsing-expected.txt:
374 * platform/qt/css1/font_properties/font-expected.txt:
375 * platform/qt/css1/font_properties/font_family-expected.txt:
376 * platform/qt/css1/font_properties/font_size-expected.txt:
377 * platform/qt/css1/font_properties/font_style-expected.txt:
378 * platform/qt/css1/font_properties/font_variant-expected.txt:
379 * platform/qt/css1/font_properties/font_weight-expected.txt:
380 * platform/qt/css1/formatting_model/canvas-expected.txt:
381 * platform/qt/css1/formatting_model/floating_elements-expected.txt:
382 * platform/qt/css1/formatting_model/height_of_lines-expected.txt:
383 * platform/qt/css1/formatting_model/horizontal_formatting-expected.txt:
384 * platform/qt/css1/formatting_model/inline_elements-expected.txt:
385 * platform/qt/css1/formatting_model/replaced_elements-expected.txt:
386 * platform/qt/css1/formatting_model/vertical_formatting-expected.txt:
387 * platform/qt/css1/pseudo/anchor-expected.txt:
388 * platform/qt/css1/pseudo/firstletter-expected.txt:
389 * platform/qt/css1/pseudo/firstline-expected.txt:
390 * platform/qt/css1/pseudo/multiple_pseudo_elements-expected.txt:
391 * platform/qt/css1/pseudo/pseudo_elements_in_selectors-expected.txt:
392 * platform/qt/css1/text_properties/letter_spacing-expected.txt:
393 * platform/qt/css1/text_properties/line_height-expected.txt:
394 * platform/qt/css1/text_properties/text_align-expected.txt:
395 * platform/qt/css1/text_properties/text_decoration-expected.txt:
396 * platform/qt/css1/text_properties/text_indent-expected.txt:
397 * platform/qt/css1/text_properties/text_transform-expected.txt:
398 * platform/qt/css1/text_properties/vertical_align-expected.txt:
399 * platform/qt/css1/text_properties/word_spacing-expected.txt:
400 * platform/qt/css1/units/color_units-expected.txt:
401 * platform/qt/css1/units/length_units-expected.txt:
402 * platform/qt/css1/units/percentage_units-expected.txt:
403 * platform/qt/css1/units/urls-expected.txt:
404 * platform/qt/css2.1/t040102-keywords-00-b-expected.txt:
405 * platform/qt/css2.1/t040102-keywords-01-b-expected.txt:
406 * platform/qt/css2.1/t040103-case-00-b-expected.txt:
407 * platform/qt/css2.1/t040103-case-01-c-expected.txt:
408 * platform/qt/css2.1/t040103-escapes-00-b-expected.txt:
409 * platform/qt/css2.1/t040103-escapes-01-b-expected.txt:
410 * platform/qt/css2.1/t040103-escapes-02-d-expected.txt:
411 * platform/qt/css2.1/t040103-escapes-03-b-expected.txt:
412 * platform/qt/css2.1/t040103-escapes-04-b-expected.txt:
413 * platform/qt/css2.1/t040103-escapes-05-c-expected.txt:
414 * platform/qt/css2.1/t040103-escapes-06-b-expected.txt:
415 * platform/qt/css2.1/t040103-escapes-07-b-expected.txt:
416 * platform/qt/css2.1/t040103-escapes-08-b-expected.txt:
417 * platform/qt/css2.1/t040103-ident-00-c-expected.txt:
418 * platform/qt/css2.1/t040103-ident-01-c-expected.txt:
419 * platform/qt/css2.1/t040103-ident-02-c-expected.txt:
420 * platform/qt/css2.1/t040103-ident-03-c-expected.txt:
421 * platform/qt/css2.1/t040103-ident-04-c-expected.txt:
422 * platform/qt/css2.1/t040103-ident-05-c-expected.txt:
423 * platform/qt/css2.1/t040103-ident-06-c-expected.txt:
424 * platform/qt/css2.1/t040103-ident-07-c-expected.txt:
425 * platform/qt/css2.1/t040103-ident-08-c-expected.txt:
426 * platform/qt/css2.1/t040103-ident-09-c-expected.txt:
427 * platform/qt/css2.1/t040103-ident-10-c-expected.txt:
428 * platform/qt/css2.1/t040103-ident-11-c-expected.txt:
429 * platform/qt/css2.1/t040103-ident-12-c-expected.txt:
430 * platform/qt/css2.1/t040103-ident-13-c-expected.txt:
431 * platform/qt/css2.1/t040105-atkeyw-00-b-expected.txt:
432 * platform/qt/css2.1/t040105-atkeyw-01-b-expected.txt:
433 * platform/qt/css2.1/t040105-atkeyw-02-b-expected.txt:
434 * platform/qt/css2.1/t040105-atrule-00-b-expected.txt:
435 * platform/qt/css2.1/t040105-atrule-01-b-expected.txt:
436 * platform/qt/css2.1/t040105-atrule-02-b-expected.txt:
437 * platform/qt/css2.1/t040105-atrule-03-b-expected.txt:
438 * platform/qt/css2.1/t040105-atrule-04-b-expected.txt:
439 * platform/qt/css2.1/t040105-import-00-b-expected.txt:
440 * platform/qt/css2.1/t040105-import-01-b-expected.txt:
441 * platform/qt/css2.1/t040109-c17-comments-00-b-expected.txt:
442 * platform/qt/css2.1/t040109-c17-comments-01-b-expected.txt:
443 * platform/qt/css2.1/t0402-c71-fwd-parsing-00-f-expected.txt:
444 * platform/qt/css2.1/t0402-c71-fwd-parsing-01-f-expected.txt:
445 * platform/qt/css2.1/t0402-c71-fwd-parsing-02-f-expected.txt:
446 * platform/qt/css2.1/t0402-c71-fwd-parsing-03-f-expected.txt:
447 * platform/qt/css2.1/t0402-c71-fwd-parsing-04-f-expected.txt:
448 * platform/qt/css2.1/t0402-syntax-01-f-expected.txt:
449 * platform/qt/css2.1/t0402-syntax-02-f-expected.txt:
450 * platform/qt/css2.1/t0402-syntax-03-f-expected.txt:
451 * platform/qt/css2.1/t0402-syntax-04-f-expected.txt:
452 * platform/qt/css2.1/t0402-syntax-05-f-expected.txt:
453 * platform/qt/css2.1/t0402-syntax-06-f-expected.txt:
454 * platform/qt/css2.1/t040302-c61-ex-len-00-b-a-expected.txt:
455 * platform/qt/css2.1/t040302-c61-phys-len-00-b-expected.txt:
456 * platform/qt/css2.1/t040302-c61-rel-len-00-b-ag-expected.txt:
457 * platform/qt/css2.1/t040304-c64-uri-00-a-g-expected.txt:
458 * platform/qt/css2.1/t040306-c63-color-00-b-ag-expected.txt:
459 * platform/qt/css2.1/t040306-syntax-01-f-expected.txt:
460 * platform/qt/css2.1/t040307-syntax-01-b-expected.txt:
461 * platform/qt/css2.1/t1202-counter-00-b-expected.txt:
462 * platform/qt/css2.1/t1202-counter-01-b-expected.txt:
463 * platform/qt/css2.1/t1202-counter-02-b-expected.txt:
464 * platform/qt/css2.1/t1202-counter-03-b-expected.txt:
465 * platform/qt/css2.1/t1202-counter-04-b-expected.txt:
466 * platform/qt/css2.1/t1202-counter-05-b-expected.txt:
467 * platform/qt/css2.1/t1202-counter-06-b-expected.txt:
468 * platform/qt/css2.1/t1202-counter-07-b-expected.txt:
469 * platform/qt/css2.1/t1202-counter-08-b-expected.txt:
470 * platform/qt/css2.1/t1202-counter-09-b-expected.txt:
471 * platform/qt/css2.1/t1202-counter-11-b-expected.txt:
472 * platform/qt/css2.1/t1202-counter-12-b-expected.txt:
473 * platform/qt/css2.1/t1202-counter-13-b-expected.txt:
474 * platform/qt/css2.1/t1202-counter-14-b-expected.txt:
475 * platform/qt/css2.1/t1202-counter-15-b-expected.txt:
476 * platform/qt/css2.1/t1202-counter-16-f-expected.txt:
477 * platform/qt/css2.1/t1202-counters-00-b-expected.txt:
478 * platform/qt/css2.1/t1202-counters-01-b-expected.txt:
479 * platform/qt/css2.1/t1202-counters-02-b-expected.txt:
480 * platform/qt/css2.1/t1202-counters-03-b-expected.txt:
481 * platform/qt/css2.1/t1202-counters-05-b-expected.txt:
482 * platform/qt/css2.1/t1202-counters-06-b-expected.txt:
483 * platform/qt/css2.1/t1202-counters-07-b-expected.txt:
484 * platform/qt/css2.1/t1202-counters-08-b-expected.txt:
485 * platform/qt/css2.1/t1202-counters-09-b-expected.txt:
486 * platform/qt/css2.1/t1202-counters-11-b-expected.txt:
487 * platform/qt/css2.1/t1202-counters-12-b-expected.txt:
488 * platform/qt/css2.1/t1202-counters-13-b-expected.txt:
489 * platform/qt/css2.1/t1202-counters-14-b-expected.txt:
490 * platform/qt/css2.1/t1202-counters-15-b-expected.txt:
491 * platform/qt/css2.1/t1202-counters-16-c-expected.txt:
492 * platform/qt/css2.1/t1202-counters-17-d-expected.txt:
493 * platform/qt/css2.1/t1202-counters-18-f-expected.txt:
494 * platform/qt/css2.1/t1205-c561-list-displ-00-b-expected.txt:
495 * platform/qt/css2.1/t1205-c563-list-type-00-b-expected.txt:
496 * platform/qt/css2.1/t1205-c563-list-type-01-b-expected.txt:
497 * platform/qt/css2.1/t1205-c564-list-img-00-b-g-expected.txt:
498 * platform/qt/css2.1/t1205-c565-list-pos-00-b-expected.txt:
499 * platform/qt/css2.1/t1205-c566-list-stl-01-c-g-expected.txt:
500 * platform/qt/css2.1/t140201-c532-bgcolor-00-a-expected.txt:
501 * platform/qt/css2.1/t140201-c532-bgcolor-01-b-expected.txt:
502 * platform/qt/css2.1/t140201-c533-bgimage-00-a-expected.txt:
503 * platform/qt/css2.1/t140201-c533-bgimage-01-b-g-expected.txt:
504 * platform/qt/css2.1/t140201-c534-bgre-00-b-ag-expected.txt:
505 * platform/qt/css2.1/t140201-c535-bg-fixd-00-b-g-expected.txt:
506 * platform/qt/css2.1/t140201-c536-bgpos-00-b-ag-expected.txt:
507 * platform/qt/css2.1/t1503-c522-font-family-00-b-expected.txt:
508 * platform/qt/css2.1/t1504-c523-font-style-00-b-expected.txt:
509 * platform/qt/css2.1/t1504-c543-txt-decor-00-d-g-expected.txt:
510 * platform/qt/css2.1/t1505-c524-font-var-00-b-expected.txt:
511 * platform/qt/css2.1/t1506-c525-font-wt-00-b-expected.txt:
512 * platform/qt/css2.1/t1507-c526-font-sz-00-b-expected.txt:
513 * platform/qt/css2.1/t1507-c526-font-sz-01-b-a-expected.txt:
514 * platform/qt/css2.1/t1507-c526-font-sz-02-b-a-expected.txt:
515 * platform/qt/css2.1/t1507-c526-font-sz-03-f-a-expected.txt:
516 * platform/qt/css2.1/t1508-c527-font-00-b-expected.txt:
517 * platform/qt/css2.1/t1508-c527-font-01-b-expected.txt:
518 * platform/qt/css2.1/t1508-c527-font-02-b-expected.txt:
519 * platform/qt/css2.1/t1508-c527-font-03-b-expected.txt:
520 * platform/qt/css2.1/t1508-c527-font-04-b-expected.txt:
521 * platform/qt/css2.1/t1508-c527-font-05-b-expected.txt:
522 * platform/qt/css2.1/t1508-c527-font-06-b-expected.txt:
523 * platform/qt/css2.1/t1508-c527-font-07-b-expected.txt:
524 * platform/qt/css2.1/t1508-c527-font-08-b-expected.txt:
525 * platform/qt/css2.1/t1508-c527-font-09-b-expected.txt:
526 * platform/qt/css2.1/t1508-c527-font-10-c-expected.txt:
527 * platform/qt/css2.1/t170602-bdr-conflct-w-00-d-expected.txt:
528 * platform/qt/css2.1/t170602-bdr-conflct-w-01-d-expected.txt:
529 * platform/qt/css2.1/t170602-bdr-conflct-w-02-d-expected.txt:
530 * platform/qt/css2.1/t170602-bdr-conflct-w-03-d-expected.txt:
531 * platform/qt/css2.1/t170602-bdr-conflct-w-04-d-expected.txt:
532 * platform/qt/css2.1/t170602-bdr-conflct-w-05-d-expected.txt:
533 * platform/qt/css2.1/t170602-bdr-conflct-w-06-d-expected.txt:
534 * platform/qt/css2.1/t170602-bdr-conflct-w-07-d-expected.txt:
535 * platform/qt/css2.1/t170602-bdr-conflct-w-08-d-expected.txt:
536 * platform/qt/css2.1/t170602-bdr-conflct-w-09-d-expected.txt:
537 * platform/qt/css2.1/t170602-bdr-conflct-w-10-d-expected.txt:
538 * platform/qt/css2.1/t170602-bdr-conflct-w-11-d-expected.txt:
539 * platform/qt/css2.1/t170602-bdr-conflct-w-12-d-expected.txt:
540 * platform/qt/css2.1/t170602-bdr-conflct-w-13-d-expected.txt:
541 * platform/qt/css2.1/t170602-bdr-conflct-w-14-d-expected.txt:
542 * platform/qt/css2.1/t170602-bdr-conflct-w-15-d-expected.txt:
543 * platform/qt/css2.1/t170602-bdr-conflct-w-16-d-expected.txt:
544 * platform/qt/css2.1/t170602-bdr-conflct-w-17-d-expected.txt:
545 * platform/qt/css2.1/t170602-bdr-conflct-w-18-d-expected.txt:
546 * platform/qt/css2.1/t170602-bdr-conflct-w-19-d-expected.txt:
547 * platform/qt/css2.1/t170602-bdr-conflct-w-20-d-expected.txt:
548 * platform/qt/css2.1/t170602-bdr-conflct-w-21-d-expected.txt:
549 * platform/qt/css2.1/t170602-bdr-conflct-w-22-d-expected.txt:
550 * platform/qt/css2.1/t170602-bdr-conflct-w-23-d-expected.txt:
551 * platform/qt/css2.1/t170602-bdr-conflct-w-24-d-expected.txt:
552 * platform/qt/css2.1/t170602-bdr-conflct-w-25-d-expected.txt:
553 * platform/qt/css2.1/t170602-bdr-conflct-w-26-d-expected.txt:
554 * platform/qt/css2.1/t170602-bdr-conflct-w-27-d-expected.txt:
555 * platform/qt/css2.1/t170602-bdr-conflct-w-28-d-expected.txt:
556 * platform/qt/css2.1/t170602-bdr-conflct-w-29-d-expected.txt:
557 * platform/qt/css2.1/t170602-bdr-conflct-w-30-d-expected.txt:
558 * platform/qt/css2.1/t170602-bdr-conflct-w-31-d-expected.txt:
559 * platform/qt/css2.1/t170602-bdr-conflct-w-32-d-expected.txt:
560 * platform/qt/css2.1/t170602-bdr-conflct-w-33-d-expected.txt:
561 * platform/qt/css2.1/t170602-bdr-conflct-w-34-d-expected.txt:
562 * platform/qt/css2.1/t170602-bdr-conflct-w-35-d-expected.txt:
563 * platform/qt/css2.1/t170602-bdr-conflct-w-36-d-expected.txt:
564 * platform/qt/css2.1/t170602-bdr-conflct-w-37-d-expected.txt:
565 * platform/qt/css2.1/t170602-bdr-conflct-w-38-d-expected.txt:
566 * platform/qt/css2.1/t170602-bdr-conflct-w-39-d-expected.txt:
567 * platform/qt/css2.1/t170602-bdr-conflct-w-40-d-expected.txt:
568 * platform/qt/css2.1/t170602-bdr-conflct-w-41-d-expected.txt:
569 * platform/qt/css2.1/t170602-bdr-conflct-w-42-d-expected.txt:
570 * platform/qt/css2.1/t170602-bdr-conflct-w-43-d-expected.txt:
571 * platform/qt/css2.1/t170602-bdr-conflct-w-44-d-expected.txt:
572 * platform/qt/css2.1/t170602-bdr-conflct-w-45-d-expected.txt:
573 * platform/qt/css2.1/t170602-bdr-conflct-w-46-d-expected.txt:
574 * platform/qt/css2.1/t170602-bdr-conflct-w-47-d-expected.txt:
575 * platform/qt/css2.1/t170602-bdr-conflct-w-48-d-expected.txt:
576 * platform/qt/css2.1/t170602-bdr-conflct-w-49-d-expected.txt:
577 * platform/qt/editing/inserting/break-blockquote-after-delete-expected.txt:
578 * platform/qt/fast/backgrounds/001-expected.txt:
579 * platform/qt/fast/backgrounds/animated-svg-as-background-expected.txt:
580 * platform/qt/fast/backgrounds/background-inherit-color-bug-expected.txt:
581 * platform/qt/fast/backgrounds/background-origin-root-element-expected.txt:
582 * platform/qt/fast/backgrounds/background-position-1-expected.txt:
583 * platform/qt/fast/backgrounds/background-position-rounding-expected.txt:
584 * platform/qt/fast/backgrounds/body-generated-image-propagated-to-root-expected.txt:
585 * platform/qt/fast/backgrounds/mask-composite-expected.txt:
586 * platform/qt/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.txt:
587 * platform/qt/fast/backgrounds/repeat/negative-offset-repeat-expected.txt:
588 * platform/qt/fast/backgrounds/repeat/noRepeatCorrectClip-expected.txt:
589 * platform/qt/fast/backgrounds/size/backgroundSize15-expected.txt:
590 * platform/qt/fast/backgrounds/size/zero-expected.txt:
591 * platform/qt/fast/backgrounds/solid-color-context-restore-expected.txt:
592 * platform/qt/fast/backgrounds/svg-as-background-1-expected.txt:
593 * platform/qt/fast/backgrounds/svg-as-background-2-expected.txt:
594 * platform/qt/fast/backgrounds/svg-as-background-3-expected.txt:
595 * platform/qt/fast/backgrounds/svg-as-background-4-expected.txt:
596 * platform/qt/fast/backgrounds/svg-as-background-5-expected.txt:
597 * platform/qt/fast/backgrounds/svg-as-background-6-expected.txt:
598 * platform/qt/fast/block/float/avoidance-percent-width-compat-expected.txt:
599 * platform/qt/fast/block/float/avoidance-percent-width-strict-expected.txt:
600 * platform/qt/fast/block/margin-collapse/block-inside-inline/001-expected.txt:
601 * platform/qt/fast/block/margin-collapse/block-inside-inline/002-expected.txt:
602 * platform/qt/fast/block/margin-collapse/block-inside-inline/003-expected.txt:
603 * platform/qt/fast/block/margin-collapse/block-inside-inline/004-expected.txt:
604 * platform/qt/fast/block/margin-collapse/block-inside-inline/005-expected.txt:
605 * platform/qt/fast/block/margin-collapse/block-inside-inline/006-expected.txt:
606 * platform/qt/fast/block/margin-collapse/block-inside-inline/010-expected.txt:
607 * platform/qt/fast/block/margin-collapse/block-inside-inline/011-expected.txt:
608 * platform/qt/fast/block/margin-collapse/block-inside-inline/012-expected.txt:
609 * platform/qt/fast/block/margin-collapse/block-inside-inline/015-expected.txt:
610 * platform/qt/fast/block/margin-collapse/block-inside-inline/016-expected.txt:
611 * platform/qt/fast/block/margin-collapse/block-inside-inline/017-expected.txt:
612 * platform/qt/fast/block/margin-collapse/block-inside-inline/018-expected.txt:
613 * platform/qt/fast/block/margin-collapse/block-inside-inline/019-expected.txt:
614 * platform/qt/fast/block/margin-collapse/block-inside-inline/020-expected.txt:
615 * platform/qt/fast/block/margin-collapse/block-inside-inline/021-expected.txt:
616 * platform/qt/fast/block/margin-collapse/block-inside-inline/022-expected.txt:
617 * platform/qt/fast/block/margin-collapse/block-inside-inline/025-expected.txt:
618 * platform/qt/fast/borders/border-radius-constraints-expected.txt:
619 * platform/qt/fast/borders/border-radius-split-inline-expected.txt:
620 * platform/qt/fast/box-shadow/basic-shadows-expected.txt:
621 * platform/qt/fast/box-shadow/inset-expected.txt:
622 * platform/qt/fast/box-shadow/transform-fringing-expected.txt:
623 * platform/qt/fast/canvas/canvas-before-css-expected.txt:
624 * platform/qt/fast/canvas/canvas-composite-expected.txt:
625 * platform/qt/fast/canvas/canvas-empty-image-pattern-expected.txt:
626 * platform/qt/fast/canvas/canvas-transform-identity-expected.txt:
627 * platform/qt/fast/canvas/canvas-transform-infinity-expected.txt:
628 * platform/qt/fast/canvas/canvas-transform-multiply-expected.txt:
629 * platform/qt/fast/canvas/canvas-transform-nan-expected.txt:
630 * platform/qt/fast/canvas/canvas-transform-non-invertible-expected.txt:
631 * platform/qt/fast/canvas/canvas-transform-skewed-expected.txt:
632 * platform/qt/fast/canvas/canvas-transforms-during-path-expected.txt:
633 * platform/qt/fast/canvas/canvas-zoom-expected.txt:
634 * platform/qt/fast/canvas/drawImage-expected.txt:
635 * platform/qt/fast/canvas/drawImage-with-globalAlpha-expected.txt:
636 * platform/qt/fast/canvas/image-pattern-rotate-expected.txt:
637 * platform/qt/fast/canvas/shadow-offset-1-expected.txt:
638 * platform/qt/fast/canvas/shadow-offset-2-expected.txt:
639 * platform/qt/fast/canvas/shadow-offset-3-expected.txt:
640 * platform/qt/fast/canvas/shadow-offset-4-expected.txt:
641 * platform/qt/fast/canvas/shadow-offset-5-expected.txt:
642 * platform/qt/fast/canvas/shadow-offset-6-expected.txt:
643 * platform/qt/fast/canvas/shadow-offset-7-expected.txt:
644 * platform/qt/fast/css/attribute-selector-dynamic-expected.txt:
645 * platform/qt/fast/css/font-smoothing-expected.txt:
646 * platform/qt/fast/css/getComputedStyle/marginComputedStyle-expected.txt:
647 * platform/qt/fast/css/nested-floating-relative-position-percentages-expected.txt:
648 * platform/qt/fast/css/nth-child-dynamic-expected.txt:
649 * platform/qt/fast/css/pseudo-cache-stale-expected.txt:
650 * platform/qt/fast/css/rem-dynamic-scaling-expected.txt:
651 * platform/qt/fast/css/rem-units-on-root-expected.txt:
652 * platform/qt/fast/css/text-input-with-webkit-border-radius-expected.txt:
653 * platform/qt/fast/css/text-rendering-expected.txt:
654 * platform/qt/fast/doctypes/001-expected.txt:
655 * platform/qt/fast/doctypes/002-expected.txt:
656 * platform/qt/fast/doctypes/004-expected.txt:
657 * platform/qt/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.txt:
658 * platform/qt/fast/dynamic/anchor-lock-expected.txt:
659 * platform/qt/fast/dynamic/genContentDestroyChildren-expected.txt:
660 * platform/qt/fast/dynamic/window-resize-scrollbars-test-expected.txt:
661 * platform/qt/fast/dynamic/window-scrollbars-test-expected.txt:
662 * platform/qt/fast/forms/basic-buttons-expected.txt:
663 * platform/qt/fast/forms/basic-inputs-expected.txt:
664 * platform/qt/fast/forms/button-style-color-expected.txt:
665 * platform/qt/fast/forms/isindex-placeholder-expected.txt:
666 * platform/qt/fast/forms/menulist-style-color-expected.txt:
667 * platform/qt/fast/forms/search-vertical-alignment-expected.txt:
668 * platform/qt/fast/forms/text-style-color-expected.txt:
669 * platform/qt/fast/forms/textarea-placeholder-pseudo-style-expected.txt:
670 * platform/qt/fast/forms/textarea-placeholder-set-attribute-expected.txt:
671 * platform/qt/fast/forms/textarea-placeholder-set-value-expected.txt:
672 * platform/qt/fast/frames/frame-navigation-expected.txt:
673 * platform/qt/fast/frames/frame-scrolling-attribute-expected.txt:
674 * platform/qt/fast/frames/frameset-style-recalc-expected.txt:
675 * platform/qt/fast/frames/iframe-scrolling-attribute-expected.txt:
676 * platform/qt/fast/frames/viewsource-on-image-file-expected.txt:
677 * platform/qt/fast/gradients/crash-on-zero-radius-expected.txt:
678 * platform/qt/fast/history/clicked-link-is-visited-expected.txt:
679 * platform/qt/fast/images/animated-gif-with-offsets-expected.txt:
680 * platform/qt/fast/images/image-in-map-expected.txt:
681 * platform/qt/fast/images/svg-as-background-expected.txt:
682 * platform/qt/fast/images/svg-width-100p-as-background-expected.txt:
683 * platform/qt/fast/lists/ol-start-parsing-expected.txt:
684 * platform/qt/fast/multicol/positioned-with-constrained-height-expected.txt:
685 * platform/qt/fast/overflow/overflow-with-local-background-attachment-expected.txt:
686 * platform/qt/fast/overflow/position-fixed-transform-clipping-expected.txt:
687 * platform/qt/fast/reflections/abs-position-in-reflection-expected.txt:
688 * platform/qt/fast/reflections/transparent-reflected-sublayers-expected.txt:
689 * platform/qt/fast/repaint/line-in-scrolled-clipped-block-expected.txt:
690 * platform/qt/fast/repaint/rel-positioned-inline-with-overflow-expected.txt:
691 * platform/qt/fast/table/fixed-table-with-percent-inside-percent-table-expected.txt:
692 * platform/qt/fast/table/fixed-table-with-percent-width-inside-auto-table-expected.txt:
693 * platform/qt/fast/table/fixed-table-with-percent-width-inside-div-expected.txt:
694 * platform/qt/fast/table/fixed-table-with-percent-width-inside-extra-large-div-expected.txt:
695 * platform/qt/fast/table/fixed-table-with-percent-width-inside-fixed-width-table-expected.txt:
696 * platform/qt/fast/table/fixed-table-with-small-percent-width-expected.txt:
697 * platform/qt/fast/text/international/hindi-whitespace-expected.txt:
698 * platform/qt/fast/text/international/khmer-selection-expected.txt:
699 * platform/qt/fast/text/shadow-translucent-fill-expected.txt:
700 * platform/qt/fast/text/text-letter-spacing-expected.txt:
701 * platform/qt/fast/transforms/bounding-rect-zoom-expected.txt:
702 * platform/qt/fast/xsl/document-function-expected.txt:
703 * platform/qt/plugins/netscape-dom-access-expected.txt:
704 * platform/qt/svg/custom/createImageElement2-expected.txt:
705 * platform/qt/svg/filters/feComposite-expected.txt:
706 * platform/qt/svg/filters/sourceAlpha-expected.txt:
707 * platform/qt/tables/mozilla/bugs/adforce_imgis_com-expected.txt:
708 * platform/qt/tables/mozilla/bugs/bug196870-expected.txt:
709 * platform/qt/tables/mozilla/bugs/bug56201-expected.txt:
710 * platform/qt/tables/mozilla/bugs/bug92647-2-expected.txt:
711 * platform/qt/tables/mozilla/other/slashlogo-expected.txt:
712 * platform/qt/tables/mozilla_expected_failures/bugs/bug23847-expected.txt:
714 2009-11-12 Shinichiro Hamaji <hamaji@chromium.org>
716 Unreviewed test fix by skipping a new test introduced in
717 https://bugs.webkit.org/show_bug.cgi?id=22249
719 * platform/gtk/Skipped:
720 * platform/qt/Skipped:
721 * platform/win/Skipped:
723 2009-11-12 Yuta Kitamura <yutak@chromium.org>
725 Reviewed by Eric Seidel.
727 Prevent text inside a multi-column block from being split into columns.
729 If the tentative height of a multi-column block was too small, we need to
730 expand the block height and try to layout again, in order to prevent text
731 from being split into different columns.
733 CSS Multicolumn text is split awkwardly
734 https://bugs.webkit.org/show_bug.cgi?id=22249
736 * fast/multicol/single-line.html: Added.
737 * fast/multicol/single-line-expected.checksum: Added.
738 * fast/multicol/single-line-expected.png: Added.
739 * fast/multicol/single-line-expected.txt: Added.
741 2009-11-11 Kent Tamura <tkent@chromium.org>
743 Reviewed by Darin Adler.
745 A test for a bug that RenderFileUploadControl isn't initialized with
746 multiple files. This test is skipped on ports which have no
747 eventSender.beginDragWithFiles().
748 https://bugs.webkit.org/show_bug.cgi?id=31195
750 * fast/forms/input-file-re-render.html: Added.
751 * platform/gtk/Skipped:
752 * platform/mac/fast/forms/input-file-re-render-expected.checksum: Added.
753 * platform/mac/fast/forms/input-file-re-render-expected.png: Added.
754 * platform/mac/fast/forms/input-file-re-render-expected.txt: Added.
755 * platform/qt/Skipped:
756 * platform/win/Skipped:
758 2009-11-11 Daniel Bates <dbates@webkit.org>
760 Reviewed by Eric Seidel.
762 https://bugs.webkit.org/show_bug.cgi?id=31326
764 Makes the output for test fast/events/drag-and-drop.html pretty.
765 Now, it is easier to read for a human to read understand the results.
767 * fast/events/drag-and-drop-expected.txt: Rebased result.
768 * fast/events/drag-and-drop.html: Modified to make the output pretty.
770 2009-11-11 Chris Fleizach <cfleizach@apple.com>
772 Reviewed by Oliver Hunt.
774 need to implement aria tree roles
775 https://bugs.webkit.org/show_bug.cgi?id=31284
777 * accessibility/aria-readonly-expected.txt:
778 * accessibility/aria-readonly.html:
779 * platform/mac/accessibility/aria-multiselectable-expected.txt: Added.
780 * platform/mac/accessibility/aria-multiselectable.html: Added.
781 * platform/mac/accessibility/aria-tree-expected.txt: Added.
782 * platform/mac/accessibility/aria-tree.html: Added.
783 * platform/mac/accessibility/content-editable-expected.txt:
784 * platform/mac/accessibility/radio-button-group-members-expected.txt:
786 2009-11-11 Fumitoshi Ukai <ukai@chromium.org>
788 Reviewed by Alexey Proskuryakov.
790 Fix WebSocket frame parser of frame_type with high-order bit set.
791 https://bugs.webkit.org/show_bug.cgi?id=30668
793 * websocket/tests/frame-length-longer-than-buffer-expected.txt: Added.
794 * websocket/tests/frame-length-longer-than-buffer.html: Added.
795 * websocket/tests/frame-length-longer-than-buffer_wsh.py: Added.
796 * websocket/tests/frame-length-skip-expected.txt: Added.
797 * websocket/tests/frame-length-skip.html: Added.
798 * websocket/tests/frame-length-skip_wsh.py: Added.
799 * websocket/tests/script-tests/frame-length-longer-than-buffer.js: Added.
800 * websocket/tests/script-tests/frame-length-skip.js: Added.
802 2009-11-11 Csaba Osztrogonác <ossy@webkit.org>
804 Put tests into skiplist added in r50830 and r50839 because
805 layoutTestController.showWebInspector() is unimplemented now.
807 * platform/qt/Skipped:
809 2009-11-11 Dirk Pranke <dpranke@chromium.org>
811 Reviewed by Dmitry Titov.
813 Rewrite the test to run on a wider variety of screen configurations
816 https://bugs.webkit.org/show_bug.cgi?id=31373
818 * fast/dom/Window/window-screen-properties-expected.txt:
819 * fast/dom/Window/window-screen-properties.html:
820 * platform/win/fast/dom/Window/window-screen-properties-expected.txt: Removed.
822 2009-11-11 Beth Dakin <bdakin@apple.com>
824 Reviewed by Simon Fraser.
826 Tests for https://bugs.webkit.org/show_bug.cgi?id=31382
827 Make -webkit-color-correction work with shadows
829 * fast/css/color-correction-on-box-shadow.html: Added.
830 * fast/css/color-correction-on-text-shadow.html: Added.
831 * platform/mac/fast/css/color-correction-on-box-shadow-expected.checksum: Added.
832 * platform/mac/fast/css/color-correction-on-box-shadow-expected.png: Added.
833 * platform/mac/fast/css/color-correction-on-box-shadow-expected.txt: Added.
834 * platform/mac/fast/css/color-correction-on-text-shadow-expected.checksum: Added.
835 * platform/mac/fast/css/color-correction-on-text-shadow-expected.png: Added.
836 * platform/mac/fast/css/color-correction-on-text-shadow-expected.txt: Added.
838 2009-11-11 Kent Tamura <tkent@chromium.org>
840 Reviewed by Darin Adler.
842 Print the file text of a file upload control in DumpRenderTree for ease of tests.
843 https://bugs.webkit.org/show_bug.cgi?id=31195
845 * platform/mac-leopard/fast/forms/file-input-disabled-expected.txt:
846 * platform/mac/fast/forms/box-shadow-override-expected.txt:
847 * platform/mac/fast/forms/file-input-direction-expected.txt:
848 * platform/mac/fast/forms/file-input-disabled-expected.txt:
849 * platform/mac/fast/forms/form-element-geometry-expected.txt:
850 * platform/mac/fast/forms/hidden-input-file-expected.txt:
851 * platform/mac/fast/forms/input-appearance-height-expected.txt:
852 * platform/mac/fast/forms/input-value-expected.txt:
853 * platform/win/fast/forms/box-shadow-override-expected.txt:
854 * platform/win/fast/forms/file-input-disabled-expected.txt:
855 * platform/win/fast/forms/input-appearance-height-expected.txt:
856 * platform/win/fast/forms/input-value-expected.txt:
858 2009-11-11 Erik Arvidsson <arv@chromium.org>
860 Reviewed by Dmitri Titov.
862 Fix layout test to not call onload on the wrong window after image has
863 been dropped onto the iframe.
864 https://bugs.webkit.org/show_bug.cgi?id=30893
866 * editing/selection/drag-to-contenteditable-iframe.html:
868 2009-11-11 Brian Weinstein <bweinstein@apple.com>
870 Reviewed by Beth Dakin.
872 Unskip the webkit-color-correction tests because the workaround of using
873 the deviceRGBColorSpace allows the tests to pass on Windows.
875 * platform/win/Skipped:
877 2009-11-11 Brian Weinstein <bweinstein@apple.com>
879 Reviewed by Darin Adler.
881 Skip the webkit-color-correction tests because they crash on Windows
882 due to a CoreGraphics bug.
884 * platform/win/Skipped:
886 2009-11-11 Eric Z. Ayers <zundel@google.com>
888 Reviewed by Pavel Feldman.
890 Timeline tests for records generated for
891 Layout, Paint, ParseHTML, MarkTimeline, and Style Recalculation
893 https://bugs.webkit.org/show_bug.cgi?id=31361
895 * inspector/timeline-layout-expected.txt: Added.
896 * inspector/timeline-layout.html: Added.
897 * inspector/timeline-mark-timeline-expected.txt: Added.
898 * inspector/timeline-mark-timeline.html: Added.
899 * inspector/timeline-paint-expected.txt: Added.
900 * inspector/timeline-paint.html: Added.
901 * inspector/timeline-parse-html-expected.txt: Added.
902 * inspector/timeline-parse-html.html: Added.
903 * inspector/timeline-recalculate-styles-expected.txt: Added.
904 * inspector/timeline-recalculate-styles.html: Added.
906 2009-11-11 Jessie Berlin <jberlin@webkit.org>
908 Reviewed by Timothy Hatcher.
910 Display the correct summary in the web inspector for the padding
911 shorthand. Also corrects the summaries for the border-color,
912 border-width, border-style, and margin shorthands.
914 https://bugs.webkit.org/show_bug.cgi?id=7987
916 * fast/css/shorthands-four-values-expected.txt: Added.
917 * fast/css/shorthands-four-values.html: Added.
919 2009-11-11 Eric Z. Ayers <zundel@google.com>
921 Reviewed by Pavel Feldman.
923 Added a test of an externally loaded script tag for Inspector
925 Fixed identity comparisons.
927 https://bugs.webkit.org/show_bug.cgi?id=31365
929 * inspector/timeline-script-tag-1.html:
930 * inspector/timeline-script-tag-2-expected.txt: Added.
931 * inspector/timeline-script-tag-2.html: Added.
932 * inspector/timeline-script-tag-2.js: Added.
933 * inspector/timeline-test.js:
935 (timelineAgentTypeToString):
937 2009-11-11 Antonio Gomes <tonikitoo@webkit.org>
939 Rubber-stamped by Kenneth Christiansen.
941 Grouping some of the current skipped plugin tests that fail
942 due to the same reason: no support for objective-c functions.
944 * platform/qt/Skipped:
946 2009-11-11 Daniel Bates <dbates@webkit.org>
948 Reviewed by Eric Seidel.
950 https://bugs.webkit.org/show_bug.cgi?id=31334
952 We should skip the test case /fast/events/drag-and-drop-fire-drag-dragover.html
953 on both the Qt and GTK builds since there are issues with drag-and-drop support
956 For Qt: https://bugs.webkit.org/show_bug.cgi?id=31332
957 For GTK: https://bugs.webkit.org/show_bug.cgi?id=30576
959 * platform/gtk/Skipped: Skip test case /fast/events/drag-and-drop-fire-drag-dragover.html
960 since there are issues with drag-and-drop support in both GTK and Qt.
961 * platform/qt/Skipped: Ditto.
963 2009-11-11 Yuta Kitamura <yutak@chromium.org>
965 Reviewed by Eric Seidel.
967 Convert LayoutTests/fast/inline/dirtyLinesForInline.html into dumpAsText.
969 This test checks if the browser crashes after some operations. It doesn't test
970 any other interesting features, so we can safely make it a dumpAsText test.
972 https://bugs.webkit.org/show_bug.cgi?id=31335
974 * fast/inline/dirtyLinesForInline-expected.txt: Added.
975 * fast/inline/dirtyLinesForInline.html: Added dumpAsText().
976 * platform/mac/fast/inline/dirtyLinesForInline-expected.checksum: Removed.
977 * platform/mac/fast/inline/dirtyLinesForInline-expected.png: Removed.
978 * platform/mac/fast/inline/dirtyLinesForInline-expected.txt: Removed.
980 2009-11-11 Eric Z. Ayers <zundel@google.com>
982 Reviewed by Timothy Hatcher.
984 Adds a test that dumps the timeline data for a simple script tag.
986 https://bugs.webkit.org/show_bug.cgi?id=31204
988 * inspector/inspector-test.js:
990 * inspector/timeline-script-tag-1-expected.txt: Added.
991 * inspector/timeline-script-tag-1.html: Added.
992 * inspector/timeline-test.js: Added.
993 (retrieveTimelineData):
995 (dumpTimelineRecords):
996 (printTimelineRecordProperties):
997 (isNonDeterministicProp):
999 (isTimelineOverheadRecord):
1000 (markTimelineRecordAsOverhead):
1001 (timelineAgentTypeToString):
1002 (frontend_startTimelineProfiler.window.WebInspector.addRecordToTimeline):
1003 (frontend_startTimelineProfiler):
1004 (frontend_getTimelineResults):
1007 2009-11-11 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1009 Unreviewed. Skipping new tests.
1011 * platform/gtk/Skipped:
1013 2009-11-11 Yuzo Fujishima <yuzo@google.com>
1015 Reviewed by David Levin.
1017 Add a test for web socket handshake error.
1019 https://bugs.webkit.org/show_bug.cgi?id=31336
1021 * websocket/tests/handshake-error-expected.txt: Added.
1022 * websocket/tests/handshake-error.html: Added.
1023 * websocket/tests/handshake-error_wsh.py: Added.
1024 * websocket/tests/script-tests/handshake-error.js: Added.
1031 2009-11-11 Yuzo Fujishima <yuzo@google.com>
1033 Reviewed by David Levin.
1035 Add a simple web socket test. This tests basic features of Web Socket.
1036 This also serves as an example of Web Socket tests.
1038 https://bugs.webkit.org/show_bug.cgi?id=27492
1040 * platform/gtk/Skipped:
1041 * platform/mac/Skipped:
1042 * platform/qt/Skipped:
1043 * platform/win/Skipped:
1044 * websocket/tests/resources/simple.js: Added.
1049 * websocket/tests/simple-expected.txt: Added.
1050 * websocket/tests/simple.html: Added.
1051 * websocket/tests/simple_wsh.py: Added.
1053 2009-11-11 Philippe Normand <pnormand@igalia.com>
1055 Reviewed by Xan Lopez.
1057 https://bugs.webkit.org/show_bug.cgi?id=30221
1058 [GTK] fails to load media embedded in iframe element
1060 * platform/gtk/Skipped: Unskip fixed tests.
1062 2009-11-10 Roland Steiner <rolandsteiner@chromium.org>
1064 Reviewed by Eric Seidel.
1066 Re-baselined layout test results for Windows for tests in fast/ruby.
1067 (see https://bugs.webkit.org/show_bug.cgi?id=28420)
1069 * platform/win/fast/ruby: Added.
1070 * platform/win/fast/ruby/ruby-empty-rt-expected.checksum: Added.
1071 * platform/win/fast/ruby/ruby-empty-rt-expected.png: Added.
1072 * platform/win/fast/ruby/ruby-empty-rt-expected.txt: Added.
1073 * platform/win/fast/ruby/ruby-length-expected.checksum: Added.
1074 * platform/win/fast/ruby/ruby-length-expected.png: Added.
1075 * platform/win/fast/ruby/ruby-length-expected.txt: Added.
1076 * platform/win/fast/ruby/ruby-run-break-expected.checksum: Added.
1077 * platform/win/fast/ruby/ruby-run-break-expected.png: Added.
1078 * platform/win/fast/ruby/ruby-run-break-expected.txt: Added.
1079 * platform/win/fast/ruby/ruby-runs-expected.checksum: Added.
1080 * platform/win/fast/ruby/ruby-runs-expected.png: Added.
1081 * platform/win/fast/ruby/ruby-runs-expected.txt: Added.
1082 * platform/win/fast/ruby/ruby-runs-spans-expected.checksum: Added.
1083 * platform/win/fast/ruby/ruby-runs-spans-expected.png: Added.
1084 * platform/win/fast/ruby/ruby-runs-spans-expected.txt: Added.
1085 * platform/win/fast/ruby/ruby-simple-expected.checksum: Added.
1086 * platform/win/fast/ruby/ruby-simple-expected.png: Added.
1087 * platform/win/fast/ruby/ruby-simple-expected.txt: Added.
1088 * platform/win/fast/ruby/ruby-simple-rp-expected.checksum: Added.
1089 * platform/win/fast/ruby/ruby-simple-rp-expected.png: Added.
1090 * platform/win/fast/ruby/ruby-simple-rp-expected.txt: Added.
1091 * platform/win/fast/ruby/ruby-trailing-expected.checksum: Added.
1092 * platform/win/fast/ruby/ruby-trailing-expected.png: Added.
1093 * platform/win/fast/ruby/ruby-trailing-expected.txt: Added.
1094 * platform/win/fast/ruby/rubyDOM-insert-rt-expected.checksum: Added.
1095 * platform/win/fast/ruby/rubyDOM-insert-rt-expected.png: Added.
1096 * platform/win/fast/ruby/rubyDOM-insert-rt-expected.txt: Added.
1097 * platform/win/fast/ruby/rubyDOM-insert-text1-expected.checksum: Added.
1098 * platform/win/fast/ruby/rubyDOM-insert-text1-expected.png: Added.
1099 * platform/win/fast/ruby/rubyDOM-insert-text1-expected.txt: Added.
1100 * platform/win/fast/ruby/rubyDOM-insert-text2-expected.checksum: Added.
1101 * platform/win/fast/ruby/rubyDOM-insert-text2-expected.png: Added.
1102 * platform/win/fast/ruby/rubyDOM-insert-text2-expected.txt: Added.
1103 * platform/win/fast/ruby/rubyDOM-insert-text3-expected.checksum: Added.
1104 * platform/win/fast/ruby/rubyDOM-insert-text3-expected.png: Added.
1105 * platform/win/fast/ruby/rubyDOM-insert-text3-expected.txt: Added.
1106 * platform/win/fast/ruby/rubyDOM-remove-rt1-expected.checksum: Added.
1107 * platform/win/fast/ruby/rubyDOM-remove-rt1-expected.png: Added.
1108 * platform/win/fast/ruby/rubyDOM-remove-rt1-expected.txt: Added.
1109 * platform/win/fast/ruby/rubyDOM-remove-rt2-expected.checksum: Added.
1110 * platform/win/fast/ruby/rubyDOM-remove-rt2-expected.png: Added.
1111 * platform/win/fast/ruby/rubyDOM-remove-rt2-expected.txt: Added.
1112 * platform/win/fast/ruby/rubyDOM-remove-text1-expected.checksum: Added.
1113 * platform/win/fast/ruby/rubyDOM-remove-text1-expected.png: Added.
1114 * platform/win/fast/ruby/rubyDOM-remove-text1-expected.txt: Added.
1115 * platform/win/fast/ruby/rubyDOM-remove-text2-expected.checksum: Added.
1116 * platform/win/fast/ruby/rubyDOM-remove-text2-expected.png: Added.
1117 * platform/win/fast/ruby/rubyDOM-remove-text2-expected.txt: Added.
1119 2009-11-10 Daniel Bates <dbates@webkit.org>
1121 Reviewed by Oliver Hunt.
1123 https://bugs.webkit.org/show_bug.cgi?id=30754
1125 Tests that the drag event always fires before the dragover event.
1127 Also, re-bases the result for test fast/events/drag-in-frames.html, since
1128 we now conform to the HTML 5 spec.
1130 * fast/events/drag-and-drop-fire-drag-dragover-expected.txt: Added.
1131 * fast/events/drag-and-drop-fire-drag-dragover.html: Added.
1132 * fast/events/drag-in-frames-expected.txt: Rebased result.
1134 2009-11-10 Vitaly Repeshko <vitalyr@chromium.org>
1136 Reviewed by Dimitri Glazkov.
1138 [V8] Fix crash in V8CustomXPathNSResolver (http://crbug.com/26726).
1139 https://bugs.webkit.org/show_bug.cgi?id=31301
1141 * fast/xpath/xpath-detached-iframe-resolver-crash-expected.txt: Added.
1142 * fast/xpath/xpath-detached-iframe-resolver-crash.html: Added.
1144 2009-11-10 Yael Aharon <yael.aharon@nokia.com>
1146 Reviewed by Timothy Hatcher.
1148 Implement URL decomposition IDL attributes for HTMLAnchorElement.
1149 https://bugs.webkit.org/show_bug.cgi?id=29972
1151 Testcases for setting and getting different parts of the URL.
1153 * fast/dom/HTMLAnchorElement: Added.
1154 * fast/dom/HTMLAnchorElement/script-tests: Added.
1155 * fast/dom/HTMLAnchorElement/script-tests/TEMPLATE.html: Added.
1156 * fast/dom/HTMLAnchorElement/script-tests/set-href-attribute-hash.js: Added.
1157 * fast/dom/HTMLAnchorElement/script-tests/set-href-attribute-host.js: Added.
1158 * fast/dom/HTMLAnchorElement/script-tests/set-href-attribute-hostname.js: Added.
1159 * fast/dom/HTMLAnchorElement/script-tests/set-href-attribute-pathname.js: Added.
1160 * fast/dom/HTMLAnchorElement/script-tests/set-href-attribute-port.js: Added.
1161 * fast/dom/HTMLAnchorElement/script-tests/set-href-attribute-protocol.js: Added.
1162 * fast/dom/HTMLAnchorElement/script-tests/set-href-attribute-search.js: Added.
1163 * fast/dom/HTMLAnchorElement/set-href-attribute-hash-expected.txt: Added.
1164 * fast/dom/HTMLAnchorElement/set-href-attribute-hash.html: Added.
1165 * fast/dom/HTMLAnchorElement/set-href-attribute-host-expected.txt: Added.
1166 * fast/dom/HTMLAnchorElement/set-href-attribute-host.html: Added.
1167 * fast/dom/HTMLAnchorElement/set-href-attribute-hostname-expected.txt: Added.
1168 * fast/dom/HTMLAnchorElement/set-href-attribute-hostname.html: Added.
1169 * fast/dom/HTMLAnchorElement/set-href-attribute-pathname-expected.txt: Added.
1170 * fast/dom/HTMLAnchorElement/set-href-attribute-pathname.html: Added.
1171 * fast/dom/HTMLAnchorElement/set-href-attribute-port-expected.txt: Added.
1172 * fast/dom/HTMLAnchorElement/set-href-attribute-port.html: Added.
1173 * fast/dom/HTMLAnchorElement/set-href-attribute-protocol-expected.txt: Added.
1174 * fast/dom/HTMLAnchorElement/set-href-attribute-protocol.html: Added.
1175 * fast/dom/HTMLAnchorElement/set-href-attribute-search-expected.txt: Added.
1176 * fast/dom/HTMLAnchorElement/set-href-attribute-search.html: Added.
1178 2009-11-10 Brian Weinstein <bweinstein@apple.com>
1180 Update getComputedStyle results for Windows to add -webkit-color-correction.
1182 * platform/win/fast/css/getComputedStyle/computed-style-expected.txt:
1183 * platform/win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
1185 2009-11-10 Brady Eidson <beidson@apple.com>
1187 Reviewed by NOBODY (Fix my own layout-test snafu)
1189 Made a small change to my test then didn't update the results before landing.
1191 * http/tests/webarchive/cross-origin-stylesheet-crash-expected.webarchive:
1193 2009-11-10 Brady Eidson <beidson@apple.com>
1195 Reviewed by Sam Weinig.
1197 Repro crash saving pcmag.com article as a webarchive.
1198 <rdar://problem/7381219> and https://webkit.org/b/31322
1200 * http/tests/webarchive/cross-origin-stylesheet-crash.html: Added.
1201 * http/tests/webarchive/cross-origin-stylesheet-crash-expected.webarchive: Added.
1202 * http/tests/webarchive/resources/localhost-stylesheet.css: Added.
1203 * platform/gtk/Skipped: Add this test to the gtk Skipped list which tracks all individual skipped tests
1204 instead of directories.
1206 2009-11-10 Brian Weinstein <bweinstein@apple.com>
1208 Rubber-stamped by Anders Carlsson.
1210 Add timing out test to Windows Skipped list.
1212 * platform/win/Skipped:
1214 2009-11-10 Csaba Osztrogonác <ossy@webkit.org>
1216 Put test into skiplist added in r50758 because
1217 layoutTestController.showWebInspector() is unimplemented now.
1219 * platform/qt/Skipped: inspector/timeline-enum-stability.html added.
1221 2009-11-10 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1223 Unreviewed. Skip another test that requires implementing editing
1226 * platform/gtk/Skipped:
1228 2009-11-10 Beth Dakin <bdakin@apple.com>
1230 Reviewed by Darin Adler.
1232 Tests for <rdar://problem/7059710>
1234 https://bugs.webkit.org/show_bug.cgi?id=31196 Implement -webkit-
1235 color-correction for CSS colors
1238 * fast/css/color-correction-backgrounds-and-text.html: Added.
1239 * fast/css/color-correction-on-backgrounds.html: Added.
1240 * fast/css/color-correction-on-text.html: Added.
1241 * fast/css/color-correction.html: Added.
1242 * fast/css/parsing-color-correction-expected.txt: Added.
1243 * fast/css/parsing-color-correction.html: Added.
1244 * fast/css/resources/parsing-color-correction.js: Added.
1246 * fast/css/resources/purple-srgb.png: Added.
1247 * platform/mac/fast/css/color-correction-backgrounds-and-text-expected.checksum: Added.
1248 * platform/mac/fast/css/color-correction-backgrounds-and-text-expected.png: Added.
1249 * platform/mac/fast/css/color-correction-backgrounds-and-text-expected.txt: Added.
1250 * platform/mac/fast/css/color-correction-expected.checksum: Added.
1251 * platform/mac/fast/css/color-correction-expected.png: Added.
1252 * platform/mac/fast/css/color-correction-expected.txt: Added.
1253 * platform/mac/fast/css/color-correction-on-backgrounds-expected.checksum: Added.
1254 * platform/mac/fast/css/color-correction-on-backgrounds-expected.png: Added.
1255 * platform/mac/fast/css/color-correction-on-backgrounds-expected.txt: Added.
1256 * platform/mac/fast/css/color-correction-on-text-expected.checksum: Added.
1257 * platform/mac/fast/css/color-correction-on-text-expected.png: Added.
1258 * platform/mac/fast/css/color-correction-on-text-expected.txt: Added.
1260 New and improved results.
1261 * platform/mac/fast/css/getComputedStyle/computed-style-expected.txt:
1262 * platform/mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
1263 * svg/css/getComputedStyle-basic-expected.txt:
1265 2009-11-10 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1267 Unreviewed. Skip new tests.
1269 * platform/gtk/Skipped:
1271 2009-11-10 Eric Z. Ayers <zundel@google.com>
1273 Reviewed by Timothy Hatcher.
1275 Adds a test to flag changes to values of the WebInspector Timeline record types.
1276 Downstream apps depend on these mappings remaining stable.
1278 https://bugs.webkit.org/show_bug.cgi?id=31303
1280 * inspector/timeline-enum-stability-expected.txt: Added.
1281 * inspector/timeline-enum-stability.html: Added.
1283 2009-11-10 Andras Becsi <becsi.andras@stud.u-szeged.hu>
1285 Reviewed by Kenneth Rohde Christiansen.
1287 [Qt] Update outdated metrics in these tests after r50665 enabled the previously missing scrollbar.
1288 This fixes https://bugs.webkit.org/show_bug.cgi?id=31281.
1290 * platform/qt/css1/basic/class_as_selector-expected.txt:
1291 * platform/qt/css1/basic/comments-expected.txt:
1292 * platform/qt/css1/basic/containment-expected.txt:
1293 * platform/qt/css1/basic/id_as_selector-expected.txt:
1294 * platform/qt/css1/basic/inheritance-expected.txt:
1295 * platform/qt/css1/box_properties/border-expected.txt:
1296 * platform/qt/css1/box_properties/border_bottom-expected.txt:
1297 * platform/qt/css1/box_properties/border_bottom_width-expected.txt:
1298 * platform/qt/css1/box_properties/border_left-expected.txt:
1299 * platform/qt/css1/box_properties/border_left_width-expected.txt:
1300 * platform/qt/css1/box_properties/border_right_inline-expected.txt:
1301 * platform/qt/css1/box_properties/border_right_width-expected.txt:
1302 * platform/qt/css1/box_properties/border_style-expected.txt:
1303 * platform/qt/css1/box_properties/border_top-expected.txt:
1304 * platform/qt/css1/box_properties/border_top_width-expected.txt:
1305 * platform/qt/css1/box_properties/border_width-expected.txt:
1306 * platform/qt/css1/box_properties/clear-expected.txt:
1307 * platform/qt/css1/box_properties/clear_float-expected.txt:
1308 * platform/qt/css1/box_properties/float_elements_in_series-expected.txt:
1309 * platform/qt/css1/box_properties/float_margin-expected.txt:
1310 * platform/qt/css1/box_properties/float_on_text_elements-expected.txt:
1311 * platform/qt/css1/box_properties/height-expected.txt:
1312 * platform/qt/css1/box_properties/margin-expected.txt:
1313 * platform/qt/css1/box_properties/margin_bottom-expected.txt:
1314 * platform/qt/css1/box_properties/margin_inline-expected.txt:
1315 * platform/qt/css1/box_properties/margin_left-expected.txt:
1316 * platform/qt/css1/box_properties/margin_right-expected.txt:
1317 * platform/qt/css1/box_properties/margin_top-expected.txt:
1318 * platform/qt/css1/box_properties/padding-expected.txt:
1319 * platform/qt/css1/box_properties/padding_bottom-expected.txt:
1320 * platform/qt/css1/box_properties/padding_inline-expected.txt:
1321 * platform/qt/css1/box_properties/padding_left-expected.txt:
1322 * platform/qt/css1/box_properties/padding_right-expected.txt:
1323 * platform/qt/css1/box_properties/padding_top-expected.txt:
1324 * platform/qt/css1/box_properties/width-expected.txt:
1325 * platform/qt/css1/cascade/cascade_order-expected.txt:
1326 * platform/qt/css1/cascade/important-expected.txt:
1327 * platform/qt/css1/classification/display-expected.txt:
1328 * platform/qt/css1/classification/list_style_type-expected.txt:
1329 * platform/qt/css1/classification/white_space-expected.txt:
1330 * platform/qt/css1/color_and_background/background-expected.txt:
1331 * platform/qt/css1/color_and_background/background_attachment-expected.txt:
1332 * platform/qt/css1/color_and_background/background_color-expected.txt:
1333 * platform/qt/css1/color_and_background/background_image-expected.txt:
1334 * platform/qt/css1/color_and_background/background_position-expected.txt:
1335 * platform/qt/css1/color_and_background/background_repeat-expected.txt:
1336 * platform/qt/css1/conformance/forward_compatible_parsing-expected.txt:
1337 * platform/qt/css1/font_properties/font-expected.txt:
1338 * platform/qt/css1/font_properties/font_family-expected.txt:
1339 * platform/qt/css1/font_properties/font_size-expected.txt:
1340 * platform/qt/css1/font_properties/font_weight-expected.txt:
1341 * platform/qt/css1/formatting_model/floating_elements-expected.txt:
1342 * platform/qt/css1/formatting_model/height_of_lines-expected.txt:
1343 * platform/qt/css1/formatting_model/horizontal_formatting-expected.txt:
1344 * platform/qt/css1/formatting_model/inline_elements-expected.txt:
1345 * platform/qt/css1/formatting_model/replaced_elements-expected.txt:
1346 * platform/qt/css1/formatting_model/vertical_formatting-expected.txt:
1347 * platform/qt/css1/pseudo/anchor-expected.txt:
1348 * platform/qt/css1/pseudo/firstletter-expected.txt:
1349 * platform/qt/css1/pseudo/firstline-expected.txt:
1350 * platform/qt/css1/pseudo/multiple_pseudo_elements-expected.txt:
1351 * platform/qt/css1/pseudo/pseudo_elements_in_selectors-expected.txt:
1352 * platform/qt/css1/text_properties/letter_spacing-expected.txt:
1353 * platform/qt/css1/text_properties/line_height-expected.txt:
1354 * platform/qt/css1/text_properties/text_decoration-expected.txt:
1355 * platform/qt/css1/text_properties/text_indent-expected.txt:
1356 * platform/qt/css1/text_properties/text_transform-expected.txt:
1357 * platform/qt/css1/text_properties/vertical_align-expected.txt:
1358 * platform/qt/css1/text_properties/word_spacing-expected.txt:
1359 * platform/qt/css1/units/color_units-expected.txt:
1360 * platform/qt/css1/units/length_units-expected.txt:
1361 * platform/qt/css1/units/percentage_units-expected.txt:
1362 * platform/qt/css2.1/t0402-c71-fwd-parsing-02-f-expected.txt:
1363 * platform/qt/css2.1/t1202-counter-09-b-expected.txt:
1364 * platform/qt/css2.1/t1202-counters-08-b-expected.txt:
1365 * platform/qt/css2.1/t1202-counters-09-b-expected.txt:
1366 * platform/qt/css2.1/t140201-c535-bg-fixd-00-b-g-expected.txt:
1367 * platform/qt/css2.1/t1508-c527-font-07-b-expected.txt:
1368 * platform/qt/fast/backgrounds/background-inherit-color-bug-expected.txt:
1369 * platform/qt/fast/backgrounds/size/backgroundSize15-expected.txt:
1370 * platform/qt/fast/block/float/008-expected.txt:
1371 * platform/qt/fast/block/float/019-expected.txt:
1372 * platform/qt/fast/block/float/033-expected.txt:
1373 * platform/qt/fast/block/float/035-expected.txt:
1374 * platform/qt/fast/block/float/avoidance-percent-width-strict-expected.txt:
1375 * platform/qt/fast/box-shadow/basic-shadows-expected.txt:
1376 * platform/qt/fast/canvas/canvas-bg-expected.txt:
1377 * platform/qt/fast/css/nested-floating-relative-position-percentages-expected.txt:
1378 * platform/qt/fast/css/nth-child-dynamic-expected.txt:
1379 * platform/qt/fast/css/text-rendering-expected.txt:
1380 * platform/qt/fast/dynamic/anchor-lock-expected.txt:
1381 * platform/qt/fast/flexbox/flex-hang-expected.txt:
1382 * platform/qt/fast/forms/search-vertical-alignment-expected.txt:
1383 * platform/qt/fast/frames/iframe-scrolling-attribute-expected.txt:
1384 * platform/qt/fast/lists/ol-start-parsing-expected.txt:
1385 * platform/qt/fast/multicol/positioned-with-constrained-height-expected.txt:
1386 * platform/qt/fast/overflow/position-fixed-transform-clipping-expected.txt:
1387 * platform/qt/fast/table/height-percent-test-expected.txt:
1388 * platform/qt/fast/table/wide-colspan-expected.txt:
1389 * platform/qt/fast/table/wide-column-expected.txt:
1390 * platform/qt/fast/text/text-letter-spacing-expected.txt:
1391 * platform/qt/svg/css/stars-with-shadow-expected.txt:
1392 * platform/qt/tables/mozilla/bugs/bug29314-expected.txt:
1394 2009-11-10 Philippe Normand <pnormand@igalia.com>
1396 Reviewed by Eric Seidel.
1398 https://bugs.webkit.org/show_bug.cgi?id=31047
1399 [GTK] Failing test media/video-played-ranges-1.html
1401 * platform/gtk/Skipped: Unskip fixed tests.
1403 2009-11-10 Oliver Hunt <oliver@apple.com>
1405 Reviewed by Maciej Stachowiak.
1407 Rename 3D Canvas related classes to use WebGL prefix
1408 https://bugs.webkit.org/show_bug.cgi?id=29095
1410 Update tests to use new WebGL prefixed names
1412 * fast/canvas/webgl/array-unit-tests-expected.txt:
1413 * fast/canvas/webgl/array-unit-tests.html:
1414 * fast/canvas/webgl/gl-get-calls.html:
1415 * fast/canvas/webgl/resources/utils3d.js:
1419 * fast/canvas/webgl/triangle.html:
1420 * fast/dom/Window/window-properties.html:
1421 * fast/dom/script-tests/constructed-objects-prototypes.js:
1422 (constructorPropertiesOnWindow):
1423 * fast/dom/script-tests/prototype-inheritance-2.js:
1424 (constructorNamesForWindow):
1425 * fast/dom/script-tests/prototype-inheritance.js:
1426 * fast/js/script-tests/global-constructors.js:
1428 2009-11-09 Dirk Schulze <krit@webkit.org>
1430 Reviewed by Oliver Hunt.
1432 Test for SVG filter effect feDisplacementMap.
1434 * platform/mac/svg/filters/feDisplacementMap-expected.checksum: Added.
1435 * platform/mac/svg/filters/feDisplacementMap-expected.png: Added.
1436 * platform/mac/svg/filters/feDisplacementMap-expected.txt: Added.
1437 * svg/filters/feDisplacementMap.svg: Added.
1439 2009-11-03 Shinichiro Hamaji <hamaji@chromium.org>
1441 Reviewed by Eric Seidel.
1443 wrong expected images after Bug 8736
1444 https://bugs.webkit.org/show_bug.cgi?id=31094
1446 * platform/mac/fast/borders/border-radius-huge-assert-expected.png:
1447 * platform/mac/fast/box-shadow/border-radius-big-expected.checksum:
1448 * platform/mac/fast/box-shadow/border-radius-big-expected.png:
1450 2009-11-09 Shinichiro Hamaji <hamaji@chromium.org>
1452 Reviewed by Oliver Hunt.
1454 Can cache prototype lookups on uncacheable dictionaries.
1455 https://bugs.webkit.org/show_bug.cgi?id=31198
1457 Fixed wrong expectation file committed.
1459 * fast/js/dictionary-prototype-caching-expected.txt:
1461 2009-11-09 Oliver Hunt <oliver@apple.com>
1463 Reviewed by Gavin Barraclough.
1465 Can cache prototype lookups on uncacheable dictionaries.
1466 https://bugs.webkit.org/show_bug.cgi?id=31198
1468 Add tests for lookup on uncacheable prototype.
1470 * fast/js/dictionary-prototype-caching-expected.txt: Added.
1471 * fast/js/dictionary-prototype-caching.html: Added.
1472 * fast/js/script-tests/dictionary-prototype-caching.js: Added.
1475 2009-11-09 Anders Carlsson <andersca@apple.com>
1477 Reviewed by Darin Adler and Dan Bernstein.
1479 <rdar://problem/7328395>
1480 https://bugs.webkit.org/show_bug.cgi?id=31277
1482 When an object tag's style changes (for example when child nodes are added/removed),
1483 reuse its Frame (if it has one) instead of creating multiple Frames.
1485 * fast/dom/HTMLObjectElement/children-changed-expected.txt: Added.
1486 * fast/dom/HTMLObjectElement/children-changed.html: Added.
1488 2009-11-09 Yael Aharon <yael.aharon@nokia.com>
1490 Reviewed by Kenneth Rohde Christiansen.
1492 [Qt] Allow setting HTTP headers with empty value in XMLHTTPRequest
1493 https://bugs.webkit.org/show_bug.cgi?id=31140
1495 Test that XHR request can set http headers with no value.
1497 * http/tests/xmlhttprequest/xmlhttprequest-setrequestheader-no-value-expected.txt: Added.
1498 * http/tests/xmlhttprequest/xmlhttprequest-setrequestheader-no-value.html: Added.
1500 2009-11-09 Mark Mentovai <mark@chromium.org>
1502 Reviewed by Dan Bernstein.
1504 rdar://problem/7215132, https://bugs.webkit.org/show_bug.cgi?id=29167
1505 REGRESSION (r48064): mint.com loses scrollbars after coming out of
1508 rdar://problem/7314421, https://bugs.webkit.org/show_bug.cgi?id=30517
1509 REGRESSION (r48064): Extra scroll bars in GarageBand Lesson Store.
1511 * fast/overflow/scrollbar-restored-expected.txt: Added.
1512 * fast/overflow/scrollbar-restored.html: Added.
1514 2009-11-09 Keishi Hattori <casey.hattori@gmail.com>
1516 Reviewed by Timothy Hatcher.
1518 Web Inspector: CSS syntax highlighter doesn't recognize negative numbers
1519 https://bugs.webkit.org/show_bug.cgi?id=31257
1521 * inspector/syntax-highlight-css-expected.txt:
1522 * inspector/syntax-highlight-css.html:
1524 2009-11-09 Andras Becsi <becsi.andras@stud.u-szeged.hu>
1526 Rubber-stamped by Holger Hans Peter Freyther.
1528 [Qt] Skip new japanese ruby annotation tests because of missing japanese font support.
1530 * platform/qt/Skipped:
1532 2009-11-09 Csaba Osztrogonác <ossy@webkit.org>
1534 Unreviewed trivial fix.
1536 Removed previously (r50589) deleted test case from skiplists.
1538 * platform/gtk/Skipped: fast/events/drag-and-drop-none.html removed.
1539 * platform/qt/Skipped: fast/events/drag-and-drop-none.html removed.
1541 2009-11-09 Martin Robinson <martin.james.robinson@gmail.com>
1543 Reviewed by Jan Alonzo.
1545 [GTK] Expose Page::tabKeyCyclesThroughElements in the API
1546 https://bugs.webkit.org/show_bug.cgi?id=30482
1548 Unskip fast/events/keypress-insert-tab.html as it now passes.
1550 * platform/gtk/Skipped:
1552 2009-11-05 Jakub Wieczorek <faw217@gmail.com>
1554 Reviewed by Holger Freyther.
1556 [Qt] Add Qt specific result for fast/parser/xml-declaration-missing-ending-mark.html
1557 https://bugs.webkit.org/show_bug.cgi?id=31192
1559 Qt is using the QXmlStreamReader to handle XML and it is generating a different
1560 error string requiring to have a custom result.
1562 Unskip the test as it is passing now.
1564 * platform/qt/Skipped:
1565 * platform/qt/fast/parser/xml-declaration-missing-ending-mark-expected.txt: Added.
1567 2009-11-08 Johnny Ding <johnnyding.webkit@gmail.com>
1569 Reviewed by Dimitri Glazkov.
1571 https://bugs.webkit.org/show_bug.cgi?id=31224
1572 [V8] Return StyleSheet object instead of HTMLStyleElement w/document.styleSheets named property getter.
1574 * fast/dom/StyleSheet/get-stylesheet-byname-expected.txt: Added.
1575 * fast/dom/StyleSheet/get-stylesheet-byname.html: Added.
1576 * fast/dom/StyleSheet/script-tests: Added.
1577 * fast/dom/StyleSheet/script-tests/get-stylesheet-byname.js: Added.
1579 2009-11-08 Daniel Bates <dbates@webkit.org>
1581 Reviewed by Adam Barth.
1583 https://bugs.webkit.org/show_bug.cgi?id=31098
1585 Tests that the XSSAuditor prevents loading plugin-based content that is not
1586 from the same-origin as the enclosing page.
1588 * http/tests/security/xssAuditor/object-src-inject-expected.txt: Added.
1589 * http/tests/security/xssAuditor/object-src-inject.html: Added.
1590 * http/tests/security/xssAuditor/resources/echo-object-src.pl: Added.
1592 2009-11-08 Shu Chang <Chang.Shu@nokia.com>
1594 Reviewed by Holger Freyther.
1596 Update texts in test description after test case change in r50579.
1597 https://bugs.webkit.org/show_bug.cgi?id=31122
1599 * editing/selection/shrink-selection-after-shift-pagedown-expected.txt:
1600 * editing/selection/shrink-selection-after-shift-pagedown.html:
1602 2009-11-08 Dan Bernstein <mitz@apple.com>
1604 Reviewed by Simon Fraser.
1606 <rdar://problem/7363434> Crash inside RenderObject::localToAbsolute
1607 below FrameView::layout
1608 https://bugs.webkit.org/show_bug.cgi?id=31093
1610 * fast/block/positioning/relative-positioned-inline-container-expected.checksum: Added.
1611 * fast/block/positioning/relative-positioned-inline-container-expected.png: Added.
1612 * fast/block/positioning/relative-positioned-inline-container-expected.txt: Added.
1613 * fast/block/positioning/relative-positioned-inline-container.html: Added.
1615 2009-11-07 Dirk Pranke <dpranke@chromium.org>
1617 Reviewed by Darin Adler.
1619 Add in missing expectations.
1621 * platform/mac/fast/forms/input-list-button-size-expected.checksum: Added.
1622 * platform/mac/fast/forms/input-list-button-size-expected.png: Added.
1623 * platform/mac/fast/forms/select-dirty-parent-pref-widths-expected.png: Added.
1624 * platform/mac/fast/text/text-letter-spacing-expected.png: Added.
1626 2009-11-06 Anantanarayanan G Iyengar <ananta@chromium.org>
1628 Reviewed by Adam Barth.
1630 Added layout tests to test document.open and window.open calls issued
1631 by NPAPI plugins without a calling javascript context. The associated
1632 webkit bug is https://bugs.webkit.org/show_bug.cgi?id=31067, which
1635 * plugins/document-open-expected.txt: Added.
1636 * plugins/document-open.html: Added.
1637 * plugins/window-open-expected.txt: Added.
1638 * plugins/window-open.html: Added.
1640 2009-11-06 Steve Block <steveblock@google.com>
1642 Reviewed by Eric Seidel.
1644 Geolocation error code UNKNOWN_ERROR is deprecated.
1645 https://bugs.webkit.org/show_bug.cgi?id=31184
1647 Update test case of the value of the PositionError.UNKNOWN_ERROR constant in error.html.
1648 Also remove redundant test cases of the value of all PositionError constants.
1650 * fast/dom/Geolocation/resources/error.js: Modified. Update test of value of PositionError.UNKNOWN_ERROR constant.
1651 * fast/dom/Geolocation/error-expected.txt: Modified. Expected result for above test.
1652 * fast/dom/Geolocation/resources/permission-denied-already-error.js: Modified. Remove tests of the value of PositionError constants.
1653 * fast/dom/Geolocation/permission-denied-already-error-expected.txt: Modified. Expected result for above test.
1654 * fast/dom/Geolocation/resources/permission-denied-already-success.js: Modified. Remove tests of the value of PositionError constants.
1655 * fast/dom/Geolocation/permission-denied-already-success-expected.txt: Modified. Expected result for above test.
1656 * fast/dom/Geolocation/resources/permission-denied.js: Modified. Remove tests of the value of PositionError constants.
1657 * fast/dom/Geolocation/permission-denied-expected.txt: Modified. Expected result for above test.
1658 * fast/dom/Geolocation/resources/permission-denied-stops-watches.js: Modified. Remove tests of the value of PositionError constants.
1659 * fast/dom/Geolocation/permission-denied-stops-watches-expected.txt: Modified. Expected result for above test.
1660 * fast/dom/Geolocation/resources/reentrant-error.js: Modified. Remove tests of the value of PositionError constants.
1661 * fast/dom/Geolocation/reentrant-error-expected.txt: Modified. Expected result for above test.
1662 * fast/dom/Geolocation/resources/timeout-zero.js: Modified. Remove tests of the value of PositionError constants.
1663 * fast/dom/Geolocation/timeout-zero-expected.txt: Modified. Expected result for above test.
1664 * fast/dom/Geolocation/resources/watch.js: Modified. Remove tests of the value of PositionError constants.
1665 * fast/dom/Geolocation/watch-expected.txt: Modified. Expected result for above test.
1667 2009-11-04 Shinichiro Hamaji <hamaji@chromium.org>
1669 Reviewed by Darin Adler.
1671 css2.1/t040304-c64-uri-00-a-g.html is failing
1672 https://bugs.webkit.org/show_bug.cgi?id=23271
1674 This test isn't failing now because this test was fixed in
1675 http://trac.webkit.org/changeset/47884
1677 * platform/mac/css2.1/t040304-c64-uri-00-a-g-expected.checksum:
1678 * platform/mac/css2.1/t040304-c64-uri-00-a-g-expected.png:
1680 2009-11-05 Daniel Bates <dbates@webkit.org>
1682 Reviewed by Eric Seidel.
1684 https://bugs.webkit.org/show_bug.cgi?id=31193
1686 Removed obsolete test case which was included in the patch for bug #30107.
1687 This test case is already covered by the test case fast/events/drag-and-drop.html,
1688 which was included in the patch for bug #24731.
1690 * fast/events/drag-and-drop-none-expected.txt: Removed.
1691 * fast/events/drag-and-drop-none.html: Removed.
1692 * platform/win/Skipped: Removed entry for drag-and-drop-none.html.
1694 2009-11-05 Adam Barth <abarth@webkit.org>
1696 Reviewed by Sam Weinig.
1698 Cross-domain access to stylesheet text should not be allowed
1699 https://bugs.webkit.org/show_bug.cgi?id=20527
1701 Test that a script cannot read cross-origin cssRules.
1703 * http/tests/security/cannot-read-cssrules-expected.txt: Added.
1704 * http/tests/security/cannot-read-cssrules-redirect-expected.txt: Added.
1705 * http/tests/security/cannot-read-cssrules-redirect.html: Added.
1706 * http/tests/security/cannot-read-cssrules.html: Added.
1708 2009-11-05 Alice Liu <alice.liu@apple.com>
1710 Adding a resource that seems to be missing. Without it, several tests in
1711 fast/dom/beforeload aren't really testing if the default event handling is
1712 prevented, but instead are only testing if the beforeload event fires.
1714 Rubber-stamped by Gavin Barraclough.
1716 * fast/dom/beforeload/resources/fail.js: Added.
1718 2009-11-05 Pavel Feldman <pfeldman@chromium.org>
1720 Reviewed by Timothy Hatcher.
1722 Web Inspector: beautify layout tests.
1724 https://bugs.webkit.org/show_bug.cgi?id=31189
1726 * inspector/console-dir-expected.txt:
1727 * inspector/console-dir.html:
1728 * inspector/console-dirxml-expected.txt:
1729 * inspector/console-dirxml.html:
1730 * inspector/console-format-collections-expected.txt:
1731 * inspector/console-format-collections.html:
1732 * inspector/console-format-expected.txt:
1733 * inspector/console-format.html:
1734 * inspector/console-tests-expected.txt:
1735 * inspector/console-tests.html:
1736 * inspector/console-tests.js: Added.
1737 (dumpConsoleMessages.callback):
1738 (dumpConsoleMessages):
1739 (dumpConsoleMessagesWithClasses.callback):
1740 (dumpConsoleMessagesWithClasses):
1741 (frontendScript_dumpConsoleMessages):
1742 * inspector/css-syntax-highlight.html: Removed.
1743 * inspector/elements-panel-structure-expected.txt:
1744 * inspector/elements-panel-structure.html:
1745 * inspector/elements-tests.js: Added.
1746 (frontendScript_expandDOMSubtree.processChildren):
1747 (frontendScript_expandDOMSubtree):
1748 * inspector/evaluate-in-frontend.html:
1749 * inspector/evaluate-in-frontend.js: Removed.
1750 * inspector/inspector-test.js: Added.
1752 (evaluateInWebInspector):
1755 (window.didEvaluateForTestInFrontend):
1756 * inspector/javascript-syntax-highlight.html: Removed.
1757 * inspector/styles-iframe.html:
1758 * inspector/syntax-highlight-css-expected.txt: Renamed from LayoutTests/inspector/css-syntax-highlight-expected.txt.
1759 * inspector/syntax-highlight-css.html: Added.
1760 * inspector/syntax-highlight-javascript-expected.txt: Renamed from LayoutTests/inspector/javascript-syntax-highlight-expected.txt.
1761 * inspector/syntax-highlight-javascript.html: Added.
1762 * inspector/syntax-highlight.js: Added.
1765 (frontendScript_dumpSyntaxHighlight):
1766 * inspector/timeline-trivial.html:
1767 * platform/qt/Skipped:
1769 2009-11-05 Shu Chang <Chang.Shu@nokia.com>
1771 Reviewed by Adele Peterson.
1773 The number of selected lines in textarea after a shift-PageDown
1774 may differ. The test case is modified so that it will not depend
1775 on the exact number of lines selected. This should resolve regression
1776 on platforms like Qt and GTK.
1777 https://bugs.webkit.org/show_bug.cgi?id=31122
1779 * editing/selection/shrink-selection-after-shift-pagedown.html:
1781 2009-11-05 Pavel Feldman <pfeldman@chromium.org>
1783 Not reviewed: empty line in expectations build fix.
1785 * fast/events/event-listener-map-rehash-crash-expected.txt:
1787 i2009-11-05 Pavel Feldman <pfeldman@chromium.org>
1789 Reviewed by Timothy Hatcher.
1791 REGRESSION: Web Inspector doesn't show CSS rules properly for iframes
1793 https://bugs.webkit.org/show_bug.cgi?id=30884
1795 * inspector/console-dir.html:
1796 * inspector/console-dirxml.html:
1797 * inspector/console-format-collections-expected.txt:
1798 * inspector/console-format-collections.html:
1799 * inspector/console-format.html:
1800 * inspector/console-tests.html:
1801 * inspector/elements-panel-structure-expected.txt:
1802 * inspector/elements-panel-structure.html:
1803 * inspector/evaluate-in-frontend.js:
1805 (expandDOMSubtree.processChildren):
1807 (dumpConsoleMessages):
1808 * inspector/resources/styles-iframe-data.html: Added.
1809 * inspector/styles-iframe-expected.txt: Added.
1810 * inspector/styles-iframe.html: Added.
1811 * platform/qt/Skipped:
1813 2009-11-05 Dimitri Glazkov <dglazkov@chromium.org>
1815 Reviewed by Geoffrey Garen.
1817 Rehashing of EventListenerMap leads to loss of EvenListenerList.
1818 https://bugs.webkit.org/show_bug.cgi?id=31027
1820 * fast/events/event-listener-map-rehash-crash.html: Added.
1822 2009-11-05 Brian Weinstein <bweinstein@apple.com>
1824 Rubber-stamped by Adam Roben.
1826 Add ruby tests and failing accessibility test to Windows Skipped list,
1827 we should be able to re-add ruby tests, but not sure the correct course
1830 * platform/win/Skipped:
1832 2009-11-05 Jian Li <jianli@chromium.org>
1834 Reviewed by Dmitri Titov.
1836 Tests the drag event bubbling on different targets:
1837 - iframe with invalid source
1838 - iframe with valid source
1839 - non-iframe droppable element
1840 https://bugs.webkit.org/show_bug.cgi?id=30469
1842 * http/tests/misc/bubble-drag-events-expected.txt: Added.
1843 * http/tests/misc/bubble-drag-events.html: Added.
1845 2009-11-05 Jeff Schiller <codedread@gmail.com>
1847 Reviewed by Simon Fraser.
1849 Added test to ensure proper order of matrix multiplication with SVGMatrix.
1850 https://bugs.webkit.org/show_bug.cgi?id=16062
1852 * svg/dom/SVGMatrix-interface-expected.txt: Added.
1853 * svg/dom/SVGMatrix-interface.xhtml: Added.
1855 2009-11-03 Justin Garcia <justin.garcia@apple.com>
1857 Reviewed by Adele Peterson.
1859 https://bugs.webkit.org/show_bug.cgi?id=25439
1860 Deleting when in front of a block image removes character from previous paragraph
1862 * editing/deleting/delete-before-block-image-1-expected.txt: Added.
1863 * editing/deleting/delete-before-block-image-1.html: Added.
1864 * editing/deleting/delete-before-block-image-2-expected.txt: Added.
1865 * editing/deleting/delete-before-block-image-2.html: Added.
1866 * editing/deleting/delete-before-block-table-expected.txt: Added.
1867 * editing/deleting/delete-before-block-table.html: Added.
1869 2009-11-04 Enrica Casucci <enrica@apple.com>
1871 Reviewed by Adele Peterson.
1873 Hang in Mail on attempting to change indent level
1874 <rdar://problem/7131805>
1875 https://bugs.webkit.org/show_bug.cgi?id=31127
1877 Added test to cover all the different code paths.
1879 * editing/execCommand/outdent-multiparagraph-list-expected.txt: Added.
1880 * editing/execCommand/outdent-multiparagraph-list.html: Added.
1882 2009-11-04 Daniel Bates <dbates@webkit.org>
1884 Reviewed by Eric Seidel.
1886 https://bugs.webkit.org/show_bug.cgi?id=30266
1888 Changed data format type from "text" to "text/plain" to pass Chrome tests.
1890 * fast/events/drag-and-drop-dataTransfer-types-nocrash-expected.txt:
1891 * fast/events/drag-and-drop-dataTransfer-types-nocrash.html:
1893 2009-11-04 Chris Fleizach <cfleizach@apple.com>
1895 Reviewed by Beth Dakin.
1897 Need to implement ARIA role="combobox"
1898 https://bugs.webkit.org/show_bug.cgi?id=31096
1900 * accessibility/aria-combobox.html: Added.
1901 * platform/gtk/Skipped:
1902 * platform/mac/accessibility/aria-combobox-expected.txt: Added.
1903 * platform/win/Skipped:
1905 2009-11-04 Csaba Osztrogonác <ossy@webkit.org>
1907 Put test into skiplist added in r50489 because
1908 layoutTestController.showWebInspector() is unimplemented now.
1910 * platform/qt/Skipped: inspector/timeline-trivial.html added.
1912 2009-11-04 Csaba Osztrogonác <ossy@webkit.org>
1916 Revert r50496 because it broke all layout tests on QtBuildBot.
1918 * svg/text/resources: Removed.
1919 * svg/text/resources/text-font-invalid.svg: Removed.
1920 * svg/text/text-font-invalid-expected.txt: Removed.
1921 * svg/text/text-font-invalid.html: Removed.
1923 2009-11-03 Roland Steiner <rolandsteiner@chromium.org>
1925 Reviewed by Mark Rowe.
1928 add ruby layout tests to the Skipped list on mac, since they somehow cause
1929 http/tests/security/mixedContent/about-blank-iframe-in-main-frame.html to fail.
1933 * platform/mac/Skipped:
1935 2009-11-02 Benjamin Poulain <benjamin.poulain@nokia.com>
1937 Reviewed by Simon Hausmann.
1939 Add a new test to reproduce 29856. The bug only happen
1940 when the SVG file is used as an image.
1941 https://bugs.webkit.org/show_bug.cgi?id=29856
1943 * svg/text/text-font-invalid-expected.txt: Added.
1944 * svg/text/resources/text-font-invalid.svg: Added.
1945 * svg/text/text-font-invalid.html: Added.
1947 2009-11-04 Roland Steiner <rolandsteiner@chromium.org>
1949 Reviewed by Dave Hyatt.
1951 Bug 28420 - Implement HTML5 <ruby> rendering
1952 (https://bugs.webkit.org/show_bug.cgi?id=28420)
1954 First rudimentary implementation of HTML5 ruby rendering support - layout tests.
1956 New layout tests: basic rendering:
1957 * fast/ruby/ruby-empty-rt.html: Added.
1958 * fast/ruby/ruby-length.html: Added.
1959 * fast/ruby/ruby-run-break.html: Added.
1960 * fast/ruby/ruby-runs-spans.html: Added.
1961 * fast/ruby/ruby-runs.html: Added.
1962 * fast/ruby/ruby-simple-rp.html: Added.
1963 * fast/ruby/ruby-simple.html: Added.
1964 * fast/ruby/ruby-trailing.html: Added.
1966 New layout tests: DOM manipulation within <ruby>
1967 * fast/ruby/rubyDOM-insert-rt.html: Added.
1968 * fast/ruby/rubyDOM-insert-text1.html: Added.
1969 * fast/ruby/rubyDOM-insert-text2.html: Added.
1970 * fast/ruby/rubyDOM-insert-text3.html: Added.
1971 * fast/ruby/rubyDOM-remove-rt1.html: Added.
1972 * fast/ruby/rubyDOM-remove-rt2.html: Added.
1973 * fast/ruby/rubyDOM-remove-text1.html: Added.
1974 * fast/ruby/rubyDOM-remove-text2.html: Added.
1976 New layout tests results:
1977 * platform/mac/fast/ruby: Added.
1978 * platform/mac/fast/ruby/ruby-empty-rt-expected.checksum: Added.
1979 * platform/mac/fast/ruby/ruby-empty-rt-expected.png: Added.
1980 * platform/mac/fast/ruby/ruby-empty-rt-expected.txt: Added.
1981 * platform/mac/fast/ruby/ruby-length-expected.checksum: Added.
1982 * platform/mac/fast/ruby/ruby-length-expected.png: Added.
1983 * platform/mac/fast/ruby/ruby-length-expected.txt: Added.
1984 * platform/mac/fast/ruby/ruby-run-break-expected.checksum: Added.
1985 * platform/mac/fast/ruby/ruby-run-break-expected.png: Added.
1986 * platform/mac/fast/ruby/ruby-run-break-expected.txt: Added.
1987 * platform/mac/fast/ruby/ruby-runs-expected.checksum: Added.
1988 * platform/mac/fast/ruby/ruby-runs-expected.png: Added.
1989 * platform/mac/fast/ruby/ruby-runs-expected.txt: Added.
1990 * platform/mac/fast/ruby/ruby-runs-spans-expected.checksum: Added.
1991 * platform/mac/fast/ruby/ruby-runs-spans-expected.png: Added.
1992 * platform/mac/fast/ruby/ruby-runs-spans-expected.txt: Added.
1993 * platform/mac/fast/ruby/ruby-simple-expected.checksum: Added.
1994 * platform/mac/fast/ruby/ruby-simple-expected.png: Added.
1995 * platform/mac/fast/ruby/ruby-simple-expected.txt: Added.
1996 * platform/mac/fast/ruby/ruby-simple-rp-expected.checksum: Added.
1997 * platform/mac/fast/ruby/ruby-simple-rp-expected.png: Added.
1998 * platform/mac/fast/ruby/ruby-simple-rp-expected.txt: Added.
1999 * platform/mac/fast/ruby/ruby-trailing-expected.checksum: Added.
2000 * platform/mac/fast/ruby/ruby-trailing-expected.png: Added.
2001 * platform/mac/fast/ruby/ruby-trailing-expected.txt: Added.
2002 * platform/mac/fast/ruby/rubyDOM-insert-rt-expected.checksum: Added.
2003 * platform/mac/fast/ruby/rubyDOM-insert-rt-expected.png: Added.
2004 * platform/mac/fast/ruby/rubyDOM-insert-rt-expected.txt: Added.
2005 * platform/mac/fast/ruby/rubyDOM-insert-text1-expected.checksum: Added.
2006 * platform/mac/fast/ruby/rubyDOM-insert-text1-expected.png: Added.
2007 * platform/mac/fast/ruby/rubyDOM-insert-text1-expected.txt: Added.
2008 * platform/mac/fast/ruby/rubyDOM-insert-text2-expected.checksum: Added.
2009 * platform/mac/fast/ruby/rubyDOM-insert-text2-expected.png: Added.
2010 * platform/mac/fast/ruby/rubyDOM-insert-text2-expected.txt: Added.
2011 * platform/mac/fast/ruby/rubyDOM-insert-text3-expected.checksum: Added.
2012 * platform/mac/fast/ruby/rubyDOM-insert-text3-expected.png: Added.
2013 * platform/mac/fast/ruby/rubyDOM-insert-text3-expected.txt: Added.
2014 * platform/mac/fast/ruby/rubyDOM-remove-rt1-expected.checksum: Added.
2015 * platform/mac/fast/ruby/rubyDOM-remove-rt1-expected.png: Added.
2016 * platform/mac/fast/ruby/rubyDOM-remove-rt1-expected.txt: Added.
2017 * platform/mac/fast/ruby/rubyDOM-remove-rt2-expected.checksum: Added.
2018 * platform/mac/fast/ruby/rubyDOM-remove-rt2-expected.png: Added.
2019 * platform/mac/fast/ruby/rubyDOM-remove-rt2-expected.txt: Added.
2020 * platform/mac/fast/ruby/rubyDOM-remove-text1-expected.checksum: Added.
2021 * platform/mac/fast/ruby/rubyDOM-remove-text1-expected.png: Added.
2022 * platform/mac/fast/ruby/rubyDOM-remove-text1-expected.txt: Added.
2023 * platform/mac/fast/ruby/rubyDOM-remove-text2-expected.checksum: Added.
2024 * platform/mac/fast/ruby/rubyDOM-remove-text2-expected.png: Added.
2025 * platform/mac/fast/ruby/rubyDOM-remove-text2-expected.txt: Added.
2027 2009-11-03 Kenneth Russell <kbr@google.com>
2029 Reviewed by Oliver Hunt.
2031 Add overridePreference call to all WebGL layout tests
2032 https://bugs.webkit.org/show_bug.cgi?id=31088
2034 * fast/canvas/webgl/array-unit-tests.html:
2035 * fast/canvas/webgl/getActiveTest.html:
2036 * fast/canvas/webgl/gl-get-calls.html:
2037 * fast/canvas/webgl/incorrect-context-object-behaviour.html:
2038 * fast/canvas/webgl/null-object-behaviour.html:
2039 * fast/canvas/webgl/resources/shader-test.js: Removed.
2040 * fast/canvas/webgl/resources/webgl-test.js: Copied from LayoutTests/fast/canvas/webgl/resources/shader-test.js.
2042 2009-11-03 Eric Z. Ayers <zundel@google.com>
2044 Reviewed by Timothy Hatcher.
2046 Adds a test for turning on the timeline profiler. This caused
2047 a crash because profiling was enabled in the middle of processing
2050 https://bugs.webkit.org/show_bug.cgi?id=31080
2052 * inspector/timeline-trivial-expected.txt: Added.
2053 * inspector/timeline-trivial.html: Added.
2055 2009-11-03 Bradley Green <brg@chromium.org>
2057 Reviewed by Dmitry Titov.
2059 Updating test expectations for implementation of
2060 window.navigator.registerProtocolHandler and
2061 window.navigator.registerContentHandler.
2063 There is a default implimentation for these APIs, hence all platforms
2064 with the navigator-detached-no-crash-expect and
2065 window-properties-expected tests needed to be updated. While
2066 isolatedWorlds has a window-properties-expected test, it has no window
2067 object and hence does not need to be updaetd.
2069 We add two fast/dom tests to insure that the proper exceptions are
2070 thrown when bad syntax or security violations are made by calling the
2073 * fast/dom/Window/window-properties-expected.txt:
2074 * fast/dom/navigator-detached-no-crash-expected.txt:
2075 * fast/dom/navigator-detached-no-crash.html:
2076 * fast/dom/registerContentHandler-expected.txt: Added.
2077 * fast/dom/registerContentHandler.html: Added.
2078 * fast/dom/registerProtocolHandler-expected.txt: Added.
2079 * fast/dom/registerProtocolHandler.html: Added.
2080 * platform/gtk/fast/dom/Window/window-properties-expected.txt:
2081 * platform/gtk/fast/dom/navigator-detached-no-crash-expected.txt:
2082 * platform/mac-leopard/fast/dom/navigator-detached-no-crash-expected.txt:
2084 2009-11-03 Dan Bernstein <mitz@apple.com>
2086 Reviewed by Anders Carlsson and Beth Dakin.
2088 https://bugs.webkit.org/show_bug.cgi?id=31070
2089 Test for <rdar://problem/7194735> Crashes at RenderText::RenderText()
2090 Test for <rdar://problem/6937089> Crashes at RenderWidget::destroy()
2092 * plugins/attach-during-destroy-expected.txt: Added.
2093 * plugins/attach-during-destroy.html: Added.
2094 * plugins/destroy-reentry-expected.txt: Added.
2095 * plugins/destroy-reentry.html: Added.
2097 2009-11-03 Evan Martin <evan@chromium.org>
2099 Reviewed by Darin Adler.
2101 A test that reproduces a hard-to-trigger memory corruption in the
2104 https://bugs.webkit.org/show_bug.cgi?id=30827
2106 * fast/css/end-of-buffer-crash.html: Added.
2108 2009-11-02 Darin Adler <darin@apple.com>
2110 Reviewed by Dan Bernstein.
2112 Crash due to double-destroy related to CSS run-in property
2113 https://bugs.webkit.org/show_bug.cgi?id=31034
2114 rdar://problem/7328458
2116 * fast/css/run-in-crash-expected.txt: Added.
2117 * fast/css/run-in-crash.html: Added.
2119 2009-11-03 Victor Wang <victorw@chromium.org>
2121 Reviewed by Eric Seidel.
2123 "http://trac.webkit.org/changeset/50315" makes links mouse
2124 focusable only on GTK and QT, so win has same behavior as mac now
2125 Remove the win specific expected results for tests failed
2128 https://bugs.webkit.org/show_bug.cgi?id=30968
2130 * platform/win/fast/events/click-focus-anchor-expected.txt: Removed.
2131 * platform/win/fast/inline: Removed.
2132 * platform/win/fast/inline/dirtyLinesForInline-expected.txt: Removed.
2134 2009-11-03 Csaba Osztrogonác <ossy@webkit.org>
2136 Add files to skiplist depend on phonon support,
2137 which is disabled on the Qt buildbot for now.
2139 * platform/qt/Skipped:
2141 2009-11-03 Csaba Osztrogonác <ossy@webkit.org>
2143 Rubber-stamped by Tor Arne Vestbø.
2145 Remove now passing tests from skiplist.
2147 * platform/qt/Skipped:
2149 2009-11-03 Csaba Osztrogonác <ossy@webkit.org>
2151 Put test into skiplist added in r50411 because
2152 layoutTestController.showWebInspector() is unimplemented now.
2154 * platform/qt/Skipped: inspector/css-syntax-highlight.html added
2156 2009-11-02 Oliver Hunt <oliver@apple.com>
2158 Reviewed by Gavin Barraclough.
2160 REGRESSION (r48573): JSC may incorrectly cache chain lookups with a dictionary at the head of the chain
2161 https://bugs.webkit.org/show_bug.cgi?id=31045
2163 Add tests for dictionary at the head of a prototype chain.
2165 * fast/js/script-tests/dictionary-no-cache.js:
2166 * fast/js/dictionary-no-cache-expected.txt:
2168 2009-11-02 Enrica Casucci <enrica@apple.com>
2170 Reviewed by Adele Peterson and Dan Bernstein.
2172 Safari crashes when calling execCommand on formatted html in special case
2173 <rdar://problem/7318656>
2174 https://bugs.webkit.org/show_bug.cgi?id=31023
2176 * editing/execCommand/align-in-span-expected.txt: Added.
2177 * editing/execCommand/align-in-span.html: Added.
2179 2009-11-02 Chris Marrin <cmarrin@apple.com>
2181 Reviewed by Oliver Hunt.
2183 Revised tests for changes to when exceptions are raised in WebGL content
2184 https://bugs.webkit.org/show_bug.cgi?id=31005
2186 * fast/canvas/webgl/incorrect-context-object-behaviour-expected.txt:
2187 * fast/canvas/webgl/null-object-behaviour-expected.txt:
2188 * fast/canvas/webgl/script-tests/incorrect-context-object-behaviour.js:
2189 * fast/canvas/webgl/script-tests/null-object-behaviour.js:
2191 2009-11-02 Philippe Normand <pnormand@igalia.com>
2193 Reviewed by Jan Alonzo.
2195 [GTK] Failing media/video-played-reset.html
2196 https://bugs.webkit.org/show_bug.cgi?id=30589
2198 * platform/gtk/Skipped: Unskip fixed test.
2200 2009-11-02 Andrew Scherkus <scherkus@chromium.org>
2202 Reviewed by Eric Carlson.
2204 Increase the timeout of media/video-currentTime-set.html from 800ms to 2000ms.
2206 Also fix call to logResult() as parameters were reversed, resulting in
2207 printing an error message of "false".
2209 https://bugs.webkit.org/show_bug.cgi?id=31017
2211 * media/video-currentTime-set.html: Timeout increased to 2000ms.
2213 2009-10-30 Alexey Proskuryakov <ap@apple.com>
2215 Reviewed by Darin Adler.
2217 https://bugs.webkit.org/show_bug.cgi?id=30969
2218 A no-prefix XPath node test should not match no-namespace elements in HTML document
2220 * fast/xpath/null-namespace-in-html-expected.txt: Added.
2221 * fast/xpath/null-namespace-in-html.html: Added.
2223 2009-11-02 Keishi Hattori <casey.hattori@gmail.com>
2225 Reviewed by Timothy Hatcher.
2227 Web Inspector: Rewrite CSSSourceSyntaxHighlighter so it shares more code
2228 https://bugs.webkit.org/show_bug.cgi?id=30907
2230 * inspector/css-syntax-highlight-expected.txt: Added.
2231 * inspector/css-syntax-highlight.html: Added.
2232 * inspector/javascript-syntax-highlight-expected.txt:
2234 2009-11-02 Chris Fleizach <cfleizach@apple.com>
2236 Reviewed by Beth Dakin.
2238 Support ARIA "tab" roles
2239 https://bugs.webkit.org/show_bug.cgi?id=30842
2241 * accessibility/aria-controls-with-tabs-expected.txt: Added.
2242 * accessibility/aria-controls-with-tabs.html: Added.
2243 * accessibility/aria-tab-roles.html: Added.
2244 * platform/gtk/Skipped:
2245 * platform/mac/accessibility/aria-tab-roles-expected.txt: Added.
2246 * platform/win/Skipped:
2248 2009-11-02 Roland Steiner <rolandsteiner@chromium.org>
2250 Reviewed by Dave Hyatt.
2252 Bug 28420 - Implement HTML5 <ruby> rendering
2253 (https://bugs.webkit.org/show_bug.cgi?id=28420)
2255 First rudimentary implementation of HTML5 ruby rendering support.
2257 Further layout tests will be committed in a follow-up patch under fast/ruby.
2259 * fast/ruby/parse-rp-expected.txt: result changed due to <rt> being rendered as block within <ruby>
2261 2009-11-01 Alexey Proskuryakov <ap@apple.com>
2263 Reviewed by Dan Bernstein.
2265 https://bugs.webkit.org/show_bug.cgi?id=30992
2266 Node.isDefaultNamespace doesn't convert empty strings to null
2268 * fast/dom/Node/default-namespace-empty-argument-expected.txt: Added.
2269 * fast/dom/Node/default-namespace-empty-argument.html: Added.
2271 2009-11-01 Yael Aharon <yael.aharon@nokia.com>
2273 Reviewed by Darin Adler.
2275 Don't add '/' to the URL path if the it does not include '/' after the protocol component
2276 https://bugs.webkit.org/show_bug.cgi?id=30971
2278 Updating the expected result to reflect the change.
2280 * fast/loader/url-parse-1-expected.txt:
2282 2009-10-31 Alexey Proskuryakov <ap@apple.com>
2284 Reviewed by John Sullivan.
2286 https://bugs.webkit.org/show_bug.cgi?id=30982
2287 createHTMLDocument doesn't escape ampersand and less-than in title
2289 * fast/dom/DOMImplementation/createHTMLDocument-title-expected.txt: Added.
2290 * fast/dom/DOMImplementation/createHTMLDocument-title.html: Added.
2292 2009-11-01 Hironori Bono <hbono@chromium.org>
2294 Reviewed by Darin Adler.
2296 Bug 30902: Need a layout test for Bug 28284
2297 This change just adds a simple test that calls TextInputController.firstRectForCharacterRange()
2298 before and after inserting a Thai character and compare their results.
2299 https://bugs.webkit.org/show_bug.cgi?id=30902
2301 * fast/text/international/thai-cursor-position-expected.txt: Added.
2302 * fast/text/international/thai-cursor-position.html: Added.
2303 * platform/gtk/Skipped: Skip this test because TextInputController is not implemented.
2304 * platform/qt/Skipped: ditto.
2305 * platform/win/Skipped: ditto.
2307 2009-11-01 Yuta Kitamura <yutak@chromium.org>
2309 Reviewed by Darin Adler.
2311 Fix assertion falure in RenderObjectChildList::updateBeforeAfterContent().
2313 [Crash (debug)] Combination of list-item and :after causes assertion failure
2314 https://bugs.webkit.org/show_bug.cgi?id=30944
2316 * fast/css/list-item-pseudo-nocrash-expected.txt: Added.
2317 * fast/css/list-item-pseudo-nocrash.html: Added.
2319 2009-11-01 Philippe Normand <pnormand@igalia.com>
2321 Reviewed by Eric Seidel.
2323 https://bugs.webkit.org/show_bug.cgi?id=30586
2324 [GTK] Failing test media/video-src-empty.html
2326 * platform/gtk/Skipped: Unskip fixed test.
2328 2009-10-31 Oliver Hunt <oliver@apple.com>
2330 Reviewed by Jon Honeycutt.
2332 WebGL allows objects to be used with the wrong context
2333 https://bugs.webkit.org/show_bug.cgi?id=30981
2335 Add tests for null/missing object parameters and objects being used
2336 on the wrong context.
2338 * fast/canvas/webgl/incorrect-context-object-behaviour-expected.txt: Added.
2339 * fast/canvas/webgl/incorrect-context-object-behaviour.html: Added.
2340 * fast/canvas/webgl/null-object-behaviour-expected.txt: Added.
2341 * fast/canvas/webgl/null-object-behaviour.html: Added.
2342 * fast/canvas/webgl/resources/shader-test.js:
2343 (loadStandardProgram):
2344 (loadStandardVertexShader):
2345 (loadStandardFragmentShader):
2346 * fast/canvas/webgl/script-tests/incorrect-context-object-behaviour.js: Added.
2347 * fast/canvas/webgl/script-tests/null-object-behaviour.js: Added.
2349 2009-10-30 Enrica Casucci <enrica@apple.com>
2351 Reviewed by Darin Adler.
2353 REGRESSION: In Mail, Undo does not restore some characters I have deleted at the end of a line
2354 https://bugs.webkit.org/show_bug.cgi?id=30955
2355 <rdar://problem/7067033>
2357 * editing/undo/undo-deleteWord-expected.txt: Added.
2358 * editing/undo/undo-deleteWord.html: Added.
2360 2009-10-29 Jon Honeycutt <jhoneycutt@apple.com>
2362 Test for MSAA: Accessibility of headings is not correct
2364 https://bugs.webkit.org/show_bug.cgi?id=30937
2366 Reviewed by Adam Roben.
2368 * platform/win/accessibility/heading-elements-expected.txt: Added.
2369 * platform/win/accessibility/heading-elements.html: Added.
2371 2009-10-29 Jon Honeycutt <jhoneycutt@apple.com>
2373 Test for MSAA: Accessibility of links is wrong
2375 https://bugs.webkit.org/show_bug.cgi?id=30928
2377 Reviewed by Darin Adler.
2379 * platform/win/accessibility/linked-elements-expected.txt: Added.
2380 * platform/win/accessibility/linked-elements.html: Added.
2382 2009-10-30 Ben Murdoch <benm@google.com>
2384 Reviewed by David Kilzer.
2386 openDatabase() with empty version sets db version up incorrectly
2387 https://bugs.webkit.org/show_bug.cgi?id=28417
2389 * storage/open-database-set-empty-version-expected.txt: Added.
2390 * storage/open-database-set-empty-version.html: Added.
2392 2009-10-30 Shinichiro Hamaji <hamaji@chromium.org>
2394 Reviewed by Darin Adler.
2396 counterValueForElementById should return space-separated string for multiple counters
2397 https://bugs.webkit.org/show_bug.cgi?id=30939
2399 * fast/css/counters/counterValueForElementById-expected.txt: Added.
2400 * fast/css/counters/counterValueForElementById.html: Added.
2402 2009-10-30 Shinichiro Hamaji <hamaji@chromium.org>
2404 Reviewed by Mark Rowe.
2406 fast/css/counters/t1204* are not asynchronous anymore
2407 https://bugs.webkit.org/show_bug.cgi?id=30940
2409 * fast/css/counters/t1204-increment-00-c-o.html:
2410 * fast/css/counters/t1204-increment-01-c-o.html:
2412 2009-10-30 Kenneth Rohde Christiansen <kenneth@webkit.org>
2414 Unreviewed layout test fixes.
2416 The existing excepted results were wrong, due to the visited links not
2417 being reset between tests.
2419 This was fixed in r50329, so updating the results.
2421 * platform/qt/fast/block/margin-collapse/block-inside-inline/010-expected.txt:
2422 * platform/qt/fast/block/margin-collapse/block-inside-inline/011-expected.txt:
2423 * platform/qt/fast/block/margin-collapse/block-inside-inline/012-expected.txt:
2424 * platform/qt/fast/block/margin-collapse/block-inside-inline/015-expected.txt:
2425 * platform/qt/fast/block/margin-collapse/block-inside-inline/016-expected.txt:
2426 * platform/qt/fast/block/margin-collapse/block-inside-inline/020-expected.txt:
2428 2009-10-30 Andras Becsi <becsi.andras@stud.u-szeged.hu>
2430 Reviewed by Holger Hans Peter Freyther.
2432 [Qt] Add expected files for new svg tests we pass.
2433 Compared to the Mac expected png files.
2435 * platform/qt/svg/css/arrow-with-shadow-expected.txt: Added.
2436 * platform/qt/svg/css/circle-in-mask-with-shadow-expected.txt: Added.
2437 * platform/qt/svg/css/clippath-with-shadow-expected.txt: Added.
2438 * platform/qt/svg/css/mask-with-shadow-expected.txt: Added.
2439 * platform/qt/svg/css/path-with-shadow-expected.txt: Added.
2440 * platform/qt/svg/css/stars-with-shadow-expected.txt: Added.
2441 * platform/qt/svg/filters/shadow-on-filter-expected.txt: Added.
2442 * platform/qt/svg/filters/shadow-on-rect-with-filter-expected.txt: Added.
2444 2009-10-30 Yury Semikhatsky <yurys@chromium.org>
2446 Reviewed by Pavel Feldman.
2448 Test that browser doesn't crash in case of stack overflow
2449 inside console.log()
2451 https://bugs.webkit.org/show_bug.cgi?id=30904
2453 * fast/dom/console-log-stack-overflow-expected.txt: Added.
2454 * fast/dom/console-log-stack-overflow.html: Added.
2456 2009-10-30 Oliver Hunt <oliver@apple.com>
2458 Reviewed by Gavin Barraclough.
2460 Regression: crash enumerating properties of an object with getters or setters
2461 https://bugs.webkit.org/show_bug.cgi?id=30948
2463 Add test for enumerating getters and setters.
2465 * fast/js/for-in-cached-expected.txt:
2466 * fast/js/script-tests/for-in-cached.js:
2469 2009-10-29 Erik Arvidsson <arv@chromium.org>
2471 Reviewed by Eric Seidel.
2473 Make links mouse focusable only on GTK and QT.
2475 Links are now always mouse focusable on GTK and QT. On other platforms
2476 the link needs a tabIndex or it needs to be contentEditable.
2478 https://bugs.webkit.org/show_bug.cgi?id=26856
2480 * fast/events/click-focus-anchor-expected.txt:
2481 * fast/events/click-focus-anchor.html:
2482 * platform/gtk/fast/events/click-focus-anchor-expected.txt: Added.
2483 * platform/mac/fast/events/click-focus-anchor-expected.txt: Removed.
2484 * platform/qt/fast/events/click-focus-anchor-expected.txt: Added.
2486 2009-10-29 Jonathan Dixon <joth@chromium.org>
2488 Reviewed by Eric Seidel.
2490 Add expected files for GTK and QT builds, for test text-input-webkit-radius.html
2491 Expected fils collected from buildbot:
2492 http://build.webkit.org/results/Qt%20Linux%20Release/r50286%20(3257)/fast/css/
2493 http://build.webkit.org/results/GTK%20Linux%20Release/r50286%20(5308)/fast/css/
2495 * platform/gtk/fast/css/text-input-with-webkit-border-radius-expected.txt: Added.
2496 * platform/qt/fast/css/text-input-with-webkit-border-radius-expected.txt: Added.
2498 2009-10-29 Dan Bernstein <mitz@apple.com>
2500 Updated Tiger-specific result now that Tiger matches current behavior. A Tiger-specific
2501 result is still needed because of the difference in Thai fonts.
2503 * platform/mac-tiger/fast/text/atsui-multiple-renderers-expected.txt:
2505 2009-10-29 Dan Bernstein <mitz@apple.com>
2507 Reviewed by Sam Weinig.
2509 Updated a test to account for font metric differences between Mac OS X versions. Removed
2510 Leopard-specific results for another test now that Leopard matches current behavior.
2512 * platform/mac-leopard/fast/text/atsui-multiple-renderers-expected.checksum: Removed.
2513 * platform/mac-leopard/fast/text/atsui-multiple-renderers-expected.png: Removed.
2514 * platform/mac-leopard/fast/text/atsui-multiple-renderers-expected.txt: Removed.
2515 * platform/mac/fast/text/ligature-subdivision-expected.txt:
2516 * platform/mac/fast/text/script-tests/ligature-subdivision.js:
2518 2009-10-29 Enrica Casucci <enrica@apple.com>
2520 REGRESSION(3.2.3 - 4.0.2): Message composing: when I undo a color change to text in Mail, undo/redo behaves strangely
2521 <rdar://problem/7115041>
2522 https://bugs.webkit.org/show_bug.cgi?id=30892
2524 * editing/undo/redo-style-expected.txt: Added.
2525 * editing/undo/redo-style.html: Added.
2527 2009-10-29 Shinichiro Hamaji <hamaji@chromium.org>
2529 Reviewed by Darin Adler.
2531 fast/css/counters/invalidate-cached-counter-node can be dumpAsText
2532 https://bugs.webkit.org/show_bug.cgi?id=30931
2534 * fast/css/counters/invalidate-cached-counter-node-expected.txt: Added.
2535 * fast/css/counters/invalidate-cached-counter-node.html:
2536 * platform/mac/fast/css/counters/invalidate-cached-counter-node-expected.checksum: Removed.
2537 * platform/mac/fast/css/counters/invalidate-cached-counter-node-expected.png: Removed.
2538 * platform/mac/fast/css/counters/invalidate-cached-counter-node-expected.txt: Removed.
2540 2009-10-29 Csaba Osztrogonác <ossy@webkit.org>
2542 [Qt] Remove some tests that now pass.
2544 * platform/qt/Skipped:
2546 2009-10-29 Dan Bernstein <mitz@apple.com>
2548 Reviewed by Sam Weinig.
2550 Problem editing or selecting text containing ligatures
2551 https://bugs.webkit.org/show_bug.cgi?id=30025
2553 * platform/mac/fast/text/ligature-subdivision-expected.txt: Added.
2554 * platform/mac/fast/text/ligature-subdivision.html: Added.
2555 * platform/mac/fast/text/script-tests: Added.
2556 * platform/mac/fast/text/script-tests/TEMPLATE.html: Copied from LayoutTests/fast/js/script-tests/TEMPLATE.html.
2557 * platform/mac/fast/text/script-tests/ligature-subdivision.js: Added.
2559 2009-10-29 Kenneth Rohde Christiansen <kenneth@webkit.org>
2561 Reviewed by Oliver Hunt.
2563 Removed test that passes after implementing the Qt DRT version
2564 of dumpBackForwardList().
2566 * platform/qt/Skipped:
2568 2009-10-29 Kenneth Rohde Christiansen <kenneth@webkit.org>
2570 Rubberstamped by Adam Roben.
2572 Remove two tests that pass on the buildbot.
2574 * platform/qt/Skipped:
2576 2009-10-29 Dan Bernstein <mitz@apple.com>
2578 Updated expected result for Tiger
2580 * platform/mac-tiger/fast/text/international/thai-line-breaks-expected.txt:
2582 2009-10-29 Kenneth Rohde Christiansen <kenneth@webkit.org>
2584 Unreviewed Qt buildbot fix.
2586 Add some files to skipped that depend on phonon support,
2587 which is disabled on the Qt buildbot for now.
2589 * platform/qt/Skipped:
2591 2009-10-29 Kenneth Rohde Christiansen <kenneth@webkit.org>
2593 Rubberstamped by Adam Roben.
2595 Remove tests that pass after the change introduced in r50289.
2597 * platform/qt/Skipped:
2599 2009-10-29 Brian Weinstein <bweinstein@apple.com>
2601 Rubber-stamped by Steve Falkenburg.
2603 Windows Release bots are having problems in xmlhttprequest tests, Skipping them temporarily
2604 to see if this eliminates the problem, and it is a test causing httpd problems.
2606 * platform/win/Skipped:
2608 2009-10-29 Adam Barth <abarth@webkit.org>
2610 Reviewed by Eric Seidel.
2612 Don't run JavaScript URLs in view source mode
2613 https://bugs.webkit.org/show_bug.cgi?id=30881
2615 Test that we don't run JavaScript URLs in view source mode.
2617 This test actually passes before this change. I don't know how to
2618 actually run JavaScript URLs in view source frames using DRT, but it's
2619 possible in an abitrary embedding of WebKit.
2621 * http/tests/security/view-source-no-javascript-url-expected.txt: Added.
2622 * http/tests/security/view-source-no-javascript-url.html: Added.
2624 2009-10-28 Dan Bernstein <mitz@apple.com>
2626 Removed Leopard-specific result after changing ATSUI missing-glyph behavior to match the
2627 Core Text and fast code paths' behavior.
2629 * platform/mac-leopard/fast/text/international/khmer-selection-expected.txt: Removed.
2631 2009-10-28 Andrew Scherkus <scherkus@chromium.org>
2633 Reviewed by Eric Carlson.
2635 Fix video-pause-immediately.html to avoid using setTimeout().
2637 This also addresses the flakiness on Windows, where 200ms was not enough time to advance the clock past zero.
2639 https://bugs.webkit.org/show_bug.cgi?id=30889
2641 * media/video-pause-immediately.html: Replace setTimeout() with timeupdate events.
2643 2009-10-28 Brian Weinstein <bweinstein@apple.com>
2645 Rubber-stamped by Ada Chan.
2647 Add accessibility test to the list of Windows Skipped tests.
2649 * platform/win/Skipped:
2651 2009-10-28 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
2653 Reviewed by Jan Alonzo.
2655 [GTK] API to start inspector for a WebView
2656 https://bugs.webkit.org/show_bug.cgi?id=22551
2658 Unskip inspector tests that we are now able to run.
2660 * platform/gtk/Skipped:
2662 2009-10-28 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
2664 Reviewed by Xan Lopez.
2666 [GTK] Fails new test fast/js/navigator-language.html
2667 https://bugs.webkit.org/show_bug.cgi?id=30440
2669 Unskip the test that now passes.
2671 * platform/gtk/Skipped:
2673 2009-10-28 Jonathan Dixon <joth@chromium.org>
2675 Reviewed by Eric Seidel.
2677 Bug 30547: (Chromium) searchbox not rendered properly due to the css property -webkit-border-radius
2678 https://bugs.webkit.org/show_bug.cgi?id=30547
2680 * fast/css/text-input-with-webkit-border-radius-expected.checksum: Added.
2681 * fast/css/text-input-with-webkit-border-radius-expected.png: Added.
2682 * fast/css/text-input-with-webkit-border-radius-expected.txt: Added.
2683 * fast/css/text-input-with-webkit-border-radius.html: Added.
2685 2009-10-27 Shinichiro Hamaji <hamaji@chromium.org>
2687 Reviewed by Darin Adler.
2689 Provide a way to get counter values with layoutTestContoller
2690 https://bugs.webkit.org/show_bug.cgi?id=30555
2692 Convert two pixel tests to dumpAsText tests using counterValueForElementById.
2694 * fast/css/counters/t1204-increment-00-c-o-expected.txt: Added.
2695 * fast/css/counters/t1204-increment-00-c-o.html:
2696 * fast/css/counters/t1204-increment-01-c-o-expected.txt: Added.
2697 * fast/css/counters/t1204-increment-01-c-o.html:
2698 * platform/mac/fast/css/counters/t1204-increment-00-c-o-expected.checksum: Removed.
2699 * platform/mac/fast/css/counters/t1204-increment-00-c-o-expected.png: Removed.
2700 * platform/mac/fast/css/counters/t1204-increment-00-c-o-expected.txt: Removed.
2701 * platform/mac/fast/css/counters/t1204-increment-01-c-o-expected.checksum: Removed.
2702 * platform/mac/fast/css/counters/t1204-increment-01-c-o-expected.png: Removed.
2703 * platform/mac/fast/css/counters/t1204-increment-01-c-o-expected.txt: Removed.
2704 * platform/qt/fast/css/counters/t1204-increment-00-c-o-expected.txt: Removed.
2705 * platform/qt/fast/css/counters/t1204-increment-01-c-o-expected.txt: Removed.
2707 2009-10-28 Alexey Proskuryakov <ap@apple.com>
2709 Reviewed by Darin Adler.
2711 https://bugs.webkit.org/show_bug.cgi?id=30841
2712 <rdar://problem/7342730> WebKit should not pass Referer header through a redirect to a non-secure site
2714 * http/tests/ssl/referer-301-expected.txt: Added.
2715 * http/tests/ssl/referer-301.html: Added.
2716 * http/tests/ssl/referer-303-expected.txt: Added.
2717 * http/tests/ssl/referer-303.html: Added.
2718 * http/tests/ssl/resources: Added.
2719 * http/tests/ssl/resources/referer-301-redir.php: Added.
2720 * http/tests/ssl/resources/referer-303-redir.php: Added.
2721 * http/tests/ssl/resources/no-http-referer.cgi: Added.
2723 2009-10-28 Shu Chang <Chang.Shu@nokia.com>
2725 Reviewed by Eric Seidel.
2727 Added special expected test result for Tiger to fix regression tests.
2728 https://bugs.webkit.org/show_bug.cgi?id=30811
2730 * platform/mac-tiger/fast/js/navigator-language-expected.txt: Added.
2732 2009-10-28 Csaba Osztrogonác <ossy@webkit.org>
2734 Rubber-stamped by Holger Freyther.
2736 [Qt] Remove http/tests/security tests from
2737 skiplist, and add only now failing tests.
2739 * platform/qt/Skipped:
2741 2009-10-28 Csaba Osztrogonác <ossy@webkit.org>
2743 [Qt] Remove http/tests/misc tests from
2744 skiplist, and add only now failing tests.
2746 * platform/qt/Skipped:
2748 2009-10-28 Csaba Osztrogonác <ossy@webkit.org>
2750 Reviewed by Holger Freyther.
2752 Put tests into skiplist added in r50168 and r50162 because
2753 layoutTestController.showWebInspector() is unimplemented now.
2755 * platform/qt/Skipped:
2756 inspector/console-format-collections.html added
2757 inspector/javascript-syntax-highlight.html added
2759 2009-10-27 Dan Bernstein <mitz@apple.com>
2761 Rubber-stamped by Sam Weinig.
2763 Changed this test to use -webkit-box-shadow instead of box-shadow after r49003.
2765 * fast/box-shadow/inset.html:
2767 2009-10-27 Joseph Pecoraro <joepeck@webkit.org>
2769 Reviewed by Pavel Feldman.
2771 Web Inspector: Move runAfterPendingDispatches to TestController for Clarity
2772 https://bugs.webkit.org/show_bug.cgi?id=30844
2774 * inspector/console-format-collections.html: updated to reflect TestController change
2776 2009-10-27 Chris Fleizach <cfleizach@apple.com>
2778 Reviewed by Darin Adler.
2780 WAI-ARIA: add support for 'option' role
2781 https://bugs.webkit.org/show_bug.cgi?id=30843
2783 * accessibility/aria-option-role.html: Added.
2784 * platform/gtk/Skipped:
2785 * platform/mac/accessibility/aria-option-role-expected.txt: Added.
2786 * platform/win/Skipped:
2788 2009-10-27 Chris Fleizach <cfleizach@apple.com>
2792 ARIA menu/menu item need AXRoleDescription
2793 https://bugs.webkit.org/show_bug.cgi?id=30804
2795 Layout test fix for Tiger/Leopard.
2797 * platform/mac-leopard/accessibility/table-with-aria-role-expected.txt:
2799 2009-10-27 Chris Fleizach <cfleizach@apple.com>
2801 Reviewed by Adele Peterson.
2803 WAI-ARIA: add support for 'presentation' role
2804 https://bugs.webkit.org/show_bug.cgi?id=30806
2806 * accessibility/aria-presentational-role-expected.txt: Added.
2807 * accessibility/aria-presentational-role.html: Added.
2809 2009-10-27 Chris Fleizach <cfleizach@apple.com>
2811 Reviewed by Darin Adler.
2813 ARIA menu/menu item need AXRoleDescription
2814 https://bugs.webkit.org/show_bug.cgi?id=30804
2816 * platform/mac/accessibility/aria-menu-role-descriptions-expected.txt: Added.
2817 * platform/mac/accessibility/aria-menu-role-descriptions.html: Added.
2818 * platform/mac/accessibility/table-with-aria-role-expected.txt:
2820 2009-10-27 Steve Block <steveblock@google.com>
2822 Reviewed by Darin Adler.
2824 When a Geolocation method is called, immediately calls the error calback asynchronously if permissions have already been denied.
2825 https://bugs.webkit.org/show_bug.cgi?id=27944.
2827 * 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.
2828 * fast/dom/Geolocation/permission-denied-already-error.html: Added. Wrapper for above test.
2829 * fast/dom/Geolocation/permission-denied-already-error-expected.txt: Added. Expected result for above test.
2830 * 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.
2831 * fast/dom/Geolocation/permission-denied-already-success.html: Added. Wrapper for above test.
2832 * fast/dom/Geolocation/permission-denied-already-success-expected.txt: Added. Expected result for above test.
2833 * fast/dom/Geolocation/resources/permission-denied.js: Modified. Updates error string.
2834 * fast/dom/Geolocation/permission-denied-expected.txt: Modified. Expected result for above test.
2835 * fast/dom/Geolocation/resources/permission-denied-stops-watches.js: Modified. Updates error string.
2836 * fast/dom/Geolocation/permission-denied-expected-stops-watches.txt: Modified. Expected result for above test.
2837 * platform/gtk/Skipped: Modified. Adds above tests to skipped list.
2839 2009-10-27 Eric Seidel <eric@webkit.org>
2841 Reviewed by Nikolas Zimmermann.
2843 SVGStyledElement::getPresentationAttribute() can return a shared CSSValue (some SVG tests randomly fail on the bot, and in release builds)
2844 https://bugs.webkit.org/show_bug.cgi?id=29620
2846 * svg/dom/getPresentationAttribute-cache-corruption-expected.txt: Added.
2847 * svg/dom/getPresentationAttribute-cache-corruption.svg: Added.
2849 2009-10-27 Dan Bernstein <mitz@apple.com>
2851 Reviewed by Simon Fraser.
2853 Incomplete repaint of text field in relative positioned inline at imdb.com
2854 https://bugs.webkit.org/show_bug.cgi?id=30047
2856 * fast/repaint/inline-relative-positioned-expected.checksum: Added.
2857 * fast/repaint/inline-relative-positioned-expected.png: Added.
2858 * fast/repaint/inline-relative-positioned-expected.txt: Added.
2859 * fast/repaint/inline-relative-positioned.html: Added.
2861 2009-10-27 Kinuko Yasuda <kinuko@google.com>
2863 Reviewed by Darin Adler.
2865 Fixing a test case that yields FAIL results. Also updating
2866 the corresponding expected results.
2867 https://bugs.webkit.org/show_bug.cgi?id=30821
2869 * storage/domstorage/complex-values-expected.txt:
2870 * storage/domstorage/script-tests/complex-values.js:
2872 2009-10-27 Ryosuke Niwa <rniwa@webkit.org>
2874 Reviewed by Eric Seidel.
2876 WebKit cannot remove nested bold tags
2877 https://bugs.webkit.org/show_bug.cgi?id=30784
2879 Adds two more edge cases to remove-nested-inline-styles.js:
2880 <b><b><b>12</b></b></b> and <b><b><b>1</b></b>2</b>
2881 WebKit now passes the one existing test used to fail.
2883 * editing/style/remove-nested-inline-styles-expected.txt: Added two tests.
2884 * editing/style/script-tests/remove-nested-inline-styles.js: Added two tests.
2886 2009-10-27 Joseph Pecoraro <joepeck@webkit.org>
2888 Reviewed by Timothy Hatcher.
2890 Web Inspector: Pretty Print all HTML Collection Types like we do for NodeList
2891 https://bugs.webkit.org/show_bug.cgi?id=30709
2893 * inspector/console-format-collections-expected.txt: Added.
2894 * inspector/console-format-collections.html: Added.
2895 * inspector/evaluate-in-frontend.js: Changed innerHTML to DOM elements instead.
2897 2009-10-27 Adele Peterson <adele@apple.com>
2899 Test for <rdar://problem/7269075> REGRESSION (Safari 4.0.3-ToT): After pressing Shift-PageDown, pressing Shift-Up
2900 extends the top of the selection upwards (but should shrink the selection instead)
2901 https://bugs.webkit.org/show_bug.cgi?id=29981
2903 * editing/selection/shrink-selection-after-shift-pagedown-expected.txt: Added.
2904 * editing/selection/shrink-selection-after-shift-pagedown.html: Added.
2906 2009-10-27 Keishi Hattori <casey.hattori@gmail.com>
2908 Reviewed by Timothy Hatcher.
2910 Tests for JavaScript syntax highlighter.
2911 https://bugs.webkit.org/show_bug.cgi?id=27147
2913 * inspector/javascript-syntax-highlight-expected.txt: Added.
2914 * inspector/javascript-syntax-highlight.html: Added.
2916 2009-10-27 Xan Lopez <xlopez@igalia.com>
2918 Skip a few more tests that are failing on and off.
2920 * platform/gtk/Skipped:
2922 2009-10-27 Mads Ager <ager@chromium.org>
2924 Reviewed by Adam Barth.
2926 [V8] Missing null check after string conversion in error reporting
2927 https://bugs.webkit.org/show_bug.cgi?id=30774
2929 Test case for toString conversion failure on an error object in
2930 stack overflow situations. Test passes if it doesn't crash.
2932 * fast/dom/error-to-string-stack-overflow-expected.txt: Added.
2933 * fast/dom/error-to-string-stack-overflow.html: Added.
2935 2009-10-27 Brady Eidson <beidson@apple.com>
2937 Rubberstamped by Sam Weinig.
2939 Re-enable the check that disallows pages with unload handlers in the page cache.
2941 <rdar://problem/7196485> and http://webkit.org/b/29021
2943 * platform/mac/Skipped:
2944 * platform/win/Skipped:
2946 2009-10-27 Xan Lopez <xlopez@igalia.com>
2950 * platform/gtk/Skipped:
2952 2009-10-27 Xan Lopez <xlopez@igalia.com>
2954 Fix typo in test names.
2956 * platform/gtk/Skipped:
2958 2009-10-27 Xan Lopez <xlopez@igalia.com>
2960 Skip a few tests with links to their tracking bugs.
2962 * platform/gtk/Skipped:
2964 2009-10-26 Daniel Bates <dbates@webkit.org>
2966 Reviewed by Darin Adler.
2968 https://bugs.webkit.org/show_bug.cgi?id=30491
2970 Test that the <isindex> element can be submitted without being enclosed
2971 within a <form> element. Also tests that the href property of the <base>
2972 element can be used to direct where the submission is sent.
2974 * http/tests/misc/isindex-with-no-form-base-href-expected.txt: Added.
2975 * http/tests/misc/isindex-with-no-form-base-href.html: Added.
2976 * http/tests/misc/isindex-with-no-form-expected.txt: Added.
2977 * http/tests/misc/isindex-with-no-form.html: Added.
2978 * http/tests/misc/resources/isindex-with-no-form-base-href-submit.html: Added.
2979 * http/tests/misc/resources/isindex-with-no-form-base-href.html: Added.
2981 2009-10-26 Brian Weinstein <bweinstein@apple.com>
2983 Unreviewed - Updating getComputedStyle results for Windows.
2985 Updating getComputedStyle results for Windows.
2987 * platform/win/fast/css/getComputedStyle/computed-style-expected.txt:
2988 * platform/win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
2990 2009-10-26 Brady Eidson <beidson@apple.com>
2992 Reviewed by Darin Adler.
2994 <rdar://problem/7289467> and http://webkit.org/b/30798 - REGRESSION (r48687): www.myuhc.com doesn't load.
2996 * fast/loader/grandparent-completion-starts-redirect-expected.txt: Added.
2997 * fast/loader/grandparent-completion-starts-redirect.html: Added.
2998 * fast/loader/resources/meta-redirect-to-notify-done.html: Added.
2999 * fast/loader/resources/parent-of-redirect.html: Added.
3001 2009-10-26 Dan Bernstein <mitz@apple.com>
3003 Reviewed by Sam Weinig.
3005 Use -webkit-background-size as the transition property in this test now
3006 that it is distinct from background-size.
3008 * transitions/multiple-background-size-transitions.html:
3010 2009-10-26 Dan Bernstein <mitz@apple.com>
3012 Rubber-stamped by Beth Dakin.
3014 Update expedted results after r50108.
3016 * svg/css/getComputedStyle-basic-expected.txt:
3018 2009-10-26 Brady Eidson <beidson@apple.com>
3020 Reviewed by Darin Adler.
3022 <rdar://problem/7308952> and http://webkit.org/b/30424 - REGRESSION (r48687): Pages on ucas.com appear blank.
3024 * fast/loader/history-forward-in-head-expected.txt: Added.
3025 * fast/loader/history-forward-in-head.html: Added.
3027 2009-10-26 Alexey Proskuryakov <ap@apple.com>
3029 Reviewed by Darin Adler.
3031 https://bugs.webkit.org/show_bug.cgi?id=30049
3032 <rdar://problem/7286002> Manipulating DOM from a script while parsing XHTML can cause a crash
3034 * fast/parser/remove-current-node-parent-x-2-expected.txt: Added.
3035 * fast/parser/remove-current-node-parent-x-2.xhtml: Added.
3036 * fast/parser/remove-current-node-parent-x-expected.txt: Added.
3037 * fast/parser/remove-current-node-parent-x.xhtml: Added.
3039 2009-10-26 Dan Bernstein <mitz@apple.com>
3041 Reviewed by Beth Dakin.
3043 background-size: X treated as background-size: X X, not background-size: X auto
3044 https://bugs.webkit.org/show_bug.cgi?id=28440
3046 * fast/backgrounds/size/parsing-background-size-values-expected.txt:
3047 * fast/backgrounds/size/parsing-inherit-expected.txt:
3048 * fast/backgrounds/size/resources/parsing-background-size-values.js:
3050 * fast/backgrounds/size/resources/parsing-inherit.js:
3051 * platform/mac/fast/css/getComputedStyle/computed-style-expected.txt:
3052 * platform/mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
3054 2009-10-26 Dimitri Glazkov <dglazkov@chromium.org>
3056 Reviewed by Geoffrey Garen.
3058 Test for https://bugs.webkit.org/show_bug.cgi?id=30765
3059 REGRESSION (r48701): Removing an event listener causes one added after it to not fire
3061 * fast/events/event-listener-list-mutation-expected.txt: Added.
3062 * fast/events/event-listener-list-mutation.html: Added.
3063 * fast/events/script-tests/event-listener-list-mutation.js: Added.
3064 (TestMutation.listeners):
3065 (TestMutation.mutateList):
3067 2009-10-26 Xan Lopez <xlopez@igalia.com>
3069 Skip test fast/loader/opaque-base-url.html with a reference to the
3070 bug tracking it, https://bugs.webkit.org/show_bug.cgi?id=30724
3072 * platform/gtk/Skipped:
3074 2009-10-26 Nate Chapin <japhet@chromium.org>
3076 Reviewed by Alexey Proskuryakov.
3078 Update no-referrer-reset for https://bugs.webkit.org/show_bug.cgi?id=30781.
3080 * http/tests/navigation/no-referrer-reset-expected.txt: Expect window.opener to still be set.
3081 * http/tests/navigation/no-referrer-reset.html: Update text to reflect what the test actually does.
3083 2009-10-26 Ryosuke Niwa <rniwa@webkit.org>
3085 Reviewed by Eric Seidel.
3087 Data loss occurs when unbolding nested bold tags.
3088 https://bugs.webkit.org/show_bug.cgi?id=30083
3090 Adds a test to make sure WebKit can remove nested b, i, & s tags properly
3091 without loosing the content of inner elements.
3093 * editing/style/remove-nested-inline-styles-expected.txt: Added.
3094 * editing/style/remove-nested-inline-styles.html: Added.
3095 * editing/style/script-tests/remove-nested-inline-styles.js: Added.
3096 (removeStyleAndExpect):
3098 2009-10-26 Sam Weinig <sam@webkit.org>
3100 Rubber-stamped by Darin Adler.
3102 Rollout r50041-50043. The HTML5 spec changed to make HTMLOptionsCollection
3103 inherit from HTMLCollection.
3105 * fast/dom/wrapper-classes-expected.txt:
3107 2009-10-26 Rahul Kuchhal <kuchhal@chromium.org>
3109 Reviewed by Eric Seidel.
3111 Prevent crash when optgroup element is empty.
3113 https://bugs.webkit.org/show_bug.cgi?id=30365
3115 * fast/forms/select-empty-optgroup-expected.txt: Added.
3116 * fast/forms/select-empty-optgroup.html: Added.
3118 2009-10-26 Csaba Osztrogonác <ossy@webkit.org>
3120 Unreviewed typo fix.
3122 * platform/qt/Skipped: shared-workers-close.html replaced with shared-worker-close.html
3124 2009-10-23 Alexey Proskuryakov <ap@apple.com>
3126 Reviewed by Adam Barth and Darin Adler.
3128 https://bugs.webkit.org/show_bug.cgi?id=30723
3129 <rdar://problem/6189415> Input names added to multipart/form-data headers need to be escaped.
3131 * http/tests/security/escape-form-data-field-names-expected.txt: Added.
3132 * http/tests/security/escape-form-data-field-names.html: Added.
3133 * http/tests/security/resources/escape-form-data-field-names.cgi: Added.
3135 2009-10-26 Andras Becsi <becsi.andras@stud.u-szeged.hu>
3137 Reviewed by Ariya Hidayat.
3139 [Qt] Skip two flakey tests because of sporadic timeouts.
3141 * platform/qt/Skipped:
3143 2009-10-26 Andras Becsi <becsi.andras@stud.u-szeged.hu>
3145 Reviewed by Ariya Hidayat.
3147 [Qt] Skipping two other tests because of missing features on our platform.
3149 * platform/qt/Skipped:
3151 2009-10-26 Andras Becsi <becsi.andras@stud.u-szeged.hu>
3153 Reviewed by Ariya Hidayat.
3155 [Qt] Add platform-dependent expected file for test added in r49875.
3157 * platform/qt/fast/css/getComputedStyle/marginComputedStyle-expected.txt: Added.
3159 2009-10-26 Andras Becsi <becsi.andras@stud.u-szeged.hu>
3161 Reviewed by Ariya Hidayat.
3163 [Qt] Update outdated expected files which expected wrong color values.
3165 * platform/qt/fast/block/margin-collapse/block-inside-inline/010-expected.txt:
3166 * platform/qt/fast/block/margin-collapse/block-inside-inline/011-expected.txt:
3167 * platform/qt/fast/block/margin-collapse/block-inside-inline/012-expected.txt:
3168 * platform/qt/fast/block/margin-collapse/block-inside-inline/015-expected.txt:
3169 * platform/qt/fast/block/margin-collapse/block-inside-inline/016-expected.txt:
3170 * platform/qt/fast/block/margin-collapse/block-inside-inline/020-expected.txt:
3172 2009-10-26 Keishi Hattori <casey.hattori@gmail.com>
3174 Reviewed by Pavel Feldman.
3176 Fix for Console not showing repeat count when repeatedly logging an Event
3177 https://bugs.webkit.org/show_bug.cgi?id=30324
3179 * inspector/console-tests-expected.txt:
3181 2009-10-26 Eric Carlson <eric.carlson@apple.com>
3183 Reviewed by Eric Seidel.
3185 Remove HTML5 media element 'load' event
3186 https://bugs.webkit.org/show_bug.cgi?id=30464
3188 Part 1, change layout tests to not use the event.
3190 * media/audio-constructor-autobuffer-expected.txt:
3191 * media/audio-constructor-autobuffer.html:
3192 * media/audio-constructor-expected.txt:
3193 * media/audio-constructor-src-expected.txt:
3194 * media/audio-constructor-src.html:
3195 * media/audio-constructor.html:
3196 * media/audio-controls-rendering.html:
3197 * media/audio-data-url-expected.txt:
3198 * media/audio-data-url.html:
3199 * media/audio-mpeg-supported-expected.txt:
3200 * media/audio-mpeg-supported.html:
3201 * media/media-load-event-expected.txt:
3202 * media/media-load-event.html:
3203 * media/progress-event-expected.txt:
3204 * media/progress-event-total-expected.txt:
3205 * media/progress-event-total.html:
3206 * media/progress-event.html:
3207 * media/remove-from-document-expected.txt:
3208 * media/remove-from-document-no-load-expected.txt:
3209 * media/remove-from-document-no-load.html:
3210 * media/remove-from-document.html:
3211 * media/restore-from-page-cache-expected.txt:
3212 * media/restore-from-page-cache.html:
3213 * media/video-append-source-expected.txt:
3214 * media/video-append-source.html:
3215 * media/video-buffered-expected.txt:
3216 * media/video-buffered.html:
3217 * media/video-canvas-source-expected.txt:
3218 * media/video-canvas-source.html:
3219 * media/video-controls-expected.txt:
3220 * media/video-controls-transformed-expected.txt:
3221 * media/video-controls-transformed.html:
3222 * media/video-controls-zoomed-expected.txt:
3223 * media/video-controls-zoomed.html:
3224 * media/video-controls.html:
3225 * media/video-currentTime-expected.txt:
3226 * media/video-currentTime-set-expected.txt:
3227 * media/video-currentTime-set.html:
3228 * media/video-currentTime-set2-expected.txt:
3229 * media/video-currentTime-set2.html:
3230 * media/video-currentTime.html:
3231 * media/video-dom-src-expected.txt:
3232 * media/video-dom-src.html:
3233 * media/video-error-abort-expected.txt:
3234 * media/video-error-abort.html:
3235 * media/video-error-does-not-exist.html:
3236 * media/video-muted-expected.txt:
3237 * media/video-muted.html:
3238 * media/video-no-autoplay-expected.txt:
3239 * media/video-no-autoplay.html:
3240 * media/video-seek-past-end-paused-expected.txt:
3241 * media/video-seek-past-end-paused.html:
3242 * media/video-seek-past-end-playing-expected.txt:
3243 * media/video-seek-past-end-playing.html:
3244 * media/video-seekable-expected.txt:
3245 * media/video-seekable.html:
3246 * media/video-seeking-expected.txt:
3247 * media/video-seeking.html:
3248 * media/video-src-change-expected.txt:
3249 * media/video-src-change.html:
3250 * media/video-volume-expected.txt:
3251 * media/video-volume.html:
3253 2009-10-26 Chris Fleizach <cfleizach@apple.com>
3255 Reviewed by Darin Adler.
3257 crash with AX on when an image map contains an anchor tag
3258 https://bugs.webkit.org/show_bug.cgi?id=30739
3260 * accessibility/crashing-a-tag-in-map-expected.txt: Added.
3261 * accessibility/crashing-a-tag-in-map.html: Added.
3263 2009-10-26 Csaba Osztrogonác <ossy@webkit.org>
3265 Rubber-stamped by Tor Arne Vestbø.
3267 http/tests/cookies/simple-cookies-max-age.html moved to flakey tests group.
3268 http/tests/xmlhttprequest/workers/close.html added to flakey tests group.
3270 * platform/qt/Skipped:
3272 2009-10-26 Csaba Osztrogonác <ossy@webkit.org>
3274 Unreviewed trivial fix for r49854.
3276 * platform/qt/Skipped: Missing html extension added.
3278 2009-10-26 Jan Michael Alonzo <jmalonzo@webkit.org>
3280 Reviewed by Gustavo Noronha.
3282 [Gtk] Reenable mod_rewrite in Fedora's httpd.conf
3283 https://bugs.webkit.org/show_bug.cgi?id=30741
3285 * http/conf/fedora-httpd.conf:
3287 2009-10-25 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
3289 Unreviewed. Rebaseline test after 49998.
3291 * platform/gtk/fast/dom/prototype-inheritance-2-expected.txt:
3293 2009-10-25 Hironori Bono <hbono@chromium.org>
3295 Reviewed by Darin Adler.
3297 A quick fix for Bug 29103.
3298 Since String::startsWith() cannot fold non-ASCII characters, this change folds the prefix string
3299 and the option string before calling String::startsWith().
3300 https://bugs.webkit.org/show_bug.cgi?id=29103
3302 * fast/forms/listbox-typeahead-cyrillic-expected.txt: Added.
3303 * fast/forms/listbox-typeahead-cyrillic.html: Added.
3304 * fast/forms/listbox-typeahead-greek-expected.txt: Added.
3305 * fast/forms/listbox-typeahead-greek.html: Added.
3307 2009-10-25 Sam Weinig <sam@webkit.org>
3309 Reviewed by Dan Bernstein.
3311 Update tests for https://bugs.webkit.org/show_bug.cgi?id=30751
3312 HTMLOptionsCollection should not inherit from HTMLCollection
3314 * fast/dom/wrapper-classes-expected.txt:
3316 2009-10-24 Dan Bernstein <mitz@apple.com>
3318 Reviewed by Sam Weinig.
3320 Missing images at 350.org due to wrong URLs
3321 https://bugs.webkit.org/show_bug.cgi?id=30748
3323 * fast/dom/HTMLImageElement/parse-src-expected.txt: Added.
3324 * fast/dom/HTMLImageElement/parse-src.html: Added.
3325 * fast/dom/HTMLImageElement/script-tests: Added.
3326 * fast/dom/HTMLImageElement/script-tests/TEMPLATE.html: Copied from LayoutTests/fast/dom/Document/script-tests/TEMPLATE.html.
3327 * fast/dom/HTMLImageElement/script-tests/parse-src.js: Added.
3329 2009-10-23 Chris Evans <cevans@chromium.org>
3331 Reviewed by Adam Barth.
3333 Added test for bug 27239 (ignore Refresh for view source mode).
3334 https://bugs.webkit.org/show_bug.cgi?id=27239
3336 * http/tests/security/view-source-no-refresh.html: Added
3337 * http/tests/security/view-source-no-refresh-expected.txt: Added
3338 * http/tests/security/resources/view-source-no-refresh.php: Added
3340 2009-10-23 Alejandro G. Castro <alex@igalia.com>
3342 Reviewed by Xan Lopez.
3344 [GTK] Modified the tests results according to the last changes due
3345 to the fixes of the bug (r49985):
3346 https://bugs.webkit.org/show_bug.cgi?id=29697.
3348 * platform/gtk/editing/execCommand/4916541-expected.txt:
3349 * platform/gtk/editing/execCommand/5138441-expected.txt:
3350 * platform/gtk/editing/execCommand/5481523-expected.txt:
3351 * platform/gtk/editing/execCommand/indent-paragraphs-expected.txt: Added.
3353 2009-10-23 Jon Honeycutt <jhoneycutt@apple.com>
3355 MSAA: Name for image elements should use alt attribute text
3357 https://bugs.webkit.org/show_bug.cgi?id=30727
3358 <rdar://problem/7328291>
3360 Reviewed by Alice Liu.
3362 * platform/win/accessibility/img-alt-attribute-expected.txt: Added.
3363 * platform/win/accessibility/img-alt-attribute.html: Added.
3365 2009-10-23 Sam Weinig <sam@webkit.org>
3367 Reviewed by Anders Carlsson.
3369 Update and add test for https://bugs.webkit.org/show_bug.cgi?id=30695
3370 Drop .tags() support from HTMLCollection
3372 * fast/dom/HTMLDocument/document-all-expected.txt: Added.
3373 * fast/dom/HTMLDocument/document-all.html: Added.
3374 * fast/dom/HTMLDocument/script-tests: Added.
3375 * fast/dom/HTMLDocument/script-tests/document-all.js: Added.
3376 * fast/dom/Window/window-properties-expected.txt:
3377 * fast/dom/dom-constructors-expected.txt:
3378 * fast/dom/dom-constructors.html:
3379 * fast/dom/domListEnumeration-expected.txt:
3380 * fast/dom/prototype-inheritance-2-expected.txt:
3381 * fast/dom/prototype-inheritance-expected.txt:
3382 * fast/dom/script-tests/domListEnumeration.js:
3383 * fast/dom/undetectable-document-all-expected.txt:
3384 * fast/js/global-constructors-expected.txt:
3386 2009-10-23 Alpha Lam <hclam@chromium.org>
3388 Reviewed by Eric Carlson.
3390 Volume slider always starts at half volume
3391 https://bugs.webkit.org/show_bug.cgi?id=28322
3393 * media/video-volume-slider.html: Added.
3394 Pixel test for the volume slider of the media control. This test
3395 assumes volume slider is implemented and usable. It moves the mouse
3396 over the right bottom corner of a video element to trigger the
3397 volume slider. If volume slider is not implemented at all, you'll
3398 only see a video element with the first frame.
3399 * platform/gtk/Skipped: The above test requires a volume slider so it's skipped.
3400 * platform/mac/Skipped: ditto.
3401 * platform/win/Skipped: ditto.
3403 2009-10-23 Andrew Scherkus <scherkus@chromium.org>
3405 Reviewed by Eric Carlson.
3407 Add a layout test to assert that media element implementors do not
3408 advance currentTime after being paused.
3410 https://bugs.webkit.org/show_bug.cgi?id=30699
3412 * media/video-pause-immediately-expected.txt: Added.
3413 * media/video-pause-immediately.html: Added.
3415 2009-10-23 Victor Wang <victorw@chromium.org>
3417 Reviewed by Eric Seidel.
3419 Update the expected pixel result for test svg-as-background-6.html
3421 The old result is incorrect because of the wrong SVG masking offset calculation.
3422 Patch http://trac.webkit.org/changeset/49598 fixed the issue.
3423 The pixel result of this layout test needs to be updated.
3425 https://bugs.webkit.org/show_bug.cgi?id=30692
3427 * platform/mac/fast/backgrounds/svg-as-background-6-expected.checksum:
3428 * platform/mac/fast/backgrounds/svg-as-background-6-expected.png:
3430 2009-10-23 Xiaomei Ji <xji@chromium.org>
3432 Reviewed by Sam Weinig.
3434 Fix caretRangeFromPoint()/elementFromPoint() returns wrong result
3435 for a zoomed and scrolled page.
3436 https://bugs.webkit.org/show_bug.cgi?id=30689.
3438 The real cause is the wrong calculation of event.clientX/Y when
3439 page is zoomed and scolled.
3440 After Sam fixed the event.clientX/Y in r49551, the hit test point
3441 should be recalculated (revert r49490).
3443 * fast/dom/Document/CaretRangeFromPoint/caretRangeFromPoint-in-zoom-and-scroll-expected.txt: Added.
3444 * fast/dom/Document/CaretRangeFromPoint/caretRangeFromPoint-in-zoom-and-scroll.html: Added.
3445 * fast/dom/Document/CaretRangeFromPoint/hittest-relative-to-viewport-expected.txt:
3446 * fast/dom/Document/CaretRangeFromPoint/hittest-relative-to-viewport.html:
3447 * fast/dom/elementFromPoint-relative-to-viewport-expected.txt:
3448 * fast/dom/elementFromPoint-relative-to-viewport.html:
3450 2009-10-23 Enrica Casucci <enrica@apple.com>
3452 Reviewed by Adele Peterson.
3454 REGRESSION: Copy is copying incorrect background-color
3455 <rdar://problem/7248529>
3456 https://bugs.webkit.org/show_bug.cgi?id=29697
3458 All the following tests have been re-baselined because
3459 the indent command now preserves the original markup.
3460 A new test (indent-paragraph.html) has been added to test
3461 several indent combinations not covered by the existing tests.
3463 * editing/execCommand/19087-expected.txt:
3464 * editing/execCommand/19653-1-expected.txt:
3465 * editing/execCommand/indent-div-inside-list-expected.txt:
3466 * editing/execCommand/indent-nested-blockquotes-expected.txt:
3467 * editing/execCommand/indent-nested-div-expected.txt:
3468 * editing/execCommand/indent-paragraphs.html: Added.
3469 * editing/execCommand/indent-second-paragraph-in-blockquote-expected.txt:
3470 * editing/execCommand/indent-with-style-expected.txt:
3471 * editing/inserting/5994480-2-expected.txt:
3472 * platform/mac/editing/execCommand/4641880-2-expected.txt:
3473 * platform/mac/editing/execCommand/4916541-expected.txt:
3474 * platform/mac/editing/execCommand/5138441-expected.txt:
3475 * platform/mac/editing/execCommand/5481523-expected.txt:
3476 * platform/mac/editing/execCommand/indent-paragraphs-expected.txt: Added.
3477 * platform/mac/editing/execCommand/indent-selection-expected.txt:
3478 * platform/mac/editing/pasteboard/select-element-1-expected.txt:
3480 2009-10-23 Brian Weinstein <bweinstein@apple.com>
3482 Rubber-stamped by Sam Weinig.
3484 Isolated worlds tests now pass, removing then from the Skipped
3487 * platform/win/Skipped:
3489 2009-10-23 Xan Lopez <xlopez@igalia.com>
3491 Use the correct Skipped file ...
3493 * platform/gtk/Skipped:
3494 * platform/mac/Skipped:
3496 2009-10-23 Xan Lopez <xlopez@igalia.com>
3498 Skip new tests missing expected results.
3500 * platform/mac/Skipped:
3502 2009-10-19 Gavin Barraclough <barraclough@apple.com>
3504 Reviewed by Sam Weinig & Geoff Garen.
3506 https://bugs.webkit.org/show_bug.cgi?id=30696
3507 Enable isolated-worlds tests on mac.
3508 * Update the results to switch from windows to unix line-endings.
3509 * Update all-window-prototypes.html to allow for properties on
3510 the global object with null prototypes (just skip over them).
3512 * http/tests/security/isolatedWorld/all-window-properties-expected.txt:
3513 * http/tests/security/isolatedWorld/all-window-prototypes-expected.txt:
3514 * http/tests/security/isolatedWorld/all-window-prototypes.html:
3515 * http/tests/security/isolatedWorld/body-properties-expected.txt:
3516 * http/tests/security/isolatedWorld/body-prototype-expected.txt:
3517 * http/tests/security/isolatedWorld/document-properties-expected.txt:
3518 * http/tests/security/isolatedWorld/document-prototype-expected.txt:
3519 * http/tests/security/isolatedWorld/global-variables-expected.txt:
3520 * http/tests/security/isolatedWorld/image-properties-expected.txt:
3521 * http/tests/security/isolatedWorld/image-prototype-expected.txt:
3522 * http/tests/security/isolatedWorld/location-properties-expected.txt:
3523 * http/tests/security/isolatedWorld/location-prototype-expected.txt:
3524 * http/tests/security/isolatedWorld/number-prototype-expected.txt:
3525 * http/tests/security/isolatedWorld/object-prototype-expected.txt:
3526 * http/tests/security/isolatedWorld/storage-properties-expected.txt:
3527 * http/tests/security/isolatedWorld/storage-prototype-expected.txt:
3528 * http/tests/security/isolatedWorld/string-prototype-expected.txt:
3529 * http/tests/security/isolatedWorld/window-properties-expected.txt:
3530 * platform/mac/Skipped:
3532 2009-10-22 Brian Weinstein <bweinstein@apple.com>
3534 Updating expected results - unreviewed.
3536 Updated expected computed style results on Windows after r49959.
3538 * platform/win/fast/css/getComputedStyle/computed-style-expected.txt:
3539 * platform/win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
3541 2009-10-22 Beth Dakin <bdakin@apple.com>
3543 Reviewed by Dan Bernstein.
3545 Tests for <rdar://problem/6942706> ER: Add a CSS property that
3546 allows shadows to work for SVG content
3548 https://bugs.webkit.org/show_bug.cgi?id=30479
3550 New results that include -webkit-shadow:
3551 * platform/mac/fast/css/getComputedStyle/computed-style-expected.txt:
3552 * platform/mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
3554 New tests and their results.