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

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

Issue 172393006: LayoutTest emulating geolocation with inspector (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add sniffer code back 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
« no previous file with comments | « LayoutTests/inspector/geolocation-emulation-tests.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
new file mode 100644
index 0000000000000000000000000000000000000000..01baacf7810e2bc8d843b99fa2feb30154961c2e
--- /dev/null
+++ b/LayoutTests/inspector/geolocation-emulation-tests-expected.txt
@@ -0,0 +1,17 @@
+CONSOLE MESSAGE: line 18: PositionUnavailable
+CONSOLE MESSAGE: line 11: Latitude: -510 Longitude: 500
+CONSOLE MESSAGE: line 11: Latitude: 100 Longitude: 200
+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'.
+
« no previous file with comments | « LayoutTests/inspector/geolocation-emulation-tests.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698