Bug 1563541 - Force a paint before reading the APZ test data. r=botond

Differential Revision: https://phabricator.services.mozilla.com/D37983

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Kartikaya Gupta 2019-07-15 06:39:09 +00:00
Родитель 21482b7733
Коммит 460150b36f
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -49,6 +49,7 @@ if (isApzEnabled()) {
pushPrefs([["apz.displayport_expiry_ms", 0],
["apz.test.logging_enabled", true]])
.then(waitUntilApzStable)
.then(forceLayerTreeToCompositor)
.then(runContinuation(test))
.then(SimpleTest.finish);
}