Sign in
webkit
/
WebKit
/
2b7db40d04e23e466c35ac26a2cac6ea07d1f8ff
/
.
/
LayoutTests
/
loader
/
navigation-policy
/
should-open-external-urls
/
resources
/
programatically-navigate-to-notify-done.html
blob: b59b9bbe76b8c9f5ef07f50943db49b65db7aa55 [
file
] [
log
] [
blame
]
<script>
if
(
window
.
testRunner
)
testRunner
.
waitUntilDone
();
function
loaded
()
{
window
.
location
.
href
=
"notify-done.html"
;
}
</script>
<body
onload
=
"
loaded
();
"
>
This page does a javascript client redirect to notify-done.html.
</body>