1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-05-27 21:38:34 +00:00
Files
UXP/testing/web-platform/tests/workers/semantics/structured-clone/dedicated.html
T

10 lines
270 B
HTML

<!doctype html>
<title>structured clone to dedicated worker</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<div id=log></div>
<script>
var type = 'dedicated';
</script>
<script src="common.js"></script>