Sign in
webkit
/
WebKit
/
refs/heads/master
/
.
/
LayoutTests
/
loader
/
navigation-policy
/
should-open-external-urls
/
resources
/
window-open-to-notify-done.html
blob: bc71171e79f8526f277ddc20d3d182b37695868d [
file
] [
log
] [
blame
]
<script>
if
(
window
.
testRunner
)
testRunner
.
waitUntilDone
();
function
loaded
()
{
window
.
open
(
"notify-done.html"
);
}
</script>
<body
onload
=
"
loaded
();
"
>
</body>