diff --git a/layout/tools/reftest/manifest.sys.mjs b/layout/tools/reftest/manifest.sys.mjs index b1b10c9c14eb..ae9ec5d24cb5 100644 --- a/layout/tools/reftest/manifest.sys.mjs +++ b/layout/tools/reftest/manifest.sys.mjs @@ -652,6 +652,9 @@ function BuildConditionSandbox(aURL) { sandbox.gfxSVGFE = Services.prefs.getBoolPref("gfx.webrender.svg-filter-effects") && !g.useDrawSnapshot; + sandbox.gfxSVGFEBlend = + Services.prefs.getBoolPref("gfx.webrender.svg-filter-effects.feblend") && + sandbox.gfxSVGFE; sandbox.gfxSVGFEColorMatrix = Services.prefs.getBoolPref( "gfx.webrender.svg-filter-effects.fecolormatrix"