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>