summaryrefslogtreecommitdiffstats
path: root/netwerk/cookie/test/unit_ipc/test_ipc_parser_0001.js
diff options
context:
space:
mode:
Diffstat (limited to 'netwerk/cookie/test/unit_ipc/test_ipc_parser_0001.js')
-rw-r--r--netwerk/cookie/test/unit_ipc/test_ipc_parser_0001.js9
1 files changed, 9 insertions, 0 deletions
diff --git a/netwerk/cookie/test/unit_ipc/test_ipc_parser_0001.js b/netwerk/cookie/test/unit_ipc/test_ipc_parser_0001.js
new file mode 100644
index 000000000..988c8d196
--- /dev/null
+++ b/netwerk/cookie/test/unit_ipc/test_ipc_parser_0001.js
@@ -0,0 +1,9 @@
+var Cu = Components.utils;
+
+Cu.import("resource://gre/modules/Services.jsm");
+
+function run_test() {
+ // Allow all cookies.
+ Services.prefs.setIntPref("network.cookie.cookieBehavior", 0);
+ run_test_in_child("../unit/test_parser_0001.js");
+}