tor-browser

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

counters-scope-001-ref.html (218B)


      1 <!doctype html>
      2 <title>CSS Lists and Counters test reference: counters scope</title>
      3 <p>The following two lines should be the same:</p>
      4 <div>
      5  1 2 1 1 1 1
      6  1 3 3 1 1 1
      7 </div>
      8 <div>
      9  1 2 1 1 1 1
     10  1 3 3 1 1 1
     11 </div>