blob: 0ad261d58291a5dae87ac4556028e53cde66914a [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="initial-scale=1.0">
<script src="resources/touch-regions-helper.js"></script>
<script>
if (window.testRunner)
testRunner.dumpAsText();
window.addEventListener('load', dumpRegions, false);
</script>
</head>
<body>
<script>
document.addEventListener('touchstart', function() { }, { passive: false });
</script>
</body>
</html>