tor-browser

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

1415214.html (433B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4    <meta charset="utf-8" />
      5    <title>clip-rect-correctness</title>
      6    <style>
      7      p {
      8        font-size: 4px;
      9      }
     10    </style>
     11  </head>
     12  <body>
     13    <p style="position: fixed; bottom: 0; margin: 0">
     14      <span style="text-decoration: underline overline line-through">link1</span>
     15      <span style="text-decoration: underline overline line-through">link2</span>
     16    </p>
     17  </body>
     18 </html>