chromium/content/test/data/frame_tree/page_with_pany_frame.html

<!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>