diff options
Diffstat (limited to 'dom/tests/mochitest/beacon/chrome.toml')
-rw-r--r-- | dom/tests/mochitest/beacon/chrome.toml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/dom/tests/mochitest/beacon/chrome.toml b/dom/tests/mochitest/beacon/chrome.toml new file mode 100644 index 0000000000..92a95b0515 --- /dev/null +++ b/dom/tests/mochitest/beacon/chrome.toml @@ -0,0 +1,15 @@ +[DEFAULT] +skip-if = ["os == 'android'"] + +["test_beaconCookies.html"] +skip-if = ["(verify && !debug && (os == 'win'))"] +support-files = [ + "beacon-set-cookie.sjs", + "file_beaconCookies.html", +] + +["test_beaconWithSafelistedContentType.html"] +support-files = [ + "beacon-handler.sjs", + "file_beaconSafelist.html", +] |