Revision 8d901449a96ee54fbd11868ed44ef8b160c97a14 authored by Marcos Cáceres on 21 March 2018, 04:30:57 UTC, committed by Marcos Cáceres on 21 March 2018, 04:32:42 UTC
1 parent f8920ff
Raw File
byte-length-queuing-strategy.sharedworker.html
<!DOCTYPE html>
<meta charset="utf-8">
<title>byte-length-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('byte-length-queuing-strategy.js'));
</script>
back to top