Sign in
webkit
/
WebKit
/
f5e6ef275acbaca907e686716ff96c7568ea7068
/
.
/
LayoutTests
/
fast
/
events
/
resources
/
wheel-event-handler-on-document.html
blob: 0b4e6f84611c9e09a1118a98386dc1acc5caaadd [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<script>
window
.
addEventListener
(
'mousewheel'
,
function
()
{},
false
);
</script>
</body>
</html>