Source code
Revision control
Copy as Markdown
Other Tools
<head>
<title>CSS Test: counter-* properties with a calc() expression</title>
<style type="text/css">
body {
white-space: nowrap;
}
</style>
</head>
<body>
<p>The following two lines should be the same:</p>
<div id="test">
<span id="a">8</span>
<span id="b">10</span>
</div>
<div id="reference">
<span>8</span>
<span>10</span>
</div>
</body>
</html>