tor-browser

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

counter-001-ref.html (342B)


      1 <!doctype html>
      2 <title>CSS Lists and Counters test reference: counter(c, &quot;.", decimal-leading-zero)</title>
      3 <p>The following two lines should look the same:</p>
      4 <div>
      5  01
      6  02
      7  03
      8  04
      9  05
     10  06
     11  07
     12  08
     13  09
     14  10
     15  11
     16  12
     17  99
     18  13
     19  14
     20 </div>
     21 <div>
     22  01
     23  02
     24  03
     25  04
     26  05
     27  06
     28  07
     29  08
     30  09
     31  10
     32  11
     33  12
     34  99
     35  13
     36  14
     37 </div>