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

Side by Side Diff: third_party/WebKit/LayoutTests/webauth/idl-expected.txt

Issue 2702653002: Patch #1 of multiple. Add webauth .mojom and initial usage of makeCredential. (Closed)
Patch Set: Adding additional comments to mojom structs. 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 ScopedCredentialInfo interface: existence and properties of interface objec t 2 PASS ScopedCredentialInfo interface: existence and properties of interface objec t
3 PASS ScopedCredentialInfo interface object length 3 PASS ScopedCredentialInfo interface object length
4 PASS ScopedCredentialInfo interface object name 4 PASS ScopedCredentialInfo interface object name
5 FAIL ScopedCredentialInfo interface: existence and properties of interface proto type object assert_equals: class string of ScopedCredentialInfo.prototype expect ed "[object ScopedCredentialInfoPrototype]" but got "[object ScopedCredentialInf o]" 5 FAIL ScopedCredentialInfo interface: existence and properties of interface proto type object assert_equals: class string of ScopedCredentialInfo.prototype expect ed "[object ScopedCredentialInfoPrototype]" but got "[object ScopedCredentialInf o]"
6 PASS ScopedCredentialInfo interface: existence and properties of interface proto type object's "constructor" property 6 PASS ScopedCredentialInfo interface: existence and properties of interface proto type object's "constructor" property
7 PASS ScopedCredentialInfo interface: attribute clientData 7 PASS ScopedCredentialInfo interface: attribute clientData
8 PASS ScopedCredentialInfo interface: attribute attestation 8 PASS ScopedCredentialInfo interface: attribute attestation
9 PASS AuthenticationAssertion interface: existence and properties of interface ob ject 9 PASS AuthenticationAssertion interface: existence and properties of interface ob ject
10 PASS AuthenticationAssertion interface object length 10 PASS AuthenticationAssertion interface object length
11 PASS AuthenticationAssertion interface object name 11 PASS AuthenticationAssertion interface object name
12 FAIL AuthenticationAssertion interface: existence and properties of interface pr ototype object assert_equals: class string of AuthenticationAssertion.prototype expected "[object AuthenticationAssertionPrototype]" but got "[object Authentica tionAssertion]" 12 FAIL AuthenticationAssertion interface: existence and properties of interface pr ototype object assert_equals: class string of AuthenticationAssertion.prototype expected "[object AuthenticationAssertionPrototype]" but got "[object Authentica tionAssertion]"
13 PASS AuthenticationAssertion interface: existence and properties of interface pr ototype object's "constructor" property 13 PASS AuthenticationAssertion interface: existence and properties of interface pr ototype object's "constructor" property
14 PASS AuthenticationAssertion interface: attribute credential 14 PASS AuthenticationAssertion interface: attribute credential
15 PASS AuthenticationAssertion interface: attribute clientData 15 PASS AuthenticationAssertion interface: attribute clientData
16 PASS AuthenticationAssertion interface: attribute authenticatorData 16 PASS AuthenticationAssertion interface: attribute authenticatorData
17 PASS AuthenticationAssertion interface: attribute signature 17 PASS AuthenticationAssertion interface: attribute signature
18 PASS ScopedCredential interface: existence and properties of interface object 18 PASS ScopedCredential interface: existence and properties of interface object
19 PASS ScopedCredential interface object length 19 PASS ScopedCredential interface object length
20 PASS ScopedCredential interface object name 20 PASS ScopedCredential interface object name
21 FAIL ScopedCredential interface: existence and properties of interface prototype object assert_equals: class string of ScopedCredential.prototype expected "[obj ect ScopedCredentialPrototype]" but got "[object ScopedCredential]" 21 FAIL ScopedCredential interface: existence and properties of interface prototype object assert_equals: class string of ScopedCredential.prototype expected "[obj ect ScopedCredentialPrototype]" but got "[object ScopedCredential]"
22 PASS ScopedCredential interface: existence and properties of interface prototype object's "constructor" property 22 PASS ScopedCredential interface: existence and properties of interface prototype object's "constructor" property
23 PASS ScopedCredential interface: attribute type 23 PASS ScopedCredential interface: attribute type
24 PASS ScopedCredential interface: attribute id 24 PASS ScopedCredential interface: attribute id
25 PASS WebAuthentication interface: existence and properties of interface object 25 PASS WebAuthentication interface: existence and properties of interface object
26 PASS WebAuthentication interface object length 26 PASS WebAuthentication interface object length
27 PASS WebAuthentication interface object name 27 PASS WebAuthentication interface object name
28 FAIL WebAuthentication interface: existence and properties of interface prototyp e object assert_equals: class string of WebAuthentication.prototype expected "[o bject WebAuthenticationPrototype]" but got "[object WebAuthentication]" 28 FAIL WebAuthentication interface: existence and properties of interface prototyp e object assert_equals: class string of WebAuthentication.prototype expected "[o bject WebAuthenticationPrototype]" but got "[object WebAuthentication]"
29 PASS WebAuthentication interface: existence and properties of interface prototyp e object's "constructor" property 29 PASS WebAuthentication interface: existence and properties of interface prototyp e object's "constructor" property
30 PASS WebAuthentication interface: operation makeCredential(Account,[object Objec t],BufferSource,ScopedCredentialOptions) 30 PASS WebAuthentication interface: operation MakeCredential(Account,[object Objec t],BufferSource,ScopedCredentialOptions)
31 PASS WebAuthentication interface: operation getAssertion(BufferSource,AssertionO ptions) 31 PASS WebAuthentication interface: operation GetAssertion(BufferSource,AssertionO ptions)
32 PASS WebAuthentication must be primary interface of navigator.authentication 32 PASS WebAuthentication must be primary interface of navigator.authentication
33 PASS Stringification of navigator.authentication 33 PASS Stringification of navigator.authentication
34 PASS WebAuthentication interface: navigator.authentication must inherit property "makeCredential" with the proper type (0) 34 PASS WebAuthentication interface: navigator.authentication must inherit property "MakeCredential" with the proper type (0)
35 PASS WebAuthentication interface: calling makeCredential(Account,[object Object] ,BufferSource,ScopedCredentialOptions) on navigator.authentication with too few arguments must throw TypeError 35 PASS WebAuthentication interface: calling MakeCredential(Account,[object Object] ,BufferSource,ScopedCredentialOptions) on navigator.authentication with too few arguments must throw TypeError
36 PASS WebAuthentication interface: navigator.authentication must inherit property "getAssertion" with the proper type (1) 36 PASS WebAuthentication interface: navigator.authentication must inherit property "GetAssertion" with the proper type (1)
37 PASS WebAuthentication interface: calling getAssertion(BufferSource,AssertionOpt ions) on navigator.authentication with too few arguments must throw TypeError 37 PASS WebAuthentication interface: calling GetAssertion(BufferSource,AssertionOpt ions) on navigator.authentication with too few arguments must throw TypeError
38 Harness: the test ran to completion. 38 Harness: the test ran to completion.
39 39
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698