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

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

Issue 2623003002: Added idlharness test for webauth (Closed)
Patch Set: Moved idls from untested to tested; updated expected file Created 3 years, 10 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
« no previous file with comments | « third_party/WebKit/LayoutTests/webauth/idl.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 This is a testharness.js-based test.
2 PASS ScopedCredentialInfo interface: existence and properties of interface objec t
3 PASS ScopedCredentialInfo interface object length
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]"
6 PASS ScopedCredentialInfo interface: existence and properties of interface proto type object's "constructor" property
7 PASS ScopedCredentialInfo interface: attribute clientData
8 PASS ScopedCredentialInfo interface: attribute attestation
9 PASS AuthenticationAssertion interface: existence and properties of interface ob ject
10 PASS AuthenticationAssertion interface object length
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]"
13 PASS AuthenticationAssertion interface: existence and properties of interface pr ototype object's "constructor" property
14 PASS AuthenticationAssertion interface: attribute credential
15 PASS AuthenticationAssertion interface: attribute clientData
16 PASS AuthenticationAssertion interface: attribute authenticatorData
17 PASS AuthenticationAssertion interface: attribute signature
18 PASS ScopedCredential interface: existence and properties of interface object
19 PASS ScopedCredential interface object length
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]"
22 PASS ScopedCredential interface: existence and properties of interface prototype object's "constructor" property
23 PASS ScopedCredential interface: attribute type
24 PASS ScopedCredential interface: attribute id
25 PASS WebAuthentication interface: existence and properties of interface object
26 PASS WebAuthentication interface object length
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]"
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)
31 PASS WebAuthentication interface: operation getAssertion(BufferSource,AssertionO ptions)
32 PASS WebAuthentication must be primary interface of navigator.authentication
33 PASS Stringification of navigator.authentication
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
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
38 Harness: the test ran to completion.
39
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/webauth/idl.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698