chromium/chrome/test/data/scroll/scrollable_page_with_content.html

<html>
  <head>
    <meta name="viewport" content="width=device-width, minimum-scale=1.0">
    <style>
      p {
        position: absolute;
        left: 10000px;
        top: 10000px;
      }
    </style>
  </head>
  <body>
    <a id="link" href="#text">Go Down</a>
    <p id="text">Some text</p>
  </body>
</html>