blob: 2af7fd0e09a6ebc74bc37074d835b84d20aaec34 [file] [log] [blame]
<html>
<head>
<style>
body {
margin: 0;
}
.container {
width: 100%;
height: 100%;
background-image: url('resources/bordered-image.png');
background-attachment: fixed;
background-size: contain;
background-repeat: no-repeat;
}
</style>
<script>
function runTest() {
if (window.internals)
window.internals.setTopContentInset(100);
}
window.addEventListener('load', runTest, false);
</script>
</head>
<body>
<div class="container"></div>
</body>
</html>