servo/tests/wpt/web-platform-tests/streams/readable-streams/patched-global.sharedworker.html

11 lines
304 B
HTML

<!DOCTYPE html>
<meta charset="utf-8">
<title>patched-global.js shared worker wrapper file</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script>
'use strict';
fetch_tests_from_worker(new SharedWorker('patched-global.js'));
</script>