tor-browser

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

abspos-breaking-003.html (402B)


      1 <!DOCTYPE html>
      2 <html class="reftest-paged">
      3 <head>
      4  <title>AbsPos Pagination, with clip:rect()</title>
      5  <style type="text/css">
      6    html, body, pre { margin: 0; padding: 0; }
      7    pre {
      8      position: absolute;
      9      top: 50%;
     10      border: 10px solid blue;
     11      width: 50px;
     12      height: 90%;
     13      clip:rect(3px, auto, auto, 5px);
     14    }
     15  </style>
     16 </head>
     17 <body>
     18 <pre></pre>
     19 </body>
     20 </html>