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