Status: FAIL | Duration: 9ms | Subtests: 0/1 | Open test on wpt.live | Open ref on wpt.live | wpt.fyi
/css/css-lists/li-value-reversed-028.html
<!doctype html> <title>Nested list-item with reversed(list-item)</title> <link rel="help" href="https://drafts.csswg.org/css-lists/#auto-numbering"> <link rel="help" href="https://drafts.csswg.org/css-lists/#instantiating-counters"> <link rel="author" title="Minseong Kim" href="mailto:jja08111@gmail.com"> <link rel="match" href="li-value-reversed-011-ref.html"> <ol> <div style="counter-reset: reversed(list-item);"> <li>Three</li> <li>Two</li> <li>One</li> </div> </ol>
/css/css-lists/li-value-reversed-011-ref.html
<!doctype html> <title>CSS Test Reference</title> <ol> <li value=3>Three <li value=2>Two <li value=1>One </ol>