1 2010-05-06 Ojan Vafai <ojan@chromium.org>
3 Reviewed by Adam Barth.
5 editing/selection/shift-click.html fails on GTK and QT
6 https://bugs.webkit.org/show_bug.cgi?id=38656
8 r58892 added this test. It's the first test for shift+click behavior,
9 so it exposed bugs in GTK/QT. Skipping to green the bots.
11 * platform/gtk/Skipped:
12 * platform/qt/Skipped:
14 2010-05-06 Evan Martin <evan@chromium.org>
16 Unreviewed. Updating test expectations.
18 [chromium] new baselines for r58886
19 https://bugs.webkit.org/show_bug.cgi?id=38652
21 * platform/chromium-linux/fast/lists/w3-css3-list-styles-numeric-expected.txt:
22 * platform/chromium-linux/fast/text/international/danda-space-expected.checksum:
23 * platform/chromium-linux/fast/text/international/danda-space-expected.png:
24 * platform/chromium-linux/fast/text/international/danda-space-expected.txt:
25 * platform/chromium-linux/fast/text/international/thai-baht-space-expected.checksum:
26 * platform/chromium-linux/fast/text/international/thai-baht-space-expected.png:
27 * platform/chromium-linux/fast/text/international/thai-baht-space-expected.txt:
28 * platform/chromium/test_expectations.txt:
30 2010-05-05 Ojan Vafai <ojan@chromium.org>
32 Reviewed by Darin Adler.
34 shift+click on an existing selection doesn't work right
35 https://bugs.webkit.org/show_bug.cgi?id=36542
37 NSTextView behavior is to move the end of the selection
38 closest to the shift-click. Win/Linux behavior is to always
39 move the focus end of the selection.
41 * editing/selection/script-tests/shift-click.js: Added.
43 (assertSelectionString):
44 * editing/selection/shift-click-expected.txt: Added.
45 * editing/selection/shift-click.html: Added.
46 * platform/win/editing/selection/shift-click-expected.txt: Added.
48 2010-05-05 Antonio Gomes <tonikitoo@webkit.org>
50 Rubber-stamped Kenneth Christiansen.
52 Spatial Navigation: use data url in layout tests
53 https://bugs.webkit.org/show_bug.cgi?id=38584
55 In order to make Spatial Navigation layout tests more readable, patch
56 changes the use or src=resources/iframeXXX.html by inlined sources via
61 * fast/events/spatial-navigation/resources/iframe.html: Removed.
62 * fast/events/spatial-navigation/resources/iframe2.html: Removed.
63 * fast/events/spatial-navigation/resources/iframe3.html: Removed.
64 * fast/events/spatial-navigation/resources/iframe4.html: Removed.
65 * fast/events/spatial-navigation/snav-iframe-no-focusable-content.html:
66 * fast/events/spatial-navigation/snav-iframe-no-scrollable-content.html:
67 * fast/events/spatial-navigation/snav-iframe-with-offscreen-focusable-element.html:
69 2010-05-05 Antonio Gomes <tonikitoo@webkit.org>
71 Reviewed by Kenneth Christiansen.
73 Spatial Navigation: Add LayoutTest with frame flattening feature on.
74 https://bugs.webkit.org/show_bug.cgi?id=38585
76 * fast/events/spatial-navigation/snav-iframe-flattening-simple-expected.txt: Added.
77 * fast/events/spatial-navigation/snav-iframe-flattening-simple.html: Added.
79 2010-05-06 Vitaly Repeshko <vitalyr@chromium.org>
81 [chromium] Unreviewed. Updating expectations.
83 * platform/chromium-linux/fast/url/segments-expected.txt: Added.
84 * platform/chromium-linux/fast/url/segments-from-data-url-expected.txt: Added.
85 * platform/chromium-mac/fast/url/segments-expected.txt: Added.
86 * platform/chromium-mac/fast/url/segments-from-data-url-expected.txt: Added.
87 * platform/chromium-win/fast/url/segments-expected.txt: Added.
88 * platform/chromium-win/fast/url/segments-from-data-url-expected.txt: Added.
89 * platform/chromium/test_expectations.txt:
91 2010-05-06 Adam Barth <abarth@webkit.org>
93 Reviewed by Eric Seidel.
95 drop support for sessionStorage in sandbox iframes
96 https://bugs.webkit.org/show_bug.cgi?id=38151
98 Update test expectation. This test was originally created to show that
99 we complied with the letter of the spec, but our behavior is insecure.
100 In the future, we might revert this change and implement a separate
101 storage area for each unique origin.
103 * fast/frames/resources/sandboxed-iframe-storage-disallowed.html:
104 * fast/frames/sandboxed-iframe-storage-expected.txt:
106 2010-05-06 Andy Estes <aestes@apple.com>
108 Reviewed by Maciej Stachowiak.
110 Add a test to ensure popups are allowed when the user submits a form with target="_blank".
112 https://bugs.webkit.org/show_bug.cgi?id=37335
113 <rdar://problem/7884980>
115 * fast/events/popup-allowed-from-gesture-initiated-form-submit-expected.txt: Added.
116 * fast/events/popup-allowed-from-gesture-initiated-form-submit.html: Added.
117 * fast/events/resources/popup-allowed-from-gesture-initiated-form-submit-target.html: Added.
119 2010-05-05 Charles Wei <charles.wei@torchmobile.com.cn>
121 Reviewed by George Staikos
123 https://bugs.webkit.org/show_bug.cgi?id=37848
124 Add test cases for -wap-input-format and -wap-input-required of WCSS
126 * fast/wcss/wap-input-format-expected.txt: Added.
127 * fast/wcss/wap-input-format.xhtml: Added.
128 * fast/wcss/wap-input-required-expected.txt: Added.
129 * fast/wcss/wap-input-required.xhtml: Added.
131 2010-05-05 Shinichiro Hamaji <hamaji@chromium.org>
133 Reviewed by Eric Seidel.
135 [GTK] Markup of copied non ASCII characters is broken
136 https://bugs.webkit.org/show_bug.cgi?id=37918
138 This test was fixed by http://trac.webkit.org/changeset/58468
140 * platform/gtk/Skipped:
142 2010-05-05 Csaba Osztrogonác <ossy@webkit.org>
144 Rubber-stamped by Alexey Proskuryakov.
146 [Qt] Enable Sputnik tests.
147 https://bugs.webkit.org/show_bug.cgi?id=38457
149 * platform/qt/Skipped: Only skip tests that fail.
151 2010-05-05 Steven Lai <steven_lai@asia.apple.com>
153 Reviewed by Alexey Proskuryakov.
155 Remove platform specific test result
156 Don't print the formatted string of the z-index in the test case
157 since there's a risk that the output on different c stdlib implementations/platforms/locale could be different
158 https://bugs.webkit.org/show_bug.cgi?id=38617.
160 * fast/dom/clone-node-z-index-expected.txt:
161 * fast/dom/clone-node-z-index.html:
162 * platform/win/fast/dom/clone-node-z-index-expected.txt: Removed.
164 2010-05-05 Adam Barth <abarth@webkit.org>
166 Reviewed by Alexey Proskuryakov.
168 Add a test of URL segmentation from a data URL base
169 https://bugs.webkit.org/show_bug.cgi?id=38606
171 As requested by Alexey. These tests find some interesting behavior in
172 both KURL and GURL. We'll need to go through them in more detail later
173 to understand what the right behavior is.
175 * fast/url/script-tests/segments-from-data-url.js: Added.
176 * fast/url/segments-from-data-url-expected.txt: Added.
177 * fast/url/segments-from-data-url.html: Added.
179 2010-05-05 Adam Barth <abarth@webkit.org>
181 Reviewed by Alexey Proskuryakov.
183 Add a test of URL segmentation
184 https://bugs.webkit.org/show_bug.cgi?id=38600
186 These tests are based on URLParser.Standard from
187 http://code.google.com/p/google-url/source/browse/trunk/src/url_parse_unittest.cc
189 * fast/url/resources/utilities.js:
191 - I changed this to use deterministic IDs because (theoretically)
192 the old way was flaky in case the IDs collided.
194 - Here we're using HTMLAnchorElement's attributes to infer the
195 internal segmentation. Unforunately, there don't seem to be
196 accessors for usernames and passwords of URLs.
197 * fast/url/script-tests/segments.js: Added.
198 - I'm not 100% sure all the test cases here represent the intent of
199 the original test author. The tricky bit is we don't have a good
200 way to test absolute URL parsing from the web platform, which
201 means a bunch of these become tests of how we handle relative
202 URLs. However, I'm not one to turn down more test cases.
203 * fast/url/script-tests/trivial-segments.js: Added.
204 - This is more of a test of the testing harness to make sure its
205 working properly when running on other browsers.
206 * fast/url/segments-expected.txt: Added.
207 * fast/url/trivial-segments-expected.txt: Added.
208 - As usual, these have their "PASS" expectations set to the
209 Chromium behavior but have their -expected.txt set to the normal
210 WebKit behavior, letting us track differences between the two.
211 * fast/url/segments.html: Added.
212 * fast/url/trivial-segments.html: Added.
214 2010-05-05 Dirk Pranke <dpranke@chromium.org>
216 Unreviewed, expectations change.
218 * platform/chromium/test_expectations.txt:
220 2010-05-05 Brian Weinstein <bweinstein@apple.com>
222 Rubber-stamped by Mark Rowe.
224 Add Windows-specific results for clone-node-z-index.html. The difference in results is harmless (the number is the same),
225 but the difference is being tracked by https://bugs.webkit.org/show_bug.cgi?id=38617.
227 * platform/win/fast/dom/clone-node-z-index-expected.txt: Added.
229 2010-05-05 Dan Bernstein <mitz@apple.com>
231 Reviewed by Simon Fraser.
233 <rdar://problem/7932072> Iframes in composited layers don’t repaint correctly (affects Yahoo! Mail with Flash Player 10.1)
234 https://bugs.webkit.org/show_bug.cgi?id=38427
236 * compositing/iframes/iframe-in-composited-layer.html: Added.
237 * platform/mac/compositing/iframes/iframe-in-composited-layer-expected.checksum: Added.
238 * platform/mac/compositing/iframes/iframe-in-composited-layer-expected.png: Added.
239 * platform/mac/compositing/iframes/iframe-in-composited-layer-expected.txt: Added.
241 2010-05-05 Chris Marrin <cmarrin@apple.com>
243 Reviewed by Simon Fraser.
245 Got composited iframes showing up on Mac again
246 https://bugs.webkit.org/show_bug.cgi?id=38565
248 This is a pixel test to verify that the iframe is rendering correctly
250 * compositing/iframes/composited-iframe-alignment.html: Added.
251 * platform/mac/compositing/iframes/composited-iframe-alignment-expected.checksum: Added.
252 * platform/mac/compositing/iframes/composited-iframe-alignment-expected.png: Added.
253 * platform/mac/compositing/iframes/composited-iframe-alignment-expected.txt: Added.
255 2010-05-05 Alexey Proskuryakov <ap@apple.com>
257 Reviewed by Darin Adler.
259 https://bugs.webkit.org/show_bug.cgi?id=38260
260 <rdar://problem/7917548> Fix whitespace removing in deprecatedParseURL().
262 * http/tests/security/xss-DENIED-javascript-with-spaces-expected.txt: Added.
263 * http/tests/security/xss-DENIED-javascript-with-spaces.html: Added.
265 2010-05-05 Chris Fleizach <cfleizach@apple.com>
267 Reviewed by Beth Dakin.
269 Many AXUnknown showing up in the hierarchy
270 https://bugs.webkit.org/show_bug.cgi?id=38607
272 * platform/mac-leopard/Skipped:
273 * platform/mac-tiger/Skipped:
274 * platform/mac/accessibility/parent-of-table-row-is-table-expected.txt: Added.
275 * platform/mac/accessibility/parent-of-table-row-is-table.html: Added.
277 2010-05-05 Jian Li <jianli@chromium.org>
279 Reviewed by David Levin.
281 XMLHttpRequestUpload events do not fire when sending a raw file or FormData object.
282 https://bugs.webkit.org/show_bug.cgi?id=37771
284 Add a layout test to test upload events firing.
286 * http/tests/local/formdata/resources/send-form-data-common.js:
289 (testSendingFormData):
290 * http/tests/local/formdata/script-tests/send-form-data-with-sliced-file.js:
291 * http/tests/local/formdata/script-tests/send-form-data.js:
292 * http/tests/local/formdata/script-tests/upload-events.js: Added.
293 * http/tests/local/formdata/upload-events-expected.txt: Added.
294 * http/tests/local/formdata/upload-events.html: Added.
295 * platform/gtk/Skipped: Skip the new test because eventSender.beginDragWithFiles is not supported in gtk platform.
296 * platform/qt/Skipped: Skip the new test because eventSender.beginDragWithFiles is not supported in qt platform.
297 * platform/win/Skipped: Skip the new test because eventSender.beginDragWithFiles is not supported in win platform.
299 2010-05-05 Dirk Pranke <dpranke@chromium.org>
301 Unreviewed, expectations fix.
303 Update expectations with tests that are now passing (possibly flaky?).
305 * platform/chromium/test_expectations.txt:
307 2010-05-05 Dirk Pranke <dpranke@chromium.org>
309 Unreviewed, expectations fix.
311 Mark svg/custom/mask-changes.svg and http/tests/loading/bad-scheme-subframe.html as failing on Chromium Linux until they can be triaged.
313 * platform/chromium/test_expectations.txt:
315 2010-05-05 Alexey Proskuryakov <ap@apple.com>
317 Roll out r58830 for breaking tests.
319 Was: https://bugs.webkit.org/show_bug.cgi?id=38546
320 Node.focus() fails to move focus from subframe properly
322 * fast/frames/take-focus-from-iframe.html: Removed.
323 * platform/mac/fast/frames/take-focus-from-iframe-expected.checksum: Removed.
324 * platform/mac/fast/frames/take-focus-from-iframe-expected.png: Removed.
325 * platform/mac/fast/frames/take-focus-from-iframe-expected.txt: Removed.
327 2010-05-05 Alexey Proskuryakov <ap@apple.com>
329 Reviewed by Adele Peterson.
331 https://bugs.webkit.org/show_bug.cgi?id=38546
332 Node.focus() fails to move focus from subframe properly
334 * fast/frames/take-focus-from-iframe.html: Added.
335 * platform/mac/fast/frames/take-focus-from-iframe-expected.checksum: Added.
336 * platform/mac/fast/frames/take-focus-from-iframe-expected.png: Added.
337 * platform/mac/fast/frames/take-focus-from-iframe-expected.txt: Added.
339 2010-05-05 Jeremy Moskovich <jeremy@chromium.org>
341 Unreviewed, updated baselines.
343 skia r561 broke a bunch of chromium image baselines.
344 Update test_expectations to include remaining failures.
346 * platform/chromium/test_expectations.txt:
348 2010-05-05 Jeremy Moskovich <jeremy@chromium.org>
350 Unreviewed, updated baselines.
352 skia r561 broke a bunch of chromium image baselines.
353 Rebase a few tests that were missed by previous passes.
355 * platform/chromium-linux/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.checksum:
356 * platform/chromium-linux/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.png:
357 * platform/chromium-linux/svg/custom/mask-changes-expected.checksum: Added.
358 * platform/chromium-linux/svg/custom/mask-changes-expected.png: Added.
359 * platform/chromium/test_expectations.txt:
361 2010-05-05 Jeremy Moskovich <jeremy@chromium.org>
363 Unreviewed, updated baselines - 6th and final batch.
365 skia r561 broke a bunch of chromium image baselines.
366 <long list of new image baselines redacted>
368 * platform/chromium/test_expectations.txt:
370 2010-05-05 Jeremy Moskovich <jeremy@chromium.org>
372 Unreviewed, updated baselines - 5th batch.
374 skia r561 broke a bunch of chromium image baselines.
375 <long list of new image baselines redacted>
377 * platform/chromium/test_expectations.txt:
379 2010-05-05 Jeremy Moskovich <jeremy@chromium.org>
381 Unreviewed, updated baselines - 4th batch.
383 skia r561 broke a bunch of chromium image baselines.
384 <long list of new image baselines redacted>
386 * platform/chromium/test_expectations.txt:
388 2010-05-05 Jeremy Moskovich <jeremy@chromium.org>
390 Unreviewed, updated baselines - 3rd batch.
392 skia r561 broke a bunch of chromium image baselines.
393 <long list of new image baselines redacted>
395 * platform/chromium/test_expectations.txt:
397 2010-05-05 Jeremy Moskovich <jeremy@chromium.org>
399 Unreviewed, updated baselines - 2nd batch.
401 skia r561 broke a bunch of chromium image baselines.
402 <long list of new image baselines redacted>
404 * platform/chromium/test_expectations.txt:
406 2010-05-05 Jeremy Moskovich <jeremy@chromium.org>
408 Unreviewed, updated baselines - 1st batch.
410 skia r561 broke a bunch of chromium image baselines.
411 <long list of new image baselines redacted>
413 * platform/chromium/test_expectations.txt:
415 2010-05-05 Jeremy Moskovich <jeremy@chromium.org>
417 Unreviewed, expectations change.
419 recommit r58747 - Preparing for chromium skia roll incorporating changes up to r561.
420 Add expected failures so bots don't turn red while rolling.
422 https://bugs.webkit.org/show_bug.cgi?id=38512
424 * platform/chromium/test_expectations.txt:
426 2010-05-05 Xan Lopez <xlopez@igalia.com>
428 Skip flakey workers test.
430 * platform/gtk/Skipped:
432 2010-05-04 Dirk Pranke <dpranke@chromium.org>
434 Unreviewed, expectations fix.
436 Re-add the two expectations lines that got mistakenly deleted in
439 * platform/chromium/test_expectations.txt:
441 2010-05-04 Chris Marrin <cmarrin@apple.com>
443 Reviewed by Simon Fraser.
445 Made composited iframes work on Windows
446 https://bugs.webkit.org/show_bug.cgi?id=32446
448 I've added one new test (composited-parent-iframe.html) which
449 shows both the parent iframe and the iframe contents document
450 with compositing. It also shows correct behavior with clipping,
451 borders, margins, padding and shadows. It also sets the iframe
452 size as a percent of the page to show correct resizing behavior.
453 The existing composited-iframe.html has been changed similarly
454 but without the page resizing. The existing preserve-3d-switching.html
455 test needed new results because of changes to the layer dumper.
457 * compositing/geometry/preserve-3d-switching-expected.txt:
458 * compositing/iframes/composited-iframe.html:
459 * compositing/iframes/composited-parent-iframe.html: Added.
460 * compositing/iframes/resources/composited-subframe.html:
461 * platform/win/compositing/iframes/composited-iframe-expected.txt:
462 * platform/win/compositing/iframes/composited-parent-iframe-expected.txt: Added.
464 2010-05-04 Alexey Proskuryakov <ap@apple.com>
468 Updated test results - the test still passes.
470 * http/tests/security/postMessage/invalid-origin-throws-exception-expected.txt:
472 2010-05-04 Chris Fleizach <cfleizach@apple.com>
474 Reviewed by Beth Dakin.
476 AX: layout tests need to be updated to reflect what is being tested
477 https://bugs.webkit.org/show_bug.cgi?id=38556
479 Many of the initial AX layout tests just dumped a lot of attributes and did not
480 have a focused test. This updates some of those tests (more to follow in the future).
482 * accessibility/image-map1.html:
483 * accessibility/img-aria-button-alt-tag-expected.txt:
484 * accessibility/img-aria-button-alt-tag.html:
485 * accessibility/input-image-alt-expected.txt:
486 * accessibility/input-image-alt.html:
487 * accessibility/placeholder-expected.txt:
488 * accessibility/placeholder.html:
489 * platform/mac/accessibility/image-map1-expected.txt:
491 2010-05-04 Dirk Pranke <dpranke@chromium.org>
493 Unreviewed, expectations change.
495 Delete the chromium-linux fast/text/international/bold-bengali failure;
496 it doesn't fail any more.
498 * platform/chromium/test_expectations.txt:
500 2010-05-04 Zhenyao Mo <zmo@google.com>
502 Reviewed by Dimitri Glazkov.
504 getFramebufferAttachmentParameter should return the original WebGLTexture/WebGLRenderbuffer instead of creating new ones sharing names.
505 https://bugs.webkit.org/show_bug.cgi?id=38236
507 * fast/canvas/webgl/gl-object-get-calls-expected.txt: Check if getFramebufferAttachmentParameter return a texture/renderbuffer that matches the original one.
508 * fast/canvas/webgl/script-tests/gl-object-get-calls.js: Ditto.
510 2010-05-04 David Levin <levin@chromium.org>
512 Unreviewed tests skips for qt/gtk.
514 Add the recently added drag and drop tests to the
515 skipped lists for both gtk and qt to go along with
516 the other drag and drop tests that are skipped on
519 * platform/gtk/Skipped:
520 * platform/qt/Skipped:
522 2010-05-04 Kent Tamura <tkent@chromium.org>
524 Reviewed by David Levin (and unofficially by Enrica Casucci).
526 REGRESSION(r54368): Text drag-and-drop from input/textarea doesn't work
527 if the text is like a URL
528 https://bugs.webkit.org/show_bug.cgi?id=38374
530 * editing/pasteboard/drag-drop-url-text-expected.txt: Added.
531 * editing/pasteboard/drag-drop-url-text.html: Added.
533 2010-05-04 Csaba Osztrogonác <ossy@webkit.org>
537 [Qt] http/tests/security/cross-frame-access-name-getter.html timed out
538 https://bugs.webkit.org/show_bug.cgi?id=38540
540 * platform/qt/Skipped: http/tests/security/cross-frame-access-name-getter.html skipped until bug fixed.
542 2010-05-04 Dirk Pranke <dpranke@chromium.org>
544 Unreviewed, expectations change.
546 Remove a bunch of test failures that are no longer failing (likely fixed in r58762).
548 * platform/chromium/test_expectations.txt:
550 2010-05-04 John Gregg <johnnyg@google.com>
552 Unreviewed, build fix.
554 Add new notifications tests to the qt skipped file, since they are not supported there.
556 * platform/qt/Skipped:
558 2010-05-04 Steven Lai <steven_lai@asia.apple.com>
560 Reviewed by Darin Adler.
562 https://bugs.webkit.org/show_bug.cgi?id=37900
563 <rdar://problem/7806164> cloneNode() does not preserve z-index with more than six digits
565 * fast/dom/HTMLInputElement/clone-input-checked-expected.txt: Added.
566 * fast/dom/HTMLInputElement/clone-input-checked.html: Added.
567 * fast/dom/clone-node-z-index-expected.txt: Added.
568 * fast/dom/clone-node-z-index.html: Added.
570 2010-04-29 John Gregg <johnnyg@google.com>
572 Reviewed by Dmitry Titov.
574 notifications should have dir and replaceId attributes
575 Tests are disabled until the attributes are correctly handled
576 in Chromium test_shell.
577 https://bugs.webkit.org/show_bug.cgi?id=38336
579 * fast/notifications/notifications-replace-expected.txt: Added.
580 * fast/notifications/notifications-replace.html: Added.
581 * fast/notifications/notifications-rtl-expected.txt: Added.
582 * fast/notifications/notifications-rtl.html: Added.
583 * platform/chromium/test_expectations.txt:
585 2010-05-03 Joseph Pecoraro <joepeck@webkit.org>
587 Reviewed by Dan Bernstein.
589 REGRESSION: Text clipped in absolutely positioned search inputs
590 https://bugs.webkit.org/show_bug.cgi?id=38468
592 Update the test to include a second search field and show
593 the clipping of a search input is like a text input.
595 * fast/css/input-search-padding.html:
596 * platform/mac/fast/css/input-search-padding-expected.checksum:
597 * platform/mac/fast/css/input-search-padding-expected.png:
598 * platform/mac/fast/css/input-search-padding-expected.txt:
600 2010-05-04 Ben Murdoch <benm@google.com>
602 Reviewed by Simon Hausmann.
604 Crash in handleTouchEvent: using dangling node ptrs in hashmap
605 https://bugs.webkit.org/show_bug.cgi?id=38514
607 * fast/events/touch/resources/touch-stale-node-crash.js: Added.
608 * fast/events/touch/resources/send-touch-up.html: Added.
609 * fast/events/touch/touch-stale-node-crash-expected.txt: Added.
610 * fast/events/touch/touch-stale-node-crash.html: Added.
612 2010-05-04 Jeremy Moskovich <jeremy@chromium.org>
614 Unreviewed, expectations change.
616 Revert r58747 - postponing Skia roll, at which time
617 we'll need to add these expected failures back.
619 https://bugs.webkit.org/show_bug.cgi?id=38512
621 * platform/chromium/test_expectations.txt:
623 2010-05-04 Jeremy Moskovich <jeremy@chromium.org>
625 Reviewed by Pavel Feldman.
627 Preparing for chromium skia roll incorporating changes up to r561.
628 Add expected failures so bots don't turn red while rolling.
630 https://bugs.webkit.org/show_bug.cgi?id=38512
632 * platform/chromium/test_expectations.txt:
634 2010-05-04 Csaba Osztrogonác <ossy@webkit.org>
636 Unreviewed fix to make Qt bot happier.
638 r58712 made fast/workers/worker-gc2.html crash. It seems to be a DRT sideeffect,
639 skipping worker-event-listener.html solve the problem until we find a real fix.
640 https://bugs.webkit.org/show_bug.cgi?id=38502
642 * platform/qt/Skipped: fast/workers/worker-event-listener.html skipped.
644 2010-05-04 Alejandro G. Castro <alex@igalia.com>
646 Unreviewed, skip test.
648 Skipping inspector/timeline-parse-html.html
649 https://bugs.webkit.org/show_bug.cgi?id=38509
651 * platform/gtk/Skipped:
653 2010-05-03 Steven Lai <steven_lai@asia.apple.com>
655 Reviewed by Brady Eidson.
657 Test hashchange() event is fired in asynchronous manner.
658 https://bugs.webkit.org/show_bug.cgi?id=36201
660 * fast/loader/hashchange-event-async-expected.txt: Added.
661 * fast/loader/hashchange-event-async.html: Added.
663 2010-05-03 Dirk Pranke <dpranke@chromium.org>
665 Unreviewed, expectations change.
667 Fix expectation for fast/forms/searchfield-heights.html - IMAGE+TEXT
668 on Linux, IMAGE on win and mac.
670 * platform/chromium/test_expectations.txt:
672 2010-05-03 Dirk Pranke <dpranke@chromium.org>
674 Unreviewed, expectations change.
676 Restore editing/pasteboard/paste-xml.xhtml as failing w/ a TEXT
677 failure (was failing prior to landing fix for 27751).
679 Mark editiing/selection/caret-rtl-2.html as failing w/ IMAGE; need
680 to investigate further.
682 Mark svg/text/kerning.svg as failing on mac w/ IMAGE as well as Linux.
684 * platform/chromium/test_expectations.txt:
686 2010-05-03 Abhishek Arya <inferno@chromium.org>
688 Reviewed by Dirk Pranke.
690 Roll back test expectations change, initially needed to land bug 27751.
691 * platform/chromium/test_expectations.txt:
693 2010-05-03 Dirk Pranke <dpranke@chromium.org>
695 Unreviewed, expectations change.
697 Roll in Chromium expectations from overrides file.
699 * platform/chromium/test_expectations.txt:
701 2010-05-03 Dirk Pranke <dpranke@chromium.org>
703 Unreviewed, expectations change.
705 Mark the SVG test failures as linux-only.
706 Mark fast/forms/searchfield-heights.html as IMAGE+TEXT, not IMAGE.
708 * platform/chromium/test_expectations.txt:
710 2010-05-03 Dirk Pranke <dpranke@chromium.org>
712 Unreviewed, expectations change.
714 And add one more Linux test (fast/forms/search-placeholder-value-changed.html)
715 from r58700. Plus, fix sorting of tests from that rev.
717 * platform/chromium/test_expectations.txt:
719 2010-05-03 Dirk Pranke <dpranke@chromium.org>
721 Unreviewed, expectations change.
723 Mark yet more mac-specific tests as failling from r58700.
725 * platform/chromium/test_expectations.txt:
727 2010-05-03 Dirk Pranke <dpranke@chromium.org>
729 Unreviewed, expectations change.
731 Mark more tests as failing from r58700 and change the sandbox test from SLOW to a
734 * platform/chromium/test_expectations.txt:
736 2010-05-03 Dirk Pranke <dpranke@chromium.org>
738 Unreviewed, expectations change.
740 Mark more editing/* tests from r58703 as failing. Also, (re-?) add the SVG tests again
741 as they do fail on some platforms.
743 * platform/chromium/test_expectations.txt:
745 2010-05-03 Csaba Osztrogonác <ossy@webkit.org>
747 [Qt] fast/frames/flattening/frameset-flattening-subframesets.html fails intermittently on Qt bot
748 Fails caused by layoutTestController.display() in fast/frames/flattening/frameset-flattening-subframe-resize.html
749 https://bugs.webkit.org/show_bug.cgi?id=37334
751 * platform/qt/Skipped:
752 - fast/frames/flattening/frameset-flattening-subframe-resize.html skipped until fix
753 - fast/frames/flattening/frameset-flattening-subframesets.html unskipped, because it works.
755 2010-05-03 Dirk Pranke <dpranke@chromium.org>
757 Unreviewed, expectations change.
759 Mark the editing/* tests from r58703 as temporarily expected to fail
760 until the other half of the two-sided patch can land.
762 * platform/chromium/test_expectations.txt:
764 2010-05-03 Oliver Hunt <oliver@apple.com>
766 Reviewed by Maciej Stachowiak.
768 Interpreter crashes due to incorrect refcounting of cached structures.
769 https://bugs.webkit.org/show_bug.cgi?id=38491
771 Add test for cached structure chains used for custom getters.
773 * fast/js/pic/cached-named-property-getter.html:
775 2010-05-03 Abhishek Arya <inferno@chromium.org>
777 Reviewed by Adam Barth.
779 Tests that javascript cannot access clipboard.
780 https://bugs.webkit.org/show_bug.cgi?id=27751
782 * editing/execCommand/clipboard-access-expected.txt: Added.
783 * editing/execCommand/clipboard-access.html: Added.
784 * editing/execCommand/script-tests/clipboard-access.js: Added.
788 2010-05-03 Dirk Pranke <dpranke@chromium.org>
790 Unreviewed, expectations change.
792 Fix duplicate expectation, remove the SVG tests added in r58700.
794 * platform/chromium/test_expectations.txt:
796 2010-05-03 Dirk Pranke <dpranke@chromium.org>
798 Unreviewed, expectations change.
800 Mark a sandbox test as SLOW and change one of the fast/forms tests I
801 just changed from IMAGE+TEXT->IMAGE back to IMAGE.
803 * platform/chromium/test_expectations.txt:
805 2010-05-03 Dirk Pranke <dpranke@chromium.org>
807 Unreviewed, expectations change.
809 Change expectations for some of the fast/forms tests that just started
810 failing from IMAGE+TEXT to just IMAGE, and add some failing SVG tests
811 so that we can get the bots to green up.
813 * platform/chromium/test_expectations.txt:
815 2010-05-03 Yaar Schnitman <yaar@chromium.org>
819 Preparing for chromium webkit roll 58626:TBD: Rebaselines
820 https://bugs.webkit.org/show_bug.cgi?id=38485
822 * platform/chromium-linux/svg/W3C-SVG-1.1/masking-mask-01-b-expected.checksum:
823 * platform/chromium-linux/svg/W3C-SVG-1.1/masking-mask-01-b-expected.png:
824 * platform/chromium-win/svg/W3C-SVG-1.1/masking-mask-01-b-expected.checksum:
825 * platform/chromium-win/svg/W3C-SVG-1.1/masking-mask-01-b-expected.png:
826 * platform/chromium/test_expectations.txt:
828 2010-05-03 Alexey Proskuryakov <ap@apple.com>
830 Reviewed by Adam Barth.
832 https://bugs.webkit.org/show_bug.cgi?id=38285
833 <rdar://problem/7903453> REGRESSION: Javascript command window.open does not work in empty tab
835 These tests don't verify that this bug is fixed (that cannot be tested automatically),
836 but test closely related behavior that hasn't been covered before.
838 * http/tests/security/resources/iframe-no-src.html: Added.
839 * http/tests/security/sandbox-inherit-to-initial-document-2-expected.txt: Added.
840 * http/tests/security/sandbox-inherit-to-initial-document-2.html: Added.
841 * http/tests/security/sandbox-inherit-to-initial-document-expected.txt: Added.
842 * http/tests/security/sandbox-inherit-to-initial-document.html: Added.
844 2010-05-03 Yaar Schnitman <yaar@chromium.org>
848 Preparing for Chromium WebKit roll 58626:TBD
849 https://bugs.webkit.org/show_bug.cgi?id=38479
851 * platform/chromium/test_expectations.txt: added missing expectation
853 2010-05-03 Yaar Schnitman <yaar@chromium.org>
857 Added missing chromium baselines for svg text kerning
858 https://bugs.webkit.org/show_bug.cgi?id=38476
860 * platform/chromium-win/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.checksum:
861 * platform/chromium-win/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.png:
862 * platform/chromium-win/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt:
863 * platform/chromium-win/svg/W3C-SVG-1.1/render-groups-01-b-expected.checksum:
864 * platform/chromium-win/svg/W3C-SVG-1.1/render-groups-01-b-expected.png: Added.
865 * platform/chromium-win/svg/W3C-SVG-1.1/render-groups-03-t-expected.checksum:
866 * platform/chromium-win/svg/W3C-SVG-1.1/render-groups-03-t-expected.png: Added.
867 * platform/chromium-win/svg/text/kerning-expected.checksum:
868 * platform/chromium-win/svg/text/kerning-expected.png:
869 * platform/chromium-win/svg/text/text-hkern-expected.checksum: Added.
870 * platform/chromium-win/svg/text/text-hkern-expected.png: Added.
871 * platform/chromium/test_expectations.txt:
873 2010-05-03 Yaar Schnitman <yaar@chromium.org>
877 Preparing for chromium webkit roll 58626:TBD
878 https://bugs.webkit.org/show_bug.cgi?id=38474
880 * platform/chromium/test_expectations.txt: Added temporary expectations.
882 2010-05-03 Yael Aharon <yael.aharon@nokia.com>
884 Reviewed by Darin Adler.
886 Use HTML5 number parsing in HTMLProgressElement
887 https://bugs.webkit.org/show_bug.cgi?id=38434
889 * fast/dom/HTMLProgressElement/script-tests/set-progress-properties.js:
890 * fast/dom/HTMLProgressElement/set-progress-properties-expected.txt:
892 2010-05-03 Csaba Osztrogonác <ossy@webkit.org>
894 Unreviewed. Qt specific expected files added after r58675.
896 * platform/qt/editing/pasteboard/4944770-2-expected.txt: Added.
897 * platform/qt/editing/pasteboard/5028447-expected.txt: Added.
898 * platform/qt/editing/pasteboard/5089327-expected.txt: Added.
899 * platform/qt/editing/pasteboard/5601583-1-expected.txt: Added.
900 * platform/qt/editing/pasteboard/paste-blockquote-after-blockquote-expected.txt: Added.
901 * platform/qt/editing/pasteboard/paste-blockquote-into-blockquote-2-expected.txt: Added.
902 * platform/qt/editing/pasteboard/paste-blockquote-into-blockquote-3-expected.txt: Added.
903 * platform/qt/editing/pasteboard/paste-blockquote-into-blockquote-4-expected.txt: Added.
904 * platform/qt/editing/pasteboard/paste-blockquote-into-blockquote-expected.txt: Added.
905 * platform/qt/editing/pasteboard/paste-text-013-expected.txt: Added.
906 * platform/qt/editing/pasteboard/select-element-1-expected.txt: Added.
907 * platform/qt/editing/pasteboard/testcase-9507-expected.txt: Added.
908 * platform/qt/editing/pasteboard/undoable-fragment-removes-expected.txt: Added.
909 * platform/qt/editing/pasteboard/unrendered-br-expected.txt: Added.
911 2010-05-03 Csaba Osztrogonác <ossy@webkit.org>
913 Unreviewed. Qt specific expected files added and updated.
915 [Qt] Unskip editing/pasteboard tests that fail due to 'x,y' differences
916 https://bugs.webkit.org/show_bug.cgi?id=38435
918 * platform/qt/editing/pasteboard/3976872-expected.txt:
919 * platform/qt/editing/pasteboard/4076267-3-expected.txt:
920 * platform/qt/editing/pasteboard/4242293-expected.txt:
921 * platform/qt/editing/pasteboard/4631972-expected.txt:
922 * platform/qt/editing/pasteboard/4641033-expected.txt:
923 * platform/qt/editing/pasteboard/4700297-expected.txt:
924 * platform/qt/editing/pasteboard/4806874-expected.txt:
925 * platform/qt/editing/pasteboard/4840662-expected.txt:
926 * platform/qt/editing/pasteboard/4944770-1-expected.txt:
927 * platform/qt/editing/pasteboard/4944770-2-expected.txt: Added.
928 * platform/qt/editing/pasteboard/4989774-expected.txt:
929 * platform/qt/editing/pasteboard/5006779-expected.txt:
930 * platform/qt/editing/pasteboard/5027857-expected.txt:
931 * platform/qt/editing/pasteboard/5028447-expected.txt: Added.
932 * platform/qt/editing/pasteboard/5032095-expected.txt:
933 * platform/qt/editing/pasteboard/5065605-expected.txt:
934 * platform/qt/editing/pasteboard/5071074-2-expected.txt:
935 * platform/qt/editing/pasteboard/5071074-expected.txt:
936 * platform/qt/editing/pasteboard/5075944-2-expected.txt:
937 * platform/qt/editing/pasteboard/5075944-3-expected.txt:
938 * platform/qt/editing/pasteboard/5075944-expected.txt:
939 * platform/qt/editing/pasteboard/5089327-expected.txt: Added.
940 * platform/qt/editing/pasteboard/5134759-expected.txt:
941 * platform/qt/editing/pasteboard/5156401-1-expected.txt:
942 * platform/qt/editing/pasteboard/5245519-expected.txt:
943 * platform/qt/editing/pasteboard/5247341-expected.txt:
944 * platform/qt/editing/pasteboard/5368833-expected.txt:
945 * platform/qt/editing/pasteboard/5478250-expected.txt:
946 * platform/qt/editing/pasteboard/5483567-expected.txt:
947 * platform/qt/editing/pasteboard/5601583-1-expected.txt: Added.
948 * platform/qt/editing/pasteboard/5780697-2-expected.txt:
949 * platform/qt/editing/pasteboard/7955-expected.txt:
950 * platform/qt/editing/pasteboard/8145-1-expected.txt:
951 * platform/qt/editing/pasteboard/8145-2-expected.txt:
952 * platform/qt/editing/pasteboard/8145-3-expected.txt:
953 * platform/qt/editing/pasteboard/copy-paste-bidi-expected.txt:
954 * platform/qt/editing/pasteboard/cut-text-001-expected.txt:
955 * platform/qt/editing/pasteboard/displaced-generic-placeholder-expected.txt:
956 * platform/qt/editing/pasteboard/displaced-placeholder-expected.txt:
957 * platform/qt/editing/pasteboard/display-block-on-spans-expected.txt:
958 * platform/qt/editing/pasteboard/emacs-cntl-y-001-expected.txt:
959 * platform/qt/editing/pasteboard/innerText-inline-table-expected.txt:
960 * platform/qt/editing/pasteboard/interchange-newline-1-expected.txt:
961 * platform/qt/editing/pasteboard/interchange-newline-3-expected.txt:
962 * platform/qt/editing/pasteboard/interchange-newline-4-expected.txt:
963 * platform/qt/editing/pasteboard/merge-after-delete-1-expected.txt:
964 * platform/qt/editing/pasteboard/merge-after-delete-2-expected.txt:
965 * platform/qt/editing/pasteboard/merge-after-delete-expected.txt:
966 * platform/qt/editing/pasteboard/merge-end-1-expected.txt:
967 * platform/qt/editing/pasteboard/merge-end-2-expected.txt:
968 * platform/qt/editing/pasteboard/merge-end-3-expected.txt:
969 * platform/qt/editing/pasteboard/merge-end-4-expected.txt:
970 * platform/qt/editing/pasteboard/merge-end-5-expected.txt:
971 * platform/qt/editing/pasteboard/merge-end-blockquote-expected.txt:
972 * platform/qt/editing/pasteboard/merge-end-borders-expected.txt:
973 * platform/qt/editing/pasteboard/merge-end-list-expected.txt:
974 * platform/qt/editing/pasteboard/merge-end-table-expected.txt:
975 * platform/qt/editing/pasteboard/merge-start-blockquote-expected.txt:
976 * platform/qt/editing/pasteboard/merge-start-list-expected.txt:
977 * platform/qt/editing/pasteboard/paste-4035648-fix-expected.txt:
978 * platform/qt/editing/pasteboard/paste-4038267-fix-expected.txt:
979 * platform/qt/editing/pasteboard/paste-4039777-fix-expected.txt:
980 * platform/qt/editing/pasteboard/paste-blockquote-1-expected.txt:
981 * platform/qt/editing/pasteboard/paste-blockquote-2-expected.txt:
982 * platform/qt/editing/pasteboard/paste-blockquote-3-expected.txt:
983 * platform/qt/editing/pasteboard/paste-blockquote-after-blockquote-expected.txt: Added.
984 * platform/qt/editing/pasteboard/paste-blockquote-into-blockquote-2-expected.txt: Added.
985 * platform/qt/editing/pasteboard/paste-blockquote-into-blockquote-3-expected.txt: Added.
986 * platform/qt/editing/pasteboard/paste-blockquote-into-blockquote-4-expected.txt: Added.
987 * platform/qt/editing/pasteboard/paste-blockquote-into-blockquote-expected.txt: Added.
988 * platform/qt/editing/pasteboard/paste-line-endings-001-expected.txt:
989 * platform/qt/editing/pasteboard/paste-line-endings-002-expected.txt:
990 * platform/qt/editing/pasteboard/paste-line-endings-003-expected.txt:
991 * platform/qt/editing/pasteboard/paste-line-endings-004-expected.txt:
992 * platform/qt/editing/pasteboard/paste-line-endings-005-expected.txt:
993 * platform/qt/editing/pasteboard/paste-line-endings-006-expected.txt:
994 * platform/qt/editing/pasteboard/paste-line-endings-007-expected.txt:
995 * platform/qt/editing/pasteboard/paste-line-endings-008-expected.txt:
996 * platform/qt/editing/pasteboard/paste-line-endings-009-expected.txt:
997 * platform/qt/editing/pasteboard/paste-line-endings-010-expected.txt:
998 * platform/qt/editing/pasteboard/paste-list-001-expected.txt:
999 * platform/qt/editing/pasteboard/paste-match-style-001-expected.txt:
1000 * platform/qt/editing/pasteboard/paste-match-style-002-expected.txt:
1001 * platform/qt/editing/pasteboard/paste-pre-001-expected.txt:
1002 * platform/qt/editing/pasteboard/paste-pre-002-expected.txt:
1003 * platform/qt/editing/pasteboard/paste-table-001-expected.txt:
1004 * platform/qt/editing/pasteboard/paste-table-003-expected.txt:
1005 * platform/qt/editing/pasteboard/paste-table-cells-expected.txt:
1006 * platform/qt/editing/pasteboard/paste-text-002-expected.txt:
1007 * platform/qt/editing/pasteboard/paste-text-003-expected.txt:
1008 * platform/qt/editing/pasteboard/paste-text-004-expected.txt:
1009 * platform/qt/editing/pasteboard/paste-text-005-expected.txt:
1010 * platform/qt/editing/pasteboard/paste-text-006-expected.txt:
1011 * platform/qt/editing/pasteboard/paste-text-007-expected.txt:
1012 * platform/qt/editing/pasteboard/paste-text-009-expected.txt:
1013 * platform/qt/editing/pasteboard/paste-text-010-expected.txt:
1014 * platform/qt/editing/pasteboard/paste-text-011-expected.txt:
1015 * platform/qt/editing/pasteboard/paste-text-012-expected.txt:
1016 * platform/qt/editing/pasteboard/paste-text-013-expected.txt: Added.
1017 * platform/qt/editing/pasteboard/paste-text-014-expected.txt:
1018 * platform/qt/editing/pasteboard/paste-text-015-expected.txt:
1019 * platform/qt/editing/pasteboard/paste-text-016-expected.txt:
1020 * platform/qt/editing/pasteboard/paste-text-017-expected.txt:
1021 * platform/qt/editing/pasteboard/paste-text-018-expected.txt:
1022 * platform/qt/editing/pasteboard/paste-text-019-expected.txt:
1023 * platform/qt/editing/pasteboard/paste-text-at-tabspan-001-expected.txt:
1024 * platform/qt/editing/pasteboard/paste-text-at-tabspan-002-expected.txt:
1025 * platform/qt/editing/pasteboard/paste-text-at-tabspan-003-expected.txt:
1026 * platform/qt/editing/pasteboard/paste-unrendered-select-expected.txt:
1027 * platform/qt/editing/pasteboard/pasting-object-expected.txt:
1028 * platform/qt/editing/pasteboard/prevent-block-nesting-01-expected.txt:
1029 * platform/qt/editing/pasteboard/quirks-mode-br-1-expected.txt:
1030 * platform/qt/editing/pasteboard/select-element-1-expected.txt: Added.
1031 * platform/qt/editing/pasteboard/styled-element-markup-expected.txt:
1032 * platform/qt/editing/pasteboard/testcase-9507-expected.txt: Added.
1033 * platform/qt/editing/pasteboard/undoable-fragment-removes-expected.txt: Added.
1034 * platform/qt/editing/pasteboard/unrendered-br-expected.txt: Added.
1037 2010-05-03 Robert Hogan <robert@webkit.org>
1039 Reviewed by Eric Seidel.
1041 [Qt] Unskip editing/pasteboard tests that fail due to 'x,y' differences
1043 https://bugs.webkit.org/show_bug.cgi?id=38435
1045 Unskip a large number of editing/pasteboard tests that fail only due
1046 to rendertree differences in the height/width of rendered text.
1048 Reduce the skipped editing/pasteboard tests to those that fail for
1049 a good reason and add some initial commentary on each.
1053 editing/pasteboard/3976872.html
1054 editing/pasteboard/4076267-3.html
1055 editing/pasteboard/4242293.html
1056 editing/pasteboard/4631972.html
1057 editing/pasteboard/4641033.html
1058 editing/pasteboard/4700297.html
1059 editing/pasteboard/4840662.html
1060 editing/pasteboard/4944770-1.html
1061 editing/pasteboard/4944770-2.html
1062 editing/pasteboard/4989774.html
1063 editing/pasteboard/5006779.html
1064 editing/pasteboard/5027857.html
1065 editing/pasteboard/5028447.html
1066 editing/pasteboard/5032095.html
1067 editing/pasteboard/5065605.html
1068 editing/pasteboard/5071074-2.html
1069 editing/pasteboard/5071074.html
1070 editing/pasteboard/5075944-2.html
1071 editing/pasteboard/5075944-3.html
1072 editing/pasteboard/5075944.html
1073 editing/pasteboard/5089327.html
1074 editing/pasteboard/5134759.html
1075 editing/pasteboard/5156401-1.html
1076 editing/pasteboard/5245519.html
1077 editing/pasteboard/5247341.html
1078 editing/pasteboard/5368833.html
1079 editing/pasteboard/5478250.html
1080 editing/pasteboard/5483567.html
1081 editing/pasteboard/5601583-1.html
1082 editing/pasteboard/5780697-2.html
1083 editing/pasteboard/7955.html
1084 editing/pasteboard/8145-1.html
1085 editing/pasteboard/8145-2.html
1086 editing/pasteboard/8145-3.html
1087 editing/pasteboard/copy-paste-bidi.html
1088 editing/pasteboard/cut-text-001.html
1089 editing/pasteboard/displaced-generic-placeholder.html
1090 editing/pasteboard/displaced-placeholder.html
1091 editing/pasteboard/display-block-on-spans.html
1092 editing/pasteboard/emacs-cntl-y-001.html
1093 editing/pasteboard/innerText-inline-table.html
1094 editing/pasteboard/interchange-newline-1.html
1095 editing/pasteboard/interchange-newline-3.html
1096 editing/pasteboard/interchange-newline-4.html
1097 editing/pasteboard/merge-after-delete-1.html
1098 editing/pasteboard/merge-after-delete-2.html
1099 editing/pasteboard/merge-after-delete.html
1100 editing/pasteboard/merge-end-1.html
1101 editing/pasteboard/merge-end-2.html
1102 editing/pasteboard/merge-end-3.html
1103 editing/pasteboard/merge-end-4.html
1104 editing/pasteboard/merge-end-5.html
1105 editing/pasteboard/merge-end-blockquote.html
1106 editing/pasteboard/merge-end-borders.html
1107 editing/pasteboard/merge-end-list.html
1108 editing/pasteboard/merge-end-table.html
1109 editing/pasteboard/merge-start-blockquote.html
1110 editing/pasteboard/merge-start-list.html
1111 editing/pasteboard/paste-4035648-fix.html
1112 editing/pasteboard/paste-4038267-fix.html
1113 editing/pasteboard/paste-4039777-fix.html
1114 editing/pasteboard/paste-blockquote-1.html
1115 editing/pasteboard/paste-blockquote-2.html
1116 editing/pasteboard/paste-blockquote-3.html
1117 editing/pasteboard/paste-blockquote-after-blockquote.html
1118 editing/pasteboard/paste-blockquote-into-blockquote-2.html
1119 editing/pasteboard/paste-blockquote-into-blockquote-3.html
1120 editing/pasteboard/paste-blockquote-into-blockquote-4.html
1121 editing/pasteboard/paste-blockquote-into-blockquote.html
1122 editing/pasteboard/paste-line-endings-001.html
1123 editing/pasteboard/paste-line-endings-002.html
1124 editing/pasteboard/paste-line-endings-003.html
1125 editing/pasteboard/paste-line-endings-004.html
1126 editing/pasteboard/paste-line-endings-005.html
1127 editing/pasteboard/paste-line-endings-006.html
1128 editing/pasteboard/paste-line-endings-007.html
1129 editing/pasteboard/paste-line-endings-008.html
1130 editing/pasteboard/paste-line-endings-009.html
1131 editing/pasteboard/paste-line-endings-010.html
1132 editing/pasteboard/paste-list-001.html
1133 editing/pasteboard/paste-match-style-001.html
1134 editing/pasteboard/paste-match-style-002.html
1135 editing/pasteboard/paste-pre-001.html
1136 editing/pasteboard/paste-pre-002.html
1137 editing/pasteboard/paste-table-001.html
1138 editing/pasteboard/paste-table-003.html
1139 editing/pasteboard/paste-table-cells.html
1140 editing/pasteboard/paste-text-002.html
1141 editing/pasteboard/paste-text-003.html
1142 editing/pasteboard/paste-text-004.html
1143 editing/pasteboard/paste-text-005.html
1144 editing/pasteboard/paste-text-006.html
1145 editing/pasteboard/paste-text-007.html
1146 editing/pasteboard/paste-text-009.html
1147 editing/pasteboard/paste-text-010.html
1148 editing/pasteboard/paste-text-011.html
1149 editing/pasteboard/paste-text-012.html
1150 editing/pasteboard/paste-text-013.html
1151 editing/pasteboard/paste-text-014.html
1152 editing/pasteboard/paste-text-015.html
1153 editing/pasteboard/paste-text-016.html
1154 editing/pasteboard/paste-text-017.html
1155 editing/pasteboard/paste-text-018.html
1156 editing/pasteboard/paste-text-019.html
1157 editing/pasteboard/paste-text-at-tabspan-002.html
1158 editing/pasteboard/paste-text-at-tabspan-003.html
1159 editing/pasteboard/paste-unrendered-select.html
1160 editing/pasteboard/pasting-object.html
1161 editing/pasteboard/prevent-block-nesting-01.html
1162 editing/pasteboard/quirks-mode-br-1.html
1163 editing/pasteboard/select-element-1.html
1164 editing/pasteboard/styled-element-markup.html
1165 editing/pasteboard/testcase-9507.html
1166 editing/pasteboard/undoable-fragment-removes.html
1167 editing/pasteboard/unrendered-br.html
1169 * platform/qt/Skipped:
1171 2010-05-03 Philippe Normand <pnormand@igalia.com>
1173 Rubber-stamped by Csaba Osztrogonac.
1175 media/video-duration-known-after-eos.html failing
1176 https://bugs.webkit.org/show_bug.cgi?id=38466
1178 * platform/qt/Skipped: Skipping failing test. A lot of media tests
1179 are already skipped on this platform. Tor Arne said he'd look at
1180 them, at some point.
1182 2010-04-30 Philippe Normand <pnormand@igalia.com>
1184 Reviewed by Eric Seidel.
1186 [GStreamer] endless loop after playback ended
1187 https://bugs.webkit.org/show_bug.cgi?id=38384
1189 * media/video-duration-known-after-eos-expected.txt: Added.
1190 * media/video-duration-known-after-eos.html: Added.
1192 2010-05-02 Dan Bernstein <mitz@apple.com>
1194 Reviewed by Simon Fraser.
1196 Another case of <rdar://problem/7552959> REGRESSION: Infinite recursion in Position::getInlineBoxAndOffset()
1197 https://bugs.webkit.org/show_bug.cgi?id=38445
1199 * editing/selection/mixed-editability-11-expected.txt: Added.
1200 * editing/selection/mixed-editability-11.html: Added.
1202 2010-05-02 Dirk Schulze <krit@webkit.org>
1204 Reviewed by Nikolas Zimmermann.
1206 SVG hkern implementation incomplete
1207 https://bugs.webkit.org/show_bug.cgi?id=38407
1209 The hkern patch fixes some very old bugs in some tests of the official
1210 SVG Test suite. Added a new test to check correct behavior on different
1211 use cases of textin SVG.
1213 * platform/mac/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.checksum:
1214 * platform/mac/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.png:
1215 * platform/mac/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt:
1216 * platform/mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.checksum:
1217 * platform/mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.png:
1218 * platform/mac/svg/W3C-SVG-1.1/render-groups-01-b-expected.checksum:
1219 * platform/mac/svg/W3C-SVG-1.1/render-groups-01-b-expected.png:
1220 * platform/mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.checksum:
1221 * platform/mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.png:
1222 * platform/mac/svg/text/kerning-expected.checksum:
1223 * platform/mac/svg/text/kerning-expected.png:
1224 * platform/mac/svg/text/text-hkern-expected.checksum: Added.
1225 * platform/mac/svg/text/text-hkern-expected.png: Added.
1226 * platform/mac/svg/text/text-hkern-expected.txt: Added.
1227 * svg/text/text-hkern.svg: Added.
1229 2010-05-02 Marcus Bulach <bulach@chromium.org>
1231 Reviewed by Jeremy Orlow.
1233 [chromium] Upstream test expectations for:
1234 http/tests/loading/basic-auth-resend-wrong-credentials.html
1235 https://bugs.webkit.org/show_bug.cgi?id=38387
1237 * platform/chromium/test_expectations.txt:
1239 2010-05-02 Ben Murdoch <benm@google.com>
1241 Reviewed by Darin Adler.
1243 fast/events/touch has non-standard script test wrappers
1244 https://bugs.webkit.org/show_bug.cgi?id=38084
1246 Tidy up the touch event layout tests. Make the script-tests TEMPLATE.html
1247 generate asynchronous style tests using js-test-post-function.js and move
1248 the non-standard synchronous test into the resources directory.
1250 * fast/events/touch/basic-multi-touch-events.html: Regenerate from TEMPLATE.html
1251 * fast/events/touch/basic-single-touch-events.html: ditto.
1252 * fast/events/touch/send-oncancel-event.html: ditto.
1253 * fast/events/touch/touch-target.html: ditto.
1254 * fast/events/touch/create-touch-event.html: Link to script in resources rather than
1255 script-tests as this test is not generated from TEMPLATE.html.
1256 * fast/events/touch/resources/create-touch-event.js: Copied from LayoutTests/fast/events/touch/script-tests/create-touch-event.js.
1257 * fast/events/touch/script-tests/TEMPLATE.html: Update to generate asynchronous tests.
1258 * fast/events/touch/script-tests/create-touch-event.js: Removed.
1259 * fast/events/touch/script-tests/touch-target.js: Refactor to work with new wrapper
1260 generated from TEMPLATE.html.
1263 2010-05-01 Alexey Proskuryakov <ap@apple.com>
1267 More shortening of Sputnik paths.
1269 * 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.
1270 * fast/js/sputnik/Conformance/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/7.9.2_Examples_of_Automatic_Semicolon_Insertion: Removed.
1272 2010-05-01 James Robinson <jamesr@chromium.org>
1274 Reviewed by Eric Seidel.
1276 Add fast/repaint/fixed-move-after-keyboard-scroll.html to skipped list pending investigation
1277 https://bugs.webkit.org/show_bug.cgi?id=38416
1279 * platform/mac-snowleopard/Skipped:
1281 2010-05-01 David Kilzer <ddkilzer@apple.com>
1283 Land test case that was supposed to be in r53607.
1285 2010-01-20 Adam Barth <abarth@webkit.org>
1287 Reviewed by Darin Adler.
1289 Stylesheet href property shows redirected URL unlike other browsers
1290 https://bugs.webkit.org/show_bug.cgi?id=33683
1292 Test whether the href property of style sheets contains the original or
1293 final URL of the redirect chain that lead to the style sheet.
1295 I couldn't figure out how to test the XSLStyleSheet parts of this
1296 change. There didn't seem to be DOM bindings for the href property
1297 here. If I missed it, please let me know.
1299 * http/tests/security/stylesheet-href-redirect-expected.txt: Added.
1300 * http/tests/security/stylesheet-href-redirect.html: Added.
1302 2010-05-01 Robert Hogan <robert@webkit.org>
1304 Unreviewed fix to height/width rendering differences in results added
1307 [Qt] Fix up width/height differences in smart-paste-00* results
1309 https://bugs.webkit.org/show_bug.cgi?id=38136
1311 * platform/qt/editing/pasteboard/smart-paste-001-expected.txt:
1312 * platform/qt/editing/pasteboard/smart-paste-002-expected.txt:
1313 * platform/qt/editing/pasteboard/smart-paste-003-expected.txt:
1314 * platform/qt/editing/pasteboard/smart-paste-004-expected.txt:
1315 * platform/qt/editing/pasteboard/smart-paste-005-expected.txt:
1316 * platform/qt/editing/pasteboard/smart-paste-006-expected.txt:
1317 * platform/qt/editing/pasteboard/smart-paste-007-expected.txt:
1319 2010-05-01 Robert Hogan <robert@webkit.org>
1321 Reviewed by Simon Hausmann.
1323 [Qt] Add smart paste support
1325 https://bugs.webkit.org/show_bug.cgi?id=38136
1327 Add platform specific results.
1330 editing/pasteboard/smart-paste-001.html
1331 editing/pasteboard/smart-paste-002.html
1332 editing/pasteboard/smart-paste-003.html
1333 editing/pasteboard/smart-paste-004.html
1334 editing/pasteboard/smart-paste-005.html
1335 editing/pasteboard/smart-paste-006.html
1336 editing/pasteboard/smart-paste-007.html
1338 * platform/qt/Skipped:
1339 * platform/qt/editing/pasteboard/smart-paste-001-expected.txt: Added.
1340 * platform/qt/editing/pasteboard/smart-paste-002-expected.txt: Added.
1341 * platform/qt/editing/pasteboard/smart-paste-003-expected.txt: Added.
1342 * platform/qt/editing/pasteboard/smart-paste-004-expected.txt: Added.
1343 * platform/qt/editing/pasteboard/smart-paste-005-expected.txt: Added.
1344 * platform/qt/editing/pasteboard/smart-paste-006-expected.txt:
1345 * platform/qt/editing/pasteboard/smart-paste-007-expected.txt: Added.
1347 2010-04-30 Yoshiki Hayashi <yhayashi@google.com>
1349 Reviewed by Shinichiro Hamaji.
1351 https://bugs.webkit.org/show_bug.cgi?id=38249
1353 Fixes an issue where border height and padding height are ignored when computing vertically shrinking flexbox's height.
1355 * fast/flexbox/child-flexing-expected.txt: Added.
1356 * fast/flexbox/child-flexing.html: Added.
1358 2010-04-30 Shinichiro Hamaji <hamaji@chromium.org>
1360 Reviewed by Darin Adler.
1362 Add layoutTestController.setPrinting()
1363 https://bugs.webkit.org/show_bug.cgi?id=37203
1365 * platform/mac/Skipped:
1366 * platform/mac/printing/media-queries-print-expected.txt:
1368 2010-04-28 Joseph Pecoraro <joepeck@webkit.org>
1370 Reviewed by Oliver Hunt.
1372 REGRESSION(r58313): Regression evident in pixel tests: the search icon is always clipped at the bottom.
1373 https://bugs.webkit.org/show_bug.cgi?id=38253
1375 * fast/css/input-search-padding.html: Added.
1376 * platform/mac/fast/css/input-search-padding-expected.checksum: Added.
1377 * platform/mac/fast/css/input-search-padding-expected.png: Added.
1378 * platform/mac/fast/css/input-search-padding-expected.txt: Added.
1380 * platform/mac/fast/forms/search-zoomed-expected.checksum: Updated.
1381 * platform/mac/fast/forms/search-zoomed-expected.png: Updated.
1383 2010-04-30 Chris Marrin <cmarrin@apple.com>
1385 Reviewed by Simon Fraser.
1387 Enabled accelerated compositing in DRT for Windows
1388 https://bugs.webkit.org/show_bug.cgi?id=38404
1390 This is the Windows specific results for the composited iframe test
1391 This was added after compositing on Windows got turned off so the failure
1392 wasn't registering. What is happening is that there are platform specific
1393 results for mac and not for win. DRT decides to use the mac results in this
1394 case (even on Windows!). Even though the Windows results are the same as the
1395 cross platform results, we need Windows results.
1397 * platform/win/compositing: Added.
1398 * platform/win/compositing/iframes: Added.
1399 * platform/win/compositing/iframes/composited-iframe-expected.txt: Added.
1401 2010-04-30 Dimitri Glazkov <dglazkov@chromium.org>
1403 Unreviewed, expectations update.
1405 [Chromium] More missing pixel test results.
1407 * platform/chromium-mac/fast/borders/svg-as-border-image-2-expected.checksum: Added.
1408 * platform/chromium-mac/fast/borders/svg-as-border-image-expected.checksum: Added.
1409 * platform/chromium/test_expectations.txt:
1411 2010-04-30 James Robinson <jamesr@chromium.org>
1413 Unreviewed. Add Chromium expectations for a bunch of repaint tests that we now pass (yay!)
1415 * platform/chromium-linux/fast/repaint/fixed-child-move-after-scroll-expected.checksum: Added.
1416 * platform/chromium-linux/fast/repaint/fixed-child-move-after-scroll-expected.png: Added.
1417 * platform/chromium-linux/fast/repaint/fixed-child-of-fixed-move-after-scroll-expected.checksum: Added.
1418 * platform/chromium-linux/fast/repaint/fixed-child-of-fixed-move-after-scroll-expected.png: Added.
1419 * platform/chromium-linux/fast/repaint/fixed-child-of-transformed-move-after-scroll-expected.checksum: Added.
1420 * platform/chromium-linux/fast/repaint/fixed-child-of-transformed-move-after-scroll-expected.png: Added.
1421 * platform/chromium-linux/fast/repaint/fixed-move-after-keyboard-scroll-expected.checksum: Added.
1422 * platform/chromium-linux/fast/repaint/fixed-move-after-keyboard-scroll-expected.png: Added.
1423 * platform/chromium-linux/fast/repaint/fixed-move-after-scroll-expected.checksum: Added.
1424 * platform/chromium-linux/fast/repaint/fixed-move-after-scroll-expected.png: Added.
1425 * platform/chromium-mac/fast/repaint/fixed-move-after-keyboard-scroll-expected.checksum: Added.
1426 * platform/chromium-mac/fast/repaint/fixed-move-after-keyboard-scroll-expected.png: Added.
1427 * platform/chromium-win/fast/repaint/fixed-child-move-after-scroll-expected.checksum: Added.
1428 * platform/chromium-win/fast/repaint/fixed-child-move-after-scroll-expected.png: Added.
1429 * platform/chromium-win/fast/repaint/fixed-child-move-after-scroll-expected.txt: Added.
1430 * platform/chromium-win/fast/repaint/fixed-child-of-fixed-move-after-scroll-expected.checksum: Added.
1431 * platform/chromium-win/fast/repaint/fixed-child-of-fixed-move-after-scroll-expected.png: Added.
1432 * platform/chromium-win/fast/repaint/fixed-child-of-fixed-move-after-scroll-expected.txt: Added.
1433 * platform/chromium-win/fast/repaint/fixed-child-of-transformed-move-after-scroll-expected.checksum: Added.
1434 * platform/chromium-win/fast/repaint/fixed-child-of-transformed-move-after-scroll-expected.png: Added.
1435 * platform/chromium-win/fast/repaint/fixed-child-of-transformed-move-after-scroll-expected.txt: Added.
1436 * platform/chromium-win/fast/repaint/fixed-move-after-keyboard-scroll-expected.checksum: Added.
1437 * platform/chromium-win/fast/repaint/fixed-move-after-keyboard-scroll-expected.png: Added.
1438 * platform/chromium-win/fast/repaint/fixed-move-after-keyboard-scroll-expected.txt: Added.
1439 * platform/chromium-win/fast/repaint/fixed-move-after-scroll-expected.checksum: Added.
1440 * platform/chromium-win/fast/repaint/fixed-move-after-scroll-expected.png: Added.
1441 * platform/chromium-win/fast/repaint/fixed-move-after-scroll-expected.txt: Added.
1442 * platform/chromium/test_expectations.txt:
1444 2010-04-30 Abhishek Arya <inferno@chromium.org>
1446 Reviewed by David Kilzer.
1448 Tests for a crash when an image drag-drop operation happens inside a continuously refreshing iframe.
1449 https://bugs.webkit.org/show_bug.cgi?id=37618
1451 * editing/pasteboard/drag-drop-iframe-refresh-crash-expected.txt: Added.
1452 * editing/pasteboard/drag-drop-iframe-refresh-crash.html: Added.
1453 * editing/resources/drag-drop.html: Added.
1454 * platform/qt/Skipped:
1456 2010-04-30 Dimitri Glazkov <dglazkov@chromium.org>
1458 Unreviewed, expectations update.
1460 [Chromium] Add more missing pixel results.
1462 * platform/chromium-win/transforms/svg-vs-css-expected.checksum: Added.
1463 * platform/chromium-win/transforms/svg-vs-css-expected.png: Added.
1465 2010-04-30 Dimitri Glazkov <dglazkov@chromium.org>
1467 Unreviewed, expectations updated.
1469 [Chromium] Add missing pixel results.
1471 * platform/chromium-linux/fast/borders/svg-as-border-image-2-expected.checksum: Added.
1472 * platform/chromium-linux/fast/borders/svg-as-border-image-expected.checksum: Added.
1473 * platform/chromium-linux/transforms/svg-vs-css-expected.checksum: Added.
1474 * platform/chromium-linux/transforms/svg-vs-css-expected.png: Added.
1475 * platform/chromium-mac/svg/custom/mask-changes-expected.checksum: Added.
1476 * platform/chromium-mac/svg/custom/mask-changes-expected.png: Added.
1477 * platform/chromium-mac/transforms/svg-vs-css-expected.checksum: Added.
1478 * platform/chromium-win/fast/borders/svg-as-border-image-2-expected.checksum: Added.
1479 * platform/chromium-win/fast/borders/svg-as-border-image-2-expected.png: Added.
1480 * platform/chromium-win/fast/borders/svg-as-border-image-expected.checksum: Added.
1481 * platform/chromium-win/fast/borders/svg-as-border-image-expected.png: Added.
1483 2010-04-30 David Kilzer <ddkilzer@apple.com>
1485 <http://webkit.org/b/38364> MIME typo in LayoutTests/http/tests/security/xss-DENIED-mime-type-execute-as-html.html
1487 Reviewed by David Levin.
1489 * http/tests/security/xss-DENIED-mime-type-execute-as-html.html:
1490 Fixed MIME typo from "application-javascript" to
1491 "application/javascript".
1493 2010-04-30 Sheriff Bot <webkit.review.bot@gmail.com>
1495 Unreviewed, rolling out r58569.
1496 http://trac.webkit.org/changeset/58569
1497 https://bugs.webkit.org/show_bug.cgi?id=38399
1499 This broke the GTK bots due to bad GC behavior (Requested by
1502 * fast/workers/change-version-handle-reuse-worker-expected.txt: Removed.
1503 * fast/workers/change-version-handle-reuse-worker.html: Removed.
1504 * fast/workers/execute-sql-args-worker-expected.txt: Removed.
1505 * fast/workers/execute-sql-args-worker.html: Removed.
1506 * fast/workers/resources/database-worker-controller.js: Removed.
1507 * fast/workers/resources/database-worker.js: Removed.
1508 * storage/change-version-handle-reuse-expected.txt:
1509 * storage/change-version-handle-reuse.html:
1510 * storage/change-version-handle-reuse.js: Removed.
1511 * storage/execute-sql-args.html:
1512 * storage/execute-sql-args.js: Removed.
1514 2010-04-30 Yaar Schnitman <yaar@chromium.org>
1518 Updating expectations for svg-as-border-*
1519 https://bugs.webkit.org/show_bug.cgi?id=38398
1521 * platform/chromium-win/fast/borders/svg-as-border-image-2-expected.txt: Added.
1522 * platform/chromium-win/fast/borders/svg-as-border-image-expected.txt: Added.
1523 * platform/chromium-win/transforms/svg-vs-css-expected.txt: Added.
1525 2010-04-30 Alexey Proskuryakov <ap@apple.com>
1529 * platform/mac-tiger/Skipped: Added two tests that fail on buidbot.
1531 2010-04-30 Csaba Osztrogonác <ossy@webkit.org>
1533 [Qt] fast/frames/flattening/frameset-flattening-subframesets.html fails intermittently on Qt bot
1534 https://bugs.webkit.org/show_bug.cgi?id=37334
1536 * platform/qt/Skipped: fast/frames/flattening/frameset-flattening-subframesets.html skipped until fix.
1538 2010-04-30 Alexey Proskuryakov <ap@apple.com>
1542 Enable Sputnik tests on Tiger.
1544 * platform/mac-tiger/Skipped: Only skip tests that fail for me on Tiger/PPC, and Unicode tests.
1546 2010-04-30 Dan Bernstein <mitz@apple.com>
1548 Reviewed by Adele Peterson.
1550 Updated results for <rdar://problem/6649734> Text repainting does not account for glyphs which draw outside the typographic bounds of the font
1551 https://bugs.webkit.org/show_bug.cgi?id=6274
1553 * platform/mac/fast/repaint/stacked-diacritics-expected.checksum:
1554 * platform/mac/fast/repaint/stacked-diacritics-expected.png:
1556 2010-04-30 Chris Marrin <cmarrin@apple.com>
1558 Reviewed by Simon Fraser.
1560 Reversed the order of the CSSMatrix.multiply method
1561 https://bugs.webkit.org/show_bug.cgi?id=38337
1563 These are the existing tests for 2D and 3D CSSMatrix and SVGMatrix.
1564 I've added tests missing between the two styles and now do tests
1565 that confirm that SVGMatrix and CSSMatrix both multiply the same.
1567 This also adds a new test from Simon which compares SVG to CSS matrixes.
1568 This is a pixel test for mac only.
1570 * platform/mac/transforms/svg-vs-css-expected.checksum: Added.
1571 * platform/mac/transforms/svg-vs-css-expected.png: Added.
1572 * platform/mac/transforms/svg-vs-css-expected.txt: Added.
1573 * svg/dom/SVGMatrix-interface-expected.txt:
1574 * svg/dom/SVGMatrix-interface.xhtml:
1575 * transforms/cssmatrix-2d-interface-expected.txt:
1576 * transforms/cssmatrix-2d-interface.xhtml:
1577 * transforms/cssmatrix-3d-interface-expected.txt:
1578 * transforms/cssmatrix-3d-interface.xhtml:
1579 * transforms/svg-vs-css.xhtml: Added.
1581 2010-04-30 Dimitri Glazkov <dglazkov@chromium.org>
1583 Unreviewed, expectations update.
1585 [Chromium] Provide expectations for svg/custom/repaint-stroke-width-changes.svg,
1586 which was added in http://trac.webkit.org/changeset/58570/.
1588 * platform/chromium-linux/svg/custom/repaint-stroke-width-changes-expected.checksum: Added.
1589 * platform/chromium-mac/svg/custom/repaint-stroke-width-changes-expected.checksum: Added.
1590 * platform/chromium-mac/svg/custom/repaint-stroke-width-changes-expected.png: Added.
1591 * platform/chromium-win/svg/custom/repaint-stroke-width-changes-expected.checksum: Added.
1592 * platform/chromium-win/svg/custom/repaint-stroke-width-changes-expected.png: Added.
1594 2010-04-30 Simon Fraser <simon.fraser@apple.com>
1596 Reviewed by Beth Dakin.
1598 Update image results for SVG as CSS border image tests
1599 https://bugs.webkit.org/show_bug.cgi?id=37028
1601 Improve the tests for SVG in border image to use an image that is not a solid color,
1602 and by adding comparison elements with PNG-based borders.
1604 Remove unused "green rect" SVG files.
1606 Update Mac pixel results, and remove Chromium pixel results with the expectation
1607 that someone will commit new ones.
1609 * fast/borders/resources/green-fixed-size-rect.svg: Removed.
1610 * fast/borders/resources/green-relative-size-rect.svg: Removed.
1611 * fast/borders/resources/large-tiles.png: Added.
1612 * fast/borders/resources/tiles-fixed-size.svg: Added.
1613 * fast/borders/resources/tiles-relative-size.svg: Added.
1614 * fast/borders/resources/tiles.png: Added.
1615 * fast/borders/svg-as-border-image-2.html:
1616 * fast/borders/svg-as-border-image.html:
1617 * platform/chromium-win/fast/borders/svg-as-border-image-2-expected.checksum: Removed.
1618 * platform/chromium-win/fast/borders/svg-as-border-image-2-expected.png: Removed.
1619 * platform/chromium-win/fast/borders/svg-as-border-image-2-expected.txt: Removed.
1620 * platform/chromium-win/fast/borders/svg-as-border-image-expected.checksum: Removed.
1621 * platform/chromium-win/fast/borders/svg-as-border-image-expected.png: Removed.
1622 * platform/chromium-win/fast/borders/svg-as-border-image-expected.txt: Removed.
1623 * platform/mac/fast/borders/svg-as-border-image-2-expected.checksum:
1624 * platform/mac/fast/borders/svg-as-border-image-2-expected.png:
1625 * platform/mac/fast/borders/svg-as-border-image-2-expected.txt:
1626 * platform/mac/fast/borders/svg-as-border-image-expected.checksum:
1627 * platform/mac/fast/borders/svg-as-border-image-expected.png:
1628 * platform/mac/fast/borders/svg-as-border-image-expected.txt:
1630 2010-04-30 Dimitri Glazkov <dglazkov@chromium.org>
1632 Unreviewed, expectations tweak.
1634 [Chromium] Defer Sputnik tests.
1636 * platform/chromium/test_expectations.txt: Tagged fast/js/sputnik with DEFER.
1638 2010-04-30 Shinichiro Hamaji <hamaji@chromium.org>
1640 Reviewed by Simon Fraser.
1642 SHOULD NEVER BE REACHED assertion loading forbes.com
1643 https://bugs.webkit.org/show_bug.cgi?id=38272
1645 * printing/pseudo-class-outside-page-expected.txt: Added.
1646 * printing/pseudo-class-outside-page.html: Added.
1648 2010-04-30 Nikolas Zimmermann <nzimmermann@rim.com>
1650 Not reviewed. While I'm at it: Update prototype-inheritance-2-expected.txt result, it's failing since CSSPageRule has been introduced.
1652 * platform/win/fast/dom/prototype-inheritance-2-expected.txt:
1654 2010-04-30 Nikolas Zimmermann <nzimmermann@rim.com>
1656 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.
1658 * svg/custom/mask-changes.svg:
1660 2010-04-30 Jeremy Orlow <jorlow@chromium.org>
1662 Unreviewed. Fixing a missed test from https://bugs.webkit.org/show_bug.cgi?id=38331
1664 * fast/events/init-events-expected.txt:
1665 * fast/events/script-tests/init-events.js:
1667 2010-04-30 Kent Tamura <tkent@chromium.org>
1671 Revert a part of r58564 to be compatible with prior behavior
1672 https://bugs.webkit.org/show_bug.cgi?id=38383
1674 * platform/chromium/test_expectations.txt: Remove expectations added by r58568.
1676 2010-04-29 Jeremy Orlow <jorlow@chromium.org>
1678 Reviewed by Darin Fisher.
1680 Change StorageEvent.uri to StorageEvent.url to match the spec
1681 https://bugs.webkit.org/show_bug.cgi?id=38331
1683 Change the existing tests to test 'url' rather than 'uri'.
1685 * storage/domstorage/events/documentURI-expected.txt:
1686 * storage/domstorage/events/script-tests/documentURI.js:
1689 * storage/domstorage/localstorage/resources/iframe-events-second.html:
1690 * storage/domstorage/sessionstorage/resources/iframe-events-second.html:
1692 2010-04-30 Nikolas Zimmermann <nzimmermann@rim.com>
1694 Reviewed by Dirk Schulze.
1696 REGRESSION: RenderPath does not handle repaints correctly anymore if bounds changed
1697 https://bugs.webkit.org/show_bug.cgi?id=38385
1699 Add new test covering the repaint problem. Influences some marker results, that can be safely ignored.
1701 * platform/mac/svg/custom/circular-marker-reference-1-expected.txt:
1702 * platform/mac/svg/custom/circular-marker-reference-3-expected.txt:
1703 * platform/mac/svg/custom/circular-marker-reference-4-expected.txt:
1704 * platform/mac/svg/custom/repaint-stroke-width-changes-expected.checksum: Added.
1705 * platform/mac/svg/custom/repaint-stroke-width-changes-expected.png: Added.
1706 * platform/mac/svg/custom/repaint-stroke-width-changes-expected.txt: Added.
1707 * svg/custom/repaint-stroke-width-changes.svg: Added.
1709 2010-04-30 Eric Uhrhane <ericu@chromium.org>
1711 Reviewed by Dmitry Titov.
1713 Add bindings for async DB API in Workers.
1714 https://bugs.webkit.org/show_bug.cgi?id=34992
1716 * storage/change-version-handle-reuse.html: Refactored to share code with the worker version of the test.
1717 * storage/change-version-handle-reuse-expected.html: Removed reference to reloading, which this test doesn't do.
1718 * storage/change-version-handle-reuse.js: This is the extracted shared core of the test.
1719 * storage/execute-sql-args.html: Refactored to share code with the worker version of the test.
1720 * storage/execute-sql-args.js: This is the extracted shared core of the test.
1722 These are the worker versions of the tests; they're tiny shims around shared code.
1723 * fast/workers/execute-sql-args-worker-expected.txt: Added.
1724 * fast/workers/execute-sql-args-worker.html: Added.
1725 * fast/workers/change-version-handle-reuse-worker-expected.txt: Added.
1726 * fast/workers/change-version-handle-reuse-worker.html: Added.
1727 This file gets included from worker database tests; it does all the boilerplate that's needed on the DOM side.
1728 * fast/workers/resources/database-worker-controller.js: Added.
1729 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.
1730 * fast/workers/resources/database-worker.js: Added.
1732 2010-04-30 Fumitoshi Ukai <ukai@chromium.org>
1734 Unreviewd, update test expectations.
1735 https://bugs.webkit.org/show_bug.cgi?id=38383
1737 Start failing after WebKit r58563:r58565
1738 - fast/forms/search-abs-pos-cancel-button.html
1739 - fast/forms/search-cancel-button-mouseup.html
1740 - fast/forms/search-rtl.html
1741 - fast/forms/search-zoomed.html
1743 * platform/chromium/test_expectations.txt:
1745 2010-04-30 Fumitoshi Ukai <ukai@chromium.org>
1747 Unreviewd, test expectations cleanup.
1749 media/video-empty-source.html passes since r58480:r58515 (win), r58489 (linux), r58488:458490 (mac)
1750 fast/backround/svg-as-background-6.html passes since r58488:r58490 (mac)
1751 fast/repaint/caret-outside-block.html passes since r58414:r58415 (mac)
1752 fast/replaced/border-radius-clip.html passes since r58543 (win, linux)
1753 fast/images/svg-as-tiled-background.html passes r58488:r58490 (mac)
1754 fast/text/line-breaks.html passes since r58480:r58515 (win)
1755 fast/backgrounds/svg-as-background-2.html passes since r58480:r58515 (win), r58489 (linux), r58488:r58490 (mac)
1757 * platform/chromium/test_expectations.txt:
1759 2010-04-30 Kent Tamura <tkent@chromium.org>
1761 Reviewed by Adele Peterson.
1763 Implement interactive behavior of spin buttons.
1764 https://bugs.webkit.org/show_bug.cgi?id=35686
1766 * platform/mac/fast/forms/input-number-click-expected.txt: Added.
1767 * platform/mac/fast/forms/input-number-click.html: Added.
1769 2010-04-30 Yael Aharon <yael.aharon@nokia.com>
1771 Reviewed by Kenneth Rohde Christiansen.
1773 [Qt] Enable DOMWindow constructor for HTMLProgressElement
1774 https://bugs.webkit.org/show_bug.cgi?id=38333
1776 Update expected test results after this change
1778 * platform/qt/fast/dom/Window/window-properties-expected.txt:
1779 * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt:
1780 * platform/qt/fast/dom/prototype-inheritance-expected.txt:
1781 * platform/qt/fast/js/global-constructors-expected.txt:
1783 2010-04-30 Kent Tamura <tkent@chromium.org>
1785 Reviewed by Adele Peterson.
1787 Mac implementation of outer-spin-button appearance, and anonymous
1788 element generation for <input type=number>.
1789 https://bugs.webkit.org/show_bug.cgi?id=32813
1791 input-appearance-spinbutton.html checks the appearances of various
1792 sizes of spin-buttons. input-appearance-spinbutton-size.html
1793 checks a spin-button height is equal to or less than the
1794 corresponding text field height.
1796 * platform/mac/fast/forms/input-appearance-spinbutton-expected.checksum: Added.
1797 * platform/mac/fast/forms/input-appearance-spinbutton-expected.png: Added.
1798 * platform/mac/fast/forms/input-appearance-spinbutton-expected.txt: Added.
1799 * platform/mac/fast/forms/input-appearance-spinbutton-size-expected.txt: Added.
1800 * platform/mac/fast/forms/input-appearance-spinbutton-size.html: Added.
1801 * platform/mac/fast/forms/input-appearance-spinbutton.html: Added.
1803 2010-04-29 Kent Tamura <tkent@chromium.org>
1807 Add media/media-document-audio-size.html to Skipped lists.
1808 https://bugs.webkit.org/show_bug.cgi?id=38376
1810 * platform/gtk/Skipped:
1811 * platform/mac-tiger/Skipped:
1812 * platform/qt/Skipped:
1813 * platform/win/Skipped:
1815 2010-04-29 James Robinson <jamesr@chromium.org>
1817 Unreviewed, fix chromium linux test expectations.
1819 * platform/chromium/test_expectations.txt:
1821 2010-04-29 James Robinson <jamesr@chromium.org>
1823 Reviewed by Dimitri Glazkov.
1825 Update Chromium test expectations and add new SVG baselines
1826 https://bugs.webkit.org/show_bug.cgi?id=38345
1828 * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-41-t-expected.checksum:
1829 * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-41-t-expected.png:
1830 * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-41-t-expected.checksum:
1831 * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-41-t-expected.png:
1832 * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-41-t-expected.txt:
1833 * platform/chromium-win/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.txt:
1834 * platform/chromium/test_expectations.txt:
1836 2010-04-29 Yaar Schnitman <yaar@chromium.org>
1840 Updated expectations for 2 more tests on mac:
1841 svg/custom/dominant-baseline-hanging.svg
1842 fast/replaced/border-radius-clip.html
1844 https://bugs.webkit.org/show_bug.cgi?id=38365
1846 * platform/chromium/test_expectations.txt:
1848 2010-04-29 Alexey Proskuryakov <ap@apple.com>
1852 * platform/mac-tiger/Skipped: Accidentally committed with a commented out line.
1854 2010-04-29 Yaar Schnitman <yaar@chromium.org>
1858 Added two new timeout expectations media/audio-only-video-intrinsic-size.html, media/media-document-audio-size.html which started failing after r58543.
1859 https://bugs.webkit.org/show_bug.cgi?id=38362
1861 * platform/chromium/test_expectations.txt:
1863 2010-04-29 Alexey Proskuryakov <ap@apple.com>
1865 Re-enable Sputnik tests on Leopard and Snow Leopard.
1867 * fast/js/sputnik/Conformance/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A4_T2-expected.txt:
1868 * 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:
1869 Changed expectation to PASS.
1871 * platform/mac-snowleopard/Skipped: Skip the above tests, since they fail in 64 bit, and
1872 DRT may run 64 bit on Snow Leopard.
1874 * platform/mac-leopard/fast/js: Added.
1875 * platform/mac-leopard/fast/js/sputnik: Added.
1876 * platform/mac-leopard/fast/js/sputnik/Unicode: Added.
1877 * platform/mac-leopard/fast/js/sputnik/Unicode/Unicode_500: Added.
1878 * platform/mac-leopard/fast/js/sputnik/Unicode/Unicode_500/S7.6_A3.1-expected.txt: Added.
1879 * platform/mac-leopard/fast/js/sputnik/Unicode/Unicode_500/S7.6_A3.2-expected.txt: Added.
1880 * platform/mac-leopard/fast/js/sputnik/Unicode/Unicode_500/S7.6_A5.3_T1-expected.txt: Added.
1881 * platform/mac-leopard/fast/js/sputnik/Unicode/Unicode_500/S7.6_A5.3_T2-expected.txt: Added.
1882 * platform/mac-leopard/fast/js/sputnik/Unicode/Unicode_510: Added.
1883 * platform/mac-leopard/fast/js/sputnik/Unicode/Unicode_510/S15.5.4.16_A1-expected.txt: Added.
1884 * platform/mac-leopard/fast/js/sputnik/Unicode/Unicode_510/S15.5.4.18_A1-expected.txt: Added.
1885 * platform/mac-leopard/fast/js/sputnik/Unicode/Unicode_510/S7.6_A1.1_T1-expected.txt: Added.
1886 * platform/mac-leopard/fast/js/sputnik/Unicode/Unicode_510/S7.6_A1.1_T2-expected.txt: Added.
1887 * platform/mac-leopard/fast/js/sputnik/Unicode/Unicode_510/S7.6_A1.1_T4-expected.txt: Added.
1888 * platform/mac-leopard/fast/js/sputnik/Unicode/Unicode_510/S7.6_A2.2_T1-expected.txt: Added.
1889 * platform/mac-leopard/fast/js/sputnik/Unicode/Unicode_510/S7.6_A2.2_T2-expected.txt: Added.
1890 * platform/mac-leopard/fast/js/sputnik/Unicode/Unicode_510/S7.6_A2.3-expected.txt: Added.
1891 * platform/mac-leopard/fast/js/sputnik/Unicode/Unicode_510/S7.6_A5.2_T1-expected.txt: Added.
1892 * platform/mac-leopard/fast/js/sputnik/Unicode/Unicode_510/S7.6_A5.2_T2-expected.txt: Added.
1893 * platform/mac-leopard/fast/js/sputnik/Unicode/Unicode_510/S7.6_A5.2_T4-expected.txt: Added.
1894 * platform/mac-leopard/fast/js/sputnik/Unicode/Unicode_510/S7.6_A5.2_T7-expected.txt: Added.
1895 * platform/mac-leopard/fast/js/sputnik/Unicode/Unicode_510/S7.6_A5.2_T8-expected.txt: Added.
1896 * platform/mac-leopard/fast/js/sputnik/Unicode/Unicode_510/S7.6_A5.2_T9-expected.txt: Added.
1897 Added platform specific results for tests that depend on supported Unicode version.
1899 * platform/mac-tiger/Skipped: Skipped Sputnik on Tiger.
1901 * platform/mac/Skipped: Unskipped Sputnik.
1903 2010-04-29 Yaar Schnitman <yaar@chromium.org>
1907 Skipping layout tests with bad/missing expectations.
1908 https://bugs.webkit.org/show_bug.cgi?id=38361
1910 * platform/chromium/test_expectations.txt:
1912 2010-04-29 Alexey Proskuryakov <ap@apple.com>
1916 Trying to fix Windows checkout by shortening more paths in Sputnik tests.
1918 * fast/js/sputnik: Many directories renamed.
1920 2010-04-29 Alexey Proskuryakov <ap@apple.com>
1924 Trying to fix Windows checkout by shortening paths in Sputnik tests.
1926 * fast/js/sputnik: Many directories renamed.
1928 2010-04-29 Dan Bernstein <mitz@apple.com>
1930 Reviewed by Simon Fraser.
1932 <rdar://problem/7918086> REGRESSION (r57820): Controller is not displayed in window when opening a MP3 file in browser window
1933 https://bugs.webkit.org/show_bug.cgi?id=38350
1935 * media/audio-only-video-intrinsic-size-expected.txt: Added.
1936 * media/audio-only-video-intrinsic-size.html: Added.
1937 * media/media-document-audio-size-expected.txt: Added.
1938 * media/media-document-audio-size.html: Added.
1940 2010-04-29 Yaar Schnitman <yaar@chromium.org>
1944 Fixed corrupt svg-background-partial-redraw-expected.checksum files
1945 https://bugs.webkit.org/show_bug.cgi?id=38355
1947 * platform/chromium-linux/fast/images/svg-background-partial-redraw-expected.checksum:
1948 * platform/chromium-mac/fast/images/svg-background-partial-redraw-expected.checksum:
1949 * platform/chromium-win/fast/images/svg-background-partial-redraw-expected.checksum:
1951 2010-04-29 Yaar Schnitman <yaar@chromium.org>
1955 Skip sputnik tests for chromium until we decide what to do with them.
1956 https://bugs.webkit.org/show_bug.cgi?id=38353
1958 * platform/chromium/test_expectations.txt:
1960 2010-04-29 Alexey Proskuryakov <ap@apple.com>
1962 Skipping Sputnik tests, because tey fail a lot on buildbots. The current (early) theory is
1963 that this depends on when exactly DumpRenderTree gets restarted.
1965 * platform/gtk/Skipped:
1966 * platform/mac/Skipped:
1967 * platform/win/Skipped:
1968 * platform/qt/Skipped:
1970 2010-04-29 Yaar Schnitman <yaar@chromium.org>
1974 Skip fast/images/svg-nested.html which crashes chromium.py
1975 https://bugs.webkit.org/show_bug.cgi?id=38351
1977 * platform/chromium/test_expectations.txt:
1979 2010-04-29 Yaar Schnitman <yaar@chromium.org>
1983 Adding missing expectations, skipping tests
1984 https://bugs.webkit.org/show_bug.cgi?id=38343
1986 * platform/chromium-linux/fast/css/font-face-woff-expected.checksum: Added.
1987 * platform/chromium-mac/fast/media/media-query-invalid-value-expected.checksum: Added.
1988 * platform/chromium-win/fast/css/font-face-woff-expected.checksum: Added.
1989 * platform/chromium-win/fast/css/font-face-woff-expected.txt: Added.
1990 * platform/chromium-win/fast/media/media-query-invalid-value-expected.checksum: Added.
1991 * platform/chromium-win/fast/text/international/bold-bengali-expected.txt: Added.
1992 * platform/chromium/test_expectations.txt:
1994 2010-04-21 Alexey Proskuryakov <ap@apple.com>
1996 Rubber-stamped by Darin Adler.
1998 https://bugs.webkit.org/show_bug.cgi?id=38296
1999 Import Sputnik JavaScript test suite
2001 * fast/js/sputnik: Added.
2002 * fast/js/sputnik/AUTHORS: Added.
2003 * fast/js/sputnik/Conformance: Added.
2004 * fast/js/sputnik/Implementation_Diagnostics: Added.
2005 * fast/js/sputnik/LICENSE: Added.
2006 * fast/js/sputnik/Regression: Added.
2007 * fast/js/sputnik/Unicode: Added.
2009 * fast/js/script-tests/sputnik-S15.4.4.12_A3_T3.js: Deleted.
2010 * fast/js/sputnik-S15.4.4.12_A3_T3-expected.txt: Deleted.
2011 * fast/js/sputnik-S15.4.4.12_A3_T3.html: Deleted.
2013 2010-04-29 Anton Muhin <antonm@chromium.org>
2015 Reviewed by Darin Adler.
2017 Let's cache nodelists instead of DynamicNodeList::Caches
2018 https://bugs.webkit.org/show_bug.cgi?id=33696
2020 * fast/dom/Element/node-list-identity-expected.txt: Added to verify that node lists are indeed cached
2021 * fast/dom/Element/node-list-identity.html: Added to verify that node lists are indeed cached
2022 * fast/dom/gc-9-expected.txt: Updated to follow changed semantics of caching
2023 * fast/dom/gc-9.html: Updated to follow changed semantics of caching
2025 2010-04-29 Marcus Bulach <bulach@chromium.org>
2027 Reviewed by Jeremy Orlow.
2029 Rebaseline chromium SVG tests
2030 This is a follow up to https://bugs.webkit.org/show_bug.cgi?id=37986
2031 https://bugs.webkit.org/show_bug.cgi?id=38106
2033 * platform/chromium-linux/fast/images/svg-background-partial-redraw-expected.checksum: Added.
2034 * platform/chromium-linux/fast/images/svg-background-partial-redraw-expected.png: Added.
2035 * platform/chromium-linux/svg/W3C-SVG-1.1/masking-mask-01-b-expected.checksum:
2036 * platform/chromium-linux/svg/W3C-SVG-1.1/masking-mask-01-b-expected.png:
2037 * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.checksum:
2038 * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.png:
2039 * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.checksum:
2040 * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.png:
2041 * platform/chromium-linux/svg/batik/paints/patternRegions-expected.txt:
2042 * platform/chromium-linux/svg/custom/dominant-baseline-hanging-expected.checksum:
2043 * platform/chromium-linux/svg/custom/dominant-baseline-hanging-expected.png:
2044 * platform/chromium-linux/svg/custom/gradient-stroke-width-expected.checksum:
2045 * platform/chromium-linux/svg/custom/gradient-stroke-width-expected.png:
2046 * platform/chromium-linux/svg/custom/inline-svg-in-xhtml-expected.txt:
2047 * platform/chromium-mac/fast/images: Added.
2048 * platform/chromium-mac/fast/images/svg-background-partial-redraw-expected.checksum: Added.
2049 * platform/chromium-mac/fast/images/svg-background-partial-redraw-expected.png: Added.
2050 * platform/chromium-mac/traversal: Added.
2051 * platform/chromium-mac/traversal/node-iterator-prototype-expected.txt: Added.
2052 * platform/chromium-win/fast/images/svg-background-partial-redraw-expected.checksum: Added.
2053 * platform/chromium-win/fast/images/svg-background-partial-redraw-expected.png: Added.
2054 * platform/chromium-win/fast/images/svg-background-partial-redraw-expected.txt: Added.
2055 * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-31-t-expected.txt:
2056 * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-78-t-expected.txt:
2057 * platform/chromium-win/svg/W3C-SVG-1.1/color-prop-01-b-expected.txt:
2058 * platform/chromium-win/svg/W3C-SVG-1.1/coords-units-01-b-expected.txt:
2059 * platform/chromium-win/svg/W3C-SVG-1.1/filters-color-01-b-expected.txt:
2060 * platform/chromium-win/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt:
2061 * platform/chromium-win/svg/W3C-SVG-1.1/masking-mask-01-b-expected.checksum:
2062 * platform/chromium-win/svg/W3C-SVG-1.1/masking-mask-01-b-expected.png:
2063 * platform/chromium-win/svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt:
2064 * platform/chromium-win/svg/W3C-SVG-1.1/painting-render-01-b-expected.txt:
2065 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.txt:
2066 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.txt:
2067 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.txt:
2068 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.txt:
2069 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.checksum:
2070 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.png:
2071 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.txt:
2072 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt:
2073 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.txt:
2074 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.txt:
2075 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.txt:
2076 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.txt:
2077 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.txt:
2078 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.txt:
2079 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.txt:
2080 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.txt:
2081 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.txt:
2082 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.txt:
2083 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.txt:
2084 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.checksum:
2085 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.png:
2086 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.txt:
2087 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.txt:
2088 * platform/chromium-win/svg/W3C-SVG-1.1/struct-group-03-t-expected.txt:
2089 * platform/chromium-win/svg/W3C-SVG-1.1/struct-use-05-b-expected.txt:
2090 * platform/chromium-win/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.txt:
2091 * platform/chromium-win/svg/batik/filters/feTile-expected.txt:
2092 * platform/chromium-win/svg/batik/masking/maskRegions-expected.txt:
2093 * platform/chromium-win/svg/batik/paints/gradientLimit-expected.txt:
2094 * platform/chromium-win/svg/batik/paints/patternPreserveAspectRatioA-expected.txt:
2095 * platform/chromium-win/svg/batik/paints/patternRegionA-expected.txt:
2096 * platform/chromium-win/svg/batik/paints/patternRegions-expected.txt:
2097 * platform/chromium-win/svg/batik/text/textEffect-expected.txt:
2098 * platform/chromium-win/svg/batik/text/textEffect2-expected.txt:
2099 * platform/chromium-win/svg/batik/text/textEffect3-expected.txt:
2100 * platform/chromium-win/svg/batik/text/textProperties-expected.txt:
2101 * platform/chromium-win/svg/carto.net/colourpicker-expected.txt:
2102 * platform/chromium-win/svg/carto.net/tabgroup-expected.txt: Added.
2103 * platform/chromium-win/svg/custom/dominant-baseline-hanging-expected.checksum:
2104 * platform/chromium-win/svg/custom/dominant-baseline-hanging-expected.png:
2105 * platform/chromium-win/svg/custom/dominant-baseline-hanging-expected.txt:
2106 * platform/chromium-win/svg/custom/feComponentTransfer-Discrete-expected.txt:
2107 * platform/chromium-win/svg/custom/feComponentTransfer-Gamma-expected.txt:
2108 * platform/chromium-win/svg/custom/feComponentTransfer-Linear-expected.txt:
2109 * platform/chromium-win/svg/custom/feComponentTransfer-Table-expected.txt:
2110 * platform/chromium-win/svg/custom/fill-fallback-expected.txt:
2111 * platform/chromium-win/svg/custom/gradient-cycle-detection-expected.txt:
2112 * platform/chromium-win/svg/custom/gradient-deep-referencing-expected.txt:
2113 * platform/chromium-win/svg/custom/gradient-stroke-width-expected.checksum:
2114 * platform/chromium-win/svg/custom/gradient-stroke-width-expected.png:
2115 * platform/chromium-win/svg/custom/inline-svg-in-xhtml-expected.txt:
2116 * platform/chromium-win/svg/custom/invalid-css-expected.txt:
2117 * platform/chromium-win/svg/custom/js-late-gradient-and-object-creation-expected.txt:
2118 * platform/chromium-win/svg/custom/js-late-gradient-creation-expected.txt:
2119 * platform/chromium-win/svg/custom/js-late-pattern-and-object-creation-expected.txt:
2120 * platform/chromium-win/svg/custom/js-late-pattern-creation-expected.txt:
2121 * platform/chromium-win/svg/custom/js-update-gradient-expected.checksum:
2122 * platform/chromium-win/svg/custom/js-update-gradient-expected.png:
2123 * platform/chromium-win/svg/custom/pattern-cycle-detection-expected.txt:
2124 * platform/chromium-win/svg/custom/pattern-deep-referencing-expected.txt:
2125 * platform/chromium-win/svg/custom/pattern-rotate-expected.txt:
2126 * platform/chromium-win/svg/custom/pattern-with-transformation-expected.txt:
2127 * platform/chromium-win/svg/custom/stroke-fallback-expected.txt:
2128 * platform/chromium-win/svg/custom/stroked-pattern-expected.txt:
2129 * platform/chromium-win/svg/custom/use-on-symbol-inside-pattern-expected.txt:
2130 * platform/chromium-win/svg/hixie/error/003-expected.txt:
2131 * platform/chromium-win/svg/hixie/perf/005-expected.txt:
2132 * platform/chromium-win/svg/hixie/perf/006-expected.txt:
2133 * platform/chromium-win/svg/text/selection-background-color-expected.txt:
2134 * platform/chromium-win/svg/text/selection-styles-expected.txt:
2135 * platform/chromium-win/svg/text/text-gradient-positioning-expected.txt:
2136 * platform/chromium-win/svg/transforms/text-with-pattern-inside-transformed-html-expected.txt:
2137 * platform/chromium-win/svg/transforms/text-with-pattern-with-svg-transform-expected.txt:
2138 * platform/chromium-win/traversal: Added.
2139 * platform/chromium-win/traversal/node-iterator-prototype-expected.txt: Added.
2140 * platform/chromium/test_expectations.txt:
2142 2010-04-29 Dimitri Glazkov <dglazkov@chromium.org>
2144 Unreviewed, expectations tweak.
2146 Update stale expectations I accidentally checked in in http://trac.webkit.org/changeset/58520
2147 https://bugs.webkit.org/show_bug.cgi?id=9756
2149 * fast/forms/implicit-submission-expected.txt: Updated expectations.
2151 2010-04-28 Dimitri Glazkov <dglazkov@chromium.org>
2153 Reviewed by Darin Adler.
2155 A form without a submit button unexpectedly performs its action when Return is pressed
2156 https://bugs.webkit.org/show_bug.cgi?id=9756
2158 A comprehensive test for various edge cases involving implicit form submission.
2160 * fast/forms/implicit-submission-expected.txt: Added.
2161 * fast/forms/implicit-submission.html: Added.
2162 * fast/forms/check-box-enter-key-expected.txt: Removed because it's now part of implicit-submission.html.
2163 * fast/forms/check-box-enter-key.html: Ditto.
2164 * fast/forms/select-enter-key-expected.txt: Ditto.
2165 * fast/forms/select-enter-key.html: Ditto.
2167 2010-04-29 Adam Langley <agl@chromium.org>
2169 Reviewed by David Levin.
2171 Adding a test which uses a font from a WOFF file.
2173 https://bugs.webkit.org/show_bug.cgi?id=38217
2175 * fast/css/font-face-woff.html: Added.
2176 * fast/css/resources/Ahem.woff: Added.
2178 2010-04-29 Csaba Osztrogonác <ossy@webkit.org>
2180 Rubber-stamped by Simon Hausmann.
2182 [Qt] Loading of large page can take up to 10 seconds
2183 https://bugs.webkit.org/show_bug.cgi?id=31719
2185 Followup patch. Update expected files because of minor differences.
2186 (size of whitespaces, place of linebreaks)
2188 * platform/qt/css1/basic/inheritance-expected.txt:
2189 * platform/qt/css1/box_properties/float_elements_in_series-expected.txt:
2190 * platform/qt/css1/box_properties/float_margin-expected.txt:
2191 * platform/qt/css1/color_and_background/background_attachment-expected.txt:
2192 * platform/qt/css1/color_and_background/background_repeat-expected.txt:
2193 * platform/qt/css1/conformance/forward_compatible_parsing-expected.txt:
2194 * platform/qt/css1/font_properties/font-expected.txt:
2195 * platform/qt/css1/font_properties/font_style-expected.txt:
2196 * platform/qt/css1/formatting_model/inline_elements-expected.txt:
2197 * platform/qt/css1/text_properties/line_height-expected.txt:
2198 * platform/qt/css1/text_properties/text_decoration-expected.txt:
2199 * platform/qt/css1/text_properties/text_indent-expected.txt:
2200 * platform/qt/css1/text_properties/vertical_align-expected.txt:
2201 * platform/qt/css2.1/t1202-counter-01-b-expected.txt:
2202 * platform/qt/css2.1/t1202-counter-02-b-expected.txt:
2203 * platform/qt/css2.1/t1202-counter-03-b-expected.txt:
2204 * platform/qt/css2.1/t1202-counter-04-b-expected.txt:
2205 * platform/qt/css2.1/t1202-counters-01-b-expected.txt:
2206 * platform/qt/css2.1/t1202-counters-02-b-expected.txt:
2207 * platform/qt/css2.1/t1202-counters-03-b-expected.txt:
2208 * platform/qt/css2.1/t1508-c527-font-00-b-expected.txt:
2209 * platform/qt/css2.1/t1508-c527-font-04-b-expected.txt:
2210 * platform/qt/css2.1/t1508-c527-font-05-b-expected.txt:
2211 * platform/qt/css2.1/t1508-c527-font-06-b-expected.txt:
2212 * platform/qt/css2.1/t1508-c527-font-07-b-expected.txt:
2213 * platform/qt/css2.1/t1508-c527-font-08-b-expected.txt:
2214 * platform/qt/css2.1/t1508-c527-font-10-c-expected.txt:
2215 * platform/qt/editing/selection/select-text-overflow-ellipsis-expected.txt:
2216 * platform/qt/fast/backgrounds/background-inherit-color-bug-expected.txt:
2217 * platform/qt/fast/backgrounds/body-generated-image-propagated-to-root-expected.txt:
2218 * platform/qt/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.txt:
2219 * platform/qt/fast/backgrounds/repeat/negative-offset-repeat-expected.txt:
2220 * platform/qt/fast/backgrounds/size/zero-expected.txt:
2221 * platform/qt/fast/css/font-face-opentype-expected.txt:
2222 * platform/qt/fast/lists/w3-css3-list-styles-numeric-expected.txt:
2223 * platform/qt/fast/repaint/selection-gap-overflow-scroll-2-expected.txt:
2224 * platform/qt/fast/text/fake-italic-expected.txt:
2225 * platform/qt/fast/text/international/khmer-selection-expected.txt:
2226 * platform/qt/http/tests/local/file-url-sent-as-referer-expected.txt:
2227 * platform/qt/svg/filters/feColorMatrix-values-expected.txt:
2228 * platform/qt/svg/text/foreignObject-text-clipping-bug-expected.txt:
2229 * platform/qt/svg/text/selection-background-color-expected.txt:
2230 * platform/qt/svg/text/selection-doubleclick-expected.txt:
2231 * platform/qt/svg/text/selection-styles-expected.txt:
2232 * platform/qt/svg/text/selection-tripleclick-expected.txt:
2233 * platform/qt/svg/zoom/page/zoom-hixie-mixed-009-expected.txt:
2234 * platform/qt/svg/zoom/text/zoom-hixie-mixed-009-expected.txt:
2236 2010-04-29 Kent Tamura <tkent@chromium.org>
2238 Reviewed by Darin Adler.
2240 Fix a bug that selection drag-and-drop doesn't work for input/textarea.
2241 https://bugs.webkit.org/show_bug.cgi?id=38175
2243 * editing/pasteboard/drag-drop-input-textarea-expected.txt: Added.
2244 * editing/pasteboard/drag-drop-input-textarea.html: Added.
2246 2010-04-29 Nikolas Zimmermann <nzimmermann@rim.com>
2248 Rubber-stamped by Maciej Stachowiak.
2250 Add missing pixel test results for several tests on Mac. Now doesn't create any new files anymore, when running run-webkit-tests -p.
2252 * platform/mac/fast/block/positioning/absolute-positioning-no-scrollbar-expected.checksum: Added.
2253 * platform/mac/fast/block/positioning/absolute-positioning-no-scrollbar-expected.png: Added.
2254 * platform/mac/fast/css/css3-space-in-nth-and-lang-expected.checksum: Added.
2255 * platform/mac/fast/css/css3-space-in-nth-and-lang-expected.png: Added.
2256 * platform/mac/fast/frames/flattening/frameset-flattening-advanced-expected.checksum: Added.
2257 * platform/mac/fast/frames/flattening/frameset-flattening-advanced-expected.png: Added.
2258 * platform/mac/fast/frames/flattening/frameset-flattening-grid-expected.checksum: Added.
2259 * platform/mac/fast/frames/flattening/frameset-flattening-grid-expected.png: Added.
2260 * platform/mac/fast/frames/flattening/frameset-flattening-simple-expected.checksum: Added.
2261 * platform/mac/fast/frames/flattening/frameset-flattening-simple-expected.png: Added.
2262 * platform/mac/fast/frames/flattening/frameset-flattening-subframe-resize-expected.checksum: Added.
2263 * platform/mac/fast/frames/flattening/frameset-flattening-subframe-resize-expected.png: Added.
2264 * platform/mac/fast/frames/flattening/frameset-flattening-subframesets-expected.checksum: Added.
2265 * platform/mac/fast/frames/flattening/frameset-flattening-subframesets-expected.png: Added.
2266 * platform/mac/fast/frames/flattening/iframe-flattening-fixed-height-expected.checksum: Added.
2267 * platform/mac/fast/frames/flattening/iframe-flattening-fixed-height-expected.png: Added.
2268 * platform/mac/fast/frames/flattening/iframe-flattening-fixed-width-and-height-expected.checksum: Added.
2269 * platform/mac/fast/frames/flattening/iframe-flattening-fixed-width-and-height-expected.png: Added.
2270 * platform/mac/fast/frames/flattening/iframe-flattening-fixed-width-and-height-no-scrolling-expected.checksum: Added.
2271 * platform/mac/fast/frames/flattening/iframe-flattening-fixed-width-and-height-no-scrolling-expected.png: Added.
2272 * platform/mac/fast/frames/flattening/iframe-flattening-fixed-width-expected.checksum: Added.
2273 * platform/mac/fast/frames/flattening/iframe-flattening-fixed-width-expected.png: Added.
2274 * platform/mac/fast/frames/flattening/iframe-flattening-offscreen-expected.checksum: Added.
2275 * platform/mac/fast/frames/flattening/iframe-flattening-offscreen-expected.png: Added.
2276 * platform/mac/fast/frames/flattening/iframe-flattening-simple-expected.checksum: Added.
2277 * platform/mac/fast/frames/flattening/iframe-flattening-simple-expected.png: Added.
2278 * platform/mac/fast/lists/w3-css3-list-styles-alphabetic-expected.checksum: Added.
2279 * platform/mac/fast/lists/w3-css3-list-styles-alphabetic-expected.png: Added.
2280 * platform/mac/fast/lists/w3-css3-list-styles-numeric-expected.checksum: Added.
2281 * platform/mac/fast/lists/w3-css3-list-styles-numeric-expected.png: Added.
2282 * platform/mac/fast/media/media-query-invalid-value-expected.checksum: Added.
2283 * platform/mac/fast/media/media-query-invalid-value-expected.png: Added.
2284 * platform/mac/fast/runin/generated2-expected.checksum: Added.
2285 * platform/mac/fast/runin/generated2-expected.png: Added.
2286 * platform/mac/fast/runin/generated3-expected.checksum: Added.
2287 * platform/mac/fast/runin/generated3-expected.png: Added.
2288 * platform/mac/fast/runin/generated4-expected.checksum: Added.
2289 * platform/mac/fast/runin/generated4-expected.png: Added.
2290 * platform/mac/http/tests/webarchive/cross-origin-stylesheet-crash-expected.checksum: Added.
2291 * platform/mac/http/tests/webarchive/cross-origin-stylesheet-crash-expected.png: Added.
2293 2010-04-29 Fumitoshi Ukai <ukai@chromium.org>
2295 Unreviewed, test expectations update.
2297 * platform/chromium/test_expectations.txt: fast/media/media-query-invalid-value.html should be MISSING, not IMAGE.
2299 2010-04-29 Jan Hanssen <jhanssen@codeaurora.org>
2301 Reviewed by Adam Barth.
2303 Test whether HTMLOptionElement::ownerSelectElement() is considering the keygen element.
2304 https://bugs.webkit.org/show_bug.cgi?id=26016
2306 * fast/dom/HTMLKeygenElement/keygen-option-select-expected.txt: Added.
2307 * fast/dom/HTMLKeygenElement/keygen-option-select.html: Added.
2309 2010-04-29 Nikolas Zimmermann <nzimmermann@rim.com>
2311 Reviewed by Maciej Stachowiak.
2313 REGRESSION: gradient background of LayoutTests/fast/backgrounds/resources/balloon.svg fails to draw
2314 https://bugs.webkit.org/show_bug.cgi?id=38307
2316 balloon.svg is broken, it contains a <def> section, instead of a <defs> section.
2317 We now properly ignored the subtree. s/def/defs/ and the testcase works again.
2319 fast/backgrounds/svg-as-background-2.html even properly draws the gradient background instead of pure red color.
2320 Combined with Simons SVGImage repaint fixes, we have a nice progression in this area.
2322 Updated some fast/*expected.png files, that showed a 0.01% difference on my system. Probably a CG difference,
2323 I can now run those tests with --tolerance 0 without a problem.
2325 * fast/backgrounds/resources/balloon.svg: s/def/defs/
2326 * fast/backgrounds/size/contain-and-cover-expected.checksum: Updated for marginal differences.
2327 * fast/backgrounds/size/contain-and-cover-expected.png: Ditto.
2328 * platform/mac/fast/backgrounds/svg-as-background-2-expected.checksum: Huge update, no more red, but a nice gradient.
2329 * platform/mac/fast/backgrounds/svg-as-background-2-expected.png: Ditto.
2330 * platform/mac/fast/backgrounds/svg-as-background-6-expected.checksum: Updated for marginal differences.
2331 * platform/mac/fast/backgrounds/svg-as-background-6-expected.png: Ditto.
2332 * platform/mac/fast/images/svg-as-tiled-background-expected.checksum: Reflect the current state: it's green now, no more red.
2333 * platform/mac/fast/images/svg-as-tiled-background-expected.png: Ditto.
2334 * platform/mac/fast/images/svg-background-partial-redraw-expected.checksum: Updated for marginal differences.
2335 * platform/mac/fast/images/svg-background-partial-redraw-expected.png: Ditto.
2337 2010-04-29 Fumitoshi Ukai <ukai@chromium.org>
2339 Unreviewed, test expectations update.
2341 r58479 add fast/media/media-query-invalid-value.html, but it misses
2344 * platform/chromium/test_expectations.txt:
2346 2010-04-29 Fumitoshi Ukai <ukai@chromium.org>
2348 Reviewed by David Levin.
2350 wrong filename: LayoutTests/platform/win/fast/text/international/bold-bengali-actual.txt
2351 https://bugs.webkit.org/show_bug.cgi?id=38310
2353 * platform/win/fast/text/international/bold-bengali-expected.txt: Renamed from LayoutTests/platform/win/fast/text/international/bold-bengali-actual.txt.
2355 2010-04-28 Luiz Agostini <luiz.agostini@openbossa.org>
2357 Reviewed by Simon Fraser.
2359 Media queries empty values
2360 https://bugs.webkit.org/show_bug.cgi?id=38116
2362 Adding isValid() method to MediaQueryExp to make it possible to differentiate
2363 between queries with empty values and queries with invalid values.
2365 * fast/media/media-query-invalid-value-expected.txt: Added.
2366 * fast/media/media-query-invalid-value.html: Added.
2368 2010-04-25 Antonio Gomes <tonikitoo@webkit.org>
2370 Reviewed by Darin Adler.
2372 Clicking a scrollbar blurs the currently focused element
2373 https://bugs.webkit.org/show_bug.cgi?id=16809
2375 * scrollbars/resources/scrollable-iframe-with-input-field.html: Added.
2376 * scrollbars/scrollbar-click-does-not-blur-content-expected.txt:
2377 * scrollbars/scrollbar-click-does-not-blur-content.html: Added.
2378 * scrollbars/scrollbar-iframe-click-does-not-blur-content-expected.txt:
2379 * scrollbars/scrollbar-iframe-click-does-not-blur-content.html: Added.
2381 2010-04-28 Martin Robinson <mrobinson@webkit.org>
2383 Reviewed by Gustavo Noronha.
2385 [GTK] Enable DOM clipboard and drag-and-drop access
2386 https://bugs.webkit.org/show_bug.cgi?id=30623
2388 Make ClipboardGtk a "live" DataTransfer object, able to modify
2389 the clipboard when setData(...) is called.
2391 * platform/gtk/Skipped: Uncomment tests that are now passing.
2393 2010-04-28 Evan Martin <evan@chromium.org>
2395 Reviewed by David Levin.
2397 [chromium] revert getFontDataForCharacters change in r58341
2398 https://bugs.webkit.org/show_bug.cgi?id=38288
2400 * platform/chromium/test_expectations.txt: add the test to the now-failing list.
2402 2010-04-28 Eric Seidel <eric@webkit.org>
2404 Unreviewed, rolling out r58441.
2405 http://trac.webkit.org/changeset/58441
2406 https://bugs.webkit.org/show_bug.cgi?id=37618
2410 * editing/pasteboard/drag-drop-iframe-refresh-crash-expected.txt: Removed.
2411 * editing/pasteboard/drag-drop-iframe-refresh-crash.html: Removed.
2412 * editing/resources/drag-drop.html: Removed.
2414 2010-04-28 Abhishek Arya <inferno@chromium.org>
2416 Reviewed by Eric Seidel.
2418 Tests for a crash when an image drag-drop operation happens inside a continuously refreshing iframe.
2419 https://bugs.webkit.org/show_bug.cgi?id=37618
2421 * editing/pasteboard/drag-drop-iframe-refresh-crash-expected.txt: Added.
2422 * editing/pasteboard/drag-drop-iframe-refresh-crash.html: Added.
2423 * editing/resources/drag-drop.html: Added.
2425 2010-04-28 Adam Langley <agl@chromium.org>
2427 Unreviewed, expectations update.
2429 These results are no longer specific to chromium-win. I believe that
2430 they should have been deleted in r58182, but I didn't notice the
2431 deletions, only the modified files.
2433 * platform/chromium-win/fast/canvas/canvas-empty-image-pattern-expected.checksum: Removed.
2434 * platform/chromium-win/fast/canvas/canvas-empty-image-pattern-expected.png: Removed.
2436 2010-04-28 Ojan Vafai <ojan@chromium.org>
2438 Reviewed by David Levin.
2440 fix linux expected result for fast/text/line-breaks.html
2441 https://bugs.webkit.org/show_bug.cgi?id=38283
2443 This is needed after r58426. See http://trac.webkit.org/changeset/57242
2446 * platform/chromium-linux/fast/text/line-breaks-expected.checksum:
2447 * platform/chromium-linux/fast/text/line-breaks-expected.png:
2448 * platform/chromium-linux/fast/text/line-breaks-expected.txt:
2450 2010-04-28 Abhishek Arya <inferno@chromium.org>
2452 Reviewed by Alexey Proskuryakov.
2454 Test that a resource from a different https origin is not cached.
2455 https://bugs.webkit.org/show_bug.cgi?id=33456
2457 * http/tests/appcache/different-https-origin-resource-main-expected.txt: Added.
2458 * http/tests/appcache/different-https-origin-resource-main.html: Added.
2459 * http/tests/appcache/resources/different-https-origin-resource.html: Added.
2460 * http/tests/appcache/resources/different-https-origin-resource.manifest: Added.
2462 2010-04-28 Evan Martin <evan@chromium.org>
2464 Reviewed by Adam Roben.
2466 rebaseline for fast/text/international/bold-bengali
2467 https://bugs.webkit.org/show_bug.cgi?id=38281
2469 * platform/win/fast/text/international/bold-bengali-actual.txt: Added.
2471 2010-04-21 Ojan Vafai <ojan@chromium.org>
2473 Reviewed by Adele Peterson.
2475 http://trac.webkit.org/changeset/57215 caused perf/memory regressions
2476 https://bugs.webkit.org/show_bug.cgi?id=37292
2478 #if out the canUseGlyphCache Changes from r57215 as they caused a
2479 8% perf regression on Chromium's international page load tests so that
2480 the perf regression can be fixed properly without being left in the tree.
2482 * platform/mac/fast/repaint/stacked-diacritics-expected.checksum:
2483 * platform/mac/fast/repaint/stacked-diacritics-expected.png:
2485 2010-04-28 Alexey Proskuryakov <ap@apple.com>
2487 Reviewed by David Kilzer.
2489 https://bugs.webkit.org/show_bug.cgi?id=38278
2490 https://localhost:8443 doesn't work in WebKit tests
2492 We only had a VirtualHost for 127.0.0.1:8443. Changed that to *:8443.
2494 * http/conf/apache2-debian-httpd.conf:
2495 * http/conf/apache2-httpd.conf:
2496 * http/conf/fedora-httpd.conf:
2497 * http/conf/httpd.conf:
2499 2010-04-28 Alejandro G. Castro <alex@igalia.com>
2501 Reviewed by Xan Lopez.
2503 [GTK] Failing test http/tests/misc/isindex-with-no-form.html
2504 https://bugs.webkit.org/show_bug.cgi?id=30815
2506 The test currently works, removing from Skipped.
2508 * platform/gtk/Skipped:
2510 2010-04-28 Evan Martin <evan@chromium.org>
2512 Reviewed by Darin Adler.
2514 fast/text/international/bold-bengali needs baselines
2515 https://bugs.webkit.org/show_bug.cgi?id=38273
2517 * platform/chromium-win/fast/text/international/bold-bengali-expected.checksum: Added.
2518 * platform/chromium-win/fast/text/international/bold-bengali-expected.png: Added.
2519 * platform/mac/fast/text/international/bold-bengali-expected.checksum: Added.
2520 * platform/mac/fast/text/international/bold-bengali-expected.png: Added.
2522 2010-04-28 Xiaomei Ji <xji@chromium.org>
2524 Reviewed by Dimitri Glazkov
2526 Rebaseline Webkit Mac pixel results and chromium pixel results
2527 caused by http://trac.webkit.org/changeset/58191
2528 Webkit Mac pixel results failed with --tolerance=0
2529 https://bugs.webkit.org/show_bug.cgi?id=38104
2531 * platform/chromium-linux/editing/deleting/4845371-expected.checksum:
2532 * platform/chromium-linux/editing/deleting/4845371-expected.png: Removed.
2533 * platform/chromium-linux/editing/deleting/5126166-expected.checksum:
2534 * platform/chromium-linux/editing/deleting/5126166-expected.png:
2535 * platform/chromium-linux/editing/deleting/5483370-expected.checksum:
2536 * platform/chromium-linux/editing/deleting/5483370-expected.png:
2537 * platform/chromium-linux/editing/deleting/table-cells-expected.checksum:
2538 * platform/chromium-linux/editing/deleting/table-cells-expected.png: Removed.
2539 * platform/chromium-linux/editing/inserting/4875189-2-expected.checksum:
2540 * platform/chromium-linux/editing/inserting/4875189-2-expected.png:
2541 * platform/chromium-linux/editing/pasteboard/5387578-expected.checksum:
2542 * platform/chromium-linux/editing/pasteboard/5387578-expected.png:
2543 * platform/chromium-linux/editing/pasteboard/paste-4039777-fix-expected.checksum:
2544 * platform/chromium-linux/editing/pasteboard/paste-4039777-fix-expected.png:
2545 * platform/chromium-linux/editing/pasteboard/paste-table-001-expected.checksum:
2546 * platform/chromium-linux/editing/pasteboard/paste-table-001-expected.png: Removed.
2547 * platform/chromium-linux/editing/pasteboard/paste-table-cells-expected.checksum:
2548 * platform/chromium-linux/editing/pasteboard/paste-table-cells-expected.png: Removed.
2549 * platform/chromium-linux/editing/selection/move-past-trailing-space-expected.checksum:
2550 * platform/chromium-linux/editing/selection/move-past-trailing-space-expected.png: Removed.
2551 * platform/chromium-linux/fast/inline-block/14498-positionForCoordinates-expected.checksum:
2552 * platform/chromium-linux/fast/inline-block/14498-positionForCoordinates-expected.png: Removed.
2553 * platform/chromium-linux/fast/repaint/caret-outside-block-expected.checksum:
2554 * platform/chromium-linux/fast/repaint/caret-outside-block-expected.png: Removed.
2555 * platform/chromium-mac/editing/deleting/4845371-expected.checksum: Added.
2556 * platform/chromium-mac/editing/deleting/5126166-expected.checksum: Added.
2557 * platform/chromium-mac/editing/deleting/5483370-expected.checksum: Added.
2558 * platform/chromium-mac/editing/deleting/table-cells-expected.checksum: Added.
2559 * platform/chromium-mac/editing/inserting/4875189-2-expected.checksum: Added.
2560 * platform/chromium-mac/editing/pasteboard/5387578-expected.checksum: Added.
2561 * platform/chromium-mac/editing/pasteboard/paste-4039777-fix-expected.checksum: Added.
2562 * platform/chromium-mac/editing/pasteboard/paste-table-001-expected.checksum: Added.
2563 * platform/chromium-mac/editing/pasteboard/paste-table-cells-expected.checksum: Added.
2564 * platform/chromium-mac/editing/selection/move-past-trailing-space-expected.checksum: Added.
2565 * platform/chromium-mac/fast/inline-block/14498-positionForCoordinates-expected.checksum: Added.
2566 * platform/chromium-mac/fast/repaint/caret-outside-block-expected.checksum: Added.
2567 * platform/chromium-mac/fast/repaint/caret-outside-block-expected.png: Added.
2568 * platform/chromium-win/editing/deleting/4845371-expected.checksum:
2569 * platform/chromium-win/editing/deleting/4845371-expected.png:
2570 * platform/chromium-win/editing/deleting/5126166-expected.checksum:
2571 * platform/chromium-win/editing/deleting/5126166-expected.png:
2572 * platform/chromium-win/editing/deleting/5483370-expected.checksum:
2573 * platform/chromium-win/editing/deleting/5483370-expected.png:
2574 * platform/chromium-win/editing/deleting/table-cells-expected.checksum:
2575 * platform/chromium-win/editing/deleting/table-cells-expected.png:
2576 * platform/chromium-win/editing/inserting/4875189-2-expected.checksum:
2577 * platform/chromium-win/editing/inserting/4875189-2-expected.png:
2578 * platform/chromium-win/editing/pasteboard/5387578-expected.checksum:
2579 * platform/chromium-win/editing/pasteboard/5387578-expected.png:
2580 * platform/chromium-win/editing/pasteboard/paste-4039777-fix-expected.checksum:
2581 * platform/chromium-win/editing/pasteboard/paste-4039777-fix-expected.png:
2582 * platform/chromium-win/editing/pasteboard/paste-table-001-expected.checksum:
2583 * platform/chromium-win/editing/pasteboard/paste-table-001-expected.png:
2584 * platform/chromium-win/editing/pasteboard/paste-table-cells-expected.checksum:
2585 * platform/chromium-win/editing/pasteboard/paste-table-cells-expected.png:
2586 * platform/chromium-win/editing/selection/move-past-trailing-space-expected.checksum:
2587 * platform/chromium-win/editing/selection/move-past-trailing-space-expected.png:
2588 * platform/chromium-win/fast/inline-block/14498-positionForCoordinates-expected.checksum:
2589 * platform/chromium-win/fast/inline-block/14498-positionForCoordinates-expected.png:
2590 * platform/chromium-win/fast/repaint/caret-outside-block-expected.checksum:
2591 * platform/chromium-win/fast/repaint/caret-outside-block-expected.png:
2592 * platform/chromium/test_expectations.txt:
2593 * platform/mac/editing/deleting/4845371-expected.png:
2594 * platform/mac/editing/deleting/5126166-expected.png:
2595 * platform/mac/editing/deleting/5483370-expected.png:
2596 * platform/mac/editing/deleting/table-cells-expected.png:
2597 * platform/mac/editing/inserting/4875189-2-expected.png:
2598 * platform/mac/editing/pasteboard/5387578-expected.png:
2599 * platform/mac/editing/pasteboard/paste-4039777-fix-expected.png:
2600 * platform/mac/editing/pasteboard/paste-table-001-expected.png:
2601 * platform/mac/editing/pasteboard/paste-table-cells-expected.png:
2602 * platform/mac/editing/selection/move-past-trailing-space-expected.png:
2603 * platform/mac/fast/inline-block/14498-positionForCoordinates-expected.png:
2604 * platform/mac/fast/repaint/caret-outside-block-expected.png:
2606 2010-04-28 Julien Chaffraix <jchaffraix@webkit.org>
2608 Reviewed by Alexey Proskuryakov.
2610 [XHR] Cross-Origin synchronous request with credential raises NETWORK_ERR
2611 https://bugs.webkit.org/show_bug.cgi?id=37781
2612 <rdar://problem/7905150>
2614 Test that doing a cross-origin request with a preflight check does
2615 not raise a NETWORK_ERR exception and does not send the credentials.
2617 * http/tests/xmlhttprequest/access-control-preflight-credential-async-expected.txt: Added.
2618 * http/tests/xmlhttprequest/access-control-preflight-credential-async.html: Added.
2619 * http/tests/xmlhttprequest/access-control-preflight-credential-sync-expected.txt: Added.
2620 * http/tests/xmlhttprequest/access-control-preflight-credential-sync.html: Added.
2621 * http/tests/xmlhttprequest/resources/basic-auth/access-control-auth-basic.php: Added.
2623 * platform/mac-tiger/Skipped:
2624 * platform/qt/Skipped:
2625 Added those 2 tests to the Skipped lists.
2627 2010-04-28 Marcus Bulach <bulach@chromium.org>
2629 Reviewed by Jeremy Orlow.
2631 [chromium] Rebaseline svg-background-partial-redraw, node-iterator-prototype, and upstream test expectations for fast/text/international/bold-bengali.html
2632 https://bugs.webkit.org/show_bug.cgi?id=38259
2634 * platform/chromium-linux/fast/images/svg-background-partial-redraw-expected.checksum: Added.
2635 * platform/chromium-linux/fast/images/svg-background-partial-redraw-expected.png: Added.
2636 * platform/chromium-mac/fast/images: Added.
2637 * platform/chromium-mac/fast/images/svg-background-partial-redraw-expected.checksum: Added.
2638 * platform/chromium-mac/fast/images/svg-background-partial-redraw-expected.png: Added.
2639 * platform/chromium-mac/traversal: Added.
2640 * platform/chromium-mac/traversal/node-iterator-prototype-expected.txt: Added.
2641 * platform/chromium-win/fast/images/svg-background-partial-redraw-expected.checksum: Added.
2642 * platform/chromium-win/fast/images/svg-background-partial-redraw-expected.png: Added.
2643 * platform/chromium-win/fast/images/svg-background-partial-redraw-expected.txt: Added.
2644 * platform/chromium-win/traversal: Added.
2645 * platform/chromium-win/traversal/node-iterator-prototype-expected.txt: Added.
2646 * platform/chromium/test_expectations.txt:
2648 2010-04-28 Andrey Kosyakov <caseq@chromium.org>
2650 Reviewed by Yury Semikhatsky.
2652 Log error message to inspector console if a resource fails to load.
2653 Moved console-tests.js to http tests. Added support for sorting
2654 console messages, in case order may vary.
2655 https://bugs.webkit.org/show_bug.cgi?id=37215
2657 * http/tests/inspector/console-resource-errors-expected.txt: Added.
2658 * http/tests/inspector/console-resource-errors.html: Added.
2659 * http/tests/inspector/console-tests.js: Added.
2660 (dumpConsoleMessages.callback):
2661 (dumpConsoleMessages):
2662 (dumpConsoleMessagesWithClasses.callback):
2663 (dumpConsoleMessagesWithClasses):
2664 (frontend_dumpConsoleMessages):
2665 * inspector/console-clear.html:
2666 * inspector/console-dir.html:
2667 * inspector/console-dirxml.html:
2668 * inspector/console-format-collections-expected.txt:
2669 * inspector/console-format-collections.html:
2670 * inspector/console-format.html:
2671 * inspector/console-log-before-inspector-open.html:
2672 * inspector/console-tests.html:
2673 * inspector/console-tests.js: Removed.
2674 * platform/mac-tiger/http/tests/inspector: Added.
2675 * platform/mac-tiger/http/tests/inspector/console-resource-errors-expected.txt: Added.
2677 2010-04-28 Sheriff Bot <webkit.review.bot@gmail.com>
2679 Unreviewed, rolling out r58313.
2680 http://trac.webkit.org/changeset/58313
2681 https://bugs.webkit.org/show_bug.cgi?id=38253
2683 Regression evident in pixel tests: the search icon is always
2684 clipped at the bottom. (Requested by jorlow on #webkit).
2686 * fast/css/input-search-padding.html: Removed.
2687 * platform/mac/fast/css/input-search-padding-expected.checksum: Removed.
2688 * platform/mac/fast/css/input-search-padding-expected.png: Removed.
2689 * platform/mac/fast/css/input-search-padding-expected.txt: Removed.
2691 2010-04-28 Shinichiro Hamaji <hamaji@chromium.org>
2693 Unreviewed. Disable printing/media-queries-print for now.
2695 Add layoutTestController.setPrinting()
2696 https://bugs.webkit.org/show_bug.cgi?id=37203
2698 * platform/mac/Skipped:
2700 2010-04-28 Shinichiro Hamaji <hamaji@chromium.org>
2702 Unreviewed. Added missing expectation files missed in r58386.
2704 Add layoutTestController.setPrinting()
2705 https://bugs.webkit.org/show_bug.cgi?id=37203
2707 * platform/mac/printing/media-queries-print-expected.checksum: Added.
2708 * platform/mac/printing/media-queries-print-expected.png: Added.
2709 * platform/mac/printing/media-queries-print-expected.txt: Added.
2711 2010-04-28 Daniel Bates <dbates@rim.com>
2713 Unreviewed, rebase expected result of failing test.
2715 Rebasing Qt expected result for selection-gap-overflow-scroll-2.html.
2716 Following the landing of bug #37686, this test started failing despite
2717 being unrelated to this bug. From looking at the diff of the result,
2718 which shows a 1 pixel shift in widths, and based on Csaba Osztrogonac's
2719 comment, we have decided to rebase this result.
2721 * platform/qt/fast/repaint/selection-gap-overflow-scroll-2-expected.txt:
2723 2010-04-27 Shinichiro Hamaji <hamaji@chromium.org>
2725 Reviewed by Darin Adler and Eric Seidel.
2727 Add layoutTestController.setPrinting()
2728 https://bugs.webkit.org/show_bug.cgi?id=37203
2730 Now we can test media queries with the new function because the
2731 render tree has the color information of the box.
2733 Note that the pixel test is currently failing. We'll need another
2734 patch to enable printing mode for pixel tests.
2736 * platform/mac/Skipped:
2737 * platform/mac/printing/media-queries-print-expected.checksum: Added.
2738 * platform/mac/printing/media-queries-print-expected.png: Added.
2739 * platform/mac/printing/media-queries-print-expected.txt: Added.
2740 * printing/media-queries-print.html:
2742 2010-04-27 Yuzo Fujishima <yuzo@google.com>
2744 Reviewed by Eric Seidel.
2746 Enhance CSS parser for Paged Media (Iteration 4)
2747 Implement page property parsing as specified at http://dev.w3.org/csswg/css3-page/#using-named-pages.
2748 https://bugs.webkit.org/show_bug.cgi?id=35853
2750 * printing/page-rule-css-text-expected.txt:
2751 * printing/page-rule-css-text.html:
2753 2010-04-27 Yuzo Fujishima <yuzo@google.com>
2755 Reviewed by Dimitri Glazkov.
2757 Enhance CSS parser for Paged Media (Iteration 3)
2758 Implement size parameter parsing for Paged Media.
2759 https://bugs.webkit.org/show_bug.cgi?id=35851
2761 * printing/page-rule-css-text-expected.txt:
2762 * printing/page-rule-css-text.html:
2764 2010-04-27 Yuzo Fujishima <yuzo@google.com>
2766 Reviewed by Eric Seidel.
2768 Enhance CSS parser for Paged Media (Iteration 2)
2769 Parse and hold paged media rules in CSSStyleSelector.
2771 fast/dom/script-tests/prototype-inheritance-2.js is rebaselined because it assumes @page is ignored.
2773 https://bugs.webkit.org/show_bug.cgi?id=35782
2775 * fast/dom/prototype-inheritance-2-expected.txt:
2776 * fast/dom/script-tests/prototype-inheritance-2.js:
2777 * printing/page-rule-css-text-expected.txt: Added.
2778 * printing/page-rule-css-text.html: Added.
2780 2010-04-27 Daniel Bates <dbates@rim.com>
2782 Reviewed by Oliver Hunt.
2784 https://bugs.webkit.org/show_bug.cgi?id=37686
2786 Tests that strokeRect does not paint any artifacts when the
2787 specified rectangle has height, width = 0 and lineWidth > 1.
2789 Also tests that clearRect, fillRect, and rect are ignored when
2792 * fast/canvas/canvas-clearRect-expected.txt: Added.
2793 * fast/canvas/canvas-clearRect.html: Added.
2794 * fast/canvas/canvas-fillRect-expected.txt: Added.
2795 * fast/canvas/canvas-fillRect.html: Added.
2796 * fast/canvas/canvas-modify-emptyPath-expected.txt:
2797 * fast/canvas/canvas-strokeRect-expected.txt: Updated results.
2798 * fast/canvas/script-tests/canvas-clearRect.js: Added.
2799 * fast/canvas/script-tests/canvas-fillRect.js: Added.
2800 * fast/canvas/script-tests/canvas-modify-emptyPath.js: Added test case.
2801 * fast/canvas/script-tests/canvas-strokeRect.js: Ditto. Also, added
2802 debug statements so as to distinguish the results for each test.
2804 2010-04-27 Simon Fraser <simon.fraser@apple.com>
2806 Reviewed by the inimitable Dan Bernstein.
2808 SVG as background image renders incorrectly after zooming
2809 https://bugs.webkit.org/show_bug.cgi?id=38215
2811 Testcase for a partial redraw of an element using an untiled SVG background image.
2813 * fast/images/resources/circle.svg: Added.
2814 * fast/images/svg-background-partial-redraw.html: Added.
2815 * platform/mac/fast/images/svg-background-partial-redraw-expected.checksum: Added.
2816 * platform/mac/fast/images/svg-background-partial-redraw-expected.png: Added.
2817 * platform/mac/fast/images/svg-background-partial-redraw-expected.txt: Added.
2819 2010-04-27 Yuzo Fujishima <yuzo@google.com>
2821 Reviewed by David Hyatt.
2823 Retry of: Enhance CSS parser for Paged Media (Iteration 1)
2825 In this change, the grammar is extended and skeletal methods for creating page rules and margin at-rules are defined.
2826 The contents of the methods should be implemented by other changes.
2828 https://bugs.webkit.org/show_bug.cgi?id=35329
2830 * fast/css/parsing-page-rule-expected.txt: Copied from LayoutTests/editing/selection/5136696-expected.txt.
2831 * fast/css/parsing-page-rule.html: Added.
2833 2010-04-27 Julien Chaffraix <jchaffraix@webkit.org>
2835 Unreviewed, rolling out my changes as it rendered the Qt bot unreliable.
2837 * http/tests/xmlhttprequest/access-control-preflight-credential-async-expected.txt: Removed.
2838 * http/tests/xmlhttprequest/access-control-preflight-credential-async.html: Removed.
2839 * http/tests/xmlhttprequest/access-control-preflight-credential-sync-expected.txt: Removed.
2840 * http/tests/xmlhttprequest/access-control-preflight-credential-sync.html: Removed.
2841 * http/tests/xmlhttprequest/resources/basic-auth/access-control-auth-basic.php: Removed.
2842 * platform/qt/Skipped:
2844 2010-04-27 Julien Chaffraix <jchaffraix@webkit.org>
2848 * platform/qt/Skipped: Add the 2 newly added test cases to the list
2849 as they involve preflight requests.
2851 2010-04-27 Julien Chaffraix <jchaffraix@webkit.org>
2853 Reviewed by Alexey Proskuryakov.
2855 [XHR] Cross-Origin synchronous request with credential raises NETWORK_ERR
2856 https://bugs.webkit.org/show_bug.cgi?id=37781
2857 <rdar://problem/7905150>
2859 Test that doing a cross-origin request with a preflight check does
2860 not raise a NETWORK_ERR exception and does not send the credentials.
2862 * http/tests/xmlhttprequest/access-control-preflight-credential-async-expected.txt: Added.
2863 * http/tests/xmlhttprequest/access-control-preflight-credential-async.html: Added.
2864 * http/tests/xmlhttprequest/access-control-preflight-credential-sync-expected.txt: Added.
2865 * http/tests/xmlhttprequest/access-control-preflight-credential-sync.html: Added.
2866 * http/tests/xmlhttprequest/resources/basic-auth/access-control-auth-basic.php: Added.
2868 2010-04-27 Dumitru Daniliuc <dumi@chromium.org>
2870 Reviewed by David Levin.
2872 Adjusting the expected amount of space used by quota-tracking.html.
2873 https://bugs.webkit.org/show_bug.cgi?id=38191
2875 The expectations changed because of AUTO_VACUUM's overhead.
2877 * platform/chromium/test_expectations.txt:
2878 * storage/quota-tracking-expected.txt:
2879 * storage/quota-tracking.html:
2881 2010-04-27 Evan Martin <evan@chromium.org>
2883 Reviewed by David Levin.
2885 [chromium] update test expectations for ancient linux bug
2886 https://bugs.webkit.org/show_bug.cgi?id=38229
2889 http://test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=plugins%2Fembed-attributes-setting.html
2890 this hasn't crashed in a long time, so the CRASH annotation is superfluous.
2892 * platform/chromium/test_expectations.txt:
2894 2010-04-27 François Sausset <sausset@gmail.com>
2896 Reviewed by Kenneth Rohde Christiansen.
2898 Additional MathML mroot & msqrt tests.
2899 https://bugs.webkit.org/show_bug.cgi?id=37044
2901 * mathml/presentation/roots.xhtml: Added.
2902 * platform/mac/mathml/presentation/roots-expected.checksum: Added.
2903 * platform/mac/mathml/presentation/roots-expected.png: Added.
2904 * platform/mac/mathml/presentation/roots-expected.txt: Added.
2906 2010-04-27 Jeremy Orlow <jorlow@chromium.org>
2908 Reviewed by Dimitri Glazkov.
2910 [Chromium] Create new baseline for caret-rtl-2
2911 https://bugs.webkit.org/show_bug.cgi?id=38126
2913 http://trac.webkit.org/changeset/58191/ caused the caret-rtl-2 layout
2914 test to start failing under Chromium. Since we're the only ones who
2915 run pixel tests, it's possible that the actual baseline needs to be updated
2916 and not just the chromium baseline...but I'm not sure.
2918 I'm tracking the overall progress of figuring this out here:
2919 https://bugs.webkit.org/show_bug.cgi?id=38109
2921 * platform/chromium-mac/editing/selection/caret-rtl-2-actual.checksum: Added.
2922 * platform/chromium-mac/editing/selection/caret-rtl-2-actual.png: Added.
2924 2010-04-27 Evan Martin <evan@chromium.org>
2926 Unreviewed, making the bots happy.
2928 [chromium] bold bengali text not rendered properly on Linux
2929 https://bugs.webkit.org/show_bug.cgi?id=37904
2931 Check in a baseline for Mac pulled from the bots.
2933 * platform/mac/fast/text/international/bold-bengali-expected.txt: Added.
2935 2010-04-27 Eric Seidel <eric@webkit.org>
2937 Unreviewed, rolling out r58318.
2938 http://trac.webkit.org/changeset/58318
2939 https://bugs.webkit.org/show_bug.cgi?id=37215
2941 Broke test on Tiger. Might just need updated results,
2944 * http/tests/inspector/console-resource-errors-expected.txt: Removed.
2945 * http/tests/inspector/console-resource-errors.html: Removed.
2946 * http/tests/inspector/console-tests.js: Removed.
2947 * inspector/console-clear.html:
2948 * inspector/console-dir.html:
2949 * inspector/console-dirxml.html:
2950 * inspector/console-format-collections-expected.txt:
2951 * inspector/console-format-collections.html:
2952 * inspector/console-format.html:
2953 * inspector/console-log-before-inspector-open.html:
2954 * inspector/console-tests.html:
2955 * inspector/console-tests.js: Added.
2956 (dumpConsoleMessages.callback):
2957 (dumpConsoleMessages):
2958 (dumpConsoleMessagesWithClasses.callback):
2959 (dumpConsoleMessagesWithClasses):
2960 (frontend_dumpConsoleMessages):
2962 2010-04-27 Evan Martin <evan@chromium.org>
2964 Reviewed by David Levin.
2966 [chromium] bold bengali text not rendered properly on Linux
2967 https://bugs.webkit.org/show_bug.cgi?id=37904
2969 Add a layout test containing some bold Bengali text.
2971 * fast/text/international/bold-bengali.html: Added.
2972 * platform/chromium-linux/fast/text/international/bold-bengali-expected.checksum: Added.
2973 * platform/chromium-linux/fast/text/international/bold-bengali-expected.png: Added.
2974 * platform/chromium-linux/fast/text/international/bold-bengali-expected.txt: Added.
2976 2010-04-27 Adam Barth <abarth@webkit.org>
2978 Reviewed by Darin Adler.
2980 Add test for NodeIterator prototype change behavior
2981 https://bugs.webkit.org/show_bug.cgi?id=38219
2983 In the process of remove the custom code from NodeIterator, we thought
2984 we fixed a subtle bug where iterating over nodes from another frame
2985 would get the wrong prototype chain. This test documents that we
2986 didn't actually change the behavior and we still have the bug.
2988 * traversal/node-iterator-prototype-expected.txt: Added.
2989 * traversal/node-iterator-prototype.html: Added.
2990 * traversal/resources/node-iterator-prototype-frame.html: Added.
2992 2010-04-27 Ojan Vafai <ojan@chromium.org>
2994 Unreviewed. Minor fix after goofup in http://trac.webkit.org/changeset/58331
2996 layoutTestController should have dumpAsMarkup
2997 https://bugs.webkit.org/show_bug.cgi?id=26501
2999 Forgot to reset the test results after doing the code review feedback
3000 of adding a newline.
3002 * editing/selection/dump-as-markup-expected.txt:
3004 2010-04-26 Ojan Vafai <ojan@chromium.org>
3006 Reviewed by Darin Adler.
3008 layoutTestController should have dumpAsMarkup
3009 https://bugs.webkit.org/show_bug.cgi?id=26501
3011 * editing/selection/dump-as-markup-expected.txt: Added.
3012 * editing/selection/dump-as-markup.html: Added.
3013 * resources/dump-as-markup.js: Added.
3014 (Markup.dump.get var):
3015 (Markup.dump.get catch):
3017 (Markup.waitUntilDone):
3018 (Markup.notifyDone):
3020 (Markup._getAttributes):
3021 (Markup._getMarkupForTextNode):
3022 (Markup._getSelectionMarker):
3024 2010-04-27 Andrey Kosyakov <caseq@chromium.org>
3026 Reviewed by Yury Semikhatsky.
3028 Log error message to inspector console if a resource fails to load.
3029 Moved console-tests.js to http tests. Added support for sorting
3030 console messages, in case order may vary.
3031 https://bugs.webkit.org/show_bug.cgi?id=37215
3033 * http/tests/inspector/console-resource-errors-expected.txt: Added.
3034 * http/tests/inspector/console-resource-errors.html: Added.
3035 * http/tests/inspector/console-tests.js: Added.
3036 (dumpConsoleMessages.callback):
3037 (dumpConsoleMessages):
3038 (dumpConsoleMessagesWithClasses.callback):
3039 (dumpConsoleMessagesWithClasses):
3040 (frontend_dumpConsoleMessages):
3041 * inspector/console-clear.html:
3042 * inspector/console-dir.html:
3043 * inspector/console-dirxml.html:
3044 * inspector/console-format-collections-expected.txt:
3045 * inspector/console-format-collections.html:
3046 * inspector/console-format.html:
3047 * inspector/console-log-before-inspector-open.html:
3048 * inspector/console-tests.html:
3049 * inspector/console-tests.js: Removed.
3051 2010-04-27 Joseph Pecoraro <joepeck@webkit.org>
3053 Reviewed by Dan Bernstein.
3055 <input type="search"> with uneven padding causes text clipping
3056 https://bugs.webkit.org/show_bug.cgi?id=38160
3058 * fast/css/input-search-padding.html: Added.
3059 * platform/mac/fast/css/input-search-padding-expected.checksum: Added.
3060 * platform/mac/fast/css/input-search-padding-expected.png: Added.
3061 * platform/mac/fast/css/input-search-padding-expected.txt: Added.
3063 2010-04-27 Jeremy Orlow <jorlow@chromium.org>
3065 Unreviewed. Previous disabling only did so via
3066 TIMEOUT failures. Needs to ignore TEXT failures
3067 on quota-tracking.html as well.
3069 * platform/chromium/test_expectations.txt:
3071 2010-04-27 Jeremy Orlow <jorlow@chromium.org>
3073 Unreviewed. Disable quota-tracking in Chromium
3074 until Dumi can take a look.
3076 * platform/chromium/test_expectations.txt:
3078 2010-04-27 Jeremy Orlow <jorlow@chromium.org>
3080 Unreviewed build fix.
3082 Revert 58274 and 58269 (WebSQLDatabase changes)
3083 https://bugs.webkit.org/show_bug.cgi?id=38191
3085 * storage/quota-tracking-expected.txt:
3086 * storage/quota-tracking.html:
3088 2010-04-27 Yuzo Fujishima <yuzo@google.com>
3090 Unreviewed, fix build breakage by reverting r58299.
3092 https://bugs.webkit.org/show_bug.cgi?id=35329
3094 * fast/css/parsing-page-rule-expected.txt: Removed.
3095 * fast/css/parsing-page-rule.html: Removed.
3097 2010-04-27 Yuzo Fujishima <yuzo@google.com>
3099 Reviewed by David Hyatt.
3101 Enhance CSS parser for Paged Media (Iteration 1)
3103 In this change, the grammar is extended and skeletal methods for creating page rules and margin at-rules are defined.
3104 The contents of the methods should be implemented by other changes.
3106 https://bugs.webkit.org/show_bug.cgi?id=35329
3108 * fast/css/parsing-page-rule-expected.txt: Copied from LayoutTests/editing/selection/doubleclick-whitespace-img-crash-expected.txt.
3109 * fast/css/parsing-page-rule.html: Added.
3111 2010-04-26 Yuzo Fujishima <yuzo@google.com>
3113 Unreviewed, Chromium test expectation change.
3115 To keep up with the change that turned on HTML5 DB AUTO_VACUUM.
3116 https://bugs.webkit.org/show_bug.cgi?id=36251
3118 * platform/chromium-mac/storage/quota-tracking-expected.txt: Removed.
3119 * platform/chromium-win/storage/quota-tracking-expected.txt: Removed.
3120 * platform/chromium/storage/quota-tracking-expected.txt: Added.
3122 2010-04-26 Dumitru Daniliuc <dumi@chromium.org>
3124 Unreviewed, fixing the build breakage introduced by r58270.
3126 Turning on AUTO_VACUUM has increased the amount of space used by databases.
3128 * storage/quota-tracking-expected.txt:
3129 * storage/quota-tracking.html:
3131 2010-04-26 Yael Aharon <yael.aharon@nokia.com>
3133 Reviewed by Laszlo Gombos.
3135 [Qt] Add expected results after r58228
3136 https://bugs.webkit.org/show_bug.cgi?id=38098
3138 * platform/qt/Skipped:
3139 * platform/qt/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.checksum: Added.
3140 * platform/qt/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.png: Added.
3141 * platform/qt/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.txt: Added.
3143 2010-04-26 Jeremy Orlow <jorlow@chromium.org>
3145 Not reviewed, Adding test expectations for Chromium.
3147 * platform/chromium/test_expectations.txt:
3149 2010-04-26 Tony Chang <tony@chromium.org>
3151 Not reviewed, removing duplicate expectations.
3153 [chromium] Check and rebaseline SVG test expectations for Chromium
3154 https://bugs.webkit.org/show_bug.cgi?id=38106
3156 * platform/chromium/test_expectations.txt:
3158 2010-04-26 Yuzo Fujishima <yuzo@google.com>
3160 Unreviewed, Chromium test expectation change.
3162 Change SVG test expectations for Chromium.
3163 https://bugs.webkit.org/show_bug.cgi?id=38106
3165 * platform/chromium/test_expectations.txt:
3167 2010-04-25 Kent Tamura <tkent@chromium.org>
3169 Reviewed by Darin Adler.
3171 WebKit crashes with deeply nested divs.
3172 https://bugs.webkit.org/show_bug.cgi?id=18282
3174 Add a test for deeply nested <span> elements like block-nesting-cap.html.
3176 * fast/parser/element-nesting-cap-expected.txt: Added.
3177 * fast/parser/element-nesting-cap.html: Added.
3178 * fast/parser/script-tests/element-nesting-cap.js: Added.
3180 2010-04-25 Yuzo Fujishima <yuzo@google.com>
3182 Unreviewed, Chromium test expectation change.
3184 Rebaseline test expectation for Chromium.
3185 The following tests pass for Chromium.
3187 https://bugs.webkit.org/show_bug.cgi?id=38083
3189 * platform/chromium/fast/js/ToNumber-expected.txt: Added.
3190 * platform/chromium/fast/js/parseFloat-expected.txt: Added.
3192 2010-04-25 Tony Chang <tony@chromium.org>
3194 Not reviewed, trying to get the chromium bots green.
3195 Adding image diffs to pixel tests.
3197 REGRESSION(r58191): Caret moved a pixel, pixel tests failing
3198 https://bugs.webkit.org/show_bug.cgi?id=38104
3200 * platform/chromium/test_expectations.txt:
3202 2010-04-25 Tony Chang <tony@chromium.org>
3204 Not reviewed, trying to get the chromium bots
3207 https://bugs.webkit.org/show_bug.cgi?id=38099
3208 Rebaseline a new test and add another new test to the
3209 expected fail list on windows and linux.
3211 * platform/chromium-linux/fast/css-generated-content/after-duplicated-after-split-expected.checksum: Added.
3212 * platform/chromium-linux/fast/css-generated-content/after-duplicated-after-split-expected.png: Added.
3213 * platform/chromium-win/fast/css-generated-content/after-duplicated-after-split-expected.checksum: Added.
3214 * platform/chromium-win/fast/css-generated-content/after-duplicated-after-split-expected.png: Added.
3215 * platform/chromium-win/fast/css-generated-content/after-duplicated-after-split-expected.txt: Added.
3216 * platform/chromium/test_expectations.txt:
3218 2010-04-25 Yuzo Fujishima <yuzo@google.com>
3220 Unreviewed, Chromium test expectation change.
3222 editing/inserting/caret-position.html is expected to fail for Chromium.
3223 This is because TextInputController::firstRectForCharacterRange is unimplemented for Chromium.
3225 https://bugs.webkit.org/show_bug.cgi?id=38100
3227 * platform/chromium/test_expectations.txt:
3229 2010-04-25 Andrey Kosyakov <caseq@chromium.org>
3231 Reviewed by Adam Barth.
3233 Added tests for pages event handlers being called with
3234 page context when an event is dispatched from an isolated
3236 https://bugs.webkit.org/show_bug.cgi?id=37947
3238 * http/tests/security/isolatedWorld/dispatchEvent-expected.txt: Added.
3239 * http/tests/security/isolatedWorld/dispatchEvent.html: Added.
3241 2010-04-25 yael aharon <yael.aharon@nokia.com>
3243 Reviewed by Adele Peterson.
3245 Allow styling of HTMLProgressElement.
3246 https://bugs.webkit.org/show_bug.cgi?id=37901
3248 Added a test for changing the -webkit-appearance statically and dynamically.
3250 * fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element.html: Added.
3251 * platform/chromium/test_expectations.txt:
3252 * platform/gtk/Skipped:
3253 * platform/mac/fast/dom/HTMLProgressElement: Added.
3254 * platform/mac/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.checksum: Added.
3255 * platform/mac/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.png: Added.
3256 * platform/mac/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.txt: Added.
3257 * platform/qt/Skipped:
3258 * platform/win/Skipped:
3260 2010-04-24 Darin Adler <darin@apple.com>
3262 Reviewed by Dan Bernstein.
3264 REGRESSION (r56560): Crash in parseFloat if passed invalid UTF-16 data
3265 https://bugs.webkit.org/show_bug.cgi?id=38083
3266 rdar://problem/7901044
3268 * fast/js/parseFloat-expected.txt: Added.
3269 * fast/js/parseFloat.html: Added.
3270 * fast/js/script-tests/parseFloat.js: Added.
3272 * fast/js/ToNumber-expected.txt: Added.
3273 * fast/js/ToNumber.html: Added.
3274 * fast/js/script-tests/ToNumber.js: Added.
3276 2010-04-24 Dan Bernstein <mitz@apple.com>
3278 Add platform-specific results for Mac after r58222.
3280 * platform/mac/compositing/iframes: Added.
3281 * platform/mac/compositing/iframes/composited-iframe-expected.txt: Added.
3283 2010-04-24 Julien Chaffraix <jchaffraix@webkit.org>
3285 Reviewed by Alexey Proskuryakov.
3287 protocolHostAndPortEquals host check makes a wrong assumption
3288 https://bugs.webkit.org/show_bug.cgi?id=37777
3290 Add a check that the URL with credential matches the current URL.
3292 * http/tests/appcache/credential-url-expected.txt: Added.
3293 * http/tests/appcache/credential-url.html: Added.
3295 2010-04-20 Robert Hogan <robert@webkit.org>
3297 Reviewed by Simon Hausmann.
3299 [Qt] Add more support for textInputController
3301 Add support for selectedRange(), setMarkedText(), insertText(),
3302 and firstRectForCharacterRange().
3306 fast/forms/input-maxlength-ime-preedit.html
3307 fast/forms/input-maxlength-ime-completed.html
3308 fast/text/international/thai-cursor-position.html
3309 fast/events/ime-composition-events-001.html
3310 editing/selection/5825350-1.html
3311 editing/selection/5825350-2.html
3312 editing/selection/mixed-editability-10.html
3314 https://bugs.webkit.org/show_bug.cgi?id=35702
3316 * platform/qt/Skipped:
3317 * platform/qt/editing/selection/5825350-1-expected.txt: Added.
3318 * platform/qt/editing/selection/5825350-2-expected.txt: Added.
3319 * platform/qt/editing/selection/mixed-editability-10-expected.txt: Added.
3321 2010-04-24 Nikolas Zimmermann <nzimmermann@rim.com>
3325 Attempt to turn the last core builder green again (not related anymore to my previous SVG checkins :-)
3326 Skip http/tests/media/video-play-stall-seek.html on Windows as well (just like it has been done for Mac in r58107).
3327 Bug https://bugs.webkit.org/show_bug.cgi?id=38000 describes the problem, and says it's ok to skip the test.
3329 * platform/win/Skipped:
3331 2010-04-24 Nikolas Zimmermann <nzimmermann@rim.com>
3333 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)
3335 * platform/gtk/svg/custom/broken-internal-references-expected.txt: Added.
3336 * platform/gtk/svg/custom/clip-path-id-changes-expected.txt: Added.
3337 * platform/qt/svg/custom/broken-internal-references-expected.txt: Added.
3338 * platform/qt/svg/custom/clip-path-id-changes-expected.txt: Added.
3339 * platform/qt/svg/custom/mask-on-multiple-objects-expected.txt: Added.
3340 * platform/qt/svg/custom/resource-invalidate-on-target-update-expected.txt: Added.
3341 * platform/qt/svg/filters/feColorMatrix-values-expected.txt: Added.
3342 * platform/qt/svg/filters/filter-clip-expected.txt: Added.
3343 * platform/qt/svg/zoom/page/zoom-coords-viewattr-01-b-expected.txt: Added.
3344 * platform/qt/svg/zoom/text/zoom-coords-viewattr-01-b-expected.txt: Added.
3346 2010-04-24 Nikolas Zimmermann <nzimmermann@rim.com>
3348 Not reviewed. Update Qt SVG results, and a weird fast/xpath change (newline added).
3350 * fast/xpath/namespace-vs-predicate-expected.txt:
3351 * platform/qt/svg/css/circle-in-mask-with-shadow-expected.txt:
3352 * platform/qt/svg/css/mask-with-shadow-expected.txt:
3353 * platform/qt/svg/custom/gradient-userSpaceOnUse-with-percentage-expected.txt:
3354 * platform/qt/svg/custom/pattern-excessive-malloc-expected.txt:
3355 * platform/qt/svg/custom/pattern-size-bigger-than-target-size-expected.txt:
3356 * platform/qt/svg/custom/pattern-skew-transformed-expected.txt:
3357 * platform/qt/svg/custom/radial-gradient-with-outstanding-focalPoint-expected.txt:
3358 * platform/qt/svg/custom/use-on-symbol-inside-pattern-expected.txt:
3359 * platform/qt/svg/filters/feTile-expected.txt:
3360 * platform/qt/svg/text/selection-background-color-expected.txt:
3361 * platform/qt/svg/text/selection-styles-expected.txt:
3363 2010-04-24 Nikolas Zimmermann <nzimmermann@rim.com>
3365 Reviewed by Dirk Schulze.
3367 SVGPaintServer needs to be converted to the new RenderSVGResource* system
3368 https://bugs.webkit.org/show_bug.cgi?id=37986
3370 Rebaseline SVG tests, after the RenderSVGResource transition.
3372 NOTE: This WILL affect _any_ platform with custom svg results for tests using gradients/patterns.
3373 That means I have to wait for the bot results, and update them ASAP. Therefore landing out
3374 of california business hours and on the weekend - please stay tuned I'll fix any breakages soon.
3375 (Except for chromium whose test results are not available on build.webkit.org, sorry.)
3377 * platform/mac/svg/W3C-SVG-1.1/animate-elem-31-t-expected.txt:
3378 * platform/mac/svg/W3C-SVG-1.1/animate-elem-78-t-expected.txt:
3379 * platform/mac/svg/W3C-SVG-1.1/color-prop-01-b-expected.txt:
3380 * platform/mac/svg/W3C-SVG-1.1/coords-units-01-b-expected.txt:
3381 * platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.txt:
3382 * platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt:
3383 * platform/mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.checksum:
3384 * platform/mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.png:
3385 * platform/mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt:
3386 * platform/mac/svg/W3C-SVG-1.1/painting-render-01-b-expected.txt:
3387 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.txt:
3388 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.txt:
3389 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.txt:
3390 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.txt:
3391 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.checksum:
3392 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.png:
3393 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.txt:
3394 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt:
3395 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.txt:
3396 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.txt:
3397 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.txt:
3398 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.txt:
3399 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.txt:
3400 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.txt:
3401 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.txt:
3402 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.txt:
3403 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.txt:
3404 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.txt:
3405 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.txt:
3406 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.txt:
3407 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.checksum:
3408 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.png:
3409 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.txt:
3410 * platform/mac/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.txt:
3411 * platform/mac/svg/W3C-SVG-1.1/struct-group-03-t-expected.txt:
3412 * platform/mac/svg/W3C-SVG-1.1/struct-use-05-b-expected.txt:
3413 * platform/mac/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.txt:
3414 * platform/mac/svg/batik/filters/feTile-expected.txt:
3415 * platform/mac/svg/batik/masking/maskRegions-expected.txt:
3416 * platform/mac/svg/batik/paints/gradientLimit-expected.txt:
3417 * platform/mac/svg/batik/paints/patternPreserveAspectRatioA-expected.txt:
3418 * platform/mac/svg/batik/paints/patternRegionA-expected.txt:
3419 * platform/mac/svg/batik/paints/patternRegions-expected.txt:
3420 * platform/mac/svg/batik/text/textEffect-expected.txt:
3421 * platform/mac/svg/batik/text/textEffect2-expected.txt:
3422 * platform/mac/svg/batik/text/textEffect3-expected.txt:
3423 * platform/mac/svg/batik/text/textProperties-expected.txt:
3424 * platform/mac/svg/carto.net/colourpicker-expected.txt:
3425 * platform/mac/svg/carto.net/tabgroup-expected.txt:
3426 * platform/mac/svg/css/circle-in-mask-with-shadow-expected.txt:
3427 * platform/mac/svg/css/mask-with-shadow-expected.txt:
3428 * platform/mac/svg/custom/broken-internal-references-expected.txt:
3429 * platform/mac/svg/custom/deep-dynamic-updates-expected.txt:
3430 * platform/mac/svg/custom/dominant-baseline-hanging-expected.checksum:
3431 * platform/mac/svg/custom/dominant-baseline-hanging-expected.png:
3432 * platform/mac/svg/custom/dominant-baseline-hanging-expected.txt:
3433 * platform/mac/svg/custom/feComponentTransfer-Discrete-expected.txt:
3434 * platform/mac/svg/custom/feComponentTransfer-Gamma-expected.txt:
3435 * platform/mac/svg/custom/feComponentTransfer-Linear-expected.txt:
3436 * platform/mac/svg/custom/feComponentTransfer-Table-expected.txt:
3437 * platform/mac/svg/custom/fill-fallback-expected.txt:
3438 * platform/mac/svg/custom/gradient-add-stops-expected.txt:
3439 * platform/mac/svg/custom/gradient-attr-update-expected.txt:
3440 * platform/mac/svg/custom/gradient-cycle-detection-expected.txt:
3441 * platform/mac/svg/custom/gradient-deep-referencing-expected.txt:
3442 * platform/mac/svg/custom/gradient-rotated-bbox-expected.txt:
3443 * platform/mac/svg/custom/gradient-stop-corner-cases-expected.txt:
3444 * platform/mac/svg/custom/gradient-stop-style-change-expected.txt:
3445 * platform/mac/svg/custom/gradient-stroke-width-expected.checksum:
3446 * platform/mac/svg/custom/gradient-stroke-width-expected.png:
3447 * platform/mac/svg/custom/gradient-stroke-width-expected.txt:
3448 * platform/mac/svg/custom/gradient-userSpaceOnUse-with-percentage-expected.txt:
3449 * platform/mac/svg/custom/grayscale-gradient-mask-expected.txt:
3450 * platform/mac/svg/custom/group-opacity-expected.txt:
3451 * platform/mac/svg/custom/inline-svg-in-xhtml-expected.txt:
3452 * platform/mac/svg/custom/invalid-css-expected.txt:
3453 * platform/mac/svg/custom/js-late-gradient-and-object-creation-expected.txt:
3454 * platform/mac/svg/custom/js-late-gradient-creation-expected.txt:
3455 * platform/mac/svg/custom/js-late-pattern-and-object-creation-expected.txt:
3456 * platform/mac/svg/custom/js-late-pattern-creation-expected.txt:
3457 * platform/mac/svg/custom/js-update-gradient-expected.checksum:
3458 * platform/mac/svg/custom/js-update-gradient-expected.png:
3459 * platform/mac/svg/custom/js-update-gradient-expected.txt:
3460 * platform/mac/svg/custom/js-update-pattern-child-expected.txt:
3461 * platform/mac/svg/custom/js-update-pattern-expected.txt:
3462 * platform/mac/svg/custom/js-update-stop-expected.txt:
3463 * platform/mac/svg/custom/large-bounding-box-percents-expected.txt:
3464 * platform/mac/svg/custom/pattern-cycle-detection-expected.txt:
3465 * platform/mac/svg/custom/pattern-deep-referencing-expected.txt:
3466 * platform/mac/svg/custom/pattern-excessive-malloc-expected.txt:
3467 * platform/mac/svg/custom/pattern-in-defs-expected.txt:
3468 * platform/mac/svg/custom/pattern-rotate-expected.txt:
3469 * platform/mac/svg/custom/pattern-size-bigger-than-target-size-expected.txt:
3470 * platform/mac/svg/custom/pattern-skew-transformed-expected.txt:
3471 * platform/mac/svg/custom/pattern-with-transformation-expected.txt:
3472 * platform/mac/svg/custom/pattern-y-offset-expected.txt:
3473 * platform/mac/svg/custom/resource-client-removal-expected.txt:
3474 * platform/mac/svg/custom/stroke-fallback-expected.txt:
3475 * platform/mac/svg/custom/stroked-pattern-expected.txt:
3476 * platform/mac/svg/custom/text-gradient-no-content-expected.txt:
3477 * platform/mac/svg/custom/use-on-symbol-inside-pattern-expected.txt:
3478 * platform/mac/svg/custom/use-recalcStyle-crash-expected.txt:
3479 * platform/mac/svg/filters/big-sized-filter-expected.txt:
3480 * platform/mac/svg/filters/feDisplacementMap-expected.txt:
3481 * platform/mac/svg/filters/feTile-expected.txt:
3482 * platform/mac/svg/filters/filterRes-expected.txt:
3483 * platform/mac/svg/hixie/error/003-expected.txt:
3484 * platform/mac/svg/hixie/perf/005-expected.txt:
3485 * platform/mac/svg/hixie/perf/006-expected.txt:
3486 * platform/mac/svg/text/selection-background-color-expected.txt:
3487 * platform/mac/svg/text/selection-styles-expected.txt:
3488 * platform/mac/svg/text/text-gradient-positioning-expected.txt:
3489 * platform/mac/svg/transforms/text-with-pattern-inside-transformed-html-expected.txt:
3490 * platform/mac/svg/transforms/text-with-pattern-with-svg-transform-expected.txt:
3491 * platform/win/svg/custom/broken-internal-references-expected.txt:
3492 * svg/custom/gradient-with-1d-boundingbox-expected.txt:
3493 * svg/custom/radial-gradient-with-outstanding-focalPoint-expected.txt:
3495 2010-04-24 Nikolas Zimmermann <nzimmermann@rim.com>
3497 Not reviewed. Add win specific result for svg/custom/broken-internal-references.svg
3498 It's a bad idea that textPath dumps FLT_MAX when it's not shown - that should be fixed, but it's not related to Moritas testcase.
3500 * platform/win/svg/custom/broken-internal-references-expected.txt: Added.
3502 2010-04-23 Ben Murdoch <benm@google.com>
3504 Reviewed by Jeremy Orlow.
3506 [Android] The touchmove delta used in basic-single-touch-events.html is too small for Android
3507 https://bugs.webkit.org/show_bug.cgi?id=38056
3509 * fast/events/touch/basic-single-touch-events-expected.txt:
3510 - update the test expected output
3511 * fast/events/touch/script-tests/basic-single-touch-events.js:
3512 (verifyTouch): update test expectation with new coordinates.
3513 (singleTouchSequence): increase the touch move delta.
3514 (touchTargets): Start the touch at a different point to
3515 singleTouchSequence to make examining behavior easier.
3517 2010-04-23 Qi Zhang <qi.2.zhang@nokia.com>
3519 Reviewed by Laszlo Gombos.
3521 [Qt] LayoutTests/fast/canvas/pointInPath.html passed, actually it failed
3522 https://bugs.webkit.org/show_bug.cgi?id=37276
3524 pointInPath.html passed because the expected.txt expect it fail, it is wrong.
3526 * platform/qt/fast/canvas/pointInPath-expected.txt: Removed.
3528 2010-04-23 Simon Fraser <simon.fraser@apple.com>
3530 Reviewed by Dan Bernstein.
3532 ASSERT(willBeComposited == needsToBeComposited(layer)); on gmail.com
3533 https://bugs.webkit.org/show_bug.cgi?id=38066
3535 Testcase with a negative z-index child that toggles into compositing mode. It should not assert.
3537 * compositing/composited-negative-zindex-child-expected.txt: Copied from LayoutTests/compositing/self-painting-layers2-expected.txt.
3538 * compositing/composited-negative-zindex-child.html: Added.
3540 2010-04-23 Dan Bernstein <mitz@apple.com>
3542 Reviewed by Simon Fraser.
3544 <rdar://problem/7898436> :after content is duplicated
3546 * fast/css-generated-content/after-duplicated-after-split.html: Added.
3547 * platform/mac/fast/css-generated-content/after-duplicated-after-split-expected.checksum: Added.
3548 * platform/mac/fast/css-generated-content/after-duplicated-after-split-expected.png: Added.
3549 * platform/mac/fast/css-generated-content/after-duplicated-after-split-expected.txt: Added.
3551 2010-04-23 Xiaomei Ji <xji@chromium.org>
3553 Reviewed by Eric Seidel
3555 QT does not support textInputController.firstRectForCharacterRange(),
3556 so, skip editing/inserting/caret-position.html for QT.
3557 https://bugs.webkit.org/show_bug.cgi?id=25319
3559 * platform/qt/Skipped:
3561 2010-04-23 MORITA Hajime <morrita@google.com>
3563 Not reviewed. Added missing expectation files for
3564 https://bugs.webkit.org/show_bug.cgi?id=37187
3566 * platform/mac/svg/custom/broken-internal-references-expected.checksum: Added.
3567 * platform/mac/svg/custom/broken-internal-references-expected.png: Added.
3569 2010-04-23 Xiaomei Ji <xji@chromium.org>
3571 Reviewed by Dan Bernstein and Darin Adler
3573 Fix issue "caret does not paint after type in characters in right
3574 aligned div or after delete all characters in RTL div or
3575 0px right padding RTL textarea"
3576 https://bugs.webkit.org/show_bug.cgi?id=25319
3578 * editing/inserting/caret-position-expected.txt: Added.
3579 * editing/inserting/caret-position.html: Added.
3580 * platform/mac/editing/input/caret-primary-bidi-expected.txt:
3582 2010-04-23 MORITA Hajime <morrita@google.com>
3584 Reviewed by Nikolas Zimmermann.
3586 https://bugs.webkit.org/show_bug.cgi?id=37187
3587 SVG <use href="foo"> is interpreted as <use href="#foo">
3589 * platform/mac/svg/custom/broken-internal-references-expected.checksum: Added.
3590 * platform/mac/svg/custom/broken-internal-references-expected.png: Added.
3591 * platform/mac/svg/custom/broken-internal-references-expected.txt: Added.
3592 * svg/custom/broken-internal-references.svg: Added.
3593 * svg/dynamic-updates/SVGTRefElement-dom-href-attr-expected.txt:
3594 * svg/dynamic-updates/script-tests/SVGTRefElement-dom-href-attr.js:
3595 (executeTest): Updated to follow this fix. href value should be an URL, not an id.
3597 2010-04-23 Adam Langley <agl@chromium.org>
3599 Unreviewed, expectations update.
3601 Merging Skia r526 lead to a number of pixels changing color by 1 in
3602 layout tests. This is the rebaseline for Windows and Linux. (Mac isn't
3603 using Skia for this.)
3605 * platform/chromium-linux/css2.1/t0803-c5505-mrgn-00-b-ag-expected.checksum:
3606 * platform/chromium-linux/css2.1/t0803-c5505-mrgn-00-b-ag-expected.png:
3607 * platform/chromium-linux/css2.1/t0804-c5509-padn-l-03-f-g-expected.checksum:
3608 * platform/chromium-linux/css2.1/t0804-c5509-padn-l-03-f-g-expected.png:
3609 * platform/chromium-linux/fast/dom/Window/btoa-pnglet-expected.checksum:
3610 * platform/chromium-linux/fast/dom/Window/btoa-pnglet-expected.png:
3611 * platform/chromium-linux/fast/replaced/image-solid-color-with-alpha-expected.checksum:
3612 * platform/chromium-linux/fast/replaced/image-solid-color-with-alpha-expected.png:
3613 * platform/chromium-linux/tables/mozilla/bugs/bug10565-expected.checksum:
3614 * platform/chromium-linux/tables/mozilla/bugs/bug10565-expected.png:
3615 * platform/chromium-linux/tables/mozilla/bugs/bug10633-expected.checksum:
3616 * platform/chromium-linux/tables/mozilla/bugs/bug10633-expected.png:
3617 * platform/chromium-linux/tables/mozilla/bugs/bug14323-expected.checksum:
3618 * platform/chromium-linux/tables/mozilla/bugs/bug14323-expected.png:
3619 * platform/chromium-linux/tables/mozilla/bugs/bug16012-expected.checksum:
3620 * platform/chromium-linux/tables/mozilla/bugs/bug16012-expected.png:
3621 * platform/chromium-linux/tables/mozilla/bugs/bug20804-expected.checksum:
3622 * platform/chromium-linux/tables/mozilla/bugs/bug20804-expected.png:
3623 * platform/chromium-linux/tables/mozilla/bugs/bug4427-expected.checksum:
3624 * platform/chromium-linux/tables/mozilla/bugs/bug4427-expected.png:
3625 * platform/chromium-linux/tables/mozilla/bugs/bug4803-expected.checksum:
3626 * platform/chromium-linux/tables/mozilla/bugs/bug4803-expected.png:
3627 * platform/chromium-win/css2.1/t0803-c5505-mrgn-00-b-ag-expected.checksum:
3628 * platform/chromium-win/css2.1/t0803-c5505-mrgn-00-b-ag-expected.png:
3629 * platform/chromium-win/css2.1/t0804-c5509-padn-l-03-f-g-expected.checksum:
3630 * platform/chromium-win/css2.1/t0804-c5509-padn-l-03-f-g-expected.png:
3631 * platform/chromium-win/fast/dom/Window/btoa-pnglet-expected.checksum:
3632 * platform/chromium-win/fast/dom/Window/btoa-pnglet-expected.png:
3633 * platform/chromium-win/fast/replaced/image-solid-color-with-alpha-expected.checksum:
3634 * platform/chromium-win/fast/replaced/image-solid-color-with-alpha-expected.png:
3635 * platform/chromium-win/tables/mozilla/bugs/bug10565-expected.checksum:
3636 * platform/chromium-win/tables/mozilla/bugs/bug10565-expected.png:
3637 * platform/chromium-win/tables/mozilla/bugs/bug10633-expected.checksum:
3638 * platform/chromium-win/tables/mozilla/bugs/bug10633-expected.png:
3639 * platform/chromium-win/tables/mozilla/bugs/bug14323-expected.checksum:
3640 * platform/chromium-win/tables/mozilla/bugs/bug14323-expected.png:
3641 * platform/chromium-win/tables/mozilla/bugs/bug16012-expected.checksum:
3642 * platform/chromium-win/tables/mozilla/bugs/bug16012-expected.png:
3643 * platform/chromium-win/tables/mozilla/bugs/bug20804-expected.checksum:
3644 * platform/chromium-win/tables/mozilla/bugs/bug20804-expected.png:
3645 * platform/chromium-win/tables/mozilla/bugs/bug4427-expected.checksum:
3646 * platform/chromium-win/tables/mozilla/bugs/bug4427-expected.png:
3647 * platform/chromium-win/tables/mozilla/bugs/bug4803-expected.checksum:
3648 * platform/chromium-win/tables/mozilla/bugs/bug4803-expected.png:
3650 2010-04-23 Kenneth Rohde Christiansen <kenneth@webkit.org>
3652 Unreviewed layout fix.
3654 Change [object Media] to [object StyleMedia]
3656 * platform/qt/fast/dom/Window/window-properties-expected.txt:
3658 2010-04-23 Kenneth Rohde Christiansen <kenneth@webkit.org>
3660 Unreviewed layout fix.
3662 Change [object Media] to [object StyleMedia]
3664 * fast/dom/Window/window-properties-expected.txt:
3666 2010-04-22 Kenneth Rohde Christiansen <kenneth@webkit.org>
3668 Reviewed by Laszlo Gombos.
3670 Updated test results as the interface Media was renamed
3673 * fast/dom/prototype-inheritance-2-expected.txt:
3674 * platform/win/fast/dom/prototype-inheritance-2-expected.txt:
3676 2010-04-23 Yaar Schnitman <yaar@chromium.org>
3678 Reviewed by Adam Barth.
3680 Auto-generate WebGLRenderingContext overloads in V8
3681 https://bugs.webkit.org/show_bug.cgi?id=37818
3683 * fast/canvas/webgl/script-tests/texImageTest.js: Test was wrong: Passing 0 value for a WebGLArray argument in texImage2D should throw the same exception as when passed to textSubImage2D.
3684 * platform/chromium-mac/fast/canvas/webgl/texImageTest-expected.txt:
3685 * fast/canvas/webgl/texImageTest-expected.txt: Changes to reflect test.
3687 2010-04-23 Yuzo Fujishima <yuzo@google.com>
3689 Unreviewed, Chromium test expectation change.
3691 Change expectation of fast/url/file-http-base.html for Chromium to TEXT.
3692 https://bugs.webkit.org/show_bug.cgi?id=38038
3694 * platform/chromium/test_expectations.txt:
3696 2010-04-22 Tony Chang <tony@chromium.org>
3698 Reviewed by Dan Bernstein.
3700 Crash in WebCore::TextIterator::handleTextNode() encountered in Google rich-text products
3701 https://bugs.webkit.org/show_bug.cgi?id=37950
3703 * editing/text-iterator/rtl-selection-crash-expected.txt: Added.
3704 * editing/text-iterator/rtl-selection-crash.html: Added.
3706 2010-04-22 Maciej Stachowiak <mjs@apple.com>
3708 Reviewed by Adam Barth.
3710 Add a test for file URL canonicalization with an http base
3711 https://bugs.webkit.org/show_bug.cgi?id=38035
3713 * fast/url/file-http-base-expected.txt: Added.
3714 * fast/url/file-http-base.html: Added.
3715 * fast/url/script-tests/file-http-base.js: Added.
3717 2010-04-22 Maciej Stachowiak <mjs@apple.com>
3719 Reviewed by Dan Bernstein and Beth Dakin.
3721 Links around blocks (e.g. divs) results in too many VoiceOver call outs
3722 https://bugs.webkit.org/show_bug.cgi?id=37079
3723 <rdar://problem/7234118>
3725 The new test cases verify the accessibility tree created by an image inside a link, and verify
3726 that adding a div with role=presentation now has no effect on the accessibility tree (as expected).
3728 * accessibility/image-link-inline-cont-expected.txt: Added.
3729 * accessibility/image-link-inline-cont.html: Added.
3730 * accessibility/image-link.html: Added.
3731 * platform/gtk/Skipped:
3732 * platform/mac/accessibility/image-link-expected.txt: Added.
3733 * platform/win/Skipped:
3735 Test to check that accessibility tree doesn't get duplicate content in the presence
3736 of inline continuations (this was a bug in an earlier version of this patch).
3738 * accessibility/inline-continuations-expected.txt: Added.
3739 * accessibility/inline-continuations.html: Added.
3741 2010-04-22 Shinichiro Hamaji <hamaji@chromium.org>
3743 Reviewed by Darin Adler.
3745 REGRESSION: TextIterator may use freed memory
3746 https://bugs.webkit.org/show_bug.cgi?id=37973
3748 * platform/chromium/test_expectations.txt:
3750 2010-04-22 Yuzo Fujishima <yuzo@google.com>
3752 Unreviewed. Chromium test expectation change.
3754 Mark fast/events/touch/send-oncancel-event.html as failing (TEXT).
3755 https://bugs.webkit.org/show_bug.cgi?id=38020
3757 * platform/chromium/test_expectations.txt:
3759 2010-04-22 James Robinson <jamesr@chromium.org>
3761 Unreviewed, expectations only change.
3762 Land chromium platform-specific results for fast/text/format-control.html
3764 * platform/chromium-linux/fast/text/format-control-expected.checksum: Added.
3765 * platform/chromium-linux/fast/text/format-control-expected.png: Added.
3766 * platform/chromium-mac/fast/text/format-control-expected.checksum: Added.
3767 * platform/chromium-win/fast/text/format-control-expected.checksum: Added.
3768 * platform/chromium-win/fast/text/format-control-expected.png: Added.
3769 * platform/chromium-win/fast/text/format-control-expected.txt: Added.
3771 2010-04-22 MORITA Hajime <morrita@google.com>
3775 Picked a review feedback left on:
3776 https://bugs.webkit.org/show_bug.cgi?id=37056
3777 LayoutTests/editing/selection/move-left-right.html is slow
3779 * editing/selection/move-left-right.html:
3781 2010-04-22 Dave Moore <davemoore@chromium.org>
3783 Reviewed by Dimitri Glazkov.
3785 Add test for icon change notifications.
3787 https://bugs.webkit.org/show_bug.cgi?id=33812
3789 * fast/dom/icon-url-property-expected.txt: Added.
3790 * fast/dom/icon-url-property.html: Added.
3791 * Skipped on all platforms but Win
3793 2010-04-22 Eric Carlson <eric.carlson@apple.com>
3795 Test fix, no review.
3797 https://bugs.webkit.org/show_bug.cgi?id=38000
3798 r58107 causes video-play-stall and video-play-stall-seek to fail
3800 Skip http/tests/media/video-play-stall.html and http/tests/media/video-play-stall-seek.html
3801 until we can figure out how to work around QuickTime bug.
3803 * platform/mac-leopard/Skipped:
3804 * platform/mac-tiger/Skipped:
3806 2010-04-22 Zhenyao Mo <zmo@google.com>
3808 Reviewed by Dimitri Glazkov.
3810 Regression: framebufferRenderbuffer crashes with null renderBuffer
3811 https://bugs.webkit.org/show_bug.cgi?id=37963
3813 * fast/canvas/webgl/framebuffer-object-attachment-expected.txt: Adding test cases for null renderbuffer input.
3814 * fast/canvas/webgl/framebuffer-object-attachment.html: Ditto.
3816 2010-04-22 Zhenyao Mo <zmo@google.com>
3818 Reviewed by Dimitri Glazkov.
3820 Emulate GL_IMPLEMENTATION_COLOR_READ_FORMAT/TYPE for glGet
3821 https://bugs.webkit.org/show_bug.cgi?id=37281
3823 * fast/canvas/webgl/read-pixels-expected.txt: Add test case for the other supported format/type in readPixels (besides RGBA/UNSIGNED_BYTE); also, changed to a simpler test framework.
3824 * fast/canvas/webgl/read-pixels.html: Ditto.
3826 2010-04-22 Marcus Bulach <bulach@chromium.org>
3828 Reviewed by Dimitri Glazkov.
3830 Enable LayoutTests for EventSource on chromium
3831 https://bugs.webkit.org/show_bug.cgi?id=37863
3833 * platform/chromium/fast/dom/prototype-inheritance-expected.txt:
3834 * platform/chromium/test_expectations.txt:
3836 2010-04-22 Zhenyao Mo <zmo@google.com>
3838 Reviewed by Eric Seidel.
3840 Turn on antialias and stencil as default canvas attributes.
3841 https://bugs.webkit.org/show_bug.cgi?id=36972
3843 * fast/canvas/webgl/resources/webgl-test.js:
3844 (create3DContext): Turn on antialias and stencil as default canvas attributes.
3846 2010-04-22 Kenneth Rohde Christiansen <kenneth@webkit.org>
3848 Unreviewed expected results update.
3850 Rename window.media to window.styleMedia
3851 https://bugs.webkit.org/show_bug.cgi?id=36187
3853 * fast/dom/Window/window-properties-expected.txt:
3854 * fast/dom/Window/window-property-descriptors-expected.txt:
3855 * fast/dom/prototype-inheritance-2-expected.txt:
3856 * fast/dom/prototype-inheritance-expected.txt:
3857 * fast/media/print-restores-previous-mediatype-expected.txt:
3858 * platform/chromium/fast/dom/prototype-inheritance-expected.txt:
3859 * platform/gtk/fast/dom/Window/window-properties-expected.txt:
3860 * platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt:
3861 * platform/gtk/fast/dom/prototype-inheritance-expected.txt:
3862 * platform/qt/fast/dom/Window/window-properties-expected.txt:
3863 * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt:
3864 * platform/qt/fast/dom/prototype-inheritance-expected.txt:
3865 * platform/win/fast/dom/Window/window-property-descriptors-expected.txt:
3866 * platform/win/fast/dom/prototype-inheritance-2-expected.txt:
3867 * platform/win/fast/dom/prototype-inheritance-expected.txt:
3869 2010-04-20 Kenneth Rohde Christiansen <kenneth@webkit.org>
3871 Reviewed by Simon Fraser
3873 Rename window.media to window.styleMedia
3874 https://bugs.webkit.org/show_bug.cgi?id=36187
3876 Update layout tests.
3878 * fast/media/lifetime.html:
3879 * fast/media/matchmedium-query-api.html:
3880 * fast/media/print-restores-previous-mediatype.html:
3882 2010-04-22 Adam Barth <abarth@webkit.org>
3884 Unreviewed, rolling out r58069.
3885 http://trac.webkit.org/changeset/58069
3886 https://bugs.webkit.org/show_bug.cgi?id=27751
3888 Broke compile on Windows.
3890 * editing/execCommand/clipboard-access-expected.txt: Removed.
3891 * editing/execCommand/clipboard-access.html: Removed.
3892 * editing/execCommand/script-tests/clipboard-access.js: Removed.
3894 2010-04-22 Abhishek Arya <inferno@chromium.org>
3896 Reviewed by Adam Barth.
3898 Manual test to verify that javascript cannot access clipboard.
3899 https://bugs.webkit.org/show_bug.cgi?id=27751
3901 * editing/execCommand/clipboard-access-expected.txt: Added.
3902 * editing/execCommand/clipboard-access.html: Added.
3903 * editing/execCommand/script-tests/clipboard-access.js: Added.
3908 2010-04-21 Adam Barth <abarth@webkit.org>
3910 Reviewed by Eric Seidel.
3912 URL LayoutTests don't run on Firefox
3913 https://bugs.webkit.org/show_bug.cgi?id=37974
3915 It turns out Firefox doesn't handle base URLs properly if we go through
3916 the DOM to create the <base> and <a> elements. If we switch to
3917 document.write, we can run the tests in Firefox (even though
3918 document.write is lame).
3920 * fast/url/resources/utilities.js:
3924 2010-04-21 Ben Murdoch <benm@google.com>
3926 Reviewed by Jeremy Orlow.
3928 send-oncancel-event touch test should use js-test-post-function.js
3929 https://bugs.webkit.org/show_bug.cgi?id=37830
3931 Restore reference to js-test-post-function removed erroneously in copy
3932 when this test was move in http://trac.webkit.org/changeset/54253
3933 and the corresponding call to the isSuccessfullyParsed function.
3935 * fast/events/touch/script-tests/send-oncancel-event.js:
3936 (touchcancelHandler): Call isSuccessfullyParsed.
3937 * fast/events/touch/send-oncancel-event.html: Add js-test-post-function.js back.
3939 2010-04-21 MORITA Hajime <morrita@google.com>
3941 Reviewed by Shinichiro Hamaji.
3943 https://bugs.webkit.org/show_bug.cgi?id=37056
3944 LayoutTests/editing/selection/move-left-right.html is slow
3946 Reduced style change that would trigger relayout. Note that You
3947 might find that expectation looks storange. It is due to Bug
3950 * editing/selection/move-left-right.html:
3951 * platform/mac/editing/selection/move-left-right-expected.txt:
3953 2010-04-21 David Yonge-Mallo <davinci@chromium.org>
3955 Reviewed by Dan Bernstein.
3957 ZWNJ - Display non-printing, invisible character
3958 https://bugs.webkit.org/show_bug.cgi?id=16131
3960 Added tests for the handling of ZWJ and ZWNJ characters in simple font
3961 path. These characters have zero width but may change the widths of text
3962 around them. Furthermore, their glyphs should not be displayed in
3965 * fast/text/format-control.html: Added.
3966 * fast/text/zero-width-characters.html: modified to test ZWSP, ZWJ, and ZWNJ.
3967 * platform/mac/fast/text/format-control-expected.checksum: Added.
3968 * platform/mac/fast/text/format-control-expected.png: Added.
3969 * platform/mac/fast/text/format-control-expected.txt: Added.
3971 2010-04-21 Laszlo Gombos <laszlo.1.gombos@nokia.com>
3975 [Qt] Enable notifications layout tests that are passing.
3977 Qt port has a partial implementation of Notifications,
3980 * platform/qt/Skipped:
3982 2010-04-21 James Robinson <jamesr@chromium.org>
3984 Unreviewed. Updating chromium test expecations.
3986 * platform/chromium/test_expectations.txt:
3988 2010-04-21 Chris Fleizach <cfleizach@apple.com>
3990 Reviewed by Alexey Proskuryakov.
3992 aria-liveregion-notifications.html fails on leopard release bot
3993 https://bugs.webkit.org/show_bug.cgi?id=37112
3995 Add four more tests that test specific live region functionality. Having these
3996 four tests run in order seems to stress the notification mechanism and will expose issues
3998 Modify tests that use notification listeners to also "removeNotificationListener".
4000 * platform/mac-leopard/Skipped:
4001 * platform/mac/accessibility/aria-listbox-selectedchildren-change.html:
4002 * platform/mac/accessibility/aria-liveregion-on-image.html:
4003 * platform/mac/accessibility/aria-liveregions-addedelement-expected.txt: Added.
4004 * platform/mac/accessibility/aria-liveregions-addedelement.html: Added.
4005 * platform/mac/accessibility/aria-liveregions-changedalt-expected.txt: Added.
4006 * platform/mac/accessibility/aria-liveregions-changedalt.html: Added.
4007 * platform/mac/accessibility/aria-liveregions-changedtext-expected.txt: Added.
4008 * platform/mac/accessibility/aria-liveregions-changedtext.html: Added.
4009 * platform/mac/accessibility/aria-liveregions-notifications.html:
4010 * platform/mac/accessibility/aria-liveregions-removedelement-expected.txt: Added.
4011 * platform/mac/accessibility/aria-liveregions-removedelement.html: Added.
4012 * platform/mac/accessibility/change-notification-on-scroll.html:
4014 2010-04-21 John Gregg <johnnyg@google.com>
4016 Reviewed by David Levin.
4018 Fix up notifications request permission test.
4019 https://bugs.webkit.org/show_bug.cgi?id=37959
4021 * fast/notifications/notifications-request-permission-expected.txt:
4022 * fast/notifications/notifications-request-permission.html:
4024 2010-04-21 Alexey Proskuryakov <ap@apple.com>
4028 https://bugs.webkit.org/show_bug.cgi?id=37933
4029 <rdar://problem/7719540> XMLHttpRequest.withCredentials should be better enforced.
4031 Tweaked the test to pass on Tiger.
4033 * http/tests/xmlhttprequest/cross-origin-authorization-with-embedder.html: Tiger synchronous
4034 loader wrongfully terats 401 response as a failure. While this causes incorrect behavior for
4035 XMLHttpRequest, it's acceptable for the purposes of this test.
4037 2010-04-15 John Gregg <johnnyg@google.com>
4039 Reviewed by David Levin.
4041 Enable the notifications layout tests, but skip them on the ports that don't
4042 implement notifications.
4043 https://bugs.webkit.org/show_bug.cgi?id=37667
4045 * fast/notifications/notifications-check-permission.html: Added.
4046 * fast/notifications/notifications-check-permission.html-disabled: Removed.
4047 * fast/notifications/notifications-display-close-events.html: Added.
4048 * fast/notifications/notifications-display-close-events.html-disabled: Removed.
4049 * fast/notifications/notifications-double-show.html: Added.
4050 * fast/notifications/notifications-double-show.html-disabled: Removed.
4051 * fast/notifications/notifications-no-icon.html: Added.
4052 * fast/notifications/notifications-no-icon.html-disabled: Removed.
4053 * fast/notifications/notifications-request-permission.html: Added.
4054 * fast/notifications/notifications-request-permission.html-disabled: Removed.
4055 * fast/notifications/notifications-with-permission.html: Added.
4056 * fast/notifications/notifications-with-permission.html-disabled: Removed.
4057 * fast/notifications/notifications-without-permission.html: Added.
4058 * fast/notifications/notifications-without-permission.html-disabled: Removed.
4059 * platform/gtk/Skipped:
4060 * platform/mac/Skipped:
4061 * platform/qt/Skipped:
4062 * platform/win/Skipped:
4064 2010-04-21 Simon Fraser <simon.fraser@apple.com>
4066 Unreviewed; fix assertion in LayoutTests.
4068 https://bugs.webkit.org/show_bug.cgi?id=37932
4069 Assertion in transitions/transition-end-event-destroy-iframe.html
4071 Now that composited iframes cause their parent document to enter compositing mode,
4072 iframe painting via NSView does't send the required -viewWillDraw, which causes
4073 this assertion. Disable the test until we figure out a solution.
4075 * platform/mac-snowleopard/Skipped:
4077 2010-04-21 James Robinson <jamesr@chromium.org>
4079 Unreviewed. Updating chromium test expecations.
4081 * platform/chromium/test_expectations.txt:
4083 2010-04-21 James Robinson <jamesr@chromium.org>
4085 Updating chromium expectations for tests that need new layoutTestController
4088 * platform/chromium/test_expectations.txt:
4090 2010-04-21 Albert J. Wong <ajwong@chromium.org>
4092 Not reviewed. Sheriffing cleanup.
4094 [chromium] Add bug numbers for expectations created during sheriffing.
4096 * platform/chromium/test_expectations.txt:
4098 2010-04-21 Alexey Proskuryakov <ap@apple.com>
4100 https://bugs.webkit.org/show_bug.cgi?id=37933
4101 <rdar://problem/7719540> XMLHttpRequest.withCredentials should be better enforced.
4103 * platform/qt/Skipped: Skip the new test on Qt. There is nothing special about it,
4104 existing related tests are skipped already.
4106 2010-04-21 Alexey Proskuryakov <ap@apple.com>
4108 Reviewed by Brady Eidson.
4110 https://bugs.webkit.org/show_bug.cgi?id=37933
4111 <rdar://problem/7719540> XMLHttpRequest.withCredentials should be better enforced.
4113 * http/tests/xmlhttprequest/cross-origin-authorization-with-embedder-expected.txt: Added.
4114 * http/tests/xmlhttprequest/cross-origin-authorization-with-embedder.html: Added.
4116 2010-04-21 Jakub Wieczorek <jwieczorek@webkit.org>
4120 Skip the new fast/lists tests on Mac and Windows until these ports
4121 implement LayoutTestController::markerTextForListItem().
4123 * platform/mac/Skipped:
4124 * platform/win/Skipped:
4126 2010-04-21 Jakub Wieczorek <jwieczorek@webkit.org>
4128 Reviewed by Darin Adler.
4130 List item markers are not always updated after changes in the DOM.
4131 https://bugs.webkit.org/show_bug.cgi?id=37060
4133 * fast/lists/dump-list.js:
4135 (dumpListHelper): A recursive function to dump nested lists.
4136 (dumpList): A function that dumps a readable plain text representation of a list.