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

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

Issue 2548263002: [DevTools] Migrate dom, emulation, inspector, network, page and schema handlers to new generator. (Closed)
Patch Set: rebased atop of roll Created 4 years 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 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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698