tor-browser

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

counters-scope-003-ref.html (208B)


      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>B1- B1.1- B2-A3- A4- A5-</div>
      5 <div>B1- B1.1- B2-A3- A4- A5-</div>