tenfourfox/netwerk/test/unit_ipc/test_cookiejars_wrap.js

8 lines
215 B
JavaScript
Raw Normal View History

2017-04-19 07:56:45 +00:00
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_cookiejars.js");
}