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

Unified 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 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 01baacf7810e2bc8d843b99fa2feb30154961c2e..f29adf8b79e9bff01547df27544551a297d7b4e7 100644
--- a/LayoutTests/inspector/geolocation-emulation-tests-expected.txt
+++ b/LayoutTests/inspector/geolocation-emulation-tests-expected.txt
@@ -1,6 +1,7 @@
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
Tests that geolocation emulation with latitude and longitude works as expected.
@@ -15,3 +16,5 @@ 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'.
+Running: testTimestampOfOverridenPosition
+
« 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