<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> |