blob: 59b2df747c7b99ca40d7c7ff0340b3bf189911dd [file] [log] [blame]
PASS PublicKeyCredential's [[create]] with minimum options in a mock local authenticator.
PASS PublicKeyCredential's [[create]] with authenticatorSelection { 'cross-platform' } in a mock local authenticator.
PASS PublicKeyCredential's [[create]] with requireResidentKey { false } in a mock local authenticator.
PASS PublicKeyCredential's [[create]] with userVerification { 'preferred' } in a mock local authenticator.
PASS PublicKeyCredential's [[create]] with userVerification { 'discouraged' } in a mock local authenticator.
PASS PublicKeyCredential's [[create]] with mixed options in a mock local authenticator.
PASS PublicKeyCredential's [[create]] with two consecutive requests.