Sign in
chromium
/
chromium
/
src.git
/
61.0.3140.1
/
.
/
third_party
/
WebKit
/
Source
/
web
/
tests
/
data
/
wheel-event-handler-both.html
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>