tor-browser

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

text-underline-offset-scroll-001-ref.html (528B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4    <meta charset="utf-8">
      5    <title>Reference case for text-underline-offset</title>
      6    <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
      7    <style>
      8        #text{
      9            border: black dashed;
     10            height: 5em;
     11            width: 20em;
     12            font: 20px/1 Ahem;
     13            color: transparent;
     14        }
     15    </style>
     16 </head>
     17 <body>
     18    <div>Test fails if there is a red line or scrollbar in the dashed area</div>
     19    <div id="text">XXXXXXX</div>
     20 </body>
     21 </html>