tor-browser

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

min-height.html (340B)


      1 <!DOCTYPE html>
      2 <title>min-height:inherit applies zoom</title>
      3 <link rel="help" href="https://drafts.csswg.org/css-viewport/">
      4 <link rel="match" href="green-square-100px.html">
      5 <style>
      6  div > div {
      7    background-color: green;
      8  }
      9 </style>
     10 <div style="min-height:50px">
     11  <div style="zoom:2; width:50px; min-height:inherit;"></div>
     12 </div>