WPT
wpt / html / semantics / grouping-content / the-ol-element / grouping-ol.html
Spec: HTML ↗
Runs: Chrome 155.0.8043.0 (wpt@b89af32bc, 2026-09-05) | Firefox 157.0a1 (wpt@b89af32bc, 2026-09-05) | Safari 251 preview (wpt@b89af32bc, 2026-09-05) | Ladybird 1.0-245ed (wpt@b89af32bc, 2026-09-06) | Servo Servo 0.6 (wpt@b89af32bc, 2026-09-06) | Blitz a50cb8971 (wpt@a95401e4e, 2026-09-03)
View on the Blitz WPT dashboard | Open test on wpt.live | wpt.fyi
| Chrome | Firefox | Safari | Ladybird | Servo | Blitz | |
|---|---|---|---|---|---|---|
| Total | 25/25 | 25/25 | 25/25 | 25/25 | 2/25 | NOT RUN |
| Subtest | Chrome | Firefox | Safari | Ladybird | Servo | Blitz |
|---|---|---|---|---|---|---|
| The prototype for OL is HTMLOListElement.prototype | PASS | PASS | PASS | PASS | PASS | — |
| 'reversed' property should be defined on OL. | PASS | PASS | PASS | PASS | FAIL | — |
| 'start' property should be defined on OL. | PASS | PASS | PASS | PASS | FAIL | — |
| 'type' property should be defined on OL. | PASS | PASS | PASS | PASS | FAIL | — |
| OL's 'reversed' IDL property reflects content attribute. | PASS | PASS | PASS | PASS | FAIL | — |
| OL's 'start' IDL property reflects content attribute. | PASS | PASS | PASS | PASS | FAIL | — |
| OL's 'type' IDL property reflects content attribute. | PASS | PASS | PASS | PASS | FAIL | — |
| IDL 'reversed' attribute value false when content attribute absent | PASS | PASS | PASS | PASS | FAIL | — |
| IDL 'reversed' attribute value true when content attribute exists | PASS | PASS | PASS | PASS | FAIL | — |
| Changing IDL 'reversed' property changes list's reversed property. | PASS | PASS | PASS | PASS | PASS | — |
| Default start value for non-reversed list should be 1 | PASS | PASS | PASS | PASS | FAIL | — |
| IDL and content attribute parse start of '.5' correctly. | PASS | PASS | PASS | PASS | FAIL | — |
| IDL and content attribute parse start of 'A' correctly. | PASS | PASS | PASS | PASS | FAIL | — |
| Default start value (if none provided) for reversed list = 1. | PASS | PASS | PASS | PASS | FAIL | — |
| Default start value (if failed to parse) for reversed list = 1. | PASS | PASS | PASS | PASS | FAIL | — |
| Default start value for reversed list = 1 (even with tons of other child elements). | PASS | PASS | PASS | PASS | FAIL | — |
| Adding child element to reversed list does not change start value | PASS | PASS | PASS | PASS | FAIL | — |
| Deleting child element from reversed list does not change start value | PASS | PASS | PASS | PASS | FAIL | — |
| IDL and content attribute parse start of '2' correctly. | PASS | PASS | PASS | PASS | FAIL | — |
| IDL and content attribute parse start of '-10' correctly. | PASS | PASS | PASS | PASS | FAIL | — |
| IDL and content attribute parse start of '4.03' correctly. | PASS | PASS | PASS | PASS | FAIL | — |
| IDL and content attribute parse start of '-4.03' correctly. | PASS | PASS | PASS | PASS | FAIL | — |
| IDL and content attribute parse start of '4.9' correctly. | PASS | PASS | PASS | PASS | FAIL | — |
| IDL and content attribute parse start of '-4.9' correctly. | PASS | PASS | PASS | PASS | FAIL | — |
| IDL and content attribute parse start of '7e2' correctly. | PASS | PASS | PASS | PASS | FAIL | — |