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

Side by Side Diff: trunk/LayoutTests/platform/mac/virtual/gpu/fast/canvas/canvas-draw-canvas-on-canvas-shadow-expected.txt

Issue 23507002: Revert 156733 "Refactoring DrawLooper so that it can apply shado..." (Closed) Base URL: svn://svn.chromium.org/blink/
Patch Set: Created 7 years, 3 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 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 PASS d[3] is 255 9 PASS d[3] is 255
10 PASS d[0] is 255 10 PASS d[0] is 255
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 PASS d[2] is 0 48 PASS d[2] is 0
49 FAIL d[3] is not around 50 (actual: 0) 49 FAIL d[3] is not around 50 (actual: 0)
50 FAIL d[0] should be 255. Was 0. 50 FAIL d[0] should be 255. Was 0.
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 FAIL d[3] is not around 50 (actual: 0) 53 FAIL d[3] is not around 50 (actual: 0)
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