tor-browser

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

counter-002-ref.html (421B)


      1 <!doctype html>
      2 <title>CSS Lists and Counters test reference: counter(c, &quot;.", lower-roman)</title>
      3 <p>The following two lines should look the same:</p>
      4 <div>
      5  i
      6  ii
      7  iii
      8  iv
      9  v
     10  vi
     11  vii
     12  viii
     13  ix
     14  x
     15  xi
     16  xii
     17  xlix
     18  xiii
     19  ccclxxxix
     20  xiv
     21  mmmcdlxxxix
     22  xv
     23  xvi
     24 </div>
     25 <div>
     26  i
     27  ii
     28  iii
     29  iv
     30  v
     31  vi
     32  vii
     33  viii
     34  ix
     35  x
     36  xi
     37  xii
     38  xlix
     39  xiii
     40  ccclxxxix
     41  xiv
     42  mmmcdlxxxix
     43  xv
     44  xvi
     45 </div>