tor-browser

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

text-underline-offset-overline-ref.html (652B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4    <meta charset="utf-8">
      5    <title>Reference result for text-underline-offset test</title>
      6    <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
      7    <style>
      8        #main {
      9            margin: 30px;
     10        }
     11        #main div {
     12            text-decoration: green overline;
     13            text-decoration-thickness: 5px;
     14            text-decoration-skip-ink: none;
     15            font: 20px/1 Ahem;
     16        }
     17    </style>
     18 </head>
     19 <body>
     20    <p class="instructions">Test passes if the green overline is not shifted away from black box.</p>
     21    <div id="main">
     22        <div>XXXX</div>
     23    </div>
     24 </body>
     25 </html>