| OLD | NEW |
| (Empty) |
| 1 This tests behaviour of path modification APIs on an empty path. | |
| 2 | |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | |
| 4 | |
| 5 | |
| 6 Test lineTo | |
| 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] | |
| 10 Test lineTo sequence | |
| 11 PASS getColor(0,0) is [255,0,0,255] | |
| 12 PASS getColor(50,50) is [0,128,0,255] | |
| 13 Test quadraticCurveTo | |
| 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] | |
| 20 Test bezierCurveTo | |
| 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 | |
| 28 | |
| 29 TEST COMPLETE | |
| 30 | |
| OLD | NEW |