forked from mirrors/gecko-dev
MozReview-Commit-ID: 5fVG7akPnGM --HG-- extra : rebase_source : f1b9eeb1b2048b551ee8c0a596e6395d0031cc4d
13 lines
280 B
HTML
13 lines
280 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Geolocation permission test</title>
|
|
</head>
|
|
<body>
|
|
<script type="text/javascript">
|
|
"use strict";
|
|
navigator.geolocation.getCurrentPosition(function (pos) {});
|
|
</script>
|
|
</body>
|
|
</html>
|