chromium/content/test/data/super_tall_page.html

<html>
  <head>
  </head>
  <body>
    <div>This page is tall ...</div>
    <div style="min-height: 30000px;"></div>
    <div>... super tall!</div>
  </body>
</html>