Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5)

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/credential-management/idl.https-expected.txt

Issue 2884703002: Implement CredentialsContainer::create (Closed)
Patch Set: RaisesException Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 This is a testharness.js-based test. 1 This is a testharness.js-based test.
2 PASS CredentialsContainer interface: existence and properties of interface objec t 2 PASS CredentialsContainer interface: existence and properties of interface objec t
3 PASS CredentialsContainer interface object length 3 PASS CredentialsContainer interface object length
4 PASS CredentialsContainer interface object name 4 PASS CredentialsContainer interface object name
5 PASS CredentialsContainer interface: existence and properties of interface proto type object 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 6 PASS CredentialsContainer interface: existence and properties of interface proto type object's "constructor" property
7 PASS CredentialsContainer interface: operation get(CredentialRequestOptions) 7 PASS CredentialsContainer interface: operation get(CredentialRequestOptions)
8 PASS CredentialsContainer interface: operation store(Credential) 8 PASS CredentialsContainer interface: operation store(Credential)
9 PASS CredentialsContainer interface: operation create(CredentialCreationOptions)
9 PASS CredentialsContainer interface: operation requireUserMediation() 10 PASS CredentialsContainer interface: operation requireUserMediation()
10 PASS CredentialsContainer interface: navigator.credentials must inherit property "get" with the proper type (0) 11 PASS CredentialsContainer interface: navigator.credentials must inherit property "get" with the proper type (0)
11 PASS CredentialsContainer interface: calling get(CredentialRequestOptions) on na vigator.credentials with too few arguments must throw TypeError 12 PASS CredentialsContainer interface: calling get(CredentialRequestOptions) on na vigator.credentials with too few arguments must throw TypeError
12 PASS CredentialsContainer interface: navigator.credentials must inherit property "store" with the proper type (1) 13 PASS CredentialsContainer interface: navigator.credentials must inherit property "store" with the proper type (1)
13 PASS CredentialsContainer interface: calling store(Credential) on navigator.cred entials with too few arguments must throw TypeError 14 PASS CredentialsContainer interface: calling store(Credential) on navigator.cred entials with too few arguments must throw TypeError
14 PASS CredentialsContainer interface: navigator.credentials must inherit property "requireUserMediation" with the proper type (2) 15 PASS CredentialsContainer interface: navigator.credentials must inherit property "create" with the proper type (2)
16 PASS CredentialsContainer interface: calling create(CredentialCreationOptions) o n navigator.credentials with too few arguments must throw TypeError
17 PASS CredentialsContainer interface: navigator.credentials must inherit property "requireUserMediation" with the proper type (3)
15 PASS PasswordCredential interface: existence and properties of interface object 18 PASS PasswordCredential interface: existence and properties of interface object
16 PASS PasswordCredential interface object length 19 PASS PasswordCredential interface object length
17 PASS PasswordCredential interface object name 20 PASS PasswordCredential interface object name
18 PASS PasswordCredential interface: existence and properties of interface prototy pe object 21 PASS PasswordCredential interface: existence and properties of interface prototy pe object
19 PASS PasswordCredential interface: existence and properties of interface prototy pe object's "constructor" property 22 PASS PasswordCredential interface: existence and properties of interface prototy pe object's "constructor" property
20 PASS PasswordCredential interface: attribute idName 23 PASS PasswordCredential interface: attribute idName
21 PASS PasswordCredential interface: attribute passwordName 24 PASS PasswordCredential interface: attribute passwordName
22 PASS PasswordCredential interface: attribute additionalData 25 PASS PasswordCredential interface: attribute additionalData
23 PASS PasswordCredential interface: new PasswordCredential({ id: "id", password: "pencil", iconURL: "https://example.com/", name: "name" }) must inherit property "idName" with the proper type (0) 26 PASS PasswordCredential interface: new PasswordCredential({ id: "id", password: "pencil", iconURL: "https://example.com/", name: "name" }) must inherit property "idName" with the proper type (0)
24 PASS PasswordCredential interface: new PasswordCredential({ id: "id", password: "pencil", iconURL: "https://example.com/", name: "name" }) must inherit property "passwordName" with the proper type (1) 27 PASS PasswordCredential interface: new PasswordCredential({ id: "id", password: "pencil", iconURL: "https://example.com/", name: "name" }) must inherit property "passwordName" with the proper type (1)
25 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 28 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
26 PASS FederatedCredential interface: existence and properties of interface object 29 PASS FederatedCredential interface: existence and properties of interface object
27 PASS FederatedCredential interface object length 30 PASS FederatedCredential interface object length
28 PASS FederatedCredential interface object name 31 PASS FederatedCredential interface object name
29 PASS FederatedCredential interface: existence and properties of interface protot ype object 32 PASS FederatedCredential interface: existence and properties of interface protot ype object
30 PASS FederatedCredential interface: existence and properties of interface protot ype object's "constructor" property 33 PASS FederatedCredential interface: existence and properties of interface protot ype object's "constructor" property
31 PASS FederatedCredential interface: attribute provider 34 PASS FederatedCredential interface: attribute provider
32 PASS FederatedCredential interface: attribute protocol 35 PASS FederatedCredential interface: attribute protocol
33 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) 36 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)
34 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) 37 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)
35 Harness: the test ran to completion. 38 Harness: the test ran to completion.
36 39
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698