subframe-in-accelerated-overflow.html   [plain text]


<!DOCTYPE html>
<meta name=viewport content="width=device-width">
<p>
    First, scroll this overflow area down to the end, and release. Then scroll
    it back up. You should never see any red.
</p>
<div style="
    width: 200px;
    height: 200px;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
">
    <iframe style="width: 200px; height: 300px; background-color: red; border: none;"; src="data:text/html,
        <body bgcolor=green>
        </body>
    "></iframe>
    The End
</div>