haikuwebkit/LayoutTests/js/promises-tests/promises-in-workers.html

7 lines
212 B
HTML

<script src="../../resources/testharness.js"></script>
<script src="../../resources/testharnessreport.js"></script>
<script>
'use strict';
fetch_tests_from_worker(new Worker('promises-in-workers.js'));
</script>