• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1Tests that the navigator.geolocation object is present.
2
3On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
4
5
6PASS typeof navigator.geolocation == 'object' is true
7PASS hasGeolocationProperty() is true
8PASS 'geolocation' in navigator is true
9PASS navigator.hasOwnProperty('geolocation') is true
10PASS successfullyParsed is true
11
12TEST COMPLETE
13
14