Sign in
mojo
/
mojo
/
504bae721b981f781c5a0b9c8c150e7f246fb88b
/
.
/
sky
/
engine
/
web
/
tests
/
data
/
scroll-event-handler.html
blob: 32838cb71a95a9a5ff9444fee4d36949a7e1da2f [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<head>
<script
type
=
"text/javascript"
>
document
.
addEventListener
(
'scroll'
,
function
(
event
)
{
});
</script>
</head>
</html>