зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1181678 - Improve the check for skipping test_layerization if APZ is disabled. r=botond
This commit is contained in:
Родитель
5b73f30813
Коммит
19b71cf932
|
@ -137,7 +137,7 @@ function driveTest() {
|
|||
|
||||
function startTest() {
|
||||
// This test requires APZ - if it's not enabled, skip it.
|
||||
var apzEnabled = SpecialPowers.getBoolPref("layers.async-pan-zoom.enabled");
|
||||
var apzEnabled = SpecialPowers.getDOMWindowUtils(window).asyncPanZoomEnabled;
|
||||
if (!apzEnabled) {
|
||||
ok(true, "APZ not enabled, skipping test");
|
||||
SimpleTest.finish();
|
||||
|
|
Загрузка…
Ссылка в новой задаче