Sign in
webkit
/
WebKit
/
827d8d85df2265cb42dbb614ee23888d063fb795
/
.
/
LayoutTests
/
fast
/
parser
/
document-open-in-unload.html
blob: 471f163155ed9343bb45898193b7e461b1e91c58 [
file
] [
log
] [
blame
]
This test passes if it doesn't crash.
<iframe
src
=
"data:text/plain,Hi"
></iframe>
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
frames
[
0
].
onunload
=
function
()
{
document
.
open
();
};
</script>