Sign in
mojo
/
mojo-tools
/
3208471b175a9964b7b560d6090aa4100de401d3
/
.
/
sky
/
engine
/
web
/
tests
/
data
/
scroll-event-handler-window.html
blob: 2a0930e6442f32c98d067fe7e2b8a3038e56b989 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<head>
<script
type
=
"text/javascript"
>
window
.
addEventListener
(
'scroll'
,
function
(
event
)
{
});
</script>
</head>
</html>