tor-browser

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

fragmented-inline-block-002-print-ref.html (335B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4  <meta charset="utf-8">
      5  <title>Reference Case</title>
      6  <link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1740304">
      7  <style>
      8    .tall {
      9      height: 10in;
     10      width: 1in;
     11      border: 0.5in solid black;
     12    }
     13  </style>
     14 </head>
     15 <body>
     16  <div class="tall"></div>
     17 </body>
     18 </html>