summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/workers/semantics/structured-clone/shared.html
blob: 6f74354d4828e864b7da131029bdd890104227f7 (plain)
1
2
3
4
5
6
7
8
9
<!doctype html>
<title>structured clone to shared worker</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<div id=log></div>
<script>
var type = 'shared';
</script>
<script src="common.js"></script>