| Index: LayoutTests/fast/events/resources/big-page-with-overflow-hidden-and-anchor-scroll.html
|
| diff --git a/LayoutTests/fast/events/resources/big-page-with-overflow-hidden-and-anchor-scroll.html b/LayoutTests/fast/events/resources/big-page-with-overflow-hidden-and-anchor-scroll.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..63f4446bea9b63670d8faa659629cf73dfc1f042
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/events/resources/big-page-with-overflow-hidden-and-anchor-scroll.html
|
| @@ -0,0 +1,15 @@
|
| +<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>
|
|
|