| <!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> |