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
/
geolocation
/
simple.html
blob
c5917617a5c86947ad34c5a1793e917271cb0116
1
<html>
2
<head>
3
<script
src
=
"basic_geolocation.js"
></script>
4
</head>
5
<body>
6
<input
type
=
"button"
value
=
"manual"
onclick
=
"geoStartWithSyncResponse()"
/>
7
</body>
8
</html>
9