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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/credentialmanager/idl-expected.txt

Issue 2441593002: binding: Returns a reject promise when |this| is not of the type. (Closed)
Patch Set: Updated test expectations. Created 4 years, 1 month 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 FAIL CredentialsContainer interface: existence and properties of interface proto type object assert_equals: class string of CredentialsContainer.prototype expect ed "[object CredentialsContainerPrototype]" but got "[object CredentialsContaine r]" 5 FAIL CredentialsContainer interface: existence and properties of interface proto type object assert_equals: class string of CredentialsContainer.prototype expect ed "[object CredentialsContainerPrototype]" but got "[object CredentialsContaine r]"
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 FAIL CredentialsContainer interface: operation get(CredentialRequestOptions) ass ert_unreached: Throws "TypeError: Illegal invocation" instead of rejecting promi se Reached unreachable code 7 PASS CredentialsContainer interface: operation get(CredentialRequestOptions)
8 FAIL CredentialsContainer interface: operation store(Credential) assert_unreache d: Throws "TypeError: Illegal invocation" instead of rejecting promise Reached u nreachable code 8 PASS CredentialsContainer interface: operation store(Credential)
9 FAIL CredentialsContainer interface: operation requireUserMediation() assert_unr eached: Throws "TypeError: Illegal invocation" instead of rejecting promise Reac hed unreachable code 9 PASS CredentialsContainer interface: operation requireUserMediation()
10 PASS CredentialsContainer must be primary interface of navigator.credentials 10 PASS CredentialsContainer must be primary interface of navigator.credentials
11 PASS Stringification of navigator.credentials 11 PASS Stringification of navigator.credentials
12 PASS CredentialsContainer interface: navigator.credentials must inherit property "get" with the proper type (0) 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 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) 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 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) 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 17 PASS PasswordCredential interface: existence and properties of interface object
18 PASS PasswordCredential interface object length 18 PASS PasswordCredential interface object length
19 PASS PasswordCredential interface object name 19 PASS PasswordCredential interface object name
(...skipping 21 matching lines...) Expand all
41 PASS FederatedCredential must be primary interface of new FederatedCredential({ id: "id", provider: "https://example.com", iconURL: "https://example.com/", name : "name" }) 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" }) 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) 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) 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 SiteBoundCredential interface: new FederatedCredential({ id: "id", provider : "https://example.com", iconURL: "https://example.com/", name: "name" }) must i nherit property "name" with the proper type (0) 45 PASS SiteBoundCredential interface: new FederatedCredential({ id: "id", provider : "https://example.com", iconURL: "https://example.com/", name: "name" }) must i nherit property "name" with the proper type (0)
46 PASS SiteBoundCredential interface: new FederatedCredential({ id: "id", provider : "https://example.com", iconURL: "https://example.com/", name: "name" }) must i nherit property "iconURL" with the proper type (1) 46 PASS SiteBoundCredential interface: new FederatedCredential({ id: "id", provider : "https://example.com", iconURL: "https://example.com/", name: "name" }) must i nherit property "iconURL" with the proper type (1)
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) 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) 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. 49 Harness: the test ran to completion.
50 50
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698