https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 110e56d19199ff917fe15c739433f3cb7206e12c authored by Kinuko Yasuda on 27 March 2018, 04:00:12 UTC
Don't adjust the NavigationTimings on redirects
Tip revision: 110e56d
byte-length-queuing-strategy.dedicatedworker.html
<!DOCTYPE html>
<meta charset="utf-8">
<title>byte-length-queuing-strategy.js dedicated worker wrapper file</title>

<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>

<script>
'use strict';
fetch_tests_from_worker(new Worker('byte-length-queuing-strategy.js'));
</script>
back to top