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

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

Issue 2681423002: Use testharness.js instead of js-test.js in LayoutTests/fast/canvas tests. (Closed)
Patch Set: Adding exceptions to TestExpectations Created 3 years, 10 months 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
OLDNEW
(Empty)
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
3 PASS Fill Size 10000, source-in: #0000FF
4 PASS Fill Size 10000, source-out: #000000
5 PASS Fill Size 10000, source-atop: #0000FF
6 PASS Fill Size 10000, destination-over: #00FF00
7 PASS Fill Size 10000, destination-in: #00FF00
8 PASS Fill Size 10000, destination-out: #000000
9 PASS Fill Size 10000, destination-atop: #00FF00
10 PASS Fill Size 10000, lighter: #00FFFF
11 PASS Fill Size 10000, copy: #0000FF
12 PASS Fill Size 10000, xor: #000000
13 PASS Fill Size 50000, source-over: #0000FF
14 PASS Fill Size 50000, source-in: #0000FF
15 PASS Fill Size 50000, source-out: #000000
16 PASS Fill Size 50000, source-atop: #0000FF
17 PASS Fill Size 50000, destination-over: #00FF00
18 PASS Fill Size 50000, destination-in: #00FF00
19 PASS Fill Size 50000, destination-out: #000000
20 PASS Fill Size 50000, destination-atop: #00FF00
21 PASS Fill Size 50000, lighter: #00FFFF
22 PASS Fill Size 50000, copy: #0000FF
23 PASS Fill Size 50000, xor: #000000
24 PASS Fill Size 100000, source-over: #0000FF
25 PASS Fill Size 100000, source-in: #0000FF
26 PASS Fill Size 100000, source-out: #000000
27 PASS Fill Size 100000, source-atop: #0000FF
28 PASS Fill Size 100000, destination-over: #00FF00
29 PASS Fill Size 100000, destination-in: #00FF00
30 PASS Fill Size 100000, destination-out: #000000
31 PASS Fill Size 100000, destination-atop: #00FF00
32 PASS Fill Size 100000, lighter: #00FFFF
33 PASS Fill Size 100000, copy: #0000FF
34 PASS Fill Size 100000, xor: #000000
35 PASS successfullyParsed is true
36
37 TEST COMPLETE
38
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698