Sign in
mojo
/
mojo-tools
/
c09b473ba58ae1f5c82731a9720feb1c85a74575
/
.
/
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>