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