tor-browser

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

letter-spacing-004-ref.xht (451B)


      1 <html xmlns="http://www.w3.org/1999/xhtml">
      2 <head>
      3 <title>CSS Reftest Reference</title>
      4 <link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com"/>
      5 <meta name="flags" content="ahem"/>
      6 <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
      7 <style type="text/css"><![CDATA[
      8 div {
      9   font: 24px/1em Ahem;
     10 }
     11 ]]></style>
     12 </head>
     13 <body>
     14 <p>Test passes if there is only one box below (with no jagged edges).</p>
     15 <div>xx</div>
     16 </body>
     17 </html>