blob: 9cd6541a44db096f4c3b6e2756cbd70800bfb548 [file] [log] [blame]
Tests that the navigator.geolocation object is present.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS typeof navigator.geolocation == 'object' is true
PASS hasGeolocationProperty() is true
PASS 'geolocation' in navigator is true
PASS navigator.hasOwnProperty('geolocation') is false
PASS navigator.__proto__.hasOwnProperty('geolocation') is true
PASS successfullyParsed is true
TEST COMPLETE