summaryrefslogtreecommitdiffstats
path: root/LayoutTests/platform/android/fast/dom/Geolocation/disconnected-frame-permission-denied-expected.txt
blob: 18abab4d9eb8406db563a5ed6f2bc80a438cadbc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Tests that when a request is made on a Geolocation object, permission is denied and its Frame is disconnected before a callback is made, the error callback is invoked with PERMISSION_DENIED.

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


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"

PASS successfullyParsed is true

TEST COMPLETE