tor-browser

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

iframe-nested-scaled-print-ref.html (281B)


      1 <!doctype html>
      2 <style>
      3  body { margin: 0 }
      4  div {
      5    transform-origin: top left;
      6    transform: scale(2);
      7  }
      8  iframe {
      9    width: 100px;
     10    height: 50px;
     11  }
     12 </style>
     13 <div>
     14 <iframe frameborder=0 scrolling=no src="resources/iframe-nested-printing-pass.html"></iframe>
     15 </div>