https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 264f89f94b7058331adfda70b23f97edbb0fccf5 authored by Simon Pieters on 31 May 2018, 13:53:38 UTC
Remove console.log
Tip revision: 264f89f
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