blob: 45a9bca2e8493a362abf88ce359a6812d6b37c43 [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: Not enough arguments.
PASS successfullyParsed is true
TEST COMPLETE