Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
8a2c8a97dfd3af0fdb68d49fc58e1163aca8085a
/
.
/
LayoutTests
/
fast
/
parser
/
document-open-in-unload.html
blob: 471f163155ed9343bb45898193b7e461b1e91c58 [
file
]
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>