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