tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

counters-006-ref.html (429B)


      1 <!DOCTYPE html>
      2 <title>CSS Lists Ref Test: counters instantiating</title>
      3 <link rel="author" title="Daniil Sakhapov" href="mailto:sakhapov@chromium.org">
      4 <link rel="help" href="https://www.w3.org/TR/css-lists-3/#instantiating-counters">
      5 <style type="text/css">
      6  * {
      7    padding: 0;
      8    margin: 0;
      9  }
     10 </style>
     11 
     12 <div>1.1.1.1</div>
     13 <div>1.2.1.2</div>
     14 <div>1.3.1.3</div>
     15 <div>2.1.2.1</div>
     16 <div>2.2.2.2</div>
     17 <div>2.3.2.3</div>