blob: 9706ecc4839246d2b7703b75f68e8635f679cf41 [file] [log] [blame]
<!DOCTYPE html>
<style>
iframe {
width: 90vw;
height: 40vh;
}
div {
position:absolute;
top: 10000px;
left: 50px;
width: 100px;
height: 100px;
}
</style>
<html>
<body>
<iframe></iframe>
<br>
<iframe></iframe>
<br>
Scrollable page contains two iframes.
<div></div>
</body>
</html>