chromium/content/test/data/body_overflow_hidden.html

<html>
<head>
  <meta name='viewport' content='width=device-width, minimum-scale=1'>
</head>
<style>
body {
  height: 10000px;
  overflow: hidden;
}
</style>
<div style="width:100px; height:300px; overflow: scroll;">
  <div style="width:150px; height:250px; overflow: scroll">
    <div style="width:300px; height:200px; overflow: scroll">
    </div>
  </div>
</div>
</html>