зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1499655 - Ensure we forceLayerTreeToComposite in tests where we read the compositor APZ test data at the start of the test. r=botond
Differential Revision: https://phabricator.services.mozilla.com/D14206 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
58959d9011
Коммит
3afa32dbb4
|
@ -16,7 +16,7 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=982141
|
|||
// -------------------------------------------------------------------
|
||||
var SimpleTest = window.opener.SimpleTest;
|
||||
|
||||
waitUntilApzStable().then(testBug982141);
|
||||
waitUntilApzStable().then(forceLayerTreeToCompositor).then(testBug982141);
|
||||
|
||||
// --------------------------------------------------------------------
|
||||
// The actual logic for testing bug 982141.
|
||||
|
|
|
@ -107,7 +107,7 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=1383365
|
|||
}
|
||||
}
|
||||
|
||||
waitUntilApzStable().then(runTests);
|
||||
waitUntilApzStable().then(forceLayerTreeToCompositor).then(runTests);
|
||||
</script>
|
||||
</head>
|
||||
<body style="height: 500px; overflow: scroll">
|
||||
|
|
Загрузка…
Ссылка в новой задаче