blob: 515571ed8b3fd1bf2510d118d61c94583d9c10bb [file] [edit]
<html>
<head>
<style>
body {
height:2000px;
margin:0;
background-image:url(resources/green-blue.png);
background-attachment:fixed;
overflow:hidden;
}
</style>
<script>
async function runTest() {
if (window.testRunner)
await testRunner.setTopContentInset(50);
}
window.addEventListener('load', runTest, false);
</script>
</head>
<body>
</body>
</html>