summaryrefslogtreecommitdiffstats
path: root/LayoutTests/fast/dom/Geolocation/resources/callback-to-remote-context-inner.html
blob: 054794355cdebbf305635ff4627564c8125d8c5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
  <head>
    <script>
      function init() {
          if (window.layoutTestController) {
              layoutTestController.setGeolocationPermission(true);
              layoutTestController.setMockGeolocationPosition(51.478, -0.166, 100);
          }
          window.parent.onIframeReady()
      }
    </script>
  </head>
  <body onload="init()">
  </body>
</html>