← back to v149 · css-url-request-modifiers
conformance · v149
v149 · css-url-request-modifiers — conformance probe
6 assertions drawn from the spec. Each is a single contract the spec text makes. Pass/fail reflects what this browser executed; blocked means the contract was not run because it needs user mediation, hardware, or another unavailable precondition. Open the page in Chrome stable / canary / Firefox / Safari to compare.
0
pass
0
fail
0
blocked
6
total
| id | contract | kind | verdict | detail |
|---|---|---|---|---|
url-crossorigin-anonymous-supported |
url() accepts a cross-origin(anonymous) request modifier in background-image. spec ↗ | css-supports | … | |
url-crossorigin-use-credentials-supported |
url() accepts cross-origin(use-credentials) for credentialed CORS. spec ↗ | css-supports | … | |
url-integrity-supported |
url() accepts an integrity() modifier carrying an SRI hash. spec ↗ | css-supports | … | |
url-referrer-policy-supported |
url() accepts a referrer-policy() modifier with a valid referrer-policy token. spec ↗ | css-supports | … | |
url-modifiers-combine |
Multiple modifiers can be combined inside the same url() function. spec ↗ | css-supports | … | |
url-rejects-bogus-modifier |
Unknown modifiers must be rejected so the declaration is invalid. spec ↗ | script | … |