1 2011-01-13 Dan Bernstein <mitz@apple.com>
3 Reviewed by Simon Fraser.
5 <rdar://problem/8098442> Crash in Widget::setFrameRect()
6 https://bugs.webkit.org/show_bug.cgi?id=52375
8 * plugins/destroy-on-setwindow-expected.txt: Added.
9 * plugins/destroy-on-setwindow.html: Added.
11 2011-01-13 Tony Chang <tony@chromium.org>
13 Reviewed by Kent Tamura.
15 [chromium] fix plugins/plugin-javascript-access.html on Linux and Mac
16 https://bugs.webkit.org/show_bug.cgi?id=52332
18 Fix Linux baseline. Mac should now match Safari Mac.
20 * platform/chromium-linux/plugins/plugin-javascript-access-expected.txt:
21 * platform/chromium/test_expectations.txt:
23 2011-01-13 Pavel Feldman <pfeldman@chromium.org>
25 Not reviewed: inspector extensions tests should not use sources as test data. Commenting one out temporarily, filing a bug.
27 * inspector/extensions-events-expected.txt:
28 * inspector/extensions-events.html:
30 2011-01-13 Dan Bernstein <mitz@apple.com>
32 Reviewed by Dave Hyatt.
34 <rdar://problem/8858548> Disable inheritance of text emphasis marks to ruby text
35 https://bugs.webkit.org/show_bug.cgi?id=52359
37 * fast/ruby/text-emphasis-expected.txt: Added.
38 * fast/ruby/text-emphasis.html: Added.
40 2011-01-13 Hayato Ito <hayato@chromium.org>
42 Unreviewed, chromium test expectations.
44 Flaky expectations for html5lib/webkit-resumer.html.
46 * platform/chromium/test_expectations.txt:
48 2011-01-12 Adam Barth <abarth@webkit.org>
50 Removing this test from the Skipped list caused the next test
51 alphabetically to fail instead.
53 * platform/mac/Skipped:
55 2011-01-12 Maciej Stachowiak <mjs@apple.com>
57 Reviewed by David Levin.
59 Add beforeunload support to WebKitTestRunner
60 https://bugs.webkit.org/show_bug.cgi?id=52353
62 * platform/mac-wk2/Skipped: Unskip a test that was failing solely due to missing
65 2011-01-12 Hayato Ito <hayato@chromium.org>
67 Unreviewed test expectations files fix.
69 Fix a culprit revision number.
71 * platform/chromium-gpu/test_expectations.txt:
72 * platform/chromium/test_expectations.txt:
74 2011-01-12 Hayato Ito <hayato@chromium.org>
76 Unreviewed chromium-gpu test expectations fix.
78 Disable canvas-large-dimensions.html after r75639.
80 * platform/chromium-gpu/test_expectations.txt:
82 2011-01-12 Ryosuke Niwa <rniwa@webkit.org>
84 Reviewed by Eric Seidel.
86 REGRESSION(r69831): focus() in onkeypress discards input (affects chaseonline.chase.com)
87 https://bugs.webkit.org/show_bug.cgi?id=52241
89 Added a test to ensure WebKit inserts the character typed by a user when focus's node
90 is changed by a presskey event handler.
92 * fast/forms/focus-change-on-keypress-expected.txt: Added.
93 * fast/forms/focus-change-on-keypress.html: Added.
95 2011-01-12 Kenichi Ishibashi <bashi@google.com>
97 Reviewed by Kent Tamura.
99 M_formElementsWithFormAttribute not cleared when FormAssociatedElement is inserted with a null m_form and then removed.
100 https://bugs.webkit.org/show_bug.cgi?id=51905
102 Add test for crash when modifying the form attribute of a form
103 associated element before removing it.
105 * fast/forms/form-associated-element-crash-expected.txt: Added.
106 * fast/forms/form-associated-element-crash.html: Added.
107 * fast/forms/form-associated-element-crash2-expected.txt: Added.
108 * fast/forms/form-associated-element-crash2.html: Added.
110 2011-01-12 Kenichi Ishibashi <bashi@google.com>
112 Reviewed by Kent Tamura.
114 M_formElementsWithFormAttribute not cleared when Node is moved to another document.
115 https://bugs.webkit.org/show_bug.cgi?id=51418
117 Added test for crash when moving form elements from one document to another.
119 * fast/forms/change-form-element-document-crash-expected.txt: Added.
120 * fast/forms/change-form-element-document-crash.html: Added.
122 2011-01-12 Justin Schuh <jschuh@chromium.org>
124 Unreviewed chromium test expectations fix.
126 Disable canvas-large-dimensions.html after r75639.
128 * platform/chromium/test_expectations.txt:
130 2011-01-11 Matthew Delaney <mdelaney@apple.com>
132 Reviewed by Simon Fraser.
134 Max area bound needed in creation of IOSurface in ImageBufferCG.cpp
135 https://bugs.webkit.org/show_bug.cgi?id=52172
137 * fast/canvas/canvas-large-dimensions.html: Added.
138 * fast/canvas/canvas-large-dimensions-expected.txt: Added.
140 2011-01-12 Tony Chang <tony@chromium.org>
142 Reviewed by Ojan Vafai.
144 output the value of input and textarea nodes when using dump-as-markup
145 https://bugs.webkit.org/show_bug.cgi?id=52319
147 * editing/inserting/5607069-2-expected.txt:
148 * editing/inserting/5607069-3-expected.txt:
149 * editing/selection/dump-as-markup-expected.txt:
150 * editing/selection/dump-as-markup-form-text-expected.txt: Added.
151 * editing/selection/dump-as-markup-form-text.html: Added.
152 * fast/parser/object-with-textarea-fallback-expected.txt:
153 * html5lib/runner.html:
154 * html5lib/webkit-resumer.html:
155 * resources/dump-as-markup.js:
156 (Markup.useHTML5libOutputFormat): Add a flag for html5lib compatibility
159 2011-01-12 Robert Hogan <robert@webkit.org>
161 Unreviewed, add expected results.
163 [Qt] Add new expected results from r75632
165 https://bugs.webkit.org/show_bug.cgi?id=42887
167 * platform/qt/fast/forms/search-display-none-cancel-button-expected.txt: Added.
168 * platform/qt/fast/forms/search-placeholder-value-changed-expected.txt: Added.
169 * platform/qt/fast/forms/search-rtl-expected.txt: Added.
170 * platform/qt/fast/forms/search-styled-expected.txt: Added.
171 * platform/qt/fast/forms/search-transformed-expected.txt: Added.
172 * platform/qt/fast/forms/search-zoomed-expected.txt: Added.
174 2011-01-12 Robert Hogan <robert@webkit.org>
176 Unreviewed, update expected results.
178 [Qt] Update expected results from r75632
180 https://bugs.webkit.org/show_bug.cgi?id=42887
182 * platform/qt/fast/css/pseudo-cache-stale-expected.txt:
183 * platform/qt/fast/css/text-input-with-webkit-border-radius-expected.txt:
184 * platform/qt/fast/forms/search-cancel-button-style-sharing-expected.txt:
185 * platform/qt/fast/forms/search-vertical-alignment-expected.txt:
187 2011-01-12 Robert Hogan <robert@webkit.org>
189 Reviewed by Kenneth Rohde Christiansen.
191 [Qt] Search input field doesn't have cancel button
193 Add a cancel button to the search field and make it customizable
194 by the client. For now, use the close dialog button associated
195 with the application's style as the default.
197 Unskip a bunch of search field related tests that pass now:
199 fast/forms/search-cancel-button-mouseup.html
200 fast/forms/search-rtl.html
201 fast/forms/search-abs-pos-cancel-button.html
202 fast/forms/search-styled.html
203 fast/forms/search-transformed.html
204 fast/forms/search-zoomed.html
205 fast/forms/search-cancel-button-style-sharing.html
206 fast/forms/search-display-none-cancel-button.html
207 fast/forms/search-placeholder-value-changed.html
208 fast/repaint/search-field-cancel.html
209 fast/forms/search-cancel-button-events.html
211 https://bugs.webkit.org/show_bug.cgi?id=42887
213 * platform/qt/Skipped:
215 2011-01-12 Nico Weber <thakis@chromium.org>
217 Unreviewed, test expectations.
219 Remove now-unnecessary vista-specific baseline.
220 https://bugs.webkit.org/show_bug.cgi?id=52105
222 * platform/chromium-win-vista/svg/custom/js-late-gradient-and-object-creation-expected.checksum: Removed.
223 * platform/chromium-win-vista/svg/custom/js-late-gradient-and-object-creation-expected.png: Removed.
225 2011-01-12 Justin Schuh <jschuh@chromium.org>
227 Unreviewed expectatinos update.
229 Excluding SVG test for sporadic image failure.
231 * platform/chromium/test_expectations.txt:
233 2011-01-12 Justin Schuh <jschuh@chromium.org>
235 Unreviewed chromium expectations update.
237 Added chromium win to exclusion for bug 48164.
239 * platform/chromium/test_expectations.txt:
241 2011-01-12 Simon Fraser <simon.fraser@apple.com>
243 Reviewed by Eric Seidel.
245 [CSS Gradients] One color stop should not paint anything for linear-gradient
246 https://bugs.webkit.org/show_bug.cgi?id=52259
248 Update test results given that single-stop gradients are invalid.
250 * fast/gradients/css3-gradient-parsing-expected.txt:
251 * fast/gradients/css3-gradient-parsing.html:
252 * platform/mac/fast/gradients/css3-color-stops-expected.checksum:
253 * platform/mac/fast/gradients/css3-color-stops-expected.png:
255 2011-01-12 Csaba Osztrogonác <ossy@webkit.org>
259 Add Qt specific expected results for new passing tests introduced in r74954 and r74743.
260 Compared to Mac png files and Mac expected files.
262 * platform/qt/fast/css-generated-content/table-before-after-child-add-expected.checksum: Added.
263 * platform/qt/fast/css-generated-content/table-before-after-child-add-expected.png: Added.
264 * platform/qt/fast/css-generated-content/table-before-after-child-add-expected.txt: Added.
265 * platform/qt/fast/css-generated-content/table-cell-before-after-child-add-expected.checksum: Added.
266 * platform/qt/fast/css-generated-content/table-cell-before-after-child-add-expected.png: Added.
267 * platform/qt/fast/css-generated-content/table-cell-before-after-child-add-expected.txt: Added.
268 * platform/qt/fast/css-generated-content/table-row-before-after-child-add-expected.checksum: Added.
269 * platform/qt/fast/css-generated-content/table-row-before-after-child-add-expected.png: Added.
270 * platform/qt/fast/css-generated-content/table-row-before-after-child-add-expected.txt: Added.
271 * platform/qt/fast/css-generated-content/table-table-before-after-child-add-expected.checksum: Added.
272 * platform/qt/fast/css-generated-content/table-table-before-after-child-add-expected.png: Added.
273 * platform/qt/fast/css-generated-content/table-table-before-after-child-add-expected.txt: Added.
274 * platform/qt/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.checksum: Added.
275 * platform/qt/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.png: Added.
276 * platform/qt/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt: Added.
278 2011-01-12 Justin Schuh <jschuh@chromium.org>
280 Unreviewed expectations update for chromium.
282 Exclude failing test from r75064.
284 * platform/chromium/test_expectations.txt:
286 2011-01-12 Philippe Normand <pnormand@igalia.com>
288 Unreviewed, skip failing test on GTK.
290 * platform/gtk/Skipped: Skip editing/input/page-up-down-scrolls.html
292 2010-12-29 Yury Semikhatsky <yurys@chromium.org>
294 Reviewed by Pavel Feldman.
296 inspector/timeline-network-resource.html fails when run twice
297 https://bugs.webkit.org/show_bug.cgi?id=37394
299 Send didReceiveResponse notification to the timeline agent from ResourceLoadNotifier
300 instead of ResourceLoader::didReceiveResponse to cover the cases when resources
301 are loaded from memory cache.
303 Network notifications are now send to InspectorInstrumentation which dispatches
304 them to interested agents and InspectorController.
307 * inspector/timeline-network-resource-expected.txt:
308 * inspector/timeline-network-resource.html:
309 * inspector/timeline-network-resource.js:
311 2011-01-12 Jeremy Orlow <jorlow@chromium.org>
315 * storage/indexeddb/transaction-read-only-expected.txt: Added.
317 2011-01-12 Csaba Osztrogonác <ossy@webkit.org>
321 [Qt] plugins/no-mime-with-valid-extension.html fails
322 https://bugs.webkit.org/show_bug.cgi?id=52288
324 * platform/qt/Skipped: plugins/no-mime-with-valid-extension.html added until fix.
326 2011-01-11 Jeremy Orlow <jorlow@chromium.org>
328 Reviewed by Nate Chapin.
330 Enforce READ_ONLY transactions in IndexedDB
331 https://bugs.webkit.org/show_bug.cgi?id=52229
333 Fix existing errors in tests + add a new test for
336 * storage/indexeddb/cursor-delete-expected.txt:
337 * storage/indexeddb/cursor-delete.html:
338 * storage/indexeddb/cursor-index-delete-expected.txt:
339 * storage/indexeddb/cursor-index-delete.html:
340 * storage/indexeddb/database-quota-expected.txt:
341 * storage/indexeddb/database-quota.html:
342 * storage/indexeddb/objectstore-basics-expected.txt:
343 * storage/indexeddb/objectstore-basics.html:
344 * storage/indexeddb/objectstore-removeobjectstore-expected.txt:
345 * storage/indexeddb/objectstore-removeobjectstore.html:
346 * storage/indexeddb/transaction-basics-expected.txt:
347 * storage/indexeddb/transaction-basics.html:
348 * storage/indexeddb/transaction-crash-on-abort-expected.txt:
349 * storage/indexeddb/transaction-crash-on-abort.html:
350 * storage/indexeddb/transaction-read-only.html: Added.
352 2011-01-11 Maciej Stachowiak <mjs@apple.com>
354 Reviewed by David Levin.
356 Fix typo in WebKit2 skipped list which was causing a test to not get skipped
357 https://bugs.webkit.org/show_bug.cgi?id=52277
359 * platform/mac-wk2/Skipped:
361 2011-01-11 Simon Fraser <simon.fraser@apple.com>
363 Reviewed by Dan Bernstein.
365 Webkit crashes when a gradient is applied using the first-line pseudo element
366 https://bugs.webkit.org/show_bug.cgi?id=52225
370 * fast/gradients/gradient-on-pseudoelement-crash-expected.txt: Added.
371 * fast/gradients/gradient-on-pseudoelement-crash.html: Added.
373 2011-01-11 Justin Schuh <jschuh@chromium.org>
375 Unreviewed chromium expectations update.
377 Windows exclusion for no-mime-with-valid-extension.html (from r75567)
379 * platform/chromium/test_expectations.txt:
381 2011-01-11 Dirk Pranke <dpranke@chromium.org>
383 Unreviewed, fix typo in expectations file.
385 * platform/chromium-gpu/test_expectations.txt:
387 2011-01-11 Nico Weber <thakis@chromium.org>
389 Unreviewed, test expectations.
391 Remove now-unnecessary xp-specific baseline.
392 https://bugs.webkit.org/show_bug.cgi?id=52105
394 * platform/chromium-win-xp/fast/gradients/radial-centered-expected.checksum: Removed.
395 * platform/chromium-win-xp/fast/gradients/radial-centered-expected.png: Removed.
397 2011-01-11 Adrienne Walker <enne@google.com>
399 Unreviewed, test expectations update.
401 Revert expect change for Snow Leopard in r75570.
403 * platform/mac-snowleopard/Skipped:
405 2011-01-11 Mihai Parparita <mihaip@chromium.org>
407 Unreviewed; chromium test expectations update.
409 Remove failing expectations for tests that pass after r75569.
411 * platform/chromium/test_expectations.txt:
413 2011-01-11 James Robinson <jamesr@chromium.org>
415 Update test to use layoutTestController.waitUntilDone()/notifyDone() since it relies on the scroll event which is now async.
417 * fast/repaint/resources/fixed-move-after-keyboard-scroll-iframe.html:
419 2011-01-11 Mihai Parparita <mihaip@chromium.org>
421 Unreviewed; chromium test expectations update.
423 Remove failing expectations for tests that pass after r75552.
425 * platform/chromium/test_expectations.txt:
427 2011-01-11 Adrienne Walker <enne@google.com>
429 Reviewed by Kenneth Russell.
431 Sync WebGL texImage2D video test from Khronos and re-enable it.
432 https://bugs.webkit.org/show_bug.cgi?id=44459
434 * fast/canvas/webgl/resources/quadrants.mp4: Removed.
435 * fast/canvas/webgl/resources/quadrants.ogv: Removed.
436 * fast/canvas/webgl/resources/red-green.mp4: Added.
437 * fast/canvas/webgl/resources/red-green.theora.ogv: Added.
438 * fast/canvas/webgl/resources/red-green.webmvp8.webm: Added.
439 * fast/canvas/webgl/tex-image-and-sub-image-2d-with-video-expected.txt:
440 * fast/canvas/webgl/tex-image-and-sub-image-2d-with-video.html:
441 * platform/chromium-gpu/test_expectations.txt:
442 * platform/chromium/test_expectations.txt:
443 * platform/mac-snowleopard/Skipped:
445 2011-01-11 Mihai Parparita <mihaip@chromium.org>
447 Unreviewed, new chromium-mac baselines.
449 Rebaseline after the scrollbar change (these tests still need
450 chromium-mac baselines since they have controls or images that render
451 slightly differently from the Mac port).
453 * platform/chromium-mac/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.checksum:
454 * platform/chromium-mac/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png:
455 * platform/chromium-mac/fast/block/margin-collapse/103-expected.checksum: Added.
456 * platform/chromium-mac/fast/block/margin-collapse/103-expected.png: Added.
457 * platform/chromium-mac/fast/borders/border-image-rotate-transform-expected.checksum:
458 * platform/chromium-mac/fast/borders/border-image-rotate-transform-expected.png:
459 * platform/chromium-mac/fast/events/pointer-events-2-expected.checksum:
460 * platform/chromium-mac/fast/events/pointer-events-2-expected.png:
461 * platform/chromium-mac/fast/images/gif-large-checkerboard-expected.checksum: Removed.
462 * platform/chromium-mac/fast/images/gif-large-checkerboard-expected.png: Removed.
463 * platform/chromium-mac/fast/replaced/width100percent-image-expected.checksum: Added.
464 * platform/chromium-mac/fast/replaced/width100percent-image-expected.png: Added.
465 * platform/chromium-mac/svg/dynamic-updates/SVGFEBlendElement-dom-in-attr-expected.checksum: Added.
466 * platform/chromium-mac/svg/dynamic-updates/SVGFEBlendElement-dom-in-attr-expected.png: Added.
467 * platform/chromium-mac/svg/dynamic-updates/SVGFEBlendElement-dom-in2-attr-expected.checksum: Added.
468 * platform/chromium-mac/svg/dynamic-updates/SVGFEBlendElement-dom-in2-attr-expected.png: Added.
469 * platform/chromium-mac/svg/dynamic-updates/SVGFEBlendElement-dom-mode-attr-expected.checksum: Added.
470 * platform/chromium-mac/svg/dynamic-updates/SVGFEBlendElement-dom-mode-attr-expected.png: Added.
471 * platform/chromium-mac/svg/dynamic-updates/SVGFEBlendElement-svgdom-in-prop-expected.checksum: Added.
472 * platform/chromium-mac/svg/dynamic-updates/SVGFEBlendElement-svgdom-in-prop-expected.png: Added.
473 * platform/chromium-mac/svg/dynamic-updates/SVGFEBlendElement-svgdom-in2-prop-expected.checksum: Added.
474 * platform/chromium-mac/svg/dynamic-updates/SVGFEBlendElement-svgdom-in2-prop-expected.png: Added.
475 * platform/chromium-mac/svg/dynamic-updates/SVGFEBlendElement-svgdom-mode-prop-expected.checksum: Added.
476 * platform/chromium-mac/svg/dynamic-updates/SVGFEBlendElement-svgdom-mode-prop-expected.png: Added.
477 * platform/chromium-mac/svg/zoom/page/zoom-mask-with-percentages-expected.checksum: Added.
478 * platform/chromium-mac/svg/zoom/page/zoom-mask-with-percentages-expected.png: Added.
479 * platform/chromium-mac/tables/mozilla/bugs/bug101674-expected.checksum: Added.
480 * platform/chromium-mac/tables/mozilla/bugs/bug101674-expected.png: Added.
481 * platform/chromium-mac/tables/mozilla/bugs/bug29314-expected.checksum: Added.
482 * platform/chromium-mac/tables/mozilla/bugs/bug29314-expected.png: Added.
483 * platform/chromium-mac/tables/mozilla/bugs/bug5797-expected.checksum: Added.
484 * platform/chromium-mac/tables/mozilla/bugs/bug5797-expected.png: Added.
485 * platform/chromium-mac/tables/mozilla/bugs/bug625-expected.checksum: Added.
486 * platform/chromium-mac/tables/mozilla/bugs/bug625-expected.png: Added.
487 * platform/chromium-mac/tables/mozilla/core/bloomberg-expected.checksum: Added.
488 * platform/chromium-mac/tables/mozilla/core/bloomberg-expected.png: Added.
489 * platform/chromium-mac/tables/mozilla/core/row_span-expected.checksum: Added.
490 * platform/chromium-mac/tables/mozilla/core/row_span-expected.png: Added.
491 * platform/chromium-mac/tables/mozilla/other/cell_widths-expected.checksum: Added.
492 * platform/chromium-mac/tables/mozilla/other/cell_widths-expected.png: Added.
493 * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug85016-expected.checksum: Added.
494 * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug85016-expected.png: Added.
495 * platform/chromium-mac/tables/mozilla_expected_failures/other/test4-expected.checksum: Added.
496 * platform/chromium-mac/tables/mozilla_expected_failures/other/test4-expected.png: Added.
497 * platform/chromium/test_expectations.txt:
499 2011-01-11 Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
501 Reviewed by Adam Barth.
503 Use plug-in DB for extensions to MIME type convertion
505 Plugins extension to MIME type conversion was not used in the
506 frameLoader. This was causing some fallback to be use which as the side
507 effect of loosing all the <OBJECT> parameters or <EMBED> attributes.
508 This patch ensure that we try to convert the extension to MIME type
509 using the plugin database beofre using this fallback.
511 Attribute lost with Flash plugin without mime type set
512 https://bugs.webkit.org/show_bug.cgi?id=50657
514 * plugins/no-mime-with-valid-extension.html: Added.
515 * plugins/no-mime-with-valid-extension-expected.txt: Added.
517 2011-01-11 Justin Schuh <jschuh@chromium.org>
519 Unreviewed, test expectations update.
521 Flaky expectations for textOnPath.svg.
523 * platform/chromium/test_expectations.txt:
525 2011-01-11 James Simonsen <simonjam@chromium.org>
527 Reviewed by Eric Seidel.
529 [Web Timing] Rename sslHandshakeStart to secureConnectionStart
530 https://bugs.webkit.org/show_bug.cgi?id=52239
532 * fast/dom/Window/window-properties-performance-expected.txt:
533 * fast/dom/script-tests/webtiming.js:
534 (checkTimingBeforeLoad):
535 (checkTimingWhileDeferred):
536 (checkWebTimingOnDOMContentLoaded):
537 (checkWebTimingWhileAsync):
538 (checkWebTimingOnLoad):
539 (checkWebTimingAfterLoad):
540 * fast/dom/webtiming-document-open-expected.txt:
541 * fast/dom/webtiming-expected.txt:
542 * fast/dom/webtiming-navigate-within-document-expected.txt:
543 * http/tests/misc/resources/webtiming-cross-origin-and-back2.html:
544 * http/tests/misc/resources/webtiming-cross-origin-redirect.html:
545 * http/tests/misc/resources/webtiming-no-origin.html:
546 * http/tests/misc/resources/webtiming-ssl.html:
547 * http/tests/misc/webtiming-origins-expected.txt:
548 * http/tests/misc/webtiming-ssl-expected.txt:
550 2011-01-11 Mihai Parparita <mihaip@chromium.org>
552 Reviewed by Darin Fisher.
554 Scroll event should be fired asynchronously
555 https://bugs.webkit.org/show_bug.cgi?id=45631
557 Update existing tests that assumed that scroll events fired
560 * editing/input/page-up-down-scrolls-expected.txt:
561 * editing/input/page-up-down-scrolls.html:
562 * fast/events/fire-scroll-event-element-expected.txt: Copied from LayoutTests/fast/events/fire-scroll-event-expected.txt.
563 * fast/events/fire-scroll-event-element.html: Added. Does the same
564 tests as fire-scroll-event.html, but on an individual element instead
565 of the whole document.
566 * fast/events/fire-scroll-event-expected.txt:
567 * fast/events/fire-scroll-event.html: Now explicitly tests for
568 synchronous behavior when scrolling the document, and that we don't
569 fire the event more than once.
570 * fast/events/remove-child-onscroll.html:
571 * fast/events/scroll-during-zoom-change.html:
572 * fast/events/scroll-event-does-not-bubble.html:
573 * fast/events/scroll-event-phase-expected.txt: Added.
574 * fast/events/scroll-event-phase.html: Added. Checks that we can listen
575 for scroll events in both the capture and bubble phase.
576 * fast/layers/removed-by-scroll-handler.html:
577 * fast/overflow/onscroll-layer-self-destruct.html:
578 * fast/repaint/repaint-during-scroll.html:
580 2011-01-11 Mihai Parparita <mihaip@chromium.org>
582 Unreviewed; new and updated mac-leopard baselines.
584 Update stale or missing Leopard baselines (tests currently pass on Snow
587 * platform/chromium/test_expectations.txt:
588 * platform/mac-leopard/editing/deleting/delete-line-end-ws-001-expected.checksum:
589 * platform/mac-leopard/editing/deleting/delete-line-end-ws-001-expected.png:
590 * platform/mac-leopard/editing/deleting/delete-line-end-ws-002-expected.checksum:
591 * platform/mac-leopard/editing/deleting/delete-line-end-ws-002-expected.png:
592 * platform/mac-leopard/fast/block/basic/016-expected.checksum: Added.
593 * platform/mac-leopard/fast/block/basic/016-expected.png: Added.
594 * platform/mac-leopard/fast/block/basic/truncation-rtl-expected.checksum: Added.
595 * platform/mac-leopard/fast/block/basic/truncation-rtl-expected.png: Added.
596 * platform/mac-leopard/fast/blockflow/fieldsets-expected.checksum: Added.
597 * platform/mac-leopard/fast/blockflow/fieldsets-expected.png: Added.
598 * platform/mac-leopard/fast/borders/border-image-scale-transform-expected.checksum:
599 * platform/mac-leopard/fast/borders/border-image-scale-transform-expected.png:
600 * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug2479-5-expected.checksum:
601 * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug2479-5-expected.png:
603 2011-01-11 Abhishek Arya <inferno@chromium.org>
605 Reviewed by Dimitri Glazkov.
607 Tests that we do not crash when we remove scrollable iframe when executing
608 inside its scroll event.
609 https://bugs.webkit.org/show_bug.cgi?id=52238
611 * scrollbars/scrollable-iframe-remove-crash-expected.txt: Added.
612 * scrollbars/scrollable-iframe-remove-crash.html: Added.
614 2011-01-11 Martin Robinson <mrobinson@igalia.com>
616 Remove some GTK+-specific baselines. GTK+ now enough feature parity with the Mac
617 port to make these platform-specific results unnecessary.
619 * platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt: Removed.
620 * platform/gtk/fast/dom/prototype-inheritance-expected.txt: Removed.
621 * platform/gtk/fast/js/global-constructors-expected.txt: Removed.
623 2011-01-11 Nico Weber <thakis@chromium.org>
625 Unreviewed, test expectations.
627 Another new baselines due to updated skia
628 https://bugs.webkit.org/show_bug.cgi?id=52105
630 * platform/chromium-linux/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.checksum:
631 * platform/chromium-linux/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.png:
633 2011-01-08 Dimitri Glazkov <dglazkov@chromium.org>
635 Reviewed by David Hyatt.
637 Make pseudo-style resolution less hard-coded when used to select a shadow node
638 https://bugs.webkit.org/show_bug.cgi?id=46595
640 New test that comprehensively travels the code paths affected by the change.
642 * fast/css/unknown-pseudo-element-matching-expected.txt: Added.
643 * fast/css/unknown-pseudo-element-matching.html: Added.
645 2011-01-11 Dean Jackson <dino@apple.com>
647 Reviewed by Simon Fraser.
649 https://bugs.webkit.org/show_bug.cgi?id=52233
651 Update WebKitCSSMatrix test to cover a constructor
652 that accepts 'none' as input.
654 * transforms/cssmatrix-2d-interface-expected.txt:
655 * transforms/cssmatrix-2d-interface.xhtml:
657 2011-01-11 Dimitri Glazkov <dglazkov@chromium.org>
659 Reviewed by Eric Seidel.
661 REGRESSION(r71934) Can't type in search edit field on skin-one.com
662 https://bugs.webkit.org/show_bug.cgi?id=52195
664 Restored original (pre-71934) check in the test to ensure that
665 selectstart does not propagate outside of the shadow DOM.
667 Consolidated shadow-boundary-crossing-2.html into shadow-boundary-crossing.html.
669 * fast/events/shadow-boundary-crossing-2-expected.txt: Renamed to
670 shadow-boundary-crossing-expected.txt.
671 * fast/events/shadow-boundary-crossing-2.html: Renamed to
672 shadow-boundary-crossing.html.
673 * fast/events/shadow-boundary-crossing-expected.txt: Removed.
674 * fast/events/shadow-boundary-crossing.html: Removed after folding the
675 test into the new shadow-boundary-crossing.html.
677 2011-01-11 Zhenyao Mo <zmo@google.com>
679 Unreviewed, test expectation update.
681 * platform/mac-snowleopard/Skipped:
683 2011-01-11 Michael Saboff <msaboff@apple.com>
685 Reviewed by Geoffrey Garen.
687 Missing call to popTempSortVector() for exception case in JSArray::sort.
688 https://bugs.webkit.org/show_bug.cgi?id=50718
690 New test to validate balanced calls to pushTempSortVector() and
693 * fast/js/array-sort-exception-expected.txt: Added.
694 * fast/js/array-sort-exception.html: Added.
695 * fast/js/script-tests/array-sort-exception.js: Added.
701 2011-01-11 Zhenyao Mo <zmo@google.com>
703 Unreviewed, test expectations update.
705 * platform/chromium-gpu/test_expectations.txt:
706 * platform/chromium/test_expectations.txt:
708 2011-01-11 Nico Weber <thakis@chromium.org>
710 Unreviewed, test expectations.
712 Another baseline for the recent skia roll.
713 https://bugs.webkit.org/show_bug.cgi?id=52105
715 * platform/chromium-linux/svg/custom/focus-ring-expected.checksum:
716 * platform/chromium-linux/svg/custom/focus-ring-expected.png:
718 2011-01-10 Zhenyao Mo <zmo@google.com>
720 Reviewed by Kenneth Russell.
722 Need to consider UNPACK_ALIGNMENT in GraphicsContext3D::texImage2DResourceSafe
723 https://bugs.webkit.org/show_bug.cgi?id=52068
725 * fast/canvas/webgl/read-pixels-test-expected.txt:
726 * fast/canvas/webgl/read-pixels-test.html: Sync with khronos.
727 * fast/canvas/webgl/resources/webgl-test.js: Add finishTest().
729 2011-01-07 Enrica Casucci <enrica@apple.com>
731 Reviewed by Alexey Proskuryakov.
733 Paste and drag and drop use different code paths to interact with the pasteboard.
734 https://bugs.webkit.org/show_bug.cgi?id=52093
736 New test results added to match the correct behavior.
738 * platform/mac/editing/pasteboard/drag-image-to-contenteditable-in-iframe-expected.checksum:
739 * platform/mac/editing/pasteboard/drag-image-to-contenteditable-in-iframe-expected.png:
740 * platform/mac/editing/pasteboard/drag-image-to-contenteditable-in-iframe-expected.txt:
742 2011-01-11 Mihai Parparita <mihaip@chromium.org>
744 Unreviewed; chromium test expectations update.
746 Remove failing expectations for tests that pass after r75515.
748 * platform/chromium/test_expectations.txt:
750 2011-01-11 Abhishek Arya <inferno@chromium.org>
752 Reviewed by Dimitri Glazkov.
754 Tests that calling append data on a text node which removes its
755 sibling text node does not result in crash.
756 https://bugs.webkit.org/show_bug.cgi?id=52163
758 * fast/dom/text-node-append-data-remove-crash-expected.txt: Added.
759 * fast/dom/text-node-append-data-remove-crash.html: Added.
761 2011-01-11 Stephen White <senorblanco@chromium.org>
763 Unreviewed; chromium-gpu test expectations update.
765 Remove now-passing tests from text_expectations.txt.
767 * platform/chromium-gpu/test_expectations.txt:
769 2011-01-11 Mihai Parparita <mihaip@chromium.org>
771 Unreviewed; new and updated mac-leopard baselines.
773 Update stale or missing Leopard baselines (tests currently pass on Snow
776 * platform/chromium/test_expectations.txt:
777 * platform/mac-leopard/fast/block/basic/fieldset-stretch-to-legend-expected.checksum:
778 * platform/mac-leopard/fast/block/basic/fieldset-stretch-to-legend-expected.png:
779 * platform/mac-leopard/fast/dom/focus-contenteditable-expected.checksum: Added.
780 * platform/mac-leopard/fast/dom/focus-contenteditable-expected.png: Added.
781 * platform/mac-leopard/fast/forms/fieldset-align-expected.checksum: Added.
782 * platform/mac-leopard/fast/forms/fieldset-align-expected.png: Added.
783 * platform/mac-leopard/fast/multicol/columns-shorthand-parsing-expected.checksum: Added.
784 * platform/mac-leopard/fast/multicol/columns-shorthand-parsing-expected.png: Added.
785 * platform/mac-leopard/fast/text/capitalize-boundaries-expected.checksum: Added.
786 * platform/mac-leopard/fast/text/capitalize-boundaries-expected.png: Added.
787 * platform/mac-leopard/fast/text/softHyphen-expected.checksum: Added.
788 * platform/mac-leopard/fast/text/softHyphen-expected.png: Added.
789 * platform/mac-leopard/tables/mozilla/other/wa_table_tr_align-expected.checksum:
790 * platform/mac-leopard/tables/mozilla/other/wa_table_tr_align-expected.png:
792 2011-01-11 Martin Robinson <mrobinson@igalia.com>
794 Unskipping fast/multicol/span/double-merge-anonymous-block-crash.html. We
795 have been unsuccessful reproducing the crash locally or on the bots.
797 * platform/gtk/Skipped: Unskipping test.
799 2011-01-11 Michael Saboff <msaboff@apple.com>
801 Reviewed by Geoffrey Garen.
803 ASSERTION Failure in JSC::binaryChop
804 https://bugs.webkit.org/show_bug.cgi?id=25614
806 Added new test to check for proper handling of stack overflow
807 exceptions and arrity exceptions while close to the top of the stack.
809 * fast/js/script-tests/stack-overflow-arrity-catch.js: Added.
812 * fast/js/script-tests/stack-overflow-catch.js: Added.
814 * fast/js/stack-overflow-arrity-catch-expected.txt: Added.
815 * fast/js/stack-overflow-arrity-catch.html: Added.
816 * fast/js/stack-overflow-catch-expected.txt: Added.
817 * fast/js/stack-overflow-catch.html: Added.
819 2011-01-11 Stephen White <senorblanco@chromium.org>
821 Unreviewed; new chromium GPU test baselines.
823 These tests required rebaselining after the skia roll in
824 http://src.chromium.org/viewvc/chrome?view=rev&revision=70835.
826 * platform/chromium-gpu-linux/fast/canvas/canvas-text-alignment-expected.checksum:
827 * platform/chromium-gpu-linux/fast/canvas/canvas-text-alignment-expected.png:
828 * platform/chromium-gpu-linux/fast/canvas/fillrect_gradient-expected.checksum:
829 * platform/chromium-gpu-linux/fast/canvas/fillrect_gradient-expected.png:
830 * platform/chromium-gpu-win/fast/canvas/canvas-text-alignment-expected.checksum:
831 * platform/chromium-gpu-win/fast/canvas/canvas-text-alignment-expected.png:
832 * platform/chromium-gpu-win/fast/canvas/canvas-text-alignment-expected.txt:
833 * platform/chromium-gpu-win/fast/canvas/fillrect_gradient-expected.checksum:
834 * platform/chromium-gpu-win/fast/canvas/fillrect_gradient-expected.png:
835 * platform/chromium-gpu-win/fast/canvas/fillrect_gradient-expected.txt:
836 * platform/chromium-gpu-win/fast/canvas/gradient-add-second-start-end-stop-expected.checksum:
837 * platform/chromium-gpu-win/fast/canvas/gradient-add-second-start-end-stop-expected.png:
838 * platform/chromium-gpu-win/fast/canvas/gradient-add-second-start-end-stop-expected.txt:
840 2011-01-11 Carlos Garcia Campos <cgarcia@igalia.com>
842 Reviewed by Martin Robinson.
844 [GTK] Add support for <meter> element
845 https://bugs.webkit.org/show_bug.cgi?id=48713
847 * platform/gtk/Skipped:
848 * platform/gtk/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.checksum: Added.
849 * platform/gtk/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.png: Added.
850 * platform/gtk/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.txt: Added.
851 * platform/gtk/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.checksum: Added.
852 * platform/gtk/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.png: Added.
853 * platform/gtk/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.txt: Added.
854 * platform/gtk/fast/dom/HTMLMeterElement/meter-boundary-values-expected.checksum: Added.
855 * platform/gtk/fast/dom/HTMLMeterElement/meter-boundary-values-expected.png: Added.
856 * platform/gtk/fast/dom/HTMLMeterElement/meter-boundary-values-expected.txt: Added.
857 * platform/gtk/fast/dom/HTMLMeterElement/meter-element-expected.checksum: Added.
858 * platform/gtk/fast/dom/HTMLMeterElement/meter-element-expected.png: Added.
859 * platform/gtk/fast/dom/HTMLMeterElement/meter-element-expected.txt: Added.
860 * platform/gtk/fast/dom/HTMLMeterElement/meter-optimums-expected.checksum: Added.
861 * platform/gtk/fast/dom/HTMLMeterElement/meter-optimums-expected.png: Added.
862 * platform/gtk/fast/dom/HTMLMeterElement/meter-optimums-expected.txt: Added.
863 * platform/gtk/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.checksum: Added.
864 * platform/gtk/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.png: Added.
865 * platform/gtk/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.txt: Added.
866 * platform/gtk/fast/dom/HTMLMeterElement/meter-styles-expected.checksum: Added.
867 * platform/gtk/fast/dom/HTMLMeterElement/meter-styles-expected.png: Added.
868 * platform/gtk/fast/dom/HTMLMeterElement/meter-styles-expected.txt: Added.
870 2011-01-11 Stephen White <senorblanco@chromium.org>
872 Unreviewed; yet another gpu test_expectations update.
874 All glory to the hypnotoad.
876 * platform/chromium-gpu/test_expectations.txt:
878 2011-01-11 Jeremy Orlow <jorlow@chromium.org>
880 [Chromium] Fix bad baselines
881 https://bugs.webkit.org/show_bug.cgi?id=52207
883 It looks like https://bugs.webkit.org/show_bug.cgi?id=51865 didn't quite
884 get the baselines right. Ran the rebaseline tool to get these.
886 * platform/chromium-linux/svg/custom/fill-SVGPaint-interface-expected.txt: Removed.
887 * platform/chromium-linux/svg/custom/getPresentationAttribute-expected.txt: Removed.
888 * platform/chromium-win/svg/custom/fill-SVGPaint-interface-expected.txt:
889 * platform/chromium-win/svg/custom/getPresentationAttribute-expected.txt:
891 2011-01-11 Adam Roben <aroben@apple.com>
893 Update test results after r75408
895 * platform/mac-leopard/fast/js/large-expressions-expected.txt:
896 * platform/win/fast/js/large-expressions-expected.txt:
898 2011-01-11 Csaba Osztrogonác <ossy@webkit.org>
902 [Qt] DRT sideeffect revealed by r63657 and r75305
903 https://bugs.webkit.org/show_bug.cgi?id=42578
905 After r75305 24 tests fail. Add them to the Skipped list temporarily to make buildbot happy.
907 * platform/qt/Skipped:
909 2011-01-11 Noel Gordon <noel.gordon@gmail.com>
911 Reviewed by James Robinson.
913 [chromium] canvas.toDataURL("image/jpeg") should composite onto black.
914 https://bugs.webkit.org/show_bug.cgi?id=51237
916 canvas/philip/tests/toDataURL.jpeg.alpha.html only fails on chromium-mac
917 now, tracked by bug http://webkit.org/b/40147.
919 * platform/chromium/test_expectations.txt: win & linux pass.
921 2011-01-11 Anton Muhin <antonm@chromium.org>
923 Unreviewed Chromium test expectations update.
925 Remove now unnecessary Chromium overrides.
927 * platform/chromium-mac/fast/regex/malformed-escapes-expected.txt: Removed.
928 * platform/chromium-win/fast/regex/malformed-escapes-expected.txt: Removed.
930 2011-01-11 Shane Stephens <shanestephens@google.com>
932 Reviewed by Eric Seidel.
934 [Chromium] Tests marked as WONTFIX SKIP but bug causing test failure fixed.
935 https://bugs.webkit.org/show_bug.cgi?id=51865
937 * platform/chromium-linux/svg/custom/fill-SVGPaint-interface-expected.checksum: Added.
938 * platform/chromium-linux/svg/custom/fill-SVGPaint-interface-expected.png: Added.
939 * platform/chromium-linux/svg/custom/fill-SVGPaint-interface-expected.txt: Added.
940 * platform/chromium-linux/svg/custom/getPresentationAttribute-expected.checksum: Added.
941 * platform/chromium-linux/svg/custom/getPresentationAttribute-expected.png: Added.
942 * platform/chromium-linux/svg/custom/getPresentationAttribute-expected.txt: Added.
943 * platform/chromium-win/svg/custom/fill-SVGPaint-interface-expected.checksum:
944 * platform/chromium-win/svg/custom/fill-SVGPaint-interface-expected.png:
945 * platform/chromium-win/svg/custom/fill-SVGPaint-interface-expected.txt: Added.
946 * platform/chromium-win/svg/custom/getPresentationAttribute-expected.checksum:
947 * platform/chromium-win/svg/custom/getPresentationAttribute-expected.png:
948 * platform/chromium-win/svg/custom/getPresentationAttribute-expected.txt: Added.
949 * platform/chromium/test_expectations.txt:
951 2011-01-10 Mihai Parparita <mihaip@chromium.org>
953 Unreviewed Chromium test expectations update.
955 Reorganized scrollbar-related failures.
957 * platform/chromium/test_expectations.txt:
959 2011-01-10 Mihai Parparita <mihaip@chromium.org>
961 Unreviewed Chromium test expectations update.
963 Remove entries for tests that now pass.
965 A bunch of tests with scrollbars started to pass after unncessary
966 Chromium baselines with removed with r75463, r75446 and
969 ietestcenter/Javascript/15.4.4.14-9-b-i-6.html and ietestcenter/
970 Javascript/15.4.4.15-8-b-i-6.html started to pass after
971 http://crrev.com/70894, which rolled V8 to 3.0.7, which fixed
972 http://code.google.com/p/v8/issues/detail?id=1015.
974 fast/text/font-size-zero.html appears to always pass.
976 * platform/chromium/test_expectations.txt:
978 2011-01-10 Stephen White <senorblanco@chromium.org>
980 Unreviewed; chromium-gpu test_expectations updates.
982 Mark 3 tests as failing after skia roll (chromium r75408).
984 * platform/chromium-gpu/test_expectations.txt:
986 2011-01-10 David Hyatt <hyatt@apple.com>
988 Reviewed by Simon Fraser.
990 Test for https://bugs.webkit.org/show_bug.cgi?id=51119
992 * fast/transforms/transform-hit-test-flipped-expected.txt: Added.
993 * fast/transforms/transform-hit-test-flipped.html: Added.
995 2011-01-10 Justin Schuh <jschuh@chromium.org>
997 Unreviewed Chromium test expectations update.
999 Fix path for: fast/js/kde/parse.html
1001 * platform/chromium/test_expectations.txt:
1003 2011-01-10 Justin Schuh <jschuh@chromium.org>
1005 Unreviewed Chromium test expectations update.
1007 Mark 3 tests as failing on chromium after r75408.
1009 * platform/chromium/test_expectations.txt:
1011 2011-01-10 Mihai Parparita <mihaip@chromium.org>
1013 Unreviewed Chromium test expectations update.
1015 Remove chromium-mac baselines for css1/ and css2.1/ tests that had them
1016 because of scrollbars. Update stale mac-leopard baselines.
1018 * platform/chromium-mac/css1/box_properties/clear-expected.checksum: Removed.
1019 * platform/chromium-mac/css1/box_properties/clear-expected.png: Removed.
1020 * platform/chromium-mac/css1/text_properties/text_transform-expected.checksum: Removed.
1021 * platform/chromium-mac/css1/text_properties/text_transform-expected.png: Removed.
1022 * platform/chromium-mac/css1/text_properties/vertical_align-expected.checksum: Removed.
1023 * platform/chromium-mac/css1/text_properties/vertical_align-expected.png: Removed.
1024 * platform/mac-leopard/css1/box_properties/clear_float-expected.checksum:
1025 * platform/mac-leopard/css1/box_properties/clear_float-expected.png:
1026 * platform/mac-leopard/css1/box_properties/float_elements_in_series-expected.checksum:
1027 * platform/mac-leopard/css1/box_properties/float_elements_in_series-expected.png:
1028 * platform/mac-leopard/css1/box_properties/float_on_text_elements-expected.checksum:
1029 * platform/mac-leopard/css1/box_properties/float_on_text_elements-expected.png:
1030 * platform/mac-leopard/css2.1/t0905-c5525-fltwidth-00-c-g-expected.checksum: Added.
1031 * platform/mac-leopard/css2.1/t0905-c5525-fltwidth-00-c-g-expected.png: Added.
1033 2011-01-10 Joe Mason <jmason@rim.com>
1035 Reviewed by Alexey Proskuryakov.
1037 WebSockets: unbounded buffer growth when server sends bad data
1038 https://bugs.webkit.org/show_bug.cgi?id=51253
1040 Tests that a websocket handshake should fail after 1024 bytes without a
1041 newline, or if it contains a null byte before the first newline.
1043 * http/tests/websocket/tests/handshake-fail-by-maxlength-expected.txt: Added.
1044 * http/tests/websocket/tests/handshake-fail-by-maxlength.html: Added.
1045 * http/tests/websocket/tests/handshake-fail-by-maxlength_wsh.py: Added.
1046 * http/tests/websocket/tests/handshake-fail-by-prepended-null-expected.txt: Added.
1047 * http/tests/websocket/tests/handshake-fail-by-prepended-null.html: Added.
1048 * http/tests/websocket/tests/handshake-fail-by-prepended-null_wsh.py: Added.
1050 2011-01-10 Jer Noble <jer.noble@apple.com>
1052 Reviewed by Simon Fraser.
1054 https://bugs.webkit.org/show_bug.cgi?id=52095
1055 REGRESSION (r75277): 2 test cases (<1%) had incorrect layout
1058 fullscreen/full-screen-remove-ancestor.html
1059 fullscreen/full-screen-remove.html
1061 Revert change made in r75326, now that the underlying issue has been fixed.
1063 * fullscreen/full-screen-remove-ancestor-expected.txt:
1064 * fullscreen/full-screen-remove-expected.txt:
1066 2011-01-10 Mihai Parparita <mihaip@chromium.org>
1068 Unreviewed Chromium test expectations update.
1070 Remove chromium-mac baselines for svg/ tests that had them because of
1073 Also updates Snow Leopard (mac) baselines for svg/dom/
1074 SVGLengthList-basics.xhtml after r72518.
1076 * platform/chromium-mac/svg/dom/SVGLengthList-basics-expected.checksum: Removed.
1077 * platform/chromium-mac/svg/dom/SVGLengthList-basics-expected.png: Removed.
1078 * platform/chromium-mac/svg/dom/SVGTransformList-basics-expected.checksum: Removed.
1079 * platform/chromium-mac/svg/dom/SVGTransformList-basics-expected.png: Removed.
1080 * platform/chromium-mac/svg/dynamic-updates/SVGFEBlendElement-dom-in-attr-expected.checksum: Removed.
1081 * platform/chromium-mac/svg/dynamic-updates/SVGFEBlendElement-dom-in-attr-expected.png: Removed.
1082 * platform/chromium-mac/svg/dynamic-updates/SVGFEBlendElement-dom-in2-attr-expected.checksum: Removed.
1083 * platform/chromium-mac/svg/dynamic-updates/SVGFEBlendElement-dom-in2-attr-expected.png: Removed.
1084 * platform/chromium-mac/svg/dynamic-updates/SVGFEBlendElement-dom-mode-attr-expected.checksum: Removed.
1085 * platform/chromium-mac/svg/dynamic-updates/SVGFEBlendElement-dom-mode-attr-expected.png: Removed.
1086 * platform/chromium-mac/svg/dynamic-updates/SVGFEBlendElement-svgdom-in-prop-expected.checksum: Removed.
1087 * platform/chromium-mac/svg/dynamic-updates/SVGFEBlendElement-svgdom-in-prop-expected.png: Removed.
1088 * platform/chromium-mac/svg/dynamic-updates/SVGFEBlendElement-svgdom-in2-prop-expected.checksum: Removed.
1089 * platform/chromium-mac/svg/dynamic-updates/SVGFEBlendElement-svgdom-in2-prop-expected.png: Removed.
1090 * platform/chromium-mac/svg/dynamic-updates/SVGFEBlendElement-svgdom-mode-prop-expected.checksum: Removed.
1091 * platform/chromium-mac/svg/dynamic-updates/SVGFEBlendElement-svgdom-mode-prop-expected.png: Removed.
1092 * platform/chromium-mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-expected.checksum: Removed.
1093 * platform/chromium-mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-expected.png: Removed.
1094 * platform/chromium-mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.checksum: Removed.
1095 * platform/chromium-mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.png: Removed.
1096 * platform/chromium-mac/svg/hixie/links/003-broken-expected.checksum: Removed.
1097 * platform/chromium-mac/svg/hixie/links/003-broken-expected.png: Removed.
1098 * platform/chromium-mac/svg/zoom/page/zoom-coords-viewattr-01-b-expected.checksum: Removed.
1099 * platform/chromium-mac/svg/zoom/page/zoom-coords-viewattr-01-b-expected.png: Removed.
1100 * platform/chromium-mac/svg/zoom/page/zoom-foreignObject-expected.checksum: Removed.
1101 * platform/chromium-mac/svg/zoom/page/zoom-foreignObject-expected.png: Removed.
1102 * platform/chromium-mac/svg/zoom/page/zoom-hixie-mixed-008-expected.checksum: Removed.
1103 * platform/chromium-mac/svg/zoom/page/zoom-hixie-mixed-008-expected.png: Removed.
1104 * platform/chromium-mac/svg/zoom/page/zoom-mask-with-percentages-expected.checksum: Removed.
1105 * platform/chromium-mac/svg/zoom/page/zoom-mask-with-percentages-expected.png: Removed.
1106 * platform/mac/svg/dom/SVGLengthList-basics-expected.checksum:
1107 * platform/mac/svg/dom/SVGLengthList-basics-expected.png:
1109 2011-01-10 Jenn Braithwaite <jennb@chromium.org>
1111 Reviewed by Dmitry Titov.
1113 [chromium] Layout test fast/frames/iframe-reparenting-plugins.html is failing on windows
1114 https://bugs.webkit.org/show_bug.cgi?id=52062
1116 * platform/chromium/test_expectations.txt:
1117 Skip the failing test. Same reason other tests using WebKit Test PlugIn fails.
1119 2011-01-10 Martin Robinson <mrobinson@igalia.com>
1121 Rebaseline some test results after r75389.
1123 * platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt:
1124 * platform/gtk/fast/dom/prototype-inheritance-expected.txt:
1125 * platform/gtk/fast/js/global-constructors-expected.txt:
1127 2011-01-10 Mihai Parparita <mihaip@chromium.org>
1129 Unreviewed Chromium test expectations update.
1131 More scrollbar change rebaselines.
1133 * platform/chromium-mac/fast/selectors/166-expected.checksum: Removed.
1134 * platform/chromium-mac/fast/selectors/166-expected.png: Removed.
1135 * platform/chromium-mac/fast/table/border-collapsing/004-vertical-expected.checksum: Removed.
1136 * platform/chromium-mac/fast/table/border-collapsing/004-vertical-expected.png: Removed.
1137 * platform/chromium-mac/fast/table/height-percent-test-vertical-expected.checksum: Removed.
1138 * platform/chromium-mac/fast/table/height-percent-test-vertical-expected.png: Removed.
1139 * platform/chromium-mac/svg/css/composite-shadow-example-expected.checksum:
1140 * platform/chromium-mac/svg/css/composite-shadow-example-expected.png:
1141 * platform/chromium-mac/svg/css/composite-shadow-with-opacity-expected.checksum:
1142 * platform/chromium-mac/svg/css/composite-shadow-with-opacity-expected.png:
1143 * platform/chromium-mac/svg/css/stars-with-shadow-expected.checksum: Removed.
1144 * platform/chromium-mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.checksum:
1145 * platform/chromium-mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png:
1146 * platform/chromium/test_expectations.txt:
1147 * platform/mac-leopard/fast/table/border-collapsing/004-vertical-expected.checksum: Added.
1148 * platform/mac-leopard/fast/table/border-collapsing/004-vertical-expected.png: Added.
1149 * platform/mac/fast/table/border-collapsing/004-vertical-expected.checksum:
1150 * platform/mac/fast/table/border-collapsing/004-vertical-expected.png:
1151 * platform/mac/fast/table/height-percent-test-vertical-expected.checksum:
1152 * platform/mac/fast/table/height-percent-test-vertical-expected.png:
1154 2011-01-10 Tony Chang <tony@chromium.org>
1156 Unreviewed, rolling out r75398, r75407,
1157 http://trac.webkit.org/changeset/75398
1158 https://bugs.webkit.org/show_bug.cgi?id=52008
1160 Some layout tests are crashing on Chromium Win.
1162 * platform/chromium-win/fast/backgrounds/animated-gif-as-background-expected.checksum: Added.
1163 * platform/chromium-win/fast/backgrounds/animated-gif-as-background-expected.png: Added.
1164 * platform/chromium/test_expectations.txt:
1166 2011-01-10 Mihai Parparita <mihaip@chromium.org>
1168 Unreviewed Chromium test expectations update.
1170 Rebaseline six tests in fast/repaint for chromium-mac. Even after the
1171 scrollbar switch they need Chromium-specific results since repaint
1172 regions are different from the mac port's.
1174 Adds both Leopard (chromium-mac-leopard) and Snow Leopard (chromium-mac)
1177 * platform/chromium-mac-leopard/fast/repaint/fixed-expected.checksum: Added.
1178 * platform/chromium-mac-leopard/fast/repaint/fixed-expected.png: Added.
1179 * platform/chromium-mac-leopard/fast/repaint/fixed-move-after-keyboard-scroll-expected.checksum: Added.
1180 * platform/chromium-mac-leopard/fast/repaint/fixed-move-after-keyboard-scroll-expected.png: Added.
1181 * platform/chromium-mac/fast/repaint/fixed-expected.checksum:
1182 * platform/chromium-mac/fast/repaint/fixed-expected.png:
1183 * platform/chromium-mac/fast/repaint/fixed-move-after-keyboard-scroll-expected.checksum:
1184 * platform/chromium-mac/fast/repaint/fixed-move-after-keyboard-scroll-expected.png:
1185 * platform/chromium-mac/fast/repaint/fixed-tranformed-expected.checksum:
1186 * platform/chromium-mac/fast/repaint/fixed-tranformed-expected.png:
1187 * platform/chromium-mac/fast/repaint/moving-shadow-on-container-expected.checksum:
1188 * platform/chromium-mac/fast/repaint/moving-shadow-on-container-expected.png:
1189 * platform/chromium-mac/fast/repaint/moving-shadow-on-path-expected.checksum:
1190 * platform/chromium-mac/fast/repaint/moving-shadow-on-path-expected.png:
1191 * platform/chromium-mac/fast/repaint/repaint-during-scroll-expected.checksum:
1192 * platform/chromium-mac/fast/repaint/repaint-during-scroll-expected.png:
1193 * platform/chromium/test_expectations.txt:
1195 2011-01-10 Maciej Stachowiak <mjs@apple.com>
1197 Reviewed by Anders Carlsson.
1199 Skip layout tests in WebKit2 that fail for an obvious (missing DRT API) reason
1200 https://bugs.webkit.org/show_bug.cgi?id=52166
1202 * platform/mac-wk2/Skipped:
1204 2011-01-10 Gavin Barraclough <barraclough@apple.com>
1206 Reviewed by Oliver Hunt.
1208 Bug 52079 - Syntax errors should be early errors.
1210 Fix syntax errors in layout tests, and update expected results.
1212 * editing/selection/select-crash-001.html:
1213 * editing/selection/select-crash-002.html:
1214 * fast/canvas/webgl/renderbuffer-initialization.html:
1215 * fast/forms/25153.html:
1216 * fast/forms/textfield-drag-into-disabled.html:
1217 * fast/js/exception-codegen-crash-expected.txt:
1218 * fast/js/exception-codegen-crash.html:
1219 * fast/js/kde/parse-expected.txt:
1220 * fast/js/kde/script-tests/parse.js:
1221 * fast/js/large-expressions-expected.txt:
1222 * fast/js/named-function-expression-expected.txt:
1223 * fast/js/parser-syntax-check-expected.txt:
1224 * fast/js/script-tests/large-expressions.js:
1225 * fast/js/script-tests/named-function-expression.js:
1226 * fast/js/script-tests/parser-syntax-check.js:
1227 * fast/js/sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A11.1_T3-expected.txt:
1228 * fast/js/sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A11_T3-expected.txt:
1229 * fast/js/sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A12.1_T3-expected.txt:
1230 * fast/js/sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A12_T3-expected.txt:
1231 * fast/js/sputnik/Conformance/12_Statement/12.7_The_continue_Statement/S12.7_A1_T1-expected.txt:
1232 * fast/js/sputnik/Conformance/12_Statement/12.7_The_continue_Statement/S12.7_A1_T2-expected.txt:
1233 * fast/js/sputnik/Conformance/12_Statement/12.7_The_continue_Statement/S12.7_A1_T3-expected.txt:
1234 * fast/js/sputnik/Conformance/12_Statement/12.7_The_continue_Statement/S12.7_A1_T4-expected.txt:
1235 * fast/js/sputnik/Conformance/12_Statement/12.7_The_continue_Statement/S12.7_A5_T1-expected.txt:
1236 * fast/js/sputnik/Conformance/12_Statement/12.7_The_continue_Statement/S12.7_A5_T2-expected.txt:
1237 * fast/js/sputnik/Conformance/12_Statement/12.7_The_continue_Statement/S12.7_A5_T3-expected.txt:
1238 * fast/js/sputnik/Conformance/12_Statement/12.7_The_continue_Statement/S12.7_A6-expected.txt:
1239 * fast/js/sputnik/Conformance/12_Statement/12.7_The_continue_Statement/S12.7_A8_T1-expected.txt:
1240 * fast/js/sputnik/Conformance/12_Statement/12.7_The_continue_Statement/S12.7_A8_T2-expected.txt:
1241 * fast/js/sputnik/Conformance/12_Statement/12.8_The_break_Statement/S12.8_A1_T1-expected.txt:
1242 * fast/js/sputnik/Conformance/12_Statement/12.8_The_break_Statement/S12.8_A1_T2-expected.txt:
1243 * fast/js/sputnik/Conformance/12_Statement/12.8_The_break_Statement/S12.8_A1_T3-expected.txt:
1244 * fast/js/sputnik/Conformance/12_Statement/12.8_The_break_Statement/S12.8_A1_T4-expected.txt:
1245 * fast/js/sputnik/Conformance/12_Statement/12.8_The_break_Statement/S12.8_A5_T1-expected.txt:
1246 * fast/js/sputnik/Conformance/12_Statement/12.8_The_break_Statement/S12.8_A5_T2-expected.txt:
1247 * fast/js/sputnik/Conformance/12_Statement/12.8_The_break_Statement/S12.8_A5_T3-expected.txt:
1248 * fast/js/sputnik/Conformance/12_Statement/12.8_The_break_Statement/S12.8_A6-expected.txt:
1249 * fast/js/sputnik/Conformance/12_Statement/12.8_The_break_Statement/S12.8_A8_T1-expected.txt:
1250 * fast/js/sputnik/Conformance/12_Statement/12.8_The_break_Statement/S12.8_A8_T2-expected.txt:
1251 * fast/js/sputnik/Conformance/12_Statement/12.9_The_return_Statement/S12.9_A1_T1-expected.txt:
1252 * fast/js/sputnik/Conformance/12_Statement/12.9_The_return_Statement/S12.9_A1_T10-expected.txt:
1253 * fast/js/sputnik/Conformance/12_Statement/12.9_The_return_Statement/S12.9_A1_T2-expected.txt:
1254 * fast/js/sputnik/Conformance/12_Statement/12.9_The_return_Statement/S12.9_A1_T3-expected.txt:
1255 * fast/js/sputnik/Conformance/12_Statement/12.9_The_return_Statement/S12.9_A1_T4-expected.txt:
1256 * fast/js/sputnik/Conformance/12_Statement/12.9_The_return_Statement/S12.9_A1_T5-expected.txt:
1257 * fast/js/sputnik/Conformance/12_Statement/12.9_The_return_Statement/S12.9_A1_T6-expected.txt:
1258 * fast/js/sputnik/Conformance/12_Statement/12.9_The_return_Statement/S12.9_A1_T7-expected.txt:
1259 * fast/js/sputnik/Conformance/12_Statement/12.9_The_return_Statement/S12.9_A1_T8-expected.txt:
1260 * fast/js/sputnik/Conformance/12_Statement/12.9_The_return_Statement/S12.9_A1_T9-expected.txt:
1261 * http/tests/security/isolatedWorld/events.html:
1262 * http/tests/security/isolatedWorld/userGestureEvents.html:
1263 * svg/custom/resources/use-instanceRoot-event-listeners.js:
1264 * svg/custom/rgbcolor-syntax.svg:
1265 * svg/custom/use-instanceRoot-modifications.svg:
1266 * svg/custom/use-property-changes-through-svg-dom.svg:
1267 * webarchive/adopt-attribute-styled-body-webarchive-expected.webarchive:
1268 * webarchive/resources/adopt-attribute-styled-body-iframe.html:
1270 2011-01-10 Tony Chang <tony@chromium.org>
1272 Unreviewed, remove duplicate test expectation for gif-loop-count.
1274 * platform/chromium/test_expectations.txt:
1276 2011-01-10 Csaba Osztrogonác <ossy@webkit.org>
1278 Unreviewed rolling out r75371, because it didn't fix Qt buildbot.
1280 * platform/qt/Skipped:
1282 2011-01-10 Tony Chang <tony@chromium.org>
1284 Reviewed by Mihai Parparita.
1286 [chromium] fix for animated gif layout tests
1287 https://bugs.webkit.org/show_bug.cgi?id=52008
1289 Remove incorrect baselines.
1291 * platform/chromium-win/fast/backgrounds/animated-gif-as-background-expected.checksum: Removed.
1292 * platform/chromium-win/fast/backgrounds/animated-gif-as-background-expected.png: Removed.
1293 * platform/chromium/test_expectations.txt:
1295 2011-01-10 Sheriff Bot <webkit.review.bot@gmail.com>
1297 Unreviewed, rolling out r75341.
1298 http://trac.webkit.org/changeset/75341
1299 https://bugs.webkit.org/show_bug.cgi?id=52157
1301 Regressions on several pixel tests (Requested by jorlow on
1304 * fast/canvas/canvas-fillPath-gradient-shadow-expected.txt: Removed.
1305 * fast/canvas/canvas-fillPath-gradient-shadow.html: Removed.
1306 * fast/canvas/script-tests/canvas-fillPath-gradient-shadow.js: Removed.
1307 * platform/chromium/test_expectations.txt:
1308 * platform/qt/Skipped:
1310 2011-01-10 Csaba Osztrogonác <ossy@webkit.org>
1314 [Qt] fast/text/emphasis-avoid-ruby.html fails, because FontQt doesn’t implement
1315 Font::emphasisMark{Ascent,Descent,Height} nor emphasis mark drawing.
1317 https://bugs.webkit.org/show_bug.cgi?id=52155
1319 * platform/qt/Skipped: Add fast/text/emphasis-avoid-ruby.html until fix.
1321 2011-01-10 Mihai Parparita <mihaip@chromium.org>
1323 Unreviewed Chromium test expectations update.
1325 Rebaseline two tests in fast/forms for chromium-mac. Even after the
1326 scrollbar switch they need Chromium-specific results since search and
1327 file upload control rendering is different from the mac port's.
1329 Adds both Leopard (chromium-mac-leopard) and Snow Leopard (chromium-mac)
1332 * platform/chromium-mac-leopard/fast/forms/file-input-direction-expected.checksum: Added.
1333 * platform/chromium-mac-leopard/fast/forms/file-input-direction-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/forms/file-input-direction-expected.png.
1334 * platform/chromium-mac-leopard/fast/forms/search-transformed-expected.checksum: Added.
1335 * platform/chromium-mac-leopard/fast/forms/search-transformed-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/forms/search-transformed-expected.png.
1336 * platform/chromium-mac/fast/forms/file-input-direction-expected.checksum:
1337 * platform/chromium-mac/fast/forms/file-input-direction-expected.png:
1338 * platform/chromium-mac/fast/forms/search-transformed-expected.checksum:
1339 * platform/chromium-mac/fast/forms/search-transformed-expected.png:
1340 * platform/chromium/test_expectations.txt:
1342 2011-01-10 Csaba Osztrogonác <ossy@webkit.org>
1344 Unreviewed. Add Qt specific expected file.
1346 * platform/qt/http/tests/navigation/forward-and-cancel-expected.txt: Copied from LayoutTests/http/tests/navigation/forward-and-cancel-expected.txt.
1348 2011-01-10 François Sausset <sausset@gmail.com>
1350 Reviewed by Kenneth Rohde Christiansen.
1352 Updated tests and results to take into account new default fraction bar thickness.
1353 https://bugs.webkit.org/show_bug.cgi?id=50018
1355 * mathml/presentation/fractions.xhtml:
1356 * platform/mac/mathml/presentation/fractions-expected.checksum:
1357 * platform/mac/mathml/presentation/fractions-expected.png:
1358 * platform/mac/mathml/presentation/fractions-expected.txt:
1360 2011-01-10 Antti Koivisto <antti@apple.com>
1362 Reviewed by Alexey Proskuryakov.
1364 https://bugs.webkit.org/show_bug.cgi?id=52044
1365 REGRESSION(r74807): No-store is ignored within a document
1367 * http/tests/misc/script-no-store-expected.txt: Added.
1368 * http/tests/misc/script-no-store.html: Added.
1369 * http/tests/misc/resources/random-no-store.php: Added.
1371 2011-01-10 Alejandro G. Castro <alex@igalia.com>
1373 Reviewed by Martin Robinson.
1375 [cairo] Rendering a lot of arcs on top of each other causes time
1377 https://bugs.webkit.org/show_bug.cgi?id=50869
1379 Unskip canvas-largedraws.html after improving the performance for
1382 * platform/gtk/Skipped:
1384 2011-01-10 Adam Roben <aroben@apple.com>
1386 Add some new tests to the Windows Skipped file
1388 The tests are failing due to unimplemented DRT features which are
1389 already covered by bugs.
1391 * platform/win/Skipped:
1393 2011-01-10 Csaba Osztrogonác <ossy@webkit.org>
1397 [Qt] DRT sideeffect revealed by r63657
1398 https://bugs.webkit.org/show_bug.cgi?id=42578
1400 Add new tests introduced in r75305 to the skipped list temporarily to make buildbot happy.
1402 * platform/qt/Skipped:
1404 2011-01-10 Yael Aharon <yael.aharon@nokia.com>
1406 Reviewed by Simon Fraser.
1408 Specificity of negated selectors apparently miscalculated
1409 https://bugs.webkit.org/show_bug.cgi?id=41206
1411 * fast/css/pseudo-not-expected.txt: Added.
1412 * fast/css/pseudo-not.html: Added.
1414 2011-01-09 Justin Garcia <justin.garcia@apple.com>
1416 Unreviewed. Adding svg/text/caret-in-svg-text.xhtml to Skipped list for gtk, where there
1417 is no TextInputController, and qt, where firstRectForCharacterRange is unimplemented.
1419 * platform/gtk/Skipped:
1420 * platform/qt/Skipped:
1422 2011-01-09 Simon Fraser <simon.fraser@apple.com>
1424 Fix test after r75352.
1426 Per HTML5, the disabled IDL attribute for style elements is not reflected
1427 in the content attribute.
1429 * fast/dom/boolean-attribute-reflection-expected.txt:
1430 * fast/dom/script-tests/boolean-attribute-reflection.js:
1432 2011-01-08 Simon Fraser <simon.fraser@apple.com>
1434 Reviewed by Alexey Proskuryakov.
1436 HTMLStyleElement.disabled doesn't work (affects jQuery)
1437 https://bugs.webkit.org/show_bug.cgi?id=25287
1439 Test the disabled property of a style element.
1441 Based on initial patch by Tarun Nainani.
1443 * fast/html/disable-style-element-expected.txt: Added.
1444 * fast/html/disable-style-element.html: Added.
1445 * fast/html/script-tests/disable-style-element.js: Added.
1447 2011-01-09 Dirk Schulze <krit@webkit.org>
1449 Reviewed by Nikolas Zimmermann.
1451 Rename RenderForeignObject to RenderSVGForeignObject
1452 https://bugs.webkit.org/show_bug.cgi?id=52129
1454 Renamed RenderForeignObject to RenderSVGForeignObject
1456 * platform/chromium-linux/svg/custom/dominant-baseline-hanging-expected.txt:
1457 * platform/chromium-win/svg/custom/baseval-animval-equality-expected.txt:
1458 * platform/chromium-win/svg/custom/dominant-baseline-hanging-expected.txt:
1459 * platform/chromium-win/svg/custom/dynamic-svg-document-creation-expected.txt:
1460 * platform/chromium-win/svg/custom/foreign-object-skew-expected.txt:
1461 * platform/chromium-win/svg/custom/foreignObject-crash-on-hover-expected.txt:
1462 * platform/chromium-win/svg/custom/use-on-disallowed-foreign-object-1-expected.txt:
1463 * platform/chromium-win/svg/custom/use-on-disallowed-foreign-object-2-expected.txt:
1464 * platform/chromium-win/svg/custom/use-on-disallowed-foreign-object-3-expected.txt:
1465 * platform/chromium-win/svg/custom/use-on-disallowed-foreign-object-4-expected.txt:
1466 * platform/chromium-win/svg/custom/use-on-disallowed-foreign-object-5-expected.txt:
1467 * platform/chromium-win/svg/custom/use-on-disallowed-foreign-object-6-expected.txt:
1468 * platform/chromium-win/svg/custom/use-on-non-svg-namespaced-element-expected.txt:
1469 * platform/chromium-win/svg/foreignObject/no-crash-with-svg-content-in-html-document-expected.txt:
1470 * platform/chromium-win/svg/foreignObject/svg-document-as-direct-child-expected.txt:
1471 * platform/chromium-win/svg/foreignObject/svg-document-in-html-document-expected.txt:
1472 * platform/chromium-win/svg/foreignObject/text-tref-02-b-expected.txt:
1473 * platform/chromium-win/svg/hixie/mixed/006-expected.txt:
1474 * platform/chromium-win/svg/hixie/mixed/007-expected.txt:
1475 * platform/chromium-win/svg/hixie/mixed/008-expected.txt:
1476 * platform/chromium-win/svg/hixie/mixed/009-expected.txt:
1477 * platform/chromium-win/svg/hixie/mixed/011-expected.txt:
1478 * platform/chromium-win/svg/text/foreignObject-repaint-expected.txt:
1479 * platform/chromium-win/svg/text/foreignObject-text-clipping-bug-expected.txt:
1480 * platform/chromium-win/svg/zoom/page/zoom-foreignObject-expected.txt:
1481 * platform/chromium-win/svg/zoom/page/zoom-hixie-mixed-008-expected.txt:
1482 * platform/chromium-win/svg/zoom/page/zoom-hixie-mixed-009-expected.txt:
1483 * platform/chromium-win/svg/zoom/text/zoom-foreignObject-expected.txt:
1484 * platform/chromium-win/svg/zoom/text/zoom-hixie-mixed-008-expected.txt:
1485 * platform/chromium-win/svg/zoom/text/zoom-hixie-mixed-009-expected.txt:
1486 * platform/gtk/svg/foreignObject/disallowed-svg-nodes-as-direct-children-expected.txt:
1487 * platform/gtk/svg/foreignObject/no-crash-with-svg-content-in-html-document-expected.txt:
1488 * platform/gtk/svg/foreignObject/svg-document-as-direct-child-expected.txt:
1489 * platform/gtk/svg/foreignObject/svg-document-in-html-document-expected.txt:
1490 * platform/gtk/svg/foreignObject/text-tref-02-b-expected.txt:
1491 * platform/gtk/svg/overflow/overflow-on-foreignObject-expected.txt:
1492 * platform/gtk/svg/text/foreignObject-repaint-expected.txt:
1493 * platform/gtk/svg/text/foreignObject-text-clipping-bug-expected.txt:
1494 * platform/gtk/svg/zoom/page/zoom-foreignObject-expected.txt:
1495 * platform/gtk/svg/zoom/page/zoom-hixie-mixed-008-expected.txt:
1496 * platform/gtk/svg/zoom/page/zoom-hixie-mixed-009-expected.txt:
1497 * platform/gtk/svg/zoom/text/zoom-foreignObject-expected.txt:
1498 * platform/gtk/svg/zoom/text/zoom-hixie-mixed-008-expected.txt:
1499 * platform/mac-leopard/svg/zoom/page/zoom-hixie-mixed-008-expected.txt:
1500 * platform/mac-leopard/svg/zoom/text/zoom-hixie-mixed-008-expected.txt:
1501 * platform/mac/svg/custom/baseval-animval-equality-expected.txt:
1502 * platform/mac/svg/custom/dominant-baseline-hanging-expected.txt:
1503 * platform/mac/svg/custom/dynamic-svg-document-creation-expected.txt:
1504 * platform/mac/svg/custom/fill-SVGPaint-interface-expected.txt:
1505 * platform/mac/svg/custom/foreign-object-skew-expected.txt:
1506 * platform/mac/svg/custom/foreignObject-crash-on-hover-expected.txt:
1507 * platform/mac/svg/custom/getPresentationAttribute-expected.txt:
1508 * platform/mac/svg/custom/use-on-disallowed-foreign-object-1-expected.txt:
1509 * platform/mac/svg/custom/use-on-disallowed-foreign-object-2-expected.txt:
1510 * platform/mac/svg/custom/use-on-disallowed-foreign-object-3-expected.txt:
1511 * platform/mac/svg/custom/use-on-disallowed-foreign-object-4-expected.txt:
1512 * platform/mac/svg/custom/use-on-disallowed-foreign-object-5-expected.txt:
1513 * platform/mac/svg/custom/use-on-disallowed-foreign-object-6-expected.txt:
1514 * platform/mac/svg/custom/use-on-g-containing-foreignObject-and-image-expected.txt:
1515 * platform/mac/svg/custom/use-on-non-svg-namespaced-element-expected.txt:
1516 * platform/mac/svg/foreignObject/disallowed-svg-nodes-as-direct-children-expected.txt:
1517 * platform/mac/svg/foreignObject/no-crash-with-svg-content-in-html-document-expected.txt:
1518 * platform/mac/svg/foreignObject/svg-document-as-direct-child-expected.txt:
1519 * platform/mac/svg/foreignObject/svg-document-in-html-document-expected.txt:
1520 * platform/mac/svg/foreignObject/text-tref-02-b-expected.txt:
1521 * platform/mac/svg/hixie/mixed/006-expected.txt:
1522 * platform/mac/svg/hixie/mixed/007-expected.txt:
1523 * platform/mac/svg/hixie/mixed/008-expected.txt:
1524 * platform/mac/svg/hixie/mixed/009-expected.txt:
1525 * platform/mac/svg/hixie/mixed/011-expected.txt:
1526 * platform/mac/svg/overflow/overflow-on-foreignObject-expected.txt:
1527 * platform/mac/svg/text/foreignObject-repaint-expected.txt:
1528 * platform/mac/svg/text/foreignObject-text-clipping-bug-expected.txt:
1529 * platform/mac/svg/zoom/page/zoom-foreignObject-expected.txt:
1530 * platform/mac/svg/zoom/page/zoom-hixie-mixed-008-expected.txt:
1531 * platform/mac/svg/zoom/page/zoom-hixie-mixed-009-expected.txt:
1532 * platform/mac/svg/zoom/text/zoom-foreignObject-expected.txt:
1533 * platform/mac/svg/zoom/text/zoom-hixie-mixed-008-expected.txt:
1534 * platform/mac/svg/zoom/text/zoom-hixie-mixed-009-expected.txt:
1535 * platform/qt/svg/foreignObject/disallowed-svg-nodes-as-direct-children-expected.txt:
1536 * platform/qt/svg/foreignObject/no-crash-with-svg-content-in-html-document-expected.txt:
1537 * platform/qt/svg/foreignObject/svg-document-as-direct-child-expected.txt:
1538 * platform/qt/svg/foreignObject/svg-document-in-html-document-expected.txt:
1539 * platform/qt/svg/foreignObject/text-tref-02-b-expected.txt:
1540 * platform/qt/svg/overflow/overflow-on-foreignObject-expected.txt:
1541 * platform/qt/svg/text/foreignObject-text-clipping-bug-expected.txt:
1542 * platform/qt/svg/zoom/page/zoom-foreignObject-expected.txt:
1543 * platform/qt/svg/zoom/page/zoom-hixie-mixed-008-expected.txt:
1544 * platform/qt/svg/zoom/page/zoom-hixie-mixed-009-expected.txt:
1545 * platform/qt/svg/zoom/text/zoom-foreignObject-expected.txt:
1546 * platform/qt/svg/zoom/text/zoom-hixie-mixed-008-expected.txt:
1547 * platform/qt/svg/zoom/text/zoom-hixie-mixed-009-expected.txt:
1549 2011-01-08 Helder Correia <helder@sencha.com>
1551 Reviewed by Simon Fraser.
1553 Shadow is not drawn when filling a path with a gradient
1554 https://bugs.webkit.org/show_bug.cgi?id=51982
1556 This happens in CG and is related to bug 51869, this time to be fixed
1557 in GraphicsContext::fillPath(const Path& path). We need to draw the
1558 gradient clipped to the path on a CGLayer first, and then draw the
1559 layer on the GraphicsContext.
1561 * fast/canvas/canvas-fillPath-gradient-shadow-expected.txt: Added.
1562 * fast/canvas/canvas-fillPath-gradient-shadow.html: Added.
1563 * fast/canvas/script-tests/canvas-fillPath-gradient-shadow.js: Added.
1564 * platform/chromium/test_expectations.txt: Skipping new test since it fails.
1565 * platform/qt/Skipped: Ditto.
1567 2011-01-08 Tony Gentilcore <tonyg@chromium.org>
1569 Reviewed by Eric Seidel.
1571 HTML5 Conformance Test failure: approved/xhtml5/html_style_in_comment.xhtml
1572 https://bugs.webkit.org/show_bug.cgi?id=48593
1574 * fast/parser/html-html-comment-in-style-block-expected.txt: Added.
1575 * fast/parser/html-html-comment-in-style-block.html: Added.
1576 * fast/parser/xhtml-html-comment-in-style-block-expected.txt: Added.
1577 * fast/parser/xhtml-html-comment-in-style-block.xhtml: Added.
1579 2011-01-08 Charlie Reis <creis@chromium.org>
1581 Reviewed by Mihai Parparita.
1583 Canceled frame loads can corrupt back forward list
1584 https://bugs.webkit.org/show_bug.cgi?id=50254
1586 http/tests/navigation/forward-and-cancel.html aborts a slowly loading
1587 subframe in a frame tree and ensures the history items are updated properly.
1589 * LayoutTests/http/tests/navigation/forward-and-cancel-expected.txt: Added.
1590 * LayoutTests/http/tests/navigation/forward-and-cancel.html: Added.
1591 * LayoutTests/http/tests/navigation/resources/forward-and-cancel-frames.html: Added.
1592 * LayoutTests/http/tests/navigation/resources/forward-and-cancel-frames-container.html: Added.
1594 2011-01-08 Chang Shu <chang.shu@nokia.com>
1596 Reviewed by Kenneth Rohde Christiansen.
1598 Support createTouchList with Touch list for test automation.
1599 https://bugs.webkit.org/show_bug.cgi?id=51196
1601 Added test cases that take Touch objects when creating TouchList.
1603 * fast/events/touch/document-create-touch-list-expected.txt:
1604 * fast/events/touch/script-tests/document-create-touch-list.js:
1606 2011-01-08 Chang Shu <chang.shu@nokia.com>
1608 Reviewed by Ryosuke Niwa.
1610 Added test contents for contentEditable DOM attribute.
1611 https://bugs.webkit.org/show_bug.cgi?id=51957
1613 * editing/editability: Added.
1614 * editing/editability/attr-empty-string-expected.txt: Added.
1615 * editing/editability/attr-empty-string.html: Added.
1616 * editing/editability/attr-false-string-expected.txt: Added.
1617 * editing/editability/attr-false-string.html: Added.
1618 * editing/editability/attr-invalid-string-expected.txt: Added.
1619 * editing/editability/attr-invalid-string.html: Added.
1620 * editing/editability/attr-missing-ancestor-false-expected.txt: Added.
1621 * editing/editability/attr-missing-ancestor-false.html: Added.
1622 * editing/editability/attr-missing-ancestor-true-expected.txt: Added.
1623 * editing/editability/attr-missing-ancestor-true.html: Added.
1624 * editing/editability/attr-missing-parent-ancestor-missing-expected.txt: Added.
1625 * editing/editability/attr-missing-parent-ancestor-missing.html: Added.
1626 * editing/editability/attr-missing-parent-false-expected.txt: Added.
1627 * editing/editability/attr-missing-parent-false.html: Added.
1628 * editing/editability/attr-missing-parent-true-expected.txt: Added.
1629 * editing/editability/attr-missing-parent-true.html: Added.
1630 * editing/editability/attr-true-string-expected.txt: Added.
1631 * editing/editability/attr-true-string.html: Added.
1632 * editing/editability/set-false-expected.txt: Added.
1633 * editing/editability/set-false.html: Added.
1634 * editing/editability/set-inherit-parent-false-expected.txt: Added.
1635 * editing/editability/set-inherit-parent-false.html: Added.
1636 * editing/editability/set-inherit-parent-true-expected.txt: Added.
1637 * editing/editability/set-inherit-parent-true.html: Added.
1638 * editing/editability/set-invalid-value-expected.txt: Added.
1639 * editing/editability/set-invalid-value.html: Added.
1640 * editing/editability/set-true-expected.txt: Added.
1641 * editing/editability/set-true.html: Added.
1642 * editing/editability/set-value-caseinsensitive-expected.txt: Added.
1643 * editing/editability/set-value-caseinsensitive.html: Added.
1645 2011-01-08 Eric Seidel <eric@webkit.org>
1649 Implement WebKit Full Screen support
1650 https://bugs.webkit.org/show_bug.cgi?id=49481
1652 Check in failing results for these tests to allow the bots to roll green.
1654 * fullscreen/full-screen-remove-ancestor-expected.txt:
1655 * fullscreen/full-screen-remove-expected.txt:
1657 2011-01-08 Mihai Parparita <mihaip@chromium.org>
1659 Unreviewed; chromium test expectations update.
1661 Remove failing expectations for tests that started to pass after
1662 rebaselining in r75309.
1664 * platform/chromium/test_expectations.txt:
1666 2011-01-07 Antonio Gomes <agomes@rim.com>
1668 Reviewed by Kenneth Rohde Christiansen.
1670 [Qt] Spatial Navigation: adding a test for when scrollbars are turned off via WebKit API
1671 https://bugs.webkit.org/show_bug.cgi?id=51396
1673 Add a layout test to ensure that page is scrollable when spatial
1674 navgation is enabled even when scrollbars were disabled via WebKit
1675 API (e.g. QWebFrame::setScrollBarPolicy).
1677 Test is Qt-only for now since Qt's DRT is the only one that supports
1678 LayoutTestController::setScrollbarPolicy.
1680 In real world QtWebKit apps, scrollbars are disabled usually prior to
1681 any page load. To emulate that on a layout test, it was added two html
1682 files: one that set scrollbars off and queues the load of the real
1683 test, and other that does the real testing.
1685 * platform/qt/fast/spatial-navigation/resources/ensure-scrolls-with-scrollbars-disabled-by-webkit.html: Added.
1686 * platform/qt/fast/spatial-navigation/snav-ensure-scrolls-with-scrollbars-disabled-by-webkit-expected.txt: Added.
1687 * platform/qt/fast/spatial-navigation/snav-ensure-scrolls-with-scrollbars-disabled-by-webkit.html: Added.
1689 2011-01-07 Nico Weber <thakis@chromium.org>
1691 Unreviewed, test expectations.
1694 https://bugs.webkit.org/show_bug.cgi?id=52105
1696 * platform/chromium-linux/fast/gradients/css3-repeating-linear-gradients-expected.checksum:
1697 * platform/chromium-linux/fast/gradients/css3-repeating-linear-gradients-expected.png
1699 2011-01-07 Nico Weber <thakis@chromium.org>
1701 Unreviewed, test expectations.
1703 Many new baselines due to updated skia.
1704 https://bugs.webkit.org/show_bug.cgi?id=52105
1706 * platform/chromium-linux/editing/pasteboard/4641033-expected.checksum:
1707 * platform/chromium-linux/editing/pasteboard/4641033-expected.png:
1708 * platform/chromium-linux/editing/pasteboard/4944770-1-expected.checksum:
1709 * platform/chromium-linux/editing/pasteboard/4944770-1-expected.png:
1710 * platform/chromium-linux/editing/pasteboard/4944770-2-expected.checksum:
1711 * platform/chromium-linux/editing/pasteboard/4944770-2-expected.png:
1712 * platform/chromium-linux/editing/selection/3690703-2-expected.checksum:
1713 * platform/chromium-linux/editing/selection/3690703-2-expected.png:
1714 * platform/chromium-linux/editing/selection/3690703-expected.checksum:
1715 * platform/chromium-linux/editing/selection/3690703-expected.png:
1716 * platform/chromium-linux/editing/selection/3690719-expected.checksum:
1717 * platform/chromium-linux/editing/selection/3690719-expected.png:
1718 * platform/chromium-linux/editing/selection/4397952-expected.checksum:
1719 * platform/chromium-linux/editing/selection/4397952-expected.png:
1720 * platform/chromium-linux/editing/selection/5240265-expected.checksum:
1721 * platform/chromium-linux/editing/selection/5240265-expected.png:
1722 * platform/chromium-linux/editing/selection/caret-before-select-expected.checksum:
1723 * platform/chromium-linux/editing/selection/caret-before-select-expected.png:
1724 * platform/chromium-linux/editing/selection/replaced-boundaries-3-expected.checksum:
1725 * platform/chromium-linux/editing/selection/replaced-boundaries-3-expected.png:
1726 * platform/chromium-linux/editing/selection/select-box-expected.checksum:
1727 * platform/chromium-linux/editing/selection/select-box-expected.png:
1728 * platform/chromium-linux/editing/selection/select-element-paragraph-boundary-expected.checksum:
1729 * platform/chromium-linux/editing/selection/select-element-paragraph-boundary-expected.png:
1730 * platform/chromium-linux/editing/selection/transformed-selection-rects-expected.checksum:
1731 * platform/chromium-linux/editing/selection/transformed-selection-rects-expected.png:
1732 * platform/chromium-linux/fast/backgrounds/body-generated-image-propagated-to-root-expected.checksum:
1733 * platform/chromium-linux/fast/backgrounds/body-generated-image-propagated-to-root-expected.png:
1734 * platform/chromium-linux/fast/backgrounds/size/contain-and-cover-expected.checksum:
1735 * platform/chromium-linux/fast/backgrounds/size/contain-and-cover-expected.png:
1736 * platform/chromium-linux/fast/backgrounds/svg-as-background-2-expected.checksum: Added.
1737 * platform/chromium-linux/fast/backgrounds/svg-as-background-2-expected.png: Added.
1738 * platform/chromium-linux/fast/backgrounds/svg-as-background-5-expected.checksum:
1739 * platform/chromium-linux/fast/backgrounds/svg-as-background-5-expected.png:
1740 * platform/chromium-linux/fast/block/float/float-avoidance-expected.checksum:
1741 * platform/chromium-linux/fast/block/float/float-avoidance-expected.png:
1742 * platform/chromium-linux/fast/block/margin-collapse/103-expected.checksum:
1743 * platform/chromium-linux/fast/block/margin-collapse/103-expected.png:
1744 * platform/chromium-linux/fast/block/positioning/inline-block-relposition-expected.checksum:
1745 * platform/chromium-linux/fast/block/positioning/inline-block-relposition-expected.png:
1746 * platform/chromium-linux/fast/canvas/canvas-text-alignment-expected.checksum:
1747 * platform/chromium-linux/fast/canvas/canvas-text-alignment-expected.png:
1748 * platform/chromium-linux/fast/canvas/fillrect_gradient-expected.checksum:
1749 * platform/chromium-linux/fast/canvas/fillrect_gradient-expected.png:
1750 * platform/chromium-linux/fast/css/continuationCrash-expected.checksum:
1751 * platform/chromium-linux/fast/css/continuationCrash-expected.png:
1752 * platform/chromium-linux/fast/css/margin-top-bottom-dynamic-expected.checksum:
1753 * platform/chromium-linux/fast/css/margin-top-bottom-dynamic-expected.png:
1754 * platform/chromium-linux/fast/css/rtl-ordering-expected.checksum:
1755 * platform/chromium-linux/fast/css/rtl-ordering-expected.png:
1756 * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.checksum:
1757 * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.png:
1758 * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.checksum:
1759 * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.png:
1760 * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-boundary-values-expected.checksum:
1761 * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-boundary-values-expected.png:
1762 * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-optimums-expected.checksum:
1763 * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-optimums-expected.png:
1764 * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.checksum:
1765 * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.png:
1766 * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-styles-expected.checksum:
1767 * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-styles-expected.png:
1768 * platform/chromium-linux/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.checksum:
1769 * platform/chromium-linux/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.png:
1770 * platform/chromium-linux/fast/dom/HTMLTextAreaElement/reset-textarea-expected.checksum:
1771 * platform/chromium-linux/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png:
1772 * platform/chromium-linux/fast/forms/003-expected.checksum:
1773 * platform/chromium-linux/fast/forms/003-expected.png:
1774 * platform/chromium-linux/fast/forms/004-expected.checksum:
1775 * platform/chromium-linux/fast/forms/004-expected.png:
1776 * platform/chromium-linux/fast/forms/HTMLOptionElement_label01-expected.checksum:
1777 * platform/chromium-linux/fast/forms/HTMLOptionElement_label01-expected.png:
1778 * platform/chromium-linux/fast/forms/HTMLOptionElement_label02-expected.checksum:
1779 * platform/chromium-linux/fast/forms/HTMLOptionElement_label02-expected.png:
1780 * platform/chromium-linux/fast/forms/HTMLOptionElement_label03-expected.checksum:
1781 * platform/chromium-linux/fast/forms/HTMLOptionElement_label03-expected.png:
1782 * platform/chromium-linux/fast/forms/HTMLOptionElement_label04-expected.checksum:
1783 * platform/chromium-linux/fast/forms/HTMLOptionElement_label04-expected.png:
1784 * platform/chromium-linux/fast/forms/HTMLOptionElement_label06-expected.checksum:
1785 * platform/chromium-linux/fast/forms/HTMLOptionElement_label06-expected.png:
1786 * platform/chromium-linux/fast/forms/HTMLOptionElement_label07-expected.checksum:
1787 * platform/chromium-linux/fast/forms/HTMLOptionElement_label07-expected.png:
1788 * platform/chromium-linux/fast/forms/basic-buttons-expected.checksum:
1789 * platform/chromium-linux/fast/forms/basic-buttons-expected.png:
1790 * platform/chromium-linux/fast/forms/basic-selects-expected.checksum:
1791 * platform/chromium-linux/fast/forms/basic-selects-expected.png:
1792 * platform/chromium-linux/fast/forms/blankbuttons-expected.checksum:
1793 * platform/chromium-linux/fast/forms/blankbuttons-expected.png:
1794 * platform/chromium-linux/fast/forms/box-shadow-override-expected.checksum:
1795 * platform/chromium-linux/fast/forms/box-shadow-override-expected.png:
1796 * platform/chromium-linux/fast/forms/button-align-expected.checksum:
1797 * platform/chromium-linux/fast/forms/button-align-expected.png:
1798 * platform/chromium-linux/fast/forms/button-cannot-be-nested-expected.checksum:
1799 * platform/chromium-linux/fast/forms/button-cannot-be-nested-expected.png:
1800 * platform/chromium-linux/fast/forms/button-generated-content-expected.checksum:
1801 * platform/chromium-linux/fast/forms/button-generated-content-expected.png:
1802 * platform/chromium-linux/fast/forms/button-inner-block-reuse-expected.checksum:
1803 * platform/chromium-linux/fast/forms/button-inner-block-reuse-expected.png:
1804 * platform/chromium-linux/fast/forms/button-positioned-expected.checksum:
1805 * platform/chromium-linux/fast/forms/button-positioned-expected.png:
1806 * platform/chromium-linux/fast/forms/button-sizes-expected.checksum:
1807 * platform/chromium-linux/fast/forms/button-sizes-expected.png:
1808 * platform/chromium-linux/fast/forms/button-style-color-expected.checksum:
1809 * platform/chromium-linux/fast/forms/button-style-color-expected.png:
1810 * platform/chromium-linux/fast/forms/button-table-styles-expected.checksum:
1811 * platform/chromium-linux/fast/forms/button-table-styles-expected.png:
1812 * platform/chromium-linux/fast/forms/button-text-transform-expected.checksum:
1813 * platform/chromium-linux/fast/forms/button-text-transform-expected.png:
1814 * platform/chromium-linux/fast/forms/button-white-space-expected.checksum:
1815 * platform/chromium-linux/fast/forms/button-white-space-expected.png:
1816 * platform/chromium-linux/fast/forms/control-clip-overflow-expected.checksum:
1817 * platform/chromium-linux/fast/forms/control-clip-overflow-expected.png:
1818 * platform/chromium-linux/fast/forms/control-restrict-line-height-expected.checksum:
1819 * platform/chromium-linux/fast/forms/control-restrict-line-height-expected.png:
1820 * platform/chromium-linux/fast/forms/disabled-select-change-index-expected.checksum:
1821 * platform/chromium-linux/fast/forms/disabled-select-change-index-expected.png:
1822 * platform/chromium-linux/fast/forms/file-input-direction-expected.checksum:
1823 * platform/chromium-linux/fast/forms/file-input-direction-expected.png:
1824 * platform/chromium-linux/fast/forms/file-input-disabled-expected.checksum:
1825 * platform/chromium-linux/fast/forms/file-input-disabled-expected.png:
1826 * platform/chromium-linux/fast/forms/form-element-geometry-expected.checksum:
1827 * platform/chromium-linux/fast/forms/form-element-geometry-expected.png:
1828 * platform/chromium-linux/fast/forms/formmove3-expected.checksum:
1829 * platform/chromium-linux/fast/forms/formmove3-expected.png:
1830 * platform/chromium-linux/fast/forms/input-appearance-height-expected.checksum:
1831 * platform/chromium-linux/fast/forms/input-appearance-height-expected.png:
1832 * platform/chromium-linux/fast/forms/input-button-sizes-expected.checksum:
1833 * platform/chromium-linux/fast/forms/input-button-sizes-expected.png:
1834 * platform/chromium-linux/fast/forms/input-file-re-render-expected.checksum:
1835 * platform/chromium-linux/fast/forms/input-file-re-render-expected.png:
1836 * platform/chromium-linux/fast/forms/input-value-expected.checksum:
1837 * platform/chromium-linux/fast/forms/input-value-expected.png:
1838 * platform/chromium-linux/fast/forms/menulist-deselect-update-expected.checksum:
1839 * platform/chromium-linux/fast/forms/menulist-deselect-update-expected.png:
1840 * platform/chromium-linux/fast/forms/menulist-no-overflow-expected.checksum:
1841 * platform/chromium-linux/fast/forms/menulist-no-overflow-expected.png:
1842 * platform/chromium-linux/fast/forms/menulist-restrict-line-height-expected.checksum:
1843 * platform/chromium-linux/fast/forms/menulist-restrict-line-height-expected.png:
1844 * platform/chromium-linux/fast/forms/menulist-separator-painting-expected.checksum:
1845 * platform/chromium-linux/fast/forms/menulist-separator-painting-expected.png:
1846 * platform/chromium-linux/fast/forms/menulist-style-color-expected.checksum:
1847 * platform/chromium-linux/fast/forms/menulist-style-color-expected.png:
1848 * platform/chromium-linux/fast/forms/menulist-width-change-expected.checksum:
1849 * platform/chromium-linux/fast/forms/menulist-width-change-expected.png:
1850 * platform/chromium-linux/fast/forms/option-script-expected.checksum:
1851 * platform/chromium-linux/fast/forms/option-script-expected.png:
1852 * platform/chromium-linux/fast/forms/option-strip-whitespace-expected.checksum:
1853 * platform/chromium-linux/fast/forms/option-strip-whitespace-expected.png:
1854 * platform/chromium-linux/fast/forms/option-text-clip-expected.checksum:
1855 * platform/chromium-linux/fast/forms/option-text-clip-expected.png:
1856 * platform/chromium-linux/fast/forms/placeholder-position-expected.checksum:
1857 * platform/chromium-linux/fast/forms/placeholder-position-expected.png:
1858 * platform/chromium-linux/fast/forms/select-align-expected.checksum:
1859 * platform/chromium-linux/fast/forms/select-align-expected.png:
1860 * platform/chromium-linux/fast/forms/select-baseline-expected.checksum:
1861 * platform/chromium-linux/fast/forms/select-baseline-expected.png:
1862 * platform/chromium-linux/fast/forms/select-change-listbox-to-popup-expected.checksum:
1863 * platform/chromium-linux/fast/forms/select-change-listbox-to-popup-expected.png:
1864 * platform/chromium-linux/fast/forms/select-disabled-appearance-expected.checksum:
1865 * platform/chromium-linux/fast/forms/select-disabled-appearance-expected.png:
1866 * platform/chromium-linux/fast/forms/select-selected-expected.checksum:
1867 * platform/chromium-linux/fast/forms/select-selected-expected.png:
1868 * platform/chromium-linux/fast/forms/select-size-expected.checksum:
1869 * platform/chromium-linux/fast/forms/select-size-expected.png:
1870 * platform/chromium-linux/fast/forms/stuff-on-my-optgroup-expected.checksum:
1871 * platform/chromium-linux/fast/forms/stuff-on-my-optgroup-expected.png:
1872 * platform/chromium-linux/fast/forms/targeted-frame-submission-expected.checksum:
1873 * platform/chromium-linux/fast/forms/targeted-frame-submission-expected.png:
1874 * platform/chromium-linux/fast/gradients/background-clipped-expected.checksum:
1875 * platform/chromium-linux/fast/gradients/background-clipped-expected.png:
1876 * platform/chromium-linux/fast/gradients/border-image-gradient-sides-and-corners-expected.checksum: Added.
1877 * platform/chromium-linux/fast/gradients/border-image-gradient-sides-and-corners-expected.png: Added.
1878 * platform/chromium-linux/fast/gradients/crash-on-zero-radius-expected.checksum:
1879 * platform/chromium-linux/fast/gradients/crash-on-zero-radius-expected.png:
1880 * platform/chromium-linux/fast/gradients/generated-gradients-expected.checksum:
1881 * platform/chromium-linux/fast/gradients/generated-gradients-expected.png:
1882 * platform/chromium-linux/fast/gradients/gradient-after-transparent-border-expected.checksum:
1883 * platform/chromium-linux/fast/gradients/gradient-after-transparent-border-expected.png:
1884 * platform/chromium-linux/fast/gradients/list-item-gradient-expected.checksum:
1885 * platform/chromium-linux/fast/gradients/list-item-gradient-expected.png:
1886 * platform/chromium-linux/fast/gradients/radial-centered-expected.checksum:
1887 * platform/chromium-linux/fast/gradients/radial-centered-expected.png:
1888 * platform/chromium-linux/fast/gradients/simple-gradients-expected.checksum:
1889 * platform/chromium-linux/fast/gradients/simple-gradients-expected.png:
1890 * platform/chromium-linux/fast/images/animated-svg-as-image-expected.checksum:
1891 * platform/chromium-linux/fast/images/animated-svg-as-image-expected.png:
1892 * platform/chromium-linux/fast/invalid/014-expected.checksum:
1893 * platform/chromium-linux/fast/invalid/014-expected.png:
1894 * platform/chromium-linux/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.checksum:
1895 * platform/chromium-linux/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.png:
1896 * platform/chromium-linux/fast/parser/document-write-option-expected.checksum:
1897 * platform/chromium-linux/fast/parser/document-write-option-expected.png:
1898 * platform/chromium-linux/fast/repaint/control-clip-expected.checksum:
1899 * platform/chromium-linux/fast/repaint/control-clip-expected.png:
1900 * platform/chromium-linux/fast/repaint/reflection-repaint-test-expected.checksum:
1901 * platform/chromium-linux/fast/repaint/reflection-repaint-test-expected.png:
1902 * platform/chromium-linux/fast/repaint/transform-layout-repaint-expected.checksum:
1903 * platform/chromium-linux/fast/repaint/transform-layout-repaint-expected.png:
1904 * platform/chromium-linux/fast/replaced/replaced-breaking-expected.checksum:
1905 * platform/chromium-linux/fast/replaced/replaced-breaking-expected.png:
1906 * platform/chromium-linux/fast/replaced/replaced-breaking-mixture-expected.checksum:
1907 * platform/chromium-linux/fast/replaced/replaced-breaking-mixture-expected.png:
1908 * platform/chromium-linux/fast/replaced/three-selects-break-expected.checksum:
1909 * platform/chromium-linux/fast/replaced/three-selects-break-expected.png:
1910 * platform/chromium-linux/fast/replaced/width100percent-button-expected.checksum:
1911 * platform/chromium-linux/fast/replaced/width100percent-button-expected.png:
1912 * platform/chromium-linux/fast/selectors/064-expected.checksum:
1913 * platform/chromium-linux/fast/selectors/064-expected.png:
1914 * platform/chromium-linux/fast/table/append-cells2-expected.checksum:
1915 * platform/chromium-linux/fast/table/append-cells2-expected.png:
1916 * platform/chromium-linux/fast/table/remove-td-display-none-expected.checksum:
1917 * platform/chromium-linux/fast/table/remove-td-display-none-expected.png:
1918 * platform/chromium-linux/fast/text/international/bidi-menulist-expected.checksum:
1919 * platform/chromium-linux/fast/text/international/bidi-menulist-expected.png:
1920 * platform/chromium-linux/fast/text/international/hindi-spacing-expected.checksum:
1921 * platform/chromium-linux/fast/text/international/hindi-spacing-expected.png:
1922 * platform/chromium-linux/fast/text/textIteratorNilRenderer-expected.checksum:
1923 * platform/chromium-linux/fast/text/textIteratorNilRenderer-expected.png:
1924 * platform/chromium-linux/fast/transforms/shadows-expected.checksum:
1925 * platform/chromium-linux/fast/transforms/shadows-expected.png:
1926 * platform/chromium-linux/fast/transforms/transform-on-inline-expected.checksum:
1927 * platform/chromium-linux/fast/transforms/transform-on-inline-expected.png:
1928 * platform/chromium-linux/fast/transforms/transform-table-row-expected.checksum:
1929 * platform/chromium-linux/fast/transforms/transform-table-row-expected.png:
1930 * platform/chromium-linux/fast/transforms/transformed-caret-expected.checksum:
1931 * platform/chromium-linux/fast/transforms/transformed-caret-expected.png:
1932 * platform/chromium-linux/fast/transforms/transformed-document-element-expected.checksum:
1933 * platform/chromium-linux/fast/transforms/transformed-document-element-expected.png:
1934 * platform/chromium-linux/media/audio-controls-rendering-expected.checksum:
1935 * platform/chromium-linux/media/audio-controls-rendering-expected.png:
1936 * platform/chromium-linux/media/controls-after-reload-expected.checksum:
1937 * platform/chromium-linux/media/controls-after-reload-expected.png:
1938 * platform/chromium-linux/media/controls-strict-expected.checksum:
1939 * platform/chromium-linux/media/controls-strict-expected.png:
1940 * platform/chromium-linux/media/controls-styling-expected.checksum:
1941 * platform/chromium-linux/media/controls-styling-expected.png:
1942 * platform/chromium-linux/media/controls-without-preload-expected.checksum:
1943 * platform/chromium-linux/media/controls-without-preload-expected.png:
1944 * platform/chromium-linux/media/video-controls-rendering-expected.checksum:
1945 * platform/chromium-linux/media/video-controls-rendering-expected.png:
1946 * platform/chromium-linux/media/video-no-audio-expected.checksum:
1947 * platform/chromium-linux/media/video-no-audio-expected.png:
1948 * platform/chromium-linux/media/video-volume-slider-expected.checksum:
1949 * platform/chromium-linux/media/video-volume-slider-expected.png:
1950 * platform/chromium-linux/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.checksum:
1951 * platform/chromium-linux/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.png:
1952 * platform/chromium-linux/svg/W3C-SVG-1.1/color-prop-01-b-expected.checksum:
1953 * platform/chromium-linux/svg/W3C-SVG-1.1/color-prop-01-b-expected.png:
1954 * platform/chromium-linux/svg/W3C-SVG-1.1/coords-units-01-b-expected.checksum:
1955 * platform/chromium-linux/svg/W3C-SVG-1.1/coords-units-01-b-expected.png:
1956 * platform/chromium-linux/svg/W3C-SVG-1.1/filters-color-01-b-expected.checksum:
1957 * platform/chromium-linux/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
1958 * platform/chromium-linux/svg/W3C-SVG-1.1/filters-composite-02-b-expected.checksum:
1959 * platform/chromium-linux/svg/W3C-SVG-1.1/filters-composite-02-b-expected.png:
1960 * platform/chromium-linux/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.checksum:
1961 * platform/chromium-linux/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
1962 * platform/chromium-linux/svg/W3C-SVG-1.1/masking-mask-01-b-expected.checksum:
1963 * platform/chromium-linux/svg/W3C-SVG-1.1/masking-mask-01-b-expected.png:
1964 * platform/chromium-linux/svg/W3C-SVG-1.1/painting-render-01-b-expected.checksum:
1965 * platform/chromium-linux/svg/W3C-SVG-1.1/painting-render-01-b-expected.png:
1966 * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.checksum:
1967 * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.png:
1968 * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.checksum:
1969 * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.png:
1970 * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.checksum:
1971 * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.png:
1972 * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.checksum:
1973 * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.png:
1974 * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.checksum:
1975 * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png:
1976 * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.checksum:
1977 * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.png:
1978 * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.checksum:
1979 * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.png:
1980 * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.checksum:
1981 * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.png:
1982 * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.checksum:
1983 * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.png:
1984 * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.checksum:
1985 * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.png:
1986 * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.checksum:
1987 * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.png:
1988 * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.checksum:
1989 * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.png:
1990 * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.checksum:
1991 * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.png:
1992 * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.checksum:
1993 * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.png:
1994 * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.checksum:
1995 * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.png:
1996 * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.checksum:
1997 * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.png:
1998 * platform/chromium-linux/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.checksum:
1999 * platform/chromium-linux/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.png:
2000 * platform/chromium-linux/svg/W3C-SVG-1.1/text-path-01-b-expected.checksum:
2001 * platform/chromium-linux/svg/W3C-SVG-1.1/text-path-01-b-expected.png:
2002 * platform/chromium-linux/svg/W3C-SVG-1.1/text-text-07-t-expected.checksum:
2003 * platform/chromium-linux/svg/W3C-SVG-1.1/text-text-07-t-expected.png:
2004 * platform/chromium-linux/svg/batik/filters/feTile-expected.checksum:
2005 * platform/chromium-linux/svg/batik/filters/feTile-expected.png:
2006 * platform/chromium-linux/svg/batik/paints/patternRegions-expected.checksum:
2007 * platform/chromium-linux/svg/batik/paints/patternRegions-expected.png:
2008 * platform/chromium-linux/svg/batik/paints/patternRegions-positioned-objects-expected.checksum:
2009 * platform/chromium-linux/svg/batik/paints/patternRegions-positioned-objects-expected.png:
2010 * platform/chromium-linux/svg/batik/text/textEffect-expected.checksum:
2011 * platform/chromium-linux/svg/batik/text/textEffect-expected.png:
2012 * platform/chromium-linux/svg/batik/text/textEffect2-expected.checksum:
2013 * platform/chromium-linux/svg/batik/text/textEffect2-expected.png:
2014 * platform/chromium-linux/svg/batik/text/textEffect3-expected.checksum:
2015 * platform/chromium-linux/svg/batik/text/textEffect3-expected.png:
2016 * platform/chromium-linux/svg/batik/text/textGlyphOrientationHorizontal-expected.checksum:
2017 * platform/chromium-linux/svg/batik/text/textGlyphOrientationHorizontal-expected.png:
2018 * platform/chromium-linux/svg/batik/text/textLayout2-expected.checksum:
2019 * platform/chromium-linux/svg/batik/text/textLayout2-expected.png:
2020 * platform/chromium-linux/svg/batik/text/textOnPath-expected.checksum:
2021 * platform/chromium-linux/svg/batik/text/textOnPath-expected.png:
2022 * platform/chromium-linux/svg/batik/text/textOnPath2-expected.checksum:
2023 * platform/chromium-linux/svg/batik/text/textOnPath2-expected.png:
2024 * platform/chromium-linux/svg/batik/text/textOnPath3-expected.checksum:
2025 * platform/chromium-linux/svg/batik/text/textOnPath3-expected.png:
2026 * platform/chromium-linux/svg/batik/text/textOnPathSpaces-expected.checksum:
2027 * platform/chromium-linux/svg/batik/text/textOnPathSpaces-expected.png:
2028 * platform/chromium-linux/svg/batik/text/textProperties-expected.checksum:
2029 * platform/chromium-linux/svg/batik/text/textProperties-expected.png:
2030 * platform/chromium-linux/svg/batik/text/verticalTextOnPath-expected.checksum:
2031 * platform/chromium-linux/svg/batik/text/verticalTextOnPath-expected.png:
2032 * platform/chromium-linux/svg/css/circle-in-mask-with-shadow-expected.checksum:
2033 * platform/chromium-linux/svg/css/circle-in-mask-with-shadow-expected.png:
2034 * platform/chromium-linux/svg/css/composite-shadow-text-expected.checksum:
2035 * platform/chromium-linux/svg/css/composite-shadow-text-expected.png:
2036 * platform/chromium-linux/svg/css/group-with-shadow-expected.checksum:
2037 * platform/chromium-linux/svg/css/group-with-shadow-expected.png:
2038 * platform/chromium-linux/svg/css/mask-with-shadow-expected.checksum:
2039 * platform/chromium-linux/svg/css/mask-with-shadow-expected.png:
2040 * platform/chromium-linux/svg/custom/dominant-baseline-hanging-expected.checksum:
2041 * platform/chromium-linux/svg/custom/dominant-baseline-hanging-expected.png:
2042 * platform/chromium-linux/svg/custom/feComponentTransfer-Discrete-expected.checksum:
2043 * platform/chromium-linux/svg/custom/feComponentTransfer-Discrete-expected.png:
2044 * platform/chromium-linux/svg/custom/feComponentTransfer-Gamma-expected.checksum:
2045 * platform/chromium-linux/svg/custom/feComponentTransfer-Gamma-expected.png:
2046 * platform/chromium-linux/svg/custom/feComponentTransfer-Linear-expected.checksum:
2047 * platform/chromium-linux/svg/custom/feComponentTransfer-Linear-expected.png:
2048 * platform/chromium-linux/svg/custom/feComponentTransfer-Table-expected.checksum:
2049 * platform/chromium-linux/svg/custom/feComponentTransfer-Table-expected.png:
2050 * platform/chromium-linux/svg/custom/gradient-cycle-detection-expected.checksum:
2051 * platform/chromium-linux/svg/custom/gradient-cycle-detection-expected.png:
2052 * platform/chromium-linux/svg/custom/gradient-deep-referencing-expected.checksum:
2053 * platform/chromium-linux/svg/custom/gradient-deep-referencing-expected.png:
2054 * platform/chromium-linux/svg/custom/gradient-rotated-bbox-expected.checksum:
2055 * platform/chromium-linux/svg/custom/gradient-rotated-bbox-expected.png:
2056 * platform/chromium-linux/svg/custom/gradient-stroke-width-expected.checksum:
2057 * platform/chromium-linux/svg/custom/gradient-stroke-width-expected.png:
2058 * platform/chromium-linux/svg/custom/gradient-with-1d-boundingbox-expected.checksum:
2059 * platform/chromium-linux/svg/custom/gradient-with-1d-boundingbox-expected.png:
2060 * platform/chromium-linux/svg/custom/inline-svg-in-xhtml-expected.checksum:
2061 * platform/chromium-linux/svg/custom/inline-svg-in-xhtml-expected.png:
2062 * platform/chromium-linux/svg/custom/js-late-gradient-and-object-creation-expected.checksum:
2063 * platform/chromium-linux/svg/custom/js-late-gradient-and-object-creation-expected.png:
2064 * platform/chromium-linux/svg/custom/js-late-gradient-creation-expected.checksum:
2065 * platform/chromium-linux/svg/custom/js-late-gradient-creation-expected.png:
2066 * platform/chromium-linux/svg/custom/js-late-pattern-and-object-creation-expected.checksum:
2067 * platform/chromium-linux/svg/custom/js-late-pattern-and-object-creation-expected.png:
2068 * platform/chromium-linux/svg/custom/linking-a-03-b-transform-expected.checksum:
2069 * platform/chromium-linux/svg/custom/linking-a-03-b-transform-expected.png:
2070 * platform/chromium-linux/svg/custom/radial-gradient-with-outstanding-focalPoint-expected.checksum:
2071 * platform/chromium-linux/svg/custom/radial-gradient-with-outstanding-focalPoint-expected.png:
2072 * platform/chromium-linux/svg/custom/recursive-gradient-expected.checksum:
2073 * platform/chromium-linux/svg/custom/recursive-gradient-expected.png:
2074 * platform/chromium-linux/svg/custom/relative-sized-content-with-resources-expected.checksum:
2075 * platform/chromium-linux/svg/custom/relative-sized-content-with-resources-expected.png:
2076 * platform/chromium-linux/svg/custom/stroke-width-large-expected.checksum:
2077 * platform/chromium-linux/svg/custom/stroke-width-large-expected.png:
2078 * platform/chromium-linux/svg/custom/stroked-pattern-expected.checksum:
2079 * platform/chromium-linux/svg/custom/stroked-pattern-expected.png:
2080 * platform/chromium-linux/svg/custom/text-linking-expected.checksum:
2081 * platform/chromium-linux/svg/custom/text-linking-expected.png:
2082 * platform/chromium-linux/svg/custom/text-rotation-expected.checksum:
2083 * platform/chromium-linux/svg/custom/text-rotation-expected.png:
2084 * platform/chromium-linux/svg/custom/use-detach-expected.checksum:
2085 * platform/chromium-linux/svg/custom/use-detach-expected.png:
2086 * platform/chromium-linux/svg/custom/use-on-disallowed-foreign-object-1-expected.checksum:
2087 * platform/chromium-linux/svg/custom/use-on-disallowed-foreign-object-1-expected.png:
2088 * platform/chromium-linux/svg/custom/use-on-disallowed-foreign-object-2-expected.checksum:
2089 * platform/chromium-linux/svg/custom/use-on-disallowed-foreign-object-2-expected.png:
2090 * platform/chromium-linux/svg/custom/use-on-disallowed-foreign-object-4-expected.checksum:
2091 * platform/chromium-linux/svg/custom/use-on-disallowed-foreign-object-4-expected.png:
2092 * platform/chromium-linux/svg/custom/use-on-disallowed-foreign-object-5-expected.checksum:
2093 * platform/chromium-linux/svg/custom/use-on-disallowed-foreign-object-5-expected.png:
2094 * platform/chromium-linux/svg/custom/use-on-disallowed-foreign-object-6-expected.checksum:
2095 * platform/chromium-linux/svg/custom/use-on-disallowed-foreign-object-6-expected.png:
2096 * platform/chromium-linux/svg/custom/use-on-non-svg-namespaced-element-expected.checksum:
2097 * platform/chromium-linux/svg/custom/use-on-non-svg-namespaced-element-expected.png:
2098 * platform/chromium-linux/svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr-expected.checksum:
2099 * platform/chromium-linux/svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr-expected.png:
2100 * platform/chromium-linux/svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr-expected.checksum:
2101 * platform/chromium-linux/svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr-expected.png:
2102 * platform/chromium-linux/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-expected.checksum:
2103 * platform/chromium-linux/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-expected.png:
2104 * platform/chromium-linux/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop-expected.checksum:
2105 * platform/chromium-linux/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop-expected.png:
2106 * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-dom-y1-attr-expected.checksum:
2107 * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-dom-y1-attr-expected.png:
2108 * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-dom-y2-attr-expected.checksum:
2109 * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-dom-y2-attr-expected.png:
2110 * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y1-prop-expected.checksum:
2111 * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y1-prop-expected.png:
2112 * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y2-prop-expected.checksum:
2113 * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y2-prop-expected.png:
2114 * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-dom-fx-attr-expected.checksum:
2115 * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-dom-fx-attr-expected.png:
2116 * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-dom-fy-attr-expected.checksum:
2117 * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-dom-fy-attr-expected.png:
2118 * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientUnits-attr-expected.checksum:
2119 * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientUnits-attr-expected.png:
2120 * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fx-prop-expected.checksum:
2121 * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fx-prop-expected.png:
2122 * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fy-prop-expected.checksum:
2123 * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fy-prop-expected.png:
2124 * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientUnits-prop-expected.checksum:
2125 * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientUnits-prop-expected.png:
2126 * platform/chromium-linux/svg/text/selection-background-color-expected.checksum:
2127 * platform/chromium-linux/svg/text/selection-background-color-expected.png:
2128 * platform/chromium-linux/svg/text/selection-styles-expected.checksum:
2129 * platform/chromium-linux/svg/text/selection-styles-expected.png:
2130 * platform/chromium-linux/svg/text/text-deco-01-b-expected.checksum:
2131 * platform/chromium-linux/svg/text/text-deco-01-b-expected.png:
2132 * platform/chromium-linux/svg/text/text-path-01-b-expected.checksum:
2133 * platform/chromium-linux/svg/text/text-path-01-b-expected.png:
2134 * platform/chromium-linux/svg/text/text-text-07-t-expected.checksum:
2135 * platform/chromium-linux/svg/text/text-text-07-t-expected.png:
2136 * platform/chromium-linux/svg/text/text-text-08-b-expected.checksum:
2137 * platform/chromium-linux/svg/text/text-text-08-b-expected.png:
2138 * platform/chromium-linux/svg/transforms/text-with-pattern-inside-transformed-html-expected.checksum:
2139 * platform/chromium-linux/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
2140 * platform/chromium-linux/svg/transforms/text-with-pattern-with-svg-transform-expected.checksum:
2141 * platform/chromium-linux/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
2142 * platform/chromium-linux/svg/zoom/page/zoom-foreignObject-expected.checksum:
2143 * platform/chromium-linux/svg/zoom/page/zoom-foreignObject-expected.png:
2144 * platform/chromium-linux/svg/zoom/page/zoom-mask-with-percentages-expected.checksum:
2145 * platform/chromium-linux/svg/zoom/page/zoom-mask-with-percentages-expected.png:
2146 * platform/chromium-linux/svg/zoom/text/zoom-foreignObject-expected.checksum:
2147 * platform/chromium-linux/svg/zoom/text/zoom-foreignObject-expected.png:
2148 * platform/chromium-linux/tables/mozilla/bugs/bug1188-expected.checksum:
2149 * platform/chromium-linux/tables/mozilla/bugs/bug1188-expected.png:
2150 * platform/chromium-linux/tables/mozilla/bugs/bug1318-expected.checksum:
2151 * platform/chromium-linux/tables/mozilla/bugs/bug1318-expected.png:
2152 * platform/chromium-linux/tables/mozilla/bugs/bug138725-expected.checksum:
2153 * platform/chromium-linux/tables/mozilla/bugs/bug138725-expected.png:
2154 * platform/chromium-linux/tables/mozilla/bugs/bug18359-expected.checksum:
2155 * platform/chromium-linux/tables/mozilla/bugs/bug18359-expected.png:
2156 * platform/chromium-linux/tables/mozilla/bugs/bug2479-2-expected.checksum:
2157 * platform/chromium-linux/tables/mozilla/bugs/bug2479-2-expected.png:
2158 * platform/chromium-linux/tables/mozilla/bugs/bug2479-3-expected.checksum:
2159 * platform/chromium-linux/tables/mozilla/bugs/bug2479-3-expected.png:
2160 * platform/chromium-linux/tables/mozilla/bugs/bug26178-expected.checksum:
2161 * platform/chromium-linux/tables/mozilla/bugs/bug26178-expected.png:
2162 * platform/chromium-linux/tables/mozilla/bugs/bug28928-expected.checksum:
2163 * platform/chromium-linux/tables/mozilla/bugs/bug28928-expected.png:
2164 * platform/chromium-linux/tables/mozilla/bugs/bug29326-expected.checksum:
2165 * platform/chromium-linux/tables/mozilla/bugs/bug29326-expected.png:
2166 * platform/chromium-linux/tables/mozilla/bugs/bug33855-expected.checksum:
2167 * platform/chromium-linux/tables/mozilla/bugs/bug33855-expected.png:
2168 * platform/chromium-linux/tables/mozilla/bugs/bug39209-expected.checksum:
2169 * platform/chromium-linux/tables/mozilla/bugs/bug39209-expected.png:
2170 * platform/chromium-linux/tables/mozilla/bugs/bug4382-expected.checksum:
2171 * platform/chromium-linux/tables/mozilla/bugs/bug4382-expected.png:
2172 * platform/chromium-linux/tables/mozilla/bugs/bug4429-expected.checksum:
2173 * platform/chromium-linux/tables/mozilla/bugs/bug4429-expected.png:
2174 * platform/chromium-linux/tables/mozilla/bugs/bug44505-expected.checksum:
2175 * platform/chromium-linux/tables/mozilla/bugs/bug44505-expected.png:
2176 * platform/chromium-linux/tables/mozilla/bugs/bug46368-1-expected.checksum:
2177 * platform/chromium-linux/tables/mozilla/bugs/bug46368-1-expected.png:
2178 * platform/chromium-linux/tables/mozilla/bugs/bug46368-2-expected.checksum:
2179 * platform/chromium-linux/tables/mozilla/bugs/bug46368-2-expected.png:
2180 * platform/chromium-linux/tables/mozilla/bugs/bug51037-expected.checksum:
2181 * platform/chromium-linux/tables/mozilla/bugs/bug51037-expected.png:
2182 * platform/chromium-linux/tables/mozilla/bugs/bug51727-expected.checksum:
2183 * platform/chromium-linux/tables/mozilla/bugs/bug51727-expected.png:
2184 * platform/chromium-linux/tables/mozilla/bugs/bug52505-expected.checksum:
2185 * platform/chromium-linux/tables/mozilla/bugs/bug52505-expected.png:
2186 * platform/chromium-linux/tables/mozilla/bugs/bug52506-expected.checksum:
2187 * platform/chromium-linux/tables/mozilla/bugs/bug52506-expected.png:
2188 * platform/chromium-linux/tables/mozilla/bugs/bug60749-expected.checksum:
2189 * platform/chromium-linux/tables/mozilla/bugs/bug60749-expected.png:
2190 * platform/chromium-linux/tables/mozilla/bugs/bug68912-expected.checksum:
2191 * platform/chromium-linux/tables/mozilla/bugs/bug68912-expected.png:
2192 * platform/chromium-linux/tables/mozilla/bugs/bug7342-expected.checksum:
2193 * platform/chromium-linux/tables/mozilla/bugs/bug7342-expected.png:
2194 * platform/chromium-linux/tables/mozilla/bugs/bug92647-2-expected.checksum:
2195 * platform/chromium-linux/tables/mozilla/bugs/bug92647-2-expected.png:
2196 * platform/chromium-linux/tables/mozilla/bugs/bug96334-expected.checksum:
2197 * platform/chromium-linux/tables/mozilla/bugs/bug96334-expected.png:
2198 * platform/chromium-linux/tables/mozilla/collapsing_borders/bug41262-4-expected.checksum:
2199 * platform/chromium-linux/tables/mozilla/collapsing_borders/bug41262-4-expected.png:
2200 * platform/chromium-linux/tables/mozilla/core/margins-expected.checksum:
2201 * platform/chromium-linux/tables/mozilla/core/margins-expected.png:
2202 * platform/chromium-linux/tables/mozilla/dom/tableDom-expected.checksum:
2203 * platform/chromium-linux/tables/mozilla/dom/tableDom-expected.png:
2204 * platform/chromium-linux/tables/mozilla/other/move_row-expected.checksum:
2205 * platform/chromium-linux/tables/mozilla/other/move_row-expected.png:
2206 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug1725-expected.checksum:
2207 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug1725-expected.png:
2208 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug58402-2-expected.checksum:
2209 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug58402-2-expected.png:
2210 * platform/chromium-linux/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.checksum:
2211 * platform/chromium-linux/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.png:
2212 * platform/chromium-linux/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.checksum:
2213 * platform/chromium-linux/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.png:
2214 * platform/chromium-linux/transforms/2d/hindi-rotated-expected.checksum:
2215 * platform/chromium-linux/transforms/2d/hindi-rotated-expected.png:
2216 * platform/chromium-linux/transforms/2d/zoom-menulist-expected.checksum:
2217 * platform/chromium-linux/transforms/2d/zoom-menulist-expected.png:
2218 * platform/chromium-win/fast/backgrounds/body-generated-image-propagated-to-root-expected.checksum:
2219 * platform/chromium-win/fast/backgrounds/body-generated-image-propagated-to-root-expected.png:
2220 * platform/chromium-win/fast/backgrounds/size/contain-and-cover-expected.checksum:
2221 * platform/chromium-win/fast/backgrounds/size/contain-and-cover-expected.png:
2222 * platform/chromium-win/fast/backgrounds/svg-as-background-2-expected.checksum:
2223 * platform/chromium-win/fast/backgrounds/svg-as-background-2-expected.png:
2224 * platform/chromium-win/fast/canvas/canvas-text-alignment-expected.checksum:
2225 * platform/chromium-win/fast/canvas/canvas-text-alignment-expected.png:
2226 * platform/chromium-win/fast/canvas/fillrect_gradient-expected.checksum:
2227 * platform/chromium-win/fast/canvas/fillrect_gradient-expected.png:
2228 * platform/chromium-win/fast/canvas/gradient-add-second-start-end-stop-expected.checksum:
2229 * platform/chromium-win/fast/canvas/gradient-add-second-start-end-stop-expected.png:
2230 * platform/chromium-win/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.checksum:
2231 * platform/chromium-win/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.png:
2232 * platform/chromium-win/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.checksum:
2233 * platform/chromium-win/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.png:
2234 * platform/chromium-win/fast/dom/HTMLMeterElement/meter-boundary-values-expected.checksum:
2235 * platform/chromium-win/fast/dom/HTMLMeterElement/meter-boundary-values-expected.png:
2236 * platform/chromium-win/fast/dom/HTMLMeterElement/meter-element-expected.checksum:
2237 * platform/chromium-win/fast/dom/HTMLMeterElement/meter-element-expected.png:
2238 * platform/chromium-win/fast/dom/HTMLMeterElement/meter-optimums-expected.checksum:
2239 * platform/chromium-win/fast/dom/HTMLMeterElement/meter-optimums-expected.png:
2240 * platform/chromium-win/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.checksum:
2241 * platform/chromium-win/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.png:
2242 * platform/chromium-win/fast/dom/HTMLMeterElement/meter-styles-expected.checksum:
2243 * platform/chromium-win/fast/dom/HTMLMeterElement/meter-styles-expected.png:
2244 * platform/chromium-win/fast/gradients/background-clipped-expected.checksum:
2245 * platform/chromium-win/fast/gradients/background-clipped-expected.png:
2246 * platform/chromium-win/fast/gradients/border-image-gradient-expected.checksum:
2247 * platform/chromium-win/fast/gradients/border-image-gradient-expected.png:
2248 * platform/chromium-win/fast/gradients/border-image-gradient-sides-and-corners-expected.checksum:
2249 * platform/chromium-win/fast/gradients/border-image-gradient-sides-and-corners-expected.png:
2250 * platform/chromium-win/fast/gradients/crash-on-zero-radius-expected.checksum:
2251 * platform/chromium-win/fast/gradients/crash-on-zero-radius-expected.png:
2252 * platform/chromium-win/fast/gradients/css3-repeating-linear-gradients-expected.checksum:
2253 * platform/chromium-win/fast/gradients/css3-repeating-linear-gradients-expected.png:
2254 * platform/chromium-win/fast/gradients/generated-gradients-expected.checksum:
2255 * platform/chromium-win/fast/gradients/generated-gradients-expected.png:
2256 * platform/chromium-win/fast/gradients/gradient-after-transparent-border-expected.checksum:
2257 * platform/chromium-win/fast/gradients/gradient-after-transparent-border-expected.png:
2258 * platform/chromium-win/fast/gradients/list-item-gradient-expected.checksum:
2259 * platform/chromium-win/fast/gradients/list-item-gradient-expected.png:
2260 * platform/chromium-win/fast/gradients/radial-centered-expected.checksum:
2261 * platform/chromium-win/fast/gradients/radial-centered-expected.png:
2262 * platform/chromium-win/fast/gradients/simple-gradients-expected.checksum:
2263 * platform/chromium-win/fast/gradients/simple-gradients-expected.png:
2264 * platform/chromium-win/fast/reflections/reflection-masks-expected.checksum:
2265 * platform/chromium-win/fast/reflections/reflection-masks-expected.png:
2266 * platform/chromium-win/fast/repaint/background-generated-expected.checksum:
2267 * platform/chromium-win/fast/repaint/background-generated-expected.png:
2268 * platform/chromium-win/media/audio-controls-rendering-expected.checksum:
2269 * platform/chromium-win/media/audio-controls-rendering-expected.png:
2270 * platform/chromium-win/media/controls-after-reload-expected.checksum:
2271 * platform/chromium-win/media/controls-after-reload-expected.png:
2272 * platform/chromium-win/media/controls-strict-expected.checksum:
2273 * platform/chromium-win/media/controls-strict-expected.png:
2274 * platform/chromium-win/media/controls-styling-expected.checksum:
2275 * platform/chromium-win/media/controls-styling-expected.png:
2276 * platform/chromium-win/media/controls-without-preload-expected.checksum:
2277 * platform/chromium-win/media/controls-without-preload-expected.png:
2278 * platform/chromium-win/media/video-controls-rendering-expected.checksum:
2279 * platform/chromium-win/media/video-controls-rendering-expected.png:
2280 * platform/chromium-win/media/video-no-audio-expected.checksum:
2281 * platform/chromium-win/media/video-no-audio-expected.png:
2282 * platform/chromium-win/media/video-volume-slider-expected.checksum:
2283 * platform/chromium-win/media/video-volume-slider-expected.png:
2284 * platform/chromium-win/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.checksum:
2285 * platform/chromium-win/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.png:
2286 * platform/chromium-win/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.checksum:
2287 * platform/chromium-win/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.png:
2288 * platform/chromium-win/svg/W3C-SVG-1.1/color-prop-01-b-expected.checksum:
2289 * platform/chromium-win/svg/W3C-SVG-1.1/color-prop-01-b-expected.png:
2290 * platform/chromium-win/svg/W3C-SVG-1.1/coords-units-01-b-expected.checksum:
2291 * platform/chromium-win/svg/W3C-SVG-1.1/coords-units-01-b-expected.png:
2292 * platform/chromium-win/svg/W3C-SVG-1.1/filters-color-01-b-expected.checksum:
2293 * platform/chromium-win/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
2294 * platform/chromium-win/svg/W3C-SVG-1.1/filters-composite-02-b-expected.checksum:
2295 * platform/chromium-win/svg/W3C-SVG-1.1/filters-composite-02-b-expected.png:
2296 * platform/chromium-win/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.checksum:
2297 * platform/chromium-win/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
2298 * platform/chromium-win/svg/W3C-SVG-1.1/masking-mask-01-b-expected.checksum:
2299 * platform/chromium-win/svg/W3C-SVG-1.1/masking-mask-01-b-expected.png:
2300 * platform/chromium-win/svg/W3C-SVG-1.1/painting-render-01-b-expected.checksum:
2301 * platform/chromium-win/svg/W3C-SVG-1.1/painting-render-01-b-expected.png:
2302 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.checksum:
2303 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.png:
2304 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.checksum:
2305 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.png:
2306 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.checksum:
2307 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.png:
2308 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.checksum:
2309 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.png:
2310 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.checksum:
2311 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png:
2312 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.checksum:
2313 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.png:
2314 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.checksum:
2315 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.png:
2316 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.checksum:
2317 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.png:
2318 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.checksum:
2319 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.png:
2320 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.checksum:
2321 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.png:
2322 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.checksum:
2323 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.png:
2324 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.checksum:
2325 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.png:
2326 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.checksum:
2327 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.png:
2328 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.checksum:
2329 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.png:
2330 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.checksum:
2331 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.png:
2332 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.checksum:
2333 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.png:
2334 * platform/chromium-win/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.checksum:
2335 * platform/chromium-win/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.png:
2336 * platform/chromium-win/svg/batik/filters/feTile-expected.checksum:
2337 * platform/chromium-win/svg/batik/filters/feTile-expected.png:
2338 * platform/chromium-win/svg/batik/paints/patternRegions-expected.checksum:
2339 * platform/chromium-win/svg/batik/paints/patternRegions-expected.png:
2340 * platform/chromium-win/svg/batik/paints/patternRegions-positioned-objects-expected.checksum:
2341 * platform/chromium-win/svg/batik/paints/patternRegions-positioned-objects-expected.png:
2342 * platform/chromium-win/svg/batik/text/textEffect-expected.checksum:
2343 * platform/chromium-win/svg/batik/text/textEffect-expected.png:
2344 * platform/chromium-win/svg/batik/text/textEffect2-expected.checksum:
2345 * platform/chromium-win/svg/batik/text/textEffect2-expected.png:
2346 * platform/chromium-win/svg/batik/text/textEffect3-expected.checksum:
2347 * platform/chromium-win/svg/batik/text/textEffect3-expected.png:
2348 * platform/chromium-win/svg/batik/text/textProperties-expected.checksum:
2349 * platform/chromium-win/svg/batik/text/textProperties-expected.png:
2350 * platform/chromium-win/svg/carto.net/colourpicker-expected.checksum:
2351 * platform/chromium-win/svg/carto.net/colourpicker-expected.png:
2352 * platform/chromium-win/svg/css/circle-in-mask-with-shadow-expected.checksum:
2353 * platform/chromium-win/svg/css/circle-in-mask-with-shadow-expected.png:
2354 * platform/chromium-win/svg/css/composite-shadow-text-expected.checksum:
2355 * platform/chromium-win/svg/css/composite-shadow-text-expected.png:
2356 * platform/chromium-win/svg/css/mask-with-shadow-expected.checksum:
2357 * platform/chromium-win/svg/css/mask-with-shadow-expected.png:
2358 * platform/chromium-win/svg/custom/dominant-baseline-hanging-expected.checksum:
2359 * platform/chromium-win/svg/custom/dominant-baseline-hanging-expected.png:
2360 * platform/chromium-win/svg/custom/feComponentTransfer-Discrete-expected.checksum:
2361 * platform/chromium-win/svg/custom/feComponentTransfer-Discrete-expected.png:
2362 * platform/chromium-win/svg/custom/feComponentTransfer-Gamma-expected.checksum:
2363 * platform/chromium-win/svg/custom/feComponentTransfer-Gamma-expected.png:
2364 * platform/chromium-win/svg/custom/feComponentTransfer-Linear-expected.checksum:
2365 * platform/chromium-win/svg/custom/feComponentTransfer-Linear-expected.png:
2366 * platform/chromium-win/svg/custom/feComponentTransfer-Table-expected.checksum:
2367 * platform/chromium-win/svg/custom/feComponentTransfer-Table-expected.png:
2368 * platform/chromium-win/svg/custom/gradient-cycle-detection-expected.checksum:
2369 * platform/chromium-win/svg/custom/gradient-cycle-detection-expected.png:
2370 * platform/chromium-win/svg/custom/gradient-deep-referencing-expected.checksum:
2371 * platform/chromium-win/svg/custom/gradient-deep-referencing-expected.png:
2372 * platform/chromium-win/svg/custom/gradient-rotated-bbox-expected.checksum:
2373 * platform/chromium-win/svg/custom/gradient-rotated-bbox-expected.png:
2374 * platform/chromium-win/svg/custom/gradient-stop-corner-cases-expected.checksum:
2375 * platform/chromium-win/svg/custom/gradient-stop-corner-cases-expected.png:
2376 * platform/chromium-win/svg/custom/gradient-stroke-width-expected.checksum:
2377 * platform/chromium-win/svg/custom/gradient-stroke-width-expected.png:
2378 * platform/chromium-win/svg/custom/gradient-userSpaceOnUse-with-percentage-expected.checksum:
2379 * platform/chromium-win/svg/custom/gradient-userSpaceOnUse-with-percentage-expected.png:
2380 * platform/chromium-win/svg/custom/gradient-with-1d-boundingbox-expected.checksum:
2381 * platform/chromium-win/svg/custom/gradient-with-1d-boundingbox-expected.png:
2382 * platform/chromium-win/svg/custom/group-opacity-expected.checksum:
2383 * platform/chromium-win/svg/custom/group-opacity-expected.png:
2384 * platform/chromium-win/svg/custom/inline-svg-in-xhtml-expected.checksum:
2385 * platform/chromium-win/svg/custom/inline-svg-in-xhtml-expected.png:
2386 * platform/chromium-win/svg/custom/js-late-gradient-and-object-creation-expected.checksum:
2387 * platform/chromium-win/svg/custom/js-late-gradient-and-object-creation-expected.png:
2388 * platform/chromium-win/svg/custom/js-late-gradient-creation-expected.checksum:
2389 * platform/chromium-win/svg/custom/js-late-gradient-creation-expected.png:
2390 * platform/chromium-win/svg/custom/js-update-gradient-expected.checksum:
2391 * platform/chromium-win/svg/custom/js-update-gradient-expected.png:
2392 * platform/chromium-win/svg/custom/js-update-stop-expected.checksum:
2393 * platform/chromium-win/svg/custom/js-update-stop-expected.png:
2394 * platform/chromium-win/svg/custom/large-bounding-box-percents-expected.checksum:
2395 * platform/chromium-win/svg/custom/large-bounding-box-percents-expected.png:
2396 * platform/chromium-win/svg/custom/non-scaling-stroke-expected.checksum:
2397 * platform/chromium-win/svg/custom/non-scaling-stroke-expected.png:
2398 * platform/chromium-win/svg/custom/radial-gradient-with-outstanding-focalPoint-expected.checksum:
2399 * platform/chromium-win/svg/custom/radial-gradient-with-outstanding-focalPoint-expected.png:
2400 * platform/chromium-win/svg/custom/recursive-gradient-expected.checksum:
2401 * platform/chromium-win/svg/custom/recursive-gradient-expected.png:
2402 * platform/chromium-win/svg/custom/relative-sized-content-with-resources-expected.checksum:
2403 * platform/chromium-win/svg/custom/relative-sized-content-with-resources-expected.png:
2404 * platform/chromium-win/svg/custom/stroked-pattern-expected.checksum:
2405 * platform/chromium-win/svg/custom/stroked-pattern-expected.png:
2406 * platform/chromium-win/svg/custom/text-rotated-gradient-expected.checksum:
2407 * platform/chromium-win/svg/custom/text-rotated-gradient-expected.png:
2408 * platform/chromium-win/svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr-expected.checksum:
2409 * platform/chromium-win/svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr-expected.png:
2410 * platform/chromium-win/svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr-expected.checksum:
2411 * platform/chromium-win/svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr-expected.png:
2412 * platform/chromium-win/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-expected.checksum:
2413 * platform/chromium-win/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-expected.png:
2414 * platform/chromium-win/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop-expected.checksum:
2415 * platform/chromium-win/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop-expected.png:
2416 * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-dom-y1-attr-expected.checksum:
2417 * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-dom-y1-attr-expected.png:
2418 * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-dom-y2-attr-expected.checksum:
2419 * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-dom-y2-attr-expected.png:
2420 * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y1-prop-expected.checksum:
2421 * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y1-prop-expected.png:
2422 * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y2-prop-expected.checksum:
2423 * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y2-prop-expected.png:
2424 * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-dom-fx-attr-expected.checksum:
2425 * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-dom-fx-attr-expected.png:
2426 * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-dom-fy-attr-expected.checksum:
2427 * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-dom-fy-attr-expected.png:
2428 * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientUnits-attr-expected.checksum:
2429 * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientUnits-attr-expected.png:
2430 * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fx-prop-expected.checksum:
2431 * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fx-prop-expected.png:
2432 * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fy-prop-expected.checksum:
2433 * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fy-prop-expected.png:
2434 * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientUnits-prop-expected.checksum:
2435 * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientUnits-prop-expected.png:
2436 * platform/chromium-win/svg/filters/big-sized-filter-expected.checksum:
2437 * platform/chromium-win/svg/filters/big-sized-filter-expected.png:
2438 * platform/chromium-win/svg/filters/feTile-expected.checksum:
2439 * platform/chromium-win/svg/filters/feTile-expected.png:
2440 * platform/chromium-win/svg/text/selection-background-color-expected.checksum:
2441 * platform/chromium-win/svg/text/selection-background-color-expected.png:
2442 * platform/chromium-win/svg/text/selection-styles-expected.checksum:
2443 * platform/chromium-win/svg/text/selection-styles-expected.png:
2444 * platform/chromium-win/svg/zoom/page/zoom-mask-with-percentages-expected.checksum:
2445 * platform/chromium-win/svg/zoom/page/zoom-mask-with-percentages-expected.png:
2447 2011-01-07 Adam Barth <abarth@webkit.org>
2449 Record expectation for test.
2451 * platform/chromium/test_expectations.txt:
2453 2011-01-07 Mihai Parparita <mihaip@chromium.org>
2455 Unreviewed, test expectation update.
2457 Update mac-leopard baselines for tests that currently have up to date
2458 Snow Leopard baselines in platform/mac.
2460 * platform/mac-leopard/fast/css/text-overflow-ellipsis-strict-expected.checksum:
2461 * platform/mac-leopard/fast/css/text-overflow-ellipsis-strict-expected.png:
2462 * platform/mac-leopard/fast/invalid/residual-style-expected.checksum:
2463 * platform/mac-leopard/fast/invalid/residual-style-expected.png:
2464 * platform/mac-leopard/fast/multicol/span/span-as-immediate-child-generated-content-expected.checksum:
2465 * platform/mac-leopard/fast/multicol/span/span-as-immediate-child-generated-content-expected.png:
2466 * platform/mac-leopard/fast/multicol/span/span-as-immediate-child-property-removal-expected.checksum:
2467 * platform/mac-leopard/fast/multicol/span/span-as-immediate-child-property-removal-expected.png:
2468 * platform/mac-leopard/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.checksum:
2469 * platform/mac-leopard/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.png:
2470 * platform/mac-leopard/fast/multicol/span/span-as-immediate-columns-child-removal-expected.checksum:
2471 * platform/mac-leopard/fast/multicol/span/span-as-immediate-columns-child-removal-expected.png:
2472 * platform/mac-leopard/fast/table/027-vertical-expected.checksum:
2473 * platform/mac-leopard/fast/table/027-vertical-expected.png:
2474 * platform/mac-leopard/fast/table/028-vertical-expected.checksum:
2475 * platform/mac-leopard/fast/table/028-vertical-expected.png:
2476 * platform/mac-leopard/fast/table/038-vertical-expected.checksum:
2477 * platform/mac-leopard/fast/table/038-vertical-expected.png:
2478 * platform/mac-leopard/fast/table/040-vertical-expected.checksum:
2479 * platform/mac-leopard/fast/table/040-vertical-expected.png:
2480 * platform/mac-leopard/fast/table/border-collapsing/002-vertical-expected.checksum:
2481 * platform/mac-leopard/fast/table/border-collapsing/002-vertical-expected.png:
2482 * platform/mac-leopard/fast/table/border-collapsing/equal-precedence-resolution-vertical-expected.checksum:
2483 * platform/mac-leopard/fast/table/border-collapsing/equal-precedence-resolution-vertical-expected.png:
2484 * platform/mac-leopard/fast/table/table-display-types-vertical-expected.checksum:
2485 * platform/mac-leopard/fast/table/table-display-types-vertical-expected.png:
2486 * platform/mac-leopard/fast/text/backslash-to-yen-sign-euc-expected.checksum:
2487 * platform/mac-leopard/fast/text/backslash-to-yen-sign-euc-expected.png:
2488 * platform/mac-leopard/fast/text/international/bidi-neutral-run-expected.checksum:
2489 * platform/mac-leopard/fast/text/international/bidi-neutral-run-expected.png:
2490 * platform/mac-leopard/svg/custom/junk-data-expected.checksum:
2491 * platform/mac-leopard/svg/custom/junk-data-expected.png:
2492 * platform/mac-leopard/svg/custom/missing-xlink-expected.checksum:
2493 * platform/mac-leopard/svg/custom/missing-xlink-expected.png:
2494 * platform/mac-leopard/tables/mozilla/other/wa_table_thtd_rowspan-expected.checksum:
2495 * platform/mac-leopard/tables/mozilla/other/wa_table_thtd_rowspan-expected.png:
2497 2011-01-07 Justin Garcia <justin.garcia@apple.com>
2499 Reviewed by Dan Bernstein.
2501 https://bugs.webkit.org/show_bug.cgi?id=51851
2502 Implement RenderSVGInlineText::localCaretRect()
2504 * svg/text/caret-in-svg-text-expected.txt: Added.
2505 * svg/text/caret-in-svg-text.xhtml: Added.
2507 2011-01-06 Ryosuke Niwa <rniwa@webkit.org>
2509 Reviewed by Adam Barth.
2511 onbeforeunload is broken for framesets
2512 https://bugs.webkit.org/show_bug.cgi?id=19418
2514 Added tests to ensure WebKit fires beforeunload events for subframes,
2515 and disallows navigation except that of javascript scheme while beforeunload event
2516 handlers are being called.
2518 Also added a test to ensure WebKit fires beforeunload event for subframes exactly
2519 once even if a subframe was moved around within a beforeunload event handler.
2521 A test that ensures beforeunload event is not fired for an iframe if the iframe
2522 was added or removed within a beforeunload event handler is also added.
2524 Furthermore, a test to ensure WebKit does not fire a beforeunload event to an iframe
2525 that has been adopted by a document outside of the unloading document is added.
2527 * fast/events/before-unload-adopt-subframe-to-outside-expected.txt: Added.
2528 * fast/events/before-unload-adopt-subframe-to-outside.html: Added.
2529 * fast/events/before-unload-adopt-within-subframes-expected.txt: Added.
2530 * fast/events/before-unload-adopt-within-subframes.html: Added.
2531 * fast/events/before-unload-forbidden-navigation-expected.txt: Added.
2532 * fast/events/before-unload-forbidden-navigation.html: Added.
2533 * fast/events/before-unload-in-multiple-subframes-expected.txt: Added.
2534 * fast/events/before-unload-in-multiple-subframes.html: Added.
2535 * fast/events/before-unload-in-subframe-expected.txt: Added.
2536 * fast/events/before-unload-in-subframe.html: Added.
2537 * fast/events/before-unload-javascript-navigation-expected.txt: Added.
2538 * fast/events/before-unload-javascript-navigation.html: Added.
2539 * fast/events/before-unload-remove-and-add-subframe-expected.txt: Added.
2540 * fast/events/before-unload-remove-and-add-subframe.html: Added.
2541 * fact/events/before-unload-remove-itself-expected.txt: Added.
2542 * fact/events/before-unload-remove-itself.html: Added.
2543 * fast/events/before-unload-with-subframes-expected.txt: Added.
2544 * fast/events/before-unload-with-subframes.html: Added.
2545 * fast/events/resources/before-unload-in-subframe-child.html: Added.
2546 * fast/events/resources/before-unload-in-subframe-destination.html: Added.
2547 * fast/events/resources/before-unload-in-subframe-fail.html: Added.
2548 * fast/events/resources/before-unload-with-subframes-parent.html: Added.
2550 2011-01-07 Martin Robinson <mrobinson@igalia.com>
2552 Reviewed by Mihai Parparita.
2554 fast/dom/Window/window-postmessage-clone-frames.html has some timing issues
2555 https://bugs.webkit.org/show_bug.cgi?id=52032
2557 Fix the timing issue in fast/dom/Window/window-postmessage-clone-frames.html
2558 and move the output console div beyond the file input control, so that output
2559 text does not push it outside the viewport.
2561 * fast/dom/Window/window-postmessage-clone-frames-expected.txt: Updated results
2562 to reflect div movement.
2563 * fast/dom/Window/window-postmessage-clone-frames.html: Fix the timing and
2564 layout issues with this test.
2566 2011-01-07 Ryosuke Niwa <rniwa@webkit.org>
2568 Reviewed by Ojan Vafai.
2570 Adopting an iframe to a child frame results in stack overflow
2571 https://bugs.webkit.org/show_bug.cgi?id=52018
2573 Added a test to ensure calling adoptNode with an iframe throws an exception
2574 if the adoptee is an ancestor of the document adopting the node in the frame hierarchy.
2576 * fast/html/adopt-parent-frame-expected.txt: Added.
2577 * fast/html/adopt-parent-frame.html: Added.
2579 2011-01-07 Martin Robinson <mrobinson@igalia.com>
2581 Add a platform-specific baseline for GTK+ after r75257.
2583 * platform/gtk/fast/text/emphasis-avoid-ruby-expected.checksum: Added.
2584 * platform/gtk/fast/text/emphasis-avoid-ruby-expected.png: Added.
2585 * platform/gtk/fast/text/emphasis-avoid-ruby-expected.txt: Added.
2587 2011-01-05 Jer Noble <jer@kokode.apple.com>
2589 Reviewed by Simon Fraser.
2591 Implement WebKit Full Screen support.
2592 https://bugs.webkit.org/show_bug.cgi?id=49481
2593 rdar://problem/8247444
2595 Update the tests with new API names and spec values.
2597 * fullscreen/full-screen-api-expected.txt:
2598 * fullscreen/full-screen-api.html:
2599 * fullscreen/full-screen-css.html:
2600 * fullscreen/full-screen-request-expected.txt:
2601 * fullscreen/full-screen-request.html:
2603 2011-01-07 James Robinson <jamesr@chromium.org>
2605 Revert "Implement mozilla's animationTime property"
2606 https://bugs.webkit.org/show_bug.cgi?id=51952
2608 This approach isn't quite right.
2610 * animations/animation-time-expected.txt: Removed.
2611 * animations/animation-time.html: Removed.
2612 * animations/script-tests/animation-time.js: Removed.
2613 * fast/dom/Window/window-properties-expected.txt:
2614 * fast/dom/Window/window-property-descriptors-expected.txt:
2615 * platform/gtk/fast/dom/Window/window-properties-expected.txt:
2616 * platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt:
2617 * platform/qt/fast/dom/Window/window-properties-expected.txt:
2618 * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt:
2619 * platform/win/fast/dom/Window/window-property-descriptors-expected.txt:
2621 2011-01-07 Stephen White <senorblanco@chromium.org>
2623 Unreviewed; test expectations update.
2625 * platform/chromium-gpu/test_expectations.txt:
2626 Removed some no-longer-failing tests; moved some lines around to
2627 match the CPU results.
2628 * platform/chromium/test_expectations.txt:
2629 Bug assignment and cleanup.
2631 2011-01-05 Adrienne Walker <enne@google.com>
2633 Reviewed by Kenneth Russell.
2635 Add tests for WebGL's lost context events.
2636 https://bugs.webkit.org/show_bug.cgi?id=51492
2638 * fast/canvas/webgl/context-lost-expected.txt: Added.
2639 * fast/canvas/webgl/context-lost-restored-expected.txt: Added.
2640 * fast/canvas/webgl/context-lost-restored.html: Added.
2641 * fast/canvas/webgl/context-lost.html: Added.
2643 2011-01-07 Stephen White <senorblanco@chromium.org>
2645 Unreviewed; new test baselines and updated chromium expectations.
2647 * platform/chromium-gpu/test_expectations.txt:
2648 * platform/chromium-linux/fast/gradients/css3-repeating-linear-gradients-expected.checksum: Added.
2649 * platform/chromium-linux/fast/gradients/css3-repeating-linear-gradients-expected.png: Added.
2650 * platform/chromium/test_expectations.txt:
2652 2011-01-07 Chris Marrin <cmarrin@apple.com>
2654 Rubber-stamped by Simon Fraser.
2656 Share code between Mac (CA) and Windows (CACF) GraphicsLayer implementations
2657 https://bugs.webkit.org/show_bug.cgi?id=49388
2659 Use a double nested zero length timer like other tests here do
2660 to give the renderer time to do the render and switch into tiled
2663 * compositing/tiling/huge-layer-with-layer-children.html:
2664 * compositing/tiling/huge-layer.html:
2666 2011-01-07 Nate Chapin <japhet@chromium.org>
2668 Reviewed by Darin Fisher.
2670 Test for https://bugs.webkit.org/show_bug.cgi?id=51898.
2672 * http/tests/navigation/ping-cookie-expected.txt: Added.
2673 * http/tests/navigation/ping-cookie.html: Added.
2674 * http/tests/navigation/resources/save-ping.php:
2676 2011-01-07 Xan Lopez <xlopez@igalia.com>
2678 Unreviewed, rolling out r75256.
2679 http://trac.webkit.org/changeset/75256
2680 https://bugs.webkit.org/show_bug.cgi?id=50869
2682 Broke GTK+ canvas tests
2684 * platform/gtk/Skipped:
2686 2011-01-07 Jessie Berlin <jberlin@apple.com>
2688 Unreviewed, rolling out r75205.
2689 http://trac.webkit.org/changeset/75205
2690 https://bugs.webkit.org/show_bug.cgi?id=52026
2691 https://bugs.webkit.org/show_bug.cgi?id=52028
2692 https://bugs.webkit.org/show_bug.cgi?id=52029
2694 The Windows 7 Release Test Bots are fixed.
2696 * platform/win/animations: Removed.
2697 * platform/win/animations/animation-time-expected.txt: Removed.
2698 * platform/win/fast/canvas/canvas-fillRect-gradient-shadow-expected.txt: Removed.
2699 * platform/win/fast/css/css3-nth-tokens-script-expected.txt: Removed.
2700 * platform/win/fast/css/css3-nth-tokens-style-expected.txt: Removed.
2701 * platform/win/fast/dom/Window/window-property-descriptors-expected.txt:
2703 2011-01-07 Dan Bernstein <mitz@apple.com>
2705 Reviewed by Darin Adler.
2707 <rdar://problem/8783318> Text emphasis marks should not appear over characters that have ruby annotations
2708 https://bugs.webkit.org/show_bug.cgi?id=51267
2710 * fast/text/emphasis-avoid-ruby-expected.checksum: Added.
2711 * fast/text/emphasis-avoid-ruby-expected.png: Added.
2712 * fast/text/emphasis-avoid-ruby-expected.txt: Added.
2713 * fast/text/emphasis-avoid-ruby.html: Added.
2715 2011-01-07 Alejandro G. Castro <alex@igalia.com>
2717 Reviewed by Martin Robinson.
2719 [cairo] Rendering a lot of arcs on top of each other causes time
2721 https://bugs.webkit.org/show_bug.cgi?id=50869
2723 Unskip canvas-largedraws.html after improving the performance for
2726 * platform/gtk/Skipped:
2728 2011-01-06 Zhenyao Mo <zmo@google.com>
2730 Reviewed by Kenneth Russell.
2732 copyTexSubImage2D shouldn't have undefined pixels
2733 https://bugs.webkit.org/show_bug.cgi?id=51559
2735 * fast/canvas/webgl/uninitialized-test-expected.txt:
2736 * fast/canvas/webgl/uninitialized-test.html: Add test cases for copyTexSubImage2D.
2738 2011-01-07 Stephen White <senorblanco@chromium.org>
2740 Unreviewed; new test results and expectations updates.
2742 Created new results for tests which do not fail on chrome win (failing
2743 Safari results were recently checked in). Also assigned bugs to many
2744 of my recent test_expectations updates.
2746 * platform/chromium-win/animations/animation-time-expected.txt: Added.
2747 * platform/chromium-win/fast/css/css3-nth-tokens-script-expected.txt: Added.
2748 * platform/chromium-win/fast/css/css3-nth-tokens-style-expected.txt: Added.
2749 * platform/chromium/test_expectations.txt:
2751 2011-01-07 Stephen White <senorblanco@chromium.org>
2753 Unreviewed; chromium test expectations update.
2755 * platform/chromium/test_expectations.txt:
2756 A few tests that were flaky before are failing more frequently now.
2758 2011-01-07 Alejandro G. Castro <alex@igalia.com>
2760 Reviewed by Martin Robinson.
2762 Cairo's ContextShadow may mis-render some box shadows
2763 https://bugs.webkit.org/show_bug.cgi?id=51374
2765 Added new test to check rectangular tiled shadows.
2767 * platform/gtk/fast/css/rect-shadow-tiled-expected.checksum: Added.
2768 * platform/gtk/fast/css/rect-shadow-tiled-expected.png: Added.
2769 * platform/gtk/fast/css/rect-shadow-tiled-expected.txt: Added.
2770 * platform/gtk/fast/css/rect-shadow-tiled.html: Added.
2772 2011-01-07 Kinuko Yasuda <kinuko@chromium.org>
2774 Unreviewed; an attempt to fix chromium bot failures by removing failing test line (they must be failing due to modificationTime accuracy error).
2776 * fast/filesystem/op-get-metadata-expected.txt:
2777 * fast/filesystem/resources/op-tests-helper.js:
2778 (runOperationTest.OperationTestHelper.this.testMetadataSuccessCallback):
2780 2011-01-06 Kinuko Yasuda <kinuko@chromium.org>
2782 Reviewed by David Levin.
2784 Add layout tests for Entry.getMetadata (FileSystem API)
2785 https://bugs.webkit.org/show_bug.cgi?id=47311
2787 * fast/filesystem/op-get-metadata-expected.txt: Added.
2788 * fast/filesystem/op-get-metadata.html: Added.
2789 * fast/filesystem/resources/op-get-metadata.js: Added.
2790 * fast/filesystem/resources/op-tests-helper.js: Updated getMetadata
2793 2011-01-06 Mihai Parparita <mihaip@chromium.org>
2795 Unreviewed; chromium test expectations update.
2797 Remove failing expectations for tests that started to pass after
2798 rebaselining in r75215.
2800 Make failing expectations added by r75213 more specific (failures are
2801 only on Windows and Linux).
2803 * platform/chromium/test_expectations.txt:
2805 2011-01-06 Adam Barth <abarth@webkit.org>
2807 Reviewed by Darin Adler.
2809 REGRESSION (r74663): ASSERTION FAILED: m_tokenizer->lineNumber() == line.zeroBasedInt()
2810 https://bugs.webkit.org/show_bug.cgi?id=52013
2812 This test case used to trigger an ASSERT. It's unclear to me whether
2813 there's a more direct way to test this fix.
2815 * fast/parser/line-number-composite-segmented-string-expected.txt: Added.
2816 * fast/parser/line-number-composite-segmented-string.html: Added.
2818 2011-01-06 Stephen White <senorblanco@chromium.org>
2820 Unreviewed; chromium test expectations update.
2822 * platform/chromium/test_expectations.txt:
2823 New test fast/frames/iframe-reparenting-plugins.html failing on windows.
2825 2011-01-06 Martin Robinson <mrobinson@igalia.com>
2827 Add new expected results for GTK+. Skip viewport tests which
2828 have results differing from Opera.
2830 * fast/dom/left-overflow-in-ltr-expected.txt: Added.
2831 * fast/dom/right-overflow-in-rtl-expected.txt: Added.
2832 * fast/viewport/viewport-126-expected.txt: Added.
2833 * fast/viewport/viewport-127-expected.txt: Added.
2834 * fast/viewport/viewport-65-expected.txt: Added.
2835 * fast/viewport/viewport-82-expected.txt: Added.
2836 * fast/viewport/viewport-84-expected.txt: Added.
2837 * fast/viewport/viewport-87-expected.txt: Added.
2838 * platform/gtk/Skipped:
2839 * platform/gtk/css2.1/t040105-import-10-b-expected.checksum: Added.
2840 * platform/gtk/css2.1/t040105-import-10-b-expected.png: Added.
2841 * platform/gtk/css2.1/t040105-import-10-b-expected.txt: Added.
2842 * platform/gtk/fast/block/positioning/rtl-static-positioning-expected.checksum: Added.
2843 * platform/gtk/fast/block/positioning/rtl-static-positioning-expected.png: Added.
2844 * platform/gtk/fast/block/positioning/rtl-static-positioning-expected.txt: Added.
2845 * platform/gtk/fast/block/positioning/rtl-static-positioning-inline-block-expected.checksum: Added.
2846 * platform/gtk/fast/block/positioning/rtl-static-positioning-inline-block-expected.png: Added.
2847 * platform/gtk/fast/block/positioning/rtl-static-positioning-inline-block-expected.txt: Added.
2848 * platform/gtk/fast/block/positioning/table-cell-static-position-expected.checksum: Added.
2849 * platform/gtk/fast/block/positioning/table-cell-static-position-expected.png: Added.
2850 * platform/gtk/fast/block/positioning/table-cell-static-position-expected.txt: Added.
2851 * platform/gtk/fast/blockflow/Kusa-Makura-background-canvas-expected.checksum: Added.
2852 * platform/gtk/fast/blockflow/Kusa-Makura-background-canvas-expected.png: Added.
2853 * platform/gtk/fast/blockflow/Kusa-Makura-background-canvas-expected.txt: Added.
2854 * platform/gtk/fast/blockflow/japanese-rl-text-with-broken-font-expected.checksum: Added.
2855 * platform/gtk/fast/blockflow/japanese-rl-text-with-broken-font-expected.png: Added.
2856 * platform/gtk/fast/blockflow/japanese-rl-text-with-broken-font-expected.txt: Added.
2857 * platform/gtk/fast/blockflow/vertical-align-table-baseline-expected.checksum: Added.
2858 * platform/gtk/fast/blockflow/vertical-align-table-baseline-expected.png: Added.
2859 * platform/gtk/fast/blockflow/vertical-align-table-baseline-expected.txt: Added.
2860 * platform/gtk/fast/blockflow/vertical-baseline-alignment-expected.checksum: Added.
2861 * platform/gtk/fast/blockflow/vertical-baseline-alignment-expected.png: Added.
2862 * platform/gtk/fast/blockflow/vertical-baseline-alignment-expected.txt: Added.
2863 * platform/gtk/fast/css-generated-content/table-before-after-child-add-expected.checksum: Added.
2864 * platform/gtk/fast/css-generated-content/table-before-after-child-add-expected.png: Added.
2865 * platform/gtk/fast/css-generated-content/table-before-after-child-add-expected.txt: Added.
2866 * platform/gtk/fast/css-generated-content/table-cell-before-after-child-add-expected.checksum: Added.
2867 * platform/gtk/fast/css-generated-content/table-cell-before-after-child-add-expected.png: Added.
2868 * platform/gtk/fast/css-generated-content/table-cell-before-after-child-add-expected.txt: Added.
2869 * platform/gtk/fast/css-generated-content/table-row-before-after-child-add-expected.checksum: Added.
2870 * platform/gtk/fast/css-generated-content/table-row-before-after-child-add-expected.png: Added.
2871 * platform/gtk/fast/css-generated-content/table-row-before-after-child-add-expected.txt: Added.
2872 * platform/gtk/fast/css-generated-content/table-table-before-after-child-add-expected.checksum: Added.
2873 * platform/gtk/fast/css-generated-content/table-table-before-after-child-add-expected.png: Added.
2874 * platform/gtk/fast/css-generated-content/table-table-before-after-child-add-expected.txt: Added.
2875 * platform/gtk/fast/css/box-shadow-expected.checksum: Added.
2876 * platform/gtk/fast/css/box-shadow-expected.png: Added.
2877 * platform/gtk/fast/css/box-shadow-expected.txt: Added.
2878 * platform/gtk/fast/css/focus-ring-detached-expected.checksum: Added.
2879 * platform/gtk/fast/css/focus-ring-detached-expected.png: Added.
2880 * platform/gtk/fast/css/focus-ring-detached-expected.txt: Added.
2881 * platform/gtk/fast/css/focus-ring-multiline-expected.checksum: Added.
2882 * platform/gtk/fast/css/focus-ring-multiline-expected.png: Added.
2883 * platform/gtk/fast/css/focus-ring-multiline-expected.txt: Added.
2884 * platform/gtk/fast/css/focus-ring-outline-color-expected.checksum: Added.
2885 * platform/gtk/fast/css/focus-ring-outline-color-expected.png: Added.
2886 * platform/gtk/fast/css/focus-ring-outline-color-expected.txt: Added.
2887 * platform/gtk/fast/css/focus-ring-outline-offset-expected.checksum: Added.
2888 * platform/gtk/fast/css/focus-ring-outline-offset-expected.png: Added.
2889 * platform/gtk/fast/css/focus-ring-outline-offset-expected.txt: Added.
2890 * platform/gtk/fast/css/focus-ring-outline-width-expected.checksum: Added.
2891 * platform/gtk/fast/css/focus-ring-outline-width-expected.png: Added.
2892 * platform/gtk/fast/css/focus-ring-outline-width-expected.txt: Added.
2893 * platform/gtk/fast/forms/placeholder-position-expected.checksum: Added.
2894 * platform/gtk/fast/forms/placeholder-position-expected.png: Added.
2895 * platform/gtk/fast/forms/placeholder-position-expected.txt: Added.
2896 * platform/gtk/fast/html/marquee-scrollamount-expected.checksum: Added.
2897 * platform/gtk/fast/html/marquee-scrollamount-expected.png: Added.
2898 * platform/gtk/fast/html/marquee-scrollamount-expected.txt: Added.
2899 * platform/gtk/fast/images/gray-scale-jpeg-with-color-profile-expected.checksum: Added.
2900 * platform/gtk/fast/images/gray-scale-jpeg-with-color-profile-expected.png: Added.
2901 * platform/gtk/fast/images/gray-scale-jpeg-with-color-profile-expected.txt: Added.
2902 * platform/gtk/fast/images/imagemap-focus-ring-outline-color-expected.txt: Added.
2903 * platform/gtk/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.checksum: Added.
2904 * platform/gtk/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.png: Added.
2905 * platform/gtk/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.txt: Added.
2906 * platform/gtk/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.txt: Added.
2907 * platform/gtk/fast/images/imagemap-focus-ring-zoom-expected.txt: Added.
2908 * platform/gtk/fast/multicol/span/anonymous-before-child-parent-crash-expected.checksum: Added.
2909 * platform/gtk/fast/multicol/span/anonymous-before-child-parent-crash-expected.png: Added.
2910 * platform/gtk/fast/multicol/span/anonymous-before-child-parent-crash-expected.txt: Added.
2911 * platform/gtk/fast/multicol/span/anonymous-split-block-crash-expected.checksum: Added.
2912 * platform/gtk/fast/multicol/span/anonymous-split-block-crash-expected.png: Added.
2913 * platform/gtk/fast/multicol/span/anonymous-split-block-crash-expected.txt: Added.
2914 * platform/gtk/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.checksum: Added.
2915 * platform/gtk/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.png: Added.
2916 * platform/gtk/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt: Added.
2917 * platform/gtk/fast/overflow/overflow-rtl-vertical-expected.checksum: Added.
2918 * platform/gtk/fast/overflow/overflow-rtl-vertical-expected.png: Added.
2919 * platform/gtk/fast/overflow/overflow-rtl-vertical-expected.txt: Added.
2920 * platform/gtk/fast/overflow/overflow-update-transform-expected.checksum: Added.
2921 * platform/gtk/fast/overflow/overflow-update-transform-expected.png: Added.
2922 * platform/gtk/fast/overflow/overflow-update-transform-expected.txt: Added.
2923 * platform/gtk/fast/ruby/nested-ruby-expected.checksum: Added.
2924 * platform/gtk/fast/ruby/nested-ruby-expected.png: Added.
2925 * platform/gtk/fast/ruby/nested-ruby-expected.txt: Added.
2926 * platform/gtk/fast/text/emphasis-expected.checksum: Added.
2927 * platform/gtk/fast/text/emphasis-expected.png: Added.
2928 * platform/gtk/fast/text/emphasis-expected.txt: Added.
2929 * platform/gtk/fast/text/emphasis-vertical-expected.checksum: Added.
2930 * platform/gtk/fast/text/emphasis-vertical-expected.png: Added.
2931 * platform/gtk/fast/text/emphasis-vertical-expected.txt: Added.
2932 * platform/gtk/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.checksum: Added.
2933 * platform/gtk/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.png: Added.
2934 * platform/gtk/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.txt: Added.
2935 * platform/gtk/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.checksum: Added.
2936 * platform/gtk/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.png: Added.
2937 * platform/gtk/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.txt: Added.
2938 * platform/gtk/svg/custom/image-rescale-clip-expected.checksum: Added.
2939 * platform/gtk/svg/custom/image-rescale-clip-expected.png: Added.
2940 * platform/gtk/svg/custom/image-rescale-clip-expected.txt: Added.
2941 * platform/gtk/svg/custom/image-rescale-scroll-expected.checksum: Added.
2942 * platform/gtk/svg/custom/image-rescale-scroll-expected.png: Added.
2943 * platform/gtk/svg/custom/image-rescale-scroll-expected.txt: Added.
2944 * platform/gtk/svg/dom/SVGPathSegList-cloning-expected.checksum: Added.
2945 * platform/gtk/svg/dom/SVGPathSegList-cloning-expected.png: Added.
2946 * platform/gtk/svg/dom/SVGPathSegList-cloning-expected.txt: Added.
2947 * platform/gtk/svg/dom/SVGPathSegList-segment-modification-expected.checksum: Added.
2948 * platform/gtk/svg/dom/SVGPathSegList-segment-modification-expected.png: Added.
2949 * platform/gtk/svg/dom/SVGPathSegList-segment-modification-expected.txt: Added.
2950 * platform/gtk/svg/dom/SVGPathSegList-xml-dom-synchronization2-expected.checksum: Added.
2951 * platform/gtk/svg/dom/SVGPathSegList-xml-dom-synchronization2-expected.png: Added.
2952 * platform/gtk/svg/dom/SVGPathSegList-xml-dom-synchronization2-expected.txt: Added.
2953 * platform/gtk/svg/filters/feColorMatrix-offset-expected.checksum: Added.
2954 * platform/gtk/svg/filters/feColorMatrix-offset-expected.png: Added.
2955 * platform/gtk/svg/filters/feColorMatrix-offset-expected.txt: Added.
2957 2011-01-06 Stephen White <senorblanco@chromium.org>
2959 Unreviewed; yet another test expectations update.
2961 * platform/chromium/test_expectations.txt:
2963 2011-01-06 Stephen White <senorblanco@chromium.org>
2965 Unreviewed; test expectations update.
2967 Add new results for new tests introduced in r75097.
2969 * platform/chromium-mac/fast/gradients/css3-repeating-linear-gradients-expected.checksum: Added.
2970 * platform/chromium-mac/fast/gradients/css3-repeating-linear-gradients-expected.png: Added.
2971 * platform/chromium-win/fast/gradients/css3-repeating-linear-gradients-expected.checksum: Added.
2972 * platform/chromium-win/fast/gradients/css3-repeating-linear-gradients-expected.png: Added.
2973 * platform/chromium/test_expectations.txt:
2976 2011-01-06 Robert Hogan <robert@webkit.org>
2978 [Qt] Update expected results after r75177
2980 Unreviewed, update expected results.
2982 * platform/qt/fast/dom/prototype-inheritance-expected.txt:
2984 2011-01-06 Martin Robinson <mrobinson@igalia.com>
2986 Reviewed by Adam Barth.
2988 fast/dom/Window/window-postmessage-clone.html may fail on platforms with larger fonts
2989 https://bugs.webkit.org/show_bug.cgi?id=52027
2991 Move the console output div after the file input control in
2992 fast/dom/Window/window-postmessage-clone.html so that console
2993 text does not push it outside of the viewport.
2995 * fast/dom/Window/window-postmessage-clone-expected.txt: Updated results
2996 to match new text output.
2997 * fast/dom/Window/window-postmessage-clone.html: Moved console div.
2999 2011-01-06 Martin Robinson <mrobinson@igalia.com>
3001 Update GTK+-specific results after r75177.
3003 * platform/gtk/fast/dom/prototype-inheritance-expected.txt: Update results.
3005 2011-01-06 Jenn Braithwaite <jennb@chromium.org>
3007 Reviewed by Dmitry Titov.
3009 When a live frame is moved between pages, some plug-in DOM methods cease to function
3010 https://bugs.webkit.org/show_bug.cgi?id=45770
3012 * fast/frames/iframe-reparenting-plugins-expected.txt: Added.
3013 * fast/frames/iframe-reparenting-plugins.html: Added.
3014 * fast/frames/resources/iframe-reparenting-plugins-iframe-content.html: Added.
3015 * fast/frames/resources/iframe-reparenting-plugins-new-page.html: Added.
3017 2011-01-06 Stephen White <senorblanco@chromium.org>
3019 Unreviewed; test expectations update.
3021 * platform/chromium-gpu/test_expectations.txt:
3022 Remove duplicate expectations.
3024 2011-01-06 Mihai Parparita <mihaip@chromium.org>
3026 Unreviewed, test expectation update.
3028 Add mac-leopard baselines for tests that currently have Snow Leopard
3029 baselines in platform/mac.
3031 * platform/mac-leopard/fast/multicol/client-rects-expected.checksum:
3032 * platform/mac-leopard/fast/multicol/client-rects-expected.png: Added.
3033 * platform/mac-leopard/fast/multicol/column-break-with-balancing-expected.checksum: Added.
3034 * platform/mac-leopard/fast/multicol/column-break-with-balancing-expected.png: Added.
3035 * platform/mac-leopard/fast/multicol/float-multicol-expected.checksum: Added.
3036 * platform/mac-leopard/fast/multicol/float-multicol-expected.png: Added.
3037 * platform/mac-leopard/fast/multicol/float-paginate-complex-expected.checksum: Added.
3038 * platform/mac-leopard/fast/multicol/float-paginate-complex-expected.png: Added.
3039 * platform/mac-leopard/fast/multicol/float-paginate-expected.checksum: Added.
3040 * platform/mac-leopard/fast/multicol/float-paginate-expected.png: Added.
3041 * platform/mac-leopard/fast/multicol/layers-in-multicol-expected.checksum: Added.
3042 * platform/mac-leopard/fast/multicol/layers-in-multicol-expected.png: Added.
3043 * platform/mac-leopard/fast/multicol/layers-split-across-columns-expected.checksum: Added.
3044 * platform/mac-leopard/fast/multicol/layers-split-across-columns-expected.png: Added.
3045 * platform/mac-leopard/fast/multicol/paginate-block-replaced-expected.checksum: Added.
3046 * platform/mac-leopard/fast/multicol/paginate-block-replaced-expected.png: Added.
3047 * platform/mac-leopard/fast/multicol/span/anonymous-style-inheritance-expected.checksum: Added.
3048 * platform/mac-leopard/fast/multicol/span/anonymous-style-inheritance-expected.png: Added.
3049 * platform/mac-leopard/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.checksum: Added.
3050 * platform/mac-leopard/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.png: Added.
3051 * platform/mac-leopard/fast/multicol/span/span-as-nested-columns-child-expected.checksum: Added.
3052 * platform/mac-leopard/fast/multicol/span/span-as-nested-columns-child-expected.png: Added.
3053 * platform/mac-leopard/fast/multicol/table-vertical-align-expected.checksum: Added.
3054 * platform/mac-leopard/fast/multicol/table-vertical-align-expected.png: Added.
3055 * platform/mac-leopard/fast/repaint/overflow-scroll-body-appear-expected.checksum: Added.
3056 * platform/mac-leopard/fast/repaint/overflow-scroll-body-appear-expected.png: Added.
3058 2011-01-06 Stephen White <senorblanco@chromium.org>
3060 Unreviewed; chromium test expectations update.
3062 * platform/chromium/test_expectations.txt:
3063 Add some expected "failing" tests post-r75205.
3065 2011-01-06 Stephen White <senorblanco@chromium.org>
3067 Unreviewed; chromium test expectations update.
3069 * platform/chromium/test_expectations.txt:
3070 Remove duplicate expectations.
3072 2011-01-06 Adam Roben <aroben@apple.com>
3074 Add/update Windows-specific test results for recent regressions
3077 http://webkit.org/b/52026
3078 http://webkit.org/b/52028
3079 http://webkit.org/b/52029
3081 * platform/win/animations/animation-time-expected.txt: Added.
3082 * platform/win/fast/canvas/canvas-fillRect-gradient-shadow-expected.txt: Added.
3083 * platform/win/fast/css/css3-nth-tokens-script-expected.txt: Added.
3084 * platform/win/fast/css/css3-nth-tokens-style-expected.txt: Added.
3085 * platform/win/fast/dom/Window/window-property-descriptors-expected.txt:
3087 2011-01-06 Adam Roben <aroben@apple.com>
3089 Update Windows results after r75177
3091 * platform/win/fast/dom/prototype-inheritance-expected.txt:
3093 2011-01-06 Martin Robinson <mrobinson@igalia.com>
3095 Reviewed by Eric Seidel.
3097 [GTK] Freetype backend does not support WOFF
3098 https://bugs.webkit.org/show_bug.cgi?id=51904
3100 * platform/gtk/Skipped: Unskip passing WOFF test. Add results.
3101 * platform/gtk/fast/css/font-face-woff-expected.checksum: Added.
3102 * platform/gtk/fast/css/font-face-woff-expected.png: Added.
3103 * platform/gtk/fast/css/font-face-woff-expected.txt: Added.
3105 2011-01-06 James Simonsen <simonjam@chromium.org>
3107 Reviewed by Darin Fisher.
3109 [Web Timing] Remove vendor prefix
3110 https://bugs.webkit.org/show_bug.cgi?id=48922
3112 * fast/dom/Window/window-properties-performance-expected.txt: Test replaceability.
3113 * fast/dom/Window/window-properties-performance.html: Ditto.
3114 * fast/dom/Window/window-properties.html: Rename to performance.
3115 * fast/dom/resources/navigation-type-matches-querystring.html: Ditto.
3116 * fast/dom/script-tests/prototype-inheritance.js: Ditto.
3117 * fast/dom/script-tests/webtiming-document-open.js: Ditto.
3118 * fast/dom/script-tests/webtiming-navigate-within-document.js: Ditto.
3119 * fast/dom/script-tests/webtiming.js: Ditto.
3120 * http/tests/misc/resources/webtiming-one-redirect.html: Ditto.
3121 * http/tests/misc/resources/webtiming-two-redirects.html: Ditto.
3123 2011-01-06 Tony Gentilcore <tonyg@chromium.org>
3125 Reviewed by Eric Seidel.
3127 Allow framesets after hidden inputs
3128 https://bugs.webkit.org/show_bug.cgi?id=51998
3130 * html5lib/resources/webkit01.dat: Demonstrate that the value of the type attribute matters. An input with no type is tested in tests19.dat.
3132 2010-12-29 Zhenyao Mo <zmo@google.com>
3134 Reviewed by Kenneth Russell.
3136 vertexAttribPointer should raise INVALID_OPERATION if stride/offset is not multiple of the type size
3137 https://bugs.webkit.org/show_bug.cgi?id=51725
3139 * fast/canvas/webgl/gl-vertexattribpointer-expected.txt:
3140 * fast/canvas/webgl/gl-vertexattribpointer.html: Sync with khronos.
3142 2011-01-06 Zhenyao Mo <zmo@google.com>
3144 Unreviewed, add glsl-conformance.html to test_expectations.txt temporarily.
3146 * platform/chromium-gpu/test_expectations.txt:
3147 * platform/chromium/test_expectations.txt:
3149 2011-01-06 Robert Hogan <robert@webkit.org>
3151 Reviewed by Antonio Gomes.
3153 [Qt] Introduce QDRTNode for passing WebCore::Node across JS bridge
3155 This allows LayoutTestController to pass WebCore::Node back to
3158 Also amend nodesFromRect-links-and-text.html and
3159 nodesFromRect-inner-documents.html so that they do not produce
3160 platform-specific results.
3163 fast/dom/nodesFromRect-links-and-text.html
3164 fast/dom/nodesFromRect-inner-documents.html
3166 https://bugs.webkit.org/show_bug.cgi?id=48957
3168 * fast/dom/nodesFromRect-inner-documents-expected.txt:
3169 * fast/dom/nodesFromRect-inner-documents.html:
3170 * fast/dom/nodesFromRect-links-and-text-expected.txt:
3171 * fast/dom/nodesFromRect-links-and-text.html:
3172 * fast/dom/resources/nodesFromRect.js:
3176 * platform/qt/Skipped:
3178 2011-01-06 Stephen White <senorblanco@chromium.org>
3180 Unreviewed; test expectations update.
3182 Update test_expectations.txt files to reflect reality on the canaries.
3184 * platform/chromium-gpu/test_expectations.txt:
3185 * platform/chromium/test_expectations.txt:
3187 2011-01-06 Chris Fleizach <cfleizach@apple.com>
3189 Reviewed by Beth Dakin.
3191 AX: "AXExpanded" not exposed on most ARIA roles that use aria-expanded
3192 https://bugs.webkit.org/show_bug.cgi?id=51995
3194 * platform/mac/accessibility/aria-expanded-standard-items-expected.txt: Added.
3195 * platform/mac/accessibility/aria-expanded-standard-items.html: Added.
3197 2011-01-06 Adam Barth <abarth@webkit.org>
3199 Reviewed by Eric Seidel.
3201 prototype-inheritance prints FAIL when it shouldn't
3202 https://bugs.webkit.org/show_bug.cgi?id=52007
3204 Before this patch, we were testing the prototypes of primitive values,
3205 but the rules for primitive values are different than the rules for
3206 objects. Primitive values get their prototypes from the current
3207 lexical scope when they get boxed. This test is designed to test that
3208 objects get their prototypes from their original holder.
3210 In this patch, we skip testing non-object/non-functions. We can add
3211 another test for primitives if we think that would be valuable.
3213 * fast/dom/prototype-inheritance-expected.txt:
3214 * fast/dom/script-tests/prototype-inheritance.js:
3216 2011-01-06 James Robinson <jamesr@chromium.org>
3218 Update expectations for tests that enumerate properties on the window to reflect newly added property.
3220 * fast/dom/Window/window-properties-expected.txt:
3221 * fast/dom/Window/window-property-descriptors-expected.txt:
3222 * platform/gtk/fast/dom/Window/window-properties-expected.txt:
3223 * platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt:
3224 * platform/qt/fast/dom/Window/window-properties-expected.txt:
3225 * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt:
3226 * platform/win/fast/dom/Window/window-property-descriptors-expected.txt:
3228 2010-12-28 Zhenyao Mo <zmo@google.com>
3230 Reviewed by Kenneth Russell.
3232 Must generate INVALID_VALUE errors for strings containing out-of-range characters
3233 https://bugs.webkit.org/show_bug.cgi?id=50929
3235 * fast/canvas/webgl/invalid-passed-params-expected.txt: Add test cases for invalid characters.
3236 * fast/canvas/webgl/invalid-passed-params.html: Ditto.
3238 2011-01-06 Abhishek Arya <inferno@chromium.org>
3240 Reviewed by Alexey Proskuryakov.
3242 Improve the layouttests from r75168 and make sure that the parent stylesheet value is null
3243 before showing test passed.
3245 * fast/dom/StyleSheet/removed-media-rule-deleted-parent-crash.html:
3246 * fast/dom/StyleSheet/removed-stylesheet-rule-deleted-parent-crash.html:
3248 2011-01-06 James Robinson <jamesr@chromium.org>
3250 Reviewed by Simon Fraser.
3252 Implement mozilla's animationTime property
3253 https://bugs.webkit.org/show_bug.cgi?id=51952
3255 Tests for window.webkitAnimationTime.
3257 * animations/animation-time-expected.txt: Added.
3258 * animations/animation-time.html: Added.
3259 * animations/script-tests/animation-time.js: Added.
3261 2011-01-06 Abhishek Arya <inferno@chromium.org>
3263 Reviewed by Simon Fraser.
3265 Tests that we do not crash when accessing a deleted parent stylesheet
3266 from a removed css rule.
3267 https://bugs.webkit.org/show_bug.cgi?id=51993
3269 * fast/dom/StyleSheet/removed-media-rule-deleted-parent-crash-expected.txt: Added.
3270 * fast/dom/StyleSheet/removed-media-rule-deleted-parent-crash.html: Added.
3271 * fast/dom/StyleSheet/removed-stylesheet-rule-deleted-parent-crash-expected.txt: Added.
3272 * fast/dom/StyleSheet/removed-stylesheet-rule-deleted-parent-crash.html: Added.
3274 2011-01-04 Adrienne Walker <enne@google.com>
3276 Reviewed by Kenneth Russell.
3278 Add test cases for storing NaN in typed arrays.
3279 https://bugs.webkit.org/show_bug.cgi?id=46990
3281 * fast/canvas/webgl/array-unit-tests-expected.txt:
3282 * fast/canvas/webgl/array-unit-tests.html:
3284 2011-01-06 Andrei Popescu <andreip@google.com>
3286 Unreviewed, build fix.
3288 [Chromium] Add elliptical gradient support to GradientSkia
3289 https://bugs.webkit.org/show_bug.cgi?id=51841
3291 Marks fast/gradients/css3-radial-gradients3.html as expected to fail.
3293 canvas/philip/tests/2d.shadow.gradient.alpha.html
3294 canvas/philip/tests/2d.shadow.gradient.basic.html
3295 canvas/philip/tests/2d.shadow.gradient.transparent.2.html
3296 as passing on Chromium-mac as a result of r75139.
3298 * platform/chromium/test_expectations.txt:
3300 2011-01-06 Andrei Popescu <andreip@google.com>
3302 Unreviewed, rolling out r75152.
3304 [Chromium] fast/gradients/css3-radial-gradients3.html needs Chromium-specific results
3305 https://bugs.webkit.org/show_bug.cgi?id=51988
3307 Rolling out since, on closer inspection, the expectations are wrong and the corresponding test really fails.
3309 * platform/chromium-mac/fast/gradients/css3-radial-gradients3-expected.checksum: Removed.
3310 * platform/chromium-mac/fast/gradients/css3-radial-gradients3-expected.png: Removed.
3311 * platform/chromium-win/fast/gradients/css3-radial-gradients3-expected.checksum: Removed.
3312 * platform/chromium-win/fast/gradients/css3-radial-gradients3-expected.png: Removed.
3314 2011-01-06 Yael Aharon <yael.aharon@nokia.com>
3316 Reviewed by Darin Adler.
3318 document.querySelector(':nth-child(foo)') should throw a syntax error
3319 https://bugs.webkit.org/show_bug.cgi?id=51231
3320 CSSNthSelector parsing code is illegible and buggy (allows "n3" as a valid selector)
3321 https://bugs.webkit.org/show_bug.cgi?id=21815
3323 * fast/css/css3-nth-tokens-script-expected.txt: Added.
3324 * fast/css/css3-nth-tokens-script.html: Added.
3325 * fast/css/css3-nth-tokens-style-expected.txt: Added.
3326 * fast/css/css3-nth-tokens-style.html: Added.
3328 2011-01-06 Andrei Popescu <andreip@google.com>
3330 Unreviewed, build fix.
3332 [Chromium] canvas/canvas-fillRect-gradient-shadow.html fails on Chromium.
3333 https://bugs.webkit.org/show_bug.cgi?id=51989
3335 Updating the test expectations for the chromium-gpu platform.
3337 * platform/chromium-gpu/test_expectations.txt:
3339 2011-01-06 Andrei Popescu <andreip@google.com>
3341 Unreviewed, build fix.
3343 [Chromium] canvas/canvas-fillRect-gradient-shadow.html fails on Chromium.
3344 https://bugs.webkit.org/show_bug.cgi?id=51989
3346 Added suppressions for
3347 svg/batik/text/textEffect.svg
3348 svg/batik/text/textEffect3.svg
3349 svg/css/composite-shadow-text.svg
3350 svg/custom/js-late-gradient-and-object-creation.svg
3351 svg/custom/js-late-gradient-creation.svg
3352 svg/text/selection-background-color.xhtml
3353 svg/text/selection-styles.xhtml
3354 svg/text/text-gradient-positioning.svg
3356 These tests are all failing as a result of the same change: r75153.
3358 * platform/chromium/test_expectations.txt:
3360 2011-01-06 Andrei Popescu <andreip@google.com>
3362 Unreviewed, build fix.
3364 [Chromium] canvas/canvas-fillRect-gradient-shadow.html fails on Chromium.
3365 https://bugs.webkit.org/show_bug.cgi?id=51989
3367 Updating Chromium expectations until we find a fix.
3369 * platform/chromium/test_expectations.txt:
3371 2011-01-06 Andrei Popescu <andreip@google.com>
3373 Unreviewed, build fix.
3375 [Chromium] fast/gradients/css3-radial-gradients3.html needs Chromium-specific results
3376 https://bugs.webkit.org/show_bug.cgi?id=51988
3378 * platform/chromium-mac/fast/gradients/css3-radial-gradients3-expected.checksum: Added.
3379 * platform/chromium-mac/fast/gradients/css3-radial-gradients3-expected.png: Added.
3380 * platform/chromium-win/fast/gradients/css3-radial-gradients3-expected.checksum: Added.
3381 * platform/chromium-win/fast/gradients/css3-radial-gradients3-expected.png: Added.
3383 2011-01-06 Csaba Osztrogonác <ossy@webkit.org>
3387 [Qt] Web Timing related bugs
3388 https://bugs.webkit.org/show_bug.cgi?id=51245
3390 * platform/qt/Skipped: Add new tests.
3391 - http/tests/misc/webtiming-origins.html
3392 - http/tests/misc/webtiming-slow-load.php
3395 2011-01-05 Helder Correia <helder@sencha.com>
3397 Reviewed by Simon Fraser.
3399 Shadows are not drawn when filling a rect with a gradient fillStyle on Mac and Chromium-Mac
3400 https://bugs.webkit.org/show_bug.cgi?id=51869
3402 GraphicsContext::fillRect(const FloatRect&) is clipping to the rect.
3403 The shadow is being drawn, but getting clipped to the rect being filled.
3404 The solution is to draw the gradient into a CGLayer (when a shadow is
3405 required), then render the layer to the GraphicsContext.
3407 This patch also fixes:
3408 canvas/philip/tests/2d.shadow.gradient.alpha.html
3409 canvas/philip/tests/2d.shadow.gradient.basic.html
3410 canvas/philip/tests/2d.shadow.gradient.transparent.2.html
3412 New test to ensure that shadows are drawn when fillStyle is a gradient,
3413 possibly with some transparency and blur, and specifically using
3416 * fast/canvas/canvas-fillRect-gradient-shadow-expected.txt: Added.
3417 * fast/canvas/canvas-fillRect-gradient-shadow.html: Added.
3418 * fast/canvas/script-tests/canvas-fillRect-gradient-shadow.js: Added.
3420 2011-01-05 Simon Fraser <simon.fraser@apple.com>
3422 Reviewed by Ariya Hidayat.
3424 Directly composited SVG images fail to render
3425 https://bugs.webkit.org/show_bug.cgi?id=51975
3427 New testcase with directly composited SVG image.
3429 * compositing/images/direct-svg-image-expected.checksum: Added.
3430 * compositing/images/direct-svg-image-expected.png: Added.
3431 * compositing/images/direct-svg-image-expected.txt: Added.
3432 * compositing/images/direct-svg-image.html: Added.
3434 2011-01-05 Simon Fraser <simon.fraser@apple.com>
3436 Reviewed by Darin Adler.
3438 Fix percentage values in radius of radial gradients
3439 https://bugs.webkit.org/show_bug.cgi?id=51979
3441 * fast/gradients/css3-radial-gradients3-expected.txt: Added.
3442 * fast/gradients/css3-radial-gradients3.html: Added.
3443 * platform/mac/fast/gradients/css3-radial-gradients3-expected.checksum: Added.
3444 * platform/mac/fast/gradients/css3-radial-gradients3-expected.png: Added.
3446 2011-01-05 James Simonsen <simonjam@chromium.org>
3448 Reviewed by Adam Barth.
3450 [Web Timing] Zero out some values on cross-origin redirects
3451 https://bugs.webkit.org/show_bug.cgi?id=49294
3453 * fast/dom/script-tests/webtiming.js:
3454 (checkTimingBeforeLoad): Remove unload. Its behavior depends on prior navigation and is tested separately.
3455 (checkTimingWhileDeferred): Ditto.
3456 (checkWebTimingOnDOMContentLoaded): Ditto.
3457 (checkWebTimingWhileAsync): Ditto.
3458 (checkWebTimingOnLoad): Ditto.
3459 (checkWebTimingAfterLoad): Ditto.
3460 * fast/dom/webtiming-expected.txt:
3461 * http/tests/misc/resources/webtiming-cross-origin-and-back-redirect1.php: Added.
3462 * http/tests/misc/resources/webtiming-cross-origin-and-back-redirect2.php: Added.
3463 * http/tests/misc/resources/webtiming-cross-origin-and-back1.html: Added.
3464 * http/tests/misc/resources/webtiming-cross-origin-and-back2.html: Added.
3465 * http/tests/misc/resources/webtiming-cross-origin-redirect.html: Added.
3466 * http/tests/misc/resources/webtiming-cross-origin-redirect.php: Added.
3467 * http/tests/misc/resources/webtiming-no-origin.html: Added.
3468 * http/tests/misc/webtiming-origins-expected.txt: Added.
3469 * http/tests/misc/webtiming-origins.html: Added.
3470 * platform/gtk/Skipped: Skip new web timing test.
3471 * platform/mac/Skipped: Ditto.
3472 * platform/win/Skipped: Ditto.
3474 2011-01-05 Helder Correia <helder@sencha.com>
3476 Reviewed by Ariya Hidayat.
3478 [Qt] Default focus ring is too wide
3479 https://bugs.webkit.org/show_bug.cgi?id=51854
3481 This is an intermediate step to solve this bug. Use QPalette::Highlight
3482 instead of default half-transparent black as the focus ring color.
3484 * platform/qt/editing/selection/caret-and-focus-ring-expected.checksum: Added.
3485 * platform/qt/editing/selection/caret-and-focus-ring-expected.png: Added.
3486 * platform/qt/editing/selection/caret-and-focus-ring-expected.txt: Added.
3487 * platform/qt/fast/css/focus-ring-outline-color-expected.checksum:
3488 * platform/qt/fast/css/focus-ring-outline-color-expected.png:
3489 * platform/qt/fast/css/focus-ring-outline-offset-expected.checksum:
3490 * platform/qt/fast/css/focus-ring-outline-offset-expected.png:
3491 * platform/qt/fast/css/focus-ring-outline-width-expected.checksum:
3492 * platform/qt/fast/css/focus-ring-outline-width-expected.png:
3494 2011-01-05 James Simonsen <simonjam@chromium.org>
3496 Reviewed by Darin Fisher.
3498 [Web Timing] requestStart and responseStart should be available even if the document is still loading
3499 https://bugs.webkit.org/show_bug.cgi?id=51368
3501 * http/tests/misc/webtiming-slow-load-expected.txt: Added.
3502 * http/tests/misc/webtiming-slow-load.php: Added.
3504 2011-01-05 Kent Tamura <tkent@chromium.org>
3506 Unreviewed, test expectation update.
3508 Rebaseline of renderer-destruction-by-invalidateSelection-crash.html
3510 * platform/chromium-linux/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.checksum:
3511 * platform/chromium-linux/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.png:
3512 * platform/chromium-mac/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.checksum: Added.
3513 * platform/chromium-mac/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.png: Added.
3514 * platform/chromium-win/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.checksum:
3515 * platform/chromium-win/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.png:
3516 * platform/chromium-win/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt:
3517 * platform/chromium/test_expectations.txt:
3519 2011-01-05 Jenn Braithwaite <jennb@chromium.org>
3521 Reviewed by Adam Barth.
3523 fast/encoding/parser-tests.html is slow on debug builds
3524 https://bugs.webkit.org/show_bug.cgi?id=51721
3526 Break up parser tests to run 10 tests per batch.
3528 * fast/encoding/parser-tests-10-expected.txt: Added.
3529 * fast/encoding/parser-tests-10.html: Copied from LayoutTests/fast/encoding/parser-tests.html.
3530 * fast/encoding/parser-tests-100-expected.txt: Added.
3531 * fast/encoding/parser-tests-100.html: Copied from LayoutTests/fast/encoding/parser-tests.html.
3532 * fast/encoding/parser-tests-110-expected.txt: Added.
3533 * fast/encoding/parser-tests-110.html: Copied from LayoutTests/fast/encoding/parser-tests.html.
3534 * fast/encoding/parser-tests-120-expected.txt: Added.
3535 * fast/encoding/parser-tests-120.html: Copied from LayoutTests/fast/encoding/parser-tests.html.
3536 * fast/encoding/parser-tests-20-expected.txt: Added.
3537 * fast/encoding/parser-tests-20.html: Copied from LayoutTests/fast/encoding/parser-tests.html.
3538 * fast/encoding/parser-tests-30-expected.txt: Added.
3539 * fast/encoding/parser-tests-30.html: Copied from LayoutTests/fast/encoding/parser-tests.html.
3540 * fast/encoding/parser-tests-40-expected.txt: Added.
3541 * fast/encoding/parser-tests-40.html: Copied from LayoutTests/fast/encoding/parser-tests.html.
3542 * fast/encoding/parser-tests-50-expected.txt: Added.
3543 * fast/encoding/parser-tests-50.html: Copied from LayoutTests/fast/encoding/parser-tests.html.
3544 * fast/encoding/parser-tests-60-expected.txt: Added.
3545 * fast/encoding/parser-tests-60.html: Copied from LayoutTests/fast/encoding/parser-tests.html.
3546 * fast/encoding/parser-tests-70-expected.txt: Added.
3547 * fast/encoding/parser-tests-70.html: Copied from LayoutTests/fast/encoding/parser-tests.html.
3548 * fast/encoding/parser-tests-80-expected.txt: Added.
3549 * fast/encoding/parser-tests-80.html: Copied from LayoutTests/fast/encoding/parser-tests.html.
3550 * fast/encoding/parser-tests-90-expected.txt: Added.
3551 * fast/encoding/parser-tests-90.html: Copied from LayoutTests/fast/encoding/parser-tests.html.
3552 * fast/encoding/parser-tests-expected.txt:
3553 * fast/encoding/parser-tests.html:
3554 * fast/encoding/resources/parser-tests.js: Added.
3556 2011-01-05 Hans Wennborg <hans@chromium.org>
3558 Reviewed by Jeremy Orlow.
3560 [Chromium] storage/indexeddb/objectstore-basics.html is flaky after r74266
3561 https://bugs.webkit.org/show_bug.cgi?id=51731
3563 Fix the layout test by using a known-good date value rather than
3564 new Date(), which sometimes causes the test to fail.
3566 (The underlying reason for failing to store certain Date values
3567 should of course be fixed too, but that will come in a later patch.)
3569 * platform/chromium/test_expectations.txt:
3570 * storage/indexeddb/objectstore-basics-expected.txt:
3571 * storage/indexeddb/objectstore-basics.html:
3573 2011-01-05 Stephen White <senorblanco@chromium.org>
3575 Unreviewed; test expectations update..
3577 Fix the expectations for the hyphenation tests on chromium-win.
3579 * platform/chromium/test_expectations.txt:
3581 2011-01-05 Stephen White <senorblanco@chromium.org>
3583 Unreviewed; test expectations fix.
3585 * platform/chromium/test_expectations.txt:
3586 Add expectations for new tests introduced by r75097.
3588 2011-01-05 Simon Fraser <simon.fraser@apple.com>
3590 Reviewed by Dave Hyatt.
3592 Implement repeating CSS3 gradients
3593 https://bugs.webkit.org/show_bug.cgi?id=51843
3595 Tests for repeating gradient parsing, and repeating linear and radial gradients.
3597 * fast/gradients/css3-gradient-parsing-expected.txt:
3598 * fast/gradients/css3-gradient-parsing.html:
3599 * fast/gradients/css3-repeating-linear-gradients-expected.txt: Added.
3600 * fast/gradients/css3-repeating-linear-gradients.html: Added.
3601 * fast/gradients/css3-repeating-radial-gradients-expected.txt: Added.
3602 * fast/gradients/css3-repeating-radial-gradients.html: Added.
3603 * platform/mac/fast/gradients/css3-repeating-linear-gradients-expected.checksum: Added.
3604 * platform/mac/fast/gradients/css3-repeating-linear-gradients-expected.png: Added.
3605 * platform/mac/fast/gradients/css3-repeating-radial-gradients-expected.checksum: Added.
3606 * platform/mac/fast/gradients/css3-repeating-radial-gradients-expected.png: Added.
3608 2011-01-05 Stephen White <senorblanco@chromium.org>
3610 Unreviewed; test expectations fix.
3612 * platform/chromium/test_expectations.txt:
3613 Add a few failing tests to chromium's test expectations file.
3614 * platform/chromium-gpu/test_expectations.txt:
3615 Mark the shadow-offset tests as crashing on win debug (GPU). Remove
3616 a duplicate MAC expectation.
3618 2011-01-05 Stephen White <senorblanco@chromium.org>
3620 Unreviewed; test expectations fix.
3622 Update chromium GPU test_expectations.txt file to match the
3623 layout of the CPU results more closely.
3625 * platform/chromium-gpu/test_expectations.txt:
3627 2011-01-05 Maciej Stachowiak <mjs@apple.com>
3629 Reviewed by Anders Carlsson.
3631 Remove entries from WebKit2 skipped list that no longer exist
3632 https://bugs.webkit.org/show_bug.cgi?id=51936
3634 * platform/mac-wk2/Skipped:
3636 2011-01-05 Brian Weinstein <bweinstein@apple.com>
3638 Land failing Windows results after r75031. Fixing the tests is being tracked by
3639 https://bugs.webkit.org/show_bug.cgi?id=51912.
3641 * platform/win/accessibility/document-role-expected.txt:
3642 * platform/win/accessibility/selection-and-focus-expected.txt:
3644 2011-01-05 Abhishek Arya <inferno@chromium.org>
3646 Reviewed by Dave Hyatt.
3648 Tests that we do not crash when trying to merge two anonymous blocks,
3649 one of which is getting removed.
3650 https://bugs.webkit.org/show_bug.cgi?id=51919
3652 * fast/block/merge-anonymous-block-remove-child-crash-expected.txt: Added.
3653 * fast/block/merge-anonymous-block-remove-child-crash.html: Added.
3655 2011-01-05 Dan Bernstein <mitz@apple.com>
3657 Reviewed by Darin Adler.
3659 <rdar://problem/8799835> hyphenate-character: auto should fall back to hyphen-minus if the primary font lacks a hyphen glyph
3660 https://bugs.webkit.org/show_bug.cgi?id=51915
3662 * platform/mac/fast/text/basic/014-expected.checksum:
3663 * platform/mac/fast/text/basic/014-expected.png:
3664 * platform/mac/fast/text/basic/014-expected.txt:
3665 * platform/mac/fast/text/capitalize-boundaries-expected.checksum:
3666 * platform/mac/fast/text/capitalize-boundaries-expected.png:
3667 * platform/mac/fast/text/capitalize-boundaries-expected.txt:
3668 * platform/mac/fast/text/midword-break-after-breakable-char-expected.checksum:
3669 * platform/mac/fast/text/midword-break-after-breakable-char-expected.png:
3670 * platform/mac/fast/text/midword-break-after-breakable-char-expected.txt:
3672 2011-01-05 Leo Yang <leo.yang@torchmobile.com.cn>
3674 Reviewed by Dirk Schulze.
3676 Malformed SVG causes crash in updateContainerOffset
3677 https://bugs.webkit.org/show_bug.cgi?id=44610
3679 Test case for recursive svg <use>.
3680 This test case passes if no crash occurs.
3682 * svg/custom/recursive-use-expected.txt: Added.
3683 * svg/custom/recursive-use.svg: Added.
3685 2011-01-05 Antti Koivisto <antti@apple.com>
3689 Update a pixel test result for https://bugs.webkit.org/show_bug.cgi?id=8852.
3691 * platform/mac/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.checksum:
3692 * platform/mac/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.png:
3694 2011-01-04 Kent Tamura <tkent@chromium.org>
3696 Unreviewed, test expectation update.
3698 insecure-css-in-main-frame.html is flaky on Chromium-linux too.
3700 * platform/chromium/test_expectations.txt:
3702 2011-01-04 Kent Tamura <tkent@chromium.org>
3704 Unreviewed, test expectation update
3706 - slow-loading-image-in-pattern.html had a wrong expectation for Chromium-win.
3707 - insecure-css-in-main-frame.html is flaky on Chromium-win?
3709 * platform/chromium/test_expectations.txt:
3711 2011-01-04 Yael Aharon <yael.aharon@nokia.com>
3713 Reviewed by Darin Adler.
3715 CSS3 :nth-child selector and valid whitespace test fails
3716 https://bugs.webkit.org/show_bug.cgi?id=36279
3718 * fast/css/css3-nth-space-expected.txt: Added.
3719 * fast/css/css3-nth-space.html: Added.
3721 2011-01-04 Tony Gentilcore <tonyg@chromium.org>
3723 Unreviewed expectations update.
3725 Fix text metrics for "You should not see this at all" message
3726 https://bugs.webkit.org/show_bug.cgi?id=51909
3728 * http/tests/misc/acid3-expected.checksum:
3729 * http/tests/misc/acid3-expected.png:
3730 * platform/chromium/test_expectations.txt:
3732 2011-01-04 Chris Fleizach <cfleizach@apple.com>
3734 Reviewed by Sam Weinig.
3736 WK2: Support Accessibility
3737 https://bugs.webkit.org/show_bug.cgi?id=51859
3739 * platform/mac/accessibility/webkit-scrollarea-expected.txt: Added.
3740 * platform/mac/accessibility/webkit-scrollarea.html: Added.
3742 2011-01-04 Kent Tamura <tkent@chromium.org>
3744 Unreviewed, test expectation update.
3746 Add home-end-expected.txt for Chromium-win again. It's a
3747 platform-dependent text test.
3749 * platform/chromium-win/editing/selection/home-end-expected.txt: Added.
3751 2011-01-04 Kent Tamura <tkent@chromium.org>
3753 Unreviewed, test expectation update.
3755 * platform/chromium/test_expectations.txt: Fix a syntax error in the previous change
3757 2011-01-04 Kent Tamura <tkent@chromium.org>
3759 Unreviewed, test expectation update.
3761 * platform/chromium-win/editing/selection/home-end-expected.txt: Removed.
3762 * platform/chromium/test_expectations.txt:
3764 2011-01-04 Xiaomei Ji <xji@chromium.org>
3766 Implement sel.modify('move', 'left'/'right', 'lineBoundary').
3767 https://bugs.webkit.org/show_bug.cgi?id=33435
3769 * editing/selection/home-end-expected.txt:
3770 * editing/selection/home-end.html:
3772 2011-01-04 Martin Robinson <mrobinson@igalia.com>
3774 Reviewed by Xan Lopez.
3776 [GTK] Use the default CSS text input control border width of relying on the GTK+ theme
3777 https://bugs.webkit.org/show_bug.cgi?id=51887
3779 Update all results that use text areas. These controls now have a 1 pixel
3780 border (the default in html.css) instead of using the border size from the
3783 * platform/gtk/fast/forms/basic-textareas-expected.txt:
3784 * platform/gtk/fast/forms/form-element-geometry-expected.txt:
3785 * platform/gtk/fast/forms/onselect-textarea-expected.txt:
3786 * platform/gtk/fast/forms/placeholder-stripped-expected.txt:
3787 * platform/gtk/fast/forms/search-styled-expected.txt:
3788 * platform/gtk/fast/forms/textAreaLineHeight-expected.txt:
3789 * platform/gtk/fast/forms/textarea-align-expected.txt:
3790 * platform/gtk/fast/forms/textarea-placeholder-pseudo-style-expected.txt:
3791 * platform/gtk/fast/forms/textarea-placeholder-set-attribute-expected.txt:
3792 * platform/gtk/fast/forms/textarea-placeholder-set-value-expected.txt:
3793 * platform/gtk/fast/forms/textarea-scroll-height-expected.txt:
3794 * platform/gtk/fast/forms/textarea-scrollbar-expected.txt:
3795 * platform/gtk/fast/forms/textarea-scrolled-type-expected.txt:
3796 * platform/gtk/fast/forms/textarea-setinnerhtml-expected.txt:
3797 * platform/gtk/fast/forms/textarea-width-expected.txt:
3799 2011-01-04 Zhe Su <suzhe@chromium.org>
3801 Reviewed by Kenneth Russell.
3803 1. Remove entry for editing/input/ime-composition-clearpreedit.html test.
3804 2. Improve fast/events/ime-composition-events-001.html to cover more
3805 cases. And fix test expectations of chromium port.
3806 https://bugs.webkit.org/show_bug.cgi?id=51693
3808 * fast/events/ime-composition-events-001-expected.txt:
3809 * fast/events/ime-composition-events-001.html:
3810 * platform/chromium-mac/fast/events/ime-composition-events-001-expected.txt: Removed.
3811 * platform/chromium-win/fast/events/ime-composition-events-001-expected.txt: Removed.
3812 * platform/chromium/fast/events/ime-composition-events-001-expected.txt: Added.
3813 * platform/chromium/test_expectations.txt:
3814 * platform/qt/fast/events/ime-composition-events-001-expected.txt: Added.
3816 2010-12-31 Antti Koivisto <antti@apple.com>
3818 Reviewed by Dave Hyatt.
3820 Scripts should not be executed before preceding stylesheets are loaded
3821 https://bugs.webkit.org/show_bug.cgi?id=8852
3823 New tests plus a few test with slightly changed output due to different load serialization behavior.
3825 * fast/tokenizer/inline-script-stylesheet-expected.txt: Added.
3826 * fast/tokenizer/inline-script-stylesheet-write-expected.txt: Added.
3827 * fast/tokenizer/inline-script-stylesheet-write.html: Added.
3828 * fast/tokenizer/inline-script-stylesheet.html: Added.
3829 * http/tests/security/mixedContent/insecure-css-in-main-frame-expected.txt:
3830 * platform/mac/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt:
3832 2011-01-04 Csaba Osztrogonác <ossy@webkit.org>
3834 Unreviewed trivial fix after r74976.
3836 * platform/qt/Skipped:
3838 2011-01-04 Ryosuke Niwa <rniwa@webkit.org>
3840 Unreviewed; Added editing/selection/caret-bidi-first-and-last-letters.html to Qt's skipped list.
3841 The tracking bug 51884 (https://bugs.webkit.org/show_bug.cgi?id=51884) has been filed.
3843 * platform/qt/Skipped:
3845 2011-01-04 Ryosuke Niwa <rniwa@webkit.org>
3847 Reviewed by Dan Bernstein.
3849 Clicking on the first or the last letter of LTR/RTL text in a RTL/LTR block puts caret on the opposite side.
3850 https://bugs.webkit.org/show_bug.cgi?id=50992
3852 Added a test to ensure WebKit places the caret on the side user clicked even when text's natural direction
3853 and the containing block's direction do not match.
3855 * editing/selection/caret-bidi-first-and-last-letters-expected.txt: Added.
3856 * editing/selection/caret-bidi-first-and-last-letters.html: Added.
3857 * editing/selection/resources/caret-edge-shared.js: Avoid calling verify() outside of DRT.
3859 2011-01-04 Sheriff Bot <webkit.review.bot@gmail.com>
3861 Unreviewed, rolling out r74960.
3862 http://trac.webkit.org/changeset/74960
3863 https://bugs.webkit.org/show_bug.cgi?id=51868
3865 Rollout since we hit an assert after this patch. (Requested by
3868 * svg/custom/recursive-use-expected.txt: Removed.
3869 * svg/custom/recursive-use.svg: Removed.
3871 2011-01-04 Leo Yang <leo.yang@torchmobile.com.cn>
3873 Reviewed by Dirk Schulze.
3875 Malformed SVG causes crash in updateContainerOffset
3876 https://bugs.webkit.org/show_bug.cgi?id=44610
3878 Test case for recursive svg <use>.
3879 This test case passes if no crash occurs.
3881 * svg/custom/recursive-use-expected.txt: Added.
3882 * svg/custom/recursive-use.svg: Added.
3884 2011-01-03 Kent Tamura <tkent@chromium.org>
3886 Unreviewed, test expectation update
3888 Add expectations of r74954 tests for Chromium.
3890 * platform/chromium-linux/fast/css-generated-content/table-before-after-child-add-expected.checksum: Added.
3891 * platform/chromium-linux/fast/css-generated-content/table-before-after-child-add-expected.png: Added.
3892 * platform/chromium-linux/fast/css-generated-content/table-cell-before-after-child-add-expected.checksum: Added.
3893 * platform/chromium-linux/fast/css-generated-content/table-cell-before-after-child-add-expected.png: Added.
3894 * platform/chromium-linux/fast/css-generated-content/table-row-before-after-child-add-expected.checksum: Added.
3895 * platform/chromium-linux/fast/css-generated-content/table-row-before-after-child-add-expected.png: Added.
3896 * platform/chromium-linux/fast/css-generated-content/table-table-before-after-child-add-expected.checksum: Added.
3897 * platform/chromium-linux/fast/css-generated-content/table-table-before-after-child-add-expected.png: Added.
3898 * platform/chromium-mac/fast/css-generated-content/table-before-after-child-add-expected.checksum: Added.
3899 * platform/chromium-mac/fast/css-generated-content/table-before-after-child-add-expected.png: Added.
3900 * platform/chromium-mac/fast/css-generated-content/table-cell-before-after-child-add-expected.checksum: Added.
3901 * platform/chromium-mac/fast/css-generated-content/table-cell-before-after-child-add-expected.png: Added.
3902 * platform/chromium-mac/fast/css-generated-content/table-row-before-after-child-add-expected.checksum: Added.
3903 * platform/chromium-mac/fast/css-generated-content/table-row-before-after-child-add-expected.png: Added.
3904 * platform/chromium-mac/fast/css-generated-content/table-table-before-after-child-add-expected.checksum: Added.
3905 * platform/chromium-mac/fast/css-generated-content/table-table-before-after-child-add-expected.png: Added.
3906 * platform/chromium-win/fast/css-generated-content/table-before-after-child-add-expected.checksum: Added.
3907 * platform/chromium-win/fast/css-generated-content/table-before-after-child-add-expected.png: Added.
3908 * platform/chromium-win/fast/css-generated-content/table-before-after-child-add-expected.txt: Added.
3909 * platform/chromium-win/fast/css-generated-content/table-cell-before-after-child-add-expected.checksum: Added.
3910 * platform/chromium-win/fast/css-generated-content/table-cell-before-after-child-add-expected.png: Added.
3911 * platform/chromium-win/fast/css-generated-content/table-cell-before-after-child-add-expected.txt: Added.
3912 * platform/chromium-win/fast/css-generated-content/table-row-before-after-child-add-expected.checksum: Added.
3913 * platform/chromium-win/fast/css-generated-content/table-row-before-after-child-add-expected.png: Added.
3914 * platform/chromium-win/fast/css-generated-content/table-row-before-after-child-add-expected.txt: Added.
3915 * platform/chromium-win/fast/css-generated-content/table-table-before-after-child-add-expected.checksum: Added.
3916 * platform/chromium-win/fast/css-generated-content/table-table-before-after-child-add-expected.png: Added.
3917 * platform/chromium-win/fast/css-generated-content/table-table-before-after-child-add-expected.txt: Added.
3919 2011-01-03 Julie-Jeongeun-Kim <Jeongeun.Kim@obigo.com>
3921 Reviewed by Darin Adler.
3923 HTML5 Conformance Test failure: approved/xhtml5/object_border_pixel.xhtml
3924 https://bugs.webkit.org/show_bug.cgi?id=48596
3926 * fast/html/object-border-expected.txt: Added.
3927 * fast/html/object-border.html: Added.
3928 * fast/html/resources/images/blue-border.png: Added.
3929 * fast/html/resources/images/blue.png: Added.
3931 2010-12-20 Abhishek Arya <inferno@chromium.org>
3933 Reviewed by Darin Adler.
3935 Tests that "before" and "after" childs are added to table correctly.
3936 https://bugs.webkit.org/show_bug.cgi?id=50932
3938 * fast/css-generated-content/table-before-after-child-add.html: Added.
3939 * fast/css-generated-content/table-before-child-add.html: Removed.
3940 * fast/css-generated-content/table-cell-before-after-child-add.html: Added.
3941 * fast/css-generated-content/table-row-before-after-child-add.html: Added.
3942 * platform/mac/fast/css-generated-content/table-before-after-child-add-expected.checksum: Added.
3943 * platform/mac/fast/css-generated-content/table-before-after-child-add-expected.png: Added.
3944 * platform/mac/fast/css-generated-content/table-before-after-child-add-expected.txt: Added.
3945 * platform/mac/fast/css-generated-content/table-before-child-add-expected.txt: Removed.
3946 * platform/mac/fast/css-generated-content/table-cell-before-after-child-add-expected.checksum: Added.
3947 * platform/mac/fast/css-generated-content/table-cell-before-after-child-add-expected.png: Added.
3948 * platform/mac/fast/css-generated-content/table-cell-before-after-child-add-expected.txt: Added.
3949 * platform/mac/fast/css-generated-content/table-row-before-after-child-add-expected.checksum: Added.
3950 * platform/mac/fast/css-generated-content/table-row-before-after-child-add-expected.png: Added.
3951 * platform/mac/fast/css-generated-content/table-row-before-after-child-add-expected.txt: Added.
3952 * platform/mac/fast/css-generated-content/table-table-before-after-child-add-expected.checksum: Added.
3953 * platform/mac/fast/css-generated-content/table-table-before-after-child-add-expected.png: Added.
3954 * platform/mac/fast/css-generated-content/table-table-before-after-child-add-expected.txt: Added.
3956 2011-01-03 Mihai Parparita <mihaip@chromium.org>
3958 Unreviewed, Chromium test expectation update.
3960 Group tests that fail on Leopard but pass on Snow Leopard (due to
3961 stale platform/mac baselines).
3963 * platform/chromium/test_expectations.txt:
3965 2011-01-03 Mihai Parparita <mihaip@chromium.org>
3967 Unreviewed, Chromium test expectation update.
3969 Missed a few failing tests.
3971 * platform/chromium/test_expectations.txt:
3973 2011-01-03 Mihai Parparita <mihaip@chromium.org>
3975 Unreviewed, Chromium test expectation update.
3977 Remove fast/, printing/, svg/, tables/ and transforms/ chromium-mac
3978 baselines that are no longer necessary after r74892 (now that
3979 chromium-mac scrollbars match mac ones).
3981 * platform/chromium-mac-leopard/fast/text/international/bidi-neutral-run-expected.checksum: Removed.
3982 * platform/chromium-mac-leopard/fast/text/international/bidi-neutral-run-expected.png: Removed.