blob: 77bb7f1578ef695c9382971a247dd2fe343c2044 [file] [edit]
<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>
async function runTest() {
if (window.testRunner)
await testRunner.setObscuredContentInsets(100, 0, 0, 0);
}
window.addEventListener('load', runTest, false);
</script>
</head>
<body>
<div class="container"></div>
</body>
</html>