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