blob: d27d3fa8a41a5ad5b3993e25ae63610feedc877b [file] [log] [blame]
<html>
<body>
<p id='x'>XXXX</p>
</body>
<script>
document.addEventListener('touchend', function(e) {
window.open('about:blank', '');
}, false);
</script>
</html>