tor-browser

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

height-applies-to-010a-ref.xht (677B)


      1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
      2 
      3 <html xmlns="http://www.w3.org/1999/xhtml">
      4 
      5  <head>
      6 
      7   <title>CSS Reftest Reference</title>
      8 
      9   <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" />
     10 
     11   <style type="text/css"><![CDATA[
     12   li
     13   {
     14   color: green;
     15   font: 2em/1 serif;
     16   list-style-type: "\2022";
     17   }
     18   ]]></style>
     19 
     20  </head>
     21 
     22  <body>
     23 
     24   <p>Test passes if <strong>3 green "PASS"</strong> are each preceded by a filled disc.</p>
     25 
     26   <ul>
     27     <li>PASS</li>
     28   </ul>
     29 
     30   <ul>
     31     <li>PASS</li>
     32   </ul>
     33 
     34   <ul>
     35     <li>PASS</li>
     36   </ul>
     37 
     38  </body>
     39 </html>