chromium/chrome/test/data/geolocation/simple.html

<html>
 <head>
  <script src="../result_queue.js"></script>
  <script src="basic_geolocation.js"></script>
 </head>
 <body>
 <input type="button" value="manual" onclick="geoStartWithSyncResponse()"/>
 </body>
</html>