diff -r 000000000000 -r 6474c204b198 netwerk/test/unit_ipc/test_cookie_header_wrap.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/netwerk/test/unit_ipc/test_cookie_header_wrap.js Wed Dec 31 06:09:35 2014 +0100 @@ -0,0 +1,11 @@ +// +// Run test script in content process instead of chrome (xpcshell's default) +// + +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_cookie_header.js"); +}