summaryrefslogtreecommitdiffstats
path: root/LayoutTests/fast/dom/Geolocation/success-expected.txt
blob: 7511597a21a35343bee446701d62f024135d2a8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Tests Geolocation success callback using the mock service.

On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".


PASS position.coords.latitude is mockLatitude
PASS position.coords.longitude is mockLongitude
PASS position.coords.accuracy is mockAccuracy
PASS successfullyParsed is true

TEST COMPLETE