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

Side by Side Diff: LayoutTests/inspector/geolocation-emulation-tests-expected.txt

Issue 143003024: Fix geolocation timestamp to return in milliseconds when emulating in inspector. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Adding test 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
1 CONSOLE MESSAGE: line 18: PositionUnavailable 1 CONSOLE MESSAGE: line 18: PositionUnavailable
2 CONSOLE MESSAGE: line 11: Latitude: -510 Longitude: 500 2 CONSOLE MESSAGE: line 11: Latitude: -510 Longitude: 500
3 CONSOLE MESSAGE: line 11: Latitude: 100 Longitude: 200 3 CONSOLE MESSAGE: line 11: Latitude: 100 Longitude: 200
4 CONSOLE MESSAGE: line 29: PASSED
4 Tests that geolocation emulation with latitude and longitude works as expected. 5 Tests that geolocation emulation with latitude and longitude works as expected.
5 6
6 7
7 Running: setUp 8 Running: setUp
8 9
9 Running: testGeolocationUnavailable 10 Running: testGeolocationUnavailable
10 11
11 Running: testOverridenGeolocation 12 Running: testOverridenGeolocation
12 13
13 Running: testClearOverridenGeolocation 14 Running: testClearOverridenGeolocation
14 15
15 Running: testInvalidParam 16 Running: testInvalidParam
16 error: Protocol Error: Invalid type of argument 'latitude' for method 'Geolocati on.setGeolocationOverride' call. It must be 'number' but it is 'boolean'. 17 error: Protocol Error: Invalid type of argument 'latitude' for method 'Geolocati on.setGeolocationOverride' call. It must be 'number' but it is 'boolean'.
17 18
19 Running: testTimestampOfOverridenPosition
20
OLDNEW
« no previous file with comments | « LayoutTests/inspector/geolocation-emulation-tests.html ('k') | Source/modules/geolocation/GeolocationInspectorAgent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698