Home | History | Annotate | Download | only in Geolocation
      1 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.
      2 
      3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
      4 
      5 
      6 PASS error.code is 2
      7 PASS error.message is "Geolocation cannot be used in frameless documents"
      8 PASS successfullyParsed is true
      9 
     10 TEST COMPLETE
     11 
     12