/fetch/http-cache/invalidate.any.html| status | subtest | message |
|---|---|---|
| PASS | HTTP cache invalidates after a successful response from a POST | |
| FAIL | HTTP cache does not invalidate after a failed response from an unsafe request | assert_less_than: Response 3 does not come from cache expected a number less than 3 but got 3 |
| PASS | HTTP cache invalidates after a successful response from a PUT | |
| PASS | HTTP cache invalidates after a successful response from a DELETE | |
| FAIL | HTTP cache invalidates after a successful response from an unknown method | promise_test: Unhandled rejection with value: object "TypeError: Invalid HTTP method string: FOO" |
| PASS | HTTP cache invalidates Location URL after a successful response from a POST | |
| FAIL | HTTP cache does not invalidate Location URL after a failed response from an unsafe request | assert_less_than: Response 3 does not come from cache expected a number less than 3 but got 3 |
| PASS | HTTP cache invalidates Location URL after a successful response from a PUT | |
| PASS | HTTP cache invalidates Location URL after a successful response from a DELETE | |
| FAIL | HTTP cache invalidates Location URL after a successful response from an unknown method | promise_test: Unhandled rejection with value: object "TypeError: Invalid HTTP method string: FOO" |
| PASS | HTTP cache invalidates Content-Location URL after a successful response from a POST | |
| FAIL | HTTP cache does not invalidate Content-Location URL after a failed response from an unsafe request | assert_less_than: Response 3 does not come from cache expected a number less than 3 but got 3 |
| PASS | HTTP cache invalidates Content-Location URL after a successful response from a PUT | |
| PASS | HTTP cache invalidates Content-Location URL after a successful response from a DELETE | |
| FAIL | HTTP cache invalidates Content-Location URL after a successful response from an unknown method | promise_test: Unhandled rejection with value: object "TypeError: Invalid HTTP method string: FOO" |
bundle built 2026-07-16T07:16:48.063Z