fune/browser/components/privatebrowsing/test/browser/browser_privatebrowsing_geoprompt_page.html
Mark Banner bb4287f8fb Bug 1311345 - Enable eslint of browser/components/privatebrowsing/ - Final manual fixes. r=jaws
MozReview-Commit-ID: 66ds8Adnsta

--HG--
extra : rebase_source : 0c49c6d4ac351145b857e32ff4897dc9b045c9cd
2017-02-28 13:17:42 +00:00

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>