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

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

Issue 23102018: Refactoring DrawLooper so that it can apply shadow effects as skia image filters (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Adding missing adoptRefs 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 of canvas with image shadow. A square with a cut-out top -right corner should be displayed with solid shadow (top) and blur shadow (botto m). 1 Ensure correct behavior of canvas with image shadow. A square with a cut-out top -right corner should be displayed with solid shadow (top) and blur shadow (botto m).
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 0 6 PASS d[0] is 0
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 0 9 PASS d[3] is 0
10 PASS d[0] is 240 10 PASS d[0] is 240
(...skipping 28 matching lines...) Expand all
39 PASS d[1] is 0 39 PASS d[1] is 0
40 PASS d[2] is 255 40 PASS d[2] is 255
41 PASS d[3] should not be 255 and it's not. 41 PASS d[3] should not be 255 and it's not.
42 PASS d[0] is 0 42 PASS d[0] is 0
43 PASS d[1] is 0 43 PASS d[1] is 0
44 PASS d[2] is 255 44 PASS d[2] is 255
45 PASS d[3] should not be 255 and it's not. 45 PASS d[3] should not be 255 and it's not.
46 PASS d[0] is 0 46 PASS d[0] is 0
47 PASS d[1] is 0 47 PASS d[1] is 0
48 PASS d[2] is 255 48 PASS d[2] is 255
49 PASS d[3] should not be 255 and it's not.
50 PASS d[0] is 0
51 PASS d[1] is 0
52 PASS d[2] is 255
49 PASS d[0] is 0 53 PASS d[0] is 0
50 PASS d[1] is 0 54 PASS d[1] is 0
51 PASS d[2] is 0 55 PASS d[2] is 0
52 PASS d[3] is 0 56 PASS d[3] is 0
53 PASS d[0] is 0 57 PASS d[0] is 0
54 PASS d[1] is 0 58 PASS d[1] is 0
55 PASS d[2] is 0 59 PASS d[2] is 0
56 PASS d[3] is 0 60 PASS d[3] is 0
57 PASS successfullyParsed is true 61 PASS successfullyParsed is true
58 62
59 TEST COMPLETE 63 TEST COMPLETE
60 64
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698