Sign in
webkit
/
WebKit
/
11ff47c39db0a1ce4f1a89cbaca4ed7514baf6a3
/
.
/
Tools
/
TestWebKitAPI
/
Tests
/
WebKit2
/
geolocationGetCurrentPositionWithHighAccuracy.html
blob: 26a314858ad1c6069e398b3fbf0e8a0883bc68c6 [
file
] [
log
] [
blame
]
<script>
navigator
.
geolocation
.
getCurrentPosition
(
function
()
{
},
function
()
{},
{
enableHighAccuracy
:
true
});
</script>