blob: a68e7ff5c6cc038a188d4ac48dac035f3b2bfc75 [file] [log] [blame]
Tests how Geolocation handles receiving too few arguments.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS window.navigator.geolocation.getCurrentPosition() threw exception TypeError: Not enough arguments.
PASS window.navigator.geolocation.watchPosition() threw exception TypeError: Not enough arguments.
PASS window.navigator.geolocation.clearWatch() threw exception TypeError: Not enough arguments.
PASS successfullyParsed is true
TEST COMPLETE