1
    2
    3
    4
    5
    6
    7
    8
    9

content / test / data / div_with_touch_action_none.html [blame]

<html>
<head></head>
<body>
  <div style="touch-action:none; width:100px; height:100px;background-color:red; overflow: scroll">
    This div prohibits pinch-zoom.
    <div style="width: 120px; height: 500px; background-color: black">Scrollable content!</div>
  </div>
</body>
</html>