chromium/third_party/blink/web_tests/external/wpt/css/css-lists/counters-005-ref.html

<!DOCTYPE html>
<html>
 <head>
  <title>CSS Lists Ref Test: Implied counter scopes by 'counter-increment'</title>
  <link rel="author" title="Daniil Sakhapov" href="mailto:[email protected]">
  <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>