haikuwebkit/LayoutTests/fast/backgrounds/background-repeat-long-scro...

16 lines
199 B
HTML

<!DOCTYPE html>
<html>
<head>
<style>
#div1 {
background-color: black;
width: 100%;
height: 35000px;
}
</style>
</head>
<body onload="window.scrollTo(0,34000)">
<div id="div1">
</div>
</body>
</html>