test_simple_unknown_uris_wrap.js (361B)
1 function run_test() { 2 Services.prefs.setBoolPref("network.url.useDefaultURI", true); 3 Services.prefs.setBoolPref( 4 "network.url.simple_uri_unknown_schemes_enabled", 5 true 6 ); 7 Services.prefs.setCharPref( 8 "network.url.simple_uri_unknown_schemes", 9 "simpleprotocol,otherproto" 10 ); 11 12 run_test_in_child("../unit/test_simple_unknown_uris.js"); 13 }