• 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 position.coords.latitude is mockLatitude
7PASS position.coords.longitude is mockLongitude
8PASS position.coords.accuracy is mockAccuracy
9
10PASS position.coords.latitude is mockLatitude
11PASS position.coords.longitude is mockLongitude
12PASS position.coords.accuracy is mockAccuracy
13PASS successfullyParsed is true
14
15TEST COMPLETE
16
17