blob: b04bb10f87283d66dba4d1a2f979e313448dadf7 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript">
window.addEventListener('touchstart', function(event) {
}, {passive: true} );
window.addEventListener('touchstart', function(event) {
}, {passive: false} );
</script>
</head>
</html>