OLD | NEW |
1 frame "<!--framePath //<!--frame0-->-->" - has 1 onunload handler(s) | |
2 Tests that when a request is made on a Geolocation object, permission is denied
and its Frame is disconnected before a callback is made, no callbacks are made. | 1 Tests that when a request is made on a Geolocation object, permission is denied
and its Frame is disconnected before a callback is made, no callbacks are made. |
3 | 2 |
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
5 | 4 |
6 | 5 |
7 PASS error.code is error.PERMISSION_DENIED | 6 PASS error.code is error.PERMISSION_DENIED |
8 PASS error.message is "User denied Geolocation" | 7 PASS error.message is "User denied Geolocation" |
9 | 8 |
10 PASS No callbacks invoked | 9 PASS No callbacks invoked |
11 PASS successfullyParsed is true | 10 PASS successfullyParsed is true |
12 | 11 |
13 TEST COMPLETE | 12 TEST COMPLETE |
14 | 13 |
OLD | NEW |