blob: dfda445247084af5a53c907275635d85a6870dde [file]
<!DOCTYPE html>
<html>
<head>
<script src="../../js/resources/js-test-pre.js"></script>
</head>
<body>
<script>
description("Tests how Geolocation handles receiving too few arguments.");
shouldThrow("window.navigator.geolocation.getCurrentPosition()");
shouldThrow("window.navigator.geolocation.watchPosition()");
shouldThrow("window.navigator.geolocation.clearWatch()");
</script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
</html>