tor-browser

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

nested-iframe-with-zoom.html (173B)


      1 <!DOCTYPE html>
      2 <div style="zoom: 3;">
      3 <iframe src="iframe_content.html" style="overflow: visible; height: 80px; width: 80px; border: none;" scrolling="no"></iframe>
      4 </div>