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

<html>
  <head>
    <style>
      body {
        overflow: scroll;
      }
      div {
        font-size: 2000px;
      }
    </style>
  </head>
  <body>
    <div>Hi</div>
  </body>
</html>