tor-browser

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

clip-rect-auto.html (267B)


      1 <!DOCTYPE HTML>
      2 <title>test for 'clip: auto'</title>
      3 <div style="position: absolute; top: 100px; left: 100px; width: 100px; height: 100px; clip: rect(auto,auto,auto,auto)">
      4  <div style="width: 300px; height: 300px; margin: -100px; background: blue">
      5  </div>
      6 </div>