diff -r 000000000000 -r 6474c204b198 netwerk/cookie/test/unit_ipc/test_ipc_parser_0001.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/netwerk/cookie/test/unit_ipc/test_ipc_parser_0001.js Wed Dec 31 06:09:35 2014 +0100 @@ -0,0 +1,9 @@ +const Cu = Components.utils; + +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_parser_0001.js"); +}