Status: PASS | Duration: 7ms | Subtests: 1/1 | Open test on wpt.live | Open ref on wpt.live | wpt.fyi
/css/css-lists/li-value-reversed-025.html
<!doctype html> <title>Overriding reversed attribute of ol by `counter-reset: reversed(counter) value`</title> <link rel="help" href="https://html.spec.whatwg.org/#attr-ol-reversed"> <link rel="help" href="https://html.spec.whatwg.org/#ordinal-value"> <link rel="help" href="https://drafts.csswg.org/css-lists-3/#auto-numbering"> <link rel="help" href="https://drafts.csswg.org/css-lists-3/#instantiating-counters"> <link rel="author" title="Minseong Kim" href="mailto:jja08111@gmail.com"> <link rel="match" href="li-value-reversed-025-ref.html"> <ol reversed style="counter-reset: list-item 3"> <li>Four <li>Five <li>Six </ol>
/css/css-lists/li-value-reversed-025-ref.html
<!doctype html> <title>CSS Test Reference</title> <ol> <li value=4>Four <li value=5>Five <li value=6>Six </ol>