mochitest.toml (1004B)
1 [DEFAULT] 2 support-files = [ 3 "beacon-frame.html", 4 "beacon-handler.sjs", 5 "beacon-preflight-handler.sjs", 6 "beacon-originheader-handler.sjs", 7 "beacon-redirect-handler.sjs", 8 ] 9 run-sequentially = ["true"] # bug 1784963 - beacon-handler shares state 10 11 ["test_beacon.html"] 12 13 ["test_beaconContentPolicy.html"] 14 15 ["test_beaconFrame.html"] 16 skip-if = [ 17 "http2", 18 "http3", 19 "os == 'android' && os_version == '14' && arch == 'x86_64'", # Bug 1784963 20 "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && xorigin", # Bug 1784963 21 "verify-standalone", 22 ] 23 24 ["test_beaconOriginHeader.html"] 25 skip-if = [ 26 "http2", 27 "http3", 28 "os == 'linux' && os_version == '22.04' && arch == 'x86_64' && opt && verify-standalone", 29 "os == 'win' && os_version == '11.26100' && arch == 'x86_64' && debug && xorigin && verify-standalone", 30 ] 31 32 ["test_beaconPreflightWithCustomContentType.html"] 33 skip-if = [ 34 "http2", 35 "http3", 36 ] 37 38 ["test_beaconRedirect.html"] 39 skip-if = [ 40 "http2", 41 "http3", 42 ]