blob: f923591bdb457ca0c59fa814a7f2319e2b83fd31 [file] [log] [blame]
Test URL methods with null arguments.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS URL.createObjectURL(null) threw exception TypeError: Type error.
URL.revokeObjectURL(null)
PASS successfullyParsed is true
TEST COMPLETE