summaryrefslogtreecommitdiffstats
path: root/netwerk/test/unit_ipc/test_redirect-caching_failure_wrap.js
blob: f95cc399bedb7cfa85689a34f81138c12fef353f (plain)
1
2
3
4
5
6
7
8
9
10
11
//
// Run test script in content process instead of chrome (xpcshell's default)
//
//
function run_test() {
  do_await_remote_message("disable-ports").then(_ => {
    Services.prefs.setCharPref("network.security.ports.banned", "65400");
    do_send_remote_message("disable-ports-done");
  });
  run_test_in_child("../unit/test_redirect-caching_failure.js");
}