| <!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"> | |
| <link rel="help" href="https://drafts.csswg.org/css-lists/#propdef-counter-increment"> | |
| <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> |