| OLD | NEW |
| 1 CONSOLE MESSAGE: line 9: Permission granted. | 1 CONSOLE MESSAGE: line 9: Permission granted. |
| 2 CONSOLE MESSAGE: line 44: Position unavailable | 2 CONSOLE MESSAGE: line 44: Position unavailable |
| 3 CONSOLE MESSAGE: line 37: Latitude: 50 Longitude: 100 | 3 CONSOLE MESSAGE: line 37: Latitude: 50 Longitude: 100 |
| 4 CONSOLE MESSAGE: line 37: Latitude: 50 Longitude: 100 | 4 CONSOLE MESSAGE: line 37: Latitude: 50 Longitude: 100 |
| 5 CONSOLE MESSAGE: line 55: PASSED | 5 CONSOLE MESSAGE: line 55: PASSED |
| 6 Tests that geolocation emulation with latitude and longitude works as expected. | 6 Tests that geolocation emulation with latitude and longitude works as expected. |
| 7 | 7 |
| 8 | 8 |
| 9 Running: testPermissionGranted | 9 Running: testPermissionGranted |
| 10 | 10 |
| 11 Running: testGeolocationUnavailable | 11 Running: testGeolocationUnavailable |
| 12 | 12 |
| 13 Running: testOverridenGeolocation | 13 Running: testOverridenGeolocation |
| 14 | 14 |
| 15 Running: testInvalidParam | 15 Running: testInvalidParam |
| 16 error: Protocol Error: Invalid type of argument 'latitude' for method 'Emulation
.setGeolocationOverride' call. It must be 'number' but it is 'boolean'. | 16 error: Protocol Error: Invalid type of argument 'latitude' for method 'Emulation
.setGeolocationOverride' call. It must be 'number' but it is 'boolean'. |
| 17 | 17 |
| 18 Running: testInvalidGeolocation | 18 Running: testInvalidGeolocation |
| 19 error: Request Emulation.setGeolocationOverride failed. {"code":-32603,"message"
:"Invalid geolocation"} | |
| 20 | 19 |
| 21 Running: testTimestampOfOverridenPosition | 20 Running: testTimestampOfOverridenPosition |
| 22 | 21 |
| OLD | NEW |