Sign in
webkit
/
WebKit
/
2b9314704109414223cf0e708fa0d8203754e674
/
.
/
LayoutTests
/
loader
/
navigation-policy
/
should-open-external-urls
/
resources
/
main-frame-with-subframe-main-programatically-navigates-subframe.html
blob: 63de0cc87f0cef0992b15c6185bb8508db94bedb [
file
] [
log
] [
blame
]
<script>
if
(
window
.
testRunner
)
testRunner
.
waitUntilDone
();
function
iframeLoaded
()
{
window
.
frames
[
0
].
location
=
"notify-done.html"
;
}
</script>
<iframe
onload
=
"
iframeLoaded
();
"
src
=
"do-nothing.html"
></iframe>