chromium/third_party/blink/web_tests/fast/events/resources/big-page-with-overflow-hidden-and-anchor-scroll.html

<head>
<style type="text/css">
    html { overflow: hidden; }
    #anchor { margin: 100em 0em 0;}
    .picture {margin: 0 0 50em 0em; }
</style>
</head>
<body>
    <a id="clickme" href="#anchor">Click here</a>
    <h2 id="anchor">Any text</h2>
    <div id="textInFrame" class="picture">
        <span> click and hold and drag mouse up to see if it scrolls.</div>
    </div>
   <div id="console"></div>
</body>