Click here to download the Blitz Browser!

WPT

wpt / credential-management / idlharness.https.window.html

Spec: Credential Management ↗

Runs: Chrome 155.0.8039.0 (wpt@6ec9fd59f, 2026-09-03) | Firefox 157.0a1 (wpt@6ec9fd59f, 2026-09-03) | Safari 251 preview (wpt@5ce815a83, 2026-08-27) | Ladybird 1.0-795e1 (wpt@7e3d005d7, 2026-09-03) | Servo Servo 0.6 (wpt@09159dcb3, 2026-09-02) | Blitz 188486089 (wpt@a95401e4e, 2026-09-02)

View on the Blitz WPT dashboard | Open test on wpt.live | wpt.fyi

ChromeFirefoxSafariLadybirdServoBlitz
Total96/9659/9660/9696/9631/96NOT RUN
SubtestChromeFirefoxSafariLadybirdServoBlitz
idl_test setupPASSPASSPASSPASSPASS
idl_test validationPASSPASSPASSPASSPASS
Partial interface Navigator: original interface definedPASSPASSPASSPASSPASS
Partial interface Navigator: member names are uniquePASSPASSPASSPASSPASS
Partial dictionary CredentialRequestOptions: original dictionary definedPASSPASSPASSPASSPASS
Partial dictionary CredentialRequestOptions: member names are uniquePASSPASSPASSPASSPASS
Partial dictionary CredentialCreationOptions: original dictionary definedPASSPASSPASSPASSPASS
Partial dictionary CredentialCreationOptions: member names are uniquePASSPASSPASSPASSPASS
Partial dictionary CredentialRequestOptions[2]: original dictionary definedPASSPASSPASSPASSPASS
Partial dictionary CredentialRequestOptions[2]: member names are uniquePASSPASSPASSPASSPASS
Partial dictionary CredentialCreationOptions[2]: original dictionary definedPASSPASSPASSPASSPASS
Partial dictionary CredentialCreationOptions[2]: member names are uniquePASSPASSPASSPASSPASS
Partial interface Navigator[2]: member names are uniquePASSPASSPASSPASSPASS
Partial interface Element: member names are uniquePASSPASSPASSPASSPASS
Partial interface mixin NavigatorID: member names are uniquePASSPASSPASSPASSPASS
PasswordCredential includes CredentialUserData: member names are uniquePASSPASSPASSPASSPASS
FederatedCredential includes CredentialUserData: member names are uniquePASSPASSPASSPASSPASS
HTMLElement includes GlobalEventHandlers: member names are uniquePASSPASSPASSPASSPASS
HTMLElement includes ElementContentEditable: member names are uniquePASSPASSPASSPASSPASS
HTMLElement includes HTMLOrSVGOrMathMLElement: member names are uniquePASSPASSPASSPASSPASS
Navigator includes NavigatorID: member names are uniquePASSPASSPASSPASSPASS
Navigator includes NavigatorLanguage: member names are uniquePASSPASSPASSPASSPASS
Navigator includes NavigatorOnLine: member names are uniquePASSPASSPASSPASSPASS
Navigator includes NavigatorContentUtils: member names are uniquePASSPASSPASSPASSPASS
Navigator includes NavigatorCookies: member names are uniquePASSPASSPASSPASSPASS
Navigator includes NavigatorPlugins: member names are uniquePASSPASSPASSPASSPASS
Navigator includes NavigatorConcurrentHardware: member names are uniquePASSPASSPASSPASSPASS
Element includes ParentNode: member names are uniquePASSPASSPASSPASSPASS
Element includes NonDocumentTypeChildNode: member names are uniquePASSPASSPASSPASSPASS
Element includes ChildNode: member names are uniquePASSPASSPASSPASSPASS
Element includes Slottable: member names are uniquePASSPASSPASSPASSPASS
Credential interface: existence and properties of interface objectPASSPASSPASSPASSFAIL
Credential interface object lengthPASSPASSPASSPASSFAIL
Credential interface object namePASSPASSPASSPASSFAIL
Credential interface: existence and properties of interface prototype objectPASSPASSPASSPASSFAIL
Credential interface: existence and properties of interface prototype object's "constructor" propertyPASSPASSPASSPASSFAIL
Credential interface: existence and properties of interface prototype object's @@unscopables propertyPASSPASSPASSPASSFAIL
Credential interface: attribute idPASSPASSPASSPASSFAIL
Credential interface: attribute typePASSPASSPASSPASSFAIL
Credential interface: operation isConditionalMediationAvailable()PASSFAILPASSPASSFAIL
CredentialsContainer interface: existence and properties of interface objectPASSPASSPASSPASSFAIL
CredentialsContainer interface object lengthPASSPASSPASSPASSFAIL
CredentialsContainer interface object namePASSPASSPASSPASSFAIL
CredentialsContainer interface: existence and properties of interface prototype objectPASSPASSPASSPASSFAIL
CredentialsContainer interface: existence and properties of interface prototype object's "constructor" propertyPASSPASSPASSPASSFAIL
CredentialsContainer interface: existence and properties of interface prototype object's @@unscopables propertyPASSPASSPASSPASSFAIL
CredentialsContainer interface: operation get(optional CredentialRequestOptions)PASSPASSPASSPASSFAIL
CredentialsContainer interface: operation store(Credential)PASSPASSPASSPASSFAIL
CredentialsContainer interface: operation create(optional CredentialCreationOptions)PASSPASSPASSPASSFAIL
CredentialsContainer interface: operation preventSilentAccess()PASSPASSPASSPASSFAIL
CredentialsContainer must be primary interface of navigator.credentialsPASSPASSPASSPASSFAIL
Stringification of navigator.credentialsPASSPASSPASSPASSFAIL
CredentialsContainer interface: navigator.credentials must inherit property "get(optional CredentialRequestOptions)" with the proper typePASSPASSPASSPASSFAIL
CredentialsContainer interface: calling get(optional CredentialRequestOptions) on navigator.credentials with too few arguments must throw TypeErrorPASSPASSPASSPASSFAIL
CredentialsContainer interface: navigator.credentials must inherit property "store(Credential)" with the proper typePASSPASSPASSPASSFAIL
CredentialsContainer interface: calling store(Credential) on navigator.credentials with too few arguments must throw TypeErrorPASSPASSPASSPASSFAIL
CredentialsContainer interface: navigator.credentials must inherit property "create(optional CredentialCreationOptions)" with the proper typePASSPASSPASSPASSFAIL
CredentialsContainer interface: calling create(optional CredentialCreationOptions) on navigator.credentials with too few arguments must throw TypeErrorPASSPASSPASSPASSFAIL
CredentialsContainer interface: navigator.credentials must inherit property "preventSilentAccess()" with the proper typePASSPASSPASSPASSFAIL
PasswordCredential interface: existence and properties of interface objectPASSFAILFAILPASSFAIL
PasswordCredential interface object lengthPASSFAILFAILPASSFAIL
PasswordCredential interface object namePASSFAILFAILPASSFAIL
PasswordCredential interface: existence and properties of interface prototype objectPASSFAILFAILPASSFAIL
PasswordCredential interface: existence and properties of interface prototype object's "constructor" propertyPASSFAILFAILPASSFAIL
PasswordCredential interface: existence and properties of interface prototype object's @@unscopables propertyPASSFAILFAILPASSFAIL
PasswordCredential interface: attribute passwordPASSFAILFAILPASSFAIL
PasswordCredential interface: attribute namePASSFAILFAILPASSFAIL
PasswordCredential interface: attribute iconURLPASSFAILFAILPASSFAIL
PasswordCredential must be primary interface of passwordCredentialPASSFAILFAILPASSFAIL
Stringification of passwordCredentialPASSFAILFAILPASSFAIL
PasswordCredential interface: passwordCredential must inherit property "password" with the proper typePASSFAILFAILPASSFAIL
PasswordCredential interface: passwordCredential must inherit property "name" with the proper typePASSFAILFAILPASSFAIL
PasswordCredential interface: passwordCredential must inherit property "iconURL" with the proper typePASSFAILFAILPASSFAIL
Credential interface: passwordCredential must inherit property "id" with the proper typePASSFAILFAILPASSFAIL
Credential interface: passwordCredential must inherit property "type" with the proper typePASSFAILFAILPASSFAIL
Credential interface: passwordCredential must inherit property "isConditionalMediationAvailable()" with the proper typePASSFAILFAILPASSFAIL
FederatedCredential interface: existence and properties of interface objectPASSFAILFAILPASSFAIL
FederatedCredential interface object lengthPASSFAILFAILPASSFAIL
FederatedCredential interface object namePASSFAILFAILPASSFAIL
FederatedCredential interface: existence and properties of interface prototype objectPASSFAILFAILPASSFAIL
FederatedCredential interface: existence and properties of interface prototype object's "constructor" propertyPASSFAILFAILPASSFAIL
FederatedCredential interface: existence and properties of interface prototype object's @@unscopables propertyPASSFAILFAILPASSFAIL
FederatedCredential interface: attribute providerPASSFAILFAILPASSFAIL
FederatedCredential interface: attribute protocolPASSFAILFAILPASSFAIL
FederatedCredential interface: attribute namePASSFAILFAILPASSFAIL
FederatedCredential interface: attribute iconURLPASSFAILFAILPASSFAIL
FederatedCredential must be primary interface of federatedCredentialPASSFAILFAILPASSFAIL
Stringification of federatedCredentialPASSFAILFAILPASSFAIL
FederatedCredential interface: federatedCredential must inherit property "provider" with the proper typePASSFAILFAILPASSFAIL
FederatedCredential interface: federatedCredential must inherit property "protocol" with the proper typePASSFAILFAILPASSFAIL
FederatedCredential interface: federatedCredential must inherit property "name" with the proper typePASSFAILFAILPASSFAIL
FederatedCredential interface: federatedCredential must inherit property "iconURL" with the proper typePASSFAILFAILPASSFAIL
Credential interface: federatedCredential must inherit property "id" with the proper typePASSFAILFAILPASSFAIL
Credential interface: federatedCredential must inherit property "type" with the proper typePASSFAILFAILPASSFAIL
Credential interface: federatedCredential must inherit property "isConditionalMediationAvailable()" with the proper typePASSFAILFAILPASSFAIL
Navigator interface: attribute credentialsPASSPASSPASSPASSFAIL