Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / Geolocation / resources / remove-remote-context-in-error-callback-crash-inner.html
blob73f52187a39c15cee6c6fa09f70b00c4630bca63
1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
2 <html>
3 <head>
4 <script>
5 function init() {
6 if (!window.testRunner || !window.internals)
7 debug('This test can not run without testRunner or internals');
9 internals.setGeolocationClientMock(document);
10 internals.setGeolocationPermission(document, false);
11 window.parent.onIframeReady()
13 </script>
14 </head>
15 <body onload="init()">
16 </body>
17 </html>