blob: bc15d78d897492baa9b88a7e72368c6c9334afe2 [file] [log] [blame]
<!DOCTYPE html>
<style>
html {
overflow-y: scroll;
}
body {
margin: 0;
height: 1000px;
background-color: yellow;
}
</style>
<body>
The test passes if the contents scrolls correctly.
</body>
<script>
window.scrollTo(0, 100);
</script>