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

11 lines
301 B
HTML

<!DOCTYPE html>
<meta charset="utf-8">
<title>patched-global.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('patched-global.js'));
</script>