Status: PASS | Duration: 5ms | Subtests: 1/1 | Open test on wpt.live | Open ref on wpt.live | wpt.fyi
/css/css-lists/counter-invalid.htm
<!DOCTYPE html> <meta charset="utf-8"> <title>CSS Lists: </title> <link rel="author" title="Anthony Ramine" href="mailto:n.oxyde@gmail.com"> <link rel="help" href="https://drafts.csswg.org/css-lists/#counter-functions"> <link rel="match" href="counter-7-ref.html"> <style> div::after { content: " is not " counter(inherit) } </style> <p>You should see the number 7 below.</p> <div>7</div>
/css/css-lists/counter-7-ref.html
<!DOCTYPE html> <meta charset="utf-8"> <title>CSS Test Reference</title> <link rel="author" title="Rune Lillesveen" href="mailto:futhark@chromium.org"> <p>You should see the number 7 below.</p> <div>7</div>