blob: a1f8e2ec89d2546629fe2c893f4d87ea7136df5d [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
body {
height: 2000px;
background-image: linear-gradient(white, gray);
}
</style>
<script>
function scrolled()
{
if (parent && 'iframeScrolled' in parent)
parent.iframeScrolled()
}
</script>
</head>
<body onscroll="scrolled()">
</body>
</html>