chromium/third_party/blink/renderer/core/testing/data/large-div.html

<!DOCTYPE html>
<html>

<head>
  <style>
    #content {
      background: silver;
      width: 1000px;
      height: 1000px;
    }
  </style>
<head>

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

</html>