| OLD | NEW |
| (Empty) |
| 1 This is a testharness.js-based test. | |
| 2 PASS CredentialsContainer interface: existence and properties of interface objec
t | |
| 3 PASS CredentialsContainer interface object length | |
| 4 PASS CredentialsContainer interface object name | |
| 5 PASS CredentialsContainer interface: existence and properties of interface proto
type object | |
| 6 PASS CredentialsContainer interface: existence and properties of interface proto
type object's "constructor" property | |
| 7 PASS CredentialsContainer interface: operation get(CredentialRequestOptions) | |
| 8 PASS CredentialsContainer interface: operation store(Credential) | |
| 9 PASS CredentialsContainer interface: operation requireUserMediation() | |
| 10 PASS CredentialsContainer must be primary interface of navigator.credentials | |
| 11 PASS Stringification of navigator.credentials | |
| 12 PASS CredentialsContainer interface: navigator.credentials must inherit property
"get" with the proper type (0) | |
| 13 PASS CredentialsContainer interface: calling get(CredentialRequestOptions) on na
vigator.credentials with too few arguments must throw TypeError | |
| 14 PASS CredentialsContainer interface: navigator.credentials must inherit property
"store" with the proper type (1) | |
| 15 PASS CredentialsContainer interface: calling store(Credential) on navigator.cred
entials with too few arguments must throw TypeError | |
| 16 PASS CredentialsContainer interface: navigator.credentials must inherit property
"requireUserMediation" with the proper type (2) | |
| 17 PASS PasswordCredential interface: existence and properties of interface object | |
| 18 PASS PasswordCredential interface object length | |
| 19 PASS PasswordCredential interface object name | |
| 20 PASS PasswordCredential interface: existence and properties of interface prototy
pe object | |
| 21 PASS PasswordCredential interface: existence and properties of interface prototy
pe object's "constructor" property | |
| 22 PASS PasswordCredential interface: attribute idName | |
| 23 PASS PasswordCredential interface: attribute passwordName | |
| 24 PASS PasswordCredential interface: attribute additionalData | |
| 25 PASS PasswordCredential must be primary interface of new PasswordCredential({ id
: "id", password: "pencil", iconURL: "https://example.com/", name: "name" }) | |
| 26 PASS Stringification of new PasswordCredential({ id: "id", password: "pencil", i
conURL: "https://example.com/", name: "name" }) | |
| 27 PASS PasswordCredential interface: new PasswordCredential({ id: "id", password:
"pencil", iconURL: "https://example.com/", name: "name" }) must inherit property
"idName" with the proper type (0) | |
| 28 PASS PasswordCredential interface: new PasswordCredential({ id: "id", password:
"pencil", iconURL: "https://example.com/", name: "name" }) must inherit property
"passwordName" with the proper type (1) | |
| 29 FAIL PasswordCredential interface: new PasswordCredential({ id: "id", password:
"pencil", iconURL: "https://example.com/", name: "name" }) must inherit property
"additionalData" with the proper type (2) Unrecognized type FormData | |
| 30 PASS PasswordCredential interface: new PasswordCredential({ id: "id", password:
"pencil", iconURL: "https://example.com/", name: "name" }) must inherit property
"name" with the proper type (3) | |
| 31 PASS PasswordCredential interface: new PasswordCredential({ id: "id", password:
"pencil", iconURL: "https://example.com/", name: "name" }) must inherit property
"iconURL" with the proper type (4) | |
| 32 PASS Credential interface: new PasswordCredential({ id: "id", password: "pencil"
, iconURL: "https://example.com/", name: "name" }) must inherit property "id" wi
th the proper type (0) | |
| 33 PASS Credential interface: new PasswordCredential({ id: "id", password: "pencil"
, iconURL: "https://example.com/", name: "name" }) must inherit property "type"
with the proper type (1) | |
| 34 PASS FederatedCredential interface: existence and properties of interface object
| |
| 35 PASS FederatedCredential interface object length | |
| 36 PASS FederatedCredential interface object name | |
| 37 PASS FederatedCredential interface: existence and properties of interface protot
ype object | |
| 38 PASS FederatedCredential interface: existence and properties of interface protot
ype object's "constructor" property | |
| 39 PASS FederatedCredential interface: attribute provider | |
| 40 PASS FederatedCredential interface: attribute protocol | |
| 41 PASS FederatedCredential must be primary interface of new FederatedCredential({
id: "id", provider: "https://example.com", iconURL: "https://example.com/", name
: "name" }) | |
| 42 PASS Stringification of new FederatedCredential({ id: "id", provider: "https://e
xample.com", iconURL: "https://example.com/", name: "name" }) | |
| 43 PASS FederatedCredential interface: new FederatedCredential({ id: "id", provider
: "https://example.com", iconURL: "https://example.com/", name: "name" }) must i
nherit property "provider" with the proper type (0) | |
| 44 PASS FederatedCredential interface: new FederatedCredential({ id: "id", provider
: "https://example.com", iconURL: "https://example.com/", name: "name" }) must i
nherit property "protocol" with the proper type (1) | |
| 45 PASS FederatedCredential interface: new FederatedCredential({ id: "id", provider
: "https://example.com", iconURL: "https://example.com/", name: "name" }) must i
nherit property "name" with the proper type (2) | |
| 46 PASS FederatedCredential interface: new FederatedCredential({ id: "id", provider
: "https://example.com", iconURL: "https://example.com/", name: "name" }) must i
nherit property "iconURL" with the proper type (3) | |
| 47 PASS Credential interface: new FederatedCredential({ id: "id", provider: "https:
//example.com", iconURL: "https://example.com/", name: "name" }) must inherit pr
operty "id" with the proper type (0) | |
| 48 PASS Credential interface: new FederatedCredential({ id: "id", provider: "https:
//example.com", iconURL: "https://example.com/", name: "name" }) must inherit pr
operty "type" with the proper type (1) | |
| 49 Harness: the test ran to completion. | |
| 50 | |
| OLD | NEW |