/fetch/api/redirect/redirect-method.any.html| status | subtest | message |
|---|---|---|
| PASS | Response.redirected should be false on not-redirected responses | |
| PASS | Redirect 301 with GET | |
| FAIL | Redirect 301 with POST | assert_equals: Request Content-Type after redirection is NO expected "NO" but got "text/plain;charset=UTF-8" |
| PASS | Redirect 301 with HEAD | |
| PASS | Redirect 302 with GET | |
| FAIL | Redirect 302 with POST | assert_equals: Request Content-Type after redirection is NO expected "NO" but got "text/plain;charset=UTF-8" |
| PASS | Redirect 302 with HEAD | |
| PASS | Redirect 303 with GET | |
| FAIL | Redirect 303 with POST | assert_equals: Request Content-Type after redirection is NO expected "NO" but got "text/plain;charset=UTF-8" |
| PASS | Redirect 303 with HEAD | |
| FAIL | Redirect 303 with TESTING | promise_test: Unhandled rejection with value: object "TypeError: Invalid HTTP method string: TESTING" |
| PASS | Redirect 307 with GET | |
| PASS | Redirect 307 with POST (string body) | |
| PASS | Redirect 307 with POST (blob body) | |
| PASS | Redirect 307 with HEAD |
bundle built 2026-07-16T07:16:48.063Z