tor-browser

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

counters-scope-004-ref.html (178B)


      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>1 1 R 2 3</div>
      5 <div>1 1 R 2 3</div>