Sign in
chromium
/
chromium
/
src
/
913eaefa55beab765aa1d99da170db474d8c63ca
/
.
/
chrome
/
test
/
data
/
permissions
/
request.html
blob: 86911049fe788a2a2a2023dc17af919ea8db5897 [
file
]
<!DOCTYPE html>
<html>
<script>
function
requestGeolocation
()
{
navigator
.
geolocation
.
getCurrentPosition
(
function
(){});
}
requestGeolocation
();
</script>
<body>
</body>
</html>