fune/testing/web-platform/tests/streams/count-queuing-strategy.sharedworker.html
2017-02-04 09:38:58 +00:00

11 lines
320 B
HTML

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