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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/canvas/canvas-lineDash-expected.txt

Issue 1381973002: Disable canvas line dashing when dash sequence is all zeros. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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
OLDNEW
1 Basic test for setLineDash, getLineDash and lineDashOffset 1 Basic test for setLineDash, getLineDash and lineDashOffset
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 ctx.lineDashOffset is 0 6 PASS ctx.lineDashOffset is 0
7 PASS lineDash[0] is 15 7 PASS lineDash[0] is 15
8 PASS lineDash[1] is 10 8 PASS lineDash[1] is 10
9 PASS ctx.lineDashOffset is 5 9 PASS ctx.lineDashOffset is 5
10 PASS lineDash[0] is 5 10 PASS lineDash[0] is 5
(...skipping 22 matching lines...) Expand all
33 PASS getPixel(50,35) is [0,0,0,0] 33 PASS getPixel(50,35) is [0,0,0,0]
34 PASS getPixel(50,25) is [0,255,0,255] 34 PASS getPixel(50,25) is [0,255,0,255]
35 PASS getPixel(95,10) is [0,0,0,0] 35 PASS getPixel(95,10) is [0,0,0,0]
36 PASS getPixel(105,10) is [0,255,0,255] 36 PASS getPixel(105,10) is [0,255,0,255]
37 PASS getPixel(120,15) is [0,0,0,0] 37 PASS getPixel(120,15) is [0,0,0,0]
38 PASS getPixel(120,25) is [0,255,0,255] 38 PASS getPixel(120,25) is [0,255,0,255]
39 PASS getPixel(115,40) is [0,0,0,0] 39 PASS getPixel(115,40) is [0,0,0,0]
40 PASS getPixel(105,40) is [0,255,0,255] 40 PASS getPixel(105,40) is [0,255,0,255]
41 PASS getPixel(90,35) is [0,0,0,0] 41 PASS getPixel(90,35) is [0,0,0,0]
42 PASS getPixel(90,25) is [0,255,0,255] 42 PASS getPixel(90,25) is [0,255,0,255]
43 PASS getPixel(130,10) is [0,255,0,255]
44 PASS getPixel(130,15) is [0,255,0,255]
45 PASS getPixel(130,25) is [0,255,0,255]
46 PASS getPixel(130,35) is [0,255,0,255]
43 PASS successfullyParsed is true 47 PASS successfullyParsed is true
44 48
45 TEST COMPLETE 49 TEST COMPLETE
46 50
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698