1Tests Geolocation success callback using the mock service. 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 11TEST COMPLETE 12 13