<!DOCTYPE html>
<style>
iframe {
position:absolute;
top: 50px;
left: 50px;
width: 80vw;
height: 80vh;
}
div {
position:absolute;
top: 10000px;
left: 50px;
width: 100px;
height: 100px;
}
</style>
<html>
<body>
<iframe src="/cross-site/baz.com/title1.html"></iframe>
Scrollable page contains a positioned cross-origin iframe.
<div></div>
</body>
</html>