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 |
- |