blob: d85d86a221cd98aa6d414045d47570a44cb74671 [file] [log] [blame]
<!DOCTYPE html>
<style>
body {
height: 10000px;
margin: 0;
}
p {
position: fixed;
}
</style>
<body>
<p>This test verifies document backgrounds are painted at correct
location when scroll offset is present.</p>
</body>
<script>
window.scrollTo(0, 100);
document.body.style.background = "url('../../images/resources/gracehopper.png')";
</script>