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.
list-style:inside✕renders differently
Our renderChrome1,704 pixels differ from Chrome, the largest by 255 of 255 on one channel.
list-style:"X"✓pixel-exact
Our renderChrome228 pixels differ from Chrome, the largest by 52 of 255 on one channel.
list-style:linear-gradient(90deg,#f00,#00f)✕parsed, no effect
Our renderChrome366 pixels differ from Chrome, the largest by 255 of 255 on one channel.
list-style:none✓pixel-exact
Our renderChrome152 pixels differ from Chrome, the largest by 52 of 255 on one channel.
list-style:square✕renders differently
Our renderChrome308 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 6 branches; 5 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 |
|---|---|
| inside | ✕renders differently |
| outside | not measured |
| linear-gradient(90deg,#f00,#00f) | ✕parsed, no effect |
| square | ✕renders differently |
| "X" | ✓pixel-exact |
| none | ✓pixel-exact |
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