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/https-first/browser.toml | 53 ++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 dom/security/test/https-first/browser.toml (limited to 'dom/security/test/https-first/browser.toml') diff --git a/dom/security/test/https-first/browser.toml b/dom/security/test/https-first/browser.toml new file mode 100644 index 0000000000..0c63b8317d --- /dev/null +++ b/dom/security/test/https-first/browser.toml @@ -0,0 +1,53 @@ +[DEFAULT] + +["browser_beforeunload_permit_http.js"] +support-files = ["file_beforeunload_permit_http.html"] + +["browser_downgrade_mixed_content_auto_upgrade_console.js"] +support-files = [ + "file_mixed_content_auto_upgrade.html", + "pass.png", + "test.ogv", + "test.wav", +] + +["browser_downgrade_view_source.js"] +support-files = ["file_downgrade_view_source.sjs"] + +["browser_download_attribute.js"] +support-files = [ + "file_download_attribute.html", + "file_download_attribute.sjs", +] + +["browser_httpsfirst.js"] +support-files = ["file_httpsfirst_timeout_server.sjs"] + +["browser_httpsfirst_console_logging.js"] + +["browser_httpsfirst_speculative_connect.js"] +support-files = ["file_httpsfirst_speculative_connect.html"] + +["browser_mixed_content_console.js"] +support-files = ["file_mixed_content_console.html"] + +["browser_mixed_content_download.js"] +support-files = [ + "download_page.html", + "download_server.sjs", +] + +["browser_navigation.js"] +support-files = ["file_navigation.html"] + +["browser_schemeless.js"] + +["browser_slow_download.js"] +support-files = [ + "file_slow_download.html", + "file_slow_download.sjs", +] + +["browser_superfluos_auth.js"] + +["browser_upgrade_onion.js"] -- cgit v1.2.3