Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(320)

Side by Side Diff: LayoutTests/inspector/geolocation-emulation/emulate-geolocation-invalid-params-expected.txt

Issue 172393006: LayoutTest emulating geolocation with inspector (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Update review comments Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698