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

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

Issue 1880393002: CREDENTIAL: Implement 'SiteBoundCredential'. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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
(Empty)
1 CONSOLE ERROR: line 1486: Uncaught (in promise) TypeError: Failed to execute 'st ore' on 'CredentialsContainer': 1 argument required, but only 0 present.
2 This is a testharness.js-based test.
3 PASS CredentialsContainer interface: existence and properties of interface objec t
4 PASS CredentialsContainer interface object length
5 PASS CredentialsContainer interface object name
6 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]"
Mike West 2016/04/13 10:46:20 Legit, I guess.
philipj_slow 2016/04/19 09:20:36 Do you know which bug it is? I try things like HTM
7 PASS CredentialsContainer interface: existence and properties of interface proto type object's "constructor" property
8 FAIL CredentialsContainer interface: operation get(CredentialRequestOptions) ass ert_equals: property has wrong .length expected 1 but got 0
Mike West 2016/04/13 10:46:20 Ditto.
philipj_slow 2016/04/19 09:20:36 Yeah, get() has an optional argument in Credential
9 PASS CredentialsContainer interface: operation store(Credential)
10 PASS CredentialsContainer interface: operation requireUserMediation()
11 PASS CredentialsContainer must be primary interface of navigator.credentials
12 PASS Stringification of navigator.credentials
13 PASS CredentialsContainer interface: navigator.credentials must inherit property "get" with the proper type (0)
14 FAIL CredentialsContainer interface: calling get(CredentialRequestOptions) on na vigator.credentials with too few arguments must throw TypeError assert_throws: C alled with 0 arguments function "function () { [native code] }" did not throw
Mike West 2016/04/13 10:46:20 Our version of `idlharness.js` doesn't understand
15 PASS CredentialsContainer interface: navigator.credentials must inherit property "store" with the proper type (1)
16 FAIL CredentialsContainer interface: calling store(Credential) on navigator.cred entials with too few arguments must throw TypeError assert_throws: Called with 0 arguments function "function () { [native code] }" did not throw
Mike West 2016/04/13 10:46:20 Our version of `idlharness.js` doesn't understand
17 PASS CredentialsContainer interface: navigator.credentials must inherit property "requireUserMediation" with the proper type (2)
18 PASS PasswordCredential interface: existence and properties of interface object
19 PASS PasswordCredential interface object length
20 PASS PasswordCredential interface object name
21 FAIL PasswordCredential interface: existence and properties of interface prototy pe object assert_equals: class string of PasswordCredential.prototype expected " [object PasswordCredentialPrototype]" but got "[object PasswordCredential]"
Mike West 2016/04/13 10:46:20 Legit, I guess.
22 PASS PasswordCredential interface: existence and properties of interface prototy pe object's "constructor" property
23 PASS PasswordCredential interface: attribute idName
24 PASS PasswordCredential interface: attribute passwordName
25 PASS PasswordCredential interface: attribute additionalData
26 PASS PasswordCredential must be primary interface of new PasswordCredential({ id : "id", password: "pencil", iconURL: "https://example.com/", name: "name" })
27 PASS Stringification of new PasswordCredential({ id: "id", password: "pencil", i conURL: "https://example.com/", name: "name" })
28 PASS PasswordCredential interface: new PasswordCredential({ id: "id", password: "pencil", iconURL: "https://example.com/", name: "name" }) must inherit property "idName" with the proper type (0)
29 PASS PasswordCredential interface: new PasswordCredential({ id: "id", password: "pencil", iconURL: "https://example.com/", name: "name" }) must inherit property "passwordName" with the proper type (1)
30 PASS PasswordCredential interface: new PasswordCredential({ id: "id", password: "pencil", iconURL: "https://example.com/", name: "name" }) must inherit property "additionalData" with the proper type (2)
31 PASS SiteBoundCredential interface: new PasswordCredential({ id: "id", password: "pencil", iconURL: "https://example.com/", name: "name" }) must inherit propert y "name" with the proper type (0)
32 PASS SiteBoundCredential interface: new PasswordCredential({ id: "id", password: "pencil", iconURL: "https://example.com/", name: "name" }) must inherit propert y "iconURL" with the proper type (1)
33 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)
34 PASS Credential interface: new PasswordCredential({ id: "id", password: "pencil" , iconURL: "https://example.com/", name: "name" }) must inherit property "type" with the proper type (1)
35 PASS FederatedCredential interface: existence and properties of interface object
36 PASS FederatedCredential interface object length
37 PASS FederatedCredential interface object name
38 FAIL FederatedCredential interface: existence and properties of interface protot ype object assert_equals: class string of FederatedCredential.prototype expected "[object FederatedCredentialPrototype]" but got "[object FederatedCredential]"
Mike West 2016/04/13 10:46:20 Legit, I guess.
39 PASS FederatedCredential interface: existence and properties of interface protot ype object's "constructor" property
40 PASS FederatedCredential interface: attribute provider
41 PASS FederatedCredential interface: attribute protocol
42 PASS FederatedCredential must be primary interface of new FederatedCredential({ id: "id", provider: "https://example.com", iconURL: "https://example.com/", name : "name" })
43 PASS Stringification of new FederatedCredential({ id: "id", provider: "https://e xample.com", iconURL: "https://example.com/", name: "name" })
44 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)
45 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)
46 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)
47 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)
48 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)
49 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)
50 Harness: the test ran to completion.
51
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698