summaryrefslogtreecommitdiffstats
path: root/LayoutTests/fast/dom/Geolocation/success-expected.txt
blob: a0638016fa0e0db83d78e9a3a782d8d33fba9e1d (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 successfullyParsed is true
PASS position.coords.latitude is mockLatitude
PASS position.coords.longitude is mockLongitude
PASS position.coords.accuracy is mockAccuracy

TEST COMPLETE