Loading…
Loading…
Dataset 20260827-2142-2f1b575 · measured 2026-08-27 21:42 UTC
The parser accepts the name, yet our rendering is byte-identical with and without the declaration while Chrome's is not. The declaration is being swallowed.
Each example is one declaration on a small page, drawn by Chrome and by our engine. Drag the handle to wipe between them.
content:linear-gradient(90deg,#f00,#00f)✕parsed, no effect
Our renderChrome1,550 pixels differ from Chrome, the largest by 255 of 255 on one channel.
content:linear-gradient(90deg,#f00,#00f) / "X"✕parsed, no effect
Our renderChrome1,550 pixels differ from Chrome, the largest by 255 of 255 on one channel.
“Supported” on one example means “supported at the value we tried”. The property’s declared grammar has 10 branches; 2 of them carry a measurement. The publishing ceiling is 12 examples per property — a branch past it is left out by our choice, not by accident.
| Value | Measured |
|---|---|
| linear-gradient(90deg,#f00,#00f) | ✕parsed, no effect |
| "X" | not measured |
| contents | not measured |
| open-quote | not measured |
| close-quote | not measured |
| no-open-quote | not measured |
| no-close-quote | not measured |
| linear-gradient(90deg,#f00,#00f) / "X" | ✕parsed, no effect |
| normal | not measured |
| none | not measured |
Secondary evidence: 4 Web Platform Tests carry a spec anchor pointing at this property. Only 1,254 tests in the whole corpus carry such an anchor, so an empty list here means nothing at all.
Measured against Chrome 148.0.7778.96 on 2026-08-27, with up to 40 candidate values tried per property. All properties · How the measurement works