From f270d4ccca98279bb9652b2e24c7dbe9bca3c772 Mon Sep 17 00:00:00 2001 From: Jeff Gilbert Date: Sat, 18 May 2019 05:49:07 +0000 Subject: [PATCH] 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 --- dom/canvas/test/webgl-conf/mochi-single.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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);