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

Unified Diff: LayoutTests/inspector/geolocation-emulation/emulate-geolocation-invalid-params-expected.txt

Issue 172393006: LayoutTest emulating geolocation with inspector (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Update review comments 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/emulate-geolocation-invalid-params-expected.txt
diff --git a/LayoutTests/inspector/geolocation-emulation/emulate-geolocation-invalid-params-expected.txt b/LayoutTests/inspector/geolocation-emulation/emulate-geolocation-invalid-params-expected.txt
deleted file mode 100644
index f13c1bd147a15e0bbba181b2c333ee0981a115fa..0000000000000000000000000000000000000000
--- a/LayoutTests/inspector/geolocation-emulation/emulate-geolocation-invalid-params-expected.txt
+++ /dev/null
@@ -1,13 +0,0 @@
-CONSOLE MESSAGE: line 11: Latitude: 100 Longitude: 200
pfeldman 2014/02/21 08:59:05 These should not be a part of this patch - they do
-Tests that geolocation emulation with latitude and longitude works as expected.
-
-
-Running: setUp
-
-Running: setOverride
-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 'longitude' for method 'Geolocation.setGeolocationOverride' call. It must be 'number' but it is 'object'.
-error: Protocol Error: Invalid type of argument 'accuracy' for method 'Geolocation.setGeolocationOverride' call. It must be 'number' but it is 'string'.
-
-Running: clearOverride
-

Powered by Google App Engine
This is Rietveld 408576698