https://github.com/web-platform-tests/wpt
Raw File
Tip revision: d74cfc00f15092d6491b01b27616520d5beb5c13 authored by Domenic Denicola on 02 April 2018, 18:58:09 UTC
Fix customElements.upgrade() tests for <template>
Tip revision: d74cfc0
count-queuing-strategy.sharedworker.html
<!DOCTYPE html>
<meta charset="utf-8">
<title>count-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('count-queuing-strategy.js'));
</script>
back to top