| <!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> |