Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/main
/
.
/
LayoutTests
/
http
/
tests
/
broadcastchannel
/
postmessage-set.html
blob: 8176226c81dfc9c021f9c7d8d0d77edaabda4f68 [
file
] [
edit
]
<!DOCTYPE html>
<html>
<body>
<pre
id
=
"output"
></pre>
<script
src
=
"resources/broadcastchannel-test-harness.js"
></script>
<script>
broadcastChannelTest
(
function
()
{
return
new
Set
([
10
,
20
,
30
]);
},
"Set:3"
);
</script>
</body>
</html>