| <!DOCTYPE html> | |
| <html style="background-color:#eeeeee; overflow:hidden"> | |
| <div style="height:500px"> | |
| <script> | |
| if (window.testRunner) | |
| testRunner.waitUntilDone() | |
| window.setTimeout(async function() { | |
| await testRunner?.displayAndTrackRepaints(); | |
| document.scrollingElement.scrollTop = 20; | |
| if (window.testRunner) | |
| testRunner.notifyDone(); | |
| }, 50); | |
| </script> |