https://github.com/web-platform-tests/wpt
Raw File
Tip revision: b02b86b8f65b9c71b213c091c4deda3cb486981b authored by Geoffrey Sneddon on 21 March 2018, 16:54:08 UTC
Fix #2669: Add alternate_hosts
Tip revision: b02b86b
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>
back to top