blob: c96e79a49c0d528f27a8d3c455a98e5e835f4a31 [file] [log] [blame]
<!DOCTYPE html> <!-- webkit-test-runner [ useFlexibleViewport=true AsyncOverflowScrollingEnabled=true ] -->
<meta name=viewport content="width=device-width">
<!-- Expect no red (a blank page) -->
<div style="
overflow: scroll;
-webkit-overflow-scrolling: touch;
width: 300px;
height: 300px;
">
<div style="
overflow: hidden;
width: 100px;
height: 100px;
">
<div style="position: relative; top: 100px; width: 100px; height: 100px; background-color: red;"></div>
</div>
</div>