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

<!DOCTYPE html>
<style>
iframe {
  width: 90vw;
  height: 40vh;
}
div {
  position:absolute;
  top: 10000px;
  left: 50px;
  width: 100px;
  height: 100px;
}
</style>
<html>
<body>
<iframe></iframe>
<br>
<iframe></iframe>
<br>
Scrollable page contains two iframes.
<div></div>
</body>
</html>