tor-browser

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

position-absolute-iframe-print-001.sub.html (718B)


      1 <!doctype html>
      2 <title>an abs-pos iframe in the first page but its hypothetical position is in the second page</title>
      3 <link rel="help" href="https://drafts.csswg.org/css-position/#valdef-position-absolute">
      4 <link rel="match" href="position-absolute-iframe-print-ref.html">
      5 <!-- Allow some text antialias pixels to be different. -->
      6 <meta name="fuzzy" content="0-255;0-20">
      7 <style>
      8  body {
      9    margin: 0
     10  }
     11  iframe {
     12    width: 100%;
     13    height: 100%;
     14    position: absolute;
     15    top: 0;
     16    left: 0;
     17  }
     18 </style>
     19 <div style="height:200vh;"></div>
     20 <iframe frameborder=0 scrolling=no
     21        src="//{{hosts[alt][www]}}:{{ports[http][0]}}{{location[path]}}/../resources/position-absolute-iframe-child.html"></iframe>