diff --git a/mediacapture-extensions/GUM-backgroundBlur.https.html b/mediacapture-extensions/GUM-backgroundBlur.https.html index 5383e088a62abc..4fba3692f6a610 100644 --- a/mediacapture-extensions/GUM-backgroundBlur.https.html +++ b/mediacapture-extensions/GUM-backgroundBlur.https.html @@ -1,12 +1,12 @@ -Test background blur support +Test background blur and segmentation mask support

Description

-

This test checks background blur support.

+

This test checks background blur and segmentation mask support.

@@ -14,7 +14,8 @@

Description

"use strict"; const constraintSet = { - backgroundBlur: true + backgroundBlur: true, + backgroundSegmentationMask: true, }; Object.keys(constraintSet).forEach(property => {