<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> | |
<html> | |
<head> | |
<script> | |
function init() { | |
if (window.testRunner) { | |
testRunner.setGeolocationPermission(true); | |
testRunner.setMockGeolocationPosition(51.478, -0.166, 100); | |
} | |
window.parent.onIframeReady() | |
} | |
</script> | |
</head> | |
<body onload="init()"> | |
</body> | |
</html> |