tor-browser

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

text-indent-091-ref.xht (873B)


      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>test reference</title>
      5         <meta name="flags" content="ahem" />
      6         <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
      7         <style type="text/css">
      8             #parent
      9             {
     10                 font: 16px/1em Ahem;
     11             }
     12             #reference
     13             {
     14                 margin-left: 12ex;
     15             }
     16             #test
     17             {
     18                 margin-left: 12ex;
     19             }
     20         </style>
     21     </head>
     22     <body>
     23         <p>Test passes if there is one black box on this page (with no jagged edges).</p>
     24         <div id="parent">
     25             <div id="reference">xx</div>
     26             <div id="test">xx</div>
     27         </div>
     28     </body>
     29 </html>