blob: bf63b0d94709ee9d732c95a3cbb20c823b9377de (
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
|
[DEFAULT]
support-files =
frame_appid_facet.html
frame_appid_facet_insecure.html
frame_appid_facet_subdomain.html
frame_no_token.html
frame_register.html
frame_register_sign.html
pkijs/asn1.js
pkijs/common.js
pkijs/x509_schema.js
pkijs/x509_simpl.js
u2futil.js
# Feature does not function on e10s (Disabled in Bug 1297552)
[test_util_methods.html]
skip-if = !e10s
[test_no_token.html]
skip-if = !e10s
[test_register.html]
skip-if = !e10s
[test_register_sign.html]
skip-if = !e10s
[test_appid_facet.html]
skip-if = !e10s
[test_appid_facet_insecure.html]
skip-if = !e10s
[test_appid_facet_subdomain.html]
skip-if = !e10s
|