blob: fb3ae49d3c21cde81c473b9892097d651747d451 [file] [log] [blame]
<body>
PASS if no crash.
<iframe id="i" src="about:blank"></iframe>
<script>
if (window.testRunner)
testRunner.dumpAsText();
var i_win = i.contentWindow;
i.remove();
i_win.addEventListener('unload', () => {});
</script>
</body>