Description

This test checks for the absence of microphone in navigator.mediaDevices.enumerateDevices() method when blocked by Permissions-Policy header.

Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
PassMicrophone is not exposed in mediaDevices.enumerateDevices() when blocked by Permissions-Policy
Asserts run
Pass
assert_not_equals(function "function enumerateDevices() { [native code] }", undefined, "navigator.mediaDevices.enumerateDevices exists")
    at Test.<anonymous> ( /mediacapture-streams/MediaDevices-enumerateDevices-not-allowed-mic.https.html:18:3)