blob: 44cf548df48f30c471ad911d0f75288f0a0bb80a [file] [log] [blame]
function runRepaintTest()
{
if (window.testRunner) {
document.body.offsetTop;
testRunner.displayAndTrackRepaints();
repaintTest();
} else {
setTimeout(repaintTest, 100);
}
}