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

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


PASS successfullyParsed is true
PASS error.code is mockCode
PASS error.message is mockMessage
PASS error.UNKNOWN_ERROR is undefined
PASS error.PERMISSION_DENIED is 1
PASS error.POSITION_UNAVAILABLE is 2
PASS error.TIMEOUT is 3

TEST COMPLETE