mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-09 04:39:03 +02:00
--HG-- rename : netwerk/test/unit_ipc/disabled_test_bug528292_wrap.js => netwerk/test/unit_ipc/test_bug528292_wrap.js
6 lines
No EOL
189 B
JavaScript
6 lines
No EOL
189 B
JavaScript
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");
|
|
} |