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

Side by Side Diff: LayoutTests/virtual/gpu/fast/canvas/canvas-scale-drawImage-shadow-expected.txt

Issue 1271253005: Auto-rebaseline for r200178 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 4 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 Ensure correct behavior of canvas with drawImage+shadow after scaling. A blue an d red checkered pattern should be displayed. 1 Ensure correct behavior of canvas with drawImage+shadow after scaling. A blue an d red checkered pattern should be displayed.
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 d[0] is 255 6 PASS d[0] is 255
7 PASS d[1] is 0 7 PASS d[1] is 0
8 PASS d[2] is 0 8 PASS d[2] is 0
9 PASS d[3] is 255 9 FAIL d[3] should be 255. Was 203.
10 PASS d[0] is 255 10 PASS d[0] is 255
11 PASS d[1] is 0 11 PASS d[1] is 0
12 PASS d[2] is 0 12 PASS d[2] is 0
13 PASS d[3] is 255 13 FAIL d[3] should be 255. Was 203.
14 PASS d[0] is 255 14 PASS d[0] is 255
15 PASS d[1] is 0 15 PASS d[1] is 0
16 PASS d[2] is 0 16 PASS d[2] is 0
17 PASS d[3] is around 76 17 PASS d[3] is around 76
18 PASS d[0] is 255 18 PASS d[0] is 255
19 PASS d[1] is 0 19 PASS d[1] is 0
20 PASS d[2] is 0 20 PASS d[2] is 0
21 PASS d[3] is around 76 21 FAIL d[3] is not around 76 (actual: 61)
22 PASS d[0] is 255 22 PASS d[0] is 255
23 PASS d[1] is 0 23 PASS d[1] is 0
24 PASS d[2] is 0 24 PASS d[2] is 0
25 PASS d[3] is around 114 25 PASS d[3] is around 114
26 PASS d[0] is 255 26 PASS d[0] is 255
27 PASS d[1] is 0 27 PASS d[1] is 0
28 PASS d[2] is 0 28 PASS d[2] is 0
29 PASS d[3] is around 114 29 PASS d[3] is around 114
30 PASS d[0] is 255 30 PASS d[0] is 255
31 PASS d[1] is 0 31 PASS d[1] is 0
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 PASS d[2] is 0 80 PASS d[2] is 0
81 PASS d[3] is around 17 81 PASS d[3] is around 17
82 PASS d[0] is 255 82 PASS d[0] is 255
83 PASS d[1] is 0 83 PASS d[1] is 0
84 PASS d[2] is 0 84 PASS d[2] is 0
85 PASS d[3] is around 17 85 PASS d[3] is around 17
86 PASS successfullyParsed is true 86 PASS successfullyParsed is true
87 87
88 TEST COMPLETE 88 TEST COMPLETE
89 89
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698