1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/netwerk/cookie/test/unit_ipc/test_ipc_parser_0019.js Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,9 @@ 1.4 +const Cu = Components.utils; 1.5 + 1.6 +Cu.import("resource://gre/modules/Services.jsm"); 1.7 + 1.8 +function run_test() { 1.9 + // Allow all cookies. 1.10 + Services.prefs.setIntPref("network.cookie.cookieBehavior", 0); 1.11 + run_test_in_child("../unit/test_parser_0019.js"); 1.12 +}