summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/fetch/api/crashtests/request.html
blob: 2d21930c3bbc8743ebfe5ad679e62f41a776ebde (plain)
1
2
3
4
5
6
7
8
<!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>