summaryrefslogtreecommitdiffstats
path: root/browser/components/privatebrowsing/test/browser/browser_privatebrowsing_geoprompt_page.html
blob: e7c192021581f75aeae1e511628c1fa23c999202 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!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() {
        // ignore
      });
    </script>
  </body>
</html>