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

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

Issue 237353002: Auto-rebaseline for r171408 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 8 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
OLDNEW
1 Series of tests for canvas alpha 1 Series of tests for canvas alpha
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS ctx1.getContextAttributes().alpha is true 6 PASS ctx1.getContextAttributes().alpha is true
7 PASS imgData1.data[0] is 0 7 PASS imgData1.data[0] is 0
8 PASS imgData1.data[1] is 0 8 PASS imgData1.data[1] is 0
9 PASS imgData1.data[2] is 0 9 PASS imgData1.data[2] is 0
10 PASS imgData1.data[3] is 0 10 PASS imgData1.data[3] is 0
(...skipping 15 matching lines...) Expand all
26 PASS attrs.alpha is true 26 PASS attrs.alpha is true
27 PASS ctx4.getContextAttributes().alpha is true 27 PASS ctx4.getContextAttributes().alpha is true
28 PASS imgData4.data[0] is 0 28 PASS imgData4.data[0] is 0
29 PASS imgData4.data[1] is 0 29 PASS imgData4.data[1] is 0
30 PASS imgData4.data[2] is 0 30 PASS imgData4.data[2] is 0
31 PASS imgData4.data[3] is 0 31 PASS imgData4.data[3] is 0
32 PASS successfullyParsed is true 32 PASS successfullyParsed is true
33 33
34 TEST COMPLETE 34 TEST COMPLETE
35 35
OLDNEW
« no previous file with comments | « LayoutTests/fast/canvas/alpha-expected.txt ('k') | LayoutTests/platform/android/virtual/gpu/fast/canvas/alpha-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698