blob: db9e0b535890e3f7036a3d0b0e5a4c51ede64a64 [file] [edit]
<!DOCTYPE html>
<html>
<body>
<pre id="output"></pre>
<script src="resources/broadcastchannel-test-harness.js"></script>
<script>
broadcastChannelTest(function() { return new Blob(["hello"], {type: "text/plain"}); }, "Blob:5:text/plain");
</script>
</body>
</html>