| OLD | NEW |
| (Empty) |
| 1 Ensure that the constructor for Path object and dependent functions exist. | |
| 2 | |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | |
| 4 | |
| 5 | |
| 6 PASS typeof document.getElementById is "function" | |
| 7 PASS path is an instance of Path2D | |
| 8 PASS typeof path.closePath is "function" | |
| 9 PASS typeof path.moveTo is "function" | |
| 10 PASS typeof path.lineTo is "function" | |
| 11 PASS typeof path.quadraticCurveTo is "function" | |
| 12 PASS typeof path.bezierCurveTo is "function" | |
| 13 PASS typeof path.arcTo is "function" | |
| 14 PASS typeof path.arc is "function" | |
| 15 PASS typeof path.rect is "function" | |
| 16 PASS typeof path.ellipse is "function" | |
| 17 PASS successfullyParsed is true | |
| 18 | |
| 19 TEST COMPLETE | |
| 20 | |
| OLD | NEW |