chromium/chrome/test/data/permissions/request.html

<!DOCTYPE html>
<html>
<script>
function requestGeolocation() {
  navigator.geolocation.getCurrentPosition(function(){});
}

requestGeolocation();
</script>
<body>
</body>
</html>