Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<html>
<head>
<title>CSS Lists Ref Test: Implied counter scopes by 'counter-increment'</title>
<link rel="author" title="Daniil Sakhapov" href="mailto:sakhapov@chromium.org">
<style type="text/css">
body { white-space: nowrap; }
</style>
</head>
<body>
<p>The following two lines should be identical:</p>
<div>B 1 0 1 1.0</div>
<div>B 1 0 1 1.0</div>
</body>
</html>