haikuwebkit/LayoutTests/fast/parser/DOMParser-parameters-expect...

12 lines
378 B
Plaintext

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