Home | History | Annotate | Download | only in resources
      1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
      2 <html>
      3   <head>
      4     <script>
      5       function init() {
      6           if (window.layoutTestController) {
      7               layoutTestController.setGeolocationPermission(true);
      8               layoutTestController.setMockGeolocationPosition(51.478, -0.166, 100);
      9           }
     10           window.parent.onIframeReady()
     11       }
     12     </script>
     13   </head>
     14   <body onload="init()">
     15   </body>
     16 </html>
     17