summaryrefslogtreecommitdiffstats
path: root/dom/security/test/referrer-policy/mochitest.ini
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--dom/security/test/referrer-policy/mochitest.ini16
1 files changed, 16 insertions, 0 deletions
diff --git a/dom/security/test/referrer-policy/mochitest.ini b/dom/security/test/referrer-policy/mochitest.ini
new file mode 100644
index 0000000000..60fa4ef1fa
--- /dev/null
+++ b/dom/security/test/referrer-policy/mochitest.ini
@@ -0,0 +1,16 @@
+[DEFAULT]
+prefs =
+ plugin.load_flash_only=false
+support-files =
+ img_referrer_testserver.sjs
+ referrer_header.sjs
+ referrer_header_current_document_iframe.html
+ referrer_helper.js
+ referrer_testserver.sjs
+
+[test_img_referrer.html]
+[test_referrer_header_current_document.html]
+skip-if = (verify && debug && (os == 'linux'))
+[test_referrer_redirect.html]
+skip-if = (verify && debug)
+# Please keep alphabetical order.