tor-browser

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

content-counter-004-ref.xht (665B)


      1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
      2 <html xmlns="http://www.w3.org/1999/xhtml">
      3 <head>
      4 <title>CSS Reftest Reference</title>
      5 <link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com"/>
      6 <style type="text/css">
      7 #test {
      8   color: blue;
      9 }
     10 li { list-style-type: square; list-style-position: inside; }
     11 li::marker { font-family: inherit; }
     12 ib {  }
     13 </style>
     14 </head>
     15 <body>
     16 <p>Test passes if there are 12 blue filled squares below.</p>
     17 <div id="test">
     18 <li></li>
     19 <li></li>
     20 <li></li>
     21 <li></li>
     22 <li></li>
     23 <li></li>
     24 <li></li>
     25 <li></li>
     26 <li></li>
     27 <li></li>
     28 <li></li>
     29 <li></li>
     30 </div>
     31 </body>
     32 </html>