chromium/chrome/test/data/iframe_partially_visible.html

<!DOCTYPE html>
<html>
  <style>
    iframe {
      position: absolute;
      left: -50px;
      top: -50px;
      width: 100px;
      height: 100px;
      /* Removing external factor that might affect pixel accuracy */
      border: none;
      padding: 0;
      margin: 0;
    }
  </style>
  <iframe src="title1.html">
  </iframe>
</html>