summaryrefslogtreecommitdiffstats
path: root/dom/security/test/https-only/mochitest.toml
blob: e7ecd439c4a5b5ded00a4dcb79f3917c71235479 (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
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
58
59
60
61
62
63
64
65
[DEFAULT]
support-files = [
  "file_redirect.sjs",
  "file_upgrade_insecure.html",
  "file_upgrade_insecure_server.sjs",
  "file_upgrade_insecure_wsh.py",
]
prefs = [
  "dom.security.https_first=false",
  "security.mixed_content.upgrade_display_content=false",
]

["test_break_endless_upgrade_downgrade_loop.html"]
skip-if = [
  "os == 'android'", # no support for error pages, Bug 1697866
  "http3",
  "http2",
]
support-files = [
  "file_break_endless_upgrade_downgrade_loop.sjs",
  "file_user_gesture.html",
]

["test_fragment.html"]
support-files = ["file_fragment.html"]

["test_http_background_auth_request.html"]
support-files = ["file_http_background_auth_request.sjs"]
skip-if = [
  "http3",
  "http2",
]

["test_http_background_request.html"]
support-files = ["file_http_background_request.sjs"]
skip-if = [
  "http3",
  "http2",
]

["test_insecure_reload.html"]
support-files = ["file_insecure_reload.sjs"]
skip-if = ["os == 'android'"] # no https-only errorpage support in android

["test_redirect_upgrade.html"]
scheme = "https"
fail-if = ["xorigin"]
skip-if = [
  "http3",
  "http2",
]

["test_resource_upgrade.html"]
scheme = "https"
skip-if = [
  "http3",
  "http2",
]

["test_user_suggestion_box.html"]
skip-if = [
  "os == 'android'", # no https-only errorpage support in android
  "http3",
  "http2",
]