blob: a65937095c0f0301e82e40d781d8b5f3d37f5665 [file] [edit]
<!-- 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>