blob: d7efcd3d29ba5425efb512b51977161f2f76f553 [file] [edit]
<!DOCTYPE html>
<html>
<body>
<pre id="output"></pre>
<script src="resources/broadcastchannel-test-harness.js"></script>
<script>
broadcastChannelTest(function() { return 42; }, "number:42");
</script>
</body>
</html>