tor-browser

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

block-min-height-001.html (557B)


      1 <!DOCTYPE html>
      2 <html class="reftest-paged">
      3 <head>
      4  <title>CSS Test: max-height block fragmentation</title>
      5  <link rel="author" title="Mats Palmgren" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1602430">
      6  <meta name="flags" content="paged">
      7  <style>
      8 @page { size:5in 3in; margin:0.5in; }
      9 html,body {
     10    color:black; background-color:white; font:0.5in/1 monospace; padding:0; margin:0;
     11 }
     12 </style>
     13 </head>
     14 <body>
     15  BEFORE
     16  <div style="min-height:3in">
     17    <div style="height:2in; width:1in; border:solid"></div>
     18  </div>
     19  AFTER
     20 </body>
     21 </html>