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