Sign in
webkit
/
WebKit
/
a1cb9909440a341f3ee8c42ca9ba076e45eff2e0
/
.
/
LayoutTests
/
streams
/
readable-stream-tee-worker.html
blob: 000338711337eeb7dbe46fa1ea2ce2e59c863480 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<script
src
=
'../resources/testharness.js'
></script>
<script
src
=
'../resources/testharnessreport.js'
></script>
<script>
'use strict'
;
fetch_tests_from_worker
(
new
Worker
(
'readable-stream-tee.js'
));
</script>