blob: 263a97d8be9bb4ed1d7f5daaae321c3d11bc8ba0 [file] [log] [blame]
Test that the parameters to DOMParser.parseFromString() are mandatory.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS parser.parseFromString() threw exception TypeError: Not enough arguments.
PASS parser.parseFromString('<html></html>') threw exception TypeError: Not enough arguments.
PASS successfullyParsed is true
TEST COMPLETE