blob: 2897a8ba049d4ac50e3e9423a9c290fe200d0019 [file] [log] [blame]
<html>
<head>
<script>
function requestGeolocationFromInvalidUrl() {
var o = window.open();
o.navigator.geolocation;
o.close();
delete o;
return "1";
}
function isAlive() {
return "1";
}
</script>
</head>
<body></body>
</html>