counters-005-ref.html (497B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <title>CSS Lists Ref Test: Implied counter scopes by 'counter-increment'</title> 5 <link rel="author" title="Daniil Sakhapov" href="mailto:sakhapov@chromium.org"> 6 <link rel="help" href="https://drafts.csswg.org/css-lists/#propdef-counter-increment"> 7 <style type="text/css"> 8 body { white-space: nowrap; } 9 </style> 10 </head> 11 <body> 12 13 <p>The following two lines should be identical:</p> 14 15 <div>B 1 0 1 1.0</div> 16 <div>B 1 0 1 1.0</div> 17 18 </body> 19 </html>