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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/canvas/canvas-drawImage-shadow-expected.txt

Issue 2696023002: Use testharness.js instead of js-test.js in LayoutTests/fast/canvas tests. (Closed)
Patch Set: 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 Ensure correct behavior of canvas with image shadow. A square with a cut-out top -right corner should be displayed with solid shadow (top) and blur shadow (botto m).
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS d[0] is 0
7 PASS d[1] is 0
8 PASS d[2] is 0
9 PASS d[3] is 0
10 PASS d[0] is 240
11 PASS d[1] is 50
12 PASS d[2] is 50
13 PASS d[3] is 255
14 PASS d[0] is 240
15 PASS d[1] is 50
16 PASS d[2] is 50
17 PASS d[3] is 255
18 PASS d[0] is 0
19 PASS d[1] is 0
20 PASS d[2] is 0
21 PASS d[3] is 0
22 PASS d[0] is 0
23 PASS d[1] is 0
24 PASS d[2] is 0
25 PASS d[3] is 0
26 PASS d[0] is 0
27 PASS d[1] is 0
28 PASS d[2] is 0
29 PASS d[3] is 0
30 PASS d[0] is 0
31 PASS d[1] is 0
32 PASS d[2] is 255
33 PASS d[3] should not be 255 and it's not.
34 PASS d[0] is 0
35 PASS d[1] is 0
36 PASS d[2] is 255
37 PASS d[3] should not be 255 and it's not.
38 PASS d[0] is 0
39 PASS d[1] is 0
40 PASS d[2] is 255
41 PASS d[3] should not be 255 and it's not.
42 PASS d[0] is 0
43 PASS d[1] is 0
44 PASS d[2] is 255
45 PASS d[3] should not be 255 and it's not.
46 PASS d[0] is 0
47 PASS d[1] is 0
48 PASS d[2] is 255
49 PASS d[0] is 0
50 PASS d[1] is 0
51 PASS d[2] is 0
52 PASS d[3] is 0
53 PASS d[0] is 0
54 PASS d[1] is 0
55 PASS d[2] is 0
56 PASS d[3] is 0
57 PASS successfullyParsed is true
58
59 TEST COMPLETE
60
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698