blob: 943f6ff2d5ea048f6c3012fc8c9d6d9eff4e78c0 [file] [log] [blame]
<!DOCTYPE html> <!-- webkit-test-runner [ AsyncOverflowScrollingEnabled=true ] -->
<head>
<style>
.scroller {
position: relative;
height: 300px;
width: 300px;
margin: 20px;
border: 1px solid black;
background-color: red;
overflow-y: scroll;
}
.content {
background-color: white;
}
.filler {
width: 10px;
height: 1100px;
}
</style>
</head>
<body>
<div class="scroller">
<div class="content">
<div class="filler"></div>
</div>
</div>
</body>
</html>