tor-browser

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

line-breaking-012-ref.html (371B)


      1 <!doctype html>
      2 <html>
      3 <meta charset="utf-8">
      4 <title>Reference File for line breaking tests</title>
      5 <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
      6 <style>
      7 div {
      8    color:green;
      9    line-height: 1em;
     10    font-family: Ahem;
     11    font-size: 20px;
     12 }
     13 </style>
     14 <body>
     15    <p>There should be a green rectangle and no red.</p>
     16    <div>XX</div>
     17 </body>
     18 </html>