summaryrefslogtreecommitdiffstats
path: root/netwerk/test/unit_ipc/test_orb_empty_header_wrap.js
blob: dec6c53feee22d54f6ce55563841de8f1593bf29 (plain)
1
2
3
4
5
6
7
8
//
// Run test script in content process instead of chrome (xpcshell's default)
//
// setup will be called before the child process tests
function run_test() {
  Services.prefs.setBoolPref("browser.opaqueResponseBlocking", true);
  run_test_in_child("../unit/test_orb_empty_header.js");
}