https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 67ae39cdc366bf08f939907325ed1811ac67f3ac authored by Marcos Cáceres on 28 March 2018, 06:12:01 UTC
fix copy/pasta
Tip revision: 67ae39c
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