tor-browser

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

letter-spacing-079-ref.xht (895B)


      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             div
      9             {
     10                 font: 20px/1em Ahem;
     11             }
     12             #span1,
     13             #span2
     14             {
     15                 margin-left: 6em;
     16             }
     17         </style>
     18     </head>
     19     <body>
     20         <p>Test passes if there are only two boxes below (with no jagged edges).</p>
     21         <div>
     22             <div>
     23                 <span>x</span><span id="span1">x</span>
     24             </div>
     25             <div>
     26                 <span>x</span><span id="span2">x</span>
     27             </div>
     28         </div>
     29     </body>
     30 </html>