summaryrefslogtreecommitdiffstats
path: root/security/manager/ssl/tests/mochitest/mixedcontent/mochitest.toml
blob: 1a37ba6f38feda2e22cc8cb6a83ea463a7e7d38d (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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
[DEFAULT]
# Disable for Http/3 since Http/3 tests require to run with https.
skip-if = [
  "http3",
  "http2",
]
prefs = [
  "security.mixed_content.upgrade_display_content=false",
  "dom.security.https_first=false",
]
support-files = [
  "alloworigin.sjs",
  "backward.html",
  "bug329869.js",
  "bug383369step2.html",
  "bug383369step3.html",
  "download.auto",
  "download.auto^headers^",
  "emptyimage.sjs",
  "hugebmp.sjs",
  "iframe.html",
  "iframe2.html",
  "iframeMetaRedirect.html",
  "iframesecredirect.sjs",
  "iframeunsecredirect.sjs",
  "imgsecredirect.sjs",
  "imgunsecredirect.sjs",
  "mixedContentTest.js",
  "moonsurface.jpg",
  "nocontent.sjs",
  "redirecttoemptyimage.sjs",
  "somestyle.css",
  "unsecureIframe.html",
  "unsecurePictureDup.html",
]

["test_bug329869.html"]

["test_bug383369.html"]
skip-if = ["os == 'android'"]

["test_bug455367.html"]

["test_bug472986.html"]

["test_bug477118.html"]

["test_bug521461.html"]

["test_cssBefore1.html"]

["test_cssContent1.html"]

["test_cssContent2.html"]

["test_documentWrite1.html"]

["test_documentWrite2.html"]

["test_dynDelayedUnsecurePicture.html"]

["test_dynDelayedUnsecureXHR.html"]

["test_dynUnsecureBackground.html"]

["test_dynUnsecureIframeRedirect.html"]

["test_dynUnsecurePicture.html"]

["test_dynUnsecurePicturePreload.html"]

["test_dynUnsecureRedirect.html"]
skip-if = ["true"] # Bug 487402 intermitently fails, quite often

["test_innerHtmlDelayedUnsecurePicture.html"]

["test_innerHtmlUnsecurePicture.html"]

["test_javascriptPicture.html"]

["test_secureAll.html"]

["test_securePicture.html"]

["test_unsecureBackground.html"]

["test_unsecureCSS.html"]

["test_unsecureIframe.html"]

["test_unsecureIframe2.html"]

["test_unsecureIframeMetaRedirect.html"]
skip-if = ["true"] # Bug 487632 intermitently fails, quite often

["test_unsecureIframeRedirect.html"]

["test_unsecurePicture.html"]

["test_unsecurePictureDup.html"]

["test_unsecurePictureInIframe.html"]

["test_unsecureRedirect.html"]