mirror of
https://github.com/classilla/tenfourfox.git
synced 2026-03-13 20:17:00 +00:00
10 lines
270 B
HTML
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>
|