OLD | NEW |
---|---|
1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> | 1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> |
2 <html> | 2 <html> |
3 <head> | 3 <head> |
4 <script> | 4 <script> |
5 function init() { | 5 function init() { |
6 if (window.layoutTestController) | 6 if (window.layoutTestController) |
7 layoutTestController.setGeolocationPermission(false); | 7 layoutTestController.setGeolocationPermission(false); |
8 window.parent.onIframeReady() | 8 window.parent.onIframeReady() |
9 } | 9 } |
10 </script> | 10 </script> |
11 </head> | 11 </head> |
12 <body onload="init()"> | 12 <body onload="init()"> |
13 </body> | 13 </body> |
14 </html> | 14 </html> |
OLD | NEW |