1 2009-11-22 Chris Fleizach <cfleizach@apple.com>
3 Reviewed by Oliver Hunt.
5 ARIA: support aria-flowto
6 https://bugs.webkit.org/show_bug.cgi?id=31762
8 * platform/mac/accessibility/aria-flowto-expected.txt: Added.
9 * platform/mac/accessibility/aria-flowto.html: Added.
11 2009-11-22 Dirk Schulze <krit@webkit.org>
13 Reviewed by Nikolas Zimmermann.
15 Tests to the filterRes implementation for SVG Filters
16 [https://bugs.webkit.org/show_bug.cgi?id=6021]
18 big-sized-filter: tests if filter quality is scaled down on a too
19 big SourceImage (SourceGraphic, SourceAlpha)
20 big-sized-filter-2: tests if the filter quality is scaled down
21 on a too big filter effect size.
22 filterRes: Various tests of SVG Filters with different values for
23 filterRes attributes. Checks
24 * that kernel values (if present) are scaled with the filterRes
25 * subRegion calculation is correct for effects with deeper
28 * platform/mac/svg/filters/big-sized-filter-2-expected.txt: Added.
29 * platform/mac/svg/filters/big-sized-filter-expected.checksum: Added.
30 * platform/mac/svg/filters/big-sized-filter-expected.png: Added.
31 * platform/mac/svg/filters/big-sized-filter-expected.txt: Added.
32 * platform/mac/svg/filters/filterRes-expected.checksum: Added.
33 * platform/mac/svg/filters/filterRes-expected.png: Added.
34 * platform/mac/svg/filters/filterRes-expected.txt: Added.
35 * svg/filters/big-sized-filter-2.svg: Added.
36 * svg/filters/big-sized-filter.svg: Added.
37 * svg/filters/filterRes.svg: Added.
39 2009-11-22 Jakub Wieczorek <faw217@gmail.com>
41 Reviewed by Adam Barth.
43 [Qt] DumpRenderTree should explicitly ignore any SSL certificate errors
44 for localhost and 127.0.0.1.
45 https://bugs.webkit.org/show_bug.cgi?id=31783
47 Unskip the http/tests/ssl/verify-ssl-enabled.php test, which is passing now.
49 * platform/qt/Skipped:
51 2009-11-22 Chris Evans <cevans@chromium.org>
53 Reviewed by Adam Barth.
55 Disable access to file:/// directory listings
56 https://bugs.webkit.org/show_bug.cgi?id=31329
58 Updates the test to make sure it is disabling universal access for
59 file:/// URLs (if the API is supported). This is required to do
60 effective intra-file:/// access tests.
61 Note that Safari only passes by virtual of supporting no directory
64 * fast/xmlhttprequest/resources/xmlhttprequest-nonexistent-file-real.html: Added.
65 * fast/xmlhttprequest/xmlhttprequest-nonexistent-file-expected.txt:
66 * fast/xmlhttprequest/xmlhttprequest-nonexistent-file.html:
67 Disable universal access for file:/// URLs (if API available).
68 Run the real test in an iframe without universal access.
70 2009-11-21 Simon Fraser <simon.fraser@apple.com>
72 Reviewed by Dan Bernstein.
74 CSSKeyframesRule::findRule() and deleteRule() should accept 'from' and 'to' as well as percentages
75 https://bugs.webkit.org/show_bug.cgi?id=31588
77 Add tests for finding and deleting keyframes using 'from' and 'to'.
79 * animations/keyframes-rule-expected.txt:
80 * animations/keyframes-rule.html:
82 2009-11-20 Chris Fleizach <cfleizach@apple.com>
84 Reviewed by Beth Dakin.
86 WAI-ARIA: add support for aria-owns
87 https://bugs.webkit.org/show_bug.cgi?id=31702
89 * platform/mac/accessibility/aria-owns-expected.txt: Added.
90 * platform/mac/accessibility/aria-owns.html: Added.
92 2009-11-20 Eric Carlson <eric.carlson@apple.com>
94 Reviewed by Simon Fraser.
96 <rdar://problem/7414396> Leopard & Tiger: Support closed caption in <video> element
98 Remove closed captions test from skipped list.
100 * platform/mac-leopard/Skipped:
101 * platform/mac-tiger/Skipped:
103 2009-11-20 Chris Fleizach <cfleizach@apple.com>
105 Reviewed by Beth Dakin.
107 WAI-ARIA: add support for 'math' role
108 https://bugs.webkit.org/show_bug.cgi?id=31706
110 * platform/mac/accessibility/aria-grouping-roles-expected.txt:
111 * platform/mac/accessibility/aria-grouping-roles.html:
113 2009-11-20 Yael Aharon <yael.aharon@nokia.com>
117 Fix file names in the skipped list, for files added in http://trac.webkit.org/changeset/51257.
119 * platform/mac/Skipped:
120 * platform/win/Skipped:
122 2009-11-20 Yael Aharon <yael.aharon@nokia.com>
124 Reviewed by Kenneth Rohde Christiansen.
126 NPN_ReloadPlugins does not reload the page even if reloadPages is true.
127 https://bugs.webkit.org/show_bug.cgi?id=30460
129 Added tests for calling NPN_ReloadPlugins with reloadPages being true and false.
131 * platform/mac/Skipped:
132 * platform/win/Skipped:
133 * plugins/reloadplugins-and-pages-expected.txt: Added.
134 * plugins/reloadplugins-and-pages.html: Added.
135 * plugins/reloadplugins-no-pages-expected.txt: Added.
136 * plugins/reloadplugins-no-pages.html: Added.
138 2009-11-20 Alexey Proskuryakov <ap@apple.com>
140 Reviewed by Darin Adler.
142 https://bugs.webkit.org/show_bug.cgi?id=25381
143 Needs test: jQuery animation crashing Safari
145 Adding a regression test for a bug that doesn't reproduce in ToT.
147 * fast/dynamic/jQuery-animation-crash-expected.txt: Added.
148 * fast/dynamic/jQuery-animation-crash.html: Added.
150 2009-11-20 Alexey Proskuryakov <ap@apple.com>
152 WebSocket tests still don't work on Windows, disabling for futher invesigation.
154 * platform/win/Skipped:
156 2009-11-20 Alexey Proskuryakov <ap@apple.com>
158 Enabling WebSocket tests on Windows - let's see if they pass after the recent fixes.
160 * platform/win/Skipped:
162 2009-11-20 Victor Wang <victorw@chromium.org>
164 Reviewed by Darin Adler.
166 Add expected pixel result for layout test input-file-re-render
168 https://bugs.webkit.org/show_bug.cgi?id=31696
170 * platform/mac/fast/forms/input-file-re-render-expected.checksum: Added.
171 * platform/mac/fast/forms/input-file-re-render-expected.png: Added.
173 2009-11-20 Eric Carlson <eric.carlson@apple.com>
175 Reviewed by Simon Fraser.
177 <rdar://problem/7389945> QTKit based media engine should not claim to support fullscreen on Leopard
181 * platform/mac/media/audio-controls-rendering-expected.checksum:
182 * platform/mac/media/audio-controls-rendering-expected.png:
183 * platform/mac/media/audio-controls-rendering-expected.txt:
185 2009-11-20 Roland Steiner <rolandsteiner@chromium.org>
187 Reviewed by Darin Adler.
189 Test checking that CSS 'text-indent' does not affect ruby rendering by default.
190 (https://bugs.webkit.org/show_bug.cgi?id=31247)
192 * fast/ruby/ruby-text-indent-expected.txt: Added.
193 * fast/ruby/ruby-text-indent.html: Added.
195 2009-11-19 Beth Dakin <bdakin@apple.com>
197 Reviewed by Darin Adler.
199 Tests for https://bugs.webkit.org/show_bug.cgi?id=31321 Make
200 -webkit-color-correction work with untagged images
202 * fast/css/color-correction-on-background-image.html: Added.
203 * fast/css/color-correction-untagged-images.html: Added.
204 * fast/css/resources/purple-noprofile.png: Added.
205 * platform/mac/fast/css/color-correction-on-background-image-expected.checksum: Added.
206 * platform/mac/fast/css/color-correction-on-background-image-expected.png: Added.
207 * platform/mac/fast/css/color-correction-on-background-image-expected.txt: Added.
208 * platform/mac/fast/css/color-correction-untagged-images-expected.checksum: Added.
209 * platform/mac/fast/css/color-correction-untagged-images-expected.png: Added.
210 * platform/mac/fast/css/color-correction-untagged-images-expected.txt: Added.
212 2009-11-19 Michelangelo De Simone <michelangelo@webkit.org>
214 Fix for <https://bugs.webkit.org/show_bug.cgi?id=27959>
215 Files missed when landing patch.
217 * platform/qt/Skipped:
218 * platform/win/Skipped:
220 2009-11-19 Alexey Proskuryakov <ap@apple.com>
222 Trying to enable WebSocket tests on Tiger again, as the bot seems to behave now.
224 * platform/mac-tiger/Skipped:
226 2009-11-19 Rahul Kuchhal <kuchhal@chromium.org>
228 Reviewed by Darin Adler.
230 Do not assert when a high number is used for roman numerals in lists.
231 https://bugs.webkit.org/show_bug.cgi?id=31652
233 * fast/lists/ol-start-roman.html: Added.
234 * platform/mac/fast/lists/ol-start-roman-expected.txt: Added.
236 2009-11-19 Eric Z. Ayers <zundel@google.com>
238 Reviewed by Pavel Feldman.
240 Updated timeline paint test to ignore width and height. GTK+ testing
241 uses a different top level window size than other platforms.
243 https://bugs.webkit.org/show_bug.cgi?id=31402
245 * inspector/timeline-paint-expected.txt:
246 * inspector/timeline-test.js:
247 * platform/win/Skipped:
249 2009-11-19 Chris Fleizach <cfleizach@apple.com>
251 Reviewed by Darin Adler.
253 WAI-ARIA roles not supported on image map <area>
254 https://bugs.webkit.org/show_bug.cgi?id=31525
256 * accessibility/aria-used-on-image-maps-expected.txt: Added.
257 * accessibility/aria-used-on-image-maps.html: Added.
258 * platform/gtk/Skipped:
259 * platform/win/Skipped:
261 2009-11-19 Eric Carlson <eric.carlson@apple.com>
263 Reviewed by Dan Bernstein.
265 <rdar://problem/7035231>
266 Support closed caption in <video> element
268 * media/media-captions-expected.txt: Added.
269 * media/media-captions.html: Added.
270 * media/content/counting-captioned.mov: Added.
272 * platform/gtk/Skipped:
273 * platform/mac-leopard/Skipped:
274 * platform/mac-tiger/Skipped:
275 * platform/win/Skipped:
276 Skipped on platforms that don't support closed captions yet.
278 2009-11-19 Pavel Feldman <pfeldman@chromium.org>
280 Reviewed by Gustavo Noronha Silva.
282 Web Inspector: Implement "show inspector" in WebKit GTK
283 API and enable console tests.
285 https://bugs.webkit.org/show_bug.cgi?id=31669
287 * platform/gtk/Skipped:
289 2009-11-19 Shinichiro Hamaji <hamaji@chromium.org>
291 Reviewed by Eric Seidel.
293 Some tests in fast/css-generated-content can be dumpAsText test
294 https://bugs.webkit.org/show_bug.cgi?id=31663
296 * fast/css-generated-content/absolute-position-inside-inline-expected.txt: Added.
297 * fast/css-generated-content/absolute-position-inside-inline.html:
298 * fast/css-generated-content/hit-test-generated-content-expected.txt: Added.
299 * fast/css-generated-content/hit-test-generated-content.html:
300 * fast/css-generated-content/positioned-background-hit-test-crash-expected.txt: Added.
301 * fast/css-generated-content/positioned-background-hit-test-crash.html:
302 * fast/css-generated-content/spellingToolTip-assert-expected.txt: Added.
303 * fast/css-generated-content/spellingToolTip-assert.html:
304 * platform/mac/fast/css-generated-content/absolute-position-inside-inline-expected.checksum: Removed.
305 * platform/mac/fast/css-generated-content/absolute-position-inside-inline-expected.png: Removed.
306 * platform/mac/fast/css-generated-content/absolute-position-inside-inline-expected.txt: Removed.
307 * platform/mac/fast/css-generated-content/hit-test-generated-content-expected.checksum: Removed.
308 * platform/mac/fast/css-generated-content/hit-test-generated-content-expected.png: Removed.
309 * platform/mac/fast/css-generated-content/hit-test-generated-content-expected.txt: Removed.
310 * platform/mac/fast/css-generated-content/positioned-background-hit-test-crash-expected.checksum: Removed.
311 * platform/mac/fast/css-generated-content/positioned-background-hit-test-crash-expected.png: Removed.
312 * platform/mac/fast/css-generated-content/positioned-background-hit-test-crash-expected.txt: Removed.
313 * platform/mac/fast/css-generated-content/spellingToolTip-assert-expected.checksum: Removed.
314 * platform/mac/fast/css-generated-content/spellingToolTip-assert-expected.png: Removed.
315 * platform/mac/fast/css-generated-content/spellingToolTip-assert-expected.txt: Removed.
316 * platform/qt/fast/css-generated-content/absolute-position-inside-inline-expected.txt: Removed.
317 * platform/qt/fast/css-generated-content/positioned-background-hit-test-crash-expected.txt: Removed.
318 * platform/qt/fast/css-generated-content/spellingToolTip-assert-expected.txt: Removed.
320 2009-11-19 Kinuko Yasuda <kinuko@google.com>
322 Reviewed by Dan Bernstein.
324 Update the test fast/overflow/004.html to make it match the test
325 description and expected results.
326 https://bugs.webkit.org/show_bug.cgi?id=31455
328 * fast/overflow/004.html:
329 * platform/mac/fast/overflow/004-expected.checksum:
330 * platform/mac/fast/overflow/004-expected.png:
331 * platform/mac/fast/overflow/004-expected.txt:
333 2009-11-18 Dan Bernstein <mitz@apple.com>
335 Reviewed by Simon Fraser.
337 Test for <rdar://problem/7398987> Assertion failure in
338 RenderLayer::updateClipRects when a plug-in’s enclosing layer is
339 enclosed by a transformed layer
341 * fast/layers/clip-rects-transformed-2-expected.txt: Added.
342 * fast/layers/clip-rects-transformed-2.html: Added.
343 * fast/layers/clip-rects-transformed-expected.txt: Added.
344 * fast/layers/clip-rects-transformed.html: Added.
346 2009-11-18 Michelangelo De Simone <micdesim@gmail.com>
348 Reviewed by Darin Adler.
350 Fix for <https://bugs.webkit.org/show_bug.cgi?id=27959>.
351 Support for validationMessage attribute, as per HTML5 specs.
353 * fast/dom/domListEnumeration-expected.txt: updated with new property
354 * fast/dom/script-tests/domListEnumeration.js: ditto
355 * fast/forms/script-tests/validationMessage.js: Added.
356 * fast/forms/validationMessage-expected.txt: Added.
357 * fast/forms/validationMessage.html: Added.
358 * platform/gtk/Skipped:
359 * platform/qt/Skipped:
360 * platform/win/Skipped:
362 2009-11-19 Roland Steiner <rolandsteiner@chromium.org>
364 Reviewed by Darin Adler.
366 Bug 31574 - Crashing bug when removing <ruby> element
367 (https://bugs.webkit.org/show_bug.cgi?id=31574)
369 Layout test to verify it no longer crashes when the <ruby> element
372 * fast/ruby/ruby-remove-expected.txt: Added.
373 * fast/ruby/ruby-remove.html: Added.
375 2009-11-18 Kent Tamura <tkent@chromium.org>
377 Reviewed by Darin Adler.
379 Tests for ValidityState.typeMismatch for the following types of INPUT element:
380 date, datetime, datetime-local, month, time and week
381 https://bugs.webkit.org/show_bug.cgi?id=31342
383 * fast/forms/ValidityState-typeMismatch-date-expected.txt: Added.
384 * fast/forms/ValidityState-typeMismatch-date.html: Added.
385 * fast/forms/ValidityState-typeMismatch-datetime-expected.txt: Added.
386 * fast/forms/ValidityState-typeMismatch-datetime.html: Added.
387 * fast/forms/ValidityState-typeMismatch-datetimelocal-expected.txt: Added.
388 * fast/forms/ValidityState-typeMismatch-datetimelocal.html: Added.
389 * fast/forms/ValidityState-typeMismatch-month-expected.txt: Added.
390 * fast/forms/ValidityState-typeMismatch-month.html: Added.
391 * fast/forms/ValidityState-typeMismatch-time-expected.txt: Added.
392 * fast/forms/ValidityState-typeMismatch-time.html: Added.
393 * fast/forms/ValidityState-typeMismatch-week-expected.txt: Added.
394 * fast/forms/ValidityState-typeMismatch-week.html: Added.
395 * fast/forms/script-tests/ValidityState-typeMismatch-date.js: Added.
396 * fast/forms/script-tests/ValidityState-typeMismatch-datetime.js: Added.
397 * fast/forms/script-tests/ValidityState-typeMismatch-datetimelocal.js: Added.
398 * fast/forms/script-tests/ValidityState-typeMismatch-month.js: Added.
399 * fast/forms/script-tests/ValidityState-typeMismatch-time.js: Added.
400 * fast/forms/script-tests/ValidityState-typeMismatch-week.js: Added.
402 2009-11-18 Kent Tamura <tkent@chromium.org>
404 Reviewed by Darin Adler.
406 Add tests for ValidityState.stepMismatch.
407 https://bugs.webkit.org/show_bug.cgi?id=31331
409 * fast/forms/ValidityState-stepMismatch-number-expected.txt: Added.
410 * fast/forms/ValidityState-stepMismatch-number.html: Added.
411 * fast/forms/ValidityState-stepMismatch-range-expected.txt: Added.
412 * fast/forms/ValidityState-stepMismatch-range.html: Added.
413 * fast/forms/ValidityState-stepMismatch-unsupported-expected.txt: Added.
414 * fast/forms/ValidityState-stepMismatch-unsupported.html: Added.
415 * fast/forms/input-step-expected.txt: Added.
416 * fast/forms/input-step.html: Added.
417 * fast/forms/script-tests/ValidityState-stepMismatch-number.js: Added.
418 * fast/forms/script-tests/ValidityState-stepMismatch-range.js: Added.
419 * fast/forms/script-tests/ValidityState-stepMismatch-unsupported.js: Added.
420 * fast/forms/script-tests/input-step.js: Added.
422 2009-11-18 Shu Chang <Chang.Shu@nokia.com>
424 Reviewed by Eric Seidel.
426 [Qt] Update expected result after Qt4.6 upgrade.
427 https://bugs.webkit.org/show_bug.cgi?id=31560
429 Test: LayoutTests/editing/deleting/5408255.html
431 * platform/qt/editing/deleting/5408255-expected.txt:
433 2009-11-18 Daniel Bates <dbates@webkit.org>
435 Reviewed by Dave Hyatt.
437 https://bugs.webkit.org/show_bug.cgi?id=24971
439 <rdar://problem/7138265>
441 Tests that setting the height of a table row programmatically (via JavaScript)
442 recalculates the height of the rows in the table.
444 * fast/table/row-height-recalc2.html: Added.
445 * platform/mac/fast/table/row-height-recalc2-expected.checksum: Added.
446 * platform/mac/fast/table/row-height-recalc2-expected.png: Added.
447 * platform/mac/fast/table/row-height-recalc2-expected.txt: Added.
448 * platform/qt/fast/table/row-height-recalc2-expected.checksum: Added.
449 * platform/qt/fast/table/row-height-recalc2-expected.png: Added.
450 * platform/qt/fast/table/row-height-recalc2-expected.txt: Added.
451 * platform/win/fast/table/row-height-recalc2-expected.checksum: Added.
452 * platform/win/fast/table/row-height-recalc2-expected.png: Added.
453 * platform/win/fast/table/row-height-recalc2-expected.txt: Added.
455 2009-11-18 Julie Parent <jparent@chromium.org>
457 Reviewed by Eric Seidel.
459 Reduce flakiness in zero-duration-with-non-zero-delay-end.html by
460 increasing a timeout.
462 https://bugs.webkit.org/show_bug.cgi?id=31646
464 * transitions/zero-duration-with-non-zero-delay-end.html:
466 2009-11-18 Oliver Hunt <oliver@apple.com>
468 Update expected results of fixed test.
470 * fast/profiler/throw-exception-from-eval-expected.txt:
472 2009-11-18 Oliver Hunt <oliver@apple.com>
474 Reviewed by Alexey Proskuryakov.
476 Interpreter may do an out of range access when throwing an exception in the profiler.
477 https://bugs.webkit.org/show_bug.cgi?id=31635
479 Correct this test so that it is actually testing what it is intended to.
481 * fast/profiler/throw-exception-from-eval.html:
483 2009-11-18 Alexey Proskuryakov <ap@apple.com>
485 Disabling WebSocket tests on Tiger back, they still hang.
487 * platform/mac-tiger/Skipped:
489 2009-11-17 Julie Parent <jparent@chromium.org>
491 Reviewed by Dmitry Titov.
493 Eliminate flakiness in file-URL-with-port-number by removing a setTimeout.
494 The timeout caused the test to fail about 2% of the time on the Chromium builders.
495 The timeout exists to catch cases where the iframe does not load, but the test
496 framework already will handle this (albeit with a longer timeout).
498 * fast/loader/file-URL-with-port-number.html:
500 2009-11-18 Ben Murdoch <benm@google.com>
502 Reviewed by Darin Adler.
504 HTMLAnchorElement is inconsistent with its internal handling of the value returned for the href attribute.
505 https://bugs.webkit.org/show_bug.cgi?id=31593
507 * fast/dom/HTMLAnchorElement/script-tests/set-href-attribute-whitespace.js: Added.
508 * fast/dom/HTMLAnchorElement/set-href-attribute-whitespace-expected.txt: Added.
509 * fast/dom/HTMLAnchorElement/set-href-attribute-whitespace.html: Added.
511 2009-11-18 Alexey Proskuryakov <ap@apple.com>
513 Trying to enable WebSocket tests on Tiger again, now that bug 31603 is fixed.
515 * platform/mac-tiger/Skipped:
517 2009-11-18 Martin Robinson <martin.james.robinson@gmail.com>
519 Reviewed by Gustavo Noronha.
521 [GTK] Tab key does not cycle through elements by default
522 https://bugs.webkit.org/show_bug.cgi?id=31505
524 Improve fast/events/keypress-insert-tab.html to test that the
525 TabKeyCyclesThroughElements setting is true by default and
528 * fast/events/keypress-insert-tab.html:
530 2009-11-18 Benjamin Poulain <benjamin.poulain@nokia.com>
532 Reviewed by Simon Hausmann.
534 [Qt] WebKit crashes when loading certain SVG images
536 Added a test for a crash of QtWebkit when loading SVG images.
538 https://bugs.webkit.org/show_bug.cgi?id=29443
540 * svg/text/resources/text-font-invalid.svg: Added.
541 * svg/text/text-font-invalid-expected.txt: Added.
542 * svg/text/text-font-invalid.html: Added.
544 2009-11-17 Hayato Ito <hayato@google.com>
546 Reviewed by Darin Adler.
548 Avoid infinite mutual recursion when deeply nested tags are loaded
549 https://bugs.webkit.org/show_bug.cgi?id=30651
551 * fast/parser/block-nesting-cap-table-expected.txt: Added.
552 * fast/parser/block-nesting-cap-table.html: Added.
553 * fast/parser/script-tests/block-nesting-cap-table.js: Added.
555 2009-11-17 Johnny Ding <jnd@chromium.org>
557 Reviewed by Darin Adler.
559 In all valid script tags for JavaScript, the event handler in <script...for> should not get executed.
560 Change the original test to pure js test, and test the situation about script tags which have text or language attribute.
561 https://bugs.webkit.org/show_bug.cgi?id=31567
563 * fast/dom/HTMLScriptElement/script-for-attribute-unexpected-execution-expected.txt:
564 * fast/dom/HTMLScriptElement/script-for-attribute-unexpected-execution.html:
565 * fast/dom/HTMLScriptElement/script-tests: Added.
566 * fast/dom/HTMLScriptElement/script-tests/script-for-attribute-unexpected-execution.js: Added.
567 (ScriptForAttributeExecute):
569 2009-11-17 Mark Rowe <mrowe@apple.com>
571 Reviewed by Alexey Proskuryakov.
573 <http://webkit.org/b/31602> Failing to start the WebSocket server shouldn’t terminate entire test run
575 * websocket/resources/server-failed-to-start.html: Error page that will be loaded in place of websocket
576 tests when the server fails to start.
578 2009-11-17 Brian Weinstein <bweinstein@apple.com>
580 Rubber-stamped by Pavel Feldman.
582 Skip inspector tests that are flaky on Windows Release - this is being tracked by:
583 https://bugs.webkit.org/show_bug.cgi?id=31596.
585 * platform/win/Skipped:
587 2009-11-16 Julie Parent <jparent@chromium.org>
589 Reviewed by Darin Adler.
591 Eliminate flakiness in char-encoding tests by removing setTimeout,
592 that was working around an old issue.
593 https://bugs.webkit.org/show_bug.cgi?id=31571
595 * fast/encoding/char-encoding-mac.html:
596 * fast/encoding/char-encoding.html:
597 * fast/encoding/resources/char-encoding-utils.js:
599 2009-11-17 Csaba Osztrogonác <ossy@webkit.org>
601 Not reviewed, follow up to r51072: rename skipped entries
602 * platform/qt/Skipped:
604 2009-11-17 Csaba Osztrogonác <ossy@webkit.org>
606 Reviewed by Kenneth Rohde Christiansen.
608 [Qt] Crashing tests after updating to Qt-4.6.0
609 https://bugs.webkit.org/show_bug.cgi?id=31591
611 * platform/qt/Skipped: Put tests into skiplist temporarily.
613 2009-11-17 Pavel Feldman <pfeldman@chromium.org>
615 Not reviewed, tests fix. Follow up to r51072: move
616 platform-specific results for fast/inspector into
617 fast/inspector-support.
619 * platform/mac/fast/inspector-support/matchedrules-expected.checksum: Renamed from LayoutTests/platform/mac/fast/inspector/matchedrules-expected.checksum.
620 * platform/mac/fast/inspector-support/matchedrules-expected.png: Renamed from LayoutTests/platform/mac/fast/inspector/matchedrules-expected.png.
621 * platform/mac/fast/inspector-support/matchedrules-expected.txt: Renamed from LayoutTests/platform/mac/fast/inspector/matchedrules-expected.txt.
622 * platform/mac/fast/inspector-support/style-expected.txt: Renamed from LayoutTests/platform/mac/fast/inspector/style-expected.txt.
623 * platform/qt/fast/inspector-support/matchedrules-expected.txt: Renamed from LayoutTests/platform/qt/fast/inspector/matchedrules-expected.txt.
624 * platform/qt/fast/inspector-support/style-expected.txt: Renamed from LayoutTests/platform/qt/fast/inspector/style-expected.txt.
626 2009-11-17 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
628 Actually skip the inspector console tests while the problem
629 discussed in https://bugs.webkit.org/show_bug.cgi?id=31472 is
632 * platform/gtk/Skipped:
634 2009-11-17 Pavel Feldman <pfeldman@chromium.org>
636 Not reviewed, build fix. Follow up to r51072: rename skipped entries
637 for the tests that were moved.
639 * platform/gtk/Skipped:
640 * platform/qt/Skipped:
642 2009-11-17 Pavel Feldman <pfeldman@chromium.org>
644 Reviewed by Timothy Hatcher.
646 Web Inspector: Make DRT show web inspector for tests in inspector/ folder.
647 - Updated DRT to show/close inspector for all tests under /inspector
648 - Introduced LayoutTestController::setTimelineProfilingEnabled and
649 WebInspector::setTimelineProfilingEnabled beside setJavaScriptProfilingEnabled
650 - Removed reload on each inspector test
651 - Renamed fast/inspector to fast/inspector-support in order not to trigger
653 - Reimplemented timeline tests in order to get rid of reload there.
654 - Moved tests that don't require harness into the fast group.
656 https://bugs.webkit.org/show_bug.cgi?id=31472
658 * fast/inspector-support/cssURLQuotes-expected.txt: Renamed from LayoutTests/fast/inspector/cssURLQuotes-expected.txt.
659 * fast/inspector-support/cssURLQuotes.html: Renamed from LayoutTests/fast/inspector/cssURLQuotes.html.
660 * fast/inspector-support/matchedrules.html: Renamed from LayoutTests/fast/inspector/matchedrules.html.
661 * fast/inspector-support/style.html: Renamed from LayoutTests/fast/inspector/style.html.
662 * fast/inspector-support/uncaught-dom1-exception-expected.txt: Renamed from LayoutTests/inspector/uncaught-dom1-exception-expected.txt.
663 * fast/inspector-support/uncaught-dom1-exception.html: Renamed from LayoutTests/inspector/uncaught-dom1-exception.html.
664 * fast/inspector-support/uncaught-dom3-exception-expected.txt: Renamed from LayoutTests/inspector/uncaught-dom3-exception-expected.txt.
665 * fast/inspector-support/uncaught-dom3-exception.html: Renamed from LayoutTests/inspector/uncaught-dom3-exception.html.
666 * fast/inspector-support/uncaught-dom8-exception-expected.txt: Renamed from LayoutTests/inspector/uncaught-dom8-exception-expected.txt.
667 * fast/inspector-support/uncaught-dom8-exception.html: Renamed from LayoutTests/inspector/uncaught-dom8-exception.html.
668 * inspector/inspector-test.js:
670 (evaluateInWebInspector):
672 * inspector/resources/timeline-iframe-data.html: Added.
673 * inspector/timeline-layout-expected.txt:
674 * inspector/timeline-layout.html:
675 * inspector/timeline-mark-timeline.html:
676 * inspector/timeline-paint.html:
677 * inspector/timeline-parse-html-expected.txt:
678 * inspector/timeline-parse-html.html:
679 * inspector/timeline-recalculate-styles-expected.txt:
680 * inspector/timeline-recalculate-styles.html:
681 * inspector/timeline-script-tag-1-expected.txt:
682 * inspector/timeline-script-tag-1.html:
683 * inspector/timeline-script-tag-2-expected.txt:
684 * inspector/timeline-script-tag-2.html:
685 * inspector/timeline-script-tag-2.js:
686 * inspector/timeline-test.js:
687 (printTimelineRecords):
689 (dumpTimelineRecords):
691 (frontend_getTimelineResults):
693 2009-11-17 Yuta Kitamura <yutak@chromium.org>
695 Reviewed by Eric Seidel.
697 Fix http tests so that they do not submit a GET form to about:blank.
699 Original tests expected that submitting an empty form to <about:blank> navigates
700 the browser to <about:blank?>, not <about:blank>. However, some other browsers
701 do not act like Safari, and in fact the layout test runner of Chromium was
702 failing to run these tests.
704 Prior to this patch, a test that only checks this behavior was added, so now
705 we can remove the dependency on it from these tests.
707 Some HTTP tests submit a GET form to about:blank
708 https://bugs.webkit.org/show_bug.cgi?id=30423
710 * http/tests/navigation/onload-navigation-iframe-2-expected.txt:
711 * http/tests/navigation/onload-navigation-iframe-2.html:
712 * http/tests/navigation/onload-navigation-iframe-expected.txt:
713 * http/tests/navigation/onload-navigation-iframe-timeout-expected.txt:
714 * http/tests/navigation/onload-navigation-iframe-timeout.html:
715 * http/tests/navigation/onload-navigation-iframe.html:
716 * http/tests/navigation/resources/blank.txt: Added.
718 2009-11-17 Yuta Kitamura <yutak@chromium.org>
720 Reviewed by Darin Adler.
722 Add a test to check the behavior of submitting a GET form to <about:blank>.
724 Currently Safari redirects the browser to <about:blank?>, while some other
725 browsers do not (including Firefox and Chromium). The objective of this test is
726 to express the current behavior of Safari and to become ready to remove
727 unintentional dependency on it from several tests.
729 Some HTTP tests submit a GET form to about:blank
730 https://bugs.webkit.org/show_bug.cgi?id=30423
732 * fast/forms/get-forms-to-about-blank-expected.txt: Added.
733 * fast/forms/get-forms-to-about-blank.html: Added.
735 2009-11-16 Alexey Proskuryakov <ap@apple.com>
737 Disabling WebSocket tests on Tiger and Windows again, as they still time out.
739 * platform/mac-tiger/Skipped:
740 * platform/win/Skipped:
742 2009-11-16 Chris Fleizach <cfleizach@apple.com>
744 Reviewed by Beth Dakin.
746 AX: aria-labelledby duplicates some of its WAI-ARIA label
747 https://bugs.webkit.org/show_bug.cgi?id=31565
749 * accessibility/aria-labelledby-overrides-label-expected.txt: Added.
750 * accessibility/aria-labelledby-overrides-label.html: Added.
751 * platform/gtk/Skipped:
752 * platform/win/Skipped:
754 2009-11-16 Kenneth Russell <kbr@google.com>
756 Reviewed by Oliver Hunt.
758 Update API of WebGLArray and friends
759 https://bugs.webkit.org/show_bug.cgi?id=31175
761 * fast/canvas/webgl/array-unit-tests-expected.txt:
762 * fast/canvas/webgl/array-unit-tests.html:
764 2009-11-16 Alexey Proskuryakov <ap@apple.com>
766 Re-enabling WebSocket tests on Tiger and Windows, now that SSL is disabled.
768 * platform/mac-tiger/Skipped:
769 * platform/win/Skipped:
771 2009-11-14 Antonio Gomes <tonikitoo@webkit.org>
773 Reviewed by Antti Koivisto.
775 [Qt] Broken back/forward after using ErrorPageExtension to set error page
776 https://bugs.webkit.org/show_bug.cgi?id=30573
778 Skipped fast/history/back-forward-reset-after-error-handling.html
779 in mac, gtk and win DRT, because their DRT do not support yet
780 error pages handling.
782 * fast/history/back-forward-reset-after-error-handling.html:
783 * platform/gtk/Skipped:
784 * platform/mac/Skipped:
785 * platform/win/Skipped:
787 2009-11-16 Kenneth Rohde Christiansen <kenneth@webkit.org>
789 Rubberstamped by Simon Hausmann.
791 Added new Qt expected results for animation tests.
793 * platform/qt/animations/change-transform-in-end-event-expected.txt: Added.
794 * platform/qt/animations/state-at-end-event-expected.txt: Added.
795 * platform/qt/animations/state-at-end-event-transform-expected.txt: Added.
797 2009-11-15 Chris Fleizach <cfleizach@apple.com>
799 Fixing broken layout test.
801 Need to implement ARIA role="directory"
802 https://bugs.webkit.org/show_bug.cgi?id=31516
804 Lists are not supported on Leopard or Tiger, so the test for this
805 bug needs to be skipped.
807 * platform/mac-leopard/Skipped:
808 * platform/mac-tiger/Skipped:
810 2009-11-14 Chris Fleizach <cfleizach@apple.com>
812 Reviewed by Darin Adler.
814 Need to implement ARIA role="directory"
815 https://bugs.webkit.org/show_bug.cgi?id=31516
817 * platform/mac/accessibility/aria-directory-expected.txt: Added.
818 * platform/mac/accessibility/aria-directory.html: Added.
820 2009-11-14 Adele Peterson <adele@apple.com>
822 Reviewed by Dan Bernstein.
824 Test for <rdar://problem/6946165> Would like to be able to specify the number of visible lines when using -webkit-line-clamp
826 * fast/overflow/line-clamp.html: Added.
827 * platform/mac/fast/overflow/line-clamp-expected.checksum: Added.
828 * platform/mac/fast/overflow/line-clamp-expected.png: Added.
829 * platform/mac/fast/overflow/line-clamp-expected.txt: Added.
831 2009-11-14 Kent Tamura <tkent@chromium.org>
833 Reviewed by Darin Adler.
835 Add tests for reading/writing .type property of HTMLInputElement.
836 https://bugs.webkit.org/show_bug.cgi?id=29004
838 * fast/forms/input-type-change3-expected.txt: Added.
839 * fast/forms/input-type-change3.html: Added.
840 * fast/forms/script-tests/input-type-change3.js: Added.
842 2009-11-14 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
844 Skip new test that needs new DRT infrastructure, with bug filled.
846 * platform/gtk/Skipped:
848 2009-11-13 Chris Fleizach <cfleizach@apple.com>
850 Reviewed by Darin Adler.
852 WAI-ARIA: checkbox does not determine its label from text content
853 https://bugs.webkit.org/show_bug.cgi?id=31456
855 * accessibility/aria-checkbox-text.html: Added.
856 * platform/gtk/Skipped:
857 * platform/mac/accessibility/aria-checkbox-text-expected.txt: Added.
858 * platform/win/Skipped:
860 2009-11-13 Alexey Proskuryakov <ap@apple.com>
862 Disable websocket tests on Tiger, as they time out.
864 Filed <https://bugs.webkit.org/show_bug.cgi?id=31501> to investigate this issue.
866 * platform/mac-tiger/Skipped:
868 2009-11-12 Jeremy Orlow <jorlow@chromium.org>
870 Reviewed by Dmitry Titov.
872 Now that we're tracking key size in the quota, we can't fit as much in.
873 https://bugs.webkit.org/show_bug.cgi?id=31451
875 * storage/domstorage/quota-expected.txt:
876 * storage/domstorage/script-tests/quota.js:
879 2009-11-13 Shinichiro Hamaji <hamaji@chromium.org>
881 Reviewed by Darin Adler.
883 WebCore::externalRepresentation should update layout before getting render object
884 https://bugs.webkit.org/show_bug.cgi?id=31459
886 Before this change, the render tree output for this test was wrong.
887 Note that #FF0000 (red) becomes #008000 (green) now.
889 * platform/mac/svg/custom/gradient-stop-style-change-expected.txt:
891 2009-11-04 Adam Roben <aroben@apple.com>
893 Test that delegates can modify global objects in isolated worlds
895 Fixes <http://webkit.org/b/31124> Tell the WebFrameLoadDelegate when
896 window objects in isolated worlds are cleared
898 Reviewed by Dave Hyatt.
900 * http/tests/security/isolatedWorld/didClearWindowObject-expected.txt: Added.
901 * http/tests/security/isolatedWorld/didClearWindowObject.html: Added.
902 Tests that the global object in the normal world does not have a
903 __worldID property, and that the global object in isolated worlds has
904 a __worldID property whose value is equal to the world's ID.
906 2009-11-13 Dumitru Daniliuc <dumi@chromium.org>
908 Reviewed by Eric Seidel.
910 Remove the unnecessary call to dumpDatabaseCallbacks().
912 https://bugs.webkit.org/show_bug.cgi?id=31495
914 * storage/hash-change-with-xhr.html:
916 2009-11-13 Hironori Bono <hbono@chromium.org>
918 Reviewed by Oliver Hunt.
920 Implement composition events introduced in DOM Level 3.
921 This change adds a new IDL which defines the composition events, adds a class which
922 implements the composition events, and sends the composition events according to
924 https://bugs.webkit.org/show_bug.cgi?id=26310
926 * fast/events/ime-composition-events-001-expected.txt: Added.
927 * fast/events/ime-composition-events-001.html: Added.
928 * platform/gtk/Skipped: Skip this test because TextInputController is not implemented.
929 * platform/qt/Skipped: ditto.
930 * platform/win/Skipped: ditto.
932 2009-11-13 Kenneth Rohde Christiansen <kenneth@webkit.org>
934 Reviewed by Simon Hausmann.
936 Add a file for suppressing invalid valgrind errors (Qt / Linux only)
938 * platform/qt/SuppressedValgrindErrors: Added.
940 2009-11-13 Alexey Proskuryakov <ap@apple.com>
942 Disable websocket tests on Windows, as the server cannot start on buildbot.
944 Filed <https://bugs.webkit.org/show_bug.cgi?id=31479> to investigate this issue.
946 * platform/win/Skipped:
948 2009-11-12 Alexey Proskuryakov <ap@apple.com>
950 Reviewed by Darin Adler.
952 https://bugs.webkit.org/show_bug.cgi?id=31441
953 Implement SocketStreamCFNet
955 * platform/mac/Skipped:
956 * platform/win/Skipped:
957 Enables tests in websocket directory.
959 2009-11-13 Dmitry Titov <dimich@chromium.org>
961 Reviewed by Darin Adler.
963 Fix worker-timeout.html layout test that fails in Chromium harness.
964 https://bugs.webkit.org/show_bug.cgi?id=31452
966 * fast/workers/worker-timeout.html:
967 Stop logging timer messages at the same time as calling NotifyDone() because
968 in test harness Chromium uses for workers it does not capture the output immediately.
970 2009-11-13 Pavel Feldman <pfeldman@chromium.org>
972 Reviewed by Adam Barth.
974 Chromium: [REGRESSION] Crash while stopping on a breakpoint.
977 https://bugs.webkit.org/show_bug.cgi?id=31467
979 * http/tests/security/calling-versus-current-expected.txt: Removed.
980 * http/tests/security/calling-versus-current.html: Removed.
982 2009-11-13 Dirk Schulze <krit@webkit.org>
984 Reviewed by Gustavo Noronha.
986 Skip fast/canvas/canvas-shadow.html we need to enable filters
987 on cairo to pass this test.
989 * platform/gtk/Skipped:
991 2009-11-13 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
993 Skip one more new test.
995 * platform/gtk/Skipped:
997 2009-11-12 Anantanarayanan G Iyengar <ananta@chromium.org>
999 Reviewed by Adam Barth.
1001 The document-html and window-html tests don't use a setTimeout to notify that the
1002 test is completed. The layout test plugin now issues the notifyDone call via
1005 https://bugs.webkit.org/show_bug.cgi?id=31067
1007 * plugins/document-open.html:
1008 * plugins/window-open.html:
1010 2009-11-12 Kinuko Yasuda <kinuko@google.com>
1012 Reviewed by Adam Barth.
1014 Makes the output of fast/events/mouse-click-events.html independent
1016 https://bugs.webkit.org/show_bug.cgi?id=31405
1018 * fast/events/mouse-click-events-expected.txt:
1019 * fast/events/script-tests/mouse-click-events.js:
1021 2009-11-12 Simon Fraser <simon.fraser@apple.com>
1023 Reviewed by Dan Bernstein.
1025 Transformed reflected elements are clipped inside element with opacity
1026 https://bugs.webkit.org/show_bug.cgi?id=30957
1028 Testcase for reflected and transformed elements inside an opacity layer.
1030 * fast/reflections/opacity-reflection-transform.html: Added.
1031 * platform/mac/fast/reflections/opacity-reflection-transform-expected.checksum: Added.
1032 * platform/mac/fast/reflections/opacity-reflection-transform-expected.png: Added.
1033 * platform/mac/fast/reflections/opacity-reflection-transform-expected.txt: Added.
1035 2009-11-12 Joanmarie Diggs <joanmarie.diggs@gmail.com>
1037 Reviewed by Gustavo Noronha Silva.
1039 https://bugs.webkit.org/show_bug.cgi?id=30997
1040 [Gtk] Implemment AtkDocument
1042 Added testing support for AtkDocument implementation.
1044 * accessibility/document-attributes.html: Added.
1045 * accessibility/document-attributes-expected.txt: Added.
1046 * platform/mac/Skipped:
1047 * platform/win/Skipped:
1049 2009-11-11 Dirk Schulze <krit@webkit.org>
1051 Reviewed by Simon Fraser.
1053 Some tests for canvas shadow.
1055 * fast/canvas/canvas-shadow-expected.txt: Added.
1056 * fast/canvas/canvas-shadow.html: Added.
1057 * fast/canvas/script-tests/canvas-shadow.js: Added.
1059 2009-11-12 Brian Weinstein <bweinstein@apple.com>
1061 Rubber-stamped by Steve Falkenburg.
1063 Add failing tests to Skipped list.
1065 * platform/win/Skipped:
1067 2009-11-12 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1069 Skipping tests that fail intermitently.
1071 * platform/gtk/Skipped:
1073 2009-11-12 Sam Weinig <sam@webkit.org>
1075 Reviewed by Oliver Hunt.
1077 Test for <rdar://problem/7267951>
1078 Canvas methods should reject uses of NaN and Infinity.
1080 * fast/canvas/canvas-with-illegal-args-expected.txt: Added.
1081 * fast/canvas/canvas-with-illegal-args.html: Added.
1082 * fast/canvas/script-tests/canvas-with-illegal-args.js: Added.
1084 2009-11-12 Mark Rowe <mrowe@apple.com>
1086 Skip an accessibility test that covers functionality not available on Tiger or Leopard.
1088 * platform/mac-leopard/Skipped:
1089 * platform/mac-tiger/Skipped:
1091 2009-11-12 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1093 Skipping one more new test, and a number of other tests, with bugs
1096 * platform/gtk/Skipped:
1098 2009-11-12 Mark Rowe <mrowe@apple.com>
1100 Fix results for fast/dom/Window/window-properties.html after r50893.
1102 * fast/dom/Window/window-properties-expected.txt:
1104 2009-11-12 Mark Rowe <mrowe@apple.com>
1106 Rubber-stamped by Anders Carlsson.
1108 Move a misplaced accessibility test from platform/mac-snowleopard/accessibility to accessibility,
1109 and the results from platform/mac-snowleopard/accessibility to platform/mac/accessibility.
1111 * accessibility/aria-list-and-listitem.html: Renamed from LayoutTests/platform/mac-snowleopard/accessibility/aria-list-and-listitem.html.
1112 * platform/mac/accessibility/aria-list-and-listitem-expected.txt: Renamed from LayoutTests/platform/mac-snowleopard/accessibility/aria-list-and-listitem-expected.txt.
1114 2009-11-12 Mark Rowe <mrowe@apple.com>
1116 Rubber-stamped by Brady Eidson.
1118 Land updated results for file-url-mimetypes-2.html and file-url-mimetypes-3.html.
1120 * 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.
1121 * 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.
1122 * platform/mac/fast/loader/file-url-mimetypes-2-expected.txt:
1123 * platform/mac/fast/loader/file-url-mimetypes-3-expected.txt:
1125 2009-11-12 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1127 Unreviewed. Skipped new tests, a test that keeps failing despite
1128 not failing locally, and a new DnD test.
1130 * platform/gtk/Skipped:
1132 2009-11-12 Eric Carlson <eric.carlson@apple.com>
1134 Unreviewed, build fix.
1136 Skipped tests need path relative to LayoutTests folder, not just
1139 * platform/gtk/Skipped:
1140 * platform/mac-leopard/Skipped:
1141 * platform/mac-tiger/Skipped:
1142 * platform/win/Skipped:
1144 2009-11-12 Eric Carlson <eric.carlson@apple.com>
1146 Reviewed by Dan Bernstein.
1148 <rdar://problem/7388969> Add DOM API for fullscreen video
1150 Tests for fullscreen <video> DOM API.
1152 * media/media-fullscreen-inline-expected.txt: Added.
1153 * media/media-fullscreen-inline.html: Added.
1154 * media/media-fullscreen-not-in-document-expected.txt: Added.
1155 * media/media-fullscreen-not-in-document.html: Added.
1156 * media/media-fullscreen.js: Added.
1158 * platform/gtk/Skipped:
1159 * platform/mac-leopard/Skipped:
1160 * platform/mac-tiger/Skipped:
1161 * platform/win/Skipped:
1162 Skipped on platforms that don't support fullscreen yet.
1164 2009-11-12 Alexey Proskuryakov <ap@apple.com>
1166 Reviewed by David Levin.
1168 https://bugs.webkit.org/show_bug.cgi?id=31426
1169 Some WebSocket tests don't properly listen to close event
1171 * websocket/tests/script-tests/handshake-error.js:
1172 * websocket/tests/script-tests/simple.js:
1173 Made the tests clear second-chance timer on finish, avoiding confusing output when running
1176 * websocket/tests/script-tests/frame-length-longer-than-buffer.js:
1177 * websocket/tests/script-tests/frame-length-skip.js:
1178 * websocket/tests/frame-length-longer-than-buffer-expected.txt:
1179 * websocket/tests/frame-length-skip-expected.txt:
1180 These tests now finish properly.
1182 * websocket/tests/handshake-error-expected.txt:
1183 * websocket/tests/simple-expected.txt:
1184 I'm getting an extra empty line for these tests, which is surprising. But since I didn't
1185 change anything, I assume that it should be there.
1187 2009-11-12 Adam Barth <abarth@webkit.org>
1189 Reviewed by Dimitri Glazkov.
1191 [Chromium] Sify compose button alerts error
1192 https://bugs.webkit.org/show_bug.cgi?id=31394
1194 Test that we're using the calling security context in a simple case.
1196 * http/tests/security/calling-versus-current-expected.txt: Added.
1197 * http/tests/security/calling-versus-current.html: Added.
1199 2009-11-12 Daniel Bates <dbates@webkit.org>
1201 Reviewed by Darin Adler.
1203 https://bugs.webkit.org/show_bug.cgi?id=30291
1205 Rebased results for existing test case fast/events/drag-and-drop.html
1208 Now, we can run the part of the test when effectAllowed == "uninitialized".
1210 * fast/events/drag-and-drop-expected.txt: Rebased results.
1211 * fast/events/drag-and-drop.html: Removed notice about this bug (#30291).
1213 2009-11-12 Chris Fleizach <cfleizach@apple.com>
1215 Reviewed by Darin Adler.
1217 ARIA: add alert type roles
1218 https://bugs.webkit.org/show_bug.cgi?id=31392
1220 * platform/mac/accessibility/aria-alerts-expected.txt: Added.
1221 * platform/mac/accessibility/aria-alerts.html: Added.
1223 2009-11-12 Andras Becsi <becsi.andras@stud.u-szeged.hu>
1225 Rubber-stamped by Tor Arne Vestbø.
1227 [Qt] Update outdated metrics in layout tests after change to Qt 4.6 on the buildbot.
1229 * platform/qt/css1/basic/class_as_selector-expected.txt:
1230 * platform/qt/css1/basic/comments-expected.txt:
1231 * platform/qt/css1/basic/containment-expected.txt:
1232 * platform/qt/css1/basic/contextual_selectors-expected.txt:
1233 * platform/qt/css1/basic/grouping-expected.txt:
1234 * platform/qt/css1/basic/id_as_selector-expected.txt:
1235 * platform/qt/css1/basic/inheritance-expected.txt:
1236 * platform/qt/css1/box_properties/acid_test-expected.txt:
1237 * platform/qt/css1/box_properties/border-expected.txt:
1238 * platform/qt/css1/box_properties/border_bottom-expected.txt:
1239 * platform/qt/css1/box_properties/border_bottom_inline-expected.txt:
1240 * platform/qt/css1/box_properties/border_bottom_width-expected.txt:
1241 * platform/qt/css1/box_properties/border_bottom_width_inline-expected.txt:
1242 * platform/qt/css1/box_properties/border_color-expected.txt:
1243 * platform/qt/css1/box_properties/border_color_inline-expected.txt:
1244 * platform/qt/css1/box_properties/border_inline-expected.txt:
1245 * platform/qt/css1/box_properties/border_left-expected.txt:
1246 * platform/qt/css1/box_properties/border_left_inline-expected.txt:
1247 * platform/qt/css1/box_properties/border_left_width-expected.txt:
1248 * platform/qt/css1/box_properties/border_left_width_inline-expected.txt:
1249 * platform/qt/css1/box_properties/border_right-expected.txt:
1250 * platform/qt/css1/box_properties/border_right_inline-expected.txt:
1251 * platform/qt/css1/box_properties/border_right_width-expected.txt:
1252 * platform/qt/css1/box_properties/border_right_width_inline-expected.txt:
1253 * platform/qt/css1/box_properties/border_style-expected.txt:
1254 * platform/qt/css1/box_properties/border_style_inline-expected.txt:
1255 * platform/qt/css1/box_properties/border_top-expected.txt:
1256 * platform/qt/css1/box_properties/border_top_inline-expected.txt:
1257 * platform/qt/css1/box_properties/border_top_width-expected.txt:
1258 * platform/qt/css1/box_properties/border_top_width_inline-expected.txt:
1259 * platform/qt/css1/box_properties/border_width-expected.txt:
1260 * platform/qt/css1/box_properties/border_width_inline-expected.txt:
1261 * platform/qt/css1/box_properties/clear-expected.txt:
1262 * platform/qt/css1/box_properties/clear_float-expected.txt:
1263 * platform/qt/css1/box_properties/float-expected.txt:
1264 * platform/qt/css1/box_properties/float_elements_in_series-expected.txt:
1265 * platform/qt/css1/box_properties/float_margin-expected.txt:
1266 * platform/qt/css1/box_properties/float_on_text_elements-expected.txt:
1267 * platform/qt/css1/box_properties/height-expected.txt:
1268 * platform/qt/css1/box_properties/margin-expected.txt:
1269 * platform/qt/css1/box_properties/margin_bottom-expected.txt:
1270 * platform/qt/css1/box_properties/margin_bottom_inline-expected.txt:
1271 * platform/qt/css1/box_properties/margin_inline-expected.txt:
1272 * platform/qt/css1/box_properties/margin_left-expected.txt:
1273 * platform/qt/css1/box_properties/margin_left_inline-expected.txt:
1274 * platform/qt/css1/box_properties/margin_right-expected.txt:
1275 * platform/qt/css1/box_properties/margin_right_inline-expected.txt:
1276 * platform/qt/css1/box_properties/margin_top-expected.txt:
1277 * platform/qt/css1/box_properties/margin_top_inline-expected.txt:
1278 * platform/qt/css1/box_properties/padding-expected.txt:
1279 * platform/qt/css1/box_properties/padding_bottom-expected.txt:
1280 * platform/qt/css1/box_properties/padding_bottom_inline-expected.txt:
1281 * platform/qt/css1/box_properties/padding_inline-expected.txt:
1282 * platform/qt/css1/box_properties/padding_left-expected.txt:
1283 * platform/qt/css1/box_properties/padding_left_inline-expected.txt:
1284 * platform/qt/css1/box_properties/padding_right-expected.txt:
1285 * platform/qt/css1/box_properties/padding_right_inline-expected.txt:
1286 * platform/qt/css1/box_properties/padding_top-expected.txt:
1287 * platform/qt/css1/box_properties/padding_top_inline-expected.txt:
1288 * platform/qt/css1/box_properties/width-expected.txt:
1289 * platform/qt/css1/cascade/cascade_order-expected.txt:
1290 * platform/qt/css1/cascade/important-expected.txt:
1291 * platform/qt/css1/classification/display-expected.txt:
1292 * platform/qt/css1/classification/list_style-expected.txt:
1293 * platform/qt/css1/classification/list_style_image-expected.txt:
1294 * platform/qt/css1/classification/list_style_position-expected.txt:
1295 * platform/qt/css1/classification/list_style_type-expected.txt:
1296 * platform/qt/css1/classification/white_space-expected.txt:
1297 * platform/qt/css1/color_and_background/background-expected.txt:
1298 * platform/qt/css1/color_and_background/background_attachment-expected.txt:
1299 * platform/qt/css1/color_and_background/background_color-expected.txt:
1300 * platform/qt/css1/color_and_background/background_image-expected.txt:
1301 * platform/qt/css1/color_and_background/background_position-expected.txt:
1302 * platform/qt/css1/color_and_background/background_repeat-expected.txt:
1303 * platform/qt/css1/color_and_background/color-expected.txt:
1304 * platform/qt/css1/conformance/forward_compatible_parsing-expected.txt:
1305 * platform/qt/css1/font_properties/font-expected.txt:
1306 * platform/qt/css1/font_properties/font_family-expected.txt:
1307 * platform/qt/css1/font_properties/font_size-expected.txt:
1308 * platform/qt/css1/font_properties/font_style-expected.txt:
1309 * platform/qt/css1/font_properties/font_variant-expected.txt:
1310 * platform/qt/css1/font_properties/font_weight-expected.txt:
1311 * platform/qt/css1/formatting_model/canvas-expected.txt:
1312 * platform/qt/css1/formatting_model/floating_elements-expected.txt:
1313 * platform/qt/css1/formatting_model/height_of_lines-expected.txt:
1314 * platform/qt/css1/formatting_model/horizontal_formatting-expected.txt:
1315 * platform/qt/css1/formatting_model/inline_elements-expected.txt:
1316 * platform/qt/css1/formatting_model/replaced_elements-expected.txt:
1317 * platform/qt/css1/formatting_model/vertical_formatting-expected.txt:
1318 * platform/qt/css1/pseudo/anchor-expected.txt:
1319 * platform/qt/css1/pseudo/firstletter-expected.txt:
1320 * platform/qt/css1/pseudo/firstline-expected.txt:
1321 * platform/qt/css1/pseudo/multiple_pseudo_elements-expected.txt:
1322 * platform/qt/css1/pseudo/pseudo_elements_in_selectors-expected.txt:
1323 * platform/qt/css1/text_properties/letter_spacing-expected.txt:
1324 * platform/qt/css1/text_properties/line_height-expected.txt:
1325 * platform/qt/css1/text_properties/text_align-expected.txt:
1326 * platform/qt/css1/text_properties/text_decoration-expected.txt:
1327 * platform/qt/css1/text_properties/text_indent-expected.txt:
1328 * platform/qt/css1/text_properties/text_transform-expected.txt:
1329 * platform/qt/css1/text_properties/vertical_align-expected.txt:
1330 * platform/qt/css1/text_properties/word_spacing-expected.txt:
1331 * platform/qt/css1/units/color_units-expected.txt:
1332 * platform/qt/css1/units/length_units-expected.txt:
1333 * platform/qt/css1/units/percentage_units-expected.txt:
1334 * platform/qt/css1/units/urls-expected.txt:
1335 * platform/qt/css2.1/t040102-keywords-00-b-expected.txt:
1336 * platform/qt/css2.1/t040102-keywords-01-b-expected.txt:
1337 * platform/qt/css2.1/t040103-case-00-b-expected.txt:
1338 * platform/qt/css2.1/t040103-case-01-c-expected.txt:
1339 * platform/qt/css2.1/t040103-escapes-00-b-expected.txt:
1340 * platform/qt/css2.1/t040103-escapes-01-b-expected.txt:
1341 * platform/qt/css2.1/t040103-escapes-02-d-expected.txt:
1342 * platform/qt/css2.1/t040103-escapes-03-b-expected.txt:
1343 * platform/qt/css2.1/t040103-escapes-04-b-expected.txt:
1344 * platform/qt/css2.1/t040103-escapes-05-c-expected.txt:
1345 * platform/qt/css2.1/t040103-escapes-06-b-expected.txt:
1346 * platform/qt/css2.1/t040103-escapes-07-b-expected.txt:
1347 * platform/qt/css2.1/t040103-escapes-08-b-expected.txt:
1348 * platform/qt/css2.1/t040103-ident-00-c-expected.txt:
1349 * platform/qt/css2.1/t040103-ident-01-c-expected.txt:
1350 * platform/qt/css2.1/t040103-ident-02-c-expected.txt:
1351 * platform/qt/css2.1/t040103-ident-03-c-expected.txt:
1352 * platform/qt/css2.1/t040103-ident-04-c-expected.txt:
1353 * platform/qt/css2.1/t040103-ident-05-c-expected.txt:
1354 * platform/qt/css2.1/t040103-ident-06-c-expected.txt:
1355 * platform/qt/css2.1/t040103-ident-07-c-expected.txt:
1356 * platform/qt/css2.1/t040103-ident-08-c-expected.txt:
1357 * platform/qt/css2.1/t040103-ident-09-c-expected.txt:
1358 * platform/qt/css2.1/t040103-ident-10-c-expected.txt:
1359 * platform/qt/css2.1/t040103-ident-11-c-expected.txt:
1360 * platform/qt/css2.1/t040103-ident-12-c-expected.txt:
1361 * platform/qt/css2.1/t040103-ident-13-c-expected.txt:
1362 * platform/qt/css2.1/t040105-atkeyw-00-b-expected.txt:
1363 * platform/qt/css2.1/t040105-atkeyw-01-b-expected.txt:
1364 * platform/qt/css2.1/t040105-atkeyw-02-b-expected.txt:
1365 * platform/qt/css2.1/t040105-atrule-00-b-expected.txt:
1366 * platform/qt/css2.1/t040105-atrule-01-b-expected.txt:
1367 * platform/qt/css2.1/t040105-atrule-02-b-expected.txt:
1368 * platform/qt/css2.1/t040105-atrule-03-b-expected.txt:
1369 * platform/qt/css2.1/t040105-atrule-04-b-expected.txt:
1370 * platform/qt/css2.1/t040105-import-00-b-expected.txt:
1371 * platform/qt/css2.1/t040105-import-01-b-expected.txt:
1372 * platform/qt/css2.1/t040109-c17-comments-00-b-expected.txt:
1373 * platform/qt/css2.1/t040109-c17-comments-01-b-expected.txt:
1374 * platform/qt/css2.1/t0402-c71-fwd-parsing-00-f-expected.txt:
1375 * platform/qt/css2.1/t0402-c71-fwd-parsing-01-f-expected.txt:
1376 * platform/qt/css2.1/t0402-c71-fwd-parsing-02-f-expected.txt:
1377 * platform/qt/css2.1/t0402-c71-fwd-parsing-03-f-expected.txt:
1378 * platform/qt/css2.1/t0402-c71-fwd-parsing-04-f-expected.txt:
1379 * platform/qt/css2.1/t0402-syntax-01-f-expected.txt:
1380 * platform/qt/css2.1/t0402-syntax-02-f-expected.txt:
1381 * platform/qt/css2.1/t0402-syntax-03-f-expected.txt:
1382 * platform/qt/css2.1/t0402-syntax-04-f-expected.txt:
1383 * platform/qt/css2.1/t0402-syntax-05-f-expected.txt:
1384 * platform/qt/css2.1/t0402-syntax-06-f-expected.txt:
1385 * platform/qt/css2.1/t040302-c61-ex-len-00-b-a-expected.txt:
1386 * platform/qt/css2.1/t040302-c61-phys-len-00-b-expected.txt:
1387 * platform/qt/css2.1/t040302-c61-rel-len-00-b-ag-expected.txt:
1388 * platform/qt/css2.1/t040304-c64-uri-00-a-g-expected.txt:
1389 * platform/qt/css2.1/t040306-c63-color-00-b-ag-expected.txt:
1390 * platform/qt/css2.1/t040306-syntax-01-f-expected.txt:
1391 * platform/qt/css2.1/t040307-syntax-01-b-expected.txt:
1392 * platform/qt/css2.1/t1202-counter-00-b-expected.txt:
1393 * platform/qt/css2.1/t1202-counter-01-b-expected.txt:
1394 * platform/qt/css2.1/t1202-counter-02-b-expected.txt:
1395 * platform/qt/css2.1/t1202-counter-03-b-expected.txt:
1396 * platform/qt/css2.1/t1202-counter-04-b-expected.txt:
1397 * platform/qt/css2.1/t1202-counter-05-b-expected.txt:
1398 * platform/qt/css2.1/t1202-counter-06-b-expected.txt:
1399 * platform/qt/css2.1/t1202-counter-07-b-expected.txt:
1400 * platform/qt/css2.1/t1202-counter-08-b-expected.txt:
1401 * platform/qt/css2.1/t1202-counter-09-b-expected.txt:
1402 * platform/qt/css2.1/t1202-counter-11-b-expected.txt:
1403 * platform/qt/css2.1/t1202-counter-12-b-expected.txt:
1404 * platform/qt/css2.1/t1202-counter-13-b-expected.txt:
1405 * platform/qt/css2.1/t1202-counter-14-b-expected.txt:
1406 * platform/qt/css2.1/t1202-counter-15-b-expected.txt:
1407 * platform/qt/css2.1/t1202-counter-16-f-expected.txt:
1408 * platform/qt/css2.1/t1202-counters-00-b-expected.txt:
1409 * platform/qt/css2.1/t1202-counters-01-b-expected.txt:
1410 * platform/qt/css2.1/t1202-counters-02-b-expected.txt:
1411 * platform/qt/css2.1/t1202-counters-03-b-expected.txt:
1412 * platform/qt/css2.1/t1202-counters-05-b-expected.txt:
1413 * platform/qt/css2.1/t1202-counters-06-b-expected.txt:
1414 * platform/qt/css2.1/t1202-counters-07-b-expected.txt:
1415 * platform/qt/css2.1/t1202-counters-08-b-expected.txt:
1416 * platform/qt/css2.1/t1202-counters-09-b-expected.txt:
1417 * platform/qt/css2.1/t1202-counters-11-b-expected.txt:
1418 * platform/qt/css2.1/t1202-counters-12-b-expected.txt:
1419 * platform/qt/css2.1/t1202-counters-13-b-expected.txt:
1420 * platform/qt/css2.1/t1202-counters-14-b-expected.txt:
1421 * platform/qt/css2.1/t1202-counters-15-b-expected.txt:
1422 * platform/qt/css2.1/t1202-counters-16-c-expected.txt:
1423 * platform/qt/css2.1/t1202-counters-17-d-expected.txt:
1424 * platform/qt/css2.1/t1202-counters-18-f-expected.txt:
1425 * platform/qt/css2.1/t1205-c561-list-displ-00-b-expected.txt:
1426 * platform/qt/css2.1/t1205-c563-list-type-00-b-expected.txt:
1427 * platform/qt/css2.1/t1205-c563-list-type-01-b-expected.txt:
1428 * platform/qt/css2.1/t1205-c564-list-img-00-b-g-expected.txt:
1429 * platform/qt/css2.1/t1205-c565-list-pos-00-b-expected.txt:
1430 * platform/qt/css2.1/t1205-c566-list-stl-01-c-g-expected.txt:
1431 * platform/qt/css2.1/t140201-c532-bgcolor-00-a-expected.txt:
1432 * platform/qt/css2.1/t140201-c532-bgcolor-01-b-expected.txt:
1433 * platform/qt/css2.1/t140201-c533-bgimage-00-a-expected.txt:
1434 * platform/qt/css2.1/t140201-c533-bgimage-01-b-g-expected.txt:
1435 * platform/qt/css2.1/t140201-c534-bgre-00-b-ag-expected.txt:
1436 * platform/qt/css2.1/t140201-c535-bg-fixd-00-b-g-expected.txt:
1437 * platform/qt/css2.1/t140201-c536-bgpos-00-b-ag-expected.txt:
1438 * platform/qt/css2.1/t1503-c522-font-family-00-b-expected.txt:
1439 * platform/qt/css2.1/t1504-c523-font-style-00-b-expected.txt:
1440 * platform/qt/css2.1/t1504-c543-txt-decor-00-d-g-expected.txt:
1441 * platform/qt/css2.1/t1505-c524-font-var-00-b-expected.txt:
1442 * platform/qt/css2.1/t1506-c525-font-wt-00-b-expected.txt:
1443 * platform/qt/css2.1/t1507-c526-font-sz-00-b-expected.txt:
1444 * platform/qt/css2.1/t1507-c526-font-sz-01-b-a-expected.txt:
1445 * platform/qt/css2.1/t1507-c526-font-sz-02-b-a-expected.txt:
1446 * platform/qt/css2.1/t1507-c526-font-sz-03-f-a-expected.txt:
1447 * platform/qt/css2.1/t1508-c527-font-00-b-expected.txt:
1448 * platform/qt/css2.1/t1508-c527-font-01-b-expected.txt:
1449 * platform/qt/css2.1/t1508-c527-font-02-b-expected.txt:
1450 * platform/qt/css2.1/t1508-c527-font-03-b-expected.txt:
1451 * platform/qt/css2.1/t1508-c527-font-04-b-expected.txt:
1452 * platform/qt/css2.1/t1508-c527-font-05-b-expected.txt:
1453 * platform/qt/css2.1/t1508-c527-font-06-b-expected.txt:
1454 * platform/qt/css2.1/t1508-c527-font-07-b-expected.txt:
1455 * platform/qt/css2.1/t1508-c527-font-08-b-expected.txt:
1456 * platform/qt/css2.1/t1508-c527-font-09-b-expected.txt:
1457 * platform/qt/css2.1/t1508-c527-font-10-c-expected.txt:
1458 * platform/qt/css2.1/t170602-bdr-conflct-w-00-d-expected.txt:
1459 * platform/qt/css2.1/t170602-bdr-conflct-w-01-d-expected.txt:
1460 * platform/qt/css2.1/t170602-bdr-conflct-w-02-d-expected.txt:
1461 * platform/qt/css2.1/t170602-bdr-conflct-w-03-d-expected.txt:
1462 * platform/qt/css2.1/t170602-bdr-conflct-w-04-d-expected.txt:
1463 * platform/qt/css2.1/t170602-bdr-conflct-w-05-d-expected.txt:
1464 * platform/qt/css2.1/t170602-bdr-conflct-w-06-d-expected.txt:
1465 * platform/qt/css2.1/t170602-bdr-conflct-w-07-d-expected.txt:
1466 * platform/qt/css2.1/t170602-bdr-conflct-w-08-d-expected.txt:
1467 * platform/qt/css2.1/t170602-bdr-conflct-w-09-d-expected.txt:
1468 * platform/qt/css2.1/t170602-bdr-conflct-w-10-d-expected.txt:
1469 * platform/qt/css2.1/t170602-bdr-conflct-w-11-d-expected.txt:
1470 * platform/qt/css2.1/t170602-bdr-conflct-w-12-d-expected.txt:
1471 * platform/qt/css2.1/t170602-bdr-conflct-w-13-d-expected.txt:
1472 * platform/qt/css2.1/t170602-bdr-conflct-w-14-d-expected.txt:
1473 * platform/qt/css2.1/t170602-bdr-conflct-w-15-d-expected.txt:
1474 * platform/qt/css2.1/t170602-bdr-conflct-w-16-d-expected.txt:
1475 * platform/qt/css2.1/t170602-bdr-conflct-w-17-d-expected.txt:
1476 * platform/qt/css2.1/t170602-bdr-conflct-w-18-d-expected.txt:
1477 * platform/qt/css2.1/t170602-bdr-conflct-w-19-d-expected.txt:
1478 * platform/qt/css2.1/t170602-bdr-conflct-w-20-d-expected.txt:
1479 * platform/qt/css2.1/t170602-bdr-conflct-w-21-d-expected.txt:
1480 * platform/qt/css2.1/t170602-bdr-conflct-w-22-d-expected.txt:
1481 * platform/qt/css2.1/t170602-bdr-conflct-w-23-d-expected.txt:
1482 * platform/qt/css2.1/t170602-bdr-conflct-w-24-d-expected.txt:
1483 * platform/qt/css2.1/t170602-bdr-conflct-w-25-d-expected.txt:
1484 * platform/qt/css2.1/t170602-bdr-conflct-w-26-d-expected.txt:
1485 * platform/qt/css2.1/t170602-bdr-conflct-w-27-d-expected.txt:
1486 * platform/qt/css2.1/t170602-bdr-conflct-w-28-d-expected.txt:
1487 * platform/qt/css2.1/t170602-bdr-conflct-w-29-d-expected.txt:
1488 * platform/qt/css2.1/t170602-bdr-conflct-w-30-d-expected.txt:
1489 * platform/qt/css2.1/t170602-bdr-conflct-w-31-d-expected.txt:
1490 * platform/qt/css2.1/t170602-bdr-conflct-w-32-d-expected.txt:
1491 * platform/qt/css2.1/t170602-bdr-conflct-w-33-d-expected.txt:
1492 * platform/qt/css2.1/t170602-bdr-conflct-w-34-d-expected.txt:
1493 * platform/qt/css2.1/t170602-bdr-conflct-w-35-d-expected.txt:
1494 * platform/qt/css2.1/t170602-bdr-conflct-w-36-d-expected.txt:
1495 * platform/qt/css2.1/t170602-bdr-conflct-w-37-d-expected.txt:
1496 * platform/qt/css2.1/t170602-bdr-conflct-w-38-d-expected.txt:
1497 * platform/qt/css2.1/t170602-bdr-conflct-w-39-d-expected.txt:
1498 * platform/qt/css2.1/t170602-bdr-conflct-w-40-d-expected.txt:
1499 * platform/qt/css2.1/t170602-bdr-conflct-w-41-d-expected.txt:
1500 * platform/qt/css2.1/t170602-bdr-conflct-w-42-d-expected.txt:
1501 * platform/qt/css2.1/t170602-bdr-conflct-w-43-d-expected.txt:
1502 * platform/qt/css2.1/t170602-bdr-conflct-w-44-d-expected.txt:
1503 * platform/qt/css2.1/t170602-bdr-conflct-w-45-d-expected.txt:
1504 * platform/qt/css2.1/t170602-bdr-conflct-w-46-d-expected.txt:
1505 * platform/qt/css2.1/t170602-bdr-conflct-w-47-d-expected.txt:
1506 * platform/qt/css2.1/t170602-bdr-conflct-w-48-d-expected.txt:
1507 * platform/qt/css2.1/t170602-bdr-conflct-w-49-d-expected.txt:
1508 * platform/qt/editing/inserting/break-blockquote-after-delete-expected.txt:
1509 * platform/qt/fast/backgrounds/001-expected.txt:
1510 * platform/qt/fast/backgrounds/animated-svg-as-background-expected.txt:
1511 * platform/qt/fast/backgrounds/background-inherit-color-bug-expected.txt:
1512 * platform/qt/fast/backgrounds/background-origin-root-element-expected.txt:
1513 * platform/qt/fast/backgrounds/background-position-1-expected.txt:
1514 * platform/qt/fast/backgrounds/background-position-rounding-expected.txt:
1515 * platform/qt/fast/backgrounds/body-generated-image-propagated-to-root-expected.txt:
1516 * platform/qt/fast/backgrounds/mask-composite-expected.txt:
1517 * platform/qt/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.txt:
1518 * platform/qt/fast/backgrounds/repeat/negative-offset-repeat-expected.txt:
1519 * platform/qt/fast/backgrounds/repeat/noRepeatCorrectClip-expected.txt:
1520 * platform/qt/fast/backgrounds/size/backgroundSize15-expected.txt:
1521 * platform/qt/fast/backgrounds/size/zero-expected.txt:
1522 * platform/qt/fast/backgrounds/solid-color-context-restore-expected.txt:
1523 * platform/qt/fast/backgrounds/svg-as-background-1-expected.txt:
1524 * platform/qt/fast/backgrounds/svg-as-background-2-expected.txt:
1525 * platform/qt/fast/backgrounds/svg-as-background-3-expected.txt:
1526 * platform/qt/fast/backgrounds/svg-as-background-4-expected.txt:
1527 * platform/qt/fast/backgrounds/svg-as-background-5-expected.txt:
1528 * platform/qt/fast/backgrounds/svg-as-background-6-expected.txt:
1529 * platform/qt/fast/block/float/avoidance-percent-width-compat-expected.txt:
1530 * platform/qt/fast/block/float/avoidance-percent-width-strict-expected.txt:
1531 * platform/qt/fast/block/margin-collapse/block-inside-inline/001-expected.txt:
1532 * platform/qt/fast/block/margin-collapse/block-inside-inline/002-expected.txt:
1533 * platform/qt/fast/block/margin-collapse/block-inside-inline/003-expected.txt:
1534 * platform/qt/fast/block/margin-collapse/block-inside-inline/004-expected.txt:
1535 * platform/qt/fast/block/margin-collapse/block-inside-inline/005-expected.txt:
1536 * platform/qt/fast/block/margin-collapse/block-inside-inline/006-expected.txt:
1537 * platform/qt/fast/block/margin-collapse/block-inside-inline/010-expected.txt:
1538 * platform/qt/fast/block/margin-collapse/block-inside-inline/011-expected.txt:
1539 * platform/qt/fast/block/margin-collapse/block-inside-inline/012-expected.txt:
1540 * platform/qt/fast/block/margin-collapse/block-inside-inline/015-expected.txt:
1541 * platform/qt/fast/block/margin-collapse/block-inside-inline/016-expected.txt:
1542 * platform/qt/fast/block/margin-collapse/block-inside-inline/017-expected.txt:
1543 * platform/qt/fast/block/margin-collapse/block-inside-inline/018-expected.txt:
1544 * platform/qt/fast/block/margin-collapse/block-inside-inline/019-expected.txt:
1545 * platform/qt/fast/block/margin-collapse/block-inside-inline/020-expected.txt:
1546 * platform/qt/fast/block/margin-collapse/block-inside-inline/021-expected.txt:
1547 * platform/qt/fast/block/margin-collapse/block-inside-inline/022-expected.txt:
1548 * platform/qt/fast/block/margin-collapse/block-inside-inline/025-expected.txt:
1549 * platform/qt/fast/borders/border-radius-constraints-expected.txt:
1550 * platform/qt/fast/borders/border-radius-split-inline-expected.txt:
1551 * platform/qt/fast/box-shadow/basic-shadows-expected.txt:
1552 * platform/qt/fast/box-shadow/inset-expected.txt:
1553 * platform/qt/fast/box-shadow/transform-fringing-expected.txt:
1554 * platform/qt/fast/canvas/canvas-before-css-expected.txt:
1555 * platform/qt/fast/canvas/canvas-composite-expected.txt:
1556 * platform/qt/fast/canvas/canvas-empty-image-pattern-expected.txt:
1557 * platform/qt/fast/canvas/canvas-transform-identity-expected.txt:
1558 * platform/qt/fast/canvas/canvas-transform-infinity-expected.txt:
1559 * platform/qt/fast/canvas/canvas-transform-multiply-expected.txt:
1560 * platform/qt/fast/canvas/canvas-transform-nan-expected.txt:
1561 * platform/qt/fast/canvas/canvas-transform-non-invertible-expected.txt:
1562 * platform/qt/fast/canvas/canvas-transform-skewed-expected.txt:
1563 * platform/qt/fast/canvas/canvas-transforms-during-path-expected.txt:
1564 * platform/qt/fast/canvas/canvas-zoom-expected.txt:
1565 * platform/qt/fast/canvas/drawImage-expected.txt:
1566 * platform/qt/fast/canvas/drawImage-with-globalAlpha-expected.txt:
1567 * platform/qt/fast/canvas/image-pattern-rotate-expected.txt:
1568 * platform/qt/fast/canvas/shadow-offset-1-expected.txt:
1569 * platform/qt/fast/canvas/shadow-offset-2-expected.txt:
1570 * platform/qt/fast/canvas/shadow-offset-3-expected.txt:
1571 * platform/qt/fast/canvas/shadow-offset-4-expected.txt:
1572 * platform/qt/fast/canvas/shadow-offset-5-expected.txt:
1573 * platform/qt/fast/canvas/shadow-offset-6-expected.txt:
1574 * platform/qt/fast/canvas/shadow-offset-7-expected.txt:
1575 * platform/qt/fast/css/attribute-selector-dynamic-expected.txt:
1576 * platform/qt/fast/css/font-smoothing-expected.txt:
1577 * platform/qt/fast/css/getComputedStyle/marginComputedStyle-expected.txt:
1578 * platform/qt/fast/css/nested-floating-relative-position-percentages-expected.txt:
1579 * platform/qt/fast/css/nth-child-dynamic-expected.txt:
1580 * platform/qt/fast/css/pseudo-cache-stale-expected.txt:
1581 * platform/qt/fast/css/rem-dynamic-scaling-expected.txt:
1582 * platform/qt/fast/css/rem-units-on-root-expected.txt:
1583 * platform/qt/fast/css/text-input-with-webkit-border-radius-expected.txt:
1584 * platform/qt/fast/css/text-rendering-expected.txt:
1585 * platform/qt/fast/doctypes/001-expected.txt:
1586 * platform/qt/fast/doctypes/002-expected.txt:
1587 * platform/qt/fast/doctypes/004-expected.txt:
1588 * platform/qt/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.txt:
1589 * platform/qt/fast/dynamic/anchor-lock-expected.txt:
1590 * platform/qt/fast/dynamic/genContentDestroyChildren-expected.txt:
1591 * platform/qt/fast/dynamic/window-resize-scrollbars-test-expected.txt:
1592 * platform/qt/fast/dynamic/window-scrollbars-test-expected.txt:
1593 * platform/qt/fast/forms/basic-buttons-expected.txt:
1594 * platform/qt/fast/forms/basic-inputs-expected.txt:
1595 * platform/qt/fast/forms/button-style-color-expected.txt:
1596 * platform/qt/fast/forms/isindex-placeholder-expected.txt:
1597 * platform/qt/fast/forms/menulist-style-color-expected.txt:
1598 * platform/qt/fast/forms/search-vertical-alignment-expected.txt:
1599 * platform/qt/fast/forms/text-style-color-expected.txt:
1600 * platform/qt/fast/forms/textarea-placeholder-pseudo-style-expected.txt:
1601 * platform/qt/fast/forms/textarea-placeholder-set-attribute-expected.txt:
1602 * platform/qt/fast/forms/textarea-placeholder-set-value-expected.txt:
1603 * platform/qt/fast/frames/frame-navigation-expected.txt:
1604 * platform/qt/fast/frames/frame-scrolling-attribute-expected.txt:
1605 * platform/qt/fast/frames/frameset-style-recalc-expected.txt:
1606 * platform/qt/fast/frames/iframe-scrolling-attribute-expected.txt:
1607 * platform/qt/fast/frames/viewsource-on-image-file-expected.txt:
1608 * platform/qt/fast/gradients/crash-on-zero-radius-expected.txt:
1609 * platform/qt/fast/history/clicked-link-is-visited-expected.txt:
1610 * platform/qt/fast/images/animated-gif-with-offsets-expected.txt:
1611 * platform/qt/fast/images/image-in-map-expected.txt:
1612 * platform/qt/fast/images/svg-as-background-expected.txt:
1613 * platform/qt/fast/images/svg-width-100p-as-background-expected.txt:
1614 * platform/qt/fast/lists/ol-start-parsing-expected.txt:
1615 * platform/qt/fast/multicol/positioned-with-constrained-height-expected.txt:
1616 * platform/qt/fast/overflow/overflow-with-local-background-attachment-expected.txt:
1617 * platform/qt/fast/overflow/position-fixed-transform-clipping-expected.txt:
1618 * platform/qt/fast/reflections/abs-position-in-reflection-expected.txt:
1619 * platform/qt/fast/reflections/transparent-reflected-sublayers-expected.txt:
1620 * platform/qt/fast/repaint/line-in-scrolled-clipped-block-expected.txt:
1621 * platform/qt/fast/repaint/rel-positioned-inline-with-overflow-expected.txt:
1622 * platform/qt/fast/table/fixed-table-with-percent-inside-percent-table-expected.txt:
1623 * platform/qt/fast/table/fixed-table-with-percent-width-inside-auto-table-expected.txt:
1624 * platform/qt/fast/table/fixed-table-with-percent-width-inside-div-expected.txt:
1625 * platform/qt/fast/table/fixed-table-with-percent-width-inside-extra-large-div-expected.txt:
1626 * platform/qt/fast/table/fixed-table-with-percent-width-inside-fixed-width-table-expected.txt:
1627 * platform/qt/fast/table/fixed-table-with-small-percent-width-expected.txt:
1628 * platform/qt/fast/text/international/hindi-whitespace-expected.txt:
1629 * platform/qt/fast/text/international/khmer-selection-expected.txt:
1630 * platform/qt/fast/text/shadow-translucent-fill-expected.txt:
1631 * platform/qt/fast/text/text-letter-spacing-expected.txt:
1632 * platform/qt/fast/transforms/bounding-rect-zoom-expected.txt:
1633 * platform/qt/fast/xsl/document-function-expected.txt:
1634 * platform/qt/plugins/netscape-dom-access-expected.txt:
1635 * platform/qt/svg/custom/createImageElement2-expected.txt:
1636 * platform/qt/svg/filters/feComposite-expected.txt:
1637 * platform/qt/svg/filters/sourceAlpha-expected.txt:
1638 * platform/qt/tables/mozilla/bugs/adforce_imgis_com-expected.txt:
1639 * platform/qt/tables/mozilla/bugs/bug196870-expected.txt:
1640 * platform/qt/tables/mozilla/bugs/bug56201-expected.txt:
1641 * platform/qt/tables/mozilla/bugs/bug92647-2-expected.txt:
1642 * platform/qt/tables/mozilla/other/slashlogo-expected.txt:
1643 * platform/qt/tables/mozilla_expected_failures/bugs/bug23847-expected.txt:
1645 2009-11-12 Shinichiro Hamaji <hamaji@chromium.org>
1647 Unreviewed test fix by skipping a new test introduced in
1648 https://bugs.webkit.org/show_bug.cgi?id=22249
1650 * platform/gtk/Skipped:
1651 * platform/qt/Skipped:
1652 * platform/win/Skipped:
1654 2009-11-12 Yuta Kitamura <yutak@chromium.org>
1656 Reviewed by Eric Seidel.
1658 Prevent text inside a multi-column block from being split into columns.
1660 If the tentative height of a multi-column block was too small, we need to
1661 expand the block height and try to layout again, in order to prevent text
1662 from being split into different columns.
1664 CSS Multicolumn text is split awkwardly
1665 https://bugs.webkit.org/show_bug.cgi?id=22249
1667 * fast/multicol/single-line.html: Added.
1668 * fast/multicol/single-line-expected.checksum: Added.
1669 * fast/multicol/single-line-expected.png: Added.
1670 * fast/multicol/single-line-expected.txt: Added.
1672 2009-11-11 Kent Tamura <tkent@chromium.org>
1674 Reviewed by Darin Adler.
1676 A test for a bug that RenderFileUploadControl isn't initialized with
1677 multiple files. This test is skipped on ports which have no
1678 eventSender.beginDragWithFiles().
1679 https://bugs.webkit.org/show_bug.cgi?id=31195
1681 * fast/forms/input-file-re-render.html: Added.
1682 * platform/gtk/Skipped:
1683 * platform/mac/fast/forms/input-file-re-render-expected.checksum: Added.
1684 * platform/mac/fast/forms/input-file-re-render-expected.png: Added.
1685 * platform/mac/fast/forms/input-file-re-render-expected.txt: Added.
1686 * platform/qt/Skipped:
1687 * platform/win/Skipped:
1689 2009-11-11 Daniel Bates <dbates@webkit.org>
1691 Reviewed by Eric Seidel.
1693 https://bugs.webkit.org/show_bug.cgi?id=31326
1695 Makes the output for test fast/events/drag-and-drop.html pretty.
1696 Now, it is easier to read for a human to read understand the results.
1698 * fast/events/drag-and-drop-expected.txt: Rebased result.
1699 * fast/events/drag-and-drop.html: Modified to make the output pretty.
1701 2009-11-11 Chris Fleizach <cfleizach@apple.com>
1703 Reviewed by Oliver Hunt.
1705 need to implement aria tree roles
1706 https://bugs.webkit.org/show_bug.cgi?id=31284
1708 * accessibility/aria-readonly-expected.txt:
1709 * accessibility/aria-readonly.html:
1710 * platform/mac/accessibility/aria-multiselectable-expected.txt: Added.
1711 * platform/mac/accessibility/aria-multiselectable.html: Added.
1712 * platform/mac/accessibility/aria-tree-expected.txt: Added.
1713 * platform/mac/accessibility/aria-tree.html: Added.
1714 * platform/mac/accessibility/content-editable-expected.txt:
1715 * platform/mac/accessibility/radio-button-group-members-expected.txt:
1717 2009-11-11 Fumitoshi Ukai <ukai@chromium.org>
1719 Reviewed by Alexey Proskuryakov.
1721 Fix WebSocket frame parser of frame_type with high-order bit set.
1722 https://bugs.webkit.org/show_bug.cgi?id=30668
1724 * websocket/tests/frame-length-longer-than-buffer-expected.txt: Added.
1725 * websocket/tests/frame-length-longer-than-buffer.html: Added.
1726 * websocket/tests/frame-length-longer-than-buffer_wsh.py: Added.
1727 * websocket/tests/frame-length-skip-expected.txt: Added.
1728 * websocket/tests/frame-length-skip.html: Added.
1729 * websocket/tests/frame-length-skip_wsh.py: Added.
1730 * websocket/tests/script-tests/frame-length-longer-than-buffer.js: Added.
1731 * websocket/tests/script-tests/frame-length-skip.js: Added.
1733 2009-11-11 Csaba Osztrogonác <ossy@webkit.org>
1735 Put tests into skiplist added in r50830 and r50839 because
1736 layoutTestController.showWebInspector() is unimplemented now.
1738 * platform/qt/Skipped:
1740 2009-11-11 Dirk Pranke <dpranke@chromium.org>
1742 Reviewed by Dmitry Titov.
1744 Rewrite the test to run on a wider variety of screen configurations
1747 https://bugs.webkit.org/show_bug.cgi?id=31373
1749 * fast/dom/Window/window-screen-properties-expected.txt:
1750 * fast/dom/Window/window-screen-properties.html:
1751 * platform/win/fast/dom/Window/window-screen-properties-expected.txt: Removed.
1753 2009-11-11 Beth Dakin <bdakin@apple.com>
1755 Reviewed by Simon Fraser.
1757 Tests for https://bugs.webkit.org/show_bug.cgi?id=31382
1758 Make -webkit-color-correction work with shadows
1760 * fast/css/color-correction-on-box-shadow.html: Added.
1761 * fast/css/color-correction-on-text-shadow.html: Added.
1762 * platform/mac/fast/css/color-correction-on-box-shadow-expected.checksum: Added.
1763 * platform/mac/fast/css/color-correction-on-box-shadow-expected.png: Added.
1764 * platform/mac/fast/css/color-correction-on-box-shadow-expected.txt: Added.
1765 * platform/mac/fast/css/color-correction-on-text-shadow-expected.checksum: Added.
1766 * platform/mac/fast/css/color-correction-on-text-shadow-expected.png: Added.
1767 * platform/mac/fast/css/color-correction-on-text-shadow-expected.txt: Added.
1769 2009-11-11 Kent Tamura <tkent@chromium.org>
1771 Reviewed by Darin Adler.
1773 Print the file text of a file upload control in DumpRenderTree for ease of tests.
1774 https://bugs.webkit.org/show_bug.cgi?id=31195
1776 * platform/mac-leopard/fast/forms/file-input-disabled-expected.txt:
1777 * platform/mac/fast/forms/box-shadow-override-expected.txt:
1778 * platform/mac/fast/forms/file-input-direction-expected.txt:
1779 * platform/mac/fast/forms/file-input-disabled-expected.txt:
1780 * platform/mac/fast/forms/form-element-geometry-expected.txt:
1781 * platform/mac/fast/forms/hidden-input-file-expected.txt:
1782 * platform/mac/fast/forms/input-appearance-height-expected.txt:
1783 * platform/mac/fast/forms/input-value-expected.txt:
1784 * platform/win/fast/forms/box-shadow-override-expected.txt:
1785 * platform/win/fast/forms/file-input-disabled-expected.txt:
1786 * platform/win/fast/forms/input-appearance-height-expected.txt:
1787 * platform/win/fast/forms/input-value-expected.txt:
1789 2009-11-11 Erik Arvidsson <arv@chromium.org>
1791 Reviewed by Dmitri Titov.
1793 Fix layout test to not call onload on the wrong window after image has
1794 been dropped onto the iframe.
1795 https://bugs.webkit.org/show_bug.cgi?id=30893
1797 * editing/selection/drag-to-contenteditable-iframe.html:
1799 2009-11-11 Brian Weinstein <bweinstein@apple.com>
1801 Reviewed by Beth Dakin.
1803 Unskip the webkit-color-correction tests because the workaround of using
1804 the deviceRGBColorSpace allows the tests to pass on Windows.
1806 * platform/win/Skipped:
1808 2009-11-11 Brian Weinstein <bweinstein@apple.com>
1810 Reviewed by Darin Adler.
1812 Skip the webkit-color-correction tests because they crash on Windows
1813 due to a CoreGraphics bug.
1815 * platform/win/Skipped:
1817 2009-11-11 Eric Z. Ayers <zundel@google.com>
1819 Reviewed by Pavel Feldman.
1821 Timeline tests for records generated for
1822 Layout, Paint, ParseHTML, MarkTimeline, and Style Recalculation
1824 https://bugs.webkit.org/show_bug.cgi?id=31361
1826 * inspector/timeline-layout-expected.txt: Added.
1827 * inspector/timeline-layout.html: Added.
1828 * inspector/timeline-mark-timeline-expected.txt: Added.
1829 * inspector/timeline-mark-timeline.html: Added.
1830 * inspector/timeline-paint-expected.txt: Added.
1831 * inspector/timeline-paint.html: Added.
1832 * inspector/timeline-parse-html-expected.txt: Added.
1833 * inspector/timeline-parse-html.html: Added.
1834 * inspector/timeline-recalculate-styles-expected.txt: Added.
1835 * inspector/timeline-recalculate-styles.html: Added.
1837 2009-11-11 Jessie Berlin <jberlin@webkit.org>
1839 Reviewed by Timothy Hatcher.
1841 Display the correct summary in the web inspector for the padding
1842 shorthand. Also corrects the summaries for the border-color,
1843 border-width, border-style, and margin shorthands.
1845 https://bugs.webkit.org/show_bug.cgi?id=7987
1847 * fast/css/shorthands-four-values-expected.txt: Added.
1848 * fast/css/shorthands-four-values.html: Added.
1850 2009-11-11 Eric Z. Ayers <zundel@google.com>
1852 Reviewed by Pavel Feldman.
1854 Added a test of an externally loaded script tag for Inspector
1856 Fixed identity comparisons.
1858 https://bugs.webkit.org/show_bug.cgi?id=31365
1860 * inspector/timeline-script-tag-1.html:
1861 * inspector/timeline-script-tag-2-expected.txt: Added.
1862 * inspector/timeline-script-tag-2.html: Added.
1863 * inspector/timeline-script-tag-2.js: Added.
1864 * inspector/timeline-test.js:
1866 (timelineAgentTypeToString):
1868 2009-11-11 Antonio Gomes <tonikitoo@webkit.org>
1870 Rubber-stamped by Kenneth Christiansen.
1872 Grouping some of the current skipped plugin tests that fail
1873 due to the same reason: no support for objective-c functions.
1875 * platform/qt/Skipped:
1877 2009-11-11 Daniel Bates <dbates@webkit.org>
1879 Reviewed by Eric Seidel.
1881 https://bugs.webkit.org/show_bug.cgi?id=31334
1883 We should skip the test case /fast/events/drag-and-drop-fire-drag-dragover.html
1884 on both the Qt and GTK builds since there are issues with drag-and-drop support
1887 For Qt: https://bugs.webkit.org/show_bug.cgi?id=31332
1888 For GTK: https://bugs.webkit.org/show_bug.cgi?id=30576
1890 * platform/gtk/Skipped: Skip test case /fast/events/drag-and-drop-fire-drag-dragover.html
1891 since there are issues with drag-and-drop support in both GTK and Qt.
1892 * platform/qt/Skipped: Ditto.
1894 2009-11-11 Yuta Kitamura <yutak@chromium.org>
1896 Reviewed by Eric Seidel.
1898 Convert LayoutTests/fast/inline/dirtyLinesForInline.html into dumpAsText.
1900 This test checks if the browser crashes after some operations. It doesn't test
1901 any other interesting features, so we can safely make it a dumpAsText test.
1903 https://bugs.webkit.org/show_bug.cgi?id=31335
1905 * fast/inline/dirtyLinesForInline-expected.txt: Added.
1906 * fast/inline/dirtyLinesForInline.html: Added dumpAsText().
1907 * platform/mac/fast/inline/dirtyLinesForInline-expected.checksum: Removed.
1908 * platform/mac/fast/inline/dirtyLinesForInline-expected.png: Removed.
1909 * platform/mac/fast/inline/dirtyLinesForInline-expected.txt: Removed.
1911 2009-11-11 Eric Z. Ayers <zundel@google.com>
1913 Reviewed by Timothy Hatcher.
1915 Adds a test that dumps the timeline data for a simple script tag.
1917 https://bugs.webkit.org/show_bug.cgi?id=31204
1919 * inspector/inspector-test.js:
1921 * inspector/timeline-script-tag-1-expected.txt: Added.
1922 * inspector/timeline-script-tag-1.html: Added.
1923 * inspector/timeline-test.js: Added.
1924 (retrieveTimelineData):
1926 (dumpTimelineRecords):
1927 (printTimelineRecordProperties):
1928 (isNonDeterministicProp):
1930 (isTimelineOverheadRecord):
1931 (markTimelineRecordAsOverhead):
1932 (timelineAgentTypeToString):
1933 (frontend_startTimelineProfiler.window.WebInspector.addRecordToTimeline):
1934 (frontend_startTimelineProfiler):
1935 (frontend_getTimelineResults):
1938 2009-11-11 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1940 Unreviewed. Skipping new tests.
1942 * platform/gtk/Skipped:
1944 2009-11-11 Yuzo Fujishima <yuzo@google.com>
1946 Reviewed by David Levin.
1948 Add a test for web socket handshake error.
1950 https://bugs.webkit.org/show_bug.cgi?id=31336
1952 * websocket/tests/handshake-error-expected.txt: Added.
1953 * websocket/tests/handshake-error.html: Added.
1954 * websocket/tests/handshake-error_wsh.py: Added.
1955 * websocket/tests/script-tests/handshake-error.js: Added.
1962 2009-11-11 Yuzo Fujishima <yuzo@google.com>
1964 Reviewed by David Levin.
1966 Add a simple web socket test. This tests basic features of Web Socket.
1967 This also serves as an example of Web Socket tests.
1969 https://bugs.webkit.org/show_bug.cgi?id=27492
1971 * platform/gtk/Skipped:
1972 * platform/mac/Skipped:
1973 * platform/qt/Skipped:
1974 * platform/win/Skipped:
1975 * websocket/tests/resources/simple.js: Added.
1980 * websocket/tests/simple-expected.txt: Added.
1981 * websocket/tests/simple.html: Added.
1982 * websocket/tests/simple_wsh.py: Added.
1984 2009-11-11 Philippe Normand <pnormand@igalia.com>
1986 Reviewed by Xan Lopez.
1988 https://bugs.webkit.org/show_bug.cgi?id=30221
1989 [GTK] fails to load media embedded in iframe element
1991 * platform/gtk/Skipped: Unskip fixed tests.
1993 2009-11-10 Roland Steiner <rolandsteiner@chromium.org>
1995 Reviewed by Eric Seidel.
1997 Re-baselined layout test results for Windows for tests in fast/ruby.
1998 (see https://bugs.webkit.org/show_bug.cgi?id=28420)
2000 * platform/win/fast/ruby: Added.
2001 * platform/win/fast/ruby/ruby-empty-rt-expected.checksum: Added.
2002 * platform/win/fast/ruby/ruby-empty-rt-expected.png: Added.
2003 * platform/win/fast/ruby/ruby-empty-rt-expected.txt: Added.
2004 * platform/win/fast/ruby/ruby-length-expected.checksum: Added.
2005 * platform/win/fast/ruby/ruby-length-expected.png: Added.
2006 * platform/win/fast/ruby/ruby-length-expected.txt: Added.
2007 * platform/win/fast/ruby/ruby-run-break-expected.checksum: Added.
2008 * platform/win/fast/ruby/ruby-run-break-expected.png: Added.
2009 * platform/win/fast/ruby/ruby-run-break-expected.txt: Added.
2010 * platform/win/fast/ruby/ruby-runs-expected.checksum: Added.
2011 * platform/win/fast/ruby/ruby-runs-expected.png: Added.
2012 * platform/win/fast/ruby/ruby-runs-expected.txt: Added.
2013 * platform/win/fast/ruby/ruby-runs-spans-expected.checksum: Added.
2014 * platform/win/fast/ruby/ruby-runs-spans-expected.png: Added.
2015 * platform/win/fast/ruby/ruby-runs-spans-expected.txt: Added.
2016 * platform/win/fast/ruby/ruby-simple-expected.checksum: Added.
2017 * platform/win/fast/ruby/ruby-simple-expected.png: Added.
2018 * platform/win/fast/ruby/ruby-simple-expected.txt: Added.
2019 * platform/win/fast/ruby/ruby-simple-rp-expected.checksum: Added.
2020 * platform/win/fast/ruby/ruby-simple-rp-expected.png: Added.
2021 * platform/win/fast/ruby/ruby-simple-rp-expected.txt: Added.
2022 * platform/win/fast/ruby/ruby-trailing-expected.checksum: Added.
2023 * platform/win/fast/ruby/ruby-trailing-expected.png: Added.
2024 * platform/win/fast/ruby/ruby-trailing-expected.txt: Added.
2025 * platform/win/fast/ruby/rubyDOM-insert-rt-expected.checksum: Added.
2026 * platform/win/fast/ruby/rubyDOM-insert-rt-expected.png: Added.
2027 * platform/win/fast/ruby/rubyDOM-insert-rt-expected.txt: Added.
2028 * platform/win/fast/ruby/rubyDOM-insert-text1-expected.checksum: Added.
2029 * platform/win/fast/ruby/rubyDOM-insert-text1-expected.png: Added.
2030 * platform/win/fast/ruby/rubyDOM-insert-text1-expected.txt: Added.
2031 * platform/win/fast/ruby/rubyDOM-insert-text2-expected.checksum: Added.
2032 * platform/win/fast/ruby/rubyDOM-insert-text2-expected.png: Added.
2033 * platform/win/fast/ruby/rubyDOM-insert-text2-expected.txt: Added.
2034 * platform/win/fast/ruby/rubyDOM-insert-text3-expected.checksum: Added.
2035 * platform/win/fast/ruby/rubyDOM-insert-text3-expected.png: Added.
2036 * platform/win/fast/ruby/rubyDOM-insert-text3-expected.txt: Added.
2037 * platform/win/fast/ruby/rubyDOM-remove-rt1-expected.checksum: Added.
2038 * platform/win/fast/ruby/rubyDOM-remove-rt1-expected.png: Added.
2039 * platform/win/fast/ruby/rubyDOM-remove-rt1-expected.txt: Added.
2040 * platform/win/fast/ruby/rubyDOM-remove-rt2-expected.checksum: Added.
2041 * platform/win/fast/ruby/rubyDOM-remove-rt2-expected.png: Added.
2042 * platform/win/fast/ruby/rubyDOM-remove-rt2-expected.txt: Added.
2043 * platform/win/fast/ruby/rubyDOM-remove-text1-expected.checksum: Added.
2044 * platform/win/fast/ruby/rubyDOM-remove-text1-expected.png: Added.
2045 * platform/win/fast/ruby/rubyDOM-remove-text1-expected.txt: Added.
2046 * platform/win/fast/ruby/rubyDOM-remove-text2-expected.checksum: Added.
2047 * platform/win/fast/ruby/rubyDOM-remove-text2-expected.png: Added.
2048 * platform/win/fast/ruby/rubyDOM-remove-text2-expected.txt: Added.
2050 2009-11-10 Daniel Bates <dbates@webkit.org>
2052 Reviewed by Oliver Hunt.
2054 https://bugs.webkit.org/show_bug.cgi?id=30754
2056 Tests that the drag event always fires before the dragover event.
2058 Also, re-bases the result for test fast/events/drag-in-frames.html, since
2059 we now conform to the HTML 5 spec.
2061 * fast/events/drag-and-drop-fire-drag-dragover-expected.txt: Added.
2062 * fast/events/drag-and-drop-fire-drag-dragover.html: Added.
2063 * fast/events/drag-in-frames-expected.txt: Rebased result.
2065 2009-11-10 Vitaly Repeshko <vitalyr@chromium.org>
2067 Reviewed by Dimitri Glazkov.
2069 [V8] Fix crash in V8CustomXPathNSResolver (http://crbug.com/26726).
2070 https://bugs.webkit.org/show_bug.cgi?id=31301
2072 * fast/xpath/xpath-detached-iframe-resolver-crash-expected.txt: Added.
2073 * fast/xpath/xpath-detached-iframe-resolver-crash.html: Added.
2075 2009-11-10 Yael Aharon <yael.aharon@nokia.com>
2077 Reviewed by Timothy Hatcher.
2079 Implement URL decomposition IDL attributes for HTMLAnchorElement.
2080 https://bugs.webkit.org/show_bug.cgi?id=29972
2082 Testcases for setting and getting different parts of the URL.
2084 * fast/dom/HTMLAnchorElement: Added.
2085 * fast/dom/HTMLAnchorElement/script-tests: Added.
2086 * fast/dom/HTMLAnchorElement/script-tests/TEMPLATE.html: Added.
2087 * fast/dom/HTMLAnchorElement/script-tests/set-href-attribute-hash.js: Added.
2088 * fast/dom/HTMLAnchorElement/script-tests/set-href-attribute-host.js: Added.
2089 * fast/dom/HTMLAnchorElement/script-tests/set-href-attribute-hostname.js: Added.
2090 * fast/dom/HTMLAnchorElement/script-tests/set-href-attribute-pathname.js: Added.
2091 * fast/dom/HTMLAnchorElement/script-tests/set-href-attribute-port.js: Added.
2092 * fast/dom/HTMLAnchorElement/script-tests/set-href-attribute-protocol.js: Added.
2093 * fast/dom/HTMLAnchorElement/script-tests/set-href-attribute-search.js: Added.
2094 * fast/dom/HTMLAnchorElement/set-href-attribute-hash-expected.txt: Added.
2095 * fast/dom/HTMLAnchorElement/set-href-attribute-hash.html: Added.
2096 * fast/dom/HTMLAnchorElement/set-href-attribute-host-expected.txt: Added.
2097 * fast/dom/HTMLAnchorElement/set-href-attribute-host.html: Added.
2098 * fast/dom/HTMLAnchorElement/set-href-attribute-hostname-expected.txt: Added.
2099 * fast/dom/HTMLAnchorElement/set-href-attribute-hostname.html: Added.
2100 * fast/dom/HTMLAnchorElement/set-href-attribute-pathname-expected.txt: Added.
2101 * fast/dom/HTMLAnchorElement/set-href-attribute-pathname.html: Added.
2102 * fast/dom/HTMLAnchorElement/set-href-attribute-port-expected.txt: Added.
2103 * fast/dom/HTMLAnchorElement/set-href-attribute-port.html: Added.
2104 * fast/dom/HTMLAnchorElement/set-href-attribute-protocol-expected.txt: Added.
2105 * fast/dom/HTMLAnchorElement/set-href-attribute-protocol.html: Added.
2106 * fast/dom/HTMLAnchorElement/set-href-attribute-search-expected.txt: Added.
2107 * fast/dom/HTMLAnchorElement/set-href-attribute-search.html: Added.
2109 2009-11-10 Brian Weinstein <bweinstein@apple.com>
2111 Update getComputedStyle results for Windows to add -webkit-color-correction.
2113 * platform/win/fast/css/getComputedStyle/computed-style-expected.txt:
2114 * platform/win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
2116 2009-11-10 Brady Eidson <beidson@apple.com>
2118 Reviewed by NOBODY (Fix my own layout-test snafu)
2120 Made a small change to my test then didn't update the results before landing.
2122 * http/tests/webarchive/cross-origin-stylesheet-crash-expected.webarchive:
2124 2009-11-10 Brady Eidson <beidson@apple.com>
2126 Reviewed by Sam Weinig.
2128 Repro crash saving pcmag.com article as a webarchive.
2129 <rdar://problem/7381219> and https://webkit.org/b/31322
2131 * http/tests/webarchive/cross-origin-stylesheet-crash.html: Added.
2132 * http/tests/webarchive/cross-origin-stylesheet-crash-expected.webarchive: Added.
2133 * http/tests/webarchive/resources/localhost-stylesheet.css: Added.
2134 * platform/gtk/Skipped: Add this test to the gtk Skipped list which tracks all individual skipped tests
2135 instead of directories.
2137 2009-11-10 Brian Weinstein <bweinstein@apple.com>
2139 Rubber-stamped by Anders Carlsson.
2141 Add timing out test to Windows Skipped list.
2143 * platform/win/Skipped:
2145 2009-11-10 Csaba Osztrogonác <ossy@webkit.org>
2147 Put test into skiplist added in r50758 because
2148 layoutTestController.showWebInspector() is unimplemented now.
2150 * platform/qt/Skipped: inspector/timeline-enum-stability.html added.
2152 2009-11-10 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
2154 Unreviewed. Skip another test that requires implementing editing
2157 * platform/gtk/Skipped:
2159 2009-11-10 Beth Dakin <bdakin@apple.com>
2161 Reviewed by Darin Adler.
2163 Tests for <rdar://problem/7059710>
2165 https://bugs.webkit.org/show_bug.cgi?id=31196 Implement -webkit-
2166 color-correction for CSS colors
2169 * fast/css/color-correction-backgrounds-and-text.html: Added.
2170 * fast/css/color-correction-on-backgrounds.html: Added.
2171 * fast/css/color-correction-on-text.html: Added.
2172 * fast/css/color-correction.html: Added.
2173 * fast/css/parsing-color-correction-expected.txt: Added.
2174 * fast/css/parsing-color-correction.html: Added.
2175 * fast/css/resources/parsing-color-correction.js: Added.
2177 * fast/css/resources/purple-srgb.png: Added.
2178 * platform/mac/fast/css/color-correction-backgrounds-and-text-expected.checksum: Added.
2179 * platform/mac/fast/css/color-correction-backgrounds-and-text-expected.png: Added.
2180 * platform/mac/fast/css/color-correction-backgrounds-and-text-expected.txt: Added.
2181 * platform/mac/fast/css/color-correction-expected.checksum: Added.
2182 * platform/mac/fast/css/color-correction-expected.png: Added.
2183 * platform/mac/fast/css/color-correction-expected.txt: Added.
2184 * platform/mac/fast/css/color-correction-on-backgrounds-expected.checksum: Added.
2185 * platform/mac/fast/css/color-correction-on-backgrounds-expected.png: Added.
2186 * platform/mac/fast/css/color-correction-on-backgrounds-expected.txt: Added.
2187 * platform/mac/fast/css/color-correction-on-text-expected.checksum: Added.
2188 * platform/mac/fast/css/color-correction-on-text-expected.png: Added.
2189 * platform/mac/fast/css/color-correction-on-text-expected.txt: Added.
2191 New and improved results.
2192 * platform/mac/fast/css/getComputedStyle/computed-style-expected.txt:
2193 * platform/mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
2194 * svg/css/getComputedStyle-basic-expected.txt:
2196 2009-11-10 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
2198 Unreviewed. Skip new tests.
2200 * platform/gtk/Skipped:
2202 2009-11-10 Eric Z. Ayers <zundel@google.com>
2204 Reviewed by Timothy Hatcher.
2206 Adds a test to flag changes to values of the WebInspector Timeline record types.
2207 Downstream apps depend on these mappings remaining stable.
2209 https://bugs.webkit.org/show_bug.cgi?id=31303
2211 * inspector/timeline-enum-stability-expected.txt: Added.
2212 * inspector/timeline-enum-stability.html: Added.
2214 2009-11-10 Andras Becsi <becsi.andras@stud.u-szeged.hu>
2216 Reviewed by Kenneth Rohde Christiansen.
2218 [Qt] Update outdated metrics in these tests after r50665 enabled the previously missing scrollbar.
2219 This fixes https://bugs.webkit.org/show_bug.cgi?id=31281.
2221 * platform/qt/css1/basic/class_as_selector-expected.txt:
2222 * platform/qt/css1/basic/comments-expected.txt:
2223 * platform/qt/css1/basic/containment-expected.txt:
2224 * platform/qt/css1/basic/id_as_selector-expected.txt:
2225 * platform/qt/css1/basic/inheritance-expected.txt:
2226 * platform/qt/css1/box_properties/border-expected.txt:
2227 * platform/qt/css1/box_properties/border_bottom-expected.txt:
2228 * platform/qt/css1/box_properties/border_bottom_width-expected.txt:
2229 * platform/qt/css1/box_properties/border_left-expected.txt:
2230 * platform/qt/css1/box_properties/border_left_width-expected.txt:
2231 * platform/qt/css1/box_properties/border_right_inline-expected.txt:
2232 * platform/qt/css1/box_properties/border_right_width-expected.txt:
2233 * platform/qt/css1/box_properties/border_style-expected.txt:
2234 * platform/qt/css1/box_properties/border_top-expected.txt:
2235 * platform/qt/css1/box_properties/border_top_width-expected.txt:
2236 * platform/qt/css1/box_properties/border_width-expected.txt:
2237 * platform/qt/css1/box_properties/clear-expected.txt:
2238 * platform/qt/css1/box_properties/clear_float-expected.txt:
2239 * platform/qt/css1/box_properties/float_elements_in_series-expected.txt:
2240 * platform/qt/css1/box_properties/float_margin-expected.txt:
2241 * platform/qt/css1/box_properties/float_on_text_elements-expected.txt:
2242 * platform/qt/css1/box_properties/height-expected.txt:
2243 * platform/qt/css1/box_properties/margin-expected.txt:
2244 * platform/qt/css1/box_properties/margin_bottom-expected.txt:
2245 * platform/qt/css1/box_properties/margin_inline-expected.txt:
2246 * platform/qt/css1/box_properties/margin_left-expected.txt:
2247 * platform/qt/css1/box_properties/margin_right-expected.txt:
2248 * platform/qt/css1/box_properties/margin_top-expected.txt:
2249 * platform/qt/css1/box_properties/padding-expected.txt:
2250 * platform/qt/css1/box_properties/padding_bottom-expected.txt:
2251 * platform/qt/css1/box_properties/padding_inline-expected.txt:
2252 * platform/qt/css1/box_properties/padding_left-expected.txt:
2253 * platform/qt/css1/box_properties/padding_right-expected.txt:
2254 * platform/qt/css1/box_properties/padding_top-expected.txt:
2255 * platform/qt/css1/box_properties/width-expected.txt:
2256 * platform/qt/css1/cascade/cascade_order-expected.txt:
2257 * platform/qt/css1/cascade/important-expected.txt:
2258 * platform/qt/css1/classification/display-expected.txt:
2259 * platform/qt/css1/classification/list_style_type-expected.txt:
2260 * platform/qt/css1/classification/white_space-expected.txt:
2261 * platform/qt/css1/color_and_background/background-expected.txt:
2262 * platform/qt/css1/color_and_background/background_attachment-expected.txt:
2263 * platform/qt/css1/color_and_background/background_color-expected.txt:
2264 * platform/qt/css1/color_and_background/background_image-expected.txt:
2265 * platform/qt/css1/color_and_background/background_position-expected.txt:
2266 * platform/qt/css1/color_and_background/background_repeat-expected.txt:
2267 * platform/qt/css1/conformance/forward_compatible_parsing-expected.txt:
2268 * platform/qt/css1/font_properties/font-expected.txt:
2269 * platform/qt/css1/font_properties/font_family-expected.txt:
2270 * platform/qt/css1/font_properties/font_size-expected.txt:
2271 * platform/qt/css1/font_properties/font_weight-expected.txt:
2272 * platform/qt/css1/formatting_model/floating_elements-expected.txt:
2273 * platform/qt/css1/formatting_model/height_of_lines-expected.txt:
2274 * platform/qt/css1/formatting_model/horizontal_formatting-expected.txt:
2275 * platform/qt/css1/formatting_model/inline_elements-expected.txt:
2276 * platform/qt/css1/formatting_model/replaced_elements-expected.txt:
2277 * platform/qt/css1/formatting_model/vertical_formatting-expected.txt:
2278 * platform/qt/css1/pseudo/anchor-expected.txt:
2279 * platform/qt/css1/pseudo/firstletter-expected.txt:
2280 * platform/qt/css1/pseudo/firstline-expected.txt:
2281 * platform/qt/css1/pseudo/multiple_pseudo_elements-expected.txt:
2282 * platform/qt/css1/pseudo/pseudo_elements_in_selectors-expected.txt:
2283 * platform/qt/css1/text_properties/letter_spacing-expected.txt:
2284 * platform/qt/css1/text_properties/line_height-expected.txt:
2285 * platform/qt/css1/text_properties/text_decoration-expected.txt:
2286 * platform/qt/css1/text_properties/text_indent-expected.txt:
2287 * platform/qt/css1/text_properties/text_transform-expected.txt:
2288 * platform/qt/css1/text_properties/vertical_align-expected.txt:
2289 * platform/qt/css1/text_properties/word_spacing-expected.txt:
2290 * platform/qt/css1/units/color_units-expected.txt:
2291 * platform/qt/css1/units/length_units-expected.txt:
2292 * platform/qt/css1/units/percentage_units-expected.txt:
2293 * platform/qt/css2.1/t0402-c71-fwd-parsing-02-f-expected.txt:
2294 * platform/qt/css2.1/t1202-counter-09-b-expected.txt:
2295 * platform/qt/css2.1/t1202-counters-08-b-expected.txt:
2296 * platform/qt/css2.1/t1202-counters-09-b-expected.txt:
2297 * platform/qt/css2.1/t140201-c535-bg-fixd-00-b-g-expected.txt:
2298 * platform/qt/css2.1/t1508-c527-font-07-b-expected.txt:
2299 * platform/qt/fast/backgrounds/background-inherit-color-bug-expected.txt:
2300 * platform/qt/fast/backgrounds/size/backgroundSize15-expected.txt:
2301 * platform/qt/fast/block/float/008-expected.txt:
2302 * platform/qt/fast/block/float/019-expected.txt:
2303 * platform/qt/fast/block/float/033-expected.txt:
2304 * platform/qt/fast/block/float/035-expected.txt:
2305 * platform/qt/fast/block/float/avoidance-percent-width-strict-expected.txt:
2306 * platform/qt/fast/box-shadow/basic-shadows-expected.txt:
2307 * platform/qt/fast/canvas/canvas-bg-expected.txt:
2308 * platform/qt/fast/css/nested-floating-relative-position-percentages-expected.txt:
2309 * platform/qt/fast/css/nth-child-dynamic-expected.txt:
2310 * platform/qt/fast/css/text-rendering-expected.txt:
2311 * platform/qt/fast/dynamic/anchor-lock-expected.txt:
2312 * platform/qt/fast/flexbox/flex-hang-expected.txt:
2313 * platform/qt/fast/forms/search-vertical-alignment-expected.txt:
2314 * platform/qt/fast/frames/iframe-scrolling-attribute-expected.txt:
2315 * platform/qt/fast/lists/ol-start-parsing-expected.txt:
2316 * platform/qt/fast/multicol/positioned-with-constrained-height-expected.txt:
2317 * platform/qt/fast/overflow/position-fixed-transform-clipping-expected.txt:
2318 * platform/qt/fast/table/height-percent-test-expected.txt:
2319 * platform/qt/fast/table/wide-colspan-expected.txt:
2320 * platform/qt/fast/table/wide-column-expected.txt:
2321 * platform/qt/fast/text/text-letter-spacing-expected.txt:
2322 * platform/qt/svg/css/stars-with-shadow-expected.txt:
2323 * platform/qt/tables/mozilla/bugs/bug29314-expected.txt:
2325 2009-11-10 Philippe Normand <pnormand@igalia.com>
2327 Reviewed by Eric Seidel.
2329 https://bugs.webkit.org/show_bug.cgi?id=31047
2330 [GTK] Failing test media/video-played-ranges-1.html
2332 * platform/gtk/Skipped: Unskip fixed tests.
2334 2009-11-10 Oliver Hunt <oliver@apple.com>
2336 Reviewed by Maciej Stachowiak.
2338 Rename 3D Canvas related classes to use WebGL prefix
2339 https://bugs.webkit.org/show_bug.cgi?id=29095
2341 Update tests to use new WebGL prefixed names
2343 * fast/canvas/webgl/array-unit-tests-expected.txt:
2344 * fast/canvas/webgl/array-unit-tests.html:
2345 * fast/canvas/webgl/gl-get-calls.html:
2346 * fast/canvas/webgl/resources/utils3d.js:
2350 * fast/canvas/webgl/triangle.html:
2351 * fast/dom/Window/window-properties.html:
2352 * fast/dom/script-tests/constructed-objects-prototypes.js:
2353 (constructorPropertiesOnWindow):
2354 * fast/dom/script-tests/prototype-inheritance-2.js:
2355 (constructorNamesForWindow):
2356 * fast/dom/script-tests/prototype-inheritance.js:
2357 * fast/js/script-tests/global-constructors.js:
2359 2009-11-09 Dirk Schulze <krit@webkit.org>
2361 Reviewed by Oliver Hunt.
2363 Test for SVG filter effect feDisplacementMap.
2365 * platform/mac/svg/filters/feDisplacementMap-expected.checksum: Added.
2366 * platform/mac/svg/filters/feDisplacementMap-expected.png: Added.
2367 * platform/mac/svg/filters/feDisplacementMap-expected.txt: Added.
2368 * svg/filters/feDisplacementMap.svg: Added.
2370 2009-11-03 Shinichiro Hamaji <hamaji@chromium.org>
2372 Reviewed by Eric Seidel.
2374 wrong expected images after Bug 8736
2375 https://bugs.webkit.org/show_bug.cgi?id=31094
2377 * platform/mac/fast/borders/border-radius-huge-assert-expected.png:
2378 * platform/mac/fast/box-shadow/border-radius-big-expected.checksum:
2379 * platform/mac/fast/box-shadow/border-radius-big-expected.png:
2381 2009-11-09 Shinichiro Hamaji <hamaji@chromium.org>
2383 Reviewed by Oliver Hunt.
2385 Can cache prototype lookups on uncacheable dictionaries.
2386 https://bugs.webkit.org/show_bug.cgi?id=31198
2388 Fixed wrong expectation file committed.
2390 * fast/js/dictionary-prototype-caching-expected.txt:
2392 2009-11-09 Oliver Hunt <oliver@apple.com>
2394 Reviewed by Gavin Barraclough.
2396 Can cache prototype lookups on uncacheable dictionaries.
2397 https://bugs.webkit.org/show_bug.cgi?id=31198
2399 Add tests for lookup on uncacheable prototype.
2401 * fast/js/dictionary-prototype-caching-expected.txt: Added.
2402 * fast/js/dictionary-prototype-caching.html: Added.
2403 * fast/js/script-tests/dictionary-prototype-caching.js: Added.
2406 2009-11-09 Anders Carlsson <andersca@apple.com>
2408 Reviewed by Darin Adler and Dan Bernstein.
2410 <rdar://problem/7328395>
2411 https://bugs.webkit.org/show_bug.cgi?id=31277
2413 When an object tag's style changes (for example when child nodes are added/removed),
2414 reuse its Frame (if it has one) instead of creating multiple Frames.
2416 * fast/dom/HTMLObjectElement/children-changed-expected.txt: Added.
2417 * fast/dom/HTMLObjectElement/children-changed.html: Added.
2419 2009-11-09 Yael Aharon <yael.aharon@nokia.com>
2421 Reviewed by Kenneth Rohde Christiansen.
2423 [Qt] Allow setting HTTP headers with empty value in XMLHTTPRequest
2424 https://bugs.webkit.org/show_bug.cgi?id=31140
2426 Test that XHR request can set http headers with no value.
2428 * http/tests/xmlhttprequest/xmlhttprequest-setrequestheader-no-value-expected.txt: Added.
2429 * http/tests/xmlhttprequest/xmlhttprequest-setrequestheader-no-value.html: Added.
2431 2009-11-09 Mark Mentovai <mark@chromium.org>
2433 Reviewed by Dan Bernstein.
2435 rdar://problem/7215132, https://bugs.webkit.org/show_bug.cgi?id=29167
2436 REGRESSION (r48064): mint.com loses scrollbars after coming out of
2439 rdar://problem/7314421, https://bugs.webkit.org/show_bug.cgi?id=30517
2440 REGRESSION (r48064): Extra scroll bars in GarageBand Lesson Store.
2442 * fast/overflow/scrollbar-restored-expected.txt: Added.
2443 * fast/overflow/scrollbar-restored.html: Added.
2445 2009-11-09 Keishi Hattori <casey.hattori@gmail.com>
2447 Reviewed by Timothy Hatcher.
2449 Web Inspector: CSS syntax highlighter doesn't recognize negative numbers
2450 https://bugs.webkit.org/show_bug.cgi?id=31257
2452 * inspector/syntax-highlight-css-expected.txt:
2453 * inspector/syntax-highlight-css.html:
2455 2009-11-09 Andras Becsi <becsi.andras@stud.u-szeged.hu>
2457 Rubber-stamped by Holger Hans Peter Freyther.
2459 [Qt] Skip new japanese ruby annotation tests because of missing japanese font support.
2461 * platform/qt/Skipped:
2463 2009-11-09 Csaba Osztrogonác <ossy@webkit.org>
2465 Unreviewed trivial fix.
2467 Removed previously (r50589) deleted test case from skiplists.
2469 * platform/gtk/Skipped: fast/events/drag-and-drop-none.html removed.
2470 * platform/qt/Skipped: fast/events/drag-and-drop-none.html removed.
2472 2009-11-09 Martin Robinson <martin.james.robinson@gmail.com>
2474 Reviewed by Jan Alonzo.
2476 [GTK] Expose Page::tabKeyCyclesThroughElements in the API
2477 https://bugs.webkit.org/show_bug.cgi?id=30482
2479 Unskip fast/events/keypress-insert-tab.html as it now passes.
2481 * platform/gtk/Skipped:
2483 2009-11-05 Jakub Wieczorek <faw217@gmail.com>
2485 Reviewed by Holger Freyther.
2487 [Qt] Add Qt specific result for fast/parser/xml-declaration-missing-ending-mark.html
2488 https://bugs.webkit.org/show_bug.cgi?id=31192
2490 Qt is using the QXmlStreamReader to handle XML and it is generating a different
2491 error string requiring to have a custom result.
2493 Unskip the test as it is passing now.
2495 * platform/qt/Skipped:
2496 * platform/qt/fast/parser/xml-declaration-missing-ending-mark-expected.txt: Added.
2498 2009-11-08 Johnny Ding <johnnyding.webkit@gmail.com>
2500 Reviewed by Dimitri Glazkov.
2502 https://bugs.webkit.org/show_bug.cgi?id=31224
2503 [V8] Return StyleSheet object instead of HTMLStyleElement w/document.styleSheets named property getter.
2505 * fast/dom/StyleSheet/get-stylesheet-byname-expected.txt: Added.
2506 * fast/dom/StyleSheet/get-stylesheet-byname.html: Added.
2507 * fast/dom/StyleSheet/script-tests: Added.
2508 * fast/dom/StyleSheet/script-tests/get-stylesheet-byname.js: Added.
2510 2009-11-08 Daniel Bates <dbates@webkit.org>
2512 Reviewed by Adam Barth.
2514 https://bugs.webkit.org/show_bug.cgi?id=31098
2516 Tests that the XSSAuditor prevents loading plugin-based content that is not
2517 from the same-origin as the enclosing page.
2519 * http/tests/security/xssAuditor/object-src-inject-expected.txt: Added.
2520 * http/tests/security/xssAuditor/object-src-inject.html: Added.
2521 * http/tests/security/xssAuditor/resources/echo-object-src.pl: Added.
2523 2009-11-08 Shu Chang <Chang.Shu@nokia.com>
2525 Reviewed by Holger Freyther.
2527 Update texts in test description after test case change in r50579.
2528 https://bugs.webkit.org/show_bug.cgi?id=31122
2530 * editing/selection/shrink-selection-after-shift-pagedown-expected.txt:
2531 * editing/selection/shrink-selection-after-shift-pagedown.html:
2533 2009-11-08 Dan Bernstein <mitz@apple.com>
2535 Reviewed by Simon Fraser.
2537 <rdar://problem/7363434> Crash inside RenderObject::localToAbsolute
2538 below FrameView::layout
2539 https://bugs.webkit.org/show_bug.cgi?id=31093
2541 * fast/block/positioning/relative-positioned-inline-container-expected.checksum: Added.
2542 * fast/block/positioning/relative-positioned-inline-container-expected.png: Added.
2543 * fast/block/positioning/relative-positioned-inline-container-expected.txt: Added.
2544 * fast/block/positioning/relative-positioned-inline-container.html: Added.
2546 2009-11-07 Dirk Pranke <dpranke@chromium.org>
2548 Reviewed by Darin Adler.
2550 Add in missing expectations.
2552 * platform/mac/fast/forms/input-list-button-size-expected.checksum: Added.
2553 * platform/mac/fast/forms/input-list-button-size-expected.png: Added.
2554 * platform/mac/fast/forms/select-dirty-parent-pref-widths-expected.png: Added.
2555 * platform/mac/fast/text/text-letter-spacing-expected.png: Added.
2557 2009-11-06 Anantanarayanan G Iyengar <ananta@chromium.org>
2559 Reviewed by Adam Barth.
2561 Added layout tests to test document.open and window.open calls issued
2562 by NPAPI plugins without a calling javascript context. The associated
2563 webkit bug is https://bugs.webkit.org/show_bug.cgi?id=31067, which
2566 * plugins/document-open-expected.txt: Added.
2567 * plugins/document-open.html: Added.
2568 * plugins/window-open-expected.txt: Added.
2569 * plugins/window-open.html: Added.
2571 2009-11-06 Steve Block <steveblock@google.com>
2573 Reviewed by Eric Seidel.
2575 Geolocation error code UNKNOWN_ERROR is deprecated.
2576 https://bugs.webkit.org/show_bug.cgi?id=31184
2578 Update test case of the value of the PositionError.UNKNOWN_ERROR constant in error.html.
2579 Also remove redundant test cases of the value of all PositionError constants.
2581 * fast/dom/Geolocation/resources/error.js: Modified. Update test of value of PositionError.UNKNOWN_ERROR constant.
2582 * fast/dom/Geolocation/error-expected.txt: Modified. Expected result for above test.
2583 * fast/dom/Geolocation/resources/permission-denied-already-error.js: Modified. Remove tests of the value of PositionError constants.
2584 * fast/dom/Geolocation/permission-denied-already-error-expected.txt: Modified. Expected result for above test.
2585 * fast/dom/Geolocation/resources/permission-denied-already-success.js: Modified. Remove tests of the value of PositionError constants.
2586 * fast/dom/Geolocation/permission-denied-already-success-expected.txt: Modified. Expected result for above test.
2587 * fast/dom/Geolocation/resources/permission-denied.js: Modified. Remove tests of the value of PositionError constants.
2588 * fast/dom/Geolocation/permission-denied-expected.txt: Modified. Expected result for above test.
2589 * fast/dom/Geolocation/resources/permission-denied-stops-watches.js: Modified. Remove tests of the value of PositionError constants.
2590 * fast/dom/Geolocation/permission-denied-stops-watches-expected.txt: Modified. Expected result for above test.
2591 * fast/dom/Geolocation/resources/reentrant-error.js: Modified. Remove tests of the value of PositionError constants.
2592 * fast/dom/Geolocation/reentrant-error-expected.txt: Modified. Expected result for above test.
2593 * fast/dom/Geolocation/resources/timeout-zero.js: Modified. Remove tests of the value of PositionError constants.
2594 * fast/dom/Geolocation/timeout-zero-expected.txt: Modified. Expected result for above test.
2595 * fast/dom/Geolocation/resources/watch.js: Modified. Remove tests of the value of PositionError constants.
2596 * fast/dom/Geolocation/watch-expected.txt: Modified. Expected result for above test.
2598 2009-11-04 Shinichiro Hamaji <hamaji@chromium.org>
2600 Reviewed by Darin Adler.
2602 css2.1/t040304-c64-uri-00-a-g.html is failing
2603 https://bugs.webkit.org/show_bug.cgi?id=23271
2605 This test isn't failing now because this test was fixed in
2606 http://trac.webkit.org/changeset/47884
2608 * platform/mac/css2.1/t040304-c64-uri-00-a-g-expected.checksum:
2609 * platform/mac/css2.1/t040304-c64-uri-00-a-g-expected.png:
2611 2009-11-05 Daniel Bates <dbates@webkit.org>
2613 Reviewed by Eric Seidel.
2615 https://bugs.webkit.org/show_bug.cgi?id=31193
2617 Removed obsolete test case which was included in the patch for bug #30107.
2618 This test case is already covered by the test case fast/events/drag-and-drop.html,
2619 which was included in the patch for bug #24731.
2621 * fast/events/drag-and-drop-none-expected.txt: Removed.
2622 * fast/events/drag-and-drop-none.html: Removed.
2623 * platform/win/Skipped: Removed entry for drag-and-drop-none.html.
2625 2009-11-05 Adam Barth <abarth@webkit.org>
2627 Reviewed by Sam Weinig.
2629 Cross-domain access to stylesheet text should not be allowed
2630 https://bugs.webkit.org/show_bug.cgi?id=20527
2632 Test that a script cannot read cross-origin cssRules.
2634 * http/tests/security/cannot-read-cssrules-expected.txt: Added.
2635 * http/tests/security/cannot-read-cssrules-redirect-expected.txt: Added.
2636 * http/tests/security/cannot-read-cssrules-redirect.html: Added.
2637 * http/tests/security/cannot-read-cssrules.html: Added.
2639 2009-11-05 Alice Liu <alice.liu@apple.com>
2641 Adding a resource that seems to be missing. Without it, several tests in
2642 fast/dom/beforeload aren't really testing if the default event handling is
2643 prevented, but instead are only testing if the beforeload event fires.
2645 Rubber-stamped by Gavin Barraclough.
2647 * fast/dom/beforeload/resources/fail.js: Added.
2649 2009-11-05 Pavel Feldman <pfeldman@chromium.org>
2651 Reviewed by Timothy Hatcher.
2653 Web Inspector: beautify layout tests.
2655 https://bugs.webkit.org/show_bug.cgi?id=31189
2657 * inspector/console-dir-expected.txt:
2658 * inspector/console-dir.html:
2659 * inspector/console-dirxml-expected.txt:
2660 * inspector/console-dirxml.html:
2661 * inspector/console-format-collections-expected.txt:
2662 * inspector/console-format-collections.html:
2663 * inspector/console-format-expected.txt:
2664 * inspector/console-format.html:
2665 * inspector/console-tests-expected.txt:
2666 * inspector/console-tests.html:
2667 * inspector/console-tests.js: Added.
2668 (dumpConsoleMessages.callback):
2669 (dumpConsoleMessages):
2670 (dumpConsoleMessagesWithClasses.callback):
2671 (dumpConsoleMessagesWithClasses):
2672 (frontendScript_dumpConsoleMessages):
2673 * inspector/css-syntax-highlight.html: Removed.
2674 * inspector/elements-panel-structure-expected.txt:
2675 * inspector/elements-panel-structure.html:
2676 * inspector/elements-tests.js: Added.
2677 (frontendScript_expandDOMSubtree.processChildren):
2678 (frontendScript_expandDOMSubtree):
2679 * inspector/evaluate-in-frontend.html:
2680 * inspector/evaluate-in-frontend.js: Removed.
2681 * inspector/inspector-test.js: Added.
2683 (evaluateInWebInspector):
2686 (window.didEvaluateForTestInFrontend):
2687 * inspector/javascript-syntax-highlight.html: Removed.
2688 * inspector/styles-iframe.html:
2689 * inspector/syntax-highlight-css-expected.txt: Renamed from LayoutTests/inspector/css-syntax-highlight-expected.txt.
2690 * inspector/syntax-highlight-css.html: Added.
2691 * inspector/syntax-highlight-javascript-expected.txt: Renamed from LayoutTests/inspector/javascript-syntax-highlight-expected.txt.
2692 * inspector/syntax-highlight-javascript.html: Added.
2693 * inspector/syntax-highlight.js: Added.
2696 (frontendScript_dumpSyntaxHighlight):
2697 * inspector/timeline-trivial.html:
2698 * platform/qt/Skipped:
2700 2009-11-05 Shu Chang <Chang.Shu@nokia.com>
2702 Reviewed by Adele Peterson.
2704 The number of selected lines in textarea after a shift-PageDown
2705 may differ. The test case is modified so that it will not depend
2706 on the exact number of lines selected. This should resolve regression
2707 on platforms like Qt and GTK.
2708 https://bugs.webkit.org/show_bug.cgi?id=31122
2710 * editing/selection/shrink-selection-after-shift-pagedown.html:
2712 2009-11-05 Pavel Feldman <pfeldman@chromium.org>
2714 Not reviewed: empty line in expectations build fix.
2716 * fast/events/event-listener-map-rehash-crash-expected.txt:
2718 i2009-11-05 Pavel Feldman <pfeldman@chromium.org>
2720 Reviewed by Timothy Hatcher.
2722 REGRESSION: Web Inspector doesn't show CSS rules properly for iframes
2724 https://bugs.webkit.org/show_bug.cgi?id=30884
2726 * inspector/console-dir.html:
2727 * inspector/console-dirxml.html:
2728 * inspector/console-format-collections-expected.txt:
2729 * inspector/console-format-collections.html:
2730 * inspector/console-format.html:
2731 * inspector/console-tests.html:
2732 * inspector/elements-panel-structure-expected.txt:
2733 * inspector/elements-panel-structure.html:
2734 * inspector/evaluate-in-frontend.js:
2736 (expandDOMSubtree.processChildren):
2738 (dumpConsoleMessages):
2739 * inspector/resources/styles-iframe-data.html: Added.
2740 * inspector/styles-iframe-expected.txt: Added.
2741 * inspector/styles-iframe.html: Added.
2742 * platform/qt/Skipped:
2744 2009-11-05 Dimitri Glazkov <dglazkov@chromium.org>
2746 Reviewed by Geoffrey Garen.
2748 Rehashing of EventListenerMap leads to loss of EvenListenerList.
2749 https://bugs.webkit.org/show_bug.cgi?id=31027
2751 * fast/events/event-listener-map-rehash-crash.html: Added.
2753 2009-11-05 Brian Weinstein <bweinstein@apple.com>
2755 Rubber-stamped by Adam Roben.
2757 Add ruby tests and failing accessibility test to Windows Skipped list,
2758 we should be able to re-add ruby tests, but not sure the correct course
2761 * platform/win/Skipped:
2763 2009-11-05 Jian Li <jianli@chromium.org>
2765 Reviewed by Dmitri Titov.
2767 Tests the drag event bubbling on different targets:
2768 - iframe with invalid source
2769 - iframe with valid source
2770 - non-iframe droppable element
2771 https://bugs.webkit.org/show_bug.cgi?id=30469
2773 * http/tests/misc/bubble-drag-events-expected.txt: Added.
2774 * http/tests/misc/bubble-drag-events.html: Added.
2776 2009-11-05 Jeff Schiller <codedread@gmail.com>
2778 Reviewed by Simon Fraser.
2780 Added test to ensure proper order of matrix multiplication with SVGMatrix.
2781 https://bugs.webkit.org/show_bug.cgi?id=16062
2783 * svg/dom/SVGMatrix-interface-expected.txt: Added.
2784 * svg/dom/SVGMatrix-interface.xhtml: Added.
2786 2009-11-03 Justin Garcia <justin.garcia@apple.com>
2788 Reviewed by Adele Peterson.
2790 https://bugs.webkit.org/show_bug.cgi?id=25439
2791 Deleting when in front of a block image removes character from previous paragraph
2793 * editing/deleting/delete-before-block-image-1-expected.txt: Added.
2794 * editing/deleting/delete-before-block-image-1.html: Added.
2795 * editing/deleting/delete-before-block-image-2-expected.txt: Added.
2796 * editing/deleting/delete-before-block-image-2.html: Added.
2797 * editing/deleting/delete-before-block-table-expected.txt: Added.
2798 * editing/deleting/delete-before-block-table.html: Added.
2800 2009-11-04 Enrica Casucci <enrica@apple.com>
2802 Reviewed by Adele Peterson.
2804 Hang in Mail on attempting to change indent level
2805 <rdar://problem/7131805>
2806 https://bugs.webkit.org/show_bug.cgi?id=31127
2808 Added test to cover all the different code paths.
2810 * editing/execCommand/outdent-multiparagraph-list-expected.txt: Added.
2811 * editing/execCommand/outdent-multiparagraph-list.html: Added.
2813 2009-11-04 Daniel Bates <dbates@webkit.org>
2815 Reviewed by Eric Seidel.
2817 https://bugs.webkit.org/show_bug.cgi?id=30266
2819 Changed data format type from "text" to "text/plain" to pass Chrome tests.
2821 * fast/events/drag-and-drop-dataTransfer-types-nocrash-expected.txt:
2822 * fast/events/drag-and-drop-dataTransfer-types-nocrash.html:
2824 2009-11-04 Chris Fleizach <cfleizach@apple.com>
2826 Reviewed by Beth Dakin.
2828 Need to implement ARIA role="combobox"
2829 https://bugs.webkit.org/show_bug.cgi?id=31096
2831 * accessibility/aria-combobox.html: Added.
2832 * platform/gtk/Skipped:
2833 * platform/mac/accessibility/aria-combobox-expected.txt: Added.
2834 * platform/win/Skipped:
2836 2009-11-04 Csaba Osztrogonác <ossy@webkit.org>
2838 Put test into skiplist added in r50489 because
2839 layoutTestController.showWebInspector() is unimplemented now.
2841 * platform/qt/Skipped: inspector/timeline-trivial.html added.
2843 2009-11-04 Csaba Osztrogonác <ossy@webkit.org>
2847 Revert r50496 because it broke all layout tests on QtBuildBot.
2849 * svg/text/resources: Removed.
2850 * svg/text/resources/text-font-invalid.svg: Removed.
2851 * svg/text/text-font-invalid-expected.txt: Removed.
2852 * svg/text/text-font-invalid.html: Removed.
2854 2009-11-03 Roland Steiner <rolandsteiner@chromium.org>
2856 Reviewed by Mark Rowe.
2859 add ruby layout tests to the Skipped list on mac, since they somehow cause
2860 http/tests/security/mixedContent/about-blank-iframe-in-main-frame.html to fail.
2864 * platform/mac/Skipped:
2866 2009-11-02 Benjamin Poulain <benjamin.poulain@nokia.com>
2868 Reviewed by Simon Hausmann.
2870 Add a new test to reproduce 29856. The bug only happen
2871 when the SVG file is used as an image.
2872 https://bugs.webkit.org/show_bug.cgi?id=29856
2874 * svg/text/text-font-invalid-expected.txt: Added.
2875 * svg/text/resources/text-font-invalid.svg: Added.
2876 * svg/text/text-font-invalid.html: Added.
2878 2009-11-04 Roland Steiner <rolandsteiner@chromium.org>
2880 Reviewed by Dave Hyatt.
2882 Bug 28420 - Implement HTML5 <ruby> rendering
2883 (https://bugs.webkit.org/show_bug.cgi?id=28420)
2885 First rudimentary implementation of HTML5 ruby rendering support - layout tests.
2887 New layout tests: basic rendering:
2888 * fast/ruby/ruby-empty-rt.html: Added.
2889 * fast/ruby/ruby-length.html: Added.
2890 * fast/ruby/ruby-run-break.html: Added.
2891 * fast/ruby/ruby-runs-spans.html: Added.
2892 * fast/ruby/ruby-runs.html: Added.
2893 * fast/ruby/ruby-simple-rp.html: Added.
2894 * fast/ruby/ruby-simple.html: Added.
2895 * fast/ruby/ruby-trailing.html: Added.
2897 New layout tests: DOM manipulation within <ruby>
2898 * fast/ruby/rubyDOM-insert-rt.html: Added.
2899 * fast/ruby/rubyDOM-insert-text1.html: Added.
2900 * fast/ruby/rubyDOM-insert-text2.html: Added.
2901 * fast/ruby/rubyDOM-insert-text3.html: Added.
2902 * fast/ruby/rubyDOM-remove-rt1.html: Added.
2903 * fast/ruby/rubyDOM-remove-rt2.html: Added.
2904 * fast/ruby/rubyDOM-remove-text1.html: Added.
2905 * fast/ruby/rubyDOM-remove-text2.html: Added.
2907 New layout tests results:
2908 * platform/mac/fast/ruby: Added.
2909 * platform/mac/fast/ruby/ruby-empty-rt-expected.checksum: Added.
2910 * platform/mac/fast/ruby/ruby-empty-rt-expected.png: Added.
2911 * platform/mac/fast/ruby/ruby-empty-rt-expected.txt: Added.
2912 * platform/mac/fast/ruby/ruby-length-expected.checksum: Added.
2913 * platform/mac/fast/ruby/ruby-length-expected.png: Added.
2914 * platform/mac/fast/ruby/ruby-length-expected.txt: Added.
2915 * platform/mac/fast/ruby/ruby-run-break-expected.checksum: Added.
2916 * platform/mac/fast/ruby/ruby-run-break-expected.png: Added.
2917 * platform/mac/fast/ruby/ruby-run-break-expected.txt: Added.
2918 * platform/mac/fast/ruby/ruby-runs-expected.checksum: Added.
2919 * platform/mac/fast/ruby/ruby-runs-expected.png: Added.
2920 * platform/mac/fast/ruby/ruby-runs-expected.txt: Added.
2921 * platform/mac/fast/ruby/ruby-runs-spans-expected.checksum: Added.
2922 * platform/mac/fast/ruby/ruby-runs-spans-expected.png: Added.
2923 * platform/mac/fast/ruby/ruby-runs-spans-expected.txt: Added.
2924 * platform/mac/fast/ruby/ruby-simple-expected.checksum: Added.
2925 * platform/mac/fast/ruby/ruby-simple-expected.png: Added.
2926 * platform/mac/fast/ruby/ruby-simple-expected.txt: Added.
2927 * platform/mac/fast/ruby/ruby-simple-rp-expected.checksum: Added.
2928 * platform/mac/fast/ruby/ruby-simple-rp-expected.png: Added.
2929 * platform/mac/fast/ruby/ruby-simple-rp-expected.txt: Added.
2930 * platform/mac/fast/ruby/ruby-trailing-expected.checksum: Added.
2931 * platform/mac/fast/ruby/ruby-trailing-expected.png: Added.
2932 * platform/mac/fast/ruby/ruby-trailing-expected.txt: Added.
2933 * platform/mac/fast/ruby/rubyDOM-insert-rt-expected.checksum: Added.
2934 * platform/mac/fast/ruby/rubyDOM-insert-rt-expected.png: Added.
2935 * platform/mac/fast/ruby/rubyDOM-insert-rt-expected.txt: Added.
2936 * platform/mac/fast/ruby/rubyDOM-insert-text1-expected.checksum: Added.
2937 * platform/mac/fast/ruby/rubyDOM-insert-text1-expected.png: Added.
2938 * platform/mac/fast/ruby/rubyDOM-insert-text1-expected.txt: Added.
2939 * platform/mac/fast/ruby/rubyDOM-insert-text2-expected.checksum: Added.
2940 * platform/mac/fast/ruby/rubyDOM-insert-text2-expected.png: Added.
2941 * platform/mac/fast/ruby/rubyDOM-insert-text2-expected.txt: Added.
2942 * platform/mac/fast/ruby/rubyDOM-insert-text3-expected.checksum: Added.
2943 * platform/mac/fast/ruby/rubyDOM-insert-text3-expected.png: Added.
2944 * platform/mac/fast/ruby/rubyDOM-insert-text3-expected.txt: Added.
2945 * platform/mac/fast/ruby/rubyDOM-remove-rt1-expected.checksum: Added.
2946 * platform/mac/fast/ruby/rubyDOM-remove-rt1-expected.png: Added.
2947 * platform/mac/fast/ruby/rubyDOM-remove-rt1-expected.txt: Added.
2948 * platform/mac/fast/ruby/rubyDOM-remove-rt2-expected.checksum: Added.
2949 * platform/mac/fast/ruby/rubyDOM-remove-rt2-expected.png: Added.
2950 * platform/mac/fast/ruby/rubyDOM-remove-rt2-expected.txt: Added.
2951 * platform/mac/fast/ruby/rubyDOM-remove-text1-expected.checksum: Added.
2952 * platform/mac/fast/ruby/rubyDOM-remove-text1-expected.png: Added.
2953 * platform/mac/fast/ruby/rubyDOM-remove-text1-expected.txt: Added.
2954 * platform/mac/fast/ruby/rubyDOM-remove-text2-expected.checksum: Added.
2955 * platform/mac/fast/ruby/rubyDOM-remove-text2-expected.png: Added.
2956 * platform/mac/fast/ruby/rubyDOM-remove-text2-expected.txt: Added.
2958 2009-11-03 Kenneth Russell <kbr@google.com>
2960 Reviewed by Oliver Hunt.
2962 Add overridePreference call to all WebGL layout tests
2963 https://bugs.webkit.org/show_bug.cgi?id=31088
2965 * fast/canvas/webgl/array-unit-tests.html:
2966 * fast/canvas/webgl/getActiveTest.html:
2967 * fast/canvas/webgl/gl-get-calls.html:
2968 * fast/canvas/webgl/incorrect-context-object-behaviour.html:
2969 * fast/canvas/webgl/null-object-behaviour.html:
2970 * fast/canvas/webgl/resources/shader-test.js: Removed.
2971 * fast/canvas/webgl/resources/webgl-test.js: Copied from LayoutTests/fast/canvas/webgl/resources/shader-test.js.
2973 2009-11-03 Eric Z. Ayers <zundel@google.com>
2975 Reviewed by Timothy Hatcher.
2977 Adds a test for turning on the timeline profiler. This caused
2978 a crash because profiling was enabled in the middle of processing
2981 https://bugs.webkit.org/show_bug.cgi?id=31080
2983 * inspector/timeline-trivial-expected.txt: Added.
2984 * inspector/timeline-trivial.html: Added.
2986 2009-11-03 Bradley Green <brg@chromium.org>
2988 Reviewed by Dmitry Titov.
2990 Updating test expectations for implementation of
2991 window.navigator.registerProtocolHandler and
2992 window.navigator.registerContentHandler.
2994 There is a default implimentation for these APIs, hence all platforms
2995 with the navigator-detached-no-crash-expect and
2996 window-properties-expected tests needed to be updated. While
2997 isolatedWorlds has a window-properties-expected test, it has no window
2998 object and hence does not need to be updaetd.
3000 We add two fast/dom tests to insure that the proper exceptions are
3001 thrown when bad syntax or security violations are made by calling the
3004 * fast/dom/Window/window-properties-expected.txt:
3005 * fast/dom/navigator-detached-no-crash-expected.txt:
3006 * fast/dom/navigator-detached-no-crash.html:
3007 * fast/dom/registerContentHandler-expected.txt: Added.
3008 * fast/dom/registerContentHandler.html: Added.
3009 * fast/dom/registerProtocolHandler-expected.txt: Added.
3010 * fast/dom/registerProtocolHandler.html: Added.
3011 * platform/gtk/fast/dom/Window/window-properties-expected.txt:
3012 * platform/gtk/fast/dom/navigator-detached-no-crash-expected.txt:
3013 * platform/mac-leopard/fast/dom/navigator-detached-no-crash-expected.txt:
3015 2009-11-03 Dan Bernstein <mitz@apple.com>
3017 Reviewed by Anders Carlsson and Beth Dakin.
3019 https://bugs.webkit.org/show_bug.cgi?id=31070
3020 Test for <rdar://problem/7194735> Crashes at RenderText::RenderText()
3021 Test for <rdar://problem/6937089> Crashes at RenderWidget::destroy()
3023 * plugins/attach-during-destroy-expected.txt: Added.
3024 * plugins/attach-during-destroy.html: Added.
3025 * plugins/destroy-reentry-expected.txt: Added.
3026 * plugins/destroy-reentry.html: Added.
3028 2009-11-03 Evan Martin <evan@chromium.org>
3030 Reviewed by Darin Adler.
3032 A test that reproduces a hard-to-trigger memory corruption in the
3035 https://bugs.webkit.org/show_bug.cgi?id=30827
3037 * fast/css/end-of-buffer-crash.html: Added.
3039 2009-11-02 Darin Adler <darin@apple.com>
3041 Reviewed by Dan Bernstein.
3043 Crash due to double-destroy related to CSS run-in property
3044 https://bugs.webkit.org/show_bug.cgi?id=31034
3045 rdar://problem/7328458
3047 * fast/css/run-in-crash-expected.txt: Added.
3048 * fast/css/run-in-crash.html: Added.
3050 2009-11-03 Victor Wang <victorw@chromium.org>
3052 Reviewed by Eric Seidel.
3054 "http://trac.webkit.org/changeset/50315" makes links mouse
3055 focusable only on GTK and QT, so win has same behavior as mac now
3056 Remove the win specific expected results for tests failed
3059 https://bugs.webkit.org/show_bug.cgi?id=30968
3061 * platform/win/fast/events/click-focus-anchor-expected.txt: Removed.
3062 * platform/win/fast/inline: Removed.
3063 * platform/win/fast/inline/dirtyLinesForInline-expected.txt: Removed.
3065 2009-11-03 Csaba Osztrogonác <ossy@webkit.org>
3067 Add files to skiplist depend on phonon support,
3068 which is disabled on the Qt buildbot for now.
3070 * platform/qt/Skipped:
3072 2009-11-03 Csaba Osztrogonác <ossy@webkit.org>
3074 Rubber-stamped by Tor Arne Vestbø.
3076 Remove now passing tests from skiplist.
3078 * platform/qt/Skipped:
3080 2009-11-03 Csaba Osztrogonác <ossy@webkit.org>
3082 Put test into skiplist added in r50411 because
3083 layoutTestController.showWebInspector() is unimplemented now.
3085 * platform/qt/Skipped: inspector/css-syntax-highlight.html added
3087 2009-11-02 Oliver Hunt <oliver@apple.com>
3089 Reviewed by Gavin Barraclough.
3091 REGRESSION (r48573): JSC may incorrectly cache chain lookups with a dictionary at the head of the chain
3092 https://bugs.webkit.org/show_bug.cgi?id=31045
3094 Add tests for dictionary at the head of a prototype chain.
3096 * fast/js/script-tests/dictionary-no-cache.js:
3097 * fast/js/dictionary-no-cache-expected.txt:
3099 2009-11-02 Enrica Casucci <enrica@apple.com>
3101 Reviewed by Adele Peterson and Dan Bernstein.
3103 Safari crashes when calling execCommand on formatted html in special case
3104 <rdar://problem/7318656>
3105 https://bugs.webkit.org/show_bug.cgi?id=31023
3107 * editing/execCommand/align-in-span-expected.txt: Added.
3108 * editing/execCommand/align-in-span.html: Added.
3110 2009-11-02 Chris Marrin <cmarrin@apple.com>
3112 Reviewed by Oliver Hunt.
3114 Revised tests for changes to when exceptions are raised in WebGL content
3115 https://bugs.webkit.org/show_bug.cgi?id=31005
3117 * fast/canvas/webgl/incorrect-context-object-behaviour-expected.txt:
3118 * fast/canvas/webgl/null-object-behaviour-expected.txt:
3119 * fast/canvas/webgl/script-tests/incorrect-context-object-behaviour.js:
3120 * fast/canvas/webgl/script-tests/null-object-behaviour.js:
3122 2009-11-02 Philippe Normand <pnormand@igalia.com>
3124 Reviewed by Jan Alonzo.
3126 [GTK] Failing media/video-played-reset.html
3127 https://bugs.webkit.org/show_bug.cgi?id=30589
3129 * platform/gtk/Skipped: Unskip fixed test.
3131 2009-11-02 Andrew Scherkus <scherkus@chromium.org>
3133 Reviewed by Eric Carlson.
3135 Increase the timeout of media/video-currentTime-set.html from 800ms to 2000ms.
3137 Also fix call to logResult() as parameters were reversed, resulting in
3138 printing an error message of "false".
3140 https://bugs.webkit.org/show_bug.cgi?id=31017
3142 * media/video-currentTime-set.html: Timeout increased to 2000ms.
3144 2009-10-30 Alexey Proskuryakov <ap@apple.com>
3146 Reviewed by Darin Adler.
3148 https://bugs.webkit.org/show_bug.cgi?id=30969
3149 A no-prefix XPath node test should not match no-namespace elements in HTML document
3151 * fast/xpath/null-namespace-in-html-expected.txt: Added.
3152 * fast/xpath/null-namespace-in-html.html: Added.
3154 2009-11-02 Keishi Hattori <casey.hattori@gmail.com>
3156 Reviewed by Timothy Hatcher.
3158 Web Inspector: Rewrite CSSSourceSyntaxHighlighter so it shares more code
3159 https://bugs.webkit.org/show_bug.cgi?id=30907
3161 * inspector/css-syntax-highlight-expected.txt: Added.
3162 * inspector/css-syntax-highlight.html: Added.
3163 * inspector/javascript-syntax-highlight-expected.txt:
3165 2009-11-02 Chris Fleizach <cfleizach@apple.com>
3167 Reviewed by Beth Dakin.
3169 Support ARIA "tab" roles
3170 https://bugs.webkit.org/show_bug.cgi?id=30842
3172 * accessibility/aria-controls-with-tabs-expected.txt: Added.
3173 * accessibility/aria-controls-with-tabs.html: Added.
3174 * accessibility/aria-tab-roles.html: Added.
3175 * platform/gtk/Skipped:
3176 * platform/mac/accessibility/aria-tab-roles-expected.txt: Added.
3177 * platform/win/Skipped:
3179 2009-11-02 Roland Steiner <rolandsteiner@chromium.org>
3181 Reviewed by Dave Hyatt.
3183 Bug 28420 - Implement HTML5 <ruby> rendering
3184 (https://bugs.webkit.org/show_bug.cgi?id=28420)
3186 First rudimentary implementation of HTML5 ruby rendering support.
3188 Further layout tests will be committed in a follow-up patch under fast/ruby.
3190 * fast/ruby/parse-rp-expected.txt: result changed due to <rt> being rendered as block within <ruby>
3192 2009-11-01 Alexey Proskuryakov <ap@apple.com>
3194 Reviewed by Dan Bernstein.
3196 https://bugs.webkit.org/show_bug.cgi?id=30992
3197 Node.isDefaultNamespace doesn't convert empty strings to null
3199 * fast/dom/Node/default-namespace-empty-argument-expected.txt: Added.
3200 * fast/dom/Node/default-namespace-empty-argument.html: Added.
3202 2009-11-01 Yael Aharon <yael.aharon@nokia.com>
3204 Reviewed by Darin Adler.
3206 Don't add '/' to the URL path if the it does not include '/' after the protocol component
3207 https://bugs.webkit.org/show_bug.cgi?id=30971
3209 Updating the expected result to reflect the change.
3211 * fast/loader/url-parse-1-expected.txt:
3213 2009-10-31 Alexey Proskuryakov <ap@apple.com>
3215 Reviewed by John Sullivan.
3217 https://bugs.webkit.org/show_bug.cgi?id=30982
3218 createHTMLDocument doesn't escape ampersand and less-than in title
3220 * fast/dom/DOMImplementation/createHTMLDocument-title-expected.txt: Added.
3221 * fast/dom/DOMImplementation/createHTMLDocument-title.html: Added.
3223 2009-11-01 Hironori Bono <hbono@chromium.org>
3225 Reviewed by Darin Adler.
3227 Bug 30902: Need a layout test for Bug 28284
3228 This change just adds a simple test that calls TextInputController.firstRectForCharacterRange()
3229 before and after inserting a Thai character and compare their results.
3230 https://bugs.webkit.org/show_bug.cgi?id=30902
3232 * fast/text/international/thai-cursor-position-expected.txt: Added.
3233 * fast/text/international/thai-cursor-position.html: Added.
3234 * platform/gtk/Skipped: Skip this test because TextInputController is not implemented.
3235 * platform/qt/Skipped: ditto.
3236 * platform/win/Skipped: ditto.
3238 2009-11-01 Yuta Kitamura <yutak@chromium.org>
3240 Reviewed by Darin Adler.
3242 Fix assertion falure in RenderObjectChildList::updateBeforeAfterContent().
3244 [Crash (debug)] Combination of list-item and :after causes assertion failure
3245 https://bugs.webkit.org/show_bug.cgi?id=30944
3247 * fast/css/list-item-pseudo-nocrash-expected.txt: Added.
3248 * fast/css/list-item-pseudo-nocrash.html: Added.
3250 2009-11-01 Philippe Normand <pnormand@igalia.com>
3252 Reviewed by Eric Seidel.
3254 https://bugs.webkit.org/show_bug.cgi?id=30586
3255 [GTK] Failing test media/video-src-empty.html
3257 * platform/gtk/Skipped: Unskip fixed test.
3259 2009-10-31 Oliver Hunt <oliver@apple.com>
3261 Reviewed by Jon Honeycutt.
3263 WebGL allows objects to be used with the wrong context
3264 https://bugs.webkit.org/show_bug.cgi?id=30981
3266 Add tests for null/missing object parameters and objects being used
3267 on the wrong context.
3269 * fast/canvas/webgl/incorrect-context-object-behaviour-expected.txt: Added.
3270 * fast/canvas/webgl/incorrect-context-object-behaviour.html: Added.
3271 * fast/canvas/webgl/null-object-behaviour-expected.txt: Added.
3272 * fast/canvas/webgl/null-object-behaviour.html: Added.
3273 * fast/canvas/webgl/resources/shader-test.js:
3274 (loadStandardProgram):
3275 (loadStandardVertexShader):
3276 (loadStandardFragmentShader):
3277 * fast/canvas/webgl/script-tests/incorrect-context-object-behaviour.js: Added.
3278 * fast/canvas/webgl/script-tests/null-object-behaviour.js: Added.
3280 2009-10-30 Enrica Casucci <enrica@apple.com>
3282 Reviewed by Darin Adler.
3284 REGRESSION: In Mail, Undo does not restore some characters I have deleted at the end of a line
3285 https://bugs.webkit.org/show_bug.cgi?id=30955
3286 <rdar://problem/7067033>
3288 * editing/undo/undo-deleteWord-expected.txt: Added.
3289 * editing/undo/undo-deleteWord.html: Added.
3291 2009-10-29 Jon Honeycutt <jhoneycutt@apple.com>
3293 Test for MSAA: Accessibility of headings is not correct
3295 https://bugs.webkit.org/show_bug.cgi?id=30937
3297 Reviewed by Adam Roben.
3299 * platform/win/accessibility/heading-elements-expected.txt: Added.
3300 * platform/win/accessibility/heading-elements.html: Added.
3302 2009-10-29 Jon Honeycutt <jhoneycutt@apple.com>
3304 Test for MSAA: Accessibility of links is wrong
3306 https://bugs.webkit.org/show_bug.cgi?id=30928
3308 Reviewed by Darin Adler.
3310 * platform/win/accessibility/linked-elements-expected.txt: Added.
3311 * platform/win/accessibility/linked-elements.html: Added.
3313 2009-10-30 Ben Murdoch <benm@google.com>
3315 Reviewed by David Kilzer.
3317 openDatabase() with empty version sets db version up incorrectly
3318 https://bugs.webkit.org/show_bug.cgi?id=28417
3320 * storage/open-database-set-empty-version-expected.txt: Added.
3321 * storage/open-database-set-empty-version.html: Added.
3323 2009-10-30 Shinichiro Hamaji <hamaji@chromium.org>
3325 Reviewed by Darin Adler.
3327 counterValueForElementById should return space-separated string for multiple counters
3328 https://bugs.webkit.org/show_bug.cgi?id=30939
3330 * fast/css/counters/counterValueForElementById-expected.txt: Added.
3331 * fast/css/counters/counterValueForElementById.html: Added.
3333 2009-10-30 Shinichiro Hamaji <hamaji@chromium.org>
3335 Reviewed by Mark Rowe.
3337 fast/css/counters/t1204* are not asynchronous anymore
3338 https://bugs.webkit.org/show_bug.cgi?id=30940
3340 * fast/css/counters/t1204-increment-00-c-o.html:
3341 * fast/css/counters/t1204-increment-01-c-o.html:
3343 2009-10-30 Kenneth Rohde Christiansen <kenneth@webkit.org>
3345 Unreviewed layout test fixes.
3347 The existing excepted results were wrong, due to the visited links not
3348 being reset between tests.
3350 This was fixed in r50329, so updating the results.
3352 * platform/qt/fast/block/margin-collapse/block-inside-inline/010-expected.txt:
3353 * platform/qt/fast/block/margin-collapse/block-inside-inline/011-expected.txt:
3354 * platform/qt/fast/block/margin-collapse/block-inside-inline/012-expected.txt:
3355 * platform/qt/fast/block/margin-collapse/block-inside-inline/015-expected.txt:
3356 * platform/qt/fast/block/margin-collapse/block-inside-inline/016-expected.txt:
3357 * platform/qt/fast/block/margin-collapse/block-inside-inline/020-expected.txt:
3359 2009-10-30 Andras Becsi <becsi.andras@stud.u-szeged.hu>
3361 Reviewed by Holger Hans Peter Freyther.
3363 [Qt] Add expected files for new svg tests we pass.
3364 Compared to the Mac expected png files.
3366 * platform/qt/svg/css/arrow-with-shadow-expected.txt: Added.
3367 * platform/qt/svg/css/circle-in-mask-with-shadow-expected.txt: Added.
3368 * platform/qt/svg/css/clippath-with-shadow-expected.txt: Added.
3369 * platform/qt/svg/css/mask-with-shadow-expected.txt: Added.
3370 * platform/qt/svg/css/path-with-shadow-expected.txt: Added.
3371 * platform/qt/svg/css/stars-with-shadow-expected.txt: Added.
3372 * platform/qt/svg/filters/shadow-on-filter-expected.txt: Added.
3373 * platform/qt/svg/filters/shadow-on-rect-with-filter-expected.txt: Added.
3375 2009-10-30 Yury Semikhatsky <yurys@chromium.org>
3377 Reviewed by Pavel Feldman.
3379 Test that browser doesn't crash in case of stack overflow
3380 inside console.log()
3382 https://bugs.webkit.org/show_bug.cgi?id=30904
3384 * fast/dom/console-log-stack-overflow-expected.txt: Added.
3385 * fast/dom/console-log-stack-overflow.html: Added.
3387 2009-10-30 Oliver Hunt <oliver@apple.com>
3389 Reviewed by Gavin Barraclough.
3391 Regression: crash enumerating properties of an object with getters or setters
3392 https://bugs.webkit.org/show_bug.cgi?id=30948
3394 Add test for enumerating getters and setters.
3396 * fast/js/for-in-cached-expected.txt:
3397 * fast/js/script-tests/for-in-cached.js:
3400 2009-10-29 Erik Arvidsson <arv@chromium.org>
3402 Reviewed by Eric Seidel.
3404 Make links mouse focusable only on GTK and QT.
3406 Links are now always mouse focusable on GTK and QT. On other platforms
3407 the link needs a tabIndex or it needs to be contentEditable.
3409 https://bugs.webkit.org/show_bug.cgi?id=26856
3411 * fast/events/click-focus-anchor-expected.txt:
3412 * fast/events/click-focus-anchor.html:
3413 * platform/gtk/fast/events/click-focus-anchor-expected.txt: Added.
3414 * platform/mac/fast/events/click-focus-anchor-expected.txt: Removed.
3415 * platform/qt/fast/events/click-focus-anchor-expected.txt: Added.
3417 2009-10-29 Jonathan Dixon <joth@chromium.org>
3419 Reviewed by Eric Seidel.
3421 Add expected files for GTK and QT builds, for test text-input-webkit-radius.html
3422 Expected fils collected from buildbot:
3423 http://build.webkit.org/results/Qt%20Linux%20Release/r50286%20(3257)/fast/css/
3424 http://build.webkit.org/results/GTK%20Linux%20Release/r50286%20(5308)/fast/css/
3426 * platform/gtk/fast/css/text-input-with-webkit-border-radius-expected.txt: Added.
3427 * platform/qt/fast/css/text-input-with-webkit-border-radius-expected.txt: Added.
3429 2009-10-29 Dan Bernstein <mitz@apple.com>
3431 Updated Tiger-specific result now that Tiger matches current behavior. A Tiger-specific
3432 result is still needed because of the difference in Thai fonts.
3434 * platform/mac-tiger/fast/text/atsui-multiple-renderers-expected.txt:
3436 2009-10-29 Dan Bernstein <mitz@apple.com>
3438 Reviewed by Sam Weinig.
3440 Updated a test to account for font metric differences between Mac OS X versions. Removed
3441 Leopard-specific results for another test now that Leopard matches current behavior.
3443 * platform/mac-leopard/fast/text/atsui-multiple-renderers-expected.checksum: Removed.
3444 * platform/mac-leopard/fast/text/atsui-multiple-renderers-expected.png: Removed.
3445 * platform/mac-leopard/fast/text/atsui-multiple-renderers-expected.txt: Removed.
3446 * platform/mac/fast/text/ligature-subdivision-expected.txt:
3447 * platform/mac/fast/text/script-tests/ligature-subdivision.js:
3449 2009-10-29 Enrica Casucci <enrica@apple.com>
3451 REGRESSION(3.2.3 - 4.0.2): Message composing: when I undo a color change to text in Mail, undo/redo behaves strangely
3452 <rdar://problem/7115041>
3453 https://bugs.webkit.org/show_bug.cgi?id=30892
3455 * editing/undo/redo-style-expected.txt: Added.
3456 * editing/undo/redo-style.html: Added.
3458 2009-10-29 Shinichiro Hamaji <hamaji@chromium.org>
3460 Reviewed by Darin Adler.
3462 fast/css/counters/invalidate-cached-counter-node can be dumpAsText
3463 https://bugs.webkit.org/show_bug.cgi?id=30931
3465 * fast/css/counters/invalidate-cached-counter-node-expected.txt: Added.
3466 * fast/css/counters/invalidate-cached-counter-node.html:
3467 * platform/mac/fast/css/counters/invalidate-cached-counter-node-expected.checksum: Removed.
3468 * platform/mac/fast/css/counters/invalidate-cached-counter-node-expected.png: Removed.
3469 * platform/mac/fast/css/counters/invalidate-cached-counter-node-expected.txt: Removed.
3471 2009-10-29 Csaba Osztrogonác <ossy@webkit.org>
3473 [Qt] Remove some tests that now pass.
3475 * platform/qt/Skipped:
3477 2009-10-29 Dan Bernstein <mitz@apple.com>
3479 Reviewed by Sam Weinig.
3481 Problem editing or selecting text containing ligatures
3482 https://bugs.webkit.org/show_bug.cgi?id=30025
3484 * platform/mac/fast/text/ligature-subdivision-expected.txt: Added.
3485 * platform/mac/fast/text/ligature-subdivision.html: Added.
3486 * platform/mac/fast/text/script-tests: Added.
3487 * platform/mac/fast/text/script-tests/TEMPLATE.html: Copied from LayoutTests/fast/js/script-tests/TEMPLATE.html.
3488 * platform/mac/fast/text/script-tests/ligature-subdivision.js: Added.
3490 2009-10-29 Kenneth Rohde Christiansen <kenneth@webkit.org>
3492 Reviewed by Oliver Hunt.
3494 Removed test that passes after implementing the Qt DRT version
3495 of dumpBackForwardList().
3497 * platform/qt/Skipped:
3499 2009-10-29 Kenneth Rohde Christiansen <kenneth@webkit.org>
3501 Rubberstamped by Adam Roben.
3503 Remove two tests that pass on the buildbot.
3505 * platform/qt/Skipped:
3507 2009-10-29 Dan Bernstein <mitz@apple.com>
3509 Updated expected result for Tiger
3511 * platform/mac-tiger/fast/text/international/thai-line-breaks-expected.txt:
3513 2009-10-29 Kenneth Rohde Christiansen <kenneth@webkit.org>
3515 Unreviewed Qt buildbot fix.
3517 Add some files to skipped that depend on phonon support,
3518 which is disabled on the Qt buildbot for now.
3520 * platform/qt/Skipped:
3522 2009-10-29 Kenneth Rohde Christiansen <kenneth@webkit.org>
3524 Rubberstamped by Adam Roben.
3526 Remove tests that pass after the change introduced in r50289.
3528 * platform/qt/Skipped:
3530 2009-10-29 Brian Weinstein <bweinstein@apple.com>
3532 Rubber-stamped by Steve Falkenburg.
3534 Windows Release bots are having problems in xmlhttprequest tests, Skipping them temporarily
3535 to see if this eliminates the problem, and it is a test causing httpd problems.
3537 * platform/win/Skipped:
3539 2009-10-29 Adam Barth <abarth@webkit.org>
3541 Reviewed by Eric Seidel.
3543 Don't run JavaScript URLs in view source mode
3544 https://bugs.webkit.org/show_bug.cgi?id=30881
3546 Test that we don't run JavaScript URLs in view source mode.
3548 This test actually passes before this change. I don't know how to
3549 actually run JavaScript URLs in view source frames using DRT, but it's
3550 possible in an abitrary embedding of WebKit.
3552 * http/tests/security/view-source-no-javascript-url-expected.txt: Added.
3553 * http/tests/security/view-source-no-javascript-url.html: Added.
3555 2009-10-28 Dan Bernstein <mitz@apple.com>
3557 Removed Leopard-specific result after changing ATSUI missing-glyph behavior to match the
3558 Core Text and fast code paths' behavior.
3560 * platform/mac-leopard/fast/text/international/khmer-selection-expected.txt: Removed.
3562 2009-10-28 Andrew Scherkus <scherkus@chromium.org>
3564 Reviewed by Eric Carlson.
3566 Fix video-pause-immediately.html to avoid using setTimeout().
3568 This also addresses the flakiness on Windows, where 200ms was not enough time to advance the clock past zero.
3570 https://bugs.webkit.org/show_bug.cgi?id=30889
3572 * media/video-pause-immediately.html: Replace setTimeout() with timeupdate events.
3574 2009-10-28 Brian Weinstein <bweinstein@apple.com>
3576 Rubber-stamped by Ada Chan.
3578 Add accessibility test to the list of Windows Skipped tests.
3580 * platform/win/Skipped:
3582 2009-10-28 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
3584 Reviewed by Jan Alonzo.
3586 [GTK] API to start inspector for a WebView
3587 https://bugs.webkit.org/show_bug.cgi?id=22551
3589 Unskip inspector tests that we are now able to run.
3591 * platform/gtk/Skipped:
3593 2009-10-28 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
3595 Reviewed by Xan Lopez.
3597 [GTK] Fails new test fast/js/navigator-language.html
3598 https://bugs.webkit.org/show_bug.cgi?id=30440
3600 Unskip the test that now passes.
3602 * platform/gtk/Skipped:
3604 2009-10-28 Jonathan Dixon <joth@chromium.org>
3606 Reviewed by Eric Seidel.
3608 Bug 30547: (Chromium) searchbox not rendered properly due to the css property -webkit-border-radius
3609 https://bugs.webkit.org/show_bug.cgi?id=30547
3611 * fast/css/text-input-with-webkit-border-radius-expected.checksum: Added.
3612 * fast/css/text-input-with-webkit-border-radius-expected.png: Added.
3613 * fast/css/text-input-with-webkit-border-radius-expected.txt: Added.
3614 * fast/css/text-input-with-webkit-border-radius.html: Added.
3616 2009-10-27 Shinichiro Hamaji <hamaji@chromium.org>
3618 Reviewed by Darin Adler.
3620 Provide a way to get counter values with layoutTestContoller
3621 https://bugs.webkit.org/show_bug.cgi?id=30555
3623 Convert two pixel tests to dumpAsText tests using counterValueForElementById.
3625 * fast/css/counters/t1204-increment-00-c-o-expected.txt: Added.
3626 * fast/css/counters/t1204-increment-00-c-o.html:
3627 * fast/css/counters/t1204-increment-01-c-o-expected.txt: Added.
3628 * fast/css/counters/t1204-increment-01-c-o.html:
3629 * platform/mac/fast/css/counters/t1204-increment-00-c-o-expected.checksum: Removed.
3630 * platform/mac/fast/css/counters/t1204-increment-00-c-o-expected.png: Removed.
3631 * platform/mac/fast/css/counters/t1204-increment-00-c-o-expected.txt: Removed.
3632 * platform/mac/fast/css/counters/t1204-increment-01-c-o-expected.checksum: Removed.
3633 * platform/mac/fast/css/counters/t1204-increment-01-c-o-expected.png: Removed.
3634 * platform/mac/fast/css/counters/t1204-increment-01-c-o-expected.txt: Removed.
3635 * platform/qt/fast/css/counters/t1204-increment-00-c-o-expected.txt: Removed.
3636 * platform/qt/fast/css/counters/t1204-increment-01-c-o-expected.txt: Removed.
3638 2009-10-28 Alexey Proskuryakov <ap@apple.com>
3640 Reviewed by Darin Adler.
3642 https://bugs.webkit.org/show_bug.cgi?id=30841
3643 <rdar://problem/7342730> WebKit should not pass Referer header through a redirect to a non-secure site
3645 * http/tests/ssl/referer-301-expected.txt: Added.
3646 * http/tests/ssl/referer-301.html: Added.
3647 * http/tests/ssl/referer-303-expected.txt: Added.
3648 * http/tests/ssl/referer-303.html: Added.
3649 * http/tests/ssl/resources: Added.
3650 * http/tests/ssl/resources/referer-301-redir.php: Added.
3651 * http/tests/ssl/resources/referer-303-redir.php: Added.
3652 * http/tests/ssl/resources/no-http-referer.cgi: Added.
3654 2009-10-28 Shu Chang <Chang.Shu@nokia.com>
3656 Reviewed by Eric Seidel.
3658 Added special expected test result for Tiger to fix regression tests.
3659 https://bugs.webkit.org/show_bug.cgi?id=30811
3661 * platform/mac-tiger/fast/js/navigator-language-expected.txt: Added.
3663 2009-10-28 Csaba Osztrogonác <ossy@webkit.org>
3665 Rubber-stamped by Holger Freyther.
3667 [Qt] Remove http/tests/security tests from
3668 skiplist, and add only now failing tests.
3670 * platform/qt/Skipped:
3672 2009-10-28 Csaba Osztrogonác <ossy@webkit.org>
3674 [Qt] Remove http/tests/misc tests from
3675 skiplist, and add only now failing tests.
3677 * platform/qt/Skipped:
3679 2009-10-28 Csaba Osztrogonác <ossy@webkit.org>
3681 Reviewed by Holger Freyther.
3683 Put tests into skiplist added in r50168 and r50162 because
3684 layoutTestController.showWebInspector() is unimplemented now.
3686 * platform/qt/Skipped:
3687 inspector/console-format-collections.html added
3688 inspector/javascript-syntax-highlight.html added
3690 2009-10-27 Dan Bernstein <mitz@apple.com>
3692 Rubber-stamped by Sam Weinig.
3694 Changed this test to use -webkit-box-shadow instead of box-shadow after r49003.
3696 * fast/box-shadow/inset.html:
3698 2009-10-27 Joseph Pecoraro <joepeck@webkit.org>
3700 Reviewed by Pavel Feldman.
3702 Web Inspector: Move runAfterPendingDispatches to TestController for Clarity
3703 https://bugs.webkit.org/show_bug.cgi?id=30844
3705 * inspector/console-format-collections.html: updated to reflect TestController change
3707 2009-10-27 Chris Fleizach <cfleizach@apple.com>
3709 Reviewed by Darin Adler.
3711 WAI-ARIA: add support for 'option' role
3712 https://bugs.webkit.org/show_bug.cgi?id=30843
3714 * accessibility/aria-option-role.html: Added.
3715 * platform/gtk/Skipped:
3716 * platform/mac/accessibility/aria-option-role-expected.txt: Added.
3717 * platform/win/Skipped:
3719 2009-10-27 Chris Fleizach <cfleizach@apple.com>
3723 ARIA menu/menu item need AXRoleDescription
3724 https://bugs.webkit.org/show_bug.cgi?id=30804
3726 Layout test fix for Tiger/Leopard.
3728 * platform/mac-leopard/accessibility/table-with-aria-role-expected.txt:
3730 2009-10-27 Chris Fleizach <cfleizach@apple.com>
3732 Reviewed by Adele Peterson.
3734 WAI-ARIA: add support for 'presentation' role
3735 https://bugs.webkit.org/show_bug.cgi?id=30806
3737 * accessibility/aria-presentational-role-expected.txt: Added.
3738 * accessibility/aria-presentational-role.html: Added.
3740 2009-10-27 Chris Fleizach <cfleizach@apple.com>
3742 Reviewed by Darin Adler.
3744 ARIA menu/menu item need AXRoleDescription
3745 https://bugs.webkit.org/show_bug.cgi?id=30804
3747 * platform/mac/accessibility/aria-menu-role-descriptions-expected.txt: Added.
3748 * platform/mac/accessibility/aria-menu-role-descriptions.html: Added.
3749 * platform/mac/accessibility/table-with-aria-role-expected.txt:
3751 2009-10-27 Steve Block <steveblock@google.com>
3753 Reviewed by Darin Adler.
3755 When a Geolocation method is called, immediately calls the error calback asynchronously if permissions have already been denied.
3756 https://bugs.webkit.org/show_bug.cgi?id=27944.
3758 * 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.
3759 * fast/dom/Geolocation/permission-denied-already-error.html: Added. Wrapper for above test.
3760 * fast/dom/Geolocation/permission-denied-already-error-expected.txt: Added. Expected result for above test.
3761 * 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.
3762 * fast/dom/Geolocation/permission-denied-already-success.html: Added. Wrapper for above test.
3763 * fast/dom/Geolocation/permission-denied-already-success-expected.txt: Added. Expected result for above test.
3764 * fast/dom/Geolocation/resources/permission-denied.js: Modified. Updates error string.
3765 * fast/dom/Geolocation/permission-denied-expected.txt: Modified. Expected result for above test.
3766 * fast/dom/Geolocation/resources/permission-denied-stops-watches.js: Modified. Updates error string.
3767 * fast/dom/Geolocation/permission-denied-expected-stops-watches.txt: Modified. Expected result for above test.
3768 * platform/gtk/Skipped: Modified. Adds above tests to skipped list.
3770 2009-10-27 Eric Seidel <eric@webkit.org>
3772 Reviewed by Nikolas Zimmermann.
3774 SVGStyledElement::getPresentationAttribute() can return a shared CSSValue (some SVG tests randomly fail on the bot, and in release builds)
3775 https://bugs.webkit.org/show_bug.cgi?id=29620
3777 * svg/dom/getPresentationAttribute-cache-corruption-expected.txt: Added.
3778 * svg/dom/getPresentationAttribute-cache-corruption.svg: Added.
3780 2009-10-27 Dan Bernstein <mitz@apple.com>
3782 Reviewed by Simon Fraser.
3784 Incomplete repaint of text field in relative positioned inline at imdb.com
3785 https://bugs.webkit.org/show_bug.cgi?id=30047
3787 * fast/repaint/inline-relative-positioned-expected.checksum: Added.
3788 * fast/repaint/inline-relative-positioned-expected.png: Added.
3789 * fast/repaint/inline-relative-positioned-expected.txt: Added.
3790 * fast/repaint/inline-relative-positioned.html: Added.
3792 2009-10-27 Kinuko Yasuda <kinuko@google.com>
3794 Reviewed by Darin Adler.
3796 Fixing a test case that yields FAIL results. Also updating
3797 the corresponding expected results.
3798 https://bugs.webkit.org/show_bug.cgi?id=30821
3800 * storage/domstorage/complex-values-expected.txt:
3801 * storage/domstorage/script-tests/complex-values.js:
3803 2009-10-27 Ryosuke Niwa <rniwa@webkit.org>
3805 Reviewed by Eric Seidel.
3807 WebKit cannot remove nested bold tags
3808 https://bugs.webkit.org/show_bug.cgi?id=30784
3810 Adds two more edge cases to remove-nested-inline-styles.js:
3811 <b><b><b>12</b></b></b> and <b><b><b>1</b></b>2</b>
3812 WebKit now passes the one existing test used to fail.
3814 * editing/style/remove-nested-inline-styles-expected.txt: Added two tests.
3815 * editing/style/script-tests/remove-nested-inline-styles.js: Added two tests.
3817 2009-10-27 Joseph Pecoraro <joepeck@webkit.org>
3819 Reviewed by Timothy Hatcher.
3821 Web Inspector: Pretty Print all HTML Collection Types like we do for NodeList
3822 https://bugs.webkit.org/show_bug.cgi?id=30709
3824 * inspector/console-format-collections-expected.txt: Added.
3825 * inspector/console-format-collections.html: Added.
3826 * inspector/evaluate-in-frontend.js: Changed innerHTML to DOM elements instead.
3828 2009-10-27 Adele Peterson <adele@apple.com>
3830 Test for <rdar://problem/7269075> REGRESSION (Safari 4.0.3-ToT): After pressing Shift-PageDown, pressing Shift-Up
3831 extends the top of the selection upwards (but should shrink the selection instead)
3832 https://bugs.webkit.org/show_bug.cgi?id=29981
3834 * editing/selection/shrink-selection-after-shift-pagedown-expected.txt: Added.
3835 * editing/selection/shrink-selection-after-shift-pagedown.html: Added.
3837 2009-10-27 Keishi Hattori <casey.hattori@gmail.com>
3839 Reviewed by Timothy Hatcher.
3841 Tests for JavaScript syntax highlighter.
3842 https://bugs.webkit.org/show_bug.cgi?id=27147
3844 * inspector/javascript-syntax-highlight-expected.txt: Added.
3845 * inspector/javascript-syntax-highlight.html: Added.
3847 2009-10-27 Xan Lopez <xlopez@igalia.com>
3849 Skip a few more tests that are failing on and off.
3851 * platform/gtk/Skipped:
3853 2009-10-27 Mads Ager <ager@chromium.org>
3855 Reviewed by Adam Barth.
3857 [V8] Missing null check after string conversion in error reporting
3858 https://bugs.webkit.org/show_bug.cgi?id=30774
3860 Test case for toString conversion failure on an error object in
3861 stack overflow situations. Test passes if it doesn't crash.
3863 * fast/dom/error-to-string-stack-overflow-expected.txt: Added.
3864 * fast/dom/error-to-string-stack-overflow.html: Added.
3866 2009-10-27 Brady Eidson <beidson@apple.com>
3868 Rubberstamped by Sam Weinig.
3870 Re-enable the check that disallows pages with unload handlers in the page cache.
3872 <rdar://problem/7196485> and http://webkit.org/b/29021
3874 * platform/mac/Skipped:
3875 * platform/win/Skipped:
3877 2009-10-27 Xan Lopez <xlopez@igalia.com>
3881 * platform/gtk/Skipped:
3883 2009-10-27 Xan Lopez <xlopez@igalia.com>
3885 Fix typo in test names.
3887 * platform/gtk/Skipped:
3889 2009-10-27 Xan Lopez <xlopez@igalia.com>
3891 Skip a few tests with links to their tracking bugs.
3893 * platform/gtk/Skipped:
3895 2009-10-26 Daniel Bates <dbates@webkit.org>
3897 Reviewed by Darin Adler.
3899 https://bugs.webkit.org/show_bug.cgi?id=30491
3901 Test that the <isindex> element can be submitted without being enclosed
3902 within a <form> element. Also tests that the href property of the <base>
3903 element can be used to direct where the submission is sent.
3905 * http/tests/misc/isindex-with-no-form-base-href-expected.txt: Added.
3906 * http/tests/misc/isindex-with-no-form-base-href.html: Added.
3907 * http/tests/misc/isindex-with-no-form-expected.txt: Added.
3908 * http/tests/misc/isindex-with-no-form.html: Added.
3909 * http/tests/misc/resources/isindex-with-no-form-base-href-submit.html: Added.
3910 * http/tests/misc/resources/isindex-with-no-form-base-href.html: Added.
3912 2009-10-26 Brian Weinstein <bweinstein@apple.com>
3914 Unreviewed - Updating getComputedStyle results for Windows.
3916 Updating getComputedStyle results for Windows.
3918 * platform/win/fast/css/getComputedStyle/computed-style-expected.txt:
3919 * platform/win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
3921 2009-10-26 Brady Eidson <beidson@apple.com>
3923 Reviewed by Darin Adler.
3925 <rdar://problem/7289467> and http://webkit.org/b/30798 - REGRESSION (r48687): www.myuhc.com doesn't load.
3927 * fast/loader/grandparent-completion-starts-redirect-expected.txt: Added.
3928 * fast/loader/grandparent-completion-starts-redirect.html: Added.
3929 * fast/loader/resources/meta-redirect-to-notify-done.html: Added.
3930 * fast/loader/resources/parent-of-redirect.html: Added.
3932 2009-10-26 Dan Bernstein <mitz@apple.com>
3934 Reviewed by Sam Weinig.
3936 Use -webkit-background-size as the transition property in this test now
3937 that it is distinct from background-size.
3939 * transitions/multiple-background-size-transitions.html:
3941 2009-10-26 Dan Bernstein <mitz@apple.com>
3943 Rubber-stamped by Beth Dakin.
3945 Update expedted results after r50108.
3947 * svg/css/getComputedStyle-basic-expected.txt:
3949 2009-10-26 Brady Eidson <beidson@apple.com>
3951 Reviewed by Darin Adler.
3953 <rdar://problem/7308952> and http://webkit.org/b/30424 - REGRESSION (r48687): Pages on ucas.com appear blank.
3955 * fast/loader/history-forward-in-head-expected.txt: Added.
3956 * fast/loader/history-forward-in-head.html: Added.
3958 2009-10-26 Alexey Proskuryakov <ap@apple.com>
3960 Reviewed by Darin Adler.
3962 https://bugs.webkit.org/show_bug.cgi?id=30049
3963 <rdar://problem/7286002> Manipulating DOM from a script while parsing XHTML can cause a crash
3965 * fast/parser/remove-current-node-parent-x-2-expected.txt: Added.
3966 * fast/parser/remove-current-node-parent-x-2.xhtml: Added.
3967 * fast/parser/remove-current-node-parent-x-expected.txt: Added.
3968 * fast/parser/remove-current-node-parent-x.xhtml: Added.
3970 2009-10-26 Dan Bernstein <mitz@apple.com>
3972 Reviewed by Beth Dakin.
3974 background-size: X treated as background-size: X X, not background-size: X auto
3975 https://bugs.webkit.org/show_bug.cgi?id=28440
3977 * fast/backgrounds/size/parsing-background-size-values-expected.txt:
3978 * fast/backgrounds/size/parsing-inherit-expected.txt:
3979 * fast/backgrounds/size/resources/parsing-background-size-values.js:
3981 * fast/backgrounds/size/resources/parsing-inherit.js:
3982 * platform/mac/fast/css/getComputedStyle/computed-style-expected.txt:
3983 * platform/mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
3985 2009-10-26 Dimitri Glazkov <dglazkov@chromium.org>
3987 Reviewed by Geoffrey Garen.
3989 Test for https://bugs.webkit.org/show_bug.cgi?id=30765
3990 REGRESSION (r48701): Removing an event listener causes one added after it to not fire
3992 * fast/events/event-listener-list-mutation-expected.txt: Added.
3993 * fast/events/event-listener-list-mutation.html: Added.
3994 * fast/events/script-tests/event-listener-list-mutation.js: Added.
3995 (TestMutation.listeners):
3996 (TestMutation.mutateList):
3998 2009-10-26 Xan Lopez <xlopez@igalia.com>
4000 Skip test fast/loader/opaque-base-url.html with a reference to the
4001 bug tracking it, https://bugs.webkit.org/show_bug.cgi?id=30724
4003 * platform/gtk/Skipped:
4005 2009-10-26 Nate Chapin <japhet@chromium.org>
4007 Reviewed by Alexey Proskuryakov.
4009 Update no-referrer-reset for https://bugs.webkit.org/show_bug.cgi?id=30781.
4011 * http/tests/navigation/no-referrer-reset-expected.txt: Expect window.opener to still be set.
4012 * http/tests/navigation/no-referrer-reset.html: Update text to reflect what the test actually does.
4014 2009-10-26 Ryosuke Niwa <rniwa@webkit.org>
4016 Reviewed by Eric Seidel.
4018 Data loss occurs when unbolding nested bold tags.
4019 https://bugs.webkit.org/show_bug.cgi?id=30083
4021 Adds a test to make sure WebKit can remove nested b, i, & s tags properly
4022 without loosing the content of inner elements.
4024 * editing/style/remove-nested-inline-styles-expected.txt: Added.
4025 * editing/style/remove-nested-inline-styles.html: Added.
4026 * editing/style/script-tests/remove-nested-inline-styles.js: Added.
4027 (removeStyleAndExpect):
4029 2009-10-26 Sam Weinig <sam@webkit.org>
4031 Rubber-stamped by Darin Adler.
4033 Rollout r50041-50043. The HTML5 spec changed to make HTMLOptionsCollection
4034 inherit from HTMLCollection.
4036 * fast/dom/wrapper-classes-expected.txt:
4038 2009-10-26 Rahul Kuchhal <kuchhal@chromium.org>
4040 Reviewed by Eric Seidel.
4042 Prevent crash when optgroup element is empty.
4044 https://bugs.webkit.org/show_bug.cgi?id=30365
4046 * fast/forms/select-empty-optgroup-expected.txt: Added.
4047 * fast/forms/select-empty-optgroup.html: Added.
4049 2009-10-26 Csaba Osztrogonác <ossy@webkit.org>
4051 Unreviewed typo fix.
4053 * platform/qt/Skipped: shared-workers-close.html replaced with shared-worker-close.html
4055 2009-10-23 Alexey Proskuryakov <ap@apple.com>
4057 Reviewed by Adam Barth and Darin Adler.
4059 https://bugs.webkit.org/show_bug.cgi?id=30723
4060 <rdar://problem/6189415> Input names added to multipart/form-data headers need to be escaped.
4062 * http/tests/security/escape-form-data-field-names-expected.txt: Added.
4063 * http/tests/security/escape-form-data-field-names.html: Added.
4064 * http/tests/security/resources/escape-form-data-field-names.cgi: Added.
4066 2009-10-26 Andras Becsi <becsi.andras@stud.u-szeged.hu>
4068 Reviewed by Ariya Hidayat.
4070 [Qt] Skip two flakey tests because of sporadic timeouts.
4072 * platform/qt/Skipped:
4074 2009-10-26 Andras Becsi <becsi.andras@stud.u-szeged.hu>
4076 Reviewed by Ariya Hidayat.
4078 [Qt] Skipping two other tests because of missing features on our platform.
4080 * platform/qt/Skipped:
4082 2009-10-26 Andras Becsi <becsi.andras@stud.u-szeged.hu>
4084 Reviewed by Ariya Hidayat.
4086 [Qt] Add platform-dependent expected file for test added in r49875.
4088 * platform/qt/fast/css/getComputedStyle/marginComputedStyle-expected.txt: Added.
4090 2009-10-26 Andras Becsi <becsi.andras@stud.u-szeged.hu>
4092 Reviewed by Ariya Hidayat.
4094 [Qt] Update outdated expected files which expected wrong color values.
4096 * platform/qt/fast/block/margin-collapse/block-inside-inline/010-expected.txt:
4097 * platform/qt/fast/block/margin-collapse/block-inside-inline/011-expected.txt:
4098 * platform/qt/fast/block/margin-collapse/block-inside-inline/012-expected.txt:
4099 * platform/qt/fast/block/margin-collapse/block-inside-inline/015-expected.txt:
4100 * platform/qt/fast/block/margin-collapse/block-inside-inline/016-expected.txt:
4101 * platform/qt/fast/block/margin-collapse/block-inside-inline/020-expected.txt:
4103 2009-10-26 Keishi Hattori <casey.hattori@gmail.com>
4105 Reviewed by Pavel Feldman.
4107 Fix for Console not showing repeat count when repeatedly logging an Event
4108 https://bugs.webkit.org/show_bug.cgi?id=30324
4110 * inspector/console-tests-expected.txt:
4112 2009-10-26 Eric Carlson <eric.carlson@apple.com>
4114 Reviewed by Eric Seidel.
4116 Remove HTML5 media element 'load' event
4117 https://bugs.webkit.org/show_bug.cgi?id=30464
4119 Part 1, change layout tests to not use the event.
4121 * media/audio-constructor-autobuffer-expected.txt:
4122 * media/audio-constructor-autobuffer.html:
4123 * media/audio-constructor-expected.txt:
4124 * media/audio-constructor-src-expected.txt:
4125 * media/audio-constructor-src.html:
4126 * media/audio-constructor.html:
4127 * media/audio-controls-rendering.html:
4128 * media/audio-data-url-expected.txt:
4129 * media/audio-data-url.html:
4130 * media/audio-mpeg-supported-expected.txt:
4131 * media/audio-mpeg-supported.html:
4132 * media/media-load-event-expected.txt:
4133 * media/media-load-event.html:
4134 * media/progress-event-expected.txt:
4135 * media/progress-event-total-expected.txt:
4136 * media/progress-event-total.html:
4137 * media/progress-event.html:
4138 * media/remove-from-document-expected.txt:
4139 * media/remove-from-document-no-load-expected.txt:
4140 * media/remove-from-document-no-load.html:
4141 * media/remove-from-document.html:
4142 * media/restore-from-page-cache-expected.txt:
4143 * media/restore-from-page-cache.html:
4144 * media/video-append-source-expected.txt:
4145 * media/video-append-source.html:
4146 * media/video-buffered-expected.txt:
4147 * media/video-buffered.html:
4148 * media/video-canvas-source-expected.txt:
4149 * media/video-canvas-source.html:
4150 * media/video-controls-expected.txt:
4151 * media/video-controls-transformed-expected.txt:
4152 * media/video-controls-transformed.html:
4153 * media/video-controls-zoomed-expected.txt:
4154 * media/video-controls-zoomed.html:
4155 * media/video-controls.html:
4156 * media/video-currentTime-expected.txt:
4157 * media/video-currentTime-set-expected.txt:
4158 * media/video-currentTime-set.html:
4159 * media/video-currentTime-set2-expected.txt:
4160 * media/video-currentTime-set2.html:
4161 * media/video-currentTime.html:
4162 * media/video-dom-src-expected.txt:
4163 * media/video-dom-src.html:
4164 * media/video-error-abort-expected.txt:
4165 * media/video-error-abort.html:
4166 * media/video-error-does-not-exist.html:
4167 * media/video-muted-expected.txt:
4168 * media/video-muted.html:
4169 * media/video-no-autoplay-expected.txt:
4170 * media/video-no-autoplay.html:
4171 * media/video-seek-past-end-paused-expected.txt:
4172 * media/video-seek-past-end-paused.html:
4173 * media/video-seek-past-end-playing-expected.txt:
4174 * media/video-seek-past-end-playing.html:
4175 * media/video-seekable-expected.txt:
4176 * media/video-seekable.html:
4177 * media/video-seeking-expected.txt:
4178 * media/video-seeking.html:
4179 * media/video-src-change-expected.txt:
4180 * media/video-src-change.html:
4181 * media/video-volume-expected.txt:
4182 * media/video-volume.html:
4184 2009-10-26 Chris Fleizach <cfleizach@apple.com>
4186 Reviewed by Darin Adler.
4188 crash with AX on when an image map contains an anchor tag
4189 https://bugs.webkit.org/show_bug.cgi?id=30739
4191 * accessibility/crashing-a-tag-in-map-expected.txt: Added.
4192 * accessibility/crashing-a-tag-in-map.html: Added.