← back to v134 · camera-effects-status-background-blur
conformance · v134
v134 · camera-effects-status-background-blur — conformance probe
5 assertions drawn from the spec. Each is a single contract the spec text makes. Pass/fail reflects what this browser executed; blocked means the contract was not run because it needs user mediation, hardware, or another unavailable precondition. Open the page in Chrome stable / canary / Firefox / Safari to compare.
0
pass
0
fail
0
blocked
5
total
| id | contract | kind | verdict | detail |
|---|---|---|---|---|
media-devices-exists |
navigator.mediaDevices is present so a track to read effect status from can be acquired. | exists | … | |
media-devices-getusermedia-fn |
navigator.mediaDevices.getUserMedia is callable. | typeof | … | |
media-track-supported-constraints |
getSupportedConstraints advertises whether the UA exposes background blur as a constrainable property. | script | … | |
background-blur-capability-shape |
MediaTrackCapabilities is a dictionary type; a backgroundBlur entry, when present, is observable on a video track. | script | … | |
apply-constraints-fn |
MediaStreamTrack.applyConstraints is a function used to toggle backgroundBlur on or off. | typeof | … |