blob: 70f2fd52b84e6c5d1f47457b95d6fd9d9fbde9db (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
[MediaDevices-enumerateDevices-per-origin-ids.sub.https.html]
expected:
if debug and (os == "linux") and not fission and not swgl: OK
if debug and (os == "linux") and fission: OK
if debug and (os == "win"): OK
if debug and (os == "android"): OK
[OK, TIMEOUT]
[enumerateDevices rotates deviceId after clearing site data]
expected:
if debug and (os == "linux") and not fission and not swgl: FAIL
if debug and (os == "linux") and fission: FAIL
if debug and (os == "win"): FAIL
if debug and (os == "android"): FAIL
[FAIL, NOTRUN]
[enumerateDevices has stable deviceIds across same-origin iframe]
expected:
if debug and (os == "linux") and not fission and not swgl: PASS
if debug and (os == "linux") and fission: PASS
if debug and (os == "android"): PASS
if debug and (os == "win"): PASS
[PASS, TIMEOUT]
[enumerateDevices rotates deviceId across different-origin iframe]
expected:
if (os == "linux") and not fission: [PASS, TIMEOUT, NOTRUN]
if (os == "android") and debug: PASS
if (os == "win") and debug: PASS
[PASS, NOTRUN]
|