| OLD | NEW |
| 1 Test required arguments of URL object. | 1 Test required arguments of URL object. |
| 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 PASS URL.createObjectURL() threw exception TypeError: Not enough arguments. | 5 PASS URL.createObjectURL() threw exception TypeError: Failed to execute 'createO
bjectURL' on 'DOMURL': 1 argument required, but only 0 present.. |
| 6 PASS URL.revokeObjectURL() threw exception TypeError: Not enough arguments. | 6 PASS URL.revokeObjectURL() threw exception TypeError: Failed to execute 'revokeO
bjectURL' on 'DOMURL': 1 argument required, but only 0 present.. |
| 7 PASS successfullyParsed is true | 7 PASS successfullyParsed is true |
| 8 | 8 |
| 9 TEST COMPLETE | 9 TEST COMPLETE |
| 10 | 10 |
| OLD | NEW |