summaryrefslogtreecommitdiffstats
path: root/dom/tests/unit/test_geolocation_position_unavailable_wrap.js
blob: ca80fdb83a317babe91e6599234262b81f9f2517 (plain)
1
2
3
4
5
6
function run_test() {
  Services.prefs.setBoolPref("geo.provider.network.scan", false);

  Services.prefs.setCharPref("geo.provider.network.url", "UrlNotUsedHere");
  run_test_in_child("./test_geolocation_position_unavailable.js");
}