summaryrefslogtreecommitdiffstats
path: root/devtools/client/responsive.html/test/browser/geolocation.html
blob: 03d105a1917b2ff0dfd3f12232e7d03eba570305 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!doctype html>
<html>
  <head>
    <meta charset="utf-8">
    <title>Geolocation permission test</title>
  </head>
  <body>
    <script type="text/javascript">
      "use strict";
      navigator.geolocation.getCurrentPosition(function (pos) {});
    </script>
  </body>
</html>