| OLD | NEW |
| 1 Ensure that the constructor for Path object and dependent functions exist. | 1 Ensure that the constructor for Path object and dependent functions exist. |
| 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 typeof document.getElementById is "function" | 6 PASS typeof document.getElementById is "function" |
| 7 PASS path is an instance of Path | 7 PASS path is an instance of Path2D |
| 8 PASS typeof path.closePath is "function" | 8 PASS typeof path.closePath is "function" |
| 9 PASS typeof path.moveTo is "function" | 9 PASS typeof path.moveTo is "function" |
| 10 PASS typeof path.lineTo is "function" | 10 PASS typeof path.lineTo is "function" |
| 11 PASS typeof path.quadraticCurveTo is "function" | 11 PASS typeof path.quadraticCurveTo is "function" |
| 12 PASS typeof path.bezierCurveTo is "function" | 12 PASS typeof path.bezierCurveTo is "function" |
| 13 PASS typeof path.arcTo is "function" | 13 PASS typeof path.arcTo is "function" |
| 14 PASS typeof path.arc is "function" | 14 PASS typeof path.arc is "function" |
| 15 PASS typeof path.rect is "function" | 15 PASS typeof path.rect is "function" |
| 16 PASS successfullyParsed is true | 16 PASS successfullyParsed is true |
| 17 | 17 |
| 18 TEST COMPLETE | 18 TEST COMPLETE |
| 19 | 19 |
| OLD | NEW |