1 2010-07-02 Zhenyao Mo <zmo@google.com>
3 Reviewed by Dimitri Glazkov.
5 linkProgram should fail when vertex/fragment shaders are not both present
6 https://bugs.webkit.org/show_bug.cgi?id=41380
8 * fast/canvas/webgl/program-test-expected.txt: Added.
9 * fast/canvas/webgl/program-test.html: Added.
11 2010-07-02 Qi Zhang <qi.2.zhang@nokia.com>
13 Reviewed by Laszlo Gombos.
15 [Qt] Failed on http://philip.html5.org/tests/canvas/suite/tests/2d.drawImage.negativesource.html
17 Remove the following test case from Skipped:
18 canvas/philip/tests/2d.drawImage.negativedest.html
19 canvas/philip/tests/2d.drawImage.negativedir.html
20 canvas/philip/tests/2d.drawImage.negativesource.html
22 * platform/qt/Skipped:
24 2010-06-24 Dimitri Glazkov <dglazkov@chromium.org>
26 Reviewed by Alexey Proskuryakov.
28 REGRESSION: Enter does not trigger submit of forms when focus is on select.
29 https://bugs.webkit.org/show_bug.cgi?id=39532
31 * fast/forms/implicit-submission-expected.txt: Updated.
32 * fast/forms/implicit-submission.html: Added more test coverage for selects.
34 2010-07-02 Kent Tamura <tkent@chromium.org>
36 Reviewed by Darin Fisher.
38 [Chromium] Support indeterminate checkbox for Linux, and a small fix for Windows
39 https://bugs.webkit.org/show_bug.cgi?id=41508
41 * platform/chromium/test_expectations.txt:
42 fast/forms/indeterminate.html fails temporarily.
44 2010-07-02 Peter Varga <pvarga@inf.u-szeged.hu>
46 Reviewed by Oliver Hunt.
48 The alternativeFrameLocation value is wrong in the emitDisjunction function in
49 case of PatternTerm::TypeParentheticalAssertion. This value needs to be
50 computed from term.frameLocation instead of term.inputPosition. This mistake caused glibc
51 memory corruption in some cases.
52 Layout test added for checking of TypeParentheticalAssertion case.
53 https://bugs.webkit.org/show_bug.cgi?id=41458
55 * fast/js/regexp-look-ahead-expected.txt: Added.
56 * fast/js/regexp-look-ahead.html: Added.
57 * fast/js/script-tests/regexp-look-ahead.js: Added.
59 2010-07-02 Zhenyao Mo <zmo@google.com>
61 Reviewed by Dimitri Glazkov.
63 Implement OpenGL ES 2.0 semantics for vertex attribute 0
64 https://bugs.webkit.org/show_bug.cgi?id=41300
66 * fast/canvas/webgl/gl-bind-attrib-location-test-expected.txt: Added.
67 * fast/canvas/webgl/gl-bind-attrib-location-test.html: Added.
68 * fast/canvas/webgl/gl-vertex-attrib-expected.txt: Added.
69 * fast/canvas/webgl/gl-vertex-attrib.html: Added.
71 2010-07-02 Zhenyao Mo <zmo@google.com>
73 Reviewed by Dimitri Glazkov.
75 Need to validate the size of the incoming arrays for uniform* functions
76 https://bugs.webkit.org/show_bug.cgi?id=41383
78 * fast/canvas/webgl/gl-uniform-arrays-expected.txt: Test against invalid array size.
79 * fast/canvas/webgl/gl-uniform-arrays.html: Ditto.
80 * fast/canvas/webgl/gl-uniformmatrix4fv-expected.txt: Ditto.
81 * fast/canvas/webgl/gl-uniformmatrix4fv.html: Ditto.
83 2010-07-02 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
85 Reviewed by Simon Hausmann.
87 [Qt] Canvas arcTo() should draw straight line to p1 if p0, p1 and p2 are collinear
89 The implementation of PathQt's addArcTo() was not float-safe and also had
90 a case where it drew an 'infinite' line, which is not part of the spec.
92 http://www.whatwg.org/specs/web-apps/current-work/#dom-context-2d-arcto
94 We now use qFuzzyCompare() in both cases. The method isPointOnPathBorder()
95 also had the same problem, and was refactored a bit in the process of fixing
98 Initial patch by Andreas Kling.
100 https://bugs.webkit.org/show_bug.cgi?id=41412
102 * platform/qt/Skipped:
104 2010-07-02 Yury Semikhatsky <yurys@chromium.org>
106 Unreviewed. Rebaseline html5lib/runner.html on Chromium Mac.
108 * platform/chromium-mac/html5lib/runner-expected.txt:
110 2010-07-02 Yury Semikhatsky <yurys@chromium.org>
112 Reviewed by Pavel Feldman.
114 [v8] Web Inspector: inspected page crashes on attempt to change iframe's src attribute
115 https://bugs.webkit.org/show_bug.cgi?id=41511
117 * fast/events/popup-blocked-from-fake-user-gesture-expected.txt: Added.
118 * fast/events/popup-blocked-from-fake-user-gesture.html: Added.
119 * http/tests/inspector/change-iframe-src-expected.txt: Added.
120 * http/tests/inspector/change-iframe-src.html: Added.
122 2010-07-02 Yury Semikhatsky <yurys@chromium.org>
124 Unreviewed. Rebaseline html5lib/runner.html
126 * platform/chromium-mac/html5lib/runner-expected.txt:
127 * platform/chromium-win/html5lib/runner-expected.txt:
129 2010-07-02 Adam Barth <abarth@webkit.org>
131 Reviewed by Eric Seidel.
133 Fix tokenization of <!----->
134 https://bugs.webkit.org/show_bug.cgi?id=41505
136 Test progression plus reduced test case.
138 * html5lib/resources/comments01.dat:
139 * html5lib/runner-expected-html5.txt:
140 * html5lib/runner-expected.txt:
142 2010-07-02 Adam Barth <abarth@webkit.org>
144 Reviewed by Eric Seidel.
146 Implement processFakePEndTagIfPInScope
147 https://bugs.webkit.org/show_bug.cgi?id=41503
149 See test progression.
151 * html5lib/runner-expected-html5.txt:
153 2010-07-02 Adam Barth <abarth@webkit.org>
155 Reviewed by Eric Seidel.
157 Implement AfterAfterBodyMode
158 https://bugs.webkit.org/show_bug.cgi?id=41501
160 The AfterAfterBodyMode doesn't seem to be well-covered by the existing
161 HTML5lib tests, so I added a few more tests to cover it. It's somewhat
162 hard to observe. The only way I can figure out to observe it is where
163 the comment elements get attached to the DOM.
165 * html5lib/resources/webkit01.dat:
166 * html5lib/runner-expected-html5.txt:
167 * html5lib/runner-expected.txt:
168 * html5lib/webkit-resumer-expected.txt:
170 2010-07-02 Yury Semikhatsky <yurys@chromium.org>
172 Unreviewed. Remove accidentally added expectations on Chromium Linux - they should be derived from Windows ones.
174 * platform/chromium-linux/html5lib/runner-expected.txt: Removed.
176 2010-07-02 Yury Semikhatsky <yurys@chromium.org>
178 Unreviewed. Update Chromium test expectations.
180 * platform/chromium-linux/html5lib/runner-expected.txt: Added.
181 * platform/chromium-win/html5lib/runner-expected.txt:
182 * platform/chromium/test_expectations.txt:
184 2010-07-02 Adam Barth <abarth@webkit.org>
186 Reviewed by Eric Seidel.
188 Implement AfterBodyMode for HTML5 tree builder
189 https://bugs.webkit.org/show_bug.cgi?id=41500
191 Update expected results to show test progression. Also, add some test
192 cases to cover how attributes on </br> tags are handled.
194 * html5lib/resources/webkit01.dat:
195 * html5lib/runner-expected-html5.txt:
196 * html5lib/runner-expected.txt:
197 * html5lib/webkit-resumer-expected.txt:
199 2010-07-02 Adam Barth <abarth@webkit.org>
201 Reviewed by Eric Seidel.
203 Handle <base> and friends in AfterHeadMode
204 https://bugs.webkit.org/show_bug.cgi?id=41502
206 See test progression. Fun game.
208 * html5lib/runner-expected-html5.txt:
210 2010-07-01 Andreas Kling <andreas.kling@nokia.com>
212 Reviewed by Tor Arne Vestbø.
214 Canvas: Don't paint with empty radial gradients
215 https://bugs.webkit.org/show_bug.cgi?id=41190
217 Unskip canvas/philip/tests/2d.gradient.radial.equal.html for Qt.
219 * platform/qt/Skipped:
221 2010-07-01 David Levin <levin@chromium.org>
223 Reviewed by NOBODY (trivial test_expectations change).
225 * platform/chromium/test_expectations.txt: Removed a test
226 that is passing and added a test that is now failing.
228 2010-07-01 David Levin <levin@chromium.org>
230 Reviewed by NOBODY (trivial test expectation changes).
232 * platform/chromium/test_expectations.txt: Upstreamed two
233 test expectation issues for flaky tests.
235 2010-07-01 Sheriff Bot <webkit.review.bot@gmail.com>
237 Unreviewed, rolling out r62321.
238 http://trac.webkit.org/changeset/62321
239 https://bugs.webkit.org/show_bug.cgi?id=41494
241 Broke the non-win builds. (Requested by dumi on #webkit).
243 * storage/open-database-creation-callback.html:
245 2010-06-30 Dumitru Daniliuc <dumi@chromium.org>
247 Reviewed by Darin Fisher.
249 Minor change to a DB test to make it run correctly with run-webkit-tests --iterations N.
250 https://bugs.webkit.org/show_bug.cgi?id=41404
252 * storage/open-database-creation-callback.html:
254 2010-07-01 David Levin <levin@chromium.org>
256 Reviewed by NOBODY (test fix).
258 * platform/chromium/fast/dom/domListEnumeration-expected.txt: Added.
259 Results differ due to a lack of a v8 binding implementation of dataset.
260 * platform/chromium/test_expectations.txt: Marked the dataset tests as
261 failing and referred the corresponding bug for them.
263 2010-07-01 Alexey Proskuryakov <ap@apple.com>
265 Reviewed by Dan Bernstein.
267 https://bugs.webkit.org/show_bug.cgi?id=41488
268 <rdar://problem/7487420> Crash in SubresourceLoader::create when load is initiated from plug-in destructor
270 Renamed write-xssauditor-from-destroy.html test, as it covers multiple issues that can happen
273 * plugins/js-from-destroy-expected.txt: Copied from LayoutTests/plugins/write-xssauditor-from-destroy-expected.txt.
274 * plugins/js-from-destroy.html: Copied from LayoutTests/plugins/write-xssauditor-from-destroy.html.
275 * plugins/resources/js-from-destroy-frame.html: Copied from LayoutTests/plugins/resources/write-xssauditor-from-destroy-frame.html.
276 * plugins/resources/write-xssauditor-from-destroy-frame.html: Removed.
277 * plugins/write-xssauditor-from-destroy-expected.txt: Removed.
278 * plugins/write-xssauditor-from-destroy.html: Removed.
280 2010-07-01 Andy Estes <aestes@apple.com>
282 Reviewed by Darin Adler.
284 <rdar://problem/8113003> Test that beforeload fires correctly on images
285 inserted into the DOM using .innerHTML.
286 https://bugs.webkit.org/show_bug.cgi?id=40919
288 * fast/dom/beforeload/image-before-load-innerHTML-expected.txt: Added.
289 * fast/dom/beforeload/image-before-load-innerHTML.html: Added.
291 2010-07-01 Oliver Hunt <oliver@apple.com>
293 Reviewed by Geoff Garen.
295 Improve reentrancy logic in polymorphic cache stubs
296 <https://bugs.webkit.org/show_bug.cgi?id=41482>
297 <rdar://problem/8094380>
299 Test cases for cache reentry in the cache code.
301 * fast/js/reentrant-caching-expected.txt: Added.
302 * fast/js/reentrant-caching.html: Added.
303 * fast/js/script-tests/reentrant-caching.js: Added.
305 2010-07-01 Andreas Kling <andreas.kling@nokia.com>
307 Reviewed by Tor Arne Vestbø.
309 Canvas: bezierCurveTo() and quadraticCurveTo() must ensure subpaths
310 https://bugs.webkit.org/show_bug.cgi?id=41192
313 - canvas/philip/tests/2d.path.bezierCurveTo.ensuresubpath.2.html
314 - canvas/philip/tests/2d.path.quadraticCurveTo.ensuresubpath.2.html
316 fast/canvas/canvas-modify-emptyPath.html was updated to expect the new behavior.
319 http://www.whatwg.org/specs/web-apps/current-work/#dom-context-2d-beziercurveto
320 http://www.whatwg.org/specs/web-apps/current-work/#dom-context-2d-quadraticcurveto
322 * canvas/philip/tests/2d.path.bezierCurveTo.ensuresubpath.2-expected.txt:
323 * canvas/philip/tests/2d.path.quadraticCurveTo.ensuresubpath.2-expected.txt:
324 * fast/canvas/canvas-modify-emptyPath-expected.txt:
325 * fast/canvas/script-tests/canvas-modify-emptyPath.js:
326 * platform/mac/Skipped:
327 * platform/qt/Skipped:
329 2010-07-01 Andreas Kling <andreas.kling@nokia.com>
331 Reviewed by Darin Adler.
333 Add test for checking that canvas elements can't have a negative width or height.
334 https://bugs.webkit.org/show_bug.cgi?id=39149
336 Unskipped 2 canvas/philip/ tests that now pass.
339 http://www.whatwg.org/specs/web-apps/current-work/#attr-canvas-width
341 * canvas/philip/tests/size.attributes.parse.minus-expected.txt:
342 * canvas/philip/tests/size.attributes.setAttribute.minus-expected.txt:
343 * fast/canvas/canvas-negative-size-expected.txt: Added.
344 * fast/canvas/canvas-negative-size.html: Added.
345 * fast/canvas/script-tests/canvas-negative-size.js: Added.
349 (trySettingWidthAttribute):
350 (trySettingHeightAttribute):
351 (tryCreatingCanvasWithWidth):
352 (tryCreatingCanvasWithHeight):
356 (checkDefaultHeight):
357 * platform/mac/Skipped:
358 * platform/qt/Skipped:
360 2010-07-01 Robert Hogan <robert@webkit.org>
362 Reviewed by Kenneth Rohde Christiansen.
364 [Qt] dump frames in ascending alphabetical order of title
366 https://bugs.webkit.org/show_bug.cgi?id=41261
369 http/tests/navigation/metaredirect-frames.html
370 http/tests/navigation/redirect302-frames.html
371 http/tests/navigation/redirect302-subframeload.html
372 http/tests/navigation/timerredirect-frames.html
374 * platform/qt/Skipped:
376 2010-07-01 Kinuko Yasuda <kinuko@chromium.org>
378 Unreviewed. Update chromium tests expectations for flaky tests.
380 * platform/chromium/test_expectations.txt:
382 2010-07-01 Alexey Proskuryakov <ap@apple.com>
384 Reviewed by Darin Adler.
386 <rdar://problem/8148656> <https://bugs.webkit.org/show_bug.cgi?id=41431>
387 REGRESSION (r49411): Various crashes due to JavaScript execution during plug-in destruction
389 Added a test for two specific reproducible cases.
391 * plugins/resources/write-xssauditor-from-destroy-frame.html: Added.
392 * plugins/write-xssauditor-from-destroy-expected.txt: Added.
393 * plugins/write-xssauditor-from-destroy.html: Added.
395 2010-07-01 Andreas Kling <andreas.kling@nokia.com>
397 Reviewed by Darin Adler.
399 The HTML5 canvas 2d.drawImage.zerocanvas test does not pass
400 https://bugs.webkit.org/show_bug.cgi?id=40271
402 Unskipped canvas/philip/tests/2d.drawImage.zerocanvas.html
404 * canvas/philip/tests/2d.drawImage.zerocanvas-expected.txt:
405 * platform/mac/Skipped:
406 * platform/qt/Skipped:
408 2010-07-01 Yury Semikhatsky <yurys@chromium.org>
410 Unreviewed. Update Chromium test expectations for svg/W3C-SVG-1.1/filters-conv-01-f.svg
411 which is timing out on Linux and Windows.
413 * platform/chromium/test_expectations.txt:
415 2010-07-01 Sheriff Bot <webkit.review.bot@gmail.com>
417 Unreviewed, rolling out r62246.
418 http://trac.webkit.org/changeset/62246
419 https://bugs.webkit.org/show_bug.cgi?id=41470
421 "Worker tests are broken in Chromium" (Requested by yurys on
424 * fast/events/popup-blocked-from-fake-user-gesture-expected.txt: Removed.
425 * fast/events/popup-blocked-from-fake-user-gesture.html: Removed.
426 * http/tests/inspector/change-iframe-src-expected.txt: Removed.
427 * http/tests/inspector/change-iframe-src.html: Removed.
429 2010-07-01 Andreas Kling <andreas.kling@nokia.com>
431 Reviewed by Tor Arne Vestbø.
433 Canvas: Exception erroneously thrown for drawImage() when image.complete=false
434 https://bugs.webkit.org/show_bug.cgi?id=33968
436 Added a test to verify that CRC2D does nothing when calling drawImage()
437 with an incomplete image or video.
440 http://www.whatwg.org/specs/web-apps/current-work/#dom-context-2d-drawimage
442 * fast/canvas/canvas-drawImage-incomplete-expected.txt: Added.
443 * fast/canvas/canvas-drawImage-incomplete.html: Added.
444 * fast/canvas/script-tests/canvas-drawImage-incomplete.js: Added.
446 2010-07-01 Justin Schuh <jschuh@chromium.org>
448 Reviewed by Dan Bernstein.
450 Prevent crash on counter destruction
451 https://bugs.webkit.org/show_bug.cgi?id=40032
453 * fast/css/counters/destroy-counter-crash-expected.txt: Added.
454 * fast/css/counters/destroy-counter-crash.html: Added.
456 2010-07-01 Yury Semikhatsky <yurys@chromium.org>
458 Unreviewed. Update Chromium test expectations.
460 * platform/chromium-mac/html5lib/runner-expected.txt:
461 * platform/chromium-mac/svg/W3C-SVG-1.1/filters-conv-01-f-expected.checksum: Added.
462 * platform/chromium-mac/svg/W3C-SVG-1.1/filters-conv-01-f-expected.png: Added.
463 * platform/chromium/test_expectations.txt:
465 2010-07-01 Satish Sampath <satish@chromium.org>
467 Reviewed by Yury Semikhatsky.
469 Fix wrong style comment in chromium test expectations file.
470 https://bugs.webkit.org/show_bug.cgi?id=41460
472 * platform/chromium/test_expectations.txt:
474 2010-07-01 Satish Sampath <satish@chromium.org>
476 Reviewed by Kent Tamura.
478 Rendering the speech button in input elements.
479 https://bugs.webkit.org/show_bug.cgi?id=40984
481 input-appearance-speechbutton.html checks the appearances of various sizes of speech buttons.
482 input-appearance-searchandspeech.html checks input type='search' field with speech button.
483 input-appearance-numberandspeech.html checks input type='number' field with speech button.
485 * fast/forms/input-appearance-numberandspeech-expected.txt: Added.
486 * fast/forms/input-appearance-numberandspeech.html: Added.
487 * fast/forms/input-appearance-searchandspeech-expected.txt: Added.
488 * fast/forms/input-appearance-searchandspeech.html: Added.
489 * fast/forms/input-appearance-speechbutton-expected.txt: Added.
490 * fast/forms/input-appearance-speechbutton.html: Added.
491 * platform/chromium/test_expectations.txt: Skipped all these new tests as the speech input feature is disabled by default.
492 * platform/gtk/Skipped:
493 * platform/mac/fast/forms/input-appearance-numberandspeech-expected.checksum: Added.
494 * platform/mac/fast/forms/input-appearance-numberandspeech-expected.png: Added.
495 * platform/mac/fast/forms/input-appearance-searchandspeech-expected.checksum: Added.
496 * platform/mac/fast/forms/input-appearance-searchandspeech-expected.png: Added.
497 * platform/mac/fast/forms/input-appearance-speechbutton-expected.checksum: Added.
498 * platform/mac/fast/forms/input-appearance-speechbutton-expected.png: Added.
499 * platform/mac/Skipped:
500 * platform/qt/Skipped:
501 * platform/win/Skipped:
503 2010-07-01 Yury Semikhatsky <yurys@chromium.org>
505 Reviewed by Adam Barth.
507 [v8] Web Inspector: inspected page crashes on attempt to change iframe's src attribute
508 https://bugs.webkit.org/show_bug.cgi?id=41350
510 * fast/events/popup-blocked-from-fake-user-gesture-expected.txt: Added.
511 * fast/events/popup-blocked-from-fake-user-gesture.html: Added.
512 * http/tests/inspector/change-iframe-src-expected.txt: Added.
513 * http/tests/inspector/change-iframe-src.html: Added.
515 2010-07-01 Zoltan Herczeg <zherczeg@webkit.org>
517 Reviewed by Nikolas Zimmermann.
519 Updating expected values for feConvolveMatrix
520 https://bugs.webkit.org/show_bug.cgi?id=5861
522 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-conv-01-f-expected.checksum:
523 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-conv-01-f-expected.png:
525 2010-07-01 Adam Barth <abarth@webkit.org>
527 Reviewed by Eric Seidel.
529 Parameter names in frame src URLs parsed incorrectly if resembles HTML entity code followed by underscore
530 https://bugs.webkit.org/show_bug.cgi?id=41345
532 Add some more HTML entity test coverage for when the trailing semicolon
533 character is required.
535 * html5lib/resources/entities02.dat:
537 2010-07-01 Yury Semikhatsky <yurys@chromium.org>
539 Unreviewed. Update Chromium test expectations.
541 * platform/chromium-mac/html5lib/runner-expected.txt:
542 * platform/chromium-win/html5lib/runner-expected.txt:
544 2010-07-01 Eric Seidel <eric@webkit.org>
546 Reviewed by Adam Barth.
548 Make html5lib/runner dump failure details by default
549 https://bugs.webkit.org/show_bug.cgi?id=41436
551 This makes it much easier to see our result changes
552 in patch reviews. Especially when we change behavior
553 but don't necessarily fix entire subtests.
555 This patch was previously rolled out due to a bogus comment
556 in tests1.dat causing a EOF (null) to be emitted in the
557 results, causing diff to treat the file as binary (and thus
558 make it impossible to see differences).
560 The EOF/NULL bug was resolved by bug 41439, so relanding.
562 * html5lib/runner-expected-html5.txt:
563 * html5lib/runner-expected.txt:
564 * html5lib/runner.html:
566 2010-07-01 Adam Barth <abarth@webkit.org>
568 Reviewed by Eric Seidel.
570 BogusCommentState should come in from the cold
571 https://bugs.webkit.org/show_bug.cgi?id=41439
573 Test progression => :)
575 * html5lib/runner-expected.txt:
576 * html5lib/webkit-resumer-expected.txt:
578 2010-07-01 Eric Seidel <eric@webkit.org>
580 Unreviewed, rolling out r62231.
581 http://trac.webkit.org/changeset/62231
582 https://bugs.webkit.org/show_bug.cgi?id=41436
584 diff thinks runner-expected.txt is binary which makes the
585 results impossible to read
587 * html5lib/runner-expected-html5.txt:
588 * html5lib/runner-expected.txt:
589 * html5lib/runner.html:
591 2010-06-30 Eric Seidel <eric@webkit.org>
593 Reviewed by Adam Barth.
595 Make html5lib/runner dump failure details by default
596 https://bugs.webkit.org/show_bug.cgi?id=41436
598 This makes it much easier to see our result changes
599 in patch reviews. Especially when we change behavior
600 but don't necessarily fix entire subtests.
602 * html5lib/runner-expected-html5.txt:
603 * html5lib/runner-expected.txt:
604 * html5lib/runner.html:
606 2010-06-30 Eric Seidel <eric@webkit.org>
608 Reviewed by Adam Barth.
610 Implement generateImpliedEndTags and deploy to steps which were blocked on it
611 https://bugs.webkit.org/show_bug.cgi?id=41432
613 * html5lib/runner-expected-html5.txt:
614 - Test 2.28 is now fixed.
616 2010-06-30 Martin Robinson <mrobinson@igalia.com>
620 Update GTK+ expected results after r62215.
622 * platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt:
623 * platform/gtk/fast/dom/prototype-inheritance-expected.txt:
624 * platform/gtk/fast/js/global-constructors-expected.txt:
626 2010-06-30 Adam Barth <abarth@webkit.org>
632 AFAIK, this new expected result is ok (especially given that it still
635 * fast/dom/Window/window-postmessage-clone-expected.txt:
637 2010-06-30 Csaba Osztrogonác <ossy@webkit.org>
639 Unreviewed fix. Update Qt specific expected files after r62215.
641 * platform/qt/fast/dom/Window/window-properties-expected.txt:
642 * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt:
643 * platform/qt/fast/dom/prototype-inheritance-expected.txt:
644 * platform/qt/fast/js/global-constructors-expected.txt:
646 2010-06-30 David Levin <levin@chromium.org>
648 Reviewed by NOBODY (baseline updates corresponding to newly added tests).
650 Added chromium-mac specific results due to new tests added in r62200.
652 * platform/chromium-mac/fast/borders/borderRadiusDashed04-expected.checksum: Added.
653 * platform/chromium-mac/fast/borders/borderRadiusDotted06-expected.checksum: Added.
654 * platform/chromium/test_expectations.txt: Added failures due to bug 41311.
656 2010-06-29 Sam Weinig <sam@webkit.org>
658 Reviewed by Dan Bernstein.
660 Test changes for https://bugs.webkit.org/show_bug.cgi?id=41146
661 <rdar://problem/8126069>
662 Implement the .dataset DOM property
664 * fast/dom/Window/window-properties-expected.txt:
665 * fast/dom/Window/window-property-descriptors-expected.txt:
666 * fast/dom/dataset-expected.txt: Added.
667 * fast/dom/dataset-xhtml-expected.txt: Added.
668 * fast/dom/dataset-xhtml.xhtml: Added.
669 * fast/dom/dataset.html: Added.
670 * fast/dom/domListEnumeration-expected.txt:
671 * fast/dom/prototype-inheritance-2-expected.txt:
672 * fast/dom/prototype-inheritance-expected.txt:
673 * fast/dom/script-tests/dataset-xhtml.js: Added.
674 * fast/dom/script-tests/dataset.js: Added.
675 * fast/dom/script-tests/domListEnumeration.js:
676 * fast/js/global-constructors-expected.txt:
678 2010-06-30 Albert J. Wong <ajwong@chromium.org>
680 Not reviewed. Chromium: Disable flaky test.
682 Add an IMAGE failure to linux standalone-image-drag-to-editable.html.
683 Test has been flaky on build.
685 * platform/chromium/test_expectations.txt:
687 2010-06-30 Beth Dakin <bdakin@apple.com>
689 Reviewed by Dan Bernstein.
691 20 tests to (at least temporarily) satisfy https://bugs.webkit.org/show_bug.cgi?id=41303 Need way more border-radius tests
693 * fast/borders/border-radius-circle.html: Added.
694 * fast/borders/border-radius-groove-01.html: Added.
695 * fast/borders/border-radius-groove-02.html: Added.
696 * fast/borders/border-radius-groove-03.html: Added.
697 * fast/borders/border-radius-wide-border-01.html: Added.
698 * fast/borders/border-radius-wide-border-02.html: Added.
699 * fast/borders/border-radius-wide-border-03.html: Added.
700 * fast/borders/border-radius-wide-border-04.html: Added.
701 * fast/borders/borderRadiusDashed04.html: Added.
702 * fast/borders/borderRadiusDashed05.html: Added.
703 * fast/borders/borderRadiusDashed06.html: Added.
704 * fast/borders/borderRadiusDotted04.html: Added.
705 * fast/borders/borderRadiusDotted05.html: Added.
706 * fast/borders/borderRadiusDotted06.html: Added.
707 * fast/borders/borderRadiusDouble04.html: Added.
708 * fast/borders/borderRadiusDouble05.html: Added.
709 * fast/borders/borderRadiusDouble06.html: Added.
710 * fast/borders/borderRadiusDouble07.html: Added.
711 * fast/borders/borderRadiusDouble08.html: Added.
712 * fast/borders/borderRadiusDouble09.html: Added.
713 * platform/mac/fast/borders/border-radius-circle-expected.checksum: Added.
714 * platform/mac/fast/borders/border-radius-circle-expected.png: Added.
715 * platform/mac/fast/borders/border-radius-circle-expected.txt: Added.
716 * platform/mac/fast/borders/border-radius-groove-01-expected.checksum: Added.
717 * platform/mac/fast/borders/border-radius-groove-01-expected.png: Added.
718 * platform/mac/fast/borders/border-radius-groove-01-expected.txt: Added.
719 * platform/mac/fast/borders/border-radius-groove-02-expected.checksum: Added.
720 * platform/mac/fast/borders/border-radius-groove-02-expected.png: Added.
721 * platform/mac/fast/borders/border-radius-groove-02-expected.txt: Added.
722 * platform/mac/fast/borders/border-radius-groove-03-expected.checksum: Added.
723 * platform/mac/fast/borders/border-radius-groove-03-expected.png: Added.
724 * platform/mac/fast/borders/border-radius-groove-03-expected.txt: Added.
725 * platform/mac/fast/borders/border-radius-wide-border-01-expected.checksum: Added.
726 * platform/mac/fast/borders/border-radius-wide-border-01-expected.png: Added.
727 * platform/mac/fast/borders/border-radius-wide-border-01-expected.txt: Added.
728 * platform/mac/fast/borders/border-radius-wide-border-02-expected.checksum: Added.
729 * platform/mac/fast/borders/border-radius-wide-border-02-expected.png: Added.
730 * platform/mac/fast/borders/border-radius-wide-border-02-expected.txt: Added.
731 * platform/mac/fast/borders/border-radius-wide-border-03-expected.checksum: Added.
732 * platform/mac/fast/borders/border-radius-wide-border-03-expected.png: Added.
733 * platform/mac/fast/borders/border-radius-wide-border-03-expected.txt: Added.
734 * platform/mac/fast/borders/border-radius-wide-border-04-expected.checksum: Added.
735 * platform/mac/fast/borders/border-radius-wide-border-04-expected.png: Added.
736 * platform/mac/fast/borders/border-radius-wide-border-04-expected.txt: Added.
737 * platform/mac/fast/borders/borderRadiusDashed04-expected.checksum: Added.
738 * platform/mac/fast/borders/borderRadiusDashed04-expected.png: Added.
739 * platform/mac/fast/borders/borderRadiusDashed04-expected.txt: Added.
740 * platform/mac/fast/borders/borderRadiusDashed05-expected.checksum: Added.
741 * platform/mac/fast/borders/borderRadiusDashed05-expected.png: Added.
742 * platform/mac/fast/borders/borderRadiusDashed05-expected.txt: Added.
743 * platform/mac/fast/borders/borderRadiusDashed06-expected.checksum: Added.
744 * platform/mac/fast/borders/borderRadiusDashed06-expected.png: Added.
745 * platform/mac/fast/borders/borderRadiusDashed06-expected.txt: Added.
746 * platform/mac/fast/borders/borderRadiusDotted04-expected.checksum: Added.
747 * platform/mac/fast/borders/borderRadiusDotted04-expected.png: Added.
748 * platform/mac/fast/borders/borderRadiusDotted04-expected.txt: Added.
749 * platform/mac/fast/borders/borderRadiusDotted05-expected.checksum: Added.
750 * platform/mac/fast/borders/borderRadiusDotted05-expected.png: Added.
751 * platform/mac/fast/borders/borderRadiusDotted05-expected.txt: Added.
752 * platform/mac/fast/borders/borderRadiusDotted06-expected.checksum: Added.
753 * platform/mac/fast/borders/borderRadiusDotted06-expected.png: Added.
754 * platform/mac/fast/borders/borderRadiusDotted06-expected.txt: Added.
755 * platform/mac/fast/borders/borderRadiusDouble04-expected.checksum: Added.
756 * platform/mac/fast/borders/borderRadiusDouble04-expected.png: Added.
757 * platform/mac/fast/borders/borderRadiusDouble04-expected.txt: Added.
758 * platform/mac/fast/borders/borderRadiusDouble05-expected.checksum: Added.
759 * platform/mac/fast/borders/borderRadiusDouble05-expected.png: Added.
760 * platform/mac/fast/borders/borderRadiusDouble05-expected.txt: Added.
761 * platform/mac/fast/borders/borderRadiusDouble06-expected.checksum: Added.
762 * platform/mac/fast/borders/borderRadiusDouble06-expected.png: Added.
763 * platform/mac/fast/borders/borderRadiusDouble06-expected.txt: Added.
764 * platform/mac/fast/borders/borderRadiusDouble07-expected.checksum: Added.
765 * platform/mac/fast/borders/borderRadiusDouble07-expected.png: Added.
766 * platform/mac/fast/borders/borderRadiusDouble07-expected.txt: Added.
767 * platform/mac/fast/borders/borderRadiusDouble08-expected.checksum: Added.
768 * platform/mac/fast/borders/borderRadiusDouble08-expected.png: Added.
769 * platform/mac/fast/borders/borderRadiusDouble08-expected.txt: Added.
770 * platform/mac/fast/borders/borderRadiusDouble09-expected.checksum: Added.
771 * platform/mac/fast/borders/borderRadiusDouble09-expected.png: Added.
772 * platform/mac/fast/borders/borderRadiusDouble09-expected.txt: Added.
774 2010-06-30 Eric Seidel <eric@webkit.org>
776 Reviewed by Adam Barth.
778 Implement HTML5 "in scope" algorithm and attempt to use it
779 https://bugs.webkit.org/show_bug.cgi?id=41402
781 Adds two new (expected) failures, since we're now
782 switching out of InBody to AfterBody when seeing
783 </html>. We don't implement AfterBody yet, so
784 the rest of the content after </html> is ignored.
786 * html5lib/runner-expected-html5.txt:
788 2010-06-30 Kenneth Russell <kbr@google.com>
790 Reviewed by Oliver Hunt.
792 WebCore::WebGLArrayInternal::lengthAttrGetter ReadAV@NULL (b1a3e1a3e9d01f17fd493d68eeb2742f)
793 https://bugs.webkit.org/show_bug.cgi?id=38040
795 Changed custom ArrayBufferView constructors to create a
796 fully-initialized, zero-length array when called with zero
797 arguments. This is the simplest fix which works identically in
798 both the JSC and V8 bindings.
800 * fast/canvas/webgl/array-buffer-view-crash-expected.txt: Added.
801 * fast/canvas/webgl/array-buffer-view-crash.html: Added.
803 2010-06-30 Sheriff Bot <webkit.review.bot@gmail.com>
805 Unreviewed, rolling out r62182.
806 http://trac.webkit.org/changeset/62182
807 https://bugs.webkit.org/show_bug.cgi?id=41408
809 GTK build brekage (Requested by pfeldman on #webkit).
811 * inspector/debugger-eval-while-paused-expected.txt: Removed.
812 * inspector/debugger-eval-while-paused.html: Removed.
813 * platform/qt/Skipped:
815 2010-06-30 Yury Semikhatsky <yurys@chromium.org>
817 Reviewed by Pavel Feldman.
819 Web Inspector: add layout test for console evaluations with paused script
820 https://bugs.webkit.org/show_bug.cgi?id=41336
822 * inspector/debugger-eval-while-paused-expected.txt: Added.
823 * inspector/debugger-eval-while-paused.html: Added.
824 * platform/qt/Skipped:
826 2010-06-30 Adam Roben <aroben@apple.com>
828 Update Windows test results after r62092
830 * platform/win/fast/dom/Window/window-property-descriptors-expected.txt:
831 * platform/win/fast/dom/prototype-inheritance-2-expected.txt:
832 * platform/win/fast/dom/prototype-inheritance-expected.txt:
833 * platform/win/fast/js/global-constructors-expected.txt:
835 2010-06-30 Antonio Gomes <tonikitoo@webkit.org>
837 Reviewed by Simon Fraser.
839 Spatial Navigation: make elements in inner frames nested more than 1 level deep focusable
840 https://bugs.webkit.org/show_bug.cgi?id=41160
842 * fast/events/spatial-navigation/resources/iframe.html: Added.
843 * fast/events/spatial-navigation/snav-iframe-nested-expected.txt: Added.
844 * fast/events/spatial-navigation/snav-iframe-nested.html: Added.
846 2010-06-30 Yury Semikhatsky <yurys@chromium.org>
848 Unreviewed. Update Chromium test expectations.
850 * platform/chromium-mac/html5lib/runner-expected.txt:
851 * platform/chromium-win/html5lib/runner-expected.txt:
853 2010-06-30 Eric Seidel <eric@webkit.org>
855 Unreviewed. Just updating test expectations.
857 HTMLTokenizer needs EndOfFile support
858 https://bugs.webkit.org/show_bug.cgi?id=41344
860 Update results after EndOfFile support.
861 The final pump will always have one character,
862 which is the EOF character.
864 * inspector/timeline-parse-html-expected.txt:
866 2010-06-29 Eric Seidel <eric@webkit.org>
868 Reviewed by Adam Barth.
870 HTMLTokenizer needs EndOfFile support
871 https://bugs.webkit.org/show_bug.cgi?id=41344
873 We now pass an additional 60 subtests for the
874 html5lib test suite. Boo-ya.
876 * html5lib/runner-expected.txt:
878 2010-06-28 Eric Seidel <eric@webkit.org>
880 Reviewed by Adam Barth.
882 Teach HTML5TreeBuilder how to merge attributes from extra html/body elements
883 https://bugs.webkit.org/show_bug.cgi?id=41337
885 * html5lib/resources/webkit01.dat: Add a test for double body.
887 2010-06-30 Yury Semikhatsky <yurys@chromium.org>
889 Unreviewed: update Chromium test expectations with a crashing test.
891 * platform/chromium/test_expectations.txt:
893 2010-06-30 Yury Semikhatsky <yurys@chromium.org>
895 Unreviewed: provide custom expectations and reenable the test for Chromium.
897 https://bugs.webkit.org/show_bug.cgi?id=41394
899 * platform/chromium/editing/pasteboard/5761530-1-expected.txt: Added.
901 2010-06-30 Yuzo Fujishima <yuzo@google.com>
903 Reviewed by Dan Bernstein.
905 Fix for Bug 41339 - unicode-range property only with a descending range
908 https://bugs.webkit.org/show_bug.cgi?id=41339
910 * fast/css/font-face-descending-unicode-range-expected.txt: Added.
911 * fast/css/font-face-descending-unicode-range.html: Added.
913 2010-06-29 MORITA Hajime <morrita@google.com>
915 Unreviewed. Updated test expectations for change at r62156
917 * platform/chromium-win/fast/dom/HTMLProgressElement/progress-element-expected.checksum:
918 * platform/chromium-win/fast/dom/HTMLProgressElement/progress-element-expected.png:
919 * platform/chromium/test_expectations.txt:
921 2010-06-29 Zhenyao Mo <zmo@google.com>
923 Reviewed by Dimitri Glazkov.
925 Implement getAttachedShaders
926 https://bugs.webkit.org/show_bug.cgi?id=31172
928 * fast/canvas/webgl/gl-object-get-calls-expected.txt: Add a test case for getAttachedShaders().
929 * fast/canvas/webgl/script-tests/gl-object-get-calls.js: Ditto.
931 2010-06-29 MORITA Hajime <morrita@google.com>
933 Reviewed by Kent Tamura.
935 REGRESSION: [Chromium] <progress> appearance on windows looks not good
936 https://bugs.webkit.org/show_bug.cgi?id=41343
938 Skipped a test with outdated expectation. We need to rebaseline it.
940 * platform/chromium/test_expectations.txt:
942 2010-06-29 Kinuko Yasuda <kinuko@chromium.org>
946 Fix http/tests/local/blob/send-data-blob.html on Windows
947 https://bugs.webkit.org/show_bug.cgi?id=41228
949 Fix the cgi code to make it work with cygwin perl.
950 Also fix test expectations for Windows.
952 * http/tests/resources/post-and-verify-hybrid.cgi:
953 * platform/chromium/test_expectations.txt:
954 * platform/win/fast/js/global-constructors-expected.txt:
956 2010-06-29 James Robinson <jamesr@chromium.org>
958 Unreviewed chromium expectations update.
960 Mark fast/parser/residual-style-hang.html as slow on windows debug because it is.
962 * platform/chromium/test_expectations.txt:
964 2010-06-29 Dumitru Daniliuc <dumi@chromium.org>
966 Reviewed by Darin Fisher.
968 Uncomment some test cases in open-database-sync-inputs, and
969 comment out for now the ones that fail in V8.
970 https://bugs.webkit.org/show_bug.cgi?id=40607
972 * fast/workers/storage/open-database-sync-inputs-expected.txt:
973 * fast/workers/storage/resources/open-database-sync-inputs.js:
976 2010-06-29 François Sausset <sausset@gmail.com>
978 Reviewed by Darin Adler.
980 Add a test when a msubsup element is wrapped in a mrow element
981 https://bugs.webkit.org/show_bug.cgi?id=36525
983 * mathml/presentation/subsup.xhtml:
984 * platform/mac/mathml/presentation/subsup-expected.checksum:
985 * platform/mac/mathml/presentation/subsup-expected.png:
986 * platform/mac/mathml/presentation/subsup-expected.txt:
988 2010-06-29 Zhenyao Mo <zmo@google.com>
990 Reviewed by Dimitri Glazkov.
992 uniformmatrix* should generate INVALID_VALUE with transpose = true
993 https://bugs.webkit.org/show_bug.cgi?id=41235
995 * fast/canvas/webgl/gl-uniformmatrix4fv-expected.txt: Added.
996 * fast/canvas/webgl/gl-uniformmatrix4fv.html: Added.
998 2010-06-29 Robert Hogan <robert@webkit.org>
1000 Rubber-stamped by Kenneth Rohde Christiansen.
1002 [Qt] Update test expectations for tests added in r62134.
1004 * platform/qt/fast/text/setData-dirty-lines-expected.txt: Added.
1005 * platform/qt/fast/text/splitText-dirty-lines-expected.txt: Added.
1007 2010-06-29 Robert Hogan <robert@webkit.org>
1009 Reviewed by Kenneth Rohde Christiansen.
1011 Results for editing/pasteboard/5761530-1.html are wrong
1013 https://bugs.webkit.org/show_bug.cgi?id=38437
1015 Qt seems to have the correct result here. So unskip on Qt and
1016 skip on other platforms so can be fixed.
1018 * editing/pasteboard/5761530-1-expected.txt:
1019 * platform/chromium/test_expectations.txt:
1020 * platform/gtk/Skipped:
1021 * platform/mac/Skipped:
1022 * platform/qt/Skipped:
1024 2010-06-29 Kenneth Russell <kbr@google.com>
1026 Reviewed by Dimitri Glazkov.
1028 Support UNPACK_FLIP_Y_WEBGL and UNPACK_PREMULTIPLY_ALPHA_WEBGL for texImage2D taking ArrayBufferView
1029 https://bugs.webkit.org/show_bug.cgi?id=40398
1031 Added support for UNPACK_FLIP_Y_WEBGL and UNPACK_PREMULTIPLY_ALPHA_WEBGL pixel store
1032 parameters to texImage2D and texSubImage2D entry points taking ArrayBufferView.
1033 More cleanly separated the unpacking and packing phases of user-supplied pixel data
1034 in GraphicsContext3D, and added support for unpack alignment. Fixed bug in handling
1035 of unpackAlignment in GraphicsContext3D::flipVertically. Necessarily added
1036 validation of the amount of data passed to texImage2D and texSubImage2D. Modified
1037 fast/canvas/webgl/tex-image-with-format-and-type.html to include premultiplied alpha
1038 tests for relevant source formats; added new test which exercises all combinations
1039 of UNPACK_FLIP_Y_WEBGL, UNPACK_PREMULTIPLY_ALPHA_WEBGL, and UNPACK_ALIGNMENT pixel
1042 * fast/canvas/webgl/tex-image-and-sub-image-2d-with-array-buffer-view-expected.txt: Added.
1043 * fast/canvas/webgl/tex-image-and-sub-image-2d-with-array-buffer-view.html: Added.
1044 * fast/canvas/webgl/tex-image-with-format-and-type-expected.txt:
1045 * fast/canvas/webgl/tex-image-with-format-and-type.html:
1047 2010-06-29 Robert Hogan <robert@webkit.org>
1049 Reviewed by Kenneth Rohde Christiansen.
1051 [Qt] http/tests/security/mixedContent tests now pass
1053 https://bugs.webkit.org/show_bug.cgi?id=34839
1055 * platform/qt/Skipped:
1057 2010-06-29 Robert Hogan <robert@webkit.org>
1059 Reviewed by Kenneth Rohde Christiansen.
1061 [Qt] implement dumpResourceResponseMIMETypes
1062 https://bugs.webkit.org/show_bug.cgi?id=41260
1064 Unskip fast/preloader tests.
1066 * platform/qt/Skipped:
1068 2010-06-29 Dan Bernstein <mitz@apple.com>
1070 Reviewed by Darin Adler.
1072 <rdar://problem/7975842> Certain text is repeated after using splitText()
1074 * fast/text/setData-dirty-lines-expected.checksum: Added.
1075 * fast/text/setData-dirty-lines-expected.png: Added.
1076 * fast/text/setData-dirty-lines-expected.txt: Added.
1077 * fast/text/setData-dirty-lines.html: Added.
1078 * fast/text/splitText-dirty-lines-expected.checksum: Added.
1079 * fast/text/splitText-dirty-lines-expected.png: Added.
1080 * fast/text/splitText-dirty-lines-expected.txt: Added.
1081 * fast/text/splitText-dirty-lines.html: Added.
1083 2010-06-29 Mario Sanchez Prada <msanchez@igalia.com>
1085 Reviewed by Gustavo Noronha Silva.
1087 platform/gtk/accessibility/name-from-label test needs updating
1088 https://bugs.webkit.org/show_bug.cgi?id=41355
1090 Updated test and expected results to match changes introduced
1091 with patch for bug 40009 (make it more coherent with other ports)
1093 * platform/gtk/accessibility/name-from-label-expected.txt:
1094 * platform/gtk/accessibility/name-from-label.html:
1096 2010-06-29 Mikhail Naganov <mnaganov@chromium.org>
1098 Unreviewed text expectations update after r62121.
1100 * platform/chromium-linux/fast/css/font-face-opentype-expected.checksum:
1101 * platform/chromium-linux/fast/css/font-face-opentype-expected.png:
1102 * platform/chromium-linux/fast/css/font-face-woff-expected.checksum:
1103 * platform/chromium-linux/fast/css/font-face-woff-expected.png:
1104 * platform/chromium-linux/platform/chromium/fast/text/chromium-linux-fontconfig-renderstyle-expected.checksum:
1105 * platform/chromium-linux/platform/chromium/fast/text/chromium-linux-fontconfig-renderstyle-expected.png:
1106 * platform/chromium-linux/platform/chromium/fast/text/chromium-linux-fontconfig-renderstyle-expected.txt:
1107 * platform/chromium/test_expectations.txt:
1109 2010-06-29 Martin Robinson <mrobinson@igalia.com>
1113 Update baseline r62111.
1115 * platform/gtk/accessibility/name-from-label-expected.txt:
1117 2010-06-29 Adam Langley <agl@chromium.org>
1119 Reviewed by Kent Tamura.
1121 [chromium] Support forced autohinting.
1123 https://bugs.webkit.org/show_bug.cgi?id=40493
1125 Freetype (the typical font rendering on Linux) includes an 'autohinter':
1126 an algorithm for hinting glyph shapes without using the embedded hinting
1129 This amends the existing tests for fontconfig settings to test that
1130 setting autohinting works, and that it works in the face of also
1133 * platform/chromium-linux/platform/chromium/fast/text/chromium-linux-fontconfig-renderstyle-expected.checksum:
1134 * platform/chromium-linux/platform/chromium/fast/text/chromium-linux-fontconfig-renderstyle-expected.png:
1135 * platform/chromium-linux/platform/chromium/fast/text/chromium-linux-fontconfig-renderstyle-expected.txt:
1136 * platform/chromium/fast/text/chromium-linux-fontconfig-renderstyle.html:
1138 2010-06-29 Mikhail Naganov <mnaganov@chromium.org>
1140 Unreviewed test expectations update for stable passing tests.
1142 * platform/chromium/test_expectations.txt:
1144 2010-06-29 Nikolas Zimmermann <nzimmermann@rim.com>
1146 Not reviewed. Add missing pixel test results.
1148 * platform/mac/fast/css/nested-rounded-corners-expected.checksum: Added.
1149 * platform/mac/fast/css/nested-rounded-corners-expected.png: Added.
1150 * platform/mac/fast/js/missing-title-end-tag-js-expected.checksum: Added.
1151 * platform/mac/fast/js/missing-title-end-tag-js-expected.png: Added.
1153 2010-06-29 Mario Sanchez Prada <msanchez@igalia.com>
1155 Reviewed by Xan Lopez.
1157 [Gtk] Make DRT more coherent with other ports to allow reusing more tests
1158 https://bugs.webkit.org/show_bug.cgi?id=40009
1160 Update GTK a11y tests to follow new prefixes coming from DRT
1162 * platform/gtk/accessibility/object-attributes-expected.txt:
1163 * platform/gtk/accessibility/object-attributes.html:
1164 * platform/gtk/accessibility/object-with-title-expected.txt:
1165 * platform/gtk/accessibility/object-with-title.html:
1166 * platform/gtk/accessibility/table-hierarchy-expected.txt:
1167 * platform/gtk/accessibility/table-hierarchy.html:
1168 * platform/gtk/accessibility/title-and-alt-expected.txt:
1169 * platform/gtk/accessibility/title-and-alt.html:
1171 2010-06-29 Mikhail Naganov <mnaganov@chromium.org>
1173 Unreviewed test expectations update.
1175 * platform/chromium-win/svg/css/text-shadow-multiple-expected.checksum: Added.
1176 * platform/chromium-win/svg/css/text-shadow-multiple-expected.png: Added.
1177 * platform/chromium-win/svg/css/text-shadow-multiple-expected.txt: Added.
1178 * platform/chromium/test_expectations.txt:
1180 2010-06-29 Mikhail Naganov <mnaganov@chromium.org>
1182 Unreviewed test expectations update.
1184 * platform/chromium-linux/svg/css/text-shadow-multiple-expected.checksum: Added.
1185 * platform/chromium-linux/svg/css/text-shadow-multiple-expected.png: Added.
1186 * platform/chromium-linux/svg/css/text-shadow-multiple-expected.txt: Added.
1187 * platform/chromium/test_expectations.txt:
1189 2010-06-29 Mikhail Naganov <mnaganov@chromium.org>
1191 Unreviewed test expectations update.
1193 * platform/chromium-mac/fast/forms/select-empty-option-height.checksum: Added.
1194 * platform/chromium-mac/fast/forms/select-empty-option-height.png: Added.
1195 * platform/chromium-mac/html5lib/webkit-runner-expected.txt: Removed.
1196 * platform/chromium-win/html5lib/webkit-runner-expected.txt: Removed.
1197 * platform/chromium/fast/dom/prototype-inheritance-expected.txt:
1198 * platform/chromium/test_expectations.txt:
1200 2010-06-29 Nikolas Zimmermann <nzimmermann@rim.com>
1202 Reviewed by Dirk Schulze.
1204 REGRESSION: text-shadow CSS applied to SVG no longer works
1205 https://bugs.webkit.org/show_bug.cgi?id=40960
1207 Add testcase covering multiple text-shadow applied to SVG, in comparision with HTML.
1209 * platform/mac/svg/css/text-shadow-multiple-expected.checksum: Added.
1210 * platform/mac/svg/css/text-shadow-multiple-expected.png: Added.
1211 * platform/mac/svg/css/text-shadow-multiple-expected.txt: Added.
1212 * svg/css/text-shadow-multiple.xhtml: Added.
1214 2010-06-29 Nikolas Zimmermann <nzimmermann@rim.com>
1216 Not reviewed. Update mac-lepard specific result for a SVG test using border-radii, after the painting changes.
1218 * platform/mac-leopard/svg/custom/svg-fonts-in-html-expected.checksum:
1219 * platform/mac-leopard/svg/custom/svg-fonts-in-html-expected.png:
1221 2010-06-29 Csaba Osztrogonác <ossy@webkit.org>
1223 Unreviewed trivial fix. Update platform specific expectded files after r62092.
1225 * platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt:
1226 * platform/gtk/fast/dom/prototype-inheritance-expected.txt:
1227 * platform/gtk/fast/js/global-constructors-expected.txt:
1228 * platform/qt/fast/dom/Window/window-properties-expected.txt:
1229 * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt:
1230 * platform/qt/fast/dom/prototype-inheritance-expected.txt:
1231 * platform/qt/fast/js/global-constructors-expected.txt:
1233 2010-06-29 Csaba Osztrogonác <ossy@webkit.org>
1235 Unreviewed trivial fix. Update expectded files after r62092.
1237 * fast/dom/Window/window-properties-expected.txt:
1238 * fast/dom/Window/window-property-descriptors-expected.txt:
1239 * fast/dom/prototype-inheritance-2-expected.txt:
1240 * fast/dom/prototype-inheritance-expected.txt:
1241 * fast/js/global-constructors-expected.txt:
1243 2010-06-28 Dumitru Daniliuc <dumi@chromium.org>
1245 Reviewed by Adam Barth.
1247 Remove a Chromium-specific expectations file.
1248 https://bugs.webkit.org/show_bug.cgi?id=41297
1250 * platform/chromium/storage/sql-error-codes-expected.txt:
1251 * storage/sql-error-codes.js:
1252 (testBindParameterOfWrongType):
1254 2010-06-29 Zoltan Herczeg <zherczeg@webkit.org>
1256 Reviewed by Nikolas Zimmermann.
1258 Updating expected values for convolve matrix filter
1259 https://bugs.webkit.org/show_bug.cgi?id=5861
1261 * platform/mac/svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt:
1262 * svg/custom/global-constructors-expected.txt:
1263 * svg/custom/js-svg-constructors-expected.txt:
1264 * svg/custom/js-svg-constructors.svg:
1266 2010-06-28 Adam Barth <abarth@webkit.org>
1270 Removed webkit-runner.html now that the HTML5 tree builder can handle
1271 the real version of the test suite. Good times.
1273 * html5lib/runner-expected-html5.txt:
1274 * html5lib/webkit-runner-expected-html5.txt: Removed.
1275 * html5lib/webkit-runner-expected.txt: Removed.
1276 * html5lib/webkit-runner.html: Removed.
1278 2010-06-28 Adam Barth <abarth@webkit.org>
1280 Reviewed by Eric Seidel.
1282 HTML5 tree builder shouldn't ASSERT on HTML5lib test suite
1283 https://bugs.webkit.org/show_bug.cgi?id=41335
1285 Enable the remainder of the test suite and update expectations.
1287 * html5lib/webkit-runner-expected-html5.txt:
1288 * html5lib/webkit-runner-expected.txt:
1289 * html5lib/webkit-runner.html:
1291 2010-06-28 Johnny Ding <jnd@chromium.org>
1293 Reviewed by Adam Barth.
1295 https://bugs.webkit.org/show_bug.cgi?id=41061
1296 Make the test work on both Mac and Linux.
1298 * fast/events/popup-when-select-change.html:
1300 2010-06-28 Kent Tamura <tkent@chromium.org>
1302 Unreviewed, test expectation update.
1304 A meter flip issue was resolved by Chromium r51096.
1306 * platform/chromium-mac/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.checksum:
1307 * platform/chromium-mac/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.png: Removed.
1308 * platform/chromium-mac/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.checksum: Removed.
1309 * platform/chromium-mac/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.png: Removed.
1310 * platform/chromium-mac/fast/dom/HTMLMeterElement/meter-element-expected.checksum:
1311 * platform/chromium-mac/fast/dom/HTMLMeterElement/meter-optimums-expected.checksum:
1312 * platform/chromium-mac/fast/dom/HTMLMeterElement/meter-optimums-expected.png: Removed.
1313 * platform/chromium-mac/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.checksum:
1314 * platform/chromium-mac/fast/dom/HTMLMeterElement/meter-styles-expected.checksum:
1315 * platform/chromium/test_expectations.txt:
1317 2010-06-28 David Levin <levin@chromium.org>
1319 Reviewed by NOBODY (test expectations update for chromium).
1321 These baselines were added for other platforms in http://trac.webkit.org/changeset/62076
1322 Most unfortunately, v8 reports errors on different line numbers than jsc, so chromium
1323 needs a different baseline.
1325 * platform/chromium-mac/html5lib/webkit-runner-expected.txt: Added.
1326 * platform/chromium-win/html5lib/webkit-runner-expected.txt: Added.
1328 2010-06-28 David Levin <levin@chromium.org>
1330 Reviewed by NOBODY (test expectations update for WebKit change).
1332 Updated expectations due to tests whose results changed after http://trac.webkit.org/changeset/62035.
1333 Looking at the various results, they appear fine.
1335 * platform/chromium-mac/fast/borders/border-radius-constraints-expected.checksum: Added.
1336 * platform/chromium-mac/fast/borders/border-radius-constraints-expected.png: Added.
1337 * platform/chromium-mac/fast/borders/border-radius-huge-assert-expected.checksum: Added.
1338 * platform/chromium-mac/fast/borders/border-radius-huge-assert-expected.png: Added.
1339 * platform/chromium-mac/fast/borders/border-radius-split-inline-expected.checksum: Added.
1340 * platform/chromium-mac/fast/borders/border-radius-split-inline-expected.png: Added.
1341 * platform/chromium-mac/fast/borders/borderRadiusAllStylesAllCorners-expected.checksum: Added.
1342 * platform/chromium-mac/fast/borders/borderRadiusAllStylesAllCorners-expected.png: Added.
1343 * platform/chromium-mac/fast/borders/borderRadiusArcs01-expected.checksum: Added.
1344 * platform/chromium-mac/fast/borders/borderRadiusArcs01-expected.png: Added.
1345 * platform/chromium-mac/fast/borders/borderRadiusDashed01-expected.checksum: Added.
1346 * platform/chromium-mac/fast/borders/borderRadiusDashed01-expected.png: Added.
1347 * platform/chromium-mac/fast/borders/borderRadiusDouble02-expected.checksum: Added.
1348 * platform/chromium-mac/fast/borders/borderRadiusDouble02-expected.png: Added.
1349 * platform/chromium-mac/fast/borders/borderRadiusDouble03-expected.checksum: Added.
1350 * platform/chromium-mac/fast/borders/borderRadiusDouble03-expected.png: Added.
1351 * platform/chromium-mac/fast/borders/borderRadiusGroove01-expected.checksum: Added.
1352 * platform/chromium-mac/fast/borders/borderRadiusGroove01-expected.png: Added.
1353 * platform/chromium-mac/fast/borders/borderRadiusGroove02-expected.checksum: Added.
1354 * platform/chromium-mac/fast/borders/borderRadiusGroove02-expected.png: Added.
1355 * platform/chromium-mac/fast/borders/borderRadiusInset01-expected.checksum: Added.
1356 * platform/chromium-mac/fast/borders/borderRadiusInset01-expected.png: Added.
1357 * platform/chromium-mac/fast/borders/borderRadiusInvalidColor-expected.checksum: Added.
1358 * platform/chromium-mac/fast/borders/borderRadiusInvalidColor-expected.png: Added.
1359 * platform/chromium-mac/fast/borders/borderRadiusOutset01-expected.checksum: Added.
1360 * platform/chromium-mac/fast/borders/borderRadiusOutset01-expected.png: Added.
1361 * platform/chromium-mac/fast/borders/borderRadiusRidge01-expected.checksum: Added.
1362 * platform/chromium-mac/fast/borders/borderRadiusRidge01-expected.png: Added.
1363 * platform/chromium-mac/fast/borders/borderRadiusSolid01-expected.checksum: Added.
1364 * platform/chromium-mac/fast/borders/borderRadiusSolid01-expected.png: Added.
1365 * platform/chromium-mac/fast/borders/borderRadiusSolid02-expected.checksum: Added.
1366 * platform/chromium-mac/fast/borders/borderRadiusSolid02-expected.png: Added.
1367 * platform/chromium-mac/fast/borders/borderRadiusSolid03-expected.checksum: Added.
1368 * platform/chromium-mac/fast/borders/borderRadiusSolid03-expected.png: Added.
1369 * platform/chromium-mac/fast/borders/borderRadiusSolid04-expected.checksum: Added.
1370 * platform/chromium-mac/fast/borders/borderRadiusSolid04-expected.png: Added.
1371 * platform/chromium-mac/fast/borders/fieldsetBorderRadius-expected.checksum: Added.
1372 * platform/chromium-mac/fast/borders/fieldsetBorderRadius-expected.png: Added.
1373 * platform/chromium-mac/fast/forms/basic-selects-expected.checksum: Added.
1374 * platform/chromium-mac/fast/forms/basic-selects-expected.png: Added.
1375 * platform/chromium-mac/fast/forms/menulist-clip-expected.checksum: Added.
1376 * platform/chromium-mac/fast/forms/menulist-clip-expected.png: Added.
1377 * platform/chromium-mac/fast/forms/menulist-narrow-width-expected.checksum: Added.
1378 * platform/chromium-mac/fast/forms/menulist-narrow-width-expected.png: Added.
1379 * platform/chromium-mac/fast/forms/menulist-option-wrap-expected.checksum: Added.
1380 * platform/chromium-mac/fast/forms/menulist-option-wrap-expected.png: Added.
1381 * platform/chromium-mac/fast/forms/menulist-restrict-line-height-expected.checksum: Added.
1382 * platform/chromium-mac/fast/forms/menulist-restrict-line-height-expected.png: Added.
1383 * platform/chromium-mac/fast/forms/menulist-separator-painting-expected.checksum: Added.
1384 * platform/chromium-mac/fast/forms/menulist-separator-painting-expected.png: Added.
1385 * platform/chromium-mac/fast/forms/menulist-style-color-expected.checksum:
1386 * platform/chromium-mac/fast/forms/menulist-style-color-expected.png:
1387 * platform/chromium-mac/fast/forms/select-baseline-expected.checksum: Added.
1388 * platform/chromium-mac/fast/forms/select-baseline-expected.png: Added.
1389 * platform/chromium-mac/fast/overflow/border-radius-clipping-expected.checksum: Added.
1390 * platform/chromium-mac/fast/overflow/border-radius-clipping-expected.png: Added.
1391 * platform/chromium-mac/svg/custom/svg-fonts-in-html-expected.checksum:
1392 * platform/chromium-mac/svg/custom/svg-fonts-in-html-expected.png:
1394 2010-06-28 Adam Barth <abarth@webkit.org>
1396 Reviewed by Eric Seidel.
1398 Fix ASSERT so we can run more HTML5lib tests
1399 https://bugs.webkit.org/show_bug.cgi?id=41325
1401 Uncomment <title> tag that was triggering ASSERT.
1402 Uncomment test groups that were triggering ASSERTs.
1403 Update expected results to show how many more tests we have left to
1406 * html5lib/webkit-runner-expected-html5.txt:
1407 * html5lib/webkit-runner.html:
1409 2010-06-28 Adam Barth <abarth@webkit.org>
1411 Reviewed by Eric Seidel.
1413 Restore webkit-runner.html for use with new tree builder
1414 https://bugs.webkit.org/show_bug.cgi?id=41317
1416 webkit-runner.html is very similar to runner.html, but it avoids some
1417 tricky cases that are causing asserts. Using this simplified harness
1418 will help us bring up the tree builder. We can remove it once we're up
1421 * html5lib/webkit-runner-expected-html5.txt: Added.
1422 * html5lib/webkit-runner.html: Added.
1424 2010-06-28 Martin Robinson <mrobinson@igalia.com>
1428 Update baselines after r62034.
1430 * platform/gtk/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.txt:
1431 * platform/gtk/fast/dom/HTMLProgressElement/progress-element-expected.txt:
1432 * platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt:
1433 * platform/gtk/fast/dom/prototype-inheritance-expected.txt:
1434 * platform/gtk/fast/js/global-constructors-expected.txt:
1436 2010-06-28 Andreas Kling <andreas.kling@nokia.com>
1438 Reviewed by Kenneth Rohde Christiansen.
1440 [Qt] Use HTML5-conformant gradient interpolation mode
1441 https://bugs.webkit.org/show_bug.cgi?id=41298
1443 Unskip now working test:
1444 - canvas/philip/tests/2d.gradient.interpolate.colouralpha.html
1447 http://www.whatwg.org/specs/web-apps/current-work/#colors-and-styles
1449 * platform/qt/Skipped:
1451 2010-06-23 Beth Dakin <bdakin@apple.com>
1453 Reviewed by Sam Weinig.
1455 Tests with new results after
1456 https://bugs.webkit.org/show_bug.cgi?id=9197 CSS3: Borders
1457 with border-radius and double, groove, or ridge styles should look
1460 * platform/mac/fast/borders/borderRadiusAllStylesAllCorners-expected.checksum:
1461 * platform/mac/fast/borders/borderRadiusAllStylesAllCorners-expected.png:
1462 * platform/mac/fast/borders/borderRadiusDashed01-expected.checksum:
1463 * platform/mac/fast/borders/borderRadiusDashed01-expected.png:
1464 * platform/mac/fast/borders/borderRadiusDashed02-expected.checksum:
1465 * platform/mac/fast/borders/borderRadiusDashed02-expected.png:
1466 * platform/mac/fast/borders/borderRadiusDashed03-expected.checksum:
1467 * platform/mac/fast/borders/borderRadiusDashed03-expected.png:
1468 * platform/mac/fast/borders/borderRadiusDotted01-expected.checksum:
1469 * platform/mac/fast/borders/borderRadiusDotted01-expected.png:
1470 * platform/mac/fast/borders/borderRadiusDotted02-expected.checksum:
1471 * platform/mac/fast/borders/borderRadiusDotted02-expected.png:
1472 * platform/mac/fast/borders/borderRadiusDotted03-expected.checksum:
1473 * platform/mac/fast/borders/borderRadiusDotted03-expected.png:
1474 * platform/mac/fast/borders/borderRadiusDouble01-expected.checksum:
1475 * platform/mac/fast/borders/borderRadiusDouble01-expected.png:
1477 2010-06-28 Martin Robinson <mrobinson@igalia.com>
1479 Reviewed by Xan Lopez.
1481 [GTK] Add support for the progress bar tag
1482 https://bugs.webkit.org/show_bug.cgi?id=41014
1484 Unskip tests which are now passing after adding support for rendering the progress tag.
1486 * platform/gtk/Skipped:
1487 * platform/gtk/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.txt: Copied from LayoutTests/platform/mac/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.txt.
1488 * platform/gtk/fast/dom/HTMLProgressElement/progress-element-expected.txt: Added.
1490 2010-06-28 Adam Barth <abarth@webkit.org>
1492 Reviewed by Eric Seidel.
1494 The new tree builder needs to call attach() on elements it attaches to
1496 https://bugs.webkit.org/show_bug.cgi?id=41293
1498 Update expected results to show that the contents of the iframe
1499 actually get created. This only gets us a few lines down the test
1500 harness before erroring out again, but I'll take it.
1502 * html5lib/runner-expected-html5.txt:
1503 * html5lib/webkit-resumer-expected-html5.txt:
1505 2010-06-28 Robert Hogan <robert@webkit.org>
1507 Unreviewed, rolling out r62021.
1508 http://trac.webkit.org/changeset/62021
1509 https://bugs.webkit.org/show_bug.cgi?id=41261
1511 Broke http/navigation tests among other
1513 * platform/qt/Skipped:
1515 2010-06-28 Robert Hogan <robert@webkit.org>
1517 Reviewed by Kenneth Rohde Christiansen.
1519 [Qt] dump frames in ascending alphabetical order of title
1521 https://bugs.webkit.org/show_bug.cgi?id=41261
1524 http/tests/navigation/metaredirect-frames.html
1525 http/tests/navigation/redirect302-frames.html
1526 http/tests/navigation/redirect302-subframeload.html
1527 http/tests/navigation/timerredirect-frames.html
1529 * platform/qt/Skipped:
1531 2010-06-28 Robert Hogan <robert@webkit.org>
1533 Reviewed by Kenneth Rohde Christiansen.
1535 [Qt] dump bf history of child windows
1537 https://bugs.webkit.org/show_bug.cgi?id=41266
1539 Unskip http/tests/navigation/new-window-redirect-history.html
1541 * platform/qt/Skipped:
1543 2010-06-28 Kenneth Russell <kbr@google.com>
1545 Reviewed by Dimitri Glazkov.
1547 Index validation caches buffer size information too aggressively
1548 https://bugs.webkit.org/show_bug.cgi?id=41092
1550 * fast/canvas/webgl/index-validation-with-resized-buffer-expected.txt: Added.
1551 * fast/canvas/webgl/index-validation-with-resized-buffer.html: Added.
1552 * fast/canvas/webgl/resources/webgl-test.js:
1556 2010-06-28 Sam Magnuson <smagnuson@netflix.com>
1558 Reviewed by Kenneth Rohde Christiansen.
1560 [Qt] GraphicsLayerQt delay seems unnecessary.
1561 https://bugs.webkit.org/show_bug.cgi?id=40846
1563 * compositing/animation/busy-indicator-no.png: Added.
1564 * compositing/animation/busy-indicator.html: Added.
1565 * compositing/animation/busy-indicator.png: Added.
1567 2010-06-28 Mikhail Naganov <mnaganov@chromium.org>
1569 Unreviewed test expectations update. Remove now passing fast/events/popup-allowed-from-gesture-initiated-form-submit.html
1571 * platform/chromium/test_expectations.txt:
1573 2010-06-28 MORITA Hajime <morrita@google.com>
1575 Unreviewd. Skipped a test for qt at this time due to outdated expectation.
1576 We need to rebaseline it.
1578 * platform/qt/Skipped:
1580 2010-06-28 MORITA Hajime <morrita@google.com>
1582 Unreviewed text expectations update after r61993.
1584 * platform/chromium-mac/fast/dom/HTMLProgressElement/progress-element-expected.txt:
1586 2010-06-28 Yury Semikhatsky <yurys@chromium.org>
1588 Reviewed by Pavel Feldman.
1590 [v8] Web Inspector: properties of scope variables are flattened while on a breakpoint.
1591 https://bugs.webkit.org/show_bug.cgi?id=41214
1593 * inspector/debugger-proto-property-expected.txt: Added.
1594 * inspector/debugger-proto-property.html: Added.
1595 * platform/qt/Skipped:
1597 2010-06-28 MORITA Hajime <morrita@google.com>
1599 Unreviewed text expectations update after r61993.
1601 * platform/chromium-linux/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.checksum: Added.
1602 * platform/chromium-linux/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.png: Added.
1603 * platform/chromium-win/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.checksum:
1604 * platform/chromium-win/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.png:
1605 * platform/chromium-win/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.txt: Added.
1606 * platform/chromium-win/fast/dom/HTMLProgressElement/progress-element-expected.checksum:
1607 * platform/chromium-win/fast/dom/HTMLProgressElement/progress-element-expected.png:
1608 * platform/chromium-win/fast/dom/HTMLProgressElement/progress-element-expected.txt:
1610 2010-06-22 MORITA Hajime <morrita@google.com>
1612 Reviewed by Kent Tamura.
1614 <progress> should be styled with -webkit-progress-bar-value
1615 https://bugs.webkit.org/show_bug.cgi?id=40823
1617 Added cases for various style combinations, and explanations for
1620 * fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element.html:
1621 * platform/mac/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.checksum:
1622 * platform/mac/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.png:
1623 * platform/mac/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.txt:
1624 * platform/qt/Skipped:
1626 2010-06-28 Eric Seidel <eric@webkit.org>
1628 Unreviewed. Update test-html5-parser results to
1629 match the results from the new treebuilder.
1630 These results were otherwise useless now that we
1631 have he HTML5 Tokenizer on by default.
1633 * html5lib/runner-expected-html5.txt:
1634 * html5lib/webkit-resumer-expected-html5.txt:
1636 2010-06-25 Yuzo Fujishima <yuzo@google.com>
1638 Reviewed by Shinichiro Hamaji.
1640 Improve default value handling for page format properties.
1641 https://bugs.webkit.org/show_bug.cgi?id=41150
1643 * printing/page-format-data-expected.txt:
1644 * printing/page-format-data.html:
1645 * printing/page-rule-selection-expected.txt:
1646 * printing/page-rule-selection.html:
1648 2010-06-27 Andreas Kling <andreas.kling@nokia.com>
1650 Reviewed by Darin Adler.
1652 Canvas: Ignore calls to drawImage() with non-finite parameters
1653 https://bugs.webkit.org/show_bug.cgi?id=38929
1655 Rebaseline (and unskip for Qt) the now working test.
1658 http://www.whatwg.org/specs/web-apps/current-work/#2dcontext
1660 * canvas/philip/tests/2d.drawImage.nonfinite-expected.txt:
1661 * platform/qt/Skipped:
1663 2010-06-27 Andreas Kling <andreas.kling@nokia.com>
1665 Reviewed by Kenneth Rohde Christiansen.
1667 editing/execCommand/copy-without-selection.html fails on Qt after r61637
1668 https://bugs.webkit.org/show_bug.cgi?id=41025
1670 Unskip editing/execCommand/copy-without-selection.html for Qt.
1672 * platform/qt/Skipped:
1674 2010-06-27 Mikhail Naganov <mnaganov@chromium.org>
1676 Unreviewed, mark fast/js/Object-create.html as crashing on Cr Linux, will look into it.
1678 * platform/chromium/test_expectations.txt:
1680 2010-06-26 Mikhail Naganov <mnaganov@chromium.org>
1682 Unreviewed text expectations update after r61956.
1684 * platform/chromium-mac/html5lib/runner-expected.txt:
1685 * platform/chromium-win/html5lib/runner-expected.txt:
1686 * platform/chromium/html5lib/runner-expected.txt:
1688 2010-06-26 Tony Gentilcore <tonyg@chromium.org>
1690 Reviewed by Adam Barth.
1692 Add a document.write to script-line-number test to ensure its new lines are excluded.
1693 https://bugs.webkit.org/show_bug.cgi?id=41060
1695 * fast/js/script-line-number-expected.txt:
1696 * fast/js/script-line-number.html:
1698 2010-06-26 Robert Hogan <robert@webkit.org>
1700 Reviewed by Kenneth Rohde Christiansen.
1702 [Qt] DRT Support for setCustomPolicyDelegate
1704 https://bugs.webkit.org/show_bug.cgi?id=39564
1708 LayoutTests/fast/loader/policy-delegate-action-hit-test-zoomed.html
1709 LayoutTests/fast/loader/onload-policy-ignore-for-frame.html
1710 LayoutTests/fast/loader/reload-policy-delegate.html
1711 LayoutTests/fast/loader/javascript-url-hierarchical-execution.html
1712 LayoutTests/http/tests/misc/policy-delegate-called-twice.html
1714 * platform/qt/Skipped:
1716 2010-06-26 Mikhail Naganov <mnaganov@chromium.org>
1718 Unreviewed text expectations update.
1720 * platform/chromium-linux/svg/W3C-SVG-1.1/struct-use-01-t-expected.txt: Added.
1721 * platform/chromium/test_expectations.txt:
1723 2010-06-25 Zhenyao Mo <zmo@google.com>
1725 Reviewed by Dimitri Glazkov.
1727 activeTexture wrongly generates error with legal input.
1728 https://bugs.webkit.org/show_bug.cgi?id=41227
1730 * fast/canvas/webgl/texture-active-bind-expected.txt: Added.
1731 * fast/canvas/webgl/texture-active-bind.html: Added.
1733 2010-06-25 Alpha Lam <hclam@chromium.org>
1735 Unreviewed. Build fix.
1737 Build fix for r61908. Updating test expectations.
1739 * platform/chromium-linux/css1/basic/containment-expected.checksum:
1740 * platform/chromium-linux/css1/basic/containment-expected.png:
1741 * platform/chromium-linux/css1/box_properties/padding_right-expected.checksum:
1742 * platform/chromium-linux/css1/box_properties/padding_right-expected.png:
1743 * platform/chromium-linux/css1/font_properties/font_size-expected.checksum:
1744 * platform/chromium-linux/css1/font_properties/font_size-expected.png:
1745 * platform/chromium-linux/editing/selection/5354455-1-expected.checksum:
1746 * platform/chromium-linux/editing/selection/5354455-1-expected.png:
1747 * platform/chromium-linux/editing/selection/5354455-2-expected.checksum:
1748 * platform/chromium-linux/editing/selection/5354455-2-expected.png:
1749 * platform/chromium-linux/editing/selection/move-by-line-001-expected.checksum:
1750 * platform/chromium-linux/editing/selection/move-by-line-001-expected.png:
1751 * platform/chromium-linux/fast/backgrounds/001-expected.checksum:
1752 * platform/chromium-linux/fast/backgrounds/001-expected.png:
1753 * platform/chromium-linux/fast/block/float/nested-clearance-expected.checksum:
1754 * platform/chromium-linux/fast/block/float/nested-clearance-expected.png:
1755 * platform/chromium-linux/fast/block/positioning/051-expected.checksum:
1756 * platform/chromium-linux/fast/block/positioning/051-expected.png:
1757 * platform/chromium-linux/fast/block/positioning/055-expected.checksum:
1758 * platform/chromium-linux/fast/block/positioning/055-expected.png:
1759 * platform/chromium-linux/fast/css/last-of-type-pseudo-class-expected.checksum:
1760 * platform/chromium-linux/fast/css/last-of-type-pseudo-class-expected.png:
1761 * platform/chromium-linux/fast/events/5056619-expected.checksum:
1762 * platform/chromium-linux/fast/events/5056619-expected.png:
1763 * platform/chromium-linux/fast/forms/input-text-scroll-left-on-blur-expected.checksum:
1764 * platform/chromium-linux/fast/forms/input-text-scroll-left-on-blur-expected.png:
1765 * platform/chromium-linux/fast/forms/search-display-none-cancel-button-expected.checksum:
1766 * platform/chromium-linux/fast/forms/search-display-none-cancel-button-expected.png:
1767 * platform/chromium-linux/fast/forms/search-placeholder-value-changed-expected.checksum:
1768 * platform/chromium-linux/fast/forms/search-placeholder-value-changed-expected.png:
1769 * platform/chromium-linux/fast/forms/select-change-listbox-size-expected.checksum:
1770 * platform/chromium-linux/fast/forms/select-change-listbox-size-expected.png:
1771 * platform/chromium-linux/fast/forms/tabbing-input-iframe-expected.checksum:
1772 * platform/chromium-linux/fast/forms/tabbing-input-iframe-expected.png:
1773 * platform/chromium-linux/fast/frames/iframe-scrolling-attribute-expected.checksum:
1774 * platform/chromium-linux/fast/frames/iframe-scrolling-attribute-expected.png:
1775 * platform/chromium-linux/fast/frames/onlyCommentInIFrame-expected.checksum:
1776 * platform/chromium-linux/fast/frames/onlyCommentInIFrame-expected.png:
1777 * platform/chromium-linux/fast/frames/viewsource-attribute-expected.checksum:
1778 * platform/chromium-linux/fast/frames/viewsource-attribute-expected.png:
1779 * platform/chromium-linux/fast/lists/drag-into-marker-expected.checksum:
1780 * platform/chromium-linux/fast/lists/drag-into-marker-expected.png:
1781 * platform/chromium-linux/fast/multicol/column-rules-stacking-expected.checksum:
1782 * platform/chromium-linux/fast/multicol/column-rules-stacking-expected.png:
1783 * platform/chromium-linux/fast/multicol/positioned-with-constrained-height-expected.checksum:
1784 * platform/chromium-linux/fast/multicol/positioned-with-constrained-height-expected.png:
1785 * platform/chromium-linux/fast/repaint/box-shadow-v-expected.checksum:
1786 * platform/chromium-linux/fast/repaint/box-shadow-v-expected.png:
1787 * platform/chromium-linux/fast/repaint/list-marker-expected.checksum:
1788 * platform/chromium-linux/fast/repaint/list-marker-expected.png:
1789 * platform/chromium-linux/fast/repaint/overflow-scroll-delete-expected.checksum:
1790 * platform/chromium-linux/fast/repaint/overflow-scroll-delete-expected.png:
1791 * platform/chromium-linux/fast/replaced/width100percent-menulist-expected.checksum:
1792 * platform/chromium-linux/fast/replaced/width100percent-menulist-expected.png:
1793 * platform/chromium-linux/fast/replaced/width100percent-searchfield-expected.checksum:
1794 * platform/chromium-linux/fast/replaced/width100percent-searchfield-expected.png:
1795 * platform/chromium-linux/fast/text/international/thai-line-breaks-expected.checksum:
1796 * platform/chromium-linux/fast/text/international/thai-line-breaks-expected.png:
1797 * platform/chromium-linux/http/tests/navigation/error404-frames-expected.checksum:
1798 * platform/chromium-linux/http/tests/navigation/error404-frames-expected.png:
1799 * platform/chromium-linux/http/tests/navigation/error404-goback-expected.checksum:
1800 * platform/chromium-linux/http/tests/navigation/error404-goback-expected.png:
1801 * platform/chromium-linux/http/tests/navigation/post-frames-expected.checksum:
1802 * platform/chromium-linux/http/tests/navigation/post-frames-expected.png:
1803 * platform/chromium-linux/http/tests/navigation/postredirect-frames-expected.checksum:
1804 * platform/chromium-linux/http/tests/navigation/postredirect-frames-expected.png:
1805 * platform/chromium-linux/platform/chromium/fast/text/chromium-linux-fontconfig-renderstyle-expected.checksum:
1806 * platform/chromium-linux/platform/chromium/fast/text/chromium-linux-fontconfig-renderstyle-expected.png:
1807 * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-02-t-expected.checksum:
1808 * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-02-t-expected.png:
1809 * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.checksum:
1810 * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.png:
1811 * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.checksum:
1812 * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.png:
1813 * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.checksum:
1814 * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.png:
1815 * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.checksum:
1816 * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.png:
1817 * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.checksum:
1818 * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.png:
1819 * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.checksum:
1820 * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.png:
1821 * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.checksum:
1822 * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.png:
1823 * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.checksum:
1824 * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.png:
1825 * platform/chromium-linux/svg/W3C-SVG-1.1/text-path-01-b-expected.checksum:
1826 * platform/chromium-linux/svg/W3C-SVG-1.1/text-path-01-b-expected.png:
1827 * platform/chromium-linux/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.checksum:
1828 * platform/chromium-linux/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.png:
1829 * platform/chromium-linux/svg/carto.net/button-expected.checksum:
1830 * platform/chromium-linux/svg/carto.net/button-expected.png:
1831 * platform/chromium-linux/svg/carto.net/combobox-expected.checksum:
1832 * platform/chromium-linux/svg/carto.net/combobox-expected.png:
1833 * platform/chromium-linux/svg/carto.net/slider-expected.checksum:
1834 * platform/chromium-linux/svg/carto.net/slider-expected.png:
1835 * platform/chromium-linux/svg/carto.net/textbox-expected.checksum:
1836 * platform/chromium-linux/svg/carto.net/textbox-expected.png:
1837 * platform/chromium-linux/svg/custom/animate-path-morphing-expected.checksum:
1838 * platform/chromium-linux/svg/custom/animate-path-morphing-expected.png:
1839 * platform/chromium-linux/svg/custom/js-update-transform-changes-expected.checksum:
1840 * platform/chromium-linux/svg/custom/js-update-transform-changes-expected.png:
1841 * platform/chromium-linux/svg/custom/marker-viewBox-changes-expected.checksum:
1842 * platform/chromium-linux/svg/custom/marker-viewBox-changes-expected.png:
1843 * platform/chromium-linux/svg/custom/use-property-changes-through-svg-dom-expected.checksum:
1844 * platform/chromium-linux/svg/custom/use-property-changes-through-svg-dom-expected.png:
1845 * platform/chromium-linux/svg/custom/use-referencing-nonexisting-symbol-expected.checksum:
1846 * platform/chromium-linux/svg/custom/use-referencing-nonexisting-symbol-expected.png:
1847 * platform/chromium-linux/svg/custom/use-transform-expected.checksum:
1848 * platform/chromium-linux/svg/custom/use-transform-expected.png:
1849 * platform/chromium-linux/tables/mozilla/bugs/45621-expected.checksum:
1850 * platform/chromium-linux/tables/mozilla/bugs/45621-expected.png:
1851 * platform/chromium-linux/tables/mozilla/bugs/bug137388-2-expected.checksum:
1852 * platform/chromium-linux/tables/mozilla/bugs/bug137388-2-expected.png:
1853 * platform/chromium-linux/tables/mozilla/bugs/bug2479-1-expected.checksum:
1854 * platform/chromium-linux/tables/mozilla/bugs/bug2479-1-expected.png:
1855 * platform/chromium-linux/tables/mozilla/bugs/bug2479-4-expected.checksum:
1856 * platform/chromium-linux/tables/mozilla/bugs/bug2479-4-expected.png:
1857 * platform/chromium-linux/tables/mozilla/bugs/bug28341-expected.checksum:
1858 * platform/chromium-linux/tables/mozilla/bugs/bug28341-expected.png:
1859 * platform/chromium-linux/tables/mozilla/bugs/bug29314-expected.checksum:
1860 * platform/chromium-linux/tables/mozilla/bugs/bug29314-expected.png:
1861 * platform/chromium-linux/tables/mozilla/bugs/bug2997-expected.checksum:
1862 * platform/chromium-linux/tables/mozilla/bugs/bug2997-expected.png:
1863 * platform/chromium-linux/tables/mozilla/bugs/bug32205-2-expected.checksum:
1864 * platform/chromium-linux/tables/mozilla/bugs/bug32205-2-expected.png:
1865 * platform/chromium-linux/tables/mozilla/bugs/bug3977-expected.checksum:
1866 * platform/chromium-linux/tables/mozilla/bugs/bug3977-expected.png:
1867 * platform/chromium-linux/tables/mozilla/bugs/bug43854-1-expected.checksum:
1868 * platform/chromium-linux/tables/mozilla/bugs/bug43854-1-expected.png:
1869 * platform/chromium-linux/tables/mozilla/bugs/bug44505-expected.checksum:
1870 * platform/chromium-linux/tables/mozilla/bugs/bug44505-expected.png:
1871 * platform/chromium-linux/tables/mozilla/bugs/bug650-expected.checksum:
1872 * platform/chromium-linux/tables/mozilla/bugs/bug650-expected.png:
1873 * platform/chromium-linux/tables/mozilla/bugs/bug73321-expected.checksum:
1874 * platform/chromium-linux/tables/mozilla/bugs/bug73321-expected.png:
1875 * platform/chromium-linux/tables/mozilla/bugs/bug96334-expected.checksum:
1876 * platform/chromium-linux/tables/mozilla/bugs/bug96334-expected.png:
1877 * platform/chromium-linux/tables/mozilla/bugs/bug96343-expected.checksum:
1878 * platform/chromium-linux/tables/mozilla/bugs/bug96343-expected.png:
1879 * platform/chromium-linux/tables/mozilla/core/captions-expected.checksum:
1880 * platform/chromium-linux/tables/mozilla/core/captions-expected.png:
1881 * platform/chromium-linux/tables/mozilla/core/cell_heights-expected.checksum:
1882 * platform/chromium-linux/tables/mozilla/core/cell_heights-expected.png:
1883 * platform/chromium-linux/tables/mozilla/marvin/backgr_simple-table-column-expected.checksum:
1884 * platform/chromium-linux/tables/mozilla/marvin/backgr_simple-table-column-expected.png:
1885 * platform/chromium-linux/tables/mozilla/marvin/backgr_simple-table-row-expected.checksum:
1886 * platform/chromium-linux/tables/mozilla/marvin/backgr_simple-table-row-expected.png:
1887 * platform/chromium-linux/tables/mozilla/marvin/x_table_bgcolor_rgb-expected.checksum:
1888 * platform/chromium-linux/tables/mozilla/marvin/x_table_bgcolor_rgb-expected.png:
1889 * platform/chromium-linux/tables/mozilla/other/nestedTables-expected.checksum:
1890 * platform/chromium-linux/tables/mozilla/other/nestedTables-expected.png:
1891 * platform/chromium-linux/tables/mozilla/other/test3-expected.checksum:
1892 * platform/chromium-linux/tables/mozilla/other/test3-expected.png:
1893 * platform/chromium-linux/tables/mozilla/other/wa_table_thtd_rowspan-expected.checksum:
1894 * platform/chromium-linux/tables/mozilla/other/wa_table_thtd_rowspan-expected.png:
1895 * platform/chromium-linux/tables/mozilla/other/wa_table_tr_align-expected.checksum:
1896 * platform/chromium-linux/tables/mozilla/other/wa_table_tr_align-expected.png:
1897 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug10140-expected.checksum:
1898 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug10140-expected.png:
1899 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug1055-2-expected.checksum:
1900 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug1055-2-expected.png:
1901 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug106966-expected.checksum:
1902 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug106966-expected.png:
1903 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug22122-expected.checksum:
1904 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug22122-expected.png:
1905 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug2479-5-expected.checksum:
1906 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug2479-5-expected.png:
1907 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug80762-2-expected.checksum:
1908 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug80762-2-expected.png:
1909 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug89315-expected.checksum:
1910 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug89315-expected.png:
1911 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug91057-expected.checksum:
1912 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug91057-expected.png:
1913 * platform/chromium-linux/tables/mozilla_expected_failures/core/backgrounds-expected.checksum:
1914 * platform/chromium-linux/tables/mozilla_expected_failures/core/backgrounds-expected.png:
1915 * platform/chromium-linux/tables/mozilla_expected_failures/core/captions1-expected.checksum:
1916 * platform/chromium-linux/tables/mozilla_expected_failures/core/captions1-expected.png:
1917 * platform/chromium-linux/tables/mozilla_expected_failures/core/col_span2-expected.checksum:
1918 * platform/chromium-linux/tables/mozilla_expected_failures/core/col_span2-expected.png:
1919 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.checksum:
1920 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.png:
1921 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.checksum:
1922 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.png:
1923 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.checksum:
1924 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.png:
1925 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.checksum:
1926 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.png:
1927 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_row-expected.checksum:
1928 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_row-expected.png:
1929 * platform/chromium-linux/tables/mozilla_expected_failures/other/empty_cells-expected.checksum:
1930 * platform/chromium-linux/tables/mozilla_expected_failures/other/empty_cells-expected.png:
1931 * platform/chromium-linux/tables/mozilla_expected_failures/other/test4-expected.checksum:
1932 * platform/chromium-linux/tables/mozilla_expected_failures/other/test4-expected.png:
1934 2010-06-25 Alpha Lam <hclam@chromium.org>
1936 Unreviewed. Build fix.
1938 More test expectations cleanup for r61908.
1940 * platform/chromium-linux/printing/return-from-printing-mode-expected.checksum:
1941 * platform/chromium-linux/printing/return-from-printing-mode-expected.png: Added.
1942 * platform/chromium/test_expectations.txt:
1944 2010-06-25 Adam Barth <abarth@webkit.org>
1948 Skip fast/events/popup-when-select-change.html because GTK doesn't have
1949 an eventSender implementation.
1951 * platform/gtk/Skipped:
1953 2010-06-25 Johnny Ding <jnd@chromium.org>
1955 Reviewed by Adam Barth.
1957 https://bugs.webkit.org/show_bug.cgi?id=41061
1958 Make sure the window can be opened in a user initiated event instead of blocking by popup blocker.
1960 * fast/events/popup-when-select-change-expected.txt: Added.
1961 * fast/events/popup-when-select-change.html: Added.
1963 2010-06-25 Zhenyao Mo <zmo@google.com>
1965 Reviewed by Dimitri Glazkov.
1967 getUniform will not work for fetching uniform array elements
1968 https://bugs.webkit.org/show_bug.cgi?id=34508
1970 * fast/canvas/webgl/gl-uniform-arrays-expected.txt: Added.
1971 * fast/canvas/webgl/gl-uniform-arrays.html: Added.
1972 * fast/canvas/webgl/incorrect-context-object-behaviour-expected.txt: Change the test so we test the return error explicitly.
1973 * fast/canvas/webgl/script-tests/incorrect-context-object-behaviour.js: Ditto.
1975 2010-06-25 Zhenyao Mo <zmo@google.com>
1977 Reviewed by Dimitri Glazkov.
1979 Bring set/get state functions to GLES2 conformance
1980 https://bugs.webkit.org/show_bug.cgi?id=41095
1982 * fast/canvas/webgl/gl-enable-enum-test-expected.txt: Added.
1983 * fast/canvas/webgl/gl-enable-enum-test.html: Added.
1984 * fast/canvas/webgl/gl-enum-tests-expected.txt: Added.
1985 * fast/canvas/webgl/gl-enum-tests.html: Added.
1986 * fast/canvas/webgl/resources/desktop-gl-constants.js: Added.
1988 2010-06-25 Zhenyao Mo <zmo@google.com>
1990 Reviewed by Dimitri Glazkov.
1992 A buffer should be bound to one target in its lifetime
1993 https://bugs.webkit.org/show_bug.cgi?id=41108
1995 * fast/canvas/webgl/buffer-bind-test-expected.txt: Added.
1996 * fast/canvas/webgl/buffer-bind-test.html: Added.
1998 2010-06-25 Dean Jackson <dino@apple.com>
2000 Reviewed by Simon Fraser.
2002 https://bugs.webkit.org/show_bug.cgi?id=41188
2003 Animations should not require 0% and 100% keyframes
2005 * animations/keyframes-from-missing-expected.txt: Removed.
2006 * animations/keyframes-from-missing.html: Removed.
2007 * animations/keyframes-to-missing-expected.txt: Removed.
2008 * animations/keyframes-to-missing.html: Removed.
2009 * animations/missing-from-to-transforms-expected.txt: Added.
2010 * animations/missing-from-to-transforms.html: Added.
2011 * animations/missing-from-to-expected.txt: Added.
2012 * animations/missing-from-to.html: Added.
2014 2010-06-25 Csaba Osztrogonác <ossy@webkit.org>
2018 [Qt] Add platform specific expected results for new passing tests.
2019 Compared to Mac png files and Mac expected files.
2021 * platform/qt/editing/selection/range-between-block-and-inline-expected.checksum: Added.
2022 * platform/qt/editing/selection/range-between-block-and-inline-expected.png: Added.
2023 * platform/qt/editing/selection/range-between-block-and-inline-expected.txt: Added.
2024 * platform/qt/fast/css-generated-content/after-duplicated-after-split-expected.checksum: Added.
2025 * platform/qt/fast/css-generated-content/after-duplicated-after-split-expected.png: Added.
2026 * platform/qt/fast/css-generated-content/after-duplicated-after-split-expected.txt: Added.
2027 * platform/qt/fast/dom/HTMLMeterElement/meter-optimums-expected.checksum: Added.
2028 * platform/qt/fast/dom/HTMLMeterElement/meter-optimums-expected.png: Added.
2029 * platform/qt/fast/dom/HTMLMeterElement/meter-optimums-expected.txt: Added.
2030 * platform/qt/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.checksum: Added.
2031 * platform/qt/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.png: Added.
2032 * platform/qt/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.txt: Added.
2033 * platform/qt/fast/dom/HTMLMeterElement/meter-styles-expected.checksum: Added.
2034 * platform/qt/fast/dom/HTMLMeterElement/meter-styles-expected.png: Added.
2035 * platform/qt/fast/dom/HTMLMeterElement/meter-styles-expected.txt: Added.
2036 * platform/qt/fast/frames/take-focus-from-iframe-expected.checksum: Added.
2037 * platform/qt/fast/frames/take-focus-from-iframe-expected.png: Added.
2038 * platform/qt/fast/frames/take-focus-from-iframe-expected.txt: Added.
2039 * platform/qt/fast/images/svg-background-partial-redraw-expected.checksum: Added.
2040 * platform/qt/fast/images/svg-background-partial-redraw-expected.png: Added.
2041 * platform/qt/fast/images/svg-background-partial-redraw-expected.txt: Added.
2042 * platform/qt/fast/lists/alpha-boundary-values-expected.checksum: Added.
2043 * platform/qt/fast/lists/alpha-boundary-values-expected.png: Added.
2044 * platform/qt/fast/lists/alpha-boundary-values-expected.txt: Added.
2045 * platform/qt/fast/multicol/column-count-with-rules-expected.checksum: Added.
2046 * platform/qt/fast/multicol/column-count-with-rules-expected.png: Added.
2047 * platform/qt/fast/multicol/column-count-with-rules-expected.txt: Added.
2048 * platform/qt/fast/multicol/layers-in-multicol-expected.checksum: Added.
2049 * platform/qt/fast/multicol/layers-in-multicol-expected.png: Added.
2050 * platform/qt/fast/multicol/layers-in-multicol-expected.txt: Added.
2051 * platform/qt/fast/multicol/layers-split-across-columns-expected.checksum: Added.
2052 * platform/qt/fast/multicol/layers-split-across-columns-expected.png: Added.
2053 * platform/qt/fast/multicol/layers-split-across-columns-expected.txt: Added.
2054 * platform/qt/fast/multicol/nested-columns-expected.checksum: Added.
2055 * platform/qt/fast/multicol/nested-columns-expected.png: Added.
2056 * platform/qt/fast/multicol/nested-columns-expected.txt: Added.
2057 * platform/qt/fast/multicol/span/anonymous-style-inheritance-expected.checksum: Added.
2058 * platform/qt/fast/multicol/span/anonymous-style-inheritance-expected.png: Added.
2059 * platform/qt/fast/multicol/span/anonymous-style-inheritance-expected.txt: Added.
2060 * platform/qt/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.checksum: Added.
2061 * platform/qt/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.png: Added.
2062 * platform/qt/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.txt: Added.
2063 * platform/qt/fast/multicol/span/span-as-immediate-child-generated-content-expected.checksum: Added.
2064 * platform/qt/fast/multicol/span/span-as-immediate-child-generated-content-expected.png: Added.
2065 * platform/qt/fast/multicol/span/span-as-immediate-child-generated-content-expected.txt: Added.
2066 * platform/qt/fast/multicol/span/span-as-immediate-child-property-removal-expected.checksum: Added.
2067 * platform/qt/fast/multicol/span/span-as-immediate-child-property-removal-expected.png: Added.
2068 * platform/qt/fast/multicol/span/span-as-immediate-child-property-removal-expected.txt: Added.
2069 * platform/qt/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.checksum: Added.
2070 * platform/qt/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.png: Added.
2071 * platform/qt/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.txt: Added.
2072 * platform/qt/fast/multicol/span/span-as-immediate-columns-child-expected.checksum: Added.
2073 * platform/qt/fast/multicol/span/span-as-immediate-columns-child-expected.png: Added.
2074 * platform/qt/fast/multicol/span/span-as-immediate-columns-child-expected.txt: Added.
2075 * platform/qt/fast/multicol/span/span-as-immediate-columns-child-removal-expected.checksum: Added.
2076 * platform/qt/fast/multicol/span/span-as-immediate-columns-child-removal-expected.png: Added.
2077 * platform/qt/fast/multicol/span/span-as-immediate-columns-child-removal-expected.txt: Added.
2078 * platform/qt/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.checksum: Added.
2079 * platform/qt/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.png: Added.
2080 * platform/qt/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.txt: Added.
2081 * platform/qt/fast/multicol/span/span-as-nested-columns-child-expected.checksum: Added.
2082 * platform/qt/fast/multicol/span/span-as-nested-columns-child-expected.png: Added.
2083 * platform/qt/fast/multicol/span/span-as-nested-columns-child-expected.txt: Added.
2084 * platform/qt/fast/multicol/span/span-margin-collapsing-expected.checksum: Added.
2085 * platform/qt/fast/multicol/span/span-margin-collapsing-expected.png: Added.
2086 * platform/qt/fast/multicol/span/span-margin-collapsing-expected.txt: Added.
2087 * platform/qt/fast/repaint/fixed-child-move-after-scroll-expected.checksum: Added.
2088 * platform/qt/fast/repaint/fixed-child-move-after-scroll-expected.png: Added.
2089 * platform/qt/fast/repaint/fixed-child-move-after-scroll-expected.txt: Added.
2090 * platform/qt/fast/repaint/fixed-child-of-fixed-move-after-scroll-expected.checksum: Added.
2091 * platform/qt/fast/repaint/fixed-child-of-fixed-move-after-scroll-expected.png: Added.
2092 * platform/qt/fast/repaint/fixed-child-of-fixed-move-after-scroll-expected.txt: Added.
2093 * platform/qt/fast/repaint/fixed-child-of-transformed-move-after-scroll-expected.checksum: Added.
2094 * platform/qt/fast/repaint/fixed-child-of-transformed-move-after-scroll-expected.png: Added.
2095 * platform/qt/fast/repaint/fixed-child-of-transformed-move-after-scroll-expected.txt: Added.
2096 * platform/qt/fast/repaint/fixed-move-after-keyboard-scroll-expected.checksum: Added.
2097 * platform/qt/fast/repaint/fixed-move-after-keyboard-scroll-expected.png: Added.
2098 * platform/qt/fast/repaint/fixed-move-after-keyboard-scroll-expected.txt: Added.
2099 * platform/qt/fast/repaint/fixed-move-after-scroll-expected.checksum: Added.
2100 * platform/qt/fast/repaint/fixed-move-after-scroll-expected.png: Added.
2101 * platform/qt/fast/repaint/fixed-move-after-scroll-expected.txt: Added.
2102 * platform/qt/fast/repaint/layout-state-scrolloffset-expected.checksum: Added.
2103 * platform/qt/fast/repaint/layout-state-scrolloffset-expected.png: Added.
2104 * platform/qt/fast/repaint/layout-state-scrolloffset-expected.txt: Added.
2105 * platform/qt/fast/repaint/layout-state-scrolloffset2-expected.checksum: Added.
2106 * platform/qt/fast/repaint/layout-state-scrolloffset2-expected.png: Added.
2107 * platform/qt/fast/repaint/layout-state-scrolloffset2-expected.txt: Added.
2108 * platform/qt/fast/repaint/layout-state-scrolloffset3-expected.checksum: Added.
2109 * platform/qt/fast/repaint/layout-state-scrolloffset3-expected.png: Added.
2110 * platform/qt/fast/repaint/layout-state-scrolloffset3-expected.txt: Added.
2111 * platform/qt/fast/repaint/positioned-document-element-expected.checksum: Added.
2112 * platform/qt/fast/repaint/positioned-document-element-expected.png: Added.
2113 * platform/qt/fast/repaint/positioned-document-element-expected.txt: Added.
2114 * platform/qt/fast/text/format-control-expected.checksum: Added.
2115 * platform/qt/fast/text/format-control-expected.png: Added.
2116 * platform/qt/fast/text/format-control-expected.txt: Added.
2117 * platform/qt/printing/page-rule-in-media-query-expected.checksum: Added.
2118 * platform/qt/printing/page-rule-in-media-query-expected.png: Added.
2119 * platform/qt/printing/page-rule-in-media-query-expected.txt: Added.
2121 2010-06-25 Csaba Osztrogonác <ossy@webkit.org>
2125 [Qt] Add platform specific expected results for new passing svg/* tests.
2126 Compared to Mac png files and Mac expected files.
2128 * platform/qt/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.checksum: Added.
2129 * platform/qt/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.png: Added.
2130 * platform/qt/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.txt: Added.
2131 * platform/qt/svg/batik/text/textDecoration-expected.checksum: Added.
2132 * platform/qt/svg/batik/text/textDecoration-expected.png: Added.
2133 * platform/qt/svg/batik/text/textDecoration-expected.txt: Added.
2134 * platform/qt/svg/custom/non-scaling-stroke-expected.checksum: Added.
2135 * platform/qt/svg/custom/non-scaling-stroke-expected.png: Added.
2136 * platform/qt/svg/custom/non-scaling-stroke-expected.txt: Added.
2137 * platform/qt/svg/custom/repaint-stroke-width-changes-expected.checksum: Added.
2138 * platform/qt/svg/custom/repaint-stroke-width-changes-expected.png: Added.
2139 * platform/qt/svg/custom/repaint-stroke-width-changes-expected.txt: Added.
2140 * platform/qt/svg/custom/svg-fonts-with-no-element-reference-expected.checksum: Added.
2141 * platform/qt/svg/custom/svg-fonts-with-no-element-reference-expected.png: Added.
2142 * platform/qt/svg/custom/svg-fonts-with-no-element-reference-expected.txt: Copied from LayoutTests/platform/gtk/svg/custom/svg-fonts-with-no-element-reference-expected.txt.
2143 * platform/qt/svg/filters/filter-on-filter-for-text-expected.checksum: Added.
2144 * platform/qt/svg/filters/filter-on-filter-for-text-expected.png: Added.
2145 * platform/qt/svg/filters/filter-on-filter-for-text-expected.txt: Added.
2146 * platform/qt/svg/foreignObject/disallowed-svg-nodes-as-direct-children-expected.checksum: Copied from LayoutTests/platform/mac/svg/foreignObject/disallowed-svg-nodes-as-direct-children-expected.checksum.
2147 * platform/qt/svg/foreignObject/disallowed-svg-nodes-as-direct-children-expected.png: Added.
2148 * platform/qt/svg/foreignObject/disallowed-svg-nodes-as-direct-children-expected.txt: Copied from LayoutTests/platform/mac/svg/foreignObject/disallowed-svg-nodes-as-direct-children-expected.txt.
2149 * platform/qt/svg/foreignObject/no-crash-with-svg-content-in-html-document-expected.checksum: Added.
2150 * platform/qt/svg/foreignObject/no-crash-with-svg-content-in-html-document-expected.png: Added.
2151 * platform/qt/svg/foreignObject/no-crash-with-svg-content-in-html-document-expected.txt: Added.
2152 * platform/qt/svg/foreignObject/svg-document-as-direct-child-expected.checksum: Added.
2153 * platform/qt/svg/foreignObject/svg-document-as-direct-child-expected.png: Added.
2154 * platform/qt/svg/foreignObject/svg-document-as-direct-child-expected.txt: Added.
2155 * platform/qt/svg/foreignObject/svg-document-in-html-document-expected.checksum: Added.
2156 * platform/qt/svg/foreignObject/svg-document-in-html-document-expected.png: Added.
2157 * platform/qt/svg/foreignObject/svg-document-in-html-document-expected.txt: Added.
2158 * platform/qt/svg/foreignObject/text-tref-02-b-expected.checksum: Added.
2159 * platform/qt/svg/foreignObject/text-tref-02-b-expected.png: Added.
2160 * platform/qt/svg/foreignObject/text-tref-02-b-expected.txt: Added.
2162 2010-06-25 Csaba Osztrogonác <ossy@webkit.org>
2166 [Qt] Add platform specific expected results for new passing svg/text/* tests.
2167 Compared to Mac png files and Mac expected files.
2169 * platform/qt/svg/text/select-textLength-spacing-squeeze-1-expected.checksum: Added.
2170 * platform/qt/svg/text/select-textLength-spacing-squeeze-1-expected.png: Added.
2171 * platform/qt/svg/text/select-textLength-spacing-squeeze-1-expected.txt: Added.
2172 * platform/qt/svg/text/select-textLength-spacing-squeeze-2-expected.checksum: Added.
2173 * platform/qt/svg/text/select-textLength-spacing-squeeze-2-expected.png: Added.
2174 * platform/qt/svg/text/select-textLength-spacing-squeeze-2-expected.txt: Added.
2175 * platform/qt/svg/text/select-textLength-spacing-squeeze-3-expected.checksum: Added.
2176 * platform/qt/svg/text/select-textLength-spacing-squeeze-3-expected.png: Added.
2177 * platform/qt/svg/text/select-textLength-spacing-squeeze-3-expected.txt: Added.
2178 * platform/qt/svg/text/select-textLength-spacing-squeeze-4-expected.checksum: Added.
2179 * platform/qt/svg/text/select-textLength-spacing-squeeze-4-expected.png: Added.
2180 * platform/qt/svg/text/select-textLength-spacing-squeeze-4-expected.txt: Added.
2181 * platform/qt/svg/text/select-textLength-spacing-stretch-1-expected.checksum: Added.
2182 * platform/qt/svg/text/select-textLength-spacing-stretch-1-expected.png: Added.
2183 * platform/qt/svg/text/select-textLength-spacing-stretch-1-expected.txt: Added.
2184 * platform/qt/svg/text/select-textLength-spacing-stretch-2-expected.checksum: Added.
2185 * platform/qt/svg/text/select-textLength-spacing-stretch-2-expected.png: Added.
2186 * platform/qt/svg/text/select-textLength-spacing-stretch-2-expected.txt: Added.
2187 * platform/qt/svg/text/select-textLength-spacing-stretch-3-expected.checksum: Added.
2188 * platform/qt/svg/text/select-textLength-spacing-stretch-3-expected.png: Added.
2189 * platform/qt/svg/text/select-textLength-spacing-stretch-3-expected.txt: Added.
2190 * platform/qt/svg/text/select-textLength-spacing-stretch-4-expected.checksum: Added.
2191 * platform/qt/svg/text/select-textLength-spacing-stretch-4-expected.png: Added.
2192 * platform/qt/svg/text/select-textLength-spacing-stretch-4-expected.txt: Added.
2193 * platform/qt/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.checksum: Added.
2194 * platform/qt/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.png: Added.
2195 * platform/qt/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.txt: Added.
2196 * platform/qt/svg/text/select-x-list-1-expected.checksum: Added.
2197 * platform/qt/svg/text/select-x-list-1-expected.png: Added.
2198 * platform/qt/svg/text/select-x-list-1-expected.txt: Added.
2199 * platform/qt/svg/text/select-x-list-2-expected.checksum: Added.
2200 * platform/qt/svg/text/select-x-list-2-expected.png: Added.
2201 * platform/qt/svg/text/select-x-list-2-expected.txt: Added.
2202 * platform/qt/svg/text/select-x-list-3-expected.checksum: Added.
2203 * platform/qt/svg/text/select-x-list-3-expected.png: Added.
2204 * platform/qt/svg/text/select-x-list-3-expected.txt: Added.
2205 * platform/qt/svg/text/select-x-list-4-expected.checksum: Added.
2206 * platform/qt/svg/text/select-x-list-4-expected.png: Added.
2207 * platform/qt/svg/text/select-x-list-4-expected.txt: Added.
2208 * platform/qt/svg/text/select-x-list-with-tspans-1-expected.checksum: Added.
2209 * platform/qt/svg/text/select-x-list-with-tspans-1-expected.png: Added.
2210 * platform/qt/svg/text/select-x-list-with-tspans-1-expected.txt: Added.
2211 * platform/qt/svg/text/select-x-list-with-tspans-2-expected.checksum: Added.
2212 * platform/qt/svg/text/select-x-list-with-tspans-2-expected.png: Added.
2213 * platform/qt/svg/text/select-x-list-with-tspans-2-expected.txt: Added.
2214 * platform/qt/svg/text/select-x-list-with-tspans-3-expected.checksum: Added.
2215 * platform/qt/svg/text/select-x-list-with-tspans-3-expected.png: Added.
2216 * platform/qt/svg/text/select-x-list-with-tspans-3-expected.txt: Added.
2217 * platform/qt/svg/text/select-x-list-with-tspans-4-expected.checksum: Added.
2218 * platform/qt/svg/text/select-x-list-with-tspans-4-expected.png: Added.
2219 * platform/qt/svg/text/select-x-list-with-tspans-4-expected.txt: Added.
2220 * platform/qt/svg/text/text-hkern-expected.checksum: Added.
2221 * platform/qt/svg/text/text-hkern-expected.png: Added.
2222 * platform/qt/svg/text/text-hkern-expected.txt: Copied from LayoutTests/platform/gtk/svg/text/text-hkern-expected.txt.
2223 * platform/qt/svg/text/text-hkern-on-vertical-text-expected.checksum: Added.
2224 * platform/qt/svg/text/text-hkern-on-vertical-text-expected.png: Added.
2225 * platform/qt/svg/text/text-hkern-on-vertical-text-expected.txt: Copied from LayoutTests/platform/gtk/svg/text/text-hkern-on-vertical-text-expected.txt.
2226 * platform/qt/svg/text/text-vkern-expected.checksum: Added.
2227 * platform/qt/svg/text/text-vkern-expected.png: Added.
2228 * platform/qt/svg/text/text-vkern-expected.txt: Copied from LayoutTests/platform/gtk/svg/text/text-vkern-expected.txt.
2229 * platform/qt/svg/text/text-vkern-on-horizontal-text-expected.checksum: Added.
2230 * platform/qt/svg/text/text-vkern-on-horizontal-text-expected.png: Added.
2231 * platform/qt/svg/text/text-vkern-on-horizontal-text-expected.txt: Copied from LayoutTests/platform/gtk/svg/text/text-vkern-on-horizontal-text-expected.txt.
2233 2010-06-25 Csaba Osztrogonác <ossy@webkit.org>
2237 [Qt] fast/text/bidi-explicit-embedding-past-end.html fails
2238 https://bugs.webkit.org/show_bug.cgi?id=41241
2240 * platform/qt/Skipped: fast/text/bidi-explicit-embedding-past-end.html skipped until fix.
2242 2010-06-25 Dan Bernstein <mitz@apple.com>
2244 Reviewed by Sam Weinig.
2246 <rdar://problem/8000667> Certain text is repeated before and after a line break
2248 * fast/text/bidi-explicit-embedding-past-end-expected.checksum: Added.
2249 * fast/text/bidi-explicit-embedding-past-end-expected.png: Added.
2250 * fast/text/bidi-explicit-embedding-past-end-expected.txt: Added.
2251 * fast/text/bidi-explicit-embedding-past-end.html: Added.
2253 2010-06-25 Alpha Lam <hclam@chromium.org>
2255 Unreviewed. Build fix.
2257 Updating test expectations due to r61908.
2259 * platform/chromium-linux/css1/basic/class_as_selector-expected.checksum:
2260 * platform/chromium-linux/css1/basic/comments-expected.checksum:
2261 * platform/chromium-linux/css1/basic/containment-expected.checksum:
2262 * platform/chromium-linux/css1/basic/id_as_selector-expected.checksum:
2263 * platform/chromium-linux/css1/basic/inheritance-expected.checksum:
2264 * platform/chromium-linux/css1/box_properties/border-expected.checksum:
2265 * platform/chromium-linux/css1/box_properties/border_bottom-expected.checksum:
2266 * platform/chromium-linux/css1/box_properties/border_bottom_width-expected.checksum:
2267 * platform/chromium-linux/css1/box_properties/border_left-expected.checksum:
2268 * platform/chromium-linux/css1/box_properties/border_left_width-expected.checksum:
2269 * platform/chromium-linux/css1/box_properties/border_right_inline-expected.checksum:
2270 * platform/chromium-linux/css1/box_properties/border_right_width-expected.checksum:
2271 * platform/chromium-linux/css1/box_properties/border_style-expected.checksum:
2272 * platform/chromium-linux/css1/box_properties/border_top-expected.checksum:
2273 * platform/chromium-linux/css1/box_properties/border_top_width-expected.checksum:
2274 * platform/chromium-linux/css1/box_properties/border_width-expected.checksum:
2275 * platform/chromium-linux/css1/box_properties/clear-expected.checksum:
2276 * platform/chromium-linux/css1/box_properties/clear_float-expected.checksum:
2277 * platform/chromium-linux/css1/box_properties/float_elements_in_series-expected.checksum:
2278 * platform/chromium-linux/css1/box_properties/float_margin-expected.checksum:
2279 * platform/chromium-linux/css1/box_properties/float_on_text_elements-expected.checksum:
2280 * platform/chromium-linux/css1/box_properties/height-expected.checksum:
2281 * platform/chromium-linux/css1/box_properties/margin-expected.checksum:
2282 * platform/chromium-linux/css1/box_properties/margin_bottom-expected.checksum:
2283 * platform/chromium-linux/css1/box_properties/margin_inline-expected.checksum:
2284 * platform/chromium-linux/css1/box_properties/margin_left-expected.checksum:
2285 * platform/chromium-linux/css1/box_properties/margin_right-expected.checksum:
2286 * platform/chromium-linux/css1/box_properties/margin_top-expected.checksum:
2287 * platform/chromium-linux/css1/box_properties/padding-expected.checksum:
2288 * platform/chromium-linux/css1/box_properties/padding_bottom-expected.checksum:
2289 * platform/chromium-linux/css1/box_properties/padding_inline-expected.checksum:
2290 * platform/chromium-linux/css1/box_properties/padding_left-expected.checksum:
2291 * platform/chromium-linux/css1/box_properties/padding_right-expected.checksum:
2292 * platform/chromium-linux/css1/box_properties/padding_top-expected.checksum:
2293 * platform/chromium-linux/css1/box_properties/width-expected.checksum:
2294 * platform/chromium-linux/css1/cascade/cascade_order-expected.checksum:
2295 * platform/chromium-linux/css1/classification/display-expected.checksum:
2296 * platform/chromium-linux/css1/classification/list_style_type-expected.checksum:
2297 * platform/chromium-linux/css1/classification/white_space-expected.checksum:
2298 * platform/chromium-linux/css1/color_and_background/background-expected.checksum:
2299 * platform/chromium-linux/css1/color_and_background/background_attachment-expected.checksum:
2300 * platform/chromium-linux/css1/color_and_background/background_position-expected.checksum:
2301 * platform/chromium-linux/css1/color_and_background/background_repeat-expected.checksum:
2302 * platform/chromium-linux/css1/conformance/forward_compatible_parsing-expected.checksum:
2303 * platform/chromium-linux/css1/font_properties/font-expected.checksum:
2304 * platform/chromium-linux/css1/font_properties/font_family-expected.checksum:
2305 * platform/chromium-linux/css1/font_properties/font_size-expected.checksum:
2306 * platform/chromium-linux/css1/font_properties/font_weight-expected.checksum:
2307 * platform/chromium-linux/css1/formatting_model/floating_elements-expected.checksum:
2308 * platform/chromium-linux/css1/formatting_model/height_of_lines-expected.checksum:
2309 * platform/chromium-linux/css1/formatting_model/horizontal_formatting-expected.checksum:
2310 * platform/chromium-linux/css1/formatting_model/inline_elements-expected.checksum:
2311 * platform/chromium-linux/css1/formatting_model/replaced_elements-expected.checksum:
2312 * platform/chromium-linux/css1/formatting_model/vertical_formatting-expected.checksum:
2313 * platform/chromium-linux/css1/pseudo/anchor-expected.checksum:
2314 * platform/chromium-linux/css1/pseudo/firstletter-expected.checksum:
2315 * platform/chromium-linux/css1/pseudo/firstline-expected.checksum:
2316 * platform/chromium-linux/css1/pseudo/multiple_pseudo_elements-expected.checksum:
2317 * platform/chromium-linux/css1/pseudo/pseudo_elements_in_selectors-expected.checksum:
2318 * platform/chromium-linux/css1/text_properties/letter_spacing-expected.checksum:
2319 * platform/chromium-linux/css1/text_properties/line_height-expected.checksum:
2320 * platform/chromium-linux/css1/text_properties/text_decoration-expected.checksum:
2321 * platform/chromium-linux/css1/text_properties/text_indent-expected.checksum:
2322 * platform/chromium-linux/css1/text_properties/text_transform-expected.checksum:
2323 * platform/chromium-linux/css1/text_properties/vertical_align-expected.checksum:
2324 * platform/chromium-linux/css1/text_properties/word_spacing-expected.checksum:
2325 * platform/chromium-linux/css1/units/color_units-expected.checksum:
2326 * platform/chromium-linux/css1/units/length_units-expected.checksum:
2327 * platform/chromium-linux/css2.1/t0803-c5502-mrgn-r-02-c-expected.checksum:
2328 * platform/chromium-linux/css2.1/t0803-c5505-mrgn-02-c-expected.checksum:
2329 * platform/chromium-linux/css2.1/t080301-c411-vt-mrgn-00-b-expected.checksum:
2330 * platform/chromium-linux/css2.1/t0905-c5525-fltclr-00-c-ag-expected.checksum:
2331 * platform/chromium-linux/css2.1/t0905-c5525-fltmrgn-00-c-ag-expected.checksum:
2332 * platform/chromium-linux/css2.1/t0905-c5525-fltwidth-00-c-g-expected.checksum:
2333 * platform/chromium-linux/css2.1/t0905-c5526-fltclr-00-c-ag-expected.checksum:
2334 * platform/chromium-linux/css2.1/t1002-c5523-width-02-b-g-expected.checksum:
2335 * platform/chromium-linux/css2.1/t1202-counters-08-b-expected.checksum:
2336 * platform/chromium-linux/css2.1/t1202-counters-09-b-expected.checksum:
2337 * platform/chromium-linux/css2.1/t140201-c535-bg-fixd-00-b-g-expected.checksum:
2338 * platform/chromium-linux/css2.1/t140201-c537-bgfxps-00-c-ag-expected.checksum:
2339 * platform/chromium-linux/css2.1/t1508-c527-font-07-b-expected.checksum:
2340 * platform/chromium-linux/editing/deleting/5168598-expected.checksum:
2341 * platform/chromium-linux/editing/deleting/delete-after-span-ws-001-expected.checksum:
2342 * platform/chromium-linux/editing/deleting/delete-after-span-ws-002-expected.checksum:
2343 * platform/chromium-linux/editing/deleting/delete-after-span-ws-003-expected.checksum:
2344 * platform/chromium-linux/editing/deleting/delete-line-end-ws-001-expected.checksum:
2345 * platform/chromium-linux/editing/deleting/delete-line-end-ws-002-expected.checksum:
2346 * platform/chromium-linux/editing/input/emacs-ctrl-o-expected.checksum:
2347 * platform/chromium-linux/editing/inserting/12882-expected.checksum:
2348 * platform/chromium-linux/editing/inserting/5607069-2-expected.checksum:
2349 * platform/chromium-linux/editing/inserting/insert-div-023-expected.checksum:
2350 * platform/chromium-linux/editing/pasteboard/emacs-cntl-y-001-expected.checksum:
2351 * platform/chromium-linux/editing/pasteboard/emacs-ctrl-a-k-y-expected.checksum:
2352 * platform/chromium-linux/editing/pasteboard/emacs-ctrl-k-y-001-expected.checksum:
2353 * platform/chromium-linux/editing/selection/5354455-1-expected.checksum:
2354 * platform/chromium-linux/editing/selection/5354455-2-expected.checksum:
2355 * platform/chromium-linux/editing/selection/designmode-no-caret-expected.checksum:
2356 * platform/chromium-linux/editing/selection/focus_editable_html-expected.checksum:
2357 * platform/chromium-linux/editing/selection/iframe-expected.checksum:
2358 * platform/chromium-linux/editing/selection/move-by-line-001-expected.checksum:
2359 * platform/chromium-linux/editing/selection/select-all-001-expected.checksum:
2360 * platform/chromium-linux/editing/selection/select-all-002-expected.checksum:
2361 * platform/chromium-linux/editing/selection/select-all-003-expected.checksum:
2362 * platform/chromium-linux/editing/selection/select-all-004-expected.checksum:
2363 * platform/chromium-linux/editing/selection/unrendered-001-expected.checksum:
2364 * platform/chromium-linux/editing/selection/unrendered-002-expected.checksum:
2365 * platform/chromium-linux/editing/selection/unrendered-003-expected.checksum:
2366 * platform/chromium-linux/editing/selection/unrendered-004-expected.checksum:
2367 * platform/chromium-linux/editing/selection/unrendered-005-expected.checksum:
2368 * platform/chromium-linux/fast/backgrounds/001-expected.checksum:
2369 * platform/chromium-linux/fast/backgrounds/background-inherit-color-bug-expected.checksum:
2370 * platform/chromium-linux/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.checksum:
2371 * platform/chromium-linux/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.checksum:
2372 * platform/chromium-linux/fast/backgrounds/size/backgroundSize15-expected.checksum:
2373 * platform/chromium-linux/fast/backgrounds/svg-as-background-1-expected.checksum:
2374 * platform/chromium-linux/fast/block/basic/016-expected.checksum:
2375 * platform/chromium-linux/fast/block/basic/fieldset-stretch-to-legend-expected.checksum:
2376 * platform/chromium-linux/fast/block/float/008-expected.checksum:
2377 * platform/chromium-linux/fast/block/float/013-expected.checksum:
2378 * platform/chromium-linux/fast/block/float/019-expected.checksum:
2379 * platform/chromium-linux/fast/block/float/021-expected.checksum:
2380 * platform/chromium-linux/fast/block/float/025-expected.checksum:
2381 * platform/chromium-linux/fast/block/float/026-expected.checksum:
2382 * platform/chromium-linux/fast/block/float/027-expected.checksum:
2383 * platform/chromium-linux/fast/block/float/028-expected.checksum:
2384 * platform/chromium-linux/fast/block/float/032-expected.checksum:
2385 * platform/chromium-linux/fast/block/float/033-expected.checksum:
2386 * platform/chromium-linux/fast/block/float/035-expected.checksum:
2387 * platform/chromium-linux/fast/block/float/avoidance-percent-width-strict-expected.checksum:
2388 * platform/chromium-linux/fast/block/float/br-with-clear-2-expected.checksum:
2389 * platform/chromium-linux/fast/block/float/float-avoidance-expected.checksum:
2390 * platform/chromium-linux/fast/block/float/nested-clearance-expected.checksum:
2391 * platform/chromium-linux/fast/block/float/relative-painted-twice-expected.checksum:
2392 * platform/chromium-linux/fast/block/margin-collapse/103-expected.checksum:
2393 * platform/chromium-linux/fast/block/margin-collapse/104-expected.checksum:
2394 * platform/chromium-linux/fast/block/margin-collapse/empty-clear-blocks-expected.checksum:
2395 * platform/chromium-linux/fast/block/positioning/047-expected.checksum:
2396 * platform/chromium-linux/fast/block/positioning/051-expected.checksum:
2397 * platform/chromium-linux/fast/block/positioning/055-expected.checksum:
2398 * platform/chromium-linux/fast/block/positioning/auto/007-expected.checksum:
2399 * platform/chromium-linux/fast/block/positioning/fixed-positioning-scrollbar-bug-expected.checksum:
2400 * platform/chromium-linux/fast/block/positioning/negative-rel-position-expected.checksum:
2401 * platform/chromium-linux/fast/block/positioning/relative-overflow-block-expected.checksum:
2402 * platform/chromium-linux/fast/block/positioning/relative-overflow-replaced-expected.checksum:
2403 * platform/chromium-linux/fast/block/positioning/relative-overflow-replaced-float-expected.checksum:
2404 * platform/chromium-linux/fast/body-propagation/overflow/001-expected.checksum:
2405 * platform/chromium-linux/fast/body-propagation/overflow/001-xhtml-expected.checksum:
2406 * platform/chromium-linux/fast/body-propagation/overflow/002-expected.checksum:
2407 * platform/chromium-linux/fast/body-propagation/overflow/002-xhtml-expected.checksum:
2408 * platform/chromium-linux/fast/body-propagation/overflow/003-declarative-expected.checksum:
2409 * platform/chromium-linux/fast/body-propagation/overflow/003-expected.checksum:
2410 * platform/chromium-linux/fast/body-propagation/overflow/003-xhtml-expected.checksum:
2411 * platform/chromium-linux/fast/body-propagation/overflow/004-declarative-expected.checksum:
2412 * platform/chromium-linux/fast/body-propagation/overflow/004-expected.checksum:
2413 * platform/chromium-linux/fast/body-propagation/overflow/004-xhtml-expected.checksum:
2414 * platform/chromium-linux/fast/body-propagation/overflow/005-declarative-expected.checksum:
2415 * platform/chromium-linux/fast/body-propagation/overflow/005-expected.checksum:
2416 * platform/chromium-linux/fast/body-propagation/overflow/005-xhtml-expected.checksum:
2417 * platform/chromium-linux/fast/body-propagation/overflow/006-declarative-expected.checksum:
2418 * platform/chromium-linux/fast/body-propagation/overflow/006-expected.checksum:
2419 * platform/chromium-linux/fast/body-propagation/overflow/006-xhtml-expected.checksum:
2420 * platform/chromium-linux/fast/body-propagation/overflow/007-declarative-expected.checksum:
2421 * platform/chromium-linux/fast/body-propagation/overflow/007-expected.checksum:
2422 * platform/chromium-linux/fast/body-propagation/overflow/007-xhtml-expected.checksum:
2423 * platform/chromium-linux/fast/borders/inline-mask-overlay-image-expected.checksum:
2424 * platform/chromium-linux/fast/box-shadow/basic-shadows-expected.checksum:
2425 * platform/chromium-linux/fast/box-sizing/box-sizing-expected.checksum:
2426 * platform/chromium-linux/fast/canvas/canvas-bg-expected.checksum:
2427 * platform/chromium-linux/fast/canvas/canvas-text-alignment-expected.checksum:
2428 * platform/chromium-linux/fast/canvas/image-object-in-canvas-expected.checksum:
2429 * platform/chromium-linux/fast/clip/014-expected.checksum:
2430 * platform/chromium-linux/fast/css-generated-content/014-expected.checksum:
2431 * platform/chromium-linux/fast/css/005-expected.checksum:
2432 * platform/chromium-linux/fast/css/MarqueeLayoutTest-expected.checksum:
2433 * platform/chromium-linux/fast/css/border-height-expected.checksum:
2434 * platform/chromium-linux/fast/css/css2-system-fonts-expected.checksum:
2435 * platform/chromium-linux/fast/css/empty-pseudo-class-expected.checksum:
2436 * platform/chromium-linux/fast/css/first-child-pseudo-class-expected.checksum:
2437 * platform/chromium-linux/fast/css/first-of-type-pseudo-class-expected.checksum:
2438 * platform/chromium-linux/fast/css/font-face-descriptor-multiple-values-expected.checksum:
2439 * platform/chromium-linux/fast/css/font-face-implicit-local-font-expected.checksum:
2440 * platform/chromium-linux/fast/css/font-face-in-shadow-DOM-expected.checksum:
2441 * platform/chromium-linux/fast/css/font_property_normal-expected.checksum:
2442 * platform/chromium-linux/fast/css/hsl-color-expected.checksum:
2443 * platform/chromium-linux/fast/css/last-child-pseudo-class-expected.checksum:
2444 * platform/chromium-linux/fast/css/last-of-type-pseudo-class-expected.checksum:
2445 * platform/chromium-linux/fast/css/line-height-overflow-expected.checksum:
2446 * platform/chromium-linux/fast/css/nested-floating-relative-position-percentages-expected.checksum:
2447 * platform/chromium-linux/fast/css/nested-rounded-corners-expected.checksum:
2448 * platform/chromium-linux/fast/css/only-child-pseudo-class-expected.checksum:
2449 * platform/chromium-linux/fast/css/only-of-type-pseudo-class-expected.checksum:
2450 * platform/chromium-linux/fast/css/percentage-non-integer-expected.checksum:
2451 * platform/chromium-linux/fast/css/positioned-overflow-scroll-expected.checksum:
2452 * platform/chromium-linux/fast/css/text-overflow-ellipsis-expected.checksum:
2453 * platform/chromium-linux/fast/css/text-overflow-ellipsis-strict-expected.checksum:
2454 * platform/chromium-linux/fast/css/variables/misplaced-import-test-expected.checksum:
2455 * platform/chromium-linux/fast/css/word-space-extra-expected.checksum:
2456 * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.checksum:
2457 * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.checksum:
2458 * platform/chromium-linux/fast/dom/clientWidthAfterDocumentIsRemoved-expected.checksum:
2459 * platform/chromium-linux/fast/dom/clone-node-dynamic-style-expected.checksum:
2460 * platform/chromium-linux/fast/dom/focus-contenteditable-expected.checksum:
2461 * platform/chromium-linux/fast/dom/gc-10-expected.checksum:
2462 * platform/chromium-linux/fast/dynamic/008-expected.checksum:
2463 * platform/chromium-linux/fast/dynamic/anchor-lock-expected.checksum:
2464 * platform/chromium-linux/fast/dynamic/insert-before-table-part-in-continuation-expected.checksum:
2465 * platform/chromium-linux/fast/encoding/utf-16-big-endian-expected.checksum:
2466 * platform/chromium-linux/fast/encoding/utf-16-little-endian-expected.checksum:
2467 * platform/chromium-linux/fast/events/5056619-expected.checksum:
2468 * platform/chromium-linux/fast/events/autoscroll-expected.checksum:
2469 * platform/chromium-linux/fast/events/keydown-1-expected.checksum:
2470 * platform/chromium-linux/fast/events/pointer-events-2-expected.checksum:
2471 * platform/chromium-linux/fast/events/reveal-link-when-focused-expected.checksum:
2472 * platform/chromium-linux/fast/events/standalone-image-drag-to-editable-expected.checksum:
2473 * platform/chromium-linux/fast/flexbox/009-expected.checksum:
2474 * platform/chromium-linux/fast/flexbox/016-expected.checksum:
2475 * platform/chromium-linux/fast/flexbox/flex-hang-expected.checksum:
2476 * platform/chromium-linux/fast/forms/001-expected.checksum:
2477 * platform/chromium-linux/fast/forms/HTMLOptionElement_label05-expected.checksum:
2478 * platform/chromium-linux/fast/forms/basic-textareas-expected.checksum:
2479 * platform/chromium-linux/fast/forms/basic-textareas-quirks-expected.checksum:
2480 * platform/chromium-linux/fast/forms/button-default-title-expected.checksum:
2481 * platform/chromium-linux/fast/forms/disabled-select-change-index-expected.checksum:
2482 * platform/chromium-linux/fast/forms/fieldset-align-expected.checksum:
2483 * platform/chromium-linux/fast/forms/file-input-direction-expected.checksum:
2484 * platform/chromium-linux/fast/forms/form-element-geometry-expected.checksum:
2485 * platform/chromium-linux/fast/forms/form-hides-table-expected.checksum:
2486 * platform/chromium-linux/fast/forms/input-appearance-selection-expected.checksum:
2487 * platform/chromium-linux/fast/forms/input-first-letter-expected.checksum:
2488 * platform/chromium-linux/fast/forms/input-table-expected.checksum:
2489 * platform/chromium-linux/fast/forms/input-text-double-click-expected.checksum:
2490 * platform/chromium-linux/fast/forms/input-text-scroll-left-on-blur-expected.checksum:
2491 * platform/chromium-linux/fast/forms/linebox-overflow-in-textarea-padding-expected.checksum:
2492 * platform/chromium-linux/fast/forms/listbox-scrollbar-incremental-load-expected.checksum:
2493 * platform/chromium-linux/fast/forms/listbox-width-change-expected.checksum:
2494 * platform/chromium-linux/fast/forms/option-strip-whitespace-expected.checksum:
2495 * platform/chromium-linux/fast/forms/search-display-none-cancel-button-expected.checksum:
2496 * platform/chromium-linux/fast/forms/search-placeholder-value-changed-expected.checksum:
2497 * platform/chromium-linux/fast/forms/searchfield-heights-expected.checksum:
2498 * platform/chromium-linux/fast/forms/select-block-background-expected.checksum:
2499 * platform/chromium-linux/fast/forms/select-change-listbox-size-expected.checksum:
2500 * platform/chromium-linux/fast/forms/select-change-popup-to-listbox-expected.checksum:
2501 * platform/chromium-linux/fast/forms/select-initial-position-expected.checksum:
2502 * platform/chromium-linux/fast/forms/select-item-background-clip-expected.checksum:
2503 * platform/chromium-linux/fast/forms/select-list-box-with-height-expected.checksum:
2504 * platform/chromium-linux/fast/forms/select-visual-hebrew-expected.checksum:
2505 * platform/chromium-linux/fast/forms/select-writing-direction-natural-expected.checksum:
2506 * platform/chromium-linux/fast/forms/tabbing-input-iframe-expected.checksum:
2507 * platform/chromium-linux/fast/forms/textAreaLineHeight-expected.checksum:
2508 * platform/chromium-linux/fast/forms/textarea-scroll-height-expected.checksum:
2509 * platform/chromium-linux/fast/forms/textarea-scrollbar-expected.checksum:
2510 * platform/chromium-linux/fast/forms/textarea-scrolled-type-expected.checksum:
2511 * platform/chromium-linux/fast/forms/textarea-width-expected.checksum:
2512 * platform/chromium-linux/fast/forms/visual-hebrew-text-field-expected.checksum:
2513 * platform/chromium-linux/fast/frames/frame-scrolling-attribute-expected.checksum:
2514 * platform/chromium-linux/fast/frames/iframe-scrolling-attribute-expected.checksum:
2515 * platform/chromium-linux/fast/frames/inline-object-inside-frameset-expected.checksum:
2516 * platform/chromium-linux/fast/frames/invalid-expected.checksum:
2517 * platform/chromium-linux/fast/frames/onlyCommentInIFrame-expected.checksum:
2518 * platform/chromium-linux/fast/frames/take-focus-from-iframe-expected.checksum:
2519 * platform/chromium-linux/fast/frames/valid-expected.checksum:
2520 * platform/chromium-linux/fast/frames/viewsource-attribute-expected.checksum:
2521 * platform/chromium-linux/fast/gradients/background-clipped-expected.checksum:
2522 * platform/chromium-linux/fast/images/pdf-as-image-expected.checksum:
2523 * platform/chromium-linux/fast/images/pdf-as-image-landscape-expected.checksum:
2524 * platform/chromium-linux/fast/inline-block/inline-block-vertical-align-expected.checksum:
2525 * platform/chromium-linux/fast/inline-block/tricky-baseline-expected.checksum:
2526 * platform/chromium-linux/fast/inline/inline-borders-with-bidi-override-expected.checksum:
2527 * platform/chromium-linux/fast/inline/inline-continuation-borders-expected.checksum:
2528 * platform/chromium-linux/fast/inline/long-wrapped-line-expected.checksum:
2529 * platform/chromium-linux/fast/invalid/residual-style-expected.checksum:
2530 * platform/chromium-linux/fast/layers/opacity-transforms-expected.checksum:
2531 * platform/chromium-linux/fast/layers/overflow-scroll-auto-switch-expected.checksum:
2532 * platform/chromium-linux/fast/layers/scroll-rect-to-visible-expected.checksum:
2533 * platform/chromium-linux/fast/lists/008-expected.checksum:
2534 * platform/chromium-linux/fast/lists/alpha-list-wrap-expected.checksum:
2535 * platform/chromium-linux/fast/lists/drag-into-marker-expected.checksum:
2536 * platform/chromium-linux/fast/lists/li-br-expected.checksum:
2537 * platform/chromium-linux/fast/lists/ol-start-parsing-expected.checksum:
2538 * platform/chromium-linux/fast/lists/olstart-expected.checksum:
2539 * platform/chromium-linux/fast/lists/w3-css3-list-styles-alphabetic-expected.checksum:
2540 * platform/chromium-linux/fast/lists/w3-css3-list-styles-numeric-expected.checksum:
2541 * platform/chromium-linux/fast/lists/w3-list-styles-expected.checksum:
2542 * platform/chromium-linux/fast/media/mq-relative-constraints-02-expected.checksum:
2543 * platform/chromium-linux/fast/media/mq-relative-constraints-03-expected.checksum:
2544 * platform/chromium-linux/fast/media/mq-relative-constraints-04-expected.checksum:
2545 * platform/chromium-linux/fast/media/mq-relative-constraints-05-expected.checksum:
2546 * platform/chromium-linux/fast/media/mq-relative-constraints-06-expected.checksum:
2547 * platform/chromium-linux/fast/media/mq-relative-constraints-07-expected.checksum:
2548 * platform/chromium-linux/fast/media/mq-relative-constraints-08-expected.checksum:
2549 * platform/chromium-linux/fast/media/mq-relative-constraints-09-expected.checksum:
2550 * platform/chromium-linux/fast/media/mq-width-absolute-01-expected.checksum:
2551 * platform/chromium-linux/fast/media/mq-width-absolute-02-expected.checksum:
2552 * platform/chromium-linux/fast/media/mq-width-absolute-03-expected.checksum:
2553 * platform/chromium-linux/fast/media/mq-width-absolute-04-expected.checksum:
2554 * platform/chromium-linux/fast/multicol/client-rects-expected.checksum:
2555 * platform/chromium-linux/fast/multicol/column-rules-stacking-expected.checksum:
2556 * platform/chromium-linux/fast/multicol/columns-shorthand-parsing-expected.checksum:
2557 * platform/chromium-linux/fast/multicol/float-multicol-expected.checksum:
2558 * platform/chromium-linux/fast/multicol/layers-in-multicol-expected.checksum:
2559 * platform/chromium-linux/fast/multicol/layers-split-across-columns-expected.checksum:
2560 * platform/chromium-linux/fast/multicol/nested-columns-expected.checksum:
2561 * platform/chromium-linux/fast/multicol/positioned-with-constrained-height-expected.checksum:
2562 * platform/chromium-linux/fast/multicol/span/anonymous-style-inheritance-expected.checksum:
2563 * platform/chromium-linux/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.checksum:
2564 * platform/chromium-linux/fast/multicol/span/span-as-immediate-child-generated-content-expected.checksum:
2565 * platform/chromium-linux/fast/multicol/span/span-as-immediate-child-property-removal-expected.checksum:
2566 * platform/chromium-linux/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.checksum:
2567 * platform/chromium-linux/fast/multicol/span/span-as-immediate-columns-child-expected.checksum:
2568 * platform/chromium-linux/fast/multicol/span/span-as-immediate-columns-child-removal-expected.checksum:
2569 * platform/chromium-linux/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.checksum:
2570 * platform/chromium-linux/fast/multicol/span/span-as-nested-columns-child-expected.checksum:
2571 * platform/chromium-linux/fast/multicol/span/span-margin-collapsing-expected.checksum:
2572 * platform/chromium-linux/fast/overflow/002-expected.checksum:
2573 * platform/chromium-linux/fast/overflow/003-expected.checksum:
2574 * platform/chromium-linux/fast/overflow/005-expected.checksum:
2575 * platform/chromium-linux/fast/overflow/006-expected.checksum:
2576 * platform/chromium-linux/fast/overflow/007-expected.checksum:
2577 * platform/chromium-linux/fast/overflow/008-expected.checksum:
2578 * platform/chromium-linux/fast/overflow/childFocusRingClip-expected.checksum:
2579 * platform/chromium-linux/fast/overflow/clip-rects-fixed-ancestor-expected.checksum:
2580 * platform/chromium-linux/fast/overflow/float-in-relpositioned-expected.checksum:
2581 * platform/chromium-linux/fast/overflow/hit-test-overflow-controls-expected.checksum:
2582 * platform/chromium-linux/fast/overflow/image-selection-highlight-expected.checksum:
2583 * platform/chromium-linux/fast/overflow/overflow-auto-position-absolute-expected.checksum:
2584 * platform/chromium-linux/fast/overflow/overflow-auto-table-expected.checksum:
2585 * platform/chromium-linux/fast/overflow/overflow-rtl-expected.checksum:
2586 * platform/chromium-linux/fast/overflow/overflow-stacking-expected.checksum:
2587 * platform/chromium-linux/fast/overflow/overflow-text-hit-testing-expected.checksum:
2588 * platform/chromium-linux/fast/overflow/overflow-with-local-background-attachment-expected.checksum:
2589 * platform/chromium-linux/fast/overflow/overflow-x-y-expected.checksum:
2590 * platform/chromium-linux/fast/overflow/position-fixed-transform-clipping-expected.checksum:
2591 * platform/chromium-linux/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.checksum:
2592 * platform/chromium-linux/fast/overflow/scrollRevealButton-expected.checksum:
2593 * platform/chromium-linux/fast/overflow/scrollbar-position-update-expected.checksum:
2594 * platform/chromium-linux/fast/overflow/table-overflow-float-expected.checksum:
2595 * platform/chromium-linux/fast/overflow/unreachable-overflow-rtl-bug-expected.checksum:
2596 * platform/chromium-linux/fast/parser/open-comment-in-textarea-expected.checksum:
2597 * platform/chromium-linux/fast/reflections/reflection-direction-expected.checksum:
2598 * platform/chromium-linux/fast/repaint/block-selection-gap-stale-cache-2-expected.checksum:
2599 * platform/chromium-linux/fast/repaint/box-shadow-v-expected.checksum:
2600 * platform/chromium-linux/fast/repaint/dynamic-table-vertical-alignment-change-expected.checksum:
2601 * platform/chromium-linux/fast/repaint/fixed-child-move-after-scroll-expected.checksum:
2602 * platform/chromium-linux/fast/repaint/fixed-child-of-fixed-move-after-scroll-expected.checksum:
2603 * platform/chromium-linux/fast/repaint/fixed-child-of-transformed-move-after-scroll-expected.checksum:
2604 * platform/chromium-linux/fast/repaint/fixed-expected.checksum:
2605 * platform/chromium-linux/fast/repaint/fixed-move-after-keyboard-scroll-expected.checksum:
2606 * platform/chromium-linux/fast/repaint/fixed-move-after-scroll-expected.checksum:
2607 * platform/chromium-linux/fast/repaint/fixed-tranformed-expected.checksum:
2608 * platform/chromium-linux/fast/repaint/layout-state-only-positioned-expected.checksum:
2609 * platform/chromium-linux/fast/repaint/line-flow-with-floats-1-expected.checksum:
2610 * platform/chromium-linux/fast/repaint/line-flow-with-floats-10-expected.checksum:
2611 * platform/chromium-linux/fast/repaint/line-flow-with-floats-2-expected.checksum:
2612 * platform/chromium-linux/fast/repaint/line-flow-with-floats-3-expected.checksum:
2613 * platform/chromium-linux/fast/repaint/line-flow-with-floats-4-expected.checksum:
2614 * platform/chromium-linux/fast/repaint/line-flow-with-floats-5-expected.checksum:
2615 * platform/chromium-linux/fast/repaint/line-flow-with-floats-6-expected.checksum:
2616 * platform/chromium-linux/fast/repaint/line-flow-with-floats-7-expected.checksum:
2617 * platform/chromium-linux/fast/repaint/line-flow-with-floats-8-expected.checksum:
2618 * platform/chromium-linux/fast/repaint/line-flow-with-floats-9-expected.checksum:
2619 * platform/chromium-linux/fast/repaint/list-marker-expected.checksum:
2620 * platform/chromium-linux/fast/repaint/moving-shadow-on-container-expected.checksum:
2621 * platform/chromium-linux/fast/repaint/moving-shadow-on-path-expected.checksum:
2622 * platform/chromium-linux/fast/repaint/overflow-scroll-body-appear-expected.checksum:
2623 * platform/chromium-linux/fast/repaint/overflow-scroll-delete-expected.checksum:
2624 * platform/chromium-linux/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.checksum:
2625 * platform/chromium-linux/fast/repaint/repaint-during-scroll-expected.checksum:
2626 * platform/chromium-linux/fast/repaint/selection-gap-overflow-scroll-2-expected.checksum:
2627 * platform/chromium-linux/fast/repaint/selection-gap-overflow-scroll-expected.checksum:
2628 * platform/chromium-linux/fast/replaced/005-expected.checksum:
2629 * platform/chromium-linux/fast/replaced/border-radius-clip-expected.checksum:
2630 * platform/chromium-linux/fast/replaced/pdf-as-image-expected.checksum:
2631 * platform/chromium-linux/fast/replaced/replaced-breaking-expected.checksum:
2632 * platform/chromium-linux/fast/replaced/width100percent-image-expected.checksum:
2633 * platform/chromium-linux/fast/replaced/width100percent-menulist-expected.checksum:
2634 * platform/chromium-linux/fast/replaced/width100percent-searchfield-expected.checksum:
2635 * platform/chromium-linux/fast/replaced/width100percent-textarea-expected.checksum:
2636 * platform/chromium-linux/fast/selectors/166-expected.checksum:
2637 * platform/chromium-linux/fast/table/023-expected.checksum:
2638 * platform/chromium-linux/fast/table/034-expected.checksum:
2639 * platform/chromium-linux/fast/table/040-expected.checksum:
2640 * platform/chromium-linux/fast/table/border-collapsing/004-expected.checksum:
2641 * platform/chromium-linux/fast/table/edge-offsets-expected.checksum:
2642 * platform/chromium-linux/fast/table/empty-cells-expected.checksum:
2643 * platform/chromium-linux/fast/table/frame-and-rules-expected.checksum:
2644 * platform/chromium-linux/fast/table/height-percent-test-expected.checksum:
2645 * platform/chromium-linux/fast/table/overflowHidden-expected.checksum:
2646 * platform/chromium-linux/fast/table/prepend-in-anonymous-table-expected.checksum:
2647 * platform/chromium-linux/fast/table/table-display-types-expected.checksum:
2648 * platform/chromium-linux/fast/table/wide-colspan-expected.checksum:
2649 * platform/chromium-linux/fast/table/wide-column-expected.checksum:
2650 * platform/chromium-linux/fast/text/drawBidiText-expected.checksum:
2651 * platform/chromium-linux/fast/text/international/bidi-LDB-2-formatting-characters-expected.checksum:
2652 * platform/chromium-linux/fast/text/international/bidi-european-terminators-expected.checksum:
2653 * platform/chromium-linux/fast/text/international/bidi-listbox-atsui-expected.checksum:
2654 * platform/chromium-linux/fast/text/international/bidi-listbox-expected.checksum:
2655 * platform/chromium-linux/fast/text/international/bidi-neutral-run-expected.checksum:
2656 * platform/chromium-linux/fast/text/international/thai-line-breaks-expected.checksum:
2657 * platform/chromium-linux/fast/text/softHyphen-expected.checksum:
2658 * platform/chromium-linux/fast/text/text-letter-spacing-expected.checksum:
2659 * platform/chromium-linux/fast/text/updateNewFont-expected.checksum:
2660 * platform/chromium-linux/fast/text/wbr-expected.checksum:
2661 * platform/chromium-linux/fast/text/whitespace/024-expected.checksum:
2662 * platform/chromium-linux/fast/text/whitespace/pre-wrap-spaces-after-newline-expected.checksum:
2663 * platform/chromium-linux/fast/text/word-break-expected.checksum:
2664 * platform/chromium-linux/fonts/cursive-expected.checksum:
2665 * platform/chromium-linux/fonts/default-expected.checksum:
2666 * platform/chromium-linux/fonts/fantasy-expected.checksum:
2667 * platform/chromium-linux/fonts/monospace-expected.checksum:
2668 * platform/chromium-linux/fonts/sans-serif-expected.checksum:
2669 * platform/chromium-linux/fonts/serif-expected.checksum:
2670 * platform/chromium-linux/http/tests/navigation/anchor-frames-expected.checksum:
2671 * platform/chromium-linux/http/tests/navigation/error404-frames-expected.checksum:
2672 * platform/chromium-linux/http/tests/navigation/error404-goback-expected.checksum:
2673 * platform/chromium-linux/http/tests/navigation/error404-subframeload-expected.checksum:
2674 * platform/chromium-linux/http/tests/navigation/javascriptlink-frames-expected.checksum:
2675 * platform/chromium-linux/http/tests/navigation/post-frames-expected.checksum:
2676 * platform/chromium-linux/http/tests/navigation/post-goback1-expected.checksum:
2677 * platform/chromium-linux/http/tests/navigation/postredirect-frames-expected.checksum:
2678 * platform/chromium-linux/media/video-controls-rendering-expected.checksum:
2679 * platform/chromium-linux/media/video-zoom-expected.checksum:
2680 * platform/chromium-linux/platform/chromium/fast/text/chromium-linux-fontconfig-renderstyle-expected.checksum:
2681 * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-02-t-expected.checksum:
2682 * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-03-t-expected.checksum:
2683 * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-04-t-expected.checksum:
2684 * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-05-t-expected.checksum:
2685 * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-06-t-expected.checksum:
2686 * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-07-t-expected.checksum:
2687 * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.checksum:
2688 * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.checksum:
2689 * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.checksum:
2690 * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.checksum:
2691 * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.checksum:
2692 * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.checksum:
2693 * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.checksum:
2694 * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.checksum:
2695 * platform/chromium-linux/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.checksum:
2696 * platform/chromium-linux/svg/W3C-SVG-1.1/masking-path-02-b-expected.checksum:
2697 * platform/chromium-linux/svg/W3C-SVG-1.1/masking-path-05-f-expected.checksum:
2698 * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.checksum:
2699 * platform/chromium-linux/svg/W3C-SVG-1.1/struct-use-01-t-expected.checksum:
2700 * platform/chromium-linux/svg/W3C-SVG-1.1/text-path-01-b-expected.checksum:
2701 * platform/chromium-linux/svg/W3C-SVG-1.1/text-spacing-01-b-expected.checksum:
2702 * platform/chromium-linux/svg/W3C-SVG-1.1/text-text-01-b-expected.checksum:
2703 * platform/chromium-linux/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.checksum:
2704 * platform/chromium-linux/svg/carto.net/button-expected.checksum:
2705 * platform/chromium-linux/svg/carto.net/combobox-expected.checksum:
2706 * platform/chromium-linux/svg/carto.net/slider-expected.checksum:
2707 * platform/chromium-linux/svg/carto.net/textbox-expected.checksum:
2708 * platform/chromium-linux/svg/carto.net/window-expected.checksum:
2709 * platform/chromium-linux/svg/css/stars-with-shadow-expected.checksum:
2710 * platform/chromium-linux/svg/custom/altglyph-expected.checksum:
2711 * platform/chromium-linux/svg/custom/animate-path-morphing-expected.checksum:
2712 * platform/chromium-linux/svg/custom/invisible-text-after-scrolling-expected.checksum:
2713 * platform/chromium-linux/svg/custom/js-update-transform-changes-expected.checksum:
2714 * platform/chromium-linux/svg/custom/junk-data-expected.checksum:
2715 * platform/chromium-linux/svg/custom/marker-child-changes-expected.checksum:
2716 * platform/chromium-linux/svg/custom/marker-viewBox-changes-expected.checksum:
2717 * platform/chromium-linux/svg/custom/mask-changes-expected.checksum:
2718 * platform/chromium-linux/svg/custom/missing-xlink-expected.checksum:
2719 * platform/chromium-linux/svg/custom/path-bad-data-expected.checksum:
2720 * platform/chromium-linux/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.checksum:
2721 * platform/chromium-linux/svg/custom/text-xy-updates-SVGList-expected.checksum:
2722 * platform/chromium-linux/svg/custom/use-detach-expected.checksum:
2723 * platform/chromium-linux/svg/custom/use-property-changes-through-svg-dom-expected.checksum:
2724 * platform/chromium-linux/svg/custom/use-referencing-nonexisting-symbol-expected.checksum:
2725 * platform/chromium-linux/svg/custom/use-transform-expected.checksum:
2726 * platform/chromium-linux/svg/filters/filterRes-expected.checksum:
2727 * platform/chromium-linux/svg/hixie/error/012-expected.checksum:
2728 * platform/chromium-linux/svg/hixie/links/003-broken-expected.checksum:
2729 * platform/chromium-linux/svg/hixie/perf/003-expected.checksum:
2730 * platform/chromium-linux/svg/hixie/perf/004-expected.checksum:
2731 * platform/chromium-linux/svg/hixie/perf/005-expected.checksum:
2732 * platform/chromium-linux/svg/hixie/perf/006-expected.checksum:
2733 * platform/chromium-linux/svg/hixie/text/003b-expected.checksum:
2734 * platform/chromium-linux/svg/overflow/overflow-on-outermost-svg-element-defaults-expected.checksum:
2735 * platform/chromium-linux/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-1-expected.checksum:
2736 * platform/chromium-linux/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-2-expected.checksum:
2737 * platform/chromium-linux/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-3-expected.checksum:
2738 * platform/chromium-linux/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-defaults-expected.checksum:
2739 * platform/chromium-linux/svg/text/kerning-expected.checksum:
2740 * platform/chromium-linux/svg/text/multichar-glyph-expected.checksum:
2741 * platform/chromium-linux/svg/zoom/page/absolute-sized-document-scrollbars-expected.checksum:
2742 * platform/chromium-linux/svg/zoom/page/relative-sized-document-scrollbars-expected.checksum:
2743 * platform/chromium-linux/svg/zoom/page/zoom-coords-viewattr-01-b-expected.checksum:
2744 * platform/chromium-linux/svg/zoom/page/zoom-foreignObject-expected.checksum:
2745 * platform/chromium-linux/svg/zoom/page/zoom-hixie-mixed-008-expected.checksum:
2746 * platform/chromium-linux/svg/zoom/page/zoom-svg-float-border-padding-expected.checksum:
2747 * platform/chromium-linux/svg/zoom/text/zoom-svg-float-border-padding-expected.checksum:
2748 * platform/chromium-linux/tables/mozilla/bugs/45621-expected.checksum:
2749 * platform/chromium-linux/tables/mozilla/bugs/bug101674-expected.checksum:
2750 * platform/chromium-linux/tables/mozilla/bugs/bug10269-2-expected.checksum:
2751 * platform/chromium-linux/tables/mozilla/bugs/bug10296-1-expected.checksum:
2752 * platform/chromium-linux/tables/mozilla/bugs/bug1055-1-expected.checksum:
2753 * platform/chromium-linux/tables/mozilla/bugs/bug113235-1-expected.checksum:
2754 * platform/chromium-linux/tables/mozilla/bugs/bug113235-3-expected.checksum:
2755 * platform/chromium-linux/tables/mozilla/bugs/bug11944-expected.checksum:
2756 * platform/chromium-linux/tables/mozilla/bugs/bug120364-expected.checksum:
2757 * platform/chromium-linux/tables/mozilla/bugs/bug1302-expected.checksum:
2758 * platform/chromium-linux/tables/mozilla/bugs/bug131020-expected.checksum:
2759 * platform/chromium-linux/tables/mozilla/bugs/bug131020_iframe-expected.checksum:
2760 * platform/chromium-linux/tables/mozilla/bugs/bug137388-2-expected.checksum:
2761 * platform/chromium-linux/tables/mozilla/bugs/bug149275-1-expected.checksum:
2762 * platform/chromium-linux/tables/mozilla/bugs/bug16252-expected.checksum:
2763 * platform/chromium-linux/tables/mozilla/bugs/bug22019-expected.checksum:
2764 * platform/chromium-linux/tables/mozilla/bugs/bug23151-expected.checksum:
2765 * platform/chromium-linux/tables/mozilla/bugs/bug2479-1-expected.checksum:
2766 * platform/chromium-linux/tables/mozilla/bugs/bug2479-3-expected.checksum:
2767 * platform/chromium-linux/tables/mozilla/bugs/bug2479-4-expected.checksum:
2768 * platform/chromium-linux/tables/mozilla/bugs/bug27038-2-expected.checksum:
2769 * platform/chromium-linux/tables/mozilla/bugs/bug28341-expected.checksum:
2770 * platform/chromium-linux/tables/mozilla/bugs/bug29314-expected.checksum:
2771 * platform/chromium-linux/tables/mozilla/bugs/bug2947-expected.checksum:
2772 * platform/chromium-linux/tables/mozilla/bugs/bug2997-expected.checksum:
2773 * platform/chromium-linux/tables/mozilla/bugs/bug32205-2-expected.checksum:
2774 * platform/chromium-linux/tables/mozilla/bugs/bug38916-expected.checksum:
2775 * platform/chromium-linux/tables/mozilla/bugs/bug3977-expected.checksum:
2776 * platform/chromium-linux/tables/mozilla/bugs/bug43039-expected.checksum:
2777 * platform/chromium-linux/tables/mozilla/bugs/bug43854-1-expected.checksum:
2778 * platform/chromium-linux/tables/mozilla/bugs/bug44505-expected.checksum:
2779 * platform/chromium-linux/tables/mozilla/bugs/bug46480-1-expected.checksum:
2780 * platform/chromium-linux/tables/mozilla/bugs/bug46480-2-expected.checksum:
2781 * platform/chromium-linux/tables/mozilla/bugs/bug50695-1-expected.checksum:
2782 * platform/chromium-linux/tables/mozilla/bugs/bug56405-expected.checksum:
2783 * platform/chromium-linux/tables/mozilla/bugs/bug5797-expected.checksum:
2784 * platform/chromium-linux/tables/mozilla/bugs/bug5835-expected.checksum:
2785 * platform/chromium-linux/tables/mozilla/bugs/bug625-expected.checksum:
2786 * platform/chromium-linux/tables/mozilla/bugs/bug650-expected.checksum:
2787 * platform/chromium-linux/tables/mozilla/bugs/bug67915-1-expected.checksum:
2788 * platform/chromium-linux/tables/mozilla/bugs/bug7112-1-expected.checksum:
2789 * platform/chromium-linux/tables/mozilla/bugs/bug7112-2-expected.checksum:
2790 * platform/chromium-linux/tables/mozilla/bugs/bug73321-expected.checksum:
2791 * platform/chromium-linux/tables/mozilla/bugs/bug8858-expected.checksum:
2792 * platform/chromium-linux/tables/mozilla/bugs/bug92143-expected.checksum:
2793 * platform/chromium-linux/tables/mozilla/bugs/bug96334-expected.checksum:
2794 * platform/chromium-linux/tables/mozilla/bugs/bug96343-expected.checksum:
2795 * platform/chromium-linux/tables/mozilla/collapsing_borders/bug41262-3-expected.checksum:
2796 * platform/chromium-linux/tables/mozilla/core/bloomberg-expected.checksum:
2797 * platform/chromium-linux/tables/mozilla/core/borders-expected.checksum:
2798 * platform/chromium-linux/tables/mozilla/core/captions-expected.checksum:
2799 * platform/chromium-linux/tables/mozilla/core/cell_heights-expected.checksum:
2800 * platform/chromium-linux/tables/mozilla/core/col_span-expected.checksum:
2801 * platform/chromium-linux/tables/mozilla/core/col_widths_auto_fix-expected.checksum:
2802 * platform/chromium-linux/tables/mozilla/core/col_widths_fix_fixPer-expected.checksum:
2803 * platform/chromium-linux/tables/mozilla/core/nested1-expected.checksum:
2804 * platform/chromium-linux/tables/mozilla/core/one_row-expected.checksum:
2805 * platform/chromium-linux/tables/mozilla/core/row_span-expected.checksum:
2806 * platform/chromium-linux/tables/mozilla/marvin/backgr_index-expected.checksum:
2807 * platform/chromium-linux/tables/mozilla/marvin/backgr_layers-opacity-expected.checksum:
2808 * platform/chromium-linux/tables/mozilla/marvin/backgr_position-table-expected.checksum:
2809 * platform/chromium-linux/tables/mozilla/marvin/backgr_simple-table-cell-expected.checksum:
2810 * platform/chromium-linux/tables/mozilla/marvin/backgr_simple-table-column-expected.checksum:
2811 * platform/chromium-linux/tables/mozilla/marvin/backgr_simple-table-column-group-expected.checksum:
2812 * platform/chromium-linux/tables/mozilla/marvin/backgr_simple-table-expected.checksum:
2813 * platform/chromium-linux/tables/mozilla/marvin/backgr_simple-table-row-expected.checksum:
2814 * platform/chromium-linux/tables/mozilla/marvin/backgr_simple-table-row-group-expected.checksum:
2815 * platform/chromium-linux/tables/mozilla/marvin/x_table_bgcolor_name-expected.checksum:
2816 * platform/chromium-linux/tables/mozilla/marvin/x_table_bgcolor_rgb-expected.checksum:
2817 * platform/chromium-linux/tables/mozilla/marvin/x_td_bgcolor_name-expected.checksum:
2818 * platform/chromium-linux/tables/mozilla/marvin/x_td_bgcolor_rgb-expected.checksum:
2819 * platform/chromium-linux/tables/mozilla/marvin/x_td_height-expected.checksum:
2820 * platform/chromium-linux/tables/mozilla/marvin/x_td_nowrap-expected.checksum:
2821 * platform/chromium-linux/tables/mozilla/marvin/x_th_bgcolor_name-expected.checksum:
2822 * platform/chromium-linux/tables/mozilla/marvin/x_th_bgcolor_rgb-expected.checksum:
2823 * platform/chromium-linux/tables/mozilla/marvin/x_th_height-expected.checksum:
2824 * platform/chromium-linux/tables/mozilla/marvin/x_th_nowrap-expected.checksum:
2825 * platform/chromium-linux/tables/mozilla/marvin/x_tr_bgcolor_name-expected.checksum:
2826 * platform/chromium-linux/tables/mozilla/marvin/x_tr_bgcolor_rgb-expected.checksum:
2827 * platform/chromium-linux/tables/mozilla/other/cell_widths-expected.checksum:
2828 * platform/chromium-linux/tables/mozilla/other/nestedTables-expected.checksum:
2829 * platform/chromium-linux/tables/mozilla/other/test3-expected.checksum:
2830 * platform/chromium-linux/tables/mozilla/other/test6-expected.checksum:
2831 * platform/chromium-linux/tables/mozilla/other/wa_table_thtd_rowspan-expected.checksum:
2832 * platform/chromium-linux/tables/mozilla/other/wa_table_tr_align-expected.checksum:
2833 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug10140-expected.checksum:
2834 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug101759-expected.checksum:
2835 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug10216-expected.checksum:
2836 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug1055-2-expected.checksum:
2837 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug106966-expected.checksum:
2838 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug131020-3-expected.checksum:
2839 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug14007-1-expected.checksum:
2840 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug14007-2-expected.checksum:
2841 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug178855-expected.checksum:
2842 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug19526-expected.checksum:
2843 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug220653-expected.checksum:
2844 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug22122-expected.checksum:
2845 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug2479-5-expected.checksum:
2846 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug32205-1-expected.checksum:
2847 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug67915-2-expected.checksum:
2848 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug7243-expected.checksum:
2849 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug80762-2-expected.checksum:
2850 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug85016-expected.checksum:
2851 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug89315-expected.checksum:
2852 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug91057-expected.checksum:
2853 * platform/chromium-linux/tables/mozilla_expected_failures/core/backgrounds-expected.checksum:
2854 * platform/chromium-linux/tables/mozilla_expected_failures/core/captions1-expected.checksum:
2855 * platform/chromium-linux/tables/mozilla_expected_failures/core/captions2-expected.checksum:
2856 * platform/chromium-linux/tables/mozilla_expected_failures/core/captions3-expected.checksum:
2857 * platform/chromium-linux/tables/mozilla_expected_failures/core/col_span2-expected.checksum:
2858 * platform/chromium-linux/tables/mozilla_expected_failures/core/columns-expected.checksum:
2859 * platform/chromium-linux/tables/mozilla_expected_failures/core/conflicts-expected.checksum:
2860 * platform/chromium-linux/tables/mozilla_expected_failures/core/standards1-expected.checksum:
2861 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.checksum:
2862 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.checksum:
2863 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.checksum:
2864 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.checksum:
2865 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.checksum:
2866 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.checksum:
2867 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.checksum:
2868 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.checksum:
2869 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.checksum:
2870 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.checksum:
2871 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.checksum:
2872 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.checksum:
2873 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.checksum:
2874 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.checksum:
2875 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.checksum:
2876 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_row-expected.checksum:
2877 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody-expected.checksum:
2878 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row_sibling-expected.checksum:
2879 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.checksum:
2880 * platform/chromium-linux/tables/mozilla_expected_failures/other/empty_cells-expected.checksum:
2881 * platform/chromium-linux/tables/mozilla_expected_failures/other/test4-expected.checksum:
2882 * platform/chromium-linux/transforms/2d/transform-fixed-container-expected.checksum:
2884 2010-06-25 Zhenyao Mo <zmo@google.com>
2886 Reviewed by Dimitri Glazkov.
2888 getParameter(COLOR_WRITEMASK) needs to return Array
2889 https://bugs.webkit.org/show_bug.cgi?id=40437
2891 * fast/canvas/webgl/gl-get-calls-expected.txt: getParameter(COLOR_WRITEMASK) returns bool array.
2892 * fast/canvas/webgl/gl-get-calls.html: Ditto.
2894 2010-06-25 Alpha Lam <hclam@chromium.org>
2896 Unreviewed. Build fix.
2898 r61908 affected all image test on Chromium linux. Rebaseline those affected tests.
2900 * platform/chromium-linux/css1/basic/class_as_selector-expected.png:
2901 * platform/chromium-linux/css1/basic/comments-expected.png:
2902 * platform/chromium-linux/css1/basic/containment-expected.png:
2903 * platform/chromium-linux/css1/basic/id_as_selector-expected.png:
2904 * platform/chromium-linux/css1/basic/inheritance-expected.png:
2905 * platform/chromium-linux/css1/box_properties/border-expected.png:
2906 * platform/chromium-linux/css1/box_properties/border_bottom-expected.png:
2907 * platform/chromium-linux/css1/box_properties/border_bottom_width-expected.png:
2908 * platform/chromium-linux/css1/box_properties/border_left-expected.png:
2909 * platform/chromium-linux/css1/box_properties/border_left_width-expected.png:
2910 * platform/chromium-linux/css1/box_properties/border_right_inline-expected.png:
2911 * platform/chromium-linux/css1/box_properties/border_right_width-expected.png:
2912 * platform/chromium-linux/css1/box_properties/border_style-expected.png:
2913 * platform/chromium-linux/css1/box_properties/border_top-expected.png:
2914 * platform/chromium-linux/css1/box_properties/border_top_width-expected.png:
2915 * platform/chromium-linux/css1/box_properties/border_width-expected.png:
2916 * platform/chromium-linux/css1/box_properties/clear-expected.png:
2917 * platform/chromium-linux/css1/box_properties/clear_float-expected.png:
2918 * platform/chromium-linux/css1/box_properties/float_elements_in_series-expected.png:
2919 * platform/chromium-linux/css1/box_properties/float_margin-expected.png:
2920 * platform/chromium-linux/css1/box_properties/float_on_text_elements-expected.png:
2921 * platform/chromium-linux/css1/box_properties/height-expected.png:
2922 * platform/chromium-linux/css1/box_properties/margin-expected.png:
2923 * platform/chromium-linux/css1/box_properties/margin_bottom-expected.png:
2924 * platform/chromium-linux/css1/box_properties/margin_inline-expected.png:
2925 * platform/chromium-linux/css1/box_properties/margin_left-expected.png:
2926 * platform/chromium-linux/css1/box_properties/margin_right-expected.png:
2927 * platform/chromium-linux/css1/box_properties/margin_top-expected.png:
2928 * platform/chromium-linux/css1/box_properties/padding-expected.png:
2929 * platform/chromium-linux/css1/box_properties/padding_bottom-expected.png:
2930 * platform/chromium-linux/css1/box_properties/padding_inline-expected.png:
2931 * platform/chromium-linux/css1/box_properties/padding_left-expected.png:
2932 * platform/chromium-linux/css1/box_properties/padding_right-expected.png:
2933 * platform/chromium-linux/css1/box_properties/padding_top-expected.png:
2934 * platform/chromium-linux/css1/box_properties/width-expected.png:
2935 * platform/chromium-linux/css1/cascade/cascade_order-expected.png:
2936 * platform/chromium-linux/css1/classification/display-expected.png:
2937 * platform/chromium-linux/css1/classification/list_style_type-expected.png:
2938 * platform/chromium-linux/css1/classification/white_space-expected.png:
2939 * platform/chromium-linux/css1/color_and_background/background-expected.png:
2940 * platform/chromium-linux/css1/color_and_background/background_attachment-expected.png:
2941 * platform/chromium-linux/css1/color_and_background/background_position-expected.png:
2942 * platform/chromium-linux/css1/color_and_background/background_repeat-expected.png:
2943 * platform/chromium-linux/css1/conformance/forward_compatible_parsing-expected.png:
2944 * platform/chromium-linux/css1/font_properties/font-expected.png:
2945 * platform/chromium-linux/css1/font_properties/font_family-expected.png:
2946 * platform/chromium-linux/css1/font_properties/font_size-expected.png:
2947 * platform/chromium-linux/css1/font_properties/font_weight-expected.png:
2948 * platform/chromium-linux/css1/formatting_model/floating_elements-expected.png:
2949 * platform/chromium-linux/css1/formatting_model/height_of_lines-expected.png:
2950 * platform/chromium-linux/css1/formatting_model/horizontal_formatting-expected.png:
2951 * platform/chromium-linux/css1/formatting_model/inline_elements-expected.png:
2952 * platform/chromium-linux/css1/formatting_model/replaced_elements-expected.png:
2953 * platform/chromium-linux/css1/formatting_model/vertical_formatting-expected.png:
2954 * platform/chromium-linux/css1/pseudo/anchor-expected.png:
2955 * platform/chromium-linux/css1/pseudo/firstletter-expected.png:
2956 * platform/chromium-linux/css1/pseudo/firstline-expected.png:
2957 * platform/chromium-linux/css1/pseudo/multiple_pseudo_elements-expected.png:
2958 * platform/chromium-linux/css1/pseudo/pseudo_elements_in_selectors-expected.png:
2959 * platform/chromium-linux/css1/text_properties/letter_spacing-expected.png:
2960 * platform/chromium-linux/css1/text_properties/line_height-expected.png:
2961 * platform/chromium-linux/css1/text_properties/text_decoration-expected.png:
2962 * platform/chromium-linux/css1/text_properties/text_indent-expected.png:
2963 * platform/chromium-linux/css1/text_properties/text_transform-expected.png:
2964 * platform/chromium-linux/css1/text_properties/vertical_align-expected.png:
2965 * platform/chromium-linux/css1/text_properties/word_spacing-expected.png:
2966 * platform/chromium-linux/css1/units/color_units-expected.png:
2967 * platform/chromium-linux/css1/units/length_units-expected.png:
2968 * platform/chromium-linux/css2.1/t0803-c5502-mrgn-r-02-c-expected.png:
2969 * platform/chromium-linux/css2.1/t0803-c5505-mrgn-02-c-expected.png:
2970 * platform/chromium-linux/css2.1/t080301-c411-vt-mrgn-00-b-expected.png:
2971 * platform/chromium-linux/css2.1/t0905-c5525-fltclr-00-c-ag-expected.png:
2972 * platform/chromium-linux/css2.1/t0905-c5525-fltmrgn-00-c-ag-expected.png:
2973 * platform/chromium-linux/css2.1/t0905-c5525-fltwidth-00-c-g-expected.png:
2974 * platform/chromium-linux/css2.1/t0905-c5526-fltclr-00-c-ag-expected.png:
2975 * platform/chromium-linux/css2.1/t1002-c5523-width-02-b-g-expected.png:
2976 * platform/chromium-linux/css2.1/t1202-counters-08-b-expected.png:
2977 * platform/chromium-linux/css2.1/t1202-counters-09-b-expected.png:
2978 * platform/chromium-linux/css2.1/t140201-c535-bg-fixd-00-b-g-expected.png:
2979 * platform/chromium-linux/css2.1/t140201-c537-bgfxps-00-c-ag-expected.png:
2980 * platform/chromium-linux/css2.1/t1508-c527-font-07-b-expected.png:
2981 * platform/chromium-linux/editing/deleting/5168598-expected.png:
2982 * platform/chromium-linux/editing/deleting/delete-after-span-ws-001-expected.png:
2983 * platform/chromium-linux/editing/deleting/delete-after-span-ws-002-expected.png:
2984 * platform/chromium-linux/editing/deleting/delete-after-span-ws-003-expected.png:
2985 * platform/chromium-linux/editing/deleting/delete-line-end-ws-001-expected.png:
2986 * platform/chromium-linux/editing/deleting/delete-line-end-ws-002-expected.png:
2987 * platform/chromium-linux/editing/input/emacs-ctrl-o-expected.png:
2988 * platform/chromium-linux/editing/inserting/12882-expected.png:
2989 * platform/chromium-linux/editing/inserting/5607069-2-expected.png:
2990 * platform/chromium-linux/editing/inserting/insert-div-023-expected.png:
2991 * platform/chromium-linux/editing/pasteboard/emacs-cntl-y-001-expected.png:
2992 * platform/chromium-linux/editing/pasteboard/emacs-ctrl-a-k-y-expected.png:
2993 * platform/chromium-linux/editing/pasteboard/emacs-ctrl-k-y-001-expected.png:
2994 * platform/chromium-linux/editing/selection/5354455-1-expected.png:
2995 * platform/chromium-linux/editing/selection/5354455-2-expected.png:
2996 * platform/chromium-linux/editing/selection/designmode-no-caret-expected.png:
2997 * platform/chromium-linux/editing/selection/focus_editable_html-expected.png:
2998 * platform/chromium-linux/editing/selection/iframe-expected.png:
2999 * platform/chromium-linux/editing/selection/move-by-line-001-expected.png:
3000 * platform/chromium-linux/editing/selection/select-all-001-expected.png:
3001 * platform/chromium-linux/editing/selection/select-all-002-expected.png:
3002 * platform/chromium-linux/editing/selection/select-all-003-expected.png:
3003 * platform/chromium-linux/editing/selection/select-all-004-expected.png:
3004 * platform/chromium-linux/editing/selection/unrendered-001-expected.png:
3005 * platform/chromium-linux/editing/selection/unrendered-002-expected.png:
3006 * platform/chromium-linux/editing/selection/unrendered-003-expected.png:
3007 * platform/chromium-linux/editing/selection/unrendered-004-expected.png:
3008 * platform/chromium-linux/editing/selection/unrendered-005-expected.png:
3009 * platform/chromium-linux/fast/backgrounds/001-expected.png:
3010 * platform/chromium-linux/fast/backgrounds/background-inherit-color-bug-expected.png:
3011 * platform/chromium-linux/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.png:
3012 * platform/chromium-linux/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png:
3013 * platform/chromium-linux/fast/backgrounds/size/backgroundSize15-expected.png:
3014 * platform/chromium-linux/fast/backgrounds/svg-as-background-1-expected.png:
3015 * platform/chromium-linux/fast/block/basic/016-expected.png:
3016 * platform/chromium-linux/fast/block/basic/fieldset-stretch-to-legend-expected.png:
3017 * platform/chromium-linux/fast/block/float/008-expected.png:
3018 * platform/chromium-linux/fast/block/float/013-expected.png:
3019 * platform/chromium-linux/fast/block/float/019-expected.png:
3020 * platform/chromium-linux/fast/block/float/021-expected.png:
3021 * platform/chromium-linux/fast/block/float/025-expected.png:
3022 * platform/chromium-linux/fast/block/float/026-expected.png:
3023 * platform/chromium-linux/fast/block/float/027-expected.png:
3024 * platform/chromium-linux/fast/block/float/028-expected.png:
3025 * platform/chromium-linux/fast/block/float/032-expected.png:
3026 * platform/chromium-linux/fast/block/float/033-expected.png:
3027 * platform/chromium-linux/fast/block/float/035-expected.png:
3028 * platform/chromium-linux/fast/block/float/avoidance-percent-width-strict-expected.png:
3029 * platform/chromium-linux/fast/block/float/br-with-clear-2-expected.png:
3030 * platform/chromium-linux/fast/block/float/float-avoidance-expected.png:
3031 * platform/chromium-linux/fast/block/float/nested-clearance-expected.png:
3032 * platform/chromium-linux/fast/block/float/relative-painted-twice-expected.png:
3033 * platform/chromium-linux/fast/block/margin-collapse/103-expected.png:
3034 * platform/chromium-linux/fast/block/margin-collapse/104-expected.png:
3035 * platform/chromium-linux/fast/block/margin-collapse/empty-clear-blocks-expected.png:
3036 * platform/chromium-linux/fast/block/positioning/047-expected.png:
3037 * platform/chromium-linux/fast/block/positioning/051-expected.png:
3038 * platform/chromium-linux/fast/block/positioning/055-expected.png:
3039 * platform/chromium-linux/fast/block/positioning/auto/007-expected.png:
3040 * platform/chromium-linux/fast/block/positioning/fixed-positioning-scrollbar-bug-expected.png:
3041 * platform/chromium-linux/fast/block/positioning/negative-rel-position-expected.png:
3042 * platform/chromium-linux/fast/block/positioning/relative-overflow-block-expected.png:
3043 * platform/chromium-linux/fast/block/positioning/relative-overflow-replaced-expected.png:
3044 * platform/chromium-linux/fast/block/positioning/relative-overflow-replaced-float-expected.png:
3045 * platform/chromium-linux/fast/body-propagation/overflow/001-expected.png:
3046 * platform/chromium-linux/fast/body-propagation/overflow/001-xhtml-expected.png:
3047 * platform/chromium-linux/fast/body-propagation/overflow/002-expected.png:
3048 * platform/chromium-linux/fast/body-propagation/overflow/002-xhtml-expected.png:
3049 * platform/chromium-linux/fast/body-propagation/overflow/003-declarative-expected.png:
3050 * platform/chromium-linux/fast/body-propagation/overflow/003-expected.png:
3051 * platform/chromium-linux/fast/body-propagation/overflow/003-xhtml-expected.png:
3052 * platform/chromium-linux/fast/body-propagation/overflow/004-declarative-expected.png:
3053 * platform/chromium-linux/fast/body-propagation/overflow/004-expected.png:
3054 * platform/chromium-linux/fast/body-propagation/overflow/004-xhtml-expected.png:
3055 * platform/chromium-linux/fast/body-propagation/overflow/005-declarative-expected.png:
3056 * platform/chromium-linux/fast/body-propagation/overflow/005-expected.png:
3057 * platform/chromium-linux/fast/body-propagation/overflow/005-xhtml-expected.png:
3058 * platform/chromium-linux/fast/body-propagation/overflow/006-declarative-expected.png:
3059 * platform/chromium-linux/fast/body-propagation/overflow/006-expected.png:
3060 * platform/chromium-linux/fast/body-propagation/overflow/006-xhtml-expected.png:
3061 * platform/chromium-linux/fast/body-propagation/overflow/007-declarative-expected.png:
3062 * platform/chromium-linux/fast/body-propagation/overflow/007-expected.png:
3063 * platform/chromium-linux/fast/body-propagation/overflow/007-xhtml-expected.png:
3064 * platform/chromium-linux/fast/borders/inline-mask-overlay-image-expected.png:
3065 * platform/chromium-linux/fast/box-shadow/basic-shadows-expected.png:
3066 * platform/chromium-linux/fast/box-sizing/box-sizing-expected.png:
3067 * platform/chromium-linux/fast/canvas/canvas-bg-expected.png:
3068 * platform/chromium-linux/fast/canvas/canvas-text-alignment-expected.png:
3069 * platform/chromium-linux/fast/canvas/image-object-in-canvas-expected.png:
3070 * platform/chromium-linux/fast/clip/014-expected.png:
3071 * platform/chromium-linux/fast/css-generated-content/014-expected.png:
3072 * platform/chromium-linux/fast/css/005-expected.png:
3073 * platform/chromium-linux/fast/css/MarqueeLayoutTest-expected.png:
3074 * platform/chromium-linux/fast/css/border-height-expected.png:
3075 * platform/chromium-linux/fast/css/css2-system-fonts-expected.png:
3076 * platform/chromium-linux/fast/css/empty-pseudo-class-expected.png:
3077 * platform/chromium-linux/fast/css/first-child-pseudo-class-expected.png:
3078 * platform/chromium-linux/fast/css/first-of-type-pseudo-class-expected.png:
3079 * platform/chromium-linux/fast/css/font-face-descriptor-multiple-values-expected.png:
3080 * platform/chromium-linux/fast/css/font-face-implicit-local-font-expected.png:
3081 * platform/chromium-linux/fast/css/font-face-in-shadow-DOM-expected.png:
3082 * platform/chromium-linux/fast/css/font_property_normal-expected.png:
3083 * platform/chromium-linux/fast/css/hsl-color-expected.png:
3084 * platform/chromium-linux/fast/css/last-child-pseudo-class-expected.png:
3085 * platform/chromium-linux/fast/css/last-of-type-pseudo-class-expected.png:
3086 * platform/chromium-linux/fast/css/line-height-overflow-expected.png:
3087 * platform/chromium-linux/fast/css/nested-floating-relative-position-percentages-expected.png:
3088 * platform/chromium-linux/fast/css/nested-rounded-corners-expected.png:
3089 * platform/chromium-linux/fast/css/only-child-pseudo-class-expected.png:
3090 * platform/chromium-linux/fast/css/only-of-type-pseudo-class-expected.png:
3091 * platform/chromium-linux/fast/css/percentage-non-integer-expected.png:
3092 * platform/chromium-linux/fast/css/positioned-overflow-scroll-expected.png:
3093 * platform/chromium-linux/fast/css/text-overflow-ellipsis-expected.png:
3094 * platform/chromium-linux/fast/css/text-overflow-ellipsis-strict-expected.png:
3095 * platform/chromium-linux/fast/css/variables/misplaced-import-test-expected.png:
3096 * platform/chromium-linux/fast/css/word-space-extra-expected.png:
3097 * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.png:
3098 * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.png:
3099 * platform/chromium-linux/fast/dom/clientWidthAfterDocumentIsRemoved-expected.png:
3100 * platform/chromium-linux/fast/dom/clone-node-dynamic-style-expected.png:
3101 * platform/chromium-linux/fast/dom/focus-contenteditable-expected.png:
3102 * platform/chromium-linux/fast/dom/gc-10-expected.png:
3103 * platform/chromium-linux/fast/dynamic/008-expected.png:
3104 * platform/chromium-linux/fast/dynamic/anchor-lock-expected.png:
3105 * platform/chromium-linux/fast/dynamic/insert-before-table-part-in-continuation-expected.png:
3106 * platform/chromium-linux/fast/encoding/utf-16-big-endian-expected.png:
3107 * platform/chromium-linux/fast/encoding/utf-16-little-endian-expected.png:
3108 * platform/chromium-linux/fast/events/5056619-expected.png:
3109 * platform/chromium-linux/fast/events/autoscroll-expected.png:
3110 * platform/chromium-linux/fast/events/keydown-1-expected.png:
3111 * platform/chromium-linux/fast/events/pointer-events-2-expected.png:
3112 * platform/chromium-linux/fast/events/reveal-link-when-focused-expected.png:
3113 * platform/chromium-linux/fast/events/standalone-image-drag-to-editable-expected.png:
3114 * platform/chromium-linux/fast/flexbox/009-expected.png:
3115 * platform/chromium-linux/fast/flexbox/016-expected.png:
3116 * platform/chromium-linux/fast/flexbox/flex-hang-expected.png:
3117 * platform/chromium-linux/fast/forms/001-expected.png:
3118 * platform/chromium-linux/fast/forms/HTMLOptionElement_label05-expected.png:
3119 * platform/chromium-linux/fast/forms/basic-textareas-expected.png:
3120 * platform/chromium-linux/fast/forms/basic-textareas-quirks-expected.png:
3121 * platform/chromium-linux/fast/forms/button-default-title-expected.png:
3122 * platform/chromium-linux/fast/forms/disabled-select-change-index-expected.png:
3123 * platform/chromium-linux/fast/forms/fieldset-align-expected.png:
3124 * platform/chromium-linux/fast/forms/file-input-direction-expected.png:
3125 * platform/chromium-linux/fast/forms/form-element-geometry-expected.png:
3126 * platform/chromium-linux/fast/forms/form-hides-table-expected.png:
3127 * platform/chromium-linux/fast/forms/input-appearance-selection-expected.png:
3128 * platform/chromium-linux/fast/forms/input-first-letter-expected.png:
3129 * platform/chromium-linux/fast/forms/input-table-expected.png:
3130 * platform/chromium-linux/fast/forms/input-text-double-click-expected.png:
3131 * platform/chromium-linux/fast/forms/input-text-scroll-left-on-blur-expected.png:
3132 * platform/chromium-linux/fast/forms/linebox-overflow-in-textarea-padding-expected.png:
3133 * platform/chromium-linux/fast/forms/listbox-scrollbar-incremental-load-expected.png:
3134 * platform/chromium-linux/fast/forms/listbox-width-change-expected.png:
3135 * platform/chromium-linux/fast/forms/option-strip-whitespace-expected.png:
3136 * platform/chromium-linux/fast/forms/search-display-none-cancel-button-expected.png:
3137 * platform/chromium-linux/fast/forms/search-placeholder-value-changed-expected.png:
3138 * platform/chromium-linux/fast/forms/searchfield-heights-expected.png:
3139 * platform/chromium-linux/fast/forms/select-block-background-expected.png:
3140 * platform/chromium-linux/fast/forms/select-change-listbox-size-expected.png:
3141 * platform/chromium-linux/fast/forms/select-change-popup-to-listbox-expected.png:
3142 * platform/chromium-linux/fast/forms/select-initial-position-expected.png:
3143 * platform/chromium-linux/fast/forms/select-item-background-clip-expected.png:
3144 * platform/chromium-linux/fast/forms/select-list-box-with-height-expected.png:
3145 * platform/chromium-linux/fast/forms/select-visual-hebrew-expected.png:
3146 * platform/chromium-linux/fast/forms/select-writing-direction-natural-expected.png:
3147 * platform/chromium-linux/fast/forms/tabbing-input-iframe-expected.png:
3148 * platform/chromium-linux/fast/forms/textAreaLineHeight-expected.png:
3149 * platform/chromium-linux/fast/forms/textarea-scroll-height-expected.png:
3150 * platform/chromium-linux/fast/forms/textarea-scrollbar-expected.png:
3151 * platform/chromium-linux/fast/forms/textarea-scrolled-type-expected.png:
3152 * platform/chromium-linux/fast/forms/textarea-width-expected.png:
3153 * platform/chromium-linux/fast/forms/visual-hebrew-text-field-expected.png:
3154 * platform/chromium-linux/fast/frames/frame-scrolling-attribute-expected.png:
3155 * platform/chromium-linux/fast/frames/iframe-scrolling-attribute-expected.png:
3156 * platform/chromium-linux/fast/frames/inline-object-inside-frameset-expected.png:
3157 * platform/chromium-linux/fast/frames/invalid-expected.png:
3158 * platform/chromium-linux/fast/frames/onlyCommentInIFrame-expected.png:
3159 * platform/chromium-linux/fast/frames/take-focus-from-iframe-expected.png:
3160 * platform/chromium-linux/fast/frames/valid-expected.png:
3161 * platform/chromium-linux/fast/frames/viewsource-attribute-expected.png:
3162 * platform/chromium-linux/fast/gradients/background-clipped-expected.png:
3163 * platform/chromium-linux/fast/images/pdf-as-image-expected.png:
3164 * platform/chromium-linux/fast/images/pdf-as-image-landscape-expected.png:
3165 * platform/chromium-linux/fast/inline-block/inline-block-vertical-align-expected.png:
3166 * platform/chromium-linux/fast/inline-block/tricky-baseline-expected.png:
3167 * platform/chromium-linux/fast/inline/inline-borders-with-bidi-override-expected.png:
3168 * platform/chromium-linux/fast/inline/inline-continuation-borders-expected.png:
3169 * platform/chromium-linux/fast/inline/long-wrapped-line-expected.png:
3170 * platform/chromium-linux/fast/invalid/residual-style-expected.png:
3171 * platform/chromium-linux/fast/layers/opacity-transforms-expected.png:
3172 * platform/chromium-linux/fast/layers/overflow-scroll-auto-switch-expected.png:
3173 * platform/chromium-linux/fast/layers/scroll-rect-to-visible-expected.png:
3174 * platform/chromium-linux/fast/lists/008-expected.png:
3175 * platform/chromium-linux/fast/lists/alpha-list-wrap-expected.png:
3176 * platform/chromium-linux/fast/lists/drag-into-marker-expected.png:
3177 * platform/chromium-linux/fast/lists/li-br-expected.png:
3178 * platform/chromium-linux/fast/lists/ol-start-parsing-expected.png:
3179 * platform/chromium-linux/fast/lists/olstart-expected.png:
3180 * platform/chromium-linux/fast/lists/w3-css3-list-styles-alphabetic-expected.png:
3181 * platform/chromium-linux/fast/lists/w3-css3-list-styles-numeric-expected.png:
3182 * platform/chromium-linux/fast/lists/w3-list-styles-expected.png:
3183 * platform/chromium-linux/fast/media/mq-relative-constraints-02-expected.png:
3184 * platform/chromium-linux/fast/media/mq-relative-constraints-03-expected.png:
3185 * platform/chromium-linux/fast/media/mq-relative-constraints-04-expected.png:
3186 * platform/chromium-linux/fast/media/mq-relative-constraints-05-expected.png:
3187 * platform/chromium-linux/fast/media/mq-relative-constraints-06-expected.png:
3188 * platform/chromium-linux/fast/media/mq-relative-constraints-07-expected.png:
3189 * platform/chromium-linux/fast/media/mq-relative-constraints-08-expected.png:
3190 * platform/chromium-linux/fast/media/mq-relative-constraints-09-expected.png:
3191 * platform/chromium-linux/fast/media/mq-width-absolute-01-expected.png:
3192 * platform/chromium-linux/fast/media/mq-width-absolute-02-expected.png:
3193 * platform/chromium-linux/fast/media/mq-width-absolute-03-expected.png:
3194 * platform/chromium-linux/fast/media/mq-width-absolute-04-expected.png:
3195 * platform/chromium-linux/fast/multicol/client-rects-expected.png:
3196 * platform/chromium-linux/fast/multicol/column-rules-stacking-expected.png:
3197 * platform/chromium-linux/fast/multicol/columns-shorthand-parsing-expected.png:
3198 * platform/chromium-linux/fast/multicol/float-multicol-expected.png:
3199 * platform/chromium-linux/fast/multicol/layers-in-multicol-expected.png:
3200 * platform/chromium-linux/fast/multicol/layers-split-across-columns-expected.png:
3201 * platform/chromium-linux/fast/multicol/nested-columns-expected.png:
3202 * platform/chromium-linux/fast/multicol/positioned-with-constrained-height-expected.png:
3203 * platform/chromium-linux/fast/multicol/span/anonymous-style-inheritance-expected.png:
3204 * platform/chromium-linux/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.png:
3205 * platform/chromium-linux/fast/multicol/span/span-as-immediate-child-generated-content-expected.png:
3206 * platform/chromium-linux/fast/multicol/span/span-as-immediate-child-property-removal-expected.png:
3207 * platform/chromium-linux/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.png:
3208 * platform/chromium-linux/fast/multicol/span/span-as-immediate-columns-child-expected.png:
3209 * platform/chromium-linux/fast/multicol/span/span-as-immediate-columns-child-removal-expected.png:
3210 * platform/chromium-linux/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.png:
3211 * platform/chromium-linux/fast/multicol/span/span-as-nested-columns-child-expected.png:
3212 * platform/chromium-linux/fast/multicol/span/span-margin-collapsing-expected.png:
3213 * platform/chromium-linux/fast/overflow/002-expected.png:
3214 * platform/chromium-linux/fast/overflow/003-expected.png:
3215 * platform/chromium-linux/fast/overflow/005-expected.png:
3216 * platform/chromium-linux/fast/overflow/006-expected.png:
3217 * platform/chromium-linux/fast/overflow/007-expected.png:
3218 * platform/chromium-linux/fast/overflow/008-expected.png:
3219 * platform/chromium-linux/fast/overflow/childFocusRingClip-expected.png:
3220 * platform/chromium-linux/fast/overflow/clip-rects-fixed-ancestor-expected.png:
3221 * platform/chromium-linux/fast/overflow/float-in-relpositioned-expected.png:
3222 * platform/chromium-linux/fast/overflow/hit-test-overflow-controls-expected.png:
3223 * platform/chromium-linux/fast/overflow/image-selection-highlight-expected.png:
3224 * platform/chromium-linux/fast/overflow/overflow-auto-position-absolute-expected.png:
3225 * platform/chromium-linux/fast/overflow/overflow-auto-table-expected.png:
3226 * platform/chromium-linux/fast/overflow/overflow-rtl-expected.png:
3227 * platform/chromium-linux/fast/overflow/overflow-stacking-expected.png:
3228 * platform/chromium-linux/fast/overflow/overflow-text-hit-testing-expected.png:
3229 * platform/chromium-linux/fast/overflow/overflow-with-local-background-attachment-expected.png:
3230 * platform/chromium-linux/fast/overflow/overflow-x-y-expected.png:
3231 * platform/chromium-linux/fast/overflow/position-fixed-transform-clipping-expected.png:
3232 * platform/chromium-linux/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.png:
3233 * platform/chromium-linux/fast/overflow/scrollRevealButton-expected.png:
3234 * platform/chromium-linux/fast/overflow/scrollbar-position-update-expected.png:
3235 * platform/chromium-linux/fast/overflow/table-overflow-float-expected.png:
3236 * platform/chromium-linux/fast/overflow/unreachable-overflow-rtl-bug-expected.png:
3237 * platform/chromium-linux/fast/parser/open-comment-in-textarea-expected.png:
3238 * platform/chromium-linux/fast/reflections/reflection-direction-expected.png:
3239 * platform/chromium-linux/fast/repaint/block-selection-gap-stale-cache-2-expected.png:
3240 * platform/chromium-linux/fast/repaint/box-shadow-v-expected.png:
3241 * platform/chromium-linux/fast/repaint/dynamic-table-vertical-alignment-change-expected.png:
3242 * platform/chromium-linux/fast/repaint/fixed-child-move-after-scroll-expected.png:
3243 * platform/chromium-linux/fast/repaint/fixed-child-of-fixed-move-after-scroll-expected.png:
3244 * platform/chromium-linux/fast/repaint/fixed-child-of-transformed-move-after-scroll-expected.png:
3245 * platform/chromium-linux/fast/repaint/fixed-expected.png:
3246 * platform/chromium-linux/fast/repaint/fixed-move-after-keyboard-scroll-expected.png:
3247 * platform/chromium-linux/fast/repaint/fixed-move-after-scroll-expected.png:
3248 * platform/chromium-linux/fast/repaint/fixed-tranformed-expected.png:
3249 * platform/chromium-linux/fast/repaint/layout-state-only-positioned-expected.png:
3250 * platform/chromium-linux/fast/repaint/line-flow-with-floats-1-expected.png:
3251 * platform/chromium-linux/fast/repaint/line-flow-with-floats-10-expected.png:
3252 * platform/chromium-linux/fast/repaint/line-flow-with-floats-2-expected.png:
3253 * platform/chromium-linux/fast/repaint/line-flow-with-floats-3-expected.png:
3254 * platform/chromium-linux/fast/repaint/line-flow-with-floats-4-expected.png:
3255 * platform/chromium-linux/fast/repaint/line-flow-with-floats-5-expected.png:
3256 * platform/chromium-linux/fast/repaint/line-flow-with-floats-6-expected.png:
3257 * platform/chromium-linux/fast/repaint/line-flow-with-floats-7-expected.png:
3258 * platform/chromium-linux/fast/repaint/line-flow-with-floats-8-expected.png:
3259 * platform/chromium-linux/fast/repaint/line-flow-with-floats-9-expected.png:
3260 * platform/chromium-linux/fast/repaint/list-marker-expected.png:
3261 * platform/chromium-linux/fast/repaint/moving-shadow-on-container-expected.png:
3262 * platform/chromium-linux/fast/repaint/moving-shadow-on-path-expected.png:
3263 * platform/chromium-linux/fast/repaint/overflow-scroll-body-appear-expected.png:
3264 * platform/chromium-linux/fast/repaint/overflow-scroll-delete-expected.png:
3265 * platform/chromium-linux/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.png:
3266 * platform/chromium-linux/fast/repaint/repaint-during-scroll-expected.png:
3267 * platform/chromium-linux/fast/repaint/selection-gap-overflow-scroll-2-expected.png:
3268 * platform/chromium-linux/fast/repaint/selection-gap-overflow-scroll-expected.png:
3269 * platform/chromium-linux/fast/replaced/005-expected.png:
3270 * platform/chromium-linux/fast/replaced/border-radius-clip-expected.png:
3271 * platform/chromium-linux/fast/replaced/pdf-as-image-expected.png:
3272 * platform/chromium-linux/fast/replaced/replaced-breaking-expected.png:
3273 * platform/chromium-linux/fast/replaced/width100percent-image-expected.png:
3274 * platform/chromium-linux/fast/replaced/width100percent-menulist-expected.png:
3275 * platform/chromium-linux/fast/replaced/width100percent-searchfield-expected.png:
3276 * platform/chromium-linux/fast/replaced/width100percent-textarea-expected.png:
3277 * platform/chromium-linux/fast/selectors/166-expected.png:
3278 * platform/chromium-linux/fast/table/023-expected.png:
3279 * platform/chromium-linux/fast/table/034-expected.png:
3280 * platform/chromium-linux/fast/table/040-expected.png:
3281 * platform/chromium-linux/fast/table/border-collapsing/004-expected.png:
3282 * platform/chromium-linux/fast/table/edge-offsets-expected.png:
3283 * platform/chromium-linux/fast/table/empty-cells-expected.png:
3284 * platform/chromium-linux/fast/table/frame-and-rules-expected.png:
3285 * platform/chromium-linux/fast/table/height-percent-test-expected.png:
3286 * platform/chromium-linux/fast/table/overflowHidden-expected.png:
3287 * platform/chromium-linux/fast/table/prepend-in-anonymous-table-expected.png:
3288 * platform/chromium-linux/fast/table/table-display-types-expected.png:
3289 * platform/chromium-linux/fast/table/wide-colspan-expected.png:
3290 * platform/chromium-linux/fast/table/wide-column-expected.png:
3291 * platform/chromium-linux/fast/text/drawBidiText-expected.png:
3292 * platform/chromium-linux/fast/text/international/bidi-LDB-2-formatting-characters-expected.png:
3293 * platform/chromium-linux/fast/text/international/bidi-european-terminators-expected.png:
3294 * platform/chromium-linux/fast/text/international/bidi-listbox-atsui-expected.png:
3295 * platform/chromium-linux/fast/text/international/bidi-listbox-expected.png:
3296 * platform/chromium-linux/fast/text/international/bidi-neutral-run-expected.png:
3297 * platform/chromium-linux/fast/text/international/thai-line-breaks-expected.png:
3298 * platform/chromium-linux/fast/text/softHyphen-expected.png:
3299 * platform/chromium-linux/fast/text/text-letter-spacing-expected.png:
3300 * platform/chromium-linux/fast/text/updateNewFont-expected.png:
3301 * platform/chromium-linux/fast/text/wbr-expected.png:
3302 * platform/chromium-linux/fast/text/whitespace/024-expected.png:
3303 * platform/chromium-linux/fast/text/whitespace/pre-wrap-spaces-after-newline-expected.png:
3304 * platform/chromium-linux/fast/text/word-break-expected.png:
3305 * platform/chromium-linux/fonts/cursive-expected.png:
3306 * platform/chromium-linux/fonts/default-expected.png:
3307 * platform/chromium-linux/fonts/fantasy-expected.png:
3308 * platform/chromium-linux/fonts/monospace-expected.png:
3309 * platform/chromium-linux/fonts/sans-serif-expected.png:
3310 * platform/chromium-linux/fonts/serif-expected.png:
3311 * platform/chromium-linux/http/tests/navigation/anchor-frames-expected.png:
3312 * platform/chromium-linux/http/tests/navigation/error404-frames-expected.png:
3313 * platform/chromium-linux/http/tests/navigation/error404-goback-expected.png:
3314 * platform/chromium-linux/http/tests/navigation/error404-subframeload-expected.png:
3315 * platform/chromium-linux/http/tests/navigation/javascriptlink-frames-expected.png:
3316 * platform/chromium-linux/http/tests/navigation/post-frames-expected.png:
3317 * platform/chromium-linux/http/tests/navigation/post-goback1-expected.png:
3318 * platform/chromium-linux/http/tests/navigation/postredirect-frames-expected.png:
3319 * platform/chromium-linux/media/video-controls-rendering-expected.png:
3320 * platform/chromium-linux/media/video-zoom-expected.png:
3321 * platform/chromium-linux/platform/chromium/fast/text/chromium-linux-fontconfig-renderstyle-expected.png:
3322 * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-02-t-expected.png:
3323 * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-03-t-expected.png:
3324 * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-04-t-expected.png:
3325 * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-05-t-expected.png:
3326 * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-06-t-expected.png:
3327 * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-07-t-expected.png:
3328 * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.png:
3329 * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.png:
3330 * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.png:
3331 * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.png:
3332 * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.png:
3333 * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.png:
3334 * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.png:
3335 * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.png:
3336 * platform/chromium-linux/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.png:
3337 * platform/chromium-linux/svg/W3C-SVG-1.1/masking-path-02-b-expected.png:
3338 * platform/chromium-linux/svg/W3C-SVG-1.1/masking-path-05-f-expected.png:
3339 * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png:
3340 * platform/chromium-linux/svg/W3C-SVG-1.1/struct-use-01-t-expected.png:
3341 * platform/chromium-linux/svg/W3C-SVG-1.1/text-path-01-b-expected.png:
3342 * platform/chromium-linux/svg/W3C-SVG-1.1/text-spacing-01-b-expected.png:
3343 * platform/chromium-linux/svg/W3C-SVG-1.1/text-text-01-b-expected.png:
3344 * platform/chromium-linux/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.png:
3345 * platform/chromium-linux/svg/carto.net/button-expected.png:
3346 * platform/chromium-linux/svg/carto.net/combobox-expected.png:
3347 * platform/chromium-linux/svg/carto.net/slider-expected.png:
3348 * platform/chromium-linux/svg/carto.net/textbox-expected.png:
3349 * platform/chromium-linux/svg/carto.net/window-expected.png:
3350 * platform/chromium-linux/svg/css/stars-with-shadow-expected.png:
3351 * platform/chromium-linux/svg/custom/altglyph-expected.png:
3352 * platform/chromium-linux/svg/custom/animate-path-morphing-expected.png:
3353 * platform/chromium-linux/svg/custom/invisible-text-after-scrolling-expected.png:
3354 * platform/chromium-linux/svg/custom/js-update-transform-changes-expected.png:
3355 * platform/chromium-linux/svg/custom/junk-data-expected.png:
3356 * platform/chromium-linux/svg/custom/marker-child-changes-expected.png:
3357 * platform/chromium-linux/svg/custom/marker-viewBox-changes-expected.png:
3358 * platform/chromium-linux/svg/custom/mask-changes-expected.png:
3359 * platform/chromium-linux/svg/custom/missing-xlink-expected.png:
3360 * platform/chromium-linux/svg/custom/path-bad-data-expected.png:
3361 * platform/chromium-linux/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png:
3362 * platform/chromium-linux/svg/custom/text-xy-updates-SVGList-expected.png:
3363 * platform/chromium-linux/svg/custom/use-detach-expected.png:
3364 * platform/chromium-linux/svg/custom/use-property-changes-through-svg-dom-expected.png:
3365 * platform/chromium-linux/svg/custom/use-referencing-nonexisting-symbol-expected.png:
3366 * platform/chromium-linux/svg/custom/use-transform-expected.png:
3367 * platform/chromium-linux/svg/filters/filterRes-expected.png:
3368 * platform/chromium-linux/svg/hixie/error/012-expected.png:
3369 * platform/chromium-linux/svg/hixie/links/003-broken-expected.png:
3370 * platform/chromium-linux/svg/hixie/perf/003-expected.png:
3371 * platform/chromium-linux/svg/hixie/perf/004-expected.png:
3372 * platform/chromium-linux/svg/hixie/perf/005-expected.png:
3373 * platform/chromium-linux/svg/hixie/perf/006-expected.png:
3374 * platform/chromium-linux/svg/hixie/text/003b-expected.png:
3375 * platform/chromium-linux/svg/overflow/overflow-on-outermost-svg-element-defaults-expected.png:
3376 * platform/chromium-linux/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-1-expected.png:
3377 * platform/chromium-linux/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-2-expected.png:
3378 * platform/chromium-linux/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-3-expected.png:
3379 * platform/chromium-linux/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-defaults-expected.png:
3380 * platform/chromium-linux/svg/text/kerning-expected.png:
3381 * platform/chromium-linux/svg/text/multichar-glyph-expected.png:
3382 * platform/chromium-linux/svg/zoom/page/absolute-sized-document-scrollbars-expected.png:
3383 * platform/chromium-linux/svg/zoom/page/relative-sized-document-scrollbars-expected.png:
3384 * platform/chromium-linux/svg/zoom/page/zoom-coords-viewattr-01-b-expected.png:
3385 * platform/chromium-linux/svg/zoom/page/zoom-foreignObject-expected.png:
3386 * platform/chromium-linux/svg/zoom/page/zoom-hixie-mixed-008-expected.png:
3387 * platform/chromium-linux/svg/zoom/page/zoom-svg-float-border-padding-expected.png:
3388 * platform/chromium-linux/svg/zoom/text/zoom-svg-float-border-padding-expected.png:
3389 * platform/chromium-linux/tables/mozilla/bugs/45621-expected.png:
3390 * platform/chromium-linux/tables/mozilla/bugs/bug101674-expected.png:
3391 * platform/chromium-linux/tables/mozilla/bugs/bug10269-2-expected.png:
3392 * platform/chromium-linux/tables/mozilla/bugs/bug10296-1-expected.png:
3393 * platform/chromium-linux/tables/mozilla/bugs/bug1055-1-expected.png:
3394 * platform/chromium-linux/tables/mozilla/bugs/bug113235-1-expected.png:
3395 * platform/chromium-linux/tables/mozilla/bugs/bug113235-3-expected.png:
3396 * platform/chromium-linux/tables/mozilla/bugs/bug11944-expected.png:
3397 * platform/chromium-linux/tables/mozilla/bugs/bug120364-expected.png:
3398 * platform/chromium-linux/tables/mozilla/bugs/bug1302-expected.png:
3399 * platform/chromium-linux/tables/mozilla/bugs/bug131020-expected.png: