blob: 801d27e8f89337a6caf3f782bbbb05ba8894625e (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[enumerateDevices-permissions-policy.https.html]
prefs:
if os != "mac": [media.navigator.streams.fake:false]
expected:
if (processor == "x86_64") and (os == "linux") and not fission and not debug: [OK, CRASH]
if (processor == "x86_64") and (os == "win") and not debug: [OK, TIMEOUT]
if (processor == "x86") and not debug: [OK, TIMEOUT]
[permissions policy on enumerateDevices() after getUserMedia()]
expected:
if (processor == "x86_64") and (os == "win") and not debug: [PASS, TIMEOUT]
if (processor == "x86") and not debug: [PASS, TIMEOUT]
|