Sign in
webkit
/
WebKit
/
9f9c15eb6fdc193d77c7e606d643d4b8ec49399b
/
.
/
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>