forked from mirrors/gecko-dev
MozReview-Commit-ID: 66ds8Adnsta --HG-- extra : rebase_source : 0c49c6d4ac351145b857e32ff4897dc9b045c9cd
13 lines
284 B
HTML
13 lines
284 B
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
|
|
<html>
|
|
<head>
|
|
<title>Geolocation invoker</title>
|
|
</head>
|
|
<body>
|
|
<script type="text/javascript">
|
|
navigator.geolocation.getCurrentPosition(function(pos) {
|
|
// ignore
|
|
});
|
|
</script>
|
|
</body>
|
|
</html>
|