зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1523158 - try to make test_bug574663.html a tad more stable, r=kats
--HG-- extra : rebase_source : f456c2e45964937d2cfea11f6a97f8ae129cbf2f
This commit is contained in:
Родитель
a3dd58ad75
Коммит
ba8719ae4a
|
@ -25,7 +25,9 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=574663
|
|||
function waitForPaint(win, utils, callback) {
|
||||
win.document.documentElement.getBoundingClientRect();
|
||||
if (!utils.isMozAfterPaintPending) {
|
||||
callback();
|
||||
win.requestAnimationFrame(function() {
|
||||
setTimeout(callback);
|
||||
});
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче