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