summaryrefslogtreecommitdiffstats
path: root/dom/security/test/cors/mochitest.toml
blob: b46def07eaf8611924c0bb08a1573623a729fea9 (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
[DEFAULT]
support-files = [
  "file_CrossSiteXHR_cache_server.sjs",
  "file_CrossSiteXHR_inner.html",
  "file_CrossSiteXHR_inner_data.sjs",
  "file_CrossSiteXHR_server.sjs",
]

["test_CrossSiteXHR.html"]
skip-if = [
  "http3",
  "http2",
]

["test_CrossSiteXHR_cache.html"]
skip-if = [
  "http3",
  "http2",
]

["test_CrossSiteXHR_origin.html"]
skip-if = [
  "http3",
  "http2",
]