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

Side by Side Diff: third_party/WebKit/LayoutTests/virtual/gpu/fast/canvas/canvas-draw-canvas-on-canvas-shadow-expected.txt

Issue 1502283002: Changing the equation of computing sigma from blur radius (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update test expectations on mac Created 5 years 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
1 Ensure correct behavior when drawing a canvas on a canvas with shadows. A blue a nd red checkered pattern should be displayed. 1 Ensure correct behavior when drawing a canvas on a canvas with shadows. A blue a nd 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 FAIL d[3] should be 255. Was 228. 9 PASS d[3] is 255
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 FAIL d[3] should be 255. Was 228. 13 PASS d[3] is 255
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 FAIL d[3] should be 255. Was 203. 17 PASS d[3] is 255
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 127 21 PASS d[3] is around 127
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 127 25 PASS d[3] is around 127
26 PASS d[0] is 255 26 PASS d[0] is 255
27 PASS d[1] is 0 27 PASS d[1] is 0
(...skipping 20 matching lines...) Expand all
48 PASS d[2] is 0 48 PASS d[2] is 0
49 PASS d[3] is around 50 49 PASS d[3] is around 50
50 PASS d[0] is 255 50 PASS d[0] is 255
51 PASS d[1] is 0 51 PASS d[1] is 0
52 PASS d[2] is 0 52 PASS d[2] is 0
53 PASS d[3] is around 50 53 PASS d[3] is around 50
54 PASS successfullyParsed is true 54 PASS successfullyParsed is true
55 55
56 TEST COMPLETE 56 TEST COMPLETE
57 57
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698