blob: 117ada7484de4a27a061c2e12d3b53764dba993d (
plain)
1
2
3
4
5
6
|
Cu.import("resource://gre/modules/Services.jsm");
function run_test() {
Services.prefs.setIntPref("network.cookie.cookieBehavior", 1);
run_test_in_child("../unit/test_bug528292.js");
}
|