repo.or.cz
/
gecko.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Bug 1862332 [wpt PR 42877] - WebKit export of https://bugs.webkit.org/show_bug.cgi...
[gecko.git]
/
dom
/
tests
/
unit
/
test_geolocation_position_unavailable_wrap.js
blob
ca80fdb83a317babe91e6599234262b81f9f2517
1
function run_test() {
2
Services.prefs.setBoolPref("geo.provider.network.scan", false);
3
4
Services.prefs.setCharPref("geo.provider.network.url", "UrlNotUsedHere");
5
run_test_in_child("./test_geolocation_position_unavailable.js");
6
}