Pass | When in a non-secure context, getCurrentPosition()'s errorCallback is asynchronously called. | Asserts runPass | assert_true(true, "Expected the errorCallback to be called asynchronously.")
at /geolocation/non-secure-contexts.http.html:21:7 |
|
Pass | When in a non-secure context, watchPosition()'s errorCallback is asynchronously called. | Asserts runPass | assert_true(true, "errorCallback must be called asynchronously.")
at /geolocation/non-secure-contexts.http.html:41:7 |
|
Pass | When in a non-secure context, the getCurrentPosition() errorCallBack gets a GeolocationPositionError with the correct error code. | Asserts runPass | assert_equals(1, 1, "Expected the value for PERMISSION_DENIED, which is 1.")
at Test.<anonymous> ( /geolocation/non-secure-contexts.http.html:55:5) |
|
Pass | When in a non-secure context, the watchPosition() errorCallBack gets a GeolocationPositionError with the correct error code. | Asserts runPass | assert_true(true, "Must return an identifier.")
at /geolocation/non-secure-contexts.http.html:73:7 | Pass | assert_equals(1, 1, "Expected the value for PERMISSION_DENIED, which is 1.")
at Test.<anonymous> ( /geolocation/non-secure-contexts.http.html:76:5) |
|