summaryrefslogtreecommitdiffstats
path: root/toolkit/components/httpsonlyerror/tests/browser/browser.toml
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/components/httpsonlyerror/tests/browser/browser.toml')
-rw-r--r--toolkit/components/httpsonlyerror/tests/browser/browser.toml17
1 files changed, 17 insertions, 0 deletions
diff --git a/toolkit/components/httpsonlyerror/tests/browser/browser.toml b/toolkit/components/httpsonlyerror/tests/browser/browser.toml
new file mode 100644
index 0000000000..5bbad48226
--- /dev/null
+++ b/toolkit/components/httpsonlyerror/tests/browser/browser.toml
@@ -0,0 +1,17 @@
+[DEFAULT]
+support-files = ["head.js"]
+
+["browser_errorpage.js"]
+skip-if = ["os == 'linux' && asan && !debug"] # Bug 1658616
+
+["browser_errorpage_timeout.js"]
+support-files = ["file_errorpage_timeout_server.sjs"]
+
+["browser_errorpage_www_suggestion.js"]
+support-files = ["file_errorpage_www_suggestion.html"]
+skip-if = ["os == 'android'"] # no https-only errorpage support in android
+
+["browser_exception.js"]
+support-files = ["file_upgrade_insecure_server.sjs"]
+
+["browser_fpi_nested_uri.js"]