1 This tests behaviour of path modification APIs on an empty path.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
7 PASS getColor(40,40) is [0,128,0,255]
8 Test canvas.rect() with width = height = 0.
9 PASS getColor(1,1) is [0,0,0,0]
11 PASS getColor(0,0) is [255,0,0,255]
12 PASS getColor(50,50) is [0,128,0,255]
14 PASS getColor(10,10) is [255,0,0,255]
15 PASS getColor(50,50) is [0,128,0,255]
16 Test quadraticCurveTo endpoint
17 PASS getColor(10,10) is [255,0,0,255]
18 PASS getColor(99,51) is [0,128,0,255]
19 PASS getColor(50,50) is [0,128,0,255]
21 PASS getColor(10,10) is [255,0,0,255]
22 PASS getColor(50,50) is [0,128,0,255]
23 Test bezierCurveTo endpoint
24 PASS getColor(10,10) is [255,0,0,255]
25 PASS getColor(99,51) is [0,128,0,255]
26 PASS getColor(50,50) is [0,128,0,255]
27 PASS successfullyParsed is true