summaryrefslogtreecommitdiffstats
path: root/LayoutTests/fast/dom/Geolocation/permission-denied-already-error-expected.txt
blob: e013242f6d5954a32fde0eae286ac4f2a464c049 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Tests that when Geolocation permission has been denied prior to a call to a Geolocation method, the error callback is invoked with code PERMISSION_DENIED, when the Geolocation service encounters an error.

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


PASS successfullyParsed is true
PASS error.code is error.PERMISSION_DENIED
PASS error.message is "User denied Geolocation"

PASS error.code is error.PERMISSION_DENIED
PASS error.message is "User denied Geolocation"

TEST COMPLETE