blob: 5d748dce982af5e0e2d523b73d11e8d276c071a9 [file] [log] [blame]
<!DOCTYPE html>
<html>
<script>
function requestGeolocation() {
navigator.geolocation.getCurrentPosition(function(){});
}
requestGeolocation();
Notification.requestPermission();
</script>
<body>
</body>
</html>