blob: 6b0fb6d6a7a035e226339cad56192cc9d0bb79eb [file] [log] [blame]
Tests that a page actively using geolocation can go into the page cache.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
pageshow - not from cache
pagehide - entering cache
pageshow - from cache
PASS Page did enter and was restored from the page cache
PASS testRunner.isGeolocationProviderActive() is false
Watcher callback called
PASS testRunner.isGeolocationProviderActive() is true
PASS stage is "after_restore"
PASS position.coords.latitude is mockLatitude
PASS position.coords.longitude is mockLongitude
PASS position.coords.accuracy is mockAccuracy
PASS successfullyParsed is true
TEST COMPLETE