tor-browser

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

iframe-cross-origin-scaled-print.sub.html (425B)


      1 <!doctype html>
      2 <link rel=match href="iframe-nested-scaled-print-ref.html">
      3 <style>
      4  body { margin: 0 }
      5  div {
      6    transform-origin: top left;
      7    transform: scale(2);
      8    overflow: hidden;
      9  }
     10  iframe {
     11    width: 100px;
     12    height: 50px;
     13  }
     14 </style>
     15 <div>
     16 <iframe frameborder=0 scrolling=no src="//{{hosts[alt][www]}}:{{ports[http][0]}}{{location[path]}}/../resources/iframe-nested-printing-pass.html"></iframe>
     17 </div>