summaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qmltests/data/geolocation.html
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/quick/qmltests/data/geolocation.html')
-rw-r--r--tests/auto/quick/qmltests/data/geolocation.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/quick/qmltests/data/geolocation.html b/tests/auto/quick/qmltests/data/geolocation.html
index c095a6b9e..8b116c8ee 100644
--- a/tests/auto/quick/qmltests/data/geolocation.html
+++ b/tests/auto/quick/qmltests/data/geolocation.html
@@ -8,6 +8,7 @@ function successHandler(location) {
message.innerHTML = "Latitude: " + location.coords.latitude +
"<br>Longitude: " + location.coords.longitude;
+ console.error("Success");
}
function errorHandler(error) {