File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 11<!DOCTYPE html>
22< html >
33< head >
4- < title > Test background blur support</ title >
4+ < title > Test background blur and segmentation mask support</ title >
55< link rel ="help " href ="https://w3c.github.io/mediacapture-extensions/ ">
66</ head >
77< body >
88< h1 class ="instructions "> Description</ h1 >
9- < p class ="instructions "> This test checks background blur support.</ p >
9+ < p class ="instructions "> This test checks background blur and segmentation mask support.</ p >
1010< div id ='log '> </ div >
1111< script src =/resources/testharness.js > </ script >
1212< script src =/resources/testharnessreport.js > </ script >
1313< script >
1414"use strict" ;
1515
1616const constraintSet = {
17- backgroundBlur : true
17+ backgroundBlur : true ,
18+ backgroundSegmentationMask : true ,
1819} ;
1920
2021Object . keys ( constraintSet ) . forEach ( property => {
You can’t perform that action at this time.
0 commit comments