blob: c197c5a3a0d224b23ca3305651052600b181d2ca (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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 true
PASS successfullyParsed is true
TEST COMPLETE
|