Revision 920625c0189a444b6c4f0ce44ca3d02d5921ee39 authored by Ms2ger on 06 April 2018, 07:56:32 UTC, committed by Ms2ger on 06 April 2018, 08:10:11 UTC
1 parent d6a82fd
Raw File
start.sharedworker.html
<!DOCTYPE html>
<meta charset="utf-8">
<title>start.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('start.js'));
</script>
back to top