blob: 67f06eaf562a29287789d7b7ce48c93f2e94c7ad [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<script type="module">
import {GeolocationMock} from './geolocation-mock.js';
const mock = new GeolocationMock();
window.init = function() {
mock.setGeolocationPermission(false);
window.parent.onIframeReady();
}
</script>
</head>
<body onload="init()">
</body>
</html>