blob: c3231fce853700605223c2bf7e27c2279b20fc07 [file] [log] [blame]
<html>
<head>
<title></title>
<style>
div {
width: 100px;
height: 100px;
background-color: green;
margin-top: 36px;
}
</style>
</head>
<body style="height:2000px;">
<p style="position: relative; top: 20px;">
Repaint test for <i><a href="http://bugs.webkit.org/show_bug.cgi?id=11452">http://bugs.webkit.org/show_bug.cgi?id=11452</a>
REGRESSION (r16736-r16801): Incorrect repaint of fixed boxes</i>.
</p>
<div></div>
<script>
window.scrollTo(0, 20);
</script>
</body>
</html>