| <html> | |
| <head> | |
| <style> | |
| body { | |
| margin: 0; | |
| height: 2000px; | |
| overflow: hidden; | |
| 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> | |
| </body> | |
| </html> |