blob: 43716a3a218dbcca34dfeeda5739c57c9e4e2641 [file] [log] [blame]
<body>
PASS if no crash.
<iframe id="i" src="about:blank"></iframe>
<script>
if (window.testRunner)
testRunner.dumpAsText();
var i_bc = i.contentWindow.BroadcastChannel;
i.remove();
new i_bc("crash");
</script>
</body>