Sign in
webkit
/
WebKit
/
7b85620e1b56e83a406bb98bc219536f37bdbbe1
/
.
/
LayoutTests
/
fast
/
dom
/
Geolocation
/
resources
/
remove-remote-context-in-error-callback-crash-inner.html
blob: 69b81eff116b3fb1737523aec778a0d910ddcd8f [
file
] [
log
] [
blame
]
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<script>
function
init
()
{
if
(
window
.
testRunner
)
testRunner
.
setGeolocationPermission
(
false
);
window
.
parent
.
onIframeReady
()
}
</script>
</head>
<body
onload
=
"
init
()
"
>
</body>
</html>