<!--
@ANDROID-ALLOW:*
-->
<html>
<body>
<div style="overflow:scroll; width: 200px; height: 50px">
<p>Example Paragraph 1</p>
<p>Example Paragraph 2</p>
</div>
<div style="overflow:hidden; width: 200px; height: 50px">
<p>Example Paragraph 1</p>
<p>Example Paragraph 2</p>
</div>
</body>
</html>