chromium/content/test/data/scrollable_page.html

<html>
<head>
  <meta name='viewport' content='width=device-width, minimum-scale=1'>
</head>
<style>
body {
  height: 10000px;
  overflow: scroll;
}
</style>