blob: dc3ea7d9fc6c60261058eb30b168cc4adc42e6b5 (
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_cookiejars.js");
}
|