blob: 646c1f158deeb037f42654c94948453035bbb5f6 [file] [edit]
<!DOCTYPE html>
<html>
<body>
<pre id="output"></pre>
<script src="resources/broadcastchannel-test-harness.js"></script>
<script>
broadcastChannelTest(function() { return new Map([["a", 1], ["b", 2]]); }, "Map:2");
</script>
</body>
</html>