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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
|
[DEFAULT]
subsuite = "media"
skip-if = ["os == 'linux' && !debug"]
support-files = [
"/.well-known/idp-proxy/idp.js",
"identityPcTest.js",
"!/dom/media/webrtc/tests/mochitests/blacksilence.js",
"!/dom/media/webrtc/tests/mochitests/dataChannel.js",
"!/dom/media/webrtc/tests/mochitests/head.js",
"!/dom/media/webrtc/tests/mochitests/network.js",
"!/dom/media/webrtc/tests/mochitests/pc.js",
"!/dom/media/webrtc/tests/mochitests/sdpUtils.js",
"!/dom/media/webrtc/tests/mochitests/templates.js",
"!/dom/media/webrtc/tests/mochitests/turnConfig.js",
]
tags = "mtg"
["test_fingerprints.html"]
scheme = "https"
["test_getIdentityAssertion.html"]
["test_idpproxy.html"]
support-files = [
"/.well-known/idp-proxy/idp-redirect-http.js",
"/.well-known/idp-proxy/idp-redirect-http.js^headers^",
"/.well-known/idp-proxy/idp-redirect-http-trick.js",
"/.well-known/idp-proxy/idp-redirect-http-trick.js^headers^",
"/.well-known/idp-proxy/idp-redirect-https.js",
"/.well-known/idp-proxy/idp-redirect-https.js^headers^",
"/.well-known/idp-proxy/idp-redirect-https-double.js",
"/.well-known/idp-proxy/idp-redirect-https-double.js^headers^",
"/.well-known/idp-proxy/idp-redirect-https-odd-path.js",
"/.well-known/idp-proxy/idp-redirect-https-odd-path.js^headers^",
"/.well-known/idp-min.js",
"/.well-known/idp-proxy/idp-bad.js",
]
["test_loginNeeded.html"]
support-files = [
"/.well-known/idp-proxy/login.html",
"/.well-known/idp-proxy/idp.sjs",
]
["test_peerConnection_asymmetricIsolation.html"]
scheme = "https"
skip-if = ["os == 'android'"]
["test_peerConnection_peerIdentity.html"]
scheme = "https"
skip-if = ["os == 'android'"]
["test_setIdentityProvider.html"]
scheme = "https"
["test_setIdentityProviderWithErrors.html"]
scheme = "https"
|