Sign in
webkit
/
WebKit
/
47b8206e2462d5a862fef65e142ae8764bd9b9e5
/
.
/
LayoutTests
/
fast
/
dom
/
resources
/
set-frame-src-while-running-script-in-frame.html
blob: f6ab2440f5cbe27611cc5b7d5de784548a415900 [
file
] [
log
] [
blame
]
<html>
<script>
var
f
=
parent
.
document
.
getElementsByTagName
(
'iframe'
)[
0
]
f
.
onload
=
function
()
{
if
(
window
.
testRunner
)
testRunner
.
notifyDone
();
}
f
.
src
=
"about:blank"
</script>
</html>