Backed out changeset 2450366cf7ca (bug 1891629) for causing win msix mochitest failures
[gecko.git] / netwerk / test / unit_ipc / test_default_uri_bypass_wrap.js
blob82c8e730f8566a067bf1139774d0af9fd52e0594
1 function run_test() {
2   Services.prefs.setBoolPref("network.url.useDefaultURI", true);
3   Services.prefs.setBoolPref(
4     "network.url.some_schemes_bypass_defaultURI_fallback",
5     true
6   );
7   Services.prefs.setCharPref(
8     "network.url.simple_uri_schemes",
9     "simpleprotocol,otherproto"
10   );
12   run_test_in_child("../unit/test_default_uri_bypass.js");