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

13 lines
155 B
HTML

<html> <head>
<title>Simple access of geolocation</title>
<script>
document.writeln(navigator.geolocation);
</script>
</head>
<body>
<p>
</body>
</html>