blob: a14fb042486b71ffcc63249c36829d43420d3ba0 [file] [log] [blame]
PASS CredentialsContainer interface: existence and properties of interface object
PASS CredentialsContainer interface object length
PASS CredentialsContainer interface object name
PASS CredentialsContainer interface: existence and properties of interface prototype object
PASS CredentialsContainer interface: existence and properties of interface prototype object's "constructor" property
PASS CredentialsContainer interface: existence and properties of interface prototype object's @@unscopables property
PASS CredentialsContainer interface: operation get(CredentialRequestOptions)
PASS Unscopable handled correctly for get(CredentialRequestOptions) on CredentialsContainer
PASS CredentialsContainer interface: operation store(Credential)
PASS Unscopable handled correctly for store(Credential) on CredentialsContainer
PASS CredentialsContainer interface: operation create(CredentialCreationOptions)
PASS Unscopable handled correctly for create(CredentialCreationOptions) on CredentialsContainer
PASS CredentialsContainer interface: operation preventSilentAccess()
PASS Unscopable handled correctly for preventSilentAccess() on CredentialsContainer
PASS CredentialsContainer must be primary interface of navigator.credentials
PASS Stringification of navigator.credentials
PASS CredentialsContainer interface: navigator.credentials must inherit property "get(CredentialRequestOptions)" with the proper type
PASS CredentialsContainer interface: calling get(CredentialRequestOptions) on navigator.credentials with too few arguments must throw TypeError
PASS CredentialsContainer interface: navigator.credentials must inherit property "store(Credential)" with the proper type
PASS CredentialsContainer interface: calling store(Credential) on navigator.credentials with too few arguments must throw TypeError
PASS CredentialsContainer interface: navigator.credentials must inherit property "create(CredentialCreationOptions)" with the proper type
PASS CredentialsContainer interface: calling create(CredentialCreationOptions) on navigator.credentials with too few arguments must throw TypeError
PASS CredentialsContainer interface: navigator.credentials must inherit property "preventSilentAccess()" with the proper type