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