blob: d276bc19782e680d55f8114b34639108ff0b3c96 [file] [edit]
<!DOCTYPE html>
<html>
<body>
<pre id="output"></pre>
<script src="resources/broadcastchannel-test-harness.js"></script>
<script>
broadcastChannelTest(function() {
return new EncodedVideoChunk({type: "key", timestamp: 0, data: new Uint8Array([1, 2, 3, 4])});
}, "EncodedVideoChunk:key:4");
</script>
</body>
</html>