diff options
Diffstat (limited to 'chrome/test/data/geolocation/simple.html')
-rw-r--r-- | chrome/test/data/geolocation/simple.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/test/data/geolocation/simple.html b/chrome/test/data/geolocation/simple.html index a5d7848..4fda2ff 100644 --- a/chrome/test/data/geolocation/simple.html +++ b/chrome/test/data/geolocation/simple.html @@ -34,6 +34,9 @@ display_alert = enabled; return "" + display_alert; } + function geoAccessNavigatorGeolocation() { + return "" + typeof(navigator.geolocation); + } </script> </head> <body> |