gecko/dom/tests/mochitest/geolocation/geolocation.html

11 lines
221 B
HTML

<html>
<head>
<title>Simple access of geolocation</title>
<head>
<script>
navigator.geolocation.getCurrentPosition(function () {}, null, {timeout:30000});
</script>
</head>
<body></body>
</html>