1 2009-11-22 Dirk Schulze <krit@webkit.org>
3 Reviewed by Nikolas Zimmermann.
5 Tests to the filterRes implementation for SVG Filters
6 [https://bugs.webkit.org/show_bug.cgi?id=6021]
8 big-sized-filter: tests if filter quality is scaled down on a too
9 big SourceImage (SourceGraphic, SourceAlpha)
10 big-sized-filter-2: tests if the filter quality is scaled down
11 on a too big filter effect size.
12 filterRes: Various tests of SVG Filters with different values for
13 filterRes attributes. Checks
14 * that kernel values (if present) are scaled with the filterRes
15 * subRegion calculation is correct for effects with deeper
18 * platform/mac/svg/filters/big-sized-filter-2-expected.txt: Added.
19 * platform/mac/svg/filters/big-sized-filter-expected.checksum: Added.
20 * platform/mac/svg/filters/big-sized-filter-expected.png: Added.
21 * platform/mac/svg/filters/big-sized-filter-expected.txt: Added.
22 * platform/mac/svg/filters/filterRes-expected.checksum: Added.
23 * platform/mac/svg/filters/filterRes-expected.png: Added.
24 * platform/mac/svg/filters/filterRes-expected.txt: Added.
25 * svg/filters/big-sized-filter-2.svg: Added.
26 * svg/filters/big-sized-filter.svg: Added.
27 * svg/filters/filterRes.svg: Added.
29 2009-11-22 Jakub Wieczorek <faw217@gmail.com>
31 Reviewed by Adam Barth.
33 [Qt] DumpRenderTree should explicitly ignore any SSL certificate errors
34 for localhost and 127.0.0.1.
35 https://bugs.webkit.org/show_bug.cgi?id=31783
37 Unskip the http/tests/ssl/verify-ssl-enabled.php test, which is passing now.
39 * platform/qt/Skipped:
41 2009-11-22 Chris Evans <cevans@chromium.org>
43 Reviewed by Adam Barth.
45 Disable access to file:/// directory listings
46 https://bugs.webkit.org/show_bug.cgi?id=31329
48 Updates the test to make sure it is disabling universal access for
49 file:/// URLs (if the API is supported). This is required to do
50 effective intra-file:/// access tests.
51 Note that Safari only passes by virtual of supporting no directory
54 * fast/xmlhttprequest/resources/xmlhttprequest-nonexistent-file-real.html: Added.
55 * fast/xmlhttprequest/xmlhttprequest-nonexistent-file-expected.txt:
56 * fast/xmlhttprequest/xmlhttprequest-nonexistent-file.html:
57 Disable universal access for file:/// URLs (if API available).
58 Run the real test in an iframe without universal access.
60 2009-11-21 Simon Fraser <simon.fraser@apple.com>
62 Reviewed by Dan Bernstein.
64 CSSKeyframesRule::findRule() and deleteRule() should accept 'from' and 'to' as well as percentages
65 https://bugs.webkit.org/show_bug.cgi?id=31588
67 Add tests for finding and deleting keyframes using 'from' and 'to'.
69 * animations/keyframes-rule-expected.txt:
70 * animations/keyframes-rule.html:
72 2009-11-20 Chris Fleizach <cfleizach@apple.com>
74 Reviewed by Beth Dakin.
76 WAI-ARIA: add support for aria-owns
77 https://bugs.webkit.org/show_bug.cgi?id=31702
79 * platform/mac/accessibility/aria-owns-expected.txt: Added.
80 * platform/mac/accessibility/aria-owns.html: Added.
82 2009-11-20 Eric Carlson <eric.carlson@apple.com>
84 Reviewed by Simon Fraser.
86 <rdar://problem/7414396> Leopard & Tiger: Support closed caption in <video> element
88 Remove closed captions test from skipped list.
90 * platform/mac-leopard/Skipped:
91 * platform/mac-tiger/Skipped:
93 2009-11-20 Chris Fleizach <cfleizach@apple.com>
95 Reviewed by Beth Dakin.
97 WAI-ARIA: add support for 'math' role
98 https://bugs.webkit.org/show_bug.cgi?id=31706
100 * platform/mac/accessibility/aria-grouping-roles-expected.txt:
101 * platform/mac/accessibility/aria-grouping-roles.html:
103 2009-11-20 Yael Aharon <yael.aharon@nokia.com>
107 Fix file names in the skipped list, for files added in http://trac.webkit.org/changeset/51257.
109 * platform/mac/Skipped:
110 * platform/win/Skipped:
112 2009-11-20 Yael Aharon <yael.aharon@nokia.com>
114 Reviewed by Kenneth Rohde Christiansen.
116 NPN_ReloadPlugins does not reload the page even if reloadPages is true.
117 https://bugs.webkit.org/show_bug.cgi?id=30460
119 Added tests for calling NPN_ReloadPlugins with reloadPages being true and false.
121 * platform/mac/Skipped:
122 * platform/win/Skipped:
123 * plugins/reloadplugins-and-pages-expected.txt: Added.
124 * plugins/reloadplugins-and-pages.html: Added.
125 * plugins/reloadplugins-no-pages-expected.txt: Added.
126 * plugins/reloadplugins-no-pages.html: Added.
128 2009-11-20 Alexey Proskuryakov <ap@apple.com>
130 Reviewed by Darin Adler.
132 https://bugs.webkit.org/show_bug.cgi?id=25381
133 Needs test: jQuery animation crashing Safari
135 Adding a regression test for a bug that doesn't reproduce in ToT.
137 * fast/dynamic/jQuery-animation-crash-expected.txt: Added.
138 * fast/dynamic/jQuery-animation-crash.html: Added.
140 2009-11-20 Alexey Proskuryakov <ap@apple.com>
142 WebSocket tests still don't work on Windows, disabling for futher invesigation.
144 * platform/win/Skipped:
146 2009-11-20 Alexey Proskuryakov <ap@apple.com>
148 Enabling WebSocket tests on Windows - let's see if they pass after the recent fixes.
150 * platform/win/Skipped:
152 2009-11-20 Victor Wang <victorw@chromium.org>
154 Reviewed by Darin Adler.
156 Add expected pixel result for layout test input-file-re-render
158 https://bugs.webkit.org/show_bug.cgi?id=31696
160 * platform/mac/fast/forms/input-file-re-render-expected.checksum: Added.
161 * platform/mac/fast/forms/input-file-re-render-expected.png: Added.
163 2009-11-20 Eric Carlson <eric.carlson@apple.com>
165 Reviewed by Simon Fraser.
167 <rdar://problem/7389945> QTKit based media engine should not claim to support fullscreen on Leopard
171 * platform/mac/media/audio-controls-rendering-expected.checksum:
172 * platform/mac/media/audio-controls-rendering-expected.png:
173 * platform/mac/media/audio-controls-rendering-expected.txt:
175 2009-11-20 Roland Steiner <rolandsteiner@chromium.org>
177 Reviewed by Darin Adler.
179 Test checking that CSS 'text-indent' does not affect ruby rendering by default.
180 (https://bugs.webkit.org/show_bug.cgi?id=31247)
182 * fast/ruby/ruby-text-indent-expected.txt: Added.
183 * fast/ruby/ruby-text-indent.html: Added.
185 2009-11-19 Beth Dakin <bdakin@apple.com>
187 Reviewed by Darin Adler.
189 Tests for https://bugs.webkit.org/show_bug.cgi?id=31321 Make
190 -webkit-color-correction work with untagged images
192 * fast/css/color-correction-on-background-image.html: Added.
193 * fast/css/color-correction-untagged-images.html: Added.
194 * fast/css/resources/purple-noprofile.png: Added.
195 * platform/mac/fast/css/color-correction-on-background-image-expected.checksum: Added.
196 * platform/mac/fast/css/color-correction-on-background-image-expected.png: Added.
197 * platform/mac/fast/css/color-correction-on-background-image-expected.txt: Added.
198 * platform/mac/fast/css/color-correction-untagged-images-expected.checksum: Added.
199 * platform/mac/fast/css/color-correction-untagged-images-expected.png: Added.
200 * platform/mac/fast/css/color-correction-untagged-images-expected.txt: Added.
202 2009-11-19 Michelangelo De Simone <michelangelo@webkit.org>
204 Fix for <https://bugs.webkit.org/show_bug.cgi?id=27959>
205 Files missed when landing patch.
207 * platform/qt/Skipped:
208 * platform/win/Skipped:
210 2009-11-19 Alexey Proskuryakov <ap@apple.com>
212 Trying to enable WebSocket tests on Tiger again, as the bot seems to behave now.
214 * platform/mac-tiger/Skipped:
216 2009-11-19 Rahul Kuchhal <kuchhal@chromium.org>
218 Reviewed by Darin Adler.
220 Do not assert when a high number is used for roman numerals in lists.
221 https://bugs.webkit.org/show_bug.cgi?id=31652
223 * fast/lists/ol-start-roman.html: Added.
224 * platform/mac/fast/lists/ol-start-roman-expected.txt: Added.
226 2009-11-19 Eric Z. Ayers <zundel@google.com>
228 Reviewed by Pavel Feldman.
230 Updated timeline paint test to ignore width and height. GTK+ testing
231 uses a different top level window size than other platforms.
233 https://bugs.webkit.org/show_bug.cgi?id=31402
235 * inspector/timeline-paint-expected.txt:
236 * inspector/timeline-test.js:
237 * platform/win/Skipped:
239 2009-11-19 Chris Fleizach <cfleizach@apple.com>
241 Reviewed by Darin Adler.
243 WAI-ARIA roles not supported on image map <area>
244 https://bugs.webkit.org/show_bug.cgi?id=31525
246 * accessibility/aria-used-on-image-maps-expected.txt: Added.
247 * accessibility/aria-used-on-image-maps.html: Added.
248 * platform/gtk/Skipped:
249 * platform/win/Skipped:
251 2009-11-19 Eric Carlson <eric.carlson@apple.com>
253 Reviewed by Dan Bernstein.
255 <rdar://problem/7035231>
256 Support closed caption in <video> element
258 * media/media-captions-expected.txt: Added.
259 * media/media-captions.html: Added.
260 * media/content/counting-captioned.mov: Added.
262 * platform/gtk/Skipped:
263 * platform/mac-leopard/Skipped:
264 * platform/mac-tiger/Skipped:
265 * platform/win/Skipped:
266 Skipped on platforms that don't support closed captions yet.
268 2009-11-19 Pavel Feldman <pfeldman@chromium.org>
270 Reviewed by Gustavo Noronha Silva.
272 Web Inspector: Implement "show inspector" in WebKit GTK
273 API and enable console tests.
275 https://bugs.webkit.org/show_bug.cgi?id=31669
277 * platform/gtk/Skipped:
279 2009-11-19 Shinichiro Hamaji <hamaji@chromium.org>
281 Reviewed by Eric Seidel.
283 Some tests in fast/css-generated-content can be dumpAsText test
284 https://bugs.webkit.org/show_bug.cgi?id=31663
286 * fast/css-generated-content/absolute-position-inside-inline-expected.txt: Added.
287 * fast/css-generated-content/absolute-position-inside-inline.html:
288 * fast/css-generated-content/hit-test-generated-content-expected.txt: Added.
289 * fast/css-generated-content/hit-test-generated-content.html:
290 * fast/css-generated-content/positioned-background-hit-test-crash-expected.txt: Added.
291 * fast/css-generated-content/positioned-background-hit-test-crash.html:
292 * fast/css-generated-content/spellingToolTip-assert-expected.txt: Added.
293 * fast/css-generated-content/spellingToolTip-assert.html:
294 * platform/mac/fast/css-generated-content/absolute-position-inside-inline-expected.checksum: Removed.
295 * platform/mac/fast/css-generated-content/absolute-position-inside-inline-expected.png: Removed.
296 * platform/mac/fast/css-generated-content/absolute-position-inside-inline-expected.txt: Removed.
297 * platform/mac/fast/css-generated-content/hit-test-generated-content-expected.checksum: Removed.
298 * platform/mac/fast/css-generated-content/hit-test-generated-content-expected.png: Removed.
299 * platform/mac/fast/css-generated-content/hit-test-generated-content-expected.txt: Removed.
300 * platform/mac/fast/css-generated-content/positioned-background-hit-test-crash-expected.checksum: Removed.
301 * platform/mac/fast/css-generated-content/positioned-background-hit-test-crash-expected.png: Removed.
302 * platform/mac/fast/css-generated-content/positioned-background-hit-test-crash-expected.txt: Removed.
303 * platform/mac/fast/css-generated-content/spellingToolTip-assert-expected.checksum: Removed.
304 * platform/mac/fast/css-generated-content/spellingToolTip-assert-expected.png: Removed.
305 * platform/mac/fast/css-generated-content/spellingToolTip-assert-expected.txt: Removed.
306 * platform/qt/fast/css-generated-content/absolute-position-inside-inline-expected.txt: Removed.
307 * platform/qt/fast/css-generated-content/positioned-background-hit-test-crash-expected.txt: Removed.
308 * platform/qt/fast/css-generated-content/spellingToolTip-assert-expected.txt: Removed.
310 2009-11-19 Kinuko Yasuda <kinuko@google.com>
312 Reviewed by Dan Bernstein.
314 Update the test fast/overflow/004.html to make it match the test
315 description and expected results.
316 https://bugs.webkit.org/show_bug.cgi?id=31455
318 * fast/overflow/004.html:
319 * platform/mac/fast/overflow/004-expected.checksum:
320 * platform/mac/fast/overflow/004-expected.png:
321 * platform/mac/fast/overflow/004-expected.txt:
323 2009-11-18 Dan Bernstein <mitz@apple.com>
325 Reviewed by Simon Fraser.
327 Test for <rdar://problem/7398987> Assertion failure in
328 RenderLayer::updateClipRects when a plug-in’s enclosing layer is
329 enclosed by a transformed layer
331 * fast/layers/clip-rects-transformed-2-expected.txt: Added.
332 * fast/layers/clip-rects-transformed-2.html: Added.
333 * fast/layers/clip-rects-transformed-expected.txt: Added.
334 * fast/layers/clip-rects-transformed.html: Added.
336 2009-11-18 Michelangelo De Simone <micdesim@gmail.com>
338 Reviewed by Darin Adler.
340 Fix for <https://bugs.webkit.org/show_bug.cgi?id=27959>.
341 Support for validationMessage attribute, as per HTML5 specs.
343 * fast/dom/domListEnumeration-expected.txt: updated with new property
344 * fast/dom/script-tests/domListEnumeration.js: ditto
345 * fast/forms/script-tests/validationMessage.js: Added.
346 * fast/forms/validationMessage-expected.txt: Added.
347 * fast/forms/validationMessage.html: Added.
348 * platform/gtk/Skipped:
349 * platform/qt/Skipped:
350 * platform/win/Skipped:
352 2009-11-19 Roland Steiner <rolandsteiner@chromium.org>
354 Reviewed by Darin Adler.
356 Bug 31574 - Crashing bug when removing <ruby> element
357 (https://bugs.webkit.org/show_bug.cgi?id=31574)
359 Layout test to verify it no longer crashes when the <ruby> element
362 * fast/ruby/ruby-remove-expected.txt: Added.
363 * fast/ruby/ruby-remove.html: Added.
365 2009-11-18 Kent Tamura <tkent@chromium.org>
367 Reviewed by Darin Adler.
369 Tests for ValidityState.typeMismatch for the following types of INPUT element:
370 date, datetime, datetime-local, month, time and week
371 https://bugs.webkit.org/show_bug.cgi?id=31342
373 * fast/forms/ValidityState-typeMismatch-date-expected.txt: Added.
374 * fast/forms/ValidityState-typeMismatch-date.html: Added.
375 * fast/forms/ValidityState-typeMismatch-datetime-expected.txt: Added.
376 * fast/forms/ValidityState-typeMismatch-datetime.html: Added.
377 * fast/forms/ValidityState-typeMismatch-datetimelocal-expected.txt: Added.
378 * fast/forms/ValidityState-typeMismatch-datetimelocal.html: Added.
379 * fast/forms/ValidityState-typeMismatch-month-expected.txt: Added.
380 * fast/forms/ValidityState-typeMismatch-month.html: Added.
381 * fast/forms/ValidityState-typeMismatch-time-expected.txt: Added.
382 * fast/forms/ValidityState-typeMismatch-time.html: Added.
383 * fast/forms/ValidityState-typeMismatch-week-expected.txt: Added.
384 * fast/forms/ValidityState-typeMismatch-week.html: Added.
385 * fast/forms/script-tests/ValidityState-typeMismatch-date.js: Added.
386 * fast/forms/script-tests/ValidityState-typeMismatch-datetime.js: Added.
387 * fast/forms/script-tests/ValidityState-typeMismatch-datetimelocal.js: Added.
388 * fast/forms/script-tests/ValidityState-typeMismatch-month.js: Added.
389 * fast/forms/script-tests/ValidityState-typeMismatch-time.js: Added.
390 * fast/forms/script-tests/ValidityState-typeMismatch-week.js: Added.
392 2009-11-18 Kent Tamura <tkent@chromium.org>
394 Reviewed by Darin Adler.
396 Add tests for ValidityState.stepMismatch.
397 https://bugs.webkit.org/show_bug.cgi?id=31331
399 * fast/forms/ValidityState-stepMismatch-number-expected.txt: Added.
400 * fast/forms/ValidityState-stepMismatch-number.html: Added.
401 * fast/forms/ValidityState-stepMismatch-range-expected.txt: Added.
402 * fast/forms/ValidityState-stepMismatch-range.html: Added.
403 * fast/forms/ValidityState-stepMismatch-unsupported-expected.txt: Added.
404 * fast/forms/ValidityState-stepMismatch-unsupported.html: Added.
405 * fast/forms/input-step-expected.txt: Added.
406 * fast/forms/input-step.html: Added.
407 * fast/forms/script-tests/ValidityState-stepMismatch-number.js: Added.
408 * fast/forms/script-tests/ValidityState-stepMismatch-range.js: Added.
409 * fast/forms/script-tests/ValidityState-stepMismatch-unsupported.js: Added.
410 * fast/forms/script-tests/input-step.js: Added.
412 2009-11-18 Shu Chang <Chang.Shu@nokia.com>
414 Reviewed by Eric Seidel.
416 [Qt] Update expected result after Qt4.6 upgrade.
417 https://bugs.webkit.org/show_bug.cgi?id=31560
419 Test: LayoutTests/editing/deleting/5408255.html
421 * platform/qt/editing/deleting/5408255-expected.txt:
423 2009-11-18 Daniel Bates <dbates@webkit.org>
425 Reviewed by Dave Hyatt.
427 https://bugs.webkit.org/show_bug.cgi?id=24971
429 <rdar://problem/7138265>
431 Tests that setting the height of a table row programmatically (via JavaScript)
432 recalculates the height of the rows in the table.
434 * fast/table/row-height-recalc2.html: Added.
435 * platform/mac/fast/table/row-height-recalc2-expected.checksum: Added.
436 * platform/mac/fast/table/row-height-recalc2-expected.png: Added.
437 * platform/mac/fast/table/row-height-recalc2-expected.txt: Added.
438 * platform/qt/fast/table/row-height-recalc2-expected.checksum: Added.
439 * platform/qt/fast/table/row-height-recalc2-expected.png: Added.
440 * platform/qt/fast/table/row-height-recalc2-expected.txt: Added.
441 * platform/win/fast/table/row-height-recalc2-expected.checksum: Added.
442 * platform/win/fast/table/row-height-recalc2-expected.png: Added.
443 * platform/win/fast/table/row-height-recalc2-expected.txt: Added.
445 2009-11-18 Julie Parent <jparent@chromium.org>
447 Reviewed by Eric Seidel.
449 Reduce flakiness in zero-duration-with-non-zero-delay-end.html by
450 increasing a timeout.
452 https://bugs.webkit.org/show_bug.cgi?id=31646
454 * transitions/zero-duration-with-non-zero-delay-end.html:
456 2009-11-18 Oliver Hunt <oliver@apple.com>
458 Update expected results of fixed test.
460 * fast/profiler/throw-exception-from-eval-expected.txt:
462 2009-11-18 Oliver Hunt <oliver@apple.com>
464 Reviewed by Alexey Proskuryakov.
466 Interpreter may do an out of range access when throwing an exception in the profiler.
467 https://bugs.webkit.org/show_bug.cgi?id=31635
469 Correct this test so that it is actually testing what it is intended to.
471 * fast/profiler/throw-exception-from-eval.html:
473 2009-11-18 Alexey Proskuryakov <ap@apple.com>
475 Disabling WebSocket tests on Tiger back, they still hang.
477 * platform/mac-tiger/Skipped:
479 2009-11-17 Julie Parent <jparent@chromium.org>
481 Reviewed by Dmitry Titov.
483 Eliminate flakiness in file-URL-with-port-number by removing a setTimeout.
484 The timeout caused the test to fail about 2% of the time on the Chromium builders.
485 The timeout exists to catch cases where the iframe does not load, but the test
486 framework already will handle this (albeit with a longer timeout).
488 * fast/loader/file-URL-with-port-number.html:
490 2009-11-18 Ben Murdoch <benm@google.com>
492 Reviewed by Darin Adler.
494 HTMLAnchorElement is inconsistent with its internal handling of the value returned for the href attribute.
495 https://bugs.webkit.org/show_bug.cgi?id=31593
497 * fast/dom/HTMLAnchorElement/script-tests/set-href-attribute-whitespace.js: Added.
498 * fast/dom/HTMLAnchorElement/set-href-attribute-whitespace-expected.txt: Added.
499 * fast/dom/HTMLAnchorElement/set-href-attribute-whitespace.html: Added.
501 2009-11-18 Alexey Proskuryakov <ap@apple.com>
503 Trying to enable WebSocket tests on Tiger again, now that bug 31603 is fixed.
505 * platform/mac-tiger/Skipped:
507 2009-11-18 Martin Robinson <martin.james.robinson@gmail.com>
509 Reviewed by Gustavo Noronha.
511 [GTK] Tab key does not cycle through elements by default
512 https://bugs.webkit.org/show_bug.cgi?id=31505
514 Improve fast/events/keypress-insert-tab.html to test that the
515 TabKeyCyclesThroughElements setting is true by default and
518 * fast/events/keypress-insert-tab.html:
520 2009-11-18 Benjamin Poulain <benjamin.poulain@nokia.com>
522 Reviewed by Simon Hausmann.
524 [Qt] WebKit crashes when loading certain SVG images
526 Added a test for a crash of QtWebkit when loading SVG images.
528 https://bugs.webkit.org/show_bug.cgi?id=29443
530 * svg/text/resources/text-font-invalid.svg: Added.
531 * svg/text/text-font-invalid-expected.txt: Added.
532 * svg/text/text-font-invalid.html: Added.
534 2009-11-17 Hayato Ito <hayato@google.com>
536 Reviewed by Darin Adler.
538 Avoid infinite mutual recursion when deeply nested tags are loaded
539 https://bugs.webkit.org/show_bug.cgi?id=30651
541 * fast/parser/block-nesting-cap-table-expected.txt: Added.
542 * fast/parser/block-nesting-cap-table.html: Added.
543 * fast/parser/script-tests/block-nesting-cap-table.js: Added.
545 2009-11-17 Johnny Ding <jnd@chromium.org>
547 Reviewed by Darin Adler.
549 In all valid script tags for JavaScript, the event handler in <script...for> should not get executed.
550 Change the original test to pure js test, and test the situation about script tags which have text or language attribute.
551 https://bugs.webkit.org/show_bug.cgi?id=31567
553 * fast/dom/HTMLScriptElement/script-for-attribute-unexpected-execution-expected.txt:
554 * fast/dom/HTMLScriptElement/script-for-attribute-unexpected-execution.html:
555 * fast/dom/HTMLScriptElement/script-tests: Added.
556 * fast/dom/HTMLScriptElement/script-tests/script-for-attribute-unexpected-execution.js: Added.
557 (ScriptForAttributeExecute):
559 2009-11-17 Mark Rowe <mrowe@apple.com>
561 Reviewed by Alexey Proskuryakov.
563 <http://webkit.org/b/31602> Failing to start the WebSocket server shouldn’t terminate entire test run
565 * websocket/resources/server-failed-to-start.html: Error page that will be loaded in place of websocket
566 tests when the server fails to start.
568 2009-11-17 Brian Weinstein <bweinstein@apple.com>
570 Rubber-stamped by Pavel Feldman.
572 Skip inspector tests that are flaky on Windows Release - this is being tracked by:
573 https://bugs.webkit.org/show_bug.cgi?id=31596.
575 * platform/win/Skipped:
577 2009-11-16 Julie Parent <jparent@chromium.org>
579 Reviewed by Darin Adler.
581 Eliminate flakiness in char-encoding tests by removing setTimeout,
582 that was working around an old issue.
583 https://bugs.webkit.org/show_bug.cgi?id=31571
585 * fast/encoding/char-encoding-mac.html:
586 * fast/encoding/char-encoding.html:
587 * fast/encoding/resources/char-encoding-utils.js:
589 2009-11-17 Csaba Osztrogonác <ossy@webkit.org>
591 Not reviewed, follow up to r51072: rename skipped entries
592 * platform/qt/Skipped:
594 2009-11-17 Csaba Osztrogonác <ossy@webkit.org>
596 Reviewed by Kenneth Rohde Christiansen.
598 [Qt] Crashing tests after updating to Qt-4.6.0
599 https://bugs.webkit.org/show_bug.cgi?id=31591
601 * platform/qt/Skipped: Put tests into skiplist temporarily.
603 2009-11-17 Pavel Feldman <pfeldman@chromium.org>
605 Not reviewed, tests fix. Follow up to r51072: move
606 platform-specific results for fast/inspector into
607 fast/inspector-support.
609 * platform/mac/fast/inspector-support/matchedrules-expected.checksum: Renamed from LayoutTests/platform/mac/fast/inspector/matchedrules-expected.checksum.
610 * platform/mac/fast/inspector-support/matchedrules-expected.png: Renamed from LayoutTests/platform/mac/fast/inspector/matchedrules-expected.png.
611 * platform/mac/fast/inspector-support/matchedrules-expected.txt: Renamed from LayoutTests/platform/mac/fast/inspector/matchedrules-expected.txt.
612 * platform/mac/fast/inspector-support/style-expected.txt: Renamed from LayoutTests/platform/mac/fast/inspector/style-expected.txt.
613 * platform/qt/fast/inspector-support/matchedrules-expected.txt: Renamed from LayoutTests/platform/qt/fast/inspector/matchedrules-expected.txt.
614 * platform/qt/fast/inspector-support/style-expected.txt: Renamed from LayoutTests/platform/qt/fast/inspector/style-expected.txt.
616 2009-11-17 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
618 Actually skip the inspector console tests while the problem
619 discussed in https://bugs.webkit.org/show_bug.cgi?id=31472 is
622 * platform/gtk/Skipped:
624 2009-11-17 Pavel Feldman <pfeldman@chromium.org>
626 Not reviewed, build fix. Follow up to r51072: rename skipped entries
627 for the tests that were moved.
629 * platform/gtk/Skipped:
630 * platform/qt/Skipped:
632 2009-11-17 Pavel Feldman <pfeldman@chromium.org>
634 Reviewed by Timothy Hatcher.
636 Web Inspector: Make DRT show web inspector for tests in inspector/ folder.
637 - Updated DRT to show/close inspector for all tests under /inspector
638 - Introduced LayoutTestController::setTimelineProfilingEnabled and
639 WebInspector::setTimelineProfilingEnabled beside setJavaScriptProfilingEnabled
640 - Removed reload on each inspector test
641 - Renamed fast/inspector to fast/inspector-support in order not to trigger
643 - Reimplemented timeline tests in order to get rid of reload there.
644 - Moved tests that don't require harness into the fast group.
646 https://bugs.webkit.org/show_bug.cgi?id=31472
648 * fast/inspector-support/cssURLQuotes-expected.txt: Renamed from LayoutTests/fast/inspector/cssURLQuotes-expected.txt.
649 * fast/inspector-support/cssURLQuotes.html: Renamed from LayoutTests/fast/inspector/cssURLQuotes.html.
650 * fast/inspector-support/matchedrules.html: Renamed from LayoutTests/fast/inspector/matchedrules.html.
651 * fast/inspector-support/style.html: Renamed from LayoutTests/fast/inspector/style.html.
652 * fast/inspector-support/uncaught-dom1-exception-expected.txt: Renamed from LayoutTests/inspector/uncaught-dom1-exception-expected.txt.
653 * fast/inspector-support/uncaught-dom1-exception.html: Renamed from LayoutTests/inspector/uncaught-dom1-exception.html.
654 * fast/inspector-support/uncaught-dom3-exception-expected.txt: Renamed from LayoutTests/inspector/uncaught-dom3-exception-expected.txt.
655 * fast/inspector-support/uncaught-dom3-exception.html: Renamed from LayoutTests/inspector/uncaught-dom3-exception.html.
656 * fast/inspector-support/uncaught-dom8-exception-expected.txt: Renamed from LayoutTests/inspector/uncaught-dom8-exception-expected.txt.
657 * fast/inspector-support/uncaught-dom8-exception.html: Renamed from LayoutTests/inspector/uncaught-dom8-exception.html.
658 * inspector/inspector-test.js:
660 (evaluateInWebInspector):
662 * inspector/resources/timeline-iframe-data.html: Added.
663 * inspector/timeline-layout-expected.txt:
664 * inspector/timeline-layout.html:
665 * inspector/timeline-mark-timeline.html:
666 * inspector/timeline-paint.html:
667 * inspector/timeline-parse-html-expected.txt:
668 * inspector/timeline-parse-html.html:
669 * inspector/timeline-recalculate-styles-expected.txt:
670 * inspector/timeline-recalculate-styles.html:
671 * inspector/timeline-script-tag-1-expected.txt:
672 * inspector/timeline-script-tag-1.html:
673 * inspector/timeline-script-tag-2-expected.txt:
674 * inspector/timeline-script-tag-2.html:
675 * inspector/timeline-script-tag-2.js:
676 * inspector/timeline-test.js:
677 (printTimelineRecords):
679 (dumpTimelineRecords):
681 (frontend_getTimelineResults):
683 2009-11-17 Yuta Kitamura <yutak@chromium.org>
685 Reviewed by Eric Seidel.
687 Fix http tests so that they do not submit a GET form to about:blank.
689 Original tests expected that submitting an empty form to <about:blank> navigates
690 the browser to <about:blank?>, not <about:blank>. However, some other browsers
691 do not act like Safari, and in fact the layout test runner of Chromium was
692 failing to run these tests.
694 Prior to this patch, a test that only checks this behavior was added, so now
695 we can remove the dependency on it from these tests.
697 Some HTTP tests submit a GET form to about:blank
698 https://bugs.webkit.org/show_bug.cgi?id=30423
700 * http/tests/navigation/onload-navigation-iframe-2-expected.txt:
701 * http/tests/navigation/onload-navigation-iframe-2.html:
702 * http/tests/navigation/onload-navigation-iframe-expected.txt:
703 * http/tests/navigation/onload-navigation-iframe-timeout-expected.txt:
704 * http/tests/navigation/onload-navigation-iframe-timeout.html:
705 * http/tests/navigation/onload-navigation-iframe.html:
706 * http/tests/navigation/resources/blank.txt: Added.
708 2009-11-17 Yuta Kitamura <yutak@chromium.org>
710 Reviewed by Darin Adler.
712 Add a test to check the behavior of submitting a GET form to <about:blank>.
714 Currently Safari redirects the browser to <about:blank?>, while some other
715 browsers do not (including Firefox and Chromium). The objective of this test is
716 to express the current behavior of Safari and to become ready to remove
717 unintentional dependency on it from several tests.
719 Some HTTP tests submit a GET form to about:blank
720 https://bugs.webkit.org/show_bug.cgi?id=30423
722 * fast/forms/get-forms-to-about-blank-expected.txt: Added.
723 * fast/forms/get-forms-to-about-blank.html: Added.
725 2009-11-16 Alexey Proskuryakov <ap@apple.com>
727 Disabling WebSocket tests on Tiger and Windows again, as they still time out.
729 * platform/mac-tiger/Skipped:
730 * platform/win/Skipped:
732 2009-11-16 Chris Fleizach <cfleizach@apple.com>
734 Reviewed by Beth Dakin.
736 AX: aria-labelledby duplicates some of its WAI-ARIA label
737 https://bugs.webkit.org/show_bug.cgi?id=31565
739 * accessibility/aria-labelledby-overrides-label-expected.txt: Added.
740 * accessibility/aria-labelledby-overrides-label.html: Added.
741 * platform/gtk/Skipped:
742 * platform/win/Skipped:
744 2009-11-16 Kenneth Russell <kbr@google.com>
746 Reviewed by Oliver Hunt.
748 Update API of WebGLArray and friends
749 https://bugs.webkit.org/show_bug.cgi?id=31175
751 * fast/canvas/webgl/array-unit-tests-expected.txt:
752 * fast/canvas/webgl/array-unit-tests.html:
754 2009-11-16 Alexey Proskuryakov <ap@apple.com>
756 Re-enabling WebSocket tests on Tiger and Windows, now that SSL is disabled.
758 * platform/mac-tiger/Skipped:
759 * platform/win/Skipped:
761 2009-11-14 Antonio Gomes <tonikitoo@webkit.org>
763 Reviewed by Antti Koivisto.
765 [Qt] Broken back/forward after using ErrorPageExtension to set error page
766 https://bugs.webkit.org/show_bug.cgi?id=30573
768 Skipped fast/history/back-forward-reset-after-error-handling.html
769 in mac, gtk and win DRT, because their DRT do not support yet
770 error pages handling.
772 * fast/history/back-forward-reset-after-error-handling.html:
773 * platform/gtk/Skipped:
774 * platform/mac/Skipped:
775 * platform/win/Skipped:
777 2009-11-16 Kenneth Rohde Christiansen <kenneth@webkit.org>
779 Rubberstamped by Simon Hausmann.
781 Added new Qt expected results for animation tests.
783 * platform/qt/animations/change-transform-in-end-event-expected.txt: Added.
784 * platform/qt/animations/state-at-end-event-expected.txt: Added.
785 * platform/qt/animations/state-at-end-event-transform-expected.txt: Added.
787 2009-11-15 Chris Fleizach <cfleizach@apple.com>
789 Fixing broken layout test.
791 Need to implement ARIA role="directory"
792 https://bugs.webkit.org/show_bug.cgi?id=31516
794 Lists are not supported on Leopard or Tiger, so the test for this
795 bug needs to be skipped.
797 * platform/mac-leopard/Skipped:
798 * platform/mac-tiger/Skipped:
800 2009-11-14 Chris Fleizach <cfleizach@apple.com>
802 Reviewed by Darin Adler.
804 Need to implement ARIA role="directory"
805 https://bugs.webkit.org/show_bug.cgi?id=31516
807 * platform/mac/accessibility/aria-directory-expected.txt: Added.
808 * platform/mac/accessibility/aria-directory.html: Added.
810 2009-11-14 Adele Peterson <adele@apple.com>
812 Reviewed by Dan Bernstein.
814 Test for <rdar://problem/6946165> Would like to be able to specify the number of visible lines when using -webkit-line-clamp
816 * fast/overflow/line-clamp.html: Added.
817 * platform/mac/fast/overflow/line-clamp-expected.checksum: Added.
818 * platform/mac/fast/overflow/line-clamp-expected.png: Added.
819 * platform/mac/fast/overflow/line-clamp-expected.txt: Added.
821 2009-11-14 Kent Tamura <tkent@chromium.org>
823 Reviewed by Darin Adler.
825 Add tests for reading/writing .type property of HTMLInputElement.
826 https://bugs.webkit.org/show_bug.cgi?id=29004
828 * fast/forms/input-type-change3-expected.txt: Added.
829 * fast/forms/input-type-change3.html: Added.
830 * fast/forms/script-tests/input-type-change3.js: Added.
832 2009-11-14 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
834 Skip new test that needs new DRT infrastructure, with bug filled.
836 * platform/gtk/Skipped:
838 2009-11-13 Chris Fleizach <cfleizach@apple.com>
840 Reviewed by Darin Adler.
842 WAI-ARIA: checkbox does not determine its label from text content
843 https://bugs.webkit.org/show_bug.cgi?id=31456
845 * accessibility/aria-checkbox-text.html: Added.
846 * platform/gtk/Skipped:
847 * platform/mac/accessibility/aria-checkbox-text-expected.txt: Added.
848 * platform/win/Skipped:
850 2009-11-13 Alexey Proskuryakov <ap@apple.com>
852 Disable websocket tests on Tiger, as they time out.
854 Filed <https://bugs.webkit.org/show_bug.cgi?id=31501> to investigate this issue.
856 * platform/mac-tiger/Skipped:
858 2009-11-12 Jeremy Orlow <jorlow@chromium.org>
860 Reviewed by Dmitry Titov.
862 Now that we're tracking key size in the quota, we can't fit as much in.
863 https://bugs.webkit.org/show_bug.cgi?id=31451
865 * storage/domstorage/quota-expected.txt:
866 * storage/domstorage/script-tests/quota.js:
869 2009-11-13 Shinichiro Hamaji <hamaji@chromium.org>
871 Reviewed by Darin Adler.
873 WebCore::externalRepresentation should update layout before getting render object
874 https://bugs.webkit.org/show_bug.cgi?id=31459
876 Before this change, the render tree output for this test was wrong.
877 Note that #FF0000 (red) becomes #008000 (green) now.
879 * platform/mac/svg/custom/gradient-stop-style-change-expected.txt:
881 2009-11-04 Adam Roben <aroben@apple.com>
883 Test that delegates can modify global objects in isolated worlds
885 Fixes <http://webkit.org/b/31124> Tell the WebFrameLoadDelegate when
886 window objects in isolated worlds are cleared
888 Reviewed by Dave Hyatt.
890 * http/tests/security/isolatedWorld/didClearWindowObject-expected.txt: Added.
891 * http/tests/security/isolatedWorld/didClearWindowObject.html: Added.
892 Tests that the global object in the normal world does not have a
893 __worldID property, and that the global object in isolated worlds has
894 a __worldID property whose value is equal to the world's ID.
896 2009-11-13 Dumitru Daniliuc <dumi@chromium.org>
898 Reviewed by Eric Seidel.
900 Remove the unnecessary call to dumpDatabaseCallbacks().
902 https://bugs.webkit.org/show_bug.cgi?id=31495
904 * storage/hash-change-with-xhr.html:
906 2009-11-13 Hironori Bono <hbono@chromium.org>
908 Reviewed by Oliver Hunt.
910 Implement composition events introduced in DOM Level 3.
911 This change adds a new IDL which defines the composition events, adds a class which
912 implements the composition events, and sends the composition events according to
914 https://bugs.webkit.org/show_bug.cgi?id=26310
916 * fast/events/ime-composition-events-001-expected.txt: Added.
917 * fast/events/ime-composition-events-001.html: Added.
918 * platform/gtk/Skipped: Skip this test because TextInputController is not implemented.
919 * platform/qt/Skipped: ditto.
920 * platform/win/Skipped: ditto.
922 2009-11-13 Kenneth Rohde Christiansen <kenneth@webkit.org>
924 Reviewed by Simon Hausmann.
926 Add a file for suppressing invalid valgrind errors (Qt / Linux only)
928 * platform/qt/SuppressedValgrindErrors: Added.
930 2009-11-13 Alexey Proskuryakov <ap@apple.com>
932 Disable websocket tests on Windows, as the server cannot start on buildbot.
934 Filed <https://bugs.webkit.org/show_bug.cgi?id=31479> to investigate this issue.
936 * platform/win/Skipped:
938 2009-11-12 Alexey Proskuryakov <ap@apple.com>
940 Reviewed by Darin Adler.
942 https://bugs.webkit.org/show_bug.cgi?id=31441
943 Implement SocketStreamCFNet
945 * platform/mac/Skipped:
946 * platform/win/Skipped:
947 Enables tests in websocket directory.
949 2009-11-13 Dmitry Titov <dimich@chromium.org>
951 Reviewed by Darin Adler.
953 Fix worker-timeout.html layout test that fails in Chromium harness.
954 https://bugs.webkit.org/show_bug.cgi?id=31452
956 * fast/workers/worker-timeout.html:
957 Stop logging timer messages at the same time as calling NotifyDone() because
958 in test harness Chromium uses for workers it does not capture the output immediately.
960 2009-11-13 Pavel Feldman <pfeldman@chromium.org>
962 Reviewed by Adam Barth.
964 Chromium: [REGRESSION] Crash while stopping on a breakpoint.
967 https://bugs.webkit.org/show_bug.cgi?id=31467
969 * http/tests/security/calling-versus-current-expected.txt: Removed.
970 * http/tests/security/calling-versus-current.html: Removed.
972 2009-11-13 Dirk Schulze <krit@webkit.org>
974 Reviewed by Gustavo Noronha.
976 Skip fast/canvas/canvas-shadow.html we need to enable filters
977 on cairo to pass this test.
979 * platform/gtk/Skipped:
981 2009-11-13 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
983 Skip one more new test.
985 * platform/gtk/Skipped:
987 2009-11-12 Anantanarayanan G Iyengar <ananta@chromium.org>
989 Reviewed by Adam Barth.
991 The document-html and window-html tests don't use a setTimeout to notify that the
992 test is completed. The layout test plugin now issues the notifyDone call via
995 https://bugs.webkit.org/show_bug.cgi?id=31067
997 * plugins/document-open.html:
998 * plugins/window-open.html:
1000 2009-11-12 Kinuko Yasuda <kinuko@google.com>
1002 Reviewed by Adam Barth.
1004 Makes the output of fast/events/mouse-click-events.html independent
1006 https://bugs.webkit.org/show_bug.cgi?id=31405
1008 * fast/events/mouse-click-events-expected.txt:
1009 * fast/events/script-tests/mouse-click-events.js:
1011 2009-11-12 Simon Fraser <simon.fraser@apple.com>
1013 Reviewed by Dan Bernstein.
1015 Transformed reflected elements are clipped inside element with opacity
1016 https://bugs.webkit.org/show_bug.cgi?id=30957
1018 Testcase for reflected and transformed elements inside an opacity layer.
1020 * fast/reflections/opacity-reflection-transform.html: Added.
1021 * platform/mac/fast/reflections/opacity-reflection-transform-expected.checksum: Added.
1022 * platform/mac/fast/reflections/opacity-reflection-transform-expected.png: Added.
1023 * platform/mac/fast/reflections/opacity-reflection-transform-expected.txt: Added.
1025 2009-11-12 Joanmarie Diggs <joanmarie.diggs@gmail.com>
1027 Reviewed by Gustavo Noronha Silva.
1029 https://bugs.webkit.org/show_bug.cgi?id=30997
1030 [Gtk] Implemment AtkDocument
1032 Added testing support for AtkDocument implementation.
1034 * accessibility/document-attributes.html: Added.
1035 * accessibility/document-attributes-expected.txt: Added.
1036 * platform/mac/Skipped:
1037 * platform/win/Skipped:
1039 2009-11-11 Dirk Schulze <krit@webkit.org>
1041 Reviewed by Simon Fraser.
1043 Some tests for canvas shadow.
1045 * fast/canvas/canvas-shadow-expected.txt: Added.
1046 * fast/canvas/canvas-shadow.html: Added.
1047 * fast/canvas/script-tests/canvas-shadow.js: Added.
1049 2009-11-12 Brian Weinstein <bweinstein@apple.com>
1051 Rubber-stamped by Steve Falkenburg.
1053 Add failing tests to Skipped list.
1055 * platform/win/Skipped:
1057 2009-11-12 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1059 Skipping tests that fail intermitently.
1061 * platform/gtk/Skipped:
1063 2009-11-12 Sam Weinig <sam@webkit.org>
1065 Reviewed by Oliver Hunt.
1067 Test for <rdar://problem/7267951>
1068 Canvas methods should reject uses of NaN and Infinity.
1070 * fast/canvas/canvas-with-illegal-args-expected.txt: Added.
1071 * fast/canvas/canvas-with-illegal-args.html: Added.
1072 * fast/canvas/script-tests/canvas-with-illegal-args.js: Added.
1074 2009-11-12 Mark Rowe <mrowe@apple.com>
1076 Skip an accessibility test that covers functionality not available on Tiger or Leopard.
1078 * platform/mac-leopard/Skipped:
1079 * platform/mac-tiger/Skipped:
1081 2009-11-12 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1083 Skipping one more new test, and a number of other tests, with bugs
1086 * platform/gtk/Skipped:
1088 2009-11-12 Mark Rowe <mrowe@apple.com>
1090 Fix results for fast/dom/Window/window-properties.html after r50893.
1092 * fast/dom/Window/window-properties-expected.txt:
1094 2009-11-12 Mark Rowe <mrowe@apple.com>
1096 Rubber-stamped by Anders Carlsson.
1098 Move a misplaced accessibility test from platform/mac-snowleopard/accessibility to accessibility,
1099 and the results from platform/mac-snowleopard/accessibility to platform/mac/accessibility.
1101 * accessibility/aria-list-and-listitem.html: Renamed from LayoutTests/platform/mac-snowleopard/accessibility/aria-list-and-listitem.html.
1102 * platform/mac/accessibility/aria-list-and-listitem-expected.txt: Renamed from LayoutTests/platform/mac-snowleopard/accessibility/aria-list-and-listitem-expected.txt.
1104 2009-11-12 Mark Rowe <mrowe@apple.com>
1106 Rubber-stamped by Brady Eidson.
1108 Land updated results for file-url-mimetypes-2.html and file-url-mimetypes-3.html.
1110 * 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.
1111 * 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.
1112 * platform/mac/fast/loader/file-url-mimetypes-2-expected.txt:
1113 * platform/mac/fast/loader/file-url-mimetypes-3-expected.txt:
1115 2009-11-12 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1117 Unreviewed. Skipped new tests, a test that keeps failing despite
1118 not failing locally, and a new DnD test.
1120 * platform/gtk/Skipped:
1122 2009-11-12 Eric Carlson <eric.carlson@apple.com>
1124 Unreviewed, build fix.
1126 Skipped tests need path relative to LayoutTests folder, not just
1129 * platform/gtk/Skipped:
1130 * platform/mac-leopard/Skipped:
1131 * platform/mac-tiger/Skipped:
1132 * platform/win/Skipped:
1134 2009-11-12 Eric Carlson <eric.carlson@apple.com>
1136 Reviewed by Dan Bernstein.
1138 <rdar://problem/7388969> Add DOM API for fullscreen video
1140 Tests for fullscreen <video> DOM API.
1142 * media/media-fullscreen-inline-expected.txt: Added.
1143 * media/media-fullscreen-inline.html: Added.
1144 * media/media-fullscreen-not-in-document-expected.txt: Added.
1145 * media/media-fullscreen-not-in-document.html: Added.
1146 * media/media-fullscreen.js: Added.
1148 * platform/gtk/Skipped:
1149 * platform/mac-leopard/Skipped:
1150 * platform/mac-tiger/Skipped:
1151 * platform/win/Skipped:
1152 Skipped on platforms that don't support fullscreen yet.
1154 2009-11-12 Alexey Proskuryakov <ap@apple.com>
1156 Reviewed by David Levin.
1158 https://bugs.webkit.org/show_bug.cgi?id=31426
1159 Some WebSocket tests don't properly listen to close event
1161 * websocket/tests/script-tests/handshake-error.js:
1162 * websocket/tests/script-tests/simple.js:
1163 Made the tests clear second-chance timer on finish, avoiding confusing output when running
1166 * websocket/tests/script-tests/frame-length-longer-than-buffer.js:
1167 * websocket/tests/script-tests/frame-length-skip.js:
1168 * websocket/tests/frame-length-longer-than-buffer-expected.txt:
1169 * websocket/tests/frame-length-skip-expected.txt:
1170 These tests now finish properly.
1172 * websocket/tests/handshake-error-expected.txt:
1173 * websocket/tests/simple-expected.txt:
1174 I'm getting an extra empty line for these tests, which is surprising. But since I didn't
1175 change anything, I assume that it should be there.
1177 2009-11-12 Adam Barth <abarth@webkit.org>
1179 Reviewed by Dimitri Glazkov.
1181 [Chromium] Sify compose button alerts error
1182 https://bugs.webkit.org/show_bug.cgi?id=31394
1184 Test that we're using the calling security context in a simple case.
1186 * http/tests/security/calling-versus-current-expected.txt: Added.
1187 * http/tests/security/calling-versus-current.html: Added.
1189 2009-11-12 Daniel Bates <dbates@webkit.org>
1191 Reviewed by Darin Adler.
1193 https://bugs.webkit.org/show_bug.cgi?id=30291
1195 Rebased results for existing test case fast/events/drag-and-drop.html
1198 Now, we can run the part of the test when effectAllowed == "uninitialized".
1200 * fast/events/drag-and-drop-expected.txt: Rebased results.
1201 * fast/events/drag-and-drop.html: Removed notice about this bug (#30291).
1203 2009-11-12 Chris Fleizach <cfleizach@apple.com>
1205 Reviewed by Darin Adler.
1207 ARIA: add alert type roles
1208 https://bugs.webkit.org/show_bug.cgi?id=31392
1210 * platform/mac/accessibility/aria-alerts-expected.txt: Added.
1211 * platform/mac/accessibility/aria-alerts.html: Added.
1213 2009-11-12 Andras Becsi <becsi.andras@stud.u-szeged.hu>
1215 Rubber-stamped by Tor Arne Vestbø.
1217 [Qt] Update outdated metrics in layout tests after change to Qt 4.6 on the buildbot.
1219 * platform/qt/css1/basic/class_as_selector-expected.txt:
1220 * platform/qt/css1/basic/comments-expected.txt:
1221 * platform/qt/css1/basic/containment-expected.txt:
1222 * platform/qt/css1/basic/contextual_selectors-expected.txt:
1223 * platform/qt/css1/basic/grouping-expected.txt:
1224 * platform/qt/css1/basic/id_as_selector-expected.txt:
1225 * platform/qt/css1/basic/inheritance-expected.txt:
1226 * platform/qt/css1/box_properties/acid_test-expected.txt:
1227 * platform/qt/css1/box_properties/border-expected.txt:
1228 * platform/qt/css1/box_properties/border_bottom-expected.txt:
1229 * platform/qt/css1/box_properties/border_bottom_inline-expected.txt:
1230 * platform/qt/css1/box_properties/border_bottom_width-expected.txt:
1231 * platform/qt/css1/box_properties/border_bottom_width_inline-expected.txt:
1232 * platform/qt/css1/box_properties/border_color-expected.txt:
1233 * platform/qt/css1/box_properties/border_color_inline-expected.txt:
1234 * platform/qt/css1/box_properties/border_inline-expected.txt:
1235 * platform/qt/css1/box_properties/border_left-expected.txt:
1236 * platform/qt/css1/box_properties/border_left_inline-expected.txt:
1237 * platform/qt/css1/box_properties/border_left_width-expected.txt:
1238 * platform/qt/css1/box_properties/border_left_width_inline-expected.txt:
1239 * platform/qt/css1/box_properties/border_right-expected.txt:
1240 * platform/qt/css1/box_properties/border_right_inline-expected.txt:
1241 * platform/qt/css1/box_properties/border_right_width-expected.txt:
1242 * platform/qt/css1/box_properties/border_right_width_inline-expected.txt:
1243 * platform/qt/css1/box_properties/border_style-expected.txt:
1244 * platform/qt/css1/box_properties/border_style_inline-expected.txt:
1245 * platform/qt/css1/box_properties/border_top-expected.txt:
1246 * platform/qt/css1/box_properties/border_top_inline-expected.txt:
1247 * platform/qt/css1/box_properties/border_top_width-expected.txt:
1248 * platform/qt/css1/box_properties/border_top_width_inline-expected.txt:
1249 * platform/qt/css1/box_properties/border_width-expected.txt:
1250 * platform/qt/css1/box_properties/border_width_inline-expected.txt:
1251 * platform/qt/css1/box_properties/clear-expected.txt:
1252 * platform/qt/css1/box_properties/clear_float-expected.txt:
1253 * platform/qt/css1/box_properties/float-expected.txt:
1254 * platform/qt/css1/box_properties/float_elements_in_series-expected.txt:
1255 * platform/qt/css1/box_properties/float_margin-expected.txt:
1256 * platform/qt/css1/box_properties/float_on_text_elements-expected.txt:
1257 * platform/qt/css1/box_properties/height-expected.txt:
1258 * platform/qt/css1/box_properties/margin-expected.txt:
1259 * platform/qt/css1/box_properties/margin_bottom-expected.txt:
1260 * platform/qt/css1/box_properties/margin_bottom_inline-expected.txt:
1261 * platform/qt/css1/box_properties/margin_inline-expected.txt:
1262 * platform/qt/css1/box_properties/margin_left-expected.txt:
1263 * platform/qt/css1/box_properties/margin_left_inline-expected.txt:
1264 * platform/qt/css1/box_properties/margin_right-expected.txt:
1265 * platform/qt/css1/box_properties/margin_right_inline-expected.txt:
1266 * platform/qt/css1/box_properties/margin_top-expected.txt:
1267 * platform/qt/css1/box_properties/margin_top_inline-expected.txt:
1268 * platform/qt/css1/box_properties/padding-expected.txt:
1269 * platform/qt/css1/box_properties/padding_bottom-expected.txt:
1270 * platform/qt/css1/box_properties/padding_bottom_inline-expected.txt:
1271 * platform/qt/css1/box_properties/padding_inline-expected.txt:
1272 * platform/qt/css1/box_properties/padding_left-expected.txt:
1273 * platform/qt/css1/box_properties/padding_left_inline-expected.txt:
1274 * platform/qt/css1/box_properties/padding_right-expected.txt:
1275 * platform/qt/css1/box_properties/padding_right_inline-expected.txt:
1276 * platform/qt/css1/box_properties/padding_top-expected.txt:
1277 * platform/qt/css1/box_properties/padding_top_inline-expected.txt:
1278 * platform/qt/css1/box_properties/width-expected.txt:
1279 * platform/qt/css1/cascade/cascade_order-expected.txt:
1280 * platform/qt/css1/cascade/important-expected.txt:
1281 * platform/qt/css1/classification/display-expected.txt:
1282 * platform/qt/css1/classification/list_style-expected.txt:
1283 * platform/qt/css1/classification/list_style_image-expected.txt:
1284 * platform/qt/css1/classification/list_style_position-expected.txt:
1285 * platform/qt/css1/classification/list_style_type-expected.txt:
1286 * platform/qt/css1/classification/white_space-expected.txt:
1287 * platform/qt/css1/color_and_background/background-expected.txt:
1288 * platform/qt/css1/color_and_background/background_attachment-expected.txt:
1289 * platform/qt/css1/color_and_background/background_color-expected.txt:
1290 * platform/qt/css1/color_and_background/background_image-expected.txt:
1291 * platform/qt/css1/color_and_background/background_position-expected.txt:
1292 * platform/qt/css1/color_and_background/background_repeat-expected.txt:
1293 * platform/qt/css1/color_and_background/color-expected.txt:
1294 * platform/qt/css1/conformance/forward_compatible_parsing-expected.txt:
1295 * platform/qt/css1/font_properties/font-expected.txt:
1296 * platform/qt/css1/font_properties/font_family-expected.txt:
1297 * platform/qt/css1/font_properties/font_size-expected.txt:
1298 * platform/qt/css1/font_properties/font_style-expected.txt:
1299 * platform/qt/css1/font_properties/font_variant-expected.txt:
1300 * platform/qt/css1/font_properties/font_weight-expected.txt:
1301 * platform/qt/css1/formatting_model/canvas-expected.txt:
1302 * platform/qt/css1/formatting_model/floating_elements-expected.txt:
1303 * platform/qt/css1/formatting_model/height_of_lines-expected.txt:
1304 * platform/qt/css1/formatting_model/horizontal_formatting-expected.txt:
1305 * platform/qt/css1/formatting_model/inline_elements-expected.txt:
1306 * platform/qt/css1/formatting_model/replaced_elements-expected.txt:
1307 * platform/qt/css1/formatting_model/vertical_formatting-expected.txt:
1308 * platform/qt/css1/pseudo/anchor-expected.txt:
1309 * platform/qt/css1/pseudo/firstletter-expected.txt:
1310 * platform/qt/css1/pseudo/firstline-expected.txt:
1311 * platform/qt/css1/pseudo/multiple_pseudo_elements-expected.txt:
1312 * platform/qt/css1/pseudo/pseudo_elements_in_selectors-expected.txt:
1313 * platform/qt/css1/text_properties/letter_spacing-expected.txt:
1314 * platform/qt/css1/text_properties/line_height-expected.txt:
1315 * platform/qt/css1/text_properties/text_align-expected.txt:
1316 * platform/qt/css1/text_properties/text_decoration-expected.txt:
1317 * platform/qt/css1/text_properties/text_indent-expected.txt:
1318 * platform/qt/css1/text_properties/text_transform-expected.txt:
1319 * platform/qt/css1/text_properties/vertical_align-expected.txt:
1320 * platform/qt/css1/text_properties/word_spacing-expected.txt:
1321 * platform/qt/css1/units/color_units-expected.txt:
1322 * platform/qt/css1/units/length_units-expected.txt:
1323 * platform/qt/css1/units/percentage_units-expected.txt:
1324 * platform/qt/css1/units/urls-expected.txt:
1325 * platform/qt/css2.1/t040102-keywords-00-b-expected.txt:
1326 * platform/qt/css2.1/t040102-keywords-01-b-expected.txt:
1327 * platform/qt/css2.1/t040103-case-00-b-expected.txt:
1328 * platform/qt/css2.1/t040103-case-01-c-expected.txt:
1329 * platform/qt/css2.1/t040103-escapes-00-b-expected.txt:
1330 * platform/qt/css2.1/t040103-escapes-01-b-expected.txt:
1331 * platform/qt/css2.1/t040103-escapes-02-d-expected.txt:
1332 * platform/qt/css2.1/t040103-escapes-03-b-expected.txt:
1333 * platform/qt/css2.1/t040103-escapes-04-b-expected.txt:
1334 * platform/qt/css2.1/t040103-escapes-05-c-expected.txt:
1335 * platform/qt/css2.1/t040103-escapes-06-b-expected.txt:
1336 * platform/qt/css2.1/t040103-escapes-07-b-expected.txt:
1337 * platform/qt/css2.1/t040103-escapes-08-b-expected.txt:
1338 * platform/qt/css2.1/t040103-ident-00-c-expected.txt:
1339 * platform/qt/css2.1/t040103-ident-01-c-expected.txt:
1340 * platform/qt/css2.1/t040103-ident-02-c-expected.txt:
1341 * platform/qt/css2.1/t040103-ident-03-c-expected.txt:
1342 * platform/qt/css2.1/t040103-ident-04-c-expected.txt:
1343 * platform/qt/css2.1/t040103-ident-05-c-expected.txt:
1344 * platform/qt/css2.1/t040103-ident-06-c-expected.txt:
1345 * platform/qt/css2.1/t040103-ident-07-c-expected.txt:
1346 * platform/qt/css2.1/t040103-ident-08-c-expected.txt:
1347 * platform/qt/css2.1/t040103-ident-09-c-expected.txt:
1348 * platform/qt/css2.1/t040103-ident-10-c-expected.txt:
1349 * platform/qt/css2.1/t040103-ident-11-c-expected.txt:
1350 * platform/qt/css2.1/t040103-ident-12-c-expected.txt:
1351 * platform/qt/css2.1/t040103-ident-13-c-expected.txt:
1352 * platform/qt/css2.1/t040105-atkeyw-00-b-expected.txt:
1353 * platform/qt/css2.1/t040105-atkeyw-01-b-expected.txt:
1354 * platform/qt/css2.1/t040105-atkeyw-02-b-expected.txt:
1355 * platform/qt/css2.1/t040105-atrule-00-b-expected.txt:
1356 * platform/qt/css2.1/t040105-atrule-01-b-expected.txt:
1357 * platform/qt/css2.1/t040105-atrule-02-b-expected.txt:
1358 * platform/qt/css2.1/t040105-atrule-03-b-expected.txt:
1359 * platform/qt/css2.1/t040105-atrule-04-b-expected.txt:
1360 * platform/qt/css2.1/t040105-import-00-b-expected.txt:
1361 * platform/qt/css2.1/t040105-import-01-b-expected.txt:
1362 * platform/qt/css2.1/t040109-c17-comments-00-b-expected.txt:
1363 * platform/qt/css2.1/t040109-c17-comments-01-b-expected.txt:
1364 * platform/qt/css2.1/t0402-c71-fwd-parsing-00-f-expected.txt:
1365 * platform/qt/css2.1/t0402-c71-fwd-parsing-01-f-expected.txt:
1366 * platform/qt/css2.1/t0402-c71-fwd-parsing-02-f-expected.txt:
1367 * platform/qt/css2.1/t0402-c71-fwd-parsing-03-f-expected.txt:
1368 * platform/qt/css2.1/t0402-c71-fwd-parsing-04-f-expected.txt:
1369 * platform/qt/css2.1/t0402-syntax-01-f-expected.txt:
1370 * platform/qt/css2.1/t0402-syntax-02-f-expected.txt:
1371 * platform/qt/css2.1/t0402-syntax-03-f-expected.txt:
1372 * platform/qt/css2.1/t0402-syntax-04-f-expected.txt:
1373 * platform/qt/css2.1/t0402-syntax-05-f-expected.txt:
1374 * platform/qt/css2.1/t0402-syntax-06-f-expected.txt:
1375 * platform/qt/css2.1/t040302-c61-ex-len-00-b-a-expected.txt:
1376 * platform/qt/css2.1/t040302-c61-phys-len-00-b-expected.txt:
1377 * platform/qt/css2.1/t040302-c61-rel-len-00-b-ag-expected.txt:
1378 * platform/qt/css2.1/t040304-c64-uri-00-a-g-expected.txt:
1379 * platform/qt/css2.1/t040306-c63-color-00-b-ag-expected.txt:
1380 * platform/qt/css2.1/t040306-syntax-01-f-expected.txt:
1381 * platform/qt/css2.1/t040307-syntax-01-b-expected.txt:
1382 * platform/qt/css2.1/t1202-counter-00-b-expected.txt:
1383 * platform/qt/css2.1/t1202-counter-01-b-expected.txt:
1384 * platform/qt/css2.1/t1202-counter-02-b-expected.txt:
1385 * platform/qt/css2.1/t1202-counter-03-b-expected.txt:
1386 * platform/qt/css2.1/t1202-counter-04-b-expected.txt:
1387 * platform/qt/css2.1/t1202-counter-05-b-expected.txt:
1388 * platform/qt/css2.1/t1202-counter-06-b-expected.txt:
1389 * platform/qt/css2.1/t1202-counter-07-b-expected.txt:
1390 * platform/qt/css2.1/t1202-counter-08-b-expected.txt:
1391 * platform/qt/css2.1/t1202-counter-09-b-expected.txt:
1392 * platform/qt/css2.1/t1202-counter-11-b-expected.txt:
1393 * platform/qt/css2.1/t1202-counter-12-b-expected.txt:
1394 * platform/qt/css2.1/t1202-counter-13-b-expected.txt:
1395 * platform/qt/css2.1/t1202-counter-14-b-expected.txt:
1396 * platform/qt/css2.1/t1202-counter-15-b-expected.txt:
1397 * platform/qt/css2.1/t1202-counter-16-f-expected.txt:
1398 * platform/qt/css2.1/t1202-counters-00-b-expected.txt:
1399 * platform/qt/css2.1/t1202-counters-01-b-expected.txt:
1400 * platform/qt/css2.1/t1202-counters-02-b-expected.txt:
1401 * platform/qt/css2.1/t1202-counters-03-b-expected.txt:
1402 * platform/qt/css2.1/t1202-counters-05-b-expected.txt:
1403 * platform/qt/css2.1/t1202-counters-06-b-expected.txt:
1404 * platform/qt/css2.1/t1202-counters-07-b-expected.txt:
1405 * platform/qt/css2.1/t1202-counters-08-b-expected.txt:
1406 * platform/qt/css2.1/t1202-counters-09-b-expected.txt:
1407 * platform/qt/css2.1/t1202-counters-11-b-expected.txt:
1408 * platform/qt/css2.1/t1202-counters-12-b-expected.txt:
1409 * platform/qt/css2.1/t1202-counters-13-b-expected.txt:
1410 * platform/qt/css2.1/t1202-counters-14-b-expected.txt:
1411 * platform/qt/css2.1/t1202-counters-15-b-expected.txt:
1412 * platform/qt/css2.1/t1202-counters-16-c-expected.txt:
1413 * platform/qt/css2.1/t1202-counters-17-d-expected.txt:
1414 * platform/qt/css2.1/t1202-counters-18-f-expected.txt:
1415 * platform/qt/css2.1/t1205-c561-list-displ-00-b-expected.txt:
1416 * platform/qt/css2.1/t1205-c563-list-type-00-b-expected.txt:
1417 * platform/qt/css2.1/t1205-c563-list-type-01-b-expected.txt:
1418 * platform/qt/css2.1/t1205-c564-list-img-00-b-g-expected.txt:
1419 * platform/qt/css2.1/t1205-c565-list-pos-00-b-expected.txt:
1420 * platform/qt/css2.1/t1205-c566-list-stl-01-c-g-expected.txt:
1421 * platform/qt/css2.1/t140201-c532-bgcolor-00-a-expected.txt:
1422 * platform/qt/css2.1/t140201-c532-bgcolor-01-b-expected.txt:
1423 * platform/qt/css2.1/t140201-c533-bgimage-00-a-expected.txt:
1424 * platform/qt/css2.1/t140201-c533-bgimage-01-b-g-expected.txt:
1425 * platform/qt/css2.1/t140201-c534-bgre-00-b-ag-expected.txt:
1426 * platform/qt/css2.1/t140201-c535-bg-fixd-00-b-g-expected.txt:
1427 * platform/qt/css2.1/t140201-c536-bgpos-00-b-ag-expected.txt:
1428 * platform/qt/css2.1/t1503-c522-font-family-00-b-expected.txt:
1429 * platform/qt/css2.1/t1504-c523-font-style-00-b-expected.txt:
1430 * platform/qt/css2.1/t1504-c543-txt-decor-00-d-g-expected.txt:
1431 * platform/qt/css2.1/t1505-c524-font-var-00-b-expected.txt:
1432 * platform/qt/css2.1/t1506-c525-font-wt-00-b-expected.txt:
1433 * platform/qt/css2.1/t1507-c526-font-sz-00-b-expected.txt:
1434 * platform/qt/css2.1/t1507-c526-font-sz-01-b-a-expected.txt:
1435 * platform/qt/css2.1/t1507-c526-font-sz-02-b-a-expected.txt:
1436 * platform/qt/css2.1/t1507-c526-font-sz-03-f-a-expected.txt:
1437 * platform/qt/css2.1/t1508-c527-font-00-b-expected.txt:
1438 * platform/qt/css2.1/t1508-c527-font-01-b-expected.txt:
1439 * platform/qt/css2.1/t1508-c527-font-02-b-expected.txt:
1440 * platform/qt/css2.1/t1508-c527-font-03-b-expected.txt:
1441 * platform/qt/css2.1/t1508-c527-font-04-b-expected.txt:
1442 * platform/qt/css2.1/t1508-c527-font-05-b-expected.txt:
1443 * platform/qt/css2.1/t1508-c527-font-06-b-expected.txt:
1444 * platform/qt/css2.1/t1508-c527-font-07-b-expected.txt:
1445 * platform/qt/css2.1/t1508-c527-font-08-b-expected.txt:
1446 * platform/qt/css2.1/t1508-c527-font-09-b-expected.txt:
1447 * platform/qt/css2.1/t1508-c527-font-10-c-expected.txt:
1448 * platform/qt/css2.1/t170602-bdr-conflct-w-00-d-expected.txt:
1449 * platform/qt/css2.1/t170602-bdr-conflct-w-01-d-expected.txt:
1450 * platform/qt/css2.1/t170602-bdr-conflct-w-02-d-expected.txt:
1451 * platform/qt/css2.1/t170602-bdr-conflct-w-03-d-expected.txt:
1452 * platform/qt/css2.1/t170602-bdr-conflct-w-04-d-expected.txt:
1453 * platform/qt/css2.1/t170602-bdr-conflct-w-05-d-expected.txt:
1454 * platform/qt/css2.1/t170602-bdr-conflct-w-06-d-expected.txt:
1455 * platform/qt/css2.1/t170602-bdr-conflct-w-07-d-expected.txt:
1456 * platform/qt/css2.1/t170602-bdr-conflct-w-08-d-expected.txt:
1457 * platform/qt/css2.1/t170602-bdr-conflct-w-09-d-expected.txt:
1458 * platform/qt/css2.1/t170602-bdr-conflct-w-10-d-expected.txt:
1459 * platform/qt/css2.1/t170602-bdr-conflct-w-11-d-expected.txt:
1460 * platform/qt/css2.1/t170602-bdr-conflct-w-12-d-expected.txt:
1461 * platform/qt/css2.1/t170602-bdr-conflct-w-13-d-expected.txt:
1462 * platform/qt/css2.1/t170602-bdr-conflct-w-14-d-expected.txt:
1463 * platform/qt/css2.1/t170602-bdr-conflct-w-15-d-expected.txt:
1464 * platform/qt/css2.1/t170602-bdr-conflct-w-16-d-expected.txt:
1465 * platform/qt/css2.1/t170602-bdr-conflct-w-17-d-expected.txt:
1466 * platform/qt/css2.1/t170602-bdr-conflct-w-18-d-expected.txt:
1467 * platform/qt/css2.1/t170602-bdr-conflct-w-19-d-expected.txt:
1468 * platform/qt/css2.1/t170602-bdr-conflct-w-20-d-expected.txt:
1469 * platform/qt/css2.1/t170602-bdr-conflct-w-21-d-expected.txt:
1470 * platform/qt/css2.1/t170602-bdr-conflct-w-22-d-expected.txt:
1471 * platform/qt/css2.1/t170602-bdr-conflct-w-23-d-expected.txt:
1472 * platform/qt/css2.1/t170602-bdr-conflct-w-24-d-expected.txt:
1473 * platform/qt/css2.1/t170602-bdr-conflct-w-25-d-expected.txt:
1474 * platform/qt/css2.1/t170602-bdr-conflct-w-26-d-expected.txt:
1475 * platform/qt/css2.1/t170602-bdr-conflct-w-27-d-expected.txt:
1476 * platform/qt/css2.1/t170602-bdr-conflct-w-28-d-expected.txt:
1477 * platform/qt/css2.1/t170602-bdr-conflct-w-29-d-expected.txt:
1478 * platform/qt/css2.1/t170602-bdr-conflct-w-30-d-expected.txt:
1479 * platform/qt/css2.1/t170602-bdr-conflct-w-31-d-expected.txt:
1480 * platform/qt/css2.1/t170602-bdr-conflct-w-32-d-expected.txt:
1481 * platform/qt/css2.1/t170602-bdr-conflct-w-33-d-expected.txt:
1482 * platform/qt/css2.1/t170602-bdr-conflct-w-34-d-expected.txt:
1483 * platform/qt/css2.1/t170602-bdr-conflct-w-35-d-expected.txt:
1484 * platform/qt/css2.1/t170602-bdr-conflct-w-36-d-expected.txt:
1485 * platform/qt/css2.1/t170602-bdr-conflct-w-37-d-expected.txt:
1486 * platform/qt/css2.1/t170602-bdr-conflct-w-38-d-expected.txt:
1487 * platform/qt/css2.1/t170602-bdr-conflct-w-39-d-expected.txt:
1488 * platform/qt/css2.1/t170602-bdr-conflct-w-40-d-expected.txt:
1489 * platform/qt/css2.1/t170602-bdr-conflct-w-41-d-expected.txt:
1490 * platform/qt/css2.1/t170602-bdr-conflct-w-42-d-expected.txt:
1491 * platform/qt/css2.1/t170602-bdr-conflct-w-43-d-expected.txt:
1492 * platform/qt/css2.1/t170602-bdr-conflct-w-44-d-expected.txt:
1493 * platform/qt/css2.1/t170602-bdr-conflct-w-45-d-expected.txt:
1494 * platform/qt/css2.1/t170602-bdr-conflct-w-46-d-expected.txt:
1495 * platform/qt/css2.1/t170602-bdr-conflct-w-47-d-expected.txt:
1496 * platform/qt/css2.1/t170602-bdr-conflct-w-48-d-expected.txt:
1497 * platform/qt/css2.1/t170602-bdr-conflct-w-49-d-expected.txt:
1498 * platform/qt/editing/inserting/break-blockquote-after-delete-expected.txt:
1499 * platform/qt/fast/backgrounds/001-expected.txt:
1500 * platform/qt/fast/backgrounds/animated-svg-as-background-expected.txt:
1501 * platform/qt/fast/backgrounds/background-inherit-color-bug-expected.txt:
1502 * platform/qt/fast/backgrounds/background-origin-root-element-expected.txt:
1503 * platform/qt/fast/backgrounds/background-position-1-expected.txt:
1504 * platform/qt/fast/backgrounds/background-position-rounding-expected.txt:
1505 * platform/qt/fast/backgrounds/body-generated-image-propagated-to-root-expected.txt:
1506 * platform/qt/fast/backgrounds/mask-composite-expected.txt:
1507 * platform/qt/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.txt:
1508 * platform/qt/fast/backgrounds/repeat/negative-offset-repeat-expected.txt:
1509 * platform/qt/fast/backgrounds/repeat/noRepeatCorrectClip-expected.txt:
1510 * platform/qt/fast/backgrounds/size/backgroundSize15-expected.txt:
1511 * platform/qt/fast/backgrounds/size/zero-expected.txt:
1512 * platform/qt/fast/backgrounds/solid-color-context-restore-expected.txt:
1513 * platform/qt/fast/backgrounds/svg-as-background-1-expected.txt:
1514 * platform/qt/fast/backgrounds/svg-as-background-2-expected.txt:
1515 * platform/qt/fast/backgrounds/svg-as-background-3-expected.txt:
1516 * platform/qt/fast/backgrounds/svg-as-background-4-expected.txt:
1517 * platform/qt/fast/backgrounds/svg-as-background-5-expected.txt:
1518 * platform/qt/fast/backgrounds/svg-as-background-6-expected.txt:
1519 * platform/qt/fast/block/float/avoidance-percent-width-compat-expected.txt:
1520 * platform/qt/fast/block/float/avoidance-percent-width-strict-expected.txt:
1521 * platform/qt/fast/block/margin-collapse/block-inside-inline/001-expected.txt:
1522 * platform/qt/fast/block/margin-collapse/block-inside-inline/002-expected.txt:
1523 * platform/qt/fast/block/margin-collapse/block-inside-inline/003-expected.txt:
1524 * platform/qt/fast/block/margin-collapse/block-inside-inline/004-expected.txt:
1525 * platform/qt/fast/block/margin-collapse/block-inside-inline/005-expected.txt:
1526 * platform/qt/fast/block/margin-collapse/block-inside-inline/006-expected.txt:
1527 * platform/qt/fast/block/margin-collapse/block-inside-inline/010-expected.txt:
1528 * platform/qt/fast/block/margin-collapse/block-inside-inline/011-expected.txt:
1529 * platform/qt/fast/block/margin-collapse/block-inside-inline/012-expected.txt:
1530 * platform/qt/fast/block/margin-collapse/block-inside-inline/015-expected.txt:
1531 * platform/qt/fast/block/margin-collapse/block-inside-inline/016-expected.txt:
1532 * platform/qt/fast/block/margin-collapse/block-inside-inline/017-expected.txt:
1533 * platform/qt/fast/block/margin-collapse/block-inside-inline/018-expected.txt:
1534 * platform/qt/fast/block/margin-collapse/block-inside-inline/019-expected.txt:
1535 * platform/qt/fast/block/margin-collapse/block-inside-inline/020-expected.txt:
1536 * platform/qt/fast/block/margin-collapse/block-inside-inline/021-expected.txt:
1537 * platform/qt/fast/block/margin-collapse/block-inside-inline/022-expected.txt:
1538 * platform/qt/fast/block/margin-collapse/block-inside-inline/025-expected.txt:
1539 * platform/qt/fast/borders/border-radius-constraints-expected.txt:
1540 * platform/qt/fast/borders/border-radius-split-inline-expected.txt:
1541 * platform/qt/fast/box-shadow/basic-shadows-expected.txt:
1542 * platform/qt/fast/box-shadow/inset-expected.txt:
1543 * platform/qt/fast/box-shadow/transform-fringing-expected.txt:
1544 * platform/qt/fast/canvas/canvas-before-css-expected.txt:
1545 * platform/qt/fast/canvas/canvas-composite-expected.txt:
1546 * platform/qt/fast/canvas/canvas-empty-image-pattern-expected.txt:
1547 * platform/qt/fast/canvas/canvas-transform-identity-expected.txt:
1548 * platform/qt/fast/canvas/canvas-transform-infinity-expected.txt:
1549 * platform/qt/fast/canvas/canvas-transform-multiply-expected.txt:
1550 * platform/qt/fast/canvas/canvas-transform-nan-expected.txt:
1551 * platform/qt/fast/canvas/canvas-transform-non-invertible-expected.txt:
1552 * platform/qt/fast/canvas/canvas-transform-skewed-expected.txt:
1553 * platform/qt/fast/canvas/canvas-transforms-during-path-expected.txt:
1554 * platform/qt/fast/canvas/canvas-zoom-expected.txt:
1555 * platform/qt/fast/canvas/drawImage-expected.txt:
1556 * platform/qt/fast/canvas/drawImage-with-globalAlpha-expected.txt:
1557 * platform/qt/fast/canvas/image-pattern-rotate-expected.txt:
1558 * platform/qt/fast/canvas/shadow-offset-1-expected.txt:
1559 * platform/qt/fast/canvas/shadow-offset-2-expected.txt:
1560 * platform/qt/fast/canvas/shadow-offset-3-expected.txt:
1561 * platform/qt/fast/canvas/shadow-offset-4-expected.txt:
1562 * platform/qt/fast/canvas/shadow-offset-5-expected.txt:
1563 * platform/qt/fast/canvas/shadow-offset-6-expected.txt:
1564 * platform/qt/fast/canvas/shadow-offset-7-expected.txt:
1565 * platform/qt/fast/css/attribute-selector-dynamic-expected.txt:
1566 * platform/qt/fast/css/font-smoothing-expected.txt:
1567 * platform/qt/fast/css/getComputedStyle/marginComputedStyle-expected.txt:
1568 * platform/qt/fast/css/nested-floating-relative-position-percentages-expected.txt:
1569 * platform/qt/fast/css/nth-child-dynamic-expected.txt:
1570 * platform/qt/fast/css/pseudo-cache-stale-expected.txt:
1571 * platform/qt/fast/css/rem-dynamic-scaling-expected.txt:
1572 * platform/qt/fast/css/rem-units-on-root-expected.txt:
1573 * platform/qt/fast/css/text-input-with-webkit-border-radius-expected.txt:
1574 * platform/qt/fast/css/text-rendering-expected.txt:
1575 * platform/qt/fast/doctypes/001-expected.txt:
1576 * platform/qt/fast/doctypes/002-expected.txt:
1577 * platform/qt/fast/doctypes/004-expected.txt:
1578 * platform/qt/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.txt:
1579 * platform/qt/fast/dynamic/anchor-lock-expected.txt:
1580 * platform/qt/fast/dynamic/genContentDestroyChildren-expected.txt:
1581 * platform/qt/fast/dynamic/window-resize-scrollbars-test-expected.txt:
1582 * platform/qt/fast/dynamic/window-scrollbars-test-expected.txt:
1583 * platform/qt/fast/forms/basic-buttons-expected.txt:
1584 * platform/qt/fast/forms/basic-inputs-expected.txt:
1585 * platform/qt/fast/forms/button-style-color-expected.txt:
1586 * platform/qt/fast/forms/isindex-placeholder-expected.txt:
1587 * platform/qt/fast/forms/menulist-style-color-expected.txt:
1588 * platform/qt/fast/forms/search-vertical-alignment-expected.txt:
1589 * platform/qt/fast/forms/text-style-color-expected.txt:
1590 * platform/qt/fast/forms/textarea-placeholder-pseudo-style-expected.txt:
1591 * platform/qt/fast/forms/textarea-placeholder-set-attribute-expected.txt:
1592 * platform/qt/fast/forms/textarea-placeholder-set-value-expected.txt:
1593 * platform/qt/fast/frames/frame-navigation-expected.txt:
1594 * platform/qt/fast/frames/frame-scrolling-attribute-expected.txt:
1595 * platform/qt/fast/frames/frameset-style-recalc-expected.txt:
1596 * platform/qt/fast/frames/iframe-scrolling-attribute-expected.txt:
1597 * platform/qt/fast/frames/viewsource-on-image-file-expected.txt:
1598 * platform/qt/fast/gradients/crash-on-zero-radius-expected.txt:
1599 * platform/qt/fast/history/clicked-link-is-visited-expected.txt:
1600 * platform/qt/fast/images/animated-gif-with-offsets-expected.txt:
1601 * platform/qt/fast/images/image-in-map-expected.txt:
1602 * platform/qt/fast/images/svg-as-background-expected.txt:
1603 * platform/qt/fast/images/svg-width-100p-as-background-expected.txt:
1604 * platform/qt/fast/lists/ol-start-parsing-expected.txt:
1605 * platform/qt/fast/multicol/positioned-with-constrained-height-expected.txt:
1606 * platform/qt/fast/overflow/overflow-with-local-background-attachment-expected.txt:
1607 * platform/qt/fast/overflow/position-fixed-transform-clipping-expected.txt:
1608 * platform/qt/fast/reflections/abs-position-in-reflection-expected.txt:
1609 * platform/qt/fast/reflections/transparent-reflected-sublayers-expected.txt:
1610 * platform/qt/fast/repaint/line-in-scrolled-clipped-block-expected.txt:
1611 * platform/qt/fast/repaint/rel-positioned-inline-with-overflow-expected.txt:
1612 * platform/qt/fast/table/fixed-table-with-percent-inside-percent-table-expected.txt:
1613 * platform/qt/fast/table/fixed-table-with-percent-width-inside-auto-table-expected.txt:
1614 * platform/qt/fast/table/fixed-table-with-percent-width-inside-div-expected.txt:
1615 * platform/qt/fast/table/fixed-table-with-percent-width-inside-extra-large-div-expected.txt:
1616 * platform/qt/fast/table/fixed-table-with-percent-width-inside-fixed-width-table-expected.txt:
1617 * platform/qt/fast/table/fixed-table-with-small-percent-width-expected.txt:
1618 * platform/qt/fast/text/international/hindi-whitespace-expected.txt:
1619 * platform/qt/fast/text/international/khmer-selection-expected.txt:
1620 * platform/qt/fast/text/shadow-translucent-fill-expected.txt:
1621 * platform/qt/fast/text/text-letter-spacing-expected.txt:
1622 * platform/qt/fast/transforms/bounding-rect-zoom-expected.txt:
1623 * platform/qt/fast/xsl/document-function-expected.txt:
1624 * platform/qt/plugins/netscape-dom-access-expected.txt:
1625 * platform/qt/svg/custom/createImageElement2-expected.txt:
1626 * platform/qt/svg/filters/feComposite-expected.txt:
1627 * platform/qt/svg/filters/sourceAlpha-expected.txt:
1628 * platform/qt/tables/mozilla/bugs/adforce_imgis_com-expected.txt:
1629 * platform/qt/tables/mozilla/bugs/bug196870-expected.txt:
1630 * platform/qt/tables/mozilla/bugs/bug56201-expected.txt:
1631 * platform/qt/tables/mozilla/bugs/bug92647-2-expected.txt:
1632 * platform/qt/tables/mozilla/other/slashlogo-expected.txt:
1633 * platform/qt/tables/mozilla_expected_failures/bugs/bug23847-expected.txt:
1635 2009-11-12 Shinichiro Hamaji <hamaji@chromium.org>
1637 Unreviewed test fix by skipping a new test introduced in
1638 https://bugs.webkit.org/show_bug.cgi?id=22249
1640 * platform/gtk/Skipped:
1641 * platform/qt/Skipped:
1642 * platform/win/Skipped:
1644 2009-11-12 Yuta Kitamura <yutak@chromium.org>
1646 Reviewed by Eric Seidel.
1648 Prevent text inside a multi-column block from being split into columns.
1650 If the tentative height of a multi-column block was too small, we need to
1651 expand the block height and try to layout again, in order to prevent text
1652 from being split into different columns.
1654 CSS Multicolumn text is split awkwardly
1655 https://bugs.webkit.org/show_bug.cgi?id=22249
1657 * fast/multicol/single-line.html: Added.
1658 * fast/multicol/single-line-expected.checksum: Added.
1659 * fast/multicol/single-line-expected.png: Added.
1660 * fast/multicol/single-line-expected.txt: Added.
1662 2009-11-11 Kent Tamura <tkent@chromium.org>
1664 Reviewed by Darin Adler.
1666 A test for a bug that RenderFileUploadControl isn't initialized with
1667 multiple files. This test is skipped on ports which have no
1668 eventSender.beginDragWithFiles().
1669 https://bugs.webkit.org/show_bug.cgi?id=31195
1671 * fast/forms/input-file-re-render.html: Added.
1672 * platform/gtk/Skipped:
1673 * platform/mac/fast/forms/input-file-re-render-expected.checksum: Added.
1674 * platform/mac/fast/forms/input-file-re-render-expected.png: Added.
1675 * platform/mac/fast/forms/input-file-re-render-expected.txt: Added.
1676 * platform/qt/Skipped:
1677 * platform/win/Skipped:
1679 2009-11-11 Daniel Bates <dbates@webkit.org>
1681 Reviewed by Eric Seidel.
1683 https://bugs.webkit.org/show_bug.cgi?id=31326
1685 Makes the output for test fast/events/drag-and-drop.html pretty.
1686 Now, it is easier to read for a human to read understand the results.
1688 * fast/events/drag-and-drop-expected.txt: Rebased result.
1689 * fast/events/drag-and-drop.html: Modified to make the output pretty.
1691 2009-11-11 Chris Fleizach <cfleizach@apple.com>
1693 Reviewed by Oliver Hunt.
1695 need to implement aria tree roles
1696 https://bugs.webkit.org/show_bug.cgi?id=31284
1698 * accessibility/aria-readonly-expected.txt:
1699 * accessibility/aria-readonly.html:
1700 * platform/mac/accessibility/aria-multiselectable-expected.txt: Added.
1701 * platform/mac/accessibility/aria-multiselectable.html: Added.
1702 * platform/mac/accessibility/aria-tree-expected.txt: Added.
1703 * platform/mac/accessibility/aria-tree.html: Added.
1704 * platform/mac/accessibility/content-editable-expected.txt:
1705 * platform/mac/accessibility/radio-button-group-members-expected.txt:
1707 2009-11-11 Fumitoshi Ukai <ukai@chromium.org>
1709 Reviewed by Alexey Proskuryakov.
1711 Fix WebSocket frame parser of frame_type with high-order bit set.
1712 https://bugs.webkit.org/show_bug.cgi?id=30668
1714 * websocket/tests/frame-length-longer-than-buffer-expected.txt: Added.
1715 * websocket/tests/frame-length-longer-than-buffer.html: Added.
1716 * websocket/tests/frame-length-longer-than-buffer_wsh.py: Added.
1717 * websocket/tests/frame-length-skip-expected.txt: Added.
1718 * websocket/tests/frame-length-skip.html: Added.
1719 * websocket/tests/frame-length-skip_wsh.py: Added.
1720 * websocket/tests/script-tests/frame-length-longer-than-buffer.js: Added.
1721 * websocket/tests/script-tests/frame-length-skip.js: Added.
1723 2009-11-11 Csaba Osztrogonác <ossy@webkit.org>
1725 Put tests into skiplist added in r50830 and r50839 because
1726 layoutTestController.showWebInspector() is unimplemented now.
1728 * platform/qt/Skipped:
1730 2009-11-11 Dirk Pranke <dpranke@chromium.org>
1732 Reviewed by Dmitry Titov.
1734 Rewrite the test to run on a wider variety of screen configurations
1737 https://bugs.webkit.org/show_bug.cgi?id=31373
1739 * fast/dom/Window/window-screen-properties-expected.txt:
1740 * fast/dom/Window/window-screen-properties.html:
1741 * platform/win/fast/dom/Window/window-screen-properties-expected.txt: Removed.
1743 2009-11-11 Beth Dakin <bdakin@apple.com>
1745 Reviewed by Simon Fraser.
1747 Tests for https://bugs.webkit.org/show_bug.cgi?id=31382
1748 Make -webkit-color-correction work with shadows
1750 * fast/css/color-correction-on-box-shadow.html: Added.
1751 * fast/css/color-correction-on-text-shadow.html: Added.
1752 * platform/mac/fast/css/color-correction-on-box-shadow-expected.checksum: Added.
1753 * platform/mac/fast/css/color-correction-on-box-shadow-expected.png: Added.
1754 * platform/mac/fast/css/color-correction-on-box-shadow-expected.txt: Added.
1755 * platform/mac/fast/css/color-correction-on-text-shadow-expected.checksum: Added.
1756 * platform/mac/fast/css/color-correction-on-text-shadow-expected.png: Added.
1757 * platform/mac/fast/css/color-correction-on-text-shadow-expected.txt: Added.
1759 2009-11-11 Kent Tamura <tkent@chromium.org>
1761 Reviewed by Darin Adler.
1763 Print the file text of a file upload control in DumpRenderTree for ease of tests.
1764 https://bugs.webkit.org/show_bug.cgi?id=31195
1766 * platform/mac-leopard/fast/forms/file-input-disabled-expected.txt:
1767 * platform/mac/fast/forms/box-shadow-override-expected.txt:
1768 * platform/mac/fast/forms/file-input-direction-expected.txt:
1769 * platform/mac/fast/forms/file-input-disabled-expected.txt:
1770 * platform/mac/fast/forms/form-element-geometry-expected.txt:
1771 * platform/mac/fast/forms/hidden-input-file-expected.txt:
1772 * platform/mac/fast/forms/input-appearance-height-expected.txt:
1773 * platform/mac/fast/forms/input-value-expected.txt:
1774 * platform/win/fast/forms/box-shadow-override-expected.txt:
1775 * platform/win/fast/forms/file-input-disabled-expected.txt:
1776 * platform/win/fast/forms/input-appearance-height-expected.txt:
1777 * platform/win/fast/forms/input-value-expected.txt:
1779 2009-11-11 Erik Arvidsson <arv@chromium.org>
1781 Reviewed by Dmitri Titov.
1783 Fix layout test to not call onload on the wrong window after image has
1784 been dropped onto the iframe.
1785 https://bugs.webkit.org/show_bug.cgi?id=30893
1787 * editing/selection/drag-to-contenteditable-iframe.html:
1789 2009-11-11 Brian Weinstein <bweinstein@apple.com>
1791 Reviewed by Beth Dakin.
1793 Unskip the webkit-color-correction tests because the workaround of using
1794 the deviceRGBColorSpace allows the tests to pass on Windows.
1796 * platform/win/Skipped:
1798 2009-11-11 Brian Weinstein <bweinstein@apple.com>
1800 Reviewed by Darin Adler.
1802 Skip the webkit-color-correction tests because they crash on Windows
1803 due to a CoreGraphics bug.
1805 * platform/win/Skipped:
1807 2009-11-11 Eric Z. Ayers <zundel@google.com>
1809 Reviewed by Pavel Feldman.
1811 Timeline tests for records generated for
1812 Layout, Paint, ParseHTML, MarkTimeline, and Style Recalculation
1814 https://bugs.webkit.org/show_bug.cgi?id=31361
1816 * inspector/timeline-layout-expected.txt: Added.
1817 * inspector/timeline-layout.html: Added.
1818 * inspector/timeline-mark-timeline-expected.txt: Added.
1819 * inspector/timeline-mark-timeline.html: Added.
1820 * inspector/timeline-paint-expected.txt: Added.
1821 * inspector/timeline-paint.html: Added.
1822 * inspector/timeline-parse-html-expected.txt: Added.
1823 * inspector/timeline-parse-html.html: Added.
1824 * inspector/timeline-recalculate-styles-expected.txt: Added.
1825 * inspector/timeline-recalculate-styles.html: Added.
1827 2009-11-11 Jessie Berlin <jberlin@webkit.org>
1829 Reviewed by Timothy Hatcher.
1831 Display the correct summary in the web inspector for the padding
1832 shorthand. Also corrects the summaries for the border-color,
1833 border-width, border-style, and margin shorthands.
1835 https://bugs.webkit.org/show_bug.cgi?id=7987
1837 * fast/css/shorthands-four-values-expected.txt: Added.
1838 * fast/css/shorthands-four-values.html: Added.
1840 2009-11-11 Eric Z. Ayers <zundel@google.com>
1842 Reviewed by Pavel Feldman.
1844 Added a test of an externally loaded script tag for Inspector
1846 Fixed identity comparisons.
1848 https://bugs.webkit.org/show_bug.cgi?id=31365
1850 * inspector/timeline-script-tag-1.html:
1851 * inspector/timeline-script-tag-2-expected.txt: Added.
1852 * inspector/timeline-script-tag-2.html: Added.
1853 * inspector/timeline-script-tag-2.js: Added.
1854 * inspector/timeline-test.js:
1856 (timelineAgentTypeToString):
1858 2009-11-11 Antonio Gomes <tonikitoo@webkit.org>
1860 Rubber-stamped by Kenneth Christiansen.
1862 Grouping some of the current skipped plugin tests that fail
1863 due to the same reason: no support for objective-c functions.
1865 * platform/qt/Skipped:
1867 2009-11-11 Daniel Bates <dbates@webkit.org>
1869 Reviewed by Eric Seidel.
1871 https://bugs.webkit.org/show_bug.cgi?id=31334
1873 We should skip the test case /fast/events/drag-and-drop-fire-drag-dragover.html
1874 on both the Qt and GTK builds since there are issues with drag-and-drop support
1877 For Qt: https://bugs.webkit.org/show_bug.cgi?id=31332
1878 For GTK: https://bugs.webkit.org/show_bug.cgi?id=30576
1880 * platform/gtk/Skipped: Skip test case /fast/events/drag-and-drop-fire-drag-dragover.html
1881 since there are issues with drag-and-drop support in both GTK and Qt.
1882 * platform/qt/Skipped: Ditto.
1884 2009-11-11 Yuta Kitamura <yutak@chromium.org>
1886 Reviewed by Eric Seidel.
1888 Convert LayoutTests/fast/inline/dirtyLinesForInline.html into dumpAsText.
1890 This test checks if the browser crashes after some operations. It doesn't test
1891 any other interesting features, so we can safely make it a dumpAsText test.
1893 https://bugs.webkit.org/show_bug.cgi?id=31335
1895 * fast/inline/dirtyLinesForInline-expected.txt: Added.
1896 * fast/inline/dirtyLinesForInline.html: Added dumpAsText().
1897 * platform/mac/fast/inline/dirtyLinesForInline-expected.checksum: Removed.
1898 * platform/mac/fast/inline/dirtyLinesForInline-expected.png: Removed.
1899 * platform/mac/fast/inline/dirtyLinesForInline-expected.txt: Removed.
1901 2009-11-11 Eric Z. Ayers <zundel@google.com>
1903 Reviewed by Timothy Hatcher.
1905 Adds a test that dumps the timeline data for a simple script tag.
1907 https://bugs.webkit.org/show_bug.cgi?id=31204
1909 * inspector/inspector-test.js:
1911 * inspector/timeline-script-tag-1-expected.txt: Added.
1912 * inspector/timeline-script-tag-1.html: Added.
1913 * inspector/timeline-test.js: Added.
1914 (retrieveTimelineData):
1916 (dumpTimelineRecords):
1917 (printTimelineRecordProperties):
1918 (isNonDeterministicProp):
1920 (isTimelineOverheadRecord):
1921 (markTimelineRecordAsOverhead):
1922 (timelineAgentTypeToString):
1923 (frontend_startTimelineProfiler.window.WebInspector.addRecordToTimeline):
1924 (frontend_startTimelineProfiler):
1925 (frontend_getTimelineResults):
1928 2009-11-11 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1930 Unreviewed. Skipping new tests.
1932 * platform/gtk/Skipped:
1934 2009-11-11 Yuzo Fujishima <yuzo@google.com>
1936 Reviewed by David Levin.
1938 Add a test for web socket handshake error.
1940 https://bugs.webkit.org/show_bug.cgi?id=31336
1942 * websocket/tests/handshake-error-expected.txt: Added.
1943 * websocket/tests/handshake-error.html: Added.
1944 * websocket/tests/handshake-error_wsh.py: Added.
1945 * websocket/tests/script-tests/handshake-error.js: Added.
1952 2009-11-11 Yuzo Fujishima <yuzo@google.com>
1954 Reviewed by David Levin.
1956 Add a simple web socket test. This tests basic features of Web Socket.
1957 This also serves as an example of Web Socket tests.
1959 https://bugs.webkit.org/show_bug.cgi?id=27492
1961 * platform/gtk/Skipped:
1962 * platform/mac/Skipped:
1963 * platform/qt/Skipped:
1964 * platform/win/Skipped:
1965 * websocket/tests/resources/simple.js: Added.
1970 * websocket/tests/simple-expected.txt: Added.
1971 * websocket/tests/simple.html: Added.
1972 * websocket/tests/simple_wsh.py: Added.
1974 2009-11-11 Philippe Normand <pnormand@igalia.com>
1976 Reviewed by Xan Lopez.
1978 https://bugs.webkit.org/show_bug.cgi?id=30221
1979 [GTK] fails to load media embedded in iframe element
1981 * platform/gtk/Skipped: Unskip fixed tests.
1983 2009-11-10 Roland Steiner <rolandsteiner@chromium.org>
1985 Reviewed by Eric Seidel.
1987 Re-baselined layout test results for Windows for tests in fast/ruby.
1988 (see https://bugs.webkit.org/show_bug.cgi?id=28420)
1990 * platform/win/fast/ruby: Added.
1991 * platform/win/fast/ruby/ruby-empty-rt-expected.checksum: Added.
1992 * platform/win/fast/ruby/ruby-empty-rt-expected.png: Added.
1993 * platform/win/fast/ruby/ruby-empty-rt-expected.txt: Added.
1994 * platform/win/fast/ruby/ruby-length-expected.checksum: Added.
1995 * platform/win/fast/ruby/ruby-length-expected.png: Added.
1996 * platform/win/fast/ruby/ruby-length-expected.txt: Added.
1997 * platform/win/fast/ruby/ruby-run-break-expected.checksum: Added.
1998 * platform/win/fast/ruby/ruby-run-break-expected.png: Added.
1999 * platform/win/fast/ruby/ruby-run-break-expected.txt: Added.
2000 * platform/win/fast/ruby/ruby-runs-expected.checksum: Added.
2001 * platform/win/fast/ruby/ruby-runs-expected.png: Added.
2002 * platform/win/fast/ruby/ruby-runs-expected.txt: Added.
2003 * platform/win/fast/ruby/ruby-runs-spans-expected.checksum: Added.
2004 * platform/win/fast/ruby/ruby-runs-spans-expected.png: Added.
2005 * platform/win/fast/ruby/ruby-runs-spans-expected.txt: Added.
2006 * platform/win/fast/ruby/ruby-simple-expected.checksum: Added.
2007 * platform/win/fast/ruby/ruby-simple-expected.png: Added.
2008 * platform/win/fast/ruby/ruby-simple-expected.txt: Added.
2009 * platform/win/fast/ruby/ruby-simple-rp-expected.checksum: Added.
2010 * platform/win/fast/ruby/ruby-simple-rp-expected.png: Added.
2011 * platform/win/fast/ruby/ruby-simple-rp-expected.txt: Added.
2012 * platform/win/fast/ruby/ruby-trailing-expected.checksum: Added.
2013 * platform/win/fast/ruby/ruby-trailing-expected.png: Added.
2014 * platform/win/fast/ruby/ruby-trailing-expected.txt: Added.
2015 * platform/win/fast/ruby/rubyDOM-insert-rt-expected.checksum: Added.
2016 * platform/win/fast/ruby/rubyDOM-insert-rt-expected.png: Added.
2017 * platform/win/fast/ruby/rubyDOM-insert-rt-expected.txt: Added.
2018 * platform/win/fast/ruby/rubyDOM-insert-text1-expected.checksum: Added.
2019 * platform/win/fast/ruby/rubyDOM-insert-text1-expected.png: Added.
2020 * platform/win/fast/ruby/rubyDOM-insert-text1-expected.txt: Added.
2021 * platform/win/fast/ruby/rubyDOM-insert-text2-expected.checksum: Added.
2022 * platform/win/fast/ruby/rubyDOM-insert-text2-expected.png: Added.
2023 * platform/win/fast/ruby/rubyDOM-insert-text2-expected.txt: Added.
2024 * platform/win/fast/ruby/rubyDOM-insert-text3-expected.checksum: Added.
2025 * platform/win/fast/ruby/rubyDOM-insert-text3-expected.png: Added.
2026 * platform/win/fast/ruby/rubyDOM-insert-text3-expected.txt: Added.
2027 * platform/win/fast/ruby/rubyDOM-remove-rt1-expected.checksum: Added.
2028 * platform/win/fast/ruby/rubyDOM-remove-rt1-expected.png: Added.
2029 * platform/win/fast/ruby/rubyDOM-remove-rt1-expected.txt: Added.
2030 * platform/win/fast/ruby/rubyDOM-remove-rt2-expected.checksum: Added.
2031 * platform/win/fast/ruby/rubyDOM-remove-rt2-expected.png: Added.
2032 * platform/win/fast/ruby/rubyDOM-remove-rt2-expected.txt: Added.
2033 * platform/win/fast/ruby/rubyDOM-remove-text1-expected.checksum: Added.
2034 * platform/win/fast/ruby/rubyDOM-remove-text1-expected.png: Added.
2035 * platform/win/fast/ruby/rubyDOM-remove-text1-expected.txt: Added.
2036 * platform/win/fast/ruby/rubyDOM-remove-text2-expected.checksum: Added.
2037 * platform/win/fast/ruby/rubyDOM-remove-text2-expected.png: Added.
2038 * platform/win/fast/ruby/rubyDOM-remove-text2-expected.txt: Added.
2040 2009-11-10 Daniel Bates <dbates@webkit.org>
2042 Reviewed by Oliver Hunt.
2044 https://bugs.webkit.org/show_bug.cgi?id=30754
2046 Tests that the drag event always fires before the dragover event.
2048 Also, re-bases the result for test fast/events/drag-in-frames.html, since
2049 we now conform to the HTML 5 spec.
2051 * fast/events/drag-and-drop-fire-drag-dragover-expected.txt: Added.
2052 * fast/events/drag-and-drop-fire-drag-dragover.html: Added.
2053 * fast/events/drag-in-frames-expected.txt: Rebased result.
2055 2009-11-10 Vitaly Repeshko <vitalyr@chromium.org>
2057 Reviewed by Dimitri Glazkov.
2059 [V8] Fix crash in V8CustomXPathNSResolver (http://crbug.com/26726).
2060 https://bugs.webkit.org/show_bug.cgi?id=31301
2062 * fast/xpath/xpath-detached-iframe-resolver-crash-expected.txt: Added.
2063 * fast/xpath/xpath-detached-iframe-resolver-crash.html: Added.
2065 2009-11-10 Yael Aharon <yael.aharon@nokia.com>
2067 Reviewed by Timothy Hatcher.
2069 Implement URL decomposition IDL attributes for HTMLAnchorElement.
2070 https://bugs.webkit.org/show_bug.cgi?id=29972
2072 Testcases for setting and getting different parts of the URL.
2074 * fast/dom/HTMLAnchorElement: Added.
2075 * fast/dom/HTMLAnchorElement/script-tests: Added.
2076 * fast/dom/HTMLAnchorElement/script-tests/TEMPLATE.html: Added.
2077 * fast/dom/HTMLAnchorElement/script-tests/set-href-attribute-hash.js: Added.
2078 * fast/dom/HTMLAnchorElement/script-tests/set-href-attribute-host.js: Added.
2079 * fast/dom/HTMLAnchorElement/script-tests/set-href-attribute-hostname.js: Added.
2080 * fast/dom/HTMLAnchorElement/script-tests/set-href-attribute-pathname.js: Added.
2081 * fast/dom/HTMLAnchorElement/script-tests/set-href-attribute-port.js: Added.
2082 * fast/dom/HTMLAnchorElement/script-tests/set-href-attribute-protocol.js: Added.
2083 * fast/dom/HTMLAnchorElement/script-tests/set-href-attribute-search.js: Added.
2084 * fast/dom/HTMLAnchorElement/set-href-attribute-hash-expected.txt: Added.
2085 * fast/dom/HTMLAnchorElement/set-href-attribute-hash.html: Added.
2086 * fast/dom/HTMLAnchorElement/set-href-attribute-host-expected.txt: Added.
2087 * fast/dom/HTMLAnchorElement/set-href-attribute-host.html: Added.
2088 * fast/dom/HTMLAnchorElement/set-href-attribute-hostname-expected.txt: Added.
2089 * fast/dom/HTMLAnchorElement/set-href-attribute-hostname.html: Added.
2090 * fast/dom/HTMLAnchorElement/set-href-attribute-pathname-expected.txt: Added.
2091 * fast/dom/HTMLAnchorElement/set-href-attribute-pathname.html: Added.
2092 * fast/dom/HTMLAnchorElement/set-href-attribute-port-expected.txt: Added.
2093 * fast/dom/HTMLAnchorElement/set-href-attribute-port.html: Added.
2094 * fast/dom/HTMLAnchorElement/set-href-attribute-protocol-expected.txt: Added.
2095 * fast/dom/HTMLAnchorElement/set-href-attribute-protocol.html: Added.
2096 * fast/dom/HTMLAnchorElement/set-href-attribute-search-expected.txt: Added.
2097 * fast/dom/HTMLAnchorElement/set-href-attribute-search.html: Added.
2099 2009-11-10 Brian Weinstein <bweinstein@apple.com>
2101 Update getComputedStyle results for Windows to add -webkit-color-correction.
2103 * platform/win/fast/css/getComputedStyle/computed-style-expected.txt:
2104 * platform/win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
2106 2009-11-10 Brady Eidson <beidson@apple.com>
2108 Reviewed by NOBODY (Fix my own layout-test snafu)
2110 Made a small change to my test then didn't update the results before landing.
2112 * http/tests/webarchive/cross-origin-stylesheet-crash-expected.webarchive:
2114 2009-11-10 Brady Eidson <beidson@apple.com>
2116 Reviewed by Sam Weinig.
2118 Repro crash saving pcmag.com article as a webarchive.
2119 <rdar://problem/7381219> and https://webkit.org/b/31322
2121 * http/tests/webarchive/cross-origin-stylesheet-crash.html: Added.
2122 * http/tests/webarchive/cross-origin-stylesheet-crash-expected.webarchive: Added.
2123 * http/tests/webarchive/resources/localhost-stylesheet.css: Added.
2124 * platform/gtk/Skipped: Add this test to the gtk Skipped list which tracks all individual skipped tests
2125 instead of directories.
2127 2009-11-10 Brian Weinstein <bweinstein@apple.com>
2129 Rubber-stamped by Anders Carlsson.
2131 Add timing out test to Windows Skipped list.
2133 * platform/win/Skipped:
2135 2009-11-10 Csaba Osztrogonác <ossy@webkit.org>
2137 Put test into skiplist added in r50758 because
2138 layoutTestController.showWebInspector() is unimplemented now.
2140 * platform/qt/Skipped: inspector/timeline-enum-stability.html added.
2142 2009-11-10 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
2144 Unreviewed. Skip another test that requires implementing editing
2147 * platform/gtk/Skipped:
2149 2009-11-10 Beth Dakin <bdakin@apple.com>
2151 Reviewed by Darin Adler.
2153 Tests for <rdar://problem/7059710>
2155 https://bugs.webkit.org/show_bug.cgi?id=31196 Implement -webkit-
2156 color-correction for CSS colors
2159 * fast/css/color-correction-backgrounds-and-text.html: Added.
2160 * fast/css/color-correction-on-backgrounds.html: Added.
2161 * fast/css/color-correction-on-text.html: Added.
2162 * fast/css/color-correction.html: Added.
2163 * fast/css/parsing-color-correction-expected.txt: Added.
2164 * fast/css/parsing-color-correction.html: Added.
2165 * fast/css/resources/parsing-color-correction.js: Added.
2167 * fast/css/resources/purple-srgb.png: Added.
2168 * platform/mac/fast/css/color-correction-backgrounds-and-text-expected.checksum: Added.
2169 * platform/mac/fast/css/color-correction-backgrounds-and-text-expected.png: Added.
2170 * platform/mac/fast/css/color-correction-backgrounds-and-text-expected.txt: Added.
2171 * platform/mac/fast/css/color-correction-expected.checksum: Added.
2172 * platform/mac/fast/css/color-correction-expected.png: Added.
2173 * platform/mac/fast/css/color-correction-expected.txt: Added.
2174 * platform/mac/fast/css/color-correction-on-backgrounds-expected.checksum: Added.
2175 * platform/mac/fast/css/color-correction-on-backgrounds-expected.png: Added.
2176 * platform/mac/fast/css/color-correction-on-backgrounds-expected.txt: Added.
2177 * platform/mac/fast/css/color-correction-on-text-expected.checksum: Added.
2178 * platform/mac/fast/css/color-correction-on-text-expected.png: Added.
2179 * platform/mac/fast/css/color-correction-on-text-expected.txt: Added.
2181 New and improved results.
2182 * platform/mac/fast/css/getComputedStyle/computed-style-expected.txt:
2183 * platform/mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
2184 * svg/css/getComputedStyle-basic-expected.txt:
2186 2009-11-10 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
2188 Unreviewed. Skip new tests.
2190 * platform/gtk/Skipped:
2192 2009-11-10 Eric Z. Ayers <zundel@google.com>
2194 Reviewed by Timothy Hatcher.
2196 Adds a test to flag changes to values of the WebInspector Timeline record types.
2197 Downstream apps depend on these mappings remaining stable.
2199 https://bugs.webkit.org/show_bug.cgi?id=31303
2201 * inspector/timeline-enum-stability-expected.txt: Added.
2202 * inspector/timeline-enum-stability.html: Added.
2204 2009-11-10 Andras Becsi <becsi.andras@stud.u-szeged.hu>
2206 Reviewed by Kenneth Rohde Christiansen.
2208 [Qt] Update outdated metrics in these tests after r50665 enabled the previously missing scrollbar.
2209 This fixes https://bugs.webkit.org/show_bug.cgi?id=31281.
2211 * platform/qt/css1/basic/class_as_selector-expected.txt:
2212 * platform/qt/css1/basic/comments-expected.txt:
2213 * platform/qt/css1/basic/containment-expected.txt:
2214 * platform/qt/css1/basic/id_as_selector-expected.txt:
2215 * platform/qt/css1/basic/inheritance-expected.txt:
2216 * platform/qt/css1/box_properties/border-expected.txt:
2217 * platform/qt/css1/box_properties/border_bottom-expected.txt:
2218 * platform/qt/css1/box_properties/border_bottom_width-expected.txt:
2219 * platform/qt/css1/box_properties/border_left-expected.txt:
2220 * platform/qt/css1/box_properties/border_left_width-expected.txt:
2221 * platform/qt/css1/box_properties/border_right_inline-expected.txt:
2222 * platform/qt/css1/box_properties/border_right_width-expected.txt:
2223 * platform/qt/css1/box_properties/border_style-expected.txt:
2224 * platform/qt/css1/box_properties/border_top-expected.txt:
2225 * platform/qt/css1/box_properties/border_top_width-expected.txt:
2226 * platform/qt/css1/box_properties/border_width-expected.txt:
2227 * platform/qt/css1/box_properties/clear-expected.txt:
2228 * platform/qt/css1/box_properties/clear_float-expected.txt:
2229 * platform/qt/css1/box_properties/float_elements_in_series-expected.txt:
2230 * platform/qt/css1/box_properties/float_margin-expected.txt:
2231 * platform/qt/css1/box_properties/float_on_text_elements-expected.txt:
2232 * platform/qt/css1/box_properties/height-expected.txt:
2233 * platform/qt/css1/box_properties/margin-expected.txt:
2234 * platform/qt/css1/box_properties/margin_bottom-expected.txt:
2235 * platform/qt/css1/box_properties/margin_inline-expected.txt:
2236 * platform/qt/css1/box_properties/margin_left-expected.txt:
2237 * platform/qt/css1/box_properties/margin_right-expected.txt:
2238 * platform/qt/css1/box_properties/margin_top-expected.txt:
2239 * platform/qt/css1/box_properties/padding-expected.txt:
2240 * platform/qt/css1/box_properties/padding_bottom-expected.txt:
2241 * platform/qt/css1/box_properties/padding_inline-expected.txt:
2242 * platform/qt/css1/box_properties/padding_left-expected.txt:
2243 * platform/qt/css1/box_properties/padding_right-expected.txt:
2244 * platform/qt/css1/box_properties/padding_top-expected.txt:
2245 * platform/qt/css1/box_properties/width-expected.txt:
2246 * platform/qt/css1/cascade/cascade_order-expected.txt:
2247 * platform/qt/css1/cascade/important-expected.txt:
2248 * platform/qt/css1/classification/display-expected.txt:
2249 * platform/qt/css1/classification/list_style_type-expected.txt:
2250 * platform/qt/css1/classification/white_space-expected.txt:
2251 * platform/qt/css1/color_and_background/background-expected.txt:
2252 * platform/qt/css1/color_and_background/background_attachment-expected.txt:
2253 * platform/qt/css1/color_and_background/background_color-expected.txt:
2254 * platform/qt/css1/color_and_background/background_image-expected.txt:
2255 * platform/qt/css1/color_and_background/background_position-expected.txt:
2256 * platform/qt/css1/color_and_background/background_repeat-expected.txt:
2257 * platform/qt/css1/conformance/forward_compatible_parsing-expected.txt:
2258 * platform/qt/css1/font_properties/font-expected.txt:
2259 * platform/qt/css1/font_properties/font_family-expected.txt:
2260 * platform/qt/css1/font_properties/font_size-expected.txt:
2261 * platform/qt/css1/font_properties/font_weight-expected.txt:
2262 * platform/qt/css1/formatting_model/floating_elements-expected.txt:
2263 * platform/qt/css1/formatting_model/height_of_lines-expected.txt:
2264 * platform/qt/css1/formatting_model/horizontal_formatting-expected.txt:
2265 * platform/qt/css1/formatting_model/inline_elements-expected.txt:
2266 * platform/qt/css1/formatting_model/replaced_elements-expected.txt:
2267 * platform/qt/css1/formatting_model/vertical_formatting-expected.txt:
2268 * platform/qt/css1/pseudo/anchor-expected.txt:
2269 * platform/qt/css1/pseudo/firstletter-expected.txt:
2270 * platform/qt/css1/pseudo/firstline-expected.txt:
2271 * platform/qt/css1/pseudo/multiple_pseudo_elements-expected.txt:
2272 * platform/qt/css1/pseudo/pseudo_elements_in_selectors-expected.txt:
2273 * platform/qt/css1/text_properties/letter_spacing-expected.txt:
2274 * platform/qt/css1/text_properties/line_height-expected.txt:
2275 * platform/qt/css1/text_properties/text_decoration-expected.txt:
2276 * platform/qt/css1/text_properties/text_indent-expected.txt:
2277 * platform/qt/css1/text_properties/text_transform-expected.txt:
2278 * platform/qt/css1/text_properties/vertical_align-expected.txt:
2279 * platform/qt/css1/text_properties/word_spacing-expected.txt:
2280 * platform/qt/css1/units/color_units-expected.txt:
2281 * platform/qt/css1/units/length_units-expected.txt:
2282 * platform/qt/css1/units/percentage_units-expected.txt:
2283 * platform/qt/css2.1/t0402-c71-fwd-parsing-02-f-expected.txt:
2284 * platform/qt/css2.1/t1202-counter-09-b-expected.txt:
2285 * platform/qt/css2.1/t1202-counters-08-b-expected.txt:
2286 * platform/qt/css2.1/t1202-counters-09-b-expected.txt:
2287 * platform/qt/css2.1/t140201-c535-bg-fixd-00-b-g-expected.txt:
2288 * platform/qt/css2.1/t1508-c527-font-07-b-expected.txt:
2289 * platform/qt/fast/backgrounds/background-inherit-color-bug-expected.txt:
2290 * platform/qt/fast/backgrounds/size/backgroundSize15-expected.txt:
2291 * platform/qt/fast/block/float/008-expected.txt:
2292 * platform/qt/fast/block/float/019-expected.txt:
2293 * platform/qt/fast/block/float/033-expected.txt:
2294 * platform/qt/fast/block/float/035-expected.txt:
2295 * platform/qt/fast/block/float/avoidance-percent-width-strict-expected.txt:
2296 * platform/qt/fast/box-shadow/basic-shadows-expected.txt:
2297 * platform/qt/fast/canvas/canvas-bg-expected.txt:
2298 * platform/qt/fast/css/nested-floating-relative-position-percentages-expected.txt:
2299 * platform/qt/fast/css/nth-child-dynamic-expected.txt:
2300 * platform/qt/fast/css/text-rendering-expected.txt:
2301 * platform/qt/fast/dynamic/anchor-lock-expected.txt:
2302 * platform/qt/fast/flexbox/flex-hang-expected.txt:
2303 * platform/qt/fast/forms/search-vertical-alignment-expected.txt:
2304 * platform/qt/fast/frames/iframe-scrolling-attribute-expected.txt:
2305 * platform/qt/fast/lists/ol-start-parsing-expected.txt:
2306 * platform/qt/fast/multicol/positioned-with-constrained-height-expected.txt:
2307 * platform/qt/fast/overflow/position-fixed-transform-clipping-expected.txt:
2308 * platform/qt/fast/table/height-percent-test-expected.txt:
2309 * platform/qt/fast/table/wide-colspan-expected.txt:
2310 * platform/qt/fast/table/wide-column-expected.txt:
2311 * platform/qt/fast/text/text-letter-spacing-expected.txt:
2312 * platform/qt/svg/css/stars-with-shadow-expected.txt:
2313 * platform/qt/tables/mozilla/bugs/bug29314-expected.txt:
2315 2009-11-10 Philippe Normand <pnormand@igalia.com>
2317 Reviewed by Eric Seidel.
2319 https://bugs.webkit.org/show_bug.cgi?id=31047
2320 [GTK] Failing test media/video-played-ranges-1.html
2322 * platform/gtk/Skipped: Unskip fixed tests.
2324 2009-11-10 Oliver Hunt <oliver@apple.com>
2326 Reviewed by Maciej Stachowiak.
2328 Rename 3D Canvas related classes to use WebGL prefix
2329 https://bugs.webkit.org/show_bug.cgi?id=29095
2331 Update tests to use new WebGL prefixed names
2333 * fast/canvas/webgl/array-unit-tests-expected.txt:
2334 * fast/canvas/webgl/array-unit-tests.html:
2335 * fast/canvas/webgl/gl-get-calls.html:
2336 * fast/canvas/webgl/resources/utils3d.js:
2340 * fast/canvas/webgl/triangle.html:
2341 * fast/dom/Window/window-properties.html:
2342 * fast/dom/script-tests/constructed-objects-prototypes.js:
2343 (constructorPropertiesOnWindow):
2344 * fast/dom/script-tests/prototype-inheritance-2.js:
2345 (constructorNamesForWindow):
2346 * fast/dom/script-tests/prototype-inheritance.js:
2347 * fast/js/script-tests/global-constructors.js:
2349 2009-11-09 Dirk Schulze <krit@webkit.org>
2351 Reviewed by Oliver Hunt.
2353 Test for SVG filter effect feDisplacementMap.
2355 * platform/mac/svg/filters/feDisplacementMap-expected.checksum: Added.
2356 * platform/mac/svg/filters/feDisplacementMap-expected.png: Added.
2357 * platform/mac/svg/filters/feDisplacementMap-expected.txt: Added.
2358 * svg/filters/feDisplacementMap.svg: Added.
2360 2009-11-03 Shinichiro Hamaji <hamaji@chromium.org>
2362 Reviewed by Eric Seidel.
2364 wrong expected images after Bug 8736
2365 https://bugs.webkit.org/show_bug.cgi?id=31094
2367 * platform/mac/fast/borders/border-radius-huge-assert-expected.png:
2368 * platform/mac/fast/box-shadow/border-radius-big-expected.checksum:
2369 * platform/mac/fast/box-shadow/border-radius-big-expected.png:
2371 2009-11-09 Shinichiro Hamaji <hamaji@chromium.org>
2373 Reviewed by Oliver Hunt.
2375 Can cache prototype lookups on uncacheable dictionaries.
2376 https://bugs.webkit.org/show_bug.cgi?id=31198
2378 Fixed wrong expectation file committed.
2380 * fast/js/dictionary-prototype-caching-expected.txt:
2382 2009-11-09 Oliver Hunt <oliver@apple.com>
2384 Reviewed by Gavin Barraclough.
2386 Can cache prototype lookups on uncacheable dictionaries.
2387 https://bugs.webkit.org/show_bug.cgi?id=31198
2389 Add tests for lookup on uncacheable prototype.
2391 * fast/js/dictionary-prototype-caching-expected.txt: Added.
2392 * fast/js/dictionary-prototype-caching.html: Added.
2393 * fast/js/script-tests/dictionary-prototype-caching.js: Added.
2396 2009-11-09 Anders Carlsson <andersca@apple.com>
2398 Reviewed by Darin Adler and Dan Bernstein.
2400 <rdar://problem/7328395>
2401 https://bugs.webkit.org/show_bug.cgi?id=31277
2403 When an object tag's style changes (for example when child nodes are added/removed),
2404 reuse its Frame (if it has one) instead of creating multiple Frames.
2406 * fast/dom/HTMLObjectElement/children-changed-expected.txt: Added.
2407 * fast/dom/HTMLObjectElement/children-changed.html: Added.
2409 2009-11-09 Yael Aharon <yael.aharon@nokia.com>
2411 Reviewed by Kenneth Rohde Christiansen.
2413 [Qt] Allow setting HTTP headers with empty value in XMLHTTPRequest
2414 https://bugs.webkit.org/show_bug.cgi?id=31140
2416 Test that XHR request can set http headers with no value.
2418 * http/tests/xmlhttprequest/xmlhttprequest-setrequestheader-no-value-expected.txt: Added.
2419 * http/tests/xmlhttprequest/xmlhttprequest-setrequestheader-no-value.html: Added.
2421 2009-11-09 Mark Mentovai <mark@chromium.org>
2423 Reviewed by Dan Bernstein.
2425 rdar://problem/7215132, https://bugs.webkit.org/show_bug.cgi?id=29167
2426 REGRESSION (r48064): mint.com loses scrollbars after coming out of
2429 rdar://problem/7314421, https://bugs.webkit.org/show_bug.cgi?id=30517
2430 REGRESSION (r48064): Extra scroll bars in GarageBand Lesson Store.
2432 * fast/overflow/scrollbar-restored-expected.txt: Added.
2433 * fast/overflow/scrollbar-restored.html: Added.
2435 2009-11-09 Keishi Hattori <casey.hattori@gmail.com>
2437 Reviewed by Timothy Hatcher.
2439 Web Inspector: CSS syntax highlighter doesn't recognize negative numbers
2440 https://bugs.webkit.org/show_bug.cgi?id=31257
2442 * inspector/syntax-highlight-css-expected.txt:
2443 * inspector/syntax-highlight-css.html:
2445 2009-11-09 Andras Becsi <becsi.andras@stud.u-szeged.hu>
2447 Rubber-stamped by Holger Hans Peter Freyther.
2449 [Qt] Skip new japanese ruby annotation tests because of missing japanese font support.
2451 * platform/qt/Skipped:
2453 2009-11-09 Csaba Osztrogonác <ossy@webkit.org>
2455 Unreviewed trivial fix.
2457 Removed previously (r50589) deleted test case from skiplists.
2459 * platform/gtk/Skipped: fast/events/drag-and-drop-none.html removed.
2460 * platform/qt/Skipped: fast/events/drag-and-drop-none.html removed.
2462 2009-11-09 Martin Robinson <martin.james.robinson@gmail.com>
2464 Reviewed by Jan Alonzo.
2466 [GTK] Expose Page::tabKeyCyclesThroughElements in the API
2467 https://bugs.webkit.org/show_bug.cgi?id=30482
2469 Unskip fast/events/keypress-insert-tab.html as it now passes.
2471 * platform/gtk/Skipped:
2473 2009-11-05 Jakub Wieczorek <faw217@gmail.com>
2475 Reviewed by Holger Freyther.
2477 [Qt] Add Qt specific result for fast/parser/xml-declaration-missing-ending-mark.html
2478 https://bugs.webkit.org/show_bug.cgi?id=31192
2480 Qt is using the QXmlStreamReader to handle XML and it is generating a different
2481 error string requiring to have a custom result.
2483 Unskip the test as it is passing now.
2485 * platform/qt/Skipped:
2486 * platform/qt/fast/parser/xml-declaration-missing-ending-mark-expected.txt: Added.
2488 2009-11-08 Johnny Ding <johnnyding.webkit@gmail.com>
2490 Reviewed by Dimitri Glazkov.
2492 https://bugs.webkit.org/show_bug.cgi?id=31224
2493 [V8] Return StyleSheet object instead of HTMLStyleElement w/document.styleSheets named property getter.
2495 * fast/dom/StyleSheet/get-stylesheet-byname-expected.txt: Added.
2496 * fast/dom/StyleSheet/get-stylesheet-byname.html: Added.
2497 * fast/dom/StyleSheet/script-tests: Added.
2498 * fast/dom/StyleSheet/script-tests/get-stylesheet-byname.js: Added.
2500 2009-11-08 Daniel Bates <dbates@webkit.org>
2502 Reviewed by Adam Barth.
2504 https://bugs.webkit.org/show_bug.cgi?id=31098
2506 Tests that the XSSAuditor prevents loading plugin-based content that is not
2507 from the same-origin as the enclosing page.
2509 * http/tests/security/xssAuditor/object-src-inject-expected.txt: Added.
2510 * http/tests/security/xssAuditor/object-src-inject.html: Added.
2511 * http/tests/security/xssAuditor/resources/echo-object-src.pl: Added.
2513 2009-11-08 Shu Chang <Chang.Shu@nokia.com>
2515 Reviewed by Holger Freyther.
2517 Update texts in test description after test case change in r50579.
2518 https://bugs.webkit.org/show_bug.cgi?id=31122
2520 * editing/selection/shrink-selection-after-shift-pagedown-expected.txt:
2521 * editing/selection/shrink-selection-after-shift-pagedown.html:
2523 2009-11-08 Dan Bernstein <mitz@apple.com>
2525 Reviewed by Simon Fraser.
2527 <rdar://problem/7363434> Crash inside RenderObject::localToAbsolute
2528 below FrameView::layout
2529 https://bugs.webkit.org/show_bug.cgi?id=31093
2531 * fast/block/positioning/relative-positioned-inline-container-expected.checksum: Added.
2532 * fast/block/positioning/relative-positioned-inline-container-expected.png: Added.
2533 * fast/block/positioning/relative-positioned-inline-container-expected.txt: Added.
2534 * fast/block/positioning/relative-positioned-inline-container.html: Added.
2536 2009-11-07 Dirk Pranke <dpranke@chromium.org>
2538 Reviewed by Darin Adler.
2540 Add in missing expectations.
2542 * platform/mac/fast/forms/input-list-button-size-expected.checksum: Added.
2543 * platform/mac/fast/forms/input-list-button-size-expected.png: Added.
2544 * platform/mac/fast/forms/select-dirty-parent-pref-widths-expected.png: Added.
2545 * platform/mac/fast/text/text-letter-spacing-expected.png: Added.
2547 2009-11-06 Anantanarayanan G Iyengar <ananta@chromium.org>
2549 Reviewed by Adam Barth.
2551 Added layout tests to test document.open and window.open calls issued
2552 by NPAPI plugins without a calling javascript context. The associated
2553 webkit bug is https://bugs.webkit.org/show_bug.cgi?id=31067, which
2556 * plugins/document-open-expected.txt: Added.
2557 * plugins/document-open.html: Added.
2558 * plugins/window-open-expected.txt: Added.
2559 * plugins/window-open.html: Added.
2561 2009-11-06 Steve Block <steveblock@google.com>
2563 Reviewed by Eric Seidel.
2565 Geolocation error code UNKNOWN_ERROR is deprecated.
2566 https://bugs.webkit.org/show_bug.cgi?id=31184
2568 Update test case of the value of the PositionError.UNKNOWN_ERROR constant in error.html.
2569 Also remove redundant test cases of the value of all PositionError constants.
2571 * fast/dom/Geolocation/resources/error.js: Modified. Update test of value of PositionError.UNKNOWN_ERROR constant.
2572 * fast/dom/Geolocation/error-expected.txt: Modified. Expected result for above test.
2573 * fast/dom/Geolocation/resources/permission-denied-already-error.js: Modified. Remove tests of the value of PositionError constants.
2574 * fast/dom/Geolocation/permission-denied-already-error-expected.txt: Modified. Expected result for above test.
2575 * fast/dom/Geolocation/resources/permission-denied-already-success.js: Modified. Remove tests of the value of PositionError constants.
2576 * fast/dom/Geolocation/permission-denied-already-success-expected.txt: Modified. Expected result for above test.
2577 * fast/dom/Geolocation/resources/permission-denied.js: Modified. Remove tests of the value of PositionError constants.
2578 * fast/dom/Geolocation/permission-denied-expected.txt: Modified. Expected result for above test.
2579 * fast/dom/Geolocation/resources/permission-denied-stops-watches.js: Modified. Remove tests of the value of PositionError constants.
2580 * fast/dom/Geolocation/permission-denied-stops-watches-expected.txt: Modified. Expected result for above test.
2581 * fast/dom/Geolocation/resources/reentrant-error.js: Modified. Remove tests of the value of PositionError constants.
2582 * fast/dom/Geolocation/reentrant-error-expected.txt: Modified. Expected result for above test.
2583 * fast/dom/Geolocation/resources/timeout-zero.js: Modified. Remove tests of the value of PositionError constants.
2584 * fast/dom/Geolocation/timeout-zero-expected.txt: Modified. Expected result for above test.
2585 * fast/dom/Geolocation/resources/watch.js: Modified. Remove tests of the value of PositionError constants.
2586 * fast/dom/Geolocation/watch-expected.txt: Modified. Expected result for above test.
2588 2009-11-04 Shinichiro Hamaji <hamaji@chromium.org>
2590 Reviewed by Darin Adler.
2592 css2.1/t040304-c64-uri-00-a-g.html is failing
2593 https://bugs.webkit.org/show_bug.cgi?id=23271
2595 This test isn't failing now because this test was fixed in
2596 http://trac.webkit.org/changeset/47884
2598 * platform/mac/css2.1/t040304-c64-uri-00-a-g-expected.checksum:
2599 * platform/mac/css2.1/t040304-c64-uri-00-a-g-expected.png:
2601 2009-11-05 Daniel Bates <dbates@webkit.org>
2603 Reviewed by Eric Seidel.
2605 https://bugs.webkit.org/show_bug.cgi?id=31193
2607 Removed obsolete test case which was included in the patch for bug #30107.
2608 This test case is already covered by the test case fast/events/drag-and-drop.html,
2609 which was included in the patch for bug #24731.
2611 * fast/events/drag-and-drop-none-expected.txt: Removed.
2612 * fast/events/drag-and-drop-none.html: Removed.
2613 * platform/win/Skipped: Removed entry for drag-and-drop-none.html.
2615 2009-11-05 Adam Barth <abarth@webkit.org>
2617 Reviewed by Sam Weinig.
2619 Cross-domain access to stylesheet text should not be allowed
2620 https://bugs.webkit.org/show_bug.cgi?id=20527
2622 Test that a script cannot read cross-origin cssRules.
2624 * http/tests/security/cannot-read-cssrules-expected.txt: Added.
2625 * http/tests/security/cannot-read-cssrules-redirect-expected.txt: Added.
2626 * http/tests/security/cannot-read-cssrules-redirect.html: Added.
2627 * http/tests/security/cannot-read-cssrules.html: Added.
2629 2009-11-05 Alice Liu <alice.liu@apple.com>
2631 Adding a resource that seems to be missing. Without it, several tests in
2632 fast/dom/beforeload aren't really testing if the default event handling is
2633 prevented, but instead are only testing if the beforeload event fires.
2635 Rubber-stamped by Gavin Barraclough.
2637 * fast/dom/beforeload/resources/fail.js: Added.
2639 2009-11-05 Pavel Feldman <pfeldman@chromium.org>
2641 Reviewed by Timothy Hatcher.
2643 Web Inspector: beautify layout tests.
2645 https://bugs.webkit.org/show_bug.cgi?id=31189
2647 * inspector/console-dir-expected.txt:
2648 * inspector/console-dir.html:
2649 * inspector/console-dirxml-expected.txt:
2650 * inspector/console-dirxml.html:
2651 * inspector/console-format-collections-expected.txt:
2652 * inspector/console-format-collections.html:
2653 * inspector/console-format-expected.txt:
2654 * inspector/console-format.html:
2655 * inspector/console-tests-expected.txt:
2656 * inspector/console-tests.html:
2657 * inspector/console-tests.js: Added.
2658 (dumpConsoleMessages.callback):
2659 (dumpConsoleMessages):
2660 (dumpConsoleMessagesWithClasses.callback):
2661 (dumpConsoleMessagesWithClasses):
2662 (frontendScript_dumpConsoleMessages):
2663 * inspector/css-syntax-highlight.html: Removed.
2664 * inspector/elements-panel-structure-expected.txt:
2665 * inspector/elements-panel-structure.html:
2666 * inspector/elements-tests.js: Added.
2667 (frontendScript_expandDOMSubtree.processChildren):
2668 (frontendScript_expandDOMSubtree):
2669 * inspector/evaluate-in-frontend.html:
2670 * inspector/evaluate-in-frontend.js: Removed.
2671 * inspector/inspector-test.js: Added.
2673 (evaluateInWebInspector):
2676 (window.didEvaluateForTestInFrontend):
2677 * inspector/javascript-syntax-highlight.html: Removed.
2678 * inspector/styles-iframe.html:
2679 * inspector/syntax-highlight-css-expected.txt: Renamed from LayoutTests/inspector/css-syntax-highlight-expected.txt.
2680 * inspector/syntax-highlight-css.html: Added.
2681 * inspector/syntax-highlight-javascript-expected.txt: Renamed from LayoutTests/inspector/javascript-syntax-highlight-expected.txt.
2682 * inspector/syntax-highlight-javascript.html: Added.
2683 * inspector/syntax-highlight.js: Added.
2686 (frontendScript_dumpSyntaxHighlight):
2687 * inspector/timeline-trivial.html:
2688 * platform/qt/Skipped:
2690 2009-11-05 Shu Chang <Chang.Shu@nokia.com>
2692 Reviewed by Adele Peterson.
2694 The number of selected lines in textarea after a shift-PageDown
2695 may differ. The test case is modified so that it will not depend
2696 on the exact number of lines selected. This should resolve regression
2697 on platforms like Qt and GTK.
2698 https://bugs.webkit.org/show_bug.cgi?id=31122
2700 * editing/selection/shrink-selection-after-shift-pagedown.html:
2702 2009-11-05 Pavel Feldman <pfeldman@chromium.org>
2704 Not reviewed: empty line in expectations build fix.
2706 * fast/events/event-listener-map-rehash-crash-expected.txt:
2708 i2009-11-05 Pavel Feldman <pfeldman@chromium.org>
2710 Reviewed by Timothy Hatcher.
2712 REGRESSION: Web Inspector doesn't show CSS rules properly for iframes
2714 https://bugs.webkit.org/show_bug.cgi?id=30884
2716 * inspector/console-dir.html:
2717 * inspector/console-dirxml.html:
2718 * inspector/console-format-collections-expected.txt:
2719 * inspector/console-format-collections.html:
2720 * inspector/console-format.html:
2721 * inspector/console-tests.html:
2722 * inspector/elements-panel-structure-expected.txt:
2723 * inspector/elements-panel-structure.html:
2724 * inspector/evaluate-in-frontend.js:
2726 (expandDOMSubtree.processChildren):
2728 (dumpConsoleMessages):
2729 * inspector/resources/styles-iframe-data.html: Added.
2730 * inspector/styles-iframe-expected.txt: Added.
2731 * inspector/styles-iframe.html: Added.
2732 * platform/qt/Skipped:
2734 2009-11-05 Dimitri Glazkov <dglazkov@chromium.org>
2736 Reviewed by Geoffrey Garen.
2738 Rehashing of EventListenerMap leads to loss of EvenListenerList.
2739 https://bugs.webkit.org/show_bug.cgi?id=31027
2741 * fast/events/event-listener-map-rehash-crash.html: Added.
2743 2009-11-05 Brian Weinstein <bweinstein@apple.com>
2745 Rubber-stamped by Adam Roben.
2747 Add ruby tests and failing accessibility test to Windows Skipped list,
2748 we should be able to re-add ruby tests, but not sure the correct course
2751 * platform/win/Skipped:
2753 2009-11-05 Jian Li <jianli@chromium.org>
2755 Reviewed by Dmitri Titov.
2757 Tests the drag event bubbling on different targets:
2758 - iframe with invalid source
2759 - iframe with valid source
2760 - non-iframe droppable element
2761 https://bugs.webkit.org/show_bug.cgi?id=30469
2763 * http/tests/misc/bubble-drag-events-expected.txt: Added.
2764 * http/tests/misc/bubble-drag-events.html: Added.
2766 2009-11-05 Jeff Schiller <codedread@gmail.com>
2768 Reviewed by Simon Fraser.
2770 Added test to ensure proper order of matrix multiplication with SVGMatrix.
2771 https://bugs.webkit.org/show_bug.cgi?id=16062
2773 * svg/dom/SVGMatrix-interface-expected.txt: Added.
2774 * svg/dom/SVGMatrix-interface.xhtml: Added.
2776 2009-11-03 Justin Garcia <justin.garcia@apple.com>
2778 Reviewed by Adele Peterson.
2780 https://bugs.webkit.org/show_bug.cgi?id=25439
2781 Deleting when in front of a block image removes character from previous paragraph
2783 * editing/deleting/delete-before-block-image-1-expected.txt: Added.
2784 * editing/deleting/delete-before-block-image-1.html: Added.
2785 * editing/deleting/delete-before-block-image-2-expected.txt: Added.
2786 * editing/deleting/delete-before-block-image-2.html: Added.
2787 * editing/deleting/delete-before-block-table-expected.txt: Added.
2788 * editing/deleting/delete-before-block-table.html: Added.
2790 2009-11-04 Enrica Casucci <enrica@apple.com>
2792 Reviewed by Adele Peterson.
2794 Hang in Mail on attempting to change indent level
2795 <rdar://problem/7131805>
2796 https://bugs.webkit.org/show_bug.cgi?id=31127
2798 Added test to cover all the different code paths.
2800 * editing/execCommand/outdent-multiparagraph-list-expected.txt: Added.
2801 * editing/execCommand/outdent-multiparagraph-list.html: Added.
2803 2009-11-04 Daniel Bates <dbates@webkit.org>
2805 Reviewed by Eric Seidel.
2807 https://bugs.webkit.org/show_bug.cgi?id=30266
2809 Changed data format type from "text" to "text/plain" to pass Chrome tests.
2811 * fast/events/drag-and-drop-dataTransfer-types-nocrash-expected.txt:
2812 * fast/events/drag-and-drop-dataTransfer-types-nocrash.html:
2814 2009-11-04 Chris Fleizach <cfleizach@apple.com>
2816 Reviewed by Beth Dakin.
2818 Need to implement ARIA role="combobox"
2819 https://bugs.webkit.org/show_bug.cgi?id=31096
2821 * accessibility/aria-combobox.html: Added.
2822 * platform/gtk/Skipped:
2823 * platform/mac/accessibility/aria-combobox-expected.txt: Added.
2824 * platform/win/Skipped:
2826 2009-11-04 Csaba Osztrogonác <ossy@webkit.org>
2828 Put test into skiplist added in r50489 because
2829 layoutTestController.showWebInspector() is unimplemented now.
2831 * platform/qt/Skipped: inspector/timeline-trivial.html added.
2833 2009-11-04 Csaba Osztrogonác <ossy@webkit.org>
2837 Revert r50496 because it broke all layout tests on QtBuildBot.
2839 * svg/text/resources: Removed.
2840 * svg/text/resources/text-font-invalid.svg: Removed.
2841 * svg/text/text-font-invalid-expected.txt: Removed.
2842 * svg/text/text-font-invalid.html: Removed.
2844 2009-11-03 Roland Steiner <rolandsteiner@chromium.org>
2846 Reviewed by Mark Rowe.
2849 add ruby layout tests to the Skipped list on mac, since they somehow cause
2850 http/tests/security/mixedContent/about-blank-iframe-in-main-frame.html to fail.
2854 * platform/mac/Skipped:
2856 2009-11-02 Benjamin Poulain <benjamin.poulain@nokia.com>
2858 Reviewed by Simon Hausmann.
2860 Add a new test to reproduce 29856. The bug only happen
2861 when the SVG file is used as an image.
2862 https://bugs.webkit.org/show_bug.cgi?id=29856
2864 * svg/text/text-font-invalid-expected.txt: Added.
2865 * svg/text/resources/text-font-invalid.svg: Added.
2866 * svg/text/text-font-invalid.html: Added.
2868 2009-11-04 Roland Steiner <rolandsteiner@chromium.org>
2870 Reviewed by Dave Hyatt.
2872 Bug 28420 - Implement HTML5 <ruby> rendering
2873 (https://bugs.webkit.org/show_bug.cgi?id=28420)
2875 First rudimentary implementation of HTML5 ruby rendering support - layout tests.
2877 New layout tests: basic rendering:
2878 * fast/ruby/ruby-empty-rt.html: Added.
2879 * fast/ruby/ruby-length.html: Added.
2880 * fast/ruby/ruby-run-break.html: Added.
2881 * fast/ruby/ruby-runs-spans.html: Added.
2882 * fast/ruby/ruby-runs.html: Added.
2883 * fast/ruby/ruby-simple-rp.html: Added.
2884 * fast/ruby/ruby-simple.html: Added.
2885 * fast/ruby/ruby-trailing.html: Added.
2887 New layout tests: DOM manipulation within <ruby>
2888 * fast/ruby/rubyDOM-insert-rt.html: Added.
2889 * fast/ruby/rubyDOM-insert-text1.html: Added.
2890 * fast/ruby/rubyDOM-insert-text2.html: Added.
2891 * fast/ruby/rubyDOM-insert-text3.html: Added.
2892 * fast/ruby/rubyDOM-remove-rt1.html: Added.
2893 * fast/ruby/rubyDOM-remove-rt2.html: Added.
2894 * fast/ruby/rubyDOM-remove-text1.html: Added.
2895 * fast/ruby/rubyDOM-remove-text2.html: Added.
2897 New layout tests results:
2898 * platform/mac/fast/ruby: Added.
2899 * platform/mac/fast/ruby/ruby-empty-rt-expected.checksum: Added.
2900 * platform/mac/fast/ruby/ruby-empty-rt-expected.png: Added.
2901 * platform/mac/fast/ruby/ruby-empty-rt-expected.txt: Added.
2902 * platform/mac/fast/ruby/ruby-length-expected.checksum: Added.
2903 * platform/mac/fast/ruby/ruby-length-expected.png: Added.
2904 * platform/mac/fast/ruby/ruby-length-expected.txt: Added.
2905 * platform/mac/fast/ruby/ruby-run-break-expected.checksum: Added.
2906 * platform/mac/fast/ruby/ruby-run-break-expected.png: Added.
2907 * platform/mac/fast/ruby/ruby-run-break-expected.txt: Added.
2908 * platform/mac/fast/ruby/ruby-runs-expected.checksum: Added.
2909 * platform/mac/fast/ruby/ruby-runs-expected.png: Added.
2910 * platform/mac/fast/ruby/ruby-runs-expected.txt: Added.
2911 * platform/mac/fast/ruby/ruby-runs-spans-expected.checksum: Added.
2912 * platform/mac/fast/ruby/ruby-runs-spans-expected.png: Added.
2913 * platform/mac/fast/ruby/ruby-runs-spans-expected.txt: Added.
2914 * platform/mac/fast/ruby/ruby-simple-expected.checksum: Added.
2915 * platform/mac/fast/ruby/ruby-simple-expected.png: Added.
2916 * platform/mac/fast/ruby/ruby-simple-expected.txt: Added.
2917 * platform/mac/fast/ruby/ruby-simple-rp-expected.checksum: Added.
2918 * platform/mac/fast/ruby/ruby-simple-rp-expected.png: Added.
2919 * platform/mac/fast/ruby/ruby-simple-rp-expected.txt: Added.
2920 * platform/mac/fast/ruby/ruby-trailing-expected.checksum: Added.
2921 * platform/mac/fast/ruby/ruby-trailing-expected.png: Added.
2922 * platform/mac/fast/ruby/ruby-trailing-expected.txt: Added.
2923 * platform/mac/fast/ruby/rubyDOM-insert-rt-expected.checksum: Added.
2924 * platform/mac/fast/ruby/rubyDOM-insert-rt-expected.png: Added.
2925 * platform/mac/fast/ruby/rubyDOM-insert-rt-expected.txt: Added.
2926 * platform/mac/fast/ruby/rubyDOM-insert-text1-expected.checksum: Added.
2927 * platform/mac/fast/ruby/rubyDOM-insert-text1-expected.png: Added.
2928 * platform/mac/fast/ruby/rubyDOM-insert-text1-expected.txt: Added.
2929 * platform/mac/fast/ruby/rubyDOM-insert-text2-expected.checksum: Added.
2930 * platform/mac/fast/ruby/rubyDOM-insert-text2-expected.png: Added.
2931 * platform/mac/fast/ruby/rubyDOM-insert-text2-expected.txt: Added.
2932 * platform/mac/fast/ruby/rubyDOM-insert-text3-expected.checksum: Added.
2933 * platform/mac/fast/ruby/rubyDOM-insert-text3-expected.png: Added.
2934 * platform/mac/fast/ruby/rubyDOM-insert-text3-expected.txt: Added.
2935 * platform/mac/fast/ruby/rubyDOM-remove-rt1-expected.checksum: Added.
2936 * platform/mac/fast/ruby/rubyDOM-remove-rt1-expected.png: Added.
2937 * platform/mac/fast/ruby/rubyDOM-remove-rt1-expected.txt: Added.
2938 * platform/mac/fast/ruby/rubyDOM-remove-rt2-expected.checksum: Added.
2939 * platform/mac/fast/ruby/rubyDOM-remove-rt2-expected.png: Added.
2940 * platform/mac/fast/ruby/rubyDOM-remove-rt2-expected.txt: Added.
2941 * platform/mac/fast/ruby/rubyDOM-remove-text1-expected.checksum: Added.
2942 * platform/mac/fast/ruby/rubyDOM-remove-text1-expected.png: Added.
2943 * platform/mac/fast/ruby/rubyDOM-remove-text1-expected.txt: Added.
2944 * platform/mac/fast/ruby/rubyDOM-remove-text2-expected.checksum: Added.
2945 * platform/mac/fast/ruby/rubyDOM-remove-text2-expected.png: Added.
2946 * platform/mac/fast/ruby/rubyDOM-remove-text2-expected.txt: Added.
2948 2009-11-03 Kenneth Russell <kbr@google.com>
2950 Reviewed by Oliver Hunt.
2952 Add overridePreference call to all WebGL layout tests
2953 https://bugs.webkit.org/show_bug.cgi?id=31088
2955 * fast/canvas/webgl/array-unit-tests.html:
2956 * fast/canvas/webgl/getActiveTest.html:
2957 * fast/canvas/webgl/gl-get-calls.html:
2958 * fast/canvas/webgl/incorrect-context-object-behaviour.html:
2959 * fast/canvas/webgl/null-object-behaviour.html:
2960 * fast/canvas/webgl/resources/shader-test.js: Removed.
2961 * fast/canvas/webgl/resources/webgl-test.js: Copied from LayoutTests/fast/canvas/webgl/resources/shader-test.js.
2963 2009-11-03 Eric Z. Ayers <zundel@google.com>
2965 Reviewed by Timothy Hatcher.
2967 Adds a test for turning on the timeline profiler. This caused
2968 a crash because profiling was enabled in the middle of processing
2971 https://bugs.webkit.org/show_bug.cgi?id=31080
2973 * inspector/timeline-trivial-expected.txt: Added.
2974 * inspector/timeline-trivial.html: Added.
2976 2009-11-03 Bradley Green <brg@chromium.org>
2978 Reviewed by Dmitry Titov.
2980 Updating test expectations for implementation of
2981 window.navigator.registerProtocolHandler and
2982 window.navigator.registerContentHandler.
2984 There is a default implimentation for these APIs, hence all platforms
2985 with the navigator-detached-no-crash-expect and
2986 window-properties-expected tests needed to be updated. While
2987 isolatedWorlds has a window-properties-expected test, it has no window
2988 object and hence does not need to be updaetd.
2990 We add two fast/dom tests to insure that the proper exceptions are
2991 thrown when bad syntax or security violations are made by calling the
2994 * fast/dom/Window/window-properties-expected.txt:
2995 * fast/dom/navigator-detached-no-crash-expected.txt:
2996 * fast/dom/navigator-detached-no-crash.html:
2997 * fast/dom/registerContentHandler-expected.txt: Added.
2998 * fast/dom/registerContentHandler.html: Added.
2999 * fast/dom/registerProtocolHandler-expected.txt: Added.
3000 * fast/dom/registerProtocolHandler.html: Added.
3001 * platform/gtk/fast/dom/Window/window-properties-expected.txt:
3002 * platform/gtk/fast/dom/navigator-detached-no-crash-expected.txt:
3003 * platform/mac-leopard/fast/dom/navigator-detached-no-crash-expected.txt:
3005 2009-11-03 Dan Bernstein <mitz@apple.com>
3007 Reviewed by Anders Carlsson and Beth Dakin.
3009 https://bugs.webkit.org/show_bug.cgi?id=31070
3010 Test for <rdar://problem/7194735> Crashes at RenderText::RenderText()
3011 Test for <rdar://problem/6937089> Crashes at RenderWidget::destroy()
3013 * plugins/attach-during-destroy-expected.txt: Added.
3014 * plugins/attach-during-destroy.html: Added.
3015 * plugins/destroy-reentry-expected.txt: Added.
3016 * plugins/destroy-reentry.html: Added.
3018 2009-11-03 Evan Martin <evan@chromium.org>
3020 Reviewed by Darin Adler.
3022 A test that reproduces a hard-to-trigger memory corruption in the
3025 https://bugs.webkit.org/show_bug.cgi?id=30827
3027 * fast/css/end-of-buffer-crash.html: Added.
3029 2009-11-02 Darin Adler <darin@apple.com>
3031 Reviewed by Dan Bernstein.
3033 Crash due to double-destroy related to CSS run-in property
3034 https://bugs.webkit.org/show_bug.cgi?id=31034
3035 rdar://problem/7328458
3037 * fast/css/run-in-crash-expected.txt: Added.
3038 * fast/css/run-in-crash.html: Added.
3040 2009-11-03 Victor Wang <victorw@chromium.org>
3042 Reviewed by Eric Seidel.
3044 "http://trac.webkit.org/changeset/50315" makes links mouse
3045 focusable only on GTK and QT, so win has same behavior as mac now
3046 Remove the win specific expected results for tests failed
3049 https://bugs.webkit.org/show_bug.cgi?id=30968
3051 * platform/win/fast/events/click-focus-anchor-expected.txt: Removed.
3052 * platform/win/fast/inline: Removed.
3053 * platform/win/fast/inline/dirtyLinesForInline-expected.txt: Removed.
3055 2009-11-03 Csaba Osztrogonác <ossy@webkit.org>
3057 Add files to skiplist depend on phonon support,
3058 which is disabled on the Qt buildbot for now.
3060 * platform/qt/Skipped:
3062 2009-11-03 Csaba Osztrogonác <ossy@webkit.org>
3064 Rubber-stamped by Tor Arne Vestbø.
3066 Remove now passing tests from skiplist.
3068 * platform/qt/Skipped:
3070 2009-11-03 Csaba Osztrogonác <ossy@webkit.org>
3072 Put test into skiplist added in r50411 because
3073 layoutTestController.showWebInspector() is unimplemented now.
3075 * platform/qt/Skipped: inspector/css-syntax-highlight.html added
3077 2009-11-02 Oliver Hunt <oliver@apple.com>
3079 Reviewed by Gavin Barraclough.
3081 REGRESSION (r48573): JSC may incorrectly cache chain lookups with a dictionary at the head of the chain
3082 https://bugs.webkit.org/show_bug.cgi?id=31045
3084 Add tests for dictionary at the head of a prototype chain.
3086 * fast/js/script-tests/dictionary-no-cache.js:
3087 * fast/js/dictionary-no-cache-expected.txt:
3089 2009-11-02 Enrica Casucci <enrica@apple.com>
3091 Reviewed by Adele Peterson and Dan Bernstein.
3093 Safari crashes when calling execCommand on formatted html in special case
3094 <rdar://problem/7318656>
3095 https://bugs.webkit.org/show_bug.cgi?id=31023
3097 * editing/execCommand/align-in-span-expected.txt: Added.
3098 * editing/execCommand/align-in-span.html: Added.
3100 2009-11-02 Chris Marrin <cmarrin@apple.com>
3102 Reviewed by Oliver Hunt.
3104 Revised tests for changes to when exceptions are raised in WebGL content
3105 https://bugs.webkit.org/show_bug.cgi?id=31005
3107 * fast/canvas/webgl/incorrect-context-object-behaviour-expected.txt:
3108 * fast/canvas/webgl/null-object-behaviour-expected.txt:
3109 * fast/canvas/webgl/script-tests/incorrect-context-object-behaviour.js:
3110 * fast/canvas/webgl/script-tests/null-object-behaviour.js:
3112 2009-11-02 Philippe Normand <pnormand@igalia.com>
3114 Reviewed by Jan Alonzo.
3116 [GTK] Failing media/video-played-reset.html
3117 https://bugs.webkit.org/show_bug.cgi?id=30589
3119 * platform/gtk/Skipped: Unskip fixed test.
3121 2009-11-02 Andrew Scherkus <scherkus@chromium.org>
3123 Reviewed by Eric Carlson.
3125 Increase the timeout of media/video-currentTime-set.html from 800ms to 2000ms.
3127 Also fix call to logResult() as parameters were reversed, resulting in
3128 printing an error message of "false".
3130 https://bugs.webkit.org/show_bug.cgi?id=31017
3132 * media/video-currentTime-set.html: Timeout increased to 2000ms.
3134 2009-10-30 Alexey Proskuryakov <ap@apple.com>
3136 Reviewed by Darin Adler.
3138 https://bugs.webkit.org/show_bug.cgi?id=30969
3139 A no-prefix XPath node test should not match no-namespace elements in HTML document
3141 * fast/xpath/null-namespace-in-html-expected.txt: Added.
3142 * fast/xpath/null-namespace-in-html.html: Added.
3144 2009-11-02 Keishi Hattori <casey.hattori@gmail.com>
3146 Reviewed by Timothy Hatcher.
3148 Web Inspector: Rewrite CSSSourceSyntaxHighlighter so it shares more code
3149 https://bugs.webkit.org/show_bug.cgi?id=30907
3151 * inspector/css-syntax-highlight-expected.txt: Added.
3152 * inspector/css-syntax-highlight.html: Added.
3153 * inspector/javascript-syntax-highlight-expected.txt:
3155 2009-11-02 Chris Fleizach <cfleizach@apple.com>
3157 Reviewed by Beth Dakin.
3159 Support ARIA "tab" roles
3160 https://bugs.webkit.org/show_bug.cgi?id=30842
3162 * accessibility/aria-controls-with-tabs-expected.txt: Added.
3163 * accessibility/aria-controls-with-tabs.html: Added.
3164 * accessibility/aria-tab-roles.html: Added.
3165 * platform/gtk/Skipped:
3166 * platform/mac/accessibility/aria-tab-roles-expected.txt: Added.
3167 * platform/win/Skipped:
3169 2009-11-02 Roland Steiner <rolandsteiner@chromium.org>
3171 Reviewed by Dave Hyatt.
3173 Bug 28420 - Implement HTML5 <ruby> rendering
3174 (https://bugs.webkit.org/show_bug.cgi?id=28420)
3176 First rudimentary implementation of HTML5 ruby rendering support.
3178 Further layout tests will be committed in a follow-up patch under fast/ruby.
3180 * fast/ruby/parse-rp-expected.txt: result changed due to <rt> being rendered as block within <ruby>
3182 2009-11-01 Alexey Proskuryakov <ap@apple.com>
3184 Reviewed by Dan Bernstein.
3186 https://bugs.webkit.org/show_bug.cgi?id=30992
3187 Node.isDefaultNamespace doesn't convert empty strings to null
3189 * fast/dom/Node/default-namespace-empty-argument-expected.txt: Added.
3190 * fast/dom/Node/default-namespace-empty-argument.html: Added.
3192 2009-11-01 Yael Aharon <yael.aharon@nokia.com>
3194 Reviewed by Darin Adler.
3196 Don't add '/' to the URL path if the it does not include '/' after the protocol component
3197 https://bugs.webkit.org/show_bug.cgi?id=30971
3199 Updating the expected result to reflect the change.
3201 * fast/loader/url-parse-1-expected.txt:
3203 2009-10-31 Alexey Proskuryakov <ap@apple.com>
3205 Reviewed by John Sullivan.
3207 https://bugs.webkit.org/show_bug.cgi?id=30982
3208 createHTMLDocument doesn't escape ampersand and less-than in title
3210 * fast/dom/DOMImplementation/createHTMLDocument-title-expected.txt: Added.
3211 * fast/dom/DOMImplementation/createHTMLDocument-title.html: Added.
3213 2009-11-01 Hironori Bono <hbono@chromium.org>
3215 Reviewed by Darin Adler.
3217 Bug 30902: Need a layout test for Bug 28284
3218 This change just adds a simple test that calls TextInputController.firstRectForCharacterRange()
3219 before and after inserting a Thai character and compare their results.
3220 https://bugs.webkit.org/show_bug.cgi?id=30902
3222 * fast/text/international/thai-cursor-position-expected.txt: Added.
3223 * fast/text/international/thai-cursor-position.html: Added.
3224 * platform/gtk/Skipped: Skip this test because TextInputController is not implemented.
3225 * platform/qt/Skipped: ditto.
3226 * platform/win/Skipped: ditto.
3228 2009-11-01 Yuta Kitamura <yutak@chromium.org>
3230 Reviewed by Darin Adler.
3232 Fix assertion falure in RenderObjectChildList::updateBeforeAfterContent().
3234 [Crash (debug)] Combination of list-item and :after causes assertion failure
3235 https://bugs.webkit.org/show_bug.cgi?id=30944
3237 * fast/css/list-item-pseudo-nocrash-expected.txt: Added.
3238 * fast/css/list-item-pseudo-nocrash.html: Added.
3240 2009-11-01 Philippe Normand <pnormand@igalia.com>
3242 Reviewed by Eric Seidel.
3244 https://bugs.webkit.org/show_bug.cgi?id=30586
3245 [GTK] Failing test media/video-src-empty.html
3247 * platform/gtk/Skipped: Unskip fixed test.
3249 2009-10-31 Oliver Hunt <oliver@apple.com>
3251 Reviewed by Jon Honeycutt.
3253 WebGL allows objects to be used with the wrong context
3254 https://bugs.webkit.org/show_bug.cgi?id=30981
3256 Add tests for null/missing object parameters and objects being used
3257 on the wrong context.
3259 * fast/canvas/webgl/incorrect-context-object-behaviour-expected.txt: Added.
3260 * fast/canvas/webgl/incorrect-context-object-behaviour.html: Added.
3261 * fast/canvas/webgl/null-object-behaviour-expected.txt: Added.
3262 * fast/canvas/webgl/null-object-behaviour.html: Added.
3263 * fast/canvas/webgl/resources/shader-test.js:
3264 (loadStandardProgram):
3265 (loadStandardVertexShader):
3266 (loadStandardFragmentShader):
3267 * fast/canvas/webgl/script-tests/incorrect-context-object-behaviour.js: Added.
3268 * fast/canvas/webgl/script-tests/null-object-behaviour.js: Added.
3270 2009-10-30 Enrica Casucci <enrica@apple.com>
3272 Reviewed by Darin Adler.
3274 REGRESSION: In Mail, Undo does not restore some characters I have deleted at the end of a line
3275 https://bugs.webkit.org/show_bug.cgi?id=30955
3276 <rdar://problem/7067033>
3278 * editing/undo/undo-deleteWord-expected.txt: Added.
3279 * editing/undo/undo-deleteWord.html: Added.
3281 2009-10-29 Jon Honeycutt <jhoneycutt@apple.com>
3283 Test for MSAA: Accessibility of headings is not correct
3285 https://bugs.webkit.org/show_bug.cgi?id=30937
3287 Reviewed by Adam Roben.
3289 * platform/win/accessibility/heading-elements-expected.txt: Added.
3290 * platform/win/accessibility/heading-elements.html: Added.
3292 2009-10-29 Jon Honeycutt <jhoneycutt@apple.com>
3294 Test for MSAA: Accessibility of links is wrong
3296 https://bugs.webkit.org/show_bug.cgi?id=30928
3298 Reviewed by Darin Adler.
3300 * platform/win/accessibility/linked-elements-expected.txt: Added.
3301 * platform/win/accessibility/linked-elements.html: Added.
3303 2009-10-30 Ben Murdoch <benm@google.com>
3305 Reviewed by David Kilzer.
3307 openDatabase() with empty version sets db version up incorrectly
3308 https://bugs.webkit.org/show_bug.cgi?id=28417
3310 * storage/open-database-set-empty-version-expected.txt: Added.
3311 * storage/open-database-set-empty-version.html: Added.
3313 2009-10-30 Shinichiro Hamaji <hamaji@chromium.org>
3315 Reviewed by Darin Adler.
3317 counterValueForElementById should return space-separated string for multiple counters
3318 https://bugs.webkit.org/show_bug.cgi?id=30939
3320 * fast/css/counters/counterValueForElementById-expected.txt: Added.
3321 * fast/css/counters/counterValueForElementById.html: Added.
3323 2009-10-30 Shinichiro Hamaji <hamaji@chromium.org>
3325 Reviewed by Mark Rowe.
3327 fast/css/counters/t1204* are not asynchronous anymore
3328 https://bugs.webkit.org/show_bug.cgi?id=30940
3330 * fast/css/counters/t1204-increment-00-c-o.html:
3331 * fast/css/counters/t1204-increment-01-c-o.html:
3333 2009-10-30 Kenneth Rohde Christiansen <kenneth@webkit.org>
3335 Unreviewed layout test fixes.
3337 The existing excepted results were wrong, due to the visited links not
3338 being reset between tests.
3340 This was fixed in r50329, so updating the results.
3342 * platform/qt/fast/block/margin-collapse/block-inside-inline/010-expected.txt:
3343 * platform/qt/fast/block/margin-collapse/block-inside-inline/011-expected.txt:
3344 * platform/qt/fast/block/margin-collapse/block-inside-inline/012-expected.txt:
3345 * platform/qt/fast/block/margin-collapse/block-inside-inline/015-expected.txt:
3346 * platform/qt/fast/block/margin-collapse/block-inside-inline/016-expected.txt:
3347 * platform/qt/fast/block/margin-collapse/block-inside-inline/020-expected.txt:
3349 2009-10-30 Andras Becsi <becsi.andras@stud.u-szeged.hu>
3351 Reviewed by Holger Hans Peter Freyther.
3353 [Qt] Add expected files for new svg tests we pass.
3354 Compared to the Mac expected png files.
3356 * platform/qt/svg/css/arrow-with-shadow-expected.txt: Added.
3357 * platform/qt/svg/css/circle-in-mask-with-shadow-expected.txt: Added.
3358 * platform/qt/svg/css/clippath-with-shadow-expected.txt: Added.
3359 * platform/qt/svg/css/mask-with-shadow-expected.txt: Added.
3360 * platform/qt/svg/css/path-with-shadow-expected.txt: Added.
3361 * platform/qt/svg/css/stars-with-shadow-expected.txt: Added.
3362 * platform/qt/svg/filters/shadow-on-filter-expected.txt: Added.
3363 * platform/qt/svg/filters/shadow-on-rect-with-filter-expected.txt: Added.
3365 2009-10-30 Yury Semikhatsky <yurys@chromium.org>
3367 Reviewed by Pavel Feldman.
3369 Test that browser doesn't crash in case of stack overflow
3370 inside console.log()
3372 https://bugs.webkit.org/show_bug.cgi?id=30904
3374 * fast/dom/console-log-stack-overflow-expected.txt: Added.
3375 * fast/dom/console-log-stack-overflow.html: Added.
3377 2009-10-30 Oliver Hunt <oliver@apple.com>
3379 Reviewed by Gavin Barraclough.
3381 Regression: crash enumerating properties of an object with getters or setters
3382 https://bugs.webkit.org/show_bug.cgi?id=30948
3384 Add test for enumerating getters and setters.
3386 * fast/js/for-in-cached-expected.txt:
3387 * fast/js/script-tests/for-in-cached.js:
3390 2009-10-29 Erik Arvidsson <arv@chromium.org>
3392 Reviewed by Eric Seidel.
3394 Make links mouse focusable only on GTK and QT.
3396 Links are now always mouse focusable on GTK and QT. On other platforms
3397 the link needs a tabIndex or it needs to be contentEditable.
3399 https://bugs.webkit.org/show_bug.cgi?id=26856
3401 * fast/events/click-focus-anchor-expected.txt:
3402 * fast/events/click-focus-anchor.html:
3403 * platform/gtk/fast/events/click-focus-anchor-expected.txt: Added.
3404 * platform/mac/fast/events/click-focus-anchor-expected.txt: Removed.
3405 * platform/qt/fast/events/click-focus-anchor-expected.txt: Added.
3407 2009-10-29 Jonathan Dixon <joth@chromium.org>
3409 Reviewed by Eric Seidel.
3411 Add expected files for GTK and QT builds, for test text-input-webkit-radius.html
3412 Expected fils collected from buildbot:
3413 http://build.webkit.org/results/Qt%20Linux%20Release/r50286%20(3257)/fast/css/
3414 http://build.webkit.org/results/GTK%20Linux%20Release/r50286%20(5308)/fast/css/
3416 * platform/gtk/fast/css/text-input-with-webkit-border-radius-expected.txt: Added.
3417 * platform/qt/fast/css/text-input-with-webkit-border-radius-expected.txt: Added.
3419 2009-10-29 Dan Bernstein <mitz@apple.com>
3421 Updated Tiger-specific result now that Tiger matches current behavior. A Tiger-specific
3422 result is still needed because of the difference in Thai fonts.
3424 * platform/mac-tiger/fast/text/atsui-multiple-renderers-expected.txt:
3426 2009-10-29 Dan Bernstein <mitz@apple.com>
3428 Reviewed by Sam Weinig.
3430 Updated a test to account for font metric differences between Mac OS X versions. Removed
3431 Leopard-specific results for another test now that Leopard matches current behavior.
3433 * platform/mac-leopard/fast/text/atsui-multiple-renderers-expected.checksum: Removed.
3434 * platform/mac-leopard/fast/text/atsui-multiple-renderers-expected.png: Removed.
3435 * platform/mac-leopard/fast/text/atsui-multiple-renderers-expected.txt: Removed.
3436 * platform/mac/fast/text/ligature-subdivision-expected.txt:
3437 * platform/mac/fast/text/script-tests/ligature-subdivision.js:
3439 2009-10-29 Enrica Casucci <enrica@apple.com>
3441 REGRESSION(3.2.3 - 4.0.2): Message composing: when I undo a color change to text in Mail, undo/redo behaves strangely
3442 <rdar://problem/7115041>
3443 https://bugs.webkit.org/show_bug.cgi?id=30892
3445 * editing/undo/redo-style-expected.txt: Added.
3446 * editing/undo/redo-style.html: Added.
3448 2009-10-29 Shinichiro Hamaji <hamaji@chromium.org>
3450 Reviewed by Darin Adler.
3452 fast/css/counters/invalidate-cached-counter-node can be dumpAsText
3453 https://bugs.webkit.org/show_bug.cgi?id=30931
3455 * fast/css/counters/invalidate-cached-counter-node-expected.txt: Added.
3456 * fast/css/counters/invalidate-cached-counter-node.html:
3457 * platform/mac/fast/css/counters/invalidate-cached-counter-node-expected.checksum: Removed.
3458 * platform/mac/fast/css/counters/invalidate-cached-counter-node-expected.png: Removed.
3459 * platform/mac/fast/css/counters/invalidate-cached-counter-node-expected.txt: Removed.
3461 2009-10-29 Csaba Osztrogonác <ossy@webkit.org>
3463 [Qt] Remove some tests that now pass.
3465 * platform/qt/Skipped:
3467 2009-10-29 Dan Bernstein <mitz@apple.com>
3469 Reviewed by Sam Weinig.
3471 Problem editing or selecting text containing ligatures
3472 https://bugs.webkit.org/show_bug.cgi?id=30025
3474 * platform/mac/fast/text/ligature-subdivision-expected.txt: Added.
3475 * platform/mac/fast/text/ligature-subdivision.html: Added.
3476 * platform/mac/fast/text/script-tests: Added.
3477 * platform/mac/fast/text/script-tests/TEMPLATE.html: Copied from LayoutTests/fast/js/script-tests/TEMPLATE.html.
3478 * platform/mac/fast/text/script-tests/ligature-subdivision.js: Added.
3480 2009-10-29 Kenneth Rohde Christiansen <kenneth@webkit.org>
3482 Reviewed by Oliver Hunt.
3484 Removed test that passes after implementing the Qt DRT version
3485 of dumpBackForwardList().
3487 * platform/qt/Skipped:
3489 2009-10-29 Kenneth Rohde Christiansen <kenneth@webkit.org>
3491 Rubberstamped by Adam Roben.
3493 Remove two tests that pass on the buildbot.
3495 * platform/qt/Skipped:
3497 2009-10-29 Dan Bernstein <mitz@apple.com>
3499 Updated expected result for Tiger
3501 * platform/mac-tiger/fast/text/international/thai-line-breaks-expected.txt:
3503 2009-10-29 Kenneth Rohde Christiansen <kenneth@webkit.org>
3505 Unreviewed Qt buildbot fix.
3507 Add some files to skipped that depend on phonon support,
3508 which is disabled on the Qt buildbot for now.
3510 * platform/qt/Skipped:
3512 2009-10-29 Kenneth Rohde Christiansen <kenneth@webkit.org>
3514 Rubberstamped by Adam Roben.
3516 Remove tests that pass after the change introduced in r50289.
3518 * platform/qt/Skipped:
3520 2009-10-29 Brian Weinstein <bweinstein@apple.com>
3522 Rubber-stamped by Steve Falkenburg.
3524 Windows Release bots are having problems in xmlhttprequest tests, Skipping them temporarily
3525 to see if this eliminates the problem, and it is a test causing httpd problems.
3527 * platform/win/Skipped:
3529 2009-10-29 Adam Barth <abarth@webkit.org>
3531 Reviewed by Eric Seidel.
3533 Don't run JavaScript URLs in view source mode
3534 https://bugs.webkit.org/show_bug.cgi?id=30881
3536 Test that we don't run JavaScript URLs in view source mode.
3538 This test actually passes before this change. I don't know how to
3539 actually run JavaScript URLs in view source frames using DRT, but it's
3540 possible in an abitrary embedding of WebKit.
3542 * http/tests/security/view-source-no-javascript-url-expected.txt: Added.
3543 * http/tests/security/view-source-no-javascript-url.html: Added.
3545 2009-10-28 Dan Bernstein <mitz@apple.com>