blob: c050ea18cfd5da0c05d02089cd45e07cccdbd4ed [file] [log] [blame]
<!DOCTYPE html>
<style>
div {
width: 100px;
height: 200px;
overflow: scroll;
}
iframe {
width: 100px;
height: 10000px;
}
</style>
<html>
<body>
<div>
<iframe src="/cross-site/baz.com/title1.html"></iframe>
</div>
This page contains a positioned cross-origin iframe.
</body>
</html>