tor-browser

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

content-counter-003-ref.xht (788B)


      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 div {
      8   white-space: nowrap;
      9 }
     10 
     11 #test {
     12   color: blue;
     13 }
     14 </style>
     15 </head>
     16 <body>
     17 <p>There should be a string of 12 blue hollow circles below. (A string of
     18 12 black hollow circles is provided on the second line for reference.):</p>
     19 <div id="test">
     20 &#x25E6;
     21 &#x25E6;
     22 &#x25E6;
     23 &#x25E6;
     24 &#x25E6;
     25 &#x25E6;
     26 &#x25E6;
     27 &#x25E6;
     28 &#x25E6;
     29 &#x25E6;
     30 &#x25E6;
     31 &#x25E6;
     32 </div>
     33 <div>
     34 &#x25E6;
     35 &#x25E6;
     36 &#x25E6;
     37 &#x25E6;
     38 &#x25E6;
     39 &#x25E6;
     40 &#x25E6;
     41 &#x25E6;
     42 &#x25E6;
     43 &#x25E6;
     44 &#x25E6;
     45 &#x25E6;
     46 </div>
     47 </body>
     48 </html>