blob: df6d5f57ebd92713f0db2c9b44ed3b864df2c7e6 [file] [log] [blame]
<!DOCTYPE html> <!-- webkit-test-runner [ AsyncOverflowScrollingEnabled=true ] -->
<html>
<meta name=viewport content="width=device-width">
<div style="height: 200px; width: 100px; overflow: scroll; -webkit-overflow-scrolling: touch;">
<div style="height: 100px; overflow: hidden; position: relative; background-color: green;">
<div style="margin-top: 100px; height: 100px; background-color: red;"></div>
</div>
</div>
</html>