tor-browser

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

top.html (397B)


      1 <!DOCTYPE html>
      2 <title>top: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    width: 50px;
      9    height: 50px;
     10  }
     11 </style>
     12 <div style="contain:layout; top:50px; translate:0 -100px">
     13  <div style="zoom:2; position:absolute; top:inherit;"></div>
     14 </div>