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 |
new file mode 100644 |
index 0000000000000000000000000000000000000000..f13c1bd147a15e0bbba181b2c333ee0981a115fa |
--- /dev/null |
+++ b/LayoutTests/inspector/geolocation-emulation/emulate-geolocation-invalid-params-expected.txt |
@@ -0,0 +1,13 @@ |
+CONSOLE MESSAGE: line 11: Latitude: 100 Longitude: 200 |
+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'. |
pfeldman
2014/02/20 11:38:42
This test only covers input parameters validation.
|
+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 |
+ |