blob: 3a29deeee90d05d955fbbbaaaf2f1fa0c614d22a [file] [log] [blame]
if (window.testRunner)
testRunner.waitUntilDone();
function runRepaintTest()
{
window.requestAnimationFrame(function() {
window.setTimeout(function() {
repaintTest();
if (window.testRunner)
testRunner.notifyDone();
}, 0);
});
}