1Tests that reentrant calls to Geolocation methods from the error callback due to a PERMISSION_DENIED error are OK. 2 3On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". 4 5 6PASS error.code is error.PERMISSION_DENIED 7PASS error.message is "User denied Geolocation" 8PASS error.code is error.PERMISSION_DENIED 9PASS error.message is "User denied Geolocation" 10PASS successfullyParsed is true 11 12TEST COMPLETE 13 14