Index: third_party/WebKit/LayoutTests/inspector/geolocation-emulation-tests-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/inspector/geolocation-emulation-tests-expected.txt b/third_party/WebKit/LayoutTests/inspector/geolocation-emulation-tests-expected.txt |
index 430fb28ea6995e815b94871850d5a40304fc8aad..e30ad271d3f4fbb8030d33cfda173b10820c9be9 100644 |
--- a/third_party/WebKit/LayoutTests/inspector/geolocation-emulation-tests-expected.txt |
+++ b/third_party/WebKit/LayoutTests/inspector/geolocation-emulation-tests-expected.txt |
@@ -2,6 +2,7 @@ CONSOLE MESSAGE: line 9: Permission granted. |
CONSOLE MESSAGE: line 44: Position unavailable |
CONSOLE MESSAGE: line 37: Latitude: 50 Longitude: 100 |
CONSOLE MESSAGE: line 37: Latitude: 50 Longitude: 100 |
+CONSOLE ERROR: line 4563: Uncaught (in promise) Error: Protocol Error: Invalid type of argument 'latitude' for method 'Emulation.setGeolocationOverride' call. It must be 'number' but it is 'boolean'. |
CONSOLE MESSAGE: line 55: PASSED |
Tests that geolocation emulation with latitude and longitude works as expected. |