搜索资源列表
permission-denied-already-error
- Tests that when Geolocation permission has been denied prior to a call to a Geolocation method, the error callback is invoked with code PERMISSION_DENIED, when the Geolocation service encounters an error.
argument-types
- Tests the acceptable types for arguments to Geolocation methods.
SystemAllowGeolocationOrigins
- Manages the interaction between the secure system setting for default geolocation.
watch
- Tests that watchPosition correctly reports position updates and errors from the Geolocation service.
success
- Tests Geolocation success callback using the mock service.
permission-denied-stops-watches
- Tests that when Geolocation permission is denied, watches are stopped, as well as one-shots.
permission-denied
- Tests Geolocation when permission is denied, using the mock service.
error
- Tests Geolocation error callback using the mock service.
reentrant-success
- Tests that reentrant calls to Geolocation methods from the success callback are OK.
permission-denied-already-clear-watch
- Tests that when Geolocation permission has been denied prior to a call to watchPosition, and the watch is cleared in the error callback, there is no crash.
side_effects
- Tests that when Geolocation permission has been denied prior to a call to a Geolocation method, the error callback is invoked with code PERMISSION_DENIED, when the Geolocation service has a good position.
MockGeolocation
- This class is simply a container for the methods used to configure WebKit s mock Geolocation service for use in LayoutTests.
