haikuwebkit/LayoutTests/streams/readable-byte-stream-contro...

8 lines
234 B
HTML

<!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>