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