https://github.com/web-platform-tests/wpt
Raw File
Tip revision: a72a06f7e3d919f8d4f08cb3171291cf6482fd85 authored by Simon Pieters on 08 June 2018, 15:54:45 UTC
HTML: add a test for :heading
Tip revision: a72a06f
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