summaryrefslogtreecommitdiffstats
path: root/dom/tests/mochitest/beacon/mochitest.toml
blob: 84e85fdbf2abe22b52daae58066cc5b5f7b4878c (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
[DEFAULT]
support-files = [
  "beacon-frame.html",
  "beacon-handler.sjs",
  "beacon-preflight-handler.sjs",
  "beacon-originheader-handler.sjs",
  "beacon-redirect-handler.sjs",
]

["test_beacon.html"]

["test_beaconContentPolicy.html"]

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

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

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

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