https://github.com/web-platform-tests/wpt
Raw File
Tip revision: ea3771a0328f94e52d367ef169f037506e5d7812 authored by jgraham on 11 April 2018, 17:24:28 UTC
Update config.py
Tip revision: ea3771a
count-queuing-strategy.dedicatedworker.html
<!DOCTYPE html>
<meta charset="utf-8">
<title>count-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('count-queuing-strategy.js'));
</script>
back to top