1 2010-05-06 Alexey Proskuryakov <ap@apple.com>
3 Reviewed by Geoff Garen.
5 https://bugs.webkit.org/show_bug.cgi?id=38697
6 REGRESSION (r58299): Replying on reddit.com no longer works
8 * fast/css/misplaced-paged-media-pseudo-expected.txt: Added.
9 * fast/css/misplaced-paged-media-pseudo.html: Added.
11 * printing/page-rule-css-text-expected.txt: :first, :left and :right are no longer recognized,
12 landing regressed results until they can be properly implemented.
14 2010-05-06 Anders Carlsson <andersca@apple.com>
16 Reviewed by Darin Adler and Dan Bernstein..
18 REGRESSION (r51617): when plugins are disabled, plugins show up as garbage characters
19 https://bugs.webkit.org/show_bug.cgi?id=38698
20 <rdar://problem/7942075>
24 * platform/mac/plugins/disable-plugins-expected.txt: Added.
25 * platform/mac/plugins/disable-plugins.html: Added.
27 2010-05-06 John Gregg <johnnyg@google.com>
29 Unreviewed, rebaseline for chromium test.
31 [chromium] Deal with different local path structure on windows.
33 * platform/chromium-win/fast/notifications: Added.
34 * platform/chromium-win/fast/notifications/notifications-replace-expected.txt: Added.
36 2010-05-06 Dirk Pranke <dpranke@chromium.org>
38 Unreviewed, expectations fix.
40 Delete a line for a test that is no longer failing on chromium linux.
42 * platform/chromium/test_expectations.txt:
44 2010-05-06 Oliver Hunt <oliver@apple.com>
46 Reviewed by Geoffrey Garen.
48 Improve performance of single character string compares
49 https://bugs.webkit.org/show_bug.cgi?id=38659
51 Add many tests of <, >, <=, >=, ==, ===, !=, !== as the existing
52 tests were woefully inadequate.
54 * fast/js/comparison-operators-expected.txt: Added.
55 * fast/js/comparison-operators-greater-expected.txt: Added.
56 * fast/js/comparison-operators-greater.html: Added.
57 * fast/js/comparison-operators-less-expected.txt: Added.
58 * fast/js/comparison-operators-less.html: Added.
59 * fast/js/comparison-operators.html: Added.
60 * fast/js/script-tests/comparison-operators-greater.js: Added.
61 (description.makeTest.func.f.toString):
62 (description.makeTest):
64 * fast/js/script-tests/comparison-operators-less.js: Added.
65 (description.makeTest.func.f.toString):
66 (description.makeTest):
68 * fast/js/script-tests/comparison-operators.js: Added.
69 (description.makeTest.func.f.toString):
70 (description.makeTest):
73 2010-05-06 John Gregg <johnnyg@google.com>
75 Unreviewed. Updating test expectations.
77 [chromium] enabling notifications tests after test_shell change.
79 * platform/chromium/test_expectations.txt:
81 2010-05-06 Ojan Vafai <ojan@chromium.org>
83 Reviewed by Adam Barth.
85 editing/selection/shift-click.html fails on GTK and QT
86 https://bugs.webkit.org/show_bug.cgi?id=38656
88 r58892 added this test. It's the first test for shift+click behavior,
89 so it exposed bugs in GTK/QT. Skipping to green the bots.
91 * platform/gtk/Skipped:
92 * platform/qt/Skipped:
94 2010-05-06 Evan Martin <evan@chromium.org>
96 Unreviewed. Updating test expectations.
98 [chromium] new baselines for r58886
99 https://bugs.webkit.org/show_bug.cgi?id=38652
101 * platform/chromium-linux/fast/lists/w3-css3-list-styles-numeric-expected.txt:
102 * platform/chromium-linux/fast/text/international/danda-space-expected.checksum:
103 * platform/chromium-linux/fast/text/international/danda-space-expected.png:
104 * platform/chromium-linux/fast/text/international/danda-space-expected.txt:
105 * platform/chromium-linux/fast/text/international/thai-baht-space-expected.checksum:
106 * platform/chromium-linux/fast/text/international/thai-baht-space-expected.png:
107 * platform/chromium-linux/fast/text/international/thai-baht-space-expected.txt:
108 * platform/chromium/test_expectations.txt:
110 2010-05-05 Ojan Vafai <ojan@chromium.org>
112 Reviewed by Darin Adler.
114 shift+click on an existing selection doesn't work right
115 https://bugs.webkit.org/show_bug.cgi?id=36542
117 NSTextView behavior is to move the end of the selection
118 closest to the shift-click. Win/Linux behavior is to always
119 move the focus end of the selection.
121 * editing/selection/script-tests/shift-click.js: Added.
123 (assertSelectionString):
124 * editing/selection/shift-click-expected.txt: Added.
125 * editing/selection/shift-click.html: Added.
126 * platform/win/editing/selection/shift-click-expected.txt: Added.
128 2010-05-05 Antonio Gomes <tonikitoo@webkit.org>
130 Rubber-stamped Kenneth Christiansen.
132 Spatial Navigation: use data url in layout tests
133 https://bugs.webkit.org/show_bug.cgi?id=38584
135 In order to make Spatial Navigation layout tests more readable, patch
136 changes the use or src=resources/iframeXXX.html by inlined sources via
141 * fast/events/spatial-navigation/resources/iframe.html: Removed.
142 * fast/events/spatial-navigation/resources/iframe2.html: Removed.
143 * fast/events/spatial-navigation/resources/iframe3.html: Removed.
144 * fast/events/spatial-navigation/resources/iframe4.html: Removed.
145 * fast/events/spatial-navigation/snav-iframe-no-focusable-content.html:
146 * fast/events/spatial-navigation/snav-iframe-no-scrollable-content.html:
147 * fast/events/spatial-navigation/snav-iframe-with-offscreen-focusable-element.html:
149 2010-05-05 Antonio Gomes <tonikitoo@webkit.org>
151 Reviewed by Kenneth Christiansen.
153 Spatial Navigation: Add LayoutTest with frame flattening feature on.
154 https://bugs.webkit.org/show_bug.cgi?id=38585
156 * fast/events/spatial-navigation/snav-iframe-flattening-simple-expected.txt: Added.
157 * fast/events/spatial-navigation/snav-iframe-flattening-simple.html: Added.
159 2010-05-06 Vitaly Repeshko <vitalyr@chromium.org>
161 [chromium] Unreviewed. Updating expectations.
163 * platform/chromium-linux/fast/url/segments-expected.txt: Added.
164 * platform/chromium-linux/fast/url/segments-from-data-url-expected.txt: Added.
165 * platform/chromium-mac/fast/url/segments-expected.txt: Added.
166 * platform/chromium-mac/fast/url/segments-from-data-url-expected.txt: Added.
167 * platform/chromium-win/fast/url/segments-expected.txt: Added.
168 * platform/chromium-win/fast/url/segments-from-data-url-expected.txt: Added.
169 * platform/chromium/test_expectations.txt:
171 2010-05-06 Adam Barth <abarth@webkit.org>
173 Reviewed by Eric Seidel.
175 drop support for sessionStorage in sandbox iframes
176 https://bugs.webkit.org/show_bug.cgi?id=38151
178 Update test expectation. This test was originally created to show that
179 we complied with the letter of the spec, but our behavior is insecure.
180 In the future, we might revert this change and implement a separate
181 storage area for each unique origin.
183 * fast/frames/resources/sandboxed-iframe-storage-disallowed.html:
184 * fast/frames/sandboxed-iframe-storage-expected.txt:
186 2010-05-06 Andy Estes <aestes@apple.com>
188 Reviewed by Maciej Stachowiak.
190 Add a test to ensure popups are allowed when the user submits a form with target="_blank".
192 https://bugs.webkit.org/show_bug.cgi?id=37335
193 <rdar://problem/7884980>
195 * fast/events/popup-allowed-from-gesture-initiated-form-submit-expected.txt: Added.
196 * fast/events/popup-allowed-from-gesture-initiated-form-submit.html: Added.
197 * fast/events/resources/popup-allowed-from-gesture-initiated-form-submit-target.html: Added.
199 2010-05-05 Charles Wei <charles.wei@torchmobile.com.cn>
201 Reviewed by George Staikos
203 https://bugs.webkit.org/show_bug.cgi?id=37848
204 Add test cases for -wap-input-format and -wap-input-required of WCSS
206 * fast/wcss/wap-input-format-expected.txt: Added.
207 * fast/wcss/wap-input-format.xhtml: Added.
208 * fast/wcss/wap-input-required-expected.txt: Added.
209 * fast/wcss/wap-input-required.xhtml: Added.
211 2010-05-05 Shinichiro Hamaji <hamaji@chromium.org>
213 Reviewed by Eric Seidel.
215 [GTK] Markup of copied non ASCII characters is broken
216 https://bugs.webkit.org/show_bug.cgi?id=37918
218 This test was fixed by http://trac.webkit.org/changeset/58468
220 * platform/gtk/Skipped:
222 2010-05-05 Csaba Osztrogonác <ossy@webkit.org>
224 Rubber-stamped by Alexey Proskuryakov.
226 [Qt] Enable Sputnik tests.
227 https://bugs.webkit.org/show_bug.cgi?id=38457
229 * platform/qt/Skipped: Only skip tests that fail.
231 2010-05-05 Steven Lai <steven_lai@asia.apple.com>
233 Reviewed by Alexey Proskuryakov.
235 Remove platform specific test result
236 Don't print the formatted string of the z-index in the test case
237 since there's a risk that the output on different c stdlib implementations/platforms/locale could be different
238 https://bugs.webkit.org/show_bug.cgi?id=38617.
240 * fast/dom/clone-node-z-index-expected.txt:
241 * fast/dom/clone-node-z-index.html:
242 * platform/win/fast/dom/clone-node-z-index-expected.txt: Removed.
244 2010-05-05 Adam Barth <abarth@webkit.org>
246 Reviewed by Alexey Proskuryakov.
248 Add a test of URL segmentation from a data URL base
249 https://bugs.webkit.org/show_bug.cgi?id=38606
251 As requested by Alexey. These tests find some interesting behavior in
252 both KURL and GURL. We'll need to go through them in more detail later
253 to understand what the right behavior is.
255 * fast/url/script-tests/segments-from-data-url.js: Added.
256 * fast/url/segments-from-data-url-expected.txt: Added.
257 * fast/url/segments-from-data-url.html: Added.
259 2010-05-05 Adam Barth <abarth@webkit.org>
261 Reviewed by Alexey Proskuryakov.
263 Add a test of URL segmentation
264 https://bugs.webkit.org/show_bug.cgi?id=38600
266 These tests are based on URLParser.Standard from
267 http://code.google.com/p/google-url/source/browse/trunk/src/url_parse_unittest.cc
269 * fast/url/resources/utilities.js:
271 - I changed this to use deterministic IDs because (theoretically)
272 the old way was flaky in case the IDs collided.
274 - Here we're using HTMLAnchorElement's attributes to infer the
275 internal segmentation. Unforunately, there don't seem to be
276 accessors for usernames and passwords of URLs.
277 * fast/url/script-tests/segments.js: Added.
278 - I'm not 100% sure all the test cases here represent the intent of
279 the original test author. The tricky bit is we don't have a good
280 way to test absolute URL parsing from the web platform, which
281 means a bunch of these become tests of how we handle relative
282 URLs. However, I'm not one to turn down more test cases.
283 * fast/url/script-tests/trivial-segments.js: Added.
284 - This is more of a test of the testing harness to make sure its
285 working properly when running on other browsers.
286 * fast/url/segments-expected.txt: Added.
287 * fast/url/trivial-segments-expected.txt: Added.
288 - As usual, these have their "PASS" expectations set to the
289 Chromium behavior but have their -expected.txt set to the normal
290 WebKit behavior, letting us track differences between the two.
291 * fast/url/segments.html: Added.
292 * fast/url/trivial-segments.html: Added.
294 2010-05-05 Dirk Pranke <dpranke@chromium.org>
296 Unreviewed, expectations change.
298 * platform/chromium/test_expectations.txt:
300 2010-05-05 Brian Weinstein <bweinstein@apple.com>
302 Rubber-stamped by Mark Rowe.
304 Add Windows-specific results for clone-node-z-index.html. The difference in results is harmless (the number is the same),
305 but the difference is being tracked by https://bugs.webkit.org/show_bug.cgi?id=38617.
307 * platform/win/fast/dom/clone-node-z-index-expected.txt: Added.
309 2010-05-05 Dan Bernstein <mitz@apple.com>
311 Reviewed by Simon Fraser.
313 <rdar://problem/7932072> Iframes in composited layers don’t repaint correctly (affects Yahoo! Mail with Flash Player 10.1)
314 https://bugs.webkit.org/show_bug.cgi?id=38427
316 * compositing/iframes/iframe-in-composited-layer.html: Added.
317 * platform/mac/compositing/iframes/iframe-in-composited-layer-expected.checksum: Added.
318 * platform/mac/compositing/iframes/iframe-in-composited-layer-expected.png: Added.
319 * platform/mac/compositing/iframes/iframe-in-composited-layer-expected.txt: Added.
321 2010-05-05 Chris Marrin <cmarrin@apple.com>
323 Reviewed by Simon Fraser.
325 Got composited iframes showing up on Mac again
326 https://bugs.webkit.org/show_bug.cgi?id=38565
328 This is a pixel test to verify that the iframe is rendering correctly
330 * compositing/iframes/composited-iframe-alignment.html: Added.
331 * platform/mac/compositing/iframes/composited-iframe-alignment-expected.checksum: Added.
332 * platform/mac/compositing/iframes/composited-iframe-alignment-expected.png: Added.
333 * platform/mac/compositing/iframes/composited-iframe-alignment-expected.txt: Added.
335 2010-05-05 Alexey Proskuryakov <ap@apple.com>
337 Reviewed by Darin Adler.
339 https://bugs.webkit.org/show_bug.cgi?id=38260
340 <rdar://problem/7917548> Fix whitespace removing in deprecatedParseURL().
342 * http/tests/security/xss-DENIED-javascript-with-spaces-expected.txt: Added.
343 * http/tests/security/xss-DENIED-javascript-with-spaces.html: Added.
345 2010-05-05 Chris Fleizach <cfleizach@apple.com>
347 Reviewed by Beth Dakin.
349 Many AXUnknown showing up in the hierarchy
350 https://bugs.webkit.org/show_bug.cgi?id=38607
352 * platform/mac-leopard/Skipped:
353 * platform/mac-tiger/Skipped:
354 * platform/mac/accessibility/parent-of-table-row-is-table-expected.txt: Added.
355 * platform/mac/accessibility/parent-of-table-row-is-table.html: Added.
357 2010-05-05 Jian Li <jianli@chromium.org>
359 Reviewed by David Levin.
361 XMLHttpRequestUpload events do not fire when sending a raw file or FormData object.
362 https://bugs.webkit.org/show_bug.cgi?id=37771
364 Add a layout test to test upload events firing.
366 * http/tests/local/formdata/resources/send-form-data-common.js:
369 (testSendingFormData):
370 * http/tests/local/formdata/script-tests/send-form-data-with-sliced-file.js:
371 * http/tests/local/formdata/script-tests/send-form-data.js:
372 * http/tests/local/formdata/script-tests/upload-events.js: Added.
373 * http/tests/local/formdata/upload-events-expected.txt: Added.
374 * http/tests/local/formdata/upload-events.html: Added.
375 * platform/gtk/Skipped: Skip the new test because eventSender.beginDragWithFiles is not supported in gtk platform.
376 * platform/qt/Skipped: Skip the new test because eventSender.beginDragWithFiles is not supported in qt platform.
377 * platform/win/Skipped: Skip the new test because eventSender.beginDragWithFiles is not supported in win platform.
379 2010-05-05 Dirk Pranke <dpranke@chromium.org>
381 Unreviewed, expectations fix.
383 Update expectations with tests that are now passing (possibly flaky?).
385 * platform/chromium/test_expectations.txt:
387 2010-05-05 Dirk Pranke <dpranke@chromium.org>
389 Unreviewed, expectations fix.
391 Mark svg/custom/mask-changes.svg and http/tests/loading/bad-scheme-subframe.html as failing on Chromium Linux until they can be triaged.
393 * platform/chromium/test_expectations.txt:
395 2010-05-05 Alexey Proskuryakov <ap@apple.com>
397 Roll out r58830 for breaking tests.
399 Was: https://bugs.webkit.org/show_bug.cgi?id=38546
400 Node.focus() fails to move focus from subframe properly
402 * fast/frames/take-focus-from-iframe.html: Removed.
403 * platform/mac/fast/frames/take-focus-from-iframe-expected.checksum: Removed.
404 * platform/mac/fast/frames/take-focus-from-iframe-expected.png: Removed.
405 * platform/mac/fast/frames/take-focus-from-iframe-expected.txt: Removed.
407 2010-05-05 Alexey Proskuryakov <ap@apple.com>
409 Reviewed by Adele Peterson.
411 https://bugs.webkit.org/show_bug.cgi?id=38546
412 Node.focus() fails to move focus from subframe properly
414 * fast/frames/take-focus-from-iframe.html: Added.
415 * platform/mac/fast/frames/take-focus-from-iframe-expected.checksum: Added.
416 * platform/mac/fast/frames/take-focus-from-iframe-expected.png: Added.
417 * platform/mac/fast/frames/take-focus-from-iframe-expected.txt: Added.
419 2010-05-05 Jeremy Moskovich <jeremy@chromium.org>
421 Unreviewed, updated baselines.
423 skia r561 broke a bunch of chromium image baselines.
424 Update test_expectations to include remaining failures.
426 * platform/chromium/test_expectations.txt:
428 2010-05-05 Jeremy Moskovich <jeremy@chromium.org>
430 Unreviewed, updated baselines.
432 skia r561 broke a bunch of chromium image baselines.
433 Rebase a few tests that were missed by previous passes.
435 * platform/chromium-linux/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.checksum:
436 * platform/chromium-linux/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.png:
437 * platform/chromium-linux/svg/custom/mask-changes-expected.checksum: Added.
438 * platform/chromium-linux/svg/custom/mask-changes-expected.png: Added.
439 * platform/chromium/test_expectations.txt:
441 2010-05-05 Jeremy Moskovich <jeremy@chromium.org>
443 Unreviewed, updated baselines - 6th and final batch.
445 skia r561 broke a bunch of chromium image baselines.
446 <long list of new image baselines redacted>
448 * platform/chromium/test_expectations.txt:
450 2010-05-05 Jeremy Moskovich <jeremy@chromium.org>
452 Unreviewed, updated baselines - 5th batch.
454 skia r561 broke a bunch of chromium image baselines.
455 <long list of new image baselines redacted>
457 * platform/chromium/test_expectations.txt:
459 2010-05-05 Jeremy Moskovich <jeremy@chromium.org>
461 Unreviewed, updated baselines - 4th batch.
463 skia r561 broke a bunch of chromium image baselines.
464 <long list of new image baselines redacted>
466 * platform/chromium/test_expectations.txt:
468 2010-05-05 Jeremy Moskovich <jeremy@chromium.org>
470 Unreviewed, updated baselines - 3rd batch.
472 skia r561 broke a bunch of chromium image baselines.
473 <long list of new image baselines redacted>
475 * platform/chromium/test_expectations.txt:
477 2010-05-05 Jeremy Moskovich <jeremy@chromium.org>
479 Unreviewed, updated baselines - 2nd batch.
481 skia r561 broke a bunch of chromium image baselines.
482 <long list of new image baselines redacted>
484 * platform/chromium/test_expectations.txt:
486 2010-05-05 Jeremy Moskovich <jeremy@chromium.org>
488 Unreviewed, updated baselines - 1st batch.
490 skia r561 broke a bunch of chromium image baselines.
491 <long list of new image baselines redacted>
493 * platform/chromium/test_expectations.txt:
495 2010-05-05 Jeremy Moskovich <jeremy@chromium.org>
497 Unreviewed, expectations change.
499 recommit r58747 - Preparing for chromium skia roll incorporating changes up to r561.
500 Add expected failures so bots don't turn red while rolling.
502 https://bugs.webkit.org/show_bug.cgi?id=38512
504 * platform/chromium/test_expectations.txt:
506 2010-05-05 Xan Lopez <xlopez@igalia.com>
508 Skip flakey workers test.
510 * platform/gtk/Skipped:
512 2010-05-04 Dirk Pranke <dpranke@chromium.org>
514 Unreviewed, expectations fix.
516 Re-add the two expectations lines that got mistakenly deleted in
519 * platform/chromium/test_expectations.txt:
521 2010-05-04 Chris Marrin <cmarrin@apple.com>
523 Reviewed by Simon Fraser.
525 Made composited iframes work on Windows
526 https://bugs.webkit.org/show_bug.cgi?id=32446
528 I've added one new test (composited-parent-iframe.html) which
529 shows both the parent iframe and the iframe contents document
530 with compositing. It also shows correct behavior with clipping,
531 borders, margins, padding and shadows. It also sets the iframe
532 size as a percent of the page to show correct resizing behavior.
533 The existing composited-iframe.html has been changed similarly
534 but without the page resizing. The existing preserve-3d-switching.html
535 test needed new results because of changes to the layer dumper.
537 * compositing/geometry/preserve-3d-switching-expected.txt:
538 * compositing/iframes/composited-iframe.html:
539 * compositing/iframes/composited-parent-iframe.html: Added.
540 * compositing/iframes/resources/composited-subframe.html:
541 * platform/win/compositing/iframes/composited-iframe-expected.txt:
542 * platform/win/compositing/iframes/composited-parent-iframe-expected.txt: Added.
544 2010-05-04 Alexey Proskuryakov <ap@apple.com>
548 Updated test results - the test still passes.
550 * http/tests/security/postMessage/invalid-origin-throws-exception-expected.txt:
552 2010-05-04 Chris Fleizach <cfleizach@apple.com>
554 Reviewed by Beth Dakin.
556 AX: layout tests need to be updated to reflect what is being tested
557 https://bugs.webkit.org/show_bug.cgi?id=38556
559 Many of the initial AX layout tests just dumped a lot of attributes and did not
560 have a focused test. This updates some of those tests (more to follow in the future).
562 * accessibility/image-map1.html:
563 * accessibility/img-aria-button-alt-tag-expected.txt:
564 * accessibility/img-aria-button-alt-tag.html:
565 * accessibility/input-image-alt-expected.txt:
566 * accessibility/input-image-alt.html:
567 * accessibility/placeholder-expected.txt:
568 * accessibility/placeholder.html:
569 * platform/mac/accessibility/image-map1-expected.txt:
571 2010-05-04 Dirk Pranke <dpranke@chromium.org>
573 Unreviewed, expectations change.
575 Delete the chromium-linux fast/text/international/bold-bengali failure;
576 it doesn't fail any more.
578 * platform/chromium/test_expectations.txt:
580 2010-05-04 Zhenyao Mo <zmo@google.com>
582 Reviewed by Dimitri Glazkov.
584 getFramebufferAttachmentParameter should return the original WebGLTexture/WebGLRenderbuffer instead of creating new ones sharing names.
585 https://bugs.webkit.org/show_bug.cgi?id=38236
587 * fast/canvas/webgl/gl-object-get-calls-expected.txt: Check if getFramebufferAttachmentParameter return a texture/renderbuffer that matches the original one.
588 * fast/canvas/webgl/script-tests/gl-object-get-calls.js: Ditto.
590 2010-05-04 David Levin <levin@chromium.org>
592 Unreviewed tests skips for qt/gtk.
594 Add the recently added drag and drop tests to the
595 skipped lists for both gtk and qt to go along with
596 the other drag and drop tests that are skipped on
599 * platform/gtk/Skipped:
600 * platform/qt/Skipped:
602 2010-05-04 Kent Tamura <tkent@chromium.org>
604 Reviewed by David Levin (and unofficially by Enrica Casucci).
606 REGRESSION(r54368): Text drag-and-drop from input/textarea doesn't work
607 if the text is like a URL
608 https://bugs.webkit.org/show_bug.cgi?id=38374
610 * editing/pasteboard/drag-drop-url-text-expected.txt: Added.
611 * editing/pasteboard/drag-drop-url-text.html: Added.
613 2010-05-04 Csaba Osztrogonác <ossy@webkit.org>
617 [Qt] http/tests/security/cross-frame-access-name-getter.html timed out
618 https://bugs.webkit.org/show_bug.cgi?id=38540
620 * platform/qt/Skipped: http/tests/security/cross-frame-access-name-getter.html skipped until bug fixed.
622 2010-05-04 Dirk Pranke <dpranke@chromium.org>
624 Unreviewed, expectations change.
626 Remove a bunch of test failures that are no longer failing (likely fixed in r58762).
628 * platform/chromium/test_expectations.txt:
630 2010-05-04 John Gregg <johnnyg@google.com>
632 Unreviewed, build fix.
634 Add new notifications tests to the qt skipped file, since they are not supported there.
636 * platform/qt/Skipped:
638 2010-05-04 Steven Lai <steven_lai@asia.apple.com>
640 Reviewed by Darin Adler.
642 https://bugs.webkit.org/show_bug.cgi?id=37900
643 <rdar://problem/7806164> cloneNode() does not preserve z-index with more than six digits
645 * fast/dom/HTMLInputElement/clone-input-checked-expected.txt: Added.
646 * fast/dom/HTMLInputElement/clone-input-checked.html: Added.
647 * fast/dom/clone-node-z-index-expected.txt: Added.
648 * fast/dom/clone-node-z-index.html: Added.
650 2010-04-29 John Gregg <johnnyg@google.com>
652 Reviewed by Dmitry Titov.
654 notifications should have dir and replaceId attributes
655 Tests are disabled until the attributes are correctly handled
656 in Chromium test_shell.
657 https://bugs.webkit.org/show_bug.cgi?id=38336
659 * fast/notifications/notifications-replace-expected.txt: Added.
660 * fast/notifications/notifications-replace.html: Added.
661 * fast/notifications/notifications-rtl-expected.txt: Added.
662 * fast/notifications/notifications-rtl.html: Added.
663 * platform/chromium/test_expectations.txt:
665 2010-05-03 Joseph Pecoraro <joepeck@webkit.org>
667 Reviewed by Dan Bernstein.
669 REGRESSION: Text clipped in absolutely positioned search inputs
670 https://bugs.webkit.org/show_bug.cgi?id=38468
672 Update the test to include a second search field and show
673 the clipping of a search input is like a text input.
675 * fast/css/input-search-padding.html:
676 * platform/mac/fast/css/input-search-padding-expected.checksum:
677 * platform/mac/fast/css/input-search-padding-expected.png:
678 * platform/mac/fast/css/input-search-padding-expected.txt:
680 2010-05-04 Ben Murdoch <benm@google.com>
682 Reviewed by Simon Hausmann.
684 Crash in handleTouchEvent: using dangling node ptrs in hashmap
685 https://bugs.webkit.org/show_bug.cgi?id=38514
687 * fast/events/touch/resources/touch-stale-node-crash.js: Added.
688 * fast/events/touch/resources/send-touch-up.html: Added.
689 * fast/events/touch/touch-stale-node-crash-expected.txt: Added.
690 * fast/events/touch/touch-stale-node-crash.html: Added.
692 2010-05-04 Jeremy Moskovich <jeremy@chromium.org>
694 Unreviewed, expectations change.
696 Revert r58747 - postponing Skia roll, at which time
697 we'll need to add these expected failures back.
699 https://bugs.webkit.org/show_bug.cgi?id=38512
701 * platform/chromium/test_expectations.txt:
703 2010-05-04 Jeremy Moskovich <jeremy@chromium.org>
705 Reviewed by Pavel Feldman.
707 Preparing for chromium skia roll incorporating changes up to r561.
708 Add expected failures so bots don't turn red while rolling.
710 https://bugs.webkit.org/show_bug.cgi?id=38512
712 * platform/chromium/test_expectations.txt:
714 2010-05-04 Csaba Osztrogonác <ossy@webkit.org>
716 Unreviewed fix to make Qt bot happier.
718 r58712 made fast/workers/worker-gc2.html crash. It seems to be a DRT sideeffect,
719 skipping worker-event-listener.html solve the problem until we find a real fix.
720 https://bugs.webkit.org/show_bug.cgi?id=38502
722 * platform/qt/Skipped: fast/workers/worker-event-listener.html skipped.
724 2010-05-04 Alejandro G. Castro <alex@igalia.com>
726 Unreviewed, skip test.
728 Skipping inspector/timeline-parse-html.html
729 https://bugs.webkit.org/show_bug.cgi?id=38509
731 * platform/gtk/Skipped:
733 2010-05-03 Steven Lai <steven_lai@asia.apple.com>
735 Reviewed by Brady Eidson.
737 Test hashchange() event is fired in asynchronous manner.
738 https://bugs.webkit.org/show_bug.cgi?id=36201
740 * fast/loader/hashchange-event-async-expected.txt: Added.
741 * fast/loader/hashchange-event-async.html: Added.
743 2010-05-03 Dirk Pranke <dpranke@chromium.org>
745 Unreviewed, expectations change.
747 Fix expectation for fast/forms/searchfield-heights.html - IMAGE+TEXT
748 on Linux, IMAGE on win and mac.
750 * platform/chromium/test_expectations.txt:
752 2010-05-03 Dirk Pranke <dpranke@chromium.org>
754 Unreviewed, expectations change.
756 Restore editing/pasteboard/paste-xml.xhtml as failing w/ a TEXT
757 failure (was failing prior to landing fix for 27751).
759 Mark editiing/selection/caret-rtl-2.html as failing w/ IMAGE; need
760 to investigate further.
762 Mark svg/text/kerning.svg as failing on mac w/ IMAGE as well as Linux.
764 * platform/chromium/test_expectations.txt:
766 2010-05-03 Abhishek Arya <inferno@chromium.org>
768 Reviewed by Dirk Pranke.
770 Roll back test expectations change, initially needed to land bug 27751.
771 * platform/chromium/test_expectations.txt:
773 2010-05-03 Dirk Pranke <dpranke@chromium.org>
775 Unreviewed, expectations change.
777 Roll in Chromium expectations from overrides file.
779 * platform/chromium/test_expectations.txt:
781 2010-05-03 Dirk Pranke <dpranke@chromium.org>
783 Unreviewed, expectations change.
785 Mark the SVG test failures as linux-only.
786 Mark fast/forms/searchfield-heights.html as IMAGE+TEXT, not IMAGE.
788 * platform/chromium/test_expectations.txt:
790 2010-05-03 Dirk Pranke <dpranke@chromium.org>
792 Unreviewed, expectations change.
794 And add one more Linux test (fast/forms/search-placeholder-value-changed.html)
795 from r58700. Plus, fix sorting of tests from that rev.
797 * platform/chromium/test_expectations.txt:
799 2010-05-03 Dirk Pranke <dpranke@chromium.org>
801 Unreviewed, expectations change.
803 Mark yet more mac-specific tests as failling from r58700.
805 * platform/chromium/test_expectations.txt:
807 2010-05-03 Dirk Pranke <dpranke@chromium.org>
809 Unreviewed, expectations change.
811 Mark more tests as failing from r58700 and change the sandbox test from SLOW to a
814 * platform/chromium/test_expectations.txt:
816 2010-05-03 Dirk Pranke <dpranke@chromium.org>
818 Unreviewed, expectations change.
820 Mark more editing/* tests from r58703 as failing. Also, (re-?) add the SVG tests again
821 as they do fail on some platforms.
823 * platform/chromium/test_expectations.txt:
825 2010-05-03 Csaba Osztrogonác <ossy@webkit.org>
827 [Qt] fast/frames/flattening/frameset-flattening-subframesets.html fails intermittently on Qt bot
828 Fails caused by layoutTestController.display() in fast/frames/flattening/frameset-flattening-subframe-resize.html
829 https://bugs.webkit.org/show_bug.cgi?id=37334
831 * platform/qt/Skipped:
832 - fast/frames/flattening/frameset-flattening-subframe-resize.html skipped until fix
833 - fast/frames/flattening/frameset-flattening-subframesets.html unskipped, because it works.
835 2010-05-03 Dirk Pranke <dpranke@chromium.org>
837 Unreviewed, expectations change.
839 Mark the editing/* tests from r58703 as temporarily expected to fail
840 until the other half of the two-sided patch can land.
842 * platform/chromium/test_expectations.txt:
844 2010-05-03 Oliver Hunt <oliver@apple.com>
846 Reviewed by Maciej Stachowiak.
848 Interpreter crashes due to incorrect refcounting of cached structures.
849 https://bugs.webkit.org/show_bug.cgi?id=38491
851 Add test for cached structure chains used for custom getters.
853 * fast/js/pic/cached-named-property-getter.html:
855 2010-05-03 Abhishek Arya <inferno@chromium.org>
857 Reviewed by Adam Barth.
859 Tests that javascript cannot access clipboard.
860 https://bugs.webkit.org/show_bug.cgi?id=27751
862 * editing/execCommand/clipboard-access-expected.txt: Added.
863 * editing/execCommand/clipboard-access.html: Added.
864 * editing/execCommand/script-tests/clipboard-access.js: Added.
868 2010-05-03 Dirk Pranke <dpranke@chromium.org>
870 Unreviewed, expectations change.
872 Fix duplicate expectation, remove the SVG tests added in r58700.
874 * platform/chromium/test_expectations.txt:
876 2010-05-03 Dirk Pranke <dpranke@chromium.org>
878 Unreviewed, expectations change.
880 Mark a sandbox test as SLOW and change one of the fast/forms tests I
881 just changed from IMAGE+TEXT->IMAGE back to IMAGE.
883 * platform/chromium/test_expectations.txt:
885 2010-05-03 Dirk Pranke <dpranke@chromium.org>
887 Unreviewed, expectations change.
889 Change expectations for some of the fast/forms tests that just started
890 failing from IMAGE+TEXT to just IMAGE, and add some failing SVG tests
891 so that we can get the bots to green up.
893 * platform/chromium/test_expectations.txt:
895 2010-05-03 Yaar Schnitman <yaar@chromium.org>
899 Preparing for chromium webkit roll 58626:TBD: Rebaselines
900 https://bugs.webkit.org/show_bug.cgi?id=38485
902 * platform/chromium-linux/svg/W3C-SVG-1.1/masking-mask-01-b-expected.checksum:
903 * platform/chromium-linux/svg/W3C-SVG-1.1/masking-mask-01-b-expected.png:
904 * platform/chromium-win/svg/W3C-SVG-1.1/masking-mask-01-b-expected.checksum:
905 * platform/chromium-win/svg/W3C-SVG-1.1/masking-mask-01-b-expected.png:
906 * platform/chromium/test_expectations.txt:
908 2010-05-03 Alexey Proskuryakov <ap@apple.com>
910 Reviewed by Adam Barth.
912 https://bugs.webkit.org/show_bug.cgi?id=38285
913 <rdar://problem/7903453> REGRESSION: Javascript command window.open does not work in empty tab
915 These tests don't verify that this bug is fixed (that cannot be tested automatically),
916 but test closely related behavior that hasn't been covered before.
918 * http/tests/security/resources/iframe-no-src.html: Added.
919 * http/tests/security/sandbox-inherit-to-initial-document-2-expected.txt: Added.
920 * http/tests/security/sandbox-inherit-to-initial-document-2.html: Added.
921 * http/tests/security/sandbox-inherit-to-initial-document-expected.txt: Added.
922 * http/tests/security/sandbox-inherit-to-initial-document.html: Added.
924 2010-05-03 Yaar Schnitman <yaar@chromium.org>
928 Preparing for Chromium WebKit roll 58626:TBD
929 https://bugs.webkit.org/show_bug.cgi?id=38479
931 * platform/chromium/test_expectations.txt: added missing expectation
933 2010-05-03 Yaar Schnitman <yaar@chromium.org>
937 Added missing chromium baselines for svg text kerning
938 https://bugs.webkit.org/show_bug.cgi?id=38476
940 * platform/chromium-win/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.checksum:
941 * platform/chromium-win/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.png:
942 * platform/chromium-win/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt:
943 * platform/chromium-win/svg/W3C-SVG-1.1/render-groups-01-b-expected.checksum:
944 * platform/chromium-win/svg/W3C-SVG-1.1/render-groups-01-b-expected.png: Added.
945 * platform/chromium-win/svg/W3C-SVG-1.1/render-groups-03-t-expected.checksum:
946 * platform/chromium-win/svg/W3C-SVG-1.1/render-groups-03-t-expected.png: Added.
947 * platform/chromium-win/svg/text/kerning-expected.checksum:
948 * platform/chromium-win/svg/text/kerning-expected.png:
949 * platform/chromium-win/svg/text/text-hkern-expected.checksum: Added.
950 * platform/chromium-win/svg/text/text-hkern-expected.png: Added.
951 * platform/chromium/test_expectations.txt:
953 2010-05-03 Yaar Schnitman <yaar@chromium.org>
957 Preparing for chromium webkit roll 58626:TBD
958 https://bugs.webkit.org/show_bug.cgi?id=38474
960 * platform/chromium/test_expectations.txt: Added temporary expectations.
962 2010-05-03 Yael Aharon <yael.aharon@nokia.com>
964 Reviewed by Darin Adler.
966 Use HTML5 number parsing in HTMLProgressElement
967 https://bugs.webkit.org/show_bug.cgi?id=38434
969 * fast/dom/HTMLProgressElement/script-tests/set-progress-properties.js:
970 * fast/dom/HTMLProgressElement/set-progress-properties-expected.txt:
972 2010-05-03 Csaba Osztrogonác <ossy@webkit.org>
974 Unreviewed. Qt specific expected files added after r58675.
976 * platform/qt/editing/pasteboard/4944770-2-expected.txt: Added.
977 * platform/qt/editing/pasteboard/5028447-expected.txt: Added.
978 * platform/qt/editing/pasteboard/5089327-expected.txt: Added.
979 * platform/qt/editing/pasteboard/5601583-1-expected.txt: Added.
980 * platform/qt/editing/pasteboard/paste-blockquote-after-blockquote-expected.txt: Added.
981 * platform/qt/editing/pasteboard/paste-blockquote-into-blockquote-2-expected.txt: Added.
982 * platform/qt/editing/pasteboard/paste-blockquote-into-blockquote-3-expected.txt: Added.
983 * platform/qt/editing/pasteboard/paste-blockquote-into-blockquote-4-expected.txt: Added.
984 * platform/qt/editing/pasteboard/paste-blockquote-into-blockquote-expected.txt: Added.
985 * platform/qt/editing/pasteboard/paste-text-013-expected.txt: Added.
986 * platform/qt/editing/pasteboard/select-element-1-expected.txt: Added.
987 * platform/qt/editing/pasteboard/testcase-9507-expected.txt: Added.
988 * platform/qt/editing/pasteboard/undoable-fragment-removes-expected.txt: Added.
989 * platform/qt/editing/pasteboard/unrendered-br-expected.txt: Added.
991 2010-05-03 Csaba Osztrogonác <ossy@webkit.org>
993 Unreviewed. Qt specific expected files added and updated.
995 [Qt] Unskip editing/pasteboard tests that fail due to 'x,y' differences
996 https://bugs.webkit.org/show_bug.cgi?id=38435
998 * platform/qt/editing/pasteboard/3976872-expected.txt:
999 * platform/qt/editing/pasteboard/4076267-3-expected.txt:
1000 * platform/qt/editing/pasteboard/4242293-expected.txt:
1001 * platform/qt/editing/pasteboard/4631972-expected.txt:
1002 * platform/qt/editing/pasteboard/4641033-expected.txt:
1003 * platform/qt/editing/pasteboard/4700297-expected.txt:
1004 * platform/qt/editing/pasteboard/4806874-expected.txt:
1005 * platform/qt/editing/pasteboard/4840662-expected.txt:
1006 * platform/qt/editing/pasteboard/4944770-1-expected.txt:
1007 * platform/qt/editing/pasteboard/4944770-2-expected.txt: Added.
1008 * platform/qt/editing/pasteboard/4989774-expected.txt:
1009 * platform/qt/editing/pasteboard/5006779-expected.txt:
1010 * platform/qt/editing/pasteboard/5027857-expected.txt:
1011 * platform/qt/editing/pasteboard/5028447-expected.txt: Added.
1012 * platform/qt/editing/pasteboard/5032095-expected.txt:
1013 * platform/qt/editing/pasteboard/5065605-expected.txt:
1014 * platform/qt/editing/pasteboard/5071074-2-expected.txt:
1015 * platform/qt/editing/pasteboard/5071074-expected.txt:
1016 * platform/qt/editing/pasteboard/5075944-2-expected.txt:
1017 * platform/qt/editing/pasteboard/5075944-3-expected.txt:
1018 * platform/qt/editing/pasteboard/5075944-expected.txt:
1019 * platform/qt/editing/pasteboard/5089327-expected.txt: Added.
1020 * platform/qt/editing/pasteboard/5134759-expected.txt:
1021 * platform/qt/editing/pasteboard/5156401-1-expected.txt:
1022 * platform/qt/editing/pasteboard/5245519-expected.txt:
1023 * platform/qt/editing/pasteboard/5247341-expected.txt:
1024 * platform/qt/editing/pasteboard/5368833-expected.txt:
1025 * platform/qt/editing/pasteboard/5478250-expected.txt:
1026 * platform/qt/editing/pasteboard/5483567-expected.txt:
1027 * platform/qt/editing/pasteboard/5601583-1-expected.txt: Added.
1028 * platform/qt/editing/pasteboard/5780697-2-expected.txt:
1029 * platform/qt/editing/pasteboard/7955-expected.txt:
1030 * platform/qt/editing/pasteboard/8145-1-expected.txt:
1031 * platform/qt/editing/pasteboard/8145-2-expected.txt:
1032 * platform/qt/editing/pasteboard/8145-3-expected.txt:
1033 * platform/qt/editing/pasteboard/copy-paste-bidi-expected.txt:
1034 * platform/qt/editing/pasteboard/cut-text-001-expected.txt:
1035 * platform/qt/editing/pasteboard/displaced-generic-placeholder-expected.txt:
1036 * platform/qt/editing/pasteboard/displaced-placeholder-expected.txt:
1037 * platform/qt/editing/pasteboard/display-block-on-spans-expected.txt:
1038 * platform/qt/editing/pasteboard/emacs-cntl-y-001-expected.txt:
1039 * platform/qt/editing/pasteboard/innerText-inline-table-expected.txt:
1040 * platform/qt/editing/pasteboard/interchange-newline-1-expected.txt:
1041 * platform/qt/editing/pasteboard/interchange-newline-3-expected.txt:
1042 * platform/qt/editing/pasteboard/interchange-newline-4-expected.txt:
1043 * platform/qt/editing/pasteboard/merge-after-delete-1-expected.txt:
1044 * platform/qt/editing/pasteboard/merge-after-delete-2-expected.txt:
1045 * platform/qt/editing/pasteboard/merge-after-delete-expected.txt:
1046 * platform/qt/editing/pasteboard/merge-end-1-expected.txt:
1047 * platform/qt/editing/pasteboard/merge-end-2-expected.txt:
1048 * platform/qt/editing/pasteboard/merge-end-3-expected.txt:
1049 * platform/qt/editing/pasteboard/merge-end-4-expected.txt:
1050 * platform/qt/editing/pasteboard/merge-end-5-expected.txt:
1051 * platform/qt/editing/pasteboard/merge-end-blockquote-expected.txt:
1052 * platform/qt/editing/pasteboard/merge-end-borders-expected.txt:
1053 * platform/qt/editing/pasteboard/merge-end-list-expected.txt:
1054 * platform/qt/editing/pasteboard/merge-end-table-expected.txt:
1055 * platform/qt/editing/pasteboard/merge-start-blockquote-expected.txt:
1056 * platform/qt/editing/pasteboard/merge-start-list-expected.txt:
1057 * platform/qt/editing/pasteboard/paste-4035648-fix-expected.txt:
1058 * platform/qt/editing/pasteboard/paste-4038267-fix-expected.txt:
1059 * platform/qt/editing/pasteboard/paste-4039777-fix-expected.txt:
1060 * platform/qt/editing/pasteboard/paste-blockquote-1-expected.txt:
1061 * platform/qt/editing/pasteboard/paste-blockquote-2-expected.txt:
1062 * platform/qt/editing/pasteboard/paste-blockquote-3-expected.txt:
1063 * platform/qt/editing/pasteboard/paste-blockquote-after-blockquote-expected.txt: Added.
1064 * platform/qt/editing/pasteboard/paste-blockquote-into-blockquote-2-expected.txt: Added.
1065 * platform/qt/editing/pasteboard/paste-blockquote-into-blockquote-3-expected.txt: Added.
1066 * platform/qt/editing/pasteboard/paste-blockquote-into-blockquote-4-expected.txt: Added.
1067 * platform/qt/editing/pasteboard/paste-blockquote-into-blockquote-expected.txt: Added.
1068 * platform/qt/editing/pasteboard/paste-line-endings-001-expected.txt:
1069 * platform/qt/editing/pasteboard/paste-line-endings-002-expected.txt:
1070 * platform/qt/editing/pasteboard/paste-line-endings-003-expected.txt:
1071 * platform/qt/editing/pasteboard/paste-line-endings-004-expected.txt:
1072 * platform/qt/editing/pasteboard/paste-line-endings-005-expected.txt:
1073 * platform/qt/editing/pasteboard/paste-line-endings-006-expected.txt:
1074 * platform/qt/editing/pasteboard/paste-line-endings-007-expected.txt:
1075 * platform/qt/editing/pasteboard/paste-line-endings-008-expected.txt:
1076 * platform/qt/editing/pasteboard/paste-line-endings-009-expected.txt:
1077 * platform/qt/editing/pasteboard/paste-line-endings-010-expected.txt:
1078 * platform/qt/editing/pasteboard/paste-list-001-expected.txt:
1079 * platform/qt/editing/pasteboard/paste-match-style-001-expected.txt:
1080 * platform/qt/editing/pasteboard/paste-match-style-002-expected.txt:
1081 * platform/qt/editing/pasteboard/paste-pre-001-expected.txt:
1082 * platform/qt/editing/pasteboard/paste-pre-002-expected.txt:
1083 * platform/qt/editing/pasteboard/paste-table-001-expected.txt:
1084 * platform/qt/editing/pasteboard/paste-table-003-expected.txt:
1085 * platform/qt/editing/pasteboard/paste-table-cells-expected.txt:
1086 * platform/qt/editing/pasteboard/paste-text-002-expected.txt:
1087 * platform/qt/editing/pasteboard/paste-text-003-expected.txt:
1088 * platform/qt/editing/pasteboard/paste-text-004-expected.txt:
1089 * platform/qt/editing/pasteboard/paste-text-005-expected.txt:
1090 * platform/qt/editing/pasteboard/paste-text-006-expected.txt:
1091 * platform/qt/editing/pasteboard/paste-text-007-expected.txt:
1092 * platform/qt/editing/pasteboard/paste-text-009-expected.txt:
1093 * platform/qt/editing/pasteboard/paste-text-010-expected.txt:
1094 * platform/qt/editing/pasteboard/paste-text-011-expected.txt:
1095 * platform/qt/editing/pasteboard/paste-text-012-expected.txt:
1096 * platform/qt/editing/pasteboard/paste-text-013-expected.txt: Added.
1097 * platform/qt/editing/pasteboard/paste-text-014-expected.txt:
1098 * platform/qt/editing/pasteboard/paste-text-015-expected.txt:
1099 * platform/qt/editing/pasteboard/paste-text-016-expected.txt:
1100 * platform/qt/editing/pasteboard/paste-text-017-expected.txt:
1101 * platform/qt/editing/pasteboard/paste-text-018-expected.txt:
1102 * platform/qt/editing/pasteboard/paste-text-019-expected.txt:
1103 * platform/qt/editing/pasteboard/paste-text-at-tabspan-001-expected.txt:
1104 * platform/qt/editing/pasteboard/paste-text-at-tabspan-002-expected.txt:
1105 * platform/qt/editing/pasteboard/paste-text-at-tabspan-003-expected.txt:
1106 * platform/qt/editing/pasteboard/paste-unrendered-select-expected.txt:
1107 * platform/qt/editing/pasteboard/pasting-object-expected.txt:
1108 * platform/qt/editing/pasteboard/prevent-block-nesting-01-expected.txt:
1109 * platform/qt/editing/pasteboard/quirks-mode-br-1-expected.txt:
1110 * platform/qt/editing/pasteboard/select-element-1-expected.txt: Added.
1111 * platform/qt/editing/pasteboard/styled-element-markup-expected.txt:
1112 * platform/qt/editing/pasteboard/testcase-9507-expected.txt: Added.
1113 * platform/qt/editing/pasteboard/undoable-fragment-removes-expected.txt: Added.
1114 * platform/qt/editing/pasteboard/unrendered-br-expected.txt: Added.
1117 2010-05-03 Robert Hogan <robert@webkit.org>
1119 Reviewed by Eric Seidel.
1121 [Qt] Unskip editing/pasteboard tests that fail due to 'x,y' differences
1123 https://bugs.webkit.org/show_bug.cgi?id=38435
1125 Unskip a large number of editing/pasteboard tests that fail only due
1126 to rendertree differences in the height/width of rendered text.
1128 Reduce the skipped editing/pasteboard tests to those that fail for
1129 a good reason and add some initial commentary on each.
1133 editing/pasteboard/3976872.html
1134 editing/pasteboard/4076267-3.html
1135 editing/pasteboard/4242293.html
1136 editing/pasteboard/4631972.html
1137 editing/pasteboard/4641033.html
1138 editing/pasteboard/4700297.html
1139 editing/pasteboard/4840662.html
1140 editing/pasteboard/4944770-1.html
1141 editing/pasteboard/4944770-2.html
1142 editing/pasteboard/4989774.html
1143 editing/pasteboard/5006779.html
1144 editing/pasteboard/5027857.html
1145 editing/pasteboard/5028447.html
1146 editing/pasteboard/5032095.html
1147 editing/pasteboard/5065605.html
1148 editing/pasteboard/5071074-2.html
1149 editing/pasteboard/5071074.html
1150 editing/pasteboard/5075944-2.html
1151 editing/pasteboard/5075944-3.html
1152 editing/pasteboard/5075944.html
1153 editing/pasteboard/5089327.html
1154 editing/pasteboard/5134759.html
1155 editing/pasteboard/5156401-1.html
1156 editing/pasteboard/5245519.html
1157 editing/pasteboard/5247341.html
1158 editing/pasteboard/5368833.html
1159 editing/pasteboard/5478250.html
1160 editing/pasteboard/5483567.html
1161 editing/pasteboard/5601583-1.html
1162 editing/pasteboard/5780697-2.html
1163 editing/pasteboard/7955.html
1164 editing/pasteboard/8145-1.html
1165 editing/pasteboard/8145-2.html
1166 editing/pasteboard/8145-3.html
1167 editing/pasteboard/copy-paste-bidi.html
1168 editing/pasteboard/cut-text-001.html
1169 editing/pasteboard/displaced-generic-placeholder.html
1170 editing/pasteboard/displaced-placeholder.html
1171 editing/pasteboard/display-block-on-spans.html
1172 editing/pasteboard/emacs-cntl-y-001.html
1173 editing/pasteboard/innerText-inline-table.html
1174 editing/pasteboard/interchange-newline-1.html
1175 editing/pasteboard/interchange-newline-3.html
1176 editing/pasteboard/interchange-newline-4.html
1177 editing/pasteboard/merge-after-delete-1.html
1178 editing/pasteboard/merge-after-delete-2.html
1179 editing/pasteboard/merge-after-delete.html
1180 editing/pasteboard/merge-end-1.html
1181 editing/pasteboard/merge-end-2.html
1182 editing/pasteboard/merge-end-3.html
1183 editing/pasteboard/merge-end-4.html
1184 editing/pasteboard/merge-end-5.html
1185 editing/pasteboard/merge-end-blockquote.html
1186 editing/pasteboard/merge-end-borders.html
1187 editing/pasteboard/merge-end-list.html
1188 editing/pasteboard/merge-end-table.html
1189 editing/pasteboard/merge-start-blockquote.html
1190 editing/pasteboard/merge-start-list.html
1191 editing/pasteboard/paste-4035648-fix.html
1192 editing/pasteboard/paste-4038267-fix.html
1193 editing/pasteboard/paste-4039777-fix.html
1194 editing/pasteboard/paste-blockquote-1.html
1195 editing/pasteboard/paste-blockquote-2.html
1196 editing/pasteboard/paste-blockquote-3.html
1197 editing/pasteboard/paste-blockquote-after-blockquote.html
1198 editing/pasteboard/paste-blockquote-into-blockquote-2.html
1199 editing/pasteboard/paste-blockquote-into-blockquote-3.html
1200 editing/pasteboard/paste-blockquote-into-blockquote-4.html
1201 editing/pasteboard/paste-blockquote-into-blockquote.html
1202 editing/pasteboard/paste-line-endings-001.html
1203 editing/pasteboard/paste-line-endings-002.html
1204 editing/pasteboard/paste-line-endings-003.html
1205 editing/pasteboard/paste-line-endings-004.html
1206 editing/pasteboard/paste-line-endings-005.html
1207 editing/pasteboard/paste-line-endings-006.html
1208 editing/pasteboard/paste-line-endings-007.html
1209 editing/pasteboard/paste-line-endings-008.html
1210 editing/pasteboard/paste-line-endings-009.html
1211 editing/pasteboard/paste-line-endings-010.html
1212 editing/pasteboard/paste-list-001.html
1213 editing/pasteboard/paste-match-style-001.html
1214 editing/pasteboard/paste-match-style-002.html
1215 editing/pasteboard/paste-pre-001.html
1216 editing/pasteboard/paste-pre-002.html
1217 editing/pasteboard/paste-table-001.html
1218 editing/pasteboard/paste-table-003.html
1219 editing/pasteboard/paste-table-cells.html
1220 editing/pasteboard/paste-text-002.html
1221 editing/pasteboard/paste-text-003.html
1222 editing/pasteboard/paste-text-004.html
1223 editing/pasteboard/paste-text-005.html
1224 editing/pasteboard/paste-text-006.html
1225 editing/pasteboard/paste-text-007.html
1226 editing/pasteboard/paste-text-009.html
1227 editing/pasteboard/paste-text-010.html
1228 editing/pasteboard/paste-text-011.html
1229 editing/pasteboard/paste-text-012.html
1230 editing/pasteboard/paste-text-013.html
1231 editing/pasteboard/paste-text-014.html
1232 editing/pasteboard/paste-text-015.html
1233 editing/pasteboard/paste-text-016.html
1234 editing/pasteboard/paste-text-017.html
1235 editing/pasteboard/paste-text-018.html
1236 editing/pasteboard/paste-text-019.html
1237 editing/pasteboard/paste-text-at-tabspan-002.html
1238 editing/pasteboard/paste-text-at-tabspan-003.html
1239 editing/pasteboard/paste-unrendered-select.html
1240 editing/pasteboard/pasting-object.html
1241 editing/pasteboard/prevent-block-nesting-01.html
1242 editing/pasteboard/quirks-mode-br-1.html
1243 editing/pasteboard/select-element-1.html
1244 editing/pasteboard/styled-element-markup.html
1245 editing/pasteboard/testcase-9507.html
1246 editing/pasteboard/undoable-fragment-removes.html
1247 editing/pasteboard/unrendered-br.html
1249 * platform/qt/Skipped:
1251 2010-05-03 Philippe Normand <pnormand@igalia.com>
1253 Rubber-stamped by Csaba Osztrogonac.
1255 media/video-duration-known-after-eos.html failing
1256 https://bugs.webkit.org/show_bug.cgi?id=38466
1258 * platform/qt/Skipped: Skipping failing test. A lot of media tests
1259 are already skipped on this platform. Tor Arne said he'd look at
1260 them, at some point.
1262 2010-04-30 Philippe Normand <pnormand@igalia.com>
1264 Reviewed by Eric Seidel.
1266 [GStreamer] endless loop after playback ended
1267 https://bugs.webkit.org/show_bug.cgi?id=38384
1269 * media/video-duration-known-after-eos-expected.txt: Added.
1270 * media/video-duration-known-after-eos.html: Added.
1272 2010-05-02 Dan Bernstein <mitz@apple.com>
1274 Reviewed by Simon Fraser.
1276 Another case of <rdar://problem/7552959> REGRESSION: Infinite recursion in Position::getInlineBoxAndOffset()
1277 https://bugs.webkit.org/show_bug.cgi?id=38445
1279 * editing/selection/mixed-editability-11-expected.txt: Added.
1280 * editing/selection/mixed-editability-11.html: Added.
1282 2010-05-02 Dirk Schulze <krit@webkit.org>
1284 Reviewed by Nikolas Zimmermann.
1286 SVG hkern implementation incomplete
1287 https://bugs.webkit.org/show_bug.cgi?id=38407
1289 The hkern patch fixes some very old bugs in some tests of the official
1290 SVG Test suite. Added a new test to check correct behavior on different
1291 use cases of textin SVG.
1293 * platform/mac/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.checksum:
1294 * platform/mac/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.png:
1295 * platform/mac/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt:
1296 * platform/mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.checksum:
1297 * platform/mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.png:
1298 * platform/mac/svg/W3C-SVG-1.1/render-groups-01-b-expected.checksum:
1299 * platform/mac/svg/W3C-SVG-1.1/render-groups-01-b-expected.png:
1300 * platform/mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.checksum:
1301 * platform/mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.png:
1302 * platform/mac/svg/text/kerning-expected.checksum:
1303 * platform/mac/svg/text/kerning-expected.png:
1304 * platform/mac/svg/text/text-hkern-expected.checksum: Added.
1305 * platform/mac/svg/text/text-hkern-expected.png: Added.
1306 * platform/mac/svg/text/text-hkern-expected.txt: Added.
1307 * svg/text/text-hkern.svg: Added.
1309 2010-05-02 Marcus Bulach <bulach@chromium.org>
1311 Reviewed by Jeremy Orlow.
1313 [chromium] Upstream test expectations for:
1314 http/tests/loading/basic-auth-resend-wrong-credentials.html
1315 https://bugs.webkit.org/show_bug.cgi?id=38387
1317 * platform/chromium/test_expectations.txt:
1319 2010-05-02 Ben Murdoch <benm@google.com>
1321 Reviewed by Darin Adler.
1323 fast/events/touch has non-standard script test wrappers
1324 https://bugs.webkit.org/show_bug.cgi?id=38084
1326 Tidy up the touch event layout tests. Make the script-tests TEMPLATE.html
1327 generate asynchronous style tests using js-test-post-function.js and move
1328 the non-standard synchronous test into the resources directory.
1330 * fast/events/touch/basic-multi-touch-events.html: Regenerate from TEMPLATE.html
1331 * fast/events/touch/basic-single-touch-events.html: ditto.
1332 * fast/events/touch/send-oncancel-event.html: ditto.
1333 * fast/events/touch/touch-target.html: ditto.
1334 * fast/events/touch/create-touch-event.html: Link to script in resources rather than
1335 script-tests as this test is not generated from TEMPLATE.html.
1336 * fast/events/touch/resources/create-touch-event.js: Copied from LayoutTests/fast/events/touch/script-tests/create-touch-event.js.
1337 * fast/events/touch/script-tests/TEMPLATE.html: Update to generate asynchronous tests.
1338 * fast/events/touch/script-tests/create-touch-event.js: Removed.
1339 * fast/events/touch/script-tests/touch-target.js: Refactor to work with new wrapper
1340 generated from TEMPLATE.html.
1343 2010-05-01 Alexey Proskuryakov <ap@apple.com>
1347 More shortening of Sputnik paths.
1349 * fast/js/sputnik/Conformance/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/7.9.2_Examples: Copied from fast/js/sputnik/Conformance/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/7.9.2_Examples_of_Automatic_Semicolon_Insertion.
1350 * fast/js/sputnik/Conformance/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/7.9.2_Examples_of_Automatic_Semicolon_Insertion: Removed.
1352 2010-05-01 James Robinson <jamesr@chromium.org>
1354 Reviewed by Eric Seidel.
1356 Add fast/repaint/fixed-move-after-keyboard-scroll.html to skipped list pending investigation
1357 https://bugs.webkit.org/show_bug.cgi?id=38416
1359 * platform/mac-snowleopard/Skipped:
1361 2010-05-01 David Kilzer <ddkilzer@apple.com>
1363 Land test case that was supposed to be in r53607.
1365 2010-01-20 Adam Barth <abarth@webkit.org>
1367 Reviewed by Darin Adler.
1369 Stylesheet href property shows redirected URL unlike other browsers
1370 https://bugs.webkit.org/show_bug.cgi?id=33683
1372 Test whether the href property of style sheets contains the original or
1373 final URL of the redirect chain that lead to the style sheet.
1375 I couldn't figure out how to test the XSLStyleSheet parts of this
1376 change. There didn't seem to be DOM bindings for the href property
1377 here. If I missed it, please let me know.
1379 * http/tests/security/stylesheet-href-redirect-expected.txt: Added.
1380 * http/tests/security/stylesheet-href-redirect.html: Added.
1382 2010-05-01 Robert Hogan <robert@webkit.org>
1384 Unreviewed fix to height/width rendering differences in results added
1387 [Qt] Fix up width/height differences in smart-paste-00* results
1389 https://bugs.webkit.org/show_bug.cgi?id=38136
1391 * platform/qt/editing/pasteboard/smart-paste-001-expected.txt:
1392 * platform/qt/editing/pasteboard/smart-paste-002-expected.txt:
1393 * platform/qt/editing/pasteboard/smart-paste-003-expected.txt:
1394 * platform/qt/editing/pasteboard/smart-paste-004-expected.txt:
1395 * platform/qt/editing/pasteboard/smart-paste-005-expected.txt:
1396 * platform/qt/editing/pasteboard/smart-paste-006-expected.txt:
1397 * platform/qt/editing/pasteboard/smart-paste-007-expected.txt:
1399 2010-05-01 Robert Hogan <robert@webkit.org>
1401 Reviewed by Simon Hausmann.
1403 [Qt] Add smart paste support
1405 https://bugs.webkit.org/show_bug.cgi?id=38136
1407 Add platform specific results.
1410 editing/pasteboard/smart-paste-001.html
1411 editing/pasteboard/smart-paste-002.html
1412 editing/pasteboard/smart-paste-003.html
1413 editing/pasteboard/smart-paste-004.html
1414 editing/pasteboard/smart-paste-005.html
1415 editing/pasteboard/smart-paste-006.html
1416 editing/pasteboard/smart-paste-007.html
1418 * platform/qt/Skipped:
1419 * platform/qt/editing/pasteboard/smart-paste-001-expected.txt: Added.
1420 * platform/qt/editing/pasteboard/smart-paste-002-expected.txt: Added.
1421 * platform/qt/editing/pasteboard/smart-paste-003-expected.txt: Added.
1422 * platform/qt/editing/pasteboard/smart-paste-004-expected.txt: Added.
1423 * platform/qt/editing/pasteboard/smart-paste-005-expected.txt: Added.
1424 * platform/qt/editing/pasteboard/smart-paste-006-expected.txt:
1425 * platform/qt/editing/pasteboard/smart-paste-007-expected.txt: Added.
1427 2010-04-30 Yoshiki Hayashi <yhayashi@google.com>
1429 Reviewed by Shinichiro Hamaji.
1431 https://bugs.webkit.org/show_bug.cgi?id=38249
1433 Fixes an issue where border height and padding height are ignored when computing vertically shrinking flexbox's height.
1435 * fast/flexbox/child-flexing-expected.txt: Added.
1436 * fast/flexbox/child-flexing.html: Added.
1438 2010-04-30 Shinichiro Hamaji <hamaji@chromium.org>
1440 Reviewed by Darin Adler.
1442 Add layoutTestController.setPrinting()
1443 https://bugs.webkit.org/show_bug.cgi?id=37203
1445 * platform/mac/Skipped:
1446 * platform/mac/printing/media-queries-print-expected.txt:
1448 2010-04-28 Joseph Pecoraro <joepeck@webkit.org>
1450 Reviewed by Oliver Hunt.
1452 REGRESSION(r58313): Regression evident in pixel tests: the search icon is always clipped at the bottom.
1453 https://bugs.webkit.org/show_bug.cgi?id=38253
1455 * fast/css/input-search-padding.html: Added.
1456 * platform/mac/fast/css/input-search-padding-expected.checksum: Added.
1457 * platform/mac/fast/css/input-search-padding-expected.png: Added.
1458 * platform/mac/fast/css/input-search-padding-expected.txt: Added.
1460 * platform/mac/fast/forms/search-zoomed-expected.checksum: Updated.
1461 * platform/mac/fast/forms/search-zoomed-expected.png: Updated.
1463 2010-04-30 Chris Marrin <cmarrin@apple.com>
1465 Reviewed by Simon Fraser.
1467 Enabled accelerated compositing in DRT for Windows
1468 https://bugs.webkit.org/show_bug.cgi?id=38404
1470 This is the Windows specific results for the composited iframe test
1471 This was added after compositing on Windows got turned off so the failure
1472 wasn't registering. What is happening is that there are platform specific
1473 results for mac and not for win. DRT decides to use the mac results in this
1474 case (even on Windows!). Even though the Windows results are the same as the
1475 cross platform results, we need Windows results.
1477 * platform/win/compositing: Added.
1478 * platform/win/compositing/iframes: Added.
1479 * platform/win/compositing/iframes/composited-iframe-expected.txt: Added.
1481 2010-04-30 Dimitri Glazkov <dglazkov@chromium.org>
1483 Unreviewed, expectations update.
1485 [Chromium] More missing pixel test results.
1487 * platform/chromium-mac/fast/borders/svg-as-border-image-2-expected.checksum: Added.
1488 * platform/chromium-mac/fast/borders/svg-as-border-image-expected.checksum: Added.
1489 * platform/chromium/test_expectations.txt:
1491 2010-04-30 James Robinson <jamesr@chromium.org>
1493 Unreviewed. Add Chromium expectations for a bunch of repaint tests that we now pass (yay!)
1495 * platform/chromium-linux/fast/repaint/fixed-child-move-after-scroll-expected.checksum: Added.
1496 * platform/chromium-linux/fast/repaint/fixed-child-move-after-scroll-expected.png: Added.
1497 * platform/chromium-linux/fast/repaint/fixed-child-of-fixed-move-after-scroll-expected.checksum: Added.
1498 * platform/chromium-linux/fast/repaint/fixed-child-of-fixed-move-after-scroll-expected.png: Added.
1499 * platform/chromium-linux/fast/repaint/fixed-child-of-transformed-move-after-scroll-expected.checksum: Added.
1500 * platform/chromium-linux/fast/repaint/fixed-child-of-transformed-move-after-scroll-expected.png: Added.
1501 * platform/chromium-linux/fast/repaint/fixed-move-after-keyboard-scroll-expected.checksum: Added.
1502 * platform/chromium-linux/fast/repaint/fixed-move-after-keyboard-scroll-expected.png: Added.
1503 * platform/chromium-linux/fast/repaint/fixed-move-after-scroll-expected.checksum: Added.
1504 * platform/chromium-linux/fast/repaint/fixed-move-after-scroll-expected.png: Added.
1505 * platform/chromium-mac/fast/repaint/fixed-move-after-keyboard-scroll-expected.checksum: Added.
1506 * platform/chromium-mac/fast/repaint/fixed-move-after-keyboard-scroll-expected.png: Added.
1507 * platform/chromium-win/fast/repaint/fixed-child-move-after-scroll-expected.checksum: Added.
1508 * platform/chromium-win/fast/repaint/fixed-child-move-after-scroll-expected.png: Added.
1509 * platform/chromium-win/fast/repaint/fixed-child-move-after-scroll-expected.txt: Added.
1510 * platform/chromium-win/fast/repaint/fixed-child-of-fixed-move-after-scroll-expected.checksum: Added.
1511 * platform/chromium-win/fast/repaint/fixed-child-of-fixed-move-after-scroll-expected.png: Added.
1512 * platform/chromium-win/fast/repaint/fixed-child-of-fixed-move-after-scroll-expected.txt: Added.
1513 * platform/chromium-win/fast/repaint/fixed-child-of-transformed-move-after-scroll-expected.checksum: Added.
1514 * platform/chromium-win/fast/repaint/fixed-child-of-transformed-move-after-scroll-expected.png: Added.
1515 * platform/chromium-win/fast/repaint/fixed-child-of-transformed-move-after-scroll-expected.txt: Added.
1516 * platform/chromium-win/fast/repaint/fixed-move-after-keyboard-scroll-expected.checksum: Added.
1517 * platform/chromium-win/fast/repaint/fixed-move-after-keyboard-scroll-expected.png: Added.
1518 * platform/chromium-win/fast/repaint/fixed-move-after-keyboard-scroll-expected.txt: Added.
1519 * platform/chromium-win/fast/repaint/fixed-move-after-scroll-expected.checksum: Added.
1520 * platform/chromium-win/fast/repaint/fixed-move-after-scroll-expected.png: Added.
1521 * platform/chromium-win/fast/repaint/fixed-move-after-scroll-expected.txt: Added.
1522 * platform/chromium/test_expectations.txt:
1524 2010-04-30 Abhishek Arya <inferno@chromium.org>
1526 Reviewed by David Kilzer.
1528 Tests for a crash when an image drag-drop operation happens inside a continuously refreshing iframe.
1529 https://bugs.webkit.org/show_bug.cgi?id=37618
1531 * editing/pasteboard/drag-drop-iframe-refresh-crash-expected.txt: Added.
1532 * editing/pasteboard/drag-drop-iframe-refresh-crash.html: Added.
1533 * editing/resources/drag-drop.html: Added.
1534 * platform/qt/Skipped:
1536 2010-04-30 Dimitri Glazkov <dglazkov@chromium.org>
1538 Unreviewed, expectations update.
1540 [Chromium] Add more missing pixel results.
1542 * platform/chromium-win/transforms/svg-vs-css-expected.checksum: Added.
1543 * platform/chromium-win/transforms/svg-vs-css-expected.png: Added.
1545 2010-04-30 Dimitri Glazkov <dglazkov@chromium.org>
1547 Unreviewed, expectations updated.
1549 [Chromium] Add missing pixel results.
1551 * platform/chromium-linux/fast/borders/svg-as-border-image-2-expected.checksum: Added.
1552 * platform/chromium-linux/fast/borders/svg-as-border-image-expected.checksum: Added.
1553 * platform/chromium-linux/transforms/svg-vs-css-expected.checksum: Added.
1554 * platform/chromium-linux/transforms/svg-vs-css-expected.png: Added.
1555 * platform/chromium-mac/svg/custom/mask-changes-expected.checksum: Added.
1556 * platform/chromium-mac/svg/custom/mask-changes-expected.png: Added.
1557 * platform/chromium-mac/transforms/svg-vs-css-expected.checksum: Added.
1558 * platform/chromium-win/fast/borders/svg-as-border-image-2-expected.checksum: Added.
1559 * platform/chromium-win/fast/borders/svg-as-border-image-2-expected.png: Added.
1560 * platform/chromium-win/fast/borders/svg-as-border-image-expected.checksum: Added.
1561 * platform/chromium-win/fast/borders/svg-as-border-image-expected.png: Added.
1563 2010-04-30 David Kilzer <ddkilzer@apple.com>
1565 <http://webkit.org/b/38364> MIME typo in LayoutTests/http/tests/security/xss-DENIED-mime-type-execute-as-html.html
1567 Reviewed by David Levin.
1569 * http/tests/security/xss-DENIED-mime-type-execute-as-html.html:
1570 Fixed MIME typo from "application-javascript" to
1571 "application/javascript".
1573 2010-04-30 Sheriff Bot <webkit.review.bot@gmail.com>
1575 Unreviewed, rolling out r58569.
1576 http://trac.webkit.org/changeset/58569
1577 https://bugs.webkit.org/show_bug.cgi?id=38399
1579 This broke the GTK bots due to bad GC behavior (Requested by
1582 * fast/workers/change-version-handle-reuse-worker-expected.txt: Removed.
1583 * fast/workers/change-version-handle-reuse-worker.html: Removed.
1584 * fast/workers/execute-sql-args-worker-expected.txt: Removed.
1585 * fast/workers/execute-sql-args-worker.html: Removed.
1586 * fast/workers/resources/database-worker-controller.js: Removed.
1587 * fast/workers/resources/database-worker.js: Removed.
1588 * storage/change-version-handle-reuse-expected.txt:
1589 * storage/change-version-handle-reuse.html:
1590 * storage/change-version-handle-reuse.js: Removed.
1591 * storage/execute-sql-args.html:
1592 * storage/execute-sql-args.js: Removed.
1594 2010-04-30 Yaar Schnitman <yaar@chromium.org>
1598 Updating expectations for svg-as-border-*
1599 https://bugs.webkit.org/show_bug.cgi?id=38398
1601 * platform/chromium-win/fast/borders/svg-as-border-image-2-expected.txt: Added.
1602 * platform/chromium-win/fast/borders/svg-as-border-image-expected.txt: Added.
1603 * platform/chromium-win/transforms/svg-vs-css-expected.txt: Added.
1605 2010-04-30 Alexey Proskuryakov <ap@apple.com>
1609 * platform/mac-tiger/Skipped: Added two tests that fail on buidbot.
1611 2010-04-30 Csaba Osztrogonác <ossy@webkit.org>
1613 [Qt] fast/frames/flattening/frameset-flattening-subframesets.html fails intermittently on Qt bot
1614 https://bugs.webkit.org/show_bug.cgi?id=37334
1616 * platform/qt/Skipped: fast/frames/flattening/frameset-flattening-subframesets.html skipped until fix.
1618 2010-04-30 Alexey Proskuryakov <ap@apple.com>
1622 Enable Sputnik tests on Tiger.
1624 * platform/mac-tiger/Skipped: Only skip tests that fail for me on Tiger/PPC, and Unicode tests.
1626 2010-04-30 Dan Bernstein <mitz@apple.com>
1628 Reviewed by Adele Peterson.
1630 Updated results for <rdar://problem/6649734> Text repainting does not account for glyphs which draw outside the typographic bounds of the font
1631 https://bugs.webkit.org/show_bug.cgi?id=6274
1633 * platform/mac/fast/repaint/stacked-diacritics-expected.checksum:
1634 * platform/mac/fast/repaint/stacked-diacritics-expected.png:
1636 2010-04-30 Chris Marrin <cmarrin@apple.com>
1638 Reviewed by Simon Fraser.
1640 Reversed the order of the CSSMatrix.multiply method
1641 https://bugs.webkit.org/show_bug.cgi?id=38337
1643 These are the existing tests for 2D and 3D CSSMatrix and SVGMatrix.
1644 I've added tests missing between the two styles and now do tests
1645 that confirm that SVGMatrix and CSSMatrix both multiply the same.
1647 This also adds a new test from Simon which compares SVG to CSS matrixes.
1648 This is a pixel test for mac only.
1650 * platform/mac/transforms/svg-vs-css-expected.checksum: Added.
1651 * platform/mac/transforms/svg-vs-css-expected.png: Added.
1652 * platform/mac/transforms/svg-vs-css-expected.txt: Added.
1653 * svg/dom/SVGMatrix-interface-expected.txt:
1654 * svg/dom/SVGMatrix-interface.xhtml:
1655 * transforms/cssmatrix-2d-interface-expected.txt:
1656 * transforms/cssmatrix-2d-interface.xhtml:
1657 * transforms/cssmatrix-3d-interface-expected.txt:
1658 * transforms/cssmatrix-3d-interface.xhtml:
1659 * transforms/svg-vs-css.xhtml: Added.
1661 2010-04-30 Dimitri Glazkov <dglazkov@chromium.org>
1663 Unreviewed, expectations update.
1665 [Chromium] Provide expectations for svg/custom/repaint-stroke-width-changes.svg,
1666 which was added in http://trac.webkit.org/changeset/58570/.
1668 * platform/chromium-linux/svg/custom/repaint-stroke-width-changes-expected.checksum: Added.
1669 * platform/chromium-mac/svg/custom/repaint-stroke-width-changes-expected.checksum: Added.
1670 * platform/chromium-mac/svg/custom/repaint-stroke-width-changes-expected.png: Added.
1671 * platform/chromium-win/svg/custom/repaint-stroke-width-changes-expected.checksum: Added.
1672 * platform/chromium-win/svg/custom/repaint-stroke-width-changes-expected.png: Added.
1674 2010-04-30 Simon Fraser <simon.fraser@apple.com>
1676 Reviewed by Beth Dakin.
1678 Update image results for SVG as CSS border image tests
1679 https://bugs.webkit.org/show_bug.cgi?id=37028
1681 Improve the tests for SVG in border image to use an image that is not a solid color,
1682 and by adding comparison elements with PNG-based borders.
1684 Remove unused "green rect" SVG files.
1686 Update Mac pixel results, and remove Chromium pixel results with the expectation
1687 that someone will commit new ones.
1689 * fast/borders/resources/green-fixed-size-rect.svg: Removed.
1690 * fast/borders/resources/green-relative-size-rect.svg: Removed.
1691 * fast/borders/resources/large-tiles.png: Added.
1692 * fast/borders/resources/tiles-fixed-size.svg: Added.
1693 * fast/borders/resources/tiles-relative-size.svg: Added.
1694 * fast/borders/resources/tiles.png: Added.
1695 * fast/borders/svg-as-border-image-2.html:
1696 * fast/borders/svg-as-border-image.html:
1697 * platform/chromium-win/fast/borders/svg-as-border-image-2-expected.checksum: Removed.
1698 * platform/chromium-win/fast/borders/svg-as-border-image-2-expected.png: Removed.
1699 * platform/chromium-win/fast/borders/svg-as-border-image-2-expected.txt: Removed.
1700 * platform/chromium-win/fast/borders/svg-as-border-image-expected.checksum: Removed.
1701 * platform/chromium-win/fast/borders/svg-as-border-image-expected.png: Removed.
1702 * platform/chromium-win/fast/borders/svg-as-border-image-expected.txt: Removed.
1703 * platform/mac/fast/borders/svg-as-border-image-2-expected.checksum:
1704 * platform/mac/fast/borders/svg-as-border-image-2-expected.png:
1705 * platform/mac/fast/borders/svg-as-border-image-2-expected.txt:
1706 * platform/mac/fast/borders/svg-as-border-image-expected.checksum:
1707 * platform/mac/fast/borders/svg-as-border-image-expected.png:
1708 * platform/mac/fast/borders/svg-as-border-image-expected.txt:
1710 2010-04-30 Dimitri Glazkov <dglazkov@chromium.org>
1712 Unreviewed, expectations tweak.
1714 [Chromium] Defer Sputnik tests.
1716 * platform/chromium/test_expectations.txt: Tagged fast/js/sputnik with DEFER.
1718 2010-04-30 Shinichiro Hamaji <hamaji@chromium.org>
1720 Reviewed by Simon Fraser.
1722 SHOULD NEVER BE REACHED assertion loading forbes.com
1723 https://bugs.webkit.org/show_bug.cgi?id=38272
1725 * printing/pseudo-class-outside-page-expected.txt: Added.
1726 * printing/pseudo-class-outside-page.html: Added.
1728 2010-04-30 Nikolas Zimmermann <nzimmermann@rim.com>
1730 Not reviewed. While I'm at it: Update prototype-inheritance-2-expected.txt result, it's failing since CSSPageRule has been introduced.
1732 * platform/win/fast/dom/prototype-inheritance-2-expected.txt:
1734 2010-04-30 Nikolas Zimmermann <nzimmermann@rim.com>
1736 Not reviewed. Windows fails on svg/custom/mask-changes.svg. Trying to fix the test which is really flawed. Shows a DRT difference between Mac/Win.
1738 * svg/custom/mask-changes.svg:
1740 2010-04-30 Jeremy Orlow <jorlow@chromium.org>
1742 Unreviewed. Fixing a missed test from https://bugs.webkit.org/show_bug.cgi?id=38331
1744 * fast/events/init-events-expected.txt:
1745 * fast/events/script-tests/init-events.js:
1747 2010-04-30 Kent Tamura <tkent@chromium.org>
1751 Revert a part of r58564 to be compatible with prior behavior
1752 https://bugs.webkit.org/show_bug.cgi?id=38383
1754 * platform/chromium/test_expectations.txt: Remove expectations added by r58568.
1756 2010-04-29 Jeremy Orlow <jorlow@chromium.org>
1758 Reviewed by Darin Fisher.
1760 Change StorageEvent.uri to StorageEvent.url to match the spec
1761 https://bugs.webkit.org/show_bug.cgi?id=38331
1763 Change the existing tests to test 'url' rather than 'uri'.
1765 * storage/domstorage/events/documentURI-expected.txt:
1766 * storage/domstorage/events/script-tests/documentURI.js:
1769 * storage/domstorage/localstorage/resources/iframe-events-second.html:
1770 * storage/domstorage/sessionstorage/resources/iframe-events-second.html:
1772 2010-04-30 Nikolas Zimmermann <nzimmermann@rim.com>
1774 Reviewed by Dirk Schulze.
1776 REGRESSION: RenderPath does not handle repaints correctly anymore if bounds changed
1777 https://bugs.webkit.org/show_bug.cgi?id=38385
1779 Add new test covering the repaint problem. Influences some marker results, that can be safely ignored.
1781 * platform/mac/svg/custom/circular-marker-reference-1-expected.txt:
1782 * platform/mac/svg/custom/circular-marker-reference-3-expected.txt:
1783 * platform/mac/svg/custom/circular-marker-reference-4-expected.txt:
1784 * platform/mac/svg/custom/repaint-stroke-width-changes-expected.checksum: Added.
1785 * platform/mac/svg/custom/repaint-stroke-width-changes-expected.png: Added.
1786 * platform/mac/svg/custom/repaint-stroke-width-changes-expected.txt: Added.
1787 * svg/custom/repaint-stroke-width-changes.svg: Added.
1789 2010-04-30 Eric Uhrhane <ericu@chromium.org>
1791 Reviewed by Dmitry Titov.
1793 Add bindings for async DB API in Workers.
1794 https://bugs.webkit.org/show_bug.cgi?id=34992
1796 * storage/change-version-handle-reuse.html: Refactored to share code with the worker version of the test.
1797 * storage/change-version-handle-reuse-expected.html: Removed reference to reloading, which this test doesn't do.
1798 * storage/change-version-handle-reuse.js: This is the extracted shared core of the test.
1799 * storage/execute-sql-args.html: Refactored to share code with the worker version of the test.
1800 * storage/execute-sql-args.js: This is the extracted shared core of the test.
1802 These are the worker versions of the tests; they're tiny shims around shared code.
1803 * fast/workers/execute-sql-args-worker-expected.txt: Added.
1804 * fast/workers/execute-sql-args-worker.html: Added.
1805 * fast/workers/change-version-handle-reuse-worker-expected.txt: Added.
1806 * fast/workers/change-version-handle-reuse-worker.html: Added.
1807 This file gets included from worker database tests; it does all the boilerplate that's needed on the DOM side.
1808 * fast/workers/resources/database-worker-controller.js: Added.
1809 This file is the boilerplate for the worker side of the database tests. It will import and run the actual test on command, and will report back completion and exceptions.
1810 * fast/workers/resources/database-worker.js: Added.
1812 2010-04-30 Fumitoshi Ukai <ukai@chromium.org>
1814 Unreviewd, update test expectations.
1815 https://bugs.webkit.org/show_bug.cgi?id=38383
1817 Start failing after WebKit r58563:r58565
1818 - fast/forms/search-abs-pos-cancel-button.html
1819 - fast/forms/search-cancel-button-mouseup.html
1820 - fast/forms/search-rtl.html
1821 - fast/forms/search-zoomed.html
1823 * platform/chromium/test_expectations.txt:
1825 2010-04-30 Fumitoshi Ukai <ukai@chromium.org>
1827 Unreviewd, test expectations cleanup.
1829 media/video-empty-source.html passes since r58480:r58515 (win), r58489 (linux), r58488:458490 (mac)
1830 fast/backround/svg-as-background-6.html passes since r58488:r58490 (mac)
1831 fast/repaint/caret-outside-block.html passes since r58414:r58415 (mac)
1832 fast/replaced/border-radius-clip.html passes since r58543 (win, linux)
1833 fast/images/svg-as-tiled-background.html passes r58488:r58490 (mac)
1834 fast/text/line-breaks.html passes since r58480:r58515 (win)
1835 fast/backgrounds/svg-as-background-2.html passes since r58480:r58515 (win), r58489 (linux), r58488:r58490 (mac)
1837 * platform/chromium/test_expectations.txt:
1839 2010-04-30 Kent Tamura <tkent@chromium.org>
1841 Reviewed by Adele Peterson.
1843 Implement interactive behavior of spin buttons.
1844 https://bugs.webkit.org/show_bug.cgi?id=35686
1846 * platform/mac/fast/forms/input-number-click-expected.txt: Added.
1847 * platform/mac/fast/forms/input-number-click.html: Added.
1849 2010-04-30 Yael Aharon <yael.aharon@nokia.com>
1851 Reviewed by Kenneth Rohde Christiansen.
1853 [Qt] Enable DOMWindow constructor for HTMLProgressElement
1854 https://bugs.webkit.org/show_bug.cgi?id=38333
1856 Update expected test results after this change
1858 * platform/qt/fast/dom/Window/window-properties-expected.txt:
1859 * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt:
1860 * platform/qt/fast/dom/prototype-inheritance-expected.txt:
1861 * platform/qt/fast/js/global-constructors-expected.txt:
1863 2010-04-30 Kent Tamura <tkent@chromium.org>
1865 Reviewed by Adele Peterson.
1867 Mac implementation of outer-spin-button appearance, and anonymous
1868 element generation for <input type=number>.
1869 https://bugs.webkit.org/show_bug.cgi?id=32813
1871 input-appearance-spinbutton.html checks the appearances of various
1872 sizes of spin-buttons. input-appearance-spinbutton-size.html
1873 checks a spin-button height is equal to or less than the
1874 corresponding text field height.
1876 * platform/mac/fast/forms/input-appearance-spinbutton-expected.checksum: Added.
1877 * platform/mac/fast/forms/input-appearance-spinbutton-expected.png: Added.
1878 * platform/mac/fast/forms/input-appearance-spinbutton-expected.txt: Added.
1879 * platform/mac/fast/forms/input-appearance-spinbutton-size-expected.txt: Added.
1880 * platform/mac/fast/forms/input-appearance-spinbutton-size.html: Added.
1881 * platform/mac/fast/forms/input-appearance-spinbutton.html: Added.
1883 2010-04-29 Kent Tamura <tkent@chromium.org>
1887 Add media/media-document-audio-size.html to Skipped lists.
1888 https://bugs.webkit.org/show_bug.cgi?id=38376
1890 * platform/gtk/Skipped:
1891 * platform/mac-tiger/Skipped:
1892 * platform/qt/Skipped:
1893 * platform/win/Skipped:
1895 2010-04-29 James Robinson <jamesr@chromium.org>
1897 Unreviewed, fix chromium linux test expectations.
1899 * platform/chromium/test_expectations.txt:
1901 2010-04-29 James Robinson <jamesr@chromium.org>
1903 Reviewed by Dimitri Glazkov.
1905 Update Chromium test expectations and add new SVG baselines
1906 https://bugs.webkit.org/show_bug.cgi?id=38345
1908 * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-41-t-expected.checksum:
1909 * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-41-t-expected.png:
1910 * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-41-t-expected.checksum:
1911 * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-41-t-expected.png:
1912 * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-41-t-expected.txt:
1913 * platform/chromium-win/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.txt:
1914 * platform/chromium/test_expectations.txt:
1916 2010-04-29 Yaar Schnitman <yaar@chromium.org>
1920 Updated expectations for 2 more tests on mac:
1921 svg/custom/dominant-baseline-hanging.svg
1922 fast/replaced/border-radius-clip.html
1924 https://bugs.webkit.org/show_bug.cgi?id=38365
1926 * platform/chromium/test_expectations.txt:
1928 2010-04-29 Alexey Proskuryakov <ap@apple.com>
1932 * platform/mac-tiger/Skipped: Accidentally committed with a commented out line.
1934 2010-04-29 Yaar Schnitman <yaar@chromium.org>
1938 Added two new timeout expectations media/audio-only-video-intrinsic-size.html, media/media-document-audio-size.html which started failing after r58543.
1939 https://bugs.webkit.org/show_bug.cgi?id=38362
1941 * platform/chromium/test_expectations.txt:
1943 2010-04-29 Alexey Proskuryakov <ap@apple.com>
1945 Re-enable Sputnik tests on Leopard and Snow Leopard.
1947 * fast/js/sputnik/Conformance/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A4_T2-expected.txt:
1948 * fast/js/sputnik/Conformance/15_Native_Objects/15.4_Array/15.4.4/15.4.4.12_Array_prototype_splice/S15.4.4.12_A2.1_T3-expected.txt:
1949 Changed expectation to PASS.
1951 * platform/mac-snowleopard/Skipped: Skip the above tests, since they fail in 64 bit, and
1952 DRT may run 64 bit on Snow Leopard.
1954 * platform/mac-leopard/fast/js: Added.
1955 * platform/mac-leopard/fast/js/sputnik: Added.
1956 * platform/mac-leopard/fast/js/sputnik/Unicode: Added.
1957 * platform/mac-leopard/fast/js/sputnik/Unicode/Unicode_500: Added.
1958 * platform/mac-leopard/fast/js/sputnik/Unicode/Unicode_500/S7.6_A3.1-expected.txt: Added.
1959 * platform/mac-leopard/fast/js/sputnik/Unicode/Unicode_500/S7.6_A3.2-expected.txt: Added.
1960 * platform/mac-leopard/fast/js/sputnik/Unicode/Unicode_500/S7.6_A5.3_T1-expected.txt: Added.
1961 * platform/mac-leopard/fast/js/sputnik/Unicode/Unicode_500/S7.6_A5.3_T2-expected.txt: Added.
1962 * platform/mac-leopard/fast/js/sputnik/Unicode/Unicode_510: Added.
1963 * platform/mac-leopard/fast/js/sputnik/Unicode/Unicode_510/S15.5.4.16_A1-expected.txt: Added.
1964 * platform/mac-leopard/fast/js/sputnik/Unicode/Unicode_510/S15.5.4.18_A1-expected.txt: Added.
1965 * platform/mac-leopard/fast/js/sputnik/Unicode/Unicode_510/S7.6_A1.1_T1-expected.txt: Added.
1966 * platform/mac-leopard/fast/js/sputnik/Unicode/Unicode_510/S7.6_A1.1_T2-expected.txt: Added.
1967 * platform/mac-leopard/fast/js/sputnik/Unicode/Unicode_510/S7.6_A1.1_T4-expected.txt: Added.
1968 * platform/mac-leopard/fast/js/sputnik/Unicode/Unicode_510/S7.6_A2.2_T1-expected.txt: Added.
1969 * platform/mac-leopard/fast/js/sputnik/Unicode/Unicode_510/S7.6_A2.2_T2-expected.txt: Added.
1970 * platform/mac-leopard/fast/js/sputnik/Unicode/Unicode_510/S7.6_A2.3-expected.txt: Added.
1971 * platform/mac-leopard/fast/js/sputnik/Unicode/Unicode_510/S7.6_A5.2_T1-expected.txt: Added.
1972 * platform/mac-leopard/fast/js/sputnik/Unicode/Unicode_510/S7.6_A5.2_T2-expected.txt: Added.
1973 * platform/mac-leopard/fast/js/sputnik/Unicode/Unicode_510/S7.6_A5.2_T4-expected.txt: Added.
1974 * platform/mac-leopard/fast/js/sputnik/Unicode/Unicode_510/S7.6_A5.2_T7-expected.txt: Added.
1975 * platform/mac-leopard/fast/js/sputnik/Unicode/Unicode_510/S7.6_A5.2_T8-expected.txt: Added.
1976 * platform/mac-leopard/fast/js/sputnik/Unicode/Unicode_510/S7.6_A5.2_T9-expected.txt: Added.
1977 Added platform specific results for tests that depend on supported Unicode version.
1979 * platform/mac-tiger/Skipped: Skipped Sputnik on Tiger.
1981 * platform/mac/Skipped: Unskipped Sputnik.
1983 2010-04-29 Yaar Schnitman <yaar@chromium.org>
1987 Skipping layout tests with bad/missing expectations.
1988 https://bugs.webkit.org/show_bug.cgi?id=38361
1990 * platform/chromium/test_expectations.txt:
1992 2010-04-29 Alexey Proskuryakov <ap@apple.com>
1996 Trying to fix Windows checkout by shortening more paths in Sputnik tests.
1998 * fast/js/sputnik: Many directories renamed.
2000 2010-04-29 Alexey Proskuryakov <ap@apple.com>
2004 Trying to fix Windows checkout by shortening paths in Sputnik tests.
2006 * fast/js/sputnik: Many directories renamed.
2008 2010-04-29 Dan Bernstein <mitz@apple.com>
2010 Reviewed by Simon Fraser.
2012 <rdar://problem/7918086> REGRESSION (r57820): Controller is not displayed in window when opening a MP3 file in browser window
2013 https://bugs.webkit.org/show_bug.cgi?id=38350
2015 * media/audio-only-video-intrinsic-size-expected.txt: Added.
2016 * media/audio-only-video-intrinsic-size.html: Added.
2017 * media/media-document-audio-size-expected.txt: Added.
2018 * media/media-document-audio-size.html: Added.
2020 2010-04-29 Yaar Schnitman <yaar@chromium.org>
2024 Fixed corrupt svg-background-partial-redraw-expected.checksum files
2025 https://bugs.webkit.org/show_bug.cgi?id=38355
2027 * platform/chromium-linux/fast/images/svg-background-partial-redraw-expected.checksum:
2028 * platform/chromium-mac/fast/images/svg-background-partial-redraw-expected.checksum:
2029 * platform/chromium-win/fast/images/svg-background-partial-redraw-expected.checksum:
2031 2010-04-29 Yaar Schnitman <yaar@chromium.org>
2035 Skip sputnik tests for chromium until we decide what to do with them.
2036 https://bugs.webkit.org/show_bug.cgi?id=38353
2038 * platform/chromium/test_expectations.txt:
2040 2010-04-29 Alexey Proskuryakov <ap@apple.com>
2042 Skipping Sputnik tests, because tey fail a lot on buildbots. The current (early) theory is
2043 that this depends on when exactly DumpRenderTree gets restarted.
2045 * platform/gtk/Skipped:
2046 * platform/mac/Skipped:
2047 * platform/win/Skipped:
2048 * platform/qt/Skipped:
2050 2010-04-29 Yaar Schnitman <yaar@chromium.org>
2054 Skip fast/images/svg-nested.html which crashes chromium.py
2055 https://bugs.webkit.org/show_bug.cgi?id=38351
2057 * platform/chromium/test_expectations.txt:
2059 2010-04-29 Yaar Schnitman <yaar@chromium.org>
2063 Adding missing expectations, skipping tests
2064 https://bugs.webkit.org/show_bug.cgi?id=38343
2066 * platform/chromium-linux/fast/css/font-face-woff-expected.checksum: Added.
2067 * platform/chromium-mac/fast/media/media-query-invalid-value-expected.checksum: Added.
2068 * platform/chromium-win/fast/css/font-face-woff-expected.checksum: Added.
2069 * platform/chromium-win/fast/css/font-face-woff-expected.txt: Added.
2070 * platform/chromium-win/fast/media/media-query-invalid-value-expected.checksum: Added.
2071 * platform/chromium-win/fast/text/international/bold-bengali-expected.txt: Added.
2072 * platform/chromium/test_expectations.txt:
2074 2010-04-21 Alexey Proskuryakov <ap@apple.com>
2076 Rubber-stamped by Darin Adler.
2078 https://bugs.webkit.org/show_bug.cgi?id=38296
2079 Import Sputnik JavaScript test suite
2081 * fast/js/sputnik: Added.
2082 * fast/js/sputnik/AUTHORS: Added.
2083 * fast/js/sputnik/Conformance: Added.
2084 * fast/js/sputnik/Implementation_Diagnostics: Added.
2085 * fast/js/sputnik/LICENSE: Added.
2086 * fast/js/sputnik/Regression: Added.
2087 * fast/js/sputnik/Unicode: Added.
2089 * fast/js/script-tests/sputnik-S15.4.4.12_A3_T3.js: Deleted.
2090 * fast/js/sputnik-S15.4.4.12_A3_T3-expected.txt: Deleted.
2091 * fast/js/sputnik-S15.4.4.12_A3_T3.html: Deleted.
2093 2010-04-29 Anton Muhin <antonm@chromium.org>
2095 Reviewed by Darin Adler.
2097 Let's cache nodelists instead of DynamicNodeList::Caches
2098 https://bugs.webkit.org/show_bug.cgi?id=33696
2100 * fast/dom/Element/node-list-identity-expected.txt: Added to verify that node lists are indeed cached
2101 * fast/dom/Element/node-list-identity.html: Added to verify that node lists are indeed cached
2102 * fast/dom/gc-9-expected.txt: Updated to follow changed semantics of caching
2103 * fast/dom/gc-9.html: Updated to follow changed semantics of caching
2105 2010-04-29 Marcus Bulach <bulach@chromium.org>
2107 Reviewed by Jeremy Orlow.
2109 Rebaseline chromium SVG tests
2110 This is a follow up to https://bugs.webkit.org/show_bug.cgi?id=37986
2111 https://bugs.webkit.org/show_bug.cgi?id=38106
2113 * platform/chromium-linux/fast/images/svg-background-partial-redraw-expected.checksum: Added.
2114 * platform/chromium-linux/fast/images/svg-background-partial-redraw-expected.png: Added.
2115 * platform/chromium-linux/svg/W3C-SVG-1.1/masking-mask-01-b-expected.checksum:
2116 * platform/chromium-linux/svg/W3C-SVG-1.1/masking-mask-01-b-expected.png:
2117 * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.checksum:
2118 * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.png:
2119 * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.checksum:
2120 * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.png:
2121 * platform/chromium-linux/svg/batik/paints/patternRegions-expected.txt:
2122 * platform/chromium-linux/svg/custom/dominant-baseline-hanging-expected.checksum:
2123 * platform/chromium-linux/svg/custom/dominant-baseline-hanging-expected.png:
2124 * platform/chromium-linux/svg/custom/gradient-stroke-width-expected.checksum:
2125 * platform/chromium-linux/svg/custom/gradient-stroke-width-expected.png:
2126 * platform/chromium-linux/svg/custom/inline-svg-in-xhtml-expected.txt:
2127 * platform/chromium-mac/fast/images: Added.
2128 * platform/chromium-mac/fast/images/svg-background-partial-redraw-expected.checksum: Added.
2129 * platform/chromium-mac/fast/images/svg-background-partial-redraw-expected.png: Added.
2130 * platform/chromium-mac/traversal: Added.
2131 * platform/chromium-mac/traversal/node-iterator-prototype-expected.txt: Added.
2132 * platform/chromium-win/fast/images/svg-background-partial-redraw-expected.checksum: Added.
2133 * platform/chromium-win/fast/images/svg-background-partial-redraw-expected.png: Added.
2134 * platform/chromium-win/fast/images/svg-background-partial-redraw-expected.txt: Added.
2135 * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-31-t-expected.txt:
2136 * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-78-t-expected.txt:
2137 * platform/chromium-win/svg/W3C-SVG-1.1/color-prop-01-b-expected.txt:
2138 * platform/chromium-win/svg/W3C-SVG-1.1/coords-units-01-b-expected.txt:
2139 * platform/chromium-win/svg/W3C-SVG-1.1/filters-color-01-b-expected.txt:
2140 * platform/chromium-win/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt:
2141 * platform/chromium-win/svg/W3C-SVG-1.1/masking-mask-01-b-expected.checksum:
2142 * platform/chromium-win/svg/W3C-SVG-1.1/masking-mask-01-b-expected.png:
2143 * platform/chromium-win/svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt:
2144 * platform/chromium-win/svg/W3C-SVG-1.1/painting-render-01-b-expected.txt:
2145 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.txt:
2146 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.txt:
2147 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.txt:
2148 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.txt:
2149 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.checksum:
2150 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.png:
2151 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.txt:
2152 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt:
2153 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.txt:
2154 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.txt:
2155 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.txt:
2156 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.txt:
2157 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.txt:
2158 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.txt:
2159 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.txt:
2160 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.txt:
2161 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.txt:
2162 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.txt:
2163 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.txt:
2164 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.checksum:
2165 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.png:
2166 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.txt:
2167 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.txt:
2168 * platform/chromium-win/svg/W3C-SVG-1.1/struct-group-03-t-expected.txt:
2169 * platform/chromium-win/svg/W3C-SVG-1.1/struct-use-05-b-expected.txt:
2170 * platform/chromium-win/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.txt:
2171 * platform/chromium-win/svg/batik/filters/feTile-expected.txt:
2172 * platform/chromium-win/svg/batik/masking/maskRegions-expected.txt:
2173 * platform/chromium-win/svg/batik/paints/gradientLimit-expected.txt:
2174 * platform/chromium-win/svg/batik/paints/patternPreserveAspectRatioA-expected.txt:
2175 * platform/chromium-win/svg/batik/paints/patternRegionA-expected.txt:
2176 * platform/chromium-win/svg/batik/paints/patternRegions-expected.txt:
2177 * platform/chromium-win/svg/batik/text/textEffect-expected.txt:
2178 * platform/chromium-win/svg/batik/text/textEffect2-expected.txt:
2179 * platform/chromium-win/svg/batik/text/textEffect3-expected.txt:
2180 * platform/chromium-win/svg/batik/text/textProperties-expected.txt:
2181 * platform/chromium-win/svg/carto.net/colourpicker-expected.txt:
2182 * platform/chromium-win/svg/carto.net/tabgroup-expected.txt: Added.
2183 * platform/chromium-win/svg/custom/dominant-baseline-hanging-expected.checksum:
2184 * platform/chromium-win/svg/custom/dominant-baseline-hanging-expected.png:
2185 * platform/chromium-win/svg/custom/dominant-baseline-hanging-expected.txt:
2186 * platform/chromium-win/svg/custom/feComponentTransfer-Discrete-expected.txt:
2187 * platform/chromium-win/svg/custom/feComponentTransfer-Gamma-expected.txt:
2188 * platform/chromium-win/svg/custom/feComponentTransfer-Linear-expected.txt:
2189 * platform/chromium-win/svg/custom/feComponentTransfer-Table-expected.txt:
2190 * platform/chromium-win/svg/custom/fill-fallback-expected.txt:
2191 * platform/chromium-win/svg/custom/gradient-cycle-detection-expected.txt:
2192 * platform/chromium-win/svg/custom/gradient-deep-referencing-expected.txt:
2193 * platform/chromium-win/svg/custom/gradient-stroke-width-expected.checksum:
2194 * platform/chromium-win/svg/custom/gradient-stroke-width-expected.png:
2195 * platform/chromium-win/svg/custom/inline-svg-in-xhtml-expected.txt:
2196 * platform/chromium-win/svg/custom/invalid-css-expected.txt:
2197 * platform/chromium-win/svg/custom/js-late-gradient-and-object-creation-expected.txt:
2198 * platform/chromium-win/svg/custom/js-late-gradient-creation-expected.txt:
2199 * platform/chromium-win/svg/custom/js-late-pattern-and-object-creation-expected.txt:
2200 * platform/chromium-win/svg/custom/js-late-pattern-creation-expected.txt:
2201 * platform/chromium-win/svg/custom/js-update-gradient-expected.checksum:
2202 * platform/chromium-win/svg/custom/js-update-gradient-expected.png:
2203 * platform/chromium-win/svg/custom/pattern-cycle-detection-expected.txt:
2204 * platform/chromium-win/svg/custom/pattern-deep-referencing-expected.txt:
2205 * platform/chromium-win/svg/custom/pattern-rotate-expected.txt:
2206 * platform/chromium-win/svg/custom/pattern-with-transformation-expected.txt:
2207 * platform/chromium-win/svg/custom/stroke-fallback-expected.txt:
2208 * platform/chromium-win/svg/custom/stroked-pattern-expected.txt:
2209 * platform/chromium-win/svg/custom/use-on-symbol-inside-pattern-expected.txt:
2210 * platform/chromium-win/svg/hixie/error/003-expected.txt:
2211 * platform/chromium-win/svg/hixie/perf/005-expected.txt:
2212 * platform/chromium-win/svg/hixie/perf/006-expected.txt:
2213 * platform/chromium-win/svg/text/selection-background-color-expected.txt:
2214 * platform/chromium-win/svg/text/selection-styles-expected.txt:
2215 * platform/chromium-win/svg/text/text-gradient-positioning-expected.txt:
2216 * platform/chromium-win/svg/transforms/text-with-pattern-inside-transformed-html-expected.txt:
2217 * platform/chromium-win/svg/transforms/text-with-pattern-with-svg-transform-expected.txt:
2218 * platform/chromium-win/traversal: Added.
2219 * platform/chromium-win/traversal/node-iterator-prototype-expected.txt: Added.
2220 * platform/chromium/test_expectations.txt:
2222 2010-04-29 Dimitri Glazkov <dglazkov@chromium.org>
2224 Unreviewed, expectations tweak.
2226 Update stale expectations I accidentally checked in in http://trac.webkit.org/changeset/58520
2227 https://bugs.webkit.org/show_bug.cgi?id=9756
2229 * fast/forms/implicit-submission-expected.txt: Updated expectations.
2231 2010-04-28 Dimitri Glazkov <dglazkov@chromium.org>
2233 Reviewed by Darin Adler.
2235 A form without a submit button unexpectedly performs its action when Return is pressed
2236 https://bugs.webkit.org/show_bug.cgi?id=9756
2238 A comprehensive test for various edge cases involving implicit form submission.
2240 * fast/forms/implicit-submission-expected.txt: Added.
2241 * fast/forms/implicit-submission.html: Added.
2242 * fast/forms/check-box-enter-key-expected.txt: Removed because it's now part of implicit-submission.html.
2243 * fast/forms/check-box-enter-key.html: Ditto.
2244 * fast/forms/select-enter-key-expected.txt: Ditto.
2245 * fast/forms/select-enter-key.html: Ditto.
2247 2010-04-29 Adam Langley <agl@chromium.org>
2249 Reviewed by David Levin.
2251 Adding a test which uses a font from a WOFF file.
2253 https://bugs.webkit.org/show_bug.cgi?id=38217
2255 * fast/css/font-face-woff.html: Added.
2256 * fast/css/resources/Ahem.woff: Added.
2258 2010-04-29 Csaba Osztrogonác <ossy@webkit.org>
2260 Rubber-stamped by Simon Hausmann.
2262 [Qt] Loading of large page can take up to 10 seconds
2263 https://bugs.webkit.org/show_bug.cgi?id=31719
2265 Followup patch. Update expected files because of minor differences.
2266 (size of whitespaces, place of linebreaks)
2268 * platform/qt/css1/basic/inheritance-expected.txt:
2269 * platform/qt/css1/box_properties/float_elements_in_series-expected.txt:
2270 * platform/qt/css1/box_properties/float_margin-expected.txt:
2271 * platform/qt/css1/color_and_background/background_attachment-expected.txt:
2272 * platform/qt/css1/color_and_background/background_repeat-expected.txt:
2273 * platform/qt/css1/conformance/forward_compatible_parsing-expected.txt:
2274 * platform/qt/css1/font_properties/font-expected.txt:
2275 * platform/qt/css1/font_properties/font_style-expected.txt:
2276 * platform/qt/css1/formatting_model/inline_elements-expected.txt:
2277 * platform/qt/css1/text_properties/line_height-expected.txt:
2278 * platform/qt/css1/text_properties/text_decoration-expected.txt:
2279 * platform/qt/css1/text_properties/text_indent-expected.txt:
2280 * platform/qt/css1/text_properties/vertical_align-expected.txt:
2281 * platform/qt/css2.1/t1202-counter-01-b-expected.txt:
2282 * platform/qt/css2.1/t1202-counter-02-b-expected.txt:
2283 * platform/qt/css2.1/t1202-counter-03-b-expected.txt:
2284 * platform/qt/css2.1/t1202-counter-04-b-expected.txt:
2285 * platform/qt/css2.1/t1202-counters-01-b-expected.txt:
2286 * platform/qt/css2.1/t1202-counters-02-b-expected.txt:
2287 * platform/qt/css2.1/t1202-counters-03-b-expected.txt:
2288 * platform/qt/css2.1/t1508-c527-font-00-b-expected.txt:
2289 * platform/qt/css2.1/t1508-c527-font-04-b-expected.txt:
2290 * platform/qt/css2.1/t1508-c527-font-05-b-expected.txt:
2291 * platform/qt/css2.1/t1508-c527-font-06-b-expected.txt:
2292 * platform/qt/css2.1/t1508-c527-font-07-b-expected.txt:
2293 * platform/qt/css2.1/t1508-c527-font-08-b-expected.txt:
2294 * platform/qt/css2.1/t1508-c527-font-10-c-expected.txt:
2295 * platform/qt/editing/selection/select-text-overflow-ellipsis-expected.txt:
2296 * platform/qt/fast/backgrounds/background-inherit-color-bug-expected.txt:
2297 * platform/qt/fast/backgrounds/body-generated-image-propagated-to-root-expected.txt:
2298 * platform/qt/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.txt:
2299 * platform/qt/fast/backgrounds/repeat/negative-offset-repeat-expected.txt:
2300 * platform/qt/fast/backgrounds/size/zero-expected.txt:
2301 * platform/qt/fast/css/font-face-opentype-expected.txt:
2302 * platform/qt/fast/lists/w3-css3-list-styles-numeric-expected.txt:
2303 * platform/qt/fast/repaint/selection-gap-overflow-scroll-2-expected.txt:
2304 * platform/qt/fast/text/fake-italic-expected.txt:
2305 * platform/qt/fast/text/international/khmer-selection-expected.txt:
2306 * platform/qt/http/tests/local/file-url-sent-as-referer-expected.txt:
2307 * platform/qt/svg/filters/feColorMatrix-values-expected.txt:
2308 * platform/qt/svg/text/foreignObject-text-clipping-bug-expected.txt:
2309 * platform/qt/svg/text/selection-background-color-expected.txt:
2310 * platform/qt/svg/text/selection-doubleclick-expected.txt:
2311 * platform/qt/svg/text/selection-styles-expected.txt:
2312 * platform/qt/svg/text/selection-tripleclick-expected.txt:
2313 * platform/qt/svg/zoom/page/zoom-hixie-mixed-009-expected.txt:
2314 * platform/qt/svg/zoom/text/zoom-hixie-mixed-009-expected.txt:
2316 2010-04-29 Kent Tamura <tkent@chromium.org>
2318 Reviewed by Darin Adler.
2320 Fix a bug that selection drag-and-drop doesn't work for input/textarea.
2321 https://bugs.webkit.org/show_bug.cgi?id=38175
2323 * editing/pasteboard/drag-drop-input-textarea-expected.txt: Added.
2324 * editing/pasteboard/drag-drop-input-textarea.html: Added.
2326 2010-04-29 Nikolas Zimmermann <nzimmermann@rim.com>
2328 Rubber-stamped by Maciej Stachowiak.
2330 Add missing pixel test results for several tests on Mac. Now doesn't create any new files anymore, when running run-webkit-tests -p.
2332 * platform/mac/fast/block/positioning/absolute-positioning-no-scrollbar-expected.checksum: Added.
2333 * platform/mac/fast/block/positioning/absolute-positioning-no-scrollbar-expected.png: Added.
2334 * platform/mac/fast/css/css3-space-in-nth-and-lang-expected.checksum: Added.
2335 * platform/mac/fast/css/css3-space-in-nth-and-lang-expected.png: Added.
2336 * platform/mac/fast/frames/flattening/frameset-flattening-advanced-expected.checksum: Added.
2337 * platform/mac/fast/frames/flattening/frameset-flattening-advanced-expected.png: Added.
2338 * platform/mac/fast/frames/flattening/frameset-flattening-grid-expected.checksum: Added.
2339 * platform/mac/fast/frames/flattening/frameset-flattening-grid-expected.png: Added.
2340 * platform/mac/fast/frames/flattening/frameset-flattening-simple-expected.checksum: Added.
2341 * platform/mac/fast/frames/flattening/frameset-flattening-simple-expected.png: Added.
2342 * platform/mac/fast/frames/flattening/frameset-flattening-subframe-resize-expected.checksum: Added.
2343 * platform/mac/fast/frames/flattening/frameset-flattening-subframe-resize-expected.png: Added.
2344 * platform/mac/fast/frames/flattening/frameset-flattening-subframesets-expected.checksum: Added.
2345 * platform/mac/fast/frames/flattening/frameset-flattening-subframesets-expected.png: Added.
2346 * platform/mac/fast/frames/flattening/iframe-flattening-fixed-height-expected.checksum: Added.
2347 * platform/mac/fast/frames/flattening/iframe-flattening-fixed-height-expected.png: Added.
2348 * platform/mac/fast/frames/flattening/iframe-flattening-fixed-width-and-height-expected.checksum: Added.
2349 * platform/mac/fast/frames/flattening/iframe-flattening-fixed-width-and-height-expected.png: Added.
2350 * platform/mac/fast/frames/flattening/iframe-flattening-fixed-width-and-height-no-scrolling-expected.checksum: Added.
2351 * platform/mac/fast/frames/flattening/iframe-flattening-fixed-width-and-height-no-scrolling-expected.png: Added.
2352 * platform/mac/fast/frames/flattening/iframe-flattening-fixed-width-expected.checksum: Added.
2353 * platform/mac/fast/frames/flattening/iframe-flattening-fixed-width-expected.png: Added.
2354 * platform/mac/fast/frames/flattening/iframe-flattening-offscreen-expected.checksum: Added.
2355 * platform/mac/fast/frames/flattening/iframe-flattening-offscreen-expected.png: Added.
2356 * platform/mac/fast/frames/flattening/iframe-flattening-simple-expected.checksum: Added.
2357 * platform/mac/fast/frames/flattening/iframe-flattening-simple-expected.png: Added.
2358 * platform/mac/fast/lists/w3-css3-list-styles-alphabetic-expected.checksum: Added.
2359 * platform/mac/fast/lists/w3-css3-list-styles-alphabetic-expected.png: Added.
2360 * platform/mac/fast/lists/w3-css3-list-styles-numeric-expected.checksum: Added.
2361 * platform/mac/fast/lists/w3-css3-list-styles-numeric-expected.png: Added.
2362 * platform/mac/fast/media/media-query-invalid-value-expected.checksum: Added.
2363 * platform/mac/fast/media/media-query-invalid-value-expected.png: Added.
2364 * platform/mac/fast/runin/generated2-expected.checksum: Added.
2365 * platform/mac/fast/runin/generated2-expected.png: Added.
2366 * platform/mac/fast/runin/generated3-expected.checksum: Added.
2367 * platform/mac/fast/runin/generated3-expected.png: Added.
2368 * platform/mac/fast/runin/generated4-expected.checksum: Added.
2369 * platform/mac/fast/runin/generated4-expected.png: Added.
2370 * platform/mac/http/tests/webarchive/cross-origin-stylesheet-crash-expected.checksum: Added.
2371 * platform/mac/http/tests/webarchive/cross-origin-stylesheet-crash-expected.png: Added.
2373 2010-04-29 Fumitoshi Ukai <ukai@chromium.org>
2375 Unreviewed, test expectations update.
2377 * platform/chromium/test_expectations.txt: fast/media/media-query-invalid-value.html should be MISSING, not IMAGE.
2379 2010-04-29 Jan Hanssen <jhanssen@codeaurora.org>
2381 Reviewed by Adam Barth.
2383 Test whether HTMLOptionElement::ownerSelectElement() is considering the keygen element.
2384 https://bugs.webkit.org/show_bug.cgi?id=26016
2386 * fast/dom/HTMLKeygenElement/keygen-option-select-expected.txt: Added.
2387 * fast/dom/HTMLKeygenElement/keygen-option-select.html: Added.
2389 2010-04-29 Nikolas Zimmermann <nzimmermann@rim.com>
2391 Reviewed by Maciej Stachowiak.
2393 REGRESSION: gradient background of LayoutTests/fast/backgrounds/resources/balloon.svg fails to draw
2394 https://bugs.webkit.org/show_bug.cgi?id=38307
2396 balloon.svg is broken, it contains a <def> section, instead of a <defs> section.
2397 We now properly ignored the subtree. s/def/defs/ and the testcase works again.
2399 fast/backgrounds/svg-as-background-2.html even properly draws the gradient background instead of pure red color.
2400 Combined with Simons SVGImage repaint fixes, we have a nice progression in this area.
2402 Updated some fast/*expected.png files, that showed a 0.01% difference on my system. Probably a CG difference,
2403 I can now run those tests with --tolerance 0 without a problem.
2405 * fast/backgrounds/resources/balloon.svg: s/def/defs/
2406 * fast/backgrounds/size/contain-and-cover-expected.checksum: Updated for marginal differences.
2407 * fast/backgrounds/size/contain-and-cover-expected.png: Ditto.
2408 * platform/mac/fast/backgrounds/svg-as-background-2-expected.checksum: Huge update, no more red, but a nice gradient.
2409 * platform/mac/fast/backgrounds/svg-as-background-2-expected.png: Ditto.
2410 * platform/mac/fast/backgrounds/svg-as-background-6-expected.checksum: Updated for marginal differences.
2411 * platform/mac/fast/backgrounds/svg-as-background-6-expected.png: Ditto.
2412 * platform/mac/fast/images/svg-as-tiled-background-expected.checksum: Reflect the current state: it's green now, no more red.
2413 * platform/mac/fast/images/svg-as-tiled-background-expected.png: Ditto.
2414 * platform/mac/fast/images/svg-background-partial-redraw-expected.checksum: Updated for marginal differences.
2415 * platform/mac/fast/images/svg-background-partial-redraw-expected.png: Ditto.
2417 2010-04-29 Fumitoshi Ukai <ukai@chromium.org>
2419 Unreviewed, test expectations update.
2421 r58479 add fast/media/media-query-invalid-value.html, but it misses
2424 * platform/chromium/test_expectations.txt:
2426 2010-04-29 Fumitoshi Ukai <ukai@chromium.org>
2428 Reviewed by David Levin.
2430 wrong filename: LayoutTests/platform/win/fast/text/international/bold-bengali-actual.txt
2431 https://bugs.webkit.org/show_bug.cgi?id=38310
2433 * platform/win/fast/text/international/bold-bengali-expected.txt: Renamed from LayoutTests/platform/win/fast/text/international/bold-bengali-actual.txt.
2435 2010-04-28 Luiz Agostini <luiz.agostini@openbossa.org>
2437 Reviewed by Simon Fraser.
2439 Media queries empty values
2440 https://bugs.webkit.org/show_bug.cgi?id=38116
2442 Adding isValid() method to MediaQueryExp to make it possible to differentiate
2443 between queries with empty values and queries with invalid values.
2445 * fast/media/media-query-invalid-value-expected.txt: Added.
2446 * fast/media/media-query-invalid-value.html: Added.
2448 2010-04-25 Antonio Gomes <tonikitoo@webkit.org>
2450 Reviewed by Darin Adler.
2452 Clicking a scrollbar blurs the currently focused element
2453 https://bugs.webkit.org/show_bug.cgi?id=16809
2455 * scrollbars/resources/scrollable-iframe-with-input-field.html: Added.
2456 * scrollbars/scrollbar-click-does-not-blur-content-expected.txt:
2457 * scrollbars/scrollbar-click-does-not-blur-content.html: Added.
2458 * scrollbars/scrollbar-iframe-click-does-not-blur-content-expected.txt:
2459 * scrollbars/scrollbar-iframe-click-does-not-blur-content.html: Added.
2461 2010-04-28 Martin Robinson <mrobinson@webkit.org>
2463 Reviewed by Gustavo Noronha.
2465 [GTK] Enable DOM clipboard and drag-and-drop access
2466 https://bugs.webkit.org/show_bug.cgi?id=30623
2468 Make ClipboardGtk a "live" DataTransfer object, able to modify
2469 the clipboard when setData(...) is called.
2471 * platform/gtk/Skipped: Uncomment tests that are now passing.
2473 2010-04-28 Evan Martin <evan@chromium.org>
2475 Reviewed by David Levin.
2477 [chromium] revert getFontDataForCharacters change in r58341
2478 https://bugs.webkit.org/show_bug.cgi?id=38288
2480 * platform/chromium/test_expectations.txt: add the test to the now-failing list.
2482 2010-04-28 Eric Seidel <eric@webkit.org>
2484 Unreviewed, rolling out r58441.
2485 http://trac.webkit.org/changeset/58441
2486 https://bugs.webkit.org/show_bug.cgi?id=37618
2490 * editing/pasteboard/drag-drop-iframe-refresh-crash-expected.txt: Removed.
2491 * editing/pasteboard/drag-drop-iframe-refresh-crash.html: Removed.
2492 * editing/resources/drag-drop.html: Removed.
2494 2010-04-28 Abhishek Arya <inferno@chromium.org>
2496 Reviewed by Eric Seidel.
2498 Tests for a crash when an image drag-drop operation happens inside a continuously refreshing iframe.
2499 https://bugs.webkit.org/show_bug.cgi?id=37618
2501 * editing/pasteboard/drag-drop-iframe-refresh-crash-expected.txt: Added.
2502 * editing/pasteboard/drag-drop-iframe-refresh-crash.html: Added.
2503 * editing/resources/drag-drop.html: Added.
2505 2010-04-28 Adam Langley <agl@chromium.org>
2507 Unreviewed, expectations update.
2509 These results are no longer specific to chromium-win. I believe that
2510 they should have been deleted in r58182, but I didn't notice the
2511 deletions, only the modified files.
2513 * platform/chromium-win/fast/canvas/canvas-empty-image-pattern-expected.checksum: Removed.
2514 * platform/chromium-win/fast/canvas/canvas-empty-image-pattern-expected.png: Removed.
2516 2010-04-28 Ojan Vafai <ojan@chromium.org>
2518 Reviewed by David Levin.
2520 fix linux expected result for fast/text/line-breaks.html
2521 https://bugs.webkit.org/show_bug.cgi?id=38283
2523 This is needed after r58426. See http://trac.webkit.org/changeset/57242
2526 * platform/chromium-linux/fast/text/line-breaks-expected.checksum:
2527 * platform/chromium-linux/fast/text/line-breaks-expected.png:
2528 * platform/chromium-linux/fast/text/line-breaks-expected.txt:
2530 2010-04-28 Abhishek Arya <inferno@chromium.org>
2532 Reviewed by Alexey Proskuryakov.
2534 Test that a resource from a different https origin is not cached.
2535 https://bugs.webkit.org/show_bug.cgi?id=33456
2537 * http/tests/appcache/different-https-origin-resource-main-expected.txt: Added.
2538 * http/tests/appcache/different-https-origin-resource-main.html: Added.
2539 * http/tests/appcache/resources/different-https-origin-resource.html: Added.
2540 * http/tests/appcache/resources/different-https-origin-resource.manifest: Added.
2542 2010-04-28 Evan Martin <evan@chromium.org>
2544 Reviewed by Adam Roben.
2546 rebaseline for fast/text/international/bold-bengali
2547 https://bugs.webkit.org/show_bug.cgi?id=38281
2549 * platform/win/fast/text/international/bold-bengali-actual.txt: Added.
2551 2010-04-21 Ojan Vafai <ojan@chromium.org>
2553 Reviewed by Adele Peterson.
2555 http://trac.webkit.org/changeset/57215 caused perf/memory regressions
2556 https://bugs.webkit.org/show_bug.cgi?id=37292
2558 #if out the canUseGlyphCache Changes from r57215 as they caused a
2559 8% perf regression on Chromium's international page load tests so that
2560 the perf regression can be fixed properly without being left in the tree.
2562 * platform/mac/fast/repaint/stacked-diacritics-expected.checksum:
2563 * platform/mac/fast/repaint/stacked-diacritics-expected.png:
2565 2010-04-28 Alexey Proskuryakov <ap@apple.com>
2567 Reviewed by David Kilzer.
2569 https://bugs.webkit.org/show_bug.cgi?id=38278
2570 https://localhost:8443 doesn't work in WebKit tests
2572 We only had a VirtualHost for 127.0.0.1:8443. Changed that to *:8443.
2574 * http/conf/apache2-debian-httpd.conf:
2575 * http/conf/apache2-httpd.conf:
2576 * http/conf/fedora-httpd.conf:
2577 * http/conf/httpd.conf:
2579 2010-04-28 Alejandro G. Castro <alex@igalia.com>
2581 Reviewed by Xan Lopez.
2583 [GTK] Failing test http/tests/misc/isindex-with-no-form.html
2584 https://bugs.webkit.org/show_bug.cgi?id=30815
2586 The test currently works, removing from Skipped.
2588 * platform/gtk/Skipped:
2590 2010-04-28 Evan Martin <evan@chromium.org>
2592 Reviewed by Darin Adler.
2594 fast/text/international/bold-bengali needs baselines
2595 https://bugs.webkit.org/show_bug.cgi?id=38273
2597 * platform/chromium-win/fast/text/international/bold-bengali-expected.checksum: Added.
2598 * platform/chromium-win/fast/text/international/bold-bengali-expected.png: Added.
2599 * platform/mac/fast/text/international/bold-bengali-expected.checksum: Added.
2600 * platform/mac/fast/text/international/bold-bengali-expected.png: Added.
2602 2010-04-28 Xiaomei Ji <xji@chromium.org>
2604 Reviewed by Dimitri Glazkov
2606 Rebaseline Webkit Mac pixel results and chromium pixel results
2607 caused by http://trac.webkit.org/changeset/58191
2608 Webkit Mac pixel results failed with --tolerance=0
2609 https://bugs.webkit.org/show_bug.cgi?id=38104
2611 * platform/chromium-linux/editing/deleting/4845371-expected.checksum:
2612 * platform/chromium-linux/editing/deleting/4845371-expected.png: Removed.
2613 * platform/chromium-linux/editing/deleting/5126166-expected.checksum:
2614 * platform/chromium-linux/editing/deleting/5126166-expected.png:
2615 * platform/chromium-linux/editing/deleting/5483370-expected.checksum:
2616 * platform/chromium-linux/editing/deleting/5483370-expected.png:
2617 * platform/chromium-linux/editing/deleting/table-cells-expected.checksum:
2618 * platform/chromium-linux/editing/deleting/table-cells-expected.png: Removed.
2619 * platform/chromium-linux/editing/inserting/4875189-2-expected.checksum:
2620 * platform/chromium-linux/editing/inserting/4875189-2-expected.png:
2621 * platform/chromium-linux/editing/pasteboard/5387578-expected.checksum:
2622 * platform/chromium-linux/editing/pasteboard/5387578-expected.png:
2623 * platform/chromium-linux/editing/pasteboard/paste-4039777-fix-expected.checksum:
2624 * platform/chromium-linux/editing/pasteboard/paste-4039777-fix-expected.png:
2625 * platform/chromium-linux/editing/pasteboard/paste-table-001-expected.checksum:
2626 * platform/chromium-linux/editing/pasteboard/paste-table-001-expected.png: Removed.
2627 * platform/chromium-linux/editing/pasteboard/paste-table-cells-expected.checksum:
2628 * platform/chromium-linux/editing/pasteboard/paste-table-cells-expected.png: Removed.
2629 * platform/chromium-linux/editing/selection/move-past-trailing-space-expected.checksum:
2630 * platform/chromium-linux/editing/selection/move-past-trailing-space-expected.png: Removed.
2631 * platform/chromium-linux/fast/inline-block/14498-positionForCoordinates-expected.checksum:
2632 * platform/chromium-linux/fast/inline-block/14498-positionForCoordinates-expected.png: Removed.
2633 * platform/chromium-linux/fast/repaint/caret-outside-block-expected.checksum:
2634 * platform/chromium-linux/fast/repaint/caret-outside-block-expected.png: Removed.
2635 * platform/chromium-mac/editing/deleting/4845371-expected.checksum: Added.
2636 * platform/chromium-mac/editing/deleting/5126166-expected.checksum: Added.
2637 * platform/chromium-mac/editing/deleting/5483370-expected.checksum: Added.
2638 * platform/chromium-mac/editing/deleting/table-cells-expected.checksum: Added.
2639 * platform/chromium-mac/editing/inserting/4875189-2-expected.checksum: Added.
2640 * platform/chromium-mac/editing/pasteboard/5387578-expected.checksum: Added.
2641 * platform/chromium-mac/editing/pasteboard/paste-4039777-fix-expected.checksum: Added.
2642 * platform/chromium-mac/editing/pasteboard/paste-table-001-expected.checksum: Added.
2643 * platform/chromium-mac/editing/pasteboard/paste-table-cells-expected.checksum: Added.
2644 * platform/chromium-mac/editing/selection/move-past-trailing-space-expected.checksum: Added.
2645 * platform/chromium-mac/fast/inline-block/14498-positionForCoordinates-expected.checksum: Added.
2646 * platform/chromium-mac/fast/repaint/caret-outside-block-expected.checksum: Added.
2647 * platform/chromium-mac/fast/repaint/caret-outside-block-expected.png: Added.
2648 * platform/chromium-win/editing/deleting/4845371-expected.checksum:
2649 * platform/chromium-win/editing/deleting/4845371-expected.png:
2650 * platform/chromium-win/editing/deleting/5126166-expected.checksum:
2651 * platform/chromium-win/editing/deleting/5126166-expected.png:
2652 * platform/chromium-win/editing/deleting/5483370-expected.checksum:
2653 * platform/chromium-win/editing/deleting/5483370-expected.png:
2654 * platform/chromium-win/editing/deleting/table-cells-expected.checksum:
2655 * platform/chromium-win/editing/deleting/table-cells-expected.png:
2656 * platform/chromium-win/editing/inserting/4875189-2-expected.checksum:
2657 * platform/chromium-win/editing/inserting/4875189-2-expected.png:
2658 * platform/chromium-win/editing/pasteboard/5387578-expected.checksum:
2659 * platform/chromium-win/editing/pasteboard/5387578-expected.png:
2660 * platform/chromium-win/editing/pasteboard/paste-4039777-fix-expected.checksum:
2661 * platform/chromium-win/editing/pasteboard/paste-4039777-fix-expected.png:
2662 * platform/chromium-win/editing/pasteboard/paste-table-001-expected.checksum:
2663 * platform/chromium-win/editing/pasteboard/paste-table-001-expected.png:
2664 * platform/chromium-win/editing/pasteboard/paste-table-cells-expected.checksum:
2665 * platform/chromium-win/editing/pasteboard/paste-table-cells-expected.png:
2666 * platform/chromium-win/editing/selection/move-past-trailing-space-expected.checksum:
2667 * platform/chromium-win/editing/selection/move-past-trailing-space-expected.png:
2668 * platform/chromium-win/fast/inline-block/14498-positionForCoordinates-expected.checksum:
2669 * platform/chromium-win/fast/inline-block/14498-positionForCoordinates-expected.png:
2670 * platform/chromium-win/fast/repaint/caret-outside-block-expected.checksum:
2671 * platform/chromium-win/fast/repaint/caret-outside-block-expected.png:
2672 * platform/chromium/test_expectations.txt:
2673 * platform/mac/editing/deleting/4845371-expected.png:
2674 * platform/mac/editing/deleting/5126166-expected.png:
2675 * platform/mac/editing/deleting/5483370-expected.png:
2676 * platform/mac/editing/deleting/table-cells-expected.png:
2677 * platform/mac/editing/inserting/4875189-2-expected.png:
2678 * platform/mac/editing/pasteboard/5387578-expected.png:
2679 * platform/mac/editing/pasteboard/paste-4039777-fix-expected.png:
2680 * platform/mac/editing/pasteboard/paste-table-001-expected.png:
2681 * platform/mac/editing/pasteboard/paste-table-cells-expected.png:
2682 * platform/mac/editing/selection/move-past-trailing-space-expected.png:
2683 * platform/mac/fast/inline-block/14498-positionForCoordinates-expected.png:
2684 * platform/mac/fast/repaint/caret-outside-block-expected.png:
2686 2010-04-28 Julien Chaffraix <jchaffraix@webkit.org>
2688 Reviewed by Alexey Proskuryakov.
2690 [XHR] Cross-Origin synchronous request with credential raises NETWORK_ERR
2691 https://bugs.webkit.org/show_bug.cgi?id=37781
2692 <rdar://problem/7905150>
2694 Test that doing a cross-origin request with a preflight check does
2695 not raise a NETWORK_ERR exception and does not send the credentials.
2697 * http/tests/xmlhttprequest/access-control-preflight-credential-async-expected.txt: Added.
2698 * http/tests/xmlhttprequest/access-control-preflight-credential-async.html: Added.
2699 * http/tests/xmlhttprequest/access-control-preflight-credential-sync-expected.txt: Added.
2700 * http/tests/xmlhttprequest/access-control-preflight-credential-sync.html: Added.
2701 * http/tests/xmlhttprequest/resources/basic-auth/access-control-auth-basic.php: Added.
2703 * platform/mac-tiger/Skipped:
2704 * platform/qt/Skipped:
2705 Added those 2 tests to the Skipped lists.
2707 2010-04-28 Marcus Bulach <bulach@chromium.org>
2709 Reviewed by Jeremy Orlow.
2711 [chromium] Rebaseline svg-background-partial-redraw, node-iterator-prototype, and upstream test expectations for fast/text/international/bold-bengali.html
2712 https://bugs.webkit.org/show_bug.cgi?id=38259
2714 * platform/chromium-linux/fast/images/svg-background-partial-redraw-expected.checksum: Added.
2715 * platform/chromium-linux/fast/images/svg-background-partial-redraw-expected.png: Added.
2716 * platform/chromium-mac/fast/images: Added.
2717 * platform/chromium-mac/fast/images/svg-background-partial-redraw-expected.checksum: Added.
2718 * platform/chromium-mac/fast/images/svg-background-partial-redraw-expected.png: Added.
2719 * platform/chromium-mac/traversal: Added.
2720 * platform/chromium-mac/traversal/node-iterator-prototype-expected.txt: Added.
2721 * platform/chromium-win/fast/images/svg-background-partial-redraw-expected.checksum: Added.
2722 * platform/chromium-win/fast/images/svg-background-partial-redraw-expected.png: Added.
2723 * platform/chromium-win/fast/images/svg-background-partial-redraw-expected.txt: Added.
2724 * platform/chromium-win/traversal: Added.
2725 * platform/chromium-win/traversal/node-iterator-prototype-expected.txt: Added.
2726 * platform/chromium/test_expectations.txt:
2728 2010-04-28 Andrey Kosyakov <caseq@chromium.org>
2730 Reviewed by Yury Semikhatsky.
2732 Log error message to inspector console if a resource fails to load.
2733 Moved console-tests.js to http tests. Added support for sorting
2734 console messages, in case order may vary.
2735 https://bugs.webkit.org/show_bug.cgi?id=37215
2737 * http/tests/inspector/console-resource-errors-expected.txt: Added.
2738 * http/tests/inspector/console-resource-errors.html: Added.
2739 * http/tests/inspector/console-tests.js: Added.
2740 (dumpConsoleMessages.callback):
2741 (dumpConsoleMessages):
2742 (dumpConsoleMessagesWithClasses.callback):
2743 (dumpConsoleMessagesWithClasses):
2744 (frontend_dumpConsoleMessages):
2745 * inspector/console-clear.html:
2746 * inspector/console-dir.html:
2747 * inspector/console-dirxml.html:
2748 * inspector/console-format-collections-expected.txt:
2749 * inspector/console-format-collections.html:
2750 * inspector/console-format.html:
2751 * inspector/console-log-before-inspector-open.html:
2752 * inspector/console-tests.html:
2753 * inspector/console-tests.js: Removed.
2754 * platform/mac-tiger/http/tests/inspector: Added.
2755 * platform/mac-tiger/http/tests/inspector/console-resource-errors-expected.txt: Added.
2757 2010-04-28 Sheriff Bot <webkit.review.bot@gmail.com>
2759 Unreviewed, rolling out r58313.
2760 http://trac.webkit.org/changeset/58313
2761 https://bugs.webkit.org/show_bug.cgi?id=38253
2763 Regression evident in pixel tests: the search icon is always
2764 clipped at the bottom. (Requested by jorlow on #webkit).
2766 * fast/css/input-search-padding.html: Removed.
2767 * platform/mac/fast/css/input-search-padding-expected.checksum: Removed.
2768 * platform/mac/fast/css/input-search-padding-expected.png: Removed.
2769 * platform/mac/fast/css/input-search-padding-expected.txt: Removed.
2771 2010-04-28 Shinichiro Hamaji <hamaji@chromium.org>
2773 Unreviewed. Disable printing/media-queries-print for now.
2775 Add layoutTestController.setPrinting()
2776 https://bugs.webkit.org/show_bug.cgi?id=37203
2778 * platform/mac/Skipped:
2780 2010-04-28 Shinichiro Hamaji <hamaji@chromium.org>
2782 Unreviewed. Added missing expectation files missed in r58386.
2784 Add layoutTestController.setPrinting()
2785 https://bugs.webkit.org/show_bug.cgi?id=37203
2787 * platform/mac/printing/media-queries-print-expected.checksum: Added.
2788 * platform/mac/printing/media-queries-print-expected.png: Added.
2789 * platform/mac/printing/media-queries-print-expected.txt: Added.
2791 2010-04-28 Daniel Bates <dbates@rim.com>
2793 Unreviewed, rebase expected result of failing test.
2795 Rebasing Qt expected result for selection-gap-overflow-scroll-2.html.
2796 Following the landing of bug #37686, this test started failing despite
2797 being unrelated to this bug. From looking at the diff of the result,
2798 which shows a 1 pixel shift in widths, and based on Csaba Osztrogonac's
2799 comment, we have decided to rebase this result.
2801 * platform/qt/fast/repaint/selection-gap-overflow-scroll-2-expected.txt:
2803 2010-04-27 Shinichiro Hamaji <hamaji@chromium.org>
2805 Reviewed by Darin Adler and Eric Seidel.
2807 Add layoutTestController.setPrinting()
2808 https://bugs.webkit.org/show_bug.cgi?id=37203
2810 Now we can test media queries with the new function because the
2811 render tree has the color information of the box.
2813 Note that the pixel test is currently failing. We'll need another
2814 patch to enable printing mode for pixel tests.
2816 * platform/mac/Skipped:
2817 * platform/mac/printing/media-queries-print-expected.checksum: Added.
2818 * platform/mac/printing/media-queries-print-expected.png: Added.
2819 * platform/mac/printing/media-queries-print-expected.txt: Added.
2820 * printing/media-queries-print.html:
2822 2010-04-27 Yuzo Fujishima <yuzo@google.com>
2824 Reviewed by Eric Seidel.
2826 Enhance CSS parser for Paged Media (Iteration 4)
2827 Implement page property parsing as specified at http://dev.w3.org/csswg/css3-page/#using-named-pages.
2828 https://bugs.webkit.org/show_bug.cgi?id=35853
2830 * printing/page-rule-css-text-expected.txt:
2831 * printing/page-rule-css-text.html:
2833 2010-04-27 Yuzo Fujishima <yuzo@google.com>
2835 Reviewed by Dimitri Glazkov.
2837 Enhance CSS parser for Paged Media (Iteration 3)
2838 Implement size parameter parsing for Paged Media.
2839 https://bugs.webkit.org/show_bug.cgi?id=35851
2841 * printing/page-rule-css-text-expected.txt:
2842 * printing/page-rule-css-text.html:
2844 2010-04-27 Yuzo Fujishima <yuzo@google.com>
2846 Reviewed by Eric Seidel.
2848 Enhance CSS parser for Paged Media (Iteration 2)
2849 Parse and hold paged media rules in CSSStyleSelector.
2851 fast/dom/script-tests/prototype-inheritance-2.js is rebaselined because it assumes @page is ignored.
2853 https://bugs.webkit.org/show_bug.cgi?id=35782
2855 * fast/dom/prototype-inheritance-2-expected.txt:
2856 * fast/dom/script-tests/prototype-inheritance-2.js:
2857 * printing/page-rule-css-text-expected.txt: Added.
2858 * printing/page-rule-css-text.html: Added.
2860 2010-04-27 Daniel Bates <dbates@rim.com>
2862 Reviewed by Oliver Hunt.
2864 https://bugs.webkit.org/show_bug.cgi?id=37686
2866 Tests that strokeRect does not paint any artifacts when the
2867 specified rectangle has height, width = 0 and lineWidth > 1.
2869 Also tests that clearRect, fillRect, and rect are ignored when
2872 * fast/canvas/canvas-clearRect-expected.txt: Added.
2873 * fast/canvas/canvas-clearRect.html: Added.
2874 * fast/canvas/canvas-fillRect-expected.txt: Added.
2875 * fast/canvas/canvas-fillRect.html: Added.
2876 * fast/canvas/canvas-modify-emptyPath-expected.txt:
2877 * fast/canvas/canvas-strokeRect-expected.txt: Updated results.
2878 * fast/canvas/script-tests/canvas-clearRect.js: Added.
2879 * fast/canvas/script-tests/canvas-fillRect.js: Added.
2880 * fast/canvas/script-tests/canvas-modify-emptyPath.js: Added test case.
2881 * fast/canvas/script-tests/canvas-strokeRect.js: Ditto. Also, added
2882 debug statements so as to distinguish the results for each test.
2884 2010-04-27 Simon Fraser <simon.fraser@apple.com>
2886 Reviewed by the inimitable Dan Bernstein.
2888 SVG as background image renders incorrectly after zooming
2889 https://bugs.webkit.org/show_bug.cgi?id=38215
2891 Testcase for a partial redraw of an element using an untiled SVG background image.
2893 * fast/images/resources/circle.svg: Added.
2894 * fast/images/svg-background-partial-redraw.html: Added.
2895 * platform/mac/fast/images/svg-background-partial-redraw-expected.checksum: Added.
2896 * platform/mac/fast/images/svg-background-partial-redraw-expected.png: Added.
2897 * platform/mac/fast/images/svg-background-partial-redraw-expected.txt: Added.
2899 2010-04-27 Yuzo Fujishima <yuzo@google.com>
2901 Reviewed by David Hyatt.
2903 Retry of: Enhance CSS parser for Paged Media (Iteration 1)
2905 In this change, the grammar is extended and skeletal methods for creating page rules and margin at-rules are defined.
2906 The contents of the methods should be implemented by other changes.
2908 https://bugs.webkit.org/show_bug.cgi?id=35329
2910 * fast/css/parsing-page-rule-expected.txt: Copied from LayoutTests/editing/selection/5136696-expected.txt.
2911 * fast/css/parsing-page-rule.html: Added.
2913 2010-04-27 Julien Chaffraix <jchaffraix@webkit.org>
2915 Unreviewed, rolling out my changes as it rendered the Qt bot unreliable.
2917 * http/tests/xmlhttprequest/access-control-preflight-credential-async-expected.txt: Removed.
2918 * http/tests/xmlhttprequest/access-control-preflight-credential-async.html: Removed.
2919 * http/tests/xmlhttprequest/access-control-preflight-credential-sync-expected.txt: Removed.
2920 * http/tests/xmlhttprequest/access-control-preflight-credential-sync.html: Removed.
2921 * http/tests/xmlhttprequest/resources/basic-auth/access-control-auth-basic.php: Removed.
2922 * platform/qt/Skipped:
2924 2010-04-27 Julien Chaffraix <jchaffraix@webkit.org>
2928 * platform/qt/Skipped: Add the 2 newly added test cases to the list
2929 as they involve preflight requests.
2931 2010-04-27 Julien Chaffraix <jchaffraix@webkit.org>
2933 Reviewed by Alexey Proskuryakov.
2935 [XHR] Cross-Origin synchronous request with credential raises NETWORK_ERR
2936 https://bugs.webkit.org/show_bug.cgi?id=37781
2937 <rdar://problem/7905150>
2939 Test that doing a cross-origin request with a preflight check does
2940 not raise a NETWORK_ERR exception and does not send the credentials.
2942 * http/tests/xmlhttprequest/access-control-preflight-credential-async-expected.txt: Added.
2943 * http/tests/xmlhttprequest/access-control-preflight-credential-async.html: Added.
2944 * http/tests/xmlhttprequest/access-control-preflight-credential-sync-expected.txt: Added.
2945 * http/tests/xmlhttprequest/access-control-preflight-credential-sync.html: Added.
2946 * http/tests/xmlhttprequest/resources/basic-auth/access-control-auth-basic.php: Added.
2948 2010-04-27 Dumitru Daniliuc <dumi@chromium.org>
2950 Reviewed by David Levin.
2952 Adjusting the expected amount of space used by quota-tracking.html.
2953 https://bugs.webkit.org/show_bug.cgi?id=38191
2955 The expectations changed because of AUTO_VACUUM's overhead.
2957 * platform/chromium/test_expectations.txt:
2958 * storage/quota-tracking-expected.txt:
2959 * storage/quota-tracking.html:
2961 2010-04-27 Evan Martin <evan@chromium.org>
2963 Reviewed by David Levin.
2965 [chromium] update test expectations for ancient linux bug
2966 https://bugs.webkit.org/show_bug.cgi?id=38229
2969 http://test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=plugins%2Fembed-attributes-setting.html
2970 this hasn't crashed in a long time, so the CRASH annotation is superfluous.
2972 * platform/chromium/test_expectations.txt:
2974 2010-04-27 François Sausset <sausset@gmail.com>
2976 Reviewed by Kenneth Rohde Christiansen.
2978 Additional MathML mroot & msqrt tests.
2979 https://bugs.webkit.org/show_bug.cgi?id=37044
2981 * mathml/presentation/roots.xhtml: Added.
2982 * platform/mac/mathml/presentation/roots-expected.checksum: Added.
2983 * platform/mac/mathml/presentation/roots-expected.png: Added.
2984 * platform/mac/mathml/presentation/roots-expected.txt: Added.
2986 2010-04-27 Jeremy Orlow <jorlow@chromium.org>
2988 Reviewed by Dimitri Glazkov.
2990 [Chromium] Create new baseline for caret-rtl-2
2991 https://bugs.webkit.org/show_bug.cgi?id=38126
2993 http://trac.webkit.org/changeset/58191/ caused the caret-rtl-2 layout
2994 test to start failing under Chromium. Since we're the only ones who
2995 run pixel tests, it's possible that the actual baseline needs to be updated
2996 and not just the chromium baseline...but I'm not sure.
2998 I'm tracking the overall progress of figuring this out here:
2999 https://bugs.webkit.org/show_bug.cgi?id=38109
3001 * platform/chromium-mac/editing/selection/caret-rtl-2-actual.checksum: Added.
3002 * platform/chromium-mac/editing/selection/caret-rtl-2-actual.png: Added.
3004 2010-04-27 Evan Martin <evan@chromium.org>
3006 Unreviewed, making the bots happy.
3008 [chromium] bold bengali text not rendered properly on Linux
3009 https://bugs.webkit.org/show_bug.cgi?id=37904
3011 Check in a baseline for Mac pulled from the bots.
3013 * platform/mac/fast/text/international/bold-bengali-expected.txt: Added.
3015 2010-04-27 Eric Seidel <eric@webkit.org>
3017 Unreviewed, rolling out r58318.
3018 http://trac.webkit.org/changeset/58318
3019 https://bugs.webkit.org/show_bug.cgi?id=37215
3021 Broke test on Tiger. Might just need updated results,
3024 * http/tests/inspector/console-resource-errors-expected.txt: Removed.
3025 * http/tests/inspector/console-resource-errors.html: Removed.
3026 * http/tests/inspector/console-tests.js: Removed.
3027 * inspector/console-clear.html:
3028 * inspector/console-dir.html:
3029 * inspector/console-dirxml.html:
3030 * inspector/console-format-collections-expected.txt:
3031 * inspector/console-format-collections.html:
3032 * inspector/console-format.html:
3033 * inspector/console-log-before-inspector-open.html:
3034 * inspector/console-tests.html:
3035 * inspector/console-tests.js: Added.
3036 (dumpConsoleMessages.callback):
3037 (dumpConsoleMessages):
3038 (dumpConsoleMessagesWithClasses.callback):
3039 (dumpConsoleMessagesWithClasses):
3040 (frontend_dumpConsoleMessages):
3042 2010-04-27 Evan Martin <evan@chromium.org>
3044 Reviewed by David Levin.
3046 [chromium] bold bengali text not rendered properly on Linux
3047 https://bugs.webkit.org/show_bug.cgi?id=37904
3049 Add a layout test containing some bold Bengali text.
3051 * fast/text/international/bold-bengali.html: Added.
3052 * platform/chromium-linux/fast/text/international/bold-bengali-expected.checksum: Added.
3053 * platform/chromium-linux/fast/text/international/bold-bengali-expected.png: Added.
3054 * platform/chromium-linux/fast/text/international/bold-bengali-expected.txt: Added.
3056 2010-04-27 Adam Barth <abarth@webkit.org>
3058 Reviewed by Darin Adler.
3060 Add test for NodeIterator prototype change behavior
3061 https://bugs.webkit.org/show_bug.cgi?id=38219
3063 In the process of remove the custom code from NodeIterator, we thought
3064 we fixed a subtle bug where iterating over nodes from another frame
3065 would get the wrong prototype chain. This test documents that we
3066 didn't actually change the behavior and we still have the bug.
3068 * traversal/node-iterator-prototype-expected.txt: Added.
3069 * traversal/node-iterator-prototype.html: Added.
3070 * traversal/resources/node-iterator-prototype-frame.html: Added.
3072 2010-04-27 Ojan Vafai <ojan@chromium.org>
3074 Unreviewed. Minor fix after goofup in http://trac.webkit.org/changeset/58331
3076 layoutTestController should have dumpAsMarkup
3077 https://bugs.webkit.org/show_bug.cgi?id=26501
3079 Forgot to reset the test results after doing the code review feedback
3080 of adding a newline.
3082 * editing/selection/dump-as-markup-expected.txt:
3084 2010-04-26 Ojan Vafai <ojan@chromium.org>
3086 Reviewed by Darin Adler.
3088 layoutTestController should have dumpAsMarkup
3089 https://bugs.webkit.org/show_bug.cgi?id=26501
3091 * editing/selection/dump-as-markup-expected.txt: Added.
3092 * editing/selection/dump-as-markup.html: Added.
3093 * resources/dump-as-markup.js: Added.
3094 (Markup.dump.get var):
3095 (Markup.dump.get catch):
3097 (Markup.waitUntilDone):
3098 (Markup.notifyDone):
3100 (Markup._getAttributes):
3101 (Markup._getMarkupForTextNode):
3102 (Markup._getSelectionMarker):
3104 2010-04-27 Andrey Kosyakov <caseq@chromium.org>
3106 Reviewed by Yury Semikhatsky.
3108 Log error message to inspector console if a resource fails to load.
3109 Moved console-tests.js to http tests. Added support for sorting
3110 console messages, in case order may vary.
3111 https://bugs.webkit.org/show_bug.cgi?id=37215
3113 * http/tests/inspector/console-resource-errors-expected.txt: Added.
3114 * http/tests/inspector/console-resource-errors.html: Added.
3115 * http/tests/inspector/console-tests.js: Added.
3116 (dumpConsoleMessages.callback):
3117 (dumpConsoleMessages):
3118 (dumpConsoleMessagesWithClasses.callback):
3119 (dumpConsoleMessagesWithClasses):
3120 (frontend_dumpConsoleMessages):
3121 * inspector/console-clear.html:
3122 * inspector/console-dir.html:
3123 * inspector/console-dirxml.html:
3124 * inspector/console-format-collections-expected.txt:
3125 * inspector/console-format-collections.html:
3126 * inspector/console-format.html:
3127 * inspector/console-log-before-inspector-open.html:
3128 * inspector/console-tests.html:
3129 * inspector/console-tests.js: Removed.
3131 2010-04-27 Joseph Pecoraro <joepeck@webkit.org>
3133 Reviewed by Dan Bernstein.
3135 <input type="search"> with uneven padding causes text clipping
3136 https://bugs.webkit.org/show_bug.cgi?id=38160
3138 * fast/css/input-search-padding.html: Added.
3139 * platform/mac/fast/css/input-search-padding-expected.checksum: Added.
3140 * platform/mac/fast/css/input-search-padding-expected.png: Added.
3141 * platform/mac/fast/css/input-search-padding-expected.txt: Added.
3143 2010-04-27 Jeremy Orlow <jorlow@chromium.org>
3145 Unreviewed. Previous disabling only did so via
3146 TIMEOUT failures. Needs to ignore TEXT failures
3147 on quota-tracking.html as well.
3149 * platform/chromium/test_expectations.txt:
3151 2010-04-27 Jeremy Orlow <jorlow@chromium.org>
3153 Unreviewed. Disable quota-tracking in Chromium
3154 until Dumi can take a look.
3156 * platform/chromium/test_expectations.txt:
3158 2010-04-27 Jeremy Orlow <jorlow@chromium.org>
3160 Unreviewed build fix.
3162 Revert 58274 and 58269 (WebSQLDatabase changes)
3163 https://bugs.webkit.org/show_bug.cgi?id=38191
3165 * storage/quota-tracking-expected.txt:
3166 * storage/quota-tracking.html:
3168 2010-04-27 Yuzo Fujishima <yuzo@google.com>
3170 Unreviewed, fix build breakage by reverting r58299.
3172 https://bugs.webkit.org/show_bug.cgi?id=35329
3174 * fast/css/parsing-page-rule-expected.txt: Removed.
3175 * fast/css/parsing-page-rule.html: Removed.
3177 2010-04-27 Yuzo Fujishima <yuzo@google.com>
3179 Reviewed by David Hyatt.
3181 Enhance CSS parser for Paged Media (Iteration 1)
3183 In this change, the grammar is extended and skeletal methods for creating page rules and margin at-rules are defined.
3184 The contents of the methods should be implemented by other changes.
3186 https://bugs.webkit.org/show_bug.cgi?id=35329
3188 * fast/css/parsing-page-rule-expected.txt: Copied from LayoutTests/editing/selection/doubleclick-whitespace-img-crash-expected.txt.
3189 * fast/css/parsing-page-rule.html: Added.
3191 2010-04-26 Yuzo Fujishima <yuzo@google.com>
3193 Unreviewed, Chromium test expectation change.
3195 To keep up with the change that turned on HTML5 DB AUTO_VACUUM.
3196 https://bugs.webkit.org/show_bug.cgi?id=36251
3198 * platform/chromium-mac/storage/quota-tracking-expected.txt: Removed.
3199 * platform/chromium-win/storage/quota-tracking-expected.txt: Removed.
3200 * platform/chromium/storage/quota-tracking-expected.txt: Added.
3202 2010-04-26 Dumitru Daniliuc <dumi@chromium.org>
3204 Unreviewed, fixing the build breakage introduced by r58270.
3206 Turning on AUTO_VACUUM has increased the amount of space used by databases.
3208 * storage/quota-tracking-expected.txt:
3209 * storage/quota-tracking.html:
3211 2010-04-26 Yael Aharon <yael.aharon@nokia.com>
3213 Reviewed by Laszlo Gombos.
3215 [Qt] Add expected results after r58228
3216 https://bugs.webkit.org/show_bug.cgi?id=38098
3218 * platform/qt/Skipped:
3219 * platform/qt/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.checksum: Added.
3220 * platform/qt/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.png: Added.
3221 * platform/qt/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.txt: Added.
3223 2010-04-26 Jeremy Orlow <jorlow@chromium.org>
3225 Not reviewed, Adding test expectations for Chromium.
3227 * platform/chromium/test_expectations.txt:
3229 2010-04-26 Tony Chang <tony@chromium.org>
3231 Not reviewed, removing duplicate expectations.
3233 [chromium] Check and rebaseline SVG test expectations for Chromium
3234 https://bugs.webkit.org/show_bug.cgi?id=38106
3236 * platform/chromium/test_expectations.txt:
3238 2010-04-26 Yuzo Fujishima <yuzo@google.com>
3240 Unreviewed, Chromium test expectation change.
3242 Change SVG test expectations for Chromium.
3243 https://bugs.webkit.org/show_bug.cgi?id=38106
3245 * platform/chromium/test_expectations.txt:
3247 2010-04-25 Kent Tamura <tkent@chromium.org>
3249 Reviewed by Darin Adler.
3251 WebKit crashes with deeply nested divs.
3252 https://bugs.webkit.org/show_bug.cgi?id=18282
3254 Add a test for deeply nested <span> elements like block-nesting-cap.html.
3256 * fast/parser/element-nesting-cap-expected.txt: Added.
3257 * fast/parser/element-nesting-cap.html: Added.
3258 * fast/parser/script-tests/element-nesting-cap.js: Added.
3260 2010-04-25 Yuzo Fujishima <yuzo@google.com>
3262 Unreviewed, Chromium test expectation change.
3264 Rebaseline test expectation for Chromium.
3265 The following tests pass for Chromium.
3267 https://bugs.webkit.org/show_bug.cgi?id=38083
3269 * platform/chromium/fast/js/ToNumber-expected.txt: Added.
3270 * platform/chromium/fast/js/parseFloat-expected.txt: Added.
3272 2010-04-25 Tony Chang <tony@chromium.org>
3274 Not reviewed, trying to get the chromium bots green.
3275 Adding image diffs to pixel tests.
3277 REGRESSION(r58191): Caret moved a pixel, pixel tests failing
3278 https://bugs.webkit.org/show_bug.cgi?id=38104
3280 * platform/chromium/test_expectations.txt:
3282 2010-04-25 Tony Chang <tony@chromium.org>
3284 Not reviewed, trying to get the chromium bots
3287 https://bugs.webkit.org/show_bug.cgi?id=38099
3288 Rebaseline a new test and add another new test to the
3289 expected fail list on windows and linux.
3291 * platform/chromium-linux/fast/css-generated-content/after-duplicated-after-split-expected.checksum: Added.
3292 * platform/chromium-linux/fast/css-generated-content/after-duplicated-after-split-expected.png: Added.
3293 * platform/chromium-win/fast/css-generated-content/after-duplicated-after-split-expected.checksum: Added.
3294 * platform/chromium-win/fast/css-generated-content/after-duplicated-after-split-expected.png: Added.
3295 * platform/chromium-win/fast/css-generated-content/after-duplicated-after-split-expected.txt: Added.
3296 * platform/chromium/test_expectations.txt:
3298 2010-04-25 Yuzo Fujishima <yuzo@google.com>
3300 Unreviewed, Chromium test expectation change.
3302 editing/inserting/caret-position.html is expected to fail for Chromium.
3303 This is because TextInputController::firstRectForCharacterRange is unimplemented for Chromium.
3305 https://bugs.webkit.org/show_bug.cgi?id=38100
3307 * platform/chromium/test_expectations.txt:
3309 2010-04-25 Andrey Kosyakov <caseq@chromium.org>
3311 Reviewed by Adam Barth.
3313 Added tests for pages event handlers being called with
3314 page context when an event is dispatched from an isolated
3316 https://bugs.webkit.org/show_bug.cgi?id=37947
3318 * http/tests/security/isolatedWorld/dispatchEvent-expected.txt: Added.
3319 * http/tests/security/isolatedWorld/dispatchEvent.html: Added.
3321 2010-04-25 yael aharon <yael.aharon@nokia.com>
3323 Reviewed by Adele Peterson.
3325 Allow styling of HTMLProgressElement.
3326 https://bugs.webkit.org/show_bug.cgi?id=37901
3328 Added a test for changing the -webkit-appearance statically and dynamically.
3330 * fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element.html: Added.
3331 * platform/chromium/test_expectations.txt:
3332 * platform/gtk/Skipped:
3333 * platform/mac/fast/dom/HTMLProgressElement: Added.
3334 * platform/mac/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.checksum: Added.
3335 * platform/mac/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.png: Added.
3336 * platform/mac/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.txt: Added.
3337 * platform/qt/Skipped:
3338 * platform/win/Skipped:
3340 2010-04-24 Darin Adler <darin@apple.com>
3342 Reviewed by Dan Bernstein.
3344 REGRESSION (r56560): Crash in parseFloat if passed invalid UTF-16 data
3345 https://bugs.webkit.org/show_bug.cgi?id=38083
3346 rdar://problem/7901044
3348 * fast/js/parseFloat-expected.txt: Added.
3349 * fast/js/parseFloat.html: Added.
3350 * fast/js/script-tests/parseFloat.js: Added.
3352 * fast/js/ToNumber-expected.txt: Added.
3353 * fast/js/ToNumber.html: Added.
3354 * fast/js/script-tests/ToNumber.js: Added.
3356 2010-04-24 Dan Bernstein <mitz@apple.com>
3358 Add platform-specific results for Mac after r58222.
3360 * platform/mac/compositing/iframes: Added.
3361 * platform/mac/compositing/iframes/composited-iframe-expected.txt: Added.
3363 2010-04-24 Julien Chaffraix <jchaffraix@webkit.org>
3365 Reviewed by Alexey Proskuryakov.
3367 protocolHostAndPortEquals host check makes a wrong assumption
3368 https://bugs.webkit.org/show_bug.cgi?id=37777
3370 Add a check that the URL with credential matches the current URL.
3372 * http/tests/appcache/credential-url-expected.txt: Added.
3373 * http/tests/appcache/credential-url.html: Added.
3375 2010-04-20 Robert Hogan <robert@webkit.org>
3377 Reviewed by Simon Hausmann.
3379 [Qt] Add more support for textInputController
3381 Add support for selectedRange(), setMarkedText(), insertText(),
3382 and firstRectForCharacterRange().
3386 fast/forms/input-maxlength-ime-preedit.html
3387 fast/forms/input-maxlength-ime-completed.html
3388 fast/text/international/thai-cursor-position.html
3389 fast/events/ime-composition-events-001.html
3390 editing/selection/5825350-1.html
3391 editing/selection/5825350-2.html
3392 editing/selection/mixed-editability-10.html
3394 https://bugs.webkit.org/show_bug.cgi?id=35702
3396 * platform/qt/Skipped:
3397 * platform/qt/editing/selection/5825350-1-expected.txt: Added.
3398 * platform/qt/editing/selection/5825350-2-expected.txt: Added.
3399 * platform/qt/editing/selection/mixed-editability-10-expected.txt: Added.
3401 2010-04-24 Nikolas Zimmermann <nzimmermann@rim.com>
3405 Attempt to turn the last core builder green again (not related anymore to my previous SVG checkins :-)
3406 Skip http/tests/media/video-play-stall-seek.html on Windows as well (just like it has been done for Mac in r58107).
3407 Bug https://bugs.webkit.org/show_bug.cgi?id=38000 describes the problem, and says it's ok to skip the test.
3409 * platform/win/Skipped:
3411 2010-04-24 Nikolas Zimmermann <nzimmermann@rim.com>
3413 Not reviewed. Add new results for all SVG tests that were missing on Gtk/Qt (since a while, just took the opportunity to add them now)
3415 * platform/gtk/svg/custom/broken-internal-references-expected.txt: Added.
3416 * platform/gtk/svg/custom/clip-path-id-changes-expected.txt: Added.
3417 * platform/qt/svg/custom/broken-internal-references-expected.txt: Added.
3418 * platform/qt/svg/custom/clip-path-id-changes-expected.txt: Added.
3419 * platform/qt/svg/custom/mask-on-multiple-objects-expected.txt: Added.
3420 * platform/qt/svg/custom/resource-invalidate-on-target-update-expected.txt: Added.
3421 * platform/qt/svg/filters/feColorMatrix-values-expected.txt: Added.
3422 * platform/qt/svg/filters/filter-clip-expected.txt: Added.
3423 * platform/qt/svg/zoom/page/zoom-coords-viewattr-01-b-expected.txt: Added.
3424 * platform/qt/svg/zoom/text/zoom-coords-viewattr-01-b-expected.txt: Added.
3426 2010-04-24 Nikolas Zimmermann <nzimmermann@rim.com>
3428 Not reviewed. Update Qt SVG results, and a weird fast/xpath change (newline added).
3430 * fast/xpath/namespace-vs-predicate-expected.txt:
3431 * platform/qt/svg/css/circle-in-mask-with-shadow-expected.txt:
3432 * platform/qt/svg/css/mask-with-shadow-expected.txt:
3433 * platform/qt/svg/custom/gradient-userSpaceOnUse-with-percentage-expected.txt:
3434 * platform/qt/svg/custom/pattern-excessive-malloc-expected.txt:
3435 * platform/qt/svg/custom/pattern-size-bigger-than-target-size-expected.txt:
3436 * platform/qt/svg/custom/pattern-skew-transformed-expected.txt:
3437 * platform/qt/svg/custom/radial-gradient-with-outstanding-focalPoint-expected.txt:
3438 * platform/qt/svg/custom/use-on-symbol-inside-pattern-expected.txt:
3439 * platform/qt/svg/filters/feTile-expected.txt:
3440 * platform/qt/svg/text/selection-background-color-expected.txt:
3441 * platform/qt/svg/text/selection-styles-expected.txt:
3443 2010-04-24 Nikolas Zimmermann <nzimmermann@rim.com>
3445 Reviewed by Dirk Schulze.
3447 SVGPaintServer needs to be converted to the new RenderSVGResource* system
3448 https://bugs.webkit.org/show_bug.cgi?id=37986
3450 Rebaseline SVG tests, after the RenderSVGResource transition.
3452 NOTE: This WILL affect _any_ platform with custom svg results for tests using gradients/patterns.
3453 That means I have to wait for the bot results, and update them ASAP. Therefore landing out
3454 of california business hours and on the weekend - please stay tuned I'll fix any breakages soon.
3455 (Except for chromium whose test results are not available on build.webkit.org, sorry.)
3457 * platform/mac/svg/W3C-SVG-1.1/animate-elem-31-t-expected.txt:
3458 * platform/mac/svg/W3C-SVG-1.1/animate-elem-78-t-expected.txt:
3459 * platform/mac/svg/W3C-SVG-1.1/color-prop-01-b-expected.txt:
3460 * platform/mac/svg/W3C-SVG-1.1/coords-units-01-b-expected.txt:
3461 * platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.txt:
3462 * platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt:
3463 * platform/mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.checksum:
3464 * platform/mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.png:
3465 * platform/mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt:
3466 * platform/mac/svg/W3C-SVG-1.1/painting-render-01-b-expected.txt:
3467 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.txt:
3468 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.txt:
3469 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.txt:
3470 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.txt:
3471 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.checksum:
3472 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.png:
3473 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.txt:
3474 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt:
3475 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.txt:
3476 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.txt:
3477 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.txt:
3478 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.txt:
3479 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.txt:
3480 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.txt:
3481 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.txt:
3482 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.txt:
3483 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.txt:
3484 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.txt:
3485 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.txt:
3486 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.txt:
3487 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.checksum:
3488 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.png:
3489 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.txt:
3490 * platform/mac/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.txt:
3491 * platform/mac/svg/W3C-SVG-1.1/struct-group-03-t-expected.txt:
3492 * platform/mac/svg/W3C-SVG-1.1/struct-use-05-b-expected.txt:
3493 * platform/mac/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.txt:
3494 * platform/mac/svg/batik/filters/feTile-expected.txt:
3495 * platform/mac/svg/batik/masking/maskRegions-expected.txt:
3496 * platform/mac/svg/batik/paints/gradientLimit-expected.txt:
3497 * platform/mac/svg/batik/paints/patternPreserveAspectRatioA-expected.txt:
3498 * platform/mac/svg/batik/paints/patternRegionA-expected.txt:
3499 * platform/mac/svg/batik/paints/patternRegions-expected.txt:
3500 * platform/mac/svg/batik/text/textEffect-expected.txt:
3501 * platform/mac/svg/batik/text/textEffect2-expected.txt:
3502 * platform/mac/svg/batik/text/textEffect3-expected.txt:
3503 * platform/mac/svg/batik/text/textProperties-expected.txt:
3504 * platform/mac/svg/carto.net/colourpicker-expected.txt:
3505 * platform/mac/svg/carto.net/tabgroup-expected.txt:
3506 * platform/mac/svg/css/circle-in-mask-with-shadow-expected.txt:
3507 * platform/mac/svg/css/mask-with-shadow-expected.txt:
3508 * platform/mac/svg/custom/broken-internal-references-expected.txt:
3509 * platform/mac/svg/custom/deep-dynamic-updates-expected.txt:
3510 * platform/mac/svg/custom/dominant-baseline-hanging-expected.checksum:
3511 * platform/mac/svg/custom/dominant-baseline-hanging-expected.png:
3512 * platform/mac/svg/custom/dominant-baseline-hanging-expected.txt:
3513 * platform/mac/svg/custom/feComponentTransfer-Discrete-expected.txt:
3514 * platform/mac/svg/custom/feComponentTransfer-Gamma-expected.txt:
3515 * platform/mac/svg/custom/feComponentTransfer-Linear-expected.txt:
3516 * platform/mac/svg/custom/feComponentTransfer-Table-expected.txt:
3517 * platform/mac/svg/custom/fill-fallback-expected.txt:
3518 * platform/mac/svg/custom/gradient-add-stops-expected.txt: