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

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

Issue 2671853004: Use testharness.js instead of js-test.js in LayoutTests/fast/canvas tests. (Closed)
Patch Set: Corrections 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 Series of tests for canvas alpha
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS ctx1.getContextAttributes().alpha is true
7 PASS imgData1.data[0] is 0
8 PASS imgData1.data[1] is 0
9 PASS imgData1.data[2] is 0
10 PASS imgData1.data[3] is 0
11 PASS ctx2.getContextAttributes().alpha is true
12 PASS imgData2.data[0] is 0
13 PASS imgData2.data[1] is 0
14 PASS imgData2.data[2] is 0
15 PASS imgData2.data[3] is 0
16 PASS ctx3.getContextAttributes().alpha is false
17 PASS ctx4.getContextAttributes().alpha is true
18 PASS imgData4.data[0] is 0
19 PASS imgData4.data[1] is 0
20 PASS imgData4.data[2] is 0
21 PASS imgData4.data[3] is 0
22 PASS attrs.alpha is true
23 PASS ctx4.getContextAttributes().alpha is true
24 PASS imgData4.data[0] is 0
25 PASS imgData4.data[1] is 0
26 PASS imgData4.data[2] is 0
27 PASS imgData4.data[3] is 0
28 PASS successfullyParsed is true
29
30 TEST COMPLETE
31
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/fast/canvas/alpha.js ('k') | third_party/WebKit/LayoutTests/fast/canvas/arc-crash.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698