Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/apple-security
/
.
/
LayoutTests
/
streams
/
readable-byte-stream-controller-worker.html
blob: 40b89f90180e3609382fa5f722e9f462d1d4634c [
file
] [
log
] [
blame
] [
edit
]
<!DOCTYPE html>
<script
src
=
'../resources/testharness.js'
></script>
<script
src
=
'../resources/testharnessreport.js'
></script>
<script>
'use strict'
;
fetch_tests_from_worker
(
new
Worker
(
'readable-byte-stream-controller.js'
));
</script>