mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-02 10:49:56 +00:00
10 lines
264 B
HTML
10 lines
264 B
HTML
<!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>
|