chromium/third_party/blink/web_tests/fast/scroll-behavior/resources/large-subframe.html

<!DOCTYPE html>
<html>
<head>
  <style>
    #content {
      width: 7500px;
      height: 7500px;
      background-color: blue;
    }
  </style>
</head>

<body>
  <div id="content"></div>
</body>
</html>