blob: 72afce7a615dc5624f2b9e9395d327d527c9f08f [file] [log] [blame]
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Response body used tests</title>
<meta name="help" href="https://fetch.spec.whatwg.org/#response">
<meta name="help" href="https://fetch.spec.whatwg.org/#body-mixin">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
</head>
<body>
<script>
fetch_tests_from_worker(new Worker("bodyUsed.js"));
</script>
</body>
</html>