Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(14)

Side by Side Diff: LayoutTests/fast/canvas/canvas-large-fills-expected.txt

Issue 54473004: Make js-test-post a noop. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add mac NeedsRebaselines Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 Tests that using the different composite modes to fill large rects doesn't crash and works as expected. 1 Tests that using the different composite modes to fill large rects doesn't crash and works as expected.
2 PASS Fill Size 10000, source-over: #0000FF 2 PASS Fill Size 10000, source-over: #0000FF
3 PASS Fill Size 10000, source-in: #0000FF 3 PASS Fill Size 10000, source-in: #0000FF
4 PASS Fill Size 10000, source-out: #000000 4 PASS Fill Size 10000, source-out: #000000
5 PASS Fill Size 10000, source-atop: #0000FF 5 PASS Fill Size 10000, source-atop: #0000FF
6 PASS Fill Size 10000, destination-over: #00FF00 6 PASS Fill Size 10000, destination-over: #00FF00
7 PASS Fill Size 10000, destination-in: #00FF00 7 PASS Fill Size 10000, destination-in: #00FF00
8 PASS Fill Size 10000, destination-out: #000000 8 PASS Fill Size 10000, destination-out: #000000
9 PASS Fill Size 10000, destination-atop: #00FF00 9 PASS Fill Size 10000, destination-atop: #00FF00
10 PASS Fill Size 10000, lighter: #00FFFF 10 PASS Fill Size 10000, lighter: #00FFFF
(...skipping 14 matching lines...) Expand all
25 PASS Fill Size 100000, source-in: #0000FF 25 PASS Fill Size 100000, source-in: #0000FF
26 PASS Fill Size 100000, source-out: #000000 26 PASS Fill Size 100000, source-out: #000000
27 PASS Fill Size 100000, source-atop: #0000FF 27 PASS Fill Size 100000, source-atop: #0000FF
28 PASS Fill Size 100000, destination-over: #00FF00 28 PASS Fill Size 100000, destination-over: #00FF00
29 PASS Fill Size 100000, destination-in: #00FF00 29 PASS Fill Size 100000, destination-in: #00FF00
30 PASS Fill Size 100000, destination-out: #000000 30 PASS Fill Size 100000, destination-out: #000000
31 PASS Fill Size 100000, destination-atop: #00FF00 31 PASS Fill Size 100000, destination-atop: #00FF00
32 PASS Fill Size 100000, lighter: #00FFFF 32 PASS Fill Size 100000, lighter: #00FFFF
33 PASS Fill Size 100000, copy: #0000FF 33 PASS Fill Size 100000, copy: #0000FF
34 PASS Fill Size 100000, xor: #000000 34 PASS Fill Size 100000, xor: #000000
35 PASS successfullyParsed is true
35 36
37 TEST COMPLETE
38
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698