Files
ladybird/Tests/LibWeb/Text/expected/CredentialManagement/PasswordCredential-ctors.txt
Kenneth Myhra 953ea1a463 LibWeb: Implement PasswordCredential ctors and corresponding AOs
This implements the following AOs:
- Create a PasswordCredential from PasswordCredentialData.
- Create a PasswordCredential from an HTMLFormElement.

Which corresponds to these PasswordCredential ctors:
- constructor(PasswordCredentialData)
- constructor(HTMLFormElement)
2026-01-08 13:10:35 +01:00

21 lines
701 B
Plaintext

credential instanceof PasswordCredential: true
id: staplemachine@example.org
password: correcthorsebatterystaple
name: Staple Machine
iconURL: https://example.org/images/horse.png
credential instanceof PasswordCredential: true
id: staplemachine@example.org
password: correctstaplehorsecinema
name: Staple Machine
iconURL: https://example.org/images/horse.png
credential instanceof PasswordCredential: true
id: staplemachine@example.org
password: correctstaplehorsecinema
credential instanceof PasswordCredential: true
id: staplemachine@example.org
password: correcthorsebatterystaple
name: StapleNick
iconURL: https://example.org/images/horse.png
'id' must not be empty.
'password' must not be empty.