Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / events / resources / big-page-with-overflow-hidden-and-anchor-scroll.html
blob63f4446bea9b63670d8faa659629cf73dfc1f042
1 <head>
2 <style type="text/css">
3 html { overflow: hidden; }
4 #anchor { margin: 100em 0em 0;}
5 .picture {margin: 0 0 50em 0em; }
6 </style>
7 </head>
8 <body>
9 <a id="clickme" href="#anchor">Click here</a>
10 <h2 id="anchor">Any text</h2>
11 <div id="textInFrame" class="picture">
12 <span> click and hold and drag mouse up to see if it scrolls.</div>
13 </div>
14 <div id="console"></div>
15 </body>