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