Bug 1552616 - Enable webgl draft exts for webgl-conf tests. r=lsalzman

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Jeff Gilbert 2019-05-18 05:49:07 +00:00
parent e088d560ff
commit f270d4ccca

View File

@ -53,7 +53,11 @@ if (parent) {
}
}
SpecialPowers.pushPrefEnv({"set": [['webgl.force-enabled', true]]});
SpecialPowers.pushPrefEnv({"set": [
['webgl.force-enabled', true],
['webgl.enable-draft-extensions', true],
]});
////////////////////////////////////////////////////////////////////////
var testPath = location.search.substr(1);