blob: 0394349befc064c29d68fb141c226799820e5edd [file] [log] [blame]
<!DOCTYPE html>
<script src='../resources/testharness.js'></script>
<script src='../resources/testharnessreport.js'></script>
<script src='readable-stream-byob-request.js'></script>
<script>
'use strict';
fetch_tests_from_worker(new Worker('readable-stream-byob-request.js'));
</script>