blob: 91ec3ba2b4bafb5ac3a08fa450b1658d94ea5713 [file] [log] [blame]
Test how setCustomValidity reacts to too few arguments.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS b.setCustomValidity() threw exception TypeError: Not enough arguments.
PASS fs.setCustomValidity() threw exception TypeError: Not enough arguments.
PASS i.setCustomValidity() threw exception TypeError: Not enough arguments.
PASS k.setCustomValidity() threw exception TypeError: k.setCustomValidity is not a function. (In 'k.setCustomValidity()', 'k.setCustomValidity' is undefined).
PASS successfullyParsed is true
TEST COMPLETE