Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 CONSOLE MESSAGE: line 11: Latitude: 100 Longitude: 200 | |
|
pfeldman
2014/02/21 08:59:05
These should not be a part of this patch - they do
| |
| 2 Tests that geolocation emulation with latitude and longitude works as expected. | |
| 3 | |
| 4 | |
| 5 Running: setUp | |
| 6 | |
| 7 Running: setOverride | |
| 8 error: Protocol Error: Invalid type of argument 'latitude' for method 'Geolocati on.setGeolocationOverride' call. It must be 'number' but it is 'boolean'. | |
| 9 error: Protocol Error: Invalid type of argument 'longitude' for method 'Geolocat ion.setGeolocationOverride' call. It must be 'number' but it is 'object'. | |
| 10 error: Protocol Error: Invalid type of argument 'accuracy' for method 'Geolocati on.setGeolocationOverride' call. It must be 'number' but it is 'string'. | |
| 11 | |
| 12 Running: clearOverride | |
| 13 | |
| OLD | NEW |