summaryrefslogtreecommitdiffstats
path: root/LayoutTests/fast/dom/Geolocation/error-expected.txt
blob: 95820595fdbb476f709d1b79cfed352ecb30f22d (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 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
PASS successfullyParsed is true

TEST COMPLETE