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

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


PASS error.code is 2
PASS error.message is "Geolocation cannot be used in frameless documents"
PASS successfullyParsed is true

TEST COMPLETE