diff options
Diffstat (limited to 'dom/tests/mochitest/localstorage/chrome.toml')
-rw-r--r-- | dom/tests/mochitest/localstorage/chrome.toml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/dom/tests/mochitest/localstorage/chrome.toml b/dom/tests/mochitest/localstorage/chrome.toml new file mode 100644 index 0000000000..4ce54b42a3 --- /dev/null +++ b/dom/tests/mochitest/localstorage/chrome.toml @@ -0,0 +1,14 @@ +[DEFAULT] +skip-if = ["os == 'android'"] +support-files = [ + "page_blank.html", + "frameQuota.html", + "interOriginFrame.js", +] + +["test_localStorageBasePrivateBrowsing_perwindowpb.html"] +skip-if = ["true"] # bug 1156725 + +["test_localStorageFromChrome.xhtml"] + +["test_localStorageQuotaPrivateBrowsing_perwindowpb.html"] |