blob: aebe97ef88a3dc6726756e37ece747d6a68ae498 [file] [log] [blame]
<!DOCTYPE html>
<meta charset="utf-8">
<title>constructor.js dedicated worker wrapper file</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script>
'use strict';
fetch_tests_from_worker(new Worker('constructor.js'));
</script>