Sign in
webkit
/
WebKit
/
b4234713c85383e00e81c500ff74ee340e8a262a
/
.
/
LayoutTests
/
js
/
promises-tests
/
promises-in-workers.html
blob: 0a5f47765b648dcacd3878b23b08ec57f65d1dbe [
file
] [
log
] [
blame
]
<script
src
=
"../../resources/testharness.js"
></script>
<script
src
=
"../../resources/testharnessreport.js"
></script>
<script>
'use strict'
;
fetch_tests_from_worker
(
new
Worker
(
'promises-in-workers.js'
));
</script>