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

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: added test for 'null' 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/canvas/script-tests/canvas-lineDash.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 0
11 PASS lineDash[1] is 0
10 PASS lineDash[0] is 5 12 PASS lineDash[0] is 5
11 PASS lineDash[1] is 10 13 PASS lineDash[1] is 10
12 PASS lineDash[2] is 15 14 PASS lineDash[2] is 15
13 PASS lineDash[3] is 5 15 PASS lineDash[3] is 5
14 PASS lineDash[4] is 10 16 PASS lineDash[4] is 10
15 PASS lineDash[5] is 15 17 PASS lineDash[5] is 15
16 PASS lineDash[0] is 1 18 PASS lineDash[0] is 1
17 PASS lineDash[1] is 2 19 PASS lineDash[1] is 2
18 PASS ctx.lineDashOffset is 5 20 PASS ctx.lineDashOffset is 5
19 PASS getPixel(25,10) is [0,255,0,255] 21 PASS getPixel(25,10) is [0,255,0,255]
(...skipping 13 matching lines...) Expand all
33 PASS getPixel(50,35) is [0,0,0,0] 35 PASS getPixel(50,35) is [0,0,0,0]
34 PASS getPixel(50,25) is [0,255,0,255] 36 PASS getPixel(50,25) is [0,255,0,255]
35 PASS getPixel(95,10) is [0,0,0,0] 37 PASS getPixel(95,10) is [0,0,0,0]
36 PASS getPixel(105,10) is [0,255,0,255] 38 PASS getPixel(105,10) is [0,255,0,255]
37 PASS getPixel(120,15) is [0,0,0,0] 39 PASS getPixel(120,15) is [0,0,0,0]
38 PASS getPixel(120,25) is [0,255,0,255] 40 PASS getPixel(120,25) is [0,255,0,255]
39 PASS getPixel(115,40) is [0,0,0,0] 41 PASS getPixel(115,40) is [0,0,0,0]
40 PASS getPixel(105,40) is [0,255,0,255] 42 PASS getPixel(105,40) is [0,255,0,255]
41 PASS getPixel(90,35) is [0,0,0,0] 43 PASS getPixel(90,35) is [0,0,0,0]
42 PASS getPixel(90,25) is [0,255,0,255] 44 PASS getPixel(90,25) is [0,255,0,255]
45 PASS getPixel(130,10) is [0,255,0,255]
46 PASS getPixel(130,15) is [0,255,0,255]
47 PASS getPixel(130,25) is [0,255,0,255]
48 PASS getPixel(130,35) is [0,255,0,255]
43 PASS successfullyParsed is true 49 PASS successfullyParsed is true
44 50
45 TEST COMPLETE 51 TEST COMPLETE
46 52
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/canvas/script-tests/canvas-lineDash.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698