haikuwebkit/ManualTests/resources/iframe-reloaded-on-touch.html

4 lines
131 B
HTML

<body>
<div ontouchstart="window.location.reload()" style="background-color:green;height:200px;width:200px">Touch me</div>
</body>