Sign in
webkit
/
WebKit
/
2460f0f427f628fc375ef165c5dc0d6e83a008e8
/
.
/
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>