blob: 6d43612a8ebd7618284451672d838f55fc79da18 [file] [log] [blame]
<!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>