blob: 3d1c0986ce73d550be7ab9aca4abfad6de8d3ba3 [file] [log] [blame]
<!DOCTYPE html>
<meta charset="utf-8">
<title>aborting.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('aborting.js'));
</script>