Backed out changeset 2450366cf7ca (bug 1891629) for causing win msix mochitest failures
[gecko.git] / netwerk / test / unit_ipc / test_redirect-caching_failure_wrap.js
blobf95cc399bedb7cfa85689a34f81138c12fef353f
1 //
2 // Run test script in content process instead of chrome (xpcshell's default)
3 //
4 //
5 function run_test() {
6   do_await_remote_message("disable-ports").then(_ => {
7     Services.prefs.setCharPref("network.security.ports.banned", "65400");
8     do_send_remote_message("disable-ports-done");
9   });
10   run_test_in_child("../unit/test_redirect-caching_failure.js");