Backed out changeset 2450366cf7ca (bug 1891629) for causing win msix mochitest failures
[gecko.git] / netwerk / test / unit_ipc / test_cookiejars_wrap.js
blobbb58bcd2bfd204cb4119612dc447a8744a3e56df
1 function run_test() {
2   // Allow all cookies.
3   Services.prefs.setBoolPref(
4     "network.cookieJarSettings.unblocked_for_testing",
5     true
6   );
7   Services.prefs.setBoolPref(
8     "network.cookie.skip_browsing_context_check_in_parent_for_testing",
9     true
10   );
11   Services.prefs.setIntPref("network.cookie.cookieBehavior", 0);
12   run_test_in_child("../unit/test_cookiejars.js");