tor-browser

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

calc-size-no-body-height-quirk-001-ref.html (266B)


      1 <!-- This test is intentionally in quirks mode. -->
      2 <title>calc-size() and the body fills html quirk</title>
      3 <style>
      4 
      5 div {
      6  border: medium solid;
      7 }
      8 
      9 </style>
     10 
     11 <div>The bottom border of this box should be close to the text, not at the bottom of the viewport.</div>