diff --git a/dom/canvas/test/webgl-conf/mochi-single.html b/dom/canvas/test/webgl-conf/mochi-single.html index 4469f0498c5a..c4bed621d615 100644 --- a/dom/canvas/test/webgl-conf/mochi-single.html +++ b/dom/canvas/test/webgl-conf/mochi-single.html @@ -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);