summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/Source/web/tests/data/wheel-event-handler-passive.html
blob: 5f15b597188932faf103b4288ec60593fbfb735d (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html>
<head>
  <script type="text/javascript">
      window.addEventListener('mousewheel', function(event) {
      }, {passive: true});
  </script>
</head>

</html>