blob: a5fbea3fe876b6062136164dc73ad236c88fc2b6 [file] [log] [blame]
<!DOCTYPE html>
<style>
.container {
touch-action: pan-y;
}
iframe {
position:absolute;
top: 50px;
left: 50px;
width: 100px;
height: 100px;
}
</style>
<html>
<body>
<div class="container">
<iframe src="/cross-site/baz.com/title1.html"></iframe>
</div>
This page contains a positioned cross-origin iframe.
</body>
</html>