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

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

Issue 1814963002: Use process/control messages (instead of RVH messages) for layout tests. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebasing... Created 4 years, 3 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 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 ERROR: line 4563: Uncaught (in promise) Error: Protocol Error: Invalid t ype of argument 'latitude' for method 'Emulation.setGeolocationOverride' call. I t must be 'number' but it is 'boolean'.
5 CONSOLE MESSAGE: line 55: PASSED 6 CONSOLE MESSAGE: line 55: PASSED
6 Tests that geolocation emulation with latitude and longitude works as expected. 7 Tests that geolocation emulation with latitude and longitude works as expected.
7 8
8 9
9 Running: testPermissionGranted 10 Running: testPermissionGranted
10 11
11 Running: testGeolocationUnavailable 12 Running: testGeolocationUnavailable
12 13
13 Running: testOverridenGeolocation 14 Running: testOverridenGeolocation
14 15
15 Running: testInvalidParam 16 Running: testInvalidParam
16 error: Protocol Error: Invalid type of argument 'latitude' for method 'Emulation .setGeolocationOverride' call. It must be 'number' but it is 'boolean'. 17 error: Protocol Error: Invalid type of argument 'latitude' for method 'Emulation .setGeolocationOverride' call. It must be 'number' but it is 'boolean'.
17 18
18 Running: testInvalidGeolocation 19 Running: testInvalidGeolocation
19 error: Request Emulation.setGeolocationOverride failed. {"code":-32603,"message" :"Invalid geolocation"} 20 error: Request Emulation.setGeolocationOverride failed. {"code":-32603,"message" :"Invalid geolocation"}
20 21
21 Running: testTimestampOfOverridenPosition 22 Running: testTimestampOfOverridenPosition
22 23
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698