permission-denied-already-success-expected.txt revision cfb0617749a64f2e177386b030d46007b8c4b179
1Tests 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.
2
3On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
4
5
6PASS successfullyParsed is true
7PASS error.code is error.PERMISSION_DENIED
8PASS error.message is "User denied Geolocation"
9
10PASS error.code is error.PERMISSION_DENIED
11PASS error.message is "User denied Geolocation"
12
13TEST COMPLETE
14
15