From 26a029d407be480d791972afb5975cf62c9360a6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 02:47:55 +0200 Subject: Adding upstream version 124.0.1. Signed-off-by: Daniel Baumann --- dom/security/test/sec-fetch/mochitest.toml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 dom/security/test/sec-fetch/mochitest.toml (limited to 'dom/security/test/sec-fetch/mochitest.toml') diff --git a/dom/security/test/sec-fetch/mochitest.toml b/dom/security/test/sec-fetch/mochitest.toml new file mode 100644 index 0000000000..1b3db1772e --- /dev/null +++ b/dom/security/test/sec-fetch/mochitest.toml @@ -0,0 +1,29 @@ +[DEFAULT] +support-files = [ + "file_no_cache.sjs", + "file_redirect.sjs", +] + +["test_iframe_history_manipulation.html"] + +["test_iframe_src_metaRedirect.html"] + +["test_iframe_srcdoc_metaRedirect.html"] + +["test_iframe_window_open_metaRedirect.html"] + +["test_trustworthy_loopback.html"] +skip-if = [ + "os == 'linux' && !fission", # Bug 1805760 + "http3", + "http2", +] +support-files = ["file_trustworthy_loopback.html"] + +["test_websocket.html"] +skip-if = [ + "os == 'android'", # no websocket support Bug 982828 + "http3", + "http2", +] +support-files = ["file_websocket_wsh.py"] -- cgit v1.2.3