/fetch/http-cache/cache-mode.any.html| status | subtest | message |
|---|---|---|
| FAIL | Fetch sends Cache-Control: max-age=0 when cache mode is no-cache | assert_equals: request 1 header cache-control value is "no-cache", not "max-age=0" expected "max-age=0" but got "no-cache" |
| PASS | Fetch doesn't touch Cache-Control when cache mode is no-cache and Cache-Control is already present | |
| PASS | Fetch sends Cache-Control: no-cache and Pragma: no-cache when cache mode is no-store | |
| PASS | Fetch doesn't touch Cache-Control when cache mode is no-store and Cache-Control is already present | |
| PASS | Fetch doesn't touch Pragma when cache mode is no-store and Pragma is already present |
bundle built 2026-07-16T07:16:48.063Z