repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
chrome
/
test
/
data
/
permissions
/
requests-before-load.html
blob
5d748dce982af5e0e2d523b73d11e8d276c071a9
1
<!DOCTYPE
html
>
2
<html>
3
<script>
4
function
requestGeolocation
() {
5
navigator
.
geolocation
.
getCurrentPosition
(
function
(){});
6
}
7
8
requestGeolocation
();
9
Notification
.
requestPermission
();
10
</script>
11
<body>
12
</body>
13
</html>