blob: 954193083d5096acb605db9a03e5f25f857e3c9d [file] [log] [blame]
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Fetch in worker: redirection loop with cross-origin redirections</title>
<meta name="help" href="https://fetch.spec.whatwg.org/#http-network-or-cache-fetch">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
</head>
<body>
<script>
fetch_tests_from_worker(new Worker("redirect-count-cross-origin.js"));
</script>
</body>
</html>