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

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

Issue 2966523002: Blink-layer update to match WebAuthN spec (Closed)
Patch Set: Add ContectLifecycleObserver... part2 Created 3 years, 5 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 This is a testharness.js-based test.
2 FAIL PublicKeyCredential interface: existence and properties of interface object Cannot read property 'has_extended_attribute' of undefined
3 PASS PublicKeyCredential interface object length
4 PASS PublicKeyCredential interface object name
5 FAIL PublicKeyCredential interface: existence and properties of interface protot ype object Cannot read property 'has_extended_attribute' of undefined
6 PASS PublicKeyCredential interface: existence and properties of interface protot ype object's "constructor" property
7 PASS PublicKeyCredential interface: attribute rawId
8 PASS PublicKeyCredential interface: attribute response
9 PASS AuthenticatorResponse interface: existence and properties of interface obje ct
10 PASS AuthenticatorResponse interface object length
11 PASS AuthenticatorResponse interface object name
12 PASS AuthenticatorResponse interface: existence and properties of interface prot otype object
13 PASS AuthenticatorResponse interface: existence and properties of interface prot otype object's "constructor" property
14 PASS AuthenticatorResponse interface: attribute clientDataJSON
15 PASS AuthenticatorAttestationResponse interface: existence and properties of int erface object
16 PASS AuthenticatorAttestationResponse interface object length
17 PASS AuthenticatorAttestationResponse interface object name
18 PASS AuthenticatorAttestationResponse interface: existence and properties of int erface prototype object
19 PASS AuthenticatorAttestationResponse interface: existence and properties of int erface prototype object's "constructor" property
20 PASS AuthenticatorAttestationResponse interface: attribute attestationObject
21 PASS AuthenticatorAssertionResponse interface: existence and properties of inter face object
22 PASS AuthenticatorAssertionResponse interface object length
23 PASS AuthenticatorAssertionResponse interface object name
24 PASS AuthenticatorAssertionResponse interface: existence and properties of inter face prototype object
25 PASS AuthenticatorAssertionResponse interface: existence and properties of inter face prototype object's "constructor" property
26 PASS AuthenticatorAssertionResponse interface: attribute authenticatorData
27 PASS AuthenticatorAssertionResponse interface: attribute signature
28 PASS WebAuthentication interface: existence and properties of interface object
29 PASS WebAuthentication interface object length
30 PASS WebAuthentication interface object name
31 PASS WebAuthentication interface: existence and properties of interface prototyp e object
32 PASS WebAuthentication interface: existence and properties of interface prototyp e object's "constructor" property
33 PASS WebAuthentication interface: operation makeCredential(MakeCredentialOptions )
34 PASS WebAuthentication interface: operation getAssertion(PublicKeyCredentialRequ estOptions)
35 PASS WebAuthentication must be primary interface of navigator.authentication
36 PASS Stringification of navigator.authentication
37 PASS WebAuthentication interface: navigator.authentication must inherit property "makeCredential" with the proper type (0)
38 PASS WebAuthentication interface: calling makeCredential(MakeCredentialOptions) on navigator.authentication with too few arguments must throw TypeError
39 PASS WebAuthentication interface: navigator.authentication must inherit property "getAssertion" with the proper type (1)
40 PASS WebAuthentication interface: calling getAssertion(PublicKeyCredentialReques tOptions) on navigator.authentication with too few arguments must throw TypeErro r
41 Harness: the test ran to completion.
42
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698