mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-28 02:27:19 +02:00
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)
21 lines
701 B
Plaintext
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.
|