mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
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:
parent
e088d560ff
commit
f270d4ccca
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user