• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1Tests that reentrant calls to Geolocation methods from the success callback are OK.
2
3On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
4
5
6PASS successfullyParsed is true
7PASS position.coords.latitude is mockLatitude
8PASS position.coords.longitude is mockLongitude
9PASS position.coords.accuracy is mockAccuracy
10
11PASS position.coords.latitude is mockLatitude
12PASS position.coords.longitude is mockLongitude
13PASS position.coords.accuracy is mockAccuracy
14
15TEST COMPLETE
16
17