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

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

Issue 620343002: DevTools: Remove geolocation override from renderer (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 2 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/inspector/geolocation-emulation-tests-expected.txt
diff --git a/LayoutTests/inspector/geolocation-emulation-tests-expected.txt b/LayoutTests/inspector/geolocation-emulation-tests-expected.txt
index f29adf8b79e9bff01547df27544551a297d7b4e7..9f8f7fcbc0e87bcfeab45c90ee043cd7909ac8df 100644
--- a/LayoutTests/inspector/geolocation-emulation-tests-expected.txt
+++ b/LayoutTests/inspector/geolocation-emulation-tests-expected.txt
@@ -1,20 +1,19 @@
-CONSOLE MESSAGE: line 18: PositionUnavailable
-CONSOLE MESSAGE: line 11: Latitude: -510 Longitude: 500
-CONSOLE MESSAGE: line 11: Latitude: 100 Longitude: 200
-CONSOLE MESSAGE: line 29: PASSED
+CONSOLE MESSAGE: line 37: Position unavailable
+CONSOLE MESSAGE: line 30: Latitude: 50 Longitude: 100
+CONSOLE MESSAGE: line 30: Latitude: 50 Longitude: 100
+CONSOLE MESSAGE: line 48: PASSED
Tests that geolocation emulation with latitude and longitude works as expected.
-Running: setUp
-
Running: testGeolocationUnavailable
Running: testOverridenGeolocation
-Running: testClearOverridenGeolocation
-
Running: testInvalidParam
-error: Protocol Error: Invalid type of argument 'latitude' for method 'Geolocation.setGeolocationOverride' call. It must be 'number' but it is 'boolean'.
+error: Protocol Error: Invalid type of argument 'latitude' for method 'Page.setGeolocationOverride' call. It must be 'number' but it is 'boolean'.
+
+Running: testInvalidGeolocation
+error: Request with id = 30 failed. {"code":-32603,"message":"Invalid geolocation"}
Running: testTimestampOfOverridenPosition
« no previous file with comments | « LayoutTests/inspector/geolocation-emulation-tests.html ('k') | Source/devtools/front_end/sdk/OverridesSupport.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698