Bug 1904487 - Add missing gfxSVGFEBlend variable in sandbox for reftests r=gfx-reviewers,gw

Differential Revision: https://phabricator.services.mozilla.com/D214906
This commit is contained in:
Ashley Hale 2024-06-26 21:07:11 +00:00
Родитель ff85c29a94
Коммит 0ed2355d38
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -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"