Summary

Harness status: OK

Found 4 tests

Details

ResultTest NameMessage
PassWhen in a non-secure context, getCurrentPosition()'s errorCallback is asynchronously called.
Asserts run
Pass
assert_true(true, "Expected the errorCallback to be called asynchronously.")
    at  /geolocation/non-secure-contexts.http.html:21:7
PassWhen in a non-secure context, watchPosition()'s errorCallback is asynchronously called.
Asserts run
Pass
assert_true(true, "errorCallback must be called asynchronously.")
    at  /geolocation/non-secure-contexts.http.html:41:7
PassWhen in a non-secure context, the getCurrentPosition() errorCallBack gets a GeolocationPositionError with the correct error code.
Asserts run
Pass
assert_equals(1, 1, "Expected the value for PERMISSION_DENIED, which is 1.")
    at Test.<anonymous> ( /geolocation/non-secure-contexts.http.html:55:5)
PassWhen in a non-secure context, the watchPosition() errorCallBack gets a GeolocationPositionError with the correct error code.
Asserts run
Pass
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)