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

<!DOCTYPE HTML>
<body>
<div id="scroller" style="height:100px; width:100px; overflow:scroll">
  <div style="height:200px; width:200px; background:red">
  </div>
</div>
</body>