1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13
   14
   15
   16

content / test / data / accessibility / html / overflow-actions.html [blame]

<!--
@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>