| <!-- webkit-test-runner [ CSSScrollAnchoringEnabled=false ] --> | |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <style> | |
| body { | |
| height: 4000px; | |
| } | |
| .box { | |
| margin-top: 200px; | |
| width: 100px; | |
| height: 100px; | |
| background-color: green; | |
| cursor: pointer; | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| <div id="frag"></div> | |
| <div class="box"></div> | |
| </body> | |
| </html> |