haikuwebkit/LayoutTests/streams/readable-stream-byob-reader...

8 lines
230 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-stream-byob-reader.js'));
</script>