Sign in
webkit
/
WebKit
/
a659cc2560ef03ca74fc359443f5a95cd40bafd1
/
.
/
LayoutTests
/
imported
/
blink
/
fast
/
loader
/
open-in-srcdoc-unload.html
blob: 3ecbe70b6ca6cda000efaf1936d9d08463346867 [
file
] [
log
] [
blame
]
<iframe
id
=
"i"
></iframe>
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
window
.
onload
=
function
()
{
document
.
getElementById
(
"i"
).
srcdoc
=
">"
;
}
frames
[
0
].
onunload
=
function
()
{
document
.
open
();
document
.
close
();
};
</script>