summaryrefslogtreecommitdiffstats
path: root/LayoutTests/fast/dom/Geolocation/permission-denied-already-success-expected.txt
blob: f617a5fccdeb7f718af03f6dcd1c1ac4768e907d (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 has a good position.

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