Source code
Revision control
Copy as Markdown
Other Tools
[enumerateDevices-permissions-policy.https.html]
prefs:
if os != "mac": [media.navigator.streams.fake:false]
expected:
if (os_version == "24.04") and not fission and not debug: [OK, CRASH]
if (os_version == "14.70") and debug: TIMEOUT
if (os_version == "14.70") and not debug: [OK, TIMEOUT, CRASH]
if (os_version == "11.26100") and not debug: [OK, TIMEOUT]
[permissions policy on enumerateDevices() after getUserMedia()]
expected:
if (os == "win") and not debug: [PASS, TIMEOUT]
if os == "mac": [PASS, TIMEOUT]