1 2009-11-22 Chris Evans <cevans@chromium.org>
3 Reviewed by Adam Barth.
5 Updates the test to make sure it is disabling universal access for
6 file:/// URLs (if the API is supported). This is required to do
7 effective intra-file:/// access tests.
8 Note that Safari only passes by virtual of supporting no directory
11 * fast/xmlhttprequest/resources/xmlhttprequest-nonexistent-file-real.html: Added.
12 * fast/xmlhttprequest/xmlhttprequest-nonexistent-file-expected.txt:
13 * fast/xmlhttprequest/xmlhttprequest-nonexistent-file.html:
14 Disable universal access for file:/// URLs (if API available).
15 Run the real test in an iframe without universal access.
17 2009-11-21 Simon Fraser <simon.fraser@apple.com>
19 Reviewed by Dan Bernstein.
21 CSSKeyframesRule::findRule() and deleteRule() should accept 'from' and 'to' as well as percentages
22 https://bugs.webkit.org/show_bug.cgi?id=31588
24 Add tests for finding and deleting keyframes using 'from' and 'to'.
26 * animations/keyframes-rule-expected.txt:
27 * animations/keyframes-rule.html:
29 2009-11-20 Chris Fleizach <cfleizach@apple.com>
31 Reviewed by Beth Dakin.
33 WAI-ARIA: add support for aria-owns
34 https://bugs.webkit.org/show_bug.cgi?id=31702
36 * platform/mac/accessibility/aria-owns-expected.txt: Added.
37 * platform/mac/accessibility/aria-owns.html: Added.
39 2009-11-20 Eric Carlson <eric.carlson@apple.com>
41 Reviewed by Simon Fraser.
43 <rdar://problem/7414396> Leopard & Tiger: Support closed caption in <video> element
45 Remove closed captions test from skipped list.
47 * platform/mac-leopard/Skipped:
48 * platform/mac-tiger/Skipped:
50 2009-11-20 Chris Fleizach <cfleizach@apple.com>
52 Reviewed by Beth Dakin.
54 WAI-ARIA: add support for 'math' role
55 https://bugs.webkit.org/show_bug.cgi?id=31706
57 * platform/mac/accessibility/aria-grouping-roles-expected.txt:
58 * platform/mac/accessibility/aria-grouping-roles.html:
60 2009-11-20 Yael Aharon <yael.aharon@nokia.com>
64 Fix file names in the skipped list, for files added in http://trac.webkit.org/changeset/51257.
66 * platform/mac/Skipped:
67 * platform/win/Skipped:
69 2009-11-20 Yael Aharon <yael.aharon@nokia.com>
71 Reviewed by Kenneth Rohde Christiansen.
73 NPN_ReloadPlugins does not reload the page even if reloadPages is true.
74 https://bugs.webkit.org/show_bug.cgi?id=30460
76 Added tests for calling NPN_ReloadPlugins with reloadPages being true and false.
78 * platform/mac/Skipped:
79 * platform/win/Skipped:
80 * plugins/reloadplugins-and-pages-expected.txt: Added.
81 * plugins/reloadplugins-and-pages.html: Added.
82 * plugins/reloadplugins-no-pages-expected.txt: Added.
83 * plugins/reloadplugins-no-pages.html: Added.
85 2009-11-20 Alexey Proskuryakov <ap@apple.com>
87 Reviewed by Darin Adler.
89 https://bugs.webkit.org/show_bug.cgi?id=25381
90 Needs test: jQuery animation crashing Safari
92 Adding a regression test for a bug that doesn't reproduce in ToT.
94 * fast/dynamic/jQuery-animation-crash-expected.txt: Added.
95 * fast/dynamic/jQuery-animation-crash.html: Added.
97 2009-11-20 Alexey Proskuryakov <ap@apple.com>
99 WebSocket tests still don't work on Windows, disabling for futher invesigation.
101 * platform/win/Skipped:
103 2009-11-20 Alexey Proskuryakov <ap@apple.com>
105 Enabling WebSocket tests on Windows - let's see if they pass after the recent fixes.
107 * platform/win/Skipped:
109 2009-11-20 Victor Wang <victorw@chromium.org>
111 Reviewed by Darin Adler.
113 Add expected pixel result for layout test input-file-re-render
115 https://bugs.webkit.org/show_bug.cgi?id=31696
117 * platform/mac/fast/forms/input-file-re-render-expected.checksum: Added.
118 * platform/mac/fast/forms/input-file-re-render-expected.png: Added.
120 2009-11-20 Eric Carlson <eric.carlson@apple.com>
122 Reviewed by Simon Fraser.
124 <rdar://problem/7389945> QTKit based media engine should not claim to support fullscreen on Leopard
128 * platform/mac/media/audio-controls-rendering-expected.checksum:
129 * platform/mac/media/audio-controls-rendering-expected.png:
130 * platform/mac/media/audio-controls-rendering-expected.txt:
132 2009-11-20 Roland Steiner <rolandsteiner@chromium.org>
134 Reviewed by Darin Adler.
136 Test checking that CSS 'text-indent' does not affect ruby rendering by default.
137 (https://bugs.webkit.org/show_bug.cgi?id=31247)
139 * fast/ruby/ruby-text-indent-expected.txt: Added.
140 * fast/ruby/ruby-text-indent.html: Added.
142 2009-11-19 Beth Dakin <bdakin@apple.com>
144 Reviewed by Darin Adler.
146 Tests for https://bugs.webkit.org/show_bug.cgi?id=31321 Make
147 -webkit-color-correction work with untagged images
149 * fast/css/color-correction-on-background-image.html: Added.
150 * fast/css/color-correction-untagged-images.html: Added.
151 * fast/css/resources/purple-noprofile.png: Added.
152 * platform/mac/fast/css/color-correction-on-background-image-expected.checksum: Added.
153 * platform/mac/fast/css/color-correction-on-background-image-expected.png: Added.
154 * platform/mac/fast/css/color-correction-on-background-image-expected.txt: Added.
155 * platform/mac/fast/css/color-correction-untagged-images-expected.checksum: Added.
156 * platform/mac/fast/css/color-correction-untagged-images-expected.png: Added.
157 * platform/mac/fast/css/color-correction-untagged-images-expected.txt: Added.
159 2009-11-19 Michelangelo De Simone <michelangelo@webkit.org>
161 Fix for <https://bugs.webkit.org/show_bug.cgi?id=27959>
162 Files missed when landing patch.
164 * platform/qt/Skipped:
165 * platform/win/Skipped:
167 2009-11-19 Alexey Proskuryakov <ap@apple.com>
169 Trying to enable WebSocket tests on Tiger again, as the bot seems to behave now.
171 * platform/mac-tiger/Skipped:
173 2009-11-19 Rahul Kuchhal <kuchhal@chromium.org>
175 Reviewed by Darin Adler.
177 Do not assert when a high number is used for roman numerals in lists.
178 https://bugs.webkit.org/show_bug.cgi?id=31652
180 * fast/lists/ol-start-roman.html: Added.
181 * platform/mac/fast/lists/ol-start-roman-expected.txt: Added.
183 2009-11-19 Eric Z. Ayers <zundel@google.com>
185 Reviewed by Pavel Feldman.
187 Updated timeline paint test to ignore width and height. GTK+ testing
188 uses a different top level window size than other platforms.
190 https://bugs.webkit.org/show_bug.cgi?id=31402
192 * inspector/timeline-paint-expected.txt:
193 * inspector/timeline-test.js:
194 * platform/win/Skipped:
196 2009-11-19 Chris Fleizach <cfleizach@apple.com>
198 Reviewed by Darin Adler.
200 WAI-ARIA roles not supported on image map <area>
201 https://bugs.webkit.org/show_bug.cgi?id=31525
203 * accessibility/aria-used-on-image-maps-expected.txt: Added.
204 * accessibility/aria-used-on-image-maps.html: Added.
205 * platform/gtk/Skipped:
206 * platform/win/Skipped:
208 2009-11-19 Eric Carlson <eric.carlson@apple.com>
210 Reviewed by Dan Bernstein.
212 <rdar://problem/7035231>
213 Support closed caption in <video> element
215 * media/media-captions-expected.txt: Added.
216 * media/media-captions.html: Added.
217 * media/content/counting-captioned.mov: Added.
219 * platform/gtk/Skipped:
220 * platform/mac-leopard/Skipped:
221 * platform/mac-tiger/Skipped:
222 * platform/win/Skipped:
223 Skipped on platforms that don't support closed captions yet.
225 2009-11-19 Pavel Feldman <pfeldman@chromium.org>
227 Reviewed by Gustavo Noronha Silva.
229 Web Inspector: Implement "show inspector" in WebKit GTK
230 API and enable console tests.
232 https://bugs.webkit.org/show_bug.cgi?id=31669
234 * platform/gtk/Skipped:
236 2009-11-19 Shinichiro Hamaji <hamaji@chromium.org>
238 Reviewed by Eric Seidel.
240 Some tests in fast/css-generated-content can be dumpAsText test
241 https://bugs.webkit.org/show_bug.cgi?id=31663
243 * fast/css-generated-content/absolute-position-inside-inline-expected.txt: Added.
244 * fast/css-generated-content/absolute-position-inside-inline.html:
245 * fast/css-generated-content/hit-test-generated-content-expected.txt: Added.
246 * fast/css-generated-content/hit-test-generated-content.html:
247 * fast/css-generated-content/positioned-background-hit-test-crash-expected.txt: Added.
248 * fast/css-generated-content/positioned-background-hit-test-crash.html:
249 * fast/css-generated-content/spellingToolTip-assert-expected.txt: Added.
250 * fast/css-generated-content/spellingToolTip-assert.html:
251 * platform/mac/fast/css-generated-content/absolute-position-inside-inline-expected.checksum: Removed.
252 * platform/mac/fast/css-generated-content/absolute-position-inside-inline-expected.png: Removed.
253 * platform/mac/fast/css-generated-content/absolute-position-inside-inline-expected.txt: Removed.
254 * platform/mac/fast/css-generated-content/hit-test-generated-content-expected.checksum: Removed.
255 * platform/mac/fast/css-generated-content/hit-test-generated-content-expected.png: Removed.
256 * platform/mac/fast/css-generated-content/hit-test-generated-content-expected.txt: Removed.
257 * platform/mac/fast/css-generated-content/positioned-background-hit-test-crash-expected.checksum: Removed.
258 * platform/mac/fast/css-generated-content/positioned-background-hit-test-crash-expected.png: Removed.
259 * platform/mac/fast/css-generated-content/positioned-background-hit-test-crash-expected.txt: Removed.
260 * platform/mac/fast/css-generated-content/spellingToolTip-assert-expected.checksum: Removed.
261 * platform/mac/fast/css-generated-content/spellingToolTip-assert-expected.png: Removed.
262 * platform/mac/fast/css-generated-content/spellingToolTip-assert-expected.txt: Removed.
263 * platform/qt/fast/css-generated-content/absolute-position-inside-inline-expected.txt: Removed.
264 * platform/qt/fast/css-generated-content/positioned-background-hit-test-crash-expected.txt: Removed.
265 * platform/qt/fast/css-generated-content/spellingToolTip-assert-expected.txt: Removed.
267 2009-11-19 Kinuko Yasuda <kinuko@google.com>
269 Reviewed by Dan Bernstein.
271 Update the test fast/overflow/004.html to make it match the test
272 description and expected results.
273 https://bugs.webkit.org/show_bug.cgi?id=31455
275 * fast/overflow/004.html:
276 * platform/mac/fast/overflow/004-expected.checksum:
277 * platform/mac/fast/overflow/004-expected.png:
278 * platform/mac/fast/overflow/004-expected.txt:
280 2009-11-18 Dan Bernstein <mitz@apple.com>
282 Reviewed by Simon Fraser.
284 Test for <rdar://problem/7398987> Assertion failure in
285 RenderLayer::updateClipRects when a plug-in’s enclosing layer is
286 enclosed by a transformed layer
288 * fast/layers/clip-rects-transformed-2-expected.txt: Added.
289 * fast/layers/clip-rects-transformed-2.html: Added.
290 * fast/layers/clip-rects-transformed-expected.txt: Added.
291 * fast/layers/clip-rects-transformed.html: Added.
293 2009-11-18 Michelangelo De Simone <micdesim@gmail.com>
295 Reviewed by Darin Adler.
297 Fix for <https://bugs.webkit.org/show_bug.cgi?id=27959>.
298 Support for validationMessage attribute, as per HTML5 specs.
300 * fast/dom/domListEnumeration-expected.txt: updated with new property
301 * fast/dom/script-tests/domListEnumeration.js: ditto
302 * fast/forms/script-tests/validationMessage.js: Added.
303 * fast/forms/validationMessage-expected.txt: Added.
304 * fast/forms/validationMessage.html: Added.
305 * platform/gtk/Skipped:
306 * platform/qt/Skipped:
307 * platform/win/Skipped:
309 2009-11-19 Roland Steiner <rolandsteiner@chromium.org>
311 Reviewed by Darin Adler.
313 Bug 31574 - Crashing bug when removing <ruby> element
314 (https://bugs.webkit.org/show_bug.cgi?id=31574)
316 Layout test to verify it no longer crashes when the <ruby> element
319 * fast/ruby/ruby-remove-expected.txt: Added.
320 * fast/ruby/ruby-remove.html: Added.
322 2009-11-18 Kent Tamura <tkent@chromium.org>
324 Reviewed by Darin Adler.
326 Tests for ValidityState.typeMismatch for the following types of INPUT element:
327 date, datetime, datetime-local, month, time and week
328 https://bugs.webkit.org/show_bug.cgi?id=31342
330 * fast/forms/ValidityState-typeMismatch-date-expected.txt: Added.
331 * fast/forms/ValidityState-typeMismatch-date.html: Added.
332 * fast/forms/ValidityState-typeMismatch-datetime-expected.txt: Added.
333 * fast/forms/ValidityState-typeMismatch-datetime.html: Added.
334 * fast/forms/ValidityState-typeMismatch-datetimelocal-expected.txt: Added.
335 * fast/forms/ValidityState-typeMismatch-datetimelocal.html: Added.
336 * fast/forms/ValidityState-typeMismatch-month-expected.txt: Added.
337 * fast/forms/ValidityState-typeMismatch-month.html: Added.
338 * fast/forms/ValidityState-typeMismatch-time-expected.txt: Added.
339 * fast/forms/ValidityState-typeMismatch-time.html: Added.
340 * fast/forms/ValidityState-typeMismatch-week-expected.txt: Added.
341 * fast/forms/ValidityState-typeMismatch-week.html: Added.
342 * fast/forms/script-tests/ValidityState-typeMismatch-date.js: Added.
343 * fast/forms/script-tests/ValidityState-typeMismatch-datetime.js: Added.
344 * fast/forms/script-tests/ValidityState-typeMismatch-datetimelocal.js: Added.
345 * fast/forms/script-tests/ValidityState-typeMismatch-month.js: Added.
346 * fast/forms/script-tests/ValidityState-typeMismatch-time.js: Added.
347 * fast/forms/script-tests/ValidityState-typeMismatch-week.js: Added.
349 2009-11-18 Kent Tamura <tkent@chromium.org>
351 Reviewed by Darin Adler.
353 Add tests for ValidityState.stepMismatch.
354 https://bugs.webkit.org/show_bug.cgi?id=31331
356 * fast/forms/ValidityState-stepMismatch-number-expected.txt: Added.
357 * fast/forms/ValidityState-stepMismatch-number.html: Added.
358 * fast/forms/ValidityState-stepMismatch-range-expected.txt: Added.
359 * fast/forms/ValidityState-stepMismatch-range.html: Added.
360 * fast/forms/ValidityState-stepMismatch-unsupported-expected.txt: Added.
361 * fast/forms/ValidityState-stepMismatch-unsupported.html: Added.
362 * fast/forms/input-step-expected.txt: Added.
363 * fast/forms/input-step.html: Added.
364 * fast/forms/script-tests/ValidityState-stepMismatch-number.js: Added.
365 * fast/forms/script-tests/ValidityState-stepMismatch-range.js: Added.
366 * fast/forms/script-tests/ValidityState-stepMismatch-unsupported.js: Added.
367 * fast/forms/script-tests/input-step.js: Added.
369 2009-11-18 Shu Chang <Chang.Shu@nokia.com>
371 Reviewed by Eric Seidel.
373 [Qt] Update expected result after Qt4.6 upgrade.
374 https://bugs.webkit.org/show_bug.cgi?id=31560
376 Test: LayoutTests/editing/deleting/5408255.html
378 * platform/qt/editing/deleting/5408255-expected.txt:
380 2009-11-18 Daniel Bates <dbates@webkit.org>
382 Reviewed by Dave Hyatt.
384 https://bugs.webkit.org/show_bug.cgi?id=24971
386 <rdar://problem/7138265>
388 Tests that setting the height of a table row programmatically (via JavaScript)
389 recalculates the height of the rows in the table.
391 * fast/table/row-height-recalc2.html: Added.
392 * platform/mac/fast/table/row-height-recalc2-expected.checksum: Added.
393 * platform/mac/fast/table/row-height-recalc2-expected.png: Added.
394 * platform/mac/fast/table/row-height-recalc2-expected.txt: Added.
395 * platform/qt/fast/table/row-height-recalc2-expected.checksum: Added.
396 * platform/qt/fast/table/row-height-recalc2-expected.png: Added.
397 * platform/qt/fast/table/row-height-recalc2-expected.txt: Added.
398 * platform/win/fast/table/row-height-recalc2-expected.checksum: Added.
399 * platform/win/fast/table/row-height-recalc2-expected.png: Added.
400 * platform/win/fast/table/row-height-recalc2-expected.txt: Added.
402 2009-11-18 Julie Parent <jparent@chromium.org>
404 Reviewed by Eric Seidel.
406 Reduce flakiness in zero-duration-with-non-zero-delay-end.html by
407 increasing a timeout.
409 https://bugs.webkit.org/show_bug.cgi?id=31646
411 * transitions/zero-duration-with-non-zero-delay-end.html:
413 2009-11-18 Oliver Hunt <oliver@apple.com>
415 Update expected results of fixed test.
417 * fast/profiler/throw-exception-from-eval-expected.txt:
419 2009-11-18 Oliver Hunt <oliver@apple.com>
421 Reviewed by Alexey Proskuryakov.
423 Interpreter may do an out of range access when throwing an exception in the profiler.
424 https://bugs.webkit.org/show_bug.cgi?id=31635
426 Correct this test so that it is actually testing what it is intended to.
428 * fast/profiler/throw-exception-from-eval.html:
430 2009-11-18 Alexey Proskuryakov <ap@apple.com>
432 Disabling WebSocket tests on Tiger back, they still hang.
434 * platform/mac-tiger/Skipped:
436 2009-11-17 Julie Parent <jparent@chromium.org>
438 Reviewed by Dmitry Titov.
440 Eliminate flakiness in file-URL-with-port-number by removing a setTimeout.
441 The timeout caused the test to fail about 2% of the time on the Chromium builders.
442 The timeout exists to catch cases where the iframe does not load, but the test
443 framework already will handle this (albeit with a longer timeout).
445 * fast/loader/file-URL-with-port-number.html:
447 2009-11-18 Ben Murdoch <benm@google.com>
449 Reviewed by Darin Adler.
451 HTMLAnchorElement is inconsistent with its internal handling of the value returned for the href attribute.
452 https://bugs.webkit.org/show_bug.cgi?id=31593
454 * fast/dom/HTMLAnchorElement/script-tests/set-href-attribute-whitespace.js: Added.
455 * fast/dom/HTMLAnchorElement/set-href-attribute-whitespace-expected.txt: Added.
456 * fast/dom/HTMLAnchorElement/set-href-attribute-whitespace.html: Added.
458 2009-11-18 Alexey Proskuryakov <ap@apple.com>
460 Trying to enable WebSocket tests on Tiger again, now that bug 31603 is fixed.
462 * platform/mac-tiger/Skipped:
464 2009-11-18 Martin Robinson <martin.james.robinson@gmail.com>
466 Reviewed by Gustavo Noronha.
468 [GTK] Tab key does not cycle through elements by default
469 https://bugs.webkit.org/show_bug.cgi?id=31505
471 Improve fast/events/keypress-insert-tab.html to test that the
472 TabKeyCyclesThroughElements setting is true by default and
475 * fast/events/keypress-insert-tab.html:
477 2009-11-18 Benjamin Poulain <benjamin.poulain@nokia.com>
479 Reviewed by Simon Hausmann.
481 [Qt] WebKit crashes when loading certain SVG images
483 Added a test for a crash of QtWebkit when loading SVG images.
485 https://bugs.webkit.org/show_bug.cgi?id=29443
487 * svg/text/resources/text-font-invalid.svg: Added.
488 * svg/text/text-font-invalid-expected.txt: Added.
489 * svg/text/text-font-invalid.html: Added.
491 2009-11-17 Hayato Ito <hayato@google.com>
493 Reviewed by Darin Adler.
495 Avoid infinite mutual recursion when deeply nested tags are loaded
496 https://bugs.webkit.org/show_bug.cgi?id=30651
498 * fast/parser/block-nesting-cap-table-expected.txt: Added.
499 * fast/parser/block-nesting-cap-table.html: Added.
500 * fast/parser/script-tests/block-nesting-cap-table.js: Added.
502 2009-11-17 Johnny Ding <jnd@chromium.org>
504 Reviewed by Darin Adler.
506 In all valid script tags for JavaScript, the event handler in <script...for> should not get executed.
507 Change the original test to pure js test, and test the situation about script tags which have text or language attribute.
508 https://bugs.webkit.org/show_bug.cgi?id=31567
510 * fast/dom/HTMLScriptElement/script-for-attribute-unexpected-execution-expected.txt:
511 * fast/dom/HTMLScriptElement/script-for-attribute-unexpected-execution.html:
512 * fast/dom/HTMLScriptElement/script-tests: Added.
513 * fast/dom/HTMLScriptElement/script-tests/script-for-attribute-unexpected-execution.js: Added.
514 (ScriptForAttributeExecute):
516 2009-11-17 Mark Rowe <mrowe@apple.com>
518 Reviewed by Alexey Proskuryakov.
520 <http://webkit.org/b/31602> Failing to start the WebSocket server shouldn’t terminate entire test run
522 * websocket/resources/server-failed-to-start.html: Error page that will be loaded in place of websocket
523 tests when the server fails to start.
525 2009-11-17 Brian Weinstein <bweinstein@apple.com>
527 Rubber-stamped by Pavel Feldman.
529 Skip inspector tests that are flaky on Windows Release - this is being tracked by:
530 https://bugs.webkit.org/show_bug.cgi?id=31596.
532 * platform/win/Skipped:
534 2009-11-16 Julie Parent <jparent@chromium.org>
536 Reviewed by Darin Adler.
538 Eliminate flakiness in char-encoding tests by removing setTimeout,
539 that was working around an old issue.
540 https://bugs.webkit.org/show_bug.cgi?id=31571
542 * fast/encoding/char-encoding-mac.html:
543 * fast/encoding/char-encoding.html:
544 * fast/encoding/resources/char-encoding-utils.js:
546 2009-11-17 Csaba Osztrogonác <ossy@webkit.org>
548 Not reviewed, follow up to r51072: rename skipped entries
549 * platform/qt/Skipped:
551 2009-11-17 Csaba Osztrogonác <ossy@webkit.org>
553 Reviewed by Kenneth Rohde Christiansen.
555 [Qt] Crashing tests after updating to Qt-4.6.0
556 https://bugs.webkit.org/show_bug.cgi?id=31591
558 * platform/qt/Skipped: Put tests into skiplist temporarily.
560 2009-11-17 Pavel Feldman <pfeldman@chromium.org>
562 Not reviewed, tests fix. Follow up to r51072: move
563 platform-specific results for fast/inspector into
564 fast/inspector-support.
566 * platform/mac/fast/inspector-support/matchedrules-expected.checksum: Renamed from LayoutTests/platform/mac/fast/inspector/matchedrules-expected.checksum.
567 * platform/mac/fast/inspector-support/matchedrules-expected.png: Renamed from LayoutTests/platform/mac/fast/inspector/matchedrules-expected.png.
568 * platform/mac/fast/inspector-support/matchedrules-expected.txt: Renamed from LayoutTests/platform/mac/fast/inspector/matchedrules-expected.txt.
569 * platform/mac/fast/inspector-support/style-expected.txt: Renamed from LayoutTests/platform/mac/fast/inspector/style-expected.txt.
570 * platform/qt/fast/inspector-support/matchedrules-expected.txt: Renamed from LayoutTests/platform/qt/fast/inspector/matchedrules-expected.txt.
571 * platform/qt/fast/inspector-support/style-expected.txt: Renamed from LayoutTests/platform/qt/fast/inspector/style-expected.txt.
573 2009-11-17 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
575 Actually skip the inspector console tests while the problem
576 discussed in https://bugs.webkit.org/show_bug.cgi?id=31472 is
579 * platform/gtk/Skipped:
581 2009-11-17 Pavel Feldman <pfeldman@chromium.org>
583 Not reviewed, build fix. Follow up to r51072: rename skipped entries
584 for the tests that were moved.
586 * platform/gtk/Skipped:
587 * platform/qt/Skipped:
589 2009-11-17 Pavel Feldman <pfeldman@chromium.org>
591 Reviewed by Timothy Hatcher.
593 Web Inspector: Make DRT show web inspector for tests in inspector/ folder.
594 - Updated DRT to show/close inspector for all tests under /inspector
595 - Introduced LayoutTestController::setTimelineProfilingEnabled and
596 WebInspector::setTimelineProfilingEnabled beside setJavaScriptProfilingEnabled
597 - Removed reload on each inspector test
598 - Renamed fast/inspector to fast/inspector-support in order not to trigger
600 - Reimplemented timeline tests in order to get rid of reload there.
601 - Moved tests that don't require harness into the fast group.
603 https://bugs.webkit.org/show_bug.cgi?id=31472
605 * fast/inspector-support/cssURLQuotes-expected.txt: Renamed from LayoutTests/fast/inspector/cssURLQuotes-expected.txt.
606 * fast/inspector-support/cssURLQuotes.html: Renamed from LayoutTests/fast/inspector/cssURLQuotes.html.
607 * fast/inspector-support/matchedrules.html: Renamed from LayoutTests/fast/inspector/matchedrules.html.
608 * fast/inspector-support/style.html: Renamed from LayoutTests/fast/inspector/style.html.
609 * fast/inspector-support/uncaught-dom1-exception-expected.txt: Renamed from LayoutTests/inspector/uncaught-dom1-exception-expected.txt.
610 * fast/inspector-support/uncaught-dom1-exception.html: Renamed from LayoutTests/inspector/uncaught-dom1-exception.html.
611 * fast/inspector-support/uncaught-dom3-exception-expected.txt: Renamed from LayoutTests/inspector/uncaught-dom3-exception-expected.txt.
612 * fast/inspector-support/uncaught-dom3-exception.html: Renamed from LayoutTests/inspector/uncaught-dom3-exception.html.
613 * fast/inspector-support/uncaught-dom8-exception-expected.txt: Renamed from LayoutTests/inspector/uncaught-dom8-exception-expected.txt.
614 * fast/inspector-support/uncaught-dom8-exception.html: Renamed from LayoutTests/inspector/uncaught-dom8-exception.html.
615 * inspector/inspector-test.js:
617 (evaluateInWebInspector):
619 * inspector/resources/timeline-iframe-data.html: Added.
620 * inspector/timeline-layout-expected.txt:
621 * inspector/timeline-layout.html:
622 * inspector/timeline-mark-timeline.html:
623 * inspector/timeline-paint.html:
624 * inspector/timeline-parse-html-expected.txt:
625 * inspector/timeline-parse-html.html:
626 * inspector/timeline-recalculate-styles-expected.txt:
627 * inspector/timeline-recalculate-styles.html:
628 * inspector/timeline-script-tag-1-expected.txt:
629 * inspector/timeline-script-tag-1.html:
630 * inspector/timeline-script-tag-2-expected.txt:
631 * inspector/timeline-script-tag-2.html:
632 * inspector/timeline-script-tag-2.js:
633 * inspector/timeline-test.js:
634 (printTimelineRecords):
636 (dumpTimelineRecords):
638 (frontend_getTimelineResults):
640 2009-11-17 Yuta Kitamura <yutak@chromium.org>
642 Reviewed by Eric Seidel.
644 Fix http tests so that they do not submit a GET form to about:blank.
646 Original tests expected that submitting an empty form to <about:blank> navigates
647 the browser to <about:blank?>, not <about:blank>. However, some other browsers
648 do not act like Safari, and in fact the layout test runner of Chromium was
649 failing to run these tests.
651 Prior to this patch, a test that only checks this behavior was added, so now
652 we can remove the dependency on it from these tests.
654 Some HTTP tests submit a GET form to about:blank
655 https://bugs.webkit.org/show_bug.cgi?id=30423
657 * http/tests/navigation/onload-navigation-iframe-2-expected.txt:
658 * http/tests/navigation/onload-navigation-iframe-2.html:
659 * http/tests/navigation/onload-navigation-iframe-expected.txt:
660 * http/tests/navigation/onload-navigation-iframe-timeout-expected.txt:
661 * http/tests/navigation/onload-navigation-iframe-timeout.html:
662 * http/tests/navigation/onload-navigation-iframe.html:
663 * http/tests/navigation/resources/blank.txt: Added.
665 2009-11-17 Yuta Kitamura <yutak@chromium.org>
667 Reviewed by Darin Adler.
669 Add a test to check the behavior of submitting a GET form to <about:blank>.
671 Currently Safari redirects the browser to <about:blank?>, while some other
672 browsers do not (including Firefox and Chromium). The objective of this test is
673 to express the current behavior of Safari and to become ready to remove
674 unintentional dependency on it from several tests.
676 Some HTTP tests submit a GET form to about:blank
677 https://bugs.webkit.org/show_bug.cgi?id=30423
679 * fast/forms/get-forms-to-about-blank-expected.txt: Added.
680 * fast/forms/get-forms-to-about-blank.html: Added.
682 2009-11-16 Alexey Proskuryakov <ap@apple.com>
684 Disabling WebSocket tests on Tiger and Windows again, as they still time out.
686 * platform/mac-tiger/Skipped:
687 * platform/win/Skipped:
689 2009-11-16 Chris Fleizach <cfleizach@apple.com>
691 Reviewed by Beth Dakin.
693 AX: aria-labelledby duplicates some of its WAI-ARIA label
694 https://bugs.webkit.org/show_bug.cgi?id=31565
696 * accessibility/aria-labelledby-overrides-label-expected.txt: Added.
697 * accessibility/aria-labelledby-overrides-label.html: Added.
698 * platform/gtk/Skipped:
699 * platform/win/Skipped:
701 2009-11-16 Kenneth Russell <kbr@google.com>
703 Reviewed by Oliver Hunt.
705 Update API of WebGLArray and friends
706 https://bugs.webkit.org/show_bug.cgi?id=31175
708 * fast/canvas/webgl/array-unit-tests-expected.txt:
709 * fast/canvas/webgl/array-unit-tests.html:
711 2009-11-16 Alexey Proskuryakov <ap@apple.com>
713 Re-enabling WebSocket tests on Tiger and Windows, now that SSL is disabled.
715 * platform/mac-tiger/Skipped:
716 * platform/win/Skipped:
718 2009-11-14 Antonio Gomes <tonikitoo@webkit.org>
720 Reviewed by Antti Koivisto.
722 [Qt] Broken back/forward after using ErrorPageExtension to set error page
723 https://bugs.webkit.org/show_bug.cgi?id=30573
725 Skipped fast/history/back-forward-reset-after-error-handling.html
726 in mac, gtk and win DRT, because their DRT do not support yet
727 error pages handling.
729 * fast/history/back-forward-reset-after-error-handling.html:
730 * platform/gtk/Skipped:
731 * platform/mac/Skipped:
732 * platform/win/Skipped:
734 2009-11-16 Kenneth Rohde Christiansen <kenneth@webkit.org>
736 Rubberstamped by Simon Hausmann.
738 Added new Qt expected results for animation tests.
740 * platform/qt/animations/change-transform-in-end-event-expected.txt: Added.
741 * platform/qt/animations/state-at-end-event-expected.txt: Added.
742 * platform/qt/animations/state-at-end-event-transform-expected.txt: Added.
744 2009-11-15 Chris Fleizach <cfleizach@apple.com>
746 Fixing broken layout test.
748 Need to implement ARIA role="directory"
749 https://bugs.webkit.org/show_bug.cgi?id=31516
751 Lists are not supported on Leopard or Tiger, so the test for this
752 bug needs to be skipped.
754 * platform/mac-leopard/Skipped:
755 * platform/mac-tiger/Skipped:
757 2009-11-14 Chris Fleizach <cfleizach@apple.com>
759 Reviewed by Darin Adler.
761 Need to implement ARIA role="directory"
762 https://bugs.webkit.org/show_bug.cgi?id=31516
764 * platform/mac/accessibility/aria-directory-expected.txt: Added.
765 * platform/mac/accessibility/aria-directory.html: Added.
767 2009-11-14 Adele Peterson <adele@apple.com>
769 Reviewed by Dan Bernstein.
771 Test for <rdar://problem/6946165> Would like to be able to specify the number of visible lines when using -webkit-line-clamp
773 * fast/overflow/line-clamp.html: Added.
774 * platform/mac/fast/overflow/line-clamp-expected.checksum: Added.
775 * platform/mac/fast/overflow/line-clamp-expected.png: Added.
776 * platform/mac/fast/overflow/line-clamp-expected.txt: Added.
778 2009-11-14 Kent Tamura <tkent@chromium.org>
780 Reviewed by Darin Adler.
782 Add tests for reading/writing .type property of HTMLInputElement.
783 https://bugs.webkit.org/show_bug.cgi?id=29004
785 * fast/forms/input-type-change3-expected.txt: Added.
786 * fast/forms/input-type-change3.html: Added.
787 * fast/forms/script-tests/input-type-change3.js: Added.
789 2009-11-14 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
791 Skip new test that needs new DRT infrastructure, with bug filled.
793 * platform/gtk/Skipped:
795 2009-11-13 Chris Fleizach <cfleizach@apple.com>
797 Reviewed by Darin Adler.
799 WAI-ARIA: checkbox does not determine its label from text content
800 https://bugs.webkit.org/show_bug.cgi?id=31456
802 * accessibility/aria-checkbox-text.html: Added.
803 * platform/gtk/Skipped:
804 * platform/mac/accessibility/aria-checkbox-text-expected.txt: Added.
805 * platform/win/Skipped:
807 2009-11-13 Alexey Proskuryakov <ap@apple.com>
809 Disable websocket tests on Tiger, as they time out.
811 Filed <https://bugs.webkit.org/show_bug.cgi?id=31501> to investigate this issue.
813 * platform/mac-tiger/Skipped:
815 2009-11-12 Jeremy Orlow <jorlow@chromium.org>
817 Reviewed by Dmitry Titov.
819 Now that we're tracking key size in the quota, we can't fit as much in.
820 https://bugs.webkit.org/show_bug.cgi?id=31451
822 * storage/domstorage/quota-expected.txt:
823 * storage/domstorage/script-tests/quota.js:
826 2009-11-13 Shinichiro Hamaji <hamaji@chromium.org>
828 Reviewed by Darin Adler.
830 WebCore::externalRepresentation should update layout before getting render object
831 https://bugs.webkit.org/show_bug.cgi?id=31459
833 Before this change, the render tree output for this test was wrong.
834 Note that #FF0000 (red) becomes #008000 (green) now.
836 * platform/mac/svg/custom/gradient-stop-style-change-expected.txt:
838 2009-11-04 Adam Roben <aroben@apple.com>
840 Test that delegates can modify global objects in isolated worlds
842 Fixes <http://webkit.org/b/31124> Tell the WebFrameLoadDelegate when
843 window objects in isolated worlds are cleared
845 Reviewed by Dave Hyatt.
847 * http/tests/security/isolatedWorld/didClearWindowObject-expected.txt: Added.
848 * http/tests/security/isolatedWorld/didClearWindowObject.html: Added.
849 Tests that the global object in the normal world does not have a
850 __worldID property, and that the global object in isolated worlds has
851 a __worldID property whose value is equal to the world's ID.
853 2009-11-13 Dumitru Daniliuc <dumi@chromium.org>
855 Reviewed by Eric Seidel.
857 Remove the unnecessary call to dumpDatabaseCallbacks().
859 https://bugs.webkit.org/show_bug.cgi?id=31495
861 * storage/hash-change-with-xhr.html:
863 2009-11-13 Hironori Bono <hbono@chromium.org>
865 Reviewed by Oliver Hunt.
867 Implement composition events introduced in DOM Level 3.
868 This change adds a new IDL which defines the composition events, adds a class which
869 implements the composition events, and sends the composition events according to
871 https://bugs.webkit.org/show_bug.cgi?id=26310
873 * fast/events/ime-composition-events-001-expected.txt: Added.
874 * fast/events/ime-composition-events-001.html: Added.
875 * platform/gtk/Skipped: Skip this test because TextInputController is not implemented.
876 * platform/qt/Skipped: ditto.
877 * platform/win/Skipped: ditto.
879 2009-11-13 Kenneth Rohde Christiansen <kenneth@webkit.org>
881 Reviewed by Simon Hausmann.
883 Add a file for suppressing invalid valgrind errors (Qt / Linux only)
885 * platform/qt/SuppressedValgrindErrors: Added.
887 2009-11-13 Alexey Proskuryakov <ap@apple.com>
889 Disable websocket tests on Windows, as the server cannot start on buildbot.
891 Filed <https://bugs.webkit.org/show_bug.cgi?id=31479> to investigate this issue.
893 * platform/win/Skipped:
895 2009-11-12 Alexey Proskuryakov <ap@apple.com>
897 Reviewed by Darin Adler.
899 https://bugs.webkit.org/show_bug.cgi?id=31441
900 Implement SocketStreamCFNet
902 * platform/mac/Skipped:
903 * platform/win/Skipped:
904 Enables tests in websocket directory.
906 2009-11-13 Dmitry Titov <dimich@chromium.org>
908 Reviewed by Darin Adler.
910 Fix worker-timeout.html layout test that fails in Chromium harness.
911 https://bugs.webkit.org/show_bug.cgi?id=31452
913 * fast/workers/worker-timeout.html:
914 Stop logging timer messages at the same time as calling NotifyDone() because
915 in test harness Chromium uses for workers it does not capture the output immediately.
917 2009-11-13 Pavel Feldman <pfeldman@chromium.org>
919 Reviewed by Adam Barth.
921 Chromium: [REGRESSION] Crash while stopping on a breakpoint.
924 https://bugs.webkit.org/show_bug.cgi?id=31467
926 * http/tests/security/calling-versus-current-expected.txt: Removed.
927 * http/tests/security/calling-versus-current.html: Removed.
929 2009-11-13 Dirk Schulze <krit@webkit.org>
931 Reviewed by Gustavo Noronha.
933 Skip fast/canvas/canvas-shadow.html we need to enable filters
934 on cairo to pass this test.
936 * platform/gtk/Skipped:
938 2009-11-13 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
940 Skip one more new test.
942 * platform/gtk/Skipped:
944 2009-11-12 Anantanarayanan G Iyengar <ananta@chromium.org>
946 Reviewed by Adam Barth.
948 The document-html and window-html tests don't use a setTimeout to notify that the
949 test is completed. The layout test plugin now issues the notifyDone call via
952 https://bugs.webkit.org/show_bug.cgi?id=31067
954 * plugins/document-open.html:
955 * plugins/window-open.html:
957 2009-11-12 Kinuko Yasuda <kinuko@google.com>
959 Reviewed by Adam Barth.
961 Makes the output of fast/events/mouse-click-events.html independent
963 https://bugs.webkit.org/show_bug.cgi?id=31405
965 * fast/events/mouse-click-events-expected.txt:
966 * fast/events/script-tests/mouse-click-events.js:
968 2009-11-12 Simon Fraser <simon.fraser@apple.com>
970 Reviewed by Dan Bernstein.
972 Transformed reflected elements are clipped inside element with opacity
973 https://bugs.webkit.org/show_bug.cgi?id=30957
975 Testcase for reflected and transformed elements inside an opacity layer.
977 * fast/reflections/opacity-reflection-transform.html: Added.
978 * platform/mac/fast/reflections/opacity-reflection-transform-expected.checksum: Added.
979 * platform/mac/fast/reflections/opacity-reflection-transform-expected.png: Added.
980 * platform/mac/fast/reflections/opacity-reflection-transform-expected.txt: Added.
982 2009-11-12 Joanmarie Diggs <joanmarie.diggs@gmail.com>
984 Reviewed by Gustavo Noronha Silva.
986 https://bugs.webkit.org/show_bug.cgi?id=30997
987 [Gtk] Implemment AtkDocument
989 Added testing support for AtkDocument implementation.
991 * accessibility/document-attributes.html: Added.
992 * accessibility/document-attributes-expected.txt: Added.
993 * platform/mac/Skipped:
994 * platform/win/Skipped:
996 2009-11-11 Dirk Schulze <krit@webkit.org>
998 Reviewed by Simon Fraser.
1000 Some tests for canvas shadow.
1002 * fast/canvas/canvas-shadow-expected.txt: Added.
1003 * fast/canvas/canvas-shadow.html: Added.
1004 * fast/canvas/script-tests/canvas-shadow.js: Added.
1006 2009-11-12 Brian Weinstein <bweinstein@apple.com>
1008 Rubber-stamped by Steve Falkenburg.
1010 Add failing tests to Skipped list.
1012 * platform/win/Skipped:
1014 2009-11-12 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1016 Skipping tests that fail intermitently.
1018 * platform/gtk/Skipped:
1020 2009-11-12 Sam Weinig <sam@webkit.org>
1022 Reviewed by Oliver Hunt.
1024 Test for <rdar://problem/7267951>
1025 Canvas methods should reject uses of NaN and Infinity.
1027 * fast/canvas/canvas-with-illegal-args-expected.txt: Added.
1028 * fast/canvas/canvas-with-illegal-args.html: Added.
1029 * fast/canvas/script-tests/canvas-with-illegal-args.js: Added.
1031 2009-11-12 Mark Rowe <mrowe@apple.com>
1033 Skip an accessibility test that covers functionality not available on Tiger or Leopard.
1035 * platform/mac-leopard/Skipped:
1036 * platform/mac-tiger/Skipped:
1038 2009-11-12 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1040 Skipping one more new test, and a number of other tests, with bugs
1043 * platform/gtk/Skipped:
1045 2009-11-12 Mark Rowe <mrowe@apple.com>
1047 Fix results for fast/dom/Window/window-properties.html after r50893.
1049 * fast/dom/Window/window-properties-expected.txt:
1051 2009-11-12 Mark Rowe <mrowe@apple.com>
1053 Rubber-stamped by Anders Carlsson.
1055 Move a misplaced accessibility test from platform/mac-snowleopard/accessibility to accessibility,
1056 and the results from platform/mac-snowleopard/accessibility to platform/mac/accessibility.
1058 * accessibility/aria-list-and-listitem.html: Renamed from LayoutTests/platform/mac-snowleopard/accessibility/aria-list-and-listitem.html.
1059 * platform/mac/accessibility/aria-list-and-listitem-expected.txt: Renamed from LayoutTests/platform/mac-snowleopard/accessibility/aria-list-and-listitem-expected.txt.
1061 2009-11-12 Mark Rowe <mrowe@apple.com>
1063 Rubber-stamped by Brady Eidson.
1065 Land updated results for file-url-mimetypes-2.html and file-url-mimetypes-3.html.
1067 * 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.
1068 * 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.
1069 * platform/mac/fast/loader/file-url-mimetypes-2-expected.txt:
1070 * platform/mac/fast/loader/file-url-mimetypes-3-expected.txt:
1072 2009-11-12 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1074 Unreviewed. Skipped new tests, a test that keeps failing despite
1075 not failing locally, and a new DnD test.
1077 * platform/gtk/Skipped:
1079 2009-11-12 Eric Carlson <eric.carlson@apple.com>
1081 Unreviewed, build fix.
1083 Skipped tests need path relative to LayoutTests folder, not just
1086 * platform/gtk/Skipped:
1087 * platform/mac-leopard/Skipped:
1088 * platform/mac-tiger/Skipped:
1089 * platform/win/Skipped:
1091 2009-11-12 Eric Carlson <eric.carlson@apple.com>
1093 Reviewed by Dan Bernstein.
1095 <rdar://problem/7388969> Add DOM API for fullscreen video
1097 Tests for fullscreen <video> DOM API.
1099 * media/media-fullscreen-inline-expected.txt: Added.
1100 * media/media-fullscreen-inline.html: Added.
1101 * media/media-fullscreen-not-in-document-expected.txt: Added.
1102 * media/media-fullscreen-not-in-document.html: Added.
1103 * media/media-fullscreen.js: Added.
1105 * platform/gtk/Skipped:
1106 * platform/mac-leopard/Skipped:
1107 * platform/mac-tiger/Skipped:
1108 * platform/win/Skipped:
1109 Skipped on platforms that don't support fullscreen yet.
1111 2009-11-12 Alexey Proskuryakov <ap@apple.com>
1113 Reviewed by David Levin.
1115 https://bugs.webkit.org/show_bug.cgi?id=31426
1116 Some WebSocket tests don't properly listen to close event
1118 * websocket/tests/script-tests/handshake-error.js:
1119 * websocket/tests/script-tests/simple.js:
1120 Made the tests clear second-chance timer on finish, avoiding confusing output when running
1123 * websocket/tests/script-tests/frame-length-longer-than-buffer.js:
1124 * websocket/tests/script-tests/frame-length-skip.js:
1125 * websocket/tests/frame-length-longer-than-buffer-expected.txt:
1126 * websocket/tests/frame-length-skip-expected.txt:
1127 These tests now finish properly.
1129 * websocket/tests/handshake-error-expected.txt:
1130 * websocket/tests/simple-expected.txt:
1131 I'm getting an extra empty line for these tests, which is surprising. But since I didn't
1132 change anything, I assume that it should be there.
1134 2009-11-12 Adam Barth <abarth@webkit.org>
1136 Reviewed by Dimitri Glazkov.
1138 [Chromium] Sify compose button alerts error
1139 https://bugs.webkit.org/show_bug.cgi?id=31394
1141 Test that we're using the calling security context in a simple case.
1143 * http/tests/security/calling-versus-current-expected.txt: Added.
1144 * http/tests/security/calling-versus-current.html: Added.
1146 2009-11-12 Daniel Bates <dbates@webkit.org>
1148 Reviewed by Darin Adler.
1150 https://bugs.webkit.org/show_bug.cgi?id=30291
1152 Rebased results for existing test case fast/events/drag-and-drop.html
1155 Now, we can run the part of the test when effectAllowed == "uninitialized".
1157 * fast/events/drag-and-drop-expected.txt: Rebased results.
1158 * fast/events/drag-and-drop.html: Removed notice about this bug (#30291).
1160 2009-11-12 Chris Fleizach <cfleizach@apple.com>
1162 Reviewed by Darin Adler.
1164 ARIA: add alert type roles
1165 https://bugs.webkit.org/show_bug.cgi?id=31392
1167 * platform/mac/accessibility/aria-alerts-expected.txt: Added.
1168 * platform/mac/accessibility/aria-alerts.html: Added.
1170 2009-11-12 Andras Becsi <becsi.andras@stud.u-szeged.hu>
1172 Rubber-stamped by Tor Arne Vestbø.
1174 [Qt] Update outdated metrics in layout tests after change to Qt 4.6 on the buildbot.
1176 * platform/qt/css1/basic/class_as_selector-expected.txt:
1177 * platform/qt/css1/basic/comments-expected.txt:
1178 * platform/qt/css1/basic/containment-expected.txt:
1179 * platform/qt/css1/basic/contextual_selectors-expected.txt:
1180 * platform/qt/css1/basic/grouping-expected.txt:
1181 * platform/qt/css1/basic/id_as_selector-expected.txt:
1182 * platform/qt/css1/basic/inheritance-expected.txt:
1183 * platform/qt/css1/box_properties/acid_test-expected.txt:
1184 * platform/qt/css1/box_properties/border-expected.txt:
1185 * platform/qt/css1/box_properties/border_bottom-expected.txt:
1186 * platform/qt/css1/box_properties/border_bottom_inline-expected.txt:
1187 * platform/qt/css1/box_properties/border_bottom_width-expected.txt:
1188 * platform/qt/css1/box_properties/border_bottom_width_inline-expected.txt:
1189 * platform/qt/css1/box_properties/border_color-expected.txt:
1190 * platform/qt/css1/box_properties/border_color_inline-expected.txt:
1191 * platform/qt/css1/box_properties/border_inline-expected.txt:
1192 * platform/qt/css1/box_properties/border_left-expected.txt:
1193 * platform/qt/css1/box_properties/border_left_inline-expected.txt:
1194 * platform/qt/css1/box_properties/border_left_width-expected.txt:
1195 * platform/qt/css1/box_properties/border_left_width_inline-expected.txt:
1196 * platform/qt/css1/box_properties/border_right-expected.txt:
1197 * platform/qt/css1/box_properties/border_right_inline-expected.txt:
1198 * platform/qt/css1/box_properties/border_right_width-expected.txt:
1199 * platform/qt/css1/box_properties/border_right_width_inline-expected.txt:
1200 * platform/qt/css1/box_properties/border_style-expected.txt:
1201 * platform/qt/css1/box_properties/border_style_inline-expected.txt:
1202 * platform/qt/css1/box_properties/border_top-expected.txt:
1203 * platform/qt/css1/box_properties/border_top_inline-expected.txt:
1204 * platform/qt/css1/box_properties/border_top_width-expected.txt:
1205 * platform/qt/css1/box_properties/border_top_width_inline-expected.txt:
1206 * platform/qt/css1/box_properties/border_width-expected.txt:
1207 * platform/qt/css1/box_properties/border_width_inline-expected.txt:
1208 * platform/qt/css1/box_properties/clear-expected.txt:
1209 * platform/qt/css1/box_properties/clear_float-expected.txt:
1210 * platform/qt/css1/box_properties/float-expected.txt:
1211 * platform/qt/css1/box_properties/float_elements_in_series-expected.txt:
1212 * platform/qt/css1/box_properties/float_margin-expected.txt:
1213 * platform/qt/css1/box_properties/float_on_text_elements-expected.txt:
1214 * platform/qt/css1/box_properties/height-expected.txt:
1215 * platform/qt/css1/box_properties/margin-expected.txt:
1216 * platform/qt/css1/box_properties/margin_bottom-expected.txt:
1217 * platform/qt/css1/box_properties/margin_bottom_inline-expected.txt:
1218 * platform/qt/css1/box_properties/margin_inline-expected.txt:
1219 * platform/qt/css1/box_properties/margin_left-expected.txt:
1220 * platform/qt/css1/box_properties/margin_left_inline-expected.txt:
1221 * platform/qt/css1/box_properties/margin_right-expected.txt:
1222 * platform/qt/css1/box_properties/margin_right_inline-expected.txt:
1223 * platform/qt/css1/box_properties/margin_top-expected.txt:
1224 * platform/qt/css1/box_properties/margin_top_inline-expected.txt:
1225 * platform/qt/css1/box_properties/padding-expected.txt:
1226 * platform/qt/css1/box_properties/padding_bottom-expected.txt:
1227 * platform/qt/css1/box_properties/padding_bottom_inline-expected.txt:
1228 * platform/qt/css1/box_properties/padding_inline-expected.txt:
1229 * platform/qt/css1/box_properties/padding_left-expected.txt:
1230 * platform/qt/css1/box_properties/padding_left_inline-expected.txt:
1231 * platform/qt/css1/box_properties/padding_right-expected.txt:
1232 * platform/qt/css1/box_properties/padding_right_inline-expected.txt:
1233 * platform/qt/css1/box_properties/padding_top-expected.txt:
1234 * platform/qt/css1/box_properties/padding_top_inline-expected.txt:
1235 * platform/qt/css1/box_properties/width-expected.txt:
1236 * platform/qt/css1/cascade/cascade_order-expected.txt:
1237 * platform/qt/css1/cascade/important-expected.txt:
1238 * platform/qt/css1/classification/display-expected.txt:
1239 * platform/qt/css1/classification/list_style-expected.txt:
1240 * platform/qt/css1/classification/list_style_image-expected.txt:
1241 * platform/qt/css1/classification/list_style_position-expected.txt:
1242 * platform/qt/css1/classification/list_style_type-expected.txt:
1243 * platform/qt/css1/classification/white_space-expected.txt:
1244 * platform/qt/css1/color_and_background/background-expected.txt:
1245 * platform/qt/css1/color_and_background/background_attachment-expected.txt:
1246 * platform/qt/css1/color_and_background/background_color-expected.txt:
1247 * platform/qt/css1/color_and_background/background_image-expected.txt:
1248 * platform/qt/css1/color_and_background/background_position-expected.txt:
1249 * platform/qt/css1/color_and_background/background_repeat-expected.txt:
1250 * platform/qt/css1/color_and_background/color-expected.txt:
1251 * platform/qt/css1/conformance/forward_compatible_parsing-expected.txt:
1252 * platform/qt/css1/font_properties/font-expected.txt:
1253 * platform/qt/css1/font_properties/font_family-expected.txt:
1254 * platform/qt/css1/font_properties/font_size-expected.txt:
1255 * platform/qt/css1/font_properties/font_style-expected.txt:
1256 * platform/qt/css1/font_properties/font_variant-expected.txt:
1257 * platform/qt/css1/font_properties/font_weight-expected.txt:
1258 * platform/qt/css1/formatting_model/canvas-expected.txt:
1259 * platform/qt/css1/formatting_model/floating_elements-expected.txt:
1260 * platform/qt/css1/formatting_model/height_of_lines-expected.txt:
1261 * platform/qt/css1/formatting_model/horizontal_formatting-expected.txt:
1262 * platform/qt/css1/formatting_model/inline_elements-expected.txt:
1263 * platform/qt/css1/formatting_model/replaced_elements-expected.txt:
1264 * platform/qt/css1/formatting_model/vertical_formatting-expected.txt:
1265 * platform/qt/css1/pseudo/anchor-expected.txt:
1266 * platform/qt/css1/pseudo/firstletter-expected.txt:
1267 * platform/qt/css1/pseudo/firstline-expected.txt:
1268 * platform/qt/css1/pseudo/multiple_pseudo_elements-expected.txt:
1269 * platform/qt/css1/pseudo/pseudo_elements_in_selectors-expected.txt:
1270 * platform/qt/css1/text_properties/letter_spacing-expected.txt:
1271 * platform/qt/css1/text_properties/line_height-expected.txt:
1272 * platform/qt/css1/text_properties/text_align-expected.txt:
1273 * platform/qt/css1/text_properties/text_decoration-expected.txt:
1274 * platform/qt/css1/text_properties/text_indent-expected.txt:
1275 * platform/qt/css1/text_properties/text_transform-expected.txt:
1276 * platform/qt/css1/text_properties/vertical_align-expected.txt:
1277 * platform/qt/css1/text_properties/word_spacing-expected.txt:
1278 * platform/qt/css1/units/color_units-expected.txt:
1279 * platform/qt/css1/units/length_units-expected.txt:
1280 * platform/qt/css1/units/percentage_units-expected.txt:
1281 * platform/qt/css1/units/urls-expected.txt:
1282 * platform/qt/css2.1/t040102-keywords-00-b-expected.txt:
1283 * platform/qt/css2.1/t040102-keywords-01-b-expected.txt:
1284 * platform/qt/css2.1/t040103-case-00-b-expected.txt:
1285 * platform/qt/css2.1/t040103-case-01-c-expected.txt:
1286 * platform/qt/css2.1/t040103-escapes-00-b-expected.txt:
1287 * platform/qt/css2.1/t040103-escapes-01-b-expected.txt:
1288 * platform/qt/css2.1/t040103-escapes-02-d-expected.txt:
1289 * platform/qt/css2.1/t040103-escapes-03-b-expected.txt:
1290 * platform/qt/css2.1/t040103-escapes-04-b-expected.txt:
1291 * platform/qt/css2.1/t040103-escapes-05-c-expected.txt:
1292 * platform/qt/css2.1/t040103-escapes-06-b-expected.txt:
1293 * platform/qt/css2.1/t040103-escapes-07-b-expected.txt:
1294 * platform/qt/css2.1/t040103-escapes-08-b-expected.txt:
1295 * platform/qt/css2.1/t040103-ident-00-c-expected.txt:
1296 * platform/qt/css2.1/t040103-ident-01-c-expected.txt:
1297 * platform/qt/css2.1/t040103-ident-02-c-expected.txt:
1298 * platform/qt/css2.1/t040103-ident-03-c-expected.txt:
1299 * platform/qt/css2.1/t040103-ident-04-c-expected.txt:
1300 * platform/qt/css2.1/t040103-ident-05-c-expected.txt:
1301 * platform/qt/css2.1/t040103-ident-06-c-expected.txt:
1302 * platform/qt/css2.1/t040103-ident-07-c-expected.txt:
1303 * platform/qt/css2.1/t040103-ident-08-c-expected.txt:
1304 * platform/qt/css2.1/t040103-ident-09-c-expected.txt:
1305 * platform/qt/css2.1/t040103-ident-10-c-expected.txt:
1306 * platform/qt/css2.1/t040103-ident-11-c-expected.txt:
1307 * platform/qt/css2.1/t040103-ident-12-c-expected.txt:
1308 * platform/qt/css2.1/t040103-ident-13-c-expected.txt:
1309 * platform/qt/css2.1/t040105-atkeyw-00-b-expected.txt:
1310 * platform/qt/css2.1/t040105-atkeyw-01-b-expected.txt:
1311 * platform/qt/css2.1/t040105-atkeyw-02-b-expected.txt:
1312 * platform/qt/css2.1/t040105-atrule-00-b-expected.txt:
1313 * platform/qt/css2.1/t040105-atrule-01-b-expected.txt:
1314 * platform/qt/css2.1/t040105-atrule-02-b-expected.txt:
1315 * platform/qt/css2.1/t040105-atrule-03-b-expected.txt:
1316 * platform/qt/css2.1/t040105-atrule-04-b-expected.txt:
1317 * platform/qt/css2.1/t040105-import-00-b-expected.txt:
1318 * platform/qt/css2.1/t040105-import-01-b-expected.txt:
1319 * platform/qt/css2.1/t040109-c17-comments-00-b-expected.txt:
1320 * platform/qt/css2.1/t040109-c17-comments-01-b-expected.txt:
1321 * platform/qt/css2.1/t0402-c71-fwd-parsing-00-f-expected.txt:
1322 * platform/qt/css2.1/t0402-c71-fwd-parsing-01-f-expected.txt:
1323 * platform/qt/css2.1/t0402-c71-fwd-parsing-02-f-expected.txt:
1324 * platform/qt/css2.1/t0402-c71-fwd-parsing-03-f-expected.txt:
1325 * platform/qt/css2.1/t0402-c71-fwd-parsing-04-f-expected.txt:
1326 * platform/qt/css2.1/t0402-syntax-01-f-expected.txt:
1327 * platform/qt/css2.1/t0402-syntax-02-f-expected.txt:
1328 * platform/qt/css2.1/t0402-syntax-03-f-expected.txt:
1329 * platform/qt/css2.1/t0402-syntax-04-f-expected.txt:
1330 * platform/qt/css2.1/t0402-syntax-05-f-expected.txt:
1331 * platform/qt/css2.1/t0402-syntax-06-f-expected.txt:
1332 * platform/qt/css2.1/t040302-c61-ex-len-00-b-a-expected.txt:
1333 * platform/qt/css2.1/t040302-c61-phys-len-00-b-expected.txt:
1334 * platform/qt/css2.1/t040302-c61-rel-len-00-b-ag-expected.txt:
1335 * platform/qt/css2.1/t040304-c64-uri-00-a-g-expected.txt:
1336 * platform/qt/css2.1/t040306-c63-color-00-b-ag-expected.txt:
1337 * platform/qt/css2.1/t040306-syntax-01-f-expected.txt:
1338 * platform/qt/css2.1/t040307-syntax-01-b-expected.txt:
1339 * platform/qt/css2.1/t1202-counter-00-b-expected.txt:
1340 * platform/qt/css2.1/t1202-counter-01-b-expected.txt:
1341 * platform/qt/css2.1/t1202-counter-02-b-expected.txt:
1342 * platform/qt/css2.1/t1202-counter-03-b-expected.txt:
1343 * platform/qt/css2.1/t1202-counter-04-b-expected.txt:
1344 * platform/qt/css2.1/t1202-counter-05-b-expected.txt:
1345 * platform/qt/css2.1/t1202-counter-06-b-expected.txt:
1346 * platform/qt/css2.1/t1202-counter-07-b-expected.txt:
1347 * platform/qt/css2.1/t1202-counter-08-b-expected.txt:
1348 * platform/qt/css2.1/t1202-counter-09-b-expected.txt:
1349 * platform/qt/css2.1/t1202-counter-11-b-expected.txt:
1350 * platform/qt/css2.1/t1202-counter-12-b-expected.txt:
1351 * platform/qt/css2.1/t1202-counter-13-b-expected.txt:
1352 * platform/qt/css2.1/t1202-counter-14-b-expected.txt:
1353 * platform/qt/css2.1/t1202-counter-15-b-expected.txt:
1354 * platform/qt/css2.1/t1202-counter-16-f-expected.txt:
1355 * platform/qt/css2.1/t1202-counters-00-b-expected.txt:
1356 * platform/qt/css2.1/t1202-counters-01-b-expected.txt:
1357 * platform/qt/css2.1/t1202-counters-02-b-expected.txt:
1358 * platform/qt/css2.1/t1202-counters-03-b-expected.txt:
1359 * platform/qt/css2.1/t1202-counters-05-b-expected.txt:
1360 * platform/qt/css2.1/t1202-counters-06-b-expected.txt:
1361 * platform/qt/css2.1/t1202-counters-07-b-expected.txt:
1362 * platform/qt/css2.1/t1202-counters-08-b-expected.txt:
1363 * platform/qt/css2.1/t1202-counters-09-b-expected.txt:
1364 * platform/qt/css2.1/t1202-counters-11-b-expected.txt:
1365 * platform/qt/css2.1/t1202-counters-12-b-expected.txt:
1366 * platform/qt/css2.1/t1202-counters-13-b-expected.txt:
1367 * platform/qt/css2.1/t1202-counters-14-b-expected.txt:
1368 * platform/qt/css2.1/t1202-counters-15-b-expected.txt:
1369 * platform/qt/css2.1/t1202-counters-16-c-expected.txt:
1370 * platform/qt/css2.1/t1202-counters-17-d-expected.txt:
1371 * platform/qt/css2.1/t1202-counters-18-f-expected.txt:
1372 * platform/qt/css2.1/t1205-c561-list-displ-00-b-expected.txt:
1373 * platform/qt/css2.1/t1205-c563-list-type-00-b-expected.txt:
1374 * platform/qt/css2.1/t1205-c563-list-type-01-b-expected.txt:
1375 * platform/qt/css2.1/t1205-c564-list-img-00-b-g-expected.txt:
1376 * platform/qt/css2.1/t1205-c565-list-pos-00-b-expected.txt:
1377 * platform/qt/css2.1/t1205-c566-list-stl-01-c-g-expected.txt:
1378 * platform/qt/css2.1/t140201-c532-bgcolor-00-a-expected.txt:
1379 * platform/qt/css2.1/t140201-c532-bgcolor-01-b-expected.txt:
1380 * platform/qt/css2.1/t140201-c533-bgimage-00-a-expected.txt:
1381 * platform/qt/css2.1/t140201-c533-bgimage-01-b-g-expected.txt:
1382 * platform/qt/css2.1/t140201-c534-bgre-00-b-ag-expected.txt:
1383 * platform/qt/css2.1/t140201-c535-bg-fixd-00-b-g-expected.txt:
1384 * platform/qt/css2.1/t140201-c536-bgpos-00-b-ag-expected.txt:
1385 * platform/qt/css2.1/t1503-c522-font-family-00-b-expected.txt:
1386 * platform/qt/css2.1/t1504-c523-font-style-00-b-expected.txt:
1387 * platform/qt/css2.1/t1504-c543-txt-decor-00-d-g-expected.txt:
1388 * platform/qt/css2.1/t1505-c524-font-var-00-b-expected.txt:
1389 * platform/qt/css2.1/t1506-c525-font-wt-00-b-expected.txt:
1390 * platform/qt/css2.1/t1507-c526-font-sz-00-b-expected.txt:
1391 * platform/qt/css2.1/t1507-c526-font-sz-01-b-a-expected.txt:
1392 * platform/qt/css2.1/t1507-c526-font-sz-02-b-a-expected.txt:
1393 * platform/qt/css2.1/t1507-c526-font-sz-03-f-a-expected.txt:
1394 * platform/qt/css2.1/t1508-c527-font-00-b-expected.txt:
1395 * platform/qt/css2.1/t1508-c527-font-01-b-expected.txt:
1396 * platform/qt/css2.1/t1508-c527-font-02-b-expected.txt:
1397 * platform/qt/css2.1/t1508-c527-font-03-b-expected.txt:
1398 * platform/qt/css2.1/t1508-c527-font-04-b-expected.txt:
1399 * platform/qt/css2.1/t1508-c527-font-05-b-expected.txt:
1400 * platform/qt/css2.1/t1508-c527-font-06-b-expected.txt:
1401 * platform/qt/css2.1/t1508-c527-font-07-b-expected.txt:
1402 * platform/qt/css2.1/t1508-c527-font-08-b-expected.txt:
1403 * platform/qt/css2.1/t1508-c527-font-09-b-expected.txt:
1404 * platform/qt/css2.1/t1508-c527-font-10-c-expected.txt:
1405 * platform/qt/css2.1/t170602-bdr-conflct-w-00-d-expected.txt:
1406 * platform/qt/css2.1/t170602-bdr-conflct-w-01-d-expected.txt:
1407 * platform/qt/css2.1/t170602-bdr-conflct-w-02-d-expected.txt:
1408 * platform/qt/css2.1/t170602-bdr-conflct-w-03-d-expected.txt:
1409 * platform/qt/css2.1/t170602-bdr-conflct-w-04-d-expected.txt:
1410 * platform/qt/css2.1/t170602-bdr-conflct-w-05-d-expected.txt:
1411 * platform/qt/css2.1/t170602-bdr-conflct-w-06-d-expected.txt:
1412 * platform/qt/css2.1/t170602-bdr-conflct-w-07-d-expected.txt:
1413 * platform/qt/css2.1/t170602-bdr-conflct-w-08-d-expected.txt:
1414 * platform/qt/css2.1/t170602-bdr-conflct-w-09-d-expected.txt:
1415 * platform/qt/css2.1/t170602-bdr-conflct-w-10-d-expected.txt:
1416 * platform/qt/css2.1/t170602-bdr-conflct-w-11-d-expected.txt:
1417 * platform/qt/css2.1/t170602-bdr-conflct-w-12-d-expected.txt:
1418 * platform/qt/css2.1/t170602-bdr-conflct-w-13-d-expected.txt:
1419 * platform/qt/css2.1/t170602-bdr-conflct-w-14-d-expected.txt:
1420 * platform/qt/css2.1/t170602-bdr-conflct-w-15-d-expected.txt:
1421 * platform/qt/css2.1/t170602-bdr-conflct-w-16-d-expected.txt:
1422 * platform/qt/css2.1/t170602-bdr-conflct-w-17-d-expected.txt:
1423 * platform/qt/css2.1/t170602-bdr-conflct-w-18-d-expected.txt:
1424 * platform/qt/css2.1/t170602-bdr-conflct-w-19-d-expected.txt:
1425 * platform/qt/css2.1/t170602-bdr-conflct-w-20-d-expected.txt:
1426 * platform/qt/css2.1/t170602-bdr-conflct-w-21-d-expected.txt:
1427 * platform/qt/css2.1/t170602-bdr-conflct-w-22-d-expected.txt:
1428 * platform/qt/css2.1/t170602-bdr-conflct-w-23-d-expected.txt:
1429 * platform/qt/css2.1/t170602-bdr-conflct-w-24-d-expected.txt:
1430 * platform/qt/css2.1/t170602-bdr-conflct-w-25-d-expected.txt:
1431 * platform/qt/css2.1/t170602-bdr-conflct-w-26-d-expected.txt:
1432 * platform/qt/css2.1/t170602-bdr-conflct-w-27-d-expected.txt:
1433 * platform/qt/css2.1/t170602-bdr-conflct-w-28-d-expected.txt:
1434 * platform/qt/css2.1/t170602-bdr-conflct-w-29-d-expected.txt:
1435 * platform/qt/css2.1/t170602-bdr-conflct-w-30-d-expected.txt:
1436 * platform/qt/css2.1/t170602-bdr-conflct-w-31-d-expected.txt:
1437 * platform/qt/css2.1/t170602-bdr-conflct-w-32-d-expected.txt:
1438 * platform/qt/css2.1/t170602-bdr-conflct-w-33-d-expected.txt:
1439 * platform/qt/css2.1/t170602-bdr-conflct-w-34-d-expected.txt:
1440 * platform/qt/css2.1/t170602-bdr-conflct-w-35-d-expected.txt:
1441 * platform/qt/css2.1/t170602-bdr-conflct-w-36-d-expected.txt:
1442 * platform/qt/css2.1/t170602-bdr-conflct-w-37-d-expected.txt:
1443 * platform/qt/css2.1/t170602-bdr-conflct-w-38-d-expected.txt:
1444 * platform/qt/css2.1/t170602-bdr-conflct-w-39-d-expected.txt:
1445 * platform/qt/css2.1/t170602-bdr-conflct-w-40-d-expected.txt:
1446 * platform/qt/css2.1/t170602-bdr-conflct-w-41-d-expected.txt:
1447 * platform/qt/css2.1/t170602-bdr-conflct-w-42-d-expected.txt:
1448 * platform/qt/css2.1/t170602-bdr-conflct-w-43-d-expected.txt:
1449 * platform/qt/css2.1/t170602-bdr-conflct-w-44-d-expected.txt:
1450 * platform/qt/css2.1/t170602-bdr-conflct-w-45-d-expected.txt:
1451 * platform/qt/css2.1/t170602-bdr-conflct-w-46-d-expected.txt:
1452 * platform/qt/css2.1/t170602-bdr-conflct-w-47-d-expected.txt:
1453 * platform/qt/css2.1/t170602-bdr-conflct-w-48-d-expected.txt:
1454 * platform/qt/css2.1/t170602-bdr-conflct-w-49-d-expected.txt:
1455 * platform/qt/editing/inserting/break-blockquote-after-delete-expected.txt:
1456 * platform/qt/fast/backgrounds/001-expected.txt:
1457 * platform/qt/fast/backgrounds/animated-svg-as-background-expected.txt:
1458 * platform/qt/fast/backgrounds/background-inherit-color-bug-expected.txt:
1459 * platform/qt/fast/backgrounds/background-origin-root-element-expected.txt:
1460 * platform/qt/fast/backgrounds/background-position-1-expected.txt:
1461 * platform/qt/fast/backgrounds/background-position-rounding-expected.txt:
1462 * platform/qt/fast/backgrounds/body-generated-image-propagated-to-root-expected.txt:
1463 * platform/qt/fast/backgrounds/mask-composite-expected.txt:
1464 * platform/qt/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.txt:
1465 * platform/qt/fast/backgrounds/repeat/negative-offset-repeat-expected.txt:
1466 * platform/qt/fast/backgrounds/repeat/noRepeatCorrectClip-expected.txt:
1467 * platform/qt/fast/backgrounds/size/backgroundSize15-expected.txt:
1468 * platform/qt/fast/backgrounds/size/zero-expected.txt:
1469 * platform/qt/fast/backgrounds/solid-color-context-restore-expected.txt:
1470 * platform/qt/fast/backgrounds/svg-as-background-1-expected.txt:
1471 * platform/qt/fast/backgrounds/svg-as-background-2-expected.txt:
1472 * platform/qt/fast/backgrounds/svg-as-background-3-expected.txt:
1473 * platform/qt/fast/backgrounds/svg-as-background-4-expected.txt:
1474 * platform/qt/fast/backgrounds/svg-as-background-5-expected.txt:
1475 * platform/qt/fast/backgrounds/svg-as-background-6-expected.txt:
1476 * platform/qt/fast/block/float/avoidance-percent-width-compat-expected.txt:
1477 * platform/qt/fast/block/float/avoidance-percent-width-strict-expected.txt:
1478 * platform/qt/fast/block/margin-collapse/block-inside-inline/001-expected.txt:
1479 * platform/qt/fast/block/margin-collapse/block-inside-inline/002-expected.txt:
1480 * platform/qt/fast/block/margin-collapse/block-inside-inline/003-expected.txt:
1481 * platform/qt/fast/block/margin-collapse/block-inside-inline/004-expected.txt:
1482 * platform/qt/fast/block/margin-collapse/block-inside-inline/005-expected.txt:
1483 * platform/qt/fast/block/margin-collapse/block-inside-inline/006-expected.txt:
1484 * platform/qt/fast/block/margin-collapse/block-inside-inline/010-expected.txt:
1485 * platform/qt/fast/block/margin-collapse/block-inside-inline/011-expected.txt:
1486 * platform/qt/fast/block/margin-collapse/block-inside-inline/012-expected.txt:
1487 * platform/qt/fast/block/margin-collapse/block-inside-inline/015-expected.txt:
1488 * platform/qt/fast/block/margin-collapse/block-inside-inline/016-expected.txt:
1489 * platform/qt/fast/block/margin-collapse/block-inside-inline/017-expected.txt:
1490 * platform/qt/fast/block/margin-collapse/block-inside-inline/018-expected.txt:
1491 * platform/qt/fast/block/margin-collapse/block-inside-inline/019-expected.txt:
1492 * platform/qt/fast/block/margin-collapse/block-inside-inline/020-expected.txt:
1493 * platform/qt/fast/block/margin-collapse/block-inside-inline/021-expected.txt:
1494 * platform/qt/fast/block/margin-collapse/block-inside-inline/022-expected.txt:
1495 * platform/qt/fast/block/margin-collapse/block-inside-inline/025-expected.txt:
1496 * platform/qt/fast/borders/border-radius-constraints-expected.txt:
1497 * platform/qt/fast/borders/border-radius-split-inline-expected.txt:
1498 * platform/qt/fast/box-shadow/basic-shadows-expected.txt:
1499 * platform/qt/fast/box-shadow/inset-expected.txt:
1500 * platform/qt/fast/box-shadow/transform-fringing-expected.txt:
1501 * platform/qt/fast/canvas/canvas-before-css-expected.txt:
1502 * platform/qt/fast/canvas/canvas-composite-expected.txt:
1503 * platform/qt/fast/canvas/canvas-empty-image-pattern-expected.txt:
1504 * platform/qt/fast/canvas/canvas-transform-identity-expected.txt:
1505 * platform/qt/fast/canvas/canvas-transform-infinity-expected.txt:
1506 * platform/qt/fast/canvas/canvas-transform-multiply-expected.txt:
1507 * platform/qt/fast/canvas/canvas-transform-nan-expected.txt:
1508 * platform/qt/fast/canvas/canvas-transform-non-invertible-expected.txt:
1509 * platform/qt/fast/canvas/canvas-transform-skewed-expected.txt:
1510 * platform/qt/fast/canvas/canvas-transforms-during-path-expected.txt:
1511 * platform/qt/fast/canvas/canvas-zoom-expected.txt:
1512 * platform/qt/fast/canvas/drawImage-expected.txt:
1513 * platform/qt/fast/canvas/drawImage-with-globalAlpha-expected.txt:
1514 * platform/qt/fast/canvas/image-pattern-rotate-expected.txt:
1515 * platform/qt/fast/canvas/shadow-offset-1-expected.txt:
1516 * platform/qt/fast/canvas/shadow-offset-2-expected.txt:
1517 * platform/qt/fast/canvas/shadow-offset-3-expected.txt:
1518 * platform/qt/fast/canvas/shadow-offset-4-expected.txt:
1519 * platform/qt/fast/canvas/shadow-offset-5-expected.txt:
1520 * platform/qt/fast/canvas/shadow-offset-6-expected.txt:
1521 * platform/qt/fast/canvas/shadow-offset-7-expected.txt:
1522 * platform/qt/fast/css/attribute-selector-dynamic-expected.txt:
1523 * platform/qt/fast/css/font-smoothing-expected.txt:
1524 * platform/qt/fast/css/getComputedStyle/marginComputedStyle-expected.txt:
1525 * platform/qt/fast/css/nested-floating-relative-position-percentages-expected.txt:
1526 * platform/qt/fast/css/nth-child-dynamic-expected.txt:
1527 * platform/qt/fast/css/pseudo-cache-stale-expected.txt:
1528 * platform/qt/fast/css/rem-dynamic-scaling-expected.txt:
1529 * platform/qt/fast/css/rem-units-on-root-expected.txt:
1530 * platform/qt/fast/css/text-input-with-webkit-border-radius-expected.txt:
1531 * platform/qt/fast/css/text-rendering-expected.txt:
1532 * platform/qt/fast/doctypes/001-expected.txt:
1533 * platform/qt/fast/doctypes/002-expected.txt:
1534 * platform/qt/fast/doctypes/004-expected.txt:
1535 * platform/qt/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.txt:
1536 * platform/qt/fast/dynamic/anchor-lock-expected.txt:
1537 * platform/qt/fast/dynamic/genContentDestroyChildren-expected.txt:
1538 * platform/qt/fast/dynamic/window-resize-scrollbars-test-expected.txt:
1539 * platform/qt/fast/dynamic/window-scrollbars-test-expected.txt:
1540 * platform/qt/fast/forms/basic-buttons-expected.txt:
1541 * platform/qt/fast/forms/basic-inputs-expected.txt:
1542 * platform/qt/fast/forms/button-style-color-expected.txt:
1543 * platform/qt/fast/forms/isindex-placeholder-expected.txt:
1544 * platform/qt/fast/forms/menulist-style-color-expected.txt:
1545 * platform/qt/fast/forms/search-vertical-alignment-expected.txt:
1546 * platform/qt/fast/forms/text-style-color-expected.txt:
1547 * platform/qt/fast/forms/textarea-placeholder-pseudo-style-expected.txt:
1548 * platform/qt/fast/forms/textarea-placeholder-set-attribute-expected.txt:
1549 * platform/qt/fast/forms/textarea-placeholder-set-value-expected.txt:
1550 * platform/qt/fast/frames/frame-navigation-expected.txt:
1551 * platform/qt/fast/frames/frame-scrolling-attribute-expected.txt:
1552 * platform/qt/fast/frames/frameset-style-recalc-expected.txt:
1553 * platform/qt/fast/frames/iframe-scrolling-attribute-expected.txt:
1554 * platform/qt/fast/frames/viewsource-on-image-file-expected.txt:
1555 * platform/qt/fast/gradients/crash-on-zero-radius-expected.txt:
1556 * platform/qt/fast/history/clicked-link-is-visited-expected.txt:
1557 * platform/qt/fast/images/animated-gif-with-offsets-expected.txt:
1558 * platform/qt/fast/images/image-in-map-expected.txt:
1559 * platform/qt/fast/images/svg-as-background-expected.txt:
1560 * platform/qt/fast/images/svg-width-100p-as-background-expected.txt:
1561 * platform/qt/fast/lists/ol-start-parsing-expected.txt:
1562 * platform/qt/fast/multicol/positioned-with-constrained-height-expected.txt:
1563 * platform/qt/fast/overflow/overflow-with-local-background-attachment-expected.txt:
1564 * platform/qt/fast/overflow/position-fixed-transform-clipping-expected.txt:
1565 * platform/qt/fast/reflections/abs-position-in-reflection-expected.txt:
1566 * platform/qt/fast/reflections/transparent-reflected-sublayers-expected.txt:
1567 * platform/qt/fast/repaint/line-in-scrolled-clipped-block-expected.txt:
1568 * platform/qt/fast/repaint/rel-positioned-inline-with-overflow-expected.txt:
1569 * platform/qt/fast/table/fixed-table-with-percent-inside-percent-table-expected.txt:
1570 * platform/qt/fast/table/fixed-table-with-percent-width-inside-auto-table-expected.txt:
1571 * platform/qt/fast/table/fixed-table-with-percent-width-inside-div-expected.txt:
1572 * platform/qt/fast/table/fixed-table-with-percent-width-inside-extra-large-div-expected.txt:
1573 * platform/qt/fast/table/fixed-table-with-percent-width-inside-fixed-width-table-expected.txt:
1574 * platform/qt/fast/table/fixed-table-with-small-percent-width-expected.txt:
1575 * platform/qt/fast/text/international/hindi-whitespace-expected.txt:
1576 * platform/qt/fast/text/international/khmer-selection-expected.txt:
1577 * platform/qt/fast/text/shadow-translucent-fill-expected.txt:
1578 * platform/qt/fast/text/text-letter-spacing-expected.txt:
1579 * platform/qt/fast/transforms/bounding-rect-zoom-expected.txt:
1580 * platform/qt/fast/xsl/document-function-expected.txt:
1581 * platform/qt/plugins/netscape-dom-access-expected.txt:
1582 * platform/qt/svg/custom/createImageElement2-expected.txt:
1583 * platform/qt/svg/filters/feComposite-expected.txt:
1584 * platform/qt/svg/filters/sourceAlpha-expected.txt:
1585 * platform/qt/tables/mozilla/bugs/adforce_imgis_com-expected.txt:
1586 * platform/qt/tables/mozilla/bugs/bug196870-expected.txt:
1587 * platform/qt/tables/mozilla/bugs/bug56201-expected.txt:
1588 * platform/qt/tables/mozilla/bugs/bug92647-2-expected.txt:
1589 * platform/qt/tables/mozilla/other/slashlogo-expected.txt:
1590 * platform/qt/tables/mozilla_expected_failures/bugs/bug23847-expected.txt:
1592 2009-11-12 Shinichiro Hamaji <hamaji@chromium.org>
1594 Unreviewed test fix by skipping a new test introduced in
1595 https://bugs.webkit.org/show_bug.cgi?id=22249
1597 * platform/gtk/Skipped:
1598 * platform/qt/Skipped:
1599 * platform/win/Skipped:
1601 2009-11-12 Yuta Kitamura <yutak@chromium.org>
1603 Reviewed by Eric Seidel.
1605 Prevent text inside a multi-column block from being split into columns.
1607 If the tentative height of a multi-column block was too small, we need to
1608 expand the block height and try to layout again, in order to prevent text
1609 from being split into different columns.
1611 CSS Multicolumn text is split awkwardly
1612 https://bugs.webkit.org/show_bug.cgi?id=22249
1614 * fast/multicol/single-line.html: Added.
1615 * fast/multicol/single-line-expected.checksum: Added.
1616 * fast/multicol/single-line-expected.png: Added.
1617 * fast/multicol/single-line-expected.txt: Added.
1619 2009-11-11 Kent Tamura <tkent@chromium.org>
1621 Reviewed by Darin Adler.
1623 A test for a bug that RenderFileUploadControl isn't initialized with
1624 multiple files. This test is skipped on ports which have no
1625 eventSender.beginDragWithFiles().
1626 https://bugs.webkit.org/show_bug.cgi?id=31195
1628 * fast/forms/input-file-re-render.html: Added.
1629 * platform/gtk/Skipped:
1630 * platform/mac/fast/forms/input-file-re-render-expected.checksum: Added.
1631 * platform/mac/fast/forms/input-file-re-render-expected.png: Added.
1632 * platform/mac/fast/forms/input-file-re-render-expected.txt: Added.
1633 * platform/qt/Skipped:
1634 * platform/win/Skipped:
1636 2009-11-11 Daniel Bates <dbates@webkit.org>
1638 Reviewed by Eric Seidel.
1640 https://bugs.webkit.org/show_bug.cgi?id=31326
1642 Makes the output for test fast/events/drag-and-drop.html pretty.
1643 Now, it is easier to read for a human to read understand the results.
1645 * fast/events/drag-and-drop-expected.txt: Rebased result.
1646 * fast/events/drag-and-drop.html: Modified to make the output pretty.
1648 2009-11-11 Chris Fleizach <cfleizach@apple.com>
1650 Reviewed by Oliver Hunt.
1652 need to implement aria tree roles
1653 https://bugs.webkit.org/show_bug.cgi?id=31284
1655 * accessibility/aria-readonly-expected.txt:
1656 * accessibility/aria-readonly.html:
1657 * platform/mac/accessibility/aria-multiselectable-expected.txt: Added.
1658 * platform/mac/accessibility/aria-multiselectable.html: Added.
1659 * platform/mac/accessibility/aria-tree-expected.txt: Added.
1660 * platform/mac/accessibility/aria-tree.html: Added.
1661 * platform/mac/accessibility/content-editable-expected.txt:
1662 * platform/mac/accessibility/radio-button-group-members-expected.txt:
1664 2009-11-11 Fumitoshi Ukai <ukai@chromium.org>
1666 Reviewed by Alexey Proskuryakov.
1668 Fix WebSocket frame parser of frame_type with high-order bit set.
1669 https://bugs.webkit.org/show_bug.cgi?id=30668
1671 * websocket/tests/frame-length-longer-than-buffer-expected.txt: Added.
1672 * websocket/tests/frame-length-longer-than-buffer.html: Added.
1673 * websocket/tests/frame-length-longer-than-buffer_wsh.py: Added.
1674 * websocket/tests/frame-length-skip-expected.txt: Added.
1675 * websocket/tests/frame-length-skip.html: Added.
1676 * websocket/tests/frame-length-skip_wsh.py: Added.
1677 * websocket/tests/script-tests/frame-length-longer-than-buffer.js: Added.
1678 * websocket/tests/script-tests/frame-length-skip.js: Added.
1680 2009-11-11 Csaba Osztrogonác <ossy@webkit.org>
1682 Put tests into skiplist added in r50830 and r50839 because
1683 layoutTestController.showWebInspector() is unimplemented now.
1685 * platform/qt/Skipped:
1687 2009-11-11 Dirk Pranke <dpranke@chromium.org>
1689 Reviewed by Dmitry Titov.
1691 Rewrite the test to run on a wider variety of screen configurations
1694 https://bugs.webkit.org/show_bug.cgi?id=31373
1696 * fast/dom/Window/window-screen-properties-expected.txt:
1697 * fast/dom/Window/window-screen-properties.html:
1698 * platform/win/fast/dom/Window/window-screen-properties-expected.txt: Removed.
1700 2009-11-11 Beth Dakin <bdakin@apple.com>
1702 Reviewed by Simon Fraser.
1704 Tests for https://bugs.webkit.org/show_bug.cgi?id=31382
1705 Make -webkit-color-correction work with shadows
1707 * fast/css/color-correction-on-box-shadow.html: Added.
1708 * fast/css/color-correction-on-text-shadow.html: Added.
1709 * platform/mac/fast/css/color-correction-on-box-shadow-expected.checksum: Added.
1710 * platform/mac/fast/css/color-correction-on-box-shadow-expected.png: Added.
1711 * platform/mac/fast/css/color-correction-on-box-shadow-expected.txt: Added.
1712 * platform/mac/fast/css/color-correction-on-text-shadow-expected.checksum: Added.
1713 * platform/mac/fast/css/color-correction-on-text-shadow-expected.png: Added.
1714 * platform/mac/fast/css/color-correction-on-text-shadow-expected.txt: Added.
1716 2009-11-11 Kent Tamura <tkent@chromium.org>
1718 Reviewed by Darin Adler.
1720 Print the file text of a file upload control in DumpRenderTree for ease of tests.
1721 https://bugs.webkit.org/show_bug.cgi?id=31195
1723 * platform/mac-leopard/fast/forms/file-input-disabled-expected.txt:
1724 * platform/mac/fast/forms/box-shadow-override-expected.txt:
1725 * platform/mac/fast/forms/file-input-direction-expected.txt:
1726 * platform/mac/fast/forms/file-input-disabled-expected.txt:
1727 * platform/mac/fast/forms/form-element-geometry-expected.txt:
1728 * platform/mac/fast/forms/hidden-input-file-expected.txt:
1729 * platform/mac/fast/forms/input-appearance-height-expected.txt:
1730 * platform/mac/fast/forms/input-value-expected.txt:
1731 * platform/win/fast/forms/box-shadow-override-expected.txt:
1732 * platform/win/fast/forms/file-input-disabled-expected.txt:
1733 * platform/win/fast/forms/input-appearance-height-expected.txt:
1734 * platform/win/fast/forms/input-value-expected.txt:
1736 2009-11-11 Erik Arvidsson <arv@chromium.org>
1738 Reviewed by Dmitri Titov.
1740 Fix layout test to not call onload on the wrong window after image has
1741 been dropped onto the iframe.
1742 https://bugs.webkit.org/show_bug.cgi?id=30893
1744 * editing/selection/drag-to-contenteditable-iframe.html:
1746 2009-11-11 Brian Weinstein <bweinstein@apple.com>
1748 Reviewed by Beth Dakin.
1750 Unskip the webkit-color-correction tests because the workaround of using
1751 the deviceRGBColorSpace allows the tests to pass on Windows.
1753 * platform/win/Skipped:
1755 2009-11-11 Brian Weinstein <bweinstein@apple.com>
1757 Reviewed by Darin Adler.
1759 Skip the webkit-color-correction tests because they crash on Windows
1760 due to a CoreGraphics bug.
1762 * platform/win/Skipped:
1764 2009-11-11 Eric Z. Ayers <zundel@google.com>
1766 Reviewed by Pavel Feldman.
1768 Timeline tests for records generated for
1769 Layout, Paint, ParseHTML, MarkTimeline, and Style Recalculation
1771 https://bugs.webkit.org/show_bug.cgi?id=31361
1773 * inspector/timeline-layout-expected.txt: Added.
1774 * inspector/timeline-layout.html: Added.
1775 * inspector/timeline-mark-timeline-expected.txt: Added.
1776 * inspector/timeline-mark-timeline.html: Added.
1777 * inspector/timeline-paint-expected.txt: Added.
1778 * inspector/timeline-paint.html: Added.
1779 * inspector/timeline-parse-html-expected.txt: Added.
1780 * inspector/timeline-parse-html.html: Added.
1781 * inspector/timeline-recalculate-styles-expected.txt: Added.
1782 * inspector/timeline-recalculate-styles.html: Added.
1784 2009-11-11 Jessie Berlin <jberlin@webkit.org>
1786 Reviewed by Timothy Hatcher.
1788 Display the correct summary in the web inspector for the padding
1789 shorthand. Also corrects the summaries for the border-color,
1790 border-width, border-style, and margin shorthands.
1792 https://bugs.webkit.org/show_bug.cgi?id=7987
1794 * fast/css/shorthands-four-values-expected.txt: Added.
1795 * fast/css/shorthands-four-values.html: Added.
1797 2009-11-11 Eric Z. Ayers <zundel@google.com>
1799 Reviewed by Pavel Feldman.
1801 Added a test of an externally loaded script tag for Inspector
1803 Fixed identity comparisons.
1805 https://bugs.webkit.org/show_bug.cgi?id=31365
1807 * inspector/timeline-script-tag-1.html:
1808 * inspector/timeline-script-tag-2-expected.txt: Added.
1809 * inspector/timeline-script-tag-2.html: Added.
1810 * inspector/timeline-script-tag-2.js: Added.
1811 * inspector/timeline-test.js:
1813 (timelineAgentTypeToString):
1815 2009-11-11 Antonio Gomes <tonikitoo@webkit.org>
1817 Rubber-stamped by Kenneth Christiansen.
1819 Grouping some of the current skipped plugin tests that fail
1820 due to the same reason: no support for objective-c functions.
1822 * platform/qt/Skipped:
1824 2009-11-11 Daniel Bates <dbates@webkit.org>
1826 Reviewed by Eric Seidel.
1828 https://bugs.webkit.org/show_bug.cgi?id=31334
1830 We should skip the test case /fast/events/drag-and-drop-fire-drag-dragover.html
1831 on both the Qt and GTK builds since there are issues with drag-and-drop support
1834 For Qt: https://bugs.webkit.org/show_bug.cgi?id=31332
1835 For GTK: https://bugs.webkit.org/show_bug.cgi?id=30576
1837 * platform/gtk/Skipped: Skip test case /fast/events/drag-and-drop-fire-drag-dragover.html
1838 since there are issues with drag-and-drop support in both GTK and Qt.
1839 * platform/qt/Skipped: Ditto.
1841 2009-11-11 Yuta Kitamura <yutak@chromium.org>
1843 Reviewed by Eric Seidel.
1845 Convert LayoutTests/fast/inline/dirtyLinesForInline.html into dumpAsText.
1847 This test checks if the browser crashes after some operations. It doesn't test
1848 any other interesting features, so we can safely make it a dumpAsText test.
1850 https://bugs.webkit.org/show_bug.cgi?id=31335
1852 * fast/inline/dirtyLinesForInline-expected.txt: Added.
1853 * fast/inline/dirtyLinesForInline.html: Added dumpAsText().
1854 * platform/mac/fast/inline/dirtyLinesForInline-expected.checksum: Removed.
1855 * platform/mac/fast/inline/dirtyLinesForInline-expected.png: Removed.
1856 * platform/mac/fast/inline/dirtyLinesForInline-expected.txt: Removed.
1858 2009-11-11 Eric Z. Ayers <zundel@google.com>
1860 Reviewed by Timothy Hatcher.
1862 Adds a test that dumps the timeline data for a simple script tag.
1864 https://bugs.webkit.org/show_bug.cgi?id=31204
1866 * inspector/inspector-test.js:
1868 * inspector/timeline-script-tag-1-expected.txt: Added.
1869 * inspector/timeline-script-tag-1.html: Added.
1870 * inspector/timeline-test.js: Added.
1871 (retrieveTimelineData):
1873 (dumpTimelineRecords):
1874 (printTimelineRecordProperties):
1875 (isNonDeterministicProp):
1877 (isTimelineOverheadRecord):
1878 (markTimelineRecordAsOverhead):
1879 (timelineAgentTypeToString):
1880 (frontend_startTimelineProfiler.window.WebInspector.addRecordToTimeline):
1881 (frontend_startTimelineProfiler):
1882 (frontend_getTimelineResults):
1885 2009-11-11 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1887 Unreviewed. Skipping new tests.
1889 * platform/gtk/Skipped:
1891 2009-11-11 Yuzo Fujishima <yuzo@google.com>
1893 Reviewed by David Levin.
1895 Add a test for web socket handshake error.
1897 https://bugs.webkit.org/show_bug.cgi?id=31336
1899 * websocket/tests/handshake-error-expected.txt: Added.
1900 * websocket/tests/handshake-error.html: Added.
1901 * websocket/tests/handshake-error_wsh.py: Added.
1902 * websocket/tests/script-tests/handshake-error.js: Added.
1909 2009-11-11 Yuzo Fujishima <yuzo@google.com>
1911 Reviewed by David Levin.
1913 Add a simple web socket test. This tests basic features of Web Socket.
1914 This also serves as an example of Web Socket tests.
1916 https://bugs.webkit.org/show_bug.cgi?id=27492
1918 * platform/gtk/Skipped:
1919 * platform/mac/Skipped:
1920 * platform/qt/Skipped:
1921 * platform/win/Skipped:
1922 * websocket/tests/resources/simple.js: Added.
1927 * websocket/tests/simple-expected.txt: Added.
1928 * websocket/tests/simple.html: Added.
1929 * websocket/tests/simple_wsh.py: Added.
1931 2009-11-11 Philippe Normand <pnormand@igalia.com>
1933 Reviewed by Xan Lopez.
1935 https://bugs.webkit.org/show_bug.cgi?id=30221
1936 [GTK] fails to load media embedded in iframe element
1938 * platform/gtk/Skipped: Unskip fixed tests.
1940 2009-11-10 Roland Steiner <rolandsteiner@chromium.org>
1942 Reviewed by Eric Seidel.
1944 Re-baselined layout test results for Windows for tests in fast/ruby.
1945 (see https://bugs.webkit.org/show_bug.cgi?id=28420)
1947 * platform/win/fast/ruby: Added.
1948 * platform/win/fast/ruby/ruby-empty-rt-expected.checksum: Added.
1949 * platform/win/fast/ruby/ruby-empty-rt-expected.png: Added.
1950 * platform/win/fast/ruby/ruby-empty-rt-expected.txt: Added.
1951 * platform/win/fast/ruby/ruby-length-expected.checksum: Added.
1952 * platform/win/fast/ruby/ruby-length-expected.png: Added.
1953 * platform/win/fast/ruby/ruby-length-expected.txt: Added.
1954 * platform/win/fast/ruby/ruby-run-break-expected.checksum: Added.
1955 * platform/win/fast/ruby/ruby-run-break-expected.png: Added.
1956 * platform/win/fast/ruby/ruby-run-break-expected.txt: Added.
1957 * platform/win/fast/ruby/ruby-runs-expected.checksum: Added.
1958 * platform/win/fast/ruby/ruby-runs-expected.png: Added.
1959 * platform/win/fast/ruby/ruby-runs-expected.txt: Added.
1960 * platform/win/fast/ruby/ruby-runs-spans-expected.checksum: Added.
1961 * platform/win/fast/ruby/ruby-runs-spans-expected.png: Added.
1962 * platform/win/fast/ruby/ruby-runs-spans-expected.txt: Added.
1963 * platform/win/fast/ruby/ruby-simple-expected.checksum: Added.
1964 * platform/win/fast/ruby/ruby-simple-expected.png: Added.
1965 * platform/win/fast/ruby/ruby-simple-expected.txt: Added.
1966 * platform/win/fast/ruby/ruby-simple-rp-expected.checksum: Added.
1967 * platform/win/fast/ruby/ruby-simple-rp-expected.png: Added.
1968 * platform/win/fast/ruby/ruby-simple-rp-expected.txt: Added.
1969 * platform/win/fast/ruby/ruby-trailing-expected.checksum: Added.
1970 * platform/win/fast/ruby/ruby-trailing-expected.png: Added.
1971 * platform/win/fast/ruby/ruby-trailing-expected.txt: Added.
1972 * platform/win/fast/ruby/rubyDOM-insert-rt-expected.checksum: Added.
1973 * platform/win/fast/ruby/rubyDOM-insert-rt-expected.png: Added.
1974 * platform/win/fast/ruby/rubyDOM-insert-rt-expected.txt: Added.
1975 * platform/win/fast/ruby/rubyDOM-insert-text1-expected.checksum: Added.
1976 * platform/win/fast/ruby/rubyDOM-insert-text1-expected.png: Added.
1977 * platform/win/fast/ruby/rubyDOM-insert-text1-expected.txt: Added.
1978 * platform/win/fast/ruby/rubyDOM-insert-text2-expected.checksum: Added.
1979 * platform/win/fast/ruby/rubyDOM-insert-text2-expected.png: Added.
1980 * platform/win/fast/ruby/rubyDOM-insert-text2-expected.txt: Added.
1981 * platform/win/fast/ruby/rubyDOM-insert-text3-expected.checksum: Added.
1982 * platform/win/fast/ruby/rubyDOM-insert-text3-expected.png: Added.
1983 * platform/win/fast/ruby/rubyDOM-insert-text3-expected.txt: Added.
1984 * platform/win/fast/ruby/rubyDOM-remove-rt1-expected.checksum: Added.
1985 * platform/win/fast/ruby/rubyDOM-remove-rt1-expected.png: Added.
1986 * platform/win/fast/ruby/rubyDOM-remove-rt1-expected.txt: Added.
1987 * platform/win/fast/ruby/rubyDOM-remove-rt2-expected.checksum: Added.
1988 * platform/win/fast/ruby/rubyDOM-remove-rt2-expected.png: Added.
1989 * platform/win/fast/ruby/rubyDOM-remove-rt2-expected.txt: Added.
1990 * platform/win/fast/ruby/rubyDOM-remove-text1-expected.checksum: Added.
1991 * platform/win/fast/ruby/rubyDOM-remove-text1-expected.png: Added.
1992 * platform/win/fast/ruby/rubyDOM-remove-text1-expected.txt: Added.
1993 * platform/win/fast/ruby/rubyDOM-remove-text2-expected.checksum: Added.
1994 * platform/win/fast/ruby/rubyDOM-remove-text2-expected.png: Added.
1995 * platform/win/fast/ruby/rubyDOM-remove-text2-expected.txt: Added.
1997 2009-11-10 Daniel Bates <dbates@webkit.org>
1999 Reviewed by Oliver Hunt.
2001 https://bugs.webkit.org/show_bug.cgi?id=30754
2003 Tests that the drag event always fires before the dragover event.
2005 Also, re-bases the result for test fast/events/drag-in-frames.html, since
2006 we now conform to the HTML 5 spec.
2008 * fast/events/drag-and-drop-fire-drag-dragover-expected.txt: Added.
2009 * fast/events/drag-and-drop-fire-drag-dragover.html: Added.
2010 * fast/events/drag-in-frames-expected.txt: Rebased result.
2012 2009-11-10 Vitaly Repeshko <vitalyr@chromium.org>
2014 Reviewed by Dimitri Glazkov.
2016 [V8] Fix crash in V8CustomXPathNSResolver (http://crbug.com/26726).
2017 https://bugs.webkit.org/show_bug.cgi?id=31301
2019 * fast/xpath/xpath-detached-iframe-resolver-crash-expected.txt: Added.
2020 * fast/xpath/xpath-detached-iframe-resolver-crash.html: Added.
2022 2009-11-10 Yael Aharon <yael.aharon@nokia.com>
2024 Reviewed by Timothy Hatcher.
2026 Implement URL decomposition IDL attributes for HTMLAnchorElement.
2027 https://bugs.webkit.org/show_bug.cgi?id=29972
2029 Testcases for setting and getting different parts of the URL.
2031 * fast/dom/HTMLAnchorElement: Added.
2032 * fast/dom/HTMLAnchorElement/script-tests: Added.
2033 * fast/dom/HTMLAnchorElement/script-tests/TEMPLATE.html: Added.
2034 * fast/dom/HTMLAnchorElement/script-tests/set-href-attribute-hash.js: Added.
2035 * fast/dom/HTMLAnchorElement/script-tests/set-href-attribute-host.js: Added.
2036 * fast/dom/HTMLAnchorElement/script-tests/set-href-attribute-hostname.js: Added.
2037 * fast/dom/HTMLAnchorElement/script-tests/set-href-attribute-pathname.js: Added.
2038 * fast/dom/HTMLAnchorElement/script-tests/set-href-attribute-port.js: Added.
2039 * fast/dom/HTMLAnchorElement/script-tests/set-href-attribute-protocol.js: Added.
2040 * fast/dom/HTMLAnchorElement/script-tests/set-href-attribute-search.js: Added.
2041 * fast/dom/HTMLAnchorElement/set-href-attribute-hash-expected.txt: Added.
2042 * fast/dom/HTMLAnchorElement/set-href-attribute-hash.html: Added.
2043 * fast/dom/HTMLAnchorElement/set-href-attribute-host-expected.txt: Added.
2044 * fast/dom/HTMLAnchorElement/set-href-attribute-host.html: Added.
2045 * fast/dom/HTMLAnchorElement/set-href-attribute-hostname-expected.txt: Added.
2046 * fast/dom/HTMLAnchorElement/set-href-attribute-hostname.html: Added.
2047 * fast/dom/HTMLAnchorElement/set-href-attribute-pathname-expected.txt: Added.
2048 * fast/dom/HTMLAnchorElement/set-href-attribute-pathname.html: Added.
2049 * fast/dom/HTMLAnchorElement/set-href-attribute-port-expected.txt: Added.
2050 * fast/dom/HTMLAnchorElement/set-href-attribute-port.html: Added.
2051 * fast/dom/HTMLAnchorElement/set-href-attribute-protocol-expected.txt: Added.
2052 * fast/dom/HTMLAnchorElement/set-href-attribute-protocol.html: Added.
2053 * fast/dom/HTMLAnchorElement/set-href-attribute-search-expected.txt: Added.
2054 * fast/dom/HTMLAnchorElement/set-href-attribute-search.html: Added.
2056 2009-11-10 Brian Weinstein <bweinstein@apple.com>
2058 Update getComputedStyle results for Windows to add -webkit-color-correction.
2060 * platform/win/fast/css/getComputedStyle/computed-style-expected.txt:
2061 * platform/win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
2063 2009-11-10 Brady Eidson <beidson@apple.com>
2065 Reviewed by NOBODY (Fix my own layout-test snafu)
2067 Made a small change to my test then didn't update the results before landing.
2069 * http/tests/webarchive/cross-origin-stylesheet-crash-expected.webarchive:
2071 2009-11-10 Brady Eidson <beidson@apple.com>
2073 Reviewed by Sam Weinig.
2075 Repro crash saving pcmag.com article as a webarchive.
2076 <rdar://problem/7381219> and https://webkit.org/b/31322
2078 * http/tests/webarchive/cross-origin-stylesheet-crash.html: Added.
2079 * http/tests/webarchive/cross-origin-stylesheet-crash-expected.webarchive: Added.
2080 * http/tests/webarchive/resources/localhost-stylesheet.css: Added.
2081 * platform/gtk/Skipped: Add this test to the gtk Skipped list which tracks all individual skipped tests
2082 instead of directories.
2084 2009-11-10 Brian Weinstein <bweinstein@apple.com>
2086 Rubber-stamped by Anders Carlsson.
2088 Add timing out test to Windows Skipped list.
2090 * platform/win/Skipped:
2092 2009-11-10 Csaba Osztrogonác <ossy@webkit.org>
2094 Put test into skiplist added in r50758 because
2095 layoutTestController.showWebInspector() is unimplemented now.
2097 * platform/qt/Skipped: inspector/timeline-enum-stability.html added.
2099 2009-11-10 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
2101 Unreviewed. Skip another test that requires implementing editing
2104 * platform/gtk/Skipped:
2106 2009-11-10 Beth Dakin <bdakin@apple.com>
2108 Reviewed by Darin Adler.
2110 Tests for <rdar://problem/7059710>
2112 https://bugs.webkit.org/show_bug.cgi?id=31196 Implement -webkit-
2113 color-correction for CSS colors
2116 * fast/css/color-correction-backgrounds-and-text.html: Added.
2117 * fast/css/color-correction-on-backgrounds.html: Added.
2118 * fast/css/color-correction-on-text.html: Added.
2119 * fast/css/color-correction.html: Added.
2120 * fast/css/parsing-color-correction-expected.txt: Added.
2121 * fast/css/parsing-color-correction.html: Added.
2122 * fast/css/resources/parsing-color-correction.js: Added.
2124 * fast/css/resources/purple-srgb.png: Added.
2125 * platform/mac/fast/css/color-correction-backgrounds-and-text-expected.checksum: Added.
2126 * platform/mac/fast/css/color-correction-backgrounds-and-text-expected.png: Added.
2127 * platform/mac/fast/css/color-correction-backgrounds-and-text-expected.txt: Added.
2128 * platform/mac/fast/css/color-correction-expected.checksum: Added.
2129 * platform/mac/fast/css/color-correction-expected.png: Added.
2130 * platform/mac/fast/css/color-correction-expected.txt: Added.
2131 * platform/mac/fast/css/color-correction-on-backgrounds-expected.checksum: Added.
2132 * platform/mac/fast/css/color-correction-on-backgrounds-expected.png: Added.
2133 * platform/mac/fast/css/color-correction-on-backgrounds-expected.txt: Added.
2134 * platform/mac/fast/css/color-correction-on-text-expected.checksum: Added.
2135 * platform/mac/fast/css/color-correction-on-text-expected.png: Added.
2136 * platform/mac/fast/css/color-correction-on-text-expected.txt: Added.
2138 New and improved results.
2139 * platform/mac/fast/css/getComputedStyle/computed-style-expected.txt:
2140 * platform/mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
2141 * svg/css/getComputedStyle-basic-expected.txt:
2143 2009-11-10 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
2145 Unreviewed. Skip new tests.
2147 * platform/gtk/Skipped:
2149 2009-11-10 Eric Z. Ayers <zundel@google.com>
2151 Reviewed by Timothy Hatcher.
2153 Adds a test to flag changes to values of the WebInspector Timeline record types.
2154 Downstream apps depend on these mappings remaining stable.
2156 https://bugs.webkit.org/show_bug.cgi?id=31303
2158 * inspector/timeline-enum-stability-expected.txt: Added.
2159 * inspector/timeline-enum-stability.html: Added.
2161 2009-11-10 Andras Becsi <becsi.andras@stud.u-szeged.hu>
2163 Reviewed by Kenneth Rohde Christiansen.
2165 [Qt] Update outdated metrics in these tests after r50665 enabled the previously missing scrollbar.
2166 This fixes https://bugs.webkit.org/show_bug.cgi?id=31281.
2168 * platform/qt/css1/basic/class_as_selector-expected.txt:
2169 * platform/qt/css1/basic/comments-expected.txt:
2170 * platform/qt/css1/basic/containment-expected.txt:
2171 * platform/qt/css1/basic/id_as_selector-expected.txt:
2172 * platform/qt/css1/basic/inheritance-expected.txt:
2173 * platform/qt/css1/box_properties/border-expected.txt:
2174 * platform/qt/css1/box_properties/border_bottom-expected.txt:
2175 * platform/qt/css1/box_properties/border_bottom_width-expected.txt:
2176 * platform/qt/css1/box_properties/border_left-expected.txt:
2177 * platform/qt/css1/box_properties/border_left_width-expected.txt:
2178 * platform/qt/css1/box_properties/border_right_inline-expected.txt:
2179 * platform/qt/css1/box_properties/border_right_width-expected.txt:
2180 * platform/qt/css1/box_properties/border_style-expected.txt:
2181 * platform/qt/css1/box_properties/border_top-expected.txt:
2182 * platform/qt/css1/box_properties/border_top_width-expected.txt:
2183 * platform/qt/css1/box_properties/border_width-expected.txt:
2184 * platform/qt/css1/box_properties/clear-expected.txt:
2185 * platform/qt/css1/box_properties/clear_float-expected.txt:
2186 * platform/qt/css1/box_properties/float_elements_in_series-expected.txt:
2187 * platform/qt/css1/box_properties/float_margin-expected.txt:
2188 * platform/qt/css1/box_properties/float_on_text_elements-expected.txt:
2189 * platform/qt/css1/box_properties/height-expected.txt:
2190 * platform/qt/css1/box_properties/margin-expected.txt:
2191 * platform/qt/css1/box_properties/margin_bottom-expected.txt:
2192 * platform/qt/css1/box_properties/margin_inline-expected.txt:
2193 * platform/qt/css1/box_properties/margin_left-expected.txt:
2194 * platform/qt/css1/box_properties/margin_right-expected.txt:
2195 * platform/qt/css1/box_properties/margin_top-expected.txt:
2196 * platform/qt/css1/box_properties/padding-expected.txt:
2197 * platform/qt/css1/box_properties/padding_bottom-expected.txt:
2198 * platform/qt/css1/box_properties/padding_inline-expected.txt:
2199 * platform/qt/css1/box_properties/padding_left-expected.txt:
2200 * platform/qt/css1/box_properties/padding_right-expected.txt:
2201 * platform/qt/css1/box_properties/padding_top-expected.txt:
2202 * platform/qt/css1/box_properties/width-expected.txt:
2203 * platform/qt/css1/cascade/cascade_order-expected.txt:
2204 * platform/qt/css1/cascade/important-expected.txt:
2205 * platform/qt/css1/classification/display-expected.txt:
2206 * platform/qt/css1/classification/list_style_type-expected.txt:
2207 * platform/qt/css1/classification/white_space-expected.txt:
2208 * platform/qt/css1/color_and_background/background-expected.txt:
2209 * platform/qt/css1/color_and_background/background_attachment-expected.txt:
2210 * platform/qt/css1/color_and_background/background_color-expected.txt:
2211 * platform/qt/css1/color_and_background/background_image-expected.txt:
2212 * platform/qt/css1/color_and_background/background_position-expected.txt:
2213 * platform/qt/css1/color_and_background/background_repeat-expected.txt:
2214 * platform/qt/css1/conformance/forward_compatible_parsing-expected.txt:
2215 * platform/qt/css1/font_properties/font-expected.txt:
2216 * platform/qt/css1/font_properties/font_family-expected.txt:
2217 * platform/qt/css1/font_properties/font_size-expected.txt:
2218 * platform/qt/css1/font_properties/font_weight-expected.txt:
2219 * platform/qt/css1/formatting_model/floating_elements-expected.txt:
2220 * platform/qt/css1/formatting_model/height_of_lines-expected.txt:
2221 * platform/qt/css1/formatting_model/horizontal_formatting-expected.txt:
2222 * platform/qt/css1/formatting_model/inline_elements-expected.txt:
2223 * platform/qt/css1/formatting_model/replaced_elements-expected.txt:
2224 * platform/qt/css1/formatting_model/vertical_formatting-expected.txt:
2225 * platform/qt/css1/pseudo/anchor-expected.txt:
2226 * platform/qt/css1/pseudo/firstletter-expected.txt:
2227 * platform/qt/css1/pseudo/firstline-expected.txt:
2228 * platform/qt/css1/pseudo/multiple_pseudo_elements-expected.txt:
2229 * platform/qt/css1/pseudo/pseudo_elements_in_selectors-expected.txt:
2230 * platform/qt/css1/text_properties/letter_spacing-expected.txt:
2231 * platform/qt/css1/text_properties/line_height-expected.txt:
2232 * platform/qt/css1/text_properties/text_decoration-expected.txt:
2233 * platform/qt/css1/text_properties/text_indent-expected.txt:
2234 * platform/qt/css1/text_properties/text_transform-expected.txt:
2235 * platform/qt/css1/text_properties/vertical_align-expected.txt:
2236 * platform/qt/css1/text_properties/word_spacing-expected.txt:
2237 * platform/qt/css1/units/color_units-expected.txt:
2238 * platform/qt/css1/units/length_units-expected.txt:
2239 * platform/qt/css1/units/percentage_units-expected.txt:
2240 * platform/qt/css2.1/t0402-c71-fwd-parsing-02-f-expected.txt:
2241 * platform/qt/css2.1/t1202-counter-09-b-expected.txt:
2242 * platform/qt/css2.1/t1202-counters-08-b-expected.txt:
2243 * platform/qt/css2.1/t1202-counters-09-b-expected.txt:
2244 * platform/qt/css2.1/t140201-c535-bg-fixd-00-b-g-expected.txt:
2245 * platform/qt/css2.1/t1508-c527-font-07-b-expected.txt:
2246 * platform/qt/fast/backgrounds/background-inherit-color-bug-expected.txt:
2247 * platform/qt/fast/backgrounds/size/backgroundSize15-expected.txt:
2248 * platform/qt/fast/block/float/008-expected.txt:
2249 * platform/qt/fast/block/float/019-expected.txt:
2250 * platform/qt/fast/block/float/033-expected.txt:
2251 * platform/qt/fast/block/float/035-expected.txt:
2252 * platform/qt/fast/block/float/avoidance-percent-width-strict-expected.txt:
2253 * platform/qt/fast/box-shadow/basic-shadows-expected.txt:
2254 * platform/qt/fast/canvas/canvas-bg-expected.txt:
2255 * platform/qt/fast/css/nested-floating-relative-position-percentages-expected.txt:
2256 * platform/qt/fast/css/nth-child-dynamic-expected.txt:
2257 * platform/qt/fast/css/text-rendering-expected.txt:
2258 * platform/qt/fast/dynamic/anchor-lock-expected.txt:
2259 * platform/qt/fast/flexbox/flex-hang-expected.txt:
2260 * platform/qt/fast/forms/search-vertical-alignment-expected.txt:
2261 * platform/qt/fast/frames/iframe-scrolling-attribute-expected.txt:
2262 * platform/qt/fast/lists/ol-start-parsing-expected.txt:
2263 * platform/qt/fast/multicol/positioned-with-constrained-height-expected.txt:
2264 * platform/qt/fast/overflow/position-fixed-transform-clipping-expected.txt:
2265 * platform/qt/fast/table/height-percent-test-expected.txt:
2266 * platform/qt/fast/table/wide-colspan-expected.txt:
2267 * platform/qt/fast/table/wide-column-expected.txt:
2268 * platform/qt/fast/text/text-letter-spacing-expected.txt:
2269 * platform/qt/svg/css/stars-with-shadow-expected.txt:
2270 * platform/qt/tables/mozilla/bugs/bug29314-expected.txt:
2272 2009-11-10 Philippe Normand <pnormand@igalia.com>
2274 Reviewed by Eric Seidel.
2276 https://bugs.webkit.org/show_bug.cgi?id=31047
2277 [GTK] Failing test media/video-played-ranges-1.html
2279 * platform/gtk/Skipped: Unskip fixed tests.
2281 2009-11-10 Oliver Hunt <oliver@apple.com>
2283 Reviewed by Maciej Stachowiak.
2285 Rename 3D Canvas related classes to use WebGL prefix
2286 https://bugs.webkit.org/show_bug.cgi?id=29095
2288 Update tests to use new WebGL prefixed names
2290 * fast/canvas/webgl/array-unit-tests-expected.txt:
2291 * fast/canvas/webgl/array-unit-tests.html:
2292 * fast/canvas/webgl/gl-get-calls.html:
2293 * fast/canvas/webgl/resources/utils3d.js:
2297 * fast/canvas/webgl/triangle.html:
2298 * fast/dom/Window/window-properties.html:
2299 * fast/dom/script-tests/constructed-objects-prototypes.js:
2300 (constructorPropertiesOnWindow):
2301 * fast/dom/script-tests/prototype-inheritance-2.js:
2302 (constructorNamesForWindow):
2303 * fast/dom/script-tests/prototype-inheritance.js:
2304 * fast/js/script-tests/global-constructors.js:
2306 2009-11-09 Dirk Schulze <krit@webkit.org>
2308 Reviewed by Oliver Hunt.
2310 Test for SVG filter effect feDisplacementMap.
2312 * platform/mac/svg/filters/feDisplacementMap-expected.checksum: Added.
2313 * platform/mac/svg/filters/feDisplacementMap-expected.png: Added.
2314 * platform/mac/svg/filters/feDisplacementMap-expected.txt: Added.
2315 * svg/filters/feDisplacementMap.svg: Added.
2317 2009-11-03 Shinichiro Hamaji <hamaji@chromium.org>
2319 Reviewed by Eric Seidel.
2321 wrong expected images after Bug 8736
2322 https://bugs.webkit.org/show_bug.cgi?id=31094
2324 * platform/mac/fast/borders/border-radius-huge-assert-expected.png:
2325 * platform/mac/fast/box-shadow/border-radius-big-expected.checksum:
2326 * platform/mac/fast/box-shadow/border-radius-big-expected.png:
2328 2009-11-09 Shinichiro Hamaji <hamaji@chromium.org>
2330 Reviewed by Oliver Hunt.
2332 Can cache prototype lookups on uncacheable dictionaries.
2333 https://bugs.webkit.org/show_bug.cgi?id=31198
2335 Fixed wrong expectation file committed.
2337 * fast/js/dictionary-prototype-caching-expected.txt:
2339 2009-11-09 Oliver Hunt <oliver@apple.com>
2341 Reviewed by Gavin Barraclough.
2343 Can cache prototype lookups on uncacheable dictionaries.
2344 https://bugs.webkit.org/show_bug.cgi?id=31198
2346 Add tests for lookup on uncacheable prototype.
2348 * fast/js/dictionary-prototype-caching-expected.txt: Added.
2349 * fast/js/dictionary-prototype-caching.html: Added.
2350 * fast/js/script-tests/dictionary-prototype-caching.js: Added.
2353 2009-11-09 Anders Carlsson <andersca@apple.com>
2355 Reviewed by Darin Adler and Dan Bernstein.
2357 <rdar://problem/7328395>
2358 https://bugs.webkit.org/show_bug.cgi?id=31277
2360 When an object tag's style changes (for example when child nodes are added/removed),
2361 reuse its Frame (if it has one) instead of creating multiple Frames.
2363 * fast/dom/HTMLObjectElement/children-changed-expected.txt: Added.
2364 * fast/dom/HTMLObjectElement/children-changed.html: Added.
2366 2009-11-09 Yael Aharon <yael.aharon@nokia.com>
2368 Reviewed by Kenneth Rohde Christiansen.
2370 [Qt] Allow setting HTTP headers with empty value in XMLHTTPRequest
2371 https://bugs.webkit.org/show_bug.cgi?id=31140
2373 Test that XHR request can set http headers with no value.
2375 * http/tests/xmlhttprequest/xmlhttprequest-setrequestheader-no-value-expected.txt: Added.
2376 * http/tests/xmlhttprequest/xmlhttprequest-setrequestheader-no-value.html: Added.
2378 2009-11-09 Mark Mentovai <mark@chromium.org>
2380 Reviewed by Dan Bernstein.
2382 rdar://problem/7215132, https://bugs.webkit.org/show_bug.cgi?id=29167
2383 REGRESSION (r48064): mint.com loses scrollbars after coming out of
2386 rdar://problem/7314421, https://bugs.webkit.org/show_bug.cgi?id=30517
2387 REGRESSION (r48064): Extra scroll bars in GarageBand Lesson Store.
2389 * fast/overflow/scrollbar-restored-expected.txt: Added.
2390 * fast/overflow/scrollbar-restored.html: Added.
2392 2009-11-09 Keishi Hattori <casey.hattori@gmail.com>
2394 Reviewed by Timothy Hatcher.
2396 Web Inspector: CSS syntax highlighter doesn't recognize negative numbers
2397 https://bugs.webkit.org/show_bug.cgi?id=31257
2399 * inspector/syntax-highlight-css-expected.txt:
2400 * inspector/syntax-highlight-css.html:
2402 2009-11-09 Andras Becsi <becsi.andras@stud.u-szeged.hu>
2404 Rubber-stamped by Holger Hans Peter Freyther.
2406 [Qt] Skip new japanese ruby annotation tests because of missing japanese font support.
2408 * platform/qt/Skipped:
2410 2009-11-09 Csaba Osztrogonác <ossy@webkit.org>
2412 Unreviewed trivial fix.
2414 Removed previously (r50589) deleted test case from skiplists.
2416 * platform/gtk/Skipped: fast/events/drag-and-drop-none.html removed.
2417 * platform/qt/Skipped: fast/events/drag-and-drop-none.html removed.
2419 2009-11-09 Martin Robinson <martin.james.robinson@gmail.com>
2421 Reviewed by Jan Alonzo.
2423 [GTK] Expose Page::tabKeyCyclesThroughElements in the API
2424 https://bugs.webkit.org/show_bug.cgi?id=30482
2426 Unskip fast/events/keypress-insert-tab.html as it now passes.
2428 * platform/gtk/Skipped:
2430 2009-11-05 Jakub Wieczorek <faw217@gmail.com>
2432 Reviewed by Holger Freyther.
2434 [Qt] Add Qt specific result for fast/parser/xml-declaration-missing-ending-mark.html
2435 https://bugs.webkit.org/show_bug.cgi?id=31192
2437 Qt is using the QXmlStreamReader to handle XML and it is generating a different
2438 error string requiring to have a custom result.
2440 Unskip the test as it is passing now.
2442 * platform/qt/Skipped:
2443 * platform/qt/fast/parser/xml-declaration-missing-ending-mark-expected.txt: Added.
2445 2009-11-08 Johnny Ding <johnnyding.webkit@gmail.com>
2447 Reviewed by Dimitri Glazkov.
2449 https://bugs.webkit.org/show_bug.cgi?id=31224
2450 [V8] Return StyleSheet object instead of HTMLStyleElement w/document.styleSheets named property getter.
2452 * fast/dom/StyleSheet/get-stylesheet-byname-expected.txt: Added.
2453 * fast/dom/StyleSheet/get-stylesheet-byname.html: Added.
2454 * fast/dom/StyleSheet/script-tests: Added.
2455 * fast/dom/StyleSheet/script-tests/get-stylesheet-byname.js: Added.
2457 2009-11-08 Daniel Bates <dbates@webkit.org>
2459 Reviewed by Adam Barth.
2461 https://bugs.webkit.org/show_bug.cgi?id=31098
2463 Tests that the XSSAuditor prevents loading plugin-based content that is not
2464 from the same-origin as the enclosing page.
2466 * http/tests/security/xssAuditor/object-src-inject-expected.txt: Added.
2467 * http/tests/security/xssAuditor/object-src-inject.html: Added.
2468 * http/tests/security/xssAuditor/resources/echo-object-src.pl: Added.
2470 2009-11-08 Shu Chang <Chang.Shu@nokia.com>
2472 Reviewed by Holger Freyther.
2474 Update texts in test description after test case change in r50579.
2475 https://bugs.webkit.org/show_bug.cgi?id=31122
2477 * editing/selection/shrink-selection-after-shift-pagedown-expected.txt:
2478 * editing/selection/shrink-selection-after-shift-pagedown.html:
2480 2009-11-08 Dan Bernstein <mitz@apple.com>
2482 Reviewed by Simon Fraser.
2484 <rdar://problem/7363434> Crash inside RenderObject::localToAbsolute
2485 below FrameView::layout
2486 https://bugs.webkit.org/show_bug.cgi?id=31093
2488 * fast/block/positioning/relative-positioned-inline-container-expected.checksum: Added.
2489 * fast/block/positioning/relative-positioned-inline-container-expected.png: Added.
2490 * fast/block/positioning/relative-positioned-inline-container-expected.txt: Added.
2491 * fast/block/positioning/relative-positioned-inline-container.html: Added.
2493 2009-11-07 Dirk Pranke <dpranke@chromium.org>
2495 Reviewed by Darin Adler.
2497 Add in missing expectations.
2499 * platform/mac/fast/forms/input-list-button-size-expected.checksum: Added.
2500 * platform/mac/fast/forms/input-list-button-size-expected.png: Added.
2501 * platform/mac/fast/forms/select-dirty-parent-pref-widths-expected.png: Added.
2502 * platform/mac/fast/text/text-letter-spacing-expected.png: Added.
2504 2009-11-06 Anantanarayanan G Iyengar <ananta@chromium.org>
2506 Reviewed by Adam Barth.
2508 Added layout tests to test document.open and window.open calls issued
2509 by NPAPI plugins without a calling javascript context. The associated
2510 webkit bug is https://bugs.webkit.org/show_bug.cgi?id=31067, which
2513 * plugins/document-open-expected.txt: Added.
2514 * plugins/document-open.html: Added.
2515 * plugins/window-open-expected.txt: Added.
2516 * plugins/window-open.html: Added.
2518 2009-11-06 Steve Block <steveblock@google.com>
2520 Reviewed by Eric Seidel.
2522 Geolocation error code UNKNOWN_ERROR is deprecated.
2523 https://bugs.webkit.org/show_bug.cgi?id=31184
2525 Update test case of the value of the PositionError.UNKNOWN_ERROR constant in error.html.
2526 Also remove redundant test cases of the value of all PositionError constants.
2528 * fast/dom/Geolocation/resources/error.js: Modified. Update test of value of PositionError.UNKNOWN_ERROR constant.
2529 * fast/dom/Geolocation/error-expected.txt: Modified. Expected result for above test.
2530 * fast/dom/Geolocation/resources/permission-denied-already-error.js: Modified. Remove tests of the value of PositionError constants.
2531 * fast/dom/Geolocation/permission-denied-already-error-expected.txt: Modified. Expected result for above test.
2532 * fast/dom/Geolocation/resources/permission-denied-already-success.js: Modified. Remove tests of the value of PositionError constants.
2533 * fast/dom/Geolocation/permission-denied-already-success-expected.txt: Modified. Expected result for above test.
2534 * fast/dom/Geolocation/resources/permission-denied.js: Modified. Remove tests of the value of PositionError constants.
2535 * fast/dom/Geolocation/permission-denied-expected.txt: Modified. Expected result for above test.
2536 * fast/dom/Geolocation/resources/permission-denied-stops-watches.js: Modified. Remove tests of the value of PositionError constants.
2537 * fast/dom/Geolocation/permission-denied-stops-watches-expected.txt: Modified. Expected result for above test.
2538 * fast/dom/Geolocation/resources/reentrant-error.js: Modified. Remove tests of the value of PositionError constants.
2539 * fast/dom/Geolocation/reentrant-error-expected.txt: Modified. Expected result for above test.
2540 * fast/dom/Geolocation/resources/timeout-zero.js: Modified. Remove tests of the value of PositionError constants.
2541 * fast/dom/Geolocation/timeout-zero-expected.txt: Modified. Expected result for above test.
2542 * fast/dom/Geolocation/resources/watch.js: Modified. Remove tests of the value of PositionError constants.
2543 * fast/dom/Geolocation/watch-expected.txt: Modified. Expected result for above test.
2545 2009-11-04 Shinichiro Hamaji <hamaji@chromium.org>
2547 Reviewed by Darin Adler.
2549 css2.1/t040304-c64-uri-00-a-g.html is failing
2550 https://bugs.webkit.org/show_bug.cgi?id=23271
2552 This test isn't failing now because this test was fixed in
2553 http://trac.webkit.org/changeset/47884
2555 * platform/mac/css2.1/t040304-c64-uri-00-a-g-expected.checksum:
2556 * platform/mac/css2.1/t040304-c64-uri-00-a-g-expected.png:
2558 2009-11-05 Daniel Bates <dbates@webkit.org>
2560 Reviewed by Eric Seidel.
2562 https://bugs.webkit.org/show_bug.cgi?id=31193
2564 Removed obsolete test case which was included in the patch for bug #30107.
2565 This test case is already covered by the test case fast/events/drag-and-drop.html,
2566 which was included in the patch for bug #24731.
2568 * fast/events/drag-and-drop-none-expected.txt: Removed.
2569 * fast/events/drag-and-drop-none.html: Removed.
2570 * platform/win/Skipped: Removed entry for drag-and-drop-none.html.
2572 2009-11-05 Adam Barth <abarth@webkit.org>
2574 Reviewed by Sam Weinig.
2576 Cross-domain access to stylesheet text should not be allowed
2577 https://bugs.webkit.org/show_bug.cgi?id=20527
2579 Test that a script cannot read cross-origin cssRules.
2581 * http/tests/security/cannot-read-cssrules-expected.txt: Added.
2582 * http/tests/security/cannot-read-cssrules-redirect-expected.txt: Added.
2583 * http/tests/security/cannot-read-cssrules-redirect.html: Added.
2584 * http/tests/security/cannot-read-cssrules.html: Added.
2586 2009-11-05 Alice Liu <alice.liu@apple.com>
2588 Adding a resource that seems to be missing. Without it, several tests in
2589 fast/dom/beforeload aren't really testing if the default event handling is
2590 prevented, but instead are only testing if the beforeload event fires.
2592 Rubber-stamped by Gavin Barraclough.
2594 * fast/dom/beforeload/resources/fail.js: Added.
2596 2009-11-05 Pavel Feldman <pfeldman@chromium.org>
2598 Reviewed by Timothy Hatcher.
2600 Web Inspector: beautify layout tests.
2602 https://bugs.webkit.org/show_bug.cgi?id=31189
2604 * inspector/console-dir-expected.txt:
2605 * inspector/console-dir.html:
2606 * inspector/console-dirxml-expected.txt:
2607 * inspector/console-dirxml.html:
2608 * inspector/console-format-collections-expected.txt:
2609 * inspector/console-format-collections.html:
2610 * inspector/console-format-expected.txt:
2611 * inspector/console-format.html:
2612 * inspector/console-tests-expected.txt:
2613 * inspector/console-tests.html:
2614 * inspector/console-tests.js: Added.
2615 (dumpConsoleMessages.callback):
2616 (dumpConsoleMessages):
2617 (dumpConsoleMessagesWithClasses.callback):
2618 (dumpConsoleMessagesWithClasses):
2619 (frontendScript_dumpConsoleMessages):
2620 * inspector/css-syntax-highlight.html: Removed.
2621 * inspector/elements-panel-structure-expected.txt:
2622 * inspector/elements-panel-structure.html:
2623 * inspector/elements-tests.js: Added.
2624 (frontendScript_expandDOMSubtree.processChildren):
2625 (frontendScript_expandDOMSubtree):
2626 * inspector/evaluate-in-frontend.html:
2627 * inspector/evaluate-in-frontend.js: Removed.
2628 * inspector/inspector-test.js: Added.
2630 (evaluateInWebInspector):
2633 (window.didEvaluateForTestInFrontend):
2634 * inspector/javascript-syntax-highlight.html: Removed.
2635 * inspector/styles-iframe.html:
2636 * inspector/syntax-highlight-css-expected.txt: Renamed from LayoutTests/inspector/css-syntax-highlight-expected.txt.
2637 * inspector/syntax-highlight-css.html: Added.
2638 * inspector/syntax-highlight-javascript-expected.txt: Renamed from LayoutTests/inspector/javascript-syntax-highlight-expected.txt.
2639 * inspector/syntax-highlight-javascript.html: Added.
2640 * inspector/syntax-highlight.js: Added.
2643 (frontendScript_dumpSyntaxHighlight):
2644 * inspector/timeline-trivial.html:
2645 * platform/qt/Skipped:
2647 2009-11-05 Shu Chang <Chang.Shu@nokia.com>
2649 Reviewed by Adele Peterson.
2651 The number of selected lines in textarea after a shift-PageDown
2652 may differ. The test case is modified so that it will not depend
2653 on the exact number of lines selected. This should resolve regression
2654 on platforms like Qt and GTK.
2655 https://bugs.webkit.org/show_bug.cgi?id=31122
2657 * editing/selection/shrink-selection-after-shift-pagedown.html:
2659 2009-11-05 Pavel Feldman <pfeldman@chromium.org>
2661 Not reviewed: empty line in expectations build fix.
2663 * fast/events/event-listener-map-rehash-crash-expected.txt:
2665 i2009-11-05 Pavel Feldman <pfeldman@chromium.org>
2667 Reviewed by Timothy Hatcher.
2669 REGRESSION: Web Inspector doesn't show CSS rules properly for iframes
2671 https://bugs.webkit.org/show_bug.cgi?id=30884
2673 * inspector/console-dir.html:
2674 * inspector/console-dirxml.html:
2675 * inspector/console-format-collections-expected.txt:
2676 * inspector/console-format-collections.html:
2677 * inspector/console-format.html:
2678 * inspector/console-tests.html:
2679 * inspector/elements-panel-structure-expected.txt:
2680 * inspector/elements-panel-structure.html:
2681 * inspector/evaluate-in-frontend.js:
2683 (expandDOMSubtree.processChildren):
2685 (dumpConsoleMessages):
2686 * inspector/resources/styles-iframe-data.html: Added.
2687 * inspector/styles-iframe-expected.txt: Added.
2688 * inspector/styles-iframe.html: Added.
2689 * platform/qt/Skipped:
2691 2009-11-05 Dimitri Glazkov <dglazkov@chromium.org>
2693 Reviewed by Geoffrey Garen.
2695 Rehashing of EventListenerMap leads to loss of EvenListenerList.
2696 https://bugs.webkit.org/show_bug.cgi?id=31027
2698 * fast/events/event-listener-map-rehash-crash.html: Added.
2700 2009-11-05 Brian Weinstein <bweinstein@apple.com>
2702 Rubber-stamped by Adam Roben.
2704 Add ruby tests and failing accessibility test to Windows Skipped list,
2705 we should be able to re-add ruby tests, but not sure the correct course
2708 * platform/win/Skipped:
2710 2009-11-05 Jian Li <jianli@chromium.org>
2712 Reviewed by Dmitri Titov.
2714 Tests the drag event bubbling on different targets:
2715 - iframe with invalid source
2716 - iframe with valid source
2717 - non-iframe droppable element
2718 https://bugs.webkit.org/show_bug.cgi?id=30469
2720 * http/tests/misc/bubble-drag-events-expected.txt: Added.
2721 * http/tests/misc/bubble-drag-events.html: Added.
2723 2009-11-05 Jeff Schiller <codedread@gmail.com>
2725 Reviewed by Simon Fraser.
2727 Added test to ensure proper order of matrix multiplication with SVGMatrix.
2728 https://bugs.webkit.org/show_bug.cgi?id=16062
2730 * svg/dom/SVGMatrix-interface-expected.txt: Added.
2731 * svg/dom/SVGMatrix-interface.xhtml: Added.
2733 2009-11-03 Justin Garcia <justin.garcia@apple.com>
2735 Reviewed by Adele Peterson.
2737 https://bugs.webkit.org/show_bug.cgi?id=25439
2738 Deleting when in front of a block image removes character from previous paragraph
2740 * editing/deleting/delete-before-block-image-1-expected.txt: Added.
2741 * editing/deleting/delete-before-block-image-1.html: Added.
2742 * editing/deleting/delete-before-block-image-2-expected.txt: Added.
2743 * editing/deleting/delete-before-block-image-2.html: Added.
2744 * editing/deleting/delete-before-block-table-expected.txt: Added.
2745 * editing/deleting/delete-before-block-table.html: Added.
2747 2009-11-04 Enrica Casucci <enrica@apple.com>
2749 Reviewed by Adele Peterson.
2751 Hang in Mail on attempting to change indent level
2752 <rdar://problem/7131805>
2753 https://bugs.webkit.org/show_bug.cgi?id=31127
2755 Added test to cover all the different code paths.
2757 * editing/execCommand/outdent-multiparagraph-list-expected.txt: Added.
2758 * editing/execCommand/outdent-multiparagraph-list.html: Added.
2760 2009-11-04 Daniel Bates <dbates@webkit.org>
2762 Reviewed by Eric Seidel.
2764 https://bugs.webkit.org/show_bug.cgi?id=30266
2766 Changed data format type from "text" to "text/plain" to pass Chrome tests.
2768 * fast/events/drag-and-drop-dataTransfer-types-nocrash-expected.txt:
2769 * fast/events/drag-and-drop-dataTransfer-types-nocrash.html:
2771 2009-11-04 Chris Fleizach <cfleizach@apple.com>
2773 Reviewed by Beth Dakin.
2775 Need to implement ARIA role="combobox"
2776 https://bugs.webkit.org/show_bug.cgi?id=31096
2778 * accessibility/aria-combobox.html: Added.
2779 * platform/gtk/Skipped:
2780 * platform/mac/accessibility/aria-combobox-expected.txt: Added.
2781 * platform/win/Skipped:
2783 2009-11-04 Csaba Osztrogonác <ossy@webkit.org>
2785 Put test into skiplist added in r50489 because
2786 layoutTestController.showWebInspector() is unimplemented now.
2788 * platform/qt/Skipped: inspector/timeline-trivial.html added.
2790 2009-11-04 Csaba Osztrogonác <ossy@webkit.org>
2794 Revert r50496 because it broke all layout tests on QtBuildBot.
2796 * svg/text/resources: Removed.
2797 * svg/text/resources/text-font-invalid.svg: Removed.
2798 * svg/text/text-font-invalid-expected.txt: Removed.
2799 * svg/text/text-font-invalid.html: Removed.
2801 2009-11-03 Roland Steiner <rolandsteiner@chromium.org>
2803 Reviewed by Mark Rowe.
2806 add ruby layout tests to the Skipped list on mac, since they somehow cause
2807 http/tests/security/mixedContent/about-blank-iframe-in-main-frame.html to fail.
2811 * platform/mac/Skipped:
2813 2009-11-02 Benjamin Poulain <benjamin.poulain@nokia.com>
2815 Reviewed by Simon Hausmann.
2817 Add a new test to reproduce 29856. The bug only happen
2818 when the SVG file is used as an image.
2819 https://bugs.webkit.org/show_bug.cgi?id=29856
2821 * svg/text/text-font-invalid-expected.txt: Added.
2822 * svg/text/resources/text-font-invalid.svg: Added.
2823 * svg/text/text-font-invalid.html: Added.
2825 2009-11-04 Roland Steiner <rolandsteiner@chromium.org>
2827 Reviewed by Dave Hyatt.
2829 Bug 28420 - Implement HTML5 <ruby> rendering
2830 (https://bugs.webkit.org/show_bug.cgi?id=28420)
2832 First rudimentary implementation of HTML5 ruby rendering support - layout tests.
2834 New layout tests: basic rendering:
2835 * fast/ruby/ruby-empty-rt.html: Added.
2836 * fast/ruby/ruby-length.html: Added.
2837 * fast/ruby/ruby-run-break.html: Added.
2838 * fast/ruby/ruby-runs-spans.html: Added.
2839 * fast/ruby/ruby-runs.html: Added.
2840 * fast/ruby/ruby-simple-rp.html: Added.
2841 * fast/ruby/ruby-simple.html: Added.
2842 * fast/ruby/ruby-trailing.html: Added.
2844 New layout tests: DOM manipulation within <ruby>
2845 * fast/ruby/rubyDOM-insert-rt.html: Added.
2846 * fast/ruby/rubyDOM-insert-text1.html: Added.
2847 * fast/ruby/rubyDOM-insert-text2.html: Added.
2848 * fast/ruby/rubyDOM-insert-text3.html: Added.
2849 * fast/ruby/rubyDOM-remove-rt1.html: Added.
2850 * fast/ruby/rubyDOM-remove-rt2.html: Added.
2851 * fast/ruby/rubyDOM-remove-text1.html: Added.
2852 * fast/ruby/rubyDOM-remove-text2.html: Added.
2854 New layout tests results:
2855 * platform/mac/fast/ruby: Added.
2856 * platform/mac/fast/ruby/ruby-empty-rt-expected.checksum: Added.
2857 * platform/mac/fast/ruby/ruby-empty-rt-expected.png: Added.
2858 * platform/mac/fast/ruby/ruby-empty-rt-expected.txt: Added.
2859 * platform/mac/fast/ruby/ruby-length-expected.checksum: Added.
2860 * platform/mac/fast/ruby/ruby-length-expected.png: Added.
2861 * platform/mac/fast/ruby/ruby-length-expected.txt: Added.
2862 * platform/mac/fast/ruby/ruby-run-break-expected.checksum: Added.
2863 * platform/mac/fast/ruby/ruby-run-break-expected.png: Added.
2864 * platform/mac/fast/ruby/ruby-run-break-expected.txt: Added.
2865 * platform/mac/fast/ruby/ruby-runs-expected.checksum: Added.
2866 * platform/mac/fast/ruby/ruby-runs-expected.png: Added.
2867 * platform/mac/fast/ruby/ruby-runs-expected.txt: Added.
2868 * platform/mac/fast/ruby/ruby-runs-spans-expected.checksum: Added.
2869 * platform/mac/fast/ruby/ruby-runs-spans-expected.png: Added.
2870 * platform/mac/fast/ruby/ruby-runs-spans-expected.txt: Added.
2871 * platform/mac/fast/ruby/ruby-simple-expected.checksum: Added.
2872 * platform/mac/fast/ruby/ruby-simple-expected.png: Added.
2873 * platform/mac/fast/ruby/ruby-simple-expected.txt: Added.
2874 * platform/mac/fast/ruby/ruby-simple-rp-expected.checksum: Added.
2875 * platform/mac/fast/ruby/ruby-simple-rp-expected.png: Added.
2876 * platform/mac/fast/ruby/ruby-simple-rp-expected.txt: Added.
2877 * platform/mac/fast/ruby/ruby-trailing-expected.checksum: Added.
2878 * platform/mac/fast/ruby/ruby-trailing-expected.png: Added.
2879 * platform/mac/fast/ruby/ruby-trailing-expected.txt: Added.
2880 * platform/mac/fast/ruby/rubyDOM-insert-rt-expected.checksum: Added.
2881 * platform/mac/fast/ruby/rubyDOM-insert-rt-expected.png: Added.
2882 * platform/mac/fast/ruby/rubyDOM-insert-rt-expected.txt: Added.
2883 * platform/mac/fast/ruby/rubyDOM-insert-text1-expected.checksum: Added.
2884 * platform/mac/fast/ruby/rubyDOM-insert-text1-expected.png: Added.
2885 * platform/mac/fast/ruby/rubyDOM-insert-text1-expected.txt: Added.
2886 * platform/mac/fast/ruby/rubyDOM-insert-text2-expected.checksum: Added.
2887 * platform/mac/fast/ruby/rubyDOM-insert-text2-expected.png: Added.
2888 * platform/mac/fast/ruby/rubyDOM-insert-text2-expected.txt: Added.
2889 * platform/mac/fast/ruby/rubyDOM-insert-text3-expected.checksum: Added.
2890 * platform/mac/fast/ruby/rubyDOM-insert-text3-expected.png: Added.
2891 * platform/mac/fast/ruby/rubyDOM-insert-text3-expected.txt: Added.
2892 * platform/mac/fast/ruby/rubyDOM-remove-rt1-expected.checksum: Added.
2893 * platform/mac/fast/ruby/rubyDOM-remove-rt1-expected.png: Added.
2894 * platform/mac/fast/ruby/rubyDOM-remove-rt1-expected.txt: Added.
2895 * platform/mac/fast/ruby/rubyDOM-remove-rt2-expected.checksum: Added.
2896 * platform/mac/fast/ruby/rubyDOM-remove-rt2-expected.png: Added.
2897 * platform/mac/fast/ruby/rubyDOM-remove-rt2-expected.txt: Added.
2898 * platform/mac/fast/ruby/rubyDOM-remove-text1-expected.checksum: Added.
2899 * platform/mac/fast/ruby/rubyDOM-remove-text1-expected.png: Added.
2900 * platform/mac/fast/ruby/rubyDOM-remove-text1-expected.txt: Added.
2901 * platform/mac/fast/ruby/rubyDOM-remove-text2-expected.checksum: Added.
2902 * platform/mac/fast/ruby/rubyDOM-remove-text2-expected.png: Added.
2903 * platform/mac/fast/ruby/rubyDOM-remove-text2-expected.txt: Added.
2905 2009-11-03 Kenneth Russell <kbr@google.com>
2907 Reviewed by Oliver Hunt.
2909 Add overridePreference call to all WebGL layout tests
2910 https://bugs.webkit.org/show_bug.cgi?id=31088
2912 * fast/canvas/webgl/array-unit-tests.html:
2913 * fast/canvas/webgl/getActiveTest.html:
2914 * fast/canvas/webgl/gl-get-calls.html:
2915 * fast/canvas/webgl/incorrect-context-object-behaviour.html:
2916 * fast/canvas/webgl/null-object-behaviour.html:
2917 * fast/canvas/webgl/resources/shader-test.js: Removed.
2918 * fast/canvas/webgl/resources/webgl-test.js: Copied from LayoutTests/fast/canvas/webgl/resources/shader-test.js.
2920 2009-11-03 Eric Z. Ayers <zundel@google.com>
2922 Reviewed by Timothy Hatcher.
2924 Adds a test for turning on the timeline profiler. This caused
2925 a crash because profiling was enabled in the middle of processing
2928 https://bugs.webkit.org/show_bug.cgi?id=31080
2930 * inspector/timeline-trivial-expected.txt: Added.
2931 * inspector/timeline-trivial.html: Added.
2933 2009-11-03 Bradley Green <brg@chromium.org>
2935 Reviewed by Dmitry Titov.
2937 Updating test expectations for implementation of
2938 window.navigator.registerProtocolHandler and
2939 window.navigator.registerContentHandler.
2941 There is a default implimentation for these APIs, hence all platforms
2942 with the navigator-detached-no-crash-expect and
2943 window-properties-expected tests needed to be updated. While
2944 isolatedWorlds has a window-properties-expected test, it has no window
2945 object and hence does not need to be updaetd.
2947 We add two fast/dom tests to insure that the proper exceptions are
2948 thrown when bad syntax or security violations are made by calling the
2951 * fast/dom/Window/window-properties-expected.txt:
2952 * fast/dom/navigator-detached-no-crash-expected.txt:
2953 * fast/dom/navigator-detached-no-crash.html:
2954 * fast/dom/registerContentHandler-expected.txt: Added.
2955 * fast/dom/registerContentHandler.html: Added.
2956 * fast/dom/registerProtocolHandler-expected.txt: Added.
2957 * fast/dom/registerProtocolHandler.html: Added.
2958 * platform/gtk/fast/dom/Window/window-properties-expected.txt:
2959 * platform/gtk/fast/dom/navigator-detached-no-crash-expected.txt:
2960 * platform/mac-leopard/fast/dom/navigator-detached-no-crash-expected.txt:
2962 2009-11-03 Dan Bernstein <mitz@apple.com>
2964 Reviewed by Anders Carlsson and Beth Dakin.
2966 https://bugs.webkit.org/show_bug.cgi?id=31070
2967 Test for <rdar://problem/7194735> Crashes at RenderText::RenderText()
2968 Test for <rdar://problem/6937089> Crashes at RenderWidget::destroy()
2970 * plugins/attach-during-destroy-expected.txt: Added.
2971 * plugins/attach-during-destroy.html: Added.
2972 * plugins/destroy-reentry-expected.txt: Added.
2973 * plugins/destroy-reentry.html: Added.
2975 2009-11-03 Evan Martin <evan@chromium.org>
2977 Reviewed by Darin Adler.
2979 A test that reproduces a hard-to-trigger memory corruption in the
2982 https://bugs.webkit.org/show_bug.cgi?id=30827
2984 * fast/css/end-of-buffer-crash.html: Added.
2986 2009-11-02 Darin Adler <darin@apple.com>
2988 Reviewed by Dan Bernstein.
2990 Crash due to double-destroy related to CSS run-in property
2991 https://bugs.webkit.org/show_bug.cgi?id=31034
2992 rdar://problem/7328458
2994 * fast/css/run-in-crash-expected.txt: Added.
2995 * fast/css/run-in-crash.html: Added.
2997 2009-11-03 Victor Wang <victorw@chromium.org>
2999 Reviewed by Eric Seidel.
3001 "http://trac.webkit.org/changeset/50315" makes links mouse
3002 focusable only on GTK and QT, so win has same behavior as mac now
3003 Remove the win specific expected results for tests failed
3006 https://bugs.webkit.org/show_bug.cgi?id=30968
3008 * platform/win/fast/events/click-focus-anchor-expected.txt: Removed.
3009 * platform/win/fast/inline: Removed.
3010 * platform/win/fast/inline/dirtyLinesForInline-expected.txt: Removed.
3012 2009-11-03 Csaba Osztrogonác <ossy@webkit.org>
3014 Add files to skiplist depend on phonon support,
3015 which is disabled on the Qt buildbot for now.
3017 * platform/qt/Skipped:
3019 2009-11-03 Csaba Osztrogonác <ossy@webkit.org>
3021 Rubber-stamped by Tor Arne Vestbø.
3023 Remove now passing tests from skiplist.
3025 * platform/qt/Skipped:
3027 2009-11-03 Csaba Osztrogonác <ossy@webkit.org>
3029 Put test into skiplist added in r50411 because
3030 layoutTestController.showWebInspector() is unimplemented now.
3032 * platform/qt/Skipped: inspector/css-syntax-highlight.html added
3034 2009-11-02 Oliver Hunt <oliver@apple.com>
3036 Reviewed by Gavin Barraclough.
3038 REGRESSION (r48573): JSC may incorrectly cache chain lookups with a dictionary at the head of the chain
3039 https://bugs.webkit.org/show_bug.cgi?id=31045
3041 Add tests for dictionary at the head of a prototype chain.
3043 * fast/js/script-tests/dictionary-no-cache.js:
3044 * fast/js/dictionary-no-cache-expected.txt:
3046 2009-11-02 Enrica Casucci <enrica@apple.com>
3048 Reviewed by Adele Peterson and Dan Bernstein.
3050 Safari crashes when calling execCommand on formatted html in special case
3051 <rdar://problem/7318656>
3052 https://bugs.webkit.org/show_bug.cgi?id=31023
3054 * editing/execCommand/align-in-span-expected.txt: Added.
3055 * editing/execCommand/align-in-span.html: Added.
3057 2009-11-02 Chris Marrin <cmarrin@apple.com>
3059 Reviewed by Oliver Hunt.
3061 Revised tests for changes to when exceptions are raised in WebGL content
3062 https://bugs.webkit.org/show_bug.cgi?id=31005
3064 * fast/canvas/webgl/incorrect-context-object-behaviour-expected.txt:
3065 * fast/canvas/webgl/null-object-behaviour-expected.txt:
3066 * fast/canvas/webgl/script-tests/incorrect-context-object-behaviour.js:
3067 * fast/canvas/webgl/script-tests/null-object-behaviour.js:
3069 2009-11-02 Philippe Normand <pnormand@igalia.com>
3071 Reviewed by Jan Alonzo.
3073 [GTK] Failing media/video-played-reset.html
3074 https://bugs.webkit.org/show_bug.cgi?id=30589
3076 * platform/gtk/Skipped: Unskip fixed test.
3078 2009-11-02 Andrew Scherkus <scherkus@chromium.org>
3080 Reviewed by Eric Carlson.
3082 Increase the timeout of media/video-currentTime-set.html from 800ms to 2000ms.
3084 Also fix call to logResult() as parameters were reversed, resulting in
3085 printing an error message of "false".
3087 https://bugs.webkit.org/show_bug.cgi?id=31017
3089 * media/video-currentTime-set.html: Timeout increased to 2000ms.
3091 2009-10-30 Alexey Proskuryakov <ap@apple.com>
3093 Reviewed by Darin Adler.
3095 https://bugs.webkit.org/show_bug.cgi?id=30969
3096 A no-prefix XPath node test should not match no-namespace elements in HTML document
3098 * fast/xpath/null-namespace-in-html-expected.txt: Added.
3099 * fast/xpath/null-namespace-in-html.html: Added.
3101 2009-11-02 Keishi Hattori <casey.hattori@gmail.com>
3103 Reviewed by Timothy Hatcher.
3105 Web Inspector: Rewrite CSSSourceSyntaxHighlighter so it shares more code
3106 https://bugs.webkit.org/show_bug.cgi?id=30907
3108 * inspector/css-syntax-highlight-expected.txt: Added.
3109 * inspector/css-syntax-highlight.html: Added.
3110 * inspector/javascript-syntax-highlight-expected.txt:
3112 2009-11-02 Chris Fleizach <cfleizach@apple.com>
3114 Reviewed by Beth Dakin.
3116 Support ARIA "tab" roles
3117 https://bugs.webkit.org/show_bug.cgi?id=30842
3119 * accessibility/aria-controls-with-tabs-expected.txt: Added.
3120 * accessibility/aria-controls-with-tabs.html: Added.
3121 * accessibility/aria-tab-roles.html: Added.
3122 * platform/gtk/Skipped:
3123 * platform/mac/accessibility/aria-tab-roles-expected.txt: Added.
3124 * platform/win/Skipped:
3126 2009-11-02 Roland Steiner <rolandsteiner@chromium.org>
3128 Reviewed by Dave Hyatt.
3130 Bug 28420 - Implement HTML5 <ruby> rendering
3131 (https://bugs.webkit.org/show_bug.cgi?id=28420)
3133 First rudimentary implementation of HTML5 ruby rendering support.
3135 Further layout tests will be committed in a follow-up patch under fast/ruby.
3137 * fast/ruby/parse-rp-expected.txt: result changed due to <rt> being rendered as block within <ruby>
3139 2009-11-01 Alexey Proskuryakov <ap@apple.com>
3141 Reviewed by Dan Bernstein.
3143 https://bugs.webkit.org/show_bug.cgi?id=30992
3144 Node.isDefaultNamespace doesn't convert empty strings to null
3146 * fast/dom/Node/default-namespace-empty-argument-expected.txt: Added.
3147 * fast/dom/Node/default-namespace-empty-argument.html: Added.
3149 2009-11-01 Yael Aharon <yael.aharon@nokia.com>
3151 Reviewed by Darin Adler.
3153 Don't add '/' to the URL path if the it does not include '/' after the protocol component
3154 https://bugs.webkit.org/show_bug.cgi?id=30971
3156 Updating the expected result to reflect the change.
3158 * fast/loader/url-parse-1-expected.txt:
3160 2009-10-31 Alexey Proskuryakov <ap@apple.com>
3162 Reviewed by John Sullivan.
3164 https://bugs.webkit.org/show_bug.cgi?id=30982
3165 createHTMLDocument doesn't escape ampersand and less-than in title
3167 * fast/dom/DOMImplementation/createHTMLDocument-title-expected.txt: Added.
3168 * fast/dom/DOMImplementation/createHTMLDocument-title.html: Added.
3170 2009-11-01 Hironori Bono <hbono@chromium.org>
3172 Reviewed by Darin Adler.
3174 Bug 30902: Need a layout test for Bug 28284
3175 This change just adds a simple test that calls TextInputController.firstRectForCharacterRange()
3176 before and after inserting a Thai character and compare their results.
3177 https://bugs.webkit.org/show_bug.cgi?id=30902
3179 * fast/text/international/thai-cursor-position-expected.txt: Added.
3180 * fast/text/international/thai-cursor-position.html: Added.
3181 * platform/gtk/Skipped: Skip this test because TextInputController is not implemented.
3182 * platform/qt/Skipped: ditto.
3183 * platform/win/Skipped: ditto.
3185 2009-11-01 Yuta Kitamura <yutak@chromium.org>
3187 Reviewed by Darin Adler.
3189 Fix assertion falure in RenderObjectChildList::updateBeforeAfterContent().
3191 [Crash (debug)] Combination of list-item and :after causes assertion failure
3192 https://bugs.webkit.org/show_bug.cgi?id=30944
3194 * fast/css/list-item-pseudo-nocrash-expected.txt: Added.
3195 * fast/css/list-item-pseudo-nocrash.html: Added.
3197 2009-11-01 Philippe Normand <pnormand@igalia.com>
3199 Reviewed by Eric Seidel.
3201 https://bugs.webkit.org/show_bug.cgi?id=30586
3202 [GTK] Failing test media/video-src-empty.html
3204 * platform/gtk/Skipped: Unskip fixed test.
3206 2009-10-31 Oliver Hunt <oliver@apple.com>
3208 Reviewed by Jon Honeycutt.
3210 WebGL allows objects to be used with the wrong context
3211 https://bugs.webkit.org/show_bug.cgi?id=30981
3213 Add tests for null/missing object parameters and objects being used
3214 on the wrong context.
3216 * fast/canvas/webgl/incorrect-context-object-behaviour-expected.txt: Added.
3217 * fast/canvas/webgl/incorrect-context-object-behaviour.html: Added.
3218 * fast/canvas/webgl/null-object-behaviour-expected.txt: Added.
3219 * fast/canvas/webgl/null-object-behaviour.html: Added.
3220 * fast/canvas/webgl/resources/shader-test.js:
3221 (loadStandardProgram):
3222 (loadStandardVertexShader):
3223 (loadStandardFragmentShader):
3224 * fast/canvas/webgl/script-tests/incorrect-context-object-behaviour.js: Added.
3225 * fast/canvas/webgl/script-tests/null-object-behaviour.js: Added.
3227 2009-10-30 Enrica Casucci <enrica@apple.com>
3229 Reviewed by Darin Adler.
3231 REGRESSION: In Mail, Undo does not restore some characters I have deleted at the end of a line
3232 https://bugs.webkit.org/show_bug.cgi?id=30955
3233 <rdar://problem/7067033>
3235 * editing/undo/undo-deleteWord-expected.txt: Added.
3236 * editing/undo/undo-deleteWord.html: Added.
3238 2009-10-29 Jon Honeycutt <jhoneycutt@apple.com>
3240 Test for MSAA: Accessibility of headings is not correct
3242 https://bugs.webkit.org/show_bug.cgi?id=30937
3244 Reviewed by Adam Roben.
3246 * platform/win/accessibility/heading-elements-expected.txt: Added.
3247 * platform/win/accessibility/heading-elements.html: Added.
3249 2009-10-29 Jon Honeycutt <jhoneycutt@apple.com>
3251 Test for MSAA: Accessibility of links is wrong
3253 https://bugs.webkit.org/show_bug.cgi?id=30928
3255 Reviewed by Darin Adler.
3257 * platform/win/accessibility/linked-elements-expected.txt: Added.
3258 * platform/win/accessibility/linked-elements.html: Added.
3260 2009-10-30 Ben Murdoch <benm@google.com>
3262 Reviewed by David Kilzer.
3264 openDatabase() with empty version sets db version up incorrectly
3265 https://bugs.webkit.org/show_bug.cgi?id=28417
3267 * storage/open-database-set-empty-version-expected.txt: Added.
3268 * storage/open-database-set-empty-version.html: Added.
3270 2009-10-30 Shinichiro Hamaji <hamaji@chromium.org>
3272 Reviewed by Darin Adler.
3274 counterValueForElementById should return space-separated string for multiple counters
3275 https://bugs.webkit.org/show_bug.cgi?id=30939
3277 * fast/css/counters/counterValueForElementById-expected.txt: Added.
3278 * fast/css/counters/counterValueForElementById.html: Added.
3280 2009-10-30 Shinichiro Hamaji <hamaji@chromium.org>
3282 Reviewed by Mark Rowe.
3284 fast/css/counters/t1204* are not asynchronous anymore
3285 https://bugs.webkit.org/show_bug.cgi?id=30940
3287 * fast/css/counters/t1204-increment-00-c-o.html:
3288 * fast/css/counters/t1204-increment-01-c-o.html:
3290 2009-10-30 Kenneth Rohde Christiansen <kenneth@webkit.org>
3292 Unreviewed layout test fixes.
3294 The existing excepted results were wrong, due to the visited links not
3295 being reset between tests.
3297 This was fixed in r50329, so updating the results.
3299 * platform/qt/fast/block/margin-collapse/block-inside-inline/010-expected.txt:
3300 * platform/qt/fast/block/margin-collapse/block-inside-inline/011-expected.txt:
3301 * platform/qt/fast/block/margin-collapse/block-inside-inline/012-expected.txt:
3302 * platform/qt/fast/block/margin-collapse/block-inside-inline/015-expected.txt:
3303 * platform/qt/fast/block/margin-collapse/block-inside-inline/016-expected.txt:
3304 * platform/qt/fast/block/margin-collapse/block-inside-inline/020-expected.txt:
3306 2009-10-30 Andras Becsi <becsi.andras@stud.u-szeged.hu>
3308 Reviewed by Holger Hans Peter Freyther.
3310 [Qt] Add expected files for new svg tests we pass.
3311 Compared to the Mac expected png files.
3313 * platform/qt/svg/css/arrow-with-shadow-expected.txt: Added.
3314 * platform/qt/svg/css/circle-in-mask-with-shadow-expected.txt: Added.
3315 * platform/qt/svg/css/clippath-with-shadow-expected.txt: Added.
3316 * platform/qt/svg/css/mask-with-shadow-expected.txt: Added.
3317 * platform/qt/svg/css/path-with-shadow-expected.txt: Added.
3318 * platform/qt/svg/css/stars-with-shadow-expected.txt: Added.
3319 * platform/qt/svg/filters/shadow-on-filter-expected.txt: Added.
3320 * platform/qt/svg/filters/shadow-on-rect-with-filter-expected.txt: Added.
3322 2009-10-30 Yury Semikhatsky <yurys@chromium.org>
3324 Reviewed by Pavel Feldman.
3326 Test that browser doesn't crash in case of stack overflow
3327 inside console.log()
3329 https://bugs.webkit.org/show_bug.cgi?id=30904
3331 * fast/dom/console-log-stack-overflow-expected.txt: Added.
3332 * fast/dom/console-log-stack-overflow.html: Added.
3334 2009-10-30 Oliver Hunt <oliver@apple.com>
3336 Reviewed by Gavin Barraclough.
3338 Regression: crash enumerating properties of an object with getters or setters
3339 https://bugs.webkit.org/show_bug.cgi?id=30948
3341 Add test for enumerating getters and setters.
3343 * fast/js/for-in-cached-expected.txt:
3344 * fast/js/script-tests/for-in-cached.js:
3347 2009-10-29 Erik Arvidsson <arv@chromium.org>
3349 Reviewed by Eric Seidel.
3351 Make links mouse focusable only on GTK and QT.
3353 Links are now always mouse focusable on GTK and QT. On other platforms
3354 the link needs a tabIndex or it needs to be contentEditable.
3356 https://bugs.webkit.org/show_bug.cgi?id=26856
3358 * fast/events/click-focus-anchor-expected.txt:
3359 * fast/events/click-focus-anchor.html:
3360 * platform/gtk/fast/events/click-focus-anchor-expected.txt: Added.
3361 * platform/mac/fast/events/click-focus-anchor-expected.txt: Removed.
3362 * platform/qt/fast/events/click-focus-anchor-expected.txt: Added.
3364 2009-10-29 Jonathan Dixon <joth@chromium.org>
3366 Reviewed by Eric Seidel.
3368 Add expected files for GTK and QT builds, for test text-input-webkit-radius.html
3369 Expected fils collected from buildbot:
3370 http://build.webkit.org/results/Qt%20Linux%20Release/r50286%20(3257)/fast/css/
3371 http://build.webkit.org/results/GTK%20Linux%20Release/r50286%20(5308)/fast/css/
3373 * platform/gtk/fast/css/text-input-with-webkit-border-radius-expected.txt: Added.
3374 * platform/qt/fast/css/text-input-with-webkit-border-radius-expected.txt: Added.
3376 2009-10-29 Dan Bernstein <mitz@apple.com>
3378 Updated Tiger-specific result now that Tiger matches current behavior. A Tiger-specific
3379 result is still needed because of the difference in Thai fonts.
3381 * platform/mac-tiger/fast/text/atsui-multiple-renderers-expected.txt:
3383 2009-10-29 Dan Bernstein <mitz@apple.com>
3385 Reviewed by Sam Weinig.
3387 Updated a test to account for font metric differences between Mac OS X versions. Removed
3388 Leopard-specific results for another test now that Leopard matches current behavior.
3390 * platform/mac-leopard/fast/text/atsui-multiple-renderers-expected.checksum: Removed.
3391 * platform/mac-leopard/fast/text/atsui-multiple-renderers-expected.png: Removed.
3392 * platform/mac-leopard/fast/text/atsui-multiple-renderers-expected.txt: Removed.
3393 * platform/mac/fast/text/ligature-subdivision-expected.txt:
3394 * platform/mac/fast/text/script-tests/ligature-subdivision.js:
3396 2009-10-29 Enrica Casucci <enrica@apple.com>
3398 REGRESSION(3.2.3 - 4.0.2): Message composing: when I undo a color change to text in Mail, undo/redo behaves strangely
3399 <rdar://problem/7115041>
3400 https://bugs.webkit.org/show_bug.cgi?id=30892
3402 * editing/undo/redo-style-expected.txt: Added.
3403 * editing/undo/redo-style.html: Added.
3405 2009-10-29 Shinichiro Hamaji <hamaji@chromium.org>
3407 Reviewed by Darin Adler.
3409 fast/css/counters/invalidate-cached-counter-node can be dumpAsText
3410 https://bugs.webkit.org/show_bug.cgi?id=30931
3412 * fast/css/counters/invalidate-cached-counter-node-expected.txt: Added.
3413 * fast/css/counters/invalidate-cached-counter-node.html:
3414 * platform/mac/fast/css/counters/invalidate-cached-counter-node-expected.checksum: Removed.
3415 * platform/mac/fast/css/counters/invalidate-cached-counter-node-expected.png: Removed.
3416 * platform/mac/fast/css/counters/invalidate-cached-counter-node-expected.txt: Removed.
3418 2009-10-29 Csaba Osztrogonác <ossy@webkit.org>
3420 [Qt] Remove some tests that now pass.
3422 * platform/qt/Skipped:
3424 2009-10-29 Dan Bernstein <mitz@apple.com>
3426 Reviewed by Sam Weinig.
3428 Problem editing or selecting text containing ligatures
3429 https://bugs.webkit.org/show_bug.cgi?id=30025
3431 * platform/mac/fast/text/ligature-subdivision-expected.txt: Added.
3432 * platform/mac/fast/text/ligature-subdivision.html: Added.
3433 * platform/mac/fast/text/script-tests: Added.
3434 * platform/mac/fast/text/script-tests/TEMPLATE.html: Copied from LayoutTests/fast/js/script-tests/TEMPLATE.html.
3435 * platform/mac/fast/text/script-tests/ligature-subdivision.js: Added.
3437 2009-10-29 Kenneth Rohde Christiansen <kenneth@webkit.org>
3439 Reviewed by Oliver Hunt.
3441 Removed test that passes after implementing the Qt DRT version
3442 of dumpBackForwardList().
3444 * platform/qt/Skipped:
3446 2009-10-29 Kenneth Rohde Christiansen <kenneth@webkit.org>
3448 Rubberstamped by Adam Roben.
3450 Remove two tests that pass on the buildbot.
3452 * platform/qt/Skipped:
3454 2009-10-29 Dan Bernstein <mitz@apple.com>
3456 Updated expected result for Tiger
3458 * platform/mac-tiger/fast/text/international/thai-line-breaks-expected.txt:
3460 2009-10-29 Kenneth Rohde Christiansen <kenneth@webkit.org>
3462 Unreviewed Qt buildbot fix.
3464 Add some files to skipped that depend on phonon support,
3465 which is disabled on the Qt buildbot for now.
3467 * platform/qt/Skipped:
3469 2009-10-29 Kenneth Rohde Christiansen <kenneth@webkit.org>
3471 Rubberstamped by Adam Roben.
3473 Remove tests that pass after the change introduced in r50289.
3475 * platform/qt/Skipped:
3477 2009-10-29 Brian Weinstein <bweinstein@apple.com>
3479 Rubber-stamped by Steve Falkenburg.
3481 Windows Release bots are having problems in xmlhttprequest tests, Skipping them temporarily
3482 to see if this eliminates the problem, and it is a test causing httpd problems.
3484 * platform/win/Skipped:
3486 2009-10-29 Adam Barth <abarth@webkit.org>
3488 Reviewed by Eric Seidel.
3490 Don't run JavaScript URLs in view source mode
3491 https://bugs.webkit.org/show_bug.cgi?id=30881
3493 Test that we don't run JavaScript URLs in view source mode.
3495 This test actually passes before this change. I don't know how to
3496 actually run JavaScript URLs in view source frames using DRT, but it's
3497 possible in an abitrary embedding of WebKit.
3499 * http/tests/security/view-source-no-javascript-url-expected.txt: Added.
3500 * http/tests/security/view-source-no-javascript-url.html: Added.
3502 2009-10-28 Dan Bernstein <mitz@apple.com>
3504 Removed Leopard-specific result after changing ATSUI missing-glyph behavior to match the
3505 Core Text and fast code paths' behavior.
3507 * platform/mac-leopard/fast/text/international/khmer-selection-expected.txt: Removed.
3509 2009-10-28 Andrew Scherkus <scherkus@chromium.org>
3511 Reviewed by Eric Carlson.
3513 Fix video-pause-immediately.html to avoid using setTimeout().
3515 This also addresses the flakiness on Windows, where 200ms was not enough time to advance the clock past zero.
3517 https://bugs.webkit.org/show_bug.cgi?id=30889
3519 * media/video-pause-immediately.html: Replace setTimeout() with timeupdate events.
3521 2009-10-28 Brian Weinstein <bweinstein@apple.com>
3523 Rubber-stamped by Ada Chan.
3525 Add accessibility test to the list of Windows Skipped tests.
3527 * platform/win/Skipped:
3529 2009-10-28 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
3531 Reviewed by Jan Alonzo.
3533 [GTK] API to start inspector for a WebView
3534 https://bugs.webkit.org/show_bug.cgi?id=22551
3536 Unskip inspector tests that we are now able to run.
3538 * platform/gtk/Skipped:
3540 2009-10-28 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
3542 Reviewed by Xan Lopez.
3544 [GTK] Fails new test fast/js/navigator-language.html
3545 https://bugs.webkit.org/show_bug.cgi?id=30440
3547 Unskip the test that now passes.
3549 * platform/gtk/Skipped:
3551 2009-10-28 Jonathan Dixon <joth@chromium.org>
3553 Reviewed by Eric Seidel.
3555 Bug 30547: (Chromium) searchbox not rendered properly due to the css property -webkit-border-radius
3556 https://bugs.webkit.org/show_bug.cgi?id=30547
3558 * fast/css/text-input-with-webkit-border-radius-expected.checksum: Added.
3559 * fast/css/text-input-with-webkit-border-radius-expected.png: Added.
3560 * fast/css/text-input-with-webkit-border-radius-expected.txt: Added.
3561 * fast/css/text-input-with-webkit-border-radius.html: Added.
3563 2009-10-27 Shinichiro Hamaji <hamaji@chromium.org>
3565 Reviewed by Darin Adler.
3567 Provide a way to get counter values with layoutTestContoller
3568 https://bugs.webkit.org/show_bug.cgi?id=30555
3570 Convert two pixel tests to dumpAsText tests using counterValueForElementById.
3572 * fast/css/counters/t1204-increment-00-c-o-expected.txt: Added.
3573 * fast/css/counters/t1204-increment-00-c-o.html:
3574 * fast/css/counters/t1204-increment-01-c-o-expected.txt: Added.
3575 * fast/css/counters/t1204-increment-01-c-o.html:
3576 * platform/mac/fast/css/counters/t1204-increment-00-c-o-expected.checksum: Removed.
3577 * platform/mac/fast/css/counters/t1204-increment-00-c-o-expected.png: Removed.
3578 * platform/mac/fast/css/counters/t1204-increment-00-c-o-expected.txt: Removed.
3579 * platform/mac/fast/css/counters/t1204-increment-01-c-o-expected.checksum: Removed.
3580 * platform/mac/fast/css/counters/t1204-increment-01-c-o-expected.png: Removed.
3581 * platform/mac/fast/css/counters/t1204-increment-01-c-o-expected.txt: Removed.
3582 * platform/qt/fast/css/counters/t1204-increment-00-c-o-expected.txt: Removed.
3583 * platform/qt/fast/css/counters/t1204-increment-01-c-o-expected.txt: Removed.
3585 2009-10-28 Alexey Proskuryakov <ap@apple.com>
3587 Reviewed by Darin Adler.
3589 https://bugs.webkit.org/show_bug.cgi?id=30841
3590 <rdar://problem/7342730> WebKit should not pass Referer header through a redirect to a non-secure site
3592 * http/tests/ssl/referer-301-expected.txt: Added.
3593 * http/tests/ssl/referer-301.html: Added.
3594 * http/tests/ssl/referer-303-expected.txt: Added.
3595 * http/tests/ssl/referer-303.html: Added.
3596 * http/tests/ssl/resources: Added.
3597 * http/tests/ssl/resources/referer-301-redir.php: Added.
3598 * http/tests/ssl/resources/referer-303-redir.php: Added.
3599 * http/tests/ssl/resources/no-http-referer.cgi: Added.
3601 2009-10-28 Shu Chang <Chang.Shu@nokia.com>
3603 Reviewed by Eric Seidel.
3605 Added special expected test result for Tiger to fix regression tests.
3606 https://bugs.webkit.org/show_bug.cgi?id=30811
3608 * platform/mac-tiger/fast/js/navigator-language-expected.txt: Added.
3610 2009-10-28 Csaba Osztrogonác <ossy@webkit.org>
3612 Rubber-stamped by Holger Freyther.
3614 [Qt] Remove http/tests/security tests from
3615 skiplist, and add only now failing tests.
3617 * platform/qt/Skipped:
3619 2009-10-28 Csaba Osztrogonác <ossy@webkit.org>
3621 [Qt] Remove http/tests/misc tests from
3622 skiplist, and add only now failing tests.
3624 * platform/qt/Skipped:
3626 2009-10-28 Csaba Osztrogonác <ossy@webkit.org>
3628 Reviewed by Holger Freyther.
3630 Put tests into skiplist added in r50168 and r50162 because
3631 layoutTestController.showWebInspector() is unimplemented now.
3633 * platform/qt/Skipped:
3634 inspector/console-format-collections.html added
3635 inspector/javascript-syntax-highlight.html added
3637 2009-10-27 Dan Bernstein <mitz@apple.com>
3639 Rubber-stamped by Sam Weinig.
3641 Changed this test to use -webkit-box-shadow instead of box-shadow after r49003.
3643 * fast/box-shadow/inset.html:
3645 2009-10-27 Joseph Pecoraro <joepeck@webkit.org>
3647 Reviewed by Pavel Feldman.
3649 Web Inspector: Move runAfterPendingDispatches to TestController for Clarity
3650 https://bugs.webkit.org/show_bug.cgi?id=30844
3652 * inspector/console-format-collections.html: updated to reflect TestController change
3654 2009-10-27 Chris Fleizach <cfleizach@apple.com>
3656 Reviewed by Darin Adler.
3658 WAI-ARIA: add support for 'option' role
3659 https://bugs.webkit.org/show_bug.cgi?id=30843
3661 * accessibility/aria-option-role.html: Added.
3662 * platform/gtk/Skipped:
3663 * platform/mac/accessibility/aria-option-role-expected.txt: Added.
3664 * platform/win/Skipped:
3666 2009-10-27 Chris Fleizach <cfleizach@apple.com>
3670 ARIA menu/menu item need AXRoleDescription
3671 https://bugs.webkit.org/show_bug.cgi?id=30804
3673 Layout test fix for Tiger/Leopard.
3675 * platform/mac-leopard/accessibility/table-with-aria-role-expected.txt:
3677 2009-10-27 Chris Fleizach <cfleizach@apple.com>
3679 Reviewed by Adele Peterson.
3681 WAI-ARIA: add support for 'presentation' role
3682 https://bugs.webkit.org/show_bug.cgi?id=30806
3684 * accessibility/aria-presentational-role-expected.txt: Added.
3685 * accessibility/aria-presentational-role.html: Added.
3687 2009-10-27 Chris Fleizach <cfleizach@apple.com>
3689 Reviewed by Darin Adler.
3691 ARIA menu/menu item need AXRoleDescription
3692 https://bugs.webkit.org/show_bug.cgi?id=30804
3694 * platform/mac/accessibility/aria-menu-role-descriptions-expected.txt: Added.
3695 * platform/mac/accessibility/aria-menu-role-descriptions.html: Added.
3696 * platform/mac/accessibility/table-with-aria-role-expected.txt:
3698 2009-10-27 Steve Block <steveblock@google.com>
3700 Reviewed by Darin Adler.
3702 When a Geolocation method is called, immediately calls the error calback asynchronously if permissions have already been denied.
3703 https://bugs.webkit.org/show_bug.cgi?id=27944.
3705 * fast/dom/Geolocation/resources/permission-denied-already-error.js: Added. Tests that when permission has already been denied, the error callback is invoked with code PERMISSION_DENIED, when the Geolocation service reports an error.
3706 * fast/dom/Geolocation/permission-denied-already-error.html: Added. Wrapper for above test.
3707 * fast/dom/Geolocation/permission-denied-already-error-expected.txt: Added. Expected result for above test.
3708 * fast/dom/Geolocation/resources/permission-denied-already-success.js: Added. Tests that when permission has already been denied, the error callback is invoked with code PERMISSION_DENIED, when the Geolocation service has a good position fix.
3709 * fast/dom/Geolocation/permission-denied-already-success.html: Added. Wrapper for above test.
3710 * fast/dom/Geolocation/permission-denied-already-success-expected.txt: Added. Expected result for above test.
3711 * fast/dom/Geolocation/resources/permission-denied.js: Modified. Updates error string.
3712 * fast/dom/Geolocation/permission-denied-expected.txt: Modified. Expected result for above test.
3713 * fast/dom/Geolocation/resources/permission-denied-stops-watches.js: Modified. Updates error string.
3714 * fast/dom/Geolocation/permission-denied-expected-stops-watches.txt: Modified. Expected result for above test.
3715 * platform/gtk/Skipped: Modified. Adds above tests to skipped list.
3717 2009-10-27 Eric Seidel <eric@webkit.org>
3719 Reviewed by Nikolas Zimmermann.
3721 SVGStyledElement::getPresentationAttribute() can return a shared CSSValue (some SVG tests randomly fail on the bot, and in release builds)
3722 https://bugs.webkit.org/show_bug.cgi?id=29620
3724 * svg/dom/getPresentationAttribute-cache-corruption-expected.txt: Added.
3725 * svg/dom/getPresentationAttribute-cache-corruption.svg: Added.
3727 2009-10-27 Dan Bernstein <mitz@apple.com>
3729 Reviewed by Simon Fraser.
3731 Incomplete repaint of text field in relative positioned inline at imdb.com
3732 https://bugs.webkit.org/show_bug.cgi?id=30047
3734 * fast/repaint/inline-relative-positioned-expected.checksum: Added.
3735 * fast/repaint/inline-relative-positioned-expected.png: Added.
3736 * fast/repaint/inline-relative-positioned-expected.txt: Added.
3737 * fast/repaint/inline-relative-positioned.html: Added.
3739 2009-10-27 Kinuko Yasuda <kinuko@google.com>
3741 Reviewed by Darin Adler.
3743 Fixing a test case that yields FAIL results. Also updating
3744 the corresponding expected results.
3745 https://bugs.webkit.org/show_bug.cgi?id=30821
3747 * storage/domstorage/complex-values-expected.txt:
3748 * storage/domstorage/script-tests/complex-values.js:
3750 2009-10-27 Ryosuke Niwa <rniwa@webkit.org>
3752 Reviewed by Eric Seidel.
3754 WebKit cannot remove nested bold tags
3755 https://bugs.webkit.org/show_bug.cgi?id=30784
3757 Adds two more edge cases to remove-nested-inline-styles.js:
3758 <b><b><b>12</b></b></b> and <b><b><b>1</b></b>2</b>
3759 WebKit now passes the one existing test used to fail.
3761 * editing/style/remove-nested-inline-styles-expected.txt: Added two tests.
3762 * editing/style/script-tests/remove-nested-inline-styles.js: Added two tests.
3764 2009-10-27 Joseph Pecoraro <joepeck@webkit.org>
3766 Reviewed by Timothy Hatcher.
3768 Web Inspector: Pretty Print all HTML Collection Types like we do for NodeList
3769 https://bugs.webkit.org/show_bug.cgi?id=30709
3771 * inspector/console-format-collections-expected.txt: Added.
3772 * inspector/console-format-collections.html: Added.
3773 * inspector/evaluate-in-frontend.js: Changed innerHTML to DOM elements instead.
3775 2009-10-27 Adele Peterson <adele@apple.com>
3777 Test for <rdar://problem/7269075> REGRESSION (Safari 4.0.3-ToT): After pressing Shift-PageDown, pressing Shift-Up
3778 extends the top of the selection upwards (but should shrink the selection instead)
3779 https://bugs.webkit.org/show_bug.cgi?id=29981
3781 * editing/selection/shrink-selection-after-shift-pagedown-expected.txt: Added.
3782 * editing/selection/shrink-selection-after-shift-pagedown.html: Added.
3784 2009-10-27 Keishi Hattori <casey.hattori@gmail.com>
3786 Reviewed by Timothy Hatcher.
3788 Tests for JavaScript syntax highlighter.
3789 https://bugs.webkit.org/show_bug.cgi?id=27147
3791 * inspector/javascript-syntax-highlight-expected.txt: Added.
3792 * inspector/javascript-syntax-highlight.html: Added.
3794 2009-10-27 Xan Lopez <xlopez@igalia.com>
3796 Skip a few more tests that are failing on and off.
3798 * platform/gtk/Skipped:
3800 2009-10-27 Mads Ager <ager@chromium.org>
3802 Reviewed by Adam Barth.
3804 [V8] Missing null check after string conversion in error reporting
3805 https://bugs.webkit.org/show_bug.cgi?id=30774
3807 Test case for toString conversion failure on an error object in
3808 stack overflow situations. Test passes if it doesn't crash.
3810 * fast/dom/error-to-string-stack-overflow-expected.txt: Added.
3811 * fast/dom/error-to-string-stack-overflow.html: Added.
3813 2009-10-27 Brady Eidson <beidson@apple.com>
3815 Rubberstamped by Sam Weinig.
3817 Re-enable the check that disallows pages with unload handlers in the page cache.
3819 <rdar://problem/7196485> and http://webkit.org/b/29021
3821 * platform/mac/Skipped:
3822 * platform/win/Skipped:
3824 2009-10-27 Xan Lopez <xlopez@igalia.com>
3828 * platform/gtk/Skipped:
3830 2009-10-27 Xan Lopez <xlopez@igalia.com>
3832 Fix typo in test names.
3834 * platform/gtk/Skipped:
3836 2009-10-27 Xan Lopez <xlopez@igalia.com>
3838 Skip a few tests with links to their tracking bugs.
3840 * platform/gtk/Skipped:
3842 2009-10-26 Daniel Bates <dbates@webkit.org>
3844 Reviewed by Darin Adler.
3846 https://bugs.webkit.org/show_bug.cgi?id=30491
3848 Test that the <isindex> element can be submitted without being enclosed
3849 within a <form> element. Also tests that the href property of the <base>
3850 element can be used to direct where the submission is sent.
3852 * http/tests/misc/isindex-with-no-form-base-href-expected.txt: Added.
3853 * http/tests/misc/isindex-with-no-form-base-href.html: Added.
3854 * http/tests/misc/isindex-with-no-form-expected.txt: Added.
3855 * http/tests/misc/isindex-with-no-form.html: Added.
3856 * http/tests/misc/resources/isindex-with-no-form-base-href-submit.html: Added.
3857 * http/tests/misc/resources/isindex-with-no-form-base-href.html: Added.
3859 2009-10-26 Brian Weinstein <bweinstein@apple.com>
3861 Unreviewed - Updating getComputedStyle results for Windows.
3863 Updating getComputedStyle results for Windows.
3865 * platform/win/fast/css/getComputedStyle/computed-style-expected.txt:
3866 * platform/win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
3868 2009-10-26 Brady Eidson <beidson@apple.com>
3870 Reviewed by Darin Adler.
3872 <rdar://problem/7289467> and http://webkit.org/b/30798 - REGRESSION (r48687): www.myuhc.com doesn't load.
3874 * fast/loader/grandparent-completion-starts-redirect-expected.txt: Added.
3875 * fast/loader/grandparent-completion-starts-redirect.html: Added.
3876 * fast/loader/resources/meta-redirect-to-notify-done.html: Added.
3877 * fast/loader/resources/parent-of-redirect.html: Added.
3879 2009-10-26 Dan Bernstein <mitz@apple.com>
3881 Reviewed by Sam Weinig.
3883 Use -webkit-background-size as the transition property in this test now
3884 that it is distinct from background-size.
3886 * transitions/multiple-background-size-transitions.html:
3888 2009-10-26 Dan Bernstein <mitz@apple.com>
3890 Rubber-stamped by Beth Dakin.
3892 Update expedted results after r50108.
3894 * svg/css/getComputedStyle-basic-expected.txt:
3896 2009-10-26 Brady Eidson <beidson@apple.com>
3898 Reviewed by Darin Adler.
3900 <rdar://problem/7308952> and http://webkit.org/b/30424 - REGRESSION (r48687): Pages on ucas.com appear blank.
3902 * fast/loader/history-forward-in-head-expected.txt: Added.
3903 * fast/loader/history-forward-in-head.html: Added.
3905 2009-10-26 Alexey Proskuryakov <ap@apple.com>
3907 Reviewed by Darin Adler.
3909 https://bugs.webkit.org/show_bug.cgi?id=30049
3910 <rdar://problem/7286002> Manipulating DOM from a script while parsing XHTML can cause a crash
3912 * fast/parser/remove-current-node-parent-x-2-expected.txt: Added.
3913 * fast/parser/remove-current-node-parent-x-2.xhtml: Added.
3914 * fast/parser/remove-current-node-parent-x-expected.txt: Added.
3915 * fast/parser/remove-current-node-parent-x.xhtml: Added.
3917 2009-10-26 Dan Bernstein <mitz@apple.com>
3919 Reviewed by Beth Dakin.
3921 background-size: X treated as background-size: X X, not background-size: X auto
3922 https://bugs.webkit.org/show_bug.cgi?id=28440
3924 * fast/backgrounds/size/parsing-background-size-values-expected.txt:
3925 * fast/backgrounds/size/parsing-inherit-expected.txt:
3926 * fast/backgrounds/size/resources/parsing-background-size-values.js:
3928 * fast/backgrounds/size/resources/parsing-inherit.js:
3929 * platform/mac/fast/css/getComputedStyle/computed-style-expected.txt:
3930 * platform/mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
3932 2009-10-26 Dimitri Glazkov <dglazkov@chromium.org>
3934 Reviewed by Geoffrey Garen.
3936 Test for https://bugs.webkit.org/show_bug.cgi?id=30765
3937 REGRESSION (r48701): Removing an event listener causes one added after it to not fire
3939 * fast/events/event-listener-list-mutation-expected.txt: Added.
3940 * fast/events/event-listener-list-mutation.html: Added.
3941 * fast/events/script-tests/event-listener-list-mutation.js: Added.
3942 (TestMutation.listeners):
3943 (TestMutation.mutateList):
3945 2009-10-26 Xan Lopez <xlopez@igalia.com>
3947 Skip test fast/loader/opaque-base-url.html with a reference to the
3948 bug tracking it, https://bugs.webkit.org/show_bug.cgi?id=30724
3950 * platform/gtk/Skipped:
3952 2009-10-26 Nate Chapin <japhet@chromium.org>
3954 Reviewed by Alexey Proskuryakov.
3956 Update no-referrer-reset for https://bugs.webkit.org/show_bug.cgi?id=30781.
3958 * http/tests/navigation/no-referrer-reset-expected.txt: Expect window.opener to still be set.
3959 * http/tests/navigation/no-referrer-reset.html: Update text to reflect what the test actually does.
3961 2009-10-26 Ryosuke Niwa <rniwa@webkit.org>
3963 Reviewed by Eric Seidel.
3965 Data loss occurs when unbolding nested bold tags.
3966 https://bugs.webkit.org/show_bug.cgi?id=30083
3968 Adds a test to make sure WebKit can remove nested b, i, & s tags properly
3969 without loosing the content of inner elements.
3971 * editing/style/remove-nested-inline-styles-expected.txt: Added.
3972 * editing/style/remove-nested-inline-styles.html: Added.
3973 * editing/style/script-tests/remove-nested-inline-styles.js: Added.
3974 (removeStyleAndExpect):
3976 2009-10-26 Sam Weinig <sam@webkit.org>
3978 Rubber-stamped by Darin Adler.
3980 Rollout r50041-50043. The HTML5 spec changed to make HTMLOptionsCollection
3981 inherit from HTMLCollection.
3983 * fast/dom/wrapper-classes-expected.txt:
3985 2009-10-26 Rahul Kuchhal <kuchhal@chromium.org>
3987 Reviewed by Eric Seidel.
3989 Prevent crash when optgroup element is empty.
3991 https://bugs.webkit.org/show_bug.cgi?id=30365
3993 * fast/forms/select-empty-optgroup-expected.txt: Added.
3994 * fast/forms/select-empty-optgroup.html: Added.
3996 2009-10-26 Csaba Osztrogonác <ossy@webkit.org>
3998 Unreviewed typo fix.
4000 * platform/qt/Skipped: shared-workers-close.html replaced with shared-worker-close.html
4002 2009-10-23 Alexey Proskuryakov <ap@apple.com>
4004 Reviewed by Adam Barth and Darin Adler.
4006 https://bugs.webkit.org/show_bug.cgi?id=30723
4007 <rdar://problem/6189415> Input names added to multipart/form-data headers need to be escaped.
4009 * http/tests/security/escape-form-data-field-names-expected.txt: Added.
4010 * http/tests/security/escape-form-data-field-names.html: Added.
4011 * http/tests/security/resources/escape-form-data-field-names.cgi: Added.
4013 2009-10-26 Andras Becsi <becsi.andras@stud.u-szeged.hu>
4015 Reviewed by Ariya Hidayat.
4017 [Qt] Skip two flakey tests because of sporadic timeouts.
4019 * platform/qt/Skipped:
4021 2009-10-26 Andras Becsi <becsi.andras@stud.u-szeged.hu>
4023 Reviewed by Ariya Hidayat.
4025 [Qt] Skipping two other tests because of missing features on our platform.
4027 * platform/qt/Skipped:
4029 2009-10-26 Andras Becsi <becsi.andras@stud.u-szeged.hu>
4031 Reviewed by Ariya Hidayat.
4033 [Qt] Add platform-dependent expected file for test added in r49875.
4035 * platform/qt/fast/css/getComputedStyle/marginComputedStyle-expected.txt: Added.
4037 2009-10-26 Andras Becsi <becsi.andras@stud.u-szeged.hu>
4039 Reviewed by Ariya Hidayat.
4041 [Qt] Update outdated expected files which expected wrong color values.
4043 * platform/qt/fast/block/margin-collapse/block-inside-inline/010-expected.txt:
4044 * platform/qt/fast/block/margin-collapse/block-inside-inline/011-expected.txt:
4045 * platform/qt/fast/block/margin-collapse/block-inside-inline/012-expected.txt:
4046 * platform/qt/fast/block/margin-collapse/block-inside-inline/015-expected.txt:
4047 * platform/qt/fast/block/margin-collapse/block-inside-inline/016-expected.txt:
4048 * platform/qt/fast/block/margin-collapse/block-inside-inline/020-expected.txt:
4050 2009-10-26 Keishi Hattori <casey.hattori@gmail.com>
4052 Reviewed by Pavel Feldman.
4054 Fix for Console not showing repeat count when repeatedly logging an Event
4055 https://bugs.webkit.org/show_bug.cgi?id=30324
4057 * inspector/console-tests-expected.txt:
4059 2009-10-26 Eric Carlson <eric.carlson@apple.com>
4061 Reviewed by Eric Seidel.
4063 Remove HTML5 media element 'load' event
4064 https://bugs.webkit.org/show_bug.cgi?id=30464
4066 Part 1, change layout tests to not use the event.
4068 * media/audio-constructor-autobuffer-expected.txt:
4069 * media/audio-constructor-autobuffer.html:
4070 * media/audio-constructor-expected.txt:
4071 * media/audio-constructor-src-expected.txt:
4072 * media/audio-constructor-src.html:
4073 * media/audio-constructor.html:
4074 * media/audio-controls-rendering.html:
4075 * media/audio-data-url-expected.txt:
4076 * media/audio-data-url.html:
4077 * media/audio-mpeg-supported-expected.txt:
4078 * media/audio-mpeg-supported.html:
4079 * media/media-load-event-expected.txt:
4080 * media/media-load-event.html:
4081 * media/progress-event-expected.txt:
4082 * media/progress-event-total-expected.txt:
4083 * media/progress-event-total.html:
4084 * media/progress-event.html:
4085 * media/remove-from-document-expected.txt:
4086 * media/remove-from-document-no-load-expected.txt:
4087 * media/remove-from-document-no-load.html:
4088 * media/remove-from-document.html:
4089 * media/restore-from-page-cache-expected.txt:
4090 * media/restore-from-page-cache.html:
4091 * media/video-append-source-expected.txt:
4092 * media/video-append-source.html:
4093 * media/video-buffered-expected.txt:
4094 * media/video-buffered.html:
4095 * media/video-canvas-source-expected.txt:
4096 * media/video-canvas-source.html:
4097 * media/video-controls-expected.txt:
4098 * media/video-controls-transformed-expected.txt:
4099 * media/video-controls-transformed.html:
4100 * media/video-controls-zoomed-expected.txt:
4101 * media/video-controls-zoomed.html:
4102 * media/video-controls.html:
4103 * media/video-currentTime-expected.txt:
4104 * media/video-currentTime-set-expected.txt:
4105 * media/video-currentTime-set.html:
4106 * media/video-currentTime-set2-expected.txt:
4107 * media/video-currentTime-set2.html:
4108 * media/video-currentTime.html:
4109 * media/video-dom-src-expected.txt:
4110 * media/video-dom-src.html:
4111 * media/video-error-abort-expected.txt:
4112 * media/video-error-abort.html:
4113 * media/video-error-does-not-exist.html:
4114 * media/video-muted-expected.txt:
4115 * media/video-muted.html:
4116 * media/video-no-autoplay-expected.txt:
4117 * media/video-no-autoplay.html:
4118 * media/video-seek-past-end-paused-expected.txt:
4119 * media/video-seek-past-end-paused.html:
4120 * media/video-seek-past-end-playing-expected.txt:
4121 * media/video-seek-past-end-playing.html:
4122 * media/video-seekable-expected.txt:
4123 * media/video-seekable.html:
4124 * media/video-seeking-expected.txt:
4125 * media/video-seeking.html:
4126 * media/video-src-change-expected.txt:
4127 * media/video-src-change.html:
4128 * media/video-volume-expected.txt:
4129 * media/video-volume.html:
4131 2009-10-26 Chris Fleizach <cfleizach@apple.com>
4133 Reviewed by Darin Adler.
4135 crash with AX on when an image map contains an anchor tag
4136 https://bugs.webkit.org/show_bug.cgi?id=30739
4138 * accessibility/crashing-a-tag-in-map-expected.txt: Added.
4139 * accessibility/crashing-a-tag-in-map.html: Added.
4141 2009-10-26 Csaba Osztrogonác <ossy@webkit.org>
4143 Rubber-stamped by Tor Arne Vestbø.
4145 http/tests/cookies/simple-cookies-max-age.html moved to flakey tests group.
4146 http/tests/xmlhttprequest/workers/close.html added to flakey tests group.
4148 * platform/qt/Skipped:
4150 2009-10-26 Csaba Osztrogonác <ossy@webkit.org>
4152 Unreviewed trivial fix for r49854.
4154 * platform/qt/Skipped: Missing html extension added.
4156 2009-10-26 Jan Michael Alonzo <jmalonzo@webkit.org>
4158 Reviewed by Gustavo Noronha.
4160 [Gtk] Reenable mod_rewrite in Fedora's httpd.conf
4161 https://bugs.webkit.org/show_bug.cgi?id=30741
4163 * http/conf/fedora-httpd.conf:
4165 2009-10-25 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
4167 Unreviewed. Rebaseline test after 49998.
4169 * platform/gtk/fast/dom/prototype-inheritance-2-expected.txt:
4171 2009-10-25 Hironori Bono <hbono@chromium.org>
4173 Reviewed by Darin Adler.
4175 A quick fix for Bug 29103.
4176 Since String::startsWith() cannot fold non-ASCII characters, this change folds the prefix string
4177 and the option string before calling String::startsWith().
4178 https://bugs.webkit.org/show_bug.cgi?id=29103
4180 * fast/forms/listbox-typeahead-cyrillic-expected.txt: Added.
4181 * fast/forms/listbox-typeahead-cyrillic.html: Added.
4182 * fast/forms/listbox-typeahead-greek-expected.txt: Added.
4183 * fast/forms/listbox-typeahead-greek.html: Added.
4185 2009-10-25 Sam Weinig <sam@webkit.org>
4187 Reviewed by Dan Bernstein.
4189 Update tests for https://bugs.webkit.org/show_bug.cgi?id=30751
4190 HTMLOptionsCollection should not inherit from HTMLCollection
4192 * fast/dom/wrapper-classes-expected.txt:
4194 2009-10-24 Dan Bernstein <mitz@apple.com>
4196 Reviewed by Sam Weinig.