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

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

Issue 14298018: This CL implements the first draft of Canvas 2D Context Attributes, aka getContext('2d', { alpha: f… (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased to ToT; test cleanup Created 7 years, 7 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 | Annotate | Revision Log
« no previous file with comments | « LayoutTests/fast/canvas/alpha.js ('k') | Source/WebKit/chromium/public/WebRuntimeFeatures.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 imgData3.data[0] is 0
18 PASS imgData3.data[1] is 0
19 PASS imgData3.data[2] is 0
20 PASS imgData3.data[3] is 255
21 PASS ctx4.getContextAttributes().alpha is true
22 PASS imgData4.data[0] is 0
23 PASS imgData4.data[1] is 0
24 PASS imgData4.data[2] is 0
25 PASS imgData4.data[3] is 0
26 PASS attrs.alpha is true
27 PASS ctx4.getContextAttributes().alpha is true
28 PASS imgData4.data[0] is 0
29 PASS imgData4.data[1] is 0
30 PASS imgData4.data[2] is 0
31 PASS imgData4.data[3] is 0
32 PASS successfullyParsed is true
33
34 TEST COMPLETE
35
OLDNEW
« no previous file with comments | « LayoutTests/fast/canvas/alpha.js ('k') | Source/WebKit/chromium/public/WebRuntimeFeatures.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698