Sign in
chromium
/
external
/
w3c
/
web-platform-tests
/
refs/heads/DOMParser-interface
/
.
/
fetch
/
api
/
crashtests
/
request.html
blob: 2d21930c3bbc8743ebfe5ad679e62f41a776ebde [
file
] [
log
] [
blame
] [
edit
]
<!DOCTYPE html>
<meta
charset
=
"utf-8"
>
<script
src
=
"/common/utils.js"
></script>
<script>
// Cycle collection test for a case where the Request object is alive and accessible globally.
var
req
=
new
Request
(`/`);
fetch
(
req
)
</script>