summaryrefslogtreecommitdiffstats
path: root/netwerk/test/unit_ipc/test_bug248970_cookie_wrap.js
blob: bb8b28815046828e1db0ac42e3fb4d394827445d (plain)
1
2
3
4
5
6
7
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_bug248970_cookie.js");
}