summaryrefslogtreecommitdiffstats
path: root/browser/components/privatebrowsing/test/browser/browser_privatebrowsing_geoprompt_page.html
blob: 01ed3f3d2ce64fcdcb21f067d6c38db575753d0a (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(pos) {
        // ignore
      });
    </script>
  </body>
</html>