blob: 93450b344cdc14f70d170e72e7298d5ab6f907a3 [file] [edit]
async function runRepaintTest()
{
if (window.testRunner) {
document.body.offsetTop;
await testRunner.displayAndTrackRepaints();
repaintTest();
} else {
setTimeout(repaintTest, 100);
}
}