Backed out changeset 2450366cf7ca (bug 1891629) for causing win msix mochitest failures
[gecko.git] / netwerk / test / unit_ipc / test_orb_empty_header_wrap.js
blobdec6c53feee22d54f6ce55563841de8f1593bf29
1 //
2 // Run test script in content process instead of chrome (xpcshell's default)
3 //
4 // setup will be called before the child process tests
5 function run_test() {
6   Services.prefs.setBoolPref("browser.opaqueResponseBlocking", true);
7   run_test_in_child("../unit/test_orb_empty_header.js");