position-absolute-iframe-child-002.sub.html (345B)
1 <!doctype html> 2 <style> 3 body { 4 margin: 0; 5 } 6 iframe { 7 width: 100%; 8 height: 100%; 9 position: absolute; 10 top: 0; 11 left: 0; 12 } 13 </style> 14 <div style="height:200vh;"></div> 15 <iframe frameborder=0 scrolling=no 16 src="//{{hosts[][]}}:{{ports[http][0]}}{{location[path]}}/../position-absolute-iframe-child.html"></iframe>