summaryrefslogtreecommitdiffstats
path: root/LayoutTests/fast/dom/Geolocation/disconnected-frame-permission-denied-expected.txt
blob: 74c052109994e0b6714d42060b7b3afb6da4b25c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
frame "<!--framePath //<!--frame0-->-->" - has 1 onunload handler(s)
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