| OLD | NEW |
| (Empty) |
| 1 Tests that Geolocation correctly handles multiple concurrent requests. | |
| 2 | |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | |
| 4 | |
| 5 | |
| 6 PASS oneShotCallbackInvoked is false | |
| 7 PASS position.coords.latitude is mockLatitude | |
| 8 PASS position.coords.longitude is mockLongitude | |
| 9 PASS position.coords.accuracy is mockAccuracy | |
| 10 PASS watchCallbackInvoked is false | |
| 11 PASS position.coords.latitude is mockLatitude | |
| 12 PASS position.coords.longitude is mockLongitude | |
| 13 PASS position.coords.accuracy is mockAccuracy | |
| 14 PASS successfullyParsed is true | |
| 15 | |
| 16 TEST COMPLETE | |
| 17 | |
| OLD | NEW |